Skip to content

Instantly share code, notes, and snippets.

@tsohr
Created April 27, 2021 05:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tsohr/50944c437b3a0c44f98fdd4b0dc92da3 to your computer and use it in GitHub Desktop.
Save tsohr/50944c437b3a0c44f98fdd4b0dc92da3 to your computer and use it in GitHub Desktop.
Turn off sensord false alarm.
nct6779-isa-0290
Adapter: ISA adapter
Vcore: 512.00 mV (min = +0.00 V, max = +1.74 V)
AVCC: 3.31 V (min = +2.98 V, max = +3.63 V)
+3.3V: 3.31 V (min = +2.98 V, max = +3.63 V)
3VSB: 3.44 V (min = +2.98 V, max = +3.63 V)
Vbat: 3.26 V (min = +2.70 V, max = +3.63 V)
in9: 0.00 V (min = +0.00 V, max = +0.00 V)
fan1: 940 RPM (min = 0 RPM)
fan2: 1433 RPM (min = 0 RPM)
fan3: 0 RPM (min = 0 RPM)
fan4: 0 RPM (min = 0 RPM)
fan5: 0 RPM (min = 0 RPM)
CPUTIN: +39.5°C (high = +80.0°C, hyst = +75.0°C) sensor = thermistor
AUXTIN0: +14.5°C sensor = thermistor
AUXTIN1: +29.0°C sensor = thermistor
AUXTIN2: +22.0°C sensor = thermistor
AUXTIN3: -26.0°C sensor = thermistor
SMBUSMASTER 0: +52.0°C
PCH_CHIP_CPU_MAX_TEMP: +0.0°C
PCH_CHIP_TEMP: +0.0°C
PCH_CPU_TEMP: +0.0°C
beep_enable: disabled
nouveau-pci-0a00
Adapter: PCI adapter
fan1: 478 RPM
temp1: +39.0°C (high = +95.0°C, hyst = +3.0°C)
(crit = +105.0°C, hyst = +5.0°C)
(emerg = +135.0°C, hyst = +5.0°C)
nct6779-isa-0290
Adapter: ISA adapter
Vcore: 512.00 mV (min = +0.00 V, max = +1.74 V)
in1: 1.27 V (min = +0.00 V, max = +0.00 V) ALARM
AVCC: 3.31 V (min = +2.98 V, max = +3.63 V)
+3.3V: 3.31 V (min = +2.98 V, max = +3.63 V)
in4: 1.85 V (min = +0.00 V, max = +0.00 V) ALARM
in5: 1.02 V (min = +0.00 V, max = +0.00 V) ALARM
in6: 1.22 V (min = +0.00 V, max = +0.00 V) ALARM
3VSB: 3.44 V (min = +2.98 V, max = +3.63 V)
Vbat: 3.26 V (min = +2.70 V, max = +3.63 V)
in9: 0.00 V (min = +0.00 V, max = +0.00 V)
in10: 936.00 mV (min = +0.00 V, max = +0.00 V) ALARM
in11: 1.07 V (min = +0.00 V, max = +0.00 V) ALARM
in12: 1.67 V (min = +0.00 V, max = +0.00 V) ALARM
in13: 320.00 mV (min = +0.00 V, max = +0.00 V) ALARM
in14: 1.83 V (min = +0.00 V, max = +0.00 V) ALARM
fan1: 9820 RPM (min = 0 RPM)
fan2: 1459 RPM (min = 0 RPM)
fan3: 0 RPM (min = 0 RPM)
fan4: 0 RPM (min = 0 RPM)
fan5: 0 RPM (min = 0 RPM)
SYSTIN: +35.0°C (high = +0.0°C, hyst = +0.0°C) ALARM sensor = thermistor
CPUTIN: +39.5°C (high = +80.0°C, hyst = +75.0°C) sensor = thermistor
AUXTIN0: +14.5°C sensor = thermistor
AUXTIN1: +29.0°C sensor = thermistor
AUXTIN2: +22.0°C sensor = thermistor
AUXTIN3: -26.0°C sensor = thermistor
SMBUSMASTER 0: +58.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
nouveau-pci-0a00
Adapter: PCI adapter
fan1: 498 RPM
temp1: +39.0°C (high = +95.0°C, hyst = +3.0°C)
(crit = +105.0°C, hyst = +5.0°C)
(emerg = +135.0°C, hyst = +5.0°C)
#!vim /etc/sensors3.conf
chip "w83627ehf-*" "w83627dhg-*" "w83667hg-*" "nct6775-*" "nct6776-*" \
"nct6779-*" "nct6791-*" "nct6795-*" "nct6796-*"
label in0 "Vcore"
label in2 "AVCC"
label in3 "+3.3V"
label in7 "3VSB"
label in8 "Vbat"
ignore in1
ignore in4
ignore in5
ignore in6
ignore in10
ignore in11
ignore in12
ignore in13
ignore in14
set in2_min 3.3 * 0.90
set in2_max 3.3 * 1.10
set in3_min 3.3 * 0.90
set in3_max 3.3 * 1.10
set in7_min 3.3 * 0.90
set in7_max 3.3 * 1.10
set in8_min 3.0 * 0.90
set in8_max 3.3 * 1.10
ignore temp1
ignore intrusion0
ignore intrusion1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment