You are not logged in.
Hi,
I've dual-booted arch/win11 on my Lenovo Loq laptop. When I do
systemctl suspend
the system goes into sleep properly (I guess?) but when I resume, the kb backlight turns on and the fans start running but the screen stays black.
I'm not able to ssh into the system at this point and I'm not able to reboot using Alt+sysrq+b too for some reason (this works during other times though). This happens even when I'm on tty so it's probably not due to hyprland.
Here's the system specs:
Notebook LENOVO LOQ 15ARP9
OS : Arch Linux
Kernel : 6.15.3-arch1-1
Packages : 792 (pacman)
Display : 1920x1080 @ 60Hz [Built-in]
Terminal : kitty 0.42.1
WM : Hyprland
CPU : AMD Ryzen 7 7435HS @ 4.55 GHz
GPU : NVIDIA GeForce RTX 4060 Max-Q / Mobile
GPU Driver : nvidia (proprietary) 575.64
Memory : 1.31 GiB / 23.15 GiB (6%)
OS Age : 4 days
Uptime : 1 min
What I've tried so far:
1. Modified
MODULES=(nvidia nvidia_modeset nvidia_uvm nvidia_drm)
and
HOOKS=(base systemd udev autodetect microcode modconf keyboard keymap consolefont block filesystems fsck
and regenerated initramfs.
2. Added these options in /etc/modprobe.d/nvidia.conf
options nvidia_drm modeset=1 fbdev=1
options nvidia NVreg_PreserveVideoMemoryAllocations=1
options nvidia NVreg_TemporaryFilePath=/var/tmp
3. Added
GRUB_CMDLINE_LINUX_DEFAULT="loglevel=3 quiet sysrq_always_enabled=1 nvidia_drm.modeset=1 mem_sleep_default=deep"
in /etc/default/grub and regenerated grub config.
4. cat /sys/power/mem_sleep outputs
s2idle [deep]
.
5. journalctl logs
journalctl -b --grep='sleep|suspend|resume' --no-pager --since='-1day'
Hint: You are currently not seeing messages from other users and the system.
Users in groups 'adm', 'systemd-journal', 'wheel' can see all messages.
Pass -q to turn off this notice.
Jun 25 17:48:43 dualb batterynotify.sh[878]: Critical 5 120 Seconds then 'systemctl suspend'
Jun 25 17:48:43 dualb hypridle[909]: on-resume: brightnessctl -r
Jun 25 17:48:43 dualb hypridle[909]: on-resume:
Jun 25 17:48:43 dualb hypridle[909]: on-resume: hyprctl dispatch dpms on
Jun 25 17:48:43 dualb hypridle[909]: on-timeout: systemctl suspend
Jun 25 17:48:43 dualb hypridle[909]: on-resume:
Jun 25 17:48:43 dualb hypridle[909]: [LOG] Sleep inhibition enabled
Jun 25 17:48:43 dualb hypridle[909]: [LOG] Inhibited sleep with fd 10
Jun 25 17:54:40 dualb hypridle[909]: [LOG] Resumed: rule 5563835be300
Jun 25 17:54:40 dualb hypridle[909]: [LOG] Resumed: rule 5563835be348
Jun 25 17:55:46 dualb hypridle[909]: [LOG] Resumed: rule 5563835be300
Jun 25 18:00:14 dualb hypridle[909]: [LOG] Resumed: rule 5563835be300
Jun 25 18:01:16 dualb hypridle[909]: [LOG] Resumed: rule 5563835be300
Jun 25 18:02:18 dualb hypridle[909]: [LOG] Resumed: rule 5563835be300
Jun 25 18:03:20 dualb hypridle[909]: [LOG] Resumed: rule 5563835be300
Jun 25 18:04:23 dualb hypridle[909]: [LOG] Resumed: rule 5563835be300
Jun 25 18:05:26 dualb hypridle[909]: [LOG] Resumed: rule 5563835be300
Jun 25 18:06:30 dualb hypridle[909]: [LOG] Resumed: rule 5563835be300
Jun 25 18:07:32 dualb hypridle[909]: [LOG] Resumed: rule 5563835be300
Jun 25 18:09:28 dualb hypridle[909]: [LOG] Resumed: rule 5563835be300
Jun 25 18:10:31 dualb hypridle[909]: [LOG] Resumed: rule 5563835be300
Jun 25 18:11:35 dualb hypridle[909]: [LOG] Resumed: rule 5563835be300
Jun 25 18:23:07 dualb hypridle[909]: [LOG] Resumed: rule 5563835be300
TIA
Offline
I've dual-booted arch/win11 on my Lenovo Loq laptop
3rd link below. Mandatory.
Disable it (it's NOT the BIOS setting!) and reboot windows and linux twice for voodo reasons.
at this point and I'm not able to reboot using Alt+sysrq+b too for some reason (this works during other times though)
The kernel has halted, the system didn't wake at all.
What makes you believe this is related to the nvidia GPU? (Or the VRAM preservation mechanics)
Hint: You are currently not seeing messages from other users and the system.
Users in groups 'adm', 'systemd-journal', 'wheel' can see all messages.
Or "sudo journalctl -b"
s2idle [deep]
Do you have more luck w/ s2idle?
Online
Disable it (it's NOT the BIOS setting!) and reboot windows and linux twice for voodo reasons.
Just did this, no change on resume.
What makes you believe this is related to the nvidia GPU? (Or the VRAM preservation mechanics)
I'm actually not sure if it's due to vram preservation. I followed the nvidia tips and tricks just so that I don't run into issues later.
Or "sudo journalctl -b"
s2idle [deep]
Not really, s2idle was the default setting when I first encountered this. I then added deep through BIOS and set it as default hoping suspend would get resolved. But both of them lead to the same issue.
Offline
Jun 25 20:01:00 archlinux kernel: DMI: LENOVO 83JC/LNVNB161216, BIOS PQCN23WW 03/25/2025
Are there already BIOS updates available?
And I'd stick w/ the (default) s2idle for the moment - also make sure the sysrq doesn't work there either (might be different, softer wakeup issue)
Online
Jun 25 20:01:00 archlinux kernel: DMI: LENOVO 83JC/LNVNB161216, BIOS PQCN23WW 03/25/2025
Are there already BIOS updates available?
Apparently. Should I try updating BIOS?
And I'd stick w/ the (default) s2idle for the moment - also make sure the sysrq doesn't work there either (might be different, softer wakeup issue)
Okay, so I went back to s2idle and suspend works differently now. The kb backlight stayed on but the screen went black. I still cannot ssh but I'm able to reboot with sysrq, unlike deep.
Offline
I have the same problem, it has been occurring since the last major update on June 22, 2025.
The problem also affects the LTS kernel.
[2025-06-22T18:03:47+0200] [PACMAN] Running 'pacman -S -y --config /etc/pacman.conf --'
[2025-06-22T18:03:47+0200] [PACMAN] synchronizing package lists
[2025-06-22T18:03:55+0200] [PACMAN] Running 'pacman -S -u --ignore tradingview --ignore links -y --config /etc/pacman.conf --'
[2025-06-22T18:03:55+0200] [PACMAN] synchronizing package lists
[2025-06-22T18:03:56+0200] [PACMAN] starting full system upgrade
[2025-06-22T20:37:55+0200] [PACMAN] Running 'pacman -S -y --config /etc/pacman.conf --'
[2025-06-22T20:37:55+0200] [PACMAN] synchronizing package lists
[2025-06-22T20:38:16+0200] [PACMAN] Running 'pacman -S -y -u --config /etc/pacman.conf -- core/links'
[2025-06-22T20:38:16+0200] [PACMAN] synchronizing package lists
[2025-06-22T20:38:16+0200] [PACMAN] starting full system upgrade
[2025-06-22T20:38:54+0200] [PACMAN] Running 'pacman -S -y -u --config /etc/pacman.conf -- core/links'
[2025-06-22T20:38:54+0200] [PACMAN] synchronizing package lists
[2025-06-22T20:38:54+0200] [PACMAN] starting full system upgrade
[2025-06-22T21:11:16+0200] [PACMAN] Running 'pacman -S -y --config /etc/pacman.conf --'
[2025-06-22T21:11:16+0200] [PACMAN] synchronizing package lists
[2025-06-22T21:11:23+0200] [PACMAN] Running 'pacman -S -y -u --config /etc/pacman.conf -- core/links'
[2025-06-22T21:11:23+0200] [PACMAN] synchronizing package lists
[2025-06-22T21:11:23+0200] [PACMAN] starting full system upgrade
[2025-06-22T21:11:28+0200] [PACMAN] Running 'pacman -S -y -u --config /etc/pacman.conf -- core/links'
[2025-06-22T21:11:28+0200] [PACMAN] synchronizing package lists
[2025-06-22T21:11:28+0200] [PACMAN] starting full system upgrade
[2025-06-22T21:14:00+0200] [PACMAN] Running 'pacman -Rdd linux-firmware'
[2025-06-22T21:14:03+0200] [ALPM] transaction started
[2025-06-22T21:14:03+0200] [ALPM] removed linux-firmware (20250508.788aadc8-2)
[2025-06-22T21:14:03+0200] [ALPM] transaction completed
[2025-06-22T21:14:03+0200] [ALPM] running '30-systemd-update.hook'...
[2025-06-22T21:14:03+0200] [ALPM] running '90-mkinitcpio-install.hook'...
[2025-06-22T21:14:03+0200] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux-lts.preset: 'default'
[2025-06-22T21:14:03+0200] [ALPM-SCRIPTLET] ==> Using default configuration file: '/etc/mkinitcpio.conf'
[2025-06-22T21:14:03+0200] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux-lts -g /boot/initramfs-linux-lts.img
[2025-06-22T21:14:03+0200] [ALPM-SCRIPTLET] ==> Starting build: '6.12.33-1-lts'
[2025-06-22T21:14:03+0200] [ALPM-SCRIPTLET] -> Running build hook: [base]
[2025-06-22T21:14:04+0200] [ALPM-SCRIPTLET] -> Running build hook: [udev]
[2025-06-22T21:14:04+0200] [ALPM-SCRIPTLET] -> Running build hook: [autodetect]
[2025-06-22T21:14:04+0200] [ALPM-SCRIPTLET] -> Running build hook: [microcode]
[2025-06-22T21:14:04+0200] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
[2025-06-22T21:14:04+0200] [ALPM-SCRIPTLET] -> Running build hook: [kms]
[2025-06-22T21:14:04+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'nouveau'
[2025-06-22T21:14:05+0200] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
[2025-06-22T21:14:05+0200] [ALPM-SCRIPTLET] -> Running build hook: [keymap]
[2025-06-22T21:14:05+0200] [ALPM-SCRIPTLET] -> Running build hook: [consolefont]
[2025-06-22T21:14:05+0200] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2025-06-22T21:14:05+0200] [ALPM-SCRIPTLET] -> Running build hook: [block]
[2025-06-22T21:14:05+0200] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
[2025-06-22T21:14:05+0200] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
[2025-06-22T21:14:05+0200] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2025-06-22T21:14:05+0200] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux-lts.img'
[2025-06-22T21:14:05+0200] [ALPM-SCRIPTLET] -> Early uncompressed CPIO image generation successful
[2025-06-22T21:14:05+0200] [ALPM-SCRIPTLET] ==> Initcpio image generation successful
[2025-06-22T21:14:05+0200] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux-lts.preset: 'fallback'
[2025-06-22T21:14:05+0200] [ALPM-SCRIPTLET] ==> Using default configuration file: '/etc/mkinitcpio.conf'
[2025-06-22T21:14:05+0200] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux-lts -g /boot/initramfs-linux-lts-fallback.img -S autodetect
[2025-06-22T21:14:05+0200] [ALPM-SCRIPTLET] ==> Starting build: '6.12.33-1-lts'
[2025-06-22T21:14:05+0200] [ALPM-SCRIPTLET] -> Running build hook: [base]
[2025-06-22T21:14:05+0200] [ALPM-SCRIPTLET] -> Running build hook: [udev]
[2025-06-22T21:14:06+0200] [ALPM-SCRIPTLET] -> Running build hook: [microcode]
[2025-06-22T21:14:06+0200] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
[2025-06-22T21:14:06+0200] [ALPM-SCRIPTLET] -> Running build hook: [kms]
[2025-06-22T21:14:06+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'nouveau'
[2025-06-22T21:14:06+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'ast'
[2025-06-22T21:14:06+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'radeon'
[2025-06-22T21:14:06+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'i915'
[2025-06-22T21:14:06+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'xe'
[2025-06-22T21:14:07+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'amdgpu'
[2025-06-22T21:14:07+0200] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
[2025-06-22T21:14:07+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'xhci_pci_renesas'
[2025-06-22T21:14:08+0200] [ALPM-SCRIPTLET] -> Running build hook: [keymap]
[2025-06-22T21:14:08+0200] [ALPM-SCRIPTLET] -> Running build hook: [consolefont]
[2025-06-22T21:14:08+0200] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2025-06-22T21:14:08+0200] [ALPM-SCRIPTLET] -> Running build hook: [block]
[2025-06-22T21:14:08+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qed'
[2025-06-22T21:14:08+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'bfa'
[2025-06-22T21:14:08+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla1280'
[2025-06-22T21:14:08+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'aic94xx'
[2025-06-22T21:14:08+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'isci'
[2025-06-22T21:14:08+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'advansys'
[2025-06-22T21:14:08+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'wd719x'
[2025-06-22T21:14:08+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'cxgb4'
[2025-06-22T21:14:08+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'csiostor'
[2025-06-22T21:14:08+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'cxgb3'
[2025-06-22T21:14:08+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla2xxx'
[2025-06-22T21:14:09+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'ums_eneub6250'
[2025-06-22T21:14:10+0200] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
[2025-06-22T21:14:10+0200] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
[2025-06-22T21:14:12+0200] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2025-06-22T21:14:12+0200] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux-lts-fallback.img'
[2025-06-22T21:14:12+0200] [ALPM-SCRIPTLET] -> Early uncompressed CPIO image generation successful
[2025-06-22T21:14:12+0200] [ALPM-SCRIPTLET] ==> Initcpio image generation successful
[2025-06-22T21:14:12+0200] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2025-06-22T21:14:12+0200] [ALPM-SCRIPTLET] ==> Using default configuration file: '/etc/mkinitcpio.conf'
[2025-06-22T21:14:12+0200] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -g /boot/initramfs-linux.img
[2025-06-22T21:14:12+0200] [ALPM-SCRIPTLET] ==> Starting build: '6.15.2-arch1-1'
[2025-06-22T21:14:13+0200] [ALPM-SCRIPTLET] -> Running build hook: [base]
[2025-06-22T21:14:13+0200] [ALPM-SCRIPTLET] -> Running build hook: [udev]
[2025-06-22T21:14:13+0200] [ALPM-SCRIPTLET] -> Running build hook: [autodetect]
[2025-06-22T21:14:13+0200] [ALPM-SCRIPTLET] -> Running build hook: [microcode]
[2025-06-22T21:14:13+0200] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
[2025-06-22T21:14:13+0200] [ALPM-SCRIPTLET] -> Running build hook: [kms]
[2025-06-22T21:14:13+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'nouveau'
[2025-06-22T21:14:14+0200] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
[2025-06-22T21:14:14+0200] [ALPM-SCRIPTLET] -> Running build hook: [keymap]
[2025-06-22T21:14:14+0200] [ALPM-SCRIPTLET] -> Running build hook: [consolefont]
[2025-06-22T21:14:14+0200] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2025-06-22T21:14:14+0200] [ALPM-SCRIPTLET] -> Running build hook: [block]
[2025-06-22T21:14:15+0200] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
[2025-06-22T21:14:15+0200] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
[2025-06-22T21:14:15+0200] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2025-06-22T21:14:15+0200] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux.img'
[2025-06-22T21:14:15+0200] [ALPM-SCRIPTLET] -> Early uncompressed CPIO image generation successful
[2025-06-22T21:14:15+0200] [ALPM-SCRIPTLET] ==> Initcpio image generation successful
[2025-06-22T21:14:15+0200] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
[2025-06-22T21:14:15+0200] [ALPM-SCRIPTLET] ==> Using default configuration file: '/etc/mkinitcpio.conf'
[2025-06-22T21:14:15+0200] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -g /boot/initramfs-linux-fallback.img -S autodetect
[2025-06-22T21:14:15+0200] [ALPM-SCRIPTLET] ==> Starting build: '6.15.2-arch1-1'
[2025-06-22T21:14:15+0200] [ALPM-SCRIPTLET] -> Running build hook: [base]
[2025-06-22T21:14:15+0200] [ALPM-SCRIPTLET] -> Running build hook: [udev]
[2025-06-22T21:14:15+0200] [ALPM-SCRIPTLET] -> Running build hook: [microcode]
[2025-06-22T21:14:15+0200] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
[2025-06-22T21:14:15+0200] [ALPM-SCRIPTLET] -> Running build hook: [kms]
[2025-06-22T21:14:16+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'nouveau'
[2025-06-22T21:14:16+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'ast'
[2025-06-22T21:14:16+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'radeon'
[2025-06-22T21:14:16+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'i915'
[2025-06-22T21:14:16+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'xe'
[2025-06-22T21:14:16+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'amdgpu'
[2025-06-22T21:14:17+0200] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
[2025-06-22T21:14:17+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'xhci_pci_renesas'
[2025-06-22T21:14:18+0200] [ALPM-SCRIPTLET] -> Running build hook: [keymap]
[2025-06-22T21:14:18+0200] [ALPM-SCRIPTLET] -> Running build hook: [consolefont]
[2025-06-22T21:14:18+0200] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2025-06-22T21:14:18+0200] [ALPM-SCRIPTLET] -> Running build hook: [block]
[2025-06-22T21:14:18+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qed'
[2025-06-22T21:14:18+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'bfa'
[2025-06-22T21:14:18+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla1280'
[2025-06-22T21:14:18+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'aic94xx'
[2025-06-22T21:14:18+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'isci'
[2025-06-22T21:14:18+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'advansys'
[2025-06-22T21:14:18+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'wd719x'
[2025-06-22T21:14:18+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'cxgb4'
[2025-06-22T21:14:18+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'csiostor'
[2025-06-22T21:14:18+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'cxgb3'
[2025-06-22T21:14:18+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla2xxx'
[2025-06-22T21:14:19+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'ums_eneub6250'
[2025-06-22T21:14:20+0200] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
[2025-06-22T21:14:20+0200] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
[2025-06-22T21:14:22+0200] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2025-06-22T21:14:22+0200] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux-fallback.img'
[2025-06-22T21:14:22+0200] [ALPM-SCRIPTLET] -> Early uncompressed CPIO image generation successful
[2025-06-22T21:14:22+0200] [ALPM-SCRIPTLET] ==> Initcpio image generation successful
[2025-06-22T21:14:25+0200] [PACMAN] Running 'pacman -S -y --config /etc/pacman.conf --'
[2025-06-22T21:14:25+0200] [PACMAN] synchronizing package lists
[2025-06-22T21:14:29+0200] [PACMAN] Running 'pacman -S -u -y --config /etc/pacman.conf -- core/links'
[2025-06-22T21:14:29+0200] [PACMAN] synchronizing package lists
[2025-06-22T21:14:30+0200] [PACMAN] starting full system upgrade
[2025-06-22T21:14:34+0200] [ALPM] running '60-mkinitcpio-remove.hook'...
[2025-06-22T21:14:35+0200] [ALPM] running '71-dkms-remove.hook'...
[2025-06-22T21:14:35+0200] [ALPM] running 'ghc-unregister.hook'...
[2025-06-22T21:14:35+0200] [ALPM] transaction started
[2025-06-22T21:14:35+0200] [ALPM] upgraded iana-etc (20250502-1 -> 20250612-1)
[2025-06-22T21:14:35+0200] [ALPM] upgraded pam (1.7.0-2 -> 1.7.1-1)
[2025-06-22T21:14:35+0200] [ALPM] installed links (2.30-1)
[2025-06-22T21:14:35+0200] [ALPM] upgraded amd-ucode (20250508.788aadc8-2 -> 20250613.12fe085f-6)
[2025-06-22T21:14:35+0200] [ALPM] upgraded ca-certificates-mozilla (3.112-1 -> 3.113-1)
[2025-06-22T21:14:35+0200] [ALPM] upgraded kdecoration (6.3.5-1 -> 6.4.0-1)
[2025-06-22T21:14:35+0200] [ALPM] upgraded libblockdev (3.3.0-1 -> 3.3.1-1)
[2025-06-22T21:14:35+0200] [ALPM] upgraded nss (3.112-1 -> 3.113-1)
[2025-06-22T21:14:35+0200] [ALPM] upgraded libblockdev-crypto (3.3.0-1 -> 3.3.1-1)
[2025-06-22T21:14:35+0200] [ALPM] upgraded libblockdev-fs (3.3.0-1 -> 3.3.1-1)
[2025-06-22T21:14:35+0200] [ALPM] upgraded libblockdev-loop (3.3.0-1 -> 3.3.1-1)
[2025-06-22T21:14:35+0200] [ALPM] upgraded libblockdev-mdraid (3.3.0-1 -> 3.3.1-1)
[2025-06-22T21:14:35+0200] [ALPM] upgraded libblockdev-nvme (3.3.0-1 -> 3.3.1-1)
[2025-06-22T21:14:35+0200] [ALPM] upgraded libblockdev-part (3.3.0-1 -> 3.3.1-1)
[2025-06-22T21:14:35+0200] [ALPM] upgraded libblockdev-swap (3.3.0-1 -> 3.3.1-1)
[2025-06-22T21:14:35+0200] [ALPM] upgraded udisks2 (2.10.1-5 -> 2.10.1-6)
[2025-06-22T21:14:35+0200] [ALPM] upgraded breeze (6.3.5-1 -> 6.4.0-1)
[2025-06-22T21:14:36+0200] [ALPM] upgraded containerd (2.1.2-1 -> 2.1.3-1)
[2025-06-22T21:14:36+0200] [ALPM] upgraded enchant (2.8.2-2 -> 2.8.10-1)
[2025-06-22T21:14:36+0200] [ALPM] upgraded fastfetch (2.45.0-1 -> 2.46.0-1)
[2025-06-22T21:14:36+0200] [ALPM] upgraded haskell-haddock-library (1.11.0-85 -> 1.11.0-86)
[2025-06-22T21:14:36+0200] [ALPM] upgraded haskell-pandoc (3.1.12.1-75 -> 3.1.12.1-76)
[2025-06-22T21:14:36+0200] [ALPM] upgraded haskell-pandoc-lua-engine (0.2.1.2-158 -> 0.2.1.2-159)
[2025-06-22T21:14:36+0200] [ALPM] upgraded haskell-pandoc-server (0.1.0.5-180 -> 0.1.0.5-181)
[2025-06-22T21:14:36+0200] [ALPM] upgraded kactivitymanagerd (6.3.5-1 -> 6.4.0-1)
[2025-06-22T21:14:36+0200] [ALPM] upgraded kde-cli-tools (6.3.5-1 -> 6.4.0-1)
[2025-06-22T21:14:36+0200] [ALPM] upgraded kglobalacceld (6.3.5-1 -> 6.4.0-1)
[2025-06-22T21:14:36+0200] [ALPM] upgraded plasma-activities (6.3.5-1 -> 6.4.0-1)
[2025-06-22T21:14:36+0200] [ALPM] upgraded kio-extras (25.04.2-1 -> 25.04.2-2)
[2025-06-22T21:14:36+0200] [ALPM] upgraded kmenuedit (6.3.5-1 -> 6.4.0-1)
[2025-06-22T21:14:36+0200] [ALPM] upgraded kpipewire (6.3.5-1 -> 6.4.0-1)
[2025-06-22T21:14:36+0200] [ALPM] upgraded layer-shell-qt (6.3.5-2 -> 6.4.0-1)
[2025-06-22T21:14:36+0200] [ALPM] upgraded libkscreen (6.3.5-1 -> 6.4.0-1)
[2025-06-22T21:14:36+0200] [ALPM] upgraded libplasma (6.3.5-1 -> 6.4.0-1)
[2025-06-22T21:14:36+0200] [ALPM] upgraded libksysguard (6.3.5-1 -> 6.4.0-1)
[2025-06-22T21:14:36+0200] [ALPM] upgraded plasma5support (6.3.5-2 -> 6.4.0-1)
[2025-06-22T21:14:36+0200] [ALPM] upgraded kscreen (6.3.5-1 -> 6.4.0-1)
[2025-06-22T21:14:36+0200] [ALPM] upgraded kscreenlocker (6.3.5-1 -> 6.4.0-1)
[2025-06-22T21:14:36+0200] [ALPM] upgraded kwayland (6.3.5-1 -> 6.4.0-1)
[2025-06-22T21:14:36+0200] [ALPM] installed aurorae (6.4.0-1)
[2025-06-22T21:14:36+0200] [ALPM] upgraded kwin (6.3.5-2 -> 6.4.0-1)
[2025-06-22T21:14:37+0200] [ALPM-SCRIPTLET] The KWin X window manager has been split to a separate kwin-x11 package.
[2025-06-22T21:14:37+0200] [ALPM] upgraded lib32-gettext (0.24-1 -> 0.25-1)
[2025-06-22T21:14:37+0200] [ALPM] upgraded lib32-libdrm (2.4.124-1 -> 2.4.125-1)
[2025-06-22T21:14:37+0200] [ALPM] upgraded lib32-libgpg-error (1.51-1 -> 1.55-1)
[2025-06-22T21:14:37+0200] [ALPM] upgraded lib32-sqlite (3.49.2-1 -> 3.50.1-1)
[2025-06-22T21:14:37+0200] [ALPM] upgraded lib32-nss (3.112-1 -> 3.113-1)
[2025-06-22T21:14:37+0200] [ALPM] installed perl-json (4.10-2)
[2025-06-22T21:14:37+0200] [ALPM] upgraded lib32-vkd3d (1.14-1 -> 1.16-1)
[2025-06-22T21:14:37+0200] [ALPM] upgraded liburcu (0.15.1-1 -> 0.15.3-1)
[2025-06-22T21:14:37+0200] [ALPM] upgraded linux (6.15.2.arch1-1 -> 6.15.3.arch1-1)
[2025-06-22T21:14:37+0200] [ALPM] upgraded linux-firmware-whence (20250508.788aadc8-2 -> 20250613.12fe085f-6)
[2025-06-22T21:14:40+0200] [ALPM] upgraded linux-headers (6.15.2.arch1-1 -> 6.15.3.arch1-1)
[2025-06-22T21:14:40+0200] [ALPM] upgraded linux-lts (6.12.33-1 -> 6.12.34-1)
[2025-06-22T21:14:40+0200] [ALPM] upgraded milou (6.3.5-1 -> 6.4.0-1)
[2025-06-22T21:14:40+0200] [ALPM] upgraded nvidia (575.64-1 -> 575.64-2)
[2025-06-22T21:14:41+0200] [ALPM] upgraded nvidia-lts (1:575.64-1 -> 1:575.64-2)
[2025-06-22T21:14:41+0200] [ALPM] upgraded ocean-sound-theme (6.3.5-1 -> 6.4.0-1)
[2025-06-22T21:14:41+0200] [ALPM] upgraded pandoc-cli (3.1.12.1-91 -> 3.1.12.1-92)
[2025-06-22T21:14:41+0200] [ALPM] upgraded pkgconf (2.4.3-1 -> 2.5.0-1)
[2025-06-22T21:14:41+0200] [ALPM] upgraded plasma-activities-stats (6.3.5-1 -> 6.4.0-1)
[2025-06-22T21:14:41+0200] [ALPM] installed qt6-location (6.9.1-1)
[2025-06-22T21:14:41+0200] [ALPM] upgraded qqc2-breeze-style (6.3.5-1 -> 6.4.0-1)
[2025-06-22T21:14:41+0200] [ALPM] upgraded xdg-desktop-portal-kde (6.3.5-1 -> 6.4.0-1)
[2025-06-22T21:14:41+0200] [ALPM] upgraded plasma-integration (6.3.5-2 -> 6.4.0-1)
[2025-06-22T21:14:41+0200] [ALPM] upgraded plasma-workspace (6.3.5-2 -> 6.4.0-5)
[2025-06-22T21:14:41+0200] [ALPM] upgraded polkit-kde-agent (6.3.5-1 -> 6.4.0-1)
[2025-06-22T21:14:41+0200] [ALPM] upgraded powerdevil (6.3.5-1 -> 6.4.0-1)
[2025-06-22T21:14:41+0200] [ALPM] upgraded systemsettings (6.3.5-1 -> 6.4.0-1)
[2025-06-22T21:14:42+0200] [ALPM] upgraded plasma-desktop (6.3.5-1 -> 6.4.0-1)
[2025-06-22T21:14:42+0200] [ALPM] upgraded plasma-pa (6.3.5-1 -> 6.4.0-1)
[2025-06-22T21:14:42+0200] [ALPM] upgraded plasma-workspace-wallpapers (6.3.5-1 -> 6.4.0-1)
[2025-06-22T21:14:42+0200] [ALPM] upgraded python-coverage (7.8.2-1 -> 7.9.1-1)
[2025-06-22T21:14:42+0200] [ALPM] upgraded python-numpy (2.3.0-2 -> 2.3.1-1)
[2025-06-22T21:14:42+0200] [ALPM] upgraded python-urllib3 (2.4.0-1 -> 2.5.0-1)
[2025-06-22T21:14:42+0200] [ALPM] upgraded python-scipy (1.15.3-1 -> 1.16.0-1)
[2025-06-22T21:14:42+0200] [ALPM] upgraded qtkeychain-qt6 (0.15.0-1 -> 0.15.0-2)
[2025-06-22T21:14:42+0200] [ALPM] upgraded spectacle (1:6.3.5-1 -> 1:6.4.0-1)
[2025-06-22T21:14:42+0200] [ALPM] upgraded vkd3d (1.14-1 -> 1.16-1)
[2025-06-22T21:14:42+0200] [ALPM] transaction completed
[2025-06-22T21:14:44+0200] [ALPM] running '30-systemd-daemon-reload-system.hook'...
[2025-06-22T21:14:44+0200] [ALPM] running '30-systemd-daemon-reload-user.hook'...
[2025-06-22T21:14:44+0200] [ALPM] running '30-systemd-restart-marked.hook'...
[2025-06-22T21:14:44+0200] [ALPM] running '30-systemd-tmpfiles.hook'...
[2025-06-22T21:14:44+0200] [ALPM] running '30-systemd-udev-reload.hook'...
[2025-06-22T21:14:45+0200] [ALPM] running '30-systemd-update.hook'...
[2025-06-22T21:14:45+0200] [ALPM] running '30-update-mime-database.hook'...
[2025-06-22T21:14:45+0200] [ALPM] running '40-update-ca-trust.hook'...
[2025-06-22T21:14:46+0200] [ALPM] running '60-depmod.hook'...
[2025-06-22T21:14:48+0200] [ALPM] running '70-dkms-install.hook'...
[2025-06-22T21:14:48+0200] [ALPM] running '90-mkinitcpio-install.hook'...
[2025-06-22T21:14:49+0200] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux-lts.preset: 'default'
[2025-06-22T21:14:49+0200] [ALPM-SCRIPTLET] ==> Using default configuration file: '/etc/mkinitcpio.conf'
[2025-06-22T21:14:49+0200] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux-lts -g /boot/initramfs-linux-lts.img
[2025-06-22T21:14:49+0200] [ALPM-SCRIPTLET] ==> Starting build: '6.12.34-1-lts'
[2025-06-22T21:14:49+0200] [ALPM-SCRIPTLET] -> Running build hook: [base]
[2025-06-22T21:14:49+0200] [ALPM-SCRIPTLET] -> Running build hook: [udev]
[2025-06-22T21:14:49+0200] [ALPM-SCRIPTLET] -> Running build hook: [autodetect]
[2025-06-22T21:14:49+0200] [ALPM-SCRIPTLET] -> Running build hook: [microcode]
[2025-06-22T21:14:49+0200] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
[2025-06-22T21:14:49+0200] [ALPM-SCRIPTLET] -> Running build hook: [kms]
[2025-06-22T21:14:50+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'nouveau'
[2025-06-22T21:14:50+0200] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
[2025-06-22T21:14:50+0200] [ALPM-SCRIPTLET] -> Running build hook: [keymap]
[2025-06-22T21:14:50+0200] [ALPM-SCRIPTLET] -> Running build hook: [consolefont]
[2025-06-22T21:14:50+0200] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2025-06-22T21:14:50+0200] [ALPM-SCRIPTLET] -> Running build hook: [block]
[2025-06-22T21:14:50+0200] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
[2025-06-22T21:14:50+0200] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
[2025-06-22T21:14:51+0200] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2025-06-22T21:14:51+0200] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux-lts.img'
[2025-06-22T21:14:51+0200] [ALPM-SCRIPTLET] -> Early uncompressed CPIO image generation successful
[2025-06-22T21:14:51+0200] [ALPM-SCRIPTLET] ==> Initcpio image generation successful
[2025-06-22T21:14:51+0200] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux-lts.preset: 'fallback'
[2025-06-22T21:14:51+0200] [ALPM-SCRIPTLET] ==> Using default configuration file: '/etc/mkinitcpio.conf'
[2025-06-22T21:14:51+0200] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux-lts -g /boot/initramfs-linux-lts-fallback.img -S autodetect
[2025-06-22T21:14:51+0200] [ALPM-SCRIPTLET] ==> Starting build: '6.12.34-1-lts'
[2025-06-22T21:14:51+0200] [ALPM-SCRIPTLET] -> Running build hook: [base]
[2025-06-22T21:14:51+0200] [ALPM-SCRIPTLET] -> Running build hook: [udev]
[2025-06-22T21:14:51+0200] [ALPM-SCRIPTLET] -> Running build hook: [microcode]
[2025-06-22T21:14:51+0200] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
[2025-06-22T21:14:51+0200] [ALPM-SCRIPTLET] -> Running build hook: [kms]
[2025-06-22T21:14:51+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'nouveau'
[2025-06-22T21:14:51+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'ast'
[2025-06-22T21:14:52+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'radeon'
[2025-06-22T21:14:52+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'i915'
[2025-06-22T21:14:52+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'xe'
[2025-06-22T21:14:52+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'amdgpu'
[2025-06-22T21:14:53+0200] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
[2025-06-22T21:14:53+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'xhci_pci_renesas'
[2025-06-22T21:14:53+0200] [ALPM-SCRIPTLET] -> Running build hook: [keymap]
[2025-06-22T21:14:53+0200] [ALPM-SCRIPTLET] -> Running build hook: [consolefont]
[2025-06-22T21:14:53+0200] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2025-06-22T21:14:53+0200] [ALPM-SCRIPTLET] -> Running build hook: [block]
[2025-06-22T21:14:53+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qed'
[2025-06-22T21:14:53+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'bfa'
[2025-06-22T21:14:53+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla1280'
[2025-06-22T21:14:53+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'aic94xx'
[2025-06-22T21:14:54+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'isci'
[2025-06-22T21:14:54+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'advansys'
[2025-06-22T21:14:54+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'wd719x'
[2025-06-22T21:14:54+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'cxgb4'
[2025-06-22T21:14:54+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'csiostor'
[2025-06-22T21:14:54+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'cxgb3'
[2025-06-22T21:14:54+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla2xxx'
[2025-06-22T21:14:54+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'ums_eneub6250'
[2025-06-22T21:14:55+0200] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
[2025-06-22T21:14:55+0200] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
[2025-06-22T21:14:57+0200] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2025-06-22T21:14:57+0200] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux-lts-fallback.img'
[2025-06-22T21:14:58+0200] [ALPM-SCRIPTLET] -> Early uncompressed CPIO image generation successful
[2025-06-22T21:14:58+0200] [ALPM-SCRIPTLET] ==> Initcpio image generation successful
[2025-06-22T21:14:58+0200] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2025-06-22T21:14:58+0200] [ALPM-SCRIPTLET] ==> Using default configuration file: '/etc/mkinitcpio.conf'
[2025-06-22T21:14:58+0200] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -g /boot/initramfs-linux.img
[2025-06-22T21:14:58+0200] [ALPM-SCRIPTLET] ==> Starting build: '6.15.3-arch1-1'
[2025-06-22T21:14:58+0200] [ALPM-SCRIPTLET] -> Running build hook: [base]
[2025-06-22T21:14:58+0200] [ALPM-SCRIPTLET] -> Running build hook: [udev]
[2025-06-22T21:14:58+0200] [ALPM-SCRIPTLET] -> Running build hook: [autodetect]
[2025-06-22T21:14:58+0200] [ALPM-SCRIPTLET] -> Running build hook: [microcode]
[2025-06-22T21:14:58+0200] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
[2025-06-22T21:14:58+0200] [ALPM-SCRIPTLET] -> Running build hook: [kms]
[2025-06-22T21:14:58+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'nouveau'
[2025-06-22T21:14:59+0200] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
[2025-06-22T21:14:59+0200] [ALPM-SCRIPTLET] -> Running build hook: [keymap]
[2025-06-22T21:14:59+0200] [ALPM-SCRIPTLET] -> Running build hook: [consolefont]
[2025-06-22T21:14:59+0200] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2025-06-22T21:14:59+0200] [ALPM-SCRIPTLET] -> Running build hook: [block]
[2025-06-22T21:15:00+0200] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
[2025-06-22T21:15:00+0200] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
[2025-06-22T21:15:00+0200] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2025-06-22T21:15:00+0200] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux.img'
[2025-06-22T21:15:00+0200] [ALPM-SCRIPTLET] -> Early uncompressed CPIO image generation successful
[2025-06-22T21:15:00+0200] [ALPM-SCRIPTLET] ==> Initcpio image generation successful
[2025-06-22T21:15:00+0200] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
[2025-06-22T21:15:00+0200] [ALPM-SCRIPTLET] ==> Using default configuration file: '/etc/mkinitcpio.conf'
[2025-06-22T21:15:00+0200] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -g /boot/initramfs-linux-fallback.img -S autodetect
[2025-06-22T21:15:00+0200] [ALPM-SCRIPTLET] ==> Starting build: '6.15.3-arch1-1'
[2025-06-22T21:15:00+0200] [ALPM-SCRIPTLET] -> Running build hook: [base]
[2025-06-22T21:15:00+0200] [ALPM-SCRIPTLET] -> Running build hook: [udev]
[2025-06-22T21:15:00+0200] [ALPM-SCRIPTLET] -> Running build hook: [microcode]
[2025-06-22T21:15:00+0200] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
[2025-06-22T21:15:00+0200] [ALPM-SCRIPTLET] -> Running build hook: [kms]
[2025-06-22T21:15:01+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'nouveau'
[2025-06-22T21:15:01+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'ast'
[2025-06-22T21:15:01+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'radeon'
[2025-06-22T21:15:01+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'i915'
[2025-06-22T21:15:01+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'xe'
[2025-06-22T21:15:01+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'amdgpu'
[2025-06-22T21:15:02+0200] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
[2025-06-22T21:15:02+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'xhci_pci_renesas'
[2025-06-22T21:15:02+0200] [ALPM-SCRIPTLET] -> Running build hook: [keymap]
[2025-06-22T21:15:02+0200] [ALPM-SCRIPTLET] -> Running build hook: [consolefont]
[2025-06-22T21:15:02+0200] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2025-06-22T21:15:02+0200] [ALPM-SCRIPTLET] -> Running build hook: [block]
[2025-06-22T21:15:03+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qed'
[2025-06-22T21:15:03+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'bfa'
[2025-06-22T21:15:03+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla1280'
[2025-06-22T21:15:03+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'aic94xx'
[2025-06-22T21:15:03+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'isci'
[2025-06-22T21:15:03+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'advansys'
[2025-06-22T21:15:03+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'wd719x'
[2025-06-22T21:15:03+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'cxgb4'
[2025-06-22T21:15:03+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'csiostor'
[2025-06-22T21:15:03+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'cxgb3'
[2025-06-22T21:15:03+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla2xxx'
[2025-06-22T21:15:03+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'ums_eneub6250'
[2025-06-22T21:15:04+0200] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
[2025-06-22T21:15:05+0200] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
[2025-06-22T21:15:06+0200] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2025-06-22T21:15:06+0200] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux-fallback.img'
[2025-06-22T21:15:07+0200] [ALPM-SCRIPTLET] -> Early uncompressed CPIO image generation successful
[2025-06-22T21:15:07+0200] [ALPM-SCRIPTLET] ==> Initcpio image generation successful
[2025-06-22T21:15:07+0200] [ALPM] running 'dbus-reload.hook'...
[2025-06-22T21:15:07+0200] [ALPM] running 'ghc-register.hook'...
[2025-06-22T21:15:08+0200] [ALPM] running 'gtk-update-icon-cache.hook'...
[2025-06-22T21:15:08+0200] [ALPM] running 'update-desktop-database.hook'...
[2025-06-22T21:15:08+0200] [PACMAN] Running 'pacman -D -q --asdeps --config /etc/pacman.conf -- links'
[2025-06-22T21:15:08+0200] [PACMAN] Running 'pacman -S -u -y --config /etc/pacman.conf --'
[2025-06-22T21:15:08+0200] [PACMAN] synchronizing package lists
[2025-06-22T21:15:08+0200] [PACMAN] starting full system upgrade
[2025-06-22T21:15:15+0200] [PACMAN] Running 'pacman -U --config /etc/pacman.conf -- /home/tomasz/.cache/yay/tradingview/tradingview-2.11.0-1-x86_64.pkg.tar.zst /home/tomasz/.cache/yay/tradingview/tradingview-debug-2.11.0-1-x86_64.pkg.tar.zst'
[2025-06-22T21:16:00+0200] [ALPM] transaction started
[2025-06-22T21:16:00+0200] [ALPM] upgraded tradingview (2.9.6-1 -> 2.11.0-1)
[2025-06-22T21:16:00+0200] [ALPM] upgraded tradingview-debug (2.9.6-1 -> 2.11.0-1)
[2025-06-22T21:16:00+0200] [ALPM] transaction completed
[2025-06-22T21:16:00+0200] [ALPM] running '30-systemd-update.hook'...
[2025-06-22T21:16:00+0200] [ALPM] running 'update-desktop-database.hook'...
[2025-06-22T21:16:00+0200] [PACMAN] Running 'pacman -D -q --asdeps --config /etc/pacman.conf -- tradingview-debug'
[2025-06-22T21:16:00+0200] [PACMAN] Running 'pacman -D --asexplicit -q --config /etc/pacman.conf -- tradingview'
Last edited by gerwazy (2025-06-25 16:59:58)
Offline
I'm able to reboot with sysrq, unlike deep.
\o/
That should™ get us a useful journal, eg. for the previous boot
sudo journalctl -b -1 | curl -F 'file=@-' 0x0.st
Edit
@gerwazy, you simply purged linux-firmware and apparently didn't install the split packages relevant to your system?
lspci -nn; lsusb -n
Last edited by seth (2025-06-25 21:21:11)
Online
I didn't delete anything, I was just updating the system.
I don't look into what pacman does — I don't have the expertise and I trust that the developers know what they're doing.
# lspci -nn
00:00.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Starship/Matisse Root Complex [1022:1480]
00:00.2 IOMMU [0806]: Advanced Micro Devices, Inc. [AMD] Starship/Matisse IOMMU [1022:1481]
00:01.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Starship/Matisse PCIe Dummy Host Bridge [1022:1482]
00:01.1 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Starship/Matisse GPP Bridge [1022:1483]
00:01.2 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Starship/Matisse GPP Bridge [1022:1483]
00:02.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Starship/Matisse PCIe Dummy Host Bridge [1022:1482]
00:03.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Starship/Matisse PCIe Dummy Host Bridge [1022:1482]
00:04.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Starship/Matisse PCIe Dummy Host Bridge [1022:1482]
00:05.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Starship/Matisse PCIe Dummy Host Bridge [1022:1482]
00:07.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Starship/Matisse PCIe Dummy Host Bridge [1022:1482]
00:07.1 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Starship/Matisse Internal PCIe GPP Bridge 0 to bus[E:B] [1022:1484]
00:08.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Starship/Matisse PCIe Dummy Host Bridge [1022:1482]
00:08.1 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Starship/Matisse Internal PCIe GPP Bridge 0 to bus[E:B] [1022:1484]
00:14.0 SMBus [0c05]: Advanced Micro Devices, Inc. [AMD] FCH SMBus Controller [1022:790b] (rev 61)
00:14.3 ISA bridge [0601]: Advanced Micro Devices, Inc. [AMD] FCH LPC Bridge [1022:790e] (rev 51)
00:18.0 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Matisse/Vermeer Data Fabric: Device 18h; Function 0 [1022:1440]
00:18.1 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Matisse/Vermeer Data Fabric: Device 18h; Function 1 [1022:1441]
00:18.2 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Matisse/Vermeer Data Fabric: Device 18h; Function 2 [1022:1442]
00:18.3 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Matisse/Vermeer Data Fabric: Device 18h; Function 3 [1022:1443]
00:18.4 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Matisse/Vermeer Data Fabric: Device 18h; Function 4 [1022:1444]
00:18.5 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Matisse/Vermeer Data Fabric: Device 18h; Function 5 [1022:1445]
00:18.6 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Matisse/Vermeer Data Fabric: Device 18h; Function 6 [1022:1446]
00:18.7 Host bridge [0600]: Advanced Micro Devices, Inc. [AMD] Matisse/Vermeer Data Fabric: Device 18h; Function 7 [1022:1447]
01:00.0 Non-Volatile memory controller [0108]: ADATA Technology Co., Ltd. GAMMIX S70 BLADE, PS5 PREMIUM NVMe SSD [1cc1:5370] (rev 01)
02:00.0 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD] 500 Series Chipset USB 3.1 XHCI Controller [1022:43ee]
02:00.1 SATA controller [0106]: Advanced Micro Devices, Inc. [AMD] 500 Series Chipset SATA Controller [1022:43eb]
02:00.2 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] 500 Series Chipset Switch Upstream Port [1022:43e9]
03:00.0 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Device [1022:43ea]
03:09.0 PCI bridge [0604]: Advanced Micro Devices, Inc. [AMD] Device [1022:43ea]
04:00.0 VGA compatible controller [0300]: NVIDIA Corporation TU117 [GeForce GTX 1650] [10de:1f82] (rev a1)
04:00.1 Audio device [0403]: NVIDIA Corporation Device [10de:10fa] (rev a1)
05:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8211/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 15)
06:00.0 Non-Essential Instrumentation [1300]: Advanced Micro Devices, Inc. [AMD] Starship/Matisse PCIe Dummy Function [1022:148a]
07:00.0 Non-Essential Instrumentation [1300]: Advanced Micro Devices, Inc. [AMD] Starship/Matisse Reserved SPP [1022:1485]
07:00.1 Encryption controller [1080]: Advanced Micro Devices, Inc. [AMD] Starship/Matisse Cryptographic Coprocessor PSPCPP [1022:1486]
07:00.3 USB controller [0c03]: Advanced Micro Devices, Inc. [AMD] Matisse USB 3.0 Host Controller [1022:149c]
07:00.4 Audio device [0403]: Advanced Micro Devices, Inc. [AMD] Starship/Matisse HD Audio Controller [1022:1487]
# lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 048d:5702 Integrated Technology Express, Inc. RGB LED Controller
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 002: ID 331a:500d GENESIS THOR 303
Bus 003 Device 003: ID 1b3f:2002 Generalplus Technology Inc. 808 Camera
Bus 003 Device 004: ID 258a:1007 SINOWEALTH Game Mouse
Bus 003 Device 005: ID 0c76:160c JMTek, LLC. USB Speaker
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Offline
I didn't delete anything, I was just updating the system.
[2025-06-22T21:14:00+0200] [PACMAN] Running 'pacman -Rdd linux-firmware'
[2025-06-22T21:14:03+0200] [ALPM] removed linux-firmware (20250508.788aadc8-2)
What does your pacman log say there?
[2025-06-22T21:14:04+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'nouveau'
[2025-06-22T21:14:06+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'nouveau'
[2025-06-22T21:14:06+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'ast'
[2025-06-22T21:14:06+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'radeon'
[2025-06-22T21:14:06+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'i915'
[2025-06-22T21:14:06+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'xe'
[2025-06-22T21:14:07+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'amdgpu'
[2025-06-22T21:14:07+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'xhci_pci_renesas'
[2025-06-22T21:14:08+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qed'
[2025-06-22T21:14:08+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'bfa'
[2025-06-22T21:14:08+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla1280'
[2025-06-22T21:14:08+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'aic94xx'
[2025-06-22T21:14:08+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'isci'
[2025-06-22T21:14:08+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'advansys'
[2025-06-22T21:14:08+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'wd719x'
[2025-06-22T21:14:08+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'cxgb4'
[2025-06-22T21:14:08+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'csiostor'
[2025-06-22T21:14:08+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'cxgb3'
[2025-06-22T21:14:08+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla2xxx'
[2025-06-22T21:14:09+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'ums_eneub6250'
[2025-06-22T21:14:13+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'nouveau'
[2025-06-22T21:14:16+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'nouveau'
[2025-06-22T21:14:16+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'ast'
[2025-06-22T21:14:16+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'radeon'
[2025-06-22T21:14:16+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'i915'
[2025-06-22T21:14:16+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'xe'
[2025-06-22T21:14:16+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'amdgpu'
[2025-06-22T21:14:17+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'xhci_pci_renesas'
[2025-06-22T21:14:18+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qed'
[2025-06-22T21:14:18+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'bfa'
[2025-06-22T21:14:18+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla1280'
[2025-06-22T21:14:18+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'aic94xx'
[2025-06-22T21:14:18+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'isci'
[2025-06-22T21:14:18+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'advansys'
[2025-06-22T21:14:18+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'wd719x'
[2025-06-22T21:14:18+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'cxgb4'
[2025-06-22T21:14:18+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'csiostor'
[2025-06-22T21:14:18+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'cxgb3'
[2025-06-22T21:14:18+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla2xxx'
[2025-06-22T21:14:19+0200] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'ums_eneub6250'
I'll give you the benefit of the doubt: https://bbs.archlinux.org/viewtopic.php … 7#p2248207
You'll need/want at least linux-firmware-{amdgpu,realtek,nvidia}
Online
I just remembered — I had to remove it manually first and then reinstall it, and apparently I forgot to do that. In any case, everything is installed now, but the issue with waking the system from sleep still remains.
Last edited by gerwazy (2025-06-25 23:13:26)
Offline
That should™ get us a useful journal, eg. for the previous boot
sudo journalctl -b -1 | curl -F 'file=@-' 0x0.st
I did try to resume via random buttons, mouse etc, but doesn't seem like resume got triggered. nvidia-resume.service is enabled.
Offline
Jun 26 08:44:56 bharch systemd[1]: Starting System Suspend...
Jun 26 08:44:57 bharch systemd-sleep[3012]: User sessions remain unfrozen on explicit request ($SYSTEMD_SLEEP_FREEZE_USER_SESSIONS=0).
Jun 26 08:44:57 bharch systemd-sleep[3012]: This is not recommended, and might result in unexpected behavior, particularly
Jun 26 08:44:57 bharch systemd-sleep[3012]: in suspend-then-hibernate operations or setups with encrypted home directories.
Jun 26 08:44:57 bharch systemd-sleep[3012]: Performing sleep operation 'suspend'...
Jun 26 08:44:57 bharch kernel: PM: suspend entry (s2idle)
Sleep enter is logged, but the wakeup isn't… so let's look at our favorite disk failure:
https://wiki.archlinux.org/title/Solid_ … leshooting and then just throw everything against the wall:
nvme_core.default_ps_max_latency_us=0 pcie_aspm=off pcie_port_pm=off iommu=soft
Does this help (w/ s2idle, we'll look at S3 if we get s2idle to not fail fatally)
@gerwazy, does downgrading the FW to 20250508.788aadc8-2 then help?
Do you run into similar behavior reg. S3/s2idle? alt+sysrq+reisub doesn't work (after confirming that it does work before the sleep)?
Online
Sleep enter is logged, but the wakeup isn't… so let's look at our favorite disk failure:
https://wiki.archlinux.org/title/Solid_ … leshooting and then just throw everything against the wall:nvme_core.default_ps_max_latency_us=0 pcie_aspm=off pcie_port_pm=off iommu=soft
Does this help (w/ s2idle, we'll look at S3 if we get s2idle to not fail fatally)
Okay, did this and it works now! When I do systemctl suspend kb backlight stays on and fans keep spinning but screen goes black. Now when i resume using some key, it wakes up alright. Suspend works with lid-close too.
Should we still try s3?
Offline
Should we still try s3?
That would be the next step, also since s2idle doesn't seem to properly sleep the system (=> journal of that run?)
Then it's time to cut down on that parameter list, "nvme_core.default_ps_max_latency_us=0" might suffice - but it also might be that one of those breaks sleeping entirely (backlight/fans) and only that makes it "work" - at least there's an effective way to poke the system a bit
Online
Should we still try s3?
That would be the next step, also since s2idle doesn't seem to properly sleep the system (=> journal of that run?)
the above journal is when it was still "working". Tried going back to deep with the same kernel params and went back to failing sleep again.
Then it's time to cut down on that parameter list, "nvme_core.default_ps_max_latency_us=0" might suffice
Tried different combinations, pcie_port_pm=off alone seems to give the same result as having the 4 params together. the backlight/fans are still running on suspend though.
Offline
You entered s2idle - the sleep wasn't outright failed.
Try s2idle w/o pcie_port_pm=off but keep the other three.
Next step would be to remove "pcie_aspm=off"
Online
You entered s2idle - the sleep wasn't outright failed.
Try s2idle w/o pcie_port_pm=off but keep the other three.
this is without pcie_port_pm=off and with the other three. Black screen on suspend with backlight/fan running and able to wakeup. Same as previous.
Next step would be to remove "pcie_aspm=off"
this is without both pcie_aspm=off and pcie_port_pm=off. Not able to wakeup.
Offline
Not able to wakeup.
Did backlight and fans shut down?
Status quo is that disabling pcie power control sorta prevents a full s2idle but you can still wake from that while allowing pcie power control results in a mortal sleep…
Should I try updating BIOS?
is probably your best shot right now…
Online
Did backlight and fans shut down?
Nope, they didn't.
Should I try updating BIOS?
is probably your best shot right now…
Okay, will try this.
Offline
I found the solution in an old thread, but this time the settings need to be reversed.
"nvidia.NVreg_PreserveVideoMemoryAllocations=0"
to
"nvidia.NVreg_PreserveVideoMemoryAllocations=1"
Offline
You're then likely facing a completely different problem (and legitimately related to nvidia) - w/o the parameter you'll get error messages when the accompanying services are enabled and if they're not, you'll likely face VRAM decay (ie. the session resumes fine, but all textures are now black)
Online
Should I try updating BIOS?
This did it! The backlight and fan turn off when i sleep and wakeup as expected on resume.
I still have nvme_core.default_ps_max_latency_us=0, pcie_aspm=off and iommu=soft kernel parameters though.
journal after bios update - https://0x0.st/8lwS.txt
Offline
\o/
You still want to see whether you can cut down on any of those parameters, starting w/ "pcie_aspm=off" (huge battery cost) and "iommu=soft" (some performance cost) and eventually see whether you actually still need to disable APST either.
And test S3.
(There's btw. a chance that the inevitable reset did more than the update b/c of the previous windows fast-start situation. Under no circumstances re-enable that and pay some attention after windows updates, b/m MS has a habit of silently re-enabling it)
Online
You still want to see whether you can cut down on any of those parameters, starting w/ "pcie_aspm=off" (huge battery cost) and "iommu=soft" (some performance cost) and eventually see whether you actually still need to disable APST either.
And test S3.
Looks like it still requires pcie_aspm=off. I'm now keeping only this param and removed the rest. How huge would the battery cost be, should I be worried about it at all?
There's btw. a chance that the inevitable reset did more than the update b/c of the previous windows fast-start situation
I've disabled it once more. I'll make sure to do it every time there's a windows update.
Anyway, thanks a ton for the help! Do I mark this as solved, since it kind of works for now?
Offline
You'll have to measure (eg. w/ powertop) - "huge" being a relative term here (if you're running on 5W, 1W are 20%…)
Do you get away w/
mt7921e.disable_aspm=1
Online