Thinkfan不会在启动时运行,但我可以通过命令systemctl启动thinkfan.service来运行它。在它上运行状态检查以查看它在重新启动后是否正在运行,这将给出以下错误:
root@ThinkPad-T470:/home/mickbeck# systemctl status thinkfan.service
● 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 Sat 2018-12-08 19:37:43 CST; 2min 7s ago
Process: 815 ExecStart=/usr/sbin/thinkfan (code=exited, status=4)
Dec 08 19:37:43 ThinkPad-T470 systemd[1]: Starting simple and lightweight fan control program...
Dec 08 19:37:43 ThinkPad-T470 thinkfan[815]: thinkfan 0.9.1 starting...
Dec 08 19:37:43 ThinkPad-T470 systemd[1]: thinkfan.service: Control process exited, code=exited status=4
Dec 08 19:37:43 ThinkPad-T470 systemd[1]: Failed to start simple and lightweight fan control program.
Dec 08 19:37:43 ThinkPad-T470 systemd[1]: thinkfan.service: Unit entered failed state.
Dec 08 19:37:43 ThinkPad-T470 systemd[1]: thinkfan.service: Failed with result 'exit-code'.怎么回事?
也感谢你抽出时间阅读这篇文章。
发布于 2018-12-09 20:03:24
好的,我通过从我的/etc/thinkfan.conf . from文件中移除虚拟的临时级别来让它正常工作。
不确定这是否会是一个问题,只是有coretemp。但它很管用
https://askubuntu.com/questions/1099473
复制相似问题