I have been trying to find out the temperatures on my Laptop since I feel it has been overheating. the processor seems fine but the HDD is definitely on the fritz.
Problem is that the applet is only showing one temperature. I do not know how to increase the displays. Can anyone help out please?
First, install lm-sensors . which contains a program for detecting sensors on your machine. Next, open a terminal and run:
Follow the instructions (usually, pressing Enter to accept the defaults is enough):
After a few questions, you've to press Enter once again to get a summary:
On the last question if you'd like to add modules to
/etc/modules
, typeyes
and press Enter:After exiting
sensors-detect
, the modules are unloaded again and won't be loaded automatically until the next boot, so load the modules manually usingsudo modprobe module-name
. I had a module namedcoretemp
, so I ran the next command to get extra sensors:If you restart
xsensors
, the new sensor will become available. Another command from thelm-sensors
package issensors
which shows its output in the terminal. Example output ofsensors
: