[Bug 188621] Re: Conflict between Ndiswrapper and ssb
keithieopia
timothy at keithieopia.com
Tue Jan 13 16:14:17 UTC 2009
This STILL is present in Ubuntu Intrepid (2.6.27-9). In my case b44
(wired connection) loads ssb before ndiswrapper (wifi). Blacklisting ssb
does not work because then wired connections fail, and update-initramfs
-u does nothing for me.
However, A far easier fix to the issue for end users is to edit the
"/etc/rc.local file" and add the following before the "exit 0" line:
rmmod b43
rmmod b44
rmmod ssb
rmmod ndiswrapper
modprobe ndiswrapper
modprobe ssb
modprobe b44
--
Conflict between Ndiswrapper and ssb
https://bugs.launchpad.net/bugs/188621
You received this bug notification because you are a member of Kernel
Bugs, which is subscribed to ndiswrapper in ubuntu.
More information about the kernel-bugs
mailing list