i386/136008: [acpi] Dell Vostro 1310 will not shutdown

Pattern patttern at gmail.com
Sat Jun 27 12:42:31 UTC 2009


Try to replace this strings in dburkland-DellVostro1310.asl

DefinitionBlock ("/tmp/acpidump.aml", "DSDT", 2, "TOSCPL", "CRESTLNE",
0x06040000)
{
    External (_PSS, IntObj)
    External (^CPU0._PPC)

with new

DefinitionBlock ("dburkland-DellVostro1310.aml", "DSDT", 2, "TOSCPL",
"CRESTLNE", 0x06040000)
{
    External (_PSS, IntObj)
    External (\_PR.CPU0._PPC)

After this change i've got a working aml dburkland-DellVostro1310.aml. Use
it for acpi_dsdt.
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/acpi-debug.html
#11.16.5.3 Overriding the Default AML

Here is the output from "iasl dburkland-DellVostro1310.asl > iasl.log"
>
> http://jperzel.net/vostro1310/current/iasl.log
>
> http://jperzel.net/vostro1310/current/iasl.core
>
> Thanks again.
>
> Dan
>
>


More information about the freebsd-acpi mailing list