作为序言,我知道这是一个愚蠢的想法,我可能会冒毁掉我的 CPU 的风险。我愿意冒这个风险,因为我有一个合理的设置可以取代风扇的功能。
我有一台旧笔记本电脑,风扇坏了,发出很大的声音,我用它作为服务器,因为它有不错的硬件和大量的存储空间。我有一个桌面风扇直接对着它,保持凉爽。如何禁用笔记本电脑的风扇?我已经安装了 i8kutils。
答案1
想出了一种方法来做到这一点。
更改 /etc/i8kmon.conf 中的这些行
# Temperature thresholds: {fan_speeds low_ac high_ac low_batt high_batt}
set config(0) {{-1 0} -1 40 -1 40}
set config(1) {{-1 1} 30 60 30 60}
set config(2) {{-1 2} 53 128 53 128}
到
# Temperature thresholds: {fan_speeds low_ac high_ac low_batt high_batt}
set config(0) {{-1 0} -1 40 -1 40}
set config(1) {{-1 0} 30 60 30 60}
set config(2) {{-1 0} 53 128 53 128}