Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Jun 2009 16:42:29 +0400
From:      Pattern <patttern@gmail.com>
To:        freebsd-acpi@freebsd.org
Subject:   Re: i386/136008: [acpi] Dell Vostro 1310 will not shutdown
Message-ID:  <107cc88f0906270542n572b6e90y88e59db2695e920@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
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
>
>



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