Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755917Ab3GKIrP (ORCPT ); Thu, 11 Jul 2013 04:47:15 -0400 Received: from zoneX.GCU-Squad.org ([194.213.125.0]:19572 "EHLO services.gcu-squad.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755848Ab3GKIrN (ORCPT ); Thu, 11 Jul 2013 04:47:13 -0400 Date: Thu, 11 Jul 2013 10:47:01 +0200 From: Jean Delvare To: Guenter Roeck Cc: Justin Piszcz , linux-kernel@vger.kernel.org, lm-sensors@lm-sensors.org Subject: Re: [lm-sensors] 3.10: NCT6776F sensor question with Supermicro X9SRL-F motherboard Message-ID: <20130711104701.1f1c5fda@endymion.delvare> In-Reply-To: <20130703144201.GA10323@roeck-us.net> References: <002901ce77e9$dfac4f20$9f04ed60$@lucidpixels.com> <20130703144201.GA10323@roeck-us.net> X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.18; x86_64-suse-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1484 Lines: 35 Hi Guenter, Justin, On Wed, 3 Jul 2013 07:42:01 -0700, Guenter Roeck wrote: > On Wed, Jul 03, 2013 at 08:35:59AM -0400, Justin Piszcz wrote: > > I also found: > > http://www.lm-sensors.org/wiki/Configurations/SuperMicro/X9SRA > > > > Does Super Micro also have such a config file for the X9SRL-F? > > This board uses a NCT6776F. > > Supermicro does not provide configuration files. You can take the above file, > test and update it, and let us know so we can add it to the wiki. Actually they do provide configuration information. They have their own tool names SuperDoctor, which can be downloaded from: ftp://ftp.supermicro.com/utility/SuperDoctor_II/Linux/Release/ If you look at file AllSuperD.ini, you'll find per-board entries describing the input mapping. It is very helpful when writing a custom libsensors configuration file for the board in question. It takes some knowledge of the monitoring chip or its driver though, as the ini file references register addresses ("Offset" in the file.) A gave a quick look and at least the voltage input mapping (and presumably the voltage scaling factors as well) is similar to the X9SRA so you can reuse this part of the X9SRA configuration file. Hope that helps, -- Jean Delvare -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/