0

i am new to Ubuntu and linux ,can any one help me with the installation of USB wifi adapter drivers on Ubuntu . please see the link below for the adapter description .

https://www.tp-link.com/en/home-networking/adapter/archer-t3u/?utm_medium=select-local

Thank you

Pepe
  • 11

1 Answers1

-1

Download this GitHub file.

Traverse to the download directory then do the following:
Compile using make command
Install using sudo make install

Note : To unload driver you may need to disconnect the device

Then Run the following commands:

cd ~
sudo dkms add ./rtl8822bu
sudo dkms install 8822bu/1.1

Reboot the system for new module to be picked up

P.S.
You might need to install dkms as well, if not already present.
To install dkms type following: sudo apt install dkms