Skip to content

Instantly share code, notes, and snippets.

@yuceltoluyag
Created April 7, 2021 06:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yuceltoluyag/e454dcad26d0f7f4c11c6e1d3abc4362 to your computer and use it in GitHub Desktop.
Save yuceltoluyag/e454dcad26d0f7f4c11c6e1d3abc4362 to your computer and use it in GitHub Desktop.
thinkpad-w520-thinkfan-archlinux-config
tp_fan /proc/acpi/ibm/fan
hwmon /sys/devices/platform/coretemp.0/hwmon/hwmon3/temp3_input
hwmon /sys/devices/platform/coretemp.0/hwmon/hwmon3/temp4_input
hwmon /sys/devices/platform/coretemp.0/hwmon/hwmon3/temp1_input
hwmon /sys/devices/platform/coretemp.0/hwmon/hwmon3/temp5_input
hwmon /sys/devices/platform/coretemp.0/hwmon/hwmon3/temp2_input
hwmon /sys/devices/virtual/thermal/thermal_zone0/hwmon1/temp1_input
# Fan Temp1 Temp2
(0, 0, 35)
(1, 30, 40)
(2, 35, 45)
(3, 40, 50)
(4, 45, 55)
(5, 50, 60)
(6, 55, 65)
(7, 60, 70)
(127, 65, 32767)
# last line is unregulated/max speed. Like this the Laptop will be ~ at 60
# info https://wiki.archlinux.org/index.php/fan_speed_control#ThinkPad_laptops
#Check your sensors find /sys/devices -type f -name "temp*_input"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment