Apr 30 2009
Debian, BCM4328 and ndiswrapper
This is just a small post that may help those who are trying to install the wifi modules of a BCM4328 card on a debian OS using ndiswrapper.
The debian wiki explains very well how to install the necessary windows drivers using ndiswrapper, so I won’t go into details. Here are the main steps:
$ sudo apt-get install module-assistant wireless-tools $ sudo m-a prepare $ sudo m-a a-i ndiswrapper $ sudo ndiswrapper -i /path /to/your/driver/DRIVER/bcmwl5.inf $ sudo ndiswrapper -l bcmwl5 : driver installed device (14E4:4328) present (alternate driver: ssb)
