From owner-freebsd-hardware Tue Nov 20 1:52:20 2001 Delivered-To: freebsd-hardware@freebsd.org Received: from ns.belenus.com (ns.belenus.com [195.27.12.132]) by hub.freebsd.org (Postfix) with ESMTP id 8120F37B405 for ; Tue, 20 Nov 2001 01:52:13 -0800 (PST) Received: (from root@localhost) by ns.belenus.com (8.11.4/8.11.4) id fAK9qCG00619 for freebsd-hardware@FreeBSD.ORG.KAV; Tue, 20 Nov 2001 10:52:12 +0100 (CET) (envelope-from H.Schmalzbauer@belenus.com) Received: from server02.belenus.com (server02.belenus.com [195.27.12.126]) by ns.belenus.com (8.11.4/8.11.4) with ESMTP id fAK9qBu00602; Tue, 20 Nov 2001 10:52:11 +0100 (CET) (envelope-from H.Schmalzbauer@belenus.com) Received: from adm01.belenus.com ([195.27.12.70]) by server02.belenus.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id X1GZDHJ9; Tue, 20 Nov 2001 10:52:05 +0100 Subject: Re: Problems with Hardware Monitoring From: Harald Schmalzbauer To: Andreas Berg Cc: freebsd-hardware@FreeBSD.ORG In-Reply-To: References: Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/0.99.0 (Preview Release) Date: 20 Nov 2001 08:52:01 -0100 Message-Id: <1006249921.1696.13.camel@adm01.belenus.com> Mime-Version: 1.0 Sender: owner-freebsd-hardware@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Am Mo , 2001-11-19 um 07.26 schrieb Andreas Berg: > Greetings, Hello, I don't know the KX133 chipset but the in general you need: device smb device smbus device alp for the ali chipset device intpm for the Intel BX chipset device ichsmb for the Intel -810 and -815 chipset (ICH and ICH2) Probably the KX133 isn't compatible with one of these. Unfortunately my C knowlegde is horrible so my attempt to do a driver for the ServerWorks chip resulted in almost no success. The only thing I got working is the ASUS AS27??? chipset for healthd. (The layer above SMBus) I sent the code to Jim Housley, perhaps he'll release a new version soon. Best regards, -Harry > > I'm trying to get Hardware Monitoring to work on my FreeBSD system but > even when I follow instructions, it wont work. > > The utilities I'm trying to get to work are: > consolehm-1.31_1 Console based hardware monitor for FreeBSD > /usr/ports/sysutils/consolehm > wmhm-1.45_1 WindowMaker dockable hardware monitor for FreeBSD > /usr/ports/sysutils/wmhm > wmlmmon-0.60 WM dock app to display info from MB power management > contro > /usr/ports/sysutils/wmlmmon > > The problems I get are: > root@voyager:~> chm > Failed to open /dev/smb0. > > root@voyager:~> wmhm > Failed to open /dev/smb0. > Possible reasons: > - Your kernel does not support SMBUS. > - You are not running wmhm suid root. > - WMHM is already running. > > root@voyager:~> wmlmmon > Failed to open device /dev/smb0. > If your system does not support intpm(4), > try to use /dev/io (-i flag) or check > the permissions of /dev/smb0. > > According to man files I need the following in my kernel: > controller smbus0 > controller iicbus0 > controller iicbb0 > controller intpm0 > device smb0 at smbus? > > Since I use FreeBSD 4.4, the above no longer exists in the kernel config, > so, I've got these instead (some of them are probably not needed, but I > added more and more to see if they where needed but with all these > enabled, it still wouldn't work.) > # SMB bus > device smbus > device intpm > device alpm > device ichsmb > device smb > > # I2C Bus > device iicbus > device iicbb > device ic > device iic > device iicsmb > > options HW_WDOG > > My motherboard is a Epox EP-7KXA and its got a VIA Apollo KX133 chipset. > (Perhaps the Via chipsets are not supported at this time?) > > I've also tried to remove and recreate /dev/smb0 but nothing helps, still > the same error. > > Any suggestions? Does anyone successfully monitor a VIA based board? > > cheers, > Andy > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-hardware" in the body of the message > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hardware" in the body of the message