#{Abandoned} Arch will not recover from sleep.

19 messages · Page 1 of 1 (latest)

unreal quiver
#

I'll be honest, I have been playing around with Linux for the better part of a decade. However, up until recently, I have been using Windows as my primary and dual-booting. But I figured it was time to make the switch. So please forgive me for being a newbie. Probably shouldn't have picked Arch as my first primary system. But I am a trial-by-fire kind of guy. 😅

Anyways, I have noticed that when my system goes to sleep, I am unable to get visual after I wake my computer. At least I think it's a graphics problem. Keyboard comes to life, HDD light comes on, etc.

I am on AMD, specifically the Mesa driver. I am using KDE Plasma as my DE. And I'll be honest I am not sure what else I should disclose. I am new to asking for support. So please be gentle lol. Let me know what logs or other specific information you need to help and I will do my best.

flint palm
#

your monitor doesn't turn on?

#

check acpi

unreal quiver
#

Yup, no output from my monitor. Just keyboard lights. But what do you mean by check Acpi? Is there something I am looking for?

flint palm
#

cat /proc/acpi/wakeup

run this and send the output

unreal quiver
#

Device S-state Status Sysfs node GP12 S4 *enabled pci:0000:00:07.1 GP13 S4 *enabled pci:0000:00:08.1 XHC0 S4 *enabled pci:0000:0b:00.3 GP30 S4 *disabled GP31 S4 *disabled PS2K S3 *disabled PS2M S3 *disabled X161 S4 *disabled SWUS S4 *enabled pci:0000:07:00.0 SWDS S4 *enabled pci:0000:08:00.0 X162 S4 *disabled PTXH S4 *enabled pci:0000:02:00.0 X165 S4 *disabled X162 S4 *disabled X163 S4 *disabled WIFI S4 *disabled pci:0000:05:00.0 RLAN S4 *disabled pci:0000:06:00.0 X164 S4 *disabled pci:0000:04:00.0 M2_2 S4 *disabled

#

I am sorry I am not sure what I am looking at. I will take a look at the wiki

flint palm
#

try enabling some

unreal quiver
#

Ok

flint palm
#

it does not persist across reboots

#

you need to write a service file for that

unreal quiver
#

Hmm when I try to echo some devices names it does not appear to change the state when cat the config. Am I doing somthing wrong?

flint palm
#

what command are you running

unreal quiver
#

Echo under root.

flint palm
#

?

#

send the command here

unreal quiver
#

echo GP30 > /proc/acpi/wakeup 😭