Wifi with arch arm on pi4
Posted: Tue Jul 16, 2019 11:06 pm
With arch arm on pi4 wifi doesn't work out of the box with latest kernel and firmware from today.
Dmesg shows this error:
After copying wifi driver brcmfmac43455* from https://github.com/RPi-Distro/firmware- ... aster/brcm, unload und reload the driver by modprobe wifi works fine.
After reboot wifi doesn't work again and dmesg shows the same error as before. Unload and reload driver brings wifi up and it works fine again. This workaround doesn't work with the origin driver! But unload the driver first is needed every time after reboot to get it work.
Can someone explain how to get the driver to work right from the start without unload and reload it?
Dmesg shows this error:
Code: Select all
brcmfmac: brcmf_sdio_htclk: HT Avail timeout (1000000): clkctl 0x50After reboot wifi doesn't work again and dmesg shows the same error as before. Unload and reload driver brings wifi up and it works fine again. This workaround doesn't work with the origin driver! But unload the driver first is needed every time after reboot to get it work.
Can someone explain how to get the driver to work right from the start without unload and reload it?