Latest working kernel version:2.6.27.3 Earliest failing kernel version:2.6.27.4 Distribution:Arch Linux Hardware Environment:Toshiba L300 Software Environment: Problem Description: Machine will not resume after suspending to ram. It wakes up but screen is blank and it halts (even capslock doesn't work). It depends on changes made from 2.6.27.3 to 2.6.27.4 in /drivers/acpi/sleep/main.c procedure: + /* If ACPI is not enabled by the BIOS, we need to enable it here. */ + acpi_enable(); Steps to reproduce: Sleep and wake up.
it seems that we need to blacklist this Toshiba machine as well.
please attach the dmidecode output. Rafael, do you think this is a duplicate of bug #12038?
Created attachment 20401 [details] dmidecode
Created attachment 20402 [details] patch: blacklist toshiba l300 that require to set SCI_EN directly on resume please get the latest kernel source code, and build a new kernel with this patch.
thresume on patched kernel now works properly. thx.
resume on patched kernel now works properly. thx.
(In reply to comment #2) > please attach the dmidecode output. > > Rafael, > do you think this is a duplicate of bug #12038? It is, ie. the problem is the same.
Handled-By : Zhang Rui <rui.zhang@intel.com> Patch : http://bugzilla.kernel.org/attachment.cgi?id=20402&action=view
patch in comment #4 applied to acpi tree
shipped upstream on top of 2.6.29-rc8-git2 closed