[Bug 188621] Re: Conflict between Ndiswrapper and ssb
Kristopher Ives
nullmind at gmail.com
Tue Mar 25 18:42:04 UTC 2008
*** This bug is a duplicate of bug 182716 ***
https://bugs.launchpad.net/bugs/182716
My workaround for this bug is to create an init.d script (similar to the
original posters) with:
#!/bin/bash
rmmod b43 # Unloads the bad b43 driver
rmmod b44 # Unloads the ethernet driver temporarily since we are unplugin ssb
rmmod ohci_hcd # (this is a bad kernel dependency, fix bug!)
rmmod ssb # temporarily remove the broadcom service
rmmod ndiswrapper # ensure ndiswrapper is GONE
modprobe ndiswrapper # plug ndiswrapper (notice it has to happen before ssb)
modprobe ssb # replug ssb now that ndiswrapper is there
modprobe ohci_hcd # ... blah
modprobe b44 # make sure we have ethernet again
--
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