Good to know. Please see the attached. On Tue, Nov 12, 2013 at 9:10 PM, Guenter Roeck <linux@xxxxxxxxxxxx> wrote: > On 11/12/2013 08:38 PM, p. stephen w wrote: > >> no, I only deleted the nct6775 folder I used to clone the repo into. >> I can remove it, and run through the install again. >> >> >> Hi, > > That is not what I meant. To load the new version of the module, you need > to unload the old version first, > using "modprobe -r". Just installing the new version of a module doesn't > unload the old one. > > Thanks, > Guenter > > On Tue, Nov 12, 2013 at 8:29 PM, Guenter Roeck <linux@xxxxxxxxxxxx<mailto: >> linux@xxxxxxxxxxxx>> wrote: >> >> On Tue, Nov 12, 2013 at 08:07:09PM -0800, p. stephen w wrote: >> > 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. >> > >> Puzzled. Did you unload the old driver with "modprobe -r nct6775" >> before reloading it ? >> >> Thanks, >> Guenter >> >> >> >> >> -- >> >> >> _____________________________ >> Stephen Wille | pstephenwille.com <http://pstephenwille.com> >> /new address p.stephenwille@xxxxxxxxx <mailto:p.stephenwille@xxxxxxxxx>/ >> > > -- _____________________________ Stephen Wille | pstephenwille.com *new address p.stephenwille@xxxxxxxxx <p.stephenwille@xxxxxxxxx>*
Mint Downloads # modprobe -r nct6775 Mint Downloads # ls lm_sensors-3.3.4 lm_sensors-3.3.4.tar.bz2 nct6775 Mint Downloads # rm -rf nct6775/ Mint Downloads # ls lm_sensors-3.3.4 lm_sensors-3.3.4.tar.bz2 Mint Downloads # 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 Downloads # ============= Mint nct6775 # ls compat.h LICENSE lm75.h Makefile nct6775.c README README.ASRock 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 # ================ 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: +36.0°C (high = +80.0°C, crit = +100.0°C) Core 0: +34.0°C (high = +80.0°C, crit = +100.0°C) Core 1: +31.0°C (high = +80.0°C, crit = +100.0°C) Core 2: +34.0°C (high = +80.0°C, crit = +100.0°C) Core 3: +32.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.22 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.22 V (min = +0.00 V, max = +0.00 V) ALARM in11: +0.20 V (min = +0.00 V, max = +0.00 V) ALARM in12: +0.19 V (min = +0.00 V, max = +0.00 V) ALARM in13: +0.20 V (min = +0.00 V, max = +0.00 V) ALARM in14: +0.21 V (min = +0.00 V, max = +0.00 V) ALARM fan1: 974 RPM (min = 0 RPM) fan2: 1205 RPM (min = 0 RPM) fan3: 0 RPM (min = 0 RPM) fan4: 0 RPM (min = 0 RPM) fan5: 0 RPM (min = 0 RPM) SYSTIN: +99.0°C (high = +0.0°C, hyst = +0.0°C) sensor = thermistor CPUTIN: +37.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: +92.0°C sensor = thermistor AUXTIN2: +91.0°C sensor = thermistor AUXTIN3: +91.0°C sensor = thermistor PECI Agent 0: +36.0°C PCH_CHIP_CPU_MAX_TEMP: +0.0°C PCH_CHIP_TEMP: +0.0°C PCH_CPU_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:962 /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:1201 /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:224 /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:200 /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:192 /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:200 /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:208 /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:224 /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:944 /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:166 /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:7 /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:7 /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:166 /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:7 /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:166 /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:7 /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_CPU_TEMP /sys/class/hwmon/hwmon2/device/temp1_input:100000 /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:37000 /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:93000 /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:91000 /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:91000 /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:36000 /sys/class/hwmon/hwmon2/device/temp7_label:PECI Agent 0 /sys/class/hwmon/hwmon2/device/temp8_input:0 /sys/class/hwmon/hwmon2/device/temp8_label:PCH_CHIP_CPU_MAX_TEMP /sys/class/hwmon/hwmon2/device/temp9_input:0 /sys/class/hwmon/hwmon2/device/temp9_label:PCH_CHIP_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