-
-
Notifications
You must be signed in to change notification settings - Fork 797
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
8 users/connection allowed? #462
Comments
RaspAP gives you control of hostapd's |
I have 8 units connected to the AP, and then it allows no more. Connection is just refused for extra devices, and I have this 2007 in the max_num_sta, so definitely not 2007 allowed connections? Or is there something I just don't understand? Merry Christmas by the way :) |
I have tried to set the client number to 2007, 100 and 10 No difference, it allowes only 8 connections :( |
The bottleneck is likely not hostapd, but rather a limitation of the brcmfmac driver. Other RPi users have reported substantially greater maximum AP client connections, so I'd hesitate to say it's a hardcoded limitation of brcmfmac. Available RAM, under voltage and other factors come into play. You don't mention which RPi you're using, but I would not, for example, expect more than this from a Pi Zero W. Related discussion here raspberrypi/linux#3010 Merry Christmas :) |
I am using a Raspberry Pi 3B+ |
Have you tried running hostapd in debug mode while you connect clients?
|
Had not tried, I have now. This only throws everything off and disables wlan0. No I will "just" live with these 8 clients, was just hoping for a way to connect 16-20 devices.... Maybe I will look into the esp_wifi_repeater, to see if this can do something.... |
I know I closed this, but would more connections be possible if I added an USB Wifi Adapter? |
It would not hurt to test with an external adapter. If you're able to connect >8 clients with the same kernel and hostapd config, it's reasonable to infer that the bottleneck is at the Broadcom WiFi chip supported by the brcmfmac driver. |
Closing this, feel free to reopen if you have more info to add. |
Just as a comment, adding another wifi adapter to the Rpi, did nothing :( Does anybody know how many the Rpi 4 allows to have connected? |
I have just conducted tests today with a Rpi4 4Gb RAM and I wasn't able to connect more than 8 devices. Same with the 3b+. Both were running latest version of Buster. I conducted the same tests 1 year ago and the results were quite different with Stretch: |
@ezimmert interesting data point, thanks for reporting. This may indeed be the upper bound set by brcmfmac. Out of curiosity, what is your kernel + brcmfmac firmware version? In an ideal world, broadcom/cypress would release the firmware source code so we could verify this directly. |
Is this something that has been addressed? I am using a Rpi4 4GB RAM with Buster and have been unable to get past 7 clients on my hotspot. It isn't a resource issue on the Rpi itself it seems (ram and cpu doesn't seem to be affected). Would love to have more able to connect at once. My workaround has been to have Rpi clients turn off their WiFi for 5 minutes ever hour to let other Rpis get a spot on the router to transfer their data. Less than optimal :D |
Hi, Same issue but I've added my 2 cents in the issue #3010 (still open ^^) Have fun and take care |
Is this the maximum allowed users?
Is there a way to expand this?
The text was updated successfully, but these errors were encountered: