All of lore.kernel.org
 help / color / mirror / Atom feed
* [lm-sensors] Sensors configuration for ASRock G41C-GS
@ 2014-02-19 15:27 ianp
  2014-02-19 17:01 ` Jean Delvare
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: ianp @ 2014-02-19 15:27 UTC (permalink / raw)
  To: lm-sensors

### Sensors configuration for ASRock G41C-GS motherboard
### 2014-02-19, ianp <snailbox88-dev -at- yahoo -dot- com>
### Thanks to Jean Delvare and Guenter Roeck
### Comments are welcome.


chip "w83627dhg-*"


### Voltages

   ignore in1          # Ignored until
   ignore in4          # properly identified
   label  in5  "+5V"
   label  in6  "+12V"
   ignore cpu0_vid     # Always at 0 in my case, so ignore it

   ### Scale +5V and +12V.

   compute  in5  @*3, @/3
   compute  in6  @*(1+56/10), @/(1+56/10)

   ### Set in0 according to CPU nominal voltage.
   ### Set min and max values according to preference.

   set in0_min 1.2 * 0.95
   set in0_max 1.2 * 1.05
   set in5_min   5 * 0.95
   set in5_max   5 * 1.05
   set in6_min  12 * 0.95
   set in6_max  12 * 1.05

### Temperatures

   ### Ignore temp3 until properly identified.

   label  temp1  "N/B Temp"
   label  temp2  "CPU Temp"
   ignore temp3

   ### Set according to CPU and preference.

   set temp1_max      60
   set temp1_max_hyst 55
   set temp2_max      60
   set temp2_max_hyst 55

### Fans

   ### Ignore fan4 and fan5. There are
   ### only 3 fan connectors on this board.

   label  fan1  "CHA Fan"
   label  fan2  "CPU Fan"
   label  fan3  "PSU Fan"
   ignore fan4
   ignore fan5

   ### Set according to preference.

   set fan1_min 0
   set fan2_min 900
   set fan3_min 0


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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [lm-sensors] Sensors configuration for ASRock G41C-GS
  2014-02-19 15:27 [lm-sensors] Sensors configuration for ASRock G41C-GS ianp
@ 2014-02-19 17:01 ` Jean Delvare
  2014-02-19 17:51 ` ianp
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Jean Delvare @ 2014-02-19 17:01 UTC (permalink / raw)
  To: lm-sensors

On Wed, 19 Feb 2014 07:27:41 -0800 (PST), ianp wrote:
> ### Sensors configuration for ASRock G41C-GS motherboard
> ### 2014-02-19, ianp <snailbox88-dev -at- yahoo -dot- com>
> ### Thanks to Jean Delvare and Guenter Roeck
> ### Comments are welcome.
> 
> 
> chip "w83627dhg-*"
> 
> 
> ### Voltages
> 
>    ignore in1          # Ignored until
>    ignore in4          # properly identified

I have no idea about in1 and in4 either.

>    label  in5  "+5V"
>    label  in6  "+12V"
>    ignore cpu0_vid     # Always at 0 in my case, so ignore it
> 
>    ### Scale +5V and +12V.
> 
>    compute  in5  @*3, @/3
>    compute  in6  @*(1+56/10), @/(1+56/10)
> 
>    ### Set in0 according to CPU nominal voltage.
>    ### Set min and max values according to preference.
> 
>    set in0_min 1.2 * 0.95
>    set in0_max 1.2 * 1.05

What (family of) CPU is it? Typically modern CPUs have a range of
supported voltages and the voltage changes dynamically depending on
load. So you should use the lowest value to set in0_min and the highest
value to set in0_max.

>    set in5_min   5 * 0.95
>    set in5_max   5 * 1.05
>    set in6_min  12 * 0.95
>    set in6_max  12 * 1.05
> 
> ### Temperatures
> 
>    ### Ignore temp3 until properly identified.
> 
>    label  temp1  "N/B Temp"
>    label  temp2  "CPU Temp"
>    ignore temp3

I do not recommend ignoring unidentified temperatures, they are still
useful as long as they are real (which seems to be the case here.)

> 
>    ### Set according to CPU and preference.
> 
>    set temp1_max      60
>    set temp1_max_hyst 55
>    set temp2_max      60
>    set temp2_max_hyst 55
> 
> ### Fans
> 
>    ### Ignore fan4 and fan5. There are
>    ### only 3 fan connectors on this board.
> 
>    label  fan1  "CHA Fan"
>    label  fan2  "CPU Fan"
>    label  fan3  "PSU Fan"
>    ignore fan4
>    ignore fan5
> 
>    ### Set according to preference.
> 
>    set fan1_min 0
>    set fan2_min 900
>    set fan3_min 0

Initial version of the file is in the wiki now:
http://www.lm-sensors.org/wiki/Configurations/ASRock/G41C-GS

Thanks for your contribution.

-- 
Jean Delvare
Suse L3 Support

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [lm-sensors] Sensors configuration for ASRock G41C-GS
  2014-02-19 15:27 [lm-sensors] Sensors configuration for ASRock G41C-GS ianp
  2014-02-19 17:01 ` Jean Delvare
