Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Limited number of WiFi clients #36

Open
colinsauze opened this issue Sep 1, 2023 · 2 comments
Open

Limited number of WiFi clients #36

colinsauze opened this issue Sep 1, 2023 · 2 comments

Comments

@colinsauze
Copy link
Member

There is a bug/feature with the Raspberry Pi's built in WiFi that limits the number of clients. See raspberrypi/linux#3010 for more details. A potential workaround is to switch to the minimal wifi card firmware, see https://github.com/RPi-Distro/firmware-nonfree/tree/bullseye/debian/config/brcm80211/cypress. Another possibility is to use an external USB WiFi adaptor.

@colinsauze
Copy link
Member Author

To find the number of connected clients run

iw dev wlan0 station dump | grep Station | wc -l

@raehik
Copy link
Contributor

raehik commented Sep 6, 2023

We tried switching to this minimal firmware on an up-to-date Pi Zero using the command given in the nonfree firmware repo

sudo update-alternatives --config cyfmac43455-sdio.bin

and selecting the *-minimal* option, then restarting (and confirmed that the minimal firmware appeared selected). But on a device connection test, we ended up with the same 9-10 possible connections before new connections are disallowed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants