Re: Configuration file for Intel D2500CC mini-ITX board

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Balint,

On Wed, 29 May 2013 15:04:40 +0300, SZENTE Balint wrote:
> Attached you will find the configuration file for the Intel D2500CC
> mini-ITX Desktop Board.
> 
> Output:
> 
> w83627uhg-isa-0290
> Adapter: ISA adapter
> Vcore:        +1.19 V  (min =  +0.40 V, max =  +1.60 V)
> +3.3V:        +3.30 V  (min =  +3.00 V, max =  +3.61 V)
> AVCC:         +5.03 V  (min =  +4.49 V, max =  +5.49 V)
> +5V:          +5.03 V  (min =  +4.49 V, max =  +5.51 V)
> +12V:        +12.19 V  (min = +10.18 V, max = +13.82 V)
> Vdimm:        +1.50 V  (min =  +1.00 V, max =  +2.00 V)
> 5VSB:         +5.03 V  (min =  +4.49 V, max =  +5.49 V)
> Vbat:         +3.33 V  (min =  +2.69 V, max =  +3.64 V)
> System Fan:  1562 RPM  (min =  251 RPM, div = 32)
> DIMM temp:    +54.0°C  (high = +80.0°C, hyst = +75.0°C)  sensor = thermal diode
> VR temp:      +42.0°C  (high = +80.0°C, hyst = +75.0°C)  sensor = thermal diode
> 
> Please add it to the Wiki.

Done, thanks for your contribution:

http://www.lm-sensors.org/wiki/Configurations/Intel/D2500CC

I have a few questions:

> # Intel D2500CC based on BIOS values
> #
> 
> chip "w83627uhg-*"
> 
>     ignore  intrusion0

If this feature missing on the board itself, or only on your chassis?
If it is present on the board then we don't want to ignore it in the
configuration file present in the wiki.

> 
> # Voltages
> 
>     # Processor Vcc
>     label   in0            "Vcore"
>     set     in0_min        0.40
>     set     in0_max        1.60
> 
>     # +3.3V
>     label   in1            "+3.3V"
>     compute in1            3.2*@, @/3.2
>     set     in1_min        3.00
>     set     in1_max        3.60
> 
>     # +5.0V
>     label   in3            "+5V"
>     set     in3_min        4.60
>     set     in3_max        5.40
> 
>     # +12.0V
>     label   in4            "+12V"
>     compute in4            12*@, @/12
>     set     in4_min        10.20
>     set     in4_max        13.80

These +3.3V, +5V and +12V limits are way beyond the +/- 5% specified by
ATX.

> 
>     # Memory Vcc
>     label   in5            "Vdimm"
>     set     in5_min        1.00
>     set     in5_max        2.00

These limits make no sense, it's hardly better than having no limits at
all. If the board is using DDR3 memory modules, you should use:

    set     in5_min        1.5 * 0.95
    set     in5_max        1.5 * 1.05

>     # +5.0V Standby
>     label   in7            "5VSB"
>     set     in7_min        4.60
>     set     in7_max        5.40
> 
> # Fans
> 
>     label   fan1           "System Fan"
>     set     fan1_min       250
>     ignore  fan2
>
> # Temperatures
> 
>     # Memory Temperature
>     label   temp1          "DIMM temp"
>     set     temp1_max      80
>     set     temp1_max_hyst 75
> 
>     # VR Temperature
>     label   temp2          "VR temp"
>     set     temp2_max      80
>     set     temp2_max_hyst 75



-- 
Jean Delvare

_______________________________________________
lm-sensors mailing list
lm-sensors@xxxxxxxxxxxxxx
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors





[Index of Archives]     [Linux Kernel]     [Linux Hardware Monitoring]     [Linux USB Devel]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]

  Powered by Linux