With hardly any CPU intensity (ex. just Chrome and Atom open) my HP Spectre x360 will randomly shutdown. After checking the system logs, thermald sends a priority 6 critical temp, which shuts everything down.
Fans are not going strong and there doesn't appear to be any throttling. In fact, the previous logs, less than 10 mins before indicate that all CPU cores meet "Package Temperature/Speed Normal."
Two things I think it could be, either the computer is actually overheating without throttling, hard fans, etc. Or the Kernel is misreading CPU temps momentarily, which initiates an immediate shutdown.
Distributor ID: Ubuntu
Description: Ubuntu 18.04.1 LTS
Release: 18.04
Codename: bionic
Linux spectre-x360 4.13.0-39-generic #44-Ubuntu SMP Thu Apr 5 14:25:01 `UTC 2018 x86_64 x86_64 x86_64 GNU/Linux`
Any help would be greatly appreciated!
sensors
(from the packagelm-sensors
)? – forest Aug 02 '18 at 01:06sudo grep -Hrn 'critical temp' /var/log
- See if it showns up in a "syslog" as a thermald message. – Braeden Smith Aug 02 '18 at 12:10paste <(cat /sys/class/thermal/thermal_zone*/type) <(cat /sys/class/thermal/thermal_zone*/temp) | column -s $'\t' -t
– WinEunuuchs2Unix Aug 03 '18 at 21:334.15.0-29
– WinEunuuchs2Unix Aug 04 '18 at 11:14