https://bugzilla.kernel.org/show_bug.cgi?id=204807 Per Melin (kernel@xxxxxxxxx) changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kernel@xxxxxxxxx --- Comment #210 from Per Melin (kernel@xxxxxxxxx) --- One more board. --- a/drivers/hwmon/nct6775.c +++ b/drivers/hwmon/nct6775.c @@ -5001,6 +5001,7 @@ static const char * const asus_wmi_boards[] = { "ROG STRIX X570-F GAMING", "ROG STRIX X570-I GAMING", "ROG STRIX Z390-E GAMING", + "ROG STRIX Z390-F GAMING", "ROG STRIX Z490-I GAMING", "TUF GAMING B550M-PLUS", "TUF GAMING B550M-PLUS (WI-FI)", And it works. [ 8.534975] nct6775: Using Asus WMI to access 0xc1 chip. [ 8.535102] nct6775: Enabling hardware monitor logical device mappings. [ 8.535141] nct6775: Found NCT6798D or compatible chip at 0x2e:0x290 nct6798-isa-0290 Adapter: ISA adapter in0: 648.00 mV (min = +0.00 V, max = +1.74 V) in1: 1000.00 mV (min = +0.00 V, max = +0.00 V) ALARM in2: 3.38 V (min = +0.00 V, max = +0.00 V) ALARM in3: 3.36 V (min = +0.00 V, max = +0.00 V) ALARM in4: 1.01 V (min = +0.00 V, max = +0.00 V) ALARM in5: 176.00 mV (min = +0.00 V, max = +0.00 V) ALARM in6: 0.00 V (min = +0.00 V, max = +0.00 V) in7: 3.38 V (min = +0.00 V, max = +0.00 V) ALARM in8: 3.12 V (min = +0.00 V, max = +0.00 V) ALARM in9: 528.00 mV (min = +0.00 V, max = +0.00 V) ALARM in10: 584.00 mV (min = +0.00 V, max = +0.00 V) ALARM in11: 512.00 mV (min = +0.00 V, max = +0.00 V) ALARM in12: 1.06 V (min = +0.00 V, max = +0.00 V) ALARM in13: 296.00 mV (min = +0.00 V, max = +0.00 V) ALARM in14: 560.00 mV (min = +0.00 V, max = +0.00 V) ALARM fan1: 481 RPM (min = 0 RPM) fan2: 520 RPM (min = 0 RPM) fan3: 435 RPM (min = 0 RPM) fan4: 484 RPM (min = 0 RPM) fan5: 0 RPM (min = 0 RPM) fan6: 517 RPM (min = 0 RPM) fan7: 4231 RPM (min = 0 RPM) SYSTIN: +28.0°C (high = +80.0°C, hyst = +75.0°C) sensor = thermistor CPUTIN: +32.5°C (high = +80.0°C, hyst = +75.0°C) sensor = thermistor AUXTIN0: -128.0°C sensor = thermistor AUXTIN1: +17.0°C sensor = thermistor AUXTIN2: +25.0°C sensor = thermistor AUXTIN3: +53.0°C sensor = thermistor PECI Agent 0 Calibration: +32.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 acpitz-acpi-0 Adapter: ACPI interface temp1: +27.8°C (crit = +119.0°C) coretemp-isa-0000 Adapter: ISA adapter Package id 0: +45.0°C (high = +86.0°C, crit = +100.0°C) Core 0: +32.0°C (high = +86.0°C, crit = +100.0°C) Core 1: +33.0°C (high = +86.0°C, crit = +100.0°C) Core 2: +33.0°C (high = +86.0°C, crit = +100.0°C) Core 3: +45.0°C (high = +86.0°C, crit = +100.0°C) Core 4: +32.0°C (high = +86.0°C, crit = +100.0°C) Core 5: +33.0°C (high = +86.0°C, crit = +100.0°C) Core 6: +33.0°C (high = +86.0°C, crit = +100.0°C) Core 7: +32.0°C (high = +86.0°C, crit = +100.0°C) -- You may reply to this email to add a comment. You are receiving this mail because: You are watching the assignee of the bug.