Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 878509 - sys-firmware/raspberrypi-wifi-ucode-20210315.3_p7-r1 breaks wifi
Summary: sys-firmware/raspberrypi-wifi-ucode-20210315.3_p7-r1 breaks wifi
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: ARM64 Linux
: Normal normal (vote)
Assignee: Dennis Lamm
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-10-28 05:10 UTC by Leonid Kopylov
Modified: 2022-11-02 18:52 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Leonid Kopylov 2022-10-28 05:10:38 UTC
sys-firmware/raspberrypi-wifi-ucode-20210315.3_p7-r1 missing important file for Raspberry Pi4 Model B Wifi - cyfmac43455-sdio.bin

brcmfmac43455-sdio.bin -> ../cypress/cyfmac43455-sdio.bin

# equery files =sys-firmware/raspberrypi-wifi-ucode-20210315.3_p7-r1 | grep cyfmac43455-sdio.bin
#


Downgrading to sys-firmware/raspberrypi-wifi-ucode-20210315.3_p5-r1 brings cyfmac43455-sdio.bin (and wifi) back:

# equery files =sys-firmware/raspberrypi-wifi-ucode-20210315.3_p5-r1 | grep cyfmac43455-sdio.bin
/lib/firmware/cypress/cyfmac43455-sdio.bin
#
Comment 1 Dennis Lamm gentoo-dev 2022-11-02 18:23:56 UTC
The file cyfmac43455-sdio.bin no longer exists, the original is now renamed cyfmac43455-sdio-standard.bin.

There is also an alternative cyfmac43455-sdio-minimal.bin that has been
tuned to maximise the number of clients in AP mode while still supporting STA
mode.

I've set brcmfmac43455-sdio.bin to link to cyfmac43455-sdio-standard.bin in PR 28112.

Debian is setting this link with alternatives to either one of them.
Comment 2 Larry the Git Cow gentoo-dev 2022-11-02 18:51:56 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27e2212c1f87721e34750e13cbf3cb52c5eaa04e

commit 27e2212c1f87721e34750e13cbf3cb52c5eaa04e
Author:     Dennis Lamm <expeditioneer@gentoo.org>
AuthorDate: 2022-11-02 18:17:11 +0000
Commit:     Dennis Lamm <expeditioneer@gentoo.org>
CommitDate: 2022-11-02 18:37:48 +0000

    sys-firmware/raspberrypi-wifi-ucode: fix
    
    fix broken symlink for brcmfmac43455-sdio.bin
    
    Bug: https://bugs.gentoo.org/878509
    Signed-off-by: Dennis Lamm <expeditioneer@gentoo.org>
    Closes: https://github.com/gentoo/gentoo/pull/28112
    Signed-off-by: Dennis Lamm <expeditioneer@gentoo.org>

 ...p7-r1.ebuild => raspberrypi-wifi-ucode-20210315.3_p7-r2.ebuild} | 7 +++++++
 1 file changed, 7 insertions(+)