Skip to main content

How to make AC600 Archer T2U Nano work on Linux Mint and Ubuntu?


If you have Linux Mint or Ubuntu installed on your computer, the tp-link AC600 Archer T2U Nano won't work right away if you don't have the correct drivers installed. 

Archer T2U Nano Driver Installation

So to get it working, first we have to install the RTL8812AU driver. The commands are -

git clone https://github.com/aircrack-ng/rtl8812au.git

cd ~/rtl8812au

sudo make dkms_install

Now your Wi-Fi network should start appearing in the list of all the networks. Even after it shows up, the 5GHz option may still not appear. For that, you'll have to install another driver.

We have to install the driver for USB Wifi adapters using the RTL8821AU and RTL8811AU chipsets. 

Follow the commands below - 

sudo apt-get update

Now, install the required packages - 

sudo apt-get install -y dkms git

Create a directory -

mkdir src 

Now go to the newly created directory -

cd ~/src

Download the driver -

git clone https://github.com/morrownr/8821au.git

Now, go to the newly created directory -

cd ~/src/8821au

Then we'll have to run the installation script with the command below -

sudo ./install-driver.sh

To complete the process, reboot your system but make sure to save any progress and documents opened on your computer. 

Finally reboot the system - 

sudo reboot 

Now the 5GHz option should start appearing on the list of WiFi networks without any issue!

If it worked for you, please comment and let me know or if it didn't work, let me know what went wrong so that I can update the post if needed. It will help more people in the future. 


Comments

  1. not work ..... ./install-driver.sh: Befehl nicht gefunden

    ReplyDelete

Post a Comment