From: Daniel Drake <ddrake@brontes3d.com>
To: linux-acpi@vger.kernel.org
Subject: AE_NOT_FOUND while evaluating SleepState [\_S3_]
Date: Mon, 27 Nov 2006 10:18:02 -0500 [thread overview]
Message-ID: <1164640682.8724.2.camel@systems03.lan.brontes3d.com> (raw)
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
next reply other threads:[~2006-11-27 15:18 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-11-27 15:18 Daniel Drake [this message]
2006-11-28 2:21 ` AE_NOT_FOUND while evaluating SleepState [\_S3_] Matthew Garrett
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1164640682.8724.2.camel@systems03.lan.brontes3d.com \
--to=ddrake@brontes3d.com \
--cc=linux-acpi@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox