* Vaio doesn't poweroff with 2.4.22
@ 2003-09-15 6:43 Geert Uytterhoeven
[not found] ` <Pine.GSO.4.21.0309150835480.3191-100000-Q9iLAqk50tFNk+PO8Cj175kigfUh6rMo@public.gmane.org>
0 siblings, 1 reply; 14+ messages in thread
From: Geert Uytterhoeven @ 2003-09-15 6:43 UTC (permalink / raw)
To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f; +Cc: Linux Kernel Development
Hi,
With 2.4.22, my Sony Vaio PCG-Z600TEK (s/600/505/ in US/JP) shows a regression
w.r.t. power management:
- It doesn't poweroff anymore (screen contents are still there after the
powering down message)
- It doesn't reboot anymore (screen goes black, though)
- It accidentally suspended to RAM once while I was actively working on it (I
never managed to get suspend working, except for this `accident'). I didn't
see any messages about this in the kernel log.
Relevant config options for 2.4.22:
| tux$ grep acpi .config
| # ACPI Support
| CONFIG_ACPI=y
| # CONFIG_ACPI_HT_ONLY is not set
| CONFIG_ACPI_BOOT=y
| CONFIG_ACPI_BUS=y
| CONFIG_ACPI_INTERPRETER=y
| CONFIG_ACPI_EC=y
| CONFIG_ACPI_POWER=y
| CONFIG_ACPI_PCI=y
| CONFIG_ACPI_SLEEP=y
| CONFIG_ACPI_SYSTEM=y
| CONFIG_ACPI_AC=y
| CONFIG_ACPI_BATTERY=y
| CONFIG_ACPI_BUTTON=y
| CONFIG_ACPI_FAN=y
| CONFIG_ACPI_PROCESSOR=y
| CONFIG_ACPI_THERMAL=y
| # CONFIG_ACPI_ASUS is not set
| # CONFIG_ACPI_TOSHIBA is not set
| CONFIG_ACPI_DEBUG=y
| # CONFIG_ACPI_RELAXED_AML is not set
| tux$
Relevant config options for 2.4.21, which does poweroff/reboot without
problems:
| tux$ grep acpi .config
| # CONFIG_HOTPLUG_PCI_ACPI is not set
| CONFIG_ACPI=y
| CONFIG_ACPI_DEBUG=y
| CONFIG_ACPI_BUSMGR=y
| CONFIG_ACPI_SYS=y
| CONFIG_ACPI_CPU=y
| CONFIG_ACPI_BUTTON=y
| CONFIG_ACPI_AC=y
| CONFIG_ACPI_EC=y
| CONFIG_ACPI_CMBATT=y
| CONFIG_ACPI_THERMAL=y
| tux$
If you need more information or want me to ttry something, please ask!
Thanks!
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 14+ messages in thread[parent not found: <Pine.GSO.4.21.0309150835480.3191-100000-Q9iLAqk50tFNk+PO8Cj175kigfUh6rMo@public.gmane.org>]
* Re: Vaio doesn't poweroff with 2.4.22 [not found] ` <Pine.GSO.4.21.0309150835480.3191-100000-Q9iLAqk50tFNk+PO8Cj175kigfUh6rMo@public.gmane.org> @ 2003-09-15 7:03 ` Gerardo Exequiel Pozzi [not found] ` <20030915040318.1f8bfd18.djgeray2k-/E1597aS9LQMlKAeRRkD2Q@public.gmane.org> 2003-09-15 13:53 ` [ACPI] " Ducrot Bruno 2003-09-16 20:06 ` Pavel Machek 2 siblings, 1 reply; 14+ messages in thread From: Gerardo Exequiel Pozzi @ 2003-09-15 7:03 UTC (permalink / raw) To: Geert Uytterhoeven Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f, linux-kernel-u79uwXL29TY76Z2rM5mHXA On Mon, 15 Sep 2003 08:43:56 +0200 (MEST), Geert Uytterhoeven wrote: > Hi, > >With 2.4.22, my Sony Vaio PCG-Z600TEK (s/600/505/ in US/JP) shows a regression >w.r.t. power management: > - It doesn't poweroff anymore (screen contents are still there after the > powering down message) > - It doesn't reboot anymore (screen goes black, though) > - It accidentally suspended to RAM once while I was actively working on it (I > never managed to get suspend working, except for this `accident'). I didn't > see any messages about this in the kernel log. > >Relevant config options for 2.4.22: >| tux$ grep acpi .config >| # ACPI Support >| CONFIG_ACPI=y >| # CONFIG_ACPI_HT_ONLY is not set >| CONFIG_ACPI_BOOT=y >| CONFIG_ACPI_BUS=y >| CONFIG_ACPI_INTERPRETER=y >| CONFIG_ACPI_EC=y >| CONFIG_ACPI_POWER=y >| CONFIG_ACPI_PCI=y >| CONFIG_ACPI_SLEEP=y >| CONFIG_ACPI_SYSTEM=y >| CONFIG_ACPI_AC=y >| CONFIG_ACPI_BATTERY=y >| CONFIG_ACPI_BUTTON=y >| CONFIG_ACPI_FAN=y >| CONFIG_ACPI_PROCESSOR=y >| CONFIG_ACPI_THERMAL=y >| # CONFIG_ACPI_ASUS is not set >| # CONFIG_ACPI_TOSHIBA is not set >| CONFIG_ACPI_DEBUG=y >| # CONFIG_ACPI_RELAXED_AML is not set >| tux$ > >If you need more information or want me to ttry something, please ask! Hi, you have activate this opcion? CONFIG_PM=y without this my machine don't poweroff after halt. chau, djgera -- Gerardo Exequiel Pozzi ( djgera ) http://www.vmlinuz.com.ar http://www.djgera.com.ar KeyID: 0x1B8C330D Key fingerprint = 0CAA D5D4 CD85 4434 A219 76ED 39AB 221B 1B8C 330D - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ ^ permalink raw reply [flat|nested] 14+ messages in thread
[parent not found: <20030915040318.1f8bfd18.djgeray2k-/E1597aS9LQMlKAeRRkD2Q@public.gmane.org>]
* Re: Vaio doesn't poweroff with 2.4.22 [not found] ` <20030915040318.1f8bfd18.djgeray2k-/E1597aS9LQMlKAeRRkD2Q@public.gmane.org> @ 2003-09-15 7:09 ` Geert Uytterhoeven 0 siblings, 0 replies; 14+ messages in thread From: Geert Uytterhoeven @ 2003-09-15 7:09 UTC (permalink / raw) To: Gerardo Exequiel Pozzi Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f, Linux Kernel Development On Mon, 15 Sep 2003, Gerardo Exequiel Pozzi wrote: > On Mon, 15 Sep 2003 08:43:56 +0200 (MEST), Geert Uytterhoeven wrote: > >With 2.4.22, my Sony Vaio PCG-Z600TEK (s/600/505/ in US/JP) shows a regression > >w.r.t. power management: > > - It doesn't poweroff anymore (screen contents are still there after the > > powering down message) > > - It doesn't reboot anymore (screen goes black, though) > > - It accidentally suspended to RAM once while I was actively working on it (I > > never managed to get suspend working, except for this `accident'). I didn't > > see any messages about this in the kernel log. > > > >Relevant config options for 2.4.22: > >| tux$ grep acpi .config > >| # ACPI Support > >| CONFIG_ACPI=y > >| # CONFIG_ACPI_HT_ONLY is not set > >| CONFIG_ACPI_BOOT=y > >| CONFIG_ACPI_BUS=y > >| CONFIG_ACPI_INTERPRETER=y > >| CONFIG_ACPI_EC=y > >| CONFIG_ACPI_POWER=y > >| CONFIG_ACPI_PCI=y > >| CONFIG_ACPI_SLEEP=y > >| CONFIG_ACPI_SYSTEM=y > >| CONFIG_ACPI_AC=y > >| CONFIG_ACPI_BATTERY=y > >| CONFIG_ACPI_BUTTON=y > >| CONFIG_ACPI_FAN=y > >| CONFIG_ACPI_PROCESSOR=y > >| CONFIG_ACPI_THERMAL=y > >| # CONFIG_ACPI_ASUS is not set > >| # CONFIG_ACPI_TOSHIBA is not set > >| CONFIG_ACPI_DEBUG=y > >| # CONFIG_ACPI_RELAXED_AML is not set > >| tux$ > > > >If you need more information or want me to ttry something, please ask! > > you have activate this opcion? > CONFIG_PM=y > > without this my machine don't poweroff after halt. Yes I have. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [ACPI] Vaio doesn't poweroff with 2.4.22 [not found] ` <Pine.GSO.4.21.0309150835480.3191-100000-Q9iLAqk50tFNk+PO8Cj175kigfUh6rMo@public.gmane.org> 2003-09-15 7:03 ` Gerardo Exequiel Pozzi @ 2003-09-15 13:53 ` Ducrot Bruno 2003-09-16 20:06 ` Pavel Machek 2 siblings, 0 replies; 14+ messages in thread From: Ducrot Bruno @ 2003-09-15 13:53 UTC (permalink / raw) To: Geert Uytterhoeven Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f, Linux Kernel Development On Mon, Sep 15, 2003 at 08:43:56AM +0200, Geert Uytterhoeven wrote: > Hi, > > With 2.4.22, my Sony Vaio PCG-Z600TEK (s/600/505/ in US/JP) shows a regression > w.r.t. power management: > - It doesn't poweroff anymore (screen contents are still there after the > powering down message) > - It doesn't reboot anymore (screen goes black, though) > - It accidentally suspended to RAM once while I was actively working on it (I > never managed to get suspend working, except for this `accident'). I didn't > see any messages about this in the kernel log. > Are you able to reboot without acpi? -- Ducrot Bruno -- Which is worse: ignorance or apathy? -- Don't know. Don't care. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: Vaio doesn't poweroff with 2.4.22 [not found] ` <Pine.GSO.4.21.0309150835480.3191-100000-Q9iLAqk50tFNk+PO8Cj175kigfUh6rMo@public.gmane.org> 2003-09-15 7:03 ` Gerardo Exequiel Pozzi 2003-09-15 13:53 ` [ACPI] " Ducrot Bruno @ 2003-09-16 20:06 ` Pavel Machek [not found] ` <20030916200655.GG602-I/5MKhXcvmPrBKCeMvbIDA@public.gmane.org> 2 siblings, 1 reply; 14+ messages in thread From: Pavel Machek @ 2003-09-16 20:06 UTC (permalink / raw) To: Geert Uytterhoeven Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f, Linux Kernel Development Hi! > With 2.4.22, my Sony Vaio PCG-Z600TEK (s/600/505/ in US/JP) shows a regression > w.r.t. power management: > - It doesn't poweroff anymore (screen contents are still there after the > powering down message) > - It doesn't reboot anymore (screen goes black, though) > - It accidentally suspended to RAM once while I was actively working on it (I > never managed to get suspend working, except for this `accident'). I didn't > see any messages about this in the kernel log. It suspended to RAM... Did it also *resume* correctly? Pavel -- When do you have a heart between your knees? [Johanka's followup: and *two* hearts?] ^ permalink raw reply [flat|nested] 14+ messages in thread
[parent not found: <20030916200655.GG602-I/5MKhXcvmPrBKCeMvbIDA@public.gmane.org>]
* Re: Vaio doesn't poweroff with 2.4.22 [not found] ` <20030916200655.GG602-I/5MKhXcvmPrBKCeMvbIDA@public.gmane.org> @ 2003-09-17 9:21 ` Geert Uytterhoeven [not found] ` <Pine.GSO.4.21.0309171120290.3644-100000-Q9iLAqk50tFNk+PO8Cj175kigfUh6rMo@public.gmane.org> 0 siblings, 1 reply; 14+ messages in thread From: Geert Uytterhoeven @ 2003-09-17 9:21 UTC (permalink / raw) To: Pavel Machek Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f, Linux Kernel Development On Tue, 16 Sep 2003, Pavel Machek wrote: > > With 2.4.22, my Sony Vaio PCG-Z600TEK (s/600/505/ in US/JP) shows a regression > > w.r.t. power management: > > - It doesn't poweroff anymore (screen contents are still there after the > > powering down message) > > - It doesn't reboot anymore (screen goes black, though) > > - It accidentally suspended to RAM once while I was actively working on it (I > > never managed to get suspend working, except for this `accident'). I didn't > > see any messages about this in the kernel log. > > It suspended to RAM... Did it also *resume* correctly? Yes, since I could continue working without problems (except for lost Ethernet, solved by ifdown -a/ifup -a). Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds ^ permalink raw reply [flat|nested] 14+ messages in thread
[parent not found: <Pine.GSO.4.21.0309171120290.3644-100000-Q9iLAqk50tFNk+PO8Cj175kigfUh6rMo@public.gmane.org>]
* Re: Vaio doesn't poweroff with 2.4.22 [not found] ` <Pine.GSO.4.21.0309171120290.3644-100000-Q9iLAqk50tFNk+PO8Cj175kigfUh6rMo@public.gmane.org> @ 2003-09-17 10:31 ` Pavel Machek [not found] ` <20030917103135.GL1205-I/5MKhXcvmPrBKCeMvbIDA@public.gmane.org> 0 siblings, 1 reply; 14+ messages in thread From: Pavel Machek @ 2003-09-17 10:31 UTC (permalink / raw) To: Geert Uytterhoeven Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f, Linux Kernel Development Hi! > > > With 2.4.22, my Sony Vaio PCG-Z600TEK (s/600/505/ in US/JP) shows a regression > > > w.r.t. power management: > > > - It doesn't poweroff anymore (screen contents are still there after the > > > powering down message) > > > - It doesn't reboot anymore (screen goes black, though) > > > - It accidentally suspended to RAM once while I was actively working on it (I > > > never managed to get suspend working, except for this `accident'). I didn't > > > see any messages about this in the kernel log. > > > > It suspended to RAM... Did it also *resume* correctly? > > Yes, since I could continue working without problems (except for lost Ethernet, > solved by ifdown -a/ifup -a). And was that acpi or apm? If it was acpi you saw a little miracle. Pavel -- When do you have a heart between your knees? [Johanka's followup: and *two* hearts?] ^ permalink raw reply [flat|nested] 14+ messages in thread
[parent not found: <20030917103135.GL1205-I/5MKhXcvmPrBKCeMvbIDA@public.gmane.org>]
* Re: Vaio doesn't poweroff with 2.4.22 [not found] ` <20030917103135.GL1205-I/5MKhXcvmPrBKCeMvbIDA@public.gmane.org> @ 2003-09-17 12:46 ` Geert Uytterhoeven [not found] ` <Pine.GSO.4.21.0309171445150.3677-100000-Q9iLAqk50tFNk+PO8Cj175kigfUh6rMo@public.gmane.org> 0 siblings, 1 reply; 14+ messages in thread From: Geert Uytterhoeven @ 2003-09-17 12:46 UTC (permalink / raw) To: Pavel Machek Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f, Linux Kernel Development On Wed, 17 Sep 2003, Pavel Machek wrote: > > > > With 2.4.22, my Sony Vaio PCG-Z600TEK (s/600/505/ in US/JP) shows a regression > > > > w.r.t. power management: > > > > - It doesn't poweroff anymore (screen contents are still there after the > > > > powering down message) > > > > - It doesn't reboot anymore (screen goes black, though) > > > > - It accidentally suspended to RAM once while I was actively working on it (I > > > > never managed to get suspend working, except for this `accident'). I didn't > > > > see any messages about this in the kernel log. > > > > > > It suspended to RAM... Did it also *resume* correctly? > > > > Yes, since I could continue working without problems (except for lost Ethernet, > > solved by ifdown -a/ifup -a). > > And was that acpi or apm? If it was acpi you saw a little miracle. ACPI. BTW, I just started to see other weird things that may be related to ACPI, but aren't related to Linux (machine powers down 1 second after power up, etc.), but now it's fine again (running 2.4.21). Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds ^ permalink raw reply [flat|nested] 14+ messages in thread
[parent not found: <Pine.GSO.4.21.0309171445150.3677-100000-Q9iLAqk50tFNk+PO8Cj175kigfUh6rMo@public.gmane.org>]
* Re: [ACPI] Re: Vaio doesn't poweroff with 2.4.22 [not found] ` <Pine.GSO.4.21.0309171445150.3677-100000-Q9iLAqk50tFNk+PO8Cj175kigfUh6rMo@public.gmane.org> @ 2003-09-17 14:11 ` Pavel Machek 0 siblings, 0 replies; 14+ messages in thread From: Pavel Machek @ 2003-09-17 14:11 UTC (permalink / raw) To: Geert Uytterhoeven Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f, Linux Kernel Development Hi! > > And was that acpi or apm? If it was acpi you saw a little miracle. > > ACPI. > > BTW, I just started to see other weird things that may be related to ACPI, but > aren't related to Linux (machine powers down 1 second after power up, etc.), > but now it's fine again (running 2.4.21). I have seen similar crazy stuff (like hard crash with power LED going both green *and* red on OS boot (any OS, even w98) after poweron. Only cure was to unplug it and remove battery. Seeing crash where 4-sec-power no longer worked was pretty common... ACPI tends to provoke rather weird hw problems. -- Pavel Written on sharp zaurus, because my Velo1 broke. If you have Velo you don't need... ^ permalink raw reply [flat|nested] 14+ messages in thread
[parent not found: <20030915224136.GA11666@k3.hellgate.ch>]
[parent not found: <20030915224136.GA11666-NW/W/tFpkLjPJA67Yv3YjA@public.gmane.org>]
* Re: Vaio doesn't poweroff with 2.4.22 [not found] ` <20030915224136.GA11666-NW/W/tFpkLjPJA67Yv3YjA@public.gmane.org> @ 2003-09-20 13:17 ` Geert Uytterhoeven [not found] ` <Pine.GSO.4.21.0309191053140.4488-100000-Q9iLAqk50tFNk+PO8Cj175kigfUh6rMo@public.gmane.org> 0 siblings, 1 reply; 14+ messages in thread From: Geert Uytterhoeven @ 2003-09-20 13:17 UTC (permalink / raw) To: Roger Luethi Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f, Linux Kernel Development, Geert Uytterhoeven On Tue, 16 Sep 2003, Roger Luethi wrote: > On Mon, 15 Sep 2003 08:43:56 +0200, Geert Uytterhoeven wrote: > > With 2.4.22, my Sony Vaio PCG-Z600TEK (s/600/505/ in US/JP) shows a regression > > w.r.t. power management: > > - It doesn't poweroff anymore (screen contents are still there after the > > powering down message) > > - It doesn't reboot anymore (screen goes black, though) > > - It accidentally suspended to RAM once while I was actively working on it (I > > never managed to get suspend working, except for this `accident'). I didn't > > see any messages about this in the kernel log. > > On some machines APIC (sic) support can cause this. Try turning off UP APIC > if you have it turned on. If I turn off CONFIG_X86_UP_APIC I get: | ACPI disabled because your bios is from 00 and too old | You can enable it with acpi=force | Sony Vaio laptop detected. and ACPI is disabled. Halt doesn't work. If I then pass `acpi=force' to explicitly enable ACPI, `halt' works again and powers off the machine, but `reboot' causes a black screen with IDE disk spun down, but no restart. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds ^ permalink raw reply [flat|nested] 14+ messages in thread
[parent not found: <Pine.GSO.4.21.0309191053140.4488-100000-Q9iLAqk50tFNk+PO8Cj175kigfUh6rMo@public.gmane.org>]
* Re: Vaio doesn't poweroff with 2.4.22 [not found] ` <Pine.GSO.4.21.0309191053140.4488-100000-Q9iLAqk50tFNk+PO8Cj175kigfUh6rMo@public.gmane.org> @ 2003-09-20 13:58 ` Willy Tarreau 2003-09-21 14:50 ` Jos Hulzink 2003-09-23 12:23 ` Pavel Machek 2 siblings, 0 replies; 14+ messages in thread From: Willy Tarreau @ 2003-09-20 13:58 UTC (permalink / raw) To: Geert Uytterhoeven Cc: Roger Luethi, acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f, Linux Kernel Development On Sat, Sep 20, 2003 at 03:17:37PM +0200, Geert Uytterhoeven wrote: > If I turn off CONFIG_X86_UP_APIC I get: > > | ACPI disabled because your bios is from 00 and too old > | You can enable it with acpi=force > | Sony Vaio laptop detected. > > and ACPI is disabled. Halt doesn't work. > > If I then pass `acpi=force' to explicitly enable ACPI, `halt' works again and > powers off the machine, but `reboot' causes a black screen with IDE disk spun > down, but no restart. Strangely, the problem you describe here what I got with local APIC enabled, on a Vaio PCG-FX705 (athlon 1.3G). I think I will retry with a recent kernel to be sure these problems vanished. Regards, Willy ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: Vaio doesn't poweroff with 2.4.22 [not found] ` <Pine.GSO.4.21.0309191053140.4488-100000-Q9iLAqk50tFNk+PO8Cj175kigfUh6rMo@public.gmane.org> 2003-09-20 13:58 ` Willy Tarreau @ 2003-09-21 14:50 ` Jos Hulzink [not found] ` <200309211650.18881.josh-bQi0YA1h5vk@public.gmane.org> 2003-09-23 12:23 ` Pavel Machek 2 siblings, 1 reply; 14+ messages in thread From: Jos Hulzink @ 2003-09-21 14:50 UTC (permalink / raw) To: Geert Uytterhoeven, Roger Luethi Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f, Linux Kernel Development On Saturday 20 Sep 2003 15:17, Geert Uytterhoeven wrote: > If I turn off CONFIG_X86_UP_APIC I get: > | ACPI disabled because your bios is from 00 and too old > | You can enable it with acpi=force > | Sony Vaio laptop detected. > > and ACPI is disabled. Halt doesn't work. > > If I then pass `acpi=force' to explicitly enable ACPI, `halt' works again > and powers off the machine, but `reboot' causes a black screen with IDE > disk spun down, but no restart. > > Gr{oetje,eeting}s, My PIII 650 with 2000 BIOS boots linux with acpi disabled for the same reason, unless force ACPI support. It reboots fine with ACPI forced. The ACPI support of this Intel BX mobo is good, so this is a false negative IMHO. (I wonder if the check is correct, shouldn't it say 2000 instead of 00 ?) Jos ^ permalink raw reply [flat|nested] 14+ messages in thread
[parent not found: <200309211650.18881.josh-bQi0YA1h5vk@public.gmane.org>]
* Re: Vaio doesn't poweroff with 2.4.22 [not found] ` <200309211650.18881.josh-bQi0YA1h5vk@public.gmane.org> @ 2003-09-22 6:44 ` Geert Uytterhoeven 0 siblings, 0 replies; 14+ messages in thread From: Geert Uytterhoeven @ 2003-09-22 6:44 UTC (permalink / raw) To: Jos Hulzink Cc: Roger Luethi, acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f, Linux Kernel Development On Sun, 21 Sep 2003, Jos Hulzink wrote: > On Saturday 20 Sep 2003 15:17, Geert Uytterhoeven wrote: > > If I turn off CONFIG_X86_UP_APIC I get: > > | ACPI disabled because your bios is from 00 and too old > > | You can enable it with acpi=force > > | Sony Vaio laptop detected. > > > > and ACPI is disabled. Halt doesn't work. > > > > If I then pass `acpi=force' to explicitly enable ACPI, `halt' works again > > and powers off the machine, but `reboot' causes a black screen with IDE > > disk spun down, but no restart. > > > > Gr{oetje,eeting}s, > > My PIII 650 with 2000 BIOS boots linux with acpi disabled for the same reason, > unless force ACPI support. It reboots fine with ACPI forced. The ACPI support > of this Intel BX mobo is good, so this is a false negative IMHO. (I wonder if > the check is correct, shouldn't it say 2000 instead of 00 ?) If year < 90 it adds 2000 so that's OK. But the code needs ACPI from 2001 or more recent, so my BIOS from 2000 fails... Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: Vaio doesn't poweroff with 2.4.22 [not found] ` <Pine.GSO.4.21.0309191053140.4488-100000-Q9iLAqk50tFNk+PO8Cj175kigfUh6rMo@public.gmane.org> 2003-09-20 13:58 ` Willy Tarreau 2003-09-21 14:50 ` Jos Hulzink @ 2003-09-23 12:23 ` Pavel Machek 2 siblings, 0 replies; 14+ messages in thread From: Pavel Machek @ 2003-09-23 12:23 UTC (permalink / raw) To: Geert Uytterhoeven Cc: Roger Luethi, acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f, Linux Kernel Development Hi! > > On some machines APIC (sic) support can cause this. Try turning off UP APIC > > if you have it turned on. > > If I turn off CONFIG_X86_UP_APIC I get: > > | ACPI disabled because your bios is from 00 and too old > | You can enable it with acpi=force > | Sony Vaio laptop detected. > > and ACPI is disabled. Halt doesn't work. > > If I then pass _acpi=force' to explicitly enable ACPI, _halt' works again and > powers off the machine, but _reboot' causes a black screen with IDE disk spun > down, but no restart. If acpi is actually usefull there, we might want to whitelist it. Try other reboot methods... -- Pavel Written on sharp zaurus, because my Velo1 broke. If you have Velo you don't need... ^ permalink raw reply [flat|nested] 14+ messages in thread
end of thread, other threads:[~2003-09-23 12:23 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-15 6:43 Vaio doesn't poweroff with 2.4.22 Geert Uytterhoeven
[not found] ` <Pine.GSO.4.21.0309150835480.3191-100000-Q9iLAqk50tFNk+PO8Cj175kigfUh6rMo@public.gmane.org>
2003-09-15 7:03 ` Gerardo Exequiel Pozzi
[not found] ` <20030915040318.1f8bfd18.djgeray2k-/E1597aS9LQMlKAeRRkD2Q@public.gmane.org>
2003-09-15 7:09 ` Geert Uytterhoeven
2003-09-15 13:53 ` [ACPI] " Ducrot Bruno
2003-09-16 20:06 ` Pavel Machek
[not found] ` <20030916200655.GG602-I/5MKhXcvmPrBKCeMvbIDA@public.gmane.org>
2003-09-17 9:21 ` Geert Uytterhoeven
[not found] ` <Pine.GSO.4.21.0309171120290.3644-100000-Q9iLAqk50tFNk+PO8Cj175kigfUh6rMo@public.gmane.org>
2003-09-17 10:31 ` Pavel Machek
[not found] ` <20030917103135.GL1205-I/5MKhXcvmPrBKCeMvbIDA@public.gmane.org>
2003-09-17 12:46 ` Geert Uytterhoeven
[not found] ` <Pine.GSO.4.21.0309171445150.3677-100000-Q9iLAqk50tFNk+PO8Cj175kigfUh6rMo@public.gmane.org>
2003-09-17 14:11 ` [ACPI] " Pavel Machek
[not found] <20030915224136.GA11666@k3.hellgate.ch>
[not found] ` <20030915224136.GA11666-NW/W/tFpkLjPJA67Yv3YjA@public.gmane.org>
2003-09-20 13:17 ` Geert Uytterhoeven
[not found] ` <Pine.GSO.4.21.0309191053140.4488-100000-Q9iLAqk50tFNk+PO8Cj175kigfUh6rMo@public.gmane.org>
2003-09-20 13:58 ` Willy Tarreau
2003-09-21 14:50 ` Jos Hulzink
[not found] ` <200309211650.18881.josh-bQi0YA1h5vk@public.gmane.org>
2003-09-22 6:44 ` Geert Uytterhoeven
2003-09-23 12:23 ` Pavel Machek
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox