From 79f7ab3c7d08eae6de68f028a7b5ce1c4540a475 Mon Sep 17 00:00:00 2001 From: Chen Minqiang Date: Mon, 10 Oct 2016 03:24:29 +0800 Subject: [PATCH] update driver module name to rtl8812au --- contrib/auto-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/auto-install.sh b/contrib/auto-install.sh index 7e73ef3..feab168 100644 --- a/contrib/auto-install.sh +++ b/contrib/auto-install.sh @@ -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