| View previous topic :: View next topic |
| Author |
Message |
Akhouk Guru


Joined: 23 May 2003 Posts: 470 Location: The Two Niles, Africa
|
Posted: Thu Sep 22, 2005 4:26 am Post subject: Acer Travelmate 8100 continuous acpi events |
|
|
I have a Acer TravelMate 8104WLMi. I have a custom DSTD file from acpi.sf.net that fixed the the acpi information for my battery status. However, I am getting continuous events from the acpid that are taking my CPU usage to 100% and filling my log file with megabytes worth of logs in just a few minutes. The log messages are like this:
| Code: |
[Thu Sep 22 10:15:33 2005] received event "button/lid LID 00000080 00051ea1"
[Thu Sep 22 10:15:33 2005] notifying client 15225[1000:100]
[Thu Sep 22 10:15:33 2005] executing action "/etc/acpi/default.sh button/lid LID 00000080 00051ea1"
[Thu Sep 22 10:15:33 2005] BEGIN HANDLER MESSAGES
[Thu Sep 22 10:15:33 2005] END HANDLER MESSAGES
[Thu Sep 22 10:15:33 2005] action exited with status 0
[Thu Sep 22 10:15:33 2005] completed event "button/lid LID 00000080 00051ea1"
|
They repeat continuously with the next event being the same except that the event ID is 00051ea2.
Has anyone had any similar problem or have any suggestions? It is not the DSTD file I am using as I had the same problem with the standard buggy Acer dsdt. (Of course, both could have a problem I guess). My ownly solution at the moment is to stop acpid  _________________ AMD 64 3500+, 2Gb RAM DDR400, 2 x 180Gb SATA, 256Mb Nvidia |
|
| Back to top |
|
 |
exobuzz n00b

Joined: 01 Jul 2002 Posts: 24
|
|
| Back to top |
|
 |
Akhouk Guru


Joined: 23 May 2003 Posts: 470 Location: The Two Niles, Africa
|
Posted: Thu Sep 22, 2005 10:30 am Post subject: |
|
|
Yes, that does indeed seem like the same problem and I expect is most likely a buggy BISO
The strange difference between my case and theirs is that I get continuous events even when the Lid is open. When I run acpid it then sends the processor to full and fills the log. I therefore leave acpid switched off, which is a bit of a pain when monitoring battery life.
I will fire off a couple of emails to Acer and phone them...I doubt it wil help any time soon. In the meantime if anyone has any other solutions - please desribe them here. _________________ AMD 64 3500+, 2Gb RAM DDR400, 2 x 180Gb SATA, 256Mb Nvidia |
|
| Back to top |
|
 |
widan Veteran


Joined: 07 Jun 2005 Posts: 1507 Location: Paris, France
|
Posted: Thu Sep 22, 2005 11:30 am Post subject: |
|
|
| Akhouk wrote: | | When I run acpid it then sends the processor to full and fills the log. I therefore leave acpid switched off, which is a bit of a pain when monitoring battery life. |
Something you can try (but I don't know if it will work, and it's only a workaround): open the file /usr/src/linux/drivers/acpi/button.c, and look for that line (it's around line 80):
| Code: | | .ids = "ACPI_FPB,ACPI_FSB,PNP0C0D,PNP0C0C,PNP0C0E", |
Replace it by that one:
| Code: | | .ids = "ACPI_FPB,ACPI_FSB,PNP0C0C,PNP0C0E", |
Recompile the kernel, install it, and reboot. Now the lid switch handling should be disabled (you can check it by verifying that the "ACPI: Lid Switch [LID]" line disappeared in dmesg). |
|
| Back to top |
|
 |
stephandale Tux's lil' helper

Joined: 28 Jan 2006 Posts: 75
|
|
| Back to top |
|
 |
exobuzz n00b

Joined: 01 Jul 2002 Posts: 24
|
Posted: Wed Apr 23, 2008 2:57 am Post subject: |
|
|
I realise im ressurrecting an old thread - but this might be of interest.
A kernel developer gave me a fixed DSDT which solves the continuous lid events problem on my travelmate 8104wlmi
http://bugzilla.kernel.org/show_bug.cgi?id=10485 |
|
| Back to top |
|
 |
stephandale Tux's lil' helper

Joined: 28 Jan 2006 Posts: 75
|
|
| Back to top |
|
 |
|