-
-
Save amoilanen/a2e7ffd1008b4f38783243d5f977c911 to your computer and use it in GitHub Desktop.
Install rtl8812au driver arch
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
sudo pacman -S base-devel linux-headers | |
git clone https://github.com/gnab/rtl8812au.git | |
cd rtl8812au | |
make | |
sudo cp 8812au.ko /lib/modules/$(uname -r)/kernel/drivers/net/wireless | |
sudo depmod -a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment