From owner-freebsd-current@FreeBSD.ORG Tue Jul 1 10:25:36 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C32C137B401 for ; Tue, 1 Jul 2003 10:25:36 -0700 (PDT) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 3B8F644015 for ; Tue, 1 Jul 2003 10:25:36 -0700 (PDT) (envelope-from nate@rootlabs.com) Received: (qmail 87426 invoked by uid 1000); 1 Jul 2003 17:25:36 -0000 Date: Tue, 1 Jul 2003 10:25:36 -0700 (PDT) From: Nate Lawson To: Florian Smeets In-Reply-To: <3F014DFF.3010301@kasimir.com> Message-ID: <20030701102415.P87367@root.org> References: <20030701010230.U86209@root.org> <3F014DFF.3010301@kasimir.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: acpi-jp@jp.freebsd.org cc: current@freebsd.org Subject: Re: Updated ec-burst.diff patch X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jul 2003 17:25:37 -0000 On Tue, 1 Jul 2003, Florian Smeets wrote: > with this patch i get a lot of these errors: > > ACPI-0432: *** Error: Handler for [EmbeddedControl] returned AE_ERROR > ACPI-1287: *** Error: Method execution failed [\\_SB_.BAT0._STA] (Node > 0xc2502760), AE_ERROR > ACPI-0175: *** Error: Method execution failed [\\_SB_.BAT0._STA] (Node > 0xc2502760), AE_ERROR > ACPI-0432: *** Error: Handler for [EmbeddedControl] returned AE_ERROR > ACPI-1287: *** Error: Method execution failed [\\_SB_.BAT0._BST] (Node > 0xc2502720), AE_ERROR > ACPI-0432: *** Error: Handler for [EmbeddedControl] returned AE_ERROR > ACPI-1287: *** Error: Method execution failed [\\_TZ_.TZN0._TMP] (Node > 0xc2502b80), AE_ERROR > > And also the kernel is seting the power profile from economy to > performance and back to economy and so on. Also when i unplugg the power > cable it's not recognized anymore. Before this patch ACPI was working > flawlessly on my laptop. Would you please turn on "hw.acpi.verbose=1" in loader.conf? It should explain the cause of those errors. Also, I would like the output of "dmesg | egrep acpi_ec0\|EC\ Wait". Thanks, Nate