我正在尝试控制Ubuntu 16.04上MSI GS60-2PC笔记本电脑的风扇速度。
但是pwmconfig
报告
There are no pwm-capable sensors modules installed
我非常确定可以控制这些风扇,因为Windows上的某些实用程序可以控制它们。
我做了什么
我已经
sensors-detect
像这样运行(作为根用户):yes | sensors-detect
看来只能检测到“ coretemp”。这是完整的结果。
然后
pwmconfig
(作为根):pwmconfig
而且我得到了著名的信息 There are no pwm-capable sensors modules installed
。
- 我已经尝试了以下方法,但是没有用:
- 添加到grub(然后重新启动):
acpi_osi=Linux
- 添加到grub(然后重新启动):
acpi_osi=!Windows 2012
- 添加到grub(然后重新启动):
acpi_enforce_resources=lax
- 添加到grub(然后重新启动):
运行sensors
命令后会得到什么
acpitz-virtual-0
Adapter: Virtual device
temp1: +27.8°C (crit = +105.0°C)
temp2: +29.8°C (crit = +105.0°C)
temp3: +50.0°C (crit = +100.0°C)
coretemp-isa-0000
Adapter: ISA adapter
Physical id 0: +48.0°C (high = +84.0°C, crit = +100.0°C)
Core 0: +48.0°C (high = +84.0°C, crit = +100.0°C)
Core 1: +44.0°C (high = +84.0°C, crit = +100.0°C)
Core 2: +46.0°C (high = +84.0°C, crit = +100.0°C)
Core 3: +44.0°C (high = +84.0°C, crit = +100.0°C)
编辑:这是lspci的结果。