Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 02 Jan 2004 21:47:25 +0100
From:      Dan Lukes <dan@obluda.cz>
To:        freebsd-mobile@freebsd.org
Cc:        fabrizio@nldesign.com
Subject:   Re: ACPI / APM problems
Message-ID:  <3FF5D8DD.7000502@obluda.cz>
In-Reply-To: <001b01c3ce54$0f2b3350$50b444c6@homer>
References:  <001b01c3ce54$0f2b3350$50b444c6@homer>

next in thread | previous in thread | raw e-mail | index | archive | help
Fabry napsal/wrote, On 12/29/03 22:37:
> Using $PIR table, 9 entries at 0xc00fdf30
>     ACPI-1287: *** Error: Method execution failed [\\_SB_.BATT._STA] (Node
> 0xc18f1260), AE_NOT_EXIST
> acpi0: power button is handled as a fixed feature programming model.
> Timecounter "ACPI-safe"  frequency 3579545 Hz
>     ACPI-1287: *** Error: Method execution failed [\\_SB_.BATT._STA] (Node
> 0xc18f1260), AE_NOT_EXIST

	The ACPI DSDT table embended in your BIOS has some errors which 
prohibit it's correct use.

	You can try to repair it - e.g. extract and disassemble it (using 
iasl), correct the error, compile it (again with iasl).

	Then modify the /boot/loader.conf :
acpi_dsdt_load="YES"
acpi_dsdt_type="acpi_dsdt"
acpi_dsdt_name=<path to corrected compiled DSDT file>

	The FreeBSD's ACPI subsystem will use it in place of incorrect in-BIOS 
table.

	The syntactics errors in DSDT table are common for today's BIOSes ...

					Dan


-- 
Dan Lukes     tel: +420 2 21914205, fax: +420 2 21914206
root of  FIONet, KolejNET,  webmaster  of www.freebsd.cz
AKA: dan@obluda.cz, dan@freebsd.cz,dan@kolej.mff.cuni.cz




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3FF5D8DD.7000502>