The steps below show the steps required to install Broadcom drivers on Ubuntu:
- Identify the installed hardware, by typing:
lspci -vnn | grep Network - On my Dell D620, this returned the following:
Broadcom Corporation BCM4311 802.11b/g WLAN [14e4:4311] (rev 01)
It is the BCM4311 part we are interested in. - Remove the currently installed Broadcom drivers:
sudo apt-get remove --purge bcmwl-kernel-source - Update the software list:
sudo apt-get update - Install the correct firmware. Since, the output in step #2 reported "BCM4311", I require the "b43" version of the firmware:
sudo apt-get install firmware-b43-installer - Reboot
Upon starting the machine, a list of available wireless networks should be available.
No comments:
Post a Comment