tp-Link 우분투 설치

우분투 2023. 1. 23. 19:53

https://community.tp-link.com/en/home/forum/topic/208022

 

Install TP Link in Ubuntu 20.04 - Home Network Community

@zayx had the same problem. If during the install process you were asked for a password, secure boot is enabled and the kernel has to be newly signed. So before you do the modprobe you have to reboot. On reboot you are asked for a MOK-ENROLL (Machine-Owner

community.tp-link.com

 

 Archer T4U 설치했다. 오리지날 출처는 위에 있다. 

 우선 dkms을 설치해 주어야 한다. 

 sudo apt install dkms 

git clone https://github.com/cilynx/rtl88x2bu.git
cd rtl88x2bu
VER=$(sed -n 's/\PACKAGE_VERSION="\(.*\)"/\1/p' dkms.conf)
sudo rsync -rvhP ./ /usr/src/rtl88x2bu-${VER}
sudo dkms add -m rtl88x2bu -v ${VER}
sudo dkms build -m rtl88x2bu -v ${VER}
sudo dkms install -m rtl88x2bu -v ${VER}
sudo modprobe 88x2bu

 설치 완료다. 

 


WRITTEN BY
아이고이아

,