Skip to main content

AWUS 1900 - Linux Drivers

rtl8814au

Drivers for the rtl8814au chipset wireless adapters

Install Dependencies

sudo apt update
sudo apt install dkms rfkill git iw bc

build & install

https://github.com/morrownr/8814au
cd 8814au
sudo ./install-driver.sh
# check driver is installed
find /lib/modules/`uname -r`/ -name "8814au.ko"