You are not logged in.
Pages: 1
Hello guys can you help me figure out how to install drivers for this card.
I tried following the wiki page, but failed to find the Code Name for MX230.
here is
lspci -k | grep -A 2 -E "(VGA|3D)"
00:02.0 VGA compatible controller: Intel Corporation Iris Plus Graphics G1 (Ice Lake) (rev 07)
Subsystem: Dell Device 0979
Kernel driver in use: i915
--
01:00.0 3D controller: NVIDIA Corporation GP108M [GeForce MX230] (rev a1)
Subsystem: Dell Device 0979
Kernel driver in use: nouveauAs you can see it is a Hybrid graphics with intel integrated,
I tryed running
sudo pacman -S nvidia nvidia-dkms nvidia-utils But end up braking everything
I also made changes to the
/etc/mikitcpio.config to add MODULES
Finally after breaking everything i uninstalled Gnome and purged nvidia drivers and switched to hyprland.
Because i am i newbie on arch i seek your help to try and install the best drivers for my card and set up everything.
Offline
Why nvidia and nvidia-dkms at the same time?
https://wiki.archlinux.org/title/PRIME
https://wiki.archlinux.org/title/NVIDIA_Optimus
If you intend to just use nvidia, then see if you can disable the integrated graphics in the BIOS and install the necessary driver for your nvidia card.
Offline
Have you read the nvidia wiki page? Or the optimus wiki page?
Offline
Have you read the nvidia wiki page? Or the optimus wiki page?
Yes i did, but i cant figure out necessary driver version because i cant find my code name (e.g. NV50, NVC0, etc.) and then i cant choose the right driver version as quoted on wiki page "Install the appropriate driver for your card: ".
Offline
Why nvidia and nvidia-dkms at the same time?
https://wiki.archlinux.org/title/PRIME
https://wiki.archlinux.org/title/NVIDIA_Optimus
If you intend to just use nvidia, then see if you can disable the integrated graphics in the BIOS and install the necessary driver for your nvidia card.
I read it but the prequest is that i installed nvidia drivers but i can't figure what version to install
Offline
I tried following the wiki page, but failed to find the Code Name for MX230.
According to this the MX230 runs on a GP108 chip which uses Pascal architecture so the built in nvidia module for the normal kernel should be okay if you intend to run nvidia alone but if you're using hybrid then refer to the previous links.
Last edited by d_fajardo (2024-06-07 14:11:45)
Offline
Let's see what you actually did.
Please post your complete system journal for the boot:
sudo journalctl -b | curl -F 'file=@-' 0x0.stOffline
I tried following the wiki page, but failed to find the Code Name for MX230.
According to this the MX230 runs on a GP108 chip which uses Pascal architecture so the built in nvidia module for the normal kernel should be okay if you intend to run nvidia alone but if you're using hybrid then refer to the previous links.
Thank you, i intend to use hybrid but for the god of me i can't understand what to do from PRIME wiki page.
Everything is written for X11 and i'am currently on Wayland
Offline
Let's see what you actually did.
Please post your complete system journal for the boot:sudo journalctl -b | curl -F 'file=@-' 0x0.st
Here it is
Jun 07 16:39:04 Joksa kernel: Linux version 6.9.3-arch1-1 (linux@archlinux) (gcc (GCC) 14.1.1 20240522, GNU ld (GNU Binutils) 2.42.0) #1 SMP PREEMPT_DYNAMIC Fri, 31 May 2024 15:14:45 +0000
Jun 07 16:39:04 Joksa kernel: Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=0698736c-2692-41e7-8072-7cadeb9784ff rw loglevel=3 quiet
Jun 07 16:39:04 Joksa kernel: x86/split lock detection: #AC: crashing the kernel on kernel split_locks and warning on user-space split_locks
Jun 07 16:39:04 Joksa kernel: BIOS-provided physical RAM map:
Jun 07 16:39:04 Joksa kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009dfff] usable
Jun 07 16:39:04 Joksa kernel: BIOS-e820: [mem 0x000000000009e000-0x00000000000fffff] reserved
Jun 07 16:39:04 Joksa kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000043cacfff] usable
Jun 07 16:39:04 Joksa kernel: BIOS-e820: [mem 0x0000000043cad000-0x0000000043cadfff] ACPI NVS
Jun 07 16:39:04 Joksa kernel: BIOS-e820: [mem 0x0000000043cae000-0x0000000043caefff] reserved
Jun 07 16:39:04 Joksa kernel: BIOS-e820: [mem 0x0000000043caf000-0x0000000059f8bfff] usable
Jun 07 16:39:04 Joksa kernel: BIOS-e820: [mem 0x0000000059f8c000-0x000000005b79bfff] reserved
Jun 07 16:39:04 Joksa kernel: BIOS-e820: [mem 0x000000005b79c000-0x000000005bf5ffff] ACPI NVS
Jun 07 16:39:04 Joksa kernel: BIOS-e820: [mem 0x000000005bf60000-0x000000005bffefff] ACPI data
Jun 07 16:39:04 Joksa kernel: BIOS-e820: [mem 0x000000005bfff000-0x000000005bffffff] usable
Jun 07 16:39:04 Joksa kernel: BIOS-e820: [mem 0x000000005c000000-0x000000006f7fffff] reserved
Jun 07 16:39:04 Joksa kernel: BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
Jun 07 16:39:04 Joksa kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Jun 07 16:39:04 Joksa kernel: BIOS-e820: [mem 0x0000000100000000-0x00000004907fffff] usable
Jun 07 16:39:04 Joksa kernel: NX (Execute Disable) protection: active
Jun 07 16:39:04 Joksa kernel: APIC: Static calls initialized
Jun 07 16:39:04 Joksa kernel: e820: update [mem 0x59e4f018-0x59e7b857] usable ==> usable
Jun 07 16:39:04 Joksa kernel: extended physical RAM map:
Jun 07 16:39:04 Joksa kernel: reserve setup_data: [mem 0x0000000000000000-0x000000000009dfff] usable
Jun 07 16:39:04 Joksa kernel: reserve setup_data: [mem 0x000000000009e000-0x00000000000fffff] reserved
Jun 07 16:39:04 Joksa kernel: reserve setup_data: [mem 0x0000000000100000-0x0000000043cacfff] usable
Jun 07 16:39:04 Joksa kernel: reserve setup_data: [mem 0x0000000043cad000-0x0000000043cadfff] ACPI NVS
Jun 07 16:39:04 Joksa kernel: reserve setup_data: [mem 0x0000000043cae000-0x0000000043caefff] reserved
Jun 07 16:39:04 Joksa kernel: reserve setup_data: [mem 0x0000000043caf000-0x0000000059e4f017] usable
Jun 07 16:39:04 Joksa kernel: reserve setup_data: [mem 0x0000000059e4f018-0x0000000059e7b857] usable
Jun 07 16:39:04 Joksa kernel: reserve setup_data: [mem 0x0000000059e7b858-0x0000000059f8bfff] usable
Jun 07 16:39:04 Joksa kernel: reserve setup_data: [mem 0x0000000059f8c000-0x000000005b79bfff] reserved
Jun 07 16:39:04 Joksa kernel: reserve setup_data: [mem 0x000000005b79c000-0x000000005bf5ffff] ACPI NVS
Jun 07 16:39:04 Joksa kernel: reserve setup_data: [mem 0x000000005bf60000-0x000000005bffefff] ACPI data
Jun 07 16:39:04 Joksa kernel: reserve setup_data: [mem 0x000000005bfff000-0x000000005bffffff] usable
Jun 07 16:39:04 Joksa kernel: reserve setup_data: [mem 0x000000005c000000-0x000000006f7fffff] reserved
Jun 07 16:39:04 Joksa kernel: reserve setup_data: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
Jun 07 16:39:04 Joksa kernel: reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Jun 07 16:39:04 Joksa kernel: reserve setup_data: [mem 0x0000000100000000-0x00000004907fffff] usable
Jun 07 16:39:04 Joksa kernel: efi: EFI v2.7 by Dell
Jun 07 16:39:04 Joksa kernel: efi: SMBIOS=0x5a634000 ACPI=0x5bffe000 ACPI 2.0=0x5bffe014 TPMFinalLog=0x5beef000 ESRT=0x5a565318 MEMATTR=0x57347018 PROP=0x420a4c70 INITRD=0x59e85b18 RNG=0x5bf94018 TPMEventLog=0x59e7c018
Jun 07 16:39:04 Joksa kernel: random: crng init done
Jun 07 16:39:04 Joksa kernel: efi: Remove mem82: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
Jun 07 16:39:04 Joksa kernel: e820: remove [mem 0xff000000-0xffffffff] reserved
Jun 07 16:39:04 Joksa kernel: SMBIOS 3.1 present.
Jun 07 16:39:04 Joksa kernel: DMI: Dell Inc. Inspiron 3593/0J6NY6, BIOS 1.30.0 03/07/2024
Jun 07 16:39:04 Joksa kernel: tsc: Detected 1200.000 MHz processor
Jun 07 16:39:04 Joksa kernel: tsc: Detected 1190.400 MHz TSC
Jun 07 16:39:04 Joksa kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Jun 07 16:39:04 Joksa kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Jun 07 16:39:04 Joksa kernel: last_pfn = 0x490800 max_arch_pfn = 0x400000000
Jun 07 16:39:04 Joksa kernel: MTRR map: 6 entries (3 fixed + 3 variable; max 23), built from 10 variable MTRRs
Jun 07 16:39:04 Joksa kernel: x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
Jun 07 16:39:04 Joksa kernel: last_pfn = 0x5c000 max_arch_pfn = 0x400000000
Jun 07 16:39:04 Joksa kernel: esrt: Reserving ESRT space from 0x000000005a565318 to 0x000000005a565350.
Jun 07 16:39:04 Joksa kernel: Using GB pages for direct mapping
Jun 07 16:39:04 Joksa kernel: Secure boot disabled
Jun 07 16:39:04 Joksa kernel: RAMDISK: [mem 0x3c3a1000-0x40265fff]
Jun 07 16:39:04 Joksa kernel: ACPI: Early table checksum verification disabled
Jun 07 16:39:04 Joksa kernel: ACPI: RSDP 0x000000005BFFE014 000024 (v02 DELL )
Jun 07 16:39:04 Joksa kernel: ACPI: XSDT 0x000000005BF97188 0000E4 (v01 DELL Dell Inc 20170001 ??LL 20160422)
Jun 07 16:39:04 Joksa kernel: ACPI: FACP 0x000000005BFF3000 000114 (v06 DELL Dell Inc 20170001 ??LL 20160422)
Jun 07 16:39:04 Joksa kernel: ACPI: DSDT 0x000000005BFB1000 03E979 (v02 DELL Dell Inc 20170001 ??LL 20160422)
Jun 07 16:39:04 Joksa kernel: ACPI: FACS 0x000000005BF07000 000040
Jun 07 16:39:04 Joksa kernel: ACPI: SSDT 0x000000005BFFB000 001B61 (v02 CpuRef CpuSsdt 00003000 INTL 20180927)
Jun 07 16:39:04 Joksa kernel: ACPI: SSDT 0x000000005BFF4000 006EDE (v02 INTEL DptfTabl 00001000 INTL 20180927)
Jun 07 16:39:04 Joksa kernel: ACPI: HPET 0x000000005BFF2000 000038 (v01 DELL Dell Inc 20170001 ??LL 20160422)
Jun 07 16:39:04 Joksa kernel: ACPI: APIC 0x000000005BFF1000 00012C (v03 DELL Dell Inc 20170001 ??LL 20160422)
Jun 07 16:39:04 Joksa kernel: ACPI: MCFG 0x000000005BFF0000 00003C (v01 DELL Dell Inc 20170001 ??LL 20160422)
Jun 07 16:39:04 Joksa kernel: ACPI: SSDT 0x000000005BFB0000 000E74 (v02 DELL Ther_Rvp 00001000 INTL 20180927)
Jun 07 16:39:04 Joksa kernel: ACPI: NHLT 0x000000005BFAF000 00002D (v00 DELL Dell Inc 20170001 ??LL 20160422)
Jun 07 16:39:04 Joksa kernel: ACPI: LPIT 0x000000005BFAE000 000094 (v01 DELL Dell Inc 20170001 ??LL 20160422)
Jun 07 16:39:04 Joksa kernel: ACPI: SSDT 0x000000005BFAD000 000B75 (v02 DELL PtidDevc 00001000 INTL 20180927)
Jun 07 16:39:04 Joksa kernel: ACPI: SSDT 0x000000005BFAC000 000FBB (v02 DELL TbtTypeC 00000000 INTL 20180927)
Jun 07 16:39:04 Joksa kernel: ACPI: DBGP 0x000000005BFAB000 000034 (v01 DELL Dell Inc 20170001 ??LL 20160422)
Jun 07 16:39:04 Joksa kernel: ACPI: DBG2 0x000000005BFAA000 000054 (v00 DELL Dell Inc 20170001 ??LL 20160422)
Jun 07 16:39:04 Joksa kernel: ACPI: BOOT 0x000000005BFA9000 000028 (v01 DELL CBX3 20170001 ??LL 20160422)
Jun 07 16:39:04 Joksa kernel: ACPI: SSDT 0x000000005BFA8000 000612 (v02 DELL Tpm2Tabl 00001000 INTL 20180927)
Jun 07 16:39:04 Joksa kernel: ACPI: TPM2 0x000000005BFA7000 000034 (v04 DELL Dell Inc 20170001 ??LL 20160422)
Jun 07 16:39:04 Joksa kernel: ACPI: SSDT 0x000000005BFA5000 001554 (v02 SaSsdt SaSsdt 00003000 INTL 20180927)
Jun 07 16:39:04 Joksa kernel: ACPI: SSDT 0x000000005BF9E000 0066EF (v02 INTEL TcssSsdt 00001000 INTL 20180927)
Jun 07 16:39:04 Joksa kernel: ACPI: DMAR 0x000000005BF9D000 0000A8 (v01 INTEL Dell Inc 00000002 01000013)
Jun 07 16:39:04 Joksa kernel: ACPI: SSDT 0x000000005BF99000 003ADA (v01 DELL NvdTable 00001000 INTL 20180927)
Jun 07 16:39:04 Joksa kernel: ACPI: SSDT 0x000000005BF98000 000B15 (v02 DELL xh_Dell_ 00000000 INTL 20180927)
Jun 07 16:39:04 Joksa kernel: ACPI: SSDT 0x000000005BFFD000 000156 (v02 Dell ADebTabl 00001000 INTL 20180927)
Jun 07 16:39:04 Joksa kernel: ACPI: BGRT 0x000000005BF96000 000038 (v01 DELL Dell Inc 20170001 ??LL 20160422)
Jun 07 16:39:04 Joksa kernel: ACPI: FPDT 0x000000005BF95000 000034 (v01 DELL Dell Inc 20170001 ??LL 20160422)
Jun 07 16:39:04 Joksa kernel: ACPI: Reserving FACP table memory at [mem 0x5bff3000-0x5bff3113]
Jun 07 16:39:04 Joksa kernel: ACPI: Reserving DSDT table memory at [mem 0x5bfb1000-0x5bfef978]
Jun 07 16:39:04 Joksa kernel: ACPI: Reserving FACS table memory at [mem 0x5bf07000-0x5bf0703f]
Jun 07 16:39:04 Joksa kernel: ACPI: Reserving SSDT table memory at [mem 0x5bffb000-0x5bffcb60]
Jun 07 16:39:04 Joksa kernel: ACPI: Reserving SSDT table memory at [mem 0x5bff4000-0x5bffaedd]
Jun 07 16:39:04 Joksa kernel: ACPI: Reserving HPET table memory at [mem 0x5bff2000-0x5bff2037]
Jun 07 16:39:04 Joksa kernel: ACPI: Reserving APIC table memory at [mem 0x5bff1000-0x5bff112b]
Jun 07 16:39:04 Joksa kernel: ACPI: Reserving MCFG table memory at [mem 0x5bff0000-0x5bff003b]
Jun 07 16:39:04 Joksa kernel: ACPI: Reserving SSDT table memory at [mem 0x5bfb0000-0x5bfb0e73]
Jun 07 16:39:04 Joksa kernel: ACPI: Reserving NHLT table memory at [mem 0x5bfaf000-0x5bfaf02c]
Jun 07 16:39:04 Joksa kernel: ACPI: Reserving LPIT table memory at [mem 0x5bfae000-0x5bfae093]
Jun 07 16:39:04 Joksa kernel: ACPI: Reserving SSDT table memory at [mem 0x5bfad000-0x5bfadb74]
Jun 07 16:39:04 Joksa kernel: ACPI: Reserving SSDT table memory at [mem 0x5bfac000-0x5bfacfba]
Jun 07 16:39:04 Joksa kernel: ACPI: Reserving DBGP table memory at [mem 0x5bfab000-0x5bfab033]
Jun 07 16:39:04 Joksa kernel: ACPI: Reserving DBG2 table memory at [mem 0x5bfaa000-0x5bfaa053]
Jun 07 16:39:04 Joksa kernel: ACPI: Reserving BOOT table memory at [mem 0x5bfa9000-0x5bfa9027]
Jun 07 16:39:04 Joksa kernel: ACPI: Reserving SSDT table memory at [mem 0x5bfa8000-0x5bfa8611]
Jun 07 16:39:04 Joksa kernel: ACPI: Reserving TPM2 table memory at [mem 0x5bfa7000-0x5bfa7033]
Jun 07 16:39:04 Joksa kernel: ACPI: Reserving SSDT table memory at [mem 0x5bfa5000-0x5bfa6553]
Jun 07 16:39:04 Joksa kernel: ACPI: Reserving SSDT table memory at [mem 0x5bf9e000-0x5bfa46ee]
Jun 07 16:39:04 Joksa kernel: ACPI: Reserving DMAR table memory at [mem 0x5bf9d000-0x5bf9d0a7]
Jun 07 16:39:04 Joksa kernel: ACPI: Reserving SSDT table memory at [mem 0x5bf99000-0x5bf9cad9]
Jun 07 16:39:04 Joksa kernel: ACPI: Reserving SSDT table memory at [mem 0x5bf98000-0x5bf98b14]
Jun 07 16:39:04 Joksa kernel: ACPI: Reserving SSDT table memory at [mem 0x5bffd000-0x5bffd155]
Jun 07 16:39:04 Joksa kernel: ACPI: Reserving BGRT table memory at [mem 0x5bf96000-0x5bf96037]
Jun 07 16:39:04 Joksa kernel: ACPI: Reserving FPDT table memory at [mem 0x5bf95000-0x5bf95033]
Jun 07 16:39:04 Joksa kernel: No NUMA configuration found
Jun 07 16:39:04 Joksa kernel: Faking a node at [mem 0x0000000000000000-0x00000004907fffff]
Jun 07 16:39:04 Joksa kernel: NODE_DATA(0) allocated [mem 0x4907f9000-0x4907fdfff]
Jun 07 16:39:04 Joksa kernel: Zone ranges:
Jun 07 16:39:04 Joksa kernel: DMA [mem 0x0000000000001000-0x0000000000ffffff]
Jun 07 16:39:04 Joksa kernel: DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
Jun 07 16:39:04 Joksa kernel: Normal [mem 0x0000000100000000-0x00000004907fffff]
Jun 07 16:39:04 Joksa kernel: Device empty
Jun 07 16:39:04 Joksa kernel: Movable zone start for each node
Jun 07 16:39:04 Joksa kernel: Early memory node ranges
Jun 07 16:39:04 Joksa kernel: node 0: [mem 0x0000000000001000-0x000000000009dfff]
Jun 07 16:39:04 Joksa kernel: node 0: [mem 0x0000000000100000-0x0000000043cacfff]
Jun 07 16:39:04 Joksa kernel: node 0: [mem 0x0000000043caf000-0x0000000059f8bfff]
Jun 07 16:39:04 Joksa kernel: node 0: [mem 0x000000005bfff000-0x000000005bffffff]
Jun 07 16:39:04 Joksa kernel: node 0: [mem 0x0000000100000000-0x00000004907fffff]
Jun 07 16:39:04 Joksa kernel: Initmem setup node 0 [mem 0x0000000000001000-0x00000004907fffff]
Jun 07 16:39:04 Joksa kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Jun 07 16:39:04 Joksa kernel: On node 0, zone DMA: 98 pages in unavailable ranges
Jun 07 16:39:04 Joksa kernel: On node 0, zone DMA32: 2 pages in unavailable ranges
Jun 07 16:39:04 Joksa kernel: On node 0, zone DMA32: 8307 pages in unavailable ranges
Jun 07 16:39:04 Joksa kernel: On node 0, zone Normal: 16384 pages in unavailable ranges
Jun 07 16:39:04 Joksa kernel: On node 0, zone Normal: 30720 pages in unavailable ranges
Jun 07 16:39:04 Joksa kernel: Reserving Intel graphics memory at [mem 0x6b800000-0x6f7fffff]
Jun 07 16:39:04 Joksa kernel: ACPI: PM-Timer IO Port: 0x1808
Jun 07 16:39:04 Joksa kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Jun 07 16:39:04 Joksa kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Jun 07 16:39:04 Joksa kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Jun 07 16:39:04 Joksa kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Jun 07 16:39:04 Joksa kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Jun 07 16:39:04 Joksa kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Jun 07 16:39:04 Joksa kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Jun 07 16:39:04 Joksa kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
Jun 07 16:39:04 Joksa kernel: ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
Jun 07 16:39:04 Joksa kernel: ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
Jun 07 16:39:04 Joksa kernel: ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
Jun 07 16:39:04 Joksa kernel: ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
Jun 07 16:39:04 Joksa kernel: ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
Jun 07 16:39:04 Joksa kernel: ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
Jun 07 16:39:04 Joksa kernel: ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
Jun 07 16:39:04 Joksa kernel: ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
Jun 07 16:39:04 Joksa kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
Jun 07 16:39:04 Joksa kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Jun 07 16:39:04 Joksa kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Jun 07 16:39:04 Joksa kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Jun 07 16:39:04 Joksa kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
Jun 07 16:39:04 Joksa kernel: e820: update [mem 0x5734a000-0x5738afff] usable ==> reserved
Jun 07 16:39:04 Joksa kernel: TSC deadline timer available
Jun 07 16:39:04 Joksa kernel: CPU topo: Max. logical packages: 1
Jun 07 16:39:04 Joksa kernel: CPU topo: Max. logical dies: 1
Jun 07 16:39:04 Joksa kernel: CPU topo: Max. dies per package: 1
Jun 07 16:39:04 Joksa kernel: CPU topo: Max. threads per core: 2
Jun 07 16:39:04 Joksa kernel: CPU topo: Num. cores per package: 4
Jun 07 16:39:04 Joksa kernel: CPU topo: Num. threads per package: 8
Jun 07 16:39:04 Joksa kernel: CPU topo: Allowing 8 present CPUs plus 0 hotplug CPUs
Jun 07 16:39:04 Joksa kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Jun 07 16:39:04 Joksa kernel: PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x000fffff]
Jun 07 16:39:04 Joksa kernel: PM: hibernation: Registered nosave memory: [mem 0x43cad000-0x43cadfff]
Jun 07 16:39:04 Joksa kernel: PM: hibernation: Registered nosave memory: [mem 0x43cae000-0x43caefff]
Jun 07 16:39:04 Joksa kernel: PM: hibernation: Registered nosave memory: [mem 0x5734a000-0x5738afff]
Jun 07 16:39:04 Joksa kernel: PM: hibernation: Registered nosave memory: [mem 0x59e4f000-0x59e4ffff]
Jun 07 16:39:04 Joksa kernel: PM: hibernation: Registered nosave memory: [mem 0x59e7b000-0x59e7bfff]
Jun 07 16:39:04 Joksa kernel: PM: hibernation: Registered nosave memory: [mem 0x59f8c000-0x5b79bfff]
Jun 07 16:39:04 Joksa kernel: PM: hibernation: Registered nosave memory: [mem 0x5b79c000-0x5bf5ffff]
Jun 07 16:39:04 Joksa kernel: PM: hibernation: Registered nosave memory: [mem 0x5bf60000-0x5bffefff]
Jun 07 16:39:04 Joksa kernel: PM: hibernation: Registered nosave memory: [mem 0x5c000000-0x6f7fffff]
Jun 07 16:39:04 Joksa kernel: PM: hibernation: Registered nosave memory: [mem 0x6f800000-0xfed1ffff]
Jun 07 16:39:04 Joksa kernel: PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfed7ffff]
Jun 07 16:39:04 Joksa kernel: PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xffffffff]
Jun 07 16:39:04 Joksa kernel: [mem 0x6f800000-0xfed1ffff] available for PCI devices
Jun 07 16:39:04 Joksa kernel: Booting paravirtualized kernel on bare hardware
Jun 07 16:39:04 Joksa kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Jun 07 16:39:04 Joksa kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
Jun 07 16:39:04 Joksa kernel: percpu: Embedded 66 pages/cpu s233472 r8192 d28672 u524288
Jun 07 16:39:04 Joksa kernel: pcpu-alloc: s233472 r8192 d28672 u524288 alloc=1*2097152
Jun 07 16:39:04 Joksa kernel: pcpu-alloc: [0] 0 1 2 3 [0] 4 5 6 7
Jun 07 16:39:04 Joksa kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=0698736c-2692-41e7-8072-7cadeb9784ff rw loglevel=3 quiet
Jun 07 16:39:04 Joksa kernel: Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux", will be passed to user space.
Jun 07 16:39:04 Joksa kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Jun 07 16:39:04 Joksa kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
Jun 07 16:39:04 Joksa kernel: Fallback order for Node 0: 0
Jun 07 16:39:04 Joksa kernel: Built 1 zonelists, mobility grouping on. Total pages: 4041708
Jun 07 16:39:04 Joksa kernel: Policy zone: Normal
Jun 07 16:39:04 Joksa kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Jun 07 16:39:04 Joksa kernel: software IO TLB: area num 8.
Jun 07 16:39:04 Joksa kernel: Memory: 15906216K/16424096K available (18432K kernel code, 2164K rwdata, 13224K rodata, 3412K init, 3624K bss, 517620K reserved, 0K cma-reserved)
Jun 07 16:39:04 Joksa kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
Jun 07 16:39:04 Joksa kernel: ftrace: allocating 49854 entries in 195 pages
Jun 07 16:39:04 Joksa kernel: ftrace: allocated 195 pages with 4 groups
Jun 07 16:39:04 Joksa kernel: Dynamic Preempt: full
Jun 07 16:39:04 Joksa kernel: rcu: Preemptible hierarchical RCU implementation.
Jun 07 16:39:04 Joksa kernel: rcu: RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8.
Jun 07 16:39:04 Joksa kernel: rcu: RCU priority boosting: priority 1 delay 500 ms.
Jun 07 16:39:04 Joksa kernel: Trampoline variant of Tasks RCU enabled.
Jun 07 16:39:04 Joksa kernel: Rude variant of Tasks RCU enabled.
Jun 07 16:39:04 Joksa kernel: Tracing variant of Tasks RCU enabled.
Jun 07 16:39:04 Joksa kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Jun 07 16:39:04 Joksa kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
Jun 07 16:39:04 Joksa kernel: RCU Tasks: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1.
Jun 07 16:39:04 Joksa kernel: RCU Tasks Rude: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1.
Jun 07 16:39:04 Joksa kernel: RCU Tasks Trace: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1.
Jun 07 16:39:04 Joksa kernel: NR_IRQS: 20736, nr_irqs: 2048, preallocated irqs: 16
Jun 07 16:39:04 Joksa kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Jun 07 16:39:04 Joksa kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Jun 07 16:39:04 Joksa kernel: Console: colour dummy device 80x25
Jun 07 16:39:04 Joksa kernel: printk: legacy console [tty0] enabled
Jun 07 16:39:04 Joksa kernel: ACPI: Core revision 20230628
Jun 07 16:39:04 Joksa kernel: hpet: HPET dysfunctional in PC10. Force disabled.
Jun 07 16:39:04 Joksa kernel: APIC: Switch to symmetric I/O mode setup
Jun 07 16:39:04 Joksa kernel: DMAR: Host address width 39
Jun 07 16:39:04 Joksa kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0
Jun 07 16:39:04 Joksa kernel: DMAR: dmar0: reg_base_addr fed90000 ver 4:0 cap 1c0000c40660462 ecap 49e2ff0505e
Jun 07 16:39:04 Joksa kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
Jun 07 16:39:04 Joksa kernel: DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
Jun 07 16:39:04 Joksa kernel: DMAR: RMRR base: 0x0000005b2f8000 end: 0x0000005b317fff
Jun 07 16:39:04 Joksa kernel: DMAR: RMRR base: 0x0000006b000000 end: 0x0000006f7fffff
Jun 07 16:39:04 Joksa kernel: DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1
Jun 07 16:39:04 Joksa kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
Jun 07 16:39:04 Joksa kernel: DMAR-IR: x2apic is disabled because BIOS sets x2apic opt out bit.
Jun 07 16:39:04 Joksa kernel: DMAR-IR: Use 'intremap=no_x2apic_optout' to override the BIOS setting.
Jun 07 16:39:04 Joksa kernel: DMAR-IR: Enabled IRQ remapping in xapic mode
Jun 07 16:39:04 Joksa kernel: x2apic: IRQ remapping doesn't support X2APIC mode
Jun 07 16:39:04 Joksa kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x1128af0325d, max_idle_ns: 440795261011 ns
Jun 07 16:39:04 Joksa kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 2381.00 BogoMIPS (lpj=3968000)
Jun 07 16:39:04 Joksa kernel: CPU0: Thermal monitoring enabled (TM1)
Jun 07 16:39:04 Joksa kernel: x86/cpu: User Mode Instruction Prevention (UMIP) activated
Jun 07 16:39:04 Joksa kernel: Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
Jun 07 16:39:04 Joksa kernel: Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
Jun 07 16:39:04 Joksa kernel: process: using mwait in idle threads
Jun 07 16:39:04 Joksa kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Jun 07 16:39:04 Joksa kernel: Spectre V2 : Spectre BHI mitigation: SW BHB clearing on vm exit
Jun 07 16:39:04 Joksa kernel: Spectre V2 : Spectre BHI mitigation: SW BHB clearing on syscall
Jun 07 16:39:04 Joksa kernel: Spectre V2 : Mitigation: Enhanced / Automatic IBRS
Jun 07 16:39:04 Joksa kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Jun 07 16:39:04 Joksa kernel: Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
Jun 07 16:39:04 Joksa kernel: RETBleed: Mitigation: Enhanced IBRS
Jun 07 16:39:04 Joksa kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Jun 07 16:39:04 Joksa kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Jun 07 16:39:04 Joksa kernel: MMIO Stale Data: Mitigation: Clear CPU buffers
Jun 07 16:39:04 Joksa kernel: SRBDS: Mitigation: Microcode
Jun 07 16:39:04 Joksa kernel: GDS: Mitigation: Microcode
Jun 07 16:39:04 Joksa kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Jun 07 16:39:04 Joksa kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Jun 07 16:39:04 Joksa kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Jun 07 16:39:04 Joksa kernel: x86/fpu: Supporting XSAVE feature 0x020: 'AVX-512 opmask'
Jun 07 16:39:04 Joksa kernel: x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256'
Jun 07 16:39:04 Joksa kernel: x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256'
Jun 07 16:39:04 Joksa kernel: x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
Jun 07 16:39:04 Joksa kernel: x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
Jun 07 16:39:04 Joksa kernel: x86/fpu: xstate_offset[5]: 832, xstate_sizes[5]: 64
Jun 07 16:39:04 Joksa kernel: x86/fpu: xstate_offset[6]: 896, xstate_sizes[6]: 512
Jun 07 16:39:04 Joksa kernel: x86/fpu: xstate_offset[7]: 1408, xstate_sizes[7]: 1024
Jun 07 16:39:04 Joksa kernel: x86/fpu: xstate_offset[9]: 2432, xstate_sizes[9]: 8
Jun 07 16:39:04 Joksa kernel: x86/fpu: Enabled xstate features 0x2e7, context size is 2440 bytes, using 'compacted' format.
Jun 07 16:39:04 Joksa kernel: Freeing SMP alternatives memory: 40K
Jun 07 16:39:04 Joksa kernel: pid_max: default: 32768 minimum: 301
Jun 07 16:39:04 Joksa kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf
Jun 07 16:39:04 Joksa kernel: landlock: Up and running.
Jun 07 16:39:04 Joksa kernel: Yama: becoming mindful.
Jun 07 16:39:04 Joksa kernel: LSM support for eBPF active
Jun 07 16:39:04 Joksa kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Jun 07 16:39:04 Joksa kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Jun 07 16:39:04 Joksa kernel: smpboot: CPU0: Intel(R) Core(TM) i5-1035G1 CPU @ 1.00GHz (family: 0x6, model: 0x7e, stepping: 0x5)
Jun 07 16:39:04 Joksa kernel: Performance Events: PEBS fmt4+-baseline, AnyThread deprecated, Icelake events, 32-deep LBR, full-width counters, Intel PMU driver.
Jun 07 16:39:04 Joksa kernel: ... version: 5
Jun 07 16:39:04 Joksa kernel: ... bit width: 48
Jun 07 16:39:04 Joksa kernel: ... generic registers: 8
Jun 07 16:39:04 Joksa kernel: ... value mask: 0000ffffffffffff
Jun 07 16:39:04 Joksa kernel: ... max period: 00007fffffffffff
Jun 07 16:39:04 Joksa kernel: ... fixed-purpose events: 4
Jun 07 16:39:04 Joksa kernel: ... event mask: 0001000f000000ff
Jun 07 16:39:04 Joksa kernel: signal: max sigframe size: 3632
Jun 07 16:39:04 Joksa kernel: Estimated ratio of average max frequency by base frequency (times 1024): 2816
Jun 07 16:39:04 Joksa kernel: rcu: Hierarchical SRCU implementation.
Jun 07 16:39:04 Joksa kernel: rcu: Max phase no-delay instances is 1000.
Jun 07 16:39:04 Joksa kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Jun 07 16:39:04 Joksa kernel: smp: Bringing up secondary CPUs ...
Jun 07 16:39:04 Joksa kernel: smpboot: x86: Booting SMP configuration:
Jun 07 16:39:04 Joksa kernel: .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7
Jun 07 16:39:04 Joksa kernel: 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.
Jun 07 16:39:04 Joksa kernel: smp: Brought up 1 node, 8 CPUs
Jun 07 16:39:04 Joksa kernel: smpboot: Total of 8 processors activated (19054.00 BogoMIPS)
Jun 07 16:39:04 Joksa kernel: devtmpfs: initialized
Jun 07 16:39:04 Joksa kernel: x86/mm: Memory block size: 128MB
Jun 07 16:39:04 Joksa kernel: ACPI: PM: Registering ACPI NVS region [mem 0x43cad000-0x43cadfff] (4096 bytes)
Jun 07 16:39:04 Joksa kernel: ACPI: PM: Registering ACPI NVS region [mem 0x5b79c000-0x5bf5ffff] (8142848 bytes)
Jun 07 16:39:04 Joksa kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Jun 07 16:39:04 Joksa kernel: futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
Jun 07 16:39:04 Joksa kernel: pinctrl core: initialized pinctrl subsystem
Jun 07 16:39:04 Joksa kernel: PM: RTC time: 14:39:01, date: 2024-06-07
Jun 07 16:39:04 Joksa kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Jun 07 16:39:04 Joksa kernel: DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
Jun 07 16:39:04 Joksa kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Jun 07 16:39:04 Joksa kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Jun 07 16:39:04 Joksa kernel: audit: initializing netlink subsys (disabled)
Jun 07 16:39:04 Joksa kernel: audit: type=2000 audit(1717771141.006:1): state=initialized audit_enabled=0 res=1
Jun 07 16:39:04 Joksa kernel: thermal_sys: Registered thermal governor 'fair_share'
Jun 07 16:39:04 Joksa kernel: thermal_sys: Registered thermal governor 'bang_bang'
Jun 07 16:39:04 Joksa kernel: thermal_sys: Registered thermal governor 'step_wise'
Jun 07 16:39:04 Joksa kernel: thermal_sys: Registered thermal governor 'user_space'
Jun 07 16:39:04 Joksa kernel: thermal_sys: Registered thermal governor 'power_allocator'
Jun 07 16:39:04 Joksa kernel: cpuidle: using governor ladder
Jun 07 16:39:04 Joksa kernel: cpuidle: using governor menu
Jun 07 16:39:04 Joksa kernel: Simple Boot Flag at 0x47 set to 0x80
Jun 07 16:39:04 Joksa kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Jun 07 16:39:04 Joksa kernel: PCI: ECAM [mem 0xc0000000-0xcfffffff] (base 0xc0000000) for domain 0000 [bus 00-ff]
Jun 07 16:39:04 Joksa kernel: PCI: not using ECAM ([mem 0xc0000000-0xcfffffff] not reserved)
Jun 07 16:39:04 Joksa kernel: PCI: Using configuration type 1 for base access
Jun 07 16:39:04 Joksa kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Jun 07 16:39:04 Joksa kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Jun 07 16:39:04 Joksa kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Jun 07 16:39:04 Joksa kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Jun 07 16:39:04 Joksa kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Jun 07 16:39:04 Joksa kernel: Demotion targets for Node 0: null
Jun 07 16:39:04 Joksa kernel: ACPI: Added _OSI(Module Device)
Jun 07 16:39:04 Joksa kernel: ACPI: Added _OSI(Processor Device)
Jun 07 16:39:04 Joksa kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Jun 07 16:39:04 Joksa kernel: ACPI: Added _OSI(Processor Aggregator Device)
Jun 07 16:39:04 Joksa kernel: ACPI: 12 ACPI AML tables successfully acquired and loaded
Jun 07 16:39:04 Joksa kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Jun 07 16:39:04 Joksa kernel: ACPI: Dynamic OEM Table Load:
Jun 07 16:39:04 Joksa kernel: ACPI: SSDT 0xFFFF96420124E800 000394 (v02 PmRef Cpu0Cst 00003001 INTL 20180927)
Jun 07 16:39:04 Joksa kernel: ACPI: Dynamic OEM Table Load:
Jun 07 16:39:04 Joksa kernel: ACPI: SSDT 0xFFFF96420124E000 000371 (v02 PmRef Cpu0Ist 00003000 INTL 20180927)
Jun 07 16:39:04 Joksa kernel: ACPI: Dynamic OEM Table Load:
Jun 07 16:39:04 Joksa kernel: ACPI: SSDT 0xFFFF964201222900 0000F4 (v02 PmRef Cpu0Psd 00003000 INTL 20180927)
Jun 07 16:39:04 Joksa kernel: ACPI: Dynamic OEM Table Load:
Jun 07 16:39:04 Joksa kernel: ACPI: SSDT 0xFFFF964201F2D600 00012C (v02 PmRef Cpu0Hwp 00003000 INTL 20180927)
Jun 07 16:39:04 Joksa kernel: ACPI: Dynamic OEM Table Load:
Jun 07 16:39:04 Joksa kernel: ACPI: SSDT 0xFFFF964201243000 000724 (v02 PmRef HwpLvt 00003000 INTL 20180927)
Jun 07 16:39:04 Joksa kernel: ACPI: Dynamic OEM Table Load:
Jun 07 16:39:04 Joksa kernel: ACPI: SSDT 0xFFFF964201240800 0005FC (v02 PmRef ApIst 00003000 INTL 20180927)
Jun 07 16:39:04 Joksa kernel: ACPI: Dynamic OEM Table Load:
Jun 07 16:39:04 Joksa kernel: ACPI: SSDT 0xFFFF964201249000 000317 (v02 PmRef ApHwp 00003000 INTL 20180927)
Jun 07 16:39:04 Joksa kernel: ACPI: Dynamic OEM Table Load:
Jun 07 16:39:04 Joksa kernel: ACPI: SSDT 0xFFFF964201253000 000AB0 (v02 PmRef ApPsd 00003000 INTL 20180927)
Jun 07 16:39:04 Joksa kernel: ACPI: Dynamic OEM Table Load:
Jun 07 16:39:04 Joksa kernel: ACPI: SSDT 0xFFFF96420124CC00 00030A (v02 PmRef ApCst 00003000 INTL 20180927)
Jun 07 16:39:04 Joksa kernel: ACPI: _OSC evaluated successfully for all CPUs
Jun 07 16:39:04 Joksa kernel: ACPI: EC: EC started
Jun 07 16:39:04 Joksa kernel: ACPI: EC: interrupt blocked
Jun 07 16:39:04 Joksa kernel: ACPI: EC: EC_CMD/EC_SC=0x934, EC_DATA=0x930
Jun 07 16:39:04 Joksa kernel: ACPI: \_SB_.PCI0.LPCB.ECDV: Boot DSDT EC used to handle transactions
Jun 07 16:39:04 Joksa kernel: ACPI: Interpreter enabled
Jun 07 16:39:04 Joksa kernel: ACPI: PM: (supports S0 S3 S4 S5)
Jun 07 16:39:04 Joksa kernel: ACPI: Using IOAPIC for interrupt routing
Jun 07 16:39:04 Joksa kernel: PCI: ECAM [mem 0xc0000000-0xcfffffff] (base 0xc0000000) for domain 0000 [bus 00-ff]
Jun 07 16:39:04 Joksa kernel: PCI: ECAM [mem 0xc0000000-0xcfffffff] reserved as ACPI motherboard resource
Jun 07 16:39:04 Joksa kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Jun 07 16:39:04 Joksa kernel: PCI: Ignoring E820 reservations for host bridge windows
Jun 07 16:39:04 Joksa kernel: ACPI: Enabled 8 GPEs in block 00 to 7F
Jun 07 16:39:04 Joksa kernel: ACPI: \_SB_.PCI0.RP05.PC05: New power resource
Jun 07 16:39:04 Joksa kernel: ACPI: \_SB_.PCI0.SAT0.VOL0.V0PR: New power resource
Jun 07 16:39:04 Joksa kernel: ACPI: \_SB_.PCI0.SAT0.VOL1.V1PR: New power resource
Jun 07 16:39:04 Joksa kernel: ACPI: \_SB_.PCI0.SAT0.VOL2.V2PR: New power resource
Jun 07 16:39:04 Joksa kernel: ACPI: \_SB_.PCI0.CNVW.WRST: New power resource
Jun 07 16:39:04 Joksa kernel: acpi ABCD0000:00: ACPI dock station (docks/bays count: 1)
Jun 07 16:39:04 Joksa kernel: ACPI: \_SB_.PCI0.TBT0: New power resource
Jun 07 16:39:04 Joksa kernel: ACPI: \_SB_.PCI0.TBT1: New power resource
Jun 07 16:39:04 Joksa kernel: ACPI: \_TZ_.FN00: New power resource
Jun 07 16:39:04 Joksa kernel: ACPI: \_TZ_.FN01: New power resource
Jun 07 16:39:04 Joksa kernel: ACPI: \_TZ_.FN02: New power resource
Jun 07 16:39:04 Joksa kernel: ACPI: \_TZ_.FN03: New power resource
Jun 07 16:39:04 Joksa kernel: ACPI: \_TZ_.FN04: New power resource
Jun 07 16:39:04 Joksa kernel: ACPI: \PIN_: New power resource
Jun 07 16:39:04 Joksa kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
Jun 07 16:39:04 Joksa kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Jun 07 16:39:04 Joksa kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
Jun 07 16:39:04 Joksa kernel: PCI host bridge to bus 0000:00
Jun 07 16:39:04 Joksa kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
Jun 07 16:39:04 Joksa kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
Jun 07 16:39:04 Joksa kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000fffff window]
Jun 07 16:39:04 Joksa kernel: pci_bus 0000:00: root bus resource [mem 0x6f800000-0xbfffffff window]
Jun 07 16:39:04 Joksa kernel: pci_bus 0000:00: root bus resource [bus 00-fe]
Jun 07 16:39:04 Joksa kernel: pci 0000:00:00.0: [8086:8a12] type 00 class 0x060000 conventional PCI endpoint
Jun 07 16:39:04 Joksa kernel: pci 0000:00:02.0: [8086:8a56] type 00 class 0x030000 PCIe Root Complex Integrated Endpoint
Jun 07 16:39:04 Joksa kernel: pci 0000:00:02.0: BAR 0 [mem 0xa0000000-0xa0ffffff 64bit]
Jun 07 16:39:04 Joksa kernel: pci 0000:00:02.0: BAR 2 [mem 0x90000000-0x9fffffff 64bit pref]
Jun 07 16:39:04 Joksa kernel: pci 0000:00:02.0: BAR 4 [io 0x5000-0x503f]
Jun 07 16:39:04 Joksa kernel: pci 0000:00:02.0: DMAR: Skip IOMMU disabling for graphics
Jun 07 16:39:04 Joksa kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Jun 07 16:39:04 Joksa kernel: pci 0000:00:04.0: [8086:8a03] type 00 class 0x118000 conventional PCI endpoint
Jun 07 16:39:04 Joksa kernel: pci 0000:00:04.0: BAR 0 [mem 0xa2500000-0xa250ffff 64bit]
Jun 07 16:39:04 Joksa kernel: pci 0000:00:14.0: [8086:34ed] type 00 class 0x0c0330 conventional PCI endpoint
Jun 07 16:39:04 Joksa kernel: pci 0000:00:14.0: BAR 0 [mem 0xa2510000-0xa251ffff 64bit]
Jun 07 16:39:04 Joksa kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Jun 07 16:39:04 Joksa kernel: pci 0000:00:14.2: [8086:34ef] type 00 class 0x050000 conventional PCI endpoint
Jun 07 16:39:04 Joksa kernel: pci 0000:00:14.2: BAR 0 [mem 0xa2524000-0xa2525fff 64bit]
Jun 07 16:39:04 Joksa kernel: pci 0000:00:14.2: BAR 2 [mem 0xa2528000-0xa2528fff 64bit]
Jun 07 16:39:04 Joksa kernel: pci 0000:00:15.0: [8086:34e8] type 00 class 0x0c8000 conventional PCI endpoint
Jun 07 16:39:04 Joksa kernel: pci 0000:00:15.0: BAR 0 [mem 0x00000000-0x00000fff 64bit]
Jun 07 16:39:04 Joksa kernel: pci 0000:00:15.1: [8086:34e9] type 00 class 0x0c8000 conventional PCI endpoint
Jun 07 16:39:04 Joksa kernel: pci 0000:00:15.1: BAR 0 [mem 0x00000000-0x00000fff 64bit]
Jun 07 16:39:04 Joksa kernel: pci 0000:00:16.0: [8086:34e0] type 00 class 0x078000 conventional PCI endpoint
Jun 07 16:39:04 Joksa kernel: pci 0000:00:16.0: BAR 0 [mem 0xa252b000-0xa252bfff 64bit]
Jun 07 16:39:04 Joksa kernel: pci 0000:00:16.0: PME# supported from D3hot
Jun 07 16:39:04 Joksa kernel: pci 0000:00:17.0: [8086:34d3] type 00 class 0x010601 conventional PCI endpoint
Jun 07 16:39:04 Joksa kernel: pci 0000:00:17.0: BAR 0 [mem 0xa2526000-0xa2527fff]
Jun 07 16:39:04 Joksa kernel: pci 0000:00:17.0: BAR 1 [mem 0xa2530000-0xa25300ff]
Jun 07 16:39:04 Joksa kernel: pci 0000:00:17.0: BAR 2 [io 0x5080-0x5087]
Jun 07 16:39:04 Joksa kernel: pci 0000:00:17.0: BAR 3 [io 0x5088-0x508b]
Jun 07 16:39:04 Joksa kernel: pci 0000:00:17.0: BAR 4 [io 0x5060-0x507f]
Jun 07 16:39:04 Joksa kernel: pci 0000:00:17.0: BAR 5 [mem 0xa252f000-0xa252f7ff]
Jun 07 16:39:04 Joksa kernel: pci 0000:00:17.0: PME# supported from D3hot
Jun 07 16:39:04 Joksa kernel: pci 0000:00:19.0: [8086:34c5] type 00 class 0x0c8000 conventional PCI endpoint
Jun 07 16:39:04 Joksa kernel: pci 0000:00:19.0: BAR 0 [mem 0x00000000-0x00000fff 64bit]
Jun 07 16:39:04 Joksa kernel: pci 0000:00:1c.0: [8086:34bc] type 01 class 0x060400 PCIe Root Port
Jun 07 16:39:04 Joksa kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Jun 07 16:39:04 Joksa kernel: pci 0000:00:1c.0: bridge window [io 0x4000-0x4fff]
Jun 07 16:39:04 Joksa kernel: pci 0000:00:1c.0: bridge window [mem 0xa1000000-0xa1ffffff]
Jun 07 16:39:04 Joksa kernel: pci 0000:00:1c.0: bridge window [mem 0x70000000-0x81ffffff 64bit pref]
Jun 07 16:39:04 Joksa kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Jun 07 16:39:04 Joksa kernel: pci 0000:00:1d.0: [8086:34b0] type 01 class 0x060400 PCIe Root Port
Jun 07 16:39:04 Joksa kernel: pci 0000:00:1d.0: PCI bridge to [bus 02]
Jun 07 16:39:04 Joksa kernel: pci 0000:00:1d.0: bridge window [io 0x3000-0x3fff]
Jun 07 16:39:04 Joksa kernel: pci 0000:00:1d.0: bridge window [mem 0xa2400000-0xa24fffff]
Jun 07 16:39:04 Joksa kernel: pci 0000:00:1d.0: bridge window [mem 0xa2200000-0xa22fffff 64bit pref]
Jun 07 16:39:04 Joksa kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Jun 07 16:39:04 Joksa kernel: pci 0000:00:1d.1: [8086:34b1] type 01 class 0x060400 PCIe Root Port
Jun 07 16:39:04 Joksa kernel: pci 0000:00:1d.1: PCI bridge to [bus 03]
Jun 07 16:39:04 Joksa kernel: pci 0000:00:1d.1: bridge window [mem 0xa2000000-0xa21fffff]
Jun 07 16:39:04 Joksa kernel: pci 0000:00:1d.1: PME# supported from D0 D3hot D3cold
Jun 07 16:39:04 Joksa kernel: pci 0000:00:1f.0: [8086:3482] type 00 class 0x060100 conventional PCI endpoint
Jun 07 16:39:04 Joksa kernel: pci 0000:00:1f.3: [8086:34c8] type 00 class 0x040380 conventional PCI endpoint
Jun 07 16:39:04 Joksa kernel: pci 0000:00:1f.3: BAR 0 [mem 0xa2520000-0xa2523fff 64bit]
Jun 07 16:39:04 Joksa kernel: pci 0000:00:1f.3: BAR 4 [mem 0xa2300000-0xa23fffff 64bit]
Jun 07 16:39:04 Joksa kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
Jun 07 16:39:04 Joksa kernel: pci 0000:00:1f.4: [8086:34a3] type 00 class 0x0c0500 conventional PCI endpoint
Jun 07 16:39:04 Joksa kernel: pci 0000:00:1f.4: BAR 0 [mem 0xa252d000-0xa252d0ff 64bit]
Jun 07 16:39:04 Joksa kernel: pci 0000:00:1f.4: BAR 4 [io 0xefa0-0xefbf]
Jun 07 16:39:04 Joksa kernel: pci 0000:00:1f.5: [8086:34a4] type 00 class 0x0c8000 conventional PCI endpoint
Jun 07 16:39:04 Joksa kernel: pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]
Jun 07 16:39:04 Joksa kernel: pci 0000:01:00.0: [10de:1d11] type 00 class 0x030200 PCIe Endpoint
Jun 07 16:39:04 Joksa kernel: pci 0000:01:00.0: BAR 0 [mem 0xa1000000-0xa1ffffff]
Jun 07 16:39:04 Joksa kernel: pci 0000:01:00.0: BAR 1 [mem 0x70000000-0x7fffffff 64bit pref]
Jun 07 16:39:04 Joksa kernel: pci 0000:01:00.0: BAR 3 [mem 0x80000000-0x81ffffff 64bit pref]
Jun 07 16:39:04 Joksa kernel: pci 0000:01:00.0: BAR 5 [io 0x4000-0x407f]
Jun 07 16:39:04 Joksa kernel: pci 0000:01:00.0: ROM [mem 0xfff80000-0xffffffff pref]
Jun 07 16:39:04 Joksa kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Jun 07 16:39:04 Joksa kernel: pci 0000:02:00.0: [10ec:8136] type 00 class 0x020000 PCIe Endpoint
Jun 07 16:39:04 Joksa kernel: pci 0000:02:00.0: BAR 0 [io 0x3000-0x30ff]
Jun 07 16:39:04 Joksa kernel: pci 0000:02:00.0: BAR 2 [mem 0xa2400000-0xa2400fff 64bit]
Jun 07 16:39:04 Joksa kernel: pci 0000:02:00.0: BAR 4 [mem 0xa2200000-0xa2203fff 64bit pref]
Jun 07 16:39:04 Joksa kernel: pci 0000:02:00.0: supports D1 D2
Jun 07 16:39:04 Joksa kernel: pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Jun 07 16:39:04 Joksa kernel: pci 0000:00:1d.0: PCI bridge to [bus 02]
Jun 07 16:39:04 Joksa kernel: pci 0000:03:00.0: [168c:0042] type 00 class 0x028000 PCIe Endpoint
Jun 07 16:39:04 Joksa kernel: pci 0000:03:00.0: BAR 0 [mem 0xa2000000-0xa21fffff 64bit]
Jun 07 16:39:04 Joksa kernel: pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
Jun 07 16:39:04 Joksa kernel: pci 0000:00:1d.1: PCI bridge to [bus 03]
Jun 07 16:39:04 Joksa kernel: ACPI: EC: interrupt unblocked
Jun 07 16:39:04 Joksa kernel: ACPI: EC: event unblocked
Jun 07 16:39:04 Joksa kernel: ACPI: EC: EC_CMD/EC_SC=0x934, EC_DATA=0x930
Jun 07 16:39:04 Joksa kernel: ACPI: EC: GPE=0x6e
Jun 07 16:39:04 Joksa kernel: ACPI: \_SB_.PCI0.LPCB.ECDV: Boot DSDT EC initialization complete
Jun 07 16:39:04 Joksa kernel: ACPI: \_SB_.PCI0.LPCB.ECDV: EC: Used to handle transactions and events
Jun 07 16:39:04 Joksa kernel: iommu: Default domain type: Translated
Jun 07 16:39:04 Joksa kernel: iommu: DMA domain TLB invalidation policy: lazy mode
Jun 07 16:39:04 Joksa kernel: SCSI subsystem initialized
Jun 07 16:39:04 Joksa kernel: libata version 3.00 loaded.
Jun 07 16:39:04 Joksa kernel: ACPI: bus type USB registered
Jun 07 16:39:04 Joksa kernel: usbcore: registered new interface driver usbfs
Jun 07 16:39:04 Joksa kernel: usbcore: registered new interface driver hub
Jun 07 16:39:04 Joksa kernel: usbcore: registered new device driver usb
Jun 07 16:39:04 Joksa kernel: EDAC MC: Ver: 3.0.0
Jun 07 16:39:04 Joksa kernel: efivars: Registered efivars operations
Jun 07 16:39:04 Joksa kernel: NetLabel: Initializing
Jun 07 16:39:04 Joksa kernel: NetLabel: domain hash size = 128
Jun 07 16:39:04 Joksa kernel: NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
Jun 07 16:39:04 Joksa kernel: NetLabel: unlabeled traffic allowed by default
Jun 07 16:39:04 Joksa kernel: mctp: management component transport protocol core
Jun 07 16:39:04 Joksa kernel: NET: Registered PF_MCTP protocol family
Jun 07 16:39:04 Joksa kernel: PCI: Using ACPI for IRQ routing
Jun 07 16:39:04 Joksa kernel: PCI: pci_cache_line_size set to 64 bytes
Jun 07 16:39:04 Joksa kernel: pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]: can't claim; no compatible bridge window
Jun 07 16:39:04 Joksa kernel: e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
Jun 07 16:39:04 Joksa kernel: e820: reserve RAM buffer [mem 0x43cad000-0x43ffffff]
Jun 07 16:39:04 Joksa kernel: e820: reserve RAM buffer [mem 0x5734a000-0x57ffffff]
Jun 07 16:39:04 Joksa kernel: e820: reserve RAM buffer [mem 0x59e4f018-0x5bffffff]
Jun 07 16:39:04 Joksa kernel: e820: reserve RAM buffer [mem 0x59f8c000-0x5bffffff]
Jun 07 16:39:04 Joksa kernel: e820: reserve RAM buffer [mem 0x490800000-0x493ffffff]
Jun 07 16:39:04 Joksa kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
Jun 07 16:39:04 Joksa kernel: pci 0000:00:02.0: vgaarb: bridge control possible
Jun 07 16:39:04 Joksa kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Jun 07 16:39:04 Joksa kernel: vgaarb: loaded
Jun 07 16:39:04 Joksa kernel: clocksource: Switched to clocksource tsc-early
Jun 07 16:39:04 Joksa kernel: VFS: Disk quotas dquot_6.6.0
Jun 07 16:39:04 Joksa kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Jun 07 16:39:04 Joksa kernel: pnp: PnP ACPI init
Jun 07 16:39:04 Joksa kernel: system 00:00: [io 0x0680-0x069f] has been reserved
Jun 07 16:39:04 Joksa kernel: system 00:00: [io 0x164e-0x164f] has been reserved
Jun 07 16:39:04 Joksa kernel: system 00:02: [io 0x1854-0x1857] has been reserved
Jun 07 16:39:04 Joksa kernel: system 00:05: [mem 0xfed10000-0xfed17fff] has been reserved
Jun 07 16:39:04 Joksa kernel: system 00:05: [mem 0xfeda0000-0xfeda0fff] has been reserved
Jun 07 16:39:04 Joksa kernel: system 00:05: [mem 0xfeda1000-0xfeda1fff] has been reserved
Jun 07 16:39:04 Joksa kernel: system 00:05: [mem 0xc0000000-0xcfffffff] has been reserved
Jun 07 16:39:04 Joksa kernel: system 00:05: [mem 0xfed20000-0xfed7ffff] could not be reserved
Jun 07 16:39:04 Joksa kernel: system 00:05: [mem 0xfed90000-0xfed93fff] could not be reserved
Jun 07 16:39:04 Joksa kernel: system 00:05: [mem 0xfee00000-0xfeefffff] has been reserved
Jun 07 16:39:04 Joksa kernel: system 00:06: [io 0x1800-0x18fe] could not be reserved
Jun 07 16:39:04 Joksa kernel: system 00:06: [mem 0xfd000000-0xfd68ffff] has been reserved
Jun 07 16:39:04 Joksa kernel: system 00:06: [mem 0xfd6b0000-0xfd6cffff] has been reserved
Jun 07 16:39:04 Joksa kernel: system 00:06: [mem 0xfd6f0000-0xfdffffff] has been reserved
Jun 07 16:39:04 Joksa kernel: system 00:06: [mem 0xfe000000-0xfe01ffff] has been reserved
Jun 07 16:39:04 Joksa kernel: system 00:06: [mem 0xfe200000-0xfe7fffff] has been reserved
Jun 07 16:39:04 Joksa kernel: system 00:06: [mem 0xff000000-0xffffffff] has been reserved
Jun 07 16:39:04 Joksa kernel: system 00:07: [io 0x2000-0x20fe] has been reserved
Jun 07 16:39:04 Joksa kernel: system 00:08: [mem 0xfe038000-0xfe038fff] has been reserved
Jun 07 16:39:04 Joksa kernel: pnp: PnP ACPI: found 9 devices
Jun 07 16:39:04 Joksa kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Jun 07 16:39:04 Joksa kernel: NET: Registered PF_INET protocol family
Jun 07 16:39:04 Joksa kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Jun 07 16:39:04 Joksa kernel: tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
Jun 07 16:39:04 Joksa kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Jun 07 16:39:04 Joksa kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Jun 07 16:39:04 Joksa kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Jun 07 16:39:04 Joksa kernel: TCP: Hash tables configured (established 131072 bind 65536)
Jun 07 16:39:04 Joksa kernel: MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
Jun 07 16:39:04 Joksa kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
Jun 07 16:39:04 Joksa kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
Jun 07 16:39:04 Joksa kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Jun 07 16:39:04 Joksa kernel: NET: Registered PF_XDP protocol family
Jun 07 16:39:04 Joksa kernel: pci 0000:01:00.0: ROM [mem 0xfff80000-0xffffffff pref]: can't claim; no compatible bridge window
Jun 07 16:39:04 Joksa kernel: pci 0000:00:15.0: BAR 0 [mem 0x6f800000-0x6f800fff 64bit]: assigned
Jun 07 16:39:04 Joksa kernel: pci 0000:00:15.1: BAR 0 [mem 0x6f801000-0x6f801fff 64bit]: assigned
Jun 07 16:39:04 Joksa kernel: pci 0000:00:19.0: BAR 0 [mem 0x6f802000-0x6f802fff 64bit]: assigned
Jun 07 16:39:04 Joksa kernel: pci 0000:00:1f.5: BAR 0 [mem 0x6f803000-0x6f803fff]: assigned
Jun 07 16:39:04 Joksa kernel: pci 0000:01:00.0: ROM [mem size 0x00080000 pref]: can't assign; no space
Jun 07 16:39:04 Joksa kernel: pci 0000:01:00.0: ROM [mem size 0x00080000 pref]: failed to assign
Jun 07 16:39:04 Joksa kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Jun 07 16:39:04 Joksa kernel: pci 0000:00:1c.0: bridge window [io 0x4000-0x4fff]
Jun 07 16:39:04 Joksa kernel: pci 0000:00:1c.0: bridge window [mem 0xa1000000-0xa1ffffff]
Jun 07 16:39:04 Joksa kernel: pci 0000:00:1c.0: bridge window [mem 0x70000000-0x81ffffff 64bit pref]
Jun 07 16:39:04 Joksa kernel: pci 0000:00:1d.0: PCI bridge to [bus 02]
Jun 07 16:39:04 Joksa kernel: pci 0000:00:1d.0: bridge window [io 0x3000-0x3fff]
Jun 07 16:39:04 Joksa kernel: pci 0000:00:1d.0: bridge window [mem 0xa2400000-0xa24fffff]
Jun 07 16:39:04 Joksa kernel: pci 0000:00:1d.0: bridge window [mem 0xa2200000-0xa22fffff 64bit pref]
Jun 07 16:39:04 Joksa kernel: pci 0000:00:1d.1: PCI bridge to [bus 03]
Jun 07 16:39:04 Joksa kernel: pci 0000:00:1d.1: bridge window [mem 0xa2000000-0xa21fffff]
Jun 07 16:39:04 Joksa kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
Jun 07 16:39:04 Joksa kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
Jun 07 16:39:04 Joksa kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000fffff window]
Jun 07 16:39:04 Joksa kernel: pci_bus 0000:00: resource 7 [mem 0x6f800000-0xbfffffff window]
Jun 07 16:39:04 Joksa kernel: pci_bus 0000:01: resource 0 [io 0x4000-0x4fff]
Jun 07 16:39:04 Joksa kernel: pci_bus 0000:01: resource 1 [mem 0xa1000000-0xa1ffffff]
Jun 07 16:39:04 Joksa kernel: pci_bus 0000:01: resource 2 [mem 0x70000000-0x81ffffff 64bit pref]
Jun 07 16:39:04 Joksa kernel: pci_bus 0000:02: resource 0 [io 0x3000-0x3fff]
Jun 07 16:39:04 Joksa kernel: pci_bus 0000:02: resource 1 [mem 0xa2400000-0xa24fffff]
Jun 07 16:39:04 Joksa kernel: pci_bus 0000:02: resource 2 [mem 0xa2200000-0xa22fffff 64bit pref]
Jun 07 16:39:04 Joksa kernel: pci_bus 0000:03: resource 1 [mem 0xa2000000-0xa21fffff]
Jun 07 16:39:04 Joksa kernel: PCI: CLS 0 bytes, default 64
Jun 07 16:39:04 Joksa kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Jun 07 16:39:04 Joksa kernel: software IO TLB: mapped [mem 0x0000000053347000-0x0000000057347000] (64MB)
Jun 07 16:39:04 Joksa kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1128af0325d, max_idle_ns: 440795261011 ns
Jun 07 16:39:04 Joksa kernel: Trying to unpack rootfs image as initramfs...
Jun 07 16:39:04 Joksa kernel: clocksource: Switched to clocksource tsc
Jun 07 16:39:04 Joksa kernel: sgx: EPC section 0x600c0000-0x65d7ffff
Jun 07 16:39:04 Joksa kernel: Initialise system trusted keyrings
Jun 07 16:39:04 Joksa kernel: Key type blacklist registered
Jun 07 16:39:04 Joksa kernel: workingset: timestamp_bits=41 max_order=22 bucket_order=0
Jun 07 16:39:04 Joksa kernel: zbud: loaded
Jun 07 16:39:04 Joksa kernel: fuse: init (API version 7.40)
Jun 07 16:39:04 Joksa kernel: integrity: Platform Keyring initialized
Jun 07 16:39:04 Joksa kernel: integrity: Machine keyring initialized
Jun 07 16:39:04 Joksa kernel: Key type asymmetric registered
Jun 07 16:39:04 Joksa kernel: Asymmetric key parser 'x509' registered
Jun 07 16:39:04 Joksa kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
Jun 07 16:39:04 Joksa kernel: io scheduler mq-deadline registered
Jun 07 16:39:04 Joksa kernel: io scheduler kyber registered
Jun 07 16:39:04 Joksa kernel: io scheduler bfq registered
Jun 07 16:39:04 Joksa kernel: pcieport 0000:00:1c.0: PME: Signaling with IRQ 122
Jun 07 16:39:04 Joksa kernel: pcieport 0000:00:1d.0: PME: Signaling with IRQ 123
Jun 07 16:39:04 Joksa kernel: pcieport 0000:00:1d.0: AER: enabled with IRQ 123
Jun 07 16:39:04 Joksa kernel: pcieport 0000:00:1d.1: PME: Signaling with IRQ 124
Jun 07 16:39:04 Joksa kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Jun 07 16:39:04 Joksa kernel: Monitor-Mwait will be used to enter C-1 state
Jun 07 16:39:04 Joksa kernel: Monitor-Mwait will be used to enter C-2 state
Jun 07 16:39:04 Joksa kernel: Monitor-Mwait will be used to enter C-3 state
Jun 07 16:39:04 Joksa kernel: ACPI: \_SB_.PR00: Found 3 idle states
Jun 07 16:39:04 Joksa kernel: ACPI: AC: AC Adapter [AC] (on-line)
Jun 07 16:39:04 Joksa kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
Jun 07 16:39:04 Joksa kernel: ACPI: button: Lid Switch [LID0]
Jun 07 16:39:04 Joksa kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
Jun 07 16:39:04 Joksa kernel: ACPI: button: Power Button [PBTN]
Jun 07 16:39:04 Joksa kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
Jun 07 16:39:04 Joksa kernel: ACPI: button: Sleep Button [SBTN]
Jun 07 16:39:04 Joksa kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
Jun 07 16:39:04 Joksa kernel: ACPI: button: Power Button [PWRF]
Jun 07 16:39:04 Joksa kernel: thermal LNXTHERM:00: registered as thermal_zone0
Jun 07 16:39:04 Joksa kernel: ACPI: thermal: Thermal Zone [TZ00] (28 C)
Jun 07 16:39:04 Joksa kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Jun 07 16:39:04 Joksa kernel: hpet_acpi_add: no address or irqs in _CRS
Jun 07 16:39:04 Joksa kernel: Non-volatile memory driver v1.3
Jun 07 16:39:04 Joksa kernel: Linux agpgart interface v0.103
Jun 07 16:39:04 Joksa kernel: ACPI: bus type drm_connector registered
Jun 07 16:39:04 Joksa kernel: ahci 0000:00:17.0: version 3.0
Jun 07 16:39:04 Joksa kernel: ahci 0000:00:17.0: AHCI vers 0001.0301, 32 command slots, 6 Gbps, SATA mode
Jun 07 16:39:04 Joksa kernel: ahci 0000:00:17.0: 2/2 ports implemented (port mask 0x3)
Jun 07 16:39:04 Joksa kernel: ahci 0000:00:17.0: flags: 64bit ncq sntf clo only pio slum part deso sadm sds apst
Jun 07 16:39:04 Joksa kernel: scsi host0: ahci
Jun 07 16:39:04 Joksa kernel: scsi host1: ahci
Jun 07 16:39:04 Joksa kernel: ata1: SATA max UDMA/133 abar m2048@0xa252f000 port 0xa252f100 irq 125 lpm-pol 3
Jun 07 16:39:04 Joksa kernel: ata2: SATA max UDMA/133 abar m2048@0xa252f000 port 0xa252f180 irq 125 lpm-pol 3
Jun 07 16:39:04 Joksa kernel: usbcore: registered new interface driver usbserial_generic
Jun 07 16:39:04 Joksa kernel: usbserial: USB Serial support registered for generic
Jun 07 16:39:04 Joksa kernel: rtc_cmos 00:01: RTC can wake from S4
Jun 07 16:39:04 Joksa kernel: rtc_cmos 00:01: registered as rtc0
Jun 07 16:39:04 Joksa kernel: rtc_cmos 00:01: setting system clock to 2024-06-07T14:39:02 UTC (1717771142)
Jun 07 16:39:04 Joksa kernel: rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram
Jun 07 16:39:04 Joksa kernel: intel_pstate: Intel P-state driver initializing
Jun 07 16:39:04 Joksa kernel: intel_pstate: HWP enabled
Jun 07 16:39:04 Joksa kernel: ledtrig-cpu: registered to indicate activity on CPUs
Jun 07 16:39:04 Joksa kernel: [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
Jun 07 16:39:04 Joksa kernel: fbcon: Deferring console take-over
Jun 07 16:39:04 Joksa kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
Jun 07 16:39:04 Joksa kernel: hid: raw HID events driver (C) Jiri Kosina
Jun 07 16:39:04 Joksa kernel: drop_monitor: Initializing network drop monitor service
Jun 07 16:39:04 Joksa kernel: NET: Registered PF_INET6 protocol family
Jun 07 16:39:04 Joksa kernel: ACPI: battery: Slot [BAT0] (battery present)
Jun 07 16:39:04 Joksa kernel: Freeing initrd memory: 64276K
Jun 07 16:39:04 Joksa kernel: Segment Routing with IPv6
Jun 07 16:39:04 Joksa kernel: RPL Segment Routing with IPv6
Jun 07 16:39:04 Joksa kernel: In-situ OAM (IOAM) with IPv6
Jun 07 16:39:04 Joksa kernel: NET: Registered PF_PACKET protocol family
Jun 07 16:39:04 Joksa kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Jun 07 16:39:04 Joksa kernel: microcode: Current revision: 0x000000c4
Jun 07 16:39:04 Joksa kernel: microcode: Updated early from: 0x000000c2
Jun 07 16:39:04 Joksa kernel: IPI shorthand broadcast: enabled
Jun 07 16:39:04 Joksa kernel: sched_clock: Marking stable (367906259, 6603978)->(402752894, -28242657)
Jun 07 16:39:04 Joksa kernel: Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
Jun 07 16:39:04 Joksa kernel: registered taskstats version 1
Jun 07 16:39:04 Joksa kernel: Loading compiled-in X.509 certificates
Jun 07 16:39:04 Joksa kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 7a4353263ac24ac3008ebe1401c28f462f35d83c'
Jun 07 16:39:04 Joksa kernel: zswap: loaded using pool zstd/zsmalloc
Jun 07 16:39:04 Joksa kernel: Key type .fscrypt registered
Jun 07 16:39:04 Joksa kernel: Key type fscrypt-provisioning registered
Jun 07 16:39:04 Joksa kernel: integrity: Loading X.509 certificate: UEFI:db
Jun 07 16:39:04 Joksa kernel: integrity: Loaded X.509 cert 'Dell Inc.: Dell Bios DB Key: 637fa7a9f74471b406de0511557071fd41dd5487'
Jun 07 16:39:04 Joksa kernel: integrity: Loading X.509 certificate: UEFI:db
Jun 07 16:39:04 Joksa kernel: integrity: Loaded X.509 cert 'Dell Inc.: Dell Bios FW Aux Authority 2018: dd4df7c3f5ce7e5a77847915abc37b031f6b10bd'
Jun 07 16:39:04 Joksa kernel: integrity: Loading X.509 certificate: UEFI:db
Jun 07 16:39:04 Joksa kernel: integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
Jun 07 16:39:04 Joksa kernel: integrity: Loading X.509 certificate: UEFI:db
Jun 07 16:39:04 Joksa kernel: integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
Jun 07 16:39:04 Joksa kernel: PM: Magic number: 12:143:687
Jun 07 16:39:04 Joksa kernel: RAS: Correctable Errors collector initialized.
Jun 07 16:39:04 Joksa kernel: clk: Disabling unused clocks
Jun 07 16:39:04 Joksa kernel: PM: genpd: Disabling unused power domains
Jun 07 16:39:04 Joksa kernel: ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Jun 07 16:39:04 Joksa kernel: ata2: SATA link down (SStatus 4 SControl 300)
Jun 07 16:39:04 Joksa kernel: ata1.00: supports DRM functions and may not be fully accessible
Jun 07 16:39:04 Joksa kernel: ata1.00: ATA-10: KINGSTON SKC600512G, S4500104, max UDMA/133
Jun 07 16:39:04 Joksa kernel: ata1.00: 1000215216 sectors, multi 1: LBA48 NCQ (depth 32), AA
Jun 07 16:39:04 Joksa kernel: ata1.00: Features: Trust Dev-Sleep
Jun 07 16:39:04 Joksa kernel: ata1.00: supports DRM functions and may not be fully accessible
Jun 07 16:39:04 Joksa kernel: ata1.00: configured for UDMA/133
Jun 07 16:39:04 Joksa kernel: scsi 0:0:0:0: Direct-Access ATA KINGSTON SKC6005 0104 PQ: 0 ANSI: 5
Jun 07 16:39:04 Joksa kernel: sd 0:0:0:0: [sda] 1000215216 512-byte logical blocks: (512 GB/477 GiB)
Jun 07 16:39:04 Joksa kernel: sd 0:0:0:0: [sda] 4096-byte physical blocks
Jun 07 16:39:04 Joksa kernel: sd 0:0:0:0: [sda] Write Protect is off
Jun 07 16:39:04 Joksa kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Jun 07 16:39:04 Joksa kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Jun 07 16:39:04 Joksa kernel: sd 0:0:0:0: [sda] Preferred minimum I/O size 4096 bytes
Jun 07 16:39:04 Joksa kernel: sda: sda1 sda2 sda3 sda4
Jun 07 16:39:04 Joksa kernel: sd 0:0:0:0: [sda] supports TCG Opal
Jun 07 16:39:04 Joksa kernel: sd 0:0:0:0: [sda] Attached SCSI disk
Jun 07 16:39:04 Joksa kernel: Freeing unused decrypted memory: 2028K
Jun 07 16:39:04 Joksa kernel: Freeing unused kernel image (initmem) memory: 3412K
Jun 07 16:39:04 Joksa kernel: Write protecting the kernel read-only data: 32768k
Jun 07 16:39:04 Joksa kernel: Freeing unused kernel image (rodata/data gap) memory: 1112K
Jun 07 16:39:04 Joksa kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Jun 07 16:39:04 Joksa kernel: rodata_test: all tests were successful
Jun 07 16:39:04 Joksa kernel: Run /init as init process
Jun 07 16:39:04 Joksa kernel: with arguments:
Jun 07 16:39:04 Joksa kernel: /init
Jun 07 16:39:04 Joksa kernel: with environment:
Jun 07 16:39:04 Joksa kernel: HOME=/
Jun 07 16:39:04 Joksa kernel: TERM=linux
Jun 07 16:39:04 Joksa kernel: BOOT_IMAGE=/vmlinuz-linux
Jun 07 16:39:04 Joksa kernel: wmi_bus wmi_bus-PNP0C14:00: [Firmware Info]: 00000000-0000-0000-0000-000000000000 has zero instances
Jun 07 16:39:04 Joksa kernel: wmi_bus wmi_bus-PNP0C14:00: [Firmware Info]: 00000000-0000-0000-0000-000000000000 has zero instances
Jun 07 16:39:04 Joksa kernel: wmi_bus wmi_bus-PNP0C14:00: [Firmware Info]: 00000000-0000-0000-0000-000000000000 has zero instances
Jun 07 16:39:04 Joksa kernel: wmi_bus wmi_bus-PNP0C14:00: [Firmware Info]: 00000000-0000-0000-0000-000000000000 has zero instances
Jun 07 16:39:04 Joksa kernel: wmi_bus wmi_bus-PNP0C14:04: [Firmware Bug]: WQBC data block query control method not found
Jun 07 16:39:04 Joksa kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
Jun 07 16:39:04 Joksa kernel: i915 0000:00:02.0: [drm] Using Transparent Hugepages
Jun 07 16:39:04 Joksa kernel: i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=io+mem:owns=io+mem
Jun 07 16:39:04 Joksa kernel: i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/icl_dmc_ver1_09.bin (v1.9)
Jun 07 16:39:04 Joksa kernel: [drm] Initialized i915 1.6.0 20230929 for 0000:00:02.0 on minor 1
Jun 07 16:39:04 Joksa kernel: ACPI: video: Video Device [GFX0] (multi-head: yes rom: no post: no)
Jun 07 16:39:04 Joksa kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input4
Jun 07 16:39:04 Joksa kernel: ACPI: video: [Firmware Bug]: ACPI(PXSX) defines _DOD but not _DOS
Jun 07 16:39:04 Joksa kernel: ACPI: video: Video Device [PXSX] (multi-head: yes rom: yes post: no)
Jun 07 16:39:04 Joksa kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:3d/LNXVIDEO:01/input/input5
Jun 07 16:39:04 Joksa kernel: fbcon: i915drmfb (fb0) is primary device
Jun 07 16:39:04 Joksa kernel: fbcon: Deferring console take-over
Jun 07 16:39:04 Joksa kernel: i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
Jun 07 16:39:04 Joksa kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
Jun 07 16:39:04 Joksa kernel: i8042: Warning: Keylock active
Jun 07 16:39:04 Joksa kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Jun 07 16:39:04 Joksa kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Jun 07 16:39:04 Joksa kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Jun 07 16:39:04 Joksa kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
Jun 07 16:39:04 Joksa kernel: xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x110 quirks 0x0000000000009810
Jun 07 16:39:04 Joksa kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Jun 07 16:39:04 Joksa kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Jun 07 16:39:04 Joksa kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
Jun 07 16:39:04 Joksa kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.09
Jun 07 16:39:04 Joksa kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jun 07 16:39:04 Joksa kernel: usb usb1: Product: xHCI Host Controller
Jun 07 16:39:04 Joksa kernel: usb usb1: Manufacturer: Linux 6.9.3-arch1-1 xhci-hcd
Jun 07 16:39:04 Joksa kernel: usb usb1: SerialNumber: 0000:00:14.0
Jun 07 16:39:04 Joksa kernel: hub 1-0:1.0: USB hub found
Jun 07 16:39:04 Joksa kernel: hub 1-0:1.0: 12 ports detected
Jun 07 16:39:04 Joksa kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.09
Jun 07 16:39:04 Joksa kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jun 07 16:39:04 Joksa kernel: usb usb2: Product: xHCI Host Controller
Jun 07 16:39:04 Joksa kernel: usb usb2: Manufacturer: Linux 6.9.3-arch1-1 xhci-hcd
Jun 07 16:39:04 Joksa kernel: usb usb2: SerialNumber: 0000:00:14.0
Jun 07 16:39:04 Joksa kernel: hub 2-0:1.0: USB hub found
Jun 07 16:39:04 Joksa kernel: hub 2-0:1.0: 6 ports detected
Jun 07 16:39:04 Joksa kernel: usb: port power management may be unreliable
Jun 07 16:39:04 Joksa kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input6
Jun 07 16:39:04 Joksa kernel: ACPI Warning: \_SB.PCI0.RP05.PXSX._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20230628/nsarguments-61)
Jun 07 16:39:04 Joksa kernel: pci 0000:01:00.0: optimus capabilities: enabled, status dynamic power, hda bios codec supported
Jun 07 16:39:04 Joksa kernel: VGA switcheroo: detected Optimus DSM method \_SB_.PCI0.RP05.PXSX handle
Jun 07 16:39:04 Joksa kernel: nouveau: detected PR support, will not use DSM
Jun 07 16:39:04 Joksa kernel: nouveau 0000:01:00.0: enabling device (0000 -> 0003)
Jun 07 16:39:04 Joksa kernel: nouveau 0000:01:00.0: NVIDIA GP108 (138000a1)
Jun 07 16:39:04 Joksa kernel: usb 1-1: new low-speed USB device number 2 using xhci_hcd
Jun 07 16:39:04 Joksa kernel: nouveau 0000:01:00.0: bios: version 86.08.3b.00.35
Jun 07 16:39:04 Joksa kernel: nouveau 0000:01:00.0: pmu: firmware unavailable
Jun 07 16:39:04 Joksa kernel: nouveau 0000:01:00.0: fb: 2048 MiB GDDR5
Jun 07 16:39:04 Joksa kernel: vga_switcheroo: enabled
Jun 07 16:39:04 Joksa kernel: nouveau 0000:01:00.0: DRM: VRAM: 2048 MiB
Jun 07 16:39:04 Joksa kernel: nouveau 0000:01:00.0: DRM: GART: 536870912 MiB
Jun 07 16:39:04 Joksa kernel: nouveau 0000:01:00.0: DRM: BIT table 'A' not found
Jun 07 16:39:04 Joksa kernel: nouveau 0000:01:00.0: DRM: BIT table 'L' not found
Jun 07 16:39:04 Joksa kernel: nouveau 0000:01:00.0: DRM: Pointer to TMDS table not found
Jun 07 16:39:04 Joksa kernel: nouveau 0000:01:00.0: DRM: MM: using COPY for buffer copies
Jun 07 16:39:04 Joksa kernel: [drm] Initialized nouveau 1.4.0 20120801 for 0000:01:00.0 on minor 0
Jun 07 16:39:04 Joksa kernel: nouveau 0000:01:00.0: [drm] No compatible format found
Jun 07 16:39:04 Joksa kernel: nouveau 0000:01:00.0: [drm] Cannot find any crtc or sizes
Jun 07 16:39:04 Joksa kernel: usb 1-1: New USB device found, idVendor=1a2c, idProduct=99f4, bcdDevice= 1.17
Jun 07 16:39:04 Joksa kernel: usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jun 07 16:39:04 Joksa kernel: usb 1-1: Product: USB Gaming Keyboard
Jun 07 16:39:04 Joksa kernel: usb 1-1: Manufacturer: SEMICO
Jun 07 16:39:04 Joksa kernel: usbcore: registered new interface driver usbhid
Jun 07 16:39:04 Joksa kernel: usbhid: USB HID core driver
Jun 07 16:39:04 Joksa kernel: fbcon: Taking over console
Jun 07 16:39:04 Joksa kernel: input: SEMICO USB Gaming Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:1A2C:99F4.0001/input/input8
Jun 07 16:39:04 Joksa kernel: Console: switching to colour frame buffer device 170x48
Jun 07 16:39:04 Joksa kernel: hid-generic 0003:1A2C:99F4.0001: input,hidraw0: USB HID v1.10 Keyboard [SEMICO USB Gaming Keyboard ] on usb-0000:00:14.0-1/input0
Jun 07 16:39:04 Joksa kernel: input: SEMICO USB Gaming Keyboard Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:1A2C:99F4.0002/input/input9
Jun 07 16:39:04 Joksa kernel: EXT4-fs (sda3): mounted filesystem 0698736c-2692-41e7-8072-7cadeb9784ff r/w with ordered data mode. Quota mode: none.
Jun 07 16:39:04 Joksa kernel: usb 1-3: new full-speed USB device number 3 using xhci_hcd
Jun 07 16:39:04 Joksa kernel: input: SEMICO USB Gaming Keyboard System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:1A2C:99F4.0002/input/input10
Jun 07 16:39:04 Joksa kernel: input: SEMICO USB Gaming Keyboard Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:1A2C:99F4.0002/input/input12
Jun 07 16:39:04 Joksa kernel: hid-generic 0003:1A2C:99F4.0002: input,hiddev96,hidraw1: USB HID v1.10 Keyboard [SEMICO USB Gaming Keyboard ] on usb-0000:00:14.0-1/input1
Jun 07 16:39:04 Joksa systemd[1]: systemd 255.7-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)
Jun 07 16:39:04 Joksa systemd[1]: Detected architecture x86-64.
Jun 07 16:39:04 Joksa systemd[1]: Hostname set to <Joksa>.
Jun 07 16:39:04 Joksa kernel: usb 1-3: New USB device found, idVendor=25a7, idProduct=fa23, bcdDevice= 2.41
Jun 07 16:39:04 Joksa kernel: usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jun 07 16:39:04 Joksa kernel: usb 1-3: Product: 2.4G Receiver
Jun 07 16:39:04 Joksa kernel: usb 1-3: Manufacturer: Compx
Jun 07 16:39:04 Joksa kernel: input: Compx 2.4G Receiver as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:25A7:FA23.0003/input/input14
Jun 07 16:39:04 Joksa kernel: hid-generic 0003:25A7:FA23.0003: input,hidraw2: USB HID v1.10 Keyboard [Compx 2.4G Receiver] on usb-0000:00:14.0-3/input0
Jun 07 16:39:04 Joksa kernel: input: Compx 2.4G Receiver Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:25A7:FA23.0004/input/input15
Jun 07 16:39:04 Joksa kernel: input: Compx 2.4G Receiver as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:25A7:FA23.0004/input/input16
Jun 07 16:39:04 Joksa kernel: input: Compx 2.4G Receiver Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:25A7:FA23.0004/input/input17
Jun 07 16:39:04 Joksa kernel: input: Compx 2.4G Receiver System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:25A7:FA23.0004/input/input18
Jun 07 16:39:04 Joksa kernel: hid-generic 0003:25A7:FA23.0004: input,hiddev97,hidraw3: USB HID v1.10 Mouse [Compx 2.4G Receiver] on usb-0000:00:14.0-3/input1
Jun 07 16:39:04 Joksa kernel: usb 1-6: new high-speed USB device number 4 using xhci_hcd
Jun 07 16:39:04 Joksa kernel: usb 1-6: New USB device found, idVendor=0c45, idProduct=671e, bcdDevice=85.02
Jun 07 16:39:04 Joksa kernel: usb 1-6: New USB device strings: Mfr=2, Product=1, SerialNumber=0
Jun 07 16:39:04 Joksa kernel: usb 1-6: Product: Integrated_Webcam_HD
Jun 07 16:39:04 Joksa kernel: usb 1-6: Manufacturer: CN0G4JK98LG00043D8E3A01
Jun 07 16:39:04 Joksa systemd[1]: bpf-lsm: LSM BPF program attached
Jun 07 16:39:04 Joksa kernel: usb 1-10: new full-speed USB device number 5 using xhci_hcd
Jun 07 16:39:04 Joksa systemd[1]: Queued start job for default target Graphical Interface.
Jun 07 16:39:04 Joksa kernel: usb 1-10: New USB device found, idVendor=0cf3, idProduct=e009, bcdDevice= 0.01
Jun 07 16:39:04 Joksa kernel: usb 1-10: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Jun 07 16:39:04 Joksa systemd[1]: Created slice Slice /system/dirmngr.
Jun 07 16:39:04 Joksa systemd[1]: Created slice Slice /system/getty.
Jun 07 16:39:04 Joksa systemd[1]: Created slice Slice /system/gpg-agent.
Jun 07 16:39:04 Joksa systemd[1]: Created slice Slice /system/gpg-agent-browser.
Jun 07 16:39:04 Joksa systemd[1]: Created slice Slice /system/gpg-agent-extra.
Jun 07 16:39:04 Joksa systemd[1]: Created slice Slice /system/gpg-agent-ssh.
Jun 07 16:39:04 Joksa systemd[1]: Created slice Slice /system/keyboxd.
Jun 07 16:39:04 Joksa systemd[1]: Created slice Slice /system/modprobe.
Jun 07 16:39:04 Joksa systemd[1]: Created slice Slice /system/systemd-fsck.
Jun 07 16:39:04 Joksa systemd[1]: Created slice User and Session Slice.
Jun 07 16:39:04 Joksa systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Jun 07 16:39:04 Joksa systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Jun 07 16:39:04 Joksa systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Jun 07 16:39:04 Joksa systemd[1]: Expecting device /dev/disk/by-uuid/7050-6C76...
Jun 07 16:39:04 Joksa systemd[1]: Expecting device /dev/disk/by-uuid/b93f02e4-991d-47f2-baf4-4cdec28edcd5...
Jun 07 16:39:04 Joksa systemd[1]: Expecting device /dev/disk/by-uuid/d66bef8b-e478-4a8e-94f0-855cb82d199c...
Jun 07 16:39:04 Joksa systemd[1]: Reached target Local Encrypted Volumes.
Jun 07 16:39:04 Joksa systemd[1]: Reached target Login Prompts.
Jun 07 16:39:04 Joksa systemd[1]: Reached target Local Integrity Protected Volumes.
Jun 07 16:39:04 Joksa systemd[1]: Reached target Path Units.
Jun 07 16:39:04 Joksa systemd[1]: Reached target Remote File Systems.
Jun 07 16:39:04 Joksa systemd[1]: Reached target Slice Units.
Jun 07 16:39:04 Joksa systemd[1]: Reached target Local Verity Protected Volumes.
Jun 07 16:39:04 Joksa systemd[1]: Listening on Device-mapper event daemon FIFOs.
Jun 07 16:39:04 Joksa systemd[1]: Listening on Process Core Dump Socket.
Jun 07 16:39:04 Joksa systemd[1]: Listening on Journal Socket (/dev/log).
Jun 07 16:39:04 Joksa systemd[1]: Listening on Journal Socket.
Jun 07 16:39:04 Joksa systemd[1]: TPM2 PCR Extension (Varlink) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jun 07 16:39:04 Joksa systemd[1]: Listening on udev Control Socket.
Jun 07 16:39:04 Joksa systemd[1]: Listening on udev Kernel Socket.
Jun 07 16:39:04 Joksa systemd[1]: Listening on User Database Manager Socket.
Jun 07 16:39:04 Joksa systemd[1]: Mounting Huge Pages File System...
Jun 07 16:39:04 Joksa systemd[1]: Mounting POSIX Message Queue File System...
Jun 07 16:39:04 Joksa systemd[1]: Mounting Kernel Debug File System...
Jun 07 16:39:04 Joksa systemd[1]: Mounting Kernel Trace File System...
Jun 07 16:39:04 Joksa systemd[1]: Starting Create List of Static Device Nodes...
Jun 07 16:39:04 Joksa systemd[1]: Starting Load Kernel Module configfs...
Jun 07 16:39:04 Joksa systemd[1]: Starting Load Kernel Module dm_mod...
Jun 07 16:39:04 Joksa systemd[1]: Starting Load Kernel Module drm...
Jun 07 16:39:04 Joksa systemd[1]: Starting Load Kernel Module fuse...
Jun 07 16:39:04 Joksa systemd[1]: Starting Load Kernel Module loop...
Jun 07 16:39:04 Joksa systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Jun 07 16:39:04 Joksa systemd[1]: Starting Journal Service...
Jun 07 16:39:04 Joksa systemd[1]: Starting Load Kernel Modules...
Jun 07 16:39:04 Joksa systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jun 07 16:39:04 Joksa systemd[1]: Starting Remount Root and Kernel File Systems...
Jun 07 16:39:04 Joksa systemd[1]: TPM2 SRK Setup (Early) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jun 07 16:39:04 Joksa systemd[1]: Starting Coldplug All udev Devices...
Jun 07 16:39:04 Joksa systemd[1]: Mounted Huge Pages File System.
Jun 07 16:39:04 Joksa systemd[1]: Mounted POSIX Message Queue File System.
Jun 07 16:39:04 Joksa systemd[1]: Mounted Kernel Debug File System.
Jun 07 16:39:04 Joksa systemd[1]: Mounted Kernel Trace File System.
Jun 07 16:39:04 Joksa systemd[1]: Finished Create List of Static Device Nodes.
Jun 07 16:39:04 Joksa systemd[1]: modprobe@configfs.service: Deactivated successfully.
Jun 07 16:39:04 Joksa systemd[1]: Finished Load Kernel Module configfs.
Jun 07 16:39:04 Joksa systemd[1]: modprobe@drm.service: Deactivated successfully.
Jun 07 16:39:04 Joksa systemd[1]: Finished Load Kernel Module drm.
Jun 07 16:39:04 Joksa systemd[1]: modprobe@fuse.service: Deactivated successfully.
Jun 07 16:39:04 Joksa systemd[1]: Finished Load Kernel Module fuse.
Jun 07 16:39:04 Joksa systemd[1]: Mounting FUSE Control File System...
Jun 07 16:39:04 Joksa systemd[1]: Mounting Kernel Configuration File System...
Jun 07 16:39:04 Joksa systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
Jun 07 16:39:04 Joksa systemd[1]: Mounted FUSE Control File System.
Jun 07 16:39:04 Joksa kernel: loop: module loaded
Jun 07 16:39:04 Joksa systemd[1]: Mounted Kernel Configuration File System.
Jun 07 16:39:04 Joksa kernel: device-mapper: uevent: version 1.0.3
Jun 07 16:39:04 Joksa kernel: device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev
Jun 07 16:39:04 Joksa systemd[1]: modprobe@loop.service: Deactivated successfully.
Jun 07 16:39:04 Joksa systemd[1]: Finished Load Kernel Module loop.
Jun 07 16:39:04 Joksa systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Jun 07 16:39:04 Joksa systemd[1]: Finished Load Kernel Module dm_mod.
Jun 07 16:39:04 Joksa systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Jun 07 16:39:04 Joksa systemd[1]: Finished Load Kernel Modules.
Jun 07 16:39:04 Joksa systemd[1]: Starting Apply Kernel Variables...
Jun 07 16:39:04 Joksa systemd-journald[286]: Collecting audit messages is disabled.
Jun 07 16:39:04 Joksa systemd[1]: Starting User Database Manager...
Jun 07 16:39:04 Joksa systemd[1]: Finished Apply Kernel Variables.
Jun 07 16:39:04 Joksa kernel: EXT4-fs (sda3): re-mounted 0698736c-2692-41e7-8072-7cadeb9784ff r/w. Quota mode: none.
Jun 07 16:39:04 Joksa systemd[1]: Finished Remount Root and Kernel File Systems.
Jun 07 16:39:04 Joksa systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Jun 07 16:39:04 Joksa systemd[1]: Starting Load/Save OS Random Seed...
Jun 07 16:39:04 Joksa systemd[1]: TPM2 SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jun 07 16:39:04 Joksa systemd-journald[286]: Journal started
Jun 07 16:39:04 Joksa systemd-journald[286]: Runtime Journal (/run/log/journal/bbd121235b3a445495f4b79390d26a9d) is 8.0M, max 782.5M, 774.5M free.
Jun 07 16:39:04 Joksa systemd-modules-load[287]: Inserted module 'crypto_user'
Jun 07 16:39:04 Joksa systemd[1]: Started Journal Service.
Jun 07 16:39:04 Joksa systemd[1]: Finished Load/Save OS Random Seed.
Jun 07 16:39:04 Joksa systemd[1]: Starting Flush Journal to Persistent Storage...
Jun 07 16:39:04 Joksa systemd[1]: Started User Database Manager.
Jun 07 16:39:04 Joksa systemd-journald[286]: Time spent on flushing to /var/log/journal/bbd121235b3a445495f4b79390d26a9d is 60.542ms for 883 entries.
Jun 07 16:39:04 Joksa systemd-journald[286]: System Journal (/var/log/journal/bbd121235b3a445495f4b79390d26a9d) is 446.4M, max 4.0G, 3.5G free.
Jun 07 16:39:05 Joksa systemd-journald[286]: Received client request to flush runtime journal.
Jun 07 16:39:05 Joksa systemd-journald[286]: /var/log/journal/bbd121235b3a445495f4b79390d26a9d/system.journal: Journal file uses a different sequence number ID, rotating.
Jun 07 16:39:05 Joksa systemd-journald[286]: Rotating system journal.
Jun 07 16:39:04 Joksa systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
Jun 07 16:39:04 Joksa systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Jun 07 16:39:04 Joksa systemd[1]: Starting Create Static Device Nodes in /dev...
Jun 07 16:39:04 Joksa systemd[1]: Finished Create Static Device Nodes in /dev.
Jun 07 16:39:04 Joksa systemd[1]: Reached target Preparation for Local File Systems.
Jun 07 16:39:04 Joksa systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Jun 07 16:39:04 Joksa systemd[1]: Starting Rule-based Manager for Device Events and Files...
Jun 07 16:39:04 Joksa systemd-udevd[325]: Using default interface naming scheme 'v255'.
Jun 07 16:39:04 Joksa systemd[1]: Finished Coldplug All udev Devices.
Jun 07 16:39:05 Joksa systemd[1]: Started Rule-based Manager for Device Events and Files.
Jun 07 16:39:05 Joksa systemd[1]: Finished Flush Journal to Persistent Storage.
Jun 07 16:39:05 Joksa mtp-probe[366]: checking bus 1, device 2: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1"
Jun 07 16:39:05 Joksa mtp-probe[367]: checking bus 1, device 3: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3"
Jun 07 16:39:05 Joksa mtp-probe[366]: bus: 1, device: 2 was not an MTP device
Jun 07 16:39:05 Joksa mtp-probe[367]: bus: 1, device: 3 was not an MTP device
Jun 07 16:39:05 Joksa kernel: Consider using thermal netlink events interface
Jun 07 16:39:05 Joksa kernel: input: Intel HID events as /devices/platform/INT33D5:00/input/input20
Jun 07 16:39:05 Joksa systemd[1]: Found device KINGSTON_SKC600512G 2.
Jun 07 16:39:05 Joksa kernel: mousedev: PS/2 mouse device common for all mice
Jun 07 16:39:05 Joksa systemd[1]: Found device KINGSTON_SKC600512G 1.
Jun 07 16:39:05 Joksa kernel: intel_pmc_core INT33A1:00: initialized
Jun 07 16:39:05 Joksa systemd[1]: Found device KINGSTON_SKC600512G 4.
Jun 07 16:39:05 Joksa mtp-probe[373]: checking bus 1, device 4: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-6"
Jun 07 16:39:05 Joksa systemd[1]: Created slice Slice /system/systemd-backlight.
Jun 07 16:39:05 Joksa mtp-probe[373]: bus: 1, device: 4 was not an MTP device
Jun 07 16:39:05 Joksa kernel: mc: Linux media interface: v0.10
Jun 07 16:39:05 Joksa kernel: mei_me 0000:00:16.0: enabling device (0000 -> 0002)
Jun 07 16:39:05 Joksa systemd[1]: Activating swap /dev/disk/by-uuid/b93f02e4-991d-47f2-baf4-4cdec28edcd5...
Jun 07 16:39:05 Joksa systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:intel_backlight...
Jun 07 16:39:05 Joksa systemd[1]: Starting File System Check on /dev/disk/by-uuid/7050-6C76...
Jun 07 16:39:05 Joksa systemd[1]: Starting File System Check on /dev/disk/by-uuid/d66bef8b-e478-4a8e-94f0-855cb82d199c...
Jun 07 16:39:05 Joksa kernel: intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
Jun 07 16:39:05 Joksa kernel: idma64 idma64.0: Found Intel integrated DMA 64-bit
Jun 07 16:39:05 Joksa kernel: Adding 16777212k swap on /dev/sda2. Priority:-2 extents:1 across:16777212k SS
Jun 07 16:39:05 Joksa kernel: videodev: Linux video capture interface: v2.00
Jun 07 16:39:05 Joksa systemd[1]: Activated swap /dev/disk/by-uuid/b93f02e4-991d-47f2-baf4-4cdec28edcd5.
Jun 07 16:39:05 Joksa systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:intel_backlight.
Jun 07 16:39:05 Joksa systemd[1]: Reached target Swaps.
Jun 07 16:39:05 Joksa systemd[1]: Mounting Temporary Directory /tmp...
Jun 07 16:39:05 Joksa kernel: intel-lpss 0000:00:15.1: enabling device (0000 -> 0002)
Jun 07 16:39:05 Joksa kernel: idma64 idma64.1: Found Intel integrated DMA 64-bit
Jun 07 16:39:05 Joksa systemd[1]: Mounted Temporary Directory /tmp.
Jun 07 16:39:05 Joksa systemd-fsck[394]: fsck.fat 4.2 (2021-01-31)
Jun 07 16:39:05 Joksa systemd-fsck[394]: /dev/sda1: 371 files, 53642/130811 clusters
Jun 07 16:39:05 Joksa systemd[1]: Finished File System Check on /dev/disk/by-uuid/7050-6C76.
Jun 07 16:39:05 Joksa systemd-fsck[393]: /dev/sda4: clean, 216340/26902528 files, 3530948/107593984 blocks
Jun 07 16:39:05 Joksa systemd[1]: Mounting /boot...
Jun 07 16:39:05 Joksa systemd[1]: Finished File System Check on /dev/disk/by-uuid/d66bef8b-e478-4a8e-94f0-855cb82d199c.
Jun 07 16:39:05 Joksa systemd[1]: Mounting /home...
Jun 07 16:39:05 Joksa kernel: intel-lpss 0000:00:19.0: enabling device (0000 -> 0002)
Jun 07 16:39:05 Joksa kernel: Bluetooth: Core ver 2.22
Jun 07 16:39:05 Joksa kernel: input: PC Speaker as /devices/platform/pcspkr/input/input21
Jun 07 16:39:05 Joksa kernel: NET: Registered PF_BLUETOOTH protocol family
Jun 07 16:39:05 Joksa kernel: Bluetooth: HCI device and connection manager initialized
Jun 07 16:39:05 Joksa kernel: Bluetooth: HCI socket layer initialized
Jun 07 16:39:05 Joksa kernel: Bluetooth: L2CAP socket layer initialized
Jun 07 16:39:05 Joksa kernel: Bluetooth: SCO socket layer initialized
Jun 07 16:39:05 Joksa kernel: EXT4-fs (sda4): mounted filesystem d66bef8b-e478-4a8e-94f0-855cb82d199c r/w with ordered data mode. Quota mode: none.
Jun 07 16:39:05 Joksa systemd[1]: Mounted /home.
Jun 07 16:39:05 Joksa kernel: input: DELL0979:00 04F3:30C4 Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-16/i2c-DELL0979:00/0018:04F3:30C4.0005/input/input22
Jun 07 16:39:05 Joksa kernel: input: DELL0979:00 04F3:30C4 Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-16/i2c-DELL0979:00/0018:04F3:30C4.0005/input/input23
Jun 07 16:39:05 Joksa kernel: hid-generic 0018:04F3:30C4.0005: input,hidraw4: I2C HID v1.00 Mouse [DELL0979:00 04F3:30C4] on i2c-DELL0979:00
Jun 07 16:39:05 Joksa kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Jun 07 16:39:05 Joksa kernel: dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.4)
Jun 07 16:39:05 Joksa kernel: i801_smbus 0000:00:1f.4: enabling device (0000 -> 0003)
Jun 07 16:39:05 Joksa kernel: i801_smbus 0000:00:1f.4: SPD Write Disable is set
Jun 07 16:39:05 Joksa kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
Jun 07 16:39:05 Joksa kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Jun 07 16:39:05 Joksa kernel: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
Jun 07 16:39:05 Joksa kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Jun 07 16:39:05 Joksa kernel: cfg80211: failed to load regulatory.db
Jun 07 16:39:05 Joksa kernel: Creating 1 MTD partitions on "0000:00:1f.5":
Jun 07 16:39:05 Joksa kernel: 0x000000000000-0x000000800000 : "BIOS"
Jun 07 16:39:05 Joksa systemd[1]: Mounted /boot.
Jun 07 16:39:05 Joksa systemd[1]: Reached target Local File Systems.
Jun 07 16:39:05 Joksa systemd[1]: Listening on System Extension Image Management (Varlink).
Jun 07 16:39:05 Joksa systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
Jun 07 16:39:05 Joksa systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
Jun 07 16:39:05 Joksa systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Jun 07 16:39:05 Joksa systemd[1]: Starting Create Volatile Files and Directories...
Jun 07 16:39:05 Joksa kernel: Creating 1 MTD partitions on "0000:00:1f.5-chip1":
Jun 07 16:39:05 Joksa kernel: 0x000000000000-0x000001000000 : "BIOS1"
Jun 07 16:39:05 Joksa kernel: i2c i2c-19: Successfully instantiated SPD at 0x50
Jun 07 16:39:05 Joksa systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Jun 07 16:39:05 Joksa kernel: iTCO_vendor_support: vendor-support=0
Jun 07 16:39:05 Joksa kernel: intel_rapl_common: Found RAPL domain package
Jun 07 16:39:05 Joksa kernel: intel_rapl_common: Found RAPL domain core
Jun 07 16:39:05 Joksa kernel: intel_rapl_common: Found RAPL domain psys
Jun 07 16:39:05 Joksa kernel: mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
Jun 07 16:39:05 Joksa kernel: RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 655360 ms ovfl timer
Jun 07 16:39:05 Joksa kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
Jun 07 16:39:05 Joksa kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
Jun 07 16:39:05 Joksa kernel: RAPL PMU: hw unit of domain psys 2^-14 Joules
Jun 07 16:39:05 Joksa systemd[1]: Starting Virtual Console Setup...
Jun 07 16:39:05 Joksa kernel: input: Dell WMI hotkeys as /devices/platform/PNP0C14:04/wmi_bus/wmi_bus-PNP0C14:04/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input26
Jun 07 16:39:05 Joksa kernel: proc_thermal 0000:00:04.0: enabling device (0000 -> 0002)
Jun 07 16:39:05 Joksa kernel: iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
Jun 07 16:39:05 Joksa kernel: cryptd: max_cpu_qlen set to 1000
Jun 07 16:39:05 Joksa kernel: Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Jun 07 16:39:05 Joksa kernel: usbcore: registered new interface driver btusb
Jun 07 16:39:05 Joksa kernel: iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Jun 07 16:39:05 Joksa kernel: intel_rapl_common: Found RAPL domain package
Jun 07 16:39:05 Joksa systemd[1]: Starting Load/Save RF Kill Switch Status...
Jun 07 16:39:05 Joksa kernel: usb 1-6: Found UVC 1.00 device Integrated_Webcam_HD (0c45:671e)
Jun 07 16:39:05 Joksa kernel: r8169 0000:02:00.0 eth0: RTL8106e, 98:e7:43:58:f4:be, XID 449, IRQ 137
Jun 07 16:39:05 Joksa kernel: ee1004 19-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
Jun 07 16:39:05 Joksa kernel: AVX2 version of gcm_enc/dec engaged.
Jun 07 16:39:05 Joksa kernel: AES CTR mode by8 optimization enabled
Jun 07 16:39:05 Joksa systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
Jun 07 16:39:05 Joksa systemd[1]: Starting Load Kernel Module dm_mod...
Jun 07 16:39:05 Joksa systemd[1]: Starting Load Kernel Module loop...
Jun 07 16:39:05 Joksa systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
Jun 07 16:39:05 Joksa systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Jun 07 16:39:05 Joksa systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Jun 07 16:39:05 Joksa systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jun 07 16:39:05 Joksa systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Jun 07 16:39:05 Joksa systemd[1]: TPM2 SRK Setup (Early) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jun 07 16:39:05 Joksa systemd[1]: TPM2 SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jun 07 16:39:05 Joksa systemd[1]: Started Load/Save RF Kill Switch Status.
Jun 07 16:39:05 Joksa kernel: r8169 0000:02:00.0 enp2s0: renamed from eth0
Jun 07 16:39:05 Joksa kernel: usbcore: registered new interface driver uvcvideo
Jun 07 16:39:05 Joksa systemd[1]: Finished Virtual Console Setup.
Jun 07 16:39:05 Joksa systemd[1]: modprobe@loop.service: Deactivated successfully.
Jun 07 16:39:05 Joksa systemd[1]: Finished Load Kernel Module loop.
Jun 07 16:39:05 Joksa systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Jun 07 16:39:05 Joksa systemd[1]: Finished Load Kernel Module dm_mod.
Jun 07 16:39:05 Joksa systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Jun 07 16:39:05 Joksa systemd[1]: Finished Create Volatile Files and Directories.
Jun 07 16:39:05 Joksa systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Jun 07 16:39:05 Joksa systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Jun 07 16:39:05 Joksa systemd[1]: Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var).
Jun 07 16:39:05 Joksa systemd[1]: Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Jun 07 16:39:05 Joksa systemd[1]: Update is Completed was skipped because no trigger condition checks were met.
Jun 07 16:39:05 Joksa systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Jun 07 16:39:05 Joksa systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Jun 07 16:39:05 Joksa systemd[1]: Reached target System Initialization.
Jun 07 16:39:05 Joksa systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Jun 07 16:39:05 Joksa systemd[1]: Started Daily verification of password and group files.
Jun 07 16:39:05 Joksa systemd[1]: Started Daily Cleanup of Temporary Directories.
Jun 07 16:39:05 Joksa systemd[1]: Reached target Timer Units.
Jun 07 16:39:05 Joksa systemd[1]: Listening on D-Bus System Message Bus Socket.
Jun 07 16:39:05 Joksa systemd[1]: Listening on GnuPG network certificate management daemon for /etc/pacman.d/gnupg.
Jun 07 16:39:05 Joksa systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers) for /etc/pacman.d/gnupg.
Jun 07 16:39:05 Joksa systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (restricted) for /etc/pacman.d/gnupg.
Jun 07 16:39:05 Joksa systemd[1]: Listening on GnuPG cryptographic agent (ssh-agent emulation) for /etc/pacman.d/gnupg.
Jun 07 16:39:05 Joksa systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache for /etc/pacman.d/gnupg.
Jun 07 16:39:05 Joksa systemd[1]: Listening on GnuPG public key management service for /etc/pacman.d/gnupg.
Jun 07 16:39:05 Joksa systemd[1]: Reached target Socket Units.
Jun 07 16:39:05 Joksa systemd[1]: Starting D-Bus System Message Bus...
Jun 07 16:39:05 Joksa systemd[1]: TPM2 PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jun 07 16:39:05 Joksa kernel: input: DELL0979:00 04F3:30C4 Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-16/i2c-DELL0979:00/0018:04F3:30C4.0005/input/input27
Jun 07 16:39:05 Joksa kernel: input: DELL0979:00 04F3:30C4 Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-16/i2c-DELL0979:00/0018:04F3:30C4.0005/input/input28
Jun 07 16:39:05 Joksa kernel: hid-multitouch 0018:04F3:30C4.0005: input,hidraw4: I2C HID v1.00 Mouse [DELL0979:00 04F3:30C4] on i2c-DELL0979:00
Jun 07 16:39:05 Joksa kernel: snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
Jun 07 16:39:05 Joksa kernel: snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
Jun 07 16:39:05 Joksa kernel: snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
Jun 07 16:39:05 Joksa systemd[1]: Started D-Bus System Message Bus.
Jun 07 16:39:05 Joksa kernel: ath10k_pci 0000:03:00.0: enabling device (0000 -> 0002)
Jun 07 16:39:05 Joksa kernel: ath10k_pci 0000:03:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0
Jun 07 16:39:05 Joksa systemd[1]: Reached target Basic System.
Jun 07 16:39:05 Joksa systemd[1]: Starting Network Manager...
Jun 07 16:39:05 Joksa systemd[1]: Starting Bluetooth service...
Jun 07 16:39:05 Joksa systemd[1]: Starting User Login Management...
Jun 07 16:39:05 Joksa systemd[1]: TPM2 PCR Barrier (User) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Jun 07 16:39:05 Joksa dbus-broker-launch[463]: Ready
Jun 07 16:39:05 Joksa bluetoothd[470]: Bluetooth daemon 5.76
Jun 07 16:39:05 Joksa systemd[1]: Started Bluetooth service.
Jun 07 16:39:05 Joksa systemd[1]: Reached target Bluetooth Support.
Jun 07 16:39:05 Joksa bluetoothd[470]: Starting SDP server
Jun 07 16:39:05 Joksa kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Jun 07 16:39:05 Joksa kernel: Bluetooth: BNEP filters: protocol multicast
Jun 07 16:39:05 Joksa kernel: Bluetooth: BNEP socket layer initialized
Jun 07 16:39:05 Joksa bluetoothd[470]: src/plugin.c:init_plugin() System does not support bap plugin
Jun 07 16:39:05 Joksa bluetoothd[470]: src/plugin.c:init_plugin() System does not support bass plugin
Jun 07 16:39:05 Joksa bluetoothd[470]: src/plugin.c:init_plugin() System does not support mcp plugin
Jun 07 16:39:05 Joksa bluetoothd[470]: src/plugin.c:init_plugin() System does not support vcp plugin
Jun 07 16:39:05 Joksa bluetoothd[470]: profiles/audio/micp.c:micp_init() D-Bus experimental not enabled
Jun 07 16:39:05 Joksa bluetoothd[470]: src/plugin.c:init_plugin() System does not support micp plugin
Jun 07 16:39:05 Joksa bluetoothd[470]: src/plugin.c:init_plugin() System does not support ccp plugin
Jun 07 16:39:05 Joksa bluetoothd[470]: src/plugin.c:init_plugin() System does not support csip plugin
Jun 07 16:39:05 Joksa bluetoothd[470]: Bluetooth management interface 1.22 initialized
Jun 07 16:39:05 Joksa bluetoothd[470]: Battery Provider Manager created
Jun 07 16:39:05 Joksa kernel: Bluetooth: MGMT ver 1.22
Jun 07 16:39:05 Joksa kernel: NET: Registered PF_ALG protocol family
Jun 07 16:39:05 Joksa systemd-logind[471]: New seat seat0.
Jun 07 16:39:05 Joksa systemd[1]: Starting Hostname Service...
Jun 07 16:39:05 Joksa systemd-logind[471]: Watching system buttons on /dev/input/event3 (Power Button)
Jun 07 16:39:05 Joksa systemd-logind[471]: Watching system buttons on /dev/input/event1 (Power Button)
Jun 07 16:39:05 Joksa NetworkManager[469]: <info> [1717771145.5856] NetworkManager (version 1.48.0-1) is starting... (boot:e3ff9f23-1fb8-4772-8f90-ca5ef276188e)
Jun 07 16:39:05 Joksa NetworkManager[469]: <info> [1717771145.5856] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
Jun 07 16:39:05 Joksa systemd-logind[471]: Watching system buttons on /dev/input/event0 (Lid Switch)
Jun 07 16:39:05 Joksa systemd-logind[471]: Watching system buttons on /dev/input/event2 (Sleep Button)
Jun 07 16:39:05 Joksa systemd-logind[471]: Watching system buttons on /dev/input/event7 (SEMICO USB Gaming Keyboard )
Jun 07 16:39:05 Joksa systemd-logind[471]: Watching system buttons on /dev/input/event9 (SEMICO USB Gaming Keyboard System Control)
Jun 07 16:39:05 Joksa systemd-logind[471]: Watching system buttons on /dev/input/event10 (SEMICO USB Gaming Keyboard Keyboard)
Jun 07 16:39:05 Joksa systemd-logind[471]: Watching system buttons on /dev/input/event8 (SEMICO USB Gaming Keyboard Consumer Control)
Jun 07 16:39:05 Joksa systemd-logind[471]: Watching system buttons on /dev/input/event11 (Compx 2.4G Receiver)
Jun 07 16:39:05 Joksa systemd-logind[471]: Watching system buttons on /dev/input/event14 (Compx 2.4G Receiver Consumer Control)
Jun 07 16:39:05 Joksa systemd-logind[471]: Watching system buttons on /dev/input/event15 (Compx 2.4G Receiver System Control)
Jun 07 16:39:05 Joksa systemd-logind[471]: Watching system buttons on /dev/input/event16 (Intel HID events)
Jun 07 16:39:05 Joksa systemd-logind[471]: Watching system buttons on /dev/input/event6 (AT Translated Set 2 keyboard)
Jun 07 16:39:05 Joksa systemd[1]: Started User Login Management.
Jun 07 16:39:05 Joksa NetworkManager[469]: <info> [1717771145.5964] manager[0x633d35519200]: monitoring kernel firmware directory '/lib/firmware'.
Jun 07 16:39:05 Joksa bluetoothd[470]: Failed to set mode: Failed (0x03)
Jun 07 16:39:05 Joksa kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC3204: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
Jun 07 16:39:05 Joksa kernel: snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Jun 07 16:39:05 Joksa kernel: snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
Jun 07 16:39:05 Joksa kernel: snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
Jun 07 16:39:05 Joksa kernel: snd_hda_codec_realtek hdaudioC0D0: inputs:
Jun 07 16:39:05 Joksa kernel: snd_hda_codec_realtek hdaudioC0D0: Headset Mic=0x19
Jun 07 16:39:05 Joksa kernel: snd_hda_codec_realtek hdaudioC0D0: Headphone Mic=0x1a
Jun 07 16:39:05 Joksa kernel: snd_hda_codec_realtek hdaudioC0D0: Internal Mic=0x12
Jun 07 16:39:05 Joksa kernel: intel_tcc_cooling: Programmable TCC Offset detected
Jun 07 16:39:05 Joksa systemd[1]: Started Hostname Service.
Jun 07 16:39:05 Joksa NetworkManager[469]: <info> [1717771145.7211] hostname: hostname: using hostnamed
Jun 07 16:39:05 Joksa NetworkManager[469]: <info> [1717771145.7211] hostname: static hostname changed from (none) to "Joksa"
Jun 07 16:39:05 Joksa NetworkManager[469]: <info> [1717771145.7216] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink
Jun 07 16:39:05 Joksa NetworkManager[469]: <info> [1717771145.7220] manager[0x633d35519200]: rfkill: Wi-Fi hardware radio set enabled
Jun 07 16:39:05 Joksa NetworkManager[469]: <info> [1717771145.7221] manager[0x633d35519200]: rfkill: WWAN hardware radio set enabled
Jun 07 16:39:05 Joksa kernel: psmouse serio1: elantech: assuming hardware version 4 (with firmware version 0x4f1001)
Jun 07 16:39:05 Joksa kernel: psmouse serio1: elantech: elantech_send_cmd query 0x02 failed.
Jun 07 16:39:05 Joksa kernel: psmouse serio1: elantech: failed to query capabilities.
Jun 07 16:39:05 Joksa NetworkManager[469]: <info> [1717771145.8940] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.48.0-1/libnm-device-plugin-team.so)
Jun 07 16:39:05 Joksa NetworkManager[469]: <info> [1717771145.8968] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.48.0-1/libnm-device-plugin-ovs.so)
Jun 07 16:39:05 Joksa kernel: ath10k_pci 0000:03:00.0: qca9377 hw1.1 target 0x05020001 chip_id 0x003821ff sub 1028:1810
Jun 07 16:39:05 Joksa kernel: ath10k_pci 0000:03:00.0: kconfig debug 1 debugfs 1 tracing 1 dfs 0 testmode 0
Jun 07 16:39:05 Joksa kernel: ath10k_pci 0000:03:00.0: firmware ver WLAN.TF.2.1-00021-QCARMSWP-1 api 6 features wowlan,ignore-otp crc32 42e41877
Jun 07 16:39:05 Joksa NetworkManager[469]: <info> [1717771145.9059] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.48.0-1/libnm-device-plugin-bluetooth.so)
Jun 07 16:39:05 Joksa NetworkManager[469]: <info> [1717771145.9067] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.48.0-1/libnm-device-plugin-wwan.so)
Jun 07 16:39:05 Joksa NetworkManager[469]: <info> [1717771145.9076] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.48.0-1/libnm-device-plugin-adsl.so)
Jun 07 16:39:05 Joksa NetworkManager[469]: <info> [1717771145.9093] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.48.0-1/libnm-device-plugin-wifi.so)
Jun 07 16:39:05 Joksa NetworkManager[469]: <info> [1717771145.9096] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Jun 07 16:39:05 Joksa NetworkManager[469]: <info> [1717771145.9096] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Jun 07 16:39:05 Joksa NetworkManager[469]: <info> [1717771145.9110] manager: Networking is enabled by state file
Jun 07 16:39:05 Joksa NetworkManager[469]: <info> [1717771145.9118] settings: Loaded settings plugin: keyfile (internal)
Jun 07 16:39:05 Joksa NetworkManager[469]: <info> [1717771145.9154] dhcp: init: Using DHCP client 'internal'
Jun 07 16:39:05 Joksa NetworkManager[469]: <info> [1717771145.9156] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1)
Jun 07 16:39:05 Joksa NetworkManager[469]: <info> [1717771145.9167] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external')
Jun 07 16:39:05 Joksa NetworkManager[469]: <info> [1717771145.9184] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external')
Jun 07 16:39:05 Joksa NetworkManager[469]: <info> [1717771145.9190] device (lo): Activation: starting connection 'lo' (2b67735d-86ed-4469-9d11-02a37124447a)
Jun 07 16:39:05 Joksa NetworkManager[469]: <info> [1717771145.9197] manager: (enp2s0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Jun 07 16:39:05 Joksa NetworkManager[469]: <info> [1717771145.9206] settings: (enp2s0): created default wired connection 'Wired connection 1'
Jun 07 16:39:05 Joksa NetworkManager[469]: <info> [1717771145.9206] device (enp2s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Jun 07 16:39:05 Joksa kernel: RTL8208 Fast Ethernet r8169-0-200:00: attached PHY driver (mii_bus:phy_addr=r8169-0-200:00, irq=MAC)
Jun 07 16:39:05 Joksa systemd[1]: Starting Network Manager Script Dispatcher Service...
Jun 07 16:39:05 Joksa systemd[1]: Started Network Manager Script Dispatcher Service.
Jun 07 16:39:06 Joksa kernel: ath10k_pci 0000:03:00.0: board_file api 2 bmi_id N/A crc32 8aedfa4a
Jun 07 16:39:06 Joksa kernel: ath10k_pci 0000:03:00.0: htt-ver 3.56 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1
Jun 07 16:39:06 Joksa kernel: r8169 0000:02:00.0 enp2s0: Link is Down
Jun 07 16:39:06 Joksa systemd[1]: Started Network Manager.
Jun 07 16:39:06 Joksa NetworkManager[469]: <info> [1717771146.2584] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Jun 07 16:39:06 Joksa systemd[1]: Reached target Network.
Jun 07 16:39:06 Joksa systemd[1]: Starting Permit User Sessions...
Jun 07 16:39:06 Joksa NetworkManager[469]: <info> [1717771146.2609] ovsdb: disconnected from ovsdb
Jun 07 16:39:06 Joksa NetworkManager[469]: <info> [1717771146.2610] device (lo): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external')
Jun 07 16:39:06 Joksa NetworkManager[469]: <info> [1717771146.2612] device (lo): state change: prepare -> config (reason 'none', sys-iface-state: 'external')
Jun 07 16:39:06 Joksa NetworkManager[469]: <info> [1717771146.2614] device (lo): state change: config -> ip-config (reason 'none', sys-iface-state: 'external')
Jun 07 16:39:06 Joksa kernel: ath: EEPROM regdomain: 0x6c
Jun 07 16:39:06 Joksa kernel: ath: EEPROM indicates we should expect a direct regpair map
Jun 07 16:39:06 Joksa kernel: ath: Country alpha2 being used: 00
Jun 07 16:39:06 Joksa kernel: ath: Regpair used: 0x6c
Jun 07 16:39:06 Joksa NetworkManager[469]: <info> [1717771146.2625] rfkill1: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:1d.1/0000:03:00.0/ieee80211/phy0/rfkill1) (driver ath10k_pci)
Jun 07 16:39:06 Joksa NetworkManager[469]: <info> [1717771146.2627] device (lo): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external')
Jun 07 16:39:06 Joksa NetworkManager[469]: <info> [1717771146.2633] device (wlan0): driver supports Access Point (AP) mode
Jun 07 16:39:06 Joksa NetworkManager[469]: <info> [1717771146.2637] manager: (wlan0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/3)
Jun 07 16:39:06 Joksa NetworkManager[469]: <info> [1717771146.2639] device (lo): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external')
Jun 07 16:39:06 Joksa NetworkManager[469]: <info> [1717771146.2640] device (lo): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external')
Jun 07 16:39:06 Joksa NetworkManager[469]: <info> [1717771146.2643] device (lo): Activation: successful, device activated.
Jun 07 16:39:06 Joksa kernel: ath10k_pci 0000:03:00.0 wlp3s0: renamed from wlan0
Jun 07 16:39:06 Joksa systemd[1]: Finished Permit User Sessions.
Jun 07 16:39:06 Joksa NetworkManager[469]: <info> [1717771146.2677] device (wlan0): interface index 3 renamed iface from 'wlan0' to 'wlp3s0'
Jun 07 16:39:06 Joksa systemd[1]: Reached target Multi-User System.
Jun 07 16:39:06 Joksa systemd[1]: Started Simple Desktop Display Manager.
Jun 07 16:39:06 Joksa systemd[1]: Reached target Graphical Interface.
Jun 07 16:39:06 Joksa systemd[1]: Startup finished in 5.364s (firmware) + 3.654s (loader) + 1.933s (kernel) + 2.179s (userspace) = 13.131s.
Jun 07 16:39:06 Joksa NetworkManager[469]: <info> [1717771146.2691] device (wlp3s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Jun 07 16:39:06 Joksa sddm[510]: Initializing...
Jun 07 16:39:06 Joksa sddm[510]: Starting...
Jun 07 16:39:06 Joksa sddm[510]: Logind interface found
Jun 07 16:39:06 Joksa sddm[510]: Adding new display...
Jun 07 16:39:06 Joksa sddm[510]: Loaded empty theme configuration
Jun 07 16:39:06 Joksa sddm[510]: Xauthority path: "/run/sddm/xauth_SxYJxy"
Jun 07 16:39:06 Joksa sddm[510]: Using VT 2
Jun 07 16:39:06 Joksa sddm[510]: Display server starting...
Jun 07 16:39:06 Joksa sddm[510]: Writing cookie to "/run/sddm/xauth_SxYJxy"
Jun 07 16:39:06 Joksa sddm[510]: Running: /usr/bin/X -nolisten tcp -background none -seat seat0 vt2 -auth /run/sddm/xauth_SxYJxy -noreset -displayfd 16
Jun 07 16:39:06 Joksa sddm[510]: Failed to read display number from pipe
Jun 07 16:39:06 Joksa sddm[510]: Display server stopping...
Jun 07 16:39:06 Joksa sddm[510]: Attempt 1 starting the Display server on vt 2 failed
Jun 07 16:39:06 Joksa kernel: input: HDA Intel PCH Headphone Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input30
Jun 07 16:39:06 Joksa kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input31
Jun 07 16:39:06 Joksa kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input32
Jun 07 16:39:06 Joksa kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input33
Jun 07 16:39:06 Joksa kernel: input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input34
Jun 07 16:39:06 Joksa systemd[1]: Reached target Sound Card.
Jun 07 16:39:07 Joksa kernel: psmouse serio1: Failed to enable mouse on isa0060/serio1
Jun 07 16:39:07 Joksa NetworkManager[469]: <info> [1717771147.8341] device (wlp3s0): set-hw-addr: set MAC address to 6E:10:C4:F7:00:EF (scanning)
Jun 07 16:39:08 Joksa kernel: input: ImPS/2 Logitech Wheel Mouse as /devices/platform/i8042/serio1/input/input25
Jun 07 16:39:08 Joksa systemd[1]: Starting WPA supplicant...
Jun 07 16:39:08 Joksa systemd[1]: Started WPA supplicant.
Jun 07 16:39:08 Joksa wpa_supplicant[530]: Successfully initialized wpa_supplicant
Jun 07 16:39:08 Joksa NetworkManager[469]: <info> [1717771148.2171] device (wlp3s0): supplicant interface state: internal-starting -> disconnected
Jun 07 16:39:08 Joksa NetworkManager[469]: <info> [1717771148.2172] Wi-Fi P2P device controlled by interface wlp3s0 created
Jun 07 16:39:08 Joksa NetworkManager[469]: <info> [1717771148.2175] manager: (p2p-dev-wlp3s0): new 802.11 Wi-Fi P2P device (/org/freedesktop/NetworkManager/Devices/4)
Jun 07 16:39:08 Joksa NetworkManager[469]: <info> [1717771148.2178] device (p2p-dev-wlp3s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Jun 07 16:39:08 Joksa NetworkManager[469]: <info> [1717771148.2184] device (wlp3s0): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
Jun 07 16:39:08 Joksa NetworkManager[469]: <info> [1717771148.2190] device (p2p-dev-wlp3s0): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed')
Jun 07 16:39:08 Joksa sddm[510]: Display server starting...
Jun 07 16:39:08 Joksa sddm[510]: Writing cookie to "/run/sddm/xauth_SxYJxy"
Jun 07 16:39:08 Joksa sddm[510]: Running: /usr/bin/X -nolisten tcp -background none -seat seat0 vt2 -auth /run/sddm/xauth_SxYJxy -noreset -displayfd 16
Jun 07 16:39:08 Joksa sddm[510]: Failed to read display number from pipe
Jun 07 16:39:08 Joksa sddm[510]: Display server stopping...
Jun 07 16:39:08 Joksa sddm[510]: Attempt 2 starting the Display server on vt 2 failed
Jun 07 16:39:09 Joksa wpa_supplicant[530]: wlp3s0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Jun 07 16:39:09 Joksa wpa_supplicant[530]: wlp3s0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Jun 07 16:39:09 Joksa wpa_supplicant[530]: wlp3s0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Jun 07 16:39:10 Joksa sddm[510]: Display server starting...
Jun 07 16:39:10 Joksa sddm[510]: Writing cookie to "/run/sddm/xauth_SxYJxy"
Jun 07 16:39:10 Joksa sddm[510]: Running: /usr/bin/X -nolisten tcp -background none -seat seat0 vt2 -auth /run/sddm/xauth_SxYJxy -noreset -displayfd 16
Jun 07 16:39:10 Joksa sddm[510]: Failed to read display number from pipe
Jun 07 16:39:10 Joksa sddm[510]: Display server stopping...
Jun 07 16:39:10 Joksa sddm[510]: Attempt 3 starting the Display server on vt 2 failed
Jun 07 16:39:10 Joksa sddm[510]: Could not start Display server on vt 2
Jun 07 16:39:11 Joksa systemd[1]: systemd-rfkill.service: Deactivated successfully.
Jun 07 16:39:12 Joksa systemd[1]: Started Getty on tty2.
Jun 07 16:39:12 Joksa agetty[541]: failed to open credentials directory
Jun 07 16:39:13 Joksa NetworkManager[469]: <info> [1717771153.0900] policy: auto-activating connection 'Studentski centar Beograd' (fe538b84-a3f7-496e-9b15-cb4b7e49531b)
Jun 07 16:39:13 Joksa NetworkManager[469]: <info> [1717771153.0903] device (wlp3s0): Activation: starting connection 'Studentski centar Beograd' (fe538b84-a3f7-496e-9b15-cb4b7e49531b)
Jun 07 16:39:13 Joksa NetworkManager[469]: <info> [1717771153.0903] device (wlp3s0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Jun 07 16:39:13 Joksa NetworkManager[469]: <info> [1717771153.0904] manager: NetworkManager state is now CONNECTING
Jun 07 16:39:13 Joksa NetworkManager[469]: <info> [1717771153.1387] device (wlp3s0): set-hw-addr: reset MAC address to D8:12:65:72:21:87 (preserve)
Jun 07 16:39:13 Joksa NetworkManager[469]: <info> [1717771153.1450] device (wlp3s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Jun 07 16:39:13 Joksa NetworkManager[469]: <info> [1717771153.1454] device (wlp3s0): Activation: (wifi) access point 'Studentski centar Beograd' has security, but secrets are required.
Jun 07 16:39:13 Joksa NetworkManager[469]: <info> [1717771153.1455] device (wlp3s0): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
Jun 07 16:39:13 Joksa NetworkManager[469]: <info> [1717771153.1458] device (wlp3s0): supplicant interface state: disconnected -> interface_disabled
Jun 07 16:39:13 Joksa NetworkManager[469]: <info> [1717771153.1459] device (p2p-dev-wlp3s0): supplicant management interface state: disconnected -> interface_disabled
Jun 07 16:39:13 Joksa NetworkManager[469]: <info> [1717771153.1468] device (wlp3s0): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
Jun 07 16:39:13 Joksa NetworkManager[469]: <info> [1717771153.1471] device (wlp3s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Jun 07 16:39:13 Joksa NetworkManager[469]: <info> [1717771153.1474] device (wlp3s0): Activation: (wifi) connection 'Studentski centar Beograd' has security, and secrets exist. No new secrets needed.
Jun 07 16:39:13 Joksa NetworkManager[469]: <info> [1717771153.1475] Config: added 'ssid' value 'Studentski centar Beograd'
Jun 07 16:39:13 Joksa NetworkManager[469]: <info> [1717771153.1475] Config: added 'scan_ssid' value '1'
Jun 07 16:39:13 Joksa NetworkManager[469]: <info> [1717771153.1475] Config: added 'bgscan' value 'simple:30:-65:300'
Jun 07 16:39:13 Joksa NetworkManager[469]: <info> [1717771153.1475] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK SAE FT-SAE'
Jun 07 16:39:13 Joksa NetworkManager[469]: <info> [1717771153.1475] Config: added 'auth_alg' value 'OPEN'
Jun 07 16:39:13 Joksa NetworkManager[469]: <info> [1717771153.1475] Config: added 'psk' value '<hidden>'
Jun 07 16:39:13 Joksa NetworkManager[469]: <info> [1717771153.1833] device (wlp3s0): supplicant interface state: interface_disabled -> inactive
Jun 07 16:39:13 Joksa NetworkManager[469]: <info> [1717771153.1833] device (p2p-dev-wlp3s0): supplicant management interface state: interface_disabled -> inactive
Jun 07 16:39:13 Joksa wpa_supplicant[530]: wlp3s0: SME: Trying to authenticate with 08:55:31:f6:e1:fd (SSID='Studentski centar Beograd' freq=5240 MHz)
Jun 07 16:39:13 Joksa NetworkManager[469]: <info> [1717771153.2397] device (wlp3s0): supplicant interface state: inactive -> authenticating
Jun 07 16:39:13 Joksa NetworkManager[469]: <info> [1717771153.2398] device (p2p-dev-wlp3s0): supplicant management interface state: inactive -> authenticating
Jun 07 16:39:13 Joksa wpa_supplicant[530]: wlp3s0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Jun 07 16:39:13 Joksa kernel: wlp3s0: authenticate with 08:55:31:f6:e1:fd (local address=d8:12:65:72:21:87)
Jun 07 16:39:13 Joksa kernel: wlp3s0: send auth to 08:55:31:f6:e1:fd (try 1/3)
Jun 07 16:39:13 Joksa kernel: wlp3s0: send auth to 08:55:31:f6:e1:fd (try 2/3)
Jun 07 16:39:13 Joksa wpa_supplicant[530]: wlp3s0: Trying to associate with 08:55:31:f6:e1:fd (SSID='Studentski centar Beograd' freq=5240 MHz)
Jun 07 16:39:13 Joksa NetworkManager[469]: <info> [1717771153.3483] device (wlp3s0): supplicant interface state: authenticating -> associating
Jun 07 16:39:13 Joksa NetworkManager[469]: <info> [1717771153.3483] device (p2p-dev-wlp3s0): supplicant management interface state: authenticating -> associating
Jun 07 16:39:13 Joksa kernel: wlp3s0: authenticated
Jun 07 16:39:13 Joksa kernel: wlp3s0: associate with 08:55:31:f6:e1:fd (try 1/3)
Jun 07 16:39:13 Joksa kernel: wlp3s0: RX AssocResp from 08:55:31:f6:e1:fd (capab=0x401 status=0 aid=2)
Jun 07 16:39:13 Joksa wpa_supplicant[530]: wlp3s0: Associated with 08:55:31:f6:e1:fd
Jun 07 16:39:13 Joksa wpa_supplicant[530]: wlp3s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Jun 07 16:39:13 Joksa kernel: wlp3s0: associated
Jun 07 16:39:13 Joksa NetworkManager[469]: <info> [1717771153.4299] device (wlp3s0): supplicant interface state: associating -> associated
Jun 07 16:39:13 Joksa NetworkManager[469]: <info> [1717771153.4300] device (p2p-dev-wlp3s0): supplicant management interface state: associating -> associated
Jun 07 16:39:13 Joksa NetworkManager[469]: <info> [1717771153.4445] device (wlp3s0): supplicant interface state: associated -> 4way_handshake
Jun 07 16:39:13 Joksa NetworkManager[469]: <info> [1717771153.4446] device (p2p-dev-wlp3s0): supplicant management interface state: associated -> 4way_handshake
Jun 07 16:39:13 Joksa wpa_supplicant[530]: wlp3s0: WPA: Key negotiation completed with 08:55:31:f6:e1:fd [PTK=CCMP GTK=CCMP]
Jun 07 16:39:13 Joksa wpa_supplicant[530]: wlp3s0: CTRL-EVENT-CONNECTED - Connection to 08:55:31:f6:e1:fd completed [id=0 id_str=]
Jun 07 16:39:13 Joksa NetworkManager[469]: <info> [1717771153.5941] device (wlp3s0): supplicant interface state: 4way_handshake -> completed
Jun 07 16:39:13 Joksa NetworkManager[469]: <info> [1717771153.5941] device (wlp3s0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "Studentski centar Beograd"
Jun 07 16:39:13 Joksa NetworkManager[469]: <info> [1717771153.5941] device (p2p-dev-wlp3s0): supplicant management interface state: 4way_handshake -> completed
Jun 07 16:39:13 Joksa NetworkManager[469]: <info> [1717771153.5943] device (wlp3s0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Jun 07 16:39:13 Joksa NetworkManager[469]: <info> [1717771153.5948] dhcp4 (wlp3s0): activation: beginning transaction (timeout in 45 seconds)
Jun 07 16:39:13 Joksa dbus-broker-launch[463]: Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-org.freedesktop.home1.service' could not be found.
Jun 07 16:39:13 Joksa NetworkManager[469]: <info> [1717771153.7456] dhcp4 (wlp3s0): state changed new lease, address=10.37.7.243, acd pending
Jun 07 16:39:13 Joksa wpa_supplicant[530]: wlp3s0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-72 noise=-97 txrate=0
Jun 07 16:39:13 Joksa NetworkManager[469]: <info> [1717771153.9090] dhcp4 (wlp3s0): state changed new lease, address=10.37.7.243
Jun 07 16:39:13 Joksa NetworkManager[469]: <info> [1717771153.9096] policy: set 'Studentski centar Beograd' (wlp3s0) as default for IPv4 routing and DNS
Jun 07 16:39:13 Joksa dbus-broker-launch[463]: Activation request for 'org.freedesktop.resolve1' failed: The systemd unit 'dbus-org.freedesktop.resolve1.service' could not be found.
Jun 07 16:39:13 Joksa NetworkManager[469]: <info> [1717771153.9216] device (wlp3s0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Jun 07 16:39:13 Joksa NetworkManager[469]: <info> [1717771153.9242] device (wlp3s0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Jun 07 16:39:13 Joksa NetworkManager[469]: <info> [1717771153.9244] device (wlp3s0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Jun 07 16:39:13 Joksa NetworkManager[469]: <info> [1717771153.9249] manager: NetworkManager state is now CONNECTED_SITE
Jun 07 16:39:13 Joksa NetworkManager[469]: <info> [1717771153.9254] device (wlp3s0): Activation: successful, device activated.
Jun 07 16:39:13 Joksa NetworkManager[469]: <info> [1717771153.9264] manager: startup complete
Jun 07 16:39:14 Joksa NetworkManager[469]: <info> [1717771154.3166] manager: NetworkManager state is now CONNECTED_GLOBAL
Jun 07 16:39:14 Joksa login[541]: pam_unix(login:session): session opened for user Joksa(uid=1000) by Joksa(uid=0)
Jun 07 16:39:14 Joksa systemd-logind[471]: New session 1 of user Joksa.
Jun 07 16:39:14 Joksa systemd[1]: Created slice User Slice of UID 1000.
Jun 07 16:39:14 Joksa systemd[1]: Starting User Runtime Directory /run/user/1000...
Jun 07 16:39:14 Joksa systemd[1]: Finished User Runtime Directory /run/user/1000.
Jun 07 16:39:14 Joksa systemd[1]: Starting User Manager for UID 1000...
Jun 07 16:39:14 Joksa wpa_supplicant[530]: wlp3s0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Jun 07 16:39:14 Joksa (systemd)[560]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[Joksa] ruser=[<unknown>] rhost=[<unknown>]
Jun 07 16:39:14 Joksa (systemd)[560]: pam_unix(systemd-user:session): session opened for user Joksa(uid=1000) by Joksa(uid=0)
Jun 07 16:39:15 Joksa systemd[560]: Queued start job for default target Main User Target.
Jun 07 16:39:15 Joksa systemd-journald[286]: /var/log/journal/bbd121235b3a445495f4b79390d26a9d/user-1000.journal: Journal file uses a different sequence number ID, rotating.
Jun 07 16:39:15 Joksa login[541]: LOGIN ON tty2 BY Joksa
Jun 07 16:39:15 Joksa systemd[560]: Created slice User Application Slice.
Jun 07 16:39:15 Joksa systemd[560]: Created slice User Core Session Slice.
Jun 07 16:39:15 Joksa systemd[560]: Reached target Paths.
Jun 07 16:39:15 Joksa systemd[560]: Reached target Timers.
Jun 07 16:39:15 Joksa systemd[560]: Starting D-Bus User Message Bus Socket...
Jun 07 16:39:15 Joksa systemd[560]: Listening on GnuPG network certificate management daemon.
Jun 07 16:39:15 Joksa systemd[560]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Jun 07 16:39:15 Joksa systemd[560]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Jun 07 16:39:15 Joksa systemd[560]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Jun 07 16:39:15 Joksa systemd[560]: Listening on GnuPG cryptographic agent and passphrase cache.
Jun 07 16:39:15 Joksa systemd[560]: Listening on GnuPG public key management service.
Jun 07 16:39:15 Joksa systemd[560]: Listening on p11-kit server.
Jun 07 16:39:15 Joksa systemd[560]: Listening on PipeWire PulseAudio.
Jun 07 16:39:15 Joksa systemd[560]: Listening on PipeWire Multimedia System Sockets.
Jun 07 16:39:15 Joksa systemd[560]: Listening on D-Bus User Message Bus Socket.
Jun 07 16:39:15 Joksa systemd[560]: Reached target Sockets.
Jun 07 16:39:15 Joksa systemd[560]: Reached target Basic System.
Jun 07 16:39:15 Joksa systemd[1]: Started User Manager for UID 1000.
Jun 07 16:39:15 Joksa systemd[560]: Started PipeWire Multimedia Service.
Jun 07 16:39:15 Joksa systemd[1]: Started Session 1 of User Joksa.
Jun 07 16:39:15 Joksa systemd[560]: Started Multimedia Service Session Manager.
Jun 07 16:39:15 Joksa systemd[560]: Starting Update XDG user dir configuration...
Jun 07 16:39:15 Joksa systemd[560]: Finished Update XDG user dir configuration.
Jun 07 16:39:15 Joksa systemd[560]: Reached target Main User Target.
Jun 07 16:39:15 Joksa systemd[560]: Startup finished in 154ms.
Jun 07 16:39:15 Joksa systemd[560]: Starting D-Bus User Message Bus...
Jun 07 16:39:15 Joksa dbus-broker-launch[581]: Service file '/usr/share/dbus-1/services/org.erikreider.swaync.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
Jun 07 16:39:15 Joksa dbus-broker-launch[581]: Service file '/usr/share/dbus-1/services/org.xfce.Thunar.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
Jun 07 16:39:15 Joksa dbus-broker-launch[581]: Service file '/usr/share/dbus-1/services/org.xfce.Tumbler.Cache1.service' is not named after the D-Bus name 'org.freedesktop.thumbnails.Cache1'.
Jun 07 16:39:15 Joksa dbus-broker-launch[581]: Service file '/usr/share/dbus-1/services/org.xfce.Tumbler.Manager1.service' is not named after the D-Bus name 'org.freedesktop.thumbnails.Manager1'.
Jun 07 16:39:15 Joksa dbus-broker-launch[581]: Service file '/usr/share/dbus-1/services/org.xfce.Tumbler.Thumbnailer1.service' is not named after the D-Bus name 'org.freedesktop.thumbnails.Thumbnailer1'.
Jun 07 16:39:15 Joksa dbus-broker-launch[581]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored
Jun 07 16:39:15 Joksa dbus-broker-launch[581]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored
Jun 07 16:39:15 Joksa systemd[560]: Started D-Bus User Message Bus.
Jun 07 16:39:15 Joksa dbus-broker-launch[581]: Ready
Jun 07 16:39:15 Joksa systemd[1]: Starting RealtimeKit Scheduling Policy Service...
Jun 07 16:39:15 Joksa systemd[1]: Started RealtimeKit Scheduling Policy Service.
Jun 07 16:39:15 Joksa rtkit-daemon[586]: Successfully called chroot.
Jun 07 16:39:15 Joksa rtkit-daemon[586]: Successfully dropped privileges.
Jun 07 16:39:15 Joksa rtkit-daemon[586]: Successfully limited resources.
Jun 07 16:39:15 Joksa rtkit-daemon[586]: Canary thread running.
Jun 07 16:39:15 Joksa rtkit-daemon[586]: Running.
Jun 07 16:39:15 Joksa rtkit-daemon[586]: Watchdog thread running.
Jun 07 16:39:15 Joksa rtkit-daemon[586]: Supervising 0 threads of 0 processes of 0 users.
Jun 07 16:39:15 Joksa rtkit-daemon[586]: Supervising 0 threads of 0 processes of 0 users.
Jun 07 16:39:15 Joksa rtkit-daemon[586]: Supervising 0 threads of 0 processes of 0 users.
Jun 07 16:39:15 Joksa rtkit-daemon[586]: Supervising 0 threads of 0 processes of 0 users.
Jun 07 16:39:15 Joksa rtkit-daemon[586]: Supervising 0 threads of 0 processes of 0 users.
Jun 07 16:39:15 Joksa rtkit-daemon[586]: Supervising 0 threads of 0 processes of 0 users.
Jun 07 16:39:15 Joksa systemd[1]: Starting Authorization Manager...
Jun 07 16:39:15 Joksa polkitd[594]: Started polkitd version 124
Jun 07 16:39:15 Joksa polkitd[594]: Loading rules from directory /etc/polkit-1/rules.d
Jun 07 16:39:15 Joksa polkitd[594]: Loading rules from directory /usr/share/polkit-1/rules.d
Jun 07 16:39:15 Joksa polkitd[594]: Finished loading, compiling and executing 4 rules
Jun 07 16:39:15 Joksa systemd[1]: Started Authorization Manager.
Jun 07 16:39:15 Joksa polkitd[594]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Jun 07 16:39:15 Joksa rtkit-daemon[586]: Successfully made thread 570 of process 570 owned by '1000' high priority at nice level -11.
Jun 07 16:39:15 Joksa rtkit-daemon[586]: Supervising 1 threads of 1 processes of 1 users.
Jun 07 16:39:15 Joksa rtkit-daemon[586]: Successfully made thread 569 of process 569 owned by '1000' high priority at nice level -11.
Jun 07 16:39:15 Joksa rtkit-daemon[586]: Supervising 2 threads of 2 processes of 1 users.
Jun 07 16:39:15 Joksa rtkit-daemon[586]: Successfully made thread 592 of process 569 owned by '1000' RT at priority 20.
Jun 07 16:39:15 Joksa rtkit-daemon[586]: Supervising 3 threads of 2 processes of 1 users.
Jun 07 16:39:15 Joksa wireplumber[570]: default: Failed to get percentage from UPower: org.freedesktop.DBus.Error.NameHasNoOwner
Jun 07 16:39:15 Joksa kernel: Bluetooth: RFCOMM TTY layer initialized
Jun 07 16:39:15 Joksa kernel: Bluetooth: RFCOMM socket layer initialized
Jun 07 16:39:15 Joksa kernel: Bluetooth: RFCOMM ver 1.11
Jun 07 16:39:15 Joksa bluetoothd[470]: Endpoint registered: sender=:1.21 path=/MediaEndpoint/A2DPSource/ldac
Jun 07 16:39:15 Joksa bluetoothd[470]: Endpoint registered: sender=:1.21 path=/MediaEndpoint/A2DPSink/aptx_hd
Jun 07 16:39:15 Joksa bluetoothd[470]: Endpoint registered: sender=:1.21 path=/MediaEndpoint/A2DPSource/aptx_hd
Jun 07 16:39:15 Joksa bluetoothd[470]: Endpoint registered: sender=:1.21 path=/MediaEndpoint/A2DPSink/aptx
Jun 07 16:39:15 Joksa bluetoothd[470]: Endpoint registered: sender=:1.21 path=/MediaEndpoint/A2DPSource/aptx
Jun 07 16:39:15 Joksa bluetoothd[470]: Endpoint registered: sender=:1.21 path=/MediaEndpoint/A2DPSink/aac
Jun 07 16:39:15 Joksa bluetoothd[470]: Endpoint registered: sender=:1.21 path=/MediaEndpoint/A2DPSource/aac
Jun 07 16:39:15 Joksa bluetoothd[470]: Endpoint registered: sender=:1.21 path=/MediaEndpoint/A2DPSink/sbc
Jun 07 16:39:15 Joksa bluetoothd[470]: Endpoint registered: sender=:1.21 path=/MediaEndpoint/A2DPSource/sbc
Jun 07 16:39:15 Joksa bluetoothd[470]: Endpoint registered: sender=:1.21 path=/MediaEndpoint/A2DPSink/sbc_xq
Jun 07 16:39:15 Joksa bluetoothd[470]: Endpoint registered: sender=:1.21 path=/MediaEndpoint/A2DPSource/sbc_xq
Jun 07 16:39:15 Joksa bluetoothd[470]: Endpoint registered: sender=:1.21 path=/MediaEndpoint/A2DPSource/aptx_ll_1
Jun 07 16:39:15 Joksa bluetoothd[470]: Endpoint registered: sender=:1.21 path=/MediaEndpoint/A2DPSource/aptx_ll_0
Jun 07 16:39:15 Joksa bluetoothd[470]: Endpoint registered: sender=:1.21 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_1
Jun 07 16:39:15 Joksa bluetoothd[470]: Endpoint registered: sender=:1.21 path=/MediaEndpoint/A2DPSource/aptx_ll_duplex_0
Jun 07 16:39:15 Joksa bluetoothd[470]: Endpoint registered: sender=:1.21 path=/MediaEndpoint/A2DPSource/faststream
Jun 07 16:39:15 Joksa bluetoothd[470]: Endpoint registered: sender=:1.21 path=/MediaEndpoint/A2DPSource/faststream_duplex
Jun 07 16:39:15 Joksa bluetoothd[470]: Endpoint registered: sender=:1.21 path=/MediaEndpoint/A2DPSink/opus_05
Jun 07 16:39:15 Joksa bluetoothd[470]: Endpoint registered: sender=:1.21 path=/MediaEndpoint/A2DPSource/opus_05
Jun 07 16:39:15 Joksa bluetoothd[470]: Endpoint registered: sender=:1.21 path=/MediaEndpoint/A2DPSink/opus_05_duplex
Jun 07 16:39:15 Joksa bluetoothd[470]: Endpoint registered: sender=:1.21 path=/MediaEndpoint/A2DPSource/opus_05_duplex
Jun 07 16:39:15 Joksa wireplumber[570]: [0:00:13.510749731] [570] ERROR IPAModule ipa_module.cpp:172 Symbol ipaModuleInfo not found
Jun 07 16:39:15 Joksa wireplumber[570]: [0:00:13.510766039] [570] ERROR IPAModule ipa_module.cpp:292 v4l2-compat.so: IPA module has no valid info
Jun 07 16:39:15 Joksa wireplumber[570]: [0:00:13.510796212] [570] INFO Camera camera_manager.cpp:313 libcamera v0.3.0
Jun 07 16:39:15 Joksa systemd[560]: Starting sandboxed app permission store...
Jun 07 16:39:15 Joksa systemd[560]: Started sandboxed app permission store.
Jun 07 16:39:15 Joksa systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Jun 07 16:39:17 Joksa kernel: nouveau 0000:01:00.0: Enabling HDA controller
Jun 07 16:39:17 Joksa kernel: ------------[ cut here ]------------
Jun 07 16:39:17 Joksa kernel: WARNING: CPU: 5 PID: 695 at kernel/workqueue.c:2397 __queue_work.part.0+0x2b7/0x3a0
Jun 07 16:39:17 Joksa kernel: Modules linked in: snd_seq_dummy snd_hrtimer rfcomm snd_seq snd_seq_device ccm snd_hda_codec_hdmi snd_sof_pci_intel_icl snd_sof_intel_hda_common soundwire_intel snd_sof_intel_hda_mlink soundwire_cadence intel_uncore_frequency intel_uncore_frequency_common snd_sof_intel_hda snd_sof_pci snd_sof_xtensa_dsp snd_sof snd_sof_utils snd_soc_hdac_hda snd_ctl_led snd_soc_acpi_intel_match ledtrig_audio intel_tcc_cooling soundwire_generic_allocation cmac x86_pkg_temp_thermal snd_soc_acpi intel_powerclamp soundwire_bus coretemp algif_hash algif_skcipher snd_soc_avs kvm_intel af_alg snd_hda_codec_realtek snd_soc_hda_codec bnep snd_hda_ext_core snd_hda_codec_generic snd_hda_scodec_component kvm snd_soc_core snd_compress ac97_bus crct10dif_pclmul snd_pcm_dmaengine crc32_pclmul ath10k_pci snd_hda_intel polyval_clmulni polyval_generic snd_intel_dspcfg ath10k_core gf128mul snd_intel_sdw_acpi ghash_clmulni_intel snd_hda_codec sha512_ssse3 ath sha256_ssse3 dell_laptop snd_hda_core sha1_ssse3 mac80211 ledtrig_netdev aesni_intel
Jun 07 16:39:17 Joksa kernel: ee1004 snd_hwdep crypto_simd iTCO_wdt cryptd btusb uvcvideo snd_pcm intel_pmc_bxt r8169 processor_thermal_device_pci_legacy mei_hdcp libarc4 iTCO_vendor_support intel_rapl_msr mei_pxp dell_wmi hid_multitouch btrtl rapl dell_smm_hwmon videobuf2_vmalloc snd_timer dell_smbios processor_thermal_device btintel intel_cstate realtek uvc i2c_i801 dcdbas spi_nor dell_wmi_sysman btbcm snd processor_thermal_wt_hint vfat mdio_devres btmtk videobuf2_memops intel_uncore psmouse pcspkr fat cfg80211 firmware_attributes_class dell_wmi_descriptor bluetooth mtd intel_wmi_thunderbolt wmi_bmof soundcore i2c_smbus videobuf2_v4l2 processor_thermal_rfim libphy processor_thermal_rapl videodev intel_rapl_common ecdh_generic mei_me intel_lpss_pci videobuf2_common processor_thermal_wt_req intel_lpss rfkill mei mc idma64 processor_thermal_power_floor processor_thermal_mbox intel_soc_dts_iosf i2c_hid_acpi i2c_hid intel_pmc_core mousedev intel_vsec int3403_thermal pmt_telemetry joydev int340x_thermal_zone intel_hid int3400_thermal
Jun 07 16:39:17 Joksa kernel: pmt_class sparse_keymap pinctrl_icelake acpi_thermal_rel acpi_pad mac_hid crypto_user loop dm_mod nfnetlink ip_tables x_tables ext4 crc32c_generic crc16 mbcache jbd2 hid_generic usbhid nouveau serio_raw atkbd libps2 drm_ttm_helper vivaldi_fmap gpu_sched drm_gpuvm crc32c_intel spi_intel_pci drm_exec xhci_pci spi_intel mxm_wmi i8042 xhci_pci_renesas serio i915 i2c_algo_bit drm_buddy video wmi ttm intel_gtt drm_display_helper cec
Jun 07 16:39:17 Joksa kernel: CPU: 5 PID: 695 Comm: lspci Not tainted 6.9.3-arch1-1 #1 408b7f35bd131c12d432cdcab272184f35b95c39
Jun 07 16:39:17 Joksa kernel: Hardware name: Dell Inc. Inspiron 3593/0J6NY6, BIOS 1.30.0 03/07/2024
Jun 07 16:39:17 Joksa kernel: RIP: 0010:__queue_work.part.0+0x2b7/0x3a0
Jun 07 16:39:17 Joksa kernel: Code: c7 60 60 29 8a 8d 48 01 48 63 c9 e8 43 49 59 00 8b 15 cd 46 13 02 41 89 c6 39 d0 73 7f 65 44 89 35 f6 19 74 78 e9 73 fd ff ff <0f> 0b e9 c5 fe ff ff 65 8b 05 47 5b 75 78 48 0f a3 05 93 44 13 02
Jun 07 16:39:17 Joksa kernel: RSP: 0018:ffffbd5d0135fae0 EFLAGS: 00010013
Jun 07 16:39:17 Joksa kernel: RAX: ffff96420a04f4c8 RBX: ffff96420a04f4c0 RCX: 0000000000000000
Jun 07 16:39:17 Joksa kernel: RDX: 0000000000000000 RSI: ffff964200403478 RDI: ffff9645806b5800
Jun 07 16:39:17 Joksa kernel: RBP: 0000000000000140 R08: ffff9642004034a0 R09: ffffffff89850580
Jun 07 16:39:17 Joksa kernel: R10: 0000000000000000 R11: 0000000000000000 R12: ffff964200050e00
Jun 07 16:39:17 Joksa kernel: R13: ffff9645806b5800 R14: 0000000000000005 R15: ffff964200097800
Jun 07 16:39:17 Joksa kernel: FS: 00007cbf405e9740(0000) GS:ffff964580680000(0000) knlGS:0000000000000000
Jun 07 16:39:17 Joksa kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Jun 07 16:39:17 Joksa kernel: CR2: 00005ee574c1abf0 CR3: 000000010df36004 CR4: 0000000000770ef0
Jun 07 16:39:17 Joksa kernel: PKRU: 55555554
Jun 07 16:39:17 Joksa kernel: Call Trace:
Jun 07 16:39:17 Joksa kernel: <TASK>
Jun 07 16:39:17 Joksa kernel: ? __queue_work.part.0+0x2b7/0x3a0
Jun 07 16:39:17 Joksa kernel: ? __warn.cold+0x8e/0xe8
Jun 07 16:39:17 Joksa kernel: ? __queue_work.part.0+0x2b7/0x3a0
Jun 07 16:39:17 Joksa kernel: ? report_bug+0xff/0x140
Jun 07 16:39:17 Joksa kernel: ? handle_bug+0x3c/0x80
Jun 07 16:39:17 Joksa kernel: ? exc_invalid_op+0x17/0x70
Jun 07 16:39:17 Joksa kernel: ? asm_exc_invalid_op+0x1a/0x20
Jun 07 16:39:17 Joksa kernel: ? __queue_work.part.0+0x2b7/0x3a0
Jun 07 16:39:17 Joksa kernel: queue_work_on+0x3b/0x50
Jun 07 16:39:17 Joksa kernel: nouveau_pmops_runtime_resume+0xe2/0x160 [nouveau 91fbdf7ec551a19abc5a9026e008ab3a15517ca4]
Jun 07 16:39:17 Joksa kernel: ? __pfx_pci_pm_runtime_resume+0x10/0x10
Jun 07 16:39:17 Joksa kernel: __rpm_callback+0x41/0x170
Jun 07 16:39:17 Joksa kernel: ? __pfx_pci_pm_runtime_resume+0x10/0x10
Jun 07 16:39:17 Joksa kernel: rpm_callback+0x55/0x60
Jun 07 16:39:17 Joksa kernel: ? __pfx_pci_pm_runtime_resume+0x10/0x10
Jun 07 16:39:17 Joksa kernel: rpm_resume+0x4d3/0x700
Jun 07 16:39:17 Joksa kernel: ? __pfx_kfree_link+0x10/0x10
Jun 07 16:39:17 Joksa kernel: pm_runtime_barrier+0x86/0x90
Jun 07 16:39:17 Joksa kernel: pci_config_pm_runtime_get+0x3a/0x60
Jun 07 16:39:17 Joksa kernel: pci_read_config+0x99/0x2d0
Jun 07 16:39:17 Joksa kernel: kernfs_fop_read_iter+0xa8/0x1b0
Jun 07 16:39:17 Joksa kernel: vfs_read+0x237/0x360
Jun 07 16:39:17 Joksa kernel: __x64_sys_pread64+0x98/0xd0
Jun 07 16:39:17 Joksa kernel: do_syscall_64+0x83/0x190
Jun 07 16:39:17 Joksa kernel: ? __count_memcg_events+0x4d/0xb0
Jun 07 16:39:17 Joksa kernel: ? count_memcg_events.constprop.0+0x1a/0x30
Jun 07 16:39:17 Joksa kernel: ? handle_mm_fault+0x1f0/0x300
Jun 07 16:39:17 Joksa kernel: ? do_user_addr_fault+0x34e/0x620
Jun 07 16:39:17 Joksa kernel: ? clear_bhb_loop+0x45/0xa0
Jun 07 16:39:17 Joksa kernel: ? clear_bhb_loop+0x45/0xa0
Jun 07 16:39:17 Joksa kernel: ? clear_bhb_loop+0x45/0xa0
Jun 07 16:39:17 Joksa kernel: entry_SYSCALL_64_after_hwframe+0x76/0x7e
Jun 07 16:39:17 Joksa kernel: RIP: 0033:0x7cbf40876747
Jun 07 16:39:17 Joksa kernel: Code: 00 00 00 0f 05 f7 d8 c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 80 3d 05 e9 0f 00 00 49 89 ca 74 10 b8 11 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 51 c3 55 48 89 e5 48 83 ec 20 48 89 55 e8 48
Jun 07 16:39:17 Joksa kernel: RSP: 002b:00007ffd9e07e548 EFLAGS: 00000202 ORIG_RAX: 0000000000000011
Jun 07 16:39:17 Joksa kernel: RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007cbf40876747
Jun 07 16:39:17 Joksa kernel: RDX: 0000000000000040 RSI: 00005745ec51cfa0 RDI: 0000000000000003
Jun 07 16:39:17 Joksa kernel: RBP: 00007ffd9e07e570 R08: 0000000000000073 R09: 0000000000000000
Jun 07 16:39:17 Joksa kernel: R10: 0000000000000000 R11: 0000000000000202 R12: 0000000000000040
Jun 07 16:39:17 Joksa kernel: R13: 00005745ec5255f0 R14: 00005745ec51cfa0 R15: 00005745ec51c2a0
Jun 07 16:39:17 Joksa kernel: </TASK>
Jun 07 16:39:17 Joksa kernel: ---[ end trace 0000000000000000 ]---
Jun 07 16:39:18 Joksa wpa_supplicant[530]: wlp3s0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Jun 07 16:39:19 Joksa systemd[560]: Starting Virtual filesystem service...
Jun 07 16:39:19 Joksa systemd[560]: Started Virtual filesystem service.
Jun 07 16:39:19 Joksa systemd[560]: Starting Accessibility services bus...
Jun 07 16:39:19 Joksa systemd[560]: Started Accessibility services bus.
Jun 07 16:39:19 Joksa at-spi-bus-launcher[908]: Policy to allow eavesdropping in /usr/share/defaults/at-spi2/accessibility.conf +15: Eavesdropping is deprecated and ignored
Jun 07 16:39:19 Joksa at-spi-bus-launcher[908]: Policy to allow eavesdropping in /usr/share/defaults/at-spi2/accessibility.conf +17: Eavesdropping is deprecated and ignored
Jun 07 16:39:19 Joksa dbus-broker-launch[908]: Ready
Jun 07 16:39:19 Joksa polkitd[594]: Registered Authentication Agent for unix-session:1 (system bus name :1.27 [/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1], object path /org/gnome/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
Jun 07 16:39:19 Joksa systemd[560]: Created slice Slice /app/dbus-:1.23-org.a11y.atspi.Registry.
Jun 07 16:39:19 Joksa systemd[560]: Started dbus-:1.23-org.a11y.atspi.Registry@0.service.
Jun 07 16:39:19 Joksa systemd[560]: Starting Portal service...
Jun 07 16:39:19 Joksa at-spi2-registryd[911]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Jun 07 16:39:19 Joksa systemd[560]: Starting flatpak document portal service...
Jun 07 16:39:19 Joksa systemd[560]: Started flatpak document portal service.
Jun 07 16:39:19 Joksa systemd[560]: Starting Portal service (GTK/GNOME implementation)...
Jun 07 16:39:19 Joksa NetworkManager[469]: <info> [1717771159.4239] agent-manager: agent[b1cd83a6e4a77052,:1.28/org.freedesktop.nm-applet/1000]: agent registered
Jun 07 16:39:19 Joksa systemd[560]: Started Portal service (GTK/GNOME implementation).
Jun 07 16:39:19 Joksa rtkit-daemon[586]: Supervising 3 threads of 2 processes of 1 users.
Jun 07 16:39:19 Joksa rtkit-daemon[586]: Supervising 3 threads of 2 processes of 1 users.
Jun 07 16:39:19 Joksa rtkit-daemon[586]: Supervising 3 threads of 2 processes of 1 users.
Jun 07 16:39:19 Joksa systemd[560]: Starting Portal service (Hyprland implementation)...
Jun 07 16:39:19 Joksa systemd[560]: Started Portal service (Hyprland implementation).
Jun 07 16:39:19 Joksa systemd[560]: Started Portal service.
Jun 07 16:39:19 Joksa systemd[560]: Created slice Slice /app/dbus-:1.3-org.mpris.MediaPlayer2.playerctld.
Jun 07 16:39:19 Joksa systemd[560]: Started dbus-:1.3-org.mpris.MediaPlayer2.playerctld@0.service.
Jun 07 16:39:19 Joksa systemd[560]: Started PipeWire PulseAudio.
Jun 07 16:39:19 Joksa rtkit-daemon[586]: Successfully made thread 1007 of process 1007 owned by '1000' high priority at nice level -11.
Jun 07 16:39:19 Joksa rtkit-daemon[586]: Supervising 4 threads of 3 processes of 1 users.
Jun 07 16:39:19 Joksa rtkit-daemon[586]: Successfully made thread 1021 of process 1007 owned by '1000' RT at priority 20.
Jun 07 16:39:19 Joksa rtkit-daemon[586]: Supervising 5 threads of 3 processes of 1 users.
Jun 07 16:39:19 Joksa systemd[560]: Started kitty child process: 1045 launched by: 915.
Jun 07 16:39:20 Joksa systemd[560]: Started kitty child process: 1136 launched by: 1127.
Jun 07 16:39:21 Joksa wpa_supplicant[530]: wlp3s0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Jun 07 16:39:21 Joksa wpa_supplicant[530]: wlp3s0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Jun 07 16:39:21 Joksa wpa_supplicant[530]: wlp3s0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Jun 07 16:39:24 Joksa wpa_supplicant[530]: wlp3s0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Jun 07 16:39:26 Joksa sudo[1204]: Joksa : TTY=pts/1 ; PWD=/home/Joksa ; USER=root ; COMMAND=/usr/bin/journalctl -b
Jun 07 16:39:26 Joksa sudo[1204]: pam_unix(sudo:session): session opened for user root(uid=0) by Joksa(uid=1000)Offline
That loads nouveau, no trace of the nvidia drivers at all.
Offline
That loads nouveau, no trace of the nvidia drivers at all.
I have uninstalled them, because after install with gnome i was stuck at black screen with some text like /dev/sda3 clean and one _ cursor, and rarely could change to tty2, so then i just deinstalled nvidia and gnome.
Then i switched to Hyprland and still stuck with /dev/sda3 clean and one _ cursor, but i can chenge tty and launch Hyprland.
So now i want to install nvidia drivers again but the right way
Offline
So now i want to install nvidia drivers again but the right way
Then you have to choose which method you'd like to do a hybrid. Again refer to this.
Offline
And https://wiki.archlinux.org/title/NVIDIA#Installation and also https://wiki.archlinux.org/title/NVIDIA … de_setting is mandatory to use nvidia w/ wayland.
Offline
Pages: 1