FS#16855 - [kernel26] Enable CONFIG_PM_DEBUG by default
Attached to Project:
Arch Linux
Opened by Anonymous Submitter - Monday, 26 October 2009, 21:01 GMT
Last edited by Tobias Powalowski (tpowa) - Saturday, 26 December 2009, 07:23 GMT
Opened by Anonymous Submitter - Monday, 26 October 2009, 21:01 GMT
Last edited by Tobias Powalowski (tpowa) - Saturday, 26 December 2009, 07:23 GMT
|
Details
Description:
I've just found that suspend and hibernate on my Dell Mini 9 has stopped working, which seems to have coincided with the release of the 2.6.31 kernel. I've had no trouble with it in the past six or so months. I've made no recent hardware or software configuration changes that I think could have caused this, other than enabling Intel graphics KMS. Disabling that didn't help. The basic-pm-debugging.txt file in the Linux kernel source Documentation/power/ subdirectory describes debugging techniques using a file called /sys/power/pm_test, however, that is only available if CONFIG_PM_DEBUG is enabled at kernel compile time. Because suspend/hibernate are probably commonly used functions for people with laptops, I'd like to suggest that the CONFIG_PM_DEBUG option be enabled in the default Arch Linux kernel. This would make it much easier for people to diagnose suspend/hibernate problems. Additional info: * kernel26 2.6.31.5-1, i686 |
This task depends upon
Closed by Tobias Powalowski (tpowa)
Saturday, 26 December 2009, 07:23 GMT
Reason for closing: Fixed
Additional comments about closing: 2.6.32 series
Saturday, 26 December 2009, 07:23 GMT
Reason for closing: Fixed
Additional comments about closing: 2.6.32 series
"To use one of them it is necessary to write the corresponding string to /sys/power/pm_test (eg. "devices" to test the freezing of processes and suspending devices)"
so, no, it won't generate debug output unless you tell it to.
http://www.mjmwired.net/kernel/Documentation/power/basic-pm-debugging.txt