MSI B75MA-P45 上未安装支持 pwm 的传感器模块

Mar*_*amn 5 centos fan sensors

我在 Centos 6 上使用 MSI B75MA-P45 主板,我的 CPU 风扇目前停留在 100%。我可以在 BIOS 中看到风扇的 RPM 和温度,但是当我运行传感器检测时,我只能看到 CPU 和核心温度。

我的风扇通过主板上的 4 针系统风扇接口连接。

关于我可以做些什么来让 pwm 为我的粉丝工作的任何想法?

更新:

这是我检查传感器时可以看到的

[root@localhost config]# sensors
acpitz-virtual-0
Adapter: Virtual device
temp1:        +27.8 C  (crit = +106.0 C)
temp2:        +29.8 C  (crit = +106.0 C)

coretemp-isa-0000
Adapter: ISA adapter
Physical id 0:  +31.0 C  (high = +85.0 C, crit = +105.0 C)
Core 0:         +31.0 C  (high = +85.0 C, crit = +105.0 C)
Core 1:         +29.0 C  (high = +85.0 C, crit = +105.0 C)
Run Code Online (Sandbox Code Playgroud)

我在运行传感器检测时得到以下信息,并且想知道为什么我在运行传感器时看不到 lm78?

Now follows a summary of the probes I have just done.
Just press ENTER to continue: 

Driver `coretemp':
  * Chip `Intel digital thermal sensor' (confidence: 9)

Driver `lm78':
  * ISA bus, address 0x290
    Chip `National Semiconductor LM78' (confidence: 6)

Do you want to overwrite /etc/sysconfig/lm_sensors? (YES/no): YES
Run Code Online (Sandbox Code Playgroud)

更新 2:

运行 pwmconfig 时出现以下问题

/usr/sbin/pwmconfig: There are no pwm-capable sensor modules installed
Run Code Online (Sandbox Code Playgroud)

psu*_*usi 0

您需要加载 lm78 驱动程序:

modprobe lm78
Run Code Online (Sandbox Code Playgroud)