I always fail to hibernate; it only seems to sleep

Every time I try to hibernate, it just seems to sleep; it wakes up after a few seconds without me doing anything: all the apps and windows are as they were just before I hit hibernate.

Here is the output of my journalctl -u systemd-hibernate.service

Mar 09 09:09:25 thur systemd[1]: Starting System Hibernate...
Mar 09 09:09:25 thur systemd-sleep[16901]: Successfully froze unit 'user.slice'.
Mar 09 09:09:25 thur systemd-sleep[16901]: Performing sleep operation 'hibernate'...
Mar 09 09:09:50 thur systemd-sleep[16901]: System returned from sleep operation 'hibernate'.
Mar 09 09:09:50 thur systemd-sleep[16901]: Successfully thawed unit 'user.slice'.
Mar 09 09:09:50 thur systemd[1]: systemd-hibernate.service: Deactivated successfully.
Mar 09 09:09:50 thur systemd[1]: Finished System Hibernate.
Mar 09 09:09:50 thur systemd[1]: systemd-hibernate.service: Consumed 9.875s CPU time, 1.8M memory peak, 512K memory swap peak.
Mar 09 09:10:07 thur systemd[1]: Starting System Hibernate...
Mar 09 09:10:07 thur systemd-sleep[17127]: Successfully froze unit 'user.slice'.
Mar 09 09:10:07 thur systemd-sleep[17127]: Performing sleep operation 'hibernate'...
Mar 09 09:10:29 thur systemd-sleep[17127]: System returned from sleep operation 'hibernate'.
Mar 09 09:10:29 thur systemd-sleep[17127]: Successfully thawed unit 'user.slice'.
Mar 09 09:10:29 thur systemd[1]: systemd-hibernate.service: Deactivated successfully.
Mar 09 09:10:29 thur systemd[1]: Finished System Hibernate.
Mar 09 09:10:29 thur systemd[1]: systemd-hibernate.service: Consumed 6.688s CPU time, 1.6M memory peak.

swapon -s

Filename                                Type            Size            Used            Priority
/dev/nvme0n1p3                          partition       17510396        5128208         -2

etc/dracut.conf.d/resume.conf

install_items+=" /usr/lib/systemd/system/systemd-hibernate-resume.service "
add_dracutmodules+=" resume "

I wonder what I missed…?

please remove the first line (install_items+=" /usr/lib/systemd/system/systemd-hibernate-resume.service ") from your /etc/dracut.conf.d/resume.conf.
if you want to hibernate use following command :
sudo systemctl hibernate -i

cat /proc/cmdline

What is the output?

Hi, thanks for the response. Unfortunately, this has not solved it…

Hi, thanks for the response. Here is the output of my cat /proc/cmdline

initrd=\ad2d94b379d44d7b94181bb91d7e8919\6.13.5-arch1-1\initrd nvme_load=YES nowatchdog rw root=UUID=a82bf2c6-e9c2-4ef7-a150-ea154be8a436 rw root=UUID=a82bf2c6-e9c2-4ef7-a150-ea154be8a436 systemd.machine_id=ad2d94b379d44d7b94181bb91d7e8919
1 Like

You need to add your resume device to your kernel boot options (cmdline).
In EndeavourOS with systemd-boot, I think you need to it in /etc/kernel/cmdline

Yes, see:

How to modify kernel options

In systemd-boot, it is actually quite simple. You edit the appropriate entry file which can be found on your EFI partition in the loader/entries directory. Each entry is a boot option on the menu and each has a line called options. You can modify these entries directly, however, these changes may be overwritten when packages are installed or updated.

To make the changes, instead of modifying the entries, modify the file /etc/kernel/cmdline which is a one-line file containing a list of kernel options. Then run sudo reinstall-kernels which will populate the entries and regenerate the initrds.

https://discovery.endeavouros.com/installation/systemd-boot/2022/12/

1 Like

So I updated my /etc/kernel/cmdline like so

nvme_load=YES nowatchdog rw root=UUID=my-root-id resume=UUID=my-swap-id

then I run

sudo reinstall-kernels

Then I tried hibernating, but the behavior persisted…

And I found this error on my journalctl:

kscreenlocker_greet[11238]: qt.qpa.wayland: Could not create EGL surface (EGL error 0x3000)

Could this be related to my problem…?

I don’t know. Maybe some other people can help more at this point.

1 Like

This is a graphics related error. I’m not sure that it would be the cause of your issue but i don’t know 100%.

1 Like

is this Nvidia GPU and drivers?

inxi -Gaz

And its a notebook or a PC ?

I’m on an old Dell Latitude laptop and my graphics is Intel UHD Graphics 620.

Same issue here, also on a Dell Latitude laptop.

I noticed significant battery drain over a week while laptop was meant to be hibernating, so I decided to try keeping a log while alternating between manually triggered hibernation & hibernation triggered by KDE power management (standby, then hibernate).

SYSTEM & CONFIG
  • Dell Lattitude 7480 laptop

  • CPU: Intel Core i7-6600U, Mem: 15.49 GiB, Kernel: 6.14.3-arch1-1 x86_64, Bootloader: GRUB, DM: SDDM, DE: KDE Plasma

  • TPM disabled, Secure Boot disabled, Intel SGX disabled, USB Power Share disabled, no OROM, C-States enabled

  • Installed EnOS as UEFI with sleep/hibernate, BTRFS with swap partition

lsblk -o NAME,FSTYPE,FSVER,LABEL,UUID,SIZE,FSAVAIL,FSUSE%,MOUNTPOINT
NAME        FSTYPE FSVER LABEL       UUID                                   SIZE FSAVAIL FSUSE% MOUNTPOINT
nvme0n1                                                                   238.5G
├─nvme0n1p1 vfat   FAT32             6A4B-DB32                                1G 1021.4M     0% /boot/efi
├─nvme0n1p2 btrfs        endeavouros 981f6265-bd51-4cdb-ab52-216221398977 220.4G  162.6G    26% /var/log
└─nvme0n1p3 swap   1     swap        112c0258-1344-4a02-8451-918ffacd3052  17.1G                [SWAP]
swapon -s
Filename                                Type            Size            Used            Priority
/dev/nvme0n1p3                          partition       17879240        0               -2
cat /etc/dracut.conf.d/resume.conf
add_dracutmodules+=" resume "
cat /proc/cmdline
BOOT_IMAGE=/@/boot/vmlinuz-linux root=UUID=981f6265-bd51-4cdb-ab52-216221398977 rw rootflags=subvol=@ nowatchdog nvme_load=YES resume=UUID=112c0258-1344-4a02-8451-918ffacd3052 loglevel=3
systemd-inhibit --list
WHO            UID  USER  PID  COMM            WHAT                                                                       WHY                                                        MODE
NetworkManager 0    root  597  NetworkManager  sleep                                                                      NetworkManager needs to turn off networks                  delay
UPower         0    root  862  upowerd         sleep                                                                      Pause device polling                                       delay
PowerDevil     1000 chris 1059 org_kde_powerde handle-power-key:handle-suspend-key:handle-hibernate-key:handle-lid-switch KDE handles power events                                   block
Screen Locker  1000 chris 821  kwin_wayland    sleep                                                                      Ensuring that the screen gets locked before going to sleep delay

