pwmconfig 没有配置风扇

pwmconfig 没有配置风扇

想控制风扇速度。试过了pwmconfig,但没用。

我明白了

hwmon1/pwm3 is currently setup for automatic speed control

这个 (hwmon1/pwm3) 是我的噪音发生器。需要手动模式,而且配置末尾pwmconfig缺少选项,我的意思是在 5 个选项中,我只得到 4 个,而且 /etc/fancontrol 似乎为空。

编辑-2

    sudo pwmconfig
[sudo] password for seebox: 
# pwmconfig version 3.6.0
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 coretemp
   hwmon1 is it8718

Found the following PWM controls:
   hwmon1/pwm1           current value: 254
   hwmon1/pwm2           current value: 254
   hwmon1/pwm3           current value: 254
hwmon1/pwm3 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) yes

Giving the fans some time to reach full speed...
Found the following fan sensors:
   hwmon1/fan1_input     current speed: 4218 RPM
   hwmon1/fan2_input     current speed: 0 ... skipping!

Warning!!! This program will stop your fans, one at a time,
for approximately 5 seconds each!!!
This may cause your processor temperature to rise!!!
If you do not want to do this hit control-C now!!!
Hit return to continue: 

Testing pwm control hwmon1/pwm1 ...
  hwmon1/fan1_input ... speed was 4218 now 3358
    no correlation

No correlations were detected.
There is either no fan connected to the output of hwmon1/pwm1,
or the connected fan has no rpm-signal connected to one of
the tested fan sensors. (Note: not all motherboards have
the pwm outputs connected to the fan connectors,
check out the hardware database on http://www.almico.com/forumindex.php)

Did you see/hear a fan stopping during the above test (n)? n

Testing pwm control hwmon1/pwm2 ...
  hwmon1/fan1_input ... speed was 4218 now 3169
    no correlation

No correlations were detected.
There is either no fan connected to the output of hwmon1/pwm2,
or the connected fan has no rpm-signal connected to one of
the tested fan sensors. (Note: not all motherboards have
the pwm outputs connected to the fan connectors,
check out the hardware database on http://www.almico.com/forumindex.php)

Did you see/hear a fan stopping during the above test (n)? n

Testing is complete.
Please verify that all fans have returned to their normal speed.

The fancontrol script can automatically respond to temperature changes
of your system by changing fanspeeds.
Do you want to set up its configuration file now (y)? y
What should be the path to your fancontrol config file (/etc/fancontrol)? 
Loading configuration from /etc/fancontrol ...

Select fan output to configure, or other action:
1) Change INTERVAL     3) Save and quit
2) Just quit           4) Show configuration

select (1-n):

答案1

测试期间似乎跳过了 pwm3。尝试以/sys/devices/platform/it87.656/hwmon/hwmon1/pwm3_enableroot 身份编辑文件并将其值设置为 1 来启用它。然后pwmconfig再次运行。您还可以通过编辑/sys/devices/platform/it87.656/hwmon/hwmon1/pwm3并将其设置为 0-255 之间的值来手动设置风扇速度。

相关内容