From owner-freebsd-questions@FreeBSD.ORG Sun Jul 23 17:20:39 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 4569A16A4DD for ; Sun, 23 Jul 2006 17:20:39 +0000 (UTC) (envelope-from hakmi@rogers.com) Received: from smtp104.rog.mail.re2.yahoo.com (smtp104.rog.mail.re2.yahoo.com [206.190.36.82]) by mx1.FreeBSD.org (Postfix) with SMTP id 46DC843D6D for ; Sun, 23 Jul 2006 17:20:32 +0000 (GMT) (envelope-from hakmi@rogers.com) Received: (qmail 85486 invoked from network); 23 Jul 2006 17:20:31 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=rogers.com; h=Received:From:To:Cc:Subject:Date:MIME-Version:Content-Type:Content-Transfer-Encoding:X-Mailer:In-Reply-To:X-MimeOLE:Thread-Index; b=PE9b9OssSPP/4C+6yYP/i6N8U0wXRwTsofPeGH2kvpA2uMd3CiafmlTZN6O3+FBZNGoDUTdnE8eSait5hmn6mvZCOPVDRm2+g7O9VmZiPGFUwxIJOpYi63zlQL/Eqt8lO9TMWg0v4gTJM3JQgCouBStylmUlbIrAVbbZPhIQZKI= ; Received: from unknown (HELO tamouh) (hakmi@rogers.com@70.27.160.99 with login) by smtp104.rog.mail.re2.yahoo.com with SMTP; 23 Jul 2006 17:20:31 -0000 From: "Tamouh H." To: "'Mike Tancsa'" Date: Sun, 23 Jul 2006 13:20:31 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.6353 In-Reply-To: <6.2.3.4.0.20060723101728.10f46e60@64.7.153.2> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 Thread-Index: AcauZ40skGZMifaHR0C1ijpj1Pb3CwAFHldA Message-Id: <20060723172032.46DC843D6D@mx1.FreeBSD.org> Cc: freebsd-questions@freebsd.org Subject: RE: Temperature Monitor X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Jul 2006 17:20:39 -0000 > > Hi, nothing special. But for smb support, I mean compile it > into the kernel. Try adding > > device ichsmb > device smb > device smbus > device intpm > > to your kernel and then see if mbmon picks up the info. > > ---Mike Thx Mike, no luck there either: sonata# mbmon -d ioctl(smb0:writebyte): Device not configured sonata# mbmon -D Probe Request: none >>> Testing Reg's at SMBus <<< SMBus slave 0x0C(0x06) found... SMBus slave 0x2E(0x17) found... SMBus slave 0x44(0x22) found... SMBus slave 0x52(0x29) found... SMBus slave 0x8C(0x46) found... SMBus slave 0xAE(0x57) found... SMBus slave 0xC4(0x62) found... Set SMBus slave address: 0x52 Probing Winbond/Asus/LM78/79 chip: CR40:0x7F, CR41:0x98, CR42:0x00, CR43:0x00 CR44:0x00, CR45:0x00, CR46:0x00, CR47:0x00 CR48:0x04, CR49:0x4B, CR4A:0x00, CR4B:0x00 CR4C:0x00, CR4D:0x00, CR4E:0x00, CR4F:0x00 CR56:0x00, CR58:0x00, CR59:0x00, CR5D:0x01 CR3E:0x10, CR13:0x01, CR17:0x60, CRA1:0xFF CR20:0x60, CR22:0x40, CR23:0x40, CR24:0x00 CR27:0x00, CR29:0x37, CR2A:0x46, CR2B:0x30 ioctl(smb0:writebyte): Device not configured Thx, Tamouh