Closed jayofelony closed 1 year ago
It does work on a fresh install somehow, but when I try installing it with my ansible build the pi 4 drivers will not load/install. The others I am installing with the ansible work perfectly fine.
But installing them afterwards doesn't work either.
sudo nano /usr/lib/modules/6.1.21-v8+/kernel/drivers/net/wireless/broadcom/brcm80211/brcmfmac/brcmfmac.ko
When I search while nano-ing this file for nexmon it finds multiple 'nexmon' in the file, but still it does not load version 7.45.206.
I found it!!
pi@jayofelony:/usr/lib/firmware/brcm $ sudo mv /usr/lib/firmware/cypress/cyfmac43455-sdio-standard.bin /usr/lib/firmware/cypress/cyfmac43455-sdio-standard.bin.orig
pi@jayofelony:/usr/lib/firmware/brcm $ sudo cp /usr/lib/firmware/brcm/brcmfmac43455-sdio.bin /usr/lib/firmware/cypress/cyfmac43455-sdio-standard.bin
pi@jayofelony:~ $ sudo dmesg | grep brcmfmac
[ 6.690704] brcmfmac: loading out-of-tree module taints kernel.
[ 6.727883] brcmfmac: F1 signature read @0x18000000=0x15264345
[ 6.784480] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[ 6.785467] usbcore: registered new interface driver brcmfmac
[ 7.196632] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[ 7.222236] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Oct 4 2023 19:53:57 version 7.45.206 (nexmon.org: 2.2.2-457-gfade2-4) FWID 01-88ee44ea
[ 8.023964] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
[ 8.049201] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save disabled
[ 11.102611] brcmfmac: brcmf_vif_add_validate: Attempt to add a MONITOR interface...
[ 11.102636] brcmfmac: brcmf_mon_add_vif: brcmf_mon_add_vif called
[ 11.102641] brcmfmac: brcmf_mon_add_vif: Adding vif "wlan0mon"
I will have to edit my playbook to follow symlinks...
Raspios 03-05-2023 arm64
I have followed all the usual steps to install the firmware. All other version for RPi work perfectly fine, but on pi4 somehow it reverts back to 7.45.241. No errors given whatsoever. Maybe you have a clue what's going on?
PS: The blob error is my doing, I deleted it to see if it would make a difference. It did not..