Comment 7 for bug 197558

Revision history for this message
Anders Kaseorg (andersk) wrote : Re: ssb module breaks BCM4328 with ndiswrapper (regression from 2.6.24-10)

Maybe ssb is being loaded from the initrd, which has its own modprobe configuration (copied in from /etc/modprobe.d by update-initramfs). So, you’d need to do something like this.
* In /etc/modprobe.d/ndiswrapper, add
  alias pci:v000014E4d00004328sv*sd*bc*sc*i* ndiswrapper
  install ssb /sbin/modprobe ndiswrapper; /sbin/modprobe --ignore-install ssb $CMDLINE_OPTS
* In /etc/initramfs-tools/modules, add
  ndiswrapper
* Run
  sudo update-initramfs -u