今天我用本教程安装了C0,一切都很顺利,直到我发现我不能
echo "options thinkpad_acpi fan_control=1" > /etc/modprobe.d/thinkfan.conf因为被拒绝的许可。所以我使用了su并运行了命令。当我发现我完全丢失了一些文件,包括默认温度设置和服务无法启动之后
● thinkfan.service - simple and lightweight fan control program
Loaded: loaded (/lib/systemd/system/thinkfan.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Tue 2018-08-21 21:40:53 CEST; 7ms ago
Process: 3115 ExecStart=/usr/sbin/thinkfan $DAEMON_ARGS (code=exited, status=4)
srp 21 21:40:53 petr-x230 systemd[1]: thinkfan.service: Control process exited, code=exited status=4
srp 21 21:40:53 petr-x230 thinkfan[3115]: WARNING: Using default temperature inputs in /proc/acpi/ibm/thermal.
srp 21 21:40:53 petr-x230 systemd[1]: thinkfan.service: Failed with result 'exit-code'.
srp 21 21:40:53 petr-x230 thinkfan[3115]: /proc/acpi/ibm/thermal: No such file or directory
srp 21 21:40:53 petr-x230 thinkfan[3115]: add_sensor: Error getting temperature.
srp 21 21:40:53 petr-x230 thinkfan[3115]: /proc/acpi/ibm/thermal: No such file or directory
srp 21 21:40:53 petr-x230 systemd[1]: Failed to start simple and lightweight fan control program.
srp 21 21:40:53 petr-x230 thinkfan[3115]: Error parsing temperatures:
srp 21 21:40:53 petr-x230 thinkfan[3115]: readconfig: Error getting temperature.
srp 21 21:40:53 petr-x230 thinkfan[3115]: Refusing to run without usable config file!我该怎么办?
发布于 2018-08-21 20:09:48
好吧,重新安装成功了:我用:
sudo apt安装--重新安装thinkfan
https://askubuntu.com/questions/1067622
复制相似问题