From: Remi Turk <remi@a2zis.com>
To: Mikael Pettersson <mikpe@csd.uu.se>
Cc: alan@lxorguk.ukuu.org.uk, linux-kernel@vger.kernel.org
Subject: Re: 2.4.5-ac8 hardlocks when going to standby
Date: Thu, 7 Jun 2001 16:41:22 +0200 [thread overview]
Message-ID: <20010607164122.A815@localhost.localdomain> (raw)
In-Reply-To: <200106071100.NAA11961@harpo.it.uu.se>
In-Reply-To: <200106071100.NAA11961@harpo.it.uu.se>; from mikpe@csd.uu.se on Thu, Jun 07, 2001 at 01:00:15PM +0200
On Thu, Jun 07, 2001 at 01:00:15PM +0200, Mikael Pettersson wrote:
> On Wed, 6 Jun 2001 22:42:53 +0200, Remi Turk wrote:
>
> Try the patch below. Reboot. Run 'apm -S' (or --standby) at the
> console. Did you see output from both send_event and apic_pm_callback?
> If so, repeat by pressing your power-switch-as-standby button. You
> should see the same output -- if not, something APM-related is broken.
apm --standby works fine now:
send_event: event 9
apic_pm_callback: rqst 0 data 3
nmi_pm_callback: rqst 0 data 3
and on resume:
send_event: event 11
apic_pm_callback: rqst 1 data 0
nmi_pm_callback: rqst 1 data 0
apm --suspend also does what it should (and already did):
send_event: event 10
apic_pm_callback: rqst 0 data 3
nmi_pm_callback: rqst 0 data 3
and on resume:
send_event: event 3
apic_pm_callback: rqst 1 data 0
nmi_pm_callback: rqst 1 data 0
My "standbybutton" still hardlocks however.
Should I dig up some more info about my mainboard/BIOS?
> FYI, the patch below to apm.c:send_event() [w/o the printk] prevents
> my ASUS P3B-F from hanging hard if I invoke apm standby in a UP-APIC
> enabled kernel. (Actually, standby doesn't do much on my box since
> it wakes up after 1 second or so. I don't know why, perhaps a hub->nic
> link beat? 'suspend' works ok, however. Oh, and I have to disable
Try "sleep 2; apm --standby" or paste the newline with your mouse.
It works for me - my keyboard probably still sends data when my
system is already going into standby.
> RedHat's worthless 'kudzu' crap, otherwise 'suspend' won't work.)
It slows down booting a few seconds, and besides, I usually
know it when I add hardware, so kudzu is one of the first
packages I remove when installing.
>
> /Mikael
>
> case APM_USER_SUSPEND:
> + case APM_SYS_STANDBY:
> + case APM_USER_STANDBY:
> /* map all suspends to ACPI D3 */
> if (pm_send_all(PM_SUSPEND, (void *)3)) {
> if (event == APM_CRITICAL_SUSPEND) {
> @@ -932,6 +935,7 @@
> break;
> case APM_NORMAL_RESUME:
> case APM_CRITICAL_RESUME:
> + case APM_STANDBY_RESUME:
> /* map all resumes to ACPI D0 */
It locked when suspending so I don't expect the added
"case APM_STANDBY_RESUME" to make any difference.
printk() doesn't seem to be logical too, and I tried the
"case APM_SYS_STANDBY" and "case APM_SYS_SUSPEND" yesterday
(didn't make a difference) so it looks like the mdelay()
does it.
--
Linux 2.4.6-pre1 #1 Wed Jun 6 18:25:37 CEST 2001
next prev parent reply other threads:[~2001-06-07 14:41 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-06-07 11:00 2.4.5-ac8 hardlocks when going to standby Mikael Pettersson
2001-06-07 14:41 ` Remi Turk [this message]
-- strict thread matches above, loose matches on Subject: below --
2001-06-10 14:21 Remi Turk
2001-06-06 13:10 Mikael Pettersson
2001-06-06 17:03 ` Remi Turk
2001-06-06 20:42 ` Remi Turk
2001-06-05 16:44 Remi Turk
2001-06-05 20:37 ` Alan Cox
2001-06-05 21:15 ` Remi Turk
2001-06-05 21:48 ` Joel Becker
[not found] ` <E157ODH-0007PX-00@the-village.bc.nu>
[not found] ` <20010605235346.A737@localhost.localdomain>
2001-06-06 9:32 ` Remi Turk
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=20010607164122.A815@localhost.localdomain \
--to=remi@a2zis.com \
--cc=alan@lxorguk.ukuu.org.uk \
--cc=linux-kernel@vger.kernel.org \
--cc=mikpe@csd.uu.se \
/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.