Управление вентиляторами ASUS на Kubuntu 18.04

Установить программное обеспечение
Система:
# sensors-detect revision 6284 (2015-05-31 14:00:33 +0200)
# Board: ASUSTeK Computer INC. P5N-E SLI
# Kernel: 4.18.0-15-generic x86_64
# Processor: Intel(R) Xeon(R) CPU X5460 @ 3.16GHz (6/23/10)
Не забываем отключить в BIOS Fancontrol!!!
sudo apt-get install lm-sensors xsensors fancontrol
sudo sensors-detect
Добавляем sensors в автозагрузку:
sudo service kmod start
sensors
xsensors
sudo pwmconfig
Добавляем fancontrol в автозагрузку:
sudo systemctl enable fancontrol
Стартуем:
sudo systemctl start fancontrol
Если не видит скорости, то добавляем в GRUB по пути /etc/default/grub следующие строчки:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_enforce_resources=lax"
Конфигурация GRUB:
# If you change this file, run 'update-grub' afterwards to update
# /boot/grub/grub.cfg.
# For full documentation of the options in this file, see:
# info -f grub -n 'Simple configuration'
GRUB_DEFAULT=0
GRUB_TIMEOUT_STYLE=hidden
GRUB_TIMEOUT=0
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_enforce_resources=lax"
GRUB_CMDLINE_LINUX=""
# Uncomment to enable BadRAM filtering, modify to suit your needs
# This works with Linux (no patch required) and with any kernel that obtains
# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...)
#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef"
# Uncomment to disable graphical terminal (grub-pc only)
#GRUB_TERMINAL=console
# The resolution used on graphical terminal
# note that you can use only modes which your graphic card supports via VBE
# you can see them in real GRUB with the command `vbeinfo'
#GRUB_GFXMODE=640x480
# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux
#GRUB_DISABLE_LINUX_UUID=true
# Uncomment to disable generation of recovery mode menu entries
#GRUB_DISABLE_RECOVERY="true"
# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE="480 440 1"
Обновляем конфигурацию загрузчика:
sudo update-grub
Перезагружаемся.
Моя конфигурация в /etc/fancontrol
# Configuration file generated by pwmconfig, changes will be lost
INTERVAL=10
DEVPATH=hwmon3=devices/platform/it87.656
DEVNAME=hwmon3=it8718
FCTEMPS= hwmon3/pwm2=hwmon3/temp1_input
FCFANS= hwmon3/pwm2=hwmon3/fan2_input
MINTEMP= hwmon3/pwm2=40
MAXTEMP= hwmon3/pwm2=60
MINSTART= hwmon3/pwm2=110
MINSTOP= hwmon3/pwm2=80
MINPWM=hwmon3/pwm2=70
Статьи: