Fydeos does not go into sleep mode. It goes to sleep and wakes up immediately. Chrome os flex and linux also ‘‘echo RP05 | sudo tee /proc/acpi/wakeup’’ solves the problem. But fydeos doesn’t work either.
I found the solution to the problem…
‘echo RP05 | without android activation Sleep mode works fine if sudo tee /proc/acpi/wakeup’’ is run.
I had to prepare bootscripts to automate this.
You can find the files attached
suspend.sh (191 Bytes)
99-bootscripts.sh (541 Bytes)
thanks is great information
where do i place the file?
It would be nice to know how to apply this patch… kind sir you’ll be saving a entire community if this works!!
You have to execute this in the CROSH shell:
look here : https://fydeos.io/help/knowledge-base/developer-options/developer-mode/terminal-basics-guide/
ctrl - alt - t
shell
sudo -i
echo RP05 | tee /proc/acpi/wakeup