Linux:Sensors Fans
Jump to navigation
Jump to search
1, Find your model name: sudo dmidecode > sensors.txt open file and search
(my sensor is IT8665E)
Management Device Description: ITE IT8665E Type: Other Address: 0x00000295 Address Type: I/O Port
2, Confirm that yours are listed at https://github.com/a1wong/it87 and then: git clone git clone https://github.com/a1wong/it87.git cd it87/ make clean make sudo make install
3, Get required program and add the drivers: echo "it87" | sudo tee -a /etc/modules #if you haven't done this already
- you may have some of these already
sudo apt-get install git dkms build-essential linux-headers-generic sudo make dkms sensors