Support power management of new motherboards

mariumotea

New Member
Aug 13, 2018
7
0
1
41
Hi,

The integrated it87 driver don't support new motherboards (like ones using Z370 chipsets). Same issue was opened to Ubuntu and the maintainer already provided the patch for this. Is possible to apply this patch also to Proxmox kernel because without support for this controller we cannot see parameters like voltages, fans, sensors, etc.

Thanks,
Marius.
 
the patch you posted is only for the watchdog part, not for the sensor side

you can of course recompile the module from source e.g. from https://github.com/bbqlinux/it87
(groeck seemingly could not develop the driver anymore and opted to remove it from github)
 
i already tried that

Code:
modprobe: ERROR: could not insert 'it87': Device or resource busy
Makefile:90: recipe for target 'dkms' failed
make: *** [dkms] Error 1
root@pve:~/it87-master#