I installed Debian on older Thinkpad X220 and using as server along with Windows 10 home. Is it possible to see CPU temperature on my Debian Linux 10 with Thinkpad x220 laptop?
We use the sensors command to see CPU temperature on Thinkpad or any other Linux powered server, desktop and laptop:
sensors
See
Getting SATA SSD / HDD device temperature on Linux
For HDD/SSD temperature we use
sudo hddtemp /dev/DEVICE
sudo hddtemp /dev/sda
More here
A note about PCI NVME SSD on Thinkpad
Are you using nvme pci ssd? Try the following on your Thinkpad or any other Linux device:
nvme smart-log /dev/DEVICE
nvme smart-log /dev/nvme1n1
See
my cpu temp is hot on thinkpad. what can be done to make it cooler?
- Open your laptop
- Clean fans and other dust holding areas
- Apply a thin line of thermal paste for CPU/GPU
- Keep your Thinkpad on flat and hard surface
- Turn on CPU power management
1 Like