From owner-freebsd-acpi@FreeBSD.ORG Tue Dec 3 14:44:41 2013 Return-Path: Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DF3A7E6D for ; Tue, 3 Dec 2013 14:44:41 +0000 (UTC) Received: from sola.nimnet.asn.au (paqi.nimnet.asn.au [115.70.110.159]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5DE0D1825 for ; Tue, 3 Dec 2013 14:44:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by sola.nimnet.asn.au (8.14.2/8.14.2) with ESMTP id rB3EiOo1048816; Wed, 4 Dec 2013 01:44:24 +1100 (EST) (envelope-from smithi@nimnet.asn.au) Date: Wed, 4 Dec 2013 01:44:24 +1100 (EST) From: Ian Smith To: =?windows-1251?B?wOvl6vHl6SDI4uDt7uI=?= Subject: Re: ACPI Error In-Reply-To: <99109941.20131203112747@dep.ru> Message-ID: <20131204013502.W78756@sola.nimnet.asn.au> References: <99109941.20131203112747@dep.ru> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=cp1251 Content-Transfer-Encoding: 8BIT X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: freebsd-acpi@freebsd.org X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Dec 2013 14:44:41 -0000 On Tue, 3 Dec 2013 11:27:47 +0400, ??????? ?????? wrote: > Здравствуйте, Freebsd-acpi. Dec 3 10:57:40 fw kernel: AcpiOsExecute: failed to enqueue task, consider increasing the debug.acpi.max_tasks tunable Dec 3 10:57:40 fw kernel: ACPI Error: Method parse/execution failed [\_GPE._L24] (Node 0xfffffe000763cd40), AE_NO_MEMORY (20110527/psparse-560) Dec 3 10:57:40 fw kernel: ACPI Exception: AE_NO_MEMORY, while evaluating GPE method [_L24] (20110527/evgpe-606) Dec 3 10:57:40 fw kernel: AcpiOsExecute: failed to enqueue task, consider increasing the debug.acpi.max_tasks tunable So have you tried increasing the debug.acpi.max_tasks tunable in your /boot/loader.conf? See acpi(4) /LOADER TUNABLES. What happens then? cheers, Ian