Bug 217793
Summary: | Suspend succeeds, system refuses to wake up. | ||
---|---|---|---|
Product: | Platform Specific/Hardware | Reporter: | Gene Snider (genes1122) |
Component: | x86-64 | Assignee: | platform_x86_64 (platform_x86_64) |
Status: | NEW --- | ||
Severity: | normal | CC: | jirislaby, lenb, pavel, rjw, tiwai |
Priority: | P3 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | Subsystem: | ||
Regression: | No | Bisected commit-id: |
Description
Gene Snider
2023-08-14 18:51:48 UTC
I forgot to include this, the link to my openSUSE bug: https://bugzilla.suse.com/show_bug.cgi?id=1203974 Gene (In reply to Gene Snider from comment #0) > This command shows that the kernel thinks this laptop supports s2idle sleep: > > > cat /sys/power/mem_sleep > [s2idle] > > However, this Windows 11 command says otherwise: > > powercfg /A > > It tells me that my hardware only supports Standby (S0 Low Power Idle), and > specifically states that s2idle is not supported. So, after every bios > update I try suspending to RAM to see if the problem has been fixed. The code says: /* * Suspend-to-idle should be supported even without any suspend_ops, * initialize mem_sleep_states[] accordingly here. */ mem_sleep_states[PM_SUSPEND_TO_IDLE] = mem_sleep_labels[PM_SUSPEND_TO_IDLE]; So s2idle is taken as always "supported". I am not sure if it really is on your laptop. CCing suspend people. |