From owner-freebsd-questions@FreeBSD.ORG Sun Jan 25 19:52:04 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 DD674106564A for ; Sun, 25 Jan 2009 19:52:04 +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 7789E8FC0C for ; Sun, 25 Jan 2009 19:52:04 +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 B87F29813F; Sun, 25 Jan 2009 19:52:02 +0000 (GMT) Message-ID: <497CC2E2.7030005@onetel.com> Date: Sun, 25 Jan 2009 19:52:02 +0000 From: Chris Whitehouse User-Agent: Thunderbird 2.0.0.19 (X11/20090113) MIME-Version: 1.0 To: josh.carroll@gmail.com References: <497C9182.5030204@onetel.com> <8cb6106e0901250856r616ab968w501c7ff918e65910@mail.gmail.com> In-Reply-To: <8cb6106e0901250856r616ab968w501c7ff918e65910@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: User Questions 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 19:52:05 -0000 Josh Carroll wrote: > On Sun, Jan 25, 2009 at 11:21 AM, Chris Whitehouse wrote: >> Hello, >> >> Can I read cpu die temperature for my AMD Athlon 64 X2 cpu with coretemp? >> According to >> >> http://www.alcpu.com/CoreTemp/supportlist.html >> >> it includes AMD processors but when I load coretemp.ko sysctl still can't >> see dev.cpu.?.temperature. >> >> Is this even the same coretemp as the website talks about windows a lot? >> >> This is on FreeBSD 7.1-PRERELEASE #1: Tue Dec 16 18:28:48 GMT 2008 with >> GENERIC kernel. > > For (supported) AMD processors, check out k8temp(4). That's it thank you! Chris