Support for TP-Link Archer T9UH on 16.04 LTS

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?

7

3 Answers

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.

4

This fork: , will work with the latest 17.10 kernel

This fork worked for me on Ubuntu and also on my Raspberry Pi 4:

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like