Skip to content

Instantly share code, notes, and snippets.

@PingNote
Last active June 8, 2017 16:57
Show Gist options
  • Save PingNote/c957322fd8744ffbd06c to your computer and use it in GitHub Desktop.
Save PingNote/c957322fd8744ffbd06c to your computer and use it in GitHub Desktop.
Archlinux for ThinkPad X201
https://wiki.archlinux.org/index.php/Yaourt
https://wiki.archlinux.org/index.php/Thinkpad_Fan_Control
(Broken_package_links)
https://wiki.archlinux.org/index.php/Lenovo_ThinkPad_X201
yaourt thinkfan
http://www.thinkwiki.org/wiki/How_to_control_fan_speed
create /etc/modprobe.d/thinkpad_acpi.conf with: options thinkpad_acpi fan_control=1 and install the package thinkfan
Having done so, reboot.
File: tpfanc.script
while true; do
#echo level disengaged > /proc/acpi/ibm/fan
echo level disengaged | sudo tee /proc/acpi/ibm/fan
sleep 1
#clear
#sensors
#cat /proc/acpi/ibm/fan
done
https://wiki.archlinux.org/index.php/Systemd
https://wiki.archlinux.org/index.php/IBus
--
lightdm freez? go to TTY and reinstall lightdm-gtk-greeter !
edit /etc/default/grub , Line: GRUB_CMDLINE_LINUX_DEFAULT
Update grub.cfg afterwards: grub-mkconfig -o /boot/grub/grub.cfg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment