Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Sep 2005 16:52:16 +0200
From:      Bruno Ducrot <ducrot@poupinou.org>
To:        AT Matik <asstec@matik.com.br>
Cc:        freebsd-mobile@freebsd.org
Subject:   Re: NB Acer [3|5]0x and ACPI
Message-ID:  <20050927145216.GB26697@poupinou.org>
In-Reply-To: <200509270802.52828.asstec@matik.com.br>
References:  <20050925080324.27714.qmail@web32809.mail.mud.yahoo.com> <200509261451.56912.asstec@matik.com.br> <20050927094557.GJ21906@poupinou.org> <200509270802.52828.asstec@matik.com.br>

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

--NzB8fVQJ5HfG6fxh
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

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.

--NzB8fVQJ5HfG6fxh
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="anb.acpi.dump.txt.diff"

--- 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)

--NzB8fVQJ5HfG6fxh--



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