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

git clone https://github.com/aircrack-ng/rtl8814au.gitmorrownr/8814au
cd rtl8814au8814au
makesudo make./install-driver.sh
install# check driver is installed
find /lib/modules/`uname -r`/ -name "8814au.ko"

DKMS installation (normal)

make dkms_install
# and to remove the dkms driver, type..
make dkms_remove

ubuntu dkms package (require dpkg-dev, dkms)

apt install debhelper dpkg-dev dkms libelf-dev bc 
dpkg-buildpackage -b --no-sign
cd ..
dpkg -i rtl8814au-dkms_5.8.5.1-24835.20190115_all.deb