You are not logged in.

#26 2023-05-01 14:37:28

Strangiato
Member
Registered: 2020-01-10
Posts: 382

Re: Wakeup after suspend does not work with Linux 6.2.1.arch1-1

suspend/resume is still not working with kernel 6.3. I added initcall_debug kernel parameter, ran this script as root:

#!/bin/sh
	sync
	echo 1 > /sys/power/pm_trace
	echo mem > /sys/power/state

Then resume failed, forced reboot by holding power button and then turning the computer on again, and got the following dmesg log:
http://0x0.st/HPtl.txt

Can anyone identify any problem in this log?

Offline

#27 2023-05-01 14:41:12

seth
Member
Registered: 2012-09-03
Posts: 51,175

Re: Wakeup after suspend does not work with Linux 6.2.1.arch1-1

forced reboot by holding power button

At this point all information relevant to the failing resume is lost.

The dmesg of the new boot is only full of stuff because of initcall_debug

Offline

#28 2023-05-01 14:54:42

Strangiato
Member
Registered: 2020-01-10
Posts: 382

Re: Wakeup after suspend does not work with Linux 6.2.1.arch1-1

The only way is connecting another machine to the problematic one with a serial cable then?

Offline

#29 2023-05-01 15:30:32

seth
Member
Registered: 2012-09-03
Posts: 51,175

Offline

Board footer

Powered by FluxBB