Skip to content

Commit

Permalink
update driver module name to rtl8812au
Browse files Browse the repository at this point in the history
  • Loading branch information
ptpt52 committed Oct 9, 2016
1 parent 31fcd8e commit 79f7ab3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/auto-install.sh
Expand Up @@ -32,7 +32,7 @@ make install
echo 'SUBSYSTEM=="net", ACTION=="add", DRIVERS=="rtl8812au", ATTR{type}=="1", NAME="wlan0"' >> /lib/udev/rules.d/70-persistent-network.rules

## Load driver module
modprobe 8812au
modprobe rtl8812au

## Add module at boot (file may be /etc/modules on other distribution)
echo -e '# Netgear A600 usb wifi dongle\n8812au' > /etc/modules-load.d/8812au.conf
echo -e '# Netgear A600 usb wifi dongle\nrtl8812au' > /etc/modules-load.d/rtl8812au.conf

0 comments on commit 79f7ab3

Please sign in to comment.