Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Jan 2007 14:50:47 +0100
From:      Bruno Ducrot <ducrot@poupinou.org>
To:        Daniel O'Connor <doconnor@gsoft.com.au>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: Temperature/fan monitoring on a Supermicro P8SCT
Message-ID:  <20070109135047.GD4945@poupinou.org>
In-Reply-To: <200701091239.46735.doconnor@gsoft.com.au>
References:  <200701091239.46735.doconnor@gsoft.com.au>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,

On Tue, Jan 09, 2007 at 12:39:45PM +1030, Daniel O'Connor wrote:
> Has anyone had any success?
> I've tried healthd (0.7.9) but it can't show temps, eg..
> julx2:/usr/src/sys/amd64/conf>sudo healthd -1 -D

It seems we can get directly different temperatures from the CPU.  At
least this works for some opteron CG core, and believe it should work
with other processors as well.

In the meantime, could you please try this:

# setpci -d1022:1103 e6.b | sed s,^,0x,g | \
	awk 'BEGIN {i = 0} {print "processor "i++": " $1 - 49 "C"}'

(you must have the sysutils/pciutils port, though, but I need a similar
command under Linux, that's why I'm doing something like that).

Cheers,

-- 
Bruno Ducrot

--  Which is worse:  ignorance or apathy?
--  Don't know.  Don't care.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070109135047.GD4945>