From owner-freebsd-current@FreeBSD.ORG Thu Dec 8 06:14:27 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6D6216A41F for ; Thu, 8 Dec 2005 06:14:27 +0000 (GMT) (envelope-from ai@bmc.brk.ru) Received: from stalker.bmc.brk.ru (stalker.bmc.brk.ru [217.150.59.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9A2443D62 for ; Thu, 8 Dec 2005 06:14:24 +0000 (GMT) (envelope-from ai@bmc.brk.ru) Date: Thu, 8 Dec 2005 09:14:22 +0300 From: Artemiev Igor To: freebsd-current@freebsd.org Message-Id: <20051208091422.4d1a3ee0.ai@bmc.brk.ru> In-Reply-To: References: <20051206093020.691e1483.ai@bmc.brk.ru> <20051207095818.0b307c89.ai@bmc.brk.ru> Organization: Bryansk Medical Center X-Mailer: Sylpheed version 2.0.0beta4 (GTK+ 2.6.8; i386-portbld-freebsd5.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [PATCH] nForce2 SMBus support - nForce3/4 support added. Not tested yet X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Dec 2005 06:14:28 -0000 On Wed, 7 Dec 2005 12:56:49 +0300 Vladimir Timofeev wrote: > Thanks for ansver. I'll also try studing xmbmon sources ;-) > I use xmbmon from latest ports - xmbmon-205_1 I assume, that mbmon can't recognize the chip. I tested another board from Asus with nForce2 chipset, and it worked perfectly. Possibly, you should set the chip type by -p, if that is the case. It's not a driver problem. %mbmon -S -d Using SMBus access method[NVidia nForce2]!! * Asus Chip ASB100(Bach) found. %mbmon -S Temp.= 41.0, 25.0, 30.0; Rot.= 5314, 0, 0 Vcore = 1.68, 1.68; Volt. = 3.30, 4.92, 11.80, -10.79, -4.66 Temp.= 41.0, 25.0, 30.0; Rot.= 5314, 0, 0 Vcore = 1.70, 1.70; Volt. = 3.26, 4.92, 11.80, -10.79, -4.66 Temp.= 41.0, 25.0, 30.0; Rot.= 5357, 0, 0 Vcore = 1.68, 1.68; Volt. = 3.30, 4.92, 11.80, -10.79, -4.66 I've also added the support for nForce3/4, like with lm_sensors, but haven't tested a new patch: http://bmc.brk.ru/~ai/patches/amdpm.nforce2_support.diff You may try it with an other chipsets, if you want. -- iprefetch ai