From owner-freebsd-questions Tue Jan 21 1:25:57 2003 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 D1F1937B401 for ; Tue, 21 Jan 2003 01:25:55 -0800 (PST) Received: from smtp.infracaninophile.co.uk (happy-idiot-talk.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BC1143F18 for ; Tue, 21 Jan 2003 01:25:54 -0800 (PST) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [IPv6:::1]) by smtp.infracaninophile.co.uk (8.12.6/8.12.6) with ESMTP id h0L9Pi84094575 for ; Tue, 21 Jan 2003 09:25:44 GMT (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost) by happy-idiot-talk.infracaninophile.co.uk (8.12.6/8.12.6/Submit) id h0L9Pd9d094574 for freebsd-questions@FreeBSD.ORG; Tue, 21 Jan 2003 09:25:39 GMT Date: Tue, 21 Jan 2003 09:25:39 +0000 From: Matthew Seaman To: freebsd-questions@FreeBSD.ORG Subject: Re: smbus & hardware monitoring problem Message-ID: <20030121092539.GA94103@happy-idiot-talk.infracaninophi> Mail-Followup-To: Matthew Seaman , freebsd-questions@FreeBSD.ORG References: <20030121102155.74ecef63.tim@spyderweb.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030121102155.74ecef63.tim@spyderweb.com.au> User-Agent: Mutt/1.5.3i X-Spam-Status: No, hits=-3.0 required=5.0 tests=IN_REP_TO,QUOTED_EMAIL_TEXT,REFERENCES,SPAM_PHRASE_00_01, USER_AGENT,USER_AGENT_MUTT version=2.43 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Jan 21, 2003 at 10:21:55AM +1030, Tim Aslat wrote: > I have a M7MKA mainboard (Biostar) slot A Athlon, with a AMD751/756 > chipset. According to the documentation I've found it has a winbond > W83782D hardware monitor which is supposed to be supported by healthd. > > My current attempt at kernel configuration has the following differences > from GENERIC. > ---- additional entries to GENERIC ------------------------ > # trying to get smbus working for hardware monitoring > device smbus # Bus support, required for smb below. > device intpm > device alpm > device ichsmb > device viapm > device smb > > device iicbus # Bus support, required for > device iicbb > device ic > device iic > device iicsmb # smb over i2c bridge > device pcf0 > ---- end addition entries ------------- > > dmesg doesn't come up with any indication that smbus or smb devices are > found/configured and I'm beginning to tear my hair out. Well, you've done everything pretty much right so far --- however, although you seem to have added all of the possible variants of SMBus controller chips, your kernel isn't picking up the hardware on your motherboard. That might simply be because the exact chipset you have isn't recognised, although from what you've said above, I'd expect the amdpm driver to probe successfully. What is the output of: pciconf -lv please? Cheers, Matthew PS. The 'device pcf0' entry in your kernel config is incorrect. It should be: device pcf0 at isa? port? irq 5 however, that won't make a difference unless you actually have a Philips PCF8584 I2C controller on your system. -- Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message