Tp-link Archer T2U Wifi USB
Hi!
I have a ROC-RK3328-CC
and I bought the usb wifi dongle TP-link AC600 Archer T2U Nano
, and it is not recognized by the operative system. I'm using the Ubuntu 18.04 image
.
firefly@firefly:~$ uname -r
4.4.114
firefly@firefly:~$ lsusb
Bus 005 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 004 Device 003: ID 2357:011e
Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 002: ID 046d:c062 Logitech, Inc. M-UAS144 [LS1 Laser Mouse]
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 04d9:a088 Holtek Semiconductor, Inc.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
The device is not even recognised. I tried with an older wifi dongle and at least it appears (Bus 004 Device 002: ID 1737:0079 Linksys WUSB600N v2 Dual-Band Wireless-N Network Adapter [Ralink RT3572]
).
And in both cases, using ifconfig
the wlan
option is not available.
I've read a lot about this dongle has a lot of problems with ubuntu 18.04, and I tried to install the drivers manually from this webpage: https://linux-thai.blogspot.com/2018/10/install-tp-link-ac600-archer-t2u-driver.html
Sadly, I obtained the following error (file attached for the complete error):
./arch/arm64/include/asm/opcodes.h:5:10: fatal error: ../../arm/include/asm/opcodes.h: No such file or directory
#include <../../arm/include/asm/opcodes.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
So at this stage I am lost.
Could anyone help me?