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@xxxxxxxxxxxxxx http://lists.lm-sensors.org/mailman/listinfo/lm-sensors