* Re: [lm-sensors] Testing results for Nuvoton W83677HG-I
2011-05-21 9:20 [lm-sensors] Testing results for Nuvoton W83677HG-I Arseny Klimovsky
@ 2011-05-27 1:09 ` Guenter Roeck
2011-05-29 13:47 ` Arseny Klimovsky
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Guenter Roeck @ 2011-05-27 1:09 UTC (permalink / raw)
To: lm-sensors
Hi Arseny,
On Sat, May 21, 2011 at 05:20:43AM -0400, Arseny Klimovsky wrote:
> Hello list,
>
> I've tested a driver at http://www.roeck-us.net/linux/drivers/w83627ehf/
> with my motherboard Intel DH67BL.
>
> I'm not sure what exactly should be tested, I'm most interested in fan
> speeds.
> They are correct, values are practically the same like in BIOS.
> On my board fan1 is rear fan, fan2 is CPU fan and fan3 is front fan.
>
Fan speed is the most interesting at this point, since I could not test
that myself.
Thanks a lot for the feedback!
Guenter
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: [lm-sensors] Testing results for Nuvoton W83677HG-I
2011-05-21 9:20 [lm-sensors] Testing results for Nuvoton W83677HG-I Arseny Klimovsky
2011-05-27 1:09 ` Guenter Roeck
@ 2011-05-29 13:47 ` Arseny Klimovsky
2011-05-29 15:44 ` Jean Delvare
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Arseny Klimovsky @ 2011-05-29 13:47 UTC (permalink / raw)
To: lm-sensors
Guenter Roeck пишет:
> Hi Arseny,
>
> On Sat, May 21, 2011 at 05:20:43AM -0400, Arseny Klimovsky wrote:
>> Hello list,
>>
>> I've tested a driver at http://www.roeck-us.net/linux/drivers/w83627ehf/
>> with my motherboard Intel DH67BL.
>>
>> I'm not sure what exactly should be tested, I'm most interested in fan
>> speeds.
>> They are correct, values are practically the same like in BIOS.
>> On my board fan1 is rear fan, fan2 is CPU fan and fan3 is front fan.
>>
> Fan speed is the most interesting at this point, since I could not test
> that myself.
>
> Thanks a lot for the feedback!
>
> Guenter
With this driver I created a configuration for my board. It can be added
to wiki, but I have some questions:
1. Multiplier for +12V is strange (11), but it gets exactly correct
results (12.14V switching to 12.23V and back). Can this be correct?
2. Statement "ignore temp5" does not take effect. I see line about "PECI
Agent 1"
The sensors output with the config:
nct6775-isa-0290
Adapter: ISA adapter
Vcore: +1.06 V (min = +0.60 V, max = +1.60 V)
+12V: +12.14 V (min = +11.09 V, max = +12.94 V)
AVCC: +3.41 V (min = +2.98 V, max = +3.63 V)
+3.3V: +3.41 V (min = +2.98 V, max = +3.63 V)
+5V: +5.04 V (min = +4.60 V, max = +5.40 V)
MemV: +1.56 V (min = +0.40 V, max = +2.00 V)
PCHV: +1.06 V (min = +0.60 V, max = +1.60 V)
3VSB: +3.39 V (min = +2.98 V, max = +3.63 V)
Vbat: +3.28 V (min = +2.70 V, max = +3.30 V)
Rear fan: 727 RPM (min = 251 RPM, div = 32)
CPU fan: 917 RPM (min = 251 RPM, div = 32)
Front fan: 740 RPM (min = 251 RPM, div = 32)
VR temp: +35.0°C (high = +90.0°C, hyst = +75.0°C) sensor = diode
CPU temp: +35.5°C (high = +93.0°C, hyst = +75.0°C) sensor = diode
Memory DIMM temp: +34.5°C (high = +90.0°C, hyst = +75.0°C) sensor = diode
PCH temp: +47.0°C
PECI Agent 1: +0.0°C (high = +80.0°C, hyst = +75.0°C)
The configuration:
# Created for board DH67BL using information from Inte Desktop Utilities
and BIOS
# "FRONT" and "REAR" fan labels correspond to the motherboard
# headers, but not necessarily the actual fan locations.
chip "nct6775-isa-0290"
# Fans
label fan1 "Rear fan"
set fan1_min 250 # From IDU
label fan2 "CPU fan"
set fan2_min 250 # From IDU
label fan3 "Front fan"
set fan3_min 250 # From IDU
# There is no fan4 on the board
ignore fan4
# Voltages
# Processor Vcc
label in0 "Vcore"
set in0_min 0.6 # From IDU
set in0_max 1.6 # From IDU
# This should be "12 Volts", but computations are strange
label in1 "+12V"
compute in1 11*@, @/11
set in1_min 11.1 # From IDU
set in1_max 12.9 # From IDU
# AVCC(?) - Not shown in BIOS or IDU
label in2 "AVCC"
set in2_min 3.0 # same as +3.3V
set in2_max 3.6 # same as +3.3V
# +3.3 Volts
label in3 "+3.3V"
set in3_min 3.0 # from IDU
set in3_max 3.6 # from IDU
# +5 Volts
label in4 "+5V"
compute in4 5*@, @/5
set in4_min 4.6 # from IDU
set in4_max 5.4 # from IDU
# Memory Vcc ("SDRAM Vcc" in IDU)
label in5 "MemV"
compute in5 1.5*@, @/1.5
set in5_min 0.4 # from IDU
set in5_max 2.0 # from IDU
# PCH Vcc
label in6 "PCHV"
set in6_min 0.6 # from IDU
set in6_max 1.6 # from IDU
# +3.3 Volt Standby
label in7 "3VSB"
set in7_min 3.0 # from IDU
set in7_max 3.6 # from IDU
# VBAT(?) - Not shown in BIOS or IDU
label in8 "Vbat"
# It shows +2.050 V, seems to be not used
ignore cpu0_vid
# Temperatures
# Labeled as "SYSTIN"
# Guess!
label temp1 "VR temp"
set temp1_max 90 # From IDU
set temp1_max_hyst 75
# Labeled as "CPUTIN"
label temp2 "CPU temp"
set temp2_max 93 # From IDU
set temp2_max_hyst 75
# Labeled as "PECI Agent 0"
# Guess!
label temp3 "Memory DIMM temp"
set temp3_max 90 # From IDU
set temp3_max_hyst 75
# Labeled as "PCH_CHIP_TEMP"
label temp4 "PCH temp"
# Labeled as "PECI Agent 1"
# Not used
ignore temp5
--
Arseny Klimovsky
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: [lm-sensors] Testing results for Nuvoton W83677HG-I
2011-05-21 9:20 [lm-sensors] Testing results for Nuvoton W83677HG-I Arseny Klimovsky
2011-05-27 1:09 ` Guenter Roeck
2011-05-29 13:47 ` Arseny Klimovsky
@ 2011-05-29 15:44 ` Jean Delvare
2011-05-29 19:49 ` Arseny Klimovsky
2011-06-11 13:12 ` Jean Delvare
4 siblings, 0 replies; 6+ messages in thread
From: Jean Delvare @ 2011-05-29 15:44 UTC (permalink / raw)
To: lm-sensors
On Sun, 29 May 2011 17:47:18 +0400, Arseny Klimovsky wrote:
> With this driver I created a configuration for my board. It can be added
> to wiki, but I have some questions:
> 1. Multiplier for +12V is strange (11), but it gets exactly correct
> results (12.14V switching to 12.23V and back). Can this be correct?
It is perfectly possible, yes.
> 2. Statement "ignore temp5" does not take effect. I see line about "PECI
> Agent 1"
Maybe it's not temp5 but temp6 or more. Try "sensors -u" to find out
the right number.
--
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] 6+ messages in thread
* Re: [lm-sensors] Testing results for Nuvoton W83677HG-I
2011-05-21 9:20 [lm-sensors] Testing results for Nuvoton W83677HG-I Arseny Klimovsky
` (2 preceding siblings ...)
2011-05-29 15:44 ` Jean Delvare
@ 2011-05-29 19:49 ` Arseny Klimovsky
2011-06-11 13:12 ` Jean Delvare
4 siblings, 0 replies; 6+ messages in thread
From: Arseny Klimovsky @ 2011-05-29 19:49 UTC (permalink / raw)
To: lm-sensors
[-- Attachment #1: Type: text/plain, Size: 671 bytes --]
Jean Delvare пишет:
> On Sun, 29 May 2011 17:47:18 +0400, Arseny Klimovsky wrote:
>> 2. Statement "ignore temp5" does not take effect. I see line about "PECI
>> Agent 1"
> Maybe it's not temp5 but temp6 or more. Try "sensors -u" to find out
> the right number.
Thank you, Jean!
I've tried temp5..7 and no results. But with "sensors -u" it figured out
to be temp8 :)
I think the configuration can now be added to wiki, I've attached the file.
According to the message
http://lists.lm-sensors.org/pipermail/lm-sensors/2011-March/031775.html
this confguration can be used for DH67CL board, possibly with very small
changes.
--
Arseny Klimovsky
[-- Attachment #2: DH67BL.conf --]
[-- Type: text/plain, Size: 2052 bytes --]
# Created for board DH67BL using information from Inte Desktop Utilities and BIOS
# "FRONT" and "REAR" fan labels correspond to the motherboard
# headers, but not necessarily the actual fan locations.
chip "nct6775-isa-0290"
# Fans
label fan1 "Rear fan"
set fan1_min 250 # From IDU
label fan2 "CPU fan"
set fan2_min 250 # From IDU
label fan3 "Front fan"
set fan3_min 250 # From IDU
# There is no fan4 on the board
ignore fan4
# Voltages
# Processor Vcc
label in0 "Vcore"
set in0_min 0.6 # From IDU
set in0_max 1.6 # From IDU
# This should be "12 Volts", but computations are strange
label in1 "+12V"
compute in1 11*@, @/11
set in1_min 11.1 # From IDU
set in1_max 12.9 # From IDU
# AVCC(?) - Not shown in BIOS or IDU
label in2 "AVCC"
set in2_min 3.0 # same as +3.3V
set in2_max 3.6 # same as +3.3V
# +3.3 Volts
label in3 "+3.3V"
set in3_min 3.0 # from IDU
set in3_max 3.6 # from IDU
# +5 Volts
label in4 "+5V"
compute in4 5*@, @/5
set in4_min 4.6 # from IDU
set in4_max 5.4 # from IDU
# Memory Vcc ("SDRAM Vcc" in IDU)
label in5 "MemV"
compute in5 1.5*@, @/1.5
set in5_min 0.4 # from IDU
set in5_max 2.0 # from IDU
# PCH Vcc
label in6 "PCHV"
set in6_min 0.6 # from IDU
set in6_max 1.6 # from IDU
# +3.3 Volt Standby
label in7 "3VSB"
set in7_min 3.0 # from IDU
set in7_max 3.6 # from IDU
# VBAT(?) - Not shown in BIOS or IDU
label in8 "Vbat"
# It shows +2.050 V, seems to be not used
ignore cpu0_vid
# Temperatures
# Labeled as "SYSTIN"
# Guess!
label temp1 "VR temp"
set temp1_max 90 # From IDU
set temp1_max_hyst 75 # From IDU
# Labeled as "CPUTIN"
label temp2 "CPU temp"
set temp2_max 93 # From IDU
set temp2_max_hyst 75 # From IDU
# Labeled as "PECI Agent 0"
# Guess!
label temp3 "Memory DIMM temp"
set temp3_max 90 # From IDU
set temp3_max_hyst 75 # From IDU
# Labeled as "PCH_CHIP_TEMP"
label temp4 "PCH temp"
# Labeled as "PECI Agent 1"
# Not used
ignore temp8
[-- 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 [flat|nested] 6+ messages in thread* Re: [lm-sensors] Testing results for Nuvoton W83677HG-I
2011-05-21 9:20 [lm-sensors] Testing results for Nuvoton W83677HG-I Arseny Klimovsky
` (3 preceding siblings ...)
2011-05-29 19:49 ` Arseny Klimovsky
@ 2011-06-11 13:12 ` Jean Delvare
4 siblings, 0 replies; 6+ messages in thread
From: Jean Delvare @ 2011-06-11 13:12 UTC (permalink / raw)
To: lm-sensors
On Sun, 29 May 2011 23:49:02 +0400, Arseny Klimovsky wrote:
> Jean Delvare пишет:
> > On Sun, 29 May 2011 17:47:18 +0400, Arseny Klimovsky wrote:
> >> 2. Statement "ignore temp5" does not take effect. I see line about "PECI
> >> Agent 1"
> > Maybe it's not temp5 but temp6 or more. Try "sensors -u" to find out
> > the right number.
> Thank you, Jean!
> I've tried temp5..7 and no results. But with "sensors -u" it figured out
> to be temp8 :)
>
> I think the configuration can now be added to wiki, I've attached the file.
> According to the message
> http://lists.lm-sensors.org/pipermail/lm-sensors/2011-March/031775.html
> this confguration can be used for DH67CL board, possibly with very small
> changes.
Added to the wiki:
http://www.lm-sensors.org/wiki/Configurations/Intel/DH67BL
Thanks for your contribution!
--
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] 6+ messages in thread