From owner-freebsd-stable Sun Jun 16 9:57:42 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mail.sandvine.com (sandvine.com [199.243.201.138]) by hub.freebsd.org (Postfix) with ESMTP id 9568A37B406 for ; Sun, 16 Jun 2002 09:57:35 -0700 (PDT) Received: by mail.sandvine.com with Internet Mail Service (5.5.2653.19) id ; Sun, 16 Jun 2002 12:57:34 -0400 Message-ID: From: Don Bowman To: "'freebsd-stable@freebsd.org'" Subject: CPU temperature, SMB, Intel E7500 chipset, xeon, supermicro P4DPR Date: Sun, 16 Jun 2002 12:57:33 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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: port 0x1100-0x111f irq 0 at device 31.3 on pci0 smbus0: on ichsmb0 smb0: 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