Hi,
> acpi on my IBM A30p doesn't seem to work as expected.
> Closing the display gives me a syslog entry:
> ...
> system power profile changed to 'economy'
> acpi0: AcpiGetSleepTypeData failed - AE_NOT_FOUND
It's expected :-)
Because there is no _S1_ object in your ACPI BIOS,
and the system is going to enter S1 sleep by lid switch.
> hw.acpi.lid_switch_state: S1
> hw.acpi.battery.life: 100
> hw.acpi.battery.time: -1
> hw.acpi.battery.state: 0
> hw.acpi.battery.units: 2
> hw.acpi.battery.info_expire: 5
> hw.acpi.acline: 0
> machdep.acpi_timer_freq: 3579545
>
> where the *battery* entries do not seem to be right.
seem to be right for me. If you concern about time = -1,
never mind, it's normal. Many machines doesn't report
correct info. when AC-line is plugged.
> BTW:
> When re-compiling the A30p.asl file I got with:
> acpidump -o A30p.dsdt > A30p.asl
>
> I get:
> (nihil)(root) # iasl A30p.asl
>
> Intel ACPI Component Architecture
> ASL Optimizing Compiler / AML Disassembler version 20020815 [Aug 28 2002]
> Copyright (C) 2000 - 2002 Intel Corporation
> Supports ACPI Specification Revision 2.0a
>
> A30p.asl 102: If(\_OSI) {
> Error 1028 - Too few arguments ^ (\_OSI requires 1)
Hmmm, our acpidump don't understand _OSI method...
Any volunteers to implement parser for pre-defined methods?
Thanks
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message