Skip to content

for Thinkpad users: get temperature sensor indices and names for thinkfan.conf

Notifications You must be signed in to change notification settings

jdvfx/thinkfan_autoconf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

example output:

>ERR, could not read: /sys/class/hwmon/hwmon6/temp8_input
-- sensor ignored --

sensors:
  # ACPITZ
  - hwmon: /sys/class/hwmon/hwmon1
    name: acpitz
    indices: [1]
  # NVME
  - hwmon: /sys/class/hwmon/hwmon3
    name: nvme
    indices: [1, 2, 3]
  # AMDGPU
  - hwmon: /sys/class/hwmon/hwmon4
    name: amdgpu
    indices: [1]
  # K10TEMP
  - hwmon: /sys/class/hwmon/hwmon5
    name: k10temp
    indices: [1]
  # THINKPAD
  - hwmon: /sys/class/hwmon/hwmon6
    name: thinkpad
    indices: [1, 2, 3, 4, 5, 6, 7]

usage:

:python thinkfan-hwmon-autoconf.py

replace the sensors: section in /etc/thinkfan.conf make sure to keep the fans: and levels:

About

for Thinkpad users: get temperature sensor indices and names for thinkfan.conf

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages