I can not change.
It seems locked.
Want to put to lower power state.
s2idle [deep]
How is this done. Google search hits discussion not all possible paths to change correctly.
UPDATE:
What people say is usually wrong:
For example, this is what happens:
$ echo s2idle | sudo tee /sys/power/mem_sleep
s2idle
$ cat /sys/power/mem_sleep
[s2idle]
Is my system broken compared to the example below that results in deep!???? Or is that a typo on their part? There is confusion like this all over the web.
Why does this fail?
echo deep | sudo tee /sys/power/mem_sleep
deep
tee: /sys/power/mem_sleep: Invalid argument
My suspsicion is that people are writing answers that trigger some latent thing ... but they do not understand what that thing is or how to change it's settings. Is it grub?
And this seems relevant https://forums.linuxmint.com/viewtopic.php?t=335139
UPDATE:
The problem appears to have been a BIOS setting. Set config power sleep state to Linux!
deep
option due to a BIOS setting that made it not available at the linux OS level. I assume that after making a change in that BIOS setting, thedeep
option is now available? – Doug Smythies May 27 '23 at 18:26