Skip to content

Instantly share code, notes, and snippets.

@dandanio
Last active July 13, 2020 04:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dandanio/76b3fb3c8f7bcf261be5ce4d4d8d2ba6 to your computer and use it in GitHub Desktop.
Save dandanio/76b3fb3c8f7bcf261be5ce4d4d8d2ba6 to your computer and use it in GitHub Desktop.
Compiling rtl8812au USB WLAN driver for Raspberry Pi 3 B+ on raspbian buster
sudo -i
apt update && apt upgrade
apt install raspberrypi-kernel-headers libelf-dev build-essential git
apt install dkms
cd /usr/src/
git clone https://github.com/gordboy/rtl8812au-5.6.4.2.git
dkms add -m rtl8812au -v 5.6.4.2
ARCH=arm dkms build -m rtl8812au -v 5.6.4.2
dkms install -m rtl8812au -v 5.6.4.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment