Bug 41070 - kernel-image-rpi-def: не загружает сжатые firmware файлы
Summary: kernel-image-rpi-def: не загружает сжатые firmware файлы
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: kernel-image-rpi-def (show other bugs)
Version: unstable
Hardware: arm Linux
: P5 normal
Assignee: jqt4@altlinux.org
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-10-07 10:38 MSK by Alexey Sheplyakov
Modified: 2021-10-07 20:32 MSK (History)
14 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Sheplyakov 2021-10-07 10:38:22 MSK
$ dmesg | grep brcmf
[   18.223252] brcmfmac: F1 signature read @0x18000000=0x15264345
[   18.263125] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[   18.265531] usbcore: registered new interface driver brcmfmac
[   18.299457] brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.bin failed with error -2
[   19.312937] brcmfmac: brcmf_sdio_htclk: HT Avail timeout (1000000): clkctl 0x50

При этом нужный файл есть, но он сжатый:

$ find /lib/firmware -name 'brcmfmac43455-sdio.bin.xz'
/lib/firmware/brcm/brcmfmac43455-sdio.bin.xz

$ uname -a 
Linux asheplyakov-rpi4b 5.10.50-rpi-def-alt1 #1 SMP Wed Aug 4 17:47:59 UTC 2021 armv7l GNU/Linux
Comment 1 Repository Robot 2021-10-07 20:32:10 MSK
kernel-image-rpi-def-1:5.10.63-alt1 -> sisyphus:

 Thu Oct 07 2021 Dmitry Terekhin <jqt4@altlinux> 1:5.10.63-alt1
 - Updated to 5.10.63 (still RPi-specific)
 - https://github.com/raspberrypi/linux.git rpi-5.10.y
 - commit 6237d09759ba6c8746cd1e19b16faee50c97bfac
 - CONFIG_WIREGUARD=m
 - Add some CRYPTO modules
 - (closes: 41046)
 - Enabled loading compressed firmware blobs on armh
 - CONFIG_FW_LOADER_PAGED_BUF=y
 - CONFIG_FW_LOADER_USER_HELPER=y
 - CONFIG_FW_LOADER_COMPRESS=y
 - (closes: 41070)