From owner-freebsd-acpi@FreeBSD.ORG Sat Mar 16 09:06:15 2013 Return-Path: Delivered-To: acpi@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 161BA243; Sat, 16 Mar 2013 09:06:15 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 23398862; Sat, 16 Mar 2013 09:06:13 +0000 (UTC) Received: from porto.starpoint.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id LAA06726; Sat, 16 Mar 2013 11:06:11 +0200 (EET) (envelope-from avg@FreeBSD.org) Received: from localhost ([127.0.0.1]) by porto.starpoint.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1UGn47-0004OL-GO; Sat, 16 Mar 2013 11:06:11 +0200 Message-ID: <51443603.5080809@FreeBSD.org> Date: Sat, 16 Mar 2013 11:06:11 +0200 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130220 Thunderbird/17.0.3 MIME-Version: 1.0 To: sbruno@FreeBSD.org Subject: Re: ACPI Debugging References: <1363421420.1670.3.camel@localhost> In-Reply-To: <1363421420.1670.3.camel@localhost> X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: acpi@FreeBSD.org, Sean Bruno X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Mar 2013 09:06:15 -0000 on 16/03/2013 10:10 Sean Bruno said the following: > Been trying to get ACPI Debugging working via > http://www.freebsd.org/doc/handbook/acpi-debug.html and am not getting > any output. > > We've compiled with options ACPI_DEBUG, set > debug.acpi.enable_debug_objects, debug.acpi.layer=ACPI_ALL_DRIVERS and > debug.acpi.level=ACPI_LV_VERBOSE > > I'm not sure anything is happening as there doesn't appear to be > anything further in the system logs. > > What obvious bit of sorcery am I missing here? Last time I tried this it used to work for me with the following in loader.conf: debug.acpi.layer="ACPI_UTILITIES ACPI_OS_SERVICES" debug.acpi.level="ACPI_LV_MUTEX" -- Andriy Gapon