View previous topic :: View next topic |
Author |
Message |
braver n00b
Joined: 29 Dec 2006 Posts: 28
|
Posted: Thu Jan 18, 2007 11:02 pm Post subject: acpi fails to see hardware |
|
|
So on SUSE I have a /usr/bin/acpi, which tells me, in CLI form, how much battery I have left. Did
emerge acpi
-- got /usr/bin/acpi. Note that it's different from acpid, this is just a simple status-reporting utility. Yet it fails to see my hardware!
% acpi -V
No support for device type: battery
No support for device type: thermal
No support for device type: ac_adapter
-- while portage shows no dependencies for acpi! 'fcourse I compiled my kernel with ACPI. What can be missing?
Cheers,
Alexy |
|
Back to top |
|
|
jsfan Apprentice
Joined: 28 Dec 2004 Posts: 204 Location: Melbourne, Australia
|
Posted: Fri Jan 19, 2007 1:15 am Post subject: |
|
|
Quote: | 'fcourse I compiled my kernel with ACPI. What can be missing? |
There's still the question if you compiled the ACPI support into the kernel or if you have modules that might or might not be loaded.
I have no other packages than acpi and acpid and ACPI modules. Everything works fine here. |
|
Back to top |
|
|
rmh3093 Advocate
Joined: 06 Aug 2003 Posts: 2138 Location: Albany, NY
|
Posted: Fri Jan 19, 2007 1:47 am Post subject: Re: acpi fails to see hardware |
|
|
braver wrote: | So on SUSE I have a /usr/bin/acpi, which tells me, in CLI form, how much battery I have left. Did
emerge acpi
-- got /usr/bin/acpi. Note that it's different from acpid, this is just a simple status-reporting utility. Yet it fails to see my hardware!
% acpi -V
No support for device type: battery
No support for device type: thermal
No support for device type: ac_adapter
-- while portage shows no dependencies for acpi! 'fcourse I compiled my kernel with ACPI. What can be missing?
Cheers,
Alexy |
emerge aciptool..... the bin is called acpitool in gentoo _________________ Do not meddle in the affairs of wizards, for they are subtle and quick to anger. |
|
Back to top |
|
|
jsfan Apprentice
Joined: 28 Dec 2004 Posts: 204 Location: Melbourne, Australia
|
Posted: Fri Jan 19, 2007 2:09 am Post subject: |
|
|
At least when I am on battery
will tell me the battery status as well.
seems to tell me exactly the same as
|
|
Back to top |
|
|
braver n00b
Joined: 29 Dec 2006 Posts: 28
|
Posted: Fri Jan 19, 2007 2:15 am Post subject: |
|
|
Ah -- somehow modules in acpi/ don't get loaded automatically, and after loading them manually both acpi and acpitool work. Added to modules.autoload. |
|
Back to top |
|
|
jsfan Apprentice
Joined: 28 Dec 2004 Posts: 204 Location: Melbourne, Australia
|
Posted: Fri Jan 19, 2007 2:19 am Post subject: |
|
|
I think if you install acpid, it will also load the modules. But I'm not sure... |
|
Back to top |
|
|
|