Linux:Sensors Fans

From Nigel's Wiki
Revision as of 18:12, 23 June 2021 by Nelgin (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

  1. you may have some of these already

sudo apt-get install git dkms build-essential linux-headers-generic sudo make dkms sensors