Using Wifi in Ubuntu on HP 6515b (broadcom)

so after the install the thing that is left is the WiFi support so here it goes
first disable the bcm43xx driver
sudo rmmod bcm43xx
then black list the driver by adding “balcklist bcm43xx” in
sudo gedit /etc/modprobe.d/blacklist
then download diswrapper-utils-1.9 deb file and install it offline or if you have a LAN connection, For the next step you should have a copy of the windows driver on HDD or flash drive and type
sudo ndiswrapper -i /the location of windows driver/bcmwl5.inf
now check if driver is there or not
sudo ndiswrapper -l
you should get a output like
bcmwl5 : driver installed
device (14E4:4312) present (alternate driver: bcm43xx)

then type
sudo ndiswrapper -m
to write wlan0 to ndiswrapper, then you need to start ndiswrapper type
sudo modprobe ndiswrapper
Now you just need to enable ndiswrapper to start on boot, for that add “ndiswrapper” in /etc/modules
sudo gedit /etc/modules
all done enjoy

Ankur Shrivastava

This entry was posted on Monday, October 8th, 2007 at 11:12 pm and is filed under Linux, Ubuntu. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

4 Responses to “Using Wifi in Ubuntu on HP 6515b (broadcom)”

  Fedora 8 on HP 6515b — Linux Users Group - Manipal December 5th, 2007 at 12:22 am

[...] work is now over you just need to install the windows driver by the method which i have described here all done now let us proceed to the xserver [...]

Fedora 8 on HP 6515b « My WaR WiTh WoRdS December 5th, 2007 at 12:23 am

[...] work is now over you just need to install the windows driver by the method which i have described here all done now let us proceed to the xserver [...]

sam January 11th, 2008 at 4:11 pm

i did all the things as instructed,but still it’s not working.
actually there was no file called bcmwl5.inf,instead there was a file called bcmwl6.inf,so i used that ,but still it’s not working .
please tell me what’s the problem.

Ankur January 11th, 2008 at 11:27 pm

hey u need to have the XP driver not the Vista Driver bcmwl6 is the vista driver mate download the XP Driver it will hae bcmwl5.inf

Leave a Reply