Linux drivers

From Ever changing code
Revision as of 23:06, 20 April 2014 by Pio2pio (talk | contribs) (Created page with "A list of different hardware we need to install manually. == Install BCM Wireless network card == Follwing has been tested on: *<tt>14e4:4311</tt> - BCM4311 - Dell D420, 62...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A list of different hardware we need to install manually.

Install BCM Wireless network card

Follwing has been tested on:

  • 14e4:4311 - BCM4311 - Dell D420, 620, D630
$ lspci -nn | grep Network
0c:00.0 Network controller [0280]: Broadcom Corporation BCM4311 802.11b/g WLAN [14e4:4311] (rev 01)

Make sure you are connected to Internet, then install drivers:

sudo apt-get update
sudo apt-get install firmware-b43-installer
sudo apt-get remove bcmwl-kernel-source
sudo reboot