System sometimes fails to wake from suspend

hi, I’ve been seeing this problem for a few months. Previously I never had problems, the system wakes up by tapping the keyboard, now possibly 50% of the time it fails to wake and I have to do a hard reset by holding down the power button.

Weirdly, there is a sound from the PC when I touch the keyboard to wake it, but the monitor stays black (power button flashing, ie. no signal). I tried starting sshd service, but I can see from the router that the PC does not reconnect. I’ve tried switching to a console, but that’s also unresponsive.

I saw another similar post where the problem was solved by switching to a LTS kernel, and they also had to remove the old kernel. I did update to 6.1.55-1-MANJARO (LTS) a few months ago (not sure if that’s when the issue started happening), and there was a problem that pacman seemed to be using the older kernel, in any case I deleted it and now there is only one kernel installed.

I gathered the output from journalctl, this is what it shows for when the system does not wake up:

Nov 08 17:42:24 still-minipcpn50 py3status[1558]: received stop_signal SIGTSTP
Nov 08 17:42:24 still-minipcpn50 systemd-logind[1061]: The system will suspend now!
Nov 08 17:42:24 still-minipcpn50 ModemManager[1103]: <info>  [sleep-monitor-systemd] system is about to suspend
Nov 08 17:42:24 still-minipcpn50 NetworkManager[1086]: <info>  [1699494144.4008] manager: sleep: sleep requested (sleeping: no  enabled: yes)
Nov 08 17:42:24 still-minipcpn50 NetworkManager[1086]: <info>  [1699494144.4009] device (enp2s0f0): state change: unavailable -> unmanaged (reason 'sleeping', sys-iface-state: 'managed')
Nov 08 17:42:24 still-minipcpn50 NetworkManager[1086]: <info>  [1699494144.4089] device (p2p-dev-wlp3s0): state change: unavailable -> unmanaged (reason 'sleeping', sys-iface-state: 'managed')
Nov 08 17:42:24 still-minipcpn50 NetworkManager[1086]: <info>  [1699494144.4092] manager: NetworkManager state is now ASLEEP
Nov 08 17:42:24 still-minipcpn50 NetworkManager[1086]: <info>  [1699494144.4096] device (wlp3s0): state change: activated -> deactivating (reason 'sleeping', sys-iface-state: 'managed')
Nov 08 17:42:24 still-minipcpn50 dbus-daemon[1058]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.4' (uid=0 pid=1086 comm="/usr/bin/Networ>
Nov 08 17:42:24 still-minipcpn50 systemd[1]: Starting Network Manager Script Dispatcher Service...
Nov 08 17:42:24 still-minipcpn50 dbus-daemon[1058]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Nov 08 17:42:24 still-minipcpn50 systemd[1]: Started Network Manager Script Dispatcher Service.
Nov 08 17:42:24 still-minipcpn50 kernel: wlp3s0: deauthenticating from e2:db:d1:b5:ef:d6 by local choice (Reason: 3=DEAUTH_LEAVING)
Nov 08 17:42:24 still-minipcpn50 wpa_supplicant[1115]: wlp3s0: CTRL-EVENT-DISCONNECTED bssid=e2:db:d1:b5:ef:d6 reason=3 locally_generated=1
Nov 08 17:42:24 still-minipcpn50 wpa_supplicant[1115]: wlp3s0: CTRL-EVENT-DSCP-POLICY clear_all
Nov 08 17:42:24 still-minipcpn50 NetworkManager[1086]: <info>  [1699494144.5893] device (wlp3s0): supplicant interface state: completed -> disconnected
Nov 08 17:42:29 still-minipcpn50 systemd-logind[1061]: Delay lock is active (UID 0/root, PID 1086/NetworkManager) but inhibitor timeout is reached.
Nov 08 17:42:29 still-minipcpn50 systemd[1]: Reached target Sleep.
Nov 08 17:42:29 still-minipcpn50 systemd[1]: Starting System Suspend...
Nov 08 17:42:29 still-minipcpn50 systemd-sleep[10413]: Entering sleep state 'suspend'...
Nov 08 17:42:29 still-minipcpn50 kernel: PM: suspend entry (deep)

As far as I can tell, there’s nothing in the log at all from the attempt to wake up. This is from a successful wake and the entries up to the point of suspend entry are the same as above:

Nov 05 10:56:08 still-minipcpn50 py3status[1555]: received stop_signal SIGTSTP
Nov 05 10:56:08 still-minipcpn50 systemd-logind[1051]: The system will suspend now!
Nov 05 10:56:08 still-minipcpn50 NetworkManager[1077]: <info>  [1699210568.9619] manager: sleep: sleep requested (sleeping: no  enabled: yes)
Nov 05 10:56:08 still-minipcpn50 ModemManager[1095]: <info>  [sleep-monitor-systemd] system is about to suspend
Nov 05 10:56:08 still-minipcpn50 NetworkManager[1077]: <info>  [1699210568.9620] device (enp2s0f0): state change: unavailable -> unmanaged (reason 'sleeping', sys-iface-state: 'managed')
Nov 05 10:56:08 still-minipcpn50 NetworkManager[1077]: <info>  [1699210568.9704] device (p2p-dev-wlp3s0): state change: disconnected -> unmanaged (reason 'sleeping', sys-iface-state: 'managed')
Nov 05 10:56:08 still-minipcpn50 NetworkManager[1077]: <info>  [1699210568.9707] manager: NetworkManager state is now ASLEEP
Nov 05 10:56:08 still-minipcpn50 NetworkManager[1077]: <info>  [1699210568.9708] device (wlp3s0): state change: activated -> deactivating (reason 'sleeping', sys-iface-state: 'managed')
Nov 05 10:56:08 still-minipcpn50 dbus-daemon[1048]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.4' (uid=0 pid=1077 comm="/usr/bin/Networ>
Nov 05 10:56:09 still-minipcpn50 systemd[1]: Starting Network Manager Script Dispatcher Service...
Nov 05 10:56:09 still-minipcpn50 dbus-daemon[1048]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Nov 05 10:56:09 still-minipcpn50 systemd[1]: Started Network Manager Script Dispatcher Service.
Nov 05 10:56:09 still-minipcpn50 kernel: wlp3s0: deauthenticating from e2:db:d1:b5:ef:d6 by local choice (Reason: 3=DEAUTH_LEAVING)
Nov 05 10:56:09 still-minipcpn50 wpa_supplicant[1107]: wlp3s0: CTRL-EVENT-DISCONNECTED bssid=e2:db:d1:b5:ef:d6 reason=3 locally_generated=1
Nov 05 10:56:09 still-minipcpn50 wpa_supplicant[1107]: wlp3s0: CTRL-EVENT-DSCP-POLICY clear_all
Nov 05 10:56:09 still-minipcpn50 NetworkManager[1077]: <info>  [1699210569.1204] device (wlp3s0): supplicant interface state: completed -> disconnected
Nov 05 10:56:13 still-minipcpn50 systemd-logind[1051]: Delay lock is active (UID 0/root, PID 1077/NetworkManager) but inhibitor timeout is reached.
Nov 05 10:56:13 still-minipcpn50 systemd[1]: Reached target Sleep.
Nov 05 10:56:14 still-minipcpn50 systemd[1]: Starting System Suspend...
Nov 05 10:56:14 still-minipcpn50 systemd-sleep[7176]: Entering sleep state 'suspend'...
Nov 05 10:56:14 still-minipcpn50 kernel: PM: suspend entry (deep)
Nov 05 10:56:14 still-minipcpn50 kernel: Filesystems sync: 0.013 seconds
Nov 06 07:53:18 still-minipcpn50 kernel: Freezing user space processes
Nov 06 07:53:18 still-minipcpn50 kernel: Freezing user space processes completed (elapsed 0.001 seconds)
Nov 06 07:53:18 still-minipcpn50 kernel: OOM killer disabled.
Nov 06 07:53:18 still-minipcpn50 kernel: Freezing remaining freezable tasks
Nov 06 07:53:18 still-minipcpn50 kernel: Freezing remaining freezable tasks completed (elapsed 0.000 seconds)
Nov 06 07:53:18 still-minipcpn50 kernel: printk: Suspending console(s) (use no_console_suspend to debug)
Nov 06 07:53:18 still-minipcpn50 kernel: sd 1:0:0:0: [sda] Synchronizing SCSI cache
Nov 06 07:53:18 still-minipcpn50 kernel: sd 2:0:0:0: [sdb] Synchronizing SCSI cache
Nov 06 07:53:18 still-minipcpn50 kernel: sd 1:0:0:0: [sda] Stopping disk
Nov 06 07:53:18 still-minipcpn50 kernel: sd 2:0:0:0: [sdb] Stopping disk
Nov 06 07:53:18 still-minipcpn50 kernel: [drm] psp gfx command UNLOAD_TA(0x2) failed and response status is (0x117)
Nov 06 07:53:18 still-minipcpn50 kernel: amdgpu 0000:04:00.0: amdgpu: free PSP TMR buffer
Nov 06 07:53:18 still-minipcpn50 kernel: ACPI: EC: interrupt blocked
Nov 06 07:53:18 still-minipcpn50 kernel: ACPI: PM: Preparing to enter system sleep state S3
Nov 06 07:53:18 still-minipcpn50 kernel: ACPI: EC: event blocked
Nov 06 07:53:18 still-minipcpn50 kernel: ACPI: EC: EC stopped
Nov 06 07:53:18 still-minipcpn50 kernel: ACPI: PM: Saving platform NVS memory
Nov 06 07:53:18 still-minipcpn50 kernel: Disabling non-boot CPUs ...
Nov 06 07:53:18 still-minipcpn50 kernel: smpboot: CPU 1 is now offline
Nov 06 07:53:18 still-minipcpn50 kernel: smpboot: CPU 2 is now offline
Nov 06 07:53:18 still-minipcpn50 kernel: smpboot: CPU 3 is now offline
Nov 06 07:53:18 still-minipcpn50 kernel: smpboot: CPU 4 is now offline
Nov 06 07:53:18 still-minipcpn50 kernel: smpboot: CPU 5 is now offline
Nov 06 07:53:18 still-minipcpn50 kernel: smpboot: CPU 6 is now offline
Nov 06 07:53:18 still-minipcpn50 kernel: smpboot: CPU 7 is now offline
Nov 06 07:53:18 still-minipcpn50 kernel: ACPI: PM: Low-level resume complete
Nov 06 07:53:18 still-minipcpn50 kernel: ACPI: EC: EC started
Nov 06 07:53:18 still-minipcpn50 kernel: ACPI: PM: Restoring platform NVS memory
Nov 06 07:53:18 still-minipcpn50 kernel: AMD-Vi: Virtual APIC enabled
Nov 06 07:53:18 still-minipcpn50 kernel: AMD-Vi: Virtual APIC enabled
Nov 06 07:53:18 still-minipcpn50 kernel: LVT offset 0 assigned for vector 0x400
Nov 06 07:53:18 still-minipcpn50 kernel: Enabling non-boot CPUs ...
Nov 06 07:53:18 still-minipcpn50 kernel: x86: Booting SMP configuration:
Nov 06 07:53:18 still-minipcpn50 kernel: smpboot: Booting Node 0 Processor 1 APIC 0x1
Nov 06 07:53:18 still-minipcpn50 kernel: microcode: CPU1: patch_level=0x08600106
Nov 06 07:53:18 still-minipcpn50 kernel: ACPI: \_SB_.PLTF.P001: Found 3 idle states
Nov 06 07:53:18 still-minipcpn50 kernel: ACPI: FW issue: working around C-state latencies out of order
Nov 06 07:53:18 still-minipcpn50 kernel: CPU1 is up
Nov 06 07:53:18 still-minipcpn50 kernel: smpboot: Booting Node 0 Processor 2 APIC 0x2
Nov 06 07:53:18 still-minipcpn50 kernel: microcode: CPU2: patch_level=0x08600106
Nov 06 07:53:18 still-minipcpn50 kernel: ACPI: \_SB_.PLTF.P002: Found 3 idle states
Nov 06 07:53:18 still-minipcpn50 kernel: ACPI: FW issue: working around C-state latencies out of order
Nov 06 07:53:18 still-minipcpn50 kernel: CPU2 is up
Nov 06 07:53:18 still-minipcpn50 kernel: smpboot: Booting Node 0 Processor 3 APIC 0x3
Nov 06 07:53:18 still-minipcpn50 kernel: microcode: CPU3: patch_level=0x08600106
Nov 06 07:53:18 still-minipcpn50 kernel: ACPI: \_SB_.PLTF.P003: Found 3 idle states
Nov 06 07:53:18 still-minipcpn50 kernel: ACPI: FW issue: working around C-state latencies out of order
Nov 06 07:53:18 still-minipcpn50 kernel: CPU3 is up
Nov 06 07:53:18 still-minipcpn50 kernel: smpboot: Booting Node 0 Processor 4 APIC 0x4
Nov 06 07:53:18 still-minipcpn50 kernel: microcode: CPU4: patch_level=0x08600106
Nov 06 07:53:18 still-minipcpn50 kernel: ACPI: \_SB_.PLTF.P004: Found 3 idle states
Nov 06 07:53:18 still-minipcpn50 kernel: ACPI: FW issue: working around C-state latencies out of order
Nov 06 07:53:18 still-minipcpn50 kernel: CPU4 is up
Nov 06 07:53:18 still-minipcpn50 kernel: smpboot: Booting Node 0 Processor 5 APIC 0x5
Nov 06 07:53:18 still-minipcpn50 kernel: microcode: CPU5: patch_level=0x08600106
Nov 06 07:53:18 still-minipcpn50 kernel: ACPI: \_SB_.PLTF.P005: Found 3 idle states
Nov 06 07:53:18 still-minipcpn50 kernel: ACPI: FW issue: working around C-state latencies out of order
Nov 06 07:53:18 still-minipcpn50 kernel: CPU5 is up
Nov 06 07:53:18 still-minipcpn50 kernel: smpboot: Booting Node 0 Processor 6 APIC 0x6
Nov 06 07:53:18 still-minipcpn50 kernel: microcode: CPU6: patch_level=0x08600106
Nov 06 07:53:18 still-minipcpn50 kernel: ACPI: \_SB_.PLTF.P006: Found 3 idle states
Nov 06 07:53:18 still-minipcpn50 kernel: ACPI: FW issue: working around C-state latencies out of order
Nov 06 07:53:18 still-minipcpn50 kernel: CPU6 is up
Nov 06 07:53:18 still-minipcpn50 kernel: smpboot: Booting Node 0 Processor 7 APIC 0x7
Nov 06 07:53:18 still-minipcpn50 kernel: microcode: CPU7: patch_level=0x08600106
Nov 06 07:53:18 still-minipcpn50 kernel: ACPI: \_SB_.PLTF.P007: Found 3 idle states
Nov 06 07:53:18 still-minipcpn50 kernel: ACPI: FW issue: working around C-state latencies out of order
Nov 06 07:53:18 still-minipcpn50 kernel: CPU7 is up
Nov 06 07:53:18 still-minipcpn50 kernel: ACPI: PM: Waking up from system sleep state S3
Nov 06 07:53:18 still-minipcpn50 kernel: ACPI: EC: interrupt unblocked
Nov 06 07:53:18 still-minipcpn50 kernel: ACPI: EC: event unblocked
Nov 06 07:53:18 still-minipcpn50 kernel: pci 0000:00:00.2: can't derive routing for PCI INT A
Nov 06 07:53:18 still-minipcpn50 kernel: pci 0000:00:00.2: PCI INT A: no GSI
Nov 06 07:53:18 still-minipcpn50 kernel: sd 1:0:0:0: [sda] Starting disk
Nov 06 07:53:18 still-minipcpn50 kernel: [drm] PCIE GART of 1024M enabled.
Nov 06 07:53:18 still-minipcpn50 kernel: [drm] PTB located at 0x000000F41FC00000
Nov 06 07:53:18 still-minipcpn50 kernel: [drm] PSP is resuming...
Nov 06 07:53:18 still-minipcpn50 kernel: sd 2:0:0:0: [sdb] Starting disk
Nov 06 07:53:18 still-minipcpn50 kernel: xhci_hcd 0000:01:00.0: xHC error in resume, USBSTS 0x401, Reinit
Nov 06 07:53:18 still-minipcpn50 kernel: usb usb1: root hub lost power or was reset
Nov 06 07:53:18 still-minipcpn50 kernel: usb usb2: root hub lost power or was reset
Nov 06 07:53:18 still-minipcpn50 kernel: [drm] reserve 0x400000 from 0xf41f800000 for PSP TMR
Nov 06 07:53:18 still-minipcpn50 kernel: amdgpu 0000:04:00.0: amdgpu: RAS: optional ras ta ucode is not available
Nov 06 07:53:18 still-minipcpn50 kernel: amdgpu 0000:04:00.0: amdgpu: RAP: optional rap ta ucode is not available
Nov 06 07:53:18 still-minipcpn50 kernel: amdgpu 0000:04:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
Nov 06 07:53:18 still-minipcpn50 kernel: amdgpu 0000:04:00.0: amdgpu: SMU is resuming...
Nov 06 07:53:18 still-minipcpn50 kernel: amdgpu 0000:04:00.0: amdgpu: dpm has been disabled
Nov 06 07:53:18 still-minipcpn50 kernel: amdgpu 0000:04:00.0: amdgpu: SMU is resumed successfully!
Nov 06 07:53:18 still-minipcpn50 kernel: [drm] DMUB hardware initialized: version=0x01010027
Nov 06 07:53:18 still-minipcpn50 kernel: [drm] DP Alt mode state on HPD: 1
Nov 06 07:53:18 still-minipcpn50 kernel: ACPI: \: failed to evaluate _DSM bf0212f2-788f-c64d-a5b3-1f738e285ade (0x1001)
Nov 06 07:53:18 still-minipcpn50 kernel: ACPI: \: failed to evaluate _DSM bf0212f2-788f-c64d-a5b3-1f738e285ade (0x1001)
Nov 06 07:53:18 still-minipcpn50 kernel: ACPI: \: failed to evaluate _DSM bf0212f2-788f-c64d-a5b3-1f738e285ade (0x1001)
Nov 06 07:53:18 still-minipcpn50 kernel: ACPI: \: failed to evaluate _DSM bf0212f2-788f-c64d-a5b3-1f738e285ade (0x1001)
Nov 06 07:53:18 still-minipcpn50 kernel: ACPI: \: failed to evaluate _DSM bf0212f2-788f-c64d-a5b3-1f738e285ade (0x1001)
Nov 06 07:53:18 still-minipcpn50 kernel: ACPI: \: failed to evaluate _DSM bf0212f2-788f-c64d-a5b3-1f738e285ade (0x1001)
Nov 06 07:53:18 still-minipcpn50 kernel: ACPI: \: failed to evaluate _DSM bf0212f2-788f-c64d-a5b3-1f738e285ade (0x1001)
Nov 06 07:53:18 still-minipcpn50 kernel: [drm] kiq ring mec 2 pipe 1 q 0
Nov 06 07:53:18 still-minipcpn50 kernel: [drm] VCN decode and encode initialized successfully(under DPG Mode).
Nov 06 07:53:18 still-minipcpn50 kernel: [drm] JPEG decode initialized successfully.
Nov 06 07:53:18 still-minipcpn50 kernel: amdgpu 0000:04:00.0: amdgpu: ring gfx uses VM inv eng 0 on hub 0
Nov 06 07:53:18 still-minipcpn50 kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
Nov 06 07:53:18 still-minipcpn50 kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
Nov 06 07:53:18 still-minipcpn50 kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
Nov 06 07:53:18 still-minipcpn50 kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
Nov 06 07:53:18 still-minipcpn50 kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
Nov 06 07:53:18 still-minipcpn50 kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
Nov 06 07:53:18 still-minipcpn50 kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
Nov 06 07:53:18 still-minipcpn50 kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
Nov 06 07:53:18 still-minipcpn50 kernel: amdgpu 0000:04:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
Nov 06 07:53:18 still-minipcpn50 kernel: amdgpu 0000:04:00.0: amdgpu: ring sdma0 uses VM inv eng 0 on hub 1
Nov 06 07:53:18 still-minipcpn50 kernel: amdgpu 0000:04:00.0: amdgpu: ring vcn_dec uses VM inv eng 1 on hub 1
Nov 06 07:53:18 still-minipcpn50 kernel: amdgpu 0000:04:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 4 on hub 1
Nov 06 07:53:18 still-minipcpn50 kernel: amdgpu 0000:04:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 5 on hub 1
Nov 06 07:53:18 still-minipcpn50 kernel: amdgpu 0000:04:00.0: amdgpu: ring jpeg_dec uses VM inv eng 6 on hub 1
Nov 06 07:53:18 still-minipcpn50 kernel: ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Nov 06 07:53:18 still-minipcpn50 kernel: ata2.00: supports DRM functions and may not be fully accessible
Nov 06 07:53:18 still-minipcpn50 kernel: ata2.00: supports DRM functions and may not be fully accessible
Nov 06 07:53:18 still-minipcpn50 kernel: ata2.00: configured for UDMA/133
Nov 06 07:53:18 still-minipcpn50 kernel: clocksource: timekeeping watchdog on CPU1: Marking clocksource 'tsc' as unstable because the skew is too large:
Nov 06 07:53:18 still-minipcpn50 kernel: clocksource:                       'hpet' wd_nsec: 321496377 wd_now: 66dd83 wd_last: 20a018 mask: ffffffff
Nov 06 07:53:18 still-minipcpn50 kernel: clocksource:                       'tsc' cs_nsec: 499698754 cs_now: 7b83c374 cs_last: 400ee5e4 mask: ffffffffffffffff
Nov 06 07:53:18 still-minipcpn50 kernel: clocksource:                       'tsc' is current clocksource.
Nov 06 07:53:18 still-minipcpn50 kernel: tsc: Marking TSC unstable due to clocksource watchdog
Nov 06 07:53:18 still-minipcpn50 kernel: TSC found unstable after boot, most likely due to broken BIOS. Use 'tsc=unstable'.
Nov 06 07:53:18 still-minipcpn50 kernel: sched_clock: Marking unstable (6211732961891, 408204567)<-(6212144811615, -2868949)
Nov 06 07:53:18 still-minipcpn50 kernel: ata2.00: Enabling discard_zeroes_data
Nov 06 07:53:18 still-minipcpn50 kernel: clocksource: Checking clocksource tsc synchronization from CPU 5 to CPUs 0.
Nov 06 07:53:18 still-minipcpn50 kernel: clocksource: Switched to clocksource hpet
Nov 06 07:53:18 still-minipcpn50 kernel: ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Nov 06 07:53:18 still-minipcpn50 kernel: ata3.00: supports DRM functions and may not be fully accessible
Nov 06 07:53:18 still-minipcpn50 kernel: ata3.00: supports DRM functions and may not be fully accessible
Nov 06 07:53:18 still-minipcpn50 kernel: ata3.00: configured for UDMA/133
Nov 06 07:53:18 still-minipcpn50 kernel: OOM killer enabled.
Nov 06 07:53:18 still-minipcpn50 kernel: Restarting tasks ... done.
Nov 06 07:53:18 still-minipcpn50 kernel: random: crng reseeded on system resumption
Nov 06 07:53:18 still-minipcpn50 kernel: PM: suspend exit
Nov 06 07:53:18 still-minipcpn50 kernel: ata3.00: Enabling discard_zeroes_data
Nov 06 07:53:18 still-minipcpn50 wpa_supplicant[1107]: wlp3s0: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=WORLD
Nov 06 07:53:18 still-minipcpn50 systemd-sleep[7176]: System returned from sleep state.
Nov 06 07:53:18 still-minipcpn50 systemd[1]: Starting Network Manager Wait Online...
Nov 06 07:53:18 still-minipcpn50 systemd[1]: Starting Rotate log files...
Nov 06 07:53:18 still-minipcpn50 systemd[1]: Started Verify integrity of password and group files.
Nov 06 07:53:18 still-minipcpn50 systemd[1]: Finished Network Manager Wait Online.
Nov 06 07:53:18 still-minipcpn50 systemd[1]: Reached target Network is Online.
Nov 06 07:53:18 still-minipcpn50 systemd[1]: Starting pkgfile database update...
Nov 06 07:53:18 still-minipcpn50 systemd[1]: shadow.service: Deactivated successfully.
Nov 06 07:53:18 still-minipcpn50 systemd[1]: logrotate.service: Deactivated successfully.
Nov 06 07:53:18 still-minipcpn50 systemd[1]: Finished Rotate log files.
Nov 06 07:53:19 still-minipcpn50 systemd[1]: systemd-suspend.service: Deactivated successfully.
Nov 06 07:53:19 still-minipcpn50 systemd[1]: Finished System Suspend.
Nov 06 07:53:19 still-minipcpn50 systemd[1]: Stopped target Sleep.
Nov 06 07:53:19 still-minipcpn50 systemd[1]: Reached target Suspend.
Nov 06 07:53:19 still-minipcpn50 systemd[1]: Stopped target Suspend.
Nov 06 07:53:19 still-minipcpn50 systemd-logind[1051]: Operation 'sleep' finished.
Nov 06 07:53:19 still-minipcpn50 ModemManager[1095]: <info>  [sleep-monitor-systemd] system is resuming

This is the output from inxi:

$ sudo inxi --admin --verbosity=7 --filter --no-host --width   
System:
  Kernel: 6.1.55-1-MANJARO arch: x86_64 bits: 64 compiler: gcc v: 13.2.1
    clocksource: tsc available: hpet,acpi_pm
    parameters: BOOT_IMAGE=/boot/vmlinuz-6.1-x86_64
    root=UUID=9d669cb6-dd86-4f8a-9ee7-695c8760c7bd rw apparmor=1
    security=apparmor quiet udev.log_priority=3
  Desktop: i3 v: 4.22 info: i3bar dm: LightDM v: 1.32.0 Distro: Manjaro Linux
    base: Arch Linux
Machine:
  Type: Mini-pc System: ASUSTeK product: MINIPC PN50 v: 0624 serial: <filter>
  Mobo: ASUSTeK model: PN50 serial: N/A UEFI: ASUSTeK v: 0624
    date: 07/06/2022
Battery:
  Message: No system battery data found. Is one present?
Memory:
  System RAM: total: 32 GiB available: 30.78 GiB used: 3.9 GiB (12.7%)
  Array-1: capacity: 32 GiB slots: 2 modules: 2 EC: None
    max-module-size: 16 GiB note: est.
  Device-1: DIMM 0 type: DDR4 detail: synchronous unbuffered (unregistered)
    size: 16 GiB speed: 3200 MT/s volts: curr: 1.2 min: 1.2 max: 1.2
    width (bits): data: 64 total: 64 manufacturer: TeamGroup part-no: SD4-3200
    serial: <filter>
  Device-2: DIMM 0 type: DDR4 detail: synchronous unbuffered (unregistered)
    size: 16 GiB speed: 3200 MT/s volts: curr: 1.2 min: 1.2 max: 1.2
    width (bits): data: 64 total: 64 manufacturer: TeamGroup part-no: SD4-3200
    serial: <filter>
CPU:
  Info: model: AMD Ryzen 7 4700U with Radeon Graphics socket: FP6 bits: 64
    type: MCP arch: Zen 2 gen: 3 level: v3 note: check built: 2020-22
    process: TSMC n7 (7nm) family: 0x17 (23) model-id: 0x60 (96) stepping: 1
    microcode: 0x8600106
  Topology: cpus: 1x cores: 8 smt: <unsupported> cache: L1: 512 KiB
    desc: d-8x32 KiB; i-8x32 KiB L2: 4 MiB desc: 8x512 KiB L3: 8 MiB
    desc: 2x4 MiB
  Speed (MHz): avg: 1400 min/max: 1400/2000 boost: disabled
    base/boost: 2000/4200 scaling: driver: acpi-cpufreq governor: schedutil
    volts: 1.2 V ext-clock: 100 MHz cores: 1: 1400 2: 1400 3: 1400 4: 1400
    5: 1400 6: 1400 7: 1400 8: 1400 bogomips: 31959
  Flags: 3dnowprefetch abm adx aes aperfmperf apic arat avic avx avx2 bmi1
    bmi2 bpext cat_l3 cdp_l3 clflush clflushopt clwb clzero cmov cmp_legacy
    constant_tsc cpb cppc cpuid cqm cqm_llc cqm_mbm_local cqm_mbm_total
    cqm_occup_llc cr8_legacy cx16 cx8 de decodeassists extapic extd_apicid
    f16c flushbyasid fma fpu fsgsbase fxsr fxsr_opt ht hw_pstate ibpb ibrs ibs
    irperf lahf_lm lbrv lm mba mca mce misalignsse mmx mmxext monitor movbe
    msr mtrr mwaitx nonstop_tsc nopl npt nrip_save nx osvw overflow_recov pae
    pat pausefilter pclmulqdq pdpe1gb perfctr_core perfctr_llc perfctr_nb
    pfthreshold pge pni popcnt pse pse36 rapl rdpid rdpru rdrand rdseed rdt_a
    rdtscp rep_good sep sha_ni skinit smap smca smep ssbd sse sse2 sse4_1
    sse4_2 sse4a ssse3 stibp succor svm svm_lock syscall tce topoext tsc
    tsc_scale umip v_spec_ctrl v_vmsave_vmload vgif vmcb_clean vme vmmcall
    wbnoinvd wdt xgetbv1 xsave xsavec xsaveerptr xsaveopt
  Vulnerabilities:
  Type: gather_data_sampling status: Not affected
  Type: itlb_multihit status: Not affected
  Type: l1tf status: Not affected
  Type: mds status: Not affected
  Type: meltdown status: Not affected
  Type: mmio_stale_data status: Not affected
  Type: retbleed mitigation: untrained return thunk; SMT disabled
  Type: spec_rstack_overflow mitigation: SMT disabled
  Type: spec_store_bypass mitigation: Speculative Store Bypass disabled via
    prctl
  Type: spectre_v1 mitigation: usercopy/swapgs barriers and __user pointer
    sanitization
  Type: spectre_v2 mitigation: Retpolines, IBPB: conditional, STIBP:
    disabled, RSB filling, PBRSB-eIBRS: Not affected
  Type: srbds status: Not affected
  Type: tsx_async_abort status: Not affected
