Since the updates in March i have problems with the suspending of my laptop (hybrid nvidia). In some cases the system wouldn’t suspend and use a lot of power in a loop of trying to suspend and starting again. Which is especially bad if i had tucked my laptop in my backpack where the heat would accumulate. Interesting finds in journalctl follow (i omitted network, audio and other lines).
Now i made a discovery on how to trigger this behaviour:
systemctl suspend
andsystemctl hibernate
usually work fine (none of the above errors in the journal)- i’m not sure on plasma menu standby and hibernate. Usually they behave fine. I have the feeling they depend on whether i’m on AC or battery .
systemctl suspend-then-hibernate
andsystemctl hybrid-sleep
result in the problematic high power usage state
Next steps:
check kernels 6.12 and 6.6
other options for NVreg_DynamicPowerManagement
see driver readme
check s2idle driver readme
If you have any suggestions, miss some info or something else, i’m happy to hear.
Thank you for Manjaro!
suspend from plasma menu, this one even resulted in a frozen system (which is unusual):
Jun 12 14:42:37 laptop systemd-logind[529]: The system will suspend now!
Jun 12 14:42:38 laptop systemd[1]: Reached target Sleep.
Jun 12 14:42:38 laptop systemd[1]: Starting NVIDIA system suspend actions...
Jun 12 14:42:38 laptop suspend[68552]: nvidia-suspend.service
Jun 12 14:42:38 laptop kernel: BUG: kernel NULL pointer dereference, address: 0000000000000000
Jun 12 14:42:38 laptop kernel: #PF: supervisor read access in kernel mode
Jun 12 14:42:41 laptop kernel: #PF: error_code(0x0000) - not-present page
Jun 12 14:42:41 laptop kernel: PGD 0 P4D 0
Jun 12 14:42:41 laptop kernel: Oops: Oops: 0000 [#1] PREEMPT SMP PTI
Jun 12 14:42:41 laptop kernel: CPU: 0 UID: 0 PID: 68559 Comm: nvidia-sleep.sh Tainted: P IOE 6.14.6-2-MANJARO #1 c44399280e56315b63f8490b2c72f1b5d553c73d
Jun 12 14:42:41 laptop kernel: Tainted: [P]=PROPRIETARY_MODULE, [I]=FIRMWARE_WORKAROUND, [O]=OOT_MODULE, [E]=UNSIGNED_MODULE
Jun 12 14:42:41 laptop kernel: Hardware name: Acer Aspire E5-571G/EA50_HB , BIOS V1.26 12/18/2014
Jun 12 14:42:41 laptop kernel: RIP: 0010:_raw_q_schedule+0x2b/0xa0 [nvidia_uvm]
Jun 12 14:42:41 laptop kernel: Code: 1f 44 00 00 41 54 55 48 89 fd 48 83 c7 10 53 48 89 f3 48 83 ec 08 e8 04 43 78 e6 48 89 c1 48 8b 03 48 39 c3 75 54 48 8b 75 08 <48> 3b 2e 0f 85 11 36 0e 00 48 39 f3 0f 84 08 36 0e 00 48 39 eb 0f
Jun 12 14:42:41 laptop kernel: RSP: 0018:ffffb7084ae87c88 EFLAGS: 00010046
Jun 12 14:42:41 laptop kernel: RAX: ffffb7084ae87cb0 RBX: ffffb7084ae87cb0 RCX: 0000000000000296
Jun 12 14:42:41 laptop kernel: RDX: 0000000000000001 RSI: 0000000000000000 RDI: ffffb70860538300
Jun 12 14:42:41 laptop kernel: RBP: ffffb708605382f0 R08: ffffffffc6a5c580 R09: 0000000000000014
Jun 12 14:42:41 laptop kernel: R10: ffff8b37a418d040 R11: 0000000000000001 R12: ffffb708605382f0
Jun 12 14:42:41 laptop kernel: R13: ffffb7084ae87cd8 R14: ffffb7084ae87ce8 R15: ffff8b35427746a8
Jun 12 14:42:41 laptop kernel: FS: 00007fa2572c9b80(0000) GS:ffff8b388ec00000(0000) knlGS:0000000000000000
Jun 12 14:42:41 laptop kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Jun 12 14:42:41 laptop kernel: CR2: 0000000000000000 CR3: 00000002133bc005 CR4: 00000000003706f0
Jun 12 14:42:41 laptop kernel: Call Trace:
Jun 12 14:42:41 laptop kernel: <TASK>
Jun 12 14:42:41 laptop kernel: nv_kthread_q_flush+0x80/0x140 [nvidia_uvm 91d060efd4135ad16dbcec44d6ded16fcd0b3f61]
Jun 12 14:42:41 laptop kernel: ? __pfx__q_flush_function+0x10/0x10 [nvidia_uvm 91d060efd4135ad16dbcec44d6ded16fcd0b3f61]
Jun 12 14:42:41 laptop kernel: ? thread_context_current+0x77/0x150 [nvidia_uvm 91d060efd4135ad16dbcec44d6ded16fcd0b3f61]
Jun 12 14:42:41 laptop kernel: uvm_suspend.isra.0+0x92/0x190 [nvidia_uvm 91d060efd4135ad16dbcec44d6ded16fcd0b3f61]
Jun 12 14:42:41 laptop kernel: uvm_suspend_entry+0x80/0xa0 [nvidia_uvm 91d060efd4135ad16dbcec44d6ded16fcd0b3f61]
Jun 12 14:42:41 laptop kernel: nv_uvm_suspend+0x31/0x50 [nvidia 41bc4d26d489e468a85c69ab7f770660b8120ea4]
Jun 12 14:42:41 laptop kernel: nv_set_system_power_state+0x3ce/0x480 [nvidia 41bc4d26d489e468a85c69ab7f770660b8120ea4]
Jun 12 14:42:41 laptop kernel: nv_procfs_write_suspend+0xde/0x150 [nvidia 41bc4d26d489e468a85c69ab7f770660b8120ea4]
Jun 12 14:42:41 laptop kernel: ? srso_alias_return_thunk+0xfbef5/0xfbef5
Jun 12 14:42:41 laptop kernel: proc_reg_write+0x5a/0xb0
Jun 12 14:42:41 laptop kernel: vfs_write+0xf4/0x470
Jun 12 14:42:41 laptop kernel: ? __count_memcg_events+0xb0/0x150
Jun 12 14:42:41 laptop kernel: ? count_memcg_events.constprop.0+0x1a/0x30
Jun 12 14:42:41 laptop kernel: ? handle_mm_fault+0x1b6/0x2c0
Jun 12 14:42:41 laptop kernel: ksys_write+0x74/0xf0
Jun 12 14:42:41 laptop kernel: do_syscall_64+0x7b/0x190
Jun 12 14:42:41 laptop kernel: ? irqentry_exit_to_user_mode+0x2c/0x1b0
Jun 12 14:42:41 laptop kernel: entry_SYSCALL_64_after_hwframe+0x76/0x7e
Jun 12 14:42:41 laptop kernel: RIP: 0033:0x7fa2573cc006
Jun 12 14:42:41 laptop kernel: Code: 5d e8 41 8b 93 08 03 00 00 59 5e 48 83 f8 fc 75 19 83 e2 39 83 fa 08 75 11 e8 26 ff ff ff 66 0f 1f 44 00 00 48 8b 45 10 0f 05 <48> 8b 5d f8 c9 c3 0f 1f 40 00 f3 0f 1e fa 55 48 89 e5 48 83 ec 08
Jun 12 14:42:41 laptop kernel: RSP: 002b:00007ffe289962e0 EFLAGS: 00000202 ORIG_RAX: 0000000000000001
Jun 12 14:42:41 laptop kernel: RAX: ffffffffffffffda RBX: 0000000000000008 RCX: 00007fa2573cc006
Jun 12 14:42:41 laptop kernel: RDX: 0000000000000008 RSI: 00006385cee275b0 RDI: 0000000000000001
Jun 12 14:42:41 laptop kernel: RBP: 00007ffe28996300 R08: 0000000000000000 R09: 0000000000000000
Jun 12 14:42:41 laptop kernel: R10: 0000000000000000 R11: 0000000000000202 R12: 0000000000000008
Jun 12 14:42:41 laptop kernel: R13: 00006385cee275b0 R14: 00007fa2575215c0 R15: 0000000000000000
Jun 12 14:42:41 laptop kernel: </TASK>
Jun 12 14:42:41 laptop kernel: Modules linked in: tun ntfs3 nf_conntrack_netbios_ns nf_conntrack_broadcast ccm rfcomm snd_seq_dummy snd_hrtimer snd_seq snd_seq_device nft_fib_inet nft_fib_ipv4 nft_fib_ipv6 nft_fib nft_reject_inet nf_reject_ipv4 nf_reject_ipv6 nft_reject nft_ct nft_chain_nat ip6table_nat ip6table_mangle ip6table_raw ip6table_security iptable_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 iptable_mangle iptable_raw iptable_security nf_tables ip6table_filter ip6_tables iptable_filter qrtr cmac algif_hash algif_skcipher af_alg bnep uvcvideo videobuf2_vmalloc uvc videobuf2_memops videobuf2_v4l2 videobuf2_common videodev mc intel_rapl_msr intel_rapl_common x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel iwlmvm btusb btrtl btintel btbcm btmtk kvm mac80211 bluetooth irqbypass vfat fat libarc4 snd_hda_codec_realtek snd_hda_codec_hdmi ptp snd_hda_codec_generic polyval_clmulni polyval_generic pps_core ghash_clmulni_intel sha512_ssse3 sha256_ssse3 sha1_ssse3 aesni_intel snd_hda_scodec_component snd_hda_intel
Jun 12 14:42:41 laptop kernel: crypto_simd cryptd snd_intel_dspcfg spi_nor snd_intel_sdw_acpi snd_hda_codec mtd mei_hdcp joydev iwlwifi snd_hda_core rapl intel_cstate iTCO_wdt intel_pmc_bxt intel_uncore mei_pxp spi_intel_platform spi_intel iTCO_vendor_support r8169 snd_hwdep snd_pcm mei_me cfg80211 mousedev at24 mei acer_wmi realtek snd_timer hid_multitouch hid_generic platform_profile snd mdio_devres libphy soundcore sparse_keymap pcspkr rfkill i2c_i801 wmi_bmof lpc_ich i2c_smbus i2c_mux intel_pch_thermal i2c_hid_acpi dw_dmac i2c_hid mac_hid nvidia_uvm(POE) pinctrl_lynxpoint acpi_pad nvidia_drm(POE) nvidia_modeset(POE) drm_ttm_helper nvidia(POE) vboxnetflt(OE) vboxnetadp(OE) vboxdrv(OE) i2c_dev sg loop crypto_user dm_mod nfnetlink ip_tables x_tables i915 rtsx_pci_sdmmc i2c_algo_bit serio_raw mmc_core atkbd drm_buddy libps2 vivaldi_fmap ttm intel_gtt drm_display_helper rtsx_pci sr_mod cdrom cec video i8042 serio wmi
Jun 12 14:42:41 laptop kernel: CR2: 0000000000000000
Jun 12 14:42:41 laptop kernel: ---[ end trace 0000000000000000 ]---
Jun 12 14:42:41 laptop kernel: RIP: 0010:_raw_q_schedule+0x2b/0xa0 [nvidia_uvm]
Jun 12 14:42:41 laptop kernel: Code: 1f 44 00 00 41 54 55 48 89 fd 48 83 c7 10 53 48 89 f3 48 83 ec 08 e8 04 43 78 e6 48 89 c1 48 8b 03 48 39 c3 75 54 48 8b 75 08 <48> 3b 2e 0f 85 11 36 0e 00 48 39 f3 0f 84 08 36 0e 00 48 39 eb 0f
Jun 12 14:42:41 laptop kernel: RSP: 0018:ffffb7084ae87c88 EFLAGS: 00010046
Jun 12 14:42:41 laptop kernel: RAX: ffffb7084ae87cb0 RBX: ffffb7084ae87cb0 RCX: 0000000000000296
Jun 12 14:42:41 laptop kernel: RDX: 0000000000000001 RSI: 0000000000000000 RDI: ffffb70860538300
Jun 12 14:42:41 laptop kernel: RBP: ffffb708605382f0 R08: ffffffffc6a5c580 R09: 0000000000000014
Jun 12 14:42:41 laptop kernel: R10: ffff8b37a418d040 R11: 0000000000000001 R12: ffffb708605382f0
Jun 12 14:42:41 laptop kernel: R13: ffffb7084ae87cd8 R14: ffffb7084ae87ce8 R15: ffff8b35427746a8
Jun 12 14:42:41 laptop kernel: FS: 00007fa2572c9b80(0000) GS:ffff8b388ec00000(0000) knlGS:0000000000000000
Jun 12 14:42:41 laptop kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Jun 12 14:42:41 laptop kernel: CR2: 0000000000000000 CR3: 00000002133bc005 CR4: 00000000003706f0
Jun 12 14:42:41 laptop kernel: note: nvidia-sleep.sh[68559] exited with irqs disabled
Jun 12 14:42:41 laptop kernel: note: nvidia-sleep.sh[68559] exited with preempt_count 1
Jun 12 14:42:41 laptop kernel: PM: suspend entry (deep)
Jun 12 14:42:41 laptop kernel: Filesystems sync: 2.475 seconds
Jun 12 14:42:41 laptop kernel: Freezing user space processes
Jun 12 14:42:41 laptop kernel: Freezing user space processes completed (elapsed 0.232 seconds)
Jun 12 14:42:41 laptop kernel: OOM killer disabled.
Jun 12 14:42:41 laptop kernel: Freezing remaining freezable tasks
Jun 12 14:42:41 laptop kernel: Freezing remaining freezable tasks completed (elapsed 0.000 seconds)
Jun 12 14:42:41 laptop kernel: printk: Suspending console(s) (use no_console_suspend to debug)
Jun 12 14:42:41 laptop kernel: NVRM: GPU 0000:04:00.0: PreserveVideoMemoryAllocations module parameter is set. System Power Management attempted without driver procfs suspend interface. Please refer to the 'Configuring Power Management Support' section in the driver README.
Jun 12 14:42:41 laptop kernel: nvidia 0000:04:00.0: PM: pci_pm_suspend(): nv_pmops_suspend [nvidia] returns -5
Jun 12 14:42:41 laptop kernel: nvidia 0000:04:00.0: PM: dpm_run_callback(): pci_pm_suspend returns -5
Jun 12 14:42:41 laptop kernel: nvidia 0000:04:00.0: PM: failed to suspend async: error -5
Jun 12 14:42:41 laptop kernel: sd 0:0:0:0: [sda] Synchronizing SCSI cache
Jun 12 14:42:41 laptop kernel: PM: Some devices failed to suspend, or early wake event detected
Jun 12 14:42:41 laptop kernel: OOM killer enabled.
Jun 12 14:42:41 laptop kernel: Restarting tasks ... done.
Jun 12 14:42:41 laptop kernel: random: crng reseeded on system resumption
Jun 12 14:42:41 laptop kernel: PM: suspend exit
Jun 12 14:42:38 laptop systemd[1]: nvidia-suspend.service: Main process exited, code=killed, status=9/KILL
Jun 12 14:42:38 laptop systemd[1]: nvidia-suspend.service: Failed with result 'signal'.
Jun 12 14:42:38 laptop systemd[1]: Failed to start NVIDIA system suspend actions.
Jun 12 14:42:38 laptop systemd[1]: Starting System Suspend...
Jun 12 14:42:38 laptop systemd-sleep[68566]: User sessions remain unfrozen on explicit request ($SYSTEMD_SLEEP_FREEZE_USER_SESSIONS=0).
Jun 12 14:42:38 laptop systemd-sleep[68566]: This is not recommended, and might result in unexpected behavior, particularly
Jun 12 14:42:38 laptop systemd-sleep[68566]: in suspend-then-hibernate operations or setups with encrypted home directories.
Jun 12 14:42:38 laptop systemd-sleep[68566]: Performing sleep operation 'suspend'...
Jun 12 14:42:41 laptop kernel: PM: suspend entry (s2idle)
Jun 12 14:42:42 laptop kernel: Filesystems sync: 0.379 seconds
Jun 12 14:42:42 laptop kernel: Freezing user space processes
Jun 12 14:42:42 laptop kernel: Freezing user space processes completed (elapsed 0.002 seconds)
Jun 12 14:42:42 laptop kernel: OOM killer disabled.
Jun 12 14:42:42 laptop kernel: Freezing remaining freezable tasks
Jun 12 14:42:42 laptop kernel: Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
Jun 12 14:42:42 laptop kernel: printk: Suspending console(s) (use no_console_suspend to debug)
Jun 12 14:42:42 laptop kernel: NVRM: GPU 0000:04:00.0: PreserveVideoMemoryAllocations module parameter is set. System Power Management attempted without driver procfs suspend interface. Please refer to the 'Configuring Power Management Support' section in the driver README.
Jun 12 14:42:42 laptop kernel: nvidia 0000:04:00.0: PM: pci_pm_suspend(): nv_pmops_suspend [nvidia] returns -5
Jun 12 14:42:42 laptop kernel: nvidia 0000:04:00.0: PM: dpm_run_callback(): pci_pm_suspend returns -5
Jun 12 14:42:42 laptop kernel: nvidia 0000:04:00.0: PM: failed to suspend async: error -5
Jun 12 14:42:42 laptop kernel: sd 0:0:0:0: [sda] Synchronizing SCSI cache
Jun 12 14:42:42 laptop kernel: PM: Some devices failed to suspend, or early wake event detected
Jun 12 14:42:42 laptop kernel: OOM killer enabled.
Jun 12 14:42:42 laptop kernel: Restarting tasks ... done.
Jun 12 14:42:42 laptop kernel: random: crng reseeded on system resumption
Jun 12 14:42:42 laptop systemd-sleep[68566]: Failed to put system to sleep. System resumed again: Input/output error
Jun 12 14:42:42 laptop kernel: PM: suspend exit
calling systemctl suspend-then-hibernate
:
Jun 12 23:02:22 laptop systemd-logind[539]: The system will suspend and later hibernate now!
Jun 12 23:02:22 laptop NetworkManager[603]: <info> [1749762142.9913] manager: sleep: sleep requested (sleeping: no enabled: yes)
Jun 12 23:02:22 laptop ModemManager[585]: <msg> [sleep-monitor-systemd] system is about to suspend
Jun 12 23:02:22 laptop systemd-logind[539]: The system will suspend and later hibernate now!
Jun 12 23:02:22 laptop ModemManager[585]: <msg> [sleep-monitor-systemd] system is about to suspend
Jun 12 23:02:25 laptop systemd[1]: Reached target Sleep.
Jun 12 23:02:25 laptop systemd[1]: Starting System Suspend then Hibernate...
Jun 12 23:02:25 laptop systemd-sleep[35873]: User sessions remain unfrozen on explicit request ($SYSTEMD_SLEEP_FREEZE_USER_SESSIONS=0).
Jun 12 23:02:25 laptop systemd-sleep[35873]: This is not recommended, and might result in unexpected behavior, particularly
Jun 12 23:02:25 laptop systemd-sleep[35873]: in suspend-then-hibernate operations or setups with encrypted home directories.
Jun 12 23:02:25 laptop systemd-sleep[35873]: Performing sleep operation 'suspend'...
Jun 12 23:02:25 laptop kernel: PM: suspend entry (deep)
Jun 12 23:02:26 laptop kernel: Filesystems sync: 0.950 seconds
Jun 12 23:02:26 laptop kernel: Freezing user space processes
Jun 12 23:02:26 laptop kernel: Freezing user space processes completed (elapsed 0.003 seconds)
Jun 12 23:02:26 laptop kernel: OOM killer disabled.
Jun 12 23:02:26 laptop kernel: Freezing remaining freezable tasks
Jun 12 23:02:26 laptop kernel: Freezing remaining freezable tasks completed (elapsed 0.000 seconds)
Jun 12 23:02:26 laptop kernel: printk: Suspending console(s) (use no_console_suspend to debug)
Jun 12 23:02:26 laptop kernel: sd 0:0:0:0: [sda] Synchronizing SCSI cache
Jun 12 23:02:26 laptop kernel: NVRM: GPU 0000:04:00.0: PreserveVideoMemoryAllocations module parameter is set. System Power Management attempted without driver procfs suspend interface. Please refer to the 'Configuring Power Management Support' section in the driver README.
Jun 12 23:02:26 laptop kernel: nvidia 0000:04:00.0: PM: pci_pm_suspend(): nv_pmops_suspend [nvidia] returns -5
Jun 12 23:02:26 laptop kernel: nvidia 0000:04:00.0: PM: dpm_run_callback(): pci_pm_suspend returns -5
Jun 12 23:02:26 laptop kernel: nvidia 0000:04:00.0: PM: failed to suspend async: error -5
Jun 12 23:02:26 laptop kernel: PM: Some devices failed to suspend, or early wake event detected
Jun 12 23:02:26 laptop kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.LPCB.HEC.ECWT], AE_NOT_FOUND (20240827/psargs-332)
Jun 12 23:02:26 laptop kernel: ACPI Error: Aborting method \_TZ.FN00._ON due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
Jun 12 23:02:26 laptop kernel: acpi-fan PNP0C0B:00: Error updating fan power state
Jun 12 23:02:26 laptop kernel: acpi-fan PNP0C0B:00: PM: dpm_run_callback(): platform_pm_resume returns -19
Jun 12 23:02:26 laptop kernel: acpi-fan PNP0C0B:00: PM: failed to resume: error -19
Jun 12 23:02:26 laptop kernel: OOM killer enabled.
Jun 12 23:02:26 laptop kernel: Restarting tasks ... done.
Jun 12 23:02:26 laptop kernel: random: crng reseeded on system resumption
Jun 12 23:02:26 laptop kernel: PM: suspend exit
Jun 12 23:02:26 laptop kernel: PM: suspend entry (s2idle)
Jun 12 23:02:26 laptop kernel: ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Jun 12 23:02:26 laptop kernel: ata2.00: configured for UDMA/100
Jun 12 23:02:27 laptop kcminit[35908]: Initializing "/usr/lib/qt6/plugins/plasma/kcms/systemsettings/kcm_mouse.so"
Jun 12 23:02:27 laptop kcminit[35908]: Initializing "/usr/lib/qt6/plugins/plasma/kcms/systemsettings/kcm_touchpad.so"
Jun 12 23:02:27 laptop kcminit[35908]: kcm_touchpad: Using X11 backend
Jun 12 23:02:28 laptop kernel: Filesystems sync: 1.450 seconds
Jun 12 23:02:28 laptop kernel: Freezing user space processes
Jun 12 23:02:28 laptop kernel: Freezing user space processes completed (elapsed 0.003 seconds)
Jun 12 23:02:28 laptop kernel: OOM killer disabled.
Jun 12 23:02:28 laptop kernel: Freezing remaining freezable tasks
Jun 12 23:02:28 laptop kernel: Freezing remaining freezable tasks completed (elapsed 0.000 seconds)
Jun 12 23:02:28 laptop kernel: printk: Suspending console(s) (use no_console_suspend to debug)
Jun 12 23:02:28 laptop kernel: NVRM: GPU 0000:04:00.0: PreserveVideoMemoryAllocations module parameter is set. System Power Management attempted without driv>
Jun 12 23:02:28 laptop kernel: nvidia 0000:04:00.0: PM: pci_pm_suspend(): nv_pmops_suspend [nvidia] returns -5
Jun 12 23:02:28 laptop kernel: nvidia 0000:04:00.0: PM: dpm_run_callback(): pci_pm_suspend returns -5
Jun 12 23:02:28 laptop kernel: nvidia 0000:04:00.0: PM: failed to suspend async: error -5
Jun 12 23:02:28 laptop kernel: sd 0:0:0:0: [sda] Synchronizing SCSI cache
Jun 12 23:02:28 laptop kernel: PM: Some devices failed to suspend, or early wake event detected
Jun 12 23:02:28 laptop kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.LPCB.HEC.ECWT], AE_NOT_FOUND (20240827/psargs-332)
Jun 12 23:02:28 laptop kernel: ACPI Error: Aborting method \_TZ.FN00._ON due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
Jun 12 23:02:28 laptop kernel: acpi-fan PNP0C0B:00: Error updating fan power state
Jun 12 23:02:28 laptop kernel: acpi-fan PNP0C0B:00: PM: dpm_run_callback(): platform_pm_resume returns -19
Jun 12 23:02:28 laptop kernel: acpi-fan PNP0C0B:00: PM: failed to resume: error -19
Jun 12 23:02:28 laptop kernel: OOM killer enabled.
Jun 12 23:02:28 laptop kernel: Restarting tasks ... done.
Jun 12 23:02:28 laptop kernel: random: crng reseeded on system resumption
Jun 12 23:02:28 laptop kernel: PM: suspend exit
Jun 12 23:02:28 laptop systemd-sleep[35873]: Failed to put system to sleep. System resumed again: Input/output error
Jun 12 23:02:28 laptop systemd[1]: systemd-suspend-then-hibernate.service: Main process exited, code=exited, status=1/FAILURE
Jun 12 23:02:28 laptop systemd[1]: systemd-suspend-then-hibernate.service: Failed with result 'exit-code'.
Jun 12 23:02:28 laptop systemd[1]: Failed to start System Suspend then Hibernate.
Jun 12 23:02:28 laptop systemd[1]: Dependency failed for Suspend; Hibernate if not used for a period of time.
Jun 12 23:02:28 laptop systemd[1]: suspend-then-hibernate.target: Job suspend-then-hibernate.target/start failed with result 'dependency'.
Jun 12 23:02:28 laptop systemd[1]: Stopped target Sleep.
Jun 12 23:02:28 laptop systemd-logind[539]: Operation 'suspend-then-hibernate' finished.
Jun 12 23:02:28 laptop kernel: Freezing user space processes
Jun 12 23:02:28 laptop kernel: Freezing user space processes completed (elapsed 0.003 seconds)
Jun 12 23:02:28 laptop kernel: OOM killer disabled.
Jun 12 23:02:28 laptop kernel: Freezing remaining freezable tasks
Jun 12 23:02:28 laptop kernel: Freezing remaining freezable tasks completed (elapsed 0.000 seconds)
Jun 12 23:02:28 laptop kernel: printk: Suspending console(s) (use no_console_suspend to debug)
Jun 12 23:02:28 laptop kernel: NVRM: GPU 0000:04:00.0: PreserveVideoMemoryAllocations module parameter is set. System Power Management attempted without driv>
Jun 12 23:02:28 laptop kernel: nvidia 0000:04:00.0: PM: pci_pm_suspend(): nv_pmops_suspend [nvidia] returns -5
Jun 12 23:02:28 laptop kernel: nvidia 0000:04:00.0: PM: dpm_run_callback(): pci_pm_suspend returns -5
Jun 12 23:02:28 laptop kernel: nvidia 0000:04:00.0: PM: failed to suspend async: error -5
Jun 12 23:02:28 laptop kernel: sd 0:0:0:0: [sda] Synchronizing SCSI cache
Jun 12 23:02:28 laptop kernel: PM: Some devices failed to suspend, or early wake event detected
Jun 12 23:02:28 laptop kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.LPCB.HEC.ECWT], AE_NOT_FOUND (20240827/psargs-332)
Jun 12 23:02:28 laptop kernel: ACPI Error: Aborting method \_TZ.FN00._ON due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
Jun 12 23:02:28 laptop kernel: acpi-fan PNP0C0B:00: Error updating fan power state
Jun 12 23:02:28 laptop kernel: acpi-fan PNP0C0B:00: PM: dpm_run_callback(): platform_pm_resume returns -19
Jun 12 23:02:28 laptop kernel: acpi-fan PNP0C0B:00: PM: failed to resume: error -19
Jun 12 23:02:28 laptop kernel: OOM killer enabled.
Jun 12 23:02:28 laptop kernel: Restarting tasks ... done.
Jun 12 23:02:28 laptop kernel: random: crng reseeded on system resumption
Jun 12 23:02:28 laptop kernel: PM: suspend exit
Jun 12 23:02:28 laptop systemd-sleep[35873]: Failed to put system to sleep. System resumed again: Input/output error
Jun 12 23:02:28 laptop systemd[1]: systemd-suspend-then-hibernate.service: Main process exited, code=exited, status=1/FAILURE
Jun 12 23:02:28 laptop systemd[1]: systemd-suspend-then-hibernate.service: Failed with result 'exit-code'.
Jun 12 23:02:28 laptop systemd[1]: Failed to start System Suspend then Hibernate.
Jun 12 23:02:28 laptop systemd[1]: Dependency failed for Suspend; Hibernate if not used for a period of time.
Jun 12 23:02:28 laptop systemd[1]: suspend-then-hibernate.target: Job suspend-then-hibernate.target/start failed with result 'dependency'.
Jun 12 23:02:28 laptop systemd[1]: Stopped target Sleep.
Jun 12 23:02:28 laptop systemd-logind[539]: Operation 'suspend-then-hibernate' finished.
calling systemctl hybrid-sleep
Jun 12 23:28:01 laptop systemd-logind[539]: The system will hybrid sleep now!
Jun 12 23:28:01 laptop ModemManager[585]: <msg> [sleep-monitor-systemd] system is about to suspend
Jun 12 23:28:02 laptop systemd[1]: Reached target Sleep.
Jun 12 23:28:02 laptop systemd[1]: Starting System Hybrid Suspend+Hibernate...
Jun 12 23:28:02 laptop systemd-sleep[37295]: User sessions remain unfrozen on explicit request ($SYSTEMD_SLEEP_FREEZE_USER_SESSIONS=0).
Jun 12 23:28:02 laptop systemd-sleep[37295]: This is not recommended, and might result in unexpected behavior, particularly
Jun 12 23:28:02 laptop systemd-sleep[37295]: in suspend-then-hibernate operations or setups with encrypted home directories.
Jun 12 23:28:02 laptop systemd-sleep[37295]: Performing sleep operation 'hybrid-sleep'...
Jun 12 23:28:02 laptop kernel: PM: hibernation: hibernation entry
Jun 12 23:28:03 laptop kernel: Filesystems sync: 1.309 seconds
Jun 12 23:28:26 laptop kernel: Freezing user space processes
Jun 12 23:28:28 laptop kernel: Freezing user space processes completed (elapsed 0.099 seconds)
Jun 12 23:28:28 laptop kernel: OOM killer disabled.
Jun 12 23:28:28 laptop kernel: PM: hibernation: Marking nosave pages: [mem 0x00000000-0x00000fff]
Jun 12 23:28:29 laptop kernel: PM: hibernation: Marking nosave pages: [mem 0x00058000-0x00058fff]
Jun 12 23:28:30 laptop kernel: PM: hibernation: Marking nosave pages: [mem 0x00086000-0x000fffff]
Jun 12 23:28:31 laptop kernel: PM: hibernation: Marking nosave pages: [mem 0x96eba000-0x977b9fff]
Jun 12 23:28:31 laptop kernel: PM: hibernation: Marking nosave pages: [mem 0x99eb2000-0x99fa5fff]
Jun 12 23:28:31 laptop kernel: PM: hibernation: Marking nosave pages: [mem 0x9c3cf000-0x9cffefff]
Jun 12 23:28:31 laptop kernel: PM: hibernation: Marking nosave pages: [mem 0x9d000000-0xffffffff]
Jun 12 23:28:32 laptop kernel: PM: hibernation: Basic memory bitmaps created
Jun 12 23:28:32 laptop kernel: PM: hibernation: Preallocating image memory
Jun 12 23:28:32 laptop kernel: PM: hibernation: Allocated 1596638 pages for snapshot
Jun 12 23:28:32 laptop kernel: PM: hibernation: Allocated 6386552 kbytes in 16.91 seconds (377.67 MB/s)
Jun 12 23:28:32 laptop kernel: Freezing remaining freezable tasks
Jun 12 23:28:33 laptop kernel: Freezing remaining freezable tasks completed (elapsed 0.000 seconds)
Jun 12 23:28:33 laptop kernel: printk: Suspending console(s) (use no_console_suspend to debug)
Jun 12 23:28:33 laptop kernel: NVRM: GPU 0000:04:00.0: PreserveVideoMemoryAllocations module parameter is set. System Power Management attempted without driver procfs suspend interface. Please refer to the 'Configuring Power Management Support' section in the driver README.
Jun 12 23:28:33 laptop kernel: nvidia 0000:04:00.0: PM: pci_pm_freeze(): nv_pmops_freeze [nvidia] returns -5
Jun 12 23:28:34 laptop kernel: nvidia 0000:04:00.0: PM: dpm_run_callback(): pci_pm_freeze returns -5
Jun 12 23:28:34 laptop kernel: nvidia 0000:04:00.0: PM: failed to freeze async: error -5
Jun 12 23:28:34 laptop kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.LPCB.HEC.ECWT], AE_NOT_FOUND (20240827/psargs-332)
Jun 12 23:28:34 laptop kernel: ACPI Error: Aborting method \_TZ.FN00._ON due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
Jun 12 23:28:34 laptop kernel: acpi-fan PNP0C0B:00: Error updating fan power state
Jun 12 23:28:34 laptop kernel: acpi-fan PNP0C0B:00: PM: dpm_run_callback(): platform_pm_restore returns -19
Jun 12 23:28:34 laptop kernel: acpi-fan PNP0C0B:00: PM: failed to restore: error -19
Jun 12 23:28:34 laptop kernel: PM: hibernation: Basic memory bitmaps freed
Jun 12 23:28:34 laptop kernel: OOM killer enabled.
Jun 12 23:28:34 laptop kernel: Restarting tasks ... done.
Jun 12 23:28:34 laptop kernel: efivarfs: resyncing variable state
Jun 12 23:28:34 laptop kernel: PM: hibernation: hibernation exit
Jun 12 23:28:34 laptop kernel: ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Jun 12 23:28:34 laptop kernel: ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Jun 12 23:28:34 laptop kernel: ata2.00: configured for UDMA/100
Jun 12 23:28:35 laptop kernel: sd 0:0:0:0: [sda] Starting disk
Jun 12 23:28:35 laptop kernel: ata1.00: configured for UDMA/100
Jun 12 23:28:35 laptop kernel: PM: suspend entry (deep)
Jun 12 23:28:35 laptop kernel: Filesystems sync: 2.446 seconds
Jun 12 23:28:35 laptop kernel: Freezing user space processes
Jun 12 23:28:35 laptop kernel: Freezing user space processes completed (elapsed 0.163 seconds)
Jun 12 23:28:35 laptop kernel: OOM killer disabled.
Jun 12 23:28:35 laptop kernel: Freezing remaining freezable tasks
Jun 12 23:28:35 laptop kernel: Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
Jun 12 23:28:35 laptop kernel: printk: Suspending console(s) (use no_console_suspend to debug)
Jun 12 23:28:35 laptop kernel: sd 0:0:0:0: [sda] Synchronizing SCSI cache
Jun 12 23:28:35 laptop kernel: NVRM: GPU 0000:04:00.0: PreserveVideoMemoryAllocations module parameter is set. System Power Management attempted without driver procfs suspend interface. Please refer to the 'Configuring Power Management Support' section in the driver README.
Jun 12 23:28:35 laptop kernel: nvidia 0000:04:00.0: PM: pci_pm_suspend(): nv_pmops_suspend [nvidia] returns -5
Jun 12 23:28:35 laptop kernel: nvidia 0000:04:00.0: PM: dpm_run_callback(): pci_pm_suspend returns -5
Jun 12 23:28:35 laptop kernel: nvidia 0000:04:00.0: PM: failed to suspend async: error -5
Jun 12 23:28:35 laptop kernel: PM: Some devices failed to suspend, or early wake event detected
Jun 12 23:28:35 laptop kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.LPCB.HEC.ECWT], AE_NOT_FOUND (20240827/psargs-332)
Jun 12 23:28:35 laptop kernel: ACPI Error: Aborting method \_TZ.FN00._ON due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
Jun 12 23:28:35 laptop kernel: acpi-fan PNP0C0B:00: Error updating fan power state
Jun 12 23:28:35 laptop kernel: acpi-fan PNP0C0B:00: PM: dpm_run_callback(): platform_pm_resume returns -19
Jun 12 23:28:35 laptop kernel: acpi-fan PNP0C0B:00: PM: failed to resume: error -19
Jun 12 23:28:35 laptop kernel: ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
Jun 12 23:28:35 laptop kernel: ata2.00: configured for UDMA/100
Jun 12 23:28:35 laptop kernel: OOM killer enabled.
Jun 12 23:28:35 laptop kernel: Restarting tasks ... done.
Jun 12 23:28:35 laptop kernel: random: crng reseeded on system resumption
Jun 12 23:28:35 laptop kernel: PM: suspend exit
Jun 12 23:28:35 laptop kernel: PM: suspend entry (s2idle)
Jun 12 23:28:35 laptop systemd-journald[282]: Under memory pressure, flushing caches.
Jun 12 23:28:21 laptop systemd-sleep[37295]: Failed to put system to sleep. System resumed again: Input/output error
Jun 12 23:28:37 laptop kernel: Filesystems sync: 6.538 seconds
Jun 12 23:28:38 laptop kernel: Freezing user space processes
Jun 12 23:28:38 laptop kernel: Freezing user space processes completed (elapsed 0.083 seconds)
Jun 12 23:28:38 laptop kernel: OOM killer disabled.
Jun 12 23:28:38 laptop kernel: Freezing remaining freezable tasks
Jun 12 23:28:38 laptop kernel: Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
Jun 12 23:28:38 laptop kernel: printk: Suspending console(s) (use no_console_suspend to debug)
Jun 12 23:28:38 laptop kernel: NVRM: GPU 0000:04:00.0: PreserveVideoMemoryAllocations module parameter is set. System Power Management attempted without driver procfs suspend interface. Please refer to the 'Configuring Power Management Support' section in the driver README.
Jun 12 23:28:38 laptop kernel: nvidia 0000:04:00.0: PM: pci_pm_suspend(): nv_pmops_suspend [nvidia] returns -5
Jun 12 23:28:38 laptop kernel: nvidia 0000:04:00.0: PM: dpm_run_callback(): pci_pm_suspend returns -5
Jun 12 23:28:38 laptop kernel: nvidia 0000:04:00.0: PM: failed to suspend async: error -5
Jun 12 23:28:38 laptop kernel: sd 0:0:0:0: [sda] Synchronizing SCSI cache
Jun 12 23:28:38 laptop kernel: PM: Some devices failed to suspend, or early wake event detected
Jun 12 23:28:38 laptop kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PCI0.LPCB.HEC.ECWT], AE_NOT_FOUND (20240827/psargs-332)
Jun 12 23:28:38 laptop kernel: ACPI Error: Aborting method \_TZ.FN00._ON due to previous error (AE_NOT_FOUND) (20240827/psparse-529)
Jun 12 23:28:38 laptop kernel: acpi-fan PNP0C0B:00: Error updating fan power state
Jun 12 23:28:38 laptop kernel: acpi-fan PNP0C0B:00: PM: dpm_run_callback(): platform_pm_resume returns -19
Jun 12 23:28:38 laptop kernel: acpi-fan PNP0C0B:00: PM: failed to resume: error -19
Jun 12 23:28:38 laptop kernel: OOM killer enabled.
Jun 12 23:28:38 laptop kernel: Restarting tasks ... done.
Jun 12 23:28:38 laptop kernel: random: crng reseeded on system resumption
Jun 12 23:28:39 laptop kernel: PM: suspend exit
Jun 12 23:28:39 laptop kernel: Generic FE-GE Realtek PHY r8169-0-201:00: attached PHY driver (mii_bus:phy_addr=r8169-0-201:00, irq=MAC)
Jun 12 23:28:39 laptop kernel: r8169 0000:02:00.1 enp2s0f1: Link is Down
Jun 12 23:28:27 laptop systemd-sleep[37295]: Couldn't hybrid sleep, will try to suspend instead: Input/output error
Jun 12 23:28:27 laptop systemd-sleep[37295]: Performing sleep operation 'suspend'...
Jun 12 23:28:38 laptop systemd-sleep[37295]: Failed to put system to sleep. System resumed again: Input/output error
Jun 12 23:28:38 laptop systemd[1]: systemd-hybrid-sleep.service: Main process exited, code=exited, status=1/FAILURE
Jun 12 23:28:38 laptop systemd[1]: systemd-hybrid-sleep.service: Failed with result 'exit-code'.
Jun 12 23:28:38 laptop systemd[1]: Failed to start System Hybrid Suspend+Hibernate.
Jun 12 23:28:38 laptop systemd[1]: Dependency failed for Hybrid Suspend+Hibernate.
Jun 12 23:28:38 laptop systemd[1]: hybrid-sleep.target: Job hybrid-sleep.target/start failed with result 'dependency'.
Jun 12 23:28:38 laptop systemd[1]: systemd-hybrid-sleep.service: Consumed 16.513s CPU time, 3.1M memory peak.
Jun 12 23:28:38 laptop systemd-logind[539]: Operation 'hybrid-sleep' finished.
Jun 12 23:28:38 laptop systemd[1]: Stopped target Sleep.
Jun 12 23:28:41 laptop kcminit[37413]: Initializing "/usr/lib/qt6/plugins/plasma/kcms/systemsettings/kcm_mouse.so"
Jun 12 23:28:41 laptop kcminit[37432]: Initializing "/usr/lib/qt6/plugins/plasma/kcms/systemsettings/kcm_mouse.so"
Jun 12 23:28:41 laptop kcminit[37414]: Initializing "/usr/lib/qt6/plugins/plasma/kcms/systemsettings/kcm_mouse.so"
Jun 12 23:28:41 laptop kcminit[37432]: Initializing "/usr/lib/qt6/plugins/plasma/kcms/systemsettings/kcm_touchpad.so"
Jun 12 23:28:41 laptop kcminit[37414]: Initializing "/usr/lib/qt6/plugins/plasma/kcms/systemsettings/kcm_touchpad.so"
Jun 12 23:28:41 laptop kcminit[37432]: kcm_touchpad: Using X11 backend
Jun 12 23:28:41 laptop kcminit[37414]: kcm_touchpad: Using X11 backend
Jun 12 23:28:41 laptop kcminit[37413]: Initializing "/usr/lib/qt6/plugins/plasma/kcms/systemsettings/kcm_touchpad.so"
Jun 12 23:28:41 laptop kcminit[37413]: kcm_touchpad: Using X11 backend
inxi -SMCG:
System:
Host: m-GabrielLaptop Kernel: 6.14.6-2-MANJARO arch: x86_64 bits: 64
Desktop: KDE Plasma v: 6.3.5 Distro: Manjaro Linux
Machine:
Type: Laptop System: Acer product: Aspire E5-571G v: V1.26
serial: <superuser required>
Mobo: Acer model: EA50_HB v: V1.26 serial: <superuser required>
UEFI: Insyde v: 1.26 date: 12/18/2014
CPU:
Info: dual core model: Intel Core i5-5200U bits: 64 type: MT MCP cache:
L2: 512 KiB
Speed (MHz): avg: 1306 min/max: 500/2700 cores: 1: 1306 2: 1306 3: 1306
4: 1306
Graphics:
Device-1: Intel HD Graphics 5500 driver: i915 v: kernel
Device-2: NVIDIA GM108M [GeForce 840M] driver: nvidia v: 570.144
Device-3: Chicony HD WebCam driver: uvcvideo type: USB
Display: x11 server: X.Org v: 21.1.16 with: Xwayland v: 24.1.6 driver: X:
loaded: modesetting,nvidia dri: iris gpu: i915 resolution: 1920x1080~60Hz
API: EGL v: 1.5 drivers: iris,nouveau,nvidia,swrast
platforms: gbm,x11,surfaceless,device
API: OpenGL v: 4.6.0 compat-v: 4.5 vendor: intel mesa v: 25.0.5-arch1.1
renderer: Mesa Intel HD Graphics 5500 (BDW GT2)
API: Vulkan v: 1.4.313 drivers: intel,nvidia surfaces: N/A
Info: Tools: api: clinfo, eglinfo, glxinfo, vulkaninfo
de: kscreen-console,kscreen-doctor gpu: nvidia-settings,nvidia-smi
wl: wayland-info x11: xdpyinfo, xprop, xrandr
systemd-analyze cat-config modprobe (omitted non-nvidia things):
# /etc/modprobe.d/mhwd-gpu.conf
##
## Generated by mhwd - Manjaro Hardware Detection
##
blacklist nouveau
blacklist ttm
blacklist drm_kms_helper
blacklist drm
options nvidia "NVreg_DynamicPowerManagement=0x02"
# /usr/lib/modprobe.d/nvidia-sleep.conf
# Save and restore all video memory allocations.
options nvidia NVreg_PreserveVideoMemoryAllocations=1
#
# The destination should not be using tmpfs, so we prefer
# /var/tmp instead of /tmp
options nvidia NVreg_TemporaryFilePath=/var/tmp
# /usr/lib/modprobe.d/nvidia-utils.conf
blacklist nouveau