-
-
Notifications
You must be signed in to change notification settings - Fork 2.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
Raspbery Pi: legacy kernel is missing support for CONFIG_FW_LOADER_COMPRESS #7916
Conversation
He was using Legacy
During my discussion with him I asked him to take note of the current firmware installed
So technically the correct firmware was in place, but the kernel didn't support the compression format. The PR fixes the issue regardless, but now doubles up on the firmware installed. You may want to consider not installing the ubuntu firmware if possible? |
So best way from this to keep INSTALL_ARMBIAN_FIRMWARE=no and enable CONFIG_FW_LOADER_COMPRESS=y in the legacy (6.6.y) kernel build? For disabling ubuntu packages I would need to inspect each of one to be sure. Its a bit confusing that this was designed to work with Ubuntu kernel and firmware right from start. |
I think so, yes. |
Description
Fixing a bug that failed to load some firmware files.
How Has This Been Tested?
https://forum.armbian.com/topic/50287-armbian-unofficial_24110-trunk_rpi4b_jammy_current_6678_minimal-not-fond-wifi/
Checklist: