guysoft/MagicMirrorOS

check screensaver and wlan power off

khassel opened this issue · 3 comments

@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 ...

checked this link already, but failed to get this working.

Solutions working are

  • sudo iw wlan0 set power_save off in run_magicmirroros
  • /sbin/iw wlan0 set power_save off in /etc/rc.local