The above script is great, but didn't work on my BCM4318 and would cause
the machine to hang. I modified it a bit (maybe you guys had some
blacklisted modules I didn't), here is my init.d script:

#!/bin/bash

rmmod b43
rmmod b44
rmmod ohci_hcd
rmmod ssb
rmmod ndiswrapper
modprobe ndiswrapper
modprobe ssb
modprobe ohci_hcd
modprobe b44

This ssb, b43, b44 module nonsense is insane. How can this little
wireless chipset have like 8 packages (b43, bcm43xx, b43legacy, etc..)
and why is ohci_hcd dependent?! From what I've gathered as long as ssb
is loaded AFTER ndiswrapper, all is well.

Cheers,
Kris

-- 
ssb module breaks BCM4328 with ndiswrapper (regression from 2.6.24-10)
https://bugs.launchpad.net/bugs/197558
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