I don't get my USB WiFi working. The TP-Link Archer T9UH is using the Realtek RTL8814AU chip set. Found here. The driver link on this side points to a driver which is only for older kernels < 4.4.
Searching around I found some drivers for this chip set. The last one I tried is this one.
The installation of the modules works lsmod shows it with usage 0. lsusb shows
Bus 003 Device 003: ID 2357:0106
Any ideas to get the WiFi working?
[ 110.968228] 8814au: loading out-of-tree module taints kernel. [ 110.968686] 8814au: module verification failed: signature and/or required key missing - tainting kernel [ 110.970796] RTL871X: module init start [ 110.970797] RTL871X: rtl8814au v4.3.21_17997.20160531 [ 110.970823] usbcore: registered new interface driver rtl8814au [ 110.970824] RTL871X: module init ret=0
but still no WiFi – Rüdiger Gubler Apr 08 '17 at 20:18dmesg | grep -e 8814 -e RTL
and also:rfkill list all
and also:iwconfig
– chili555 Apr 08 '17 at 20:47sudo modprobe 8814au
after each reboot. Any ideas? – Rüdiger Gubler Apr 08 '17 at 21:04secure boot
in your BIOS. – heynnema Apr 08 '17 at 22:04