* ACPI and APM together?
@ 2004-02-08 11:56 Todor Todorov
2004-02-08 13:54 ` Ingo Buescher
0 siblings, 1 reply; 2+ messages in thread
From: Todor Todorov @ 2004-02-08 11:56 UTC (permalink / raw)
To: LKML
Hello list,
I have a few machines with pretty similar hardware configuration, but
they do different tasks for which I need different kernel functionality.
So far I can have configure the kernel features that I need mostly as
modules and have on kernel configuration/compilation for all the
machines except for one. This computer has a motherboard which is some
older than the oders and doesn't reboot/halt properly with ACPI, it
definitely needs APM. So the question is, if it would be possible to
compile both ACPI and APM into the kernel and pass the corsponding
parameters acpi=off or apm=off where it is appropriate? I looked through
the kernel help and docs, but they say only, that the kernel would use
whichever is loaded first... Nowhere is anything mentined, if one could
proactively influence the decision.
Any help/answer would be very appreciated. TIA
Regards,
Todor
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: ACPI and APM together?
2004-02-08 11:56 ACPI and APM together? Todor Todorov
@ 2004-02-08 13:54 ` Ingo Buescher
0 siblings, 0 replies; 2+ messages in thread
From: Ingo Buescher @ 2004-02-08 13:54 UTC (permalink / raw)
To: linux-kernel
On Sun, 8 Feb 2004, Todor Todorov wrote:
> Hello list,
>
> definitely needs APM. So the question is, if it would be possible to
> compile both ACPI and APM into the kernel and pass the corsponding
> parameters acpi=off or apm=off where it is appropriate? I looked through
> Todor
It is possible - I have used this for quite some time now.
/boot/grub/menu.lst:
title Linux 2.6 - test (ACPI on)
root (hd0,4)
kernel (hd0,4)/vmlinuz.26-test hdc=ide-cd video=rivafb:800x600-8@85
acpi=on apm=off
title Linux 2.6 - test (APM on)
root (hd0,4)
kernel (hd0,4)/vmlinuz.26-test hdc=ide-cd video=rivafb:800x600-8@85
acpi=off apm=on
Ingo
--
===========================================================================
Ingo Buescher <gallatin@gmx.net>
"No one who's seen it in action can say the phrase 'government help'
without either laughing or crying." -- unknown
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-02-08 13:55 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-08 11:56 ACPI and APM together? Todor Todorov
2004-02-08 13:54 ` Ingo Buescher
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.