Author Topic: Unexpected suspend of Fedora 39 on Talos II  (Read 730 times)

DKnoto

  • Jr. Member
  • **
  • Posts: 75
  • Karma: +13/-0
    • View Profile
Unexpected suspend of Fedora 39 on Talos II
« on: January 15, 2024, 01:42:26 am »
After switching to the 6.6.9-200 kernel, I started getting unexpected system transitions to the SUSPEND state and then I could not restore the system to normal operation other than by shutting it down and turning it back on.

I found the solution quite easily, this affliction happens on Fedora on different platforms. The problem is solved by executing the following commands:

Code: [Select]
$ sudo systemctl mask sleep.target suspend.target hibernate.target hybrid-sleep.target
Desktop: Talos II T2P9S01 REV 1.01 | IBM Power 9/18c DD2.3, 02CY646 | AMD Radeon Pro WX7100 | 64GB RAM | SSD 1TB

Hasturtium

  • Full Member
  • ***
  • Posts: 127
  • Karma: +10/-0
    • View Profile
Re: Unexpected suspend of Fedora 39 on Talos II
« Reply #1 on: April 02, 2024, 06:23:57 am »
Ah, thanks for this. I ran afoul of my machine going into suspend over the weekend, and this should set things right going forward.