For me below steps worked flawlessly to have Asus Z890 Plus Wifi drivers recognized on Unraid, and mobo, fan, etc., sensor data read. Unraid terminal sensors Then grep -H . /sys/class/hwmon/hwmon*/name Then sensors-detect For sensors-detect, press Enter to accept the recommended/default answers. At the end, it should report something resembling: ... Trying family `VIA/Winbond/Nuvoton/Fintek'... Yes Found unknown chip with ID 0xd806 (logical device B has address 0x290, could be sensors) ... Take a note of force_id 0xd806 Driver nct6775 Chip Nuvoton NCT6799D The name of the chip may differ. Don’t modify /boot/config/go or add acpi_enforce_resources=lax yet, the latter is an older workaround with potential side effects. Input modprobe nct6775 sensors Result nct6798-isa-0290 Adapter: ISA adapter SYSTIN: +32.0°C CPUTIN: +44.0°C AUXTIN0: +30.0°C fan1: 700 RPM fan2: 500 RPM ... Unraid Terminal grep -n "nct6775" /boot/config/go Then nano /boot/config/go In the new window, add this line below #!/bin/bash: You have your force_id from above previous codes modprobe nct6775 force_id=0xd806 Save with: Ctrl+O → Enter → Ctrl+X