LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   lm_sensors config for NCT6798D (ASRock A520M Phantom Gaming 4) (https://www.linuxquestions.org/questions/linux-software-2/lm_sensors-config-for-nct6798d-asrock-a520m-phantom-gaming-4-a-4175734708/)

SimonLitt 03-09-2024 02:59 AM

lm_sensors config for NCT6798D (ASRock A520M Phantom Gaming 4)
 
I have a NCT6798D-R chip on the ASRock A520M Phantom Gaming 4 motherboard.
I couldn't find a working lm_sensors config for my new system. Everything is clear with fans. I figured out more about the voltage sensors this morning. But there are many readings from temperature sensors.

Can you tell me what these readings mean?
Code:

AUXTIN3:              +31.0°C  (high = +80.0°C, hyst = +75.0°C)
                                (crit = +100.0°C)  sensor = thermistor
AUXTIN4:              +26.0°C  (high = +80.0°C, hyst = +75.0°C)
                                (crit = +80.0°C)

`sensors -u` temperature part:
Code:

AUXTIN3:
  temp6_input: 31.000
  temp6_max: 80.000
  temp6_max_hyst: 75.000
  temp6_crit: 100.000
  temp6_alarm: 0.000
  temp6_type: 4.000
  temp6_offset: 0.000
  temp6_beep: 0.000
AUXTIN4:
  temp7_input: 26.000
  temp7_max: 80.000
  temp7_max_hyst: 75.000
  temp7_crit: 80.000
  temp7_alarm: 0.000
  temp7_beep: 0.000

More logs here: https://github.com/SimonLitt/lm-sens...Rock/A520M-FG4


All times are GMT -5. The time now is 06:31 AM.