rtl8812au icon indicating copy to clipboard operation
rtl8812au copied to clipboard

Driver does not automatically reload on restart

Open chirag7jain opened this issue 7 years ago • 3 comments

I am using ubuntu 17.10. Installed the drivers using the install.sh script.

Every time I reboot / turn off then then turn on, I have to re run the script.

BTW the script runs fine without any sort of errors.

Have done the same commands in the script manually earlier and saw no errors.

chirag7jain avatar Sep 26 '17 01:09 chirag7jain

Have the same issue here (Description: Linux Mint 18.2 Sonya, 4.8.0-53-generic #56~16.04.1-Ubuntu x86_64), with others mentioning it in launchpad.

Alex-Linhares avatar Oct 18 '17 20:10 Alex-Linhares

I would recommend using dkms for installing this driver. Spares you the hassle of executing the installation script every time after a kernel update. You can use install-dkms.sh from my fork of this repository, if you want.

xdraylin avatar Dec 19 '17 09:12 xdraylin

I was having this problem too - I had to unplug the adapter and plug it back in to get internet. I googled a little and found this:

https://askubuntu.com/questions/794904/usb-wifi-adapter-not-autoloading

Which just so happens to be for this exact driver. It would be nice to have this line in the readme, assuming this is a common problem:

echo 8812au | sudo tee -a /etc/modules

brainthinks avatar Dec 23 '17 01:12 brainthinks