[SOLVED]Broadcom wireless not working (BCM4311)

Questions about hardware, drivers and peripherals
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
Fmamarksman
Level 1
Level 1
Posts: 32
Joined: Sat Dec 05, 2020 9:40 am

[SOLVED]Broadcom wireless not working (BCM4311)

Post by Fmamarksman »

I have broadcom wireless chip BCM4311. In Debian, normally I need to install the firmware-b43legacy-installer package to have functional WiFi. However,
that doesn't seem to work for me on Mint. I have also checked the driver manager program and confirmed the bcmwl-kernel-source is in use. I reinstalled it, but had no luck. I also tried the firmware-b43-installer package, but that didn't work for me either. Any ideas?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
JeremyB
Level 21
Level 21
Posts: 13876
Joined: Fri Feb 21, 2014 8:17 am

Re: Broadcom wireless not working (BCM4311)

Post by JeremyB »

Remove the bcmwl-kernel-source

Code: Select all

sudo apt remove bcmwl-kernel-source
Reboot
Fmamarksman
Level 1
Level 1
Posts: 32
Joined: Sat Dec 05, 2020 9:40 am

Re: Broadcom wireless not working (BCM4311)

Post by Fmamarksman »

Done. No noticeable difference. ip a still doesn't show wlan0.
JeremyB
Level 21
Level 21
Posts: 13876
Joined: Fri Feb 21, 2014 8:17 am

Re: Broadcom wireless not working (BCM4311)

Post by JeremyB »

Post results for

Code: Select all

grep b43 /etc/modprobe.d/*
Fmamarksman
Level 1
Level 1
Posts: 32
Joined: Sat Dec 05, 2020 9:40 am

Re: Broadcom wireless not working (BCM4311)

Post by Fmamarksman »

Code: Select all

/etc/modprobe.d/blacklist.conf:# replaced by b43 and ssb
JeremyB
Level 21
Level 21
Posts: 13876
Joined: Fri Feb 21, 2014 8:17 am

Re: Broadcom wireless not working (BCM4311)

Post by JeremyB »

Also results

Code: Select all

dmesg | egrep -i 'wl|b43'
Fmamarksman
Level 1
Level 1
Posts: 32
Joined: Sat Dec 05, 2020 9:40 am

Re: Broadcom wireless not working (BCM4311)

Post by Fmamarksman »

Code: Select all

[    2.573829] b43-pci-bridge 0000:05:00.0: Sonics Silicon Backplane found on PCI device 0000:05:00.0
[    8.857473] b43-phy0: Broadcom 4311 WLAN found (core revision 10)
[    8.917802] b43-phy0: Found PHY: Analog 4, Type 2 (G), Revision 8
[    8.917814] b43-phy0: Found Radio: Manuf 0x17F, ID 0x2050, Revision 2, Version 0
[    8.934102] b43 ssb0:0: Direct firmware load for b43/ucode5.fw failed with error -2
[    8.934141] b43 ssb0:0: Direct firmware load for b43/ucode5.fw failed with error -2
[    8.934188] b43 ssb0:0: Direct firmware load for b43-open/ucode5.fw failed with error -2
[    8.934219] b43 ssb0:0: Direct firmware load for b43-open/ucode5.fw failed with error -2
[    8.934222] b43-phy0 ERROR: Firmware file "b43/ucode5.fw" not found
[    8.934226] b43-phy0 ERROR: Firmware file "b43-open/ucode5.fw" not found
[    8.934229] 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.
JeremyB
Level 21
Level 21
Posts: 13876
Joined: Fri Feb 21, 2014 8:17 am

Re: Broadcom wireless not working (BCM4311)

Post by JeremyB »

Code: Select all

sudo apt install firmware-b43-installer
Reboot
Fmamarksman
Level 1
Level 1
Posts: 32
Joined: Sat Dec 05, 2020 9:40 am

Re: Broadcom wireless not working (BCM4311)

Post by Fmamarksman »

Works now, thanks. I wonder why it didn't before? Did removing the bcmwl package make the difference?
JeremyB
Level 21
Level 21
Posts: 13876
Joined: Fri Feb 21, 2014 8:17 am

Re: [SOLVED]Broadcom wireless not working (BCM4311)

Post by JeremyB »

The bcmwl package blacklists the ssb and b43 modules so even if the firmware is installed, the modules won't load
Locked

Return to “Hardware Support”