I have the archer-t4u wi-fi usb adapter, recently bought it after discovering it has total Linux support. Is it there anyway to make it work on the latest Ubuntu LTS release? The official website for TP-Link drivers only provides drivers to the old 16.04 LT release
http://tp-link.com/en/support/download/archer-t4u/
Looking and asking around on the internet i saw someone commenting about checking the drivers of the chip inside of the adapter. This is outside of my abilities however, i don't know how to follow this trail further.
http://en.techinfodepot.shoutwiki.com/wiki/TP-LINK_Archer_T4U If i am not mistaken and this website is correct, the chip is the Realtek RTL8812AU.
Update: Most certainly the chip inside my USB Wireless Adapter is the RTL8812AU.
However, trying to install the drivers via
sudo apt install rtl8812au-dkms
and rebooting my system didn't work.
I sincerely appreciate any help.
rtl8812au-dkms
. Reboot and you're done. It's fully supported so not a scam. Do you also call scam to any product sold as compatible with Windows but requires drivers? – ChanganAuto Aug 01 '21 at 19:21lsusb
then edit the question with the relevant line so you can get the help you need. Meanwhile please avoid uneducated assumptions that help nobody. TP-Link as well as many other vendors often offer drivers when they're needed. An example is the chipset you mentioned for which it WAS necessary to install some proprietary drivers, compiling from Realtek's source code or installing via PPA but are no longer needed as soon as major distros either support it OOTB or via a package already in said distros' repositories. – ChanganAuto Aug 01 '21 at 19:47mokutil --sb-state
as Secure Boot needs to be disabled for the driver to load – Jeremy31 Aug 01 '21 at 20:24mokutil --sb-state
– Jeremy31 Aug 01 '21 at 20:54