Hi,
is it possible to read sensor values (fan speed, temperature) from nct6792 chipset in FreeBSD? I'd like to watch the fan speed and send an alarm e-mail when the fan fails.
Linux has a driver for it and can show values:
is it possible to read sensor values (fan speed, temperature) from nct6792 chipset in FreeBSD? I'd like to watch the fan speed and send an alarm e-mail when the fan fails.
Linux has a driver for it and can show values:
Code:
# sensors
coretemp-isa-0000
Adapter: ISA adapter
Package id 0: +27.0°C (high = +80.0°C, crit = +100.0°C)
Core 0: +27.0°C (high = +80.0°C, crit = +100.0°C)
Core 1: +23.0°C (high = +80.0°C, crit = +100.0°C)
nct6792-isa-0a10
Adapter: ISA adapter
in0: 2.04 V (min = +0.00 V, max = +2.04 V) ALARM
in1: 0.00 V (min = +0.00 V, max = +2.04 V)
in2: 3.39 V (min = +3.10 V, max = +3.49 V)
in3: 3.39 V (min = +3.10 V, max = +3.49 V)
in4: 0.00 V (min = +0.00 V, max = +2.04 V)
in5: 0.00 V (min = +0.00 V, max = +2.04 V)
in6: 1.07 V (min = +0.00 V, max = +2.04 V)
in7: 3.41 V (min = +3.10 V, max = +3.49 V)
in8: 3.14 V (min = +2.58 V, max = +3.30 V)
in9: 1.01 V (min = +0.46 V, max = +1.06 V)
in10: 0.00 V (min = +0.00 V, max = +2.04 V)
in11: 0.00 V (min = +0.00 V, max = +2.04 V)
in12: 1.13 V (min = +1.05 V, max = +1.18 V)
in13: 0.00 V (min = +0.00 V, max = +2.04 V)
in14: 0.00 V (min = +0.00 V, max = +2.04 V)
fan1: 0 RPM (min = 0 RPM)
fan2: 757 RPM (min = 0 RPM)
SYSTIN: +24.0°C (high = -1.0°C, hyst = +0.0°C) ALARM sensor = thermistor
CPUTIN: +23.0°C (high = +80.0°C, hyst = +75.0°C) sensor = thermistor
AUXTIN0: +22.5°C sensor = thermistor
AUXTIN1: -128.0°C sensor = thermistor
AUXTIN2: -128.0°C sensor = thermistor
AUXTIN3: -128.0°C sensor = thermistor
PECI Agent 0: +26.5°C
PCH_CHIP_CPU_MAX_TEMP: +0.0°C
PCH_CHIP_TEMP: +0.0°C
PCH_CPU_TEMP: +0.0°C
intrusion0: OK
intrusion1: ALARM
beep_enable: disabled