KDE manages power

  • On Battery:
    • When inactive: sleep, after 10 minutes
    • When laptop lid closed: Sleep
    • When sleeping enter: Standby, then hibernate (switch to hibernation after a period of inactivity)
LOGS

Date-time user actions with battery level:

  • 20/05 @ 07:52 wake from manual batt 53% then close lid batt 51%
  • 21/05 @ 07:42 wake from close lid batt 45% then manual batt @ 44%
  • 22/05 @ 07:33 wake from manual batt 44% then close lid 07:47 batt @ 42%
  • 23/05 @ 08:13 wake from close lid batt 28%
    • manual hibernation 23/05 @ 08:22 batt @ 26%
  • 23/05 @ 13:09 wake from manual batt 26%
    • close lid 23/05 @ 13:13 batt @ 25%
  • 24/05 @ 07:26 wake from close lid batt 16% then auto sleep/wake
    • manual hibernation 24/05 @ 13:13 batt @ 35% (quick charge)
  • 24/05 @ 13:54 wake from manual batt 34%
    • close lid 24/05 @ 14:06 batt @ 33%
  • 24/05 @ 18:11 wake from close lid batt 30%
    • manual hibernation 24/05 @ 16:13 batt @ 29%

Journal hibernate log:

journalctl -u systemd-hibernate.service
Apr 13 21:52:53 phobos systemd[1]: Starting System Hibernate...
Apr 13 21:52:53 phobos systemd-sleep[5239]: Successfully froze unit 'user.slice'.
Apr 13 21:52:53 phobos systemd-sleep[5239]: Performing sleep operation 'hibernate'...
Apr 18 06:13:34 phobos systemd-sleep[5239]: System returned from sleep operation 'hibernate'.
Apr 18 06:13:34 phobos systemd-sleep[5239]: Successfully thawed unit 'user.slice'.
Apr 18 06:13:34 phobos systemd[1]: systemd-hibernate.service: Deactivated successfully.
Apr 18 06:13:34 phobos systemd[1]: Finished System Hibernate.
Apr 18 06:13:34 phobos systemd[1]: systemd-hibernate.service: Consumed 1.198s CPU time, 4.5M memory peak.
-- Boot 6bf4cb13861a4777b666561e989fd5f5 --
May 19 14:32:12 phobos systemd[1]: Starting System Hibernate...
May 19 14:32:12 phobos systemd-sleep[5518]: Successfully froze unit 'user.slice'.
May 19 14:32:12 phobos systemd-sleep[5518]: Performing sleep operation 'hibernate'...
May 19 17:13:40 phobos systemd-sleep[5518]: System returned from sleep operation 'hibernate'.
May 19 17:13:40 phobos systemd-sleep[5518]: Successfully thawed unit 'user.slice'.
May 19 17:13:40 phobos systemd[1]: systemd-hibernate.service: Deactivated successfully.
May 19 17:13:40 phobos systemd[1]: Finished System Hibernate.
May 19 17:13:40 phobos systemd[1]: systemd-hibernate.service: Consumed 1.542s CPU time, 2.4M memory peak.
May 19 17:17:18 phobos systemd[1]: Starting System Hibernate...
May 19 17:17:18 phobos systemd-sleep[5930]: Successfully froze unit 'user.slice'.
May 19 17:17:18 phobos systemd-sleep[5930]: Performing sleep operation 'hibernate'...
May 19 17:53:02 phobos systemd-sleep[5930]: System returned from sleep operation 'hibernate'.
May 19 17:53:02 phobos systemd-sleep[5930]: Successfully thawed unit 'user.slice'.
May 19 17:53:02 phobos systemd[1]: systemd-hibernate.service: Deactivated successfully.
May 19 17:53:02 phobos systemd[1]: Finished System Hibernate.
May 19 17:53:02 phobos systemd[1]: systemd-hibernate.service: Consumed 1.568s CPU time, 3.4M memory peak.
May 21 07:58:34 phobos systemd[1]: Starting System Hibernate...
May 21 07:58:34 phobos systemd-sleep[7655]: Successfully froze unit 'user.slice'.
May 21 07:58:34 phobos systemd-sleep[7655]: Performing sleep operation 'hibernate'...
May 22 07:33:51 phobos systemd-sleep[7655]: System returned from sleep operation 'hibernate'.
May 22 07:33:51 phobos systemd-sleep[7655]: Successfully thawed unit 'user.slice'.
May 22 07:33:51 phobos systemd[1]: systemd-hibernate.service: Deactivated successfully.
May 22 07:33:51 phobos systemd[1]: Finished System Hibernate.
May 22 07:33:51 phobos systemd[1]: systemd-hibernate.service: Consumed 1.619s CPU time, 3.2M memory peak.
May 23 08:21:31 phobos systemd[1]: Starting System Hibernate...
May 23 08:21:31 phobos systemd-sleep[8515]: Successfully froze unit 'user.slice'.
May 23 08:21:31 phobos systemd-sleep[8515]: Performing sleep operation 'hibernate'...
May 23 13:09:14 phobos systemd-sleep[8515]: System returned from sleep operation 'hibernate'.
May 23 13:09:14 phobos systemd-sleep[8515]: Successfully thawed unit 'user.slice'.
May 23 13:09:14 phobos systemd[1]: systemd-hibernate.service: Deactivated successfully.
May 23 13:09:14 phobos systemd[1]: Finished System Hibernate.
May 23 13:09:14 phobos systemd[1]: systemd-hibernate.service: Consumed 1.556s CPU time, 1.5M memory peak.
May 24 07:49:40 phobos systemd[1]: Starting System Hibernate...
May 24 07:49:40 phobos systemd-sleep[9584]: Successfully froze unit 'user.slice'.
May 24 07:49:40 phobos systemd-sleep[9584]: Performing sleep operation 'hibernate'...
May 24 13:54:44 phobos systemd-sleep[9584]: System returned from sleep operation 'hibernate'.
May 24 13:54:44 phobos systemd-sleep[9584]: Successfully thawed unit 'user.slice'.
May 24 13:54:44 phobos systemd[1]: systemd-hibernate.service: Deactivated successfully.
May 24 13:54:44 phobos systemd[1]: Finished System Hibernate.
May 24 13:54:44 phobos systemd[1]: systemd-hibernate.service: Consumed 1.725s CPU time, 1.7M memory peak.

dmesg search for ACPI Power Management events:

