Re: system doesn't shut down

From: Paul Vojta (vojta@math.berkeley.edu)
Date: Sat Mar 04 2000 - 16:14:09 EST


David Woodhouse (dwmw2@infradead.org) wrote:
> ik5pvx@penny.ik5pvx.ampr.org said:
> > My system doesn't power down any more. I _think_ that the behaviour
> > changed since I compiled in ACPI support.

> I posted a patch a few weeks ago which would try all possible power-off
> methods in order of preference, so that you don't have to give up on the APM
> poweroff just because CONFIG_ACPI was enabled.

I looked through acpi.c, and it seems to me that ACPI power-off support
has not yet been written for linux. If so, then it seems to me that the
appropriate patch would be something like:

--- arch/i386/config.in Sun Feb 20 20:37:09 2000
+++ arch/i386/config.in.new Sat Mar 4 13:06:17 2000
@@ -141,7 +141,7 @@
 
 source drivers/parport/Config.in
 
-bool 'ACPI support' CONFIG_ACPI
+bool 'ACPI support (EXPERIMENTAL)' CONFIG_ACPI
 if [ "$CONFIG_ACPI" != "n" ]; then
    if [ "CONFIG_EXPERIMENTAL" = "y" ]; then
       bool ' Enter S1 for sleep (EXPERIMENTAL)' CONFIG_ACPI_S1_SLEEP

--Paul Vojta, vojta@math.berkeley.edu

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue Mar 07 2000 - 21:00:17 EST