Yes, it's GA-MA785GM-US2H, AM2+DDR2 sorry the mistake, I based the config on the MA785GPM-UD2H over internet so it's a replace error. Similar motherboards also AM2+DDR2 are GA-MA785GPM-UD2H and GA-MA785-UD2H. Their PCB is the same. Seems difficult to get 3 values in BIOS, it stays almost all the time in the lowest value. Will try to physically measure the voltage, but can't promise. El dÃa 7 de mayo de 2011 17:53, Jean Delvare <khali@xxxxxxxxxxxx> escribiÃ: > Hi David, > > On Fri, 6 May 2011 20:32:51 +0200, David SantamarÃa Rogado wrote: >> Yes that's is the config, but I could, or I think so, confirm that 12V >> has exactly x4 multiplier, despite a very little more voltage than the >> bios is shown. > > That would be good news, I could never understand the logic behind the > 3.963 or 3.984 scaling factors other Gigabyte boards were using. I have > always attributed them to software bugs. OTOH the offset you mention > below makes no physical sense either, so it would be a software trick > from Gigabyte again. Oh well. > > BTW, Did you validate your findings with a digital voltmeter? Even if it's > not accurate, it can be useful to ensure that +12V has the same value > when in the BIOS setup and later on Linux (to make sure you are > comparing scaled and unscaled numbers for the same physical value.) > >> Just some comments before, the fan1 speed is setup for my case, with >> the minimum pwm it doesn't go slower. The other fans are like the UD2H >> on internet and should be the same here. Also I made "compute Âin4 Â@ >> * 4, Â Â Â Â Â Â@ / 4", but I one config I can't remember I saw the >> (30/10)+1 as multiplier and then I used the same formula, doesn't know >> if could be issues bi putting only one number. This file should work > > Both are OK and strictly equivalent. The (30/10)+1 form is to reflect > the physical reality of scaling (a bridge made of a 30 kOhm resistor > and a 10 kOhm resistor. > >> with MA785GMT-UD2H like the other config on internet but I think also >> could work with MA785GPM-UD2H as it has a very very similar PCB. In >> the config file there are more comments, perhaps you could clean up a >> little. Here we go: >> >> # lm_sensors 3 configuration file for the Gigabyte MA785GMT-US2H motherboard >> # 2011-04-17, David SantamarÃa Rogado <howl.nsp@xxxxxxxxx> >> # Written for board revision 1.0, may or may not be suitable for other >> # revisions. >> # Comments welcome! >> >> chip "it8718-*" >> >> ### Voltages >> >> Â # in7 is mysterious, it lives in the range 2.19 to 2.94 V, change with >> Â # CPU frequency (if you take the highest clock speed of all the cores >> Â # you can guess it's value). No idea what it can be. >> >> Â label Âin0 Â"Vcore" >> Â label Âin1 Â"Vram" Â Â# "DDR2" in BIOS > > How could the BIOS really say DDR2 when this board uses DDR3 memory > modules? At least this is what > Âhttp://www.gigabyte.com/products/product-page.aspx?pid=3250#sp > claims. > >> Â label Âin2 Â"+3.3V" >> Â label Âin3 Â"+5V" Â Â # Not in BIOS >> Â label Âin4 Â"+12V" >> Â ignore in5 Â Â Â Â Â Â# Always fixed at 4.08 V >> Â ignore in6 Â Â Â Â Â Â# Always fixed at 4.02 V >> Â ignore in7 Â Â Â Â Â Â# Commented above >> Â label Âin8 Â"Vbat" Â Â# Not in BIOS >> >> Â # Vcore, Vram, +3.3V and Vbat are connected directly, so no compute >> Â # line is needed for these. For +5V the chip is configured to use >> Â # internal scaling. Scaling for +12V is apparently not standard, my >> Â # guess is that the BIOS uses 4 as the scaling factor. Not sure > > Actually 4 is very standard for +12V scaling. > >> Â # if it matches the physical reality. BIOS values varies between >> Â # 12.048 and 12.112 V, lm-sensors in4 between 3.040 and 3.056 V, is >> Â # exactly a x4 scale +0.112 offset. >> >> Â compute Âin3 Â@ * (6.8/10+1), Â @ / (6.8/10+1) >> Â compute Âin4 Â@ * ((30/10)+1), Â@ / ((30/10)+1) > > If there's really a +0.112 V offset (which again makes no physical > sense, but...) and you want the same values as in the BIOS, you can do: > > Â compute Âin4 Â@ * ((30/10)+1) + 0.112, Â(@ - 0.112) / ((30/10)+1) > > But again you should verify with a digital voltmeter if you have the > same voltage levels in BIOS and Linux. Also, if you could get a 3rd > value for +12V in the BIOS, it would help validate your formula. > >> >> Â # The BIOS won't set any limit for voltages. >> Â # You should set Vcore and Vram to match you setup, mine is: >> Â # - CPU: AMD Athlon II X2 250 (VCore 0.85-1.425) >> Â # - Mem: KHX8500D2/2G (Vram 1.8-2) >> >> Â set in0_min Â0.85 Â* 0.95 >> Â set in0_max Â1.425 * 1.05 >> Â set in1_min Â1.8 Â * 0.95 >> Â set in1_max Â2 Â Â * 1.05 > > These are voltage limits for DDR2... There's something fishy here. > > Ah, I think I get it. There are two board series, the MA785GM uses DDR2 > and the MA785GMT uses DDR3. So if you have DDR2 your board is really a > GM, not GMT version. You got it wrong in the header. > >> Â set in2_min Â3.3 Â * 0.95 >> Â set in2_max Â3.3 Â * 1.05 >> Â set in3_min Â5 Â Â * 0.95 >> Â set in3_max Â5 Â Â * 1.05 >> Â set in4_min Â12 Â Â* 0.95 >> Â set in4_max Â12 Â Â* 1.05 >> >> ### Temperatures >> >> Â # The BIOS only shows 2 temperature values, corresponding to Sys and CPU, >> Â # temp3 is usually similar to Sys temp but under heavy load it raises more. >> >> Â label Âtemp1 Â"Sys Temp" >> Â label Âtemp2 Â"CPU Temp" >> Â label Âtemp3 Â"NBr Temp" Â Â# Guessed >> >> Â set temp1_min Â10 >> Â set temp1_max Â50 >> Â set temp2_min Â10 >> Â set temp2_max Â60 >> Â set temp3_min Â10 >> Â set temp3_max Â50 >> >> ### Fans >> >> Â # I only have CPU fan, the other ones have to be tested. >> >> Â label Âfan1 Â"CPU Fan" >> Â label Âfan2 Â"Case Fan" >> Â ignore fan3 >> Â label Âfan4 Â"NBr Fan" >> >> Â # Adjust for your own fans >> Â set fan1_min 450 >> Â #set fan2_min 1000 >> Â #set fan4_min 1000 > > All the rest looks good, I'll update the wiki, thanks. > > -- > Jean Delvare > _______________________________________________ lm-sensors mailing list lm-sensors@xxxxxxxxxxxxxx http://lists.lm-sensors.org/mailman/listinfo/lm-sensors