Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Oct 2005 13:15:45 +0200
From:      Eric Dillenseger <eric.dillenseger@gmail.com>
To:        freebsd-acpi@freebsd.org
Subject:   Re: Vaio PCG-GRV516G
Message-ID:  <20051016111545.GA10514@castor.workgroup>
In-Reply-To: <20051008112018.GA155@castor.workgroup>
References:  <20051008112018.GA155@castor.workgroup>

next in thread | previous in thread | raw e-mail | index | archive | help
Hello,

FYI,
I made more troubleshooting on this.
First, iasl dumped a 1048 Error on my iasl so here's the fix
--- original.asl        Sun Oct 16 12:53:48 2005
+++ modified.asl        Sun Oct 16 12:04:08 2005
@@ -57,7 +57,7 @@
  * Intel ACPI Component Architecture
  * AML Disassembler version 20041119
  *
- * Disassembly of /tmp/acpidump.tdTJwR, Sun Oct 16 12:53:48 2005
+ * Disassembly of /tmp/acpidump.q2PZ65, Mon Oct  3 21:04:04 2005
  */
 DefinitionBlock ("DSDT.aml", "DSDT", 1, "SONY", "B1", 537004304)
 {
@@ -1323,7 +1323,7 @@
                         0x05
                     })
                     OperationRegion (ECR, EmbeddedControl, 0x00, 0xFF)
-                    Field (ECR, AnyAcc, Lock, Preserve)
+                    Field (ECR, ByteAcc, Lock, Preserve)
                     {
                         Offset (0x80), 
                         MPBP,   1,

I changed /boot/loader.conf to load the new DSDT.aml, but it didn't
change anything.
What I've found is the laptop doesn't power-off if X has been run.
If I don't use X, acpi shutdown/reboot works, so it should be related to
the radeon driver or something like that.
Changing the driver in xorg.conf didn't help.



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