Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[Software] Missing Broadcom Firmware on Bookworm

- - ALL UNSTABLE / TESTING THREADS SHOULD BE POSTED HERE - -
This sub-forum is the dedicated area for the ongoing Unstable/Testing releases of Debian. Advanced, or Experienced User support only. Use the software, give, and take advice with caution.
Post Reply
Message
Author
mathi
Posts: 7
Joined: 2022-04-04 17:18

[Software] Missing Broadcom Firmware on Bookworm

#1 Post by mathi »

I use bookworm as my OS and i have this network controller

02:00.0 Network controller [0280]: Broadcom Inc. and subsidiaries BCM43225 802.11b/g/n [14e4:4357] (rev 01)

As of now, "dmesg" gives the following error.

[ 60.592279] brcmsmac bcma0:1: firmware: failed to load brcm/bcm43xx-0.fw (-2)
[ 60.593680] firmware_class: See https://wiki.debian.org/Firmware for information about missing firmware
[ 60.594859] brcmsmac bcma0:1: firmware: failed to load brcm/bcm43xx-0.fw (-2)
[ 60.596002] brcmsmac bcma0:1: Direct firmware load for brcm/bcm43xx-0.fw failed with error -2
[ 60.597952] brcmsmac bcma0:1: firmware: failed to load brcm/bcm43xx-0.fw (-2)
[ 60.599311] brcmsmac bcma0:1: firmware: failed to load brcm/bcm43xx-0.fw (-2)
[ 60.600409] brcmsmac bcma0:1: Direct firmware load for brcm/bcm43xx-0.fw failed with error -2

The missing firmware is found in the package "firmware-brcm80211", but this package is missing in bookworm. How to get this Network controller working with bookworm?

Aki
Global Moderator
Global Moderator
Posts: 2925
Joined: 2014-07-20 18:12
Location: Europe
Has thanked: 72 times
Been thanked: 400 times

Re: [Software] Missing Broadcom Firmware on Bookworm

#2 Post by Aki »

Hello,

Probably your apt configuration does not include the new "non-free-firmware" Debian's repository section (recently introduced in Debian Bookworm) to update all the required firmware; you can do it adding the "non-free-firmware" section to /etc/apt/sources.list , for example:

Code: Select all

deb http://deb.debian.org/debian/ bookworm main non-free-firmware
then you can issue the following commands (as root user):

Code: Select all

apt update
Then you should find the package.
⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org
⠈⠳⣄⠀

User avatar
sunrat
Administrator
Administrator
Posts: 6458
Joined: 2006-08-29 09:12
Location: Melbourne, Australia
Has thanked: 116 times
Been thanked: 472 times

Re: [Software] Missing Broadcom Firmware on Bookworm

#3 Post by sunrat »

Moved to Testing/Sid subforum
“ computer users can be divided into 2 categories:
Those who have lost data
...and those who have not lost data YET ”
Remember to BACKUP!

User avatar
wizard10000
Global Moderator
Global Moderator
Posts: 586
Joined: 2019-04-16 23:15
Location: southeastern us
Has thanked: 78 times
Been thanked: 89 times

Re: [Software] Missing Broadcom Firmware on Bookworm

#4 Post by wizard10000 »

Was also missing in Sid until two days ago. It should be in Bookworm shortly :)
we see things not as they are, but as we are.
-- anais nin

User avatar
mrjcd
Posts: 67
Joined: 2020-01-25 18:20
Has thanked: 1 time
Been thanked: 6 times

Re: [Software] Missing Broadcom Firmware on Bookworm

#5 Post by mrjcd »

yeahuh you need the non-free in sources.list somewhat likey so:

Code: Select all

deb https://deb.debian.org/debian bookworm main contrib non-free non-free-firmware
Bookworm with BCM43142 a minor bleeb ( viewtopic.php?t=153191 ) when went to K6 but has been good ever since :D

Post Reply