Re: ACPI / APM problems
Dan Lukes <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.mobile |
|---|---|
| Message-ID | <[email protected]> |
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: [email protected], [email protected],[email protected] _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-mobile To unsubscribe, send any mail to "[email protected]"