Celeb Glow
updates | March 17, 2026

TP-Link AC600 Archer T2U Plus driver for Ubuntu 20.04

I am looking for a driver for the TP-Link AC600 Archer T2U Plus, on Uubuntu 20.04 (kernel version 5.11.0-40-generic).

$ lsusb
Bus 005 Device 002: ID 2357:0120 TP-Link 802.11ac WLAN Adapter
$ inxi -N | grep "TP-Link" Device-2: TP-Link 802.11ac WLAN Adapter type: USB driver: usb-network

I installed a driver and it worked for the first time, when I opened the coputer today, the adaptater doesn't give me any Wi-Fi network.

1

1 Answer

I resolve it. I reinstalled the driver with this commands:

sudo apt install git dkms
git clone
cd rtl8812au
sudo make dkms_install

If you don't hace permission try to execute:

chmod 777 rtl8812au
2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy