Please see attached. _______________________________________ The attached shows all the commands and their output as I ran through them. Let me know if I missed something, or more info is needed. On Tue, Nov 12, 2013 at 7:40 PM, Guenter Roeck <linux@xxxxxxxxxxxx> wrote: > On Mon, Nov 11, 2013 at 11:27:03PM -0800, p. stephen w wrote: > > Please see attached. > > ___________________________________________________- > > The output is attached and matches the order... > > > > isadump -k 0x55,0x55 0x295 0x296 > > isadump -k 0x55,0x55 0x295 0x296 1 > > .... > > isadump -k 0x55,0x55 0x295 0x296 8 > > > > > > > > > > On Mon, Nov 11, 2013 at 9:22 PM, Guenter Roeck <linux@xxxxxxxxxxxx> > wrote: > > > > > On Mon, Nov 11, 2013 at 08:05:46PM -0800, Guenter Roeck wrote: > > > > > > [ ... ] > > > > > > > No, it won't. I'll dig out other commands for you to run to give me > some > > > chip > > > > register output. > > > > > > > Following up on this. It would be great if you can do the following. > > > > > > When executing the the sensors command, you see something like > > > > > > nct6791-isa-0a00 > > > > > > for the NCT chip. Take the hex number at the end; based on it, run the > > > following sequence of commands: > > > > > > sudo isadump -k 0x55,0x55 0xa05 0xa06 > > > sudo isadump -k 0x55,0x55 0xa05 0xa06 1 > > > sudo isadump -k 0x55,0x55 0xa05 0xa06 2 > > > sudo isadump -k 0x55,0x55 0xa05 0xa06 3 > > > sudo isadump -k 0x55,0x55 0xa05 0xa06 4 > > > sudo isadump -k 0x55,0x55 0xa05 0xa06 5 > > > sudo isadump -k 0x55,0x55 0xa05 0xa06 6 > > > sudo isadump -k 0x55,0x55 0xa05 0xa06 7 > > > sudo isadump -k 0x55,0x55 0xa05 0xa06 8 > > > > > > In other words, add 5 and 6 to the hex number and pass it as parameter > to > > > the > > > isadump commands. > > > > > > This should create a dump of chip registers, which would hopefully > help me > > > track > > > down the problem with pwmX_temp_sel. > > > > > Hi, > > I think I fixed the problem. It would be great if you can update the > repository > from github and try again. > > Please provide output from the sensors command as well as from > "grep . /sys/class/hwmon/hwmon2/device/*". > > Thanks, > Guenter > -- _____________________________ Stephen Wille | pstephenwille.com *new address p.stephenwille@xxxxxxxxx <p.stephenwille@xxxxxxxxx>*
NEW INSTALL ================ git clone https://github.com/groeck/nct6775.git Cloning into 'nct6775'... remote: Counting objects: 296, done. remote: Compressing objects: 100% (144/144), done. remote: Total 296 (delta 172), reused 267 (delta 152) Receiving objects: 100% (296/296), 151.58 KiB, done. Resolving deltas: 100% (172/172), done. =================== Mint nct6775 # make all CC [M] /home/stephen/Downloads/nct6775/nct6775.o Building modules, stage 2. MODPOST 1 modules CC /home/stephen/Downloads/nct6775/nct6775.mod.o LD [M] /home/stephen/Downloads/nct6775/nct6775.ko Mint nct6775 # make install cp nct6775.ko /lib/modules/3.8.0-19-generic/kernel/drivers/hwmon depmod -a -F /boot/System.map-3.8.0-19-generic 3.8.0-19-generic Mint nct6775 # modprobe nct6775 ================== Mint nct6775 # sensors acpitz-virtual-0 Adapter: Virtual device temp1: +27.8°C (crit = +105.0°C) temp2: +29.8°C (crit = +105.0°C) coretemp-isa-0000 Adapter: ISA adapter Physical id 0: +34.0°C (high = +80.0°C, crit = +100.0°C) Core 0: +31.0°C (high = +80.0°C, crit = +100.0°C) Core 1: +30.0°C (high = +80.0°C, crit = +100.0°C) Core 2: +33.0°C (high = +80.0°C, crit = +100.0°C) Core 3: +29.0°C (high = +80.0°C, crit = +100.0°C) nct6791-isa-0290 Adapter: ISA adapter in0: +0.93 V (min = +0.00 V, max = +1.74 V) in1: +0.98 V (min = +0.00 V, max = +0.00 V) ALARM in2: +3.33 V (min = +0.00 V, max = +0.00 V) ALARM in3: +3.31 V (min = +0.00 V, max = +0.00 V) ALARM in4: +1.01 V (min = +0.00 V, max = +0.00 V) ALARM in5: +0.20 V (min = +0.00 V, max = +0.00 V) ALARM in6: +0.94 V (min = +0.00 V, max = +0.00 V) ALARM in7: +3.23 V (min = +0.00 V, max = +0.00 V) ALARM in8: +3.26 V (min = +0.00 V, max = +0.00 V) ALARM in9: +1.10 V (min = +0.00 V, max = +0.00 V) ALARM in10: +0.20 V (min = +0.00 V, max = +0.00 V) ALARM in11: +0.18 V (min = +0.00 V, max = +0.00 V) ALARM in12: +0.17 V (min = +0.00 V, max = +0.00 V) ALARM in13: +0.17 V (min = +0.00 V, max = +0.00 V) ALARM in14: +0.18 V (min = +0.00 V, max = +0.00 V) ALARM fan1: 948 RPM (min = 0 RPM) fan2: 1221 RPM (min = 0 RPM) fan3: 0 RPM (min = 0 RPM) fan4: 0 RPM (min = 0 RPM) fan5: 0 RPM (min = 0 RPM) SYSTIN: +105.0°C (high = +0.0°C, hyst = +0.0°C) sensor = thermistor CPUTIN: +34.5°C (high = +80.0°C, hyst = +75.0°C) sensor = thermistor AUXTIN0: +29.0°C (high = +0.0°C, hyst = +0.0°C) ALARM sensor = thermistor AUXTIN1: +98.0°C sensor = thermistor AUXTIN2: +97.0°C sensor = thermistor AUXTIN3: +97.0°C sensor = thermistor PCH_CHIP_CPU_MAX_TEMP: +0.0°C PCH_CHIP_TEMP: +0.0°C PCH_CPU_TEMP: +0.0°C PCH_MCH_TEMP: +0.0°C intrusion0: ALARM intrusion1: ALARM beep_enable: disabled =============================== grep . /sys/class/hwmon/hwmon2/device/* /sys/class/hwmon/hwmon2/device/beep_enable:0 /sys/class/hwmon/hwmon2/device/fan1_alarm:0 /sys/class/hwmon/hwmon2/device/fan1_beep:0 /sys/class/hwmon/hwmon2/device/fan1_input:947 /sys/class/hwmon/hwmon2/device/fan1_min:0 /sys/class/hwmon/hwmon2/device/fan1_pulses:2 /sys/class/hwmon/hwmon2/device/fan1_target:0 /sys/class/hwmon/hwmon2/device/fan1_tolerance:0 /sys/class/hwmon/hwmon2/device/fan2_alarm:0 /sys/class/hwmon/hwmon2/device/fan2_beep:0 /sys/class/hwmon/hwmon2/device/fan2_input:1218 /sys/class/hwmon/hwmon2/device/fan2_min:0 /sys/class/hwmon/hwmon2/device/fan2_pulses:2 /sys/class/hwmon/hwmon2/device/fan2_target:27000 /sys/class/hwmon/hwmon2/device/fan2_tolerance:0 /sys/class/hwmon/hwmon2/device/fan3_alarm:0 /sys/class/hwmon/hwmon2/device/fan3_beep:0 /sys/class/hwmon/hwmon2/device/fan3_input:0 /sys/class/hwmon/hwmon2/device/fan3_min:0 /sys/class/hwmon/hwmon2/device/fan3_pulses:2 /sys/class/hwmon/hwmon2/device/fan3_target:0 /sys/class/hwmon/hwmon2/device/fan3_tolerance:0 /sys/class/hwmon/hwmon2/device/fan4_alarm:0 /sys/class/hwmon/hwmon2/device/fan4_beep:0 /sys/class/hwmon/hwmon2/device/fan4_input:0 /sys/class/hwmon/hwmon2/device/fan4_min:0 /sys/class/hwmon/hwmon2/device/fan4_pulses:2 /sys/class/hwmon/hwmon2/device/fan4_target:0 /sys/class/hwmon/hwmon2/device/fan4_tolerance:0 /sys/class/hwmon/hwmon2/device/fan5_alarm:0 /sys/class/hwmon/hwmon2/device/fan5_beep:0 /sys/class/hwmon/hwmon2/device/fan5_input:0 /sys/class/hwmon/hwmon2/device/fan5_min:0 /sys/class/hwmon/hwmon2/device/fan5_pulses:2 /sys/class/hwmon/hwmon2/device/fan5_target:0 /sys/class/hwmon/hwmon2/device/fan5_tolerance:0 /sys/class/hwmon/hwmon2/device/in0_alarm:0 /sys/class/hwmon/hwmon2/device/in0_beep:0 /sys/class/hwmon/hwmon2/device/in0_input:928 /sys/class/hwmon/hwmon2/device/in0_max:1744 /sys/class/hwmon/hwmon2/device/in0_min:0 /sys/class/hwmon/hwmon2/device/in10_alarm:1 /sys/class/hwmon/hwmon2/device/in10_beep:0 /sys/class/hwmon/hwmon2/device/in10_input:208 /sys/class/hwmon/hwmon2/device/in10_max:0 /sys/class/hwmon/hwmon2/device/in10_min:0 /sys/class/hwmon/hwmon2/device/in11_alarm:1 /sys/class/hwmon/hwmon2/device/in11_beep:0 /sys/class/hwmon/hwmon2/device/in11_input:184 /sys/class/hwmon/hwmon2/device/in11_max:0 /sys/class/hwmon/hwmon2/device/in11_min:0 /sys/class/hwmon/hwmon2/device/in12_alarm:1 /sys/class/hwmon/hwmon2/device/in12_beep:0 /sys/class/hwmon/hwmon2/device/in12_input:176 /sys/class/hwmon/hwmon2/device/in12_max:0 /sys/class/hwmon/hwmon2/device/in12_min:0 /sys/class/hwmon/hwmon2/device/in13_alarm:1 /sys/class/hwmon/hwmon2/device/in13_beep:0 /sys/class/hwmon/hwmon2/device/in13_input:176 /sys/class/hwmon/hwmon2/device/in13_max:0 /sys/class/hwmon/hwmon2/device/in13_min:0 /sys/class/hwmon/hwmon2/device/in14_alarm:1 /sys/class/hwmon/hwmon2/device/in14_beep:0 /sys/class/hwmon/hwmon2/device/in14_input:184 /sys/class/hwmon/hwmon2/device/in14_max:0 /sys/class/hwmon/hwmon2/device/in14_min:0 /sys/class/hwmon/hwmon2/device/in1_alarm:1 /sys/class/hwmon/hwmon2/device/in1_beep:0 /sys/class/hwmon/hwmon2/device/in1_input:984 /sys/class/hwmon/hwmon2/device/in1_max:0 /sys/class/hwmon/hwmon2/device/in1_min:0 /sys/class/hwmon/hwmon2/device/in2_alarm:1 /sys/class/hwmon/hwmon2/device/in2_beep:0 /sys/class/hwmon/hwmon2/device/in2_input:3328 /sys/class/hwmon/hwmon2/device/in2_max:0 /sys/class/hwmon/hwmon2/device/in2_min:0 /sys/class/hwmon/hwmon2/device/in3_alarm:1 /sys/class/hwmon/hwmon2/device/in3_beep:0 /sys/class/hwmon/hwmon2/device/in3_input:3312 /sys/class/hwmon/hwmon2/device/in3_max:0 /sys/class/hwmon/hwmon2/device/in3_min:0 /sys/class/hwmon/hwmon2/device/in4_alarm:1 /sys/class/hwmon/hwmon2/device/in4_beep:0 /sys/class/hwmon/hwmon2/device/in4_input:1008 /sys/class/hwmon/hwmon2/device/in4_max:0 /sys/class/hwmon/hwmon2/device/in4_min:0 /sys/class/hwmon/hwmon2/device/in5_alarm:1 /sys/class/hwmon/hwmon2/device/in5_beep:0 /sys/class/hwmon/hwmon2/device/in5_input:208 /sys/class/hwmon/hwmon2/device/in5_max:0 /sys/class/hwmon/hwmon2/device/in5_min:0 /sys/class/hwmon/hwmon2/device/in6_alarm:1 /sys/class/hwmon/hwmon2/device/in6_beep:0 /sys/class/hwmon/hwmon2/device/in6_input:936 /sys/class/hwmon/hwmon2/device/in6_max:0 /sys/class/hwmon/hwmon2/device/in6_min:0 /sys/class/hwmon/hwmon2/device/in7_alarm:1 /sys/class/hwmon/hwmon2/device/in7_beep:0 /sys/class/hwmon/hwmon2/device/in7_input:3232 /sys/class/hwmon/hwmon2/device/in7_max:0 /sys/class/hwmon/hwmon2/device/in7_min:0 /sys/class/hwmon/hwmon2/device/in8_alarm:1 /sys/class/hwmon/hwmon2/device/in8_beep:0 /sys/class/hwmon/hwmon2/device/in8_input:3264 /sys/class/hwmon/hwmon2/device/in8_max:0 /sys/class/hwmon/hwmon2/device/in8_min:0 /sys/class/hwmon/hwmon2/device/in9_alarm:1 /sys/class/hwmon/hwmon2/device/in9_beep:0 /sys/class/hwmon/hwmon2/device/in9_input:1104 /sys/class/hwmon/hwmon2/device/in9_max:0 /sys/class/hwmon/hwmon2/device/in9_min:0 /sys/class/hwmon/hwmon2/device/intrusion0_alarm:1 /sys/class/hwmon/hwmon2/device/intrusion0_beep:0 /sys/class/hwmon/hwmon2/device/intrusion1_alarm:1 /sys/class/hwmon/hwmon2/device/intrusion1_beep:0 /sys/class/hwmon/hwmon2/device/modalias:platform:nct6775 /sys/class/hwmon/hwmon2/device/name:nct6791 /sys/class/hwmon/hwmon2/device/pwm1:162 /sys/class/hwmon/hwmon2/device/pwm1_auto_point1_pwm:153 /sys/class/hwmon/hwmon2/device/pwm1_auto_point1_temp:30000 /sys/class/hwmon/hwmon2/device/pwm1_auto_point2_pwm:255 /sys/class/hwmon/hwmon2/device/pwm1_auto_point2_temp:75000 /sys/class/hwmon/hwmon2/device/pwm1_auto_point3_pwm:255 /sys/class/hwmon/hwmon2/device/pwm1_auto_point3_temp:75000 /sys/class/hwmon/hwmon2/device/pwm1_auto_point4_pwm:255 /sys/class/hwmon/hwmon2/device/pwm1_auto_point4_temp:75000 /sys/class/hwmon/hwmon2/device/pwm1_auto_point5_pwm:255 /sys/class/hwmon/hwmon2/device/pwm1_auto_point5_temp:75000 /sys/class/hwmon/hwmon2/device/pwm1_crit_temp_tolerance:2000 /sys/class/hwmon/hwmon2/device/pwm1_enable:5 /sys/class/hwmon/hwmon2/device/pwm1_floor:1 /sys/class/hwmon/hwmon2/device/pwm1_mode:1 /sys/class/hwmon/hwmon2/device/pwm1_start:1 /sys/class/hwmon/hwmon2/device/pwm1_step_down_time:100 /sys/class/hwmon/hwmon2/device/pwm1_step_up_time:100 /sys/class/hwmon/hwmon2/device/pwm1_stop_time:6000 /sys/class/hwmon/hwmon2/device/pwm1_target_temp:0 /sys/class/hwmon/hwmon2/device/pwm1_temp_sel:0 /sys/class/hwmon/hwmon2/device/pwm1_temp_tolerance:0 /sys/class/hwmon/hwmon2/device/pwm1_weight_duty_base:255 /sys/class/hwmon/hwmon2/device/pwm1_weight_duty_step:255 /sys/class/hwmon/hwmon2/device/pwm1_weight_temp_sel:0 /sys/class/hwmon/hwmon2/device/pwm1_weight_temp_step:255000 /sys/class/hwmon/hwmon2/device/pwm1_weight_temp_step_base:255000 /sys/class/hwmon/hwmon2/device/pwm1_weight_temp_step_tol:255000 /sys/class/hwmon/hwmon2/device/pwm2:0 /sys/class/hwmon/hwmon2/device/pwm2_auto_point1_pwm:51 /sys/class/hwmon/hwmon2/device/pwm2_auto_point1_temp:20000 /sys/class/hwmon/hwmon2/device/pwm2_auto_point2_pwm:178 /sys/class/hwmon/hwmon2/device/pwm2_auto_point2_temp:70000 /sys/class/hwmon/hwmon2/device/pwm2_auto_point3_pwm:255 /sys/class/hwmon/hwmon2/device/pwm2_auto_point3_temp:75000 /sys/class/hwmon/hwmon2/device/pwm2_auto_point4_pwm:255 /sys/class/hwmon/hwmon2/device/pwm2_auto_point4_temp:75000 /sys/class/hwmon/hwmon2/device/pwm2_auto_point5_pwm:255 /sys/class/hwmon/hwmon2/device/pwm2_auto_point5_temp:75000 /sys/class/hwmon/hwmon2/device/pwm2_crit_temp_tolerance:2000 /sys/class/hwmon/hwmon2/device/pwm2_enable:1 /sys/class/hwmon/hwmon2/device/pwm2_floor:1 /sys/class/hwmon/hwmon2/device/pwm2_mode:1 /sys/class/hwmon/hwmon2/device/pwm2_start:1 /sys/class/hwmon/hwmon2/device/pwm2_step_down_time:100 /sys/class/hwmon/hwmon2/device/pwm2_step_up_time:100 /sys/class/hwmon/hwmon2/device/pwm2_stop_time:6000 /sys/class/hwmon/hwmon2/device/pwm2_target_temp:50000 /sys/class/hwmon/hwmon2/device/pwm2_temp_sel:0 /sys/class/hwmon/hwmon2/device/pwm2_temp_tolerance:0 /sys/class/hwmon/hwmon2/device/pwm2_weight_duty_base:0 /sys/class/hwmon/hwmon2/device/pwm2_weight_duty_step:0 /sys/class/hwmon/hwmon2/device/pwm2_weight_temp_sel:1 /sys/class/hwmon/hwmon2/device/pwm2_weight_temp_step:0 /sys/class/hwmon/hwmon2/device/pwm2_weight_temp_step_base:0 /sys/class/hwmon/hwmon2/device/pwm2_weight_temp_step_tol:0 /sys/class/hwmon/hwmon2/device/pwm3:162 /sys/class/hwmon/hwmon2/device/pwm3_auto_point1_pwm:153 /sys/class/hwmon/hwmon2/device/pwm3_auto_point1_temp:30000 /sys/class/hwmon/hwmon2/device/pwm3_auto_point2_pwm:255 /sys/class/hwmon/hwmon2/device/pwm3_auto_point2_temp:75000 /sys/class/hwmon/hwmon2/device/pwm3_auto_point3_pwm:255 /sys/class/hwmon/hwmon2/device/pwm3_auto_point3_temp:75000 /sys/class/hwmon/hwmon2/device/pwm3_auto_point4_pwm:255 /sys/class/hwmon/hwmon2/device/pwm3_auto_point4_temp:75000 /sys/class/hwmon/hwmon2/device/pwm3_auto_point5_pwm:255 /sys/class/hwmon/hwmon2/device/pwm3_auto_point5_temp:75000 /sys/class/hwmon/hwmon2/device/pwm3_crit_temp_tolerance:2000 /sys/class/hwmon/hwmon2/device/pwm3_enable:5 /sys/class/hwmon/hwmon2/device/pwm3_floor:1 /sys/class/hwmon/hwmon2/device/pwm3_mode:1 /sys/class/hwmon/hwmon2/device/pwm3_start:1 /sys/class/hwmon/hwmon2/device/pwm3_step_down_time:100 /sys/class/hwmon/hwmon2/device/pwm3_step_up_time:100 /sys/class/hwmon/hwmon2/device/pwm3_stop_time:6000 /sys/class/hwmon/hwmon2/device/pwm3_target_temp:0 /sys/class/hwmon/hwmon2/device/pwm3_temp_sel:0 /sys/class/hwmon/hwmon2/device/pwm3_temp_tolerance:0 /sys/class/hwmon/hwmon2/device/pwm3_weight_duty_base:255 /sys/class/hwmon/hwmon2/device/pwm3_weight_duty_step:255 /sys/class/hwmon/hwmon2/device/pwm3_weight_temp_sel:0 /sys/class/hwmon/hwmon2/device/pwm3_weight_temp_step:255000 /sys/class/hwmon/hwmon2/device/pwm3_weight_temp_step_base:255000 /sys/class/hwmon/hwmon2/device/pwm3_weight_temp_step_tol:255000 /sys/class/hwmon/hwmon2/device/pwm4:162 /sys/class/hwmon/hwmon2/device/pwm4_auto_point1_pwm:153 /sys/class/hwmon/hwmon2/device/pwm4_auto_point1_temp:30000 /sys/class/hwmon/hwmon2/device/pwm4_auto_point2_pwm:255 /sys/class/hwmon/hwmon2/device/pwm4_auto_point2_temp:75000 /sys/class/hwmon/hwmon2/device/pwm4_auto_point3_pwm:255 /sys/class/hwmon/hwmon2/device/pwm4_auto_point3_temp:75000 /sys/class/hwmon/hwmon2/device/pwm4_auto_point4_pwm:255 /sys/class/hwmon/hwmon2/device/pwm4_auto_point4_temp:75000 /sys/class/hwmon/hwmon2/device/pwm4_auto_point5_pwm:255 /sys/class/hwmon/hwmon2/device/pwm4_auto_point5_temp:75000 /sys/class/hwmon/hwmon2/device/pwm4_crit_temp_tolerance:2000 /sys/class/hwmon/hwmon2/device/pwm4_enable:5 /sys/class/hwmon/hwmon2/device/pwm4_floor:1 /sys/class/hwmon/hwmon2/device/pwm4_mode:1 /sys/class/hwmon/hwmon2/device/pwm4_start:1 /sys/class/hwmon/hwmon2/device/pwm4_step_down_time:100 /sys/class/hwmon/hwmon2/device/pwm4_step_up_time:100 /sys/class/hwmon/hwmon2/device/pwm4_stop_time:6000 /sys/class/hwmon/hwmon2/device/pwm4_target_temp:0 /sys/class/hwmon/hwmon2/device/pwm4_temp_sel:0 /sys/class/hwmon/hwmon2/device/pwm4_temp_tolerance:0 /sys/class/hwmon/hwmon2/device/pwm4_weight_duty_base:255 /sys/class/hwmon/hwmon2/device/pwm4_weight_duty_step:255 /sys/class/hwmon/hwmon2/device/pwm4_weight_temp_sel:0 /sys/class/hwmon/hwmon2/device/pwm4_weight_temp_step:255000 /sys/class/hwmon/hwmon2/device/pwm4_weight_temp_step_base:255000 /sys/class/hwmon/hwmon2/device/pwm4_weight_temp_step_tol:255000 /sys/class/hwmon/hwmon2/device/pwm5:255 /sys/class/hwmon/hwmon2/device/pwm5_auto_point1_pwm:140 /sys/class/hwmon/hwmon2/device/pwm5_auto_point1_temp:25000 /sys/class/hwmon/hwmon2/device/pwm5_auto_point2_pwm:170 /sys/class/hwmon/hwmon2/device/pwm5_auto_point2_temp:35000 /sys/class/hwmon/hwmon2/device/pwm5_auto_point3_pwm:200 /sys/class/hwmon/hwmon2/device/pwm5_auto_point3_temp:45000 /sys/class/hwmon/hwmon2/device/pwm5_auto_point4_pwm:230 /sys/class/hwmon/hwmon2/device/pwm5_auto_point4_temp:55000 /sys/class/hwmon/hwmon2/device/pwm5_auto_point5_pwm:255 /sys/class/hwmon/hwmon2/device/pwm5_auto_point5_temp:60000 /sys/class/hwmon/hwmon2/device/pwm5_crit_temp_tolerance:0 /sys/class/hwmon/hwmon2/device/pwm5_enable:0 /sys/class/hwmon/hwmon2/device/pwm5_floor:1 /sys/class/hwmon/hwmon2/device/pwm5_mode:1 /sys/class/hwmon/hwmon2/device/pwm5_start:1 /sys/class/hwmon/hwmon2/device/pwm5_step_down_time:1000 /sys/class/hwmon/hwmon2/device/pwm5_step_up_time:1000 /sys/class/hwmon/hwmon2/device/pwm5_stop_time:6000 /sys/class/hwmon/hwmon2/device/pwm5_target_temp:0 /sys/class/hwmon/hwmon2/device/pwm5_temp_sel:3 /sys/class/hwmon/hwmon2/device/pwm5_temp_tolerance:0 /sys/class/hwmon/hwmon2/device/pwm5_weight_duty_base:255 /sys/class/hwmon/hwmon2/device/pwm5_weight_duty_step:255 /sys/class/hwmon/hwmon2/device/pwm5_weight_temp_sel:0 /sys/class/hwmon/hwmon2/device/pwm5_weight_temp_step:255000 /sys/class/hwmon/hwmon2/device/pwm5_weight_temp_step_base:255000 /sys/class/hwmon/hwmon2/device/pwm5_weight_temp_step_tol:255000 /sys/class/hwmon/hwmon2/device/temp10_input:0 /sys/class/hwmon/hwmon2/device/temp10_label:PCH_MCH_TEMP /sys/class/hwmon/hwmon2/device/temp1_input:104000 /sys/class/hwmon/hwmon2/device/temp1_label:SYSTIN /sys/class/hwmon/hwmon2/device/temp1_max:0 /sys/class/hwmon/hwmon2/device/temp1_max_hyst:0 /sys/class/hwmon/hwmon2/device/temp1_offset:0 /sys/class/hwmon/hwmon2/device/temp1_type:4 /sys/class/hwmon/hwmon2/device/temp2_alarm:0 /sys/class/hwmon/hwmon2/device/temp2_beep:0 /sys/class/hwmon/hwmon2/device/temp2_input:35000 /sys/class/hwmon/hwmon2/device/temp2_label:CPUTIN /sys/class/hwmon/hwmon2/device/temp2_max:80000 /sys/class/hwmon/hwmon2/device/temp2_max_hyst:75000 /sys/class/hwmon/hwmon2/device/temp2_offset:0 /sys/class/hwmon/hwmon2/device/temp2_type:4 /sys/class/hwmon/hwmon2/device/temp3_alarm:1 /sys/class/hwmon/hwmon2/device/temp3_beep:0 /sys/class/hwmon/hwmon2/device/temp3_input:29000 /sys/class/hwmon/hwmon2/device/temp3_label:AUXTIN0 /sys/class/hwmon/hwmon2/device/temp3_max:0 /sys/class/hwmon/hwmon2/device/temp3_max_hyst:0 /sys/class/hwmon/hwmon2/device/temp3_offset:0 /sys/class/hwmon/hwmon2/device/temp3_type:4 /sys/class/hwmon/hwmon2/device/temp4_input:97000 /sys/class/hwmon/hwmon2/device/temp4_label:AUXTIN1 /sys/class/hwmon/hwmon2/device/temp4_offset:0 /sys/class/hwmon/hwmon2/device/temp4_type:4 /sys/class/hwmon/hwmon2/device/temp5_input:96000 /sys/class/hwmon/hwmon2/device/temp5_label:AUXTIN2 /sys/class/hwmon/hwmon2/device/temp5_offset:0 /sys/class/hwmon/hwmon2/device/temp5_type:4 /sys/class/hwmon/hwmon2/device/temp6_input:96000 /sys/class/hwmon/hwmon2/device/temp6_label:AUXTIN3 /sys/class/hwmon/hwmon2/device/temp6_offset:0 /sys/class/hwmon/hwmon2/device/temp6_type:4 /sys/class/hwmon/hwmon2/device/temp7_input:0 /sys/class/hwmon/hwmon2/device/temp7_label:PCH_CHIP_CPU_MAX_TEMP /sys/class/hwmon/hwmon2/device/temp8_input:0 /sys/class/hwmon/hwmon2/device/temp8_label:PCH_CHIP_TEMP /sys/class/hwmon/hwmon2/device/temp9_input:0 /sys/class/hwmon/hwmon2/device/temp9_label:PCH_CPU_TEMP /sys/class/hwmon/hwmon2/device/uevent:DRIVER=nct6775 /sys/class/hwmon/hwmon2/device/uevent:MODALIAS=platform:nct6775
_______________________________________________ lm-sensors mailing list lm-sensors@xxxxxxxxxxxxxx http://lists.lm-sensors.org/mailman/listinfo/lm-sensors