I tried following method to install Broadcom wireless Driver with Dell Vostro 3500 in Ubuntu/Xubuntu 12.04 (64 bit) Linux.
First of all check your wireless chipset model number,
lspci | grep Network
Install following prerequisites,
sudo apt-get install linux-headers-generic build-essential dkms
Download the package from here,
Open following file,
gedit /etc/modprobe.d/blacklist.conf
Add following lines,
blacklist b43
blacklist b43legacy
blacklist bcma
blacklist ndiswrapper
Comment the following line,
# blacklist bcm43xx
Restart laptop and check wireless working or not.
First of all check your wireless chipset model number,
lspci | grep Network
Install following prerequisites,
sudo apt-get install linux-headers-generic build-essential dkms
Download the package from here,
Open following file,
gedit /etc/modprobe.d/blacklist.conf
Add following lines,
blacklist b43
blacklist b43legacy
blacklist bcma
blacklist ndiswrapper
Comment the following line,
# blacklist bcm43xx
Restart laptop and check wireless working or not.
The link for downloading is not working...please replace it
ReplyDeleteNow check the link. I have uploaded the file in a new place.
Delete