AMD Lucienne GPU Not Detected on Manjaro – `amdgpu` Driver Not Loading, Falling Back to Software Rendering

Maybe…

…worth a try.

You have modules hashed out did you mean this?

I’m going to try soon, I need to finish some stuff before rebooting :smiley: Is this plymouth to remove the flickr_

The Modules() is what I have at the beginning. Do i have to comment it?

Hello I’ve just tried adding this grub params to disable Plymouth but still not The weird thing is that after a system update I tried, It got stuck so I shutted down the machine through power button. Then I have this error which couldn’t find vmlinuz, which I solved it using manjaro-chroot and updating the system again as suggested in this post so after that I could open up again the computer as usual. Then I had to shutdown through power button, as something weird happened since last summer where the shutdown command was not properly shutting down the machine…

And at that point is where I am, that I cannot access the OS withouth adding nomodeset param

#MODULES=(amdgpu) This is not right if you want (amdgpu) you should put it in the the brackets of the line above i.e. Modules=(amdgpu)

that doesn’t work neither. I"m bit frustrated I don’t know what has happened since last full system update :confused: I will try tomorrow full OS reinstallation.

I’ve tried to do full reinstall with latest Manjaro ISO but still the same. The system loads but after couple seconds when the desktop is loaded screen freezes and can’t do anything. Could you please give me some advice how can I get any dump or log related to this issue that I believe is on the graphical drivers?

Thanks so much

I would recommend the following:

  1. Edit your /etc/default/grub settings to:
GRUB_CMDLINE_LINUX_DEFAULT="udev.log_priority=3"
GRUB_CMDLINE_LINUX="plymouth.enable=0 disablehooks=plymouth"
  1. Replace your /etc/mkinitcpio.conf file with this one:
# vim:set ft=sh
# MODULES
# The following modules are loaded before any boot hooks are
# run.  Advanced users may wish to specify all system modules
# in this array.  For instance:
#     MODULES=(usbhid xhci_hcd)
MODULES=(amdgpu)

# BINARIES
# This setting includes any additional binaries a given user may
# wish into the CPIO image.  This is run last, so it may be used to
# override the actual binaries included by a given hook
# BINARIES are dependency parsed, so you may safely ignore libraries
BINARIES=()

# FILES
# This setting is similar to BINARIES above, however, files are added
# as-is and are not parsed in any way.  This is useful for config files.
FILES=()

# HOOKS
# This is the most important setting in this file.  The HOOKS control the
# modules and scripts added to the image, and what happens at boot time.
# Order is important, and it is recommended that you do not change the
# order in which HOOKS are added.  Run 'mkinitcpio -H <hook name>' for
# help on a given hook.
# 'base' is _required_ unless you know precisely what you are doing.
# 'udev' is _required_ in order to automatically load modules
# 'filesystems' is _required_ unless you specify your fs modules in MODULES
# Examples:
##   This setup specifies all modules in the MODULES setting above.
##   No RAID, lvm2, or encrypted root is needed.
#    HOOKS=(base)
#
##   This setup will autodetect all modules for your system and should
##   work as a sane default
#    HOOKS=(base udev autodetect modconf block filesystems fsck)
#
##   This setup will generate a 'full' image which supports most systems.
##   No autodetection is done.
#    HOOKS=(base udev modconf block filesystems fsck)
#
##   This setup assembles a mdadm array with an encrypted root file system.
##   Note: See 'mkinitcpio -H mdadm_udev' for more information on RAID devices.
#    HOOKS=(base udev modconf keyboard keymap consolefont block mdadm_udev encrypt filesystems fsck)
#
##   This setup loads an lvm2 volume group.
#    HOOKS=(base udev modconf block lvm2 filesystems fsck)
#
##   This will create a systemd based initramfs which loads an encrypted root filesystem.
#    HOOKS=(base systemd autodetect modconf kms keyboard sd-vconsole sd-encrypt block filesystems fsck)
#
##   NOTE: If you have /usr on a separate partition, you MUST include the
#    usr and fsck hooks.
HOOKS=(base udev autodetect microcode modconf kms keyboard keymap consolefont block filesystems fsck)

# COMPRESSION
# Use this to compress the initramfs image. By default, zstd compression
# is used for Linux ≥ 5.9 and gzip compression is used for Linux < 5.9.
# Use 'cat' to create an uncompressed image.
#COMPRESSION="zstd"
#COMPRESSION="gzip"
#COMPRESSION="bzip2"
#COMPRESSION="lzma"
#COMPRESSION="xz"
#COMPRESSION="lzop"
#COMPRESSION="lz4"

# COMPRESSION_OPTIONS
# Additional options for the compressor
#COMPRESSION_OPTIONS=()

# MODULES_DECOMPRESS
# Decompress loadable kernel modules and their firmware during initramfs
# creation. Switch (yes/no).
# Enable to allow further decreasing image size when using high compression
# (e.g. xz -9e or zstd --long --ultra -22) at the expense of increased RAM usage
# at early boot.
# Note that any compressed files will be placed in the uncompressed early CPIO
# to avoid double compression.
#MODULES_DECOMPRESS="no"
  1. Run:
sudo mkinitcpio -P && sudo update-grub

Then reboot into a Plasma Wayland session (I see no specific reason why you are still using Plasma on an X11 session, and Plasma Wayland works very well with AMD CPUs/GPUs).

Also, these are the files I have in /etc/grub.d/ - yours should be similar:

ls -lAh /etc/grub.d                                                                                                                                                                                                ✔ 
total 92K
-rwxr-xr-x 1 root root 8.7K Oct  4 19:22 00_header
-rwxr-xr-x 1 root root  14K Oct  4 19:22 10_linux
-rwxr-xr-x 1 root root  15K Oct  4 19:22 20_linux_xen
-rwxr-xr-x 1 root root  786 Oct  4 19:22 25_bli
-rwxr-xr-x 1 root root  13K Oct  4 19:22 30_os-prober
-rwxr-xr-x 1 root root 1.1K Oct  4 19:22 30_uefi-firmware
-rwxr-xr-x 1 root root  730 Oct 16 02:46 35_fwupd
-rwxr-xr-x 1 root root  214 Oct  4 19:22 40_custom
-rwxr-xr-x 1 root root  215 Oct  4 19:22 41_custom
-rwxr-xr-x 1 root root 1.2K Jan  9  2024 60_memtest86+
-rwxr-xr-x 1 root root 1.4K Jan  9  2024 60_memtest86+-efi
-rw-r--r-- 1 root root  483 Oct  4 19:22 README

And my /etc/modprobe.d/ directory is empty:

ls -lAh /etc/modprobe.d                                                                                                                                                                                        ✔ 
total 0

Also, I hope that you followed the earlier instructions to remove mesa-git and replace it with mesa from Manjaro’s repositories. Using the git package may cause problems, especially as you are on Stable branch.

Hello, thanks to provide more help. Unfortunately I’ve followed all the actions described by yourself but without any success.

I’ve also fully reinstall the OS but with same problem. I believe something is wrong since the last system full update I did as I mentioned above.

I’m thinking about flashing manjaro version 23 and try to see whether the live USB works. With latest version I had same problems.

can you go in Unstable ?
this is possible if you have a TTY ( Ctrl + Alt +Fn ) or a terminal

see for blanch , redo mirrors and do a update
if possible add kernel 6.11

can you provide version iso USB manjaro date ?

ISO used manjaro-kde-24.1.1-241011-linux610.iso

First I’ve done sudo pacman-mirrors --api --set-branch unstable then sudo pacman-mirrors --fasttrack 5 && sudo pacman -Syu
And this is part of the output:

