Skip to content

Instantly share code, notes, and snippets.

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