Comment 6 for bug 197558

Revision history for this message
Felix Kuehling (fxkuehl) wrote : Re: ssb module breaks BCM4328 with ndiswrapper (regression from 2.6.24-10)

There was a bug in my workaround that resulted in broken USB. I misspelled the ohci_hcd module name in the last modprobe command. Replace the install-line I added to /etc/modprobe.d/ndiswrapper with this one:

install ndiswrapper modprobe -r ohci_hcd ssb; modprobe --ignore-install ndiswrapper $CMDLINE_OPTS; modprobe ohci_hcd

Now I have USB and Wlan working at the same time.

Anders, I tried your approach first, and it worked great when I loaded the ssb or ohci_hcd module manually using modprobe. But during bootup these modules are apparently not loaded by modprobe, so the next time I rebooted Wlan was again not working.