AMD Ryzen 1700 ASUS B350-PLUS 4.13.0-45-generic
sudo apt-get install \
lm-sensors psensor build-essential bison flex
# install it87 \
cd && \
git clone https://github.com/groeck/it87.git && \
cd it87 && \
make && sudo make install && \
sudo modprobe it87 && \
sensors && \
# make it permanent \
sudo touch /etc/modules-load.d/it87.conf && \
sudo touch /etc/modprobe.d/it87.conf && \
echo 'it87' | sudo tee --append /etc/modules-load.d/it87.conf && \
echo 'options it87' | sudo tee --append /etc/modprobe.d/it87.conf
nct6775 not work