Last updated: 2019-10-02

Enabling CPU Temperature Monitoring

NOTE: Tested in Ubuntu 16-04 w/ Kernel 4.4.72+

The crucial package to install is lm-sensors

The package, however, depends on the coretemp kernel module. To include it, install the linux-image-extras package for your specific kernel version:\ sudo apt-get install linux-image-extra-uname -r``

Then run:

sudo sensors-detect

Then restart kmod to load the new modules: sudo service kmod restart