It's more likely that either the firmware or the module aren't loaded correctly. Maybe sys-kernel/linux-firmware was emerged too?Edit to add: wpa_supplicant starts, immediately goes inactive and ip a returns no device.


Code: Select all
emerge -1K =<pacxage-ver>It seems the only ebuilds in git are 9999 and 2.10-r1 unfortunatelyNeddySeagoon wrote:ian.au,
If you have the ebuild and the binpackage, its-K is use the binpackage or fail.Code: Select all
emerge -1K =<pacxage-ver>
The ebuild will be in git if its gone from the repo.
Code: Select all
[ 8.982254] brcmfmac: F1 signature read @0x18000000=0x15264345
[ 9.003174] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[ 9.258916] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[ 9.259059] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[ 9.266483] usbcore: registered new interface driver brcmfmac
[ 9.271189] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Jan 4 2021 19:56:29 version 7.45.229 (617f1f5 CY) FWID 01-2dbd9d2e
[ 14.760974] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
[ 423.392396] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
[36214.691855] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
[110899.715542] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabledCode: Select all
pi64-01 /usr/src/linux # dmesg |grep brcmfmac
[ 9.072981] brcmfmac: F1 signature read @0x18000000=0x15264345
[ 9.087740] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[ 9.090495] usbcore: registered new interface driver brcmfmac
[ 9.331289] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[ 9.331420] brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
[ 9.342008] brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Jan 4 2021 19:56:29 version 7.45.229 (617f1f5 CY) FWID 01-2dbd9d2e
[ 14.602574] brcmfmac: brcmf_cfg80211_set_power_mgmt: power save enabled
All the ebuilds that were ever in CVS or git are in git now. Back to 2002 anyway.It seems the only ebuilds in git are 9999 and 2.10-r1 unfortunately
Code: Select all
git log -- net-wireless/wpa_supplicantCode: Select all
git checkout <commit_number>