无法运行 pwmconfig(没有安装支持 pwm 的传感器模块)

无法运行 pwmconfig(没有安装支持 pwm 的传感器模块)

我正在尝试控制笔记本电脑(华为 Matebook D14 2020。配备 Vega GPU 的 AMD Ryzen 5 3500U)的风扇速度。我安装了 lm_sensors,并运行了 sudo sensor-detect。但是,当我尝试运行 sudo pwmconfig 时,我得到了以下输出:

# 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.

/usr/bin/pwmconfig: There are no pwm-capable sensor modules installed

我能做些什么?

相关内容