* Dell laptop problem with acpid
@ 2004-11-17 1:13 Cederik de Leon
[not found] ` <b9768e82041116171321b8086f-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
0 siblings, 1 reply; 5+ messages in thread
From: Cederik de Leon @ 2004-11-17 1:13 UTC (permalink / raw)
To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f
Hi all:
I have a problem with Inspiron 5150 Dell Laptop, if this email is
redundant please, tellme where can i find the related topic.
The issue is:
I want to check if ACPID reports the actions (like LID switch, PW
Button etc), the daemon is up and running on my DEBIAN system, when i
close the computer i spect a message into acpid log, but nothing's
happend... some times the actions was logged, (LID SW) -for example,
but it's erratic and unpredictable- I'm running 2.6.9 Kernel. And the
acpitool reports the general status of the computer.
Best regards
Cc
-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
^ permalink raw reply [flat|nested] 5+ messages in thread* RE: Dell laptop problem with acpid
@ 2004-11-17 11:09 Yu, Luming
2004-11-17 11:18 ` Karol Kozimor
0 siblings, 1 reply; 5+ messages in thread
From: Yu, Luming @ 2004-11-17 11:09 UTC (permalink / raw)
To: Karol Kozimor, acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f; +Cc: Fu, Michael
>Thus wrote Cederik de Leon:
>> I want to check if ACPID reports the actions (like LID switch, PW
>> Button etc), the daemon is up and running on my DEBIAN system, when i
>> close the computer i spect a message into acpid log, but nothing's
>> happend... some times the actions was logged, (LID SW) -for example,
>> but it's erratic and unpredictable- I'm running 2.6.9 Kernel. And the
>> acpitool reports the general status of the computer.
Usually, Notify op in AML method can cause event generated through
/proc/acpi/event
>
>There is a regression in event handling visible on some
>hardware (Maxdata
>pro8000x here, but there's been other reports, even on this ml).
>Basically, the ACPI SCI seems to be raised correctly according to
>/proc/interrupts, but the events are reported erratically or
>not reported
>at all. As a sidenote: kacpid doesn't spin when that happens.
>Any hints
>on how to debug this further?
First, check Notify op is existed in AML method,
then, verify acpi_*_notify are installed.
Intuitively, Notify op was executed conditionally.
Thanks,
Luming
-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Dell laptop problem with acpid
2004-11-17 11:09 Yu, Luming
@ 2004-11-17 11:18 ` Karol Kozimor
0 siblings, 0 replies; 5+ messages in thread
From: Karol Kozimor @ 2004-11-17 11:18 UTC (permalink / raw)
To: Yu, Luming; +Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f, Fu, Michael
Thus wrote Yu, Luming:
> >There is a regression in event handling visible on some
> >hardware (Maxdata
> >pro8000x here, but there's been other reports, even on this ml).
> >Basically, the ACPI SCI seems to be raised correctly according to
> >/proc/interrupts, but the events are reported erratically or
> >not reported
> >at all. As a sidenote: kacpid doesn't spin when that happens.
> >Any hints
> >on how to debug this further?
> First, check Notify op is existed in AML method,
> then, verify acpi_*_notify are installed.
> Intuitively, Notify op was executed conditionally.
Ugh, it's a regression, it worked well with 2.6.7 but works erratically on
2.6.9. I doubt the AML code has changed since then. Additionally, it also
affects standard features like a FF power button.
Best regards,
--
Karol 'sziwan' Kozimor
sziwan-DETuoxkZsSqrDJvtcaxF/A@public.gmane.org
-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: Dell laptop problem with acpid
@ 2004-11-17 11:21 Yu, Luming
0 siblings, 0 replies; 5+ messages in thread
From: Yu, Luming @ 2004-11-17 11:21 UTC (permalink / raw)
To: Karol Kozimor; +Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f, Fu, Michael
If nothing changed except AML interpreter, you can
sue interpreter for this regression. :-)
Can you verify 2.6.8.1 works?
Thanks
Luming
>-----Original Message-----
>From: Karol Kozimor [mailto:sziwan-DETuoxkZsSqrDJvtcaxF/A@public.gmane.org]
>Sent: 2004年11月17日 19:19
>To: Yu, Luming
>Cc: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org; Fu, Michael
>Subject: Re: [ACPI] Dell laptop problem with acpid
>
>Thus wrote Yu, Luming:
>> >There is a regression in event handling visible on some
>> >hardware (Maxdata
>> >pro8000x here, but there's been other reports, even on this ml).
>> >Basically, the ACPI SCI seems to be raised correctly according to
>> >/proc/interrupts, but the events are reported erratically or
>> >not reported
>> >at all. As a sidenote: kacpid doesn't spin when that happens.
>> >Any hints
>> >on how to debug this further?
>> First, check Notify op is existed in AML method,
>> then, verify acpi_*_notify are installed.
>> Intuitively, Notify op was executed conditionally.
>
>Ugh, it's a regression, it worked well with 2.6.7 but works
>erratically on
>2.6.9. I doubt the AML code has changed since then.
>Additionally, it also
>affects standard features like a FF power button.
>Best regards,
>
>--
>Karol 'sziwan' Kozimor
>sziwan-DETuoxkZsSqrDJvtcaxF/A@public.gmane.org
>
-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2004-11-17 11:21 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-17 1:13 Dell laptop problem with acpid Cederik de Leon
[not found] ` <b9768e82041116171321b8086f-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2004-11-17 10:32 ` Karol Kozimor
-- strict thread matches above, loose matches on Subject: below --
2004-11-17 11:09 Yu, Luming
2004-11-17 11:18 ` Karol Kozimor
2004-11-17 11:21 Yu, Luming
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox