NB Acer [3|5]0x and ACPI

Bruno Ducrot ducrot at poupinou.org
Tue Sep 27 07:52:37 PDT 2005


On Tue, Sep 27, 2005 at 08:02:52AM -0300, AT Matik wrote:
> On Tuesday 27 September 2005 06:45, Bruno Ducrot wrote:
> 
> > Well, I'm lost.  Could you provide (again) a sysctl hw.acpi both on AC
> > and on battery, without the debug.acpi.disabled="cmbat"?  Also a dmesg
> > with boot -v if possible.
> >
> 
> Hi and thanks again
> attached the outputs, I hope I didn't missed anything
> 

> Copyright (c) 1992-2005 The FreeBSD Project.
...

> acpi0: <PTLTD   RSDT> on motherboard
> acpi0: [MPSAFE]
>     ACPI-0438: *** Error: Looking up [Z007] in namespace, AE_NOT_FOUND

The DSDT override isn't ok.

Are you sure you applied the patch I send to you to the
anb.acpi.dump.txt file?

Something like that:

patch < anb.acpi.dump.txt.diff
iasl anb.acpi.dump.txt

at that stage you should have a file called DSDT.aml
Then
ls -l DSDT.aml (just to check it's not empty, who knows)
cp DSDT.aml /boot

change the /boot/loader.conf so that it contains those lines:

acpi_dsdt_load="YES"
acpi_dsdt_name="/boot/DSDT.aml"

and then reboot.  If you still have errors like that:
>     ACPI-0438: *** Error: Looking up [Z007] in namespace, AE_NOT_FOUND

then the DSDT is the original ones, not the one that have been
corrected.

-- 
Bruno Ducrot

--  Which is worse:  ignorance or apathy?
--  Don't know.  Don't care.
-------------- next part --------------
--- anb.acpi.dump.txt	2005/09/26 12:54:10	1.1
+++ anb.acpi.dump.txt	2005/09/26 12:54:40
@@ -3061,8 +3061,8 @@ DefinitionBlock ("DSDT.aml", "DSDT", 1, 
             Name (PBST, Package (0x04)
             {
                 0x00, 
-                Z007, 
-                Z007, 
+                Ones, 
+                Ones, 
                 0x2710
             })
             Name (ERRC, 0x00)


More information about the freebsd-mobile mailing list