sudo dmesg -T | grep 'ACPI: PM:'
[Sat May 24 15:18:58 2025] ACPI: PM: Preparing to enter system sleep state S3
[Sat May 24 15:18:58 2025] ACPI: PM: Saving platform NVS memory
[Sat May 24 15:18:58 2025] ACPI: PM: Low-level resume complete
[Sat May 24 15:18:58 2025] ACPI: PM: Restoring platform NVS memory
[Sat May 24 15:18:58 2025] ACPI: PM: Waking up from system sleep state S3
[Sat May 24 15:55:58 2025] ACPI: PM: Preparing to enter system sleep state S3
[Sat May 24 15:55:58 2025] ACPI: PM: Saving platform NVS memory
[Sat May 24 15:55:58 2025] ACPI: PM: Low-level resume complete
[Sat May 24 15:55:58 2025] ACPI: PM: Restoring platform NVS memory
[Sat May 24 15:55:58 2025] ACPI: PM: Waking up from system sleep state S3
[Sat May 24 16:04:15 2025] ACPI: PM: Preparing to enter system sleep state S4
[Sat May 24 16:04:15 2025] ACPI: PM: Saving platform NVS memory
[Sat May 24 16:04:15 2025] ACPI: PM: Restoring platform NVS memory
[Sat May 24 16:04:15 2025] ACPI: PM: Waking up from system sleep state S4
[Sat May 24 16:07:57 2025] ACPI: PM: Preparing to enter system sleep state S4
[Sat May 24 16:07:57 2025] ACPI: PM: Saving platform NVS memory
[Sat May 24 16:07:57 2025] ACPI: PM: Restoring platform NVS memory
[Sat May 24 16:07:57 2025] ACPI: PM: Waking up from system sleep state S4
[Sat May 24 16:32:33 2025] ACPI: PM: Preparing to enter system sleep state S3
[Sat May 24 16:32:33 2025] ACPI: PM: Saving platform NVS memory
[Sat May 24 16:32:33 2025] ACPI: PM: Low-level resume complete
[Sat May 24 16:32:33 2025] ACPI: PM: Restoring platform NVS memory
[Sat May 24 16:32:33 2025] ACPI: PM: Waking up from system sleep state S3
[Sat May 24 16:53:17 2025] ACPI: PM: Preparing to enter system sleep state S3
[Sat May 24 16:53:17 2025] ACPI: PM: Saving platform NVS memory
[Sat May 24 16:53:17 2025] ACPI: PM: Low-level resume complete
[Sat May 24 16:53:17 2025] ACPI: PM: Restoring platform NVS memory
[Sat May 24 16:53:17 2025] ACPI: PM: Waking up from system sleep state S3
[Sat May 24 17:09:43 2025] ACPI: PM: Preparing to enter system sleep state S4
[Sat May 24 17:09:43 2025] ACPI: PM: Saving platform NVS memory
[Sat May 24 17:09:43 2025] ACPI: PM: Restoring platform NVS memory
[Sat May 24 17:09:43 2025] ACPI: PM: Waking up from system sleep state S4
[Sat May 24 17:23:39 2025] ACPI: PM: Preparing to enter system sleep state S3
[Sat May 24 17:23:39 2025] ACPI: PM: Saving platform NVS memory
[Sat May 24 17:23:39 2025] ACPI: PM: Low-level resume complete
[Sat May 24 17:23:39 2025] ACPI: PM: Restoring platform NVS memory
[Sat May 24 17:23:39 2025] ACPI: PM: Waking up from system sleep state S3
[Sat May 24 17:31:42 2025] ACPI: PM: Preparing to enter system sleep state S4
[Sat May 24 17:31:42 2025] ACPI: PM: Saving platform NVS memory
[Sat May 24 17:31:42 2025] ACPI: PM: Restoring platform NVS memory
[Sat May 24 17:31:42 2025] ACPI: PM: Waking up from system sleep state S4
[Sat May 24 17:36:08 2025] ACPI: PM: Preparing to enter system sleep state S3
[Sat May 24 17:36:08 2025] ACPI: PM: Saving platform NVS memory
[Sat May 24 17:36:08 2025] ACPI: PM: Low-level resume complete
[Sat May 24 17:36:08 2025] ACPI: PM: Restoring platform NVS memory
[Sat May 24 17:36:08 2025] ACPI: PM: Waking up from system sleep state S3
[Sat May 24 17:59:32 2025] ACPI: PM: Preparing to enter system sleep state S4
[Sat May 24 17:59:32 2025] ACPI: PM: Saving platform NVS memory
[Sat May 24 17:59:32 2025] ACPI: PM: Restoring platform NVS memory
[Sat May 24 17:59:32 2025] ACPI: PM: Waking up from system sleep state S4
[Sat May 24 18:11:08 2025] ACPI: PM: Preparing to enter system sleep state S3
[Sat May 24 18:11:08 2025] ACPI: PM: Saving platform NVS memory
[Sat May 24 18:11:08 2025] ACPI: PM: Low-level resume complete
[Sat May 24 18:11:08 2025] ACPI: PM: Restoring platform NVS memory
[Sat May 24 18:11:08 2025] ACPI: PM: Waking up from system sleep state S3

dmesg log (unfiltered abstract):

