Fur*_*ano 13 acpi fan thinkpad
我尝试运行 thinkfan。
我安装并配置了它。
但如果我这样做,我会得到一个错误。
chris@chris-ThinkPad-T410:~$ sudo thinkfan -n 警告:使用 /proc/acpi/ibm/thermal 中的默认温度输入。 从 /etc/thinkfan.conf 读取的配置: 风扇级别 低 高 0 0 42 1 40 47 2 45 52 3 50 57 4 55 62 5 60 67 6 65 72 7 70 77 127 75 32767 模块 thinkpad_acpi 似乎不支持 fan_control
如何解决这个问题?
我正在使用此处的说明:http://x220.mcdonnelltech.com/ubuntu/,因此expermental=1在我的/etc/modprobe.d/thinkfan.conf文件中缺少驱动程序选项 - 似乎需要该选项才能按预期工作。
请执行下列操作:
sudo nano /etc/modprobe.d/thinkfan.conf
Run Code Online (Sandbox Code Playgroud)
应该有一条线
options thinkpad_acpi fan_control=1
Run Code Online (Sandbox Code Playgroud)
将其更改为
options thinkpad_acpi experimental=1 fan_control=1
Run Code Online (Sandbox Code Playgroud)
重新启动计算机以使更改生效。