https://bugzilla.kernel.org/show_bug.cgi?id=204807 --- Comment #118 from Kamil Dudka (kdudka@xxxxxxxxxx) --- Thanks! I confirm the patch works for me with ASUS PRIME B360-PLUS and linux-5.14.5 after adding the board on the white-list: --- a/drivers/hwmon/nct6775.c +++ b/drivers/hwmon/nct6775.c @@ -4986,6 +4986,7 @@ static int __init nct6775_find(int sioaddr, struct nct6775_sio_data *sio_data) static struct platform_device *pdev[2]; static const char * const asus_wmi_boards[] = { + "PRIME B360-PLUS", "PRIME B460-PLUS", "ROG CROSSHAIR VIII DARK HERO", "ROG CROSSHAIR VIII HERO", # sensors nct6796-isa-0290 nct6796-isa-0290 Adapter: ISA adapter Vcore: 376.00 mV (min = +0.00 V, max = +1.74 V) in1: 1.02 V (min = +0.00 V, max = +0.00 V) ALARM AVCC: 3.46 V (min = +0.00 V, max = +0.00 V) ALARM +3.3V: 3.42 V (min = +0.00 V, max = +0.00 V) ALARM in4: 1.03 V (min = +0.00 V, max = +0.00 V) ALARM in5: 144.00 mV (min = +0.00 V, max = +0.00 V) ALARM in6: 120.00 mV (min = +0.00 V, max = +0.00 V) ALARM 3VSB: 3.46 V (min = +0.00 V, max = +0.00 V) ALARM Vbat: 3.22 V (min = +0.00 V, max = +0.00 V) ALARM in9: 1.05 V (min = +0.00 V, max = +0.00 V) ALARM in10: 152.00 mV (min = +0.00 V, max = +0.00 V) ALARM in11: 128.00 mV (min = +0.00 V, max = +0.00 V) ALARM in12: 136.00 mV (min = +0.00 V, max = +0.00 V) ALARM in13: 120.00 mV (min = +0.00 V, max = +0.00 V) ALARM in14: 136.00 mV (min = +0.00 V, max = +0.00 V) ALARM fan1: 1073 RPM (min = 0 RPM) fan2: 1214 RPM (min = 0 RPM) fan3: 0 RPM (min = 0 RPM) fan4: 0 RPM (min = 0 RPM) fan5: 0 RPM (min = 0 RPM) fan6: 0 RPM (min = 0 RPM) fan7: 0 RPM (min = 0 RPM) SYSTIN: +28.0°C (high = +98.0°C, hyst = +95.0°C) sensor = thermistor CPUTIN: +33.5°C (high = +80.0°C, hyst = +75.0°C) sensor = thermistor AUXTIN0: +111.0°C sensor = thermistor AUXTIN1: +118.0°C sensor = thermistor AUXTIN2: +117.0°C sensor = thermistor AUXTIN3: +118.0°C sensor = thermistor PECI Agent 0: +37.0°C (high = +98.0°C, hyst = +95.0°C) (crit = +100.0°C) PECI Agent 0 Calibration: +32.0°C PCH_CHIP_CPU_MAX_TEMP: +0.0°C PCH_CHIP_TEMP: +0.0°C intrusion0: ALARM intrusion1: ALARM beep_enable: disabled -- You may reply to this email to add a comment. You are receiving this mail because: You are watching the assignee of the bug.