plutocrat
Wed Feb 19, 2014 8:22:36 am
I had problems with a Broadcom Wifi driver in Zorin 7 and 8 on a Dell Vostro 1400 laptop, so I thought I'd mention it here. During install the drivers weren't detected so Wifi wasn't working on the first reboot. I inserted an ethernet cable and did an apt-get update and an apt-get upgrade. Still no Wifi.
This is the adapter in question.
There are two drivers available for it. The first is the open source driver, recommended for the LP-PHY chip (low power). I installed this with
(its also in the software center - search for b43). That worked for a while, but I found that it kept dropping the signal. I suspected it might be related to power management, so I tried to install the other opensource driver firmware-b43-installer, but that wouldn't install as it told me I needed the lpphy version.
OK, so then I tried the closed source driver. This was the one that actually worked properly for me.
This driver automatically removed the open source driver when it installed.
This is the adapter in question.
- Code:
lspci | grep Network
0c:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g LP-PHY (rev 01)
There are two drivers available for it. The first is the open source driver, recommended for the LP-PHY chip (low power). I installed this with
- Code:
sudo apt-get firmware-b43-lpphy-installer
(its also in the software center - search for b43). That worked for a while, but I found that it kept dropping the signal. I suspected it might be related to power management, so I tried to install the other opensource driver firmware-b43-installer, but that wouldn't install as it told me I needed the lpphy version.
OK, so then I tried the closed source driver. This was the one that actually worked properly for me.
- Code:
sudo apt-get install bcmwl-kernel-source
This driver automatically removed the open source driver when it installed.