From: Len Brown <len.brown-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
To: Jan Bernatik <bernatik-nd92eFGgBBntwjQa/ONI9g@public.gmane.org>
Cc: Kernel Mailing List
<linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
Andrew Grover
<andrew.grover-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>,
ACPI Developers
<acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org>
Subject: Re: acpi poweroff problem (kernel > 2.4.23-rc1)
Date: 01 Dec 2003 02:24:04 -0500 [thread overview]
Message-ID: <1070263443.2513.4.camel@dhcppc4> (raw)
In-Reply-To: <BF1FE1855350A0479097B3A0D2A80EE00184CEA9-N2PTB0HCzHJF3Yvz3xaN/VDQ4js95KgL@public.gmane.org>
Jan,
Probably best to file a bug against this one.
thanks,
-Len
How to file a bug against ACPI:
http://bugzilla.kernel.org/
Category: Power Management
Component: ACPI
Please attach the output from acpidmp, available in /usr/sbin/, or in
here
http://www.intel.com/technology/iapc/acpi/downloads/pmtools-20010730.tar.gz
Please attach dmesg output showing the failure, if possible.
On Sun, 2003-11-30 at 11:11, Jan Bernatik wrote:
> I upgraded (after some time) from
> 2.4.23-rc1 to 2.4.23 and encountered problem with poweroff (I think)
> similar to:
>
> http://bugzilla.kernel.org/show_bug.cgi?id=1456
>
> but difference is it worked for me with 2.4.23-rc1.
> I located problem to change from rc1 to rc2 finally.
> I tried then also all 2.6.0-test4 and newer kernels, same problem.
>
> I think it has somethink to do with this mentioned in rc2 release:
> o [ACPI] If ACPI is disabled by DMI BIOS date, then turn it off
> completely, \
> (taken from: http://lkml.org/lkml/2003/11/19/44)
> but couldn't find out more.
>
> what happenes is that after "power off", monitor is switched off, hdd
> semms to be switched off too, but leds indicating "power on" are still
> "shining", and fan is working.
> I have to swith laptop manually and then turn it on again.
> I searched the logs, but didn't found anything interesting.
> One thing have to be mentioned, I have to use
> acpi="force" boot option
> (ACPI disabled because your bios is from 92 and too old)
>
>
> using:
> Linux version 2.4.23-rc2 (gcc version 2.95.4 20011002)
>
> compiled with acpi options:
>
> CONFIG_ACPI=y
> 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=y
>
> hardware:
> centrino laptop without Intel wireless card :)
> (4-months old)
> pentium-M, intel 855PM chipset
> phoenix bios (could't found any real information at support), but
> maual
> to laptop says "BIOS corresponding to ACPI".
>
> I can provide logs, dmesg's from rc1 & rc2 kernel, or some more
> information, if You need more.
> I'm new to linux kernel, sorry I couldn't find more.
>
> Honza
>
> -
> 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/
>
>
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
WARNING: multiple messages have this Message-ID (diff)
From: Len Brown <len.brown@intel.com>
To: Jan Bernatik <bernatik@kn.vutbr.cz>
Cc: Kernel Mailing List <linux-kernel@vger.kernel.org>,
Andrew Grover <andrew.grover@intel.com>,
ACPI Developers <acpi-devel@lists.sourceforge.net>
Subject: Re: acpi poweroff problem (kernel > 2.4.23-rc1)
Date: 01 Dec 2003 02:24:04 -0500 [thread overview]
Message-ID: <1070263443.2513.4.camel@dhcppc4> (raw)
In-Reply-To: <BF1FE1855350A0479097B3A0D2A80EE00184CEA9@hdsmsx402.hd.intel.com>
Jan,
Probably best to file a bug against this one.
thanks,
-Len
How to file a bug against ACPI:
http://bugzilla.kernel.org/
Category: Power Management
Component: ACPI
Please attach the output from acpidmp, available in /usr/sbin/, or in
here
http://www.intel.com/technology/iapc/acpi/downloads/pmtools-20010730.tar.gz
Please attach dmesg output showing the failure, if possible.
On Sun, 2003-11-30 at 11:11, Jan Bernatik wrote:
> I upgraded (after some time) from
> 2.4.23-rc1 to 2.4.23 and encountered problem with poweroff (I think)
> similar to:
>
> http://bugzilla.kernel.org/show_bug.cgi?id=1456
>
> but difference is it worked for me with 2.4.23-rc1.
> I located problem to change from rc1 to rc2 finally.
> I tried then also all 2.6.0-test4 and newer kernels, same problem.
>
> I think it has somethink to do with this mentioned in rc2 release:
> o [ACPI] If ACPI is disabled by DMI BIOS date, then turn it off
> completely, \
> (taken from: http://lkml.org/lkml/2003/11/19/44)
> but couldn't find out more.
>
> what happenes is that after "power off", monitor is switched off, hdd
> semms to be switched off too, but leds indicating "power on" are still
> "shining", and fan is working.
> I have to swith laptop manually and then turn it on again.
> I searched the logs, but didn't found anything interesting.
> One thing have to be mentioned, I have to use
> acpi="force" boot option
> (ACPI disabled because your bios is from 92 and too old)
>
>
> using:
> Linux version 2.4.23-rc2 (gcc version 2.95.4 20011002)
>
> compiled with acpi options:
>
> CONFIG_ACPI=y
> 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=y
>
> hardware:
> centrino laptop without Intel wireless card :)
> (4-months old)
> pentium-M, intel 855PM chipset
> phoenix bios (could't found any real information at support), but
> maual
> to laptop says "BIOS corresponding to ACPI".
>
> I can provide logs, dmesg's from rc1 & rc2 kernel, or some more
> information, if You need more.
> I'm new to linux kernel, sorry I couldn't find more.
>
> Honza
>
> -
> To unsubscribe from this list: send the line "unsubscribe
> linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>
>
next parent reply other threads:[~2003-12-01 7:24 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <BF1FE1855350A0479097B3A0D2A80EE00184CEA9@hdsmsx402.hd.intel.com>
[not found] ` <BF1FE1855350A0479097B3A0D2A80EE00184CEA9-N2PTB0HCzHJF3Yvz3xaN/VDQ4js95KgL@public.gmane.org>
2003-12-01 7:24 ` Len Brown [this message]
2003-12-01 7:24 ` acpi poweroff problem (kernel > 2.4.23-rc1) Len Brown
2003-11-30 16:11 Jan Bernatik
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=1070263443.2513.4.camel@dhcppc4 \
--to=len.brown-ral2jqcrhueavxtiumwx3w@public.gmane.org \
--cc=acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
--cc=andrew.grover-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
--cc=bernatik-nd92eFGgBBntwjQa/ONI9g@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
/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.