-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[rpi-02w] brcmfmac: brcmf_c_process_txcap_blob: no txcap_blob available (err=-2) #6317
Comments
I think it means you are missing the blob file for broadcom wifi chip Make sure you do a backup before attempting.
|
The CLM blob is included in some of the firmware blobs (ie built-in). AFAIK there isn't a way to indicate to brcmfmac that a CLM blob isn't required for a particular platform. It complains if it isn't provided with one.
This is firmware namespace vs filename. They don't have to be the same. Bullseye
Bookworm:
Take a look at the sym links in
No |
Description
When using Raspberry Pi Zero 2w with latest Bookworm aarch64, there is error in the log:
I'm not sure what this error means?
Why first message shows
using brcm/brcmfmac43430-sdio for chip BCM43430/1
but actually loaded firmware isbrcm/brcmfmac43436s-sdio
(see version7.45.96.s1
)? And why it logged asFirmware: BCM43430/1
? Is this also a bug?wifi works in client and AP mode, but for some unknown reason don't works in ad-hoc mode when configured through NetworkManager (I already reported it here). Is this error can be the root of cause for not working ad-hoc?
I read that there is some kind of confusion with wifi firmware for rpi02w wifi module.
It appears (correct me if I'm wrong) that rpi02w can use one of 2 module 43436 or 43436s. But actually they are hardware identical to 43430B0 and 43430A1 which are used for Raspberry Pi 3 and they have exactly the same id. I'm confused why there are two names 43436 and 43430B0 for two hardware identical modules with the same id?
And there are two firmwares for the same module - from Synaptics and from Infineon. So, if I understand correctly, in total there are 4 firmwares for 2 wifi modules. And it's not clear how the system selects which firmware to use - Synaptics or Infineon. Is there a way to choose which one will be used?
Steps to reproduce:
sudo apt update && sudo apt upgrade
dmesg | grep "brcm"
Expected result: no errors
Actual result:
brcmfmac: brcmf_c_process_txcap_blob: no txcap_blob available (err=-2)
Device (s)
Raspberry Pi Zero 2 W
System
Logs
Additional context
No response
The text was updated successfully, but these errors were encountered: