UPDATE: I turned it into blog post, you can read it here: https://suraj.dev/blog/configuring-wireless-usb-adapter-archer-t2u-nano-on-linux
My T2U has ID 2357:011e
and solution metioned in this SO Thread is for same devide ID
Here is full text of Answer: https://askubuntu.com/a/1149288
# For the T2U with ID 2357:011e do
sudo apt install git dkms
git clone https://github.com/jeremyb31/rtl8812au-1.git
cd rtl8812au-1
sudo ./dkms-install.sh
# Secure Boot will need to be disabled. The github repo name is a little misleading as the source code supports rtl8812au, rtl8814au, and rtl8821au
After this I just unplugged and plugged the device again, and it started blinking and adaptor showed up in wifi tab
- See: https://askubuntu.com/questions/1149117/tp-link-ac600-archer-t2u-nano-driver-for-ubuntu-18-04
- Drivers: https://github.com/jeremyb31/rtl8812au-1
here is before and after speed test, before is on 2.4Ghz SSID, and after is on 5Ghz SSID link
@electron0zero
I got this error on 20.04, can you please help?
Building module:
cleaning build area...
'make' -j16 KVER=5.4.0-37-generic KSRC=/lib/modules/5.4.0-37-generic/build.....(bad exit status: 2)
ERROR (dkms apport): binary package for rtl8812au: 5.3.4 not found
Error! Bad return status for module build on kernel: 5.4.0-37-generic (x86_64)
Consult /var/lib/dkms/rtl8812au/5.3.4/build/make.log for more information.
Kernel preparation unnecessary for this kernel. Skipping...
Building module:
cleaning build area...
'make' -j16 KVER=5.4.0-37-generic KSRC=/lib/modules/5.4.0-37-generic/build.....(bad exit status: 2)
ERROR (dkms apport): binary package for rtl8812au: 5.3.4 not found
Error! Bad return status for module build on kernel: 5.4.0-37-generic (x86_64)
Consult /var/lib/dkms/rtl8812au/5.3.4/build/make.log for more information.
Finished running dkms install steps.