Sunday, April 28, 2024
 Popular · Latest · Hot · Upcoming
4
rated 0 times [  4] [ 0]  / answers: 1 / hits: 18170  / 3 Years ago, fri, june 25, 2021, 6:42:47

I have the following wireless hardware on a Compaq evo N600c laptop running lubuntu latest.



ciaran@compaq:~$ lspci -vvnn | grep 14e4
03:00.0 Network controller [0280]: Broadcom Corporation BCM4306 802.11b/g Wireless LAN Controller [14e4:4320] (rev 03)


Following the instructions from here :



http://www.linuxwireless.org/en/users/Drivers/b43#b43_and_b43legacy



I opted for the legacy firmware installer, following instructions for internet install to the letter (with no errors). i.e. I successfully installed



sudo apt-get install firmware-b43legacy-installer 


In the nm-applet I now get



Wireless networks device not ready (firmware missing)


I open up Additional Drivers, but the list is empty. I have commented out this line in /etc/modprobe.d/blacklist.conf



#blacklist bcm43xx


Contents of firmware dir:



ciaran@compaq:/etc/modprobe.d$ sudo ls /lib/firmware/b43legacy/
[sudo] password for ciaran:
a0g0bsinitvals2.fw a0g0initvals5.fw b0g0bsinitvals2.fw b0g0initvals5.fw ucode11.fw ucode5.fw
a0g0bsinitvals5.fw a0g1bsinitvals5.fw b0g0bsinitvals5.fw pcm4.fw ucode2.fw
a0g0initvals2.fw a0g1initvals5.fw b0g0initvals2.fw pcm5.fw ucode4.fw


Edit:



from dmesg:



[ 4460.193382] b43-phy0 ERROR: Firmware file "b43/ucode5.fw" not found
[ 4460.193393] b43-phy0 ERROR: Firmware file "b43-open/ucode5.fw" not found
[ 4460.193401] b43-phy0 ERROR: You must go to http://wireless.kernel.org/en/users/Drivers/b43#devicefirmware and download the correct firmware for this driver version. Please carefully read all instructions on this website.


Yours in hope.


More From » wireless

 Answers
4

converted comments as answer



To ensure that wireless works correctly with the BCM4306 wireless device try the following:




  1. Remove the b43-legacy package you have installed.

  2. Connect your laptop with a wired connection and test your internet connection works.

  3. Search in Dash for Additional Drivers and it should open a window and offer you to install the b43-cutter - activate this.

  4. If the above doesnt work, then the missing firmware can be found by installing the following package:




sudo apt-get install firmware-b43-installer

[#40745] Saturday, June 26, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
fulild

Total Points: 239
Total Questions: 103
Total Answers: 112

Location: Papua New Guinea
Member since Thu, Jul 9, 2020
4 Years ago
;