Re: [acpi-jp 1766] acpi issues on IBM A30p and -current

2002-08-29 Thread Michael Reifenberger

On Thu, 29 Aug 2002, Mitsuru IWASAKI wrote:

> Date: Thu, 29 Aug 2002 11:13:57 +0900 (JST)
> From: Mitsuru IWASAKI <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED], [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Subject: Re: [acpi-jp 1766] acpi issues on IBM A30p and -current
>
...
> Thanks
>
Ah, thanks for explanation!

Bye!

Michael Reifenberger
^.*Plaut.*$, IT, R/3 Basis, GPS


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: [acpi-jp 1766] acpi issues on IBM A30p and -current

2002-08-28 Thread Mitsuru IWASAKI

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) {
> Error1028 -  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