Skip to content

Instantly share code, notes, and snippets.

@RauliL
Created September 5, 2018 16:21
Show Gist options
  • Save RauliL/4ecdf8cd344a68598906239f63a97c90 to your computer and use it in GitHub Desktop.
Save RauliL/4ecdf8cd344a68598906239f63a97c90 to your computer and use it in GitHub Desktop.
Neatgear A6210 driver installation on Linux 4.15
git clone git@github.com:kaduke/Netgear-A6210.git
cd Netgear-A6210
git fetch origin port-to-4.15
git checkout port-to-4.15
make
sudo make install
# At this point you need to restart network-manager before plugging in
# the device.
sudo service network-manager restart
# Now plug in the device.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment