From: Simon Arlott <simon@fire.lp0.eu>
To: Pavel Machek <pavel@suse.cz>
Cc: linux-pm@lists.linux-foundation.org,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: [linux-pm] Tyan S2923-E suspend to ram fails to resume
Date: Sat, 09 Aug 2008 15:42:22 +0100 [thread overview]
Message-ID: <489DACCE.7050000@simon.arlott.org.uk> (raw)
In-Reply-To: <21f16315cade48d9ecdc87a25b769b9f310fa112@8b5064a13e22126c1b9329f0dc35b8915774b7c3.invalid>
On 08/08/08 12:20, Simon Arlott wrote:
> On Fri, August 8, 2008 08:14, Pavel Machek wrote:
>> On Mon 2008-08-04 22:56:07, Simon Arlott wrote:
>>> My system (Tyan S2923-E, dmesg attached) suspends ok in
>>> all pm_test modes, but it won't resume with pm_test
>>> "none".
>>>
>>> [ 6.423515] mem full: hash matches
>>>
>>> When I press the power button, the port 80 display shows:
>>> FF D0 23 01 D0 ... DE
>>> (and again each time I press it)
>>>
>>> If I force it to turn off, then on again:
>>> FF D0 23 01 D0 ... FF D0 23 01 D0 ... (D2?) D3 00 01 D5
>>> D6 <normal boot>
>>>
>>> Any ideas? (onboard SAS is disabled, watchdog is
>>> disabled, everything else is enabled, PCI-E graphics
>>> card)
>>
>> Try verifying if it reaches assembly code under realmode/ ...
I've tried acpi_sleep=s3_beep, and this:
diff --git a/arch/x86/kernel/acpi/realmode/wakeup.S b/arch/x86/kernel/acpi/realmode/wakeup.S
index 3355973..50e50df 100644
--- a/arch/x86/kernel/acpi/realmode/wakeup.S
+++ b/arch/x86/kernel/acpi/realmode/wakeup.S
@@ -37,6 +37,11 @@ signature: .long 0x51ee1111
.code16
wakeup_code:
_start:
+ movb $0xC1, %al
+ outb %al, $0x80
+ cli
+ hlt
+
cli
cld
Which doesn't work either.
--
Simon Arlott
next prev parent reply other threads:[~2008-08-09 14:42 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-08-04 21:56 Tyan S2923-E suspend to ram fails to resume Simon Arlott
2008-08-04 21:56 ` Simon Arlott
2008-08-08 7:14 ` Pavel Machek
2008-08-08 7:14 ` [linux-pm] " Pavel Machek
2008-08-08 11:20 ` Simon Arlott
2008-08-08 11:20 ` [linux-pm] " Simon Arlott
2008-08-09 14:42 ` Simon Arlott
2008-08-09 14:42 ` Simon Arlott [this message]
2008-08-12 10:31 ` Pavel Machek
2008-08-12 10:31 ` [linux-pm] " Pavel Machek
2008-08-23 16:47 ` Simon Arlott
2008-09-02 8:07 ` Pavel Machek
2008-09-02 8:07 ` [linux-pm] " Pavel Machek
2008-09-02 11:20 ` Simon Arlott
2008-09-02 11:20 ` Simon Arlott
2008-08-23 16:47 ` Simon Arlott
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=489DACCE.7050000@simon.arlott.org.uk \
--to=simon@fire.lp0.eu \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@lists.linux-foundation.org \
--cc=pavel@suse.cz \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.