You are not logged in.

#1 2023-07-25 21:28:12

PavelDusek
Member
Registered: 2023-07-25
Posts: 3

[SOLVED] X.Org Fatal Server Error with NVIDIA: No screens found

Hello, I am new on Arch linux with a fresh new install. I cannot make X.org run with NVIDIA. I tried both the linux and linux-lts kernels (with nvidia and nvidia-lts, respectively).

Xorg.0.log:

[  1242.466] 
X.Org X Server 1.21.1.8
X Protocol Version 11, Revision 0
[  1242.466] Current Operating System: Linux arch 6.4.3-arch1-2 #1 SMP PREEMPT_DYNAMIC Sat, 15 Jul 2023 19:25:49 +0000 x86_64
[  1242.466] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=/dev/mapper/volgroup0-lv_root rw cryptdevice=/dev/nvme0n1p3:volgroup0:allow-discards loglevel=3
[  1242.466]  
[  1242.467] Current version of pixman: 0.42.2
[  1242.467] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  1242.467] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  1242.468] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Jul 25 22:29:38 2023
[  1242.468] (==) Using config directory: "/etc/X11/xorg.conf.d"
[  1242.468] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  1242.468] (==) No Layout section.  Using the first Screen section.
[  1242.468] (==) No screen section available. Using defaults.
[  1242.468] (**) |-->Screen "Default Screen Section" (0)
[  1242.468] (**) |   |-->Monitor "<default monitor>"
[  1242.468] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[  1242.468] (==) Automatically adding devices
[  1242.468] (==) Automatically enabling devices
[  1242.468] (==) Automatically adding GPU devices
[  1242.468] (==) Automatically binding GPU devices
[  1242.468] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  1242.468] (WW) The directory "/usr/share/fonts/misc" does not exist.
[  1242.468] 	Entry deleted from font path.
[  1242.468] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[  1242.468] 	Entry deleted from font path.
[  1242.468] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[  1242.468] 	Entry deleted from font path.
[  1242.468] (==) FontPath set to:
	/usr/share/fonts/TTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[  1242.468] (==) ModulePath set to "/usr/lib/xorg/modules"
[  1242.468] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[  1242.468] (II) Module ABI versions:
[  1242.468] 	X.Org ANSI C Emulation: 0.4
[  1242.468] 	X.Org Video Driver: 25.2
[  1242.468] 	X.Org XInput driver : 24.4
[  1242.468] 	X.Org Server Extension : 10.0
[  1242.469] (--) using VT number 2

[  1242.469] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[  1242.470] (--) PCI:*(1@0:0:0) 10de:2504:17aa:2088 rev 161, Mem @ 0xfb000000/16777216, 0xd0000000/268435456, 0xe0000000/33554432, I/O @ 0x0000f000/128, BIOS @ 0x????????/524288
[  1242.470] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[  1242.470] (II) LoadModule: "glx"
[  1242.470] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  1242.471] (II) Module glx: vendor="X.Org Foundation"
[  1242.471] 	compiled for 1.21.1.8, module version = 1.0.0
[  1242.471] 	ABI class: X.Org Server Extension, version 10.0
[  1242.471] (==) Matched nouveau as autoconfigured driver 0
[  1242.471] (==) Matched nv as autoconfigured driver 1
[  1242.471] (==) Matched modesetting as autoconfigured driver 2
[  1242.471] (==) Matched fbdev as autoconfigured driver 3
[  1242.471] (==) Matched vesa as autoconfigured driver 4
[  1242.471] (==) Assigned the driver to the xf86ConfigLayout
[  1242.471] (II) LoadModule: "nouveau"
[  1242.471] (WW) Warning, couldn't open module nouveau
[  1242.471] (EE) Failed to load module "nouveau" (module does not exist, 0)
[  1242.471] (II) LoadModule: "nv"
[  1242.471] (WW) Warning, couldn't open module nv
[  1242.471] (EE) Failed to load module "nv" (module does not exist, 0)
[  1242.471] (II) LoadModule: "modesetting"
[  1242.471] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[  1242.472] (II) Module modesetting: vendor="X.Org Foundation"
[  1242.472] 	compiled for 1.21.1.8, module version = 1.21.1
[  1242.472] 	Module class: X.Org Video Driver
[  1242.472] 	ABI class: X.Org Video Driver, version 25.2
[  1242.472] (II) LoadModule: "fbdev"
[  1242.472] (WW) Warning, couldn't open module fbdev
[  1242.472] (EE) Failed to load module "fbdev" (module does not exist, 0)
[  1242.472] (II) LoadModule: "vesa"
[  1242.472] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[  1242.472] (II) Module vesa: vendor="X.Org Foundation"
[  1242.472] 	compiled for 1.21.1.4, module version = 2.6.0
[  1242.472] 	Module class: X.Org Video Driver
[  1242.472] 	ABI class: X.Org Video Driver, version 25.2
[  1242.472] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[  1242.472] (II) VESA: driver for VESA chipsets: vesa
[  1242.472] (EE) open /dev/dri/card0: No such file or directory
[  1242.472] (WW) Falling back to old probe method for modesetting
[  1242.472] (EE) open /dev/dri/card0: No such file or directory
[  1242.472] vesa: Refusing to run, Framebuffer or dri device present
[  1242.472] (EE) Screen 0 deleted because of no matching config section.
[  1242.472] (II) UnloadModule: "modesetting"
[  1242.472] (EE) Device(s) detected, but none match those in the config file.
[  1242.472] (EE) 
Fatal server error:
[  1242.472] (EE) no screens found(EE) 
[  1242.472] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[  1242.472] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[  1242.472] (EE) 
[  1242.473] (EE) Server terminated with error (1). Closing log file.

dmesg

[    0.000000] Linux version 6.4.3-arch1-2 (linux@archlinux) (gcc (GCC) 13.1.1 20230714, GNU ld (GNU Binutils) 2.40.0) #1 SMP PREEMPT_DYNAMIC Sat, 15 Jul 2023 19:25:49 +0000
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=/dev/mapper/volgroup0-lv_root rw cryptdevice=/dev/nvme0n1p3:volgroup0:allow-discards loglevel=3
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[9]:  832, xstate_sizes[9]:    8
[    0.000000] x86/fpu: Enabled xstate features 0x207, context size is 840 bytes, using 'compacted' format.
[    0.000000] signal: max sigframe size: 3376
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009c7efff] usable
[    0.000000] BIOS-e820: [mem 0x0000000009c7f000-0x0000000009ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000000a200000-0x000000000a20efff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000000a20f000-0x000000000affffff] usable
[    0.000000] BIOS-e820: [mem 0x000000000b000000-0x000000000b01ffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000b020000-0x00000000a98d2fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000a98d3000-0x00000000a98d3fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000a98d4000-0x00000000a98fcfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000a98fd000-0x00000000a98fdfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000a98fe000-0x00000000b78fefff] usable
[    0.000000] BIOS-e820: [mem 0x00000000b78ff000-0x00000000b98fefff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000b98ff000-0x00000000b9afefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000b9aff000-0x00000000bbafefff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bbaff000-0x00000000bcbfefff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bcbff000-0x00000000bdffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000be000000-0x00000000bfffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd200000-0x00000000fd2fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fd600000-0x00000000fd6fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec30000-0x00000000fec30fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000081e2fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000081e300000-0x000000081fffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0xabbce018-0xabbf2657] usable ==> usable
[    0.000000] e820: update [mem 0xabbce018-0xabbf2657] usable ==> usable
[    0.000000] e820: update [mem 0xabbba018-0xabbcd057] usable ==> usable
[    0.000000] e820: update [mem 0xabbba018-0xabbcd057] usable ==> usable
[    0.000000] e820: update [mem 0xabbac018-0xabbb9857] usable ==> usable
[    0.000000] e820: update [mem 0xabbac018-0xabbb9857] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000009c7efff] usable
[    0.000000] reserve setup_data: [mem 0x0000000009c7f000-0x0000000009ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x000000000a000000-0x000000000a1fffff] usable
[    0.000000] reserve setup_data: [mem 0x000000000a200000-0x000000000a20efff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x000000000a20f000-0x000000000affffff] usable
[    0.000000] reserve setup_data: [mem 0x000000000b000000-0x000000000b01ffff] reserved
[    0.000000] reserve setup_data: [mem 0x000000000b020000-0x00000000a98d2fff] usable
[    0.000000] reserve setup_data: [mem 0x00000000a98d3000-0x00000000a98d3fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000a98d4000-0x00000000a98fcfff] usable
[    0.000000] reserve setup_data: [mem 0x00000000a98fd000-0x00000000a98fdfff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000a98fe000-0x00000000abbac017] usable
[    0.000000] reserve setup_data: [mem 0x00000000abbac018-0x00000000abbb9857] usable
[    0.000000] reserve setup_data: [mem 0x00000000abbb9858-0x00000000abbba017] usable
[    0.000000] reserve setup_data: [mem 0x00000000abbba018-0x00000000abbcd057] usable
[    0.000000] reserve setup_data: [mem 0x00000000abbcd058-0x00000000abbce017] usable
[    0.000000] reserve setup_data: [mem 0x00000000abbce018-0x00000000abbf2657] usable
[    0.000000] reserve setup_data: [mem 0x00000000abbf2658-0x00000000b78fefff] usable
[    0.000000] reserve setup_data: [mem 0x00000000b78ff000-0x00000000b98fefff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000b98ff000-0x00000000b9afefff] ACPI data
[    0.000000] reserve setup_data: [mem 0x00000000b9aff000-0x00000000bbafefff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x00000000bbaff000-0x00000000bcbfefff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000bcbff000-0x00000000bdffffff] usable
[    0.000000] reserve setup_data: [mem 0x00000000be000000-0x00000000bfffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fd200000-0x00000000fd2fffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fd600000-0x00000000fd6fffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec30000-0x00000000fec30fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000081e2fffff] usable
[    0.000000] reserve setup_data: [mem 0x000000081e300000-0x000000081fffffff] reserved
[    0.000000] efi: EFI v2.7 by American Megatrends
[    0.000000] efi: ACPI=0xb9afe000 ACPI 2.0=0xb9afe014 TPMFinalLog=0xbaab2000 SMBIOS=0xbc877000 SMBIOS 3.0=0xbc876000 MEMATTR=0xb2b5f018 ESRT=0xb5f6e018 INITRD=0xb2a91198 RNG=0xb9ae8018 TPMEventLog=0xb2a81018 
[    0.000000] random: crng init done
[    0.000000] efi: Remove mem405: MMIO range=[0xf0000000-0xf7ffffff] (128MB) from e820 map
[    0.000000] e820: remove [mem 0xf0000000-0xf7ffffff] reserved
[    0.000000] efi: Remove mem406: MMIO range=[0xfd200000-0xfd2fffff] (1MB) from e820 map
[    0.000000] e820: remove [mem 0xfd200000-0xfd2fffff] reserved
[    0.000000] efi: Remove mem407: MMIO range=[0xfd600000-0xfd6fffff] (1MB) from e820 map
[    0.000000] e820: remove [mem 0xfd600000-0xfd6fffff] reserved
[    0.000000] efi: Not removing mem408: MMIO range=[0xfea00000-0xfea0ffff] (64KB) from e820 map
[    0.000000] efi: Remove mem409: MMIO range=[0xfeb80000-0xfec01fff] (0MB) from e820 map
[    0.000000] e820: remove [mem 0xfeb80000-0xfec01fff] reserved
[    0.000000] efi: Not removing mem410: MMIO range=[0xfec10000-0xfec10fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem411: MMIO range=[0xfec30000-0xfec30fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem412: MMIO range=[0xfed00000-0xfed00fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem413: MMIO range=[0xfed40000-0xfed44fff] (20KB) from e820 map
[    0.000000] efi: Not removing mem414: MMIO range=[0xfed80000-0xfed8ffff] (64KB) from e820 map
[    0.000000] efi: Not removing mem415: MMIO range=[0xfedc2000-0xfedcffff] (56KB) from e820 map
[    0.000000] efi: Not removing mem416: MMIO range=[0xfedd4000-0xfedd5fff] (8KB) from e820 map
[    0.000000] efi: Remove mem417: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
[    0.000000] e820: remove [mem 0xff000000-0xffffffff] reserved
[    0.000000] SMBIOS 3.3.0 present.
[    0.000000] DMI: LENOVO 90TQ0062MK/3743, BIOS O5EKT23A 10/28/2022
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 3892.973 MHz processor
[    0.000127] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000128] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000135] last_pfn = 0x81e300 max_arch_pfn = 0x400000000
[    0.000140] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000697] e820: update [mem 0xc0000000-0xffffffff] usable ==> reserved
[    0.000703] last_pfn = 0xbe000 max_arch_pfn = 0x400000000
[    0.003385] esrt: Reserving ESRT space from 0x00000000b5f6e018 to 0x00000000b5f6e078.
[    0.003391] e820: update [mem 0xb5f6e000-0xb5f6efff] usable ==> reserved
[    0.003428] Using GB pages for direct mapping
[    0.003709] Secure boot disabled
[    0.003710] RAMDISK: [mem 0xabc1d000-0xae443fff]
[    0.003712] ACPI: Early table checksum verification disabled
[    0.003715] ACPI: RSDP 0x00000000B9AFE014 000024 (v02 LENOVO)
[    0.003718] ACPI: XSDT 0x00000000B9AFD728 0000F4 (v01 LENOVO TC-O5E   00001350 AMI  01000013)
[    0.003722] ACPI: FACP 0x00000000B9AEE000 000114 (v06 LENOVO TC-O5E   00001350 AMI  00010013)
[    0.003726] ACPI: DSDT 0x00000000B9A70000 016639 (v02 LENOVO TC-O5E   00001350 INTL 20120913)
[    0.003728] ACPI: FACS 0x00000000BAAE2000 000040
[    0.003729] ACPI: IVRS 0x00000000B9AFC000 0000D0 (v02 LENOVO TC-O5E   00001350 AMD  00000001)
[    0.003730] ACPI: SSDT 0x00000000B9AF4000 007229 (v02 LENOVO TC-O5E   00001350 MSFT 04000000)
[    0.003732] ACPI: SSDT 0x00000000B9AF0000 003AAF (v01 LENOVO TC-O5E   00001350 INTL 20120913)
[    0.003734] ACPI: SSDT 0x00000000B9AEF000 0001AD (v02 LENOVO TC-O5E   00001350 AMI  01072009)
[    0.003735] ACPI: FIDT 0x00000000B9AD7000 00009C (v01 LENOVO TC-O5E   00001350 AMI  00010013)
[    0.003736] ACPI: MCFG 0x00000000B9AD6000 00003C (v01 LENOVO TC-O5E   00001350 MSFT 00010013)
[    0.003738] ACPI: HPET 0x00000000B9AD5000 000038 (v01 LENOVO TC-O5E   00001350 AMI  00000005)
[    0.003739] ACPI: FPDT 0x00000000B9AD4000 000044 (v01 LENOVO TC-O5E   00001350 AMI  01000013)
[    0.003741] ACPI: BGRT 0x00000000B9AD3000 000038 (v01 LENOVO TC-O5E   00001350 AMI  00010013)
[    0.003742] ACPI: LUFT 0x00000000B9A9E000 034CC2 (v01 LENOVO TC-O5E   00001350 AMI  00010013)
[    0.003744] ACPI: WPBT 0x00000000B9A97000 000034 (v01 LENOVO TC-O5E   00000001 AMI  00010013)
[    0.003745] ACPI: TPM2 0x00000000B9A96000 00004C (v04 LENOVO TC-O5E   00001350 AMI  00000000)
[    0.003747] ACPI: SSDT 0x00000000B9A92000 003E88 (v02 LENOVO TC-O5E   00001350 AMD  00000001)
[    0.003749] ACPI: CRAT 0x00000000B9A91000 000B68 (v01 LENOVO TC-O5E   00001350 AMD  00000001)
[    0.003750] ACPI: CDIT 0x00000000B9A90000 000029 (v01 LENOVO TC-O5E   00001350 AMD  00000001)
[    0.003751] ACPI: HEST 0x00000000B9A8F000 000084 (v01 LENOVO TC-O5E   00001350 AMD  00000001)
[    0.003753] ACPI: SSDT 0x00000000B9A8E000 00015B (v01 LENOVO TC-O5E   00001350 INTL 20120913)
[    0.003754] ACPI: SSDT 0x00000000B9A8D000 00022B (v01 LENOVO TC-O5E   00001350 INTL 20120913)
[    0.003756] ACPI: SSDT 0x00000000B9A89000 00381A (v01 LENOVO TC-O5E   00001350 INTL 20120913)
[    0.003757] ACPI: WSMT 0x00000000B9A88000 000028 (v01 LENOVO TC-O5E   00001350 AMI  00010013)
[    0.003759] ACPI: APIC 0x00000000B9A87000 00015E (v03 LENOVO TC-O5E   00001350 AMI  00010013)
[    0.003760] ACPI: SSDT 0x00000000B9AED000 00051B (v01 LENOVO TC-O5E   00001350 INTL 20120913)
[    0.003762] ACPI: SSDT 0x00000000B9AEC000 00007D (v01 LENOVO TC-O5E   00001350 INTL 20120913)
[    0.003763] ACPI: SSDT 0x00000000B9AEA000 0010AF (v01 LENOVO TC-O5E   00001350 INTL 20120913)
[    0.003765] ACPI: SSDT 0x00000000B9AE9000 0000BF (v01 LENOVO TC-O5E   00001350 INTL 20120913)
[    0.003766] ACPI: Reserving FACP table memory at [mem 0xb9aee000-0xb9aee113]
[    0.003767] ACPI: Reserving DSDT table memory at [mem 0xb9a70000-0xb9a86638]
[    0.003767] ACPI: Reserving FACS table memory at [mem 0xbaae2000-0xbaae203f]
[    0.003768] ACPI: Reserving IVRS table memory at [mem 0xb9afc000-0xb9afc0cf]
[    0.003768] ACPI: Reserving SSDT table memory at [mem 0xb9af4000-0xb9afb228]
[    0.003768] ACPI: Reserving SSDT table memory at [mem 0xb9af0000-0xb9af3aae]
[    0.003769] ACPI: Reserving SSDT table memory at [mem 0xb9aef000-0xb9aef1ac]
[    0.003769] ACPI: Reserving FIDT table memory at [mem 0xb9ad7000-0xb9ad709b]
[    0.003770] ACPI: Reserving MCFG table memory at [mem 0xb9ad6000-0xb9ad603b]
[    0.003770] ACPI: Reserving HPET table memory at [mem 0xb9ad5000-0xb9ad5037]
[    0.003770] ACPI: Reserving FPDT table memory at [mem 0xb9ad4000-0xb9ad4043]
[    0.003771] ACPI: Reserving BGRT table memory at [mem 0xb9ad3000-0xb9ad3037]
[    0.003771] ACPI: Reserving LUFT table memory at [mem 0xb9a9e000-0xb9ad2cc1]
[    0.003772] ACPI: Reserving WPBT table memory at [mem 0xb9a97000-0xb9a97033]
[    0.003772] ACPI: Reserving TPM2 table memory at [mem 0xb9a96000-0xb9a9604b]
[    0.003772] ACPI: Reserving SSDT table memory at [mem 0xb9a92000-0xb9a95e87]
[    0.003773] ACPI: Reserving CRAT table memory at [mem 0xb9a91000-0xb9a91b67]
[    0.003773] ACPI: Reserving CDIT table memory at [mem 0xb9a90000-0xb9a90028]
[    0.003774] ACPI: Reserving HEST table memory at [mem 0xb9a8f000-0xb9a8f083]
[    0.003774] ACPI: Reserving SSDT table memory at [mem 0xb9a8e000-0xb9a8e15a]
[    0.003774] ACPI: Reserving SSDT table memory at [mem 0xb9a8d000-0xb9a8d22a]
[    0.003775] ACPI: Reserving SSDT table memory at [mem 0xb9a89000-0xb9a8c819]
[    0.003775] ACPI: Reserving WSMT table memory at [mem 0xb9a88000-0xb9a88027]
[    0.003776] ACPI: Reserving APIC table memory at [mem 0xb9a87000-0xb9a8715d]
[    0.003776] ACPI: Reserving SSDT table memory at [mem 0xb9aed000-0xb9aed51a]
[    0.003776] ACPI: Reserving SSDT table memory at [mem 0xb9aec000-0xb9aec07c]
[    0.003777] ACPI: Reserving SSDT table memory at [mem 0xb9aea000-0xb9aeb0ae]
[    0.003777] ACPI: Reserving SSDT table memory at [mem 0xb9ae9000-0xb9ae90be]
[    0.003827] No NUMA configuration found
[    0.003828] Faking a node at [mem 0x0000000000000000-0x000000081e2fffff]
[    0.003831] NODE_DATA(0) allocated [mem 0x81e2fb000-0x81e2fffff]
[    0.003855] Zone ranges:
[    0.003855]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.003856]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.003857]   Normal   [mem 0x0000000100000000-0x000000081e2fffff]
[    0.003858]   Device   empty
[    0.003858] Movable zone start for each node
[    0.003859] Early memory node ranges
[    0.003859]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.003860]   node   0: [mem 0x0000000000100000-0x0000000009c7efff]
[    0.003861]   node   0: [mem 0x000000000a000000-0x000000000a1fffff]
[    0.003861]   node   0: [mem 0x000000000a20f000-0x000000000affffff]
[    0.003861]   node   0: [mem 0x000000000b020000-0x00000000a98d2fff]
[    0.003862]   node   0: [mem 0x00000000a98d4000-0x00000000a98fcfff]
[    0.003862]   node   0: [mem 0x00000000a98fe000-0x00000000b78fefff]
[    0.003863]   node   0: [mem 0x00000000bcbff000-0x00000000bdffffff]
[    0.003863]   node   0: [mem 0x0000000100000000-0x000000081e2fffff]
[    0.003865] Initmem setup node 0 [mem 0x0000000000001000-0x000000081e2fffff]
[    0.003868] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.003878] On node 0, zone DMA: 96 pages in unavailable ranges
[    0.003966] On node 0, zone DMA32: 897 pages in unavailable ranges
[    0.003977] On node 0, zone DMA32: 15 pages in unavailable ranges
[    0.006638] On node 0, zone DMA32: 32 pages in unavailable ranges
[    0.006641] On node 0, zone DMA32: 1 pages in unavailable ranges
[    0.006911] On node 0, zone DMA32: 1 pages in unavailable ranges
[    0.007042] On node 0, zone DMA32: 21248 pages in unavailable ranges
[    0.040365] On node 0, zone Normal: 8192 pages in unavailable ranges
[    0.040405] On node 0, zone Normal: 7424 pages in unavailable ranges
[    0.040757] ACPI: PM-Timer IO Port: 0x808
[    0.040764] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.040775] IOAPIC[0]: apic_id 13, version 33, address 0xfec00000, GSI 0-23
[    0.040780] IOAPIC[1]: apic_id 14, version 33, address 0xfec01000, GSI 24-55
[    0.040782] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.040783] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.040785] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.040786] ACPI: HPET id: 0x10228201 base: 0xfed00000
[    0.040795] e820: update [mem 0xb31ba000-0xb3202fff] usable ==> reserved
[    0.040807] smpboot: Allowing 32 CPUs, 20 hotplug CPUs
[    0.040826] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.040827] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.040828] PM: hibernation: Registered nosave memory: [mem 0x09c7f000-0x09ffffff]
[    0.040829] PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a20efff]
[    0.040830] PM: hibernation: Registered nosave memory: [mem 0x0b000000-0x0b01ffff]
[    0.040831] PM: hibernation: Registered nosave memory: [mem 0xa98d3000-0xa98d3fff]
[    0.040832] PM: hibernation: Registered nosave memory: [mem 0xa98fd000-0xa98fdfff]
[    0.040833] PM: hibernation: Registered nosave memory: [mem 0xabbac000-0xabbacfff]
[    0.040834] PM: hibernation: Registered nosave memory: [mem 0xabbb9000-0xabbb9fff]
[    0.040834] PM: hibernation: Registered nosave memory: [mem 0xabbba000-0xabbbafff]
[    0.040835] PM: hibernation: Registered nosave memory: [mem 0xabbcd000-0xabbcdfff]
[    0.040835] PM: hibernation: Registered nosave memory: [mem 0xabbce000-0xabbcefff]
[    0.040836] PM: hibernation: Registered nosave memory: [mem 0xabbf2000-0xabbf2fff]
[    0.040837] PM: hibernation: Registered nosave memory: [mem 0xb31ba000-0xb3202fff]
[    0.040838] PM: hibernation: Registered nosave memory: [mem 0xb5f6e000-0xb5f6efff]
[    0.040839] PM: hibernation: Registered nosave memory: [mem 0xb78ff000-0xb98fefff]
[    0.040840] PM: hibernation: Registered nosave memory: [mem 0xb98ff000-0xb9afefff]
[    0.040840] PM: hibernation: Registered nosave memory: [mem 0xb9aff000-0xbbafefff]
[    0.040840] PM: hibernation: Registered nosave memory: [mem 0xbbaff000-0xbcbfefff]
[    0.040841] PM: hibernation: Registered nosave memory: [mem 0xbe000000-0xbfffffff]
[    0.040842] PM: hibernation: Registered nosave memory: [mem 0xc0000000-0xfe9fffff]
[    0.040842] PM: hibernation: Registered nosave memory: [mem 0xfea00000-0xfea0ffff]
[    0.040842] PM: hibernation: Registered nosave memory: [mem 0xfea10000-0xfec0ffff]
[    0.040843] PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[    0.040843] PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfec2ffff]
[    0.040843] PM: hibernation: Registered nosave memory: [mem 0xfec30000-0xfec30fff]
[    0.040844] PM: hibernation: Registered nosave memory: [mem 0xfec31000-0xfecfffff]
[    0.040844] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.040844] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
[    0.040845] PM: hibernation: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
[    0.040845] PM: hibernation: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
[    0.040845] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
[    0.040846] PM: hibernation: Registered nosave memory: [mem 0xfed90000-0xfedc1fff]
[    0.040846] PM: hibernation: Registered nosave memory: [mem 0xfedc2000-0xfedcffff]
[    0.040846] PM: hibernation: Registered nosave memory: [mem 0xfedd0000-0xfedd3fff]
[    0.040847] PM: hibernation: Registered nosave memory: [mem 0xfedd4000-0xfedd5fff]
[    0.040847] PM: hibernation: Registered nosave memory: [mem 0xfedd6000-0xffffffff]
[    0.040848] [mem 0xc0000000-0xfe9fffff] available for PCI devices
[    0.040849] Booting paravirtualized kernel on bare hardware
[    0.040851] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.043950] setup_percpu: NR_CPUS:320 nr_cpumask_bits:32 nr_cpu_ids:32 nr_node_ids:1
[    0.044736] percpu: Embedded 64 pages/cpu s225280 r8192 d28672 u262144
[    0.044741] pcpu-alloc: s225280 r8192 d28672 u262144 alloc=1*2097152
[    0.044742] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
[    0.044747] pcpu-alloc: [0] 16 17 18 19 20 21 22 23 [0] 24 25 26 27 28 29 30 31 
[    0.044762] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=/dev/mapper/volgroup0-lv_root rw cryptdevice=/dev/nvme0n1p3:volgroup0:allow-discards loglevel=3
[    0.044827] Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux cryptdevice=/dev/nvme0n1p3:volgroup0:allow-discards", will be passed to user space.
[    0.044847] printk: log_buf_len individual max cpu contribution: 4096 bytes
[    0.044848] printk: log_buf_len total cpu_extra contributions: 126976 bytes
[    0.044848] printk: log_buf_len min size: 131072 bytes
[    0.044962] printk: log_buf_len: 262144 bytes
[    0.044963] printk: early log buf free: 109944(83%)
[    0.047265] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[    0.048372] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[    0.048517] Fallback order for Node 0: 0 
[    0.048523] Built 1 zonelists, mobility grouping on.  Total pages: 8091036
[    0.048524] Policy zone: Normal
[    0.048668] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[    0.048712] software IO TLB: area num 32.
[    0.095725] Memory: 32047372K/32878516K available (16384K kernel code, 2119K rwdata, 12752K rodata, 3336K init, 4000K bss, 830884K reserved, 0K cma-reserved)
[    0.095811] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=32, Nodes=1
[    0.095831] ftrace: allocating 47527 entries in 186 pages
[    0.103998] ftrace: allocated 186 pages with 5 groups
[    0.104062] Dynamic Preempt: full
[    0.104102] rcu: Preemptible hierarchical RCU implementation.
[    0.104103] rcu: 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=32.
[    0.104103] rcu: 	RCU priority boosting: priority 1 delay 500 ms.
[    0.104104] 	Trampoline variant of Tasks RCU enabled.
[    0.104104] 	Rude variant of Tasks RCU enabled.
[    0.104105] 	Tracing variant of Tasks RCU enabled.
[    0.104105] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[    0.104105] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=32
[    0.105690] NR_IRQS: 20736, nr_irqs: 1224, preallocated irqs: 16
[    0.105859] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.105952] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[    0.105980] Console: colour dummy device 80x25
[    0.105982] printk: console [tty0] enabled
[    0.106012] ACPI: Core revision 20230331
[    0.106178] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[    0.106194] APIC: Switch to symmetric I/O mode setup
[    0.106806] AMD-Vi: Using global IVHD EFR:0x206d73ef22254ade, EFR2:0x0
[    0.107055] Switched APIC routing to physical flat.
[    0.107655] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.122868] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x703ad91b6f3, max_idle_ns: 881591133136 ns
[    0.122872] Calibrating delay loop (skipped), value calculated using timer frequency.. 7789.36 BogoMIPS (lpj=12976576)
[    0.122874] pid_max: default: 32768 minimum: 301
[    0.125109] LSM: initializing lsm=capability,landlock,lockdown,yama,bpf,integrity
[    0.125117] landlock: Up and running.
[    0.125118] Yama: becoming mindful.
[    0.125120] LSM support for eBPF active
[    0.125162] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.125196] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.125331] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.125337] LVT offset 1 assigned for vector 0xf9
[    0.125344] LVT offset 2 assigned for vector 0xf4
[    0.125346] process: using mwait in idle threads
[    0.125348] Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
[    0.125349] Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
[    0.125351] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.125353] Spectre V2 : Mitigation: Retpolines
[    0.125353] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.125354] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[    0.125354] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.125355] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.125355] Spectre V2 : User space: Mitigation: STIBP always-on protection
[    0.125356] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.140144] Freeing SMP alternatives memory: 40K
[    0.247019] smpboot: CPU0: AMD Ryzen 5 5600G with Radeon Graphics (family: 0x19, model: 0x50, stepping: 0x0)
[    0.247130] cblist_init_generic: Setting adjustable number of callback queues.
[    0.247133] cblist_init_generic: Setting shift to 5 and lim to 1.
[    0.247148] cblist_init_generic: Setting shift to 5 and lim to 1.
[    0.247157] cblist_init_generic: Setting shift to 5 and lim to 1.
[    0.247164] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[    0.247168] ... version:                0
[    0.247168] ... bit width:              48
[    0.247169] ... generic registers:      6
[    0.247169] ... value mask:             0000ffffffffffff
[    0.247170] ... max period:             00007fffffffffff
[    0.247170] ... fixed-purpose events:   0
[    0.247170] ... event mask:             000000000000003f
[    0.247235] rcu: Hierarchical SRCU implementation.
[    0.247236] rcu: 	Max phase no-delay instances is 1000.
[    0.247508] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.247726] smp: Bringing up secondary CPUs ...
[    0.247808] x86: Booting SMP configuration:
[    0.247809] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6
[    0.259588] Spectre V2 : Update user space SMT mitigation: STIBP always-on
[    0.259619]   #7  #8  #9 #10 #11
[    0.271681] smp: Brought up 1 node, 12 CPUs
[    0.271681] smpboot: Max logical packages: 3
[    0.271681] smpboot: Total of 12 processors activated (93468.32 BogoMIPS)
[    0.273180] devtmpfs: initialized
[    0.273180] x86/mm: Memory block size: 128MB
[    0.273826] ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20efff] (61440 bytes)
[    0.273826] ACPI: PM: Registering ACPI NVS region [mem 0xb9aff000-0xbbafefff] (33554432 bytes)
[    0.273826] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.273826] futex hash table entries: 8192 (order: 7, 524288 bytes, linear)
[    0.273826] pinctrl core: initialized pinctrl subsystem
[    0.273826] PM: RTC time: 20:08:56, date: 2023-07-25
[    0.273826] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.273826] DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
[    0.273985] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.274217] DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.274226] audit: initializing netlink subsys (disabled)
[    0.274249] thermal_sys: Registered thermal governor 'fair_share'
[    0.274249] thermal_sys: Registered thermal governor 'bang_bang'
[    0.274249] thermal_sys: Registered thermal governor 'step_wise'
[    0.274249] thermal_sys: Registered thermal governor 'user_space'
[    0.274249] thermal_sys: Registered thermal governor 'power_allocator'
[    0.274249] audit: type=2000 audit(1690315736.166:1): state=initialized audit_enabled=0 res=1
[    0.274253] cpuidle: using governor ladder
[    0.274253] cpuidle: using governor menu
[    0.274253] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.274253] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[    0.274253] PCI: not using MMCONFIG
[    0.274253] PCI: Using configuration type 1 for base access
[    0.274253] PCI: Using configuration type 1 for extended access
[    0.274253] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.276226] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    0.276226] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    0.276226] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.276226] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    0.276312] ACPI: Added _OSI(Module Device)
[    0.276312] ACPI: Added _OSI(Processor Device)
[    0.276312] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.276312] ACPI: Added _OSI(Processor Aggregator Device)
[    0.277592] ACPI BIOS Error (bug): Failure creating named object [\_GPE._L08], AE_ALREADY_EXISTS (20230331/dswload2-326)
[    0.277597] ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230331/psobject-220)
[    0.277598] ACPI: Skipping parse of AML opcode: Method (0x0014)
[    0.284060] ACPI: 12 ACPI AML tables successfully acquired and loaded
[    0.284953] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.293394] ACPI: Interpreter enabled
[    0.293405] ACPI: PM: (supports S0 S3 S4 S5)
[    0.293406] ACPI: Using IOAPIC for interrupt routing
[    0.293989] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[    0.294014] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved as ACPI motherboard resource
[    0.294019] HEST: Table parsing has been initialized.
[    0.294025] GHES: Failed to enable APEI firmware first mode.
[    0.294027] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.294028] PCI: Using E820 reservations for host bridge windows
[    0.294255] ACPI: Enabled 7 GPEs in block 00 to 1F
[    0.297389] ACPI: \_SB_.PRWL: New power resource
[    0.297830] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.297833] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.297888] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug PME LTR DPC]
[    0.297986] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug AER PCIeCapability]
[    0.297993] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-7f] only partially covers this bridge
[    0.298193] PCI host bridge to bus 0000:00
[    0.298194] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    0.298195] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    0.298195] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
[    0.298196] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.298197] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
[    0.298197] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfec2ffff window]
[    0.298198] pci_bus 0000:00: root bus resource [mem 0xfee00000-0xffffffff window]
[    0.298199] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.298209] pci 0000:00:00.0: [1022:1630] type 00 class 0x060000
[    0.298281] pci 0000:00:00.2: [1022:1631] type 00 class 0x080600
[    0.298347] pci 0000:00:01.0: [1022:1632] type 00 class 0x060000
[    0.298386] pci 0000:00:01.1: [1022:1633] type 01 class 0x060400
[    0.298432] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[    0.298735] pci 0000:00:02.0: [1022:1632] type 00 class 0x060000
[    0.298776] pci 0000:00:02.1: [1022:1634] type 01 class 0x060400
[    0.298796] pci 0000:00:02.1: enabling Extended Tags
[    0.298824] pci 0000:00:02.1: PME# supported from D0 D3hot D3cold
[    0.298933] pci 0000:00:02.2: [1022:1634] type 01 class 0x060400
[    0.298977] pci 0000:00:02.2: PME# supported from D0 D3hot D3cold
[    0.299042] pci 0000:00:08.0: [1022:1632] type 00 class 0x060000
[    0.299082] pci 0000:00:08.1: [1022:1635] type 01 class 0x060400
[    0.299100] pci 0000:00:08.1: enabling Extended Tags
[    0.299125] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[    0.299215] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[    0.299311] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[    0.299417] pci 0000:00:18.0: [1022:166a] type 00 class 0x060000
[    0.299436] pci 0000:00:18.1: [1022:166b] type 00 class 0x060000
[    0.299454] pci 0000:00:18.2: [1022:166c] type 00 class 0x060000
[    0.299472] pci 0000:00:18.3: [1022:166d] type 00 class 0x060000
[    0.299491] pci 0000:00:18.4: [1022:166e] type 00 class 0x060000
[    0.299511] pci 0000:00:18.5: [1022:166f] type 00 class 0x060000
[    0.299529] pci 0000:00:18.6: [1022:1670] type 00 class 0x060000
[    0.299550] pci 0000:00:18.7: [1022:1671] type 00 class 0x060000
[    0.299615] pci 0000:01:00.0: [10de:2504] type 00 class 0x030000
[    0.299624] pci 0000:01:00.0: reg 0x10: [mem 0xfb000000-0xfbffffff]
[    0.299632] pci 0000:01:00.0: reg 0x14: [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.299640] pci 0000:01:00.0: reg 0x1c: [mem 0xe0000000-0xe1ffffff 64bit pref]
[    0.299645] pci 0000:01:00.0: reg 0x24: [io  0xf000-0xf07f]
[    0.299650] pci 0000:01:00.0: reg 0x30: [mem 0xfc000000-0xfc07ffff pref]
[    0.299662] pci 0000:01:00.0: BAR 1: assigned to efifb
[    0.299698] pci 0000:01:00.0: PME# supported from D0 D3hot
[    0.299767] pci 0000:01:00.0: 126.016 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x16 link at 0000:00:01.1 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    0.299971] pci 0000:01:00.1: [10de:228e] type 00 class 0x040300
[    0.299979] pci 0000:01:00.1: reg 0x10: [mem 0xfc080000-0xfc083fff]
[    0.300085] pci 0000:00:01.1: PCI bridge to [bus 01]
[    0.300088] pci 0000:00:01.1:   bridge window [io  0xf000-0xffff]
[    0.300089] pci 0000:00:01.1:   bridge window [mem 0xfb000000-0xfc0fffff]
[    0.300092] pci 0000:00:01.1:   bridge window [mem 0xd0000000-0xe1ffffff 64bit pref]
[    0.300138] pci 0000:02:00.0: [1022:43ef] type 00 class 0x0c0330
[    0.300154] pci 0000:02:00.0: reg 0x10: [mem 0xfc8a0000-0xfc8a7fff 64bit]
[    0.300190] pci 0000:02:00.0: enabling Extended Tags
[    0.300240] pci 0000:02:00.0: PME# supported from D3hot D3cold
[    0.300282] pci 0000:02:00.0: 16.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x4 link at 0000:00:02.1 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
[    0.300342] pci 0000:02:00.1: [1022:43eb] type 00 class 0x010601
[    0.300386] pci 0000:02:00.1: reg 0x24: [mem 0xfc880000-0xfc89ffff]
[    0.300393] pci 0000:02:00.1: reg 0x30: [mem 0xfc800000-0xfc87ffff pref]
[    0.300398] pci 0000:02:00.1: enabling Extended Tags
[    0.300436] pci 0000:02:00.1: PME# supported from D3hot D3cold
[    0.300497] pci 0000:02:00.2: [1022:43e9] type 01 class 0x060400
[    0.300537] pci 0000:02:00.2: enabling Extended Tags
[    0.300579] pci 0000:02:00.2: PME# supported from D3hot D3cold
[    0.300658] pci 0000:00:02.1: PCI bridge to [bus 02-05]
[    0.300660] pci 0000:00:02.1:   bridge window [io  0xd000-0xefff]
[    0.300662] pci 0000:00:02.1:   bridge window [mem 0xfc600000-0xfc8fffff]
[    0.300735] pci 0000:03:00.0: [1022:43ea] type 01 class 0x060400
[    0.300778] pci 0000:03:00.0: enabling Extended Tags
[    0.300826] pci 0000:03:00.0: PME# supported from D3hot D3cold
[    0.300916] pci 0000:03:08.0: [1022:43ea] type 01 class 0x060400
[    0.300960] pci 0000:03:08.0: enabling Extended Tags
[    0.301007] pci 0000:03:08.0: PME# supported from D3hot D3cold
[    0.301097] pci 0000:02:00.2: PCI bridge to [bus 03-05]
[    0.301102] pci 0000:02:00.2:   bridge window [io  0xd000-0xefff]
[    0.301104] pci 0000:02:00.2:   bridge window [mem 0xfc600000-0xfc7fffff]
[    0.301166] pci 0000:04:00.0: [10ec:8852] type 00 class 0x028000
[    0.301194] pci 0000:04:00.0: reg 0x10: [io  0xe000-0xe0ff]
[    0.301230] pci 0000:04:00.0: reg 0x18: [mem 0xfc700000-0xfc7fffff 64bit]
[    0.301409] pci 0000:04:00.0: supports D1 D2
[    0.301410] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.301650] pci 0000:03:00.0: PCI bridge to [bus 04]
[    0.301654] pci 0000:03:00.0:   bridge window [io  0xe000-0xefff]
[    0.301657] pci 0000:03:00.0:   bridge window [mem 0xfc700000-0xfc7fffff]
[    0.301734] pci 0000:05:00.0: [10ec:8168] type 00 class 0x020000
[    0.301760] pci 0000:05:00.0: reg 0x10: [io  0xd000-0xd0ff]
[    0.301796] pci 0000:05:00.0: reg 0x18: [mem 0xfc604000-0xfc604fff 64bit]
[    0.301818] pci 0000:05:00.0: reg 0x20: [mem 0xfc600000-0xfc603fff 64bit]
[    0.301967] pci 0000:05:00.0: supports D1 D2
[    0.301968] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.302204] pci 0000:03:08.0: PCI bridge to [bus 05]
[    0.302208] pci 0000:03:08.0:   bridge window [io  0xd000-0xdfff]
[    0.302211] pci 0000:03:08.0:   bridge window [mem 0xfc600000-0xfc6fffff]
[    0.302287] pci 0000:06:00.0: [1e0f:000c] type 00 class 0x010802
[    0.302302] pci 0000:06:00.0: reg 0x10: [mem 0xfc900000-0xfc903fff 64bit]
[    0.302462] pci 0000:06:00.0: 31.504 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x4 link at 0000:00:02.2 (capable of 63.012 Gb/s with 16.0 GT/s PCIe x4 link)
[    0.302524] pci 0000:00:02.2: PCI bridge to [bus 06]
[    0.302528] pci 0000:00:02.2:   bridge window [mem 0xfc900000-0xfc9fffff]
[    0.302574] pci 0000:07:00.0: [1022:145a] type 00 class 0x130000
[    0.302599] pci 0000:07:00.0: enabling Extended Tags
[    0.302665] pci 0000:07:00.0: 126.016 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x16 link at 0000:00:08.1 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
[    0.302719] pci 0000:07:00.2: [1022:15df] type 00 class 0x108000
[    0.302730] pci 0000:07:00.2: reg 0x18: [mem 0xfc400000-0xfc4fffff]
[    0.302738] pci 0000:07:00.2: reg 0x24: [mem 0xfc548000-0xfc549fff]
[    0.302744] pci 0000:07:00.2: enabling Extended Tags
[    0.302808] pci 0000:07:00.3: [1022:1639] type 00 class 0x0c0330
[    0.302817] pci 0000:07:00.3: reg 0x10: [mem 0xfc300000-0xfc3fffff 64bit]
[    0.302838] pci 0000:07:00.3: enabling Extended Tags
[    0.302864] pci 0000:07:00.3: PME# supported from D0 D3hot D3cold
[    0.302911] pci 0000:07:00.4: [1022:1639] type 00 class 0x0c0330
[    0.302921] pci 0000:07:00.4: reg 0x10: [mem 0xfc200000-0xfc2fffff 64bit]
[    0.302942] pci 0000:07:00.4: enabling Extended Tags
[    0.302968] pci 0000:07:00.4: PME# supported from D0 D3hot D3cold
[    0.303011] pci 0000:07:00.5: [1022:15e2] type 00 class 0x048000
[    0.303017] pci 0000:07:00.5: reg 0x10: [mem 0xfc500000-0xfc53ffff]
[    0.303036] pci 0000:07:00.5: enabling Extended Tags
[    0.303061] pci 0000:07:00.5: PME# supported from D0 D3hot D3cold
[    0.303100] pci 0000:07:00.6: [1022:15e3] type 00 class 0x040300
[    0.303107] pci 0000:07:00.6: reg 0x10: [mem 0xfc540000-0xfc547fff]
[    0.303125] pci 0000:07:00.6: enabling Extended Tags
[    0.303149] pci 0000:07:00.6: PME# supported from D0 D3hot D3cold
[    0.303203] pci 0000:00:08.1: PCI bridge to [bus 07]
[    0.303206] pci 0000:00:08.1:   bridge window [mem 0xfc200000-0xfc5fffff]
[    0.303489] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[    0.303522] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    0.303549] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    0.303582] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    0.303612] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    0.303637] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    0.303661] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    0.303686] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    0.304167] iommu: Default domain type: Translated 
[    0.304167] iommu: DMA domain TLB invalidation policy: lazy mode 
[    0.304167] SCSI subsystem initialized
[    0.304167] libata version 3.00 loaded.
[    0.304167] ACPI: bus type USB registered
[    0.304167] usbcore: registered new interface driver usbfs
[    0.304167] usbcore: registered new interface driver hub
[    0.304167] usbcore: registered new device driver usb
[    0.304167] pps_core: LinuxPPS API ver. 1 registered
[    0.304167] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.304167] PTP clock support registered
[    0.304167] EDAC MC: Ver: 3.0.0
[    0.304167] efivars: Registered efivars operations
[    0.304167] NetLabel: Initializing
[    0.304167] NetLabel:  domain hash size = 128
[    0.304167] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.304167] NetLabel:  unlabeled traffic allowed by default
[    0.304167] mctp: management component transport protocol core
[    0.304167] NET: Registered PF_MCTP protocol family
[    0.304167] PCI: Using ACPI for IRQ routing
[    0.308617] PCI: pci_cache_line_size set to 64 bytes
[    0.308667] e820: reserve RAM buffer [mem 0x09c7f000-0x0bffffff]
[    0.308668] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
[    0.308669] e820: reserve RAM buffer [mem 0x0b000000-0x0bffffff]
[    0.308669] e820: reserve RAM buffer [mem 0xa98d3000-0xabffffff]
[    0.308670] e820: reserve RAM buffer [mem 0xa98fd000-0xabffffff]
[    0.308671] e820: reserve RAM buffer [mem 0xabbac018-0xabffffff]
[    0.308671] e820: reserve RAM buffer [mem 0xabbba018-0xabffffff]
[    0.308672] e820: reserve RAM buffer [mem 0xabbce018-0xabffffff]
[    0.308672] e820: reserve RAM buffer [mem 0xb31ba000-0xb3ffffff]
[    0.308673] e820: reserve RAM buffer [mem 0xb5f6e000-0xb7ffffff]
[    0.308673] e820: reserve RAM buffer [mem 0xb78ff000-0xb7ffffff]
[    0.308674] e820: reserve RAM buffer [mem 0xbe000000-0xbfffffff]
[    0.308674] e820: reserve RAM buffer [mem 0x81e300000-0x81fffffff]
[    0.309550] pci 0000:01:00.0: vgaarb: setting as boot VGA device
[    0.309550] pci 0000:01:00.0: vgaarb: bridge control possible
[    0.309550] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[    0.309550] vgaarb: loaded
[    0.309558] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.309561] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.310580] clocksource: Switched to clocksource tsc-early
[    0.310650] VFS: Disk quotas dquot_6.6.0
[    0.310658] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.310701] pnp: PnP ACPI init
[    0.310749] system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved
[    0.310782] system 00:01: [mem 0x1000000000000 window] could not be reserved
[    0.311048] system 00:03: [io  0x0a00-0x0a0f] has been reserved
[    0.311049] system 00:03: [io  0x0a10-0x0a1f] has been reserved
[    0.311050] system 00:03: [io  0x0a20-0x0a2f] has been reserved
[    0.311050] system 00:03: [io  0x0a30-0x0a3f] has been reserved
[    0.311051] system 00:03: [io  0x0a40-0x0a4f] has been reserved
[    0.311052] system 00:03: [io  0x0a50-0x0a5f] has been reserved
[    0.311052] system 00:03: [io  0x0a60-0x0a6f] has been reserved
[    0.311053] system 00:03: [io  0x0a70-0x0a7f] has been reserved
[    0.311053] system 00:03: [io  0x0a80-0x0a8f] has been reserved
[    0.311196] system 00:04: [io  0x04d0-0x04d1] has been reserved
[    0.311197] system 00:04: [io  0x040b] has been reserved
[    0.311198] system 00:04: [io  0x04d6] has been reserved
[    0.311199] system 00:04: [io  0x0c00-0x0c01] has been reserved
[    0.311199] system 00:04: [io  0x0c14] has been reserved
[    0.311200] system 00:04: [io  0x0c50-0x0c51] has been reserved
[    0.311201] system 00:04: [io  0x0c52] has been reserved
[    0.311201] system 00:04: [io  0x0c6c] has been reserved
[    0.311202] system 00:04: [io  0x0c6f] has been reserved
[    0.311203] system 00:04: [io  0x0cd8-0x0cdf] has been reserved
[    0.311203] system 00:04: [io  0x0800-0x089f] has been reserved
[    0.311204] system 00:04: [io  0x0b00-0x0b0f] has been reserved
[    0.311204] system 00:04: [io  0x0b20-0x0b3f] has been reserved
[    0.311205] system 00:04: [io  0x0900-0x090f] has been reserved
[    0.311206] system 00:04: [io  0x0910-0x091f] has been reserved
[    0.311207] system 00:04: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.311208] system 00:04: [mem 0xfec01000-0xfec01fff] could not be reserved
[    0.311209] system 00:04: [mem 0xfedc0000-0xfedc0fff] has been reserved
[    0.311210] system 00:04: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.311210] system 00:04: [mem 0xfed80000-0xfed8ffff] could not be reserved
[    0.311211] system 00:04: [mem 0xfec10000-0xfec10fff] has been reserved
[    0.311212] system 00:04: [mem 0xff000000-0xffffffff] has been reserved
[    0.311609] pnp: PnP ACPI: found 5 devices
[    0.315720] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.315761] NET: Registered PF_INET protocol family
[    0.315923] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.317855] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
[    0.317882] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.318030] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[    0.318304] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[    0.318391] TCP: Hash tables configured (established 262144 bind 65536)
[    0.318516] MPTCP token hash table entries: 32768 (order: 7, 786432 bytes, linear)
[    0.318562] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
[    0.318624] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
[    0.318686] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.318692] NET: Registered PF_XDP protocol family
[    0.318700] pci 0000:00:01.1: PCI bridge to [bus 01]
[    0.318702] pci 0000:00:01.1:   bridge window [io  0xf000-0xffff]
[    0.318704] pci 0000:00:01.1:   bridge window [mem 0xfb000000-0xfc0fffff]
[    0.318706] pci 0000:00:01.1:   bridge window [mem 0xd0000000-0xe1ffffff 64bit pref]
[    0.318709] pci 0000:03:00.0: PCI bridge to [bus 04]
[    0.318715] pci 0000:03:00.0:   bridge window [io  0xe000-0xefff]
[    0.318718] pci 0000:03:00.0:   bridge window [mem 0xfc700000-0xfc7fffff]
[    0.318725] pci 0000:03:08.0: PCI bridge to [bus 05]
[    0.318726] pci 0000:03:08.0:   bridge window [io  0xd000-0xdfff]
[    0.318730] pci 0000:03:08.0:   bridge window [mem 0xfc600000-0xfc6fffff]
[    0.318736] pci 0000:02:00.2: PCI bridge to [bus 03-05]
[    0.318738] pci 0000:02:00.2:   bridge window [io  0xd000-0xefff]
[    0.318741] pci 0000:02:00.2:   bridge window [mem 0xfc600000-0xfc7fffff]
[    0.318747] pci 0000:00:02.1: PCI bridge to [bus 02-05]
[    0.318748] pci 0000:00:02.1:   bridge window [io  0xd000-0xefff]
[    0.318750] pci 0000:00:02.1:   bridge window [mem 0xfc600000-0xfc8fffff]
[    0.318754] pci 0000:00:02.2: PCI bridge to [bus 06]
[    0.318755] pci 0000:00:02.2:   bridge window [mem 0xfc900000-0xfc9fffff]
[    0.318759] pci 0000:00:08.1: PCI bridge to [bus 07]
[    0.318761] pci 0000:00:08.1:   bridge window [mem 0xfc200000-0xfc5fffff]
[    0.318764] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    0.318765] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    0.318766] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
[    0.318766] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    0.318767] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
[    0.318768] pci_bus 0000:00: resource 9 [mem 0xc0000000-0xfec2ffff window]
[    0.318768] pci_bus 0000:00: resource 10 [mem 0xfee00000-0xffffffff window]
[    0.318769] pci_bus 0000:01: resource 0 [io  0xf000-0xffff]
[    0.318770] pci_bus 0000:01: resource 1 [mem 0xfb000000-0xfc0fffff]
[    0.318770] pci_bus 0000:01: resource 2 [mem 0xd0000000-0xe1ffffff 64bit pref]
[    0.318771] pci_bus 0000:02: resource 0 [io  0xd000-0xefff]
[    0.318771] pci_bus 0000:02: resource 1 [mem 0xfc600000-0xfc8fffff]
[    0.318772] pci_bus 0000:03: resource 0 [io  0xd000-0xefff]
[    0.318772] pci_bus 0000:03: resource 1 [mem 0xfc600000-0xfc7fffff]
[    0.318773] pci_bus 0000:04: resource 0 [io  0xe000-0xefff]
[    0.318774] pci_bus 0000:04: resource 1 [mem 0xfc700000-0xfc7fffff]
[    0.318774] pci_bus 0000:05: resource 0 [io  0xd000-0xdfff]
[    0.318775] pci_bus 0000:05: resource 1 [mem 0xfc600000-0xfc6fffff]
[    0.318775] pci_bus 0000:06: resource 1 [mem 0xfc900000-0xfc9fffff]
[    0.318776] pci_bus 0000:07: resource 1 [mem 0xfc200000-0xfc5fffff]
[    0.318826] pci 0000:01:00.1: extending delay after power-on from D3hot to 20 msec
[    0.318840] pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
[    0.318967] pci 0000:07:00.3: extending delay after power-on from D3hot to 20 msec
[    0.319027] pci 0000:07:00.4: extending delay after power-on from D3hot to 20 msec
[    0.319068] PCI: CLS 64 bytes, default 64
[    0.319075] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[    0.319097] pci 0000:00:01.0: Adding to iommu group 0
[    0.319099] Trying to unpack rootfs image as initramfs...
[    0.319103] pci 0000:00:01.1: Adding to iommu group 1
[    0.319111] pci 0000:00:02.0: Adding to iommu group 2
[    0.319117] pci 0000:00:02.1: Adding to iommu group 3
[    0.319123] pci 0000:00:02.2: Adding to iommu group 4
[    0.319131] pci 0000:00:08.0: Adding to iommu group 5
[    0.319135] pci 0000:00:08.1: Adding to iommu group 5
[    0.319144] pci 0000:00:14.0: Adding to iommu group 6
[    0.319149] pci 0000:00:14.3: Adding to iommu group 6
[    0.319168] pci 0000:00:18.0: Adding to iommu group 7
[    0.319174] pci 0000:00:18.1: Adding to iommu group 7
[    0.319179] pci 0000:00:18.2: Adding to iommu group 7
[    0.319184] pci 0000:00:18.3: Adding to iommu group 7
[    0.319189] pci 0000:00:18.4: Adding to iommu group 7
[    0.319194] pci 0000:00:18.5: Adding to iommu group 7
[    0.319199] pci 0000:00:18.6: Adding to iommu group 7
[    0.319204] pci 0000:00:18.7: Adding to iommu group 7
[    0.319213] pci 0000:01:00.0: Adding to iommu group 8
[    0.319220] pci 0000:01:00.1: Adding to iommu group 8
[    0.319232] pci 0000:02:00.0: Adding to iommu group 9
[    0.319238] pci 0000:02:00.1: Adding to iommu group 9
[    0.319245] pci 0000:02:00.2: Adding to iommu group 9
[    0.319247] pci 0000:03:00.0: Adding to iommu group 9
[    0.319252] pci 0000:03:08.0: Adding to iommu group 9
[    0.319254] pci 0000:04:00.0: Adding to iommu group 9
[    0.319257] pci 0000:05:00.0: Adding to iommu group 9
[    0.319264] pci 0000:06:00.0: Adding to iommu group 10
[    0.319276] pci 0000:07:00.0: Adding to iommu group 5
[    0.319279] pci 0000:07:00.2: Adding to iommu group 5
[    0.319281] pci 0000:07:00.3: Adding to iommu group 5
[    0.319285] pci 0000:07:00.4: Adding to iommu group 5
[    0.319288] pci 0000:07:00.5: Adding to iommu group 5
[    0.319291] pci 0000:07:00.6: Adding to iommu group 5
[    0.320505] pci 0000:00:00.2: can't derive routing for PCI INT A
[    0.320507] pci 0000:00:00.2: PCI INT A: not connected
[    0.320698] pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
[    0.320699] AMD-Vi: Extended features (0x206d73ef22254ade, 0x0): PPR X2APIC NX GT IA GA PC GA_vAPIC
[    0.320704] AMD-Vi: Interrupt remapping enabled
[    0.320705] AMD-Vi: X2APIC enabled
[    0.383077] AMD-Vi: Virtual APIC enabled
[    0.383130] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.383132] software IO TLB: mapped [mem 0x00000000aea81000-0x00000000b2a81000] (64MB)
[    0.383162] LVT offset 0 assigned for vector 0x400
[    0.383221] perf: AMD IBS detected (0x000003ff)
[    0.383226] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[    0.384072] Initialise system trusted keyrings
[    0.384080] Key type blacklist registered
[    0.384099] workingset: timestamp_bits=41 max_order=23 bucket_order=0
[    0.384113] zbud: loaded
[    0.384219] integrity: Platform Keyring initialized
[    0.384220] integrity: Machine keyring initialized
[    0.386561] Key type asymmetric registered
[    0.386562] Asymmetric key parser 'x509' registered
[    0.386572] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
[    0.386599] io scheduler mq-deadline registered
[    0.386599] io scheduler kyber registered
[    0.386605] io scheduler bfq registered
[    0.388007] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.388077] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.388087] ACPI: button: Power Button [PWRB]
[    0.388104] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    0.390577] ACPI: button: Power Button [PWRF]
[    0.390648] Estimated ratio of average max frequency by base frequency (times 1024): 1098
[    0.390661] Monitor-Mwait will be used to enter C-1 state
[    0.390664] ACPI: \_SB_.PLTF.C000: Found 3 idle states
[    0.390749] ACPI: \_SB_.PLTF.C002: Found 3 idle states
[    0.390819] ACPI: \_SB_.PLTF.C004: Found 3 idle states
[    0.390874] ACPI: \_SB_.PLTF.C006: Found 3 idle states
[    0.390942] ACPI: \_SB_.PLTF.C008: Found 3 idle states
[    0.391033] ACPI: \_SB_.PLTF.C00A: Found 3 idle states
[    0.391086] ACPI: \_SB_.PLTF.C001: Found 3 idle states
[    0.391151] ACPI: \_SB_.PLTF.C003: Found 3 idle states
[    0.391220] ACPI: \_SB_.PLTF.C005: Found 3 idle states
[    0.391286] ACPI: \_SB_.PLTF.C007: Found 3 idle states
[    0.391347] ACPI: \_SB_.PLTF.C009: Found 3 idle states
[    0.391409] ACPI: \_SB_.PLTF.C00B: Found 3 idle states
[    0.391573] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.391768] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    0.392442] Non-volatile memory driver v1.3
[    0.392443] Linux agpgart interface v0.103
[    0.460603] tpm tpm0: AMD fTPM version 0x3003900000005 causes system stutter; hwrng disabled
[    0.460822] AMD-Vi: AMD IOMMUv2 loaded and initialized
[    0.460870] ACPI: bus type drm_connector registered
[    0.461914] ahci 0000:02:00.1: version 3.0
[    0.462019] ahci 0000:02:00.1: SSS flag set, parallel bus scan disabled
[    0.462065] ahci 0000:02:00.1: AHCI 0001.0301 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
[    0.462066] ahci 0000:02:00.1: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part sxs deso sadm sds apst 
[    0.462343] scsi host0: ahci
[    0.462430] scsi host1: ahci
[    0.462546] scsi host2: ahci
[    0.462619] scsi host3: ahci
[    0.462673] scsi host4: ahci
[    0.462732] scsi host5: ahci
[    0.462746] ata1: SATA max UDMA/133 abar m131072@0xfc880000 port 0xfc880100 irq 35
[    0.462748] ata2: SATA max UDMA/133 abar m131072@0xfc880000 port 0xfc880180 irq 35
[    0.462750] ata3: SATA max UDMA/133 abar m131072@0xfc880000 port 0xfc880200 irq 35
[    0.462751] ata4: SATA max UDMA/133 abar m131072@0xfc880000 port 0xfc880280 irq 35
[    0.462753] ata5: SATA max UDMA/133 abar m131072@0xfc880000 port 0xfc880300 irq 35
[    0.462754] ata6: SATA max UDMA/133 abar m131072@0xfc880000 port 0xfc880380 irq 35
[    0.462811] usbcore: registered new interface driver usbserial_generic
[    0.462814] usbserial: USB Serial support registered for generic
[    0.462851] rtc_cmos 00:02: RTC can wake from S4
[    0.463035] rtc_cmos 00:02: registered as rtc0
[    0.463063] rtc_cmos 00:02: setting system clock to 2023-07-25T20:08:56 UTC (1690315736)
[    0.463083] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    0.463100] amd_pstate: driver load is disabled, boot with specific mode to enable this
[    0.463148] ledtrig-cpu: registered to indicate activity on CPUs
[    0.463249] efifb: probing for efifb
[    0.463255] efifb: framebuffer at 0xd0000000, using 6144k, total 6144k
[    0.463256] efifb: mode is 1360x768x32, linelength=8192, pages=1
[    0.463256] efifb: scrolling: redraw
[    0.463257] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.463277] fbcon: Deferring console take-over
[    0.463278] fb0: EFI VGA frame buffer device
[    0.463293] hid: raw HID events driver (C) Jiri Kosina
[    0.463348] drop_monitor: Initializing network drop monitor service
[    0.470918] Initializing XFRM netlink socket
[    0.470940] NET: Registered PF_INET6 protocol family
[    0.475159] Freeing initrd memory: 41116K
[    0.478262] Segment Routing with IPv6
[    0.478263] RPL Segment Routing with IPv6
[    0.478269] In-situ OAM (IOAM) with IPv6
[    0.478289] NET: Registered PF_PACKET protocol family
[    0.478794] microcode: CPU0: patch_level=0x0a50000c
[    0.478795] microcode: CPU1: patch_level=0x0a50000c
[    0.478797] microcode: CPU2: patch_level=0x0a50000c
[    0.478798] microcode: CPU6: patch_level=0x0a50000c
[    0.478798] microcode: CPU7: patch_level=0x0a50000c
[    0.478798] microcode: CPU5: patch_level=0x0a50000c
[    0.478799] microcode: CPU8: patch_level=0x0a50000c
[    0.478799] microcode: CPU4: patch_level=0x0a50000c
[    0.478800] microcode: CPU10: patch_level=0x0a50000c
[    0.478800] microcode: CPU11: patch_level=0x0a50000c
[    0.478806] microcode: CPU3: patch_level=0x0a50000c
[    0.478806] microcode: CPU9: patch_level=0x0a50000c
[    0.478815] microcode: Microcode Update Driver: v2.2.
[    0.478914] resctrl: L3 allocation detected
[    0.478915] resctrl: MB allocation detected
[    0.478915] resctrl: L3 monitoring detected
[    0.478918] IPI shorthand broadcast: enabled
[    0.479726] sched_clock: Marking stable (478587308, 317246)->(482572436, -3667882)
[    0.479825] registered taskstats version 1
[    0.480028] Loading compiled-in X.509 certificates
[    0.481848] Loaded X.509 cert 'Build time autogenerated kernel key: 976e4f0e0226dc3f3817bba8b47abb8f38cd2a48'
[    0.483982] zswap: loaded using pool zstd/zsmalloc
[    0.484741] Key type .fscrypt registered
[    0.484742] Key type fscrypt-provisioning registered
[    0.484822] integrity: Loading X.509 certificate: UEFI:db
[    0.484840] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[    0.484841] integrity: Loading X.509 certificate: UEFI:db
[    0.484850] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    0.484850] integrity: Loading X.509 certificate: UEFI:db
[    0.484856] integrity: Loaded X.509 cert 'Lenovo UEFI CA 2014: 4b91a68732eaefdd2c8ffffc6b027ec3449e9c8f'
[    0.484856] integrity: Loading X.509 certificate: UEFI:db
[    0.484971] integrity: Loaded X.509 cert 'Trust - Lenovo Certificate: bc19ccf68446c18b4a08dce9b1cb4deb'
[    0.485307] PM:   Magic number: 15:73:145
[    0.485317] ata_port ata2: hash matches
[    0.485318]  ata2: hash matches
[    0.485365] acpi device:16: hash matches
[    0.487216] RAS: Correctable Errors collector initialized.
[    0.487246] clk: Disabling unused clocks
[    0.784360] ata1: SATA link down (SStatus 0 SControl 330)
[    1.101042] ata2: SATA link down (SStatus 0 SControl 330)
[    1.127022] ACPI Warning: Time parameter 255 us > 100 us violating ACPI spec, please fix the firmware. (20230331/exsystem-141)
[    1.383966] tsc: Refined TSC clocksource calibration: 3920.345 MHz
[    1.383979] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x7104dc177eb, max_idle_ns: 881591179966 ns
[    1.384020] clocksource: Switched to clocksource tsc
[    1.407829] ata3: SATA link down (SStatus 0 SControl 330)
[    1.720697] ata4: SATA link down (SStatus 0 SControl 330)
[    2.130589] clocksource: timekeeping watchdog on CPU3: Marking clocksource 'tsc' as unstable because the skew is too large:
[    2.130597] clocksource:                       'hpet' wd_nsec: 510241106 wd_now: 1bab9f9 wd_last: 14b3ffd mask: ffffffff
[    2.130599] clocksource:                       'tsc' cs_nsec: 506641312 cs_now: cf2eebad5 cs_last: c7c8b980b mask: ffffffffffffffff
[    2.130600] clocksource:                       Clocksource 'tsc' skewed -3599794 ns (18446744073705 ms) over watchdog 'hpet' interval of 510241106 ns (510 ms)
[    2.130602] clocksource:                       'tsc' is current clocksource.
[    2.130610] tsc: Marking TSC unstable due to clocksource watchdog
[    2.130621] TSC found unstable after boot, most likely due to broken BIOS. Use 'tsc=unstable'.
[    2.130622] sched_clock: Marking unstable (2130304032, 317089)<-(2134288441, -3667882)
[    2.130788] clocksource: Checking clocksource tsc synchronization from CPU 7 to CPUs 0,2,10.
[    2.130848] clocksource: Switched to clocksource hpet
[    2.753985] ata5: failed to resume link (SControl 0)
[    2.754005] ata5: SATA link down (SStatus 0 SControl 0)
[    3.068493] ata6: SATA link down (SStatus 0 SControl 330)
[    3.069419] Freeing unused decrypted memory: 2036K
[    3.069787] Freeing unused kernel image (initmem) memory: 3336K
[    3.069791] Write protecting the kernel read-only data: 30720k
[    3.070103] Freeing unused kernel image (rodata/data gap) memory: 1584K
[    3.093844] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    3.093849] rodata_test: all tests were successful
[    3.093855] Run /init as init process
[    3.093856]   with arguments:
[    3.093857]     /init
[    3.093858]   with environment:
[    3.093859]     HOME=/
[    3.093859]     TERM=linux
[    3.093860]     BOOT_IMAGE=/vmlinuz-linux
[    3.093860]     cryptdevice=/dev/nvme0n1p3:volgroup0:allow-discards
[    3.105914] fbcon: Taking over console
[    3.105960] Console: switching to colour frame buffer device 170x48
[    3.170749] ACPI: video: Video Device [VGA] (multi-head: yes  rom: no  post: no)
[    3.170992] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:09/LNXVIDEO:00/input/input2
[    3.173947] ccp 0000:07:00.2: enabling device (0000 -> 0002)
[    3.173960] xhci_hcd 0000:02:00.0: xHCI Host Controller
[    3.173966] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 1
[    3.174046] ccp 0000:07:00.2: ccp: unable to access the device: you might be running a broken BIOS.
[    3.175394] cryptd: max_cpu_qlen set to 1000
[    3.184129] AVX2 version of gcm_enc/dec engaged.
[    3.184154] AES CTR mode by8 optimization enabled
[    3.184180] ccp 0000:07:00.2: tee enabled
[    3.184183] ccp 0000:07:00.2: psp enabled
[    3.206412] nvme 0000:06:00.0: platform quirk: setting simple suspend
[    3.206471] nvme nvme0: pci function 0000:06:00.0
[    3.216249] nvme nvme0: allocated 64 MiB host memory buffer.
[    3.225977] nvme nvme0: 32/0/0 default/read/poll queues
[    3.228898]  nvme0n1: p1 p2 p3
[    3.229560] xhci_hcd 0000:02:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000000000000410
[    3.229872] xhci_hcd 0000:02:00.0: xHCI Host Controller
[    3.229874] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 2
[    3.229877] xhci_hcd 0000:02:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[    3.230227] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.04
[    3.230229] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.230229] usb usb1: Product: xHCI Host Controller
[    3.230230] usb usb1: Manufacturer: Linux 6.4.3-arch1-2 xhci-hcd
[    3.230231] usb usb1: SerialNumber: 0000:02:00.0
[    3.230353] hub 1-0:1.0: USB hub found
[    3.230365] hub 1-0:1.0: 10 ports detected
[    3.230604] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[    3.230615] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.04
[    3.230616] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.230617] usb usb2: Product: xHCI Host Controller
[    3.230617] usb usb2: Manufacturer: Linux 6.4.3-arch1-2 xhci-hcd
[    3.230618] usb usb2: SerialNumber: 0000:02:00.0
[    3.230663] hub 2-0:1.0: USB hub found
[    3.230669] hub 2-0:1.0: 4 ports detected
[    3.230840] xhci_hcd 0000:07:00.3: xHCI Host Controller
[    3.230843] xhci_hcd 0000:07:00.3: new USB bus registered, assigned bus number 3
[    3.230925] xhci_hcd 0000:07:00.3: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020000000410
[    3.231158] xhci_hcd 0000:07:00.3: xHCI Host Controller
[    3.231160] xhci_hcd 0000:07:00.3: new USB bus registered, assigned bus number 4
[    3.231161] xhci_hcd 0000:07:00.3: Host supports USB 3.1 Enhanced SuperSpeed
[    3.231179] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.04
[    3.231180] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.231181] usb usb3: Product: xHCI Host Controller
[    3.231182] usb usb3: Manufacturer: Linux 6.4.3-arch1-2 xhci-hcd
[    3.231182] usb usb3: SerialNumber: 0000:07:00.3
[    3.231241] hub 3-0:1.0: USB hub found
[    3.231245] hub 3-0:1.0: 4 ports detected
[    3.231367] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    3.231377] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.04
[    3.231378] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.231379] usb usb4: Product: xHCI Host Controller
[    3.231379] usb usb4: Manufacturer: Linux 6.4.3-arch1-2 xhci-hcd
[    3.231380] usb usb4: SerialNumber: 0000:07:00.3
[    3.231421] hub 4-0:1.0: USB hub found
[    3.231424] hub 4-0:1.0: 2 ports detected
[    3.231564] xhci_hcd 0000:07:00.4: xHCI Host Controller
[    3.231567] xhci_hcd 0000:07:00.4: new USB bus registered, assigned bus number 5
[    3.231645] xhci_hcd 0000:07:00.4: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020000000410
[    3.231873] xhci_hcd 0000:07:00.4: xHCI Host Controller
[    3.231875] xhci_hcd 0000:07:00.4: new USB bus registered, assigned bus number 6
[    3.231876] xhci_hcd 0000:07:00.4: Host supports USB 3.1 Enhanced SuperSpeed
[    3.231895] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.04
[    3.231896] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.231896] usb usb5: Product: xHCI Host Controller
[    3.231897] usb usb5: Manufacturer: Linux 6.4.3-arch1-2 xhci-hcd
[    3.231897] usb usb5: SerialNumber: 0000:07:00.4
[    3.231949] hub 5-0:1.0: USB hub found
[    3.231953] hub 5-0:1.0: 4 ports detected
[    3.232105] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[    3.232115] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.04
[    3.232116] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.232116] usb usb6: Product: xHCI Host Controller
[    3.232117] usb usb6: Manufacturer: Linux 6.4.3-arch1-2 xhci-hcd
[    3.232117] usb usb6: SerialNumber: 0000:07:00.4
[    3.232160] hub 6-0:1.0: USB hub found
[    3.232163] hub 6-0:1.0: 2 ports detected
[    3.249408] Key type trusted registered
[    3.255310] Key type encrypted registered
[    3.260749] device-mapper: uevent: version 1.0.3
[    3.260796] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
[    3.480652] usb 1-4: new low-speed USB device number 2 using xhci_hcd
[    3.743407] usb 1-4: New USB device found, idVendor=045e, idProduct=00f9, bcdDevice= 0.03
[    3.743416] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.743417] usb 1-4: Product: Microsoft Wireless Desktop Receiver 3.1
[    3.743419] usb 1-4: Manufacturer: Microsft
[    3.855216] usbcore: registered new interface driver usbhid
[    3.855222] usbhid: USB HID core driver
[    3.860268] input: Microsft Microsoft Wireless Desktop Receiver 3.1 as /devices/pci0000:00/0000:00:02.1/0000:02:00.0/usb1/1-4/1-4:1.0/0003:045E:00F9.0001/input/input3
[    3.877306] usb 1-6: new low-speed USB device number 3 using xhci_hcd
[    3.914247] microsoft 0003:045E:00F9.0001: input,hidraw0: USB HID v1.11 Keyboard [Microsft Microsoft Wireless Desktop Receiver 3.1] on usb-0000:02:00.0-4/input0
[    3.914290] microsoft 0003:045E:00F9.0002: fixing up Microsoft Wireless Receiver Model 1028 report descriptor
[    3.933269] input: Microsft Microsoft Wireless Desktop Receiver 3.1 as /devices/pci0000:00/0000:00:02.1/0000:02:00.0/usb1/1-4/1-4:1.1/0003:045E:00F9.0002/input/input4
[    3.987520] microsoft 0003:045E:00F9.0002: input,hidraw1: USB HID v1.11 Mouse [Microsft Microsoft Wireless Desktop Receiver 3.1] on usb-0000:02:00.0-4/input1
[    4.126191] usb 1-6: New USB device found, idVendor=05d5, idProduct=6782, bcdDevice= 1.01
[    4.126199] usb 1-6: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    4.126201] usb 1-6: Product: ABBAHOME
[    4.151391] input: ABBAHOME as /devices/pci0000:00/0000:00:02.1/0000:02:00.0/usb1/1-6/1-6:1.0/0003:05D5:6782.0003/input/input5
[    4.207570] hid-generic 0003:05D5:6782.0003: input,hidraw2: USB HID v1.10 Keyboard [ABBAHOME] on usb-0000:02:00.0-6/input0
[    4.229351] input: ABBAHOME Consumer Control as /devices/pci0000:00/0000:00:02.1/0000:02:00.0/usb1/1-6/1-6:1.1/0003:05D5:6782.0004/input/input6
[    4.284171] input: ABBAHOME System Control as /devices/pci0000:00/0000:00:02.1/0000:02:00.0/usb1/1-6/1-6:1.1/0003:05D5:6782.0004/input/input7
[    4.284234] input: ABBAHOME Mouse as /devices/pci0000:00/0000:00:02.1/0000:02:00.0/usb1/1-6/1-6:1.1/0003:05D5:6782.0004/input/input8
[    4.284315] hid-generic 0003:05D5:6782.0004: input,hidraw3: USB HID v1.10 Mouse [ABBAHOME] on usb-0000:02:00.0-6/input1
[    4.407324] usb 1-10: new full-speed USB device number 4 using xhci_hcd
[    4.649263] usb 1-10: New USB device found, idVendor=0bda, idProduct=4852, bcdDevice= 0.00
[    4.649273] usb 1-10: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    4.649274] usb 1-10: Product: Bluetooth Radio
[    4.649276] usb 1-10: Manufacturer: Realtek
[    4.649277] usb 1-10: SerialNumber: 00e04c000001
[   23.090831] EXT4-fs (dm-1): mounted filesystem 8a98f49b-3a9f-48ed-974a-275f34ca0b6c r/w with ordered data mode. Quota mode: none.
[   23.158008] systemd[1]: systemd 253.6-2-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)
[   23.158013] systemd[1]: Detected architecture x86-64.
[   23.158940] systemd[1]: Hostname set to <arch>.
[   23.287188] systemd[1]: bpf-lsm: LSM BPF program attached
[   23.287314] memfd_create() without MFD_EXEC nor MFD_NOEXEC_SEAL, pid=1 'systemd'
[   23.347510] systemd[1]: Queued start job for default target Graphical Interface.
[   23.411660] systemd[1]: Created slice Slice /system/getty.
[   23.411964] systemd[1]: Created slice Slice /system/modprobe.
[   23.412254] systemd[1]: Created slice Slice /system/systemd-fsck.
[   23.412404] systemd[1]: Created slice User and Session Slice.
[   23.412476] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[   23.412533] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[   23.412662] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[   23.412733] systemd[1]: Reached target Local Encrypted Volumes.
[   23.412773] systemd[1]: Reached target Local Integrity Protected Volumes.
[   23.412814] systemd[1]: Reached target Path Units.
[   23.412847] systemd[1]: Reached target Remote File Systems.
[   23.412878] systemd[1]: Reached target Slice Units.
[   23.412913] systemd[1]: Reached target Swaps.
[   23.412950] systemd[1]: Reached target Local Verity Protected Volumes.
[   23.413012] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[   23.413104] systemd[1]: Listening on LVM2 poll daemon socket.
[   23.413891] systemd[1]: Listening on Process Core Dump Socket.
[   23.414001] systemd[1]: Listening on Journal Socket (/dev/log).
[   23.414094] systemd[1]: Listening on Journal Socket.
[   23.414423] systemd[1]: Listening on udev Control Socket.
[   23.414514] systemd[1]: Listening on udev Kernel Socket.
[   23.415027] systemd[1]: Mounting Huge Pages File System...
[   23.415563] systemd[1]: Mounting POSIX Message Queue File System...
[   23.416007] systemd[1]: Mounting Kernel Debug File System...
[   23.416418] systemd[1]: Mounting Kernel Trace File System...
[   23.417327] systemd[1]: Mounting Temporary Directory /tmp...
[   23.417998] systemd[1]: Starting Create List of Static Device Nodes...
[   23.418414] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[   23.418891] systemd[1]: Starting Load Kernel Module configfs...
[   23.419443] systemd[1]: Starting Load Kernel Module dm_mod...
[   23.420033] systemd[1]: Starting Load Kernel Module drm...
[   23.420645] systemd[1]: Starting Load Kernel Module fuse...
[   23.421242] systemd[1]: Starting Load Kernel Module loop...
[   23.421428] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
[   23.422205] systemd[1]: Starting Journal Service...
[   23.423040] systemd[1]: Starting Load Kernel Modules...
[   23.423203] systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
[   23.423627] systemd[1]: Starting Remount Root and Kernel File Systems...
[   23.424464] systemd[1]: Starting Coldplug All udev Devices...
[   23.425278] loop: module loaded
[   23.425804] systemd[1]: Mounted Huge Pages File System.
[   23.426127] systemd[1]: Mounted POSIX Message Queue File System.
[   23.426405] systemd[1]: Mounted Kernel Debug File System.
[   23.426622] systemd[1]: Mounted Kernel Trace File System.
[   23.426815] systemd[1]: Mounted Temporary Directory /tmp.
[   23.427719] fuse: init (API version 7.38)
[   23.427845] EXT4-fs (dm-1): re-mounted 8a98f49b-3a9f-48ed-974a-275f34ca0b6c r/w. Quota mode: none.
[   23.428982] systemd-journald[665]: Collecting audit messages is disabled.
[   23.429484] Asymmetric key parser 'pkcs8' registered
[   23.470791] systemd[1]: Finished Create List of Static Device Nodes.
[   23.471418] systemd[1]: Started Journal Service.
[   23.777310] systemd-journald[665]: Received client request to flush runtime journal.
[   23.785352] systemd-journald[665]: /var/log/journal/7ccfa9647e094136907d5aa77b347e1d/system.journal: Monotonic clock jumped backwards relative to last journal entry, rotating.
[   23.785357] systemd-journald[665]: Rotating system journal.
[   24.064078] mousedev: PS/2 mouse device common for all mice
[   24.084627] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[   24.084635] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[   24.084702] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[   24.087941] input: PC Speaker as /devices/platform/pcspkr/input/input9
[   24.092183] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
[   24.093232] sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
[   24.093300] sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
[   24.095466] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
[   24.095468] RAPL PMU: hw unit of domain package 2^-16 Joules
[   24.137582] Bluetooth: Core ver 2.22
[   24.137960] NET: Registered PF_BLUETOOTH protocol family
[   24.137961] Bluetooth: HCI device and connection manager initialized
[   24.137968] Bluetooth: HCI socket layer initialized
[   24.137972] Bluetooth: L2CAP socket layer initialized
[   24.137978] Bluetooth: SCO socket layer initialized
[   24.173339] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   24.173524] snd_rn_pci_acp3x 0000:07:00.5: enabling device (0000 -> 0002)
[   24.173669] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   24.174661] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[   24.174664] cfg80211: failed to load regulatory.db
[   24.220160] usbcore: registered new interface driver btusb
[   24.221612] ACPI BIOS Error (bug): AE_AML_PACKAGE_LIMIT, Index (0x000000007) is beyond end of object (length 0x3) (20230331/exoparg2-393)
[   24.221619] ACPI Error: Aborting method \WMI1.WQA0 due to previous error (AE_AML_PACKAGE_LIMIT) (20230331/psparse-529)
[   24.226074] kvm_amd: TSC scaling supported
[   24.226077] kvm_amd: Nested Virtualization enabled
[   24.226079] kvm_amd: Nested Paging enabled
[   24.226089] kvm_amd: Virtual VMLOAD VMSAVE supported
[   24.226089] kvm_amd: Virtual GIF supported
[   24.226090] kvm_amd: LBR virtualization supported
[   24.228335] Bluetooth: hci0: RTL: examining hci_ver=0b hci_rev=000a lmp_ver=0b lmp_subver=8852
[   24.228866] r8169 0000:05:00.0 eth0: RTL8168h/8111h, 88:ae:dd:4d:59:96, XID 541, IRQ 96
[   24.228869] r8169 0000:05:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[   24.231322] Bluetooth: hci0: RTL: rom_version status=0 version=1
[   24.231324] Bluetooth: hci0: RTL: loading rtl_bt/rtl8852au_fw.bin
[   24.232604] Bluetooth: hci0: RTL: loading rtl_bt/rtl8852au_config.bin
[   24.232711] Bluetooth: hci0: RTL: cfg_sz 6, total sz 61035
[   24.235321] r8169 0000:05:00.0 enp5s0: renamed from eth0
[   24.241026] MCE: In-kernel MCE decoding enabled.
[   24.274749] snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
[   24.274824] snd_hda_intel 0000:01:00.1: Disabling MSI
[   24.274829] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[   24.274925] snd_hda_intel 0000:07:00.6: enabling device (0000 -> 0002)
[   24.280892] intel_rapl_common: Found RAPL domain package
[   24.280894] intel_rapl_common: Found RAPL domain core
[   24.281921] EXT4-fs (nvme0n1p2): mounted filesystem 8f83aa58-5594-4e4e-9a9f-ac7d4893ad75 r/w with ordered data mode. Quota mode: none.
[   24.304776] EXT4-fs (dm-2): mounted filesystem 4988b344-9425-4d68-bb8d-e566069d294e r/w with ordered data mode. Quota mode: none.
[   24.327970] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input10
[   24.328018] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input11
[   24.328061] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input12
[   24.328094] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input13
[   24.337671] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC222: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
[   24.337675] snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   24.337676] snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[   24.337677] snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
[   24.337677] snd_hda_codec_realtek hdaudioC1D0:    inputs:
[   24.337678] snd_hda_codec_realtek hdaudioC1D0:      Mic=0x18
[   24.349093] rtw89_8852ae 0000:04:00.0: loaded firmware rtw89/rtw8852a_fw.bin
[   24.349153] rtw89_8852ae 0000:04:00.0: enabling device (0000 -> 0003)
[   24.350205] rtw89_8852ae 0000:04:00.0: Firmware version 0.13.36.0, cmd version 0, type 1
[   24.350207] rtw89_8852ae 0000:04:00.0: Firmware version 0.13.36.0, cmd version 0, type 3
[   24.367618] rtw89_8852ae 0000:04:00.0: chip rfe_type is 1
[   24.381685] input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:08.1/0000:07:00.6/sound/card1/input14
[   24.381733] input: HD-Audio Generic Line Out as /devices/pci0000:00/0000:00:08.1/0000:07:00.6/sound/card1/input15
[   24.381767] input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:08.1/0000:07:00.6/sound/card1/input16
[   24.646278] NET: Registered PF_ALG protocol family
[   24.652448] 8021q: 802.1Q VLAN Support v1.8
[   24.693673] Generic FE-GE Realtek PHY r8169-0-500:00: attached PHY driver (mii_bus:phy_addr=r8169-0-500:00, irq=MAC)
[   24.897476] r8169 0000:05:00.0 enp5s0: Link is Down
[   25.711917] Bluetooth: hci0: RTL: fw version 0xdac7480d
[   25.891630] Bluetooth: hci0: AOSP extensions version v1.00
[   25.891637] Bluetooth: hci0: AOSP quality report is supported
[   32.634568] wlan0: authenticate with 04:f0:21:90:d7:b5
[   32.743685] wlan0: send auth to 04:f0:21:90:d7:b5 (try 1/3)
[   32.744738] wlan0: authenticated
[   32.747014] wlan0: associate with 04:f0:21:90:d7:b5 (try 1/3)
[   32.748186] wlan0: RX AssocResp from 04:f0:21:90:d7:b5 (capab=0x431 status=0 aid=2)
[   32.861047] wlan0: associated
[   32.943692] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[  433.053739] wlan0: deauthenticating from 04:f0:21:90:d7:b5 by local choice (Reason: 3=DEAUTH_LEAVING)
[  433.291057] wlan0: authenticate with 04:f0:21:90:d7:b5
[  433.403091] wlan0: send auth to 04:f0:21:90:d7:b5 (try 1/3)
[  433.404095] wlan0: authenticated
[  433.406977] wlan0: associate with 04:f0:21:90:d7:b5 (try 1/3)
[  433.408159] wlan0: RX AssocResp from 04:f0:21:90:d7:b5 (capab=0x431 status=0 aid=2)
[  433.520933] wlan0: associated
[  433.589517] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[  717.933924] usb 1-2: new full-speed USB device number 5 using xhci_hcd
[  718.087321] usb 1-2: device descriptor read/64, error -71
[  718.320646] usb 1-2: device descriptor read/64, error -71
[  718.553926] usb 1-2: new full-speed USB device number 6 using xhci_hcd
[  718.707321] usb 1-2: device descriptor read/64, error -71
[  718.940655] usb 1-2: device descriptor read/64, error -71
[  719.050455] usb usb1-port2: attempt power cycle
[  719.453936] usb 1-2: new full-speed USB device number 7 using xhci_hcd
[  719.481058] usb 1-2: Device not responding to setup address.
[  719.717729] usb 1-2: Device not responding to setup address.
[  719.927249] usb 1-2: device not accepting address 7, error -71
[  720.053924] usb 1-2: new full-speed USB device number 8 using xhci_hcd
[  720.081033] usb 1-2: Device not responding to setup address.
[  720.317836] usb 1-2: Device not responding to setup address.
[  720.527626] usb 1-2: device not accepting address 8, error -71
[  720.530502] usb usb1-port2: unable to enumerate USB device
[  785.358395] usb 2-2: new SuperSpeed USB device number 2 using xhci_hcd
[  785.382306] usb 2-2: New USB device found, idVendor=18a5, idProduct=0420, bcdDevice= 5.10
[  785.382313] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  785.382315] usb 2-2: Product: Portable Drive
[  785.382316] usb 2-2: Manufacturer: Verbatim
[  785.382317] usb 2-2: SerialNumber: SJBJ00553
[  785.401459] usb-storage 2-2:1.0: USB Mass Storage device detected
[  785.401619] scsi host6: usb-storage 2-2:1.0
[  785.401662] usbcore: registered new interface driver usb-storage
[  785.404197] usbcore: registered new interface driver uas
[  787.991576] scsi 6:0:0:0: Direct-Access     TOSHIBA  MQ04ABF100R      JU00 PQ: 0 ANSI: 6
[  787.992350] sd 6:0:0:0: [sda] 1953525164 512-byte logical blocks: (1.00 TB/932 GiB)
[  787.992686] sd 6:0:0:0: [sda] Write Protect is off
[  787.992688] sd 6:0:0:0: [sda] Mode Sense: 23 00 00 00
[  787.993019] sd 6:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[  788.004282]  sda: sda1
[  788.004384] sd 6:0:0:0: [sda] Attached SCSI disk
[  842.002378] wlan0: deauthenticating from 04:f0:21:90:d7:b5 by local choice (Reason: 3=DEAUTH_LEAVING)
[  842.234518] wlan0: authenticate with 04:f0:21:90:d7:b5
[  842.346422] wlan0: send auth to 04:f0:21:90:d7:b5 (try 1/3)
[  842.347567] wlan0: authenticated
[  842.350268] wlan0: associate with 04:f0:21:90:d7:b5 (try 1/3)
[  842.351421] wlan0: RX AssocResp from 04:f0:21:90:d7:b5 (capab=0x431 status=0 aid=2)
[  842.464199] wlan0: associated
[  842.520179] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[  942.131176] FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 1130.407253] usb 2-2: USB disconnect, device number 2
[ 1130.450559] sd 6:0:0:0: [sda] Synchronizing SCSI cache
[ 1130.450613] sd 6:0:0:0: [sda] Synchronize Cache(10) failed: Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK
[ 1199.284936] usb 2-2: new SuperSpeed USB device number 3 using xhci_hcd
[ 1199.304699] usb 2-2: New USB device found, idVendor=18a5, idProduct=0420, bcdDevice= 5.10
[ 1199.304706] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1199.304708] usb 2-2: Product: Portable Drive
[ 1199.304710] usb 2-2: Manufacturer: Verbatim
[ 1199.304711] usb 2-2: SerialNumber: SJBJ00553
[ 1199.317691] usb-storage 2-2:1.0: USB Mass Storage device detected
[ 1199.318579] scsi host6: usb-storage 2-2:1.0
[ 1216.379940] scsi 6:0:0:0: Direct-Access     TOSHIBA  MQ04ABF100R      JU00 PQ: 0 ANSI: 6
[ 1216.380946] sd 6:0:0:0: [sda] 1953525164 512-byte logical blocks: (1.00 TB/932 GiB)
[ 1216.381310] sd 6:0:0:0: [sda] Write Protect is off
[ 1216.381314] sd 6:0:0:0: [sda] Mode Sense: 23 00 00 00
[ 1216.381664] sd 6:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1216.681504]  sda: sda1
[ 1216.681736] sd 6:0:0:0: [sda] Attached SCSI disk
[ 1226.102833] FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 1250.002805] wlan0: deauthenticating from 04:f0:21:90:d7:b5 by local choice (Reason: 3=DEAUTH_LEAVING)
[ 1250.224326] wlan0: authenticate with 04:f0:21:90:d7:b5
[ 1250.336195] wlan0: send auth to 04:f0:21:90:d7:b5 (try 1/3)
[ 1250.337197] wlan0: authenticated
[ 1250.340232] wlan0: associate with 04:f0:21:90:d7:b5 (try 1/3)
[ 1250.341380] wlan0: RX AssocResp from 04:f0:21:90:d7:b5 (capab=0x431 status=0 aid=2)
[ 1250.454253] wlan0: associated
[ 1250.503279] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready

