From owner-freebsd-questions@FreeBSD.ORG Fri Feb 4 15:42:41 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3CCE16A4CE for ; Fri, 4 Feb 2005 15:42:41 +0000 (GMT) Received: from sccimhc91.asp.att.net (sccimhc91.asp.att.net [63.240.76.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43B9A43D3F for ; Fri, 4 Feb 2005 15:42:41 +0000 (GMT) (envelope-from FreeBSD@insightbb.com) Received: from [192.168.1.239] (12-202-28-183.client.insightbb.com[12.202.28.183]) by sccimhc91.asp.att.net (sccimhc91) with ESMTP id <20050204154240i9100k5cple>; Fri, 4 Feb 2005 15:42:40 +0000 From: Steven Friedrich To: freebsd-questions@freebsd.org Date: Fri, 4 Feb 2005 10:42:40 -0500 User-Agent: KMail/1.7.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200502041042.40273.FreeBSD@insightbb.com> Subject: mbmon (in xmbmon port) on ASUS P4T-533 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Feb 2005 15:42:41 -0000 I'm running i386 FreeBSD 4.11-STABLE and I have installed port xmbmon. mbmon doesn't detect my hw sensoe, even though it's mentioned in the Readme in /usr/local/share/doc/xmbmon. The Readme mentions the P4T-533C, which is amost identical and uses the same hw monitor chip. I have tried adding smbus support to my kerenl config, i.e., device smbus # Bus support, required for smb below. device intpm device alpm device ichsmb device viapm device amdpm device smb and even device iicbus # Bus support, required for ic/iic/iicsmb below. device iicbb device ic device iic device iicsmb # smb over i2c bridge to no avail. I even removed /dev/smb0 and /dev/smb1 and then rebuilt xmbmon. I didn't see any ref to smb devices in dmesg, before or after removing the devices in /dev. Any ideas?