From owner-freebsd-acpi@FreeBSD.ORG Fri Sep 28 21:23:50 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 7A62C16A46C for ; Fri, 28 Sep 2007 21:23:50 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.freebsd.org (Postfix) with ESMTP id D7ACB13C465 for ; Fri, 28 Sep 2007 21:23:48 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from niksun.com (anuket [10.70.0.5]) by anuket.mj.niksun.com (8.13.6/8.13.6) with ESMTP id l8SLNgLC013385; Fri, 28 Sep 2007 17:23:42 -0400 (EDT) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: freebsd-acpi@FreeBSD.org Date: Fri, 28 Sep 2007 17:23:37 -0400 User-Agent: KMail/1.6.2 References: <20070928204347.GA24462@cheat-project.com> In-Reply-To: <20070928204347.GA24462@cheat-project.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200709281723.40034.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV 0.90.2/4420/Fri Sep 28 11:43:46 2007 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: Subject: Re: Thermal info on AMD Athlon64 3700+ and Gigabyte Motherboard not 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: Fri, 28 Sep 2007 21:23:50 -0000 On Friday 28 September 2007 04:43 pm, Henrik Friedrichsen wrote: > Hello, > > I'm trying to read out my CPU temperature but sysctl does not have > a "hw.acpi.thermal" section. On Linux I can use k8temp and it's > working just fine, is there something similar for FreeBSD? AFAIK, Linux's k8temp is CPU on-die thermal sensor driver. acpi_thermal is not. For Intel Core CPUs, we have coretemp(4) (thanks to Google SoC2007) but we don't have anything like that for AMD processors. (Any taker?) Jung-uk Kim