You are not logged in.

#1 2024-02-08 17:22:01

niksys
Member
Registered: 2024-01-19
Posts: 11

After suspend forced power off (Gigabyte X570)

Hi!

I have issue on my pc conf: MB Gigabyte X570S Auorus Elite AX

Operating System: Arch Linux 
KDE Plasma Version: 5.27.10
KDE Frameworks Version: 5.114.0
Qt Version: 5.15.12
Kernel Version: 6.7.4-zen1-1-zen (64-bit)
Graphics Platform: Wayland
Processors: 12 × AMD Ryzen 5 5600X 6-Core Processor
Memory: 31.2 ГиБ of RAM
Graphics Processor: AMD Radeon RX 6600
Manufacturer: Gigabyte Technology Co., Ltd.
Product Name: X570S AORUS ELITE AX
System Version: -CF

After suspend and if i wake up it from short time pc going to power off state.

In Journalctl -b find this message:

kernel: thermal thermal_zone1: acpitz: critical temperature reached, shutting down
kernel: reboot: HARDWARE PROTECTION shutdown (Temperature too high)

sensors say i have this:

acpitz-acpi-0
Adapter: ACPI interface
temp1:        +16.8°C  (crit = +20.8°C)
temp2:        +16.8°C  (crit = +20.8°C)
temp3:        +16.8°C  (crit = +20.8°C)

thermal zone temp2 periodicaly send crit = +20.8C

I found dirty solution disable that thermalzone via command at root:

echo disabled > /sys/class/thermal/thermal_zone1/mode

and create systemd UNIT in file /etc/systemd/system/gigabyte-x570-fix.service

[Unit]
Description=Gigabyte X570 Platform Sensor Fix

[Service]
ExecStart=/bin/sh -c 'echo disabled > /sys/class/thermal/thermal_zone1/mode'

[Install]
WantedBy=multi-user.target

and enable them via cmd

systemctl enable --now gigabyte-x570-fix.service

Tested on other distro like Fedora 39, Manjaro.
On Debian 12 (6.1 kernel) i dont reproduce that issue

Please tell me if there is a better solution. Thank you!

Thanks for solution manjaro forum

Last edited by niksys (2024-09-18 19:15:13)

Offline

Board footer

Powered by FluxBB