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

there is no mention of amdgpu in the logs…
also you have this:

something related to not properly mounting/ or posibly damaged file system, and something related to amd (the ccp logs…)


and when did this amdgpu issue appear?


also provide logs:
sudo dmesg -l err,warn,emerg,alert,crit

and:
cat /etc/fstab

└[~]>  cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a device; this may
# be used with UUID= as a more robust way to name devices that works even if
# disks are added and removed. See fstab(5).
#
# <file system>             <mount point>  <type>  <options>  <dump>  <pass>
UUID=D22D-4F7B                            /boot/efi      vfat    umask=0077 0 2

UUID=f6d3c5f3-a151-41b7-99df-8bd4e4d9a696 /              ext4    defaults,noatime 0 1
tmpfs                                     /tmp           tmpfs   defaults,noatime,mode=1777 0 0
UUID=67106bd4-11ea-41d6-b0fe-97cbfad9b774 /home          ext4    defaults,noatime, 0 2
UUID=2bf49239-c032-49c9-9c54-820f36e84bf9 /projects      ext4    defaults,noatime, 0 2
UUID=59a59e65-2e76-4070-8135-39da87342342 /data          ext4    defaults,noatime, 0 2

#UUID= none swap defaults 0 0
UUID=c94e7ddd-1097-40ec-a893-3c1a1d605387 none swap defaults 0 0
[sudo] password for urko: 
[    0.122223] Booted with the nomodeset parameter. Only the system framebuffer will be available
[    3.834958] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[   10.175725] systemd[1]: systemd-remount-fs.service: Failed with result 'exit-code'.
[   10.176023] systemd[1]: Failed to start Remount Root and Kernel File Systems.
[   10.624826] asus_wmi: ASUS Management GUID not found
[   62.313654] sched: RT throttling activated
[   63.954035] warning: `kdeconnectd' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211
[ 1700.898447] iwlwifi 0000:03:00.0: Unhandled alg: 0x707
[ 2156.449468] ACPI: button: The lid device is not compliant to SW_LID.

I did full system upgrade I believe almost 2 weeks ago, then the update crashes at some point and I forgot to fix it so I had to switch off through power button as the shtudown now didn’t work, was failing sometimes and when I save the computer in the bag then it restarted and got too hot, so I believe some hardware could be damaged as some USB port is no longer available since that started to happening this summer and I was aware of this behavior that’s why I shutted down with power button.

Well then I receive the /boot/vmlinuz error mentioned above, so I could launch a live USB with latest manjaaro to manjaro-chroot and finish pacman upgrade.
Right after this the next morning the GPU drivers start failing and I had to use the laptop using the nomodeset. And I still see the computer is going really bad since then.

i see, so it did worked before the crashed update… and instead of fixing it you were using your pc, very smart :saluting_face: :unamused:

you really could damaged your hardware for ignoring this…

so boot into manjaro live usb, and see if it works, and if yes and the amdgpu is loaded, rerun fsck on your partitions from live usb…

before that check output from:
sudo ldconfig
it should return nothing

I tried to load from live USB the other day and the amdgpu was not loaded, same issue I had to add nomodeset param

Well I had to use the laptop, I didn’t have any other option.

You can replace nomodeset to radeon.modeset=0 parameter then try to boot up the laptop

and the sudo ldconfig return something?
still boot into the live usb and rerun fsck on your partitions…
and try another live usb distro, ubuntu for example…

sudo ldconfig returns nothing

so try to boot with a non manjaro/arch live usb…

OK I’m going to download latest debian and will give a try

I’ve booted latest debian and I could navigate through the graphical installer with success. I haven’t gone until the end as I didn’t want to install it

hello, I’ve tried this too and didn’t work

so non arch iso worked, thats good news… do you know what kernel version the debian had?..
you could try installing on manjaro older kernels, the 515 and also the 54 and test with them…
sudo pacman -S linux54 linux515
remove the nomodeset parameter, update grub, reboot and in the grub menu select first the 54, then test with the 515… if it doesnt work, post logs so that we can see whats there, without the nomodeset parameter activated…
journalctl -b-1 -p5 --no-pager

Hello, I’m going to try right now. What about downgrading linux-firmware as @stephane suggested?

that could be an option, but dont downgrade anything yet, first try the older kernels, remove the nomodeset parameter, and if it doesnt work with either of them, provide logs…

I’ve installed both linux54 and linux515 none of them worked:

└[~]>  journalctl -b-1 -p5 --no-pager
nov 14 13:41:22 urko kernel: Linux version 5.4.284-1-MANJARO (builduser@fv-az776-377) (gcc version 14.2.1 20240910 (GCC)) #1 SMP PREEMPT Thu Sep 12 11:16:39 UTC 2024
nov 14 13:41:22 urko kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.4-x86_64 root=UUID=efee8f5b-681a-492c-9eac-cbc2366fe833 rw plymouth.enable=0 disablehooks=plymouth quiet splash
nov 14 13:41:22 urko kernel: Zenbleed: please update your microcode for the most optimal fix
nov 14 13:41:22 urko kernel: *** VALIDATE tmpfs ***
nov 14 13:41:22 urko kernel: *** VALIDATE proc ***
nov 14 13:41:22 urko kernel: *** VALIDATE cgroup1 ***
nov 14 13:41:22 urko kernel: *** VALIDATE cgroup2 ***
nov 14 13:41:22 urko kernel: audit: type=2000 audit(1731588080.176:1): state=initialized audit_enabled=0 res=1
nov 14 13:41:22 urko kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
nov 14 13:41:22 urko kernel: Expanded resource Reserved due to conflict with PCI Bus 0000:00
nov 14 13:41:22 urko kernel: *** VALIDATE bpf ***
nov 14 13:41:22 urko kernel: VFS: Disk quotas dquot_6.6.0
nov 14 13:41:22 urko kernel: *** VALIDATE ramfs ***
nov 14 13:41:22 urko kernel: *** VALIDATE hugetlbfs ***
nov 14 13:41:22 urko kernel:  PPR X2APIC NX GT IA GA PC GA_vAPIC
nov 14 13:41:22 urko kernel: Initialise system trusted keyrings
nov 14 13:41:22 urko kernel: Key type blacklist registered
nov 14 13:41:22 urko kernel: Key type asymmetric registered
nov 14 13:41:22 urko kernel: Asymmetric key parser 'x509' registered
nov 14 13:41:22 urko kernel: *** VALIDATE rdt ***
nov 14 13:41:22 urko kernel: Loading compiled-in X.509 certificates
nov 14 13:41:22 urko kernel: Loaded X.509 cert 'Build time autogenerated kernel key: d47a2dbdb3cc57168865ecd7e24ce3ad8bad82ef'
nov 14 13:41:22 urko kernel: Key type ._fscrypt registered
nov 14 13:41:22 urko kernel: Key type .fscrypt registered
nov 14 13:41:22 urko kernel: Key type big_key registered
nov 14 13:41:22 urko kernel: i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
nov 14 13:41:22 urko kernel: random: lvm: uninitialized urandom read (4 bytes read)
nov 14 13:41:22 urko kernel: *** VALIDATE fuse ***
nov 14 13:41:22 urko kernel: *** VALIDATE fuse ***
nov 14 13:41:22 urko systemd[1]: systemd-remount-fs.service: Main process exited, code=exited, status=1/FAILURE
nov 14 13:41:22 urko systemd[1]: systemd-remount-fs.service: Failed with result 'exit-code'.
nov 14 13:41:22 urko systemd[1]: Failed to start Remount Root and Kernel File Systems.
nov 14 13:41:22 urko systemd-remount-fs[403]: /usr/bin/mount for / exited with exit status 1.
nov 14 13:41:22 urko systemd-random-seed[423]: Kernel entropy pool is not initialized yet, waiting until it is.
nov 14 13:41:22 urko kernel: i2c_hid i2c-UNIW0001:00: i2c-UNIW0001:00 supply vdd not found, using dummy regulator
nov 14 13:41:22 urko kernel: i2c_hid i2c-UNIW0001:00: i2c-UNIW0001:00 supply vddl not found, using dummy regulator
nov 14 13:41:22 urko kernel: acpi PNP0C14:01: duplicate WMI GUID ABBC0F6A-8EA1-11D1-00A0-C90629100000 (first instance was on PNP0C14:00)
nov 14 13:41:22 urko kernel: acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
nov 14 13:41:22 urko kernel: sp5100-tco sp5100-tco: Watchdog hardware is disabled
nov 14 13:41:22 urko kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
nov 14 13:41:22 urko kernel: snd_pci_acp3x 0000:05:00.5: Invalid ACP audio mode : 0
nov 14 13:41:22 urko kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
nov 14 13:41:22 urko kernel: cfg80211: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
nov 14 13:41:22 urko kernel: asus_wmi: ASUS Management GUID not found
nov 14 13:41:22 urko (udev-worker)[523]: cfg80211: Process '/usr/bin/set-wireless-regdom' failed with exit code 1.
nov 14 13:41:23 urko systemd-remount-fs[639]: /usr/bin/mount for / exited with exit status 1.
nov 14 13:41:23 urko systemd[1]: systemd-remount-fs.service: Main process exited, code=exited, status=1/FAILURE
nov 14 13:41:23 urko systemd[1]: systemd-remount-fs.service: Failed with result 'exit-code'.
nov 14 13:41:23 urko systemd[1]: Failed to start Remount Root and Kernel File Systems.
nov 14 13:41:23 urko kernel: thermal thermal_zone1: failed to read out thermal zone (-61)
nov 14 13:41:23 urko systemd-remount-fs[668]: /usr/bin/mount for / exited with exit status 1.
nov 14 13:41:23 urko systemd[1]: systemd-remount-fs.service: Main process exited, code=exited, status=1/FAILURE
nov 14 13:41:23 urko systemd[1]: systemd-remount-fs.service: Failed with result 'exit-code'.
nov 14 13:41:23 urko systemd[1]: Failed to start Remount Root and Kernel File Systems.
nov 14 13:41:23 urko systemd[1]: home.mount: Directory /home to mount over is not empty, mounting anyway.
nov 14 13:41:23 urko kernel: random: crng init done
nov 14 13:41:23 urko ModemManager[758]: <msg> ModemManager (version 1.22.0-1) starting in system bus...
nov 14 13:41:24 urko kernel: iwlwifi 0000:03:00.0: FW already configured (0) - re-configuring
nov 14 13:41:24 urko kernel: iwlwifi 0000:03:00.0: FW already configured (0) - re-configuring
nov 14 13:41:24 urko wpa_supplicant[774]: Successfully initialized wpa_supplicant
nov 14 13:41:24 urko dbus-broker-launch[720]: Activation request for 'org.freedesktop.Avahi' failed: The systemd unit 'dbus-org.freedesktop.Avahi.service' could not be found.
nov 14 13:41:27 urko wpa_supplicant[774]: wlp3s0: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=COUNTRY alpha2=DE
nov 14 13:41:27 urko wpa_supplicant[774]: wlp3s0: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=COUNTRY alpha2=DE
nov 14 13:41:27 urko ModemManager[758]: <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 14 13:41:27 urko ModemManager[758]: <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 14 13:41:30 urko systemd[1]: wg-quick@knimedev.service: Main process exited, code=exited, status=1/FAILURE
nov 14 13:41:30 urko systemd[1]: wg-quick@knimedev.service: Failed with result 'exit-code'.
nov 14 13:41:30 urko systemd[1]: Failed to start WireGuard via wg-quick(8) for knimedev.
nov 14 13:41:30 urko systemd[1]: wg-quick@wglanding.service: Main process exited, code=exited, status=1/FAILURE
nov 14 13:41:30 urko systemd[1]: wg-quick@wglanding.service: Failed with result 'exit-code'.
nov 14 13:41:30 urko systemd[1]: Failed to start WireGuard via wg-quick(8) for wglanding.
nov 14 13:41:30 urko systemd[1]: wg-quick@wg0.service: Main process exited, code=exited, status=1/FAILURE
nov 14 13:41:30 urko systemd[1]: wg-quick@wg0.service: Failed with result 'exit-code'.
nov 14 13:41:30 urko systemd[1]: Failed to start WireGuard via wg-quick(8) for wg0.
nov 14 13:41:30 urko systemd[1]: wg-quick@wg1.service: Main process exited, code=exited, status=1/FAILURE
nov 14 13:41:30 urko systemd[1]: wg-quick@wg1.service: Failed with result 'exit-code'.
nov 14 13:41:30 urko systemd[1]: Failed to start WireGuard via wg-quick(8) for wg1.
nov 14 13:41:30 urko systemd[1]: wg-quick@wgpds1.service: Main process exited, code=exited, status=1/FAILURE
nov 14 13:41:30 urko systemd[1]: wg-quick@wgpds1.service: Failed with result 'exit-code'.
nov 14 13:41:30 urko systemd[1]: Failed to start WireGuard via wg-quick(8) for wgpds1.
nov 14 13:41:30 urko systemd[1]: wg-quick@wgovh9.service: Main process exited, code=exited, status=1/FAILURE
nov 14 13:41:30 urko systemd[1]: wg-quick@wgovh9.service: Failed with result 'exit-code'.
nov 14 13:41:30 urko systemd[1]: Failed to start WireGuard via wg-quick(8) for wgovh9.
nov 14 13:41:30 urko systemd[1]: wg-quick@wgmcrovh11win1.service: Main process exited, code=exited, status=1/FAILURE
nov 14 13:41:30 urko systemd[1]: wg-quick@wgmcrovh11win1.service: Failed with result 'exit-code'.
nov 14 13:41:30 urko systemd[1]: Failed to start WireGuard via wg-quick(8) for wgmcrovh11win1.
nov 14 13:41:30 urko systemd[1]: wg-quick@wgmcrovh7.service: Main process exited, code=exited, status=1/FAILURE
nov 14 13:41:30 urko systemd[1]: wg-quick@wgmcrovh7.service: Failed with result 'exit-code'.
nov 14 13:41:30 urko systemd[1]: Failed to start WireGuard via wg-quick(8) for wgmcrovh7.
nov 14 13:41:30 urko systemd[1]: wg-quick@wgsolintel.service: Main process exited, code=exited, status=1/FAILURE
nov 14 13:41:30 urko systemd[1]: wg-quick@wgsolintel.service: Failed with result 'exit-code'.
nov 14 13:41:30 urko systemd[1]: Failed to start WireGuard via wg-quick(8) for wgsolintel.
nov 14 13:41:30 urko systemd[1]: wg-quick@wgwinus.service: Main process exited, code=exited, status=1/FAILURE
nov 14 13:41:30 urko systemd[1]: wg-quick@wgwinus.service: Failed with result 'exit-code'.
nov 14 13:41:30 urko systemd[1]: Failed to start WireGuard via wg-quick(8) for wgwinus.
nov 14 13:41:30 urko systemd[1]: wg-quick@wgproxy.service: Main process exited, code=exited, status=1/FAILURE
nov 14 13:41:30 urko systemd[1]: wg-quick@wgproxy.service: Failed with result 'exit-code'.
nov 14 13:41:30 urko systemd[1]: Failed to start WireGuard via wg-quick(8) for wgproxy.
nov 14 13:41:30 urko systemd[1]: wg-quick@wguk.service: Main process exited, code=exited, status=1/FAILURE
nov 14 13:41:30 urko systemd[1]: wg-quick@wguk.service: Failed with result 'exit-code'.
nov 14 13:41:30 urko systemd[1]: Failed to start WireGuard via wg-quick(8) for wguk.
nov 14 13:56:03 urko systemd-logind[725]: System is powering down.
nov 14 13:56:03 urko ModemManager[758]: <msg> caught signal, shutting down...
nov 14 13:56:03 urko ModemManager[758]: <msg> ModemManager is shut down
nov 14 13:56:03 urko sddm[791]: Signal received: SIGTERM
nov 14 13:56:03 urko wpa_supplicant[774]: p2p-dev-wlp3s0: CTRL-EVENT-DSCP-POLICY clear_all
nov 14 13:56:03 urko wpa_supplicant[774]: p2p-dev-wlp3s0: CTRL-EVENT-DSCP-POLICY clear_all
nov 14 13:56:03 urko wpa_supplicant[774]: nl80211: deinit ifname=p2p-dev-wlp3s0 disabled_11b_rates=0
nov 14 13:56:03 urko dbus-broker-launch[720]: Activation request for 'org.freedesktop.nm_dispatcher' failed.
nov 14 13:56:03 urko wpa_supplicant[774]: p2p-dev-wlp3s0: CTRL-EVENT-TERMINATING
nov 14 13:56:03 urko wpa_supplicant[774]: wlp3s0: CTRL-EVENT-DSCP-POLICY clear_all
nov 14 13:56:03 urko wpa_supplicant[774]: wlp3s0: CTRL-EVENT-DSCP-POLICY clear_all
nov 14 13:56:03 urko wpa_supplicant[774]: nl80211: deinit ifname=wlp3s0 disabled_11b_rates=0
nov 14 13:56:03 urko wpa_supplicant[774]: wlp3s0: CTRL-EVENT-TERMINATING
nov 14 13:56:04 urko systemd[1]: Shutting down.
┌[urko@urko] [/dev/pts/1] 

you need version kernel 6.1 or 6.6 LTS

you still have these… and not a single log related to amd, and there should be something…


since different kernels dont work, you also have the same issue with the manjaro live usb, but can boot without issues with debian iso, i have no idea…

try downgrading the linux firmware as you mentioned above…

also try checking in your bios settings, go through each one of them, and see if there is something related to amd, or anything that pop ups as something interesting to you…

Good morning, I’ve tried to load kernel 6.1 again and worked but just for 30 seconds after the screen got frozen and I had to restart manually by power button.
I’ve fixed the /etc/fstab error as I’ve replaced the whole /etc after the full OS reinstall I did the other day to backup my data and continue doing tasks with the laptop, I did it by sudo cp -R /data/backup/etc/ /etc/

I’ve tested this morning to load again kernel 6.1 and magically loaded but after 30 seconds after login the screen got freezed and I had to manually restart through power button.
I’ve fixed the mount error as I’ve remembered I did replace the /etc folder with the backuped up /etc folder I did before doing the full OS reinstall.

By the way I couldn’t login anymore with kernel 6.1 even with nomodeset I’ve just could done it throught kernel 6.6

This is the journal I’ve grabbed after being able to login now:

└[~]> sudo journalctl -b0 -p4
[sudo] password for urko: 
nov 15 07:45:46 urko kernel: Booted with the nomodeset parameter. Only the system framebuffer will be available
nov 15 07:45:46 urko kernel: acpi PNP0C14:01: duplicate WMI GUID ABBC0F6A-8EA1-11D1-00A0-C90629100000 (first instance was on PNP0C14:00)
nov 15 07:45:46 urko kernel: i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
nov 15 07:45:46 urko kernel: systemd[1]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
nov 15 07:45:46 urko systemd-fstab-generator[366]: Failed to create unit file '/run/systemd/generator/dev-disk-by\x2duuid-c94e7ddd\x2d1097\x2d40ec\x2da893\x2>
nov 15 07:45:46 urko (sd-exec-[359]: /usr/lib/systemd/system-generators/systemd-fstab-generator failed with exit status 1.
nov 15 07:45:47 urko systemd-journald[389]: File /var/log/journal/e414c5197162477c8e5487496541e3ff/system.journal corrupted or uncleanly shut down, renaming >
nov 15 07:45:49 urko kernel: asus_wmi: ASUS Management GUID not found
nov 15 07:45:49 urko (udev-worker)[475]: cfg80211: Process '/usr/bin/set-wireless-regdom' failed with exit code 1.
nov 15 07:45:49 urko kernel: iwlwifi 0000:03:00.0: api flags index 2 larger than supported by driver
nov 15 07:45:49 urko kernel: thermal thermal_zone1: failed to read out thermal zone (-61)
nov 15 07:45:52 urko dbus-broker-launch[625]: Activation request for 'org.freedesktop.Avahi' failed: The systemd unit 'dbus-org.freedesktop.Avahi.service' co>
nov 15 07:45:53 urko dbus-broker-launch[625]: Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-org.freedesktop.home1.service' co>
nov 15 07:45:53 urko systemd-xdg-autostart-generator[772]: Opening /var/lib/sddm/.config/autostart failed, ignoring: Permission denied
nov 15 07:45:53 urko systemd[765]: Failed to resolve symlink /var/lib/sddm/.config/systemd/user.control, ignoring: Permission denied
nov 15 07:45:53 urko systemd[765]: Failed to resolve symlink /var/lib/sddm/.config/systemd/user, ignoring: Permission denied
nov 15 07:45:53 urko systemd[765]: Failed to open "/var/lib/sddm/.config/systemd/user.control", ignoring: Permission denied
nov 15 07:45:53 urko systemd[765]: Failed to open "/var/lib/sddm/.config/systemd/user", ignoring: Permission denied
nov 15 07:45:53 urko systemd[765]: xdg-user-dirs-update.service: Failed with result 'exit-code'.
nov 15 07:45:53 urko systemd[765]: Failed to start Update XDG user dir configuration.
nov 15 07:45:54 urko dbus-broker-launch[780]: Service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service' is not named after the D-Bus na>
nov 15 07:45:54 urko dbus-broker-launch[780]: Service file '/usr/share//dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.K>
nov 15 07:45:54 urko dbus-broker-launch[780]: Service file '/usr/share//dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus na>
nov 15 07:45:54 urko sddm-greeter-qt6[776]: Cannot create directory for user data "/var/lib/sddm/.config/qtvirtualkeyboard"
nov 15 07:45:54 urko sddm-greeter-qt6[776]: QGfxShaderBuilder: Failed to create path: "/var/lib/sddm/.cache/sddm-greeter-qt6/_qt_QGfxShaderBuilder_6.8.0/"
nov 15 07:45:54 urko sddm-greeter-qt6[776]: QGfxShaderBuilder: Failed to create path: "/var/lib/sddm/.cache/sddm-greeter-qt6/_qt_QGfxShaderBuilder_6.8.0/"
nov 15 07:45:54 urko sddm-greeter-qt6[776]: QGfxShaderBuilder: Failed to create path: "/var/lib/sddm/.cache/sddm-greeter-qt6/_qt_QGfxShaderBuilder_6.8.0/"
nov 15 07:45:54 urko sddm-greeter-qt6[776]: QGfxShaderBuilder: Failed to create path: "/var/lib/sddm/.cache/sddm-greeter-qt6/_qt_QGfxShaderBuilder_6.8.0/"
nov 15 07:45:54 urko sddm-greeter-qt6[776]: Couldn't establish file backed memory mapping, will fallback to anonymous memory
nov 15 07:45:58 urko sddm-greeter-qt6[776]: file:///usr/share/sddm/themes/breath/Main.qml:230:17 Parameter "username" is not declared. Injection of parameter>
nov 15 07:45:58 urko sddm-greeter-qt6[776]: Couldn't create a new file: "/var/lib/sddm/.cache/ksvg-elements" . Error: "Permission denied"
nov 15 07:45:58 urko systemd-xdg-autostart-generator[841]: Configuration file /home/urko/.config/autostart/im.dino.Dino.desktop is marked executable. Please >
nov 15 07:45:58 urko systemd-xdg-autostart-generator[841]: Configuration file /home/urko/.config/autostart/thunderbird.desktop is marked executable. Please r>
nov 15 07:45:58 urko NetworkManager[627]: <warn>  [1731653158.8134] device (wlp3s0): no secrets: No agents were available for this request.
nov 15 07:45:58 urko NetworkManager[627]: <warn>  [1731653158.8136] device (wlp3s0): Activation: failed for connection 'router_2.4'
nov 15 07:45:59 urko dbus-broker-launch[1281]: Service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service' is not named after the D-Bus n>
nov 15 07:45:59 urko dbus-broker-launch[1281]: Service file '/usr/share//dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.>
nov 15 07:45:59 urko dbus-broker-launch[1281]: Service file '/usr/share//dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus n>
nov 15 07:45:59 urko systemd-xdg-autostart-generator[1323]: Configuration file /home/urko/.config/autostart/im.dino.Dino.desktop is marked executable. Please>
nov 15 07:45:59 urko systemd-xdg-autostart-generator[1323]: Configuration file /home/urko/.config/autostart/thunderbird.desktop is marked executable. Please >
nov 15 07:46:00 urko baloo_file[1462]: qt.dbus.integration: QDBusConnection: name 'org.freedesktop.UDisks2' had owner '' but we thought it was ':1.33'
lines 1-41...skipping...
nov 15 07:45:46 urko kernel: Booted with the nomodeset parameter. Only the system framebuffer will be available
nov 15 07:45:46 urko kernel: acpi PNP0C14:01: duplicate WMI GUID ABBC0F6A-8EA1-11D1-00A0-C90629100000 (first instance was on PNP0C14:00)
nov 15 07:45:46 urko kernel: i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
nov 15 07:45:46 urko kernel: systemd[1]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
nov 15 07:45:46 urko systemd-fstab-generator[366]: Failed to create unit file '/run/systemd/generator/dev-disk-by\x2duuid-c94e7ddd\x2d1097\x2d40ec\x2da893\x2d3c1a1d605>
nov 15 07:45:46 urko (sd-exec-[359]: /usr/lib/systemd/system-generators/systemd-fstab-generator failed with exit status 1.
nov 15 07:45:47 urko systemd-journald[389]: File /var/log/journal/e414c5197162477c8e5487496541e3ff/system.journal corrupted or uncleanly shut down, renaming and replac>
nov 15 07:45:49 urko kernel: asus_wmi: ASUS Management GUID not found
nov 15 07:45:49 urko (udev-worker)[475]: cfg80211: Process '/usr/bin/set-wireless-regdom' failed with exit code 1.
nov 15 07:45:49 urko kernel: iwlwifi 0000:03:00.0: api flags index 2 larger than supported by driver
nov 15 07:45:49 urko kernel: thermal thermal_zone1: failed to read out thermal zone (-61)
nov 15 07:45:52 urko dbus-broker-launch[625]: Activation request for 'org.freedesktop.Avahi' failed: The systemd unit 'dbus-org.freedesktop.Avahi.service' could not be>
nov 15 07:45:53 urko dbus-broker-launch[625]: Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-org.freedesktop.home1.service' could not be>
nov 15 07:45:53 urko systemd-xdg-autostart-generator[772]: Opening /var/lib/sddm/.config/autostart failed, ignoring: Permission denied
nov 15 07:45:53 urko systemd[765]: Failed to resolve symlink /var/lib/sddm/.config/systemd/user.control, ignoring: Permission denied
nov 15 07:45:53 urko systemd[765]: Failed to resolve symlink /var/lib/sddm/.config/systemd/user, ignoring: Permission denied
nov 15 07:45:53 urko systemd[765]: Failed to open "/var/lib/sddm/.config/systemd/user.control", ignoring: Permission denied
nov 15 07:45:53 urko systemd[765]: Failed to open "/var/lib/sddm/.config/systemd/user", ignoring: Permission denied
nov 15 07:45:53 urko systemd[765]: xdg-user-dirs-update.service: Failed with result 'exit-code'.
nov 15 07:45:53 urko systemd[765]: Failed to start Update XDG user dir configuration.
nov 15 07:45:54 urko dbus-broker-launch[780]: Service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service' is not named after the D-Bus name 'org.fr>
nov 15 07:45:54 urko dbus-broker-launch[780]: Service file '/usr/share//dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
nov 15 07:45:54 urko dbus-broker-launch[780]: Service file '/usr/share//dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.fr>
nov 15 07:45:54 urko sddm-greeter-qt6[776]: Cannot create directory for user data "/var/lib/sddm/.config/qtvirtualkeyboard"
nov 15 07:45:54 urko sddm-greeter-qt6[776]: QGfxShaderBuilder: Failed to create path: "/var/lib/sddm/.cache/sddm-greeter-qt6/_qt_QGfxShaderBuilder_6.8.0/"
nov 15 07:45:54 urko sddm-greeter-qt6[776]: QGfxShaderBuilder: Failed to create path: "/var/lib/sddm/.cache/sddm-greeter-qt6/_qt_QGfxShaderBuilder_6.8.0/"
nov 15 07:45:54 urko sddm-greeter-qt6[776]: QGfxShaderBuilder: Failed to create path: "/var/lib/sddm/.cache/sddm-greeter-qt6/_qt_QGfxShaderBuilder_6.8.0/"
nov 15 07:45:54 urko sddm-greeter-qt6[776]: QGfxShaderBuilder: Failed to create path: "/var/lib/sddm/.cache/sddm-greeter-qt6/_qt_QGfxShaderBuilder_6.8.0/"
nov 15 07:45:54 urko sddm-greeter-qt6[776]: Couldn't establish file backed memory mapping, will fallback to anonymous memory
nov 15 07:45:58 urko sddm-greeter-qt6[776]: file:///usr/share/sddm/themes/breath/Main.qml:230:17 Parameter "username" is not declared. Injection of parameters into sig>
nov 15 07:45:58 urko sddm-greeter-qt6[776]: Couldn't create a new file: "/var/lib/sddm/.cache/ksvg-elements" . Error: "Permission denied"
nov 15 07:45:58 urko systemd-xdg-autostart-generator[841]: Configuration file /home/urko/.config/autostart/im.dino.Dino.desktop is marked executable. Please remove exe>
nov 15 07:45:58 urko systemd-xdg-autostart-generator[841]: Configuration file /home/urko/.config/autostart/thunderbird.desktop is marked executable. Please remove exec>
nov 15 07:45:58 urko NetworkManager[627]: <warn>  [1731653158.8134] device (wlp3s0): no secrets: No agents were available for this request.
nov 15 07:45:58 urko NetworkManager[627]: <warn>  [1731653158.8136] device (wlp3s0): Activation: failed for connection 'router_2.4'
nov 15 07:45:59 urko dbus-broker-launch[1281]: Service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service' is not named after the D-Bus name 'org.f>
nov 15 07:45:59 urko dbus-broker-launch[1281]: Service file '/usr/share//dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
nov 15 07:45:59 urko dbus-broker-launch[1281]: Service file '/usr/share//dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.f>
nov 15 07:45:59 urko systemd-xdg-autostart-generator[1323]: Configuration file /home/urko/.config/autostart/im.dino.Dino.desktop is marked executable. Please remove ex>
nov 15 07:45:59 urko systemd-xdg-autostart-generator[1323]: Configuration file /home/urko/.config/autostart/thunderbird.desktop is marked executable. Please remove exe>
nov 15 07:46:00 urko baloo_file[1462]: qt.dbus.integration: QDBusConnection: name 'org.freedesktop.UDisks2' had owner '' but we thought it was ':1.33'
nov 15 07:46:00 urko baloo_file[1462]: qt.dbus.integration: QDBusConnection: name 'org.freedesktop.UPower' had owner '' but we thought it was ':1.36'
nov 15 07:46:00 urko kwin_wayland[1464]: kwin_core: Failed to open drm node: ""
nov 15 07:46:00 urko kwin_wayland[1464]: kwin_scene_opengl: couldn't find dev node for drm device
lines 1-44...skipping...
nov 15 07:45:46 urko kernel: Booted with the nomodeset parameter. Only the system framebuffer will be available
nov 15 07:45:46 urko kernel: acpi PNP0C14:01: duplicate WMI GUID ABBC0F6A-8EA1-11D1-00A0-C90629100000 (first instance was on PNP0C14:00)
nov 15 07:45:46 urko kernel: i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
nov 15 07:45:46 urko kernel: systemd[1]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
nov 15 07:45:46 urko systemd-fstab-generator[366]: Failed to create unit file '/run/systemd/generator/dev-disk-by\x2duuid-c94e7ddd\x2d1097\x2d40ec\x2da893\x2d3c1a1d605387.swap', a>
nov 15 07:45:46 urko (sd-exec-[359]: /usr/lib/systemd/system-generators/systemd-fstab-generator failed with exit status 1.
nov 15 07:45:47 urko systemd-journald[389]: File /var/log/journal/e414c5197162477c8e5487496541e3ff/system.journal corrupted or uncleanly shut down, renaming and replacing.
nov 15 07:45:49 urko kernel: asus_wmi: ASUS Management GUID not found
nov 15 07:45:49 urko (udev-worker)[475]: cfg80211: Process '/usr/bin/set-wireless-regdom' failed with exit code 1.
nov 15 07:45:49 urko kernel: iwlwifi 0000:03:00.0: api flags index 2 larger than supported by driver
nov 15 07:45:49 urko kernel: thermal thermal_zone1: failed to read out thermal zone (-61)
nov 15 07:45:52 urko dbus-broker-launch[625]: Activation request for 'org.freedesktop.Avahi' failed: The systemd unit 'dbus-org.freedesktop.Avahi.service' could not be found.
nov 15 07:45:53 urko dbus-broker-launch[625]: Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-org.freedesktop.home1.service' could not be found.
nov 15 07:45:53 urko systemd-xdg-autostart-generator[772]: Opening /var/lib/sddm/.config/autostart failed, ignoring: Permission denied
nov 15 07:45:53 urko systemd[765]: Failed to resolve symlink /var/lib/sddm/.config/systemd/user.control, ignoring: Permission denied
nov 15 07:45:53 urko systemd[765]: Failed to resolve symlink /var/lib/sddm/.config/systemd/user, ignoring: Permission denied
nov 15 07:45:53 urko systemd[765]: Failed to open "/var/lib/sddm/.config/systemd/user.control", ignoring: Permission denied
nov 15 07:45:53 urko systemd[765]: Failed to open "/var/lib/sddm/.config/systemd/user", ignoring: Permission denied
nov 15 07:45:53 urko systemd[765]: xdg-user-dirs-update.service: Failed with result 'exit-code'.
nov 15 07:45:53 urko systemd[765]: Failed to start Update XDG user dir configuration.
nov 15 07:45:54 urko dbus-broker-launch[780]: Service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.Fi>
nov 15 07:45:54 urko dbus-broker-launch[780]: Service file '/usr/share//dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
nov 15 07:45:54 urko dbus-broker-launch[780]: Service file '/usr/share//dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.freedesktop.No>
nov 15 07:45:54 urko sddm-greeter-qt6[776]: Cannot create directory for user data "/var/lib/sddm/.config/qtvirtualkeyboard"
nov 15 07:45:54 urko sddm-greeter-qt6[776]: QGfxShaderBuilder: Failed to create path: "/var/lib/sddm/.cache/sddm-greeter-qt6/_qt_QGfxShaderBuilder_6.8.0/"
nov 15 07:45:54 urko sddm-greeter-qt6[776]: QGfxShaderBuilder: Failed to create path: "/var/lib/sddm/.cache/sddm-greeter-qt6/_qt_QGfxShaderBuilder_6.8.0/"
nov 15 07:45:54 urko sddm-greeter-qt6[776]: QGfxShaderBuilder: Failed to create path: "/var/lib/sddm/.cache/sddm-greeter-qt6/_qt_QGfxShaderBuilder_6.8.0/"
nov 15 07:45:54 urko sddm-greeter-qt6[776]: QGfxShaderBuilder: Failed to create path: "/var/lib/sddm/.cache/sddm-greeter-qt6/_qt_QGfxShaderBuilder_6.8.0/"
nov 15 07:45:54 urko sddm-greeter-qt6[776]: Couldn't establish file backed memory mapping, will fallback to anonymous memory
nov 15 07:45:58 urko sddm-greeter-qt6[776]: file:///usr/share/sddm/themes/breath/Main.qml:230:17 Parameter "username" is not declared. Injection of parameters into signal handlers>
nov 15 07:45:58 urko sddm-greeter-qt6[776]: Couldn't create a new file: "/var/lib/sddm/.cache/ksvg-elements" . Error: "Permission denied"
nov 15 07:45:58 urko systemd-xdg-autostart-generator[841]: Configuration file /home/urko/.config/autostart/im.dino.Dino.desktop is marked executable. Please remove executable perm>
nov 15 07:45:58 urko systemd-xdg-autostart-generator[841]: Configuration file /home/urko/.config/autostart/thunderbird.desktop is marked executable. Please remove executable permi>
nov 15 07:45:58 urko NetworkManager[627]: <warn>  [1731653158.8134] device (wlp3s0): no secrets: No agents were available for this request.
nov 15 07:45:58 urko NetworkManager[627]: <warn>  [1731653158.8136] device (wlp3s0): Activation: failed for connection 'router_2.4'
nov 15 07:45:59 urko dbus-broker-launch[1281]: Service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.F>
nov 15 07:45:59 urko dbus-broker-launch[1281]: Service file '/usr/share//dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
nov 15 07:45:59 urko dbus-broker-launch[1281]: Service file '/usr/share//dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.freedesktop.N>
nov 15 07:45:59 urko systemd-xdg-autostart-generator[1323]: Configuration file /home/urko/.config/autostart/im.dino.Dino.desktop is marked executable. Please remove executable per>
nov 15 07:45:59 urko systemd-xdg-autostart-generator[1323]: Configuration file /home/urko/.config/autostart/thunderbird.desktop is marked executable. Please remove executable perm>
nov 15 07:46:00 urko baloo_file[1462]: qt.dbus.integration: QDBusConnection: name 'org.freedesktop.UDisks2' had owner '' but we thought it was ':1.33'
nov 15 07:46:00 urko baloo_file[1462]: qt.dbus.integration: QDBusConnection: name 'org.freedesktop.UPower' had owner '' but we thought it was ':1.36'
nov 15 07:46:00 urko kwin_wayland[1464]: kwin_core: Failed to open drm node: ""
nov 15 07:46:00 urko kwin_wayland[1464]: kwin_scene_opengl: couldn't find dev node for drm device
nov 15 07:46:00 urko kwin_wayland[1464]: kwin_scene_opengl: No render nodes have been found, falling back to primary node
nov 15 07:46:00 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
lines 1-46...skipping...
nov 15 07:45:46 urko kernel: Booted with the nomodeset parameter. Only the system framebuffer will be available
nov 15 07:45:46 urko kernel: acpi PNP0C14:01: duplicate WMI GUID ABBC0F6A-8EA1-11D1-00A0-C90629100000 (first instance was on PNP0C14:00)
nov 15 07:45:46 urko kernel: i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
nov 15 07:45:46 urko kernel: systemd[1]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
nov 15 07:45:46 urko systemd-fstab-generator[366]: Failed to create unit file '/run/systemd/generator/dev-disk-by\x2duuid-c94e7ddd\x2d1097\x2d40ec\x2da893\x2d3c1a1d605387.swap', a>
nov 15 07:45:46 urko (sd-exec-[359]: /usr/lib/systemd/system-generators/systemd-fstab-generator failed with exit status 1.
nov 15 07:45:47 urko systemd-journald[389]: File /var/log/journal/e414c5197162477c8e5487496541e3ff/system.journal corrupted or uncleanly shut down, renaming and replacing.
nov 15 07:45:49 urko kernel: asus_wmi: ASUS Management GUID not found
nov 15 07:45:49 urko (udev-worker)[475]: cfg80211: Process '/usr/bin/set-wireless-regdom' failed with exit code 1.
nov 15 07:45:49 urko kernel: iwlwifi 0000:03:00.0: api flags index 2 larger than supported by driver
nov 15 07:45:49 urko kernel: thermal thermal_zone1: failed to read out thermal zone (-61)
nov 15 07:45:52 urko dbus-broker-launch[625]: Activation request for 'org.freedesktop.Avahi' failed: The systemd unit 'dbus-org.freedesktop.Avahi.service' could not be found.
nov 15 07:45:53 urko dbus-broker-launch[625]: Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-org.freedesktop.home1.service' could not be found.
nov 15 07:45:53 urko systemd-xdg-autostart-generator[772]: Opening /var/lib/sddm/.config/autostart failed, ignoring: Permission denied
nov 15 07:45:53 urko systemd[765]: Failed to resolve symlink /var/lib/sddm/.config/systemd/user.control, ignoring: Permission denied
nov 15 07:45:53 urko systemd[765]: Failed to resolve symlink /var/lib/sddm/.config/systemd/user, ignoring: Permission denied
nov 15 07:45:53 urko systemd[765]: Failed to open "/var/lib/sddm/.config/systemd/user.control", ignoring: Permission denied
nov 15 07:45:53 urko systemd[765]: Failed to open "/var/lib/sddm/.config/systemd/user", ignoring: Permission denied
nov 15 07:45:53 urko systemd[765]: xdg-user-dirs-update.service: Failed with result 'exit-code'.
nov 15 07:45:53 urko systemd[765]: Failed to start Update XDG user dir configuration.
nov 15 07:45:54 urko dbus-broker-launch[780]: Service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.Fi>
nov 15 07:45:54 urko dbus-broker-launch[780]: Service file '/usr/share//dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
nov 15 07:45:54 urko dbus-broker-launch[780]: Service file '/usr/share//dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.freedesktop.No>
nov 15 07:45:54 urko sddm-greeter-qt6[776]: Cannot create directory for user data "/var/lib/sddm/.config/qtvirtualkeyboard"
nov 15 07:45:54 urko sddm-greeter-qt6[776]: QGfxShaderBuilder: Failed to create path: "/var/lib/sddm/.cache/sddm-greeter-qt6/_qt_QGfxShaderBuilder_6.8.0/"
nov 15 07:45:54 urko sddm-greeter-qt6[776]: QGfxShaderBuilder: Failed to create path: "/var/lib/sddm/.cache/sddm-greeter-qt6/_qt_QGfxShaderBuilder_6.8.0/"
nov 15 07:45:54 urko sddm-greeter-qt6[776]: QGfxShaderBuilder: Failed to create path: "/var/lib/sddm/.cache/sddm-greeter-qt6/_qt_QGfxShaderBuilder_6.8.0/"
nov 15 07:45:54 urko sddm-greeter-qt6[776]: QGfxShaderBuilder: Failed to create path: "/var/lib/sddm/.cache/sddm-greeter-qt6/_qt_QGfxShaderBuilder_6.8.0/"
nov 15 07:45:54 urko sddm-greeter-qt6[776]: Couldn't establish file backed memory mapping, will fallback to anonymous memory
nov 15 07:45:58 urko sddm-greeter-qt6[776]: file:///usr/share/sddm/themes/breath/Main.qml:230:17 Parameter "username" is not declared. Injection of parameters into signal handlers>
nov 15 07:45:58 urko sddm-greeter-qt6[776]: Couldn't create a new file: "/var/lib/sddm/.cache/ksvg-elements" . Error: "Permission denied"
nov 15 07:45:58 urko systemd-xdg-autostart-generator[841]: Configuration file /home/urko/.config/autostart/im.dino.Dino.desktop is marked executable. Please remove executable perm>
nov 15 07:45:58 urko systemd-xdg-autostart-generator[841]: Configuration file /home/urko/.config/autostart/thunderbird.desktop is marked executable. Please remove executable permi>
nov 15 07:45:58 urko NetworkManager[627]: <warn>  [1731653158.8134] device (wlp3s0): no secrets: No agents were available for this request.
nov 15 07:45:58 urko NetworkManager[627]: <warn>  [1731653158.8136] device (wlp3s0): Activation: failed for connection 'router_2.4'
nov 15 07:45:59 urko dbus-broker-launch[1281]: Service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.F>
nov 15 07:45:59 urko dbus-broker-launch[1281]: Service file '/usr/share//dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
nov 15 07:45:59 urko dbus-broker-launch[1281]: Service file '/usr/share//dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.freedesktop.N>
nov 15 07:45:59 urko systemd-xdg-autostart-generator[1323]: Configuration file /home/urko/.config/autostart/im.dino.Dino.desktop is marked executable. Please remove executable per>
nov 15 07:45:59 urko systemd-xdg-autostart-generator[1323]: Configuration file /home/urko/.config/autostart/thunderbird.desktop is marked executable. Please remove executable perm>
nov 15 07:46:00 urko baloo_file[1462]: qt.dbus.integration: QDBusConnection: name 'org.freedesktop.UDisks2' had owner '' but we thought it was ':1.33'
nov 15 07:46:00 urko baloo_file[1462]: qt.dbus.integration: QDBusConnection: name 'org.freedesktop.UPower' had owner '' but we thought it was ':1.36'
nov 15 07:46:00 urko kwin_wayland[1464]: kwin_core: Failed to open drm node: ""
nov 15 07:46:00 urko kwin_wayland[1464]: kwin_scene_opengl: couldn't find dev node for drm device
nov 15 07:46:00 urko kwin_wayland[1464]: kwin_scene_opengl: No render nodes have been found, falling back to primary node
nov 15 07:46:00 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:00 urko wireplumber[1997]: spa.bluez5: BlueZ system service is not available
nov 15 07:46:01 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:01 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
lines 1-49...skipping...
nov 15 07:45:46 urko kernel: Booted with the nomodeset parameter. Only the system framebuffer will be available
nov 15 07:45:46 urko kernel: acpi PNP0C14:01: duplicate WMI GUID ABBC0F6A-8EA1-11D1-00A0-C90629100000 (first instance was on PNP0C14:00)
nov 15 07:45:46 urko kernel: i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
nov 15 07:45:46 urko kernel: systemd[1]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
nov 15 07:45:46 urko systemd-fstab-generator[366]: Failed to create unit file '/run/systemd/generator/dev-disk-by\x2duuid-c94e7ddd\x2d1097\x2d40ec\x2da893\x2d3c1a1d605387.swap', as it already e>
nov 15 07:45:46 urko (sd-exec-[359]: /usr/lib/systemd/system-generators/systemd-fstab-generator failed with exit status 1.
nov 15 07:45:47 urko systemd-journald[389]: File /var/log/journal/e414c5197162477c8e5487496541e3ff/system.journal corrupted or uncleanly shut down, renaming and replacing.
nov 15 07:45:49 urko kernel: asus_wmi: ASUS Management GUID not found
nov 15 07:45:49 urko (udev-worker)[475]: cfg80211: Process '/usr/bin/set-wireless-regdom' failed with exit code 1.
nov 15 07:45:49 urko kernel: iwlwifi 0000:03:00.0: api flags index 2 larger than supported by driver
nov 15 07:45:49 urko kernel: thermal thermal_zone1: failed to read out thermal zone (-61)
nov 15 07:45:52 urko dbus-broker-launch[625]: Activation request for 'org.freedesktop.Avahi' failed: The systemd unit 'dbus-org.freedesktop.Avahi.service' could not be found.
nov 15 07:45:53 urko dbus-broker-launch[625]: Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-org.freedesktop.home1.service' could not be found.
nov 15 07:45:53 urko systemd-xdg-autostart-generator[772]: Opening /var/lib/sddm/.config/autostart failed, ignoring: Permission denied
nov 15 07:45:53 urko systemd[765]: Failed to resolve symlink /var/lib/sddm/.config/systemd/user.control, ignoring: Permission denied
nov 15 07:45:53 urko systemd[765]: Failed to resolve symlink /var/lib/sddm/.config/systemd/user, ignoring: Permission denied
nov 15 07:45:53 urko systemd[765]: Failed to open "/var/lib/sddm/.config/systemd/user.control", ignoring: Permission denied
nov 15 07:45:53 urko systemd[765]: Failed to open "/var/lib/sddm/.config/systemd/user", ignoring: Permission denied
nov 15 07:45:53 urko systemd[765]: xdg-user-dirs-update.service: Failed with result 'exit-code'.
nov 15 07:45:53 urko systemd[765]: Failed to start Update XDG user dir configuration.
nov 15 07:45:54 urko dbus-broker-launch[780]: Service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
nov 15 07:45:54 urko dbus-broker-launch[780]: Service file '/usr/share//dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
nov 15 07:45:54 urko dbus-broker-launch[780]: Service file '/usr/share//dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
nov 15 07:45:54 urko sddm-greeter-qt6[776]: Cannot create directory for user data "/var/lib/sddm/.config/qtvirtualkeyboard"
nov 15 07:45:54 urko sddm-greeter-qt6[776]: QGfxShaderBuilder: Failed to create path: "/var/lib/sddm/.cache/sddm-greeter-qt6/_qt_QGfxShaderBuilder_6.8.0/"
nov 15 07:45:54 urko sddm-greeter-qt6[776]: QGfxShaderBuilder: Failed to create path: "/var/lib/sddm/.cache/sddm-greeter-qt6/_qt_QGfxShaderBuilder_6.8.0/"
nov 15 07:45:54 urko sddm-greeter-qt6[776]: QGfxShaderBuilder: Failed to create path: "/var/lib/sddm/.cache/sddm-greeter-qt6/_qt_QGfxShaderBuilder_6.8.0/"
nov 15 07:45:54 urko sddm-greeter-qt6[776]: QGfxShaderBuilder: Failed to create path: "/var/lib/sddm/.cache/sddm-greeter-qt6/_qt_QGfxShaderBuilder_6.8.0/"
nov 15 07:45:54 urko sddm-greeter-qt6[776]: Couldn't establish file backed memory mapping, will fallback to anonymous memory
nov 15 07:45:58 urko sddm-greeter-qt6[776]: file:///usr/share/sddm/themes/breath/Main.qml:230:17 Parameter "username" is not declared. Injection of parameters into signal handlers is deprecated>
nov 15 07:45:58 urko sddm-greeter-qt6[776]: Couldn't create a new file: "/var/lib/sddm/.cache/ksvg-elements" . Error: "Permission denied"
nov 15 07:45:58 urko systemd-xdg-autostart-generator[841]: Configuration file /home/urko/.config/autostart/im.dino.Dino.desktop is marked executable. Please remove executable permission bits. P>
nov 15 07:45:58 urko systemd-xdg-autostart-generator[841]: Configuration file /home/urko/.config/autostart/thunderbird.desktop is marked executable. Please remove executable permission bits. Pr>
nov 15 07:45:58 urko NetworkManager[627]: <warn>  [1731653158.8134] device (wlp3s0): no secrets: No agents were available for this request.
nov 15 07:45:58 urko NetworkManager[627]: <warn>  [1731653158.8136] device (wlp3s0): Activation: failed for connection 'router_2.4'
nov 15 07:45:59 urko dbus-broker-launch[1281]: Service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
nov 15 07:45:59 urko dbus-broker-launch[1281]: Service file '/usr/share//dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
nov 15 07:45:59 urko dbus-broker-launch[1281]: Service file '/usr/share//dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
nov 15 07:45:59 urko systemd-xdg-autostart-generator[1323]: Configuration file /home/urko/.config/autostart/im.dino.Dino.desktop is marked executable. Please remove executable permission bits. >
nov 15 07:45:59 urko systemd-xdg-autostart-generator[1323]: Configuration file /home/urko/.config/autostart/thunderbird.desktop is marked executable. Please remove executable permission bits. P>
nov 15 07:46:00 urko baloo_file[1462]: qt.dbus.integration: QDBusConnection: name 'org.freedesktop.UDisks2' had owner '' but we thought it was ':1.33'
nov 15 07:46:00 urko baloo_file[1462]: qt.dbus.integration: QDBusConnection: name 'org.freedesktop.UPower' had owner '' but we thought it was ':1.36'
nov 15 07:46:00 urko kwin_wayland[1464]: kwin_core: Failed to open drm node: ""
nov 15 07:46:00 urko kwin_wayland[1464]: kwin_scene_opengl: couldn't find dev node for drm device
nov 15 07:46:00 urko kwin_wayland[1464]: kwin_scene_opengl: No render nodes have been found, falling back to primary node
nov 15 07:46:00 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:00 urko wireplumber[1997]: spa.bluez5: BlueZ system service is not available
nov 15 07:46:01 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:01 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:01 urko dbus-broker-launch[625]: Activation request for 'org.freedesktop.resolve1' failed: The systemd unit 'dbus-org.freedesktop.resolve1.service' could not be found.
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
lines 1-51...skipping...
nov 15 07:45:46 urko kernel: Booted with the nomodeset parameter. Only the system framebuffer will be available
nov 15 07:45:46 urko kernel: acpi PNP0C14:01: duplicate WMI GUID ABBC0F6A-8EA1-11D1-00A0-C90629100000 (first instance was on PNP0C14:00)
nov 15 07:45:46 urko kernel: i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
nov 15 07:45:46 urko kernel: systemd[1]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
nov 15 07:45:46 urko systemd-fstab-generator[366]: Failed to create unit file '/run/systemd/generator/dev-disk-by\x2duuid-c94e7ddd\x2d1097\x2d40ec\x2da893\x2d3c1a1d605387.swap', as it already exists. Duplicate>
nov 15 07:45:46 urko (sd-exec-[359]: /usr/lib/systemd/system-generators/systemd-fstab-generator failed with exit status 1.
nov 15 07:45:47 urko systemd-journald[389]: File /var/log/journal/e414c5197162477c8e5487496541e3ff/system.journal corrupted or uncleanly shut down, renaming and replacing.
nov 15 07:45:49 urko kernel: asus_wmi: ASUS Management GUID not found
nov 15 07:45:49 urko (udev-worker)[475]: cfg80211: Process '/usr/bin/set-wireless-regdom' failed with exit code 1.
nov 15 07:45:49 urko kernel: iwlwifi 0000:03:00.0: api flags index 2 larger than supported by driver
nov 15 07:45:49 urko kernel: thermal thermal_zone1: failed to read out thermal zone (-61)
nov 15 07:45:52 urko dbus-broker-launch[625]: Activation request for 'org.freedesktop.Avahi' failed: The systemd unit 'dbus-org.freedesktop.Avahi.service' could not be found.
nov 15 07:45:53 urko dbus-broker-launch[625]: Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-org.freedesktop.home1.service' could not be found.
nov 15 07:45:53 urko systemd-xdg-autostart-generator[772]: Opening /var/lib/sddm/.config/autostart failed, ignoring: Permission denied
nov 15 07:45:53 urko systemd[765]: Failed to resolve symlink /var/lib/sddm/.config/systemd/user.control, ignoring: Permission denied
nov 15 07:45:53 urko systemd[765]: Failed to resolve symlink /var/lib/sddm/.config/systemd/user, ignoring: Permission denied
nov 15 07:45:53 urko systemd[765]: Failed to open "/var/lib/sddm/.config/systemd/user.control", ignoring: Permission denied
nov 15 07:45:53 urko systemd[765]: Failed to open "/var/lib/sddm/.config/systemd/user", ignoring: Permission denied
nov 15 07:45:53 urko systemd[765]: xdg-user-dirs-update.service: Failed with result 'exit-code'.
nov 15 07:45:53 urko systemd[765]: Failed to start Update XDG user dir configuration.
nov 15 07:45:54 urko dbus-broker-launch[780]: Service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
nov 15 07:45:54 urko dbus-broker-launch[780]: Service file '/usr/share//dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
nov 15 07:45:54 urko dbus-broker-launch[780]: Service file '/usr/share//dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
nov 15 07:45:54 urko sddm-greeter-qt6[776]: Cannot create directory for user data "/var/lib/sddm/.config/qtvirtualkeyboard"
nov 15 07:45:54 urko sddm-greeter-qt6[776]: QGfxShaderBuilder: Failed to create path: "/var/lib/sddm/.cache/sddm-greeter-qt6/_qt_QGfxShaderBuilder_6.8.0/"
nov 15 07:45:54 urko sddm-greeter-qt6[776]: QGfxShaderBuilder: Failed to create path: "/var/lib/sddm/.cache/sddm-greeter-qt6/_qt_QGfxShaderBuilder_6.8.0/"
nov 15 07:45:54 urko sddm-greeter-qt6[776]: QGfxShaderBuilder: Failed to create path: "/var/lib/sddm/.cache/sddm-greeter-qt6/_qt_QGfxShaderBuilder_6.8.0/"
nov 15 07:45:54 urko sddm-greeter-qt6[776]: QGfxShaderBuilder: Failed to create path: "/var/lib/sddm/.cache/sddm-greeter-qt6/_qt_QGfxShaderBuilder_6.8.0/"
nov 15 07:45:54 urko sddm-greeter-qt6[776]: Couldn't establish file backed memory mapping, will fallback to anonymous memory
nov 15 07:45:58 urko sddm-greeter-qt6[776]: 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 15 07:45:58 urko sddm-greeter-qt6[776]: Couldn't create a new file: "/var/lib/sddm/.cache/ksvg-elements" . Error: "Permission denied"
nov 15 07:45:58 urko systemd-xdg-autostart-generator[841]: Configuration file /home/urko/.config/autostart/im.dino.Dino.desktop is marked executable. Please remove executable permission bits. Proceeding anyway.
nov 15 07:45:58 urko systemd-xdg-autostart-generator[841]: Configuration file /home/urko/.config/autostart/thunderbird.desktop is marked executable. Please remove executable permission bits. Proceeding anyway.
nov 15 07:45:58 urko NetworkManager[627]: <warn>  [1731653158.8134] device (wlp3s0): no secrets: No agents were available for this request.
nov 15 07:45:58 urko NetworkManager[627]: <warn>  [1731653158.8136] device (wlp3s0): Activation: failed for connection 'router_2.4'
nov 15 07:45:59 urko dbus-broker-launch[1281]: Service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
nov 15 07:45:59 urko dbus-broker-launch[1281]: Service file '/usr/share//dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
nov 15 07:45:59 urko dbus-broker-launch[1281]: Service file '/usr/share//dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
nov 15 07:45:59 urko systemd-xdg-autostart-generator[1323]: Configuration file /home/urko/.config/autostart/im.dino.Dino.desktop is marked executable. Please remove executable permission bits. Proceeding anywa>
nov 15 07:45:59 urko systemd-xdg-autostart-generator[1323]: Configuration file /home/urko/.config/autostart/thunderbird.desktop is marked executable. Please remove executable permission bits. Proceeding anyway.
nov 15 07:46:00 urko baloo_file[1462]: qt.dbus.integration: QDBusConnection: name 'org.freedesktop.UDisks2' had owner '' but we thought it was ':1.33'
nov 15 07:46:00 urko baloo_file[1462]: qt.dbus.integration: QDBusConnection: name 'org.freedesktop.UPower' had owner '' but we thought it was ':1.36'
nov 15 07:46:00 urko kwin_wayland[1464]: kwin_core: Failed to open drm node: ""
nov 15 07:46:00 urko kwin_wayland[1464]: kwin_scene_opengl: couldn't find dev node for drm device
nov 15 07:46:00 urko kwin_wayland[1464]: kwin_scene_opengl: No render nodes have been found, falling back to primary node
nov 15 07:46:00 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:00 urko wireplumber[1997]: spa.bluez5: BlueZ system service is not available
nov 15 07:46:01 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:01 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:01 urko dbus-broker-launch[625]: Activation request for 'org.freedesktop.resolve1' failed: The systemd unit 'dbus-org.freedesktop.resolve1.service' could not be found.
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
lines 1-53...skipping...
nov 15 07:45:46 urko kernel: Booted with the nomodeset parameter. Only the system framebuffer will be available
nov 15 07:45:46 urko kernel: acpi PNP0C14:01: duplicate WMI GUID ABBC0F6A-8EA1-11D1-00A0-C90629100000 (first instance was on PNP0C14:00)
nov 15 07:45:46 urko kernel: i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
nov 15 07:45:46 urko kernel: systemd[1]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
nov 15 07:45:46 urko systemd-fstab-generator[366]: Failed to create unit file '/run/systemd/generator/dev-disk-by\x2duuid-c94e7ddd\x2d1097\x2d40ec\x2da893\x2d3c1a1d605387.swap', as it already exists. Duplicate entry in '/etc/fsta>
nov 15 07:45:46 urko (sd-exec-[359]: /usr/lib/systemd/system-generators/systemd-fstab-generator failed with exit status 1.
nov 15 07:45:47 urko systemd-journald[389]: File /var/log/journal/e414c5197162477c8e5487496541e3ff/system.journal corrupted or uncleanly shut down, renaming and replacing.
nov 15 07:45:49 urko kernel: asus_wmi: ASUS Management GUID not found
nov 15 07:45:49 urko (udev-worker)[475]: cfg80211: Process '/usr/bin/set-wireless-regdom' failed with exit code 1.
nov 15 07:45:49 urko kernel: iwlwifi 0000:03:00.0: api flags index 2 larger than supported by driver
nov 15 07:45:49 urko kernel: thermal thermal_zone1: failed to read out thermal zone (-61)
nov 15 07:45:52 urko dbus-broker-launch[625]: Activation request for 'org.freedesktop.Avahi' failed: The systemd unit 'dbus-org.freedesktop.Avahi.service' could not be found.
nov 15 07:45:53 urko dbus-broker-launch[625]: Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-org.freedesktop.home1.service' could not be found.
nov 15 07:45:53 urko systemd-xdg-autostart-generator[772]: Opening /var/lib/sddm/.config/autostart failed, ignoring: Permission denied
nov 15 07:45:53 urko systemd[765]: Failed to resolve symlink /var/lib/sddm/.config/systemd/user.control, ignoring: Permission denied
nov 15 07:45:53 urko systemd[765]: Failed to resolve symlink /var/lib/sddm/.config/systemd/user, ignoring: Permission denied
nov 15 07:45:53 urko systemd[765]: Failed to open "/var/lib/sddm/.config/systemd/user.control", ignoring: Permission denied
nov 15 07:45:53 urko systemd[765]: Failed to open "/var/lib/sddm/.config/systemd/user", ignoring: Permission denied
nov 15 07:45:53 urko systemd[765]: xdg-user-dirs-update.service: Failed with result 'exit-code'.
nov 15 07:45:53 urko systemd[765]: Failed to start Update XDG user dir configuration.
nov 15 07:45:54 urko dbus-broker-launch[780]: Service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
nov 15 07:45:54 urko dbus-broker-launch[780]: Service file '/usr/share//dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
nov 15 07:45:54 urko dbus-broker-launch[780]: Service file '/usr/share//dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
nov 15 07:45:54 urko sddm-greeter-qt6[776]: Cannot create directory for user data "/var/lib/sddm/.config/qtvirtualkeyboard"
nov 15 07:45:54 urko sddm-greeter-qt6[776]: QGfxShaderBuilder: Failed to create path: "/var/lib/sddm/.cache/sddm-greeter-qt6/_qt_QGfxShaderBuilder_6.8.0/"
nov 15 07:45:54 urko sddm-greeter-qt6[776]: QGfxShaderBuilder: Failed to create path: "/var/lib/sddm/.cache/sddm-greeter-qt6/_qt_QGfxShaderBuilder_6.8.0/"
nov 15 07:45:54 urko sddm-greeter-qt6[776]: QGfxShaderBuilder: Failed to create path: "/var/lib/sddm/.cache/sddm-greeter-qt6/_qt_QGfxShaderBuilder_6.8.0/"
nov 15 07:45:54 urko sddm-greeter-qt6[776]: QGfxShaderBuilder: Failed to create path: "/var/lib/sddm/.cache/sddm-greeter-qt6/_qt_QGfxShaderBuilder_6.8.0/"
nov 15 07:45:54 urko sddm-greeter-qt6[776]: Couldn't establish file backed memory mapping, will fallback to anonymous memory
nov 15 07:45:58 urko sddm-greeter-qt6[776]: 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 15 07:45:58 urko sddm-greeter-qt6[776]: Couldn't create a new file: "/var/lib/sddm/.cache/ksvg-elements" . Error: "Permission denied"
nov 15 07:45:58 urko systemd-xdg-autostart-generator[841]: Configuration file /home/urko/.config/autostart/im.dino.Dino.desktop is marked executable. Please remove executable permission bits. Proceeding anyway.
nov 15 07:45:58 urko systemd-xdg-autostart-generator[841]: Configuration file /home/urko/.config/autostart/thunderbird.desktop is marked executable. Please remove executable permission bits. Proceeding anyway.
nov 15 07:45:58 urko NetworkManager[627]: <warn>  [1731653158.8134] device (wlp3s0): no secrets: No agents were available for this request.
nov 15 07:45:58 urko NetworkManager[627]: <warn>  [1731653158.8136] device (wlp3s0): Activation: failed for connection 'router_2.4'
nov 15 07:45:59 urko dbus-broker-launch[1281]: Service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
nov 15 07:45:59 urko dbus-broker-launch[1281]: Service file '/usr/share//dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
nov 15 07:45:59 urko dbus-broker-launch[1281]: Service file '/usr/share//dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
nov 15 07:45:59 urko systemd-xdg-autostart-generator[1323]: Configuration file /home/urko/.config/autostart/im.dino.Dino.desktop is marked executable. Please remove executable permission bits. Proceeding anyway.
nov 15 07:45:59 urko systemd-xdg-autostart-generator[1323]: Configuration file /home/urko/.config/autostart/thunderbird.desktop is marked executable. Please remove executable permission bits. Proceeding anyway.
nov 15 07:46:00 urko baloo_file[1462]: qt.dbus.integration: QDBusConnection: name 'org.freedesktop.UDisks2' had owner '' but we thought it was ':1.33'
nov 15 07:46:00 urko baloo_file[1462]: qt.dbus.integration: QDBusConnection: name 'org.freedesktop.UPower' had owner '' but we thought it was ':1.36'
nov 15 07:46:00 urko kwin_wayland[1464]: kwin_core: Failed to open drm node: ""
nov 15 07:46:00 urko kwin_wayland[1464]: kwin_scene_opengl: couldn't find dev node for drm device
nov 15 07:46:00 urko kwin_wayland[1464]: kwin_scene_opengl: No render nodes have been found, falling back to primary node
nov 15 07:46:00 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:00 urko wireplumber[1997]: spa.bluez5: BlueZ system service is not available
nov 15 07:46:01 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:01 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:01 urko dbus-broker-launch[625]: Activation request for 'org.freedesktop.resolve1' failed: The systemd unit 'dbus-org.freedesktop.resolve1.service' could not be found.
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
lines 1-58...skipping...
nov 15 07:45:46 urko kernel: Booted with the nomodeset parameter. Only the system framebuffer will be available
nov 15 07:45:46 urko kernel: acpi PNP0C14:01: duplicate WMI GUID ABBC0F6A-8EA1-11D1-00A0-C90629100000 (first instance was on PNP0C14:00)
nov 15 07:45:46 urko kernel: i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
nov 15 07:45:46 urko kernel: systemd[1]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
nov 15 07:45:46 urko systemd-fstab-generator[366]: Failed to create unit file '/run/systemd/generator/dev-disk-by\x2duuid-c94e7ddd\x2d1097\x2d40ec\x2da893\x2d3c1a1d605387.swap', as it already exists. Duplicate entry in '/etc/fstab'?
nov 15 07:45:46 urko (sd-exec-[359]: /usr/lib/systemd/system-generators/systemd-fstab-generator failed with exit status 1.
nov 15 07:45:47 urko systemd-journald[389]: File /var/log/journal/e414c5197162477c8e5487496541e3ff/system.journal corrupted or uncleanly shut down, renaming and replacing.
nov 15 07:45:49 urko kernel: asus_wmi: ASUS Management GUID not found
nov 15 07:45:49 urko (udev-worker)[475]: cfg80211: Process '/usr/bin/set-wireless-regdom' failed with exit code 1.
nov 15 07:45:49 urko kernel: iwlwifi 0000:03:00.0: api flags index 2 larger than supported by driver
nov 15 07:45:49 urko kernel: thermal thermal_zone1: failed to read out thermal zone (-61)
nov 15 07:45:52 urko dbus-broker-launch[625]: Activation request for 'org.freedesktop.Avahi' failed: The systemd unit 'dbus-org.freedesktop.Avahi.service' could not be found.
nov 15 07:45:53 urko dbus-broker-launch[625]: Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-org.freedesktop.home1.service' could not be found.
nov 15 07:45:53 urko systemd-xdg-autostart-generator[772]: Opening /var/lib/sddm/.config/autostart failed, ignoring: Permission denied
nov 15 07:45:53 urko systemd[765]: Failed to resolve symlink /var/lib/sddm/.config/systemd/user.control, ignoring: Permission denied
nov 15 07:45:53 urko systemd[765]: Failed to resolve symlink /var/lib/sddm/.config/systemd/user, ignoring: Permission denied
nov 15 07:45:53 urko systemd[765]: Failed to open "/var/lib/sddm/.config/systemd/user.control", ignoring: Permission denied
nov 15 07:45:53 urko systemd[765]: Failed to open "/var/lib/sddm/.config/systemd/user", ignoring: Permission denied
nov 15 07:45:53 urko systemd[765]: xdg-user-dirs-update.service: Failed with result 'exit-code'.
nov 15 07:45:53 urko systemd[765]: Failed to start Update XDG user dir configuration.
nov 15 07:45:54 urko dbus-broker-launch[780]: Service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
nov 15 07:45:54 urko dbus-broker-launch[780]: Service file '/usr/share//dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
nov 15 07:45:54 urko dbus-broker-launch[780]: Service file '/usr/share//dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
nov 15 07:45:54 urko sddm-greeter-qt6[776]: Cannot create directory for user data "/var/lib/sddm/.config/qtvirtualkeyboard"
nov 15 07:45:54 urko sddm-greeter-qt6[776]: QGfxShaderBuilder: Failed to create path: "/var/lib/sddm/.cache/sddm-greeter-qt6/_qt_QGfxShaderBuilder_6.8.0/"
nov 15 07:45:54 urko sddm-greeter-qt6[776]: QGfxShaderBuilder: Failed to create path: "/var/lib/sddm/.cache/sddm-greeter-qt6/_qt_QGfxShaderBuilder_6.8.0/"
nov 15 07:45:54 urko sddm-greeter-qt6[776]: QGfxShaderBuilder: Failed to create path: "/var/lib/sddm/.cache/sddm-greeter-qt6/_qt_QGfxShaderBuilder_6.8.0/"
nov 15 07:45:54 urko sddm-greeter-qt6[776]: QGfxShaderBuilder: Failed to create path: "/var/lib/sddm/.cache/sddm-greeter-qt6/_qt_QGfxShaderBuilder_6.8.0/"
nov 15 07:45:54 urko sddm-greeter-qt6[776]: Couldn't establish file backed memory mapping, will fallback to anonymous memory
nov 15 07:45:58 urko sddm-greeter-qt6[776]: 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 15 07:45:58 urko sddm-greeter-qt6[776]: Couldn't create a new file: "/var/lib/sddm/.cache/ksvg-elements" . Error: "Permission denied"
nov 15 07:45:58 urko systemd-xdg-autostart-generator[841]: Configuration file /home/urko/.config/autostart/im.dino.Dino.desktop is marked executable. Please remove executable permission bits. Proceeding anyway.
nov 15 07:45:58 urko systemd-xdg-autostart-generator[841]: Configuration file /home/urko/.config/autostart/thunderbird.desktop is marked executable. Please remove executable permission bits. Proceeding anyway.
nov 15 07:45:58 urko NetworkManager[627]: <warn>  [1731653158.8134] device (wlp3s0): no secrets: No agents were available for this request.
nov 15 07:45:58 urko NetworkManager[627]: <warn>  [1731653158.8136] device (wlp3s0): Activation: failed for connection 'router_2.4'
nov 15 07:45:59 urko dbus-broker-launch[1281]: Service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
nov 15 07:45:59 urko dbus-broker-launch[1281]: Service file '/usr/share//dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
nov 15 07:45:59 urko dbus-broker-launch[1281]: Service file '/usr/share//dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
nov 15 07:45:59 urko systemd-xdg-autostart-generator[1323]: Configuration file /home/urko/.config/autostart/im.dino.Dino.desktop is marked executable. Please remove executable permission bits. Proceeding anyway.
nov 15 07:45:59 urko systemd-xdg-autostart-generator[1323]: Configuration file /home/urko/.config/autostart/thunderbird.desktop is marked executable. Please remove executable permission bits. Proceeding anyway.
nov 15 07:46:00 urko baloo_file[1462]: qt.dbus.integration: QDBusConnection: name 'org.freedesktop.UDisks2' had owner '' but we thought it was ':1.33'
nov 15 07:46:00 urko baloo_file[1462]: qt.dbus.integration: QDBusConnection: name 'org.freedesktop.UPower' had owner '' but we thought it was ':1.36'
nov 15 07:46:00 urko kwin_wayland[1464]: kwin_core: Failed to open drm node: ""
nov 15 07:46:00 urko kwin_wayland[1464]: kwin_scene_opengl: couldn't find dev node for drm device
nov 15 07:46:00 urko kwin_wayland[1464]: kwin_scene_opengl: No render nodes have been found, falling back to primary node
nov 15 07:46:00 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:00 urko wireplumber[1997]: spa.bluez5: BlueZ system service is not available
nov 15 07:46:01 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:01 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:01 urko dbus-broker-launch[625]: Activation request for 'org.freedesktop.resolve1' failed: The systemd unit 'dbus-org.freedesktop.resolve1.service' could not be found.
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
lines 1-64...skipping...
nov 15 07:45:46 urko kernel: Booted with the nomodeset parameter. Only the system framebuffer will be available
nov 15 07:45:46 urko kernel: acpi PNP0C14:01: duplicate WMI GUID ABBC0F6A-8EA1-11D1-00A0-C90629100000 (first instance was on PNP0C14:00)
nov 15 07:45:46 urko kernel: i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
nov 15 07:45:46 urko kernel: systemd[1]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
nov 15 07:45:46 urko systemd-fstab-generator[366]: Failed to create unit file '/run/systemd/generator/dev-disk-by\x2duuid-c94e7ddd\x2d1097\x2d40ec\x2da893\x2d3c1a1d605387.swap', as it already exists. Duplicate entry in '/etc/fstab'?
nov 15 07:45:46 urko (sd-exec-[359]: /usr/lib/systemd/system-generators/systemd-fstab-generator failed with exit status 1.
nov 15 07:45:47 urko systemd-journald[389]: File /var/log/journal/e414c5197162477c8e5487496541e3ff/system.journal corrupted or uncleanly shut down, renaming and replacing.
nov 15 07:45:49 urko kernel: asus_wmi: ASUS Management GUID not found
nov 15 07:45:49 urko (udev-worker)[475]: cfg80211: Process '/usr/bin/set-wireless-regdom' failed with exit code 1.
nov 15 07:45:49 urko kernel: iwlwifi 0000:03:00.0: api flags index 2 larger than supported by driver
nov 15 07:45:49 urko kernel: thermal thermal_zone1: failed to read out thermal zone (-61)
nov 15 07:45:52 urko dbus-broker-launch[625]: Activation request for 'org.freedesktop.Avahi' failed: The systemd unit 'dbus-org.freedesktop.Avahi.service' could not be found.
nov 15 07:45:53 urko dbus-broker-launch[625]: Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-org.freedesktop.home1.service' could not be found.
nov 15 07:45:53 urko systemd-xdg-autostart-generator[772]: Opening /var/lib/sddm/.config/autostart failed, ignoring: Permission denied
nov 15 07:45:53 urko systemd[765]: Failed to resolve symlink /var/lib/sddm/.config/systemd/user.control, ignoring: Permission denied
nov 15 07:45:53 urko systemd[765]: Failed to resolve symlink /var/lib/sddm/.config/systemd/user, ignoring: Permission denied
nov 15 07:45:53 urko systemd[765]: Failed to open "/var/lib/sddm/.config/systemd/user.control", ignoring: Permission denied
nov 15 07:45:53 urko systemd[765]: Failed to open "/var/lib/sddm/.config/systemd/user", ignoring: Permission denied
nov 15 07:45:53 urko systemd[765]: xdg-user-dirs-update.service: Failed with result 'exit-code'.
nov 15 07:45:53 urko systemd[765]: Failed to start Update XDG user dir configuration.
nov 15 07:45:54 urko dbus-broker-launch[780]: Service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
nov 15 07:45:54 urko dbus-broker-launch[780]: Service file '/usr/share//dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
nov 15 07:45:54 urko dbus-broker-launch[780]: Service file '/usr/share//dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
nov 15 07:45:54 urko sddm-greeter-qt6[776]: Cannot create directory for user data "/var/lib/sddm/.config/qtvirtualkeyboard"
nov 15 07:45:54 urko sddm-greeter-qt6[776]: QGfxShaderBuilder: Failed to create path: "/var/lib/sddm/.cache/sddm-greeter-qt6/_qt_QGfxShaderBuilder_6.8.0/"
nov 15 07:45:54 urko sddm-greeter-qt6[776]: QGfxShaderBuilder: Failed to create path: "/var/lib/sddm/.cache/sddm-greeter-qt6/_qt_QGfxShaderBuilder_6.8.0/"
nov 15 07:45:54 urko sddm-greeter-qt6[776]: QGfxShaderBuilder: Failed to create path: "/var/lib/sddm/.cache/sddm-greeter-qt6/_qt_QGfxShaderBuilder_6.8.0/"
nov 15 07:45:54 urko sddm-greeter-qt6[776]: QGfxShaderBuilder: Failed to create path: "/var/lib/sddm/.cache/sddm-greeter-qt6/_qt_QGfxShaderBuilder_6.8.0/"
nov 15 07:45:54 urko sddm-greeter-qt6[776]: Couldn't establish file backed memory mapping, will fallback to anonymous memory
nov 15 07:45:58 urko sddm-greeter-qt6[776]: 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 15 07:45:58 urko sddm-greeter-qt6[776]: Couldn't create a new file: "/var/lib/sddm/.cache/ksvg-elements" . Error: "Permission denied"
nov 15 07:45:58 urko systemd-xdg-autostart-generator[841]: Configuration file /home/urko/.config/autostart/im.dino.Dino.desktop is marked executable. Please remove executable permission bits. Proceeding anyway.
nov 15 07:45:58 urko systemd-xdg-autostart-generator[841]: Configuration file /home/urko/.config/autostart/thunderbird.desktop is marked executable. Please remove executable permission bits. Proceeding anyway.
nov 15 07:45:58 urko NetworkManager[627]: <warn>  [1731653158.8134] device (wlp3s0): no secrets: No agents were available for this request.
nov 15 07:45:58 urko NetworkManager[627]: <warn>  [1731653158.8136] device (wlp3s0): Activation: failed for connection 'router_2.4'
nov 15 07:45:59 urko dbus-broker-launch[1281]: Service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
nov 15 07:45:59 urko dbus-broker-launch[1281]: Service file '/usr/share//dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
nov 15 07:45:59 urko dbus-broker-launch[1281]: Service file '/usr/share//dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
nov 15 07:45:59 urko systemd-xdg-autostart-generator[1323]: Configuration file /home/urko/.config/autostart/im.dino.Dino.desktop is marked executable. Please remove executable permission bits. Proceeding anyway.
nov 15 07:45:59 urko systemd-xdg-autostart-generator[1323]: Configuration file /home/urko/.config/autostart/thunderbird.desktop is marked executable. Please remove executable permission bits. Proceeding anyway.
nov 15 07:46:00 urko baloo_file[1462]: qt.dbus.integration: QDBusConnection: name 'org.freedesktop.UDisks2' had owner '' but we thought it was ':1.33'
nov 15 07:46:00 urko baloo_file[1462]: qt.dbus.integration: QDBusConnection: name 'org.freedesktop.UPower' had owner '' but we thought it was ':1.36'
nov 15 07:46:00 urko kwin_wayland[1464]: kwin_core: Failed to open drm node: ""
nov 15 07:46:00 urko kwin_wayland[1464]: kwin_scene_opengl: couldn't find dev node for drm device
nov 15 07:46:00 urko kwin_wayland[1464]: kwin_scene_opengl: No render nodes have been found, falling back to primary node
nov 15 07:46:00 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:00 urko wireplumber[1997]: spa.bluez5: BlueZ system service is not available
nov 15 07:46:01 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:01 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:01 urko dbus-broker-launch[625]: Activation request for 'org.freedesktop.resolve1' failed: The systemd unit 'dbus-org.freedesktop.resolve1.service' could not be found.
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
lines 1-68...skipping...
nov 15 07:45:46 urko kernel: Booted with the nomodeset parameter. Only the system framebuffer will be available
nov 15 07:45:46 urko kernel: acpi PNP0C14:01: duplicate WMI GUID ABBC0F6A-8EA1-11D1-00A0-C90629100000 (first instance was on PNP0C14:00)
nov 15 07:45:46 urko kernel: i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
nov 15 07:45:46 urko kernel: systemd[1]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
nov 15 07:45:46 urko systemd-fstab-generator[366]: Failed to create unit file '/run/systemd/generator/dev-disk-by\x2duuid-c94e7ddd\x2d1097\x2d40ec\x2da893\x2d3c1a1d605387.swap', as it already exists. Duplicate entry in '/etc/fstab'?
nov 15 07:45:46 urko (sd-exec-[359]: /usr/lib/systemd/system-generators/systemd-fstab-generator failed with exit status 1.
nov 15 07:45:47 urko systemd-journald[389]: File /var/log/journal/e414c5197162477c8e5487496541e3ff/system.journal corrupted or uncleanly shut down, renaming and replacing.
nov 15 07:45:49 urko kernel: asus_wmi: ASUS Management GUID not found
nov 15 07:45:49 urko (udev-worker)[475]: cfg80211: Process '/usr/bin/set-wireless-regdom' failed with exit code 1.
nov 15 07:45:49 urko kernel: iwlwifi 0000:03:00.0: api flags index 2 larger than supported by driver
nov 15 07:45:49 urko kernel: thermal thermal_zone1: failed to read out thermal zone (-61)
nov 15 07:45:52 urko dbus-broker-launch[625]: Activation request for 'org.freedesktop.Avahi' failed: The systemd unit 'dbus-org.freedesktop.Avahi.service' could not be found.
nov 15 07:45:53 urko dbus-broker-launch[625]: Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-org.freedesktop.home1.service' could not be found.
nov 15 07:45:53 urko systemd-xdg-autostart-generator[772]: Opening /var/lib/sddm/.config/autostart failed, ignoring: Permission denied
nov 15 07:45:53 urko systemd[765]: Failed to resolve symlink /var/lib/sddm/.config/systemd/user.control, ignoring: Permission denied
nov 15 07:45:53 urko systemd[765]: Failed to resolve symlink /var/lib/sddm/.config/systemd/user, ignoring: Permission denied
nov 15 07:45:53 urko systemd[765]: Failed to open "/var/lib/sddm/.config/systemd/user.control", ignoring: Permission denied
nov 15 07:45:53 urko systemd[765]: Failed to open "/var/lib/sddm/.config/systemd/user", ignoring: Permission denied
nov 15 07:45:53 urko systemd[765]: xdg-user-dirs-update.service: Failed with result 'exit-code'.
nov 15 07:45:53 urko systemd[765]: Failed to start Update XDG user dir configuration.
nov 15 07:45:54 urko dbus-broker-launch[780]: Service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
nov 15 07:45:54 urko dbus-broker-launch[780]: Service file '/usr/share//dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
nov 15 07:45:54 urko dbus-broker-launch[780]: Service file '/usr/share//dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
nov 15 07:45:54 urko sddm-greeter-qt6[776]: Cannot create directory for user data "/var/lib/sddm/.config/qtvirtualkeyboard"
nov 15 07:45:54 urko sddm-greeter-qt6[776]: QGfxShaderBuilder: Failed to create path: "/var/lib/sddm/.cache/sddm-greeter-qt6/_qt_QGfxShaderBuilder_6.8.0/"
nov 15 07:45:54 urko sddm-greeter-qt6[776]: QGfxShaderBuilder: Failed to create path: "/var/lib/sddm/.cache/sddm-greeter-qt6/_qt_QGfxShaderBuilder_6.8.0/"
nov 15 07:45:54 urko sddm-greeter-qt6[776]: QGfxShaderBuilder: Failed to create path: "/var/lib/sddm/.cache/sddm-greeter-qt6/_qt_QGfxShaderBuilder_6.8.0/"
nov 15 07:45:54 urko sddm-greeter-qt6[776]: QGfxShaderBuilder: Failed to create path: "/var/lib/sddm/.cache/sddm-greeter-qt6/_qt_QGfxShaderBuilder_6.8.0/"
nov 15 07:45:54 urko sddm-greeter-qt6[776]: Couldn't establish file backed memory mapping, will fallback to anonymous memory
nov 15 07:45:58 urko sddm-greeter-qt6[776]: 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 15 07:45:58 urko sddm-greeter-qt6[776]: Couldn't create a new file: "/var/lib/sddm/.cache/ksvg-elements" . Error: "Permission denied"
nov 15 07:45:58 urko systemd-xdg-autostart-generator[841]: Configuration file /home/urko/.config/autostart/im.dino.Dino.desktop is marked executable. Please remove executable permission bits. Proceeding anyway.
nov 15 07:45:58 urko systemd-xdg-autostart-generator[841]: Configuration file /home/urko/.config/autostart/thunderbird.desktop is marked executable. Please remove executable permission bits. Proceeding anyway.
nov 15 07:45:58 urko NetworkManager[627]: <warn>  [1731653158.8134] device (wlp3s0): no secrets: No agents were available for this request.
nov 15 07:45:58 urko NetworkManager[627]: <warn>  [1731653158.8136] device (wlp3s0): Activation: failed for connection 'router_2.4'
nov 15 07:45:59 urko dbus-broker-launch[1281]: Service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
nov 15 07:45:59 urko dbus-broker-launch[1281]: Service file '/usr/share//dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
nov 15 07:45:59 urko dbus-broker-launch[1281]: Service file '/usr/share//dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
nov 15 07:45:59 urko systemd-xdg-autostart-generator[1323]: Configuration file /home/urko/.config/autostart/im.dino.Dino.desktop is marked executable. Please remove executable permission bits. Proceeding anyway.
nov 15 07:45:59 urko systemd-xdg-autostart-generator[1323]: Configuration file /home/urko/.config/autostart/thunderbird.desktop is marked executable. Please remove executable permission bits. Proceeding anyway.
nov 15 07:46:00 urko baloo_file[1462]: qt.dbus.integration: QDBusConnection: name 'org.freedesktop.UDisks2' had owner '' but we thought it was ':1.33'
nov 15 07:46:00 urko baloo_file[1462]: qt.dbus.integration: QDBusConnection: name 'org.freedesktop.UPower' had owner '' but we thought it was ':1.36'
nov 15 07:46:00 urko kwin_wayland[1464]: kwin_core: Failed to open drm node: ""
nov 15 07:46:00 urko kwin_wayland[1464]: kwin_scene_opengl: couldn't find dev node for drm device
nov 15 07:46:00 urko kwin_wayland[1464]: kwin_scene_opengl: No render nodes have been found, falling back to primary node
nov 15 07:46:00 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:00 urko wireplumber[1997]: spa.bluez5: BlueZ system service is not available
nov 15 07:46:01 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:01 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:01 urko dbus-broker-launch[625]: Activation request for 'org.freedesktop.resolve1' failed: The systemd unit 'dbus-org.freedesktop.resolve1.service' could not be found.
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:03 urko kded6[2795]: org.kde.libkbolt: Failed to connect to Bolt manager DBus interface:
nov 15 07:46:03 urko kded6[2795]: QDBusObjectPath: invalid path "/modules/plasma-session-shortcuts"
nov 15 07:46:03 urko kded6[2795]: kf.dbusaddons: The kded module name "plasma-session-shortcuts" is invalid!
lines 1-72...skipping...
nov 15 07:45:46 urko kernel: Booted with the nomodeset parameter. Only the system framebuffer will be available
nov 15 07:45:46 urko kernel: acpi PNP0C14:01: duplicate WMI GUID ABBC0F6A-8EA1-11D1-00A0-C90629100000 (first instance was on PNP0C14:00)
nov 15 07:45:46 urko kernel: i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
nov 15 07:45:46 urko kernel: systemd[1]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
nov 15 07:45:46 urko systemd-fstab-generator[366]: Failed to create unit file '/run/systemd/generator/dev-disk-by\x2duuid-c94e7ddd\x2d1097\x2d40ec\x2da893\x2d3c1a1d605387.swap', as it already exists. Duplicate entry in '/etc/fstab'?
nov 15 07:45:46 urko (sd-exec-[359]: /usr/lib/systemd/system-generators/systemd-fstab-generator failed with exit status 1.
nov 15 07:45:47 urko systemd-journald[389]: File /var/log/journal/e414c5197162477c8e5487496541e3ff/system.journal corrupted or uncleanly shut down, renaming and replacing.
nov 15 07:45:49 urko kernel: asus_wmi: ASUS Management GUID not found
nov 15 07:45:49 urko (udev-worker)[475]: cfg80211: Process '/usr/bin/set-wireless-regdom' failed with exit code 1.
nov 15 07:45:49 urko kernel: iwlwifi 0000:03:00.0: api flags index 2 larger than supported by driver
nov 15 07:45:49 urko kernel: thermal thermal_zone1: failed to read out thermal zone (-61)
nov 15 07:45:52 urko dbus-broker-launch[625]: Activation request for 'org.freedesktop.Avahi' failed: The systemd unit 'dbus-org.freedesktop.Avahi.service' could not be found.
nov 15 07:45:53 urko dbus-broker-launch[625]: Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-org.freedesktop.home1.service' could not be found.
nov 15 07:45:53 urko systemd-xdg-autostart-generator[772]: Opening /var/lib/sddm/.config/autostart failed, ignoring: Permission denied
nov 15 07:45:53 urko systemd[765]: Failed to resolve symlink /var/lib/sddm/.config/systemd/user.control, ignoring: Permission denied
nov 15 07:45:53 urko systemd[765]: Failed to resolve symlink /var/lib/sddm/.config/systemd/user, ignoring: Permission denied
nov 15 07:45:53 urko systemd[765]: Failed to open "/var/lib/sddm/.config/systemd/user.control", ignoring: Permission denied
nov 15 07:45:53 urko systemd[765]: Failed to open "/var/lib/sddm/.config/systemd/user", ignoring: Permission denied
nov 15 07:45:53 urko systemd[765]: xdg-user-dirs-update.service: Failed with result 'exit-code'.
nov 15 07:45:53 urko systemd[765]: Failed to start Update XDG user dir configuration.
nov 15 07:45:54 urko dbus-broker-launch[780]: Service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
nov 15 07:45:54 urko dbus-broker-launch[780]: Service file '/usr/share//dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
nov 15 07:45:54 urko dbus-broker-launch[780]: Service file '/usr/share//dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
nov 15 07:45:54 urko sddm-greeter-qt6[776]: Cannot create directory for user data "/var/lib/sddm/.config/qtvirtualkeyboard"
nov 15 07:45:54 urko sddm-greeter-qt6[776]: QGfxShaderBuilder: Failed to create path: "/var/lib/sddm/.cache/sddm-greeter-qt6/_qt_QGfxShaderBuilder_6.8.0/"
nov 15 07:45:54 urko sddm-greeter-qt6[776]: QGfxShaderBuilder: Failed to create path: "/var/lib/sddm/.cache/sddm-greeter-qt6/_qt_QGfxShaderBuilder_6.8.0/"
nov 15 07:45:54 urko sddm-greeter-qt6[776]: QGfxShaderBuilder: Failed to create path: "/var/lib/sddm/.cache/sddm-greeter-qt6/_qt_QGfxShaderBuilder_6.8.0/"
nov 15 07:45:54 urko sddm-greeter-qt6[776]: QGfxShaderBuilder: Failed to create path: "/var/lib/sddm/.cache/sddm-greeter-qt6/_qt_QGfxShaderBuilder_6.8.0/"
nov 15 07:45:54 urko sddm-greeter-qt6[776]: Couldn't establish file backed memory mapping, will fallback to anonymous memory
nov 15 07:45:58 urko sddm-greeter-qt6[776]: 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 15 07:45:58 urko sddm-greeter-qt6[776]: Couldn't create a new file: "/var/lib/sddm/.cache/ksvg-elements" . Error: "Permission denied"
nov 15 07:45:58 urko systemd-xdg-autostart-generator[841]: Configuration file /home/urko/.config/autostart/im.dino.Dino.desktop is marked executable. Please remove executable permission bits. Proceeding anyway.
nov 15 07:45:58 urko systemd-xdg-autostart-generator[841]: Configuration file /home/urko/.config/autostart/thunderbird.desktop is marked executable. Please remove executable permission bits. Proceeding anyway.
nov 15 07:45:58 urko NetworkManager[627]: <warn>  [1731653158.8134] device (wlp3s0): no secrets: No agents were available for this request.
nov 15 07:45:58 urko NetworkManager[627]: <warn>  [1731653158.8136] device (wlp3s0): Activation: failed for connection 'router_2.4'
nov 15 07:45:59 urko dbus-broker-launch[1281]: Service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
nov 15 07:45:59 urko dbus-broker-launch[1281]: Service file '/usr/share//dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
nov 15 07:45:59 urko dbus-broker-launch[1281]: Service file '/usr/share//dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
nov 15 07:45:59 urko systemd-xdg-autostart-generator[1323]: Configuration file /home/urko/.config/autostart/im.dino.Dino.desktop is marked executable. Please remove executable permission bits. Proceeding anyway.
nov 15 07:45:59 urko systemd-xdg-autostart-generator[1323]: Configuration file /home/urko/.config/autostart/thunderbird.desktop is marked executable. Please remove executable permission bits. Proceeding anyway.
nov 15 07:46:00 urko baloo_file[1462]: qt.dbus.integration: QDBusConnection: name 'org.freedesktop.UDisks2' had owner '' but we thought it was ':1.33'
nov 15 07:46:00 urko baloo_file[1462]: qt.dbus.integration: QDBusConnection: name 'org.freedesktop.UPower' had owner '' but we thought it was ':1.36'
nov 15 07:46:00 urko kwin_wayland[1464]: kwin_core: Failed to open drm node: ""
nov 15 07:46:00 urko kwin_wayland[1464]: kwin_scene_opengl: couldn't find dev node for drm device
nov 15 07:46:00 urko kwin_wayland[1464]: kwin_scene_opengl: No render nodes have been found, falling back to primary node
nov 15 07:46:00 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:00 urko wireplumber[1997]: spa.bluez5: BlueZ system service is not available
nov 15 07:46:01 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:01 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:01 urko dbus-broker-launch[625]: Activation request for 'org.freedesktop.resolve1' failed: The systemd unit 'dbus-org.freedesktop.resolve1.service' could not be found.
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:03 urko kded6[2795]: org.kde.libkbolt: Failed to connect to Bolt manager DBus interface:
nov 15 07:46:03 urko kded6[2795]: QDBusObjectPath: invalid path "/modules/plasma-session-shortcuts"
nov 15 07:46:03 urko kded6[2795]: kf.dbusaddons: The kded module name "plasma-session-shortcuts" is invalid!
nov 15 07:46:03 urko kconf_update[3289]: kf.config.kconf_update: /usr/share/kconf_update/ark.upd defined Version=5 but Version=6 was expected
nov 15 07:46:03 urko kconf_update[3289]: kf.config.kconf_update: /usr/share/kconf_update/breath2tobreath.upd defined Version=5 but Version=6 was expected
nov 15 07:46:03 urko kconf_update[3289]: kf.config.kconf_update: /usr/share/kconf_update/dolphin_detailsmodesettings.upd defined Version=5 but Version=6 was expected
nov 15 07:46:03 urko kconf_update[3289]: kf.config.kconf_update: /usr/share/kconf_update/dolphin_directorysizemode.upd defined Version=5 but Version=6 was expected
nov 15 07:46:03 urko kconf_update[3289]: kf.config.kconf_update: /usr/share/kconf_update/filepicker.upd defined Version=5 but Version=6 was expected
nov 15 07:46:03 urko kconf_update[3289]: kf.config.kconf_update: /usr/share/kconf_update/konsole.upd defined Version=5 but Version=6 was expected
nov 15 07:46:03 urko kconf_update[3289]: kf.config.kconf_update: /usr/share/kconf_update/okular.upd defined Version=5 but Version=6 was expected
nov 15 07:46:03 urko kactivitymanagerd[3268]: kf.windowsystem: virtual void KX11Extras::connectNotify(const QMetaMethod&) may only be used on X11
nov 15 07:46:03 urko kactivitymanagerd[3268]: kf.windowsystem: virtual void KX11Extras::connectNotify(const QMetaMethod&) may only be used on X11
nov 15 07:46:03 urko kded6[2795]: kf.networkmanagerqt: void NetworkManager::ConnectionPrivate::onPropertiesChanged(const QVariantMap&) Unhandled property "VersionId"
nov 15 07:46:03 urko org_kde_powerdevil[3276]: org.kde.powerdevil: [DDCutilDetector]: Failed to initialize callback
nov 15 07:46:03 urko plasmashell[3213]: qt.core.qabstractitemmodel.checkindex: Index QModelIndex(-1,-1,0x0,QObject(0x0)) is not valid (expected valid)
nov 15 07:46:03 urko plasmashell[3213]: 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
lines 1-86...skipping...
nov 15 07:45:46 urko kernel: Booted with the nomodeset parameter. Only the system framebuffer will be available
nov 15 07:45:46 urko kernel: acpi PNP0C14:01: duplicate WMI GUID ABBC0F6A-8EA1-11D1-00A0-C90629100000 (first instance was on PNP0C14:00)
nov 15 07:45:46 urko kernel: i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
nov 15 07:45:46 urko kernel: systemd[1]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
nov 15 07:45:46 urko systemd-fstab-generator[366]: Failed to create unit file '/run/systemd/generator/dev-disk-by\x2duuid-c94e7ddd\x2d1097\x2d40ec\x2da893\x2d3c1a1d605387.swap', as it already exists. Duplicate entry in '/etc/fstab'?
nov 15 07:45:46 urko (sd-exec-[359]: /usr/lib/systemd/system-generators/systemd-fstab-generator failed with exit status 1.
nov 15 07:45:47 urko systemd-journald[389]: File /var/log/journal/e414c5197162477c8e5487496541e3ff/system.journal corrupted or uncleanly shut down, renaming and replacing.
nov 15 07:45:49 urko kernel: asus_wmi: ASUS Management GUID not found
nov 15 07:45:49 urko (udev-worker)[475]: cfg80211: Process '/usr/bin/set-wireless-regdom' failed with exit code 1.
nov 15 07:45:49 urko kernel: iwlwifi 0000:03:00.0: api flags index 2 larger than supported by driver
nov 15 07:45:49 urko kernel: thermal thermal_zone1: failed to read out thermal zone (-61)
nov 15 07:45:52 urko dbus-broker-launch[625]: Activation request for 'org.freedesktop.Avahi' failed: The systemd unit 'dbus-org.freedesktop.Avahi.service' could not be found.
nov 15 07:45:53 urko dbus-broker-launch[625]: Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-org.freedesktop.home1.service' could not be found.
nov 15 07:45:53 urko systemd-xdg-autostart-generator[772]: Opening /var/lib/sddm/.config/autostart failed, ignoring: Permission denied
nov 15 07:45:53 urko systemd[765]: Failed to resolve symlink /var/lib/sddm/.config/systemd/user.control, ignoring: Permission denied
nov 15 07:45:53 urko systemd[765]: Failed to resolve symlink /var/lib/sddm/.config/systemd/user, ignoring: Permission denied
nov 15 07:45:53 urko systemd[765]: Failed to open "/var/lib/sddm/.config/systemd/user.control", ignoring: Permission denied
nov 15 07:45:53 urko systemd[765]: Failed to open "/var/lib/sddm/.config/systemd/user", ignoring: Permission denied
nov 15 07:45:53 urko systemd[765]: xdg-user-dirs-update.service: Failed with result 'exit-code'.
nov 15 07:45:53 urko systemd[765]: Failed to start Update XDG user dir configuration.
nov 15 07:45:54 urko dbus-broker-launch[780]: Service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
nov 15 07:45:54 urko dbus-broker-launch[780]: Service file '/usr/share//dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
nov 15 07:45:54 urko dbus-broker-launch[780]: Service file '/usr/share//dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
nov 15 07:45:54 urko sddm-greeter-qt6[776]: Cannot create directory for user data "/var/lib/sddm/.config/qtvirtualkeyboard"
nov 15 07:45:54 urko sddm-greeter-qt6[776]: QGfxShaderBuilder: Failed to create path: "/var/lib/sddm/.cache/sddm-greeter-qt6/_qt_QGfxShaderBuilder_6.8.0/"
nov 15 07:45:54 urko sddm-greeter-qt6[776]: QGfxShaderBuilder: Failed to create path: "/var/lib/sddm/.cache/sddm-greeter-qt6/_qt_QGfxShaderBuilder_6.8.0/"
nov 15 07:45:54 urko sddm-greeter-qt6[776]: QGfxShaderBuilder: Failed to create path: "/var/lib/sddm/.cache/sddm-greeter-qt6/_qt_QGfxShaderBuilder_6.8.0/"
nov 15 07:45:54 urko sddm-greeter-qt6[776]: QGfxShaderBuilder: Failed to create path: "/var/lib/sddm/.cache/sddm-greeter-qt6/_qt_QGfxShaderBuilder_6.8.0/"
nov 15 07:45:54 urko sddm-greeter-qt6[776]: Couldn't establish file backed memory mapping, will fallback to anonymous memory
nov 15 07:45:58 urko sddm-greeter-qt6[776]: 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 15 07:45:58 urko sddm-greeter-qt6[776]: Couldn't create a new file: "/var/lib/sddm/.cache/ksvg-elements" . Error: "Permission denied"
nov 15 07:45:58 urko systemd-xdg-autostart-generator[841]: Configuration file /home/urko/.config/autostart/im.dino.Dino.desktop is marked executable. Please remove executable permission bits. Proceeding anyway.
nov 15 07:45:58 urko systemd-xdg-autostart-generator[841]: Configuration file /home/urko/.config/autostart/thunderbird.desktop is marked executable. Please remove executable permission bits. Proceeding anyway.
nov 15 07:45:58 urko NetworkManager[627]: <warn>  [1731653158.8134] device (wlp3s0): no secrets: No agents were available for this request.
nov 15 07:45:58 urko NetworkManager[627]: <warn>  [1731653158.8136] device (wlp3s0): Activation: failed for connection 'router_2.4'
nov 15 07:45:59 urko dbus-broker-launch[1281]: Service file '/usr/share//dbus-1/services/org.kde.dolphin.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
nov 15 07:45:59 urko dbus-broker-launch[1281]: Service file '/usr/share//dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
nov 15 07:45:59 urko dbus-broker-launch[1281]: Service file '/usr/share//dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
nov 15 07:45:59 urko systemd-xdg-autostart-generator[1323]: Configuration file /home/urko/.config/autostart/im.dino.Dino.desktop is marked executable. Please remove executable permission bits. Proceeding anyway.
nov 15 07:45:59 urko systemd-xdg-autostart-generator[1323]: Configuration file /home/urko/.config/autostart/thunderbird.desktop is marked executable. Please remove executable permission bits. Proceeding anyway.
nov 15 07:46:00 urko baloo_file[1462]: qt.dbus.integration: QDBusConnection: name 'org.freedesktop.UDisks2' had owner '' but we thought it was ':1.33'
nov 15 07:46:00 urko baloo_file[1462]: qt.dbus.integration: QDBusConnection: name 'org.freedesktop.UPower' had owner '' but we thought it was ':1.36'
nov 15 07:46:00 urko kwin_wayland[1464]: kwin_core: Failed to open drm node: ""
nov 15 07:46:00 urko kwin_wayland[1464]: kwin_scene_opengl: couldn't find dev node for drm device
nov 15 07:46:00 urko kwin_wayland[1464]: kwin_scene_opengl: No render nodes have been found, falling back to primary node
nov 15 07:46:00 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:00 urko wireplumber[1997]: spa.bluez5: BlueZ system service is not available
nov 15 07:46:01 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:01 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:01 urko dbus-broker-launch[625]: Activation request for 'org.freedesktop.resolve1' failed: The systemd unit 'dbus-org.freedesktop.resolve1.service' could not be found.
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:02 urko kwin_wayland[1464]: kwin_wayland_drm: Failed to create framebuffer: Invalid argument
nov 15 07:46:03 urko kded6[2795]: org.kde.libkbolt: Failed to connect to Bolt manager DBus interface:
nov 15 07:46:03 urko kded6[2795]: QDBusObjectPath: invalid path "/modules/plasma-session-shortcuts"
nov 15 07:46:03 urko kded6[2795]: kf.dbusaddons: The kded module name "plasma-session-shortcuts" is invalid!
nov 15 07:46:03 urko kconf_update[3289]: kf.config.kconf_update: /usr/share/kconf_update/ark.upd defined Version=5 but Version=6 was expected
nov 15 07:46:03 urko kconf_update[3289]: kf.config.kconf_update: /usr/share/kconf_update/breath2tobreath.upd defined Version=5 but Version=6 was expected
nov 15 07:46:03 urko kconf_update[3289]: kf.config.kconf_update: /usr/share/kconf_update/dolphin_detailsmodesettings.upd defined Version=5 but Version=6 was expected
nov 15 07:46:03 urko kconf_update[3289]: kf.config.kconf_update: /usr/share/kconf_update/dolphin_directorysizemode.upd defined Version=5 but Version=6 was expected
nov 15 07:46:03 urko kconf_update[3289]: kf.config.kconf_update: /usr/share/kconf_update/filepicker.upd defined Version=5 but Version=6 was expected
nov 15 07:46:03 urko kconf_update[3289]: kf.config.kconf_update: /usr/share/kconf_update/konsole.upd defined Version=5 but Version=6 was expected
nov 15 07:46:03 urko kconf_update[3289]: kf.config.kconf_update: /usr/share/kconf_update/okular.upd defined Version=5 but Version=6 was expected
nov 15 07:46:03 urko kactivitymanagerd[3268]: kf.windowsystem: virtual void KX11Extras::connectNotify(const QMetaMethod&) may only be used on X11
nov 15 07:46:03 urko kactivitymanagerd[3268]: kf.windowsystem: virtual void KX11Extras::connectNotify(const QMetaMethod&) may only be used on X11
nov 15 07:46:03 urko kded6[2795]: kf.networkmanagerqt: void NetworkManager::ConnectionPrivate::onPropertiesChanged(const QVariantMap&) Unhandled property "VersionId"
nov 15 07:46:03 urko org_kde_powerdevil[3276]: org.kde.powerdevil: [DDCutilDetector]: Failed to initialize callback
nov 15 07:46:03 urko plasmashell[3213]: qt.core.qabstractitemmodel.checkindex: Index QModelIndex(-1,-1,0x0,QObject(0x0)) is not valid (expected valid)
nov 15 07:46:03 urko plasmashell[3213]: 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 15 07:46:03 urko plasmashell[3213]: Toolbox not loading, toolbox package is either invalid or disabled.
nov 15 07:46:03 urko backlighthelper[3625]: org.kde.powerdevil: no kernel backlight interface found
nov 15 07:46:03 urko org_kde_powerdevil[3276]: org.kde.powerdevil: org.kde.powerdevil.chargethresholdhelper.getthreshold failed "Charge thresholds are not supported by the kernel for this hardware"

I want to try downgrading linux-firmware any suggestion on how could I properly do it and what version should I downgrade to?