All of lore.kernel.org
 help / color / mirror / Atom feed
* [lm-sensors] abitguru3 doesnt detect fan6 on Abit AT8-32X
@ 2008-10-04  8:56 Jean Delvare
  2008-10-04 11:54 ` Alistair John Strachan
  0 siblings, 1 reply; 2+ messages in thread
From: Jean Delvare @ 2008-10-04  8:56 UTC (permalink / raw)
  To: lm-sensors

Hi Alistair,

Can you please comment on this ticket?
http://www.lm-sensors.org/ticket/2339

We can create a wiki account for you if you want, BTW.

Thanks,
-- 
Jean Delvare

_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [lm-sensors] abitguru3 doesnt detect fan6 on Abit AT8-32X
  2008-10-04  8:56 [lm-sensors] abitguru3 doesnt detect fan6 on Abit AT8-32X Jean Delvare
@ 2008-10-04 11:54 ` Alistair John Strachan
  0 siblings, 0 replies; 2+ messages in thread
From: Alistair John Strachan @ 2008-10-04 11:54 UTC (permalink / raw)
  To: lm-sensors

[-- Attachment #1: Type: text/plain, Size: 937 bytes --]

Re ticket 2339, could you try the attached patch?

My understanding is that the sensor tables are derived from an ini shipping 
with the Windows driver. I don't have that driver handy right now, but I'm 
guessing the config is missing this final fan. At a guess, it's placed 
immediately after the other fans in the table. The attached patch implements 
this for your board.

If you don't have anything connected to the sixth fan port, please let me 
know. I'd rather not apply an untested patch. If the fan appears but does not 
produce a valid reading, try incrementing the valid 27 introduced in the patch 
in the range 37-47 until the fan appears. I've also guessed a name for the fan 
"AUX3", for which there might be something more suitable.

(Unrelated, but it would also be useful if you could run "dmidecode" as root 
and send me a copy of the output, then I can implement DMI detection for your 
board.)

-- 
Cheers,
Alistair.

[-- Attachment #2: at8-32x-add-aux3-fan.diff --]
[-- Type: text/x-patch, Size: 500 bytes --]

diff --git a/drivers/hwmon/abituguru3.c b/drivers/hwmon/abituguru3.c
index d568c65..4545194 100644
--- a/drivers/hwmon/abituguru3.c
+++ b/drivers/hwmon/abituguru3.c
@@ -303,6 +303,7 @@ static const struct abituguru3_motherboard_info abituguru3_motherboards[] = {
 		{ "SYS Fan",		34, 2, 60, 1, 0 },
 		{ "AUX1 Fan",		35, 2, 60, 1, 0 },
 		{ "AUX2 Fan",		36, 2, 60, 1, 0 },
+		{ "AUX3 Fan",		37, 2, 60, 1, 0 },
 		{ NULL, 0, 0, 0, 0, 0 } }
 	},
 	{ 0x0012, NULL /* Abit AN8 32X, need DMI string */, {

[-- Attachment #3: Type: text/plain, Size: 153 bytes --]

_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-10-04 11:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-04  8:56 [lm-sensors] abitguru3 doesnt detect fan6 on Abit AT8-32X Jean Delvare
2008-10-04 11:54 ` Alistair John Strachan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.