Frequent wifi disconnection #562
-
Hello, Due to my poor wifi at home, my Birdnet-Pi sometimes disconnects from my wifi (e.g I have to relaunch my router which is another raspberry pi) and it doesn't auto reconnect to the wifi. Do you know any method to make my Birdnet-pi auto reconnects to the wifi network when this happens? Currently I can only hard reboot the Birdnet-Pi unplugging from power socket, which is bad. Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
Woah...that's really weird. Mine reconnects to the Wifi if I happen to power-cycle (accidentally unplug) the wifi. Is there anything special about your Wifi setup on the Pi? Did you hard-code any extras? |
Beta Was this translation helpful? Give feedback.
-
Just above
and that will disable power management (the thing that cuts the power to your wireless network card after it loses the connection to your WiFi, preventing it from reconnecting in the future). |
Beta Was this translation helpful? Give feedback.
wlan0
on a Raspberry Pi has power management automatically turned on. I would recommend disabling this on boot to address your issue.Just above
exit 0
in/etc/rc.local
, add this line:and that will disable power management (the thing that cuts the power to your wireless network card after it loses the connection to your WiFi, preventing it from reconnecting in the future).