From owner-freebsd-acpi@FreeBSD.ORG Mon Sep 10 14:48:33 2007 Return-Path: Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 94ABF16A421 for ; Mon, 10 Sep 2007 14:48:33 +0000 (UTC) (envelope-from piloyder@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.186]) by mx1.freebsd.org (Postfix) with ESMTP id 08D5E13C465 for ; Mon, 10 Sep 2007 14:48:32 +0000 (UTC) (envelope-from piloyder@gmail.com) Received: by nf-out-0910.google.com with SMTP id k4so819568nfd for ; Mon, 10 Sep 2007 07:48:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=VxcxPWefnCokp3hJ7P7aoed8ngSIWH+PPzooQRzwQSU=; b=QdmNuqDr1qzkdkB569jeysa5G5LKmil+lxS8c3Ubuqyr0DwuvB6KUZ5dAI+fqMvUytkZOYFysDsllSAC0ddKG3oRoOg/P/5TBplpLDxY8pcO+lu4PDy6DyfxWnlJ4bDN5jT3NZzNy0fgWZJbhTVWIY4c7lVEMpDK9kVyhbBLuu8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=DIbCWxi8HppXuhBJ74izV15pCvQSCBjYr0cThQz+7QWTx4adB096lL/TjV0GQOeC7hJOiHWPWpLM7+hKedY0YP6D8Km04cHp6JK0gqkmfZq2sWH1xjyJz/x3JM8bJxgPcBur1ZSvYPM4ZPkjt7tfRBvACR+G5NjmwkvxSPgcrbE= Received: by 10.86.58.3 with SMTP id g3mr3775898fga.1189435711713; Mon, 10 Sep 2007 07:48:31 -0700 (PDT) Received: by 10.86.62.15 with HTTP; Mon, 10 Sep 2007 07:48:31 -0700 (PDT) Message-ID: <325305250709100748l541ed79u1df6f0e018b921f2@mail.gmail.com> Date: Mon, 10 Sep 2007 18:48:31 +0400 From: Denis To: "Nate Lawson" In-Reply-To: <46E45CFE.2010206@root.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <325305250709010712n4bd0d62l9a144572441cf3dc@mail.gmail.com> <46E0784D.6030600@root.org> <325305250709082102m45a5dbfpced3291a2a86f372@mail.gmail.com> <46E45CFE.2010206@root.org> Cc: freebsd-acpi@freebsd.org Subject: Re: ACPI error on Compaq nc6220, FreeBSD 7.0 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, 10 Sep 2007 14:48:33 -0000 I tried to search for this patch - but unfortunately didn't find anything. Is it exist somewhere in the Internet? If so, could you please point on it? Many-many thanks in advance. Best regards, Denis. On 9/10/07, Nate Lawson wrote: > Denis wrote: > > Sorry for the delay in answer. > > > > Nope, this patch didn't help me. If I boot with ACPI enabled (compaq > > nc6220 laptop) I get the same error: > > > > --- > > ACPI Exception (utmutex-0376): AE_TIME, Thread 27 could not acquire > > Mutex [0] [20070320] > > ACPI Error (exutils-0180): Could not acquire AML Interpreter mutex [20070320] > > ACPI Error (utmutex-0421): Mutex[0] is not acquired, cannot release [20070320] > > ACPI Error (exutils-0250): Could not acquire AML Interpreter mutex [20070320] > > ACPI Exception (utmutex-0376): AE_TIME, Thread 27 could not acquire > > Mutex [0] [20070320] > > ACPI Error (exutils-0180): Could not acquire AML Interpreter mutex [20070320] > > ACPI Error (psparse-0626): Method parse/execution failed [\_TZ_.C265] > > (Node 0xc2e3fbe0), AE_TIME > > ACPI Error (psparse-0626): Method parse/execution failed > > [\_TZ_.TZ1_._TMP] (Node 0xc2e43920), AE_TIME > > acpi_tz0: error fetching current temperature -- AE_TIME > > ACPI Error (utmutex-0421): Mutex[0] is not acquired, cannot release [20070320] > > ACPI Error (exutils-0250): Could not acquire AML Interpreter mutex [20070320] > > --- > > > > and have switch power off to reboot. > > > > Best regards, Denis. > > Ok, thanks, this is a different problem. Jung-uk Kim has a patch that > may help mutex behavior. > > -- > Nate >