Created
July 1, 2022 22:11
-
-
Save vadimstasiev/cc93e5244b61e0b20719171529ab958a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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