Linux

우분투에서 tp-link-ac1300 wifi 드라이버 설치하는 방법

COSMOSRKSI 2025. 2. 28. 13:31
 

how to install ??

 

git clone https://github.com/cilynx/rtl88x2bu
sudo make
insmod 88x2bu.ko <- insert sudo in the front of command

sudo make install <- if failed try this command 1
sudo modprobe 88x2bu <- if failed try this command 2

sudo apt-get install git linux-headers-amd64 build-essential
git clone https://github.com/nyetwurk/linux-wifi-88x2bu-driver
cd linux-wifi-88x2bu-driver
make
sudo make install
sudo modprobe 88x2bu


happy wifi time!

 

ref:
https://askubuntu.com/questions/875112/how-do-i-install-drivers-for-tp-link-ac1300