@ 2014-02-19 17:51 ` ianp
  2014-02-19 21:15 ` Jean Delvare
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ianp @ 2014-02-19 17:51 UTC (permalink / raw)
  To: lm-sensors

> On Thursday, February 20, 2014 1:01 AM, Jean Delvare <jdelvare@suse.de> wrote:

>
>>     ### Set in0 according to CPU nominal voltage.
>>     ### Set min and max values according to preference.
>> 
>>     set in0_min 1.2 * 0.95
>>     set in0_max 1.2 * 1.05
> 
> What (family of) CPU is it? Typically modern CPUs have a range of
> supported voltages and the voltage changes dynamically depending on
> load. So you should use the lowest value to set in0_min and the highest
> value to set in0_max.
> 

It's an Intel Core 2 Duo E8400 (family 6, model 23; CPUID 0x10676). You are correct about the CPU min and max voltages, which I have overlooked. Intel's Ark provides just that: http://ark.intel.com/products/33910/Intel-Core2-Duo-Processor-E8400-6M-Cache-3_00-GHz-1333-MHz-FSB?q=e8400

set in0_min 0.850
set in0_max 1.362

>>     set in5_min   5 * 0.95
>>     set in5_max   5 * 1.05
>>     set in6_min  12 * 0.95
>>     set in6_max  12 * 1.05
>> 
>>  ### Temperatures
>> 
>>     ### Ignore temp3 until properly identified.
>> 
>>     label  temp1  "N/B Temp"
>>     label  temp2  "CPU Temp"
>>     ignore temp3
> 
> I do not recommend ignoring unidentified temperatures, they are still
> useful as long as they are real (which seems to be the case here.)
> 

hwmonitor labels it as AUXTIN. It's value resides between 45 C - 46 C, even from a cold boot. I guess that value seems rational so I will leave it 'as is' per your recommendation.

> 
> Initial version of the file is in the wiki now:
> http://www.lm-sensors.org/wiki/Configurations/ASRock/G41C-GS
> 
> Thanks for your contribution.
> 

You're welcome. Glad I could contribute something back.


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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [lm-sensors] Sensors configuration for ASRock G41C-GS
  2014-02-19 15:27 [lm-sensors] Sensors configuration for ASRock G41C-GS ianp
  2014-02-19 17:01 ` Jean Delvare
  2014-02-19 17:51 ` ianp
@ 2014-02-19 21:15 ` Jean Delvare
  2014-02-19 22:34 ` Mathias Gerber
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Jean Delvare @ 2014-02-19 21:15 UTC (permalink / raw)
  To: lm-sensors

