* [lm-sensors] set min/max volt for it8712...
@ 2005-12-14 18:59 fred
2005-12-14 21:34 ` Jean Delvare
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: fred @ 2005-12-14 18:59 UTC (permalink / raw)
To: lm-sensors
Hi all,
I want to set min/max voltage for Vcore 1 (in0) and +3.3V (in1).
From /etc/sensors.conf :
chip "it8712-*"
label in0 "VCore 1"
set in0_min 1.4 * 0.95
set in0_max 1.4 * 1.05
label in1 "+3.3V"
set in1_min 3.3 * 0.95
set in1_max 3.3 * 1.05
sensors displays :
it8712-isa-0290
Adapter: ISA adapter
VCore 1: +1.42 V (min = +4.08 V, max = +4.08 V) ALARM
+3.3V: +3.30 V (min = +4.08 V, max = +4.08 V) ALARM
^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^
+5V: +4.95 V (min = +4.76 V, max = +5.24 V)
+12V: +12.16 V (min = +11.39 V, max = +12.61 V)
Stdby: +3.04 V (min = +2.85 V, max = +3.15 V)
What's wrong ?
Thanks in advance.
--
Fred.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [lm-sensors] set min/max volt for it8712...
2005-12-14 18:59 [lm-sensors] set min/max volt for it8712 fred
@ 2005-12-14 21:34 ` Jean Delvare
2005-12-15 0:51 ` fred
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Jean Delvare @ 2005-12-14 21:34 UTC (permalink / raw)
To: lm-sensors
Hi Fred,
> I want to set min/max voltage for Vcore 1 (in0) and +3.3V (in1).
>
> >From /etc/sensors.conf :
>
> chip "it8712-*"
>
> label in0 "VCore 1"
> set in0_min 1.4 * 0.95
> set in0_max 1.4 * 1.05
> label in1 "+3.3V"
> set in1_min 3.3 * 0.95
> set in1_max 3.3 * 1.05
>
> sensors displays :
> it8712-isa-0290
> Adapter: ISA adapter
> VCore 1: +1.42 V (min = +4.08 V, max = +4.08 V) ALARM
> +3.3V: +3.30 V (min = +4.08 V, max = +4.08 V) ALARM
> ^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^
> +5V: +4.95 V (min = +4.76 V, max = +5.24 V)
> +12V: +12.16 V (min = +11.39 V, max = +12.61 V)
> Stdby: +3.04 V (min = +2.85 V, max = +3.15 V)
>
> What's wrong ?
What is wrong, I suspect, is that you read neither sensors' manual page
nor lm_sensors' FAQ.
--
Jean Delvare
^ permalink raw reply [flat|nested] 5+ messages in thread
* [lm-sensors] set min/max volt for it8712...
2005-12-14 18:59 [lm-sensors] set min/max volt for it8712 fred
2005-12-14 21:34 ` Jean Delvare
@ 2005-12-15 0:51 ` fred
2005-12-18 15:24 ` Jean Delvare
2005-12-18 21:10 ` fred
3 siblings, 0 replies; 5+ messages in thread
From: fred @ 2005-12-15 0:51 UTC (permalink / raw)
To: lm-sensors
Jean Delvare a ?crit :
> What is wrong, I suspect, is that you read neither sensors' manual page
> nor lm_sensors' FAQ.
Hmmm, I suspect you're right ;-)
Ok, I didn't read it (lm_sensors' FAQ).
Read only man page & /etc/sensors.conf and hoped that it would be
sufficient.
But I'm not really wrong : now, I don't know why, but after reboot, all
works fine :
volts, fan, temp, DDR2, all in xsensors.
Thx.
--
Fred.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [lm-sensors] set min/max volt for it8712...
2005-12-14 18:59 [lm-sensors] set min/max volt for it8712 fred
2005-12-14 21:34 ` Jean Delvare
2005-12-15 0:51 ` fred
@ 2005-12-18 15:24 ` Jean Delvare
2005-12-18 21:10 ` fred
3 siblings, 0 replies; 5+ messages in thread
From: Jean Delvare @ 2005-12-18 15:24 UTC (permalink / raw)
To: lm-sensors
Hi Fred,
> Hmmm, I suspect you're right ;-)
> Ok, I didn't read it (lm_sensors' FAQ).
> Read only man page & /etc/sensors.conf and hoped that it would be
> sufficient.
> But I'm not really wrong : now, I don't know why, but after reboot, all
> works fine :
> volts, fan, temp, DDR2, all in xsensors.
See FAQ 4.14.1:
http://www2.lm-sensors.nu/~lm78/cvs/lm_sensors2/doc/lm_sensors-FAQ.html#Section-4_002e14
Also from sensors' manual page:
-s Evaluates all `set' statements in the configuration file. You
must probably be `root' to do this. If this parameter is not
specified, no `set' statement is evaluated.
I guess that your initialization scripts include a call to "sensors
-s", which is why rebooting seemed to magically solve the problem.
--
Jean Delvare
^ permalink raw reply [flat|nested] 5+ messages in thread
* [lm-sensors] set min/max volt for it8712...
2005-12-14 18:59 [lm-sensors] set min/max volt for it8712 fred
` (2 preceding siblings ...)
2005-12-18 15:24 ` Jean Delvare
@ 2005-12-18 21:10 ` fred
3 siblings, 0 replies; 5+ messages in thread
From: fred @ 2005-12-18 21:10 UTC (permalink / raw)
To: lm-sensors
Jean Delvare a ?crit :
> Hi Fred,
Hi Jean,
[snip]
> I guess that your initialization scripts include a call to "sensors
> -s", which is why rebooting seemed to magically solve the problem.
Ok, thanks.
I was restarting /etc/init.d/sensord and not /etc/init.d/lm-sensors.
--
Fred.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2005-12-18 21:10 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-14 18:59 [lm-sensors] set min/max volt for it8712 fred
2005-12-14 21:34 ` Jean Delvare
2005-12-15 0:51 ` fred
2005-12-18 15:24 ` Jean Delvare
2005-12-18 21:10 ` fred
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.