ohharaの日記: ThinkPad X61s sensors(ubuntu 10.04)
sensorsコマンドを叩くとエラーが出てくる。
acpitz-virtual-0
Adapter: Virtual device
temp1: +39.0°C (crit = +127.0°C)
temp2: +38.0°C (crit = +100.0°C)
thinkpad-isa-0000
Adapter: ISA adapter
fan1: 3443 RPM
fan2: 0 RPM
temp1: +39.0°C
temp2: +41.0°C
temp3: +41.0°C
temp4: +37.0°C
temp5: +30.0°C
ERROR: Can't get value of subfeature temp6_input: Can't read
temp6: +0.0°C
temp7: +28.0°C
ERROR: Can't get value of subfeature temp8_input: Can't read
temp8: +0.0°C
temp9: +38.0°C
temp10: +41.0°C
ERROR: Can't get value of subfeature temp11_input: Can't read
temp11: +0.0°C
ERROR: Can't get value of subfeature temp12_input: Can't read
temp12: +0.0°C
ERROR: Can't get value of subfeature temp13_input: Can't read
temp13: +0.0°C
ERROR: Can't get value of subfeature temp14_input: Can't read
temp14: +0.0°C
ERROR: Can't get value of subfeature temp15_input: Can't read
temp15: +0.0°C
ERROR: Can't get value of subfeature temp16_input: Can't read
temp16: +0.0°C
監視するときに邪魔なので、正常に設定する。
ThinkPadに関しては以下のページにサンプルがある。
http://www.thinkwiki.org/wiki/Thermal_Sensors
参考にして設定ファイルに追加する。
/etc/sensors3.conf
chip "thinkpad-isa-0000"
label fan1 "Fan"
label temp1 "CPU"
label temp2 "HDAPS"
label temp3 "PCMCIA"
label temp4 "GPU"
label temp5 "Battery Disappears if battery removed"
label temp7 "Battery Disappears if battery removed"
label temp9 "Bus between Northbridge and DRAM; Ethernet chip"
label temp10 "Southbridge, WLAN and clock generator"
label temp11 "Power circuitry"
ignore fan2
ignore temp6
ignore temp8
ignore temp11
ignore temp12
ignore temp13
ignore temp14
ignore temp15
ignore temp16
再度sensorsコマンドを叩くと、綺麗に表示されました。
acpitz-virtual-0
Adapter: Virtual device
temp1: +39.0°C (crit = +127.0°C)
temp2: +37.0°C (crit = +100.0°C)
thinkpad-isa-0000
Adapter: ISA adapter
Fan: 3428 RPM
CPU: +39.0°C
HDAPS: +41.0°C
PCMCIA: +41.0°C
GPU: +37.0°C
Battery Disappears if battery removed: +30.0°C
Battery Disappears if battery removed: +28.0°C
Bus between Northbridge and DRAM; Ethernet chip: +38.0°C
Southbridge, WLAN and clock generator: +41.0°C
ThinkPad X61s sensors(ubuntu 10.04) More ログイン