Linux:Sensors Fans: Difference between revisions
Jump to navigation
Jump to search
(Created page with "1, Find your model name: sudo dmidecode > sensors.txt open file and search (my sensor is IT8665E) Management Device Description: ITE IT8665E Type: Other Addr...") |
No edit summary |
||
Line 1: | Line 1: | ||
1, Find your model name: | 1, Find your model name: | ||
sudo dmidecode > sensors.txt | sudo dmidecode > sensors.txt | ||
open file and search | open file and search | ||
(my sensor is IT8665E) | (my sensor is IT8665E) | ||
Line 12: | Line 15: | ||
2, Confirm that yours are listed at https://github.com/a1wong/it87 and then: | 2, Confirm that yours are listed at https://github.com/a1wong/it87 and then: | ||
git clone git clone https://github.com/a1wong/it87.git | git clone git clone https://github.com/a1wong/it87.git | ||
cd it87/ | cd it87/ | ||
make clean | make clean | ||
make | make | ||
sudo make install | sudo make install | ||
3, Get required program and add the drivers: | 3, Get required program and add the drivers: | ||
echo "it87" | sudo tee -a /etc/modules #if you haven't done this already | echo "it87" | sudo tee -a /etc/modules #if you haven't done this already | ||
#you may have some of these already | #you may have some of these already | ||
sudo apt-get install git dkms build-essential linux-headers-generic | sudo apt-get install git dkms build-essential linux-headers-generic | ||
sudo make dkms | sudo make dkms | ||
sensors | sensors |
Latest revision as of 18:13, 23 June 2021
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