Realtek RTL8814AU USB Wifi driver

I have released a driver for the Realtek RTL8814AU USB wifi adapters!

https://github.com/KevinAdams05/RTL8814AU_Haiku

I have tested it on two adapters, listed below, but several others should also be supported. The join does fail sometimes (maybe 5% of attempts) and the speed isn’t blazing fast, but other than that it seems pretty stable on the 2 devices I have tested.

The package can be downloaded from GitHub or Spritz Depot.

Bugs can be logged on GitHub: https://github.com/KevinAdams05/RTL8814AU_Haiku/issues

Device Tested ID
ASUS USB-AC68 :white_check_mark: 0b05:1817
Edimax EW-7833UAC :white_check_mark: 7392:a833
ASUS USB-AC68 (rev 2) :yellow_square: 0b05:1852
Netgear A7000 :yellow_square: 0846:9054
D-Link DWA-192 :yellow_square: 2001:331a
TP-Link Archer T9UH :yellow_square: 2357:0106
TRENDnet TEW-809UB :yellow_square: 20f4:809a
Elecom WDB-867DU3S :yellow_square: 056e:400b
Elecom WDC-867DU3S :yellow_square: 056e:400d

Firmware is included, and is redistributeable per Realtek’s license.

The driver is GPL-2 licensed, Realtek rarely releases wifi driver datasheets (I did email them and request one, but got no response) so I had to use the Linux driver for things like register info.

(The code was written by an LLM)

10 Likes