I have a requirement to wake on lan via ssh from my pi librelec. Obviously cannot install wakeonlan via apt-get. Anyone know of a solution?
Any way to wake on lan via ssh?
-
ukdaveuk -
July 17, 2017 at 10:29 AM -
Thread is Unresolved
-
-
- Official Post
Thea RPi does not support suspend or hibernation either. And in idle state, the RPi uses some 1.5 Watts. What is there to wake up?
-
Sounds to me like he's talking about waking other devices from the Pi. LE has Python, and there are scripts that can do WOL like this one: wakeonlan.py
-
-
Sounds to me like he's talking about waking other devices from the Pi. LE has Python, and there are scripts that can do WOL like this one: wakeonlan.py
yes thats correct. I've downloaded that script, how do you use it?
I've tried python wakeonlan.sh XX:XX:XX:XX:XX:XX it just errors with
-
Doesn't look like you included the full error. It just works here.
-
Doesn't look like you included the full error. It just works here.
-
found a different solution, and got it working