Comment 33 for bug 584211

Revision history for this message
Leo Arias (elopio) wrote :

Thanks a lot richard.

Now please type this on your terminal:

( cd /proc/acpi/thermal_zone && \
while :; do \
  line="`date`:`grep temperature */* | awk '{ printf(\" %03d\", $2) }'`"; \
  echo "$line"; \
  sleep 10; \
done ) | tee LOG

This will create a file called LOG with the temperatures of your machine over time. And please attach that LOG file.

For your reference, you can take a look at https://wiki.ubuntu.com/Kernel/Debugging/HighTemperatures