Views:
11,155
Votes: 7
✅ Solution
Tags:
19.10
raspberrypi
temperature
Link:
🔍 See Original Answer on Ask Ubuntu ⧉ 🔗
URL:
https://askubuntu.com/q/1199385
Title:
RPI4 Ubuntu 19.10 64bit Temperature Monitoring
ID:
/2019/12/29/RPI4-Ubuntu-19.10-64bit-Temperature-Monitoring
Created:
December 29, 2019
Upload:
September 15, 2024
Layout: post
TOC:
false
Navigation: false
Copy to clipboard: false
Without sensors command this has worked on many Ubuntu distributions for me:
$ paste <(cat /sys/class/thermal/thermal_zone*/type) <(cat /sys/class/thermal/thermal_zone*/temp) | column -s $'\t' -t | sed 's/\(.\)..$/.\1°C/'
INT3400 Thermal 20.0°C
SEN1 57.0°C
B0D4 54.0°C
SEN2 54.0°C
SEN3 60.0°C
SEN4 65.0°C
pch_skylake 85.5°C
x86_pkg_temp 55.0°C
Note pch_skylake
temperature has always been wonky on my system.