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.
_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to