public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* AE_NOT_FOUND while evaluating SleepState [\_S3_]
@ 2006-11-27 15:18 Daniel Drake
  2006-11-28  2:21 ` Matthew Garrett
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Drake @ 2006-11-27 15:18 UTC (permalink / raw)
  To: linux-acpi

Hi,

I'm looking into suspend-to-RAM on my Tyan S2895 K8WE motherboard
(x86-64). It does not work, "mem" is not listed in /sys/power/state

I have tracked down the problem to this code
(acpi_get_sleep_type_data(), drivers/acpi/hardware/hwregs.c)

  /*Evaluate the namespace object containing the values for this state*/
  status = acpi_ns_evaluate(info);
  if (ACPI_FAILURE(status)) {
    ACPI_DEBUG_PRINT((ACPI_DB_EXEC,
                      "%s while evaluating SleepState [%s]\n",
                      acpi_format_exception(status),
                      info->pathname));

    goto cleanup;
  }

The message produced is:
        AE_NOT_FOUND while evaluating SleepState [\_S3_]

Does this system simply not support suspend-to-RAM or can something be
done on the Linux side?

The system does support: S0 S1 S4 S5

acpidump:
http://dev.gentoo.org/~dsd/misc/s2895-acpidump.txt

Thanks!

-- 
Daniel Drake
Brontes Technologies, A 3M Company


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: AE_NOT_FOUND while evaluating SleepState [\_S3_]
  2006-11-27 15:18 AE_NOT_FOUND while evaluating SleepState [\_S3_] Daniel Drake
@ 2006-11-28  2:21 ` Matthew Garrett
  0 siblings, 0 replies; 2+ messages in thread
From: Matthew Garrett @ 2006-11-28  2:21 UTC (permalink / raw)
  To: Daniel Drake; +Cc: linux-acpi

On Mon, Nov 27, 2006 at 10:18:02AM -0500, Daniel Drake wrote:

> The message produced is:
>         AE_NOT_FOUND while evaluating SleepState [\_S3_]
> 
> Does this system simply not support suspend-to-RAM or can something be
> done on the Linux side?

The absence of an _S3_ object indicates that the system doesn't support 
S3 sleep. Check the BIOS - there may be an option to choose whether it 
supports S1 or S3.

-- 
Matthew Garrett | mjg59@srcf.ucam.org

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-11-28  2:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-27 15:18 AE_NOT_FOUND while evaluating SleepState [\_S3_] Daniel Drake
2006-11-28  2:21 ` Matthew Garrett

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox