You are not logged in.

#1 2024-05-18 22:27:58

Fusion916
Member
Registered: 2024-05-18
Posts: 31

[SOLVED] Wayland + Nvidia + KDE issue after latest update today

Using Nvidia RTX 4090 with latest propretiery drivers from arch repo.

Prior to today's update I have had no issues. I have only had the kernel setting:

options nvidia_drm modeset=1

That only had been fine this entire time. But after today's update I would get a black screen when booting into KDE with just my mouse showing. I could open up Konsole with shortcuts but the graphics are very glitchy but still usabe. After some debug I figured out for some reason after todays up I needed to add the following:

options nvidia_drm fbdev=1

This has never been needed before but its required now for some reason. I'm not sure maybe something changed in the kernel itself that makes it required to be compatible with my nvidia card. However using this setting has a problem in itself. After rebooting, the boot hangs with the following:

OpenGL vendor string:                   NVIDIA Corporation
OpenGL renderer string:                 NVIDIA GeForce RTX 4090/PCIe/SSE2
OpenGL version string:                  3.1.0 NVIDIA 550.78
OpenGL shading language version string: 1.40 NVIDIA via Cg compiler
Driver:                                 NVIDIA
Driver version:                         550.78
GPU class:                              Unknown
OpenGL version:                         3.1
GLSL version:                           1.40
Requires strict binding:                no
Virtual Machine:                        no
Timer query support:                    yes
kwin_scene_opengl: 0x502: GL_INVALID_OPERATION error generated. <image> and <target> are incompatible
kwin_scene_opengl: Invalid framebuffer status:  "GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT"
kwin_scene_opengl: 0x502: GL_INVALID_OPERATION error generated. <image> and <target> are incompatible
kwin_scene_opengl: Invalid framebuffer status:  "GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT"
kwin_scene_opengl: 0x502: GL_INVALID_OPERATION error generated. <image> and <target> are incompatible
kwin_scene_opengl: Invalid framebuffer status:  "GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT"
kwin_scene_opengl: 0x502: GL_INVALID_OPERATION error generated. <image> and <target> are incompatible
kwin_scene_opengl: Invalid framebuffer status:  "GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT"
kwin_scene_opengl: 0x502: GL_INVALID_OPERATION error generated. <image> and <target> are incompatible
kwin_scene_opengl: Invalid framebuffer status:  "GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT"
kwin_scene_opengl: 0x502: GL_INVALID_OPERATION error generated. <image> and <target> are incompatible
kwin_scene_opengl: Invalid framebuffer status:  "GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT"
kwin_scene_opengl: 0x502: GL_INVALID_OPERATION error generated. <image> and <target> are incompatible

repeated over and over again. KDE never boot it just hangs. For some reason if I do a hard reset (press the reset button on my computer). It will boot just fine and journalctl does not show these errors. However again if I reboot the errors will come back and it will hang. It seems like the boot only works every other boot.

Anyone else have a clue as to what is going on?

Last edited by Fusion916 (2024-05-20 17:56:13)

Offline

#2 2024-05-19 02:17:10

boulders
Member
Registered: 2023-12-31
Posts: 7

Re: [SOLVED] Wayland + Nvidia + KDE issue after latest update today

I'm getting a similar issue on my Intel HD4000 integrated graphics, and I had to downgrade back to Linux 6.8.9 for it to work again. 
Every time I load into KDE it works for a few seconds and then KWin restarts because of some issue with the graphics.
Journalctl is spammed with:

kwin_wayland_drm: Failed to create framebuffer: Input/output error

Offline

#3 2024-05-19 03:05:43

leessmin
Member
Registered: 2024-04-23
Posts: 36

Re: [SOLVED] Wayland + Nvidia + KDE issue after latest update today

My nvidia rtx 4060 had the same problem, but it worked fine when I switched to the x11

Offline

#4 2024-05-19 04:19:18

Fusion916
Member
Registered: 2024-05-18
Posts: 31

Re: [SOLVED] Wayland + Nvidia + KDE issue after latest update today

Thanks, at least that is confirmation its not something strange with my setup. Looks like this is a real issue. I hope someone can figure out a workaround soon other than going back to X11 until this is patched. I will try downgrading my kernel and see if that helps. But hopefully something can get fixed with the current kernel.

Offline

#5 2024-05-19 06:39:36

seth
Member
Registered: 2012-09-03
Posts: 60,566

Re: [SOLVED] Wayland + Nvidia + KDE issue after latest update today

https://bbs.archlinux.org/viewtopic.php?id=295911
Please post a complete system journal of a boot w/o fbdev=1

"options nvidia_drm modeset=1" will enable modesetting but unlike the kernel parameter not block the simpledrm device.
Adding "options nvidia_drm fbdev=1" will is supposed to allow the nvidia driver to take over from the simpledrm device.

kms is mandatory for wayland but not X11, so any issues there would (only) be side-stepped/ignored/hidden by that change.

Offline

#6 2024-05-20 17:20:48

Fusion916
Member
Registered: 2024-05-18
Posts: 31

Re: [SOLVED] Wayland + Nvidia + KDE issue after latest update today

seth wrote:

https://bbs.archlinux.org/viewtopic.php?id=295911
Please post a complete system journal of a boot w/o fbdev=1

"options nvidia_drm modeset=1" will enable modesetting but unlike the kernel parameter not block the simpledrm device.
Adding "options nvidia_drm fbdev=1" will is supposed to allow the nvidia driver to take over from the simpledrm device.

kms is mandatory for wayland but not X11, so any issues there would (only) be side-stepped/ignored/hidden by that change.

Here is the full journalctl of the problematic boots when i remove nvidia_drm fbdev=1

Linux version 6.9.1-arch1-1 (linux@archlinux) (gcc (GCC) 14.1.1 20240507, GNU ld (GNU Binutils) 2.42.0) #1 SMP PREEMPT_DYNAMIC Fri, 17 May 2024 16:56:38 +0000
Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=cd7a2469-6fef-4efc-be7c-3dfab42320ac rw quiet splash video=2560x1440
BIOS-provided physical RAM map:
BIOS-e820: [mem 0x0000000000000000-0x000000000009dfff] usable
BIOS-e820: [mem 0x000000000009e000-0x000000000009efff] reserved
BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] usable
BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
BIOS-e820: [mem 0x0000000000100000-0x0000000057983fff] usable
BIOS-e820: [mem 0x0000000057984000-0x0000000057984fff] reserved
BIOS-e820: [mem 0x0000000057985000-0x0000000069507fff] usable
BIOS-e820: [mem 0x0000000069508000-0x000000006c2b2fff] reserved
BIOS-e820: [mem 0x000000006c2b3000-0x000000006c532fff] ACPI data
BIOS-e820: [mem 0x000000006c533000-0x000000006c6fefff] ACPI NVS
BIOS-e820: [mem 0x000000006c6ff000-0x000000006dffefff] reserved
BIOS-e820: [mem 0x000000006dfff000-0x000000006dffffff] usable
BIOS-e820: [mem 0x000000006e000000-0x000000006fffffff] reserved
BIOS-e820: [mem 0x0000000070c00000-0x0000000070dfffff] reserved
BIOS-e820: [mem 0x0000000071000000-0x0000000071ffffff] reserved
BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
BIOS-e820: [mem 0x0000000100000000-0x000000108dffffff] usable
NX (Execute Disable) protection: active
APIC: Static calls initialized
e820: update [mem 0x5b51a018-0x5b53ea57] usable ==> usable
e820: update [mem 0x5b50a018-0x5b519057] usable ==> usable
extended physical RAM map:
reserve setup_data: [mem 0x0000000000000000-0x000000000009dfff] usable
reserve setup_data: [mem 0x000000000009e000-0x000000000009efff] reserved
reserve setup_data: [mem 0x000000000009f000-0x000000000009ffff] usable
reserve setup_data: [mem 0x00000000000a0000-0x00000000000fffff] reserved
reserve setup_data: [mem 0x0000000000100000-0x0000000057983fff] usable
reserve setup_data: [mem 0x0000000057984000-0x0000000057984fff] reserved
reserve setup_data: [mem 0x0000000057985000-0x000000005b50a017] usable
reserve setup_data: [mem 0x000000005b50a018-0x000000005b519057] usable
reserve setup_data: [mem 0x000000005b519058-0x000000005b51a017] usable
reserve setup_data: [mem 0x000000005b51a018-0x000000005b53ea57] usable
reserve setup_data: [mem 0x000000005b53ea58-0x0000000069507fff] usable
reserve setup_data: [mem 0x0000000069508000-0x000000006c2b2fff] reserved
reserve setup_data: [mem 0x000000006c2b3000-0x000000006c532fff] ACPI data
reserve setup_data: [mem 0x000000006c533000-0x000000006c6fefff] ACPI NVS
reserve setup_data: [mem 0x000000006c6ff000-0x000000006dffefff] reserved
reserve setup_data: [mem 0x000000006dfff000-0x000000006dffffff] usable
reserve setup_data: [mem 0x000000006e000000-0x000000006fffffff] reserved
reserve setup_data: [mem 0x0000000070c00000-0x0000000070dfffff] reserved
reserve setup_data: [mem 0x0000000071000000-0x0000000071ffffff] reserved
reserve setup_data: [mem 0x00000000e0000000-0x00000000efffffff] reserved
reserve setup_data: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
reserve setup_data: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
reserve setup_data: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
reserve setup_data: [mem 0x0000000100000000-0x000000108dffffff] usable
efi: EFI v2.7 by American Megatrends
efi: ACPI=0x6c532000 ACPI 2.0=0x6c532014 TPMFinalLog=0x6c64c000 SMBIOS=0x6dd60000 SMBIOS 3.0=0x6dd5f000 MEMATTR=0x66da7018 ESRT=0x67424d98 INITRD=0x5c843b18 RNG=0x6c4bdc18 TPMEventLog=0x5c83d018 
random: crng init done
efi: Remove mem81: MMIO range=[0xe0000000-0xefffffff] (256MB) from e820 map
e820: remove [mem 0xe0000000-0xefffffff] reserved
efi: Not removing mem82: MMIO range=[0xfe000000-0xfe010fff] (68KB) from e820 map
efi: Not removing mem83: MMIO range=[0xfec00000-0xfec00fff] (4KB) from e820 map
efi: Not removing mem84: MMIO range=[0xfed00000-0xfed00fff] (4KB) from e820 map
efi: Not removing mem86: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
efi: Remove mem87: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
e820: remove [mem 0xff000000-0xffffffff] reserved
SMBIOS 3.3.0 present.
DMI: ASUS System Product Name/ROG MAXIMUS XIII HERO, BIOS 1903 08/30/2023
tsc: Detected 3500.000 MHz processor
tsc: Detected 3504.000 MHz TSC
e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
e820: remove [mem 0x000a0000-0x000fffff] usable
last_pfn = 0x108e000 max_arch_pfn = 0x400000000
MTRR map: 5 entries (3 fixed + 2 variable; max 23), built from 10 variable MTRRs
x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
last_pfn = 0x6e000 max_arch_pfn = 0x400000000
esrt: Reserving ESRT space from 0x0000000067424d98 to 0x0000000067424dd0.
e820: update [mem 0x67424000-0x67424fff] usable ==> reserved
Using GB pages for direct mapping
Secure boot disabled
RAMDISK: [mem 0x54010000-0x57983fff]
ACPI: Early table checksum verification disabled
ACPI: RSDP 0x000000006C532014 000024 (v02 ALASKA)
ACPI: XSDT 0x000000006C531728 0000FC (v01 ALASKA A M I    01072009 AMI  01000013)
ACPI: FACP 0x000000006C52F000 000114 (v06 ALASKA A M I    01072009 AMI  01000013)
ACPI: DSDT 0x000000006C4D7000 057008 (v02 ALASKA A M I    01072009 INTL 20180209)
ACPI: FACS 0x000000006C6FE000 000040
ACPI: MCFG 0x000000006C530000 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
ACPI: FIDT 0x000000006C4D6000 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
ACPI: SSDT 0x000000006C4D2000 0025E8 (v02 CpuRef CpuSsdt  00003000 INTL 20180209)
ACPI: SSDT 0x000000006C4CD000 00445E (v02 SaSsdt SaSsdt   00003000 INTL 20180209)
ACPI: SSDT 0x000000006C4C9000 0032CD (v02 INTEL  IgfxSsdt 00003000 INTL 20180209)
ACPI: HPET 0x000000006C4C8000 000038 (v01 ALASKA A M I    01072009 AMI  01000013)
ACPI: APIC 0x000000006C4C7000 000164 (v04 ALASKA A M I    01072009 AMI  01000013)
ACPI: SSDT 0x000000006C4C5000 00195B (v02 ALASKA RklS_Tbt 00001000 INTL 20180209)
ACPI: SSDT 0x000000006C4C4000 000E66 (v02 ALASKA Ther_Rvp 00001000 INTL 20180209)
ACPI: SSDT 0x000000006C4C2000 001B5C (v02 INTEL  xh_rksu4 00000000 INTL 20180209)
ACPI: NHLT 0x000000006C4C1000 00002D (v00 ALASKA A M I    01072009 AMI  01000013)
ACPI: SSDT 0x000000006C4BE000 0022AC (v02 INTEL  DTbtSsdt 00001000 INTL 20180209)
ACPI: LPIT 0x000000006C4BC000 0000CC (v01 ALASKA A M I    01072009 AMI  01000013)
ACPI: SSDT 0x000000006C4BA000 000600 (v02 ALASKA TbtTypeC 00000000 INTL 20180209)
ACPI: SSDT 0x000000006C4B7000 002720 (v02 ALASKA PtidDevc 00001000 INTL 20180209)
ACPI: DBGP 0x000000006C4B6000 000034 (v01 ALASKA A M I    01072009 AMI  01000013)
ACPI: DBG2 0x000000006C4B5000 000054 (v00 ALASKA A M I    01072009 AMI  01000013)
ACPI: SSDT 0x000000006C4B4000 0006E3 (v02 ALASKA UsbCTabl 00001000 INTL 20180209)
ACPI: DMAR 0x000000006C4B3000 000050 (v02 INTEL  EDK2     00000002      01000013)
ACPI: SSDT 0x000000006C4B2000 000144 (v02 Intel  ADebTabl 00001000 INTL 20180209)
ACPI: BGRT 0x000000006C4B1000 000038 (v01 ALASKA A M I    01072009 AMI  00010013)
ACPI: WPBT 0x000000006C38E000 00003C (v01 ALASKA A M I    00000001 ASUS 00000001)
ACPI: TPM2 0x000000006C38D000 00004C (v04 ALASKA A M I    00000001 AMI  00000000)
ACPI: PTDT 0x000000006C38C000 000CF0 (v00 ALASKA A M I    00000005 MSFT 0100000D)
ACPI: WSMT 0x000000006C4BB000 000028 (v01 ALASKA A M I    01072009 AMI  00010013)
ACPI: FPDT 0x000000006C38B000 000044 (v01 ALASKA RKL      01072009 AMI  01000013)
ACPI: Reserving FACP table memory at [mem 0x6c52f000-0x6c52f113]
ACPI: Reserving DSDT table memory at [mem 0x6c4d7000-0x6c52e007]
ACPI: Reserving FACS table memory at [mem 0x6c6fe000-0x6c6fe03f]
ACPI: Reserving MCFG table memory at [mem 0x6c530000-0x6c53003b]
ACPI: Reserving FIDT table memory at [mem 0x6c4d6000-0x6c4d609b]
ACPI: Reserving SSDT table memory at [mem 0x6c4d2000-0x6c4d45e7]
ACPI: Reserving SSDT table memory at [mem 0x6c4cd000-0x6c4d145d]
ACPI: Reserving SSDT table memory at [mem 0x6c4c9000-0x6c4cc2cc]
ACPI: Reserving HPET table memory at [mem 0x6c4c8000-0x6c4c8037]
ACPI: Reserving APIC table memory at [mem 0x6c4c7000-0x6c4c7163]
ACPI: Reserving SSDT table memory at [mem 0x6c4c5000-0x6c4c695a]
ACPI: Reserving SSDT table memory at [mem 0x6c4c4000-0x6c4c4e65]
ACPI: Reserving SSDT table memory at [mem 0x6c4c2000-0x6c4c3b5b]
ACPI: Reserving NHLT table memory at [mem 0x6c4c1000-0x6c4c102c]
ACPI: Reserving SSDT table memory at [mem 0x6c4be000-0x6c4c02ab]
ACPI: Reserving LPIT table memory at [mem 0x6c4bc000-0x6c4bc0cb]
ACPI: Reserving SSDT table memory at [mem 0x6c4ba000-0x6c4ba5ff]
ACPI: Reserving SSDT table memory at [mem 0x6c4b7000-0x6c4b971f]
ACPI: Reserving DBGP table memory at [mem 0x6c4b6000-0x6c4b6033]
ACPI: Reserving DBG2 table memory at [mem 0x6c4b5000-0x6c4b5053]
ACPI: Reserving SSDT table memory at [mem 0x6c4b4000-0x6c4b46e2]
ACPI: Reserving DMAR table memory at [mem 0x6c4b3000-0x6c4b304f]
ACPI: Reserving SSDT table memory at [mem 0x6c4b2000-0x6c4b2143]
ACPI: Reserving BGRT table memory at [mem 0x6c4b1000-0x6c4b1037]
ACPI: Reserving WPBT table memory at [mem 0x6c38e000-0x6c38e03b]
ACPI: Reserving TPM2 table memory at [mem 0x6c38d000-0x6c38d04b]
ACPI: Reserving PTDT table memory at [mem 0x6c38c000-0x6c38ccef]
ACPI: Reserving WSMT table memory at [mem 0x6c4bb000-0x6c4bb027]
ACPI: Reserving FPDT table memory at [mem 0x6c38b000-0x6c38b043]
No NUMA configuration found
Faking a node at [mem 0x0000000000000000-0x000000108dffffff]
NODE_DATA(0) allocated [mem 0x108dffb000-0x108dffffff]
Zone ranges:
  DMA      [mem 0x0000000000001000-0x0000000000ffffff]
  DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
  Normal   [mem 0x0000000100000000-0x000000108dffffff]
  Device   empty
Movable zone start for each node
Early memory node ranges
  node   0: [mem 0x0000000000001000-0x000000000009dfff]
  node   0: [mem 0x000000000009f000-0x000000000009ffff]
  node   0: [mem 0x0000000000100000-0x0000000057983fff]
  node   0: [mem 0x0000000057985000-0x0000000069507fff]
  node   0: [mem 0x000000006dfff000-0x000000006dffffff]
  node   0: [mem 0x0000000100000000-0x000000108dffffff]
Initmem setup node 0 [mem 0x0000000000001000-0x000000108dffffff]
On node 0, zone DMA: 1 pages in unavailable ranges
On node 0, zone DMA: 1 pages in unavailable ranges
On node 0, zone DMA: 96 pages in unavailable ranges
On node 0, zone DMA32: 1 pages in unavailable ranges
On node 0, zone DMA32: 19191 pages in unavailable ranges
On node 0, zone Normal: 8192 pages in unavailable ranges
On node 0, zone Normal: 8192 pages in unavailable ranges
ACPI: PM-Timer IO Port: 0x1808
ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x11] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x12] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x13] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x14] high edge lint[0x1])
IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
ACPI: Using ACPI (MADT) for SMP configuration information
ACPI: HPET id: 0x8086a201 base: 0xfed00000
e820: update [mem 0x63cd3000-0x63e83fff] usable ==> reserved
TSC deadline timer available
CPU topo: Max. logical packages:   1
CPU topo: Max. logical dies:       1
CPU topo: Max. dies per package:   1
CPU topo: Max. threads per core:   2
CPU topo: Num. cores per package:     8
CPU topo: Num. threads per package:  16
CPU topo: Allowing 16 present CPUs plus 0 hotplug CPUs
PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009efff]
PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
PM: hibernation: Registered nosave memory: [mem 0x57984000-0x57984fff]
PM: hibernation: Registered nosave memory: [mem 0x5b50a000-0x5b50afff]
PM: hibernation: Registered nosave memory: [mem 0x5b519000-0x5b519fff]
PM: hibernation: Registered nosave memory: [mem 0x5b51a000-0x5b51afff]
PM: hibernation: Registered nosave memory: [mem 0x5b53e000-0x5b53efff]
PM: hibernation: Registered nosave memory: [mem 0x63cd3000-0x63e83fff]
PM: hibernation: Registered nosave memory: [mem 0x67424000-0x67424fff]
PM: hibernation: Registered nosave memory: [mem 0x69508000-0x6c2b2fff]
PM: hibernation: Registered nosave memory: [mem 0x6c2b3000-0x6c532fff]
PM: hibernation: Registered nosave memory: [mem 0x6c533000-0x6c6fefff]
PM: hibernation: Registered nosave memory: [mem 0x6c6ff000-0x6dffefff]
PM: hibernation: Registered nosave memory: [mem 0x6e000000-0x6fffffff]
PM: hibernation: Registered nosave memory: [mem 0x70000000-0x70bfffff]
PM: hibernation: Registered nosave memory: [mem 0x70c00000-0x70dfffff]
PM: hibernation: Registered nosave memory: [mem 0x70e00000-0x70ffffff]
PM: hibernation: Registered nosave memory: [mem 0x71000000-0x71ffffff]
PM: hibernation: Registered nosave memory: [mem 0x72000000-0xfdffffff]
PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed1ffff]
PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfed7ffff]
PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfedfffff]
PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xffffffff]
[mem 0x72000000-0xfdffffff] available for PCI devices
Booting paravirtualized kernel on bare hardware
clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
setup_percpu: NR_CPUS:320 nr_cpumask_bits:16 nr_cpu_ids:16 nr_node_ids:1
percpu: Embedded 66 pages/cpu s233472 r8192 d28672 u524288
pcpu-alloc: s233472 r8192 d28672 u524288 alloc=1*2097152
pcpu-alloc: [0] 00 01 02 03 [0] 04 05 06 07 
pcpu-alloc: [0] 08 09 10 11 [0] 12 13 14 15 
Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=cd7a2469-6fef-4efc-be7c-3dfab42320ac rw quiet splash video=2560x1440
Unknown kernel command line parameters "splash BOOT_IMAGE=/vmlinuz-linux", will be passed to user space.
Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes, linear)
Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
Fallback order for Node 0: 0 
Built 1 zonelists, mobility grouping on.  Total pages: 16479795
Policy zone: Normal
mem auto-init: stack:all(zero), heap alloc:on, heap free:off
software IO TLB: area num 16.
Memory: 65529924K/66966168K available (18432K kernel code, 2164K rwdata, 13276K rodata, 3408K init, 3636K bss, 1435984K reserved, 0K cma-reserved)
SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
ftrace: allocating 49689 entries in 195 pages
ftrace: allocated 195 pages with 4 groups
Dynamic Preempt: full
rcu: Preemptible hierarchical RCU implementation.
rcu: 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=16.
rcu: 	RCU priority boosting: priority 1 delay 500 ms.
	Trampoline variant of Tasks RCU enabled.
	Rude variant of Tasks RCU enabled.
	Tracing variant of Tasks RCU enabled.
rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
RCU Tasks: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
RCU Tasks Rude: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
RCU Tasks Trace: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1.
NR_IRQS: 20736, nr_irqs: 2184, preallocated irqs: 16
rcu: srcu_init: Setting srcu_struct sizes based on contention.
kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Console: colour dummy device 80x25
printk: legacy console [tty0] enabled
ACPI: Core revision 20230628
clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
APIC: Switch to symmetric I/O mode setup
DMAR: Host address width 39
DMAR: DRHD base: 0x000000fed91000 flags: 0x1
DMAR: dmar0: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 0
DMAR-IR: HPET id 0 under DRHD base 0xfed91000
DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
DMAR-IR: Enabled IRQ remapping in x2apic mode
x2apic enabled
APIC: Switched APIC routing to: cluster x2apic
..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x3282142a9b0, max_idle_ns: 440795384778 ns
Calibrating delay loop (skipped), value calculated using timer frequency.. 7010.00 BogoMIPS (lpj=11680000)
CPU0: Thermal monitoring enabled (TM1)
x86/cpu: User Mode Instruction Prevention (UMIP) activated
Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
process: using mwait in idle threads
Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Spectre V2 : Spectre BHI mitigation: SW BHB clearing on vm exit
Spectre V2 : Spectre BHI mitigation: SW BHB clearing on syscall
Spectre V2 : Mitigation: Enhanced / Automatic IBRS
Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
RETBleed: Mitigation: Enhanced IBRS
Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
MMIO Stale Data: Mitigation: Clear CPU buffers
GDS: Mitigation: Microcode
x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
x86/fpu: Supporting XSAVE feature 0x020: 'AVX-512 opmask'
x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256'
x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256'
x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
x86/fpu: xstate_offset[5]:  960, xstate_sizes[5]:   64
x86/fpu: xstate_offset[6]: 1024, xstate_sizes[6]:  512
x86/fpu: xstate_offset[7]: 1536, xstate_sizes[7]: 1024
x86/fpu: xstate_offset[9]: 2560, xstate_sizes[9]:    8
x86/fpu: Enabled xstate features 0x2ff, context size is 2568 bytes, using 'compacted' format.
Freeing SMP alternatives memory: 40K
pid_max: default: 32768 minimum: 301
LSM: initializing lsm=capability,landlock,lockdown,yama,bpf
landlock: Up and running.
Yama: becoming mindful.
LSM support for eBPF active
Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
smpboot: CPU0: 11th Gen Intel(R) Core(TM) i9-11900K @ 3.50GHz (family: 0x6, model: 0xa7, stepping: 0x1)
Performance Events: PEBS fmt4+-baseline,  AnyThread deprecated, Icelake events, 32-deep LBR, full-width counters, Intel PMU driver.
... version:                5
... bit width:              48
... generic registers:      8
... value mask:             0000ffffffffffff
... max period:             00007fffffffffff
... fixed-purpose events:   4
... event mask:             0001000f000000ff
signal: max sigframe size: 3632
Estimated ratio of average max frequency by base frequency (times 1024): 1492
rcu: Hierarchical SRCU implementation.
rcu: 	Max phase no-delay instances is 1000.
NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
smp: Bringing up secondary CPUs ...
smpboot: x86: Booting SMP configuration:
.... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7  #8  #9 #10 #11 #12 #13 #14 #15
MMIO Stale Data CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/processor_mmio_stale_data.html for more details.
smp: Brought up 1 node, 16 CPUs
smpboot: Total of 16 processors activated (112172.00 BogoMIPS)
devtmpfs: initialized
x86/mm: Memory block size: 2048MB
ACPI: PM: Registering ACPI NVS region [mem 0x6c533000-0x6c6fefff] (1884160 bytes)
clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
pinctrl core: initialized pinctrl subsystem
PM: RTC time: 17:07:51, date: 2024-05-20
NET: Registered PF_NETLINK/PF_ROUTE protocol family
DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
audit: initializing netlink subsys (disabled)
audit: type=2000 audit(1716224871.043:1): state=initialized audit_enabled=0 res=1
thermal_sys: Registered thermal governor 'fair_share'
thermal_sys: Registered thermal governor 'bang_bang'
thermal_sys: Registered thermal governor 'step_wise'
thermal_sys: Registered thermal governor 'user_space'
thermal_sys: Registered thermal governor 'power_allocator'
cpuidle: using governor ladder
cpuidle: using governor menu
ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
PCI: ECAM [mem 0xe0000000-0xefffffff] (base 0xe0000000) for domain 0000 [bus 00-ff]
PCI: not using ECAM ([mem 0xe0000000-0xefffffff] not reserved)
PCI: Using configuration type 1 for base access
kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Demotion targets for Node 0: null
ACPI: Added _OSI(Module Device)
ACPI: Added _OSI(Processor Device)
ACPI: Added _OSI(3.0 _SCP Extensions)
ACPI: Added _OSI(Processor Aggregator Device)
ACPI: 12 ACPI AML tables successfully acquired and loaded
ACPI: Dynamic OEM Table Load:
ACPI: SSDT 0xFFFF8E10C261F400 000394 (v02 PmRef  Cpu0Cst  00003001 INTL 20180209)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT 0xFFFF8E10C2617800 0006AA (v02 PmRef  Cpu0Ist  00003000 INTL 20180209)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT 0xFFFF8E10C1E5DE00 0001CB (v02 PmRef  Cpu0Psd  00003000 INTL 20180209)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT 0xFFFF8E10C261B400 0002F4 (v02 PmRef  Cpu0Hwp  00003000 INTL 20180209)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT 0xFFFF8E10C2620000 0008E7 (v02 PmRef  ApIst    00003000 INTL 20180209)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT 0xFFFF8E10C2614800 00048A (v02 PmRef  ApHwp    00003000 INTL 20180209)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT 0xFFFF8E10C2611800 0004D4 (v02 PmRef  ApPsd    00003000 INTL 20180209)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT 0xFFFF8E10C2613800 00048A (v02 PmRef  ApCst    00003000 INTL 20180209)
ACPI: _OSC evaluated successfully for all CPUs
ACPI: EC: EC started
ACPI: EC: interrupt blocked
ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
ACPI: \_SB_.PC00.LPCB.EC0_: Boot DSDT EC used to handle transactions
ACPI: Interpreter enabled
ACPI: PM: (supports S0 S3 S4 S5)
ACPI: Using IOAPIC for interrupt routing
PCI: ECAM [mem 0xe0000000-0xefffffff] (base 0xe0000000) for domain 0000 [bus 00-ff]
PCI: ECAM [mem 0xe0000000-0xefffffff] reserved as ACPI motherboard resource
PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
PCI: Ignoring E820 reservations for host bridge windows
ACPI: Enabled 6 GPEs in block 00 to 7F
ACPI: \_SB_.PC00.RP05.PXP_: New power resource
ACPI: \_SB_.PC00.CNVW.WRST: New power resource
ACPI: \_SB_.PC00.SAT0.VOL0.V0PR: New power resource
ACPI: \_SB_.PC00.SAT0.VOL1.V1PR: New power resource
ACPI: \_SB_.PC00.SAT0.VOL2.V2PR: New power resource
ACPI: \_TZ_.FN00: New power resource
ACPI: \_TZ_.FN01: New power resource
ACPI: \_TZ_.FN02: New power resource
ACPI: \_TZ_.FN03: New power resource
ACPI: \_TZ_.FN04: New power resource
ACPI: \PIN_: New power resource
ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-fe])
acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME]
acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability LTR DPC]
acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
PCI host bridge to bus 0000:00
pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000effff window]
pci_bus 0000:00: root bus resource [mem 0x72000000-0xdfffffff window]
pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
pci_bus 0000:00: root bus resource [bus 00-fe]
pci 0000:00:00.0: [8086:4c43] type 00 class 0x060000 conventional PCI endpoint
pci 0000:00:01.0: [8086:4c01] type 01 class 0x060400 PCIe Root Port
pci 0000:00:01.0: PCI bridge to [bus 01]
pci 0000:00:01.0:   bridge window [io  0x3000-0x3fff]
pci 0000:00:01.0:   bridge window [mem 0xa3000000-0xa40fffff]
pci 0000:00:01.0:   bridge window [mem 0x4000000000-0x4801ffffff 64bit pref]
pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
pci 0000:00:01.0: PTM enabled (root), 4ns granularity
pci 0000:00:14.0: [8086:43ed] type 00 class 0x0c0330 conventional PCI endpoint
pci 0000:00:14.0: BAR 0 [mem 0x485a100000-0x485a10ffff 64bit]
pci 0000:00:14.0: PME# supported from D3hot D3cold
pci 0000:00:14.2: [8086:43ef] type 00 class 0x050000 conventional PCI endpoint
pci 0000:00:14.2: BAR 0 [mem 0x485a110000-0x485a113fff 64bit]
pci 0000:00:14.2: BAR 2 [mem 0x485a118000-0x485a118fff 64bit]
pci 0000:00:15.0: [8086:43e8] type 00 class 0x0c8000 conventional PCI endpoint
pci 0000:00:15.0: BAR 0 [mem 0x00000000-0x00000fff 64bit]
pci 0000:00:15.1: [8086:43e9] type 00 class 0x0c8000 conventional PCI endpoint
pci 0000:00:15.1: BAR 0 [mem 0x00000000-0x00000fff 64bit]
pci 0000:00:16.0: [8086:43e0] type 00 class 0x078000 conventional PCI endpoint
pci 0000:00:16.0: BAR 0 [mem 0x485a115000-0x485a115fff 64bit]
pci 0000:00:16.0: PME# supported from D3hot
pci 0000:00:17.0: [8086:43d2] type 00 class 0x010601 conventional PCI endpoint
pci 0000:00:17.0: BAR 0 [mem 0xa4600000-0xa4601fff]
pci 0000:00:17.0: BAR 1 [mem 0xa4603000-0xa46030ff]
pci 0000:00:17.0: BAR 2 [io  0x4050-0x4057]
pci 0000:00:17.0: BAR 3 [io  0x4040-0x4043]
pci 0000:00:17.0: BAR 4 [io  0x4020-0x403f]
pci 0000:00:17.0: BAR 5 [mem 0xa4602000-0xa46027ff]
pci 0000:00:17.0: PME# supported from D3hot
pci 0000:00:1b.0: [8086:43c0] type 01 class 0x060400 PCIe Root Port
pci 0000:00:1b.0: PCI bridge to [bus 02]
pci 0000:00:1b.0:   bridge window [mem 0xa4500000-0xa45fffff]
pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1b.0: PTM enabled (root), 4ns granularity
pci 0000:00:1b.4: [8086:43c4] type 01 class 0x060400 PCIe Root Port
pci 0000:00:1b.4: PCI bridge to [bus 03]
pci 0000:00:1b.4:   bridge window [mem 0xa4100000-0xa42fffff]
pci 0000:00:1b.4: PME# supported from D0 D3hot D3cold
pci 0000:00:1b.4: PTM enabled (root), 4ns granularity
pci 0000:00:1b.7: [8086:43c7] type 01 class 0x060400 PCIe Root Port
pci 0000:00:1b.7: PCI bridge to [bus 04]
pci 0000:00:1b.7:   bridge window [mem 0xa4400000-0xa44fffff]
pci 0000:00:1b.7: PME# supported from D0 D3hot D3cold
pci 0000:00:1b.7: PTM enabled (root), 4ns granularity
pci 0000:00:1c.0: [8086:43b8] type 01 class 0x060400 PCIe Root Port
pci 0000:00:1c.0: PCI bridge to [bus 05]
pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.4: [8086:43bc] type 01 class 0x060400 PCIe Root Port
pci 0000:00:1c.4: PCI bridge to [bus 06-6f]
pci 0000:00:1c.4:   bridge window [mem 0x74000000-0xa20fffff]
pci 0000:00:1c.4:   bridge window [mem 0x4810000000-0x485a0fffff 64bit pref]
pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
pci 0000:00:1c.4: PTM enabled (root), 4ns granularity
pci 0000:00:1d.0: [8086:43b0] type 01 class 0x060400 PCIe Root Port
pci 0000:00:1d.0: PCI bridge to [bus 70]
pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1d.4: [8086:43b4] type 01 class 0x060400 PCIe Root Port
pci 0000:00:1d.4: PCI bridge to [bus 71]
pci 0000:00:1d.4:   bridge window [mem 0xa4300000-0xa43fffff]
pci 0000:00:1d.4: PME# supported from D0 D3hot D3cold
pci 0000:00:1d.4: PTM enabled (root), 4ns granularity
pci 0000:00:1f.0: [8086:4385] type 00 class 0x060100 conventional PCI endpoint
pci 0000:00:1f.4: [8086:43a3] type 00 class 0x0c0500 conventional PCI endpoint
pci 0000:00:1f.4: BAR 0 [mem 0x485a114000-0x485a1140ff 64bit]
pci 0000:00:1f.4: BAR 4 [io  0xefa0-0xefbf]
pci 0000:00:1f.5: [8086:43a4] type 00 class 0x0c8000 conventional PCI endpoint
pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]
pci 0000:01:00.0: [10de:2684] type 00 class 0x030000 PCIe Legacy Endpoint
pci 0000:01:00.0: BAR 0 [mem 0xa3000000-0xa3ffffff]
pci 0000:01:00.0: BAR 1 [mem 0x4000000000-0x47ffffffff 64bit pref]
pci 0000:01:00.0: BAR 3 [mem 0x4800000000-0x4801ffffff 64bit pref]
pci 0000:01:00.0: BAR 5 [io  0x3000-0x307f]
pci 0000:01:00.0: ROM [mem 0xa4000000-0xa407ffff pref]
pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
pci 0000:01:00.0: PME# supported from D0 D3hot
pci 0000:01:00.1: [10de:22ba] type 00 class 0x040300 PCIe Endpoint
pci 0000:01:00.1: BAR 0 [mem 0xa4080000-0xa4083fff]
pci 0000:00:01.0: PCI bridge to [bus 01]
pci 0000:02:00.0: [15b7:5011] type 00 class 0x010802 PCIe Endpoint
pci 0000:02:00.0: BAR 0 [mem 0xa4500000-0xa4503fff 64bit]
pci 0000:02:00.0: 31.504 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x4 link at 0000:00:1b.0 (capable of 63.012 Gb/s with 16.0 GT/s PCIe x4 link)
pci 0000:00:1b.0: PCI bridge to [bus 02]
pci 0000:03:00.0: [8086:15f3] type 00 class 0x020000 PCIe Endpoint
pci 0000:03:00.0: BAR 0 [mem 0xa4100000-0xa41fffff]
pci 0000:03:00.0: BAR 3 [mem 0xa4200000-0xa4203fff]
pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
pci 0000:00:1b.4: PCI bridge to [bus 03]
pci 0000:00:1b.7: PCI bridge to [bus 04]
pci 0000:00:1c.0: PCI bridge to [bus 05]
pci 0000:06:00.0: [8086:1136] type 01 class 0x060400 PCIe Switch Upstream Port
pci 0000:06:00.0: PCI bridge to [bus 07-6f]
pci 0000:06:00.0:   bridge window [mem 0x74000000-0xa1efffff]
pci 0000:06:00.0:   bridge window [mem 0x4810000000-0x485a0fffff 64bit pref]
pci 0000:06:00.0: enabling Extended Tags
pci 0000:06:00.0: supports D1 D2
pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:06:00.0: PTM enabled, 4ns granularity
pci 0000:00:1c.4: PCI bridge to [bus 06-6f]
pci 0000:07:00.0: [8086:1136] type 01 class 0x060400 PCIe Switch Downstream Port
pci 0000:07:00.0: PCI bridge to [bus 08]
pci 0000:07:00.0:   bridge window [mem 0x485a000000-0x485a0fffff 64bit pref]
pci 0000:07:00.0: enabling Extended Tags
pci 0000:07:00.0: supports D1 D2
pci 0000:07:00.0: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:07:01.0: [8086:1136] type 01 class 0x060400 PCIe Switch Downstream Port
pci 0000:07:01.0: PCI bridge to [bus 09-3b]
pci 0000:07:01.0:   bridge window [mem 0x8af00000-0xa1dfffff]
pci 0000:07:01.0:   bridge window [mem 0x4835000000-0x4859ffffff 64bit pref]
pci 0000:07:01.0: enabling Extended Tags
pci 0000:07:01.0: supports D1 D2
pci 0000:07:01.0: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:07:02.0: [8086:1136] type 01 class 0x060400 PCIe Switch Downstream Port
pci 0000:07:02.0: PCI bridge to [bus 3c]
pci 0000:07:02.0:   bridge window [mem 0xa1e00000-0xa1efffff]
pci 0000:07:02.0: enabling Extended Tags
pci 0000:07:02.0: supports D1 D2
pci 0000:07:02.0: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:07:03.0: [8086:1136] type 01 class 0x060400 PCIe Switch Downstream Port
pci 0000:07:03.0: PCI bridge to [bus 3d-6f]
pci 0000:07:03.0:   bridge window [mem 0x74000000-0x8aefffff]
pci 0000:07:03.0:   bridge window [mem 0x4810000000-0x4834ffffff 64bit pref]
pci 0000:07:03.0: enabling Extended Tags
pci 0000:07:03.0: supports D1 D2
pci 0000:07:03.0: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:06:00.0: PCI bridge to [bus 07-6f]
pci 0000:08:00.0: [8086:1137] type 00 class 0x0c0340 PCIe Endpoint
pci 0000:08:00.0: BAR 0 [mem 0x485a000000-0x485a03ffff 64bit pref]
pci 0000:08:00.0: BAR 2 [mem 0x485a040000-0x485a040fff 64bit pref]
pci 0000:08:00.0: enabling Extended Tags
pci 0000:08:00.0: supports D1 D2
pci 0000:08:00.0: PME# supported from D0 D1 D2 D3hot D3cold
pci 0000:07:00.0: PCI bridge to [bus 08]
pci 0000:07:01.0: PCI bridge to [bus 09-3b]
pci 0000:3c:00.0: [8086:1138] type 00 class 0x0c0330 PCIe Endpoint
pci 0000:3c:00.0: BAR 0 [mem 0xa1e00000-0xa1e0ffff 64bit]
pci 0000:3c:00.0: enabling Extended Tags
pci 0000:3c:00.0: PME# supported from D3hot D3cold
pci 0000:07:02.0: PCI bridge to [bus 3c]
pci 0000:07:03.0: PCI bridge to [bus 3d-6f]
pci 0000:00:1d.0: PCI bridge to [bus 70]
pci 0000:71:00.0: [1102:0012] type 00 class 0x040300 PCIe Endpoint
pci 0000:71:00.0: BAR 0 [mem 0xa4304000-0xa4307fff 64bit]
pci 0000:71:00.0: BAR 2 [mem 0xa4300000-0xa4303fff 64bit]
pci 0000:71:00.0: supports D2
pci 0000:00:1d.4: PCI bridge to [bus 71]
ACPI: PCI: Interrupt link LNKA configured for IRQ 0
ACPI: PCI: Interrupt link LNKB configured for IRQ 1
ACPI: PCI: Interrupt link LNKC configured for IRQ 0
ACPI: PCI: Interrupt link LNKD configured for IRQ 0
ACPI: PCI: Interrupt link LNKE configured for IRQ 0
ACPI: PCI: Interrupt link LNKF configured for IRQ 0
ACPI: PCI: Interrupt link LNKG configured for IRQ 0
ACPI: PCI: Interrupt link LNKH configured for IRQ 0
ACPI: EC: interrupt unblocked
ACPI: EC: event unblocked
ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
ACPI: EC: GPE=0x16
ACPI: \_SB_.PC00.LPCB.EC0_: Boot DSDT EC initialization complete
ACPI: \_SB_.PC00.LPCB.EC0_: EC: Used to handle transactions and events
iommu: Default domain type: Translated
iommu: DMA domain TLB invalidation policy: lazy mode
SCSI subsystem initialized
libata version 3.00 loaded.
ACPI: bus type USB registered
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
EDAC MC: Ver: 3.0.0
efivars: Registered efivars operations
NetLabel: Initializing
NetLabel:  domain hash size = 128
NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
NetLabel:  unlabeled traffic allowed by default
mctp: management component transport protocol core
NET: Registered PF_MCTP protocol family
PCI: Using ACPI for IRQ routing
PCI: pci_cache_line_size set to 64 bytes
pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]: can't claim; no compatible bridge window
e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
e820: reserve RAM buffer [mem 0x57984000-0x57ffffff]
e820: reserve RAM buffer [mem 0x5b50a018-0x5bffffff]
e820: reserve RAM buffer [mem 0x5b51a018-0x5bffffff]
e820: reserve RAM buffer [mem 0x63cd3000-0x63ffffff]
e820: reserve RAM buffer [mem 0x67424000-0x67ffffff]
e820: reserve RAM buffer [mem 0x69508000-0x6bffffff]
e820: reserve RAM buffer [mem 0x6e000000-0x6fffffff]
e820: reserve RAM buffer [mem 0x108e000000-0x108fffffff]
pci 0000:01:00.0: vgaarb: setting as boot VGA device
pci 0000:01:00.0: vgaarb: bridge control possible
pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
vgaarb: loaded
hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
hpet0: 8 comparators, 64-bit 24.000000 MHz counter
clocksource: Switched to clocksource tsc-early
VFS: Disk quotas dquot_6.6.0
VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
pnp: PnP ACPI init
system 00:00: [io  0x0290-0x029f] has been reserved
system 00:01: [io  0x0680-0x069f] has been reserved
system 00:01: [io  0x164e-0x164f] has been reserved
system 00:02: [io  0x1854-0x1857] has been reserved
system 00:03: [mem 0xfed10000-0xfed17fff] has been reserved
system 00:03: [mem 0xfeda0000-0xfeda0fff] has been reserved
system 00:03: [mem 0xfeda1000-0xfeda1fff] has been reserved
system 00:03: [mem 0xe0000000-0xefffffff] has been reserved
system 00:03: [mem 0xfed20000-0xfed7ffff] could not be reserved
system 00:03: [mem 0xfed90000-0xfed93fff] could not be reserved
system 00:03: [mem 0xfed45000-0xfed8ffff] could not be reserved
system 00:03: [mem 0xfee00000-0xfeefffff] could not be reserved
system 00:04: [io  0x1800-0x18fe] could not be reserved
system 00:04: [mem 0xfe000000-0xfe01ffff] could not be reserved
system 00:04: [mem 0xfe04c000-0xfe04ffff] has been reserved
system 00:04: [mem 0xfe050000-0xfe0affff] has been reserved
system 00:04: [mem 0xfe0d0000-0xfe0fffff] has been reserved
system 00:04: [mem 0xfe200000-0xfe7fffff] has been reserved
system 00:04: [mem 0xff000000-0xffffffff] has been reserved
system 00:04: [mem 0xfd000000-0xfd68ffff] has been reserved
system 00:04: [mem 0xfd6c0000-0xfd6cffff] has been reserved
system 00:04: [mem 0xfd6f0000-0xfdffffff] has been reserved
system 00:05: [io  0x2000-0x20fe] has been reserved
pnp: PnP ACPI: found 7 devices
clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
NET: Registered PF_INET protocol family
IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
tcp_listen_portaddr_hash hash table entries: 32768 (order: 7, 524288 bytes, linear)
Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
TCP established hash table entries: 524288 (order: 10, 4194304 bytes, linear)
TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
TCP: Hash tables configured (established 524288 bind 65536)
MPTCP token hash table entries: 65536 (order: 8, 1572864 bytes, linear)
UDP hash table entries: 32768 (order: 8, 1048576 bytes, linear)
UDP-Lite hash table entries: 32768 (order: 8, 1048576 bytes, linear)
NET: Registered PF_UNIX/PF_LOCAL protocol family
NET: Registered PF_XDP protocol family
pci 0000:07:01.0: bridge window [io  0x1000-0x0fff] to [bus 09-3b] add_size 1000
pci 0000:07:03.0: bridge window [io  0x1000-0x0fff] to [bus 3d-6f] add_size 1000
pci 0000:06:00.0: bridge window [io  0x1000-0x0fff] to [bus 07-6f] add_size 2000
pci 0000:00:1c.4: bridge window [io  0x1000-0x0fff] to [bus 06-6f] add_size 3000
pci 0000:00:1d.0: bridge window [io  0x1000-0x0fff] to [bus 70] add_size 1000
pci 0000:00:1d.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 70] add_size 200000 add_align 100000
pci 0000:00:1d.0: bridge window [mem 0x00100000-0x000fffff] to [bus 70] add_size 200000 add_align 100000
pci 0000:00:1d.0: bridge window [mem 0x72000000-0x721fffff]: assigned
pci 0000:00:1d.0: bridge window [mem 0x4802000000-0x48021fffff 64bit pref]: assigned
pci 0000:00:15.0: BAR 0 [mem 0x4802200000-0x4802200fff 64bit]: assigned
pci 0000:00:15.1: BAR 0 [mem 0x4802201000-0x4802201fff 64bit]: assigned
pci 0000:00:1c.4: bridge window [io  0x5000-0x7fff]: assigned
pci 0000:00:1d.0: bridge window [io  0x8000-0x8fff]: assigned
pci 0000:00:1f.5: BAR 0 [mem 0x72200000-0x72200fff]: assigned
pci 0000:00:01.0: PCI bridge to [bus 01]
pci 0000:00:01.0:   bridge window [io  0x3000-0x3fff]
pci 0000:00:01.0:   bridge window [mem 0xa3000000-0xa40fffff]
pci 0000:00:01.0:   bridge window [mem 0x4000000000-0x4801ffffff 64bit pref]
pci 0000:00:1b.0: PCI bridge to [bus 02]
pci 0000:00:1b.0:   bridge window [mem 0xa4500000-0xa45fffff]
pci 0000:00:1b.4: PCI bridge to [bus 03]
pci 0000:00:1b.4:   bridge window [mem 0xa4100000-0xa42fffff]
pci 0000:00:1b.7: PCI bridge to [bus 04]
pci 0000:00:1b.7:   bridge window [mem 0xa4400000-0xa44fffff]
pci 0000:00:1c.0: PCI bridge to [bus 05]
pci 0000:06:00.0: bridge window [io  0x5000-0x6fff]: assigned
pci 0000:07:01.0: bridge window [io  0x5000-0x5fff]: assigned
pci 0000:07:03.0: bridge window [io  0x6000-0x6fff]: assigned
pci 0000:07:00.0: PCI bridge to [bus 08]
pci 0000:07:00.0:   bridge window [mem 0x485a000000-0x485a0fffff 64bit pref]
pci 0000:07:01.0: PCI bridge to [bus 09-3b]
pci 0000:07:01.0:   bridge window [io  0x5000-0x5fff]
pci 0000:07:01.0:   bridge window [mem 0x8af00000-0xa1dfffff]
pci 0000:010:01.0:   bridge window [mem 0x4835000000-0x4859ffffff 64bit pref]
pci 0000:07:02.0: PCI bridge to [bus 3c]
pci 0000:07:02.0:   bridge window [mem 0xa1e00000-0xa1efffff]
pci 0000:07:03.0: PCI bridge to [bus 3d-6f]
pci 0000:07:03.0:   bridge window [io  0x6000-0x6fff]
pci 0000:07:03.0:   bridge window [mem 0x74000000-0x8aefffff]
pci 0000:07:03.0:   bridge window [mem 0x4810000000-0x4834ffffff 64bit pref]
pci 0000:06:00.0: PCI bridge to [bus 07-6f]
pci 0000:06:00.0:   bridge window [io  0x5000-0x6fff]
pci 0000:06:00.0:   bridge window [mem 0x74000000-0xa1efffff]
pci 0000:06:00.0:   bridge window [mem 0x4810000000-0x485a0fffff 64bit pref]
pci 0000:00:1c.4: PCI bridge to [bus 06-6f]
pci 0000:00:1c.4:   bridge window [io  0x5000-0x7fff]
pci 0000:00:1c.4:   bridge window [mem 0x74000000-0xa20fffff]
pci 0000:00:1c.4:   bridge window [mem 0x4810000000-0x485a0fffff 64bit pref]
pci 0000:00:1d.0: PCI bridge to [bus 70]
pci 0000:00:1d.0:   bridge window [io  0x8000-0x8fff]
pci 0000:00:1d.0:   bridge window [mem 0x72000000-0x721fffff]
pci 0000:00:1d.0:   bridge window [mem 0x4802000000-0x48021fffff 64bit pref]
pci 0000:00:1d.4: PCI bridge to [bus 71]
pci 0000:00:1d.4:   bridge window [mem 0xa4300000-0xa43fffff]
pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
pci_bus 0000:00: resource 7 [mem 0x000e0000-0x000effff window]
pci_bus 0000:00: resource 8 [mem 0x72000000-0xdfffffff window]
pci_bus 0000:00: resource 9 [mem 0x4000000000-0x7fffffffff window]
pci_bus 0000:01: resource 0 [io  0x3000-0x3fff]
pci_bus 0000:01: resource 1 [mem 0xa3000000-0xa40fffff]
pci_bus 0000:01: resource 2 [mem 0x4000000000-0x4801ffffff 64bit pref]
pci_bus 0000:02: resource 1 [mem 0xa4500000-0xa45fffff]
pci_bus 0000:03: resource 1 [mem 0xa4100000-0xa42fffff]
pci_bus 0000:04: resource 1 [mem 0xa4400000-0xa44fffff]
pci_bus 0000:06: resource 0 [io  0x5000-0x7fff]
pci_bus 0000:06: resource 1 [mem 0x74000000-0xa20fffff]
pci_bus 0000:06: resource 2 [mem 0x4810000000-0x485a0fffff 64bit pref]
pci_bus 0000:07: resource 0 [io  0x5000-0x6fff]
pci_bus 0000:07: resource 1 [mem 0x74000000-0xa1efffff]
pci_bus 0000:07: resource 2 [mem 0x4810000000-0x485a0fffff 64bit pref]
pci_bus 0000:08: resource 2 [mem 0x485a000000-0x485a0fffff 64bit pref]
pci_bus 0000:09: resource 0 [io  0x5000-0x5fff]
pci_bus 0000:09: resource 1 [mem 0x8af00000-0xa1dfffff]
pci_bus 0000:09: resource 2 [mem 0x4835000000-0x4859ffffff 64bit pref]
pci_bus 0000:3c: resource 1 [mem 0xa1e00000-0xa1efffff]
pci_bus 0000:3d: resource 0 [io  0x6000-0x6fff]
pci_bus 0000:3d: resource 1 [mem 0x74000000-0x8aefffff]
pci_bus 0000:3d: resource 2 [mem 0x4810000000-0x4834ffffff 64bit pref]
pci_bus 0000:70: resource 0 [io  0x8000-0x8fff]
pci_bus 0000:70: resource 1 [mem 0x72000000-0x721fffff]
pci_bus 0000:70: resource 2 [mem 0x4802000000-0x48021fffff 64bit pref]
pci_bus 0000:71: resource 1 [mem 0xa4300000-0xa43fffff]
pci 0000:01:00.1: extending delay after power-on from D3hot to 20 msec
pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
PCI: CLS 64 bytes, default 64
PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
software IO TLB: mapped [mem 0x000000005f731000-0x0000000063731000] (64MB)
Trying to unpack rootfs image as initramfs...
clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3282142a9b0, max_idle_ns: 440795384778 ns
clocksource: Switched to clocksource tsc
platform rtc_cmos: registered platform RTC device (no PNP device found)
Initialise system trusted keyrings
Key type blacklist registered
workingset: timestamp_bits=41 max_order=24 bucket_order=0
zbud: loaded
fuse: init (API version 7.40)
integrity: Platform Keyring initialized
integrity: Machine keyring initialized
Key type asymmetric registered
Asymmetric key parser 'x509' registered
Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
io scheduler mq-deadline registered
io scheduler kyber registered
io scheduler bfq registered
pcieport 0000:00:01.0: AER: enabled with IRQ 121
pcieport 0000:00:01.0: DPC: enabled with IRQ 121
pcieport 0000:00:01.0: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
pcieport 0000:00:1b.0: AER: enabled with IRQ 122
pcieport 0000:00:1b.0: DPC: enabled with IRQ 122
pcieport 0000:00:1b.0: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
pcieport 0000:00:1b.4: AER: enabled with IRQ 123
pcieport 0000:00:1b.4: DPC: enabled with IRQ 123
pcieport 0000:00:1b.4: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
pcieport 0000:00:1b.7: AER: enabled with IRQ 124
pcieport 0000:00:1b.7: DPC: enabled with IRQ 124
pcieport 0000:00:1b.7: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
pcieport 0000:00:1c.4: AER: enabled with IRQ 126
pcieport 0000:00:1c.4: DPC: enabled with IRQ 126
pcieport 0000:00:1c.4: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
pcieport 0000:00:1d.4: AER: enabled with IRQ 128
pcieport 0000:00:1d.4: DPC: enabled with IRQ 128
pcieport 0000:00:1d.4: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Monitor-Mwait will be used to enter C-1 state
Monitor-Mwait will be used to enter C-2 state
Monitor-Mwait will be used to enter C-3 state
ACPI: \_SB_.PR00: Found 3 idle states
input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
ACPI: button: Sleep Button [SLPB]
input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
ACPI: button: Power Button [PWRB]
input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
ACPI: button: Power Button [PWRF]
thermal LNXTHERM:00: registered as thermal_zone0
ACPI: thermal: Thermal Zone [TZ00] (28 C)
Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
Non-volatile memory driver v1.3
Linux agpgart interface v0.103
ACPI: bus type drm_connector registered
ahci 0000:00:17.0: version 3.0
ahci 0000:00:17.0: enabling device (0000 -> 0003)
ahci 0000:00:17.0: AHCI vers 0001.0301, 32 command slots, 6 Gbps, SATA mode
ahci 0000:00:17.0: 2/2 ports implemented (port mask 0x3)
ahci 0000:00:17.0: flags: 64bit ncq sntf clo only pio slum part ems deso sadm sds 
Freeing initrd memory: 58832K
scsi host0: ahci
scsi host1: ahci
ata1: SATA max UDMA/133 abar m2048@0xa4602000 port 0xa4602100 irq 133 lpm-pol 3
ata2: SATA max UDMA/133 abar m2048@0xa4602000 port 0xa4602180 irq 133 lpm-pol 3
usbcore: registered new interface driver usbserial_generic
usbserial: USB Serial support registered for generic
rtc_cmos rtc_cmos: RTC can wake from S4
rtc_cmos rtc_cmos: registered as rtc0
rtc_cmos rtc_cmos: setting system clock to 2024-05-20T17:07:51 UTC (1716224871)
rtc_cmos rtc_cmos: alarms up to one month, y3k, 114 bytes nvram
intel_pstate: HWP enabled by BIOS
intel_pstate: Intel P-state driver initializing
intel_pstate: HWP enabled
ledtrig-cpu: registered to indicate activity on CPUs
[drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
fbcon: Deferring console take-over
simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
hid: raw HID events driver (C) Jiri Kosina
drop_monitor: Initializing network drop monitor service
NET: Registered PF_INET6 protocol family
Segment Routing with IPv6
RPL Segment Routing with IPv6
In-situ OAM (IOAM) with IPv6
NET: Registered PF_PACKET protocol family
ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
microcode: Current revision: 0x0000005e
microcode: Updated early from: 0x00000057
IPI shorthand broadcast: enabled
sched_clock: Marking stable (526667798, 475379)->(558738845, -31595668)
Timer migration: 2 hierarchy levels; 8 children per group; 2 crossnode level
registered taskstats version 1
Loading compiled-in X.509 certificates
Loaded X.509 cert 'Build time autogenerated kernel key: be4bbad69eed7dd060ec4b225d099c7ad90dc57b'
zswap: loaded using pool zstd/zsmalloc
Key type .fscrypt registered
Key type fscrypt-provisioning registered
integrity: Loading X.509 certificate: UEFI:db
integrity: Loaded X.509 cert 'ASUSTeK MotherBoard SW Key Certificate: da83b990422ebc8c441f8d8b039a65a2'
integrity: Loading X.509 certificate: UEFI:db
integrity: Loaded X.509 cert 'ASUSTeK Notebook SW Key Certificate: b8e581e4df77a5bb4282d5ccfc00c071'
integrity: Loading X.509 certificate: UEFI:db
integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
integrity: Loading X.509 certificate: UEFI:db
integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
integrity: Loading X.509 certificate: UEFI:db
integrity: Loaded X.509 cert 'Canonical Ltd. Master Certificate Authority: ad91990bc22ab1f517048c23b6655a268e345a63'
PM:   Magic number: 8:365:138
acpi INT3472:04: hash matches
RAS: Correctable Errors collector initialized.
clk: Disabling unused clocks
PM: genpd: Disabling unused power domains
ata2: SATA link down (SStatus 4 SControl 300)
ata1: SATA link down (SStatus 4 SControl 300)
Freeing unused decrypted memory: 2028K
Freeing unused kernel image (initmem) memory: 3408K
Write protecting the kernel read-only data: 32768k
Freeing unused kernel image (rodata/data gap) memory: 1060K
x86/mm: Checked W+X mappings: passed, no W+X pages found.
rodata_test: all tests were successful
Run /init as init process
  with arguments:
    /init
    splash
  with environment:
    HOME=/
    TERM=linux
    BOOT_IMAGE=/vmlinuz-linux
xhci_hcd 0000:00:14.0: xHCI Host Controller
xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000200009810
xhci_hcd 0000:00:14.0: xHCI Host Controller
xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
xhci_hcd 0000:00:14.0: Host supports USB 3.2 Enhanced SuperSpeed
usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.09
usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb1: Product: xHCI Host Controller
usb usb1: Manufacturer: Linux 6.9.1-arch1-1 xhci-hcd
usb usb1: SerialNumber: 0000:00:14.0
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 16 ports detected
usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.09
usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb2: Product: xHCI Host Controller
usb usb2: Manufacturer: Linux 6.9.1-arch1-1 xhci-hcd
usb usb2: SerialNumber: 0000:00:14.0
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 8 ports detected
xhci_hcd 0000:3c:00.0: xHCI Host Controller
xhci_hcd 0000:3c:00.0: new USB bus registered, assigned bus number 3
nvme 0000:02:00.0: platform quirk: setting simple suspend
nvme nvme0: pci function 0000:02:00.0
xhci_hcd 0000:3c:00.0: hcc params 0x20007fc1 hci version 0x110 quirks 0x0000000200009810
xhci_hcd 0000:3c:00.0: xHCI Host Controller
xhci_hcd 0000:3c:00.0: new USB bus registered, assigned bus number 4
xhci_hcd 0000:3c:00.0: Host supports USB 3.1 Enhanced SuperSpeed
usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.09
usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb3: Product: xHCI Host Controller
usb usb3: Manufacturer: Linux 6.9.1-arch1-1 xhci-hcd
usb usb3: SerialNumber: 0000:3c:00.0
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 2 ports detected
usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.09
usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
usb usb4: Product: xHCI Host Controller
usb usb4: Manufacturer: Linux 6.9.1-arch1-1 xhci-hcd
usb usb4: SerialNumber: 0000:3c:00.0
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 2 ports detected
nvme nvme0: 16/0/0 default/read/poll queues
 nvme0n1: p1 p2 p3
fbcon: Taking over console
Console: switching to colour frame buffer device 160x45
EXT4-fs (nvme0n1p3): mounted filesystem cd7a2469-6fef-4efc-be7c-3dfab42320ac r/w with ordered data mode. Quota mode: none.
systemd 255.6-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
Detected architecture x86-64.
Hostname set to <desktop>.
usb 1-9: new high-speed USB device number 2 using xhci_hcd
usb 1-9: New USB device found, idVendor=174c, idProduct=2074, bcdDevice= 0.01
usb 1-9: New USB device strings: Mfr=2, Product=3, SerialNumber=0
usb 1-9: Product: ASM107x
usb 1-9: Manufacturer: ASUS TEK.
hub 1-9:1.0: USB hub found
hub 1-9:1.0: 4 ports detected
usb 2-3: new SuperSpeed USB device number 2 using xhci_hcd
usb 2-3: LPM exit latency is zeroed, disabling LPM.
usb 2-3: New USB device found, idVendor=345f, idProduct=2131, bcdDevice=31.00
usb 2-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 2-3: Product: MiraBox Video Capture
usb 2-3: Manufacturer: MACROSILICON
usb 2-3: SerialNumber: 17756072
usb 1-10: new full-speed USB device number 3 using xhci_hcd
usb 1-10: config 1 has an invalid interface number: 2 but max is 1
usb 1-10: config 1 has no interface number 1
usb 1-10: New USB device found, idVendor=0b05, idProduct=18f3, bcdDevice= 1.00
usb 1-10: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 1-10: Product: AURA LED Controller
usb 1-10: Manufacturer: AsusTek Computer Inc.
usb 1-10: SerialNumber: 9876543210
bpf-lsm: LSM BPF program attached
Queued start job for default target Graphical Interface.
usb 2-8: new SuperSpeed USB device number 3 using xhci_hcd
Created slice Slice /system/dirmngr.
Created slice Slice /system/getty.
Created slice Slice /system/gpg-agent.
Created slice Slice /system/gpg-agent-browser.
Created slice Slice /system/gpg-agent-extra.
Created slice Slice /system/gpg-agent-ssh.
Created slice Slice /system/keyboxd.
Created slice Slice /system/modprobe.
Created slice User and Session Slice.
Started Dispatch Password Requests to Console Directory Watch.
Started Forward Password Requests to Wall Directory Watch.
Set up automount Arbitrary Executable File Formats File System Automount Point.
Expecting device /dev/disk/by-uuid/0d7805a8-8168-4041-8ba0-ebf4fdb26180...
Expecting device /dev/disk/by-uuid/7BA8-8C27...
Reached target Local Encrypted Volumes.
Reached target Login Prompts.
Reached target Local Integrity Protected Volumes.
Reached target Path Units.
Reached target Slice Units.
Reached target Local Verity Protected Volumes.
Listening on Device-mapper event daemon FIFOs.
Listening on Process Core Dump Socket.
Listening on Journal Socket (/dev/log).
Listening on Journal Socket.
TPM2 PCR Extension (Varlink) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Listening on udev Control Socket.
Listening on udev Kernel Socket.
Listening on User Database Manager Socket.
Mounting Huge Pages File System...
Mounting POSIX Message Queue File System...
Mounting Kernel Debug File System...
Mounting Kernel Trace File System...
Starting Create List of Static Device Nodes...
Starting Load Kernel Module configfs...
Starting Load Kernel Module dm_mod...
Starting Load Kernel Module drm...
Starting Load Kernel Module fuse...
Starting Load Kernel Module loop...
File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Starting Journal Service...
Starting Load Kernel Modules...
TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Starting Remount Root and Kernel File Systems...
TPM2 SRK Setup (Early) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Starting Coldplug All udev Devices...
Mounted Huge Pages File System.
Mounted POSIX Message Queue File System.
Mounted Kernel Debug File System.
Mounted Kernel Trace File System.
Finished Create List of Static Device Nodes.
modprobe@configfs.service: Deactivated successfully.
Finished Load Kernel Module configfs.
modprobe@drm.service: Deactivated successfully.
Finished Load Kernel Module drm.
modprobe@fuse.service: Deactivated successfully.
Finished Load Kernel Module fuse.
Mounting FUSE Control File System...
Mounting Kernel Configuration File System...
Starting Create Static Device Nodes in /dev gracefully...
loop: module loaded
modprobe@loop.service: Deactivated successfully.
Finished Load Kernel Module loop.
Mounted FUSE Control File System.
Mounted Kernel Configuration File System.
device-mapper: uevent: version 1.0.3
device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev
modprobe@dm_mod.service: Deactivated successfully.
Finished Load Kernel Module dm_mod.
Repartition Root Disk was skipped because no trigger condition checks were met.
Collecting audit messages is disabled.
i2c_dev: i2c /dev entries driver
Starting User Database Manager...
usb 2-8: New USB device found, idVendor=174c, idProduct=3074, bcdDevice= 0.01
usb 2-8: New USB device strings: Mfr=2, Product=3, SerialNumber=0
usb 2-8: Product: ASM107x
usb 2-8: Manufacturer: ASUS TEK.
Journal started
Runtime Journal (/run/log/journal/038facea6dfb43f98864981382b9c946) is 8.0M, max 3.1G, 3.1G free.
Inserted module 'crypto_user'
Inserted module 'sg'
Inserted module 'i2c_dev'
Started Journal Service.
Finished Remount Root and Kernel File Systems.
Rebuild Hardware Database was skipped because no trigger condition checks were met.
Starting Flush Journal to Persistent Storage...
Starting Load/Save OS Random Seed...
TPM2 SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
EXT4-fs (nvme0n1p3): re-mounted cd7a2469-6fef-4efc-be7c-3dfab42320ac r/w. Quota mode: none.
Time spent on flushing to /var/log/journal/038facea6dfb43f98864981382b9c946 is 34.946ms for 1049 entries.
System Journal (/var/log/journal/038facea6dfb43f98864981382b9c946) is 528.7M, max 4.0G, 3.4G free.
Received client request to flush runtime journal.
hub 2-8:1.0: USB hub found
hub 2-8:1.0: 4 ports detected
/var/log/journal/038facea6dfb43f98864981382b9c946/system.journal: Journal file uses a different sequence number ID, rotating.
Rotating system journal.
Started User Database Manager.
Finished Load/Save OS Random Seed.
Finished Create Static Device Nodes in /dev gracefully.
Starting Create System Users...
Finished Coldplug All udev Devices.
Finished Create System Users.
Starting Create Static Device Nodes in /dev...
Finished Create Static Device Nodes in /dev.
Reached target Preparation for Local File Systems.
Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Starting Rule-based Manager for Device Events and Files...
Using default interface naming scheme 'v255'.
Finished Flush Journal to Persistent Storage.
Started Rule-based Manager for Device Events and Files.
checking bus 2, device 2: "/sys/devices/pci0000:00/0000:00:14.0/usb2/2-3"
bus: 2, device: 2 was not an MTP device
pps_core: LinuxPPS API ver. 1 registered
pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
usb 1-11: new full-speed USB device number 4 using xhci_hcd
Found device WDS100T1X0E-00AFY0 EFI.
i801_smbus 0000:00:1f.4: SPD Write Disable is set
i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
PTP clock support registered
input: PC Speaker as /devices/platform/pcspkr/input/input3
intel_pmc_core INT33A1:00:  initialized
i2c i2c-0: Successfully instantiated SPD at 0x50
i2c i2c-0: Successfully instantiated SPD at 0x51
i2c i2c-0: Successfully instantiated SPD at 0x52
i2c i2c-0: Successfully instantiated SPD at 0x53
Found device WDS100T1X0E-00AFY0 swap.
Activating swap /dev/disk/by-uuid/0d7805a8-8168-4041-8ba0-ebf4fdb26180...
Mounting /boot...
ACPI: bus type thunderbolt registered
thunderbolt 0000:08:00.0: enabling device (0000 -> 0002)
mc: Linux media interface: v0.10
mei_me 0000:00:16.0: enabling device (0000 -> 0002)
intel-lpss 0000:00:15.0: enabling device (0004 -> 0006)
idma64 idma64.0: Found Intel integrated DMA 64-bit
Intel(R) 2.5G Ethernet Linux Driver
Copyright(c) 2018 Intel Corporation.
igc 0000:03:00.0: enabling device (0000 -> 0002)
igc 0000:03:00.0: PTM enabled, 4ns granularity
Creating 1 MTD partitions on "0000:00:1f.5":
0x000000000000-0x000002000000 : "BIOS"
Adding 8388604k swap on /dev/nvme0n1p2.  Priority:-2 extents:1 across:8388604k SS
usbcore: registered new interface driver usbhid
usbhid: USB HID core driver
Activated swap /dev/disk/by-uuid/0d7805a8-8168-4041-8ba0-ebf4fdb26180.
Reached target Swaps.
Mounting Temporary Directory /tmp...
Mounted Temporary Directory /tmp.
Starting Virtual Console Setup...
intel-lpss 0000:00:15.1: enabling device (0004 -> 0006)
idma64 idma64.1: Found Intel integrated DMA 64-bit
Finished Virtual Console Setup.
iTCO_vendor_support: vendor-support=0
pps pps0: new PPS source ptp0
igc 0000:03:00.0 (unnamed net_device) (uninitialized): PHC added
igc 0000:03:00.0: 4.000 Gb/s available PCIe bandwidth (5.0 GT/s PCIe x1 link)
igc 0000:03:00.0 eth0: MAC: f0:2f:74:d3:fc:53
i8042: PNP: No PS/2 controller found.
hid-generic 0003:345F:2131.0001: hiddev96,hidraw0: USB HID v1.10 Device [MACROSILICON MiraBox Video Capture] on usb-0000:00:14.0-3/input4
hid-generic 0003:0B05:18F3.0002: hiddev97,hidraw1: USB HID v1.11 Device [AsusTek Computer Inc. AURA LED Controller] on usb-0000:00:14.0-10/input2
ee1004 0-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
igc 0000:03:00.0 enp3s0: renamed from eth0
ee1004 0-0051: 512 byte EE1004-compliant SPD EEPROM, read-only
ee1004 0-0052: 512 byte EE1004-compliant SPD EEPROM, read-only
Mounted /boot.
Reached target Local File Systems.
ee1004 0-0053: 512 byte EE1004-compliant SPD EEPROM, read-only
FAT-fs (nvme0n1p1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Listening on System Extension Image Management (Varlink).
cryptd: max_cpu_qlen set to 1000
asus_wmi: ASUS WMI generic driver loaded
event4: Failed to call EVIOCSKEYCODE with scan code 0x7c, and key code 190: Invalid argument
asus_wmi: SFUN value: 0x1
eeepc-wmi eeepc-wmi: Detected ATK, not ASUSWMI, use DSTS
videodev: Linux video capture interface: v2.00
input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input4
asus_wmi: SFUN value: 0x1
asus-nb-wmi asus-nb-wmi: Detected ATK, not ASUSWMI, use DSTS
input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input5
AVX2 version of gcm_enc/dec engaged.
AES CTR mode by8 optimization enabled
usb 1-11: New USB device found, idVendor=0582, idProduct=012a, bcdDevice= 1.10
usb 1-11: New USB device strings: Mfr=1, Product=2, SerialNumber=0
usb 1-11: Product: UM-ONE
usb 1-11: Manufacturer: Roland
snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
snd_hda_intel 0000:01:00.1: Disabling MSI
snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
snd_hda_intel 0000:71:00.0: enabling device (0000 -> 0002)
snd_hda_intel 0000:71:00.0: Disabling MSI
snd_hda_intel 0000:71:00.0: Force to non-snoop mode
Starting Rebuild Dynamic Linker Cache...
Starting Set Up Additional Binary Formats...
Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Starting Create Volatile Files and Directories...
snd_hda_codec_ca0132 hdaudioC2D1: autoconfig for Sound Blaster Z: line_outs=3 (0xb/0x11/0x10/0x0/0x0) type:line
snd_hda_codec_ca0132 hdaudioC2D1:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
snd_hda_codec_ca0132 hdaudioC2D1:    hp_outs=1 (0xf/0x0/0x0/0x0/0x0)
snd_hda_codec_ca0132 hdaudioC2D1:    mono: mono_out=0x0
snd_hda_codec_ca0132 hdaudioC2D1:    dig-out=0xc/0xd
snd_hda_codec_ca0132 hdaudioC2D1:    inputs:
snd_hda_codec_ca0132 hdaudioC2D1:      Mic=0x12
snd_hda_codec_ca0132 hdaudioC2D1:      Line=0x13
snd_hda_codec_ca0132 hdaudioC2D1:    dig-in=0xe
proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 511 (systemd-binfmt)
usb 1-11: Quirk or no altset; falling back to MIDI 1.0
usbcore: registered new interface driver snd-usb-audio
usb 2-3: Found UVC 1.00 device MiraBox Video Capture (345f:2131)
snd_hda_intel 0000:71:00.0: Direct firmware load for ctefx-desktop.bin failed with error -2
input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input6
input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input7
input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input8
input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input9
Finished Create Volatile Files and Directories.
First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Starting Rebuild Journal Catalog...
Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Starting Record System Boot/Shutdown in UTMP...
usbcore: registered new interface driver uvcvideo
Starting Load Kernel Module dm_mod...
Starting Load Kernel Module loop...
Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Rebuild Hardware Database was skipped because no trigger condition checks were met.
Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
TPM2 SRK Setup (Early) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
TPM2 SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Finished Rebuild Journal Catalog.
Finished Record System Boot/Shutdown in UTMP.
modprobe@dm_mod.service: Deactivated successfully.
Finished Load Kernel Module dm_mod.
modprobe@loop.service: Deactivated successfully.
Finished Load Kernel Module loop.
Repartition Root Disk was skipped because no trigger condition checks were met.
intel_rapl_common: Found RAPL domain package
intel_rapl_common: Found RAPL domain core
Finished Rebuild Dynamic Linker Cache.
usb 1-13: new high-speed USB device number 5 using xhci_hcd
Starting Update is Completed...
Finished Update is Completed.
nvidia: loading out-of-tree module taints kernel.
nvidia: module license 'NVIDIA' taints kernel.
Disabling lock debugging due to kernel taint
nvidia: module verification failed: signature and/or required key missing - tainting kernel
nvidia: module license taints kernel.
usb 1-13: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=60.60
usb 1-13: New USB device strings: Mfr=0, Product=1, SerialNumber=0
usb 1-13: Product: USB2.0 Hub
hub 1-13:1.0: USB hub found
hub 1-13:1.0: 4 ports detected
nvidia-nvlink: Nvlink Core is being initialized, major device number 236

nvidia 0000:01:00.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=none:owns=io+mem
NVRM: loading NVIDIA UNIX x86_64 Kernel Module  550.78  Sun Apr 14 06:35:45 UTC 2024
nvidia: Process '/usr/bin/bash -c '/usr/bin/mknod -Z -m 666 /dev/nvidiactl c $(grep nvidia /proc/devices | cut -d \  -f 1) 255'' failed with exit code 1.
nvidia: Process '/usr/bin/bash -c '/usr/bin/mknod -Z -m 666 /dev/nvidiactl c $(grep nvidia /proc/devices | cut -d \  -f 1) 255'' failed with exit code 1.
nvidia: Process '/usr/bin/bash -c 'for i in $(cat /proc/driver/nvidia/gpus/*/information | grep Minor | cut -d \  -f 4); do /usr/bin/mknod -Z -m 666 /dev/nvidia${i} c $(grep nvidia /proc/devices | cut -d \  -f 1) ${i}; done'' failed with exit code 1.
nvidia: Process '/usr/bin/bash -c 'for i in $(cat /proc/driver/nvidia/gpus/*/information | grep Minor | cut -d \  -f 4); do /usr/bin/mknod -Z -m 666 /dev/nvidia${i} c $(grep nvidia /proc/devices | cut -d \  -f 1) ${i}; done'' failed with exit code 1.
nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  550.78  Sun Apr 14 06:23:31 UTC 2024
nvidia_modeset: Process '/usr/bin/bash -c '/usr/bin/mknod -Z -m 666 /dev/nvidia-modeset c $(grep nvidia /proc/devices | cut -d \  -f 1) 254'' failed with exit code 1.
[drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
nvidia_uvm: module uses symbols nvUvmInterfaceDisableAccessCntr from proprietary module nvidia, inheriting taint.
usb 1-14: new high-speed USB device number 6 using xhci_hcd
usb 1-14: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice=60.60
usb 1-14: New USB device strings: Mfr=0, Product=1, SerialNumber=0
usb 1-14: Product: USB2.0 Hub
hub 1-14:1.0: USB hub found
hub 1-14:1.0: 3 ports detected
checking bus 1, device 3: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10"
checking bus 1, device 4: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-11"
bus: 1, device: 3 was not an MTP device
bus: 1, device: 4 was not an MTP device
checking bus 1, device 4: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-11"
bus: 1, device: 4 was not an MTP device
snd_hda_codec_ca0132 hdaudioC2D1: ca0132 DSP downloaded and running
Starting Load Kernel Module dm_mod...
Starting Load Kernel Module loop...
Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
TPM2 SRK Setup (Early) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
TPM2 SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Mounting Arbitrary Executable File Formats File System...
usb 1-14.1: new full-speed USB device number 7 using xhci_hcd
usb 1-14.1: New USB device found, idVendor=05ac, idProduct=024f, bcdDevice= 1.00
usb 1-14.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
usb 1-14.1: Product: Keychron K5 SE
usb 1-14.1: Manufacturer: Keychron
input: HDA Creative Mic as /devices/pci0000:00/0000:00:1d.4/0000:71:00.0/sound/card2/input10
input: HDA Creative Line Out Surround as /devices/pci0000:00/0000:00:1d.4/0000:71:00.0/sound/card2/input11
input: HDA Creative Line Out CLFE as /devices/pci0000:00/0000:00:1d.4/0000:71:00.0/sound/card2/input12
input: HDA Creative Front Headphone as /devices/pci0000:00/0000:00:1d.4/0000:71:00.0/sound/card2/input13
Inserted module 'nvidia_uvm'
nvidia-uvm: Loaded the UVM driver, major device number 234.
Inserted module 'vmw_vmci'
Failed to find module 'vmmon'
usb 1-14.3: new full-speed USB device number 8 using xhci_hcd
Guest personality initialized and is inactive
VMCI host device registered (name=vmci, major=10, minor=123)
Initialized host personality
Finished Load Kernel Modules.
Starting Apply Kernel Variables...
Mounted Arbitrary Executable File Formats File System.
modprobe@dm_mod.service: Deactivated successfully.
Finished Load Kernel Module dm_mod.
modprobe@loop.service: Deactivated successfully.
Finished Load Kernel Module loop.
Finished Set Up Additional Binary Formats.
Repartition Root Disk was skipped because no trigger condition checks were met.
Finished Apply Kernel Variables.
Reached target System Initialization.
Started Refresh existing PGP keys of archlinux-keyring regularly.
Started Daily man-db regeneration.
Started Daily verification of password and group files.
Started Daily Cleanup of Temporary Directories.
Reached target Timer Units.
Listening on CUPS Scheduler.
Listening on D-Bus System Message Bus Socket.
Listening on GnuPG network certificate management daemon for /etc/pacman.d/gnupg.
Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers) for /etc/pacman.d/gnupg.
Listening on GnuPG cryptographic agent and passphrase cache (restricted) for /etc/pacman.d/gnupg.
Listening on GnuPG cryptographic agent (ssh-agent emulation) for /etc/pacman.d/gnupg.
Listening on GnuPG cryptographic agent and passphrase cache for /etc/pacman.d/gnupg.
Listening on GnuPG public key management service for /etc/pacman.d/gnupg.
Reached target Socket Units.
Starting D-Bus System Message Bus...
TPM2 PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Started D-Bus System Message Bus.
Reached target Basic System.
Starting Network Manager...
Starting Save/Restore Sound Card State...
Manage Sound Card State (restore and store) was skipped because of an unmet condition check (ConditionPathExists=/etc/alsa/state-daemon.conf).
Started DHCP/ IPv4LL/ IPv6RA/ DHCPv6 client on all interfaces.
SSH Key Generation was skipped because no trigger condition checks were met.
Starting User Login Management...
Ready
dhcpcd-10.0.6 starting
dev: loaded udev
DUID 00:01:00:01:2d:bd:4b:64:f0:2f:74:d3:fc:53
Watching system buttons on /dev/input/event2 (Power Button)
Watching system buttons on /dev/input/event1 (Power Button)
Watching system buttons on /dev/input/event0 (Sleep Button)
New seat seat0.
Started User Login Management.
8021q: 802.1Q VLAN Support v1.8
<info>  [1716224874.2116] NetworkManager (version 1.46.0-2) is starting... (boot:380c6ff3-e9a7-4fd7-90d0-48db5c17735e)
<info>  [1716224874.2117] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
<info>  [1716224874.2144] manager[0x5a03145658d0]: monitoring kernel firmware directory '/lib/firmware'.
Starting Hostname Service...
cfg80211: Loading compiled-in X.509 certificates for regulatory database
Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
cfg80211: failed to load regulatory.db
Started Hostname Service.
<info>  [1716224874.2429] hostname: hostname: using hostnamed
<info>  [1716224874.2429] hostname: static hostname changed from (none) to "desktop"
<info>  [1716224874.2432] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink
<info>  [1716224874.2433] manager[0x5a03145658d0]: rfkill: Wi-Fi hardware radio set enabled
<info>  [1716224874.2433] manager[0x5a03145658d0]: rfkill: WWAN hardware radio set enabled
no interfaces have a carrier
<info>  [1716224874.2449] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.46.0-2/libnm-device-plugin-ovs.so)
<info>  [1716224874.2467] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.46.0-2/libnm-device-plugin-wwan.so)
<info>  [1716224874.2574] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.46.0-2/libnm-device-plugin-team.so)
<info>  [1716224874.2577] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.46.0-2/libnm-device-plugin-bluetooth.so)
<info>  [1716224874.2580] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.46.0-2/libnm-device-plugin-adsl.so)
<info>  [1716224874.2586] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.46.0-2/libnm-device-plugin-wifi.so)
<info>  [1716224874.2587] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
<info>  [1716224874.2587] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
<info>  [1716224874.2587] manager: Networking is enabled by state file
<info>  [1716224874.2589] settings: Loaded settings plugin: keyfile (internal)
Starting Network Manager Script Dispatcher Service...
usb 1-14.3: New USB device found, idVendor=8087, idProduct=0032, bcdDevice= 0.00
usb 1-14.3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Started Network Manager Script Dispatcher Service.
checking bus 1, device 7: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-14/1-14.1"
bus: 1, device: 7 was not an MTP device
enp3s0: waiting for carrier
<info>  [1716224874.2740] dhcp: init: Using DHCP client 'internal'
<info>  [1716224874.2743] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1)
<info>  [1716224874.2750] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external')
<info>  [1716224874.2752] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external')
<info>  [1716224874.2755] device (lo): Activation: starting connection 'lo' (190c7a94-99ca-4cfc-b676-d0234ee57e31)
<info>  [1716224874.2763] manager: (enp3s0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
<info>  [1716224874.2767] settings: (enp3s0): created default wired connection 'Wired connection 1'
<info>  [1716224874.2767] device (enp3s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Started Network Manager.
<info>  [1716224874.2776] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Reached target Network.
usbcore: registered new device driver apple-mfi-fastcharge
<info>  [1716224874.2782] ovsdb: disconnected from ovsdb
<info>  [1716224874.2782] device (lo): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external')
Starting Network Manager Wait Online...
<info>  [1716224874.2783] device (lo): state change: prepare -> config (reason 'none', sys-iface-state: 'external')
<info>  [1716224874.2784] device (lo): state change: config -> ip-config (reason 'none', sys-iface-state: 'external')
<info>  [1716224874.2786] device (lo): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external')
Started OpenSSH Daemon.
<info>  [1716224874.2792] device (lo): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external')
<info>  [1716224874.2793] device (lo): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external')
<info>  [1716224874.2795] device (lo): Activation: successful, device activated.
checking bus 1, device 7: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-14/1-14.1"
bus: 1, device: 7 was not an MTP device
apple 0003:05AC:024F.0003: Non-apple keyboard detected; function keys will default to fnmode=2 behavior
input: Keychron Keychron K5 SE as /devices/pci0000:00/0000:00:14.0/usb1/1-14/1-14.1/1-14.1:1.0/0003:05AC:024F.0003/input/input14
apple 0003:05AC:024F.0003: input,hidraw2: USB HID v1.11 Keyboard [Keychron Keychron K5 SE] on usb-0000:00:14.0-14.1/input0
apple 0003:05AC:024F.0004: Fn key not found (Apple Wireless Keyboard clone?), disabling Fn key handling
apple 0003:05AC:024F.0004: Non-apple keyboard detected; function keys will default to fnmode=2 behavior
input: Keychron Keychron K5 SE as /devices/pci0000:00/0000:00:14.0/usb1/1-14/1-14.1/1-14.1:1.1/0003:05AC:024F.0004/input/input15
apple 0003:05AC:024F.0004: input,hidraw3: USB HID v1.11 Keyboard [Keychron Keychron K5 SE] on usb-0000:00:14.0-14.1/input1
Finished Save/Restore Sound Card State.
Reached target Sound Card.
Server listening on 0.0.0.0 port 22.
Server listening on :: port 22.
Bluetooth: Core ver 2.22
NET: Registered PF_BLUETOOTH protocol family
Bluetooth: HCI device and connection manager initialized
Bluetooth: HCI socket layer initialized
Bluetooth: L2CAP socket layer initialized
Bluetooth: SCO socket layer initialized
[drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 1
usbcore: registered new interface driver btusb
Starting Bluetooth service...
Bluetooth: hci0: Firmware timestamp 2024.14 buildtype 1 build 81454
Bluetooth: hci0: Firmware SHA1: 0xdfd62093
Bluetooth: hci0: No support for _PRR ACPI method
Bluetooth: hci0: Found device firmware: intel/ibt-0041-0041.sfi
Bluetooth: hci0: Boot Address: 0x100800
Bluetooth: hci0: Firmware Version: 46-14.24
Bluetooth: hci0: Firmware already loaded
Bluetooth: hci0: Fseq status: Success (0x00)
Bluetooth: hci0: Fseq executed: 00.00.02.41
Bluetooth: hci0: Fseq BT Top: 00.00.02.41
Bluetooth daemon 5.76
Started Bluetooth service.
Reached target Bluetooth Support.
Starting SDP server
src/plugin.c:init_plugin() System does not support bap plugin
src/plugin.c:init_plugin() System does not support bass plugin
src/plugin.c:init_plugin() System does not support mcp plugin
src/plugin.c:init_plugin() System does not support vcp plugin
profiles/audio/micp.c:micp_init() D-Bus experimental not enabled
src/plugin.c:init_plugin() System does not support micp plugin
src/plugin.c:init_plugin() System does not support ccp plugin
src/plugin.c:init_plugin() System does not support csip plugin
Bluetooth management interface 1.22 initialized
Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Bluetooth: BNEP filters: protocol multicast
Bluetooth: BNEP socket layer initialized
Watching system buttons on /dev/input/event14 (Keychron Keychron K5 SE)
Watching system buttons on /dev/input/event15 (Keychron Keychron K5 SE)
Battery Provider Manager created
Bluetooth: MGMT ver 1.22
NET: Registered PF_ALG protocol family
src/device.c:device_set_wake_support() Unable to set wake_support without RPA resolution
igc 0000:03:00.0 enp3s0: NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
enp3s0: carrier acquired
<info>  [1716224879.1554] device (enp3s0): carrier: link connected
<info>  [1716224879.1559] device (enp3s0): state change: unavailable -> disconnected (reason 'carrier-changed', sys-iface-state: 'managed')
<info>  [1716224879.1570] policy: auto-activating connection 'Wired connection 1' (fa35b34e-26c9-3259-b518-846288b542f7)
<info>  [1716224879.1579] device (enp3s0): Activation: starting connection 'Wired connection 1' (fa35b34e-26c9-3259-b518-846288b542f7)
<info>  [1716224879.1582] device (enp3s0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
<info>  [1716224879.1587] manager: NetworkManager state is now CONNECTING
<info>  [1716224879.1590] device (enp3s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
<info>  [1716224879.1602] device (enp3s0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
<info>  [1716224879.1610] dhcp4 (enp3s0): activation: beginning transaction (timeout in 45 seconds)
<info>  [1716224879.1629] dhcp4 (enp3s0): state changed new lease, address=192.168.1.100, acd pending
enp3s0: IAID 74:d3:fc:53
enp3s0: adding address fe80::c111:f0e9:2b0c:ab14
enp3s0: soliciting an IPv6 router
<info>  [1716224879.3348] dhcp4 (enp3s0): state changed new lease, address=192.168.1.100
<info>  [1716224879.3354] policy: set 'Wired connection 1' (enp3s0) as default for IPv4 routing and DNS
Activation request for 'org.freedesktop.resolve1' failed: The systemd unit 'dbus-org.freedesktop.resolve1.service' could not be found.
<info>  [1716224879.3426] device (enp3s0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
<info>  [1716224879.3462] device (enp3s0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
<info>  [1716224879.3465] device (enp3s0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
<info>  [1716224879.3471] manager: NetworkManager state is now CONNECTED_SITE
<info>  [1716224879.3476] device (enp3s0): Activation: successful, device activated.
<info>  [1716224879.3485] manager: startup complete
Finished Network Manager Wait Online.
Reached target Network is Online.
Mounting /filesrv...
netfs: FS-Cache loaded
RPC: Registered named UNIX socket transport module.
RPC: Registered udp transport module.
RPC: Registered tcp transport module.
RPC: Registered tcp-with-tls transport module.
RPC: Registered tcp NFSv4.1 backchannel transport module.
Key type dns_resolver registered
NFS: Registering the id_resolver key type
Key type id_resolver registered
Key type id_legacy registered
setting /filesrv readahead to 128
enp3s0: rebinding lease of 192.168.1.100
Mounted /filesrv.
Reached target Remote File Systems.
TPM2 PCR Barrier (User) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
enp3s0: leased 192.168.1.100 for 86400 seconds
enp3s0: adding route to 192.168.1.0/24
enp3s0: adding default route via 192.168.1.1
Starting Permit User Sessions...
Finished Permit User Sessions.
Reached target Multi-User System.
<info>  [1716224879.7220] manager: NetworkManager state is now CONNECTED_GLOBAL
Starting Light Display Manager...
Reached target User and Group Name Lookups.
Starting Accounts Service...
Starting Authorization Manager...
Started polkitd version 124
Loading rules from directory /etc/polkit-1/rules.d
Loading rules from directory /usr/share/polkit-1/rules.d
Finished loading, compiling and executing 4 rules
Started Authorization Manager.
Acquired the name org.freedesktop.PolicyKit1 on the system bus
started daemon version 23.13.0
Started Accounts Service.
Started Light Display Manager.
Reached target Graphical Interface.
Startup finished in 13.289s (firmware) + 6.557s (loader) + 1.109s (kernel) + 7.720s (userspace) = 28.676s.
pam_succeed_if(lightdm-autologin:auth): requirement "user ingroup autologin" was met by user "ashanks"
Stopping PAM conversation, interaction requested but not supported
pam_kwallet5(lightdm-autologin:auth): pam_kwallet5: pam_sm_authenticate
pam_kwallet5(lightdm-autologin:auth): pam_kwallet5: Couldn't get password (it is empty)
pam_kwallet5(lightdm-autologin:auth): pam_kwallet5: Prompt for password failed Conversation error
Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-org.freedesktop.home1.service' could not be found.
pam_kwallet5(lightdm-autologin:setcred): pam_kwallet5: pam_sm_setcred
pam_unix(lightdm-autologin:session): session opened for user ashanks(uid=1000) by ashanks(uid=0)
New session 1 of user ashanks.
Created slice User Slice of UID 1000.
Starting User Runtime Directory /run/user/1000...
Finished User Runtime Directory /run/user/1000.
Starting User Manager for UID 1000...
pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[ashanks] ruser=[<unknown>] rhost=[<unknown>]
pam_unix(systemd-user:session): session opened for user ashanks(uid=1000) by ashanks(uid=0)
Queued start job for default target Main User Target.
/var/log/journal/038facea6dfb43f98864981382b9c946/user-1000.journal: Journal file uses a different sequence number ID, rotating.
Created slice User Application Slice.
Reached target Paths.
Reached target Timers.
Starting D-Bus User Message Bus Socket...
Listening on GnuPG network certificate management daemon.
Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Listening on GnuPG cryptographic agent (ssh-agent emulation).
Listening on GnuPG cryptographic agent and passphrase cache.
Listening on GnuPG public key management service.
Listening on p11-kit server.
Listening on PipeWire PulseAudio.
Listening on PipeWire Multimedia System Sockets.
Listening on D-Bus User Message Bus Socket.
Reached target Sockets.
Reached target Basic System.
Started User Manager for UID 1000.
Starting Update XDG user dir configuration...
Started Session 1 of User ashanks.
pam_kwallet5(lightdm-autologin:session): pam_kwallet5: pam_sm_open_session
pam_kwallet5(lightdm-autologin:session): pam_kwallet5: open_session called without kwallet5_key
Finished Update XDG user dir configuration.
Reached target Main User Target.
Startup finished in 160ms.
Created slice User Core Session Slice.
Starting D-Bus User Message Bus...
Service file '/usr/share/dbus-1/services/org.kde.dolphin.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
Service file '/usr/share/dbus-1/services/org.kde.kscreen.service' is not named after the D-Bus name 'org.kde.KScreen'.
Service file '/usr/share/dbus-1/services/org.kde.plasma.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored
Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored
Started D-Bus User Message Bus.
Ready
Starting Locale Service...
Started Locale Service.
Reloading requested from client PID 790 ('startplasma-way')...
Reloading...
Reloading finished in 58 ms.
Created slice Slice /app/dbus-:1.2-org.kde.KSplash.
Started dbus-:1.2-org.kde.KSplash@0.service.
Created slice User Background Tasks Slice.
Reached target Session services which should run early before the graphical session is brought up.
Starting KDE Global Shortcuts Server...
Starting KDE Window Manager...
Starting Baloo File Indexer Daemon...
Started KDE Window Manager.
Starting KDE Config Module Initialization...
Starting Splash screen shown during boot...
Started Baloo File Indexer Daemon.
Starting Disk Manager...
Started KDE Global Shortcuts Server.
Starting Portal service...
udisks daemon version 2.10.1 starting
Starting flatpak document portal service...
Starting sandboxed app permission store...
Started sandboxed app permission store.
block nvme0n1: No UUID available providing old NGUID
Started flatpak document portal service.
Started Disk Manager.
Acquired the name org.freedesktop.UDisks2 on the system message bus
Starting Daemon for power management...
Starting RealtimeKit Scheduling Policy Service...
Started RealtimeKit Scheduling Policy Service.
Successfully called chroot.
Successfully dropped privileges.
Successfully limited resources.
Canary thread running.
Running.
Watchdog thread running.
Supervising 0 threads of 0 processes of 0 users.
Supervising 0 threads of 0 processes of 0 users.
Supervising 0 threads of 0 processes of 0 users.
Started Daemon for power management.
No backend specified, automatically choosing drm
MESA-LOADER: failed to open simpledrm: /usr/lib/dri/simpledrm_dri.so: cannot open shared object file: No such file or directory (search paths /usr/lib/dri, suffix _dri)
qt.core.qobject.connect: QObject::connect: No such signal Solid::Backends::Fstab::FstabStorageAccess::repairRequested(QString)
qt.core.qobject.connect: QObject::connect: No such signal Solid::Backends::Fstab::FstabStorageAccess::repairDone(Solid::ErrorType, QVariant, QString)
qt.core.qobject.connect: QObject::connect: No such signal Solid::Backends::Fstab::FstabStorageAccess::repairRequested(QString)
qt.core.qobject.connect: QObject::connect: No such signal Solid::Backends::Fstab::FstabStorageAccess::repairDone(Solid::ErrorType, QVariant, QString)
qt.dbus.integration: QDBusConnection: name 'org.freedesktop.UDisks2' had owner '' but we thought it was ':1.20'
qt.dbus.integration: QDBusConnection: name 'org.freedesktop.UPower' had owner '' but we thought it was ':1.23'
Started PipeWire Multimedia Service.
Started Multimedia Service Session Manager.
Supervising 0 threads of 0 processes of 0 users.
Supervising 0 threads of 0 processes of 0 users.
Supervising 0 threads of 0 processes of 0 users.
Successfully made thread 874 of process 874 owned by '1000' high priority at nice level -11.
Supervising 1 threads of 1 processes of 1 users.
Successfully made thread 910 of process 874 owned by '1000' RT at priority 20.
Supervising 2 threads of 1 processes of 1 users.
Supervising 2 threads of 1 processes of 1 users.
Supervising 2 threads of 1 processes of 1 users.
Supervising 2 threads of 1 processes of 1 users.
Successfully made thread 875 of process 875 owned by '1000' high priority at nice level -11.
Supervising 3 threads of 2 processes of 1 users.
OpenGL vendor string:                   Mesa
OpenGL renderer string:                 llvmpipe (LLVM 17.0.6, 256 bits)
OpenGL version string:                  4.5 (Core Profile) Mesa 24.0.7-arch1.3
OpenGL shading language version string: 4.50
Driver:                                 LLVMpipe
GPU class:                              Unknown
OpenGL version:                         4.5
GLSL version:                           4.50
Mesa version:                           24.0.7
Requires strict binding:                no
Virtual Machine:                        no
Timer query support:                    yes
kwin_scene_opengl: No render nodes have been found, falling back to primary node
enp3s0: Router Advertisement from fe80::8d3:47d4:dd7d:242b
enp3s0: adding address fdad:16c1:d7a2:3d4b:f3dc:5fdc:e8dc:2d3/64
enp3s0: adding route to fdad:16c1:d7a2:3d4b:7e00::/64
kwin_scene_opengl: Invalid framebuffer status:  "GL_FRAMEBUFFER_INCOMPLETE_MISSING_ATTACHMENT"
kwin_scene_opengl: Invalid framebuffer status:  "GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT"
[drm] [nvidia-drm] [GPU ID 0x00000100] Framebuffer memory not appropriate for scanout
[drm] [nvidia-drm] [GPU ID 0x00000100] Framebuffer memory not appropriate for scanout
kwin_wayland_drm: Failed to create framebuffer: Invalid argument
kwin_wayland_drm: Failed to create framebuffer: Invalid argument
Initializing  "/usr/lib/qt6/plugins/plasma/kcms/systemsettings/kcm_fonts.so"
libEGL warning: MESA-LOADER: failed to open simpledrm: /usr/lib/dri/simpledrm_dri.so: cannot open shared object file: No such file or directory (search paths /usr/lib/dri, suffix _dri)
MESA-LOADER: failed to open simpledrm: /usr/lib/dri/simpledrm_dri.so: cannot open shared object file: No such file or directory (search paths /usr/lib/dri, suffix _dri)
Refusing to try glamor on llvmpipe
EGL setup failed, disabling glamor
Failed to initialize glamor, falling back to sw
kf.windowsystem: static bool KX11Extras::mapViewport() may only be used on X11
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:          Unsupported maximum keycode 708, clipping.
>                   X11 cannot support keycodes above 255.
> Warning:          Could not resolve keysym XF86KbdInputAssistPrevgrou
> Warning:          Could not resolve keysym XF86KbdInputAssistNextgrou
Errors from xkbcomp are not fatal to the X server
Initializing  "/usr/lib/qt6/plugins/plasma/kcms/systemsettings/kcm_mouse.so"
Initializing  "/usr/lib/qt6/plugins/plasma/kcms/systemsettings/kcm_style.so"
Initializing  "/usr/lib/qt6/plugins/plasma/kcms/systemsettings/kcm_fonts.so"
Initializing  "/usr/lib/qt6/plugins/plasma/kcms/systemsettings/kcm_style.so"
kwin_scene_opengl: failed to import dmabuf KWin::LinuxDmaBufV1ClientBuffer(0x56da1eed0a30)
error in client communication (pid 816)
[destroyed object]: error 7: importing the supplied dmabufs failed
The Wayland connection experienced a fatal error: Protocol error
simple-framebuffer simple-framebuffer.0: swiotlb buffer is full (sz: 303104 bytes), total 32768 (slots), used 0 (slots)
plasma-ksplash.service: Main process exited, code=exited, status=255/EXCEPTION
plasma-ksplash.service: Failed with result 'exit-code'.
Failed to start Splash screen shown during boot.
Started KDE Config Module Initialization.
Started dbus-:1.2-org.kde.KSplash@1.service.
Starting KDE Session Management Server...
Started Unlock kwallet from pam credentials.
Starting KDE Daemon 6...
libEGL warning: MESA-LOADER: failed to open simpledrm: /usr/lib/dri/simpledrm_dri.so: cannot open shared object file: No such file or directory (search paths /usr/lib/dri, suffix _dri)
Started KDE Daemon 6.
Starting KDE Configuration Module Initialization (Phase 1)...
Started KDE Session Management Server.
Starting KDE Plasma Workspace...
Initializing  "/usr/lib/qt6/plugins/plasma/kcms/systemsettings/kcm_touchpad.so"
Finished KDE Configuration Module Initialization (Phase 1).
<info>  [1716224881.7089] agent-manager: agent[8bf521b23d2878f4,:1.31/org.kde.plasma.networkmanagement/1000]: agent registered
QDBusObjectPath: invalid path "/modules/plasma-session-shortcuts"
kf.dbusaddons: The kded module name "plasma-session-shortcuts" is invalid!
kf.coreaddons: The plugin "/usr/lib/qt6/plugins/kaccounts/daemonplugins/kaccounts_kio_webdav_plugin.so" explicitly states an Id in the embedded metadata, which is different from the one derived from the filename The Id field from the KPlugin object in the metadata should be removed
kf.config.kconf_update: /usr/share/kconf_update/ark.upd defined Version=5 but Version=6 was expected
kf.config.kconf_update: /usr/share/kconf_update/dolphin_detailsmodesettings.upd defined Version=5 but Version=6 was expected
kf.config.kconf_update: /usr/share/kconf_update/filepicker.upd defined Version=5 but Version=6 was expected
kf.config.kconf_update: /usr/share/kconf_update/konsole.upd defined Version=5 but Version=6 was expected
kf.config.kconf_update: /usr/share/kconf_update/okular.upd defined Version=5 but Version=6 was expected
Activation request for 'org.freedesktop.ModemManager1' failed: The systemd unit 'dbus-org.freedesktop.ModemManager1.service' could not be found.
kf.modemmanagerqt: Failed enumerating MM objects: "org.freedesktop.DBus.Error.NameHasNoOwner" 
 "Could not activate remote peer 'org.freedesktop.ModemManager1': activation request failed: unknown unit"

kf.bluezqt: PendingCall Error: "The name is not activatable"
libEGL warning: MESA-LOADER: failed to open simpledrm: /usr/lib/dri/simpledrm_dri.so: cannot open shared object file: No such file or directory (search paths /usr/lib/dri, suffix _dri)
enp3s0: Router Advertisement from fe80::d58:cfbd:8cc2:9140
Bluetooth: RFCOMM TTY layer initialized
Bluetooth: RFCOMM socket layer initialized
Bluetooth: RFCOMM ver 1.11
Endpoint registered: sender=:1.33 path=/MediaEndpoint/A2DPSource/ldac
Endpoint registered: sender=:1.33 path=/MediaEndpoint/A2DPSink/aptx_hd
Endpoint registered: sender=:1.33 path=/MediaEndpoint/A2DPSource/aptx_hd
Endpoint registered: sender=:1.33 path=/MediaEndpoint/A2DPSink/aptx
Endpoint registered: sender=:1.33 path=/MediaEndpoint/A2DPSource/aptx
Endpoint registered: sender=:1.33 path=/MediaEndpoint/A2DPSink/aac
Endpoint registered: sender=:1.33 path=/MediaEndpoint/A2DPSource/aac
Endpoint registered: sender=:1.33 path=/MediaEndpoint/A2DPSink/sbc
Endpoint registered: sender=:1.33 path=/MediaEndpoint/A2DPSource/sbc
Endpoint registered: sender=:1.33 path=/MediaEndpoint/A2DPSink/sbc_xq
Endpoint registered: sender=:1.33 path=/MediaEndpoint/A2DPSource/sbc_xq
Endpoint registered: sender=:1.33 path=/MediaEndpoint/A2DPSource/aptx_ll_1
Endpoint registered: sender=:1.33 path=/MediaEndpoint/A2DPSource/aptx_ll_0
Endpoint registered: sender=:1.33 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_1
Endpoint registered: sender=:1.33 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_0
Endpoint registered: sender=:1.33 path=/MediaEndpoint/A2DPSource/faststream
Endpoint registered: sender=:1.33 path=/MediaEndpoint/A2DPSource/faststream_duplex
Endpoint registered: sender=:1.33 path=/MediaEndpoint/A2DPSink/opus_05
Endpoint registered: sender=:1.33 path=/MediaEndpoint/A2DPSource/opus_05
Endpoint registered: sender=:1.33 path=/MediaEndpoint/A2DPSink/opus_05_duplex
Endpoint registered: sender=:1.33 path=/MediaEndpoint/A2DPSource/opus_05_duplex
[0:00:10.868686153] [875] [1;31mERROR [1;37mIPAModule [1;34mipa_module.cpp:172 [0mSymbol ipaModuleInfo not found
[0:00:10.868695263] [875] [1;31mERROR [1;37mIPAModule [1;34mipa_module.cpp:292 [0;32mv4l2-compat.so: [0mIPA module has no valid info
[0:00:10.868710461] [875] [1;32m INFO [1;37mCamera [1;34mcamera_manager.cpp:284 [0mlibcamera v0.2.0
kde.plasmashell: Aborting shell load: The activity manager daemon (kactivitymanagerd) is not running.
kde.plasmashell: If this Plasma has been installed into a custom prefix, verify that its D-Bus services dir is known to the system for the daemon to be activatable.
Starting KActivityManager Activity manager Service...
Started KDE Plasma Workspace.
Reached target KDE Plasma Workspace Core.
Started Proxies GTK DBus menus to a Plasma readable format.
Starting KDE PolicyKit Authentication Agent...
Starting Powerdevil...
Starting Xdg Desktop Portal For KDE...
Started Handle legacy xembed system tray icons.
libEGL warning: MESA-LOADER: failed to open simpledrm: /usr/lib/dri/simpledrm_dri.so: cannot open shared object file: No such file or directory (search paths /usr/lib/dri, suffix _dri)
device number invalid for v4l2 device:nil
device number invalid for libcamera device:libcamera_device.\_SB_.PC00.XHCI.RHUB.SS03-3:1.0-345f:2131
[0:00:10.927230136] [874] [1;31mERROR [1;37mIPAModule [1;34mipa_module.cpp:172 [0mSymbol ipaModuleInfo not found
[0:00:10.927239738] [874] [1;31mERROR [1;37mIPAModule [1;34mipa_module.cpp:292 [0;32mv4l2-compat.so: [0mIPA module has no valid info
[0:00:10.927253835] [874] [1;32m INFO [1;37mCamera [1;34mcamera_manager.cpp:284 [0mlibcamera v0.2.0
libEGL warning: MESA-LOADER: failed to open simpledrm: /usr/lib/dri/simpledrm_dri.so: cannot open shared object file: No such file or directory (search paths /usr/lib/dri, suffix _dri)
libEGL warning: MESA-LOADER: failed to open simpledrm: /usr/lib/dri/simpledrm_dri.so: cannot open shared object file: No such file or directory (search paths /usr/lib/dri, suffix _dri)
libEGL warning: MESA-LOADER: failed to open simpledrm: /usr/lib/dri/simpledrm_dri.so: cannot open shared object file: No such file or directory (search paths /usr/lib/dri, suffix _dri)
kf.windowsystem: virtual void KX11Extras::connectNotify(const QMetaMethod&) may only be used on X11
kf.windowsystem: virtual void KX11Extras::connectNotify(const QMetaMethod&) may only be used on X11
Started KActivityManager Activity manager Service.
kde.plasmashell: Aborting shell load: The activity manager daemon (kactivitymanagerd) is not running.
kde.plasmashell: If this Plasma has been installed into a custom prefix, verify that its D-Bus services dir is known to the system for the daemon to be activatable.
Started Xdg Desktop Portal For KDE.
Started KDE PolicyKit Authentication Agent.
New PolkitAgentListener  0x5e743c3ce8c0
Adding new listener  PolkitQt1::Agent::Listener(0x5e743c3ce220) for  0x5e743c3ce8c0
Listener online
Registered Authentication Agent for unix-session:1 (system bus name :1.40 [/usr/lib/polkit-kde-authentication-agent-1], object path /org/kde/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
Authentication agent result: true
Choosing kwallet.portal for org.freedesktop.impl.portal.Secret via the deprecated UseIn key
The preferred method to match portal implementations to desktop environments is to use the portals.conf(5) configuration file
Started Portal service.
kf.plasma.quick: Applet preload policy set to 1
file:///usr/share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/main.qml:196:25: QML FolderViewDropArea (parent or ancestor of QQuickLayoutAttached): Binding loop detected for property "minimumWidth"
Created slice Slice /system/dbus-:1.1-org.kde.powerdevil.discretegpuhelper.
Started dbus-:1.1-org.kde.powerdevil.discretegpuhelper@0.service.
Created slice Slice /system/dbus-:1.1-org.kde.powerdevil.chargethresholdhelper.
Started dbus-:1.1-org.kde.powerdevil.chargethresholdhelper@0.service.
Created slice Slice /system/dbus-:1.1-org.kde.powerdevil.backlighthelper.
Started dbus-:1.1-org.kde.powerdevil.backlighthelper@0.service.
org.kde.powerdevil: no kernel backlight interface found
org.kde.powerdevil: org.kde.powerdevil.chargethresholdhelper.getthreshold failed "Charge thresholds are not supported by the kernel for this hardware"
org.kde.powerdevil: org.kde.powerdevil.backlighthelper.brightness failed
Initializing libddcutil.  ddcutil version: 2.1.4, shared library: /usr/lib/libddcutil.so.5.1.2
Options passed from client:
Applying combined options:
kwin_scene_opengl: failed to import dmabuf KWin::LinuxDmaBufV1ClientBuffer(0x56da1ed405d0)
The Wayland connection experienced a fatal error: Protocol error
[destroyed object]: error 7: importing the supplied dmabufs failed
error in client communication (pid 1120)
simple-framebuffer simple-framebuffer.0: swiotlb buffer is full (sz: 491520 bytes), total 32768 (slots), used 0 (slots)
plasma-plasmashell.service: Main process exited, code=exited, status=255/EXCEPTION
plasma-plasmashell.service: Failed with result 'exit-code'.
plasma-plasmashell.service: Scheduled restart job, restart counter is at 1.
Starting KDE Plasma Workspace...
libEGL warning: MESA-LOADER: failed to open simpledrm: /usr/lib/dri/simpledrm_dri.so: cannot open shared object file: No such file or directory (search paths /usr/lib/dri, suffix _dri)
src/adv_monitor.c:btd_adv_monitor_power_down() Unexpected NULL btd_adv_monitor_manager object upon power down
qt.core.qobject.connect: QObject::connect: No such signal Solid::Backends::Fstab::FstabStorageAccess::repairRequested(QString)
qt.core.qobject.connect: QObject::connect: No such signal Solid::Backends::Fstab::FstabStorageAccess::repairDone(Solid::ErrorType, QVariant, QString)
qt.core.qobject.connect: QObject::connect: No such signal Solid::Backends::Fstab::FstabStorageAccess::repairRequested(QString)
qt.core.qobject.connect: QObject::connect: No such signal Solid::Backends::Fstab::FstabStorageAccess::repairDone(Solid::ErrorType, QVariant, QString)
Started KDE Plasma Workspace.
kf.plasma.quick: Applet preload policy set to 1
file:///usr/share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/main.qml:196:25: QML FolderViewDropArea (parent or ancestor of QQuickLayoutAttached): Binding loop detected for property "minimumWidth"
kwin_scene_opengl: failed to import dmabuf KWin::LinuxDmaBufV1ClientBuffer(0x56da1a76ffe0)
error in client communication (pid 1378)
[destroyed object]: error 7: importing the supplied dmabufs failed
The Wayland connection experienced a fatal error: Protocol error
simple-framebuffer simple-framebuffer.0: swiotlb buffer is full (sz: 458752 bytes), total 32768 (slots), used 18 (slots)
plasma-plasmashell.service: Main process exited, code=exited, status=255/EXCEPTION
plasma-plasmashell.service: Failed with result 'exit-code'.
Library initialization complete.
plasma-plasmashell.service: Scheduled restart job, restart counter is at 2.
Starting KDE Plasma Workspace...
Started Powerdevil.
Reached target KDE Plasma Workspace.
Reached target Current graphical user session.
Reached target plasma-workspace-wayland.target.
org.kde.powerdevil: Handle button events action could not check for screen configuration
org.kde.powerdevil: org.kde.powerdevil.chargethresholdhelper.getthreshold failed "Charge thresholds are not supported by the kernel for this hardware"
libEGL warning: MESA-LOADER: failed to open simpledrm: /usr/lib/dri/simpledrm_dri.so: cannot open shared object file: No such file or directory (search paths /usr/lib/dri, suffix _dri)
Starting AT-SPI D-Bus Bus...
Starting Blueman Applet...
Starting enable_bluetooth.sh...
Starting Geoclue Demo agent...
Starting Accessibility...
Starting Fcitx 5...
Starting KSplash "ready" Stage...
Starting KDE Session Restoration...
app-at\x2dspi\x2ddbus\x2dbus@autostart.service: Skipped due to 'exec-condition'.
Condition check resulted in AT-SPI D-Bus Bus being skipped.
Started Blueman Applet.
Started enable_bluetooth.sh.
unblock set for type bluetooth
Started Fcitx 5.
Started Geoclue Demo agent.
Started Accessibility.
Reached target Startup of XDG autostart applications.
Finished KDE Session Restoration.
I2024-05-20 10:08:03.400158 instance.cpp:1373] Override Enabled Addons: {}
I2024-05-20 10:08:03.400181 instance.cpp:1374] Override Disabled Addons: {}
I2024-05-20 10:08:03.403686 addonmanager.cpp:193] Loaded addon wayland
Xlib XKB extension major= 1  minor= 0
I2024-05-20 10:08:03.405546 xcbconnection.cpp:189] Connecting to X11 display, display name::0.
I2024-05-20 10:08:03.405577 xcbconnection.cpp:194] X11 display: :0 is xwayland.
I2024-05-20 10:08:03.405612 addonmanager.cpp:193] Loaded addon xcb
I2024-05-20 10:08:03.407054 addonmanager.cpp:193] Loaded addon quickphrase
I2024-05-20 10:08:03.407418 addonmanager.cpp:193] Loaded addon imselector
I2024-05-20 10:08:03.410168 addonmanager.cpp:193] Loaded addon keyboard
I2024-05-20 10:08:03.410922 addonmanager.cpp:193] Loaded addon clipboard
I2024-05-20 10:08:03.411642 addonmanager.cpp:193] Loaded addon waylandim
I2024-05-20 10:08:03.412222 addonmanager.cpp:193] Loaded addon unicode
I2024-05-20 10:08:03.413176 addonmanager.cpp:193] Loaded addon dbus
I2024-05-20 10:08:03.413795 addonmanager.cpp:193] Loaded addon dbusfrontend
I2024-05-20 10:08:03.415068 addonmanager.cpp:193] Loaded addon fcitx4frontend
I2024-05-20 10:08:03.415837 addonmanager.cpp:193] Loaded addon ibusfrontend
I2024-05-20 10:08:03.416718 addonmanager.cpp:193] Loaded addon xim
I2024-05-20 10:08:03.434791 inputmethodmanager.cpp:189] Found 734 input method(s) in addon keyboard
I2024-05-20 10:08:03.445302 addonmanager.cpp:193] Loaded addon kimpanel
I2024-05-20 10:08:03.445675 addonmanager.cpp:193] Loaded addon virtualkeyboard
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:          Unsupported maximum keycode 708, clipping.
>                   X11 cannot support keycodes above 255.
> Warning:          Could not resolve keysym XF86KbdInputAssistPrevgrou
> Warning:          Could not resolve keysym XF86KbdInputAssistNextgrou
Errors from xkbcomp are not fatal to the X server
I2024-05-20 10:08:03.462276 classicui.cpp:64] Created classicui for x11 display::0
I2024-05-20 10:08:03.462302 classicui.cpp:85] Created classicui for wayland display:
I2024-05-20 10:08:03.462313 addonmanager.cpp:193] Loaded addon classicui
I2024-05-20 10:08:03.463017 addonmanager.cpp:193] Loaded addon notificationitem
I2024-05-20 10:08:03.463607 addonmanager.cpp:193] Loaded addon notifications
Started KDE Plasma Workspace.
I2024-05-20 10:08:03.465942 dbusmodule.cpp:790] Service name change: org.fcitx.Fcitx5  :1.50
I2024-05-20 10:08:03.466011 kimpanel.cpp:116] Kimpanel new owner:
I2024-05-20 10:08:03.466030 virtualkeyboard.cpp:216] VirtualKeyboard new owner:
I2024-05-20 10:08:03.466048 portalsettingmonitor.cpp:91] A new portal show up, start a new query.
I2024-05-20 10:08:03.468455 portalsettingmonitor.cpp:91] A new portal show up, start a new query.
xdp-kde-settings: Namespace  "org.gnome.desktop.interface"  is not supported
xdp-kde-settings: Namespace  "org.gnome.desktop.interface"  is not supported
xdp-kde-settings: Namespace  "org.gnome.desktop.interface"  is not supported
xdp-kde-settings: Namespace  "org.gnome.desktop.interface"  is not supported
E2024-05-20 10:08:03.468866 portalsettingmonitor.cpp:115] DBus call error: org.freedesktop.portal.Error.NotFound Requested setting not found
E2024-05-20 10:08:03.468886 portalsettingmonitor.cpp:115] DBus call error: org.freedesktop.portal.Error.NotFound Requested setting not found
kf.plasma.quick: Applet preload policy set to 1
X server XKB extension major= 1  minor= 0
file:///usr/share/plasma/plasmoids/org.kde.desktopcontainment/contents/ui/main.qml:196:25: QML FolderViewDropArea (parent or ancestor of QQuickLayoutAttached): Binding loop detected for property "minimumWidth"
Starting Accessibility services bus...
Starting User preferences database...
Started Accessibility services bus.
Policy to allow eavesdropping in /usr/share/defaults/at-spi2/accessibility.conf +15: Eavesdropping is deprecated and ignored
Policy to allow eavesdropping in /usr/share/defaults/at-spi2/accessibility.conf +17: Eavesdropping is deprecated and ignored
Ready
Started User preferences database.
blueman-applet 10.08.03 WARNING  PluginManager:93 load_plugin: Failed to start plugin GameControllerWakelock: Only X11 platform is supported
blueman-applet 10.08.03 WARNING  PluginManager:150 __load_plugin: Not loading DhcpClient because its conflict has higher priority
blueman-applet 10.08.03 WARNING  PluginManager:150 __load_plugin: Not loading PPPSupport because its conflict has higher priority
Started PipeWire PulseAudio.
Created slice Slice /app/dbus-:1.59-org.a11y.atspi.Registry.
Started dbus-:1.59-org.a11y.atspi.Registry@0.service.
SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Successfully made thread 1595 of process 1595 owned by '1000' high priority at nice level -11.
Supervising 4 threads of 3 processes of 1 users.
Successfully made thread 1605 of process 1595 owned by '1000' RT at priority 20.
Supervising 5 threads of 3 processes of 1 users.
Registering ":1.66/StatusNotifierItem" to system tray
file:///usr/share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/main.qml:162:21: QML KSortFilterProxyModel: Binding loop detected for property "sourceModel"
file:///usr/share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/main.qml:162:21: QML KSortFilterProxyModel: Binding loop detected for property "sourceModel"
kwin_scene_opengl: failed to import dmabuf KWin::LinuxDmaBufV1ClientBuffer(0x56da1ed48750)
error in client communication (pid 1435)
[destroyed object]: error 7: importing the supplied dmabufs failed
simple-framebuffer simple-framebuffer.0: swiotlb buffer is full (sz: 393216 bytes), total 32768 (slots), used 2880 (slots)
The Wayland connection experienced a fatal error: Protocol error
Registering ":1.65/org/blueman/sni" to system tray
plasma-plasmashell.service: Main process exited, code=exited, status=255/EXCEPTION
plasma-plasmashell.service: Failed with result 'exit-code'.
NetworkManager-dispatcher.service: Deactivated successfully.
[[0;93mCHG[0m] Controller 14:18:C3:3F:C5:D1 PowerState: off-enabling
hci0 class of device changed: 0x6c0104
[[0;93mCHG[0m] Controller 14:18:C3:3F:C5:D1 Class: 0x006c0104 (7078148)
hci0 new_settings: powered bondable ssp br/edr le secure-conn wide-band-speech cis-central cis-peripheral
Changing power on succeeded
[[0;93mCHG[0m] Controller 14:18:C3:3F:C5:D1 PowerState: on
[[0;93mCHG[0m] Controller 14:18:C3:3F:C5:D1 Powered: yes
plasma-plasmashell.service: Scheduled restart job, restart counter is at 3.
plasma-plasmashell.service: Start request repeated too quickly.
plasma-plasmashell.service: Failed with result 'exit-code'.
Failed to start KDE Plasma Workspace.
I2024-05-20 10:08:04.738007 addonmanager.cpp:193] Loaded addon mozc
Reached target Bluetooth.
input: Keychron M3 Mouse as /devices/virtual/misc/uhid/0005:3434:D033.0005/input/input16
input: Keychron M3 Keyboard as /devices/virtual/misc/uhid/0005:3434:D033.0005/input/input17
hid-generic 0005:3434:D033.0005: input,hidraw4: BLUETOOTH HID v1.20 Mouse [Keychron M3] on 14:18:c3:3f:c5:d1
mousedev: PS/2 mouse device common for all mice
Watching system buttons on /dev/input/event17 (Keychron M3 Keyboard)
No QSGTexture provided from updateSampledImage(). This is wrong.
No QSGTexture provided from updateSampledImage(). This is wrong.
No QSGTexture provided from updateSampledImage(). This is wrong.
No QSGTexture provided from updateSampledImage(). This is wrong.
No QSGTexture provided from updateSampledImage(). This is wrong.
No QSGTexture provided from updateSampledImage(). This is wrong.
No QSGTexture provided from updateSampledImage(). This is wrong.
No QSGTexture provided from updateSampledImage(). This is wrong.
No QSGTexture provided from updateSampledImage(). This is wrong.
No QSGTexture provided from updateSampledImage(). This is wrong.
No QSGTexture provided from updateSampledImage(). This is wrong.
No QSGTexture provided from updateSampledImage(). This is wrong.
No QSGTexture provided from updateSampledImage(). This is wrong.
No QSGTexture provided from updateSampledImage(). This is wrong.
No QSGTexture provided from updateSampledImage(). This is wrong.
No QSGTexture provided from updateSampledImage(). This is wrong.
No QSGTexture provided from updateSampledImage(). This is wrong.
No QSGTexture provided from updateSampledImage(). This is wrong.
No QSGTexture provided from updateSampledImage(). This is wrong.
No QSGTexture provided from updateSampledImage(). This is wrong.
No QSGTexture provided from updateSampledImage(). This is wrong.
No QSGTexture provided from updateSampledImage(). This is wrong.
No QSGTexture provided from updateSampledImage(). This is wrong.
No QSGTexture provided from updateSampledImage(). This is wrong.
No QSGTexture provided from updateSampledImage(). This is wrong.
No QSGTexture provided from updateSampledImage(). This is wrong.
No QSGTexture provided from updateSampledImage(). This is wrong.
qt.core.qobject.connect: QObject::connect: No such signal Solid::Backends::Fstab::FstabStorageAccess::repairRequested(QString)
qt.core.qobject.connect: QObject::connect: No such signal Solid::Backends::Fstab::FstabStorageAccess::repairDone(Solid::ErrorType, QVariant, QString)
qt.core.qobject.connect: QObject::connect: No such signal Solid::Backends::Fstab::FstabStorageAccess::repairRequested(QString)
qt.core.qobject.connect: QObject::connect: No such signal Solid::Backends::Fstab::FstabStorageAccess::repairDone(Solid::ErrorType, QVariant, QString)
Starting KRunner provider for baloo file indexer...
libEGL warning: MESA-LOADER: failed to open simpledrm: /usr/lib/dri/simpledrm_dri.so: cannot open shared object file: No such file or directory (search paths /usr/lib/dri, suffix _dri)
Started KRunner provider for baloo file indexer.
Created slice Slice /app/dbus-:1.2-org.freedesktop.Notifications.
Started dbus-:1.2-org.freedesktop.Notifications@0.service.
No QSGTexture provided from updateSampledImage(). This is wrong.
Started Konsole - Terminal.
No QSGTexture provided from updateSampledImage(). This is wrong.
No QSGTexture provided from updateSampledImage(). This is wrong.
libEGL warning: MESA-LOADER: failed to open simpledrm: /usr/lib/dri/simpledrm_dri.so: cannot open shared object file: No such file or directory (search paths /usr/lib/dri, suffix _dri)
No QSGTexture provided from updateSampledImage(). This is wrong.
No QSGTexture provided from updateSampledImage(). This is wrong.
No QSGTexture provided from updateSampledImage(). This is wrong.
No QSGTexture provided from updateSampledImage(). This is wrong.
dbus-:1.1-org.kde.powerdevil.discretegpuhelper@0.service: Deactivated successfully.
dbus-:1.1-org.kde.powerdevil.backlighthelper@0.service: Deactivated successfully.
dbus-:1.1-org.kde.powerdevil.chargethresholdhelper@0.service: Deactivated successfully.
systemd-hostnamed.service: Deactivated successfully.
systemd-localed.service: Deactivated successfully.
Cannot find 'org.kde.KSplash.setStage' in object /KSplash at org.kde.KSplash
Finished KSplash "ready" Stage.
password check failed for user (root)
pam_unix(su:auth): authentication failure; logname=ashanks uid=1000 euid=0 tty=/dev/pts/0 ruser=ashanks rhost=  user=root
FAILED SU (to root) ashanks on pts/0
org.kde.knotifications: WaitForName: Service was not registered within timeout
dbus-:1.2-org.kde.KSplash@1.service: Main process exited, code=exited, status=1/FAILURE
dbus-:1.2-org.kde.KSplash@1.service: Failed with result 'exit-code'.
(to root) ashanks on pts/0
pam_unix(su:session): session opened for user root(uid=0) by ashanks(uid=1000)
org.kde.knotifications: WaitForName: Service was not registered within timeout
dbus-:1.2-org.freedesktop.Notifications@0.service: Main process exited, code=exited, status=1/FAILURE
dbus-:1.2-org.freedesktop.Notifications@0.service: Failed with result 'exit-code'.

Offline

#7 2024-05-20 17:55:51

Fusion916
Member
Registered: 2024-05-18
Posts: 31

Re: [SOLVED] Wayland + Nvidia + KDE issue after latest update today

I fixed this issue by removing the entry from modprobe and directly putting it into initramfs. It seems for some reason the module was loading too late which wasnt a problem in the previous kernel for some reason.

Offline

#8 2024-05-30 23:24:42

LegendaryStoner
Member
Registered: 2024-05-30
Posts: 1

Re: [SOLVED] Wayland + Nvidia + KDE issue after latest update today

Fusion916 wrote:

I fixed this issue by removing the entry from modprobe and directly putting it into initramfs. It seems for some reason the module was loading too late which wasnt a problem in the previous kernel for some reason.

Please describe exactly what steps you took to accomplish this. Do you mean you put it in the Kernel arguments?

Found the other thread that explained what to do. I too am resolved.

Last edited by LegendaryStoner (2024-05-30 23:41:18)

Offline

#9 2024-06-28 13:12:59

segor97
Member
Registered: 2024-06-28
Posts: 4

Re: [SOLVED] Wayland + Nvidia + KDE issue after latest update today

I seem to have the same problem but cannot figure out how to fix it.

Could someone please go into a bit more detail on their solution? Where is the other thread that was mentioned?

Offline

#10 2024-06-28 15:34:33

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 23,712

Re: [SOLVED] Wayland + Nvidia + KDE issue after latest update today

You need to add the kernel parameter

nvidia_drm.modeset=1

to your commandline in your bootloader. https://wiki.archlinux.org/title/Kernel_parameters

Offline

#11 2024-06-30 14:16:25

segor97
Member
Registered: 2024-06-28
Posts: 4

Re: [SOLVED] Wayland + Nvidia + KDE issue after latest update today

I have set this parameter like this:

/boot/refind_linux.conf
"Boot with standard options"  "root=PARTUUID=192bd73a-0750-463a-9c04-638b0ae45d72 zswap.enabled=0 rootflags=subvol=@ rw rootfstype=btrfs nvidia_drm.modeset=1"
"Boot to single-user mode"    "root=PARTUUID=192bd73a-0750-463a-9c04-638b0ae45d72 zswap.enabled=0 rootflags=subvol=@ rw rootfstype=btrfs nvidia_drm.modeset=1 single"
"Boot with minimal options"   "ro root=/dev/nvme1n1p2"

I temporarily also had the

nvidia_drm.fbdev=1

parameter set.

I have also tried using early loading like specified in the wiki like this, rebooting in between tries:

/etc/mkinitcpio.conf
MODULES=(btrfs nvidia nvidia_modeset nvidia_uvm nvidia_drm)
BINARIES=(/usr/bin/btrfs)
FILES=()
HOOKS=(base udev autodetect keyboard keymap modconf block filesystems fsck)

None of this seems to have fixed my problems.

Offline

#12 2024-06-30 15:10:49

seth
Member
Registered: 2012-09-03
Posts: 60,566

Re: [SOLVED] Wayland + Nvidia + KDE issue after latest update today

Then

I seem to have the same problem

seems not.

Please post your complete system journal for the boot:

sudo journalctl -b | curl -F 'file=@-' 0x0.st

Offline

#13 2024-07-01 14:48:15

segor97
Member
Registered: 2024-06-28
Posts: 4

Re: [SOLVED] Wayland + Nvidia + KDE issue after latest update today

This exact command did not work, because Plasma just freezes and I can't even switch to another tty to get the journal. This should have the relevant boot though:

http://0x0.st/XaAh.txt

Maybe this is because I am starting Plasma from gdm?


Thanks for looking into it.

Offline

#14 2024-07-01 21:39:42

seth
Member
Registered: 2012-09-03
Posts: 60,566

Re: [SOLVED] Wayland + Nvidia + KDE issue after latest update today

Did you have these issues before updating to the nvidia 555xx drivers?
There've been several "black screen" reports for that version over the past 24h…

Offline

#15 2024-07-02 05:10:08

segor97
Member
Registered: 2024-06-28
Posts: 4

Re: [SOLVED] Wayland + Nvidia + KDE issue after latest update today

Yes. I updated yesterday hoping that might fix it...

I was hoping to get HDR working, now that Plasma 6.1 and the nvidia drivers also support explicit sync. Gnome is running completely fine for me, just no HDR support in sight.

Offline

#16 2024-07-02 17:58:21

afader
Member
Registered: 2013-09-12
Posts: 176

Re: [SOLVED] Wayland + Nvidia + KDE issue after latest update today

Yes, the issue is definitely in the nvidia drivers

Offline

#17 2024-09-25 13:19:56

BoeroBoy
Member
Registered: 2017-10-20
Posts: 3

Re: [SOLVED] Wayland + Nvidia + KDE issue after latest update today

Same here in Fedora. Another Wayland disaster.

I just gave up and added `DisplayServer=x11` to /etc/sddm.conf.  X saves the day yet again.

Offline

#18 2024-09-25 16:48:39

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 23,712

Re: [SOLVED] Wayland + Nvidia + KDE issue after latest update today

You're literally responding to a 2 month old and solved issue just to rant .

Don't do that. Closing.

Offline

Board footer

Powered by FluxBB