Skip to content

Instantly share code, notes, and snippets.

@laris
Created October 25, 2018 08:52
Show Gist options
  • Save laris/e3eb3c5bb5b1337cd3e3214c4ba17e75 to your computer and use it in GitHub Desktop.
Save laris/e3eb3c5bb5b1337cd3e3214c4ba17e75 to your computer and use it in GitHub Desktop.
Linux-sensor-it87
https://rog.asus.com/forum/showthread.php?92313-linux-lm_sensors-it87-driver
```
Darth Ender
04-06-2017 03:59 AM
linux lm_sensors it87 driver
Looks like support is on it's way. You can clone the git repository https://github.com/groeck/it87 and build your own it87 module. Temps and rpms seem accurate on my 1800x, voltages need some calibrating.
amdgpu-pci-2900
Adapter: PCI adapter
fan1: 931 RPM
temp1: +34.0°C (crit = +0.0°C, hyst = +0.0°C)
it8665-isa-0290
Adapter: ISA adapter
in0: +0.68 V (min = +1.30 V, max = +2.41 V)
in1: +0.68 V (min = +2.55 V, max = +2.56 V)
in2: +2.03 V (min = +2.39 V, max = +1.30 V)
in3: +2.01 V (min = +2.39 V, max = +0.97 V)
in4: +0.53 V (min = +1.29 V, max = +1.71 V)
in5: +0.46 V (min = +1.30 V, max = +1.98 V)
in6: +0.91 V (min = +1.21 V, max = +1.17 V)
3VSB: +1.67 V (min = +0.60 V, max = +2.04 V)
Vbat: +1.58 V
+3.3V: +1.67 V
fan1: 978 RPM (min = 10 RPM)
fan4: 0 RPM (min = -1 RPM)
fan5: 0 RPM (min = -1 RPM)
fan6: 5487 RPM (min = -1 RPM)
temp1: +36.0°C (low = -42.0°C, high = -9.0°C) sensor = thermistor
temp2: +30.0°C (low = -1.0°C, high = -3.0°C) sensor = thermistor
temp3: +29.0°C (low = +35.0°C, high = -19.0°C) sensor = thermistor
intrusion0: ALARM
```
https://www.reddit.com/r/linux/comments/8zp2l5/it87_sensors_module_upstream_will_soon_be_no_more/
IT87 Linux Driver For Supporting Many Motherboard Sensors Is Facing Death
Written by Michael Larabel in Linux Kernel on 17 July 2018 at 02:37 PM EDT. 28 Comments
https://www.phoronix.com/scan.php?page=news_item&px=IT87-Linux-Driver-Axing
```
DRIVER REMOVAL NOTICE
=====================
I have been unable to meet support demands for this driver, resulting in unpleasant experience and frustration for everyone involved.
Consequently, the driver will be removed from github, effective August 1, 2018. Interested parties are encouraged to clone the driver before that time and to start maintaining it on their own.
```
https://github.com/groeck/it87
https://github.com/a1wong/it87
https://github.com/xdarklight/hwmon-it87
http://galileo.dmi.unict.it/utenti/emanuele-f/?post=Fan_speed_with_IT87_driver
```
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment