Skip to content

Instantly share code, notes, and snippets.

@cwharris
Created December 10, 2018 22:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cwharris/2aec22545596e0f802e4294a4275060c to your computer and use it in GitHub Desktop.
Save cwharris/2aec22545596e0f802e4294a4275060c to your computer and use it in GitHub Desktop.
Useful Ubuntu Setup Stuff
https://askubuntu.com/questions/1025695/netgear-a7000-on-ubuntu-16-04-not-working
sudo apt-get update
sudo apt-get install git dkms
git clone https://github.com/zebulon2/rtl8814au.git
sudo dkms add ./rtl8814au 
sudo dkms build -m rtl8814au -v 4.3.21
sudo dkms install -m rtl8814au -v 4.3.21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment