# AWUS 1900 - Linux Drivers

# rtl8814au
Drivers for the rtl8814au chipset wireless adapters

# Install Dependencies
```
sudo apt update
sudo apt install linux-headers-amd64 dkms rfkill git iw bc mokutil
```

# build & install
```
git clone https://github.com/morrownr/8814au
cd 8814au
sudo ./install-driver.sh
# check driver is installed
find /lib/modules/`uname -r`/ -name "8814au.ko"
```