journalctl

-- Boot 7ff06f9ff26d40cba3f993b4d857d6ba --
Jul 25 22:09:19 arch kernel: Linux version 6.4.3-arch1-2 (linux@archlinux) (gcc (GCC) 13.1.1 20230714, GNU ld (GNU Binutils) 2.40.0) #1 SMP PREEMPT_DYNAMIC Sat, 15 Jul 2023 19:25:49 +0000
Jul 25 22:09:19 arch kernel: Command line: BOOT_IMAGE=/vmlinuz-linux root=/dev/mapper/volgroup0-lv_root rw cryptdevice=/dev/nvme0n1p3:volgroup0:allow-discards loglevel=3
Jul 25 22:09:19 arch kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Jul 25 22:09:19 arch kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Jul 25 22:09:19 arch kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Jul 25 22:09:19 arch kernel: x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
Jul 25 22:09:19 arch kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Jul 25 22:09:19 arch kernel: x86/fpu: xstate_offset[9]:  832, xstate_sizes[9]:    8
Jul 25 22:09:19 arch kernel: x86/fpu: Enabled xstate features 0x207, context size is 840 bytes, using 'compacted' format.
Jul 25 22:09:19 arch kernel: signal: max sigframe size: 3376
Jul 25 22:09:19 arch kernel: BIOS-provided physical RAM map:
Jul 25 22:09:19 arch kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
Jul 25 22:09:19 arch kernel: BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
Jul 25 22:09:19 arch kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000009c7efff] usable
Jul 25 22:09:19 arch kernel: BIOS-e820: [mem 0x0000000009c7f000-0x0000000009ffffff] reserved
Jul 25 22:09:19 arch kernel: BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
Jul 25 22:09:19 arch kernel: BIOS-e820: [mem 0x000000000a200000-0x000000000a20efff] ACPI NVS
Jul 25 22:09:19 arch kernel: BIOS-e820: [mem 0x000000000a20f000-0x000000000affffff] usable
Jul 25 22:09:19 arch kernel: BIOS-e820: [mem 0x000000000b000000-0x000000000b01ffff] reserved
Jul 25 22:09:19 arch kernel: BIOS-e820: [mem 0x000000000b020000-0x00000000a98d2fff] usable
Jul 25 22:09:19 arch kernel: BIOS-e820: [mem 0x00000000a98d3000-0x00000000a98d3fff] reserved
Jul 25 22:09:19 arch kernel: BIOS-e820: [mem 0x00000000a98d4000-0x00000000a98fcfff] usable
Jul 25 22:09:19 arch kernel: BIOS-e820: [mem 0x00000000a98fd000-0x00000000a98fdfff] reserved
Jul 25 22:09:19 arch kernel: BIOS-e820: [mem 0x00000000a98fe000-0x00000000b78fefff] usable
Jul 25 22:09:19 arch kernel: BIOS-e820: [mem 0x00000000b78ff000-0x00000000b98fefff] reserved
Jul 25 22:09:19 arch kernel: BIOS-e820: [mem 0x00000000b98ff000-0x00000000b9afefff] ACPI data
Jul 25 22:09:19 arch kernel: BIOS-e820: [mem 0x00000000b9aff000-0x00000000bbafefff] ACPI NVS
Jul 25 22:09:19 arch kernel: BIOS-e820: [mem 0x00000000bbaff000-0x00000000bcbfefff] reserved
Jul 25 22:09:19 arch kernel: BIOS-e820: [mem 0x00000000bcbff000-0x00000000bdffffff] usable
Jul 25 22:09:19 arch kernel: BIOS-e820: [mem 0x00000000be000000-0x00000000bfffffff] reserved
Jul 25 22:09:19 arch kernel: BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
Jul 25 22:09:19 arch kernel: BIOS-e820: [mem 0x00000000fd200000-0x00000000fd2fffff] reserved
Jul 25 22:09:19 arch kernel: BIOS-e820: [mem 0x00000000fd600000-0x00000000fd6fffff] reserved
Jul 25 22:09:19 arch kernel: BIOS-e820: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved
Jul 25 22:09:19 arch kernel: BIOS-e820: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
Jul 25 22:09:19 arch kernel: BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
Jul 25 22:09:19 arch kernel: BIOS-e820: [mem 0x00000000fec30000-0x00000000fec30fff] reserved
Jul 25 22:09:19 arch kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
Jul 25 22:09:19 arch kernel: BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
Jul 25 22:09:19 arch kernel: BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
Jul 25 22:09:19 arch kernel: BIOS-e820: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
Jul 25 22:09:19 arch kernel: BIOS-e820: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
Jul 25 22:09:19 arch kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Jul 25 22:09:19 arch kernel: BIOS-e820: [mem 0x0000000100000000-0x000000081e2fffff] usable
Jul 25 22:09:19 arch kernel: BIOS-e820: [mem 0x000000081e300000-0x000000081fffffff] reserved
Jul 25 22:09:19 arch kernel: NX (Execute Disable) protection: active
Jul 25 22:09:19 arch kernel: e820: update [mem 0xabbce018-0xabbf2657] usable ==> usable
Jul 25 22:09:19 arch kernel: e820: update [mem 0xabbce018-0xabbf2657] usable ==> usable
Jul 25 22:09:19 arch kernel: e820: update [mem 0xabbba018-0xabbcd057] usable ==> usable
Jul 25 22:09:19 arch kernel: e820: update [mem 0xabbba018-0xabbcd057] usable ==> usable
Jul 25 22:09:19 arch kernel: e820: update [mem 0xabbac018-0xabbb9857] usable ==> usable
Jul 25 22:09:19 arch kernel: e820: update [mem 0xabbac018-0xabbb9857] usable ==> usable
Jul 25 22:09:19 arch kernel: extended physical RAM map:
Jul 25 22:09:19 arch kernel: reserve setup_data: [mem 0x0000000000000000-0x000000000009ffff] usable
Jul 25 22:09:19 arch kernel: reserve setup_data: [mem 0x00000000000a0000-0x00000000000fffff] reserved
Jul 25 22:09:19 arch kernel: reserve setup_data: [mem 0x0000000000100000-0x0000000009c7efff] usable
Jul 25 22:09:19 arch kernel: reserve setup_data: [mem 0x0000000009c7f000-0x0000000009ffffff] reserved
Jul 25 22:09:19 arch kernel: reserve setup_data: [mem 0x000000000a000000-0x000000000a1fffff] usable
Jul 25 22:09:19 arch kernel: reserve setup_data: [mem 0x000000000a200000-0x000000000a20efff] ACPI NVS
Jul 25 22:09:19 arch kernel: reserve setup_data: [mem 0x000000000a20f000-0x000000000affffff] usable
Jul 25 22:09:19 arch kernel: reserve setup_data: [mem 0x000000000b000000-0x000000000b01ffff] reserved
Jul 25 22:09:19 arch kernel: reserve setup_data: [mem 0x000000000b020000-0x00000000a98d2fff] usable
Jul 25 22:09:19 arch kernel: reserve setup_data: [mem 0x00000000a98d3000-0x00000000a98d3fff] reserved
Jul 25 22:09:19 arch kernel: reserve setup_data: [mem 0x00000000a98d4000-0x00000000a98fcfff] usable
Jul 25 22:09:19 arch kernel: reserve setup_data: [mem 0x00000000a98fd000-0x00000000a98fdfff] reserved
Jul 25 22:09:19 arch kernel: reserve setup_data: [mem 0x00000000a98fe000-0x00000000abbac017] usable
Jul 25 22:09:19 arch kernel: reserve setup_data: [mem 0x00000000abbac018-0x00000000abbb9857] usable
Jul 25 22:09:19 arch kernel: reserve setup_data: [mem 0x00000000abbb9858-0x00000000abbba017] usable
Jul 25 22:09:19 arch kernel: reserve setup_data: [mem 0x00000000abbba018-0x00000000abbcd057] usable
Jul 25 22:09:19 arch kernel: reserve setup_data: [mem 0x00000000abbcd058-0x00000000abbce017] usable
Jul 25 22:09:19 arch kernel: reserve setup_data: [mem 0x00000000abbce018-0x00000000abbf2657] usable
Jul 25 22:09:19 arch kernel: reserve setup_data: [mem 0x00000000abbf2658-0x00000000b78fefff] usable
Jul 25 22:09:19 arch kernel: reserve setup_data: [mem 0x00000000b78ff000-0x00000000b98fefff] reserved
Jul 25 22:09:19 arch kernel: reserve setup_data: [mem 0x00000000b98ff000-0x00000000b9afefff] ACPI data
Jul 25 22:09:19 arch kernel: reserve setup_data: [mem 0x00000000b9aff000-0x00000000bbafefff] ACPI NVS
Jul 25 22:09:19 arch kernel: reserve setup_data: [mem 0x00000000bbaff000-0x00000000bcbfefff] reserved
Jul 25 22:09:19 arch kernel: reserve setup_data: [mem 0x00000000bcbff000-0x00000000bdffffff] usable
Jul 25 22:09:19 arch kernel: reserve setup_data: [mem 0x00000000be000000-0x00000000bfffffff] reserved
Jul 25 22:09:19 arch kernel: reserve setup_data: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
Jul 25 22:09:19 arch kernel: reserve setup_data: [mem 0x00000000fd200000-0x00000000fd2fffff] reserved
Jul 25 22:09:19 arch kernel: reserve setup_data: [mem 0x00000000fd600000-0x00000000fd6fffff] reserved
Jul 25 22:09:19 arch kernel: reserve setup_data: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved
Jul 25 22:09:19 arch kernel: reserve setup_data: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
Jul 25 22:09:19 arch kernel: reserve setup_data: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
Jul 25 22:09:19 arch kernel: reserve setup_data: [mem 0x00000000fec30000-0x00000000fec30fff] reserved
Jul 25 22:09:19 arch kernel: reserve setup_data: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
Jul 25 22:09:19 arch kernel: reserve setup_data: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
Jul 25 22:09:19 arch kernel: reserve setup_data: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
Jul 25 22:09:19 arch kernel: reserve setup_data: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
Jul 25 22:09:19 arch kernel: reserve setup_data: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
Jul 25 22:09:19 arch kernel: reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Jul 25 22:09:19 arch kernel: reserve setup_data: [mem 0x0000000100000000-0x000000081e2fffff] usable
Jul 25 22:09:19 arch kernel: reserve setup_data: [mem 0x000000081e300000-0x000000081fffffff] reserved
Jul 25 22:09:19 arch kernel: efi: EFI v2.7 by American Megatrends
Jul 25 22:09:19 arch kernel: efi: ACPI=0xb9afe000 ACPI 2.0=0xb9afe014 TPMFinalLog=0xbaab2000 SMBIOS=0xbc877000 SMBIOS 3.0=0xbc876000 MEMATTR=0xb2b5f018 ESRT=0xb5f6e018 INITRD=0xb2a91198 RNG=0xb9ae8018 TPMEventLog=0xb2a81018 
Jul 25 22:09:19 arch kernel: random: crng init done
Jul 25 22:09:19 arch kernel: efi: Remove mem405: MMIO range=[0xf0000000-0xf7ffffff] (128MB) from e820 map
Jul 25 22:09:19 arch kernel: e820: remove [mem 0xf0000000-0xf7ffffff] reserved
Jul 25 22:09:19 arch kernel: efi: Remove mem406: MMIO range=[0xfd200000-0xfd2fffff] (1MB) from e820 map
Jul 25 22:09:19 arch kernel: e820: remove [mem 0xfd200000-0xfd2fffff] reserved
Jul 25 22:09:19 arch kernel: efi: Remove mem407: MMIO range=[0xfd600000-0xfd6fffff] (1MB) from e820 map
Jul 25 22:09:19 arch kernel: e820: remove [mem 0xfd600000-0xfd6fffff] reserved
Jul 25 22:09:19 arch kernel: efi: Not removing mem408: MMIO range=[0xfea00000-0xfea0ffff] (64KB) from e820 map
Jul 25 22:09:19 arch kernel: efi: Remove mem409: MMIO range=[0xfeb80000-0xfec01fff] (0MB) from e820 map
Jul 25 22:09:19 arch kernel: e820: remove [mem 0xfeb80000-0xfec01fff] reserved
Jul 25 22:09:19 arch kernel: efi: Not removing mem410: MMIO range=[0xfec10000-0xfec10fff] (4KB) from e820 map
Jul 25 22:09:19 arch kernel: efi: Not removing mem411: MMIO range=[0xfec30000-0xfec30fff] (4KB) from e820 map
Jul 25 22:09:19 arch kernel: efi: Not removing mem412: MMIO range=[0xfed00000-0xfed00fff] (4KB) from e820 map
Jul 25 22:09:19 arch kernel: efi: Not removing mem413: MMIO range=[0xfed40000-0xfed44fff] (20KB) from e820 map
Jul 25 22:09:19 arch kernel: efi: Not removing mem414: MMIO range=[0xfed80000-0xfed8ffff] (64KB) from e820 map
Jul 25 22:09:19 arch kernel: efi: Not removing mem415: MMIO range=[0xfedc2000-0xfedcffff] (56KB) from e820 map
Jul 25 22:09:19 arch kernel: efi: Not removing mem416: MMIO range=[0xfedd4000-0xfedd5fff] (8KB) from e820 map
Jul 25 22:09:19 arch kernel: efi: Remove mem417: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
Jul 25 22:09:19 arch kernel: e820: remove [mem 0xff000000-0xffffffff] reserved
Jul 25 22:09:19 arch kernel: SMBIOS 3.3.0 present.
Jul 25 22:09:19 arch kernel: DMI: LENOVO 90TQ0062MK/3743, BIOS O5EKT23A 10/28/2022
Jul 25 22:09:19 arch kernel: tsc: Fast TSC calibration using PIT
Jul 25 22:09:19 arch kernel: tsc: Detected 3892.973 MHz processor
Jul 25 22:09:19 arch kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Jul 25 22:09:19 arch kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Jul 25 22:09:19 arch kernel: last_pfn = 0x81e300 max_arch_pfn = 0x400000000
Jul 25 22:09:19 arch kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Jul 25 22:09:19 arch kernel: e820: update [mem 0xc0000000-0xffffffff] usable ==> reserved
Jul 25 22:09:19 arch kernel: last_pfn = 0xbe000 max_arch_pfn = 0x400000000
Jul 25 22:09:19 arch kernel: esrt: Reserving ESRT space from 0x00000000b5f6e018 to 0x00000000b5f6e078.
Jul 25 22:09:19 arch kernel: e820: update [mem 0xb5f6e000-0xb5f6efff] usable ==> reserved
Jul 25 22:09:19 arch kernel: Using GB pages for direct mapping
Jul 25 22:09:19 arch kernel: Secure boot disabled
Jul 25 22:09:19 arch kernel: RAMDISK: [mem 0xabc1d000-0xae443fff]
Jul 25 22:09:19 arch kernel: ACPI: Early table checksum verification disabled
Jul 25 22:09:19 arch kernel: ACPI: RSDP 0x00000000B9AFE014 000024 (v02 LENOVO)
Jul 25 22:09:19 arch kernel: ACPI: XSDT 0x00000000B9AFD728 0000F4 (v01 LENOVO TC-O5E   00001350 AMI  01000013)
Jul 25 22:09:19 arch kernel: ACPI: FACP 0x00000000B9AEE000 000114 (v06 LENOVO TC-O5E   00001350 AMI  00010013)
Jul 25 22:09:19 arch kernel: ACPI: DSDT 0x00000000B9A70000 016639 (v02 LENOVO TC-O5E   00001350 INTL 20120913)
Jul 25 22:09:19 arch kernel: ACPI: FACS 0x00000000BAAE2000 000040
Jul 25 22:09:19 arch kernel: ACPI: IVRS 0x00000000B9AFC000 0000D0 (v02 LENOVO TC-O5E   00001350 AMD  00000001)
Jul 25 22:09:19 arch kernel: ACPI: SSDT 0x00000000B9AF4000 007229 (v02 LENOVO TC-O5E   00001350 MSFT 04000000)
Jul 25 22:09:19 arch kernel: ACPI: SSDT 0x00000000B9AF0000 003AAF (v01 LENOVO TC-O5E   00001350 INTL 20120913)
Jul 25 22:09:19 arch kernel: ACPI: SSDT 0x00000000B9AEF000 0001AD (v02 LENOVO TC-O5E   00001350 AMI  01072009)
Jul 25 22:09:19 arch kernel: ACPI: FIDT 0x00000000B9AD7000 00009C (v01 LENOVO TC-O5E   00001350 AMI  00010013)
Jul 25 22:09:19 arch kernel: ACPI: MCFG 0x00000000B9AD6000 00003C (v01 LENOVO TC-O5E   00001350 MSFT 00010013)
Jul 25 22:09:19 arch kernel: ACPI: HPET 0x00000000B9AD5000 000038 (v01 LENOVO TC-O5E   00001350 AMI  00000005)
Jul 25 22:09:19 arch kernel: ACPI: FPDT 0x00000000B9AD4000 000044 (v01 LENOVO TC-O5E   00001350 AMI  01000013)
Jul 25 22:09:19 arch kernel: ACPI: BGRT 0x00000000B9AD3000 000038 (v01 LENOVO TC-O5E   00001350 AMI  00010013)
Jul 25 22:09:19 arch kernel: ACPI: LUFT 0x00000000B9A9E000 034CC2 (v01 LENOVO TC-O5E   00001350 AMI  00010013)
Jul 25 22:09:19 arch kernel: ACPI: WPBT 0x00000000B9A97000 000034 (v01 LENOVO TC-O5E   00000001 AMI  00010013)
Jul 25 22:09:19 arch kernel: ACPI: TPM2 0x00000000B9A96000 00004C (v04 LENOVO TC-O5E   00001350 AMI  00000000)
Jul 25 22:09:19 arch kernel: ACPI: SSDT 0x00000000B9A92000 003E88 (v02 LENOVO TC-O5E   00001350 AMD  00000001)
Jul 25 22:09:19 arch kernel: ACPI: CRAT 0x00000000B9A91000 000B68 (v01 LENOVO TC-O5E   00001350 AMD  00000001)
Jul 25 22:09:19 arch kernel: ACPI: CDIT 0x00000000B9A90000 000029 (v01 LENOVO TC-O5E   00001350 AMD  00000001)
Jul 25 22:09:19 arch kernel: ACPI: HEST 0x00000000B9A8F000 000084 (v01 LENOVO TC-O5E   00001350 AMD  00000001)
Jul 25 22:09:19 arch kernel: ACPI: SSDT 0x00000000B9A8E000 00015B (v01 LENOVO TC-O5E   00001350 INTL 20120913)
Jul 25 22:09:19 arch kernel: ACPI: SSDT 0x00000000B9A8D000 00022B (v01 LENOVO TC-O5E   00001350 INTL 20120913)
Jul 25 22:09:19 arch kernel: ACPI: SSDT 0x00000000B9A89000 00381A (v01 LENOVO TC-O5E   00001350 INTL 20120913)
Jul 25 22:09:19 arch kernel: ACPI: WSMT 0x00000000B9A88000 000028 (v01 LENOVO TC-O5E   00001350 AMI  00010013)
Jul 25 22:09:19 arch kernel: ACPI: APIC 0x00000000B9A87000 00015E (v03 LENOVO TC-O5E   00001350 AMI  00010013)
Jul 25 22:09:19 arch kernel: ACPI: SSDT 0x00000000B9AED000 00051B (v01 LENOVO TC-O5E   00001350 INTL 20120913)
Jul 25 22:09:19 arch kernel: ACPI: SSDT 0x00000000B9AEC000 00007D (v01 LENOVO TC-O5E   00001350 INTL 20120913)
Jul 25 22:09:19 arch kernel: ACPI: SSDT 0x00000000B9AEA000 0010AF (v01 LENOVO TC-O5E   00001350 INTL 20120913)
Jul 25 22:09:19 arch kernel: ACPI: SSDT 0x00000000B9AE9000 0000BF (v01 LENOVO TC-O5E   00001350 INTL 20120913)
Jul 25 22:09:19 arch kernel: ACPI: Reserving FACP table memory at [mem 0xb9aee000-0xb9aee113]
Jul 25 22:09:19 arch kernel: ACPI: Reserving DSDT table memory at [mem 0xb9a70000-0xb9a86638]
Jul 25 22:09:19 arch kernel: ACPI: Reserving FACS table memory at [mem 0xbaae2000-0xbaae203f]
Jul 25 22:09:19 arch kernel: ACPI: Reserving IVRS table memory at [mem 0xb9afc000-0xb9afc0cf]
Jul 25 22:09:19 arch kernel: ACPI: Reserving SSDT table memory at [mem 0xb9af4000-0xb9afb228]
Jul 25 22:09:19 arch kernel: ACPI: Reserving SSDT table memory at [mem 0xb9af0000-0xb9af3aae]
Jul 25 22:09:19 arch kernel: ACPI: Reserving SSDT table memory at [mem 0xb9aef000-0xb9aef1ac]
Jul 25 22:09:19 arch kernel: ACPI: Reserving FIDT table memory at [mem 0xb9ad7000-0xb9ad709b]
Jul 25 22:09:19 arch kernel: ACPI: Reserving MCFG table memory at [mem 0xb9ad6000-0xb9ad603b]
Jul 25 22:09:19 arch kernel: ACPI: Reserving HPET table memory at [mem 0xb9ad5000-0xb9ad5037]
Jul 25 22:09:19 arch kernel: ACPI: Reserving FPDT table memory at [mem 0xb9ad4000-0xb9ad4043]
Jul 25 22:09:19 arch kernel: ACPI: Reserving BGRT table memory at [mem 0xb9ad3000-0xb9ad3037]
Jul 25 22:09:19 arch kernel: ACPI: Reserving LUFT table memory at [mem 0xb9a9e000-0xb9ad2cc1]
Jul 25 22:09:19 arch kernel: ACPI: Reserving WPBT table memory at [mem 0xb9a97000-0xb9a97033]
Jul 25 22:09:19 arch kernel: ACPI: Reserving TPM2 table memory at [mem 0xb9a96000-0xb9a9604b]
Jul 25 22:09:19 arch kernel: ACPI: Reserving SSDT table memory at [mem 0xb9a92000-0xb9a95e87]
Jul 25 22:09:19 arch kernel: ACPI: Reserving CRAT table memory at [mem 0xb9a91000-0xb9a91b67]
Jul 25 22:09:19 arch kernel: ACPI: Reserving CDIT table memory at [mem 0xb9a90000-0xb9a90028]
Jul 25 22:09:19 arch kernel: ACPI: Reserving HEST table memory at [mem 0xb9a8f000-0xb9a8f083]
Jul 25 22:09:19 arch kernel: ACPI: Reserving SSDT table memory at [mem 0xb9a8e000-0xb9a8e15a]
Jul 25 22:09:19 arch kernel: ACPI: Reserving SSDT table memory at [mem 0xb9a8d000-0xb9a8d22a]
Jul 25 22:09:19 arch kernel: ACPI: Reserving SSDT table memory at [mem 0xb9a89000-0xb9a8c819]
Jul 25 22:09:19 arch kernel: ACPI: Reserving WSMT table memory at [mem 0xb9a88000-0xb9a88027]
Jul 25 22:09:19 arch kernel: ACPI: Reserving APIC table memory at [mem 0xb9a87000-0xb9a8715d]
Jul 25 22:09:19 arch kernel: ACPI: Reserving SSDT table memory at [mem 0xb9aed000-0xb9aed51a]
Jul 25 22:09:19 arch kernel: ACPI: Reserving SSDT table memory at [mem 0xb9aec000-0xb9aec07c]
Jul 25 22:09:19 arch kernel: ACPI: Reserving SSDT table memory at [mem 0xb9aea000-0xb9aeb0ae]
Jul 25 22:09:19 arch kernel: ACPI: Reserving SSDT table memory at [mem 0xb9ae9000-0xb9ae90be]
Jul 25 22:09:19 arch kernel: No NUMA configuration found
Jul 25 22:09:19 arch kernel: Faking a node at [mem 0x0000000000000000-0x000000081e2fffff]
Jul 25 22:09:19 arch kernel: NODE_DATA(0) allocated [mem 0x81e2fb000-0x81e2fffff]
Jul 25 22:09:19 arch kernel: Zone ranges:
Jul 25 22:09:19 arch kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Jul 25 22:09:19 arch kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Jul 25 22:09:19 arch kernel:   Normal   [mem 0x0000000100000000-0x000000081e2fffff]
Jul 25 22:09:19 arch kernel:   Device   empty
Jul 25 22:09:19 arch kernel: Movable zone start for each node
Jul 25 22:09:19 arch kernel: Early memory node ranges
Jul 25 22:09:19 arch kernel:   node   0: [mem 0x0000000000001000-0x000000000009ffff]
Jul 25 22:09:19 arch kernel:   node   0: [mem 0x0000000000100000-0x0000000009c7efff]
Jul 25 22:09:19 arch kernel:   node   0: [mem 0x000000000a000000-0x000000000a1fffff]
Jul 25 22:09:19 arch kernel:   node   0: [mem 0x000000000a20f000-0x000000000affffff]
Jul 25 22:09:19 arch kernel:   node   0: [mem 0x000000000b020000-0x00000000a98d2fff]
Jul 25 22:09:19 arch kernel:   node   0: [mem 0x00000000a98d4000-0x00000000a98fcfff]
Jul 25 22:09:19 arch kernel:   node   0: [mem 0x00000000a98fe000-0x00000000b78fefff]
Jul 25 22:09:19 arch kernel:   node   0: [mem 0x00000000bcbff000-0x00000000bdffffff]
Jul 25 22:09:19 arch kernel:   node   0: [mem 0x0000000100000000-0x000000081e2fffff]
Jul 25 22:09:19 arch kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000081e2fffff]
Jul 25 22:09:19 arch kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Jul 25 22:09:19 arch kernel: On node 0, zone DMA: 96 pages in unavailable ranges
Jul 25 22:09:19 arch kernel: On node 0, zone DMA32: 897 pages in unavailable ranges
Jul 25 22:09:19 arch kernel: On node 0, zone DMA32: 15 pages in unavailable ranges
Jul 25 22:09:19 arch kernel: On node 0, zone DMA32: 32 pages in unavailable ranges
Jul 25 22:09:19 arch kernel: On node 0, zone DMA32: 1 pages in unavailable ranges
Jul 25 22:09:19 arch kernel: On node 0, zone DMA32: 1 pages in unavailable ranges
Jul 25 22:09:19 arch kernel: On node 0, zone DMA32: 21248 pages in unavailable ranges
Jul 25 22:09:19 arch kernel: On node 0, zone Normal: 8192 pages in unavailable ranges
Jul 25 22:09:19 arch kernel: On node 0, zone Normal: 7424 pages in unavailable ranges
Jul 25 22:09:19 arch kernel: ACPI: PM-Timer IO Port: 0x808
Jul 25 22:09:19 arch kernel: ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
Jul 25 22:09:19 arch kernel: IOAPIC[0]: apic_id 13, version 33, address 0xfec00000, GSI 0-23
Jul 25 22:09:19 arch kernel: IOAPIC[1]: apic_id 14, version 33, address 0xfec01000, GSI 24-55
Jul 25 22:09:19 arch kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Jul 25 22:09:19 arch kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
Jul 25 22:09:19 arch kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Jul 25 22:09:19 arch kernel: ACPI: HPET id: 0x10228201 base: 0xfed00000
Jul 25 22:09:19 arch kernel: e820: update [mem 0xb31ba000-0xb3202fff] usable ==> reserved
Jul 25 22:09:19 arch kernel: smpboot: Allowing 32 CPUs, 20 hotplug CPUs
Jul 25 22:09:19 arch kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Jul 25 22:09:19 arch kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
Jul 25 22:09:19 arch kernel: PM: hibernation: Registered nosave memory: [mem 0x09c7f000-0x09ffffff]
Jul 25 22:09:19 arch kernel: PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a20efff]
Jul 25 22:09:19 arch kernel: PM: hibernation: Registered nosave memory: [mem 0x0b000000-0x0b01ffff]
Jul 25 22:09:19 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xa98d3000-0xa98d3fff]
Jul 25 22:09:19 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xa98fd000-0xa98fdfff]
Jul 25 22:09:19 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xabbac000-0xabbacfff]
Jul 25 22:09:19 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xabbb9000-0xabbb9fff]
Jul 25 22:09:19 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xabbba000-0xabbbafff]
Jul 25 22:09:19 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xabbcd000-0xabbcdfff]
Jul 25 22:09:19 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xabbce000-0xabbcefff]
Jul 25 22:09:19 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xabbf2000-0xabbf2fff]
Jul 25 22:09:19 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xb31ba000-0xb3202fff]
Jul 25 22:09:19 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xb5f6e000-0xb5f6efff]
Jul 25 22:09:19 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xb78ff000-0xb98fefff]
Jul 25 22:09:19 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xb98ff000-0xb9afefff]
Jul 25 22:09:19 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xb9aff000-0xbbafefff]
Jul 25 22:09:19 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xbbaff000-0xbcbfefff]
Jul 25 22:09:19 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xbe000000-0xbfffffff]
Jul 25 22:09:19 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xc0000000-0xfe9fffff]
Jul 25 22:09:19 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfea00000-0xfea0ffff]
Jul 25 22:09:19 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfea10000-0xfec0ffff]
Jul 25 22:09:19 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
Jul 25 22:09:19 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfec2ffff]
Jul 25 22:09:19 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfec30000-0xfec30fff]
Jul 25 22:09:19 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfec31000-0xfecfffff]
Jul 25 22:09:19 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
Jul 25 22:09:19 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
Jul 25 22:09:19 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
Jul 25 22:09:19 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
Jul 25 22:09:19 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
Jul 25 22:09:19 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfed90000-0xfedc1fff]
Jul 25 22:09:19 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfedc2000-0xfedcffff]
Jul 25 22:09:19 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfedd0000-0xfedd3fff]
Jul 25 22:09:19 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfedd4000-0xfedd5fff]
Jul 25 22:09:19 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfedd6000-0xffffffff]
Jul 25 22:09:19 arch kernel: [mem 0xc0000000-0xfe9fffff] available for PCI devices
Jul 25 22:09:19 arch kernel: Booting paravirtualized kernel on bare hardware
Jul 25 22:09:19 arch kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Jul 25 22:09:19 arch kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:32 nr_cpu_ids:32 nr_node_ids:1
Jul 25 22:09:19 arch kernel: percpu: Embedded 64 pages/cpu s225280 r8192 d28672 u262144
Jul 25 22:09:19 arch kernel: pcpu-alloc: s225280 r8192 d28672 u262144 alloc=1*2097152
Jul 25 22:09:19 arch kernel: pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
Jul 25 22:09:19 arch kernel: pcpu-alloc: [0] 16 17 18 19 20 21 22 23 [0] 24 25 26 27 28 29 30 31 
Jul 25 22:09:19 arch kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=/dev/mapper/volgroup0-lv_root rw cryptdevice=/dev/nvme0n1p3:volgroup0:allow-discards loglevel=3
Jul 25 22:09:19 arch kernel: Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux cryptdevice=/dev/nvme0n1p3:volgroup0:allow-discards", will be passed to user space.
Jul 25 22:09:19 arch kernel: printk: log_buf_len individual max cpu contribution: 4096 bytes
Jul 25 22:09:19 arch kernel: printk: log_buf_len total cpu_extra contributions: 126976 bytes
Jul 25 22:09:19 arch kernel: printk: log_buf_len min size: 131072 bytes
Jul 25 22:09:19 arch kernel: printk: log_buf_len: 262144 bytes
Jul 25 22:09:19 arch kernel: printk: early log buf free: 109944(83%)
Jul 25 22:09:19 arch kernel: Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
Jul 25 22:09:19 arch kernel: Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Jul 25 22:09:19 arch kernel: Fallback order for Node 0: 0 
Jul 25 22:09:19 arch kernel: Built 1 zonelists, mobility grouping on.  Total pages: 8091036
Jul 25 22:09:19 arch kernel: Policy zone: Normal
Jul 25 22:09:19 arch kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Jul 25 22:09:19 arch kernel: software IO TLB: area num 32.
Jul 25 22:09:19 arch kernel: Memory: 32047372K/32878516K available (16384K kernel code, 2119K rwdata, 12752K rodata, 3336K init, 4000K bss, 830884K reserved, 0K cma-reserved)
Jul 25 22:09:19 arch kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=32, Nodes=1
Jul 25 22:09:19 arch kernel: ftrace: allocating 47527 entries in 186 pages
Jul 25 22:09:19 arch kernel: ftrace: allocated 186 pages with 5 groups
Jul 25 22:09:19 arch kernel: Dynamic Preempt: full
Jul 25 22:09:19 arch kernel: rcu: Preemptible hierarchical RCU implementation.
Jul 25 22:09:19 arch kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=32.
Jul 25 22:09:19 arch kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Jul 25 22:09:19 arch kernel:         Trampoline variant of Tasks RCU enabled.
Jul 25 22:09:19 arch kernel:         Rude variant of Tasks RCU enabled.
Jul 25 22:09:19 arch kernel:         Tracing variant of Tasks RCU enabled.
Jul 25 22:09:19 arch kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Jul 25 22:09:19 arch kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=32
Jul 25 22:09:19 arch kernel: NR_IRQS: 20736, nr_irqs: 1224, preallocated irqs: 16
Jul 25 22:09:19 arch kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Jul 25 22:09:19 arch kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Jul 25 22:09:19 arch kernel: Console: colour dummy device 80x25
Jul 25 22:09:19 arch kernel: printk: console [tty0] enabled
Jul 25 22:09:19 arch kernel: ACPI: Core revision 20230331
Jul 25 22:09:19 arch kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
Jul 25 22:09:19 arch kernel: APIC: Switch to symmetric I/O mode setup
Jul 25 22:09:19 arch kernel: AMD-Vi: Using global IVHD EFR:0x206d73ef22254ade, EFR2:0x0
Jul 25 22:09:19 arch kernel: Switched APIC routing to physical flat.
Jul 25 22:09:19 arch kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Jul 25 22:09:19 arch kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x703ad91b6f3, max_idle_ns: 881591133136 ns
Jul 25 22:09:19 arch kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 7789.36 BogoMIPS (lpj=12976576)
Jul 25 22:09:19 arch kernel: pid_max: default: 32768 minimum: 301
Jul 25 22:09:19 arch kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf,integrity
Jul 25 22:09:19 arch kernel: landlock: Up and running.
Jul 25 22:09:19 arch kernel: Yama: becoming mindful.
Jul 25 22:09:19 arch kernel: LSM support for eBPF active
Jul 25 22:09:19 arch kernel: Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
Jul 25 22:09:19 arch kernel: Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
Jul 25 22:09:19 arch kernel: x86/cpu: User Mode Instruction Prevention (UMIP) activated
Jul 25 22:09:19 arch kernel: LVT offset 1 assigned for vector 0xf9
Jul 25 22:09:19 arch kernel: LVT offset 2 assigned for vector 0xf4
Jul 25 22:09:19 arch kernel: process: using mwait in idle threads
Jul 25 22:09:19 arch kernel: Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
Jul 25 22:09:19 arch kernel: Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
Jul 25 22:09:19 arch kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Jul 25 22:09:19 arch kernel: Spectre V2 : Mitigation: Retpolines
Jul 25 22:09:19 arch kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Jul 25 22:09:19 arch kernel: Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
Jul 25 22:09:19 arch kernel: Spectre V2 : Enabling Restricted Speculation for firmware calls
Jul 25 22:09:19 arch kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Jul 25 22:09:19 arch kernel: Spectre V2 : User space: Mitigation: STIBP always-on protection
Jul 25 22:09:19 arch kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Jul 25 22:09:19 arch kernel: Freeing SMP alternatives memory: 40K
Jul 25 22:09:19 arch kernel: smpboot: CPU0: AMD Ryzen 5 5600G with Radeon Graphics (family: 0x19, model: 0x50, stepping: 0x0)
Jul 25 22:09:19 arch kernel: cblist_init_generic: Setting adjustable number of callback queues.
Jul 25 22:09:19 arch kernel: cblist_init_generic: Setting shift to 5 and lim to 1.
Jul 25 22:09:19 arch kernel: cblist_init_generic: Setting shift to 5 and lim to 1.
Jul 25 22:09:19 arch kernel: cblist_init_generic: Setting shift to 5 and lim to 1.
Jul 25 22:09:19 arch kernel: Performance Events: Fam17h+ core perfctr, AMD PMU driver.
Jul 25 22:09:19 arch kernel: ... version:                0
Jul 25 22:09:19 arch kernel: ... bit width:              48
Jul 25 22:09:19 arch kernel: ... generic registers:      6
Jul 25 22:09:19 arch kernel: ... value mask:             0000ffffffffffff
Jul 25 22:09:19 arch kernel: ... max period:             00007fffffffffff
Jul 25 22:09:19 arch kernel: ... fixed-purpose events:   0
Jul 25 22:09:19 arch kernel: ... event mask:             000000000000003f
Jul 25 22:09:19 arch kernel: rcu: Hierarchical SRCU implementation.
Jul 25 22:09:19 arch kernel: rcu:         Max phase no-delay instances is 1000.
Jul 25 22:09:19 arch kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Jul 25 22:09:19 arch kernel: smp: Bringing up secondary CPUs ...
Jul 25 22:09:19 arch kernel: x86: Booting SMP configuration:
Jul 25 22:09:19 arch kernel: .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6
Jul 25 22:09:19 arch kernel: Spectre V2 : Update user space SMT mitigation: STIBP always-on
Jul 25 22:09:19 arch kernel:   #7  #8  #9 #10 #11
Jul 25 22:09:19 arch kernel: smp: Brought up 1 node, 12 CPUs
Jul 25 22:09:19 arch kernel: smpboot: Max logical packages: 3
Jul 25 22:09:19 arch kernel: smpboot: Total of 12 processors activated (93468.32 BogoMIPS)
Jul 25 22:09:19 arch kernel: devtmpfs: initialized
Jul 25 22:09:19 arch kernel: x86/mm: Memory block size: 128MB
Jul 25 22:09:19 arch kernel: ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20efff] (61440 bytes)
Jul 25 22:09:19 arch kernel: ACPI: PM: Registering ACPI NVS region [mem 0xb9aff000-0xbbafefff] (33554432 bytes)
Jul 25 22:09:19 arch kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Jul 25 22:09:19 arch kernel: futex hash table entries: 8192 (order: 7, 524288 bytes, linear)
Jul 25 22:09:19 arch kernel: pinctrl core: initialized pinctrl subsystem
Jul 25 22:09:19 arch kernel: PM: RTC time: 20:08:56, date: 2023-07-25
Jul 25 22:09:19 arch kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Jul 25 22:09:19 arch kernel: DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
Jul 25 22:09:19 arch kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Jul 25 22:09:19 arch kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Jul 25 22:09:19 arch kernel: audit: initializing netlink subsys (disabled)
Jul 25 22:09:19 arch kernel: thermal_sys: Registered thermal governor 'fair_share'
Jul 25 22:09:19 arch kernel: thermal_sys: Registered thermal governor 'bang_bang'
Jul 25 22:09:19 arch kernel: thermal_sys: Registered thermal governor 'step_wise'
Jul 25 22:09:19 arch kernel: thermal_sys: Registered thermal governor 'user_space'
Jul 25 22:09:19 arch kernel: thermal_sys: Registered thermal governor 'power_allocator'
Jul 25 22:09:19 arch kernel: audit: type=2000 audit(1690315736.166:1): state=initialized audit_enabled=0 res=1
Jul 25 22:09:19 arch kernel: cpuidle: using governor ladder
Jul 25 22:09:19 arch kernel: cpuidle: using governor menu
Jul 25 22:09:19 arch kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Jul 25 22:09:19 arch kernel: PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
Jul 25 22:09:19 arch kernel: PCI: not using MMCONFIG
Jul 25 22:09:19 arch kernel: PCI: Using configuration type 1 for base access
Jul 25 22:09:19 arch kernel: PCI: Using configuration type 1 for extended access
Jul 25 22:09:19 arch kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Jul 25 22:09:19 arch kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Jul 25 22:09:19 arch kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Jul 25 22:09:19 arch kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Jul 25 22:09:19 arch kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Jul 25 22:09:19 arch kernel: ACPI: Added _OSI(Module Device)
Jul 25 22:09:19 arch kernel: ACPI: Added _OSI(Processor Device)
Jul 25 22:09:19 arch kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Jul 25 22:09:19 arch kernel: ACPI: Added _OSI(Processor Aggregator Device)
Jul 25 22:09:19 arch kernel: ACPI BIOS Error (bug): Failure creating named object [\_GPE._L08], AE_ALREADY_EXISTS (20230331/dswload2-326)
Jul 25 22:09:19 arch kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20230331/psobject-220)
Jul 25 22:09:19 arch kernel: ACPI: Skipping parse of AML opcode: Method (0x0014)
Jul 25 22:09:19 arch kernel: ACPI: 12 ACPI AML tables successfully acquired and loaded
Jul 25 22:09:19 arch kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Jul 25 22:09:19 arch kernel: ACPI: Interpreter enabled
Jul 25 22:09:19 arch kernel: ACPI: PM: (supports S0 S3 S4 S5)
Jul 25 22:09:19 arch kernel: ACPI: Using IOAPIC for interrupt routing
Jul 25 22:09:19 arch kernel: PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
Jul 25 22:09:19 arch kernel: PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved as ACPI motherboard resource
Jul 25 22:09:19 arch kernel: HEST: Table parsing has been initialized.
Jul 25 22:09:19 arch kernel: GHES: Failed to enable APEI firmware first mode.
Jul 25 22:09:19 arch kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Jul 25 22:09:19 arch kernel: PCI: Using E820 reservations for host bridge windows
Jul 25 22:09:19 arch kernel: ACPI: Enabled 7 GPEs in block 00 to 1F
Jul 25 22:09:19 arch kernel: ACPI: \_SB_.PRWL: New power resource
Jul 25 22:09:19 arch kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Jul 25 22:09:19 arch kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Jul 25 22:09:19 arch kernel: acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug PME LTR DPC]
Jul 25 22:09:19 arch kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug AER PCIeCapability]
Jul 25 22:09:19 arch kernel: acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-7f] only partially covers this bridge
Jul 25 22:09:19 arch kernel: PCI host bridge to bus 0000:00
Jul 25 22:09:19 arch kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
Jul 25 22:09:19 arch kernel: pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
Jul 25 22:09:19 arch kernel: pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
Jul 25 22:09:19 arch kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Jul 25 22:09:19 arch kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
Jul 25 22:09:19 arch kernel: pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfec2ffff window]
Jul 25 22:09:19 arch kernel: pci_bus 0000:00: root bus resource [mem 0xfee00000-0xffffffff window]
Jul 25 22:09:19 arch kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Jul 25 22:09:19 arch kernel: pci 0000:00:00.0: [1022:1630] type 00 class 0x060000
Jul 25 22:09:19 arch kernel: pci 0000:00:00.2: [1022:1631] type 00 class 0x080600
Jul 25 22:09:19 arch kernel: pci 0000:00:01.0: [1022:1632] type 00 class 0x060000
Jul 25 22:09:19 arch kernel: pci 0000:00:01.1: [1022:1633] type 01 class 0x060400
Jul 25 22:09:19 arch kernel: pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
Jul 25 22:09:19 arch kernel: pci 0000:00:02.0: [1022:1632] type 00 class 0x060000
Jul 25 22:09:19 arch kernel: pci 0000:00:02.1: [1022:1634] type 01 class 0x060400
Jul 25 22:09:19 arch kernel: pci 0000:00:02.1: enabling Extended Tags
Jul 25 22:09:19 arch kernel: pci 0000:00:02.1: PME# supported from D0 D3hot D3cold
Jul 25 22:09:19 arch kernel: pci 0000:00:02.2: [1022:1634] type 01 class 0x060400
Jul 25 22:09:19 arch kernel: pci 0000:00:02.2: PME# supported from D0 D3hot D3cold
Jul 25 22:09:19 arch kernel: pci 0000:00:08.0: [1022:1632] type 00 class 0x060000
Jul 25 22:09:19 arch kernel: pci 0000:00:08.1: [1022:1635] type 01 class 0x060400
Jul 25 22:09:19 arch kernel: pci 0000:00:08.1: enabling Extended Tags
Jul 25 22:09:19 arch kernel: pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
Jul 25 22:09:19 arch kernel: pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
Jul 25 22:09:19 arch kernel: pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
Jul 25 22:09:19 arch kernel: pci 0000:00:18.0: [1022:166a] type 00 class 0x060000
Jul 25 22:09:19 arch kernel: pci 0000:00:18.1: [1022:166b] type 00 class 0x060000
Jul 25 22:09:19 arch kernel: pci 0000:00:18.2: [1022:166c] type 00 class 0x060000
Jul 25 22:09:19 arch kernel: pci 0000:00:18.3: [1022:166d] type 00 class 0x060000
Jul 25 22:09:19 arch kernel: pci 0000:00:18.4: [1022:166e] type 00 class 0x060000
Jul 25 22:09:19 arch kernel: pci 0000:00:18.5: [1022:166f] type 00 class 0x060000
Jul 25 22:09:19 arch kernel: pci 0000:00:18.6: [1022:1670] type 00 class 0x060000
Jul 25 22:09:19 arch kernel: pci 0000:00:18.7: [1022:1671] type 00 class 0x060000
Jul 25 22:09:19 arch kernel: pci 0000:01:00.0: [10de:2504] type 00 class 0x030000
Jul 25 22:09:19 arch kernel: pci 0000:01:00.0: reg 0x10: [mem 0xfb000000-0xfbffffff]
Jul 25 22:09:19 arch kernel: pci 0000:01:00.0: reg 0x14: [mem 0xd0000000-0xdfffffff 64bit pref]
Jul 25 22:09:19 arch kernel: pci 0000:01:00.0: reg 0x1c: [mem 0xe0000000-0xe1ffffff 64bit pref]
Jul 25 22:09:19 arch kernel: pci 0000:01:00.0: reg 0x24: [io  0xf000-0xf07f]
Jul 25 22:09:19 arch kernel: pci 0000:01:00.0: reg 0x30: [mem 0xfc000000-0xfc07ffff pref]
Jul 25 22:09:19 arch kernel: pci 0000:01:00.0: BAR 1: assigned to efifb
Jul 25 22:09:19 arch kernel: pci 0000:01:00.0: PME# supported from D0 D3hot
Jul 25 22:09:19 arch kernel: pci 0000:01:00.0: 126.016 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x16 link at 0000:00:01.1 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
Jul 25 22:09:19 arch kernel: pci 0000:01:00.1: [10de:228e] type 00 class 0x040300
Jul 25 22:09:19 arch kernel: pci 0000:01:00.1: reg 0x10: [mem 0xfc080000-0xfc083fff]
Jul 25 22:09:19 arch kernel: pci 0000:00:01.1: PCI bridge to [bus 01]
Jul 25 22:09:19 arch kernel: pci 0000:00:01.1:   bridge window [io  0xf000-0xffff]
Jul 25 22:09:19 arch kernel: pci 0000:00:01.1:   bridge window [mem 0xfb000000-0xfc0fffff]
Jul 25 22:09:19 arch kernel: pci 0000:00:01.1:   bridge window [mem 0xd0000000-0xe1ffffff 64bit pref]
Jul 25 22:09:19 arch kernel: pci 0000:02:00.0: [1022:43ef] type 00 class 0x0c0330
Jul 25 22:09:19 arch kernel: pci 0000:02:00.0: reg 0x10: [mem 0xfc8a0000-0xfc8a7fff 64bit]
Jul 25 22:09:19 arch kernel: pci 0000:02:00.0: enabling Extended Tags
Jul 25 22:09:19 arch kernel: pci 0000:02:00.0: PME# supported from D3hot D3cold
Jul 25 22:09:19 arch kernel: pci 0000:02:00.0: 16.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x4 link at 0000:00:02.1 (capable of 31.504 Gb/s with 8.0 GT/s PCIe x4 link)
Jul 25 22:09:19 arch kernel: pci 0000:02:00.1: [1022:43eb] type 00 class 0x010601
Jul 25 22:09:19 arch kernel: pci 0000:02:00.1: reg 0x24: [mem 0xfc880000-0xfc89ffff]
Jul 25 22:09:19 arch kernel: pci 0000:02:00.1: reg 0x30: [mem 0xfc800000-0xfc87ffff pref]
Jul 25 22:09:19 arch kernel: pci 0000:02:00.1: enabling Extended Tags
Jul 25 22:09:19 arch kernel: pci 0000:02:00.1: PME# supported from D3hot D3cold
Jul 25 22:09:19 arch kernel: pci 0000:02:00.2: [1022:43e9] type 01 class 0x060400
Jul 25 22:09:19 arch kernel: pci 0000:02:00.2: enabling Extended Tags
Jul 25 22:09:19 arch kernel: pci 0000:02:00.2: PME# supported from D3hot D3cold
Jul 25 22:09:19 arch kernel: pci 0000:00:02.1: PCI bridge to [bus 02-05]
Jul 25 22:09:19 arch kernel: pci 0000:00:02.1:   bridge window [io  0xd000-0xefff]
Jul 25 22:09:19 arch kernel: pci 0000:00:02.1:   bridge window [mem 0xfc600000-0xfc8fffff]
Jul 25 22:09:19 arch kernel: pci 0000:03:00.0: [1022:43ea] type 01 class 0x060400
Jul 25 22:09:19 arch kernel: pci 0000:03:00.0: enabling Extended Tags
Jul 25 22:09:19 arch kernel: pci 0000:03:00.0: PME# supported from D3hot D3cold
Jul 25 22:09:19 arch kernel: pci 0000:03:08.0: [1022:43ea] type 01 class 0x060400
Jul 25 22:09:19 arch kernel: pci 0000:03:08.0: enabling Extended Tags
Jul 25 22:09:19 arch kernel: pci 0000:03:08.0: PME# supported from D3hot D3cold
Jul 25 22:09:19 arch kernel: pci 0000:02:00.2: PCI bridge to [bus 03-05]
Jul 25 22:09:19 arch kernel: pci 0000:02:00.2:   bridge window [io  0xd000-0xefff]
Jul 25 22:09:19 arch kernel: pci 0000:02:00.2:   bridge window [mem 0xfc600000-0xfc7fffff]
Jul 25 22:09:19 arch kernel: pci 0000:04:00.0: [10ec:8852] type 00 class 0x028000
Jul 25 22:09:19 arch kernel: pci 0000:04:00.0: reg 0x10: [io  0xe000-0xe0ff]
Jul 25 22:09:19 arch kernel: pci 0000:04:00.0: reg 0x18: [mem 0xfc700000-0xfc7fffff 64bit]
Jul 25 22:09:19 arch kernel: pci 0000:04:00.0: supports D1 D2
Jul 25 22:09:19 arch kernel: pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Jul 25 22:09:19 arch kernel: pci 0000:03:00.0: PCI bridge to [bus 04]
Jul 25 22:09:19 arch kernel: pci 0000:03:00.0:   bridge window [io  0xe000-0xefff]
Jul 25 22:09:19 arch kernel: pci 0000:03:00.0:   bridge window [mem 0xfc700000-0xfc7fffff]
Jul 25 22:09:19 arch kernel: pci 0000:05:00.0: [10ec:8168] type 00 class 0x020000
Jul 25 22:09:19 arch kernel: pci 0000:05:00.0: reg 0x10: [io  0xd000-0xd0ff]
Jul 25 22:09:19 arch kernel: pci 0000:05:00.0: reg 0x18: [mem 0xfc604000-0xfc604fff 64bit]
Jul 25 22:09:19 arch kernel: pci 0000:05:00.0: reg 0x20: [mem 0xfc600000-0xfc603fff 64bit]
Jul 25 22:09:19 arch kernel: pci 0000:05:00.0: supports D1 D2
Jul 25 22:09:19 arch kernel: pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Jul 25 22:09:19 arch kernel: pci 0000:03:08.0: PCI bridge to [bus 05]
Jul 25 22:09:19 arch kernel: pci 0000:03:08.0:   bridge window [io  0xd000-0xdfff]
Jul 25 22:09:19 arch kernel: pci 0000:03:08.0:   bridge window [mem 0xfc600000-0xfc6fffff]
Jul 25 22:09:19 arch kernel: pci 0000:06:00.0: [1e0f:000c] type 00 class 0x010802
Jul 25 22:09:19 arch kernel: pci 0000:06:00.0: reg 0x10: [mem 0xfc900000-0xfc903fff 64bit]
Jul 25 22:09:19 arch kernel: pci 0000:06:00.0: 31.504 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x4 link at 0000:00:02.2 (capable of 63.012 Gb/s with 16.0 GT/s PCIe x4 link)
Jul 25 22:09:19 arch kernel: pci 0000:00:02.2: PCI bridge to [bus 06]
Jul 25 22:09:19 arch kernel: pci 0000:00:02.2:   bridge window [mem 0xfc900000-0xfc9fffff]
Jul 25 22:09:19 arch kernel: pci 0000:07:00.0: [1022:145a] type 00 class 0x130000
Jul 25 22:09:19 arch kernel: pci 0000:07:00.0: enabling Extended Tags
Jul 25 22:09:19 arch kernel: pci 0000:07:00.0: 126.016 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x16 link at 0000:00:08.1 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
Jul 25 22:09:19 arch kernel: pci 0000:07:00.2: [1022:15df] type 00 class 0x108000
Jul 25 22:09:19 arch kernel: pci 0000:07:00.2: reg 0x18: [mem 0xfc400000-0xfc4fffff]
Jul 25 22:09:19 arch kernel: pci 0000:07:00.2: reg 0x24: [mem 0xfc548000-0xfc549fff]
Jul 25 22:09:19 arch kernel: pci 0000:07:00.2: enabling Extended Tags
Jul 25 22:09:19 arch kernel: pci 0000:07:00.3: [1022:1639] type 00 class 0x0c0330
Jul 25 22:09:19 arch kernel: pci 0000:07:00.3: reg 0x10: [mem 0xfc300000-0xfc3fffff 64bit]
Jul 25 22:09:19 arch kernel: pci 0000:07:00.3: enabling Extended Tags
Jul 25 22:09:19 arch kernel: pci 0000:07:00.3: PME# supported from D0 D3hot D3cold
Jul 25 22:09:19 arch kernel: pci 0000:07:00.4: [1022:1639] type 00 class 0x0c0330
Jul 25 22:09:19 arch kernel: pci 0000:07:00.4: reg 0x10: [mem 0xfc200000-0xfc2fffff 64bit]
Jul 25 22:09:19 arch kernel: pci 0000:07:00.4: enabling Extended Tags
Jul 25 22:09:19 arch kernel: pci 0000:07:00.4: PME# supported from D0 D3hot D3cold
Jul 25 22:09:19 arch kernel: pci 0000:07:00.5: [1022:15e2] type 00 class 0x048000
Jul 25 22:09:19 arch kernel: pci 0000:07:00.5: reg 0x10: [mem 0xfc500000-0xfc53ffff]
Jul 25 22:09:19 arch kernel: pci 0000:07:00.5: enabling Extended Tags
Jul 25 22:09:19 arch kernel: pci 0000:07:00.5: PME# supported from D0 D3hot D3cold
Jul 25 22:09:19 arch kernel: pci 0000:07:00.6: [1022:15e3] type 00 class 0x040300
Jul 25 22:09:19 arch kernel: pci 0000:07:00.6: reg 0x10: [mem 0xfc540000-0xfc547fff]
Jul 25 22:09:19 arch kernel: pci 0000:07:00.6: enabling Extended Tags
Jul 25 22:09:19 arch kernel: pci 0000:07:00.6: PME# supported from D0 D3hot D3cold
Jul 25 22:09:19 arch kernel: pci 0000:00:08.1: PCI bridge to [bus 07]
Jul 25 22:09:19 arch kernel: pci 0000:00:08.1:   bridge window [mem 0xfc200000-0xfc5fffff]
Jul 25 22:09:19 arch kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 0
Jul 25 22:09:19 arch kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 0
Jul 25 22:09:19 arch kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 0
Jul 25 22:09:19 arch kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 0
Jul 25 22:09:19 arch kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
Jul 25 22:09:19 arch kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
Jul 25 22:09:19 arch kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0
Jul 25 22:09:19 arch kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 0
Jul 25 22:09:19 arch kernel: iommu: Default domain type: Translated 
Jul 25 22:09:19 arch kernel: iommu: DMA domain TLB invalidation policy: lazy mode 
Jul 25 22:09:19 arch kernel: SCSI subsystem initialized
Jul 25 22:09:19 arch kernel: libata version 3.00 loaded.
Jul 25 22:09:19 arch kernel: ACPI: bus type USB registered
Jul 25 22:09:19 arch kernel: usbcore: registered new interface driver usbfs
Jul 25 22:09:19 arch kernel: usbcore: registered new interface driver hub
Jul 25 22:09:19 arch kernel: usbcore: registered new device driver usb
Jul 25 22:09:19 arch kernel: pps_core: LinuxPPS API ver. 1 registered
Jul 25 22:09:19 arch kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Jul 25 22:09:19 arch kernel: PTP clock support registered
Jul 25 22:09:19 arch kernel: EDAC MC: Ver: 3.0.0
Jul 25 22:09:19 arch kernel: efivars: Registered efivars operations
Jul 25 22:09:19 arch kernel: NetLabel: Initializing
Jul 25 22:09:19 arch kernel: NetLabel:  domain hash size = 128
Jul 25 22:09:19 arch kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Jul 25 22:09:19 arch kernel: NetLabel:  unlabeled traffic allowed by default
Jul 25 22:09:19 arch kernel: mctp: management component transport protocol core
Jul 25 22:09:19 arch kernel: NET: Registered PF_MCTP protocol family
Jul 25 22:09:19 arch kernel: PCI: Using ACPI for IRQ routing
Jul 25 22:09:19 arch kernel: PCI: pci_cache_line_size set to 64 bytes
Jul 25 22:09:19 arch kernel: e820: reserve RAM buffer [mem 0x09c7f000-0x0bffffff]
Jul 25 22:09:19 arch kernel: e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
Jul 25 22:09:19 arch kernel: e820: reserve RAM buffer [mem 0x0b000000-0x0bffffff]
Jul 25 22:09:19 arch kernel: e820: reserve RAM buffer [mem 0xa98d3000-0xabffffff]
Jul 25 22:09:19 arch kernel: e820: reserve RAM buffer [mem 0xa98fd000-0xabffffff]
Jul 25 22:09:19 arch kernel: e820: reserve RAM buffer [mem 0xabbac018-0xabffffff]
Jul 25 22:09:19 arch kernel: e820: reserve RAM buffer [mem 0xabbba018-0xabffffff]
Jul 25 22:09:19 arch kernel: e820: reserve RAM buffer [mem 0xabbce018-0xabffffff]
Jul 25 22:09:19 arch kernel: e820: reserve RAM buffer [mem 0xb31ba000-0xb3ffffff]
Jul 25 22:09:19 arch kernel: e820: reserve RAM buffer [mem 0xb5f6e000-0xb7ffffff]
Jul 25 22:09:19 arch kernel: e820: reserve RAM buffer [mem 0xb78ff000-0xb7ffffff]
Jul 25 22:09:19 arch kernel: e820: reserve RAM buffer [mem 0xbe000000-0xbfffffff]
Jul 25 22:09:19 arch kernel: e820: reserve RAM buffer [mem 0x81e300000-0x81fffffff]
Jul 25 22:09:19 arch kernel: pci 0000:01:00.0: vgaarb: setting as boot VGA device
Jul 25 22:09:19 arch kernel: pci 0000:01:00.0: vgaarb: bridge control possible
Jul 25 22:09:19 arch kernel: pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
Jul 25 22:09:19 arch kernel: vgaarb: loaded
Jul 25 22:09:19 arch kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
Jul 25 22:09:19 arch kernel: hpet0: 3 comparators, 32-bit 14.318180 MHz counter
Jul 25 22:09:19 arch kernel: clocksource: Switched to clocksource tsc-early
Jul 25 22:09:19 arch kernel: VFS: Disk quotas dquot_6.6.0
Jul 25 22:09:19 arch kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Jul 25 22:09:19 arch kernel: pnp: PnP ACPI init
Jul 25 22:09:19 arch kernel: system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved
Jul 25 22:09:19 arch kernel: system 00:01: [mem 0x1000000000000 window] could not be reserved
Jul 25 22:09:19 arch kernel: system 00:03: [io  0x0a00-0x0a0f] has been reserved
Jul 25 22:09:19 arch kernel: system 00:03: [io  0x0a10-0x0a1f] has been reserved
Jul 25 22:09:19 arch kernel: system 00:03: [io  0x0a20-0x0a2f] has been reserved
Jul 25 22:09:19 arch kernel: system 00:03: [io  0x0a30-0x0a3f] has been reserved
Jul 25 22:09:19 arch kernel: system 00:03: [io  0x0a40-0x0a4f] has been reserved
Jul 25 22:09:19 arch kernel: system 00:03: [io  0x0a50-0x0a5f] has been reserved
Jul 25 22:09:19 arch kernel: system 00:03: [io  0x0a60-0x0a6f] has been reserved
Jul 25 22:09:19 arch kernel: system 00:03: [io  0x0a70-0x0a7f] has been reserved
Jul 25 22:09:19 arch kernel: system 00:03: [io  0x0a80-0x0a8f] has been reserved
Jul 25 22:09:19 arch kernel: system 00:04: [io  0x04d0-0x04d1] has been reserved
Jul 25 22:09:19 arch kernel: system 00:04: [io  0x040b] has been reserved
Jul 25 22:09:19 arch kernel: system 00:04: [io  0x04d6] has been reserved
Jul 25 22:09:19 arch kernel: system 00:04: [io  0x0c00-0x0c01] has been reserved
Jul 25 22:09:19 arch kernel: system 00:04: [io  0x0c14] has been reserved
Jul 25 22:09:19 arch kernel: system 00:04: [io  0x0c50-0x0c51] has been reserved
Jul 25 22:09:19 arch kernel: system 00:04: [io  0x0c52] has been reserved
Jul 25 22:09:19 arch kernel: system 00:04: [io  0x0c6c] has been reserved
Jul 25 22:09:19 arch kernel: system 00:04: [io  0x0c6f] has been reserved
Jul 25 22:09:19 arch kernel: system 00:04: [io  0x0cd8-0x0cdf] has been reserved
Jul 25 22:09:19 arch kernel: system 00:04: [io  0x0800-0x089f] has been reserved
Jul 25 22:09:19 arch kernel: system 00:04: [io  0x0b00-0x0b0f] has been reserved
Jul 25 22:09:19 arch kernel: system 00:04: [io  0x0b20-0x0b3f] has been reserved
Jul 25 22:09:19 arch kernel: system 00:04: [io  0x0900-0x090f] has been reserved
Jul 25 22:09:19 arch kernel: system 00:04: [io  0x0910-0x091f] has been reserved
Jul 25 22:09:19 arch kernel: system 00:04: [mem 0xfec00000-0xfec00fff] could not be reserved
Jul 25 22:09:19 arch kernel: system 00:04: [mem 0xfec01000-0xfec01fff] could not be reserved
Jul 25 22:09:19 arch kernel: system 00:04: [mem 0xfedc0000-0xfedc0fff] has been reserved
Jul 25 22:09:19 arch kernel: system 00:04: [mem 0xfee00000-0xfee00fff] has been reserved
Jul 25 22:09:19 arch kernel: system 00:04: [mem 0xfed80000-0xfed8ffff] could not be reserved
Jul 25 22:09:19 arch kernel: system 00:04: [mem 0xfec10000-0xfec10fff] has been reserved
Jul 25 22:09:19 arch kernel: system 00:04: [mem 0xff000000-0xffffffff] has been reserved
Jul 25 22:09:19 arch kernel: pnp: PnP ACPI: found 5 devices
Jul 25 22:09:19 arch kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Jul 25 22:09:19 arch kernel: NET: Registered PF_INET protocol family
Jul 25 22:09:19 arch kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Jul 25 22:09:19 arch kernel: tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
Jul 25 22:09:19 arch kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Jul 25 22:09:19 arch kernel: TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Jul 25 22:09:19 arch kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Jul 25 22:09:19 arch kernel: TCP: Hash tables configured (established 262144 bind 65536)
Jul 25 22:09:19 arch kernel: MPTCP token hash table entries: 32768 (order: 7, 786432 bytes, linear)
Jul 25 22:09:19 arch kernel: UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
Jul 25 22:09:19 arch kernel: UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
Jul 25 22:09:19 arch kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Jul 25 22:09:19 arch kernel: NET: Registered PF_XDP protocol family
Jul 25 22:09:19 arch kernel: pci 0000:00:01.1: PCI bridge to [bus 01]
Jul 25 22:09:19 arch kernel: pci 0000:00:01.1:   bridge window [io  0xf000-0xffff]
Jul 25 22:09:19 arch kernel: pci 0000:00:01.1:   bridge window [mem 0xfb000000-0xfc0fffff]
Jul 25 22:09:19 arch kernel: pci 0000:00:01.1:   bridge window [mem 0xd0000000-0xe1ffffff 64bit pref]
Jul 25 22:09:19 arch kernel: pci 0000:03:00.0: PCI bridge to [bus 04]
Jul 25 22:09:19 arch kernel: pci 0000:03:00.0:   bridge window [io  0xe000-0xefff]
Jul 25 22:09:19 arch kernel: pci 0000:03:00.0:   bridge window [mem 0xfc700000-0xfc7fffff]
Jul 25 22:09:19 arch kernel: pci 0000:03:08.0: PCI bridge to [bus 05]
Jul 25 22:09:19 arch kernel: pci 0000:03:08.0:   bridge window [io  0xd000-0xdfff]
Jul 25 22:09:19 arch kernel: pci 0000:03:08.0:   bridge window [mem 0xfc600000-0xfc6fffff]
Jul 25 22:09:19 arch kernel: pci 0000:02:00.2: PCI bridge to [bus 03-05]
Jul 25 22:09:19 arch kernel: pci 0000:02:00.2:   bridge window [io  0xd000-0xefff]
Jul 25 22:09:19 arch kernel: pci 0000:02:00.2:   bridge window [mem 0xfc600000-0xfc7fffff]
Jul 25 22:09:19 arch kernel: pci 0000:00:02.1: PCI bridge to [bus 02-05]
Jul 25 22:09:19 arch kernel: pci 0000:00:02.1:   bridge window [io  0xd000-0xefff]
Jul 25 22:09:19 arch kernel: pci 0000:00:02.1:   bridge window [mem 0xfc600000-0xfc8fffff]
Jul 25 22:09:19 arch kernel: pci 0000:00:02.2: PCI bridge to [bus 06]
Jul 25 22:09:19 arch kernel: pci 0000:00:02.2:   bridge window [mem 0xfc900000-0xfc9fffff]
Jul 25 22:09:19 arch kernel: pci 0000:00:08.1: PCI bridge to [bus 07]
Jul 25 22:09:19 arch kernel: pci 0000:00:08.1:   bridge window [mem 0xfc200000-0xfc5fffff]
Jul 25 22:09:19 arch kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
Jul 25 22:09:19 arch kernel: pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
Jul 25 22:09:19 arch kernel: pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
Jul 25 22:09:19 arch kernel: pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
Jul 25 22:09:19 arch kernel: pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
Jul 25 22:09:19 arch kernel: pci_bus 0000:00: resource 9 [mem 0xc0000000-0xfec2ffff window]
Jul 25 22:09:19 arch kernel: pci_bus 0000:00: resource 10 [mem 0xfee00000-0xffffffff window]
Jul 25 22:09:19 arch kernel: pci_bus 0000:01: resource 0 [io  0xf000-0xffff]
Jul 25 22:09:19 arch kernel: pci_bus 0000:01: resource 1 [mem 0xfb000000-0xfc0fffff]
Jul 25 22:09:19 arch kernel: pci_bus 0000:01: resource 2 [mem 0xd0000000-0xe1ffffff 64bit pref]
Jul 25 22:09:19 arch kernel: pci_bus 0000:02: resource 0 [io  0xd000-0xefff]
Jul 25 22:09:19 arch kernel: pci_bus 0000:02: resource 1 [mem 0xfc600000-0xfc8fffff]
Jul 25 22:09:19 arch kernel: pci_bus 0000:03: resource 0 [io  0xd000-0xefff]
Jul 25 22:09:19 arch kernel: pci_bus 0000:03: resource 1 [mem 0xfc600000-0xfc7fffff]
Jul 25 22:09:19 arch kernel: pci_bus 0000:04: resource 0 [io  0xe000-0xefff]
Jul 25 22:09:19 arch kernel: pci_bus 0000:04: resource 1 [mem 0xfc700000-0xfc7fffff]
Jul 25 22:09:19 arch kernel: pci_bus 0000:05: resource 0 [io  0xd000-0xdfff]
Jul 25 22:09:19 arch kernel: pci_bus 0000:05: resource 1 [mem 0xfc600000-0xfc6fffff]
Jul 25 22:09:19 arch kernel: pci_bus 0000:06: resource 1 [mem 0xfc900000-0xfc9fffff]
Jul 25 22:09:19 arch kernel: pci_bus 0000:07: resource 1 [mem 0xfc200000-0xfc5fffff]
Jul 25 22:09:19 arch kernel: pci 0000:01:00.1: extending delay after power-on from D3hot to 20 msec
Jul 25 22:09:19 arch kernel: pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
Jul 25 22:09:19 arch kernel: pci 0000:07:00.3: extending delay after power-on from D3hot to 20 msec
Jul 25 22:09:19 arch kernel: pci 0000:07:00.4: extending delay after power-on from D3hot to 20 msec
Jul 25 22:09:19 arch kernel: PCI: CLS 64 bytes, default 64
Jul 25 22:09:19 arch kernel: pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
Jul 25 22:09:19 arch kernel: pci 0000:00:01.0: Adding to iommu group 0
Jul 25 22:09:19 arch kernel: Trying to unpack rootfs image as initramfs...
Jul 25 22:09:19 arch kernel: pci 0000:00:01.1: Adding to iommu group 1
Jul 25 22:09:19 arch kernel: pci 0000:00:02.0: Adding to iommu group 2
Jul 25 22:09:19 arch kernel: pci 0000:00:02.1: Adding to iommu group 3
Jul 25 22:09:19 arch kernel: pci 0000:00:02.2: Adding to iommu group 4
Jul 25 22:09:19 arch kernel: pci 0000:00:08.0: Adding to iommu group 5
Jul 25 22:09:19 arch kernel: pci 0000:00:08.1: Adding to iommu group 5
Jul 25 22:09:19 arch kernel: pci 0000:00:14.0: Adding to iommu group 6
Jul 25 22:09:19 arch kernel: pci 0000:00:14.3: Adding to iommu group 6
Jul 25 22:09:19 arch kernel: pci 0000:00:18.0: Adding to iommu group 7
Jul 25 22:09:19 arch kernel: pci 0000:00:18.1: Adding to iommu group 7
Jul 25 22:09:19 arch kernel: pci 0000:00:18.2: Adding to iommu group 7
Jul 25 22:09:19 arch kernel: pci 0000:00:18.3: Adding to iommu group 7
Jul 25 22:09:19 arch kernel: pci 0000:00:18.4: Adding to iommu group 7
Jul 25 22:09:19 arch kernel: pci 0000:00:18.5: Adding to iommu group 7
Jul 25 22:09:19 arch kernel: pci 0000:00:18.6: Adding to iommu group 7
Jul 25 22:09:19 arch kernel: pci 0000:00:18.7: Adding to iommu group 7
Jul 25 22:09:19 arch kernel: pci 0000:01:00.0: Adding to iommu group 8
Jul 25 22:09:19 arch kernel: pci 0000:01:00.1: Adding to iommu group 8
Jul 25 22:09:19 arch kernel: pci 0000:02:00.0: Adding to iommu group 9
Jul 25 22:09:19 arch kernel: pci 0000:02:00.1: Adding to iommu group 9
Jul 25 22:09:19 arch kernel: pci 0000:02:00.2: Adding to iommu group 9
Jul 25 22:09:19 arch kernel: pci 0000:03:00.0: Adding to iommu group 9
Jul 25 22:09:19 arch kernel: pci 0000:03:08.0: Adding to iommu group 9
Jul 25 22:09:19 arch kernel: pci 0000:04:00.0: Adding to iommu group 9
Jul 25 22:09:19 arch kernel: pci 0000:05:00.0: Adding to iommu group 9
Jul 25 22:09:19 arch kernel: pci 0000:06:00.0: Adding to iommu group 10
Jul 25 22:09:19 arch kernel: pci 0000:07:00.0: Adding to iommu group 5
Jul 25 22:09:19 arch kernel: pci 0000:07:00.2: Adding to iommu group 5
Jul 25 22:09:19 arch kernel: pci 0000:07:00.3: Adding to iommu group 5
Jul 25 22:09:19 arch kernel: pci 0000:07:00.4: Adding to iommu group 5
Jul 25 22:09:19 arch kernel: pci 0000:07:00.5: Adding to iommu group 5
Jul 25 22:09:19 arch kernel: pci 0000:07:00.6: Adding to iommu group 5
Jul 25 22:09:19 arch kernel: pci 0000:00:00.2: can't derive routing for PCI INT A
Jul 25 22:09:19 arch kernel: pci 0000:00:00.2: PCI INT A: not connected
Jul 25 22:09:19 arch kernel: pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
Jul 25 22:09:19 arch kernel: AMD-Vi: Extended features (0x206d73ef22254ade, 0x0): PPR X2APIC NX GT IA GA PC GA_vAPIC
Jul 25 22:09:19 arch kernel: AMD-Vi: Interrupt remapping enabled
Jul 25 22:09:19 arch kernel: AMD-Vi: X2APIC enabled
Jul 25 22:09:19 arch kernel: AMD-Vi: Virtual APIC enabled
Jul 25 22:09:19 arch kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Jul 25 22:09:19 arch kernel: software IO TLB: mapped [mem 0x00000000aea81000-0x00000000b2a81000] (64MB)
Jul 25 22:09:19 arch kernel: LVT offset 0 assigned for vector 0x400
Jul 25 22:09:19 arch kernel: perf: AMD IBS detected (0x000003ff)
Jul 25 22:09:19 arch kernel: perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
Jul 25 22:09:19 arch kernel: Initialise system trusted keyrings
Jul 25 22:09:19 arch kernel: Key type blacklist registered
Jul 25 22:09:19 arch kernel: workingset: timestamp_bits=41 max_order=23 bucket_order=0
Jul 25 22:09:19 arch kernel: zbud: loaded
Jul 25 22:09:19 arch kernel: integrity: Platform Keyring initialized
Jul 25 22:09:19 arch kernel: integrity: Machine keyring initialized
Jul 25 22:09:19 arch kernel: Key type asymmetric registered
Jul 25 22:09:19 arch kernel: Asymmetric key parser 'x509' registered
Jul 25 22:09:19 arch kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
Jul 25 22:09:19 arch kernel: io scheduler mq-deadline registered
Jul 25 22:09:19 arch kernel: io scheduler kyber registered
Jul 25 22:09:19 arch kernel: io scheduler bfq registered
Jul 25 22:09:19 arch kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Jul 25 22:09:19 arch kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
Jul 25 22:09:19 arch kernel: ACPI: button: Power Button [PWRB]
Jul 25 22:09:19 arch kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
Jul 25 22:09:19 arch kernel: ACPI: button: Power Button [PWRF]
Jul 25 22:09:19 arch kernel: Estimated ratio of average max frequency by base frequency (times 1024): 1098
Jul 25 22:09:19 arch kernel: Monitor-Mwait will be used to enter C-1 state
Jul 25 22:09:19 arch kernel: ACPI: \_SB_.PLTF.C000: Found 3 idle states
Jul 25 22:09:19 arch kernel: ACPI: \_SB_.PLTF.C002: Found 3 idle states
Jul 25 22:09:19 arch kernel: ACPI: \_SB_.PLTF.C004: Found 3 idle states
Jul 25 22:09:19 arch kernel: ACPI: \_SB_.PLTF.C006: Found 3 idle states
Jul 25 22:09:19 arch kernel: ACPI: \_SB_.PLTF.C008: Found 3 idle states
Jul 25 22:09:19 arch kernel: ACPI: \_SB_.PLTF.C00A: Found 3 idle states
Jul 25 22:09:19 arch kernel: ACPI: \_SB_.PLTF.C001: Found 3 idle states
Jul 25 22:09:19 arch kernel: ACPI: \_SB_.PLTF.C003: Found 3 idle states
Jul 25 22:09:19 arch kernel: ACPI: \_SB_.PLTF.C005: Found 3 idle states
Jul 25 22:09:19 arch kernel: ACPI: \_SB_.PLTF.C007: Found 3 idle states
Jul 25 22:09:19 arch kernel: ACPI: \_SB_.PLTF.C009: Found 3 idle states
Jul 25 22:09:19 arch kernel: ACPI: \_SB_.PLTF.C00B: Found 3 idle states
Jul 25 22:09:19 arch kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Jul 25 22:09:19 arch kernel: serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
Jul 25 22:09:19 arch kernel: Non-volatile memory driver v1.3
Jul 25 22:09:19 arch kernel: Linux agpgart interface v0.103
Jul 25 22:09:19 arch kernel: tpm tpm0: AMD fTPM version 0x3003900000005 causes system stutter; hwrng disabled
Jul 25 22:09:19 arch kernel: AMD-Vi: AMD IOMMUv2 loaded and initialized
Jul 25 22:09:19 arch kernel: ACPI: bus type drm_connector registered
Jul 25 22:09:19 arch kernel: ahci 0000:02:00.1: version 3.0
Jul 25 22:09:19 arch kernel: ahci 0000:02:00.1: SSS flag set, parallel bus scan disabled
Jul 25 22:09:19 arch kernel: ahci 0000:02:00.1: AHCI 0001.0301 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
Jul 25 22:09:19 arch kernel: ahci 0000:02:00.1: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part sxs deso sadm sds apst 
Jul 25 22:09:19 arch kernel: scsi host0: ahci
Jul 25 22:09:19 arch kernel: scsi host1: ahci
Jul 25 22:09:19 arch kernel: scsi host2: ahci
Jul 25 22:09:19 arch kernel: scsi host3: ahci
Jul 25 22:09:19 arch kernel: scsi host4: ahci
Jul 25 22:09:19 arch kernel: scsi host5: ahci
Jul 25 22:09:19 arch kernel: ata1: SATA max UDMA/133 abar m131072@0xfc880000 port 0xfc880100 irq 35
Jul 25 22:09:19 arch kernel: ata2: SATA max UDMA/133 abar m131072@0xfc880000 port 0xfc880180 irq 35
Jul 25 22:09:19 arch kernel: ata3: SATA max UDMA/133 abar m131072@0xfc880000 port 0xfc880200 irq 35
Jul 25 22:09:19 arch kernel: ata4: SATA max UDMA/133 abar m131072@0xfc880000 port 0xfc880280 irq 35
Jul 25 22:09:19 arch kernel: ata5: SATA max UDMA/133 abar m131072@0xfc880000 port 0xfc880300 irq 35
Jul 25 22:09:19 arch kernel: ata6: SATA max UDMA/133 abar m131072@0xfc880000 port 0xfc880380 irq 35
Jul 25 22:09:19 arch kernel: usbcore: registered new interface driver usbserial_generic
Jul 25 22:09:19 arch kernel: usbserial: USB Serial support registered for generic
Jul 25 22:09:19 arch kernel: rtc_cmos 00:02: RTC can wake from S4
Jul 25 22:09:19 arch kernel: rtc_cmos 00:02: registered as rtc0
Jul 25 22:09:19 arch kernel: rtc_cmos 00:02: setting system clock to 2023-07-25T20:08:56 UTC (1690315736)
Jul 25 22:09:19 arch kernel: rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
Jul 25 22:09:19 arch kernel: amd_pstate: driver load is disabled, boot with specific mode to enable this
Jul 25 22:09:19 arch kernel: ledtrig-cpu: registered to indicate activity on CPUs
Jul 25 22:09:19 arch kernel: efifb: probing for efifb
Jul 25 22:09:19 arch kernel: efifb: framebuffer at 0xd0000000, using 6144k, total 6144k
Jul 25 22:09:19 arch kernel: efifb: mode is 1360x768x32, linelength=8192, pages=1
Jul 25 22:09:19 arch kernel: efifb: scrolling: redraw
Jul 25 22:09:19 arch kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Jul 25 22:09:19 arch kernel: fbcon: Deferring console take-over
Jul 25 22:09:19 arch kernel: fb0: EFI VGA frame buffer device
Jul 25 22:09:19 arch kernel: hid: raw HID events driver (C) Jiri Kosina
Jul 25 22:09:19 arch kernel: drop_monitor: Initializing network drop monitor service
Jul 25 22:09:19 arch kernel: Initializing XFRM netlink socket
Jul 25 22:09:19 arch kernel: NET: Registered PF_INET6 protocol family
Jul 25 22:09:19 arch kernel: Freeing initrd memory: 41116K
Jul 25 22:09:19 arch kernel: Segment Routing with IPv6
Jul 25 22:09:19 arch kernel: RPL Segment Routing with IPv6
Jul 25 22:09:19 arch kernel: In-situ OAM (IOAM) with IPv6
Jul 25 22:09:19 arch kernel: NET: Registered PF_PACKET protocol family
Jul 25 22:09:19 arch kernel: microcode: CPU0: patch_level=0x0a50000c
Jul 25 22:09:19 arch kernel: microcode: CPU1: patch_level=0x0a50000c
Jul 25 22:09:19 arch kernel: microcode: CPU2: patch_level=0x0a50000c
Jul 25 22:09:19 arch kernel: microcode: CPU6: patch_level=0x0a50000c
Jul 25 22:09:19 arch kernel: microcode: CPU7: patch_level=0x0a50000c
Jul 25 22:09:19 arch kernel: microcode: CPU5: patch_level=0x0a50000c
Jul 25 22:09:19 arch kernel: microcode: CPU8: patch_level=0x0a50000c
Jul 25 22:09:19 arch kernel: microcode: CPU4: patch_level=0x0a50000c
Jul 25 22:09:19 arch kernel: microcode: CPU10: patch_level=0x0a50000c
Jul 25 22:09:19 arch kernel: microcode: CPU11: patch_level=0x0a50000c
Jul 25 22:09:19 arch kernel: microcode: CPU3: patch_level=0x0a50000c
Jul 25 22:09:19 arch kernel: microcode: CPU9: patch_level=0x0a50000c
Jul 25 22:09:19 arch kernel: microcode: Microcode Update Driver: v2.2.
Jul 25 22:09:19 arch kernel: resctrl: L3 allocation detected
Jul 25 22:09:19 arch kernel: resctrl: MB allocation detected
Jul 25 22:09:19 arch kernel: resctrl: L3 monitoring detected
Jul 25 22:09:19 arch kernel: IPI shorthand broadcast: enabled
Jul 25 22:09:19 arch kernel: sched_clock: Marking stable (478587308, 317246)->(482572436, -3667882)
Jul 25 22:09:19 arch kernel: registered taskstats version 1
Jul 25 22:09:19 arch kernel: Loading compiled-in X.509 certificates
Jul 25 22:09:19 arch kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 976e4f0e0226dc3f3817bba8b47abb8f38cd2a48'
Jul 25 22:09:19 arch kernel: zswap: loaded using pool zstd/zsmalloc
Jul 25 22:09:19 arch kernel: Key type .fscrypt registered
Jul 25 22:09:19 arch kernel: Key type fscrypt-provisioning registered
Jul 25 22:09:19 arch kernel: integrity: Loading X.509 certificate: UEFI:db
Jul 25 22:09:19 arch kernel: integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
Jul 25 22:09:19 arch kernel: integrity: Loading X.509 certificate: UEFI:db
Jul 25 22:09:19 arch kernel: integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
Jul 25 22:09:19 arch kernel: integrity: Loading X.509 certificate: UEFI:db
Jul 25 22:09:19 arch kernel: integrity: Loaded X.509 cert 'Lenovo UEFI CA 2014: 4b91a68732eaefdd2c8ffffc6b027ec3449e9c8f'
Jul 25 22:09:19 arch kernel: integrity: Loading X.509 certificate: UEFI:db
Jul 25 22:09:19 arch kernel: integrity: Loaded X.509 cert 'Trust - Lenovo Certificate: bc19ccf68446c18b4a08dce9b1cb4deb'
Jul 25 22:09:19 arch kernel: PM:   Magic number: 15:73:145
Jul 25 22:09:19 arch kernel: ata_port ata2: hash matches
Jul 25 22:09:19 arch kernel:  ata2: hash matches
Jul 25 22:09:19 arch kernel: acpi device:16: hash matches
Jul 25 22:09:19 arch kernel: RAS: Correctable Errors collector initialized.
Jul 25 22:09:19 arch kernel: clk: Disabling unused clocks
Jul 25 22:09:19 arch kernel: ata1: SATA link down (SStatus 0 SControl 330)
Jul 25 22:09:19 arch kernel: ata2: SATA link down (SStatus 0 SControl 330)
Jul 25 22:09:19 arch kernel: ACPI Warning: Time parameter 255 us > 100 us violating ACPI spec, please fix the firmware. (20230331/exsystem-141)
Jul 25 22:09:19 arch kernel: tsc: Refined TSC clocksource calibration: 3920.345 MHz
Jul 25 22:09:19 arch kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x7104dc177eb, max_idle_ns: 881591179966 ns
Jul 25 22:09:19 arch kernel: clocksource: Switched to clocksource tsc
Jul 25 22:09:19 arch kernel: ata3: SATA link down (SStatus 0 SControl 330)
Jul 25 22:09:19 arch kernel: ata4: SATA link down (SStatus 0 SControl 330)
Jul 25 22:09:19 arch kernel: clocksource: timekeeping watchdog on CPU3: Marking clocksource 'tsc' as unstable because the skew is too large:
Jul 25 22:09:19 arch kernel: clocksource:                       'hpet' wd_nsec: 510241106 wd_now: 1bab9f9 wd_last: 14b3ffd mask: ffffffff
Jul 25 22:09:19 arch kernel: clocksource:                       'tsc' cs_nsec: 506641312 cs_now: cf2eebad5 cs_last: c7c8b980b mask: ffffffffffffffff
Jul 25 22:09:19 arch kernel: clocksource:                       Clocksource 'tsc' skewed -3599794 ns (18446744073705 ms) over watchdog 'hpet' interval of 510241106 ns (510 ms)
Jul 25 22:09:19 arch kernel: clocksource:                       'tsc' is current clocksource.
Jul 25 22:09:19 arch kernel: tsc: Marking TSC unstable due to clocksource watchdog
Jul 25 22:09:19 arch kernel: TSC found unstable after boot, most likely due to broken BIOS. Use 'tsc=unstable'.
Jul 25 22:09:19 arch kernel: sched_clock: Marking unstable (2130304032, 317089)<-(2134288441, -3667882)
Jul 25 22:09:19 arch kernel: clocksource: Checking clocksource tsc synchronization from CPU 7 to CPUs 0,2,10.
Jul 25 22:09:19 arch kernel: clocksource: Switched to clocksource hpet
Jul 25 22:09:19 arch kernel: ata5: failed to resume link (SControl 0)
Jul 25 22:09:19 arch kernel: ata5: SATA link down (SStatus 0 SControl 0)
Jul 25 22:09:19 arch kernel: ata6: SATA link down (SStatus 0 SControl 330)
Jul 25 22:09:19 arch kernel: Freeing unused decrypted memory: 2036K
Jul 25 22:09:19 arch kernel: Freeing unused kernel image (initmem) memory: 3336K
Jul 25 22:09:19 arch kernel: Write protecting the kernel read-only data: 30720k
Jul 25 22:09:19 arch kernel: Freeing unused kernel image (rodata/data gap) memory: 1584K
Jul 25 22:09:19 arch kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Jul 25 22:09:19 arch kernel: rodata_test: all tests were successful
Jul 25 22:09:19 arch kernel: Run /init as init process
Jul 25 22:09:19 arch kernel:   with arguments:
Jul 25 22:09:19 arch kernel:     /init
Jul 25 22:09:19 arch kernel:   with environment:
Jul 25 22:09:19 arch kernel:     HOME=/
Jul 25 22:09:19 arch kernel:     TERM=linux
Jul 25 22:09:19 arch kernel:     BOOT_IMAGE=/vmlinuz-linux
Jul 25 22:09:19 arch kernel:     cryptdevice=/dev/nvme0n1p3:volgroup0:allow-discards
Jul 25 22:09:19 arch kernel: fbcon: Taking over console
Jul 25 22:09:19 arch kernel: Console: switching to colour frame buffer device 170x48
Jul 25 22:09:19 arch kernel: ACPI: video: Video Device [VGA] (multi-head: yes  rom: no  post: no)
Jul 25 22:09:19 arch kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:09/LNXVIDEO:00/input/input2
Jul 25 22:09:19 arch kernel: ccp 0000:07:00.2: enabling device (0000 -> 0002)
Jul 25 22:09:19 arch kernel: xhci_hcd 0000:02:00.0: xHCI Host Controller
Jul 25 22:09:19 arch kernel: xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 1
Jul 25 22:09:19 arch kernel: ccp 0000:07:00.2: ccp: unable to access the device: you might be running a broken BIOS.
Jul 25 22:09:19 arch kernel: cryptd: max_cpu_qlen set to 1000
Jul 25 22:09:19 arch kernel: AVX2 version of gcm_enc/dec engaged.
Jul 25 22:09:19 arch kernel: AES CTR mode by8 optimization enabled
Jul 25 22:09:19 arch kernel: ccp 0000:07:00.2: tee enabled
Jul 25 22:09:19 arch kernel: ccp 0000:07:00.2: psp enabled
Jul 25 22:09:19 arch kernel: nvme 0000:06:00.0: platform quirk: setting simple suspend
Jul 25 22:09:19 arch kernel: nvme nvme0: pci function 0000:06:00.0
Jul 25 22:09:19 arch kernel: nvme nvme0: allocated 64 MiB host memory buffer.
Jul 25 22:09:19 arch kernel: nvme nvme0: 32/0/0 default/read/poll queues
Jul 25 22:09:19 arch kernel:  nvme0n1: p1 p2 p3
Jul 25 22:09:19 arch kernel: xhci_hcd 0000:02:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000000000000410
Jul 25 22:09:19 arch kernel: xhci_hcd 0000:02:00.0: xHCI Host Controller
Jul 25 22:09:19 arch kernel: xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 2
Jul 25 22:09:19 arch kernel: xhci_hcd 0000:02:00.0: Host supports USB 3.1 Enhanced SuperSpeed
Jul 25 22:09:19 arch kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.04
Jul 25 22:09:19 arch kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jul 25 22:09:19 arch kernel: usb usb1: Product: xHCI Host Controller
Jul 25 22:09:19 arch kernel: usb usb1: Manufacturer: Linux 6.4.3-arch1-2 xhci-hcd
Jul 25 22:09:19 arch kernel: usb usb1: SerialNumber: 0000:02:00.0
Jul 25 22:09:19 arch kernel: hub 1-0:1.0: USB hub found
Jul 25 22:09:19 arch kernel: hub 1-0:1.0: 10 ports detected
Jul 25 22:09:19 arch kernel: usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
Jul 25 22:09:19 arch kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.04
Jul 25 22:09:19 arch kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jul 25 22:09:19 arch kernel: usb usb2: Product: xHCI Host Controller
Jul 25 22:09:19 arch kernel: usb usb2: Manufacturer: Linux 6.4.3-arch1-2 xhci-hcd
Jul 25 22:09:19 arch kernel: usb usb2: SerialNumber: 0000:02:00.0
Jul 25 22:09:19 arch kernel: hub 2-0:1.0: USB hub found
Jul 25 22:09:19 arch kernel: hub 2-0:1.0: 4 ports detected
Jul 25 22:09:19 arch kernel: xhci_hcd 0000:07:00.3: xHCI Host Controller
Jul 25 22:09:19 arch kernel: xhci_hcd 0000:07:00.3: new USB bus registered, assigned bus number 3
Jul 25 22:09:19 arch kernel: xhci_hcd 0000:07:00.3: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020000000410
Jul 25 22:09:19 arch kernel: xhci_hcd 0000:07:00.3: xHCI Host Controller
Jul 25 22:09:19 arch kernel: xhci_hcd 0000:07:00.3: new USB bus registered, assigned bus number 4
Jul 25 22:09:19 arch kernel: xhci_hcd 0000:07:00.3: Host supports USB 3.1 Enhanced SuperSpeed
Jul 25 22:09:19 arch kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.04
Jul 25 22:09:19 arch kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jul 25 22:09:19 arch kernel: usb usb3: Product: xHCI Host Controller
Jul 25 22:09:19 arch kernel: usb usb3: Manufacturer: Linux 6.4.3-arch1-2 xhci-hcd
Jul 25 22:09:19 arch kernel: usb usb3: SerialNumber: 0000:07:00.3
Jul 25 22:09:19 arch kernel: hub 3-0:1.0: USB hub found
Jul 25 22:09:19 arch kernel: hub 3-0:1.0: 4 ports detected
Jul 25 22:09:19 arch kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
Jul 25 22:09:19 arch kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.04
Jul 25 22:09:19 arch kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jul 25 22:09:19 arch kernel: usb usb4: Product: xHCI Host Controller
Jul 25 22:09:19 arch kernel: usb usb4: Manufacturer: Linux 6.4.3-arch1-2 xhci-hcd
Jul 25 22:09:19 arch kernel: usb usb4: SerialNumber: 0000:07:00.3
Jul 25 22:09:19 arch kernel: hub 4-0:1.0: USB hub found
Jul 25 22:09:19 arch kernel: hub 4-0:1.0: 2 ports detected
Jul 25 22:09:19 arch kernel: xhci_hcd 0000:07:00.4: xHCI Host Controller
Jul 25 22:09:19 arch kernel: xhci_hcd 0000:07:00.4: new USB bus registered, assigned bus number 5
Jul 25 22:09:19 arch kernel: xhci_hcd 0000:07:00.4: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000020000000410
Jul 25 22:09:19 arch kernel: xhci_hcd 0000:07:00.4: xHCI Host Controller
Jul 25 22:09:19 arch kernel: xhci_hcd 0000:07:00.4: new USB bus registered, assigned bus number 6
Jul 25 22:09:19 arch kernel: xhci_hcd 0000:07:00.4: Host supports USB 3.1 Enhanced SuperSpeed
Jul 25 22:09:19 arch kernel: usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.04
Jul 25 22:09:19 arch kernel: usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jul 25 22:09:19 arch kernel: usb usb5: Product: xHCI Host Controller
Jul 25 22:09:19 arch kernel: usb usb5: Manufacturer: Linux 6.4.3-arch1-2 xhci-hcd
Jul 25 22:09:19 arch kernel: usb usb5: SerialNumber: 0000:07:00.4
Jul 25 22:09:19 arch kernel: hub 5-0:1.0: USB hub found
Jul 25 22:09:19 arch kernel: hub 5-0:1.0: 4 ports detected
Jul 25 22:09:19 arch kernel: usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
Jul 25 22:09:19 arch kernel: usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.04
Jul 25 22:09:19 arch kernel: usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Jul 25 22:09:19 arch kernel: usb usb6: Product: xHCI Host Controller
Jul 25 22:09:19 arch kernel: usb usb6: Manufacturer: Linux 6.4.3-arch1-2 xhci-hcd
Jul 25 22:09:19 arch kernel: usb usb6: SerialNumber: 0000:07:00.4
Jul 25 22:09:19 arch kernel: hub 6-0:1.0: USB hub found
Jul 25 22:09:19 arch kernel: hub 6-0:1.0: 2 ports detected
Jul 25 22:09:19 arch kernel: Key type trusted registered
Jul 25 22:09:19 arch kernel: Key type encrypted registered
Jul 25 22:09:19 arch kernel: device-mapper: uevent: version 1.0.3
Jul 25 22:09:19 arch kernel: device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
Jul 25 22:09:19 arch kernel: usb 1-4: new low-speed USB device number 2 using xhci_hcd
Jul 25 22:09:19 arch kernel: usb 1-4: New USB device found, idVendor=045e, idProduct=00f9, bcdDevice= 0.03
Jul 25 22:09:19 arch kernel: usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Jul 25 22:09:19 arch kernel: usb 1-4: Product: Microsoft Wireless Desktop Receiver 3.1
Jul 25 22:09:19 arch kernel: usb 1-4: Manufacturer: Microsft
Jul 25 22:09:19 arch kernel: usbcore: registered new interface driver usbhid
Jul 25 22:09:19 arch kernel: usbhid: USB HID core driver
Jul 25 22:09:19 arch kernel: input: Microsft Microsoft Wireless Desktop Receiver 3.1 as /devices/pci0000:00/0000:00:02.1/0000:02:00.0/usb1/1-4/1-4:1.0/0003:045E:00F9.0001/input/input3
Jul 25 22:09:19 arch kernel: usb 1-6: new low-speed USB device number 3 using xhci_hcd
Jul 25 22:09:19 arch kernel: microsoft 0003:045E:00F9.0001: input,hidraw0: USB HID v1.11 Keyboard [Microsft Microsoft Wireless Desktop Receiver 3.1] on usb-0000:02:00.0-4/input0
Jul 25 22:09:19 arch kernel: microsoft 0003:045E:00F9.0002: fixing up Microsoft Wireless Receiver Model 1028 report descriptor
Jul 25 22:09:19 arch kernel: input: Microsft Microsoft Wireless Desktop Receiver 3.1 as /devices/pci0000:00/0000:00:02.1/0000:02:00.0/usb1/1-4/1-4:1.1/0003:045E:00F9.0002/input/input4
Jul 25 22:09:19 arch kernel: microsoft 0003:045E:00F9.0002: input,hidraw1: USB HID v1.11 Mouse [Microsft Microsoft Wireless Desktop Receiver 3.1] on usb-0000:02:00.0-4/input1
Jul 25 22:09:19 arch kernel: usb 1-6: New USB device found, idVendor=05d5, idProduct=6782, bcdDevice= 1.01
Jul 25 22:09:19 arch kernel: usb 1-6: New USB device strings: Mfr=0, Product=1, SerialNumber=0
Jul 25 22:09:19 arch kernel: usb 1-6: Product: ABBAHOME
Jul 25 22:09:19 arch kernel: input: ABBAHOME as /devices/pci0000:00/0000:00:02.1/0000:02:00.0/usb1/1-6/1-6:1.0/0003:05D5:6782.0003/input/input5
Jul 25 22:09:19 arch kernel: hid-generic 0003:05D5:6782.0003: input,hidraw2: USB HID v1.10 Keyboard [ABBAHOME] on usb-0000:02:00.0-6/input0
Jul 25 22:09:19 arch kernel: input: ABBAHOME Consumer Control as /devices/pci0000:00/0000:00:02.1/0000:02:00.0/usb1/1-6/1-6:1.1/0003:05D5:6782.0004/input/input6
Jul 25 22:09:19 arch kernel: input: ABBAHOME System Control as /devices/pci0000:00/0000:00:02.1/0000:02:00.0/usb1/1-6/1-6:1.1/0003:05D5:6782.0004/input/input7
Jul 25 22:09:19 arch kernel: input: ABBAHOME Mouse as /devices/pci0000:00/0000:00:02.1/0000:02:00.0/usb1/1-6/1-6:1.1/0003:05D5:6782.0004/input/input8
Jul 25 22:09:19 arch kernel: hid-generic 0003:05D5:6782.0004: input,hidraw3: USB HID v1.10 Mouse [ABBAHOME] on usb-0000:02:00.0-6/input1
Jul 25 22:09:19 arch kernel: usb 1-10: new full-speed USB device number 4 using xhci_hcd
Jul 25 22:09:19 arch kernel: usb 1-10: New USB device found, idVendor=0bda, idProduct=4852, bcdDevice= 0.00
Jul 25 22:09:19 arch kernel: usb 1-10: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Jul 25 22:09:19 arch kernel: usb 1-10: Product: Bluetooth Radio
Jul 25 22:09:19 arch kernel: usb 1-10: Manufacturer: Realtek
Jul 25 22:09:19 arch kernel: usb 1-10: SerialNumber: 00e04c000001
Jul 25 22:09:19 arch kernel: EXT4-fs (dm-1): mounted filesystem 8a98f49b-3a9f-48ed-974a-275f34ca0b6c r/w with ordered data mode. Quota mode: none.
Jul 25 22:09:19 arch systemd[1]: systemd 253.6-2-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)
Jul 25 22:09:19 arch systemd[1]: Detected architecture x86-64.
Jul 25 22:09:19 arch systemd[1]: Hostname set to <arch>.
Jul 25 22:09:19 arch systemd[1]: bpf-lsm: LSM BPF program attached
Jul 25 22:09:19 arch kernel: memfd_create() without MFD_EXEC nor MFD_NOEXEC_SEAL, pid=1 'systemd'
Jul 25 22:09:19 arch systemd[1]: Queued start job for default target Graphical Interface.
Jul 25 22:09:19 arch systemd[1]: Created slice Slice /system/getty.
Jul 25 22:09:19 arch systemd[1]: Created slice Slice /system/modprobe.
Jul 25 22:09:19 arch systemd[1]: Created slice Slice /system/systemd-fsck.
Jul 25 22:09:19 arch systemd[1]: Created slice User and Session Slice.
Jul 25 22:09:19 arch systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Jul 25 22:09:19 arch systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Jul 25 22:09:19 arch systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Jul 25 22:09:19 arch systemd[1]: Reached target Local Encrypted Volumes.
Jul 25 22:09:19 arch systemd[1]: Reached target Local Integrity Protected Volumes.
Jul 25 22:09:19 arch systemd[1]: Reached target Path Units.
Jul 25 22:09:19 arch systemd[1]: Reached target Remote File Systems.
Jul 25 22:09:19 arch systemd[1]: Reached target Slice Units.
Jul 25 22:09:19 arch systemd[1]: Reached target Swaps.
Jul 25 22:09:19 arch systemd[1]: Reached target Local Verity Protected Volumes.
Jul 25 22:09:19 arch systemd[1]: Listening on Device-mapper event daemon FIFOs.
Jul 25 22:09:19 arch systemd[1]: Listening on LVM2 poll daemon socket.
Jul 25 22:09:19 arch systemd[1]: Listening on Process Core Dump Socket.
Jul 25 22:09:19 arch systemd[1]: Listening on Journal Socket (/dev/log).
Jul 25 22:09:19 arch systemd[1]: Listening on Journal Socket.
Jul 25 22:09:19 arch systemd[1]: Listening on udev Control Socket.
Jul 25 22:09:19 arch systemd[1]: Listening on udev Kernel Socket.
Jul 25 22:09:19 arch systemd[1]: Mounting Huge Pages File System...
Jul 25 22:09:19 arch systemd[1]: Mounting POSIX Message Queue File System...
Jul 25 22:09:19 arch systemd[1]: Mounting Kernel Debug File System...
Jul 25 22:09:19 arch systemd[1]: Mounting Kernel Trace File System...
Jul 25 22:09:19 arch systemd[1]: Mounting Temporary Directory /tmp...
Jul 25 22:09:19 arch systemd[1]: Starting Create List of Static Device Nodes...
Jul 25 22:09:19 arch systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Jul 25 22:09:19 arch systemd[1]: Starting Load Kernel Module configfs...
Jul 25 22:09:19 arch systemd[1]: Starting Load Kernel Module dm_mod...
Jul 25 22:09:19 arch systemd[1]: Starting Load Kernel Module drm...
Jul 25 22:09:19 arch systemd[1]: Starting Load Kernel Module fuse...
Jul 25 22:09:19 arch systemd[1]: Starting Load Kernel Module loop...
Jul 25 22:09:19 arch systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Jul 25 22:09:19 arch systemd[1]: Starting Journal Service...
Jul 25 22:09:19 arch systemd[1]: Starting Load Kernel Modules...
Jul 25 22:09:19 arch systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Jul 25 22:09:19 arch systemd[1]: Starting Remount Root and Kernel File Systems...
Jul 25 22:09:19 arch systemd[1]: Starting Coldplug All udev Devices...
Jul 25 22:09:19 arch kernel: loop: module loaded
Jul 25 22:09:19 arch systemd[1]: Mounted Huge Pages File System.
Jul 25 22:09:19 arch systemd[1]: Mounted POSIX Message Queue File System.
Jul 25 22:09:19 arch systemd[1]: Mounted Kernel Debug File System.
Jul 25 22:09:19 arch systemd[1]: Mounted Kernel Trace File System.
Jul 25 22:09:19 arch systemd[1]: Mounted Temporary Directory /tmp.
Jul 25 22:09:19 arch kernel: fuse: init (API version 7.38)
Jul 25 22:09:19 arch kernel: EXT4-fs (dm-1): re-mounted 8a98f49b-3a9f-48ed-974a-275f34ca0b6c r/w. Quota mode: none.
Jul 25 22:09:19 arch systemd-journald[665]: Collecting audit messages is disabled.
Jul 25 22:09:19 arch kernel: Asymmetric key parser 'pkcs8' registered
Jul 25 22:09:19 arch systemd-journald[665]: Journal started
Jul 25 22:09:19 arch systemd-journald[665]: Runtime Journal (/run/log/journal/7ccfa9647e094136907d5aa77b347e1d) is 8.0M, max 1.5G, 1.5G free.
Jul 25 22:09:19 arch systemd-modules-load[666]: Failed to find module 'nvidia-uvm'
Jul 25 22:09:19 arch systemd-modules-load[666]: Inserted module 'pkcs8_key_parser'
Jul 25 22:09:19 arch lvm[659]:   2 logical volume(s) in volume group "volgroup0" monitored
Jul 25 22:09:19 arch systemd[1]: modprobe@configfs.service: Deactivated successfully.
Jul 25 22:09:19 arch systemd[1]: Finished Create List of Static Device Nodes.
Jul 25 22:09:19 arch systemd[1]: Started Journal Service.
Jul 25 22:09:19 arch systemd[1]: Finished Load Kernel Module configfs.
Jul 25 22:09:19 arch systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Jul 25 22:09:19 arch systemd[1]: Finished Load Kernel Module dm_mod.
Jul 25 22:09:19 arch systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Jul 25 22:09:19 arch systemd[1]: modprobe@drm.service: Deactivated successfully.
Jul 25 22:09:19 arch systemd[1]: Finished Load Kernel Module drm.
Jul 25 22:09:19 arch systemd[1]: modprobe@fuse.service: Deactivated successfully.
Jul 25 22:09:19 arch systemd[1]: Finished Load Kernel Module fuse.
Jul 25 22:09:19 arch systemd[1]: modprobe@loop.service: Deactivated successfully.
Jul 25 22:09:19 arch systemd[1]: Finished Load Kernel Module loop.
Jul 25 22:09:19 arch systemd[1]: Finished Load Kernel Modules.
Jul 25 22:09:19 arch systemd[1]: Finished Remount Root and Kernel File Systems.
Jul 25 22:09:19 arch systemd[1]: Finished Coldplug All udev Devices.
Jul 25 22:09:19 arch systemd[1]: Mounting FUSE Control File System...
Jul 25 22:09:19 arch systemd[1]: Mounting Kernel Configuration File System...
Jul 25 22:09:19 arch systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Jul 25 22:09:19 arch systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
Jul 25 22:09:19 arch systemd[1]: Starting Flush Journal to Persistent Storage...
Jul 25 22:09:19 arch systemd[1]: Starting Load/Save OS Random Seed...
Jul 25 22:09:19 arch systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Jul 25 22:09:19 arch systemd[1]: Starting Apply Kernel Variables...
Jul 25 22:09:19 arch systemd[1]: Starting Create System Users...
Jul 25 22:09:19 arch systemd[1]: Mounted FUSE Control File System.
Jul 25 22:09:19 arch systemd[1]: Mounted Kernel Configuration File System.
Jul 25 22:09:19 arch systemd-journald[665]: Time spent on flushing to /var/log/journal/7ccfa9647e094136907d5aa77b347e1d is 24.166ms for 1077 entries.
Jul 25 22:09:19 arch systemd-journald[665]: System Journal (/var/log/journal/7ccfa9647e094136907d5aa77b347e1d) is 98.0M, max 2.9G, 2.8G free.
Jul 25 22:09:19 arch systemd-journald[665]: Received client request to flush runtime journal.
Jul 25 22:09:19 arch systemd-journald[665]: /var/log/journal/7ccfa9647e094136907d5aa77b347e1d/system.journal: Monotonic clock jumped backwards relative to last journal entry, rotating.
Jul 25 22:09:19 arch systemd-journald[665]: Rotating system journal.
Jul 25 22:09:19 arch systemd[1]: Finished Apply Kernel Variables.
Jul 25 22:09:19 arch systemd[1]: Finished Load/Save OS Random Seed.
Jul 25 22:09:19 arch systemd[1]: Finished Flush Journal to Persistent Storage.
Jul 25 22:09:19 arch systemd[1]: Finished Create System Users.
Jul 25 22:09:19 arch systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Jul 25 22:09:20 arch systemd[1]: Starting Create Static Device Nodes in /dev...
Jul 25 22:09:20 arch systemd[1]: Finished Create Static Device Nodes in /dev.
Jul 25 22:09:20 arch systemd[1]: Reached target Preparation for Local File Systems.
Jul 25 22:09:20 arch systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Jul 25 22:09:20 arch systemd[1]: Starting Rule-based Manager for Device Events and Files...
Jul 25 22:09:20 arch systemd-udevd[686]: Using default interface naming scheme 'v253'.
Jul 25 22:09:20 arch systemd[1]: Started Rule-based Manager for Device Events and Files.
Jul 25 22:09:20 arch lvm[696]: PV /dev/dm-0 online, VG volgroup0 is complete.
Jul 25 22:09:20 arch lvm[696]: VG volgroup0 finished
Jul 25 22:09:20 arch systemd[1]: Found device /dev/disk/by-uuid/4988b344-9425-4d68-bb8d-e566069d294e.
Jul 25 22:09:20 arch kernel: mousedev: PS/2 mouse device common for all mice
Jul 25 22:09:20 arch kernel: piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
Jul 25 22:09:20 arch kernel: piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
Jul 25 22:09:20 arch kernel: piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
Jul 25 22:09:20 arch kernel: input: PC Speaker as /devices/platform/pcspkr/input/input9
Jul 25 22:09:20 arch kernel: sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
Jul 25 22:09:20 arch kernel: sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
Jul 25 22:09:20 arch kernel: sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
Jul 25 22:09:20 arch kernel: RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
Jul 25 22:09:20 arch kernel: RAPL PMU: hw unit of domain package 2^-16 Joules
Jul 25 22:09:20 arch systemd[1]: Starting File System Check on /dev/disk/by-uuid/4988b344-9425-4d68-bb8d-e566069d294e...
Jul 25 22:09:20 arch systemd[1]: Found device KBG5AZNV1T02 LA KIOXIA 2.
Jul 25 22:09:20 arch systemd[1]: Starting File System Check on /dev/disk/by-uuid/8f83aa58-5594-4e4e-9a9f-ac7d4893ad75...
Jul 25 22:09:20 arch systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Jul 25 22:09:20 arch systemd-fsck[741]: /dev/mapper/volgroup0-lv_home: clean, 189/60481536 files, 4079507/241920000 blocks
Jul 25 22:09:20 arch systemd-fsck[746]: /dev/nvme0n1p2: clean, 384/32768 files, 55783/131072 blocks
Jul 25 22:09:20 arch kernel: Bluetooth: Core ver 2.22
Jul 25 22:09:20 arch kernel: NET: Registered PF_BLUETOOTH protocol family
Jul 25 22:09:20 arch kernel: Bluetooth: HCI device and connection manager initialized
Jul 25 22:09:20 arch kernel: Bluetooth: HCI socket layer initialized
Jul 25 22:09:20 arch kernel: Bluetooth: L2CAP socket layer initialized
Jul 25 22:09:20 arch kernel: Bluetooth: SCO socket layer initialized
Jul 25 22:09:20 arch systemd[1]: Finished File System Check on /dev/disk/by-uuid/4988b344-9425-4d68-bb8d-e566069d294e.
Jul 25 22:09:20 arch kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Jul 25 22:09:20 arch kernel: snd_rn_pci_acp3x 0000:07:00.5: enabling device (0000 -> 0002)
Jul 25 22:09:20 arch kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Jul 25 22:09:20 arch kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Jul 25 22:09:20 arch kernel: cfg80211: failed to load regulatory.db
Jul 25 22:09:20 arch kernel: usbcore: registered new interface driver btusb
Jul 25 22:09:20 arch systemd[1]: Finished File System Check on /dev/disk/by-uuid/8f83aa58-5594-4e4e-9a9f-ac7d4893ad75.
Jul 25 22:09:20 arch kernel: ACPI BIOS Error (bug): AE_AML_PACKAGE_LIMIT, Index (0x000000007) is beyond end of object (length 0x3) (20230331/exoparg2-393)
Jul 25 22:09:20 arch kernel: ACPI Error: Aborting method \WMI1.WQA0 due to previous error (AE_AML_PACKAGE_LIMIT) (20230331/psparse-529)
Jul 25 22:09:20 arch kernel: kvm_amd: TSC scaling supported
Jul 25 22:09:20 arch kernel: kvm_amd: Nested Virtualization enabled
Jul 25 22:09:20 arch kernel: kvm_amd: Nested Paging enabled
Jul 25 22:09:20 arch kernel: kvm_amd: Virtual VMLOAD VMSAVE supported
Jul 25 22:09:20 arch kernel: kvm_amd: Virtual GIF supported
Jul 25 22:09:20 arch kernel: kvm_amd: LBR virtualization supported
Jul 25 22:09:20 arch kernel: Bluetooth: hci0: RTL: examining hci_ver=0b hci_rev=000a lmp_ver=0b lmp_subver=8852
Jul 25 22:09:20 arch kernel: r8169 0000:05:00.0 eth0: RTL8168h/8111h, 88:ae:dd:4d:59:96, XID 541, IRQ 96
Jul 25 22:09:20 arch kernel: r8169 0000:05:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
Jul 25 22:09:20 arch kernel: Bluetooth: hci0: RTL: rom_version status=0 version=1
Jul 25 22:09:20 arch kernel: Bluetooth: hci0: RTL: loading rtl_bt/rtl8852au_fw.bin
Jul 25 22:09:20 arch kernel: Bluetooth: hci0: RTL: loading rtl_bt/rtl8852au_config.bin
Jul 25 22:09:20 arch kernel: Bluetooth: hci0: RTL: cfg_sz 6, total sz 61035
Jul 25 22:09:20 arch kernel: r8169 0000:05:00.0 enp5s0: renamed from eth0
Jul 25 22:09:20 arch kernel: MCE: In-kernel MCE decoding enabled.
Jul 25 22:09:20 arch kernel: snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
Jul 25 22:09:20 arch kernel: snd_hda_intel 0000:01:00.1: Disabling MSI
Jul 25 22:09:20 arch kernel: snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
Jul 25 22:09:20 arch kernel: snd_hda_intel 0000:07:00.6: enabling device (0000 -> 0002)
Jul 25 22:09:20 arch systemd[1]: Mounting /boot...
Jul 25 22:09:20 arch systemd[1]: Mounting /home...
Jul 25 22:09:20 arch systemd[1]: Starting Load/Save RF Kill Switch Status...
Jul 25 22:09:20 arch systemd[1]: Reached target Bluetooth Support.
Jul 25 22:09:20 arch systemd[1]: Mounted /boot.
Jul 25 22:09:20 arch systemd[1]: Started Load/Save RF Kill Switch Status.
Jul 25 22:09:20 arch kernel: intel_rapl_common: Found RAPL domain package
Jul 25 22:09:20 arch kernel: intel_rapl_common: Found RAPL domain core
Jul 25 22:09:20 arch kernel: EXT4-fs (nvme0n1p2): mounted filesystem 8f83aa58-5594-4e4e-9a9f-ac7d4893ad75 r/w with ordered data mode. Quota mode: none.
Jul 25 22:09:20 arch systemd[1]: Mounted /home.
Jul 25 22:09:20 arch systemd[1]: Reached target Local File Systems.
Jul 25 22:09:20 arch systemd[1]: Starting Rebuild Dynamic Linker Cache...
Jul 25 22:09:20 arch kernel: EXT4-fs (dm-2): mounted filesystem 4988b344-9425-4d68-bb8d-e566069d294e r/w with ordered data mode. Quota mode: none.
Jul 25 22:09:20 arch systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
Jul 25 22:09:20 arch systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Jul 25 22:09:20 arch systemd[1]: Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Jul 25 22:09:20 arch systemd[1]: Starting Create Volatile Files and Directories...
Jul 25 22:09:20 arch kernel: input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input10
Jul 25 22:09:20 arch kernel: input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input11
Jul 25 22:09:20 arch kernel: input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input12
Jul 25 22:09:20 arch kernel: input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input13
Jul 25 22:09:20 arch systemd[1]: Reached target Sound Card.
Jul 25 22:09:20 arch kernel: snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC222: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
Jul 25 22:09:20 arch kernel: snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Jul 25 22:09:20 arch kernel: snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
Jul 25 22:09:20 arch kernel: snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
Jul 25 22:09:20 arch kernel: snd_hda_codec_realtek hdaudioC1D0:    inputs:
Jul 25 22:09:20 arch kernel: snd_hda_codec_realtek hdaudioC1D0:      Mic=0x18
Jul 25 22:09:20 arch kernel: rtw89_8852ae 0000:04:00.0: loaded firmware rtw89/rtw8852a_fw.bin
Jul 25 22:09:20 arch kernel: rtw89_8852ae 0000:04:00.0: enabling device (0000 -> 0003)
Jul 25 22:09:20 arch kernel: rtw89_8852ae 0000:04:00.0: Firmware version 0.13.36.0, cmd version 0, type 1
Jul 25 22:09:20 arch kernel: rtw89_8852ae 0000:04:00.0: Firmware version 0.13.36.0, cmd version 0, type 3
Jul 25 22:09:20 arch systemd[1]: Finished Create Volatile Files and Directories.
Jul 25 22:09:20 arch kernel: rtw89_8852ae 0000:04:00.0: chip rfe_type is 1
Jul 25 22:09:20 arch kernel: input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:08.1/0000:07:00.6/sound/card1/input14
Jul 25 22:09:20 arch kernel: input: HD-Audio Generic Line Out as /devices/pci0000:00/0000:00:08.1/0000:07:00.6/sound/card1/input15
Jul 25 22:09:20 arch kernel: input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:08.1/0000:07:00.6/sound/card1/input16
Jul 25 22:09:20 arch systemd[1]: Finished Rebuild Dynamic Linker Cache.
Jul 25 22:09:20 arch systemd[1]: Starting Rebuild Journal Catalog...
Jul 25 22:09:20 arch systemd[1]: Starting Network Time Synchronization...
Jul 25 22:09:20 arch systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Jul 25 22:09:20 arch systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Jul 25 22:09:20 arch systemd[1]: Started Network Time Synchronization.
Jul 25 22:09:20 arch systemd[1]: Finished Rebuild Journal Catalog.
Jul 25 22:09:20 arch systemd[1]: Reached target System Time Set.
Jul 25 22:09:20 arch systemd[1]: Starting Update is Completed...
Jul 25 22:09:20 arch systemd[1]: Finished Update is Completed.
Jul 25 22:09:20 arch systemd[1]: Reached target System Initialization.
Jul 25 22:09:20 arch systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Jul 25 22:09:20 arch systemd[1]: Started Daily man-db regeneration.
Jul 25 22:09:20 arch systemd[1]: Started Daily verification of password and group files.
Jul 25 22:09:20 arch systemd[1]: Started Daily Cleanup of Temporary Directories.
Jul 25 22:09:20 arch systemd[1]: Reached target Timer Units.
Jul 25 22:09:20 arch systemd[1]: Listening on D-Bus System Message Bus Socket.
Jul 25 22:09:20 arch systemd[1]: Reached target Socket Units.
Jul 25 22:09:20 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).
Jul 25 22:09:20 arch systemd[1]: Reached target Basic System.
Jul 25 22:09:20 arch systemd[1]: Starting D-Bus System Message Bus...
Jul 25 22:09:20 arch systemd[1]: Started DHCP/ IPv4LL/ IPv6RA/ DHCPv6 client on all interfaces.
Jul 25 22:09:20 arch systemd[1]: Starting Wireless service...
Jul 25 22:09:20 arch systemd[1]: SSH Key Generation was skipped because no trigger condition checks were met.
Jul 25 22:09:20 arch dhcpcd[796]: dhcpcd-10.0.1 starting
Jul 25 22:09:20 arch systemd[1]: Starting User Login Management...
Jul 25 22:09:20 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).
Jul 25 22:09:20 arch dhcpcd[798]: dev: loaded udev
Jul 25 22:09:20 arch dhcpcd[798]: DUID 00:01:00:01:2c:4d:f4:61:42:a7:33:a2:41:b3
Jul 25 22:09:20 arch dbus-daemon[795]: dbus[795]: Unknown group "netdev" in message bus configuration file
Jul 25 22:09:20 arch dbus-daemon[795]: dbus[795]: Unknown group "netdev" in message bus configuration file
Jul 25 22:09:20 arch systemd[1]: Started D-Bus System Message Bus.
Jul 25 22:09:20 arch kernel: NET: Registered PF_ALG protocol family
Jul 25 22:09:20 arch systemd[1]: Starting Network Manager...
Jul 25 22:09:20 arch systemd[1]: Starting WPA supplicant...
Jul 25 22:09:20 arch kernel: 8021q: 802.1Q VLAN Support v1.8
Jul 25 22:09:20 arch systemd-logind[800]: Watching system buttons on /dev/input/event1 (Power Button)
Jul 25 22:09:20 arch systemd-logind[800]: Watching system buttons on /dev/input/event0 (Power Button)
Jul 25 22:09:20 arch systemd-logind[800]: Watching system buttons on /dev/input/event3 (Microsft Microsoft Wireless Desktop Receiver 3.1)
Jul 25 22:09:20 arch systemd-logind[800]: Watching system buttons on /dev/input/event4 (Microsft Microsoft Wireless Desktop Receiver 3.1)
Jul 25 22:09:20 arch systemd-logind[800]: Watching system buttons on /dev/input/event5 (ABBAHOME)
Jul 25 22:09:20 arch systemd-logind[800]: Watching system buttons on /dev/input/event6 (ABBAHOME Consumer Control)
Jul 25 22:09:20 arch systemd-logind[800]: Watching system buttons on /dev/input/event7 (ABBAHOME System Control)
Jul 25 22:09:20 arch systemd-logind[800]: New seat seat0.
Jul 25 22:09:20 arch systemd[1]: Started User Login Management.
Jul 25 22:09:20 arch systemd[1]: Started WPA supplicant.
Jul 25 22:09:20 arch wpa_supplicant[806]: Successfully initialized wpa_supplicant
Jul 25 22:09:20 arch dhcpcd[823]: Dropped protocol specifier '.link' from 'enp5s0.link'. Using 'enp5s0' (ifindex=2).
Jul 25 22:09:20 arch dbus-daemon[795]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.4' (uid=0 pid=823 comm="resolvconf -d enp5s0.link -f")
Jul 25 22:09:20 arch dbus-daemon[795]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Jul 25 22:09:20 arch dhcpcd[823]: Failed to revert interface configuration: Unit dbus-org.freedesktop.resolve1.service not found.
Jul 25 22:09:20 arch dhcpcd[841]: Dropped protocol specifier '.link' from 'wlan0.link'. Using 'wlan0' (ifindex=3).
Jul 25 22:09:20 arch dbus-daemon[795]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.5' (uid=0 pid=841 comm="resolvconf -d wlan0.link -f")
Jul 25 22:09:20 arch dbus-daemon[795]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Jul 25 22:09:20 arch dhcpcd[841]: Failed to revert interface configuration: Unit dbus-org.freedesktop.resolve1.service not found.
Jul 25 22:09:20 arch dhcpcd[798]: no interfaces have a carrier
Jul 25 22:09:20 arch NetworkManager[805]: <info>  [1690315760.7142] NetworkManager (version 1.42.6-1) is starting... (boot:7ff06f9f-f26d-40cb-a3f9-93b4d857d6ba)
Jul 25 22:09:20 arch NetworkManager[805]: <info>  [1690315760.7142] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
Jul 25 22:09:20 arch systemd[1]: Started Network Manager.
Jul 25 22:09:20 arch NetworkManager[805]: <info>  [1690315760.7163] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Jul 25 22:09:20 arch iwd[797]: Wireless daemon version 2.7
Jul 25 22:09:20 arch systemd[1]: Started Wireless service.
Jul 25 22:09:20 arch systemd[1]: Reached target Network.
Jul 25 22:09:20 arch iwd[797]: station: Network configuration is disabled.
Jul 25 22:09:20 arch kernel: Generic FE-GE Realtek PHY r8169-0-500:00: attached PHY driver (mii_bus:phy_addr=r8169-0-500:00, irq=MAC)
Jul 25 22:09:20 arch systemd[1]: Started OpenSSH Daemon.
Jul 25 22:09:20 arch systemd[1]: Starting Permit User Sessions...
Jul 25 22:09:20 arch systemd[1]: Finished Permit User Sessions.
Jul 25 22:09:20 arch systemd[1]: Started Getty on tty1.
Jul 25 22:09:20 arch systemd[1]: Reached target Login Prompts.
Jul 25 22:09:20 arch systemd[1]: Reached target Multi-User System.
Jul 25 22:09:20 arch systemd[1]: Reached target Graphical Interface.
Jul 25 22:09:20 arch systemd[1]: Startup finished in 7.996s (firmware) + 4.034s (loader) + 23.130s (kernel) + 1.682s (userspace) = 36.843s.
Jul 25 22:09:20 arch dhcpcd[798]: enp5s0: waiting for carrier
Jul 25 22:09:20 arch kernel: r8169 0000:05:00.0 enp5s0: Link is Down
Jul 25 22:09:20 arch dhcpcd[798]: wlan0: waiting for carrier
Jul 25 22:09:20 arch dhcpcd[798]: enp5s0: carrier acquired
Jul 25 22:09:20 arch dhcpcd[798]: enp5s0: IAID dd:4d:59:96
Jul 25 22:09:20 arch dhcpcd[798]: enp5s0: adding address fe80::e6d6:37d5:83f8:8ba9
Jul 25 22:09:20 arch dhcpcd[798]: enp5s0: carrier lost
Jul 25 22:09:20 arch NetworkManager[805]: <info>  [1690315760.9907] manager[0x5619dfd7a360]: monitoring kernel firmware directory '/lib/firmware'.
Jul 25 22:09:20 arch dbus-daemon[795]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.6' (uid=0 pid=805 comm="/usr/bin/NetworkManager --no-daemon")
Jul 25 22:09:20 arch sshd[879]: Server listening on 0.0.0.0 port 22.
Jul 25 22:09:20 arch sshd[879]: Server listening on :: port 22.
Jul 25 22:09:20 arch iwd[797]: Wiphy: 0, Name: phy0
Jul 25 22:09:20 arch iwd[797]:         Permanent Address: f4:6a:dd:63:c0:89
Jul 25 22:09:20 arch iwd[797]:         2.4Ghz Band:
Jul 25 22:09:20 arch iwd[797]:                 Bitrates (non-HT):
Jul 25 22:09:20 arch iwd[797]:                          1.0 Mbps
Jul 25 22:09:20 arch iwd[797]:                          2.0 Mbps
Jul 25 22:09:20 arch iwd[797]:                          5.5 Mbps
Jul 25 22:09:20 arch iwd[797]:                         11.0 Mbps
Jul 25 22:09:20 arch iwd[797]:                          6.0 Mbps
Jul 25 22:09:20 arch iwd[797]:                          9.0 Mbps
Jul 25 22:09:20 arch iwd[797]:                         12.0 Mbps
Jul 25 22:09:20 arch iwd[797]:                         18.0 Mbps
Jul 25 22:09:20 arch iwd[797]:                         24.0 Mbps
Jul 25 22:09:20 arch iwd[797]:                         36.0 Mbps
Jul 25 22:09:20 arch iwd[797]:                         48.0 Mbps
Jul 25 22:09:20 arch iwd[797]:                         54.0 Mbps
Jul 25 22:09:20 arch iwd[797]:                 HT Capabilities:
Jul 25 22:09:20 arch iwd[797]:                         HT40
Jul 25 22:09:20 arch iwd[797]:                         Short GI for 20Mhz
Jul 25 22:09:20 arch iwd[797]:                         Short GI for 40Mhz
Jul 25 22:09:20 arch iwd[797]:                 HT RX MCS indexes:
Jul 25 22:09:20 arch iwd[797]:                         0-15
Jul 25 22:09:20 arch iwd[797]:                         32
Jul 25 22:09:20 arch iwd[797]:                 HE Capabilities
Jul 25 22:09:20 arch iwd[797]:                         Interface Types: ap
Jul 25 22:09:20 arch iwd[797]:                         Max HE RX <= 80MHz MCS: 0-11 for NSS: 2
Jul 25 22:09:20 arch iwd[797]:                         Max HE TX <= 80MHz MCS: 0-11 for NSS: 2
Jul 25 22:09:20 arch iwd[797]:                         Interface Types: station
Jul 25 22:09:20 arch iwd[797]:                         Max HE RX <= 80MHz MCS: 0-11 for NSS: 2
Jul 25 22:09:20 arch iwd[797]:                         Max HE TX <= 80MHz MCS: 0-11 for NSS: 2
Jul 25 22:09:20 arch iwd[797]:         5Ghz Band:
Jul 25 22:09:20 arch iwd[797]:                 Bitrates (non-HT):
Jul 25 22:09:20 arch iwd[797]:                          6.0 Mbps
Jul 25 22:09:20 arch iwd[797]:                          9.0 Mbps
Jul 25 22:09:20 arch iwd[797]:                         12.0 Mbps
Jul 25 22:09:20 arch iwd[797]:                         18.0 Mbps
Jul 25 22:09:20 arch iwd[797]:                         24.0 Mbps
Jul 25 22:09:20 arch iwd[797]:                         36.0 Mbps
Jul 25 22:09:20 arch iwd[797]:                         48.0 Mbps
Jul 25 22:09:20 arch iwd[797]:                         54.0 Mbps
Jul 25 22:09:20 arch iwd[797]:                 HT Capabilities:
Jul 25 22:09:20 arch iwd[797]:                         HT40
Jul 25 22:09:20 arch iwd[797]:                         Short GI for 20Mhz
Jul 25 22:09:20 arch iwd[797]:                         Short GI for 40Mhz
Jul 25 22:09:20 arch iwd[797]:                 HT RX MCS indexes:
Jul 25 22:09:20 arch iwd[797]:                         0-15
Jul 25 22:09:20 arch iwd[797]:                         32
Jul 25 22:09:20 arch iwd[797]:                 VHT Capabilities:
Jul 25 22:09:20 arch iwd[797]:                         Short GI for 80Mhz
Jul 25 22:09:20 arch iwd[797]:                         Max RX MCS: 0-9 for NSS: 2
Jul 25 22:09:20 arch iwd[797]:                         Max TX MCS: 0-9 for NSS: 2
Jul 25 22:09:20 arch iwd[797]:                 HE Capabilities
Jul 25 22:09:20 arch iwd[797]:                         Interface Types: ap
Jul 25 22:09:20 arch iwd[797]:                         Max HE RX <= 80MHz MCS: 0-11 for NSS: 2
Jul 25 22:09:20 arch iwd[797]:                         Max HE TX <= 80MHz MCS: 0-11 for NSS: 2
Jul 25 22:09:20 arch iwd[797]:                         Interface Types: station
Jul 25 22:09:20 arch iwd[797]:                         Max HE RX <= 80MHz MCS: 0-11 for NSS: 2
Jul 25 22:09:20 arch iwd[797]:                         Max HE TX <= 80MHz MCS: 0-11 for NSS: 2
Jul 25 22:09:20 arch iwd[797]:         Ciphers: BIP-CMAC-256 BIP-GMAC-256 BIP-GMAC-128 CCMP-256
Jul 25 22:09:20 arch iwd[797]:                  GCMP-256 GCMP-128 BIP-CMAC-128 CCMP-128
Jul 25 22:09:20 arch iwd[797]:                  TKIP
Jul 25 22:09:20 arch iwd[797]:         Supported iftypes: station ap p2p-client p2p-go
Jul 25 22:09:21 arch systemd[1]: Starting Hostname Service...
Jul 25 22:09:21 arch dhcpcd[885]: Dropped protocol specifier '.link' from 'enp5s0.link'. Using 'enp5s0' (ifindex=2).
Jul 25 22:09:21 arch dbus-daemon[795]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.8' (uid=0 pid=885 comm="resolvconf -d enp5s0.link -f")
Jul 25 22:09:21 arch dbus-daemon[795]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Jul 25 22:09:21 arch dhcpcd[885]: Failed to revert interface configuration: Unit dbus-org.freedesktop.resolve1.service not found.
Jul 25 22:09:21 arch dhcpcd[798]: enp5s0: deleting address fe80::e6d6:37d5:83f8:8ba9
Jul 25 22:09:21 arch dhcpcd[798]: wlan0: carrier acquired
Jul 25 22:09:21 arch dhcpcd[798]: wlan0: IAID dd:63:c0:89
Jul 25 22:09:21 arch dhcpcd[798]: wlan0: adding address fe80::77c2:dbd5:7021:abbb
Jul 25 22:09:21 arch dhcpcd[798]: ipv6_addaddr1: No such device
Jul 25 22:09:21 arch dhcpcd[798]: ipv6_addaddr1: No such device
Jul 25 22:09:21 arch dhcpcd[798]: wlan0: removing interface
Jul 25 22:09:21 arch dbus-daemon[795]: [system] Successfully activated service 'org.freedesktop.hostname1'
Jul 25 22:09:21 arch systemd[1]: Started Hostname Service.
Jul 25 22:09:21 arch NetworkManager[805]: <info>  [1690315761.0838] hostname: hostname: using hostnamed
Jul 25 22:09:21 arch NetworkManager[805]: <info>  [1690315761.0839] hostname: static hostname changed from (none) to "arch"
Jul 25 22:09:21 arch NetworkManager[805]: <info>  [1690315761.0842] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink
Jul 25 22:09:21 arch NetworkManager[805]: <info>  [1690315761.0848] rfkill1: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:02.1/0000:02:00.2/0000:03:00.0/0000:04:00.0/ieee80211/phy0/rfkill1) (driver rtw89_8852ae)
Jul 25 22:09:21 arch NetworkManager[805]: <info>  [1690315761.0848] manager[0x5619dfd7a360]: rfkill: Wi-Fi hardware radio set enabled
Jul 25 22:09:21 arch NetworkManager[805]: <info>  [1690315761.0849] manager[0x5619dfd7a360]: rfkill: WWAN hardware radio set enabled
Jul 25 22:09:21 arch NetworkManager[805]: <info>  [1690315761.0876] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.42.6-1/libnm-device-plugin-wifi.so)
Jul 25 22:09:21 arch NetworkManager[805]: <info>  [1690315761.0879] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.42.6-1/libnm-device-plugin-adsl.so)
Jul 25 22:09:21 arch NetworkManager[805]: <info>  [1690315761.1069] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.42.6-1/libnm-device-plugin-team.so)
Jul 25 22:09:21 arch NetworkManager[805]: <info>  [1690315761.1075] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.42.6-1/libnm-device-plugin-ovs.so)
Jul 25 22:09:21 arch NetworkManager[805]: <info>  [1690315761.1100] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.42.6-1/libnm-device-plugin-wwan.so)
Jul 25 22:09:21 arch NetworkManager[805]: <info>  [1690315761.1114] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.42.6-1/libnm-device-plugin-bluetooth.so)
Jul 25 22:09:21 arch NetworkManager[805]: <info>  [1690315761.1115] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Jul 25 22:09:21 arch NetworkManager[805]: <info>  [1690315761.1116] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Jul 25 22:09:21 arch NetworkManager[805]: <info>  [1690315761.1116] manager: Networking is enabled by state file
Jul 25 22:09:21 arch dbus-daemon[795]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.6' (uid=0 pid=805 comm="/usr/bin/NetworkManager --no-daemon")
Jul 25 22:09:21 arch NetworkManager[805]: <info>  [1690315761.1118] settings: Loaded settings plugin: keyfile (internal)
Jul 25 22:09:21 arch systemd[1]: Starting Network Manager Script Dispatcher Service...
Jul 25 22:09:21 arch dbus-daemon[795]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Jul 25 22:09:21 arch systemd[1]: Started Network Manager Script Dispatcher Service.
Jul 25 22:09:21 arch NetworkManager[805]: <info>  [1690315761.1617] dhcp: init: Using DHCP client 'internal'
Jul 25 22:09:21 arch NetworkManager[805]: <info>  [1690315761.1618] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1)
Jul 25 22:09:21 arch NetworkManager[805]: <info>  [1690315761.1625] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external')
Jul 25 22:09:21 arch NetworkManager[805]: <info>  [1690315761.1627] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external')
Jul 25 22:09:21 arch NetworkManager[805]: <info>  [1690315761.1629] device (lo): Activation: starting connection 'lo' (d1cfb453-1749-4b64-b644-2b71a4332ec5)
Jul 25 22:09:21 arch NetworkManager[805]: <info>  [1690315761.1632] manager: (enp5s0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Jul 25 22:09:21 arch NetworkManager[805]: <info>  [1690315761.1636] settings: (enp5s0): created default wired connection 'Wired connection 1'
Jul 25 22:09:21 arch NetworkManager[805]: <info>  [1690315761.1636] device (enp5s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Jul 25 22:09:21 arch NetworkManager[805]: <info>  [1690315761.2145] device (wlan0): driver supports Access Point (AP) mode
Jul 25 22:09:21 arch NetworkManager[805]: <info>  [1690315761.2149] manager: (wlan0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/3)
Jul 25 22:09:21 arch dhcpcd[798]: wlan0: connected to Access Point:
Jul 25 22:09:21 arch NetworkManager[805]: <info>  [1690315761.2171] ovsdb: disconnected from ovsdb
Jul 25 22:09:21 arch NetworkManager[805]: <info>  [1690315761.2172] device (lo): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external')
Jul 25 22:09:21 arch NetworkManager[805]: <info>  [1690315761.2173] device (lo): state change: prepare -> config (reason 'none', sys-iface-state: 'external')
Jul 25 22:09:21 arch NetworkManager[805]: <info>  [1690315761.2173] device (lo): state change: config -> ip-config (reason 'none', sys-iface-state: 'external')
Jul 25 22:09:21 arch NetworkManager[805]: <info>  [1690315761.2178] device (lo): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external')
Jul 25 22:09:21 arch NetworkManager[805]: <info>  [1690315761.2180] device (wlan0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Jul 25 22:09:21 arch dhcpcd[798]: wlan0: IAID dd:63:c0:89
Jul 25 22:09:21 arch dhcpcd[798]: wlan0: adding address fe80::77c2:dbd5:7021:abbb
Jul 25 22:09:21 arch dhcpcd[798]: wlan0: carrier lost
Jul 25 22:09:21 arch NetworkManager[805]: <info>  [1690315761.3045] device (wlan0): set-hw-addr: set MAC address to BE:A6:2A:6A:E5:D9 (scanning)
Jul 25 22:09:21 arch dhcpcd[905]: Dropped protocol specifier '.link' from 'wlan0.link'. Using 'wlan0' (ifindex=4).
Jul 25 22:09:21 arch NetworkManager[805]: <info>  [1690315761.3579] device (lo): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external')
Jul 25 22:09:21 arch NetworkManager[805]: <info>  [1690315761.3580] device (lo): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external')
Jul 25 22:09:21 arch dbus-daemon[795]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.11' (uid=0 pid=905 comm="resolvconf -d wlan0.link -f")
Jul 25 22:09:21 arch dbus-daemon[795]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Jul 25 22:09:21 arch NetworkManager[805]: <info>  [1690315761.3583] device (lo): Activation: successful, device activated.
Jul 25 22:09:21 arch dhcpcd[905]: Failed to revert interface configuration: Unit dbus-org.freedesktop.resolve1.service not found.
Jul 25 22:09:21 arch dhcpcd[798]: wlan0: deleting address fe80::77c2:dbd5:7021:abbb
Jul 25 22:09:21 arch dhcpcd[798]: wlan0: old hardware address: f4:6a:dd:63:c0:89
Jul 25 22:09:21 arch dhcpcd[798]: wlan0: new hardware address: be:a6:2a:6a:e5:d9
Jul 25 22:09:21 arch dhcpcd[798]: wlan0: carrier acquired
Jul 25 22:09:21 arch wpa_supplicant[806]: nl80211: kernel reports: Match already configured
Jul 25 22:09:21 arch wpa_supplicant[806]: nl80211: kernel reports: Match already configured
Jul 25 22:09:21 arch iwd[797]: Could not register frame watch type 00d0: -114
Jul 25 22:09:21 arch wpa_supplicant[806]: nl80211: kernel reports: Match already configured
Jul 25 22:09:21 arch wpa_supplicant[806]: nl80211: kernel reports: Match already configured
Jul 25 22:09:21 arch wpa_supplicant[806]: nl80211: kernel reports: Match already configured
Jul 25 22:09:21 arch wpa_supplicant[806]: nl80211: kernel reports: Match already configured
Jul 25 22:09:21 arch wpa_supplicant[806]: nl80211: kernel reports: Match already configured
Jul 25 22:09:21 arch wpa_supplicant[806]: nl80211: kernel reports: Match already configured
Jul 25 22:09:21 arch wpa_supplicant[806]: nl80211: kernel reports: Match already configured
Jul 25 22:09:21 arch wpa_supplicant[806]: nl80211: kernel reports: Match already configured
Jul 25 22:09:21 arch dhcpcd[798]: wlan0: IAID 2a:6a:e5:d9
Jul 25 22:09:21 arch dhcpcd[798]: wlan0: adding address fe80::cf28:89dc:5b72:773e
Jul 25 22:09:21 arch dhcpcd[798]: wlan0: carrier lost
Jul 25 22:09:21 arch dhcpcd[910]: Dropped protocol specifier '.link' from 'wlan0.link'. Using 'wlan0' (ifindex=4).
Jul 25 22:09:21 arch dbus-daemon[795]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.12' (uid=0 pid=910 comm="resolvconf -d wlan0.link -f")
Jul 25 22:09:21 arch dbus-daemon[795]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Jul 25 22:09:21 arch dhcpcd[910]: Failed to revert interface configuration: Unit dbus-org.freedesktop.resolve1.service not found.
Jul 25 22:09:21 arch dhcpcd[798]: wlan0: deleting address fe80::cf28:89dc:5b72:773e
Jul 25 22:09:21 arch NetworkManager[805]: <info>  [1690315761.4645] device (wlan0): supplicant interface state: internal-starting -> disconnected
Jul 25 22:09:21 arch NetworkManager[805]: <info>  [1690315761.4646] Wi-Fi P2P device controlled by interface wlan0 created
Jul 25 22:09:21 arch NetworkManager[805]: <info>  [1690315761.4647] manager: (p2p-dev-wlan0): new 802.11 Wi-Fi P2P device (/org/freedesktop/NetworkManager/Devices/4)
Jul 25 22:09:21 arch NetworkManager[805]: <info>  [1690315761.4648] device (p2p-dev-wlan0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Jul 25 22:09:21 arch NetworkManager[805]: <info>  [1690315761.4651] device (wlan0): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
Jul 25 22:09:21 arch NetworkManager[805]: <info>  [1690315761.4653] device (p2p-dev-wlan0): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed')
Jul 25 22:09:21 arch wpa_supplicant[806]: wlan0: CTRL-EVENT-SCAN-FAILED ret=-16
Jul 25 22:09:21 arch kernel: Bluetooth: hci0: RTL: fw version 0xdac7480d
Jul 25 22:09:21 arch kernel: Bluetooth: hci0: AOSP extensions version v1.00
Jul 25 22:09:21 arch kernel: Bluetooth: hci0: AOSP quality report is supported
Jul 25 22:09:22 arch wpa_supplicant[806]: wlan0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Jul 25 22:09:22 arch wpa_supplicant[806]: wlan0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Jul 25 22:09:25 arch systemd[1]: systemd-rfkill.service: Deactivated successfully.
Jul 25 22:09:28 arch login[881]: pam_unix(login:auth): authentication failure; logname= uid=0 euid=0 tty=/dev/tty1 ruser= rhost=  user=root
Jul 25 22:09:28 arch NetworkManager[805]: <info>  [1690315768.6733] manager: startup complete
Jul 25 22:09:28 arch kernel: wlan0: authenticate with 04:f0:21:90:d7:b5
Jul 25 22:09:28 arch kernel: wlan0: send auth to 04:f0:21:90:d7:b5 (try 1/3)
Jul 25 22:09:28 arch kernel: wlan0: authenticated
Jul 25 22:09:28 arch kernel: wlan0: associate with 04:f0:21:90:d7:b5 (try 1/3)
Jul 25 22:09:28 arch kernel: wlan0: RX AssocResp from 04:f0:21:90:d7:b5 (capab=0x431 status=0 aid=2)
Jul 25 22:09:28 arch wpa_supplicant[806]: wlan0: No network configuration found for the current AP
Jul 25 22:09:28 arch wpa_supplicant[806]: wlan0: CTRL-EVENT-DISCONNECTED bssid=04:f0:21:90:d7:b5 reason=3 locally_generated=1
Jul 25 22:09:28 arch wpa_supplicant[806]: wlan0: CTRL-EVENT-DSCP-POLICY clear_all
Jul 25 22:09:28 arch NetworkManager[805]: <info>  [1690315768.8988] device (wlan0): supplicant interface state: disconnected -> associated
Jul 25 22:09:28 arch wpa_supplicant[806]: wlan0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Jul 25 22:09:28 arch NetworkManager[805]: <info>  [1690315768.8988] device (p2p-dev-wlan0): supplicant management interface state: disconnected -> associated
Jul 25 22:09:28 arch kernel: wlan0: associated
Jul 25 22:09:28 arch NetworkManager[805]: <info>  [1690315768.9039] device (wlan0): supplicant interface state: associated -> disconnected
Jul 25 22:09:28 arch NetworkManager[805]: <info>  [1690315768.9040] device (p2p-dev-wlan0): supplicant management interface state: associated -> disconnected
Jul 25 22:09:28 arch iwd[797]: hardware_rekey not supported
Jul 25 22:09:28 arch dhcpcd[798]: wlan0: carrier acquired
Jul 25 22:09:28 arch dhcpcd[798]: wlan0: connected to Access Point: HeimNetz
Jul 25 22:09:28 arch dhcpcd[798]: wlan0: IAID 2a:6a:e5:d9
Jul 25 22:09:28 arch dhcpcd[798]: wlan0: adding address fe80::28ba:11cb:16ff:9ce6
Jul 25 22:09:28 arch kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
Jul 25 22:09:28 arch dhcpcd[798]: wlan0: soliciting an IPv6 router
Jul 25 22:09:29 arch NetworkManager[805]: <info>  [1690315769.0046] device (wlan0): supplicant interface state: disconnected -> scanning
Jul 25 22:09:29 arch NetworkManager[805]: <info>  [1690315769.0046] device (p2p-dev-wlan0): supplicant management interface state: disconnected -> scanning
Jul 25 22:09:30 arch wpa_supplicant[806]: wlan0: Reject scan trigger since one is already pending
Jul 25 22:09:30 arch dhcpcd[798]: wlan0: Router Advertisement from fe80::da58:d7ff:fe01:4ce0
Jul 25 22:09:30 arch dhcpcd[798]: wlan0: adding address fd8c:6740:189e:0:74d1:8261:a7ec:de0c/64
Jul 25 22:09:30 arch dhcpcd[798]: wlan0: adding route to fd8c:6740:189e::/64
Jul 25 22:09:30 arch dhcpcd[798]: wlan0: requesting DHCPv6 information
Jul 25 22:09:30 arch login[881]: FAILED LOGIN 1 FROM tty1 FOR root, Authentication failure
Jul 25 22:09:30 arch dhcpcd[798]: wlan0: rebinding lease of 192.168.1.231
Jul 25 22:09:31 arch systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Jul 25 22:09:31 arch dhcpcd[798]: wlan0: REPLY6 received from fe80::da58:d7ff:fe01:4ce0
Jul 25 22:09:31 arch dhcpcd[798]: wlan0: refresh in 86400 seconds
Jul 25 22:09:31 arch dhcpcd[927]: Dropped protocol specifier '.dhcp6' from 'wlan0.dhcp6'. Using 'wlan0' (ifindex=4).
Jul 25 22:09:31 arch dbus-daemon[795]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.13' (uid=0 pid=927 comm="resolvconf -a wlan0.dhcp6")
Jul 25 22:09:31 arch dbus-daemon[795]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Jul 25 22:09:31 arch dhcpcd[927]: Failed to set DNS configuration: Unit dbus-org.freedesktop.resolve1.service not found.
Jul 25 22:09:32 arch dhcpcd[934]: Dropped protocol specifier '.ra' from 'wlan0.ra'. Using 'wlan0' (ifindex=4).
Jul 25 22:09:32 arch dbus-daemon[795]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.14' (uid=0 pid=934 comm="resolvconf -a wlan0.ra")
Jul 25 22:09:32 arch dbus-daemon[795]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Jul 25 22:09:32 arch dhcpcd[934]: Failed to set DNS configuration: Unit dbus-org.freedesktop.resolve1.service not found.
Jul 25 22:09:33 arch dhcpcd[798]: wlan0: carrier lost - roaming
Jul 25 22:09:33 arch NetworkManager[805]: <info>  [1690315773.9362] device (wlan0): supplicant interface state: scanning -> disconnected
Jul 25 22:09:33 arch NetworkManager[805]: <info>  [1690315773.9362] device (p2p-dev-wlan0): supplicant management interface state: scanning -> disconnected
Jul 25 22:09:33 arch dhcpcd[940]: resolvconf: invalid option -- 'C'
Jul 25 22:09:33 arch dhcpcd[798]: wlan0: carrier acquired
Jul 25 22:09:33 arch dhcpcd[944]: resolvconf: invalid option -- 'c'
Jul 25 22:09:33 arch dhcpcd[798]: wlan0: IAID 2a:6a:e5:d9
Jul 25 22:09:33 arch dhcpcd[798]: wlan0: no useable IA found in lease
Jul 25 22:09:33 arch dhcpcd[798]: wlan0: no useable IA found in lease
Jul 25 22:09:33 arch dhcpcd[798]: dhcp6_startinit: /var/lib/dhcpcd/wlan0-HeimNetz.lease6: Success
Jul 25 22:09:33 arch dhcpcd[798]: dhcp6_startinit: /var/lib/dhcpcd/wlan0-HeimNetz.lease6: Success
Jul 25 22:09:33 arch dhcpcd[798]: wlan0: rebinding lease of 192.168.1.231
Jul 25 22:09:34 arch dhcpcd[798]: wlan0: soliciting an IPv6 router
Jul 25 22:09:34 arch dhcpcd[798]: wlan0: Router Advertisement from fe80::da58:d7ff:fe01:4ce0
Jul 25 22:09:34 arch dhcpcd[949]: Dropped protocol specifier '.ra' from 'wlan0.ra'. Using 'wlan0' (ifindex=4).
Jul 25 22:09:34 arch dbus-daemon[795]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.15' (uid=0 pid=949 comm="resolvconf -a wlan0.ra")
Jul 25 22:09:34 arch dbus-daemon[795]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Jul 25 22:09:34 arch dhcpcd[949]: Failed to set DNS configuration: Unit dbus-org.freedesktop.resolve1.service not found.
Jul 25 22:09:34 arch dhcpcd[798]: wlan0: requesting DHCPv6 information
Jul 25 22:09:35 arch dhcpcd[798]: wlan0: REPLY6 received from fe80::da58:d7ff:fe01:4ce0
Jul 25 22:09:35 arch dhcpcd[798]: wlan0: refresh in 86400 seconds
Jul 25 22:09:35 arch dhcpcd[955]: Dropped protocol specifier '.dhcp6' from 'wlan0.dhcp6'. Using 'wlan0' (ifindex=4).
Jul 25 22:09:35 arch dbus-daemon[795]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.16' (uid=0 pid=955 comm="resolvconf -a wlan0.dhcp6")
Jul 25 22:09:35 arch dbus-daemon[795]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Jul 25 22:09:35 arch dhcpcd[955]: Failed to set DNS configuration: Unit dbus-org.freedesktop.resolve1.service not found.
Jul 25 22:09:35 arch dbus-daemon[795]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.6' (uid=0 pid=805 comm="/usr/bin/NetworkManager --no-daemon")
Jul 25 22:09:35 arch dbus-daemon[795]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Jul 25 22:09:35 arch dbus-daemon[795]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.6' (uid=0 pid=805 comm="/usr/bin/NetworkManager --no-daemon")
Jul 25 22:09:35 arch systemd[1]: Starting Network Manager Script Dispatcher Service...
Jul 25 22:09:35 arch dbus-daemon[795]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Jul 25 22:09:35 arch systemd[1]: Started Network Manager Script Dispatcher Service.
Jul 25 22:09:36 arch wpa_supplicant[806]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-9999 noise=9999 txrate=0
Jul 25 22:09:38 arch dhcpcd[798]: wlan0: DHCP lease expired
Jul 25 22:09:38 arch dhcpcd[798]: wlan0: DHCP lease expired
Jul 25 22:09:38 arch dhcpcd[966]: Dropped protocol specifier '.dhcp' from 'wlan0.dhcp'. Using 'wlan0' (ifindex=4).
Jul 25 22:09:38 arch dbus-daemon[795]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.18' (uid=0 pid=966 comm="resolvconf -d wlan0.dhcp -f")
Jul 25 22:09:38 arch dbus-daemon[795]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Jul 25 22:09:38 arch dhcpcd[966]: Failed to revert interface configuration: Unit dbus-org.freedesktop.resolve1.service not found.
Jul 25 22:09:38 arch dhcpcd[798]: wlan0: soliciting a DHCP lease
Jul 25 22:09:39 arch login[881]: FAILED LOGIN 2 FROM tty1 FOR root, Authentication failure
Jul 25 22:09:42 arch dhcpcd[798]: wlan0: offered 192.168.1.214 from 192.168.1.1
Jul 25 22:09:42 arch dhcpcd[798]: wlan0: probing address 192.168.1.214/24
Jul 25 22:09:45 arch systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Jul 25 22:09:47 arch dhcpcd[798]: wlan0: leased 192.168.1.214 for 43200 seconds
Jul 25 22:09:47 arch dhcpcd[798]: wlan0: adding route to 192.168.1.0/24
Jul 25 22:09:47 arch dhcpcd[798]: wlan0: adding default route via 192.168.1.1
Jul 25 22:09:47 arch dhcpcd[978]: Dropped protocol specifier '.dhcp' from 'wlan0.dhcp'. Using 'wlan0' (ifindex=4).
Jul 25 22:09:47 arch dbus-daemon[795]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.19' (uid=0 pid=978 comm="resolvconf -a wlan0.dhcp")
Jul 25 22:09:47 arch dbus-daemon[795]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Jul 25 22:09:47 arch dhcpcd[978]: Failed to set DNS configuration: Unit dbus-org.freedesktop.resolve1.service not found.
Jul 25 22:09:48 arch wpa_supplicant[806]: wlan0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Jul 25 22:09:49 arch login[881]: pam_unix(login:session): session opened for user root(uid=0) by root(uid=0)
Jul 25 22:09:49 arch systemd[1]: Created slice User Slice of UID 0.
Jul 25 22:09:49 arch systemd[1]: Starting User Runtime Directory /run/user/0...
Jul 25 22:09:49 arch systemd-logind[800]: New session 1 of user root.
Jul 25 22:09:49 arch systemd[1]: Finished User Runtime Directory /run/user/0.
Jul 25 22:09:49 arch systemd[1]: Starting User Manager for UID 0...
Jul 25 22:09:49 arch (systemd)[984]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[root] ruser=[<unknown>] rhost=[<unknown>]
Jul 25 22:09:49 arch (systemd)[984]: pam_unix(systemd-user:session): session opened for user root(uid=0) by root(uid=0)
Jul 25 22:09:49 arch systemd[984]: Queued start job for default target Main User Target.
Jul 25 22:09:49 arch systemd[984]: Created slice User Application Slice.
Jul 25 22:09:49 arch systemd[984]: Reached target Paths.
Jul 25 22:09:49 arch systemd[984]: Reached target Timers.
Jul 25 22:09:49 arch systemd[984]: Starting D-Bus User Message Bus Socket...
Jul 25 22:09:49 arch systemd[984]: Listening on GnuPG network certificate management daemon.
Jul 25 22:09:49 arch systemd[984]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Jul 25 22:09:49 arch systemd[984]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Jul 25 22:09:49 arch systemd[984]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Jul 25 22:09:49 arch systemd[984]: Listening on GnuPG cryptographic agent and passphrase cache.
Jul 25 22:09:49 arch systemd[984]: Listening on p11-kit server.
Jul 25 22:09:49 arch systemd[984]: Listening on D-Bus User Message Bus Socket.
Jul 25 22:09:49 arch systemd[984]: Reached target Sockets.
Jul 25 22:09:49 arch systemd[984]: Reached target Basic System.
Jul 25 22:09:49 arch systemd[984]: Reached target Main User Target.
Jul 25 22:09:49 arch systemd[984]: Startup finished in 110ms.
Jul 25 22:09:49 arch systemd[1]: Started User Manager for UID 0.
Jul 25 22:09:49 arch systemd[1]: Started Session 1 of User root.
Jul 25 22:09:49 arch login[881]: ROOT LOGIN ON tty1
Jul 25 22:09:50 arch systemd-timesyncd[791]: Contacted time server 5.1.56.123:123 (2.arch.pool.ntp.org).
Jul 25 22:09:50 arch systemd-timesyncd[791]: Initial clock synchronization to Tue 2023-07-25 22:09:50.530267 CEST.
Jul 25 22:09:51 arch systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Jul 25 22:09:51 arch dbus-daemon[795]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.6' (uid=0 pid=805 comm="/usr/bin/NetworkManager --no-daemon")
Jul 25 22:09:51 arch dbus-daemon[795]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Jul 25 22:09:52 arch dbus-daemon[795]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.6' (uid=0 pid=805 comm="/usr/bin/NetworkManager --no-daemon")
Jul 25 22:09:52 arch systemd[1]: Starting Network Manager Script Dispatcher Service...
Jul 25 22:09:52 arch dbus-daemon[795]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Jul 25 22:09:52 arch systemd[1]: Started Network Manager Script Dispatcher Service.
Jul 25 22:10:02 arch systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Jul 25 22:10:23 arch dbus-daemon[795]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.6' (uid=0 pid=805 comm="/usr/bin/NetworkManager --no-daemon")
Jul 25 22:10:23 arch dbus-daemon[795]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Jul 25 22:11:27 arch dbus-daemon[795]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.6' (uid=0 pid=805 comm="/usr/bin/NetworkManager --no-daemon")
Jul 25 22:11:27 arch dbus-daemon[795]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Jul 25 22:13:35 arch dbus-daemon[795]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.6' (uid=0 pid=805 comm="/usr/bin/NetworkManager --no-daemon")
Jul 25 22:13:35 arch dbus-daemon[795]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Jul 25 22:14:51 arch dbus-daemon[795]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.6' (uid=0 pid=805 comm="/usr/bin/NetworkManager --no-daemon")
Jul 25 22:14:51 arch dbus-daemon[795]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Jul 25 22:16:09 arch kernel: wlan0: deauthenticating from 04:f0:21:90:d7:b5 by local choice (Reason: 3=DEAUTH_LEAVING)
Jul 25 22:16:09 arch iwd[797]: Received Deauthentication event, reason: 3, from_ap: false
Jul 25 22:16:09 arch dhcpcd[798]: wlan0: carrier lost
Jul 25 22:16:09 arch NetworkManager[805]: <info>  [1690316169.1474] device (wlan0): set-hw-addr: set MAC address to F2:E3:EB:F1:A7:E4 (scanning)
Jul 25 22:16:09 arch NetworkManager[805]: <info>  [1690316169.1999] device (wlan0): supplicant interface state: disconnected -> interface_disabled
Jul 25 22:16:09 arch NetworkManager[805]: <info>  [1690316169.1999] device (p2p-dev-wlan0): supplicant management interface state: disconnected -> interface_disabled
Jul 25 22:16:09 arch dhcpcd[1026]: Dropped protocol specifier '.link' from 'wlan0.link'. Using 'wlan0' (ifindex=4).
Jul 25 22:16:09 arch dbus-daemon[795]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.27' (uid=0 pid=1026 comm="resolvconf -d wlan0.link -f")
Jul 25 22:16:09 arch dbus-daemon[795]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Jul 25 22:16:09 arch dhcpcd[1026]: Failed to revert interface configuration: Unit dbus-org.freedesktop.resolve1.service not found.
Jul 25 22:16:09 arch dhcpcd[798]: ps_bpf_recvbpf: unexpected event 0x0100
Jul 25 22:16:09 arch dhcpcd[798]: ps_bpf_recvbpf: unexpected event 0x0100
Jul 25 22:16:09 arch dhcpcd[798]: ps_bpf_recvbpf: unexpected event 0x0100
Jul 25 22:16:09 arch dhcpcd[798]: ps_bpf_recvbpf: unexpected event 0x0100
Jul 25 22:16:09 arch dhcpcd[1030]: Dropped protocol specifier '.dhcp6' from 'wlan0.dhcp6'. Using 'wlan0' (ifindex=4).
Jul 25 22:16:09 arch dbus-daemon[795]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.28' (uid=0 pid=1030 comm="resolvconf -d wlan0.dhcp6 -f")
Jul 25 22:16:09 arch dbus-daemon[795]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Jul 25 22:16:09 arch dhcpcd[1030]: Failed to revert interface configuration: Unit dbus-org.freedesktop.resolve1.service not found.
Jul 25 22:16:09 arch dhcpcd[798]: wlan0: deleting address fd8c:6740:189e:0:74d1:8261:a7ec:de0c/64
Jul 25 22:16:09 arch dhcpcd[798]: wlan0: deleting route to fd8c:6740:189e::/64
Jul 25 22:16:09 arch dhcpcd[1034]: Dropped protocol specifier '.ra' from 'wlan0.ra'. Using 'wlan0' (ifindex=4).
Jul 25 22:16:09 arch dbus-daemon[795]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.29' (uid=0 pid=1034 comm="resolvconf -d wlan0.ra -f")
Jul 25 22:16:09 arch dbus-daemon[795]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Jul 25 22:16:09 arch dhcpcd[1034]: Failed to revert interface configuration: Unit dbus-org.freedesktop.resolve1.service not found.
Jul 25 22:16:09 arch dhcpcd[798]: wlan0: deleting address fe80::28ba:11cb:16ff:9ce6
Jul 25 22:16:09 arch dhcpcd[798]: wlan0: deleting route to 192.168.1.0/24
Jul 25 22:16:09 arch dhcpcd[798]: wlan0: deleting default route via 192.168.1.1
Jul 25 22:16:09 arch dhcpcd[1038]: Dropped protocol specifier '.dhcp' from 'wlan0.dhcp'. Using 'wlan0' (ifindex=4).
Jul 25 22:16:09 arch dbus-daemon[795]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.30' (uid=0 pid=1038 comm="resolvconf -d wlan0.dhcp -f")
Jul 25 22:16:09 arch dbus-daemon[795]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Jul 25 22:16:09 arch dhcpcd[1038]: Failed to revert interface configuration: Unit dbus-org.freedesktop.resolve1.service not found.
Jul 25 22:16:09 arch dhcpcd[798]: wlan0: old hardware address: be:a6:2a:6a:e5:d9
Jul 25 22:16:09 arch dhcpcd[798]: wlan0: new hardware address: f2:e3:eb:f1:a7:e4
Jul 25 22:16:09 arch NetworkManager[805]: <info>  [1690316169.2277] device (wlan0): supplicant interface state: interface_disabled -> inactive
Jul 25 22:16:09 arch NetworkManager[805]: <info>  [1690316169.2277] device (p2p-dev-wlan0): supplicant management interface state: interface_disabled -> inactive
Jul 25 22:16:09 arch wpa_supplicant[806]: wlan0: CTRL-EVENT-SCAN-FAILED ret=-16
Jul 25 22:16:09 arch iwd[797]: Could not register frame watch type 00d0: -114
Jul 25 22:16:09 arch kernel: wlan0: authenticate with 04:f0:21:90:d7:b5
Jul 25 22:16:09 arch kernel: wlan0: send auth to 04:f0:21:90:d7:b5 (try 1/3)
Jul 25 22:16:09 arch kernel: wlan0: authenticated
Jul 25 22:16:09 arch kernel: wlan0: associate with 04:f0:21:90:d7:b5 (try 1/3)
Jul 25 22:16:09 arch kernel: wlan0: RX AssocResp from 04:f0:21:90:d7:b5 (capab=0x431 status=0 aid=2)
Jul 25 22:16:09 arch wpa_supplicant[806]: wlan0: No network configuration found for the current AP
Jul 25 22:16:09 arch wpa_supplicant[806]: wlan0: CTRL-EVENT-DISCONNECTED bssid=04:f0:21:90:d7:b5 reason=3 locally_generated=1
Jul 25 22:16:09 arch wpa_supplicant[806]: BSSID 04:f0:21:90:d7:b5 ignore list count incremented to 2, ignoring for 10 seconds
Jul 25 22:16:09 arch wpa_supplicant[806]: wlan0: CTRL-EVENT-DSCP-POLICY clear_all
Jul 25 22:16:09 arch wpa_supplicant[806]: wlan0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Jul 25 22:16:09 arch NetworkManager[805]: <info>  [1690316169.5587] device (wlan0): supplicant interface state: inactive -> associated
Jul 25 22:16:09 arch NetworkManager[805]: <info>  [1690316169.5587] device (p2p-dev-wlan0): supplicant management interface state: inactive -> associated
Jul 25 22:16:09 arch kernel: wlan0: associated
Jul 25 22:16:09 arch NetworkManager[805]: <info>  [1690316169.5642] device (wlan0): supplicant interface state: associated -> disconnected
Jul 25 22:16:09 arch NetworkManager[805]: <info>  [1690316169.5642] device (p2p-dev-wlan0): supplicant management interface state: associated -> disconnected
Jul 25 22:16:09 arch dhcpcd[798]: wlan0: carrier acquired
Jul 25 22:16:09 arch kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
Jul 25 22:16:09 arch dhcpcd[798]: wlan0: IAID eb:f1:a7:e4
Jul 25 22:16:09 arch dhcpcd[798]: wlan0: adding address fe80::4063:464:fe2a:aa6e
Jul 25 22:16:09 arch NetworkManager[805]: <info>  [1690316169.6641] device (wlan0): supplicant interface state: disconnected -> inactive
Jul 25 22:16:09 arch NetworkManager[805]: <info>  [1690316169.6641] device (p2p-dev-wlan0): supplicant management interface state: disconnected -> inactive
Jul 25 22:16:09 arch wpa_supplicant[806]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-9999 noise=9999 txrate=0
Jul 25 22:16:10 arch dhcpcd[798]: wlan0: soliciting an IPv6 router
Jul 25 22:16:10 arch wpa_supplicant[806]: wlan0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Jul 25 22:16:10 arch dhcpcd[798]: wlan0: rebinding lease of 192.168.1.214
Jul 25 22:16:11 arch dhcpcd[798]: wlan0: NAK: address in use from 192.168.1.1
Jul 25 22:16:11 arch dhcpcd[1046]: Dropped protocol specifier '.dhcp' from 'wlan0.dhcp'. Using 'wlan0' (ifindex=4).
Jul 25 22:16:11 arch dbus-daemon[795]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.31' (uid=0 pid=1046 comm="resolvconf -d wlan0.dhcp -f")
Jul 25 22:16:11 arch dbus-daemon[795]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Jul 25 22:16:11 arch dhcpcd[1046]: Failed to revert interface configuration: Unit dbus-org.freedesktop.resolve1.service not found.
Jul 25 22:16:11 arch dhcpcd[798]: wlan0: message: address in use
Jul 25 22:16:11 arch dhcpcd[798]: wlan0: soliciting a DHCP lease
Jul 25 22:16:11 arch dhcpcd[798]: wlan0: Router Advertisement from fe80::da58:d7ff:fe01:4ce0
Jul 25 22:16:11 arch dhcpcd[798]: wlan0: adding address fd8c:6740:189e:0:91f0:b607:5100:51a3/64
Jul 25 22:16:11 arch dhcpcd[798]: wlan0: adding route to fd8c:6740:189e::/64
Jul 25 22:16:11 arch dhcpcd[798]: wlan0: requesting DHCPv6 information
Jul 25 22:16:12 arch dhcpcd[798]: wlan0: REPLY6 received from fe80::da58:d7ff:fe01:4ce0
Jul 25 22:16:12 arch dhcpcd[798]: wlan0: refresh in 86400 seconds
Jul 25 22:16:12 arch dhcpcd[1053]: Dropped protocol specifier '.dhcp6' from 'wlan0.dhcp6'. Using 'wlan0' (ifindex=4).
Jul 25 22:16:12 arch dbus-daemon[795]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.32' (uid=0 pid=1053 comm="resolvconf -a wlan0.dhcp6")
Jul 25 22:16:12 arch dbus-daemon[795]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Jul 25 22:16:12 arch dhcpcd[1053]: Failed to set DNS configuration: Unit dbus-org.freedesktop.resolve1.service not found.
Jul 25 22:16:13 arch dhcpcd[1061]: Dropped protocol specifier '.ra' from 'wlan0.ra'. Using 'wlan0' (ifindex=4).
Jul 25 22:16:13 arch dbus-daemon[795]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.33' (uid=0 pid=1061 comm="resolvconf -a wlan0.ra")
Jul 25 22:16:13 arch dbus-daemon[795]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Jul 25 22:16:13 arch dhcpcd[1061]: Failed to set DNS configuration: Unit dbus-org.freedesktop.resolve1.service not found.
Jul 25 22:16:14 arch dhcpcd[798]: wlan0: offered 192.168.1.232 from 192.168.1.1
Jul 25 22:16:14 arch dhcpcd[798]: wlan0: probing address 192.168.1.232/24
Jul 25 22:16:18 arch dhcpcd[798]: wlan0: leased 192.168.1.232 for 43200 seconds
Jul 25 22:16:18 arch dhcpcd[798]: wlan0: adding route to 192.168.1.0/24
Jul 25 22:16:18 arch dhcpcd[798]: wlan0: adding default route via 192.168.1.1
Jul 25 22:16:18 arch dhcpcd[1070]: Dropped protocol specifier '.dhcp' from 'wlan0.dhcp'. Using 'wlan0' (ifindex=4).
Jul 25 22:16:18 arch dbus-daemon[795]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.34' (uid=0 pid=1070 comm="resolvconf -a wlan0.dhcp")
Jul 25 22:16:18 arch dbus-daemon[795]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Jul 25 22:16:18 arch dhcpcd[1070]: Failed to set DNS configuration: Unit dbus-org.freedesktop.resolve1.service not found.
Jul 25 22:16:22 arch wpa_supplicant[806]: wlan0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Jul 25 22:17:06 arch wpa_supplicant[806]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-9999 noise=9999 txrate=0
Jul 25 22:17:18 arch wpa_supplicant[806]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-9999 noise=9999 txrate=0
Jul 25 22:17:21 arch systemd-timesyncd[791]: Contacted time server 92.62.231.58:123 (0.arch.pool.ntp.org).
Jul 25 22:17:22 arch wpa_supplicant[806]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-9999 noise=9999 txrate=0
Jul 25 22:17:25 arch dhcpcd[1090]: Dropped protocol specifier '.ra' from 'wlan0.ra'. Using 'wlan0' (ifindex=4).
Jul 25 22:17:25 arch dbus-daemon[795]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.35' (uid=0 pid=1090 comm="resolvconf -a wlan0.ra")
Jul 25 22:17:25 arch dbus-daemon[795]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Jul 25 22:17:25 arch dhcpcd[1090]: Failed to set DNS configuration: Unit dbus-org.freedesktop.resolve1.service not found.
Jul 25 22:17:27 arch dhcpcd[1096]: Dropped protocol specifier '.dhcp6' from 'wlan0.dhcp6'. Using 'wlan0' (ifindex=4).
Jul 25 22:17:27 arch dbus-daemon[795]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.36' (uid=0 pid=1096 comm="resolvconf -a wlan0.dhcp6")
Jul 25 22:17:27 arch dbus-daemon[795]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Jul 25 22:17:27 arch dhcpcd[1096]: Failed to set DNS configuration: Unit dbus-org.freedesktop.resolve1.service not found.
Jul 25 22:17:43 arch wpa_supplicant[806]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-9999 noise=9999 txrate=0
Jul 25 22:17:46 arch wpa_supplicant[806]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-9999 noise=9999 txrate=0
Jul 25 22:17:51 arch dbus-daemon[795]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.6' (uid=0 pid=805 comm="/usr/bin/NetworkManager --no-daemon")
Jul 25 22:17:51 arch dbus-daemon[795]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Jul 25 22:19:51 arch dbus-daemon[795]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.6' (uid=0 pid=805 comm="/usr/bin/NetworkManager --no-daemon")
Jul 25 22:19:51 arch dbus-daemon[795]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Jul 25 22:20:53 arch kernel: usb 1-2: new full-speed USB device number 5 using xhci_hcd
Jul 25 22:20:54 arch kernel: usb 1-2: device descriptor read/64, error -71
Jul 25 22:20:54 arch kernel: usb 1-2: device descriptor read/64, error -71
Jul 25 22:20:54 arch kernel: usb 1-2: new full-speed USB device number 6 using xhci_hcd
Jul 25 22:20:54 arch kernel: usb 1-2: device descriptor read/64, error -71
Jul 25 22:20:54 arch kernel: usb 1-2: device descriptor read/64, error -71
Jul 25 22:20:55 arch kernel: usb usb1-port2: attempt power cycle
Jul 25 22:20:55 arch kernel: usb 1-2: new full-speed USB device number 7 using xhci_hcd
Jul 25 22:20:55 arch kernel: usb 1-2: Device not responding to setup address.
Jul 25 22:20:55 arch kernel: usb 1-2: Device not responding to setup address.
Jul 25 22:20:55 arch kernel: usb 1-2: device not accepting address 7, error -71
Jul 25 22:20:56 arch kernel: usb 1-2: new full-speed USB device number 8 using xhci_hcd
Jul 25 22:20:56 arch kernel: usb 1-2: Device not responding to setup address.
Jul 25 22:20:56 arch kernel: usb 1-2: Device not responding to setup address.
Jul 25 22:20:56 arch kernel: usb 1-2: device not accepting address 8, error -71
Jul 25 22:20:56 arch kernel: usb usb1-port2: unable to enumerate USB device
Jul 25 22:21:01 arch wpa_supplicant[806]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-9999 noise=9999 txrate=0
Jul 25 22:22:01 arch kernel: usb 2-2: new SuperSpeed USB device number 2 using xhci_hcd
Jul 25 22:22:01 arch kernel: usb 2-2: New USB device found, idVendor=18a5, idProduct=0420, bcdDevice= 5.10
Jul 25 22:22:01 arch kernel: usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Jul 25 22:22:01 arch kernel: usb 2-2: Product: Portable Drive
Jul 25 22:22:01 arch kernel: usb 2-2: Manufacturer: Verbatim
Jul 25 22:22:01 arch kernel: usb 2-2: SerialNumber: SJBJ00553
Jul 25 22:22:01 arch kernel: usb-storage 2-2:1.0: USB Mass Storage device detected
Jul 25 22:22:01 arch kernel: scsi host6: usb-storage 2-2:1.0
Jul 25 22:22:01 arch kernel: usbcore: registered new interface driver usb-storage
Jul 25 22:22:01 arch kernel: usbcore: registered new interface driver uas
Jul 25 22:22:04 arch kernel: scsi 6:0:0:0: Direct-Access     TOSHIBA  MQ04ABF100R      JU00 PQ: 0 ANSI: 6
Jul 25 22:22:04 arch kernel: sd 6:0:0:0: [sda] 1953525164 512-byte logical blocks: (1.00 TB/932 GiB)
Jul 25 22:22:04 arch kernel: sd 6:0:0:0: [sda] Write Protect is off
Jul 25 22:22:04 arch kernel: sd 6:0:0:0: [sda] Mode Sense: 23 00 00 00
Jul 25 22:22:04 arch kernel: sd 6:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Jul 25 22:22:04 arch kernel:  sda: sda1
Jul 25 22:22:04 arch kernel: sd 6:0:0:0: [sda] Attached SCSI disk
Jul 25 22:22:12 arch wpa_supplicant[806]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-9999 noise=9999 txrate=0
Jul 25 22:22:18 arch wpa_supplicant[806]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-9999 noise=9999 txrate=0
Jul 25 22:22:28 arch wpa_supplicant[806]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-9999 noise=9999 txrate=0
Jul 25 22:22:51 arch dbus-daemon[795]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.6' (uid=0 pid=805 comm="/usr/bin/NetworkManager --no-daemon")
Jul 25 22:22:51 arch dbus-daemon[795]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Jul 25 22:22:58 arch kernel: wlan0: deauthenticating from 04:f0:21:90:d7:b5 by local choice (Reason: 3=DEAUTH_LEAVING)
Jul 25 22:22:58 arch iwd[797]: Received Deauthentication event, reason: 3, from_ap: false
Jul 25 22:22:58 arch dhcpcd[798]: wlan0: carrier lost
Jul 25 22:22:58 arch NetworkManager[805]: <info>  [1690316578.0870] device (wlan0): set-hw-addr: set MAC address to 9E:60:13:B9:77:6E (scanning)
Jul 25 22:22:58 arch dhcpcd[1136]: Dropped protocol specifier '.link' from 'wlan0.link'. Using 'wlan0' (ifindex=4).
Jul 25 22:22:58 arch NetworkManager[805]: <info>  [1690316578.1396] device (wlan0): supplicant interface state: inactive -> interface_disabled
Jul 25 22:22:58 arch NetworkManager[805]: <info>  [1690316578.1396] device (p2p-dev-wlan0): supplicant management interface state: inactive -> interface_disabled
Jul 25 22:22:58 arch dbus-daemon[795]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.37' (uid=0 pid=1136 comm="resolvconf -d wlan0.link -f")
Jul 25 22:22:58 arch dbus-daemon[795]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Jul 25 22:22:58 arch dhcpcd[1136]: Failed to revert interface configuration: Unit dbus-org.freedesktop.resolve1.service not found.
Jul 25 22:22:58 arch dhcpcd[798]: ps_bpf_recvbpf: unexpected event 0x0100
Jul 25 22:22:58 arch dhcpcd[798]: ps_bpf_recvbpf: unexpected event 0x0100
Jul 25 22:22:58 arch dhcpcd[798]: ps_bpf_recvbpf: unexpected event 0x0100
Jul 25 22:22:58 arch dhcpcd[798]: ps_bpf_recvbpf: unexpected event 0x0100
Jul 25 22:22:58 arch dhcpcd[1140]: Dropped protocol specifier '.dhcp6' from 'wlan0.dhcp6'. Using 'wlan0' (ifindex=4).
Jul 25 22:22:58 arch dbus-daemon[795]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.38' (uid=0 pid=1140 comm="resolvconf -d wlan0.dhcp6 -f")
Jul 25 22:22:58 arch dbus-daemon[795]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Jul 25 22:22:58 arch dhcpcd[1140]: Failed to revert interface configuration: Unit dbus-org.freedesktop.resolve1.service not found.
Jul 25 22:22:58 arch dhcpcd[798]: wlan0: deleting address fd8c:6740:189e:0:91f0:b607:5100:51a3/64
Jul 25 22:22:58 arch dhcpcd[798]: wlan0: deleting route to fd8c:6740:189e::/64
Jul 25 22:22:58 arch dhcpcd[1144]: Dropped protocol specifier '.ra' from 'wlan0.ra'. Using 'wlan0' (ifindex=4).
Jul 25 22:22:58 arch dbus-daemon[795]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.39' (uid=0 pid=1144 comm="resolvconf -d wlan0.ra -f")
Jul 25 22:22:58 arch dbus-daemon[795]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Jul 25 22:22:58 arch dhcpcd[1144]: Failed to revert interface configuration: Unit dbus-org.freedesktop.resolve1.service not found.
Jul 25 22:22:58 arch dhcpcd[798]: wlan0: deleting address fe80::4063:464:fe2a:aa6e
Jul 25 22:22:58 arch dhcpcd[798]: wlan0: deleting route to 192.168.1.0/24
Jul 25 22:22:58 arch dhcpcd[798]: wlan0: deleting default route via 192.168.1.1
Jul 25 22:22:58 arch dhcpcd[1148]: Dropped protocol specifier '.dhcp' from 'wlan0.dhcp'. Using 'wlan0' (ifindex=4).
Jul 25 22:22:58 arch dbus-daemon[795]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.40' (uid=0 pid=1148 comm="resolvconf -d wlan0.dhcp -f")
Jul 25 22:22:58 arch dbus-daemon[795]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Jul 25 22:22:58 arch dhcpcd[1148]: Failed to revert interface configuration: Unit dbus-org.freedesktop.resolve1.service not found.
Jul 25 22:22:58 arch dhcpcd[798]: wlan0: old hardware address: f2:e3:eb:f1:a7:e4
Jul 25 22:22:58 arch dhcpcd[798]: wlan0: new hardware address: 9e:60:13:b9:77:6e
Jul 25 22:22:58 arch NetworkManager[805]: <info>  [1690316578.1714] device (wlan0): supplicant interface state: interface_disabled -> inactive
Jul 25 22:22:58 arch NetworkManager[805]: <info>  [1690316578.1714] device (p2p-dev-wlan0): supplicant management interface state: interface_disabled -> inactive
Jul 25 22:22:58 arch wpa_supplicant[806]: wlan0: CTRL-EVENT-SCAN-FAILED ret=-16
Jul 25 22:22:58 arch iwd[797]: Could not register frame watch type 00d0: -114
Jul 25 22:22:58 arch kernel: wlan0: authenticate with 04:f0:21:90:d7:b5
Jul 25 22:22:58 arch kernel: wlan0: send auth to 04:f0:21:90:d7:b5 (try 1/3)
Jul 25 22:22:58 arch kernel: wlan0: authenticated
Jul 25 22:22:58 arch kernel: wlan0: associate with 04:f0:21:90:d7:b5 (try 1/3)
Jul 25 22:22:58 arch kernel: wlan0: RX AssocResp from 04:f0:21:90:d7:b5 (capab=0x431 status=0 aid=2)
Jul 25 22:22:58 arch wpa_supplicant[806]: wlan0: No network configuration found for the current AP
Jul 25 22:22:58 arch wpa_supplicant[806]: wlan0: CTRL-EVENT-DISCONNECTED bssid=04:f0:21:90:d7:b5 reason=3 locally_generated=1
Jul 25 22:22:58 arch wpa_supplicant[806]: BSSID 04:f0:21:90:d7:b5 ignore list count incremented to 3, ignoring for 60 seconds
Jul 25 22:22:58 arch wpa_supplicant[806]: wlan0: CTRL-EVENT-DSCP-POLICY clear_all
Jul 25 22:22:58 arch wpa_supplicant[806]: wlan0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Jul 25 22:22:58 arch NetworkManager[805]: <info>  [1690316578.5019] device (wlan0): supplicant interface state: inactive -> associated
Jul 25 22:22:58 arch NetworkManager[805]: <info>  [1690316578.5019] device (p2p-dev-wlan0): supplicant management interface state: inactive -> associated
Jul 25 22:22:58 arch kernel: wlan0: associated
Jul 25 22:22:58 arch NetworkManager[805]: <info>  [1690316578.5076] device (wlan0): supplicant interface state: associated -> disconnected
Jul 25 22:22:58 arch NetworkManager[805]: <info>  [1690316578.5077] device (p2p-dev-wlan0): supplicant management interface state: associated -> disconnected
Jul 25 22:22:58 arch kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
Jul 25 22:22:58 arch dhcpcd[798]: wlan0: carrier acquired
Jul 25 22:22:58 arch dhcpcd[798]: wlan0: IAID 13:b9:77:6e
Jul 25 22:22:58 arch dhcpcd[798]: wlan0: adding address fe80::ba31:6ebd:de74:9dd8
Jul 25 22:22:58 arch NetworkManager[805]: <info>  [1690316578.6081] device (wlan0): supplicant interface state: disconnected -> inactive
Jul 25 22:22:58 arch NetworkManager[805]: <info>  [1690316578.6081] device (p2p-dev-wlan0): supplicant management interface state: disconnected -> inactive
Jul 25 22:22:58 arch wpa_supplicant[806]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-9999 noise=9999 txrate=0
Jul 25 22:22:58 arch dhcpcd[798]: wlan0: soliciting an IPv6 router
Jul 25 22:22:58 arch dhcpcd[798]: wlan0: rebinding lease of 192.168.1.232
Jul 25 22:22:59 arch wpa_supplicant[806]: wlan0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Jul 25 22:23:00 arch dhcpcd[798]: wlan0: Router Advertisement from fe80::da58:d7ff:fe01:4ce0
Jul 25 22:23:00 arch dhcpcd[798]: wlan0: adding address fd8c:6740:189e:0:c6e0:aab9:eab5:2e44/64
Jul 25 22:23:00 arch dhcpcd[798]: wlan0: adding route to fd8c:6740:189e::/64
Jul 25 22:23:00 arch dhcpcd[798]: wlan0: requesting DHCPv6 information
Jul 25 22:23:01 arch dhcpcd[798]: wlan0: REPLY6 received from fe80::da58:d7ff:fe01:4ce0
Jul 25 22:23:01 arch dhcpcd[798]: wlan0: refresh in 86400 seconds
Jul 25 22:23:01 arch dhcpcd[1158]: Dropped protocol specifier '.dhcp6' from 'wlan0.dhcp6'. Using 'wlan0' (ifindex=4).
Jul 25 22:23:01 arch dbus-daemon[795]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.41' (uid=0 pid=1158 comm="resolvconf -a wlan0.dhcp6")
Jul 25 22:23:01 arch dbus-daemon[795]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Jul 25 22:23:01 arch dhcpcd[1158]: Failed to set DNS configuration: Unit dbus-org.freedesktop.resolve1.service not found.
Jul 25 22:23:01 arch dhcpcd[1165]: Dropped protocol specifier '.ra' from 'wlan0.ra'. Using 'wlan0' (ifindex=4).
Jul 25 22:23:01 arch dbus-daemon[795]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.42' (uid=0 pid=1165 comm="resolvconf -a wlan0.ra")
Jul 25 22:23:01 arch dbus-daemon[795]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Jul 25 22:23:01 arch dhcpcd[1165]: Failed to set DNS configuration: Unit dbus-org.freedesktop.resolve1.service not found.
Jul 25 22:23:03 arch dhcpcd[798]: wlan0: DHCP lease expired
Jul 25 22:23:03 arch dhcpcd[798]: wlan0: DHCP lease expired
Jul 25 22:23:03 arch dhcpcd[1170]: Dropped protocol specifier '.dhcp' from 'wlan0.dhcp'. Using 'wlan0' (ifindex=4).
Jul 25 22:23:03 arch dbus-daemon[795]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.43' (uid=0 pid=1170 comm="resolvconf -d wlan0.dhcp -f")
Jul 25 22:23:03 arch dbus-daemon[795]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Jul 25 22:23:03 arch dhcpcd[1170]: Failed to revert interface configuration: Unit dbus-org.freedesktop.resolve1.service not found.
Jul 25 22:23:03 arch dhcpcd[798]: wlan0: soliciting a DHCP lease
Jul 25 22:23:06 arch dhcpcd[798]: wlan0: offered 192.168.1.160 from 192.168.1.1
Jul 25 22:23:06 arch dhcpcd[798]: wlan0: probing address 192.168.1.160/24
Jul 25 22:23:11 arch wpa_supplicant[806]: wlan0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Jul 25 22:23:11 arch dhcpcd[798]: wlan0: leased 192.168.1.160 for 43200 seconds
Jul 25 22:23:11 arch dhcpcd[798]: wlan0: adding route to 192.168.1.0/24
Jul 25 22:23:11 arch dhcpcd[798]: wlan0: adding default route via 192.168.1.1
Jul 25 22:23:11 arch dhcpcd[1183]: Dropped protocol specifier '.dhcp' from 'wlan0.dhcp'. Using 'wlan0' (ifindex=4).
Jul 25 22:23:11 arch dbus-daemon[795]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.44' (uid=0 pid=1183 comm="resolvconf -a wlan0.dhcp")
Jul 25 22:23:11 arch dbus-daemon[795]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Jul 25 22:23:11 arch dhcpcd[1183]: Failed to set DNS configuration: Unit dbus-org.freedesktop.resolve1.service not found.
Jul 25 22:24:09 arch systemd[1]: Starting Cleanup of Temporary Directories...
Jul 25 22:24:09 arch systemd[1]: systemd-tmpfiles-clean.service: Deactivated successfully.
Jul 25 22:24:09 arch systemd[1]: Finished Cleanup of Temporary Directories.
Jul 25 22:24:09 arch systemd[1]: run-credentials-systemd\x2dtmpfiles\x2dclean.service.mount: Deactivated successfully.
Jul 25 22:24:38 arch kernel: FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
Jul 25 22:24:51 arch dbus-daemon[795]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.6' (uid=0 pid=805 comm="/usr/bin/NetworkManager --no-daemon")
Jul 25 22:24:51 arch dbus-daemon[795]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Jul 25 22:27:43 arch systemd[1]: mnt-usb.mount: Deactivated successfully.
Jul 25 22:27:46 arch kernel: usb 2-2: USB disconnect, device number 2
Jul 25 22:27:46 arch kernel: sd 6:0:0:0: [sda] Synchronizing SCSI cache
Jul 25 22:27:46 arch kernel: sd 6:0:0:0: [sda] Synchronize Cache(10) failed: Result: hostbyte=DID_NO_CONNECT driverbyte=DRIVER_OK
Jul 25 22:27:51 arch dbus-daemon[795]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.6' (uid=0 pid=805 comm="/usr/bin/NetworkManager --no-daemon")
Jul 25 22:27:51 arch dbus-daemon[795]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Jul 25 22:28:55 arch kernel: usb 2-2: new SuperSpeed USB device number 3 using xhci_hcd
Jul 25 22:28:55 arch kernel: usb 2-2: New USB device found, idVendor=18a5, idProduct=0420, bcdDevice= 5.10
Jul 25 22:28:55 arch kernel: usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Jul 25 22:28:55 arch kernel: usb 2-2: Product: Portable Drive
Jul 25 22:28:55 arch kernel: usb 2-2: Manufacturer: Verbatim
Jul 25 22:28:55 arch kernel: usb 2-2: SerialNumber: SJBJ00553
Jul 25 22:28:55 arch kernel: usb-storage 2-2:1.0: USB Mass Storage device detected
Jul 25 22:28:55 arch kernel: scsi host6: usb-storage 2-2:1.0
Jul 25 22:29:12 arch kernel: scsi 6:0:0:0: Direct-Access     TOSHIBA  MQ04ABF100R      JU00 PQ: 0 ANSI: 6
Jul 25 22:29:12 arch kernel: sd 6:0:0:0: [sda] 1953525164 512-byte logical blocks: (1.00 TB/932 GiB)
Jul 25 22:29:12 arch kernel: sd 6:0:0:0: [sda] Write Protect is off
Jul 25 22:29:12 arch kernel: sd 6:0:0:0: [sda] Mode Sense: 23 00 00 00
Jul 25 22:29:12 arch kernel: sd 6:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Jul 25 22:29:12 arch kernel:  sda: sda1
Jul 25 22:29:12 arch kernel: sd 6:0:0:0: [sda] Attached SCSI disk
Jul 25 22:29:22 arch kernel: FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
Jul 25 22:29:46 arch kernel: wlan0: deauthenticating from 04:f0:21:90:d7:b5 by local choice (Reason: 3=DEAUTH_LEAVING)
Jul 25 22:29:46 arch iwd[797]: Received Deauthentication event, reason: 3, from_ap: false
Jul 25 22:29:46 arch dhcpcd[798]: wlan0: carrier lost
Jul 25 22:29:46 arch NetworkManager[805]: <info>  [1690316986.0869] device (wlan0): set-hw-addr: set MAC address to 76:85:28:FD:91:FF (scanning)
Jul 25 22:29:46 arch dhcpcd[1282]: Dropped protocol specifier '.link' from 'wlan0.link'. Using 'wlan0' (ifindex=4).
Jul 25 22:29:46 arch NetworkManager[805]: <info>  [1690316986.1393] device (wlan0): supplicant interface state: inactive -> interface_disabled
Jul 25 22:29:46 arch NetworkManager[805]: <info>  [1690316986.1393] device (p2p-dev-wlan0): supplicant management interface state: inactive -> interface_disabled
Jul 25 22:29:46 arch dbus-daemon[795]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.46' (uid=0 pid=1282 comm="resolvconf -d wlan0.link -f")
Jul 25 22:29:46 arch dbus-daemon[795]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Jul 25 22:29:46 arch dhcpcd[1282]: Failed to revert interface configuration: Unit dbus-org.freedesktop.resolve1.service not found.
Jul 25 22:29:46 arch dhcpcd[798]: ps_bpf_recvbpf: unexpected event 0x0100
Jul 25 22:29:46 arch dhcpcd[798]: ps_bpf_recvbpf: unexpected event 0x0100
Jul 25 22:29:46 arch dhcpcd[798]: ps_bpf_recvbpf: unexpected event 0x0100
Jul 25 22:29:46 arch dhcpcd[798]: ps_bpf_recvbpf: unexpected event 0x0100
Jul 25 22:29:46 arch dhcpcd[1286]: Dropped protocol specifier '.dhcp6' from 'wlan0.dhcp6'. Using 'wlan0' (ifindex=4).
Jul 25 22:29:46 arch dbus-daemon[795]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.47' (uid=0 pid=1286 comm="resolvconf -d wlan0.dhcp6 -f")
Jul 25 22:29:46 arch dbus-daemon[795]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Jul 25 22:29:46 arch dhcpcd[1286]: Failed to revert interface configuration: Unit dbus-org.freedesktop.resolve1.service not found.
Jul 25 22:29:46 arch dhcpcd[798]: wlan0: deleting address fd8c:6740:189e:0:c6e0:aab9:eab5:2e44/64
Jul 25 22:29:46 arch dhcpcd[798]: wlan0: deleting route to fd8c:6740:189e::/64
Jul 25 22:29:46 arch dhcpcd[1290]: Dropped protocol specifier '.ra' from 'wlan0.ra'. Using 'wlan0' (ifindex=4).
Jul 25 22:29:46 arch dbus-daemon[795]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.48' (uid=0 pid=1290 comm="resolvconf -d wlan0.ra -f")
Jul 25 22:29:46 arch dbus-daemon[795]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Jul 25 22:29:46 arch dhcpcd[1290]: Failed to revert interface configuration: Unit dbus-org.freedesktop.resolve1.service not found.
Jul 25 22:29:46 arch dhcpcd[798]: wlan0: deleting address fe80::ba31:6ebd:de74:9dd8
Jul 25 22:29:46 arch dhcpcd[798]: wlan0: deleting route to 192.168.1.0/24
Jul 25 22:29:46 arch dhcpcd[798]: wlan0: deleting default route via 192.168.1.1
Jul 25 22:29:46 arch dhcpcd[1295]: Dropped protocol specifier '.dhcp' from 'wlan0.dhcp'. Using 'wlan0' (ifindex=4).
Jul 25 22:29:46 arch dbus-daemon[795]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.49' (uid=0 pid=1295 comm="resolvconf -d wlan0.dhcp -f")
Jul 25 22:29:46 arch dbus-daemon[795]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Jul 25 22:29:46 arch dhcpcd[1295]: Failed to revert interface configuration: Unit dbus-org.freedesktop.resolve1.service not found.
Jul 25 22:29:46 arch dhcpcd[798]: wlan0: old hardware address: 9e:60:13:b9:77:6e
Jul 25 22:29:46 arch dhcpcd[798]: wlan0: new hardware address: 76:85:28:fd:91:ff
Jul 25 22:29:46 arch NetworkManager[805]: <info>  [1690316986.1676] device (wlan0): supplicant interface state: interface_disabled -> inactive
Jul 25 22:29:46 arch NetworkManager[805]: <info>  [1690316986.1676] device (p2p-dev-wlan0): supplicant management interface state: interface_disabled -> inactive
Jul 25 22:29:46 arch iwd[797]: Could not register frame watch type 00d0: -114
Jul 25 22:29:46 arch wpa_supplicant[806]: wlan0: CTRL-EVENT-SCAN-FAILED ret=-16
Jul 25 22:29:46 arch wpa_supplicant[806]: wlan0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Jul 25 22:29:46 arch kernel: wlan0: authenticate with 04:f0:21:90:d7:b5
Jul 25 22:29:46 arch kernel: wlan0: send auth to 04:f0:21:90:d7:b5 (try 1/3)
Jul 25 22:29:46 arch kernel: wlan0: authenticated
Jul 25 22:29:46 arch kernel: wlan0: associate with 04:f0:21:90:d7:b5 (try 1/3)
Jul 25 22:29:46 arch kernel: wlan0: RX AssocResp from 04:f0:21:90:d7:b5 (capab=0x431 status=0 aid=2)
Jul 25 22:29:46 arch wpa_supplicant[806]: wlan0: No network configuration found for the current AP
Jul 25 22:29:46 arch wpa_supplicant[806]: wlan0: CTRL-EVENT-DISCONNECTED bssid=04:f0:21:90:d7:b5 reason=3 locally_generated=1
Jul 25 22:29:46 arch wpa_supplicant[806]: BSSID 04:f0:21:90:d7:b5 ignore list count incremented to 4, ignoring for 120 seconds
Jul 25 22:29:46 arch wpa_supplicant[806]: wlan0: CTRL-EVENT-DSCP-POLICY clear_all
Jul 25 22:29:46 arch wpa_supplicant[806]: wlan0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Jul 25 22:29:46 arch NetworkManager[805]: <info>  [1690316986.4921] device (wlan0): supplicant interface state: inactive -> associated
Jul 25 22:29:46 arch NetworkManager[805]: <info>  [1690316986.4921] device (p2p-dev-wlan0): supplicant management interface state: inactive -> associated
Jul 25 22:29:46 arch kernel: wlan0: associated
Jul 25 22:29:46 arch NetworkManager[805]: <info>  [1690316986.4978] device (wlan0): supplicant interface state: associated -> disconnected
Jul 25 22:29:46 arch NetworkManager[805]: <info>  [1690316986.4978] device (p2p-dev-wlan0): supplicant management interface state: associated -> disconnected
Jul 25 22:29:46 arch dhcpcd[798]: wlan0: carrier acquired
Jul 25 22:29:46 arch kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
Jul 25 22:29:46 arch dhcpcd[798]: wlan0: IAID 28:fd:91:ff
Jul 25 22:29:46 arch dhcpcd[798]: wlan0: adding address fe80::a8a1:ae3:950:3ee5
Jul 25 22:29:46 arch NetworkManager[805]: <info>  [1690316986.5981] device (wlan0): supplicant interface state: disconnected -> inactive
Jul 25 22:29:46 arch NetworkManager[805]: <info>  [1690316986.5981] device (p2p-dev-wlan0): supplicant management interface state: disconnected -> inactive
Jul 25 22:29:46 arch dhcpcd[798]: wlan0: soliciting an IPv6 router
Jul 25 22:29:46 arch wpa_supplicant[806]: wlan0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-9999 noise=9999 txrate=0
Jul 25 22:29:47 arch dhcpcd[798]: wlan0: rebinding lease of 192.168.1.160
Jul 25 22:29:47 arch dhcpcd[798]: wlan0: Router Advertisement from fe80::da58:d7ff:fe01:4ce0
Jul 25 22:29:47 arch dhcpcd[798]: wlan0: adding address fd8c:6740:189e:0:c54b:7567:d553:358d/64
Jul 25 22:29:47 arch dhcpcd[798]: wlan0: adding route to fd8c:6740:189e::/64
Jul 25 22:29:47 arch dhcpcd[798]: wlan0: requesting DHCPv6 information
Jul 25 22:29:49 arch dhcpcd[1306]: Dropped protocol specifier '.ra' from 'wlan0.ra'. Using 'wlan0' (ifindex=4).
Jul 25 22:29:49 arch dbus-daemon[795]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.50' (uid=0 pid=1306 comm="resolvconf -a wlan0.ra")
Jul 25 22:29:49 arch dbus-daemon[795]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Jul 25 22:29:49 arch dhcpcd[1306]: Failed to set DNS configuration: Unit dbus-org.freedesktop.resolve1.service not found.
Jul 25 22:29:50 arch dhcpcd[798]: wlan0: REPLY6 received from fe80::da58:d7ff:fe01:4ce0
Jul 25 22:29:50 arch dhcpcd[798]: wlan0: refresh in 86400 seconds
Jul 25 22:29:50 arch dhcpcd[1312]: Dropped protocol specifier '.dhcp6' from 'wlan0.dhcp6'. Using 'wlan0' (ifindex=4).
Jul 25 22:29:50 arch dbus-daemon[795]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.51' (uid=0 pid=1312 comm="resolvconf -a wlan0.dhcp6")
Jul 25 22:29:50 arch dbus-daemon[795]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Jul 25 22:29:50 arch dhcpcd[1312]: Failed to set DNS configuration: Unit dbus-org.freedesktop.resolve1.service not found.
Jul 25 22:29:51 arch dbus-daemon[795]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.6' (uid=0 pid=805 comm="/usr/bin/NetworkManager --no-daemon")
Jul 25 22:29:51 arch systemd[1]: Starting Network Manager Script Dispatcher Service...
Jul 25 22:29:51 arch dbus-daemon[795]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Jul 25 22:29:51 arch systemd[1]: Started Network Manager Script Dispatcher Service.
Jul 25 22:29:52 arch dhcpcd[798]: wlan0: DHCP lease expired
Jul 25 22:29:52 arch dhcpcd[798]: wlan0: DHCP lease expired
Jul 25 22:29:52 arch dhcpcd[1322]: Dropped protocol specifier '.dhcp' from 'wlan0.dhcp'. Using 'wlan0' (ifindex=4).
Jul 25 22:29:52 arch dbus-daemon[795]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.53' (uid=0 pid=1322 comm="resolvconf -d wlan0.dhcp -f")
Jul 25 22:29:52 arch dbus-daemon[795]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Jul 25 22:29:52 arch dhcpcd[1322]: Failed to revert interface configuration: Unit dbus-org.freedesktop.resolve1.service not found.
Jul 25 22:29:52 arch dhcpcd[798]: wlan0: soliciting a DHCP lease
Jul 25 22:29:55 arch dhcpcd[798]: wlan0: offered 192.168.1.162 from 192.168.1.1
Jul 25 22:29:55 arch dhcpcd[798]: wlan0: probing address 192.168.1.162/24
Jul 25 22:30:00 arch dhcpcd[798]: wlan0: leased 192.168.1.162 for 43200 seconds
Jul 25 22:30:00 arch dhcpcd[798]: wlan0: adding route to 192.168.1.0/24
Jul 25 22:30:00 arch dhcpcd[798]: wlan0: adding default route via 192.168.1.1
Jul 25 22:30:00 arch dhcpcd[1337]: Dropped protocol specifier '.dhcp' from 'wlan0.dhcp'. Using 'wlan0' (ifindex=4).
Jul 25 22:30:00 arch dbus-daemon[795]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.54' (uid=0 pid=1337 comm="resolvconf -a wlan0.dhcp")
Jul 25 22:30:00 arch dbus-daemon[795]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Jul 25 22:30:00 arch dhcpcd[1337]: Failed to set DNS configuration: Unit dbus-org.freedesktop.resolve1.service not found.
Jul 25 22:30:01 arch systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Jul 25 22:30:06 arch dbus-daemon[795]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.6' (uid=0 pid=805 comm="/usr/bin/NetworkManager --no-daemon")
Jul 25 22:30:06 arch dbus-daemon[795]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Jul 25 22:30:06 arch dbus-daemon[795]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.6' (uid=0 pid=805 comm="/usr/bin/NetworkManager --no-daemon")
Jul 25 22:30:06 arch systemd[1]: Starting Network Manager Script Dispatcher Service...
Jul 25 22:30:06 arch dbus-daemon[795]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Jul 25 22:30:06 arch systemd[1]: Started Network Manager Script Dispatcher Service.
Jul 25 22:30:16 arch systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.

uname -r

6.4.3-arch1-2

pacman -Qs nvidia

local/egl-wayland 2:1.1.12-1
    EGLStream-based Wayland external platform
local/libvdpau 1.5-1
    Nvidia VDPAU library
local/nvidia 535.86.05-4
    NVIDIA drivers for linux
local/nvidia-lts 1:535.86.05-2
    NVIDIA drivers for linux-lts
local/nvidia-utils 535.86.05-2
    NVIDIA drivers utilities

How should I fix this and start the X server?
Any help appreciated.

Last edited by PavelDusek (2023-07-26 17:23:30)

Offline

#2 2023-07-25 21:58:47

loqs
Member
Registered: 2014-03-06
Posts: 18,859

Re: [SOLVED] X.Org Fatal Server Error with NVIDIA: No screens found

nvidia 535.86.05-4 is for  linux 6.4.6.arch1-1 [1] while the booted kernel appears to be 6.4.3-arch1-2.  If the installed linux package is 6.4.3-arch1-2 perform a full system update so the package versions match.

[1] https://gitlab.archlinux.org/archlinux/ … 7e9c3b08c2

Offline

#3 2023-07-26 17:32:14

PavelDusek
Member
Registered: 2023-07-25
Posts: 3

Re: [SOLVED] X.Org Fatal Server Error with NVIDIA: No screens found

THANK YOU!

Interesting.
As stated in https://bbs.archlinux.org/viewtopic.php?id=130309 , I did a full system update before posting.
It had not helped before.
A day later, it has solved the issue!!!

Pardon my ignorance, could it be because of that I made a fresh install during the time when the new kernel was being published?

linux 6.4.6.arch1-1
Build Date: 2023-07-24 20:19 UTC
Signature Date: 2023-07-24 21:24 UTC
Last Updated: 2023-07-25 14:55 UTC

Does it take some time until the change appears in all mirrors?

Offline

Board footer

Powered by FluxBB