我在一台较老的戴尔笔记本电脑上运行Ubuntu20.04,最近,我注意到它变得非常热。我试着运行sudo pwmconfig,其输出是;
Found the following fan sensors:
hwmon5/fan1_input current speed: 0 ... skipping!
There are no working fan sensors, all readings are 0.
Make sure you have a 3-wire fan connected.
You may also need to increase the fan divisors.我不知道风扇是否工作,也不知道如何启动,这是我需要知道的。
发布于 2021-08-16 16:23:32
我不知道如何启动粉丝--我甚至怀疑这是可能的--但我知道你如何去质疑他们:
安装ipmi工具:
sudo apt-get install freeipmi然后查询所有传感器:
sudo ipmi-sensors | grep FAN这将给我的系统,安装风扇与转速。
https://askubuntu.com/questions/1358348
复制相似问题