On Mon, Mar 04, 2013 at 06:27:00PM -0600, Fredrick O Jackson wrote: > > I have an ASRock 990FX Extreme3 board that I'd REALLY like to be able to > monitor the temperature of. I'm no expert at lmsensors and despite days of > effort, I cannot determine how to configure lmsensors for this board. My temps > dont match the hardware monitor in the bios. Some of the fans and voltages are > also wrong. > > I'd be willing to pay for some effective advice or a config file for this board. > I appreciate any help. > > thanks > Fred > > > > > sample output of sensors after running sensors-detect > > > fam15h_power-pci-00c4 > Adapter: PCI adapter > power1: 37.73 W (crit = 124.95 W) > > k10temp-pci-00c3 > Adapter: PCI adapter > temp1: +20.6°C (high = +70.0°C) > (crit = +70.0°C, hyst = +67.0°C) > > radeon-pci-0100 > Adapter: PCI adapter > temp1: +56.5°C > > nct6776-isa-0290 > Adapter: ISA adapter > Vcore: +0.92 V (min = +0.00 V, max = +1.74 V) > in1: +1.86 V (min = +0.00 V, max = +0.00 V) ALARM > AVCC: +3.28 V (min = +2.98 V, max = +3.63 V) > +3.3V: +3.28 V (min = +2.98 V, max = +3.63 V) > in4: +1.51 V (min = +0.00 V, max = +0.00 V) ALARM > in5: +1.74 V (min = +0.00 V, max = +0.00 V) ALARM > 3VSB: +3.47 V (min = +2.98 V, max = +3.63 V) > Vbat: +3.38 V (min = +2.70 V, max = +3.63 V) Here is the matching data from wthe ASrock tool: <Voltage Enable="1"> <Item Index="0" Name="CPU_VCORE_V" Enable="1">Vcore Voltage</Item> <Item Index="1" Name="P3P3_V" Enable="1">+3.3V Voltage</Item> <Item Index="2" Name="P5P0_V" Enable="1">+5.0V Voltage</Item> <Item Index="3" Name="P12_V" Enable="1">+12V Voltage</Item> <Item Index="4" Name="CPU_NB_V" Enable="1" VoltageControl="CPU_NB_V">CPU NB Voltage</Item> <Item Index="5" Name="DRAM_V" Enable="1" VoltageControl="DRAM_V">DRAM Voltage</Item> <Item Index="6" Name="NB_V" Enable="1" VoltageControl="NB_V">NB Voltage</Item> <Item Index="7" Name="HT_V" Enable="1" VoltageControl="HT_V">HT Voltage</Item> <Item Index="8" Name="SB_V" Enable="1" VoltageControl="SB_V">SB Voltage</Item> </Voltage> With this information, check out http://www.lm-sensors.org/wiki/VoltageLabelsAndScaling to help you determine scaling factors. > fan1: 0 RPM (min = 0 RPM) ALARM > fan2: 2036 RPM (min = 0 RPM) ALARM > fan3: 0 RPM (min = 0 RPM) ALARM > fan4: 0 RPM (min = 0 RPM) ALARM > fan5: 0 RPM (min = 0 RPM) ALARM fan1 should be connected to the chassis fan. fan2 is multiplexed to the two CPU fans through gpio pins. You can select one of the two with the commands provided in https://github.com/groeck/nct6775/blob/master/README.ASRock Use the commands provided for the ASRock 970 Extreme4. fan3..5 are not connected to the NCT6776; don't ask me why. They are connected to memory mapped IO. Here is the data from Asus: <Item Name="FAN1" Bank="6" HighReg="0x56" LowReg="0x57">SYSFANIN</Item> <Item Name="FAN2" Bank="6" HighReg="0x58" LowReg="0x59" SwitchInterface="SIO_GPIO" SwitchControl="GPIO16=Low, GPIO10=High">CPUFANIN</Item> <Item Name="FAN3" Interface="MMIO" BaseAddress="0xFED80400" ReadingReg="0x73" WritingReg="0x23">AUXFANIN</Item> <Item Name="FAN4" Interface="MMIO" BaseAddress="0xFED80400" ReadingReg="0x69" WritingReg="0x03">AUXFANIN0</Item> <Item Name="FAN5" Interface="MMIO" BaseAddress="0xFED80400" ReadingReg="0x6E" WritingReg="0x13" >AUXFANIN1</Item> <Item Name="FAN6" Bank="6" HighReg="0x58" LowReg="0x59" SwitchInterface="SIO_GPIO" SwitchControl="GPIO16=High, GPIO10=Low">CPUFANIN2</Item> Unfortunately, there is no driver available for the memory mapped fans. Hope that helps a bit. Guenter _______________________________________________ lm-sensors mailing list lm-sensors@xxxxxxxxxxxxxx http://lists.lm-sensors.org/mailman/listinfo/lm-sensors