LoginSignup
6
7

More than 5 years have passed since last update.

ノートパソコンの温度を調べる

Last updated at Posted at 2014-04-22

CentOS7の場合

インストール
sudo yum install -y lm_sensors
温度確認
$ sensors
acpitz-virtual-0
Adapter: Virtual device
temp1:        +79.6°C  (crit = +104.0°C)
temp2:        +34.0°C  (crit = +105.0°C)

k10temp-pci-00c3
Adapter: PCI adapter
temp1:        +79.6°C  (high = +70.0°C)
                       (crit = +100.0°C, hyst = +95.0°C)
項目を増やせるっぽい(自分はダメだった)
yes | sudo sensors-detect

ubuntuの場合

インストール

インストール
sudo apt-get install -y acpitool

成功例

ノートパソコンで実行
$ acpitool
  Battery #2     : charged, 100.0%
  AC adapter     : on-line
  Thermal zone 1 : ok, 50 C
  Thermal zone 2 : ok, 46 C
  Thermal zone 3 : ok, 37 C
  Thermal zone 4 : ok, 22 C
  Thermal zone 5 : ok, 50 C

ダメだった例

RaspberryPi(minibian)で実行
% acpitool
  Could not open any of these files : /proc/acpi/info, /sys/module/acpi/parameters/acpica_version
  Make sure your kernel has ACPI support enabled.
 AcpiTool v0.5.1, released 13-Aug-2009
macmini上のubuntu14.10で実行
$ acpitool
  Battery status : <not available>
  AC adapter     : <info not available or off-line>
  Thermal info   : <not available>

ArchLinuxをmacminiにインストールした場合

インストール
pacman -Sy lm_sensors
確認
$ sensors
coretemp-isa-0000
Adapter: ISA adapter
Physical id 0:  +91.0°C  (high = +86.0°C, crit = +100.0°C)
Core 0:         +91.0°C  (high = +86.0°C, crit = +100.0°C)
Core 1:         +88.0°C  (high = +86.0°C, crit = +100.0°C)

applesmc-isa-0300
Adapter: ISA adapter
Exhaust  :   2523 RPM  (min = 1800 RPM, max = 5500 RPM)
TA0P:         +61.0°C
TA0p:         +61.0°C
TA1P:         +52.2°C
TA1p:         +52.2°C
TC0C:         +91.0°C
TC0D:         +91.5°C
TC0E:         +91.2°C
TC0F:         +94.0°C
TC0G:         +94.0°C
TC0J:          +2.5°C
TC0P:         +77.5°C
TC0c:         +91.0°C
TC0d:         +91.5°C
TC0p:         +77.5°C
TC1C:         +88.0°C
TC1c:         +88.0°C
TCGC:         +91.0°C
TCGc:         +91.0°C
TCPG:         +98.0°C
TCSC:         +86.0°C
TCSc:         +86.0°C
TCTD:          +0.0°C
TCXC:         +93.2°C
TCXc:         +93.2°C
TI0P:         +60.0°C
TI0p:         +60.0°C
TI1P:         +59.0°C
TI1p:         +59.0°C
TM0P:         +57.8°C
TM0S:         +58.2°C
TM0p:         +57.8°C
TMBS:         +50.0°C
TP0P:         +73.0°C
6
7
2

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
7