Date: Sun, 16 Jun 2002 12:57:33 -0400 From: Don Bowman <don@sandvine.com> To: "'freebsd-stable@freebsd.org'" <freebsd-stable@freebsd.org> Subject: CPU temperature, SMB, Intel E7500 chipset, xeon, supermicro P4DPR Message-ID: <FE045D4D9F7AED4CBFF1B3B813C85337676492@mail.sandvine.com>
next in thread | raw e-mail | index | archive | help
I have a motherboard with an Intel E7500 chipset (a Supermicro P4DPR+) running 2 xeon processors. I would like to be able to read the processor temperature. I've installed the lmmon port. When I run it (without -i), I get 'IOCTL: Device not configured'. Using ktrace, I can see that it is opening /dev/smb0. $ ls -al /dev/smb0 crw------- 1 root wheel 106, 0 Apr 16 05:51 /dev/smb0 in my kernelconfig, I have: device smbus device iicbus device intpm device alpm device ichsmb device smb device pcf device pcf0 at isa? port 0x320 irq 5 device smbus0 device iicbus0 device iicbb0 device intpm0 device smb0 at smbus? $ dmesg | grep -i smb ichsmb0: <Intel 82801CA (ICH3) SMBus controller> port 0x1100-0x111f irq 0 at device 31.3 on pci0 smbus0: <System Management Bus> on ichsmb0 smb0: <SMBus general purpose I/O> on smbus0 Running lmmon -i works, but there's no CPU temperature, just the motherboard. Any suggestions? --don To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?FE045D4D9F7AED4CBFF1B3B813C85337676492>