From owner-freebsd-acpi@FreeBSD.ORG Mon Mar 19 19:39:38 2007 Return-Path: X-Original-To: freebsd-acpi@freebsd.org Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BB93516A412 for ; Mon, 19 Mar 2007 19:39:38 +0000 (UTC) (envelope-from nate@root.org) Received: from root.org (root.org [67.118.192.226]) by mx1.freebsd.org (Postfix) with ESMTP id A00D013C4F3 for ; Mon, 19 Mar 2007 19:39:38 +0000 (UTC) (envelope-from nate@root.org) Received: (qmail 67119 invoked from network); 19 Mar 2007 16:44:26 -0000 Received: from ppp-71-139-35-160.dsl.snfc21.pacbell.net (HELO ?10.0.0.235?) (nate-mail@71.139.35.160) by root.org with ESMTPA; 19 Mar 2007 16:44:26 -0000 Message-ID: <45FEBDDF.1070709@root.org> Date: Mon, 19 Mar 2007 09:44:15 -0700 From: Nate Lawson User-Agent: Thunderbird 1.5.0.7 (X11/20061027) MIME-Version: 1.0 To: David Schulz References: <499c70c0703180359h47f304caqb367a3121ffd674f@mail.gmail.com> <512771AC-926E-4B9E-A6AE-35292AE08919@tca-cable-connector.com> <45FD837D.1080402@root.org> <82206769-500E-437A-B982-D411140101E6@tca-cable-connector.com> In-Reply-To: <82206769-500E-437A-B982-D411140101E6@tca-cable-connector.com> X-Enigmail-Version: 0.94.1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-acpi@freebsd.org Subject: Re: Compaq Presario V3000 X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Mar 2007 19:39:38 -0000 Three things to try: 1. Disable burst mode by setting debug.acpi.ec.burst="0" in loader.conf. If that doesn't help, try adding debug.acpi.ec.timeout="1000" to loader.conf 2. If that doesn't help, enable the code in the #if 0 segment. (Just delete the #if 0 and #endif lines and recompile). 3. 1 & 2 together. -Nate David Schulz wrote: > I downloaded and applied this patch without any errors. when booting up > i manually loaded the new acpi.ko, but once finished booting i still get > the exact same messages. > > On Mar 19, 2007, at 2:22 AM, Nate Lawson wrote: > >>> On Mar 18, 2007, at 6:59 PM, Abdullah Ibn Hamad Al-Marri wrote: >>> >>>> On 3/18/07, David Schulz wrote: >>>>> Hello all, >>>>> >>>>> i have a Compaq Presario V3000. After installing FreeBSD i am getting >>>>> these type of Messages to my Log. >>>>> >>>>> ACPI-0501: *** Error: Handler for [EmbeddedControl] returned >>>>> AE_NO_HARDWARE_RESPONSE >>>>> ACPI-1304: *** Error: Method execution failed [\ >>>>> \_SB_.PCI0.LPCB.EC0_.GBST] (Node 0xc32a1ca0), AE_NO_HARDWARE_RESPONSE >>>>> ACPI-1304: *** Error: Method execution failed [\ >>>>> \_SB_.PCI0.LPCB.EC0_.BAT0._BST] (Node 0xc32a1b60), >>>>> AE_NO_HARDWARE_RESPONSE >>>>> >>>>> I have attached my full dmesg output in dmesg.txt. >>>>> >>>>> Is there any way of resolving this? Basically, these Messages >>>>> continue to appear at maybe 30 second interval. >>>>> >>>>> Thanks a lot, >>>>> David >>>> >>>> Hello, >>>> >>>> You may need to check [HEADSUP] ACPI-CA 20070126 import thread. >>> >>> So this means there is a patch out somewhere that could fix this? could >>> i apply that patch to 6.2 ? >>> >>> Thanks, >>> David >>> >> >> I recently committed a major reworking of the embedded controller >> driver in -current. See this message: >> >> http://lists.freebsd.org/pipermail/freebsd-current/2007-February/069525.html >> >> >> It includes a patch to try for 6.x. You may need to tweak the various >> parameters, again, see the message. >>