适用于采用 Debian 的 Dell M3800 的风扇/热控制

适用于采用 Debian 的 Dell M3800 的风扇/热控制

我在 Dell Precision M3800 上安装了 Debian 9 Stretch,它运行良好……除了热控制之外。

如果我 lshw,我会得到这个:

*-generic:1 UNCLAIMED
     description: Signal processing controller
     product: 8 Series Chipset Family Thermal Management Controller
     vendor: Intel Corporation
     physical id: 1f.6
     bus info: pci@0000:00:1f.6
     version: 05
     width: 64 bits
     clock: 33MHz
     capabilities: pm msi cap_list
     configuration: latency=0
     resources: memory:f7a20000-f7a20fff

如果我运行传感器,我会得到:

$ sensors
dell_smm-virtual-0
Adapter: Virtual device
Processor Fan: 4800 RPM
Video Fan:     4900 RPM
CPU:            +40.0°C 



acpitz-virtual-0
Adapter: Virtual device
temp1:        +27.8°C  (crit = +105.0°C)
temp2:       -269.2°C  (crit = +105.0°C)

nouveau-pci-0200
Adapter: PCI adapter
GPU core:     +0.60 V  (min =  +0.60 V, max =  +1.20 V)
temp1:            N/A  (high = +95.0°C, hyst =  +3.0°C)
                       (crit = +105.0°C, hyst =  +5.0°C)
                       (emerg = +135.0°C, hyst =  +5.0°C)

coretemp-isa-0000
Adapter: ISA adapter
Physical id 0:  +39.0°C  (high = +84.0°C, crit = +100.0°C)
Core 0:         +38.0°C  (high = +84.0°C, crit = +100.0°C)
Core 1:         +38.0°C  (high = +84.0°C, crit = +100.0°C)
Core 2:         +38.0°C  (high = +84.0°C, crit = +100.0°C)
Core 3:         +38.0°C  (high = +84.0°C, crit = +100.0°C)

当我运行风扇控制时,风扇完全停止。当我退出时,风扇会全速运转。

我尝试过运行风扇控制、lm-传感器和Thermald,但似乎没有任何东西可以调节风扇速度。

我还运行了 pwmconfig 来尝试配置风扇设置,但我得到:

No correlations were detected.
There is either no fan connected to the output of hwmon2/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)

在上述测试 (n) 中,您是否看到/听到风扇停止运转?

我的回答是“是”,因为我和粉丝们设法生成了一个带有某些值的 /etc/fancontrol,但它不起作用。

任何指示将不胜感激。

相关内容