From owner-freebsd-acpi@FreeBSD.ORG Tue Sep 11 05:25:02 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 0289416A41B for ; Tue, 11 Sep 2007 05:25:02 +0000 (UTC) (envelope-from piloyder@gmail.com) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.189]) by mx1.freebsd.org (Postfix) with ESMTP id 5123D13C48A for ; Tue, 11 Sep 2007 05:25:01 +0000 (UTC) (envelope-from piloyder@gmail.com) Received: by mu-out-0910.google.com with SMTP id w9so1808625mue for ; Mon, 10 Sep 2007 22:24:59 -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=P7XK/RQ04hsbunexULYSdT/hfJGRzQour5Y1qQDgVDs=; b=C1ECfZuWjH/gb5OltxdS6q3VEk/ISSOeh4m+GVuUjgfLH8HLFb6bMb9N0sJmSXnSaGvTCv94mKLYuIlJuWcuYffMSWmyssgWOMVbo3zx4xisJoGlxQH7pgC3PPd39DU23r68eWibz55esvyEmmUt5xCaNwtOerxRjkF27nlNnh4= 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=M6I7V6hz/N1yZFv/MaAje+Hh0b6Daf8hiv6KezbMYK9rWBxxEF0ZRhmb6X9TwEGpzn07G0Df4HVS1Qpg2G+Y8+Bt+cJVlBa8xaBwvHhJgfPrSELMA0o1fMmsIP3yN3cf1AiWmMQMI1MNMAPEg64nCmDPN80b6XdZEXDbyQajLhM= Received: by 10.86.58.3 with SMTP id g3mr4314357fga.1189488299746; Mon, 10 Sep 2007 22:24:59 -0700 (PDT) Received: by 10.86.62.15 with HTTP; Mon, 10 Sep 2007 22:24:59 -0700 (PDT) Message-ID: <325305250709102224n5e626590g83f6482747efae9d@mail.gmail.com> Date: Tue, 11 Sep 2007 09:24:59 +0400 From: Denis To: "Jung-uk Kim" In-Reply-To: <200709101101.03340.jkim@FreeBSD.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> <46E45CFE.2010206@root.org> <325305250709100748l541ed79u1df6f0e018b921f2@mail.gmail.com> <200709101101.03340.jkim@FreeBSD.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: Tue, 11 Sep 2007 05:25:02 -0000 Unfortunately it doesn't help. I tried it with src from September 10, without patch from Nate. When I tried it without acfreebsd.h patch, kernel didn't compile. When I tried it with acfreebsd.h patch kernel compiled, but I couldn't boot with ACPI - got kernel panic... Best regards, Denis On 9/10/07, Jung-uk Kim wrote: > On Monday 10 September 2007 10:48 am, Denis wrote: > > 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. > > I just sent it to you privately but you can find it here: > > http://people.freebsd.org/~jkim/acpica/OsdSynch.diff > > Jung-uk Kim > > > 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 > > > > _______________________________________________ > > freebsd-acpi@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-acpi > > To unsubscribe, send any mail to > > "freebsd-acpi-unsubscribe@freebsd.org" >