Debian based Linux + TP-Link AC600 USB Wi-Fi, Dual Band 5 GHz Wireless Adapter Archer T2U Nano ID 2357:011e RTL8811AU not working out of the box fix.

Hello beautiful peoples!

I have purchased this card as I have heard good things about it from a reliable source.

TP-Link AC600 USB Wi-Fi Dongle, Dual Band 5 GHz Wireless Adapter for PC, Desktop and Laptop, Supports Windows 11/10/8.1/8/7/XP, Mac OS 10.9-10.13 (Archer T2U Nano)

The link is not affiliated. I get nothing if You buy the card. I am not sponsored by anyone. Period.

The card is great. Its fast. Its tiny. BUT it does not work in Linux out of the box.

Here is how Ubuntu 22.04.3 sees the card.

lsusb
Bus 002 Device 002: ID 2357:011e TP-Link AC600 wireless Realtek RTL8811AU [Archer T2U Nano]

I wanted to make sure that I can use the card under both Windows (Plug and Play) and Linux (No bueno).

The fix that I have successfully used so far is:

Plug in your wired connection OR use Your iPhone to connect to the internet (just for few minutes).

In the terminal run the following:

sudo apt -y update
sudo apt -y upgrade
sudo apt -y install bc build-essential dkms linux-headers-$(uname -r) git
git clone https://github.com/aircrack-ng/rtl8812au.git
cd rtl8812au
make
sudo make dkms_install

Power off the machine, unplug ethernet cable or iPhone, power the machine back up.

Check if the wireless card is working.

^C
--- google.com ping statistics ---
1134 packets transmitted, 1134 received, 0% packet loss, time 1135588ms
rtt min/avg/max/mdev = 11.717/119.568/3822.538/509.292 ms, pipe 4
andrzejl@ubuntu:~$ 

And its working fine…

I hope this helps!

Catch you on the flip side,

AndrzejL

Avatar photo

AndrzejL

“Some men just want to watch the world burn.”

Leave a Reply

Your email address will not be published. Required fields are marked *