Bug 45921
Summary: | resume from hibernate fails when "Suspend to RAM and standby" is disabled | ||
---|---|---|---|
Product: | Power Management | Reporter: | Andreas Steinmetz (ast) |
Component: | Hibernation/Suspend | Assignee: | Lan Tianyu (tianyu.lan) |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | florian, rjw, rui.zhang, tianyu.lan |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 3.5.[01] | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: |
Kernel config
Modules loaded Broken config do acpisleep dmi check if CONFIG_ACPI_SLEEP is set refreshed patch based on Rafael' comments |
Description
Andreas Steinmetz
2012-08-13 23:13:07 UTC
Created attachment 77641 [details]
Kernel config
Created attachment 77651 [details]
Modules loaded
May I see the .config that doesn't work too, please? Created attachment 77731 [details]
Broken config
As per diff to the working config:
@@ -438,8 +438,7 @@
# Power management and ACPI options
#
CONFIG_ARCH_HIBERNATION_HEADER=y
-CONFIG_SUSPEND=y
-CONFIG_SUSPEND_FREEZER=y
+# CONFIG_SUSPEND is not set
CONFIG_HIBERNATE_CALLBACKS=y
CONFIG_HIBERNATION=y
CONFIG_PM_STD_PARTITION=""
Shouldn't affect hibernate, but unfortunately does.
please attach the dmi output of this laptop. Created attachment 87551 [details]
do acpisleep dmi check if CONFIG_ACPI_SLEEP is set
please try this patch and see if it helps.
Created attachment 87681 [details]
refreshed patch based on Rafael' comments
please try this patch instead.
A patch referencing this bug report has been merged in Linux v3.8-rc1: commit 0ac1b1d7b7424cd6f129b5454b504b3cae746f0e Author: Zhang Rui <rui.zhang@intel.com> Date: Fri Nov 30 12:57:03 2012 +0100 ACPI: do acpisleep dmi check when CONFIG_ACPI_SLEEP is set ping ... Does Comment #8 patch fix the issue? Since there is already a fix bug patch and no response. Close the bug as code fix and if still exit in the last upstream kernel. Please feel free to reopen. |