You are not logged in.
Recently, I upgraded my laptop to kernel 6.16. Ever since then when I close the lid, it wont wake up properly from suspend. The laptop works on the latest LTS release (6.12.42). I have already tried and it still happens on 6.16.1.
My hardware is a Dell g15 5530, with an Intel Core i7-13650HX, and an NVIDIA rtx 4050 (I don't think its NVIDIA since the lts kernel works, but still). I use KDE plasma on my setup.
The problem is that when I suspend the system normally through keybindings (i haven't tried leaving it like that for some time afterwards though, so it may not be suspending fully, keyboard is still lit up) nothing strange will happen. But if i close the lid, when I open it again the screen wont turn on. Nothing. Its also not only the screen, because i normally have the caps lock key and the escape key swapped, but when this happens the caps lock key works (it lights up), but isn't swapped places. I have tried using the SysRq key ( https://wiki.archlinux.org/title/Keyboa … el_(SysRq) ) and it seems to be able to reboot the system, so it isn't completely dead when this happens.
I tried to grep dmesg and journalctl, and found no useful difference between both kernels. I cant provide any sort of logs after the problem happens for obvious reasons. I have no idea what else I should do.
This is honestly my first time asking for any sort of help, so im sorry if i missed something or if i didn't provide any sort of useful logs. I will provide any information that's necessary. Thanks in advance for the help.
Offline
https://bbs.archlinux.org/viewtopic.php?id=307641 same here, i initally thought it was a nvidia issue, and disabled nvidia services, but it didn't work
Downgrading to 6.15.9 kernel helped, and highlights the issue
For now, would advise downgrading the kernel or using the lts one.
Offline
I'm having the opposite issue here, my laptop (xps 9320) reboots while suspended in 6.16
Since I have hyprland configured to autostart and to go into suspend when the lid is closed, this results in my laptop bootlooping if I close the lid (until I reopen it)
Offline
Similar but not the same issue here, also on XPS 9320 - when trying to suspend, the system freezes immediately. When I try to poweroff or reboot, it also freezes, so the only way to turn off my laptop is by forcing a shutdown.
Offline
There's a kernel panic caused by a new watchdog driver, see https://bbs.archlinux.org/viewtopic.php … 0#p2256730 but there seems also an iwlwifi related kernel panic on wake from suspend (blacklisting/unloading iwlwifi would then help) and https://bbs.archlinux.org/viewtopic.php … 7#p2257067 is searching for an xhci related bug (in case the system wakes up but input doesn't work)
Do we have *any* data on the issue (photo of your screen full of errors
@alba4k, how long does it take until the suspended system reboots?
Do you have any traces of this in the journal or does the previous boot go straight from entering the sleep into the new boot (no clean reboot)?
Offline
@seth it's ~10 seconds from when the system goes into suspend to when it reboots
go to
ago 18 22:16:36 dell-xps systemd-logind[1094]: The system will suspend now!Offline
I haven't found anything suspicious in the journal, but here is my screen when trying to reboot. After blacklisting "intel_oc_wdt" it's the same, just the line at the top says "Using hardware watchdog 'iTCO_wdt', but still no poweroff/reboot/suspend.
Offline
@alba4k
ago 18 22:16:36 dell-xps systemd-sleep[5109]: Successfully froze unit 'user.slice'.
ago 18 22:16:36 dell-xps wpa_supplicant[1123]: wlp0s20f3: CTRL-EVENT-DSCP-POLICY clear_all
ago 18 22:16:36 dell-xps wpa_supplicant[1123]: nl80211: deinit ifname=wlp0s20f3 disabled_11b_rates=0
ago 18 22:16:36 dell-xps systemd-sleep[5109]: Performing sleep operation 'suspend'...
ago 18 22:16:36 dell-xps kernel: PM: suspend entry (s2idle)
-- Boot 4691f4c477e749e689c4d242473ec090 --
ago 18 22:17:02 archlinux kernel: Linux version 6.16.1-arch1-1 (linux@archlinux) (gcc (GCC) 15.2.1 20250813, GNU ld (GNU Binutils) 2.45.0) #1 SMP PREEMPT_DYNAMIC Fri, 15 Aug 2025 16:04:43 +0000
ago 18 22:17:02 archlinux kernel: Command line: rd.luks.name=65122208-30dd-4061-b3d3-be44937ebbf4=luks root=/dev/mapper/luks rootflags=subvol=@ rd.luks.options=65122208-30dd-4061-b3d3-be44937ebbf4=tpm2-device=auto,discard rw splash quiet loglevel=0 plymouth.boot-log=/dev/null
ago 18 22:17:02 archlinux kernel: x86/split lock detection: #AC: crashing the kernel on kernel split_locks and warning on user-space split_locks
ago 18 22:17:02 archlinux kernel: BIOS-provided physical RAM map:Hard reboot, what is "/usr/lib/systemd/system-sleep/i2c_ljca-s2disk.sh"?
You do have the intel_oc_wdt watchdog, blacklisting that is certainly worth a shot.
The system doesn't support S3? https://wiki.archlinux.org/title/Power_ … end_method
That being said and wrt Freezee's situation, what if you go full Kristi Noem and add "nowatchdog" to the https://wiki.archlinux.org/title/Kernel_parameters
Offline
After adding "nowatchdog" the problems are still the same, just no 3 lines concerning watchdogs at the top when rebooting/poweroff.
Offline
@seth
the file you mentioned contains the following
#!/bin/sh
# Path: /usr/lib/systemd/system-sleep/i2c_ljca-s2disk.sh
# Unloads and reloads the i2c_ljca module so resume from hibernation works.
# WARNING: This won't work on locked down kernels.
# This is supposed to be just a hack until this PR is merged:
# https://github.com/intel/ipu6-drivers/pull/116
stage=$1
op=$2
if [ "pre" = "$stage" ]; then
case $op in
hibernate|hybrid-sleep)
/usr/bin/modprobe -r i2c_ljca
;;
suspend-then-hibernate)
[ "$SYSTEMD_SLEEP_ACTION" = "hibernate" ] && /usr/bin/modprobe -r i2c_ljca
;;
esac
fiit's needed to be able to resume from hibernate (I otherwise get a frozen system after turning the laptop back on, https://github.com/stefanpartheym/archl … 614019334). likely unrelated. I noticed, however, that the system also reboots when trying to go into hibernation
regaridng S3, no I don't think it supports it (i7-1260P)
nowatchdog also makes no difference
Last edited by alba4k (2025-08-18 21:51:54)
Offline
@alba4k your script (while I don't use it) made me suspicious since it's related to the ipu6-driver and there is also another XPS 9320 user here - I recently (edit: as in, few months ago)tried intensely to make my webcam finally work, largely with the help of this thread: https://bbs.archlinux.org/viewtopic.php?id=277462
I didn't get as far as I'd like to - the webcam would only "work" in VLC or so, no browser or zoom, and the quality was horrendous. I stopped there.
But it turns out that the drivers were the problem, the following were the packages I had to remove:
intel-ipu6-dkms-git intel-ipu6ep-camera-bin intel-ipu6ep-camera-hal-git intel-ivsc-firmwareSuspend and poweroff/reboot is now working again. No loss for me since I didn't really get the webcam working anyway, but frustrating in case some people got their webcam working but have this issue caused by the driver.
Last edited by Freezee (2025-08-19 00:13:05)
Offline
You just need ivsc-firmware, libcamera and pipewire-libcamera
the other packages aren't needed for the sensor a 9320 has
Offline
+1 to @Nicothekiller (same syndrome) and @coder2195 (downgrade to 6.15.9 worked as a temporary solution). Thanks much!
(Dell Latitude 9330, Intel Core i7-1260U)
Offline
So status quo:
* Freezee's freeze was down to the IPU6 drivers.
* Nicothekiller, coder2195 and kaboca can't wake out of suspend (S3 or s2idle? We haven't seen any journal from that, right?)
* alba4k is facing a reboot cycle when the lid is closed
There're actually "good" s2idle on 6.16 w/ the lid down that look like this:
ago 18 17:53:47 archlinux kernel: Linux version 6.16.1-arch1-1 (linux@archlinux) (gcc (GCC) 15.2.1 20250813, GNU ld (GNU Binutils) 2.45.0) #1 SMP PREEMPT_DYNAMIC Fri, 15 Aug 2025 16:04:43 +0000
…
ago 18 17:58:53 dell-xps systemd[1]: Reached target Sleep.
ago 18 17:58:53 dell-xps systemd[1]: Starting System Suspend...
ago 18 17:58:53 dell-xps wpa_supplicant[1051]: p2p-dev-wlp0s20: CTRL-EVENT-DSCP-POLICY clear_all
ago 18 17:58:53 dell-xps wpa_supplicant[1051]: p2p-dev-wlp0s20: CTRL-EVENT-DSCP-POLICY clear_all
ago 18 17:58:53 dell-xps wpa_supplicant[1051]: nl80211: deinit ifname=p2p-dev-wlp0s20 disabled_11b_rates=0
ago 18 17:58:53 dell-xps systemd[1]: user@1000.service: Unit now frozen-by-parent.
ago 18 17:58:53 dell-xps systemd[1]: session-1.scope: Unit now frozen-by-parent.
ago 18 17:58:53 dell-xps systemd[1]: user.slice: Unit now frozen.
ago 18 17:58:53 dell-xps systemd[1]: user-1000.slice: Unit now frozen-by-parent.
ago 18 17:58:53 dell-xps systemd-sleep[15896]: Successfully froze unit 'user.slice'.
ago 18 17:58:53 dell-xps wpa_supplicant[1051]: wlp0s20f3: CTRL-EVENT-DSCP-POLICY clear_all
ago 18 17:58:53 dell-xps wpa_supplicant[1051]: wlp0s20f3: CTRL-EVENT-DSCP-POLICY clear_all
ago 18 17:58:53 dell-xps wpa_supplicant[1051]: nl80211: deinit ifname=wlp0s20f3 disabled_11b_rates=0
ago 18 17:58:53 dell-xps systemd-sleep[15896]: Performing sleep operation 'suspend'...
ago 18 17:58:53 dell-xps kernel: PM: suspend entry (s2idle)
ago 18 17:58:53 dell-xps kernel: Filesystems sync: 0.021 seconds
ago 18 17:58:53 dell-xps bluetoothd[2067]: src/profile.c:ext_io_disconnected() Unable to get io data for Hands-Free Voice gateway: getpeername: Transport endpoint is not connected (107)
ago 18 17:59:01 dell-xps kernel: Freezing user space processes
ago 18 17:59:01 dell-xps kernel: Freezing user space processes completed (elapsed 0.001 seconds)
ago 18 17:59:01 dell-xps kernel: OOM killer disabled.
ago 18 17:59:01 dell-xps kernel: Freezing remaining freezable tasks
ago 18 17:59:01 dell-xps kernel: Freezing remaining freezable tasks completed (elapsed 0.000 seconds)
ago 18 17:59:01 dell-xps kernel: printk: Suspending console(s) (use no_console_suspend to debug)
ago 18 17:59:01 dell-xps kernel: ACPI: EC: interrupt blocked
ago 18 17:59:01 dell-xps kernel: ACPI: EC: interrupt unblocked
ago 18 17:59:01 dell-xps kernel: intel-ipu6 0000:00:05.0: IPU6 in non-secure mode
ago 18 17:59:01 dell-xps kernel: i915 0000:00:02.0: [drm] GT0: GuC firmware i915/adlp_guc_70.bin version 70.44.1
ago 18 17:59:01 dell-xps kernel: i915 0000:00:02.0: [drm] GT0: HuC firmware i915/tgl_huc.bin version 7.9.3
ago 18 17:59:01 dell-xps kernel: nvme nvme0: D3 entry latency set to 10 seconds
ago 18 17:59:01 dell-xps kernel: i915 0000:00:02.0: [drm] GT0: HuC: authenticated for all workloads
ago 18 17:59:01 dell-xps kernel: i915 0000:00:02.0: [drm] GT0: GUC: submission enabled
ago 18 17:59:01 dell-xps kernel: i915 0000:00:02.0: [drm] GT0: GUC: SLPC enabled
ago 18 17:59:01 dell-xps kernel: i915 0000:00:02.0: [drm] GT0: GUC: RC enabled
ago 18 17:59:01 dell-xps kernel: nvme nvme0: 16/0/0 default/read/poll queues
ago 18 17:59:01 dell-xps kernel: mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
ago 18 17:59:01 dell-xps kernel: OOM killer enabled.
ago 18 17:59:01 dell-xps kernel: Restarting tasks: Starting
ago 18 17:59:01 dell-xps kernel: Restarting tasks: Done
ago 18 17:59:01 dell-xps kernel: random: crng reseeded on system resumption
ago 18 17:59:01 dell-xps kernel: mei_pxp 0000:00:16.0-fbf6fcf1-96cf-4e2e-a6a6-1bab8cbe36b1: bound 0000:00:02.0 (ops i915_pxp_tee_component_ops [i915])
ago 18 17:59:01 dell-xps systemd-logind[886]: Lid opened.
ago 18 17:59:01 dell-xps systemd-sleep[15896]: System returned from sleep operation 'suspend'.
ago 18 17:59:01 dell-xps bluetoothd[2067]: Controller resume with wake event 0x0
ago 18 17:59:01 dell-xps kernel: PM: suspend exitThen you get
ago 18 20:47:07 dell-xps systemd[1]: Reached target Sleep.
ago 18 20:47:07 dell-xps systemd[1]: Starting System Suspend...
ago 18 20:47:07 dell-xps wpa_supplicant[1051]: p2p-dev-wlp0s20: CTRL-EVENT-DSCP-POLICY clear_all
ago 18 20:47:07 dell-xps wpa_supplicant[1051]: p2p-dev-wlp0s20: CTRL-EVENT-DSCP-POLICY clear_all
ago 18 20:47:07 dell-xps wpa_supplicant[1051]: nl80211: deinit ifname=p2p-dev-wlp0s20 disabled_11b_rates=0
ago 18 20:47:07 dell-xps systemd[1]: user@1000.service: Unit now frozen-by-parent.
ago 18 20:47:07 dell-xps systemd[1]: session-1.scope: Unit now frozen-by-parent.
ago 18 20:47:07 dell-xps systemd[1]: user-1000.slice: Unit now frozen-by-parent.
ago 18 20:47:07 dell-xps systemd[1]: user.slice: Unit now frozen.
ago 18 20:47:07 dell-xps systemd-sleep[448521]: Successfully froze unit 'user.slice'.
ago 18 20:47:07 dell-xps wpa_supplicant[1051]: wlp0s20f3: CTRL-EVENT-DSCP-POLICY clear_all
ago 18 20:47:07 dell-xps wpa_supplicant[1051]: wlp0s20f3: CTRL-EVENT-DSCP-POLICY clear_all
ago 18 20:47:07 dell-xps wpa_supplicant[1051]: nl80211: deinit ifname=wlp0s20f3 disabled_11b_rates=0
ago 18 20:47:07 dell-xps systemd-sleep[448521]: Performing sleep operation 'suspend'...
-- Boot 73640bbf46ed4b21abd5cd0470d12556 --
ago 18 20:47:29 archlinux kernel: Linux version 6.16.1-arch1-1 (linux@archlinux) (gcc (GCC) 15.2.1 20250813, GNU ld (GNU Binutils) 2.45.0) #1 SMP PREEMPT_DYNAMIC Fri, 15 Aug 2025 16:04:43 +0000
…
ago 18 20:47:47 dell-xps systemd[1]: Reached target Sleep.
ago 18 20:47:47 dell-xps systemd[1]: Starting System Suspend then Hibernate...
ago 18 20:47:47 dell-xps systemd[1537]: Started sandboxed app permission store.
ago 18 20:47:47 dell-xps polkitd[913]: Unregistered Authentication Agent for unix-process:unknown (system bus name :1.26, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale it_CH.UTF-8) (disconnected from bus)
ago 18 20:47:47 dell-xps rtkit-daemon[1741]: Successfully made thread 1720 of process 1720 owned by '1000' high priority at nice level -11.
ago 18 20:47:47 dell-xps rtkit-daemon[1741]: Supervising 1 threads of 1 processes of 1 users.
ago 18 20:47:47 dell-xps systemd[1537]: Starting flatpak document portal service...
ago 18 20:47:47 dell-xps systemd[1]: user@1000.service: Unit now frozen-by-parent.
ago 18 20:47:47 dell-xps rtkit-daemon[1741]: Successfully made thread 1740 of process 1720 owned by '1000' RT at priority 20.
ago 18 20:47:47 dell-xps rtkit-daemon[1741]: Supervising 2 threads of 1 processes of 1 users.
ago 18 20:47:47 dell-xps systemd[1]: user.slice: Unit now frozen.
ago 18 20:47:47 dell-xps systemd[1]: user-1000.slice: Unit now frozen-by-parent.
ago 18 20:47:47 dell-xps systemd[1]: session-1.scope: Unit now frozen-by-parent.
ago 18 20:47:47 dell-xps systemd-sleep[1795]: Successfully froze unit 'user.slice'.
ago 18 20:47:47 dell-xps rtkit-daemon[1741]: Successfully made thread 1723 of process 1723 owned by '1000' high priority at nice level -11.
ago 18 20:47:47 dell-xps rtkit-daemon[1741]: Supervising 3 threads of 2 processes of 1 users.
ago 18 20:47:47 dell-xps rtkit-daemon[1741]: Successfully made thread 1742 of process 1723 owned by '1000' RT at priority 20.
ago 18 20:47:47 dell-xps rtkit-daemon[1741]: Supervising 4 threads of 2 processes of 1 users.
ago 18 20:47:47 dell-xps rtkit-daemon[1741]: Successfully made thread 1721 of process 1721 owned by '1000' high priority at nice level -11.
ago 18 20:47:47 dell-xps rtkit-daemon[1741]: Supervising 5 threads of 3 processes of 1 users.
ago 18 20:47:47 dell-xps rtkit-daemon[1741]: Successfully made thread 1783 of process 1721 owned by '1000' RT at priority 20.
ago 18 20:47:47 dell-xps rtkit-daemon[1741]: Supervising 6 threads of 3 processes of 1 users.
ago 18 20:47:47 dell-xps (sd-exec-strv)[1818]: /usr/lib/systemd/system-sleep/i2c_ljca-s2disk.sh failed with exit status 1.
ago 18 20:47:47 dell-xps systemd-sleep[1795]: Performing sleep operation 'suspend'...
ago 18 20:47:47 dell-xps kernel: PM: suspend entry (s2idle)
ago 18 20:47:47 dell-xps kernel: Filesystems sync: 0.031 seconds
ago 18 20:47:48 dell-xps kernel: Freezing user space processes
ago 18 20:47:48 dell-xps kernel: Freezing user space processes completed (elapsed 0.419 seconds)
ago 18 20:47:48 dell-xps kernel: OOM killer disabled.
ago 18 20:47:48 dell-xps kernel: Freezing remaining freezable tasks
ago 18 20:47:48 dell-xps kernel: Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
ago 18 20:47:48 dell-xps kernel: printk: Suspending console(s) (use no_console_suspend to debug)
ago 18 20:47:48 dell-xps kernel: intel_vsc intel_vsc: PM: dpm_run_callback(): platform_pm_suspend returns -11
ago 18 20:47:48 dell-xps kernel: intel_vsc intel_vsc: PM: failed to suspend: error -11
ago 18 20:47:48 dell-xps kernel: mei intel_vsc-d035e00c-6dae-4b6d-b47a-f88e302a404e: PM: parent intel_vsc should not be sleeping
ago 18 20:47:48 dell-xps kernel: mei intel_vsc-5db76cf6-0a68-4ed6-9b78-0361635e2447: PM: parent intel_vsc should not be sleeping
ago 18 20:47:48 dell-xps kernel: mei intel_vsc-fb285857-fc24-4bf3-bd80-2abc44e3c20b: PM: parent intel_vsc should not be sleeping
ago 18 20:47:48 dell-xps kernel: mei intel_vsc-92335fcf-3203-4472-af93-7b4453ac29da: PM: parent intel_vsc should not be sleeping
ago 18 20:47:48 dell-xps kernel: mei intel_vsc-bb579a2e-cc54-4450-b1d0-5e7520dcad25: PM: parent intel_vsc should not be sleeping
ago 18 20:47:48 dell-xps kernel: PM: Some devices failed to suspend, or early wake event detected
ago 18 20:47:48 dell-xps kernel: OOM killer enabled.
ago 18 20:47:48 dell-xps kernel: Restarting tasks: Starting
ago 18 20:47:48 dell-xps kernel: Restarting tasks: Done
ago 18 20:47:48 dell-xps kernel: random: crng reseeded on system resumption
ago 18 20:47:48 dell-xps kernel: intel-ipu6 0000:00:05.0: Found supported sensor OVTI01A0:00
ago 18 20:47:48 dell-xps kernel: intel-ipu6 0000:00:05.0: Connected 1 cameras
ago 18 20:47:48 dell-xps kernel: intel-ipu6 0000:00:05.0: IPU6-v3[465d] hardware version 5
ago 18 20:47:48 dell-xps systemd[1]: Started Load/Save RF Kill Switch Status.
ago 18 20:47:48 dell-xps systemd[1]: Starting Bluetooth service...
ago 18 20:47:48 dell-xps kernel: snd_hda_intel 0000:00:1f.3: SoundWire enabled on CannonLake+ platform, using SOF driver
ago 18 20:47:48 dell-xps kernel: intel_tcc_cooling: TCC Offset locked
ago 18 20:47:48 dell-xps kernel: PM: suspend exit
ago 18 20:47:48 dell-xps kernel: PM: suspend entry (s2idle)A botched suspend (not even an s2idle entry), "mei/intel_vsc" complaints and then shit starts to hit the fan.
==> what happened between ago 18 17:58:53 and ago 18 20:47:29 ?
Offline
So right now the computers we know have issues are two G15 gaming laptops, a Dell latitude, and an XPS? maybe its a Dell issue?
I have another Dell laptop (an inspiron 3501) with a very similar setup (both intel, and both arch with plasma). The problem is, that one works fine. The only real difference I can think of is that the one that works has btrfs, and the one that doesn't has ext4 as a file system, but I somehow doubt that's it.
Do we know of anyone with the same issue on a laptop aside from dell? We still don't have enough people with this issue to conclude its dell though. No idea honestly.
Offline
I have tried using the SysRq key […]and it seems to be able to reboot the system, so it isn't completely dead when this happens.
Can you please post the journal of that boot then? (Assuming you ran sysrq+reisub, not just sysrq+b because that'll likely have killed the journal)
Offline
I didn't run sysrq+reisub properly, so the journal is most likely dead. Let me do it again so I can post the journal.
Offline
Here is the journal: https://paste.c-net.org/ShrewdPansy
Offline
Tails in
Aug 19 15:57:21 nic-on-archbtw2 systemd[1]: Starting System Suspend...
Aug 19 15:57:21 nic-on-archbtw2 systemd-sleep[1626]: User sessions remain unfrozen on explicit request ($SYSTEMD_SLEEP_FREEZE_USER_SESSIONS=0).
Aug 19 15:57:21 nic-on-archbtw2 systemd-sleep[1626]: This is not recommended, and might result in unexpected behavior, particularly
Aug 19 15:57:21 nic-on-archbtw2 systemd-sleep[1626]: in suspend-then-hibernate operations or setups with encrypted home directories.
Aug 19 15:57:21 nic-on-archbtw2 systemd-sleep[1626]: Performing sleep operation 'suspend'...
Aug 19 15:57:21 nic-on-archbtw2 kernel: PM: suspend entry (s2idle)If you rebooted w/ reisub, you likely lost the nvme.
=> https://wiki.archlinux.org/title/Solid_ … leshooting
nvme_core.default_ps_max_latency_us=0 pcie_aspm=off iommu=softALso
Aug 19 15:55:10 archlinux kernel: nvme0n1: p1 p2 p3 p4 p5 p6 p7 p8 p9Parallel windows?
3rd link below. Mandatory.
Disable it (it's NOT the BIOS setting!) and reboot windows and linux twice for voodo reasons.
In doubt make sure it's (still) disabled
Offline
Yes, im dual booting windows. I haven't used it in months, and fast start should be disabled. I will check it again and come back.
Offline
I booted into windows and fast start was disabled (I turned hibernation off completely, it was still off). I ran the command again to be sure, and rebooted windows and linux twice each. What should i do now?
Offline
If you rebooted w/ reisub, you likely lost the nvme.
Test the APST related kernel parameters
nvme_core.default_ps_max_latency_us=0 pcie_aspm=off iommu=soft
If that doesn't work, can you still ssh into the system?
Offline
Sorry for the wait, here is the journal with the provided kernel parameters: https://paste.c-net.org/SlamsCirque
Sadly, it seems it didn't work. Ill try ssh now, but i don't think it will work since the logs show my internet is being cut off when suspending.
Offline
I tried ssh. It didn't work out either. I couldn't connect to the computer while the issue was happening.
Offline
no changes in 6.16.2 btw
Offline