From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hans de Goede Date: Sat, 29 Dec 2007 07:05:26 +0000 Subject: Re: [lm-sensors] abituguru3 does not work with Abit IX38 Message-Id: <4775F1B6.50308@hhs.nl> MIME-Version: 1 Content-Type: multipart/mixed; boundary="------------030103030802070509020406" List-Id: References: In-Reply-To: To: lm-sensors@vger.kernel.org This is a multi-part message in MIME format. --------------030103030802070509020406 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit David Bender wrote: > Hi all, > I am attempting to use abituguru3 with my Abit IX38 motherboard. Error message is > > abituguru3: error unknown motherboard ID: 001C. Please report this to the > abituguru3 maintainer (see MAINTAINERS) > > Kernel version is 2.6.23-r5, gentoo sources. > This is already fixed in 2.6.24, patch attached for your pleasure. > I understand later versions of abit boards may not be supported, but my CPU fan > is spinning way faster than it should and drives me crazy. Any pointers or test > programs would be appreciated. > I'm afraid that the abituguru3 driver only supports reading sensors and sensors settings, the pwm part is completely unsupported, not even reading the settings is supported. However one can usually fully tune the fan settings in Abit's BIOS, and if you can hear the fan I guess you're close enough to the machine to get into its BIOS setup :) Regards, Hans --------------030103030802070509020406 Content-Type: text/x-patch; name="hwmon-abituguru3-new-motherboards-v2.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="hwmon-abituguru3-new-motherboards-v2.patch" This patch adds support for 2 new motherboards to the abituguru3 driver. This time with list terminators and closing brackets, sorry about the bad previous patch. Signed-of-by: Hans de Goede diff -up linux-2.6.23.x86_64/drivers/hwmon/abituguru3.c~ linux-2.6.23.x86_64/drivers/hwmon/abituguru3.c --- linux-2.6.23.x86_64/drivers/hwmon/abituguru3.c~ 2007-10-21 00:47:36.000000000 +0200 +++ linux-2.6.23.x86_64/drivers/hwmon/abituguru3.c 2007-10-21 00:47:36.000000000 +0200 @@ -530,6 +530,60 @@ static const struct abituguru3_motherboa { "AUX3 Fan", 36, 2, 60, 1, 0 }, { NULL, 0, 0, 0, 0, 0 } } }, + { 0x001B, "unknown", { + { "CPU Core", 0, 0, 10, 1, 0 }, + { "DDR3", 1, 0, 20, 1, 0 }, + { "DDR3 VTT", 2, 0, 10, 1, 0 }, + { "CPU VTT", 3, 0, 10, 1, 0 }, + { "MCH 1.25V", 4, 0, 10, 1, 0 }, + { "ICHIO 1.5V", 5, 0, 10, 1, 0 }, + { "ICH 1.05V", 6, 0, 10, 1, 0 }, + { "ATX +12V (24-Pin)", 7, 0, 60, 1, 0 }, + { "ATX +12V (8-pin)", 8, 0, 60, 1, 0 }, + { "ATX +5V", 9, 0, 30, 1, 0 }, + { "+3.3V", 10, 0, 20, 1, 0 }, + { "5VSB", 11, 0, 30, 1, 0 }, + { "CPU", 24, 1, 1, 1, 0 }, + { "System", 25, 1, 1, 1, 0 }, + { "PWM Phase1", 26, 1, 1, 1, 0 }, + { "PWM Phase2", 27, 1, 1, 1, 0 }, + { "PWM Phase3", 28, 1, 1, 1, 0 }, + { "PWM Phase4", 29, 1, 1, 1, 0 }, + { "PWM Phase5", 30, 1, 1, 1, 0 }, + { "CPU Fan", 32, 2, 60, 1, 0 }, + { "SYS Fan", 34, 2, 60, 1, 0 }, + { "AUX1 Fan", 33, 2, 60, 1, 0 }, + { "AUX2 Fan", 35, 2, 60, 1, 0 }, + { "AUX3 Fan", 36, 2, 60, 1, 0 }, + { NULL, 0, 0, 0, 0, 0 } } + }, + { 0x001C, "unknown", { + { "CPU Core", 0, 0, 10, 1, 0 }, + { "DDR2", 1, 0, 20, 1, 0 }, + { "DDR2 VTT", 2, 0, 10, 1, 0 }, + { "CPU VTT", 3, 0, 10, 1, 0 }, + { "MCH 1.25V", 4, 0, 10, 1, 0 }, + { "ICHIO 1.5V", 5, 0, 10, 1, 0 }, + { "ICH 1.05V", 6, 0, 10, 1, 0 }, + { "ATX +12V (24-Pin)", 7, 0, 60, 1, 0 }, + { "ATX +12V (8-pin)", 8, 0, 60, 1, 0 }, + { "ATX +5V", 9, 0, 30, 1, 0 }, + { "+3.3V", 10, 0, 20, 1, 0 }, + { "5VSB", 11, 0, 30, 1, 0 }, + { "CPU", 24, 1, 1, 1, 0 }, + { "System", 25, 1, 1, 1, 0 }, + { "PWM Phase1", 26, 1, 1, 1, 0 }, + { "PWM Phase2", 27, 1, 1, 1, 0 }, + { "PWM Phase3", 28, 1, 1, 1, 0 }, + { "PWM Phase4", 29, 1, 1, 1, 0 }, + { "PWM Phase5", 30, 1, 1, 1, 0 }, + { "CPU Fan", 32, 2, 60, 1, 0 }, + { "SYS Fan", 34, 2, 60, 1, 0 }, + { "AUX1 Fan", 33, 2, 60, 1, 0 }, + { "AUX2 Fan", 35, 2, 60, 1, 0 }, + { "AUX3 Fan", 36, 2, 60, 1, 0 }, + { NULL, 0, 0, 0, 0, 0 } } + }, { 0x0000, NULL, { { NULL, 0, 0, 0, 0, 0 } } } }; --------------030103030802070509020406 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ lm-sensors mailing list lm-sensors@lm-sensors.org http://lists.lm-sensors.org/mailman/listinfo/lm-sensors --------------030103030802070509020406--