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 Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to