-
Notifications
You must be signed in to change notification settings - Fork 103
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
RasPi Zero W: WiFi NOT working: ieee80211 phy0: brcmf_c_process_clm_blob: clmload (4733 byte file) failed (-52) #16
Comments
I suspect I'm not the only one to have noticed this:
Of course, I have no idea where ALARM is getting that file from, or why they're also seemingly unable to use the one this repo provides. |
What do you get from |
I note that the Linux firmware repo includes a |
A fresh install of the latest RPiOS image gives working WLAN on the Zero W. Allowing it to self-update (not a quick process) fails to break it. For comparison, after a reboot the kernel log contains:
|
Indeed, the
And finally:
|
@pelwell I do understand that RPiOS is working though, I can eventually try to provision, update, and then image the SD card and try to figure out what the diffs are in terms of installed firmware files. |
I'm guessing, though, that RPiOS is using old firmware packages... For some extra info:
|
I created a
Pushed the config over, rebooted, and now wifi works. Where should this be fixed? |
In whichever repo your OS is getting them from - I don't think it's our problem. |
Uhm, that's upstream |
I guess maybe that's my answer though? I guess I just assumed it would've been someone from... the Raspberry PI Foundation that would've pushed these blobs into linux-firmware in the first place, but maybe not? I just don't know who owns which pieces. |
Before you report a problem with the upstream firmware repo, just be certain that your OS hasn't ended up with an incompatible combination of upstream and ours, which would make it an OS packaging problem. |
@pelwell aha, I think that's kind of the question I'm dancing around, as an OS maintainer, how do I determine the expected compatibility matrix? |
Just pick one source - upstream or downstream. There will be differences, but each should work. |
Raspberry Pi Zero W
+ Latest RPi Foundation Kernel
+ Latest wireless firmware from this repo
= Not working
I think this is the fatally bad part:
ieee80211 phy0: brcmf_c_process_clm_blob: clmload (4733 byte file) failed (-52)
I grabbed a usb-ethernet adapter, built a NixOS image with tailscale, and got access to it to grab dmesg logs:
Versions:
Extra Detail:
I tested briefly, using mainline linux kernel was broken in the same way or very similar.
The text was updated successfully, but these errors were encountered: