From: J.Kilb@gmx.de (Juergen Kilb)
To: lm-sensors@vger.kernel.org
Subject: [lm-sensors] ADT7474
Date: Tue, 29 Aug 2006 19:55:11 +0000 [thread overview]
Message-ID: <200608292155.12019.J.Kilb@gmx.de> (raw)
Hi Jean,
it seems that the ADT7475 is compatible with an ADT7463, so i have tried to
use the lm85 driver. (The ADT7475 is missing the Vid Inputs.)
My first attempd was to force the ADT7463 with
modprobe lm85 force_adt7463:0,0x2e
but this fails with
==FATAL: Error inserting
lm85 /lib/modules/2.6.16.21-0.13-smp/kernel/drivers/hwmon/lm85.ko): Unknown
symbol in module, or unknown parameter (see dmesg)
==
After that i have added the verstep to lm85.c
#define LM85_VERSTEP_ADT7475 0x69
and changed inside lm85_detect ...
} else if( company = LM85_COMPANY_ANALOG_DEV
&& (verstep = LM85_VERSTEP_ADT7463
|| verstep = LM85_VERSTEP_ADT7463C
|| verstep = LM85_VERSTEP_ADT7475) ) {
kind = adt7463 ;
now sensors give me the following infos:
snip=======adt7463-i2c-1-2e
Adapter: SMBus nForce2 adapter at 1c40
V1.5: +0.000 V (min = +0.00 V, max = +3.32 V)
VCore: +0.000 V (min = +0.00 V, max = +2.99 V) ALARM
V3.3: +3.395 V (min = +0.00 V, max = +4.38 V)
V5: +0.000 V (min = +0.00 V, max = +6.64 V)
V12: +0.000 V (min = +0.00 V, max = +15.94 V)
CPU_Fan: 2019 RPM (min = 0 RPM)
fan2: 1420 RPM (min = 0 RPM)
fan3: 1889 RPM (min = 0 RPM)
fan4: 0 RPM (min = 0 RPM)
CPU Temp: +0.25?C (low = +1?C, high = -1?C) ALARM FAULT
Board Temp:
+87.00?C (low = +1?C, high = -1?C)
Remote Temp:
+0.00?C (low = +1?C, high = -1?C) ALARM FAULT
CPU_PWM: 0
Fan2_PWM: 0
Fan3_PWM: 0
vid: +0.000 V (VRM Version 2.4)
snap=========
What do you think about this ?
=Juergen
next reply other threads:[~2006-08-29 19:55 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-08-29 19:55 Juergen Kilb [this message]
2006-08-29 20:06 ` [lm-sensors] ADT7474 Juergen Kilb
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=200608292155.12019.J.Kilb@gmx.de \
--to=j.kilb@gmx.de \
--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.