Skip to content

Instantly share code, notes, and snippets.

@vadimstasiev
Created July 1, 2022 22:11
Show Gist options
  • Select an option

  • Save vadimstasiev/cc93e5244b61e0b20719171529ab958a to your computer and use it in GitHub Desktop.

Select an option

Save vadimstasiev/cc93e5244b61e0b20719171529ab958a to your computer and use it in GitHub Desktop.
# Some prerequisites
`sudo apt-get install build-essential dkms`
# Install the driver
```
git clone https://github.com/gnab/rtl8812au
mv rtl8812au /usr/src/8812au-4.2.3
sudo dkms add -m 8812au -v 4.2.3
sudo dkms build -m 8812au -v 4.2.3
sudo dkms install -m 8812au -v 4.2.3
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment