You are not logged in.

#1 2022-04-28 08:54:04

gr523
Member
Registered: 2022-04-02
Posts: 7

[Solved] Unexpected wake up when using suspend-then-hibernate

Solution: Change modern standby option to S3 enable from bios, instructions  here


After systemctl suspend-then-hibernate, system automatically wakes up in 5minutes
Problem doesn't occur on regular suspend but only on suspend-then-hibernate
My hibernation is working as expected ( using swap partition ) and the only thing I changed is HibernateDelaySec in /etc/systemd/sleep.conf to 1800

My laptop is lenovo ideapad 5 pro 14acn6, more info here

journal logs when doing suspend-then-hibernate

Apr 28 03:48:01 ip5 polkitd[1029]: Registered Authentication Agent for unix-process:7705:306919 (system bus name :1.202 [/usr/bin/pkttyagent --notify-fd 5 --fallback], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
Apr 28 03:48:01 ip5 polkitd[1029]: Unregistered Authentication Agent for unix-process:7705:306919 (system bus name :1.202, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus)
Apr 28 03:48:01 ip5 systemd[1]: Reached target Sleep.
Apr 28 03:48:01 ip5 systemd[1]: Starting Suspend; Hibernate if not used for a period of time...
Apr 28 03:48:01 ip5 systemd-sleep[7711]: Entering sleep state 'suspend'...
Apr 28 03:48:01 ip5 kernel: PM: suspend entry (s2idle)
Apr 28 03:48:01 ip5 kernel: Filesystems sync: 0.020 seconds
Apr 28 03:53:01 ip5 kernel: Freezing user space processes ... (elapsed 0.001 seconds) done.
Apr 28 03:53:01 ip5 kernel: OOM killer disabled.
Apr 28 03:53:01 ip5 kernel: Freezing remaining freezable tasks ... (elapsed 0.000 seconds) done.
Apr 28 03:53:01 ip5 kernel: printk: Suspending console(s) (use no_console_suspend to debug)
Apr 28 03:53:01 ip5 kernel: queueing ieee80211 work while going to suspend
Apr 28 03:53:01 ip5 kernel: ACPI: EC: interrupt blocked
Apr 28 03:53:01 ip5 kernel: ACPI: EC: interrupt unblocked
Apr 28 03:53:01 ip5 kernel: pci 0000:00:00.2: can't derive routing for PCI INT A
Apr 28 03:53:01 ip5 kernel: pci 0000:00:00.2: PCI INT A: no GSI
Apr 28 03:53:01 ip5 kernel: [drm] PCIE GART of 1024M enabled.
Apr 28 03:53:01 ip5 kernel: [drm] PTB located at 0x000000F400900000
Apr 28 03:53:01 ip5 kernel: amdgpu 0000:04:00.0: amdgpu: SMU is resuming...
Apr 28 03:53:01 ip5 kernel: nvme nvme0: Shutdown timeout set to 8 seconds
Apr 28 03:53:01 ip5 kernel: amdgpu 0000:04:00.0: amdgpu: dpm has been disabled
Apr 28 03:53:01 ip5 kernel: amdgpu 0000:04:00.0: amdgpu: SMU is resumed successfully!
Apr 28 03:53:01 ip5 kernel: nvme nvme0: 16/0/0 default/read/poll queues
Apr 28 03:53:01 ip5 kernel: [drm] VCN decode and encode initialized successfully(under DPG Mode).
Apr 28 03:53:01 ip5 kernel: [drm] JPEG decode initialized successfully.
Apr 28 03:53:01 ip5 kernel: amdgpu 0000:04:00.0: amdgpu: ring gfx uses VM inv eng 0 on hub 0
Apr 28 03:53:01 ip5 kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
Apr 28 03:53:01 ip5 kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
Apr 28 03:53:01 ip5 kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
Apr 28 03:53:01 ip5 kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
Apr 28 03:53:01 ip5 kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
Apr 28 03:53:01 ip5 kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
Apr 28 03:53:01 ip5 kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
Apr 28 03:53:01 ip5 kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
Apr 28 03:53:01 ip5 kernel: amdgpu 0000:04:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
Apr 28 03:53:01 ip5 kernel: amdgpu 0000:04:00.0: amdgpu: ring sdma0 uses VM inv eng 0 on hub 1
Apr 28 03:53:01 ip5 kernel: amdgpu 0000:04:00.0: amdgpu: ring vcn_dec uses VM inv eng 1 on hub 1
Apr 28 03:53:01 ip5 kernel: amdgpu 0000:04:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 4 on hub 1
Apr 28 03:53:01 ip5 kernel: amdgpu 0000:04:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 5 on hub 1
Apr 28 03:53:01 ip5 kernel: amdgpu 0000:04:00.0: amdgpu: ring jpeg_dec uses VM inv eng 6 on hub 1
Apr 28 03:53:01 ip5 kernel: OOM killer enabled.
Apr 28 03:53:01 ip5 kernel: Restarting tasks ... done.
Apr 28 03:53:01 ip5 kernel: r8152 4-2.4:1.0 eth0: carrier on
Apr 28 03:53:01 ip5 systemd-sleep[7711]: System returned from sleep state.
Apr 28 03:53:01 ip5 kernel: PM: suspend exit
Apr 28 03:53:01 ip5 systemd[1]: systemd-suspend-then-hibernate.service: Deactivated successfully.
Apr 28 03:53:01 ip5 systemd[1]: Finished Suspend; Hibernate if not used for a period of time.
Apr 28 03:53:01 ip5 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-suspend-then-hibernate comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 28 03:53:01 ip5 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-suspend-then-hibernate comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 28 03:53:01 ip5 systemd[1]: Stopped target Sleep.
Apr 28 03:53:01 ip5 systemd[1]: Reached target Suspend; Hibernate if not used for a period of time.
Apr 28 03:53:01 ip5 systemd-logind[600]: Operation 'sleep' finished.
Apr 28 03:53:01 ip5 kernel: audit: type=1130 audit(1651096381.504:195): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-suspend-then-hibernate comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 28 03:53:01 ip5 kernel: audit: type=1131 audit(1651096381.504:196): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-suspend-then-hibernate comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 28 03:53:01 ip5 systemd[1]: Starting enable the infrared emitter...
Apr 28 03:53:01 ip5 systemd[1]: Stopped target Suspend; Hibernate if not used for a period of time.
Apr 28 03:53:01 ip5 systemd[1]: linux-enable-ir-emitter.service: Deactivated successfully.
Apr 28 03:53:01 ip5 systemd[1]: Finished enable the infrared emitter.
Apr 28 03:53:01 ip5 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=linux-enable-ir-emitter comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 28 03:53:01 ip5 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=linux-enable-ir-emitter comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 28 03:53:01 ip5 kernel: audit: type=1130 audit(1651096381.601:197): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=linux-enable-ir-emitter comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 28 03:53:01 ip5 kernel: audit: type=1131 audit(1651096381.601:198): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=linux-enable-ir-emitter comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 28 03:53:07 ip5 touchegg[601]: libinput error: client bug: timer event6 keyboard: scheduled expiry is in the past (-6288ms), your system is too slow

journal logs for normal suspend

Apr 28 03:24:21 ip5 polkitd[1029]: Registered Authentication Agent for unix-process:6279:164912 (system bus name :1.196 [/usr/bin/pkttyagent --notify-fd 5 --fallback], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
Apr 28 03:24:21 ip5 polkitd[1029]: Unregistered Authentication Agent for unix-process:6279:164912 (system bus name :1.196, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus)
Apr 28 03:24:21 ip5 systemd[1]: Reached target Sleep.
Apr 28 03:24:21 ip5 systemd[1]: Starting System Suspend...
Apr 28 03:24:21 ip5 systemd-sleep[6285]: Entering sleep state 'suspend'...
Apr 28 03:24:21 ip5 kernel: PM: suspend entry (s2idle)
Apr 28 03:24:21 ip5 kernel: Filesystems sync: 0.010 seconds
Apr 28 03:36:20 ip5 kernel: Freezing user space processes ... (elapsed 0.001 seconds) done.
Apr 28 03:36:20 ip5 kernel: OOM killer disabled.
Apr 28 03:36:20 ip5 kernel: Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
Apr 28 03:36:20 ip5 kernel: printk: Suspending console(s) (use no_console_suspend to debug)
Apr 28 03:36:20 ip5 kernel: queueing ieee80211 work while going to suspend
Apr 28 03:36:20 ip5 kernel: ACPI: EC: interrupt blocked
Apr 28 03:36:20 ip5 kernel: ACPI: EC: interrupt unblocked
Apr 28 03:36:20 ip5 kernel: pci 0000:00:00.2: can't derive routing for PCI INT A
Apr 28 03:36:20 ip5 kernel: pci 0000:00:00.2: PCI INT A: no GSI
Apr 28 03:36:20 ip5 kernel: [drm] PCIE GART of 1024M enabled.
Apr 28 03:36:20 ip5 kernel: [drm] PTB located at 0x000000F400900000
Apr 28 03:36:20 ip5 kernel: amdgpu 0000:04:00.0: amdgpu: SMU is resuming...
Apr 28 03:36:20 ip5 kernel: nvme nvme0: Shutdown timeout set to 8 seconds
Apr 28 03:36:20 ip5 kernel: amdgpu 0000:04:00.0: amdgpu: dpm has been disabled
Apr 28 03:36:20 ip5 kernel: amdgpu 0000:04:00.0: amdgpu: SMU is resumed successfully!
Apr 28 03:36:20 ip5 kernel: nvme nvme0: 16/0/0 default/read/poll queues
Apr 28 03:36:20 ip5 kernel: [drm] VCN decode and encode initialized successfully(under DPG Mode).
Apr 28 03:36:20 ip5 kernel: [drm] JPEG decode initialized successfully.
Apr 28 03:36:20 ip5 kernel: amdgpu 0000:04:00.0: amdgpu: ring gfx uses VM inv eng 0 on hub 0
Apr 28 03:36:20 ip5 kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
Apr 28 03:36:20 ip5 kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
Apr 28 03:36:20 ip5 kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
Apr 28 03:36:20 ip5 kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
Apr 28 03:36:20 ip5 kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
Apr 28 03:36:20 ip5 kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
Apr 28 03:36:20 ip5 kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
Apr 28 03:36:20 ip5 kernel: amdgpu 0000:04:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
Apr 28 03:36:20 ip5 kernel: amdgpu 0000:04:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
Apr 28 03:36:20 ip5 kernel: amdgpu 0000:04:00.0: amdgpu: ring sdma0 uses VM inv eng 0 on hub 1
Apr 28 03:36:20 ip5 kernel: amdgpu 0000:04:00.0: amdgpu: ring vcn_dec uses VM inv eng 1 on hub 1
Apr 28 03:36:20 ip5 kernel: amdgpu 0000:04:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 4 on hub 1
Apr 28 03:36:20 ip5 kernel: amdgpu 0000:04:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 5 on hub 1
Apr 28 03:36:20 ip5 kernel: amdgpu 0000:04:00.0: amdgpu: ring jpeg_dec uses VM inv eng 6 on hub 1
Apr 28 03:36:20 ip5 kernel: OOM killer enabled.
Apr 28 03:36:20 ip5 kernel: Restarting tasks ... done.
Apr 28 03:36:20 ip5 kernel: r8152 4-2.4:1.0 eth0: carrier on
Apr 28 03:36:20 ip5 systemd-sleep[6285]: System returned from sleep state.
Apr 28 03:36:20 ip5 kernel: PM: suspend exit
Apr 28 03:36:20 ip5 systemd[1]: systemd-suspend.service: Deactivated successfully.
Apr 28 03:36:20 ip5 systemd[1]: Finished System Suspend.
Apr 28 03:36:20 ip5 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-suspend comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 28 03:36:20 ip5 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-suspend comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 28 03:36:20 ip5 kernel: audit: type=1130 audit(1651095380.505:187): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-suspend comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 28 03:36:20 ip5 kernel: audit: type=1131 audit(1651095380.505:188): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-suspend comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 28 03:36:20 ip5 systemd[1]: Stopped target Sleep.
Apr 28 03:36:20 ip5 systemd[1]: Reached target Suspend.
Apr 28 03:36:20 ip5 systemd-logind[600]: Operation 'sleep' finished.
Apr 28 03:36:20 ip5 systemd[1]: Starting enable the infrared emitter...
Apr 28 03:36:20 ip5 systemd[1]: Stopped target Suspend.
Apr 28 03:36:20 ip5 systemd[1]: linux-enable-ir-emitter.service: Deactivated successfully.
Apr 28 03:36:20 ip5 systemd[1]: Finished enable the infrared emitter.
Apr 28 03:36:20 ip5 audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=linux-enable-ir-emitter comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 28 03:36:20 ip5 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=linux-enable-ir-emitter comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 28 03:36:20 ip5 kernel: audit: type=1130 audit(1651095380.604:189): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=linux-enable-ir-emitter comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 28 03:36:20 ip5 kernel: audit: type=1131 audit(1651095380.604:190): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=linux-enable-ir-emitter comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Apr 28 03:36:21 ip5 touchegg[601]: libinput error: client bug: timer event6 keyboard: scheduled expiry is in the past (-1556ms), your system is too slow

dmesg | tail -300

[    1.368905] usb 4-2: new SuperSpeed USB device number 2 using xhci_hcd
[    1.382598] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xff00, revision 15
[    1.382601] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[    1.382680] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xff20
[    1.382735] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
[    1.382738] RAPL PMU: hw unit of domain package 2^-16 Joules
[    1.395787] usb 4-2: New USB device found, idVendor=0bda, idProduct=0411, bcdDevice= 1.33
[    1.395790] usb 4-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.395792] usb 4-2: Product: 4-Port USB 3.0 Hub
[    1.395793] usb 4-2: Manufacturer: Generic
[    1.417070] cryptd: max_cpu_qlen set to 1000
[    1.417232] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    1.420038] hub 4-2:1.0: USB hub found
[    1.421251] hub 4-2:1.0: 4 ports detected
[    1.431385] input: MSFT0004:00 04F3:31BE Mouse as /devices/platform/AMDI0010:00/i2c-0/i2c-MSFT0004:00/0018:04F3:31BE.0001/input/input5
[    1.431424] input: MSFT0004:00 04F3:31BE Touchpad as /devices/platform/AMDI0010:00/i2c-0/i2c-MSFT0004:00/0018:04F3:31BE.0001/input/input7
[    1.431463] hid-generic 0018:04F3:31BE.0001: input,hidraw0: I2C HID v1.00 Mouse [MSFT0004:00 04F3:31BE] on i2c-MSFT0004:00
[    1.432014] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    1.432330] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    1.432332] cfg80211: failed to load regulatory.db
[    1.433964] input: ELAN901C:00 04F3:2E96 Touchscreen as /devices/platform/AMDI0010:01/i2c-1/i2c-ELAN901C:00/0018:04F3:2E96.0002/input/input8
[    1.434002] input: ELAN901C:00 04F3:2E96 as /devices/platform/AMDI0010:01/i2c-1/i2c-ELAN901C:00/0018:04F3:2E96.0002/input/input9
[    1.434083] input: ELAN901C:00 04F3:2E96 as /devices/platform/AMDI0010:01/i2c-1/i2c-ELAN901C:00/0018:04F3:2E96.0002/input/input10
[    1.434144] hid-generic 0018:04F3:2E96.0002: input,hidraw1: I2C HID v1.00 Device [ELAN901C:00 04F3:2E96] on i2c-ELAN901C:00
[    1.441141] AVX2 version of gcm_enc/dec engaged.
[    1.441174] AES CTR mode by8 optimization enabled
[    1.500604] hid-generic 0018:048D:8353.0003: hidraw2: I2C HID v1.00 Device [ITE8353:00 048D:8353] on i2c-ITE8353:00
[    1.502943] usb 3-4: new high-speed USB device number 3 using xhci_hcd
[    1.522680] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
[    1.523016] sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
[    1.523023] sp5100-tco sp5100-tco: Watchdog hardware is disabled
[    1.560128] input: Ideapad extra buttons as /devices/pci0000:00/0000:00:14.3/PNP0C09:00/VPC2004:00/input/input12
[    1.589542] Adding 16777212k swap on /dev/nvme0n1p8.  Priority:-2 extents:1 across:16777212k SSFS
[    1.617747] systemd-journald[348]: Received client request to flush runtime journal.
[    1.628189] input: MSFT0004:00 04F3:31BE Mouse as /devices/platform/AMDI0010:00/i2c-0/i2c-MSFT0004:00/0018:04F3:31BE.0001/input/input13
[    1.628313] input: MSFT0004:00 04F3:31BE Touchpad as /devices/platform/AMDI0010:00/i2c-0/i2c-MSFT0004:00/0018:04F3:31BE.0001/input/input15
[    1.628422] hid-multitouch 0018:04F3:31BE.0001: input,hidraw0: I2C HID v1.00 Mouse [MSFT0004:00 04F3:31BE] on i2c-MSFT0004:00
[    1.635454] usb 3-4: New USB device found, idVendor=0489, idProduct=e0cd, bcdDevice= 1.00
[    1.635459] usb 3-4: New USB device strings: Mfr=5, Product=6, SerialNumber=7
[    1.635460] usb 3-4: Product: Wireless_Device
[    1.635462] usb 3-4: Manufacturer: MediaTek Inc.
[    1.635463] usb 3-4: SerialNumber: 000000000
[    1.641951] tsc: Refined TSC clocksource calibration: 1896.439 MHz
[    1.641957] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x36ac0ff9ad6, max_idle_ns: 881590472846 ns
[    1.641985] clocksource: Switched to clocksource tsc
[    1.648947] ccp 0000:04:00.2: enabling device (0000 -> 0002)
[    1.649170] ccp 0000:04:00.2: ccp: unable to access the device: you might be running a broken BIOS.
[    1.659325] ccp 0000:04:00.2: tee enabled
[    1.659327] ccp 0000:04:00.2: psp enabled
[    1.681260] mt7921e 0000:01:00.0: enabling device (0000 -> 0002)
[    1.684211] input: ELAN901C:00 04F3:2E96 as /devices/platform/AMDI0010:01/i2c-1/i2c-ELAN901C:00/0018:04F3:2E96.0002/input/input16
[    1.684251] input: ELAN901C:00 04F3:2E96 UNKNOWN as /devices/platform/AMDI0010:01/i2c-1/i2c-ELAN901C:00/0018:04F3:2E96.0002/input/input17
[    1.684272] input: ELAN901C:00 04F3:2E96 UNKNOWN as /devices/platform/AMDI0010:01/i2c-1/i2c-ELAN901C:00/0018:04F3:2E96.0002/input/input18
[    1.684296] hid-multitouch 0018:04F3:2E96.0002: input,hidraw1: I2C HID v1.00 Device [ELAN901C:00 04F3:2E96] on i2c-ELAN901C:00
[    1.685909] SVM: TSC scaling supported
[    1.685911] kvm: Nested Virtualization enabled
[    1.685912] SVM: kvm: Nested Paging enabled
[    1.685925] SVM: Virtual VMLOAD VMSAVE supported
[    1.685926] SVM: Virtual GIF supported
[    1.685926] SVM: LBR virtualization supported
[    1.700965] mt7921e 0000:01:00.0: ASIC revision: 79610010
[    1.708949] usb 3-2.3: new full-speed USB device number 4 using xhci_hcd
[    1.712755] mousedev: PS/2 mouse device common for all mice
[    1.748731] MCE: In-kernel MCE decoding enabled.
[    1.756242] EXT4-fs (nvme0n1p9): mounted filesystem with ordered data mode. Quota mode: none.
[    1.779738] mt7921e 0000:01:00.0: HW/SW Version: 0x8a108a10, Build Time: 20220311230842a

[    1.796582] intel_rapl_common: Found RAPL domain package
[    1.796584] intel_rapl_common: Found RAPL domain core
[    1.824471] usb 3-2.3: New USB device found, idVendor=1ea7, idProduct=0064, bcdDevice= 2.00
[    1.824475] usb 3-2.3: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    1.824477] usb 3-2.3: Product: 2.4G Mouse
[    1.882083] usb 4-2.4: new SuperSpeed USB device number 3 using xhci_hcd
[    1.888517] snd_rn_pci_acp3x 0000:04:00.5: enabling device (0000 -> 0002)
[    1.896262] usb 4-2.4: New USB device found, idVendor=0bda, idProduct=8153, bcdDevice=30.00
[    1.896265] usb 4-2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=6
[    1.896266] usb 4-2.4: Product: USB 10/100/1000 LAN
[    1.896267] usb 4-2.4: Manufacturer: Realtek
[    1.896268] usb 4-2.4: SerialNumber: 000001000000
[    1.937720] input: 2.4G Mouse as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb3/3-2/3-2.3/3-2.3:1.0/0003:1EA7:0064.0004/input/input20
[    1.937799] input: 2.4G Mouse as /devices/pci0000:00/0000:00:08.1/0000:04:00.4/usb3/3-2/3-2.3/3-2.3:1.0/0003:1EA7:0064.0004/input/input21
[    1.937910] hid-generic 0003:1EA7:0064.0004: input,hiddev96,hidraw2: USB HID v1.10 Mouse [2.4G Mouse] on usb-0000:04:00.4-2.3/input0
[    1.937957] usbcore: registered new interface driver usbhid
[    1.937958] usbhid: USB HID core driver
[    1.964827] usbcore: registered new interface driver r8152
[    1.969256] Bluetooth: Core ver 2.22
[    1.969278] NET: Registered PF_BLUETOOTH protocol family
[    1.969280] Bluetooth: HCI device and connection manager initialized
[    1.969284] Bluetooth: HCI socket layer initialized
[    1.969286] Bluetooth: L2CAP socket layer initialized
[    1.969290] Bluetooth: SCO socket layer initialized
[    1.971250] usbcore: registered new interface driver cdc_ether
[    1.993290] usbcore: registered new interface driver r8153_ecm
[    2.012617] snd_hda_intel 0000:04:00.1: enabling device (0000 -> 0002)
[    2.012756] snd_hda_intel 0000:04:00.1: Handle vga_switcheroo audio client
[    2.012928] snd_hda_intel 0000:04:00.6: enabling device (0000 -> 0002)
[    2.013680] usbcore: registered new interface driver btusb
[    2.021254] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:04:00.1/sound/card0/input22
[    2.021291] input: HD-Audio Generic HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:08.1/0000:04:00.1/sound/card0/input23
[    2.021317] input: HD-Audio Generic HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:08.1/0000:04:00.1/sound/card0/input24
[    2.055422] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC257: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[    2.055426] snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    2.055428] snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[    2.055429] snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
[    2.055429] snd_hda_codec_realtek hdaudioC1D0:    inputs:
[    2.055430] snd_hda_codec_realtek hdaudioC1D0:      Mic=0x19
[    2.057961] mt7921e 0000:01:00.0: WM Firmware Version: ____010000, Build Time: 20220311230931
[    2.058907] [drm] amdgpu kernel modesetting enabled.
[    2.061007] amdgpu: Virtual CRAT table created for CPU
[    2.061017] amdgpu: Topology: Add CPU node
[    2.061072] checking generic (fce0000000 760000) vs hw (fce0000000 10000000)
[    2.061075] checking generic (fce0000000 760000) vs hw (fce0000000 10000000)
[    2.061076] fb0: switching to amdgpu from EFI VGA
[    2.061180] Console: switching to colour dummy device 80x25
[    2.061216] amdgpu 0000:04:00.0: vgaarb: deactivate vga console
[    2.061257] amdgpu 0000:04:00.0: enabling device (0006 -> 0007)
[    2.061300] [drm] initializing kernel modesetting (RENOIR 0x1002:0x1638 0x17AA:0x3809 0xC1).
[    2.061303] amdgpu 0000:04:00.0: amdgpu: Trusted Memory Zone (TMZ) feature enabled
[    2.061335] [drm] register mmio base: 0xD0300000
[    2.061336] [drm] register mmio size: 524288
[    2.062311] [drm] add ip block number 0 <soc15_common>
[    2.062312] [drm] add ip block number 1 <gmc_v9_0>
[    2.062313] [drm] add ip block number 2 <vega10_ih>
[    2.062314] [drm] add ip block number 3 <psp>
[    2.062315] [drm] add ip block number 4 <smu>
[    2.062317] [drm] add ip block number 5 <dm>
[    2.062318] [drm] add ip block number 6 <gfx_v9_0>
[    2.062319] [drm] add ip block number 7 <sdma_v4_0>
[    2.062320] [drm] add ip block number 8 <vcn_v2_0>
[    2.062321] [drm] add ip block number 9 <jpeg_v2_0>
[    2.062333] amdgpu 0000:04:00.0: amdgpu: Fetched VBIOS from VFCT
[    2.062334] amdgpu: ATOM BIOS: 113-CEZANNE-X18
[    2.064590] [drm] VCN decode is enabled in VM mode
[    2.064591] [drm] VCN encode is enabled in VM mode
[    2.064592] [drm] JPEG decode is enabled in VM mode
[    2.064594] amdgpu 0000:04:00.0: amdgpu: PCIE atomic ops is not supported
[    2.064623] [drm] vm size is 262144 GB, 4 levels, block size is 9-bit, fragment size is 9-bit
[    2.064628] amdgpu 0000:04:00.0: amdgpu: VRAM: 2048M 0x000000F400000000 - 0x000000F47FFFFFFF (2048M used)
[    2.064629] amdgpu 0000:04:00.0: amdgpu: GART: 1024M 0x0000000000000000 - 0x000000003FFFFFFF
[    2.064631] amdgpu 0000:04:00.0: amdgpu: AGP: 267419648M 0x000000F800000000 - 0x0000FFFFFFFFFFFF
[    2.064635] [drm] Detected VRAM RAM=2048M, BAR=2048M
[    2.064635] [drm] RAM width 128bits DDR4
[    2.064680] [drm] amdgpu: 2048M of VRAM memory ready
[    2.064681] [drm] amdgpu: 3072M of GTT memory ready.
[    2.064685] [drm] GART: num cpu pages 262144, num gpu pages 262144
[    2.064780] [drm] PCIE GART of 1024M enabled.
[    2.064782] [drm] PTB located at 0x000000F400900000
[    2.069550] amdgpu 0000:04:00.0: amdgpu: PSP runtime database doesn't exist
[    2.074873] [drm] Loading DMUB firmware via PSP: version=0x0101001F
[    2.088776] usb 4-2.4: reset SuperSpeed USB device number 3 using xhci_hcd
[    2.105054] [drm] Found VCN firmware Version ENC: 1.17 DEC: 5 VEP: 0 Revision: 2
[    2.105063] amdgpu 0000:04:00.0: amdgpu: Will use PSP to load VCN firmware
[    2.135722] r8152 4-2.4:1.0: load rtl8153a-3 v2 02/07/20 successfully
[    2.155225] mc: Linux media interface: v0.10
[    2.159328] r8152 4-2.4:1.0 eth0: v1.12.12
[    2.177016] videodev: Linux video capture interface: v2.00
[    2.194579] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    2.194583] Bluetooth: BNEP filters: protocol multicast
[    2.194589] Bluetooth: BNEP socket layer initialized
[    2.202516] usb 1-3: Found UVC 1.10 device Integrated Camera (13d3:56fb)
[    2.208917] input: Integrated Camera: Integrated C as /devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb1/1-3/1-3:1.0/input/input25
[    2.210016] usb 1-3: Found UVC 1.50 device Integrated Camera (13d3:56fb)
[    2.211513] input: Integrated Camera: Integrated I as /devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb1/1-3/1-3:1.2/input/input26
[    2.211576] usbcore: registered new interface driver uvcvideo
[    2.293944] input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:08.1/0000:04:00.6/sound/card1/input27
[    2.294003] input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:04:00.6/sound/card1/input28
[    2.838698] [drm] reserve 0x400000 from 0xf47f800000 for PSP TMR
[    2.927664] amdgpu 0000:04:00.0: amdgpu: RAS: optional ras ta ucode is not available
[    2.936457] amdgpu 0000:04:00.0: amdgpu: RAP: optional rap ta ucode is not available
[    2.936458] amdgpu 0000:04:00.0: amdgpu: SECUREDISPLAY: securedisplay ta ucode is not available
[    2.937280] amdgpu 0000:04:00.0: amdgpu: SMU is initialized successfully!
[    2.937518] [drm] Display Core initialized with v3.2.167!
[    2.938149] [drm] DMUB hardware initialized: version=0x0101001F
[    2.955806] snd_hda_intel 0000:04:00.1: bound 0000:04:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
[    3.049202] [drm] kiq ring mec 2 pipe 1 q 0
[    3.052404] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[    3.052420] [drm] JPEG decode initialized successfully.
[    3.053583] kfd kfd: amdgpu: Allocated 3969056 bytes on gart
[    3.075565] memmap_init_zone_device initialised 524288 pages in 4ms
[    3.075572] amdgpu: HMM registered 2048MB device memory
[    3.075598] amdgpu: SRAT table not found
[    3.075599] amdgpu: Virtual CRAT table created for GPU
[    3.075663] amdgpu: Topology: Add dGPU node [0x1638:0x1002]
[    3.075669] kfd kfd: amdgpu: added device 1002:1638
[    3.075770] amdgpu 0000:04:00.0: amdgpu: SE 1, SH per SE 1, CU per SH 8, active_cu_number 8
[    3.076443] amdgpu 0000:04:00.0: amdgpu: ring gfx uses VM inv eng 0 on hub 0
[    3.076444] amdgpu 0000:04:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[    3.076445] amdgpu 0000:04:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[    3.076446] amdgpu 0000:04:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[    3.076446] amdgpu 0000:04:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[    3.076447] amdgpu 0000:04:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[    3.076448] amdgpu 0000:04:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[    3.076448] amdgpu 0000:04:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[    3.076449] amdgpu 0000:04:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[    3.076450] amdgpu 0000:04:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[    3.076450] amdgpu 0000:04:00.0: amdgpu: ring sdma0 uses VM inv eng 0 on hub 1
[    3.076451] amdgpu 0000:04:00.0: amdgpu: ring vcn_dec uses VM inv eng 1 on hub 1
[    3.076451] amdgpu 0000:04:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 4 on hub 1
[    3.076452] amdgpu 0000:04:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 5 on hub 1
[    3.076453] amdgpu 0000:04:00.0: amdgpu: ring jpeg_dec uses VM inv eng 6 on hub 1
[    3.077323] [drm] Initialized amdgpu 3.44.0 20150101 for 0000:04:00.0 on minor 0
[    3.082800] fbcon: amdgpudrmfb (fb0) is primary device
[    3.208064] Console: switching to colour frame buffer device 140x43
[    3.227911] amdgpu 0000:04:00.0: [drm] fb0: amdgpudrmfb frame buffer device
[    4.618341] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[    4.619015] r8152 4-2.4:1.0 eth0: carrier on
[    4.640079] Bluetooth: hci0: Device setup in 2564803 usecs
[    4.707338] Bluetooth: hci0: AOSP extensions version v1.00
[    4.707343] Bluetooth: hci0: AOSP quality report is supported
[    4.711662] NET: Registered PF_ALG protocol family
[    7.893847] kauditd_printk_skb: 49 callbacks suppressed
[    7.893853] audit: type=1131 audit(1651135259.784:58): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    9.521778] audit: type=1100 audit(1651135261.411:59): pid=787 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_shells,pam_mount,pam_faillock,pam_permit,pam_faillock acct="renzhamin" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
[    9.521887] audit: type=1101 audit(1651135261.411:60): pid=787 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="renzhamin" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
[    9.574571] audit: type=1106 audit(1651135261.464:61): pid=715 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_close grantors=pam_unix,pam_systemd acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
[    9.574618] audit: type=1104 audit(1651135261.464:62): pid=715 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_env,pam_permit acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
[    9.576622] audit: type=1103 audit(1651135261.466:63): pid=787 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_shells,pam_mount,pam_faillock,pam_permit,pam_faillock acct="renzhamin" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
[    9.576675] audit: type=1006 audit(1651135261.466:64): pid=787 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
[    9.576681] audit: type=1300 audit(1651135261.466:64): arch=c000003e syscall=1 success=yes exit=4 a0=b a1=7ffcb72ca500 a2=4 a3=0 items=0 ppid=675 pid=787 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="lightdm" exe="/usr/bin/lightdm" key=(null)
[    9.576686] audit: type=1327 audit(1651135261.466:64): proctitle=6C69676874646D002D2D73657373696F6E2D6368696C64003134003231
[    9.586965] device-mapper: uevent: version 1.0.3
[    9.587004] device-mapper: ioctl: 4.45.0-ioctl (2021-03-22) initialised: dm-devel@redhat.com
[   11.210812] Key type encrypted registered
[   11.215714] audit: type=1338 audit(1651135263.104:65): module=crypt op=ctr ppid=810 pid=811 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="mount.crypt" exe="/usr/bin/mount.crypt" dev=254:0 error_msg='success' res=1
[   11.280791] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Quota mode: none.
[   12.117315] Bluetooth: RFCOMM TTY layer initialized
[   12.117321] Bluetooth: RFCOMM socket layer initialized
[   12.117324] Bluetooth: RFCOMM ver 1.11
[   19.845748] kauditd_printk_skb: 22 callbacks suppressed
[   19.845751] audit: type=1131 audit(1651135271.735:77): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@972 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   19.851109] audit: type=1131 audit(1651135271.741:78): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@972 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   32.211810] audit: type=1131 audit(1651135284.101:79): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   32.260001] audit: type=1334 audit(1651135284.150:80): prog-id=0 op=UNLOAD
[   32.260011] audit: type=1334 audit(1651135284.150:81): prog-id=0 op=UNLOAD
[   32.260017] audit: type=1334 audit(1651135284.150:82): prog-id=0 op=UNLOAD
[   72.817539] PM: suspend entry (s2idle)
[   72.824234] Filesystems sync: 0.006 seconds
[   72.859795] Freezing user space processes ... (elapsed 0.001 seconds) done.
[   72.861002] OOM killer disabled.
[   72.861003] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
[   72.862019] printk: Suspending console(s) (use no_console_suspend to debug)
[   73.019687] ACPI: EC: interrupt blocked
[  373.433873] ACPI: EC: interrupt unblocked
[  373.461599] pci 0000:00:00.2: can't derive routing for PCI INT A
[  373.461601] pci 0000:00:00.2: PCI INT A: no GSI
[  373.462642] [drm] PCIE GART of 1024M enabled.
[  373.462644] [drm] PTB located at 0x000000F400900000
[  373.462655] amdgpu 0000:04:00.0: amdgpu: SMU is resuming...
[  373.463895] nvme nvme0: Shutdown timeout set to 8 seconds
[  373.464337] amdgpu 0000:04:00.0: amdgpu: dpm has been disabled
[  373.465422] amdgpu 0000:04:00.0: amdgpu: SMU is resumed successfully!
[  373.483448] nvme nvme0: 16/0/0 default/read/poll queues
[  373.616246] [drm] VCN decode and encode initialized successfully(under DPG Mode).
[  373.616613] [drm] JPEG decode initialized successfully.
[  373.616624] amdgpu 0000:04:00.0: amdgpu: ring gfx uses VM inv eng 0 on hub 0
[  373.616628] amdgpu 0000:04:00.0: amdgpu: ring comp_1.0.0 uses VM inv eng 1 on hub 0
[  373.616631] amdgpu 0000:04:00.0: amdgpu: ring comp_1.1.0 uses VM inv eng 4 on hub 0
[  373.616632] amdgpu 0000:04:00.0: amdgpu: ring comp_1.2.0 uses VM inv eng 5 on hub 0
[  373.616633] amdgpu 0000:04:00.0: amdgpu: ring comp_1.3.0 uses VM inv eng 6 on hub 0
[  373.616635] amdgpu 0000:04:00.0: amdgpu: ring comp_1.0.1 uses VM inv eng 7 on hub 0
[  373.616636] amdgpu 0000:04:00.0: amdgpu: ring comp_1.1.1 uses VM inv eng 8 on hub 0
[  373.616637] amdgpu 0000:04:00.0: amdgpu: ring comp_1.2.1 uses VM inv eng 9 on hub 0
[  373.616638] amdgpu 0000:04:00.0: amdgpu: ring comp_1.3.1 uses VM inv eng 10 on hub 0
[  373.616640] amdgpu 0000:04:00.0: amdgpu: ring kiq_2.1.0 uses VM inv eng 11 on hub 0
[  373.616642] amdgpu 0000:04:00.0: amdgpu: ring sdma0 uses VM inv eng 0 on hub 1
[  373.616643] amdgpu 0000:04:00.0: amdgpu: ring vcn_dec uses VM inv eng 1 on hub 1
[  373.616645] amdgpu 0000:04:00.0: amdgpu: ring vcn_enc0 uses VM inv eng 4 on hub 1
[  373.616646] amdgpu 0000:04:00.0: amdgpu: ring vcn_enc1 uses VM inv eng 5 on hub 1
[  373.616647] amdgpu 0000:04:00.0: amdgpu: ring jpeg_dec uses VM inv eng 6 on hub 1
[  373.779020] OOM killer enabled.
[  373.779023] Restarting tasks ... done.
[  373.798490] r8152 4-2.4:1.0 eth0: carrier on
[  373.832739] audit: type=1130 audit(1651135625.405:83): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  373.952752] PM: suspend exit
[  373.954908] audit: type=1130 audit(1651135625.527:84): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-suspend-then-hibernate comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  373.954912] audit: type=1131 audit(1651135625.527:85): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-suspend-then-hibernate comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  374.006346] r8152 4-2.4:1.0 eth0: carrier on
[  374.020897] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[  374.057373] audit: type=1130 audit(1651135625.629:86): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=linux-enable-ir-emitter comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  374.057378] audit: type=1131 audit(1651135625.630:87): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=linux-enable-ir-emitter comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  383.845196] audit: type=1131 audit(1651135635.417:88): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  390.771244] audit: type=1100 audit(1651135642.343:89): pid=1596 uid=1000 auid=1000 ses=2 msg='op=PAM:authentication grantors=pam_python acct="renzhamin" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  390.773165] audit: type=1101 audit(1651135642.345:90): pid=1596 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="renzhamin" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  390.773854] audit: type=1110 audit(1651135642.346:91): pid=1596 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_python acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  390.775022] audit: type=1105 audit(1651135642.347:92): pid=1596 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  390.783624] audit: type=1106 audit(1651135642.356:93): pid=1596 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  390.783645] audit: type=1104 audit(1651135642.356:94): pid=1596 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_python acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  401.595146] audit: type=1101 audit(1651135653.167:95): pid=1670 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="renzhamin" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  401.602424] audit: type=1110 audit(1651135653.175:96): pid=1670 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_python acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  401.603575] audit: type=1105 audit(1651135653.176:97): pid=1670 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  401.607955] audit: type=1106 audit(1651135653.180:98): pid=1670 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  401.607977] audit: type=1104 audit(1651135653.180:99): pid=1670 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_python acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  428.555151] audit: type=1101 audit(1651135680.127:100): pid=1757 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="renzhamin" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  428.561890] audit: type=1110 audit(1651135680.134:101): pid=1757 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_python acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  428.563055] audit: type=1105 audit(1651135680.135:102): pid=1757 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  428.568071] audit: type=1106 audit(1651135680.140:103): pid=1757 uid=1000 auid=1000 ses=2 msg='op=PAM:session_close grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  428.568093] audit: type=1104 audit(1651135680.140:104): pid=1757 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_python acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  460.241259] audit: type=1101 audit(1651135711.813:105): pid=1955 uid=1000 auid=1000 ses=2 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="renzhamin" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  460.248337] audit: type=1110 audit(1651135711.820:106): pid=1955 uid=1000 auid=1000 ses=2 msg='op=PAM:setcred grantors=pam_python acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[  460.249475] audit: type=1105 audit(1651135711.822:107): pid=1955 uid=1000 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'

I tried disabling networkmanager, using lts-kernel but those weren't the issue
List of packages I recently installed/updated

2022 Apr28 linux-lts
2022 Apr28 yt-dlp
2022 Apr28 python-certifi
2022 Apr28 hugo
2022 Apr27 picom
2022 Apr27 pciutils
2022 Apr27 libseccomp
2022 Apr27 libopenmpt
2022 Apr27 libmm-glib
2022 Apr27 libinih
2022 Apr27 libindicator-gtk3
2022 Apr27 libdbusmenu-gtk3
2022 Apr27 libdbusmenu-glib
2022 Apr27 gtk3
2022 Apr27 github-cli
2022 Apr27 fluidsynth
2022 Apr27 curl
2022 Apr27 cronie
2022 Apr27 clutter-gst
2022 Apr27 brotli
2022 Apr27 bat
2022 Apr27 audit
2022 Apr27 linux-zen-headers
2022 Apr27 linux-zen
2022 Apr25 zsh
2022 Apr25 shaderc
2022 Apr25 python-pygments
2022 Apr25 vtk
2022 Apr25 python-opencv
2022 Apr25 opencv
2022 Apr25 zlib
2022 Apr25 protobuf
2022 Apr25 openal
2022 Apr25 minizip
2022 Apr25 mesa
2022 Apr25 menu-cache
2022 Apr25 libappindicator-gtk3
2022 Apr25 kdeconnect
2022 Apr25 jsoncpp
2022 Apr25 jpegoptim
2022 Apr25 jasper
2022 Apr25 imlib2
2022 Apr25 imagemagick
2022 Apr25 harfbuzz
2022 Apr25 gtk-update-icon-cache
2022 Apr25 gtk4
2022 Apr25 gpicview
2022 Apr25 gavl
2022 Apr25 exiv2
2022 Apr25 archlinux-keyring
2022 Apr25 system-monitoring-center
2022 Apr25 xorg-xkill
2022 Apr24 qbittorrent
2022 Apr24 vulkan-headers
2022 Apr24 qt6-translations
2022 Apr24 qt6-svg
2022 Apr24 qt6-base
2022 Apr24 libtorrent-rasterbar
2022 Apr24 libb2
2022 Apr23 xorg-xauth
2022 Apr23 xorgproto
2022 Apr23 qt5-base
2022 Apr23 librsvg
2022 Apr23 libpgm
2022 Apr23 libinput
2022 Apr23 libhandy
2022 Apr23 libcap-ng
2022 Apr23 libcap
2022 Apr23 libaio
2022 Apr23 libadwaita
2022 Apr23 gvfs-mtp
2022 Apr23 gvfs
2022 Apr23 glslang
2022 Apr23 fribidi
2022 Apr23 flameshot
2022 Apr23 dialog
2022 Apr23 at-spi2-core
2022 Apr23 brave-bin
2022 Apr23 auto-cpufreq
2022 Apr23 stow
2022 Apr22 pulseaudio-alsa
2022 Apr21 suitesparse
2022 Apr21 rsync
2022 Apr21 raptor
2022 Apr21 quazip-qt5
2022 Apr21 python-gobject
2022 Apr21 openexr
2022 Apr21 nodejs
2022 Apr21 nethogs
2022 Apr21 neovim
2022 Apr21 libvterm01
2022 Apr21 qt5-wayland
2022 Apr21 libical
2022 Apr21 lapack
2022 Apr21 kwayland
2022 Apr21 jre-openjdk-headless
2022 Apr21 jre-openjdk
2022 Apr21 jdk-openjdk
2022 Apr21 intellij-idea-community-edition
2022 Apr21 xfsprogs
2022 Apr21 tracker3
2022 Apr21 parted
2022 Apr21 libsynctex
2022 Apr21 libnl
2022 Apr21 json-c
2022 Apr21 jre11-openjdk-headless
2022 Apr21 jre11-openjdk
2022 Apr21 jdk11-openjdk
2022 Apr21 gspell
2022 Apr21 gptfdisk
2022 Apr21 git
2022 Apr21 evince
2022 Apr21 enchant
2022 Apr21 coreutils
2022 Apr21 cblas
2022 Apr21 boost-libs
2022 Apr21 blas
2022 Apr21 adwaita-icon-theme
2022 Apr21 libxml2
2022 Apr21 icu
2022 Apr21 iana-etc
2022 Apr21 glib2
2022 Apr21 freetype2
2022 Apr19 htop
2022 Apr18 v4l2loopback-dkms
2022 Apr18 dkms
2022 Apr18 rnnoise
2022 Apr18 obs-studio
2022 Apr18 mbedtls
2022 Apr16 xorg-xdpyinfo
2022 Apr16 xdg-desktop-portal
2022 Apr16 wpa_supplicant
2022 Apr16 semver
2022 Apr16 qqc2-desktop-style
2022 Apr16 python-setuptools
2022 Apr16 python-pyparsing
2022 Apr16 pipewire
2022 Apr16 pavucontrol
2022 Apr16 pacman-mirrorlist
2022 Apr16 nvme-cli
2022 Apr16 mtools
2022 Apr16 sonnet
2022 Apr16 linux-firmware-whence
2022 Apr16 linux-firmware
2022 Apr16 libgit2
2022 Apr16 kwallet
2022 Apr16 ktextwidgets
2022 Apr16 kservice
2022 Apr16 kpeople
2022 Apr16 kpackage
2022 Apr16 kirigami2
2022 Apr16 kio
2022 Apr16 kded
2022 Apr16 kdeclarative
2022 Apr16 kcontacts
2022 Apr16 kcompletion
2022 Apr16 kcmutils
2022 Apr16 solid
2022 Apr16 openssh
2022 Apr16 libbpf
2022 Apr16 kxmlgui
2022 Apr16 kwindowsystem
2022 Apr16 kwidgetsaddons
2022 Apr16 knotifications
2022 Apr16 kjobwidgets
2022 Apr16 kitemviews
2022 Apr16 kiconthemes
2022 Apr16 ki18n
2022 Apr16 kguiaddons
2022 Apr16 kglobalaccel
2022 Apr16 kdbusaddons
2022 Apr16 kcrash
2022 Apr16 kcoreaddons
2022 Apr16 kconfigwidgets
2022 Apr16 kconfig
2022 Apr16 kcodecs
2022 Apr16 kbookmarks
2022 Apr16 kauth
2022 Apr16 karchive
2022 Apr16 iproute2
2022 Apr16 vmaf
2022 Apr16 pango
2022 Apr16 libva
2022 Apr16 libusb
2022 Apr16 libnfnetlink
2022 Apr16 libmnl
2022 Apr16 libmfx
2022 Apr16 libgpg-error
2022 Apr16 libffi
2022 Apr16 libarchive
2022 Apr16 jack2
2022 Apr16 cmake
2022 Apr16 binutils
2022 Apr16 amd-ucode
2022 Apr16 alsa-card-profiles
2022 Apr16 gtkwave
2022 Apr16 ghdl-gcc
2022 Apr16 gcc-ada
2022 Apr15 ventoy-bin
2022 Apr15 patch
2022 Apr10 qt5-quickcontrols2
2022 Apr10 qt5-quickcontrols
2022 Apr10 qt5-graphicaleffects
2022 Apr10 qca-qt5
2022 Apr10 pulseaudio-qt
2022 Apr10 libfakekey
2022 Apr10 kpeoplevcard
2022 Apr10 qt5-speech
2022 Apr10 qt5-multimedia
2022 Apr10 polkit-qt5
2022 Apr10 media-player-info
2022 Apr10 libdbusmenu-qt5
2022 Apr09 xf86-video-amdgpu
2022 Apr08 sfml
2022 Apr08 xz
2022 Apr08 krb5
2022 Apr08 hwdata
2022 Apr08 gzip
2022 Apr08 touchegg
2022 Apr08 touche
2022 Apr08 paru-bin
2022 Apr07 xorg-setxkbmap
2022 Apr07 syncthing
2022 Apr07 snapper
2022 Apr07 perl
2022 Apr07 luajit
2022 Apr07 libnma-common
2022 Apr07 libnma
2022 Apr07 libgee
2022 Apr07 keepassxc
2022 Apr07 js91
2022 Apr07 ibus
2022 Apr07 gjs
2022 Apr07 nss
2022 Apr07 nspr
2022 Apr07 mdadm
2022 Apr07 libsndfile
2022 Apr07 libibus
2022 Apr07 gnome-desktop
2022 Apr07 ghostscript
2022 Apr07 fzf
2022 Apr07 ffmpeg
2022 Apr07 wayland
2022 Apr07 libxcursor
2022 Apr07 libsecret
2022 Apr07 kmod
2022 Apr07 gsettings-desktop-schemas
2022 Apr07 gnome-desktop-common
2022 Apr07 expat
2022 Apr07 cogl
2022 Apr07 clutter-gtk
2022 Apr07 clutter
2022 Apr07 cairo
2022 Apr07 ca-certificates-mozilla
2022 Apr07 archiso
2022 Apr07 libx11
2022 Apr02 python-pillow
2022 Apr02 python-click
2022 Apr02 libcanberra
2022 Apr02 hwloc
2022 Apr02 groff
2022 Apr02 gimp
2022 Apr02 libstemmer
2022 Apr02 libsoup3
2022 Apr02 json-glib
2022 Apr02 gegl
2022 Apr02 gcr
2022 Apr02 libtiff
2022 Apr02 libgcrypt
2022 Apr02 fontconfig
2022 Apr02 babl

