From owner-freebsd-acpi@FreeBSD.ORG Mon Nov 28 10:24:04 2005 Return-Path: X-Original-To: freebsd-acpi@freebsd.org Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F95A16A41F for ; Mon, 28 Nov 2005 10:24:04 +0000 (GMT) (envelope-from larkine@gmail.com) Received: from smtp4-g19.free.fr (smtp4-g19.free.fr [212.27.42.30]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D50D43D5D for ; Mon, 28 Nov 2005 10:24:00 +0000 (GMT) (envelope-from larkine@gmail.com) Received: from [192.168.1.29] (roa76-5-82-234-252-139.fbx.proxad.net [82.234.252.139]) by smtp4-g19.free.fr (Postfix) with ESMTP id 524673FFD6 for ; Mon, 28 Nov 2005 11:23:59 +0100 (CET) Message-ID: <438ADB0B.7080004@gmail.com> Date: Mon, 28 Nov 2005 11:25:15 +0100 From: Larkine User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: fr, en MIME-Version: 1.0 To: freebsd-acpi@freebsd.org References: <438ABB13.80207@gmail.com> <20051128091710.GA25063@poupinou.org> In-Reply-To: <20051128091710.GA25063@poupinou.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Subject: Re: Acer Aspire 3002WLMI - ACPI X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: larkine@gmail.com List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Nov 2005 10:24:04 -0000 Bruno Ducrot a écrit : >On Mon, Nov 28, 2005 at 09:08:51AM +0100, Larkine wrote: > > >>Hello, >> >>I have a Aspire 3002WLMI laptop. I got the following page fault after >>updating my BIOS. >> >>I have FreeBSD 6.0 installed. The problem is the same with 5.4. >> >>Here is some info: >> >> >>% Bios release % >>----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- >> >>http://larkine.org/freebsd/acer_Aspire3002WLMI_BIOS_3A26.txt >> >> >>% Here the dmesg: % >> >> > >... >... > > >>npx0: INT 16 interface >>acpi0: on motherboard >> ACPI-0438: *** Error: Looking up [Z007] in namespace, AE_NOT_FOUND >>SearchNode 0xc1499540 StartNode 0xc1499540 ReturnNode 0 >> >> > >... >... > > >>Timecounters tick every 1.000 msec >>ad0: 57231MB at ata0-master UDMA100 >>Trying to mount root from ufs:/dev/ad0s2a >>WARNING: / was not properly dismounted >> ACPI-0438: *** Error: Looking up [Z007] in namespace, AE_NOT_FOUND >>SearchNode 0xc1499540 StartNode 0xc1499540 ReturnNode 0 >> ACPI-1304: *** Error: Method execution failed [\\_SB_.BAT1._BST] >>(Node 0xc1499440), AE_NOT_FOUND >> ACPI-0438: *** Error: Looking up [Z007] in namespace, AE_NOT_FOUND >>SearchNode 0xc1499540 StartNode 0xc1499540 ReturnNode 0 >> ACPI-1304: *** Error: Method execution failed [\\_SB_.BAT1._BST] >>(Node 0xc1499440), AE_NOT_FOUND >> >> > > >... > > > >>http://larkine.org/freebsd/regnier_Aspire3002WLMI.asl >> >> > >It's a well known issue on some Acer laptops. >I think we could get it without having to overwrite the DSDT, but >in the meantime you have to: > >apply this patch to you regnier_Aspire3002WLMI.asl, > >--- regnier_Aspire3002WLMI.asl 2005/11/28 09:04:09 1.1 >+++ regnier_Aspire3002WLMI.asl 2005/11/28 09:04:24 >@@ -3061,8 +3061,8 @@ > Name (PBST, Package (0x04) > { > 0x00, >- Z007, >- Z007, >+ Ones, >+ Ones, > 0x2710 > }) > Name (ERRC, 0x00) > > >Recompile: 'iasl regnier_Aspire3002WLMI.asl', >you will get a file called 'DSDT.aml' > >Copy DSDT.aml to /boot/DSDT.aml >then add those lines to /boot/loader.conf > >acpi_dsdt_load="YES" >acpi_dsdt_name="/boot/DSDT.aml" > >and you sohuld be able to get some kind of battery information now. > >Cheers, > > > Thank you so much for your quick response. I applied the patch and it works fine :) Thank you again :)