I have a Dell 1390 wlan which I am using ndiswrapper with. When I blacklist
ssb and b43 to use ndiswrapper, ssb still gets loaded during the bootup. This
requires me to rmmod ssb, rmmod ndiswrapper, and then modprobe ndiswrapper
every time. I believe it's this same bug as here:
I am creating a file /etc/init.d/ndiswrapper and putting the following script
in it:
#! /bin/sh
### BEGIN INIT INFO
# Provides: ndiswrapper
# Required-Start:
# Required-Stop:
# Default-Start: S
# Default-Stop:
# Short-Description: enable to load ndiswrapper
# Description: enable to load ndiswrapper
### END INIT INFO