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.


Solution 1:

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

sudo apt install git dkms
git clone https://github.com/aircrack-ng/rtl8812au.git
cd rtl8812au
sudo make dkms_install

If you don't hace permission try to execute:

chmod 777 rtl8812au