On Wed, 19 Feb 2014 09:51:14 -0800 (PST), ianp wrote:
> > On Thursday, February 20, 2014 1:01 AM, Jean Delvare <jdelvare@suse.de> wrote:
> 
> >
> >>     ### Set in0 according to CPU nominal voltage.
> >>     ### Set min and max values according to preference.
> >> 
> >>     set in0_min 1.2 * 0.95
> >>     set in0_max 1.2 * 1.05
> > 
> > What (family of) CPU is it? Typically modern CPUs have a range of
> > supported voltages and the voltage changes dynamically depending on
> > load. So you should use the lowest value to set in0_min and the highest
> > value to set in0_max.
> > 
> 
> It's an Intel Core 2 Duo E8400 (family 6, model 23; CPUID 0x10676). You are correct about the CPU min and max voltages, which I have overlooked. Intel's Ark provides just that: http://ark.intel.com/products/33910/Intel-Core2-Duo-Processor-E8400-6M-Cache-3_00-GHz-1333-MHz-FSB?q=e8400

Same CPU in my wife's machine, still quite good.

> 
> set in0_min 0.850
> set in0_max 1.362

Wiki updated.

> >>  ### Temperatures
> >> 
> >>     ### Ignore temp3 until properly identified.
> >> 
> >>     label  temp1  "N/B Temp"
> >>     label  temp2  "CPU Temp"
> >>     ignore temp3
> > 
> > I do not recommend ignoring unidentified temperatures, they are still
> > useful as long as they are real (which seems to be the case here.)
> 
> hwmonitor labels it as AUXTIN. It's value resides between 45 C - 46 C, even from a cold boot. I guess that value seems rational so I will leave it 'as is' per your recommendation.

AUXTIN is the name of the input in the datasheet, that doesn't say much
about where the sensor actually is on your motherboard.

-- 
Jean Delvare
Suse L3 Support

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [lm-sensors] Sensors configuration for ASRock G41C-GS
  2014-02-19 15:27 [lm-sensors] Sensors configuration for ASRock G41C-GS ianp
                   ` (2 preceding siblings ...)
  2014-02-19 21:15 ` Jean Delvare
@ 2014-02-19 22:34 ` Mathias Gerber
  2014-02-20 11:44 ` Jean Delvare
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Mathias Gerber @ 2014-02-19 22:34 UTC (permalink / raw)
  To: lm-sensors

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi Jean

On 19.02.2014 18:01, Jean Delvare wrote:
> Initial version of the file is in the wiki now: 
> http://www.lm-sensors.org/wiki/Configurations/ASRock/G41C-GS
In the past I posted configurations for two of my mainboards [1], [2]
to the ml, but none of these got added to the wiki.

