You are not logged in.

#1 2024-04-16 18:42:40

slav_exe
Member
Registered: 2024-04-16
Posts: 1

ASUS TN3604 Instantly Wakes Up From Suspend

Hi, when I attempt to suspend to idle, my laptop instantly wakes up.

I already checked the following:

# cat /proc/acpi/wakeup
Device  S-state   Status   Sysfs node
GPP1      S4    *disabled
GP17      S4    *disabled  pci:0000:00:08.1
# ls /sys/bus/i2c/devices/*/power/wakeup
zsh: no matches found: /sys/bus/i2c/devices/*/power/wakeup

I tried using the following kernel parameter as the DSDT section of the arch wiki recommends:

acpi_os_name="Microsoft Windows NT"

By default, my laptop seems to only support suspend to idle:

# cat /sys/power/mem_sleep
[s2idle]

My laptop's BIOS doesn't have any options regarding enabling suspend to RAM, so I manually recompiled the DSDT with S3 sleep enabled following the instructions on the arch wiki.
This worked and now I can attempt to use S3 sleep, however the exact same issue occurs where my laptop instantly wakes up from sleep.

# cat /sys/power/mem_sleep
s2idle [deep]

As a result, I'm fairly sure it's not an issue regarding suspend to idle itself, but rather something else is causing it wake up.

I tried switching to the lts kernel, but there wasn't any difference.

I also compiled a custom kernel with the CONFIG_ACPI_DEBUG option enabled since I believe that would allow me to see what is causing the issue, however I'm not sure what to do next or if that would provide any useful information in this case.

Thanks.

dmesg log:

[ 6325.921956] PM: suspend entry (s2idle)
[ 6325.926505] Filesystems sync: 0.004 seconds
[ 6325.928367] Freezing user space processes
[ 6325.930124] Freezing user space processes completed (elapsed 0.001 seconds)
[ 6325.930126] OOM killer disabled.
[ 6325.930127] Freezing remaining freezable tasks
[ 6325.931208] Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
[ 6325.931210] printk: Suspending console(s) (use no_console_suspend to debug)
[ 6326.478611] ACPI: EC: interrupt blocked
[ 6326.491173] ccp 0000:03:00.2: Refused to change power state from D0 to D3hot
[ 6326.957448] ACPI: EC: interrupt unblocked
[ 6326.989391] [drm] PCIE GART of 1024M enabled.
[ 6326.989401] [drm] PTB located at 0x000000F41FC00000
[ 6326.989424] amdgpu 0000:03:00.0: amdgpu: SMU is resuming...
[ 6326.991641] amdgpu 0000:03:00.0: amdgpu: dpm has been disabled
[ 6326.992617] amdgpu 0000:03:00.0: amdgpu: SMU is resumed successfully!
[ 6327.008293] nvme nvme0: 16/0/0 default/read/poll queues
[ 6327.149369] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[ 6327.149837] [drm] JPEG decode initialized successfully.
[ 6327.149841] amdgpu 0000:03:00.0: amdgpu: ring gfx uses VM inv eng 0 on hub 0
[ 6327.149843] amdgpu 0000:03:00.0: amdgpu: ring gfx_low uses VM inv eng 1 on hub 0
[ 6327.149844] amdgpu 0000:03:00.0: amdgpu: ring gfx_high uses VM inv eng 4 on hub 0
[ 6327.149846] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 5 on hub 0
[ 6327.149847] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 6 on hub 0
[ 6327.149848] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 7 on hub 0
[ 6327.149849] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 8 on hub 0
[ 6327.149850] amdgpu 0000:03:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 9 on hub 0
[ 6327.149851] amdgpu 0000:03:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 10 on hub 0
[ 6327.149853] amdgpu 0000:03:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 11 on hub 0
[ 6327.149854] amdgpu 0000:03:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 12 on hub 0
[ 6327.149855] amdgpu 0000:03:00.0: amdgpu: ring kiq_0.2.1.0 uses VM inv eng 13 on hub 0
[ 6327.149856] amdgpu 0000:03:00.0: amdgpu: ring sdma0 uses VM inv eng 0 on hub 8
[ 6327.149857] amdgpu 0000:03:00.0: amdgpu: ring vcn_dec uses VM inv eng 1 on hub 8
[ 6327.149858] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 4 on hub 8
[ 6327.149859] amdgpu 0000:03:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 5 on hub 8
[ 6327.149861] amdgpu 0000:03:00.0: amdgpu: ring jpeg_dec uses VM inv eng 6 on hub 8
[ 6327.191662] atkbd serio0: Failed to deactivate keyboard on isa0060/serio0
[ 6327.801641] atkbd serio0: Failed to enable keyboard on isa0060/serio0
[ 6328.590739] OOM killer enabled.
[ 6328.590741] Restarting tasks ... done.
[ 6328.592876] random: crng reseeded on system resumption
[ 6328.594208] PM: suspend exit

Offline

Board footer

Powered by FluxBB