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
'Linux' 카테고리의 다른 글
라즈베리 파이5에서 RustDesk 사용방법 (0) | 2025.03.29 |
---|---|
Linux 터미널창에서 유저이름 초록색으로 변경하는 방법 (0) | 2025.03.15 |
외장SSD에 우분투 설치 후 GRUB 안뜨는 경우 해결방법 (0) | 2024.12.02 |
remote PC에서 ssh를 이용하여 우분투 GUI 프로그램 열기 (3) | 2024.07.20 |
우분투 20.04 rtl8825be 와이파이, 블루투스 드라이버 설치 방법 (0) | 2024.02.05 |