LINUX.ORG.RU

не могу изменить скорость кулера arch linux.

 , , , ,


2

2

Arch стоит на ноутбуке lenovo thinkpad t420s. echo 255 >> /sys/class/hwmon/hwmon1/device/pwm1 ничего не даёт. pwmconfig выдаёт : # pwmconfig # pwmconfig revision $Revision$ ($Date$) This program will search your sensors for pulse width modulation (pwm) controls, and test each one to see if it controls a fan on your motherboard. Note that many motherboards do not have pwm circuitry installed, even if your sensor chip supports pwm.

We will attempt to briefly stop each fan using the pwm controls. The program will attempt to restore each fan to full speed after testing. However, it is ** very important ** that you physically verify that the fans have been to full speed after the program has completed.

Found the following devices: hwmon0 is acpitz hwmon1/device is thinkpad hwmon2 is coretemp

Found the following PWM controls: hwmon1/device/pwm1 current value: 255 hwmon1/device/pwm1 is currently setup for automatic speed control. In general, automatic mode is preferred over manual mode, as it is more efficient and it reacts faster. Are you sure that you want to setup this output for manual control? (n) There are no usable PWM outputs.



Последнее исправление: MIISHA (всего исправлений: 1)

current value: 255 hwmon1/device/pwm1 is currently setup for automatic speed control

Возможно какие-то из этих утилит помогут

Deleted
()
Последнее исправление: Deleted (всего исправлений: 2)
Ответ на: тебе нужен thinkfan от pekmop1024

Во, это, спасибо за то что напомнили)

Тоже искал только вот вспомнить никак не мог

Deleted
()

Добавьте тег thinkpad пожалуйста

Wind ★★★
()

для начала нужно echo 1 > pwm1_enable

onlybugs ★★
()
4 ноября 2017 г.
Ответ на: тебе нужен thinkfan от pekmop1024

(127, 85, 32767)

127 — это «full-speed»?

commands:	level <level> (<level> is 0-7, auto, disengaged, full-speed)

Кстати любопытно, что его можно включить только принудительно (по крайней мере на T440p), 5400 оборотов.

Я сейчас переделываю конфиг в yaml формат для бетки.

Bruce_Lee ★★
()
Последнее исправление: Bruce_Lee (всего исправлений: 1)

Вот кому интересно конфиг (/etc/thinkfan.conf) для T440p для бетки (и начиная с 1.0 версии) thinkfan и в новом формате для конфига (yaml), обратите внимание, что после 7-й скорости начинает херачить в full-speed, хорошо для квадкоров.

sensors:
  - hwmon: /sys/devices/virtual/hwmon/hwmon0/temp1_input

fans:
  - tpacpi: /proc/acpi/ibm/fan

levels:
 - [0,                   0,    50]
 - [1,                  46,    54]
 - [2,                  50,    58]
 - [3,                  54,    62]
 - [4,                  58,    66]
 - [5,                  62,    70]
 - [6,                  66,    74]
 - [7,                  70,    80]
 - ["level full-speed", 76, 32767]
Bruce_Lee ★★
()
Последнее исправление: Bruce_Lee (всего исправлений: 1)
Ответ на: комментарий от Bruce_Lee

конкретно эти настройки для ускоренного охлаждения и предупреждения тротла, кто хочет более тихий, то вот в чем суть:

 - [FANSPEED, LOWER_LIMIT, UPPER_LIMIT]

Bruce_Lee ★★
()

биос сильно кастрирован? я в нем ветиляторы глушу...

amd_amd ★★★★★
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.