From owner-freebsd-questions@FreeBSD.ORG Sun Jan 25 22:38:31 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 40450106566C for ; Sun, 25 Jan 2009 22:38:31 +0000 (UTC) (envelope-from cwhiteh@onetel.com) Received: from smtp1.betherenow.co.uk (smtp1.betherenow.co.uk [87.194.0.68]) by mx1.freebsd.org (Postfix) with SMTP id D0AB58FC08 for ; Sun, 25 Jan 2009 22:38:30 +0000 (UTC) (envelope-from cwhiteh@onetel.com) Received: from [192.168.1.72] (93-97-24-219.zone5.bethere.co.uk [93.97.24.219]) by smtp1.betherenow.co.uk (Postfix) with ESMTP id F1BEE98004; Sun, 25 Jan 2009 22:38:28 +0000 (GMT) Message-ID: <497CE9E4.3030005@onetel.com> Date: Sun, 25 Jan 2009 22:38:28 +0000 From: Chris Whitehouse User-Agent: Thunderbird 2.0.0.19 (X11/20090113) MIME-Version: 1.0 To: Mike Clarke References: <200901252014.46212.mike@milibyte.co.uk> In-Reply-To: <200901252014.46212.mike@milibyte.co.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: coretemp for AMD? 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, 25 Jan 2009 22:38:31 -0000 Mike Clarke wrote: > On Sunday 25 January 2009, Josh Carroll wrote: > >> For (supported) AMD processors, check out k8temp(4). > > That gives very odd results for me: > > curlew:/home/mike% sudo k8temp > CPU 0 Core 0 Sensor 0: 13c > CPU 0 Core 0 Sensor 1: 11c > CPU 0 Core 1 Sensor 0: 19c > CPU 0 Core 1 Sensor 1: 2c > > Those are all well below room temperature! > > But ... > > curlew:/home/mike% sysctl hw.acpi.thermal.tz0.temperature > hw.acpi.thermal.tz0.temperature: 28.0C > > Which is just a bit below the temperature reported by the BIOS (31C) > when I rebooted about 30 minutes ago. I have powerd running and it's > pulled the CPU frequency down from 2500 to 1000. Turning off powerd > pushes the temperature up to 30C. > It works for me, I ran it and sysctl hw.acpi.thermal.tz0.temperature every 2 seconds in a while loop and cpu temperatures follow cpu activity closely and change in 1deg steps between about 25deg and 42deg. When I rebooted and checked temperature in the BIOS it was pretty much the same as what k8temp was saying just previously. hw.acpi.thermal.tz0.temperature is fixed on 40deg even with high cpu activity. Maybe your processor is not supported? Chris