[Bug 220365] Re: Dell WLAN MiniPCI card not working with built-in drivers or ndiswrapper 8.04
Huy Phan
huyphan at playxiangqi.com
Fri May 2 02:39:35 UTC 2008
I finally found the solution from the following web site:
http://ubuntuforums.org/showthread.php?t=769990&highlight=BCM94311MCG
The key is that we need to append the following lines to /etc/init.d/rc.local
# -------------
#hardy ssb bug-fix
rmmod b43
rmmod b44
rmmod ssb
rmmod ndiswrapper
modprobe ndiswrapper
modprobe ssb
# -------------
That is done by running the following command:
( echo -e '\n#hardy ssb bug-fix\nrmmod b43\nrmmod b44\nrmmod ssb\nrmmod ndiswrapper\nmodprobe ndiswrapper\nmodprobe ssb' | sudo tee -a /etc/init.d/rc.local )
*** Of course, I backed up my original rc.local before running such
command.
--
Dell WLAN MiniPCI card not working with built-in drivers or ndiswrapper 8.04
https://bugs.launchpad.net/bugs/220365
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