All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alistair John Strachan <alistair@devzero.co.uk>
To: lm-sensors@vger.kernel.org
Subject: Re: [lm-sensors] abitguru3 doesnt detect fan6 on Abit AT8-32X
Date: Sat, 04 Oct 2008 11:54:52 +0000	[thread overview]
Message-ID: <200810041254.52289.alistair@devzero.co.uk> (raw)
In-Reply-To: <20081004105600.62a2b75c@hyperion.delvare>

[-- 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

      reply	other threads:[~2008-10-04 11:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200810041254.52289.alistair@devzero.co.uk \
    --to=alistair@devzero.co.uk \
    --cc=lm-sensors@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.