Hi folks,
I have a Seagate nas running Debian Bookworm. I'm unable to get it to sleep, or resume from sleep via a WOL packet like it does with the original firmware.
Running any of these commands (pm-suspend, pm-suspend-hybrid, pm-hibernate) it just immediately becomes unresponsive, with all the LEDs still lit, with no ability to wake it at all.
The original firmware is their own version of Linux running a very old kernel 3.10.72.
The original firmware put the box to sleep via a script that ran the commandI believe this called a Python module called Unicorn that controlled the whole system to place the box into sleep mode. There are some files in the old firmware with GPIO references, the only problem is I have no idea how to port them to Debian.
Are there any GPIO gurus out there?
Thanks for any tips offered.
I have a Seagate nas running Debian Bookworm. I'm unable to get it to sleep, or resume from sleep via a WOL packet like it does with the original firmware.
Code:
pm-is-supported [--suspend | --hibernate | --suspend-hybrid ]
The original firmware is their own version of Linux running a very old kernel 3.10.72.
The original firmware put the box to sleep via a script that ran the command
Code:
dbus-send --system --dest=com.lacie.Unicorn --type=method_call --print-reply --reply-timeout=1000 /com/lacie/Unicorn com.lacie.Unicorn.switch_runlevel string:sleep
Are there any GPIO gurus out there?
Thanks for any tips offered.
Statistics: Posted by tony_p — 2024-03-05 23:49 — Replies 0 — Views 40