Brcmfmac43241b4-sdio.clm_blob

Hello, please provide me this file brcmfmac43241b4-sdio.clm_blob directly this driver file does not exist in any repos. This file is required under Debian on the hp Pro Tablet 408. Debian is forced to require this because otherwise some things will not work properly the file is actually located under /lib/firmware/brcm whoever provides this file would do the Linux world a service that solves problems

dmesg error text

 firmware: failed to load brcm/brcmfmac43241b4-sdio.Hewlett-Packard-HP Pro Tablet 408.bin (-2)
[   15.470220] firmware_class: See wiki(.)debian(.)org/Firmware for information about missing firmware
[   15.470710] brcmfmac mmc0:0001:1: firmware: failed to load brcm/brcmfmac43241b4-sdio.Hewlett-Packard-HP Pro Tablet 408.bin (-2)
[   15.470723] brcmfmac mmc0:0001:1: Direct firmware load for brcm/brcmfmac43241b4-sdio.Hewlett-Packard-HP Pro Tablet 408.bin failed with error -2
[   15.474204] brcmfmac mmc0:0001:1: firmware: direct-loading firmware brcm/brcmfmac43241b4-sdio.bin
[   15.474829] brcmfmac mmc0:0001:1: firmware: failed to load brcm/brcmfmac43241b4-sdio.Hewlett-Packard-HP Pro Tablet 408.txt (-2)
[   15.474884] brcmfmac mmc0:0001:1: firmware: failed to load brcm/brcmfmac43241b4-sdio.Hewlett-Packard-HP Pro Tablet 408.txt (-2)
[   15.474939] brcmfmac mmc0:0001:1: firmware: failed to load brcm/brcmfmac43241b4-sdio.txt (-2)
[   15.474982] brcmfmac mmc0:0001:1: firmware: failed to load brcm/brcmfmac43241b4-sdio.txt (-2)
[   15.474993] brcmfmac mmc0:0001:1: Direct firmware load for brcm/brcmfmac43241b4-sdio.txt failed with error -2
[   15.476418] brcmfmac: brcmf_fw_nvram_from_efi: Using nvram EFI variable
[   15.476596] brcmfmac mmc0:0001:1: firmware: failed to load brcm/brcmfmac43241b4-sdio.Hewlett-Packard-HP Pro Tablet 408.clm_blob (-2)
[   15.476643] brcmfmac mmc0:0001:1: firmware: failed to load brcm/brcmfmac43241b4-sdio.Hewlett-Packard-HP Pro Tablet 408.clm_blob (-2)
[   15.476696] brcmfmac mmc0:0001:1: firmware: failed to load brcm/brcmfmac43241b4-sdio.clm_blob (-2)
[   15.477104] brcmfmac mmc0:0001:1: firmware: failed to load brcm/brcmfmac43241b4-sdio.clm_blob (-2)

Hello,

Do you have non-free and non-free-firmware repos enabled?

You can check your /etc/apt/sources.list and see if this is the case. If not add non-free and non-free-firmware to the lines, for example:

deb http://deb.debian.org/debian bookworm main contrib non-free non-free-firmware
deb http://security.debian.org/debian-security bookworm-security main contrib non-free non-free-firmware
deb http://deb.debian.org/debian bookworm-updates main contrib non-free non-free-firmware

Then update and install/update the firmware-brcm80211 package:

sudo apt update 
sudo apt install firmware-brcm80211

hope this helps

Lubos