avanc / photOS

Operating System for digital photo frames
Other
96 stars 15 forks source link

Offline Mode: Kernel Panic, when no known SSID is present #104

Closed kumzugloom closed 1 year ago

kumzugloom commented 1 year ago

The readme quotes:

Offline: Works also if no internet connection is available.

However, if no already known SSID is present, my device is forced into eternal reboots due to kernel panics. Is there any documentation on how to achieve the offline mode?

kumzugloom commented 1 year ago

In case anyone else wonders: According to this you can deactivate automatic reboot on unavailable WiFi Connection by changing /etc/watch.conf from

LINK_WATCH="true"

to

LINK_WATCH="false"

avanc commented 1 year ago

@kumzugloom Sorry that I had no time to respond. Thanks for the details, I added it into the documentation: https://github.com/avanc/photOS/wiki/FAQ#how-to-avoid-reboots-if-network-connection-is-not-working