Operating System - Linux
1832278 Members
1830 Online
110041 Solutions
New Discussion

HP Pavilion ze4262 + ACPI troubles

 
Hector Jose
New Member

HP Pavilion ze4262 + ACPI troubles

I can't configure ACPI for my laptop in linux , to see the battery and try to use acpi , but i have this errors in the booting of the kernel ...
ACPI: Subsistem revision 20021212
PCI: PCI BIOS revision 2.10 entry at 0xfd87b, last bus=2
PCI: Using configuration type 1
ACPI-0263 : ** Info: GPE Block0 defined as GPE0 to GPE63


whit one kernel and , trying ...

evevent-0511: **** Info: GPE Block0 defined as GPE0 to GPE63
Executing all Device _STA and_INI methods:...

My laptop have some troubles with acpi :( ??
1 REPLY 1
Bruce Copeland
Trusted Contributor

Re: HP Pavilion ze4262 + ACPI troubles

I don't see anything in your boot messages that look like errors. ACPI is not a very mature technology, and there is only partial support for ACPI under any Linux kernel. You can find various different scripts, widgets, and monitors for using ACPI. The thing to understand about all these is that the names used for /proc/acpi directories and filenames are bios/hardware dependent. So you need to edit the source code or scripts for the particular file directory names used on your ze4262 in order to get them to work. It's common to have to change things like BAT0 to BAT1, etc.

Bruce