sudo dmesg -T
[Sat May 24 17:36:07 2025] wlan0: deauthenticating from aa:aa:aa:11:11:11 by local choice (Reason: 3=DEAUTH_LEAVING)
[Sat May 24 17:36:08 2025] PM: suspend entry (deep)
[Sat May 24 17:36:08 2025] Filesystems sync: 0.040 seconds
[Sat May 24 17:36:08 2025] Freezing user space processes
[Sat May 24 17:36:08 2025] Freezing user space processes completed (elapsed 0.001 seconds)
[Sat May 24 17:36:08 2025] OOM killer disabled.
[Sat May 24 17:36:08 2025] Freezing remaining freezable tasks
[Sat May 24 17:36:08 2025] Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
[Sat May 24 17:36:08 2025] printk: Suspending console(s) (use no_console_suspend to debug)
[Sat May 24 17:36:08 2025] e1000e: EEE TX LPI TIMER: 00000011
[Sat May 24 17:36:08 2025] ACPI: EC: interrupt blocked
[Sat May 24 17:36:08 2025] ACPI: PM: Preparing to enter system sleep state S3
[Sat May 24 17:36:08 2025] ACPI: EC: event blocked
[Sat May 24 17:36:08 2025] ACPI: EC: EC stopped
[Sat May 24 17:36:08 2025] ACPI: PM: Saving platform NVS memory
[Sat May 24 17:36:08 2025] Disabling non-boot CPUs ...
[Sat May 24 17:36:08 2025] smpboot: CPU 3 is now offline
[Sat May 24 17:36:08 2025] smpboot: CPU 2 is now offline
[Sat May 24 17:36:08 2025] smpboot: CPU 1 is now offline
[Sat May 24 17:36:08 2025] ACPI: PM: Low-level resume complete
[Sat May 24 17:36:08 2025] ACPI: EC: EC started
[Sat May 24 17:36:08 2025] ACPI: PM: Restoring platform NVS memory
[Sat May 24 17:36:08 2025] Enabling non-boot CPUs ...
[Sat May 24 17:36:08 2025] smpboot: Booting Node 0 Processor 1 APIC 0x2
[Sat May 24 17:36:08 2025] CPU1 is up
[Sat May 24 17:36:08 2025] smpboot: Booting Node 0 Processor 2 APIC 0x1
[Sat May 24 17:36:08 2025] CPU2 is up
[Sat May 24 17:36:08 2025] smpboot: Booting Node 0 Processor 3 APIC 0x3
[Sat May 24 17:36:08 2025] CPU3 is up
[Sat May 24 17:36:08 2025] ACPI: PM: Waking up from system sleep state S3
[Sat May 24 17:36:08 2025] ACPI: EC: interrupt unblocked
[Sat May 24 17:36:08 2025] ACPI: EC: event unblocked
[Sat May 24 17:36:08 2025] nvme nvme0: D3 entry latency set to 8 seconds
[Sat May 24 17:36:08 2025] nvme nvme0: 4/0/0 default/read/poll queues
[Sat May 24 17:36:09 2025] usb 1-5: reset high-speed USB device number 3 using xhci_hcd
[Sat May 24 17:36:09 2025] usb 1-7: reset full-speed USB device number 4 using xhci_hcd
[Sat May 24 17:36:09 2025] usb 1-1: reset full-speed USB device number 2 using xhci_hcd
[Sat May 24 17:36:11 2025] Bluetooth: hci0: Bootloader revision 0.0 build 26 week 38 2015
[Sat May 24 17:36:11 2025] Bluetooth: hci0: Device revision is 16
[Sat May 24 17:36:11 2025] Bluetooth: hci0: Secure boot is enabled
[Sat May 24 17:36:11 2025] Bluetooth: hci0: OTP lock is enabled
[Sat May 24 17:36:11 2025] Bluetooth: hci0: API lock is enabled
[Sat May 24 17:36:11 2025] Bluetooth: hci0: Debug lock is disabled
[Sat May 24 17:36:11 2025] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[Sat May 24 17:36:11 2025] OOM killer enabled.
[Sat May 24 17:36:11 2025] Restarting tasks ...
[Sat May 24 17:36:11 2025] usb 1-10: USB disconnect, device number 14
[Sat May 24 17:36:11 2025] done.
[Sat May 24 17:36:11 2025] random: crng reseeded on system resumption
[Sat May 24 17:36:11 2025] Bluetooth: hci0: Found device firmware: intel/ibt-12-16.sfi
[Sat May 24 17:36:11 2025] usb 2-2: USB disconnect, device number 7
[Sat May 24 17:36:11 2025] qcserial ttyUSB0: Qualcomm USB modem converter now disconnected from ttyUSB0
[Sat May 24 17:36:11 2025] qcserial 2-2:1.0: device disconnected
[Sat May 24 17:36:11 2025] qcserial ttyUSB1: Qualcomm USB modem converter now disconnected from ttyUSB1
[Sat May 24 17:36:11 2025] qcserial 2-2:1.2: device disconnected
[Sat May 24 17:36:11 2025] qcserial ttyUSB2: Qualcomm USB modem converter now disconnected from ttyUSB2
[Sat May 24 17:36:11 2025] qcserial 2-2:1.3: device disconnected
[Sat May 24 17:36:11 2025] cdc_mbim 2-2:1.12 wwp0s20f0u2i12: unregister 'cdc_mbim' usb-0000:00:14.0-2, CDC MBIM
[Sat May 24 17:36:11 2025] usb 1-10: new full-speed USB device number 15 using xhci_hcd
[Sat May 24 17:36:11 2025] usb 1-10: New USB device found, idVendor=0a5c, idProduct=5834, bcdDevice= 1.01
[Sat May 24 17:36:11 2025] usb 1-10: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[Sat May 24 17:36:11 2025] usb 1-10: Product: 5880
[Sat May 24 17:36:11 2025] usb 1-10: Manufacturer: Broadcom Corp
[Sat May 24 17:36:11 2025] usb 1-10: SerialNumber: 0123456789ABCD
[Sat May 24 17:36:11 2025] PM: suspend exit
[Sat May 24 17:36:12 2025] e1000e 0000:00:1f.6 enp0s31f6: NIC Link is Down
[Sat May 24 17:36:12 2025] Bluetooth: hci0: Waiting for firmware download to complete
[Sat May 24 17:36:12 2025] Bluetooth: hci0: Firmware loaded in 1559392 usecs
[Sat May 24 17:36:12 2025] Bluetooth: hci0: Waiting for device to boot
[Sat May 24 17:36:12 2025] Bluetooth: hci0: Device booted in 11971 usecs
[Sat May 24 17:36:12 2025] Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-12-16.ddc
[Sat May 24 17:36:12 2025] Bluetooth: hci0: Applying Intel DDC parameters completed
[Sat May 24 17:36:12 2025] Bluetooth: hci0: Firmware revision 0.1 build 19 week 44 2021
[Sat May 24 17:36:12 2025] Bluetooth: hci0: Reading supported features failed (-16)
[Sat May 24 17:36:12 2025] Bluetooth: hci0: Error reading debug features
[Sat May 24 17:36:12 2025] Bluetooth: hci0: HCI LE Coded PHY feature bit is set, but its usage is not supported.
[Sat May 24 17:36:12 2025] Bluetooth: MGMT ver 1.23
[Sat May 24 17:36:15 2025] usb 2-2: new SuperSpeed USB device number 8 using xhci_hcd
[Sat May 24 17:36:15 2025] usb 2-2: config 1 has an invalid interface number: 12 but max is 4
[Sat May 24 17:36:15 2025] usb 2-2: config 1 has an invalid interface number: 13 but max is 4
[Sat May 24 17:36:15 2025] usb 2-2: config 1 has an invalid interface number: 13 but max is 4
[Sat May 24 17:36:15 2025] usb 2-2: config 1 has no interface number 1
[Sat May 24 17:36:15 2025] usb 2-2: config 1 has no interface number 4
[Sat May 24 17:36:15 2025] usb 2-2: New USB device found, idVendor=413c, idProduct=81b6, bcdDevice= 0.06
[Sat May 24 17:36:15 2025] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[Sat May 24 17:36:15 2025] usb 2-2: Product: DW5811e Snapdragon™ X7 LTE
[Sat May 24 17:36:15 2025] usb 2-2: Manufacturer: Sierra Wireless, Incorporated
[Sat May 24 17:36:15 2025] usb 2-2: SerialNumber: redacted
[Sat May 24 17:36:15 2025] usb 2-2: Enable of device-initiated U1 failed.
[Sat May 24 17:36:15 2025] usb 2-2: Enable of device-initiated U2 failed.
[Sat May 24 17:36:15 2025] usb 2-2: Enable of device-initiated U1 failed.
[Sat May 24 17:36:15 2025] usb 2-2: Enable of device-initiated U2 failed.
[Sat May 24 17:36:15 2025] qcserial 2-2:1.0: Qualcomm USB modem converter detected
[Sat May 24 17:36:15 2025] usb 2-2: Qualcomm USB modem converter now attached to ttyUSB0
[Sat May 24 17:36:15 2025] usb 2-2: Enable of device-initiated U1 failed.
[Sat May 24 17:36:15 2025] usb 2-2: Enable of device-initiated U2 failed.
[Sat May 24 17:36:15 2025] qcserial 2-2:1.2: Qualcomm USB modem converter detected
[Sat May 24 17:36:15 2025] usb 2-2: Qualcomm USB modem converter now attached to ttyUSB1
[Sat May 24 17:36:15 2025] usb 2-2: Enable of device-initiated U1 failed.
[Sat May 24 17:36:15 2025] usb 2-2: Enable of device-initiated U2 failed.
[Sat May 24 17:36:15 2025] qcserial 2-2:1.3: Qualcomm USB modem converter detected
[Sat May 24 17:36:15 2025] usb 2-2: Qualcomm USB modem converter now attached to ttyUSB2
[Sat May 24 17:36:15 2025] cdc_mbim 2-2:1.12: cdc-wdm0: USB WDM device
[Sat May 24 17:36:15 2025] cdc_mbim 2-2:1.12 wwan0: register 'cdc_mbim' at usb-0000:00:14.0-2, CDC MBIM, a2:d5:dd:23:f1:cb
[Sat May 24 17:36:15 2025] usb 2-2: Enable of device-initiated U1 failed.
[Sat May 24 17:36:15 2025] usb 2-2: Enable of device-initiated U2 failed.
[Sat May 24 17:36:15 2025] cdc_mbim 2-2:1.12 wwp0s20f0u2i12: renamed from wwan0
[Sat May 24 17:36:15 2025] wlan0: authenticate with aa:aa:aa:11:11:11 (local address=00:28:f8:e2:f1:3f)
[Sat May 24 17:36:15 2025] wlan0: send auth to aa:aa:aa:11:11:11 (try 1/3)
[Sat May 24 17:36:15 2025] wlan0: authenticated
[Sat May 24 17:36:15 2025] wlan0: associate with aa:aa:aa:11:11:11 (try 1/3)
[Sat May 24 17:36:16 2025] wlan0: associate with aa:aa:aa:11:11:11 (try 2/3)
[Sat May 24 17:36:16 2025] wlan0: RX AssocResp from aa:aa:aa:11:11:11 (capab=0x1411 status=0 aid=2)
[Sat May 24 17:36:16 2025] wlan0: associated
[Sat May 24 17:36:16 2025] wlan0: Limiting TX power to 30 (30 - 0) dBm as advertised by aa:aa:aa:11:11:11
[Sat May 24 17:59:30 2025] wlan0: deauthenticating from aa:aa:aa:11:11:11 by local choice (Reason: 3=DEAUTH_LEAVING)
[Sat May 24 17:59:31 2025] PM: hibernation: hibernation entry
[Sat May 24 17:59:31 2025] Filesystems sync: 0.029 seconds
[Sat May 24 17:59:31 2025] Freezing user space processes
[Sat May 24 17:59:31 2025] Freezing user space processes completed (elapsed 0.001 seconds)
[Sat May 24 17:59:31 2025] OOM killer disabled.
[Sat May 24 17:59:31 2025] PM: hibernation: Marking nosave pages: [mem 0x00000000-0x00000fff]
[Sat May 24 17:59:31 2025] PM: hibernation: Marking nosave pages: [mem 0x00058000-0x00058fff]
[Sat May 24 17:59:31 2025] PM: hibernation: Marking nosave pages: [mem 0x0009e000-0x000fffff]
[Sat May 24 17:59:31 2025] PM: hibernation: Marking nosave pages: [mem 0x6a8f5000-0x6a8f6fff]
[Sat May 24 17:59:31 2025] PM: hibernation: Marking nosave pages: [mem 0x76b03000-0x76b88fff]
[Sat May 24 17:59:31 2025] PM: hibernation: Marking nosave pages: [mem 0x79e22000-0x7b5fefff]
[Sat May 24 17:59:31 2025] PM: hibernation: Marking nosave pages: [mem 0x7b600000-0xffffffff]
[Sat May 24 17:59:31 2025] PM: hibernation: Basic memory bitmaps created
[Sat May 24 17:59:31 2025] PM: hibernation: Preallocating image memory
[Sat May 24 17:59:32 2025] PM: hibernation: Allocated 1439839 pages for snapshot
[Sat May 24 17:59:32 2025] PM: hibernation: Allocated 5759356 kbytes in 1.19 seconds (4839.79 MB/s)
[Sat May 24 17:59:32 2025] Freezing remaining freezable tasks
[Sat May 24 17:59:32 2025] Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
[Sat May 24 17:59:32 2025] printk: Suspending console(s) (use no_console_suspend to debug)
[Sat May 24 17:59:32 2025] ACPI: EC: interrupt blocked
[Sat May 24 17:59:32 2025] ACPI: PM: Preparing to enter system sleep state S4
[Sat May 24 17:59:32 2025] ACPI: EC: event blocked
[Sat May 24 17:59:32 2025] ACPI: EC: EC stopped
[Sat May 24 17:59:32 2025] ACPI: PM: Saving platform NVS memory
[Sat May 24 17:59:32 2025] Disabling non-boot CPUs ...
[Sat May 24 17:59:32 2025] smpboot: CPU 3 is now offline
[Sat May 24 17:59:32 2025] smpboot: CPU 2 is now offline
[Sat May 24 17:59:32 2025] smpboot: CPU 1 is now offline
[Sat May 24 17:59:32 2025] PM: hibernation: Creating image:
[Sat May 24 17:59:33 2025] PM: hibernation: Need to copy 1429993 pages
[Sat May 24 17:59:33 2025] PM: hibernation: Normal pages needed: 1429993 + 1024, available pages: 2731992
[Sat May 24 17:59:32 2025] ACPI: PM: Restoring platform NVS memory
[Sat May 24 17:59:32 2025] ACPI: EC: EC started
[Sat May 24 17:59:32 2025] Enabling non-boot CPUs ...
[Sat May 24 17:59:32 2025] smpboot: Booting Node 0 Processor 1 APIC 0x2
[Sat May 24 17:59:32 2025] CPU1 is up
[Sat May 24 17:59:32 2025] smpboot: Booting Node 0 Processor 2 APIC 0x1
[Sat May 24 17:59:32 2025] CPU2 is up
[Sat May 24 17:59:32 2025] smpboot: Booting Node 0 Processor 3 APIC 0x3
[Sat May 24 17:59:32 2025] CPU3 is up
[Sat May 24 17:59:32 2025] ACPI: PM: Waking up from system sleep state S4
[Sat May 24 17:59:33 2025] ACPI: EC: interrupt unblocked
[Sat May 24 17:59:33 2025] usb usb1: root hub lost power or was reset
[Sat May 24 17:59:33 2025] usb usb2: root hub lost power or was reset
[Sat May 24 17:59:33 2025] ACPI: EC: event unblocked
[Sat May 24 17:59:33 2025] nvme nvme0: D3 entry latency set to 8 seconds
[Sat May 24 17:59:33 2025] nvme nvme0: 4/0/0 default/read/poll queues
[Sat May 24 17:59:33 2025] usb 1-7: WARN: invalid context state for evaluate context command.
[Sat May 24 17:59:33 2025] usb 1-7: reset full-speed USB device number 4 using xhci_hcd
[Sat May 24 17:59:33 2025] usb 1-1: WARN: invalid context state for evaluate context command.
[Sat May 24 17:59:33 2025] usb 1-1: reset full-speed USB device number 2 using xhci_hcd
[Sat May 24 17:59:34 2025] usb 1-5: reset high-speed USB device number 3 using xhci_hcd
[Sat May 24 17:59:34 2025] usb 2-2: reset SuperSpeed USB device number 8 using xhci_hcd
[Sat May 24 17:59:34 2025] usb 2-2: Enable of device-initiated U1 failed.
[Sat May 24 17:59:34 2025] usb 2-2: Enable of device-initiated U2 failed.
[Sat May 24 17:59:34 2025] qcserial ttyUSB0: Qualcomm USB modem converter now disconnected from ttyUSB0
[Sat May 24 17:59:34 2025] qcserial 2-2:1.0: device disconnected
[Sat May 24 17:59:34 2025] qcserial ttyUSB1: Qualcomm USB modem converter now disconnected from ttyUSB1
[Sat May 24 17:59:34 2025] qcserial 2-2:1.2: device disconnected
[Sat May 24 17:59:34 2025] qcserial ttyUSB2: Qualcomm USB modem converter now disconnected from ttyUSB2
[Sat May 24 17:59:34 2025] qcserial 2-2:1.3: device disconnected
[Sat May 24 17:59:34 2025] PM: hibernation: Basic memory bitmaps freed
[Sat May 24 17:59:34 2025] OOM killer enabled.
[Sat May 24 17:59:34 2025] Restarting tasks ...
[Sat May 24 17:59:34 2025] usb 1-10: USB disconnect, device number 15
[Sat May 24 17:59:34 2025] usb 2-2: Enable of device-initiated U1 failed.
[Sat May 24 17:59:34 2025] done.
[Sat May 24 17:59:34 2025] usb 2-2: Enable of device-initiated U2 failed.
[Sat May 24 17:59:34 2025] qcserial 2-2:1.0: Qualcomm USB modem converter detected
[Sat May 24 17:59:34 2025] usb 2-2: Qualcomm USB modem converter now attached to ttyUSB0
[Sat May 24 17:59:34 2025] usb 2-2: Enable of device-initiated U1 failed.
[Sat May 24 17:59:34 2025] usb 2-2: Enable of device-initiated U2 failed.
[Sat May 24 17:59:34 2025] qcserial 2-2:1.2: Qualcomm USB modem converter detected
[Sat May 24 17:59:34 2025] usb 2-2: Qualcomm USB modem converter now attached to ttyUSB1
[Sat May 24 17:59:34 2025] usb 2-2: Enable of device-initiated U1 failed.
[Sat May 24 17:59:34 2025] usb 2-2: Enable of device-initiated U2 failed.
[Sat May 24 17:59:34 2025] qcserial 2-2:1.3: Qualcomm USB modem converter detected
[Sat May 24 17:59:34 2025] usb 2-2: Qualcomm USB modem converter now attached to ttyUSB2
[Sat May 24 17:59:34 2025] PM: hibernation: hibernation exit
[Sat May 24 17:59:34 2025] Bluetooth: hci0: Bootloader revision 0.0 build 26 week 38 2015
[Sat May 24 17:59:34 2025] Bluetooth: hci0: Device revision is 16
[Sat May 24 17:59:34 2025] Bluetooth: hci0: Secure boot is enabled
[Sat May 24 17:59:34 2025] Bluetooth: hci0: OTP lock is enabled
[Sat May 24 17:59:34 2025] Bluetooth: hci0: API lock is enabled
[Sat May 24 17:59:34 2025] Bluetooth: hci0: Debug lock is disabled
[Sat May 24 17:59:34 2025] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[Sat May 24 17:59:34 2025] usb 1-10: new full-speed USB device number 16 using xhci_hcd
[Sat May 24 17:59:34 2025] Bluetooth: hci0: Found device firmware: intel/ibt-12-16.sfi
[Sat May 24 17:59:34 2025] e1000e 0000:00:1f.6 enp0s31f6: NIC Link is Down
[Sat May 24 17:59:34 2025] usb 1-10: New USB device found, idVendor=0a5c, idProduct=5834, bcdDevice= 1.01
[Sat May 24 17:59:34 2025] usb 1-10: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[Sat May 24 17:59:34 2025] usb 1-10: Product: 5880
[Sat May 24 17:59:34 2025] usb 1-10: Manufacturer: Broadcom Corp
[Sat May 24 17:59:34 2025] usb 1-10: SerialNumber: 0123456789ABCD
[Sat May 24 17:59:36 2025] Bluetooth: hci0: Waiting for firmware download to complete
[Sat May 24 17:59:36 2025] Bluetooth: hci0: Firmware loaded in 1673229 usecs
[Sat May 24 17:59:36 2025] Bluetooth: hci0: Waiting for device to boot
[Sat May 24 17:59:36 2025] Bluetooth: hci0: Device booted in 12855 usecs
[Sat May 24 17:59:36 2025] Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-12-16.ddc
[Sat May 24 17:59:36 2025] Bluetooth: hci0: Applying Intel DDC parameters completed
[Sat May 24 17:59:36 2025] Bluetooth: hci0: Firmware revision 0.1 build 19 week 44 2021
[Sat May 24 17:59:36 2025] Bluetooth: hci0: Reading supported features failed (-16)
[Sat May 24 17:59:36 2025] Bluetooth: hci0: Error reading debug features
[Sat May 24 17:59:36 2025] Bluetooth: hci0: HCI LE Coded PHY feature bit is set, but its usage is not supported.
[Sat May 24 17:59:36 2025] Bluetooth: MGMT ver 1.23
[Sat May 24 17:59:38 2025] wlan0: authenticate with aa:aa:aa:11:11:11 (local address=00:28:f8:e2:f1:3f)
[Sat May 24 17:59:38 2025] wlan0: send auth to aa:aa:aa:11:11:11 (try 1/3)
[Sat May 24 17:59:38 2025] wlan0: authenticated
[Sat May 24 17:59:38 2025] wlan0: associate with aa:aa:aa:11:11:11 (try 1/3)
[Sat May 24 17:59:38 2025] wlan0: associate with aa:aa:aa:11:11:11 (try 2/3)
[Sat May 24 17:59:38 2025] wlan0: RX AssocResp from aa:aa:aa:11:11:11 (capab=0x1411 status=0 aid=1)
[Sat May 24 17:59:38 2025] wlan0: associated
[Sat May 24 17:59:39 2025] wlan0: Limiting TX power to 30 (30 - 0) dBm as advertised by aa:aa:aa:11:11:11
[Sat May 24 18:11:07 2025] wlan0: deauthenticating from aa:aa:aa:11:11:11 by local choice (Reason: 3=DEAUTH_LEAVING)
[Sat May 24 18:11:08 2025] PM: suspend entry (deep)
[Sat May 24 18:11:08 2025] Filesystems sync: 0.041 seconds
[Sat May 24 18:11:08 2025] Freezing user space processes
[Sat May 24 18:11:08 2025] Freezing user space processes completed (elapsed 0.001 seconds)
[Sat May 24 18:11:08 2025] OOM killer disabled.
[Sat May 24 18:11:08 2025] Freezing remaining freezable tasks
[Sat May 24 18:11:08 2025] Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
[Sat May 24 18:11:08 2025] printk: Suspending console(s) (use no_console_suspend to debug)
[Sat May 24 18:11:08 2025] e1000e: EEE TX LPI TIMER: 00000011
[Sat May 24 18:11:08 2025] ACPI: EC: interrupt blocked
[Sat May 24 18:11:08 2025] ACPI: PM: Preparing to enter system sleep state S3
[Sat May 24 18:11:08 2025] ACPI: EC: event blocked
[Sat May 24 18:11:08 2025] ACPI: EC: EC stopped
[Sat May 24 18:11:08 2025] ACPI: PM: Saving platform NVS memory
[Sat May 24 18:11:08 2025] Disabling non-boot CPUs ...
[Sat May 24 18:11:08 2025] smpboot: CPU 3 is now offline
[Sat May 24 18:11:08 2025] smpboot: CPU 2 is now offline
[Sat May 24 18:11:08 2025] smpboot: CPU 1 is now offline
[Sat May 24 18:11:08 2025] ACPI: PM: Low-level resume complete
[Sat May 24 18:11:08 2025] ACPI: EC: EC started
[Sat May 24 18:11:08 2025] ACPI: PM: Restoring platform NVS memory
[Sat May 24 18:11:08 2025] Enabling non-boot CPUs ...
[Sat May 24 18:11:08 2025] smpboot: Booting Node 0 Processor 1 APIC 0x2
[Sat May 24 18:11:08 2025] CPU1 is up
[Sat May 24 18:11:08 2025] smpboot: Booting Node 0 Processor 2 APIC 0x1
[Sat May 24 18:11:08 2025] CPU2 is up
[Sat May 24 18:11:08 2025] smpboot: Booting Node 0 Processor 3 APIC 0x3
[Sat May 24 18:11:08 2025] CPU3 is up
[Sat May 24 18:11:08 2025] ACPI: PM: Waking up from system sleep state S3
[Sat May 24 18:11:08 2025] ACPI: EC: interrupt unblocked
[Sat May 24 18:11:08 2025] ACPI: EC: event unblocked
[Sat May 24 18:11:08 2025] nvme nvme0: D3 entry latency set to 8 seconds
[Sat May 24 18:11:09 2025] i2c_hid_acpi i2c-DLL07A0:01: i2c_hid_get_input: incomplete report (83/65369)
[Sat May 24 18:11:09 2025] nvme nvme0: 4/0/0 default/read/poll queues
[Sat May 24 18:11:09 2025] usb 1-1: reset full-speed USB device number 2 using xhci_hcd
[Sat May 24 18:11:09 2025] usb 1-7: reset full-speed USB device number 4 using xhci_hcd
[Sat May 24 18:11:09 2025] usb 1-5: reset high-speed USB device number 3 using xhci_hcd
[Sat May 24 18:11:11 2025] Bluetooth: hci0: Bootloader revision 0.0 build 26 week 38 2015
[Sat May 24 18:11:11 2025] Bluetooth: hci0: Device revision is 16
[Sat May 24 18:11:11 2025] Bluetooth: hci0: Secure boot is enabled
[Sat May 24 18:11:11 2025] Bluetooth: hci0: OTP lock is enabled
[Sat May 24 18:11:11 2025] Bluetooth: hci0: API lock is enabled
[Sat May 24 18:11:11 2025] Bluetooth: hci0: Debug lock is disabled
[Sat May 24 18:11:11 2025] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[Sat May 24 18:11:11 2025] OOM killer enabled.
[Sat May 24 18:11:11 2025] Restarting tasks ...
[Sat May 24 18:11:11 2025] usb 1-10: USB disconnect, device number 16
[Sat May 24 18:11:11 2025] usb 2-2: USB disconnect, device number 8
[Sat May 24 18:11:11 2025] qcserial ttyUSB0: Qualcomm USB modem converter now disconnected from ttyUSB0
[Sat May 24 18:11:11 2025] qcserial 2-2:1.0: device disconnected
[Sat May 24 18:11:11 2025] qcserial ttyUSB1: Qualcomm USB modem converter now disconnected from ttyUSB1
[Sat May 24 18:11:11 2025] qcserial 2-2:1.2: device disconnected
[Sat May 24 18:11:11 2025] done.
[Sat May 24 18:11:11 2025] random: crng reseeded on system resumption
[Sat May 24 18:11:11 2025] qcserial ttyUSB2: Qualcomm USB modem converter now disconnected from ttyUSB2
[Sat May 24 18:11:11 2025] qcserial 2-2:1.3: device disconnected
[Sat May 24 18:11:11 2025] cdc_mbim 2-2:1.12 wwp0s20f0u2i12: unregister 'cdc_mbim' usb-0000:00:14.0-2, CDC MBIM
[Sat May 24 18:11:11 2025] Bluetooth: hci0: Found device firmware: intel/ibt-12-16.sfi
[Sat May 24 18:11:11 2025] usb 1-10: new full-speed USB device number 17 using xhci_hcd
[Sat May 24 18:11:11 2025] PM: suspend exit
[Sat May 24 18:11:11 2025] usb 1-10: New USB device found, idVendor=0a5c, idProduct=5834, bcdDevice= 1.01
[Sat May 24 18:11:11 2025] usb 1-10: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[Sat May 24 18:11:11 2025] usb 1-10: Product: 5880
[Sat May 24 18:11:11 2025] usb 1-10: Manufacturer: Broadcom Corp
[Sat May 24 18:11:11 2025] usb 1-10: SerialNumber: 0123456789ABCD
[Sat May 24 18:11:11 2025] mei 0000:00:16.0-55213584-9a29-4916-badf-0fb7ed682aeb: Could not read FW version ret = -62
[Sat May 24 18:11:11 2025] mei 0000:00:16.0-55213584-9a29-4916-badf-0fb7ed682aeb: FW version command failed -5
[Sat May 24 18:11:11 2025] e1000e 0000:00:1f.6 enp0s31f6: NIC Link is Down
[Sat May 24 18:11:13 2025] Bluetooth: hci0: Waiting for firmware download to complete
[Sat May 24 18:11:13 2025] Bluetooth: hci0: Firmware loaded in 1658265 usecs
[Sat May 24 18:11:13 2025] Bluetooth: hci0: Waiting for device to boot
[Sat May 24 18:11:13 2025] Bluetooth: hci0: Device booted in 12644 usecs
[Sat May 24 18:11:13 2025] Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-12-16.ddc
[Sat May 24 18:11:13 2025] Bluetooth: hci0: Applying Intel DDC parameters completed
[Sat May 24 18:11:13 2025] Bluetooth: hci0: Firmware revision 0.1 build 19 week 44 2021
[Sat May 24 18:11:13 2025] Bluetooth: hci0: Reading supported features failed (-16)
[Sat May 24 18:11:13 2025] Bluetooth: hci0: Error reading debug features
[Sat May 24 18:11:13 2025] Bluetooth: hci0: HCI LE Coded PHY feature bit is set, but its usage is not supported.
[Sat May 24 18:11:13 2025] Bluetooth: MGMT ver 1.23
[Sat May 24 18:11:15 2025] usb 2-2: new SuperSpeed USB device number 9 using xhci_hcd
[Sat May 24 18:11:15 2025] usb 2-2: config 1 has an invalid interface number: 12 but max is 4
[Sat May 24 18:11:15 2025] usb 2-2: config 1 has an invalid interface number: 13 but max is 4
[Sat May 24 18:11:15 2025] usb 2-2: config 1 has an invalid interface number: 13 but max is 4
[Sat May 24 18:11:15 2025] usb 2-2: config 1 has no interface number 1
[Sat May 24 18:11:15 2025] usb 2-2: config 1 has no interface number 4
[Sat May 24 18:11:15 2025] usb 2-2: New USB device found, idVendor=413c, idProduct=81b6, bcdDevice= 0.06
[Sat May 24 18:11:15 2025] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[Sat May 24 18:11:15 2025] usb 2-2: Product: DW5811e Snapdragon™ X7 LTE
[Sat May 24 18:11:15 2025] usb 2-2: Manufacturer: Sierra Wireless, Incorporated
[Sat May 24 18:11:15 2025] usb 2-2: SerialNumber: redacted
[Sat May 24 18:11:15 2025] usb 2-2: Enable of device-initiated U1 failed.
[Sat May 24 18:11:15 2025] usb 2-2: Enable of device-initiated U2 failed.
[Sat May 24 18:11:15 2025] usb 2-2: Enable of device-initiated U1 failed.
[Sat May 24 18:11:15 2025] usb 2-2: Enable of device-initiated U2 failed.
[Sat May 24 18:11:15 2025] qcserial 2-2:1.0: Qualcomm USB modem converter detected
[Sat May 24 18:11:15 2025] usb 2-2: Qualcomm USB modem converter now attached to ttyUSB0
[Sat May 24 18:11:15 2025] usb 2-2: Enable of device-initiated U1 failed.
[Sat May 24 18:11:15 2025] usb 2-2: Enable of device-initiated U2 failed.
[Sat May 24 18:11:15 2025] qcserial 2-2:1.2: Qualcomm USB modem converter detected
[Sat May 24 18:11:15 2025] usb 2-2: Qualcomm USB modem converter now attached to ttyUSB1
[Sat May 24 18:11:15 2025] usb 2-2: Enable of device-initiated U1 failed.
[Sat May 24 18:11:15 2025] usb 2-2: Enable of device-initiated U2 failed.
[Sat May 24 18:11:15 2025] qcserial 2-2:1.3: Qualcomm USB modem converter detected
[Sat May 24 18:11:15 2025] usb 2-2: Qualcomm USB modem converter now attached to ttyUSB2
[Sat May 24 18:11:15 2025] wlan0: authenticate with aa:aa:aa:11:11:11 (local address=00:28:f8:e2:f1:3f)
[Sat May 24 18:11:15 2025] wlan0: send auth to aa:aa:aa:11:11:11 (try 1/3)
[Sat May 24 18:11:15 2025] cdc_mbim 2-2:1.12: cdc-wdm0: USB WDM device
[Sat May 24 18:11:15 2025] wlan0: authenticated
[Sat May 24 18:11:15 2025] cdc_mbim 2-2:1.12 wwan0: register 'cdc_mbim' at usb-0000:00:14.0-2, CDC MBIM, bb:bb:bb:22:22:22
[Sat May 24 18:11:15 2025] usb 2-2: Enable of device-initiated U1 failed.
[Sat May 24 18:11:15 2025] usb 2-2: Enable of device-initiated U2 failed.
[Sat May 24 18:11:15 2025] wlan0: associate with aa:aa:aa:11:11:11 (try 1/3)
[Sat May 24 18:11:15 2025] wlan0: associate with aa:aa:aa:11:11:11 (try 2/3)
[Sat May 24 18:11:15 2025] cdc_mbim 2-2:1.12 wwp0s20f0u2i12: renamed from wwan0
[Sat May 24 18:11:16 2025] wlan0: RX AssocResp from aa:aa:aa:11:11:11 (capab=0x1411 status=0 aid=2)
[Sat May 24 18:11:16 2025] wlan0: associated
[Sat May 24 18:11:16 2025] wlan0: Limiting TX power to 30 (30 - 0) dBm as advertised by aa:aa:aa:11:11:11

