ACPI / APM problems
Dan Lukes
dan at obluda.cz
Fri Jan 2 12:54:38 PST 2004
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 at obluda.cz, dan at freebsd.cz,dan at kolej.mff.cuni.cz
More information about the freebsd-mobile
mailing list