I'm trying to set up my first Gentoo instance on a RaspberryPi 4 machine. It will need to do WiFi.
At: https://wiki.gentoo.org/wiki/Raspberry_ ... stall#WiFi I read:
[...]WiFi needs three firmware files from in /lib/firmware/brcm/:
brcmfmac43455-sdio.bin
brcmfmac43455-sdio.clm_blob
brcmfmac43455-sdio.txt
So, let's do:These files, including the Pi 4 version of above file, are found in sys-firmware/raspberrypi-wifi-ucode, to install it you'll also need to install sys-kernel/linux-firmware with the savedconfig USE flag
Code: Select all
# emerge -auvb linux-firmware raspberrypi-wifi-ucodeCode: Select all
Total: 2 packages (2 new), Size of downloads: 363156 KiB
Conflict: 2 blocks (2 unsatisfied)
* Error: The above package list contains packages which cannot be
* installed at the same time on the same system.
(sys-kernel/linux-firmware-20240410:0/0::gentoo, ebuild scheduled for merge) pulled in by
linux-firmware
(sys-firmware/raspberrypi-wifi-ucode-20221012.1_p1:0/0::gentoo, ebuild scheduled for merge) pulled in by
raspberrypi-wifi-ucodeCode: Select all
# because, Broadcom
ACCEPT_LICENSE="*"Might the HowTo that I'm reading is out of date, maybe?


