Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/jsf-2/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
使用linux mint控制联想瑜伽2.13上的风扇速度_Linux - Fatal编程技术网

使用linux mint控制联想瑜伽2.13上的风扇速度

使用linux mint控制联想瑜伽2.13上的风扇速度,linux,Linux,我试图解决控制风扇速度的问题。(风扇声音太大,几乎总是不必要地运转)我遵循了本手册:但我面临以下问题。在第一步之后: sudo传感器检测 /etc/modules文件包含以下内容 # /etc/modules: kernel modules to load at boot time. # # This file contains the names of kernel modules that should be loaded # at boot time, one per line. Line

我试图解决控制风扇速度的问题。(风扇声音太大,几乎总是不必要地运转)我遵循了本手册:但我面临以下问题。在第一步之后:
sudo传感器检测
/etc/modules文件包含以下内容

# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.
# Parameters can be specified after the module name.

lp
rtc

# Generated by sensors-detect on Sun Jul  5 22:45:57 2015
# Chip drivers
coretemp

# Generated by sensors-detect on Sun Jul  5 23:21:04 2015 
# Chip drivers
coretemp

# Generated by sensors-detect on Sun Jul  5 23:32:50 2015
# Chip drivers
coretemp
# I2C adapter drivers
i2c-viapro
i2c-isa
# I2C chip drivers
eeprom
it87

# Generated by sensors-detect on Sat Apr 16 11:49:27 2016
# Chip drivers
coretemp
cpuid
i2c-dev
在下一步中:
sudo服务模块init tools restart
我得到这个失败:
模块初始化工具:无法识别的服务
这是否意味着没有可用于控制风扇转速的传感器?有可能以某种方式修复它吗?我举着下面的平台:
Linux-Vlad-Lenovo 3.13.0-24-generic#46 Ubuntu SMP-Thu Apr 10 19:11:08 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
风扇噪音真让我抓狂。你能帮我解决这个问题吗。 提前谢谢