Graphics:
  Device-1: AMD Renoir vendor: ASUSTeK driver: amdgpu v: kernel arch: GCN-5
    code: Vega process: GF 14nm built: 2017-20 pcie: gen: 4 speed: 16 GT/s
    lanes: 16 ports: active: DP-2 empty: DP-1,DP-3,HDMI-A-1 bus-ID: 04:00.0
    chip-ID: 1002:1636 class-ID: 0300 temp: 34.0 C
  Display: x11 server: X.Org v: 21.1.8 compositor: Picom v: git-b700a driver:
    X: loaded: amdgpu unloaded: modesetting alternate: fbdev,vesa dri: radeonsi
    gpu: amdgpu display-ID: :0 screens: 1
  Screen-1: 0 s-res: 1920x1080 s-dpi: 96 s-size: 508x285mm (20.00x11.22")
    s-diag: 582mm (22.93")
  Monitor-1: DP-2 mapped: DisplayPort-1 model: LG (GoldStar) W2343
    serial: <filter> built: 2009 res: 1920x1080 hz: 60 dpi: 96 gamma: 1.2
    size: 510x290mm (20.08x11.42") diag: 587mm (23.1") ratio: 16:9 modes:
    max: 1920x1080 min: 720x400
  API: OpenGL Message: Unable to show GL data. glxinfo is missing.
Audio:
  Device-1: AMD Renoir Radeon High Definition Audio driver: snd_hda_intel
    v: kernel pcie: gen: 4 speed: 16 GT/s lanes: 16 bus-ID: 04:00.1
    chip-ID: 1002:1637 class-ID: 0403
  Device-2: AMD ACP/ACP3X/ACP6x Audio Coprocessor driver: N/A
    alternate: snd_pci_acp3x, snd_rn_pci_acp3x, snd_pci_acp5x, snd_pci_acp6x,
    snd_acp_pci, snd_rpl_pci_acp6x, snd_pci_ps, snd_sof_amd_renoir,
    snd_sof_amd_rembrandt pcie: gen: 4 speed: 16 GT/s lanes: 16 bus-ID: 04:00.5
    chip-ID: 1022:15e2 class-ID: 0480
  Device-3: AMD Family 17h/19h HD Audio vendor: ASUSTeK driver: snd_hda_intel
    v: kernel pcie: gen: 4 speed: 16 GT/s lanes: 16 bus-ID: 04:00.6
    chip-ID: 1022:15e3 class-ID: 0403
  Device-4: C-Media Audio Adapter (Unitek Y-247A)
    driver: cmedia_hs100b,snd-usb-audio,usbhid type: USB rev: 1.1 speed: 12 Mb/s
    lanes: 1 mode: 1.1 bus-ID: 3-2.4:11 chip-ID: 0d8c:0014 class-ID: 0300
    serial: <filter>
  API: ALSA v: k6.1.55-1-MANJARO status: kernel-api with: aoss
    type: oss-emulator tools: alsactl,alsamixer,amixer
  Server-1: JACK v: 1.9.22 status: off tools: N/A
  Server-2: PipeWire v: 0.3.81 status: off tools: pw-cli
  Server-3: PulseAudio v: 16.1 status: active (root, process) with:
    1: pulseaudio-alsa type: plugin 2: pulseaudio-jack type: module
    tools: pacat,pactl,pavucontrol
Network:
  Device-1: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet
    vendor: ASUSTeK driver: r8169 v: kernel pcie: gen: 1 speed: 2.5 GT/s lanes: 1
    port: f400 bus-ID: 02:00.0 chip-ID: 10ec:8168 class-ID: 0200
  IF: enp2s0f0 state: down mac: <filter>
  Device-2: Intel Wi-Fi 6 AX200 driver: iwlwifi v: kernel pcie: gen: 2
    speed: 5 GT/s lanes: 1 bus-ID: 03:00.0 chip-ID: 8086:2723 class-ID: 0280
  IF: wlp3s0 state: up mac: <filter>
  IP v4: <filter> type: dynamic noprefixroute scope: global
    broadcast: <filter>
  IP v6: <filter> type: dynamic noprefixroute scope: global
  IP v6: <filter> type: dynamic noprefixroute scope: global
  IP v6: <filter> type: noprefixroute scope: link
  WAN IP: <filter>
Bluetooth:
  Device-1: Intel AX200 Bluetooth driver: btusb v: 0.8 type: USB rev: 2.0
    speed: 12 Mb/s lanes: 1 mode: 1.1 bus-ID: 5-3:2 chip-ID: 8087:0029
    class-ID: e001
  Report: rfkill ID: hci0 rfk-id: 1 state: down bt-service: not found
    rfk-block: hardware: no software: no address: see --recommends
Logical:
  Message: No logical block device data found.
  Device-1: luks-939f5b15-7c54-467e-9398-65566e859e93 maj-min: 254:0
    type: LUKS dm: dm-0 size: 146.48 GiB
  Components:
  p-1: sda1 maj-min: 8:1 size: 146.48 GiB
RAID:
  Message: No RAID data found.
Drives:
  Local Storage: total: 1.14 TiB used: 501.62 GiB (43.1%)
  SMART Message: Required tool smartctl not installed. Check --recommends
  ID-1: /dev/sda maj-min: 8:0 vendor: Samsung model: SSD 870 EVO 1TB
    size: 931.51 GiB block-size: physical: 512 B logical: 512 B speed: 6.0 Gb/s
    tech: SSD serial: <filter> fw-rev: 1B6Q scheme: GPT
  ID-2: /dev/sdb maj-min: 8:16 vendor: Samsung model: SSD 860 EVO M.2 250GB
    size: 232.89 GiB block-size: physical: 512 B logical: 512 B speed: 6.0 Gb/s
    tech: SSD serial: <filter> fw-rev: 4B6Q scheme: GPT
  Message: No optical or floppy data found.
Partition:
  ID-1: / raw-size: 200.66 GiB size: 196.45 GiB (97.90%)
    used: 119.09 GiB (60.6%) fs: ext4 block-size: 4096 B dev: /dev/sdb2
    maj-min: 8:18 label: N/A uuid: 9d669cb6-dd86-4f8a-9ee7-695c8760c7bd
  ID-2: /boot/efi raw-size: 300 MiB size: 299.4 MiB (99.80%)
    used: 304 KiB (0.1%) fs: vfat block-size: 512 B dev: /dev/sda3 maj-min: 8:3
    label: NO_LABEL uuid: 433E-36BC
  ID-3: /misc raw-size: 784.73 GiB size: 771.35 GiB (98.29%)
    used: 382.53 GiB (49.6%) fs: ext4 block-size: 4096 B dev: /dev/sda2
    maj-min: 8:2 label: N/A uuid: c0d272d0-9083-4ae4-a78f-ddd4a32d44fa
  ID-4: /mnt/veracrypt1 raw-size: 196 KiB size: 188 KiB (95.92%)
    used: 99 KiB (52.7%) fs: ext2 block-size: 1024 B dev: /dev/dm-3
    maj-min: 254:3 mapped: veracrypt1 label: N/A uuid: N/A
Swap:
  Kernel: swappiness: 60 (default) cache-pressure: 100 (default) zswap: yes
    compressor: zstd max-pool: 20%
  ID-1: swap-1 type: partition size: 32.23 GiB used: 0 KiB (0.0%)
    priority: -2 dev: /dev/sdb1 maj-min: 8:17 label: N/A
    uuid: da81a43c-3b27-4bca-afd4-533ab868ccc2
Unmounted:
  ID-1: /dev/dm-0 maj-min: 254:0
    mapped: luks-939f5b15-7c54-467e-9398-65566e859e93 size: 146.48 GiB fs: ext4
    label: N/A uuid: c2719325-0561-403a-b570-d8c3631586bc
  ID-2: /dev/dm-1 maj-min: 254:1 mapped: veracrypt1_1 size: 196 KiB fs: N/A
    label: N/A uuid: N/A
  ID-3: /dev/dm-2 maj-min: 254:2 mapped: veracrypt1_0 size: 196 KiB fs: N/A
    label: N/A uuid: N/A
USB:
  Hub-1: 1-0:1 info: hi-speed hub with single TT ports: 2 rev: 2.0
    speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0 chip-ID: 1d6b:0002
    class-ID: 0900
  Hub-2: 2-0:1 info: super-speed hub ports: 2 rev: 3.0
    speed: 5 Gb/s (596.0 MiB/s) lanes: 1 mode: 3.2 gen-1x1 chip-ID: 1d6b:0003
    class-ID: 0900
  Hub-3: 3-0:1 info: hi-speed hub with single TT ports: 4 rev: 2.0
    speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0 chip-ID: 1d6b:0002
    class-ID: 0900
  Device-1: 3-1:2 info: Realtek BillBoard Device type: billboard driver: N/A
    interfaces: 1 rev: 2.0 speed: 12 Mb/s (1.4 MiB/s) lanes: 1 mode: 1.1
    chip-ID: 0bda:2171 class-ID: 1100 serial: <filter>
  Hub-4: 3-2:8 info: Realtek RTS5411 Hub ports: 4 rev: 2.1
    speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0 chip-ID: 0bda:5411
    class-ID: 0900
  Device-1: 3-2.1:9 info: Sunplus Innovation Optical Mouse type: mouse
    driver: hid-generic,usbhid interfaces: 1 rev: 2.0 speed: 1.5 Mb/s (183 KiB/s)
    lanes: 1 mode: 1.0 power: 98mA chip-ID: 1bcf:0005 class-ID: 0301
  Device-2: 3-2.2:10 info: Microsoft Wired Keyboard 400 type: keyboard
    driver: hid-generic,usbhid interfaces: 1 rev: 1.1 speed: 1.5 Mb/s (183 KiB/s)
    lanes: 1 mode: 1.0 power: 100mA chip-ID: 045e:0752 class-ID: 0301
  Device-3: 3-2.4:11 info: C-Media Audio Adapter (Unitek Y-247A)
    type: audio,HID driver: cmedia_hs100b,snd-usb-audio,usbhid interfaces: 4
    rev: 1.1 speed: 12 Mb/s (1.4 MiB/s) lanes: 1 mode: 1.1 power: 500mA
    chip-ID: 0d8c:0014 class-ID: 0300 serial: <filter>
  Device-4: 3-4:4 info: Realtek RTS5129 Card Reader Controller
    type: <vendor specific> driver: rtsx_usb,rtsx_usb_ms,rtsx_usb_sdmmc
    interfaces: 1 rev: 2.0 speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0
    power: 500mA chip-ID: 0bda:0129 class-ID: ff00 serial: <filter>
  Hub-5: 4-0:1 info: super-speed hub ports: 2 rev: 3.1
    speed: 10 Gb/s (1.16 GiB/s) lanes: 1 mode: 3.2 gen-2x1 chip-ID: 1d6b:0003
    class-ID: 0900
  Hub-6: 4-2:3 info: Realtek Hub ports: 4 rev: 3.1
    speed: 5 Gb/s (596.0 MiB/s) lanes: 1 mode: 3.2 gen-1x1 chip-ID: 0bda:0411
    class-ID: 0900
  Hub-7: 5-0:1 info: hi-speed hub with single TT ports: 4 rev: 2.0
    speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0 chip-ID: 1d6b:0002
    class-ID: 0900
  Device-1: 5-3:2 info: Intel AX200 Bluetooth type: bluetooth driver: btusb
    interfaces: 2 rev: 2.0 speed: 12 Mb/s (1.4 MiB/s) lanes: 1 mode: 1.1
    power: 100mA chip-ID: 8087:0029 class-ID: e001
  Hub-8: 6-0:1 info: super-speed hub ports: 2 rev: 3.1
    speed: 10 Gb/s (1.16 GiB/s) lanes: 1 mode: 3.2 gen-2x1 chip-ID: 1d6b:0003
    class-ID: 0900
Sensors:
  System Temperatures: cpu: 35.5 C mobo: N/A gpu: amdgpu temp: 33.0 C
  Fan Speeds (rpm): N/A
Info:
  Processes: 289 Uptime: 59m wakeups: 0 Init: systemd v: 254 default: graphical
  tool: systemctl Compilers: gcc: 13.2.1 clang: 16.0.6 Packages: pm: pacman
  pkgs: 1651 libs: 398 tools: pamac Shell: Sudo (sudo) v: 1.9.14p3
  default: Bash v: 5.1.16 running-in: terminator inxi: 3.3.31

Thanks for any help!

Welcome to the forum! :vulcan_salute:

What you are describing here-above doesn’t make any sense. pacman is a package manager; it does not “use” any kernel — not in the way you are describing, anyway.

Also, your system is not up to date. The kernel you are running has already been updated to 6.1.60-1 by now, and the rest of your system will quite possibly not be up to date either.

I also strongly suspect that you won’t have tended to your .pacnew files, which is why I’m going to be posting the following essay for you to consider… :point_down:

thanks @Aragorn, I am not that familiar with keeping the kernel up-to-date, though I am a long time Linux and Manjaro user.

What’s the right way to keep up, I used the wiki (Manjaro_Kernels) and the commands listed there, I don’t see the minor versions, so how do I keep the kernel up to date?:

$ sudo mhwd-kernel --list
available kernels:
   * linux419
   * linux510
   * linux515
   * linux54
   * linux61
   * linux65
   * linux66
   * linux61-rt
   * linux65-rt

Yes, sorry for being imprecise about pacman, the detail was actually when investigating this I came across a post and it mentioned Check whether uname -r and pacman -Q linux show different versions; if so, reboot., and in my case they did show different versions. I was having troubles with USB stick not auto-mounting, and I thought it was all the same issue… in fact, removing the old kernel did fix that, but not the wake up problem.

I do regularly update the system, but you’re right that I haven’t tended to .pacnew files, tbh I was entirely ignorant that I needed to look for them. I’m reading an article now in archlinux wiki (Pacman/Pacnew_and_Pacsave), and will try to rectify what I find.

1 Like

By updating your system. The kernels get updated along with the rest of the system.

Also, as mentioned in my essay above, monitor the forum, and especially the Announcements category, and — if you’re on the Stable branch — the Stable Updates category. :wink:

1 Like

Might there be some reason my kernel is not updated? I actually did a full system update a couple of days ago.

thanks

The only thing I can think of is that the filesystem that /boot is on is mounted read-only for some reason. ext4 generally remounts a filesystem as read-only if it detects filesystem damage — e.g. after an unclean shutdown.

It has to be either that, or the system you’ve updated is not the system you’re currently booted into. If you have multiple installations on the same drive, then this sort of thing could happen. :thinking:

1 Like

/boot is writable right now, I guess that indicates it is mounted read-write. But perhaps it wasn’t at the time of the update? I will try another update now, since I see many packages available again.

This PC is purely Manjaro, no dual boot or other installations on it. I’ll try the update, which I always do like this, hopefully that’s correct? sudo pacman -Syu, and see if that kernel updates.

Thanks for the ideas! :slight_smile:

1 Like

That is possible, although if you update from the terminal, then it would have thrown a visible error. But then again, it is always possible that you missed it.

:+1: :crossed_fingers:

1 Like

Ok, the kernel did update, and I’ll investigate the .pacnew files when I get a moment.

I might not know for sure if the problem persists until I’ve tried a few suspends because it’s intermittent. I’ll update the post when I have some news.

Thanks again for all the help!

1 Like

If it happens again you could post the logs as described here

or you might have a look into following troubleshooting wiki:

https://wiki.archlinux.org/title/Power_management/Suspend_and_hibernate#Troubleshooting

2 Likes

thanks @Wollie, I did read that post before creating this one. It didn’t appear to shed light on this since when the problem happens there isn’t any further output to the journal.

I had found that Arch troubleshooting page too, and another linked from there for debugging. They scared me half to death with references to changes I have no idea how to make! lol

Hi again, I tried the troubleshooting steps in the Arch wiki but no change in the problem:

  • remove the kms hook and rebuild the initramfs
  • add boot kernel param acpi_os_name="Microsoft Windows NT"
    Other steps weren’t applicable, hardware watchdog timer is already disabled, video driver is already AMDGPU and not using NVIDIA GPU.

So I went on to try debugging steps (the problem I’m seeing is mentioned in section 4.7.2, https://01.org/blogs/rzhang/2015/best-practice-debug-linux-suspend/hibernate-issues)

In section 2 it gives some easy boot options to output put info to the log. I set that up, and then tried the suspend/resume cycling using rtcwake (section 2.11). I set it to repeat 100 times, but it only got as far as 8 before failing to resume again.
btw. I also tried echo 0 > /sys/power/pm_async mentioned, but it didn’t help either.

This is the output from a successful cycle (sorry there’s a ton):

Nov 12 12:45:45 kernel: PM: suspend entry (deep)
Nov 12 12:45:45 kernel: Filesystems sync: 0.063 seconds
Nov 12 12:45:45 wpa_supplicant[1078]: wlp3s0: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=WORLD
Nov 12 12:46:17 kernel: Freezing user space processes
Nov 12 12:46:17 kernel: Freezing user space processes completed (elapsed 0.001 seconds)
Nov 12 12:46:17 kernel: OOM killer disabled.
Nov 12 12:46:17 kernel: Freezing remaining freezable tasks
Nov 12 12:46:17 kernel: Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
Nov 12 12:46:17 kernel: rfkill rfkill2: PM: calling rfkill_suspend+0x0/0x20 [rfkill] @ 4926, parent: hci0
Nov 12 12:46:17 kernel: rfkill rfkill2: PM: rfkill_suspend+0x0/0x20 [rfkill] returned 0 after 1 usecs
Nov 12 12:46:17 kernel: rfkill rfkill0: PM: calling rfkill_suspend+0x0/0x20 [rfkill] @ 4926, parent: phy0
Nov 12 12:46:17 kernel: usb 5-3: PM: calling usb_dev_suspend+0x0/0x20 @ 4840, parent: usb5
Nov 12 12:46:17 kernel: rfkill rfkill0: PM: rfkill_suspend+0x0/0x20 [rfkill] returned 0 after 0 usecs
Nov 12 12:46:17 kernel: usb 5-3: PM: usb_dev_suspend+0x0/0x20 returned 0 after 66 usecs
Nov 12 12:46:17 kernel: leds phy0-led: PM: calling led_suspend+0x0/0x50 @ 4926, parent: 0000:03:00.0
Nov 12 12:46:17 kernel: ieee80211 phy0: PM: calling wiphy_suspend+0x0/0x2c0 [cfg80211] @ 4858, parent: 0000:03:00.0
Nov 12 12:46:17 kernel: leds phy0-led: PM: led_suspend+0x0/0x50 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: intel_rapl_msr intel_rapl_msr.0: PM: calling platform_pm_suspend+0x0/0x50 @ 4926, parent: platform
Nov 12 12:46:17 kernel: intel_rapl_msr intel_rapl_msr.0: PM: platform_pm_suspend+0x0/0x50 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: input input16: PM: calling input_dev_suspend+0x0/0x70 @ 4926, parent: card1
Nov 12 12:46:17 kernel: input input16: PM: input_dev_suspend+0x0/0x70 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: input input15: PM: calling input_dev_suspend+0x0/0x70 @ 4926, parent: card1
Nov 12 12:46:17 kernel: input input15: PM: input_dev_suspend+0x0/0x70 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: sound pcmC1D0c: PM: calling do_pcm_suspend+0x0/0x30 [snd_pcm] @ 4926, parent: card1
Nov 12 12:46:17 kernel: sound pcmC1D0c: PM: do_pcm_suspend+0x0/0x30 [snd_pcm] returned 0 after 1 usecs
Nov 12 12:46:17 kernel: sound pcmC1D0p: PM: calling do_pcm_suspend+0x0/0x30 [snd_pcm] @ 4926, parent: card1
Nov 12 12:46:17 kernel: sound pcmC1D0p: PM: do_pcm_suspend+0x0/0x30 [snd_pcm] returned 0 after 0 usecs
Nov 12 12:46:17 kernel: snd-soc-dummy snd-soc-dummy: PM: calling platform_pm_suspend+0x0/0x50 @ 4926, parent: platform
Nov 12 12:46:17 kernel: snd-soc-dummy snd-soc-dummy: PM: platform_pm_suspend+0x0/0x50 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: input input14: PM: calling input_dev_suspend+0x0/0x70 @ 4926, parent: card0
Nov 12 12:46:17 kernel: input input14: PM: input_dev_suspend+0x0/0x70 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: input input13: PM: calling input_dev_suspend+0x0/0x70 @ 4926, parent: card0
Nov 12 12:46:17 kernel: input input13: PM: input_dev_suspend+0x0/0x70 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: input input12: PM: calling input_dev_suspend+0x0/0x70 @ 4926, parent: card0
Nov 12 12:46:17 kernel: input input12: PM: input_dev_suspend+0x0/0x70 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: input input11: PM: calling input_dev_suspend+0x0/0x70 @ 4926, parent: card0
Nov 12 12:46:17 kernel: input input11: PM: input_dev_suspend+0x0/0x70 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: sound pcmC0D9p: PM: calling do_pcm_suspend+0x0/0x30 [snd_pcm] @ 4926, parent: card0
Nov 12 12:46:17 kernel: sound pcmC0D9p: PM: do_pcm_suspend+0x0/0x30 [snd_pcm] returned 0 after 0 usecs
Nov 12 12:46:17 kernel: sound pcmC0D8p: PM: calling do_pcm_suspend+0x0/0x30 [snd_pcm] @ 4926, parent: card0
Nov 12 12:46:17 kernel: sound pcmC0D8p: PM: do_pcm_suspend+0x0/0x30 [snd_pcm] returned 0 after 1 usecs
Nov 12 12:46:17 kernel: sound pcmC0D7p: PM: calling do_pcm_suspend+0x0/0x30 [snd_pcm] @ 4926, parent: card0
Nov 12 12:46:17 kernel: sound pcmC0D7p: PM: do_pcm_suspend+0x0/0x30 [snd_pcm] returned 0 after 0 usecs
Nov 12 12:46:17 kernel: sound pcmC0D3p: PM: calling do_pcm_suspend+0x0/0x30 [snd_pcm] @ 4926, parent: card0
Nov 12 12:46:17 kernel: sound pcmC0D3p: PM: do_pcm_suspend+0x0/0x30 [snd_pcm] returned 0 after 0 usecs
Nov 12 12:46:17 kernel: Generic FE-GE Realtek PHY r8169-0-200:00: PM: calling mdio_bus_phy_suspend+0x0/0x120 [libphy] @ 4926, parent: r8169-0-200
Nov 12 12:46:17 kernel: snd_hda_codec_realtek hdaudioC1D0: PM: calling hda_codec_pm_suspend+0x0/0x20 [snd_hda_codec] @ 4827, parent: 0000:04:00.6
Nov 12 12:46:17 kernel: Generic FE-GE Realtek PHY r8169-0-200:00: PM: mdio_bus_phy_suspend+0x0/0x120 [libphy] returned 0 after 0 usecs
Nov 12 12:46:17 kernel: input input10: PM: calling input_dev_suspend+0x0/0x70 @ 4926, parent: eeepc-wmi
Nov 12 12:46:17 kernel: input input10: PM: input_dev_suspend+0x0/0x70 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: eeepc-wmi eeepc-wmi: PM: calling platform_pm_suspend+0x0/0x50 @ 4926, parent: platform
Nov 12 12:46:17 kernel: eeepc-wmi eeepc-wmi: PM: platform_pm_suspend+0x0/0x50 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: hid_sensor_prox HID-SENSOR-200011.7.auto: PM: calling platform_pm_suspend+0x0/0x50 @ 4926, parent: 0020:1022:0001.0008
Nov 12 12:46:17 kernel: hid_sensor_prox HID-SENSOR-200011.7.auto: PM: platform_pm_suspend+0x0/0x50 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: ieee80211 phy0: PM: wiphy_suspend+0x0/0x2c0 [cfg80211] returned 0 after 37014 usecs
Nov 12 12:46:17 kernel: hid_sensor_als HID-SENSOR-200041.6.auto: PM: calling platform_pm_suspend+0x0/0x50 @ 4926, parent: 0020:1022:0001.0007
Nov 12 12:46:17 kernel: hid_sensor_als HID-SENSOR-200041.6.auto: PM: platform_pm_suspend+0x0/0x50 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: hid_sensor_magn_3d HID-SENSOR-200083.5.auto: PM: calling platform_pm_suspend+0x0/0x50 @ 4926, parent: 0020:1022:0001.0006
Nov 12 12:46:17 kernel: hid_sensor_magn_3d HID-SENSOR-200083.5.auto: PM: platform_pm_suspend+0x0/0x50 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: hid_sensor_gyro_3d HID-SENSOR-200076.4.auto: PM: calling platform_pm_suspend+0x0/0x50 @ 4926, parent: 0020:1022:0001.0005
Nov 12 12:46:17 kernel: hid_sensor_gyro_3d HID-SENSOR-200076.4.auto: PM: platform_pm_suspend+0x0/0x50 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: hid_sensor_accel_3d HID-SENSOR-200073.3.auto: PM: calling platform_pm_suspend+0x0/0x50 @ 4926, parent: 0020:1022:0001.0004
Nov 12 12:46:17 kernel: hid_sensor_accel_3d HID-SENSOR-200073.3.auto: PM: platform_pm_suspend+0x0/0x50 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: platform regulatory.0: PM: calling platform_pm_suspend+0x0/0x50 @ 4926, parent: platform
Nov 12 12:46:17 kernel: platform regulatory.0: PM: platform_pm_suspend+0x0/0x50 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: sp5100-tco sp5100-tco: PM: calling platform_pm_suspend+0x0/0x50 @ 4926, parent: platform
Nov 12 12:46:17 kernel: sp5100-tco sp5100-tco: PM: platform_pm_suspend+0x0/0x50 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: input input9: PM: calling input_dev_suspend+0x0/0x70 @ 4926, parent: pcspkr
Nov 12 12:46:17 kernel: input input9: PM: input_dev_suspend+0x0/0x70 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: snd_hda_codec_realtek hdaudioC1D0: PM: hda_codec_pm_suspend+0x0/0x20 [snd_hda_codec] returned 0 after 20994 usecs
Nov 12 12:46:17 kernel: input input8: PM: calling input_dev_suspend+0x0/0x70 @ 4926, parent: rc0
Nov 12 12:46:17 kernel: input input8: PM: input_dev_suspend+0x0/0x70 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: vboxdrv vboxdrv.0: PM: calling platform_pm_suspend+0x0/0x50 @ 4926, parent: platform
Nov 12 12:46:17 kernel: vboxdrv vboxdrv.0: PM: platform_pm_suspend+0x0/0x50 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: input input7: PM: calling input_dev_suspend+0x0/0x70 @ 4926, parent: 0003:413C:2010.0003
Nov 12 12:46:17 kernel: input input7: PM: input_dev_suspend+0x0/0x70 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: input input6: PM: calling input_dev_suspend+0x0/0x70 @ 4926, parent: 0003:413C:2010.0003
Nov 12 12:46:17 kernel: input input6: PM: input_dev_suspend+0x0/0x70 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: leds input5::kana: PM: calling led_suspend+0x0/0x50 @ 4926, parent: input5
Nov 12 12:46:17 kernel: leds input5::kana: PM: led_suspend+0x0/0x50 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: leds input5::compose: PM: calling led_suspend+0x0/0x50 @ 4926, parent: input5
Nov 12 12:46:17 kernel: leds input5::compose: PM: led_suspend+0x0/0x50 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: leds input5::scrolllock: PM: calling led_suspend+0x0/0x50 @ 4926, parent: input5
Nov 12 12:46:17 kernel: leds input5::scrolllock: PM: led_suspend+0x0/0x50 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: leds input5::capslock: PM: calling led_suspend+0x0/0x50 @ 4926, parent: input5
Nov 12 12:46:17 kernel: leds input5::capslock: PM: led_suspend+0x0/0x50 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: leds input5::numlock: PM: calling led_suspend+0x0/0x50 @ 4926, parent: input5
Nov 12 12:46:17 kernel: leds input5::numlock: PM: led_suspend+0x0/0x50 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: leds mmc0::: PM: calling led_suspend+0x0/0x50 @ 4926, parent: rtsx_usb_sdmmc.1.auto
Nov 12 12:46:17 kernel: leds mmc0::: PM: led_suspend+0x0/0x50 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: input input5: PM: calling input_dev_suspend+0x0/0x70 @ 4926, parent: 0003:413C:2010.0002
Nov 12 12:46:17 kernel: input input5: PM: input_dev_suspend+0x0/0x70 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: input input4: PM: calling input_dev_suspend+0x0/0x70 @ 4926, parent: 0003:046D:C077.0001
Nov 12 12:46:17 kernel: input input4: PM: input_dev_suspend+0x0/0x70 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: rtsx_usb_ms rtsx_usb_ms.2.auto: PM: calling platform_pm_suspend+0x0/0x50 @ 4926, parent: 3-4:1.0
Nov 12 12:46:17 kernel: rtsx_usb_ms rtsx_usb_ms.2.auto: PM: platform_pm_suspend+0x0/0x50 returned 0 after 62 usecs
Nov 12 12:46:17 kernel: rtsx_usb_sdmmc rtsx_usb_sdmmc.1.auto: PM: calling platform_pm_suspend+0x0/0x50 @ 4926, parent: 3-4:1.0
Nov 12 12:46:17 kernel: rtsx_usb_sdmmc rtsx_usb_sdmmc.1.auto: PM: platform_pm_suspend+0x0/0x50 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: input input3: PM: calling input_dev_suspend+0x0/0x70 @ 4926, parent: LNXVIDEO:00
Nov 12 12:46:17 kernel: usb 3-2.1: PM: calling usb_dev_suspend+0x0/0x20 @ 4858, parent: 3-2
Nov 12 12:46:17 kernel: usb 3-4: PM: calling usb_dev_suspend+0x0/0x20 @ 4840, parent: usb3
Nov 12 12:46:17 kernel: usb 3-4: PM: usb_dev_suspend+0x0/0x20 returned 0 after 5 usecs
Nov 12 12:46:17 kernel: usb 3-1: PM: calling usb_dev_suspend+0x0/0x20 @ 4827, parent: usb3
Nov 12 12:46:17 kernel: usb 3-1: PM: usb_dev_suspend+0x0/0x20 returned 0 after 2 usecs
Nov 12 12:46:17 kernel: usb 5-2: PM: calling usb_dev_suspend+0x0/0x20 @ 4866, parent: usb5
Nov 12 12:46:17 kernel: usb usb6: PM: calling usb_dev_suspend+0x0/0x20 @ 4827, parent: 0000:04:00.4
Nov 12 12:46:17 kernel: usb usb4: PM: calling usb_dev_suspend+0x0/0x20 @ 2460, parent: 0000:04:00.3
Nov 12 12:46:17 kernel: usb usb2: PM: calling usb_dev_suspend+0x0/0x20 @ 4880, parent: 0000:01:00.0
Nov 12 12:46:17 kernel: usb usb1: PM: calling usb_dev_suspend+0x0/0x20 @ 4862, parent: 0000:01:00.0
Nov 12 12:46:17 kernel: usb usb1: PM: usb_dev_suspend+0x0/0x20 returned 0 after 82 usecs
Nov 12 12:46:17 kernel: input input3: PM: input_dev_suspend+0x0/0x70 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: usb 5-2: PM: usb_dev_suspend+0x0/0x20 returned 0 after 738 usecs
Nov 12 12:46:17 kernel: usb usb5: PM: calling usb_dev_suspend+0x0/0x20 @ 4844, parent: 0000:04:00.4
Nov 12 12:46:17 kernel: usb usb5: PM: usb_dev_suspend+0x0/0x20 returned 0 after 12624 usecs
Nov 12 12:46:17 kernel: platform microcode: PM: calling platform_pm_suspend+0x0/0x50 @ 4926, parent: platform
Nov 12 12:46:17 kernel: sd 2:0:0:0: PM: calling scsi_bus_suspend+0x0/0xc0 @ 4866, parent: target2:0:0
Nov 12 12:46:17 kernel: sd 1:0:0:0: PM: calling scsi_bus_suspend+0x0/0xc0 @ 4859, parent: target1:0:0
Nov 12 12:46:17 kernel: platform microcode: PM: platform_pm_suspend+0x0/0x50 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: bootsplash bootsplash.0: PM: calling platform_pm_suspend+0x0/0x50 @ 4926, parent: platform
Nov 12 12:46:17 kernel: bootsplash bootsplash.0: PM: platform_pm_suspend+0x0/0x50 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: alarmtimer alarmtimer.0.auto: PM: calling platform_pm_suspend+0x0/0x50 @ 4926, parent: rtc0
Nov 12 12:46:17 kernel: alarmtimer alarmtimer.0.auto: PM: platform_pm_suspend+0x0/0x50 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: rtc rtc0: PM: calling rtc_suspend+0x0/0x1f0 @ 4926, parent: 00:01
Nov 12 12:46:17 kernel: rtc rtc0: PM: rtc_suspend+0x0/0x1f0 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: serial8250 serial8250: PM: calling platform_pm_suspend+0x0/0x50 @ 4926, parent: platform
Nov 12 12:46:17 kernel: usb 3-2.1: PM: usb_dev_suspend+0x0/0x20 returned 0 after 23073 usecs
Nov 12 12:46:17 kernel: usb usb6: PM: usb_dev_suspend+0x0/0x20 returned 0 after 25360 usecs
Nov 12 12:46:17 kernel: scsi host0: PM: calling scsi_bus_suspend+0x0/0xc0 @ 4827, parent: ata1
Nov 12 12:46:17 kernel: scsi host0: PM: scsi_bus_suspend+0x0/0xc0 returned 0 after 0 usecs
Nov 12 12:46:17 kernel:  ata1: PM: calling ata_port_pm_suspend+0x0/0x60 @ 4827, parent: 0000:05:00.0
Nov 12 12:46:17 kernel: usb usb2: PM: usb_dev_suspend+0x0/0x20 returned 0 after 25337 usecs
Nov 12 12:46:17 kernel:  ata1: PM: ata_port_pm_suspend+0x0/0x60 returned 0 after 57 usecs
Nov 12 12:46:17 kernel: serial8250 serial8250: PM: platform_pm_suspend+0x0/0x50 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: usb 3-2: PM: calling usb_dev_suspend+0x0/0x20 @ 4840, parent: usb3
Nov 12 12:46:17 kernel: input input2: PM: calling input_dev_suspend+0x0/0x70 @ 4926, parent: LNXPWRBN:00
Nov 12 12:46:17 kernel: usb usb4: PM: usb_dev_suspend+0x0/0x20 returned 0 after 28548 usecs
Nov 12 12:46:17 kernel: input input2: PM: input_dev_suspend+0x0/0x70 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: input input1: PM: calling input_dev_suspend+0x0/0x70 @ 4926, parent: PNP0C0E:00
Nov 12 12:46:17 kernel: input input1: PM: input_dev_suspend+0x0/0x70 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: input input0: PM: calling input_dev_suspend+0x0/0x70 @ 4926, parent: PNP0C0C:00
Nov 12 12:46:17 kernel: sd 1:0:0:0: [sda] Synchronizing SCSI cache
Nov 12 12:46:17 kernel: input input0: PM: input_dev_suspend+0x0/0x70 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: sd 2:0:0:0: [sdb] Synchronizing SCSI cache
Nov 12 12:46:17 kernel: sd 1:0:0:0: PM: scsi_bus_suspend+0x0/0xc0 returned 0 after 27420 usecs
Nov 12 12:46:17 kernel: pcspkr pcspkr: PM: calling platform_pm_suspend+0x0/0x50 @ 4926, parent: platform
Nov 12 12:46:17 kernel: pcspkr pcspkr: PM: platform_pm_suspend+0x0/0x50 returned 0 after 9 usecs
Nov 12 12:46:17 kernel: snd_hda_intel 0000:04:00.1: PM: calling pci_pm_suspend+0x0/0x170 @ 2460, parent: 0000:00:08.1
Nov 12 12:46:17 kernel: system 00:03: PM: calling pnp_bus_suspend+0x0/0x20 @ 4926, parent: pnp0
Nov 12 12:46:17 kernel: system 00:03: PM: pnp_bus_suspend+0x0/0x20 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: ite-cir 00:02: PM: calling pnp_bus_suspend+0x0/0x20 @ 4926, parent: pnp0
Nov 12 12:46:17 kernel: ite-cir 00:02: PM: pnp_bus_suspend+0x0/0x20 returned 0 after 31 usecs
Nov 12 12:46:17 kernel: rtc_cmos 00:01: PM: calling pnp_bus_suspend+0x0/0x20 @ 4926, parent: pnp0
Nov 12 12:46:17 kernel: snd_hda_intel 0000:04:00.1: PM: pci_pm_suspend+0x0/0x170 returned 0 after 82 usecs
Nov 12 12:46:17 kernel: rtc_cmos 00:01: PM: pnp_bus_suspend+0x0/0x20 returned 0 after 34 usecs
Nov 12 12:46:17 kernel: system 00:00: PM: calling pnp_bus_suspend+0x0/0x20 @ 4926, parent: pnp0
Nov 12 12:46:17 kernel: system 00:00: PM: pnp_bus_suspend+0x0/0x20 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: platform efivars.0: PM: calling platform_pm_suspend+0x0/0x50 @ 4926, parent: platform
Nov 12 12:46:17 kernel: platform efivars.0: PM: platform_pm_suspend+0x0/0x50 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: platform rtc-efi.0: PM: calling platform_pm_suspend+0x0/0x50 @ 4926, parent: platform
Nov 12 12:46:17 kernel: platform rtc-efi.0: PM: platform_pm_suspend+0x0/0x50 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: button LNXPWRBN:00: PM: calling acpi_button_suspend+0x0/0x20 @ 4926, parent: LNXSYSTM:00
Nov 12 12:46:17 kernel: button LNXPWRBN:00: PM: acpi_button_suspend+0x0/0x20 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: platform USBC000:00: PM: calling platform_pm_suspend+0x0/0x50 @ 4926, parent: platform
Nov 12 12:46:17 kernel: platform USBC000:00: PM: platform_pm_suspend+0x0/0x50 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: acpi-wmi PNP0C14:01: PM: calling acpi_subsys_suspend+0x0/0x60 @ 4926, parent: platform
Nov 12 12:46:17 kernel: acpi-wmi PNP0C14:01: PM: acpi_subsys_suspend+0x0/0x60 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: acpi-wmi PNP0C14:00: PM: calling acpi_subsys_suspend+0x0/0x60 @ 4926, parent: platform
Nov 12 12:46:17 kernel: acpi-wmi PNP0C14:00: PM: acpi_subsys_suspend+0x0/0x60 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: platform PNP0103:00: PM: calling platform_pm_suspend+0x0/0x50 @ 4926, parent: platform
Nov 12 12:46:17 kernel: platform PNP0103:00: PM: platform_pm_suspend+0x0/0x50 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: platform INT3515:00: PM: calling platform_pm_suspend+0x0/0x50 @ 4926, parent: AMDI0010:01
Nov 12 12:46:17 kernel: platform INT3515:00: PM: platform_pm_suspend+0x0/0x50 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: amd_gpio AMDI0030:00: PM: calling acpi_subsys_suspend+0x0/0x60 @ 4926, parent: platform
Nov 12 12:46:17 kernel: amd_gpio AMDI0030:00: PM: acpi_subsys_suspend+0x0/0x60 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: platform ACPI0007:0f: PM: calling platform_pm_suspend+0x0/0x50 @ 4926, parent: platform
Nov 12 12:46:17 kernel: i2c_designware AMDI0010:01: PM: calling acpi_subsys_suspend+0x0/0x60 @ 2460, parent: platform
Nov 12 12:46:17 kernel: platform ACPI0007:0f: PM: platform_pm_suspend+0x0/0x50 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: platform ACPI0007:0e: PM: calling platform_pm_suspend+0x0/0x50 @ 4926, parent: platform
Nov 12 12:46:17 kernel: platform ACPI0007:0e: PM: platform_pm_suspend+0x0/0x50 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: platform ACPI0007:0d: PM: calling platform_pm_suspend+0x0/0x50 @ 4926, parent: platform
Nov 12 12:46:17 kernel: platform ACPI0007:0d: PM: platform_pm_suspend+0x0/0x50 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: platform ACPI0007:0c: PM: calling platform_pm_suspend+0x0/0x50 @ 4926, parent: platform
Nov 12 12:46:17 kernel: i2c_designware AMDI0010:01: PM: acpi_subsys_suspend+0x0/0x60 returned 0 after 24 usecs
Nov 12 12:46:17 kernel: platform ACPI0007:0c: PM: platform_pm_suspend+0x0/0x50 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: platform ACPI0007:0b: PM: calling platform_pm_suspend+0x0/0x50 @ 4926, parent: platform
Nov 12 12:46:17 kernel: platform ACPI0007:0b: PM: platform_pm_suspend+0x0/0x50 returned 0 after 14 usecs
Nov 12 12:46:17 kernel: platform ACPI0007:0a: PM: calling platform_pm_suspend+0x0/0x50 @ 4926, parent: platform
Nov 12 12:46:17 kernel: platform ACPI0007:0a: PM: platform_pm_suspend+0x0/0x50 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: platform ACPI0007:09: PM: calling platform_pm_suspend+0x0/0x50 @ 4926, parent: platform
Nov 12 12:46:17 kernel: platform ACPI0007:09: PM: platform_pm_suspend+0x0/0x50 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: platform ACPI0007:08: PM: calling platform_pm_suspend+0x0/0x50 @ 4926, parent: platform
Nov 12 12:46:17 kernel: platform ACPI0007:08: PM: platform_pm_suspend+0x0/0x50 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: platform PNP0C0E:00: PM: calling platform_pm_suspend+0x0/0x50 @ 4926, parent: platform
Nov 12 12:46:17 kernel: platform PNP0C0E:00: PM: platform_pm_suspend+0x0/0x50 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: platform PNP0C0C:00: PM: calling platform_pm_suspend+0x0/0x50 @ 4926, parent: platform
Nov 12 12:46:17 kernel: platform PNP0C0C:00: PM: platform_pm_suspend+0x0/0x50 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: platform PNP0C09:00: PM: calling platform_pm_suspend+0x0/0x50 @ 4926, parent: 0000:00:14.3
Nov 12 12:46:17 kernel: platform PNP0C09:00: PM: platform_pm_suspend+0x0/0x50 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: platform PNP0800:00: PM: calling platform_pm_suspend+0x0/0x50 @ 4926, parent: 0000:00:14.3
Nov 12 12:46:17 kernel: platform PNP0800:00: PM: platform_pm_suspend+0x0/0x50 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: button PNP0C0E:00: PM: calling acpi_button_suspend+0x0/0x20 @ 4926, parent: LNXSYBUS:00
Nov 12 12:46:17 kernel: button PNP0C0E:00: PM: acpi_button_suspend+0x0/0x20 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: button PNP0C0C:00: PM: calling acpi_button_suspend+0x0/0x20 @ 4926, parent: LNXSYBUS:00
Nov 12 12:46:17 kernel: button PNP0C0C:00: PM: acpi_button_suspend+0x0/0x20 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: ec PNP0C09:00: PM: calling acpi_ec_suspend+0x0/0x70 @ 4926, parent: device:3a
Nov 12 12:46:17 kernel: ec PNP0C09:00: PM: acpi_ec_suspend+0x0/0x70 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: pcie_mp2_amd 0000:04:00.7: PM: calling pci_pm_suspend+0x0/0x170 @ 4827, parent: 0000:00:08.1
Nov 12 12:46:17 kernel: pcie_mp2_amd 0000:04:00.7: PM: pci_pm_suspend+0x0/0x170 returned 0 after 3 usecs
Nov 12 12:46:17 kernel: snd_hda_intel 0000:04:00.6: PM: calling pci_pm_suspend+0x0/0x170 @ 4827, parent: 0000:00:08.1
Nov 12 12:46:17 kernel: pci 0000:04:00.5: PM: calling pci_pm_suspend+0x0/0x170 @ 4880, parent: 0000:00:08.1
Nov 12 12:46:17 kernel: pci 0000:04:00.5: PM: pci_pm_suspend+0x0/0x170 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: regulator regulator.0: PM: calling regulator_suspend+0x0/0x120 @ 4926, parent: reg-dummy
Nov 12 12:46:17 kernel: regulator regulator.0: PM: regulator_suspend+0x0/0x120 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: xhci_hcd 0000:04:00.4: PM: calling pci_pm_suspend+0x0/0x170 @ 4880, parent: 0000:00:08.1
Nov 12 12:46:17 kernel: reg-dummy reg-dummy: PM: calling platform_pm_suspend+0x0/0x50 @ 4926, parent: platform
Nov 12 12:46:17 kernel: reg-dummy reg-dummy: PM: platform_pm_suspend+0x0/0x50 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: ccp 0000:04:00.2: PM: calling pci_pm_suspend+0x0/0x170 @ 4841, parent: 0000:00:08.1
Nov 12 12:46:17 kernel: ccp 0000:04:00.2: PM: pci_pm_suspend+0x0/0x170 returned 0 after 2 usecs
Nov 12 12:46:17 kernel: iwlwifi 0000:03:00.0: PM: calling pci_pm_suspend+0x0/0x170 @ 4841, parent: 0000:00:02.2
Nov 12 12:46:17 kernel: amdgpu 0000:04:00.0: PM: calling pci_pm_suspend+0x0/0x170 @ 4855, parent: 0000:00:08.1
Nov 12 12:46:17 kernel: pci 0000:02:00.4: PM: calling pci_pm_suspend+0x0/0x170 @ 4875, parent: 0000:00:02.1
Nov 12 12:46:17 kernel: iwlwifi 0000:03:00.0: PM: pci_pm_suspend+0x0/0x170 returned 0 after 2 usecs
Nov 12 12:46:17 kernel: pci 0000:02:00.4: PM: pci_pm_suspend+0x0/0x170 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: pci 0000:02:00.3: PM: calling pci_pm_suspend+0x0/0x170 @ 4841, parent: 0000:00:02.1
Nov 12 12:46:17 kernel: serial 0000:02:00.2: PM: calling pci_pm_suspend+0x0/0x170 @ 4875, parent: 0000:00:02.1
Nov 12 12:46:17 kernel: pci 0000:02:00.3: PM: pci_pm_suspend+0x0/0x170 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: serial 0000:02:00.2: PM: pci_pm_suspend+0x0/0x170 returned 0 after 2 usecs
Nov 12 12:46:17 kernel: serial 0000:02:00.1: PM: calling pci_pm_suspend+0x0/0x170 @ 4872, parent: 0000:00:02.1
Nov 12 12:46:17 kernel: r8169 0000:02:00.0: PM: calling pci_pm_suspend+0x0/0x170 @ 4841, parent: 0000:00:02.1
Nov 12 12:46:17 kernel: xhci_hcd 0000:01:00.0: PM: calling pci_pm_suspend+0x0/0x170 @ 4875, parent: 0000:00:01.2
Nov 12 12:46:17 kernel: serial 0000:02:00.1: PM: pci_pm_suspend+0x0/0x170 returned 0 after 2 usecs
Nov 12 12:46:17 kernel: xhci_hcd 0000:04:00.4: PM: pci_pm_suspend+0x0/0x170 returned 0 after 128 usecs
Nov 12 12:46:17 kernel: pci 0000:00:18.6: PM: calling pci_pm_suspend+0x0/0x170 @ 4872, parent: pci0000:00
Nov 12 12:46:17 kernel: pci 0000:00:18.5: PM: calling pci_pm_suspend+0x0/0x170 @ 4880, parent: pci0000:00
Nov 12 12:46:17 kernel: pci 0000:00:18.7: PM: calling pci_pm_suspend+0x0/0x170 @ 4837, parent: pci0000:00
Nov 12 12:46:17 kernel: pci 0000:00:18.6: PM: pci_pm_suspend+0x0/0x170 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: pci 0000:00:18.5: PM: pci_pm_suspend+0x0/0x170 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: pci 0000:00:18.7: PM: pci_pm_suspend+0x0/0x170 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: pci 0000:00:18.4: PM: calling pci_pm_suspend+0x0/0x170 @ 4837, parent: pci0000:00
Nov 12 12:46:17 kernel: pci 0000:00:18.2: PM: calling pci_pm_suspend+0x0/0x170 @ 4880, parent: pci0000:00
Nov 12 12:46:17 kernel: k10temp 0000:00:18.3: PM: calling pci_pm_suspend+0x0/0x170 @ 4872, parent: pci0000:00
Nov 12 12:46:17 kernel: pci 0000:00:18.4: PM: pci_pm_suspend+0x0/0x170 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: pci 0000:00:18.2: PM: pci_pm_suspend+0x0/0x170 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: k10temp 0000:00:18.3: PM: pci_pm_suspend+0x0/0x170 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: pci 0000:00:18.1: PM: calling pci_pm_suspend+0x0/0x170 @ 4837, parent: pci0000:00
Nov 12 12:46:17 kernel: pci 0000:00:18.0: PM: calling pci_pm_suspend+0x0/0x170 @ 4880, parent: pci0000:00
Nov 12 12:46:17 kernel: pci 0000:00:18.1: PM: pci_pm_suspend+0x0/0x170 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: pci 0000:00:18.0: PM: pci_pm_suspend+0x0/0x170 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: piix4_smbus 0000:00:14.0: PM: calling pci_pm_suspend+0x0/0x170 @ 4872, parent: pci0000:00
Nov 12 12:46:17 kernel: pci 0000:00:14.3: PM: calling pci_pm_suspend+0x0/0x170 @ 4833, parent: pci0000:00
Nov 12 12:46:17 kernel: piix4_smbus 0000:00:14.0: PM: pci_pm_suspend+0x0/0x170 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: xhci_hcd 0000:01:00.0: PM: pci_pm_suspend+0x0/0x170 returned 0 after 66 usecs
Nov 12 12:46:17 kernel: pci 0000:00:08.0: PM: calling pci_pm_suspend+0x0/0x170 @ 4842, parent: pci0000:00
Nov 12 12:46:17 kernel: pci 0000:00:14.3: PM: pci_pm_suspend+0x0/0x170 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: pcieport 0000:00:02.2: PM: calling pci_pm_suspend+0x0/0x170 @ 4872, parent: pci0000:00
Nov 12 12:46:17 kernel: pci 0000:00:08.0: PM: pci_pm_suspend+0x0/0x170 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: pci 0000:00:02.0: PM: calling pci_pm_suspend+0x0/0x170 @ 4875, parent: pci0000:00
Nov 12 12:46:17 kernel: pcieport 0000:00:01.2: PM: calling pci_pm_suspend+0x0/0x170 @ 4833, parent: pci0000:00
Nov 12 12:46:17 kernel: pcieport 0000:00:02.2: PM: pci_pm_suspend+0x0/0x170 returned 0 after 4 usecs
Nov 12 12:46:17 kernel: pci 0000:00:00.2: PM: calling pci_pm_suspend+0x0/0x170 @ 4842, parent: pci0000:00
Nov 12 12:46:17 kernel: pci 0000:00:01.0: PM: calling pci_pm_suspend+0x0/0x170 @ 4883, parent: pci0000:00
Nov 12 12:46:17 kernel: pci 0000:00:02.0: PM: pci_pm_suspend+0x0/0x170 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: pci 0000:00:00.0: PM: calling pci_pm_suspend+0x0/0x170 @ 4872, parent: pci0000:00
Nov 12 12:46:17 kernel: pci 0000:00:00.2: PM: pci_pm_suspend+0x0/0x170 returned 0 after 2 usecs
Nov 12 12:46:17 kernel: pcieport 0000:00:01.2: PM: pci_pm_suspend+0x0/0x170 returned 0 after 4 usecs
Nov 12 12:46:17 kernel: pci 0000:00:01.0: PM: pci_pm_suspend+0x0/0x170 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: pci 0000:00:00.0: PM: pci_pm_suspend+0x0/0x170 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: sd 2:0:0:0: PM: scsi_bus_suspend+0x0/0xc0 returned 0 after 28880 usecs
Nov 12 12:46:17 kernel: snd_hda_intel 0000:04:00.6: PM: pci_pm_suspend+0x0/0x170 returned 0 after 1151 usecs
Nov 12 12:46:17 kernel: scsi target1:0:0: PM: calling scsi_bus_suspend+0x0/0xc0 @ 2449, parent: host1
Nov 12 12:46:17 kernel: scsi target2:0:0: PM: calling scsi_bus_suspend+0x0/0xc0 @ 4862, parent: host2
Nov 12 12:46:17 kernel: scsi target1:0:0: PM: scsi_bus_suspend+0x0/0xc0 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: scsi target2:0:0: PM: scsi_bus_suspend+0x0/0xc0 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: scsi host1: PM: calling scsi_bus_suspend+0x0/0xc0 @ 4865, parent: ata2
Nov 12 12:46:17 kernel: scsi host2: PM: calling scsi_bus_suspend+0x0/0xc0 @ 4844, parent: ata3
Nov 12 12:46:17 kernel: scsi host1: PM: scsi_bus_suspend+0x0/0xc0 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: r8169 0000:02:00.0: PM: pci_pm_suspend+0x0/0x170 returned 0 after 9660 usecs
Nov 12 12:46:17 kernel: pcieport 0000:00:02.1: PM: calling pci_pm_suspend+0x0/0x170 @ 4873, parent: pci0000:00
Nov 12 12:46:17 kernel: pcieport 0000:00:02.1: PM: pci_pm_suspend+0x0/0x170 returned 0 after 6 usecs
Nov 12 12:46:17 kernel: scsi host2: PM: scsi_bus_suspend+0x0/0xc0 returned 0 after 0 usecs
Nov 12 12:46:17 kernel:  ata2: PM: calling ata_port_pm_suspend+0x0/0x60 @ 4846, parent: 0000:05:00.0
Nov 12 12:46:17 kernel:  ata3: PM: calling ata_port_pm_suspend+0x0/0x60 @ 4864, parent: 0000:05:00.1
Nov 12 12:46:17 kernel: ata2.00: Entering standby power mode
Nov 12 12:46:17 kernel: ata3.00: Entering standby power mode
Nov 12 12:46:17 kernel: usb 3-2: PM: usb_dev_suspend+0x0/0x20 returned 0 after 35881 usecs
Nov 12 12:46:17 kernel:  ata3: PM: ata_port_pm_suspend+0x0/0x60 returned 0 after 23424 usecs
Nov 12 12:46:17 kernel: usb usb3: PM: calling usb_dev_suspend+0x0/0x20 @ 4863, parent: 0000:04:00.3
Nov 12 12:46:17 kernel: ahci 0000:05:00.1: PM: calling pci_pm_suspend+0x0/0x170 @ 2460, parent: 0000:00:08.2
Nov 12 12:46:17 kernel: usb usb3: PM: usb_dev_suspend+0x0/0x20 returned 0 after 10258 usecs
Nov 12 12:46:17 kernel: ahci 0000:05:00.1: PM: pci_pm_suspend+0x0/0x170 returned 0 after 5 usecs
Nov 12 12:46:17 kernel: xhci_hcd 0000:04:00.3: PM: calling pci_pm_suspend+0x0/0x170 @ 4836, parent: 0000:00:08.1
Nov 12 12:46:17 kernel: xhci_hcd 0000:04:00.3: PM: pci_pm_suspend+0x0/0x170 returned 0 after 122 usecs
Nov 12 12:46:17 kernel: amdgpu 0000:04:00.0: amdgpu: free PSP TMR buffer
Nov 12 12:46:17 kernel: amdgpu 0000:04:00.0: PM: pci_pm_suspend+0x0/0x170 returned 0 after 363944 usecs
Nov 12 12:46:17 kernel: pcieport 0000:00:08.1: PM: calling pci_pm_suspend+0x0/0x170 @ 4880, parent: pci0000:00
Nov 12 12:46:17 kernel: pcieport 0000:00:08.1: PM: pci_pm_suspend+0x0/0x170 returned 0 after 7 usecs
Nov 12 12:46:17 kernel:  ata2: PM: ata_port_pm_suspend+0x0/0x60 returned 0 after 571330 usecs
Nov 12 12:46:17 kernel: ahci 0000:05:00.0: PM: calling pci_pm_suspend+0x0/0x170 @ 4858, parent: 0000:00:08.2
Nov 12 12:46:17 kernel: ahci 0000:05:00.0: PM: pci_pm_suspend+0x0/0x170 returned 0 after 5 usecs
Nov 12 12:46:17 kernel: pcieport 0000:00:08.2: PM: calling pci_pm_suspend+0x0/0x170 @ 4837, parent: pci0000:00
Nov 12 12:46:17 kernel: pcieport 0000:00:08.2: PM: pci_pm_suspend+0x0/0x170 returned 0 after 7 usecs
Nov 12 12:46:17 kernel: snd_hda_intel 0000:04:00.1: PM: calling pci_pm_suspend_late+0x0/0x40 @ 4836, parent: 0000:00:08.1
Nov 12 12:46:17 kernel: snd_hda_intel 0000:04:00.1: PM: pci_pm_suspend_late+0x0/0x40 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: acpi-wmi PNP0C14:01: PM: calling acpi_subsys_suspend_late+0x0/0x50 @ 4926, parent: platform
Nov 12 12:46:17 kernel: acpi-wmi PNP0C14:01: PM: acpi_subsys_suspend_late+0x0/0x50 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: acpi-wmi PNP0C14:00: PM: calling acpi_subsys_suspend_late+0x0/0x50 @ 4926, parent: platform
Nov 12 12:46:17 kernel: acpi-wmi PNP0C14:00: PM: acpi_subsys_suspend_late+0x0/0x50 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: amd_gpio AMDI0030:00: PM: calling acpi_subsys_suspend_late+0x0/0x50 @ 4926, parent: platform
Nov 12 12:46:17 kernel: amd_gpio AMDI0030:00: PM: acpi_subsys_suspend_late+0x0/0x50 returned 0 after 21 usecs
Nov 12 12:46:17 kernel: i2c_designware AMDI0010:01: PM: calling acpi_subsys_suspend_late+0x0/0x50 @ 4875, parent: platform
Nov 12 12:46:17 kernel: i2c_designware AMDI0010:01: PM: acpi_subsys_suspend_late+0x0/0x50 returned 0 after 12 usecs
Nov 12 12:46:17 kernel: ahci 0000:05:00.1: PM: calling pci_pm_suspend_late+0x0/0x40 @ 4836, parent: 0000:00:08.2
Nov 12 12:46:17 kernel: ahci 0000:05:00.0: PM: calling pci_pm_suspend_late+0x0/0x40 @ 4875, parent: 0000:00:08.2
Nov 12 12:46:17 kernel: pcie_mp2_amd 0000:04:00.7: PM: calling pci_pm_suspend_late+0x0/0x40 @ 4837, parent: 0000:00:08.1
Nov 12 12:46:17 kernel: ahci 0000:05:00.0: PM: pci_pm_suspend_late+0x0/0x40 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: ahci 0000:05:00.1: PM: pci_pm_suspend_late+0x0/0x40 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: pcie_mp2_amd 0000:04:00.7: PM: pci_pm_suspend_late+0x0/0x40 returned 0 after 2 usecs
Nov 12 12:46:17 kernel: snd_hda_intel 0000:04:00.6: PM: calling pci_pm_suspend_late+0x0/0x40 @ 4875, parent: 0000:00:08.1
Nov 12 12:46:17 kernel: pci 0000:04:00.5: PM: calling pci_pm_suspend_late+0x0/0x40 @ 4836, parent: 0000:00:08.1
Nov 12 12:46:17 kernel: xhci_hcd 0000:04:00.3: PM: calling pci_pm_suspend_late+0x0/0x40 @ 4837, parent: 0000:00:08.1
Nov 12 12:46:17 kernel: snd_hda_intel 0000:04:00.6: PM: pci_pm_suspend_late+0x0/0x40 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: xhci_hcd 0000:04:00.4: PM: calling pci_pm_suspend_late+0x0/0x40 @ 4855, parent: 0000:00:08.1
Nov 12 12:46:17 kernel: pci 0000:04:00.5: PM: pci_pm_suspend_late+0x0/0x40 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: xhci_hcd 0000:04:00.3: PM: pci_pm_suspend_late+0x0/0x40 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: ccp 0000:04:00.2: PM: calling pci_pm_suspend_late+0x0/0x40 @ 4875, parent: 0000:00:08.1
Nov 12 12:46:17 kernel: amdgpu 0000:04:00.0: PM: calling pci_pm_suspend_late+0x0/0x40 @ 4836, parent: 0000:00:08.1
Nov 12 12:46:17 kernel: xhci_hcd 0000:04:00.4: PM: pci_pm_suspend_late+0x0/0x40 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: amdgpu 0000:04:00.0: PM: pci_pm_suspend_late+0x0/0x40 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: pci 0000:02:00.4: PM: calling pci_pm_suspend_late+0x0/0x40 @ 4837, parent: 0000:00:02.1
Nov 12 12:46:17 kernel: ccp 0000:04:00.2: PM: pci_pm_suspend_late+0x0/0x40 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: iwlwifi 0000:03:00.0: PM: calling pci_pm_suspend_late+0x0/0x40 @ 4858, parent: 0000:00:02.2
Nov 12 12:46:17 kernel: pci 0000:02:00.3: PM: calling pci_pm_suspend_late+0x0/0x40 @ 4855, parent: 0000:00:02.1
Nov 12 12:46:17 kernel: serial 0000:02:00.1: PM: calling pci_pm_suspend_late+0x0/0x40 @ 4836, parent: 0000:00:02.1
Nov 12 12:46:17 kernel: serial 0000:02:00.2: PM: calling pci_pm_suspend_late+0x0/0x40 @ 4875, parent: 0000:00:02.1
Nov 12 12:46:17 kernel: pci 0000:02:00.4: PM: pci_pm_suspend_late+0x0/0x40 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: pci 0000:02:00.3: PM: pci_pm_suspend_late+0x0/0x40 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: serial 0000:02:00.2: PM: pci_pm_suspend_late+0x0/0x40 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: r8169 0000:02:00.0: PM: calling pci_pm_suspend_late+0x0/0x40 @ 4837, parent: 0000:00:02.1
Nov 12 12:46:17 kernel: iwlwifi 0000:03:00.0: PM: pci_pm_suspend_late+0x0/0x40 returned 0 after 2 usecs
Nov 12 12:46:17 kernel: serial 0000:02:00.1: PM: pci_pm_suspend_late+0x0/0x40 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: pci 0000:00:18.7: PM: calling pci_pm_suspend_late+0x0/0x40 @ 4855, parent: pci0000:00
Nov 12 12:46:17 kernel: pci 0000:00:18.5: PM: calling pci_pm_suspend_late+0x0/0x40 @ 4875, parent: pci0000:00
Nov 12 12:46:17 kernel: pci 0000:00:18.4: PM: calling pci_pm_suspend_late+0x0/0x40 @ 4836, parent: pci0000:00
Nov 12 12:46:17 kernel: pci 0000:00:18.6: PM: calling pci_pm_suspend_late+0x0/0x40 @ 4858, parent: pci0000:00
Nov 12 12:46:17 kernel: xhci_hcd 0000:01:00.0: PM: calling pci_pm_suspend_late+0x0/0x40 @ 4846, parent: 0000:00:01.2
Nov 12 12:46:17 kernel: r8169 0000:02:00.0: PM: pci_pm_suspend_late+0x0/0x40 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: pci 0000:00:18.4: PM: pci_pm_suspend_late+0x0/0x40 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: pci 0000:00:18.7: PM: pci_pm_suspend_late+0x0/0x40 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: pci 0000:00:18.6: PM: pci_pm_suspend_late+0x0/0x40 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: k10temp 0000:00:18.3: PM: calling pci_pm_suspend_late+0x0/0x40 @ 4837, parent: pci0000:00
Nov 12 12:46:17 kernel: pci 0000:00:18.5: PM: pci_pm_suspend_late+0x0/0x40 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: pci 0000:00:18.2: PM: calling pci_pm_suspend_late+0x0/0x40 @ 4836, parent: pci0000:00
Nov 12 12:46:17 kernel: k10temp 0000:00:18.3: PM: pci_pm_suspend_late+0x0/0x40 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: pci 0000:00:18.1: PM: calling pci_pm_suspend_late+0x0/0x40 @ 4858, parent: pci0000:00
Nov 12 12:46:17 kernel: xhci_hcd 0000:01:00.0: PM: pci_pm_suspend_late+0x0/0x40 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: pci 0000:00:14.3: PM: calling pci_pm_suspend_late+0x0/0x40 @ 4875, parent: pci0000:00
Nov 12 12:46:17 kernel: pcieport 0000:00:08.2: PM: calling pci_pm_suspend_late+0x0/0x40 @ 4837, parent: pci0000:00
Nov 12 12:46:17 kernel: piix4_smbus 0000:00:14.0: PM: calling pci_pm_suspend_late+0x0/0x40 @ 4855, parent: pci0000:00
Nov 12 12:46:17 kernel: pci 0000:00:18.2: PM: pci_pm_suspend_late+0x0/0x40 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: pci 0000:00:18.0: PM: calling pci_pm_suspend_late+0x0/0x40 @ 4880, parent: pci0000:00
Nov 12 12:46:17 kernel: pcieport 0000:00:08.1: PM: calling pci_pm_suspend_late+0x0/0x40 @ 4846, parent: pci0000:00
Nov 12 12:46:17 kernel: pcieport 0000:00:08.2: PM: pci_pm_suspend_late+0x0/0x40 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: piix4_smbus 0000:00:14.0: PM: pci_pm_suspend_late+0x0/0x40 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: pci 0000:00:18.1: PM: pci_pm_suspend_late+0x0/0x40 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: pci 0000:00:08.0: PM: calling pci_pm_suspend_late+0x0/0x40 @ 4836, parent: pci0000:00
Nov 12 12:46:17 kernel: pcieport 0000:00:08.1: PM: pci_pm_suspend_late+0x0/0x40 returned 0 after 2 usecs
Nov 12 12:46:17 kernel: pci 0000:00:14.3: PM: pci_pm_suspend_late+0x0/0x40 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: pcieport 0000:00:02.2: PM: calling pci_pm_suspend_late+0x0/0x40 @ 4837, parent: pci0000:00
Nov 12 12:46:17 kernel: pci 0000:00:08.0: PM: pci_pm_suspend_late+0x0/0x40 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: pci 0000:00:18.0: PM: pci_pm_suspend_late+0x0/0x40 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: pcieport 0000:00:02.1: PM: calling pci_pm_suspend_late+0x0/0x40 @ 4858, parent: pci0000:00
Nov 12 12:46:17 kernel: pcieport 0000:00:02.2: PM: pci_pm_suspend_late+0x0/0x40 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: pci 0000:00:02.0: PM: calling pci_pm_suspend_late+0x0/0x40 @ 4875, parent: pci0000:00
Nov 12 12:46:17 kernel: pcieport 0000:00:01.2: PM: calling pci_pm_suspend_late+0x0/0x40 @ 4855, parent: pci0000:00
Nov 12 12:46:17 kernel: pci 0000:00:01.0: PM: calling pci_pm_suspend_late+0x0/0x40 @ 4846, parent: pci0000:00
Nov 12 12:46:17 kernel: pci 0000:00:02.0: PM: pci_pm_suspend_late+0x0/0x40 returned 0 after 2 usecs
Nov 12 12:46:17 kernel: pci 0000:00:00.0: PM: calling pci_pm_suspend_late+0x0/0x40 @ 4837, parent: pci0000:00
Nov 12 12:46:17 kernel: pcieport 0000:00:01.2: PM: pci_pm_suspend_late+0x0/0x40 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: pci 0000:00:00.2: PM: calling pci_pm_suspend_late+0x0/0x40 @ 4880, parent: pci0000:00
Nov 12 12:46:17 kernel: pcieport 0000:00:02.1: PM: pci_pm_suspend_late+0x0/0x40 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: pci 0000:00:00.2: PM: pci_pm_suspend_late+0x0/0x40 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: pci 0000:00:01.0: PM: pci_pm_suspend_late+0x0/0x40 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: pci 0000:00:00.0: PM: pci_pm_suspend_late+0x0/0x40 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: snd_hda_intel 0000:04:00.1: PM: calling pci_pm_suspend_noirq+0x0/0x2a0 @ 2460, parent: 0000:00:08.1
Nov 12 12:46:17 kernel: acpi-wmi PNP0C14:01: PM: calling acpi_subsys_suspend_noirq+0x0/0x50 @ 4926, parent: platform
Nov 12 12:46:17 kernel: acpi-wmi PNP0C14:01: PM: acpi_subsys_suspend_noirq+0x0/0x50 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: acpi-wmi PNP0C14:00: PM: calling acpi_subsys_suspend_noirq+0x0/0x50 @ 4926, parent: platform
Nov 12 12:46:17 kernel: acpi-wmi PNP0C14:00: PM: acpi_subsys_suspend_noirq+0x0/0x50 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: amd_gpio AMDI0030:00: PM: calling acpi_subsys_suspend_noirq+0x0/0x50 @ 4926, parent: platform
Nov 12 12:46:17 kernel: amd_gpio AMDI0030:00: PM: acpi_subsys_suspend_noirq+0x0/0x50 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: i2c_designware AMDI0010:01: PM: calling acpi_subsys_suspend_noirq+0x0/0x50 @ 4880, parent: platform
Nov 12 12:46:17 kernel: i2c_designware AMDI0010:01: PM: acpi_subsys_suspend_noirq+0x0/0x50 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: ec PNP0C09:00: PM: calling acpi_ec_suspend_noirq+0x0/0x90 @ 4926, parent: device:3a
Nov 12 12:46:17 kernel: ahci 0000:05:00.1: PM: calling pci_pm_suspend_noirq+0x0/0x2a0 @ 4846, parent: 0000:00:08.2
Nov 12 12:46:17 kernel: ahci 0000:05:00.0: PM: calling pci_pm_suspend_noirq+0x0/0x2a0 @ 4880, parent: 0000:00:08.2
Nov 12 12:46:17 kernel: ACPI: EC: interrupt blocked
Nov 12 12:46:17 kernel: ec PNP0C09:00: PM: acpi_ec_suspend_noirq+0x0/0x90 returned 0 after 8 usecs
Nov 12 12:46:17 kernel: pcie_mp2_amd 0000:04:00.7: PM: calling pci_pm_suspend_noirq+0x0/0x2a0 @ 4858, parent: 0000:00:08.1
Nov 12 12:46:17 kernel: snd_hda_intel 0000:04:00.6: PM: calling pci_pm_suspend_noirq+0x0/0x2a0 @ 4836, parent: 0000:00:08.1
Nov 12 12:46:17 kernel: pci 0000:04:00.5: PM: calling pci_pm_suspend_noirq+0x0/0x2a0 @ 4837, parent: 0000:00:08.1
Nov 12 12:46:17 kernel: xhci_hcd 0000:04:00.4: PM: calling pci_pm_suspend_noirq+0x0/0x2a0 @ 4855, parent: 0000:00:08.1
Nov 12 12:46:17 kernel: xhci_hcd 0000:04:00.3: PM: calling pci_pm_suspend_noirq+0x0/0x2a0 @ 4875, parent: 0000:00:08.1
Nov 12 12:46:17 kernel: ccp 0000:04:00.2: PM: calling pci_pm_suspend_noirq+0x0/0x2a0 @ 4863, parent: 0000:00:08.1
Nov 12 12:46:17 kernel: pci 0000:02:00.4: PM: calling pci_pm_suspend_noirq+0x0/0x2a0 @ 4844, parent: 0000:00:02.1
Nov 12 12:46:17 kernel: pci 0000:02:00.3: PM: calling pci_pm_suspend_noirq+0x0/0x2a0 @ 4865, parent: 0000:00:02.1
Nov 12 12:46:17 kernel: serial 0000:02:00.2: PM: calling pci_pm_suspend_noirq+0x0/0x2a0 @ 4873, parent: 0000:00:02.1
Nov 12 12:46:17 kernel: pci 0000:04:00.5: PM: pci_pm_suspend_noirq+0x0/0x2a0 returned 0 after 157 usecs
Nov 12 12:46:17 kernel: serial 0000:02:00.1: PM: calling pci_pm_suspend_noirq+0x0/0x2a0 @ 4841, parent: 0000:00:02.1
Nov 12 12:46:17 kernel: r8169 0000:02:00.0: PM: calling pci_pm_suspend_noirq+0x0/0x2a0 @ 4837, parent: 0000:00:02.1
Nov 12 12:46:17 kernel: xhci_hcd 0000:01:00.0: PM: calling pci_pm_suspend_noirq+0x0/0x2a0 @ 4862, parent: 0000:00:01.2
Nov 12 12:46:17 kernel: pci 0000:00:18.7: PM: calling pci_pm_suspend_noirq+0x0/0x2a0 @ 2449, parent: pci0000:00
Nov 12 12:46:17 kernel: pci 0000:00:18.6: PM: calling pci_pm_suspend_noirq+0x0/0x2a0 @ 4866, parent: pci0000:00
Nov 12 12:46:17 kernel: pci 0000:02:00.4: PM: pci_pm_suspend_noirq+0x0/0x2a0 returned 0 after 322 usecs
Nov 12 12:46:17 kernel: pci 0000:00:18.5: PM: calling pci_pm_suspend_noirq+0x0/0x2a0 @ 4844, parent: pci0000:00
Nov 12 12:46:17 kernel: pci 0000:02:00.3: PM: pci_pm_suspend_noirq+0x0/0x2a0 returned 0 after 338 usecs
Nov 12 12:46:17 kernel: pci 0000:00:18.4: PM: calling pci_pm_suspend_noirq+0x0/0x2a0 @ 4865, parent: pci0000:00
Nov 12 12:46:17 kernel: pci 0000:00:18.7: PM: pci_pm_suspend_noirq+0x0/0x2a0 returned 0 after 162 usecs
Nov 12 12:46:17 kernel: k10temp 0000:00:18.3: PM: calling pci_pm_suspend_noirq+0x0/0x2a0 @ 4859, parent: pci0000:00
Nov 12 12:46:17 kernel: pci 0000:00:18.6: PM: pci_pm_suspend_noirq+0x0/0x2a0 returned 0 after 157 usecs
Nov 12 12:46:17 kernel: pci 0000:00:18.2: PM: calling pci_pm_suspend_noirq+0x0/0x2a0 @ 2449, parent: pci0000:00
Nov 12 12:46:17 kernel: pci 0000:00:18.1: PM: calling pci_pm_suspend_noirq+0x0/0x2a0 @ 4866, parent: pci0000:00
Nov 12 12:46:17 kernel: pci 0000:00:18.5: PM: pci_pm_suspend_noirq+0x0/0x2a0 returned 0 after 115 usecs
Nov 12 12:46:17 kernel: pci 0000:00:18.4: PM: pci_pm_suspend_noirq+0x0/0x2a0 returned 0 after 98 usecs
Nov 12 12:46:17 kernel: pci 0000:00:18.0: PM: calling pci_pm_suspend_noirq+0x0/0x2a0 @ 4844, parent: pci0000:00
Nov 12 12:46:17 kernel: pci 0000:00:14.3: PM: calling pci_pm_suspend_noirq+0x0/0x2a0 @ 4865, parent: pci0000:00
Nov 12 12:46:17 kernel: iwlwifi 0000:03:00.0: PM: calling pci_pm_suspend_noirq+0x0/0x2a0 @ 4840, parent: 0000:00:02.2
Nov 12 12:46:17 kernel: k10temp 0000:00:18.3: PM: pci_pm_suspend_noirq+0x0/0x2a0 returned 0 after 348 usecs
Nov 12 12:46:17 kernel: piix4_smbus 0000:00:14.0: PM: calling pci_pm_suspend_noirq+0x0/0x2a0 @ 4859, parent: pci0000:00
Nov 12 12:46:17 kernel: pci 0000:00:18.2: PM: pci_pm_suspend_noirq+0x0/0x2a0 returned 0 after 378 usecs
Nov 12 12:46:17 kernel: pci 0000:00:18.1: PM: pci_pm_suspend_noirq+0x0/0x2a0 returned 0 after 442 usecs
Nov 12 12:46:17 kernel: pci 0000:00:08.0: PM: calling pci_pm_suspend_noirq+0x0/0x2a0 @ 4872, parent: pci0000:00
Nov 12 12:46:17 kernel: pci 0000:00:02.0: PM: calling pci_pm_suspend_noirq+0x0/0x2a0 @ 4860, parent: pci0000:00
Nov 12 12:46:17 kernel: pci 0000:00:01.0: PM: calling pci_pm_suspend_noirq+0x0/0x2a0 @ 4842, parent: pci0000:00
Nov 12 12:46:17 kernel: pci 0000:00:18.0: PM: pci_pm_suspend_noirq+0x0/0x2a0 returned 0 after 944 usecs
Nov 12 12:46:17 kernel: pci 0000:00:00.2: PM: calling pci_pm_suspend_noirq+0x0/0x2a0 @ 4844, parent: pci0000:00
Nov 12 12:46:17 kernel: pci 0000:00:14.3: PM: pci_pm_suspend_noirq+0x0/0x2a0 returned 0 after 959 usecs
Nov 12 12:46:17 kernel: pci 0000:00:00.0: PM: calling pci_pm_suspend_noirq+0x0/0x2a0 @ 4865, parent: pci0000:00
Nov 12 12:46:17 kernel: piix4_smbus 0000:00:14.0: PM: pci_pm_suspend_noirq+0x0/0x2a0 returned 0 after 636 usecs
Nov 12 12:46:17 kernel: pci 0000:00:08.0: PM: pci_pm_suspend_noirq+0x0/0x2a0 returned 0 after 362 usecs
Nov 12 12:46:17 kernel: pci 0000:00:02.0: PM: pci_pm_suspend_noirq+0x0/0x2a0 returned 0 after 330 usecs
Nov 12 12:46:17 kernel: pci 0000:00:01.0: PM: pci_pm_suspend_noirq+0x0/0x2a0 returned 0 after 105 usecs
Nov 12 12:46:17 kernel: pci 0000:00:00.2: PM: pci_pm_suspend_noirq+0x0/0x2a0 returned 0 after 93 usecs
Nov 12 12:46:17 kernel: pci 0000:00:00.0: PM: pci_pm_suspend_noirq+0x0/0x2a0 returned 0 after 72 usecs
Nov 12 12:46:17 kernel: serial 0000:02:00.1: PM: pci_pm_suspend_noirq+0x0/0x2a0 returned 0 after 11930 usecs
Nov 12 12:46:17 kernel: serial 0000:02:00.2: PM: pci_pm_suspend_noirq+0x0/0x2a0 returned 0 after 11969 usecs
Nov 12 12:46:17 kernel: pcie_mp2_amd 0000:04:00.7: PM: pci_pm_suspend_noirq+0x0/0x2a0 returned 0 after 12226 usecs
Nov 12 12:46:17 kernel: snd_hda_intel 0000:04:00.1: PM: pci_pm_suspend_noirq+0x0/0x2a0 returned 0 after 12427 usecs
Nov 12 12:46:17 kernel: amdgpu 0000:04:00.0: PM: calling pci_pm_suspend_noirq+0x0/0x2a0 @ 4864, parent: 0000:00:08.1
Nov 12 12:46:17 kernel: xhci_hcd 0000:01:00.0: PM: pci_pm_suspend_noirq+0x0/0x2a0 returned 0 after 11929 usecs
Nov 12 12:46:17 kernel: ccp 0000:04:00.2: PM: pci_pm_suspend_noirq+0x0/0x2a0 returned 0 after 12251 usecs
Nov 12 12:46:17 kernel: pcieport 0000:00:01.2: PM: calling pci_pm_suspend_noirq+0x0/0x2a0 @ 4833, parent: pci0000:00
Nov 12 12:46:17 kernel: r8169 0000:02:00.0: PM: pci_pm_suspend_noirq+0x0/0x2a0 returned 0 after 12650 usecs
Nov 12 12:46:17 kernel: pcieport 0000:00:02.1: PM: calling pci_pm_suspend_noirq+0x0/0x2a0 @ 4883, parent: pci0000:00
Nov 12 12:46:17 kernel: snd_hda_intel 0000:04:00.6: PM: pci_pm_suspend_noirq+0x0/0x2a0 returned 0 after 13207 usecs
Nov 12 12:46:17 kernel: ahci 0000:05:00.1: PM: pci_pm_suspend_noirq+0x0/0x2a0 returned 0 after 13317 usecs
Nov 12 12:46:17 kernel: ahci 0000:05:00.0: PM: pci_pm_suspend_noirq+0x0/0x2a0 returned 0 after 13315 usecs
Nov 12 12:46:17 kernel: pcieport 0000:00:08.2: PM: calling pci_pm_suspend_noirq+0x0/0x2a0 @ 2449, parent: pci0000:00
Nov 12 12:46:17 kernel: iwlwifi 0000:03:00.0: PM: pci_pm_suspend_noirq+0x0/0x2a0 returned 0 after 13787 usecs
Nov 12 12:46:17 kernel: pcieport 0000:00:02.2: PM: calling pci_pm_suspend_noirq+0x0/0x2a0 @ 4866, parent: pci0000:00
Nov 12 12:46:17 kernel: xhci_hcd 0000:04:00.3: PM: pci_pm_suspend_noirq+0x0/0x2a0 returned 0 after 21966 usecs
Nov 12 12:46:17 kernel: xhci_hcd 0000:04:00.4: PM: pci_pm_suspend_noirq+0x0/0x2a0 returned 0 after 24381 usecs
Nov 12 12:46:17 kernel: amdgpu 0000:04:00.0: PM: pci_pm_suspend_noirq+0x0/0x2a0 returned 0 after 12133 usecs
Nov 12 12:46:17 kernel: pcieport 0000:00:08.1: PM: calling pci_pm_suspend_noirq+0x0/0x2a0 @ 4827, parent: pci0000:00
Nov 12 12:46:17 kernel: pcieport 0000:00:01.2: PM: pci_pm_suspend_noirq+0x0/0x2a0 returned 0 after 12714 usecs
Nov 12 12:46:17 kernel: pcieport 0000:00:02.1: PM: pci_pm_suspend_noirq+0x0/0x2a0 returned 0 after 12280 usecs
Nov 12 12:46:17 kernel: pcieport 0000:00:08.2: PM: pci_pm_suspend_noirq+0x0/0x2a0 returned 0 after 12000 usecs
Nov 12 12:46:17 kernel: pcieport 0000:00:02.2: PM: pci_pm_suspend_noirq+0x0/0x2a0 returned 0 after 10828 usecs
Nov 12 12:46:17 kernel: pcieport 0000:00:08.1: PM: pci_pm_suspend_noirq+0x0/0x2a0 returned 0 after 12100 usecs
Nov 12 12:46:17 kernel: ACPI: PM: Preparing to enter system sleep state S3
Nov 12 12:46:17 kernel: ACPI: EC: event blocked
Nov 12 12:46:17 kernel: ACPI: EC: EC stopped
Nov 12 12:46:17 kernel: ACPI: PM: Saving platform NVS memory
Nov 12 12:46:17 kernel: Disabling non-boot CPUs ...
Nov 12 12:46:17 kernel: smpboot: CPU 1 is now offline
Nov 12 12:46:17 kernel: smpboot: CPU 2 is now offline
Nov 12 12:46:17 kernel: smpboot: CPU 3 is now offline
Nov 12 12:46:17 kernel: smpboot: CPU 4 is now offline
Nov 12 12:46:17 kernel: smpboot: CPU 5 is now offline
Nov 12 12:46:17 kernel: smpboot: CPU 6 is now offline
Nov 12 12:46:17 kernel: smpboot: CPU 7 is now offline
Nov 12 12:46:17 kernel: ACPI: PM: Low-level resume complete
Nov 12 12:46:17 kernel: ACPI: EC: EC started
Nov 12 12:46:17 kernel: ACPI: PM: Restoring platform NVS memory
Nov 12 12:46:17 kernel: AMD-Vi: Virtual APIC enabled
Nov 12 12:46:17 kernel: AMD-Vi: Virtual APIC enabled
Nov 12 12:46:17 kernel: LVT offset 0 assigned for vector 0x400
Nov 12 12:46:17 kernel: Enabling non-boot CPUs ...
Nov 12 12:46:17 kernel: x86: Booting SMP configuration:
Nov 12 12:46:17 kernel: smpboot: Booting Node 0 Processor 1 APIC 0x1
Nov 12 12:46:17 kernel: microcode: CPU1: patch_level=0x08600106
Nov 12 12:46:17 kernel: ACPI: \_SB_.PLTF.P001: Found 3 idle states
Nov 12 12:46:17 kernel: ACPI: FW issue: working around C-state latencies out of order
Nov 12 12:46:17 kernel: CPU1 is up
Nov 12 12:46:17 kernel: smpboot: Booting Node 0 Processor 2 APIC 0x2
Nov 12 12:46:17 kernel: microcode: CPU2: patch_level=0x08600106
Nov 12 12:46:17 kernel: ACPI: \_SB_.PLTF.P002: Found 3 idle states
Nov 12 12:46:17 kernel: ACPI: FW issue: working around C-state latencies out of order
Nov 12 12:46:17 kernel: CPU2 is up
Nov 12 12:46:17 kernel: smpboot: Booting Node 0 Processor 3 APIC 0x3
Nov 12 12:46:17 kernel: microcode: CPU3: patch_level=0x08600106
Nov 12 12:46:17 kernel: ACPI: \_SB_.PLTF.P003: Found 3 idle states
Nov 12 12:46:17 kernel: ACPI: FW issue: working around C-state latencies out of order
Nov 12 12:46:17 kernel: CPU3 is up
Nov 12 12:46:17 kernel: smpboot: Booting Node 0 Processor 4 APIC 0x4
Nov 12 12:46:17 kernel: microcode: CPU4: patch_level=0x08600106
Nov 12 12:46:17 kernel: ACPI: \_SB_.PLTF.P004: Found 3 idle states
Nov 12 12:46:17 kernel: ACPI: FW issue: working around C-state latencies out of order
Nov 12 12:46:17 kernel: CPU4 is up
Nov 12 12:46:17 kernel: smpboot: Booting Node 0 Processor 5 APIC 0x5
Nov 12 12:46:17 kernel: microcode: CPU5: patch_level=0x08600106
Nov 12 12:46:17 kernel: ACPI: \_SB_.PLTF.P005: Found 3 idle states
Nov 12 12:46:17 kernel: ACPI: FW issue: working around C-state latencies out of order
Nov 12 12:46:17 kernel: CPU5 is up
Nov 12 12:46:17 kernel: smpboot: Booting Node 0 Processor 6 APIC 0x6
Nov 12 12:46:17 kernel: microcode: CPU6: patch_level=0x08600106
Nov 12 12:46:17 kernel: ACPI: \_SB_.PLTF.P006: Found 3 idle states
Nov 12 12:46:17 kernel: ACPI: FW issue: working around C-state latencies out of order
Nov 12 12:46:17 kernel: CPU6 is up
Nov 12 12:46:17 kernel: smpboot: Booting Node 0 Processor 7 APIC 0x7
Nov 12 12:46:17 kernel: microcode: CPU7: patch_level=0x08600106
Nov 12 12:46:17 kernel: ACPI: \_SB_.PLTF.P007: Found 3 idle states
Nov 12 12:46:17 kernel: ACPI: FW issue: working around C-state latencies out of order
Nov 12 12:46:17 kernel: CPU7 is up
Nov 12 12:46:17 kernel: ACPI: PM: Waking up from system sleep state S3
Nov 12 12:46:17 kernel: pci 0000:00:00.2: PM: calling pci_pm_resume_noirq+0x0/0x130 @ 4866, parent: pci0000:00
Nov 12 12:46:17 kernel: pci 0000:00:00.0: PM: calling pci_pm_resume_noirq+0x0/0x130 @ 4827, parent: pci0000:00
Nov 12 12:46:17 kernel: pci 0000:00:01.0: PM: calling pci_pm_resume_noirq+0x0/0x130 @ 4834, parent: pci0000:00
Nov 12 12:46:17 kernel: ec PNP0C09:00: PM: calling acpi_ec_resume_noirq+0x0/0x90 @ 4926, parent: device:3a
Nov 12 12:46:17 kernel: ACPI: EC: interrupt unblocked
Nov 12 12:46:17 kernel: ec PNP0C09:00: PM: acpi_ec_resume_noirq+0x0/0x90 returned 0 after 4 usecs
Nov 12 12:46:17 kernel: pci 0000:00:00.2: PM: pci_pm_resume_noirq+0x0/0x130 returned 0 after 31 usecs
Nov 12 12:46:17 kernel: pcieport 0000:00:01.2: PM: calling pci_pm_resume_noirq+0x0/0x130 @ 4866, parent: pci0000:00
Nov 12 12:46:17 kernel: pci 0000:00:00.0: PM: pci_pm_resume_noirq+0x0/0x130 returned 0 after 39 usecs
Nov 12 12:46:17 kernel: pci 0000:00:02.0: PM: calling pci_pm_resume_noirq+0x0/0x130 @ 4827, parent: pci0000:00
Nov 12 12:46:17 kernel: pci 0000:00:01.0: PM: pci_pm_resume_noirq+0x0/0x130 returned 0 after 28 usecs
Nov 12 12:46:17 kernel: pci 0000:00:02.0: PM: pci_pm_resume_noirq+0x0/0x130 returned 0 after 15 usecs
Nov 12 12:46:17 kernel: pcieport 0000:00:02.1: PM: calling pci_pm_resume_noirq+0x0/0x130 @ 4834, parent: pci0000:00
Nov 12 12:46:17 kernel: pcieport 0000:00:02.2: PM: calling pci_pm_resume_noirq+0x0/0x130 @ 4827, parent: pci0000:00
Nov 12 12:46:17 kernel: pcieport 0000:00:01.2: PM: pci_pm_resume_noirq+0x0/0x130 returned 0 after 66 usecs
Nov 12 12:46:17 kernel: pci 0000:00:08.0: PM: calling pci_pm_resume_noirq+0x0/0x130 @ 4866, parent: pci0000:00
Nov 12 12:46:17 kernel: pci 0000:00:08.0: PM: pci_pm_resume_noirq+0x0/0x130 returned 0 after 39 usecs
Nov 12 12:46:17 kernel: pcieport 0000:00:08.1: PM: calling pci_pm_resume_noirq+0x0/0x130 @ 4866, parent: pci0000:00
Nov 12 12:46:17 kernel: pcieport 0000:00:02.2: PM: pci_pm_resume_noirq+0x0/0x130 returned 0 after 105 usecs
Nov 12 12:46:17 kernel: pcieport 0000:00:08.2: PM: calling pci_pm_resume_noirq+0x0/0x130 @ 4827, parent: pci0000:00
Nov 12 12:46:17 kernel: pcieport 0000:00:02.1: PM: pci_pm_resume_noirq+0x0/0x130 returned 0 after 99 usecs
Nov 12 12:46:17 kernel: piix4_smbus 0000:00:14.0: PM: calling pci_pm_resume_noirq+0x0/0x130 @ 4834, parent: pci0000:00
Nov 12 12:46:17 kernel: pcieport 0000:00:08.1: PM: pci_pm_resume_noirq+0x0/0x130 returned 0 after 56 usecs
Nov 12 12:46:17 kernel: pci 0000:00:14.3: PM: calling pci_pm_resume_noirq+0x0/0x130 @ 4866, parent: pci0000:00
Nov 12 12:46:17 kernel: piix4_smbus 0000:00:14.0: PM: pci_pm_resume_noirq+0x0/0x130 returned 0 after 59 usecs
Nov 12 12:46:17 kernel: pci 0000:00:14.3: PM: pci_pm_resume_noirq+0x0/0x130 returned 0 after 62 usecs
Nov 12 12:46:17 kernel: pcieport 0000:00:08.2: PM: pci_pm_resume_noirq+0x0/0x130 returned 0 after 109 usecs
Nov 12 12:46:17 kernel: pci 0000:00:18.0: PM: calling pci_pm_resume_noirq+0x0/0x130 @ 4834, parent: pci0000:00
Nov 12 12:46:17 kernel: pci 0000:00:18.1: PM: calling pci_pm_resume_noirq+0x0/0x130 @ 4866, parent: pci0000:00
Nov 12 12:46:17 kernel: pci 0000:00:18.2: PM: calling pci_pm_resume_noirq+0x0/0x130 @ 4827, parent: pci0000:00
Nov 12 12:46:17 kernel: amd_gpio AMDI0030:00: PM: calling acpi_subsys_resume_noirq+0x0/0x30 @ 4926, parent: platform
Nov 12 12:46:17 kernel: pci 0000:00:18.0: PM: pci_pm_resume_noirq+0x0/0x130 returned 0 after 8 usecs
Nov 12 12:46:17 kernel: amd_gpio AMDI0030:00: PM: acpi_subsys_resume_noirq+0x0/0x30 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: pci 0000:00:18.1: PM: pci_pm_resume_noirq+0x0/0x130 returned 0 after 7 usecs
Nov 12 12:46:17 kernel: k10temp 0000:00:18.3: PM: calling pci_pm_resume_noirq+0x0/0x130 @ 4866, parent: pci0000:00
Nov 12 12:46:17 kernel: pci 0000:00:18.2: PM: pci_pm_resume_noirq+0x0/0x130 returned 0 after 8 usecs
Nov 12 12:46:17 kernel: pci 0000:00:18.4: PM: calling pci_pm_resume_noirq+0x0/0x130 @ 4834, parent: pci0000:00
Nov 12 12:46:17 kernel: k10temp 0000:00:18.3: PM: pci_pm_resume_noirq+0x0/0x130 returned 0 after 7 usecs
Nov 12 12:46:17 kernel: pci 0000:00:18.5: PM: calling pci_pm_resume_noirq+0x0/0x130 @ 4827, parent: pci0000:00
Nov 12 12:46:17 kernel: pci 0000:00:18.6: PM: calling pci_pm_resume_noirq+0x0/0x130 @ 4866, parent: pci0000:00
Nov 12 12:46:17 kernel: pci 0000:00:18.4: PM: pci_pm_resume_noirq+0x0/0x130 returned 0 after 7 usecs
Nov 12 12:46:17 kernel: pci 0000:00:18.6: PM: pci_pm_resume_noirq+0x0/0x130 returned 0 after 6 usecs
Nov 12 12:46:17 kernel: pci 0000:00:18.5: PM: pci_pm_resume_noirq+0x0/0x130 returned 0 after 9 usecs
Nov 12 12:46:17 kernel: pci 0000:00:18.7: PM: calling pci_pm_resume_noirq+0x0/0x130 @ 4834, parent: pci0000:00
Nov 12 12:46:17 kernel: xhci_hcd 0000:01:00.0: PM: calling pci_pm_resume_noirq+0x0/0x130 @ 4866, parent: 0000:00:01.2
Nov 12 12:46:17 kernel: r8169 0000:02:00.0: PM: calling pci_pm_resume_noirq+0x0/0x130 @ 4827, parent: 0000:00:02.1
Nov 12 12:46:17 kernel: pci 0000:00:18.7: PM: pci_pm_resume_noirq+0x0/0x130 returned 0 after 7 usecs
Nov 12 12:46:17 kernel: serial 0000:02:00.1: PM: calling pci_pm_resume_noirq+0x0/0x130 @ 4834, parent: 0000:00:02.1
Nov 12 12:46:17 kernel: xhci_hcd 0000:01:00.0: PM: pci_pm_resume_noirq+0x0/0x130 returned 0 after 197 usecs
Nov 12 12:46:17 kernel: serial 0000:02:00.2: PM: calling pci_pm_resume_noirq+0x0/0x130 @ 4866, parent: 0000:00:02.1
Nov 12 12:46:17 kernel: serial 0000:02:00.1: PM: pci_pm_resume_noirq+0x0/0x130 returned 0 after 212 usecs
Nov 12 12:46:17 kernel: pci 0000:02:00.3: PM: calling pci_pm_resume_noirq+0x0/0x130 @ 4834, parent: 0000:00:02.1
Nov 12 12:46:17 kernel: r8169 0000:02:00.0: PM: pci_pm_resume_noirq+0x0/0x130 returned 0 after 271 usecs
Nov 12 12:46:17 kernel: pci 0000:02:00.4: PM: calling pci_pm_resume_noirq+0x0/0x130 @ 4827, parent: 0000:00:02.1
Nov 12 12:46:17 kernel: serial 0000:02:00.2: PM: pci_pm_resume_noirq+0x0/0x130 returned 0 after 173 usecs
Nov 12 12:46:17 kernel: iwlwifi 0000:03:00.0: PM: calling pci_pm_resume_noirq+0x0/0x130 @ 4866, parent: 0000:00:02.2
Nov 12 12:46:17 kernel: pci 0000:02:00.3: PM: pci_pm_resume_noirq+0x0/0x130 returned 0 after 1089 usecs
Nov 12 12:46:17 kernel: pci 0000:02:00.4: PM: pci_pm_resume_noirq+0x0/0x130 returned 0 after 1113 usecs
Nov 12 12:46:17 kernel: amdgpu 0000:04:00.0: PM: calling pci_pm_resume_noirq+0x0/0x130 @ 4834, parent: 0000:00:08.1
Nov 12 12:46:17 kernel: ccp 0000:04:00.2: PM: calling pci_pm_resume_noirq+0x0/0x130 @ 4827, parent: 0000:00:08.1
Nov 12 12:46:17 kernel: ccp 0000:04:00.2: PM: pci_pm_resume_noirq+0x0/0x130 returned 0 after 122 usecs
Nov 12 12:46:17 kernel: xhci_hcd 0000:04:00.3: PM: calling pci_pm_resume_noirq+0x0/0x130 @ 4827, parent: 0000:00:08.1
Nov 12 12:46:17 kernel: amdgpu 0000:04:00.0: PM: pci_pm_resume_noirq+0x0/0x130 returned 0 after 218 usecs
Nov 12 12:46:17 kernel: xhci_hcd 0000:04:00.4: PM: calling pci_pm_resume_noirq+0x0/0x130 @ 4834, parent: 0000:00:08.1
Nov 12 12:46:17 kernel: iwlwifi 0000:03:00.0: PM: pci_pm_resume_noirq+0x0/0x130 returned 0 after 1290 usecs
Nov 12 12:46:17 kernel: pci 0000:04:00.5: PM: calling pci_pm_resume_noirq+0x0/0x130 @ 4866, parent: 0000:00:08.1
Nov 12 12:46:17 kernel: xhci_hcd 0000:04:00.3: PM: pci_pm_resume_noirq+0x0/0x130 returned 0 after 84 usecs
Nov 12 12:46:17 kernel: xhci_hcd 0000:04:00.4: PM: pci_pm_resume_noirq+0x0/0x130 returned 0 after 90 usecs
Nov 12 12:46:17 kernel: snd_hda_intel 0000:04:00.6: PM: calling pci_pm_resume_noirq+0x0/0x130 @ 4834, parent: 0000:00:08.1
Nov 12 12:46:17 kernel: pci 0000:04:00.5: PM: pci_pm_resume_noirq+0x0/0x130 returned 0 after 50 usecs
Nov 12 12:46:17 kernel: pcie_mp2_amd 0000:04:00.7: PM: calling pci_pm_resume_noirq+0x0/0x130 @ 4827, parent: 0000:00:08.1
Nov 12 12:46:17 kernel: ahci 0000:05:00.0: PM: calling pci_pm_resume_noirq+0x0/0x130 @ 4866, parent: 0000:00:08.2
Nov 12 12:46:17 kernel: ahci 0000:05:00.1: PM: calling pci_pm_resume_noirq+0x0/0x130 @ 2449, parent: 0000:00:08.2
Nov 12 12:46:17 kernel: i2c_designware AMDI0010:01: PM: calling acpi_subsys_resume_noirq+0x0/0x30 @ 4883, parent: platform
Nov 12 12:46:17 kernel: i2c_designware AMDI0010:01: PM: acpi_subsys_resume_noirq+0x0/0x30 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: snd_hda_intel 0000:04:00.1: PM: calling pci_pm_resume_noirq+0x0/0x130 @ 4883, parent: 0000:00:08.1
Nov 12 12:46:17 kernel: acpi-wmi PNP0C14:00: PM: calling acpi_subsys_resume_noirq+0x0/0x30 @ 4926, parent: platform
Nov 12 12:46:17 kernel: acpi-wmi PNP0C14:00: PM: acpi_subsys_resume_noirq+0x0/0x30 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: acpi-wmi PNP0C14:01: PM: calling acpi_subsys_resume_noirq+0x0/0x30 @ 4926, parent: platform
Nov 12 12:46:17 kernel: acpi-wmi PNP0C14:01: PM: acpi_subsys_resume_noirq+0x0/0x30 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: pcie_mp2_amd 0000:04:00.7: PM: pci_pm_resume_noirq+0x0/0x130 returned 0 after 201 usecs
Nov 12 12:46:17 kernel: snd_hda_intel 0000:04:00.1: PM: pci_pm_resume_noirq+0x0/0x130 returned 0 after 225 usecs
Nov 12 12:46:17 kernel: ahci 0000:05:00.1: PM: pci_pm_resume_noirq+0x0/0x130 returned 0 after 804 usecs
Nov 12 12:46:17 kernel: ahci 0000:05:00.0: PM: pci_pm_resume_noirq+0x0/0x130 returned 0 after 824 usecs
Nov 12 12:46:17 kernel: snd_hda_intel 0000:04:00.6: PM: pci_pm_resume_noirq+0x0/0x130 returned 0 after 2169 usecs
Nov 12 12:46:17 kernel: pci 0000:00:00.0: PM: calling pci_pm_resume_early+0x0/0x30 @ 4834, parent: pci0000:00
Nov 12 12:46:17 kernel: pci 0000:00:00.0: PM: pci_pm_resume_early+0x0/0x30 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: pci 0000:00:00.2: PM: calling pci_pm_resume_early+0x0/0x30 @ 2460, parent: pci0000:00
Nov 12 12:46:17 kernel: pci 0000:00:01.0: PM: calling pci_pm_resume_early+0x0/0x30 @ 4863, parent: pci0000:00
Nov 12 12:46:17 kernel: pcieport 0000:00:01.2: PM: calling pci_pm_resume_early+0x0/0x30 @ 4834, parent: pci0000:00
Nov 12 12:46:17 kernel: pcieport 0000:00:01.2: PM: pci_pm_resume_early+0x0/0x30 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: pci 0000:00:02.0: PM: calling pci_pm_resume_early+0x0/0x30 @ 4834, parent: pci0000:00
Nov 12 12:46:17 kernel: pci 0000:00:02.0: PM: pci_pm_resume_early+0x0/0x30 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: pcieport 0000:00:02.1: PM: calling pci_pm_resume_early+0x0/0x30 @ 4837, parent: pci0000:00
Nov 12 12:46:17 kernel: pci 0000:00:00.2: PM: pci_pm_resume_early+0x0/0x30 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: pci 0000:00:01.0: PM: pci_pm_resume_early+0x0/0x30 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: pcieport 0000:00:02.2: PM: calling pci_pm_resume_early+0x0/0x30 @ 4834, parent: pci0000:00
Nov 12 12:46:17 kernel: pcieport 0000:00:02.2: PM: pci_pm_resume_early+0x0/0x30 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: pcieport 0000:00:08.1: PM: calling pci_pm_resume_early+0x0/0x30 @ 2460, parent: pci0000:00
Nov 12 12:46:17 kernel: pcieport 0000:00:02.1: PM: pci_pm_resume_early+0x0/0x30 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: pci 0000:00:08.0: PM: calling pci_pm_resume_early+0x0/0x30 @ 4846, parent: pci0000:00
Nov 12 12:46:17 kernel: pcieport 0000:00:08.2: PM: calling pci_pm_resume_early+0x0/0x30 @ 4863, parent: pci0000:00
Nov 12 12:46:17 kernel: piix4_smbus 0000:00:14.0: PM: calling pci_pm_resume_early+0x0/0x30 @ 4834, parent: pci0000:00
Nov 12 12:46:17 kernel: pci 0000:00:08.0: PM: pci_pm_resume_early+0x0/0x30 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: pcieport 0000:00:08.1: PM: pci_pm_resume_early+0x0/0x30 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: piix4_smbus 0000:00:14.0: PM: pci_pm_resume_early+0x0/0x30 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: pci 0000:00:14.3: PM: calling pci_pm_resume_early+0x0/0x30 @ 4836, parent: pci0000:00
Nov 12 12:46:17 kernel: pcieport 0000:00:08.2: PM: pci_pm_resume_early+0x0/0x30 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: pci 0000:00:18.0: PM: calling pci_pm_resume_early+0x0/0x30 @ 4846, parent: pci0000:00
Nov 12 12:46:17 kernel: pci 0000:00:18.4: PM: calling pci_pm_resume_early+0x0/0x30 @ 4834, parent: pci0000:00
Nov 12 12:46:17 kernel: pci 0000:00:18.2: PM: calling pci_pm_resume_early+0x0/0x30 @ 4837, parent: pci0000:00
Nov 12 12:46:17 kernel: pci 0000:00:18.1: PM: calling pci_pm_resume_early+0x0/0x30 @ 4840, parent: pci0000:00
Nov 12 12:46:17 kernel: k10temp 0000:00:18.3: PM: calling pci_pm_resume_early+0x0/0x30 @ 2460, parent: pci0000:00
Nov 12 12:46:17 kernel: pci 0000:00:18.0: PM: pci_pm_resume_early+0x0/0x30 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: pci 0000:00:14.3: PM: pci_pm_resume_early+0x0/0x30 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: pci 0000:00:18.6: PM: calling pci_pm_resume_early+0x0/0x30 @ 4880, parent: pci0000:00
Nov 12 12:46:17 kernel: pci 0000:00:18.4: PM: pci_pm_resume_early+0x0/0x30 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: pci 0000:00:18.1: PM: pci_pm_resume_early+0x0/0x30 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: xhci_hcd 0000:01:00.0: PM: calling pci_pm_resume_early+0x0/0x30 @ 4834, parent: 0000:00:01.2
Nov 12 12:46:17 kernel: pci 0000:00:18.7: PM: calling pci_pm_resume_early+0x0/0x30 @ 4836, parent: pci0000:00
Nov 12 12:46:17 kernel: k10temp 0000:00:18.3: PM: pci_pm_resume_early+0x0/0x30 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: pci 0000:00:18.2: PM: pci_pm_resume_early+0x0/0x30 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: pci 0000:00:18.6: PM: pci_pm_resume_early+0x0/0x30 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: amd_gpio AMDI0030:00: PM: calling acpi_subsys_resume_early+0x0/0x80 @ 4926, parent: platform
Nov 12 12:46:17 kernel: pci 0000:00:18.7: PM: pci_pm_resume_early+0x0/0x30 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: r8169 0000:02:00.0: PM: calling pci_pm_resume_early+0x0/0x30 @ 4840, parent: 0000:00:02.1
Nov 12 12:46:17 kernel: xhci_hcd 0000:01:00.0: PM: pci_pm_resume_early+0x0/0x30 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: serial 0000:02:00.1: PM: calling pci_pm_resume_early+0x0/0x30 @ 4846, parent: 0000:00:02.1
Nov 12 12:46:17 kernel: serial 0000:02:00.2: PM: calling pci_pm_resume_early+0x0/0x30 @ 4880, parent: 0000:00:02.1
Nov 12 12:46:17 kernel: pci 0000:02:00.4: PM: calling pci_pm_resume_early+0x0/0x30 @ 4836, parent: 0000:00:02.1
Nov 12 12:46:17 kernel: pci 0000:02:00.3: PM: calling pci_pm_resume_early+0x0/0x30 @ 2460, parent: 0000:00:02.1
Nov 12 12:46:17 kernel: amd_gpio AMDI0030:00: PM: acpi_subsys_resume_early+0x0/0x80 returned 0 after 9 usecs
Nov 12 12:46:17 kernel: pci 0000:02:00.4: PM: pci_pm_resume_early+0x0/0x30 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: iwlwifi 0000:03:00.0: PM: calling pci_pm_resume_early+0x0/0x30 @ 4834, parent: 0000:00:02.2
Nov 12 12:46:17 kernel: serial 0000:02:00.1: PM: pci_pm_resume_early+0x0/0x30 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: serial 0000:02:00.2: PM: pci_pm_resume_early+0x0/0x30 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: iwlwifi 0000:03:00.0: PM: pci_pm_resume_early+0x0/0x30 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: amdgpu 0000:04:00.0: PM: calling pci_pm_resume_early+0x0/0x30 @ 4836, parent: 0000:00:08.1
Nov 12 12:46:17 kernel: ccp 0000:04:00.2: PM: calling pci_pm_resume_early+0x0/0x30 @ 4837, parent: 0000:00:08.1
Nov 12 12:46:17 kernel: pci 0000:02:00.3: PM: pci_pm_resume_early+0x0/0x30 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: xhci_hcd 0000:04:00.3: PM: calling pci_pm_resume_early+0x0/0x30 @ 4833, parent: 0000:00:08.1
Nov 12 12:46:17 kernel: xhci_hcd 0000:04:00.4: PM: calling pci_pm_resume_early+0x0/0x30 @ 4834, parent: 0000:00:08.1
Nov 12 12:46:17 kernel: amdgpu 0000:04:00.0: PM: pci_pm_resume_early+0x0/0x30 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: pci 0000:04:00.5: PM: calling pci_pm_resume_early+0x0/0x30 @ 4880, parent: 0000:00:08.1
Nov 12 12:46:17 kernel: r8169 0000:02:00.0: PM: pci_pm_resume_early+0x0/0x30 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: xhci_hcd 0000:04:00.4: PM: pci_pm_resume_early+0x0/0x30 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: snd_hda_intel 0000:04:00.6: PM: calling pci_pm_resume_early+0x0/0x30 @ 4836, parent: 0000:00:08.1
Nov 12 12:46:17 kernel: ccp 0000:04:00.2: PM: pci_pm_resume_early+0x0/0x30 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: xhci_hcd 0000:04:00.3: PM: pci_pm_resume_early+0x0/0x30 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: ahci 0000:05:00.0: PM: calling pci_pm_resume_early+0x0/0x30 @ 4846, parent: 0000:00:08.2
Nov 12 12:46:17 kernel: pcie_mp2_amd 0000:04:00.7: PM: calling pci_pm_resume_early+0x0/0x30 @ 2460, parent: 0000:00:08.1
Nov 12 12:46:17 kernel: ahci 0000:05:00.1: PM: calling pci_pm_resume_early+0x0/0x30 @ 4834, parent: 0000:00:08.2
Nov 12 12:46:17 kernel: snd_hda_intel 0000:04:00.1: PM: calling pci_pm_resume_early+0x0/0x30 @ 4833, parent: 0000:00:08.1
Nov 12 12:46:17 kernel: ahci 0000:05:00.1: PM: pci_pm_resume_early+0x0/0x30 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: i2c_designware AMDI0010:01: PM: calling acpi_subsys_resume_early+0x0/0x80 @ 4840, parent: platform
Nov 12 12:46:17 kernel: pci 0000:04:00.5: PM: pci_pm_resume_early+0x0/0x30 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: snd_hda_intel 0000:04:00.6: PM: pci_pm_resume_early+0x0/0x30 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: pcie_mp2_amd 0000:04:00.7: PM: pci_pm_resume_early+0x0/0x30 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: ahci 0000:05:00.0: PM: pci_pm_resume_early+0x0/0x30 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: pci 0000:00:18.5: PM: calling pci_pm_resume_early+0x0/0x30 @ 4863, parent: pci0000:00
Nov 12 12:46:17 kernel: snd_hda_intel 0000:04:00.1: PM: pci_pm_resume_early+0x0/0x30 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: i2c_designware AMDI0010:01: PM: acpi_subsys_resume_early+0x0/0x80 returned 0 after 12 usecs
Nov 12 12:46:17 kernel: pci 0000:00:18.5: PM: pci_pm_resume_early+0x0/0x30 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: acpi-wmi PNP0C14:00: PM: calling acpi_subsys_resume_early+0x0/0x80 @ 4926, parent: platform
Nov 12 12:46:17 kernel: acpi-wmi PNP0C14:00: PM: acpi_subsys_resume_early+0x0/0x80 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: acpi-wmi PNP0C14:01: PM: calling acpi_subsys_resume_early+0x0/0x80 @ 4926, parent: platform
Nov 12 12:46:17 kernel: acpi-wmi PNP0C14:01: PM: acpi_subsys_resume_early+0x0/0x80 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: pci 0000:00:00.0: PM: calling pci_pm_resume+0x0/0xf0 @ 4840, parent: pci0000:00
Nov 12 12:46:17 kernel: pci 0000:00:01.0: PM: calling pci_pm_resume+0x0/0xf0 @ 4858, parent: pci0000:00
Nov 12 12:46:17 kernel: pcieport 0000:00:01.2: PM: calling pci_pm_resume+0x0/0xf0 @ 4846, parent: pci0000:00
Nov 12 12:46:17 kernel: pci 0000:00:00.2: PM: calling pci_pm_resume+0x0/0xf0 @ 4875, parent: pci0000:00
Nov 12 12:46:17 kernel: pci 0000:00:02.0: PM: calling pci_pm_resume+0x0/0xf0 @ 4883, parent: pci0000:00
Nov 12 12:46:17 kernel: pci 0000:00:01.0: PM: pci_pm_resume+0x0/0xf0 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: pci 0000:00:00.0: PM: pci_pm_resume+0x0/0xf0 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: pci 0000:00:02.0: PM: pci_pm_resume+0x0/0xf0 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: pcieport 0000:00:02.2: PM: calling pci_pm_resume+0x0/0xf0 @ 4858, parent: pci0000:00
Nov 12 12:46:17 kernel: pcieport 0000:00:02.1: PM: calling pci_pm_resume+0x0/0xf0 @ 2449, parent: pci0000:00
Nov 12 12:46:17 kernel: pcieport 0000:00:01.2: PM: pci_pm_resume+0x0/0xf0 returned 0 after 18 usecs
Nov 12 12:46:17 kernel: pci 0000:00:08.0: PM: calling pci_pm_resume+0x0/0xf0 @ 4833, parent: pci0000:00
Nov 12 12:46:17 kernel: pcieport 0000:00:08.2: PM: calling pci_pm_resume+0x0/0xf0 @ 4840, parent: pci0000:00
Nov 12 12:46:17 kernel: pcieport 0000:00:08.1: PM: calling pci_pm_resume+0x0/0xf0 @ 4883, parent: pci0000:00
Nov 12 12:46:17 kernel: piix4_smbus 0000:00:14.0: PM: calling pci_pm_resume+0x0/0xf0 @ 4846, parent: pci0000:00
Nov 12 12:46:17 kernel: pci 0000:00:08.0: PM: pci_pm_resume+0x0/0xf0 returned 0 after 2 usecs
Nov 12 12:46:17 kernel: reg-dummy reg-dummy: PM: calling platform_pm_resume+0x0/0x50 @ 4926, parent: platform
Nov 12 12:46:17 kernel: piix4_smbus 0000:00:14.0: PM: pci_pm_resume+0x0/0xf0 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: pci 0000:00:14.3: PM: calling pci_pm_resume+0x0/0xf0 @ 4833, parent: pci0000:00
Nov 12 12:46:17 kernel: reg-dummy reg-dummy: PM: platform_pm_resume+0x0/0x50 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: pci 0000:00:14.3: PM: pci_pm_resume+0x0/0xf0 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: pci 0000:00:18.0: PM: calling pci_pm_resume+0x0/0xf0 @ 4865, parent: pci0000:00
Nov 12 12:46:17 kernel: pci 0000:00:18.1: PM: calling pci_pm_resume+0x0/0xf0 @ 4866, parent: pci0000:00
Nov 12 12:46:17 kernel: pci 0000:00:18.2: PM: calling pci_pm_resume+0x0/0xf0 @ 4846, parent: pci0000:00
Nov 12 12:46:17 kernel: k10temp 0000:00:18.3: PM: calling pci_pm_resume+0x0/0xf0 @ 4833, parent: pci0000:00
Nov 12 12:46:17 kernel: regulator regulator.0: PM: calling regulator_resume+0x0/0x190 @ 4926, parent: reg-dummy
Nov 12 12:46:17 kernel: pci 0000:00:18.2: PM: pci_pm_resume+0x0/0xf0 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: pci 0000:00:18.0: PM: pci_pm_resume+0x0/0xf0 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: k10temp 0000:00:18.3: PM: pci_pm_resume+0x0/0xf0 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: pci 0000:00:18.4: PM: calling pci_pm_resume+0x0/0xf0 @ 4864, parent: pci0000:00
Nov 12 12:46:17 kernel: pci 0000:00:18.1: PM: pci_pm_resume+0x0/0xf0 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: pci 0000:00:18.5: PM: calling pci_pm_resume+0x0/0xf0 @ 4846, parent: pci0000:00
Nov 12 12:46:17 kernel: pci 0000:00:18.6: PM: calling pci_pm_resume+0x0/0xf0 @ 4866, parent: pci0000:00
Nov 12 12:46:17 kernel: regulator regulator.0: PM: regulator_resume+0x0/0x190 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: pci 0000:00:18.7: PM: calling pci_pm_resume+0x0/0xf0 @ 4833, parent: pci0000:00
Nov 12 12:46:17 kernel: pci 0000:00:18.4: PM: pci_pm_resume+0x0/0xf0 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: pci 0000:00:18.5: PM: pci_pm_resume+0x0/0xf0 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: xhci_hcd 0000:01:00.0: PM: calling pci_pm_resume+0x0/0xf0 @ 4855, parent: 0000:00:01.2
Nov 12 12:46:17 kernel: pci 0000:00:18.7: PM: pci_pm_resume+0x0/0xf0 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: pci 0000:00:18.6: PM: pci_pm_resume+0x0/0xf0 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: ec PNP0C09:00: PM: calling acpi_ec_resume+0x0/0x20 @ 4926, parent: device:3a
Nov 12 12:46:17 kernel: pci 0000:00:00.2: can't derive routing for PCI INT A
Nov 12 12:46:17 kernel: ACPI: EC: event unblocked
Nov 12 12:46:17 kernel: pci 0000:00:00.2: PCI INT A: no GSI
Nov 12 12:46:17 kernel: ec PNP0C09:00: PM: acpi_ec_resume+0x0/0x20 returned 0 after 15 usecs
Nov 12 12:46:17 kernel: button PNP0C0C:00: PM: calling acpi_button_resume+0x0/0x110 @ 4926, parent: LNXSYBUS:00
Nov 12 12:46:17 kernel: pci 0000:00:00.2: PM: pci_pm_resume+0x0/0xf0 returned 0 after 132 usecs
Nov 12 12:46:17 kernel: button PNP0C0C:00: PM: acpi_button_resume+0x0/0x110 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: button PNP0C0E:00: PM: calling acpi_button_resume+0x0/0x110 @ 4926, parent: LNXSYBUS:00
Nov 12 12:46:17 kernel: pcieport 0000:00:02.2: PM: pci_pm_resume+0x0/0xf0 returned 0 after 146 usecs
Nov 12 12:46:17 kernel: button PNP0C0E:00: PM: acpi_button_resume+0x0/0x110 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: i2c_designware AMDI0010:01: PM: calling acpi_subsys_resume+0x0/0x80 @ 4862, parent: platform
Nov 12 12:46:17 kernel: pcieport 0000:00:08.2: PM: pci_pm_resume+0x0/0xf0 returned 0 after 164 usecs
Nov 12 12:46:17 kernel: iwlwifi 0000:03:00.0: PM: calling pci_pm_resume+0x0/0xf0 @ 4841, parent: 0000:00:02.2
Nov 12 12:46:17 kernel: i2c_designware AMDI0010:01: PM: acpi_subsys_resume+0x0/0x80 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: platform PNP0800:00: PM: calling platform_pm_resume+0x0/0x50 @ 4926, parent: 0000:00:14.3
Nov 12 12:46:17 kernel: ahci 0000:05:00.1: PM: calling pci_pm_resume+0x0/0xf0 @ 4875, parent: 0000:00:08.2
Nov 12 12:46:17 kernel: ahci 0000:05:00.0: PM: calling pci_pm_resume+0x0/0xf0 @ 4880, parent: 0000:00:08.2
Nov 12 12:46:17 kernel: platform PNP0800:00: PM: platform_pm_resume+0x0/0x50 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: platform PNP0C09:00: PM: calling platform_pm_resume+0x0/0x50 @ 4926, parent: 0000:00:14.3
Nov 12 12:46:17 kernel: ahci 0000:05:00.1: PM: pci_pm_resume+0x0/0xf0 returned 0 after 21 usecs
Nov 12 12:46:17 kernel: ahci 0000:05:00.0: PM: pci_pm_resume+0x0/0xf0 returned 0 after 23 usecs
Nov 12 12:46:17 kernel: platform PNP0C09:00: PM: platform_pm_resume+0x0/0x50 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: pcieport 0000:00:02.1: PM: pci_pm_resume+0x0/0xf0 returned 0 after 410 usecs
Nov 12 12:46:17 kernel: platform PNP0C0C:00: PM: calling platform_pm_resume+0x0/0x50 @ 4926, parent: platform
Nov 12 12:46:17 kernel:  ata3: PM: calling ata_port_pm_resume+0x0/0x60 @ 4859, parent: 0000:05:00.1
Nov 12 12:46:17 kernel: pcieport 0000:00:08.1: PM: pci_pm_resume+0x0/0xf0 returned 0 after 419 usecs
Nov 12 12:46:17 kernel:  ata2: PM: calling ata_port_pm_resume+0x0/0x60 @ 4862, parent: 0000:05:00.0
Nov 12 12:46:17 kernel: platform PNP0C0C:00: PM: platform_pm_resume+0x0/0x50 returned 0 after 0 usecs
Nov 12 12:46:17 kernel:  ata3: PM: ata_port_pm_resume+0x0/0x60 returned 0 after 6 usecs
Nov 12 12:46:17 kernel:  ata1: PM: calling ata_port_pm_resume+0x0/0x60 @ 4860, parent: 0000:05:00.0
Nov 12 12:46:17 kernel: r8169 0000:02:00.0: PM: calling pci_pm_resume+0x0/0xf0 @ 4865, parent: 0000:00:02.1
Nov 12 12:46:17 kernel:  ata2: PM: ata_port_pm_resume+0x0/0x60 returned 0 after 9 usecs
Nov 12 12:46:17 kernel: platform PNP0C0E:00: PM: calling platform_pm_resume+0x0/0x50 @ 4926, parent: platform
Nov 12 12:46:17 kernel: scsi host2: PM: calling scsi_bus_resume+0x0/0x90 @ 4831, parent: ata3
Nov 12 12:46:17 kernel:  ata1: PM: ata_port_pm_resume+0x0/0x60 returned 0 after 6 usecs
Nov 12 12:46:17 kernel: pci 0000:04:00.5: PM: calling pci_pm_resume+0x0/0xf0 @ 4873, parent: 0000:00:08.1
Nov 12 12:46:17 kernel: platform PNP0C0E:00: PM: platform_pm_resume+0x0/0x50 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: xhci_hcd 0000:04:00.3: PM: calling pci_pm_resume+0x0/0xf0 @ 2460, parent: 0000:00:08.1
Nov 12 12:46:17 kernel: scsi host2: PM: scsi_bus_resume+0x0/0x90 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: pci 0000:04:00.5: PM: pci_pm_resume+0x0/0xf0 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: platform ACPI0007:08: PM: calling platform_pm_resume+0x0/0x50 @ 4926, parent: platform
Nov 12 12:46:17 kernel: ccp 0000:04:00.2: PM: calling pci_pm_resume+0x0/0xf0 @ 4834, parent: 0000:00:08.1
Nov 12 12:46:17 kernel: platform ACPI0007:08: PM: platform_pm_resume+0x0/0x50 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: scsi host0: PM: calling scsi_bus_resume+0x0/0x90 @ 4842, parent: ata1
Nov 12 12:46:17 kernel: platform ACPI0007:09: PM: calling platform_pm_resume+0x0/0x50 @ 4926, parent: platform
Nov 12 12:46:17 kernel: ccp 0000:04:00.2: PM: pci_pm_resume+0x0/0xf0 returned 0 after 2 usecs
Nov 12 12:46:17 kernel: scsi host0: PM: scsi_bus_resume+0x0/0x90 returned 0 after 2 usecs
Nov 12 12:46:17 kernel: platform ACPI0007:09: PM: platform_pm_resume+0x0/0x50 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: snd_hda_intel 0000:04:00.6: PM: calling pci_pm_resume+0x0/0xf0 @ 4827, parent: 0000:00:08.1
Nov 12 12:46:17 kernel: platform ACPI0007:0a: PM: calling platform_pm_resume+0x0/0x50 @ 4926, parent: platform
Nov 12 12:46:17 kernel: scsi target2:0:0: PM: calling scsi_bus_resume+0x0/0x90 @ 4875, parent: host2
Nov 12 12:46:17 kernel: platform ACPI0007:0a: PM: platform_pm_resume+0x0/0x50 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: iwlwifi 0000:03:00.0: PM: pci_pm_resume+0x0/0xf0 returned 0 after 393 usecs
Nov 12 12:46:17 kernel: scsi target2:0:0: PM: scsi_bus_resume+0x0/0x90 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: platform ACPI0007:0b: PM: calling platform_pm_resume+0x0/0x50 @ 4926, parent: platform
Nov 12 12:46:17 kernel: sd 2:0:0:0: PM: calling scsi_bus_resume+0x0/0x90 @ 4839, parent: target2:0:0
Nov 12 12:46:17 kernel: sd 2:0:0:0: PM: scsi_bus_resume+0x0/0x90 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: scsi host1: PM: calling scsi_bus_resume+0x0/0x90 @ 4872, parent: ata2
Nov 12 12:46:17 kernel: scsi host1: PM: scsi_bus_resume+0x0/0x90 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: platform ACPI0007:0b: PM: platform_pm_resume+0x0/0x50 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: platform ACPI0007:0c: PM: calling platform_pm_resume+0x0/0x50 @ 4926, parent: platform
Nov 12 12:46:17 kernel: serial 0000:02:00.2: PM: calling pci_pm_resume+0x0/0xf0 @ 4864, parent: 0000:00:02.1
Nov 12 12:46:17 kernel: serial 0000:02:00.1: PM: calling pci_pm_resume+0x0/0xf0 @ 4846, parent: 0000:00:02.1
Nov 12 12:46:17 kernel: xhci_hcd 0000:04:00.4: PM: calling pci_pm_resume+0x0/0xf0 @ 4837, parent: 0000:00:08.1
Nov 12 12:46:17 kernel: pcie_mp2_amd 0000:04:00.7: PM: calling pci_pm_resume+0x0/0xf0 @ 4863, parent: 0000:00:08.1
Nov 12 12:46:17 kernel: platform ACPI0007:0c: PM: platform_pm_resume+0x0/0x50 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: serial 0000:02:00.2: PM: pci_pm_resume+0x0/0xf0 returned 0 after 9 usecs
Nov 12 12:46:17 kernel: platform ACPI0007:0d: PM: calling platform_pm_resume+0x0/0x50 @ 4926, parent: platform
Nov 12 12:46:17 kernel: serial 0000:02:00.1: PM: pci_pm_resume+0x0/0xf0 returned 0 after 8 usecs
Nov 12 12:46:17 kernel: pcie_mp2_amd 0000:04:00.7: PM: pci_pm_resume+0x0/0xf0 returned 0 after 3 usecs
Nov 12 12:46:17 kernel: pci 0000:02:00.3: PM: calling pci_pm_resume+0x0/0xf0 @ 4833, parent: 0000:00:02.1
Nov 12 12:46:17 kernel: platform ACPI0007:0d: PM: platform_pm_resume+0x0/0x50 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: pci 0000:02:00.4: PM: calling pci_pm_resume+0x0/0xf0 @ 4866, parent: 0000:00:02.1
Nov 12 12:46:17 kernel: pci 0000:02:00.3: PM: pci_pm_resume+0x0/0xf0 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: platform ACPI0007:0e: PM: calling platform_pm_resume+0x0/0x50 @ 4926, parent: platform
Nov 12 12:46:17 kernel: amdgpu 0000:04:00.0: PM: calling pci_pm_resume+0x0/0xf0 @ 4836, parent: 0000:00:08.1
Nov 12 12:46:17 kernel: pci 0000:02:00.4: PM: pci_pm_resume+0x0/0xf0 returned 0 after 2 usecs
Nov 12 12:46:17 kernel: platform ACPI0007:0e: PM: platform_pm_resume+0x0/0x50 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: platform ACPI0007:0f: PM: calling platform_pm_resume+0x0/0x50 @ 4926, parent: platform
Nov 12 12:46:17 kernel: platform ACPI0007:0f: PM: platform_pm_resume+0x0/0x50 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: amd_gpio AMDI0030:00: PM: calling acpi_subsys_resume+0x0/0x80 @ 4926, parent: platform
Nov 12 12:46:17 kernel: amd_gpio AMDI0030:00: PM: acpi_subsys_resume+0x0/0x80 returned 0 after 2 usecs
Nov 12 12:46:17 kernel: platform INT3515:00: PM: calling platform_pm_resume+0x0/0x50 @ 4926, parent: AMDI0010:01
Nov 12 12:46:17 kernel: platform INT3515:00: PM: platform_pm_resume+0x0/0x50 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: platform PNP0103:00: PM: calling platform_pm_resume+0x0/0x50 @ 4926, parent: platform
Nov 12 12:46:17 kernel: platform PNP0103:00: PM: platform_pm_resume+0x0/0x50 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: acpi-wmi PNP0C14:00: PM: calling acpi_subsys_resume+0x0/0x80 @ 4926, parent: platform
Nov 12 12:46:17 kernel: acpi-wmi PNP0C14:00: PM: acpi_subsys_resume+0x0/0x80 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: acpi-wmi PNP0C14:01: PM: calling acpi_subsys_resume+0x0/0x80 @ 4926, parent: platform
Nov 12 12:46:17 kernel: acpi-wmi PNP0C14:01: PM: acpi_subsys_resume+0x0/0x80 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: platform USBC000:00: PM: calling platform_pm_resume+0x0/0x50 @ 4926, parent: platform
Nov 12 12:46:17 kernel: platform USBC000:00: PM: platform_pm_resume+0x0/0x50 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: button LNXPWRBN:00: PM: calling acpi_button_resume+0x0/0x110 @ 4926, parent: LNXSYSTM:00
Nov 12 12:46:17 kernel: ieee80211 phy0: PM: calling wiphy_resume+0x0/0x1b0 [cfg80211] @ 4885, parent: 0000:03:00.0
Nov 12 12:46:17 kernel: button LNXPWRBN:00: PM: acpi_button_resume+0x0/0x110 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: platform rtc-efi.0: PM: calling platform_pm_resume+0x0/0x50 @ 4926, parent: platform
Nov 12 12:46:17 kernel: platform rtc-efi.0: PM: platform_pm_resume+0x0/0x50 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: platform efivars.0: PM: calling platform_pm_resume+0x0/0x50 @ 4926, parent: platform
Nov 12 12:46:17 kernel: platform efivars.0: PM: platform_pm_resume+0x0/0x50 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: system 00:00: PM: calling pnp_bus_resume+0x0/0xa0 @ 4926, parent: pnp0
Nov 12 12:46:17 kernel: system 00:00: PM: pnp_bus_resume+0x0/0xa0 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: rtc_cmos 00:01: PM: calling pnp_bus_resume+0x0/0xa0 @ 4926, parent: pnp0
Nov 12 12:46:17 kernel: rtc_cmos 00:01: PM: pnp_bus_resume+0x0/0xa0 returned 0 after 6 usecs
Nov 12 12:46:17 kernel: ite-cir 00:02: PM: calling pnp_bus_resume+0x0/0xa0 @ 4926, parent: pnp0
Nov 12 12:46:17 kernel: [drm] PCIE GART of 1024M enabled.
Nov 12 12:46:17 kernel: [drm] PTB located at 0x000000F41FC00000
Nov 12 12:46:17 kernel: [drm] PSP is resuming...
Nov 12 12:46:17 kernel: scsi target1:0:0: PM: calling scsi_bus_resume+0x0/0x90 @ 4835, parent: host1
Nov 12 12:46:17 kernel: scsi target1:0:0: PM: scsi_bus_resume+0x0/0x90 returned 0 after 2 usecs
Nov 12 12:46:17 kernel: sd 1:0:0:0: PM: calling scsi_bus_resume+0x0/0x90 @ 4880, parent: target1:0:0
Nov 12 12:46:17 kernel: ite-cir 00:02: PM: pnp_bus_resume+0x0/0xa0 returned 0 after 89 usecs
Nov 12 12:46:17 kernel: sd 1:0:0:0: PM: scsi_bus_resume+0x0/0x90 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: system 00:03: PM: calling pnp_bus_resume+0x0/0xa0 @ 4926, parent: pnp0
Nov 12 12:46:17 kernel: system 00:03: PM: pnp_bus_resume+0x0/0xa0 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: pcspkr pcspkr: PM: calling platform_pm_resume+0x0/0x50 @ 4926, parent: platform
Nov 12 12:46:17 kernel: pcspkr pcspkr: PM: platform_pm_resume+0x0/0x50 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: input input0: PM: calling input_dev_resume+0x0/0x40 @ 4926, parent: PNP0C0C:00
Nov 12 12:46:17 kernel: input input0: PM: input_dev_resume+0x0/0x40 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: input input1: PM: calling input_dev_resume+0x0/0x40 @ 4926, parent: PNP0C0E:00
Nov 12 12:46:17 kernel: input input1: PM: input_dev_resume+0x0/0x40 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: input input2: PM: calling input_dev_resume+0x0/0x40 @ 4926, parent: LNXPWRBN:00
Nov 12 12:46:17 kernel: input input2: PM: input_dev_resume+0x0/0x40 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: serial8250 serial8250: PM: calling platform_pm_resume+0x0/0x50 @ 4926, parent: platform
Nov 12 12:46:17 kernel: serial8250 serial8250: PM: platform_pm_resume+0x0/0x50 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: rtc rtc0: PM: calling rtc_resume+0x0/0x240 @ 4926, parent: 00:01
Nov 12 12:46:17 kernel: rtc rtc0: PM: rtc_resume+0x0/0x240 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: alarmtimer alarmtimer.0.auto: PM: calling platform_pm_resume+0x0/0x50 @ 4926, parent: rtc0
Nov 12 12:46:17 kernel: alarmtimer alarmtimer.0.auto: PM: platform_pm_resume+0x0/0x50 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: bootsplash bootsplash.0: PM: calling platform_pm_resume+0x0/0x50 @ 4926, parent: platform
Nov 12 12:46:17 kernel: bootsplash bootsplash.0: PM: platform_pm_resume+0x0/0x50 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: platform microcode: PM: calling platform_pm_resume+0x0/0x50 @ 4926, parent: platform
Nov 12 12:46:17 kernel: platform microcode: PM: platform_pm_resume+0x0/0x50 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: input input3: PM: calling input_dev_resume+0x0/0x40 @ 4926, parent: LNXVIDEO:00
Nov 12 12:46:17 kernel: input input3: PM: input_dev_resume+0x0/0x40 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: snd_hda_intel 0000:04:00.6: PM: pci_pm_resume+0x0/0xf0 returned 0 after 4417 usecs
Nov 12 12:46:17 kernel: snd_hda_codec_realtek hdaudioC1D0: PM: calling hda_codec_pm_resume+0x0/0x20 [snd_hda_codec] @ 4887, parent: 0000:04:00.6
Nov 12 12:46:17 kernel: xhci_hcd 0000:01:00.0: xHC error in resume, USBSTS 0x401, Reinit
Nov 12 12:46:17 kernel: usb usb1: root hub lost power or was reset
Nov 12 12:46:17 kernel: usb usb2: root hub lost power or was reset
Nov 12 12:46:17 kernel: [drm] reserve 0x400000 from 0xf41f800000 for PSP TMR
Nov 12 12:46:17 kernel: snd_hda_codec_realtek hdaudioC1D0: PM: hda_codec_pm_resume+0x0/0x20 [snd_hda_codec] returned 0 after 42123 usecs
Nov 12 12:46:17 kernel: amdgpu 0000:04:00.0: amdgpu: RAS: optional ras ta ucode is not available
Nov 12 12:46:17 kernel: amdgpu 0000:04:00.0: amdgpu: RAP: optional rap ta ucode is not available
Nov 12 12:46:17 kernel: amdgpu 0000:04:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
Nov 12 12:46:17 kernel: amdgpu 0000:04:00.0: amdgpu: SMU is resuming...
Nov 12 12:46:17 kernel: amdgpu 0000:04:00.0: amdgpu: dpm has been disabled
Nov 12 12:46:17 kernel: amdgpu 0000:04:00.0: amdgpu: SMU is resumed successfully!
Nov 12 12:46:17 kernel: [drm] DMUB hardware initialized: version=0x01010027
Nov 12 12:46:17 kernel: r8169 0000:02:00.0: PM: pci_pm_resume+0x0/0xf0 returned 0 after 118512 usecs
Nov 12 12:46:17 kernel: r8169 0000:02:00.0 enp2s0f0: Link is Down
Nov 12 12:46:17 kernel: [drm] DP Alt mode state on HPD: 1
Nov 12 12:46:17 kernel: xhci_hcd 0000:04:00.4: PM: pci_pm_resume+0x0/0xf0 returned 0 after 125004 usecs
Nov 12 12:46:17 kernel: xhci_hcd 0000:04:00.3: PM: pci_pm_resume+0x0/0xf0 returned 0 after 125153 usecs
Nov 12 12:46:17 kernel: usb usb5: PM: calling usb_dev_resume+0x0/0x20 @ 4872, parent: 0000:04:00.4
Nov 12 12:46:17 kernel: usb usb4: PM: calling usb_dev_resume+0x0/0x20 @ 4841, parent: 0000:04:00.3
Nov 12 12:46:17 kernel: usb usb6: PM: calling usb_dev_resume+0x0/0x20 @ 4850, parent: 0000:04:00.4
Nov 12 12:46:17 kernel: usb usb3: PM: calling usb_dev_resume+0x0/0x20 @ 4867, parent: 0000:04:00.3
Nov 12 12:46:17 kernel: usb usb4: PM: usb_dev_resume+0x0/0x20 returned 0 after 26624 usecs
Nov 12 12:46:17 kernel: usb usb6: PM: usb_dev_resume+0x0/0x20 returned 0 after 26598 usecs
Nov 12 12:46:17 kernel: usb usb3: PM: usb_dev_resume+0x0/0x20 returned 0 after 58000 usecs
Nov 12 12:46:17 kernel: usb 3-4: PM: calling usb_dev_resume+0x0/0x20 @ 4871, parent: usb3
Nov 12 12:46:17 kernel: usb usb5: PM: usb_dev_resume+0x0/0x20 returned 0 after 58082 usecs
Nov 12 12:46:17 kernel: usb 3-1: PM: calling usb_dev_resume+0x0/0x20 @ 4833, parent: usb3
Nov 12 12:46:17 kernel: usb 5-3: PM: calling usb_dev_resume+0x0/0x20 @ 4888, parent: usb5
Nov 12 12:46:17 kernel: usb 3-2: PM: calling usb_dev_resume+0x0/0x20 @ 4866, parent: usb3
Nov 12 12:46:17 kernel: usb 5-2: PM: calling usb_dev_resume+0x0/0x20 @ 2478, parent: usb5
Nov 12 12:46:17 kernel: usb 3-4: PM: usb_dev_resume+0x0/0x20 returned 0 after 15444 usecs
Nov 12 12:46:17 kernel: rtsx_usb_sdmmc rtsx_usb_sdmmc.1.auto: PM: calling platform_pm_resume+0x0/0x50 @ 4926, parent: 3-4:1.0
Nov 12 12:46:17 kernel: rtsx_usb_sdmmc rtsx_usb_sdmmc.1.auto: PM: platform_pm_resume+0x0/0x50 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: rtsx_usb_ms rtsx_usb_ms.2.auto: PM: calling platform_pm_resume+0x0/0x50 @ 4926, parent: 3-4:1.0
Nov 12 12:46:17 kernel: rtsx_usb_ms rtsx_usb_ms.2.auto: PM: platform_pm_resume+0x0/0x50 returned 0 after 2 usecs
Nov 12 12:46:17 kernel: usb 5-2: PM: usb_dev_resume+0x0/0x20 returned 0 after 16059 usecs
Nov 12 12:46:17 kernel: input input4: PM: calling input_dev_resume+0x0/0x40 @ 4926, parent: 0003:046D:C077.0001
Nov 12 12:46:17 kernel: input input4: PM: input_dev_resume+0x0/0x40 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: usb 3-1: PM: usb_dev_resume+0x0/0x20 returned 0 after 16942 usecs
Nov 12 12:46:17 kernel: usb 5-3: PM: usb_dev_resume+0x0/0x20 returned 0 after 18091 usecs
Nov 12 12:46:17 kernel: xhci_hcd 0000:01:00.0: PM: pci_pm_resume+0x0/0xf0 returned 0 after 205353 usecs
Nov 12 12:46:17 kernel: usb usb2: PM: calling usb_dev_resume+0x0/0x20 @ 4883, parent: 0000:01:00.0
Nov 12 12:46:17 kernel: usb usb1: PM: calling usb_dev_resume+0x0/0x20 @ 4869, parent: 0000:01:00.0
Nov 12 12:46:17 kernel: usb usb1: PM: usb_dev_resume+0x0/0x20 returned 0 after 26559 usecs
Nov 12 12:46:17 kernel: ACPI: \: failed to evaluate _DSM bf0212f2-788f-c64d-a5b3-1f738e285ade (0x1001)
Nov 12 12:46:17 kernel: ACPI: \: failed to evaluate _DSM bf0212f2-788f-c64d-a5b3-1f738e285ade (0x1001)
Nov 12 12:46:17 kernel: ACPI: \: failed to evaluate _DSM bf0212f2-788f-c64d-a5b3-1f738e285ade (0x1001)
Nov 12 12:46:17 kernel: ACPI: \: failed to evaluate _DSM bf0212f2-788f-c64d-a5b3-1f738e285ade (0x1001)
Nov 12 12:46:17 kernel: ACPI: \: failed to evaluate _DSM bf0212f2-788f-c64d-a5b3-1f738e285ade (0x1001)
Nov 12 12:46:17 kernel: ACPI: \: failed to evaluate _DSM bf0212f2-788f-c64d-a5b3-1f738e285ade (0x1001)
Nov 12 12:46:17 kernel: ACPI: \: failed to evaluate _DSM bf0212f2-788f-c64d-a5b3-1f738e285ade (0x1001)
Nov 12 12:46:17 kernel: ieee80211 phy0: PM: wiphy_resume+0x0/0x1b0 [cfg80211] returned 0 after 278812 usecs
Nov 12 12:46:17 kernel: usb 3-2: PM: usb_dev_resume+0x0/0x20 returned 0 after 118945 usecs
Nov 12 12:46:17 kernel: usb 3-2.1: PM: calling usb_dev_resume+0x0/0x20 @ 4856, parent: 3-2
Nov 12 12:46:17 kernel: usb usb2: PM: usb_dev_resume+0x0/0x20 returned 0 after 106877 usecs
Nov 12 12:46:17 kernel: usb 3-2.1: PM: usb_dev_resume+0x0/0x20 returned 0 after 69967 usecs
Nov 12 12:46:17 kernel: input input5: PM: calling input_dev_resume+0x0/0x40 @ 4926, parent: 0003:413C:2010.0002
Nov 12 12:46:17 kernel: input input5: PM: input_dev_resume+0x0/0x40 returned 0 after 35 usecs
Nov 12 12:46:17 kernel: leds mmc0::: PM: calling led_resume+0x0/0x50 @ 4926, parent: rtsx_usb_sdmmc.1.auto
Nov 12 12:46:17 kernel: leds mmc0::: PM: led_resume+0x0/0x50 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: leds input5::numlock: PM: calling led_resume+0x0/0x50 @ 4926, parent: input5
Nov 12 12:46:17 kernel: leds input5::numlock: PM: led_resume+0x0/0x50 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: leds input5::capslock: PM: calling led_resume+0x0/0x50 @ 4926, parent: input5
Nov 12 12:46:17 kernel: leds input5::capslock: PM: led_resume+0x0/0x50 returned 0 after 1 usecs
Nov 12 12:46:17 kernel: leds input5::scrolllock: PM: calling led_resume+0x0/0x50 @ 4926, parent: input5
Nov 12 12:46:17 kernel: leds input5::scrolllock: PM: led_resume+0x0/0x50 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: leds input5::compose: PM: calling led_resume+0x0/0x50 @ 4926, parent: input5
Nov 12 12:46:17 kernel: leds input5::compose: PM: led_resume+0x0/0x50 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: leds input5::kana: PM: calling led_resume+0x0/0x50 @ 4926, parent: input5
Nov 12 12:46:17 kernel: leds input5::kana: PM: led_resume+0x0/0x50 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: input input6: PM: calling input_dev_resume+0x0/0x40 @ 4926, parent: 0003:413C:2010.0003
Nov 12 12:46:17 kernel: input input6: PM: input_dev_resume+0x0/0x40 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: input input7: PM: calling input_dev_resume+0x0/0x40 @ 4926, parent: 0003:413C:2010.0003
Nov 12 12:46:17 kernel: input input7: PM: input_dev_resume+0x0/0x40 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: vboxdrv vboxdrv.0: PM: calling platform_pm_resume+0x0/0x50 @ 4926, parent: platform
Nov 12 12:46:17 kernel: vboxdrv vboxdrv.0: PM: platform_pm_resume+0x0/0x50 returned 0 after 2 usecs
Nov 12 12:46:17 kernel: input input8: PM: calling input_dev_resume+0x0/0x40 @ 4926, parent: rc0
Nov 12 12:46:17 kernel: input input8: PM: input_dev_resume+0x0/0x40 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: input input9: PM: calling input_dev_resume+0x0/0x40 @ 4926, parent: pcspkr
Nov 12 12:46:17 kernel: input input9: PM: input_dev_resume+0x0/0x40 returned 0 after 18 usecs
Nov 12 12:46:17 kernel: sp5100-tco sp5100-tco: PM: calling platform_pm_resume+0x0/0x50 @ 4926, parent: platform
Nov 12 12:46:17 kernel: sp5100-tco sp5100-tco: PM: platform_pm_resume+0x0/0x50 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: platform regulatory.0: PM: calling platform_pm_resume+0x0/0x50 @ 4926, parent: platform
Nov 12 12:46:17 kernel: platform regulatory.0: PM: platform_pm_resume+0x0/0x50 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: hid_sensor_accel_3d HID-SENSOR-200073.3.auto: PM: calling platform_pm_resume+0x0/0x50 @ 4926, parent: 0020:1022:0001.0004
Nov 12 12:46:17 kernel: hid_sensor_accel_3d HID-SENSOR-200073.3.auto: PM: platform_pm_resume+0x0/0x50 returned 0 after 2 usecs
Nov 12 12:46:17 kernel: hid_sensor_gyro_3d HID-SENSOR-200076.4.auto: PM: calling platform_pm_resume+0x0/0x50 @ 4926, parent: 0020:1022:0001.0005
Nov 12 12:46:17 kernel: hid_sensor_gyro_3d HID-SENSOR-200076.4.auto: PM: platform_pm_resume+0x0/0x50 returned 0 after 2 usecs
Nov 12 12:46:17 kernel: hid_sensor_magn_3d HID-SENSOR-200083.5.auto: PM: calling platform_pm_resume+0x0/0x50 @ 4926, parent: 0020:1022:0001.0006
Nov 12 12:46:17 kernel: hid_sensor_magn_3d HID-SENSOR-200083.5.auto: PM: platform_pm_resume+0x0/0x50 returned 0 after 2 usecs
Nov 12 12:46:17 kernel: hid_sensor_als HID-SENSOR-200041.6.auto: PM: calling platform_pm_resume+0x0/0x50 @ 4926, parent: 0020:1022:0001.0007
Nov 12 12:46:17 kernel: hid_sensor_als HID-SENSOR-200041.6.auto: PM: platform_pm_resume+0x0/0x50 returned 0 after 2 usecs
Nov 12 12:46:17 kernel: hid_sensor_prox HID-SENSOR-200011.7.auto: PM: calling platform_pm_resume+0x0/0x50 @ 4926, parent: 0020:1022:0001.0008
Nov 12 12:46:17 kernel: hid_sensor_prox HID-SENSOR-200011.7.auto: PM: platform_pm_resume+0x0/0x50 returned 0 after 2 usecs
Nov 12 12:46:17 kernel: eeepc-wmi eeepc-wmi: PM: calling platform_pm_resume+0x0/0x50 @ 4926, parent: platform
Nov 12 12:46:17 kernel: eeepc-wmi eeepc-wmi: PM: platform_pm_resume+0x0/0x50 returned 0 after 214 usecs
Nov 12 12:46:17 kernel: input input10: PM: calling input_dev_resume+0x0/0x40 @ 4926, parent: eeepc-wmi
Nov 12 12:46:17 kernel: input input10: PM: input_dev_resume+0x0/0x40 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: Generic FE-GE Realtek PHY r8169-0-200:00: PM: calling mdio_bus_phy_resume+0x0/0x130 [libphy] @ 4926, parent: r8169-0-200
Nov 12 12:46:17 kernel: Generic FE-GE Realtek PHY r8169-0-200:00: PM: mdio_bus_phy_resume+0x0/0x130 [libphy] returned 0 after 1 usecs
Nov 12 12:46:17 kernel: [drm] kiq ring mec 2 pipe 1 q 0
Nov 12 12:46:17 kernel: [drm] VCN decode and encode initialized successfully(under DPG Mode).
Nov 12 12:46:17 kernel: [drm] JPEG decode initialized successfully.
Nov 12 12:46:17 kernel: amdgpu 0000:04:00.0: amdgpu: ring gfx uses VM inv eng 0 on hub 0
Nov 12 12:46:17 kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
Nov 12 12:46:17 kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
Nov 12 12:46:17 kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
Nov 12 12:46:17 kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
Nov 12 12:46:17 kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
Nov 12 12:46:17 kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
Nov 12 12:46:17 kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
Nov 12 12:46:17 kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
Nov 12 12:46:17 kernel: amdgpu 0000:04:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
Nov 12 12:46:17 kernel: amdgpu 0000:04:00.0: amdgpu: ring sdma0 uses VM inv eng 0 on hub 1
Nov 12 12:46:17 kernel: amdgpu 0000:04:00.0: amdgpu: ring vcn_dec uses VM inv eng 1 on hub 1
Nov 12 12:46:17 kernel: amdgpu 0000:04:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 4 on hub 1
Nov 12 12:46:17 kernel: amdgpu 0000:04:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 5 on hub 1
Nov 12 12:46:17 kernel: amdgpu 0000:04:00.0: amdgpu: ring jpeg_dec uses VM inv eng 6 on hub 1
Nov 12 12:46:17 kernel: ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Nov 12 12:46:17 kernel: ata2.00: Entering active power mode
Nov 12 12:46:17 kernel: ata2.00: supports DRM functions and may not be fully accessible
Nov 12 12:46:17 kernel: ata2.00: supports DRM functions and may not be fully accessible
Nov 12 12:46:17 kernel: ata2.00: configured for UDMA/133
Nov 12 12:46:17 kernel: amdgpu 0000:04:00.0: PM: pci_pm_resume+0x0/0xf0 returned 0 after 486935 usecs
Nov 12 12:46:17 kernel: snd_hda_intel 0000:04:00.1: PM: calling pci_pm_resume+0x0/0xf0 @ 4844, parent: 0000:00:08.1
Nov 12 12:46:17 kernel: snd_hda_intel 0000:04:00.1: PM: pci_pm_resume+0x0/0xf0 returned 0 after 2311 usecs
Nov 12 12:46:17 kernel: input input11: PM: calling input_dev_resume+0x0/0x40 @ 4926, parent: card0
Nov 12 12:46:17 kernel: input input11: PM: input_dev_resume+0x0/0x40 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: ata2.00: Enabling discard_zeroes_data
Nov 12 12:46:17 kernel: input input12: PM: calling input_dev_resume+0x0/0x40 @ 4926, parent: card0
Nov 12 12:46:17 kernel: input input12: PM: input_dev_resume+0x0/0x40 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: input input13: PM: calling input_dev_resume+0x0/0x40 @ 4926, parent: card0
Nov 12 12:46:17 kernel: input input13: PM: input_dev_resume+0x0/0x40 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: input input14: PM: calling input_dev_resume+0x0/0x40 @ 4926, parent: card0
Nov 12 12:46:17 kernel: input input14: PM: input_dev_resume+0x0/0x40 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: snd-soc-dummy snd-soc-dummy: PM: calling platform_pm_resume+0x0/0x50 @ 4926, parent: platform
Nov 12 12:46:17 kernel: snd-soc-dummy snd-soc-dummy: PM: platform_pm_resume+0x0/0x50 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: input input15: PM: calling input_dev_resume+0x0/0x40 @ 4926, parent: card1
Nov 12 12:46:17 kernel: input input15: PM: input_dev_resume+0x0/0x40 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: input input16: PM: calling input_dev_resume+0x0/0x40 @ 4926, parent: card1
Nov 12 12:46:17 kernel: input input16: PM: input_dev_resume+0x0/0x40 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: intel_rapl_msr intel_rapl_msr.0: PM: calling platform_pm_resume+0x0/0x50 @ 4926, parent: platform
Nov 12 12:46:17 kernel: intel_rapl_msr intel_rapl_msr.0: PM: platform_pm_resume+0x0/0x50 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: leds phy0-led: PM: calling led_resume+0x0/0x50 @ 4926, parent: 0000:03:00.0
Nov 12 12:46:17 kernel: leds phy0-led: PM: led_resume+0x0/0x50 returned 0 after 0 usecs
Nov 12 12:46:17 kernel: rfkill rfkill0: PM: calling rfkill_resume+0x0/0x80 [rfkill] @ 4926, parent: phy0
Nov 12 12:46:17 kernel: rfkill rfkill0: PM: rfkill_resume+0x0/0x80 [rfkill] returned 0 after 6 usecs
Nov 12 12:46:17 kernel: rfkill rfkill2: PM: calling rfkill_resume+0x0/0x80 [rfkill] @ 4926, parent: hci0
Nov 12 12:46:17 kernel: rfkill rfkill2: PM: rfkill_resume+0x0/0x80 [rfkill] returned 0 after 4 usecs
Nov 12 12:46:17 kernel: OOM killer enabled.
Nov 12 12:46:17 kernel: Restarting tasks ... done.
Nov 12 12:46:17 kernel: random: crng reseeded on system resumption
Nov 12 12:46:17 kernel: PM: suspend exit
Nov 12 12:46:17 kernel: ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Nov 12 12:46:17 kernel: ata3.00: Entering active power mode
Nov 12 12:46:17 kernel: ata3.00: supports DRM functions and may not be fully accessible
Nov 12 12:46:17 kernel: ata3.00: supports DRM functions and may not be fully accessible
Nov 12 12:46:17 kernel: ata3.00: configured for UDMA/133
Nov 12 12:46:17 kernel: ata3.00: Enabling discard_zeroes_data
Nov 12 12:46:17 kernel: PM: suspend entry (deep)

This is the output from an unsuccessful cycle:

Nov 12 12:46:49 kernel: PM: suspend entry (deep)
Nov 12 12:46:49 kernel: Filesystems sync: 0.079 seconds
Nov 12 12:46:49 wpa_supplicant[1078]: wlp3s0: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=WORLD
Nov 12 12:46:49 NetworkManager[1048]: <warn>  [1699822009.5873] device (wlp3s0): link timed out.
Nov 12 12:46:49 dunst[1580]: WARNING: No icon found in path: 'nm-no-connection'
Nov 12 12:46:49 dunst[1580]: CRITICAL: Source ID 32 was not found when attempting to remove it
Nov 12 12:46:49 avahi-daemon[1019]: Interface wlp3s0.IPv6 no longer relevant for mDNS.
Nov 12 12:46:49 NetworkManager[1048]: <info>  [1699822009.5874] device (wlp3s0): state change: activated -> failed (reason 'ssid-not-found', sys-iface-state: 'managed')
Nov 12 12:46:49 avahi-daemon[1019]: Leaving mDNS multicast group on interface wlp3s0.IPv6 with address 2604:3d08:467e:0:1bc3:b026:439d:636a.
Nov 12 12:46:49 NetworkManager[1048]: <info>  [1699822009.5879] manager: NetworkManager state is now DISCONNECTED
Nov 12 12:46:49 avahi-daemon[1019]: Interface wlp3s0.IPv4 no longer relevant for mDNS.
Nov 12 12:46:49 NetworkManager[1048]: <info>  [1699822009.6423] device (wlp3s0): set-hw-addr: set MAC address to 9E:22:81:77:D2:79 (scanning)
Nov 12 12:46:49 avahi-daemon[1019]: Leaving mDNS multicast group on interface wlp3s0.IPv4 with address 10.0.0.198.
Nov 12 12:46:49 NetworkManager[1048]: <warn>  [1699822009.6470] device (wlp3s0): Activation: failed for connection 'SHAW-EFD1'
Nov 12 12:46:49 avahi-daemon[1019]: Withdrawing address record for 2604:3d08:467e::7c43 on wlp3s0.
Nov 12 12:46:49 NetworkManager[1048]: <info>  [1699822009.6487] device (wlp3s0): state change: failed -> disconnected (reason 'none', sys-iface-state: 'managed')
Nov 12 12:46:49 avahi-daemon[1019]: Withdrawing address record for 2604:3d08:467e:0:1bc3:b026:439d:636a on wlp3s0.
Nov 12 12:46:49 NetworkManager[1048]: <info>  [1699822009.6490] dhcp4 (wlp3s0): canceled DHCP transaction
Nov 12 12:46:49 avahi-daemon[1019]: Withdrawing address record for 10.0.0.198 on wlp3s0.
Nov 12 12:46:49 NetworkManager[1048]: <info>  [1699822009.6491] dhcp4 (wlp3s0): activation: beginning transaction (timeout in 45 seconds)
Nov 12 12:46:49 avahi-daemon[1019]: Joining mDNS multicast group on interface wlp3s0.IPv4 with address 10.0.0.198.
Nov 12 12:46:49 NetworkManager[1048]: <info>  [1699822009.6491] dhcp4 (wlp3s0): state changed no lease
Nov 12 12:46:49 avahi-daemon[1019]: New relevant interface wlp3s0.IPv4 for mDNS.
Nov 12 12:46:49 NetworkManager[1048]: <info>  [1699822009.6492] dhcp6 (wlp3s0): canceled DHCP transaction
Nov 12 12:46:49 avahi-daemon[1019]: Registering new address record for 10.0.0.198 on wlp3s0.IPv4.
Nov 12 12:46:49 NetworkManager[1048]: <info>  [1699822009.6492] dhcp6 (wlp3s0): activation: beginning transaction (timeout in 45 seconds)
Nov 12 12:46:49 avahi-daemon[1019]: Joining mDNS multicast group on interface wlp3s0.IPv6 with address fe80::bde9:11d1:3d10:b100.
Nov 12 12:46:49 NetworkManager[1048]: <info>  [1699822009.6493] dhcp6 (wlp3s0): state changed no lease
Nov 12 12:46:49 avahi-daemon[1019]: New relevant interface wlp3s0.IPv6 for mDNS.
Nov 12 12:46:49 systemd[1]: Starting Network Manager Script Dispatcher Service...
Nov 12 12:46:49 avahi-daemon[1019]: Registering new address record for fe80::bde9:11d1:3d10:b100 on wlp3s0.*.
Nov 12 12:46:49 systemd[1]: Started Network Manager Script Dispatcher Service.
Nov 12 12:46:49 avahi-daemon[1019]: Leaving mDNS multicast group on interface wlp3s0.IPv6 with address fe80::bde9:11d1:3d10:b100.
Nov 12 12:46:49 NetworkManager[1048]: <info>  [1699822009.7277] device (wlp3s0): supplicant interface state: scanning -> disconnected
Nov 12 12:46:49 avahi-daemon[1019]: Joining mDNS multicast group on interface wlp3s0.IPv6 with address 2604:3d08:467e:0:1bc3:b026:439d:636a.
Nov 12 12:46:49 NetworkManager[1048]: <info>  [1699822009.7277] device (p2p-dev-wlp3s0): supplicant management interface state: scanning -> disconnected
Nov 12 12:46:49 avahi-daemon[1019]: Registering new address record for 2604:3d08:467e:0:1bc3:b026:439d:636a on wlp3s0.*.
Nov 12 12:46:49 NetworkManager[1048]: <info>  [1699822009.7278] device (wlp3s0): supplicant interface state: disconnected -> inactive
Nov 12 12:46:49 avahi-daemon[1019]: Withdrawing address record for fe80::bde9:11d1:3d10:b100 on wlp3s0.
Nov 12 12:46:49 NetworkManager[1048]: <info>  [1699822009.7279] device (p2p-dev-wlp3s0): supplicant management interface state: disconnected -> inactive
Nov 12 12:46:49 avahi-daemon[1019]: Registering new address record for 2604:3d08:467e::7c43 on wlp3s0.*.
Nov 12 12:46:49 dbus-daemon[1020]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.4' (uid=0 pid=1048 comm="/usr/bin/NetworkManager --no-daemon")
Nov 12 12:46:49 avahi-daemon[1019]: Withdrawing address record for 2604:3d08:467e::7c43 on wlp3s0.
Nov 12 12:46:49 avahi-daemon[1019]: Withdrawing address record for 2604:3d08:467e:0:1bc3:b026:439d:636a on wlp3s0.
Nov 12 12:46:49 avahi-daemon[1019]: Leaving mDNS multicast group on interface wlp3s0.IPv6 with address 2604:3d08:467e:0:1bc3:b026:439d:636a.
Nov 12 12:46:49 avahi-daemon[1019]: Joining mDNS multicast group on interface wlp3s0.IPv6 with address fe80::bde9:11d1:3d10:b100.
Nov 12 12:46:49 avahi-daemon[1019]: Registering new address record for fe80::bde9:11d1:3d10:b100 on wlp3s0.*.
Nov 12 12:46:49 avahi-daemon[1019]: Withdrawing address record for fe80::bde9:11d1:3d10:b100 on wlp3s0.
Nov 12 12:46:49 avahi-daemon[1019]: Leaving mDNS multicast group on interface wlp3s0.IPv6 with address fe80::bde9:11d1:3d10:b100.
Nov 12 12:46:49 avahi-daemon[1019]: Interface wlp3s0.IPv6 no longer relevant for mDNS.
Nov 12 12:46:49 avahi-daemon[1019]: Withdrawing address record for 10.0.0.198 on wlp3s0.
Nov 12 12:46:49 avahi-daemon[1019]: Leaving mDNS multicast group on interface wlp3s0.IPv4 with address 10.0.0.198.
Nov 12 12:46:49 avahi-daemon[1019]: Interface wlp3s0.IPv4 no longer relevant for mDNS.
Nov 12 12:46:49 dbus-daemon[1020]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Nov 12 12:47:21 kernel: Freezing user space processes
Nov 12 12:47:21 kernel: Freezing user space processes completed (elapsed 0.001 seconds)
Nov 12 12:47:21 kernel: OOM killer disabled.
Nov 12 12:47:21 kernel: Freezing remaining freezable tasks
Nov 12 12:47:21 kernel: Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
Nov 12 12:47:21 kernel: rfkill rfkill2: PM: calling rfkill_suspend+0x0/0x20 [rfkill] @ 4973, parent: hci0
Nov 12 12:47:21 kernel: rfkill rfkill2: PM: rfkill_suspend+0x0/0x20 [rfkill] returned 0 after 0 usecs
Nov 12 12:47:21 kernel: rfkill rfkill0: PM: calling rfkill_suspend+0x0/0x20 [rfkill] @ 4973, parent: phy0
Nov 12 12:47:21 kernel: usb 5-3: PM: calling usb_dev_suspend+0x0/0x20 @ 4839, parent: usb5
Nov 12 12:47:21 kernel: rfkill rfkill0: PM: rfkill_suspend+0x0/0x20 [rfkill] returned 0 after 0 usecs
Nov 12 12:47:21 kernel: usb 5-3: PM: usb_dev_suspend+0x0/0x20 returned 0 after 51 usecs
Nov 12 12:47:21 kernel: leds phy0-led: PM: calling led_suspend+0x0/0x50 @ 4973, parent: 0000:03:00.0
Nov 12 12:47:21 kernel: ieee80211 phy0: PM: calling wiphy_suspend+0x0/0x2c0 [cfg80211] @ 2449, parent: 0000:03:00.0
Nov 12 12:47:21 kernel: leds phy0-led: PM: led_suspend+0x0/0x50 returned 0 after 0 usecs
Nov 12 12:47:21 kernel: intel_rapl_msr intel_rapl_msr.0: PM: calling platform_pm_suspend+0x0/0x50 @ 4973, parent: platform
Nov 12 12:47:21 kernel: queueing ieee80211 work while going to suspend
Nov 12 12:47:21 kernel: intel_rapl_msr intel_rapl_msr.0: PM: platform_pm_suspend+0x0/0x50 returned 0 after 0 usecs
Nov 12 12:47:21 kernel: queueing ieee80211 work while going to suspend
Nov 12 12:47:21 kernel: input input16: PM: calling input_dev_suspend+0x0/0x70 @ 4973, parent: card1
Nov 12 12:47:21 kernel: input input16: PM: input_dev_suspend+0x0/0x70 returned 0 after 1 usecs
Nov 12 12:47:21 kernel: input input15: PM: calling input_dev_suspend+0x0/0x70 @ 4973, parent: card1
Nov 12 12:47:21 kernel: input input15: PM: input_dev_suspend+0x0/0x70 returned 0 after 0 usecs
Nov 12 12:47:21 kernel: sound pcmC1D0c: PM: calling do_pcm_suspend+0x0/0x30 [snd_pcm] @ 4973, parent: card1
Nov 12 12:47:21 kernel: sound pcmC1D0c: PM: do_pcm_suspend+0x0/0x30 [snd_pcm] returned 0 after 0 usecs
Nov 12 12:47:21 kernel: sound pcmC1D0p: PM: calling do_pcm_suspend+0x0/0x30 [snd_pcm] @ 4973, parent: card1
Nov 12 12:47:21 kernel: sound pcmC1D0p: PM: do_pcm_suspend+0x0/0x30 [snd_pcm] returned 0 after 0 usecs
Nov 12 12:47:21 kernel: snd-soc-dummy snd-soc-dummy: PM: calling platform_pm_suspend+0x0/0x50 @ 4973, parent: platform
Nov 12 12:47:21 kernel: snd-soc-dummy snd-soc-dummy: PM: platform_pm_suspend+0x0/0x50 returned 0 after 1 usecs
Nov 12 12:47:21 kernel: input input14: PM: calling input_dev_suspend+0x0/0x70 @ 4973, parent: card0
Nov 12 12:47:21 kernel: input input14: PM: input_dev_suspend+0x0/0x70 returned 0 after 0 usecs
Nov 12 12:47:21 kernel: input input13: PM: calling input_dev_suspend+0x0/0x70 @ 4973, parent: card0
Nov 12 12:47:21 kernel: input input13: PM: input_dev_suspend+0x0/0x70 returned 0 after 0 usecs
Nov 12 12:47:21 kernel: input input12: PM: calling input_dev_suspend+0x0/0x70 @ 4973, parent: card0
Nov 12 12:47:21 kernel: input input12: PM: input_dev_suspend+0x0/0x70 returned 0 after 0 usecs
Nov 12 12:47:21 kernel: input input11: PM: calling input_dev_suspend+0x0/0x70 @ 4973, parent: card0
Nov 12 12:47:21 kernel: input input11: PM: input_dev_suspend+0x0/0x70 returned 0 after 0 usecs
Nov 12 12:47:21 kernel: sound pcmC0D9p: PM: calling do_pcm_suspend+0x0/0x30 [snd_pcm] @ 4973, parent: card0
Nov 12 12:47:21 kernel: sound pcmC0D9p: PM: do_pcm_suspend+0x0/0x30 [snd_pcm] returned 0 after 0 usecs
Nov 12 12:47:21 kernel: sound pcmC0D8p: PM: calling do_pcm_suspend+0x0/0x30 [snd_pcm] @ 4973, parent: card0
Nov 12 12:47:21 kernel: sound pcmC0D8p: PM: do_pcm_suspend+0x0/0x30 [snd_pcm] returned 0 after 0 usecs
Nov 12 12:47:21 kernel: sound pcmC0D7p: PM: calling do_pcm_suspend+0x0/0x30 [snd_pcm] @ 4973, parent: card0
Nov 12 12:47:21 kernel: sound pcmC0D7p: PM: do_pcm_suspend+0x0/0x30 [snd_pcm] returned 0 after 0 usecs
Nov 12 12:47:21 kernel: sound pcmC0D3p: PM: calling do_pcm_suspend+0x0/0x30 [snd_pcm] @ 4973, parent: card0
Nov 12 12:47:21 kernel: sound pcmC0D3p: PM: do_pcm_suspend+0x0/0x30 [snd_pcm] returned 0 after 0 usecs
Nov 12 12:47:21 kernel: Generic FE-GE Realtek PHY r8169-0-200:00: PM: calling mdio_bus_phy_suspend+0x0/0x120 [libphy] @ 4973, parent: r8169-0-200
Nov 12 12:47:21 kernel: snd_hda_codec_realtek hdaudioC1D0: PM: calling hda_codec_pm_suspend+0x0/0x20 [snd_hda_codec] @ 4881, parent: 0000:04:00.6
Nov 12 12:47:21 kernel: Generic FE-GE Realtek PHY r8169-0-200:00: PM: mdio_bus_phy_suspend+0x0/0x120 [libphy] returned 0 after 0 usecs
Nov 12 12:47:21 kernel: input input10: PM: calling input_dev_suspend+0x0/0x70 @ 4973, parent: eeepc-wmi
Nov 12 12:47:21 kernel: input input10: PM: input_dev_suspend+0x0/0x70 returned 0 after 0 usecs
Nov 12 12:47:21 kernel: eeepc-wmi eeepc-wmi: PM: calling platform_pm_suspend+0x0/0x50 @ 4973, parent: platform
Nov 12 12:47:21 kernel: eeepc-wmi eeepc-wmi: PM: platform_pm_suspend+0x0/0x50 returned 0 after 0 usecs
Nov 12 12:47:21 kernel: hid_sensor_prox HID-SENSOR-200011.7.auto: PM: calling platform_pm_suspend+0x0/0x50 @ 4973, parent: 0020:1022:0001.0008
Nov 12 12:47:21 kernel: ieee80211 phy0: PM: wiphy_suspend+0x0/0x2c0 [cfg80211] returned 0 after 36080 usecs
Nov 12 12:47:21 kernel: hid_sensor_prox HID-SENSOR-200011.7.auto: PM: platform_pm_suspend+0x0/0x50 returned 0 after 1 usecs
Nov 12 12:47:21 kernel: hid_sensor_als HID-SENSOR-200041.6.auto: PM: calling platform_pm_suspend+0x0/0x50 @ 4973, parent: 0020:1022:0001.0007
Nov 12 12:47:21 kernel: hid_sensor_als HID-SENSOR-200041.6.auto: PM: platform_pm_suspend+0x0/0x50 returned 0 after 0 usecs
Nov 12 12:47:21 kernel: hid_sensor_magn_3d HID-SENSOR-200083.5.auto: PM: calling platform_pm_suspend+0x0/0x50 @ 4973, parent: 0020:1022:0001.0006
Nov 12 12:47:21 kernel: hid_sensor_magn_3d HID-SENSOR-200083.5.auto: PM: platform_pm_suspend+0x0/0x50 returned 0 after 0 usecs
Nov 12 12:47:21 kernel: hid_sensor_gyro_3d HID-SENSOR-200076.4.auto: PM: calling platform_pm_suspend+0x0/0x50 @ 4973, parent: 0020:1022:0001.0005
Nov 12 12:47:21 kernel: hid_sensor_gyro_3d HID-SENSOR-200076.4.auto: PM: platform_pm_suspend+0x0/0x50 returned 0 after 0 usecs
Nov 12 12:47:21 kernel: hid_sensor_accel_3d HID-SENSOR-200073.3.auto: PM: calling platform_pm_suspend+0x0/0x50 @ 4973, parent: 0020:1022:0001.0004
Nov 12 12:47:21 kernel: hid_sensor_accel_3d HID-SENSOR-200073.3.auto: PM: platform_pm_suspend+0x0/0x50 returned 0 after 0 usecs
Nov 12 12:47:21 kernel: platform regulatory.0: PM: calling platform_pm_suspend+0x0/0x50 @ 4973, parent: platform
Nov 12 12:47:21 kernel: platform regulatory.0: PM: platform_pm_suspend+0x0/0x50 returned 0 after 0 usecs
Nov 12 12:47:21 kernel: snd_hda_codec_realtek hdaudioC1D0: PM: hda_codec_pm_suspend+0x0/0x20 [snd_hda_codec] returned 0 after 16611 usecs
Nov 12 12:47:21 kernel: sp5100-tco sp5100-tco: PM: calling platform_pm_suspend+0x0/0x50 @ 4973, parent: platform
Nov 12 12:47:21 kernel: sp5100-tco sp5100-tco: PM: platform_pm_suspend+0x0/0x50 returned 0 after 0 usecs
Nov 12 12:47:21 kernel: input input9: PM: calling input_dev_suspend+0x0/0x70 @ 4973, parent: pcspkr
Nov 12 12:47:21 kernel: input input9: PM: input_dev_suspend+0x0/0x70 returned 0 after 0 usecs
Nov 12 12:47:21 kernel: input input8: PM: calling input_dev_suspend+0x0/0x70 @ 4973, parent: rc0
Nov 12 12:47:21 kernel: input input8: PM: input_dev_suspend+0x0/0x70 returned 0 after 0 usecs
Nov 12 12:47:21 kernel: vboxdrv vboxdrv.0: PM: calling platform_pm_suspend+0x0/0x50 @ 4973, parent: platform
Nov 12 12:47:21 kernel: vboxdrv vboxdrv.0: PM: platform_pm_suspend+0x0/0x50 returned 0 after 1 usecs
Nov 12 12:47:21 kernel: input input7: PM: calling input_dev_suspend+0x0/0x70 @ 4973, parent: 0003:413C:2010.0003
Nov 12 12:47:21 kernel: input input7: PM: input_dev_suspend+0x0/0x70 returned 0 after 0 usecs
Nov 12 12:47:21 kernel: input input6: PM: calling input_dev_suspend+0x0/0x70 @ 4973, parent: 0003:413C:2010.0003
Nov 12 12:47:21 kernel: input input6: PM: input_dev_suspend+0x0/0x70 returned 0 after 0 usecs
Nov 12 12:47:21 kernel: leds input5::kana: PM: calling led_suspend+0x0/0x50 @ 4973, parent: input5
Nov 12 12:47:21 kernel: leds input5::kana: PM: led_suspend+0x0/0x50 returned 0 after 0 usecs
Nov 12 12:47:21 kernel: leds input5::compose: PM: calling led_suspend+0x0/0x50 @ 4973, parent: input5
Nov 12 12:47:21 kernel: leds input5::compose: PM: led_suspend+0x0/0x50 returned 0 after 0 usecs
Nov 12 12:47:21 kernel: leds input5::scrolllock: PM: calling led_suspend+0x0/0x50 @ 4973, parent: input5
Nov 12 12:47:21 kernel: leds input5::scrolllock: PM: led_suspend+0x0/0x50 returned 0 after 0 usecs
Nov 12 12:47:21 kernel: leds input5::capslock: PM: calling led_suspend+0x0/0x50 @ 4973, parent: input5
Nov 12 12:47:21 kernel: leds input5::capslock: PM: led_suspend+0x0/0x50 returned 0 after 0 usecs
Nov 12 12:47:21 kernel: leds input5::numlock: PM: calling led_suspend+0x0/0x50 @ 4973, parent: input5
Nov 12 12:47:21 kernel: leds input5::numlock: PM: led_suspend+0x0/0x50 returned 0 after 0 usecs
Nov 12 12:47:21 kernel: leds mmc0::: PM: calling led_suspend+0x0/0x50 @ 4973, parent: rtsx_usb_sdmmc.1.auto
Nov 12 12:47:21 kernel: leds mmc0::: PM: led_suspend+0x0/0x50 returned 0 after 0 usecs
Nov 12 12:47:21 kernel: input input5: PM: calling input_dev_suspend+0x0/0x70 @ 4973, parent: 0003:413C:2010.0002
Nov 12 12:47:21 kernel: input input5: PM: input_dev_suspend+0x0/0x70 returned 0 after 0 usecs
Nov 12 12:47:21 kernel: input input4: PM: calling input_dev_suspend+0x0/0x70 @ 4973, parent: 0003:046D:C077.0001
Nov 12 12:47:21 kernel: input input4: PM: input_dev_suspend+0x0/0x70 returned 0 after 0 usecs
Nov 12 12:47:21 kernel: rtsx_usb_ms rtsx_usb_ms.2.auto: PM: calling platform_pm_suspend+0x0/0x50 @ 4973, parent: 3-4:1.0
Nov 12 12:47:21 kernel: rtsx_usb_ms rtsx_usb_ms.2.auto: PM: platform_pm_suspend+0x0/0x50 returned 0 after 87 usecs
Nov 12 12:47:21 kernel: rtsx_usb_sdmmc rtsx_usb_sdmmc.1.auto: PM: calling platform_pm_suspend+0x0/0x50 @ 4973, parent: 3-4:1.0
Nov 12 12:47:21 kernel: rtsx_usb_sdmmc rtsx_usb_sdmmc.1.auto: PM: platform_pm_suspend+0x0/0x50 returned 0 after 0 usecs
Nov 12 12:47:21 kernel: input input3: PM: calling input_dev_suspend+0x0/0x70 @ 4973, parent: LNXVIDEO:00
Nov 12 12:47:21 kernel: usb 3-2.1: PM: calling usb_dev_suspend+0x0/0x20 @ 2449, parent: 3-2
Nov 12 12:47:21 kernel: usb 3-4: PM: calling usb_dev_suspend+0x0/0x20 @ 4881, parent: usb3
Nov 12 12:47:21 kernel: usb 3-4: PM: usb_dev_suspend+0x0/0x20 returned 0 after 4 usecs
Nov 12 12:47:21 kernel: usb 3-1: PM: calling usb_dev_suspend+0x0/0x20 @ 4881, parent: usb3
Nov 12 12:47:21 kernel: usb 3-1: PM: usb_dev_suspend+0x0/0x20 returned 0 after 2 usecs
Nov 12 12:47:21 kernel: usb usb6: PM: calling usb_dev_suspend+0x0/0x20 @ 4881, parent: 0000:04:00.4
Nov 12 12:47:21 kernel: usb 5-2: PM: calling usb_dev_suspend+0x0/0x20 @ 4886, parent: usb5
Nov 12 12:47:21 kernel: usb usb4: PM: calling usb_dev_suspend+0x0/0x20 @ 4865, parent: 0000:04:00.3
Nov 12 12:47:21 kernel: usb usb2: PM: calling usb_dev_suspend+0x0/0x20 @ 4884, parent: 0000:01:00.0
Nov 12 12:47:21 kernel: usb usb1: PM: calling usb_dev_suspend+0x0/0x20 @ 4838, parent: 0000:01:00.0
Nov 12 12:47:21 kernel: usb 5-2: PM: usb_dev_suspend+0x0/0x20 returned 0 after 137 usecs
Nov 12 12:47:21 kernel: usb usb5: PM: calling usb_dev_suspend+0x0/0x20 @ 4844, parent: 0000:04:00.4
Nov 12 12:47:21 kernel: usb usb1: PM: usb_dev_suspend+0x0/0x20 returned 0 after 131 usecs
Nov 12 12:47:21 kernel: input input3: PM: input_dev_suspend+0x0/0x70 returned 0 after 0 usecs
Nov 12 12:47:21 kernel: usb usb5: PM: usb_dev_suspend+0x0/0x20 returned 0 after 10149 usecs
Nov 12 12:47:21 kernel: platform microcode: PM: calling platform_pm_suspend+0x0/0x50 @ 4973, parent: platform
Nov 12 12:47:21 kernel: sd 2:0:0:0: PM: calling scsi_bus_suspend+0x0/0xc0 @ 4838, parent: target2:0:0
Nov 12 12:47:21 kernel: sd 1:0:0:0: PM: calling scsi_bus_suspend+0x0/0xc0 @ 4832, parent: target1:0:0
Nov 12 12:47:21 kernel: platform microcode: PM: platform_pm_suspend+0x0/0x50 returned 0 after 0 usecs
Nov 12 12:47:21 kernel: bootsplash bootsplash.0: PM: calling platform_pm_suspend+0x0/0x50 @ 4973, parent: platform
Nov 12 12:47:21 kernel: bootsplash bootsplash.0: PM: platform_pm_suspend+0x0/0x50 returned 0 after 2 usecs
Nov 12 12:47:21 kernel: usb 3-2.1: PM: usb_dev_suspend+0x0/0x20 returned 0 after 18962 usecs
Nov 12 12:47:21 kernel: alarmtimer alarmtimer.0.auto: PM: calling platform_pm_suspend+0x0/0x50 @ 4973, parent: rtc0
Nov 12 12:47:21 kernel: usb 3-2: PM: calling usb_dev_suspend+0x0/0x20 @ 4839, parent: usb3
Nov 12 12:47:21 kernel: alarmtimer alarmtimer.0.auto: PM: platform_pm_suspend+0x0/0x50 returned 0 after 0 usecs
Nov 12 12:47:21 kernel: usb usb6: PM: usb_dev_suspend+0x0/0x20 returned 0 after 24387 usecs
Nov 12 12:47:21 kernel: usb usb2: PM: usb_dev_suspend+0x0/0x20 returned 0 after 24345 usecs
Nov 12 12:47:21 kernel: usb usb4: PM: usb_dev_suspend+0x0/0x20 returned 0 after 25202 usecs
Nov 12 12:47:21 kernel: rtc rtc0: PM: calling rtc_suspend+0x0/0x1f0 @ 4973, parent: 00:01
Nov 12 12:47:21 kernel: rtc rtc0: PM: rtc_suspend+0x0/0x1f0 returned 0 after 0 usecs
Nov 12 12:47:21 kernel: serial8250 serial8250: PM: calling platform_pm_suspend+0x0/0x50 @ 4973, parent: platform
Nov 12 12:47:21 kernel: scsi host0: PM: calling scsi_bus_suspend+0x0/0xc0 @ 2449, parent: ata1
Nov 12 12:47:21 kernel: serial8250 serial8250: PM: platform_pm_suspend+0x0/0x50 returned 0 after 0 usecs
Nov 12 12:47:21 kernel: scsi host0: PM: scsi_bus_suspend+0x0/0xc0 returned 0 after 0 usecs
Nov 12 12:47:21 kernel: input input2: PM: calling input_dev_suspend+0x0/0x70 @ 4973, parent: LNXPWRBN:00
Nov 12 12:47:21 kernel:  ata1: PM: calling ata_port_pm_suspend+0x0/0x60 @ 4846, parent: 0000:05:00.0
Nov 12 12:47:21 kernel: input input2: PM: input_dev_suspend+0x0/0x70 returned 0 after 0 usecs
Nov 12 12:47:21 kernel:  ata1: PM: ata_port_pm_suspend+0x0/0x60 returned 0 after 253 usecs
Nov 12 12:47:21 kernel: input input1: PM: calling input_dev_suspend+0x0/0x70 @ 4973, parent: PNP0C0E:00
Nov 12 12:47:21 kernel: input input1: PM: input_dev_suspend+0x0/0x70 returned 0 after 0 usecs
Nov 12 12:47:21 kernel: input input0: PM: calling input_dev_suspend+0x0/0x70 @ 4973, parent: PNP0C0C:00
Nov 12 12:47:21 kernel: input input0: PM: input_dev_suspend+0x0/0x70 returned 0 after 0 usecs
Nov 12 12:47:21 kernel: pcspkr pcspkr: PM: calling platform_pm_suspend+0x0/0x50 @ 4973, parent: platform
Nov 12 12:47:21 kernel: pcspkr pcspkr: PM: platform_pm_suspend+0x0/0x50 returned 0 after 9 usecs
Nov 12 12:47:21 kernel: system 00:03: PM: calling pnp_bus_suspend+0x0/0x20 @ 4973, parent: pnp0
Nov 12 12:47:21 kernel: snd_hda_intel 0000:04:00.1: PM: calling pci_pm_suspend+0x0/0x170 @ 2449, parent: 0000:00:08.1
Nov 12 12:47:21 kernel: system 00:03: PM: pnp_bus_suspend+0x0/0x20 returned 0 after 0 usecs
Nov 12 12:47:21 kernel: snd_hda_intel 0000:04:00.1: PM: pci_pm_suspend+0x0/0x170 returned 0 after 72 usecs
Nov 12 12:47:21 kernel: ite-cir 00:02: PM: calling pnp_bus_suspend+0x0/0x20 @ 4973, parent: pnp0
Nov 12 12:47:21 kernel: ite-cir 00:02: PM: pnp_bus_suspend+0x0/0x20 returned 0 after 31 usecs
Nov 12 12:47:21 kernel: rtc_cmos 00:01: PM: calling pnp_bus_suspend+0x0/0x20 @ 4973, parent: pnp0
Nov 12 12:47:21 kernel: rtc_cmos 00:01: PM: pnp_bus_suspend+0x0/0x20 returned 0 after 33 usecs
Nov 12 12:47:21 kernel: system 00:00: PM: calling pnp_bus_suspend+0x0/0x20 @ 4973, parent: pnp0
Nov 12 12:47:21 kernel: system 00:00: PM: pnp_bus_suspend+0x0/0x20 returned 0 after 0 usecs
Nov 12 12:47:21 kernel: platform efivars.0: PM: calling platform_pm_suspend+0x0/0x50 @ 4973, parent: platform
Nov 12 12:47:21 kernel: platform efivars.0: PM: platform_pm_suspend+0x0/0x50 returned 0 after 0 usecs
Nov 12 12:47:21 kernel: platform rtc-efi.0: PM: calling platform_pm_suspend+0x0/0x50 @ 4973, parent: platform
Nov 12 12:47:21 kernel: platform rtc-efi.0: PM: platform_pm_suspend+0x0/0x50 returned 0 after 0 usecs
Nov 12 12:47:21 kernel: button LNXPWRBN:00: PM: calling acpi_button_suspend+0x0/0x20 @ 4973, parent: LNXSYSTM:00
Nov 12 12:47:21 kernel: button LNXPWRBN:00: PM: acpi_button_suspend+0x0/0x20 returned 0 after 0 usecs
Nov 12 12:47:21 kernel: platform USBC000:00: PM: calling platform_pm_suspend+0x0/0x50 @ 4973, parent: platform
Nov 12 12:47:21 kernel: platform USBC000:00: PM: platform_pm_suspend+0x0/0x50 returned 0 after 0 usecs
Nov 12 12:47:21 kernel: acpi-wmi PNP0C14:01: PM: calling acpi_subsys_suspend+0x0/0x60 @ 4973, parent: platform
Nov 12 12:47:21 kernel: usb 3-2: PM: usb_dev_suspend+0x0/0x20 returned 0 after 35970 usecs
Nov 12 12:47:21 kernel: acpi-wmi PNP0C14:01: PM: acpi_subsys_suspend+0x0/0x60 returned 0 after 1 usecs
Nov 12 12:47:21 kernel: usb usb3: PM: calling usb_dev_suspend+0x0/0x20 @ 4863, parent: 0000:04:00.3
Nov 12 12:47:21 kernel: acpi-wmi PNP0C14:00: PM: calling acpi_subsys_suspend+0x0/0x60 @ 4973, parent: platform
Nov 12 12:47:21 kernel: acpi-wmi PNP0C14:00: PM: acpi_subsys_suspend+0x0/0x60 returned 0 after 0 usecs
Nov 12 12:47:21 kernel: platform PNP0103:00: PM: calling platform_pm_suspend+0x0/0x50 @ 4973, parent: platform
Nov 12 12:47:21 kernel: platform PNP0103:00: PM: platform_pm_suspend+0x0/0x50 returned 0 after 0 usecs
Nov 12 12:47:21 kernel: platform INT3515:00: PM: calling platform_pm_suspend+0x0/0x50 @ 4973, parent: AMDI0010:01
Nov 12 12:47:21 kernel: platform INT3515:00: PM: platform_pm_suspend+0x0/0x50 returned 0 after 0 usecs
Nov 12 12:47:21 kernel: amd_gpio AMDI0030:00: PM: calling acpi_subsys_suspend+0x0/0x60 @ 4973, parent: platform
Nov 12 12:47:21 kernel: i2c_designware AMDI0010:01: PM: calling acpi_subsys_suspend+0x0/0x60 @ 4839, parent: platform
Nov 12 12:47:21 kernel: amd_gpio AMDI0030:00: PM: acpi_subsys_suspend+0x0/0x60 returned 0 after 1 usecs
Nov 12 12:47:21 kernel: i2c_designware AMDI0010:01: PM: acpi_subsys_suspend+0x0/0x60 returned 0 after 28 usecs
Nov 12 12:47:21 kernel: platform ACPI0007:0f: PM: calling platform_pm_suspend+0x0/0x50 @ 4973, parent: platform
Nov 12 12:47:21 kernel: usb usb3: PM: usb_dev_suspend+0x0/0x20 returned 0 after 10194 usecs
Nov 12 12:47:21 kernel: platform ACPI0007:0f: PM: platform_pm_suspend+0x0/0x50 returned 0 after 0 usecs
Nov 12 12:47:21 kernel: platform ACPI0007:0e: PM: calling platform_pm_suspend+0x0/0x50 @ 4973, parent: platform
Nov 12 12:47:21 kernel: platform ACPI0007:0e: PM: platform_pm_suspend+0x0/0x50 returned 0 after 0 usecs
Nov 12 12:47:21 kernel: platform ACPI0007:0d: PM: calling platform_pm_suspend+0x0/0x50 @ 4973, parent: platform
Nov 12 12:47:21 kernel: platform ACPI0007:0d: PM: platform_pm_suspend+0x0/0x50 returned 0 after 0 usecs
Nov 12 12:47:21 kernel: platform ACPI0007:0c: PM: calling platform_pm_suspend+0x0/0x50 @ 4973, parent: platform
Nov 12 12:47:21 kernel: platform ACPI0007:0c: PM: platform_pm_suspend+0x0/0x50 returned 0 after 0 usecs
Nov 12 12:47:21 kernel: platform ACPI0007:0b: PM: calling platform_pm_suspend+0x0/0x50 @ 4973, parent: platform
Nov 12 12:47:21 kernel: platform ACPI0007:0b: PM: platform_pm_suspend+0x0/0x50 returned 0 after 0 usecs
Nov 12 12:47:21 kernel: platform ACPI0007:0a: PM: calling platform_pm_suspend+0x0/0x50 @ 4973, parent: platform
Nov 12 12:47:21 kernel: platform ACPI0007:0a: PM: platform_pm_suspend+0x0/0x50 returned 0 after 0 usecs
Nov 12 12:47:21 kernel: platform ACPI0007:09: PM: calling platform_pm_suspend+0x0/0x50 @ 4973, parent: platform
Nov 12 12:47:21 kernel: platform ACPI0007:09: PM: platform_pm_suspend+0x0/0x50 returned 0 after 0 usecs
Nov 12 12:47:21 kernel: platform ACPI0007:08: PM: calling platform_pm_suspend+0x0/0x50 @ 4973, parent: platform
Nov 12 12:47:21 kernel: platform ACPI0007:08: PM: platform_pm_suspend+0x0/0x50 returned 0 after 0 usecs
Nov 12 12:47:21 kernel: platform PNP0C0E:00: PM: calling platform_pm_suspend+0x0/0x50 @ 4973, parent: platform
Nov 12 12:47:21 kernel: platform PNP0C0E:00: PM: platform_pm_suspend+0x0/0x50 returned 0 after 0 usecs
Nov 12 12:47:21 kernel: platform PNP0C0C:00: PM: calling platform_pm_suspend+0x0/0x50 @ 4973, parent: platform
Nov 12 12:47:21 kernel: platform PNP0C0C:00: PM: platform_pm_suspend+0x0/0x50 returned 0 after 0 usecs
Nov 12 12:47:21 kernel: platform PNP0C09:00: PM: calling platform_pm_suspend+0x0/0x50 @ 4973, parent: 0000:00:14.3
Nov 12 12:47:21 kernel: platform PNP0C09:00: PM: platform_pm_suspend+0x0/0x50 returned 0 after 0 usecs
Nov 12 12:47:21 kernel: platform PNP0800:00: PM: calling platform_pm_suspend+0x0/0x50 @ 4973, parent: 0000:00:14.3
Nov 12 12:47:21 kernel: platform PNP0800:00: PM: platform_pm_suspend+0x0/0x50 returned 0 after 0 usecs
Nov 12 12:47:21 kernel: button PNP0C0E:00: PM: calling acpi_button_suspend+0x0/0x20 @ 4973, parent: LNXSYBUS:00
Nov 12 12:47:21 kernel: pcie_mp2_amd 0000:04:00.7: PM: calling pci_pm_suspend+0x0/0x170 @ 2449, parent: 0000:00:08.1
Nov 12 12:47:21 kernel: snd_hda_intel 0000:04:00.6: PM: calling pci_pm_suspend+0x0/0x170 @ 4846, parent: 0000:00:08.1
Nov 12 12:47:21 kernel: pci 0000:04:00.5: PM: calling pci_pm_suspend+0x0/0x170 @ 4835, parent: 0000:00:08.1
Nov 12 12:47:21 kernel: pci 0000:04:00.5: PM: pci_pm_suspend+0x0/0x170 returned 0 after 0 usecs
Nov 12 12:47:21 kernel: xhci_hcd 0000:04:00.4: PM: calling pci_pm_suspend+0x0/0x170 @ 4835, parent: 0000:00:08.1
Nov 12 12:47:21 kernel: xhci_hcd 0000:04:00.3: PM: calling pci_pm_suspend+0x0/0x170 @ 4834, parent: 0000:00:08.1
Nov 12 12:47:21 kernel: ccp 0000:04:00.2: PM: calling pci_pm_suspend+0x0/0x170 @ 4831, parent: 0000:00:08.1
Nov 12 12:47:21 kernel: ccp 0000:04:00.2: PM: pci_pm_suspend+0x0/0x170 returned 0 after 3 usecs
Nov 12 12:47:21 kernel: amdgpu 0000:04:00.0: PM: calling pci_pm_suspend+0x0/0x170 @ 4831, parent: 0000:00:08.1
Nov 12 12:47:21 kernel: iwlwifi 0000:03:00.0: PM: calling pci_pm_suspend+0x0/0x170 @ 4861, parent: 0000:00:02.2
Nov 12 12:47:21 kernel: iwlwifi 0000:03:00.0: PM: pci_pm_suspend+0x0/0x170 returned 0 after 1 usecs
Nov 12 12:47:21 kernel: pci 0000:02:00.4: PM: calling pci_pm_suspend+0x0/0x170 @ 4861, parent: 0000:00:02.1
Nov 12 12:47:21 kernel: pci 0000:02:00.4: PM: pci_pm_suspend+0x0/0x170 returned 0 after 0 usecs
Nov 12 12:47:21 kernel: pci 0000:02:00.3: PM: calling pci_pm_suspend+0x0/0x170 @ 4861, parent: 0000:00:02.1
Nov 12 12:47:21 kernel: pci 0000:02:00.3: PM: pci_pm_suspend+0x0/0x170 returned 0 after 1 usecs
Nov 12 12:47:21 kernel: serial 0000:02:00.2: PM: calling pci_pm_suspend+0x0/0x170 @ 4861, parent: 0000:00:02.1
Nov 12 12:47:21 kernel: xhci_hcd 0000:04:00.4: PM: pci_pm_suspend+0x0/0x170 returned 0 after 153 usecs
Nov 12 12:47:21 kernel: xhci_hcd 0000:04:00.3: PM: pci_pm_suspend+0x0/0x170 returned 0 after 137 usecs
Nov 12 12:47:21 kernel: serial 0000:02:00.2: PM: pci_pm_suspend+0x0/0x170 returned 0 after 2 usecs
Nov 12 12:47:21 kernel: serial 0000:02:00.1: PM: calling pci_pm_suspend+0x0/0x170 @ 4835, parent: 0000:00:02.1
Nov 12 12:47:21 kernel: r8169 0000:02:00.0: PM: calling pci_pm_suspend+0x0/0x170 @ 4834, parent: 0000:00:02.1
Nov 12 12:47:21 kernel: xhci_hcd 0000:01:00.0: PM: calling pci_pm_suspend+0x0/0x170 @ 4861, parent: 0000:00:01.2
Nov 12 12:47:21 kernel: serial 0000:02:00.1: PM: pci_pm_suspend+0x0/0x170 returned 0 after 2 usecs
Nov 12 12:47:21 kernel: pci 0000:00:18.7: PM: calling pci_pm_suspend+0x0/0x170 @ 4835, parent: pci0000:00
Nov 12 12:47:21 kernel: pci 0000:00:18.7: PM: pci_pm_suspend+0x0/0x170 returned 0 after 0 usecs
Nov 12 12:47:21 kernel: pci 0000:00:18.6: PM: calling pci_pm_suspend+0x0/0x170 @ 4835, parent: pci0000:00
Nov 12 12:47:21 kernel: pci 0000:00:18.6: PM: pci_pm_suspend+0x0/0x170 returned 0 after 1 usecs
Nov 12 12:47:21 kernel: pci 0000:00:18.5: PM: calling pci_pm_suspend+0x0/0x170 @ 4835, parent: pci0000:00
Nov 12 12:47:21 kernel: pci 0000:00:18.5: PM: pci_pm_suspend+0x0/0x170 returned 0 after 0 usecs
Nov 12 12:47:21 kernel: pci 0000:00:18.4: PM: calling pci_pm_suspend+0x0/0x170 @ 4835, parent: pci0000:00
Nov 12 12:47:21 kernel: pci 0000:00:18.4: PM: pci_pm_suspend+0x0/0x170 returned 0 after 0 usecs
Nov 12 12:47:21 kernel: pci 0000:00:18.2: PM: calling pci_pm_suspend+0x0/0x170 @ 4835, parent: pci0000:00
Nov 12 12:47:21 kernel: k10temp 0000:00:18.3: PM: calling pci_pm_suspend+0x0/0x170 @ 4928, parent: pci0000:00
Nov 12 12:47:21 kernel: pci 0000:00:18.2: PM: pci_pm_suspend+0x0/0x170 returned 0 after 0 usecs
Nov 12 12:47:21 kernel: k10temp 0000:00:18.3: PM: pci_pm_suspend+0x0/0x170 returned 0 after 0 usecs
Nov 12 12:47:21 kernel: pci 0000:00:18.1: PM: calling pci_pm_suspend+0x0/0x170 @ 4835, parent: pci0000:00
Nov 12 12:47:21 kernel: pci 0000:00:18.0: PM: calling pci_pm_suspend+0x0/0x170 @ 4928, parent: pci0000:00
Nov 12 12:47:21 kernel: pci 0000:00:18.1: PM: pci_pm_suspend+0x0/0x170 returned 0 after 0 usecs
Nov 12 12:47:21 kernel: pci 0000:00:18.0: PM: pci_pm_suspend+0x0/0x170 returned 0 after 1 usecs
Nov 12 12:47:21 kernel: piix4_smbus 0000:00:14.0: PM: calling pci_pm_suspend+0x0/0x170 @ 4835, parent: pci0000:00
Nov 12 12:47:21 kernel: pci 0000:00:14.3: PM: calling pci_pm_suspend+0x0/0x170 @ 4860, parent: pci0000:00
Nov 12 12:47:21 kernel: piix4_smbus 0000:00:14.0: PM: pci_pm_suspend+0x0/0x170 returned 0 after 0 usecs
Nov 12 12:47:21 kernel: xhci_hcd 0000:01:00.0: PM: pci_pm_suspend+0x0/0x170 returned 0 after 119 usecs
Nov 12 12:47:21 kernel: pci 0000:00:14.3: PM: pci_pm_suspend+0x0/0x170 returned 0 after 0 usecs
Nov 12 12:47:21 kernel: pci 0000:00:08.0: PM: calling pci_pm_suspend+0x0/0x170 @ 4861, parent: pci0000:00
Nov 12 12:47:21 kernel: pcieport 0000:00:02.2: PM: calling pci_pm_suspend+0x0/0x170 @ 4860, parent: pci0000:00
Nov 12 12:47:21 kernel: pci 0000:00:08.0: PM: pci_pm_suspend+0x0/0x170 returned 0 after 0 usecs
Nov 12 12:47:21 kernel: pcieport 0000:00:02.2: PM: pci_pm_suspend+0x0/0x170 returned 0 after 3 usecs
Nov 12 12:47:21 kernel: pci 0000:00:02.0: PM: calling pci_pm_suspend+0x0/0x170 @ 4861, parent: pci0000:00
Nov 12 12:47:21 kernel: pci 0000:00:02.0: PM: pci_pm_suspend+0x0/0x170 returned 0 after 0 usecs
Nov 12 12:47:21 kernel: pcieport 0000:00:01.2: PM: calling pci_pm_suspend+0x0/0x170 @ 4860, parent: pci0000:00
Nov 12 12:47:21 kernel: pci 0000:00:01.0: PM: calling pci_pm_suspend+0x0/0x170 @ 4861, parent: pci0000:00
Nov 12 12:47:21 kernel: pcieport 0000:00:01.2: PM: pci_pm_suspend+0x0/0x170 returned 0 after 2 usecs
Nov 12 12:47:21 kernel: pci 0000:00:01.0: PM: pci_pm_suspend+0x0/0x170 returned 0 after 0 usecs
Nov 12 12:47:21 kernel: pci 0000:00:00.2: PM: calling pci_pm_suspend+0x0/0x170 @ 4860, parent: pci0000:00
Nov 12 12:47:21 kernel: pci 0000:00:00.2: PM: pci_pm_suspend+0x0/0x170 returned 0 after 1 usecs
Nov 12 12:47:21 kernel: pci 0000:00:00.0: PM: calling pci_pm_suspend+0x0/0x170 @ 4878, parent: pci0000:00
Nov 12 12:47:21 kernel: pci 0000:00:00.0: PM: pci_pm_suspend+0x0/0x170 returned 0 after 1 usecs
Nov 12 12:47:21 kernel: button PNP0C0E:00: PM: acpi_button_suspend+0x0/0x20 returned 0 after 0 usecs
Nov 12 12:47:21 kernel: snd_hda_intel 0000:04:00.6: PM: pci_pm_suspend+0x0/0x170 returned 0 after 1126 usecs
Nov 12 12:47:21 kernel: pcie_mp2_amd 0000:04:00.7: PM: pci_pm_suspend+0x0/0x170 returned 0 after 5 usecs
Nov 12 12:47:21 kernel: button PNP0C0C:00: PM: calling acpi_button_suspend+0x0/0x20 @ 4973, parent: LNXSYBUS:00
Nov 12 12:47:21 kernel: button PNP0C0C:00: PM: acpi_button_suspend+0x0/0x20 returned 0 after 0 usecs
Nov 12 12:47:21 kernel: r8169 0000:02:00.0: PM: pci_pm_suspend+0x0/0x170 returned 0 after 8952 usecs
Nov 12 12:47:21 kernel: ec PNP0C09:00: PM: calling acpi_ec_suspend+0x0/0x70 @ 4973, parent: device:3a
Nov 12 12:47:21 kernel: pcieport 0000:00:02.1: PM: calling pci_pm_suspend+0x0/0x170 @ 4864, parent: pci0000:00
Nov 12 12:47:21 kernel: ec PNP0C09:00: PM: acpi_ec_suspend+0x0/0x70 returned 0 after 0 usecs
Nov 12 12:47:21 kernel: pcieport 0000:00:02.1: PM: pci_pm_suspend+0x0/0x170 returned 0 after 6 usecs
Nov 12 12:47:21 kernel: regulator regulator.0: PM: calling regulator_suspend+0x0/0x120 @ 4973, parent: reg-dummy
Nov 12 12:47:21 kernel: regulator regulator.0: PM: regulator_suspend+0x0/0x120 returned 0 after 1 usecs
Nov 12 12:47:21 kernel: reg-dummy reg-dummy: PM: calling platform_pm_suspend+0x0/0x50 @ 4973, parent: platform
Nov 12 12:47:21 kernel: reg-dummy reg-dummy: PM: platform_pm_suspend+0x0/0x50 returned 0 after 0 usecs
Nov 12 12:47:21 kernel: sd 2:0:0:0: [sdb] Synchronizing SCSI cache
Nov 12 12:47:21 kernel: sd 1:0:0:0: [sda] Synchronizing SCSI cache
Nov 12 12:47:21 kernel: sd 2:0:0:0: PM: scsi_bus_suspend+0x0/0xc0 returned 0 after 150606 usecs
Nov 12 12:47:21 kernel: scsi target2:0:0: PM: calling scsi_bus_suspend+0x0/0xc0 @ 4886, parent: host2
Nov 12 12:47:21 kernel: scsi target2:0:0: PM: scsi_bus_suspend+0x0/0xc0 returned 0 after 0 usecs
Nov 12 12:47:21 kernel: scsi host2: PM: calling scsi_bus_suspend+0x0/0xc0 @ 4865, parent: ata3
Nov 12 12:47:21 kernel: scsi host2: PM: scsi_bus_suspend+0x0/0xc0 returned 0 after 1 usecs
Nov 12 12:47:21 kernel: sd 1:0:0:0: PM: scsi_bus_suspend+0x0/0xc0 returned 0 after 150700 usecs
Nov 12 12:47:21 kernel:  ata3: PM: calling ata_port_pm_suspend+0x0/0x60 @ 4884, parent: 0000:05:00.1
Nov 12 12:47:21 kernel: scsi target1:0:0: PM: calling scsi_bus_suspend+0x0/0xc0 @ 4849, parent: host1
Nov 12 12:47:21 kernel: scsi target1:0:0: PM: scsi_bus_suspend+0x0/0xc0 returned 0 after 1 usecs
Nov 12 12:47:21 kernel: ata3.00: Entering standby power mode
Nov 12 12:47:21 kernel: scsi host1: PM: calling scsi_bus_suspend+0x0/0xc0 @ 4881, parent: ata2
Nov 12 12:47:21 kernel: scsi host1: PM: scsi_bus_suspend+0x0/0xc0 returned 0 after 0 usecs
Nov 12 12:47:21 kernel:  ata2: PM: calling ata_port_pm_suspend+0x0/0x60 @ 4844, parent: 0000:05:00.0
Nov 12 12:47:21 kernel: ata2.00: Entering standby power mode
Nov 12 12:47:21 kernel:  ata3: PM: ata_port_pm_suspend+0x0/0x60 returned 0 after 19938 usecs
Nov 12 12:47:21 kernel: ahci 0000:05:00.1: PM: calling pci_pm_suspend+0x0/0x170 @ 4863, parent: 0000:00:08.2
Nov 12 12:47:21 kernel: ahci 0000:05:00.1: PM: pci_pm_suspend+0x0/0x170 returned 0 after 3 usecs
Nov 12 12:47:21 kernel: amdgpu 0000:04:00.0: amdgpu: free PSP TMR buffer
Nov 12 12:47:21 kernel: amdgpu 0000:04:00.0: PM: pci_pm_suspend+0x0/0x170 returned 0 after 242731 usecs
Nov 12 12:47:21 kernel: pcieport 0000:00:08.1: PM: calling pci_pm_suspend+0x0/0x170 @ 4835, parent: pci0000:00
Nov 12 12:47:21 kernel: pcieport 0000:00:08.1: PM: pci_pm_suspend+0x0/0x170 returned 0 after 7 usecs
Nov 12 12:47:21 kernel:  ata2: PM: ata_port_pm_suspend+0x0/0x60 returned 0 after 442394 usecs
Nov 12 12:47:21 kernel: ahci 0000:05:00.0: PM: calling pci_pm_suspend+0x0/0x170 @ 4839, parent: 0000:00:08.2
Nov 12 12:47:21 kernel: ahci 0000:05:00.0: PM: pci_pm_suspend+0x0/0x170 returned 0 after 5 usecs
Nov 12 12:47:21 kernel: pcieport 0000:00:08.2: PM: calling pci_pm_suspend+0x0/0x170 @ 4928, parent: pci0000:00
Nov 12 12:47:21 kernel: pcieport 0000:00:08.2: PM: pci_pm_suspend+0x0/0x170 returned 0 after 7 usecs
Nov 12 12:47:21 kernel: snd_hda_intel 0000:04:00.1: PM: calling pci_pm_suspend_late+0x0/0x40 @ 4844, parent: 0000:00:08.1
Nov 12 12:47:21 kernel: snd_hda_intel 0000:04:00.1: PM: pci_pm_suspend_late+0x0/0x40 returned 0 after 0 usecs
Nov 12 12:47:21 kernel: acpi-wmi PNP0C14:01: PM: calling acpi_subsys_suspend_late+0x0/0x50 @ 4973, parent: platform
Nov 12 12:47:21 kernel: acpi-wmi PNP0C14:01: PM: acpi_subsys_suspend_late+0x0/0x50 returned 0 after 1 usecs
Nov 12 12:47:21 kernel: acpi-wmi PNP0C14:00: PM: calling acpi_subsys_suspend_late+0x0/0x50 @ 4973, parent: platform
Nov 12 12:47:21 kernel: acpi-wmi PNP0C14:00: PM: acpi_subsys_suspend_late+0x0/0x50 returned 0 after 1 usecs
Nov 12 12:47:21 kernel: amd_gpio AMDI0030:00: PM: calling acpi_subsys_suspend_late+0x0/0x50 @ 4973, parent: platform
Nov 12 12:47:21 kernel: amd_gpio AMDI0030:00: PM: acpi_subsys_suspend_late+0x0/0x50 returned 0 after 18 usecs
Nov 12 12:47:21 kernel: i2c_designware AMDI0010:01: PM: calling acpi_subsys_suspend_late+0x0/0x50 @ 4839, parent: platform
Nov 12 12:47:21 kernel: ahci 0000:05:00.1: PM: calling pci_pm_suspend_late+0x0/0x40 @ 4844, parent: 0000:00:08.2
Nov 12 12:47:21 kernel: i2c_designware AMDI0010:01: PM: acpi_subsys_suspend_late+0x0/0x50 returned 0 after 12 usecs
Nov 12 12:47:21 kernel: ahci 0000:05:00.1: PM: pci_pm_suspend_late+0x0/0x40 returned 0 after 1 usecs
Nov 12 12:47:21 kernel: ahci 0000:05:00.0: PM: calling pci_pm_suspend_late+0x0/0x40 @ 4839, parent: 0000:00:08.2
Nov 12 12:47:21 kernel: pcie_mp2_amd 0000:04:00.7: PM: calling pci_pm_suspend_late+0x0/0x40 @ 4844, parent: 0000:00:08.1
Nov 12 12:47:21 kernel: ahci 0000:05:00.0: PM: pci_pm_suspend_late+0x0/0x40 returned 0 after 0 usecs
Nov 12 12:47:21 kernel: snd_hda_intel 0000:04:00.6: PM: calling pci_pm_suspend_late+0x0/0x40 @ 4863, parent: 0000:00:08.1
Nov 12 12:47:21 kernel: pcie_mp2_amd 0000:04:00.7: PM: pci_pm_suspend_late+0x0/0x40 returned 0 after 1 usecs
Nov 12 12:47:21 kernel: pci 0000:04:00.5: PM: calling pci_pm_suspend_late+0x0/0x40 @ 4839, parent: 0000:00:08.1
Nov 12 12:47:21 kernel: snd_hda_intel 0000:04:00.6: PM: pci_pm_suspend_late+0x0/0x40 returned 0 after 0 usecs
Nov 12 12:47:21 kernel: xhci_hcd 0000:04:00.4: PM: calling pci_pm_suspend_late+0x0/0x40 @ 4844, parent: 0000:00:08.1
Nov 12 12:47:21 kernel: xhci_hcd 0000:04:00.3: PM: calling pci_pm_suspend_late+0x0/0x40 @ 4863, parent: 0000:00:08.1
Nov 12 12:47:21 kernel: pci 0000:04:00.5: PM: pci_pm_suspend_late+0x0/0x40 returned 0 after 1 usecs
Nov 12 12:47:21 kernel: xhci_hcd 0000:04:00.4: PM: pci_pm_suspend_late+0x0/0x40 returned 0 after 0 usecs
Nov 12 12:47:21 kernel: ccp 0000:04:00.2: PM: calling pci_pm_suspend_late+0x0/0x40 @ 4831, parent: 0000:00:08.1
Nov 12 12:47:21 kernel: xhci_hcd 0000:04:00.3: PM: pci_pm_suspend_late+0x0/0x40 returned 0 after 1 usecs
Nov 12 12:47:21 kernel: amdgpu 0000:04:00.0: PM: calling pci_pm_suspend_late+0x0/0x40 @ 4839, parent: 0000:00:08.1
Nov 12 12:47:21 kernel: pci 0000:02:00.4: PM: calling pci_pm_suspend_late+0x0/0x40 @ 4863, parent: 0000:00:02.1
Nov 12 12:47:21 kernel: iwlwifi 0000:03:00.0: PM: calling pci_pm_suspend_late+0x0/0x40 @ 4844, parent: 0000:00:02.2
Nov 12 12:47:21 kernel: pci 0000:02:00.3: PM: calling pci_pm_suspend_late+0x0/0x40 @ 4835, parent: 0000:00:02.1
Nov 12 12:47:21 kernel: amdgpu 0000:04:00.0: PM: pci_pm_suspend_late+0x0/0x40 returned 0 after 0 usecs
Nov 12 12:47:21 kernel: iwlwifi 0000:03:00.0: PM: pci_pm_suspend_late+0x0/0x40 returned 0 after 1 usecs
Nov 12 12:47:21 kernel: ccp 0000:04:00.2: PM: pci_pm_suspend_late+0x0/0x40 returned 0 after 2 usecs
Nov 12 12:47:21 kernel: pci 0000:02:00.4: PM: pci_pm_suspend_late+0x0/0x40 returned 0 after 1 usecs
Nov 12 12:47:21 kernel: serial 0000:02:00.2: PM: calling pci_pm_suspend_late+0x0/0x40 @ 4839, parent: 0000:00:02.1

The last line of the unsuccessful cycle is:
kernel: serial 0000:02:00.2: PM: calling pci_pm_suspend_late+0x0/0x40 @ 4839, parent: 0000:00:02.1

That line occurs in the good cycle at line 334, then that call returns a couple of lines afterwards, and there’s a lot more output after that.

Is this a clue for anyone, what is that serial, is it a driver? Is that where the problem is, or is that not clear enough?
Any suggestions welcome
Thanks!

Hi, (I still haven’t found a solution)
I recently setup Barrier (keyboard and mouse sharing), and this machine is acting as the server. Since doing that the number of times that it fails to resume seems to have dramatically fallen, from maybe 50% of the time before, to perhaps 10% (it’s only failed once in a week). I’m probably jinxing it by saying that, but is it possible something changed because of installing or running Barrier?
I know it’s a long shot, but maybe this gives someone a clue?