From: Matt Mackall <mpm@selenic.com>
To: linux-kernel@vger.kernel.org
Cc: linux-acpi@vger.kernel.org, akpm@linux-foundation.org
Subject: 2.6.21-mm2: ACPI exception on resume
Date: Sat, 19 May 2007 11:57:38 -0500 [thread overview]
Message-ID: <20070519165738.GK11115@waste.org> (raw)
Starting with 2.6.21-mm2, I'm seeing occassional failures to resume
from suspend-to-ram on my Thinkpad R51. The screen will flash as it
usually does, then go black and the machine will become totally
unresponsive, even to holding down the power button for 30+ seconds.
But the hard drive light will occassionally flash, so the machine is
clearly not completely dead at this point.
The log contains this:
08:57:25 hub 1-0:1.0: over-current change on port 4
08:57:26 ACPI: EC: acpi_ec_wait timeout, status = 10, expect_event = 2
08:57:26 ACPI: EC: write_cmd timeout, command = 128
08:57:26 ACPI Exception (evregion-0424): AE_TIME, Returned by Handler for [EmbeddedControl] [20070126]
08:57:26 ACPI Exception (dswexec-0462): AE_TIME, While resolving operands for [OpcodeName unavailable] [20070126]
08:57:26 ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0.LPC_.EC__.GBIF] (Node c203270c), AE_TIME
08:57:26 ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0.LPC_.EC__.BAT0._BIF] (Node c2032644), AE_TIME
08:57:26 ACPI Exception (battery-0147): AE_TIME, Evaluating _BIF [20070126]
08:57:26 ACPI: EC: acpi_ec_wait timeout, status = 10, expect_event = 2
08:57:26 ACPI: EC: input buffer is not empty, aborting transaction
08:57:26 ACPI Exception (evregion-0424): AE_TIME, Returned by Handler for [EmbeddedControl] [20070126]
08:57:26 ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0.LPC_.EC__.AC__._PSR] (Node c20324c8), AE_TIME
08:57:26 ACPI Exception (ac-0095): AE_TIME, Error reading AC Adapter state [20070126]
08:57:27 ACPI: EC: acpi_ec_wait timeout, status = 10, expect_event = 2
08:57:27 ACPI: EC: input buffer is not empty, aborting transaction
08:57:27 ACPI Exception (evregion-0424): AE_TIME, Returned by Handler for [EmbeddedControl] [20070126]
08:57:27 ACPI Exception (dswexec-0462): AE_TIME, While resolving operands for [OpcodeName unavailable] [20070126]
08:57:27 ACPI Error (psparse-0537): Method parse/execution failed [\_TZ_.THM0._TMP] (Node c202db30), AE_TIME
08:57:27 agpgart: Found an AGP 2.0 compliant device at 0000:00:00.0.
08:57:27 agpgart: Putting AGP V2 device at 0000:00:00.0 into 4x mode
08:57:27 agpgart: Putting AGP V2 device at 0000:01:00.0 into 4x mode
08:57:27 [drm] Loading R200 Microcode
08:57:27 ACPI: EC: acpi_ec_wait timeout, status = 10, expect_event = 2
08:57:27 ACPI: EC: input buffer is not empty, aborting transaction
08:57:28 ACPI: EC: acpi_ec_wait timeout, status = 10, expect_event = 2
followed by a continual stream of these:
08:57:32 ACPI Exception (evregion-0424): AE_TIME, Returned by Handler for [EmbeddedControl] [20070126]
08:57:32 ACPI Error (psparse-0537): Method parse/execution failed [\_SB_.PCI0.LPC_.EC__.AC__._PSR] (Node c20324c8), AE_TIME
08:57:32 ACPI Exception (ac-0095): AE_TIME, Error reading AC Adapter state [20070126]
08:57:33 ACPI: EC: acpi_ec_wait timeout, status = 10, expect_event = 2
08:57:33 ACPI: EC: input buffer is not empty, aborting transaction
--
Mathematics is the supreme nostalgia of our time.
next reply other threads:[~2007-05-19 16:58 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-05-19 16:57 Matt Mackall [this message]
2007-05-19 18:24 ` 2.6.21-mm2: ACPI exception on resume Rafael J. Wysocki
2007-05-19 22:40 ` Matt Mackall
2007-05-19 23:05 ` Rafael J. Wysocki
2007-05-19 20:45 ` Henrique de Moraes Holschuh
2007-05-19 22:38 ` Matt Mackall
2007-05-20 3:52 ` Henrique de Moraes Holschuh
2007-05-21 22:23 ` Matt Mackall
2007-05-21 23:03 ` Henrique de Moraes Holschuh
2007-05-22 22:45 ` Matt Mackall
2007-05-23 0:19 ` Henrique de Moraes Holschuh
2007-05-23 1:48 ` Matt Mackall
2007-05-23 4:19 ` Henrique de Moraes Holschuh
2007-05-23 4:41 ` Ray Lee
2007-05-23 12:51 ` Henrique de Moraes Holschuh
2007-05-23 22:50 ` Ray Lee
2007-05-24 0:28 ` Henrique de Moraes Holschuh
2007-05-24 1:37 ` Ray Lee
2007-05-27 21:02 ` Pavel Machek
2007-05-23 8:57 ` Rafael J. Wysocki
2007-05-23 17:13 ` Henrique de Moraes Holschuh
2007-05-23 17:48 ` Matt Mackall
2007-05-23 20:56 ` Rafael J. Wysocki
2007-05-23 21:15 ` Matt Mackall
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=20070519165738.GK11115@waste.org \
--to=mpm@selenic.com \
--cc=akpm@linux-foundation.org \
--cc=linux-acpi@vger.kernel.org \
--cc=linux-kernel@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