我的问题是,我有一台装有 Ubuntu 18.04 的 Dell Inspirion 2310,并且无法正确安装 i8kmon。使用我的配置文件执行 i8kmon 时,风扇控制似乎不起作用。我正在使用 s-tui 来强调 CPU,但我的设置没有任何效果。
/etc/i8kmon.conf:
# Sample i8kmon configuration file (/etc/i8kmon.conf, ~/.i8kmon).
# External program to control the fans
set config(i8kfan) /usr/bin/i8kfan
# Run as daemon, override with --daemon option
set config(daemon) 0
# Automatic fan control, override with --auto option
set config(auto) 1
set config(nouserconfig) 1
# Applet geometry, override with --geometry option
set config(geometry) {48x48}
# Report status on stdout, override with --verbose option
set config(verbose) 1
# Status check timeout (seconds), override with --timeout option
set config(timeout) 5
# Temperature display unit (C/F), override with --unit option
set config(unit) C
# Temperature threshold at which the temperature is displayed in red
set config(t_high) 90
# Temperature thresholds: {fan_speeds low_ac high_ac low_batt high_batt}
# These were tested on the I8000. If you have a different Dell laptop model
# you should check the BIOS temperature monitoring and set the appropriate
# thresholds here. In doubt start with low values and gradually rise them
# until the fans are not always on when the cpu is idle.
set config(0) {{1 0} -1 66 -1 60}
set config(1) {{1 1} 55 70 50 70}
set config(2) {{2 2} 60 80 60 80}
set config(3) {{2 2} 70 128 70 128}
# end of file
我开始相信 i8kmon 没有得到正确的温度读数:
i8kctl temp
报告 -1,这意味着它无法读取温度 i8kfan 工作正常,允许我相应地设置两个风扇的速度
读取 /proc/i8k 时,我收到以下值
1.0 A04 BCMXXXX -22 1 1 5818 1670 -1 -22
输出
传感器
radeon-pci-0100
Adapter: PCI adapter
temp1: +56.0°C (crit = +120.0°C, hyst = +90.0°C)
dell_smm-virtual-0
Adapter: Virtual device
Processor Fan: 1670 RPM
Motherboard Fan: 5625 RPM
coretemp-isa-0000
Adapter: ISA adapter
Core 0: +42.0°C (high = +80.0°C, crit = +90.0°C)
Core 2: +42.0°C (high = +80.0°C, crit = +90.0°C)
我如何让 i8kmon 获取正确的温度读数?
答案1
我还没有让 i8kmon 工作,但只需使用 fancontrol 就解决了这个问题。