You are not logged in.
Okay so I had my laptop die on me but I put the SSD into an older laptop which works perfectly fine (had to generate new fstab and boot entry).
But now it takes quite a time to boot up and gives the following error repeatedly with
$ journalctl -xe
[...]
Feb 03 21:02:32 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 03 21:02:32 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 03 21:02:32 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 03 21:02:32 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
[...]This repeats very often.
Now I assume that this is my (old) Wifi port because a) it was called wlp4s0 and now is called wlp2s0 (had to redo my wifi settings) and b) it also outputs sometimes:
Feb 03 21:03:01 arch systemd[1]: Timed out waiting for device /sys/subsystem/net/devices/wlp4s0I tried investigating into this path but i can't find anything relating with wlp4s0.
Does anybody here have a solution for this?
Thanks in advance!
Last edited by Stefan_xyz (2023-02-04 12:55:49)
Offline
Please post "lspci" to see what else is on the bus (since apparently your manipulation has changed the PCI order, hence the name change) but since this is a bus error on the physical layer, I'd re-inspect the hardware, notably if while adding the SSD you had to go anywhere near the wifi chip.
It could also be interference by the SSD itself (the bus order change suggests that they're on the same bus) so see whether removing the SSD also rids you of the bus errors.
Offline
Please post "lspci" to see what else is on the bus (since apparently your manipulation has changed the PCI order, hence the name change) but since this is a bus error on the physical layer, I'd re-inspect the hardware, notably if while adding the SSD you had to go anywhere near the wifi chip.
It could also be interference by the SSD itself (the bus order change suggests that they're on the same bus) so see whether removing the SSD also rids you of the bus errors.
Here's the lspci output:
00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers (rev 03)
00:02.0 VGA compatible controller: Intel Corporation HD Graphics 620 (rev 06)
00:04.0 Signal processing controller: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Thermal Subsystem (rev 03)
00:14.0 USB controller: Intel Corporation Sunrise Point-LP USB 3.0 xHCI Controller (rev 21)
00:14.2 Signal processing controller: Intel Corporation Sunrise Point-LP Thermal subsystem (rev 21)
00:15.0 Signal processing controller: Intel Corporation Sunrise Point-LP Serial IO I2C Controller #0 (rev 21)
00:15.1 Signal processing controller: Intel Corporation Sunrise Point-LP Serial IO I2C Controller #1 (rev 21)
00:16.0 Communication controller: Intel Corporation Sunrise Point-LP CSME HECI #1 (rev 21)
00:17.0 SATA controller: Intel Corporation Sunrise Point-LP SATA Controller [AHCI mode] (rev 21)
00:1c.0 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port #1 (rev f1)
00:1c.5 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port #6 (rev f1)
00:1e.0 Signal processing controller: Intel Corporation Sunrise Point-LP Serial IO UART Controller #0 (rev 21)
00:1e.6 SD Host controller: Intel Corporation Sunrise Point-LP Secure Digital IO Controller (rev 21)
00:1f.0 ISA bridge: Intel Corporation Sunrise Point LPC Controller/eSPI Controller (rev 21)
00:1f.2 Memory controller: Intel Corporation Sunrise Point-LP PMC (rev 21)
00:1f.3 Audio device: Intel Corporation Sunrise Point-LP HD Audio (rev 21)
00:1f.4 SMBus: Intel Corporation Sunrise Point-LP SMBus (rev 21)
02:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8821CE 802.11ac PCIe Wireless Network AdapterMaybe it wasn't quite clear but this is a completely different device than the laptop used before. I only have one SSD slot on both machines.
Offline
Maybe it wasn't quite clear but this is a completely different device than the laptop used before.
Oh, you mean the OS is on that SSD and it used to be wlp4s0 on the old laptop and is now wlp2s0 on the new one?
since this is a bus error on the physical layer, I'd re-inspect the hardware, notably if while adding the SSD you had to go anywhere near the wifi chip.
Offline
Oh, you mean the OS is on that SSD and it used to be wlp4s0 on the old laptop and is now wlp2s0 on the new one?
EDIT: No. The SSD works perfectly fine. Wlp4s0 refers here to the wifi chip. It used to be wlp4s0 and now is wlp2s0.
since this is a bus error on the physical layer, I'd re-inspect the hardware, notably if while adding the SSD you had to go anywhere near the wifi chip.
Well the wifi chip is working perfectly fine but the system thinks that there is also a wlp4s0 which there isn't since the entire hardware is changed ^^.
I doubt that I can simply move the wlp2s0 allocation to wlp4s0, can I?
So it seems easier to just remove the old services or device leftovers.
Last edited by Stefan_xyz (2023-02-04 10:43:02)
Offline
Feb 03 21:02:32 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 03 21:02:32 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 03 21:02:32 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 03 21:02:32 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
is not "perfectly" fine, but possibly also not the cause for your slow boots.
I doubt that I can simply move the wlp2s0 allocation to wlp4s0, can I?
You can rename the HW however you want or completely disable this nonsense and use wlan0 (esp. if you don't expect to ever use 2 wifi NICs at once)
https://wiki.archlinux.org/title/Networ … face_names
As to what and why tries to address the ghost-NIC and whether that inded slows the boot:
Please post your complete system journal for the boot:
sudo journalctl -b | curl -F 'file=@-' 0x0.stOffline
As to what and why tries to address the ghost-NIC and whether that inded slows the boot:
Please post your complete system journal for the boot:sudo journalctl -b | curl -F 'file=@-' 0x0.st
Here's the boot output:
Feb 04 12:16:26 arch kernel: microcode: microcode updated early to revision 0xf0, date = 2021-11-12
Feb 04 12:16:26 arch kernel: Linux version 6.1.9-arch1-1 (linux@archlinux) (gcc (GCC) 12.2.1 20230111, GNU ld (GNU Binutils) 2.40) #1 SMP PREEMPT_DYNAMIC Wed, 01 Feb 2023 17:07:39 +0000
Feb 04 12:16:26 arch kernel: Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=2e9cb740-7b56-49cc-a5e8-bb4e6b5b4045 rw loglevel=3 quiet
Feb 04 12:16:26 arch kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Feb 04 12:16:26 arch kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Feb 04 12:16:26 arch kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Feb 04 12:16:26 arch kernel: x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
Feb 04 12:16:26 arch kernel: x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
Feb 04 12:16:26 arch kernel: x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
Feb 04 12:16:26 arch kernel: x86/fpu: xstate_offset[3]: 832, xstate_sizes[3]: 64
Feb 04 12:16:26 arch kernel: x86/fpu: xstate_offset[4]: 896, xstate_sizes[4]: 64
Feb 04 12:16:26 arch kernel: x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
Feb 04 12:16:26 arch kernel: signal: max sigframe size: 2032
Feb 04 12:16:26 arch kernel: BIOS-provided physical RAM map:
Feb 04 12:16:26 arch kernel: BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
Feb 04 12:16:26 arch kernel: BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
Feb 04 12:16:26 arch kernel: BIOS-e820: [mem 0x0000000000059000-0x000000000009dfff] usable
Feb 04 12:16:26 arch kernel: BIOS-e820: [mem 0x000000000009e000-0x00000000000fffff] reserved
Feb 04 12:16:26 arch kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000096a0efff] usable
Feb 04 12:16:26 arch kernel: BIOS-e820: [mem 0x0000000096a0f000-0x0000000096a0ffff] ACPI NVS
Feb 04 12:16:26 arch kernel: BIOS-e820: [mem 0x0000000096a10000-0x0000000096a10fff] reserved
Feb 04 12:16:26 arch kernel: BIOS-e820: [mem 0x0000000096a11000-0x0000000099af4fff] usable
Feb 04 12:16:26 arch kernel: BIOS-e820: [mem 0x0000000099af5000-0x000000009a970fff] reserved
Feb 04 12:16:26 arch kernel: BIOS-e820: [mem 0x000000009a971000-0x000000009a9b8fff] ACPI data
Feb 04 12:16:26 arch kernel: BIOS-e820: [mem 0x000000009a9b9000-0x000000009aa18fff] ACPI NVS
Feb 04 12:16:26 arch kernel: BIOS-e820: [mem 0x000000009aa19000-0x000000009aeaafff] reserved
Feb 04 12:16:26 arch kernel: BIOS-e820: [mem 0x000000009aeab000-0x000000009af7efff] type 20
Feb 04 12:16:26 arch kernel: BIOS-e820: [mem 0x000000009af7f000-0x000000009affefff] usable
Feb 04 12:16:26 arch kernel: BIOS-e820: [mem 0x000000009afff000-0x000000009fffffff] reserved
Feb 04 12:16:26 arch kernel: BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
Feb 04 12:16:26 arch kernel: BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
Feb 04 12:16:26 arch kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Feb 04 12:16:26 arch kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
Feb 04 12:16:26 arch kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Feb 04 12:16:26 arch kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Feb 04 12:16:26 arch kernel: BIOS-e820: [mem 0x0000000100000000-0x000000025effffff] usable
Feb 04 12:16:26 arch kernel: NX (Execute Disable) protection: active
Feb 04 12:16:26 arch kernel: efi: EFI v2.60 by American Megatrends
Feb 04 12:16:26 arch kernel: efi: TPMFinalLog=0x9a9e8000 ACPI 2.0=0x9a97f000 ACPI=0x9a97f000 SMBIOS=0x9ae0b000 SMBIOS 3.0=0x9ae0a000 ESRT=0x984eb918
Feb 04 12:16:26 arch kernel: SMBIOS 3.1.1 present.
Feb 04 12:16:26 arch kernel: DMI: ASUSTeK COMPUTER INC. VivoBook 15_ASUS Laptop X540UAR/X540UAR, BIOS X540UAR.305 06/21/2019
Feb 04 12:16:26 arch kernel: tsc: Detected 2300.000 MHz processor
Feb 04 12:16:26 arch kernel: tsc: Detected 2299.968 MHz TSC
Feb 04 12:16:26 arch kernel: [Firmware Bug]: TSC ADJUST: CPU0: -18086632 force to 0
Feb 04 12:16:26 arch kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Feb 04 12:16:26 arch kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Feb 04 12:16:26 arch kernel: last_pfn = 0x25f000 max_arch_pfn = 0x400000000
Feb 04 12:16:26 arch kernel: x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
Feb 04 12:16:26 arch kernel: last_pfn = 0x9afff max_arch_pfn = 0x400000000
Feb 04 12:16:26 arch kernel: esrt: Reserving ESRT space from 0x00000000984eb918 to 0x00000000984eb950.
Feb 04 12:16:26 arch kernel: e820: update [mem 0x984eb000-0x984ebfff] usable ==> reserved
Feb 04 12:16:26 arch kernel: Using GB pages for direct mapping
Feb 04 12:16:26 arch kernel: Secure boot disabled
Feb 04 12:16:26 arch kernel: RAMDISK: [mem 0x35abb000-0x36d54fff]
Feb 04 12:16:26 arch kernel: ACPI: Early table checksum verification disabled
Feb 04 12:16:26 arch kernel: ACPI: RSDP 0x000000009A97F000 000024 (v02 _ASUS_)
Feb 04 12:16:26 arch kernel: ACPI: XSDT 0x000000009A97F0B0 0000E4 (v01 _ASUS_ Notebook 01072009 AMI 00010013)
Feb 04 12:16:26 arch kernel: ACPI: FACP 0x000000009A9AB178 000114 (v06 _ASUS_ Notebook 01072009 AMI 00010013)
Feb 04 12:16:26 arch kernel: ACPI: DSDT 0x000000009A97F228 02BF4D (v02 _ASUS_ Notebook 01072009 INTL 20160422)
Feb 04 12:16:26 arch kernel: ACPI: FACS 0x000000009A9E7F00 000040
Feb 04 12:16:26 arch kernel: ACPI: APIC 0x000000009A9AB290 000084 (v03 _ASUS_ Notebook 01072009 AMI 00010013)
Feb 04 12:16:26 arch kernel: ACPI: FPDT 0x000000009A9AB318 000044 (v01 _ASUS_ Notebook 01072009 AMI 00010013)
Feb 04 12:16:26 arch kernel: ACPI: FIDT 0x000000009A9AB360 00009C (v01 _ASUS_ Notebook 01072009 AMI 00010013)
Feb 04 12:16:26 arch kernel: ACPI: ECDT 0x000000009A9AB400 0000C1 (v01 _ASUS_ Notebook 01072009 AMI. 00000005)
Feb 04 12:16:26 arch kernel: ACPI: MCFG 0x000000009A9AB4C8 00003C (v01 _ASUS_ Notebook 01072009 MSFT 00000097)
Feb 04 12:16:26 arch kernel: ACPI: SSDT 0x000000009A9AB508 000359 (v01 SataRe SataTabl 00001000 INTL 20160422)
Feb 04 12:16:26 arch kernel: ACPI: SSDT 0x000000009A9AB868 006117 (v02 DptfTa DptfTabl 00001000 INTL 20160422)
Feb 04 12:16:26 arch kernel: ACPI: SSDT 0x000000009A9B1980 000EA8 (v02 GddvDu GddvDumm 00001000 INTL 20160422)
Feb 04 12:16:26 arch kernel: ACPI: MSDM 0x000000009A9B2828 000055 (v03 _ASUS_ Notebook 01072009 ASUS 00000001)
Feb 04 12:16:26 arch kernel: ACPI: SSDT 0x000000009A9B2880 003158 (v02 SaSsdt SaSsdt 00003000 INTL 20160422)
Feb 04 12:16:26 arch kernel: ACPI: HPET 0x000000009A9B59D8 000038 (v01 INTEL KBL-ULT 00000001 MSFT 0000005F)
Feb 04 12:16:26 arch kernel: ACPI: UEFI 0x000000009A9B5A10 000042 (v01 _ASUS_ Notebook 00000002 01000013)
Feb 04 12:16:26 arch kernel: ACPI: SSDT 0x000000009A9B5A58 0017AE (v02 CpuRef CpuSsdt 00003000 INTL 20160422)
Feb 04 12:16:26 arch kernel: ACPI: LPIT 0x000000009A9B7208 000094 (v01 INTEL KBL-ULT 00000000 MSFT 0000005F)
Feb 04 12:16:26 arch kernel: ACPI: SSDT 0x000000009A9B72A0 00018F (v02 INTEL HdaDsp 00000000 INTL 20160422)
Feb 04 12:16:26 arch kernel: ACPI: SSDT 0x000000009A9B7430 00029F (v02 INTEL sensrhub 00000000 INTL 20160422)
Feb 04 12:16:26 arch kernel: ACPI: SSDT 0x000000009A9B76D0 000517 (v02 INTEL TbtTypeC 00000000 INTL 20160422)
Feb 04 12:16:26 arch kernel: ACPI: DBGP 0x000000009A9B7BE8 000034 (v01 INTEL 00000002 MSFT 0000005F)
Feb 04 12:16:26 arch kernel: ACPI: DBG2 0x000000009A9B7C20 000054 (v00 INTEL 00000002 MSFT 0000005F)
Feb 04 12:16:26 arch kernel: ACPI: DMAR 0x000000009A9B7C78 000114 (v01 INTEL EDK2 00000001 INTL 00000001)
Feb 04 12:16:26 arch kernel: ACPI: BGRT 0x000000009A9B7D90 000038 (v01 _ASUS_ Notebook 01072009 AMI 00010013)
Feb 04 12:16:26 arch kernel: ACPI: TPM2 0x000000009A9B7DC8 000034 (v03 _ASUS_ Notebook 00000001 AMI 00000000)
Feb 04 12:16:26 arch kernel: ACPI: WSMT 0x000000009A9B7E00 000028 (v01 _ASUS_ Notebook 01072009 AMI 00010013)
Feb 04 12:16:26 arch kernel: ACPI: Reserving FACP table memory at [mem 0x9a9ab178-0x9a9ab28b]
Feb 04 12:16:26 arch kernel: ACPI: Reserving DSDT table memory at [mem 0x9a97f228-0x9a9ab174]
Feb 04 12:16:26 arch kernel: ACPI: Reserving FACS table memory at [mem 0x9a9e7f00-0x9a9e7f3f]
Feb 04 12:16:26 arch kernel: ACPI: Reserving APIC table memory at [mem 0x9a9ab290-0x9a9ab313]
Feb 04 12:16:26 arch kernel: ACPI: Reserving FPDT table memory at [mem 0x9a9ab318-0x9a9ab35b]
Feb 04 12:16:26 arch kernel: ACPI: Reserving FIDT table memory at [mem 0x9a9ab360-0x9a9ab3fb]
Feb 04 12:16:26 arch kernel: ACPI: Reserving ECDT table memory at [mem 0x9a9ab400-0x9a9ab4c0]
Feb 04 12:16:26 arch kernel: ACPI: Reserving MCFG table memory at [mem 0x9a9ab4c8-0x9a9ab503]
Feb 04 12:16:26 arch kernel: ACPI: Reserving SSDT table memory at [mem 0x9a9ab508-0x9a9ab860]
Feb 04 12:16:26 arch kernel: ACPI: Reserving SSDT table memory at [mem 0x9a9ab868-0x9a9b197e]
Feb 04 12:16:26 arch kernel: ACPI: Reserving SSDT table memory at [mem 0x9a9b1980-0x9a9b2827]
Feb 04 12:16:26 arch kernel: ACPI: Reserving MSDM table memory at [mem 0x9a9b2828-0x9a9b287c]
Feb 04 12:16:26 arch kernel: ACPI: Reserving SSDT table memory at [mem 0x9a9b2880-0x9a9b59d7]
Feb 04 12:16:26 arch kernel: ACPI: Reserving HPET table memory at [mem 0x9a9b59d8-0x9a9b5a0f]
Feb 04 12:16:26 arch kernel: ACPI: Reserving UEFI table memory at [mem 0x9a9b5a10-0x9a9b5a51]
Feb 04 12:16:26 arch kernel: ACPI: Reserving SSDT table memory at [mem 0x9a9b5a58-0x9a9b7205]
Feb 04 12:16:26 arch kernel: ACPI: Reserving LPIT table memory at [mem 0x9a9b7208-0x9a9b729b]
Feb 04 12:16:26 arch kernel: ACPI: Reserving SSDT table memory at [mem 0x9a9b72a0-0x9a9b742e]
Feb 04 12:16:26 arch kernel: ACPI: Reserving SSDT table memory at [mem 0x9a9b7430-0x9a9b76ce]
Feb 04 12:16:26 arch kernel: ACPI: Reserving SSDT table memory at [mem 0x9a9b76d0-0x9a9b7be6]
Feb 04 12:16:26 arch kernel: ACPI: Reserving DBGP table memory at [mem 0x9a9b7be8-0x9a9b7c1b]
Feb 04 12:16:26 arch kernel: ACPI: Reserving DBG2 table memory at [mem 0x9a9b7c20-0x9a9b7c73]
Feb 04 12:16:26 arch kernel: ACPI: Reserving DMAR table memory at [mem 0x9a9b7c78-0x9a9b7d8b]
Feb 04 12:16:26 arch kernel: ACPI: Reserving BGRT table memory at [mem 0x9a9b7d90-0x9a9b7dc7]
Feb 04 12:16:26 arch kernel: ACPI: Reserving TPM2 table memory at [mem 0x9a9b7dc8-0x9a9b7dfb]
Feb 04 12:16:26 arch kernel: ACPI: Reserving WSMT table memory at [mem 0x9a9b7e00-0x9a9b7e27]
Feb 04 12:16:26 arch kernel: No NUMA configuration found
Feb 04 12:16:26 arch kernel: Faking a node at [mem 0x0000000000000000-0x000000025effffff]
Feb 04 12:16:26 arch kernel: NODE_DATA(0) allocated [mem 0x25effb000-0x25effffff]
Feb 04 12:16:26 arch kernel: Zone ranges:
Feb 04 12:16:26 arch kernel: DMA [mem 0x0000000000001000-0x0000000000ffffff]
Feb 04 12:16:26 arch kernel: DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
Feb 04 12:16:26 arch kernel: Normal [mem 0x0000000100000000-0x000000025effffff]
Feb 04 12:16:26 arch kernel: Device empty
Feb 04 12:16:26 arch kernel: Movable zone start for each node
Feb 04 12:16:26 arch kernel: Early memory node ranges
Feb 04 12:16:26 arch kernel: node 0: [mem 0x0000000000001000-0x0000000000057fff]
Feb 04 12:16:26 arch kernel: node 0: [mem 0x0000000000059000-0x000000000009dfff]
Feb 04 12:16:26 arch kernel: node 0: [mem 0x0000000000100000-0x0000000096a0efff]
Feb 04 12:16:26 arch kernel: node 0: [mem 0x0000000096a11000-0x0000000099af4fff]
Feb 04 12:16:26 arch kernel: node 0: [mem 0x000000009af7f000-0x000000009affefff]
Feb 04 12:16:26 arch kernel: node 0: [mem 0x0000000100000000-0x000000025effffff]
Feb 04 12:16:26 arch kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000025effffff]
Feb 04 12:16:26 arch kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Feb 04 12:16:26 arch kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Feb 04 12:16:26 arch kernel: On node 0, zone DMA: 98 pages in unavailable ranges
Feb 04 12:16:26 arch kernel: On node 0, zone DMA32: 2 pages in unavailable ranges
Feb 04 12:16:26 arch kernel: On node 0, zone DMA32: 5258 pages in unavailable ranges
Feb 04 12:16:26 arch kernel: On node 0, zone Normal: 20481 pages in unavailable ranges
Feb 04 12:16:26 arch kernel: On node 0, zone Normal: 4096 pages in unavailable ranges
Feb 04 12:16:26 arch kernel: Reserving Intel graphics memory at [mem 0x9c000000-0x9fffffff]
Feb 04 12:16:26 arch kernel: ACPI: PM-Timer IO Port: 0x1808
Feb 04 12:16:26 arch kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Feb 04 12:16:26 arch kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Feb 04 12:16:26 arch kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Feb 04 12:16:26 arch kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Feb 04 12:16:26 arch kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
Feb 04 12:16:26 arch kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Feb 04 12:16:26 arch kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Feb 04 12:16:26 arch kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Feb 04 12:16:26 arch kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
Feb 04 12:16:26 arch kernel: e820: update [mem 0x9837e000-0x983acfff] usable ==> reserved
Feb 04 12:16:26 arch kernel: TSC deadline timer available
Feb 04 12:16:26 arch kernel: smpboot: Allowing 4 CPUs, 0 hotplug CPUs
Feb 04 12:16:26 arch kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Feb 04 12:16:26 arch kernel: PM: hibernation: Registered nosave memory: [mem 0x00058000-0x00058fff]
Feb 04 12:16:26 arch kernel: PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x000fffff]
Feb 04 12:16:26 arch kernel: PM: hibernation: Registered nosave memory: [mem 0x96a0f000-0x96a0ffff]
Feb 04 12:16:26 arch kernel: PM: hibernation: Registered nosave memory: [mem 0x96a10000-0x96a10fff]
Feb 04 12:16:26 arch kernel: PM: hibernation: Registered nosave memory: [mem 0x9837e000-0x983acfff]
Feb 04 12:16:26 arch kernel: PM: hibernation: Registered nosave memory: [mem 0x984eb000-0x984ebfff]
Feb 04 12:16:26 arch kernel: PM: hibernation: Registered nosave memory: [mem 0x99af5000-0x9a970fff]
Feb 04 12:16:26 arch kernel: PM: hibernation: Registered nosave memory: [mem 0x9a971000-0x9a9b8fff]
Feb 04 12:16:26 arch kernel: PM: hibernation: Registered nosave memory: [mem 0x9a9b9000-0x9aa18fff]
Feb 04 12:16:26 arch kernel: PM: hibernation: Registered nosave memory: [mem 0x9aa19000-0x9aeaafff]
Feb 04 12:16:26 arch kernel: PM: hibernation: Registered nosave memory: [mem 0x9aeab000-0x9af7efff]
Feb 04 12:16:26 arch kernel: PM: hibernation: Registered nosave memory: [mem 0x9afff000-0x9fffffff]
Feb 04 12:16:26 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xa0000000-0xefffffff]
Feb 04 12:16:26 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xf7ffffff]
Feb 04 12:16:26 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfdffffff]
Feb 04 12:16:26 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
Feb 04 12:16:26 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
Feb 04 12:16:26 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
Feb 04 12:16:26 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
Feb 04 12:16:26 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
Feb 04 12:16:26 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfedfffff]
Feb 04 12:16:26 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
Feb 04 12:16:26 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
Feb 04 12:16:26 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
Feb 04 12:16:26 arch kernel: [mem 0xa0000000-0xefffffff] available for PCI devices
Feb 04 12:16:26 arch kernel: Booting paravirtualized kernel on bare hardware
Feb 04 12:16:26 arch kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Feb 04 12:16:26 arch kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
Feb 04 12:16:26 arch kernel: percpu: Embedded 63 pages/cpu s221184 r8192 d28672 u524288
Feb 04 12:16:26 arch kernel: pcpu-alloc: s221184 r8192 d28672 u524288 alloc=1*2097152
Feb 04 12:16:26 arch kernel: pcpu-alloc: [0] 0 1 2 3
Feb 04 12:16:26 arch kernel: Fallback order for Node 0: 0
Feb 04 12:16:26 arch kernel: Built 1 zonelists, mobility grouping on. Total pages: 2034757
Feb 04 12:16:26 arch kernel: Policy zone: Normal
Feb 04 12:16:26 arch kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=2e9cb740-7b56-49cc-a5e8-bb4e6b5b4045 rw loglevel=3 quiet
Feb 04 12:16:26 arch kernel: Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux", will be passed to user space.
Feb 04 12:16:26 arch kernel: random: crng init done
Feb 04 12:16:26 arch kernel: Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
Feb 04 12:16:26 arch kernel: Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
Feb 04 12:16:26 arch kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Feb 04 12:16:26 arch kernel: software IO TLB: area num 4.
Feb 04 12:16:26 arch kernel: Memory: 7924332K/8268860K available (16391K kernel code, 2133K rwdata, 11136K rodata, 2140K init, 3360K bss, 344268K reserved, 0K cma-reserved)
Feb 04 12:16:26 arch kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
Feb 04 12:16:26 arch kernel: Kernel/User page tables isolation: enabled
Feb 04 12:16:26 arch kernel: ftrace: allocating 46412 entries in 182 pages
Feb 04 12:16:26 arch kernel: ftrace: allocated 182 pages with 5 groups
Feb 04 12:16:26 arch kernel: Dynamic Preempt: full
Feb 04 12:16:26 arch kernel: rcu: Preemptible hierarchical RCU implementation.
Feb 04 12:16:26 arch kernel: rcu: RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=4.
Feb 04 12:16:26 arch kernel: rcu: RCU priority boosting: priority 1 delay 500 ms.
Feb 04 12:16:26 arch kernel: Trampoline variant of Tasks RCU enabled.
Feb 04 12:16:26 arch kernel: Rude variant of Tasks RCU enabled.
Feb 04 12:16:26 arch kernel: Tracing variant of Tasks RCU enabled.
Feb 04 12:16:26 arch kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Feb 04 12:16:26 arch kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
Feb 04 12:16:26 arch kernel: NR_IRQS: 20736, nr_irqs: 1024, preallocated irqs: 16
Feb 04 12:16:26 arch kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Feb 04 12:16:26 arch kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Feb 04 12:16:26 arch kernel: Console: colour dummy device 80x25
Feb 04 12:16:26 arch kernel: printk: console [tty0] enabled
Feb 04 12:16:26 arch kernel: ACPI: Core revision 20220331
Feb 04 12:16:26 arch kernel: hpet: HPET dysfunctional in PC10. Force disabled.
Feb 04 12:16:26 arch kernel: APIC: Switch to symmetric I/O mode setup
Feb 04 12:16:26 arch kernel: DMAR: Host address width 39
Feb 04 12:16:26 arch kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0
Feb 04 12:16:26 arch kernel: DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
Feb 04 12:16:26 arch kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
Feb 04 12:16:26 arch kernel: DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
Feb 04 12:16:26 arch kernel: DMAR: RMRR base: 0x0000009a101000 end: 0x0000009a120fff
Feb 04 12:16:26 arch kernel: DMAR: RMRR base: 0x0000009b800000 end: 0x0000009fffffff
Feb 04 12:16:26 arch kernel: DMAR: ANDD device: 1 name: \_SB.PCI0.I2C0
Feb 04 12:16:26 arch kernel: DMAR: ANDD device: 2 name: \_SB.PCI0.I2C1
Feb 04 12:16:26 arch kernel: DMAR: ANDD device: 9 name: \_SB.PCI0.UA00
Feb 04 12:16:26 arch kernel: DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1
Feb 04 12:16:26 arch kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
Feb 04 12:16:26 arch kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
Feb 04 12:16:26 arch kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
Feb 04 12:16:26 arch kernel: x2apic enabled
Feb 04 12:16:26 arch kernel: Switched APIC routing to cluster x2apic.
Feb 04 12:16:26 arch kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x212717146a7, max_idle_ns: 440795291431 ns
Feb 04 12:16:26 arch kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 4601.60 BogoMIPS (lpj=7666560)
Feb 04 12:16:26 arch kernel: pid_max: default: 32768 minimum: 301
Feb 04 12:16:26 arch kernel: LSM: Security Framework initializing
Feb 04 12:16:26 arch kernel: landlock: Up and running.
Feb 04 12:16:26 arch kernel: Yama: becoming mindful.
Feb 04 12:16:26 arch kernel: LSM support for eBPF active
Feb 04 12:16:26 arch kernel: Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
Feb 04 12:16:26 arch kernel: Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
Feb 04 12:16:26 arch kernel: x86/cpu: SGX disabled by BIOS.
Feb 04 12:16:26 arch kernel: CPU0: Thermal monitoring enabled (TM1)
Feb 04 12:16:26 arch kernel: process: using mwait in idle threads
Feb 04 12:16:26 arch kernel: Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
Feb 04 12:16:26 arch kernel: Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
Feb 04 12:16:26 arch kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Feb 04 12:16:26 arch kernel: Spectre V2 : Mitigation: IBRS
Feb 04 12:16:26 arch kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Feb 04 12:16:26 arch kernel: Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
Feb 04 12:16:26 arch kernel: RETBleed: Mitigation: IBRS
Feb 04 12:16:26 arch kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Feb 04 12:16:26 arch kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Feb 04 12:16:26 arch kernel: MDS: Mitigation: Clear CPU buffers
Feb 04 12:16:26 arch kernel: MMIO Stale Data: Mitigation: Clear CPU buffers
Feb 04 12:16:26 arch kernel: SRBDS: Mitigation: Microcode
Feb 04 12:16:26 arch kernel: Freeing SMP alternatives memory: 40K
Feb 04 12:16:26 arch kernel: smpboot: CPU0: Intel(R) Core(TM) i3-7020U CPU @ 2.30GHz (family: 0x6, model: 0x8e, stepping: 0x9)
Feb 04 12:16:26 arch kernel: cblist_init_generic: Setting adjustable number of callback queues.
Feb 04 12:16:26 arch kernel: cblist_init_generic: Setting shift to 2 and lim to 1.
Feb 04 12:16:26 arch kernel: cblist_init_generic: Setting shift to 2 and lim to 1.
Feb 04 12:16:26 arch kernel: cblist_init_generic: Setting shift to 2 and lim to 1.
Feb 04 12:16:26 arch kernel: Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
Feb 04 12:16:26 arch kernel: ... version: 4
Feb 04 12:16:26 arch kernel: ... bit width: 48
Feb 04 12:16:26 arch kernel: ... generic registers: 4
Feb 04 12:16:26 arch kernel: ... value mask: 0000ffffffffffff
Feb 04 12:16:26 arch kernel: ... max period: 00007fffffffffff
Feb 04 12:16:26 arch kernel: ... fixed-purpose events: 3
Feb 04 12:16:26 arch kernel: ... event mask: 000000070000000f
Feb 04 12:16:26 arch kernel: Estimated ratio of average max frequency by base frequency (times 1024): 1024
Feb 04 12:16:26 arch kernel: rcu: Hierarchical SRCU implementation.
Feb 04 12:16:26 arch kernel: rcu: Max phase no-delay instances is 1000.
Feb 04 12:16:26 arch kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Feb 04 12:16:26 arch kernel: smp: Bringing up secondary CPUs ...
Feb 04 12:16:26 arch kernel: x86: Booting SMP configuration:
Feb 04 12:16:26 arch kernel: .... node #0, CPUs: #1
Feb 04 12:16:26 arch kernel: [Firmware Bug]: TSC ADJUST differs within socket(s), fixing all errors
Feb 04 12:16:26 arch kernel: #2
Feb 04 12:16:26 arch kernel: MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
Feb 04 12:16:26 arch 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.
Feb 04 12:16:26 arch kernel: #3
Feb 04 12:16:26 arch kernel: smp: Brought up 1 node, 4 CPUs
Feb 04 12:16:26 arch kernel: smpboot: Max logical packages: 1
Feb 04 12:16:26 arch kernel: smpboot: Total of 4 processors activated (18407.40 BogoMIPS)
Feb 04 12:16:26 arch kernel: devtmpfs: initialized
Feb 04 12:16:26 arch kernel: x86/mm: Memory block size: 128MB
Feb 04 12:16:26 arch kernel: ACPI: PM: Registering ACPI NVS region [mem 0x96a0f000-0x96a0ffff] (4096 bytes)
Feb 04 12:16:26 arch kernel: ACPI: PM: Registering ACPI NVS region [mem 0x9a9b9000-0x9aa18fff] (393216 bytes)
Feb 04 12:16:26 arch kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Feb 04 12:16:26 arch kernel: futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
Feb 04 12:16:26 arch kernel: pinctrl core: initialized pinctrl subsystem
Feb 04 12:16:26 arch kernel: PM: RTC time: 12:16:23, date: 2023-02-04
Feb 04 12:16:26 arch kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Feb 04 12:16:26 arch kernel: DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
Feb 04 12:16:26 arch kernel: DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Feb 04 12:16:26 arch kernel: DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Feb 04 12:16:26 arch kernel: audit: initializing netlink subsys (disabled)
Feb 04 12:16:26 arch kernel: audit: type=2000 audit(1675512983.006:1): state=initialized audit_enabled=0 res=1
Feb 04 12:16:26 arch kernel: thermal_sys: Registered thermal governor 'fair_share'
Feb 04 12:16:26 arch kernel: thermal_sys: Registered thermal governor 'bang_bang'
Feb 04 12:16:26 arch kernel: thermal_sys: Registered thermal governor 'step_wise'
Feb 04 12:16:26 arch kernel: thermal_sys: Registered thermal governor 'user_space'
Feb 04 12:16:26 arch kernel: thermal_sys: Registered thermal governor 'power_allocator'
Feb 04 12:16:26 arch kernel: cpuidle: using governor ladder
Feb 04 12:16:26 arch kernel: cpuidle: using governor menu
Feb 04 12:16:26 arch kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
Feb 04 12:16:26 arch kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Feb 04 12:16:26 arch kernel: PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
Feb 04 12:16:26 arch kernel: PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in E820
Feb 04 12:16:26 arch kernel: PCI: Using configuration type 1 for base access
Feb 04 12:16:26 arch kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Feb 04 12:16:26 arch kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Feb 04 12:16:26 arch kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Feb 04 12:16:26 arch kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Feb 04 12:16:26 arch kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Feb 04 12:16:26 arch kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Feb 04 12:16:26 arch kernel: ACPI: Added _OSI(Module Device)
Feb 04 12:16:26 arch kernel: ACPI: Added _OSI(Processor Device)
Feb 04 12:16:26 arch kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Feb 04 12:16:26 arch kernel: ACPI: Added _OSI(Processor Aggregator Device)
Feb 04 12:16:26 arch kernel: ACPI: 9 ACPI AML tables successfully acquired and loaded
Feb 04 12:16:26 arch kernel: ACPI: EC: EC started
Feb 04 12:16:26 arch kernel: ACPI: EC: interrupt blocked
Feb 04 12:16:26 arch kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Feb 04 12:16:26 arch kernel: ACPI: EC: Boot ECDT EC used to handle transactions
Feb 04 12:16:26 arch kernel: ACPI: Dynamic OEM Table Load:
Feb 04 12:16:26 arch kernel: ACPI: SSDT 0xFFFF8EF740E41000 00060F (v02 PmRef Cpu0Ist 00003000 INTL 20160422)
Feb 04 12:16:26 arch kernel: ACPI: \_PR_.PR00: _OSC native thermal LVT Acked
Feb 04 12:16:26 arch kernel: ACPI: Dynamic OEM Table Load:
Feb 04 12:16:26 arch kernel: ACPI: SSDT 0xFFFF8EF74118E000 0003FF (v02 PmRef Cpu0Cst 00003001 INTL 20160422)
Feb 04 12:16:26 arch kernel: ACPI: Dynamic OEM Table Load:
Feb 04 12:16:26 arch kernel: ACPI: SSDT 0xFFFF8EF740E2E000 000D14 (v02 PmRef ApIst 00003000 INTL 20160422)
Feb 04 12:16:26 arch kernel: ACPI: Dynamic OEM Table Load:
Feb 04 12:16:26 arch kernel: ACPI: SSDT 0xFFFF8EF74118E800 000317 (v02 PmRef ApHwp 00003000 INTL 20160422)
Feb 04 12:16:26 arch kernel: ACPI: Dynamic OEM Table Load:
Feb 04 12:16:26 arch kernel: ACPI: SSDT 0xFFFF8EF74118F400 00030A (v02 PmRef ApCst 00003000 INTL 20160422)
Feb 04 12:16:26 arch kernel: ACPI: Interpreter enabled
Feb 04 12:16:26 arch kernel: ACPI: PM: (supports S0 S3 S4 S5)
Feb 04 12:16:26 arch kernel: ACPI: Using IOAPIC for interrupt routing
Feb 04 12:16:26 arch kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Feb 04 12:16:26 arch kernel: PCI: Using E820 reservations for host bridge windows
Feb 04 12:16:26 arch kernel: ACPI: Enabled 6 GPEs in block 00 to 7F
Feb 04 12:16:26 arch kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-7e])
Feb 04 12:16:26 arch kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Feb 04 12:16:26 arch kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
Feb 04 12:16:26 arch kernel: acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
Feb 04 12:16:26 arch kernel: PCI host bridge to bus 0000:00
Feb 04 12:16:26 arch kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
Feb 04 12:16:26 arch kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
Feb 04 12:16:26 arch kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000fffff window]
Feb 04 12:16:26 arch kernel: pci_bus 0000:00: root bus resource [mem 0xa0000000-0xefffffff window]
Feb 04 12:16:26 arch kernel: pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
Feb 04 12:16:26 arch kernel: pci_bus 0000:00: root bus resource [bus 00-7e]
Feb 04 12:16:26 arch kernel: pci 0000:00:00.0: [8086:5904] type 00 class 0x060000
Feb 04 12:16:26 arch kernel: pci 0000:00:02.0: [8086:5921] type 00 class 0x030000
Feb 04 12:16:26 arch kernel: pci 0000:00:02.0: reg 0x10: [mem 0xee000000-0xeeffffff 64bit]
Feb 04 12:16:26 arch kernel: pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff 64bit pref]
Feb 04 12:16:26 arch kernel: pci 0000:00:02.0: reg 0x20: [io 0xf000-0xf03f]
Feb 04 12:16:26 arch kernel: pci 0000:00:02.0: BAR 2: assigned to efifb
Feb 04 12:16:26 arch kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Feb 04 12:16:26 arch kernel: pci 0000:00:04.0: [8086:1903] type 00 class 0x118000
Feb 04 12:16:26 arch kernel: pci 0000:00:04.0: reg 0x10: [mem 0xef120000-0xef127fff 64bit]
Feb 04 12:16:26 arch kernel: pci 0000:00:14.0: [8086:9d2f] type 00 class 0x0c0330
Feb 04 12:16:26 arch kernel: pci 0000:00:14.0: reg 0x10: [mem 0xef110000-0xef11ffff 64bit]
Feb 04 12:16:26 arch kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Feb 04 12:16:26 arch kernel: pci 0000:00:14.2: [8086:9d31] type 00 class 0x118000
Feb 04 12:16:26 arch kernel: pci 0000:00:14.2: reg 0x10: [mem 0xef13a000-0xef13afff 64bit]
Feb 04 12:16:26 arch kernel: pci 0000:00:15.0: [8086:9d60] type 00 class 0x118000
Feb 04 12:16:26 arch kernel: pci 0000:00:15.0: reg 0x10: [mem 0xef139000-0xef139fff 64bit]
Feb 04 12:16:26 arch kernel: pci 0000:00:15.1: [8086:9d61] type 00 class 0x118000
Feb 04 12:16:26 arch kernel: pci 0000:00:15.1: reg 0x10: [mem 0xef138000-0xef138fff 64bit]
Feb 04 12:16:26 arch kernel: pci 0000:00:16.0: [8086:9d3a] type 00 class 0x078000
Feb 04 12:16:26 arch kernel: pci 0000:00:16.0: reg 0x10: [mem 0xef137000-0xef137fff 64bit]
Feb 04 12:16:26 arch kernel: pci 0000:00:16.0: PME# supported from D3hot
Feb 04 12:16:26 arch kernel: pci 0000:00:17.0: [8086:9d03] type 00 class 0x010601
Feb 04 12:16:26 arch kernel: pci 0000:00:17.0: reg 0x10: [mem 0xef130000-0xef131fff]
Feb 04 12:16:26 arch kernel: pci 0000:00:17.0: reg 0x14: [mem 0xef136000-0xef1360ff]
Feb 04 12:16:26 arch kernel: pci 0000:00:17.0: reg 0x18: [io 0xf090-0xf097]
Feb 04 12:16:26 arch kernel: pci 0000:00:17.0: reg 0x1c: [io 0xf080-0xf083]
Feb 04 12:16:26 arch kernel: pci 0000:00:17.0: reg 0x20: [io 0xf060-0xf07f]
Feb 04 12:16:26 arch kernel: pci 0000:00:17.0: reg 0x24: [mem 0xef135000-0xef1357ff]
Feb 04 12:16:26 arch kernel: pci 0000:00:17.0: PME# supported from D3hot
Feb 04 12:16:26 arch kernel: pci 0000:00:1c.0: [8086:9d10] type 01 class 0x060400
Feb 04 12:16:26 arch kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Feb 04 12:16:26 arch kernel: pci 0000:00:1c.5: [8086:9d15] type 01 class 0x060400
Feb 04 12:16:26 arch kernel: pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
Feb 04 12:16:26 arch kernel: pci 0000:00:1e.0: [8086:9d27] type 00 class 0x118000
Feb 04 12:16:26 arch kernel: pci 0000:00:1e.0: reg 0x10: [mem 0xef134000-0xef134fff 64bit]
Feb 04 12:16:26 arch kernel: pci 0000:00:1e.6: [8086:9d2d] type 00 class 0x080501
Feb 04 12:16:26 arch kernel: pci 0000:00:1e.6: reg 0x10: [mem 0xef133000-0xef133fff 64bit]
Feb 04 12:16:26 arch kernel: pci 0000:00:1f.0: [8086:9d4e] type 00 class 0x060100
Feb 04 12:16:26 arch kernel: pci 0000:00:1f.2: [8086:9d21] type 00 class 0x058000
Feb 04 12:16:26 arch kernel: pci 0000:00:1f.2: reg 0x10: [mem 0xef12c000-0xef12ffff]
Feb 04 12:16:26 arch kernel: pci 0000:00:1f.3: [8086:9d71] type 00 class 0x040300
Feb 04 12:16:26 arch kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xef128000-0xef12bfff 64bit]
Feb 04 12:16:26 arch kernel: pci 0000:00:1f.3: reg 0x20: [mem 0xef100000-0xef10ffff 64bit]
Feb 04 12:16:26 arch kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
Feb 04 12:16:26 arch kernel: pci 0000:00:1f.4: [8086:9d23] type 00 class 0x0c0500
Feb 04 12:16:26 arch kernel: pci 0000:00:1f.4: reg 0x10: [mem 0xef132000-0xef1320ff 64bit]
Feb 04 12:16:26 arch kernel: pci 0000:00:1f.4: reg 0x20: [io 0xf040-0xf05f]
Feb 04 12:16:26 arch kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Feb 04 12:16:26 arch kernel: pci 0000:02:00.0: [10ec:c821] type 00 class 0x028000
Feb 04 12:16:26 arch kernel: pci 0000:02:00.0: reg 0x10: [io 0xe000-0xe0ff]
Feb 04 12:16:26 arch kernel: pci 0000:02:00.0: reg 0x18: [mem 0xef000000-0xef00ffff 64bit]
Feb 04 12:16:26 arch kernel: pci 0000:02:00.0: supports D1 D2
Feb 04 12:16:26 arch kernel: pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Feb 04 12:16:26 arch kernel: pci 0000:00:1c.5: PCI bridge to [bus 02]
Feb 04 12:16:26 arch kernel: pci 0000:00:1c.5: bridge window [io 0xe000-0xefff]
Feb 04 12:16:26 arch kernel: pci 0000:00:1c.5: bridge window [mem 0xef000000-0xef0fffff]
Feb 04 12:16:26 arch kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 11
Feb 04 12:16:26 arch kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 10
Feb 04 12:16:26 arch kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 11
Feb 04 12:16:26 arch kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 11
Feb 04 12:16:26 arch kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 11
Feb 04 12:16:26 arch kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 11
Feb 04 12:16:26 arch kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 11
Feb 04 12:16:26 arch kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 11
Feb 04 12:16:26 arch kernel: ACPI: EC: interrupt unblocked
Feb 04 12:16:26 arch kernel: ACPI: EC: event unblocked
Feb 04 12:16:26 arch kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Feb 04 12:16:26 arch kernel: ACPI: EC: GPE=0x50
Feb 04 12:16:26 arch kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: Boot ECDT EC initialization complete
Feb 04 12:16:26 arch kernel: ACPI: \_SB_.PCI0.LPCB.EC0_: EC: Used to handle transactions and events
Feb 04 12:16:26 arch kernel: iommu: Default domain type: Translated
Feb 04 12:16:26 arch kernel: iommu: DMA domain TLB invalidation policy: lazy mode
Feb 04 12:16:26 arch kernel: SCSI subsystem initialized
Feb 04 12:16:26 arch kernel: libata version 3.00 loaded.
Feb 04 12:16:26 arch kernel: ACPI: bus type USB registered
Feb 04 12:16:26 arch kernel: usbcore: registered new interface driver usbfs
Feb 04 12:16:26 arch kernel: usbcore: registered new interface driver hub
Feb 04 12:16:26 arch kernel: usbcore: registered new device driver usb
Feb 04 12:16:26 arch kernel: pps_core: LinuxPPS API ver. 1 registered
Feb 04 12:16:26 arch kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Feb 04 12:16:26 arch kernel: PTP clock support registered
Feb 04 12:16:26 arch kernel: EDAC MC: Ver: 3.0.0
Feb 04 12:16:26 arch kernel: Registered efivars operations
Feb 04 12:16:26 arch kernel: NetLabel: Initializing
Feb 04 12:16:26 arch kernel: NetLabel: domain hash size = 128
Feb 04 12:16:26 arch kernel: NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
Feb 04 12:16:26 arch kernel: NetLabel: unlabeled traffic allowed by default
Feb 04 12:16:26 arch kernel: mctp: management component transport protocol core
Feb 04 12:16:26 arch kernel: NET: Registered PF_MCTP protocol family
Feb 04 12:16:26 arch kernel: PCI: Using ACPI for IRQ routing
Feb 04 12:16:26 arch kernel: PCI: pci_cache_line_size set to 64 bytes
Feb 04 12:16:26 arch kernel: e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
Feb 04 12:16:26 arch kernel: e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
Feb 04 12:16:26 arch kernel: e820: reserve RAM buffer [mem 0x96a0f000-0x97ffffff]
Feb 04 12:16:26 arch kernel: e820: reserve RAM buffer [mem 0x9837e000-0x9bffffff]
Feb 04 12:16:26 arch kernel: e820: reserve RAM buffer [mem 0x984eb000-0x9bffffff]
Feb 04 12:16:26 arch kernel: e820: reserve RAM buffer [mem 0x99af5000-0x9bffffff]
Feb 04 12:16:26 arch kernel: e820: reserve RAM buffer [mem 0x9afff000-0x9bffffff]
Feb 04 12:16:26 arch kernel: e820: reserve RAM buffer [mem 0x25f000000-0x25fffffff]
Feb 04 12:16:26 arch kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
Feb 04 12:16:26 arch kernel: pci 0000:00:02.0: vgaarb: bridge control possible
Feb 04 12:16:26 arch kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Feb 04 12:16:26 arch kernel: vgaarb: loaded
Feb 04 12:16:26 arch kernel: clocksource: Switched to clocksource tsc-early
Feb 04 12:16:26 arch kernel: VFS: Disk quotas dquot_6.6.0
Feb 04 12:16:26 arch kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Feb 04 12:16:26 arch kernel: pnp: PnP ACPI init
Feb 04 12:16:26 arch kernel: system 00:00: [io 0x0680-0x069f] has been reserved
Feb 04 12:16:26 arch kernel: system 00:00: [io 0xffff] has been reserved
Feb 04 12:16:26 arch kernel: system 00:00: [io 0xffff] has been reserved
Feb 04 12:16:26 arch kernel: system 00:00: [io 0xffff] has been reserved
Feb 04 12:16:26 arch kernel: system 00:00: [io 0x1800-0x18fe] has been reserved
Feb 04 12:16:26 arch kernel: system 00:00: [io 0x164e-0x164f] has been reserved
Feb 04 12:16:26 arch kernel: system 00:02: [io 0x1854-0x1857] has been reserved
Feb 04 12:16:26 arch kernel: system 00:04: [mem 0xfed10000-0xfed17fff] has been reserved
Feb 04 12:16:26 arch kernel: system 00:04: [mem 0xfed18000-0xfed18fff] has been reserved
Feb 04 12:16:26 arch kernel: system 00:04: [mem 0xfed19000-0xfed19fff] has been reserved
Feb 04 12:16:26 arch kernel: system 00:04: [mem 0xf0000000-0xf7ffffff] has been reserved
Feb 04 12:16:26 arch kernel: system 00:04: [mem 0xfed20000-0xfed3ffff] has been reserved
Feb 04 12:16:26 arch kernel: system 00:04: [mem 0xfed90000-0xfed93fff] could not be reserved
Feb 04 12:16:26 arch kernel: system 00:04: [mem 0xfed45000-0xfed8ffff] has been reserved
Feb 04 12:16:26 arch kernel: system 00:04: [mem 0xff000000-0xffffffff] has been reserved
Feb 04 12:16:26 arch kernel: system 00:04: [mem 0xfee00000-0xfeefffff] could not be reserved
Feb 04 12:16:26 arch kernel: system 00:04: [mem 0xeffe0000-0xefffffff] has been reserved
Feb 04 12:16:26 arch kernel: system 00:05: [mem 0xfd000000-0xfdabffff] has been reserved
Feb 04 12:16:26 arch kernel: system 00:05: [mem 0xfdad0000-0xfdadffff] has been reserved
Feb 04 12:16:26 arch kernel: system 00:05: [mem 0xfdb00000-0xfdffffff] has been reserved
Feb 04 12:16:26 arch kernel: system 00:05: [mem 0xfe000000-0xfe01ffff] could not be reserved
Feb 04 12:16:26 arch kernel: system 00:05: [mem 0xfe036000-0xfe03bfff] has been reserved
Feb 04 12:16:26 arch kernel: system 00:05: [mem 0xfe03d000-0xfe3fffff] has been reserved
Feb 04 12:16:26 arch kernel: system 00:05: [mem 0xfe410000-0xfe7fffff] has been reserved
Feb 04 12:16:26 arch kernel: system 00:06: [io 0xff00-0xfffe] has been reserved
Feb 04 12:16:26 arch kernel: system 00:07: [mem 0xfe029000-0xfe029fff] has been reserved
Feb 04 12:16:26 arch kernel: system 00:07: [mem 0xfe028000-0xfe028fff] has been reserved
Feb 04 12:16:26 arch kernel: system 00:07: [mem 0xfdaf0000-0xfdafffff] has been reserved
Feb 04 12:16:26 arch kernel: system 00:07: [mem 0xfdae0000-0xfdaeffff] has been reserved
Feb 04 12:16:26 arch kernel: system 00:07: [mem 0xfdac0000-0xfdacffff] has been reserved
Feb 04 12:16:26 arch kernel: pnp: PnP ACPI: found 8 devices
Feb 04 12:16:26 arch kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Feb 04 12:16:26 arch kernel: NET: Registered PF_INET protocol family
Feb 04 12:16:26 arch kernel: IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Feb 04 12:16:26 arch kernel: tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
Feb 04 12:16:26 arch kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Feb 04 12:16:26 arch kernel: TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
Feb 04 12:16:26 arch kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Feb 04 12:16:26 arch kernel: TCP: Hash tables configured (established 65536 bind 65536)
Feb 04 12:16:26 arch kernel: MPTCP token hash table entries: 8192 (order: 5, 196608 bytes, linear)
Feb 04 12:16:26 arch kernel: UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
Feb 04 12:16:26 arch kernel: UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
Feb 04 12:16:26 arch kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Feb 04 12:16:26 arch kernel: NET: Registered PF_XDP protocol family
Feb 04 12:16:26 arch kernel: pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 01] add_size 1000
Feb 04 12:16:26 arch kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000 add_align 100000
Feb 04 12:16:26 arch kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 01] add_size 200000 add_align 100000
Feb 04 12:16:26 arch kernel: clipped [mem size 0x00050000] to [mem size 0xffffffffffff0000] for e820 entry [mem 0x0009e000-0x000fffff]
Feb 04 12:16:26 arch kernel: pci 0000:00:1c.0: BAR 14: assigned [mem 0xa0000000-0xa01fffff]
Feb 04 12:16:26 arch kernel: clipped [mem size 0x00000000 64bit pref] to [mem size 0xfffffffffffa0000 64bit pref] for e820 entry [mem 0x0009e000-0x000fffff]
Feb 04 12:16:26 arch kernel: clipped [mem size 0x00050000 64bit pref] to [mem size 0xffffffffffff0000 64bit pref] for e820 entry [mem 0x0009e000-0x000fffff]
Feb 04 12:16:26 arch kernel: pci 0000:00:1c.0: BAR 15: assigned [mem 0xa0200000-0xa03fffff 64bit pref]
Feb 04 12:16:26 arch kernel: pci 0000:00:1c.0: BAR 13: assigned [io 0x2000-0x2fff]
Feb 04 12:16:26 arch kernel: pci 0000:00:1c.0: PCI bridge to [bus 01]
Feb 04 12:16:26 arch kernel: pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]
Feb 04 12:16:26 arch kernel: pci 0000:00:1c.0: bridge window [mem 0xa0000000-0xa01fffff]
Feb 04 12:16:26 arch kernel: pci 0000:00:1c.0: bridge window [mem 0xa0200000-0xa03fffff 64bit pref]
Feb 04 12:16:26 arch kernel: pci 0000:00:1c.5: PCI bridge to [bus 02]
Feb 04 12:16:26 arch kernel: pci 0000:00:1c.5: bridge window [io 0xe000-0xefff]
Feb 04 12:16:26 arch kernel: pci 0000:00:1c.5: bridge window [mem 0xef000000-0xef0fffff]
Feb 04 12:16:26 arch kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
Feb 04 12:16:26 arch kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
Feb 04 12:16:26 arch kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000fffff window]
Feb 04 12:16:26 arch kernel: pci_bus 0000:00: resource 7 [mem 0xa0000000-0xefffffff window]
Feb 04 12:16:26 arch kernel: pci_bus 0000:00: resource 8 [mem 0xfd000000-0xfe7fffff window]
Feb 04 12:16:26 arch kernel: pci_bus 0000:01: resource 0 [io 0x2000-0x2fff]
Feb 04 12:16:26 arch kernel: pci_bus 0000:01: resource 1 [mem 0xa0000000-0xa01fffff]
Feb 04 12:16:26 arch kernel: pci_bus 0000:01: resource 2 [mem 0xa0200000-0xa03fffff 64bit pref]
Feb 04 12:16:26 arch kernel: pci_bus 0000:02: resource 0 [io 0xe000-0xefff]
Feb 04 12:16:26 arch kernel: pci_bus 0000:02: resource 1 [mem 0xef000000-0xef0fffff]
Feb 04 12:16:26 arch kernel: PCI: CLS 64 bytes, default 64
Feb 04 12:16:26 arch kernel: DMAR: ACPI device "device:71" under DMAR at fed91000 as 00:15.0
Feb 04 12:16:26 arch kernel: DMAR: ACPI device "device:72" under DMAR at fed91000 as 00:15.1
Feb 04 12:16:26 arch kernel: DMAR: ACPI device "device:73" under DMAR at fed91000 as 00:1e.0
Feb 04 12:16:26 arch kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Feb 04 12:16:26 arch kernel: software IO TLB: mapped [mem 0x0000000091748000-0x0000000095748000] (64MB)
Feb 04 12:16:26 arch kernel: Trying to unpack rootfs image as initramfs...
Feb 04 12:16:26 arch kernel: Initialise system trusted keyrings
Feb 04 12:16:26 arch kernel: Key type blacklist registered
Feb 04 12:16:26 arch kernel: workingset: timestamp_bits=41 max_order=21 bucket_order=0
Feb 04 12:16:26 arch kernel: zbud: loaded
Feb 04 12:16:26 arch kernel: integrity: Platform Keyring initialized
Feb 04 12:16:26 arch kernel: integrity: Machine keyring initialized
Feb 04 12:16:26 arch kernel: Key type asymmetric registered
Feb 04 12:16:26 arch kernel: Asymmetric key parser 'x509' registered
Feb 04 12:16:26 arch kernel: Freeing initrd memory: 19048K
Feb 04 12:16:26 arch kernel: alg: self-tests for CTR-KDF (hmac(sha256)) passed
Feb 04 12:16:26 arch kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
Feb 04 12:16:26 arch kernel: io scheduler mq-deadline registered
Feb 04 12:16:26 arch kernel: io scheduler kyber registered
Feb 04 12:16:26 arch kernel: io scheduler bfq registered
Feb 04 12:16:26 arch kernel: pcieport 0000:00:1c.0: PME: Signaling with IRQ 122
Feb 04 12:16:26 arch kernel: pcieport 0000:00:1c.0: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
Feb 04 12:16:26 arch kernel: pcieport 0000:00:1c.5: PME: Signaling with IRQ 123
Feb 04 12:16:26 arch kernel: pcieport 0000:00:1c.5: AER: enabled with IRQ 123
Feb 04 12:16:26 arch kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Feb 04 12:16:26 arch kernel: ACPI: AC: AC Adapter [AC0] (on-line)
Feb 04 12:16:26 arch kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:19/PNP0C09:01/PNP0C0D:00/input/input0
Feb 04 12:16:26 arch kernel: ACPI: button: Lid Switch [LID]
Feb 04 12:16:26 arch kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
Feb 04 12:16:26 arch kernel: ACPI: button: Sleep Button [SLPB]
Feb 04 12:16:26 arch kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2
Feb 04 12:16:26 arch kernel: ACPI: button: Power Button [PWRB]
Feb 04 12:16:26 arch kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
Feb 04 12:16:26 arch kernel: ACPI: button: Power Button [PWRF]
Feb 04 12:16:26 arch kernel: thermal LNXTHERM:00: registered as thermal_zone0
Feb 04 12:16:26 arch kernel: ACPI: thermal: Thermal Zone [THRM] (41 C)
Feb 04 12:16:26 arch kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Feb 04 12:16:26 arch kernel: hpet_acpi_add: no address or irqs in _CRS
Feb 04 12:16:26 arch kernel: Non-volatile memory driver v1.3
Feb 04 12:16:26 arch kernel: Linux agpgart interface v0.103
Feb 04 12:16:26 arch kernel: ACPI: battery: Slot [BAT0] (battery present)
Feb 04 12:16:26 arch kernel: AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
Feb 04 12:16:26 arch kernel: ACPI: bus type drm_connector registered
Feb 04 12:16:26 arch kernel: ahci 0000:00:17.0: version 3.0
Feb 04 12:16:26 arch kernel: ahci 0000:00:17.0: AHCI 0001.0301 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
Feb 04 12:16:26 arch kernel: ahci 0000:00:17.0: flags: 64bit ncq pm led clo only pio slum part deso sadm sds apst
Feb 04 12:16:26 arch kernel: scsi host0: ahci
Feb 04 12:16:26 arch kernel: scsi host1: ahci
Feb 04 12:16:26 arch kernel: ata1: SATA max UDMA/133 abar m2048@0xef135000 port 0xef135100 irq 124
Feb 04 12:16:26 arch kernel: ata2: SATA max UDMA/133 abar m2048@0xef135000 port 0xef135180 irq 124
Feb 04 12:16:26 arch kernel: usbcore: registered new interface driver usbserial_generic
Feb 04 12:16:26 arch kernel: usbserial: USB Serial support registered for generic
Feb 04 12:16:26 arch kernel: rtc_cmos 00:01: RTC can wake from S4
Feb 04 12:16:26 arch kernel: rtc_cmos 00:01: registered as rtc0
Feb 04 12:16:26 arch kernel: rtc_cmos 00:01: setting system clock to 2023-02-04T12:16:23 UTC (1675512983)
Feb 04 12:16:26 arch kernel: rtc_cmos 00:01: alarms up to one month, y3k, 242 bytes nvram
Feb 04 12:16:26 arch kernel: intel_pstate: Intel P-state driver initializing
Feb 04 12:16:26 arch kernel: intel_pstate: HWP enabled
Feb 04 12:16:26 arch kernel: ledtrig-cpu: registered to indicate activity on CPUs
Feb 04 12:16:26 arch kernel: efifb: probing for efifb
Feb 04 12:16:26 arch kernel: efifb: showing boot graphics
Feb 04 12:16:26 arch kernel: efifb: framebuffer at 0xd0000000, using 8128k, total 8128k
Feb 04 12:16:26 arch kernel: efifb: mode is 1920x1080x32, linelength=7680, pages=1
Feb 04 12:16:26 arch kernel: efifb: scrolling: redraw
Feb 04 12:16:26 arch kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Feb 04 12:16:26 arch kernel: fbcon: Deferring console take-over
Feb 04 12:16:26 arch kernel: fb0: EFI VGA frame buffer device
Feb 04 12:16:26 arch kernel: hid: raw HID events driver (C) Jiri Kosina
Feb 04 12:16:26 arch kernel: intel_pmc_core INT33A1:00: initialized
Feb 04 12:16:26 arch kernel: drop_monitor: Initializing network drop monitor service
Feb 04 12:16:26 arch kernel: Initializing XFRM netlink socket
Feb 04 12:16:26 arch kernel: NET: Registered PF_INET6 protocol family
Feb 04 12:16:26 arch kernel: Segment Routing with IPv6
Feb 04 12:16:26 arch kernel: RPL Segment Routing with IPv6
Feb 04 12:16:26 arch kernel: In-situ OAM (IOAM) with IPv6
Feb 04 12:16:26 arch kernel: NET: Registered PF_PACKET protocol family
Feb 04 12:16:26 arch kernel: microcode: sig=0x806e9, pf=0x40, revision=0xf0
Feb 04 12:16:26 arch kernel: microcode: Microcode Update Driver: v2.2.
Feb 04 12:16:26 arch kernel: IPI shorthand broadcast: enabled
Feb 04 12:16:26 arch kernel: sched_clock: Marking stable (439286886, 6048230)->(482661449, -37326333)
Feb 04 12:16:26 arch kernel: registered taskstats version 1
Feb 04 12:16:26 arch kernel: Loading compiled-in X.509 certificates
Feb 04 12:16:26 arch kernel: Loaded X.509 cert 'Build time autogenerated kernel key: b8abf2bb03aa3abcd8a8b80f43a6c213cd333d9b'
Feb 04 12:16:26 arch kernel: zswap: loaded using pool lz4/z3fold
Feb 04 12:16:26 arch kernel: Key type .fscrypt registered
Feb 04 12:16:26 arch kernel: Key type fscrypt-provisioning registered
Feb 04 12:16:26 arch kernel: integrity: Loading X.509 certificate: UEFI:db
Feb 04 12:16:26 arch kernel: integrity: Loaded X.509 cert 'ASUSTeK Notebook SW Key Certificate: b8e581e4df77a5bb4282d5ccfc00c071'
Feb 04 12:16:26 arch kernel: integrity: Loading X.509 certificate: UEFI:db
Feb 04 12:16:26 arch kernel: integrity: Loaded X.509 cert 'ASUSTeK MotherBoard SW Key Certificate: da83b990422ebc8c441f8d8b039a65a2'
Feb 04 12:16:26 arch kernel: integrity: Loading X.509 certificate: UEFI:db
Feb 04 12:16:26 arch kernel: integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
Feb 04 12:16:26 arch kernel: integrity: Loading X.509 certificate: UEFI:db
Feb 04 12:16:26 arch kernel: integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
Feb 04 12:16:26 arch kernel: integrity: Loading X.509 certificate: UEFI:db
Feb 04 12:16:26 arch kernel: integrity: Loaded X.509 cert 'Canonical Ltd. Master Certificate Authority: ad91990bc22ab1f517048c23b6655a268e345a63'
Feb 04 12:16:26 arch kernel: PM: Magic number: 11:266:278
Feb 04 12:16:26 arch kernel: tty tty15: hash matches
Feb 04 12:16:26 arch kernel: RAS: Correctable Errors collector initialized.
Feb 04 12:16:26 arch kernel: ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Feb 04 12:16:26 arch kernel: ata2: SATA link down (SStatus 4 SControl 300)
Feb 04 12:16:26 arch kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:00(SECURITY FREEZE LOCK) filtered out
Feb 04 12:16:26 arch kernel: ata1.00: ACPI cmd b1/c1:00:00:00:00:00(DEVICE CONFIGURATION OVERLAY) filtered out
Feb 04 12:16:26 arch kernel: ata1.00: supports DRM functions and may not be fully accessible
Feb 04 12:16:26 arch kernel: ata1.00: ATA-10: CT500MX500SSD1, M3CR022, max UDMA/133
Feb 04 12:16:26 arch kernel: ata1.00: 976773168 sectors, multi 1: LBA48 NCQ (depth 32), AA
Feb 04 12:16:26 arch kernel: ata1.00: Features: Trust Dev-Sleep
Feb 04 12:16:26 arch kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:00(SECURITY FREEZE LOCK) filtered out
Feb 04 12:16:26 arch kernel: ata1.00: ACPI cmd b1/c1:00:00:00:00:00(DEVICE CONFIGURATION OVERLAY) filtered out
Feb 04 12:16:26 arch kernel: ata1.00: supports DRM functions and may not be fully accessible
Feb 04 12:16:26 arch kernel: ata1.00: configured for UDMA/133
Feb 04 12:16:26 arch kernel: ahci 0000:00:17.0: port does not support device sleep
Feb 04 12:16:26 arch kernel: scsi 0:0:0:0: Direct-Access ATA CT500MX500SSD1 022 PQ: 0 ANSI: 5
Feb 04 12:16:26 arch kernel: sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/466 GiB)
Feb 04 12:16:26 arch kernel: sd 0:0:0:0: [sda] 4096-byte physical blocks
Feb 04 12:16:26 arch kernel: sd 0:0:0:0: [sda] Write Protect is off
Feb 04 12:16:26 arch kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Feb 04 12:16:26 arch kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Feb 04 12:16:26 arch kernel: sd 0:0:0:0: [sda] Preferred minimum I/O size 4096 bytes
Feb 04 12:16:26 arch kernel: sda: sda1 sda2 sda3 sda4 sda5 sda6
Feb 04 12:16:26 arch kernel: sd 0:0:0:0: [sda] supports TCG Opal
Feb 04 12:16:26 arch kernel: sd 0:0:0:0: [sda] Attached SCSI disk
Feb 04 12:16:26 arch kernel: Freeing unused decrypted memory: 2036K
Feb 04 12:16:26 arch kernel: Freeing unused kernel image (initmem) memory: 2140K
Feb 04 12:16:26 arch kernel: Write protecting the kernel read-only data: 30720k
Feb 04 12:16:26 arch kernel: Freeing unused kernel image (text/rodata gap) memory: 2040K
Feb 04 12:16:26 arch kernel: Freeing unused kernel image (rodata/data gap) memory: 1152K
Feb 04 12:16:26 arch kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Feb 04 12:16:26 arch kernel: rodata_test: all tests were successful
Feb 04 12:16:26 arch kernel: x86/mm: Checking user space page tables
Feb 04 12:16:26 arch kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Feb 04 12:16:26 arch kernel: Run /init as init process
Feb 04 12:16:26 arch kernel: with arguments:
Feb 04 12:16:26 arch kernel: /init
Feb 04 12:16:26 arch kernel: with environment:
Feb 04 12:16:26 arch kernel: HOME=/
Feb 04 12:16:26 arch kernel: TERM=linux
Feb 04 12:16:26 arch kernel: BOOT_IMAGE=/vmlinuz-linux
Feb 04 12:16:26 arch kernel: fbcon: Taking over console
Feb 04 12:16:26 arch kernel: Console: switching to colour frame buffer device 240x67
Feb 04 12:16:26 arch kernel: tsc: Refined TSC clocksource calibration: 2304.000 MHz
Feb 04 12:16:26 arch kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2135f7c97c8, max_idle_ns: 440795273205 ns
Feb 04 12:16:26 arch kernel: clocksource: Switched to clocksource tsc
Feb 04 12:16:26 arch kernel: Console: switching to colour dummy device 80x25
Feb 04 12:16:26 arch kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
Feb 04 12:16:26 arch kernel: i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
Feb 04 12:16:26 arch kernel: i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
Feb 04 12:16:26 arch 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
Feb 04 12:16:26 arch kernel: i915 0000:00:02.0: [drm] [ENCODER:118:DDI C/PHY C] is disabled/in DSI mode with an ungated DDI clock, gate it
Feb 04 12:16:26 arch kernel: [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
Feb 04 12:16:26 arch kernel: ACPI: video: Video Device [GFX0] (multi-head: yes rom: no post: no)
Feb 04 12:16:26 arch kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input4
Feb 04 12:16:26 arch kernel: fbcon: i915drmfb (fb0) is primary device
Feb 04 12:16:26 arch kernel: Console: switching to colour frame buffer device 240x67
Feb 04 12:16:26 arch kernel: i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
Feb 04 12:16:26 arch kernel: i8042: PNP: PS/2 Controller [PNP030b:PS2K] at 0x60,0x64 irq 1
Feb 04 12:16:26 arch kernel: i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
Feb 04 12:16:26 arch kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Feb 04 12:16:26 arch kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Feb 04 12:16:26 arch kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
Feb 04 12:16:26 arch kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000081109810
Feb 04 12:16:26 arch kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Feb 04 12:16:26 arch kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Feb 04 12:16:26 arch kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
Feb 04 12:16:26 arch kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.01
Feb 04 12:16:26 arch kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Feb 04 12:16:26 arch kernel: usb usb1: Product: xHCI Host Controller
Feb 04 12:16:26 arch kernel: usb usb1: Manufacturer: Linux 6.1.9-arch1-1 xhci-hcd
Feb 04 12:16:26 arch kernel: usb usb1: SerialNumber: 0000:00:14.0
Feb 04 12:16:26 arch kernel: hub 1-0:1.0: USB hub found
Feb 04 12:16:26 arch kernel: hub 1-0:1.0: 12 ports detected
Feb 04 12:16:26 arch kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.01
Feb 04 12:16:26 arch kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Feb 04 12:16:26 arch kernel: usb usb2: Product: xHCI Host Controller
Feb 04 12:16:26 arch kernel: usb usb2: Manufacturer: Linux 6.1.9-arch1-1 xhci-hcd
Feb 04 12:16:26 arch kernel: usb usb2: SerialNumber: 0000:00:14.0
Feb 04 12:16:26 arch kernel: hub 2-0:1.0: USB hub found
Feb 04 12:16:26 arch kernel: hub 2-0:1.0: 6 ports detected
Feb 04 12:16:26 arch kernel: sdhci: Secure Digital Host Controller Interface driver
Feb 04 12:16:26 arch kernel: sdhci: Copyright(c) Pierre Ossman
Feb 04 12:16:26 arch kernel: sdhci-pci 0000:00:1e.6: SDHCI controller found [8086:9d2d] (rev 21)
Feb 04 12:16:26 arch kernel: sdhci-pci 0000:00:1e.6: enabling device (0000 -> 0002)
Feb 04 12:16:26 arch kernel: sdhci-pci 0000:00:1e.6: failed to setup card detect gpio
Feb 04 12:16:26 arch kernel: mmc0: SDHCI controller on PCI [0000:00:1e.6] using ADMA 64-bit
Feb 04 12:16:26 arch kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input5
Feb 04 12:16:26 arch kernel: EXT4-fs (sda2): mounted filesystem with ordered data mode. Quota mode: none.
Feb 04 12:16:26 arch kernel: usb 1-1: new full-speed USB device number 2 using xhci_hcd
Feb 04 12:16:26 arch systemd[1]: RTC configured in localtime, applying delta of 60 minutes to system time.
Feb 04 12:16:26 arch systemd[1]: systemd 252.5-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)
Feb 04 12:16:26 arch systemd[1]: Detected architecture x86-64.
Feb 04 12:16:26 arch systemd[1]: Hostname set to <arch>.
Feb 04 12:16:26 arch kernel: usb 1-1: New USB device found, idVendor=0951, idProduct=16a4, bcdDevice= 0.10
Feb 04 12:16:26 arch kernel: usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Feb 04 12:16:26 arch kernel: usb 1-1: Product: HyperX Virtual Surround Sound
Feb 04 12:16:26 arch kernel: usb 1-1: Manufacturer: Kingston
Feb 04 12:16:26 arch kernel: usb 1-1: SerialNumber: 00000000
Feb 04 12:16:26 arch kernel: usb 1-3: new full-speed USB device number 3 using xhci_hcd
Feb 04 12:16:26 arch kernel: usb 1-3: New USB device found, idVendor=09da, idProduct=7f19, bcdDevice=13.c3
Feb 04 12:16:26 arch kernel: usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Feb 04 12:16:26 arch kernel: usb 1-3: Product: USB Device
Feb 04 12:16:26 arch kernel: usb 1-3: Manufacturer: COMPANY
Feb 04 12:16:26 arch systemd[1]: bpf-lsm: LSM BPF program attached
Feb 04 12:16:26 arch kernel: usb 1-6: new high-speed USB device number 4 using xhci_hcd
Feb 04 12:16:26 arch systemd-fstab-generator[213]: Failed to create unit file '/run/systemd/generator/-.mount', as it already exists. Duplicate entry in '/etc/fstab'?
Feb 04 12:16:26 arch systemd-fstab-generator[213]: Failed to create unit file '/run/systemd/generator/-.mount', as it already exists. Duplicate entry in '/etc/fstab'?
Feb 04 12:16:26 arch systemd-fstab-generator[213]: Failed to create unit file '/run/systemd/generator/-.mount', as it already exists. Duplicate entry in '/etc/fstab'?
Feb 04 12:16:26 arch systemd-fstab-generator[213]: Failed to create unit file '/run/systemd/generator/boot.mount', as it already exists. Duplicate entry in '/etc/fstab'?
Feb 04 12:16:26 arch systemd[209]: /usr/lib/systemd/system-generators/systemd-fstab-generator failed with exit status 1.
Feb 04 12:16:26 arch systemd[1]: /etc/systemd/system/startup.service:6: Unknown key name 'type' in section 'Service', ignoring.
Feb 04 12:16:26 arch systemd[1]: Queued start job for default target Graphical Interface.
Feb 04 12:16:26 arch kernel: usb 1-6: New USB device found, idVendor=13d3, idProduct=5a11, bcdDevice=17.02
Feb 04 12:16:26 arch kernel: usb 1-6: New USB device strings: Mfr=3, Product=1, SerialNumber=2
Feb 04 12:16:26 arch kernel: usb 1-6: Product: USB2.0 VGA UVC WebCam
Feb 04 12:16:26 arch kernel: usb 1-6: Manufacturer: Azurewave
Feb 04 12:16:26 arch kernel: usb 1-6: SerialNumber:
Feb 04 12:16:26 arch systemd[1]: Created slice Slice /system/getty.
Feb 04 12:16:26 arch systemd[1]: Created slice Slice /system/modprobe.
Feb 04 12:16:26 arch systemd[1]: Created slice Slice /system/netctl.
Feb 04 12:16:26 arch systemd[1]: Created slice Slice /system/systemd-fsck.
Feb 04 12:16:26 arch systemd[1]: Created slice User and Session Slice.
Feb 04 12:16:26 arch systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Feb 04 12:16:26 arch systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Feb 04 12:16:26 arch systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Feb 04 12:16:26 arch systemd[1]: Reached target Local Encrypted Volumes.
Feb 04 12:16:26 arch systemd[1]: Reached target Login Prompts.
Feb 04 12:16:26 arch systemd[1]: Reached target Local Integrity Protected Volumes.
Feb 04 12:16:26 arch systemd[1]: Reached target Path Units.
Feb 04 12:16:26 arch systemd[1]: Reached target Remote File Systems.
Feb 04 12:16:26 arch systemd[1]: Reached target Slice Units.
Feb 04 12:16:26 arch systemd[1]: Reached target Swaps.
Feb 04 12:16:26 arch systemd[1]: Reached target System Time Set.
Feb 04 12:16:26 arch systemd[1]: Reached target Local Verity Protected Volumes.
Feb 04 12:16:26 arch systemd[1]: Listening on Device-mapper event daemon FIFOs.
Feb 04 12:16:26 arch systemd[1]: Listening on LVM2 poll daemon socket.
Feb 04 12:16:26 arch systemd[1]: Listening on Process Core Dump Socket.
Feb 04 12:16:26 arch systemd[1]: Listening on Journal Audit Socket.
Feb 04 12:16:26 arch systemd[1]: Listening on Journal Socket (/dev/log).
Feb 04 12:16:26 arch systemd[1]: Listening on Journal Socket.
Feb 04 12:16:26 arch systemd[1]: Listening on udev Control Socket.
Feb 04 12:16:26 arch systemd[1]: Listening on udev Kernel Socket.
Feb 04 12:16:26 arch systemd[1]: Mounting Huge Pages File System...
Feb 04 12:16:26 arch systemd[1]: Mounting POSIX Message Queue File System...
Feb 04 12:16:26 arch systemd[1]: Mounting Kernel Debug File System...
Feb 04 12:16:26 arch systemd[1]: Mounting /sys/kernel/tracing...
Feb 04 12:16:26 arch systemd[1]: Mounting Temporary Directory /tmp...
Feb 04 12:16:26 arch systemd[1]: Starting Create List of Static Device Nodes...
Feb 04 12:16:26 arch systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Feb 04 12:16:26 arch systemd[1]: Starting Load Kernel Module configfs...
Feb 04 12:16:26 arch systemd[1]: Starting Load Kernel Module drm...
Feb 04 12:16:26 arch systemd[1]: Starting Load Kernel Module fuse...
Feb 04 12:16:26 arch systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Feb 04 12:16:26 arch systemd[1]: Starting Journal Service...
Feb 04 12:16:26 arch systemd[1]: Starting Load Kernel Modules...
Feb 04 12:16:26 arch systemd[1]: Starting Remount Root and Kernel File Systems...
Feb 04 12:16:26 arch systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Feb 04 12:16:26 arch systemd[1]: Starting Coldplug All udev Devices...
Feb 04 12:16:26 arch systemd[1]: Mounted Huge Pages File System.
Feb 04 12:16:26 arch systemd[1]: Mounted POSIX Message Queue File System.
Feb 04 12:16:26 arch systemd[1]: Mounted Kernel Debug File System.
Feb 04 12:16:26 arch systemd[1]: Mounted /sys/kernel/tracing.
Feb 04 12:16:26 arch systemd[1]: Mounted Temporary Directory /tmp.
Feb 04 12:16:26 arch kernel: fuse: init (API version 7.37)
Feb 04 12:16:26 arch kernel: EXT4-fs (sda2): re-mounted. Quota mode: none.
Feb 04 12:16:26 arch kernel: EXT4-fs (sda2): re-mounted. Quota mode: none.
Feb 04 12:16:26 arch kernel: EXT4-fs (sda2): re-mounted. Quota mode: none.
Feb 04 12:16:26 arch kernel: EXT4-fs (sda2): re-mounted. Quota mode: none.
Feb 04 12:16:26 arch systemd[1]: Finished Create List of Static Device Nodes.
Feb 04 12:16:26 arch kernel: audit: type=1130 audit(1675509386.215:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 04 12:16:26 arch systemd[1]: modprobe@configfs.service: Deactivated successfully.
Feb 04 12:16:26 arch systemd[1]: Finished Load Kernel Module configfs.
Feb 04 12:16:26 arch systemd[1]: modprobe@drm.service: Deactivated successfully.
Feb 04 12:16:26 arch kernel: audit: type=1130 audit(1675509386.248:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 04 12:16:26 arch kernel: audit: type=1131 audit(1675509386.248:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 04 12:16:26 arch kernel: usb 1-8: new full-speed USB device number 5 using xhci_hcd
Feb 04 12:16:26 arch systemd[1]: Finished Load Kernel Module drm.
Feb 04 12:16:26 arch kernel: audit: type=1130 audit(1675509386.268:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 04 12:16:26 arch kernel: audit: type=1131 audit(1675509386.268:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 04 12:16:26 arch systemd-journald[231]: Journal started
Feb 04 12:16:26 arch systemd-journald[231]: Runtime Journal (/run/log/journal/dc8ce435031f4de19b32599c74402f6b) is 8.0M, max 391.5M, 383.5M free.
Feb 04 12:16:26 arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 04 12:16:26 arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 04 12:16:26 arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 04 12:16:26 arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 04 12:16:26 arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 04 12:16:26 arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 04 12:16:26 arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 04 12:16:26 arch systemd[1]: modprobe@fuse.service: Deactivated successfully.
Feb 04 12:16:26 arch systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Feb 04 12:16:26 arch kernel: audit: type=1130 audit(1675509386.291:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 04 12:16:26 arch systemd[1]: Started Journal Service.
Feb 04 12:16:26 arch kernel: audit: type=1130 audit(1675509386.291:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 04 12:16:26 arch systemd[1]: Finished Load Kernel Module fuse.
Feb 04 12:16:26 arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 04 12:16:26 arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 04 12:16:26 arch kernel: audit: type=1130 audit(1675509386.325:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 04 12:16:26 arch kernel: audit: type=1131 audit(1675509386.325:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 04 12:16:26 arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 04 12:16:26 arch systemd[1]: Finished Remount Root and Kernel File Systems.
Feb 04 12:16:26 arch systemd[1]: Mounting FUSE Control File System...
Feb 04 12:16:26 arch systemd[1]: Mounting Kernel Configuration File System...
Feb 04 12:16:26 arch systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Feb 04 12:16:26 arch systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Feb 04 12:16:26 arch systemd[1]: Starting Flush Journal to Persistent Storage...
Feb 04 12:16:26 arch systemd[1]: Starting Load/Save Random Seed...
Feb 04 12:16:26 arch systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Feb 04 12:16:26 arch systemd[1]: Starting Create Static Device Nodes in /dev...
Feb 04 12:16:26 arch systemd-journald[231]: Time spent on flushing to /var/log/journal/dc8ce435031f4de19b32599c74402f6b is 68.520ms for 833 entries.
Feb 04 12:16:26 arch systemd-journald[231]: System Journal (/var/log/journal/dc8ce435031f4de19b32599c74402f6b) is 2.7G, max 4.0G, 1.2G free.
Feb 04 12:16:26 arch systemd-journald[231]: Received client request to flush runtime journal.
Feb 04 12:16:26 arch kernel: usb 1-8: New USB device found, idVendor=13d3, idProduct=3529, bcdDevice= 1.10
Feb 04 12:16:26 arch kernel: usb 1-8: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Feb 04 12:16:26 arch kernel: usb 1-8: Product: Bluetooth Radio
Feb 04 12:16:26 arch kernel: usb 1-8: Manufacturer: Realtek
Feb 04 12:16:26 arch kernel: usb 1-8: SerialNumber: 00e04c000001
Feb 04 12:16:26 arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 04 12:16:26 arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 04 12:16:26 arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 04 12:16:26 arch audit: BPF prog-id=27 op=LOAD
Feb 04 12:16:26 arch audit: BPF prog-id=28 op=LOAD
Feb 04 12:16:26 arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 04 12:16:26 arch systemd[1]: Finished Coldplug All udev Devices.
Feb 04 12:16:26 arch systemd[1]: Mounted FUSE Control File System.
Feb 04 12:16:26 arch systemd[1]: Mounted Kernel Configuration File System.
Feb 04 12:16:26 arch systemd[1]: Finished Load/Save Random Seed.
Feb 04 12:16:26 arch systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Feb 04 12:16:26 arch systemd[1]: Finished Create Static Device Nodes in /dev.
Feb 04 12:16:26 arch systemd[1]: Reached target Preparation for Local File Systems.
Feb 04 12:16:26 arch systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Feb 04 12:16:26 arch systemd[1]: Starting Rule-based Manager for Device Events and Files...
Feb 04 12:16:26 arch systemd-udevd[252]: Using default interface naming scheme 'v252'.
Feb 04 12:16:26 arch systemd-udevd[252]: /etc/udev/rules.d/51-android.rules:1 Unknown group 'adbusers', ignoring
Feb 04 12:16:26 arch systemd[1]: Started Rule-based Manager for Device Events and Files.
Feb 04 12:16:26 arch systemd[1]: Finished Flush Journal to Persistent Storage.
Feb 04 12:16:26 arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 04 12:16:26 arch systemd[1]: Found device CT500MX500SSD1 school.
Feb 04 12:16:26 arch systemd[1]: Starting File System Check on /dev/disk/by-uuid/c73e1235-5638-4b14-823e-cad9fc6635b0...
Feb 04 12:16:26 arch systemd[1]: Found device CT500MX500SSD1 EFI\x20System.
Feb 04 12:16:26 arch systemd[1]: Starting File System Check on /dev/disk/by-uuid/608A-FDCD...
Feb 04 12:16:26 arch systemd-fsck[292]: /dev/sda6: clean, 7359/17989632 files, 57621341/71951104 blocks
Feb 04 12:16:26 arch kernel: input: Asus Wireless Radio Control as /devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input6
Feb 04 12:16:26 arch systemd[1]: Finished File System Check on /dev/disk/by-uuid/c73e1235-5638-4b14-823e-cad9fc6635b0.
Feb 04 12:16:26 arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-c73e1235\x2d5638\x2d4b14\x2d823e\x2dcad9fc6635b0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 04 12:16:26 arch systemd[1]: Mounting /home/stefan/school...
Feb 04 12:16:26 arch systemd-fsck[293]: fsck.fat 4.2 (2021-01-31)
Feb 04 12:16:26 arch systemd-fsck[293]: /dev/sda1: 571 files, 29107/130812 clusters
Feb 04 12:16:26 arch kernel: EXT4-fs (sda6): mounted filesystem with ordered data mode. Quota mode: none.
Feb 04 12:16:26 arch kernel: Consider using thermal netlink events interface
Feb 04 12:16:26 arch systemd[1]: Finished File System Check on /dev/disk/by-uuid/608A-FDCD.
Feb 04 12:16:26 arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-608A\x2dFDCD comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 04 12:16:26 arch systemd[1]: Mounted /home/stefan/school.
Feb 04 12:16:26 arch systemd[1]: boot.mount: Directory /boot to mount over is not empty, mounting anyway.
Feb 04 12:16:27 arch systemd[1]: Mounting /boot...
Feb 04 12:16:27 arch systemd[1]: Mounted /boot.
Feb 04 12:16:27 arch systemd[1]: Reached target Local File Systems.
Feb 04 12:16:27 arch systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
Feb 04 12:16:27 arch systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
Feb 04 12:16:27 arch systemd[1]: Store a System Token in an EFI Variable was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/LoaderFeatures-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Feb 04 12:16:27 arch systemd[1]: Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Feb 04 12:16:27 arch systemd[1]: Starting Create Volatile Files and Directories...
Feb 04 12:16:27 arch kernel: intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
Feb 04 12:16:27 arch kernel: idma64 idma64.0: Found Intel integrated DMA 64-bit
Feb 04 12:16:27 arch kernel: intel-lpss 0000:00:15.1: enabling device (0000 -> 0002)
Feb 04 12:16:27 arch kernel: idma64 idma64.1: Found Intel integrated DMA 64-bit
Feb 04 12:16:27 arch kernel: mei_me 0000:00:16.0: enabling device (0004 -> 0006)
Feb 04 12:16:27 arch kernel: intel-lpss 0000:00:1e.0: enabling device (0000 -> 0002)
Feb 04 12:16:27 arch kernel: idma64 idma64.2: Found Intel integrated DMA 64-bit
Feb 04 12:16:27 arch kernel: mc: Linux media interface: v0.10
Feb 04 12:16:27 arch systemd[1]: Finished Create Volatile Files and Directories.
Feb 04 12:16:27 arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 04 12:16:27 arch systemd[1]: Created slice Slice /system/systemd-backlight.
Feb 04 12:16:27 arch kernel: input: PC Speaker as /devices/platform/pcspkr/input/input7
Feb 04 12:16:27 arch systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:intel_backlight...
Feb 04 12:16:27 arch systemd[1]: Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var).
Feb 04 12:16:27 arch systemd[1]: Update is Completed was skipped because no trigger condition checks were met.
Feb 04 12:16:27 arch systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Feb 04 12:16:27 arch audit[307]: SYSTEM_BOOT pid=307 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Feb 04 12:16:27 arch kernel: input: ELAN1200:00 04F3:3067 Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-6/i2c-ELAN1200:00/0018:04F3:3067.0001/input/input8
Feb 04 12:16:27 arch kernel: input: ELAN1200:00 04F3:3067 Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-6/i2c-ELAN1200:00/0018:04F3:3067.0001/input/input9
Feb 04 12:16:27 arch kernel: hid-generic 0018:04F3:3067.0001: input,hidraw0: I2C HID v1.00 Mouse [ELAN1200:00 04F3:3067] on i2c-ELAN1200:00
Feb 04 12:16:27 arch systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:intel_backlight.
Feb 04 12:16:27 arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:intel_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 04 12:16:27 arch kernel: input: Kingston HyperX Virtual Surround Sound Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.3/0003:0951:16A4.0002/input/input10
Feb 04 12:16:27 arch systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Feb 04 12:16:27 arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 04 12:16:27 arch kernel: input: Kingston HyperX Virtual Surround Sound as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.3/0003:0951:16A4.0002/input/input11
Feb 04 12:16:27 arch kernel: hid-generic 0003:0951:16A4.0002: input,hiddev96,hidraw1: USB HID v1.11 Device [Kingston HyperX Virtual Surround Sound] on usb-0000:00:14.0-1/input3
Feb 04 12:16:27 arch kernel: i801_smbus 0000:00:1f.4: SPD Write Disable is set
Feb 04 12:16:27 arch kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
Feb 04 12:16:27 arch kernel: pci 0000:00:1f.1: [8086:9d20] type 00 class 0x058000
Feb 04 12:16:27 arch kernel: pci 0000:00:1f.1: reg 0x10: [mem 0xfd000000-0xfdffffff 64bit]
Feb 04 12:16:27 arch kernel: input: COMPANY USB Device as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:09DA:7F19.0003/input/input12
Feb 04 12:16:27 arch kernel: i2c i2c-7: 2/4 memory slots populated (from DMI)
Feb 04 12:16:27 arch kernel: i2c i2c-7: Successfully instantiated SPD at 0x52
Feb 04 12:16:27 arch kernel: RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
Feb 04 12:16:27 arch kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
Feb 04 12:16:27 arch kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
Feb 04 12:16:27 arch kernel: RAPL PMU: hw unit of domain dram 2^-14 Joules
Feb 04 12:16:27 arch kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
Feb 04 12:16:27 arch kernel: RAPL PMU: hw unit of domain psys 2^-14 Joules
Feb 04 12:16:27 arch kernel: hid-generic 0003:09DA:7F19.0003: input,hidraw2: USB HID v1.11 Keyboard [COMPANY USB Device] on usb-0000:00:14.0-3/input0
Feb 04 12:16:27 arch kernel: input: COMPANY USB Device as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.1/0003:09DA:7F19.0004/input/input13
Feb 04 12:16:27 arch kernel: hid-generic 0003:09DA:7F19.0004: input,hidraw3: USB HID v1.11 Mouse [COMPANY USB Device] on usb-0000:00:14.0-3/input1
Feb 04 12:16:27 arch kernel: input: COMPANY USB Device Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/0003:09DA:7F19.0005/input/input14
Feb 04 12:16:27 arch kernel: proc_thermal 0000:00:04.0: enabling device (0000 -> 0002)
Feb 04 12:16:27 arch kernel: cryptd: max_cpu_qlen set to 1000
Feb 04 12:16:27 arch kernel: input: COMPANY USB Device as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.2/0003:09DA:7F19.0005/input/input15
Feb 04 12:16:27 arch kernel: hid-generic 0003:09DA:7F19.0005: input,hiddev97,hidraw4: USB HID v1.11 Keyboard [COMPANY USB Device] on usb-0000:00:14.0-3/input2
Feb 04 12:16:27 arch kernel: intel_rapl_common: Found RAPL domain package
Feb 04 12:16:27 arch kernel: intel_rapl_common: Found RAPL domain dram
Feb 04 12:16:27 arch kernel: usbcore: registered new interface driver usbhid
Feb 04 12:16:27 arch kernel: usbhid: USB HID core driver
Feb 04 12:16:27 arch kernel: videodev: Linux video capture interface: v2.00
Feb 04 12:16:27 arch kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Feb 04 12:16:27 arch kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Feb 04 12:16:27 arch kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Feb 04 12:16:27 arch kernel: cfg80211: failed to load regulatory.db
Feb 04 12:16:27 arch kernel: Bluetooth: Core ver 2.22
Feb 04 12:16:27 arch kernel: NET: Registered PF_BLUETOOTH protocol family
Feb 04 12:16:27 arch kernel: Bluetooth: HCI device and connection manager initialized
Feb 04 12:16:27 arch kernel: Bluetooth: HCI socket layer initialized
Feb 04 12:16:27 arch kernel: Bluetooth: L2CAP socket layer initialized
Feb 04 12:16:27 arch kernel: Bluetooth: SCO socket layer initialized
Feb 04 12:16:27 arch kernel: dw-apb-uart.2: ttyS4 at MMIO 0xef134000 (irq = 20, base_baud = 115200) is a 16550A
Feb 04 12:16:27 arch kernel: asus_wmi: ASUS WMI generic driver loaded
Feb 04 12:16:27 arch kernel: AVX2 version of gcm_enc/dec engaged.
Feb 04 12:16:27 arch kernel: AES CTR mode by8 optimization enabled
Feb 04 12:16:27 arch kernel: intel_rapl_common: Found RAPL domain package
Feb 04 12:16:27 arch kernel: intel_rapl_common: Found RAPL domain core
Feb 04 12:16:27 arch kernel: intel_rapl_common: Found RAPL domain uncore
Feb 04 12:16:27 arch kernel: intel_rapl_common: Found RAPL domain dram
Feb 04 12:16:27 arch kernel: intel_rapl_common: Found RAPL domain psys
Feb 04 12:16:27 arch kernel: mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915])
Feb 04 12:16:27 arch systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Feb 04 12:16:27 arch kernel: iTCO_vendor_support: vendor-support=0
Feb 04 12:16:27 arch kernel: ee1004 7-0052: 512 byte EE1004-compliant SPD EEPROM, read-only
Feb 04 12:16:27 arch kernel: mousedev: PS/2 mouse device common for all mice
Feb 04 12:16:27 arch kernel: asus_wmi: Initialization: 0x1
Feb 04 12:16:27 arch kernel: asus_wmi: BIOS WMI version: 9.0
Feb 04 12:16:27 arch kernel: asus_wmi: SFUN value: 0x21
Feb 04 12:16:27 arch kernel: asus-nb-wmi asus-nb-wmi: Detected ATK, not ASUSWMI, use DSTS
Feb 04 12:16:27 arch kernel: asus-nb-wmi asus-nb-wmi: Detected ATK, enable event queue
Feb 04 12:16:27 arch kernel: input: ELAN1200:00 04F3:3067 Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-6/i2c-ELAN1200:00/0018:04F3:3067.0001/input/input16
Feb 04 12:16:27 arch kernel: input: ELAN1200:00 04F3:3067 Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-6/i2c-ELAN1200:00/0018:04F3:3067.0001/input/input17
Feb 04 12:16:27 arch kernel: hid-multitouch 0018:04F3:3067.0001: input,hidraw0: I2C HID v1.00 Mouse [ELAN1200:00 04F3:3067] on i2c-ELAN1200:00
Feb 04 12:16:27 arch kernel: usbcore: registered new interface driver snd-usb-audio
Feb 04 12:16:27 arch kernel: input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input18
Feb 04 12:16:27 arch kernel: asus_wmi: fan_curve_get_factory_default (0x00110024) failed: -19
Feb 04 12:16:27 arch kernel: asus_wmi: fan_curve_get_factory_default (0x00110025) failed: -19
Feb 04 12:16:27 arch kernel: ACPI: battery: new extension: ASUS Battery Extension
Feb 04 12:16:27 arch kernel: iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
Feb 04 12:16:27 arch kernel: snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
Feb 04 12:16:27 arch systemd[1]: Reached target Sound Card.
Feb 04 12:16:27 arch kernel: snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
Feb 04 12:16:27 arch kernel: iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Feb 04 12:16:27 arch kernel: usb 1-6: Found UVC 1.00 device USB2.0 VGA UVC WebCam (13d3:5a11)
Feb 04 12:16:27 arch kernel: input: USB2.0 VGA UVC WebCam: USB2.0 V as /devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/input/input19
Feb 04 12:16:27 arch kernel: usbcore: registered new interface driver uvcvideo
Feb 04 12:16:27 arch kernel: snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC256: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
Feb 04 12:16:27 arch kernel: snd_hda_codec_realtek hdaudioC1D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Feb 04 12:16:27 arch kernel: snd_hda_codec_realtek hdaudioC1D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
Feb 04 12:16:27 arch kernel: snd_hda_codec_realtek hdaudioC1D0: mono: mono_out=0x0
Feb 04 12:16:27 arch kernel: snd_hda_codec_realtek hdaudioC1D0: inputs:
Feb 04 12:16:27 arch kernel: snd_hda_codec_realtek hdaudioC1D0: Headset Mic=0x19
Feb 04 12:16:27 arch kernel: snd_hda_codec_realtek hdaudioC1D0: Internal Mic=0x1b
Feb 04 12:16:27 arch kernel: snd_hda_codec_realtek hdaudioC1D0: Internal Mic=0x13
Feb 04 12:16:27 arch kernel: usbcore: registered new interface driver btusb
Feb 04 12:16:27 arch systemd[1]: Starting Load/Save RF Kill Switch Status...
Feb 04 12:16:27 arch systemd[1]: Reached target Bluetooth Support.
Feb 04 12:16:27 arch kernel: rtw_8821ce 0000:02:00.0: Firmware version 24.11.0, H2C version 12
Feb 04 12:16:27 arch kernel: rtw_8821ce 0000:02:00.0: enabling device (0000 -> 0003)
Feb 04 12:16:28 arch systemd[1]: Started Load/Save RF Kill Switch Status.
Feb 04 12:16:28 arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 04 12:16:28 arch kernel: input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card1/input20
Feb 04 12:16:28 arch kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card1/input21
Feb 04 12:16:28 arch kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card1/input22
Feb 04 12:16:28 arch kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card1/input23
Feb 04 12:16:28 arch kernel: rtw_8821ce 0000:02:00.0 wlp2s0: renamed from wlan0
Feb 04 12:16:28 arch systemd[1]: Found device RTL8821CE 802.11ac PCIe Wireless Network Adapter.
Feb 04 12:16:28 arch kernel: intel_tcc_cooling: Programmable TCC Offset detected
Feb 04 12:16:28 arch kernel: nvidia: loading out-of-tree module taints kernel.
Feb 04 12:16:28 arch kernel: nvidia: module license 'NVIDIA' taints kernel.
Feb 04 12:16:28 arch kernel: Disabling lock debugging due to kernel taint
Feb 04 12:16:28 arch kernel: nvidia: module verification failed: signature and/or required key missing - tainting kernel
Feb 04 12:16:29 arch kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 234
Feb 04 12:16:29 arch kernel: NVRM: No NVIDIA GPU found.
Feb 04 12:16:29 arch kernel: nvidia-nvlink: Unregistered Nvlink Core, major device number 234
Feb 04 12:16:29 arch systemd-modules-load[232]: Failed to insert module 'nvidia_uvm': No such device
Feb 04 12:16:29 arch systemd[1]: Finished Load Kernel Modules.
Feb 04 12:16:29 arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 04 12:16:29 arch kernel: kauditd_printk_skb: 15 callbacks suppressed
Feb 04 12:16:29 arch kernel: audit: type=1130 audit(1675509389.285:26): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 04 12:16:29 arch systemd[1]: Starting Apply Kernel Variables...
Feb 04 12:16:29 arch systemd[1]: Finished Apply Kernel Variables.
Feb 04 12:16:29 arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 04 12:16:29 arch systemd[1]: Reached target System Initialization.
Feb 04 12:16:29 arch kernel: audit: type=1130 audit(1675509389.345:27): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 04 12:16:29 arch systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Feb 04 12:16:29 arch systemd[1]: Started Daily rotation of log files.
Feb 04 12:16:29 arch systemd[1]: Started Daily man-db regeneration.
Feb 04 12:16:29 arch systemd[1]: Started Daily verification of password and group files.
Feb 04 12:16:29 arch systemd[1]: Started Daily Cleanup of Temporary Directories.
Feb 04 12:16:29 arch systemd[1]: Reached target Timer Units.
Feb 04 12:16:29 arch systemd[1]: Listening on D-Bus System Message Bus Socket.
Feb 04 12:16:29 arch systemd[1]: Reached target Socket Units.
Feb 04 12:16:29 arch 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).
Feb 04 12:16:29 arch systemd[1]: Reached target Basic System.
Feb 04 12:16:29 arch systemd[1]: System is tainted: local-hwclock
Feb 04 12:16:29 arch systemd[1]: Starting D-Bus System Message Bus...
Feb 04 12:16:29 arch systemd[1]: Starting Automatically generated profile by wifi-menu...
Feb 04 12:16:29 arch systemd[1]: Started Starts a script at startup.
Feb 04 12:16:29 arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=startup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 04 12:16:29 arch kernel: audit: type=1130 audit(1675509389.355:28): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=startup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 04 12:16:29 arch audit: BPF prog-id=29 op=LOAD
Feb 04 12:16:29 arch audit: BPF prog-id=30 op=LOAD
Feb 04 12:16:29 arch audit: BPF prog-id=31 op=LOAD
Feb 04 12:16:29 arch systemd[1]: Starting User Login Management...
Feb 04 12:16:29 arch 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).
Feb 04 12:16:29 arch kernel: audit: type=1334 audit(1675509389.361:29): prog-id=29 op=LOAD
Feb 04 12:16:29 arch kernel: audit: type=1334 audit(1675509389.361:30): prog-id=30 op=LOAD
Feb 04 12:16:29 arch kernel: audit: type=1334 audit(1675509389.361:31): prog-id=31 op=LOAD
Feb 04 12:16:29 arch systemd[1]: startup.service: Deactivated successfully.
Feb 04 12:16:29 arch network[394]: Starting network profile 'wlp2s0-bucheli'...
Feb 04 12:16:29 arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=startup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 04 12:16:29 arch kernel: audit: type=1131 audit(1675509389.388:32): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=startup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 04 12:16:29 arch systemd[1]: Started D-Bus System Message Bus.
Feb 04 12:16:29 arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 04 12:16:29 arch kernel: audit: type=1130 audit(1675509389.395:33): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 04 12:16:29 arch systemd[1]: Starting Network Manager...
Feb 04 12:16:29 arch systemd-logind[396]: New seat seat0.
Feb 04 12:16:29 arch systemd-logind[396]: Watching system buttons on /dev/input/event3 (Power Button)
Feb 04 12:16:29 arch systemd-logind[396]: Watching system buttons on /dev/input/event0 (Lid Switch)
Feb 04 12:16:29 arch systemd-logind[396]: Watching system buttons on /dev/input/event2 (Power Button)
Feb 04 12:16:29 arch systemd-logind[396]: Watching system buttons on /dev/input/event1 (Sleep Button)
Feb 04 12:16:29 arch systemd-logind[396]: Watching system buttons on /dev/input/event12 (COMPANY USB Device)
Feb 04 12:16:29 arch systemd-logind[396]: Watching system buttons on /dev/input/event14 (COMPANY USB Device Keyboard)
Feb 04 12:16:29 arch systemd-logind[396]: Watching system buttons on /dev/input/event5 (AT Translated Set 2 keyboard)
Feb 04 12:16:29 arch systemd[1]: Started User Login Management.
Feb 04 12:16:29 arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 04 12:16:29 arch kernel: audit: type=1130 audit(1675509389.431:34): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 04 12:16:29 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:16:29 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:16:29 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:16:29 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:16:29 arch NetworkManager[407]: <info> [1675509389.5044] NetworkManager (version 1.40.12-1) is starting... (boot:7597b41b-a5be-4d3c-bf4c-328af8cf60ea)
Feb 04 12:16:29 arch NetworkManager[407]: <info> [1675509389.5045] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf) (etc: dns-servers.conf)
Feb 04 12:16:29 arch systemd[1]: Started Network Manager.
Feb 04 12:16:29 arch NetworkManager[407]: <info> [1675509389.5091] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Feb 04 12:16:29 arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 04 12:16:29 arch kernel: audit: type=1130 audit(1675509389.505:35): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 04 12:16:29 arch NetworkManager[407]: <info> [1675509389.9342] manager[0x5605aee63090]: monitoring kernel firmware directory '/lib/firmware'.
Feb 04 12:16:29 arch dbus-daemon[393]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.2' (uid=0 pid=407 comm="/usr/bin/NetworkManager --no-daemon")
Feb 04 12:16:29 arch audit: BPF prog-id=32 op=LOAD
Feb 04 12:16:29 arch audit: BPF prog-id=33 op=LOAD
Feb 04 12:16:29 arch audit: BPF prog-id=34 op=LOAD
Feb 04 12:16:29 arch systemd[1]: Starting Hostname Service...
Feb 04 12:16:29 arch systemd[1]: Started Automatically generated profile by wifi-menu.
Feb 04 12:16:29 arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=netctl@wlp2s0\x2dbucheli comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 04 12:16:30 arch dbus-daemon[393]: [system] Successfully activated service 'org.freedesktop.hostname1'
Feb 04 12:16:30 arch systemd[1]: Started Hostname Service.
Feb 04 12:16:30 arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 04 12:16:30 arch NetworkManager[407]: <info> [1675509390.0263] hostname: hostname: using hostnamed
Feb 04 12:16:30 arch NetworkManager[407]: <info> [1675509390.0263] hostname: static hostname changed from (none) to "arch"
Feb 04 12:16:30 arch NetworkManager[407]: <info> [1675509390.0271] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink
Feb 04 12:16:30 arch NetworkManager[407]: <info> [1675509390.0287] rfkill1: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:1c.5/0000:02:00.0/ieee80211/phy0/rfkill1) (driver rtw_8821ce)
Feb 04 12:16:30 arch NetworkManager[407]: <info> [1675509390.0289] manager[0x5605aee63090]: rfkill: Wi-Fi hardware radio set enabled
Feb 04 12:16:30 arch NetworkManager[407]: <info> [1675509390.0289] manager[0x5605aee63090]: rfkill: WWAN hardware radio set enabled
Feb 04 12:16:30 arch NetworkManager[407]: <info> [1675509390.0338] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.40.12-1/libnm-device-plugin-adsl.so)
Feb 04 12:16:30 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:16:30 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:16:30 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:16:30 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:16:30 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:16:30 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:16:30 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:16:30 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:16:30 arch NetworkManager[407]: <info> [1675509390.0427] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.40.12-1/libnm-device-plugin-bluetooth.so)
Feb 04 12:16:30 arch NetworkManager[407]: <info> [1675509390.0635] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.40.12-1/libnm-device-plugin-team.so)
Feb 04 12:16:30 arch NetworkManager[407]: <info> [1675509390.0654] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.40.12-1/libnm-device-plugin-wifi.so)
Feb 04 12:16:30 arch NetworkManager[407]: <info> [1675509390.0660] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.40.12-1/libnm-device-plugin-wwan.so)
Feb 04 12:16:30 arch NetworkManager[407]: <info> [1675509390.0675] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.40.12-1/libnm-device-plugin-ovs.so)
Feb 04 12:16:30 arch NetworkManager[407]: <info> [1675509390.0678] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Feb 04 12:16:30 arch NetworkManager[407]: <info> [1675509390.0679] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Feb 04 12:16:30 arch NetworkManager[407]: <info> [1675509390.0679] manager: Networking is enabled by state file
Feb 04 12:16:30 arch dbus-daemon[393]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.2' (uid=0 pid=407 comm="/usr/bin/NetworkManager --no-daemon")
Feb 04 12:16:30 arch NetworkManager[407]: <info> [1675509390.0685] settings: Loaded settings plugin: keyfile (internal)
Feb 04 12:16:30 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:16:30 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:16:30 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:16:30 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:16:30 arch NetworkManager[407]: <info> [1675509390.0778] dhcp: init: Using DHCP client 'internal'
Feb 04 12:16:30 arch NetworkManager[407]: <info> [1675509390.0778] device (lo): carrier: link connected
Feb 04 12:16:30 arch NetworkManager[407]: <info> [1675509390.0784] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1)
Feb 04 12:16:30 arch systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 04 12:16:30 arch dbus-daemon[393]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Feb 04 12:16:30 arch systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 04 12:16:30 arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 04 12:16:30 arch nm-dispatcher[436]: /etc/NetworkManager/dispatcher.d/10-script.sh: line 3: IP4_NAMESERVERS: command not found
Feb 04 12:16:30 arch nm-dispatcher[431]: req:1 'hostname', "/etc/NetworkManager/dispatcher.d/10-script.sh": complete: failed with Script '/etc/NetworkManager/dispatcher.d/10-script.sh' exited with status 127.
Feb 04 12:16:30 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:16:30 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:16:30 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:16:30 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:16:30 arch NetworkManager[407]: <info> [1675509390.5097] device (wlp2s0): driver supports Access Point (AP) mode
Feb 04 12:16:30 arch NetworkManager[407]: <info> [1675509390.5105] manager: (wlp2s0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/2)
Feb 04 12:16:30 arch NetworkManager[407]: <info> [1675509390.5111] device (wlp2s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Feb 04 12:16:30 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:16:30 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:16:30 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:16:30 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:16:30 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:16:30 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:16:30 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:16:30 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:16:30 arch NetworkManager[407]: <info> [1675509390.5615] device (wlp2s0): set-hw-addr: set MAC address to 9E:55:7A:A1:44:C7 (scanning)
Feb 04 12:16:31 arch dbus-daemon[393]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service' requested by ':1.2' (uid=0 pid=407 comm="/usr/bin/NetworkManager --no-daemon")
Feb 04 12:16:31 arch NetworkManager[407]: <warn> [1675509391.0608] dispatcher: (1) /etc/NetworkManager/dispatcher.d/10-script.sh failed (failed): Script '/etc/NetworkManager/dispatcher.d/10-script.sh' exited with status 127.
Feb 04 12:16:31 arch NetworkManager[407]: <info> [1675509391.0611] ovsdb: disconnected from ovsdb
Feb 04 12:16:31 arch nm-dispatcher[451]: /etc/NetworkManager/dispatcher.d/10-script.sh: line 3: IP4_NAMESERVERS: command not found
Feb 04 12:16:31 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:16:31 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:16:31 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:16:31 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:16:31 arch NetworkManager[407]: <warn> [1675509391.0653] dispatcher: (2) /etc/NetworkManager/dispatcher.d/10-script.sh failed (failed): Script '/etc/NetworkManager/dispatcher.d/10-script.sh' exited with status 127.
Feb 04 12:16:31 arch nm-dispatcher[431]: req:2 'connectivity-change', "/etc/NetworkManager/dispatcher.d/10-script.sh": complete: failed with Script '/etc/NetworkManager/dispatcher.d/10-script.sh' exited with status 127.
Feb 04 12:16:31 arch systemd[1]: Starting WPA supplicant...
Feb 04 12:16:31 arch dbus-daemon[393]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
Feb 04 12:16:31 arch systemd[1]: Started WPA supplicant.
Feb 04 12:16:31 arch wpa_supplicant[449]: Successfully initialized wpa_supplicant
Feb 04 12:16:31 arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wpa_supplicant comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 04 12:16:31 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:16:31 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:16:31 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:16:31 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:16:31 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:16:31 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:16:31 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:16:31 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:16:31 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:16:31 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:16:31 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:16:31 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:16:31 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:16:31 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:16:31 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:16:31 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:16:31 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:16:31 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:16:31 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:16:31 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:16:31 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:16:31 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:16:31 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:16:31 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:16:31 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:16:31 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:16:31 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:16:31 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:16:31 arch wpa_supplicant[449]: ctrl_iface exists and seems to be in use - cannot override it
Feb 04 12:16:31 arch wpa_supplicant[449]: Delete '/run/wpa_supplicant/wlp2s0' manually if it is not used anymore
Feb 04 12:16:31 arch wpa_supplicant[449]: Failed to initialize control interface '/run/wpa_supplicant'.
You may have another wpa_supplicant process already running or the file was
left by an unclean termination of wpa_supplicant in which case you will need
to manually remove this file before starting wpa_supplicant again.
Feb 04 12:16:31 arch wpa_supplicant[449]: wlp2s0: CTRL-EVENT-DSCP-POLICY clear_all
Feb 04 12:16:31 arch wpa_supplicant[449]: wlp2s0: CTRL-EVENT-DSCP-POLICY clear_all
Feb 04 12:16:31 arch wpa_supplicant[449]: nl80211: deinit ifname=wlp2s0 disabled_11b_rates=0
Feb 04 12:16:31 arch NetworkManager[407]: <error> [1675509391.6356] device (wlp2s0): Couldn't initialize supplicant interface: GDBus.Error:fi.w1.wpa_supplicant1.UnknownError: wpa_supplicant couldn't grab this interface.
Feb 04 12:16:31 arch NetworkManager[407]: <info> [1675509391.6357] manager: startup complete
Feb 04 12:16:31 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:16:31 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:16:31 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:16:31 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:16:32 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:16:32 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:16:32 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:16:32 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:16:33 arch systemd[1]: systemd-rfkill.service: Deactivated successfully.
Feb 04 12:16:33 arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 04 12:16:35 arch kernel: wlp2s0: authenticate with 2c:3a:fd:f6:98:f0
Feb 04 12:16:35 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:16:35 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:16:35 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:16:35 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:16:35 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:16:35 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:16:35 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:16:35 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:16:35 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:16:35 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:16:35 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:16:35 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:16:35 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:16:35 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:16:35 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:16:35 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:16:35 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:16:35 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:16:35 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:16:35 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:16:36 arch kernel: wlp2s0: send auth to 2c:3a:fd:f6:98:f0 (try 1/3)
Feb 04 12:16:36 arch kernel: wlp2s0: authenticated
Feb 04 12:16:36 arch kernel: wlp2s0: associate with 2c:3a:fd:f6:98:f0 (try 1/3)
Feb 04 12:16:36 arch kernel: wlp2s0: RX AssocResp from 2c:3a:fd:f6:98:f0 (capab=0x1431 status=0 aid=2)
Feb 04 12:16:36 arch kernel: wlp2s0: associated
Feb 04 12:16:36 arch kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlp2s0: link becomes ready
Feb 04 12:16:36 arch kernel: wlp2s0: Limiting TX power to 20 (20 - 0) dBm as advertised by 2c:3a:fd:f6:98:f0
Feb 04 12:16:36 arch dhcpcd[591]: dhcpcd-9.4.1 starting
Feb 04 12:16:36 arch dhcpcd[594]: DUID 00:04:69:8d:c2:19:03:6d:2c:43:b4:77:bd:da:d2:4c:f2:3e
Feb 04 12:16:36 arch kernel: 8021q: 802.1Q VLAN Support v1.8
Feb 04 12:16:36 arch dhcpcd[594]: wlp2s0: connected to Access Point: bucheli
Feb 04 12:16:36 arch dhcpcd[594]: wlp2s0: IAID 7a:a1:44:c7
Feb 04 12:16:36 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:16:36 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:16:36 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:16:36 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:16:36 arch dhcpcd[594]: wlp2s0: rebinding lease of 192.168.178.93
Feb 04 12:16:36 arch dhcpcd[594]: wlp2s0: reject NAK via 192.168.178.1
Feb 04 12:16:37 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:16:37 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:16:37 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:16:37 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:16:38 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:16:38 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:16:38 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:16:38 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:16:38 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:16:38 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:16:38 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:16:38 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:16:38 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:16:38 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:16:38 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:16:38 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:16:39 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:16:39 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:16:39 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:16:39 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:16:39 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:16:39 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:16:39 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:16:39 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:16:40 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:16:40 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:16:40 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:16:40 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:16:40 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:16:40 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:16:40 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:16:40 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:16:41 arch dhcpcd[594]: wlp2s0: reject NAK via 192.168.178.1
Feb 04 12:16:41 arch systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 04 12:16:41 arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 04 12:16:41 arch kernel: kauditd_printk_skb: 8 callbacks suppressed
Feb 04 12:16:41 arch kernel: audit: type=1131 audit(1675509401.105:44): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 04 12:16:41 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:16:41 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:16:41 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:16:41 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:16:41 arch dhcpcd[594]: wlp2s0: DHCP lease expired
Feb 04 12:16:41 arch network[591]: wlp2s0: DHCP lease expired
Feb 04 12:16:41 arch dhcpcd[594]: wlp2s0: soliciting a DHCP lease
Feb 04 12:16:41 arch dhcpcd[594]: wlp2s0: offered 192.168.178.94 from 192.168.178.1
Feb 04 12:16:41 arch dhcpcd[594]: wlp2s0: probing address 192.168.178.94/24
Feb 04 12:16:42 arch NetworkManager[407]: <warn> [1675509402.0914] device (wlp2s0): re-acquiring supplicant interface (#1).
Feb 04 12:16:42 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:16:42 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:16:42 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:16:42 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:16:42 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:16:42 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:16:42 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:16:42 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:16:42 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:16:42 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:16:42 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:16:42 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:16:42 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:16:42 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:16:42 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:16:42 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:16:42 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:16:42 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:16:42 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:16:42 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:16:42 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:16:42 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:16:42 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:16:42 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:16:42 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:16:42 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:16:42 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:16:42 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:16:42 arch dhcpcd[594]: wlp2s0: carrier lost - roaming
Feb 04 12:16:42 arch wpa_supplicant[449]: ctrl_iface exists and seems to be in use - cannot override it
Feb 04 12:16:42 arch wpa_supplicant[449]: Delete '/run/wpa_supplicant/wlp2s0' manually if it is not used anymore
Feb 04 12:16:42 arch wpa_supplicant[449]: Failed to initialize control interface '/run/wpa_supplicant'.
You may have another wpa_supplicant process already running or the file was
left by an unclean termination of wpa_supplicant in which case you will need
to manually remove this file before starting wpa_supplicant again.
Feb 04 12:16:42 arch wpa_supplicant[449]: wlp2s0: CTRL-EVENT-DSCP-POLICY clear_all
Feb 04 12:16:42 arch dhcpcd[594]: wlp2s0: carrier lost - roaming
Feb 04 12:16:42 arch dhcpcd[594]: wlp2s0: carrier acquired
Feb 04 12:16:42 arch wpa_supplicant[449]: wlp2s0: CTRL-EVENT-DSCP-POLICY clear_all
Feb 04 12:16:42 arch wpa_supplicant[449]: nl80211: deinit ifname=wlp2s0 disabled_11b_rates=0
Feb 04 12:16:42 arch NetworkManager[407]: <error> [1675509402.2004] device (wlp2s0): Couldn't initialize supplicant interface: GDBus.Error:fi.w1.wpa_supplicant1.UnknownError: wpa_supplicant couldn't grab this interface.
Feb 04 12:16:42 arch dhcpcd[594]: wlp2s0: IAID 7a:a1:44:c7
Feb 04 12:16:42 arch dhcpcd[594]: wlp2s0: carrier lost - roaming
Feb 04 12:16:42 arch dhcpcd[594]: wlp2s0: carrier acquired
Feb 04 12:16:42 arch dhcpcd[594]: wlp2s0: IAID 7a:a1:44:c7
Feb 04 12:16:42 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:16:42 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:16:42 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:16:42 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:16:43 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:16:43 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:16:43 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:16:43 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:16:43 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:16:43 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:16:43 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:16:43 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:16:43 arch dhcpcd[594]: wlp2s0: soliciting a DHCP lease
Feb 04 12:16:43 arch dhcpcd[594]: wlp2s0: offered 192.168.178.94 from 192.168.178.1
Feb 04 12:16:43 arch dhcpcd[594]: wlp2s0: probing address 192.168.178.94/24
Feb 04 12:16:44 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:16:44 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:16:44 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:16:44 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:16:44 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:16:44 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:16:44 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:16:44 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:16:44 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:16:44 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:16:44 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:16:44 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:16:44 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:16:44 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:16:44 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:16:44 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:16:44 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:16:44 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:16:44 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:16:44 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:16:46 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:16:46 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:16:46 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:16:46 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:16:47 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:16:47 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:16:47 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:16:47 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:16:47 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:16:47 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:16:47 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:16:47 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:16:47 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:16:47 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:16:47 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:16:47 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:16:47 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:16:47 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:16:47 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:16:47 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:16:48 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:16:48 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:16:48 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:16:48 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:16:48 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:16:48 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:16:48 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:16:48 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:16:49 arch dhcpcd[594]: wlp2s0: leased 192.168.178.94 for 864000 seconds
Feb 04 12:16:49 arch dhcpcd[594]: wlp2s0: adding route to 192.168.178.0/24
Feb 04 12:16:49 arch dhcpcd[594]: wlp2s0: adding default route via 192.168.178.1
Feb 04 12:16:49 arch network[394]: Started network profile 'wlp2s0-bucheli'
Feb 04 12:16:49 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:16:49 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:16:49 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:16:49 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:16:49 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:16:49 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:16:49 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:16:49 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:16:50 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:16:50 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:16:50 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:16:50 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:16:50 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:16:50 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:16:50 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:16:50 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:16:50 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:16:50 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:16:50 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:16:50 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:16:50 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:16:50 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:16:50 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:16:50 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:16:51 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:16:51 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:16:51 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:16:51 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:16:52 arch NetworkManager[407]: <warn> [1675509412.0889] device (wlp2s0): re-acquiring supplicant interface (#2).
Feb 04 12:16:52 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:16:52 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:16:52 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:16:52 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:16:52 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:16:52 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:16:52 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:16:52 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:16:52 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:16:52 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:16:52 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:16:52 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:16:52 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:16:52 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:16:52 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:16:52 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:16:52 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:16:52 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:16:52 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:16:52 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:16:52 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:16:52 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:16:52 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:16:52 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:16:52 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:16:52 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:16:52 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:16:52 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:16:52 arch dhcpcd[594]: wlp2s0: carrier lost - roaming
Feb 04 12:16:52 arch dhcpcd[594]: wlp2s0: changing route to 192.168.178.0/24
Feb 04 12:16:52 arch dhcpcd[594]: wlp2s0: changing default route via 192.168.178.1
Feb 04 12:16:52 arch wpa_supplicant[449]: ctrl_iface exists and seems to be in use - cannot override it
Feb 04 12:16:52 arch wpa_supplicant[449]: Delete '/run/wpa_supplicant/wlp2s0' manually if it is not used anymore
Feb 04 12:16:52 arch wpa_supplicant[449]: Failed to initialize control interface '/run/wpa_supplicant'.
You may have another wpa_supplicant process already running or the file was
left by an unclean termination of wpa_supplicant in which case you will need
to manually remove this file before starting wpa_supplicant again.
Feb 04 12:16:52 arch wpa_supplicant[449]: wlp2s0: CTRL-EVENT-DSCP-POLICY clear_all
Feb 04 12:16:52 arch dhcpcd[594]: wlp2s0: carrier lost - roaming
Feb 04 12:16:52 arch wpa_supplicant[449]: wlp2s0: CTRL-EVENT-DSCP-POLICY clear_all
Feb 04 12:16:52 arch wpa_supplicant[449]: nl80211: deinit ifname=wlp2s0 disabled_11b_rates=0
Feb 04 12:16:52 arch NetworkManager[407]: <error> [1675509412.1571] device (wlp2s0): Couldn't initialize supplicant interface: GDBus.Error:fi.w1.wpa_supplicant1.UnknownError: wpa_supplicant couldn't grab this interface.
Feb 04 12:16:52 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:16:52 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:16:52 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:16:52 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:16:52 arch dhcpcd[594]: wlp2s0: carrier acquired
Feb 04 12:16:52 arch dhcpcd[594]: wlp2s0: IAID 7a:a1:44:c7
Feb 04 12:16:52 arch dhcpcd[594]: wlp2s0: carrier lost - roaming
Feb 04 12:16:52 arch dhcpcd[594]: wlp2s0: carrier acquired
Feb 04 12:16:52 arch dhcpcd[594]: wlp2s0: IAID 7a:a1:44:c7
Feb 04 12:16:53 arch dhcpcd[594]: wlp2s0: rebinding lease of 192.168.178.94
Feb 04 12:16:53 arch dhcpcd[594]: wlp2s0: leased 192.168.178.94 for 864000 seconds
Feb 04 12:16:53 arch dhcpcd[594]: wlp2s0: changing route to 192.168.178.0/24
Feb 04 12:16:53 arch dhcpcd[594]: wlp2s0: changing default route via 192.168.178.1
Feb 04 12:16:54 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:16:54 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:16:54 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:16:54 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:16:54 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:16:54 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:16:54 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:16:54 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:16:55 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:16:55 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:16:55 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:16:55 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:16:55 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:16:55 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:16:55 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:16:55 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:16:55 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:16:55 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:16:55 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:16:55 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:16:56 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:16:56 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:16:56 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:16:56 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:16:56 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:16:56 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:16:56 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:16:56 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:16:56 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:16:56 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:16:56 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:16:56 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:16:57 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:16:57 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:16:57 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:16:57 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:16:58 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:16:58 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:16:58 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:16:58 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:16:58 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:16:58 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:16:58 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:16:58 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:16:59 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:16:59 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:16:59 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:16:59 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:16:59 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:16:59 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:16:59 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:16:59 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:16:59 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:16:59 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:16:59 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:16:59 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:00 arch systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Feb 04 12:17:00 arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 04 12:17:00 arch kernel: audit: type=1131 audit(1675509420.081:45): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 04 12:17:00 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:00 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:00 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:00 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:00 arch audit: BPF prog-id=34 op=UNLOAD
Feb 04 12:17:00 arch audit: BPF prog-id=33 op=UNLOAD
Feb 04 12:17:00 arch audit: BPF prog-id=32 op=UNLOAD
Feb 04 12:17:00 arch kernel: audit: type=1334 audit(1675509420.145:46): prog-id=34 op=UNLOAD
Feb 04 12:17:00 arch kernel: audit: type=1334 audit(1675509420.145:47): prog-id=33 op=UNLOAD
Feb 04 12:17:00 arch kernel: audit: type=1334 audit(1675509420.145:48): prog-id=32 op=UNLOAD
Feb 04 12:17:00 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:00 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:00 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:00 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:00 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:00 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:00 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:00 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:00 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:00 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:00 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:00 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:01 arch dbus-daemon[393]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.2' (uid=0 pid=407 comm="/usr/bin/NetworkManager --no-daemon")
Feb 04 12:17:01 arch dbus-daemon[393]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Feb 04 12:17:01 arch dbus-daemon[393]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.2' (uid=0 pid=407 comm="/usr/bin/NetworkManager --no-daemon")
Feb 04 12:17:01 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:01 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:01 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:01 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:01 arch systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 04 12:17:01 arch dbus-daemon[393]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Feb 04 12:17:01 arch systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 04 12:17:01 arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 04 12:17:01 arch nm-dispatcher[1024]: /etc/NetworkManager/dispatcher.d/10-script.sh: line 3: IP4_NAMESERVERS: command not found
Feb 04 12:17:01 arch kernel: audit: type=1130 audit(1675509421.228:49): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 04 12:17:01 arch nm-dispatcher[1019]: req:1 'connectivity-change', "/etc/NetworkManager/dispatcher.d/10-script.sh": complete: failed with Script '/etc/NetworkManager/dispatcher.d/10-script.sh' exited with status 127.
Feb 04 12:17:01 arch NetworkManager[407]: <warn> [1675509421.2334] dispatcher: (3) /etc/NetworkManager/dispatcher.d/10-script.sh failed (failed): Script '/etc/NetworkManager/dispatcher.d/10-script.sh' exited with status 127.
Feb 04 12:17:01 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:01 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:01 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:01 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:01 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:01 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:01 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:01 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:02 arch NetworkManager[407]: <warn> [1675509422.0867] device (wlp2s0): re-acquiring supplicant interface (#3).
Feb 04 12:17:02 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:17:02 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:17:02 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:17:02 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:17:02 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:17:02 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:17:02 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:17:02 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:17:02 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:17:02 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:17:02 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:17:02 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:17:02 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:17:02 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:17:02 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:17:02 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:17:02 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:17:02 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:17:02 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:17:02 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:17:02 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:17:02 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:17:02 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:17:02 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:17:02 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:17:02 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:17:02 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:17:02 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:17:02 arch dhcpcd[594]: wlp2s0: carrier lost - roaming
Feb 04 12:17:02 arch dhcpcd[594]: wlp2s0: changing route to 192.168.178.0/24
Feb 04 12:17:02 arch dhcpcd[594]: wlp2s0: changing default route via 192.168.178.1
Feb 04 12:17:02 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:02 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:02 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:02 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:02 arch wpa_supplicant[449]: ctrl_iface exists and seems to be in use - cannot override it
Feb 04 12:17:02 arch wpa_supplicant[449]: Delete '/run/wpa_supplicant/wlp2s0' manually if it is not used anymore
Feb 04 12:17:02 arch wpa_supplicant[449]: Failed to initialize control interface '/run/wpa_supplicant'.
You may have another wpa_supplicant process already running or the file was
left by an unclean termination of wpa_supplicant in which case you will need
to manually remove this file before starting wpa_supplicant again.
Feb 04 12:17:02 arch wpa_supplicant[449]: wlp2s0: CTRL-EVENT-DSCP-POLICY clear_all
Feb 04 12:17:02 arch dhcpcd[594]: wlp2s0: carrier lost - roaming
Feb 04 12:17:02 arch wpa_supplicant[449]: wlp2s0: CTRL-EVENT-DSCP-POLICY clear_all
Feb 04 12:17:02 arch wpa_supplicant[449]: nl80211: deinit ifname=wlp2s0 disabled_11b_rates=0
Feb 04 12:17:02 arch NetworkManager[407]: <error> [1675509422.1536] device (wlp2s0): Couldn't initialize supplicant interface: GDBus.Error:fi.w1.wpa_supplicant1.UnknownError: wpa_supplicant couldn't grab this interface.
Feb 04 12:17:02 arch dhcpcd[594]: wlp2s0: carrier acquired
Feb 04 12:17:02 arch dhcpcd[594]: wlp2s0: IAID 7a:a1:44:c7
Feb 04 12:17:02 arch dhcpcd[594]: wlp2s0: carrier lost - roaming
Feb 04 12:17:02 arch dhcpcd[594]: wlp2s0: carrier acquired
Feb 04 12:17:02 arch dhcpcd[594]: wlp2s0: IAID 7a:a1:44:c7
Feb 04 12:17:02 arch dhcpcd[594]: wlp2s0: rebinding lease of 192.168.178.94
Feb 04 12:17:02 arch dhcpcd[594]: wlp2s0: leased 192.168.178.94 for 864000 seconds
Feb 04 12:17:02 arch dhcpcd[594]: wlp2s0: changing route to 192.168.178.0/24
Feb 04 12:17:02 arch dhcpcd[594]: wlp2s0: changing default route via 192.168.178.1
Feb 04 12:17:02 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:02 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:02 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:02 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:02 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:02 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:02 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:02 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:03 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:03 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:03 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:03 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:04 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:04 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:04 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:04 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:05 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:05 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:05 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:05 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:05 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:05 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:05 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:05 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:05 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:05 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:05 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:05 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:06 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:06 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:06 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:06 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:07 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:07 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:07 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:07 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:07 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:07 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:07 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:07 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:07 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:07 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:07 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:07 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:09 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:09 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:09 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:09 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:09 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:09 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:09 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:09 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:09 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:09 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:09 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:09 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:09 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:09 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:09 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:09 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:09 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:09 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:09 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:09 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:10 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:10 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:10 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:10 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:10 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:10 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:10 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:10 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:11 arch systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 04 12:17:11 arch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 04 12:17:11 arch kernel: audit: type=1131 audit(1675509431.268:50): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 04 12:17:11 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:11 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:11 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:11 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:11 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:11 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:11 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:11 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:11 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:11 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:11 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:11 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:12 arch NetworkManager[407]: <warn> [1675509432.0958] device (wlp2s0): re-acquiring supplicant interface (#4).
Feb 04 12:17:12 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:17:12 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:17:12 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:17:12 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:17:12 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:17:12 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:17:12 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:17:12 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:17:12 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:17:12 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:17:12 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:17:12 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:17:12 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:17:12 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:17:12 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:17:12 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:17:12 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:17:12 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:17:12 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:17:12 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:17:12 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:17:12 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:17:12 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:17:12 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:17:12 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:17:12 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:17:12 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:17:12 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:17:12 arch dhcpcd[594]: wlp2s0: carrier lost - roaming
Feb 04 12:17:12 arch dhcpcd[594]: wlp2s0: changing route to 192.168.178.0/24
Feb 04 12:17:12 arch dhcpcd[594]: wlp2s0: changing default route via 192.168.178.1
Feb 04 12:17:12 arch wpa_supplicant[449]: ctrl_iface exists and seems to be in use - cannot override it
Feb 04 12:17:12 arch wpa_supplicant[449]: Delete '/run/wpa_supplicant/wlp2s0' manually if it is not used anymore
Feb 04 12:17:12 arch wpa_supplicant[449]: Failed to initialize control interface '/run/wpa_supplicant'.
You may have another wpa_supplicant process already running or the file was
left by an unclean termination of wpa_supplicant in which case you will need
to manually remove this file before starting wpa_supplicant again.
Feb 04 12:17:12 arch wpa_supplicant[449]: wlp2s0: CTRL-EVENT-DSCP-POLICY clear_all
Feb 04 12:17:12 arch wpa_supplicant[449]: wlp2s0: CTRL-EVENT-DSCP-POLICY clear_all
Feb 04 12:17:12 arch wpa_supplicant[449]: nl80211: deinit ifname=wlp2s0 disabled_11b_rates=0
Feb 04 12:17:12 arch NetworkManager[407]: <error> [1675509432.1604] device (wlp2s0): Couldn't initialize supplicant interface: GDBus.Error:fi.w1.wpa_supplicant1.UnknownError: wpa_supplicant couldn't grab this interface.
Feb 04 12:17:12 arch dhcpcd[594]: wlp2s0: carrier lost - roaming
Feb 04 12:17:12 arch dhcpcd[594]: wlp2s0: carrier acquired
Feb 04 12:17:12 arch dhcpcd[594]: wlp2s0: IAID 7a:a1:44:c7
Feb 04 12:17:12 arch dhcpcd[594]: wlp2s0: carrier lost - roaming
Feb 04 12:17:12 arch dhcpcd[594]: wlp2s0: carrier acquired
Feb 04 12:17:12 arch dhcpcd[594]: wlp2s0: IAID 7a:a1:44:c7
Feb 04 12:17:12 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:12 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:12 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:12 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:13 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:13 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:13 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:13 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:13 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:13 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:13 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:13 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:13 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:13 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:13 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:13 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:13 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:13 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:13 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:13 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:13 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:13 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:13 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:13 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:13 arch dhcpcd[594]: wlp2s0: rebinding lease of 192.168.178.94
Feb 04 12:17:13 arch dhcpcd[594]: wlp2s0: leased 192.168.178.94 for 864000 seconds
Feb 04 12:17:13 arch dhcpcd[594]: wlp2s0: changing route to 192.168.178.0/24
Feb 04 12:17:13 arch dhcpcd[594]: wlp2s0: changing default route via 192.168.178.1
Feb 04 12:17:13 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:13 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:13 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:13 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:14 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:14 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:14 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:14 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:14 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:14 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:14 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:14 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:15 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:15 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:15 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:15 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:16 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:16 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:16 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:16 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:17 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:17 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:17 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:17 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:17 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:17 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:17 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:17 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:17 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:17 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:17 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:17 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:17 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:17 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:17 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:17 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:18 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:18 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:18 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:18 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:18 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:18 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:18 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:18 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:19 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:19 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:19 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:19 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:19 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:19 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:19 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:19 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:20 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:20 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:20 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:20 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:20 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:20 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:20 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:20 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:21 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:21 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:21 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:21 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:21 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:21 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:21 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:21 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:21 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:21 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:21 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:21 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:21 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:21 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:21 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:21 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:22 arch NetworkManager[407]: <warn> [1675509442.0950] device (wlp2s0): re-acquiring supplicant interface (#5).
Feb 04 12:17:22 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:17:22 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:17:22 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:17:22 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:17:22 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:17:22 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:17:22 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:17:22 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:17:22 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:17:22 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:17:22 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:17:22 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:17:22 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:17:22 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:17:22 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:17:22 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:17:22 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:17:22 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:17:22 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:17:22 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:17:22 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:17:22 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:17:22 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:17:22 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:17:22 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:17:22 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:17:22 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:17:22 arch wpa_supplicant[449]: nl80211: kernel reports: Match already configured
Feb 04 12:17:22 arch dhcpcd[594]: wlp2s0: carrier lost - roaming
Feb 04 12:17:22 arch dhcpcd[594]: wlp2s0: changing route to 192.168.178.0/24
Feb 04 12:17:22 arch dhcpcd[594]: wlp2s0: changing default route via 192.168.178.1
Feb 04 12:17:22 arch wpa_supplicant[449]: ctrl_iface exists and seems to be in use - cannot override it
Feb 04 12:17:22 arch wpa_supplicant[449]: Delete '/run/wpa_supplicant/wlp2s0' manually if it is not used anymore
Feb 04 12:17:22 arch wpa_supplicant[449]: Failed to initialize control interface '/run/wpa_supplicant'.
You may have another wpa_supplicant process already running or the file was
left by an unclean termination of wpa_supplicant in which case you will need
to manually remove this file before starting wpa_supplicant again.
Feb 04 12:17:22 arch wpa_supplicant[449]: wlp2s0: CTRL-EVENT-DSCP-POLICY clear_all
Feb 04 12:17:22 arch wpa_supplicant[449]: wlp2s0: CTRL-EVENT-DSCP-POLICY clear_all
Feb 04 12:17:22 arch wpa_supplicant[449]: nl80211: deinit ifname=wlp2s0 disabled_11b_rates=0
Feb 04 12:17:22 arch NetworkManager[407]: <error> [1675509442.1538] device (wlp2s0): Couldn't initialize supplicant interface: GDBus.Error:fi.w1.wpa_supplicant1.UnknownError: wpa_supplicant couldn't grab this interface.
Feb 04 12:17:22 arch NetworkManager[407]: <info> [1675509442.1538] device (wlp2s0): supplicant interface keeps failing, giving up
Feb 04 12:17:22 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:22 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:22 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:22 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:22 arch dhcpcd[594]: wlp2s0: carrier lost - roaming
Feb 04 12:17:22 arch dhcpcd[594]: wlp2s0: carrier acquired
Feb 04 12:17:22 arch dhcpcd[594]: wlp2s0: IAID 7a:a1:44:c7
Feb 04 12:17:22 arch dhcpcd[594]: wlp2s0: carrier lost - roaming
Feb 04 12:17:22 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:22 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:22 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:22 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:22 arch dhcpcd[594]: wlp2s0: carrier acquired
Feb 04 12:17:22 arch dhcpcd[594]: wlp2s0: IAID 7a:a1:44:c7
Feb 04 12:17:22 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:22 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:22 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:22 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:22 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:22 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:22 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:22 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:22 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:22 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:22 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:22 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:22 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:22 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:22 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:22 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:23 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:23 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:23 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:23 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:24 arch dhcpcd[594]: wlp2s0: rebinding lease of 192.168.178.94
Feb 04 12:17:24 arch dhcpcd[594]: wlp2s0: leased 192.168.178.94 for 864000 seconds
Feb 04 12:17:24 arch dhcpcd[594]: wlp2s0: changing route to 192.168.178.0/24
Feb 04 12:17:24 arch dhcpcd[594]: wlp2s0: changing default route via 192.168.178.1
Feb 04 12:17:24 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:24 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:24 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:24 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:25 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:25 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:25 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:25 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:26 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:26 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:26 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:26 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:27 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:27 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:27 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:27 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:28 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:28 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:28 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:28 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:28 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:28 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:28 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:28 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:31 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:31 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:31 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:31 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:31 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:31 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:31 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:31 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:32 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:32 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:32 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:32 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:32 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:32 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:32 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:32 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:34 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:34 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:34 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:34 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:34 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:34 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:34 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:34 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:34 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:34 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:34 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:34 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:35 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:35 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:35 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:35 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:35 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:35 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:35 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:35 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:35 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:35 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:35 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:35 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:35 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:35 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:35 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:35 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:36 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:36 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:36 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:36 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:36 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:36 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:36 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:36 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:36 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:36 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:36 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:36 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:37 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:37 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:37 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:37 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:37 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:37 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:37 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:37 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:37 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:37 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:37 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:37 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:40 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:40 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:40 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:40 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:40 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:40 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:40 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:40 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:41 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:41 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:41 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:41 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:42 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:42 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:42 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:42 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:42 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:42 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:42 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:42 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:42 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:42 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:42 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:42 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:43 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:43 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:43 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:43 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:43 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:43 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:43 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:43 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:43 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:43 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:43 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:43 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:43 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:43 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:43 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:43 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:44 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:44 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:44 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:44 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:44 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:44 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:44 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:44 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:45 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:45 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:45 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:45 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:45 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:45 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:45 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:45 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:45 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:45 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:45 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:45 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:45 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:45 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:45 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:45 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:47 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:47 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:47 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:47 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:50 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:50 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:50 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:50 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:50 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:50 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:50 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:50 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:51 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:51 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:51 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:51 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:51 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:51 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:51 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:51 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:52 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:52 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:52 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:52 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:52 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:52 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:52 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:52 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:52 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:52 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:52 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:52 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:53 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:53 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:53 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:53 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:53 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:53 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:53 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:53 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:54 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:54 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:54 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:54 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:54 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:54 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:54 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:54 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:54 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:54 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:54 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:54 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:54 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:54 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:54 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:54 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:54 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:54 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:54 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:54 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:54 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:54 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:54 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:54 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:55 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:55 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:55 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:55 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:55 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:55 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:55 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:55 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:55 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:55 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:55 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:55 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:56 arch systemd[1]: sys-subsystem-net-devices-wlp4s0.device: Job sys-subsystem-net-devices-wlp4s0.device/start timed out.
Feb 04 12:17:56 arch systemd[1]: Timed out waiting for device /sys/subsystem/net/devices/wlp4s0.
Feb 04 12:17:56 arch systemd[1]: Dependency failed for Automatically generated profile by wifi-menu.
Feb 04 12:17:56 arch systemd[1]: netctl@wlp4s0\x2dbucheli.service: Job netctl@wlp4s0\x2dbucheli.service/start failed with result 'dependency'.
Feb 04 12:17:56 arch systemd[1]: sys-subsystem-net-devices-wlp4s0.device: Job sys-subsystem-net-devices-wlp4s0.device/start failed with result 'timeout'.
Feb 04 12:17:56 arch systemd[1]: Reached target Network.
Feb 04 12:17:56 arch systemd[1]: Starting Network Time Service...
Feb 04 12:17:56 arch systemd[1]: Starting Permit User Sessions...
Feb 04 12:17:56 arch ntpd[1579]: ntpd 4.2.8p15@1.3728-o Tue Dec 27 12:25:39 UTC 2022 (1): Starting
Feb 04 12:17:56 arch ntpd[1579]: Command line: /usr/bin/ntpd -g -u ntp:ntp
Feb 04 12:17:56 arch ntpd[1579]: ----------------------------------------------------
Feb 04 12:17:56 arch ntpd[1579]: ntp-4 is maintained by Network Time Foundation,
Feb 04 12:17:56 arch ntpd[1579]: Inc. (NTF), a non-profit 501(c)(3) public-benefit
Feb 04 12:17:56 arch ntpd[1579]: corporation. Support and training for ntp-4 are
Feb 04 12:17:56 arch ntpd[1579]: available at https://www.nwtime.org/support
Feb 04 12:17:56 arch ntpd[1579]: ----------------------------------------------------
Feb 04 12:17:56 arch ntpd[1582]: proto: precision = 0.087 usec (-23)
Feb 04 12:17:56 arch ntpd[1582]: basedate set to 2022-12-15
Feb 04 12:17:56 arch ntpd[1582]: gps base set to 2022-12-18 (week 2241)
Feb 04 12:17:56 arch ntpd[1582]: Listen and drop on 0 v6wildcard [::]:123
Feb 04 12:17:56 arch ntpd[1582]: Listen and drop on 1 v4wildcard 0.0.0.0:123
Feb 04 12:17:56 arch ntpd[1582]: Listen normally on 2 lo 127.0.0.1:123
Feb 04 12:17:56 arch ntpd[1582]: Listen normally on 3 wlp2s0 192.168.178.94:123
Feb 04 12:17:56 arch ntpd[1582]: Listen normally on 4 lo [::1]:123
Feb 04 12:17:56 arch ntpd[1582]: Listening on routing socket on fd #21 for interface updates
Feb 04 12:17:56 arch ntpd[1582]: kernel reports TIME_ERROR: 0x41: Clock Unsynchronized
Feb 04 12:17:56 arch ntpd[1582]: kernel reports TIME_ERROR: 0x41: Clock Unsynchronized
Feb 04 12:17:56 arch systemd[1]: Finished Permit User Sessions.
Feb 04 12:17:56 arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 04 12:17:56 arch systemd[1]: Starting Light Display Manager...
Feb 04 12:17:56 arch kernel: audit: type=1130 audit(1675509476.391:51): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 04 12:17:56 arch systemd[1]: Started Network Time Service.
Feb 04 12:17:56 arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ntpd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 04 12:17:56 arch systemd[1]: Reached target Multi-User System.
Feb 04 12:17:56 arch kernel: audit: type=1130 audit(1675509476.395:52): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ntpd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 04 12:17:56 arch systemd[1]: Started Light Display Manager.
Feb 04 12:17:56 arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lightdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 04 12:17:56 arch systemd[1]: Reached target Graphical Interface.
Feb 04 12:17:56 arch systemd[1]: Startup finished in 2.397s (firmware) + 2.366s (loader) + 2.245s (kernel) + 1min 31.086s (userspace) = 1min 38.095s.
Feb 04 12:17:56 arch dbus-daemon[393]: [system] Activating via systemd: service name='org.freedesktop.Accounts' unit='accounts-daemon.service' requested by ':1.7' (uid=0 pid=1584 comm="/usr/bin/lightdm")
Feb 04 12:17:56 arch kernel: audit: type=1130 audit(1675509476.415:53): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lightdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 04 12:17:56 arch systemd[1]: Reached target User and Group Name Lookups.
Feb 04 12:17:56 arch audit: BPF prog-id=35 op=LOAD
Feb 04 12:17:56 arch kernel: audit: type=1334 audit(1675509476.421:54): prog-id=35 op=LOAD
Feb 04 12:17:56 arch systemd[1]: Starting Accounts Service...
Feb 04 12:17:56 arch dbus-daemon[393]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.9' (uid=0 pid=1591 comm="/usr/lib/accounts-daemon")
Feb 04 12:17:56 arch systemd[1]: Starting Authorization Manager...
Feb 04 12:17:56 arch polkitd[1595]: Started polkitd version 122
Feb 04 12:17:56 arch polkitd[1595]: Loading rules from directory /etc/polkit-1/rules.d
Feb 04 12:17:56 arch polkitd[1595]: Loading rules from directory /usr/share/polkit-1/rules.d
Feb 04 12:17:56 arch polkitd[1595]: Finished loading, compiling and executing 4 rules
Feb 04 12:17:56 arch dbus-daemon[393]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Feb 04 12:17:56 arch systemd[1]: Started Authorization Manager.
Feb 04 12:17:56 arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 04 12:17:56 arch polkitd[1595]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Feb 04 12:17:56 arch accounts-daemon[1591]: started daemon version 22.08.0
Feb 04 12:17:56 arch kernel: audit: type=1130 audit(1675509476.561:55): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 04 12:17:56 arch dbus-daemon[393]: [system] Successfully activated service 'org.freedesktop.Accounts'
Feb 04 12:17:56 arch systemd[1]: Started Accounts Service.
Feb 04 12:17:56 arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=accounts-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 04 12:17:56 arch kernel: audit: type=1130 audit(1675509476.565:56): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=accounts-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 04 12:17:56 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:56 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:56 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:56 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:57 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:57 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:57 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:57 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:57 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:57 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:57 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:57 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:57 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:57 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:57 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:57 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:57 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:57 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:57 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:57 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:58 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:58 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:58 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:58 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:58 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:58 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:58 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:58 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:58 arch audit[1621]: CRED_ACQ pid=1621 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_env,pam_permit acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
Feb 04 12:17:58 arch lightdm[1621]: pam_unix(lightdm-greeter:session): session opened for user lightdm(uid=975) by (uid=0)
Feb 04 12:17:58 arch kernel: audit: type=1103 audit(1675509478.741:57): pid=1621 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_env,pam_permit acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
Feb 04 12:17:58 arch systemd[1]: Created slice User Slice of UID 975.
Feb 04 12:17:58 arch systemd[1]: Starting User Runtime Directory /run/user/975...
Feb 04 12:17:58 arch systemd-logind[396]: New session c1 of user lightdm.
Feb 04 12:17:58 arch systemd[1]: Finished User Runtime Directory /run/user/975.
Feb 04 12:17:58 arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@975 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 04 12:17:58 arch kernel: audit: type=1130 audit(1675509478.838:58): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@975 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 04 12:17:58 arch systemd[1]: Starting User Manager for UID 975...
Feb 04 12:17:58 arch dbus-daemon[393]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.14' (uid=0 pid=1625 comm="(systemd)")
Feb 04 12:17:58 arch dbus-daemon[393]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Feb 04 12:17:58 arch systemd[1625]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Feb 04 12:17:58 arch audit[1625]: USER_ACCT pid=1625 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="lightdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 04 12:17:58 arch audit[1625]: CRED_ACQ pid=1625 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="lightdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Feb 04 12:17:58 arch audit[1625]: SYSCALL arch=c000003e syscall=1 success=yes exit=3 a0=9 a1=7ffc1f2a00a0 a2=3 a3=7ffc1f29fdb5 items=0 ppid=1 pid=1625 auid=975 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="(systemd)" exe="/usr/lib/systemd/systemd" key=(null)
Feb 04 12:17:58 arch audit: PROCTITLE proctitle="(systemd)"
Feb 04 12:17:58 arch systemd[1625]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[lightdm] ruser=[<unknown>] rhost=[<unknown>]
Feb 04 12:17:58 arch systemd[1625]: pam_unix(systemd-user:session): session opened for user lightdm(uid=975) by (uid=0)
Feb 04 12:17:58 arch kernel: audit: type=1101 audit(1675509478.895:59): pid=1625 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="lightdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 04 12:17:58 arch kernel: audit: type=1103 audit(1675509478.895:60): pid=1625 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="lightdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Feb 04 12:17:58 arch audit[1625]: USER_START pid=1625 uid=0 auid=975 ses=1 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_systemd_home,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="lightdm" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 04 12:17:59 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:59 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:59 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:59 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:59 arch systemd[1625]: Queued start job for default target Main User Target.
Feb 04 12:17:59 arch systemd[1625]: Created slice User Application Slice.
Feb 04 12:17:59 arch systemd[1625]: Reached target Paths.
Feb 04 12:17:59 arch systemd[1625]: Reached target Timers.
Feb 04 12:17:59 arch systemd[1625]: Starting D-Bus User Message Bus Socket...
Feb 04 12:17:59 arch systemd[1625]: Listening on GnuPG network certificate management daemon.
Feb 04 12:17:59 arch systemd[1625]: Listening on GCR ssh-agent wrapper.
Feb 04 12:17:59 arch systemd[1625]: Listening on GNOME Keyring daemon.
Feb 04 12:17:59 arch systemd[1625]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Feb 04 12:17:59 arch systemd[1625]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Feb 04 12:17:59 arch systemd[1625]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Feb 04 12:17:59 arch systemd[1625]: Listening on GnuPG cryptographic agent and passphrase cache.
Feb 04 12:17:59 arch systemd[1625]: Listening on p11-kit server.
Feb 04 12:17:59 arch systemd[1625]: Listening on PipeWire Multimedia System Socket.
Feb 04 12:17:59 arch systemd[1625]: Listening on Sound System.
Feb 04 12:17:59 arch systemd[1625]: Listening on D-Bus User Message Bus Socket.
Feb 04 12:17:59 arch systemd[1625]: Reached target Sockets.
Feb 04 12:17:59 arch systemd[1625]: Reached target Basic System.
Feb 04 12:17:59 arch systemd[1625]: Reached target Main User Target.
Feb 04 12:17:59 arch systemd[1625]: Startup finished in 167ms.
Feb 04 12:17:59 arch systemd[1]: Started User Manager for UID 975.
Feb 04 12:17:59 arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@975 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 04 12:17:59 arch systemd[1]: Started Session c1 of User lightdm.
Feb 04 12:17:59 arch audit[1621]: USER_START pid=1621 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:session_open grantors=pam_unix,pam_systemd acct="lightdm" exe="/usr/bin/lightdm" hostname=? addr=? terminal=:0 res=success'
Feb 04 12:17:59 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:59 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:59 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:59 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:17:59 arch systemd[1625]: Created slice User Core Session Slice.
Feb 04 12:17:59 arch systemd[1625]: Starting D-Bus User Message Bus...
Feb 04 12:17:59 arch systemd[1625]: Started D-Bus User Message Bus.
Feb 04 12:17:59 arch dbus-daemon[1638]: [session uid=975 pid=1638] Activating systemd to hand-off: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.0' (uid=975 pid=1632 comm="/usr/bin/lightdm-gtk-greeter")
Feb 04 12:17:59 arch dbus-daemon[1638]: [session uid=975 pid=1638] Successfully activated service 'org.freedesktop.systemd1'
Feb 04 12:17:59 arch systemd[1625]: Starting Accessibility services bus...
Feb 04 12:17:59 arch dbus-daemon[1638]: [session uid=975 pid=1638] Successfully activated service 'org.a11y.Bus'
Feb 04 12:17:59 arch systemd[1625]: Started Accessibility services bus.
Feb 04 12:17:59 arch dbus-daemon[1638]: [session uid=975 pid=1638] Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service' requested by ':1.3' (uid=975 pid=1632 comm="/usr/bin/lightdm-gtk-greeter")
Feb 04 12:17:59 arch systemd[1625]: Starting Virtual filesystem service...
Feb 04 12:17:59 arch dbus-daemon[1638]: [session uid=975 pid=1638] Successfully activated service 'org.gtk.vfs.Daemon'
Feb 04 12:17:59 arch systemd[1625]: Started Virtual filesystem service.
Feb 04 12:17:59 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:17:59 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:17:59 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:17:59 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:18:00 arch dbus-daemon[393]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' requested by ':1.16' (uid=975 pid=1632 comm="/usr/bin/lightdm-gtk-greeter")
Feb 04 12:18:00 arch audit: BPF prog-id=36 op=LOAD
Feb 04 12:18:00 arch audit: BPF prog-id=37 op=LOAD
Feb 04 12:18:00 arch systemd[1]: Starting Daemon for power management...
Feb 04 12:18:00 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:18:00 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:18:00 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:18:00 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:18:00 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:18:00 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:18:00 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:18:00 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)
Feb 04 12:18:00 arch dbus-daemon[393]: [system] Successfully activated service 'org.freedesktop.UPower'
Feb 04 12:18:00 arch systemd[1]: Started Daemon for power management.
Feb 04 12:18:00 arch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Feb 04 12:18:00 arch at-spi-bus-launcher[1645]: dbus-daemon[1645]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=975 pid=1632 comm="/usr/bin/lightdm-gtk-greeter")
Feb 04 12:18:00 arch dbus-daemon[393]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.18' (uid=0 pid=1677 comm="lightdm --session-child 13 20")
Feb 04 12:18:00 arch dbus-daemon[393]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Feb 04 12:18:00 arch lightdm[1677]: pam_systemd_home(lightdm:auth): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Feb 04 12:18:00 arch at-spi-bus-launcher[1645]: dbus-daemon[1645]: Successfully activated service 'org.a11y.atspi.Registry'
Feb 04 12:18:00 arch at-spi-bus-launcher[1679]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Feb 04 12:18:00 arch kernel: pcieport 0000:00:1c.5: AER: Multiple Corrected error received: 0000:02:00.0
Feb 04 12:18:00 arch kernel: rtw_8821ce 0000:02:00.0: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
Feb 04 12:18:00 arch kernel: rtw_8821ce 0000:02:00.0: device [10ec:c821] error status/mask=00000001/0000e000
Feb 04 12:18:00 arch kernel: rtw_8821ce 0000:02:00.0: [ 0] RxErr (First)Offline
Okay I just confirmed that it has to do with the old Wifi card.
After removing minor stuff (just to be on the safe side) I saw on bootup that shortly following message was shown:
[TIME] Timed out waiting for device /sys/subsystem/net/devices/wlp4s0
[DEPEND] Dependency failed for Automatically generated profile by wifi-menu.Offline
Okay I fixed it.
I just removed / renamed all the config files where wlp4s0 is mentioned.
Found them via:
sudo grep -rnw /etc -e 'wlp4s0'Now the boot time has vastly improved.
It still gives me an error but considering the reference comes from:
/sys/kernel/debug/lru_gen_full
/sys/kernel/debug/lru_genI doubt that I can change this setting.
And the error doesn't cause a huge delay in boot time.
Thanks for the help!
Offline
You helped yourself ![]()
Ftr:
Feb 04 12:17:56 arch systemd[1]: Timed out waiting for device /sys/subsystem/net/devices/wlp4s0.
Feb 04 12:17:56 arch systemd[1]: Dependency failed for Automatically generated profile by wifi-menu.
Feb 04 12:17:56 arch systemd[1]: netctl@wlp4s0\x2dbucheli.service: Job netctl@wlp4s0\x2dbucheli.service/start failed with result 'dependency'.Next to the still running dhcpcd you also had a netctl service enabled and that tried to explicitly operate the wlp4s0 NIC.
You should seriously limit your network managing services to one ![]()
Ie. disable dhcpcd now, it's for pretty much sure the reason for
Feb 04 12:16:42 arch dhcpcd[594]: wlp2s0: carrier lost - roaming
Feb 04 12:16:42 arch dhcpcd[594]: wlp2s0: carrier lost - roaming
Feb 04 12:16:42 arch dhcpcd[594]: wlp2s0: carrier lost - roaming
Feb 04 12:16:52 arch dhcpcd[594]: wlp2s0: carrier lost - roaming
Feb 04 12:16:52 arch dhcpcd[594]: wlp2s0: carrier lost - roaming
Feb 04 12:16:52 arch dhcpcd[594]: wlp2s0: carrier lost - roaming
Feb 04 12:17:02 arch dhcpcd[594]: wlp2s0: carrier lost - roaming
Feb 04 12:17:02 arch dhcpcd[594]: wlp2s0: carrier lost - roaming
Feb 04 12:17:02 arch dhcpcd[594]: wlp2s0: carrier lost - roaming
Feb 04 12:17:12 arch dhcpcd[594]: wlp2s0: carrier lost - roaming
Feb 04 12:17:12 arch dhcpcd[594]: wlp2s0: carrier lost - roaming
Feb 04 12:17:12 arch dhcpcd[594]: wlp2s0: carrier lost - roaming
Feb 04 12:17:22 arch dhcpcd[594]: wlp2s0: carrier lost - roaming
Feb 04 12:17:22 arch dhcpcd[594]: wlp2s0: carrier lost - roaming
Feb 04 12:17:22 arch dhcpcd[594]: wlp2s0: carrier lost - roamingyour network going on and off all the time.
Offline