From owner-freebsd-questions@FreeBSD.ORG Sun Jan 25 16:56:02 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 95CE6106566B for ; Sun, 25 Jan 2009 16:56:02 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.190]) by mx1.freebsd.org (Postfix) with ESMTP id 218338FC08 for ; Sun, 25 Jan 2009 16:56:01 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: by mu-out-0910.google.com with SMTP id i2so3666320mue.3 for ; Sun, 25 Jan 2009 08:56:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:reply-to:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=Md+7E0ndb1MyRdwsDaUr9wi+DKzNH+mk1SfpxHmKX84=; b=riNxoqHvV/5a/caYDhtAlbl5NENd0SLfI/aJw4WfWuH9Cmo6PFy51ZtpBP6ybVl6i4 oierbSCr7txpBvwKq/1JKlzXwqlcnLwCW1bpYUY7lxBiAolOsLVgHqKt1lwrlYnl0Hjl wTMF09DkG+ZJfjFFC8D2eGiFA+ymtYTYbfqt0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:cc:content-type:content-transfer-encoding; b=o42zrrroec440kI3FmeSfS5QyDPo+QiX/W41P25Km7oYK/rlVQ0IiuHJ+sWFrfeeqg LNZDzX3k21RwuE3150X5Tyo3z1XCIovV+XJ++j+BBGf7vmddGYs/ZKW5KUIUU64AcIws TJ9qd+SQHtCFh/9MVOcVNESbuMSBjfWKccolI= MIME-Version: 1.0 Received: by 10.103.90.17 with SMTP id s17mr1326190mul.73.1232902560441; Sun, 25 Jan 2009 08:56:00 -0800 (PST) In-Reply-To: <497C9182.5030204@onetel.com> References: <497C9182.5030204@onetel.com> Date: Sun, 25 Jan 2009 11:56:00 -0500 Message-ID: <8cb6106e0901250856r616ab968w501c7ff918e65910@mail.gmail.com> From: Josh Carroll To: Chris Whitehouse Content-Type: text/plain; charset=ISO-8859-1 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 Reply-To: josh.carroll@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2009 16:56:03 -0000 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). Josh