From owner-freebsd-stable Thu Mar 8 4: 7: 9 2001 Delivered-To: freebsd-stable@freebsd.org Received: from bitbucket.extern.uniface.nl (bitbucket.extern.uniface.nl [193.78.88.139]) by hub.freebsd.org (Postfix) with ESMTP id 2436B37B718 for ; Thu, 8 Mar 2001 04:07:07 -0800 (PST) (envelope-from bert_driehuis@nl.compuware.com) Received: from bh2.nl.compuware.com (unknown [172.16.17.82]) by bitbucket.extern.uniface.nl (Postfix) with ESMTP id 843F482E5; Thu, 8 Mar 2001 13:07:05 +0100 (CET) Received: from c1111.nl.compuware.com ([172.16.16.36]) by bh2.nl.compuware.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2650.21) id GCKTSF87; Thu, 8 Mar 2001 13:07:05 +0100 Received: from nl.compuware.com (bertd@localhost [127.0.0.1]) by c1111.nl.compuware.com (8.9.3/8.9.3) with ESMTP id NAA00711; Thu, 8 Mar 2001 13:07:05 +0100 (CET) Message-ID: <3AA775E9.B4E36BDC@nl.compuware.com> Date: Thu, 08 Mar 2001 13:07:05 +0100 From: Bert Driehuis Organization: Compuware Europe (but I only speak for myself) X-Mailer: Mozilla 4.74 [en] (X11; U; BSD/OS 4.1 i386) X-Accept-Language: en, fr MIME-Version: 1.0 To: kstewart@urx.com Cc: freebsd-stable@freebsd.org Subject: Re: Temp and fan program References: <200103072005.OAA46328@sullivan.realtime.net> <20010307151115.B79099@peitho.fxp.org> <20010308.054528.59722369.ume@mahoroba.org> <15014.49484.258132.704698@guru.mired.org> <3AA74231.B31E95DC@urx.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Kent Stewart wrote: > I have two boards using the new Via HW monitoring sensor's and I'm not > sure they even get the voltages right when I use healthd and lmmon. > The temp is typically something like 255 and fan(s) rpm is 0. This is indicative of not being able to read the LM78/W83781D chip (all readings are 0xff). As far as I can tell, the LM78 does not have an ISA I/O address, so lmmon -i is reading from an unassigned port 295/296. The W83781D does have an ISA I/O address, but unfortunately, not all motherboards have this chip or have it fully wired up. I've been toying with the smbus stuff, but my kernel hangs at "Mounting root" if I add this to the kernel: device ichsmb device smbus device smb It detects the Intel ICH (at irq 0), but after that it's end of story... This is on 4.2-RELEASE, but I didn't see any updates relevant I thought were relevant in 4.2-STABLE. ichsmb0: port 0x540-0x54f irq 0 at device 31.3 on pci0 smbus0: on ichsmb0 smb0: on smbus0 The motherboard is an Intel CA810E. Cheers, -- Bert -- Bert Driehuis, MIS -- bert_driehuis@nl.compuware.com -- +31-20-3116119 Dihydrogen Monoxide kills! Join the campaign at http://www.dhmo.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message