Bug 28572 - ACPI Error: No installed handler for fixed event [0x00000002] (20110112/evevent-272)
Summary: ACPI Error: No installed handler for fixed event [0x00000002] (20110112/eveve...
Status: CLOSED INSUFFICIENT_DATA
Alias: None
Product: ACPI
Classification: Unclassified
Component: ACPICA-Core (show other bugs)
Hardware: All Linux
: P1 normal
Assignee: Zhang Rui
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-07 23:28 UTC by Cristian Aravena Romero
Modified: 2012-05-24 07:52 UTC (History)
4 users (show)

See Also:
Kernel Version: 2.6.38-rc3
Subsystem:
Regression: No
Bisected commit-id:


Attachments
dmesg 2.6.38-rc3 (89.26 KB, text/plain)
2011-02-07 23:28 UTC, Cristian Aravena Romero
Details
lspci -vvnn (28.53 KB, text/plain)
2011-02-07 23:28 UTC, Cristian Aravena Romero
Details
acpidump.log (156.51 KB, text/plain)
2011-02-07 23:29 UTC, Cristian Aravena Romero
Details

Description Cristian Aravena Romero 2011-02-07 23:28:09 UTC
Created attachment 46792 [details]
dmesg 2.6.38-rc3

Demsg:

[125352.494915] ACPI Error: No installed handler for fixed event [0x00000002] (20110112/evevent-272)
Comment 1 Cristian Aravena Romero 2011-02-07 23:28:46 UTC
Created attachment 46802 [details]
lspci -vvnn
Comment 2 Cristian Aravena Romero 2011-02-07 23:29:28 UTC
Created attachment 46812 [details]
acpidump.log
Comment 3 Andrew Morton 2011-02-07 23:30:55 UTC
Is this a regression?  Did 2.6.37 have the same problem?

Thanks.
Comment 4 Cristian Aravena Romero 2011-02-08 00:15:18 UTC
(In reply to comment #3)
> Is this a regression?  Did 2.6.37 have the same problem?

I not many test/use with kernel 2.6.37

Thanks
Comment 5 Zhang Rui 2011-02-10 01:44:19 UTC
this is got from the FADT table of your laptop"
           Control Method Power Button (V1) : 1
           Control Method Sleep Button (V1) : 1
this means that there is control method power button, and power button events are routed via GPE rather than fixed ACPI event, thus we do not register an handler for the fixed power button event(0x00000002).

[125352.494915] ACPI Error: No installed handler for fixed event [0x00000002]
(20110112/evevent-272)
this error message means that there is an power button fixed event generated, although the power button interrupt should be GPE.
Q1. does this message show up when you press the power button?
Q2. does the power button work well on your laptop? e.g. is there an menu pop up asking you to shutdown/restart/suspend/hibernate your machine, when you press the power button?

Question for me:
should we always register the fixed power button/sleep button event handler even if there is control method power button/sleep button?
Comment 6 Zhang Rui 2012-05-24 07:52:41 UTC
bug closed as there is no response from the bug reporter.
please feel free to reopen it if the problem still exists in the latest upstream kernel.

Note You need to log in before you can comment on or make changes to this bug.