From owner-freebsd-acpi@FreeBSD.ORG Wed Nov 21 16:58:04 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 BF20B16A418; Wed, 21 Nov 2007 16:58:04 +0000 (UTC) (envelope-from sbruno@miralink.com) Received: from plato.miralink.com (mail.miralink.com [70.103.185.20]) by mx1.freebsd.org (Postfix) with ESMTP id 9258F13C44B; Wed, 21 Nov 2007 16:58:04 +0000 (UTC) (envelope-from sbruno@miralink.com) Received: from localhost (localhost.localdomain [127.0.0.1]) by plato.miralink.com (Postfix) with ESMTP id 089E361A9A9; Wed, 21 Nov 2007 08:58:04 -0800 (PST) Received: from plato.miralink.com ([127.0.0.1]) by localhost (plato.miralink.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 28334-09; Wed, 21 Nov 2007 08:58:03 -0800 (PST) Received: from [10.47.1.6] (vpn.office.miralink.com [10.0.0.5]) by plato.miralink.com (Postfix) with ESMTP id 8AA8F61A9A7; Wed, 21 Nov 2007 08:58:02 -0800 (PST) Message-ID: <47446399.7000600@miralink.com> Date: Wed, 21 Nov 2007 08:58:01 -0800 From: Sean Bruno User-Agent: Thunderbird 2.0.0.5 (X11/20070727) MIME-Version: 1.0 To: Mario Sergio Fujikawa Ferreira References: <20071120224937.58148.qmail@nexxus.fedaykin.here> <47436A2D.5020800@miralink.com> <474458A9.9020806@FreeBSD.org> In-Reply-To: <474458A9.9020806@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-DSPAM-Result: Innocent X-DSPAM-Processed: Wed Nov 21 08:58:03 2007 X-DSPAM-Confidence: 0.9997 X-DSPAM-Probability: 0.0000 X-DSPAM-Signature: 4744639b223341804284693 X-DSPAM-Factors: 27, X-Virus-Scanned: amavisd-new at X-Spam-Status: No, score=-4.499 tagged_above=-10 required=6.6 autolearn=ham tests=[ALL_TRUSTED=-1.8, BAYES_00=-2.599, DSPAM_HAM=-0.1] X-Spam-Score: -4.499 X-Spam-Level: Cc: freebsd-acpi@FreeBSD.org, Hiroyuki Aizu Subject: Re: Neither acpi_thermal nor acpi_toshiba working 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: Wed, 21 Nov 2007 16:58:04 -0000 Mario Sergio Fujikawa Ferreira wrote: > Sean Bruno wrote: >> Mario Sergio Fujikawa Ferreira wrote: >>> I am running FreeBSD 7-STABLE from November 20th on a Toshiba >>> laptop Satellite A135-S4527 with Intel Pentium dual-core processor >>> T2080. >>> >>> # uname -a >>> FreeBSD nexxus.fedaykin.here 7.0-BETA2 FreeBSD 7.0-BETA2 #18: Tue >>> Nov 20 00:52:10 BRST 2007 >>> lioux@nexxus:/usr/src/sys/i386/compile/LIOUX i386 >>> >>> I get neither acpi_thermal nor acpi_toshiba sysctl entries >>> on my system though the correct modules are loaded. >>> >>> I am attaching my system information. Let me know if there >>> is anything I can do to help. >>> >>> Regards, >>> >> >> Can you run the following command: >> sudo acpidump -dt -o toshiba_A135.dsdt > toshiba_A135.asl >> >> Then post the toshiba_A135.asl on the web somewhere for review? > > Done. You can grab it at > > http://people.freebsd.org/~lioux/acpi/toshiba_A135.asl > http://people.freebsd.org/~lioux/acpi/toshiba_A135.dsdt Weird, I don't see a thermal zone in your tables. Can someone with more Toshiba experience comment? Sean