check screensaver and wlan power off
khassel opened this issue · 3 comments
khassel commented
khassel commented
@guysoft thanks for this info.
So wlan power save is remaining. This is enabled by default:
pi@magicmirroros:~ $ iw wlan0 get power_save
Power save: on
I'm not sure if this can lead to a black screen.
We can wait if someone reports this or we can add sudo iw wlan0 set power_save on
in the start script run_magicmirroros
. Please let me know ...
guysoft commented
take a look at this. The last non upvoted on about the interfaces file:
https://raspberrypi.stackexchange.com/questions/96606/make-iw-wlan0-set-power-save-off-permanent
khassel commented
checked this link already, but failed to get this working.
Solutions working are
sudo iw wlan0 set power_save off
inrun_magicmirroros
/sbin/iw wlan0 set power_save off
in/etc/rc.local