* Re: [lm-sensors] [Bulk] Re: [Bulk] Re: Cannot make ver 3.0.3
@ 2009-02-18 14:37 DB
2009-02-18 21:58 ` DB
2009-02-20 10:22 ` DB
0 siblings, 2 replies; 3+ messages in thread
From: DB @ 2009-02-18 14:37 UTC (permalink / raw)
To: lm-sensors
Jean Delvare wrote:
> Hi Dave,
>
> On Wed, 18 Feb 2009 14:52:15 +0100, DB wrote:
>
>> Did the 'make install', which seemed successful on the 3rd attempt (it
>> spat out a couple of file problems which I took care of....)
>>
>
> That's pretty strange, "make install" only copies file around, it
> shouldn't take more than a single attempt. You seem to have a strange
> system...
>
>
>> I've run sensors-detect, sensors -s, and even sensors -c
>> /etc/sensors3.conf -s, but still the labels as set in sensors3.conf are
>> not appearing.... Any idea what I have done wrong?
>>
>> My sensors3.conf (clipped out of the original since I only have the
>> K7S5A board)
>>
>> #(from /etc/sensors3.conf)
>>
>> chip "lm78-*" "lm79-*" "w83781d-*"
>>
>
> This line says for which chips the following statements apply...
>
>
>> # These are as advised in the LM78 and LM79 data sheets, and used on almost
>> # any mainboard we have seen.
>>
>> label in0 "VCore 1"
>> label in1 "VCore 2"
>> label in2 "+3.3V"
>> label in3 "+5V"
>> label in4 "+12V"
>> label in5 "-12V"
>> label in6 "-5V"
>>
>> # Elite Group K7S5A board
>> #
>> # compute in5 -(36/10)*@, -@/(36/10)
>> # compute in6 -(56/10)*@, -@/(56/10)
>> #
>> compute in7 ((6.8/10)+1)*@ , @/((6.8/10)+1)
>>
>> set in0_min 1.5 * 0.95
>> set in0_max 1.5 * 1.05
>> set in1_min 2.4
>> set in1_max 2.6
>> set in2_min 3.3 * 0.95
>> set in2_max 3.3 * 1.05
>> set in3_min 5.0 * 0.95
>> set in3_max 5.0 * 1.05
>> set in4_min 12 * 0.95
>> set in4_max 12 * 1.05
>> set in5_max -12 * 0.95
>> set in5_min -12 * 1.05
>> set in6_max -5 * 0.95
>> set in6_min -5 * 1.05
>> set in7_min 5 * 0.95
>> set in7_max 5 * 1.05
>> #the chip does not support in8 min/max
>>
>> # Temperature
>> #
>> # Important - if your temperature readings are completely whacky
>> # you probably need to change the sensor type.
>> # Adujst and uncomment the appropriate lines below.
>> #
>> # 2 = thermistor; 3 = thermal diode; 0 = unused
>> # set temp1_type 3
>> # set temp2_type 3
>> # set temp3_type 3
>> # If a given sensor isn't used, you will probably want to ignore it
>> # (see ignore statement right below).
>>
>> ignore temp1
>> label temp1 "Temp 1"
>> set temp1_max 40
>> set temp1_min 15
>> label temp2 "M/B Temp"
>> set temp2_max 45
>> set temp2_min 15
>> label temp3 "CPU Temp"
>> set temp3_max 45
>> set temp3_min 15
>>
>> And the response from my system:
>>
>> root@Fedora-Blue Dave]# sensors -c /etc/sensors3.conf -s
>> [root@Fedora-Blue Dave]# sensors
>> it87-isa-0290
>>
>
> ... but it doesn't match your chip. Your configuration file should
> start with:
>
> chip "it87-*"
>
>
>> Adapter: ISA adapter
>> in0: +1.73 V (min = +0.00 V, max = +4.08 V)
>> in1: +2.46 V (min = +0.00 V, max = +4.08 V)
>> in2: +3.33 V (min = +0.00 V, max = +4.08 V)
>> in3: +2.93 V (min = +0.00 V, max = +4.08 V)
>> in4: +3.02 V (min = +0.00 V, max = +4.08 V)
>> in5: +3.44 V (min = +0.00 V, max = +4.08 V)
>> in6: +1.14 V (min = +0.00 V, max = +4.08 V)
>> in7: +3.01 V (min = +0.00 V, max = +4.08 V)
>> in8: +3.42 V
>> fan1: 2376 RPM (min = 0 RPM, div = 8)
>> fan2: 3183 RPM (min = 0 RPM, div = 8)
>> fan3: 0 RPM (min = 0 RPM, div = 2)
>> temp1: +12.0?C (low = -1.0?C, high = +127.0?C) sensor = transistor
>> temp2: +27.0?C (low = -1.0?C, high = +127.0?C) sensor = transistor
>> temp3: +48.0?C (low = -1.0?C, high = +127.0?C) sensor = transistor
>>
>> Thanks for your help
>>
>
>
Ooooooops!!!!! ;-)) That makes a difference! Now all I need to do is get
the "right" voltages on the right pins!
[root@Fedora-Blue Dave]# sensors
it87-isa-0290
Adapter: ISA adapter
VCore 1: +1.73 V (min = +1.42 V, max = +1.57 V) ALARM
VCore 2: +2.46 V (min = +2.40 V, max = +2.61 V)
+3.3V: +3.33 V (min = +3.14 V, max = +3.47 V)
+5V: +2.93 V (min = +4.08 V, max = +4.08 V) ALARM
+12V: +3.04 V (min = +4.08 V, max = +4.08 V) ALARM
-12V: +3.44 V (min = +0.00 V, max = +0.00 V) ALARM
-5V: +1.14 V (min = +0.00 V, max = +0.00 V) ALARM
in7: +5.05 V (min = +4.76 V, max = +5.24 V)
in8: +3.42 V
fan1: 2376 RPM (min = 0 RPM, div = 8)
fan2: 3183 RPM (min = 0 RPM, div = 8)
fan3: 0 RPM (min = 0 RPM, div = 2)
M/B Temp: +26.0?C (low = +15.0?C, high = +45.0?C) sensor = transistor
CPU Temp: +48.0?C (low = +15.0?C, high = +45.0?C) sensor = transistor
Again, many, many thanks!!!!!!
Dave
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [lm-sensors] [Bulk] Re: [Bulk] Re: Cannot make ver 3.0.3
2009-02-18 14:37 [lm-sensors] [Bulk] Re: [Bulk] Re: Cannot make ver 3.0.3 DB
@ 2009-02-18 21:58 ` DB
2009-02-20 10:22 ` DB
1 sibling, 0 replies; 3+ messages in thread
From: DB @ 2009-02-18 21:58 UTC (permalink / raw)
To: lm-sensors
DB wrote:
> Jean Delvare wrote:
>> <snip>
> Ooooooops!!!!! ;-)) That makes a difference! Now all I need to do is
> get the "right" voltages on the right pins!
>
> [root@Fedora-Blue Dave]# sensors
> <snip>
> Dave
>
Hi Jean
And if I copy the values for the it87, it makes even MORE difference!!!!
*BUT *there appears to be something strange (to my untutored eye) with
the -12V in Sensors, giving an alarm for a value which appears to me to
be in-range....
Any thoughts????
Thanks
Dave
***From /etc/sensors3.conf
chip "it87-*" "it8712-*"
# The values below have been tested on Asus CUSI, CUM motherboards.
# Voltage monitors as advised in the It8705 data sheet
label in0 "VCore 1"
label in1 "VCore 2"
label in2 "+3.3V"
label in3 "+5V"
label in4 "+12V"
label in5 "-12V"
label in6 "-5V"
label in7 "Stdby"
label in8 "VBat"
# Incubus Saturnus reports that the IT87 chip on Asus A7V8X-X seems
# to report the VCORE voltage approximately 0.05V higher than the board's
# BIOS does. Although it doesn't make much sense physically, uncommenting
# the next line should bring the readings in line with the BIOS' ones in
# this case.
compute in0 -0.05+@ , @+0.05
# If 3.3V reads around 1.65V, uncomment the following line:
# compute in2 2*@ , @/2
compute in3 ((6.8/10)+1)*@ , @/((6.8/10)+1)
# A number of Gigabyte boards (GA-8IPE1000Pro, GA-8KNXP, GA-7N400-L) use
# a different resistor combination for +5V:
# compute in3 ((10/10)+1)*@ , @/((10/10)+1)
compute in4 ((30/10) +1)*@ , @/((30/10) +1)
# For this family of chips the negative voltage equation is different from
# the lm78. The chip uses two external resistor for scaling but one is
# tied to a positive reference voltage. See ITE8705/12 datasheet (SIS950
# data sheet is wrong)
# Vs = (1 + Rin/Rf) * Vin - (Rin/Rf) * Vref.
# Vref = 4.096 volts, Vin is voltage measured, Vs is actual voltage.
# The next two are negative voltages (-12 and -5).
# The following formulas must be used. Unfortunately the datasheet
# does not give recommendations for Rin, Rf, but we can back into
# them based on a nominal +2V input to the chip, together with a 4.096V
Vref.
# Formula:
# actual V = (Vmeasured * (1 + Rin/Rf)) - (Vref * (Rin/Rf))
# For -12V input use Rin/Rf = 6.68
# For -5V input use Rin/Rf = 3.33
# Then you can convert the forumula to a standard form like:
# compute in5 (7.67 * @) - 27.36 , (@ + 27.36) / 7.67
# compute in6 (4.33 * @) - 13.64 , (@ + 13.64) / 4.33
# Elite Group K7S5A board
#
compute in5 -(36/10)*@, -@/(36/10)
compute in6 -(56/10)*@, -@/(56/10)
#
compute in7 ((6.8/10)+1)*@ , @/((6.8/10)+1)
set in0_min 1.5 * 0.95
set in0_max 1.5 * 1.05
set in1_min 2.4
set in1_max 2.6
set in2_min 3.3 * 0.95
set in2_max 3.3 * 1.05
set in3_min 5.0 * 0.95
set in3_max 5.0 * 1.05
set in4_min 12 * 0.95
set in4_max 12 * 1.05
set in5_max -12 * 0.95
set in5_min -12 * 1.05
set in6_max -5 * 0.95
set in6_min -5 * 1.05
set in7_min 5 * 0.95
set in7_max 5 * 1.05
#the chip does not support in8 min/max
# Temperature
#
# Important - if your temperature readings are completely whacky
# you probably need to change the sensor type.
# Adujst and uncomment the appropriate lines below.
#
# 2 = thermistor; 3 = thermal diode; 0 = unused
# set temp1_type 3
# set temp2_type 3
# set temp3_type 3
# If a given sensor isn't used, you will probably want to ignore it
# (see ignore statement right below).
ignore temp1
label temp1 "Temp 1"
set temp1_max 40
set temp1_min 15
label temp2 "M/B Temp"
set temp2_max 45
set temp2_min 15
label temp3 "CPU Temp"
set temp3_max 45
set temp3_min 15
[root@Fedora-Blue Dave]# sensors
it87-isa-0290
Adapter: ISA adapter
VCore 1: +1.68 V (min = +1.42 V, max = +1.58 V) ALARM
VCore 2: +2.46 V (min = +2.40 V, max = +2.61 V)
+3.3V: +3.33 V (min = +3.14 V, max = +3.47 V)
+5V: +4.92 V (min = +4.76 V, max = +5.24 V)
+12V: +12.10 V (min = +11.39 V, max = +12.61 V)
-12V: -12.38 V (min = -12.61 V, max = -11.40 V) ALARM
-5V: -6.36 V (min = -5.29 V, max = -4.75 V) ALARM
Stdby: +5.05 V (min = +4.76 V, max = +5.24 V)
VBat: +3.42 V
fan1: 2410 RPM (min = 0 RPM, div = 8)
fan2: 3183 RPM (min = 0 RPM, div = 8)
fan3: 0 RPM (min = 0 RPM, div = 2)
M/B Temp: +27.0?C (low = +15.0?C, high = +45.0?C) sensor = transistor
CPU Temp: +49.0?C (low = +15.0?C, high = +45.0?C) sensor = transistor
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [lm-sensors] [Bulk] Re: [Bulk] Re: Cannot make ver 3.0.3
2009-02-18 14:37 [lm-sensors] [Bulk] Re: [Bulk] Re: Cannot make ver 3.0.3 DB
2009-02-18 21:58 ` DB
@ 2009-02-20 10:22 ` DB
1 sibling, 0 replies; 3+ messages in thread
From: DB @ 2009-02-20 10:22 UTC (permalink / raw)
To: lm-sensors
Hi Jean,
> From: Jean Delvare <khali <at> linux-fr.org>
> Subject: Re: Cannot make ver 3.0.3
> <http://news.gmane.org/find-root.php?message_id=%3c20090219103400.5237f416%40hyperion.delvare%3e>
> Newsgroups: gmane.linux.drivers.sensors
> <http://news.gmane.org/gmane.linux.drivers.sensors>
> Date: 2009-02-19 09:34:00 GMT (1 day and 35 minutes ago)
> Hi Dave,
>
> On Wed, 18 Feb 2009 22:58:26 +0100, DB wrote:
> > And if I copy the values for the it87, it makes even MORE difference!!!!
>
> Copy what values from where to where?
>
From the sensors3.conf.eg file that (I believe) was installed with Ver
3.0.3.
>
> > *BUT *there appears to be something strange (to my
> untutored eye) with
> > the -12V in Sensors, giving an alarm for a value which appears to me to
> > be in-range....
> >
> > Any thoughts????
>
> Try swapping the low and high limits.
>
Yup, that seems to do the trick!
# Elite Group K7S5A board
#
compute in5 -(36/10)*@, -@/(36/10)
compute in6 -(56/10)*@, -@/(56/10)
#
compute in7 ((6.8/10)+1)*@ , @/((6.8/10)+1)
set in0_min 1.5 * 0.95
set in0_max 1.5 * 1.05
set in1_min 2.4
set in1_max 2.6
set in2_min 3.3 * 0.95
set in2_max 3.3 * 1.05
set in3_min 5.0 * 0.95
set in3_max 5.0 * 1.05
set in4_min 12 * 0.95
set in4_max 12 * 1.05
set in5_max -12 * 1.05
set in5_min -12 * 0.95
set in6_max -5 * 1.05
set in6_min -5 * 0.95
set in7_min 5 * 0.95
set in7_max 5 * 1.05
#the chip does not support in8 min/max
[root@Fedora-Blue Dave]# sensors
it87-isa-0290
Adapter: ISA adapter
VCore 1: +1.68 V (min = +1.42 V, max = +1.58 V) ALARM
VCore 2: +2.46 V (min = +2.40 V, max = +2.61 V)
+3.3V: +3.33 V (min = +3.14 V, max = +3.47 V)
+5V: +4.92 V (min = +4.76 V, max = +5.24 V)
+12V: +12.10 V (min = +11.39 V, max = +12.61 V)
-12V: -12.38 V (min = -11.40 V, max = -12.61 V)
-5V: -6.36 V (min = -4.75 V, max = -5.29 V) ALARM
Stdby: +5.05 V (min = +4.76 V, max = +5.24 V)
VBat: +3.42 V
fan1: 2343 RPM (min = 0 RPM, div = 8)
fan2: 3183 RPM (min = 0 RPM, div = 8)
fan3: 0 RPM (min = 0 RPM, div = 2)
M/B Temp: +25.0?C (low = +15.0?C, high = +45.0?C) sensor = transistor
CPU Temp: +46.0?C (low = +15.0?C, high = +45.0?C) sensor = transistor
>
>
> --
> Jean Delvare
> http://khali.linux-fr.org/wishlist.html
>
>
Thanks for all your help
Dave
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-02-20 10:22 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-18 14:37 [lm-sensors] [Bulk] Re: [Bulk] Re: Cannot make ver 3.0.3 DB
2009-02-18 21:58 ` DB
2009-02-20 10:22 ` DB
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.