RaspAP AP stops accepting WiFi clients until services are restarted #2142
Replies: 4 comments 4 replies
|
First result for "disassociated" in our docs. Please search them before starting new discussions, thanks |
|
Hi, thanks for your suggestions. We followed your troubleshooting advice and checked the common causes you mentioned. We are still seeing a very strange behavior: After restarting:
the access point works normally. All tested devices can connect. However, after running for some time, the AP stops accepting new clients. Devices that are already connected continue to work without problems. The important observation is: The device trying to connect is not always the same:
A restart of the three services immediately restores the ability for new clients to connect, but only temporarily. We already checked:
Because the affected client changes and already connected clients continue working, we do not think this is a client-specific issue. At this point we are out of ideas and would appreciate any suggestions about what could cause the AP to stop receiving new association requests after running for some time. Thanks! |
|
Thanks for your reply. We have already gone through most of these steps during our troubleshooting:
Unfortunately, the behavior remains the same. The only command we could not use is
One observation still stands out: after the AP has been running for some time, it appears to stop receiving new association attempts. Existing clients continue to work, but new clients cannot connect. In many cases there is not even a new entry in the hostapd log when a client tries to connect. Restarting Your comment that your reference Pi 3B+ has been running RaspAP reliably for years without service restarts is actually very helpful. It suggests that this is probably not a general RaspAP issue, but something specific to my hardware, driver or configuration. That gives me another direction to investigate. Thanks again for taking the time to help. |
|
One thing I’ve noticed is that I can’t set the mode to 802.11n via the UI; it always reverts to 802.11g. I also can’t set the transmit power to "auto." I’ve already spent hours on this with ChatGPT, but unfortunately, I’m not getting anywhere. |
Uh oh!
There was an error while loading. Please reload this page.
Environment
Problem
The WiFi access point becomes unstable after some time. Different client devices fail to connect at different times. The problem is not related to a specific device.
Example:
The following commands restore normal operation:
Observed behavior
Example hostapd log:
Question
Is there a known issue with RaspAP, hostapd, dnsmasq, or dhcpcd where the AP stops accepting clients after running for some time?
Any help with debugging or configuration recommendations would be appreciated.
All reactions