Last edited by gr523 (2022-11-21 08:56:59)

Offline

#2 2022-05-20 14:12:28

moqueur
Member
Registered: 2022-05-20
Posts: 1

Re: [Solved] Unexpected wake up when using suspend-then-hibernate

Same issue here on a lenovo yoga slim 7 (ryzen 5600u). journalctl looks really similar and I can't hibernate from suspend. The computer just wakes from suspend after the HibernateDelaySec has elapsed...
I can't seem to find a solution to that annoyance.

Offline

#3 2022-06-02 05:31:18

gr523
Member
Registered: 2022-04-02
Posts: 7

Re: [Solved] Unexpected wake up when using suspend-then-hibernate

moqueur wrote:

Same issue here on a lenovo yoga slim 7 (ryzen 5600u). journalctl looks really similar and I can't hibernate from suspend. The computer just wakes from suspend after the HibernateDelaySec has elapsed...
I can't seem to find a solution to that annoyance.

I'm a little persistent because the first time I set it up it was working, I just can't track down what went wrong

Offline

#4 2022-08-12 09:56:40

zgalvin
Member
Registered: 2018-12-30
Posts: 1

Re: [Solved] Unexpected wake up when using suspend-then-hibernate

Same issue here. My laptop is HP 845 G9 (ryzen 6850hs).
I fix this issue by replace the Qualcomm FastConnect 6900 WiFi card with Intel AX210.
and I also disabled WWAN(Fibocom L860-GL Intel XMM 7560) in BIOS, since it break suspend.

Offline

Board footer

Powered by FluxBB