Hi,
After suspend/resume, the system immediately shuts down, this was the same on 18 kernel.
Hardware
- Motherboard: Gigabyte X570 I AORUS PRO WIFI (BIOS F39)
- Kernel: 6.19.2-2-cachyos
- GPU: NVIDIA nvidia-open 590.48.01
This is what I found in journal:
kernel: thermal thermal_zone1: acpitz: critical temperature reached
kernel: reboot: HARDWARE PROTECTION shutdown (Temperature too high)
kernel: reboot: Hardware protection timed-out. Trying forced shutdown
dmesg:
grep -i "thermal\|acpi.*tz\|thermal_zone"
[ 2.592293] ACPI: \_TZ_.TZ10: _PSL evaluation failure
[ 2.592546] thermal LNXTHERM:00: registered as thermal_zone0
[ 2.592548] ACPI: thermal: Thermal Zone [TZ10] (17 C)
[ 2.592623] ACPI: \_TZ_.PCT0: _PSL evaluation failure
[ 2.592682] thermal LNXTHERM:01: registered as thermal_zone1
[ 2.592683] ACPI: thermal: Thermal Zone [PCT0] (17 C)
[ 2.592749] ACPI: \_TZ_.UAD0: _PSL evaluation failure
[ 2.592810] thermal LNXTHERM:02: registered as thermal_zone2
[ 2.592811] ACPI: thermal: Thermal Zone [UAD0] (17 C)
cat /sys/class/thermal/thermal_zone1/trip_point_0_temp
20800
cat /sys/class/thermal/thermal_zone1/trip_point_0_type
critical
don’t really now where to dig next. But thermal_zone 17c looks very sus.
I recently switched from fedora where suspend/resume worked without a problem, so it’s doesn’t look like hardware problem.