Behavior when losing wifi
I remember reading in the documentation that if at some point the RaspberryPi cannot connect to the Wi-Fi, it starts in hotspot mode.
This is very annoying to me since if I restart it it is still in hotspot mode.
Could you change this behavior?
It is better the way cell phones use, connect to any known network first.
This is very annoying to me since if I restart it it is still in hotspot mode.
Could you change this behavior?
It is better the way cell phones use, connect to any known network first.
Comments
I find it quite annoying if the server switches networks when it knows several in range. I want it to be connected with one where I know the ip. So the normal case is to always connect to same network. That is a point where I know several optinions will exist and maybe we will add switch for this. Put it on my ideas list.
The light goes out. Then the light comes back.
The RaspberryPi start quickly, my router still does not start the Wi-Fi networks, so they go into hotspot mode.
If I restart the RaspberryPi they don't try to reconnect to wifi, they just go to hotspot mode.
- I want it to be connected with one where I know the ip. -
Only leave one DHCP server per network.
With lastest pi image you can also supply wpa_supplicant.conf in /boot and it will always use that config and disable wifi selection through server completely. In server you can only see what you are connected to then. That way you can also provide multiple networks to select from automatically.
What I notice that happens is that if only once it does not find the network, it automatically generates the AP and does not try to connect to the local wifi again. Not even restarting the Raspberry.