From owner-freebsd-questions@FreeBSD.ORG Wed Apr 27 17:33:59 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 E5FD916A4CE for ; Wed, 27 Apr 2005 17:33:59 +0000 (GMT) Received: from parrot.aev.net (host29-15.pool8174.interbusiness.it [81.74.15.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0989543D1F for ; Wed, 27 Apr 2005 17:33:58 +0000 (GMT) (envelope-from ml.diespammer@netfence.it) Received: from soth.ventu (adsl-ull-183-2.41-151.net24.it [151.41.2.183]) (authenticated bits=128) by parrot.aev.net (8.13.4/8.13.4) with ESMTP id j3RHbXBH086367 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 27 Apr 2005 19:37:40 +0200 (CEST) (envelope-from ml.diespammer@netfence.it) Received: from netfence.it (xanatar.ventu [10.1.2.6]) (authenticated bits=0) by soth.ventu (8.13.3/8.13.1) with ESMTP id j3RHX474096566 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 27 Apr 2005 19:33:07 +0200 (CEST) (envelope-from ml.diespammer@netfence.it) Message-ID: <426FDB2A.5070208@netfence.it> Date: Wed, 27 Apr 2005 20:34:18 +0200 From: Andrea Venturoli Organization: NetFence User-Agent: Mozilla/5.0 (OS/2; U; Warp 4.5; en-US; rv:1.6) Gecko/20040117 X-Accept-Language: it,en,fr,de MIME-Version: 1.0 To: Steven Friedrich , freebsd-questions@freebsd.org References: <200504271304.08207.FreeBSD@insightbb.com> In-Reply-To: <200504271304.08207.FreeBSD@insightbb.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.51 on 192.168.2.2 Subject: Re: 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:34:00 -0000 Steven Friedrich wrote: > 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? "*Almost*" identical, means different: a different PCI id is just enough. Your chipset is probably unsupported by FreeBSD, that's why you get no detection messages in the logs. Anyway, mbmon interfaces directly to the HW, so it doesn't need (and doesn't take advantage of) any kernel driver. If it doesn't work, then again, it also doesn't support your chip. You might search for a previous thread in which I gave more details, but I'll doubt you'll get it to work without modifying the software. You might also try lmmon and/or healthd (these need the drivers). bye av.