I see this pattern repeating during times when the laptop is supposed to be hibernating, the events below occurred during such a time while the lid was closed (not manual hibernate) before I woke the system at 07:26:

[Sat May 24 07:13:48 2025] ACPI: PM: Saving platform NVS memory
[Sat May 24 07:13:48 2025] Disabling non-boot CPUs ...
[Sat May 24 07:13:48 2025] smpboot: CPU 3 is now offline
[Sat May 24 07:13:48 2025] smpboot: CPU 2 is now offline
[Sat May 24 07:13:48 2025] smpboot: CPU 1 is now offline
[Sat May 24 07:13:48 2025] ACPI: PM: Low-level resume complete
[Sat May 24 07:13:48 2025] ACPI: EC: EC started
[Sat May 24 07:13:48 2025] ACPI: PM: Restoring platform NVS memory
[Sat May 24 07:13:48 2025] Enabling non-boot CPUs ...
[Sat May 24 07:13:48 2025] smpboot: Booting Node 0 Processor 1 APIC 0x2
[Sat May 24 07:13:48 2025] CPU1 is up
[Sat May 24 07:13:48 2025] smpboot: Booting Node 0 Processor 2 APIC 0x1
[Sat May 24 07:13:48 2025] CPU2 is up
[Sat May 24 07:13:48 2025] smpboot: Booting Node 0 Processor 3 APIC 0x3
[Sat May 24 07:13:48 2025] CPU3 is up
[Sat May 24 07:13:48 2025] ACPI: PM: Waking up from system sleep state S3
[Sat May 24 07:21:51 2025] ACPI: PM: Saving platform NVS memory
[Sat May 24 07:21:51 2025] Disabling non-boot CPUs ...
[Sat May 24 07:21:51 2025] smpboot: CPU 3 is now offline
[Sat May 24 07:21:51 2025] smpboot: CPU 2 is now offline
[Sat May 24 07:21:51 2025] smpboot: CPU 1 is now offline
[Sat May 24 07:21:51 2025] PM: hibernation: Creating image:
[Sat May 24 07:21:52 2025] PM: hibernation: Need to copy 1384666 pages
[Sat May 24 07:21:52 2025] PM: hibernation: Normal pages needed: 1384666 + 1024, available pages: 2777298
[Sat May 24 07:21:51 2025] ACPI: PM: Restoring platform NVS memory
[Sat May 24 07:21:51 2025] ACPI: EC: EC started
[Sat May 24 07:21:51 2025] Enabling non-boot CPUs ...
[Sat May 24 07:21:51 2025] smpboot: Booting Node 0 Processor 1 APIC 0x2
[Sat May 24 07:21:51 2025] CPU1 is up
[Sat May 24 07:21:51 2025] smpboot: Booting Node 0 Processor 2 APIC 0x1
[Sat May 24 07:21:51 2025] CPU2 is up
[Sat May 24 07:21:51 2025] smpboot: Booting Node 0 Processor 3 APIC 0x3
[Sat May 24 07:21:51 2025] CPU3 is up
[Sat May 24 07:21:51 2025] ACPI: PM: Waking up from system sleep state S4

If my interpretation of the logs is correct it appears that when the system suspends to S3 it immediately resumes, if it suspends to S4 it wakes to S3…?

Is this correct? Does it also mean that my NVME is getting written to each time it tries to hibernate?

edit: accidental save & submit key-combo, edit to finish writing.

This trick here has finally solved my problem.

Per that specific comment, I created a /etc/systemd/system/intel_hid-sleep.service file with these contents:

[Unit]
Description=Intel HID module unloading to prevent it interrupting hibernation
Before=sleep.target
StopWhenUnneeded=yes

[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=-/usr/bin/rmmod intel_hid
ExecStop=-/usr/bin/modprobe intel_hid

[Install]
WantedBy=sleep.target

then run:

systemctl enable intel_hid-sleep.service

then reboot.

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.