From owner-freebsd-questions@FreeBSD.ORG Sun Jul 23 04:43:26 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A63C16A4DF for ; Sun, 23 Jul 2006 04:43:26 +0000 (UTC) (envelope-from hakmi@rogers.com) Received: from smtp108.rog.mail.re2.yahoo.com (smtp108.rog.mail.re2.yahoo.com [68.142.225.206]) by mx1.FreeBSD.org (Postfix) with SMTP id 0671143D46 for ; Sun, 23 Jul 2006 04:43:25 +0000 (GMT) (envelope-from hakmi@rogers.com) Received: (qmail 3100 invoked from network); 23 Jul 2006 04:43:25 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=rogers.com; h=Received:From:To:Cc:Subject:Date:MIME-Version:Content-Type:Content-Transfer-Encoding:X-Mailer:Thread-Index:X-MimeOLE:In-Reply-To; b=3R2ELIaxDvPapQQVTZVsbjkiAq3wcBB3b1whsmJEhUhAutmZsl0SA6rOkQ/3nEuG6N3hfwEtNmG8NpI32yBywGvKX1oU0hnVQJRCuWdF/tzHpw94El7blKnBl8g2oOPMmPlZ2noQNPbVJd+6isBq8afS48Pk5TwCmGR66ajrS4A= ; Received: from unknown (HELO tamouh) (hakmi@rogers.com@70.27.160.99 with login) by smtp108.rog.mail.re2.yahoo.com with SMTP; 23 Jul 2006 04:43:25 -0000 From: "Tamouh H." To: "'Mike Tancsa'" Date: Sun, 23 Jul 2006 00:41:41 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Office Outlook, Build 11.0.6353 Thread-Index: AcauDXbx7j0cPbX/Rmur5JUTe+tVEAAA7DXw X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 In-Reply-To: Message-Id: <20060723044325.0671143D46@mx1.FreeBSD.org> Cc: freebsd-questions@freebsd.org Subject: RE: Temperature Monitor X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Jul 2006 04:43:26 -0000 > >Hi, > > > >I've an Intel board D865GVHZ running on FBSD 5.4 that I'd=20 > like to monitor its temperature. I've tried using lmmon , but=20 > the data are way off: > > >=20 > I have an 865GCH. You might be able to get it via acpi >=20 > % sysctl -a hw.acpi.thermal.tz0.temperature > hw.acpi.thermal.tz0.temperature: 40.0C > % >=20 > also, mbmon, might be able to work if you compile in smb support. >=20 > ---Mike thx, I've tried that but the thermal sysctl not available. mbmon = compiled with smb didn't recognize a h/w monitor!=20 do you have anything special compiled in your kernel for acpi ? sonata# sysctl -a hw.acpi hw.acpi.supported_sleep_state: S1 S4 S5 hw.acpi.power_button_state: S5 hw.acpi.sleep_button_state: S1 hw.acpi.lid_switch_state: NONE hw.acpi.standby_state: S1 hw.acpi.suspend_state: S3 hw.acpi.sleep_delay: 1 hw.acpi.s4bios: 0 hw.acpi.verbose: 0 hw.acpi.reset_video: 1 hw.acpi.cpu.cx_supported: C1/0 hw.acpi.cpu.cx_lowest: C1 hw.acpi.cpu.cx_usage: 100.00% dev.acpi.0.%desc: INTEL D865GVHZ dev.acpi.0.%driver: acpi dev.acpi.0.%parent: nexus0 Thanks again, Tamouh