Created
December 29, 2017 07:38
-
-
Save watzon/dabdc4cef0f0b3be9bc34a5a5c2686f9 to your computer and use it in GitHub Desktop.
Install rtl8812au driver arch
This file contains 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