01110100110101010101011101100010
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
| Print article | This entry was posted by Ankur Shrivastava on October 8, 2007 at 11:12 pm, and is filed under Linux, Ubuntu. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |




Pingback: Fedora 8 on HP 6515b — Linux Users Group - Manipal
Pingback: Fedora 8 on HP 6515b « My WaR WiTh WoRdS