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-networkI 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.
11 Answer
I resolve it. I reinstalled the driver with this commands:
sudo apt install git dkms
git clone
cd rtl8812au
sudo make dkms_installIf you don't hace permission try to execute:
chmod 777 rtl8812au 2