Did "you" just missed them or is there a reason why they were not
added? :-(

[1] >
http://lists.lm-sensors.org/pipermail/lm-sensors/2014-February/041142.html

[2]
> http://lists.lm-sensors.org/pipermail/lm-sensors/2014-January/040909.html

Thank
> 
you
- -- 
kind regards
 mathias
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iEYEARECAAYFAlMFMWQACgkQnfTEjDUZ2fOCfwCgnynwIeFr6fvAKNqhLo/uXorg
500AmQEy+cbJQ8CJtWLyLvmOIdvFs6CP
=Z5Mg
-----END PGP SIGNATURE-----

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [lm-sensors] Sensors configuration for ASRock G41C-GS
  2014-02-19 15:27 [lm-sensors] Sensors configuration for ASRock G41C-GS ianp
                   ` (3 preceding siblings ...)
  2014-02-19 22:34 ` Mathias Gerber
@ 2014-02-20 11:44 ` Jean Delvare
  2014-02-24 22:13 ` ianp
  2014-03-09  9:13 ` Jean Delvare
  6 siblings, 0 replies; 8+ messages in thread
From: Jean Delvare @ 2014-02-20 11:44 UTC (permalink / raw)
  To: lm-sensors

Hi Mathias,

On Wed, 19 Feb 2014 23:34:32 +0100, Mathias Gerber wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Hi Jean
> 
> On 19.02.2014 18:01, Jean Delvare wrote:
> > Initial version of the file is in the wiki now: 
> > http://www.lm-sensors.org/wiki/Configurations/ASRock/G41C-GS
> In the past I posted configurations for two of my mainboards [1], [2]
> to the ml, but none of these got added to the wiki.
> 
> Did "you" just missed them or is there a reason why they were not
> added? :-(
> 
> [1] >
> http://lists.lm-sensors.org/pipermail/lm-sensors/2014-February/041142.html
> 
> [2]
> > http://lists.lm-sensors.org/pipermail/lm-sensors/2014-January/040909.html

No particular reason, I'm always busy and do as much as I possibly can
in the little time I have.

I'll try to process them today.

-- 
Jean Delvare
Suse L3 Support

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [lm-sensors] Sensors configuration for ASRock G41C-GS
  2014-02-19 15:27 [lm-sensors] Sensors configuration for ASRock G41C-GS ianp
                   ` (4 preceding siblings ...)
  2014-02-20 11:44 ` Jean Delvare
@ 2014-02-24 22:13 ` ianp
  2014-03-09  9:13 ` Jean Delvare
  6 siblings, 0 replies; 8+ messages in thread
From: ianp @ 2014-02-24 22:13 UTC (permalink / raw)
  To: lm-sensors

Hi Jean,


I wish to submit some corrections regarding this configuration.


### Fans

   ### Ignore fan4 and fan5. There are
   ### only 3 fan connectors on this board.

   label  fan1  "POW Fan"       # was incorrectly labeled "CHA Fan"
   label  fan2  "CPU Fan"
   label  fan3  "CHA Fan"       # was incorrectly labeled "PSU Fan"
   ignore fan4
   ignore fan5


I was able to verify this after having acquired a fan that provided speed monitoring. I have changed "PSU Fan" to "POW Fan" so that it matches the labeling on the motherboard as well, which is POWER_FAN.

Thanks,

ianp


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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [lm-sensors] Sensors configuration for ASRock G41C-GS
  2014-02-19 15:27 [lm-sensors] Sensors configuration for ASRock G41C-GS ianp
                   ` (5 preceding siblings ...)
  2014-02-24 22:13 ` ianp
@ 2014-03-09  9:13 ` Jean Delvare
  6 siblings, 0 replies; 8+ messages in thread
From: Jean Delvare @ 2014-03-09  9:13 UTC (permalink / raw)
  To: lm-sensors

On Mon, 24 Feb 2014 14:13:58 -0800 (PST), ianp wrote:
> Hi Jean,
> 
> 
> I wish to submit some corrections regarding this configuration.
> 
> 
> ### Fans
> 
>    ### Ignore fan4 and fan5. There are
>    ### only 3 fan connectors on this board.
> 
>    label  fan1  "POW Fan"       # was incorrectly labeled "CHA Fan"
>    label  fan2  "CPU Fan"
>    label  fan3  "CHA Fan"       # was incorrectly labeled "PSU Fan"
>    ignore fan4
>    ignore fan5
> 
> 
> I was able to verify this after having acquired a fan that provided speed monitoring. I have changed "PSU Fan" to "POW Fan" so that it matches the labeling on the motherboard as well, which is POWER_FAN.

Sorry for the delay. Your reply landed in my spam box, which for some
reason was no longer subscribed so I didn't see it.

I just updated the wiki with the change above, thanks.

-- 
Jean Delvare
SUSE L3 Support

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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2014-03-09  9:13 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-19 15:27 [lm-sensors] Sensors configuration for ASRock G41C-GS ianp
2014-02-19 17:01 ` Jean Delvare
2014-02-19 17:51 ` ianp
2014-02-19 21:15 ` Jean Delvare
2014-02-19 22:34 ` Mathias Gerber
2014-02-20 11:44 ` Jean Delvare
2014-02-24 22:13 ` ianp
2014-03-09  9:13 ` Jean Delvare

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.