....

 kxmlgui-6.8.0-1-x86_64                                           1347,6 KiB  9,20 MiB/s 00:00 [########################################################] 100%
 gawk-5.3.1-1-x86_64                                              1322,3 KiB  10,8 MiB/s 00:00 [########################################################] 100%
 powerdevil-6.2.3-1-x86_64                                        1315,6 KiB  6,21 MiB/s 00:00 [########################################################] 100%
 libgphoto2-2.5.31-3-x86_64                                       1299,2 KiB  8,63 MiB/s 00:00 [########################################################] 100%
 kwayland-6.2.3-1-x86_64                                          1249,2 KiB  8,90 MiB/s 00:00 [########################################################] 100%
 kbd-2.6.4-3-x86_64                                               1247,0 KiB  10,7 MiB/s 00:00 [########################################################] 100%
 xfsprogs-6.11.0-1-x86_64                                         1246,7 KiB  8,51 MiB/s 00:00 [########################################################] 100%
 kcoreaddons-6.8.0-1-x86_64                                       1234,5 KiB  11,4 MiB/s 00:00 [########################################################] 100%
 btrfs-progs-6.11-1-x86_64                                        1222,6 KiB  8,29 MiB/s 00:00 [########################################################] 100%
 kwalletmanager-24.08.3-1-x86_64                                  1217,8 KiB  6,39 MiB/s 00:00 [########################################################] 100%
 kdeplasma-addons-6.2.3-1-x86_64                                  1202,2 KiB  7,20 MiB/s 00:00 [########################################################] 100%
 qt6-wayland-6.8.0-1-x86_64                                       1195,8 KiB  9,49 MiB/s 00:00 [########################################################] 100%
 openssh-9.9p1-2-x86_64                                           1191,5 KiB  10,0 MiB/s 00:00 [########################################################] 100%
 pacman-7.0.0.r10.ga2d0293-1-x86_64                               1176,0 KiB  10,4 MiB/s 00:00 [########################################################] 100%
 pipewire-audio-1:1.2.6-1-x86_64                                  1165,7 KiB  9,99 MiB/s 00:00 [########################################################] 100%
 curl-8.11.0-3-x86_64                                             1136,8 KiB  8,74 MiB/s 00:00 [########################################################] 100%
 libadwaita-1:1.6.1-2-x86_64                                      1136,7 KiB  9,25 MiB/s 00:00 [########################################################] 100%
 libmysofa-1.3.3-1-x86_64                                         1136,1 KiB  10,5 MiB/s 00:00 [########################################################] 100%
 gst-plugins-bad-1.24.9-2-x86_64                                  1106,0 KiB  9,82 MiB/s 00:00 [########################################################] 100%
 qt5-wayland-5.15.15+kde+r60-1-x86_64                             1093,5 KiB  8,41 MiB/s 00:00 [########################################################] 100%
 kunitconversion-6.8.0-1-x86_64                                   1092,0 KiB  7,11 MiB/s 00:00 [########################################################] 100%
 openxr-1.1.38-2-x86_64                                           1091,3 KiB  6,12 MiB/s 00:00 [########################################################] 100%
 harfbuzz-10.1.0-1-x86_64                                         1090,6 KiB  7,25 MiB/s 00:00 [########################################################] 100%
 tinysparql-3.8.0-1-x86_64                                        1063,7 KiB  7,26 MiB/s 00:00 [########################################################] 100%
 plymouth-24.004.60-11.0-x86_64                                   1045,6 KiB  7,14 MiB/s 00:00 [########################################################] 100%
 vapoursynth-R70-1-x86_64                                         1038,7 KiB  4,23 MiB/s 00:00 [########################################################] 100%
 kmenuedit-6.2.3-1-x86_64                                         1028,3 KiB  7,33 MiB/s 00:00 [########################################################] 100%
 qt6-multimedia-6.8.0-2-x86_64                                    1005,0 KiB  7,55 MiB/s 00:00 [########################################################] 100%
 sdl2-2.30.9-1-x86_64                                              994,1 KiB  8,09 MiB/s 00:00 [########################################################] 100%
 hwinfo-23.3-1-x86_64                                              983,1 KiB  8,21 MiB/s 00:00 [########################################################] 100%
 python-cryptography-42.0.8-1-x86_64                               982,1 KiB  7,05 MiB/s 00:00 [########################################################] 100%
 gsettings-desktop-schemas-47.1-2-any                              970,0 KiB  8,31 MiB/s 00:00 [########################################################] 100%
 knewstuff-6.8.0-1-x86_64                                          945,3 KiB  8,39 MiB/s 00:00 [########################################################] 100%
 bluez-qt-6.8.0-1-x86_64                                           942,0 KiB  9,20 MiB/s 00:00 [########################################################] 100%
 tpm2-tss-4.1.3-1-x86_64                                           938,8 KiB  5,99 MiB/s 00:00 [########################################################] 100%
 kirigami-addons-1.5.0-1-x86_64                                    938,3 KiB  6,28 MiB/s 00:00 [########################################################] 100%
 xorg-xwayland-24.1.4-1-x86_64                                     931,5 KiB  7,98 MiB/s 00:00 [########################################################] 100%
 lib32-systemd-256.7-1-x86_64                                      925,6 KiB  9,04 MiB/s 00:00 [########################################################] 100%
 kde-cli-tools-6.2.3-1-x86_64                                      888,6 KiB  7,61 MiB/s 00:00 [########################################################] 100%
 xkeyboard-config-2.43-1-any                                       885,4 KiB  6,50 MiB/s 00:00 [########################################################] 100%
 kcontacts-1:6.8.0-1-x86_64                                        874,0 KiB  8,05 MiB/s 00:00 [########################################################] 100%
 libnm-1.50.0-1-x86_64                                             873,0 KiB  7,29 MiB/s 00:00 [########################################################] 100%
 qca-qt6-2.3.9-3-x86_64                                            869,4 KiB  6,90 MiB/s 00:00 [########################################################] 100%
 kirigami-6.8.0-1-x86_64                                           867,2 KiB  7,30 MiB/s 00:00 [########################################################] 100%
 libpamac-11.7.0-1-x86_64                                          867,1 KiB  7,70 MiB/s 00:00 [########################################################] 100%
 kinfocenter-6.2.3-1-x86_64                                        866,0 KiB  8,46 MiB/s 00:00 [########################################################] 100%
 python-pillow-11.0.0-1-x86_64                                     850,4 KiB  6,75 MiB/s 00:00 [########################################################] 100%
 libxml2-2.13.4-1-x86_64                                           840,2 KiB  5,36 MiB/s 00:00 [########################################################] 100%
 docbook-xsl-1.79.2-9-any                                          831,8 KiB  7,89 MiB/s 00:00 [########################################################] 100%
 libopenmpt-0.7.11-1-x86_64                                        818,6 KiB  8,60 MiB/s 00:00 [########################################################] 100%
 ostree-2024.9-1-x86_64                                            810,2 KiB  6,82 MiB/s 00:00 [########################################################] 100%
 xmlsec-1.3.6-1-x86_64                                             803,4 KiB  7,62 MiB/s 00:00 [########################################################] 100%
 kwindowsystem-6.8.0-1-x86_64                                      798,1 KiB  7,79 MiB/s 00:00 [########################################################] 100%
 qca-qt5-2.3.9-3-x86_64                                            771,0 KiB  7,31 MiB/s 00:00 [########################################################] 100%
 filelight-24.08.3-1-x86_64                                        760,8 KiB  5,72 MiB/s 00:00 [########################################################] 100%
 libcap-2.71-1-x86_64                                              760,1 KiB  6,94 MiB/s 00:00 [########################################################] 100%
 solid-6.8.0-1-x86_64                                              744,2 KiB  7,49 MiB/s 00:00 [########################################################] 100%
 wget-1.25.0-1-x86_64                                              737,6 KiB  5,26 MiB/s 00:00 [########################################################] 100%
 attica-6.8.0-1-x86_64                                             736,5 KiB  6,15 MiB/s 00:00 [########################################################] 100%
 audiocd-kio-24.08.3-1-x86_64                                      726,5 KiB  5,91 MiB/s 00:00 [########################################################] 100%
 kcalc-24.08.3-1-x86_64                                            708,8 KiB  6,07 MiB/s 00:00 [########################################################] 100%
 xz-5.6.3-1-x86_64                                                 705,7 KiB  5,60 MiB/s 00:00 [########################################################] 100%
 syndication-6.8.0-1-x86_64                                        683,5 KiB  1085 KiB/s 00:01 [########################################################] 100%
 baloo-6.8.0-1-x86_64                                              678,2 KiB  1615 KiB/s 00:00 [########################################################] 100%
 openal-1.23.1-3-x86_64                                            675,6 KiB  1930 KiB/s 00:00 [########################################################] 100%
 libvlc-3.0.21-8-x86_64                                            675,0 KiB  2,06 MiB/s 00:00 [########################################################] 100%
 kconfigwidgets-6.8.0-1-x86_64                                     668,1 KiB  1320 KiB/s 00:01 [########################################################] 100%
 openh264-2.4.1-1-x86_64                                           648,1 KiB  2,43 MiB/s 00:00 [########################################################] 100%
 libvisio-0.1.8-1-x86_64                                           645,4 KiB  2,25 MiB/s 00:00 [########################################################] 100%
 ktextwidgets-6.8.0-2-x86_64                                       638,3 KiB  1845 KiB/s 00:00 [########################################################] 100%
 kwallet-6.8.0-1-x86_64                                            633,0 KiB  2,02 MiB/s 00:00 [########################################################] 100%
 libcupsfilters-2.1.0-1-x86_64                                     623,5 KiB  2,26 MiB/s 00:00 [########################################################] 100%
 libksysguard-6.2.3-1-x86_64                                       622,0 KiB  2,30 MiB/s 00:00 [########################################################] 100%
 ddcutil-2.1.4-2-x86_64                                            620,0 KiB  2,67 MiB/s 00:00 [########################################################] 100%
 cairo-1.18.2-2-x86_64                                             616,7 KiB  2,35 MiB/s 00:00 [########################################################] 100%
 pipewire-1:1.2.6-1-x86_64                                         613,8 KiB  1790 KiB/s 00:00 [########################################################] 100%
 libelf-0.192-2-x86_64                                             596,6 KiB  2,83 MiB/s 00:00 [########################################################] 100%
 gperftools-2.16-1-x86_64                                          591,1 KiB  3,21 MiB/s 00:00 [########################################################] 100%
 sonnet-6.8.0-1-x86_64                                             587,5 KiB  1978 KiB/s 00:00 [########################################################] 100%
 modemmanager-qt-6.8.0-1-x86_64                                    582,4 KiB  2,11 MiB/s 00:00 [########################################################] 100%
 print-manager-1:6.2.3-1-x86_64                                    578,3 KiB  1457 KiB/s 00:00 [########################################################] 100%
 imlib2-1.12.3-2-x86_64                                            571,2 KiB  1200 KiB/s 00:00 [########################################################] 100%
 bluez-5.79-1-x86_64                                               570,6 KiB  1006 KiB/s 00:01 [########################################################] 100%
 kdoctools-6.8.0-1-x86_64                                          570,4 KiB   771 KiB/s 00:01 [########################################################] 100%
 at-spi2-core-2.54.0-2-x86_64                                      568,0 KiB  1775 KiB/s 00:00 [########################################################] 100%
 lib32-libelf-0.192-1-x86_64                                       567,3 KiB  1455 KiB/s 00:00 [########################################################] 100%
 hwloc-2.11.2-1-x86_64                                             558,4 KiB  1447 KiB/s 00:00 [########################################################] 100%
 bluedevil-1:6.2.3-1-x86_64                                        553,8 KiB  1309 KiB/s 00:00 [########################################################] 100%
 plasma5support-6.2.3-1-x86_64                                     552,0 KiB  2015 KiB/s 00:00 [########################################################] 100%
 libarchive-3.7.7-1-x86_64                                         550,5 KiB  2,12 MiB/s 00:00 [########################################################] 100%
 libjpeg-turbo-3.0.4-1-x86_64                                      547,7 KiB  2,19 MiB/s 00:00 [########################################################] 100%
 libkcddb-24.08.3-1-x86_64                                         538,1 KiB   695 KiB/s 00:01 [########################################################] 100%
 kuserfeedback-6.8.0-1-x86_64                                      537,9 KiB  2,23 MiB/s 00:00 [########################################################] 100%
 nfs-utils-2.8.1-1-x86_64                                          537,4 KiB  2,46 MiB/s 00:00 [########################################################] 100%
 kitemmodels-6.8.0-1-x86_64                                        519,7 KiB  2,42 MiB/s 00:00 [########################################################] 100%
 gdk-pixbuf2-2.42.12-2-x86_64                                      518,4 KiB  1494 KiB/s 00:00 [########################################################] 100%
 libheif-1.19.3-1-x86_64                                           516,7 KiB  1987 KiB/s 00:00 [########################################################] 100%
 lib32-libxml2-2.13.4-1-x86_64                                     514,2 KiB  2,47 MiB/s 00:00 [########################################################] 100%
 dolphin-plugins-24.08.3-1-x86_64                                  503,3 KiB  2,39 MiB/s 00:00 [########################################################] 100%
 kfilemetadata-6.8.0-1-x86_64                                      503,2 KiB  1623 KiB/s 00:00 [########################################################] 100%
 kiconthemes-6.8.0-2-x86_64                                        503,2 KiB  1989 KiB/s 00:00 [########################################################] 100%
 qt6-connectivity-6.8.0-1-x86_64                                   502,9 KiB  1492 KiB/s 00:00 [########################################################] 100%
 libtiff-4.7.0-1-x86_64                                            496,1 KiB  1490 KiB/s 00:00 [########################################################] 100%
 xdg-desktop-portal-kde-6.2.3-1-x86_64                             496,1 KiB  1930 KiB/s 00:00 [########################################################] 100%
 kparts-6.8.0-1-x86_64                                             483,0 KiB  1021 KiB/s 00:00 [########################################################] 100%
 kcompletion-6.8.0-1-x86_64                                        469,5 KiB  2,81 MiB/s 00:00 [########################################################] 100%
 gpgme-1.24.0-1-x86_64                                             462,2 KiB  2,45 MiB/s 00:00 [########################################################] 100%
 threadweaver-6.8.0-1-x86_64                                       460,1 KiB  2,69 MiB/s 00:00 [########################################################] 100%
 qqc2-desktop-style-6.8.0-1-x86_64                                 458,5 KiB  2,85 MiB/s 00:00 [########################################################] 100%
 yakuake-24.08.3-1-x86_64                                          458,5 KiB  2,49 MiB/s 00:00 [########################################################] 100%
 ldb-2:4.21.1-1-x86_64                                             454,2 KiB  2,55 MiB/s 00:00 [########################################################] 100%
 qt6-5compat-6.8.0-1-x86_64                                        448,8 KiB  2,86 MiB/s 00:00 [########################################################] 100%
 libraw-0.21.3-1-x86_64                                            447,3 KiB  2,84 MiB/s 00:00 [########################################################] 100%
 mpg123-1.32.9-1-x86_64                                            439,4 KiB  2,73 MiB/s 00:00 [########################################################] 100%
 kholidays-1:6.8.0-1-x86_64                                        431,7 KiB  2,70 MiB/s 00:00 [########################################################] 100%
 kcmutils-6.8.0-1-x86_64                                           431,4 KiB  2,42 MiB/s 00:00 [########################################################] 100%
 kfind-24.08.3-1-x86_64                                            430,6 KiB  2,43 MiB/s 00:00 [########################################################] 100%
 kservice-6.8.0-1-x86_64                                           430,6 KiB  2,58 MiB/s 00:00 [########################################################] 100%
 libkscreen-6.2.3-1-x86_64                                         427,3 KiB  2,61 MiB/s 00:00 [########################################################] 100%
 karchive-6.8.0-1-x86_64                                           425,4 KiB  2,97 MiB/s 00:00 [########################################################] 100%
 plasma-systemmonitor-6.2.3-1-x86_64                               422,9 KiB  2,70 MiB/s 00:00 [########################################################] 100%
 krunner-6.8.0-1-x86_64                                            415,8 KiB  2,35 MiB/s 00:00 [########################################################] 100%
 libtool-2.5.3-1-x86_64                                            415,8 KiB  3,05 MiB/s 00:00 [########################################################] 100%
 libnl-3.11.0-1-x86_64                                             410,3 KiB  2,60 MiB/s 00:00 [########################################################] 100%
 nftables-1:1.1.1-1-x86_64                                         410,2 KiB  3,08 MiB/s 00:00 [########################################################] 100%
 iana-etc-20241016-1-any                                           398,7 KiB  2,60 MiB/s 00:00 [########################################################] 100%
 libpipewire-1:1.2.6-1-x86_64                                      393,6 KiB  2,45 MiB/s 00:00 [########################################################] 100%
 ca-certificates-mozilla-3.106-1-x86_64                            387,5 KiB  3,08 MiB/s 00:00 [########################################################] 100%
 keditbookmarks-24.08.3-1-x86_64                                   383,0 KiB  2,54 MiB/s 00:00 [########################################################] 100%
 vte3-0.78.1-1-x86_64                                              381,6 KiB  2,87 MiB/s 00:00 [########################################################] 100%
 qqc2-breeze-style-6.2.3-1-x86_64                                  377,2 KiB  2,41 MiB/s 00:00 [########################################################] 100%
 kpeople-6.8.0-1-x86_64                                            370,5 KiB  3,29 MiB/s 00:00 [########################################################] 100%
 qt6-positioning-6.8.0-1-x86_64                                    370,2 KiB  2,72 MiB/s 00:00 [########################################################] 100%
 kguiaddons-6.8.0-1-x86_64                                         369,8 KiB  3,09 MiB/s 00:00 [########################################################] 100%
 purpose-6.8.0-1-x86_64                                            369,2 KiB  2,86 MiB/s 00:00 [########################################################] 100%
 libwebp-1.4.0-3-x86_64                                            366,5 KiB  2,50 MiB/s 00:00 [########################################################] 100%
 kcodecs-6.8.0-1-x86_64                                            356,7 KiB  2,62 MiB/s 00:00 [########################################################] 100%
 systemsettings-6.2.3-1-x86_64                                     352,7 KiB  2,65 MiB/s 00:00 [########################################################] 100%
 kbookmarks-6.8.0-2-x86_64                                         347,6 KiB  2,67 MiB/s 00:00 [########################################################] 100%
 lib32-curl-8.11.0-1-x86_64                                        343,2 KiB  2,70 MiB/s 00:00 [########################################################] 100%
 kpackage-6.8.0-1-x86_64                                           333,6 KiB  2,28 MiB/s 00:00 [########################################################] 100%
 ksvg-6.8.0-1-x86_64                                               333,1 KiB  2,50 MiB/s 00:00 [########################################################] 100%
 poppler-glib-24.11.0-2-x86_64                                     331,4 KiB  2,43 MiB/s 00:00 [########################################################] 100%
 kitemviews-6.8.0-1-x86_64                                         330,1 KiB  2,48 MiB/s 00:00 [########################################################] 100%
 libppd-2.1.0-1-x86_64                                             317,4 KiB  2,52 MiB/s 00:00 [########################################################] 100%
 plasma-pa-6.2.3-1-x86_64                                          315,8 KiB  2,37 MiB/s 00:00 [########################################################] 100%
 python-gobject-3.50.0-1-x86_64                                    313,7 KiB  2,36 MiB/s 00:00 [########################################################] 100%
 ppp-2.5.1-1-x86_64                                                309,2 KiB  2,27 MiB/s 00:00 [########################################################] 100%
 gst-plugins-base-1.24.9-2-x86_64                                  307,2 KiB  2,50 MiB/s 00:00 [########################################################] 100%
 adwaita-cursors-47.0-1-any                                        306,9 KiB  2,56 MiB/s 00:00 [########################################################] 100%
 kscreen-6.2.3-1-x86_64                                            306,4 KiB  2,56 MiB/s 00:00 [########################################################] 100%
 libyuv-r2426+464c51a03-1-x86_64                                   304,7 KiB  2,29 MiB/s 00:00 [########################################################] 100%
 rubberband-4.0.0-1-x86_64                                         295,5 KiB  2,55 MiB/s 00:00 [########################################################] 100%
 knotifications-6.8.0-1-x86_64                                     294,7 KiB  2,21 MiB/s 00:00 [########################################################] 100%
 pulseaudio-qt-1.6.1-1-x86_64                                      294,5 KiB  2,15 MiB/s 00:00 [########################################################] 100%
 plasma-activities-6.2.3-1-x86_64                                  293,7 KiB  1998 KiB/s 00:00 [########################################################] 100%
 kauth-6.8.0-1-x86_64                                              293,1 KiB  1954 KiB/s 00:00 [########################################################] 100%
 kjobwidgets-6.8.0-1-x86_64                                        288,3 KiB  2,12 MiB/s 00:00 [########################################################] 100%
 plasma-activities-stats-6.2.3-1-x86_64                            286,1 KiB  2043 KiB/s 00:00 [########################################################] 100%
 kdeclarative-6.8.0-1-x86_64                                       282,6 KiB  2,12 MiB/s 00:00 [########################################################] 100%
 device-mapper-2.03.28-1-x86_64                                    278,2 KiB  2,09 MiB/s 00:00 [########################################################] 100%
 python-cffi-1.17.1-1-x86_64                                       277,6 KiB  2,32 MiB/s 00:00 [########################################################] 100%
 kdnssd-6.8.0-1-x86_64                                             277,6 KiB  1803 KiB/s 00:00 [########################################################] 100%
 kimageformats-6.8.0-1-x86_64                                      274,8 KiB  2,51 MiB/s 00:00 [########################################################] 100%
 libcups-2:2.4.11-1-x86_64                                         271,9 KiB  1942 KiB/s 00:00 [########################################################] 100%
 pixman-0.44.0-1-x86_64                                            270,0 KiB  1850 KiB/s 00:00 [########################################################] 100%
 libde265-1.0.15-3-x86_64                                          269,5 KiB  2011 KiB/s 00:00 [########################################################] 100%
 ksystemstats-6.2.3-1-x86_64                                       262,6 KiB  2,14 MiB/s 00:00 [########################################################] 100%
 prison-6.8.0-1-x86_64                                             253,0 KiB  1946 KiB/s 00:00 [########################################################] 100%
 libuv-1.49.2-1-x86_64                                             251,8 KiB  1893 KiB/s 00:00 [########################################################] 100%
 libblockdev-3.2.1-1-x86_64                                        251,6 KiB  1797 KiB/s 00:00 [########################################################] 100%
 kstatusnotifieritem-6.8.0-1-x86_64                                250,8 KiB  2,15 MiB/s 00:00 [########################################################] 100%
 fluidsynth-2.4.0-1-x86_64                                         249,9 KiB  2,28 MiB/s 00:00 [########################################################] 100%
 libzip-1.11.1-1-x86_64                                            249,8 KiB  2,16 MiB/s 00:00 [########################################################] 100%
 kdesu-6.8.0-1-x86_64                                              248,1 KiB  2,12 MiB/s 00:00 [########################################################] 100%
 zbar-0.23.93-2-x86_64                                             247,1 KiB  1858 KiB/s 00:00 [########################################################] 100%
 kscreenlocker-6.2.3-1-x86_64                                      245,2 KiB  1562 KiB/s 00:00 [########################################################] 100%
 poppler-qt6-24.11.0-2-x86_64                                      245,0 KiB  1750 KiB/s 00:00 [########################################################] 100%
 qt6-svg-6.8.0-1-x86_64                                            241,4 KiB  1688 KiB/s 00:00 [########################################################] 100%
 libupnp-1.14.20-1-x86_64                                          231,8 KiB  1577 KiB/s 00:00 [########################################################] 100%
 kdenetwork-filesharing-24.08.3-1-x86_64                           217,6 KiB  1451 KiB/s 00:00 [########################################################] 100%
 kactivitymanagerd-6.2.3-1-x86_64                                  211,4 KiB  1626 KiB/s 00:00 [########################################################] 100%
 kglobalaccel-6.8.0-1-x86_64                                       211,3 KiB  1718 KiB/s 00:00 [########################################################] 100%
 pacman-mirrors-4.28-1-any                                         210,7 KiB  1404 KiB/s 00:00 [########################################################] 100%
 kcolorscheme-6.8.0-1-x86_64                                       204,7 KiB  1233 KiB/s 00:00 [########################################################] 100%
 jasper-4.2.4-2-x86_64                                             203,0 KiB  1797 KiB/s 00:00 [########################################################] 100%
 adwaita-icon-theme-47.0-1-any                                     201,2 KiB  2012 KiB/s 00:00 [########################################################] 100%
 nspr-4.36-1-x86_64                                                197,0 KiB  1728 KiB/s 00:00 [########################################################] 100%
 qt6-multimedia-ffmpeg-6.8.0-2-x86_64                              196,5 KiB  1889 KiB/s 00:00 [########################################################] 100%
 kdbusaddons-6.8.0-1-x86_64                                        196,5 KiB  1637 KiB/s 00:00 [########################################################] 100%
 pipewire-pulse-1:1.2.6-1-x86_64                                   193,8 KiB  1882 KiB/s 00:00 [########################################################] 100%
 networkmanager-l2tp-1.20.16-2-x86_64                              193,5 KiB  1935 KiB/s 00:00 [########################################################] 100%
 kpty-6.8.0-1-x86_64                                               191,7 KiB  1977 KiB/s 00:00 [########################################################] 100%
 breeze-gtk-6.2.3-1-any                                            191,4 KiB  2,08 MiB/s 00:00 [########################################################] 100%
 liburing-2.8-1-x86_64                                             189,4 KiB  2015 KiB/s 00:00 [########################################################] 100%
 pamac-gtk3-10.7.0-1-x86_64                                        186,2 KiB  2,02 MiB/s 00:00 [########################################################] 100%
 qt6-sensors-6.8.0-1-x86_64                                        185,0 KiB  2,08 MiB/s 00:00 [########################################################] 100%
 breeze5-6.2.3-1-x86_64                                            179,7 KiB  2,02 MiB/s 00:00 [########################################################] 100%
 kquickcharts-6.8.0-1-x86_64                                       179,2 KiB  2,11 MiB/s 00:00 [########################################################] 100%
 kamera-24.08.3-1-x86_64                                           178,0 KiB  1835 KiB/s 00:00 [########################################################] 100%
 gst-plugins-ugly-1.24.9-2-x86_64                                  176,2 KiB  2,05 MiB/s 00:00 [########################################################] 100%
 libtirpc-1.3.6-1-x86_64                                           172,9 KiB  2,11 MiB/s 00:00 [########################################################] 100%
 libksane-24.08.3-1-x86_64                                         165,9 KiB  1784 KiB/s 00:00 [########################################################] 100%
 knotifyconfig-6.8.0-1-x86_64                                      164,0 KiB  2,00 MiB/s 00:00 [########################################################] 100%
 kidletime-6.8.0-1-x86_64                                          162,7 KiB  1960 KiB/s 00:00 [########################################################] 100%
 sddm-breath-theme-24.0.0-4-any                                    157,3 KiB  1966 KiB/s 00:00 [########################################################] 100%
 plasma-browser-integration-6.2.3-1-x86_64                         155,7 KiB  1790 KiB/s 00:00 [########################################################] 100%
 kgamma-6.2.3-1-x86_64                                             153,7 KiB  1767 KiB/s 00:00 [########################################################] 100%
 mesa-utils-9.0.0-5-x86_64                                         152,6 KiB  2008 KiB/s 00:00 [########################################################] 100%
 upower-1.90.6-1-x86_64                                            152,1 KiB  1976 KiB/s 00:00 [########################################################] 100%
 libxmlb-0.3.21-1-x86_64                                           151,6 KiB  2,00 MiB/s 00:00 [########################################################] 100%
 libkexiv2-24.08.3-1-x86_64                                        151,1 KiB  1625 KiB/s 00:00 [########################################################] 100%
 plasma-integration-6.2.3-1-x86_64                                 148,5 KiB  1768 KiB/s 00:00 [########################################################] 100%
 libgirepository-1.82.0-1-x86_64                                   147,3 KiB  1693 KiB/s 00:00 [########################################################] 100%
 kaccounts-integration-24.08.3-1-x86_64                            144,1 KiB  1486 KiB/s 00:00 [########################################################] 100%
 sddm-kcm-6.2.3-1-x86_64                                           142,2 KiB  1948 KiB/s 00:00 [########################################################] 100%
 baloo-widgets-24.08.3-1-x86_64                                    141,8 KiB  1575 KiB/s 00:00 [########################################################] 100%
 qcoro-0.11.0-1-x86_64                                             135,7 KiB  1859 KiB/s 00:00 [########################################################] 100%
 kpipewire-6.2.3-2-x86_64                                          134,3 KiB  1815 KiB/s 00:00 [########################################################] 100%
 plasma-thunderbolt-6.2.3-1-x86_64                                 133,9 KiB  1913 KiB/s 00:00 [########################################################] 100%
 kcrash-6.8.0-1-x86_64                                             131,9 KiB  1806 KiB/s 00:00 [########################################################] 100%
 qt6-webchannel-6.8.0-1-x86_64                                     127,4 KiB  1820 KiB/s 00:00 [########################################################] 100%
 qt6-speech-6.8.0-1-x86_64                                         125,4 KiB  1872 KiB/s 00:00 [########################################################] 100%
 gupnp-1:1.6.7-1-x86_64                                            125,2 KiB  1897 KiB/s 00:00 [########################################################] 100%
 networkmanager-pptp-1.2.12-4-x86_64                               124,4 KiB  1778 KiB/s 00:00 [########################################################] 100%
 protobuf-c-1.5.0-8-x86_64                                         124,2 KiB  1775 KiB/s 00:00 [########################################################] 100%
 expat-2.6.4-1-x86_64                                              114,2 KiB  1632 KiB/s 00:00 [########################################################] 100%
 libdisplay-info-0.2.0-2-x86_64                                    110,5 KiB  1754 KiB/s 00:00 [########################################################] 100%
 usbutils-018-1-x86_64                                             107,7 KiB  1709 KiB/s 00:00 [########################################################] 100%
 graphene-1.10.8-2-x86_64                                          106,0 KiB  1515 KiB/s 00:00 [########################################################] 100%
 lib32-xz-5.6.3-1-x86_64                                           103,0 KiB  1410 KiB/s 00:00 [########################################################] 100%
 kglobalacceld-6.2.3-1-x86_64                                      102,9 KiB  1240 KiB/s 00:00 [########################################################] 100%
 python-idna-3.10-1-any                                            101,0 KiB  1383 KiB/s 00:00 [########################################################] 100%
 qt6-websockets-6.8.0-1-x86_64                                      99,7 KiB  1510 KiB/s 00:00 [########################################################] 100%
 libnghttp2-1.64.0-1-x86_64                                         98,2 KiB  1402 KiB/s 00:00 [########################################################] 100%
 cifs-utils-7.1-1-x86_64                                            97,0 KiB  1385 KiB/s 00:00 [########################################################] 100%
 gst-libav-1.24.9-2-x86_64                                          95,8 KiB  1260 KiB/s 00:00 [########################################################] 100%
 bluez-libs-5.79-1-x86_64                                           91,4 KiB  1523 KiB/s 00:00 [########################################################] 100%
 python-charset-normalizer-3.4.0-1-any                              91,2 KiB  1448 KiB/s 00:00 [########################################################] 100%
 i2c-tools-4.4-1-x86_64                                             90,7 KiB  1440 KiB/s 00:00 [########################################################] 100%
 ksanecore-24.08.3-1-x86_64                                         90,0 KiB  1000 KiB/s 00:00 [########################################################] 100%
 alsa-plugins-1:1.2.12-4-x86_64                                     85,8 KiB  1431 KiB/s 00:00 [########################################################] 100%
 kdecoration-6.2.3-1-x86_64                                         84,8 KiB  1487 KiB/s 00:00 [########################################################] 100%
 mhwd-0.6.6-1-x86_64                                                84,2 KiB  1337 KiB/s 00:00 [########################################################] 100%
 kde-gtk-config-6.2.3-1-x86_64                                      81,9 KiB  1106 KiB/s 00:00 [########################################################] 100%
 libksane5-24.08.3-1-x86_64                                         81,6 KiB  1060 KiB/s 00:00 [########################################################] 100%
 kaccounts-providers-24.08.3-1-x86_64                               80,2 KiB  1146 KiB/s 00:00 [########################################################] 100%
 milou-6.2.3-1-x86_64                                               77,6 KiB  1158 KiB/s 00:00 [########################################################] 100%
 mkinitcpio-39.2-3-any                                              74,1 KiB  1176 KiB/s 00:00 [########################################################] 100%
 libkcompactdisc-24.08.3-1-x86_64                                   74,0 KiB   961 KiB/s 00:00 [########################################################] 100%
 plymouth-kcm-6.2.3-1-x86_64                                        73,3 KiB  1047 KiB/s 00:00 [########################################################] 100%
 qt6-quicktimeline-6.8.0-1-x86_64                                   73,2 KiB  1162 KiB/s 00:00 [########################################################] 100%
 libnghttp3-1.6.0-1-x86_64                                          72,7 KiB  1154 KiB/s 00:00 [########################################################] 100%
 frameworkintegration-6.8.0-1-x86_64                                71,6 KiB  1193 KiB/s 00:00 [########################################################] 100%
 fribidi-1.0.16-1-x86_64                                            71,3 KiB  1274 KiB/s 00:00 [########################################################] 100%
 polkit-kde-agent-6.2.3-1-x86_64                                    70,3 KiB  1327 KiB/s 00:00 [########################################################] 100%
 libnftnl-1.2.8-1-x86_64                                            69,9 KiB  1165 KiB/s 00:00 [########################################################] 100%
 lib32-libnghttp2-1.64.0-1-x86_64                                   68,1 KiB  1195 KiB/s 00:00 [########################################################] 100%
 lib32-expat-2.6.4-1-x86_64                                         67,1 KiB  1066 KiB/s 00:00 [########################################################] 100%
 python-wheel-0.44.0-2-any                                          64,5 KiB  1194 KiB/s 00:00 [########################################################] 100%
 lib32-libnghttp3-1.6.0-1-x86_64                                    63,8 KiB  1485 KiB/s 00:00 [########################################################] 100%
 qt6-imageformats-6.8.0-1-x86_64                                    63,8 KiB  1596 KiB/s 00:00 [########################################################] 100%
 ksanecore5-24.08.3-1-x86_64                                        62,4 KiB   436 KiB/s 00:00 [########################################################] 100%
 libdeflate-1.22-1-x86_64                                           61,8 KiB  1315 KiB/s 00:00 [########################################################] 100%
 amd-ucode-20241017.22a6c7dc-1-any                                  61,7 KiB  1435 KiB/s 00:00 [########################################################] 100%
 kded-6.8.0-1-x86_64                                                59,3 KiB  1380 KiB/s 00:00 [########################################################] 100%
 gssdp-1.6.3-2-x86_64                                               58,0 KiB  1350 KiB/s 00:00 [########################################################] 100%
 vte-common-0.78.1-1-x86_64                                         55,7 KiB  1295 KiB/s 00:00 [########################################################] 100%
 gst-plugin-pipewire-1:1.2.6-1-x86_64                               53,8 KiB  1251 KiB/s 00:00 [########################################################] 100%
 libsysprof-capture-47.1-1-x86_64                                   47,2 KiB   874 KiB/s 00:00 [########################################################] 100%
 chromaprint-1.5.1-9-x86_64                                         47,1 KiB  1070 KiB/s 00:00 [########################################################] 100%
 nfsidmap-2.8.1-1-x86_64                                            46,2 KiB  1249 KiB/s 00:00 [########################################################] 100%
 linux-firmware-whence-20241017.22a6c7dc-1-any                      43,6 KiB  1322 KiB/s 00:00 [########################################################] 100%
 debugedit-5.1-1-x86_64                                             43,6 KiB  1090 KiB/s 00:00 [########################################################] 100%
 libkdcraw-24.08.3-1-x86_64                                         43,4 KiB  1086 KiB/s 00:00 [########################################################] 100%
 kdegraphics-thumbnailers-24.08.3-1-x86_64                          42,7 KiB   711 KiB/s 00:00 [########################################################] 100%
 desktop-file-utils-0.28-1-x86_64                                   42,5 KiB  1064 KiB/s 00:00 [########################################################] 100%
 xf86-input-libinput-1.5.0-1-x86_64                                 41,9 KiB  1048 KiB/s 00:00 [########################################################] 100%
 bubblewrap-0.11.0-1-x86_64                                         41,7 KiB  1126 KiB/s 00:00 [########################################################] 100%
 libblockdev-fs-3.2.1-1-x86_64                                      41,6 KiB  1123 KiB/s 00:00 [########################################################] 100%
 libmalcontent-0.13.0-1-x86_64                                      39,7 KiB   993 KiB/s 00:00 [########################################################] 100%
 kwayland-integration-6.2.3-1-x86_64                                38,1 KiB  1155 KiB/s 00:00 [########################################################] 100%
 libwbclient-2:4.21.1-1-x86_64                                      36,2 KiB  1006 KiB/s 00:00 [########################################################] 100%
 libimobiledevice-glue-1.3.1-1-x86_64                               36,0 KiB   972 KiB/s 00:00 [########################################################] 100%
 lib32-libcap-2.71-1-x86_64                                         35,9 KiB   899 KiB/s 00:00 [########################################################] 100%
 gst-plugin-gtk-1.24.9-2-x86_64                                     35,8 KiB   969 KiB/s 00:00 [########################################################] 100%
 layer-shell-qt-6.2.3-1-x86_64                                      35,3 KiB   953 KiB/s 00:00 [########################################################] 100%
 lib32-json-c-0.18-1-x86_64                                         35,2 KiB  1068 KiB/s 00:00 [########################################################] 100%
 mhwd-db-20240506-1-any                                             34,8 KiB   966 KiB/s 00:00 [########################################################] 100%
 gobject-introspection-runtime-1.82.0-1-x86_64                      33,9 KiB   997 KiB/s 00:00 [########################################################] 100%
 snappy-1.2.1-2-x86_64                                              33,5 KiB   906 KiB/s 00:00 [########################################################] 100%
 libraqm-0.10.2-1-x86_64                                            33,4 KiB   759 KiB/s 00:00 [########################################################] 100%
 libxcursor-1.2.3-1-x86_64                                          33,0 KiB   589 KiB/s 00:00 [########################################################] 100%
 ksshaskpass-6.2.3-1-x86_64                                         32,9 KiB   889 KiB/s 00:00 [########################################################] 100%
 xf86-input-evdev-2.11.0-1-x86_64                                   32,6 KiB   815 KiB/s 00:00 [########################################################] 100%
 ffmpegthumbs-24.08.3-2-x86_64                                      31,9 KiB   797 KiB/s 00:00 [########################################################] 100%
 xorg-server-common-21.1.14-1-x86_64                                31,7 KiB   881 KiB/s 00:00 [########################################################] 100%
 libpamac-flatpak-plugin-11.7.0-1-x86_64                            29,6 KiB   801 KiB/s 00:00 [########################################################] 100%
 libproxy-0.5.9-1-x86_64                                            29,5 KiB   797 KiB/s 00:00 [########################################################] 100%
 fwupd-efi-1.7-1-any                                                27,5 KiB   763 KiB/s 00:00 [########################################################] 100%
 mhwd-nvidia-565.57.01-2-any                                        27,2 KiB   823 KiB/s 00:00 [########################################################] 100%
 alsa-card-profiles-1:1.2.6-1-x86_64                                27,0 KiB   676 KiB/s 00:00 [########################################################] 100%
 mhwd-nvidia-470xx-470.256.02-5-any                                 26,9 KiB   746 KiB/s 00:00 [########################################################] 100%
 libblockdev-crypto-3.2.1-1-x86_64                                  26,4 KiB   661 KiB/s 00:00 [########################################################] 100%
 libblockdev-nvme-3.2.1-1-x86_64                                    24,8 KiB   826 KiB/s 00:00 [########################################################] 100%
 kdegraphics-mobipocket-24.08.3-1-x86_64                            20,0 KiB   312 KiB/s 00:00 [########################################################] 100%
 plasma6-themes-breath-migration-24.0.0-4-x86_64                    18,9 KiB   555 KiB/s 00:00 [########################################################] 100%
 kwrited-6.2.3-1-x86_64                                             18,3 KiB   610 KiB/s 00:00 [########################################################] 100%
 gtk-update-icon-cache-1:4.16.5-1-x86_64                            17,8 KiB   592 KiB/s 00:00 [########################################################] 100%
 lib32-libltdl-2.5.3-1-x86_64                                       17,3 KiB   508 KiB/s 00:00 [########################################################] 100%
 libblockdev-part-3.2.1-1-x86_64                                    15,8 KiB   464 KiB/s 00:00 [########################################################] 100%
 signon-kwallet-extension-24.08.3-1-x86_64                          14,4 KiB   273 KiB/s 00:00 [########################################################] 100%
 libblockdev-mdraid-3.2.1-1-x86_64                                  13,8 KiB   419 KiB/s 00:00 [########################################################] 100%
 kwallet-pam-6.2.3-1-x86_64                                         12,8 KiB   389 KiB/s 00:00 [########################################################] 100%
 wireless-regdb-2024.10.07-1-any                                    11,4 KiB   285 KiB/s 00:00 [########################################################] 100%
 libblockdev-swap-3.2.1-1-x86_64                                     8,7 KiB   291 KiB/s 00:00 [########################################################] 100%
 libblockdev-loop-3.2.1-1-x86_64                                     8,5 KiB   256 KiB/s 00:00 [########################################################] 100%
 harfbuzz-icu-10.1.0-1-x86_64                                        7,9 KiB   263 KiB/s 00:00 [########################################################] 100%
 systemd-sysvcompat-256.7-1-x86_64                                   6,7 KiB   202 KiB/s 00:00 [########################################################] 100%
 gsettings-system-schemas-47.1-2-any                                 6,6 KiB   194 KiB/s 00:00 [########################################################] 100%
 install-grub-2:2.12-3-x86_64                                        6,3 KiB   186 KiB/s 00:00 [########################################################] 100%
 mesa-vdpau-1:24.2.6-1-x86_64                                        5,4 KiB   164 KiB/s 00:00 [########################################################] 100%
 lib32-mesa-vdpau-1:24.2.6-1-x86_64                                  5,3 KiB   161 KiB/s 00:00 [########################################################] 100%
 libva-mesa-driver-1:24.2.6-1-x86_64                                 5,1 KiB   189 KiB/s 00:00 [########################################################] 100%
 lib32-libva-mesa-driver-1:24.2.6-1-x86_64                           5,1 KiB   196 KiB/s 00:00 [########################################################] 100%
 pipewire-alsa-1:1.2.6-1-x86_64                                      5,0 KiB   166 KiB/s 00:00 [########################################################] 100%
 update-grub-2:2.12-3-x86_64                                         4,2 KiB   123 KiB/s 00:00 [########################################################] 100%
 pipewire-session-manager-1:1.2.6-1-x86_64                           3,7 KiB   109 KiB/s 00:00 [########################################################] 100%
 default-cursors-3-1-any                                             2,3 KiB  85,8 KiB/s 00:00 [########################################################] 100%
 Total (435/435)                                                  1733,5 MiB  12,3 MiB/s 02:21 [########################################################] 100%
(435/435) checking keys in keyring                                                             [########################################################] 100%
(435/435) checking package integrity                                                           [########################################################] 100%
(435/435) loading package files                                                                [########################################################] 100%
(435/435) checking for file conflicts                                                          [########################################################] 100%
(437/437) checking available disk space                                                        [########################################################] 100%
warning: could not get file information for etc/grub.d/15_ostree
:: Running pre-transaction hooks...
(1/4) Creating Timeshift snapshot before upgrade...
==> skipping timeshift-autosnap due skipRsyncAutosnap in /etc/timeshift-autosnap.conf set to TRUE.
(2/4) Removing linux initcpios...
(3/4) Remove Firefox Distribution Settings
(4/4) Remove Thunderbird Distribution Settings
:: Processing package changes...
(1/2) removing qcoro-qt6                                                                       [########################################################] 100%
(2/2) removing tracker3                                                                        [########################################################] 100%
(  1/435) upgrading adwaita-cursors                                                            [########################################################] 100%
(  2/435) upgrading adwaita-icon-theme                                                         [########################################################] 100%
(  3/435) upgrading alsa-card-profiles                                                         [########################################################] 100%
(  4/435) upgrading iana-etc                                                                   [########################################################] 100%
(  5/435) upgrading alsa-plugins                                                               [########################################################] 100%
(  6/435) upgrading amd-ucode                                                                  [########################################################] 100%
(  7/435) upgrading libsysprof-capture                                                         [########################################################] 100%
(  8/435) upgrading glib2                                                                      [########################################################] 100%
(  9/435) upgrading harfbuzz                                                                   [########################################################] 100%
( 10/435) upgrading xz                                                                         [########################################################] 100%
( 11/435) upgrading gnutls                                                                     [########################################################] 100%
( 12/435) upgrading expat                                                                      [########################################################] 100%
( 13/435) upgrading systemd-libs                                                               [########################################################] 100%
( 14/435) upgrading openssl                                                                    [########################################################] 100%
( 15/435) upgrading libtirpc                                                                   [########################################################] 100%
( 16/435) upgrading libcap                                                                     [########################################################] 100%
( 17/435) upgrading libcups                                                                    [########################################################] 100%
( 18/435) upgrading libjpeg-turbo                                                              [########################################################] 100%
( 19/435) upgrading libnghttp2                                                                 [########################################################] 100%
( 20/435) upgrading libnghttp3                                                                 [########################################################] 100%
( 21/435) upgrading ca-certificates-mozilla                                                    [########################################################] 100%
( 22/435) upgrading curl                                                                       [########################################################] 100%
( 23/435) upgrading libproxy                                                                   [########################################################] 100%
( 24/435) upgrading libelf                                                                     [########################################################] 100%
( 25/435) upgrading libxml2                                                                    [########################################################] 100%
( 26/435) upgrading default-cursors                                                            [########################################################] 100%
( 27/435) upgrading mesa                                                                       [########################################################] 100%
( 28/435) upgrading qt6-translations                                                           [########################################################] 100%
( 29/435) upgrading kbd                                                                        [########################################################] 100%
( 30/435) upgrading hwdata                                                                     [########################################################] 100%
( 31/435) upgrading device-mapper                                                              [########################################################] 100%
( 32/435) upgrading systemd                                                                    [########################################################] 100%
( 33/435) upgrading xkeyboard-config                                                           [########################################################] 100%
( 34/435) upgrading qt6-base                                                                   [########################################################] 100%
( 35/435) upgrading breeze-icons                                                               [########################################################] 100%
( 36/435) upgrading qt6-declarative                                                            [########################################################] 100%
( 37/435) upgrading kconfig                                                                    [########################################################] 100%
( 38/435) upgrading qt6-svg                                                                    [########################################################] 100%
( 39/435) upgrading qt6-wayland                                                                [########################################################] 100%
( 40/435) upgrading kguiaddons                                                                 [########################################################] 100%
New optional dependencies for kguiaddons
    qt6-declarative: QML bindings [installed]
( 41/435) upgrading ki18n                                                                      [########################################################] 100%
( 42/435) upgrading kcolorscheme                                                               [########################################################] 100%
( 43/435) upgrading kcodecs                                                                    [########################################################] 100%
( 44/435) upgrading kwidgetsaddons                                                             [########################################################] 100%
( 45/435) upgrading kcompletion                                                                [########################################################] 100%
( 46/435) upgrading kcoreaddons                                                                [########################################################] 100%
( 47/435) upgrading kconfigwidgets                                                             [########################################################] 100%
( 48/435) upgrading kcrash                                                                     [########################################################] 100%
( 49/435) upgrading kdbusaddons                                                                [########################################################] 100%
( 50/435) upgrading pixman                                                                     [########################################################] 100%
( 51/435) upgrading cairo                                                                      [########################################################] 100%
( 52/435) upgrading fribidi                                                                    [########################################################] 100%
( 53/435) upgrading gperftools                                                                 [########################################################] 100%
( 54/435) upgrading libdeflate                                                                 [########################################################] 100%
( 55/435) upgrading libjxl                                                                     [########################################################] 100%
( 56/435) upgrading mpg123                                                                     [########################################################] 100%
( 57/435) upgrading libopenmpt                                                                 [########################################################] 100%
( 58/435) upgrading libtiff                                                                    [########################################################] 100%
( 59/435) upgrading gdk-pixbuf2                                                                [########################################################] 100%
( 60/435) upgrading librsvg                                                                    [########################################################] 100%
( 61/435) upgrading libwebp                                                                    [########################################################] 100%
( 62/435) upgrading rubberband                                                                 [########################################################] 100%
( 63/435) upgrading libxcursor                                                                 [########################################################] 100%
( 64/435) upgrading sdl2                                                                       [########################################################] 100%
( 65/435) upgrading snappy                                                                     [########################################################] 100%
( 66/435) upgrading python                                                                     [########################################################] 100%
( 67/435) upgrading vapoursynth                                                                [########################################################] 100%
( 68/435) upgrading x265                                                                       [########################################################] 100%
( 69/435) upgrading ffmpeg                                                                     [########################################################] 100%
( 70/435) upgrading karchive                                                                   [########################################################] 100%
( 71/435) upgrading nspr                                                                       [########################################################] 100%
( 72/435) upgrading nss                                                                        [########################################################] 100%
( 73/435) upgrading tpm2-tss                                                                   [########################################################] 100%
( 74/435) upgrading gnupg                                                                      [########################################################] 100%
( 75/435) upgrading gpgme                                                                      [########################################################] 100%
( 76/435) upgrading poppler                                                                    [########################################################] 100%
( 77/435) upgrading poppler-qt6                                                                [########################################################] 100%
( 78/435) upgrading libzip                                                                     [########################################################] 100%
( 79/435) upgrading kfilemetadata                                                              [########################################################] 100%
( 80/435) upgrading kwindowsystem                                                              [########################################################] 100%
( 81/435) upgrading kauth                                                                      [########################################################] 100%
( 82/435) upgrading kbookmarks                                                                 [########################################################] 100%
( 83/435) upgrading kiconthemes                                                                [########################################################] 100%
( 84/435) upgrading kitemviews                                                                 [########################################################] 100%
( 85/435) upgrading libtool                                                                    [########################################################] 100%
( 86/435) upgrading knotifications                                                             [########################################################] 100%
( 87/435) upgrading kjobwidgets                                                                [########################################################] 100%
( 88/435) upgrading kservice                                                                   [########################################################] 100%
( 89/435) upgrading qt6-shadertools                                                            [########################################################] 100%
( 90/435) upgrading qt6-5compat                                                                [########################################################] 100%
( 91/435) upgrading qca-qt6                                                                    [########################################################] 100%
( 92/435) upgrading kwallet                                                                    [########################################################] 100%
( 93/435) upgrading libimobiledevice-glue                                                      [########################################################] 100%
( 94/435) upgrading upower                                                                     [########################################################] 100%
( 95/435) upgrading libblockdev                                                                [########################################################] 100%
New optional dependencies for libblockdev
    libblockdev-smart: for S.M.A.R.T. support
( 96/435) upgrading libblockdev-crypto                                                         [########################################################] 100%
( 97/435) upgrading libblockdev-fs                                                             [########################################################] 100%
( 98/435) upgrading libblockdev-loop                                                           [########################################################] 100%
( 99/435) upgrading libblockdev-mdraid                                                         [########################################################] 100%
(100/435) upgrading libblockdev-nvme                                                           [########################################################] 100%
(101/435) upgrading libblockdev-part                                                           [########################################################] 100%
(102/435) upgrading libblockdev-swap                                                           [########################################################] 100%
(103/435) upgrading solid                                                                      [########################################################] 100%
(104/435) upgrading kio                                                                        [########################################################] 100%
(105/435) upgrading kglobalaccel                                                               [########################################################] 100%
(106/435) upgrading kxmlgui                                                                    [########################################################] 100%
(107/435) upgrading kparts                                                                     [########################################################] 100%
(108/435) upgrading kpty                                                                       [########################################################] 100%
(109/435) upgrading libarchive                                                                 [########################################################] 100%
(110/435) upgrading ark                                                                        [########################################################] 100%
(111/435) upgrading gsettings-system-schemas                                                   [########################################################] 100%
(112/435) upgrading gsettings-desktop-schemas                                                  [########################################################] 100%
(113/435) upgrading at-spi2-core                                                               [########################################################] 100%
(114/435) upgrading attica                                                                     [########################################################] 100%
(115/435) upgrading kirigami                                                                   [########################################################] 100%
(116/435) upgrading kcmutils                                                                   [########################################################] 100%
(117/435) upgrading libkcddb                                                                   [########################################################] 100%
(118/435) upgrading qt5-base                                                                   [########################################################] 100%
(119/435) upgrading ffmpeg4.4                                                                  [########################################################] 100%
(120/435) upgrading libupnp                                                                    [########################################################] 100%
(121/435) installing libvlc                                                                    [########################################################] 100%
(122/435) upgrading vlc                                                                        [########################################################] 100%
(123/435) upgrading libkcompactdisc                                                            [########################################################] 100%
(124/435) upgrading audiocd-kio                                                                [########################################################] 100%
(125/435) upgrading kidletime                                                                  [########################################################] 100%
(126/435) upgrading baloo                                                                      [########################################################] 100%
(127/435) upgrading baloo-widgets                                                              [########################################################] 100%
(128/435) upgrading bluez                                                                      [########################################################] 100%
(129/435) upgrading bluez-qt                                                                   [########################################################] 100%
(130/435) upgrading kdeclarative                                                               [########################################################] 100%
(131/435) upgrading ksvg                                                                       [########################################################] 100%
(132/435) upgrading plasma-activities                                                          [########################################################] 100%
(133/435) upgrading kpackage                                                                   [########################################################] 100%
(134/435) upgrading libplasma                                                                  [########################################################] 100%
(135/435) upgrading bluedevil                                                                  [########################################################] 100%
(136/435) upgrading bluez-libs                                                                 [########################################################] 100%
(137/435) upgrading boost-libs                                                                 [########################################################] 100%
(138/435) upgrading syndication                                                                [########################################################] 100%
(139/435) upgrading knewstuff                                                                  [########################################################] 100%
(140/435) upgrading frameworkintegration                                                       [########################################################] 100%
(141/435) upgrading kdecoration                                                                [########################################################] 100%
(142/435) upgrading breeze                                                                     [########################################################] 100%
(143/435) upgrading breeze-gtk                                                                 [########################################################] 100%
(144/435) upgrading qt5-wayland                                                                [########################################################] 100%
(145/435) upgrading openal                                                                     [########################################################] 100%
(146/435) upgrading graphene                                                                   [########################################################] 100%
(147/435) upgrading gstreamer                                                                  [########################################################] 100%
(148/435) upgrading gst-plugins-base-libs                                                      [########################################################] 100%
(149/435) upgrading gst-plugins-base                                                           [########################################################] 100%
(150/435) upgrading qca-qt5                                                                    [########################################################] 100%
(151/435) upgrading breeze5                                                                    [########################################################] 100%
(152/435) upgrading btrfs-progs                                                                [########################################################] 100%
(153/435) upgrading bubblewrap                                                                 [########################################################] 100%
(154/435) upgrading chromaprint                                                                [########################################################] 100%
(155/435) upgrading libwbclient                                                                [########################################################] 100%
(156/435) upgrading cifs-utils                                                                 [########################################################] 100%
(157/435) upgrading libuv                                                                      [########################################################] 100%
(158/435) upgrading cmake                                                                      [########################################################] 100%
(159/435) upgrading runc                                                                       [########################################################] 100%
(160/435) upgrading containerd                                                                 [########################################################] 100%
(161/435) upgrading libcupsfilters                                                             [########################################################] 100%
(162/435) upgrading libppd                                                                     [########################################################] 100%
(163/435) upgrading cups                                                                       [########################################################] 100%
(164/435) upgrading i2c-tools                                                                  [########################################################] 100%
(165/435) upgrading ddcutil                                                                    [########################################################] 100%
(166/435) upgrading debugedit                                                                  [########################################################] 100%
(167/435) upgrading desktop-file-utils                                                         [########################################################] 100%
(168/435) upgrading docbook-xsl                                                                [########################################################] 100%
(169/435) upgrading libnftnl                                                                   [########################################################] 100%
(170/435) upgrading libnl                                                                      [########################################################] 100%
(171/435) upgrading docker                                                                     [########################################################] 100%
(172/435) upgrading docker-buildx                                                              [########################################################] 100%
(173/435) upgrading docker-compose                                                             [########################################################] 100%
(174/435) upgrading kdnssd                                                                     [########################################################] 100%
(175/435) upgrading qt6-multimedia-ffmpeg                                                      [########################################################] 100%
(176/435) upgrading qt6-multimedia                                                             [########################################################] 100%
(177/435) upgrading qt6-speech                                                                 [########################################################] 100%
(178/435) upgrading sonnet                                                                     [########################################################] 100%
(179/435) upgrading ktextwidgets                                                               [########################################################] 100%
(180/435) upgrading libkexiv2                                                                  [########################################################] 100%
(181/435) upgrading ldb                                                                        [########################################################] 100%
(182/435) upgrading smbclient                                                                  [########################################################] 100%
(183/435) upgrading syntax-highlighting                                                        [########################################################] 100%
(184/435) upgrading kio-extras                                                                 [########################################################] 100%
(185/435) upgrading kuserfeedback                                                              [########################################################] 100%
(186/435) upgrading dolphin                                                                    [########################################################] 100%
(187/435) upgrading ktexteditor                                                                [########################################################] 100%
(188/435) upgrading dolphin-plugins                                                            [########################################################] 100%
(189/435) upgrading kitemmodels                                                                [########################################################] 100%
(190/435) upgrading kirigami-addons                                                            [########################################################] 100%
(191/435) upgrading qqc2-desktop-style                                                         [########################################################] 100%
(192/435) upgrading elisa                                                                      [########################################################] 100%
(193/435) upgrading ffmpegthumbs                                                               [########################################################] 100%
(194/435) upgrading filelight                                                                  [########################################################] 100%
(195/435) installing tinysparql                                                                [########################################################] 100%
(196/435) upgrading gtk-update-icon-cache                                                      [########################################################] 100%
(197/435) upgrading gtk3                                                                       [########################################################] 100%
(198/435) upgrading noto-fonts                                                                 [########################################################] 100%
(199/435) upgrading firefox                                                                    [########################################################] 100%
(200/435) upgrading libpipewire                                                                [########################################################] 100%
(201/435) upgrading fluidsynth                                                                 [########################################################] 100%
(202/435) upgrading fwupd-efi                                                                  [########################################################] 100%
(203/435) upgrading libqmi                                                                     [########################################################] 100%
(204/435) upgrading libxmlb                                                                    [########################################################] 100%
(205/435) upgrading protobuf                                                                   [########################################################] 100%
(206/435) upgrading protobuf-c                                                                 [########################################################] 100%
(207/435) upgrading fwupd                                                                      [########################################################] 100%
(208/435) upgrading gawk                                                                       [########################################################] 100%
(209/435) upgrading ghostscript                                                                [########################################################] 100%
(210/435) upgrading git                                                                        [########################################################] 100%
(211/435) upgrading libgirepository                                                            [########################################################] 100%
(212/435) upgrading gobject-introspection-runtime                                              [########################################################] 100%
(213/435) upgrading grub                                                                       [########################################################] 100%
:: To use the new features provided in this GRUB update, it is recommended
   to install it to the MBR or UEFI. Due to potential configuration
   incompatibilities, it is advised to run both, installation and generation
   of configuration:
     # UEFI: https://wiki.archlinux.org/title/GRUB#Installation
     # BIOS: https://wiki.archlinux.org/title/GRUB#Installation_2
(214/435) upgrading gssdp                                                                      [########################################################] 100%
(215/435) upgrading gst-libav                                                                  [########################################################] 100%
(216/435) upgrading gupnp                                                                      [########################################################] 100%
(217/435) upgrading gst-plugins-bad-libs                                                       [########################################################] 100%
(218/435) upgrading gst-plugin-gtk                                                             [########################################################] 100%
(219/435) upgrading pipewire                                                                   [########################################################] 100%
(220/435) upgrading pipewire-session-manager                                                   [########################################################] 100%
(221/435) upgrading gst-plugin-pipewire                                                        [########################################################] 100%
(222/435) upgrading libde265                                                                   [########################################################] 100%
(223/435) installing openh264                                                                  [########################################################] 100%
(224/435) upgrading libraqm                                                                    [########################################################] 100%
(225/435) upgrading imagemagick                                                                [########################################################] 100%
(226/435) upgrading zbar                                                                       [########################################################] 100%
(227/435) upgrading gst-plugins-bad                                                            [########################################################] 100%
(228/435) upgrading imlib2                                                                     [########################################################] 100%
(229/435) upgrading gst-plugins-good                                                           [########################################################] 100%
(230/435) upgrading gst-plugins-ugly                                                           [########################################################] 100%
(231/435) upgrading gtk4                                                                       [########################################################] 100%
(232/435) upgrading jasper                                                                     [########################################################] 100%
(233/435) upgrading libraw                                                                     [########################################################] 100%
(234/435) upgrading libkdcraw                                                                  [########################################################] 100%
(235/435) upgrading signon-kwallet-extension                                                   [########################################################] 100%
(236/435) upgrading qt6-positioning                                                            [########################################################] 100%
(237/435) upgrading qt6-webchannel                                                             [########################################################] 100%
(238/435) upgrading qt6-webengine                                                              [########################################################] 100%
(239/435) upgrading kaccounts-integration                                                      [########################################################] 100%
(240/435) upgrading purpose                                                                    [########################################################] 100%
(241/435) upgrading gwenview                                                                   [########################################################] 100%
New optional dependencies for gwenview
    kimageformats: support for xcf, exr, psd, and more image formats [installed]
(242/435) upgrading harfbuzz-icu                                                               [########################################################] 100%
(243/435) upgrading hwinfo                                                                     [########################################################] 100%
(244/435) upgrading hwloc                                                                      [########################################################] 100%
(245/435) upgrading install-grub                                                               [########################################################] 100%
:: To use the new features provided in this GRUB update, it is recommended
   to install it to the MBR or UEFI. Due to potential configuration
   incompatibilities, it is advised to run both, installation and generation
   of configuration:
     # UEFI: https://wiki.archlinux.org/title/GRUB#Installation
     # BIOS: https://wiki.archlinux.org/title/GRUB#Installation_2
(246/435) upgrading intel-ucode                                                                [########################################################] 100%
(247/435) upgrading kaccounts-providers                                                        [########################################################] 100%
(248/435) upgrading kactivitymanagerd                                                          [########################################################] 100%
(249/435) upgrading libheif                                                                    [########################################################] 100%
(250/435) upgrading libyuv                                                                     [########################################################] 100%
(251/435) upgrading libgphoto2                                                                 [########################################################] 100%
(252/435) upgrading kamera                                                                     [########################################################] 100%
(253/435) upgrading kate                                                                       [########################################################] 100%
(254/435) upgrading kcalc                                                                      [########################################################] 100%
(255/435) upgrading kcontacts                                                                  [########################################################] 100%
(256/435) upgrading kdesu                                                                      [########################################################] 100%
(257/435) upgrading kde-cli-tools                                                              [########################################################] 100%
(258/435) upgrading kde-gtk-config                                                             [########################################################] 100%
(259/435) upgrading kpeople                                                                    [########################################################] 100%
(260/435) upgrading kstatusnotifieritem                                                        [########################################################] 100%
(261/435) upgrading ppp                                                                        [########################################################] 100%
(262/435) upgrading modemmanager-qt                                                            [########################################################] 100%
(263/435) upgrading pulseaudio-qt                                                              [########################################################] 100%
(264/435) upgrading qt6-connectivity                                                           [########################################################] 100%
(265/435) upgrading kdeconnect                                                                 [########################################################] 100%
(266/435) upgrading kded                                                                       [########################################################] 100%
(267/435) upgrading kdegraphics-mobipocket                                                     [########################################################] 100%
(268/435) upgrading kdegraphics-thumbnailers                                                   [########################################################] 100%
(269/435) upgrading liburing                                                                   [########################################################] 100%
(270/435) upgrading samba                                                                      [########################################################] 100%
(271/435) upgrading kdenetwork-filesharing                                                     [########################################################] 100%
(272/435) upgrading kholidays                                                                  [########################################################] 100%
(273/435) upgrading krunner                                                                    [########################################################] 100%
(274/435) upgrading kunitconversion                                                            [########################################################] 100%
(275/435) upgrading kglobalacceld                                                              [########################################################] 100%
(276/435) upgrading kquickcharts                                                               [########################################################] 100%
(277/435) upgrading layer-shell-qt                                                             [########################################################] 100%
(278/435) upgrading libkscreen                                                                 [########################################################] 100%
(279/435) upgrading kscreenlocker                                                              [########################################################] 100%
(280/435) upgrading kwayland                                                                   [########################################################] 100%
(281/435) upgrading libdisplay-info                                                            [########################################################] 100%
(282/435) upgrading qt6-sensors                                                                [########################################################] 100%
(283/435) upgrading qt6-tools                                                                  [########################################################] 100%
(284/435) upgrading kwin                                                                       [########################################################] 100%
(285/435) upgrading knotifyconfig                                                              [########################################################] 100%
(286/435) upgrading kpipewire                                                                  [########################################################] 100%
(287/435) upgrading libksysguard                                                               [########################################################] 100%
(288/435) upgrading ksystemstats                                                               [########################################################] 100%
(289/435) upgrading libqalculate                                                               [########################################################] 100%
(290/435) upgrading milou                                                                      [########################################################] 100%
(291/435) upgrading ocean-sound-theme                                                          [########################################################] 100%
(292/435) upgrading plasma-activities-stats                                                    [########################################################] 100%
(293/435) upgrading plasma5support                                                             [########################################################] 100%
(294/435) upgrading prison                                                                     [########################################################] 100%
(295/435) upgrading qt6-virtualkeyboard                                                        [########################################################] 100%
(296/435) upgrading xorg-server-common                                                         [########################################################] 100%
(297/435) upgrading xorg-xwayland                                                              [########################################################] 100%
(298/435) upgrading qqc2-breeze-style                                                          [########################################################] 100%
(299/435) upgrading xdg-desktop-portal-kde                                                     [########################################################] 100%
(300/435) upgrading plasma-integration                                                         [########################################################] 100%
(301/435) upgrading plasma-workspace                                                           [########################################################] 100%
(302/435) installing openxr                                                                    [########################################################] 100%
(303/435) upgrading qt6-quicktimeline                                                          [########################################################] 100%
(304/435) upgrading qt6-quick3d                                                                [########################################################] 100%
(305/435) upgrading kdeplasma-addons                                                           [########################################################] 100%
(306/435) upgrading kdoctools                                                                  [########################################################] 100%
(307/435) upgrading keditbookmarks                                                             [########################################################] 100%
(308/435) upgrading kfind                                                                      [########################################################] 100%
(309/435) upgrading kgamma                                                                     [########################################################] 100%
(310/435) upgrading ktexttemplate                                                              [########################################################] 100%
(311/435) upgrading khelpcenter                                                                [########################################################] 100%
(312/435) upgrading kimageformats                                                              [########################################################] 100%
(313/435) upgrading mesa-utils                                                                 [########################################################] 100%
(314/435) upgrading systemsettings                                                             [########################################################] 100%
(315/435) upgrading kinfocenter                                                                [########################################################] 100%
(316/435) upgrading kmenuedit                                                                  [########################################################] 100%
(317/435) upgrading konsole                                                                    [########################################################] 100%
(318/435) upgrading poppler-glib                                                               [########################################################] 100%
(319/435) upgrading ksanecore                                                                  [########################################################] 100%
(320/435) upgrading ksanecore5                                                                 [########################################################] 100%
(321/435) upgrading kscreen                                                                    [########################################################] 100%
(322/435) upgrading ksshaskpass                                                                [########################################################] 100%
(323/435) upgrading ksystemlog                                                                 [########################################################] 100%
(324/435) upgrading kwallet-pam                                                                [########################################################] 100%
(325/435) upgrading kwalletmanager                                                             [########################################################] 100%
(326/435) upgrading kwayland-integration                                                       [########################################################] 100%
(327/435) upgrading kwrited                                                                    [########################################################] 100%
(328/435) upgrading lib32-libnghttp2                                                           [########################################################] 100%
(329/435) upgrading lib32-libnghttp3                                                           [########################################################] 100%
(330/435) upgrading lib32-openssl                                                              [########################################################] 100%
(331/435) upgrading lib32-curl                                                                 [########################################################] 100%
(332/435) upgrading lib32-expat                                                                [########################################################] 100%
(333/435) upgrading lib32-xz                                                                   [########################################################] 100%
(334/435) upgrading lib32-systemd                                                              [########################################################] 100%
(335/435) upgrading lib32-libcap                                                               [########################################################] 100%
(336/435) installing lib32-json-c                                                              [########################################################] 100%
(337/435) upgrading lib32-libelf                                                               [########################################################] 100%
(338/435) upgrading lib32-libltdl                                                              [########################################################] 100%
(339/435) upgrading libva-mesa-driver                                                          [########################################################] 100%
(340/435) upgrading lib32-libxml2                                                              [########################################################] 100%
(341/435) upgrading lib32-libva-mesa-driver                                                    [########################################################] 100%
(342/435) upgrading lib32-mesa                                                                 [########################################################] 100%
(343/435) upgrading mesa-vdpau                                                                 [########################################################] 100%
(344/435) upgrading lib32-mesa-vdpau                                                           [########################################################] 100%
(345/435) upgrading vulkan-intel                                                               [########################################################] 100%
(346/435) upgrading lib32-vulkan-intel                                                         [########################################################] 100%
(347/435) upgrading vulkan-nouveau                                                             [########################################################] 100%
(348/435) upgrading lib32-vulkan-nouveau                                                       [########################################################] 100%
(349/435) upgrading vulkan-radeon                                                              [########################################################] 100%
(350/435) upgrading lib32-vulkan-radeon                                                        [########################################################] 100%
(351/435) upgrading libadwaita                                                                 [########################################################] 100%
(352/435) upgrading libetonyek                                                                 [########################################################] 100%
(353/435) upgrading libksane                                                                   [########################################################] 100%
(354/435) upgrading libksane5                                                                  [########################################################] 100%
(355/435) upgrading libmalcontent                                                              [########################################################] 100%
(356/435) upgrading libmysofa                                                                  [########################################################] 100%
(357/435) upgrading libnm                                                                      [########################################################] 100%
(358/435) upgrading python-charset-normalizer                                                  [########################################################] 100%
(359/435) upgrading python-idna                                                                [########################################################] 100%
(360/435) upgrading pacman-mirrors                                                             [########################################################] 100%
(361/435) upgrading pacman                                                                     [########################################################] 100%
(362/435) upgrading libpamac                                                                   [########################################################] 100%
(363/435) upgrading ostree                                                                     [########################################################] 100%
(364/435) upgrading python-gobject                                                             [########################################################] 100%
(365/435) upgrading libpamac-flatpak-plugin                                                    [########################################################] 100%
(366/435) upgrading libvisio                                                                   [########################################################] 100%
(367/435) upgrading xmlsec                                                                     [########################################################] 100%
(368/435) upgrading libreoffice-still                                                          [########################################################] 100%
(369/435) upgrading libvips                                                                    [########################################################] 100%
(370/435) upgrading linux-firmware-whence                                                      [########################################################] 100%
(371/435) upgrading linux-firmware                                                             [########################################################] 100%
(372/435) upgrading mkinitcpio                                                                 [########################################################] 100%
(373/435) upgrading linux610                                                                   [########################################################] 100%
>>> NOTE, 6.10.14 is the last maintenance release of the 6.10 kernel series.
    This kernel is now marked 'End Of Life' (EOL).
    
    It is recommend to switch to the newer linux611 series:
    'sudo mhwd-kernel -i linux611'
    
(374/435) upgrading lvm2                                                                       [########################################################] 100%
(375/435) upgrading mhwd-nvidia                                                                [########################################################] 100%
(376/435) upgrading mhwd-nvidia-470xx                                                          [########################################################] 100%
(377/435) upgrading mhwd-db                                                                    [########################################################] 100%
(378/435) upgrading mhwd                                                                       [########################################################] 100%
(379/435) upgrading networkmanager                                                             [########################################################] 100%
(380/435) upgrading networkmanager-l2tp                                                        [########################################################] 100%
(381/435) upgrading networkmanager-pptp                                                        [########################################################] 100%
(382/435) upgrading networkmanager-qt                                                          [########################################################] 100%
(383/435) upgrading nfsidmap                                                                   [########################################################] 100%
(384/435) upgrading nfs-utils                                                                  [########################################################] 100%
(385/435) upgrading nftables                                                                   [########################################################] 100%
(386/435) upgrading noto-fonts-emoji                                                           [########################################################] 100%
(387/435) upgrading ntp                                                                        [########################################################] 100%
(388/435) upgrading threadweaver                                                               [########################################################] 100%
(389/435) upgrading okular                                                                     [########################################################] 100%
(390/435) upgrading opencv                                                                     [########################################################] 100%
(391/435) upgrading openssh                                                                    [########################################################] 100%
(392/435) upgrading pamac-gtk3                                                                 [########################################################] 100%
(393/435) upgrading pipewire-audio                                                             [########################################################] 100%
(394/435) upgrading pipewire-alsa                                                              [########################################################] 100%
(395/435) upgrading pipewire-pulse                                                             [########################################################] 100%
(396/435) upgrading plasma-browser-integration                                                 [########################################################] 100%
(397/435) upgrading polkit-kde-agent                                                           [########################################################] 100%
(398/435) upgrading qt6-websockets                                                             [########################################################] 100%
(399/435) installing qcoro                                                                     [########################################################] 100%
(400/435) upgrading powerdevil                                                                 [########################################################] 100%
New optional dependencies for powerdevil
    tlp: alternative power profiles support
(401/435) upgrading plasma-desktop                                                             [########################################################] 100%
(402/435) upgrading plasma-nm                                                                  [########################################################] 100%
(403/435) upgrading plasma-pa                                                                  [########################################################] 100%
(404/435) upgrading plasma-systemmonitor                                                       [########################################################] 100%
(405/435) upgrading plasma-thunderbolt                                                         [########################################################] 100%
(406/435) upgrading plasma-workspace-wallpapers                                                [########################################################] 100%
(407/435) upgrading plasma6-themes-breath-migration                                            [########################################################] 100%
(408/435) upgrading plasma6-themes-breath                                                      [########################################################] 100%
(409/435) upgrading plymouth                                                                   [########################################################] 100%
WARNING: The 'plymouth-encrypt' and 'sd-plymouth' hooks are depreciated. You should replace them with 'encrypt' and 'plymouth' hooks in your 'mkinitcpio.conf'. The 'lxdm-plymouth.service', 'lightdm-plymouth.service' and 'sddm-plymouth.service' systemd service files are no longer recommended. You should enable 'lxdm.service', 'lightdm.service' or 'sddm.service' instead.
(410/435) upgrading plymouth-kcm                                                               [########################################################] 100%
(411/435) upgrading print-manager                                                              [########################################################] 100%
(412/435) upgrading python-cffi                                                                [########################################################] 100%
(413/435) upgrading python-cryptography                                                        [########################################################] 100%
(414/435) upgrading python-pillow                                                              [########################################################] 100%
(415/435) upgrading python-wheel                                                               [########################################################] 100%
(416/435) upgrading python-pip                                                                 [########################################################] 100%
(417/435) upgrading qt6-imageformats                                                           [########################################################] 100%
(418/435) upgrading sddm-breath-theme                                                          [########################################################] 100%
(419/435) upgrading xf86-input-libinput                                                        [########################################################] 100%
(420/435) upgrading xorg-server                                                                [########################################################] 100%
(421/435) upgrading sddm-kcm                                                                   [########################################################] 100%
(422/435) upgrading skanlite                                                                   [########################################################] 100%
(423/435) upgrading sof-firmware                                                               [########################################################] 100%
(424/435) upgrading spectacle                                                                  [########################################################] 100%
(425/435) upgrading systemd-sysvcompat                                                         [########################################################] 100%
(426/435) upgrading thunderbird                                                                [########################################################] 100%
(427/435) upgrading update-grub                                                                [########################################################] 100%
:: To use the new features provided in this GRUB update, it is recommended
   to install it to the MBR or UEFI. Due to potential configuration
   incompatibilities, it is advised to run both, installation and generation
   of configuration:
     # UEFI: https://wiki.archlinux.org/title/GRUB#Installation
     # BIOS: https://wiki.archlinux.org/title/GRUB#Installation_2
(428/435) upgrading usbutils                                                                   [########################################################] 100%
(429/435) upgrading vte-common                                                                 [########################################################] 100%
(430/435) upgrading vte3                                                                       [########################################################] 100%
(431/435) upgrading wget                                                                       [########################################################] 100%
(432/435) upgrading wireless-regdb                                                             [########################################################] 100%
(433/435) upgrading xf86-input-evdev                                                           [########################################################] 100%
(434/435) upgrading xfsprogs                                                                   [########################################################] 100%
(435/435) upgrading yakuake                                                                    [########################################################] 100%
:: Running post-transaction hooks...
( 1/31) Creating system user accounts...
( 2/31) Updating journal message catalog...
( 3/31) Reloading system manager configuration...
( 4/31) Reloading user manager configuration...
( 5/31) Updating udev hardware database...
( 6/31) Applying kernel sysctl settings...
( 7/31) Creating temporary files...
( 8/31) Reloading device manager configuration...
( 9/31) Arming ConditionNeedsUpdate...
(10/31) Updating the MIME type database...
(11/31) Rebuilding certificate stores...
(12/31) Updating module dependencies...
(13/31) Updating linux initcpios...
==> Building image from preset: /etc/mkinitcpio.d/linux610.preset: 'default'
==> Using default configuration file: '/etc/mkinitcpio.conf'
  -> -k /boot/vmlinuz-6.10-x86_64 -g /boot/initramfs-6.10-x86_64.img
==> Starting build: '6.10.14-1-MANJARO'
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [autodetect]
  -> Running build hook: [microcode]
  -> Running build hook: [modconf]
  -> Running build hook: [kms]
  -> Running build hook: [keyboard]
==> WARNING: Possibly missing firmware for module: 'xhci_pci'
  -> Running build hook: [keymap]
  -> Running build hook: [consolefont]
==> WARNING: consolefont: no font found in configuration
  -> Running build hook: [block]
  -> Running build hook: [filesystems]
  -> Running build hook: [fsck]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: '/boot/initramfs-6.10-x86_64.img'
  -> Early uncompressed CPIO image generation successful
==> Initcpio image generation successful
==> Building image from preset: /etc/mkinitcpio.d/linux610.preset: 'fallback'
==> Using default configuration file: '/etc/mkinitcpio.conf'
  -> -k /boot/vmlinuz-6.10-x86_64 -g /boot/initramfs-6.10-x86_64-fallback.img -S autodetect
==> Starting build: '6.10.14-1-MANJARO'
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [microcode]
  -> Running build hook: [modconf]
  -> Running build hook: [kms]
==> WARNING: Possibly missing firmware for module: 'ast'
  -> Running build hook: [keyboard]
==> WARNING: Possibly missing firmware for module: 'xhci_pci'
  -> Running build hook: [keymap]
  -> Running build hook: [consolefont]
==> WARNING: consolefont: no font found in configuration
  -> Running build hook: [block]
==> WARNING: Possibly missing firmware for module: 'qed'
==> WARNING: Possibly missing firmware for module: 'wd719x'
==> WARNING: Possibly missing firmware for module: 'bfa'
==> WARNING: Possibly missing firmware for module: 'aic94xx'
==> WARNING: Possibly missing firmware for module: 'qla2xxx'
==> WARNING: Possibly missing firmware for module: 'qla1280'
  -> Running build hook: [filesystems]
  -> Running build hook: [fsck]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: '/boot/initramfs-6.10-x86_64-fallback.img'
  -> Early uncompressed CPIO image generation successful
==> Initcpio image generation successful
(14/31) Installing Grub to MBR/EFI
Grub will be installed on: EFI
Installing for x86_64-efi platform.
Installation finished. No error reported.
Update UEFI Fallback file: /boot/efi/EFI/Manjaro/grubx64.efi
Generating grub configuration file ...
Found theme: /usr/share/grub/themes/manjaro/theme.txt
Found linux image: /boot/vmlinuz-6.10-x86_64
Found initrd image: /boot/intel-ucode.img /boot/amd-ucode.img /boot/initramfs-6.10-x86_64.img
Found initrd fallback image: /boot/initramfs-6.10-x86_64-fallback.img
Warning: os-prober will be executed to detect other bootable partitions.
Its output will be used to detect bootable binaries on them and create new boot entries.
Adding boot menu entry for UEFI Firmware Settings ...
Root filesystem isn't btrfs
If you think an error has occurred, please file a bug report at "https://github.com/Antynea/grub-btrfs"
Found memtest86+ image: /boot/memtest86+/memtest.bin
/usr/bin/grub-probe: warning: unknown device type nvme0n1.
Found memtest86+ EFI image: /boot/memtest86+/memtest.efi
/usr/bin/grub-probe: warning: unknown device type nvme0n1.
done
Warning: GRUB bootloader at /boot/efi/EFI/Manjaro was updated,
but it seems like you are not using it by default.
Please check your EFI boot priorities!
(15/31) Updating Grub-Bootmenu
Generating grub configuration file ...
Found theme: /usr/share/grub/themes/manjaro/theme.txt
Found linux image: /boot/vmlinuz-6.10-x86_64
Found initrd image: /boot/intel-ucode.img /boot/amd-ucode.img /boot/initramfs-6.10-x86_64.img
Found initrd fallback image: /boot/initramfs-6.10-x86_64-fallback.img
Warning: os-prober will be executed to detect other bootable partitions.
Its output will be used to detect bootable binaries on them and create new boot entries.
Adding boot menu entry for UEFI Firmware Settings ...
Root filesystem isn't btrfs
If you think an error has occurred, please file a bug report at "https://github.com/Antynea/grub-btrfs"
Found memtest86+ image: /boot/memtest86+/memtest.bin
/usr/bin/grub-probe: warning: unknown device type nvme0n1.
Found memtest86+ EFI image: /boot/memtest86+/memtest.efi
/usr/bin/grub-probe: warning: unknown device type nvme0n1.
done
(16/31) Reloading system bus configuration...
(17/31) Warn about old perl modules
(18/31) Copy Firefox Distribution Settings
(19/31) Updating fontconfig cache...
(20/31) Probing GDK-Pixbuf loader modules...
(21/31) Compiling GSettings XML schema files...
(22/31) Probing GTK3 input method modules...
(23/31) Updating icon theme caches...
(24/31) Updating GTK4 module cache...
(25/31) Changing NetworkManager Connectivity-Ping to manjaro.org
(26/31) Configuring pacman-mirrors ...
::INFO Downloading mirrors from Manjaro
::INFO => Mirror pool: https://repo.manjaro.org/mirrors.json
::INFO => Mirror status: https://repo.manjaro.org/status.json
hint: use `pacman-mirrors` to generate and update your pacman mirrorlist.
(27/31) Updating the info directory file...
(28/31) Copy Thunderbird Distribution Settings
(29/31) Updating the desktop file MIME type cache...
(30/31) Updating the vlc plugin cache...
(31/31) Updating X fontdir indices...

└[~]> sudo mhwd-kernel -i linux611
:: Synchronizing package databases...
 core is up to date
 extra is up to date
 multilib is up to date
resolving dependencies...
looking for conflicting packages...

Packages (1) linux611-6.11.7-1

Total Download Size:   138,71 MiB
Total Installed Size:  143,90 MiB

:: Proceed with installation? [Y/n] Y
:: Retrieving packages...
 linux611-6.11.7-1-x86_64                                          138,7 MiB  26,7 MiB/s 00:05 [########################################################] 100%
(1/1) checking keys in keyring                                                                 [########################################################] 100%
(1/1) checking package integrity                                                               [########################################################] 100%
(1/1) loading package files                                                                    [########################################################] 100%
(1/1) checking for file conflicts                                                              [########################################################] 100%
(1/1) checking available disk space                                                            [########################################################] 100%
:: Processing package changes...
(1/1) installing linux611                                                                      [########################################################] 100%
Optional dependencies for linux611
    wireless-regdb: to set the correct wireless channels of your country [installed]
    linux-firmware: firmware images needed for some devices [installed]
:: Running post-transaction hooks...
(1/4) Arming ConditionNeedsUpdate...
(2/4) Updating module dependencies...
(3/4) Updating linux initcpios...
==> Building image from preset: /etc/mkinitcpio.d/linux611.preset: 'default'
==> Using default configuration file: '/etc/mkinitcpio.conf'
  -> -k /boot/vmlinuz-6.11-x86_64 -g /boot/initramfs-6.11-x86_64.img
==> Starting build: '6.11.7-1-MANJARO'
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [autodetect]
  -> Running build hook: [microcode]
  -> Running build hook: [modconf]
  -> Running build hook: [kms]
  -> Running build hook: [keyboard]
==> WARNING: Possibly missing firmware for module: 'xhci_pci'
  -> Running build hook: [keymap]
  -> Running build hook: [consolefont]
==> WARNING: consolefont: no font found in configuration
  -> Running build hook: [block]
  -> Running build hook: [filesystems]
  -> Running build hook: [fsck]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: '/boot/initramfs-6.11-x86_64.img'
  -> Early uncompressed CPIO image generation successful
==> Initcpio image generation successful
==> Building image from preset: /etc/mkinitcpio.d/linux611.preset: 'fallback'
==> Using default configuration file: '/etc/mkinitcpio.conf'
  -> -k /boot/vmlinuz-6.11-x86_64 -g /boot/initramfs-6.11-x86_64-fallback.img -S autodetect
==> Starting build: '6.11.7-1-MANJARO'
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [microcode]
  -> Running build hook: [modconf]
  -> Running build hook: [kms]
==> WARNING: Possibly missing firmware for module: 'ast'
  -> Running build hook: [keyboard]
==> WARNING: Possibly missing firmware for module: 'xhci_pci'
  -> Running build hook: [keymap]
  -> Running build hook: [consolefont]
==> WARNING: consolefont: no font found in configuration
  -> Running build hook: [block]
==> WARNING: Possibly missing firmware for module: 'qed'
==> WARNING: Possibly missing firmware for module: 'wd719x'
==> WARNING: Possibly missing firmware for module: 'bfa'
==> WARNING: Possibly missing firmware for module: 'aic94xx'
==> WARNING: Possibly missing firmware for module: 'qla2xxx'
==> WARNING: Possibly missing firmware for module: 'qla1280'
  -> Running build hook: [filesystems]
  -> Running build hook: [fsck]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: '/boot/initramfs-6.11-x86_64-fallback.img'
  -> Early uncompressed CPIO image generation successful
==> Initcpio image generation successful
(4/4) Updating Grub-Bootmenu
Generating grub configuration file ...
Found theme: /usr/share/grub/themes/manjaro/theme.txt
Found linux image: /boot/vmlinuz-6.11-x86_64
Found initrd image: /boot/intel-ucode.img /boot/amd-ucode.img /boot/initramfs-6.11-x86_64.img
Found initrd fallback image: /boot/initramfs-6.11-x86_64-fallback.img
Found linux image: /boot/vmlinuz-6.10-x86_64
Found initrd image: /boot/intel-ucode.img /boot/amd-ucode.img /boot/initramfs-6.10-x86_64.img
Found initrd fallback image: /boot/initramfs-6.10-x86_64-fallback.img
Warning: os-prober will be executed to detect other bootable partitions.
Its output will be used to detect bootable binaries on them and create new boot entries.
Adding boot menu entry for UEFI Firmware Settings ...
Root filesystem isn't btrfs
If you think an error has occurred, please file a bug report at "https://github.com/Antynea/grub-btrfs"
Found memtest86+ image: /boot/memtest86+/memtest.bin
/usr/bin/grub-probe: warning: unknown device type nvme0n1.
Found memtest86+ EFI image: /boot/memtest86+/memtest.efi
/usr/bin/grub-probe: warning: unknown device type nvme0n1.
done
┌[urko@urko] [/dev/pts/4] 
└[~]> su od m                     
┌[urko@urko] [/dev/pts/4] [130]
└[~]> sudo mkinitcpio -P          
==> Building image from preset: /etc/mkinitcpio.d/linux610.preset: 'default'
==> Using default configuration file: '/etc/mkinitcpio.conf'
  -> -k /boot/vmlinuz-6.10-x86_64 -g /boot/initramfs-6.10-x86_64.img
==> Starting build: '6.10.14-1-MANJARO'
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [autodetect]
  -> Running build hook: [microcode]
  -> Running build hook: [modconf]
  -> Running build hook: [kms]
  -> Running build hook: [keyboard]
==> WARNING: Possibly missing firmware for module: 'xhci_pci'
  -> Running build hook: [keymap]
  -> Running build hook: [consolefont]
==> WARNING: consolefont: no font found in configuration
  -> Running build hook: [block]
  -> Running build hook: [filesystems]
  -> Running build hook: [fsck]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: '/boot/initramfs-6.10-x86_64.img'
  -> Early uncompressed CPIO image generation successful
==> Initcpio image generation successful
==> Building image from preset: /etc/mkinitcpio.d/linux610.preset: 'fallback'
==> Using default configuration file: '/etc/mkinitcpio.conf'
  -> -k /boot/vmlinuz-6.10-x86_64 -g /boot/initramfs-6.10-x86_64-fallback.img -S autodetect
==> Starting build: '6.10.14-1-MANJARO'
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [microcode]
  -> Running build hook: [modconf]
  -> Running build hook: [kms]
==> WARNING: Possibly missing firmware for module: 'ast'
  -> Running build hook: [keyboard]
==> WARNING: Possibly missing firmware for module: 'xhci_pci'
  -> Running build hook: [keymap]
  -> Running build hook: [consolefont]
==> WARNING: consolefont: no font found in configuration
  -> Running build hook: [block]
==> WARNING: Possibly missing firmware for module: 'qed'
==> WARNING: Possibly missing firmware for module: 'wd719x'
==> WARNING: Possibly missing firmware for module: 'bfa'
==> WARNING: Possibly missing firmware for module: 'aic94xx'
==> WARNING: Possibly missing firmware for module: 'qla2xxx'
==> WARNING: Possibly missing firmware for module: 'qla1280'
  -> Running build hook: [filesystems]
  -> Running build hook: [fsck]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: '/boot/initramfs-6.10-x86_64-fallback.img'
  -> Early uncompressed CPIO image generation successful
==> Initcpio image generation successful
==> Building image from preset: /etc/mkinitcpio.d/linux611.preset: 'default'
==> Using default configuration file: '/etc/mkinitcpio.conf'
  -> -k /boot/vmlinuz-6.11-x86_64 -g /boot/initramfs-6.11-x86_64.img
==> Starting build: '6.11.7-1-MANJARO'
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [autodetect]
  -> Running build hook: [microcode]
  -> Running build hook: [modconf]
  -> Running build hook: [kms]
  -> Running build hook: [keyboard]
==> WARNING: Possibly missing firmware for module: 'xhci_pci'
  -> Running build hook: [keymap]
  -> Running build hook: [consolefont]
==> WARNING: consolefont: no font found in configuration
  -> Running build hook: [block]
  -> Running build hook: [filesystems]
  -> Running build hook: [fsck]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: '/boot/initramfs-6.11-x86_64.img'
  -> Early uncompressed CPIO image generation successful
==> Initcpio image generation successful
==> Building image from preset: /etc/mkinitcpio.d/linux611.preset: 'fallback'
==> Using default configuration file: '/etc/mkinitcpio.conf'
  -> -k /boot/vmlinuz-6.11-x86_64 -g /boot/initramfs-6.11-x86_64-fallback.img -S autodetect
==> Starting build: '6.11.7-1-MANJARO'
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [microcode]
  -> Running build hook: [modconf]
  -> Running build hook: [kms]
==> WARNING: Possibly missing firmware for module: 'ast'
^[[F^[[F  -> Running build hook: [keyboard]
==> WARNING: Possibly missing firmware for module: 'xhci_pci'
  -> Running build hook: [keymap]
  -> Running build hook: [consolefont]
==> WARNING: consolefont: no font found in configuration
  -> Running build hook: [block]
==> WARNING: Possibly missing firmware for module: 'qed'
==> WARNING: Possibly missing firmware for module: 'wd719x'
==> WARNING: Possibly missing firmware for module: 'bfa'
==> WARNING: Possibly missing firmware for module: 'aic94xx'
==> WARNING: Possibly missing firmware for module: 'qla2xxx'
==> WARNING: Possibly missing firmware for module: 'qla1280'
  -> Running build hook: [filesystems]
  -> Running build hook: [fsck]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: '/boot/initramfs-6.11-x86_64-fallback.img'
  -> Early uncompressed CPIO image generation successful
==> Initcpio image generation successful

I’ve rebooted, but still the same

can you try a downgrade for linux-firmware ?

also is there any errors in log ?

sudo journalctl -b0 -p4
sudo journalctl -b0 | grep 'amdgpu'

This is current installed version:

└[~]> pacman -Qi linux-firmware | grep Version

Version         : 20241017.22a6c7dc-1

Should I rollback from unstable branch again before going forward?

These are the logs I’ve got from the journalctl:

sudo journalctl -b0 -p4
nov 13 08:45:18 urko kernel: Booted with the nomodeset parameter. Only the system framebuffer will be available
nov 13 08:45:18 urko kernel: i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.>
nov 13 08:45:18 urko systemd[1]: systemd-remount-fs.service: Failed with result 'exit-code'.
nov 13 08:45:18 urko systemd[1]: Failed to start Remount Root and Kernel File Systems.
nov 13 08:45:18 urko systemd-remount-fs[389]: /usr/bin/mount for / exited with exit status 1.
nov 13 08:45:18 urko systemd-journald[387]: File /var/log/journal/e414c5197162477c8e5487496541e3ff/system.journal corrupted o>
nov 13 08:45:19 urko kernel: asus_wmi: ASUS Management GUID not found
nov 13 08:45:19 urko (udev-worker)[446]: cfg80211: Process '/usr/bin/set-wireless-regdom' failed with exit code 1.
nov 13 08:45:25 urko dbus-broker-launch[605]: Activation request for 'org.freedesktop.Avahi' failed: The systemd unit 'dbus-o>
nov 13 08:45:26 urko dbus-broker-launch[605]: Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-o>
nov 13 08:45:26 urko systemd-xdg-autostart-generator[758]: Opening /var/lib/sddm/.config/autostart failed, ignoring: Permissi>
nov 13 08:45:26 urko systemd[751]: Failed to resolve symlink /var/lib/sddm/.config/systemd/user.control, ignoring: Permission>
lines 1-12
sudo journalctl -b0 | grep 'amdgpu'

nothing here

debus-broker is not running, this is the new name for dbus.
Because journalctl has been truncated cannot see the error message?

how can I see that?

Re-run journalctl and enlarge the window sideways.

nov 13 14:40:43 urko kernel: Booted with the nomodeset parameter. Only the system framebuffer will be available
nov 13 14:40:43 urko kernel: i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
nov 13 14:40:43 urko systemd[1]: systemd-remount-fs.service: Failed with result 'exit-code'.
nov 13 14:40:43 urko systemd[1]: Failed to start Remount Root and Kernel File Systems.
nov 13 14:40:43 urko systemd-remount-fs[371]: /usr/bin/mount for / exited with exit status 1.
nov 13 14:40:44 urko kernel: asus_wmi: ASUS Management GUID not found
nov 13 14:40:44 urko (udev-worker)[477]: cfg80211: Process '/usr/bin/set-wireless-regdom' failed with exit code 1.
nov 13 14:40:50 urko dbus-broker-launch[605]: Activation request for 'org.freedesktop.Avahi' failed: The systemd unit 'dbus-org.freedesktop.Avahi.service' co>
nov 13 14:40:51 urko dbus-broker-launch[605]: Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-org.freedesktop.home1.service' co>
nov 13 14:40:51 urko systemd-xdg-autostart-generator[755]: Opening /var/lib/sddm/.config/autostart failed, ignoring: Permission denied
nov 13 14:40:51 urko systemd[748]: Failed to resolve symlink /var/lib/sddm/.config/systemd/user.control, ignoring: Permission denied
nov 13 14:40:51 urko systemd[748]: Failed to resolve symlink /var/lib/sddm/.config/systemd/user, ignoring: Permission denied
nov 13 14:40:51 urko systemd[748]: Failed to open "/var/lib/sddm/.config/systemd/user.control", ignoring: Permission denied
nov 13 14:40:51 urko systemd[748]: Failed to open "/var/lib/sddm/.config/systemd/user", ignoring: Permission denied
nov 13 14:40:51 urko systemd[748]: xdg-user-dirs-update.service: Failed with result 'exit-code'.
lines 1-15...skipping...
nov 13 14:40:43 urko kernel: Booted with the nomodeset parameter. Only the system framebuffer will be available
nov 13 14:40:43 urko kernel: i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
nov 13 14:40:43 urko systemd[1]: systemd-remount-fs.service: Failed with result 'exit-code'.
nov 13 14:40:43 urko systemd[1]: Failed to start Remount Root and Kernel File Systems.
nov 13 14:40:43 urko systemd-remount-fs[371]: /usr/bin/mount for / exited with exit status 1.
nov 13 14:40:44 urko kernel: asus_wmi: ASUS Management GUID not found
nov 13 14:40:44 urko (udev-worker)[477]: cfg80211: Process '/usr/bin/set-wireless-regdom' failed with exit code 1.
nov 13 14:40:50 urko dbus-broker-launch[605]: Activation request for 'org.freedesktop.Avahi' failed: The systemd unit 'dbus-org.freedesktop.Avahi.service' co>
nov 13 14:40:51 urko dbus-broker-launch[605]: Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-org.freedesktop.home1.service' co>
nov 13 14:40:51 urko systemd-xdg-autostart-generator[755]: Opening /var/lib/sddm/.config/autostart failed, ignoring: Permission denied
nov 13 14:40:51 urko systemd[748]: Failed to resolve symlink /var/lib/sddm/.config/systemd/user.control, ignoring: Permission denied
nov 13 14:40:51 urko systemd[748]: Failed to resolve symlink /var/lib/sddm/.config/systemd/user, ignoring: Permission denied
nov 13 14:40:51 urko systemd[748]: Failed to open "/var/lib/sddm/.config/systemd/user.control", ignoring: Permission denied
nov 13 14:40:51 urko systemd[748]: Failed to open "/var/lib/sddm/.config/systemd/user", ignoring: Permission denied
nov 13 14:40:51 urko systemd[748]: xdg-user-dirs-update.service: Failed with result 'exit-code'.
nov 13 14:40:51 urko systemd[748]: Failed to start Update XDG user dir configuration.
nov 13 14:40:51 urko dbus-broker-launch[763]: Service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service' is not named after the D-Bus na>
nov 13 14:40:51 urko dbus-broker-launch[763]: Service file '/usr/share//dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.K>
nov 13 14:40:51 urko dbus-broker-launch[763]: Service file '/usr/share//dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus na>
nov 13 14:40:52 urko sddm-greeter-qt6[759]: Cannot create directory for user data "/var/lib/sddm/.config/qtvirtualkeyboard"
nov 13 14:40:52 urko sddm-greeter-qt6[759]: QGfxShaderBuilder: Failed to create path: "/var/lib/sddm/.cache/sddm-greeter-qt6/_qt_QGfxShaderBuilder_6.8.0/"
nov 13 14:40:52 urko sddm-greeter-qt6[759]: QGfxShaderBuilder: Failed to create path: "/var/lib/sddm/.cache/sddm-greeter-qt6/_qt_QGfxShaderBuilder_6.8.0/"
nov 13 14:40:52 urko sddm-greeter-qt6[759]: QGfxShaderBuilder: Failed to create path: "/var/lib/sddm/.cache/sddm-greeter-qt6/_qt_QGfxShaderBuilder_6.8.0/"
nov 13 14:40:52 urko sddm-greeter-qt6[759]: QGfxShaderBuilder: Failed to create path: "/var/lib/sddm/.cache/sddm-greeter-qt6/_qt_QGfxShaderBuilder_6.8.0/"
nov 13 14:40:52 urko sddm-greeter-qt6[759]: Couldn't establish file backed memory mapping, will fallback to anonymous memory
nov 13 14:40:58 urko sddm-greeter-qt6[759]: Couldn't create a new file: "/var/lib/sddm/.cache/ksvg-elements" . Error: "Permission denied"
nov 13 14:40:59 urko dbus-broker-launch[605]: Activation request for 'org.freedesktop.resolve1' failed: The systemd unit 'dbus-org.freedesktop.resolve1.servi>
nov 13 14:42:02 urko sddm-greeter-qt6[759]: file:///usr/share/sddm/themes/breath/Main.qml:230:17 Parameter "username" is not declared. Injection of parameter>
nov 13 14:42:05 urko kernel: atkbd serio0: Unknown key pressed (translated set 2, code 0xf8 on isa0060/serio0).
nov 13 14:42:05 urko kernel: atkbd serio0: Use 'setkeycodes e078 <keycode>' to make it known.
nov 13 14:42:05 urko sddm-helper[2945]: [PAM] authenticate: Authentication failure
nov 13 14:42:05 urko sddm[673]: Authentication error: SDDM::Auth::ERROR_AUTHENTICATION "Authentication failure"
nov 13 14:42:05 urko sddm-helper[2945]: [PAM] Asked to close the session but it wasn't previously open
nov 13 14:42:05 urko sddm[673]: Auth: sddm-helper exited with 1
nov 13 14:42:06 urko kernel: atkbd serio0: Unknown key released (translated set 2, code 0xf8 on isa0060/serio0).
nov 13 14:42:06 urko kernel: atkbd serio0: Use 'setkeycodes e078 <keycode>' to make it known.
nov 13 14:42:09 urko NetworkManager[607]: <warn>  [1731505329.3997] device (wlp3s0): no secrets: No agents were available for this request.
nov 13 14:42:09 urko NetworkManager[607]: <warn>  [1731505329.4743] device (wlp3s0): Activation: failed for connection 'router_2.4'
nov 13 14:42:09 urko systemd-xdg-autostart-generator[3021]: Configuration file /home/urko/.config/autostart/im.dino.Dino.desktop is marked executable. Please>
lines 1-39...skipping...
nov 13 14:40:43 urko kernel: Booted with the nomodeset parameter. Only the system framebuffer will be available
nov 13 14:40:43 urko kernel: i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
nov 13 14:40:43 urko systemd[1]: systemd-remount-fs.service: Failed with result 'exit-code'.
nov 13 14:40:43 urko systemd[1]: Failed to start Remount Root and Kernel File Systems.
nov 13 14:40:43 urko systemd-remount-fs[371]: /usr/bin/mount for / exited with exit status 1.
nov 13 14:40:44 urko kernel: asus_wmi: ASUS Management GUID not found
nov 13 14:40:44 urko (udev-worker)[477]: cfg80211: Process '/usr/bin/set-wireless-regdom' failed with exit code 1.
nov 13 14:40:50 urko dbus-broker-launch[605]: Activation request for 'org.freedesktop.Avahi' failed: The systemd unit 'dbus-org.freedesktop.Avahi.service' could not be>
nov 13 14:40:51 urko dbus-broker-launch[605]: Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-org.freedesktop.home1.service' could not be>
nov 13 14:40:51 urko systemd-xdg-autostart-generator[755]: Opening /var/lib/sddm/.config/autostart failed, ignoring: Permission denied
nov 13 14:40:51 urko systemd[748]: Failed to resolve symlink /var/lib/sddm/.config/systemd/user.control, ignoring: Permission denied
nov 13 14:40:51 urko systemd[748]: Failed to resolve symlink /var/lib/sddm/.config/systemd/user, ignoring: Permission denied
nov 13 14:40:51 urko systemd[748]: Failed to open "/var/lib/sddm/.config/systemd/user.control", ignoring: Permission denied
nov 13 14:40:51 urko systemd[748]: Failed to open "/var/lib/sddm/.config/systemd/user", ignoring: Permission denied
nov 13 14:40:51 urko systemd[748]: xdg-user-dirs-update.service: Failed with result 'exit-code'.
nov 13 14:40:51 urko systemd[748]: Failed to start Update XDG user dir configuration.
nov 13 14:40:51 urko dbus-broker-launch[763]: Service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service' is not named after the D-Bus name 'org.fr>
nov 13 14:40:51 urko dbus-broker-launch[763]: Service file '/usr/share//dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
nov 13 14:40:51 urko dbus-broker-launch[763]: Service file '/usr/share//dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.fr>
nov 13 14:40:52 urko sddm-greeter-qt6[759]: Cannot create directory for user data "/var/lib/sddm/.config/qtvirtualkeyboard"
nov 13 14:40:52 urko sddm-greeter-qt6[759]: QGfxShaderBuilder: Failed to create path: "/var/lib/sddm/.cache/sddm-greeter-qt6/_qt_QGfxShaderBuilder_6.8.0/"
nov 13 14:40:52 urko sddm-greeter-qt6[759]: QGfxShaderBuilder: Failed to create path: "/var/lib/sddm/.cache/sddm-greeter-qt6/_qt_QGfxShaderBuilder_6.8.0/"
nov 13 14:40:52 urko sddm-greeter-qt6[759]: QGfxShaderBuilder: Failed to create path: "/var/lib/sddm/.cache/sddm-greeter-qt6/_qt_QGfxShaderBuilder_6.8.0/"
nov 13 14:40:52 urko sddm-greeter-qt6[759]: QGfxShaderBuilder: Failed to create path: "/var/lib/sddm/.cache/sddm-greeter-qt6/_qt_QGfxShaderBuilder_6.8.0/"
nov 13 14:40:52 urko sddm-greeter-qt6[759]: Couldn't establish file backed memory mapping, will fallback to anonymous memory
nov 13 14:40:58 urko sddm-greeter-qt6[759]: Couldn't create a new file: "/var/lib/sddm/.cache/ksvg-elements" . Error: "Permission denied"
nov 13 14:40:59 urko dbus-broker-launch[605]: Activation request for 'org.freedesktop.resolve1' failed: The systemd unit 'dbus-org.freedesktop.resolve1.service' could >
nov 13 14:42:02 urko sddm-greeter-qt6[759]: file:///usr/share/sddm/themes/breath/Main.qml:230:17 Parameter "username" is not declared. Injection of parameters into sig>
nov 13 14:42:05 urko kernel: atkbd serio0: Unknown key pressed (translated set 2, code 0xf8 on isa0060/serio0).
nov 13 14:42:05 urko kernel: atkbd serio0: Use 'setkeycodes e078 <keycode>' to make it known.
nov 13 14:42:05 urko sddm-helper[2945]: [PAM] authenticate: Authentication failure
nov 13 14:42:05 urko sddm[673]: Authentication error: SDDM::Auth::ERROR_AUTHENTICATION "Authentication failure"
nov 13 14:42:05 urko sddm-helper[2945]: [PAM] Asked to close the session but it wasn't previously open
nov 13 14:42:05 urko sddm[673]: Auth: sddm-helper exited with 1
nov 13 14:42:06 urko kernel: atkbd serio0: Unknown key released (translated set 2, code 0xf8 on isa0060/serio0).
nov 13 14:42:06 urko kernel: atkbd serio0: Use 'setkeycodes e078 <keycode>' to make it known.
nov 13 14:42:09 urko NetworkManager[607]: <warn>  [1731505329.3997] device (wlp3s0): no secrets: No agents were available for this request.
nov 13 14:42:09 urko NetworkManager[607]: <warn>  [1731505329.4743] device (wlp3s0): Activation: failed for connection 'router_2.4'
nov 13 14:42:09 urko systemd-xdg-autostart-generator[3021]: Configuration file /home/urko/.config/autostart/im.dino.Dino.desktop is marked executable. Please remove ex>
nov 13 14:42:09 urko systemd-xdg-autostart-generator[3021]: Configuration file /home/urko/.config/autostart/thunderbird.desktop is marked executable. Please remove exe>
nov 13 14:42:10 urko dbus-broker-launch[3049]: Service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service' is not named after the D-Bus name 'org.f>
lines 1-41...skipping...
nov 13 14:40:43 urko kernel: Booted with the nomodeset parameter. Only the system framebuffer will be available
nov 13 14:40:43 urko kernel: i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
nov 13 14:40:43 urko systemd[1]: systemd-remount-fs.service: Failed with result 'exit-code'.
nov 13 14:40:43 urko systemd[1]: Failed to start Remount Root and Kernel File Systems.
nov 13 14:40:43 urko systemd-remount-fs[371]: /usr/bin/mount for / exited with exit status 1.
nov 13 14:40:44 urko kernel: asus_wmi: ASUS Management GUID not found
nov 13 14:40:44 urko (udev-worker)[477]: cfg80211: Process '/usr/bin/set-wireless-regdom' failed with exit code 1.
nov 13 14:40:50 urko dbus-broker-launch[605]: Activation request for 'org.freedesktop.Avahi' failed: The systemd unit 'dbus-org.freedesktop.Avahi.service' could not be found.
nov 13 14:40:51 urko dbus-broker-launch[605]: Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-org.freedesktop.home1.service' could not be found.
nov 13 14:40:51 urko systemd-xdg-autostart-generator[755]: Opening /var/lib/sddm/.config/autostart failed, ignoring: Permission denied
nov 13 14:40:51 urko systemd[748]: Failed to resolve symlink /var/lib/sddm/.config/systemd/user.control, ignoring: Permission denied
nov 13 14:40:51 urko systemd[748]: Failed to resolve symlink /var/lib/sddm/.config/systemd/user, ignoring: Permission denied
nov 13 14:40:51 urko systemd[748]: Failed to open "/var/lib/sddm/.config/systemd/user.control", ignoring: Permission denied
nov 13 14:40:51 urko systemd[748]: Failed to open "/var/lib/sddm/.config/systemd/user", ignoring: Permission denied
nov 13 14:40:51 urko systemd[748]: xdg-user-dirs-update.service: Failed with result 'exit-code'.
nov 13 14:40:51 urko systemd[748]: Failed to start Update XDG user dir configuration.
nov 13 14:40:51 urko dbus-broker-launch[763]: Service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.Fi>
nov 13 14:40:51 urko dbus-broker-launch[763]: Service file '/usr/share//dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
nov 13 14:40:51 urko dbus-broker-launch[763]: Service file '/usr/share//dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.freedesktop.No>
nov 13 14:40:52 urko sddm-greeter-qt6[759]: Cannot create directory for user data "/var/lib/sddm/.config/qtvirtualkeyboard"
nov 13 14:40:52 urko sddm-greeter-qt6[759]: QGfxShaderBuilder: Failed to create path: "/var/lib/sddm/.cache/sddm-greeter-qt6/_qt_QGfxShaderBuilder_6.8.0/"
nov 13 14:40:52 urko sddm-greeter-qt6[759]: QGfxShaderBuilder: Failed to create path: "/var/lib/sddm/.cache/sddm-greeter-qt6/_qt_QGfxShaderBuilder_6.8.0/"
nov 13 14:40:52 urko sddm-greeter-qt6[759]: QGfxShaderBuilder: Failed to create path: "/var/lib/sddm/.cache/sddm-greeter-qt6/_qt_QGfxShaderBuilder_6.8.0/"
nov 13 14:40:52 urko sddm-greeter-qt6[759]: QGfxShaderBuilder: Failed to create path: "/var/lib/sddm/.cache/sddm-greeter-qt6/_qt_QGfxShaderBuilder_6.8.0/"
nov 13 14:40:52 urko sddm-greeter-qt6[759]: Couldn't establish file backed memory mapping, will fallback to anonymous memory
nov 13 14:40:58 urko sddm-greeter-qt6[759]: Couldn't create a new file: "/var/lib/sddm/.cache/ksvg-elements" . Error: "Permission denied"
nov 13 14:40:59 urko dbus-broker-launch[605]: Activation request for 'org.freedesktop.resolve1' failed: The systemd unit 'dbus-org.freedesktop.resolve1.service' could not be found.
nov 13 14:42:02 urko sddm-greeter-qt6[759]: file:///usr/share/sddm/themes/breath/Main.qml:230:17 Parameter "username" is not declared. Injection of parameters into signal handlers>
nov 13 14:42:05 urko kernel: atkbd serio0: Unknown key pressed (translated set 2, code 0xf8 on isa0060/serio0).
nov 13 14:42:05 urko kernel: atkbd serio0: Use 'setkeycodes e078 <keycode>' to make it known.
nov 13 14:42:05 urko sddm-helper[2945]: [PAM] authenticate: Authentication failure
nov 13 14:42:05 urko sddm[673]: Authentication error: SDDM::Auth::ERROR_AUTHENTICATION "Authentication failure"
nov 13 14:42:05 urko sddm-helper[2945]: [PAM] Asked to close the session but it wasn't previously open
nov 13 14:42:05 urko sddm[673]: Auth: sddm-helper exited with 1
nov 13 14:42:06 urko kernel: atkbd serio0: Unknown key released (translated set 2, code 0xf8 on isa0060/serio0).
nov 13 14:42:06 urko kernel: atkbd serio0: Use 'setkeycodes e078 <keycode>' to make it known.
nov 13 14:42:09 urko NetworkManager[607]: <warn>  [1731505329.3997] device (wlp3s0): no secrets: No agents were available for this request.
nov 13 14:42:09 urko NetworkManager[607]: <warn>  [1731505329.4743] device (wlp3s0): Activation: failed for connection 'router_2.4'
nov 13 14:42:09 urko systemd-xdg-autostart-generator[3021]: Configuration file /home/urko/.config/autostart/im.dino.Dino.desktop is marked executable. Please remove executable per>
nov 13 14:42:09 urko systemd-xdg-autostart-generator[3021]: Configuration file /home/urko/.config/autostart/thunderbird.desktop is marked executable. Please remove executable perm>
nov 13 14:42:10 urko dbus-broker-launch[3049]: Service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.F>
nov 13 14:42:10 urko dbus-broker-launch[3049]: Service file '/usr/share//dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
nov 13 14:42:10 urko dbus-broker-launch[3049]: Service file '/usr/share//dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.freedesktop.N>
lines 1-43...skipping...
nov 13 14:40:43 urko kernel: Booted with the nomodeset parameter. Only the system framebuffer will be available
nov 13 14:40:43 urko kernel: i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
nov 13 14:40:43 urko systemd[1]: systemd-remount-fs.service: Failed with result 'exit-code'.
nov 13 14:40:43 urko systemd[1]: Failed to start Remount Root and Kernel File Systems.
nov 13 14:40:43 urko systemd-remount-fs[371]: /usr/bin/mount for / exited with exit status 1.
nov 13 14:40:44 urko kernel: asus_wmi: ASUS Management GUID not found
nov 13 14:40:44 urko (udev-worker)[477]: cfg80211: Process '/usr/bin/set-wireless-regdom' failed with exit code 1.
nov 13 14:40:50 urko dbus-broker-launch[605]: Activation request for 'org.freedesktop.Avahi' failed: The systemd unit 'dbus-org.freedesktop.Avahi.service' could not be found.
nov 13 14:40:51 urko dbus-broker-launch[605]: Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-org.freedesktop.home1.service' could not be found.
nov 13 14:40:51 urko systemd-xdg-autostart-generator[755]: Opening /var/lib/sddm/.config/autostart failed, ignoring: Permission denied
nov 13 14:40:51 urko systemd[748]: Failed to resolve symlink /var/lib/sddm/.config/systemd/user.control, ignoring: Permission denied
nov 13 14:40:51 urko systemd[748]: Failed to resolve symlink /var/lib/sddm/.config/systemd/user, ignoring: Permission denied
nov 13 14:40:51 urko systemd[748]: Failed to open "/var/lib/sddm/.config/systemd/user.control", ignoring: Permission denied
nov 13 14:40:51 urko systemd[748]: Failed to open "/var/lib/sddm/.config/systemd/user", ignoring: Permission denied
nov 13 14:40:51 urko systemd[748]: xdg-user-dirs-update.service: Failed with result 'exit-code'.
nov 13 14:40:51 urko systemd[748]: Failed to start Update XDG user dir configuration.
nov 13 14:40:51 urko dbus-broker-launch[763]: Service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.Fi>
nov 13 14:40:51 urko dbus-broker-launch[763]: Service file '/usr/share//dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
nov 13 14:40:51 urko dbus-broker-launch[763]: Service file '/usr/share//dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.freedesktop.No>
nov 13 14:40:52 urko sddm-greeter-qt6[759]: Cannot create directory for user data "/var/lib/sddm/.config/qtvirtualkeyboard"
nov 13 14:40:52 urko sddm-greeter-qt6[759]: QGfxShaderBuilder: Failed to create path: "/var/lib/sddm/.cache/sddm-greeter-qt6/_qt_QGfxShaderBuilder_6.8.0/"
nov 13 14:40:52 urko sddm-greeter-qt6[759]: QGfxShaderBuilder: Failed to create path: "/var/lib/sddm/.cache/sddm-greeter-qt6/_qt_QGfxShaderBuilder_6.8.0/"
nov 13 14:40:52 urko sddm-greeter-qt6[759]: QGfxShaderBuilder: Failed to create path: "/var/lib/sddm/.cache/sddm-greeter-qt6/_qt_QGfxShaderBuilder_6.8.0/"
nov 13 14:40:52 urko sddm-greeter-qt6[759]: QGfxShaderBuilder: Failed to create path: "/var/lib/sddm/.cache/sddm-greeter-qt6/_qt_QGfxShaderBuilder_6.8.0/"
nov 13 14:40:52 urko sddm-greeter-qt6[759]: Couldn't establish file backed memory mapping, will fallback to anonymous memory
nov 13 14:40:58 urko sddm-greeter-qt6[759]: Couldn't create a new file: "/var/lib/sddm/.cache/ksvg-elements" . Error: "Permission denied"
nov 13 14:40:59 urko dbus-broker-launch[605]: Activation request for 'org.freedesktop.resolve1' failed: The systemd unit 'dbus-org.freedesktop.resolve1.service' could not be found.
nov 13 14:42:02 urko sddm-greeter-qt6[759]: file:///usr/share/sddm/themes/breath/Main.qml:230:17 Parameter "username" is not declared. Injection of parameters into signal handlers>
nov 13 14:42:05 urko kernel: atkbd serio0: Unknown key pressed (translated set 2, code 0xf8 on isa0060/serio0).
nov 13 14:42:05 urko kernel: atkbd serio0: Use 'setkeycodes e078 <keycode>' to make it known.
nov 13 14:42:05 urko sddm-helper[2945]: [PAM] authenticate: Authentication failure
nov 13 14:42:05 urko sddm[673]: Authentication error: SDDM::Auth::ERROR_AUTHENTICATION "Authentication failure"
nov 13 14:42:05 urko sddm-helper[2945]: [PAM] Asked to close the session but it wasn't previously open
nov 13 14:42:05 urko sddm[673]: Auth: sddm-helper exited with 1
nov 13 14:42:06 urko kernel: atkbd serio0: Unknown key released (translated set 2, code 0xf8 on isa0060/serio0).
nov 13 14:42:06 urko kernel: atkbd serio0: Use 'setkeycodes e078 <keycode>' to make it known.
nov 13 14:42:09 urko NetworkManager[607]: <warn>  [1731505329.3997] device (wlp3s0): no secrets: No agents were available for this request.
nov 13 14:42:09 urko NetworkManager[607]: <warn>  [1731505329.4743] device (wlp3s0): Activation: failed for connection 'router_2.4'
nov 13 14:42:09 urko systemd-xdg-autostart-generator[3021]: Configuration file /home/urko/.config/autostart/im.dino.Dino.desktop is marked executable. Please remove executable per>
nov 13 14:42:09 urko systemd-xdg-autostart-generator[3021]: Configuration file /home/urko/.config/autostart/thunderbird.desktop is marked executable. Please remove executable perm>
nov 13 14:42:10 urko dbus-broker-launch[3049]: Service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.F>
nov 13 14:42:10 urko dbus-broker-launch[3049]: Service file '/usr/share//dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
nov 13 14:42:10 urko dbus-broker-launch[3049]: Service file '/usr/share//dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.freedesktop.N>
nov 13 14:42:10 urko systemd-xdg-autostart-generator[3055]: Configuration file /home/urko/.config/autostart/im.dino.Dino.desktop is marked executable. Please remove executable per>
nov 13 14:42:10 urko systemd-xdg-autostart-generator[3055]: Configuration file /home/urko/.config/autostart/thunderbird.desktop is marked executable. Please remove executable perm>
nov 13 14:42:10 urko kwin_wayland[3063]: kwin_core: Failed to open drm node: ""
lines 1-46...skipping...
nov 13 14:40:43 urko kernel: Booted with the nomodeset parameter. Only the system framebuffer will be available
nov 13 14:40:43 urko kernel: i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
nov 13 14:40:43 urko systemd[1]: systemd-remount-fs.service: Failed with result 'exit-code'.
nov 13 14:40:43 urko systemd[1]: Failed to start Remount Root and Kernel File Systems.
nov 13 14:40:43 urko systemd-remount-fs[371]: /usr/bin/mount for / exited with exit status 1.
nov 13 14:40:44 urko kernel: asus_wmi: ASUS Management GUID not found
nov 13 14:40:44 urko (udev-worker)[477]: cfg80211: Process '/usr/bin/set-wireless-regdom' failed with exit code 1.
nov 13 14:40:50 urko dbus-broker-launch[605]: Activation request for 'org.freedesktop.Avahi' failed: The systemd unit 'dbus-org.freedesktop.Avahi.service' could not be found.
nov 13 14:40:51 urko dbus-broker-launch[605]: Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-org.freedesktop.home1.service' could not be found.
nov 13 14:40:51 urko systemd-xdg-autostart-generator[755]: Opening /var/lib/sddm/.config/autostart failed, ignoring: Permission denied
nov 13 14:40:51 urko systemd[748]: Failed to resolve symlink /var/lib/sddm/.config/systemd/user.control, ignoring: Permission denied
nov 13 14:40:51 urko systemd[748]: Failed to resolve symlink /var/lib/sddm/.config/systemd/user, ignoring: Permission denied
nov 13 14:40:51 urko systemd[748]: Failed to open "/var/lib/sddm/.config/systemd/user.control", ignoring: Permission denied
nov 13 14:40:51 urko systemd[748]: Failed to open "/var/lib/sddm/.config/systemd/user", ignoring: Permission denied
nov 13 14:40:51 urko systemd[748]: xdg-user-dirs-update.service: Failed with result 'exit-code'.
nov 13 14:40:51 urko systemd[748]: Failed to start Update XDG user dir configuration.
nov 13 14:40:51 urko dbus-broker-launch[763]: Service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
nov 13 14:40:51 urko dbus-broker-launch[763]: Service file '/usr/share//dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
nov 13 14:40:51 urko dbus-broker-launch[763]: Service file '/usr/share//dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
nov 13 14:40:52 urko sddm-greeter-qt6[759]: Cannot create directory for user data "/var/lib/sddm/.config/qtvirtualkeyboard"
nov 13 14:40:52 urko sddm-greeter-qt6[759]: QGfxShaderBuilder: Failed to create path: "/var/lib/sddm/.cache/sddm-greeter-qt6/_qt_QGfxShaderBuilder_6.8.0/"
nov 13 14:40:52 urko sddm-greeter-qt6[759]: QGfxShaderBuilder: Failed to create path: "/var/lib/sddm/.cache/sddm-greeter-qt6/_qt_QGfxShaderBuilder_6.8.0/"
nov 13 14:40:52 urko sddm-greeter-qt6[759]: QGfxShaderBuilder: Failed to create path: "/var/lib/sddm/.cache/sddm-greeter-qt6/_qt_QGfxShaderBuilder_6.8.0/"
nov 13 14:40:52 urko sddm-greeter-qt6[759]: QGfxShaderBuilder: Failed to create path: "/var/lib/sddm/.cache/sddm-greeter-qt6/_qt_QGfxShaderBuilder_6.8.0/"
nov 13 14:40:52 urko sddm-greeter-qt6[759]: Couldn't establish file backed memory mapping, will fallback to anonymous memory
nov 13 14:40:58 urko sddm-greeter-qt6[759]: Couldn't create a new file: "/var/lib/sddm/.cache/ksvg-elements" . Error: "Permission denied"
nov 13 14:40:59 urko dbus-broker-launch[605]: Activation request for 'org.freedesktop.resolve1' failed: The systemd unit 'dbus-org.freedesktop.resolve1.service' could not be found.
nov 13 14:42:02 urko sddm-greeter-qt6[759]: file:///usr/share/sddm/themes/breath/Main.qml:230:17 Parameter "username" is not declared. Injection of parameters into signal handlers is deprecated>
nov 13 14:42:05 urko kernel: atkbd serio0: Unknown key pressed (translated set 2, code 0xf8 on isa0060/serio0).
nov 13 14:42:05 urko kernel: atkbd serio0: Use 'setkeycodes e078 <keycode>' to make it known.
nov 13 14:42:05 urko sddm-helper[2945]: [PAM] authenticate: Authentication failure
nov 13 14:42:05 urko sddm[673]: Authentication error: SDDM::Auth::ERROR_AUTHENTICATION "Authentication failure"
nov 13 14:42:05 urko sddm-helper[2945]: [PAM] Asked to close the session but it wasn't previously open
nov 13 14:42:05 urko sddm[673]: Auth: sddm-helper exited with 1
nov 13 14:42:06 urko kernel: atkbd serio0: Unknown key released (translated set 2, code 0xf8 on isa0060/serio0).
nov 13 14:42:06 urko kernel: atkbd serio0: Use 'setkeycodes e078 <keycode>' to make it known.
nov 13 14:42:09 urko NetworkManager[607]: <warn>  [1731505329.3997] device (wlp3s0): no secrets: No agents were available for this request.
nov 13 14:42:09 urko NetworkManager[607]: <warn>  [1731505329.4743] device (wlp3s0): Activation: failed for connection 'router_2.4'
nov 13 14:42:09 urko systemd-xdg-autostart-generator[3021]: Configuration file /home/urko/.config/autostart/im.dino.Dino.desktop is marked executable. Please remove executable permission bits. >
nov 13 14:42:09 urko systemd-xdg-autostart-generator[3021]: Configuration file /home/urko/.config/autostart/thunderbird.desktop is marked executable. Please remove executable permission bits. P>
nov 13 14:42:10 urko dbus-broker-launch[3049]: Service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
nov 13 14:42:10 urko dbus-broker-launch[3049]: Service file '/usr/share//dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
nov 13 14:42:10 urko dbus-broker-launch[3049]: Service file '/usr/share//dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
nov 13 14:42:10 urko systemd-xdg-autostart-generator[3055]: Configuration file /home/urko/.config/autostart/im.dino.Dino.desktop is marked executable. Please remove executable permission bits. >
nov 13 14:42:10 urko systemd-xdg-autostart-generator[3055]: Configuration file /home/urko/.config/autostart/thunderbird.desktop is marked executable. Please remove executable permission bits. P>
nov 13 14:42:10 urko kwin_wayland[3063]: kwin_core: Failed to open drm node: ""
nov 13 14:42:10 urko kwin_wayland[3063]: kwin_scene_opengl: couldn't find dev node for drm device
nov 13 14:42:10 urko baloo_file[3062]: qt.dbus.integration: QDBusConnection: name 'org.freedesktop.UDisks2' had owner '' but we thought it was ':1.43'
lines 1-48...skipping...
nov 13 14:40:43 urko kernel: Booted with the nomodeset parameter. Only the system framebuffer will be available
nov 13 14:40:43 urko kernel: i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
nov 13 14:40:43 urko systemd[1]: systemd-remount-fs.service: Failed with result 'exit-code'.
nov 13 14:40:43 urko systemd[1]: Failed to start Remount Root and Kernel File Systems.
nov 13 14:40:43 urko systemd-remount-fs[371]: /usr/bin/mount for / exited with exit status 1.
nov 13 14:40:44 urko kernel: asus_wmi: ASUS Management GUID not found
nov 13 14:40:44 urko (udev-worker)[477]: cfg80211: Process '/usr/bin/set-wireless-regdom' failed with exit code 1.
nov 13 14:40:50 urko dbus-broker-launch[605]: Activation request for 'org.freedesktop.Avahi' failed: The systemd unit 'dbus-org.freedesktop.Avahi.service' could not be found.
nov 13 14:40:51 urko dbus-broker-launch[605]: Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-org.freedesktop.home1.service' could not be found.
nov 13 14:40:51 urko systemd-xdg-autostart-generator[755]: Opening /var/lib/sddm/.config/autostart failed, ignoring: Permission denied
nov 13 14:40:51 urko systemd[748]: Failed to resolve symlink /var/lib/sddm/.config/systemd/user.control, ignoring: Permission denied
nov 13 14:40:51 urko systemd[748]: Failed to resolve symlink /var/lib/sddm/.config/systemd/user, ignoring: Permission denied
nov 13 14:40:51 urko systemd[748]: Failed to open "/var/lib/sddm/.config/systemd/user.control", ignoring: Permission denied
nov 13 14:40:51 urko systemd[748]: Failed to open "/var/lib/sddm/.config/systemd/user", ignoring: Permission denied
nov 13 14:40:51 urko systemd[748]: xdg-user-dirs-update.service: Failed with result 'exit-code'.
nov 13 14:40:51 urko systemd[748]: Failed to start Update XDG user dir configuration.
nov 13 14:40:51 urko dbus-broker-launch[763]: Service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
nov 13 14:40:51 urko dbus-broker-launch[763]: Service file '/usr/share//dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
nov 13 14:40:51 urko dbus-broker-launch[763]: Service file '/usr/share//dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
nov 13 14:40:52 urko sddm-greeter-qt6[759]: Cannot create directory for user data "/var/lib/sddm/.config/qtvirtualkeyboard"
nov 13 14:40:52 urko sddm-greeter-qt6[759]: QGfxShaderBuilder: Failed to create path: "/var/lib/sddm/.cache/sddm-greeter-qt6/_qt_QGfxShaderBuilder_6.8.0/"
nov 13 14:40:52 urko sddm-greeter-qt6[759]: QGfxShaderBuilder: Failed to create path: "/var/lib/sddm/.cache/sddm-greeter-qt6/_qt_QGfxShaderBuilder_6.8.0/"
nov 13 14:40:52 urko sddm-greeter-qt6[759]: QGfxShaderBuilder: Failed to create path: "/var/lib/sddm/.cache/sddm-greeter-qt6/_qt_QGfxShaderBuilder_6.8.0/"
nov 13 14:40:52 urko sddm-greeter-qt6[759]: QGfxShaderBuilder: Failed to create path: "/var/lib/sddm/.cache/sddm-greeter-qt6/_qt_QGfxShaderBuilder_6.8.0/"
nov 13 14:40:52 urko sddm-greeter-qt6[759]: Couldn't establish file backed memory mapping, will fallback to anonymous memory
nov 13 14:40:58 urko sddm-greeter-qt6[759]: Couldn't create a new file: "/var/lib/sddm/.cache/ksvg-elements" . Error: "Permission denied"
nov 13 14:40:59 urko dbus-broker-launch[605]: Activation request for 'org.freedesktop.resolve1' failed: The systemd unit 'dbus-org.freedesktop.resolve1.service' could not be found.
nov 13 14:42:02 urko sddm-greeter-qt6[759]: file:///usr/share/sddm/themes/breath/Main.qml:230:17 Parameter "username" is not declared. Injection of parameters into signal handlers is deprecated. Use JavaScript>
nov 13 14:42:05 urko kernel: atkbd serio0: Unknown key pressed (translated set 2, code 0xf8 on isa0060/serio0).
nov 13 14:42:05 urko kernel: atkbd serio0: Use 'setkeycodes e078 <keycode>' to make it known.
nov 13 14:42:05 urko sddm-helper[2945]: [PAM] authenticate: Authentication failure
nov 13 14:42:05 urko sddm[673]: Authentication error: SDDM::Auth::ERROR_AUTHENTICATION "Authentication failure"
nov 13 14:42:05 urko sddm-helper[2945]: [PAM] Asked to close the session but it wasn't previously open
nov 13 14:42:05 urko sddm[673]: Auth: sddm-helper exited with 1
nov 13 14:42:06 urko kernel: atkbd serio0: Unknown key released (translated set 2, code 0xf8 on isa0060/serio0).
nov 13 14:42:06 urko kernel: atkbd serio0: Use 'setkeycodes e078 <keycode>' to make it known.
nov 13 14:42:09 urko NetworkManager[607]: <warn>  [1731505329.3997] device (wlp3s0): no secrets: No agents were available for this request.
nov 13 14:42:09 urko NetworkManager[607]: <warn>  [1731505329.4743] device (wlp3s0): Activation: failed for connection 'router_2.4'
nov 13 14:42:09 urko systemd-xdg-autostart-generator[3021]: Configuration file /home/urko/.config/autostart/im.dino.Dino.desktop is marked executable. Please remove executable permission bits. Proceeding anywa>
nov 13 14:42:09 urko systemd-xdg-autostart-generator[3021]: Configuration file /home/urko/.config/autostart/thunderbird.desktop is marked executable. Please remove executable permission bits. Proceeding anyway.
nov 13 14:42:10 urko dbus-broker-launch[3049]: Service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
nov 13 14:42:10 urko dbus-broker-launch[3049]: Service file '/usr/share//dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
nov 13 14:42:10 urko dbus-broker-launch[3049]: Service file '/usr/share//dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
nov 13 14:42:10 urko systemd-xdg-autostart-generator[3055]: Configuration file /home/urko/.config/autostart/im.dino.Dino.desktop is marked executable. Please remove executable permission bits. Proceeding anywa>
nov 13 14:42:10 urko systemd-xdg-autostart-generator[3055]: Configuration file /home/urko/.config/autostart/thunderbird.desktop is marked executable. Please remove executable permission bits. Proceeding anyway.
nov 13 14:42:10 urko kwin_wayland[3063]: kwin_core: Failed to open drm node: ""
nov 13 14:42:10 urko kwin_wayland[3063]: kwin_scene_opengl: couldn't find dev node for drm device
nov 13 14:42:10 urko baloo_file[3062]: qt.dbus.integration: QDBusConnection: name 'org.freedesktop.UDisks2' had owner '' but we thought it was ':1.43'
nov 13 14:42:10 urko baloo_file[3062]: qt.dbus.integration: QDBusConnection: name 'org.freedesktop.UPower' had owner '' but we thought it was ':1.46'
nov 13 14:42:11 urko kwin_wayland[3063]: kwin_scene_opengl: No render nodes have been found, falling back to primary node
lines 1-50...skipping...
nov 13 14:40:43 urko kernel: Booted with the nomodeset parameter. Only the system framebuffer will be available
nov 13 14:40:43 urko kernel: i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
nov 13 14:40:43 urko systemd[1]: systemd-remount-fs.service: Failed with result 'exit-code'.
nov 13 14:40:43 urko systemd[1]: Failed to start Remount Root and Kernel File Systems.
nov 13 14:40:43 urko systemd-remount-fs[371]: /usr/bin/mount for / exited with exit status 1.
nov 13 14:40:44 urko kernel: asus_wmi: ASUS Management GUID not found
nov 13 14:40:44 urko (udev-worker)[477]: cfg80211: Process '/usr/bin/set-wireless-regdom' failed with exit code 1.
nov 13 14:40:50 urko dbus-broker-launch[605]: Activation request for 'org.freedesktop.Avahi' failed: The systemd unit 'dbus-org.freedesktop.Avahi.service' could not be found.
nov 13 14:40:51 urko dbus-broker-launch[605]: Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-org.freedesktop.home1.service' could not be found.
nov 13 14:40:51 urko systemd-xdg-autostart-generator[755]: Opening /var/lib/sddm/.config/autostart failed, ignoring: Permission denied
nov 13 14:40:51 urko systemd[748]: Failed to resolve symlink /var/lib/sddm/.config/systemd/user.control, ignoring: Permission denied
nov 13 14:40:51 urko systemd[748]: Failed to resolve symlink /var/lib/sddm/.config/systemd/user, ignoring: Permission denied
nov 13 14:40:51 urko systemd[748]: Failed to open "/var/lib/sddm/.config/systemd/user.control", ignoring: Permission denied
nov 13 14:40:51 urko systemd[748]: Failed to open "/var/lib/sddm/.config/systemd/user", ignoring: Permission denied
nov 13 14:40:51 urko systemd[748]: xdg-user-dirs-update.service: Failed with result 'exit-code'.
nov 13 14:40:51 urko systemd[748]: Failed to start Update XDG user dir configuration.
nov 13 14:40:51 urko dbus-broker-launch[763]: Service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
nov 13 14:40:51 urko dbus-broker-launch[763]: Service file '/usr/share//dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
nov 13 14:40:51 urko dbus-broker-launch[763]: Service file '/usr/share//dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
nov 13 14:40:52 urko sddm-greeter-qt6[759]: Cannot create directory for user data "/var/lib/sddm/.config/qtvirtualkeyboard"
nov 13 14:40:52 urko sddm-greeter-qt6[759]: QGfxShaderBuilder: Failed to create path: "/var/lib/sddm/.cache/sddm-greeter-qt6/_qt_QGfxShaderBuilder_6.8.0/"
nov 13 14:40:52 urko sddm-greeter-qt6[759]: QGfxShaderBuilder: Failed to create path: "/var/lib/sddm/.cache/sddm-greeter-qt6/_qt_QGfxShaderBuilder_6.8.0/"
nov 13 14:40:52 urko sddm-greeter-qt6[759]: QGfxShaderBuilder: Failed to create path: "/var/lib/sddm/.cache/sddm-greeter-qt6/_qt_QGfxShaderBuilder_6.8.0/"
nov 13 14:40:52 urko sddm-greeter-qt6[759]: QGfxShaderBuilder: Failed to create path: "/var/lib/sddm/.cache/sddm-greeter-qt6/_qt_QGfxShaderBuilder_6.8.0/"
nov 13 14:40:52 urko sddm-greeter-qt6[759]: Couldn't establish file backed memory mapping, will fallback to anonymous memory
nov 13 14:40:58 urko sddm-greeter-qt6[759]: Couldn't create a new file: "/var/lib/sddm/.cache/ksvg-elements" . Error: "Permission denied"
nov 13 14:40:59 urko dbus-broker-launch[605]: Activation request for 'org.freedesktop.resolve1' failed: The systemd unit 'dbus-org.freedesktop.resolve1.service' could not be found.
nov 13 14:42:02 urko sddm-greeter-qt6[759]: file:///usr/share/sddm/themes/breath/Main.qml:230:17 Parameter "username" is not declared. Injection of parameters into signal handlers is deprecated. Use JavaScript functions with form>
nov 13 14:42:05 urko kernel: atkbd serio0: Unknown key pressed (translated set 2, code 0xf8 on isa0060/serio0).
nov 13 14:42:05 urko kernel: atkbd serio0: Use 'setkeycodes e078 <keycode>' to make it known.
nov 13 14:42:05 urko sddm-helper[2945]: [PAM] authenticate: Authentication failure
nov 13 14:42:05 urko sddm[673]: Authentication error: SDDM::Auth::ERROR_AUTHENTICATION "Authentication failure"
nov 13 14:42:05 urko sddm-helper[2945]: [PAM] Asked to close the session but it wasn't previously open
nov 13 14:42:05 urko sddm[673]: Auth: sddm-helper exited with 1
nov 13 14:42:06 urko kernel: atkbd serio0: Unknown key released (translated set 2, code 0xf8 on isa0060/serio0).
nov 13 14:42:06 urko kernel: atkbd serio0: Use 'setkeycodes e078 <keycode>' to make it known.
nov 13 14:42:09 urko NetworkManager[607]: <warn>  [1731505329.3997] device (wlp3s0): no secrets: No agents were available for this request.
nov 13 14:42:09 urko NetworkManager[607]: <warn>  [1731505329.4743] device (wlp3s0): Activation: failed for connection 'router_2.4'
nov 13 14:42:09 urko systemd-xdg-autostart-generator[3021]: Configuration file /home/urko/.config/autostart/im.dino.Dino.desktop is marked executable. Please remove executable permission bits. Proceeding anyway.
nov 13 14:42:09 urko systemd-xdg-autostart-generator[3021]: Configuration file /home/urko/.config/autostart/thunderbird.desktop is marked executable. Please remove executable permission bits. Proceeding anyway.
nov 13 14:42:10 urko dbus-broker-launch[3049]: Service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
nov 13 14:42:10 urko dbus-broker-launch[3049]: Service file '/usr/share//dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
nov 13 14:42:10 urko dbus-broker-launch[3049]: Service file '/usr/share//dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
nov 13 14:42:10 urko systemd-xdg-autostart-generator[3055]: Configuration file /home/urko/.config/autostart/im.dino.Dino.desktop is marked executable. Please remove executable permission bits. Proceeding anyway.
nov 13 14:42:10 urko systemd-xdg-autostart-generator[3055]: Configuration file /home/urko/.config/autostart/thunderbird.desktop is marked executable. Please remove executable permission bits. Proceeding anyway.
nov 13 14:42:10 urko kwin_wayland[3063]: kwin_core: Failed to open drm node: ""
nov 13 14:42:10 urko kwin_wayland[3063]: kwin_scene_opengl: couldn't find dev node for drm device
nov 13 14:42:10 urko baloo_file[3062]: qt.dbus.integration: QDBusConnection: name 'org.freedesktop.UDisks2' had owner '' but we thought it was ':1.43'
nov 13 14:42:10 urko baloo_file[3062]: qt.dbus.integration: QDBusConnection: name 'org.freedesktop.UPower' had owner '' but we thought it was ':1.46'
nov 13 14:42:11 urko kwin_wayland[3063]: kwin_scene_opengl: No render nodes have been found, falling back to primary node
nov 13 14:42:11 urko kwin_wayland[3063]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 14:42:11 urko wireplumber[3121]: spa.bluez5: BlueZ system service is not available
nov 13 14:42:12 urko kwin_wayland[3063]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 14:42:12 urko kwin_wayland[3063]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 14:42:12 urko kwin_wayland[3063]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
lines 1-55...skipping...
nov 13 14:40:43 urko kernel: Booted with the nomodeset parameter. Only the system framebuffer will be available
nov 13 14:40:43 urko kernel: i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
nov 13 14:40:43 urko systemd[1]: systemd-remount-fs.service: Failed with result 'exit-code'.
nov 13 14:40:43 urko systemd[1]: Failed to start Remount Root and Kernel File Systems.
nov 13 14:40:43 urko systemd-remount-fs[371]: /usr/bin/mount for / exited with exit status 1.
nov 13 14:40:44 urko kernel: asus_wmi: ASUS Management GUID not found
nov 13 14:40:44 urko (udev-worker)[477]: cfg80211: Process '/usr/bin/set-wireless-regdom' failed with exit code 1.
nov 13 14:40:50 urko dbus-broker-launch[605]: Activation request for 'org.freedesktop.Avahi' failed: The systemd unit 'dbus-org.freedesktop.Avahi.service' could not be found.
nov 13 14:40:51 urko dbus-broker-launch[605]: Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-org.freedesktop.home1.service' could not be found.
nov 13 14:40:51 urko systemd-xdg-autostart-generator[755]: Opening /var/lib/sddm/.config/autostart failed, ignoring: Permission denied
nov 13 14:40:51 urko systemd[748]: Failed to resolve symlink /var/lib/sddm/.config/systemd/user.control, ignoring: Permission denied
nov 13 14:40:51 urko systemd[748]: Failed to resolve symlink /var/lib/sddm/.config/systemd/user, ignoring: Permission denied
nov 13 14:40:51 urko systemd[748]: Failed to open "/var/lib/sddm/.config/systemd/user.control", ignoring: Permission denied
nov 13 14:40:51 urko systemd[748]: Failed to open "/var/lib/sddm/.config/systemd/user", ignoring: Permission denied
nov 13 14:40:51 urko systemd[748]: xdg-user-dirs-update.service: Failed with result 'exit-code'.
nov 13 14:40:51 urko systemd[748]: Failed to start Update XDG user dir configuration.
nov 13 14:40:51 urko dbus-broker-launch[763]: Service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
nov 13 14:40:51 urko dbus-broker-launch[763]: Service file '/usr/share//dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
nov 13 14:40:51 urko dbus-broker-launch[763]: Service file '/usr/share//dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
nov 13 14:40:52 urko sddm-greeter-qt6[759]: Cannot create directory for user data "/var/lib/sddm/.config/qtvirtualkeyboard"
nov 13 14:40:52 urko sddm-greeter-qt6[759]: QGfxShaderBuilder: Failed to create path: "/var/lib/sddm/.cache/sddm-greeter-qt6/_qt_QGfxShaderBuilder_6.8.0/"
nov 13 14:40:52 urko sddm-greeter-qt6[759]: QGfxShaderBuilder: Failed to create path: "/var/lib/sddm/.cache/sddm-greeter-qt6/_qt_QGfxShaderBuilder_6.8.0/"
nov 13 14:40:52 urko sddm-greeter-qt6[759]: QGfxShaderBuilder: Failed to create path: "/var/lib/sddm/.cache/sddm-greeter-qt6/_qt_QGfxShaderBuilder_6.8.0/"
nov 13 14:40:52 urko sddm-greeter-qt6[759]: QGfxShaderBuilder: Failed to create path: "/var/lib/sddm/.cache/sddm-greeter-qt6/_qt_QGfxShaderBuilder_6.8.0/"
nov 13 14:40:52 urko sddm-greeter-qt6[759]: Couldn't establish file backed memory mapping, will fallback to anonymous memory
nov 13 14:40:58 urko sddm-greeter-qt6[759]: Couldn't create a new file: "/var/lib/sddm/.cache/ksvg-elements" . Error: "Permission denied"
nov 13 14:40:59 urko dbus-broker-launch[605]: Activation request for 'org.freedesktop.resolve1' failed: The systemd unit 'dbus-org.freedesktop.resolve1.service' could not be found.
nov 13 14:42:02 urko sddm-greeter-qt6[759]: file:///usr/share/sddm/themes/breath/Main.qml:230:17 Parameter "username" is not declared. Injection of parameters into signal handlers is deprecated. Use JavaScript functions with formal parameters instead.
nov 13 14:42:05 urko kernel: atkbd serio0: Unknown key pressed (translated set 2, code 0xf8 on isa0060/serio0).
nov 13 14:42:05 urko kernel: atkbd serio0: Use 'setkeycodes e078 <keycode>' to make it known.
nov 13 14:42:05 urko sddm-helper[2945]: [PAM] authenticate: Authentication failure
nov 13 14:42:05 urko sddm[673]: Authentication error: SDDM::Auth::ERROR_AUTHENTICATION "Authentication failure"
nov 13 14:42:05 urko sddm-helper[2945]: [PAM] Asked to close the session but it wasn't previously open
nov 13 14:42:05 urko sddm[673]: Auth: sddm-helper exited with 1
nov 13 14:42:06 urko kernel: atkbd serio0: Unknown key released (translated set 2, code 0xf8 on isa0060/serio0).
nov 13 14:42:06 urko kernel: atkbd serio0: Use 'setkeycodes e078 <keycode>' to make it known.
nov 13 14:42:09 urko NetworkManager[607]: <warn>  [1731505329.3997] device (wlp3s0): no secrets: No agents were available for this request.
nov 13 14:42:09 urko NetworkManager[607]: <warn>  [1731505329.4743] device (wlp3s0): Activation: failed for connection 'router_2.4'
nov 13 14:42:09 urko systemd-xdg-autostart-generator[3021]: Configuration file /home/urko/.config/autostart/im.dino.Dino.desktop is marked executable. Please remove executable permission bits. Proceeding anyway.
nov 13 14:42:09 urko systemd-xdg-autostart-generator[3021]: Configuration file /home/urko/.config/autostart/thunderbird.desktop is marked executable. Please remove executable permission bits. Proceeding anyway.
nov 13 14:42:10 urko dbus-broker-launch[3049]: Service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
nov 13 14:42:10 urko dbus-broker-launch[3049]: Service file '/usr/share//dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
nov 13 14:42:10 urko dbus-broker-launch[3049]: Service file '/usr/share//dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
nov 13 14:42:10 urko systemd-xdg-autostart-generator[3055]: Configuration file /home/urko/.config/autostart/im.dino.Dino.desktop is marked executable. Please remove executable permission bits. Proceeding anyway.
nov 13 14:42:10 urko systemd-xdg-autostart-generator[3055]: Configuration file /home/urko/.config/autostart/thunderbird.desktop is marked executable. Please remove executable permission bits. Proceeding anyway.
nov 13 14:42:10 urko kwin_wayland[3063]: kwin_core: Failed to open drm node: ""
nov 13 14:42:10 urko kwin_wayland[3063]: kwin_scene_opengl: couldn't find dev node for drm device
nov 13 14:42:10 urko baloo_file[3062]: qt.dbus.integration: QDBusConnection: name 'org.freedesktop.UDisks2' had owner '' but we thought it was ':1.43'
nov 13 14:42:10 urko baloo_file[3062]: qt.dbus.integration: QDBusConnection: name 'org.freedesktop.UPower' had owner '' but we thought it was ':1.46'
nov 13 14:42:11 urko kwin_wayland[3063]: kwin_scene_opengl: No render nodes have been found, falling back to primary node
nov 13 14:42:11 urko kwin_wayland[3063]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 14:42:11 urko wireplumber[3121]: spa.bluez5: BlueZ system service is not available
nov 13 14:42:12 urko kwin_wayland[3063]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 14:42:12 urko kwin_wayland[3063]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 14:42:12 urko kwin_wayland[3063]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 14:42:12 urko kwin_wayland[3063]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 14:42:12 urko kwin_wayland[3063]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 14:42:12 urko kwin_wayland[3063]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 14:42:12 urko kwin_wayland[3063]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 14:42:12 urko kwin_wayland[3063]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 14:42:12 urko kwin_wayland[3063]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
lines 1-61...skipping...
nov 13 14:40:43 urko kernel: Booted with the nomodeset parameter. Only the system framebuffer will be available
nov 13 14:40:43 urko kernel: i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
nov 13 14:40:43 urko systemd[1]: systemd-remount-fs.service: Failed with result 'exit-code'.
nov 13 14:40:43 urko systemd[1]: Failed to start Remount Root and Kernel File Systems.
nov 13 14:40:43 urko systemd-remount-fs[371]: /usr/bin/mount for / exited with exit status 1.
nov 13 14:40:44 urko kernel: asus_wmi: ASUS Management GUID not found
nov 13 14:40:44 urko (udev-worker)[477]: cfg80211: Process '/usr/bin/set-wireless-regdom' failed with exit code 1.
nov 13 14:40:50 urko dbus-broker-launch[605]: Activation request for 'org.freedesktop.Avahi' failed: The systemd unit 'dbus-org.freedesktop.Avahi.service' could not be found.
nov 13 14:40:51 urko dbus-broker-launch[605]: Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-org.freedesktop.home1.service' could not be found.
nov 13 14:40:51 urko systemd-xdg-autostart-generator[755]: Opening /var/lib/sddm/.config/autostart failed, ignoring: Permission denied
nov 13 14:40:51 urko systemd[748]: Failed to resolve symlink /var/lib/sddm/.config/systemd/user.control, ignoring: Permission denied
nov 13 14:40:51 urko systemd[748]: Failed to resolve symlink /var/lib/sddm/.config/systemd/user, ignoring: Permission denied
nov 13 14:40:51 urko systemd[748]: Failed to open "/var/lib/sddm/.config/systemd/user.control", ignoring: Permission denied
nov 13 14:40:51 urko systemd[748]: Failed to open "/var/lib/sddm/.config/systemd/user", ignoring: Permission denied
nov 13 14:40:51 urko systemd[748]: xdg-user-dirs-update.service: Failed with result 'exit-code'.
nov 13 14:40:51 urko systemd[748]: Failed to start Update XDG user dir configuration.
nov 13 14:40:51 urko dbus-broker-launch[763]: Service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
nov 13 14:40:51 urko dbus-broker-launch[763]: Service file '/usr/share//dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
nov 13 14:40:51 urko dbus-broker-launch[763]: Service file '/usr/share//dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
nov 13 14:40:52 urko sddm-greeter-qt6[759]: Cannot create directory for user data "/var/lib/sddm/.config/qtvirtualkeyboard"
nov 13 14:40:52 urko sddm-greeter-qt6[759]: QGfxShaderBuilder: Failed to create path: "/var/lib/sddm/.cache/sddm-greeter-qt6/_qt_QGfxShaderBuilder_6.8.0/"
nov 13 14:40:52 urko sddm-greeter-qt6[759]: QGfxShaderBuilder: Failed to create path: "/var/lib/sddm/.cache/sddm-greeter-qt6/_qt_QGfxShaderBuilder_6.8.0/"
nov 13 14:40:52 urko sddm-greeter-qt6[759]: QGfxShaderBuilder: Failed to create path: "/var/lib/sddm/.cache/sddm-greeter-qt6/_qt_QGfxShaderBuilder_6.8.0/"
nov 13 14:40:52 urko sddm-greeter-qt6[759]: QGfxShaderBuilder: Failed to create path: "/var/lib/sddm/.cache/sddm-greeter-qt6/_qt_QGfxShaderBuilder_6.8.0/"
nov 13 14:40:52 urko sddm-greeter-qt6[759]: Couldn't establish file backed memory mapping, will fallback to anonymous memory
nov 13 14:40:58 urko sddm-greeter-qt6[759]: Couldn't create a new file: "/var/lib/sddm/.cache/ksvg-elements" . Error: "Permission denied"
nov 13 14:40:59 urko dbus-broker-launch[605]: Activation request for 'org.freedesktop.resolve1' failed: The systemd unit 'dbus-org.freedesktop.resolve1.service' could not be found.
nov 13 14:42:02 urko sddm-greeter-qt6[759]: file:///usr/share/sddm/themes/breath/Main.qml:230:17 Parameter "username" is not declared. Injection of parameters into signal handlers is deprecated. Use JavaScript functions with formal parameters instead.
nov 13 14:42:05 urko kernel: atkbd serio0: Unknown key pressed (translated set 2, code 0xf8 on isa0060/serio0).
nov 13 14:42:05 urko kernel: atkbd serio0: Use 'setkeycodes e078 <keycode>' to make it known.
nov 13 14:42:05 urko sddm-helper[2945]: [PAM] authenticate: Authentication failure
nov 13 14:42:05 urko sddm[673]: Authentication error: SDDM::Auth::ERROR_AUTHENTICATION "Authentication failure"
nov 13 14:42:05 urko sddm-helper[2945]: [PAM] Asked to close the session but it wasn't previously open
nov 13 14:42:05 urko sddm[673]: Auth: sddm-helper exited with 1
nov 13 14:42:06 urko kernel: atkbd serio0: Unknown key released (translated set 2, code 0xf8 on isa0060/serio0).
nov 13 14:42:06 urko kernel: atkbd serio0: Use 'setkeycodes e078 <keycode>' to make it known.
nov 13 14:42:09 urko NetworkManager[607]: <warn>  [1731505329.3997] device (wlp3s0): no secrets: No agents were available for this request.
nov 13 14:42:09 urko NetworkManager[607]: <warn>  [1731505329.4743] device (wlp3s0): Activation: failed for connection 'router_2.4'
nov 13 14:42:09 urko systemd-xdg-autostart-generator[3021]: Configuration file /home/urko/.config/autostart/im.dino.Dino.desktop is marked executable. Please remove executable permission bits. Proceeding anyway.
nov 13 14:42:09 urko systemd-xdg-autostart-generator[3021]: Configuration file /home/urko/.config/autostart/thunderbird.desktop is marked executable. Please remove executable permission bits. Proceeding anyway.
nov 13 14:42:10 urko dbus-broker-launch[3049]: Service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
nov 13 14:42:10 urko dbus-broker-launch[3049]: Service file '/usr/share//dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
nov 13 14:42:10 urko dbus-broker-launch[3049]: Service file '/usr/share//dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
nov 13 14:42:10 urko systemd-xdg-autostart-generator[3055]: Configuration file /home/urko/.config/autostart/im.dino.Dino.desktop is marked executable. Please remove executable permission bits. Proceeding anyway.
nov 13 14:42:10 urko systemd-xdg-autostart-generator[3055]: Configuration file /home/urko/.config/autostart/thunderbird.desktop is marked executable. Please remove executable permission bits. Proceeding anyway.
nov 13 14:42:10 urko kwin_wayland[3063]: kwin_core: Failed to open drm node: ""
nov 13 14:42:10 urko kwin_wayland[3063]: kwin_scene_opengl: couldn't find dev node for drm device
nov 13 14:42:10 urko baloo_file[3062]: qt.dbus.integration: QDBusConnection: name 'org.freedesktop.UDisks2' had owner '' but we thought it was ':1.43'
nov 13 14:42:10 urko baloo_file[3062]: qt.dbus.integration: QDBusConnection: name 'org.freedesktop.UPower' had owner '' but we thought it was ':1.46'
nov 13 14:42:11 urko kwin_wayland[3063]: kwin_scene_opengl: No render nodes have been found, falling back to primary node
nov 13 14:42:11 urko kwin_wayland[3063]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 14:42:11 urko wireplumber[3121]: spa.bluez5: BlueZ system service is not available
nov 13 14:42:12 urko kwin_wayland[3063]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 14:42:12 urko kwin_wayland[3063]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 14:42:12 urko kwin_wayland[3063]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 14:42:12 urko kwin_wayland[3063]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 14:42:12 urko kwin_wayland[3063]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 14:42:12 urko kwin_wayland[3063]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 14:42:12 urko kwin_wayland[3063]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 14:42:12 urko kwin_wayland[3063]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 14:42:12 urko kwin_wayland[3063]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 14:42:12 urko kwin_wayland[3063]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 14:42:12 urko kwin_wayland[3063]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 14:42:12 urko kwin_wayland[3063]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument

so you did a clean reinstall?
post logs:
journalctl -b0 -p5 --no-pager
and:
sudo pacman -Qm

└[~]>  journalctl -b0 -p5 --no-pager
nov 13 16:04:33 urko kernel: Linux version 6.11.7-1-MANJARO (linux611@manjaro) (gcc (GCC) 14.2.1 20240910, GNU ld (GNU Binutils) 2.43.0) #1 SMP PREEMPT_DYNAMIC Fri, 08 Nov 2024 22:42:46 +0000
nov 13 16:04:33 urko kernel: random: crng init done
nov 13 16:04:33 urko kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.11-x86_64 root=UUID=efee8f5b-681a-492c-9eac-cbc2366fe833 rw plymouth.enable=0 disablehooks=plymouth quiet splash nomodeset
nov 13 16:04:33 urko kernel: Booted with the nomodeset parameter. Only the system framebuffer will be available
nov 13 16:04:33 urko kernel: Unknown kernel command line parameters "splash BOOT_IMAGE=/boot/vmlinuz-6.11-x86_64 disablehooks=plymouth", will be passed to user space.
nov 13 16:04:33 urko kernel: Zenbleed: please update your microcode for the most optimal fix
nov 13 16:04:33 urko kernel: audit: type=2000 audit(1731510264.193:1): state=initialized audit_enabled=0 res=1
nov 13 16:04:33 urko kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
nov 13 16:04:33 urko kernel: SCSI subsystem initialized
nov 13 16:04:33 urko kernel: VFS: Disk quotas dquot_6.6.0
nov 13 16:04:33 urko kernel: Initialise system trusted keyrings
nov 13 16:04:33 urko kernel: Key type blacklist registered
nov 13 16:04:33 urko kernel: integrity: Platform Keyring initialized
nov 13 16:04:33 urko kernel: integrity: Machine keyring initialized
nov 13 16:04:33 urko kernel: Key type asymmetric registered
nov 13 16:04:33 urko kernel: Asymmetric key parser 'x509' registered
nov 13 16:04:33 urko kernel: Loading compiled-in X.509 certificates
nov 13 16:04:33 urko kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 047ea749c008c146dbe8501f47306af7adb9a5e9'
nov 13 16:04:33 urko kernel: Key type .fscrypt registered
nov 13 16:04:33 urko kernel: Key type fscrypt-provisioning registered
nov 13 16:04:33 urko kernel: integrity: Loaded X.509 cert 'DO NOT TRUST - Test PK: ac15cc78505dfe8e4100aae9696ef35c'
nov 13 16:04:33 urko kernel: integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
nov 13 16:04:33 urko kernel: integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
nov 13 16:04:33 urko kernel: i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
nov 13 16:04:33 urko systemd[1]: systemd-remount-fs.service: Main process exited, code=exited, status=1/FAILURE
nov 13 16:04:33 urko systemd[1]: systemd-remount-fs.service: Failed with result 'exit-code'.
nov 13 16:04:33 urko systemd[1]: Failed to start Remount Root and Kernel File Systems.
nov 13 16:04:33 urko systemd-remount-fs[372]: /usr/bin/mount for / exited with exit status 1.
nov 13 16:04:34 urko kernel: ccp 0000:05:00.2: ccp: unable to access the device: you might be running a broken BIOS.
nov 13 16:04:34 urko kernel: ccp 0000:05:00.2: tee enabled
nov 13 16:04:34 urko kernel: ccp 0000:05:00.2: psp enabled
nov 13 16:04:34 urko kernel: asus_wmi: ASUS Management GUID not found
nov 13 16:04:34 urko kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
nov 13 16:04:34 urko kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
nov 13 16:04:34 urko kernel: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
nov 13 16:04:34 urko (udev-worker)[465]: cfg80211: Process '/usr/bin/set-wireless-regdom' failed with exit code 1.
nov 13 16:04:34 urko systemd[1]: home.mount: Directory /home to mount over is not empty, mounting anyway.
nov 13 16:04:40 urko ModemManager[635]: <msg> ModemManager (version 1.22.0-1) starting in system bus...
nov 13 16:04:40 urko dbus-broker-launch[599]: Activation request for 'org.freedesktop.Avahi' failed: The systemd unit 'dbus-org.freedesktop.Avahi.service' could not be found.
nov 13 16:04:40 urko wpa_supplicant[702]: Successfully initialized wpa_supplicant
nov 13 16:04:41 urko dbus-broker-launch[599]: Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-org.freedesktop.home1.service' could not be found.
nov 13 16:04:41 urko (systemd)[745]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[sddm] ruser=[<unknown>] rhost=[<unknown>]
nov 13 16:04:41 urko systemd-xdg-autostart-generator[752]: Opening /var/lib/sddm/.config/autostart failed, ignoring: Permission denied
nov 13 16:04:41 urko systemd[745]: Failed to resolve symlink /var/lib/sddm/.config/systemd/user.control, ignoring: Permission denied
nov 13 16:04:41 urko systemd[745]: Failed to resolve symlink /var/lib/sddm/.config/systemd/user, ignoring: Permission denied
nov 13 16:04:41 urko systemd[745]: Failed to open "/var/lib/sddm/.config/systemd/user.control", ignoring: Permission denied
nov 13 16:04:41 urko systemd[745]: Failed to open "/var/lib/sddm/.config/systemd/user", ignoring: Permission denied
nov 13 16:04:41 urko systemd[745]: xdg-user-dirs-update.service: Main process exited, code=exited, status=1/FAILURE
nov 13 16:04:41 urko systemd[745]: xdg-user-dirs-update.service: Failed with result 'exit-code'.
nov 13 16:04:41 urko systemd[745]: Failed to start Update XDG user dir configuration.
nov 13 16:04:41 urko dbus-broker-launch[761]: Service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
nov 13 16:04:41 urko dbus-broker-launch[761]: Service file '/usr/share//dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
nov 13 16:04:41 urko dbus-broker-launch[761]: Service file '/usr/share//dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
nov 13 16:04:42 urko sddm-greeter-qt6[757]: Cannot create directory for user data "/var/lib/sddm/.config/qtvirtualkeyboard"
nov 13 16:04:42 urko sddm-greeter-qt6[757]: QGfxShaderBuilder: Failed to create path: "/var/lib/sddm/.cache/sddm-greeter-qt6/_qt_QGfxShaderBuilder_6.8.0/"
nov 13 16:04:42 urko sddm-greeter-qt6[757]: QGfxShaderBuilder: Failed to create path: "/var/lib/sddm/.cache/sddm-greeter-qt6/_qt_QGfxShaderBuilder_6.8.0/"
nov 13 16:04:42 urko sddm-greeter-qt6[757]: QGfxShaderBuilder: Failed to create path: "/var/lib/sddm/.cache/sddm-greeter-qt6/_qt_QGfxShaderBuilder_6.8.0/"
nov 13 16:04:42 urko sddm-greeter-qt6[757]: QGfxShaderBuilder: Failed to create path: "/var/lib/sddm/.cache/sddm-greeter-qt6/_qt_QGfxShaderBuilder_6.8.0/"
nov 13 16:04:42 urko sddm-greeter-qt6[757]: Couldn't establish file backed memory mapping, will fallback to anonymous memory
nov 13 16:04:44 urko ModemManager[635]: <msg> [base-manager] couldn't check support for device '/sys/devices/pci0000:00/0000:00:01.2/0000:01:00.0': not supported by any plugin
nov 13 16:04:44 urko ModemManager[635]: <msg> [base-manager] couldn't check support for device '/sys/devices/pci0000:00/0000:00:02.2/0000:03:00.0': not supported by any plugin
nov 13 16:04:44 urko wpa_supplicant[702]: wlp3s0: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=COUNTRY alpha2=DE
nov 13 16:04:44 urko wpa_supplicant[702]: wlp3s0: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=COUNTRY alpha2=DE
nov 13 16:04:48 urko sddm-greeter-qt6[757]: Couldn't create a new file: "/var/lib/sddm/.cache/ksvg-elements" . Error: "Permission denied"
nov 13 16:04:49 urko dbus-broker-launch[599]: Activation request for 'org.freedesktop.resolve1' failed: The systemd unit 'dbus-org.freedesktop.resolve1.service' could not be found.
nov 13 16:05:22 urko sddm-greeter-qt6[757]: file:///usr/share/sddm/themes/breath/Main.qml:230:17 Parameter "username" is not declared. Injection of parameters into signal handlers is deprecated. Use JavaScript functions with formal parameters instead.
nov 13 16:05:22 urko (systemd)[2921]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[urko] ruser=[<unknown>] rhost=[<unknown>]
nov 13 16:05:22 urko systemd-xdg-autostart-generator[2928]: Configuration file /home/urko/.config/autostart/im.dino.Dino.desktop is marked executable. Please remove executable permission bits. Proceeding anyway.
nov 13 16:05:22 urko systemd-xdg-autostart-generator[2928]: Configuration file /home/urko/.config/autostart/thunderbird.desktop is marked executable. Please remove executable permission bits. Proceeding anyway.
nov 13 16:05:22 urko NetworkManager[601]: <warn>  [1731510322.9637] device (wlp3s0): no secrets: No agents were available for this request.
nov 13 16:05:22 urko NetworkManager[601]: <warn>  [1731510322.9642] device (wlp3s0): Activation: failed for connection 'router_2.4'
nov 13 16:05:22 urko wpa_supplicant[702]: wlp3s0: WPS-PBC-ACTIVE
nov 13 16:05:22 urko wpa_supplicant[702]: wlp3s0: CTRL-EVENT-SCAN-FAILED ret=-100 retry=1
nov 13 16:05:22 urko wpa_supplicant[702]: wlp3s0: WPS-CANCEL
nov 13 16:05:23 urko dbus-broker-launch[2958]: Service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
nov 13 16:05:23 urko dbus-broker-launch[2958]: Service file '/usr/share//dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
nov 13 16:05:23 urko dbus-broker-launch[2958]: Service file '/usr/share//dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
nov 13 16:05:23 urko systemd-xdg-autostart-generator[2964]: Configuration file /home/urko/.config/autostart/im.dino.Dino.desktop is marked executable. Please remove executable permission bits. Proceeding anyway.
nov 13 16:05:23 urko systemd-xdg-autostart-generator[2964]: Configuration file /home/urko/.config/autostart/thunderbird.desktop is marked executable. Please remove executable permission bits. Proceeding anyway.
nov 13 16:05:23 urko wpa_supplicant[702]: wlp3s0: Reject scan trigger since one is already pending
nov 13 16:05:23 urko udisksd[2980]: udisks daemon version 2.10.1 starting
nov 13 16:05:23 urko udisksd[2980]: Acquired the name org.freedesktop.UDisks2 on the system message bus
nov 13 16:05:23 urko kwin_wayland[2972]: kwin_core: Failed to open drm node: ""
nov 13 16:05:23 urko kwin_wayland[2972]: kwin_scene_opengl: couldn't find dev node for drm device
nov 13 16:05:23 urko baloo_file[2971]: qt.dbus.integration: QDBusConnection: name 'org.freedesktop.UDisks2' had owner '' but we thought it was ':1.42'
nov 13 16:05:23 urko baloo_file[2971]: qt.dbus.integration: QDBusConnection: name 'org.freedesktop.UPower' had owner '' but we thought it was ':1.45'
nov 13 16:05:23 urko wireplumber[3030]: wp-internal-comp-loader: Loading profile 'main'
nov 13 16:05:23 urko kwin_wayland[2972]: kwin_scene_opengl: No render nodes have been found, falling back to primary node
nov 13 16:05:23 urko kwin_wayland[2972]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 16:05:24 urko wireplumber[3030]: spa.bluez5: BlueZ system service is not available
nov 13 16:05:24 urko wireplumber[3030]: wp-device: SPA handle 'api.libcamera.enum.manager' could not be loaded; is it installed?
nov 13 16:05:24 urko wireplumber[3030]: s-monitors-libcamera: PipeWire's libcamera SPA plugin is missing or broken. Some camera types may not be supported.
nov 13 16:05:26 urko kernel: sched: RT throttling activated
nov 13 16:05:26 urko wpa_supplicant[702]: wlp3s0: Reject scan trigger since one is already pending
nov 13 16:05:26 urko kded6[3162]: org.kde.libkbolt: Failed to connect to Bolt manager DBus interface:
nov 13 16:05:26 urko kded6[3162]: QDBusObjectPath: invalid path "/modules/plasma-session-shortcuts"
nov 13 16:05:26 urko kded6[3162]: kf.dbusaddons: The kded module name "plasma-session-shortcuts" is invalid!
nov 13 16:05:26 urko kconf_update[3389]: kf.config.kconf_update: /usr/share/kconf_update/ark.upd defined Version=5 but Version=6 was expected
nov 13 16:05:26 urko kconf_update[3389]: kf.config.kconf_update: /usr/share/kconf_update/breath2tobreath.upd defined Version=5 but Version=6 was expected
nov 13 16:05:26 urko kconf_update[3389]: kf.config.kconf_update: /usr/share/kconf_update/dolphin_detailsmodesettings.upd defined Version=5 but Version=6 was expected
nov 13 16:05:26 urko kconf_update[3389]: kf.config.kconf_update: /usr/share/kconf_update/dolphin_directorysizemode.upd defined Version=5 but Version=6 was expected
nov 13 16:05:26 urko kconf_update[3389]: kf.config.kconf_update: /usr/share/kconf_update/filepicker.upd defined Version=5 but Version=6 was expected
nov 13 16:05:26 urko kconf_update[3389]: kf.config.kconf_update: /usr/share/kconf_update/konsole.upd defined Version=5 but Version=6 was expected
nov 13 16:05:26 urko kconf_update[3389]: kf.config.kconf_update: /usr/share/kconf_update/okular.upd defined Version=5 but Version=6 was expected
nov 13 16:05:26 urko kactivitymanagerd[3330]: kf.windowsystem: virtual void KX11Extras::connectNotify(const QMetaMethod&) may only be used on X11
nov 13 16:05:26 urko kactivitymanagerd[3330]: kf.windowsystem: virtual void KX11Extras::connectNotify(const QMetaMethod&) may only be used on X11
nov 13 16:05:26 urko org_kde_powerdevil[3337]: Initializing libddcutil.  ddcutil version: 2.1.4, shared library: /usr/lib/libddcutil.so.5.1.2
nov 13 16:05:26 urko org_kde_powerdevil[3337]: Options passed from client:
nov 13 16:05:26 urko org_kde_powerdevil[3337]: Applying combined options:
nov 13 16:05:26 urko dbus-broker-launch[599]: Activation request for 'net.hadess.PowerProfiles' failed: The systemd unit 'power-profiles-daemon.service' is masked.
nov 13 16:05:26 urko org_kde_powerdevil[3337]: Library initialization complete.
nov 13 16:05:26 urko org_kde_powerdevil[3337]: org.kde.powerdevil: [DDCutilDetector]: Failed to initialize callback
nov 13 16:05:27 urko plasmashell[3277]: qt.core.qabstractitemmodel.checkindex: Index QModelIndex(-1,-1,0x0,QObject(0x0)) is not valid (expected valid)
nov 13 16:05:27 urko plasmashell[3277]: file:///usr/share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/main.qml:178:25: QML FolderViewDropArea (parent or ancestor of QQuickLayoutAttached): Binding loop detected for property "minimumWidth":
                                        file:///usr/share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/main.qml:201:9
nov 13 16:05:27 urko plasmashell[3277]: Toolbox not loading, toolbox package is either invalid or disabled.
nov 13 16:05:27 urko backlighthelper[3676]: org.kde.powerdevil: no kernel backlight interface found
nov 13 16:05:27 urko org_kde_powerdevil[3337]: org.kde.powerdevil: org.kde.powerdevil.chargethresholdhelper.getthreshold failed "Charge thresholds are not supported by the kernel for this hardware"
nov 13 16:05:27 urko org_kde_powerdevil[3337]: org.kde.powerdevil: org.kde.powerdevil.backlighthelper.brightness failed
nov 13 16:05:27 urko wpa_supplicant[702]: wlp3s0: WPS-PBC-ACTIVE
nov 13 16:05:27 urko ksystemstats[3545]: kf.networkmanagerqt: void NetworkManager::ConnectionPrivate::onPropertiesChanged(const QVariantMap&) Unhandled property "VersionId"
nov 13 16:05:27 urko kded6[3162]: kf.networkmanagerqt: void NetworkManager::ConnectionPrivate::onPropertiesChanged(const QVariantMap&) Unhandled property "VersionId"
nov 13 16:05:27 urko wpa_supplicant[702]: wlp3s0: WPS-CANCEL
nov 13 16:05:27 urko wpa_supplicant[702]: MBO: Disable MBO/OCE due to misbehaving AP not having enabled PMF
nov 13 16:05:27 urko wpa_supplicant[702]: MBO: Disable MBO/OCE due to misbehaving AP not having enabled PMF
nov 13 16:05:27 urko wpa_supplicant[702]: wlp3s0: SME: Trying to authenticate with ac:15:a2:ae:7e:67 (SSID='router_2.4' freq=2417 MHz)
nov 13 16:05:27 urko org_kde_powerdevil[3337]: org.kde.powerdevil: Handle button events action could not check for screen configuration
nov 13 16:05:27 urko org_kde_powerdevil[3337]: org.kde.powerdevil: org.kde.powerdevil.chargethresholdhelper.getthreshold failed "Charge thresholds are not supported by the kernel for this hardware"
nov 13 16:05:27 urko wpa_supplicant[702]: wlp3s0: Trying to associate with ac:15:a2:ae:7e:67 (SSID='router_2.4' freq=2417 MHz)
nov 13 16:05:27 urko wpa_supplicant[702]: wlp3s0: Associated with ac:15:a2:ae:7e:67
nov 13 16:05:27 urko wpa_supplicant[702]: MBO: Disable MBO/OCE due to misbehaving AP not having enabled PMF
nov 13 16:05:27 urko wpa_supplicant[702]: wlp3s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
nov 13 16:05:27 urko msm_kde_notifier[3698]: QFont::fromString: Invalid description 'Noto Sans,20,-1,5,400,0,0,0,0,0,0,0,0,0,0,1'
nov 13 16:05:27 urko msm_kde_notifier[3698]: QFont::fromString: Invalid description 'Hack,20,-1,5,400,0,0,0,0,0,0,0,0,0,0,1'
nov 13 16:05:27 urko msm_kde_notifier[3698]: QFont::fromString: Invalid description 'Noto Sans,20,-1,5,400,0,0,0,0,0,0,0,0,0,0,1'
nov 13 16:05:27 urko msm_kde_notifier[3698]: QFont::fromString: Invalid description 'Noto Sans,20,-1,5,400,0,0,0,0,0,0,0,0,0,0,1'
nov 13 16:05:27 urko wpa_supplicant[702]: wlp3s0: WPA: Key negotiation completed with ac:15:a2:ae:7e:67 [PTK=CCMP GTK=TKIP]
nov 13 16:05:27 urko wpa_supplicant[702]: wlp3s0: CTRL-EVENT-CONNECTED - Connection to ac:15:a2:ae:7e:67 completed [id=0 id_str=]
nov 13 16:05:27 urko wpa_supplicant[702]: wlp3s0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-72 noise=9999 txrate=29200
nov 13 16:05:27 urko xdg-desktop-portal-kde[3338]: xdp-kde-settings: Namespace  "org.gnome.desktop.a11y.interface"  is not supported
nov 13 16:05:27 urko dino[3697]: Using GtkSettings:gtk-application-prefer-dark-theme with libadwaita is unsupported. Please use AdwStyleManager:color-scheme instead.
nov 13 16:05:27 urko pamac-tray-plas[3727]: updates_checker.vala:59: check updates
nov 13 16:05:27 urko kdeconnectd[3699]: 2024-11-13T16:05:27 kdeconnect.core: Warning: KDE Connect private key file has too open permissions  "/home/urko/.config/kdeconnect/privateKey.pem"
nov 13 16:05:27 urko kdeconnectd[3699]: 2024-11-13T16:05:27 kdeconnect.core: Warning: KDE Connect certificate file has too open permissions  "/home/urko/.config/kdeconnect/certificate.pem"
nov 13 16:05:27 urko kernel: warning: `kdeconnectd' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211
nov 13 16:05:27 urko kdeconnectd[3699]: 2024-11-13T16:05:27 default: Cannot find a compatible running Bluez. Please check the Bluez installation. QtBluetooth requires at least BlueZ version 5.
nov 13 16:05:27 urko kdeconnectd[3699]: 2024-11-13T16:05:27 kdeconnect.core: No local bluetooth adapter found
nov 13 16:05:27 urko kdeconnectd[3699]: 2024-11-13T16:05:27 kdeconnect.core: Failed to send mDNS query: Cannot assign requested address
nov 13 16:05:27 urko kdeconnectd[3699]: 2024-11-13T16:05:27 kdeconnect.core: Failed to send mDNS query: Cannot assign requested address
nov 13 16:05:27 urko kdeconnectd[3699]: 2024-11-13T16:05:27 kdeconnect.core: Failed to send mDNS query: Cannot assign requested address
nov 13 16:05:27 urko kdeconnectd[3699]: 2024-11-13T16:05:27 kdeconnect.core: Failed to send mDNS query: Cannot assign requested address
nov 13 16:05:27 urko kdeconnectd[3699]: 2024-11-13T16:05:27 kdeconnect.core: Failed to send mDNS query: Cannot assign requested address
nov 13 16:05:27 urko kdeconnectd[3699]: 2024-11-13T16:05:27 kdeconnect.core: Failed to send mDNS query: Cannot assign requested address
nov 13 16:05:27 urko kdeconnectd[3699]: 2024-11-13T16:05:27 kdeconnect.core: Failed to send mDNS query: Cannot assign requested address
nov 13 16:05:27 urko kdeconnectd[3699]: 2024-11-13T16:05:27 kdeconnect.core: Failed to send mDNS query: Cannot assign requested address
nov 13 16:05:27 urko kdeconnectd[3699]: 2024-11-13T16:05:27 kdeconnect.core: Failed to send mDNS query: Cannot assign requested address
nov 13 16:05:27 urko kdeconnectd[3699]: 2024-11-13T16:05:27 kdeconnect.core: Failed to send mDNS query: Cannot assign requested address
nov 13 16:05:27 urko kdeconnectd[3699]: 2024-11-13T16:05:27 kdeconnect.core: Failed to send mDNS query: Cannot assign requested address
nov 13 16:05:27 urko kdeconnectd[3699]: 2024-11-13T16:05:27 kdeconnect.core: Failed to send mDNS query: Cannot assign requested address
nov 13 16:05:27 urko kdeconnectd[3699]: 2024-11-13T16:05:27 kdeconnect.core: Failed to send mDNS query: Cannot assign requested address
nov 13 16:05:27 urko kdeconnectd[3699]: 2024-11-13T16:05:27 kdeconnect.core: Failed to send mDNS query: Cannot assign requested address
nov 13 16:05:28 urko dino[3697]: Vulkan: Loader Message: setup_loader_term_phys_devs:  Failed to detect any valid GPUs in the current config
nov 13 16:05:28 urko dino[3697]: vkEnumeratePhysicalDevices(): Initialization of an object could not be completed for implementation-specific reasons. (VK_ERROR_INITIALIZATION_FAILED) (-3)
nov 13 16:05:28 urko dino[3697]: Vulkan: Loader Message: setup_loader_term_phys_devs:  Failed to detect any valid GPUs in the current config
nov 13 16:05:28 urko dino[3697]: vkEnumeratePhysicalDevices(): Initialization of an object could not be completed for implementation-specific reasons. (VK_ERROR_INITIALIZATION_FAILED) (-3)
nov 13 16:05:28 urko plasmashell[3277]: file:///usr/share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/main.qml:50:9: QML KSortFilterProxyModel: Binding loop detected for property "sourceModel"
nov 13 16:05:28 urko plasmashell[3277]: file:///usr/share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/main.qml:50:9: QML KSortFilterProxyModel: Binding loop detected for property "sourceModel"
nov 13 16:05:28 urko plasmashell[3277]: qt.dbus.integration: Could not connect "org.cups.cupsd.Notifier" to PrinterFinishingsChanged(QString, QString, QString, uint, QString, bool) :
nov 13 16:05:28 urko plasmashell[3277]: file:///usr/share/plasma/plasmoids/org.kde.plasma.pager/contents/ui/main.qml:244:5: QML Grid: Grid contains more visible items (6) than rows*columns (3)
nov 13 16:05:28 urko kwin_wayland[2972]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 16:05:29 urko kwin_wayland[2972]: kwin_core: Cannot grant a token to KWin::ClientConnection(0x58d5ad9510d0)
nov 13 16:05:29 urko kwin_wayland[2972]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 16:05:29 urko plasmashell[3277]: qt.core.qabstractitemmodel.checkindex: Index QModelIndex(-1,-1,0x0,QObject(0x0)) is not valid (expected valid)
nov 13 16:05:29 urko plasmashell[3277]: QFont::setPointSizeF: Point size <= 0 (0.000000), must be greater than 0
nov 13 16:05:30 urko plasmashell[3277]: QFont::setPointSizeF: Point size <= 0 (0.000000), must be greater than 0
nov 13 16:05:30 urko plasmashell[3277]: qt.core.qabstractitemmodel.checkindex: Index QModelIndex(-1,-1,0x0,QObject(0x0)) is not valid (expected valid)
nov 13 16:05:30 urko dino[3697]: ../gtk/gdk/wayland/gdkcursor-wayland.c:210 cursor image size (64) not an integer multiple of theme size (48)
nov 13 16:05:30 urko kwin_wayland[2972]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 16:05:32 urko dino[3697]: ../gtk/gdk/wayland/gdkcursor-wayland.c:210 cursor image size (64) not an integer multiple of theme size (48)
nov 13 16:05:32 urko kwin_wayland[2972]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 16:05:32 urko kwin_wayland[2972]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 16:06:24 urko systemd[2921]: dbus-:1.2-org.kde.KSplash@0.service: Main process exited, code=exited, status=1/FAILURE
nov 13 16:06:24 urko systemd[2921]: dbus-:1.2-org.kde.KSplash@0.service: Failed with result 'exit-code'.
nov 13 16:14:04 urko kwin_wayland[2972]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 16:14:04 urko kwin_wayland[2972]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 16:14:04 urko kwin_wayland[2972]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 16:14:04 urko kwin_wayland[2972]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 16:14:04 urko kwin_wayland[2972]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 16:14:04 urko kwin_wayland[2972]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 16:14:04 urko kwin_wayland[2972]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 16:14:04 urko kwin_wayland[2972]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 16:14:04 urko kwin_wayland[2972]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 16:14:04 urko kwin_wayland[2972]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 16:14:04 urko kwin_wayland[2972]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 16:14:04 urko kwin_wayland[2972]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 16:14:04 urko kwin_wayland[2972]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 16:14:04 urko kwin_wayland[2972]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 16:14:04 urko kwin_wayland[2972]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 16:14:04 urko kwin_wayland[2972]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 16:14:04 urko kwin_wayland[2972]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 16:14:04 urko kwin_wayland[2972]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 16:14:04 urko kwin_wayland[2972]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 16:14:04 urko kwin_wayland[2972]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 16:14:04 urko kwin_wayland[2972]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 16:14:04 urko kwin_wayland[2972]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 16:14:04 urko kwin_wayland[2972]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 16:14:04 urko kwin_wayland[2972]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 16:14:04 urko dino[3697]: ../gtk/gdk/wayland/gdkcursor-wayland.c:210 cursor image size (64) not an integer multiple of theme size (48)
nov 13 16:14:04 urko kwin_wayland[2972]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 16:14:04 urko kwin_wayland[2972]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 16:14:04 urko kwin_wayland[2972]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 16:14:04 urko kwin_wayland[2972]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 16:14:04 urko kwin_wayland[2972]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 16:14:04 urko kwin_wayland[2972]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 16:14:04 urko kwin_wayland[2972]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 16:14:04 urko kwin_wayland[2972]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 16:14:04 urko kwin_wayland[2972]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 16:14:04 urko kwin_wayland[2972]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 16:14:04 urko kwin_wayland[2972]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 16:14:04 urko kwin_wayland[2972]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 16:14:04 urko kwin_wayland[2972]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 16:14:04 urko kwin_wayland[2972]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 16:14:04 urko kwin_wayland[2972]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 16:14:04 urko kwin_wayland[2972]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 16:14:04 urko kwin_wayland[2972]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 16:14:04 urko kwin_wayland[2972]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 16:14:04 urko kwin_wayland[2972]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 16:14:04 urko kwin_wayland[2972]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 16:14:04 urko kwin_wayland[2972]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 16:14:04 urko kwin_wayland[2972]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 16:14:04 urko kwin_wayland[2972]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 16:14:04 urko kwin_wayland[2972]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 16:14:04 urko kwin_wayland[2972]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 16:14:04 urko kwin_wayland[2972]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 16:14:05 urko dino[3697]: Vulkan: Loader Message: setup_loader_term_phys_devs:  Failed to detect any valid GPUs in the current config
nov 13 16:14:05 urko dino[3697]: vkEnumeratePhysicalDevices(): Initialization of an object could not be completed for implementation-specific reasons. (VK_ERROR_INITIALIZATION_FAILED) (-3)
nov 13 16:14:05 urko dino[3697]: Vulkan: Loader Message: setup_loader_term_phys_devs:  Failed to detect any valid GPUs in the current config
nov 13 16:14:05 urko dino[3697]: vkEnumeratePhysicalDevices(): Initialization of an object could not be completed for implementation-specific reasons. (VK_ERROR_INITIALIZATION_FAILED) (-3)
nov 13 16:14:07 urko dino[3697]: ../gtk/gdk/wayland/gdkcursor-wayland.c:210 cursor image size (64) not an integer multiple of theme size (48)
nov 13 16:14:07 urko kwin_wayland[2972]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 16:14:07 urko kwin_wayland[2972]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 16:14:20 urko kwin_wayland[2972]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 16:14:21 urko plasmashell[3277]: Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
nov 13 16:14:25 urko kwin_wayland[2972]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 16:14:44 urko kwin_wayland[2972]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 16:14:44 urko kwin_wayland[2972]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 16:14:44 urko kwin_wayland[2972]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 16:14:44 urko kwin_wayland[2972]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 16:14:44 urko kwin_wayland[2972]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 16:14:44 urko kwin_wayland[2972]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 13 16:14:44 urko kwin_wayland[2972]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
sudo pacman -Qm     
1password 8.10.50-25
bruno-bin 1.34.2-1
freerdp-git 3.9.0.r171.g08d21e9-1
libvlc 3.0.21-8
qcoro 0.11.0-1
tinysparql 3.8.0-1
vscodium-bin 1.95.2.24313-1