Skip to content

Instantly share code, notes, and snippets.

@szampardi
Created September 1, 2025 13:23
Show Gist options
  • Save szampardi/a005c60732a1aabb51c5619952df1488 to your computer and use it in GitHub Desktop.
Save szampardi/a005c60732a1aabb51c5619952df1488 to your computer and use it in GitHub Desktop.
archlinuxarm raspberrypi broken brcmfmac

ref https://archlinuxarm.org/forum/viewtopic.php?f=9&t=17095#p73046

I had the exact same problem. It seems to be related to the combination of some AP models and Raspberry Pi and is caused by a new feature which is supposed to lower CPU usage.

This worked for me as a workaround:

  • Create a new config file "/etc/modprobe.d/brcmfmac.conf".
  • Add the following line "options brcmfmac feature_disable=0x2000".
  • Save and reboot.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment