2

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?

3 Answers3

2

This fork is the solution - it will add the TP-Link device id. After install the module I needed to insert the 8814au in /etc/modules to get the module loaded at boot time.

1

This fork: https://github.com/mathew19/rtl8814AU, will work with the latest 17.10 kernel

0

This fork worked for me on Ubuntu and also on my Raspberry Pi 4: https://github.com/aircrack-ng/rtl8812au

danb4r
  • 161