From owner-freebsd-acpi@FreeBSD.ORG Thu May 1 21:16:42 2008 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 C45351065677 for ; Thu, 1 May 2008 21:16:42 +0000 (UTC) (envelope-from rpaulo@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.184]) by mx1.freebsd.org (Postfix) with ESMTP id 482DA8FC0C for ; Thu, 1 May 2008 21:16:42 +0000 (UTC) (envelope-from rpaulo@gmail.com) Received: by nf-out-0910.google.com with SMTP id h3so570970nfh.33 for ; Thu, 01 May 2008 14:16:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding:sender; bh=eFhEwapThKLdTfJ1nDDA0PVc5Y2zpAJhTFdaVk64GDY=; b=K4Uy2FVNSmOkcTUlbeGekJA1wT6Us2bNNtv+0sP/mwoOr8BW5zaELlVEQpAb8syhcFCBkz7EIjKQB+1+yszJ+0BpDcWLxG69U4n8uZz9S0KmqIAvGDcfpk8vwt9ZPfhlbXrK5C5a3cmDibHOVQ56eyytJhAZlZ3+ftYaoOdXmvU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding:sender; b=sIdY5KQUe1SOm4WVO3DM3JLl7v8h7K5dDHQzgkARXNG3nAtchDCq9/+q0L45SO+6WDrfMCqJTNNQ7BInweUDVenrD93TeEQYIlht4376ajH+QZb4q2ri/0XZ/9wdcg/yfcJbdJXjfQ9IDt6n+L09b6PXEedxEPnYfcf3sRXUXkw= Received: by 10.210.88.3 with SMTP id l3mr2354935ebb.79.1209676601243; Thu, 01 May 2008 14:16:41 -0700 (PDT) Received: from epsilon.local ( [89.214.145.245]) by mx.google.com with ESMTPS id k10sm4579565nfh.25.2008.05.01.14.16.39 (version=SSLv3 cipher=RC4-MD5); Thu, 01 May 2008 14:16:40 -0700 (PDT) Message-ID: <481A3333.6070407@FreeBSD.org> Date: Thu, 01 May 2008 22:16:35 +0100 From: Rui Paulo User-Agent: Thunderbird 2.0.0.12 (Macintosh/20080213) MIME-Version: 1.0 To: stevefranks@ieee.org References: <539c60b90804301105x7658d95eo6bb265420f85140c@mail.gmail.com> <4819BEAE.2060307@FreeBSD.org> <539c60b90805011339l2d3c300cl6a5ea3af76f97539@mail.gmail.com> <539c60b90805011341i22d9f85ci7e6d20f925720698@mail.gmail.com> In-Reply-To: <539c60b90805011341i22d9f85ci7e6d20f925720698@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: Rui Paulo Cc: freebsd-acpi@freebsd.org Subject: Re: Biostar 945GC-M7 TE - won't suspend ("oper not supported"), even though sysctl's say S1 S3 supported 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: Thu, 01 May 2008 21:16:42 -0000 Steve Franks wrote: > Ok, I admit, I had a ucom plugged in in the dmesg I sent, but I assure > you, that isn't the issue. I even just double-checked. I think your best bet is boot with ACPI debug turned on. Try adding: options ACPI_DEBUG to your kernel config file, and: debug.acpi.layer=ACPI_ALL_DRIVERS debug.acpi.level=ACPI_LV_ALL_EXCEPTIONS If that doesn't show anything particularly interesting, try increasing the debugging level. For more information, see the acpi(4) man page. Good luck, -- Rui Paulo