View previous topic :: View next topic |
Author |
Message |
hootjr29 n00b
Joined: 03 Nov 2002 Posts: 22 Location: Buffalo, NY
|
Posted: Fri May 06, 2005 6:40 pm Post subject: ACPI states showin up in /proc but nothing in /var/log |
|
|
I am trying to follow the power management guide but am running into a snag.
1) My BIOS in my Sony VAIO PCG-FXA36 laptop doesn't have much for powermanagement in it. So I've gotten this far.
2) I am at the spot in the guide that has you unplug your ac power to see if stuff happens... well, states change in /proc/acpi and acpi appears to be detecting stuff. However, I am not seeing anything in my syslogs.
Any suggestions on getting acpi events to display in syslog? |
|
Back to top |
|
|
mens Guru
Joined: 27 Aug 2003 Posts: 392 Location: Belgium
|
Posted: Mon May 09, 2005 1:57 pm Post subject: |
|
|
Are you running acpid? |
|
Back to top |
|
|
hootjr29 n00b
Joined: 03 Nov 2002 Posts: 22 Location: Buffalo, NY
|
Posted: Mon May 09, 2005 4:22 pm Post subject: |
|
|
yup its running:
Code: |
root 11060 0.0 0.1 1456 536 ? Ss May06 0:00 /usr/sbin/acpid -c /etc/acpi/events
|
When I start it I see info in /var/log/acpid:
Code: |
joevaio portage # tail -f /var/log/acpid
[Fri May 6 15:11:27 2005] exiting
[Fri May 6 15:11:42 2005] starting up
[Fri May 6 15:11:42 2005] 1 rule loaded
[Fri May 6 15:13:04 2005] exiting
[Fri May 6 15:13:05 2005] starting up
[Fri May 6 15:13:05 2005] 1 rule loaded
[Fri May 6 15:16:34 2005] received event "button/power PWRF 00000080 00000001"
[Fri May 6 15:16:34 2005] completed event "button/power PWRF 00000080 00000001"
[Fri May 6 15:22:11 2005] starting up
[Fri May 6 15:22:11 2005] 1 rule loaded
|
But when I unplug my ac_power I don't see any messages there or in /var/log/messages. |
|
Back to top |
|
|
|