-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installs to wrong directory (and doesn't work) #121
Comments
OK I was finally able to get it to install and run by more thoroughly replacing all instances of wireless/rtlwifi with wireless/realtek/rtlwifi The quick and dirty way to get it to install is to change line 41 in ./install.sh from Of course the more permanent solution is to parse output from "modinfo rtl*" to get the real location of the module instead of hardcoding. Aside from that, thank you for the excellent work on this driver! |
@x0a after applying this fix the computer freezes like you described and my keyboard's Caps Lock and Scroll Block start flashing. EDIT |
I ran into a very similar issue and eventually fixed it by deleting everything in the realtek directory and replacing it with a symbolic link to the directory where the install script put everything. I also had to put in a script in init.d to load the necessary modules at each boot, since modprobe does not like this solution for some reason.. |
thanks mate! |
OS: Ubuntu 16.04.2
Kernel: 4.4.0-83-generic
Wireless card:
I've been using this driver for about 2 years with no issues, cloning & recompiling after every update. But I stopped using it for about 5 months because I got a wired connection. I tried to install it recently but it failed every time (./am_i_using_this_driver.sh showed I was still running the stock driver, persisted after reboot).
In Makefile, the destination directory is defined as:
But the drivers are actually in
/lib/modules/$(KVER)/kernel/drivers/net/wireless/realtek/rtlwifi
If I update the directory, the drivers successfully install and are detected by ./am_i_using_this_driver.sh. However, once I turn wifi on, everything freezes, keyboard becomes unresponsive and I'm forced to hard reset my laptop. On boot, I see a bunch of "[FAILED] Failed to start Load Kernel Modules" messages and wifi doesn't show up in the notification bar. Let me know how I can help debug this.
The text was updated successfully, but these errors were encountered: