mirror of
https://github.com/abperiasamy/rtl8812AU_8821AU_linux.git
synced 2025-04-29 23:29:38 +02:00
update driver module name to rtl8812au
This commit is contained in:
parent
31fcd8e769
commit
79f7ab3c7d
@ -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
|
echo 'SUBSYSTEM=="net", ACTION=="add", DRIVERS=="rtl8812au", ATTR{type}=="1", NAME="wlan0"' >> /lib/udev/rules.d/70-persistent-network.rules
|
||||||
|
|
||||||
## Load driver module
|
## Load driver module
|
||||||
modprobe 8812au
|
modprobe rtl8812au
|
||||||
|
|
||||||
## Add module at boot (file may be /etc/modules on other distribution)
|
## 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user