From owner-freebsd-questions@FreeBSD.ORG Wed Apr 27 17:04:15 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 6A59016A4CE for ; Wed, 27 Apr 2005 17:04:15 +0000 (GMT) Received: from sccimhc91.asp.att.net (sccimhc91.asp.att.net [63.240.76.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id C717843D4C for ; Wed, 27 Apr 2005 17:04:14 +0000 (GMT) (envelope-from FreeBSD@insightbb.com) Received: from [192.168.1.239] (12-202-24-76.client.insightbb.com[12.202.24.76]) by sccimhc91.asp.att.net (sccimhc91) with ESMTP id <20050427170414i9100aiuc4e>; Wed, 27 Apr 2005 17:04:14 +0000 From: Steven Friedrich To: freebsd-questions@freebsd.org User-Agent: KMail/1.7.2 MIME-Version: 1.0 Content-Disposition: inline Date: Wed, 27 Apr 2005 13:04:07 -0400 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200504271304.08207.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: Wed, 27 Apr 2005 17:04:15 -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?