* Power off NOT working, kernel 2.4.16
@ 2002-01-16 21:45 Joonas Koivunen
2002-01-17 2:47 ` Stephen Rothwell
2002-01-17 17:30 ` Nick Sanders
0 siblings, 2 replies; 10+ messages in thread
From: Joonas Koivunen @ 2002-01-16 21:45 UTC (permalink / raw)
To: linux-kernel
Hey everyone,
I keep having this problem with 2.2 and 2.4 kernel series, and that is
APM poweroff not working. I tried all possible boot time commands which
could help me without results.
APM poweroff has actually been working with this computer, back when we
used 2.0.36 type kernels, and that one was possibly redhat patched or
something else, and windowses knew also how to poweroff, with mainboards
drivers. APM poweroff seized to operate when I switched to 2.2 serie
kernels.
My system is P2 prosessor on ASUS P2L97. cat /proc/apm tells:
1.15 1.2 0x03 0x01 0xff 0x80 -1% -1 ?
booting with debug option doesn't make apm speak more, well I dunno how
could I provide more information.
TIA,
rzei
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Power off NOT working, kernel 2.4.16
2002-01-16 21:45 Power off NOT working, kernel 2.4.16 Joonas Koivunen
@ 2002-01-17 2:47 ` Stephen Rothwell
2002-01-17 7:45 ` Joonas Koivunen
2002-01-17 17:30 ` Nick Sanders
1 sibling, 1 reply; 10+ messages in thread
From: Stephen Rothwell @ 2002-01-17 2:47 UTC (permalink / raw)
To: Joonas Koivunen; +Cc: linux-kernel
Hi,
On Wed, 16 Jan 2002 23:45:00 +0200
Joonas Koivunen <rzei@mbnet.fi> wrote:
>
> APM poweroff has actually been working with this computer, back when we
> used 2.0.36 type kernels, and that one was possibly redhat patched or
> something else, and windowses knew also how to poweroff, with mainboards
> drivers. APM poweroff seized to operate when I switched to 2.2 serie
> kernels.
Have you checked your /etc/[rc.d/]init.d/halt script to make sure
that it is passing the "-p" option to "halt"? This was a change
between the 2.0 and 2.2 kernels i.e. powerdown became separate
from halt.
--
Cheers,
Stephen Rothwell sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Power off NOT working, kernel 2.4.16
2002-01-17 2:47 ` Stephen Rothwell
@ 2002-01-17 7:45 ` Joonas Koivunen
2002-01-17 9:23 ` Romano Giannetti
2002-01-17 13:09 ` bill davidsen
0 siblings, 2 replies; 10+ messages in thread
From: Joonas Koivunen @ 2002-01-17 7:45 UTC (permalink / raw)
To: Stephen Rothwell; +Cc: linux-kernel
Stephen Rothwell wrote:
> Have you checked your /etc/[rc.d/]init.d/halt script to make sure
> that it is passing the "-p" option to "halt"? This was a change
> between the 2.0 and 2.2 kernels i.e. powerdown became separate
> from halt.
Yes, it's there, and I have also tried poweroff, no effect, last text
line I see is 'Power down.' and the system is succefully halted, not
switched off.
-rzei
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Power off NOT working, kernel 2.4.16
2002-01-17 7:45 ` Joonas Koivunen
@ 2002-01-17 9:23 ` Romano Giannetti
2002-01-17 13:09 ` bill davidsen
1 sibling, 0 replies; 10+ messages in thread
From: Romano Giannetti @ 2002-01-17 9:23 UTC (permalink / raw)
To: linux-kernel
On Thu, Jan 17, 2002 at 09:45:13AM +0200, Joonas Koivunen wrote:
>
> Yes, it's there, and I have also tried poweroff, no effect, last text
> line I see is 'Power down.' and the system is succefully halted, not
> switched off.
I have the same problem on my home box (Athlon with AMD mo-bo). RedHat
compiled kernel _do_ poweroff (although with a flashing oops just before
power goes off), but none of vanillas kernel can do it --- I tried with and
without ACPI, with APM real-mode call, whatever.
Romano
--
Romano Giannetti - Univ. Pontificia Comillas (Madrid, Spain)
Electronic Engineer - phone +34 915 422 800 ext 2416 fax +34 915 411 132
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Power off NOT working, kernel 2.4.16
2002-01-17 7:45 ` Joonas Koivunen
2002-01-17 9:23 ` Romano Giannetti
@ 2002-01-17 13:09 ` bill davidsen
2002-01-17 16:54 ` David Weinehall
1 sibling, 1 reply; 10+ messages in thread
From: bill davidsen @ 2002-01-17 13:09 UTC (permalink / raw)
To: romano; +Cc: linux-kernel
In article <20020117102302.A19119@pern.dea.icai.upco.es> you write:
| On Thu, Jan 17, 2002 at 09:45:13AM +0200, Joonas Koivunen wrote:
| >
| > Yes, it's there, and I have also tried poweroff, no effect, last text
| > line I see is 'Power down.' and the system is succefully halted, not
| > switched off.
|
| I have the same problem on my home box (Athlon with AMD mo-bo). RedHat
| compiled kernel _do_ poweroff (although with a flashing oops just before
| power goes off), but none of vanillas kernel can do it --- I tried with and
| without ACPI, with APM real-mode call, whatever.
I've had that problem with my BP6 for so long I stopped complaining.
Time to start again, I guess.
WHINE
There, now I feel better ;-) Really annoying, though, to have to boot
NT just to turn the machine off.
--
bill davidsen <davidsen@tmr.com>
CTO, TMR Associates, Inc
Doing interesting things with little computers since 1979.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Power off NOT working, kernel 2.4.16
2002-01-17 13:09 ` bill davidsen
@ 2002-01-17 16:54 ` David Weinehall
2002-01-17 20:10 ` Bill Davidsen
0 siblings, 1 reply; 10+ messages in thread
From: David Weinehall @ 2002-01-17 16:54 UTC (permalink / raw)
To: bill davidsen; +Cc: romano, linux-kernel
On Thu, Jan 17, 2002 at 08:09:59AM -0500, bill davidsen wrote:
> In article <20020117102302.A19119@pern.dea.icai.upco.es> you write:
> | On Thu, Jan 17, 2002 at 09:45:13AM +0200, Joonas Koivunen wrote:
> | >
> | > Yes, it's there, and I have also tried poweroff, no effect, last text
> | > line I see is 'Power down.' and the system is succefully halted, not
> | > switched off.
> |
> | I have the same problem on my home box (Athlon with AMD mo-bo). RedHat
> | compiled kernel _do_ poweroff (although with a flashing oops just before
> | power goes off), but none of vanillas kernel can do it --- I tried with and
> | without ACPI, with APM real-mode call, whatever.
>
> I've had that problem with my BP6 for so long I stopped complaining.
> Time to start again, I guess.
>
> WHINE
>
> There, now I feel better ;-) Really annoying, though, to have to boot
> NT just to turn the machine off.
Ever tried holding the power-button for 3 seconds?!
/David
_ _
// David Weinehall <tao@acc.umu.se> /> Northern lights wander \\
// Maintainer of the v2.0 kernel // Dance across the winter sky //
\> http://www.acc.umu.se/~tao/ </ Full colour fire </
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Power off NOT working, kernel 2.4.16
2002-01-16 21:45 Power off NOT working, kernel 2.4.16 Joonas Koivunen
2002-01-17 2:47 ` Stephen Rothwell
@ 2002-01-17 17:30 ` Nick Sanders
1 sibling, 0 replies; 10+ messages in thread
From: Nick Sanders @ 2002-01-17 17:30 UTC (permalink / raw)
To: Joonas Koivunen, linux-kernel
> APM poweroff has actually been working with this computer, back when we
> used 2.0.36 type kernels, and that one was possibly redhat patched or
> something else, and windowses knew also how to poweroff, with mainboards
> drivers. APM poweroff seized to operate when I switched to 2.2 serie
> kernels.
>
I had the same problem the way I fixed it was added
apm power_off=1
to /etc/modules
this is using Debian (2.4.17 kernel)
Nick
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Power off NOT working, kernel 2.4.16
2002-01-17 16:54 ` David Weinehall
@ 2002-01-17 20:10 ` Bill Davidsen
0 siblings, 0 replies; 10+ messages in thread
From: Bill Davidsen @ 2002-01-17 20:10 UTC (permalink / raw)
To: David Weinehall; +Cc: romano, linux-kernel
On Thu, 17 Jan 2002, David Weinehall wrote:
> On Thu, Jan 17, 2002 at 08:09:59AM -0500, bill davidsen wrote:
> > I've had that problem with my BP6 for so long I stopped complaining.
> > Time to start again, I guess.
> >
> > WHINE
> >
> > There, now I feel better ;-) Really annoying, though, to have to boot
> > NT just to turn the machine off.
>
> Ever tried holding the power-button for 3 seconds?!
Given that it should shut down after a job completes and I work 130+ miles
away, that's not optimal. I'd rather not use the system to heat air that
the a/c needs to cool so I can run the idle loop. Currently I just run a
script to use "lilo -R" to boot to an OS which is smart enough to do the
job. Actually old kernels did the job until the APC was enhanced. More QA
buy the "it doesn't break MY system" method of testing...
At some point I'll convert to ext3, and shutdown with sync() and have the
X10 module cut power, or use "find why this kernel shuts it down and that
one doesn't" as an employment test when some kid applies for a kernel
hacker job ;-)
--
bill davidsen <davidsen@tmr.com>
CTO, TMR Associates, Inc
Doing interesting things with little computers since 1979.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Power off NOT working, kernel 2.4.16
[not found] <003c01c19f9f$d2c8b570$0201a8c0@HOMER>
@ 2002-01-17 22:17 ` Bill Davidsen
0 siblings, 0 replies; 10+ messages in thread
From: Bill Davidsen @ 2002-01-17 22:17 UTC (permalink / raw)
To: Martin Eriksson; +Cc: romano, linux-kernel
On Thu, 17 Jan 2002, Martin Eriksson wrote:
> Though I guess every sane developer resents the BP6 ;) It seems to have more
> than it's share of strange quirks, timing problems, buggy IDE, ACPI
> problems, user hacks...
Low price, good performance... Still a nice machine for software
development with big memory and fast drives.
--
bill davidsen <davidsen@tmr.com>
CTO, TMR Associates, Inc
Doing interesting things with little computers since 1979.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Power off NOT working, kernel 2.4.16
@ 2002-01-18 10:17 Koos Vriezen
0 siblings, 0 replies; 10+ messages in thread
From: Koos Vriezen @ 2002-01-18 10:17 UTC (permalink / raw)
To: linux-kernel
> I keep having this problem with 2.2 and 2.4 kernel series, and that is
> APM poweroff not working. I tried all possible boot time commands
Did you try apm's power-off option,
modprobe apm power-off, or add option apm power-off in modules.conf or
use lilo's append apm=power-off.
Regards,
Koos Vriezen
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2002-01-18 10:17 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-01-16 21:45 Power off NOT working, kernel 2.4.16 Joonas Koivunen
2002-01-17 2:47 ` Stephen Rothwell
2002-01-17 7:45 ` Joonas Koivunen
2002-01-17 9:23 ` Romano Giannetti
2002-01-17 13:09 ` bill davidsen
2002-01-17 16:54 ` David Weinehall
2002-01-17 20:10 ` Bill Davidsen
2002-01-17 17:30 ` Nick Sanders
[not found] <003c01c19f9f$d2c8b570$0201a8c0@HOMER>
2002-01-17 22:17 ` Bill Davidsen
-- strict thread matches above, loose matches on Subject: below --
2002-01-18 10:17 Koos Vriezen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox