02-14-2019, 09:02 AM
Wifi only Raspberry zero W looses wifi connection after hours / days.
iwconfig in terminal gives reply stating:
Power Management:on
So I did:
sudo nano /etc/rc.local
and added (just above exit 0):
iwconfig wlan0 power off
Saved, rebooted and now wifi is stable.
I Think this should be standard behaviour or a setting in the web interface: disable wifi sleep.
iwconfig in terminal gives reply stating:
Power Management:on
So I did:
sudo nano /etc/rc.local
and added (just above exit 0):
iwconfig wlan0 power off
Saved, rebooted and now wifi is stable.
I Think this should be standard behaviour or a setting in the web interface: disable wifi sleep.