You are not logged in.

#1 2023-05-16 15:10:31

Rosin666
Member
Registered: 2023-05-16
Posts: 3

no output or input device found

Hi! I have problems with sound. Before that, the sound was simply not output, but it was displayed everywhere. Now it's not there at all. Thank you in advance.
I usually don't write to forums myself, but this problem forced me to do it for the first time in my life big_smile

cat /proc/asound/cards

--- no soundcards ---

lspci -nn | grep -i audio; lspci -vvvv | grep -i audio -A 10

00:1f.3 Multimedia audio controller [0401]: Intel Corporation Comet Lake PCH-LP cAVS [8086:02c8]
00:1f.3 Multimedia audio controller: Intel Corporation Comet Lake PCH-LP cAVS
        DeviceName: Onboard - Sound
        Subsystem: Emdoor Digital Technology Co., Ltd Comet Lake PCH-LP cAVS
        Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 32, Cache Line Size: 64 bytes
        Interrupt: pin A routed to IRQ 131
        Region 0: Memory at b1218000 (64-bit, non-prefetchable) [size=16K]
        Region 4: Memory at b1000000 (64-bit, non-prefetchable) [size=1M]
        Capabilities: <access denied>
        Kernel driver in use: sof-audio-pci-intel-cnl
        Kernel modules: snd_hda_intel, snd_soc_skl, snd_sof_pci_intel_cnl

00:1f.4 SMBus: Intel Corporation Comet Lake PCH-LP SMBus Host Controller
        DeviceName: Onboard - Other
        Subsystem: Intel Corporation Comet Lake PCH-LP SMBus Host Controller
        Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Interrupt: pin A routed to IRQ 16
        Region 0: Memory at b1220000 (64-bit, non-prefetchable) [size=256]
        Region 4: I/O ports at efa0 [size=32]

alsamixer - It's not in the sound cards (only by default)


aplay -l

aplay: device_list:277: no soundcards found...

It's already just funny from all this. I even wrote to the laptop manufacturer, and received in response:
Pepe, everything works out of the box like that, or - well, try installing the sof-firmware package and reload. smile
They also suggested switching to /etc/modprobe.d/ and create an alsa-base.conf file with the contents:

options snd_soc_sof_es8336 quirk=0x12

I don't know what to do anymore, I hope for your help. sad

Offline

#2 2023-05-16 15:32:10

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,244

Re: no output or input device found

And do you have https://archlinux.org/packages/extra/x8 … -firmware/ installed?
Please post your complete system journal for the boot:

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

Offline

#3 2023-05-16 15:42:20

Rosin666
Member
Registered: 2023-05-16
Posts: 3

Re: no output or input device found

May 16 17:25:13 archlinux kernel: microcode: updated early: 0xca -> 0xf6, date = 2022-12-26
May 16 17:25:13 archlinux kernel: Linux version 6.3.2-arch1-1 (linux@archlinux) (gcc (GCC) 13.1.1 20230429, GNU ld (GNU Binutils) 2.40.0) #1 SMP PREEMPT_DYNAMIC Thu, 11 May 2023 16:40:42 +0000
May 16 17:25:13 archlinux kernel: Command line: initrd=\intel-ucode.img initrd=\initramfs-linux.img root=PARTUUID=3c2f8116-9625-4941-a358-ffbcda3779c1 zswap.enabled=0 rw rootfstype=btrfs
May 16 17:25:13 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
May 16 17:25:13 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
May 16 17:25:13 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
May 16 17:25:13 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
May 16 17:25:13 archlinux kernel: x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
May 16 17:25:13 archlinux kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
May 16 17:25:13 archlinux kernel: x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
May 16 17:25:13 archlinux kernel: x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
May 16 17:25:13 archlinux kernel: x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
May 16 17:25:13 archlinux kernel: signal: max sigframe size: 2032
May 16 17:25:13 archlinux kernel: BIOS-provided physical RAM map:
May 16 17:25:13 archlinux kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009dfff] usable
May 16 17:25:13 archlinux kernel: BIOS-e820: [mem 0x000000000009e000-0x000000000009efff] reserved
May 16 17:25:13 archlinux kernel: BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] usable
May 16 17:25:13 archlinux kernel: BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
May 16 17:25:13 archlinux kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000097a87fff] usable
May 16 17:25:13 archlinux kernel: BIOS-e820: [mem 0x0000000097a88000-0x000000009917dfff] reserved
May 16 17:25:13 archlinux kernel: BIOS-e820: [mem 0x000000009917e000-0x00000000992adfff] ACPI data
May 16 17:25:13 archlinux kernel: BIOS-e820: [mem 0x00000000992ae000-0x00000000993adfff] ACPI NVS
May 16 17:25:13 archlinux kernel: BIOS-e820: [mem 0x00000000993ae000-0x0000000099c4dfff] reserved
May 16 17:25:13 archlinux kernel: BIOS-e820: [mem 0x0000000099c4e000-0x0000000099c4efff] usable
May 16 17:25:13 archlinux kernel: BIOS-e820: [mem 0x0000000099c4f000-0x000000009f7fffff] reserved
May 16 17:25:13 archlinux kernel: BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
May 16 17:25:13 archlinux kernel: BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
May 16 17:25:13 archlinux kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
May 16 17:25:13 archlinux kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
May 16 17:25:13 archlinux kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
May 16 17:25:13 archlinux kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
May 16 17:25:13 archlinux kernel: BIOS-e820: [mem 0x0000000100000000-0x000000025e7fffff] usable
May 16 17:25:13 archlinux kernel: NX (Execute Disable) protection: active
May 16 17:25:13 archlinux kernel: efi: EFI v2.7 by American Megatrends
May 16 17:25:13 archlinux kernel: efi: ACPI=0x992ad000 ACPI 2.0=0x992ad014 TPMFinalLog=0x9935c000 SMBIOS=0x99809000 SMBIOS 3.0=0x99808000 ESRT=0x95d87398 RNG=0x9923cf18 INITRD=0x94b09f18 TPMEventLog=0x94b02018 
May 16 17:25:13 archlinux kernel: random: crng init done
May 16 17:25:13 archlinux kernel: efi: Remove mem54: MMIO range=[0xe0000000-0xefffffff] (256MB) from e820 map
May 16 17:25:13 archlinux kernel: e820: remove [mem 0xe0000000-0xefffffff] reserved
May 16 17:25:13 archlinux kernel: efi: Not removing mem55: MMIO range=[0xfe000000-0xfe010fff] (68KB) from e820 map
May 16 17:25:13 archlinux kernel: efi: Not removing mem56: MMIO range=[0xfec00000-0xfec00fff] (4KB) from e820 map
May 16 17:25:13 archlinux kernel: efi: Not removing mem57: MMIO range=[0xfed00000-0xfed03fff] (16KB) from e820 map
May 16 17:25:13 archlinux kernel: efi: Not removing mem58: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
May 16 17:25:13 archlinux kernel: efi: Remove mem59: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
May 16 17:25:13 archlinux kernel: e820: remove [mem 0xff000000-0xffffffff] reserved
May 16 17:25:13 archlinux kernel: SMBIOS 3.2.0 present.
May 16 17:25:13 archlinux kernel: DMI: Digma EVE 15 P417 NP3158CXW01/CM218, BIOS CML_CM218_78B_V3.0.1 09/19/2022
May 16 17:25:13 archlinux kernel: tsc: Detected 2600.000 MHz processor
May 16 17:25:13 archlinux kernel: tsc: Detected 2599.992 MHz TSC
May 16 17:25:13 archlinux kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
May 16 17:25:13 archlinux kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
May 16 17:25:13 archlinux kernel: last_pfn = 0x25e800 max_arch_pfn = 0x400000000
May 16 17:25:13 archlinux kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
May 16 17:25:13 archlinux kernel: last_pfn = 0x99c4f max_arch_pfn = 0x400000000
May 16 17:25:13 archlinux kernel: esrt: Reserving ESRT space from 0x0000000095d87398 to 0x0000000095d873d0.
May 16 17:25:13 archlinux kernel: e820: update [mem 0x95d87000-0x95d87fff] usable ==> reserved
May 16 17:25:13 archlinux kernel: Using GB pages for direct mapping
May 16 17:25:13 archlinux kernel: Secure boot disabled
May 16 17:25:13 archlinux kernel: RAMDISK: [mem 0x8ad30000-0x8bf74fff]
May 16 17:25:13 archlinux kernel: ACPI: Early table checksum verification disabled
May 16 17:25:13 archlinux kernel: ACPI: RSDP 0x00000000992AD014 000024 (v02 ALASKA)
May 16 17:25:13 archlinux kernel: ACPI: XSDT 0x00000000992AC728 0000DC (v01 ALASKA A M I    01072009 AMI  01000013)
May 16 17:25:13 archlinux kernel: ACPI: FACP 0x000000009929F000 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
May 16 17:25:13 archlinux kernel: ACPI: DSDT 0x000000009925C000 042F43 (v02 ALASKA A M I    01072009 INTL 20160527)
May 16 17:25:13 archlinux kernel: ACPI: FACS 0x00000000993AD000 000040
May 16 17:25:13 archlinux kernel: ACPI: MCFG 0x00000000992AB000 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
May 16 17:25:13 archlinux kernel: ACPI: SSDT 0x00000000992A8000 0020AD (v02 CpuRef CpuSsdt  00003000 INTL 20160527)
May 16 17:25:13 archlinux kernel: ACPI: SSDT 0x00000000992A0000 007474 (v02 INTEL  DptfTabl 00001000 INTL 20160527)
May 16 17:25:13 archlinux kernel: ACPI: FIDT 0x000000009925B000 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
May 16 17:25:13 archlinux kernel: ACPI: MSDM 0x000000009925A000 000055 (v03 ALASKA A M I    01072009 AMI  01000013)
May 16 17:25:13 archlinux kernel: ACPI: SSDT 0x0000000099256000 0031DA (v02 SaSsdt SaSsdt   00003000 INTL 20160527)
May 16 17:25:13 archlinux kernel: ACPI: HPET 0x0000000099255000 000038 (v01 ALASKA A M I    01072009 AMI  01000013)
May 16 17:25:13 archlinux kernel: ACPI: SSDT 0x0000000099253000 00147B (v02 ALASKA Ther_Rvp 00001000 INTL 20160527)
May 16 17:25:13 archlinux kernel: ACPI: SSDT 0x000000009924F000 0032C6 (v02 INTEL  xh_cmud4 00000000 INTL 20160527)
May 16 17:25:13 archlinux kernel: ACPI: NHLT 0x000000009924E000 00022F (v00 ALASKA A M I    01072009 AMI  01000013)
May 16 17:25:13 archlinux kernel: ACPI: LPIT 0x000000009924D000 000094 (v01 ALASKA A M I    01072009 AMI  01000013)
May 16 17:25:13 archlinux kernel: ACPI: SSDT 0x0000000099249000 002720 (v02 ALASKA PtidDevc 00001000 INTL 20160527)
May 16 17:25:13 archlinux kernel: ACPI: SSDT 0x0000000099246000 0025B2 (v02 ALASKA TbtTypeC 00000000 INTL 20160527)
May 16 17:25:13 archlinux kernel: ACPI: DBGP 0x0000000099245000 000034 (v01 ALASKA A M I    01072009 AMI  01000013)
May 16 17:25:13 archlinux kernel: ACPI: DBG2 0x0000000099244000 000054 (v00 ALASKA A M I    01072009 AMI  01000013)
May 16 17:25:13 archlinux kernel: ACPI: SSDT 0x0000000099242000 001B67 (v02 ALASKA UsbCTabl 00001000 INTL 20160527)
May 16 17:25:13 archlinux kernel: ACPI: BGRT 0x0000000099240000 000038 (v01 ALASKA A M I    01072009 AMI  00010013)
May 16 17:25:13 archlinux kernel: ACPI: TPM2 0x000000009923F000 00004C (v04 ALASKA A M I    00000001 AMI  00000000)
May 16 17:25:13 archlinux kernel: ACPI: DMAR 0x0000000099241000 0000A8 (v01 INTEL  EDK2     00000002      01000013)
May 16 17:25:13 archlinux kernel: ACPI: WSMT 0x000000009924C000 000028 (v01 ALASKA A M I    01072009 AMI  00010013)
May 16 17:25:13 archlinux kernel: ACPI: APIC 0x000000009923E000 000084 (v04 ALASKA A M I    01072009 AMI  00010013)
May 16 17:25:13 archlinux kernel: ACPI: FPDT 0x000000009923D000 000044 (v01 ALASKA CML-ULT  01072009 AMI  01000013)
May 16 17:25:13 archlinux kernel: ACPI: Reserving FACP table memory at [mem 0x9929f000-0x9929f113]
May 16 17:25:13 archlinux kernel: ACPI: Reserving DSDT table memory at [mem 0x9925c000-0x9929ef42]
May 16 17:25:13 archlinux kernel: ACPI: Reserving FACS table memory at [mem 0x993ad000-0x993ad03f]
May 16 17:25:13 archlinux kernel: ACPI: Reserving MCFG table memory at [mem 0x992ab000-0x992ab03b]
May 16 17:25:13 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x992a8000-0x992aa0ac]
May 16 17:25:13 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x992a0000-0x992a7473]
May 16 17:25:13 archlinux kernel: ACPI: Reserving FIDT table memory at [mem 0x9925b000-0x9925b09b]
May 16 17:25:13 archlinux kernel: ACPI: Reserving MSDM table memory at [mem 0x9925a000-0x9925a054]
May 16 17:25:13 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x99256000-0x992591d9]
May 16 17:25:13 archlinux kernel: ACPI: Reserving HPET table memory at [mem 0x99255000-0x99255037]
May 16 17:25:13 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x99253000-0x9925447a]
May 16 17:25:13 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x9924f000-0x992522c5]
May 16 17:25:13 archlinux kernel: ACPI: Reserving NHLT table memory at [mem 0x9924e000-0x9924e22e]
May 16 17:25:13 archlinux kernel: ACPI: Reserving LPIT table memory at [mem 0x9924d000-0x9924d093]
May 16 17:25:13 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x99249000-0x9924b71f]
May 16 17:25:13 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x99246000-0x992485b1]
May 16 17:25:13 archlinux kernel: ACPI: Reserving DBGP table memory at [mem 0x99245000-0x99245033]
May 16 17:25:13 archlinux kernel: ACPI: Reserving DBG2 table memory at [mem 0x99244000-0x99244053]
May 16 17:25:13 archlinux kernel: ACPI: Reserving SSDT table memory at [mem 0x99242000-0x99243b66]
May 16 17:25:13 archlinux kernel: ACPI: Reserving BGRT table memory at [mem 0x99240000-0x99240037]
May 16 17:25:13 archlinux kernel: ACPI: Reserving TPM2 table memory at [mem 0x9923f000-0x9923f04b]
May 16 17:25:13 archlinux kernel: ACPI: Reserving DMAR table memory at [mem 0x99241000-0x992410a7]
May 16 17:25:13 archlinux kernel: ACPI: Reserving WSMT table memory at [mem 0x9924c000-0x9924c027]
May 16 17:25:13 archlinux kernel: ACPI: Reserving APIC table memory at [mem 0x9923e000-0x9923e083]
May 16 17:25:13 archlinux kernel: ACPI: Reserving FPDT table memory at [mem 0x9923d000-0x9923d043]
May 16 17:25:13 archlinux kernel: No NUMA configuration found
May 16 17:25:13 archlinux kernel: Faking a node at [mem 0x0000000000000000-0x000000025e7fffff]
May 16 17:25:13 archlinux kernel: NODE_DATA(0) allocated [mem 0x25e7f9000-0x25e7fdfff]
May 16 17:25:13 archlinux kernel: Zone ranges:
May 16 17:25:13 archlinux kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
May 16 17:25:13 archlinux kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
May 16 17:25:13 archlinux kernel:   Normal   [mem 0x0000000100000000-0x000000025e7fffff]
May 16 17:25:13 archlinux kernel:   Device   empty
May 16 17:25:13 archlinux kernel: Movable zone start for each node
May 16 17:25:13 archlinux kernel: Early memory node ranges
May 16 17:25:13 archlinux kernel:   node   0: [mem 0x0000000000001000-0x000000000009dfff]
May 16 17:25:13 archlinux kernel:   node   0: [mem 0x000000000009f000-0x000000000009ffff]
May 16 17:25:13 archlinux kernel:   node   0: [mem 0x0000000000100000-0x0000000097a87fff]
May 16 17:25:13 archlinux kernel:   node   0: [mem 0x0000000099c4e000-0x0000000099c4efff]
May 16 17:25:13 archlinux kernel:   node   0: [mem 0x0000000100000000-0x000000025e7fffff]
May 16 17:25:13 archlinux kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000025e7fffff]
May 16 17:25:13 archlinux kernel: On node 0, zone DMA: 1 pages in unavailable ranges
May 16 17:25:13 archlinux kernel: On node 0, zone DMA: 1 pages in unavailable ranges
May 16 17:25:13 archlinux kernel: On node 0, zone DMA: 96 pages in unavailable ranges
May 16 17:25:13 archlinux kernel: On node 0, zone DMA32: 8646 pages in unavailable ranges
May 16 17:25:13 archlinux kernel: On node 0, zone Normal: 25521 pages in unavailable ranges
May 16 17:25:13 archlinux kernel: On node 0, zone Normal: 6144 pages in unavailable ranges
May 16 17:25:13 archlinux kernel: Reserving Intel graphics memory at [mem 0x9b800000-0x9f7fffff]
May 16 17:25:13 archlinux kernel: ACPI: PM-Timer IO Port: 0x1808
May 16 17:25:13 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
May 16 17:25:13 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
May 16 17:25:13 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
May 16 17:25:13 archlinux kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
May 16 17:25:13 archlinux kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
May 16 17:25:13 archlinux kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
May 16 17:25:13 archlinux kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
May 16 17:25:13 archlinux kernel: ACPI: Using ACPI (MADT) for SMP configuration information
May 16 17:25:13 archlinux kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
May 16 17:25:13 archlinux kernel: e820: update [mem 0x8d8b5000-0x8dea3fff] usable ==> reserved
May 16 17:25:13 archlinux kernel: TSC deadline timer available
May 16 17:25:13 archlinux kernel: smpboot: Allowing 4 CPUs, 0 hotplug CPUs
May 16 17:25:13 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
May 16 17:25:13 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009efff]
May 16 17:25:13 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
May 16 17:25:13 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x8d8b5000-0x8dea3fff]
May 16 17:25:13 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x95d87000-0x95d87fff]
May 16 17:25:13 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x97a88000-0x9917dfff]
May 16 17:25:13 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x9917e000-0x992adfff]
May 16 17:25:13 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x992ae000-0x993adfff]
May 16 17:25:13 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x993ae000-0x99c4dfff]
May 16 17:25:13 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x99c4f000-0x9f7fffff]
May 16 17:25:13 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0x9f800000-0xfdffffff]
May 16 17:25:13 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
May 16 17:25:13 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
May 16 17:25:13 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
May 16 17:25:13 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
May 16 17:25:13 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
May 16 17:25:13 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfed04000-0xfedfffff]
May 16 17:25:13 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
May 16 17:25:13 archlinux kernel: PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xffffffff]
May 16 17:25:13 archlinux kernel: [mem 0x9f800000-0xfdffffff] available for PCI devices
May 16 17:25:13 archlinux kernel: Booting paravirtualized kernel on bare hardware
May 16 17:25:13 archlinux kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
May 16 17:25:13 archlinux kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
May 16 17:25:13 archlinux kernel: percpu: Embedded 64 pages/cpu s225280 r8192 d28672 u524288
May 16 17:25:13 archlinux kernel: pcpu-alloc: s225280 r8192 d28672 u524288 alloc=1*2097152
May 16 17:25:13 archlinux kernel: pcpu-alloc: [0] 0 1 2 3 
May 16 17:25:13 archlinux kernel: Fallback order for Node 0: 0 
May 16 17:25:13 archlinux kernel: Built 1 zonelists, mobility grouping on.  Total pages: 2024446
May 16 17:25:13 archlinux kernel: Policy zone: Normal
May 16 17:25:13 archlinux kernel: Kernel command line: initrd=\intel-ucode.img initrd=\initramfs-linux.img root=PARTUUID=3c2f8116-9625-4941-a358-ffbcda3779c1 zswap.enabled=0 rw rootfstype=btrfs
May 16 17:25:13 archlinux kernel: Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
May 16 17:25:13 archlinux kernel: Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
May 16 17:25:13 archlinux kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
May 16 17:25:13 archlinux kernel: software IO TLB: area num 4.
May 16 17:25:13 archlinux kernel: Memory: 7776256K/8226972K available (16384K kernel code, 2107K rwdata, 12652K rodata, 3324K init, 4000K bss, 450456K reserved, 0K cma-reserved)
May 16 17:25:13 archlinux kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
May 16 17:25:13 archlinux kernel: ftrace: allocating 47287 entries in 185 pages
May 16 17:25:13 archlinux kernel: ftrace: allocated 185 pages with 5 groups
May 16 17:25:13 archlinux kernel: Dynamic Preempt: full
May 16 17:25:13 archlinux kernel: rcu: Preemptible hierarchical RCU implementation.
May 16 17:25:13 archlinux kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=4.
May 16 17:25:13 archlinux kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
May 16 17:25:13 archlinux kernel:         Trampoline variant of Tasks RCU enabled.
May 16 17:25:13 archlinux kernel:         Rude variant of Tasks RCU enabled.
May 16 17:25:13 archlinux kernel:         Tracing variant of Tasks RCU enabled.
May 16 17:25:13 archlinux kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
May 16 17:25:13 archlinux kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
May 16 17:25:13 archlinux kernel: NR_IRQS: 20736, nr_irqs: 1024, preallocated irqs: 16
May 16 17:25:13 archlinux kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
May 16 17:25:13 archlinux kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
May 16 17:25:13 archlinux kernel: Console: colour dummy device 80x25
May 16 17:25:13 archlinux kernel: printk: console [tty0] enabled
May 16 17:25:13 archlinux kernel: ACPI: Core revision 20221020
May 16 17:25:13 archlinux kernel: hpet: HPET dysfunctional in PC10. Force disabled.
May 16 17:25:13 archlinux kernel: APIC: Switch to symmetric I/O mode setup
May 16 17:25:13 archlinux kernel: DMAR: Host address width 39
May 16 17:25:13 archlinux kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0
May 16 17:25:13 archlinux kernel: DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
May 16 17:25:13 archlinux kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
May 16 17:25:13 archlinux kernel: DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
May 16 17:25:13 archlinux kernel: DMAR: RMRR base: 0x00000099599000 end: 0x000000997e2fff
May 16 17:25:13 archlinux kernel: DMAR: RMRR base: 0x0000009b000000 end: 0x0000009f7fffff
May 16 17:25:13 archlinux kernel: DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
May 16 17:25:13 archlinux kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
May 16 17:25:13 archlinux kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
May 16 17:25:13 archlinux kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
May 16 17:25:13 archlinux kernel: x2apic enabled
May 16 17:25:13 archlinux kernel: Switched APIC routing to cluster x2apic.
May 16 17:25:13 archlinux kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x257a34a6eea, max_idle_ns: 440795264358 ns
May 16 17:25:13 archlinux kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 5202.65 BogoMIPS (lpj=8666640)
May 16 17:25:13 archlinux kernel: pid_max: default: 32768 minimum: 301
May 16 17:25:13 archlinux kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,integrity,bpf
May 16 17:25:13 archlinux kernel: landlock: Up and running.
May 16 17:25:13 archlinux kernel: Yama: becoming mindful.
May 16 17:25:13 archlinux kernel: LSM support for eBPF active
May 16 17:25:13 archlinux kernel: Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
May 16 17:25:13 archlinux kernel: Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
May 16 17:25:13 archlinux kernel: x86/cpu: SGX disabled by BIOS.
May 16 17:25:13 archlinux kernel: process: using mwait in idle threads
May 16 17:25:13 archlinux kernel: Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
May 16 17:25:13 archlinux kernel: Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
May 16 17:25:13 archlinux kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
May 16 17:25:13 archlinux kernel: Spectre V2 : Mitigation: Enhanced / Automatic IBRS
May 16 17:25:13 archlinux kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
May 16 17:25:13 archlinux kernel: Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
May 16 17:25:13 archlinux kernel: RETBleed: Mitigation: Enhanced IBRS
May 16 17:25:13 archlinux kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
May 16 17:25:13 archlinux kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
May 16 17:25:13 archlinux kernel: MMIO Stale Data: Mitigation: Clear CPU buffers
May 16 17:25:13 archlinux kernel: SRBDS: Mitigation: Microcode
May 16 17:25:13 archlinux kernel: Freeing SMP alternatives memory: 40K
May 16 17:25:13 archlinux kernel: smpboot: CPU0: Intel(R) Core(TM) i3-10110U CPU @ 2.10GHz (family: 0x6, model: 0x8e, stepping: 0xc)
May 16 17:25:13 archlinux kernel: cblist_init_generic: Setting adjustable number of callback queues.
May 16 17:25:13 archlinux kernel: cblist_init_generic: Setting shift to 2 and lim to 1.
May 16 17:25:13 archlinux kernel: cblist_init_generic: Setting shift to 2 and lim to 1.
May 16 17:25:13 archlinux kernel: cblist_init_generic: Setting shift to 2 and lim to 1.
May 16 17:25:13 archlinux kernel: Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
May 16 17:25:13 archlinux kernel: ... version:                4
May 16 17:25:13 archlinux kernel: ... bit width:              48
May 16 17:25:13 archlinux kernel: ... generic registers:      4
May 16 17:25:13 archlinux kernel: ... value mask:             0000ffffffffffff
May 16 17:25:13 archlinux kernel: ... max period:             00007fffffffffff
May 16 17:25:13 archlinux kernel: ... fixed-purpose events:   3
May 16 17:25:13 archlinux kernel: ... event mask:             000000070000000f
May 16 17:25:13 archlinux kernel: Estimated ratio of average max frequency by base frequency (times 1024): 1457
May 16 17:25:13 archlinux kernel: rcu: Hierarchical SRCU implementation.
May 16 17:25:13 archlinux kernel: rcu:         Max phase no-delay instances is 1000.
May 16 17:25:13 archlinux kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
May 16 17:25:13 archlinux kernel: smp: Bringing up secondary CPUs ...
May 16 17:25:13 archlinux kernel: x86: Booting SMP configuration:
May 16 17:25:13 archlinux kernel: .... node  #0, CPUs:      #1 #2
May 16 17:25:13 archlinux 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.
May 16 17:25:13 archlinux kernel:  #3
May 16 17:25:13 archlinux kernel: smp: Brought up 1 node, 4 CPUs
May 16 17:25:13 archlinux kernel: smpboot: Max logical packages: 1
May 16 17:25:13 archlinux kernel: smpboot: Total of 4 processors activated (20808.60 BogoMIPS)
May 16 17:25:13 archlinux kernel: devtmpfs: initialized
May 16 17:25:13 archlinux kernel: x86/mm: Memory block size: 128MB
May 16 17:25:13 archlinux kernel: ACPI: PM: Registering ACPI NVS region [mem 0x992ae000-0x993adfff] (1048576 bytes)
May 16 17:25:13 archlinux kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
May 16 17:25:13 archlinux kernel: futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
May 16 17:25:13 archlinux kernel: pinctrl core: initialized pinctrl subsystem
May 16 17:25:13 archlinux kernel: PM: RTC time: 14:25:12, date: 2023-05-16
May 16 17:25:13 archlinux kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
May 16 17:25:13 archlinux kernel: DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
May 16 17:25:13 archlinux kernel: DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
May 16 17:25:13 archlinux kernel: DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
May 16 17:25:13 archlinux kernel: audit: initializing netlink subsys (disabled)
May 16 17:25:13 archlinux kernel: audit: type=2000 audit(1684247112.026:1): state=initialized audit_enabled=0 res=1
May 16 17:25:13 archlinux kernel: thermal_sys: Registered thermal governor 'fair_share'
May 16 17:25:13 archlinux kernel: thermal_sys: Registered thermal governor 'bang_bang'
May 16 17:25:13 archlinux kernel: thermal_sys: Registered thermal governor 'step_wise'
May 16 17:25:13 archlinux kernel: thermal_sys: Registered thermal governor 'user_space'
May 16 17:25:13 archlinux kernel: thermal_sys: Registered thermal governor 'power_allocator'
May 16 17:25:13 archlinux kernel: cpuidle: using governor ladder
May 16 17:25:13 archlinux kernel: cpuidle: using governor menu
May 16 17:25:13 archlinux kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
May 16 17:25:13 archlinux kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
May 16 17:25:13 archlinux kernel: PCI: not using MMCONFIG
May 16 17:25:13 archlinux kernel: PCI: Using configuration type 1 for base access
May 16 17:25:13 archlinux kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
May 16 17:25:13 archlinux kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
May 16 17:25:13 archlinux kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
May 16 17:25:13 archlinux kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
May 16 17:25:13 archlinux kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
May 16 17:25:13 archlinux kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
May 16 17:25:13 archlinux kernel: fbcon: Taking over console
May 16 17:25:13 archlinux kernel: ACPI: Added _OSI(Module Device)
May 16 17:25:13 archlinux kernel: ACPI: Added _OSI(Processor Device)
May 16 17:25:13 archlinux kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
May 16 17:25:13 archlinux kernel: ACPI: Added _OSI(Processor Aggregator Device)
May 16 17:25:13 archlinux kernel: ACPI: 9 ACPI AML tables successfully acquired and loaded
May 16 17:25:13 archlinux kernel: ACPI: Dynamic OEM Table Load:
May 16 17:25:13 archlinux kernel: ACPI: SSDT 0xFFFF8EDE40D77D00 0000FC (v02 PmRef  Cpu0Psd  00003000 INTL 20160527)
May 16 17:25:13 archlinux kernel: ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
May 16 17:25:13 archlinux kernel: ACPI: Dynamic OEM Table Load:
May 16 17:25:13 archlinux kernel: ACPI: SSDT 0xFFFF8EDE411A2C00 000400 (v02 PmRef  Cpu0Cst  00003001 INTL 20160527)
May 16 17:25:13 archlinux kernel: ACPI: Dynamic OEM Table Load:
May 16 17:25:13 archlinux kernel: ACPI: SSDT 0xFFFF8EDE41307000 000605 (v02 PmRef  Cpu0Ist  00003000 INTL 20160527)
May 16 17:25:13 archlinux kernel: ACPI: Dynamic OEM Table Load:
May 16 17:25:13 archlinux kernel: ACPI: SSDT 0xFFFF8EDE41305800 000778 (v02 PmRef  ApIst    00003000 INTL 20160527)
May 16 17:25:13 archlinux kernel: ACPI: Dynamic OEM Table Load:
May 16 17:25:13 archlinux kernel: ACPI: SSDT 0xFFFF8EDE411A1000 0003D7 (v02 PmRef  ApHwp    00003000 INTL 20160527)
May 16 17:25:13 archlinux kernel: ACPI: Dynamic OEM Table Load:
May 16 17:25:13 archlinux kernel: ACPI: SSDT 0xFFFF8EDE411E5000 000D22 (v02 PmRef  ApPsd    00003000 INTL 20160527)
May 16 17:25:13 archlinux kernel: ACPI: Dynamic OEM Table Load:
May 16 17:25:13 archlinux kernel: ACPI: SSDT 0xFFFF8EDE411A2400 0003CA (v02 PmRef  ApCst    00003000 INTL 20160527)
May 16 17:25:13 archlinux kernel: ACPI: EC: EC started
May 16 17:25:13 archlinux kernel: ACPI: EC: interrupt blocked
May 16 17:25:13 archlinux kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
May 16 17:25:13 archlinux kernel: ACPI: \_SB_.PCI0.LPCB.H_EC: Boot DSDT EC used to handle transactions
May 16 17:25:13 archlinux kernel: ACPI: Interpreter enabled
May 16 17:25:13 archlinux kernel: ACPI: PM: (supports S0 S3 S4 S5)
May 16 17:25:13 archlinux kernel: ACPI: Using IOAPIC for interrupt routing
May 16 17:25:13 archlinux kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
May 16 17:25:13 archlinux kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved as ACPI motherboard resource
May 16 17:25:13 archlinux kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
May 16 17:25:13 archlinux kernel: PCI: Using E820 reservations for host bridge windows
May 16 17:25:13 archlinux kernel: ACPI: Enabled 7 GPEs in block 00 to 7F
May 16 17:25:13 archlinux kernel: ACPI: \_SB_.PCI0.XDCI.USBC: New power resource
May 16 17:25:13 archlinux kernel: ACPI: \_SB_.PCI0.SAT0.VOL0.V0PR: New power resource
May 16 17:25:13 archlinux kernel: ACPI: \_SB_.PCI0.SAT0.VOL1.V1PR: New power resource
May 16 17:25:13 archlinux kernel: ACPI: \_SB_.PCI0.SAT0.VOL2.V2PR: New power resource
May 16 17:25:13 archlinux kernel: ACPI: \_SB_.PCI0.CNVW.WRST: New power resource
May 16 17:25:13 archlinux kernel: ACPI: \_TZ_.FN00: New power resource
May 16 17:25:13 archlinux kernel: ACPI: \_TZ_.FN01: New power resource
May 16 17:25:13 archlinux kernel: ACPI: \_TZ_.FN02: New power resource
May 16 17:25:13 archlinux kernel: ACPI: \_TZ_.FN03: New power resource
May 16 17:25:13 archlinux kernel: ACPI: \_TZ_.FN04: New power resource
May 16 17:25:13 archlinux kernel: ACPI: \PIN_: New power resource
May 16 17:25:13 archlinux kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
May 16 17:25:13 archlinux kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
May 16 17:25:13 archlinux kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
May 16 17:25:13 archlinux kernel: PCI host bridge to bus 0000:00
May 16 17:25:13 archlinux kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
May 16 17:25:13 archlinux kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
May 16 17:25:13 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
May 16 17:25:13 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff window]
May 16 17:25:13 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0x9f800000-0xdfffffff window]
May 16 17:25:13 archlinux kernel: pci_bus 0000:00: root bus resource [mem 0xfc800000-0xfe7fffff window]
May 16 17:25:13 archlinux kernel: pci_bus 0000:00: root bus resource [bus 00-fe]
May 16 17:25:13 archlinux kernel: pci 0000:00:00.0: [8086:9b71] type 00 class 0x060000
May 16 17:25:13 archlinux kernel: pci 0000:00:02.0: [8086:9b41] type 00 class 0x030000
May 16 17:25:13 archlinux kernel: pci 0000:00:02.0: reg 0x10: [mem 0xb0000000-0xb0ffffff 64bit]
May 16 17:25:13 archlinux kernel: pci 0000:00:02.0: reg 0x18: [mem 0xa0000000-0xafffffff 64bit pref]
May 16 17:25:13 archlinux kernel: pci 0000:00:02.0: reg 0x20: [io  0x4000-0x403f]
May 16 17:25:13 archlinux kernel: pci 0000:00:02.0: BAR 2: assigned to efifb
May 16 17:25:13 archlinux kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
May 16 17:25:13 archlinux kernel: pci 0000:00:04.0: [8086:1903] type 00 class 0x118000
May 16 17:25:13 archlinux kernel: pci 0000:00:04.0: reg 0x10: [mem 0xb1210000-0xb1217fff 64bit]
May 16 17:25:13 archlinux kernel: pci 0000:00:08.0: [8086:1911] type 00 class 0x088000
May 16 17:25:13 archlinux kernel: pci 0000:00:08.0: reg 0x10: [mem 0xb122e000-0xb122efff 64bit]
May 16 17:25:13 archlinux kernel: pci 0000:00:12.0: [8086:02f9] type 00 class 0x118000
May 16 17:25:13 archlinux kernel: pci 0000:00:12.0: reg 0x10: [mem 0xb122d000-0xb122dfff 64bit]
May 16 17:25:13 archlinux kernel: pci 0000:00:14.0: [8086:02ed] type 00 class 0x0c0330
May 16 17:25:13 archlinux kernel: pci 0000:00:14.0: reg 0x10: [mem 0xb1200000-0xb120ffff 64bit]
May 16 17:25:13 archlinux kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
May 16 17:25:13 archlinux kernel: pci 0000:00:14.2: [8086:02ef] type 00 class 0x050000
May 16 17:25:13 archlinux kernel: pci 0000:00:14.2: reg 0x10: [mem 0xb121e000-0xb121ffff 64bit]
May 16 17:25:13 archlinux kernel: pci 0000:00:14.2: reg 0x18: [mem 0xb122c000-0xb122cfff 64bit]
May 16 17:25:13 archlinux kernel: pci 0000:00:14.5: [8086:02f5] type 00 class 0x080501
May 16 17:25:13 archlinux kernel: pci 0000:00:14.5: reg 0x10: [mem 0xb122b000-0xb122bfff 64bit]
May 16 17:25:13 archlinux kernel: pci 0000:00:15.0: [8086:02e8] type 00 class 0x0c8000
May 16 17:25:13 archlinux kernel: pci 0000:00:15.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
May 16 17:25:13 archlinux kernel: pci 0000:00:15.1: [8086:02e9] type 00 class 0x0c8000
May 16 17:25:13 archlinux kernel: pci 0000:00:15.1: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
May 16 17:25:13 archlinux kernel: pci 0000:00:15.2: [8086:02ea] type 00 class 0x0c8000
May 16 17:25:13 archlinux kernel: pci 0000:00:15.2: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
May 16 17:25:13 archlinux kernel: pci 0000:00:16.0: [8086:02e0] type 00 class 0x078000
May 16 17:25:13 archlinux kernel: pci 0000:00:16.0: reg 0x10: [mem 0xb1227000-0xb1227fff 64bit]
May 16 17:25:13 archlinux kernel: pci 0000:00:16.0: PME# supported from D3hot
May 16 17:25:13 archlinux kernel: pci 0000:00:17.0: [8086:02d3] type 00 class 0x010601
May 16 17:25:13 archlinux kernel: pci 0000:00:17.0: reg 0x10: [mem 0xb121c000-0xb121dfff]
May 16 17:25:13 archlinux kernel: pci 0000:00:17.0: reg 0x14: [mem 0xb1226000-0xb12260ff]
May 16 17:25:13 archlinux kernel: pci 0000:00:17.0: reg 0x18: [io  0x4090-0x4097]
May 16 17:25:13 archlinux kernel: pci 0000:00:17.0: reg 0x1c: [io  0x4080-0x4083]
May 16 17:25:13 archlinux kernel: pci 0000:00:17.0: reg 0x20: [io  0x4060-0x407f]
May 16 17:25:13 archlinux kernel: pci 0000:00:17.0: reg 0x24: [mem 0xb1225000-0xb12257ff]
May 16 17:25:13 archlinux kernel: pci 0000:00:17.0: PME# supported from D3hot
May 16 17:25:13 archlinux kernel: pci 0000:00:19.0: [8086:02c5] type 00 class 0x0c8000
May 16 17:25:13 archlinux kernel: pci 0000:00:19.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
May 16 17:25:13 archlinux kernel: pci 0000:00:1a.0: [8086:02c4] type 00 class 0x080501
May 16 17:25:13 archlinux kernel: pci 0000:00:1a.0: reg 0x10: [mem 0xb1223000-0xb1223fff 64bit]
May 16 17:25:13 archlinux kernel: pci 0000:00:1c.0: [8086:02be] type 01 class 0x060400
May 16 17:25:13 archlinux kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
May 16 17:25:13 archlinux kernel: pci 0000:00:1c.0: PTM enabled (root), 4ns granularity
May 16 17:25:13 archlinux kernel: pci 0000:00:1e.0: [8086:02a8] type 00 class 0x078000
May 16 17:25:13 archlinux kernel: pci 0000:00:1e.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
May 16 17:25:13 archlinux kernel: pci 0000:00:1e.3: [8086:02ab] type 00 class 0x0c8000
May 16 17:25:13 archlinux kernel: pci 0000:00:1e.3: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
May 16 17:25:13 archlinux kernel: pci 0000:00:1f.0: [8086:0284] type 00 class 0x060100
May 16 17:25:13 archlinux kernel: pci 0000:00:1f.3: [8086:02c8] type 00 class 0x040100
May 16 17:25:13 archlinux kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xb1218000-0xb121bfff 64bit]
May 16 17:25:13 archlinux kernel: pci 0000:00:1f.3: reg 0x20: [mem 0xb1000000-0xb10fffff 64bit]
May 16 17:25:13 archlinux kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
May 16 17:25:13 archlinux kernel: pci 0000:00:1f.4: [8086:02a3] type 00 class 0x0c0500
May 16 17:25:13 archlinux kernel: pci 0000:00:1f.4: reg 0x10: [mem 0xb1220000-0xb12200ff 64bit]
May 16 17:25:13 archlinux kernel: pci 0000:00:1f.4: reg 0x20: [io  0xefa0-0xefbf]
May 16 17:25:13 archlinux kernel: pci 0000:00:1f.5: [8086:02a4] type 00 class 0x0c8000
May 16 17:25:13 archlinux kernel: pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
May 16 17:25:13 archlinux kernel: pci 0000:01:00.0: [10ec:8168] type 00 class 0x020000
May 16 17:25:13 archlinux kernel: pci 0000:01:00.0: reg 0x10: [io  0x3000-0x30ff]
May 16 17:25:13 archlinux kernel: pci 0000:01:00.0: reg 0x18: [mem 0xb1104000-0xb1104fff 64bit]
May 16 17:25:13 archlinux kernel: pci 0000:01:00.0: reg 0x20: [mem 0xb1100000-0xb1103fff 64bit]
May 16 17:25:13 archlinux kernel: pci 0000:01:00.0: supports D1 D2
May 16 17:25:13 archlinux kernel: pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
May 16 17:25:13 archlinux kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
May 16 17:25:13 archlinux kernel: pci 0000:00:1c.0:   bridge window [io  0x3000-0x3fff]
May 16 17:25:13 archlinux kernel: pci 0000:00:1c.0:   bridge window [mem 0xb1100000-0xb11fffff]
May 16 17:25:13 archlinux kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 0
May 16 17:25:13 archlinux kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 1
May 16 17:25:13 archlinux kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 0
May 16 17:25:13 archlinux kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 0
May 16 17:25:13 archlinux kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
May 16 17:25:13 archlinux kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
May 16 17:25:13 archlinux kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0
May 16 17:25:13 archlinux kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 0
May 16 17:25:13 archlinux kernel: ACPI: EC: interrupt unblocked
May 16 17:25:13 archlinux kernel: ACPI: EC: event unblocked
May 16 17:25:13 archlinux kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
May 16 17:25:13 archlinux kernel: ACPI: EC: GPE=0x50
May 16 17:25:13 archlinux kernel: ACPI: \_SB_.PCI0.LPCB.H_EC: Boot DSDT EC initialization complete
May 16 17:25:13 archlinux kernel: ACPI: \_SB_.PCI0.LPCB.H_EC: EC: Used to handle transactions and events
May 16 17:25:13 archlinux kernel: iommu: Default domain type: Translated 
May 16 17:25:13 archlinux kernel: iommu: DMA domain TLB invalidation policy: lazy mode 
May 16 17:25:13 archlinux kernel: SCSI subsystem initialized
May 16 17:25:13 archlinux kernel: libata version 3.00 loaded.
May 16 17:25:13 archlinux kernel: ACPI: bus type USB registered
May 16 17:25:13 archlinux kernel: usbcore: registered new interface driver usbfs
May 16 17:25:13 archlinux kernel: usbcore: registered new interface driver hub
May 16 17:25:13 archlinux kernel: usbcore: registered new device driver usb
May 16 17:25:13 archlinux kernel: pps_core: LinuxPPS API ver. 1 registered
May 16 17:25:13 archlinux kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
May 16 17:25:13 archlinux kernel: PTP clock support registered
May 16 17:25:13 archlinux kernel: EDAC MC: Ver: 3.0.0
May 16 17:25:13 archlinux kernel: efivars: Registered efivars operations
May 16 17:25:13 archlinux kernel: NetLabel: Initializing
May 16 17:25:13 archlinux kernel: NetLabel:  domain hash size = 128
May 16 17:25:13 archlinux kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
May 16 17:25:13 archlinux kernel: NetLabel:  unlabeled traffic allowed by default
May 16 17:25:13 archlinux kernel: mctp: management component transport protocol core
May 16 17:25:13 archlinux kernel: NET: Registered PF_MCTP protocol family
May 16 17:25:13 archlinux kernel: PCI: Using ACPI for IRQ routing
May 16 17:25:13 archlinux kernel: PCI: pci_cache_line_size set to 64 bytes
May 16 17:25:13 archlinux kernel: e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
May 16 17:25:13 archlinux kernel: e820: reserve RAM buffer [mem 0x8d8b5000-0x8fffffff]
May 16 17:25:13 archlinux kernel: e820: reserve RAM buffer [mem 0x95d87000-0x97ffffff]
May 16 17:25:13 archlinux kernel: e820: reserve RAM buffer [mem 0x97a88000-0x97ffffff]
May 16 17:25:13 archlinux kernel: e820: reserve RAM buffer [mem 0x99c4f000-0x9bffffff]
May 16 17:25:13 archlinux kernel: e820: reserve RAM buffer [mem 0x25e800000-0x25fffffff]
May 16 17:25:13 archlinux kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
May 16 17:25:13 archlinux kernel: pci 0000:00:02.0: vgaarb: bridge control possible
May 16 17:25:13 archlinux kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
May 16 17:25:13 archlinux kernel: vgaarb: loaded
May 16 17:25:13 archlinux kernel: clocksource: Switched to clocksource tsc-early
May 16 17:25:13 archlinux kernel: VFS: Disk quotas dquot_6.6.0
May 16 17:25:13 archlinux kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
May 16 17:25:13 archlinux kernel: pnp: PnP ACPI init
May 16 17:25:13 archlinux kernel: system 00:00: [mem 0x40000000-0x403fffff] could not be reserved
May 16 17:25:13 archlinux kernel: system 00:01: [io  0x0680-0x069f] has been reserved
May 16 17:25:13 archlinux kernel: system 00:01: [io  0x164e-0x164f] has been reserved
May 16 17:25:13 archlinux kernel: system 00:02: [io  0x1854-0x1857] has been reserved
May 16 17:25:13 archlinux kernel: system 00:03: [io  0x1800-0x18fe] could not be reserved
May 16 17:25:13 archlinux kernel: system 00:03: [mem 0xfd000000-0xfd69ffff] has been reserved
May 16 17:25:13 archlinux kernel: system 00:03: [mem 0xfd6b0000-0xfd6cffff] has been reserved
May 16 17:25:13 archlinux kernel: system 00:03: [mem 0xfd6f0000-0xfdffffff] has been reserved
May 16 17:25:13 archlinux kernel: system 00:03: [mem 0xfe000000-0xfe01ffff] could not be reserved
May 16 17:25:13 archlinux kernel: system 00:03: [mem 0xfe200000-0xfe7fffff] has been reserved
May 16 17:25:13 archlinux kernel: system 00:03: [mem 0xff000000-0xffffffff] has been reserved
May 16 17:25:13 archlinux kernel: system 00:04: [io  0x2000-0x20fe] has been reserved
May 16 17:25:13 archlinux kernel: system 00:05: [mem 0xfed10000-0xfed17fff] has been reserved
May 16 17:25:13 archlinux kernel: system 00:05: [mem 0xfed18000-0xfed18fff] has been reserved
May 16 17:25:13 archlinux kernel: system 00:05: [mem 0xfed19000-0xfed19fff] has been reserved
May 16 17:25:13 archlinux kernel: system 00:05: [mem 0xe0000000-0xefffffff] has been reserved
May 16 17:25:13 archlinux kernel: system 00:05: [mem 0xfed20000-0xfed3ffff] has been reserved
May 16 17:25:13 archlinux kernel: system 00:05: [mem 0xfed90000-0xfed93fff] could not be reserved
May 16 17:25:13 archlinux kernel: system 00:05: [mem 0xfed45000-0xfed8ffff] has been reserved
May 16 17:25:13 archlinux kernel: system 00:05: [mem 0xfee00000-0xfeefffff] could not be reserved
May 16 17:25:13 archlinux kernel: system 00:07: [mem 0xfe038000-0xfe038fff] has been reserved
May 16 17:25:13 archlinux kernel: pnp: PnP ACPI: found 8 devices
May 16 17:25:13 archlinux kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
May 16 17:25:13 archlinux kernel: NET: Registered PF_INET protocol family
May 16 17:25:13 archlinux kernel: IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
May 16 17:25:13 archlinux kernel: tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
May 16 17:25:13 archlinux kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
May 16 17:25:13 archlinux kernel: TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
May 16 17:25:13 archlinux kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
May 16 17:25:13 archlinux kernel: TCP: Hash tables configured (established 65536 bind 65536)
May 16 17:25:13 archlinux kernel: MPTCP token hash table entries: 8192 (order: 5, 196608 bytes, linear)
May 16 17:25:13 archlinux kernel: UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
May 16 17:25:13 archlinux kernel: UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
May 16 17:25:14 archlinux kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
May 16 17:25:14 archlinux kernel: NET: Registered PF_XDP protocol family
May 16 17:25:14 archlinux kernel: resource: avoiding allocation from e820 entry [mem 0x000a0000-0x000fffff]
May 16 17:25:14 archlinux kernel: resource: avoiding allocation from e820 entry [mem 0x000a0000-0x000fffff]
May 16 17:25:14 archlinux kernel: pci 0000:00:15.0: BAR 0: assigned [mem 0x9f800000-0x9f800fff 64bit]
May 16 17:25:14 archlinux kernel: resource: avoiding allocation from e820 entry [mem 0x000a0000-0x000fffff]
May 16 17:25:14 archlinux kernel: resource: avoiding allocation from e820 entry [mem 0x000a0000-0x000fffff]
May 16 17:25:14 archlinux kernel: pci 0000:00:15.1: BAR 0: assigned [mem 0x9f801000-0x9f801fff 64bit]
May 16 17:25:14 archlinux kernel: resource: avoiding allocation from e820 entry [mem 0x000a0000-0x000fffff]
May 16 17:25:14 archlinux kernel: resource: avoiding allocation from e820 entry [mem 0x000a0000-0x000fffff]
May 16 17:25:14 archlinux kernel: pci 0000:00:15.2: BAR 0: assigned [mem 0x9f802000-0x9f802fff 64bit]
May 16 17:25:14 archlinux kernel: resource: avoiding allocation from e820 entry [mem 0x000a0000-0x000fffff]
May 16 17:25:14 archlinux kernel: resource: avoiding allocation from e820 entry [mem 0x000a0000-0x000fffff]
May 16 17:25:14 archlinux kernel: pci 0000:00:19.0: BAR 0: assigned [mem 0x9f803000-0x9f803fff 64bit]
May 16 17:25:14 archlinux kernel: resource: avoiding allocation from e820 entry [mem 0x000a0000-0x000fffff]
May 16 17:25:14 archlinux kernel: resource: avoiding allocation from e820 entry [mem 0x000a0000-0x000fffff]
May 16 17:25:14 archlinux kernel: pci 0000:00:1e.0: BAR 0: assigned [mem 0x9f804000-0x9f804fff 64bit]
May 16 17:25:14 archlinux kernel: resource: avoiding allocation from e820 entry [mem 0x000a0000-0x000fffff]
May 16 17:25:14 archlinux kernel: resource: avoiding allocation from e820 entry [mem 0x000a0000-0x000fffff]
May 16 17:25:14 archlinux kernel: pci 0000:00:1e.3: BAR 0: assigned [mem 0x9f805000-0x9f805fff 64bit]
May 16 17:25:14 archlinux kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
May 16 17:25:14 archlinux kernel: pci 0000:00:1c.0:   bridge window [io  0x3000-0x3fff]
May 16 17:25:14 archlinux kernel: pci 0000:00:1c.0:   bridge window [mem 0xb1100000-0xb11fffff]
May 16 17:25:14 archlinux kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
May 16 17:25:14 archlinux kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
May 16 17:25:14 archlinux kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
May 16 17:25:14 archlinux kernel: pci_bus 0000:00: resource 7 [mem 0x000e0000-0x000fffff window]
May 16 17:25:14 archlinux kernel: pci_bus 0000:00: resource 8 [mem 0x9f800000-0xdfffffff window]
May 16 17:25:14 archlinux kernel: pci_bus 0000:00: resource 9 [mem 0xfc800000-0xfe7fffff window]
May 16 17:25:14 archlinux kernel: pci_bus 0000:01: resource 0 [io  0x3000-0x3fff]
May 16 17:25:14 archlinux kernel: pci_bus 0000:01: resource 1 [mem 0xb1100000-0xb11fffff]
May 16 17:25:14 archlinux kernel: PCI: CLS 64 bytes, default 64
May 16 17:25:14 archlinux kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
May 16 17:25:14 archlinux kernel: software IO TLB: mapped [mem 0x0000000086d30000-0x000000008ad30000] (64MB)
May 16 17:25:14 archlinux kernel: Trying to unpack rootfs image as initramfs...
May 16 17:25:14 archlinux kernel: platform rtc_cmos: registered platform RTC device (no PNP device found)
May 16 17:25:14 archlinux kernel: Initialise system trusted keyrings
May 16 17:25:14 archlinux kernel: Key type blacklist registered
May 16 17:25:14 archlinux kernel: workingset: timestamp_bits=41 max_order=21 bucket_order=0
May 16 17:25:14 archlinux kernel: zbud: loaded
May 16 17:25:14 archlinux kernel: integrity: Platform Keyring initialized
May 16 17:25:14 archlinux kernel: integrity: Machine keyring initialized
May 16 17:25:14 archlinux kernel: Key type asymmetric registered
May 16 17:25:14 archlinux kernel: Asymmetric key parser 'x509' registered
May 16 17:25:14 archlinux kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
May 16 17:25:14 archlinux kernel: io scheduler mq-deadline registered
May 16 17:25:14 archlinux kernel: io scheduler kyber registered
May 16 17:25:14 archlinux kernel: io scheduler bfq registered
May 16 17:25:14 archlinux kernel: pcieport 0000:00:1c.0: PME: Signaling with IRQ 122
May 16 17:25:14 archlinux kernel: pcieport 0000:00:1c.0: AER: enabled with IRQ 122
May 16 17:25:14 archlinux kernel: pcieport 0000:00:1c.0: DPC: enabled with IRQ 122
May 16 17:25:14 archlinux kernel: pcieport 0000:00:1c.0: DPC: error containment capabilities: Int Msg #0, RPExt+ PoisonedTLP+ SwTrigger+ RP PIO Log 4, DL_ActiveErr+
May 16 17:25:14 archlinux kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
May 16 17:25:14 archlinux kernel: ACPI: AC: AC Adapter [ADP1] (on-line)
May 16 17:25:14 archlinux kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/PNP0C09:00/PNP0C0D:00/input/input0
May 16 17:25:14 archlinux kernel: ACPI: button: Lid Switch [LID0]
May 16 17:25:14 archlinux kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
May 16 17:25:14 archlinux kernel: ACPI: button: Sleep Button [SLPB]
May 16 17:25:14 archlinux kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2
May 16 17:25:14 archlinux kernel: ACPI: button: Power Button [PWRB]
May 16 17:25:14 archlinux kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
May 16 17:25:14 archlinux kernel: ACPI: button: Power Button [PWRF]
May 16 17:25:14 archlinux kernel: ACPI: thermal: [Firmware Bug]: No valid trip found
May 16 17:25:14 archlinux kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
May 16 17:25:14 archlinux kernel: hpet_acpi_add: no address or irqs in _CRS
May 16 17:25:14 archlinux kernel: Non-volatile memory driver v1.3
May 16 17:25:14 archlinux kernel: Linux agpgart interface v0.103
May 16 17:25:14 archlinux kernel: AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
May 16 17:25:14 archlinux kernel: ACPI: bus type drm_connector registered
May 16 17:25:14 archlinux kernel: ahci 0000:00:17.0: version 3.0
May 16 17:25:14 archlinux kernel: ahci 0000:00:17.0: AHCI 0001.0301 32 slots 3 ports 6 Gbps 0x7 impl SATA mode
May 16 17:25:14 archlinux kernel: ahci 0000:00:17.0: flags: 64bit ncq sntf pm clo only pio slum part deso sadm sds apst 
May 16 17:25:14 archlinux kernel: scsi host0: ahci
May 16 17:25:14 archlinux kernel: scsi host1: ahci
May 16 17:25:14 archlinux kernel: scsi host2: ahci
May 16 17:25:14 archlinux kernel: ata1: SATA max UDMA/133 abar m2048@0xb1225000 port 0xb1225100 irq 123
May 16 17:25:14 archlinux kernel: ata2: SATA max UDMA/133 abar m2048@0xb1225000 port 0xb1225180 irq 123
May 16 17:25:14 archlinux kernel: ata3: SATA max UDMA/133 abar m2048@0xb1225000 port 0xb1225200 irq 123
May 16 17:25:14 archlinux kernel: usbcore: registered new interface driver usbserial_generic
May 16 17:25:14 archlinux kernel: usbserial: USB Serial support registered for generic
May 16 17:25:14 archlinux kernel: rtc_cmos rtc_cmos: RTC can wake from S4
May 16 17:25:14 archlinux kernel: rtc_cmos rtc_cmos: registered as rtc0
May 16 17:25:14 archlinux kernel: rtc_cmos rtc_cmos: setting system clock to 2023-05-16T14:25:13 UTC (1684247113)
May 16 17:25:14 archlinux kernel: rtc_cmos rtc_cmos: alarms up to one month, y3k, 114 bytes nvram
May 16 17:25:14 archlinux kernel: intel_pstate: Intel P-state driver initializing
May 16 17:25:14 archlinux kernel: intel_pstate: HWP enabled
May 16 17:25:14 archlinux kernel: ledtrig-cpu: registered to indicate activity on CPUs
May 16 17:25:14 archlinux kernel: efifb: probing for efifb
May 16 17:25:14 archlinux kernel: efifb: framebuffer at 0xa0000000, using 8100k, total 8100k
May 16 17:25:14 archlinux kernel: efifb: mode is 1920x1080x32, linelength=7680, pages=1
May 16 17:25:14 archlinux kernel: efifb: scrolling: redraw
May 16 17:25:14 archlinux kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
May 16 17:25:14 archlinux kernel: Console: switching to colour frame buffer device 240x67
May 16 17:25:14 archlinux kernel: fb0: EFI VGA frame buffer device
May 16 17:25:14 archlinux kernel: hid: raw HID events driver (C) Jiri Kosina
May 16 17:25:14 archlinux kernel: intel_pmc_core INT33A1:00:  initialized
May 16 17:25:14 archlinux kernel: drop_monitor: Initializing network drop monitor service
May 16 17:25:14 archlinux kernel: Initializing XFRM netlink socket
May 16 17:25:14 archlinux kernel: NET: Registered PF_INET6 protocol family
May 16 17:25:14 archlinux kernel: Freeing initrd memory: 18708K
May 16 17:25:14 archlinux kernel: Segment Routing with IPv6
May 16 17:25:14 archlinux kernel: RPL Segment Routing with IPv6
May 16 17:25:14 archlinux kernel: In-situ OAM (IOAM) with IPv6
May 16 17:25:14 archlinux kernel: NET: Registered PF_PACKET protocol family
May 16 17:25:14 archlinux kernel: microcode: Microcode Update Driver: v2.2.
May 16 17:25:14 archlinux kernel: IPI shorthand broadcast: enabled
May 16 17:25:14 archlinux kernel: sched_clock: Marking stable (965375313, 9237348)->(567229535, 407383126)
May 16 17:25:14 archlinux kernel: registered taskstats version 1
May 16 17:25:14 archlinux kernel: Loading compiled-in X.509 certificates
May 16 17:25:14 archlinux kernel: Loaded X.509 cert 'Build time autogenerated kernel key: bb839f529223032067ba254a5eff69d3c96e12c0'
May 16 17:25:14 archlinux kernel: zswap: loaded using pool zstd/zsmalloc
May 16 17:25:14 archlinux kernel: Key type .fscrypt registered
May 16 17:25:14 archlinux kernel: Key type fscrypt-provisioning registered
May 16 17:25:14 archlinux kernel: integrity: Loading X.509 certificate: UEFI:db
May 16 17:25:14 archlinux kernel: integrity: Loaded X.509 cert 'Emdoor: 356c83e2fc36f7b74ff8e378d377f842'
May 16 17:25:14 archlinux kernel: integrity: Loading X.509 certificate: UEFI:db
May 16 17:25:14 archlinux kernel: integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
May 16 17:25:14 archlinux kernel: integrity: Loading X.509 certificate: UEFI:db
May 16 17:25:14 archlinux kernel: integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
May 16 17:25:14 archlinux kernel: PM:   Magic number: 7:56:435
May 16 17:25:14 archlinux kernel: RAS: Correctable Errors collector initialized.
May 16 17:25:14 archlinux kernel: ACPI: battery: Slot [BAT0] (battery present)
May 16 17:25:14 archlinux kernel: ata1: SATA link down (SStatus 4 SControl 300)
May 16 17:25:14 archlinux kernel: ata2: SATA link down (SStatus 4 SControl 300)
May 16 17:25:14 archlinux kernel: ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
May 16 17:25:14 archlinux kernel: ata3.00: ATA-11: C500, H210928a, max UDMA/133
May 16 17:25:14 archlinux kernel: ata3.00: 500118192 sectors, multi 1: LBA48 NCQ (depth 32), AA
May 16 17:25:14 archlinux kernel: ata3.00: configured for UDMA/133
May 16 17:25:14 archlinux kernel: scsi 2:0:0:0: Direct-Access     ATA      C500             928a PQ: 0 ANSI: 5
May 16 17:25:14 archlinux kernel: sd 2:0:0:0: [sda] 500118192 512-byte logical blocks: (256 GB/238 GiB)
May 16 17:25:14 archlinux kernel: sd 2:0:0:0: [sda] Write Protect is off
May 16 17:25:14 archlinux kernel: sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
May 16 17:25:14 archlinux kernel: sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
May 16 17:25:14 archlinux kernel: sd 2:0:0:0: [sda] Preferred minimum I/O size 512 bytes
May 16 17:25:14 archlinux kernel:  sda: sda1 sda2 sda3
May 16 17:25:14 archlinux kernel: sd 2:0:0:0: [sda] Attached SCSI disk
May 16 17:25:14 archlinux kernel: Freeing unused decrypted memory: 2036K
May 16 17:25:14 archlinux kernel: Freeing unused kernel image (initmem) memory: 3324K
May 16 17:25:14 archlinux kernel: Write protecting the kernel read-only data: 30720k
May 16 17:25:14 archlinux kernel: Freeing unused kernel image (rodata/data gap) memory: 1684K
May 16 17:25:14 archlinux kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
May 16 17:25:14 archlinux kernel: rodata_test: all tests were successful
May 16 17:25:14 archlinux kernel: Run /init as init process
May 16 17:25:14 archlinux kernel:   with arguments:
May 16 17:25:14 archlinux kernel:     /init
May 16 17:25:14 archlinux kernel:   with environment:
May 16 17:25:14 archlinux kernel:     HOME=/
May 16 17:25:14 archlinux kernel:     TERM=linux
May 16 17:25:14 archlinux systemd[1]: systemd 253.4-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)
May 16 17:25:14 archlinux systemd[1]: Detected architecture x86-64.
May 16 17:25:14 archlinux systemd[1]: Running in initrd.
May 16 17:25:14 archlinux systemd[1]: Initializing machine ID from random generator.
May 16 17:25:14 archlinux systemd[1]: Queued start job for default target Initrd Default Target.
May 16 17:25:14 archlinux systemd[1]: Reached target Local File Systems.
May 16 17:25:14 archlinux systemd[1]: Reached target Path Units.
May 16 17:25:14 archlinux systemd[1]: Reached target Slice Units.
May 16 17:25:14 archlinux systemd[1]: Reached target Swaps.
May 16 17:25:14 archlinux systemd[1]: Reached target Timer Units.
May 16 17:25:14 archlinux systemd[1]: Listening on Journal Socket (/dev/log).
May 16 17:25:14 archlinux systemd[1]: Listening on Journal Socket.
May 16 17:25:14 archlinux systemd[1]: Listening on udev Control Socket.
May 16 17:25:14 archlinux systemd[1]: Listening on udev Kernel Socket.
May 16 17:25:14 archlinux systemd[1]: Reached target Socket Units.
May 16 17:25:14 archlinux systemd[1]: Starting Create List of Static Device Nodes...
May 16 17:25:14 archlinux systemd[1]: Starting Journal Service...
May 16 17:25:14 archlinux systemd[1]: Starting Load Kernel Modules...
May 16 17:25:14 archlinux systemd[1]: TPM2 PCR Barrier (initrd) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
May 16 17:25:14 archlinux systemd[1]: Starting Coldplug All udev Devices...
May 16 17:25:14 archlinux systemd[1]: Finished Create List of Static Device Nodes.
May 16 17:25:14 archlinux systemd[1]: Starting Create Static Device Nodes in /dev...
May 16 17:25:14 archlinux systemd[1]: Finished Create Static Device Nodes in /dev.
May 16 17:25:14 archlinux systemd[1]: Starting Rule-based Manager for Device Events and Files...
May 16 17:25:14 archlinux systemd-journald[102]: Collecting audit messages is disabled.
May 16 17:25:14 archlinux systemd[1]: Started Rule-based Manager for Device Events and Files.
May 16 17:25:14 archlinux kernel: raid6: skipped pq benchmark and selected avx2x4
May 16 17:25:14 archlinux kernel: raid6: using avx2x2 recovery algorithm
May 16 17:25:14 archlinux systemd-journald[102]: Journal started
May 16 17:25:14 archlinux systemd-journald[102]: Runtime Journal (/run/log/journal/44c880e366bc437ba3e8685b870cfa57) is 8.0M, max 155.6M, 147.6M free.
May 16 17:25:13 archlinux systemd-udevd[108]: Using default interface naming scheme 'v253'.
May 16 17:25:14 archlinux systemd[1]: Started Journal Service.
May 16 17:25:14 archlinux kernel: xor: automatically using best checksumming function   avx       
May 16 17:25:14 archlinux systemd[1]: Finished Coldplug All udev Devices.
May 16 17:25:14 archlinux kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
May 16 17:25:14 archlinux kernel: i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
May 16 17:25:14 archlinux kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
May 16 17:25:14 archlinux kernel: Btrfs loaded, crc32c=crc32c-intel, zoned=yes, fsverity=yes
May 16 17:25:14 archlinux systemd-modules-load[103]: Inserted module 'btrfs'
May 16 17:25:14 archlinux systemd[1]: Finished Load Kernel Modules.
May 16 17:25:14 archlinux systemd[1]: Reached target System Initialization.
May 16 17:25:14 archlinux systemd[1]: Reached target Basic System.
May 16 17:25:14 archlinux kernel: BTRFS: device fsid a2d562db-0698-40e6-abac-99d216a5cdc3 devid 1 transid 102 /dev/sda3 scanned by (udev-worker) (131)
May 16 17:25:14 archlinux kernel: BTRFS: device fsid f7111f25-b904-45b2-aa02-309d14698090 devid 1 transid 148 /dev/sda2 scanned by (udev-worker) (122)
May 16 17:25:14 archlinux kernel: sdhci: Secure Digital Host Controller Interface driver
May 16 17:25:14 archlinux kernel: sdhci: Copyright(c) Pierre Ossman
May 16 17:25:14 archlinux kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
May 16 17:25:14 archlinux kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
May 16 17:25:14 archlinux kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000000009810
May 16 17:25:14 archlinux kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
May 16 17:25:14 archlinux kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
May 16 17:25:14 archlinux kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
May 16 17:25:14 archlinux kernel: sdhci-pci 0000:00:14.5: SDHCI controller found [8086:02f5] (rev 0)
May 16 17:25:14 archlinux kernel: sdhci-pci 0000:00:1a.0: SDHCI controller found [8086:02c4] (rev 0)
May 16 17:25:14 archlinux kernel: mmc1: CQHCI version 5.10
May 16 17:25:14 archlinux systemd[1]: Found device C500 primary.
May 16 17:25:14 archlinux systemd[1]: Reached target Initrd Root Device.
May 16 17:25:14 archlinux kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.03
May 16 17:25:14 archlinux kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
May 16 17:25:14 archlinux kernel: usb usb1: Product: xHCI Host Controller
May 16 17:25:14 archlinux kernel: usb usb1: Manufacturer: Linux 6.3.2-arch1-1 xhci-hcd
May 16 17:25:14 archlinux kernel: usb usb1: SerialNumber: 0000:00:14.0
May 16 17:25:14 archlinux kernel: hub 1-0:1.0: USB hub found
May 16 17:25:14 archlinux kernel: hub 1-0:1.0: 12 ports detected
May 16 17:25:14 archlinux kernel: mmc1: SDHCI controller on PCI [0000:00:1a.0] using ADMA 64-bit
May 16 17:25:14 archlinux kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.03
May 16 17:25:14 archlinux kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
May 16 17:25:14 archlinux kernel: usb usb2: Product: xHCI Host Controller
May 16 17:25:14 archlinux kernel: usb usb2: Manufacturer: Linux 6.3.2-arch1-1 xhci-hcd
May 16 17:25:14 archlinux kernel: usb usb2: SerialNumber: 0000:00:14.0
May 16 17:25:14 archlinux kernel: hub 2-0:1.0: USB hub found
May 16 17:25:14 archlinux kernel: hub 2-0:1.0: 6 ports detected
May 16 17:25:14 archlinux kernel: mmc0: SDHCI controller on PCI [0000:00:14.5] using ADMA 64-bit
May 16 17:25:14 archlinux kernel: usb: port power management may be unreliable
May 16 17:25:14 archlinux kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
May 16 17:25:14 archlinux systemd[1]: Starting File System Check on /dev/disk/by-partuuid/3c2f8116-9625-4941-a358-ffbcda3779c1...
May 16 17:25:14 archlinux systemd[1]: Finished File System Check on /dev/disk/by-partuuid/3c2f8116-9625-4941-a358-ffbcda3779c1.
May 16 17:25:14 archlinux systemd[1]: Mounting /sysroot...
May 16 17:25:14 archlinux kernel: BTRFS info (device sda2): using crc32c (crc32c-intel) checksum algorithm
May 16 17:25:14 archlinux kernel: BTRFS info (device sda2): using free space tree
May 16 17:25:14 archlinux systemd[1]: Mounted /sysroot.
May 16 17:25:14 archlinux kernel: BTRFS info (device sda2): enabling ssd optimizations
May 16 17:25:14 archlinux kernel: BTRFS info (device sda2): auto enabling async discard
May 16 17:25:14 archlinux systemd[1]: Reached target Initrd Root File System.
May 16 17:25:14 archlinux systemd[1]: Starting Mountpoints Configured in the Real Root...
May 16 17:25:14 archlinux systemd[1]: initrd-parse-etc.service: Deactivated successfully.
May 16 17:25:14 archlinux systemd[1]: Finished Mountpoints Configured in the Real Root.
May 16 17:25:14 archlinux systemd[1]: Reached target Initrd File Systems.
May 16 17:25:14 archlinux systemd[1]: Reached target Initrd Default Target.
May 16 17:25:14 archlinux systemd[1]: Starting Cleaning Up and Shutting Down Daemons...
May 16 17:25:14 archlinux systemd[1]: Stopped target Initrd Default Target.
May 16 17:25:14 archlinux systemd[1]: Stopped target Basic System.
May 16 17:25:14 archlinux systemd[1]: Stopped target Initrd Root Device.
May 16 17:25:14 archlinux systemd[1]: Stopped target Path Units.
May 16 17:25:14 archlinux systemd[1]: Stopped target Slice Units.
May 16 17:25:14 archlinux systemd[1]: Stopped target Socket Units.
May 16 17:25:14 archlinux systemd[1]: Stopped target System Initialization.
May 16 17:25:14 archlinux systemd[1]: Stopped target Local File Systems.
May 16 17:25:14 archlinux systemd[1]: Stopped target Swaps.
May 16 17:25:14 archlinux systemd[1]: Stopped target Timer Units.
May 16 17:25:14 archlinux systemd[1]: systemd-modules-load.service: Deactivated successfully.
May 16 17:25:14 archlinux systemd[1]: Stopped Load Kernel Modules.
May 16 17:25:14 archlinux systemd[1]: systemd-udev-trigger.service: Deactivated successfully.
May 16 17:25:14 archlinux systemd[1]: Stopped Coldplug All udev Devices.
May 16 17:25:14 archlinux systemd[1]: Stopping Rule-based Manager for Device Events and Files...
May 16 17:25:14 archlinux systemd[1]: systemd-udevd.service: Deactivated successfully.
May 16 17:25:14 archlinux systemd[1]: Stopped Rule-based Manager for Device Events and Files.
May 16 17:25:14 archlinux systemd[1]: initrd-cleanup.service: Deactivated successfully.
May 16 17:25:14 archlinux systemd[1]: Finished Cleaning Up and Shutting Down Daemons.
May 16 17:25:14 archlinux systemd[1]: systemd-udevd-control.socket: Deactivated successfully.
May 16 17:25:14 archlinux systemd[1]: Closed udev Control Socket.
May 16 17:25:14 archlinux systemd[1]: systemd-udevd-kernel.socket: Deactivated successfully.
May 16 17:25:14 archlinux systemd[1]: Closed udev Kernel Socket.
May 16 17:25:14 archlinux systemd[1]: Starting Cleanup udev Database...
May 16 17:25:14 archlinux systemd[1]: systemd-tmpfiles-setup-dev.service: Deactivated successfully.
May 16 17:25:14 archlinux systemd[1]: Stopped Create Static Device Nodes in /dev.
May 16 17:25:14 archlinux systemd[1]: kmod-static-nodes.service: Deactivated successfully.
May 16 17:25:14 archlinux systemd[1]: Stopped Create List of Static Device Nodes.
May 16 17:25:14 archlinux systemd[1]: initrd-udevadm-cleanup-db.service: Deactivated successfully.
May 16 17:25:14 archlinux systemd[1]: Finished Cleanup udev Database.
May 16 17:25:14 archlinux systemd[1]: Reached target Switch Root.
May 16 17:25:14 archlinux systemd[1]: Starting Switch Root...
May 16 17:25:14 archlinux kernel: memfd_create() without MFD_EXEC nor MFD_NOEXEC_SEAL, pid=1 'systemd'
May 16 17:25:14 archlinux systemd[1]: Switching root.
May 16 17:25:14 archlinux systemd-journald[102]: Journal stopped
May 16 17:25:15 archlinux systemd-journald[102]: Received SIGTERM from PID 1 (systemd).
May 16 17:25:15 archlinux systemd[1]: systemd 253.4-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)
May 16 17:25:15 archlinux systemd[1]: Detected architecture x86-64.
May 16 17:25:15 archlinux kernel: usb 1-4: new high-speed USB device number 2 using xhci_hcd
May 16 17:25:15 archlinux kernel: tsc: Refined TSC clocksource calibration: 2592.000 MHz
May 16 17:25:15 archlinux kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x255cb6cc5db, max_idle_ns: 440795203504 ns
May 16 17:25:15 archlinux kernel: clocksource: Switched to clocksource tsc
May 16 17:25:15 archlinux systemd[1]: bpf-lsm: LSM BPF program attached
May 16 17:25:15 archlinux kernel: usb 1-4: New USB device found, idVendor=058f, idProduct=5608, bcdDevice= 0.05
May 16 17:25:15 archlinux kernel: usb 1-4: New USB device strings: Mfr=3, Product=1, SerialNumber=0
May 16 17:25:15 archlinux kernel: usb 1-4: Product: USB 2.0 Camera
May 16 17:25:15 archlinux kernel: usb 1-4: Manufacturer: Alcor Micro, Corp.
May 16 17:25:15 archlinux systemd-fstab-generator[188]: Mount point  is not a valid path, ignoring.
May 16 17:25:15 archlinux systemd-fstab-generator[188]: Mount point  is not a valid path, ignoring.
May 16 17:25:15 archlinux systemd-fstab-generator[188]: Mount point  is not a valid path, ignoring.
May 16 17:25:15 archlinux kernel: zram: Added device: zram0
May 16 17:25:15 archlinux kernel: usb 1-5: new high-speed USB device number 3 using xhci_hcd
May 16 17:25:15 archlinux systemd[1]: initrd-switch-root.service: Deactivated successfully.
May 16 17:25:15 archlinux systemd[1]: Stopped Switch Root.
May 16 17:25:15 archlinux systemd[1]: systemd-journald.service: Scheduled restart job, restart counter is at 1.
May 16 17:25:15 archlinux systemd[1]: Created slice Slice /system/getty.
May 16 17:25:15 archlinux systemd[1]: Created slice Slice /system/modprobe.
May 16 17:25:15 archlinux systemd[1]: Created slice Slice /system/systemd-fsck.
May 16 17:25:15 archlinux systemd[1]: Created slice Slice /system/systemd-zram-setup.
May 16 17:25:15 archlinux systemd[1]: Created slice User and Session Slice.
May 16 17:25:15 archlinux systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
May 16 17:25:15 archlinux systemd[1]: Started Forward Password Requests to Wall Directory Watch.
May 16 17:25:15 archlinux systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
May 16 17:25:15 archlinux systemd[1]: Reached target Local Encrypted Volumes.
May 16 17:25:15 archlinux systemd[1]: Reached target Login Prompts.
May 16 17:25:15 archlinux systemd[1]: Stopped target Switch Root.
May 16 17:25:15 archlinux systemd[1]: Stopped target Initrd File Systems.
May 16 17:25:15 archlinux systemd[1]: Stopped target Initrd Root File System.
May 16 17:25:15 archlinux systemd[1]: Reached target Local Integrity Protected Volumes.
May 16 17:25:15 archlinux systemd[1]: Reached target Path Units.
May 16 17:25:15 archlinux systemd[1]: Reached target Remote File Systems.
May 16 17:25:15 archlinux systemd[1]: Reached target Slice Units.
May 16 17:25:15 archlinux systemd[1]: Reached target Local Verity Protected Volumes.
May 16 17:25:15 archlinux systemd[1]: Listening on Device-mapper event daemon FIFOs.
May 16 17:25:15 archlinux systemd[1]: Listening on LVM2 poll daemon socket.
May 16 17:25:15 archlinux systemd[1]: Listening on Process Core Dump Socket.
May 16 17:25:15 archlinux systemd[1]: Listening on udev Control Socket.
May 16 17:25:15 archlinux systemd[1]: Listening on udev Kernel Socket.
May 16 17:25:15 archlinux systemd[1]: Mounting Huge Pages File System...
May 16 17:25:15 archlinux systemd[1]: Mounting POSIX Message Queue File System...
May 16 17:25:15 archlinux systemd[1]: Mounting Kernel Debug File System...
May 16 17:25:15 archlinux systemd[1]: Mounting Kernel Trace File System...
May 16 17:25:15 archlinux systemd[1]: Starting Create List of Static Device Nodes...
May 16 17:25:15 archlinux systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
May 16 17:25:15 archlinux systemd[1]: Starting Load Kernel Module configfs...
May 16 17:25:15 archlinux systemd[1]: Starting Load Kernel Module dm_mod...
May 16 17:25:15 archlinux systemd[1]: Starting Load Kernel Module drm...
May 16 17:25:15 archlinux systemd[1]: Starting Load Kernel Module fuse...
May 16 17:25:15 archlinux systemd[1]: Starting Load Kernel Module loop...
May 16 17:25:15 archlinux systemd[1]: systemd-fsck-root.service: Deactivated successfully.
May 16 17:25:15 archlinux kernel: loop: module loaded
May 16 17:25:15 archlinux systemd[1]: Stopped File System Check on Root Device.
May 16 17:25:15 archlinux systemd[1]: Stopped Journal Service.
May 16 17:25:15 archlinux kernel: device-mapper: uevent: version 1.0.3
May 16 17:25:15 archlinux kernel: device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com
May 16 17:25:15 archlinux kernel: usb 1-5: New USB device found, idVendor=0bda, idProduct=0129, bcdDevice=39.60
May 16 17:25:15 archlinux kernel: usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
May 16 17:25:15 archlinux kernel: usb 1-5: Product: USB2.0-CRW
May 16 17:25:15 archlinux kernel: usb 1-5: Manufacturer: Generic
May 16 17:25:15 archlinux kernel: usb 1-5: SerialNumber: 20100201396000000
May 16 17:25:15 archlinux kernel: fuse: init (API version 7.38)
May 16 17:25:15 archlinux systemd[1]: Starting Journal Service...
May 16 17:25:15 archlinux systemd[1]: Starting Load Kernel Modules...
May 16 17:25:15 archlinux systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
May 16 17:25:15 archlinux systemd[1]: Starting Remount Root and Kernel File Systems...
May 16 17:25:15 archlinux systemd[1]: Starting Coldplug All udev Devices...
May 16 17:25:15 archlinux systemd[1]: Mounted Huge Pages File System.
May 16 17:25:15 archlinux systemd[1]: Mounted POSIX Message Queue File System.
May 16 17:25:15 archlinux systemd[1]: Mounted Kernel Debug File System.
May 16 17:25:15 archlinux systemd[1]: Mounted Kernel Trace File System.
May 16 17:25:15 archlinux systemd-journald[210]: Collecting audit messages is disabled.
May 16 17:25:15 archlinux kernel: Asymmetric key parser 'pkcs8' registered
May 16 17:25:15 archlinux systemd-journald[210]: Journal started
May 16 17:25:15 archlinux systemd-journald[210]: Runtime Journal (/run/log/journal/7603fa87ec654e2384103861fb5f9f4f) is 8.0M, max 155.6M, 147.6M free.
May 16 17:25:14 archlinux systemd[1]: Queued start job for default target Graphical Interface.
May 16 17:25:14 archlinux systemd[1]: systemd-journald.service: Deactivated successfully.
May 16 17:25:15 archlinux systemd-modules-load[211]: Inserted module 'crypto_user'
May 16 17:25:15 archlinux systemd-modules-load[211]: Inserted module 'pkcs8_key_parser'
May 16 17:25:15 archlinux systemd[1]: modprobe@configfs.service: Deactivated successfully.
May 16 17:25:15 archlinux systemd[1]: Finished Create List of Static Device Nodes.
May 16 17:25:15 archlinux systemd[1]: Started Journal Service.
May 16 17:25:15 archlinux kernel: BTRFS info (device sda2: state M): use zstd compression, level 3
May 16 17:25:15 archlinux systemd[1]: Finished Load Kernel Module configfs.
May 16 17:25:15 archlinux systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
May 16 17:25:15 archlinux systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
May 16 17:25:15 archlinux systemd[1]: Finished Load Kernel Module dm_mod.
May 16 17:25:15 archlinux systemd[1]: modprobe@drm.service: Deactivated successfully.
May 16 17:25:15 archlinux systemd[1]: Finished Load Kernel Module drm.
May 16 17:25:15 archlinux systemd[1]: modprobe@fuse.service: Deactivated successfully.
May 16 17:25:15 archlinux kernel: usb 1-10: new high-speed USB device number 4 using xhci_hcd
May 16 17:25:15 archlinux systemd[1]: Finished Load Kernel Module fuse.
May 16 17:25:15 archlinux systemd[1]: modprobe@loop.service: Deactivated successfully.
May 16 17:25:15 archlinux systemd[1]: Finished Load Kernel Module loop.
May 16 17:25:15 archlinux systemd[1]: Finished Load Kernel Modules.
May 16 17:25:15 archlinux systemd[1]: Finished Remount Root and Kernel File Systems.
May 16 17:25:15 archlinux systemd[1]: Finished Coldplug All udev Devices.
May 16 17:25:15 archlinux kernel: usb 1-10: New USB device found, idVendor=0bda, idProduct=d723, bcdDevice= 2.00
May 16 17:25:15 archlinux kernel: usb 1-10: New USB device strings: Mfr=1, Product=2, SerialNumber=3
May 16 17:25:15 archlinux kernel: usb 1-10: Product: 802.11n WLAN Adapter
May 16 17:25:15 archlinux kernel: usb 1-10: Manufacturer: Realtek
May 16 17:25:15 archlinux kernel: usb 1-10: SerialNumber: 00e04c000001
May 16 17:25:15 archlinux systemd[1]: Mounting FUSE Control File System...
May 16 17:25:15 archlinux systemd[1]: Mounting Kernel Configuration File System...
May 16 17:25:15 archlinux systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
May 16 17:25:15 archlinux systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
May 16 17:25:15 archlinux systemd[1]: Starting Flush Journal to Persistent Storage...
May 16 17:25:15 archlinux systemd[1]: Starting Load/Save OS Random Seed...
May 16 17:25:15 archlinux systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
May 16 17:25:15 archlinux systemd[1]: Starting Apply Kernel Variables...
May 16 17:25:15 archlinux systemd[1]: Starting Create System Users...
May 16 17:25:15 archlinux systemd-journald[210]: Time spent on flushing to /var/log/journal/7603fa87ec654e2384103861fb5f9f4f is 63.992ms for 886 entries.
May 16 17:25:15 archlinux systemd-journald[210]: System Journal (/var/log/journal/7603fa87ec654e2384103861fb5f9f4f) is 137.8M, max 1.9G, 1.8G free.
May 16 17:25:15 archlinux systemd-journald[210]: Received client request to flush runtime journal.
May 16 17:25:15 archlinux systemd-journald[210]: /var/log/journal/7603fa87ec654e2384103861fb5f9f4f/system.journal: Monotonic clock jumped backwards relative to last journal entry, rotating.
May 16 17:25:15 archlinux systemd-journald[210]: Rotating system journal.
May 16 17:25:15 archlinux systemd[1]: Mounted FUSE Control File System.
May 16 17:25:15 archlinux systemd[1]: Mounted Kernel Configuration File System.
May 16 17:25:15 archlinux systemd[1]: Finished Apply Kernel Variables.
May 16 17:25:15 archlinux systemd[1]: Finished Load/Save OS Random Seed.
May 16 17:25:15 archlinux systemd[1]: Finished Create System Users.
May 16 17:25:15 archlinux systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
May 16 17:25:15 archlinux systemd[1]: Starting Create Static Device Nodes in /dev...
May 16 17:25:15 archlinux systemd[1]: Finished Flush Journal to Persistent Storage.
May 16 17:25:15 archlinux systemd[1]: Finished Create Static Device Nodes in /dev.
May 16 17:25:15 archlinux systemd[1]: Reached target Preparation for Local File Systems.
May 16 17:25:15 archlinux systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
May 16 17:25:15 archlinux systemd[1]: Starting Rule-based Manager for Device Events and Files...
May 16 17:25:15 archlinux systemd-udevd[232]: Using default interface naming scheme 'v253'.
May 16 17:25:15 archlinux systemd[1]: Started Rule-based Manager for Device Events and Files.
May 16 17:25:15 archlinux mtp-probe[259]: checking bus 1, device 3: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5"
May 16 17:25:15 archlinux systemd[1]: Starting Load Kernel Module configfs...
May 16 17:25:15 archlinux systemd[1]: Found device /dev/zram0.
May 16 17:25:15 archlinux systemd[1]: modprobe@configfs.service: Deactivated successfully.
May 16 17:25:15 archlinux mtp-probe[259]: bus: 1, device: 3 was not an MTP device
May 16 17:25:15 archlinux systemd[1]: Finished Load Kernel Module configfs.
May 16 17:25:15 archlinux systemd[1]: Condition check resulted in C500 primary being skipped.
May 16 17:25:15 archlinux systemd[1]: Condition check resulted in C500 primary being skipped.
May 16 17:25:15 archlinux systemd[1]: Created slice Slice /system/udisks2-zram-setup.
May 16 17:25:15 archlinux systemd[1]: Mounting /home...
May 16 17:25:15 archlinux systemd[1]: Starting Load Kernel Module dm_mod...
May 16 17:25:15 archlinux systemd[1]: Starting Load Kernel Module loop...
May 16 17:25:15 archlinux systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
May 16 17:25:15 archlinux systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
May 16 17:25:15 archlinux systemd[1]: Starting File System Check on /dev/disk/by-uuid/2397-A437...
May 16 17:25:15 archlinux systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
May 16 17:25:15 archlinux systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
May 16 17:25:15 archlinux kernel: BTRFS info (device sda3): using crc32c (crc32c-intel) checksum algorithm
May 16 17:25:15 archlinux kernel: BTRFS info (device sda3): use zstd compression, level 3
May 16 17:25:15 archlinux kernel: BTRFS info (device sda3): enabling ssd optimizations
May 16 17:25:15 archlinux kernel: BTRFS info (device sda3): turning on async discard
May 16 17:25:15 archlinux kernel: BTRFS info (device sda3): using free space tree
May 16 17:25:15 archlinux systemd[1]: Starting Create swap on /dev/zram0...
May 16 17:25:15 archlinux kernel: zram0: detected capacity change from 0 to 7968768
May 16 17:25:15 archlinux systemd[1]: modprobe@loop.service: Deactivated successfully.
May 16 17:25:15 archlinux kernel: usbcore: registered new interface driver rtsx_usb
May 16 17:25:15 archlinux zram-generator[289]: Setting up swapspace version 1, size = 3.8 GiB (4080005120 bytes)
May 16 17:25:15 archlinux zram-generator[289]: LABEL=zram0, UUID=2fe05ef4-4cd5-4e53-8375-321a24ef3e12
May 16 17:25:15 archlinux systemd-makefs[280]: /dev/zram0 successfully formatted as swap (label "zram0", uuid 2fe05ef4-4cd5-4e53-8375-321a24ef3e12)
May 16 17:25:15 archlinux systemd[1]: Finished Load Kernel Module loop.
May 16 17:25:15 archlinux systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
May 16 17:25:15 archlinux systemd-fsck[297]: fsck.fat 4.2 (2021-01-31)
May 16 17:25:15 archlinux systemd-fsck[297]: /dev/sda1: 17 files, 17144/130551 clusters
May 16 17:25:15 archlinux systemd[1]: Finished Load Kernel Module dm_mod.
May 16 17:25:15 archlinux systemd[1]: Mounted /home.
May 16 17:25:15 archlinux systemd[1]: Finished File System Check on /dev/disk/by-uuid/2397-A437.
May 16 17:25:15 archlinux mtp-probe[298]: checking bus 1, device 3: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5"
May 16 17:25:15 archlinux mtp-probe[298]: bus: 1, device: 3 was not an MTP device
May 16 17:25:15 archlinux systemd[1]: Finished Create swap on /dev/zram0.
May 16 17:25:15 archlinux kernel: input: Intel HID events as /devices/platform/INT33D5:00/input/input5
May 16 17:25:15 archlinux kernel: intel-hid INT33D5:00: platform supports 5 button array
May 16 17:25:15 archlinux kernel: input: Intel HID 5 button array as /devices/platform/INT33D5:00/input/input6
May 16 17:25:15 archlinux systemd[1]: Activating swap Compressed Swap on /dev/zram0...
May 16 17:25:15 archlinux systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
May 16 17:25:15 archlinux kernel: Adding 3984380k swap on /dev/zram0.  Priority:100 extents:1 across:3984380k SSDscFS
May 16 17:25:15 archlinux systemd[1]: Activated swap Compressed Swap on /dev/zram0.
May 16 17:25:15 archlinux systemd[1]: Reached target Swaps.
May 16 17:25:15 archlinux mtp-probe[301]: checking bus 1, device 2: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4"
May 16 17:25:15 archlinux mtp-probe[301]: bus: 1, device: 2 was not an MTP device
May 16 17:25:15 archlinux kernel: Consider using thermal netlink events interface
May 16 17:25:15 archlinux mtp-probe[302]: checking bus 1, device 3: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-5"
May 16 17:25:15 archlinux kernel: intel_pch_thermal 0000:00:12.0: enabling device (0000 -> 0002)
May 16 17:25:15 archlinux mtp-probe[302]: bus: 1, device: 3 was not an MTP device
May 16 17:25:15 archlinux kernel: intel-lpss 0000:00:15.0: enabling device (0004 -> 0006)
May 16 17:25:15 archlinux kernel: idma64 idma64.0: Found Intel integrated DMA 64-bit
May 16 17:25:15 archlinux kernel: mc: Linux media interface: v0.10
May 16 17:25:16 archlinux kernel: intel-lpss 0000:00:15.1: enabling device (0004 -> 0006)
May 16 17:25:16 archlinux kernel: idma64 idma64.1: Found Intel integrated DMA 64-bit
May 16 17:25:16 archlinux mtp-probe[309]: checking bus 1, device 4: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10"
May 16 17:25:16 archlinux kernel: input: PC Speaker as /devices/platform/pcspkr/input/input7
May 16 17:25:16 archlinux kernel: i801_smbus 0000:00:1f.4: SPD Write Disable is set
May 16 17:25:16 archlinux kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
May 16 17:25:16 archlinux kernel: i2c i2c-2: 1/2 memory slots populated (from DMI)
May 16 17:25:16 archlinux mtp-probe[309]: bus: 1, device: 4 was not an MTP device
May 16 17:25:16 archlinux systemd[1]: Mounting /boot...
May 16 17:25:16 archlinux systemd[1]: Mounting Temporary Directory /tmp...
May 16 17:25:16 archlinux systemd[1]: Mounted Temporary Directory /tmp.
May 16 17:25:16 archlinux kernel: intel-lpss 0000:00:15.2: enabling device (0004 -> 0006)
May 16 17:25:16 archlinux kernel: idma64 idma64.2: Found Intel integrated DMA 64-bit
May 16 17:25:16 archlinux kernel: intel-lpss 0000:00:19.0: enabling device (0004 -> 0006)
May 16 17:25:16 archlinux kernel: intel-lpss 0000:00:1e.0: enabling device (0000 -> 0002)
May 16 17:25:16 archlinux kernel: idma64 idma64.4: Found Intel integrated DMA 64-bit
May 16 17:25:16 archlinux kernel: intel-lpss 0000:00:1e.3: enabling device (0000 -> 0002)
May 16 17:25:16 archlinux kernel: idma64 idma64.5: Found Intel integrated DMA 64-bit
May 16 17:25:16 archlinux kernel: input: SYNA3602:00 093A:0255 Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-SYNA3602:00/0018:093A:0255.0001/input/input8
May 16 17:25:16 archlinux kernel: input: SYNA3602:00 093A:0255 Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-SYNA3602:00/0018:093A:0255.0001/input/input9
May 16 17:25:16 archlinux kernel: hid-generic 0018:093A:0255.0001: input,hidraw0: I2C HID v1.00 Mouse [SYNA3602:00 093A:0255] on i2c-SYNA3602:00
May 16 17:25:16 archlinux systemd[1]: Mounted /boot.
May 16 17:25:16 archlinux systemd[1]: Reached target Local File Systems.
May 16 17:25:16 archlinux systemd[1]: Starting Rebuild Dynamic Linker Cache...
May 16 17:25:16 archlinux systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
May 16 17:25:16 archlinux systemd[1]: Starting Update Boot Loader Random Seed...
May 16 17:25:16 archlinux systemd[1]: Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
May 16 17:25:16 archlinux systemd[1]: Starting Create Volatile Files and Directories...
May 16 17:25:16 archlinux kernel: videodev: Linux video capture interface: v2.00
May 16 17:25:16 archlinux kernel: spi-nor spi0.0: w25q128 (16384 Kbytes)
May 16 17:25:16 archlinux bootctl[321]: Random seed file /boot/loader/random-seed successfully refreshed (32 bytes).
May 16 17:25:16 archlinux kernel: mei_me 0000:00:16.0: enabling device (0000 -> 0002)
May 16 17:25:16 archlinux kernel: RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
May 16 17:25:16 archlinux kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
May 16 17:25:16 archlinux kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
May 16 17:25:16 archlinux kernel: RAPL PMU: hw unit of domain dram 2^-14 Joules
May 16 17:25:16 archlinux kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
May 16 17:25:16 archlinux kernel: RAPL PMU: hw unit of domain psys 2^-14 Joules
May 16 17:25:16 archlinux kernel: intel_rapl_common: Found RAPL domain package
May 16 17:25:16 archlinux kernel: intel_rapl_common: Found RAPL domain core
May 16 17:25:16 archlinux kernel: intel_rapl_common: Found RAPL domain uncore
May 16 17:25:16 archlinux kernel: intel_rapl_common: Found RAPL domain dram
May 16 17:25:16 archlinux kernel: intel_rapl_common: Found RAPL domain psys
May 16 17:25:16 archlinux kernel: Creating 1 MTD partitions on "0000:00:1f.5":
May 16 17:25:16 archlinux kernel: 0x000000000000-0x000001000000 : "BIOS"
May 16 17:25:16 archlinux kernel: proc_thermal 0000:00:04.0: enabling device (0000 -> 0002)
May 16 17:25:16 archlinux kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
May 16 17:25:16 archlinux kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
May 16 17:25:16 archlinux systemd[1]: Finished Update Boot Loader Random Seed.
May 16 17:25:16 archlinux systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
May 16 17:25:16 archlinux kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
May 16 17:25:16 archlinux kernel: cfg80211: failed to load regulatory.db
May 16 17:25:16 archlinux kernel: iTCO_vendor_support: vendor-support=0
May 16 17:25:16 archlinux kernel: cryptd: max_cpu_qlen set to 1000
May 16 17:25:16 archlinux kernel: intel_rapl_common: Found RAPL domain package
May 16 17:25:16 archlinux kernel: intel_rapl_common: Found RAPL domain dram
May 16 17:25:16 archlinux kernel: dw-apb-uart.4: ttyS4 at MMIO 0x9f804000 (irq = 20, base_baud = 7500000) is a 16550A
May 16 17:25:16 archlinux kernel: r8169 0000:01:00.0: enabling device (0000 -> 0003)
May 16 17:25:16 archlinux kernel: r8169 0000:01:00.0 eth0: RTL8168h/8111h, 50:a1:32:14:5e:20, XID 541, IRQ 128
May 16 17:25:16 archlinux kernel: r8169 0000:01:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
May 16 17:25:16 archlinux systemd[1]: Finished Create Volatile Files and Directories.
May 16 17:25:16 archlinux systemd[1]: Starting Rebuild Journal Catalog...
May 16 17:25:16 archlinux kernel: Bluetooth: Core ver 2.22
May 16 17:25:16 archlinux kernel: NET: Registered PF_BLUETOOTH protocol family
May 16 17:25:16 archlinux kernel: Bluetooth: HCI device and connection manager initialized
May 16 17:25:16 archlinux kernel: Bluetooth: HCI socket layer initialized
May 16 17:25:16 archlinux kernel: Bluetooth: L2CAP socket layer initialized
May 16 17:25:16 archlinux kernel: Bluetooth: SCO socket layer initialized
May 16 17:25:16 archlinux systemd[1]: Starting Network Time Synchronization...
May 16 17:25:16 archlinux systemd[1]: Starting Record System Boot/Shutdown in UTMP...
May 16 17:25:16 archlinux kernel: iTCO_wdt iTCO_wdt: unable to reset NO_REBOOT flag, device disabled by hardware/BIOS
May 16 17:25:16 archlinux systemd[1]: Finished Rebuild Dynamic Linker Cache.
May 16 17:25:16 archlinux kernel: r8169 0000:01:00.0 enp1s0: renamed from eth0
May 16 17:25:16 archlinux systemd[1]: Finished Rebuild Journal Catalog.
May 16 17:25:16 archlinux kernel: AVX2 version of gcm_enc/dec engaged.
May 16 17:25:16 archlinux kernel: AES CTR mode by8 optimization enabled
May 16 17:25:16 archlinux systemd[1]: Starting Update is Completed...
May 16 17:25:16 archlinux systemd[1]: Finished Record System Boot/Shutdown in UTMP.
May 16 17:25:16 archlinux systemd[1]: Finished Update is Completed.
May 16 17:25:16 archlinux kernel: Console: switching to colour dummy device 80x25
May 16 17:25:16 archlinux kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
May 16 17:25:16 archlinux kernel: i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
May 16 17:25:16 archlinux kernel: mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915])
May 16 17:25:16 archlinux kernel: i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
May 16 17:25:16 archlinux systemd[1]: Started Network Time Synchronization.
May 16 17:25:16 archlinux systemd[1]: Reached target System Initialization.
May 16 17:25:16 archlinux systemd[1]: Started Daily Cleanup of Temporary Directories.
May 16 17:25:16 archlinux systemd[1]: Reached target System Time Set.
May 16 17:25:16 archlinux systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
May 16 17:25:16 archlinux systemd[1]: Started Discard unused blocks once a week.
May 16 17:25:16 archlinux systemd[1]: Started Daily verification of password and group files.
May 16 17:25:16 archlinux systemd[1]: Reached target Timer Units.
May 16 17:25:16 archlinux systemd[1]: Listening on D-Bus System Message Bus Socket.
May 16 17:25:16 archlinux systemd[1]: Reached target Socket Units.
May 16 17:25:16 archlinux systemd[1]: TPM2 PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
May 16 17:25:16 archlinux systemd[1]: Reached target Basic System.
May 16 17:25:16 archlinux systemd[1]: Starting D-Bus System Message Bus...
May 16 17:25:16 archlinux kernel: snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
May 16 17:25:16 archlinux kernel: usb 1-4: Found UVC 1.00 device USB 2.0 Camera (058f:5608)
May 16 17:25:16 archlinux kernel: input: SYNA3602:00 093A:0255 Mouse as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-SYNA3602:00/0018:093A:0255.0001/input/input10
May 16 17:25:16 archlinux kernel: input: SYNA3602:00 093A:0255 Touchpad as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-SYNA3602:00/0018:093A:0255.0001/input/input11
May 16 17:25:16 archlinux kernel: hid-multitouch 0018:093A:0255.0001: input,hidraw0: I2C HID v1.00 Mouse [SYNA3602:00 093A:0255] on i2c-SYNA3602:00
May 16 17:25:16 archlinux dbus-daemon[345]: dbus[345]: Unknown group "netdev" in message bus configuration file
May 16 17:25:16 archlinux dbus-daemon[345]: dbus[345]: Unknown group "netdev" in message bus configuration file
May 16 17:25:16 archlinux systemd[1]: Starting User Login Management...
May 16 17:25:16 archlinux systemd[1]: TPM2 PCR Barrier (User) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
May 16 17:25:16 archlinux systemd[1]: Starting UDisks2 managed ZRAM device zram0 setup...
May 16 17:25:16 archlinux kernel: usbcore: registered new interface driver btusb
May 16 17:25:16 archlinux systemd[1]: Started D-Bus System Message Bus.
May 16 17:25:16 archlinux systemd[1]: Starting Network Manager...
May 16 17:25:16 archlinux systemd[1]: Starting Load/Save RF Kill Switch Status...
May 16 17:25:16 archlinux kernel: mousedev: PS/2 mouse device common for all mice
May 16 17:25:16 archlinux kernel: [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
May 16 17:25:16 archlinux kernel: ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
May 16 17:25:16 archlinux kernel: usbcore: registered new interface driver uvcvideo
May 16 17:25:16 archlinux kernel: Bluetooth: hci0: RTL: examining hci_ver=08 hci_rev=000d lmp_ver=08 lmp_subver=8723
May 16 17:25:16 archlinux systemd[1]: udisks2-zram-setup@zram0.service: Deactivated successfully.
May 16 17:25:16 archlinux kernel: Bluetooth: hci0: RTL: rom_version status=0 version=2
May 16 17:25:16 archlinux kernel: Bluetooth: hci0: RTL: loading rtl_bt/rtl8723d_fw.bin
May 16 17:25:16 archlinux kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input12
May 16 17:25:17 archlinux kernel: Bluetooth: hci0: RTL: loading rtl_bt/rtl8723d_config.bin
May 16 17:25:17 archlinux kernel: Bluetooth: hci0: RTL: cfg_sz 10, total sz 33266
May 16 17:25:17 archlinux systemd[1]: Finished UDisks2 managed ZRAM device zram0 setup.
May 16 17:25:17 archlinux systemd-logind[347]: Watching system buttons on /dev/input/event3 (Power Button)
May 16 17:25:17 archlinux systemd-logind[347]: Watching system buttons on /dev/input/event0 (Lid Switch)
May 16 17:25:17 archlinux systemd-logind[347]: Watching system buttons on /dev/input/event2 (Power Button)
May 16 17:25:17 archlinux systemd-logind[347]: Watching system buttons on /dev/input/event1 (Sleep Button)
May 16 17:25:17 archlinux systemd-logind[347]: Watching system buttons on /dev/input/event5 (Intel HID events)
May 16 17:25:17 archlinux systemd-logind[347]: Watching system buttons on /dev/input/event6 (Intel HID 5 button array)
May 16 17:25:17 archlinux systemd-logind[347]: Watching system buttons on /dev/input/event4 (AT Translated Set 2 keyboard)
May 16 17:25:17 archlinux systemd-logind[347]: New seat seat0.
May 16 17:25:17 archlinux systemd[1]: Started User Login Management.
May 16 17:25:17 archlinux NetworkManager[352]: <info>  [1684247117.0686] NetworkManager (version 1.42.6-1) is starting... (boot:d3a7488f-2531-4bdf-9fc4-deabc28a2332)
May 16 17:25:17 archlinux NetworkManager[352]: <info>  [1684247117.0686] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
May 16 17:25:17 archlinux systemd[1]: Started Network Manager.
May 16 17:25:17 archlinux NetworkManager[352]: <info>  [1684247117.0701] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
May 16 17:25:17 archlinux systemd[1]: Reached target Network.
May 16 17:25:17 archlinux NetworkManager[352]: <info>  [1684247117.1317] manager[0x559f48e21440]: monitoring kernel firmware directory '/lib/firmware'.
May 16 17:25:17 archlinux dbus-daemon[345]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.3' (uid=0 pid=352 comm="/usr/bin/NetworkManager --no-daemon")
May 16 17:25:17 archlinux systemd[1]: Starting Permit User Sessions...
May 16 17:25:17 archlinux systemd[1]: Starting Hostname Service...
May 16 17:25:17 archlinux systemd[1]: Finished Permit User Sessions.
May 16 17:25:17 archlinux systemd[1]: Reached target Multi-User System.
May 16 17:25:17 archlinux systemd[1]: Started Simple Desktop Display Manager.
May 16 17:25:17 archlinux systemd[1]: Reached target Graphical Interface.
May 16 17:25:17 archlinux dbus-daemon[345]: [system] Successfully activated service 'org.freedesktop.hostname1'
May 16 17:25:17 archlinux systemd[1]: Started Hostname Service.
May 16 17:25:17 archlinux NetworkManager[352]: <info>  [1684247117.1980] hostname: hostname: using hostnamed
May 16 17:25:17 archlinux NetworkManager[352]: <info>  [1684247117.1980] hostname: static hostname changed from (none) to "archlinux"
May 16 17:25:17 archlinux NetworkManager[352]: <info>  [1684247117.1983] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink
May 16 17:25:17 archlinux NetworkManager[352]: <info>  [1684247117.1988] manager[0x559f48e21440]: rfkill: Wi-Fi hardware radio set enabled
May 16 17:25:17 archlinux NetworkManager[352]: <info>  [1684247117.1989] manager[0x559f48e21440]: rfkill: WWAN hardware radio set enabled
May 16 17:25:17 archlinux NetworkManager[352]: <info>  [1684247117.2045] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.42.6-1/libnm-device-plugin-adsl.so)
May 16 17:25:17 archlinux NetworkManager[352]: <info>  [1684247117.2164] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.42.6-1/libnm-device-plugin-bluetooth.so)
May 16 17:25:17 archlinux NetworkManager[352]: <info>  [1684247117.2224] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.42.6-1/libnm-device-plugin-ovs.so)
May 16 17:25:17 archlinux NetworkManager[352]: <info>  [1684247117.2424] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.42.6-1/libnm-device-plugin-team.so)
May 16 17:25:17 archlinux NetworkManager[352]: <info>  [1684247117.2458] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.42.6-1/libnm-device-plugin-wifi.so)
May 16 17:25:17 archlinux NetworkManager[352]: <info>  [1684247117.2462] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.42.6-1/libnm-device-plugin-wwan.so)
May 16 17:25:17 archlinux NetworkManager[352]: <info>  [1684247117.2464] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
May 16 17:25:17 archlinux NetworkManager[352]: <info>  [1684247117.2464] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
May 16 17:25:17 archlinux NetworkManager[352]: <info>  [1684247117.2465] manager: Networking is enabled by state file
May 16 17:25:17 archlinux dbus-daemon[345]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.3' (uid=0 pid=352 comm="/usr/bin/NetworkManager --no-daemon")
May 16 17:25:17 archlinux NetworkManager[352]: <info>  [1684247117.2469] settings: Loaded settings plugin: keyfile (internal)
May 16 17:25:17 archlinux NetworkManager[352]: <info>  [1684247117.2490] dhcp: init: Using DHCP client 'internal'
May 16 17:25:17 archlinux NetworkManager[352]: <info>  [1684247117.2492] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1)
May 16 17:25:17 archlinux NetworkManager[352]: <info>  [1684247117.2502] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external')
May 16 17:25:17 archlinux NetworkManager[352]: <info>  [1684247117.2505] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external')
May 16 17:25:17 archlinux NetworkManager[352]: <info>  [1684247117.2510] device (lo): Activation: starting connection 'lo' (8a35aede-557d-4407-86a0-701b905362bb)
May 16 17:25:17 archlinux NetworkManager[352]: <info>  [1684247117.2515] manager: (enp1s0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
May 16 17:25:17 archlinux NetworkManager[352]: <info>  [1684247117.2522] settings: (enp1s0): created default wired connection 'Wired connection 1'
May 16 17:25:17 archlinux NetworkManager[352]: <info>  [1684247117.2523] device (enp1s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
May 16 17:25:17 archlinux sddm[366]: Initializing...
May 16 17:25:17 archlinux kernel: Bluetooth: hci0: RTL: fw version 0x828a96f1
May 16 17:25:17 archlinux sddm[366]: Starting...
May 16 17:25:17 archlinux sddm[366]: Logind interface found
May 16 17:25:17 archlinux systemd[1]: Starting Network Manager Script Dispatcher Service...
May 16 17:25:17 archlinux dbus-daemon[345]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
May 16 17:25:17 archlinux systemd[1]: Started Network Manager Script Dispatcher Service.
May 16 17:25:17 archlinux kernel: Generic FE-GE Realtek PHY r8169-0-100:00: attached PHY driver (mii_bus:phy_addr=r8169-0-100:00, irq=MAC)
May 16 17:25:17 archlinux kernel: fbcon: i915drmfb (fb0) is primary device
May 16 17:25:17 archlinux kernel: Console: switching to colour frame buffer device 240x67
May 16 17:25:17 archlinux kernel: i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
May 16 17:25:17 archlinux NetworkManager[352]: <info>  [1684247117.4815] ovsdb: disconnected from ovsdb
May 16 17:25:17 archlinux NetworkManager[352]: <info>  [1684247117.4816] device (lo): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external')
May 16 17:25:17 archlinux NetworkManager[352]: <info>  [1684247117.4818] device (lo): state change: prepare -> config (reason 'none', sys-iface-state: 'external')
May 16 17:25:17 archlinux NetworkManager[352]: <info>  [1684247117.4820] device (lo): state change: config -> ip-config (reason 'none', sys-iface-state: 'external')
May 16 17:25:17 archlinux NetworkManager[352]: <info>  [1684247117.4824] device (lo): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external')
May 16 17:25:17 archlinux kernel: r8169 0000:01:00.0 enp1s0: Link is Down
May 16 17:25:17 archlinux NetworkManager[352]: <info>  [1684247117.4833] device (lo): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external')
May 16 17:25:17 archlinux NetworkManager[352]: <info>  [1684247117.4834] device (lo): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external')
May 16 17:25:17 archlinux NetworkManager[352]: <info>  [1684247117.4837] device (lo): Activation: successful, device activated.
May 16 17:25:17 archlinux sddm[366]: Adding new display on vt 1 ...
May 16 17:25:17 archlinux sddm[366]: Loading theme configuration from ""
May 16 17:25:17 archlinux sddm[366]: Display server starting...
May 16 17:25:17 archlinux sddm[366]: Adding cookie to "/var/run/sddm/{bf885581-da2d-475c-ba95-75eea8790a1b}"
May 16 17:25:17 archlinux systemd[1]: Created slice Slice /system/systemd-backlight.
May 16 17:25:17 archlinux sddm[366]: Running: /usr/bin/X -nolisten tcp -background none -seat seat0 vt1 -auth /var/run/sddm/{bf885581-da2d-475c-ba95-75eea8790a1b} -noreset -displayfd 17
May 16 17:25:17 archlinux systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:intel_backlight...
May 16 17:25:17 archlinux kernel: rtw_8723du 1-10:1.2: Firmware version 48.0.0, H2C version 0
May 16 17:25:17 archlinux kernel: intel_tcc_cooling: Programmable TCC Offset detected
May 16 17:25:17 archlinux kernel: snd_soc_skl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
May 16 17:25:17 archlinux kernel: sof-audio-pci-intel-cnl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040100
May 16 17:25:17 archlinux kernel: sof-audio-pci-intel-cnl 0000:00:1f.3: enabling device (0000 -> 0002)
May 16 17:25:17 archlinux kernel: sof-audio-pci-intel-cnl 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if 0x040100
May 16 17:25:17 archlinux NetworkManager[352]: <info>  [1684247117.9421] device (wlan0): driver supports Access Point (AP) mode
May 16 17:25:17 archlinux NetworkManager[352]: <info>  [1684247117.9426] manager: (wlan0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/3)
May 16 17:25:17 archlinux kernel: sof-audio-pci-intel-cnl 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
May 16 17:25:17 archlinux kernel: usbcore: registered new interface driver rtw_8723du
May 16 17:25:17 archlinux mtp-probe[387]: checking bus 1, device 4: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10"
May 16 17:25:17 archlinux mtp-probe[387]: bus: 1, device: 4 was not an MTP device
May 16 17:25:17 archlinux kernel: sof-audio-pci-intel-cnl 0000:00:1f.3: use msi interrupt mode
May 16 17:25:17 archlinux NetworkManager[352]: <info>  [1684247117.9496] rfkill1: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.2/ieee80211/phy0/rfkill1) (driver rtw_8723du)
May 16 17:25:17 archlinux systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:intel_backlight.
May 16 17:25:17 archlinux systemd[1]: Started Load/Save RF Kill Switch Status.
May 16 17:25:17 archlinux systemd[1]: Startup finished in 3.619s (firmware) + 3.671s (loader) + 1.323s (kernel) + 512ms (initrd) + 3.548s (userspace) = 12.674s.
May 16 17:25:17 archlinux systemd[1]: Reached target Bluetooth Support.
May 16 17:25:17 archlinux NetworkManager[352]: <info>  [1684247117.9558] device (wlan0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
May 16 17:25:17 archlinux kernel: sof-audio-pci-intel-cnl 0000:00:1f.3: NHLT_DEVICE_I2S detected, ssp_mask 0x1
May 16 17:25:17 archlinux kernel: sof-audio-pci-intel-cnl 0000:00:1f.3: Overriding topology with MCLK mask 0x1 from NHLT
May 16 17:25:17 archlinux kernel: sof-audio-pci-intel-cnl 0000:00:1f.3: hda codecs found, mask 4
May 16 17:25:17 archlinux kernel: sof-audio-pci-intel-cnl 0000:00:1f.3: Firmware info: version 2:2:0-57864
May 16 17:25:17 archlinux kernel: sof-audio-pci-intel-cnl 0000:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:0
May 16 17:25:17 archlinux kernel: sof-audio-pci-intel-cnl 0000:00:1f.3: unknown sof_ext_man header type 3 size 0x30
May 16 17:25:18 archlinux kernel: sof-audio-pci-intel-cnl 0000:00:1f.3: Firmware info: version 2:2:0-57864
May 16 17:25:18 archlinux kernel: sof-audio-pci-intel-cnl 0000:00:1f.3: Firmware: ABI 3:22:1 Kernel ABI 3:23:0
May 16 17:25:18 archlinux kernel: sof-essx8336 sof-essx8336: Overriding quirk 0x0 => 0x12
May 16 17:25:18 archlinux kernel: sof-essx8336 sof-essx8336: quirk mask 0x12
May 16 17:25:18 archlinux kernel: sof-essx8336 sof-essx8336: quirk SSP2
May 16 17:25:18 archlinux kernel: sof-essx8336 sof-essx8336: Speakers GPIO1 quirk enabled
May 16 17:25:18 archlinux kernel: sof-audio-pci-intel-cnl 0000:00:1f.3: Topology: ABI 3:22:1 Kernel ABI 3:23:0
May 16 17:25:18 archlinux kernel: sof-audio-pci-intel-cnl 0000:00:1f.3: error: can't connect DAI SSP0.OUT stream SSP0-Codec
May 16 17:25:18 archlinux kernel: sof-audio-pci-intel-cnl 0000:00:1f.3: error: failed to add widget id 0 type 27 name : SSP0.OUT stream SSP0-Codec
May 16 17:25:18 archlinux kernel: sof-essx8336 sof-essx8336: ASoC: failed to load widget SSP0.OUT
May 16 17:25:18 archlinux kernel: sof-essx8336 sof-essx8336: ASoC: topology: could not load header: -22
May 16 17:25:18 archlinux kernel: sof-audio-pci-intel-cnl 0000:00:1f.3: error: tplg component load failed -22
May 16 17:25:18 archlinux kernel: sof-audio-pci-intel-cnl 0000:00:1f.3: error: failed to load DSP topology -22
May 16 17:25:18 archlinux kernel: sof-audio-pci-intel-cnl 0000:00:1f.3: ASoC: error at snd_soc_component_probe on 0000:00:1f.3: -22
May 16 17:25:18 archlinux kernel: sof-essx8336 sof-essx8336: ASoC: failed to instantiate card -22
May 16 17:25:18 archlinux kernel: sof-essx8336 sof-essx8336: snd_soc_register_card failed: -22
May 16 17:25:18 archlinux kernel: sof-essx8336: probe of sof-essx8336 failed with error -22
May 16 17:25:18 archlinux NetworkManager[352]: <info>  [1684247118.4772] device (wlan0): set-hw-addr: set MAC address to 92:1E:15:CF:86:E9 (scanning)
May 16 17:25:18 archlinux dbus-daemon[345]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service' requested by ':1.3' (uid=0 pid=352 comm="/usr/bin/NetworkManager --no-daemon")
May 16 17:25:18 archlinux systemd[1]: Starting WPA supplicant...
May 16 17:25:19 archlinux dbus-daemon[345]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
May 16 17:25:19 archlinux wpa_supplicant[398]: Successfully initialized wpa_supplicant
May 16 17:25:19 archlinux systemd[1]: Started WPA supplicant.
May 16 17:25:19 archlinux wpa_supplicant[398]: dbus: fill_dict_with_properties dbus_interface=fi.w1.wpa_supplicant1.Interface.P2PDevice dbus_property=P2PDeviceConfig getter failed
May 16 17:25:19 archlinux NetworkManager[352]: <info>  [1684247119.0283] device (wlan0): supplicant interface state: internal-starting -> disconnected
May 16 17:25:19 archlinux NetworkManager[352]: <info>  [1684247119.0284] device (wlan0): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
May 16 17:25:20 archlinux sddm[366]: Setting default cursor
May 16 17:25:20 archlinux sddm[366]: Running display setup script  "/usr/share/sddm/scripts/Xsetup"
May 16 17:25:20 archlinux sddm[366]: Display server started.
May 16 17:25:20 archlinux sddm[366]: Socket server starting...
May 16 17:25:20 archlinux sddm[366]: Socket server started.
May 16 17:25:20 archlinux sddm[366]: Loading theme configuration from ""
May 16 17:25:20 archlinux sddm[366]: Greeter starting...
May 16 17:25:20 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
May 16 17:25:20 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
May 16 17:25:20 archlinux sddm-helper[408]: [PAM] Starting...
May 16 17:25:20 archlinux sddm-helper[408]: [PAM] Authenticating...
May 16 17:25:20 archlinux sddm-helper[408]: [PAM] returning.
May 16 17:25:20 archlinux sddm-helper[408]: pam_unix(sddm-greeter:session): session opened for user sddm(uid=972) by (uid=0)
May 16 17:25:20 archlinux systemd[1]: Created slice User Slice of UID 972.
May 16 17:25:20 archlinux systemd[1]: Starting User Runtime Directory /run/user/972...
May 16 17:25:20 archlinux systemd-logind[347]: New session c1 of user sddm.
May 16 17:25:20 archlinux systemd[1]: Finished User Runtime Directory /run/user/972.
May 16 17:25:20 archlinux systemd[1]: Starting User Manager for UID 972...
May 16 17:25:20 archlinux dbus-daemon[345]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.11' (uid=0 pid=410 comm="(systemd)")
May 16 17:25:20 archlinux dbus-daemon[345]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
May 16 17:25:20 archlinux (systemd)[410]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
May 16 17:25:20 archlinux (systemd)[410]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[sddm] ruser=[<unknown>] rhost=[<unknown>]
May 16 17:25:20 archlinux (systemd)[410]: pam_unix(systemd-user:session): session opened for user sddm(uid=972) by sddm(uid=0)
May 16 17:25:20 archlinux systemd[410]: Queued start job for default target Main User Target.
May 16 17:25:20 archlinux systemd[410]: Created slice User Application Slice.
May 16 17:25:20 archlinux systemd[410]: Reached target Paths.
May 16 17:25:20 archlinux systemd[410]: Reached target Timers.
May 16 17:25:20 archlinux systemd[410]: Starting D-Bus User Message Bus Socket...
May 16 17:25:20 archlinux systemd[410]: Listening on GnuPG network certificate management daemon.
May 16 17:25:20 archlinux systemd[410]: Listening on GCR ssh-agent wrapper.
May 16 17:25:20 archlinux systemd[410]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
May 16 17:25:20 archlinux systemd[410]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
May 16 17:25:20 archlinux systemd[410]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
May 16 17:25:20 archlinux systemd[410]: Listening on GnuPG cryptographic agent and passphrase cache.
May 16 17:25:20 archlinux systemd[410]: Listening on p11-kit server.
May 16 17:25:20 archlinux systemd[410]: Listening on PipeWire PulseAudio.
May 16 17:25:20 archlinux systemd[410]: Listening on PipeWire Multimedia System Socket.
May 16 17:25:20 archlinux systemd[410]: Listening on D-Bus User Message Bus Socket.
May 16 17:25:20 archlinux systemd[410]: Reached target Sockets.
May 16 17:25:20 archlinux systemd[410]: Reached target Basic System.
May 16 17:25:20 archlinux systemd[1]: Started User Manager for UID 972.
May 16 17:25:20 archlinux systemd[1]: Started Session c1 of User sddm.
May 16 17:25:20 archlinux systemd[410]: Starting Update XDG user dir configuration...
May 16 17:25:20 archlinux systemd[410]: Finished Update XDG user dir configuration.
May 16 17:25:20 archlinux systemd[410]: Reached target Main User Target.
May 16 17:25:20 archlinux systemd[410]: Startup finished in 131ms.
May 16 17:25:20 archlinux sddm[366]: Greeter session started successfully
May 16 17:25:20 archlinux sddm-greeter[418]: High-DPI autoscaling not Enabled
May 16 17:25:20 archlinux sddm-greeter[418]: Reading from "/usr/share/wayland-sessions/plasmawayland.desktop"
May 16 17:25:20 archlinux sddm-greeter[418]: Reading from "/usr/share/xsessions/plasma.desktop"
May 16 17:25:20 archlinux sddm-greeter[418]: Loading theme configuration from "qrc:/theme/theme.conf"
May 16 17:25:20 archlinux systemd[410]: Created slice User Core Session Slice.
May 16 17:25:20 archlinux systemd[410]: Starting D-Bus User Message Bus...
May 16 17:25:20 archlinux systemd[410]: Started D-Bus User Message Bus.
May 16 17:25:20 archlinux sddm-greeter[418]: Connected to the daemon.
May 16 17:25:20 archlinux sddm-greeter[418]: QFont::fromString: Invalid description '(empty)'
May 16 17:25:20 archlinux sddm[366]: Message received from greeter: Connect
May 16 17:25:20 archlinux sddm-greeter[418]: Loading qrc:/theme/Main.qml...
May 16 17:25:20 archlinux sddm-greeter[418]: file:///usr/lib/qt/qml/SddmComponents/LayoutBox.qml:35:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
May 16 17:25:21 archlinux sddm-greeter[418]: qrc:/theme/Main.qml:41:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }
May 16 17:25:21 archlinux sddm-greeter[418]: Adding view for "eDP-1" QRect(0,0 1920x1080)
May 16 17:25:21 archlinux sddm-greeter[418]: Message received from daemon: Capabilities
May 16 17:25:21 archlinux sddm-greeter[418]: Message received from daemon: HostName
May 16 17:25:22 archlinux systemd[1]: systemd-rfkill.service: Deactivated successfully.
May 16 17:25:23 archlinux NetworkManager[352]: <info>  [1684247123.4839] manager: startup complete
May 16 17:25:25 archlinux sddm-greeter[418]: Reading from "/usr/share/wayland-sessions/plasmawayland.desktop"
May 16 17:25:25 archlinux sddm[366]: Message received from greeter: Login
May 16 17:25:25 archlinux sddm[366]: Reading from "/usr/share/wayland-sessions/plasmawayland.desktop"
May 16 17:25:25 archlinux sddm[366]: Reading from "/usr/share/wayland-sessions/plasmawayland.desktop"
May 16 17:25:25 archlinux sddm[366]: Session "/usr/share/wayland-sessions/plasmawayland.desktop" selected, command: "/usr/lib/plasma-dbus-run-session-if-needed /usr/bin/startplasma-wayland"
May 16 17:25:25 archlinux sddm-helper[437]: [PAM] Starting...
May 16 17:25:25 archlinux sddm-helper[437]: [PAM] Authenticating...
May 16 17:25:25 archlinux dbus-daemon[345]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.13' (uid=0 pid=437 comm="/usr/lib/sddm/sddm-helper --socket /tmp/sddm-authb")
May 16 17:25:25 archlinux dbus-daemon[345]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
May 16 17:25:25 archlinux sddm-helper[437]: pam_systemd_home(sddm:auth): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
May 16 17:25:25 archlinux sddm-helper[437]: [PAM] Preparing to converse...
May 16 17:25:25 archlinux sddm-helper[437]: [PAM] Conversation with 1 messages
May 16 17:25:25 archlinux sddm-helper[437]: pam_kwallet5(sddm:auth): pam_kwallet5: pam_sm_authenticate
May 16 17:25:25 archlinux sddm-helper[437]: [PAM] returning.
May 16 17:25:25 archlinux sddm[366]: Authenticated successfully
May 16 17:25:25 archlinux sddm-greeter[418]: Message received from daemon: LoginSucceeded
May 16 17:25:25 archlinux sddm-helper[437]: pam_kwallet5(sddm:setcred): pam_kwallet5: pam_sm_setcred
May 16 17:25:25 archlinux sddm-helper[437]: pam_unix(sddm:session): session opened for user rosin(uid=1000) by rosin(uid=0)
May 16 17:25:25 archlinux NetworkManager[352]: <info>  [1684247125.8750] policy: auto-activating connection 'Galina' (0d827645-e5a8-4596-b6d9-9f260db115d7)
May 16 17:25:25 archlinux NetworkManager[352]: <info>  [1684247125.8754] device (wlan0): Activation: starting connection 'Galina' (0d827645-e5a8-4596-b6d9-9f260db115d7)
May 16 17:25:25 archlinux NetworkManager[352]: <info>  [1684247125.8755] device (wlan0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
May 16 17:25:25 archlinux NetworkManager[352]: <info>  [1684247125.8758] manager: NetworkManager state is now CONNECTING
May 16 17:25:25 archlinux systemd[1]: Created slice User Slice of UID 1000.
May 16 17:25:25 archlinux sddm-helper[408]: [PAM] Closing session
May 16 17:25:25 archlinux sddm-helper[408]: pam_unix(sddm-greeter:session): session closed for user sddm
May 16 17:25:25 archlinux NetworkManager[352]: <info>  [1684247125.8909] device (wlan0): set-hw-addr: reset MAC address to 46:07:40:8C:4C:3D (preserve)
May 16 17:25:25 archlinux systemd[1]: Starting User Runtime Directory /run/user/1000...
May 16 17:25:25 archlinux systemd-logind[347]: New session 2 of user rosin.
May 16 17:25:25 archlinux sddm-helper[408]: [PAM] Ended.
May 16 17:25:25 archlinux sddm[366]: Auth: sddm-helper exited successfully
May 16 17:25:25 archlinux sddm[366]: Greeter stopped.
May 16 17:25:25 archlinux systemd[1]: Finished User Runtime Directory /run/user/1000.
May 16 17:25:25 archlinux systemd[1]: session-c1.scope: Deactivated successfully.
May 16 17:25:25 archlinux systemd-logind[347]: Session c1 logged out. Waiting for processes to exit.
May 16 17:25:25 archlinux systemd[1]: Starting User Manager for UID 1000...
May 16 17:25:25 archlinux systemd-logind[347]: Removed session c1.
May 16 17:25:25 archlinux dbus-daemon[345]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.17' (uid=0 pid=439 comm="(systemd)")
May 16 17:25:25 archlinux dbus-daemon[345]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
May 16 17:25:25 archlinux (systemd)[439]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
May 16 17:25:25 archlinux (systemd)[439]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[rosin] ruser=[<unknown>] rhost=[<unknown>]
May 16 17:25:25 archlinux (systemd)[439]: pam_unix(systemd-user:session): session opened for user rosin(uid=1000) by rosin(uid=0)
May 16 17:25:26 archlinux systemd[439]: Queued start job for default target Main User Target.
May 16 17:25:26 archlinux systemd-journald[210]: /var/log/journal/7603fa87ec654e2384103861fb5f9f4f/user-1000.journal: Monotonic clock jumped backwards relative to last journal entry, rotating.
May 16 17:25:26 archlinux sddm-helper[437]: pam_kwallet5(sddm:session): pam_kwallet5: pam_sm_open_session
May 16 17:25:26 archlinux systemd[439]: Created slice User Application Slice.
May 16 17:25:26 archlinux sddm-helper[450]: pam_kwallet5: final socket path: /run/user/1000/kwallet5.socket
May 16 17:25:26 archlinux systemd[439]: Reached target Paths.
May 16 17:25:26 archlinux wpa_supplicant[398]: wlan0: WPS-CANCEL
May 16 17:25:26 archlinux systemd[439]: Reached target Timers.
May 16 17:25:26 archlinux systemd[439]: Starting D-Bus User Message Bus Socket...
May 16 17:25:26 archlinux systemd[439]: Listening on GnuPG network certificate management daemon.
May 16 17:25:26 archlinux systemd[439]: Listening on GCR ssh-agent wrapper.
May 16 17:25:26 archlinux systemd[439]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
May 16 17:25:26 archlinux systemd[439]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
May 16 17:25:26 archlinux systemd[439]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
May 16 17:25:26 archlinux systemd[439]: Listening on GnuPG cryptographic agent and passphrase cache.
May 16 17:25:26 archlinux systemd[439]: Listening on p11-kit server.
May 16 17:25:26 archlinux systemd[439]: Listening on PipeWire PulseAudio.
May 16 17:25:26 archlinux systemd[439]: Listening on PipeWire Multimedia System Socket.
May 16 17:25:26 archlinux systemd[439]: Listening on D-Bus User Message Bus Socket.
May 16 17:25:26 archlinux systemd[439]: Reached target Sockets.
May 16 17:25:26 archlinux systemd[439]: Reached target Basic System.
May 16 17:25:26 archlinux systemd[1]: Started User Manager for UID 1000.
May 16 17:25:26 archlinux systemd[439]: Starting Update XDG user dir configuration...
May 16 17:25:26 archlinux systemd[1]: Started Session 2 of User rosin.
May 16 17:25:26 archlinux systemd[439]: Finished Update XDG user dir configuration.
May 16 17:25:26 archlinux systemd[439]: Reached target Main User Target.
May 16 17:25:26 archlinux systemd[439]: Startup finished in 103ms.
May 16 17:25:26 archlinux sddm-helper[437]: Starting: "/usr/share/sddm/scripts/wayland-session /usr/lib/plasma-dbus-run-session-if-needed /usr/bin/startplasma-wayland"
May 16 17:25:26 archlinux sddm-helper[452]: Jumping to VT 2
May 16 17:25:26 archlinux sddm-helper[452]: VT mode didn't need to be fixed
May 16 17:25:26 archlinux sddm[366]: Session started
May 16 17:25:26 archlinux NetworkManager[352]: <info>  [1684247126.3844] device (wlan0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
May 16 17:25:26 archlinux NetworkManager[352]: <info>  [1684247126.3848] device (wlan0): Activation: (wifi) access point 'Galina' has security, but secrets are required.
May 16 17:25:26 archlinux NetworkManager[352]: <info>  [1684247126.3848] device (wlan0): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
May 16 17:25:26 archlinux NetworkManager[352]: <info>  [1684247126.3850] sup-iface[c346ef4f23463e6b,0,wlan0]: wps: type pbc start...
May 16 17:25:26 archlinux NetworkManager[352]: <info>  [1684247126.3853] device (wlan0): supplicant interface state: disconnected -> interface_disabled
May 16 17:25:26 archlinux NetworkManager[352]: <warn>  [1684247126.3854] device (wlan0): no secrets: No agents were available for this request.
May 16 17:25:26 archlinux NetworkManager[352]: <info>  [1684247126.3854] device (wlan0): state change: need-auth -> failed (reason 'no-secrets', sys-iface-state: 'managed')
May 16 17:25:26 archlinux NetworkManager[352]: <info>  [1684247126.3858] manager: NetworkManager state is now DISCONNECTED
May 16 17:25:26 archlinux NetworkManager[352]: <warn>  [1684247126.3861] device (wlan0): Activation: failed for connection 'Galina'
May 16 17:25:26 archlinux NetworkManager[352]: <info>  [1684247126.3865] device (wlan0): state change: failed -> disconnected (reason 'none', sys-iface-state: 'managed')
May 16 17:25:26 archlinux NetworkManager[352]: <info>  [1684247126.4140] device (wlan0): set-hw-addr: set MAC address to A6:8C:49:2C:52:1E (scanning)
May 16 17:25:26 archlinux dbus-daemon[345]: [system] Activating via systemd: service name='org.freedesktop.locale1' unit='dbus-org.freedesktop.locale1.service' requested by ':1.19' (uid=1000 pid=452 comm="/usr/bin/startplasma-wayland")
May 16 17:25:26 archlinux systemd[1]: Starting Locale Service...
May 16 17:25:26 archlinux NetworkManager[352]: <info>  [1684247126.9164] device (wlan0): supplicant interface state: interface_disabled -> inactive
May 16 17:25:26 archlinux dbus-daemon[345]: [system] Successfully activated service 'org.freedesktop.locale1'
May 16 17:25:26 archlinux systemd[1]: Started Locale Service.
May 16 17:25:26 archlinux systemd[439]: Created slice User Core Session Slice.
May 16 17:25:26 archlinux systemd[439]: Starting D-Bus User Message Bus...
May 16 17:25:26 archlinux systemd[439]: Started D-Bus User Message Bus.
May 16 17:25:26 archlinux dbus-daemon[463]: [session uid=1000 pid=463] Successfully activated service 'org.freedesktop.systemd1'
May 16 17:25:27 archlinux systemd[439]: Reloading requested from client PID 452 ('startplasma-way')...
May 16 17:25:27 archlinux systemd[439]: Reloading...
May 16 17:25:27 archlinux systemd[439]: Reloading finished in 110 ms.
May 16 17:25:27 archlinux dbus-daemon[463]: [session uid=1000 pid=463] Activating service name='org.kde.KSplash' requested by ':1.0' (uid=1000 pid=452 comm="/usr/bin/startplasma-wayland")
May 16 17:25:27 archlinux systemd[439]: Created slice User Background Tasks Slice.
May 16 17:25:27 archlinux systemd[439]: Reached target Session services which should run early before the graphical session is brought up.
May 16 17:25:27 archlinux systemd[439]: Starting KDE Window Manager...
May 16 17:25:27 archlinux systemd[439]: Starting Baloo File Indexer Daemon...
May 16 17:25:27 archlinux systemd[439]: Started KDE Window Manager.
May 16 17:25:27 archlinux systemd[439]: Starting KDE Config Module Initialization...
May 16 17:25:27 archlinux systemd[439]: Starting Splash screen shown during boot...
May 16 17:25:27 archlinux systemd[439]: Started Baloo File Indexer Daemon.
May 16 17:25:27 archlinux dbus-daemon[345]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service' requested by ':1.21' (uid=1000 pid=473 comm="/usr/lib/baloo_file")
May 16 17:25:27 archlinux systemd[1]: Starting Disk Manager...
May 16 17:25:27 archlinux udisksd[484]: udisks daemon version 2.9.4 starting
May 16 17:25:27 archlinux dbus-daemon[345]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.22' (uid=0 pid=484 comm="/usr/lib/udisks2/udisksd")
May 16 17:25:27 archlinux systemd[1]: Starting Authorization Manager...
May 16 17:25:27 archlinux systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
May 16 17:25:27 archlinux polkitd[490]: Started polkitd version 122
May 16 17:25:27 archlinux polkitd[490]: Loading rules from directory /etc/polkit-1/rules.d
May 16 17:25:27 archlinux polkitd[490]: Loading rules from directory /usr/share/polkit-1/rules.d
May 16 17:25:27 archlinux polkitd[490]: Finished loading, compiling and executing 4 rules
May 16 17:25:27 archlinux dbus-daemon[345]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
May 16 17:25:27 archlinux systemd[1]: Started Authorization Manager.
May 16 17:25:27 archlinux polkitd[490]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
May 16 17:25:27 archlinux dbus-daemon[345]: [system] Successfully activated service 'org.freedesktop.UDisks2'
May 16 17:25:27 archlinux systemd[1]: Started Disk Manager.
May 16 17:25:27 archlinux dbus-daemon[345]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' requested by ':1.21' (uid=1000 pid=473 comm="/usr/lib/baloo_file")
May 16 17:25:27 archlinux udisksd[484]: Acquired the name org.freedesktop.UDisks2 on the system message bus
May 16 17:25:27 archlinux systemd[1]: Starting Daemon for power management...
May 16 17:25:27 archlinux kwin_wayland[474]: No backend specified, automatically choosing drm
May 16 17:25:27 archlinux dbus-daemon[345]: [system] Successfully activated service 'org.freedesktop.UPower'
May 16 17:25:27 archlinux systemd[1]: Started Daemon for power management.
May 16 17:25:27 archlinux baloo_file[473]: QDBusConnection: name 'org.freedesktop.UDisks2' had owner '' but we thought it was ':1.22'
May 16 17:25:27 archlinux baloo_file[473]: QDBusConnection: name 'org.freedesktop.UPower' had owner '' but we thought it was ':1.25'
May 16 17:25:27 archlinux kwin_wayland[474]: kwin_libinput: Libinput: event9  - SYNA3602:00 093A:0255 Touchpad: kernel bug: clickpad advertising right button. See https://wayland.freedesktop.org/libinput/doc/1.23.0/clickpad-with-right-button.html for details
May 16 17:25:27 archlinux kwin_wayland[474]: OpenGL vendor string:                   Intel
May 16 17:25:27 archlinux kwin_wayland[474]: OpenGL renderer string:                 Mesa Intel(R) UHD Graphics (CML GT2)
May 16 17:25:27 archlinux kwin_wayland[474]: OpenGL version string:                  4.6 (Core Profile) Mesa 23.0.3
May 16 17:25:27 archlinux kwin_wayland[474]: OpenGL shading language version string: 4.60
May 16 17:25:27 archlinux kwin_wayland[474]: Driver:                                 Intel
May 16 17:25:27 archlinux kwin_wayland[474]: GPU class:                              Comet Lake
May 16 17:25:27 archlinux kwin_wayland[474]: OpenGL version:                         4.6
May 16 17:25:27 archlinux kwin_wayland[474]: GLSL version:                           4.60
May 16 17:25:27 archlinux kwin_wayland[474]: Mesa version:                           23.0.3
May 16 17:25:27 archlinux kwin_wayland[474]: Linux kernel version:                   6.3.2
May 16 17:25:27 archlinux kwin_wayland[474]: Requires strict binding:                no
May 16 17:25:27 archlinux kwin_wayland[474]: GLSL shaders:                           yes
May 16 17:25:27 archlinux kwin_wayland[474]: Texture NPOT support:                   yes
May 16 17:25:27 archlinux kwin_wayland[474]: Virtual Machine:                        no
May 16 17:25:28 archlinux kwin_wayland[474]: kwin_xkbcommon: XKB: inet:323:58: unrecognized keysym "XF86EmojiPicker"
May 16 17:25:28 archlinux kwin_wayland[474]: kwin_xkbcommon: XKB: inet:324:58: unrecognized keysym "XF86Dictate"
May 16 17:25:28 archlinux kwin_wayland_wrapper[524]: (WW) Option "-listen" for file descriptors is deprecated
May 16 17:25:28 archlinux kwin_wayland_wrapper[524]: Please use "-listenfd" instead.
May 16 17:25:28 archlinux kwin_wayland_wrapper[524]: (WW) Option "-listen" for file descriptors is deprecated
May 16 17:25:28 archlinux kwin_wayland_wrapper[524]: Please use "-listenfd" instead.
May 16 17:25:29 archlinux dbus-daemon[463]: [session uid=1000 pid=463] Successfully activated service 'org.kde.KSplash'
May 16 17:25:29 archlinux kcminit_startup[479]: Initializing  "/usr/lib/qt/plugins/plasma/kcms/systemsettings/kcm_fonts.so"
May 16 17:25:29 archlinux kwin_wayland_wrapper[547]: The XKEYBOARD keymap compiler (xkbcomp) reports:
May 16 17:25:29 archlinux kwin_wayland_wrapper[547]: > Warning:          Unsupported maximum keycode 708, clipping.
May 16 17:25:29 archlinux kwin_wayland_wrapper[547]: >                   X11 cannot support keycodes above 255.
May 16 17:25:29 archlinux kwin_wayland_wrapper[547]: Errors from xkbcomp are not fatal to the X server
May 16 17:25:29 archlinux kcminit_startup[479]: Initializing  "/usr/lib/qt/plugins/plasma/kcms/systemsettings/kcm_style.so"
May 16 17:25:29 archlinux kcminit_startup[479]: Initializing  "/usr/lib/qt/plugins/plasma/kcms/systemsettings/kcm_mouse.so"
May 16 17:25:29 archlinux systemd[439]: Started KDE Config Module Initialization.
May 16 17:25:29 archlinux systemd[439]: Starting KDE Session Management Server...
May 16 17:25:29 archlinux systemd[439]: Started Unlock kwallet from pam credentials.
May 16 17:25:29 archlinux systemd[439]: Starting KDE Daemon...
May 16 17:25:30 archlinux systemd[439]: Started KDE Daemon.
May 16 17:25:30 archlinux systemd[439]: Starting KDE Configuration Module Initialization (Phase 1)...
May 16 17:25:30 archlinux ksmserver[557]: Qt: Session management error: networkIdsList argument is NULL
May 16 17:25:30 archlinux kcminit_startup[479]: Initializing  "/usr/lib/qt/plugins/plasma/kcms/systemsettings/kcm_touchpad.so"
May 16 17:25:30 archlinux kcminit_startup[479]: Initializing  "/usr/lib/qt/plugins/plasma/kcms/systemsettings/kcm_kgamma.so"
May 16 17:25:30 archlinux systemd[439]: Finished KDE Configuration Module Initialization (Phase 1).
May 16 17:25:30 archlinux kernel: warning: `kded5' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211
May 16 17:25:30 archlinux systemd[439]: Started KDE Session Management Server.
May 16 17:25:30 archlinux systemd[439]: Starting KDE Plasma Workspace...
May 16 17:25:30 archlinux dbus-daemon[463]: [session uid=1000 pid=463] Activating via systemd: service name='ca.desrt.dconf' unit='dconf.service' requested by ':1.12' (uid=1000 pid=559 comm="/usr/bin/kded5")
May 16 17:25:30 archlinux systemd[439]: Starting User preferences database...
May 16 17:25:30 archlinux dbus-daemon[463]: [session uid=1000 pid=463] Successfully activated service 'ca.desrt.dconf'
May 16 17:25:30 archlinux systemd[439]: Started User preferences database.
May 16 17:25:30 archlinux dbus-daemon[463]: [session uid=1000 pid=463] Activating via systemd: service name='org.kde.ActivityManager' unit='plasma-kactivitymanagerd.service' requested by ':1.14' (uid=1000 pid=595 comm="/usr/bin/plasmashell --no-respawn")
May 16 17:25:30 archlinux plasmashell[595]: Checking screens: available: (QScreen(0x55e5913c4520, name="eDP-1")) redundant: QHash() fake: QSet() all: (QScreen(0x55e5913c4520, name="eDP-1"))
May 16 17:25:30 archlinux kded5[559]: Installing the delayed initialization callback.
May 16 17:25:30 archlinux systemd[439]: Starting KActivityManager Activity manager Service...
May 16 17:25:30 archlinux systemd[439]: Started KDE Plasma Workspace.
May 16 17:25:30 archlinux systemd[439]: Reached target KDE Plasma Workspace Core.
May 16 17:25:30 archlinux systemd[439]: Started Proxies GTK DBus menus to a Plasma readable format.
May 16 17:25:30 archlinux systemd[439]: Starting KDE PolicyKit Authentication Agent...
May 16 17:25:30 archlinux systemd[439]: Starting Powerdevil...
May 16 17:25:30 archlinux systemd[439]: Started Handle legacy xembed system tray icons.
May 16 17:25:30 archlinux dbus-daemon[463]: [session uid=1000 pid=463] Successfully activated service 'org.kde.ActivityManager'
May 16 17:25:30 archlinux systemd[439]: Started KActivityManager Activity manager Service.
May 16 17:25:30 archlinux plasmashell[595]: Aborting shell load: The activity manager daemon (kactivitymanagerd) is not running.
May 16 17:25:30 archlinux plasmashell[595]: If this Plasma has been installed into a custom prefix, verify that its D-Bus services dir is known to the system for the daemon to be activatable.
May 16 17:25:30 archlinux plasmashell[595]: Aborting shell load: The activity manager daemon (kactivitymanagerd) is not running.
May 16 17:25:30 archlinux plasmashell[595]: If this Plasma has been installed into a custom prefix, verify that its D-Bus services dir is known to the system for the daemon to be activatable.
May 16 17:25:30 archlinux NetworkManager[352]: <info>  [1684247130.5430] agent-manager: agent[a9b84173819d15a8,:1.26/org.kde.plasma.networkmanagement/1000]: agent registered
May 16 17:25:30 archlinux NetworkManager[352]: <info>  [1684247130.5431] policy: auto-activating connection 'Galina' (0d827645-e5a8-4596-b6d9-9f260db115d7)
May 16 17:25:30 archlinux NetworkManager[352]: <info>  [1684247130.5435] device (wlan0): Activation: starting connection 'Galina' (0d827645-e5a8-4596-b6d9-9f260db115d7)
May 16 17:25:30 archlinux NetworkManager[352]: <info>  [1684247130.5435] device (wlan0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
May 16 17:25:30 archlinux NetworkManager[352]: <info>  [1684247130.5438] manager: NetworkManager state is now CONNECTING
May 16 17:25:30 archlinux NetworkManager[352]: <info>  [1684247130.5606] device (wlan0): set-hw-addr: reset MAC address to 46:07:40:8C:4C:3D (preserve)
May 16 17:25:30 archlinux plasmashell[595]: kf.plasma.quick: Applet preload policy set to 1
May 16 17:25:30 archlinux libddcutil[637]: Initializing.  ddcutil version 1.4.1
May 16 17:25:30 archlinux libddcutil[637]: Library initialization complete.
May 16 17:25:30 archlinux dbus-daemon[345]: [system] Activating service name='org.kde.powerdevil.discretegpuhelper' requested by ':1.27' (uid=1000 pid=637 comm="/usr/lib/org_kde_powerdevil") (using servicehelper)
May 16 17:25:30 archlinux systemd[439]: Started KDE PolicyKit Authentication Agent.
May 16 17:25:30 archlinux polkit-kde-authentication-agent-1[636]: KXMessages used on non-X11 platform! This is an application bug.
May 16 17:25:30 archlinux polkit-kde-authentication-agent-1[636]: New PolkitAgentListener  0x5571251b0a90
May 16 17:25:30 archlinux polkit-kde-authentication-agent-1[636]: Adding new listener  PolkitQt1::Agent::Listener(0x55712517dbd0) for  0x5571251b0a90
May 16 17:25:30 archlinux polkit-kde-authentication-agent-1[636]: Listener online
May 16 17:25:30 archlinux polkitd[490]: Registered Authentication Agent for unix-session:2 (system bus name :1.31 [/usr/lib/polkit-kde-authentication-agent-1], object path /org/kde/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
May 16 17:25:30 archlinux polkit-kde-authentication-agent-1[636]: Authentication agent result: true
May 16 17:25:30 archlinux dbus-daemon[345]: [system] Successfully activated service 'org.kde.powerdevil.discretegpuhelper'
May 16 17:25:30 archlinux dbus-daemon[345]: [system] Activating service name='org.kde.powerdevil.chargethresholdhelper' requested by ':1.27' (uid=1000 pid=637 comm="/usr/lib/org_kde_powerdevil") (using servicehelper)
May 16 17:25:30 archlinux dbus-daemon[345]: [system] Successfully activated service 'org.kde.powerdevil.chargethresholdhelper'
May 16 17:25:30 archlinux dbus-daemon[345]: [system] Activating service name='org.kde.powerdevil.backlighthelper' requested by ':1.27' (uid=1000 pid=637 comm="/usr/lib/org_kde_powerdevil") (using servicehelper)
May 16 17:25:30 archlinux dbus-daemon[345]: [system] Successfully activated service 'org.kde.powerdevil.backlighthelper'
May 16 17:25:30 archlinux org_kde_powerdevil[637]: org.kde.powerdevil: org.kde.powerdevil.chargethresholdhelper.getthreshold failed "Charge thresholds are not supported by the kernel for this hardware"
May 16 17:25:30 archlinux plasmashell[595]: qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
May 16 17:25:30 archlinux plasmashell[595]: qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
May 16 17:25:31 archlinux NetworkManager[352]: <info>  [1684247131.0845] device (wlan0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
May 16 17:25:31 archlinux NetworkManager[352]: <info>  [1684247131.0854] device (wlan0): Activation: (wifi) access point 'Galina' has security, but secrets are required.
May 16 17:25:31 archlinux NetworkManager[352]: <info>  [1684247131.0854] device (wlan0): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
May 16 17:25:31 archlinux NetworkManager[352]: <info>  [1684247131.0855] sup-iface[c346ef4f23463e6b,0,wlan0]: wps: type pbc start...
May 16 17:25:31 archlinux NetworkManager[352]: <info>  [1684247131.0859] device (wlan0): supplicant interface state: inactive -> interface_disabled
May 16 17:25:31 archlinux NetworkManager[352]: <info>  [1684247131.0871] device (wlan0): supplicant interface state: interface_disabled -> inactive
May 16 17:25:31 archlinux wpa_supplicant[398]: wlan0: WPS-PBC-ACTIVE
May 16 17:25:31 archlinux kded5[559]: org.kde.libkbolt: Failed to connect to Bolt manager DBus interface:
May 16 17:25:31 archlinux kded5[559]: org.kde.bolt.kded: Couldn't connect to Bolt DBus daemon
May 16 17:25:31 archlinux kded5[559]: Delayed initialization.
May 16 17:25:31 archlinux kded5[559]: Reloading the khotkeys configuration
May 16 17:25:31 archlinux kded5[559]: Version 2 File!
May 16 17:25:31 archlinux kded5[559]: true
May 16 17:25:31 archlinux systemd[439]: Started Powerdevil.
May 16 17:25:31 archlinux systemd[439]: Reached target KDE Plasma Workspace.
May 16 17:25:31 archlinux systemd[439]: Reached target Current graphical user session.
May 16 17:25:31 archlinux systemd[439]: Reached target plasma-workspace-wayland.target.
May 16 17:25:31 archlinux kded5[559]: Imported file "/usr/share/khotkeys/defaults.khotkeys"
May 16 17:25:31 archlinux kded5[559]: Imported file "/usr/share/khotkeys/kde32b1.khotkeys"
May 16 17:25:31 archlinux kded5[559]: Imported file "/usr/share/khotkeys/konqueror_gestures_kde321.khotkeys"
May 16 17:25:31 archlinux kded5[559]: 
May 16 17:25:31 archlinux systemd[439]: Starting Accessibility...
May 16 17:25:31 archlinux systemd[439]: Starting Klipper...
May 16 17:25:31 archlinux systemd[439]: Starting Network...
May 16 17:25:31 archlinux org_kde_powerdevil[637]: org.kde.powerdevil: Handle button events action could not check for screen configuration
May 16 17:25:31 archlinux systemd[439]: Starting Discover...
May 16 17:25:31 archlinux systemd[439]: Starting Welcome Center...
May 16 17:25:31 archlinux systemd[439]: Starting KSplash "ready" Stage...
May 16 17:25:31 archlinux systemd[439]: Starting KDE Session Restoration...
May 16 17:25:31 archlinux systemd[439]: app-nm\x2dapplet@autostart.service: Skipped due to 'exec-condition'.
May 16 17:25:31 archlinux systemd[439]: Condition check resulted in Network being skipped.
May 16 17:25:31 archlinux systemd[439]: Started Accessibility.
May 16 17:25:31 archlinux systemd[439]: app-org.kde.plasma\x2dwelcome@autostart.service: Skipped due to 'exec-condition'.
May 16 17:25:31 archlinux systemd[439]: Condition check resulted in Welcome Center being skipped.
May 16 17:25:31 archlinux systemd[439]: app-klipper@autostart.service: Skipped due to 'exec-condition'.
May 16 17:25:31 archlinux systemd[439]: Condition check resulted in Klipper being skipped.
May 16 17:25:31 archlinux systemd[439]: Started Discover.
May 16 17:25:31 archlinux systemd[439]: Reached target Startup of XDG autostart applications.
May 16 17:25:31 archlinux systemd[439]: Finished KDE Session Restoration.
May 16 17:25:31 archlinux kaccess[756]: Xlib XKB extension major= 1  minor= 0
May 16 17:25:31 archlinux org_kde_powerdevil[637]: org.kde.powerdevil: org.kde.powerdevil.chargethresholdhelper.getthreshold failed "Charge thresholds are not supported by the kernel for this hardware"
May 16 17:25:31 archlinux systemd[439]: Finished KSplash "ready" Stage.
May 16 17:25:31 archlinux plasmashell[595]: qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
May 16 17:25:31 archlinux plasmashell[595]: qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
May 16 17:25:31 archlinux dbus-daemon[345]: [system] Activating via systemd: service name='org.freedesktop.ModemManager1' unit='dbus-org.freedesktop.ModemManager1.service' requested by ':1.26' (uid=1000 pid=559 comm="/usr/bin/kded5")
May 16 17:25:31 archlinux dbus-daemon[345]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.ModemManager1.service': Unit dbus-org.freedesktop.ModemManager1.service not found.
May 16 17:25:31 archlinux dbus-daemon[345]: [system] Activating via systemd: service name='org.freedesktop.ModemManager1' unit='dbus-org.freedesktop.ModemManager1.service' requested by ':1.26' (uid=1000 pid=559 comm="/usr/bin/kded5")
May 16 17:25:31 archlinux dbus-daemon[345]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.ModemManager1.service': Unit dbus-org.freedesktop.ModemManager1.service not found.
May 16 17:25:31 archlinux kded5[559]: kf.modemmanagerqt: Failed enumerating MM objects: "org.freedesktop.systemd1.NoSuchUnit" 
                                       "Unit dbus-org.freedesktop.ModemManager1.service not found."
May 16 17:25:31 archlinux kded5[559]: Known activities: ("a8bcb748-0471-4e03-b824-9e147014560e")
May 16 17:25:31 archlinux dbus-daemon[345]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' requested by ':1.26' (uid=1000 pid=559 comm="/usr/bin/kded5")
May 16 17:25:31 archlinux dbus-daemon[345]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service not found.
May 16 17:25:31 archlinux dbus-daemon[463]: [session uid=1000 pid=463] Activating via systemd: service name='org.bluez.obex' unit='dbus-org.bluez.obex.service' requested by ':1.9' (uid=1000 pid=559 comm="/usr/bin/kded5")
May 16 17:25:31 archlinux systemd[439]: Starting Bluetooth OBEX service...
May 16 17:25:31 archlinux dbus-daemon[345]: [system] Activating service name='org.kde.kded.smart' requested by ':1.26' (uid=1000 pid=559 comm="/usr/bin/kded5") (using servicehelper)
May 16 17:25:31 archlinux obexd[767]: OBEX daemon 5.66
May 16 17:25:31 archlinux dbus-daemon[463]: [session uid=1000 pid=463] Successfully activated service 'org.bluez.obex'
May 16 17:25:31 archlinux systemd[439]: Finished Splash screen shown during boot.
May 16 17:25:31 archlinux systemd[439]: Started Bluetooth OBEX service.
May 16 17:25:31 archlinux dbus-daemon[345]: [system] Successfully activated service 'org.kde.kded.smart'
May 16 17:25:31 archlinux kded5[559]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
May 16 17:25:31 archlinux kded5[559]: Known activities: ("a8bcb748-0471-4e03-b824-9e147014560e")
May 16 17:25:31 archlinux kioslave5[717]: QObject::connect: No such slot DesktopProtocol::_k_slotRedirection(KIO::Job *, QUrl)
May 16 17:25:31 archlinux kded5[559]: kf.bluezqt: PendingCall Error: "Unit dbus-org.bluez.service not found."
May 16 17:25:31 archlinux NetworkManager[352]: <info>  [1684247131.3690] device (wlan0): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
May 16 17:25:31 archlinux NetworkManager[352]: <info>  [1684247131.3693] device (wlan0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
May 16 17:25:31 archlinux NetworkManager[352]: <info>  [1684247131.3710] device (wlan0): Activation: (wifi) connection 'Galina' has security, and secrets exist.  No new secrets needed.
May 16 17:25:31 archlinux NetworkManager[352]: <info>  [1684247131.3711] Config: added 'ssid' value 'Galina'
May 16 17:25:31 archlinux NetworkManager[352]: <info>  [1684247131.3711] Config: added 'scan_ssid' value '1'
May 16 17:25:31 archlinux NetworkManager[352]: <info>  [1684247131.3711] Config: added 'bgscan' value 'simple:30:-70:86400'
May 16 17:25:31 archlinux NetworkManager[352]: <info>  [1684247131.3711] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK SAE FT-SAE'
May 16 17:25:31 archlinux NetworkManager[352]: <info>  [1684247131.3711] Config: added 'auth_alg' value 'OPEN'
May 16 17:25:31 archlinux NetworkManager[352]: <info>  [1684247131.3711] Config: added 'psk' value '<hidden>'
May 16 17:25:31 archlinux dbus-daemon[463]: [session uid=1000 pid=463] Activating via systemd: service name='org.kde.kscreen.osdService' unit='plasma-kscreen-osd.service' requested by ':1.9' (uid=1000 pid=559 comm="/usr/bin/kded5")
May 16 17:25:31 archlinux systemd[439]: Starting KScreen OSD service...
May 16 17:25:31 archlinux kaccess[756]: X server XKB extension major= 1  minor= 0
May 16 17:25:31 archlinux dbus-daemon[463]: [session uid=1000 pid=463] Successfully activated service 'org.kde.kscreen.osdService'
May 16 17:25:31 archlinux systemd[439]: Started KScreen OSD service.
May 16 17:25:31 archlinux DiscoverNotifier[761]: couldn't load "/usr/lib/qt/plugins/discover-notifier/DiscoverPackageKitNotifier.so" because "Cannot load library /usr/lib/qt/plugins/discover-notifier/DiscoverPackageKitNotifier.so: (libpackagekitqt5.so.1: cannot open shared object file: No such file or directory)"
May 16 17:25:31 archlinux DiscoverNotifier[761]: couldn't load "/usr/lib/qt/plugins/discover-notifier/FlatpakNotifier.so" because "Cannot load library /usr/lib/qt/plugins/discover-notifier/FlatpakNotifier.so: (libflatpak.so.0: cannot open shared object file: No such file or directory)"
May 16 17:25:31 archlinux DiscoverNotifier[761]: couldn't find any notifier backend ("/usr/lib/qt/plugins", "/usr/lib")
May 16 17:25:31 archlinux kcminit[792]: Initializing  "/usr/lib/qt/plugins/plasma/kcms/systemsettings/kcm_fonts.so"
May 16 17:25:31 archlinux kcminit[794]: Initializing  "/usr/lib/qt/plugins/plasma/kcms/systemsettings/kcm_fonts.so"
May 16 17:25:31 archlinux kded5[559]: Registering ":1.30/StatusNotifierItem" to system tray
May 16 17:25:31 archlinux plasmashell[595]: Trying to use rootObject before initialization is completed, whilst using setInitializationDelayed. Forcing completion
May 16 17:25:31 archlinux plasmashell[595]: org.kde.plasma.kicker: Entry is not valid "org.kde.kontact.desktop" QSharedPointer(0x55e59231e9c0)
May 16 17:25:31 archlinux plasmashell[595]: org.kde.plasma.kicker: Entry is not valid "ktp-contactlist.desktop" QSharedPointer(0x55e59231be50)
May 16 17:25:31 archlinux plasmashell[595]: org.kde.plasma.kicker: Entry is not valid "org.kde.kontact.desktop" QSharedPointer(0x55e59231f670)
May 16 17:25:31 archlinux plasmashell[595]: org.kde.plasma.kicker: Entry is not valid "ktp-contactlist.desktop" QSharedPointer(0x55e59231d9a0)
May 16 17:25:31 archlinux wpa_supplicant[398]: wlan0: WPS-CANCEL
May 16 17:25:31 archlinux NetworkManager[352]: <info>  [1684247131.6791] device (wlan0): supplicant interface state: inactive -> scanning
May 16 17:25:31 archlinux systemd[439]: Started PipeWire Multimedia Service.
May 16 17:25:31 archlinux systemd[439]: Started Multimedia Service Session Manager.
May 16 17:25:31 archlinux systemd[439]: Started PipeWire PulseAudio.
May 16 17:25:31 archlinux wpa_supplicant[398]: wlan0: SME: Trying to authenticate with 0c:80:63:c9:50:4c (SSID='Galina' freq=2462 MHz)
May 16 17:25:31 archlinux kernel: wlan0: authenticate with 0c:80:63:c9:50:4c
May 16 17:25:31 archlinux kernel: wlan0: 80 MHz not supported, disabling VHT
May 16 17:25:31 archlinux pipewire-pulse[835]: mod.rt: Can't find org.freedesktop.portal.Desktop. Is xdg-desktop-portal running?
May 16 17:25:31 archlinux pipewire-pulse[835]: mod.rt: found session bus but no portal
May 16 17:25:31 archlinux dbus-daemon[345]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.48' (uid=1000 pid=835 comm="/usr/bin/pipewire-pulse")
May 16 17:25:31 archlinux systemd[1]: Starting RealtimeKit Scheduling Policy Service...
May 16 17:25:31 archlinux wireplumber[834]: Can't find org.freedesktop.portal.Desktop. Is xdg-desktop-portal running?
May 16 17:25:31 archlinux wireplumber[834]: found session bus but no portal
May 16 17:25:31 archlinux pipewire[833]: mod.rt: Can't find org.freedesktop.portal.Desktop. Is xdg-desktop-portal running?
May 16 17:25:31 archlinux pipewire[833]: mod.rt: found session bus but no portal
May 16 17:25:31 archlinux dbus-daemon[345]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
May 16 17:25:31 archlinux systemd[1]: Started RealtimeKit Scheduling Policy Service.
May 16 17:25:31 archlinux rtkit-daemon[836]: Successfully called chroot.
May 16 17:25:31 archlinux rtkit-daemon[836]: Successfully dropped privileges.
May 16 17:25:31 archlinux rtkit-daemon[836]: Successfully limited resources.
May 16 17:25:31 archlinux rtkit-daemon[836]: Running.
May 16 17:25:31 archlinux rtkit-daemon[836]: Watchdog thread running.
May 16 17:25:31 archlinux rtkit-daemon[836]: Canary thread running.
May 16 17:25:31 archlinux rtkit-daemon[836]: Successfully made thread 835 of process 835 owned by '1000' high priority at nice level -11.
May 16 17:25:31 archlinux rtkit-daemon[836]: Supervising 1 threads of 1 processes of 1 users.
May 16 17:25:31 archlinux rtkit-daemon[836]: Successfully made thread 834 of process 834 owned by '1000' high priority at nice level -11.
May 16 17:25:31 archlinux rtkit-daemon[836]: Supervising 2 threads of 2 processes of 1 users.
May 16 17:25:31 archlinux rtkit-daemon[836]: Successfully made thread 833 of process 833 owned by '1000' high priority at nice level -11.
May 16 17:25:31 archlinux rtkit-daemon[836]: Supervising 3 threads of 3 processes of 1 users.
May 16 17:25:31 archlinux rtkit-daemon[836]: Supervising 3 threads of 3 processes of 1 users.
May 16 17:25:31 archlinux rtkit-daemon[836]: Supervising 3 threads of 3 processes of 1 users.
May 16 17:25:31 archlinux rtkit-daemon[836]: Supervising 3 threads of 3 processes of 1 users.
May 16 17:25:31 archlinux rtkit-daemon[836]: Supervising 3 threads of 3 processes of 1 users.
May 16 17:25:31 archlinux rtkit-daemon[836]: Successfully made thread 842 of process 834 owned by '1000' RT at priority 20.
May 16 17:25:31 archlinux rtkit-daemon[836]: Supervising 4 threads of 3 processes of 1 users.
May 16 17:25:31 archlinux rtkit-daemon[836]: Supervising 4 threads of 3 processes of 1 users.
May 16 17:25:31 archlinux rtkit-daemon[836]: Successfully made thread 843 of process 833 owned by '1000' RT at priority 20.
May 16 17:25:31 archlinux rtkit-daemon[836]: Supervising 5 threads of 3 processes of 1 users.
May 16 17:25:31 archlinux rtkit-daemon[836]: Supervising 5 threads of 3 processes of 1 users.
May 16 17:25:31 archlinux plasmashell[595]: qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
May 16 17:25:31 archlinux rtkit-daemon[836]: Successfully made thread 846 of process 835 owned by '1000' RT at priority 20.
May 16 17:25:31 archlinux rtkit-daemon[836]: Supervising 6 threads of 3 processes of 1 users.
May 16 17:25:31 archlinux wireplumber[834]: [0:00:19.269330970] [834]  INFO Camera camera_manager.cpp:298 libcamera v0.0.5
May 16 17:25:31 archlinux kcminit[854]: Initializing  "/usr/lib/qt/plugins/plasma/kcms/systemsettings/kcm_fonts.so"
May 16 17:25:31 archlinux plasmashell[595]: Cyclic dependency detected between "file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml" and "file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/ThumbnailStrip.qml"
May 16 17:25:31 archlinux plasmashell[595]: Cyclic dependency detected between "file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml" and "file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationHeader.qml"
May 16 17:25:31 archlinux wireplumber[834]: GetManagedObjects() failed: org.freedesktop.DBus.Error.NameHasNoOwner
May 16 17:25:32 archlinux pipewire[833]: [0:00:19.437920987] [833]  INFO Camera camera_manager.cpp:298 libcamera v0.0.5
May 16 17:25:32 archlinux wireplumber[834]: <WpPortalPermissionStorePlugin:0x55fc23188e80> Failed to call Lookup: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.impl.portal.PermissionStore was not provided by any .service files
May 16 17:25:32 archlinux wireplumber[834]: <WpPortalPermissionStorePlugin:0x55fc23188e80> Failed to call Lookup: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.impl.portal.PermissionStore was not provided by any .service files
May 16 17:25:32 archlinux plasmashell[595]: file:///usr/share/plasma/plasmoids/org.kde.plasma.networkmanagement/contents/ui/main.qml:95: TypeError: Cannot read property 'airplaneModeAvailable' of null
May 16 17:25:32 archlinux plasmashell[595]: Checking screens: available: (QScreen(0x55e5913c4520, name="eDP-1")) redundant: QHash() fake: QSet() all: (QScreen(0x55e5913c4520, name="eDP-1"))
May 16 17:25:32 archlinux plasmashell[595]: qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
May 16 17:25:32 archlinux plasmashell[595]: qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
May 16 17:25:32 archlinux plasmashell[595]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
May 16 17:25:32 archlinux plasmashell[595]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
May 16 17:25:32 archlinux plasmashell[595]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
May 16 17:25:32 archlinux plasmashell[595]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
May 16 17:25:32 archlinux plasmashell[595]: QFont::setPointSizeF: Point size <= 0 (0.000000), must be greater than 0
May 16 17:25:32 archlinux plasmashell[595]: org.kde.plasma.pulseaudio: No object for name "auto_null.monitor"
May 16 17:25:32 archlinux NetworkManager[352]: <info>  [1684247132.4260] device (wlan0): supplicant interface state: scanning -> authenticating
May 16 17:25:32 archlinux kernel: wlan0: send auth to 0c:80:63:c9:50:4c (try 1/3)
May 16 17:25:32 archlinux wpa_supplicant[398]: wlan0: Trying to associate with 0c:80:63:c9:50:4c (SSID='Galina' freq=2462 MHz)
May 16 17:25:32 archlinux NetworkManager[352]: <info>  [1684247132.4312] device (wlan0): supplicant interface state: authenticating -> associating
May 16 17:25:32 archlinux kernel: wlan0: authenticated
May 16 17:25:32 archlinux kernel: wlan0: associate with 0c:80:63:c9:50:4c (try 1/3)
May 16 17:25:32 archlinux kernel: wlan0: RX AssocResp from 0c:80:63:c9:50:4c (capab=0x411 status=0 aid=2)
May 16 17:25:32 archlinux kernel: wlan0: associated
May 16 17:25:32 archlinux wpa_supplicant[398]: wlan0: Associated with 0c:80:63:c9:50:4c
May 16 17:25:32 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
May 16 17:25:32 archlinux NetworkManager[352]: <info>  [1684247132.4589] device (wlan0): supplicant interface state: associating -> associated
May 16 17:25:32 archlinux NetworkManager[352]: <info>  [1684247132.7057] device (wlan0): supplicant interface state: associated -> 4way_handshake
May 16 17:25:32 archlinux wpa_supplicant[398]: wlan0: WPA: Key negotiation completed with 0c:80:63:c9:50:4c [PTK=CCMP GTK=CCMP]
May 16 17:25:32 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-CONNECTED - Connection to 0c:80:63:c9:50:4c completed [id=0 id_str=]
May 16 17:25:32 archlinux kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
May 16 17:25:32 archlinux NetworkManager[352]: <info>  [1684247132.8070] device (wlan0): supplicant interface state: 4way_handshake -> completed
May 16 17:25:32 archlinux NetworkManager[352]: <info>  [1684247132.8071] device (wlan0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "Galina"
May 16 17:25:32 archlinux NetworkManager[352]: <info>  [1684247132.8074] device (wlan0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
May 16 17:25:32 archlinux NetworkManager[352]: <info>  [1684247132.8086] dhcp4 (wlan0): activation: beginning transaction (timeout in 45 seconds)
May 16 17:25:32 archlinux NetworkManager[352]: <info>  [1684247132.8186] dhcp4 (wlan0): error parsing DHCP option 6 (domain_name_servers): address 0.0.0.0 is ignored
May 16 17:25:32 archlinux NetworkManager[352]: <info>  [1684247132.8187] dhcp4 (wlan0): state changed new lease, address=192.168.0.106
May 16 17:25:32 archlinux NetworkManager[352]: <info>  [1684247132.8246] policy: set 'Galina' (wlan0) as default for IPv4 routing and DNS
May 16 17:25:32 archlinux dbus-daemon[345]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.3' (uid=0 pid=352 comm="/usr/bin/NetworkManager --no-daemon")
May 16 17:25:32 archlinux dbus-daemon[345]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
May 16 17:25:32 archlinux dbus-daemon[345]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.3' (uid=0 pid=352 comm="/usr/bin/NetworkManager --no-daemon")
May 16 17:25:32 archlinux NetworkManager[352]: <info>  [1684247132.8414] device (wlan0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
May 16 17:25:32 archlinux systemd[1]: Starting Network Manager Script Dispatcher Service...
May 16 17:25:32 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-55 noise=9999 txrate=5500
May 16 17:25:32 archlinux dbus-daemon[345]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
May 16 17:25:32 archlinux systemd[1]: Started Network Manager Script Dispatcher Service.
May 16 17:25:32 archlinux NetworkManager[352]: <info>  [1684247132.8937] device (wlan0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
May 16 17:25:32 archlinux NetworkManager[352]: <info>  [1684247132.8942] device (wlan0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
May 16 17:25:32 archlinux NetworkManager[352]: <info>  [1684247132.8952] manager: NetworkManager state is now CONNECTED_SITE
May 16 17:25:32 archlinux NetworkManager[352]: <info>  [1684247132.8967] device (wlan0): Activation: successful, device activated.
May 16 17:25:33 archlinux NetworkManager[352]: <info>  [1684247133.0305] manager: NetworkManager state is now CONNECTED_GLOBAL
May 16 17:25:34 archlinux plasmashell[595]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
May 16 17:25:35 archlinux NetworkManager[352]: <info>  [1684247135.0956] dhcp6 (wlan0): activation: beginning transaction (timeout in 45 seconds)
May 16 17:25:35 archlinux plasmashell[595]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
May 16 17:25:35 archlinux plasmashell[595]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
May 16 17:25:35 archlinux plasmashell[595]: kf5idletime_wayland: This plugin does not support polling idle time
May 16 17:25:36 archlinux plasmashell[595]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
May 16 17:25:36 archlinux plasmashell[595]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
May 16 17:25:36 archlinux systemd[1]: Stopping User Manager for UID 972...
May 16 17:25:36 archlinux systemd[410]: Activating special unit Exit the Session...
May 16 17:25:36 archlinux systemd[410]: Stopped target Main User Target.
May 16 17:25:36 archlinux systemd[410]: Stopping D-Bus User Message Bus...
May 16 17:25:36 archlinux systemd[410]: Stopped D-Bus User Message Bus.
May 16 17:25:36 archlinux systemd[410]: Removed slice User Core Session Slice.
May 16 17:25:36 archlinux systemd[410]: Stopped target Basic System.
May 16 17:25:36 archlinux systemd[410]: Stopped target Paths.
May 16 17:25:36 archlinux systemd[410]: Stopped target Sockets.
May 16 17:25:36 archlinux systemd[410]: Stopped target Timers.
May 16 17:25:36 archlinux systemd[410]: Closed D-Bus User Message Bus Socket.
May 16 17:25:36 archlinux systemd[410]: Closed GnuPG network certificate management daemon.
May 16 17:25:36 archlinux systemd[410]: Closed GCR ssh-agent wrapper.
May 16 17:25:36 archlinux systemd[410]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
May 16 17:25:36 archlinux systemd[410]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
May 16 17:25:36 archlinux systemd[410]: Closed GnuPG cryptographic agent (ssh-agent emulation).
May 16 17:25:36 archlinux systemd[410]: Closed GnuPG cryptographic agent and passphrase cache.
May 16 17:25:36 archlinux systemd[410]: Closed p11-kit server.
May 16 17:25:36 archlinux systemd[410]: Closed PipeWire PulseAudio.
May 16 17:25:36 archlinux systemd[410]: Closed PipeWire Multimedia System Socket.
May 16 17:25:36 archlinux systemd[410]: Removed slice User Application Slice.
May 16 17:25:36 archlinux systemd[410]: Reached target Shutdown.
May 16 17:25:36 archlinux systemd[410]: Finished Exit the Session.
May 16 17:25:36 archlinux systemd[410]: Reached target Exit the Session.
May 16 17:25:36 archlinux (sd-pam)[411]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8004 service=[systemd-user] terminal=[] user=[sddm] ruser=[<unknown>] rhost=[<unknown>]
May 16 17:25:36 archlinux systemd[1]: user@972.service: Deactivated successfully.
May 16 17:25:36 archlinux systemd[1]: Stopped User Manager for UID 972.
May 16 17:25:36 archlinux systemd[1]: Stopping User Runtime Directory /run/user/972...
May 16 17:25:36 archlinux systemd[1]: run-user-972.mount: Deactivated successfully.
May 16 17:25:36 archlinux plasmashell[595]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
May 16 17:25:36 archlinux systemd[1]: user-runtime-dir@972.service: Deactivated successfully.
May 16 17:25:36 archlinux systemd[1]: Stopped User Runtime Directory /run/user/972.
May 16 17:25:36 archlinux systemd[1]: Removed slice User Slice of UID 972.
May 16 17:25:36 archlinux plasmashell[595]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
May 16 17:25:39 archlinux plasmashell[595]: trying to show an empty dialog
May 16 17:25:41 archlinux plasmashell[595]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
May 16 17:25:41 archlinux plasmashell[595]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
May 16 17:25:41 archlinux plasmashell[595]: trying to show an empty dialog
May 16 17:25:42 archlinux systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
May 16 17:25:45 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-49 noise=9999 txrate=72200
May 16 17:25:47 archlinux plasmashell[595]: QString::arg: 2 argument(s) missing in chromium
May 16 17:25:47 archlinux systemd[439]: Started Chromium - Web Browser.
May 16 17:25:46 archlinux systemd-timesyncd[335]: Contacted time server 195.3.254.2:123 (2.arch.pool.ntp.org).
May 16 17:25:46 archlinux systemd-journald[210]: Time jumped backwards, rotating.
May 16 17:25:46 archlinux systemd-timesyncd[335]: Initial clock synchronization to Tue 2023-05-16 17:25:46.682490 MSK.
May 16 17:25:46 archlinux systemd[1]: systemd-hostnamed.service: Deactivated successfully.
May 16 17:25:46 archlinux plasmashell[595]: file:///usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/Task.qml:286: Unable to assign [undefined] to QString
May 16 17:25:47 archlinux dbus-daemon[345]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' requested by ':1.55' (uid=1000 pid=925 comm="/usr/lib/chromium/chromium")
May 16 17:25:47 archlinux dbus-daemon[345]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service not found.
May 16 17:25:47 archlinux plasmashell[925]: [925:925:0516/172547.832246:ERROR:chrome_browser_cloud_management_controller.cc(162)] Cloud management controller initialization aborted as CBCM is not enabled.
May 16 17:25:47 archlinux dbus-daemon[463]: [session uid=1000 pid=463] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.41' (uid=1000 pid=925 comm="/usr/lib/chromium/chromium")
May 16 17:25:47 archlinux systemd[439]: Starting Accessibility services bus...
May 16 17:25:47 archlinux dbus-daemon[463]: [session uid=1000 pid=463] Successfully activated service 'org.a11y.Bus'
May 16 17:25:47 archlinux systemd[439]: Started Accessibility services bus.
May 16 17:25:56 archlinux systemd[1]: systemd-localed.service: Deactivated successfully.
May 16 17:26:25 archlinux plasmashell[963]: [963:963:0516/172625.464445:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 1 times!
May 16 17:26:29 archlinux plasmashell[963]: [963:963:0516/172629.434897:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 2 times!
May 16 17:26:32 archlinux plasmashell[963]: [963:963:0516/172632.108117:ERROR:gl_surface_presentation_helper.cc(260)] GetVSyncParametersIfAvailable() failed for 3 times!
May 16 17:26:32 archlinux plasmashell[595]: QString::arg: 2 argument(s) missing in org.kde.konsole
May 16 17:26:32 archlinux systemd[439]: Started Konsole - Terminal.
May 16 17:26:33 archlinux konsole[1210]: kf.xmlgui: Shortcut for action  "" "Show Quick Commands" set with QAction::setShortcut()! Use KActionCollection::setDefaultShortcut(s) instead.
May 16 17:26:33 archlinux konsole[1210]: kf.xmlgui: Shortcut for action  "" "Show SSH Manager" set with QAction::setShortcut()! Use KActionCollection::setDefaultShortcut(s) instead.
May 16 17:26:35 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:26:35 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:26:35 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:26:44 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:26:45 archlinux rtkit-daemon[836]: Supervising 6 threads of 3 processes of 1 users.
May 16 17:26:45 archlinux rtkit-daemon[836]: Supervising 6 threads of 3 processes of 1 users.
May 16 17:26:45 archlinux rtkit-daemon[836]: Successfully made thread 1238 of process 1237 owned by '1000' RT at priority 20.
May 16 17:26:45 archlinux rtkit-daemon[836]: Supervising 7 threads of 4 processes of 1 users.
May 16 17:27:06 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:27:10 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:28:04 archlinux kwin_wayland[474]: kwin_libinput: Libinput: event9  - SYNA3602:00 093A:0255 Touchpad: kernel bug: Touch jump detected and discarded.
                                             See https://wayland.freedesktop.org/libinput/doc/1.23.0/touchpad-jumping-cursors.html for details
May 16 17:29:09 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-75 noise=9999 txrate=72200
May 16 17:29:13 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-61 noise=9999 txrate=72200
May 16 17:29:16 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-61 noise=9999 txrate=65000
May 16 17:29:41 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-54 noise=9999 txrate=72200
May 16 17:30:35 archlinux kernel: rtw_8723du 1-10:1.2: failed to get tx report from firmware
May 16 17:31:02 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-79 noise=9999 txrate=72200
May 16 17:31:06 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-69 noise=9999 txrate=72200
May 16 17:31:06 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-69 noise=9999 txrate=72200
May 16 17:31:06 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-79 noise=9999 txrate=72200
May 16 17:31:10 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-59 noise=9999 txrate=72200
May 16 17:31:10 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-59 noise=9999 txrate=72200
May 16 17:31:11 archlinux kernel: rtw_8723du 1-10:1.2: failed to get tx report from firmware
May 16 17:31:11 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-79 noise=9999 txrate=72200
May 16 17:31:15 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-66 noise=9999 txrate=72200
May 16 17:31:15 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-66 noise=9999 txrate=72200
May 16 17:31:16 archlinux kernel: rtw_8723du 1-10:1.2: failed to get tx report from firmware
May 16 17:31:20 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-53 noise=9999 txrate=72200
May 16 17:32:09 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-76 noise=9999 txrate=72200
May 16 17:32:13 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-64 noise=9999 txrate=65000
May 16 17:32:13 archlinux kernel: rtw_8723du 1-10:1.2: failed to get tx report from firmware
May 16 17:32:15 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-74 noise=9999 txrate=72200
May 16 17:32:20 archlinux kernel: rtw_8723du 1-10:1.2: failed to get tx report from firmware
May 16 17:32:20 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-65 noise=9999 txrate=72200
May 16 17:33:04 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-77 noise=9999 txrate=72200
May 16 17:33:08 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-69 noise=9999 txrate=72200
May 16 17:33:09 archlinux kernel: rtw_8723du 1-10:1.2: failed to get tx report from firmware
May 16 17:33:20 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-59 noise=9999 txrate=72200
May 16 17:33:29 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-53 noise=9999 txrate=72200
May 16 17:35:34 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-56 noise=9999 txrate=72200
May 16 17:35:35 archlinux kernel: rtw_8723du 1-10:1.2: failed to get tx report from firmware
May 16 17:35:55 archlinux plasmashell[595]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
May 16 17:36:07 archlinux plasmashell[925]: [925:925:0516/173607.918174:ERROR:interface_endpoint_client.cc(696)] Message 1 rejected by interface blink.mojom.WidgetHost
May 16 17:36:37 archlinux plasmashell[595]: QString::arg: 2 argument(s) missing in systemsettings
May 16 17:36:37 archlinux plasmashell[595]: file:///usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/Task.qml:286: Unable to assign [undefined] to QString
May 16 17:36:37 archlinux systemd[439]: Started System Settings - System Settings.
May 16 17:36:37 archlinux systemsettings[1417]: file:///usr/lib/qt/qml/org/kde/kirigami.2/ScrollablePage.qml:199:9: QML MouseArea: Binding loop detected for property "width"
May 16 17:36:37 archlinux systemsettings[1417]: file:///usr/lib/qt/qml/org/kde/kirigami.2/ScrollablePage.qml:199:9: QML MouseArea: Binding loop detected for property "width"
May 16 17:36:37 archlinux systemsettings[1417]: QQmlEngine::setContextForObject(): Object already has a QQmlContext
May 16 17:36:38 archlinux systemsettings[1417]: qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
May 16 17:36:48 archlinux systemsettings[1417]: kf.sonnet.core: Sonnet: No speller backends available!
May 16 17:36:48 archlinux systemsettings[1417]: QQmlEngine::setContextForObject(): Object already has a QQmlContext
May 16 17:36:48 archlinux systemsettings[1417]: file:///usr/lib/qt/qml/org/kde/kirigami.2/templates/InlineMessage.qml:265:13: QML SelectableLabel: Binding loop detected for property "implicitWidth"
May 16 17:36:48 archlinux systemsettings[1417]: file:///usr/lib/qt/qml/org/kde/kirigami.2/templates/InlineMessage.qml:265:13: QML SelectableLabel: Binding loop detected for property "implicitWidth"
May 16 17:36:48 archlinux systemsettings[1417]: file:///usr/lib/qt/qml/org/kde/kirigami.2/templates/InlineMessage.qml:265:13: QML SelectableLabel: Binding loop detected for property "implicitWidth"
May 16 17:36:48 archlinux systemsettings[1417]: file:///usr/lib/qt/qml/org/kde/kirigami.2/templates/InlineMessage.qml:265:13: QML SelectableLabel: Binding loop detected for property "implicitWidth"
May 16 17:36:51 archlinux systemsettings[1417]: file:///usr/share/kpackage/kcms/kcm_regionandlang/contents/ui/AdvancedLanguageSelectPage.qml:157:9: QML ListView: Binding loop detected for property "cacheBuffer"
May 16 17:36:51 archlinux systemsettings[1417]: file:///usr/lib/qt/qml/org/kde/kirigami.2/templates/InlineMessage.qml:265:13: QML SelectableLabel: Binding loop detected for property "implicitWidth"
May 16 17:36:51 archlinux systemsettings[1417]: file:///usr/lib/qt/qml/org/kde/kirigami.2/templates/InlineMessage.qml:265:13: QML SelectableLabel: Binding loop detected for property "implicitWidth"
May 16 17:37:08 archlinux dbus-daemon[345]: [system] Activating via systemd: service name='org.freedesktop.Accounts' unit='accounts-daemon.service' requested by ':1.58' (uid=1000 pid=1417 comm="/usr/bin/systemsettings")
May 16 17:37:08 archlinux systemd[1]: Reached target User and Group Name Lookups.
May 16 17:37:08 archlinux systemd[1]: Starting Accounts Service...
May 16 17:37:08 archlinux accounts-daemon[1463]: started daemon version 23.13.0
May 16 17:37:08 archlinux dbus-daemon[345]: [system] Successfully activated service 'org.freedesktop.Accounts'
May 16 17:37:08 archlinux systemd[1]: Started Accounts Service.
May 16 17:37:14 archlinux systemsettings[1417]: kf.sonnet.core: No language dictionaries for the language: "en_US"
May 16 17:37:14 archlinux systemsettings[1417]: qml: The item SubCategoryPage_QMLTYPE_114(0x5652f770c930) is already in the PageRow
May 16 17:37:18 archlinux systemsettings[1417]: QQmlEngine::setContextForObject(): Object already has a QQmlContext
May 16 17:37:18 archlinux systemsettings[1417]: file:///usr/lib/qt/qml/org/kde/kirigami.2/templates/InlineMessage.qml:265:13: QML SelectableLabel: Binding loop detected for property "implicitWidth"
May 16 17:37:18 archlinux systemsettings[1417]: file:///usr/lib/qt/qml/org/kde/kirigami.2/templates/InlineMessage.qml:265:13: QML SelectableLabel: Binding loop detected for property "implicitWidth"
May 16 17:37:18 archlinux systemsettings[1417]: file:///usr/lib/qt/qml/org/kde/kirigami.2/templates/InlineMessage.qml:265:13: QML SelectableLabel: Binding loop detected for property "implicitWidth"
May 16 17:37:18 archlinux systemsettings[1417]: file:///usr/lib/qt/qml/org/kde/kirigami.2/templates/InlineMessage.qml:265:13: QML SelectableLabel: Binding loop detected for property "implicitWidth"
May 16 17:37:18 archlinux systemsettings[1417]: qml: The item SubCategoryPage_QMLTYPE_114(0x5652f770c930) is already in the PageRow
May 16 17:37:20 archlinux systemsettings[1417]: file:///usr/share/kpackage/kcms/kcm_regionandlang/contents/ui/AdvancedLanguageSelectPage.qml:157:9: QML ListView: Binding loop detected for property "cacheBuffer"
May 16 17:37:20 archlinux systemsettings[1417]: file:///usr/lib/qt/qml/org/kde/kirigami.2/templates/InlineMessage.qml:265:13: QML SelectableLabel: Binding loop detected for property "implicitWidth"
May 16 17:37:20 archlinux systemsettings[1417]: file:///usr/lib/qt/qml/org/kde/kirigami.2/templates/InlineMessage.qml:265:13: QML SelectableLabel: Binding loop detected for property "implicitWidth"
May 16 17:37:33 archlinux systemsettings[1417]: kf.configwidgets: A widget named "kcfg_osdKbdLayoutChangedEnabled" was found but there is no setting named "osdKbdLayoutChangedEnabled"
May 16 17:37:33 archlinux systemsettings[1417]: kf.configwidgets: A widget named "kcfg_repeatRate" was found but there is no setting named "repeatRate"
May 16 17:37:33 archlinux systemsettings[1417]: kf.configwidgets: A widget named "kcfg_repeatDelay" was found but there is no setting named "repeatDelay"
May 16 17:37:33 archlinux systemsettings[1417]: kf.configwidgets: A widget named "kcfg_resetOldXkbOptions" was found but there is no setting named "resetOldXkbOptions"
May 16 17:37:33 archlinux systemsettings[1417]: kf.configwidgets: A widget named "kcfg_configureLayouts" was found but there is no setting named "configureLayouts"
May 16 17:37:33 archlinux systemsettings[1417]: kf.configwidgets: A widget named "kcfg_repeatRate" was found but there is no setting named "repeatRate"
May 16 17:37:33 archlinux systemsettings[1417]: kf.configwidgets: A widget named "kcfg_repeatDelay" was found but there is no setting named "repeatDelay"
May 16 17:38:12 archlinux kwin_wayland[474]: This plugin does not support raise()
May 16 17:38:54 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:38:54 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:38:54 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:38:54 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:38:57 archlinux systemsettings[1417]: QQmlEngine::setContextForObject(): Object already has a QQmlContext
May 16 17:38:57 archlinux systemsettings[1417]: file:///usr/lib/qt/qml/org/kde/kirigami.2/templates/InlineMessage.qml:265:13: QML SelectableLabel: Binding loop detected for property "implicitWidth"
May 16 17:38:57 archlinux systemsettings[1417]: file:///usr/lib/qt/qml/org/kde/kirigami.2/templates/InlineMessage.qml:265:13: QML SelectableLabel: Binding loop detected for property "implicitWidth"
May 16 17:38:57 archlinux systemsettings[1417]: file:///usr/lib/qt/qml/org/kde/kirigami.2/templates/InlineMessage.qml:265:13: QML SelectableLabel: Binding loop detected for property "implicitWidth"
May 16 17:38:57 archlinux systemsettings[1417]: file:///usr/lib/qt/qml/org/kde/kirigami.2/templates/InlineMessage.qml:265:13: QML SelectableLabel: Binding loop detected for property "implicitWidth"
May 16 17:38:59 archlinux systemsettings[1417]: file:///usr/share/kpackage/kcms/kcm_regionandlang/contents/ui/AdvancedLanguageSelectPage.qml:157:9: QML ListView: Binding loop detected for property "cacheBuffer"
May 16 17:38:59 archlinux systemsettings[1417]: file:///usr/lib/qt/qml/org/kde/kirigami.2/templates/InlineMessage.qml:265:13: QML SelectableLabel: Binding loop detected for property "implicitWidth"
May 16 17:38:59 archlinux systemsettings[1417]: file:///usr/lib/qt/qml/org/kde/kirigami.2/templates/InlineMessage.qml:265:13: QML SelectableLabel: Binding loop detected for property "implicitWidth"
May 16 17:39:13 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:39:13 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:39:21 archlinux plasmashell[595]: qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
May 16 17:39:23 archlinux plasmashell[595]: QString::arg: 2 argument(s) missing in systemsettings
May 16 17:39:23 archlinux systemd[439]: Started System Settings - System Settings.
May 16 17:39:23 archlinux systemsettings[1417]: QCommandLineParser: argument list cannot be empty, it should contain at least the executable name
May 16 17:39:30 archlinux systemsettings[1417]: kf.sonnet.core: No language dictionaries for the language: "en_US"
May 16 17:39:30 archlinux systemsettings[1417]: qml: The item SubCategoryPage_QMLTYPE_114(0x5652f770c930) is already in the PageRow
May 16 17:39:36 archlinux systemsettings[1417]: kf.configwidgets: A widget named "kcfg_osdKbdLayoutChangedEnabled" was found but there is no setting named "osdKbdLayoutChangedEnabled"
May 16 17:39:36 archlinux systemsettings[1417]: kf.configwidgets: A widget named "kcfg_repeatRate" was found but there is no setting named "repeatRate"
May 16 17:39:36 archlinux systemsettings[1417]: kf.configwidgets: A widget named "kcfg_repeatDelay" was found but there is no setting named "repeatDelay"
May 16 17:39:36 archlinux systemsettings[1417]: kf.configwidgets: A widget named "kcfg_resetOldXkbOptions" was found but there is no setting named "resetOldXkbOptions"
May 16 17:39:36 archlinux systemsettings[1417]: kf.configwidgets: A widget named "kcfg_configureLayouts" was found but there is no setting named "configureLayouts"
May 16 17:39:36 archlinux systemsettings[1417]: kf.configwidgets: A widget named "kcfg_repeatRate" was found but there is no setting named "repeatRate"
May 16 17:39:36 archlinux systemsettings[1417]: kf.configwidgets: A widget named "kcfg_repeatDelay" was found but there is no setting named "repeatDelay"
May 16 17:40:04 archlinux kwin_wayland[474]: kwin_xkbcommon: XKB: inet:323:58: unrecognized keysym "XF86EmojiPicker"
May 16 17:40:04 archlinux kwin_wayland[474]: kwin_xkbcommon: XKB: inet:324:58: unrecognized keysym "XF86Dictate"
May 16 17:40:04 archlinux kwin_wayland_wrapper[1581]: The XKEYBOARD keymap compiler (xkbcomp) reports:
May 16 17:40:04 archlinux kwin_wayland_wrapper[1581]: > Warning:          Unsupported maximum keycode 708, clipping.
May 16 17:40:04 archlinux kwin_wayland_wrapper[1581]: >                   X11 cannot support keycodes above 255.
May 16 17:40:04 archlinux kwin_wayland_wrapper[1581]: Errors from xkbcomp are not fatal to the X server
May 16 17:40:13 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:40:13 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:40:34 archlinux systemd[1]: Starting Cleanup of Temporary Directories...
May 16 17:40:34 archlinux systemd[1]: systemd-tmpfiles-clean.service: Deactivated successfully.
May 16 17:40:34 archlinux systemd[1]: Finished Cleanup of Temporary Directories.
May 16 17:40:34 archlinux systemd[1]: run-credentials-systemd\x2dtmpfiles\x2dclean.service.mount: Deactivated successfully.
May 16 17:40:35 archlinux kernel: rtw_8723du 1-10:1.2: failed to get tx report from firmware
May 16 17:40:47 archlinux plasmashell[595]: QQmlEngine::setContextForObject(): Object already has a QQmlContext
May 16 17:40:47 archlinux plasmashell[595]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/AppletConfiguration.qml:126:5: QML ScrollView: Binding loop detected for property "implicitWidth"
May 16 17:40:47 archlinux plasmashell[595]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationAppletPage.qml:38:5: QML Loader: Binding loop detected for property "height"
May 16 17:40:47 archlinux plasmashell[595]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationAppletPage.qml:38:5: QML Loader: Binding loop detected for property "height"
May 16 17:40:47 archlinux plasmashell[595]: qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
May 16 17:40:47 archlinux plasmashell[595]: qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
May 16 17:40:47 archlinux plasmashell[595]: org.kde.kf5.kwindowsystem.kwayland: Failed to recreate shadow for PlasmaQuick::Dialog(0x55e592746640, name="popupWindow")
May 16 17:40:57 archlinux plasmashell[595]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/configuration/ConfigurationAppletPage.qml:38:5: QML Loader: Binding loop detected for property "height"
May 16 17:41:06 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e593c339f0, parent=0x55e59389a060, geometry=0,0 130x57)
May 16 17:41:07 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:41:07 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e593c339f0, parent=0x55e59389a060, geometry=0,0 130x57)
May 16 17:41:07 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e593c339f0, parent=0x55e59389a060, geometry=0,0 130x57)
May 16 17:41:07 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e593c339f0, parent=0x55e59389a060, geometry=0,0 130x57)
May 16 17:41:07 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:41:07 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e593c339f0, parent=0x55e59389a060, geometry=0,0 130x57)
May 16 17:41:07 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:41:07 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:41:07 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e593c339f0, parent=0x55e59389a060, geometry=0,0 130x57)
May 16 17:41:07 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e593c339f0, parent=0x55e59389a060, geometry=0,0 130x57)
May 16 17:41:07 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:41:07 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e593c339f0, parent=0x55e59389a060, geometry=0,0 130x57)
May 16 17:41:07 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e593c339f0, parent=0x55e59389a060, geometry=0,0 130x57)
May 16 17:41:07 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e593c339f0, parent=0x55e59389a060, geometry=0,0 130x57)
May 16 17:41:24 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-74 noise=9999 txrate=72200
May 16 17:41:24 archlinux kernel: rtw_8723du 1-10:1.2: timed out to flush queue 1
May 16 17:41:29 archlinux kernel: rtw_8723du 1-10:1.2: failed to get tx report from firmware
May 16 17:41:30 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-64 noise=9999 txrate=72200
May 16 17:41:31 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-58 noise=9999 txrate=72200
May 16 17:41:32 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-55 noise=9999 txrate=72200
May 16 17:41:34 archlinux wireplumber[834]: <WpSiNode:0x55fc23323c70> Object activation aborted: proxy destroyed
May 16 17:41:34 archlinux wireplumber[834]: <WpSiNode:0x55fc23323c70> failed to activate item: Object activation aborted: proxy destroyed
May 16 17:41:34 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e594dd1140, parent=0x55e593949180, geometry=0,0 93x38.5)
May 16 17:41:35 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e595154a40, parent=0x55e5951dbfc0, geometry=0,0 130x57)
May 16 17:41:35 archlinux wireplumber[834]: <WpSiNode:0x55fc23321f40> Object activation aborted: PipeWire proxy destroyed
May 16 17:41:35 archlinux wireplumber[834]: <WpSiNode:0x55fc23321f40> failed to activate item: Object activation aborted: PipeWire proxy destroyed
May 16 17:41:35 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e5924063a0, parent=0x55e59510fe70, geometry=0,0 93x38.5)
May 16 17:41:36 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e5924063a0, parent=0x55e59510fe70, geometry=0,0 93x38.5)
May 16 17:41:36 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e5924063a0, parent=0x55e59510fe70, geometry=0,0 93x38.5)
May 16 17:41:36 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e5924063a0, parent=0x55e59510fe70, geometry=0,0 93x38.5)
May 16 17:41:36 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:41:36 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:41:36 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:41:36 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e5924063a0, parent=0x55e59510fe70, geometry=0,0 93x38.5)
May 16 17:41:36 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:41:36 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e5924063a0, parent=0x55e59510fe70, geometry=0,0 93x38.5)
May 16 17:41:36 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e5924063a0, parent=0x55e59510fe70, geometry=0,0 93x38.5)
May 16 17:41:36 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e5924063a0, parent=0x55e59510fe70, geometry=0,0 93x38.5)
May 16 17:41:36 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e5924063a0, parent=0x55e59510fe70, geometry=0,0 93x38.5)
May 16 17:41:36 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e5924063a0, parent=0x55e59510fe70, geometry=0,0 93x38.5)
May 16 17:41:36 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e5924063a0, parent=0x55e59510fe70, geometry=0,0 93x38.5)
May 16 17:41:36 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e5924063a0, parent=0x55e59510fe70, geometry=0,0 93x38.5)
May 16 17:41:36 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e5924063a0, parent=0x55e59510fe70, geometry=0,0 93x38.5)
May 16 17:41:36 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e5924063a0, parent=0x55e59510fe70, geometry=0,0 93x38.5)
May 16 17:41:58 archlinux kwin_wayland[474]: kwin_xkbcommon: XKB: inet:323:58: unrecognized keysym "XF86EmojiPicker"
May 16 17:41:58 archlinux kwin_wayland[474]: kwin_xkbcommon: XKB: inet:324:58: unrecognized keysym "XF86Dictate"
May 16 17:41:58 archlinux kwin_wayland_wrapper[1634]: The XKEYBOARD keymap compiler (xkbcomp) reports:
May 16 17:41:58 archlinux kwin_wayland_wrapper[1634]: > Warning:          Unsupported maximum keycode 708, clipping.
May 16 17:41:58 archlinux kwin_wayland_wrapper[1634]: >                   X11 cannot support keycodes above 255.
May 16 17:41:58 archlinux kwin_wayland_wrapper[1634]: Errors from xkbcomp are not fatal to the X server
May 16 17:42:07 archlinux wireplumber[834]: <WpSiNode:0x55fc23289d10> Object activation aborted: proxy destroyed
May 16 17:42:07 archlinux wireplumber[834]: <WpSiNode:0x55fc23289d10> failed to activate item: Object activation aborted: proxy destroyed
May 16 17:42:08 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e592de4250, parent=0x55e59491d0b0, geometry=0,0 130x57)
May 16 17:42:08 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:42:08 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e592de4250, parent=0x55e59491d0b0, geometry=0,0 130x57)
May 16 17:42:08 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e592de4250, parent=0x55e59491d0b0, geometry=0,0 130x57)
May 16 17:42:08 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e592de4250, parent=0x55e59491d0b0, geometry=0,0 130x57)
May 16 17:42:08 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:42:08 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e592de4250, parent=0x55e59491d0b0, geometry=0,0 130x57)
May 16 17:42:08 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e592de4250, parent=0x55e59491d0b0, geometry=0,0 130x57)
May 16 17:42:08 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:42:08 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e592de4250, parent=0x55e59491d0b0, geometry=0,0 130x57)
May 16 17:42:08 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e592de4250, parent=0x55e59491d0b0, geometry=0,0 130x57)
May 16 17:42:08 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e592de4250, parent=0x55e59491d0b0, geometry=0,0 130x57)
May 16 17:42:08 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e592de4250, parent=0x55e59491d0b0, geometry=0,0 130x57)
May 16 17:42:08 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e592de4250, parent=0x55e59491d0b0, geometry=0,0 130x57)
May 16 17:42:08 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e592de4250, parent=0x55e59491d0b0, geometry=0,0 130x57)
May 16 17:42:08 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e592de4250, parent=0x55e59491d0b0, geometry=0,0 130x57)
May 16 17:42:09 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e592de4250, parent=0x55e59491d0b0, geometry=0,0 130x57)
May 16 17:42:09 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e592de4250, parent=0x55e59491d0b0, geometry=0,0 130x57)
May 16 17:42:44 archlinux wireplumber[834]: <WpSiNode:0x55fc23321cd0> Object activation aborted: proxy destroyed
May 16 17:42:44 archlinux wireplumber[834]: <WpSiNode:0x55fc23321cd0> failed to activate item: Object activation aborted: proxy destroyed
May 16 17:42:44 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e594df7310, parent=0x55e5951dcdd0, geometry=0,0 330x157)
May 16 17:42:45 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:42:45 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e594df7310, parent=0x55e5951dcdd0, geometry=0,0 330x157)
May 16 17:42:45 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e594df7310, parent=0x55e5951dcdd0, geometry=0,0 330x157)
May 16 17:42:45 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e594df7310, parent=0x55e5951dcdd0, geometry=0,0 330x157)
May 16 17:42:45 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e594df7310, parent=0x55e5951dcdd0, geometry=0,0 330x157)
May 16 17:42:45 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:42:45 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e594df7310, parent=0x55e5951dcdd0, geometry=0,0 330x157)
May 16 17:42:45 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:42:45 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e594df7310, parent=0x55e5951dcdd0, geometry=0,0 330x157)
May 16 17:42:45 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e594df7310, parent=0x55e5951dcdd0, geometry=0,0 330x157)
May 16 17:42:45 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e594df7310, parent=0x55e5951dcdd0, geometry=0,0 330x157)
May 16 17:42:45 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e594df7310, parent=0x55e5951dcdd0, geometry=0,0 330x157)
May 16 17:42:45 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e594df7310, parent=0x55e5951dcdd0, geometry=0,0 330x157)
May 16 17:42:45 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e594df7310, parent=0x55e5951dcdd0, geometry=0,0 330x157)
May 16 17:42:45 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e594df7310, parent=0x55e5951dcdd0, geometry=0,0 330x157)
May 16 17:42:45 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e594df7310, parent=0x55e5951dcdd0, geometry=0,0 330x157)
May 16 17:42:53 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e592598e60, parent=0x55e595287610, geometry=0,0 130x57)
May 16 17:42:53 archlinux wireplumber[834]: <WpSiStandardLink:0x55fc233506d0> si-standard-link: in/out items are not valid anymore
May 16 17:42:54 archlinux wireplumber[834]: <WpSiStandardLink:0x55fc2330df40> 1 of 1 PipeWire links failed to activate
May 16 17:43:13 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e5919b7cf0, parent=0x55e59181de10, geometry=0,0 330x157)
May 16 17:43:39 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e592814140, parent=0x55e594edd7c0, geometry=0,0 130x57)
May 16 17:43:39 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e594e94860, parent=0x55e594dd8060, geometry=0,0 75x29.5)
May 16 17:43:42 archlinux wireplumber[834]: <WpSiStandardLink:0x55fc2322c0b0> si-standard-link: in/out items are not valid anymore
May 16 17:43:42 archlinux wireplumber[834]: <WpSiStandardLink:0x55fc23344120> 1 of 1 PipeWire links failed to activate
May 16 17:43:43 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e594e07450, parent=0x55e59517da60, geometry=0,0 275x129.5)
May 16 17:43:47 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:43:47 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:43:47 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:44:05 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:44:05 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:44:05 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:44:05 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:44:06 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:44:18 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-79 noise=9999 txrate=72200
May 16 17:44:22 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-73 noise=9999 txrate=72200
May 16 17:44:22 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-73 noise=9999 txrate=72200
May 16 17:44:26 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-63 noise=9999 txrate=72200
May 16 17:44:26 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-63 noise=9999 txrate=72200
May 16 17:44:26 archlinux kernel: rtw_8723du 1-10:1.2: failed to get tx report from firmware
May 16 17:44:28 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-74 noise=9999 txrate=72200
May 16 17:44:32 archlinux kwin_wayland[474]: kwin_xkbcommon: XKB: inet:323:58: unrecognized keysym "XF86EmojiPicker"
May 16 17:44:32 archlinux kwin_wayland[474]: kwin_xkbcommon: XKB: inet:324:58: unrecognized keysym "XF86Dictate"
May 16 17:44:32 archlinux kwin_wayland_wrapper[1721]: The XKEYBOARD keymap compiler (xkbcomp) reports:
May 16 17:44:32 archlinux kwin_wayland_wrapper[1721]: > Warning:          Unsupported maximum keycode 708, clipping.
May 16 17:44:32 archlinux kwin_wayland_wrapper[1721]: >                   X11 cannot support keycodes above 255.
May 16 17:44:32 archlinux kwin_wayland_wrapper[1721]: Errors from xkbcomp are not fatal to the X server
May 16 17:44:32 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-64 noise=9999 txrate=72200
May 16 17:44:32 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-64 noise=9999 txrate=72200
May 16 17:44:33 archlinux kernel: rtw_8723du 1-10:1.2: failed to get tx report from firmware
May 16 17:44:44 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-55 noise=9999 txrate=65000
May 16 17:45:01 archlinux plasmashell[595]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
May 16 17:45:08 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-51 noise=9999 txrate=72200
May 16 17:45:35 archlinux kernel: rtw_8723du 1-10:1.2: failed to get tx report from firmware
May 16 17:46:09 archlinux wpa_supplicant[398]: wlan0: WPA: Group rekeying completed with 0c:80:63:c9:50:4c [GTK=CCMP]
May 16 17:46:10 archlinux kernel: rtw_8723du 1-10:1.2: failed to get tx report from firmware
May 16 17:48:01 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-74 noise=9999 txrate=72200
May 16 17:48:01 archlinux wireplumber[834]: <WpSiNode:0x55fc232e0c20> Object activation aborted: proxy destroyed
May 16 17:48:01 archlinux wireplumber[834]: <WpSiNode:0x55fc232e0c20> failed to activate item: Object activation aborted: proxy destroyed
May 16 17:48:02 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:48:02 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:48:02 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:48:02 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:48:05 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-71 noise=9999 txrate=72200
May 16 17:48:06 archlinux kernel: rtw_8723du 1-10:1.2: failed to get tx report from firmware
May 16 17:48:07 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-73 noise=9999 txrate=72200
May 16 17:48:11 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-54 noise=9999 txrate=72200
May 16 17:48:12 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-54 noise=9999 txrate=72200
May 16 17:48:12 archlinux kernel: rtw_8723du 1-10:1.2: failed to get tx report from firmware
May 16 17:48:12 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-50 noise=9999 txrate=72200
May 16 17:48:37 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:48:37 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:48:50 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:49:44 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-73 noise=9999 txrate=65000
May 16 17:49:48 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-63 noise=9999 txrate=72200
May 16 17:49:48 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-64 noise=9999 txrate=72200
May 16 17:49:49 archlinux kernel: rtw_8723du 1-10:1.2: failed to get tx report from firmware
May 16 17:49:51 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-52 noise=9999 txrate=65000
May 16 17:50:15 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-48 noise=9999 txrate=72200
May 16 17:50:21 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:50:35 archlinux kernel: rtw_8723du 1-10:1.2: failed to get tx report from firmware
May 16 17:50:35 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:50:47 archlinux rtkit-daemon[836]: Supervising 7 threads of 4 processes of 1 users.
May 16 17:50:47 archlinux rtkit-daemon[836]: Supervising 7 threads of 4 processes of 1 users.
May 16 17:50:47 archlinux rtkit-daemon[836]: Successfully made thread 1781 of process 1780 owned by '1000' RT at priority 20.
May 16 17:50:47 archlinux rtkit-daemon[836]: Supervising 8 threads of 5 processes of 1 users.
May 16 17:51:11 archlinux plasmashell[595]: QString::arg: 2 argument(s) missing in org.kde.dolphin
May 16 17:51:11 archlinux systemd[439]: Started Dolphin - File Manager.
May 16 17:51:11 archlinux plasmashell[595]: file:///usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/Task.qml:286: Unable to assign [undefined] to QString
May 16 17:51:11 archlinux dolphin[1786]: org.kde.dolphin: Unknown class  ""  in session saved data!
May 16 17:51:11 archlinux plasmashell[595]: error creating screencast "Could not find window id {75bcd4f0-7692-4847-9da0-9d884fb08709}"
May 16 17:51:12 archlinux dolphin[1786]: kf.kio.widgets: Cannot read information about filesystem under path "/home/rosin/.cache/thumbnails/"
May 16 17:51:12 archlinux dolphin[1786]: kf.kio.widgets: Cannot read information about filesystem under path "/home/rosin/.cache/thumbnails/"
May 16 17:51:12 archlinux dolphin[1786]: kf.kio.widgets: Cannot read information about filesystem under path "/home/rosin/.cache/thumbnails/"
May 16 17:51:12 archlinux dolphin[1786]: kf.kio.widgets: Cannot read information about filesystem under path "/home/rosin/.cache/thumbnails/"
May 16 17:51:12 archlinux dolphin[1786]: kf.kio.widgets: Cannot read information about filesystem under path "/home/rosin/.cache/thumbnails/"
May 16 17:51:12 archlinux dolphin[1786]: kf.kio.widgets: Cannot read information about filesystem under path "/home/rosin/.cache/thumbnails/"
May 16 17:51:12 archlinux dolphin[1786]: kf.kio.widgets: Cannot read information about filesystem under path "/home/rosin/.cache/thumbnails/"
May 16 17:51:12 archlinux dolphin[1786]: kf.kio.widgets: Cannot read information about filesystem under path "/home/rosin/.cache/thumbnails/"
May 16 17:51:12 archlinux dolphin[1786]: kf.kio.widgets: Cannot read information about filesystem under path "/home/rosin/.cache/thumbnails/"
May 16 17:51:12 archlinux dolphin[1786]: kf.kio.widgets: Cannot read information about filesystem under path "/home/rosin/.cache/thumbnails/"
May 16 17:51:13 archlinux dolphin[1786]: kf.kio.widgets: Cannot read information about filesystem under path "/home/rosin/.cache/thumbnails/"
May 16 17:51:13 archlinux dolphin[1786]: kf.kio.widgets: Cannot read information about filesystem under path "/home/rosin/.cache/thumbnails/"
May 16 17:51:13 archlinux dolphin[1786]: kf.kio.widgets: Cannot read information about filesystem under path "/home/rosin/.cache/thumbnails/"
May 16 17:51:13 archlinux dolphin[1786]: kf.kio.widgets: Cannot read information about filesystem under path "/home/rosin/.cache/thumbnails/"
May 16 17:51:13 archlinux dolphin[1786]: kf.kio.widgets: Cannot read information about filesystem under path "/home/rosin/.cache/thumbnails/"
May 16 17:51:13 archlinux dolphin[1786]: kf.kio.widgets: Cannot read information about filesystem under path "/home/rosin/.cache/thumbnails/"
May 16 17:51:13 archlinux dolphin[1786]: kf.kio.widgets: Cannot read information about filesystem under path "/home/rosin/.cache/thumbnails/"
May 16 17:51:13 archlinux dolphin[1786]: kf.kio.widgets: Cannot read information about filesystem under path "/home/rosin/.cache/thumbnails/"
May 16 17:51:13 archlinux dolphin[1786]: kf.kio.widgets: Cannot read information about filesystem under path "/home/rosin/.cache/thumbnails/"
May 16 17:51:13 archlinux dolphin[1786]: kf.kio.widgets: Cannot read information about filesystem under path "/home/rosin/.cache/thumbnails/"
May 16 17:51:13 archlinux dolphin[1786]: kf.kio.widgets: Cannot read information about filesystem under path "/home/rosin/.cache/thumbnails/"
May 16 17:51:16 archlinux systemd[439]: app-org.kde.dolphin-9aef1c90e6e0462d9f08478e7e81635f.scope: Consumed 1.815s CPU time.
May 16 17:51:50 archlinux plasmashell[595]: qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
May 16 17:51:50 archlinux plasmashell[595]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
May 16 17:51:51 archlinux plasmashell[595]: kf.sonnet.core: Sonnet: No speller backends available!
May 16 17:51:51 archlinux plasmashell[595]: kf.sonnet.core: No language dictionaries for the language: "en_US"
May 16 17:51:51 archlinux plasmashell[595]: Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
May 16 17:51:53 archlinux plasmashell[595]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
May 16 17:51:53 archlinux plasmashell[595]: kf.sonnet.core: No language dictionaries for the language: "en_US"
May 16 17:51:55 archlinux dbus-daemon[463]: [session uid=1000 pid=463] Activating via systemd: service name='org.kde.runners.baloo' unit='plasma-baloorunner.service' requested by ':1.14' (uid=1000 pid=595 comm="/usr/bin/plasmashell --no-respawn")
May 16 17:51:55 archlinux systemd[439]: Starting KRunner provider for baloo file indexer...
May 16 17:51:55 archlinux dbus-daemon[463]: [session uid=1000 pid=463] Successfully activated service 'org.kde.runners.baloo'
May 16 17:51:55 archlinux systemd[439]: Started KRunner provider for baloo file indexer.
May 16 17:52:02 archlinux systemd[439]: Started Discover - Software Center.
May 16 17:52:02 archlinux plasma-discover[1886]: org.kde.plasma.libdiscover: error loading "flatpak-backend" "Cannot load library /usr/lib/qt/plugins/discover/flatpak-backend.so: (libflatpak.so.0: cannot open shared object file: No such file or directory)" QJsonObject({"IID":"org.kde.muon.AbstractResourcesBackendFactory","archreq":0,"className":"FlatpakBackendFactory","debug":false,"version":331520})
May 16 17:52:02 archlinux dbus-daemon[345]: [system] Activating via systemd: service name='org.freedesktop.fwupd' unit='fwupd.service' requested by ':1.65' (uid=1000 pid=1886 comm="/usr/bin/plasma-discover appstream://io.elementary")
May 16 17:52:02 archlinux systemd[1]: Starting Firmware update daemon...
May 16 17:52:02 archlinux dbus-daemon[345]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' requested by ':1.66' (uid=0 pid=1910 comm="/usr/lib/fwupd/fwupd")
May 16 17:52:02 archlinux dbus-daemon[345]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service not found.
May 16 17:52:03 archlinux fwupd[1910]: 14:52:03.521 FuPluginIntelMe      failed to get public key using file-id 0x40002300, section FPF [0x8]: generic failure [0xd]
May 16 17:52:03 archlinux fwupd[1910]: 14:52:03.522 FuPluginIntelMe      failed to get public key using file-id 0x40002300, section UEP [0x4]: generic failure [0xd]
May 16 17:52:03 archlinux fwupd[1910]: 14:52:03.524 FuPluginIntelMe      failed to get public key using file-id 0x40005b00, section FPF [0x8]: generic failure [0xd]
May 16 17:52:03 archlinux fwupd[1910]: 14:52:03.524 FuPluginIntelMe      failed to get public key using file-id 0x40005b00, section UEP [0x4]: generic failure [0xd]
May 16 17:52:03 archlinux fwupd[1910]: 14:52:03.527 FuPluginIntelMe      failed to get public key using file-id 0x40005c00, section FPF [0x8]: generic failure [0xd]
May 16 17:52:03 archlinux fwupd[1910]: 14:52:03.527 FuPluginIntelMe      failed to get public key using file-id 0x40005c00, section UEP [0x4]: generic failure [0xd]
May 16 17:52:03 archlinux fwupd[1910]: 14:52:03.629 FuEngine             failed to add device /sys/devices/pci0000:00/0000:00:1f.0: failed to mmap SPIBAR: Operation not permitted
May 16 17:52:03 archlinux fwupd[1910]: 14:52:03.729 FuMain               Daemon ready for requests (locale en_US.UTF-8)
May 16 17:52:03 archlinux dbus-daemon[345]: [system] Successfully activated service 'org.freedesktop.fwupd'
May 16 17:52:03 archlinux systemd[1]: Started Firmware update daemon.
May 16 17:52:03 archlinux plasma-discover[1886]: org.kde.plasma.libdiscover: error loading "packagekit-backend" "Cannot load library /usr/lib/qt/plugins/discover/packagekit-backend.so: (libpackagekitqt5.so.1: cannot open shared object file: No such file or directory)" QJsonObject({"IID":"org.kde.muon.AbstractResourcesBackendFactory","archreq":0,"className":"PackageKitBackendFactory","debug":false,"version":331520})
May 16 17:52:03 archlinux plasma-discover[1886]: QObject::startTimer: Timers cannot have negative intervals
May 16 17:52:03 archlinux plasma-discover[1886]: qml: Error: Discover currently cannot be used to install any apps or perform system updates because none of its app backends are available.
                                                 <html>You can use <tt>pacman</tt> to install the optional dependencies that are needed to enable the application backends.<br/><br/>Please note that Arch Linux developers recommend using <tt>pacman</tt> for managing software because the PackageKit backend is not well-integrated on Arch Linux.</html>
                                                 Please visit https://bbs.archlinux.org/
May 16 17:52:04 archlinux plasma-discover[1886]: qml: Error: Could not open appstream://io.elementary.screenshot because it was not found in any available software repositories.
                                                 Please report this issue to the packagers of your distribution.
                                                 Please visit https://bugs.archlinux.org/
May 16 17:52:04 archlinux plasma-discover[1886]: Fwupd Error 10 no metadata URIs for vendor-directory
May 16 17:52:09 archlinux systemd[439]: Started Chromium - Web Browser.
May 16 17:52:09 archlinux dbus-daemon[345]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' requested by ':1.70' (uid=1000 pid=1947 comm="/usr/lib/chromium/chromium https://bugs.archlinux.")
May 16 17:52:09 archlinux dbus-daemon[345]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service not found.
May 16 17:52:09 archlinux plasmashell[1947]: Opening in existing browser session.
May 16 17:52:15 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:52:15 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:52:15 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:52:15 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:52:20 archlinux plasma-discover[1886]: Qt Quick Layouts: Detected recursive rearrange. Aborting after two iterations.
May 16 17:52:20 archlinux plasma-discover[1886]: Qt Quick Layouts: Detected recursive rearrange. Aborting after two iterations.
May 16 17:52:27 archlinux plasma-discover[1886]: org.kde.plasma.libdiscover: last stream isn't over yet Filters(search: "screenshot",) ResourcesProxyModel(0x561135d51540)
May 16 17:52:33 archlinux plasma-discover[1886]: org.kde.plasma.libdiscover: last stream isn't over yet Filters(category: Category(0x56113573cac0, name = "Plasma Addons"),search: "screenshot",) ResourcesProxyModel(0x561135d51540)
May 16 17:52:33 archlinux plasma-discover[1886]: file:///usr/lib/qt/qml/org/kde/kirigami.2/PlaceholderMessage.qml:254:5: QML Label: Binding loop detected for property "verticalAlignment"
May 16 17:52:41 archlinux plasma-discover[1886]: fetch ratings! false
May 16 17:52:41 archlinux plasma-discover[1886]: could not find category "Games" QVector(Category(0x56113573add0, name = "Application Addons"), Category(0x56113573cac0, name = "Plasma Addons"))
May 16 17:52:41 archlinux plasma-discover[1886]: looking up wrong category or too early "Games"
May 16 17:52:41 archlinux plasma-discover[1886]: could not find category "Developer Tools" QVector(Category(0x56113573add0, name = "Application Addons"), Category(0x56113573cac0, name = "Plasma Addons"))
May 16 17:52:41 archlinux plasma-discover[1886]: looking up wrong category or too early "Developer Tools"
May 16 17:52:41 archlinux plasma-discover[1886]: could not find category "Games" QVector(Category(0x56113573add0, name = "Application Addons"), Category(0x56113573cac0, name = "Plasma Addons"))
May 16 17:52:41 archlinux plasma-discover[1886]: looking up wrong category or too early "Games"
May 16 17:52:41 archlinux plasma-discover[1886]: could not find category "Developer Tools" QVector(Category(0x56113573add0, name = "Application Addons"), Category(0x56113573cac0, name = "Plasma Addons"))
May 16 17:52:41 archlinux plasma-discover[1886]: looking up wrong category or too early "Developer Tools"
May 16 17:52:41 archlinux plasma-discover[1886]: kf.kirigami: Could not create delegate for ToolBarLayout
May 16 17:52:41 archlinux plasma-discover[1886]: kf.kirigami: file:///usr/lib/qt/qml/org/kde/kirigami.2/ActionToolBar.qml: Object or context destroyed during incubation
May 16 17:52:41 archlinux plasma-discover[1886]: file:///usr/lib/qt/qml/org/kde/kirigami.2/ScrollablePage.qml:199:9: QML MouseArea: Binding loop detected for property "implicitHeight"
May 16 17:52:41 archlinux plasma-discover[1886]: qrc:/qml/BrowsingPage.qml:63: TypeError: Cannot read property 'message' of undefined
May 16 17:52:41 archlinux plasma-discover[1886]: qrc:/qml/BrowsingPage.qml:66: TypeError: Cannot read property 'actions' of undefined
May 16 17:52:41 archlinux plasma-discover[1886]: qrc:/qml/BrowsingPage.qml:61: TypeError: Cannot read property 'iconName' of undefined
May 16 17:52:41 archlinux plasma-discover[1886]: qrc:/qml/BrowsingPage.qml:60: TypeError: Cannot call method 'explainDysfunction' of null
May 16 17:52:42 archlinux plasma-discover[1886]: Qt Quick Layouts: Detected recursive rearrange. Aborting after two iterations.
May 16 17:52:42 archlinux plasma-discover[1886]: Qt Quick Layouts: Detected recursive rearrange. Aborting after two iterations.
May 16 17:52:54 archlinux systemd[439]: app-org.kde.discover.urlhandler-b8529e61534a4790aa9aa6c776e96662.scope: Consumed 6.829s CPU time.
May 16 17:52:54 archlinux plasmashell[595]: qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
May 16 17:52:54 archlinux plasmashell[595]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
May 16 17:52:56 archlinux plasmashell[595]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
May 16 17:52:56 archlinux plasmashell[595]: kf.sonnet.core: No language dictionaries for the language: "en_US"
May 16 17:53:03 archlinux systemd[439]: Started Discover - Software Center.
May 16 17:53:03 archlinux plasma-discover[2065]: org.kde.plasma.libdiscover: error loading "flatpak-backend" "Cannot load library /usr/lib/qt/plugins/discover/flatpak-backend.so: (libflatpak.so.0: cannot open shared object file: No such file or directory)" QJsonObject({"IID":"org.kde.muon.AbstractResourcesBackendFactory","archreq":0,"className":"FlatpakBackendFactory","debug":false,"version":331520})
May 16 17:53:03 archlinux plasma-discover[2065]: org.kde.plasma.libdiscover: error loading "packagekit-backend" "Cannot load library /usr/lib/qt/plugins/discover/packagekit-backend.so: (libpackagekitqt5.so.1: cannot open shared object file: No such file or directory)" QJsonObject({"IID":"org.kde.muon.AbstractResourcesBackendFactory","archreq":0,"className":"PackageKitBackendFactory","debug":false,"version":331520})
May 16 17:53:03 archlinux plasma-discover[2065]: QObject::startTimer: Timers cannot have negative intervals
May 16 17:53:03 archlinux plasma-discover[2065]: qml: Error: Discover currently cannot be used to install any apps or perform system updates because none of its app backends are available.
                                                 <html>You can use <tt>pacman</tt> to install the optional dependencies that are needed to enable the application backends.<br/><br/>Please note that Arch Linux developers recommend using <tt>pacman</tt> for managing software because the PackageKit backend is not well-integrated on Arch Linux.</html>
                                                 Please visit https://bbs.archlinux.org/
May 16 17:53:03 archlinux plasma-discover[2065]: qml: Error: Could not open appstream://io.github.lxqt.screengrab because it was not found in any available software repositories.
                                                 Please report this issue to the packagers of your distribution.
                                                 Please visit https://bugs.archlinux.org/
May 16 17:53:03 archlinux plasma-discover[2065]: Fwupd Error 10 no metadata URIs for vendor-directory
May 16 17:53:20 archlinux plasmashell[595]: qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
May 16 17:53:20 archlinux plasmashell[595]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
May 16 17:53:21 archlinux plasmashell[595]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
May 16 17:53:22 archlinux plasmashell[595]: kf.sonnet.core: No language dictionaries for the language: "en_US"
May 16 17:53:27 archlinux systemd[439]: Started Discover - Software Center.
May 16 17:53:27 archlinux plasma-discover[2136]: org.kde.plasma.libdiscover: error loading "flatpak-backend" "Cannot load library /usr/lib/qt/plugins/discover/flatpak-backend.so: (libflatpak.so.0: cannot open shared object file: No such file or directory)" QJsonObject({"IID":"org.kde.muon.AbstractResourcesBackendFactory","archreq":0,"className":"FlatpakBackendFactory","debug":false,"version":331520})
May 16 17:53:27 archlinux plasma-discover[2136]: org.kde.plasma.libdiscover: error loading "packagekit-backend" "Cannot load library /usr/lib/qt/plugins/discover/packagekit-backend.so: (libpackagekitqt5.so.1: cannot open shared object file: No such file or directory)" QJsonObject({"IID":"org.kde.muon.AbstractResourcesBackendFactory","archreq":0,"className":"PackageKitBackendFactory","debug":false,"version":331520})
May 16 17:53:27 archlinux plasma-discover[2136]: QObject::startTimer: Timers cannot have negative intervals
May 16 17:53:27 archlinux plasma-discover[2136]: qml: Error: Discover currently cannot be used to install any apps or perform system updates because none of its app backends are available.
                                                 <html>You can use <tt>pacman</tt> to install the optional dependencies that are needed to enable the application backends.<br/><br/>Please note that Arch Linux developers recommend using <tt>pacman</tt> for managing software because the PackageKit backend is not well-integrated on Arch Linux.</html>
                                                 Please visit https://bbs.archlinux.org/
May 16 17:53:27 archlinux plasma-discover[2136]: qml: Error: Could not open appstream://org.xfce.screenshooter because it was not found in any available software repositories.
                                                 Please report this issue to the packagers of your distribution.
                                                 Please visit https://bugs.archlinux.org/
May 16 17:53:27 archlinux plasma-discover[2136]: Fwupd Error 10 no metadata URIs for vendor-directory
May 16 17:53:59 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:53:59 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:54:01 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:54:03 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:54:03 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:54:03 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:54:05 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:54:06 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:54:06 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:54:07 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:54:08 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:54:09 archlinux dbus-daemon[345]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.81' (uid=0 pid=2220 comm="sudo pacman -S flameshot")
May 16 17:54:09 archlinux dbus-daemon[345]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
May 16 17:54:09 archlinux sudo[2220]: pam_systemd_home(sudo:auth): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
May 16 17:54:11 archlinux sudo[2220]:    rosin : TTY=pts/1 ; PWD=/home/rosin ; USER=root ; COMMAND=/usr/bin/pacman -S flameshot
May 16 17:54:11 archlinux sudo[2220]: pam_unix(sudo:session): session opened for user root(uid=0) by rosin(uid=1000)
May 16 17:54:11 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:54:11 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:54:13 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:54:13 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:54:13 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:54:14 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:54:14 archlinux dbus-daemon[463]: [session uid=1000 pid=463] Reloaded configuration
May 16 17:54:14 archlinux sudo[2220]: pam_unix(sudo:session): session closed for user root
May 16 17:54:14 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:54:15 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:54:15 archlinux plasmashell[595]: kf.service.services: The desktop entry file "/usr/share/applications/org.freedesktop.Xwayland.desktop" has Type= "Application" but no Exec line
May 16 17:54:15 archlinux plasmashell[595]: kf.service.sycoca: Invalid Service :  "/usr/share/applications/org.freedesktop.Xwayland.desktop"
May 16 17:54:15 archlinux kded5[559]: QDBusAbstractAdaptor: Cannot relay signal KDEDModule::moduleDeleted(KDEDModule*): Pointers are not supported: KDEDModule*
May 16 17:54:16 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:54:16 archlinux kded5[559]: Registering ":1.69/StatusNotifierItem" to system tray
May 16 17:54:16 archlinux plasmashell[595]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x55e595b67a20) QQmlContext(0x55e592661940) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml")
May 16 17:54:16 archlinux plasmashell[595]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x55e595b67a20) QQmlContext(0x55e592661940) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml")
May 16 17:54:16 archlinux plasmashell[595]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:127: TypeError: Property 'makeTransparentForInput' of object TypeError: Type InputDisabler is not a value type is not a function
May 16 17:54:34 archlinux plasmashell[595]: QString::arg: 2 argument(s) missing in org.kde.dolphin
May 16 17:54:34 archlinux systemd[439]: Started Dolphin - File Manager.
May 16 17:54:34 archlinux plasmashell[595]: file:///usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/Task.qml:286: Unable to assign [undefined] to QString
May 16 17:54:57 archlinux kwin_wayland[474]: This plugin does not support raise()
May 16 17:54:58 archlinux systemd[439]: app-org.kde.dolphin-4c391b253aca4975ab97d58902ba2eb5.scope: Consumed 2.555s CPU time.
May 16 17:55:09 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e592d72ec0, parent=0x55e5949cb0b0, geometry=0,0 101x42.5)
May 16 17:55:10 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e592d72ec0, parent=0x55e5949cb0b0, geometry=0,0 101x42.5)
May 16 17:55:10 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:55:10 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:55:10 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:55:10 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:55:10 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:55:10 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:55:10 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:55:10 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e592d72ec0, parent=0x55e5949cb0b0, geometry=0,0 101x42.5)
May 16 17:55:10 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:55:10 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:55:10 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e592d72ec0, parent=0x55e5949cb0b0, geometry=0,0 101x42.5)
May 16 17:55:10 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:55:10 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e592d72ec0, parent=0x55e5949cb0b0, geometry=0,0 101x42.5)
May 16 17:55:10 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e592d72ec0, parent=0x55e5949cb0b0, geometry=0,0 101x42.5)
May 16 17:55:10 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:55:10 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e592d72ec0, parent=0x55e5949cb0b0, geometry=0,0 101x42.5)
May 16 17:55:10 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:55:10 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e592d72ec0, parent=0x55e5949cb0b0, geometry=0,0 101x42.5)
May 16 17:55:10 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:55:10 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e592d72ec0, parent=0x55e5949cb0b0, geometry=0,0 101x42.5)
May 16 17:55:10 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:55:10 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:55:10 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:55:10 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:55:10 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:55:10 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:55:10 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e592d72ec0, parent=0x55e5949cb0b0, geometry=0,0 101x42.5)
May 16 17:55:10 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e592d72ec0, parent=0x55e5949cb0b0, geometry=0,0 101x42.5)
May 16 17:55:10 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e592d72ec0, parent=0x55e5949cb0b0, geometry=0,0 101x42.5)
May 16 17:55:10 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e592d72ec0, parent=0x55e5949cb0b0, geometry=0,0 101x42.5)
May 16 17:55:10 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:55:10 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e592d72ec0, parent=0x55e5949cb0b0, geometry=0,0 101x42.5)
May 16 17:55:10 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:55:10 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:55:10 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:55:10 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:55:10 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e592d72ec0, parent=0x55e5949cb0b0, geometry=0,0 101x42.5)
May 16 17:55:10 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:55:10 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:55:10 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:55:13 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e593a992a0, parent=0x55e5917af520, geometry=0,0 150x67)
May 16 17:55:14 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:55:14 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:55:15 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:55:15 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:55:15 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:55:15 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:55:15 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:55:15 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:55:16 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:55:16 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:55:16 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:55:19 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-76 noise=9999 txrate=65000
May 16 17:55:19 archlinux plasmashell[595]: QString::arg: 2 argument(s) missing in org.kde.dolphin
May 16 17:55:20 archlinux systemd[439]: Started Dolphin - File Manager.
May 16 17:55:20 archlinux plasmashell[595]: file:///usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/Task.qml:286: Unable to assign [undefined] to QString
May 16 17:55:24 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-69 noise=9999 txrate=72200
May 16 17:55:24 archlinux kernel: rtw_8723du 1-10:1.2: failed to get tx report from firmware
May 16 17:55:30 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-61 noise=9999 txrate=58500
May 16 17:55:30 archlinux plasmashell[595]: org.kde.kf5.kwindowsystem.kwayland: Failed to recreate shadow for PlasmaQuick::Dialog(0x55e592746640, name="popupWindow")
May 16 17:55:35 archlinux kernel: rtw_8723du 1-10:1.2: failed to get tx report from firmware
May 16 17:55:37 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-54 noise=9999 txrate=65000
May 16 17:55:54 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e592863760, parent=0x55e595e0f050, geometry=0,0 236x110)
May 16 17:55:58 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-52 noise=9999 txrate=72200
May 16 17:56:03 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e5919430c0, parent=0x55e5938bf9c0, geometry=0,0 101x42.5)
May 16 17:56:03 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e5919430c0, parent=0x55e5938bf9c0, geometry=0,0 101x42.5)
May 16 17:56:03 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e5919430c0, parent=0x55e5938bf9c0, geometry=0,0 101x42.5)
May 16 17:56:03 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:56:03 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e5919430c0, parent=0x55e5938bf9c0, geometry=0,0 101x42.5)
May 16 17:56:03 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:56:03 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e5919430c0, parent=0x55e5938bf9c0, geometry=0,0 101x42.5)
May 16 17:56:04 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e5919430c0, parent=0x55e5938bf9c0, geometry=0,0 101x42.5)
May 16 17:56:04 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e5919430c0, parent=0x55e5938bf9c0, geometry=0,0 101x42.5)
May 16 17:56:04 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e5919430c0, parent=0x55e5938bf9c0, geometry=0,0 101x42.5)
May 16 17:56:04 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e5919430c0, parent=0x55e5938bf9c0, geometry=0,0 101x42.5)
May 16 17:56:04 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e5919430c0, parent=0x55e5938bf9c0, geometry=0,0 101x42.5)
May 16 17:56:04 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e5919430c0, parent=0x55e5938bf9c0, geometry=0,0 101x42.5)
May 16 17:56:04 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e5919430c0, parent=0x55e5938bf9c0, geometry=0,0 101x42.5)
May 16 17:56:04 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e5919430c0, parent=0x55e5938bf9c0, geometry=0,0 101x42.5)
May 16 17:56:04 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e5919430c0, parent=0x55e5938bf9c0, geometry=0,0 101x42.5)
May 16 17:56:04 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e5919430c0, parent=0x55e5938bf9c0, geometry=0,0 101x42.5)
May 16 17:56:04 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e5919430c0, parent=0x55e5938bf9c0, geometry=0,0 101x42.5)
May 16 17:56:04 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e5919430c0, parent=0x55e5938bf9c0, geometry=0,0 101x42.5)
May 16 17:56:04 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e5919430c0, parent=0x55e5938bf9c0, geometry=0,0 101x42.5)
May 16 17:56:04 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e5919430c0, parent=0x55e5938bf9c0, geometry=0,0 101x42.5)
May 16 17:56:04 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_809(0x55e5919430c0, parent=0x55e5938bf9c0, geometry=0,0 101x42.5)
May 16 17:56:07 archlinux kded5[559]: Service  ":1.69" unregistered
May 16 17:56:11 archlinux rtkit-daemon[836]: Supervising 7 threads of 4 processes of 1 users.
May 16 17:56:11 archlinux rtkit-daemon[836]: Supervising 7 threads of 4 processes of 1 users.
May 16 17:56:11 archlinux rtkit-daemon[836]: Successfully made thread 2363 of process 2362 owned by '1000' RT at priority 20.
May 16 17:56:11 archlinux rtkit-daemon[836]: Supervising 8 threads of 5 processes of 1 users.
May 16 17:56:14 archlinux plasmashell[595]: qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
May 16 17:56:14 archlinux plasmashell[595]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
May 16 17:56:15 archlinux plasmashell[595]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
May 16 17:56:16 archlinux plasmashell[595]: kf.sonnet.core: No language dictionaries for the language: "en_US"
May 16 17:56:21 archlinux systemd[439]: Started Flameshot - Screenshot tool.
May 16 17:56:54 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-74 noise=9999 txrate=58500
May 16 17:56:56 archlinux kwin_wayland[474]: kwin_libinput: Libinput: event9  - SYNA3602:00 093A:0255 Touchpad: kernel bug: Touch jump detected and discarded.
                                             See https://wayland.freedesktop.org/libinput/doc/1.23.0/touchpad-jumping-cursors.html for details
May 16 17:56:57 archlinux kwin_wayland[474]: kwin_core: XCB error: 3 (BadWindow), sequence: 7794, resource id: 16777273, major code: 129 (SHAPE), minor code: 6 (Input)
May 16 17:56:58 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-55 noise=9999 txrate=72200
May 16 17:56:58 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-55 noise=9999 txrate=72200
May 16 17:56:59 archlinux kernel: rtw_8723du 1-10:1.2: failed to get tx report from firmware
May 16 17:57:19 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-55 noise=9999 txrate=72200
May 16 17:57:47 archlinux plasmashell[595]: file:///usr/share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/items/PlasmoidItem.qml:125: TypeError: Cannot read property 'compactRepresentationItem' of null
May 16 17:57:51 archlinux plasmashell[2840]: Fontconfig error: Cannot load default config file: No such file: (null)
May 16 17:57:53 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-90 noise=9999 txrate=58500
May 16 17:57:54 archlinux plasmashell[3177]: Fontconfig error: Cannot load default config file: No such file: (null)
May 16 17:57:56 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_987(0x55e595a1bdf0, parent=0x55e592ba5220, geometry=0,0 98x41)
May 16 17:57:57 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_987(0x55e595abdbb0, parent=0x55e592a89390, geometry=0,0 98x41)
May 16 17:57:57 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:57:57 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_987(0x55e595abdbb0, parent=0x55e592a89390, geometry=0,0 98x41)
May 16 17:57:57 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:57:57 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:57:57 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:57:57 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_987(0x55e595abdbb0, parent=0x55e592a89390, geometry=0,0 98x41)
May 16 17:57:57 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_987(0x55e595abdbb0, parent=0x55e592a89390, geometry=0,0 98x41)
May 16 17:57:57 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:57:57 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_987(0x55e595abdbb0, parent=0x55e592a89390, geometry=0,0 98x41)
May 16 17:57:57 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:57:57 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:57:57 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:57:57 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:57:57 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_987(0x55e595abdbb0, parent=0x55e592a89390, geometry=0,0 98x41)
May 16 17:57:57 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_987(0x55e595abdbb0, parent=0x55e592a89390, geometry=0,0 98x41)
May 16 17:57:57 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_987(0x55e595abdbb0, parent=0x55e592a89390, geometry=0,0 98x41)
May 16 17:57:57 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_987(0x55e595abdbb0, parent=0x55e592a89390, geometry=0,0 98x41)
May 16 17:57:57 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_987(0x55e595abdbb0, parent=0x55e592a89390, geometry=0,0 98x41)
May 16 17:57:57 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:57:57 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:57:57 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_987(0x55e595abdbb0, parent=0x55e592a89390, geometry=0,0 98x41)
May 16 17:57:57 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_987(0x55e595abdbb0, parent=0x55e592a89390, geometry=0,0 98x41)
May 16 17:57:57 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:57:57 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:57:57 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-62 noise=9999 txrate=72200
May 16 17:57:57 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-62 noise=9999 txrate=72200
May 16 17:57:57 archlinux plasmashell[966]: [966:989:0516/175757.484293:ERROR:ssl_client_socket_impl.cc(992)] handshake failed; returned -1, SSL error code 1, net_error -101
May 16 17:57:57 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 17:57:57 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_987(0x55e595f32970, parent=0x55e595961f70, geometry=0,0 222x103)
May 16 17:57:57 archlinux kernel: rtw_8723du 1-10:1.2: failed to get tx report from firmware
May 16 17:57:58 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_987(0x55e595c275c0, parent=0x55e591919710, geometry=0,0 74x29)
May 16 17:57:58 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-58 noise=9999 txrate=72200
May 16 17:58:03 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-58 noise=9999 txrate=58500
May 16 17:58:10 archlinux plasmashell[595]: qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
May 16 17:58:10 archlinux plasmashell[595]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
May 16 17:58:10 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_987(0x55e5951c69c0, parent=0x55e591bb58b0, geometry=0,0 130x57)
May 16 17:58:11 archlinux plasmashell[595]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
May 16 17:58:11 archlinux plasmashell[595]: kf.sonnet.core: No language dictionaries for the language: "en_US"
May 16 17:58:19 archlinux plasmashell[2947]: Fontconfig error: Cannot load default config file: No such file: (null)
May 16 17:58:20 archlinux plasmashell[595]: QString::arg: 2 argument(s) missing in systemsettings
May 16 17:58:21 archlinux systemd[439]: Started System Settings - System Settings.
May 16 17:58:21 archlinux systemsettings[1417]: QQmlEngine::setContextForObject(): Object already has a QQmlContext
May 16 17:58:34 archlinux systemd[439]: app-systemsettings-dd44b89194d04272aaaaa055c9639d7d.scope: Consumed 33.845s CPU time.
May 16 17:59:06 archlinux kwin_wayland[474]: kwin_libinput: Libinput: event9  - SYNA3602:00 093A:0255 Touchpad: kernel bug: Touch jump detected and discarded.
                                             See https://wayland.freedesktop.org/libinput/doc/1.23.0/touchpad-jumping-cursors.html for details
May 16 17:59:32 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-73 noise=9999 txrate=72200
May 16 17:59:33 archlinux plasmashell[595]: qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
May 16 17:59:33 archlinux plasmashell[595]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
May 16 17:59:35 archlinux plasmashell[595]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
May 16 17:59:35 archlinux plasmashell[595]: kf.sonnet.core: No language dictionaries for the language: "en_US"
May 16 17:59:36 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-62 noise=9999 txrate=72200
May 16 17:59:36 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-62 noise=9999 txrate=72200
May 16 17:59:36 archlinux plasmashell[595]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
May 16 17:59:36 archlinux kernel: rtw_8723du 1-10:1.2: failed to get tx report from firmware
May 16 17:59:37 archlinux plasmashell[595]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
May 16 17:59:37 archlinux plasmashell[595]: kf.sonnet.core: No language dictionaries for the language: "en_US"
May 16 17:59:38 archlinux systemd[439]: Started Flameshot - Screenshot tool.
May 16 17:59:38 archlinux kded5[559]: Registering ":1.76/StatusNotifierItem" to system tray
May 16 17:59:38 archlinux plasmashell[595]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x55e592a165d0) QQmlContext(0x55e592661940) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml")
May 16 17:59:38 archlinux plasmashell[595]: Could not find the Plasmoid for Plasma::FrameSvgItem(0x55e592a165d0) QQmlContext(0x55e592661940) QUrl("file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml")
May 16 17:59:38 archlinux plasmashell[595]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationItem.qml:127: TypeError: Property 'makeTransparentForInput' of object TypeError: Type InputDisabler is not a value type is not a function
May 16 17:59:57 archlinux dbus-daemon[345]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.89' (uid=1000 pid=925 comm="/usr/lib/chromium/chromium")
May 16 17:59:57 archlinux systemd[1]: Starting Hostname Service...
May 16 17:59:57 archlinux dbus-daemon[345]: [system] Successfully activated service 'org.freedesktop.hostname1'
May 16 17:59:57 archlinux systemd[1]: Started Hostname Service.
May 16 18:00:00 archlinux kwin_wayland[474]: kwin_xwl: Could not create a source from 0x563ff08ecef0 0
May 16 18:00:10 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-76 noise=9999 txrate=72200
May 16 18:00:15 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-64 noise=9999 txrate=72200
May 16 18:00:15 archlinux kernel: rtw_8723du 1-10:1.2: failed to get tx report from firmware
May 16 18:00:15 archlinux systemd[439]: app-org.kde.dolphin-ae222479065a490a9b35be25353037fd.scope: Consumed 2.364s CPU time.
May 16 18:00:16 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-75 noise=9999 txrate=72200
May 16 18:00:21 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-63 noise=9999 txrate=72200
May 16 18:00:21 archlinux kernel: rtw_8723du 1-10:1.2: failed to get tx report from firmware
May 16 18:00:24 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-61 noise=9999 txrate=65000
May 16 18:00:27 archlinux systemd[1]: systemd-hostnamed.service: Deactivated successfully.
May 16 18:00:35 archlinux kernel: rtw_8723du 1-10:1.2: failed to get tx report from firmware
May 16 18:00:47 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-55 noise=9999 txrate=52000
May 16 18:01:17 archlinux kernel: sysrq: HELP : loglevel(0-9) reboot(b) crash(c) terminate-all-tasks(e) memory-full-oom-kill(f) kill-all-tasks(i) thaw-filesystems(j) sak(k) show-backtrace-all-active-cpus(l) show-memory-usage(m) nice-all-RT-tasks(n) poweroff(o) show-registers(p) show-all-timers(q) unraw(r) sync(s) show-task-states(t) unmount(u) force-fb(v) show-blocked-tasks(w) dump-ftrace-buffer(z) 
May 16 18:01:22 archlinux plasmashell[595]: qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
May 16 18:01:22 archlinux plasmashell[595]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
May 16 18:01:50 archlinux plasmashell[3064]: Fontconfig error: Cannot load default config file: No such file: (null)
May 16 18:01:56 archlinux wireplumber[834]: <WpSiStandardLink:0x55fc23359b70> 1 of 1 PipeWire links failed to activate
May 16 18:01:56 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_987(0x55e5959aaef0, parent=0x55e592178190, geometry=0,0 98x41)
May 16 18:01:57 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_987(0x55e592de9410, parent=0x55e59346a050, geometry=0,0 261x122.5)
May 16 18:02:05 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 18:02:05 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 18:02:05 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 18:02:05 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 18:02:05 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 18:02:05 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 18:02:05 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 18:02:08 archlinux konsole[1210]: kf.notifications: Playing audio notification failed: Destroyed
May 16 18:02:08 archlinux systemd[439]: app-org.kde.konsole-819b6ca6559449ddb5c323edd5d0b917.scope: Consumed 9.689s CPU time.
May 16 18:03:18 archlinux plasmashell[595]: QString::arg: 2 argument(s) missing in org.kde.konsole
May 16 18:03:18 archlinux systemd[439]: Started Konsole - Terminal.
May 16 18:03:18 archlinux konsole[3525]: kf.xmlgui: Shortcut for action  "" "Show Quick Commands" set with QAction::setShortcut()! Use KActionCollection::setDefaultShortcut(s) instead.
May 16 18:03:18 archlinux konsole[3525]: kf.xmlgui: Shortcut for action  "" "Show SSH Manager" set with QAction::setShortcut()! Use KActionCollection::setDefaultShortcut(s) instead.
May 16 18:03:19 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_987(0x55e593a86260, parent=0x55e5921f7b60, geometry=0,0 236x110)
May 16 18:03:19 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_987(0x55e593a86260, parent=0x55e5921f7b60, geometry=0,0 236x110)
May 16 18:03:19 archlinux plasmashell[595]: kpipewire_logging: Window not available PipeWireSourceItem_QML_987(0x55e593a86260, parent=0x55e5921f7b60, geometry=0,0 236x110)
May 16 18:03:39 archlinux rtkit-daemon[836]: Supervising 6 threads of 3 processes of 1 users.
May 16 18:03:39 archlinux rtkit-daemon[836]: Supervising 6 threads of 3 processes of 1 users.
May 16 18:03:39 archlinux rtkit-daemon[836]: Successfully made thread 3554 of process 3553 owned by '1000' RT at priority 20.
May 16 18:03:39 archlinux rtkit-daemon[836]: Supervising 7 threads of 4 processes of 1 users.
May 16 18:04:14 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 18:04:14 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 18:04:14 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 18:04:14 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 18:05:07 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-49 noise=9999 txrate=72200
May 16 18:05:35 archlinux kernel: rtw_8723du 1-10:1.2: failed to get tx report from firmware
May 16 18:09:02 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-75 noise=9999 txrate=72200
May 16 18:09:06 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-63 noise=9999 txrate=72200
May 16 18:09:06 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-57 noise=9999 txrate=72200
May 16 18:09:06 archlinux kernel: rtw_8723du 1-10:1.2: failed to get tx report from firmware
May 16 18:09:09 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-53 noise=9999 txrate=72200
May 16 18:10:16 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-89 noise=9999 txrate=72200
May 16 18:10:20 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-56 noise=9999 txrate=72200
May 16 18:10:20 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-56 noise=9999 txrate=72200
May 16 18:10:20 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-56 noise=9999 txrate=72200
May 16 18:10:21 archlinux kernel: rtw_8723du 1-10:1.2: failed to get tx report from firmware
May 16 18:10:35 archlinux kernel: rtw_8723du 1-10:1.2: failed to get tx report from firmware
May 16 18:11:02 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-75 noise=9999 txrate=72200
May 16 18:11:06 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-63 noise=9999 txrate=72200
May 16 18:11:06 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-63 noise=9999 txrate=72200
May 16 18:11:06 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-69 noise=9999 txrate=72200
May 16 18:11:11 archlinux kernel: rtw_8723du 1-10:1.2: failed to get tx report from firmware
May 16 18:11:11 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-59 noise=9999 txrate=72200
May 16 18:11:14 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-56 noise=9999 txrate=72200
May 16 18:11:51 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-51 noise=9999 txrate=72200
May 16 18:12:25 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 18:12:25 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 18:12:25 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 18:12:25 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 18:12:31 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 18:12:33 archlinux dbus-daemon[345]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.92' (uid=0 pid=3652 comm="sudo pacman -S alsa-lib")
May 16 18:12:33 archlinux dbus-daemon[345]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
May 16 18:12:33 archlinux sudo[3652]: pam_systemd_home(sudo:auth): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
May 16 18:12:33 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 18:12:33 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 18:12:33 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 18:12:33 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 18:12:35 archlinux sudo[3652]:    rosin : TTY=pts/1 ; PWD=/home/rosin ; USER=root ; COMMAND=/usr/bin/pacman -S alsa-lib
May 16 18:12:35 archlinux sudo[3652]: pam_unix(sudo:session): session opened for user root(uid=0) by rosin(uid=1000)
May 16 18:12:35 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 18:12:36 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 18:12:36 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 18:12:36 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 18:12:36 archlinux sudo[3652]: pam_unix(sudo:session): session closed for user root
May 16 18:12:37 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 18:12:46 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 18:12:49 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 18:12:51 archlinux dbus-daemon[345]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.93' (uid=0 pid=3687 comm="sudo pacman -S alsa-ucm-conf")
May 16 18:12:51 archlinux dbus-daemon[345]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
May 16 18:12:51 archlinux sudo[3687]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
May 16 18:12:51 archlinux sudo[3687]:    rosin : TTY=pts/1 ; PWD=/home/rosin ; USER=root ; COMMAND=/usr/bin/pacman -S alsa-ucm-conf
May 16 18:12:51 archlinux sudo[3687]: pam_unix(sudo:session): session opened for user root(uid=0) by rosin(uid=1000)
May 16 18:12:51 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 18:12:51 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 18:12:52 archlinux sudo[3687]: pam_unix(sudo:session): session closed for user root
May 16 18:12:55 archlinux plasmashell[595]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
May 16 18:12:55 archlinux plasmashell[595]: file:///usr/lib/qt/qml/org/kde/plasma/extras/PlaceholderMessage.qml:238:5: QML Heading: Binding loop detected for property "verticalAlignment"
May 16 18:13:01 archlinux systemd[439]: app-org.kde.konsole-74b7812c8aa6462b869b7f886ab5fa44.scope: Consumed 3.426s CPU time.
May 16 18:13:35 archlinux kwin_wayland[474]: kwin_libinput: Libinput: event9  - SYNA3602:00 093A:0255 Touchpad: kernel bug: Touch jump detected and discarded.
                                             See https://wayland.freedesktop.org/libinput/doc/1.23.0/touchpad-jumping-cursors.html for details
May 16 18:14:55 archlinux systemd-logind[347]: Lid closed.
May 16 18:14:55 archlinux systemd-logind[347]: The system will suspend now!
May 16 18:14:55 archlinux NetworkManager[352]: <info>  [1684250095.7350] manager: sleep: sleep requested (sleeping: no  enabled: yes)
May 16 18:14:55 archlinux NetworkManager[352]: <info>  [1684250095.7352] device (enp1s0): state change: unavailable -> unmanaged (reason 'sleeping', sys-iface-state: 'managed')
May 16 18:14:55 archlinux NetworkManager[352]: <info>  [1684250095.7480] manager: NetworkManager state is now ASLEEP
May 16 18:14:55 archlinux NetworkManager[352]: <info>  [1684250095.7483] device (wlan0): state change: activated -> deactivating (reason 'sleeping', sys-iface-state: 'managed')
May 16 18:14:55 archlinux kded5[559]: org.kde.plasma.nm.kded: Unhandled active connection state change:  3
May 16 18:14:55 archlinux dbus-daemon[345]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.3' (uid=0 pid=352 comm="/usr/bin/NetworkManager --no-daemon")
May 16 18:14:55 archlinux systemd[1]: Starting Network Manager Script Dispatcher Service...
May 16 18:14:55 archlinux dbus-daemon[345]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
May 16 18:14:55 archlinux systemd[1]: Started Network Manager Script Dispatcher Service.
May 16 18:14:55 archlinux kernel: wlan0: deauthenticating from 0c:80:63:c9:50:4c by local choice (Reason: 3=DEAUTH_LEAVING)
May 16 18:14:55 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-DISCONNECTED bssid=0c:80:63:c9:50:4c reason=3 locally_generated=1
May 16 18:14:55 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-DSCP-POLICY clear_all
May 16 18:14:55 archlinux NetworkManager[352]: <info>  [1684250095.9465] device (wlan0): state change: deactivating -> disconnected (reason 'sleeping', sys-iface-state: 'managed')
May 16 18:14:55 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-REGDOM-CHANGE init=CORE type=WORLD
May 16 18:14:55 archlinux NetworkManager[352]: <info>  [1684250095.9657] dhcp4 (wlan0): canceled DHCP transaction
May 16 18:14:55 archlinux NetworkManager[352]: <info>  [1684250095.9658] dhcp4 (wlan0): activation: beginning transaction (timeout in 45 seconds)
May 16 18:14:55 archlinux NetworkManager[352]: <info>  [1684250095.9658] dhcp4 (wlan0): state changed no lease
May 16 18:14:55 archlinux NetworkManager[352]: <info>  [1684250095.9660] dhcp6 (wlan0): canceled DHCP transaction
May 16 18:14:55 archlinux NetworkManager[352]: <info>  [1684250095.9660] dhcp6 (wlan0): activation: beginning transaction (timeout in 45 seconds)
May 16 18:14:55 archlinux NetworkManager[352]: <info>  [1684250095.9661] dhcp6 (wlan0): state changed no lease
May 16 18:14:55 archlinux NetworkManager[352]: <info>  [1684250095.9836] device (wlan0): set-hw-addr: set MAC address to DE:4E:54:EB:26:B8 (scanning)
May 16 18:14:56 archlinux kscreenlocker_greet[3786]: kf.kirigami: Failed to find a Kirigami platform plugin
May 16 18:14:56 archlinux kscreenlocker_greet[3786]: qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
May 16 18:14:56 archlinux kscreenlocker_greet[3786]: qt.qpa.wayland: Wayland does not support QWindow::requestActivate()
May 16 18:14:56 archlinux NetworkManager[352]: <info>  [1684250096.5136] device (wlan0): supplicant interface state: completed -> disconnected
May 16 18:14:56 archlinux NetworkManager[352]: <info>  [1684250096.5139] device (wlan0): supplicant interface state: disconnected -> interface_disabled
May 16 18:14:56 archlinux NetworkManager[352]: <info>  [1684250096.5140] device (wlan0): supplicant interface state: interface_disabled -> disconnected
May 16 18:14:56 archlinux NetworkManager[352]: <info>  [1684250096.5143] device (wlan0): state change: disconnected -> unmanaged (reason 'sleeping', sys-iface-state: 'managed')
May 16 18:14:57 archlinux NetworkManager[352]: <info>  [1684250097.0895] device (wlan0): set-hw-addr: reset MAC address to 46:07:40:8C:4C:3D (unmanage)
May 16 18:14:57 archlinux systemd[1]: Reached target Sleep.
May 16 18:14:57 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-DSCP-POLICY clear_all
May 16 18:14:57 archlinux systemd[1]: Starting System Suspend...
May 16 18:14:57 archlinux systemd-sleep[3832]: Entering sleep state 'suspend'...
May 16 18:14:57 archlinux kernel: PM: suspend entry (deep)
May 16 18:14:57 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-DSCP-POLICY clear_all
May 16 18:14:57 archlinux wpa_supplicant[398]: nl80211: deinit ifname=wlan0 disabled_11b_rates=0
May 16 18:14:57 archlinux kernel: Filesystems sync: 0.036 seconds
May 16 18:38:24 archlinux kernel: Freezing user space processes
May 16 18:38:24 archlinux kernel: Freezing user space processes completed (elapsed 0.002 seconds)
May 16 18:38:24 archlinux kernel: OOM killer disabled.
May 16 18:38:24 archlinux kernel: Freezing remaining freezable tasks
May 16 18:38:24 archlinux kernel: Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
May 16 18:38:24 archlinux kernel: printk: Suspending console(s) (use no_console_suspend to debug)
May 16 18:38:24 archlinux kernel: sd 2:0:0:0: [sda] Synchronizing SCSI cache
May 16 18:38:24 archlinux kernel: sd 2:0:0:0: [sda] Stopping disk
May 16 18:38:24 archlinux kernel: usb 1-10: reset high-speed USB device number 4 using xhci_hcd
May 16 18:38:24 archlinux kernel: ------------[ cut here ]------------
May 16 18:38:24 archlinux kernel: Have pending ack frames!
May 16 18:38:24 archlinux kernel: WARNING: CPU: 0 PID: 1352 at net/mac80211/main.c:1509 ieee80211_free_ack_frame+0x3e/0x50 [mac80211]
May 16 18:38:24 archlinux kernel: Modules linked in: ccm snd_seq_dummy snd_hrtimer snd_seq snd_seq_device snd_soc_sof_es8336 snd_soc_intel_hda_dsp_common snd_sof_probes snd_hda_codec_hdmi snd_soc_dmic snd_sof_pci_intel_cnl snd_sof_intel_hda_common soundwire_intel soundwire_generic_allocation soundwire_cadence snd_sof_intel_hda snd_sof_pci snd_sof_xtensa_dsp snd_sof snd_sof_utils soundwire_bus snd_soc_skl intel_tcc_cooling x86_pkg_temp_thermal snd_soc_hdac_hda intel_powerclamp snd_hda_ext_core coretemp snd_soc_sst_ipc rtw88_8723du snd_soc_sst_dsp kvm_intel rtw88_8723d kvm irqbypass joydev crct10dif_pclmul snd_soc_acpi_intel_match crc32_pclmul rtw88_usb snd_soc_acpi mousedev btusb polyval_clmulni snd_hda_intel uvcvideo polyval_generic rtw88_core gf128mul btrtl btbcm ghash_clmulni_intel snd_soc_es8316 snd_intel_dspcfg videobuf2_vmalloc sha512_ssse3 hid_multitouch btintel spi_pxa2xx_platform mei_hdcp aesni_intel uvc btmtk mac80211 mei_pxp iTCO_wdt i915 snd_intel_sdw_acpi videobuf2_memops snd_soc_core crypto_simd dw_dmac r8169 bluetooth
May 16 18:38:24 archlinux kernel:  intel_pmc_bxt snd_compress snd_hda_codec libarc4 iTCO_vendor_support videobuf2_v4l2 8250_dw ac97_bus processor_thermal_device_pci_legacy realtek cryptd snd_hda_core drm_buddy rtsx_usb_ms cfg80211 intel_rapl_msr snd_pcm_dmaengine wmi_bmof spi_nor mei_me rapl videodev processor_thermal_device ecdh_generic i2c_algo_bit snd_hwdep memstick mdio_devres intel_cstate vfat rtsx_usb_sdmmc rfkill fat videobuf2_common crc16 processor_thermal_rfim libphy pcspkr mtd i2c_i801 mc ttm snd_pcm processor_thermal_mbox i2c_smbus intel_lpss_pci intel_uncore drm_display_helper mei snd_timer intel_lpss processor_thermal_rapl i2c_hid_acpi idma64 snd int3403_thermal video intel_rapl_common cec intel_pch_thermal intel_soc_dts_iosf soundcore i2c_hid intel_gtt soc_button_array int340x_thermal_zone int3400_thermal wmi intel_hid acpi_thermal_rel sparse_keymap acpi_tad acpi_pad rtsx_usb mac_hid pkcs8_key_parser crypto_user fuse dm_mod loop zram ip_tables x_tables serio_raw atkbd libps2 sdhci_pci cqhci spi_intel_pci vivaldi_fmap sdhci
May 16 18:38:24 archlinux kernel:  i8042 xhci_pci spi_intel mmc_core xhci_pci_renesas serio btrfs blake2b_generic xor raid6_pq libcrc32c crc32c_generic crc32c_intel
May 16 18:38:24 archlinux kernel: CPU: 0 PID: 1352 Comm: kworker/u8:2 Not tainted 6.3.2-arch1-1 #1 44a850778a68c42d012ba8e685997cb0375875a4
May 16 18:38:24 archlinux kernel: Hardware name: Digma EVE 15 P417 NP3158CXW01/CM218, BIOS CML_CM218_78B_V3.0.1 09/19/2022
May 16 18:38:24 archlinux kernel: Workqueue: events_unbound async_run_entry_fn
May 16 18:38:24 archlinux kernel: RIP: 0010:ieee80211_free_ack_frame+0x3e/0x50 [mac80211]
May 16 18:38:24 archlinux kernel: Code: 74 15 48 89 df be 02 00 00 00 e8 3d 32 57 f4 31 c0 5b c3 cc cc cc cc 48 c7 c7 fc 99 41 c1 c6 05 c7 23 11 00 01 e8 92 d0 b4 f3 <0f> 0b eb d4 66 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 00 90 90 90 90
May 16 18:38:24 archlinux kernel: RSP: 0018:ffffb97484a33c90 EFLAGS: 00010282
May 16 18:38:24 archlinux kernel: RAX: 0000000000000000 RBX: ffff8ede87848b00 RCX: 0000000000000027
May 16 18:38:24 archlinux kernel: RDX: ffff8edf96421688 RSI: 0000000000000001 RDI: ffff8edf96421680
May 16 18:38:24 archlinux kernel: RBP: ffffffffc1364ad0 R08: ffffffffb6c5a1c0 R09: ffffb97484a33c18
May 16 18:38:24 archlinux kernel: R10: 3fffffffffffffff R11: 0000000000000000 R12: 0000000080000000
May 16 18:38:24 archlinux kernel: R13: 0000000000000000 R14: ffff8ede5821a010 R15: ffff8ede959a76f0
May 16 18:38:24 archlinux kernel: FS:  0000000000000000(0000) GS:ffff8edf96400000(0000) knlGS:0000000000000000
May 16 18:38:24 archlinux kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
May 16 18:38:24 archlinux kernel: CR2: 00007f252d395a64 CR3: 0000000019e20006 CR4: 00000000003706f0
May 16 18:38:24 archlinux kernel: Call Trace:
May 16 18:38:24 archlinux kernel:  <TASK>
May 16 18:38:24 archlinux kernel:  idr_for_each+0x71/0xf0
May 16 18:38:24 archlinux kernel:  ieee80211_free_hw+0x2f/0xa0 [mac80211 e74dc25bba53417f9c87e4ffd577a1e154d993df]
May 16 18:38:24 archlinux kernel:  usb_unbind_interface+0x90/0x270
May 16 18:38:24 archlinux kernel:  device_release_driver_internal+0x19f/0x200
May 16 18:38:24 archlinux kernel:  usb_forced_unbind_intf+0x52/0xa0
May 16 18:38:24 archlinux kernel:  usb_suspend+0x67/0x130
May 16 18:38:24 archlinux kernel:  ? __pfx_usb_dev_suspend+0x10/0x10
May 16 18:38:24 archlinux kernel:  dpm_run_callback+0x89/0x1e0
May 16 18:38:24 archlinux kernel:  __device_suspend+0x10a/0x560
May 16 18:38:24 archlinux kernel:  async_suspend+0x1e/0x70
May 16 18:38:24 archlinux kernel:  async_run_entry_fn+0x31/0x130
May 16 18:38:24 archlinux kernel:  process_one_work+0x1c4/0x3d0
May 16 18:38:24 archlinux kernel:  worker_thread+0x51/0x390
May 16 18:38:24 archlinux kernel:  ? __pfx_worker_thread+0x10/0x10
May 16 18:38:24 archlinux kernel:  kthread+0xdb/0x110
May 16 18:38:24 archlinux kernel:  ? __pfx_kthread+0x10/0x10
May 16 18:38:24 archlinux kernel:  ret_from_fork+0x29/0x50
May 16 18:38:24 archlinux kernel:  </TASK>
May 16 18:38:24 archlinux kernel: ---[ end trace 0000000000000000 ]---
May 16 18:38:24 archlinux kernel: ACPI: EC: interrupt blocked
May 16 18:38:24 archlinux kernel: ACPI: PM: Preparing to enter system sleep state S3
May 16 18:38:24 archlinux kernel: ACPI: EC: event blocked
May 16 18:38:24 archlinux kernel: ACPI: EC: EC stopped
May 16 18:38:24 archlinux kernel: ACPI: PM: Saving platform NVS memory
May 16 18:38:24 archlinux kernel: Disabling non-boot CPUs ...
May 16 18:38:24 archlinux kernel: smpboot: CPU 1 is now offline
May 16 18:38:24 archlinux kernel: smpboot: CPU 2 is now offline
May 16 18:38:24 archlinux kernel: smpboot: CPU 3 is now offline
May 16 18:38:24 archlinux kernel: ACPI: PM: Low-level resume complete
May 16 18:38:24 archlinux kernel: ACPI: EC: EC started
May 16 18:38:24 archlinux kernel: ACPI: PM: Restoring platform NVS memory
May 16 18:38:24 archlinux kernel: Enabling non-boot CPUs ...
May 16 18:38:24 archlinux kernel: x86: Booting SMP configuration:
May 16 18:38:24 archlinux kernel: smpboot: Booting Node 0 Processor 1 APIC 0x2
May 16 18:38:24 archlinux kernel: CPU1 is up
May 16 18:38:24 archlinux kernel: smpboot: Booting Node 0 Processor 2 APIC 0x1
May 16 18:38:24 archlinux kernel: CPU2 is up
May 16 18:38:24 archlinux kernel: smpboot: Booting Node 0 Processor 3 APIC 0x3
May 16 18:38:24 archlinux kernel: CPU3 is up
May 16 18:38:24 archlinux kernel: ACPI: PM: Waking up from system sleep state S3
May 16 18:38:24 archlinux kernel: ACPI: EC: interrupt unblocked
May 16 18:38:24 archlinux kernel: ACPI: EC: event unblocked
May 16 18:38:24 archlinux kernel: sd 2:0:0:0: [sda] Starting disk
May 16 18:38:24 archlinux kernel: i915 0000:00:02.0: [drm] [ENCODER:94:DDI A/PHY A] is disabled/in DSI mode with an ungated DDI clock, gate it
May 16 18:38:24 archlinux kernel: i915 0000:00:02.0: [drm] [ENCODER:102:DDI B/PHY B] is disabled/in DSI mode with an ungated DDI clock, gate it
May 16 18:38:24 archlinux kernel: i915 0000:00:02.0: [drm] [ENCODER:111:DDI C/PHY C] is disabled/in DSI mode with an ungated DDI clock, gate it
May 16 18:38:24 archlinux kernel: usb 1-4: reset high-speed USB device number 2 using xhci_hcd
May 16 18:38:24 archlinux kernel: ata2: SATA link down (SStatus 4 SControl 300)
May 16 18:38:24 archlinux kernel: ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
May 16 18:38:24 archlinux kernel: ata1: SATA link down (SStatus 4 SControl 300)
May 16 18:38:24 archlinux kernel: ata3.00: configured for UDMA/133
May 16 18:38:24 archlinux kernel: usb 1-5: reset high-speed USB device number 3 using xhci_hcd
May 16 18:38:24 archlinux kernel: OOM killer enabled.
May 16 18:38:24 archlinux kernel: Restarting tasks ... 
May 16 18:38:24 archlinux kernel: mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915])
May 16 18:38:24 archlinux kernel: Bluetooth: hci0: RTL: examining hci_ver=08 hci_rev=000d lmp_ver=08 lmp_subver=8723
May 16 18:38:24 archlinux kernel: Bluetooth: hci0: RTL: rom_version status=0 version=2
May 16 18:38:24 archlinux kernel: Bluetooth: hci0: RTL: loading rtl_bt/rtl8723d_fw.bin
May 16 18:38:24 archlinux kernel: Bluetooth: hci0: RTL: loading rtl_bt/rtl8723d_config.bin
May 16 18:38:24 archlinux kernel: Bluetooth: hci0: RTL: cfg_sz 10, total sz 33266
May 16 18:38:24 archlinux kernel: rtw_8723du 1-10:1.2: Firmware version 48.0.0, H2C version 0
May 16 18:38:24 archlinux systemd-logind[347]: Lid opened.
May 16 18:38:24 archlinux systemd-logind[347]: Power key pressed short.
May 16 18:38:24 archlinux systemd[1]: Starting Load/Save RF Kill Switch Status...
May 16 18:38:24 archlinux kernel: done.
May 16 18:38:24 archlinux kernel: random: crng reseeded on system resumption
May 16 18:38:24 archlinux NetworkManager[352]: <info>  [1684251504.8209] radio killswitch /sys/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.2/ieee80211/phy0/rfkill1 disappeared
May 16 18:38:24 archlinux systemd[1]: Stopped target Bluetooth Support.
May 16 18:38:24 archlinux systemd[439]: Reached target Bluetooth.
May 16 18:38:24 archlinux systemd[1]: Reached target Bluetooth Support.
May 16 18:38:24 archlinux systemd[1]: Started Load/Save RF Kill Switch Status.
May 16 18:38:24 archlinux dbus-daemon[345]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.97' (uid=1000 pid=3786 comm="/usr/lib/kscreenlocker_greet --immediateLock --gra")
May 16 18:38:24 archlinux dbus-daemon[345]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
May 16 18:38:24 archlinux kscreenlocker_greet[3786]: pam_systemd_home(kde:auth): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
May 16 18:38:24 archlinux fwupd[1910]: 15:38:24.959 FuPluginIntelMe      failed to get public key using file-id 0x40002300, section FPF [0x8]: generic failure [0xd]
May 16 18:38:24 archlinux fwupd[1910]: 15:38:24.960 FuPluginIntelMe      failed to get public key using file-id 0x40002300, section UEP [0x4]: generic failure [0xd]
May 16 18:38:24 archlinux fwupd[1910]: 15:38:24.962 FuPluginIntelMe      failed to get public key using file-id 0x40005b00, section FPF [0x8]: generic failure [0xd]
May 16 18:38:24 archlinux fwupd[1910]: 15:38:24.962 FuPluginIntelMe      failed to get public key using file-id 0x40005b00, section UEP [0x4]: generic failure [0xd]
May 16 18:38:24 archlinux fwupd[1910]: 15:38:24.964 FuPluginIntelMe      failed to get public key using file-id 0x40005c00, section FPF [0x8]: generic failure [0xd]
May 16 18:38:24 archlinux fwupd[1910]: 15:38:24.965 FuPluginIntelMe      failed to get public key using file-id 0x40005c00, section UEP [0x4]: generic failure [0xd]
May 16 18:38:25 archlinux systemd-sleep[3832]: System returned from sleep state.
May 16 18:38:25 archlinux kernel: PM: suspend exit
May 16 18:38:25 archlinux systemd[1]: systemd-suspend.service: Deactivated successfully.
May 16 18:38:25 archlinux kernel: Bluetooth: hci0: RTL: fw version 0x828a96f1
May 16 18:38:25 archlinux systemd[1]: Finished System Suspend.
May 16 18:38:25 archlinux systemd[1]: Stopped target Sleep.
May 16 18:38:25 archlinux systemd[1]: Reached target Suspend.
May 16 18:38:25 archlinux systemd[1]: Stopped target Suspend.
May 16 18:38:25 archlinux systemd-logind[347]: Operation 'sleep' finished.
May 16 18:38:25 archlinux NetworkManager[352]: <info>  [1684251505.0518] manager: sleep: wake requested (sleeping: yes  enabled: yes)
May 16 18:38:25 archlinux NetworkManager[352]: <info>  [1684251505.0521] device (enp1s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
May 16 18:38:25 archlinux kernel: Generic FE-GE Realtek PHY r8169-0-100:00: attached PHY driver (mii_bus:phy_addr=r8169-0-100:00, irq=MAC)
May 16 18:38:25 archlinux kernel: r8169 0000:01:00.0 enp1s0: Link is Down
May 16 18:38:25 archlinux NetworkManager[352]: <info>  [1684251505.2778] manager: NetworkManager state is now DISCONNECTED
May 16 18:38:25 archlinux NetworkManager[352]: <info>  [1684251505.2795] device (wlan0): driver supports Access Point (AP) mode
May 16 18:38:25 archlinux NetworkManager[352]: <info>  [1684251505.2814] manager: (wlan0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/4)
May 16 18:38:25 archlinux NetworkManager[352]: <info>  [1684251505.2834] rfkill3: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.2/ieee80211/phy1/rfkill3) (driver rtw_8723du)
May 16 18:38:25 archlinux NetworkManager[352]: <info>  [1684251505.3447] device (wlan0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
May 16 18:38:25 archlinux NetworkManager[352]: <info>  [1684251505.9047] device (wlan0): set-hw-addr: set MAC address to DE:09:B6:4A:29:BB (scanning)
May 16 18:38:26 archlinux wpa_supplicant[398]: dbus: fill_dict_with_properties dbus_interface=fi.w1.wpa_supplicant1.Interface.P2PDevice dbus_property=P2PDeviceConfig getter failed
May 16 18:38:26 archlinux NetworkManager[352]: <info>  [1684251506.4431] device (wlan0): supplicant interface state: internal-starting -> disconnected
May 16 18:38:26 archlinux NetworkManager[352]: <info>  [1684251506.4432] device (wlan0): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
May 16 18:38:27 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
May 16 18:38:27 archlinux unix_chkpwd[3895]: password check failed for user (rosin)
May 16 18:38:27 archlinux kscreenlocker_greet[3786]: pam_unix(kde:auth): authentication failure; logname=rosin uid=1000 euid=1000 tty= ruser= rhost=  user=rosin
May 16 18:38:28 archlinux NetworkManager[352]: <info>  [1684251508.2017] policy: auto-activating connection 'Galina' (0d827645-e5a8-4596-b6d9-9f260db115d7)
May 16 18:38:28 archlinux NetworkManager[352]: <info>  [1684251508.2031] device (wlan0): Activation: starting connection 'Galina' (0d827645-e5a8-4596-b6d9-9f260db115d7)
May 16 18:38:28 archlinux NetworkManager[352]: <info>  [1684251508.2034] device (wlan0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
May 16 18:38:28 archlinux NetworkManager[352]: <info>  [1684251508.2041] manager: NetworkManager state is now CONNECTING
May 16 18:38:28 archlinux NetworkManager[352]: <info>  [1684251508.2304] device (wlan0): set-hw-addr: reset MAC address to 46:07:40:8C:4C:3D (preserve)
May 16 18:38:28 archlinux NetworkManager[352]: <info>  [1684251508.7391] device (wlan0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
May 16 18:38:28 archlinux NetworkManager[352]: <info>  [1684251508.7394] device (wlan0): Activation: (wifi) access point 'Galina' has security, but secrets are required.
May 16 18:38:28 archlinux NetworkManager[352]: <info>  [1684251508.7394] device (wlan0): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
May 16 18:38:28 archlinux NetworkManager[352]: <info>  [1684251508.7395] sup-iface[c9be4aca0fd608eb,1,wlan0]: wps: type pbc start...
May 16 18:38:28 archlinux NetworkManager[352]: <info>  [1684251508.7398] device (wlan0): supplicant interface state: disconnected -> interface_disabled
May 16 18:38:28 archlinux NetworkManager[352]: <info>  [1684251508.7485] device (wlan0): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
May 16 18:38:28 archlinux DiscoverNotifier[761]: "Object does not exist at path “/org/freedesktop/NetworkManager/ActiveConnection/3”"
May 16 18:38:28 archlinux NetworkManager[352]: <info>  [1684251508.7488] device (wlan0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
May 16 18:38:28 archlinux flameshot[3430]: "Object does not exist at path “/org/freedesktop/NetworkManager/ActiveConnection/3”"
May 16 18:38:28 archlinux NetworkManager[352]: <info>  [1684251508.7491] device (wlan0): Activation: (wifi) connection 'Galina' has security, and secrets exist.  No new secrets needed.
May 16 18:38:28 archlinux NetworkManager[352]: <info>  [1684251508.7491] Config: added 'ssid' value 'Galina'
May 16 18:38:28 archlinux NetworkManager[352]: <info>  [1684251508.7491] Config: added 'scan_ssid' value '1'
May 16 18:38:28 archlinux NetworkManager[352]: <info>  [1684251508.7491] Config: added 'bgscan' value 'simple:30:-70:86400'
May 16 18:38:28 archlinux NetworkManager[352]: <info>  [1684251508.7491] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK SAE FT-SAE'
May 16 18:38:28 archlinux NetworkManager[352]: <info>  [1684251508.7491] Config: added 'auth_alg' value 'OPEN'
May 16 18:38:28 archlinux NetworkManager[352]: <info>  [1684251508.7491] Config: added 'psk' value '<hidden>'
May 16 18:38:28 archlinux wpa_supplicant[398]: wlan0: WPS-CANCEL
May 16 18:38:28 archlinux NetworkManager[352]: <info>  [1684251508.7610] device (wlan0): supplicant interface state: interface_disabled -> inactive
May 16 18:38:28 archlinux wpa_supplicant[398]: wlan0: SME: Trying to authenticate with 0c:80:63:c9:50:4c (SSID='Galina' freq=2462 MHz)
May 16 18:38:28 archlinux kernel: wlan0: authenticate with 0c:80:63:c9:50:4c
May 16 18:38:28 archlinux kernel: wlan0: 80 MHz not supported, disabling VHT
May 16 18:38:29 archlinux NetworkManager[352]: <info>  [1684251509.4378] device (wlan0): supplicant interface state: inactive -> authenticating
May 16 18:38:29 archlinux wpa_supplicant[398]: wlan0: Trying to associate with 0c:80:63:c9:50:4c (SSID='Galina' freq=2462 MHz)
May 16 18:38:29 archlinux NetworkManager[352]: <info>  [1684251509.4401] device (wlan0): supplicant interface state: authenticating -> associating
May 16 18:38:29 archlinux kernel: wlan0: send auth to 0c:80:63:c9:50:4c (try 1/3)
May 16 18:38:29 archlinux kernel: wlan0: authenticated
May 16 18:38:29 archlinux kernel: wlan0: associate with 0c:80:63:c9:50:4c (try 1/3)
May 16 18:38:29 archlinux kernel: wlan0: RX AssocResp from 0c:80:63:c9:50:4c (capab=0x411 status=0 aid=2)
May 16 18:38:29 archlinux wpa_supplicant[398]: wlan0: Associated with 0c:80:63:c9:50:4c
May 16 18:38:29 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
May 16 18:38:29 archlinux kernel: wlan0: associated
May 16 18:38:29 archlinux NetworkManager[352]: <info>  [1684251509.4579] device (wlan0): supplicant interface state: associating -> associated
May 16 18:38:29 archlinux NetworkManager[352]: <info>  [1684251509.6980] device (wlan0): supplicant interface state: associated -> 4way_handshake
May 16 18:38:29 archlinux wpa_supplicant[398]: wlan0: WPA: Key negotiation completed with 0c:80:63:c9:50:4c [PTK=CCMP GTK=CCMP]
May 16 18:38:29 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-CONNECTED - Connection to 0c:80:63:c9:50:4c completed [id=0 id_str=]
May 16 18:38:29 archlinux kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
May 16 18:38:29 archlinux NetworkManager[352]: <info>  [1684251509.7449] device (wlan0): supplicant interface state: 4way_handshake -> completed
May 16 18:38:29 archlinux NetworkManager[352]: <info>  [1684251509.7450] device (wlan0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "Galina"
May 16 18:38:29 archlinux NetworkManager[352]: <info>  [1684251509.7453] device (wlan0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
May 16 18:38:29 archlinux NetworkManager[352]: <info>  [1684251509.7466] dhcp4 (wlan0): activation: beginning transaction (timeout in 45 seconds)
May 16 18:38:29 archlinux NetworkManager[352]: <info>  [1684251509.7563] dhcp4 (wlan0): error parsing DHCP option 6 (domain_name_servers): address 0.0.0.0 is ignored
May 16 18:38:29 archlinux NetworkManager[352]: <info>  [1684251509.7572] dhcp4 (wlan0): state changed new lease, address=192.168.0.106
May 16 18:38:29 archlinux NetworkManager[352]: <info>  [1684251509.7592] policy: set 'Galina' (wlan0) as default for IPv4 routing and DNS
May 16 18:38:29 archlinux NetworkManager[352]: <info>  [1684251509.7725] device (wlan0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
May 16 18:38:29 archlinux NetworkManager[352]: <info>  [1684251509.7760] device (wlan0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
May 16 18:38:29 archlinux NetworkManager[352]: <info>  [1684251509.7764] device (wlan0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
May 16 18:38:29 archlinux NetworkManager[352]: <info>  [1684251509.7769] manager: NetworkManager state is now CONNECTED_SITE
May 16 18:38:29 archlinux NetworkManager[352]: <info>  [1684251509.7773] device (wlan0): Activation: successful, device activated.
May 16 18:38:29 archlinux wpa_supplicant[398]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-54 noise=9999 txrate=5500
May 16 18:38:29 archlinux kernel: ACPI: button: The lid device is not compliant to SW_LID.
May 16 18:38:29 archlinux NetworkManager[352]: <info>  [1684251509.9109] manager: NetworkManager state is now CONNECTED_GLOBAL
May 16 18:38:30 archlinux systemd[1]: systemd-rfkill.service: Deactivated successfully.
May 16 18:38:31 archlinux systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
May 16 18:38:31 archlinux NetworkManager[352]: <info>  [1684251511.6784] dhcp6 (wlan0): activation: beginning transaction (timeout in 45 seconds)
May 16 18:38:43 archlinux plasmashell[595]: QString::arg: 2 argument(s) missing in org.kde.konsole
May 16 18:38:43 archlinux systemd[439]: Started Konsole - Terminal.
May 16 18:38:43 archlinux konsole[3903]: kf.xmlgui: Shortcut for action  "" "Show Quick Commands" set with QAction::setShortcut()! Use KActionCollection::setDefaultShortcut(s) instead.
May 16 18:38:43 archlinux konsole[3903]: kf.xmlgui: Shortcut for action  "" "Show SSH Manager" set with QAction::setShortcut()! Use KActionCollection::setDefaultShortcut(s) instead.
May 16 18:38:43 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 18:38:45 archlinux dbus-daemon[345]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.98' (uid=0 pid=3926 comm="sudo journalctl -b")
May 16 18:38:45 archlinux dbus-daemon[345]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
May 16 18:38:45 archlinux sudo[3926]: pam_systemd_home(sudo:auth): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
May 16 18:38:46 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 18:38:46 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 18:38:48 archlinux sudo[3926]:    rosin : TTY=pts/1 ; PWD=/home/rosin ; USER=root ; COMMAND=/usr/bin/journalctl -b
May 16 18:38:48 archlinux sudo[3926]: pam_unix(sudo:session): session opened for user root(uid=0) by rosin(uid=1000)
May 16 18:38:48 archlinux sudo[3926]: pam_unix(sudo:session): session closed for user root
May 16 18:38:53 archlinux konsole[3903]: QString::arg: 2 argument(s) missing in chromium
May 16 18:38:53 archlinux systemd[439]: Started Chromium - Web Browser.
May 16 18:38:53 archlinux dbus-daemon[345]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' requested by ':1.100' (uid=1000 pid=3932 comm="/usr/lib/chromium/chromium http://0x0.st/HN3Z.txt")
May 16 18:38:53 archlinux dbus-daemon[345]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service not found.
May 16 18:38:54 archlinux plasmashell[3932]: Opening in existing browser session.
May 16 18:39:26 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 18:39:26 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 18:39:34 archlinux dbus-daemon[345]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.101' (uid=0 pid=4021 comm="sudo pacman -S sof-firmware")
May 16 18:39:34 archlinux dbus-daemon[345]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
May 16 18:39:34 archlinux sudo[4021]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
May 16 18:39:34 archlinux sudo[4021]:    rosin : TTY=pts/1 ; PWD=/home/rosin ; USER=root ; COMMAND=/usr/bin/pacman -S sof-firmware
May 16 18:39:34 archlinux sudo[4021]: pam_unix(sudo:session): session opened for user root(uid=0) by rosin(uid=1000)
May 16 18:39:35 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 18:39:36 archlinux sudo[4021]: pam_unix(sudo:session): session closed for user root
May 16 18:40:50 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 18:40:50 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 18:40:50 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 18:40:50 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 18:40:50 archlinux kwin_wayland[474]: kwin_screencast: Dropping a screencast frame because the compositor is slow
May 16 18:40:52 archlinux dbus-daemon[345]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.102' (uid=0 pid=4064 comm="sudo journalctl -b")
May 16 18:40:52 archlinux dbus-daemon[345]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
May 16 18:40:52 archlinux sudo[4064]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
May 16 18:40:52 archlinux sudo[4064]:    rosin : TTY=pts/1 ; PWD=/home/rosin ; USER=root ; COMMAND=/usr/bin/journalctl -b
May 16 18:40:52 archlinux sudo[4064]: pam_unix(sudo:session): session opened for user root(uid=0) by rosin(uid=1000) 

Offline

#4 2023-05-16 15:46:20

Rosin666
Member
Registered: 2023-05-16
Posts: 3

Re: no output or input device found

seth wrote:

And do you have https://archlinux.org/packages/extra/x8 … -firmware/ installed?
Please post your complete system journal for the boot:

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

Yes, I have this package installed.

Offline

#5 2023-05-16 15:59:42

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,244

Re: no output or input device found

May 16 17:25:18 archlinux kernel: sof-essx8336 sof-essx8336: Overriding quirk 0x0 => 0x12
May 16 17:25:18 archlinux kernel: sof-essx8336 sof-essx8336: quirk mask 0x12
May 16 17:25:18 archlinux kernel: sof-essx8336 sof-essx8336: quirk SSP2
May 16 17:25:18 archlinux kernel: sof-essx8336 sof-essx8336: Speakers GPIO1 quirk enabled
May 16 17:25:18 archlinux kernel: sof-audio-pci-intel-cnl 0000:00:1f.3: Topology: ABI 3:22:1 Kernel ABI 3:23:0
May 16 17:25:18 archlinux kernel: sof-audio-pci-intel-cnl 0000:00:1f.3: error: can't connect DAI SSP0.OUT stream SSP0-Codec
May 16 17:25:18 archlinux kernel: sof-audio-pci-intel-cnl 0000:00:1f.3: error: failed to add widget id 0 type 27 name : SSP0.OUT stream SSP0-Codec
May 16 17:25:18 archlinux kernel: sof-essx8336 sof-essx8336: ASoC: failed to load widget SSP0.OUT
May 16 17:25:18 archlinux kernel: sof-essx8336 sof-essx8336: ASoC: topology: could not load header: -22
May 16 17:25:18 archlinux kernel: sof-audio-pci-intel-cnl 0000:00:1f.3: error: tplg component load failed -22
May 16 17:25:18 archlinux kernel: sof-audio-pci-intel-cnl 0000:00:1f.3: error: failed to load DSP topology -22
May 16 17:25:18 archlinux kernel: sof-audio-pci-intel-cnl 0000:00:1f.3: ASoC: error at snd_soc_component_probe on 0000:00:1f.3: -22
May 16 17:25:18 archlinux kernel: sof-essx8336 sof-essx8336: ASoC: failed to instantiate card -22
May 16 17:25:18 archlinux kernel: sof-essx8336 sof-essx8336: snd_soc_register_card failed: -22
May 16 17:25:18 archlinux kernel: sof-essx8336: probe of sof-essx8336 failed with error -22

https://patchwork.kernel.org/project/al … intel.com/
https://github.com/thesofproject/linux/ … 1000275241

So first off all remove the quirk override or try 0x20 or 0x30

Offline

Board footer

Powered by FluxBB