You are not logged in.
Also unable to run Steam, but I feel the two issues may be related. Everything else in Arch works, though anything else graphics-related maybe wouldn't.
Windows 10 and Arch Linux UEFI dual-boot.
HARDWARE:
Motherboard: ASUS B450-I Gaming
GPU: AMD Radeon RX 570X 8GB
CPU: Ryzen 5 1600X
I've used Arch for years with an AMD Radeon RX 570X 4GB, same hardware, and no issues. On current hardware, Tiny Core Linux works, maybe it uses an older kernel.
BIOS:
Flashed to latest version
Secure Boot: off
Fast Boot: off
CSM: off
SVM: off (but enabling it doesn't help either)
ARCH:
Kernel: linux-6.4.7
mkinitcpio -P after amd-ucode and grub-mkconfig
Issue persists with linux-lts.
I tried a minimal installation but later stopped caring about bloat to fix the issue, since I've reinstalled maybe five times. Issue persists with these AMDGPU packages, which I'm aware some are probably unnecessary.
xorg
xorg-drivers (all, despite some being nvidia. this means xf86-video-amdgpu and xf86-video-ati, though issue persists with each separate)
mesa (and lib32)
libva-mesa-driver (and lib32)
mesa-vdpau (and lib32)
vulkan-radeon (and lib32)
vulkan-mesa-layers
vulkan-tools
vulkan-headers
The vkcube command for vulkan-tools fails and basically acts like I don't have a GPU driver installed.
vkCreateInstance failed.
Do you have a compatible Vulkan installable client driver (ICD) installed?
LOGS:
I have no /etc/modprobe.d/amdgpu.conf or /etc/modprobe.d/radeon.conf
# lspci -k | grep -A 2 -E "(VGA|3D)"
lspci: Unable to load libkmod resources: error -2
06:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Ellesmere [Radeon RX 470/480/570/570X/580/580X/590] (rev ef)
Subsystem: XFX Pine Group Inc. Radeon RX 570
06:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Ellesmere HDMI Audio [Radeon RX 470/480 / 570/580/590]
# /etc/mkinitcpio.conf
# vim:set ft=sh
# MODULES
# The following modules are loaded before any boot hooks are
# run. Advanced users may wish to specify all system modules
# in this array. For instance:
# MODULES=(usbhid xhci_hcd)
MODULES=(amdgpu)
# BINARIES
# This setting includes any additional binaries a given user may
# wish into the CPIO image. This is run last, so it may be used to
# override the actual binaries included by a given hook
# BINARIES are dependency parsed, so you may safely ignore libraries
BINARIES=()
# FILES
# This setting is similar to BINARIES above, however, files are added
# as-is and are not parsed in any way. This is useful for config files.
FILES=()
# HOOKS
# This is the most important setting in this file. The HOOKS control the
# modules and scripts added to the image, and what happens at boot time.
# Order is important, and it is recommended that you do not change the
# order in which HOOKS are added. Run 'mkinitcpio -H <hook name>' for
# help on a given hook.
# 'base' is _required_ unless you know precisely what you are doing.
# 'udev' is _required_ in order to automatically load modules
# 'filesystems' is _required_ unless you specify your fs modules in MODULES
# Examples:
## This setup specifies all modules in the MODULES setting above.
## No RAID, lvm2, or encrypted root is needed.
# HOOKS=(base)
#
## This setup will autodetect all modules for your system and should
## work as a sane default
# HOOKS=(base udev autodetect modconf block filesystems fsck)
#
## This setup will generate a 'full' image which supports most systems.
## No autodetection is done.
# HOOKS=(base udev modconf block filesystems fsck)
#
## This setup assembles a mdadm array with an encrypted root file system.
## Note: See 'mkinitcpio -H mdadm_udev' for more information on RAID devices.
# HOOKS=(base udev modconf keyboard keymap consolefont block mdadm_udev encrypt filesystems fsck)
#
## This setup loads an lvm2 volume group.
# HOOKS=(base udev modconf block lvm2 filesystems fsck)
#
## NOTE: If you have /usr on a separate partition, you MUST include the
# usr and fsck hooks.
HOOKS=(base udev autodetect modconf kms keyboard keymap consolefont block filesystems fsck)
# COMPRESSION
# Use this to compress the initramfs image. By default, zstd compression
# is used. Use 'cat' to create an uncompressed image.
#COMPRESSION="zstd"
#COMPRESSION="gzip"
#COMPRESSION="bzip2"
#COMPRESSION="lzma"
#COMPRESSION="xz"
#COMPRESSION="lzop"
#COMPRESSION="lz4"
# COMPRESSION_OPTIONS
# Additional options for the compressor
#COMPRESSION_OPTIONS=()
# MODULES_DECOMPRESS
# Decompress kernel modules during initramfs creation.
# Enable to speedup boot process, disable to save RAM
# during early userspace. Switch (yes/no).
#MODULES_DECOMPRESS="yes"
# /var/log/Xorg.0.log
[ 28.698]
X.Org X Server 1.21.1.8
X Protocol Version 11, Revision 0
[ 28.698] Current Operating System: Linux mason 6.4.7-arch1-2 #1 SMP PREEMPT_DYNAMIC Mon, 31 Jul 2023 11:41:04 +0000 x86_64
[ 28.698] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=34724c46-2d8c-4c4c-8846-d599153eee7c rw loglevel=3 quiet nomodeset
[ 28.698]
[ 28.698] Current version of pixman: 0.42.2
[ 28.698] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 28.698] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 28.698] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Aug 3 08:59:39 2023
[ 28.701] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 28.702] (==) No Layout section. Using the first Screen section.
[ 28.702] (==) No screen section available. Using defaults.
[ 28.702] (**) |-->Screen "Default Screen Section" (0)
[ 28.702] (**) | |-->Monitor "<default monitor>"
[ 28.702] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 28.702] (==) Automatically adding devices
[ 28.702] (==) Automatically enabling devices
[ 28.702] (==) Automatically adding GPU devices
[ 28.702] (==) Automatically binding GPU devices
[ 28.702] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 28.703] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 28.703] Entry deleted from font path.
[ 28.703] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[ 28.703] Entry deleted from font path.
[ 28.703] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[ 28.703] Entry deleted from font path.
[ 28.703] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 28.703] Entry deleted from font path.
[ 28.704] (==) FontPath set to:
/usr/share/fonts/100dpi,
/usr/share/fonts/75dpi
[ 28.704] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 28.704] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 28.704] (II) Module ABI versions:
[ 28.704] X.Org ANSI C Emulation: 0.4
[ 28.704] X.Org Video Driver: 25.2
[ 28.704] X.Org XInput driver : 24.4
[ 28.704] X.Org Server Extension : 10.0
[ 28.705] (++) using VT number 1
[ 28.706] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[ 28.712] (--) PCI:*(6@0:0:0) 1002:67df:1682:c570 rev 239, Mem @ 0xd0000000/268435456, 0xe0000000/2097152, 0xfcf00000/262144, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072
[ 28.712] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 28.712] (II) LoadModule: "glx"
[ 28.712] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 28.720] (II) Module glx: vendor="X.Org Foundation"
[ 28.720] compiled for 1.21.1.8, module version = 1.0.0
[ 28.720] ABI class: X.Org Server Extension, version 10.0
[ 28.720] (==) Matched ati as autoconfigured driver 0
[ 28.720] (==) Matched modesetting as autoconfigured driver 1
[ 28.720] (==) Matched fbdev as autoconfigured driver 2
[ 28.720] (==) Matched vesa as autoconfigured driver 3
[ 28.720] (==) Assigned the driver to the xf86ConfigLayout
[ 28.720] (II) LoadModule: "ati"
[ 28.721] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
[ 28.721] (II) Module ati: vendor="X.Org Foundation"
[ 28.721] compiled for 1.21.1.8, module version = 22.0.0
[ 28.721] Module class: X.Org Video Driver
[ 28.721] ABI class: X.Org Video Driver, version 25.2
[ 28.721] (II) LoadModule: "radeon"
[ 28.721] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
[ 28.725] (II) Module radeon: vendor="X.Org Foundation"
[ 28.725] compiled for 1.21.1.8, module version = 22.0.0
[ 28.726] Module class: X.Org Video Driver
[ 28.726] ABI class: X.Org Video Driver, version 25.2
[ 28.726] (II) LoadModule: "modesetting"
[ 28.726] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 28.726] (II) Module modesetting: vendor="X.Org Foundation"
[ 28.726] compiled for 1.21.1.8, module version = 1.21.1
[ 28.726] Module class: X.Org Video Driver
[ 28.726] ABI class: X.Org Video Driver, version 25.2
[ 28.726] (II) LoadModule: "fbdev"
[ 28.726] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
[ 28.727] (II) Module fbdev: vendor="X.Org Foundation"
[ 28.727] compiled for 1.21.1.1, module version = 0.5.0
[ 28.727] Module class: X.Org Video Driver
[ 28.727] ABI class: X.Org Video Driver, version 25.2
[ 28.727] (II) LoadModule: "vesa"
[ 28.727] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 28.727] (II) Module vesa: vendor="X.Org Foundation"
[ 28.727] compiled for 1.21.1.4, module version = 2.6.0
[ 28.727] Module class: X.Org Video Driver
[ 28.727] ABI class: X.Org Video Driver, version 25.2
[ 28.727] (II) RADEON: Driver for ATI/AMD Radeon chipsets:
ATI Radeon Mobility X600 (M24), ATI FireMV 2400,
ATI Radeon Mobility X300 (M24), ATI FireGL M24 GL,
ATI Radeon X600 (RV380), ATI FireGL V3200 (RV380),
ATI Radeon IGP320 (A3), ATI Radeon IGP330/340/350 (A4),
ATI Radeon 9500, ATI Radeon 9600TX, ATI FireGL Z1, ATI Radeon 9800SE,
ATI Radeon 9800, ATI FireGL X2, ATI Radeon 9600, ATI Radeon 9600SE,
ATI Radeon 9600XT, ATI FireGL T2, ATI Radeon 9650, ATI FireGL RV360,
ATI Radeon 7000 IGP (A4+), ATI Radeon 8500 AIW,
ATI Radeon IGP320M (U1), ATI Radeon IGP330M/340M/350M (U2),
ATI Radeon Mobility 7000 IGP, ATI Radeon 9000/PRO, ATI Radeon 9000,
ATI Radeon X800 (R420), ATI Radeon X800PRO (R420),
ATI Radeon X800SE (R420), ATI FireGL X3 (R420),
ATI Radeon Mobility 9800 (M18), ATI Radeon X800 SE (R420),
ATI Radeon X800XT (R420), ATI Radeon X800 VE (R420),
ATI Radeon X850 (R480), ATI Radeon X850 XT (R480),
ATI Radeon X850 SE (R480), ATI Radeon X850 PRO (R480),
ATI Radeon X850 XT PE (R480), ATI Radeon Mobility M7,
ATI Mobility FireGL 7800 M7, ATI Radeon Mobility M6,
ATI FireGL Mobility 9000 (M9), ATI Radeon Mobility 9000 (M9),
ATI Radeon 9700 Pro, ATI Radeon 9700/9500Pro, ATI FireGL X1,
ATI Radeon 9800PRO, ATI Radeon 9800XT,
ATI Radeon Mobility 9600/9700 (M10/M11),
ATI Radeon Mobility 9600 (M10), ATI Radeon Mobility 9600 (M11),
ATI FireGL Mobility T2 (M10), ATI FireGL Mobility T2e (M11),
ATI Radeon, ATI FireGL 8700/8800, ATI Radeon 8500, ATI Radeon 9100,
ATI Radeon 7500, ATI Radeon VE/7000, ATI ES1000,
ATI Radeon Mobility X300 (M22), ATI Radeon Mobility X600 SE (M24C),
ATI FireGL M22 GL, ATI Radeon X800 (R423), ATI Radeon X800PRO (R423),
ATI Radeon X800LE (R423), ATI Radeon X800SE (R423),
ATI Radeon X800 XTP (R430), ATI Radeon X800 XL (R430),
ATI Radeon X800 SE (R430), ATI Radeon X800 (R430),
ATI FireGL V7100 (R423), ATI FireGL V5100 (R423),
ATI FireGL unknown (R423), ATI Mobility FireGL V5000 (M26),
ATI Mobility Radeon X700 XL (M26), ATI Mobility Radeon X700 (M26),
ATI Radeon X550XTX, ATI Radeon 9100 IGP (A5),
ATI Radeon Mobility 9100 IGP (U3), ATI Radeon XPRESS 200,
ATI Radeon XPRESS 200M, ATI Radeon 9250, ATI Radeon 9200,
ATI Radeon 9200SE, ATI FireMV 2200, ATI Radeon X300 (RV370),
ATI Radeon X600 (RV370), ATI Radeon X550 (RV370),
ATI FireGL V3100 (RV370), ATI FireMV 2200 PCIE (RV370),
ATI Radeon Mobility 9200 (M9+), ATI Mobility Radeon X800 XT (M28),
ATI Mobility FireGL V5100 (M28), ATI Mobility Radeon X800 (M28),
ATI Radeon X850, ATI unknown Radeon / FireGL (R480),
ATI Radeon X800XT (R423), ATI FireGL V5000 (RV410),
ATI Radeon X700 XT (RV410), ATI Radeon X700 PRO (RV410),
ATI Radeon X700 SE (RV410), ATI Radeon X700 (RV410),
ATI Radeon X1800, ATI Mobility Radeon X1800 XT,
ATI Mobility Radeon X1800, ATI Mobility FireGL V7200,
ATI FireGL V7200, ATI FireGL V5300, ATI Mobility FireGL V7100,
ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
ATI Mobility Radeon X1400, ATI Radeon X1550 64-bit,
ATI Mobility Radeon X1300, ATI Radeon X1300, ATI FireGL V3300,
ATI FireGL V3350, ATI Mobility Radeon X1450,
ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
ATI FireMV 2250, ATI Radeon X1650, ATI Mobility FireGL V5200,
ATI Mobility Radeon X1600, ATI Radeon X1300 XT/X1600 Pro,
ATI FireGL V3400, ATI Mobility FireGL V5250,
ATI Mobility Radeon X1700, ATI Mobility Radeon X1700 XT,
ATI FireGL V5200, ATI Radeon X2300HD, ATI Mobility Radeon HD 2300,
ATI Radeon X1950, ATI Radeon X1900, ATI AMD Stream Processor,
ATI RV560, ATI Mobility Radeon X1900, ATI Radeon X1950 GT, ATI RV570,
ATI FireGL V7400, ATI Radeon 9100 PRO IGP,
ATI Radeon Mobility 9200 IGP, ATI Radeon X1200, ATI RS740,
ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro,
ATI Radeon HD 2900 GT, ATI FireGL V8650, ATI FireGL V8600,
ATI FireGL V7600, ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
ATI Radeon HD 4850 x2, ATI FirePro V8750 (FireGL),
ATI FirePro V7760 (FireGL), ATI Mobility RADEON HD 4850,
ATI Mobility RADEON HD 4850 X2, ATI FirePro RV770,
AMD FireStream 9270, AMD FireStream 9250, ATI FirePro V8700 (FireGL),
ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
ATI FirePro M7750, ATI M98, ATI Mobility Radeon HD 4650,
ATI Radeon RV730 (AGP), ATI Mobility Radeon HD 4670,
ATI FirePro M5750, ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI RV610,
ATI Radeon HD 2400 XT, ATI Radeon HD 2400 Pro,
ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000, ATI Radeon HD 2350,
ATI Mobility Radeon HD 2400 XT, ATI Mobility Radeon HD 2400,
ATI RADEON E2400, ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
ATI Mobility Radeon HD 3850 X2, ATI Mobility Radeon HD 3870,
ATI Mobility Radeon HD 3870 X2, ATI Radeon HD3870 X2,
ATI FireGL V7700, ATI Radeon HD3690, AMD Firestream 9170,
ATI Radeon HD 4550, ATI Radeon RV710, ATI Radeon HD 4350,
ATI Mobility Radeon 4300 Series, ATI Mobility Radeon 4500 Series,
ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
ATI FireGL V3600, ATI Radeon HD 2600 LE,
ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
ATI Radeon HD 3450, ATI Radeon HD 3430, ATI FirePro V3700,
ATI FireMV 2450, ATI Radeon HD 3600 Series, ATI Radeon HD 3650 AGP,
ATI Radeon HD 3600 PRO, ATI Radeon HD 3600 XT,
ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
ATI Radeon HD 3300 Graphics, ATI Radeon 3000 Graphics, SUMO, SUMO2,
ATI Radeon HD 4200, ATI Radeon 4100, ATI Mobility Radeon HD 4200,
ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
AMD Radeon HD 6310 Graphics, AMD Radeon HD 6250 Graphics,
AMD Radeon HD 6300 Series Graphics,
AMD Radeon HD 6200 Series Graphics, PALM, CYPRESS,
ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
AMD Firestream 9350, ATI Radeon HD 5800 Series,
ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
ATI Radeon HD 5670, ATI Radeon HD 5570, ATI Radeon HD 5500 Series,
REDWOOD, ATI Mobility Radeon Graphics, CEDAR, ATI FirePro 2270,
ATI Radeon HD 5450, CAYMAN, AMD Radeon HD 6900 Series,
AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series, BARTS,
AMD Radeon HD 6800 Series, AMD Radeon HD 6700 Series, TURKS, CAICOS,
ARUBA, TAHITI, PITCAIRN, VERDE, OLAND, HAINAN, BONAIRE, KABINI,
MULLINS, KAVERI, HAWAII
[ 28.728] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 28.728] (II) FBDEV: driver for framebuffer: fbdev
[ 28.728] (II) VESA: driver for VESA chipsets: vesa
[ 28.729] (EE) open /dev/dri/card0: No such file or directory
[ 28.729] (WW) Falling back to old probe method for modesetting
[ 28.729] (EE) open /dev/dri/card0: No such file or directory
[ 28.729] (II) Loading sub module "fbdevhw"
[ 28.729] (II) LoadModule: "fbdevhw"
[ 28.729] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[ 28.729] (II) Module fbdevhw: vendor="X.Org Foundation"
[ 28.729] compiled for 1.21.1.8, module version = 0.0.2
[ 28.729] ABI class: X.Org Video Driver, version 25.2
[ 28.729] (EE) Unable to find a valid framebuffer device
[ 28.729] (WW) Falling back to old probe method for fbdev
[ 28.729] (II) Loading sub module "fbdevhw"
[ 28.729] (II) LoadModule: "fbdevhw"
[ 28.729] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
[ 28.729] (II) Module fbdevhw: vendor="X.Org Foundation"
[ 28.729] compiled for 1.21.1.8, module version = 0.0.2
[ 28.729] ABI class: X.Org Video Driver, version 25.2
[ 28.729] (II) FBDEV(2): using default device
[ 28.730] vesa: Refusing to run, Framebuffer or dri device present
[ 28.730] (EE) Screen 0 deleted because of no matching config section.
[ 28.730] (II) UnloadModule: "modesetting"
[ 28.730] (EE) Screen 0 deleted because of no matching config section.
[ 28.730] (II) UnloadModule: "fbdev"
[ 28.730] (II) UnloadSubModule: "fbdevhw"
[ 28.730] (II) FBDEV(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 28.730] (==) FBDEV(0): Depth 24, (==) framebuffer bpp 32
[ 28.730] (==) FBDEV(0): RGB weight 888
[ 28.730] (==) FBDEV(0): Default visual is TrueColor
[ 28.730] (==) FBDEV(0): Using gamma correction (1.0, 1.0, 1.0)
[ 28.730] (II) FBDEV(0): hardware: EFI VGA (video memory: 8100kB)
[ 28.730] (DB) xf86MergeOutputClassOptions unsupported bus type 0
[ 28.730] (II) FBDEV(0): checking modes against framebuffer device...
[ 28.730] (II) FBDEV(0): checking modes against monitor...
[ 28.730] (II) FBDEV(0): Virtual size is 1920x1080 (pitch 1920)
[ 28.730] (**) FBDEV(0): Built-in mode "current": 207.4 MHz, 85.3 kHz, 77.2 Hz
[ 28.730] (II) FBDEV(0): Modeline "current"x0.0 207.38 1920 1952 2192 2432 1080 1084 1088 1104 -hsync -vsync -csync (85.3 kHz b)
[ 28.730] (==) FBDEV(0): DPI set to (96, 96)
[ 28.730] (II) Loading sub module "fb"
[ 28.730] (II) LoadModule: "fb"
[ 28.730] (II) Module "fb" already built-in
[ 28.730] (**) FBDEV(0): using shadow framebuffer
[ 28.730] (II) Loading sub module "shadow"
[ 28.730] (II) LoadModule: "shadow"
[ 28.730] (II) Loading /usr/lib/xorg/modules/libshadow.so
[ 28.730] (II) Module shadow: vendor="X.Org Foundation"
[ 28.730] compiled for 1.21.1.8, module version = 1.1.0
[ 28.730] ABI class: X.Org ANSI C Emulation, version 0.4
[ 28.730] (II) UnloadModule: "radeon"
[ 28.730] (II) Unloading radeon
[ 28.730] (II) FBDEV(0): FBIOBLANK: Invalid argument (Screen blanking not supported by kernel - disabling)
[ 28.731] (==) FBDEV(0): Backing store enabled
[ 28.731] (==) FBDEV(0): DPMS enabled
[ 28.732] (II) Initializing extension Generic Event Extension
[ 28.732] (II) Initializing extension SHAPE
[ 28.732] (II) Initializing extension MIT-SHM
[ 28.732] (II) Initializing extension XInputExtension
[ 28.732] (II) Initializing extension XTEST
[ 28.732] (II) Initializing extension BIG-REQUESTS
[ 28.732] (II) Initializing extension SYNC
[ 28.732] (II) Initializing extension XKEYBOARD
[ 28.733] (II) Initializing extension XC-MISC
[ 28.733] (II) Initializing extension SECURITY
[ 28.733] (II) Initializing extension XFIXES
[ 28.733] (II) Initializing extension RENDER
[ 28.733] (II) Initializing extension RANDR
[ 28.733] (II) Initializing extension COMPOSITE
[ 28.733] (II) Initializing extension DAMAGE
[ 28.733] (II) Initializing extension MIT-SCREEN-SAVER
[ 28.733] (II) Initializing extension DOUBLE-BUFFER
[ 28.733] (II) Initializing extension RECORD
[ 28.733] (II) Initializing extension DPMS
[ 28.734] (II) Initializing extension Present
[ 28.734] (II) Initializing extension DRI3
[ 28.734] (II) Initializing extension X-Resource
[ 28.734] (II) Initializing extension XVideo
[ 28.734] (II) Initializing extension XVideo-MotionCompensation
[ 28.734] (II) Initializing extension GLX
[ 28.734] (II) AIGLX: Screen 0 is not DRI2 capable
[ 28.914] (II) IGLX: Loaded and initialized swrast
[ 28.914] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[ 28.914] (II) Initializing extension XFree86-VidModeExtension
[ 28.914] (II) Initializing extension XFree86-DGA
[ 28.914] (II) Initializing extension XFree86-DRI
[ 28.914] (II) Initializing extension DRI2
[ 28.989] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 28.989] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 28.989] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 28.989] (II) LoadModule: "libinput"
[ 28.989] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 28.992] (II) Module libinput: vendor="X.Org Foundation"
[ 28.992] compiled for 1.21.1.8, module version = 1.3.0
[ 28.992] Module class: X.Org XInput Driver
[ 28.992] ABI class: X.Org XInput driver, version 24.4
[ 28.992] (II) Using input driver 'libinput' for 'Power Button'
[ 28.994] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 23 paused 0
[ 28.994] (**) Power Button: always reports core events
[ 28.994] (**) Option "Device" "/dev/input/event1"
[ 29.000] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 29.000] (II) event1 - Power Button: device is a keyboard
[ 29.000] (II) event1 - Power Button: device removed
[ 29.000] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[ 29.000] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 29.001] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 29.001] (II) event1 - Power Button: device is a keyboard
[ 29.002] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[ 29.002] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 29.002] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 29.002] (II) Using input driver 'libinput' for 'Power Button'
[ 29.003] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 26 paused 0
[ 29.003] (**) Power Button: always reports core events
[ 29.003] (**) Option "Device" "/dev/input/event0"
[ 29.004] (II) event0 - Power Button: is tagged by udev as: Keyboard
[ 29.004] (II) event0 - Power Button: device is a keyboard
[ 29.004] (II) event0 - Power Button: device removed
[ 29.004] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[ 29.004] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[ 29.005] (II) event0 - Power Button: is tagged by udev as: Keyboard
[ 29.005] (II) event0 - Power Button: device is a keyboard
[ 29.005] (II) config/udev: Adding input device Usb KeyBoard Usb KeyBoard (/dev/input/event2)
[ 29.005] (**) Usb KeyBoard Usb KeyBoard: Applying InputClass "evdev keyboard catchall"
[ 29.005] (**) Usb KeyBoard Usb KeyBoard: Applying InputClass "libinput keyboard catchall"
[ 29.005] (II) Using input driver 'libinput' for 'Usb KeyBoard Usb KeyBoard'
[ 29.007] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 27 paused 0
[ 29.007] (**) Usb KeyBoard Usb KeyBoard: always reports core events
[ 29.007] (**) Option "Device" "/dev/input/event2"
[ 29.008] (II) event2 - Usb KeyBoard Usb KeyBoard: is tagged by udev as: Keyboard
[ 29.008] (II) event2 - Usb KeyBoard Usb KeyBoard: device is a keyboard
[ 29.008] (II) event2 - Usb KeyBoard Usb KeyBoard: device removed
[ 29.008] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-1/1-1:1.0/0003:C0F4:06F0.0001/input/input2/event2"
[ 29.008] (II) XINPUT: Adding extended input device "Usb KeyBoard Usb KeyBoard" (type: KEYBOARD, id 8)
[ 29.009] (II) event2 - Usb KeyBoard Usb KeyBoard: is tagged by udev as: Keyboard
[ 29.009] (II) event2 - Usb KeyBoard Usb KeyBoard: device is a keyboard
[ 29.010] (II) config/udev: Adding input device Usb KeyBoard Usb KeyBoard Consumer Control (/dev/input/event3)
[ 29.010] (**) Usb KeyBoard Usb KeyBoard Consumer Control: Applying InputClass "evdev keyboard catchall"
[ 29.010] (**) Usb KeyBoard Usb KeyBoard Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 29.010] (II) Using input driver 'libinput' for 'Usb KeyBoard Usb KeyBoard Consumer Control'
[ 29.012] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 28 paused 0
[ 29.012] (**) Usb KeyBoard Usb KeyBoard Consumer Control: always reports core events
[ 29.012] (**) Option "Device" "/dev/input/event3"
[ 29.013] (II) event3 - Usb KeyBoard Usb KeyBoard Consumer Control: is tagged by udev as: Keyboard
[ 29.013] (II) event3 - Usb KeyBoard Usb KeyBoard Consumer Control: device is a keyboard
[ 29.013] (II) event3 - Usb KeyBoard Usb KeyBoard Consumer Control: device removed
[ 29.013] (II) libinput: Usb KeyBoard Usb KeyBoard Consumer Control: needs a virtual subdevice
[ 29.013] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-1/1-1:1.1/0003:C0F4:06F0.0002/input/input3/event3"
[ 29.013] (II) XINPUT: Adding extended input device "Usb KeyBoard Usb KeyBoard Consumer Control" (type: MOUSE, id 9)
[ 29.013] (**) Option "AccelerationScheme" "none"
[ 29.013] (**) Usb KeyBoard Usb KeyBoard Consumer Control: (accel) selected scheme none/0
[ 29.013] (**) Usb KeyBoard Usb KeyBoard Consumer Control: (accel) acceleration factor: 2.000
[ 29.013] (**) Usb KeyBoard Usb KeyBoard Consumer Control: (accel) acceleration threshold: 4
[ 29.014] (II) event3 - Usb KeyBoard Usb KeyBoard Consumer Control: is tagged by udev as: Keyboard
[ 29.014] (II) event3 - Usb KeyBoard Usb KeyBoard Consumer Control: device is a keyboard
[ 29.015] (II) config/udev: Adding input device Usb KeyBoard Usb KeyBoard System Control (/dev/input/event4)
[ 29.015] (**) Usb KeyBoard Usb KeyBoard System Control: Applying InputClass "evdev keyboard catchall"
[ 29.015] (**) Usb KeyBoard Usb KeyBoard System Control: Applying InputClass "libinput keyboard catchall"
[ 29.015] (II) Using input driver 'libinput' for 'Usb KeyBoard Usb KeyBoard System Control'
[ 29.017] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 29 paused 0
[ 29.017] (**) Usb KeyBoard Usb KeyBoard System Control: always reports core events
[ 29.017] (**) Option "Device" "/dev/input/event4"
[ 29.018] (II) event4 - Usb KeyBoard Usb KeyBoard System Control: is tagged by udev as: Keyboard
[ 29.018] (II) event4 - Usb KeyBoard Usb KeyBoard System Control: device is a keyboard
[ 29.018] (II) event4 - Usb KeyBoard Usb KeyBoard System Control: device removed
[ 29.018] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-1/1-1:1.1/0003:C0F4:06F0.0002/input/input4/event4"
[ 29.018] (II) XINPUT: Adding extended input device "Usb KeyBoard Usb KeyBoard System Control" (type: KEYBOARD, id 10)
[ 29.019] (II) event4 - Usb KeyBoard Usb KeyBoard System Control: is tagged by udev as: Keyboard
[ 29.019] (II) event4 - Usb KeyBoard Usb KeyBoard System Control: device is a keyboard
[ 29.020] (II) config/udev: Adding input device Logitech G PRO Gaming Mouse (/dev/input/event6)
[ 29.020] (**) Logitech G PRO Gaming Mouse: Applying InputClass "evdev pointer catchall"
[ 29.020] (**) Logitech G PRO Gaming Mouse: Applying InputClass "libinput pointer catchall"
[ 29.020] (II) Using input driver 'libinput' for 'Logitech G PRO Gaming Mouse'
[ 29.077] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 30 paused 0
[ 29.077] (**) Logitech G PRO Gaming Mouse: always reports core events
[ 29.077] (**) Option "Device" "/dev/input/event6"
[ 29.078] (II) event6 - Logitech G PRO Gaming Mouse: is tagged by udev as: Mouse
[ 29.078] (II) event6 - Logitech G PRO Gaming Mouse: device is a pointer
[ 29.079] (II) event6 - Logitech G PRO Gaming Mouse: device removed
[ 29.079] (II) libinput: Logitech G PRO Gaming Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 29.079] (II) libinput: Logitech G PRO Gaming Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 29.079] (II) libinput: Logitech G PRO Gaming Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 29.079] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-2/1-2:1.0/0003:046D:C08C.0004/input/input6/event6"
[ 29.079] (II) XINPUT: Adding extended input device "Logitech G PRO Gaming Mouse" (type: MOUSE, id 11)
[ 29.079] (**) Option "AccelerationScheme" "none"
[ 29.079] (**) Logitech G PRO Gaming Mouse: (accel) selected scheme none/0
[ 29.079] (**) Logitech G PRO Gaming Mouse: (accel) acceleration factor: 2.000
[ 29.079] (**) Logitech G PRO Gaming Mouse: (accel) acceleration threshold: 4
[ 29.080] (II) event6 - Logitech G PRO Gaming Mouse: is tagged by udev as: Mouse
[ 29.080] (II) event6 - Logitech G PRO Gaming Mouse: device is a pointer
[ 29.081] (II) config/udev: Adding input device Logitech G PRO Gaming Mouse (/dev/input/mouse0)
[ 29.081] (II) No input driver specified, ignoring this device.
[ 29.081] (II) This device may have been added with another device file.
[ 29.082] (II) config/udev: Adding input device Logitech G PRO Gaming Mouse Keyboard (/dev/input/event7)
[ 29.082] (**) Logitech G PRO Gaming Mouse Keyboard: Applying InputClass "evdev keyboard catchall"
[ 29.082] (**) Logitech G PRO Gaming Mouse Keyboard: Applying InputClass "libinput keyboard catchall"
[ 29.082] (II) Using input driver 'libinput' for 'Logitech G PRO Gaming Mouse Keyboard'
[ 29.083] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 31 paused 0
[ 29.083] (**) Logitech G PRO Gaming Mouse Keyboard: always reports core events
[ 29.083] (**) Option "Device" "/dev/input/event7"
[ 29.084] (II) event7 - Logitech G PRO Gaming Mouse Keyboard: is tagged by udev as: Keyboard
[ 29.084] (II) event7 - Logitech G PRO Gaming Mouse Keyboard: device is a keyboard
[ 29.085] (II) event7 - Logitech G PRO Gaming Mouse Keyboard: device removed
[ 29.085] (II) libinput: Logitech G PRO Gaming Mouse Keyboard: needs a virtual subdevice
[ 29.085] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-2/1-2:1.1/0003:046D:C08C.0005/input/input7/event7"
[ 29.085] (II) XINPUT: Adding extended input device "Logitech G PRO Gaming Mouse Keyboard" (type: MOUSE, id 12)
[ 29.085] (**) Option "AccelerationScheme" "none"
[ 29.085] (**) Logitech G PRO Gaming Mouse Keyboard: (accel) selected scheme none/0
[ 29.085] (**) Logitech G PRO Gaming Mouse Keyboard: (accel) acceleration factor: 2.000
[ 29.085] (**) Logitech G PRO Gaming Mouse Keyboard: (accel) acceleration threshold: 4
[ 29.086] (II) event7 - Logitech G PRO Gaming Mouse Keyboard: is tagged by udev as: Keyboard
[ 29.086] (II) event7 - Logitech G PRO Gaming Mouse Keyboard: device is a keyboard
[ 29.086] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=3 (/dev/input/event12)
[ 29.086] (II) No input driver specified, ignoring this device.
[ 29.086] (II) This device may have been added with another device file.
[ 29.087] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=7 (/dev/input/event13)
[ 29.087] (II) No input driver specified, ignoring this device.
[ 29.087] (II) This device may have been added with another device file.
[ 29.087] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=8 (/dev/input/event14)
[ 29.087] (II) No input driver specified, ignoring this device.
[ 29.087] (II) This device may have been added with another device file.
[ 29.087] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=9 (/dev/input/event15)
[ 29.087] (II) No input driver specified, ignoring this device.
[ 29.087] (II) This device may have been added with another device file.
[ 29.088] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=10 (/dev/input/event16)
[ 29.088] (II) No input driver specified, ignoring this device.
[ 29.088] (II) This device may have been added with another device file.
[ 29.088] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=11 (/dev/input/event17)
[ 29.088] (II) No input driver specified, ignoring this device.
[ 29.088] (II) This device may have been added with another device file.
[ 29.089] (II) config/udev: Adding input device Sony Interactive Entertainment DualSense Wireless Controller (/dev/input/event5)
[ 29.089] (II) No input driver specified, ignoring this device.
[ 29.089] (II) This device may have been added with another device file.
[ 29.089] (II) config/udev: Adding input device Sony Interactive Entertainment DualSense Wireless Controller (/dev/input/js0)
[ 29.089] (II) No input driver specified, ignoring this device.
[ 29.089] (II) This device may have been added with another device file.
[ 29.090] (II) config/udev: Adding input device Sony Interactive Entertainment DualSense Wireless Controller Motion Sensors (/dev/input/event8)
[ 29.090] (II) No input driver specified, ignoring this device.
[ 29.090] (II) This device may have been added with another device file.
[ 29.091] (II) config/udev: Adding input device Sony Interactive Entertainment DualSense Wireless Controller Motion Sensors (/dev/input/js1)
[ 29.091] (II) No input driver specified, ignoring this device.
[ 29.091] (II) This device may have been added with another device file.
[ 29.091] (II) config/udev: Adding input device Sony Interactive Entertainment DualSense Wireless Controller Touchpad (/dev/input/event9)
[ 29.091] (**) Sony Interactive Entertainment DualSense Wireless Controller Touchpad: Applying InputClass "evdev touchpad catchall"
[ 29.091] (**) Sony Interactive Entertainment DualSense Wireless Controller Touchpad: Applying InputClass "libinput touchpad catchall"
[ 29.091] (**) Sony Interactive Entertainment DualSense Wireless Controller Touchpad: Applying InputClass "touchpad catchall"
[ 29.091] (**) Sony Interactive Entertainment DualSense Wireless Controller Touchpad: Applying InputClass "Default clickpad buttons"
[ 29.091] (II) LoadModule: "synaptics"
[ 29.091] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
[ 29.099] (II) Module synaptics: vendor="X.Org Foundation"
[ 29.099] compiled for 1.21.1.3, module version = 1.9.2
[ 29.099] Module class: X.Org XInput Driver
[ 29.099] ABI class: X.Org XInput driver, version 24.4
[ 29.099] (II) Using input driver 'synaptics' for 'Sony Interactive Entertainment DualSense Wireless Controller Touchpad'
[ 29.100] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 32 paused 0
[ 29.100] (**) Sony Interactive Entertainment DualSense Wireless Controller Touchpad: always reports core events
[ 29.100] (**) Option "Device" "/dev/input/event9"
[ 29.100] (II) synaptics: Sony Interactive Entertainment DualSense Wireless Controller Touchpad: found clickpad property
[ 29.100] (--) synaptics: Sony Interactive Entertainment DualSense Wireless Controller Touchpad: x-axis range 0 - 1919 (res 0)
[ 29.100] (--) synaptics: Sony Interactive Entertainment DualSense Wireless Controller Touchpad: y-axis range 0 - 1079 (res 0)
[ 29.100] (II) synaptics: Sony Interactive Entertainment DualSense Wireless Controller Touchpad: device does not report pressure, will use touch data.
[ 29.100] (II) synaptics: Sony Interactive Entertainment DualSense Wireless Controller Touchpad: device does not report finger width.
[ 29.100] (--) synaptics: Sony Interactive Entertainment DualSense Wireless Controller Touchpad: buttons: left double
[ 29.100] (--) synaptics: Sony Interactive Entertainment DualSense Wireless Controller Touchpad: Vendor 0x54c Product 0xce6
[ 29.100] (--) synaptics: Sony Interactive Entertainment DualSense Wireless Controller Touchpad: invalid pressure range. defaulting to 0 - 255
[ 29.100] (--) synaptics: Sony Interactive Entertainment DualSense Wireless Controller Touchpad: invalid finger width range. defaulting to 0 - 15
[ 29.100] (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
[ 29.100] (--) synaptics: Sony Interactive Entertainment DualSense Wireless Controller Touchpad: touchpad found
[ 29.100] (**) Sony Interactive Entertainment DualSense Wireless Controller Touchpad: always reports core events
[ 29.100] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:07.1/0000:08:00.3/usb3/3-4/3-4:1.3/0003:054C:0CE6.0003/input/input12/event9"
[ 29.100] (II) XINPUT: Adding extended input device "Sony Interactive Entertainment DualSense Wireless Controller Touchpad" (type: TOUCHPAD, id 13)
[ 29.100] (**) synaptics: Sony Interactive Entertainment DualSense Wireless Controller Touchpad: (accel) MinSpeed is now constant deceleration 2.5
[ 29.100] (**) synaptics: Sony Interactive Entertainment DualSense Wireless Controller Touchpad: (accel) MaxSpeed is now 1.75
[ 29.100] (**) synaptics: Sony Interactive Entertainment DualSense Wireless Controller Touchpad: (accel) AccelFactor is now 0.091
[ 29.100] (**) Sony Interactive Entertainment DualSense Wireless Controller Touchpad: (accel) keeping acceleration scheme 1
[ 29.100] (**) Sony Interactive Entertainment DualSense Wireless Controller Touchpad: (accel) acceleration profile 1
[ 29.100] (**) Sony Interactive Entertainment DualSense Wireless Controller Touchpad: (accel) acceleration factor: 2.000
[ 29.100] (**) Sony Interactive Entertainment DualSense Wireless Controller Touchpad: (accel) acceleration threshold: 4
[ 29.100] (--) synaptics: Sony Interactive Entertainment DualSense Wireless Controller Touchpad: touchpad found
[ 29.101] (II) config/udev: Adding input device Sony Interactive Entertainment DualSense Wireless Controller Touchpad (/dev/input/mouse1)
[ 29.101] (**) Sony Interactive Entertainment DualSense Wireless Controller Touchpad: Ignoring device from InputClass "touchpad ignore duplicates"
[ 29.101] (II) config/udev: Adding input device HD-Audio Generic Front Mic (/dev/input/event18)
[ 29.101] (II) No input driver specified, ignoring this device.
[ 29.101] (II) This device may have been added with another device file.
[ 29.102] (II) config/udev: Adding input device HD-Audio Generic Rear Mic (/dev/input/event19)
[ 29.102] (II) No input driver specified, ignoring this device.
[ 29.102] (II) This device may have been added with another device file.
[ 29.102] (II) config/udev: Adding input device HD-Audio Generic Line (/dev/input/event20)
[ 29.102] (II) No input driver specified, ignoring this device.
[ 29.102] (II) This device may have been added with another device file.
[ 29.102] (II) config/udev: Adding input device HD-Audio Generic Line Out (/dev/input/event21)
[ 29.102] (II) No input driver specified, ignoring this device.
[ 29.102] (II) This device may have been added with another device file.
[ 29.103] (II) config/udev: Adding input device HD-Audio Generic Front Headphone (/dev/input/event22)
[ 29.103] (II) No input driver specified, ignoring this device.
[ 29.103] (II) This device may have been added with another device file.
[ 29.103] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event11)
[ 29.103] (**) Eee PC WMI hotkeys: Applying InputClass "evdev keyboard catchall"
[ 29.103] (**) Eee PC WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[ 29.103] (II) Using input driver 'libinput' for 'Eee PC WMI hotkeys'
[ 29.104] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 33 paused 0
[ 29.104] (**) Eee PC WMI hotkeys: always reports core events
[ 29.104] (**) Option "Device" "/dev/input/event11"
[ 29.104] (II) event11 - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[ 29.104] (II) event11 - Eee PC WMI hotkeys: device is a keyboard
[ 29.104] (II) event11 - Eee PC WMI hotkeys: device removed
[ 29.104] (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input14/event11"
[ 29.104] (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 14)
[ 29.105] (II) event11 - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[ 29.105] (II) event11 - Eee PC WMI hotkeys: device is a keyboard
[ 29.106] (II) config/udev: Adding input device PC Speaker (/dev/input/event10)
[ 29.106] (II) No input driver specified, ignoring this device.
[ 29.106] (II) This device may have been added with another device file.
[ 29.112] (**) Usb KeyBoard Usb KeyBoard Consumer Control: Applying InputClass "evdev keyboard catchall"
[ 29.112] (**) Usb KeyBoard Usb KeyBoard Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 29.112] (II) Using input driver 'libinput' for 'Usb KeyBoard Usb KeyBoard Consumer Control'
[ 29.112] (II) systemd-logind: returning pre-existing fd for /dev/input/event3 13:67
[ 29.112] (**) Usb KeyBoard Usb KeyBoard Consumer Control: always reports core events
[ 29.112] (**) Option "Device" "/dev/input/event3"
[ 29.112] (II) libinput: Usb KeyBoard Usb KeyBoard Consumer Control: is a virtual subdevice
[ 29.112] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-1/1-1:1.1/0003:C0F4:06F0.0002/input/input3/event3"
[ 29.112] (II) XINPUT: Adding extended input device "Usb KeyBoard Usb KeyBoard Consumer Control" (type: KEYBOARD, id 15)
[ 29.112] (**) Logitech G PRO Gaming Mouse Keyboard: Applying InputClass "evdev keyboard catchall"
[ 29.112] (**) Logitech G PRO Gaming Mouse Keyboard: Applying InputClass "libinput keyboard catchall"
[ 29.112] (II) Using input driver 'libinput' for 'Logitech G PRO Gaming Mouse Keyboard'
[ 29.112] (II) systemd-logind: returning pre-existing fd for /dev/input/event7 13:71
[ 29.112] (**) Logitech G PRO Gaming Mouse Keyboard: always reports core events
[ 29.112] (**) Option "Device" "/dev/input/event7"
[ 29.112] (II) libinput: Logitech G PRO Gaming Mouse Keyboard: is a virtual subdevice
[ 29.112] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-2/1-2:1.1/0003:046D:C08C.0005/input/input7/event7"
[ 29.112] (II) XINPUT: Adding extended input device "Logitech G PRO Gaming Mouse Keyboard" (type: KEYBOARD, id 16)
# journalctl -b -1
Aug 03 08:58:15 mason kernel: Linux version 6.4.7-arch1-2 (linux@archlinux) (gcc (GCC) 13.2.1 20230730, GNU ld (GNU Binutils) 2.40.90) #1 SMP PREEMPT_DYNAMIC Mon, 31 Jul 2023 11:41:04 +0000
Aug 03 08:58:15 mason kernel: Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=34724c46-2d8c-4c4c-8846-d599153eee7c rw loglevel=3 quiet
Aug 03 08:58:15 mason kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Aug 03 08:58:15 mason kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Aug 03 08:58:15 mason kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Aug 03 08:58:15 mason kernel: x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
Aug 03 08:58:15 mason kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
Aug 03 08:58:15 mason kernel: signal: max sigframe size: 1776
Aug 03 08:58:15 mason kernel: BIOS-provided physical RAM map:
Aug 03 08:58:15 mason kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
Aug 03 08:58:15 mason kernel: BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
Aug 03 08:58:15 mason kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000009c7efff] usable
Aug 03 08:58:15 mason kernel: BIOS-e820: [mem 0x0000000009c7f000-0x0000000009ffffff] reserved
Aug 03 08:58:15 mason kernel: BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
Aug 03 08:58:15 mason kernel: BIOS-e820: [mem 0x000000000a200000-0x000000000a20afff] ACPI NVS
Aug 03 08:58:15 mason kernel: BIOS-e820: [mem 0x000000000a20b000-0x000000000affffff] usable
Aug 03 08:58:15 mason kernel: BIOS-e820: [mem 0x000000000b000000-0x000000000b01ffff] reserved
Aug 03 08:58:15 mason kernel: BIOS-e820: [mem 0x000000000b020000-0x00000000bad57fff] usable
Aug 03 08:58:15 mason kernel: BIOS-e820: [mem 0x00000000bad58000-0x00000000bc48dfff] reserved
Aug 03 08:58:15 mason kernel: BIOS-e820: [mem 0x00000000bc48e000-0x00000000bc5dcfff] ACPI data
Aug 03 08:58:15 mason kernel: BIOS-e820: [mem 0x00000000bc5dd000-0x00000000bcca4fff] ACPI NVS
Aug 03 08:58:15 mason kernel: BIOS-e820: [mem 0x00000000bcca5000-0x00000000bd9fefff] reserved
Aug 03 08:58:15 mason kernel: BIOS-e820: [mem 0x00000000bd9ff000-0x00000000beffffff] usable
Aug 03 08:58:15 mason kernel: BIOS-e820: [mem 0x00000000bf000000-0x00000000bfffffff] reserved
Aug 03 08:58:15 mason kernel: BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
Aug 03 08:58:15 mason kernel: BIOS-e820: [mem 0x00000000fd100000-0x00000000fd1fffff] reserved
Aug 03 08:58:15 mason kernel: BIOS-e820: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved
Aug 03 08:58:15 mason kernel: BIOS-e820: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
Aug 03 08:58:15 mason kernel: BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
Aug 03 08:58:15 mason kernel: BIOS-e820: [mem 0x00000000fec30000-0x00000000fec30fff] reserved
Aug 03 08:58:15 mason kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
Aug 03 08:58:15 mason kernel: BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
Aug 03 08:58:15 mason kernel: BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
Aug 03 08:58:15 mason kernel: BIOS-e820: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
Aug 03 08:58:15 mason kernel: BIOS-e820: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
Aug 03 08:58:15 mason kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Aug 03 08:58:15 mason kernel: BIOS-e820: [mem 0x0000000100000000-0x000000043f37ffff] usable
Aug 03 08:58:15 mason kernel: BIOS-e820: [mem 0x000000043f380000-0x000000043fffffff] reserved
Aug 03 08:58:15 mason kernel: NX (Execute Disable) protection: active
Aug 03 08:58:15 mason kernel: e820: update [mem 0xa8c70018-0xa8c81057] usable ==> usable
Aug 03 08:58:15 mason kernel: e820: update [mem 0xa8c70018-0xa8c81057] usable ==> usable
Aug 03 08:58:15 mason kernel: e820: update [mem 0xa8c52018-0xa8c6f257] usable ==> usable
Aug 03 08:58:15 mason kernel: e820: update [mem 0xa8c52018-0xa8c6f257] usable ==> usable
Aug 03 08:58:15 mason kernel: extended physical RAM map:
Aug 03 08:58:15 mason kernel: reserve setup_data: [mem 0x0000000000000000-0x000000000009ffff] usable
Aug 03 08:58:15 mason kernel: reserve setup_data: [mem 0x00000000000a0000-0x00000000000fffff] reserved
Aug 03 08:58:15 mason kernel: reserve setup_data: [mem 0x0000000000100000-0x0000000009c7efff] usable
Aug 03 08:58:15 mason kernel: reserve setup_data: [mem 0x0000000009c7f000-0x0000000009ffffff] reserved
Aug 03 08:58:15 mason kernel: reserve setup_data: [mem 0x000000000a000000-0x000000000a1fffff] usable
Aug 03 08:58:15 mason kernel: reserve setup_data: [mem 0x000000000a200000-0x000000000a20afff] ACPI NVS
Aug 03 08:58:15 mason kernel: reserve setup_data: [mem 0x000000000a20b000-0x000000000affffff] usable
Aug 03 08:58:15 mason kernel: reserve setup_data: [mem 0x000000000b000000-0x000000000b01ffff] reserved
Aug 03 08:58:15 mason kernel: reserve setup_data: [mem 0x000000000b020000-0x00000000a8c52017] usable
Aug 03 08:58:15 mason kernel: reserve setup_data: [mem 0x00000000a8c52018-0x00000000a8c6f257] usable
Aug 03 08:58:15 mason kernel: reserve setup_data: [mem 0x00000000a8c6f258-0x00000000a8c70017] usable
Aug 03 08:58:15 mason kernel: reserve setup_data: [mem 0x00000000a8c70018-0x00000000a8c81057] usable
Aug 03 08:58:15 mason kernel: reserve setup_data: [mem 0x00000000a8c81058-0x00000000bad57fff] usable
Aug 03 08:58:15 mason kernel: reserve setup_data: [mem 0x00000000bad58000-0x00000000bc48dfff] reserved
Aug 03 08:58:15 mason kernel: reserve setup_data: [mem 0x00000000bc48e000-0x00000000bc5dcfff] ACPI data
Aug 03 08:58:15 mason kernel: reserve setup_data: [mem 0x00000000bc5dd000-0x00000000bcca4fff] ACPI NVS
Aug 03 08:58:15 mason kernel: reserve setup_data: [mem 0x00000000bcca5000-0x00000000bd9fefff] reserved
Aug 03 08:58:15 mason kernel: reserve setup_data: [mem 0x00000000bd9ff000-0x00000000beffffff] usable
Aug 03 08:58:15 mason kernel: reserve setup_data: [mem 0x00000000bf000000-0x00000000bfffffff] reserved
Aug 03 08:58:15 mason kernel: reserve setup_data: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
Aug 03 08:58:15 mason kernel: reserve setup_data: [mem 0x00000000fd100000-0x00000000fd1fffff] reserved
Aug 03 08:58:15 mason kernel: reserve setup_data: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved
Aug 03 08:58:15 mason kernel: reserve setup_data: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
Aug 03 08:58:15 mason kernel: reserve setup_data: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
Aug 03 08:58:15 mason kernel: reserve setup_data: [mem 0x00000000fec30000-0x00000000fec30fff] reserved
Aug 03 08:58:15 mason kernel: reserve setup_data: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
Aug 03 08:58:15 mason kernel: reserve setup_data: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
Aug 03 08:58:15 mason kernel: reserve setup_data: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
Aug 03 08:58:15 mason kernel: reserve setup_data: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
Aug 03 08:58:15 mason kernel: reserve setup_data: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
Aug 03 08:58:15 mason kernel: reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Aug 03 08:58:15 mason kernel: reserve setup_data: [mem 0x0000000100000000-0x000000043f37ffff] usable
Aug 03 08:58:15 mason kernel: reserve setup_data: [mem 0x000000043f380000-0x000000043fffffff] reserved
Aug 03 08:58:15 mason kernel: efi: EFI v2.7 by American Megatrends
Aug 03 08:58:15 mason kernel: efi: ACPI=0xbc5dc000 ACPI 2.0=0xbc5dc014 TPMFinalLog=0xbcc5b000 SMBIOS=0xbd7f8000 SMBIOS 3.0=0xbd7f7000 MEMATTR=0xb9309818 ESRT=0xb9879018 INITRD=0xb2355e18 RNG=0xbc4d0018 TPMEventLog=0xa8c82018
Aug 03 08:58:15 mason kernel: random: crng init done
Aug 03 08:58:15 mason kernel: efi: Remove mem59: MMIO range=[0xf0000000-0xf7ffffff] (128MB) from e820 map
Aug 03 08:58:15 mason kernel: e820: remove [mem 0xf0000000-0xf7ffffff] reserved
Aug 03 08:58:15 mason kernel: efi: Remove mem60: MMIO range=[0xfd100000-0xfd1fffff] (1MB) from e820 map
Aug 03 08:58:15 mason kernel: e820: remove [mem 0xfd100000-0xfd1fffff] reserved
Aug 03 08:58:15 mason kernel: efi: Not removing mem61: MMIO range=[0xfea00000-0xfea0ffff] (64KB) from e820 map
Aug 03 08:58:15 mason kernel: efi: Remove mem62: MMIO range=[0xfeb80000-0xfec01fff] (0MB) from e820 map
Aug 03 08:58:15 mason kernel: e820: remove [mem 0xfeb80000-0xfec01fff] reserved
Aug 03 08:58:15 mason kernel: efi: Not removing mem63: MMIO range=[0xfec10000-0xfec10fff] (4KB) from e820 map
Aug 03 08:58:15 mason kernel: efi: Not removing mem64: MMIO range=[0xfec30000-0xfec30fff] (4KB) from e820 map
Aug 03 08:58:15 mason kernel: efi: Not removing mem65: MMIO range=[0xfed00000-0xfed00fff] (4KB) from e820 map
Aug 03 08:58:15 mason kernel: efi: Not removing mem66: MMIO range=[0xfed40000-0xfed44fff] (20KB) from e820 map
Aug 03 08:58:15 mason kernel: efi: Not removing mem67: MMIO range=[0xfed80000-0xfed8ffff] (64KB) from e820 map
Aug 03 08:58:15 mason kernel: efi: Not removing mem68: MMIO range=[0xfedc2000-0xfedcffff] (56KB) from e820 map
Aug 03 08:58:15 mason kernel: efi: Not removing mem69: MMIO range=[0xfedd4000-0xfedd5fff] (8KB) from e820 map
Aug 03 08:58:15 mason kernel: efi: Remove mem70: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
Aug 03 08:58:15 mason kernel: e820: remove [mem 0xff000000-0xffffffff] reserved
Aug 03 08:58:15 mason kernel: SMBIOS 3.2.0 present.
Aug 03 08:58:15 mason kernel: DMI: System manufacturer System Product Name/ROG STRIX B450-I GAMING, BIOS 5102 05/31/2023
Aug 03 08:58:15 mason kernel: tsc: Fast TSC calibration using PIT
Aug 03 08:58:15 mason kernel: tsc: Detected 3194.078 MHz processor
Aug 03 08:58:15 mason kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Aug 03 08:58:15 mason kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Aug 03 08:58:15 mason kernel: last_pfn = 0x43f380 max_arch_pfn = 0x400000000
Aug 03 08:58:15 mason kernel: x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
Aug 03 08:58:15 mason kernel: e820: update [mem 0xc0000000-0xffffffff] usable ==> reserved
Aug 03 08:58:15 mason kernel: last_pfn = 0xbf000 max_arch_pfn = 0x400000000
Aug 03 08:58:15 mason kernel: esrt: Reserving ESRT space from 0x00000000b9879018 to 0x00000000b9879050.
Aug 03 08:58:15 mason kernel: e820: update [mem 0xb9879000-0xb9879fff] usable ==> reserved
Aug 03 08:58:15 mason kernel: Using GB pages for direct mapping
Aug 03 08:58:15 mason kernel: Secure boot disabled
Aug 03 08:58:15 mason kernel: RAMDISK: [mem 0xa9a8f000-0xabbcdfff]
Aug 03 08:58:15 mason kernel: ACPI: Early table checksum verification disabled
Aug 03 08:58:15 mason kernel: ACPI: RSDP 0x00000000BC5DC014 000024 (v02 ALASKA)
Aug 03 08:58:15 mason kernel: ACPI: XSDT 0x00000000BC5DB728 0000CC (v01 ALASKA A M I 01072009 AMI 01000013)
Aug 03 08:58:15 mason kernel: ACPI: FACP 0x00000000BC5CC000 000114 (v06 ALASKA A M I 01072009 AMI 00010013)
Aug 03 08:58:15 mason kernel: ACPI: DSDT 0x00000000BC5BD000 00E3A1 (v02 ALASKA A M I 01072009 INTL 20120913)
Aug 03 08:58:15 mason kernel: ACPI: FACS 0x00000000BCC59000 000040
Aug 03 08:58:15 mason kernel: ACPI: SSDT 0x00000000BC5D2000 008C98 (v02 AMD AmdTable 00000002 MSFT 04000000)
Aug 03 08:58:15 mason kernel: ACPI: SSDT 0x00000000BC5CE000 003CB6 (v02 AMD AMD AOD 00000001 INTL 20120913)
Aug 03 08:58:15 mason kernel: ACPI: SSDT 0x00000000BC5CD000 0000C8 (v02 ALASKA CPUSSDT 01072009 AMI 01072009)
Aug 03 08:58:15 mason kernel: ACPI: FIDT 0x00000000BC5BC000 00009C (v01 ALASKA A M I 01072009 AMI 00010013)
Aug 03 08:58:15 mason kernel: ACPI: MCFG 0x00000000BC5BB000 00003C (v01 ALASKA A M I 01072009 MSFT 00010013)
Aug 03 08:58:15 mason kernel: ACPI: HPET 0x00000000BC5BA000 000038 (v01 ALASKA A M I 01072009 AMI 00000005)
Aug 03 08:58:15 mason kernel: ACPI: SSDT 0x00000000BC5B9000 000024 (v01 AMDFCH FCHZP 00001000 INTL 20120913)
Aug 03 08:58:15 mason kernel: ACPI: SSDT 0x00000000BC4D1000 0010AF (v02 AMD MYRTLE 00000001 INTL 20120913)
Aug 03 08:58:15 mason kernel: ACPI: FPDT 0x00000000BC5B7000 000044 (v01 ALASKA A M I 01072009 AMI 01000013)
Aug 03 08:58:15 mason kernel: ACPI: VFCT 0x00000000BC5A8000 00EC84 (v01 ALASKA A M I 00000001 AMD 31504F47)
Aug 03 08:58:15 mason kernel: ACPI: BGRT 0x00000000BC5A7000 000038 (v01 ALASKA A M I 01072009 AMI 00010013)
Aug 03 08:58:15 mason kernel: ACPI: WPBT 0x00000000BC4DF000 00003C (v01 ALASKA A M I 00000001 ASUS 00000001)
Aug 03 08:58:15 mason kernel: ACPI: TPM2 0x00000000BC4DE000 00004C (v04 ALASKA A M I 00000001 AMI 00000000)
Aug 03 08:58:15 mason kernel: ACPI: IVRS 0x00000000BC4DD000 0000D0 (v02 AMD AmdTable 00000001 AMD 00000000)
Aug 03 08:58:15 mason kernel: ACPI: SSDT 0x00000000BC4DB000 001A58 (v02 AMD AmdTable 00000001 AMD 00000001)
Aug 03 08:58:15 mason kernel: ACPI: CRAT 0x00000000BC4DA000 000BD0 (v01 AMD AmdTable 00000001 AMD 00000001)
Aug 03 08:58:15 mason kernel: ACPI: CDIT 0x00000000BC4D9000 000029 (v01 AMD AmdTable 00000001 AMD 00000001)
Aug 03 08:58:15 mason kernel: ACPI: SSDT 0x00000000BC4D5000 0037DC (v02 AMD MYRTLE 00000001 INTL 20120913)
Aug 03 08:58:15 mason kernel: ACPI: SSDT 0x00000000BC4D4000 0000BF (v01 AMD AmdTable 00001000 INTL 20120913)
Aug 03 08:58:15 mason kernel: ACPI: APIC 0x00000000BC4D3000 00015E (v04 ALASKA A M I 01072009 AMI 00010013)
Aug 03 08:58:15 mason kernel: ACPI: Reserving FACP table memory at [mem 0xbc5cc000-0xbc5cc113]
Aug 03 08:58:15 mason kernel: ACPI: Reserving DSDT table memory at [mem 0xbc5bd000-0xbc5cb3a0]
Aug 03 08:58:15 mason kernel: ACPI: Reserving FACS table memory at [mem 0xbcc59000-0xbcc5903f]
Aug 03 08:58:15 mason kernel: ACPI: Reserving SSDT table memory at [mem 0xbc5d2000-0xbc5dac97]
Aug 03 08:58:15 mason kernel: ACPI: Reserving SSDT table memory at [mem 0xbc5ce000-0xbc5d1cb5]
Aug 03 08:58:15 mason kernel: ACPI: Reserving SSDT table memory at [mem 0xbc5cd000-0xbc5cd0c7]
Aug 03 08:58:15 mason kernel: ACPI: Reserving FIDT table memory at [mem 0xbc5bc000-0xbc5bc09b]
Aug 03 08:58:15 mason kernel: ACPI: Reserving MCFG table memory at [mem 0xbc5bb000-0xbc5bb03b]
Aug 03 08:58:15 mason kernel: ACPI: Reserving HPET table memory at [mem 0xbc5ba000-0xbc5ba037]
Aug 03 08:58:15 mason kernel: ACPI: Reserving SSDT table memory at [mem 0xbc5b9000-0xbc5b9023]
Aug 03 08:58:15 mason kernel: ACPI: Reserving SSDT table memory at [mem 0xbc4d1000-0xbc4d20ae]
Aug 03 08:58:15 mason kernel: ACPI: Reserving FPDT table memory at [mem 0xbc5b7000-0xbc5b7043]
Aug 03 08:58:15 mason kernel: ACPI: Reserving VFCT table memory at [mem 0xbc5a8000-0xbc5b6c83]
Aug 03 08:58:15 mason kernel: ACPI: Reserving BGRT table memory at [mem 0xbc5a7000-0xbc5a7037]
Aug 03 08:58:15 mason kernel: ACPI: Reserving WPBT table memory at [mem 0xbc4df000-0xbc4df03b]
Aug 03 08:58:15 mason kernel: ACPI: Reserving TPM2 table memory at [mem 0xbc4de000-0xbc4de04b]
Aug 03 08:58:15 mason kernel: ACPI: Reserving IVRS table memory at [mem 0xbc4dd000-0xbc4dd0cf]
Aug 03 08:58:15 mason kernel: ACPI: Reserving SSDT table memory at [mem 0xbc4db000-0xbc4dca57]
Aug 03 08:58:15 mason kernel: ACPI: Reserving CRAT table memory at [mem 0xbc4da000-0xbc4dabcf]
Aug 03 08:58:15 mason kernel: ACPI: Reserving CDIT table memory at [mem 0xbc4d9000-0xbc4d9028]
Aug 03 08:58:15 mason kernel: ACPI: Reserving SSDT table memory at [mem 0xbc4d5000-0xbc4d87db]
Aug 03 08:58:15 mason kernel: ACPI: Reserving SSDT table memory at [mem 0xbc4d4000-0xbc4d40be]
Aug 03 08:58:15 mason kernel: ACPI: Reserving APIC table memory at [mem 0xbc4d3000-0xbc4d315d]
Aug 03 08:58:15 mason kernel: system APIC only can use physical flat
Aug 03 08:58:15 mason kernel: Setting APIC routing to physical flat.
Aug 03 08:58:15 mason kernel: No NUMA configuration found
Aug 03 08:58:15 mason kernel: Faking a node at [mem 0x0000000000000000-0x000000043f37ffff]
Aug 03 08:58:15 mason kernel: NODE_DATA(0) allocated [mem 0x43f37b000-0x43f37ffff]
Aug 03 08:58:15 mason kernel: Zone ranges:
Aug 03 08:58:15 mason kernel: DMA [mem 0x0000000000001000-0x0000000000ffffff]
Aug 03 08:58:15 mason kernel: DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
Aug 03 08:58:15 mason kernel: Normal [mem 0x0000000100000000-0x000000043f37ffff]
Aug 03 08:58:15 mason kernel: Device empty
Aug 03 08:58:15 mason kernel: Movable zone start for each node
Aug 03 08:58:15 mason kernel: Early memory node ranges
Aug 03 08:58:15 mason kernel: node 0: [mem 0x0000000000001000-0x000000000009ffff]
Aug 03 08:58:15 mason kernel: node 0: [mem 0x0000000000100000-0x0000000009c7efff]
Aug 03 08:58:15 mason kernel: node 0: [mem 0x000000000a000000-0x000000000a1fffff]
Aug 03 08:58:15 mason kernel: node 0: [mem 0x000000000a20b000-0x000000000affffff]
Aug 03 08:58:15 mason kernel: node 0: [mem 0x000000000b020000-0x00000000bad57fff]
Aug 03 08:58:15 mason kernel: node 0: [mem 0x00000000bd9ff000-0x00000000beffffff]
Aug 03 08:58:15 mason kernel: node 0: [mem 0x0000000100000000-0x000000043f37ffff]
Aug 03 08:58:15 mason kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000043f37ffff]
Aug 03 08:58:15 mason kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Aug 03 08:58:15 mason kernel: On node 0, zone DMA: 96 pages in unavailable ranges
Aug 03 08:58:15 mason kernel: On node 0, zone DMA32: 897 pages in unavailable ranges
Aug 03 08:58:15 mason kernel: On node 0, zone DMA32: 11 pages in unavailable ranges
Aug 03 08:58:15 mason kernel: On node 0, zone DMA32: 32 pages in unavailable ranges
Aug 03 08:58:15 mason kernel: On node 0, zone DMA32: 11431 pages in unavailable ranges
Aug 03 08:58:15 mason kernel: On node 0, zone Normal: 4096 pages in unavailable ranges
Aug 03 08:58:15 mason kernel: On node 0, zone Normal: 3200 pages in unavailable ranges
Aug 03 08:58:15 mason kernel: ACPI: PM-Timer IO Port: 0x808
Aug 03 08:58:15 mason kernel: system APIC only can use physical flat
Aug 03 08:58:15 mason kernel: ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
Aug 03 08:58:15 mason kernel: IOAPIC[0]: apic_id 13, version 33, address 0xfec00000, GSI 0-23
Aug 03 08:58:15 mason kernel: IOAPIC[1]: apic_id 14, version 33, address 0xfec01000, GSI 24-55
Aug 03 08:58:15 mason kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Aug 03 08:58:15 mason kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
Aug 03 08:58:15 mason kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Aug 03 08:58:15 mason kernel: ACPI: HPET id: 0x10228201 base: 0xfed00000
Aug 03 08:58:15 mason kernel: e820: update [mem 0xb6f6a000-0xb705dfff] usable ==> reserved
Aug 03 08:58:15 mason kernel: smpboot: Allowing 32 CPUs, 20 hotplug CPUs
Aug 03 08:58:15 mason kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Aug 03 08:58:15 mason kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
Aug 03 08:58:15 mason kernel: PM: hibernation: Registered nosave memory: [mem 0x09c7f000-0x09ffffff]
Aug 03 08:58:15 mason kernel: PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a20afff]
Aug 03 08:58:15 mason kernel: PM: hibernation: Registered nosave memory: [mem 0x0b000000-0x0b01ffff]
Aug 03 08:58:15 mason kernel: PM: hibernation: Registered nosave memory: [mem 0xa8c52000-0xa8c52fff]
Aug 03 08:58:15 mason kernel: PM: hibernation: Registered nosave memory: [mem 0xa8c6f000-0xa8c6ffff]
Aug 03 08:58:15 mason kernel: PM: hibernation: Registered nosave memory: [mem 0xa8c70000-0xa8c70fff]
Aug 03 08:58:15 mason kernel: PM: hibernation: Registered nosave memory: [mem 0xa8c81000-0xa8c81fff]
Aug 03 08:58:15 mason kernel: PM: hibernation: Registered nosave memory: [mem 0xb6f6a000-0xb705dfff]
Aug 03 08:58:15 mason kernel: PM: hibernation: Registered nosave memory: [mem 0xb9879000-0xb9879fff]
Aug 03 08:58:15 mason kernel: PM: hibernation: Registered nosave memory: [mem 0xbad58000-0xbc48dfff]
Aug 03 08:58:15 mason kernel: PM: hibernation: Registered nosave memory: [mem 0xbc48e000-0xbc5dcfff]
Aug 03 08:58:15 mason kernel: PM: hibernation: Registered nosave memory: [mem 0xbc5dd000-0xbcca4fff]
Aug 03 08:58:15 mason kernel: PM: hibernation: Registered nosave memory: [mem 0xbcca5000-0xbd9fefff]
Aug 03 08:58:15 mason kernel: PM: hibernation: Registered nosave memory: [mem 0xbf000000-0xbfffffff]
Aug 03 08:58:15 mason kernel: PM: hibernation: Registered nosave memory: [mem 0xc0000000-0xfe9fffff]
Aug 03 08:58:15 mason kernel: PM: hibernation: Registered nosave memory: [mem 0xfea00000-0xfea0ffff]
Aug 03 08:58:15 mason kernel: PM: hibernation: Registered nosave memory: [mem 0xfea10000-0xfec0ffff]
Aug 03 08:58:15 mason kernel: PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
Aug 03 08:58:15 mason kernel: PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfec2ffff]
Aug 03 08:58:15 mason kernel: PM: hibernation: Registered nosave memory: [mem 0xfec30000-0xfec30fff]
Aug 03 08:58:15 mason kernel: PM: hibernation: Registered nosave memory: [mem 0xfec31000-0xfecfffff]
Aug 03 08:58:15 mason kernel: PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
Aug 03 08:58:15 mason kernel: PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
Aug 03 08:58:15 mason kernel: PM: hibernation: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
Aug 03 08:58:15 mason kernel: PM: hibernation: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
Aug 03 08:58:15 mason kernel: PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
Aug 03 08:58:15 mason kernel: PM: hibernation: Registered nosave memory: [mem 0xfed90000-0xfedc1fff]
Aug 03 08:58:15 mason kernel: PM: hibernation: Registered nosave memory: [mem 0xfedc2000-0xfedcffff]
Aug 03 08:58:15 mason kernel: PM: hibernation: Registered nosave memory: [mem 0xfedd0000-0xfedd3fff]
Aug 03 08:58:15 mason kernel: PM: hibernation: Registered nosave memory: [mem 0xfedd4000-0xfedd5fff]
Aug 03 08:58:15 mason kernel: PM: hibernation: Registered nosave memory: [mem 0xfedd6000-0xffffffff]
Aug 03 08:58:15 mason kernel: [mem 0xc0000000-0xfe9fffff] available for PCI devices
Aug 03 08:58:15 mason kernel: Booting paravirtualized kernel on bare hardware
Aug 03 08:58:15 mason kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Aug 03 08:58:15 mason kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:32 nr_cpu_ids:32 nr_node_ids:1
Aug 03 08:58:15 mason kernel: percpu: Embedded 64 pages/cpu s225280 r8192 d28672 u262144
Aug 03 08:58:15 mason kernel: pcpu-alloc: s225280 r8192 d28672 u262144 alloc=1*2097152
Aug 03 08:58:15 mason kernel: pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15
Aug 03 08:58:15 mason kernel: pcpu-alloc: [0] 16 17 18 19 20 21 22 23 [0] 24 25 26 27 28 29 30 31
Aug 03 08:58:15 mason kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=34724c46-2d8c-4c4c-8846-d599153eee7c rw loglevel=3 quiet
Aug 03 08:58:15 mason kernel: Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux", will be passed to user space.
Aug 03 08:58:15 mason kernel: printk: log_buf_len individual max cpu contribution: 4096 bytes
Aug 03 08:58:15 mason kernel: printk: log_buf_len total cpu_extra contributions: 126976 bytes
Aug 03 08:58:15 mason kernel: printk: log_buf_len min size: 131072 bytes
Aug 03 08:58:15 mason kernel: printk: log_buf_len: 262144 bytes
Aug 03 08:58:15 mason kernel: printk: early log buf free: 112688(85%)
Aug 03 08:58:15 mason kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Aug 03 08:58:15 mason kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
Aug 03 08:58:15 mason kernel: Fallback order for Node 0: 0
Aug 03 08:58:15 mason kernel: Built 1 zonelists, mobility grouping on. Total pages: 4109152
Aug 03 08:58:15 mason kernel: Policy zone: Normal
Aug 03 08:58:15 mason kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Aug 03 08:58:15 mason kernel: software IO TLB: area num 32.
Aug 03 08:58:15 mason kernel: Memory: 16186088K/16698160K available (16384K kernel code, 2120K rwdata, 12764K rodata, 3344K init, 3992K bss, 511812K reserved, 0K cma-reserved)
Aug 03 08:58:15 mason kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=32, Nodes=1
Aug 03 08:58:15 mason kernel: ftrace: allocating 47548 entries in 186 pages
Aug 03 08:58:15 mason kernel: ftrace: allocated 186 pages with 5 groups
Aug 03 08:58:15 mason kernel: Dynamic Preempt: full
Aug 03 08:58:15 mason kernel: rcu: Preemptible hierarchical RCU implementation.
Aug 03 08:58:15 mason kernel: rcu: RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=32.
Aug 03 08:58:15 mason kernel: rcu: RCU priority boosting: priority 1 delay 500 ms.
Aug 03 08:58:15 mason kernel: Trampoline variant of Tasks RCU enabled.
Aug 03 08:58:15 mason kernel: Rude variant of Tasks RCU enabled.
Aug 03 08:58:15 mason kernel: Tracing variant of Tasks RCU enabled.
Aug 03 08:58:15 mason kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Aug 03 08:58:15 mason kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=32
Aug 03 08:58:15 mason kernel: NR_IRQS: 20736, nr_irqs: 1224, preallocated irqs: 16
Aug 03 08:58:15 mason kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Aug 03 08:58:15 mason kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Aug 03 08:58:15 mason kernel: Console: colour dummy device 80x25
Aug 03 08:58:15 mason kernel: printk: console [tty0] enabled
Aug 03 08:58:15 mason kernel: ACPI: Core revision 20230331
Aug 03 08:58:15 mason kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
Aug 03 08:58:15 mason kernel: APIC: Switch to symmetric I/O mode setup
Aug 03 08:58:15 mason kernel: AMD-Vi: Using global IVHD EFR:0xf77ef22294ada, EFR2:0x0
Aug 03 08:58:15 mason kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Aug 03 08:58:15 mason kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2e0a6f54b14, max_idle_ns: 440795220814 ns
Aug 03 08:58:15 mason kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 6390.32 BogoMIPS (lpj=10646926)
Aug 03 08:58:15 mason kernel: pid_max: default: 32768 minimum: 301
Aug 03 08:58:15 mason kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf,integrity
Aug 03 08:58:15 mason kernel: landlock: Up and running.
Aug 03 08:58:15 mason kernel: Yama: becoming mindful.
Aug 03 08:58:15 mason kernel: LSM support for eBPF active
Aug 03 08:58:15 mason kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Aug 03 08:58:15 mason kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Aug 03 08:58:15 mason kernel: LVT offset 1 assigned for vector 0xf9
Aug 03 08:58:15 mason kernel: LVT offset 2 assigned for vector 0xf4
Aug 03 08:58:15 mason kernel: Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
Aug 03 08:58:15 mason kernel: Last level dTLB entries: 4KB 1536, 2MB 1536, 4MB 768, 1GB 0
Aug 03 08:58:15 mason kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Aug 03 08:58:15 mason kernel: Spectre V2 : Mitigation: Retpolines
Aug 03 08:58:15 mason kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Aug 03 08:58:15 mason kernel: Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
Aug 03 08:58:15 mason kernel: Spectre V2 : Enabling Speculation Barrier for firmware calls
Aug 03 08:58:15 mason kernel: RETBleed: Mitigation: untrained return thunk
Aug 03 08:58:15 mason kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Aug 03 08:58:15 mason kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Aug 03 08:58:15 mason kernel: Freeing SMP alternatives memory: 40K
Aug 03 08:58:15 mason kernel: smpboot: CPU0: AMD Ryzen 5 1600 Six-Core Processor (family: 0x17, model: 0x1, stepping: 0x1)
Aug 03 08:58:15 mason kernel: cblist_init_generic: Setting adjustable number of callback queues.
Aug 03 08:58:15 mason kernel: cblist_init_generic: Setting shift to 5 and lim to 1.
Aug 03 08:58:15 mason kernel: cblist_init_generic: Setting adjustable number of callback queues.
Aug 03 08:58:15 mason kernel: cblist_init_generic: Setting shift to 5 and lim to 1.
Aug 03 08:58:15 mason kernel: cblist_init_generic: Setting adjustable number of callback queues.
Aug 03 08:58:15 mason kernel: cblist_init_generic: Setting shift to 5 and lim to 1.
Aug 03 08:58:15 mason kernel: Performance Events: Fam17h+ core perfctr, AMD PMU driver.
Aug 03 08:58:15 mason kernel: ... version: 0
Aug 03 08:58:15 mason kernel: ... bit width: 48
Aug 03 08:58:15 mason kernel: ... generic registers: 6
Aug 03 08:58:15 mason kernel: ... value mask: 0000ffffffffffff
Aug 03 08:58:15 mason kernel: ... max period: 00007fffffffffff
Aug 03 08:58:15 mason kernel: ... fixed-purpose events: 0
Aug 03 08:58:15 mason kernel: ... event mask: 000000000000003f
Aug 03 08:58:15 mason kernel: rcu: Hierarchical SRCU implementation.
Aug 03 08:58:15 mason kernel: rcu: Max phase no-delay instances is 1000.
Aug 03 08:58:15 mason kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Aug 03 08:58:15 mason kernel: smp: Bringing up secondary CPUs ...
Aug 03 08:58:15 mason kernel: x86: Booting SMP configuration:
Aug 03 08:58:15 mason kernel: .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7 #8 #9 #10 #11
Aug 03 08:58:15 mason kernel: smp: Brought up 1 node, 12 CPUs
Aug 03 08:58:15 mason kernel: smpboot: Max logical packages: 3
Aug 03 08:58:15 mason kernel: smpboot: Total of 12 processors activated (76688.94 BogoMIPS)
Aug 03 08:58:15 mason kernel: devtmpfs: initialized
Aug 03 08:58:15 mason kernel: x86/mm: Memory block size: 128MB
Aug 03 08:58:15 mason kernel: ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20afff] (45056 bytes)
Aug 03 08:58:15 mason kernel: ACPI: PM: Registering ACPI NVS region [mem 0xbc5dd000-0xbcca4fff] (7110656 bytes)
Aug 03 08:58:15 mason kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Aug 03 08:58:15 mason kernel: futex hash table entries: 8192 (order: 7, 524288 bytes, linear)
Aug 03 08:58:15 mason kernel: pinctrl core: initialized pinctrl subsystem
Aug 03 08:58:15 mason kernel: PM: RTC time: 13:58:10, date: 2023-08-03
Aug 03 08:58:15 mason kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Aug 03 08:58:15 mason kernel: DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
Aug 03 08:58:15 mason kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Aug 03 08:58:15 mason kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Aug 03 08:58:15 mason kernel: audit: initializing netlink subsys (disabled)
Aug 03 08:58:15 mason kernel: audit: type=2000 audit(1691071089.166:1): state=initialized audit_enabled=0 res=1
Aug 03 08:58:15 mason kernel: thermal_sys: Registered thermal governor 'fair_share'
Aug 03 08:58:15 mason kernel: thermal_sys: Registered thermal governor 'bang_bang'
Aug 03 08:58:15 mason kernel: thermal_sys: Registered thermal governor 'step_wise'
Aug 03 08:58:15 mason kernel: thermal_sys: Registered thermal governor 'user_space'
Aug 03 08:58:15 mason kernel: thermal_sys: Registered thermal governor 'power_allocator'
Aug 03 08:58:15 mason kernel: cpuidle: using governor ladder
Aug 03 08:58:15 mason kernel: cpuidle: using governor menu
Aug 03 08:58:15 mason kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Aug 03 08:58:15 mason kernel: PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
Aug 03 08:58:15 mason kernel: PCI: not using MMCONFIG
Aug 03 08:58:15 mason kernel: PCI: Using configuration type 1 for base access
Aug 03 08:58:15 mason kernel: PCI: Using configuration type 1 for extended access
Aug 03 08:58:15 mason kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Aug 03 08:58:15 mason kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Aug 03 08:58:15 mason kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Aug 03 08:58:15 mason kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Aug 03 08:58:15 mason kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Aug 03 08:58:15 mason kernel: ACPI: Added _OSI(Module Device)
Aug 03 08:58:15 mason kernel: ACPI: Added _OSI(Processor Device)
Aug 03 08:58:15 mason kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Aug 03 08:58:15 mason kernel: ACPI: Added _OSI(Processor Aggregator Device)
Aug 03 08:58:15 mason kernel: ACPI: 9 ACPI AML tables successfully acquired and loaded
Aug 03 08:58:15 mason kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Aug 03 08:58:15 mason kernel: ACPI: EC: EC started
Aug 03 08:58:15 mason kernel: ACPI: EC: interrupt blocked
Aug 03 08:58:15 mason kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Aug 03 08:58:15 mason kernel: ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC used to handle transactions
Aug 03 08:58:15 mason kernel: ACPI: Interpreter enabled
Aug 03 08:58:15 mason kernel: ACPI: PM: (supports S0 S3 S4 S5)
Aug 03 08:58:15 mason kernel: ACPI: Using IOAPIC for interrupt routing
Aug 03 08:58:15 mason kernel: PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
Aug 03 08:58:15 mason kernel: PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved as ACPI motherboard resource
Aug 03 08:58:15 mason kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Aug 03 08:58:15 mason kernel: PCI: Ignoring E820 reservations for host bridge windows
Aug 03 08:58:15 mason kernel: ACPI: Enabled 3 GPEs in block 00 to 1F
Aug 03 08:58:15 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT3._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 08:58:15 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO11._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 08:58:15 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT4._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 08:58:15 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO12._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 08:58:15 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT5._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 08:58:15 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO13._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 08:58:15 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT6._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 08:58:15 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO14._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 08:58:15 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT1._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 08:58:15 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT9._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 08:58:15 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT2._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 08:58:15 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO10._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 08:58:15 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT7._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 08:58:15 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO15._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 08:58:15 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT8._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 08:58:15 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO16._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 08:58:15 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO17._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 08:58:15 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO18._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 08:58:15 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO19._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 08:58:15 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO20._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 08:58:15 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO21._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 08:58:15 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO22._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 08:58:15 mason kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Aug 03 08:58:15 mason kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Aug 03 08:58:15 mason kernel: acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME LTR DPC]
Aug 03 08:58:15 mason kernel: acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
Aug 03 08:58:15 mason kernel: acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-7f] only partially covers this bridge
Aug 03 08:58:15 mason kernel: PCI host bridge to bus 0000:00
Aug 03 08:58:15 mason kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x03af window]
Aug 03 08:58:15 mason kernel: pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7 window]
Aug 03 08:58:15 mason kernel: pci_bus 0000:00: root bus resource [io 0x03b0-0x03df window]
Aug 03 08:58:15 mason kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xefff window]
Aug 03 08:58:15 mason kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
Aug 03 08:58:15 mason kernel: pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfec2ffff window]
Aug 03 08:58:15 mason kernel: pci_bus 0000:00: root bus resource [mem 0xfee00000-0xffffffff window]
Aug 03 08:58:15 mason kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Aug 03 08:58:15 mason kernel: pci 0000:00:00.0: [1022:1450] type 00 class 0x060000
Aug 03 08:58:15 mason kernel: pci 0000:00:00.2: [1022:1451] type 00 class 0x080600
Aug 03 08:58:15 mason kernel: pci 0000:00:01.0: [1022:1452] type 00 class 0x060000
Aug 03 08:58:15 mason kernel: pci 0000:00:01.3: [1022:1453] type 01 class 0x060400
Aug 03 08:58:15 mason kernel: pci 0000:00:01.3: enabling Extended Tags
Aug 03 08:58:15 mason kernel: pci 0000:00:01.3: PME# supported from D0 D3hot D3cold
Aug 03 08:58:15 mason kernel: pci 0000:00:02.0: [1022:1452] type 00 class 0x060000
Aug 03 08:58:15 mason kernel: pci 0000:00:03.0: [1022:1452] type 00 class 0x060000
Aug 03 08:58:15 mason kernel: pci 0000:00:03.1: [1022:1453] type 01 class 0x060400
Aug 03 08:58:15 mason kernel: pci 0000:00:03.1: PME# supported from D0 D3hot D3cold
Aug 03 08:58:15 mason kernel: pci 0000:00:03.3: [1022:1453] type 01 class 0x060400
Aug 03 08:58:15 mason kernel: pci 0000:00:03.3: enabling Extended Tags
Aug 03 08:58:15 mason kernel: pci 0000:00:03.3: PME# supported from D0 D3hot D3cold
Aug 03 08:58:15 mason kernel: pci 0000:00:04.0: [1022:1452] type 00 class 0x060000
Aug 03 08:58:15 mason kernel: pci 0000:00:07.0: [1022:1452] type 00 class 0x060000
Aug 03 08:58:15 mason kernel: pci 0000:00:07.1: [1022:1454] type 01 class 0x060400
Aug 03 08:58:15 mason kernel: pci 0000:00:07.1: enabling Extended Tags
Aug 03 08:58:15 mason kernel: pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
Aug 03 08:58:15 mason kernel: pci 0000:00:08.0: [1022:1452] type 00 class 0x060000
Aug 03 08:58:15 mason kernel: pci 0000:00:08.1: [1022:1454] type 01 class 0x060400
Aug 03 08:58:15 mason kernel: pci 0000:00:08.1: enabling Extended Tags
Aug 03 08:58:15 mason kernel: pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
Aug 03 08:58:15 mason kernel: pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
Aug 03 08:58:15 mason kernel: pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
Aug 03 08:58:15 mason kernel: pci 0000:00:18.0: [1022:1460] type 00 class 0x060000
Aug 03 08:58:15 mason kernel: pci 0000:00:18.1: [1022:1461] type 00 class 0x060000
Aug 03 08:58:15 mason kernel: pci 0000:00:18.2: [1022:1462] type 00 class 0x060000
Aug 03 08:58:15 mason kernel: pci 0000:00:18.3: [1022:1463] type 00 class 0x060000
Aug 03 08:58:15 mason kernel: pci 0000:00:18.4: [1022:1464] type 00 class 0x060000
Aug 03 08:58:15 mason kernel: pci 0000:00:18.5: [1022:1465] type 00 class 0x060000
Aug 03 08:58:15 mason kernel: pci 0000:00:18.6: [1022:1466] type 00 class 0x060000
Aug 03 08:58:15 mason kernel: pci 0000:00:18.7: [1022:1467] type 00 class 0x060000
Aug 03 08:58:15 mason kernel: pci 0000:01:00.0: [1022:43d5] type 00 class 0x0c0330
Aug 03 08:58:15 mason kernel: pci 0000:01:00.0: reg 0x10: [mem 0xfcca0000-0xfcca7fff 64bit]
Aug 03 08:58:15 mason kernel: pci 0000:01:00.0: enabling Extended Tags
Aug 03 08:58:15 mason kernel: pci 0000:01:00.0: PME# supported from D3hot D3cold
Aug 03 08:58:15 mason kernel: pci 0000:01:00.1: [1022:43c8] type 00 class 0x010601
Aug 03 08:58:15 mason kernel: pci 0000:01:00.1: reg 0x24: [mem 0xfcc80000-0xfcc9ffff]
Aug 03 08:58:15 mason kernel: pci 0000:01:00.1: reg 0x30: [mem 0xfcc00000-0xfcc7ffff pref]
Aug 03 08:58:15 mason kernel: pci 0000:01:00.1: enabling Extended Tags
Aug 03 08:58:15 mason kernel: pci 0000:01:00.1: PME# supported from D3hot D3cold
Aug 03 08:58:15 mason kernel: pci 0000:01:00.2: [1022:43c6] type 01 class 0x060400
Aug 03 08:58:15 mason kernel: pci 0000:01:00.2: enabling Extended Tags
Aug 03 08:58:15 mason kernel: pci 0000:01:00.2: PME# supported from D3hot D3cold
Aug 03 08:58:15 mason kernel: pci 0000:00:01.3: PCI bridge to [bus 01-05]
Aug 03 08:58:15 mason kernel: pci 0000:00:01.3: bridge window [io 0xc000-0xdfff]
Aug 03 08:58:15 mason kernel: pci 0000:00:01.3: bridge window [mem 0xfca00000-0xfccfffff]
Aug 03 08:58:15 mason kernel: pci 0000:02:00.0: [1022:43c7] type 01 class 0x060400
Aug 03 08:58:15 mason kernel: pci 0000:02:00.0: enabling Extended Tags
Aug 03 08:58:15 mason kernel: pci 0000:02:00.0: PME# supported from D3hot D3cold
Aug 03 08:58:15 mason kernel: pci 0000:02:01.0: [1022:43c7] type 01 class 0x060400
Aug 03 08:58:15 mason kernel: pci 0000:02:01.0: enabling Extended Tags
Aug 03 08:58:15 mason kernel: pci 0000:02:01.0: PME# supported from D3hot D3cold
Aug 03 08:58:15 mason kernel: pci 0000:02:04.0: [1022:43c7] type 01 class 0x060400
Aug 03 08:58:15 mason kernel: pci 0000:02:04.0: enabling Extended Tags
Aug 03 08:58:15 mason kernel: pci 0000:02:04.0: PME# supported from D3hot D3cold
Aug 03 08:58:15 mason kernel: pci 0000:01:00.2: PCI bridge to [bus 02-05]
Aug 03 08:58:15 mason kernel: pci 0000:01:00.2: bridge window [io 0xc000-0xdfff]
Aug 03 08:58:15 mason kernel: pci 0000:01:00.2: bridge window [mem 0xfca00000-0xfcbfffff]
Aug 03 08:58:15 mason kernel: pci 0000:03:00.0: [8086:1539] type 00 class 0x020000
Aug 03 08:58:15 mason kernel: pci 0000:03:00.0: reg 0x10: [mem 0xfcb00000-0xfcb1ffff]
Aug 03 08:58:15 mason kernel: pci 0000:03:00.0: reg 0x18: [io 0xd000-0xd01f]
Aug 03 08:58:15 mason kernel: pci 0000:03:00.0: reg 0x1c: [mem 0xfcb20000-0xfcb23fff]
Aug 03 08:58:15 mason kernel: pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
Aug 03 08:58:15 mason kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
Aug 03 08:58:15 mason kernel: pci 0000:02:00.0: bridge window [io 0xd000-0xdfff]
Aug 03 08:58:15 mason kernel: pci 0000:02:00.0: bridge window [mem 0xfcb00000-0xfcbfffff]
Aug 03 08:58:15 mason kernel: pci 0000:04:00.0: [10ec:b822] type 00 class 0x028000
Aug 03 08:58:15 mason kernel: pci 0000:04:00.0: reg 0x10: [io 0xc000-0xc0ff]
Aug 03 08:58:15 mason kernel: pci 0000:04:00.0: reg 0x18: [mem 0xfca00000-0xfca0ffff 64bit]
Aug 03 08:58:15 mason kernel: pci 0000:04:00.0: supports D1 D2
Aug 03 08:58:15 mason kernel: pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Aug 03 08:58:15 mason kernel: pci 0000:02:01.0: PCI bridge to [bus 04]
Aug 03 08:58:15 mason kernel: pci 0000:02:01.0: bridge window [io 0xc000-0xcfff]
Aug 03 08:58:15 mason kernel: pci 0000:02:01.0: bridge window [mem 0xfca00000-0xfcafffff]
Aug 03 08:58:15 mason kernel: pci 0000:02:04.0: PCI bridge to [bus 05]
Aug 03 08:58:15 mason kernel: pci 0000:06:00.0: [1002:67df] type 00 class 0x030000
Aug 03 08:58:15 mason kernel: pci 0000:06:00.0: reg 0x10: [mem 0xd0000000-0xdfffffff 64bit pref]
Aug 03 08:58:15 mason kernel: pci 0000:06:00.0: reg 0x18: [mem 0xe0000000-0xe01fffff 64bit pref]
Aug 03 08:58:15 mason kernel: pci 0000:06:00.0: reg 0x20: [io 0xe000-0xe0ff]
Aug 03 08:58:15 mason kernel: pci 0000:06:00.0: reg 0x24: [mem 0xfcf00000-0xfcf3ffff]
Aug 03 08:58:15 mason kernel: pci 0000:06:00.0: reg 0x30: [mem 0xfcf40000-0xfcf5ffff pref]
Aug 03 08:58:15 mason kernel: pci 0000:06:00.0: BAR 0: assigned to efifb
Aug 03 08:58:15 mason kernel: pci 0000:06:00.0: supports D1 D2
Aug 03 08:58:15 mason kernel: pci 0000:06:00.0: PME# supported from D1 D2 D3hot D3cold
Aug 03 08:58:15 mason kernel: pci 0000:06:00.0: 63.008 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x8 link at 0000:00:03.1 (capable of 126.016 Gb/s with 8.0 GT/s PCIe x16 link)
Aug 03 08:58:15 mason kernel: pci 0000:06:00.1: [1002:aaf0] type 00 class 0x040300
Aug 03 08:58:15 mason kernel: pci 0000:06:00.1: reg 0x10: [mem 0xfcf60000-0xfcf63fff 64bit]
Aug 03 08:58:15 mason kernel: pci 0000:06:00.1: supports D1 D2
Aug 03 08:58:15 mason kernel: pci 0000:00:03.1: PCI bridge to [bus 06]
Aug 03 08:58:15 mason kernel: pci 0000:00:03.1: bridge window [io 0xe000-0xefff]
Aug 03 08:58:15 mason kernel: pci 0000:00:03.1: bridge window [mem 0xfcf00000-0xfcffffff]
Aug 03 08:58:15 mason kernel: pci 0000:00:03.1: bridge window [mem 0xd0000000-0xe01fffff 64bit pref]
Aug 03 08:58:15 mason kernel: pci 0000:07:00.0: [15b7:5006] type 00 class 0x010802
Aug 03 08:58:15 mason kernel: pci 0000:07:00.0: reg 0x10: [mem 0xfce00000-0xfce03fff 64bit]
Aug 03 08:58:15 mason kernel: pci 0000:07:00.0: reg 0x20: [mem 0xfce04000-0xfce040ff 64bit]
Aug 03 08:58:15 mason kernel: pci 0000:00:03.3: PCI bridge to [bus 07]
Aug 03 08:58:15 mason kernel: pci 0000:00:03.3: bridge window [mem 0xfce00000-0xfcefffff]
Aug 03 08:58:15 mason kernel: pci 0000:08:00.0: [1022:145a] type 00 class 0x130000
Aug 03 08:58:15 mason kernel: pci 0000:08:00.0: enabling Extended Tags
Aug 03 08:58:15 mason kernel: pci 0000:08:00.2: [1022:1456] type 00 class 0x108000
Aug 03 08:58:15 mason kernel: pci 0000:08:00.2: reg 0x18: [mem 0xfc800000-0xfc8fffff]
Aug 03 08:58:15 mason kernel: pci 0000:08:00.2: reg 0x24: [mem 0xfc900000-0xfc901fff]
Aug 03 08:58:15 mason kernel: pci 0000:08:00.2: enabling Extended Tags
Aug 03 08:58:15 mason kernel: pci 0000:08:00.3: [1022:145c] type 00 class 0x0c0330
Aug 03 08:58:15 mason kernel: pci 0000:08:00.3: reg 0x10: [mem 0xfc700000-0xfc7fffff 64bit]
Aug 03 08:58:15 mason kernel: pci 0000:08:00.3: enabling Extended Tags
Aug 03 08:58:15 mason kernel: pci 0000:08:00.3: PME# supported from D0 D3hot D3cold
Aug 03 08:58:15 mason kernel: pci 0000:00:07.1: PCI bridge to [bus 08]
Aug 03 08:58:15 mason kernel: pci 0000:00:07.1: bridge window [mem 0xfc700000-0xfc9fffff]
Aug 03 08:58:15 mason kernel: pci 0000:09:00.0: [1022:1455] type 00 class 0x130000
Aug 03 08:58:15 mason kernel: pci 0000:09:00.0: enabling Extended Tags
Aug 03 08:58:15 mason kernel: pci 0000:09:00.2: [1022:7901] type 00 class 0x010601
Aug 03 08:58:15 mason kernel: pci 0000:09:00.2: reg 0x24: [mem 0xfcd08000-0xfcd08fff]
Aug 03 08:58:15 mason kernel: pci 0000:09:00.2: enabling Extended Tags
Aug 03 08:58:15 mason kernel: pci 0000:09:00.2: PME# supported from D3hot D3cold
Aug 03 08:58:15 mason kernel: pci 0000:09:00.3: [1022:1457] type 00 class 0x040300
Aug 03 08:58:15 mason kernel: pci 0000:09:00.3: reg 0x10: [mem 0xfcd00000-0xfcd07fff]
Aug 03 08:58:15 mason kernel: pci 0000:09:00.3: enabling Extended Tags
Aug 03 08:58:15 mason kernel: pci 0000:09:00.3: PME# supported from D0 D3hot D3cold
Aug 03 08:58:15 mason kernel: pci 0000:00:08.1: PCI bridge to [bus 09]
Aug 03 08:58:15 mason kernel: pci 0000:00:08.1: bridge window [mem 0xfcd00000-0xfcdfffff]
Aug 03 08:58:15 mason kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 0
Aug 03 08:58:15 mason kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 0
Aug 03 08:58:15 mason kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 0
Aug 03 08:58:15 mason kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 0
Aug 03 08:58:15 mason kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
Aug 03 08:58:15 mason kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
Aug 03 08:58:15 mason kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0
Aug 03 08:58:15 mason kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 0
Aug 03 08:58:15 mason kernel: ACPI: EC: interrupt unblocked
Aug 03 08:58:15 mason kernel: ACPI: EC: event unblocked
Aug 03 08:58:15 mason kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Aug 03 08:58:15 mason kernel: ACPI: EC: GPE=0x2
Aug 03 08:58:15 mason kernel: ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC initialization complete
Aug 03 08:58:15 mason kernel: ACPI: \_SB_.PCI0.SBRG.EC0_: EC: Used to handle transactions and events
Aug 03 08:58:15 mason kernel: iommu: Default domain type: Translated
Aug 03 08:58:15 mason kernel: iommu: DMA domain TLB invalidation policy: lazy mode
Aug 03 08:58:15 mason kernel: SCSI subsystem initialized
Aug 03 08:58:15 mason kernel: libata version 3.00 loaded.
Aug 03 08:58:15 mason kernel: ACPI: bus type USB registered
Aug 03 08:58:15 mason kernel: usbcore: registered new interface driver usbfs
Aug 03 08:58:15 mason kernel: usbcore: registered new interface driver hub
Aug 03 08:58:15 mason kernel: usbcore: registered new device driver usb
Aug 03 08:58:15 mason kernel: pps_core: LinuxPPS API ver. 1 registered
Aug 03 08:58:15 mason kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Aug 03 08:58:15 mason kernel: PTP clock support registered
Aug 03 08:58:15 mason kernel: EDAC MC: Ver: 3.0.0
Aug 03 08:58:15 mason kernel: efivars: Registered efivars operations
Aug 03 08:58:15 mason kernel: NetLabel: Initializing
Aug 03 08:58:15 mason kernel: NetLabel: domain hash size = 128
Aug 03 08:58:15 mason kernel: NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
Aug 03 08:58:15 mason kernel: NetLabel: unlabeled traffic allowed by default
Aug 03 08:58:15 mason kernel: mctp: management component transport protocol core
Aug 03 08:58:15 mason kernel: NET: Registered PF_MCTP protocol family
Aug 03 08:58:15 mason kernel: PCI: Using ACPI for IRQ routing
Aug 03 08:58:15 mason kernel: PCI: pci_cache_line_size set to 64 bytes
Aug 03 08:58:15 mason kernel: e820: reserve RAM buffer [mem 0x09c7f000-0x0bffffff]
Aug 03 08:58:15 mason kernel: e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
Aug 03 08:58:15 mason kernel: e820: reserve RAM buffer [mem 0x0b000000-0x0bffffff]
Aug 03 08:58:15 mason kernel: e820: reserve RAM buffer [mem 0xa8c52018-0xabffffff]
Aug 03 08:58:15 mason kernel: e820: reserve RAM buffer [mem 0xa8c70018-0xabffffff]
Aug 03 08:58:15 mason kernel: e820: reserve RAM buffer [mem 0xb6f6a000-0xb7ffffff]
Aug 03 08:58:15 mason kernel: e820: reserve RAM buffer [mem 0xb9879000-0xbbffffff]
Aug 03 08:58:15 mason kernel: e820: reserve RAM buffer [mem 0xbad58000-0xbbffffff]
Aug 03 08:58:15 mason kernel: e820: reserve RAM buffer [mem 0xbf000000-0xbfffffff]
Aug 03 08:58:15 mason kernel: e820: reserve RAM buffer [mem 0x43f380000-0x43fffffff]
Aug 03 08:58:15 mason kernel: pci 0000:06:00.0: vgaarb: setting as boot VGA device
Aug 03 08:58:15 mason kernel: pci 0000:06:00.0: vgaarb: bridge control possible
Aug 03 08:58:15 mason kernel: pci 0000:06:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
Aug 03 08:58:15 mason kernel: vgaarb: loaded
Aug 03 08:58:15 mason kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
Aug 03 08:58:15 mason kernel: hpet0: 3 comparators, 32-bit 14.318180 MHz counter
Aug 03 08:58:15 mason kernel: clocksource: Switched to clocksource tsc-early
Aug 03 08:58:15 mason kernel: VFS: Disk quotas dquot_6.6.0
Aug 03 08:58:15 mason kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Aug 03 08:58:15 mason kernel: pnp: PnP ACPI init
Aug 03 08:58:15 mason kernel: system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved
Aug 03 08:58:15 mason kernel: system 00:02: [io 0x02a0-0x02af] has been reserved
Aug 03 08:58:15 mason kernel: system 00:02: [io 0x0230-0x023f] has been reserved
Aug 03 08:58:15 mason kernel: system 00:02: [io 0x0290-0x029f] has been reserved
Aug 03 08:58:15 mason kernel: system 00:03: [io 0x04d0-0x04d1] has been reserved
Aug 03 08:58:15 mason kernel: system 00:03: [io 0x040b] has been reserved
Aug 03 08:58:15 mason kernel: system 00:03: [io 0x04d6] has been reserved
Aug 03 08:58:15 mason kernel: system 00:03: [io 0x0c00-0x0c01] has been reserved
Aug 03 08:58:15 mason kernel: system 00:03: [io 0x0c14] has been reserved
Aug 03 08:58:15 mason kernel: system 00:03: [io 0x0c50-0x0c51] has been reserved
Aug 03 08:58:15 mason kernel: system 00:03: [io 0x0c52] has been reserved
Aug 03 08:58:15 mason kernel: system 00:03: [io 0x0c6c] has been reserved
Aug 03 08:58:15 mason kernel: system 00:03: [io 0x0c6f] has been reserved
Aug 03 08:58:15 mason kernel: system 00:03: [io 0x0cd8-0x0cdf] has been reserved
Aug 03 08:58:15 mason kernel: system 00:03: [io 0x0800-0x089f] has been reserved
Aug 03 08:58:15 mason kernel: system 00:03: [io 0x0b00-0x0b0f] has been reserved
Aug 03 08:58:15 mason kernel: system 00:03: [io 0x0b20-0x0b3f] has been reserved
Aug 03 08:58:15 mason kernel: system 00:03: [io 0x0900-0x090f] has been reserved
Aug 03 08:58:15 mason kernel: system 00:03: [io 0x0910-0x091f] has been reserved
Aug 03 08:58:15 mason kernel: system 00:03: [mem 0xfec00000-0xfec00fff] could not be reserved
Aug 03 08:58:15 mason kernel: system 00:03: [mem 0xfec01000-0xfec01fff] could not be reserved
Aug 03 08:58:15 mason kernel: system 00:03: [mem 0xfedc0000-0xfedc0fff] has been reserved
Aug 03 08:58:15 mason kernel: system 00:03: [mem 0xfee00000-0xfee00fff] has been reserved
Aug 03 08:58:15 mason kernel: system 00:03: [mem 0xfed80000-0xfed8ffff] could not be reserved
Aug 03 08:58:15 mason kernel: system 00:03: [mem 0xfec10000-0xfec10fff] has been reserved
Aug 03 08:58:15 mason kernel: system 00:03: [mem 0xff000000-0xffffffff] has been reserved
Aug 03 08:58:15 mason kernel: pnp: PnP ACPI: found 4 devices
Aug 03 08:58:15 mason kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Aug 03 08:58:15 mason kernel: NET: Registered PF_INET protocol family
Aug 03 08:58:15 mason kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Aug 03 08:58:15 mason kernel: tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
Aug 03 08:58:15 mason kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Aug 03 08:58:15 mason kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Aug 03 08:58:15 mason kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Aug 03 08:58:15 mason kernel: TCP: Hash tables configured (established 131072 bind 65536)
Aug 03 08:58:15 mason kernel: MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
Aug 03 08:58:15 mason kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
Aug 03 08:58:15 mason kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
Aug 03 08:58:15 mason kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Aug 03 08:58:15 mason kernel: NET: Registered PF_XDP protocol family
Aug 03 08:58:15 mason kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
Aug 03 08:58:15 mason kernel: pci 0000:02:00.0: bridge window [io 0xd000-0xdfff]
Aug 03 08:58:15 mason kernel: pci 0000:02:00.0: bridge window [mem 0xfcb00000-0xfcbfffff]
Aug 03 08:58:15 mason kernel: pci 0000:02:01.0: PCI bridge to [bus 04]
Aug 03 08:58:15 mason kernel: pci 0000:02:01.0: bridge window [io 0xc000-0xcfff]
Aug 03 08:58:15 mason kernel: pci 0000:02:01.0: bridge window [mem 0xfca00000-0xfcafffff]
Aug 03 08:58:15 mason kernel: pci 0000:02:04.0: PCI bridge to [bus 05]
Aug 03 08:58:15 mason kernel: pci 0000:01:00.2: PCI bridge to [bus 02-05]
Aug 03 08:58:15 mason kernel: pci 0000:01:00.2: bridge window [io 0xc000-0xdfff]
Aug 03 08:58:15 mason kernel: pci 0000:01:00.2: bridge window [mem 0xfca00000-0xfcbfffff]
Aug 03 08:58:15 mason kernel: pci 0000:00:01.3: PCI bridge to [bus 01-05]
Aug 03 08:58:15 mason kernel: pci 0000:00:01.3: bridge window [io 0xc000-0xdfff]
Aug 03 08:58:15 mason kernel: pci 0000:00:01.3: bridge window [mem 0xfca00000-0xfccfffff]
Aug 03 08:58:15 mason kernel: pci 0000:00:03.1: PCI bridge to [bus 06]
Aug 03 08:58:15 mason kernel: pci 0000:00:03.1: bridge window [io 0xe000-0xefff]
Aug 03 08:58:15 mason kernel: pci 0000:00:03.1: bridge window [mem 0xfcf00000-0xfcffffff]
Aug 03 08:58:15 mason kernel: pci 0000:00:03.1: bridge window [mem 0xd0000000-0xe01fffff 64bit pref]
Aug 03 08:58:15 mason kernel: pci 0000:00:03.3: PCI bridge to [bus 07]
Aug 03 08:58:15 mason kernel: pci 0000:00:03.3: bridge window [mem 0xfce00000-0xfcefffff]
Aug 03 08:58:15 mason kernel: pci 0000:00:07.1: PCI bridge to [bus 08]
Aug 03 08:58:15 mason kernel: pci 0000:00:07.1: bridge window [mem 0xfc700000-0xfc9fffff]
Aug 03 08:58:15 mason kernel: pci 0000:00:08.1: PCI bridge to [bus 09]
Aug 03 08:58:15 mason kernel: pci 0000:00:08.1: bridge window [mem 0xfcd00000-0xfcdfffff]
Aug 03 08:58:15 mason kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x03af window]
Aug 03 08:58:15 mason kernel: pci_bus 0000:00: resource 5 [io 0x03e0-0x0cf7 window]
Aug 03 08:58:15 mason kernel: pci_bus 0000:00: resource 6 [io 0x03b0-0x03df window]
Aug 03 08:58:15 mason kernel: pci_bus 0000:00: resource 7 [io 0x0d00-0xefff window]
Aug 03 08:58:15 mason kernel: pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
Aug 03 08:58:15 mason kernel: pci_bus 0000:00: resource 9 [mem 0xc0000000-0xfec2ffff window]
Aug 03 08:58:15 mason kernel: pci_bus 0000:00: resource 10 [mem 0xfee00000-0xffffffff window]
Aug 03 08:58:15 mason kernel: pci_bus 0000:01: resource 0 [io 0xc000-0xdfff]
Aug 03 08:58:15 mason kernel: pci_bus 0000:01: resource 1 [mem 0xfca00000-0xfccfffff]
Aug 03 08:58:15 mason kernel: pci_bus 0000:02: resource 0 [io 0xc000-0xdfff]
Aug 03 08:58:15 mason kernel: pci_bus 0000:02: resource 1 [mem 0xfca00000-0xfcbfffff]
Aug 03 08:58:15 mason kernel: pci_bus 0000:03: resource 0 [io 0xd000-0xdfff]
Aug 03 08:58:15 mason kernel: pci_bus 0000:03: resource 1 [mem 0xfcb00000-0xfcbfffff]
Aug 03 08:58:15 mason kernel: pci_bus 0000:04: resource 0 [io 0xc000-0xcfff]
Aug 03 08:58:15 mason kernel: pci_bus 0000:04: resource 1 [mem 0xfca00000-0xfcafffff]
Aug 03 08:58:15 mason kernel: pci_bus 0000:06: resource 0 [io 0xe000-0xefff]
Aug 03 08:58:15 mason kernel: pci_bus 0000:06: resource 1 [mem 0xfcf00000-0xfcffffff]
Aug 03 08:58:15 mason kernel: pci_bus 0000:06: resource 2 [mem 0xd0000000-0xe01fffff 64bit pref]
Aug 03 08:58:15 mason kernel: pci_bus 0000:07: resource 1 [mem 0xfce00000-0xfcefffff]
Aug 03 08:58:15 mason kernel: pci_bus 0000:08: resource 1 [mem 0xfc700000-0xfc9fffff]
Aug 03 08:58:15 mason kernel: pci_bus 0000:09: resource 1 [mem 0xfcd00000-0xfcdfffff]
Aug 03 08:58:15 mason kernel: pci 0000:06:00.1: D0 power state depends on 0000:06:00.0
Aug 03 08:58:15 mason kernel: PCI: CLS 64 bytes, default 64
Aug 03 08:58:15 mason kernel: pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
Aug 03 08:58:15 mason kernel: pci 0000:00:01.0: Adding to iommu group 0
Aug 03 08:58:15 mason kernel: Trying to unpack rootfs image as initramfs...
Aug 03 08:58:15 mason kernel: pci 0000:00:01.3: Adding to iommu group 1
Aug 03 08:58:15 mason kernel: pci 0000:00:02.0: Adding to iommu group 2
Aug 03 08:58:15 mason kernel: pci 0000:00:03.0: Adding to iommu group 3
Aug 03 08:58:15 mason kernel: pci 0000:00:03.1: Adding to iommu group 4
Aug 03 08:58:15 mason kernel: pci 0000:00:03.3: Adding to iommu group 5
Aug 03 08:58:15 mason kernel: pci 0000:00:04.0: Adding to iommu group 6
Aug 03 08:58:15 mason kernel: pci 0000:00:07.0: Adding to iommu group 7
Aug 03 08:58:15 mason kernel: pci 0000:00:07.1: Adding to iommu group 8
Aug 03 08:58:15 mason kernel: pci 0000:00:08.0: Adding to iommu group 9
Aug 03 08:58:15 mason kernel: pci 0000:00:08.1: Adding to iommu group 10
Aug 03 08:58:15 mason kernel: pci 0000:00:14.0: Adding to iommu group 11
Aug 03 08:58:15 mason kernel: pci 0000:00:14.3: Adding to iommu group 11
Aug 03 08:58:15 mason kernel: pci 0000:00:18.0: Adding to iommu group 12
Aug 03 08:58:15 mason kernel: pci 0000:00:18.1: Adding to iommu group 12
Aug 03 08:58:15 mason kernel: pci 0000:00:18.2: Adding to iommu group 12
Aug 03 08:58:15 mason kernel: pci 0000:00:18.3: Adding to iommu group 12
Aug 03 08:58:15 mason kernel: pci 0000:00:18.4: Adding to iommu group 12
Aug 03 08:58:15 mason kernel: pci 0000:00:18.5: Adding to iommu group 12
Aug 03 08:58:15 mason kernel: pci 0000:00:18.6: Adding to iommu group 12
Aug 03 08:58:15 mason kernel: pci 0000:00:18.7: Adding to iommu group 12
Aug 03 08:58:15 mason kernel: pci 0000:01:00.0: Adding to iommu group 13
Aug 03 08:58:15 mason kernel: pci 0000:01:00.1: Adding to iommu group 13
Aug 03 08:58:15 mason kernel: pci 0000:01:00.2: Adding to iommu group 13
Aug 03 08:58:15 mason kernel: pci 0000:02:00.0: Adding to iommu group 13
Aug 03 08:58:15 mason kernel: pci 0000:02:01.0: Adding to iommu group 13
Aug 03 08:58:15 mason kernel: pci 0000:02:04.0: Adding to iommu group 13
Aug 03 08:58:15 mason kernel: pci 0000:03:00.0: Adding to iommu group 13
Aug 03 08:58:15 mason kernel: pci 0000:04:00.0: Adding to iommu group 13
Aug 03 08:58:15 mason kernel: pci 0000:06:00.0: Adding to iommu group 14
Aug 03 08:58:15 mason kernel: pci 0000:06:00.1: Adding to iommu group 14
Aug 03 08:58:15 mason kernel: pci 0000:07:00.0: Adding to iommu group 15
Aug 03 08:58:15 mason kernel: pci 0000:08:00.0: Adding to iommu group 16
Aug 03 08:58:15 mason kernel: pci 0000:08:00.2: Adding to iommu group 17
Aug 03 08:58:15 mason kernel: pci 0000:08:00.3: Adding to iommu group 18
Aug 03 08:58:15 mason kernel: pci 0000:09:00.0: Adding to iommu group 19
Aug 03 08:58:15 mason kernel: pci 0000:09:00.2: Adding to iommu group 20
Aug 03 08:58:15 mason kernel: pci 0000:09:00.3: Adding to iommu group 21
Aug 03 08:58:15 mason kernel: pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
Aug 03 08:58:15 mason kernel: AMD-Vi: Extended features (0xf77ef22294ada, 0x0): PPR NX GT IA GA PC GA_vAPIC
Aug 03 08:58:15 mason kernel: AMD-Vi: Interrupt remapping enabled
Aug 03 08:58:15 mason kernel: AMD-Vi: Virtual APIC enabled
Aug 03 08:58:15 mason kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Aug 03 08:58:15 mason kernel: software IO TLB: mapped [mem 0x00000000ae210000-0x00000000b2210000] (64MB)
Aug 03 08:58:15 mason kernel: perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
Aug 03 08:58:15 mason kernel: Initialise system trusted keyrings
Aug 03 08:58:15 mason kernel: Key type blacklist registered
Aug 03 08:58:15 mason kernel: workingset: timestamp_bits=41 max_order=22 bucket_order=0
Aug 03 08:58:15 mason kernel: zbud: loaded
Aug 03 08:58:15 mason kernel: integrity: Platform Keyring initialized
Aug 03 08:58:15 mason kernel: integrity: Machine keyring initialized
Aug 03 08:58:15 mason kernel: Key type asymmetric registered
Aug 03 08:58:15 mason kernel: Asymmetric key parser 'x509' registered
Aug 03 08:58:15 mason kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
Aug 03 08:58:15 mason kernel: io scheduler mq-deadline registered
Aug 03 08:58:15 mason kernel: io scheduler kyber registered
Aug 03 08:58:15 mason kernel: io scheduler bfq registered
Aug 03 08:58:15 mason kernel: pcieport 0000:00:01.3: AER: enabled with IRQ 26
Aug 03 08:58:15 mason kernel: pcieport 0000:00:03.1: AER: enabled with IRQ 27
Aug 03 08:58:15 mason kernel: pcieport 0000:00:03.3: AER: enabled with IRQ 28
Aug 03 08:58:15 mason kernel: pcieport 0000:00:07.1: AER: enabled with IRQ 29
Aug 03 08:58:15 mason kernel: pcieport 0000:00:08.1: AER: enabled with IRQ 31
Aug 03 08:58:15 mason kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Aug 03 08:58:15 mason kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
Aug 03 08:58:15 mason kernel: ACPI: button: Power Button [PWRB]
Aug 03 08:58:15 mason kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
Aug 03 08:58:15 mason kernel: ACPI: button: Power Button [PWRF]
Aug 03 08:58:15 mason kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
Aug 03 08:58:15 mason kernel: ACPI: \_PR_.C000: Found 2 idle states
Aug 03 08:58:15 mason kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
Aug 03 08:58:15 mason kernel: ACPI: \_PR_.C002: Found 2 idle states
Aug 03 08:58:15 mason kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
Aug 03 08:58:15 mason kernel: ACPI: \_PR_.C004: Found 2 idle states
Aug 03 08:58:15 mason kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
Aug 03 08:58:15 mason kernel: ACPI: \_PR_.C006: Found 2 idle states
Aug 03 08:58:15 mason kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
Aug 03 08:58:15 mason kernel: ACPI: \_PR_.C008: Found 2 idle states
Aug 03 08:58:15 mason kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
Aug 03 08:58:15 mason kernel: ACPI: \_PR_.C00A: Found 2 idle states
Aug 03 08:58:15 mason kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
Aug 03 08:58:15 mason kernel: ACPI: \_PR_.C001: Found 2 idle states
Aug 03 08:58:15 mason kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
Aug 03 08:58:15 mason kernel: ACPI: \_PR_.C003: Found 2 idle states
Aug 03 08:58:15 mason kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
Aug 03 08:58:15 mason kernel: ACPI: \_PR_.C005: Found 2 idle states
Aug 03 08:58:15 mason kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
Aug 03 08:58:15 mason kernel: ACPI: \_PR_.C007: Found 2 idle states
Aug 03 08:58:15 mason kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
Aug 03 08:58:15 mason kernel: ACPI: \_PR_.C009: Found 2 idle states
Aug 03 08:58:15 mason kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
Aug 03 08:58:15 mason kernel: ACPI: \_PR_.C00B: Found 2 idle states
Aug 03 08:58:15 mason kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Aug 03 08:58:15 mason kernel: serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
Aug 03 08:58:15 mason kernel: Non-volatile memory driver v1.3
Aug 03 08:58:15 mason kernel: Linux agpgart interface v0.103
Aug 03 08:58:15 mason kernel: tpm tpm0: AMD fTPM version 0x3000700000003 causes system stutter; hwrng disabled
Aug 03 08:58:15 mason kernel: AMD-Vi: AMD IOMMUv2 loaded and initialized
Aug 03 08:58:15 mason kernel: ACPI: bus type drm_connector registered
Aug 03 08:58:15 mason kernel: ahci 0000:01:00.1: version 3.0
Aug 03 08:58:15 mason kernel: ahci 0000:01:00.1: SSS flag set, parallel bus scan disabled
Aug 03 08:58:15 mason kernel: ahci 0000:01:00.1: AHCI 0001.0301 32 slots 8 ports 6 Gbps 0x33 impl SATA mode
Aug 03 08:58:15 mason kernel: ahci 0000:01:00.1: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part sxs deso sadm sds apst
Aug 03 08:58:15 mason kernel: scsi host0: ahci
Aug 03 08:58:15 mason kernel: scsi host1: ahci
Aug 03 08:58:15 mason kernel: scsi host2: ahci
Aug 03 08:58:15 mason kernel: scsi host3: ahci
Aug 03 08:58:15 mason kernel: scsi host4: ahci
Aug 03 08:58:15 mason kernel: scsi host5: ahci
Aug 03 08:58:15 mason kernel: scsi host6: ahci
Aug 03 08:58:15 mason kernel: scsi host7: ahci
Aug 03 08:58:15 mason kernel: ata1: SATA max UDMA/133 abar m131072@0xfcc80000 port 0xfcc80100 irq 37
Aug 03 08:58:15 mason kernel: ata2: SATA max UDMA/133 abar m131072@0xfcc80000 port 0xfcc80180 irq 37
Aug 03 08:58:15 mason kernel: ata3: DUMMY
Aug 03 08:58:15 mason kernel: ata4: DUMMY
Aug 03 08:58:15 mason kernel: ata5: SATA max UDMA/133 abar m131072@0xfcc80000 port 0xfcc80300 irq 37
Aug 03 08:58:15 mason kernel: ata6: SATA max UDMA/133 abar m131072@0xfcc80000 port 0xfcc80380 irq 37
Aug 03 08:58:15 mason kernel: ata7: DUMMY
Aug 03 08:58:15 mason kernel: ata8: DUMMY
Aug 03 08:58:15 mason kernel: ahci 0000:09:00.2: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x8 impl SATA mode
Aug 03 08:58:15 mason kernel: ahci 0000:09:00.2: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part
Aug 03 08:58:15 mason kernel: scsi host8: ahci
Aug 03 08:58:15 mason kernel: scsi host9: ahci
Aug 03 08:58:15 mason kernel: scsi host10: ahci
Aug 03 08:58:15 mason kernel: scsi host11: ahci
Aug 03 08:58:15 mason kernel: ata9: DUMMY
Aug 03 08:58:15 mason kernel: ata10: DUMMY
Aug 03 08:58:15 mason kernel: ata11: DUMMY
Aug 03 08:58:15 mason kernel: ata12: SATA max UDMA/133 abar m4096@0xfcd08000 port 0xfcd08280 irq 42
Aug 03 08:58:15 mason kernel: usbcore: registered new interface driver usbserial_generic
Aug 03 08:58:15 mason kernel: usbserial: USB Serial support registered for generic
Aug 03 08:58:15 mason kernel: rtc_cmos 00:01: RTC can wake from S4
Aug 03 08:58:15 mason kernel: rtc_cmos 00:01: registered as rtc0
Aug 03 08:58:15 mason kernel: rtc_cmos 00:01: setting system clock to 2023-08-03T13:58:10 UTC (1691071090)
Aug 03 08:58:15 mason kernel: rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
Aug 03 08:58:15 mason kernel: amd_pstate: driver load is disabled, boot with specific mode to enable this
Aug 03 08:58:15 mason kernel: ledtrig-cpu: registered to indicate activity on CPUs
Aug 03 08:58:15 mason kernel: efifb: probing for efifb
Aug 03 08:58:15 mason kernel: efifb: showing boot graphics
Aug 03 08:58:15 mason kernel: efifb: framebuffer at 0xd0000000, using 8100k, total 8100k
Aug 03 08:58:15 mason kernel: efifb: mode is 1920x1080x32, linelength=7680, pages=1
Aug 03 08:58:15 mason kernel: efifb: scrolling: redraw
Aug 03 08:58:15 mason kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Aug 03 08:58:15 mason kernel: fbcon: Deferring console take-over
Aug 03 08:58:15 mason kernel: fb0: EFI VGA frame buffer device
Aug 03 08:58:15 mason kernel: hid: raw HID events driver (C) Jiri Kosina
Aug 03 08:58:15 mason kernel: drop_monitor: Initializing network drop monitor service
Aug 03 08:58:15 mason kernel: Freeing initrd memory: 34044K
Aug 03 08:58:15 mason kernel: Initializing XFRM netlink socket
Aug 03 08:58:15 mason kernel: NET: Registered PF_INET6 protocol family
Aug 03 08:58:15 mason kernel: Segment Routing with IPv6
Aug 03 08:58:15 mason kernel: RPL Segment Routing with IPv6
Aug 03 08:58:15 mason kernel: In-situ OAM (IOAM) with IPv6
Aug 03 08:58:15 mason kernel: NET: Registered PF_PACKET protocol family
Aug 03 08:58:15 mason kernel: microcode: CPU2: patch_level=0x08001138
Aug 03 08:58:15 mason kernel: microcode: CPU1: patch_level=0x08001138
Aug 03 08:58:15 mason kernel: microcode: CPU0: patch_level=0x08001138
Aug 03 08:58:15 mason kernel: microcode: CPU4: patch_level=0x08001138
Aug 03 08:58:15 mason kernel: microcode: CPU5: patch_level=0x08001138
Aug 03 08:58:15 mason kernel: microcode: CPU3: patch_level=0x08001138
Aug 03 08:58:15 mason kernel: microcode: CPU6: patch_level=0x08001138
Aug 03 08:58:15 mason kernel: microcode: CPU7: patch_level=0x08001138
Aug 03 08:58:15 mason kernel: microcode: CPU8: patch_level=0x08001138
Aug 03 08:58:15 mason kernel: microcode: CPU9: patch_level=0x08001138
Aug 03 08:58:15 mason kernel: microcode: CPU10: patch_level=0x08001138
Aug 03 08:58:15 mason kernel: microcode: CPU11: patch_level=0x08001138
Aug 03 08:58:15 mason kernel: microcode: Microcode Update Driver: v2.2.
Aug 03 08:58:15 mason kernel: IPI shorthand broadcast: enabled
Aug 03 08:58:15 mason kernel: sched_clock: Marking stable (484502566, 447907)->(623663007, -138712534)
Aug 03 08:58:15 mason kernel: registered taskstats version 1
Aug 03 08:58:15 mason kernel: Loading compiled-in X.509 certificates
Aug 03 08:58:15 mason kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 1e155a02a892abaa90dacd19ce026a0ea209558d'
Aug 03 08:58:15 mason kernel: zswap: loaded using pool zstd/zsmalloc
Aug 03 08:58:15 mason kernel: Key type .fscrypt registered
Aug 03 08:58:15 mason kernel: Key type fscrypt-provisioning registered
Aug 03 08:58:15 mason kernel: integrity: Loading X.509 certificate: UEFI:db
Aug 03 08:58:15 mason kernel: integrity: Loaded X.509 cert 'ASUSTeK MotherBoard SW Key Certificate: da83b990422ebc8c441f8d8b039a65a2'
Aug 03 08:58:15 mason kernel: integrity: Loading X.509 certificate: UEFI:db
Aug 03 08:58:15 mason kernel: integrity: Loaded X.509 cert 'ASUSTeK Notebook SW Key Certificate: b8e581e4df77a5bb4282d5ccfc00c071'
Aug 03 08:58:15 mason kernel: integrity: Loading X.509 certificate: UEFI:db
Aug 03 08:58:15 mason kernel: integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
Aug 03 08:58:15 mason kernel: integrity: Loading X.509 certificate: UEFI:db
Aug 03 08:58:15 mason kernel: integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
Aug 03 08:58:15 mason kernel: integrity: Loading X.509 certificate: UEFI:db
Aug 03 08:58:15 mason kernel: integrity: Loaded X.509 cert 'Canonical Ltd. Master Certificate Authority: ad91990bc22ab1f517048c23b6655a268e345a63'
Aug 03 08:58:15 mason kernel: PM: Magic number: 3:59:988
Aug 03 08:58:15 mason kernel: machinecheck machinecheck1: hash matches
Aug 03 08:58:15 mason kernel: RAS: Correctable Errors collector initialized.
Aug 03 08:58:15 mason kernel: clk: Disabling unused clocks
Aug 03 08:58:15 mason kernel: ata1: SATA link down (SStatus 0 SControl 330)
Aug 03 08:58:15 mason kernel: ata12: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Aug 03 08:58:15 mason kernel: ata12.00: ATA-11: WDC WDS100T2B0B-00YS70, 401020WD, max UDMA/133
Aug 03 08:58:15 mason kernel: ata12.00: 1953525168 sectors, multi 1: LBA48 NCQ (depth 32), AA
Aug 03 08:58:15 mason kernel: ata12.00: Features: Dev-Sleep
Aug 03 08:58:15 mason kernel: ata12.00: configured for UDMA/133
Aug 03 08:58:15 mason kernel: ata2: SATA link down (SStatus 0 SControl 330)
Aug 03 08:58:15 mason kernel: tsc: Refined TSC clocksource calibration: 3194.000 MHz
Aug 03 08:58:15 mason kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2e0a25d85ab, max_idle_ns: 440795234405 ns
Aug 03 08:58:15 mason kernel: clocksource: Switched to clocksource tsc
Aug 03 08:58:15 mason kernel: ata5: SATA link down (SStatus 0 SControl 330)
Aug 03 08:58:15 mason kernel: ata6: SATA link down (SStatus 0 SControl 330)
Aug 03 08:58:15 mason kernel: scsi 11:0:0:0: Direct-Access ATA WDC WDS100T2B0B 20WD PQ: 0 ANSI: 5
Aug 03 08:58:15 mason kernel: sd 11:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
Aug 03 08:58:15 mason kernel: sd 11:0:0:0: [sda] Write Protect is off
Aug 03 08:58:15 mason kernel: sd 11:0:0:0: [sda] Mode Sense: 00 3a 00 00
Aug 03 08:58:15 mason kernel: sd 11:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Aug 03 08:58:15 mason kernel: sd 11:0:0:0: [sda] Preferred minimum I/O size 512 bytes
Aug 03 08:58:15 mason kernel: sda: sda1 sda2 sda3
Aug 03 08:58:15 mason kernel: sd 11:0:0:0: [sda] Attached SCSI disk
Aug 03 08:58:15 mason kernel: Freeing unused decrypted memory: 2036K
Aug 03 08:58:15 mason kernel: Freeing unused kernel image (initmem) memory: 3344K
Aug 03 08:58:15 mason kernel: Write protecting the kernel read-only data: 30720k
Aug 03 08:58:15 mason kernel: Freeing unused kernel image (rodata/data gap) memory: 1572K
Aug 03 08:58:15 mason kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Aug 03 08:58:15 mason kernel: rodata_test: all tests were successful
Aug 03 08:58:15 mason kernel: Run /init as init process
Aug 03 08:58:15 mason kernel: with arguments:
Aug 03 08:58:15 mason kernel: /init
Aug 03 08:58:15 mason kernel: with environment:
Aug 03 08:58:15 mason kernel: HOME=/
Aug 03 08:58:15 mason kernel: TERM=linux
Aug 03 08:58:15 mason kernel: BOOT_IMAGE=/vmlinuz-linux
Aug 03 08:58:15 mason kernel: xhci_hcd 0000:01:00.0: xHCI Host Controller
Aug 03 08:58:15 mason kernel: xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
Aug 03 08:58:15 mason kernel: nvme nvme0: pci function 0000:07:00.0
Aug 03 08:58:15 mason kernel: nvme nvme0: 32/0/0 default/read/poll queues
Aug 03 08:58:15 mason kernel: nvme0n1: p1 p2
Aug 03 08:58:15 mason kernel: xhci_hcd 0000:01:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000000000000410
Aug 03 08:58:15 mason kernel: xhci_hcd 0000:01:00.0: xHCI Host Controller
Aug 03 08:58:15 mason kernel: xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
Aug 03 08:58:15 mason kernel: xhci_hcd 0000:01:00.0: Host supports USB 3.1 Enhanced SuperSpeed
Aug 03 08:58:15 mason kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.04
Aug 03 08:58:15 mason kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 03 08:58:15 mason kernel: usb usb1: Product: xHCI Host Controller
Aug 03 08:58:15 mason kernel: usb usb1: Manufacturer: Linux 6.4.7-arch1-2 xhci-hcd
Aug 03 08:58:15 mason kernel: usb usb1: SerialNumber: 0000:01:00.0
Aug 03 08:58:15 mason kernel: hub 1-0:1.0: USB hub found
Aug 03 08:58:15 mason kernel: hub 1-0:1.0: 10 ports detected
Aug 03 08:58:15 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT5._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 08:58:15 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT5._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 08:58:15 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT6._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 08:58:15 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT6._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 08:58:15 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT7._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 08:58:15 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT7._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 08:58:15 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT8._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 08:58:15 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT8._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 08:58:15 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT9._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 08:58:15 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT9._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 08:58:15 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO10._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 08:58:15 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO10._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 08:58:15 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO11._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 08:58:15 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO11._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 08:58:15 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO12._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 08:58:15 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO12._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 08:58:15 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO13._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 08:58:15 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO13._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 08:58:15 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO14._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 08:58:15 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO14._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 08:58:15 mason kernel: usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
Aug 03 08:58:15 mason kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.04
Aug 03 08:58:15 mason kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 03 08:58:15 mason kernel: usb usb2: Product: xHCI Host Controller
Aug 03 08:58:15 mason kernel: usb usb2: Manufacturer: Linux 6.4.7-arch1-2 xhci-hcd
Aug 03 08:58:15 mason kernel: usb usb2: SerialNumber: 0000:01:00.0
Aug 03 08:58:15 mason kernel: hub 2-0:1.0: USB hub found
Aug 03 08:58:15 mason kernel: hub 2-0:1.0: 4 ports detected
Aug 03 08:58:15 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT1._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 08:58:15 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT1._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 08:58:15 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT2._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 08:58:15 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT2._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 08:58:15 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT3._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 08:58:15 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT3._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 08:58:15 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT4._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 08:58:15 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT4._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 08:58:15 mason kernel: xhci_hcd 0000:08:00.3: xHCI Host Controller
Aug 03 08:58:15 mason kernel: xhci_hcd 0000:08:00.3: new USB bus registered, assigned bus number 3
Aug 03 08:58:15 mason kernel: xhci_hcd 0000:08:00.3: hcc params 0x0270f665 hci version 0x100 quirks 0x0000000040000410
Aug 03 08:58:15 mason kernel: xhci_hcd 0000:08:00.3: xHCI Host Controller
Aug 03 08:58:15 mason kernel: xhci_hcd 0000:08:00.3: new USB bus registered, assigned bus number 4
Aug 03 08:58:15 mason kernel: xhci_hcd 0000:08:00.3: Host supports USB 3.0 SuperSpeed
Aug 03 08:58:15 mason kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.04
Aug 03 08:58:15 mason kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 03 08:58:15 mason kernel: usb usb3: Product: xHCI Host Controller
Aug 03 08:58:15 mason kernel: usb usb3: Manufacturer: Linux 6.4.7-arch1-2 xhci-hcd
Aug 03 08:58:15 mason kernel: usb usb3: SerialNumber: 0000:08:00.3
Aug 03 08:58:15 mason kernel: hub 3-0:1.0: USB hub found
Aug 03 08:58:15 mason kernel: hub 3-0:1.0: 4 ports detected
Aug 03 08:58:15 mason kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
Aug 03 08:58:15 mason kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.04
Aug 03 08:58:15 mason kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 03 08:58:15 mason kernel: usb usb4: Product: xHCI Host Controller
Aug 03 08:58:15 mason kernel: usb usb4: Manufacturer: Linux 6.4.7-arch1-2 xhci-hcd
Aug 03 08:58:15 mason kernel: usb usb4: SerialNumber: 0000:08:00.3
Aug 03 08:58:15 mason kernel: hub 4-0:1.0: USB hub found
Aug 03 08:58:15 mason kernel: hub 4-0:1.0: 4 ports detected
Aug 03 08:58:15 mason kernel: usb 1-1: new low-speed USB device number 2 using xhci_hcd
Aug 03 08:58:15 mason kernel: usb 3-3: new high-speed USB device number 2 using xhci_hcd
Aug 03 08:58:15 mason kernel: usb 1-1: New USB device found, idVendor=c0f4, idProduct=06f0, bcdDevice= 1.10
Aug 03 08:58:15 mason kernel: usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Aug 03 08:58:15 mason kernel: usb 1-1: Product: Usb KeyBoard
Aug 03 08:58:15 mason kernel: usb 1-1: Manufacturer: Usb KeyBoard
Aug 03 08:58:15 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT5._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 08:58:15 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT5._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 08:58:15 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT5._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 08:58:15 mason kernel: usb 2-3: new SuperSpeed USB device number 2 using xhci_hcd
Aug 03 08:58:15 mason kernel: usb 3-3: New USB device found, idVendor=046d, idProduct=0825, bcdDevice= 5.62
Aug 03 08:58:15 mason kernel: usb 3-3: New USB device strings: Mfr=0, Product=2, SerialNumber=1
Aug 03 08:58:15 mason kernel: usb 3-3: Product: C270 HD WEBCAM
Aug 03 08:58:15 mason kernel: usb 3-3: SerialNumber: 157C4260
Aug 03 08:58:15 mason kernel: usb 2-3: New USB device found, idVendor=0781, idProduct=5591, bcdDevice= 1.00
Aug 03 08:58:15 mason kernel: usb 2-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Aug 03 08:58:15 mason kernel: usb 2-3: Product: Ultra USB 3.0
Aug 03 08:58:15 mason kernel: usb 2-3: Manufacturer: SanDisk
Aug 03 08:58:15 mason kernel: usb 2-3: SerialNumber: 4C530000061113116025
Aug 03 08:58:15 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT3._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 08:58:15 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT3._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 08:58:15 mason kernel: usb 1-2: new full-speed USB device number 3 using xhci_hcd
Aug 03 08:58:15 mason kernel: usb 3-4: new high-speed USB device number 3 using xhci_hcd
Aug 03 08:58:15 mason kernel: usb 3-4: New USB device found, idVendor=054c, idProduct=0ce6, bcdDevice= 1.00
Aug 03 08:58:15 mason kernel: usb 3-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Aug 03 08:58:15 mason kernel: usb 3-4: Product: DualSense Wireless Controller
Aug 03 08:58:15 mason kernel: usb 3-4: Manufacturer: Sony Interactive Entertainment
Aug 03 08:58:15 mason kernel: usb 1-2: New USB device found, idVendor=046d, idProduct=c08c, bcdDevice=28.01
Aug 03 08:58:15 mason kernel: usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Aug 03 08:58:15 mason kernel: usb 1-2: Product: G PRO Gaming Mouse
Aug 03 08:58:15 mason kernel: usb 1-2: Manufacturer: Logitech
Aug 03 08:58:15 mason kernel: usb 1-2: SerialNumber: 0F8F396C3438
Aug 03 08:58:15 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT6._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 08:58:15 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT6._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 08:58:15 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT6._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 08:58:15 mason kernel: usb 1-6: new full-speed USB device number 4 using xhci_hcd
Aug 03 08:58:15 mason kernel: usb 1-6: New USB device found, idVendor=0b05, idProduct=1872, bcdDevice= 2.00
Aug 03 08:58:15 mason kernel: usb 1-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Aug 03 08:58:15 mason kernel: usb 1-6: Product: AURA LED Controller
Aug 03 08:58:15 mason kernel: usb 1-6: Manufacturer: AsusTek Computer Inc.
Aug 03 08:58:15 mason kernel: usb 1-6: SerialNumber: 00000000001A
Aug 03 08:58:15 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO10._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 08:58:15 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO10._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 08:58:15 mason kernel: usb 1-8: new full-speed USB device number 5 using xhci_hcd
Aug 03 08:58:15 mason kernel: usb 1-8: New USB device found, idVendor=0b05, idProduct=185c, bcdDevice= 1.10
Aug 03 08:58:15 mason kernel: usb 1-8: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Aug 03 08:58:15 mason kernel: usb 1-8: Product: Bluetooth Radio
Aug 03 08:58:15 mason kernel: usb 1-8: Manufacturer: Realtek
Aug 03 08:58:15 mason kernel: usb 1-8: SerialNumber: 00e04c000001
Aug 03 08:58:15 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO12._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 08:58:15 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO12._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 08:58:15 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO12._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 08:58:15 mason kernel: usb-storage 2-3:1.0: USB Mass Storage device detected
Aug 03 08:58:15 mason kernel: scsi host12: usb-storage 2-3:1.0
Aug 03 08:58:15 mason kernel: usbcore: registered new interface driver usb-storage
Aug 03 08:58:15 mason kernel: usbcore: registered new interface driver uas
Aug 03 08:58:15 mason kernel: [drm] amdgpu kernel modesetting enabled.
Aug 03 08:58:15 mason kernel: amdgpu: Ignoring ACPI CRAT on non-APU system
Aug 03 08:58:15 mason kernel: amdgpu: Virtual CRAT table created for CPU
Aug 03 08:58:15 mason kernel: amdgpu: Topology: Add CPU node
Aug 03 08:58:15 mason kernel: amdgpu 0000:06:00.0: enabling device (0006 -> 0007)
Aug 03 08:58:15 mason kernel: [drm] initializing kernel modesetting (POLARIS10 0x1002:0x67DF 0x1682:0xC570 0xEF).
Aug 03 08:58:15 mason kernel: [drm] register mmio base: 0xFCF00000
Aug 03 08:58:15 mason kernel: [drm] register mmio size: 262144
Aug 03 08:58:15 mason kernel: [drm] add ip block number 0 <vi_common>
Aug 03 08:58:15 mason kernel: [drm] add ip block number 1 <gmc_v8_0>
Aug 03 08:58:15 mason kernel: [drm] add ip block number 2 <tonga_ih>
Aug 03 08:58:15 mason kernel: [drm] add ip block number 3 <gfx_v8_0>
Aug 03 08:58:15 mason kernel: [drm] add ip block number 4 <sdma_v3_0>
Aug 03 08:58:15 mason kernel: [drm] add ip block number 5 <powerplay>
Aug 03 08:58:15 mason kernel: [drm] add ip block number 6 <dm>
Aug 03 08:58:15 mason kernel: [drm] add ip block number 7 <uvd_v6_0>
Aug 03 08:58:15 mason kernel: [drm] add ip block number 8 <vce_v3_0>
Aug 03 08:58:15 mason kernel: amdgpu 0000:06:00.0: amdgpu: Fetched VBIOS from VFCT
Aug 03 08:58:15 mason kernel: amdgpu: ATOM BIOS: 113-57085SMA1-W90
Aug 03 08:58:15 mason kernel: [drm] UVD is enabled in VM mode
Aug 03 08:58:15 mason kernel: [drm] UVD ENC is enabled in VM mode
Aug 03 08:58:15 mason kernel: [drm] VCE enabled in VM mode
Aug 03 08:58:15 mason kernel: amdgpu 0000:06:00.0: vgaarb: deactivate vga console
Aug 03 08:58:15 mason kernel: amdgpu 0000:06:00.0: amdgpu: Trusted Memory Zone (TMZ) feature not supported
Aug 03 08:58:15 mason kernel: [drm] vm size is 64 GB, 2 levels, block size is 10-bit, fragment size is 9-bit
Aug 03 08:58:15 mason kernel: amdgpu 0000:06:00.0: amdgpu: VRAM: 8192M 0x000000F400000000 - 0x000000F5FFFFFFFF (8192M used)
Aug 03 08:58:15 mason kernel: amdgpu 0000:06:00.0: amdgpu: GART: 256M 0x000000FF00000000 - 0x000000FF0FFFFFFF
Aug 03 08:58:15 mason kernel: [drm] Detected VRAM RAM=8192M, BAR=256M
Aug 03 08:58:15 mason kernel: [drm] RAM width 256bits GDDR5
Aug 03 08:58:15 mason kernel: [drm] amdgpu: 8192M of VRAM memory ready
Aug 03 08:58:15 mason kernel: [drm] amdgpu: 7955M of GTT memory ready.
Aug 03 08:58:15 mason kernel: [drm] GART: num cpu pages 65536, num gpu pages 65536
Aug 03 08:58:15 mason kernel: [drm] PCIE GART of 256M enabled (table at 0x000000F400800000).
Aug 03 08:58:15 mason kernel: [drm] Chained IB support enabled!
Aug 03 08:58:15 mason kernel: input: Usb KeyBoard Usb KeyBoard as /devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-1/1-1:1.0/0003:C0F4:06F0.0001/input/input2
Aug 03 08:58:15 mason kernel: amdgpu: hwmgr_sw_init smu backed is polaris10_smu
Aug 03 08:58:15 mason kernel: [drm] Found UVD firmware Version: 1.130 Family ID: 16
Aug 03 08:58:15 mason kernel: [drm] Found VCE firmware Version: 53.26 Binary ID: 3
Aug 03 08:58:15 mason kernel: hid-generic 0003:C0F4:06F0.0001: input,hidraw0: USB HID v1.10 Keyboard [Usb KeyBoard Usb KeyBoard] on usb-0000:01:00.0-1/input0
Aug 03 08:58:15 mason kernel: input: Usb KeyBoard Usb KeyBoard Consumer Control as /devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-1/1-1:1.1/0003:C0F4:06F0.0002/input/input3
Aug 03 08:58:15 mason kernel: [drm] Display Core initialized with v3.2.230!
Aug 03 08:58:15 mason kernel: input: Usb KeyBoard Usb KeyBoard System Control as /devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-1/1-1:1.1/0003:C0F4:06F0.0002/input/input4
Aug 03 08:58:15 mason kernel: hid-generic 0003:C0F4:06F0.0002: input,hidraw1: USB HID v1.10 Device [Usb KeyBoard Usb KeyBoard] on usb-0000:01:00.0-1/input1
Aug 03 08:58:15 mason kernel: input: Sony Interactive Entertainment DualSense Wireless Controller as /devices/pci0000:00/0000:00:07.1/0000:08:00.3/usb3/3-4/3-4:1.3/0003:054C:0CE6.0003/input/input5
Aug 03 08:58:15 mason kernel: hid-generic 0003:054C:0CE6.0003: input,hidraw2: USB HID v1.11 Gamepad [Sony Interactive Entertainment DualSense Wireless Controller] on usb-0000:08:00.3-4/input3
Aug 03 08:58:15 mason kernel: input: Logitech G PRO Gaming Mouse as /devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-2/1-2:1.0/0003:046D:C08C.0004/input/input6
Aug 03 08:58:15 mason kernel: hid-generic 0003:046D:C08C.0004: input,hidraw3: USB HID v1.11 Mouse [Logitech G PRO Gaming Mouse] on usb-0000:01:00.0-2/input0
Aug 03 08:58:15 mason kernel: input: Logitech G PRO Gaming Mouse Keyboard as /devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-2/1-2:1.1/0003:046D:C08C.0005/input/input7
Aug 03 08:58:15 mason kernel: [drm] UVD and UVD ENC initialized successfully.
Aug 03 08:58:15 mason kernel: hid-generic 0003:046D:C08C.0005: input,hiddev96,hidraw4: USB HID v1.11 Keyboard [Logitech G PRO Gaming Mouse] on usb-0000:01:00.0-2/input1
Aug 03 08:58:15 mason kernel: hid-generic 0003:0B05:1872.0006: hiddev97,hidraw5: USB HID v1.11 Device [AsusTek Computer Inc. AURA LED Controller] on usb-0000:01:00.0-6/input0
Aug 03 08:58:15 mason kernel: usbcore: registered new interface driver usbhid
Aug 03 08:58:15 mason kernel: usbhid: USB HID core driver
Aug 03 08:58:15 mason kernel: playstation 0003:054C:0CE6.0003: hidraw2: USB HID v1.11 Gamepad [Sony Interactive Entertainment DualSense Wireless Controller] on usb-0000:08:00.3-4/input3
Aug 03 08:58:15 mason kernel: [drm] VCE initialized successfully.
Aug 03 08:58:15 mason kernel: kfd kfd: amdgpu: Allocated 3969056 bytes on gart
Aug 03 08:58:15 mason kernel: amdgpu: sdma_bitmap: f
Aug 03 08:58:15 mason kernel: amdgpu: SRAT table not found
Aug 03 08:58:15 mason kernel: amdgpu: Virtual CRAT table created for GPU
Aug 03 08:58:15 mason kernel: amdgpu: Topology: Add dGPU node [0x67df:0x1002]
Aug 03 08:58:15 mason kernel: kfd kfd: amdgpu: added device 1002:67df
Aug 03 08:58:15 mason kernel: amdgpu 0000:06:00.0: amdgpu: SE 4, SH per SE 1, CU per SH 9, active_cu_number 32
Aug 03 08:58:15 mason kernel: amdgpu 0000:06:00.0: amdgpu: Using BACO for runtime pm
Aug 03 08:58:15 mason kernel: [drm] Initialized amdgpu 3.52.0 20150101 for 0000:06:00.0 on minor 0
Aug 03 08:58:15 mason kernel: fbcon: amdgpudrmfb (fb0) is primary device
Aug 03 08:58:15 mason kernel: fbcon: Deferring console take-over
Aug 03 08:58:15 mason kernel: amdgpu 0000:06:00.0: [drm] fb0: amdgpudrmfb frame buffer device
Aug 03 08:58:15 mason kernel: input: Sony Interactive Entertainment DualSense Wireless Controller as /devices/pci0000:00/0000:00:07.1/0000:08:00.3/usb3/3-4/3-4:1.3/0003:054C:0CE6.0003/input/input10
Aug 03 08:58:15 mason kernel: input: Sony Interactive Entertainment DualSense Wireless Controller Motion Sensors as /devices/pci0000:00/0000:00:07.1/0000:08:00.3/usb3/3-4/3-4:1.3/0003:054C:0CE6.0003/input/input11
Aug 03 08:58:15 mason kernel: input: Sony Interactive Entertainment DualSense Wireless Controller Touchpad as /devices/pci0000:00/0000:00:07.1/0000:08:00.3/usb3/3-4/3-4:1.3/0003:054C:0CE6.0003/input/input12
Aug 03 08:58:15 mason kernel: playstation 0003:054C:0CE6.0003: Registered DualSense controller hw_version=0x00000414 fw_version=0x01070008
Aug 03 08:58:15 mason kernel: fbcon: Taking over console
Aug 03 08:58:15 mason kernel: Console: switching to colour frame buffer device 240x67
Aug 03 08:58:15 mason kernel: EXT4-fs (sda3): mounted filesystem 34724c46-2d8c-4c4c-8846-d599153eee7c r/w with ordered data mode. Quota mode: none.
Aug 03 08:58:15 mason systemd[1]: systemd 254-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
Aug 03 08:58:15 mason systemd[1]: Detected architecture x86-64.
Aug 03 08:58:15 mason systemd[1]: Hostname set to <mason>.
Aug 03 08:58:15 mason systemd[1]: bpf-lsm: LSM BPF program attached
Aug 03 08:58:15 mason systemd[1]: Queued start job for default target Graphical Interface.
Aug 03 08:58:15 mason systemd[1]: Created slice Slice /system/getty.
Aug 03 08:58:15 mason systemd[1]: Created slice Slice /system/modprobe.
Aug 03 08:58:15 mason systemd[1]: Created slice User and Session Slice.
Aug 03 08:58:15 mason systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Aug 03 08:58:15 mason systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Aug 03 08:58:15 mason systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Aug 03 08:58:15 mason systemd[1]: Reached target Local Encrypted Volumes.
Aug 03 08:58:15 mason systemd[1]: Reached target Local Integrity Protected Volumes.
Aug 03 08:58:15 mason systemd[1]: Reached target Path Units.
Aug 03 08:58:15 mason systemd[1]: Reached target Remote File Systems.
Aug 03 08:58:15 mason systemd[1]: Reached target Slice Units.
Aug 03 08:58:15 mason systemd[1]: Reached target Local Verity Protected Volumes.
Aug 03 08:58:15 mason systemd[1]: Listening on Device-mapper event daemon FIFOs.
Aug 03 08:58:15 mason systemd[1]: Listening on Process Core Dump Socket.
Aug 03 08:58:15 mason systemd[1]: Listening on Journal Socket (/dev/log).
Aug 03 08:58:15 mason systemd[1]: Listening on Journal Socket.
Aug 03 08:58:15 mason systemd[1]: Listening on udev Control Socket.
Aug 03 08:58:15 mason systemd[1]: Listening on udev Kernel Socket.
Aug 03 08:58:15 mason systemd[1]: Mounting Huge Pages File System...
Aug 03 08:58:15 mason systemd[1]: Mounting POSIX Message Queue File System...
Aug 03 08:58:15 mason systemd[1]: Mounting Kernel Debug File System...
Aug 03 08:58:15 mason systemd[1]: Mounting Kernel Trace File System...
Aug 03 08:58:15 mason systemd[1]: Starting Create List of Static Device Nodes...
Aug 03 08:58:15 mason systemd[1]: Starting Load Kernel Module configfs...
Aug 03 08:58:15 mason systemd[1]: Starting Load Kernel Module dm_mod...
Aug 03 08:58:15 mason systemd[1]: Starting Load Kernel Module drm...
Aug 03 08:58:15 mason systemd[1]: Starting Load Kernel Module fuse...
Aug 03 08:58:15 mason systemd[1]: Starting Load Kernel Module loop...
Aug 03 08:58:15 mason systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Aug 03 08:58:15 mason systemd[1]: Starting Journal Service...
Aug 03 08:58:15 mason systemd[1]: Starting Load Kernel Modules...
Aug 03 08:58:15 mason 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).
Aug 03 08:58:15 mason systemd[1]: Starting Remount Root and Kernel File Systems...
Aug 03 08:58:15 mason systemd[1]: Starting Coldplug All udev Devices...
Aug 03 08:58:15 mason systemd[1]: Mounted Huge Pages File System.
Aug 03 08:58:15 mason systemd[1]: Mounted POSIX Message Queue File System.
Aug 03 08:58:15 mason systemd[1]: Mounted Kernel Debug File System.
Aug 03 08:58:15 mason systemd[1]: Mounted Kernel Trace File System.
Aug 03 08:58:15 mason kernel: loop: module loaded
Aug 03 08:58:15 mason kernel: EXT4-fs (sda3): re-mounted 34724c46-2d8c-4c4c-8846-d599153eee7c r/w. Quota mode: none.
Aug 03 08:58:15 mason kernel: fuse: init (API version 7.38)
Aug 03 08:58:15 mason systemd-journald[335]: Collecting audit messages is disabled.
Aug 03 08:58:15 mason kernel: device-mapper: uevent: version 1.0.3
Aug 03 08:58:15 mason kernel: device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
Aug 03 08:58:15 mason kernel: scsi 12:0:0:0: Direct-Access SanDisk Ultra USB 3.0 1.00 PQ: 0 ANSI: 6
Aug 03 08:58:15 mason kernel: sd 12:0:0:0: [sdb] 30031872 512-byte logical blocks: (15.4 GB/14.3 GiB)
Aug 03 08:58:15 mason kernel: sd 12:0:0:0: [sdb] Write Protect is off
Aug 03 08:58:15 mason kernel: sd 12:0:0:0: [sdb] Mode Sense: 43 00 00 00
Aug 03 08:58:15 mason kernel: sd 12:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
Aug 03 08:58:15 mason systemd[1]: Finished Create List of Static Device Nodes.
Aug 03 08:58:15 mason systemd[1]: modprobe@configfs.service: Deactivated successfully.
Aug 03 08:58:15 mason kernel: sdb: sdb1
Aug 03 08:58:15 mason kernel: sd 12:0:0:0: [sdb] Attached SCSI removable disk
Aug 03 08:58:15 mason systemd-journald[335]: Journal started
Aug 03 08:58:15 mason systemd-journald[335]: Runtime Journal (/run/log/journal/f790bdcf785a4979bf6af95ebc6d10eb) is 8.0M, max 795.5M, 787.5M free.
Aug 03 08:58:15 mason systemd-modules-load[336]: Inserted module 'crypto_user'
Aug 03 08:58:15 mason systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Aug 03 08:58:15 mason systemd[1]: Finished Load Kernel Module configfs.
Aug 03 08:58:15 mason systemd[1]: Started Journal Service.
Aug 03 08:58:15 mason systemd[1]: Finished Load Kernel Module dm_mod.
Aug 03 08:58:15 mason systemd[1]: modprobe@drm.service: Deactivated successfully.
Aug 03 08:58:15 mason systemd[1]: Finished Load Kernel Module drm.
Aug 03 08:58:15 mason systemd[1]: modprobe@fuse.service: Deactivated successfully.
Aug 03 08:58:15 mason systemd[1]: Finished Load Kernel Module fuse.
Aug 03 08:58:15 mason systemd[1]: modprobe@loop.service: Deactivated successfully.
Aug 03 08:58:15 mason systemd[1]: Finished Load Kernel Module loop.
Aug 03 08:58:15 mason systemd[1]: Finished Load Kernel Modules.
Aug 03 08:58:15 mason systemd[1]: Finished Remount Root and Kernel File Systems.
Aug 03 08:58:15 mason systemd[1]: Finished Coldplug All udev Devices.
Aug 03 08:58:15 mason systemd[1]: Mounting FUSE Control File System...
Aug 03 08:58:15 mason systemd[1]: Mounting Kernel Configuration File System...
Aug 03 08:58:15 mason systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Aug 03 08:58:15 mason systemd[1]: Starting Flush Journal to Persistent Storage...
Aug 03 08:58:15 mason systemd[1]: Starting Load/Save OS Random Seed...
Aug 03 08:58:15 mason systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Aug 03 08:58:15 mason systemd[1]: Starting Apply Kernel Variables...
Aug 03 08:58:15 mason systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Aug 03 08:58:15 mason systemd[1]: Starting Create Static Device Nodes in /dev...
Aug 03 08:58:15 mason systemd[1]: Mounted FUSE Control File System.
Aug 03 08:58:15 mason systemd[1]: Mounted Kernel Configuration File System.
Aug 03 08:58:15 mason systemd-journald[335]: Time spent on flushing to /var/log/journal/f790bdcf785a4979bf6af95ebc6d10eb is 41.145ms for 1182 entries.
# dmesg
[ 0.000000] Linux version 6.4.7-arch1-2 (linux@archlinux) (gcc (GCC) 13.2.1 20230730, GNU ld (GNU Binutils) 2.40.90) #1 SMP PREEMPT_DYNAMIC Mon, 31 Jul 2023 11:41:04 +0000
[ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=34724c46-2d8c-4c4c-8846-d599153eee7c rw loglevel=3 quiet nomodeset
[ 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: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
[ 0.000000] signal: max sigframe size: 1776
[ 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-0x000000000a20afff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000000a20b000-0x000000000affffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000b000000-0x000000000b01ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000000b020000-0x00000000bad57fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000bad58000-0x00000000bc48dfff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000bc48e000-0x00000000bc5dcfff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000bc5dd000-0x00000000bcca4fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000bcca5000-0x00000000bd9fefff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000bd9ff000-0x00000000beffffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000bf000000-0x00000000bfffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fd100000-0x00000000fd1fffff] 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-0x000000043f37ffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000043f380000-0x000000043fffffff] reserved
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] e820: update [mem 0xa8b70018-0xa8b81057] usable ==> usable
[ 0.000000] e820: update [mem 0xa8b70018-0xa8b81057] usable ==> usable
[ 0.000000] e820: update [mem 0xa8b52018-0xa8b6f257] usable ==> usable
[ 0.000000] e820: update [mem 0xa8b52018-0xa8b6f257] 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-0x000000000a20afff] ACPI NVS
[ 0.000000] reserve setup_data: [mem 0x000000000a20b000-0x000000000affffff] usable
[ 0.000000] reserve setup_data: [mem 0x000000000b000000-0x000000000b01ffff] reserved
[ 0.000000] reserve setup_data: [mem 0x000000000b020000-0x00000000a8b52017] usable
[ 0.000000] reserve setup_data: [mem 0x00000000a8b52018-0x00000000a8b6f257] usable
[ 0.000000] reserve setup_data: [mem 0x00000000a8b6f258-0x00000000a8b70017] usable
[ 0.000000] reserve setup_data: [mem 0x00000000a8b70018-0x00000000a8b81057] usable
[ 0.000000] reserve setup_data: [mem 0x00000000a8b81058-0x00000000bad57fff] usable
[ 0.000000] reserve setup_data: [mem 0x00000000bad58000-0x00000000bc48dfff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000bc48e000-0x00000000bc5dcfff] ACPI data
[ 0.000000] reserve setup_data: [mem 0x00000000bc5dd000-0x00000000bcca4fff] ACPI NVS
[ 0.000000] reserve setup_data: [mem 0x00000000bcca5000-0x00000000bd9fefff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000bd9ff000-0x00000000beffffff] usable
[ 0.000000] reserve setup_data: [mem 0x00000000bf000000-0x00000000bfffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fd100000-0x00000000fd1fffff] 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-0x000000043f37ffff] usable
[ 0.000000] reserve setup_data: [mem 0x000000043f380000-0x000000043fffffff] reserved
[ 0.000000] efi: EFI v2.7 by American Megatrends
[ 0.000000] efi: ACPI=0xbc5dc000 ACPI 2.0=0xbc5dc014 TPMFinalLog=0xbcc5b000 SMBIOS=0xbd7f8000 SMBIOS 3.0=0xbd7f7000 MEMATTR=0xb9309818 ESRT=0xb9879018 INITRD=0xb2355e18 RNG=0xbc4d0018 TPMEventLog=0xa8b82018
[ 0.000000] random: crng init done
[ 0.000000] efi: Remove mem59: MMIO range=[0xf0000000-0xf7ffffff] (128MB) from e820 map
[ 0.000000] e820: remove [mem 0xf0000000-0xf7ffffff] reserved
[ 0.000000] efi: Remove mem60: MMIO range=[0xfd100000-0xfd1fffff] (1MB) from e820 map
[ 0.000000] e820: remove [mem 0xfd100000-0xfd1fffff] reserved
[ 0.000000] efi: Not removing mem61: MMIO range=[0xfea00000-0xfea0ffff] (64KB) from e820 map
[ 0.000000] efi: Remove mem62: MMIO range=[0xfeb80000-0xfec01fff] (0MB) from e820 map
[ 0.000000] e820: remove [mem 0xfeb80000-0xfec01fff] reserved
[ 0.000000] efi: Not removing mem63: MMIO range=[0xfec10000-0xfec10fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem64: MMIO range=[0xfec30000-0xfec30fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem65: MMIO range=[0xfed00000-0xfed00fff] (4KB) from e820 map
[ 0.000000] efi: Not removing mem66: MMIO range=[0xfed40000-0xfed44fff] (20KB) from e820 map
[ 0.000000] efi: Not removing mem67: MMIO range=[0xfed80000-0xfed8ffff] (64KB) from e820 map
[ 0.000000] efi: Not removing mem68: MMIO range=[0xfedc2000-0xfedcffff] (56KB) from e820 map
[ 0.000000] efi: Not removing mem69: MMIO range=[0xfedd4000-0xfedd5fff] (8KB) from e820 map
[ 0.000000] efi: Remove mem70: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
[ 0.000000] e820: remove [mem 0xff000000-0xffffffff] reserved
[ 0.000000] SMBIOS 3.2.0 present.
[ 0.000000] DMI: System manufacturer System Product Name/ROG STRIX B450-I GAMING, BIOS 5102 05/31/2023
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] tsc: Detected 3194.027 MHz processor
[ 0.000163] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000166] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000178] last_pfn = 0x43f380 max_arch_pfn = 0x400000000
[ 0.000185] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.000541] e820: update [mem 0xc0000000-0xffffffff] usable ==> reserved
[ 0.000550] last_pfn = 0xbf000 max_arch_pfn = 0x400000000
[ 0.005010] esrt: Reserving ESRT space from 0x00000000b9879018 to 0x00000000b9879050.
[ 0.005016] e820: update [mem 0xb9879000-0xb9879fff] usable ==> reserved
[ 0.005038] Using GB pages for direct mapping
[ 0.005876] Secure boot disabled
[ 0.005877] RAMDISK: [mem 0xa9a8f000-0xabbcdfff]
[ 0.005882] ACPI: Early table checksum verification disabled
[ 0.005885] ACPI: RSDP 0x00000000BC5DC014 000024 (v02 ALASKA)
[ 0.005889] ACPI: XSDT 0x00000000BC5DB728 0000CC (v01 ALASKA A M I 01072009 AMI 01000013)
[ 0.005895] ACPI: FACP 0x00000000BC5CC000 000114 (v06 ALASKA A M I 01072009 AMI 00010013)
[ 0.005900] ACPI: DSDT 0x00000000BC5BD000 00E3A1 (v02 ALASKA A M I 01072009 INTL 20120913)
[ 0.005904] ACPI: FACS 0x00000000BCC59000 000040
[ 0.005907] ACPI: SSDT 0x00000000BC5D2000 008C98 (v02 AMD AmdTable 00000002 MSFT 04000000)
[ 0.005910] ACPI: SSDT 0x00000000BC5CE000 003CB6 (v02 AMD AMD AOD 00000001 INTL 20120913)
[ 0.005913] ACPI: SSDT 0x00000000BC5CD000 0000C8 (v02 ALASKA CPUSSDT 01072009 AMI 01072009)
[ 0.005916] ACPI: FIDT 0x00000000BC5BC000 00009C (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.005919] ACPI: MCFG 0x00000000BC5BB000 00003C (v01 ALASKA A M I 01072009 MSFT 00010013)
[ 0.005922] ACPI: HPET 0x00000000BC5BA000 000038 (v01 ALASKA A M I 01072009 AMI 00000005)
[ 0.005925] ACPI: SSDT 0x00000000BC5B9000 000024 (v01 AMDFCH FCHZP 00001000 INTL 20120913)
[ 0.005928] ACPI: SSDT 0x00000000BC4D1000 0010AF (v02 AMD MYRTLE 00000001 INTL 20120913)
[ 0.005931] ACPI: FPDT 0x00000000BC5B7000 000044 (v01 ALASKA A M I 01072009 AMI 01000013)
[ 0.005934] ACPI: VFCT 0x00000000BC5A8000 00EC84 (v01 ALASKA A M I 00000001 AMD 31504F47)
[ 0.005937] ACPI: BGRT 0x00000000BC5A7000 000038 (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.005940] ACPI: WPBT 0x00000000BC4DF000 00003C (v01 ALASKA A M I 00000001 ASUS 00000001)
[ 0.005943] ACPI: TPM2 0x00000000BC4DE000 00004C (v04 ALASKA A M I 00000001 AMI 00000000)
[ 0.005946] ACPI: IVRS 0x00000000BC4DD000 0000D0 (v02 AMD AmdTable 00000001 AMD 00000000)
[ 0.005949] ACPI: SSDT 0x00000000BC4DB000 001A58 (v02 AMD AmdTable 00000001 AMD 00000001)
[ 0.005952] ACPI: CRAT 0x00000000BC4DA000 000BD0 (v01 AMD AmdTable 00000001 AMD 00000001)
[ 0.005955] ACPI: CDIT 0x00000000BC4D9000 000029 (v01 AMD AmdTable 00000001 AMD 00000001)
[ 0.005958] ACPI: SSDT 0x00000000BC4D5000 0037DC (v02 AMD MYRTLE 00000001 INTL 20120913)
[ 0.005961] ACPI: SSDT 0x00000000BC4D4000 0000BF (v01 AMD AmdTable 00001000 INTL 20120913)
[ 0.005964] ACPI: APIC 0x00000000BC4D3000 00015E (v04 ALASKA A M I 01072009 AMI 00010013)
[ 0.005967] ACPI: Reserving FACP table memory at [mem 0xbc5cc000-0xbc5cc113]
[ 0.005968] ACPI: Reserving DSDT table memory at [mem 0xbc5bd000-0xbc5cb3a0]
[ 0.005969] ACPI: Reserving FACS table memory at [mem 0xbcc59000-0xbcc5903f]
[ 0.005970] ACPI: Reserving SSDT table memory at [mem 0xbc5d2000-0xbc5dac97]
[ 0.005971] ACPI: Reserving SSDT table memory at [mem 0xbc5ce000-0xbc5d1cb5]
[ 0.005972] ACPI: Reserving SSDT table memory at [mem 0xbc5cd000-0xbc5cd0c7]
[ 0.005973] ACPI: Reserving FIDT table memory at [mem 0xbc5bc000-0xbc5bc09b]
[ 0.005974] ACPI: Reserving MCFG table memory at [mem 0xbc5bb000-0xbc5bb03b]
[ 0.005975] ACPI: Reserving HPET table memory at [mem 0xbc5ba000-0xbc5ba037]
[ 0.005976] ACPI: Reserving SSDT table memory at [mem 0xbc5b9000-0xbc5b9023]
[ 0.005977] ACPI: Reserving SSDT table memory at [mem 0xbc4d1000-0xbc4d20ae]
[ 0.005977] ACPI: Reserving FPDT table memory at [mem 0xbc5b7000-0xbc5b7043]
[ 0.005978] ACPI: Reserving VFCT table memory at [mem 0xbc5a8000-0xbc5b6c83]
[ 0.005979] ACPI: Reserving BGRT table memory at [mem 0xbc5a7000-0xbc5a7037]
[ 0.005980] ACPI: Reserving WPBT table memory at [mem 0xbc4df000-0xbc4df03b]
[ 0.005981] ACPI: Reserving TPM2 table memory at [mem 0xbc4de000-0xbc4de04b]
[ 0.005982] ACPI: Reserving IVRS table memory at [mem 0xbc4dd000-0xbc4dd0cf]
[ 0.005983] ACPI: Reserving SSDT table memory at [mem 0xbc4db000-0xbc4dca57]
[ 0.005984] ACPI: Reserving CRAT table memory at [mem 0xbc4da000-0xbc4dabcf]
[ 0.005985] ACPI: Reserving CDIT table memory at [mem 0xbc4d9000-0xbc4d9028]
[ 0.005986] ACPI: Reserving SSDT table memory at [mem 0xbc4d5000-0xbc4d87db]
[ 0.005986] ACPI: Reserving SSDT table memory at [mem 0xbc4d4000-0xbc4d40be]
[ 0.005987] ACPI: Reserving APIC table memory at [mem 0xbc4d3000-0xbc4d315d]
[ 0.005997] system APIC only can use physical flat
[ 0.005998] Setting APIC routing to physical flat.
[ 0.006076] No NUMA configuration found
[ 0.006077] Faking a node at [mem 0x0000000000000000-0x000000043f37ffff]
[ 0.006080] NODE_DATA(0) allocated [mem 0x43f37b000-0x43f37ffff]
[ 0.006108] Zone ranges:
[ 0.006109] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.006110] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.006112] Normal [mem 0x0000000100000000-0x000000043f37ffff]
[ 0.006113] Device empty
[ 0.006114] Movable zone start for each node
[ 0.006115] Early memory node ranges
[ 0.006116] node 0: [mem 0x0000000000001000-0x000000000009ffff]
[ 0.006117] node 0: [mem 0x0000000000100000-0x0000000009c7efff]
[ 0.006118] node 0: [mem 0x000000000a000000-0x000000000a1fffff]
[ 0.006119] node 0: [mem 0x000000000a20b000-0x000000000affffff]
[ 0.006120] node 0: [mem 0x000000000b020000-0x00000000bad57fff]
[ 0.006121] node 0: [mem 0x00000000bd9ff000-0x00000000beffffff]
[ 0.006122] node 0: [mem 0x0000000100000000-0x000000043f37ffff]
[ 0.006125] Initmem setup node 0 [mem 0x0000000000001000-0x000000043f37ffff]
[ 0.006129] On node 0, zone DMA: 1 pages in unavailable ranges
[ 0.006150] On node 0, zone DMA: 96 pages in unavailable ranges
[ 0.006338] On node 0, zone DMA32: 897 pages in unavailable ranges
[ 0.006357] On node 0, zone DMA32: 11 pages in unavailable ranges
[ 0.012293] On node 0, zone DMA32: 32 pages in unavailable ranges
[ 0.012480] On node 0, zone DMA32: 11431 pages in unavailable ranges
[ 0.042426] On node 0, zone Normal: 4096 pages in unavailable ranges
[ 0.042463] On node 0, zone Normal: 3200 pages in unavailable ranges
[ 0.042810] ACPI: PM-Timer IO Port: 0x808
[ 0.042813] system APIC only can use physical flat
[ 0.042820] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[ 0.042838] IOAPIC[0]: apic_id 13, version 33, address 0xfec00000, GSI 0-23
[ 0.042843] IOAPIC[1]: apic_id 14, version 33, address 0xfec01000, GSI 24-55
[ 0.042846] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.042848] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[ 0.042852] ACPI: Using ACPI (MADT) for SMP configuration information
[ 0.042854] ACPI: HPET id: 0x10228201 base: 0xfed00000
[ 0.042863] e820: update [mem 0xb6f6a000-0xb705dfff] usable ==> reserved
[ 0.042879] smpboot: Allowing 32 CPUs, 20 hotplug CPUs
[ 0.042904] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.042906] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[ 0.042908] PM: hibernation: Registered nosave memory: [mem 0x09c7f000-0x09ffffff]
[ 0.042909] PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a20afff]
[ 0.042911] PM: hibernation: Registered nosave memory: [mem 0x0b000000-0x0b01ffff]
[ 0.042913] PM: hibernation: Registered nosave memory: [mem 0xa8b52000-0xa8b52fff]
[ 0.042915] PM: hibernation: Registered nosave memory: [mem 0xa8b6f000-0xa8b6ffff]
[ 0.042916] PM: hibernation: Registered nosave memory: [mem 0xa8b70000-0xa8b70fff]
[ 0.042917] PM: hibernation: Registered nosave memory: [mem 0xa8b81000-0xa8b81fff]
[ 0.042919] PM: hibernation: Registered nosave memory: [mem 0xb6f6a000-0xb705dfff]
[ 0.042921] PM: hibernation: Registered nosave memory: [mem 0xb9879000-0xb9879fff]
[ 0.042923] PM: hibernation: Registered nosave memory: [mem 0xbad58000-0xbc48dfff]
[ 0.042923] PM: hibernation: Registered nosave memory: [mem 0xbc48e000-0xbc5dcfff]
[ 0.042924] PM: hibernation: Registered nosave memory: [mem 0xbc5dd000-0xbcca4fff]
[ 0.042925] PM: hibernation: Registered nosave memory: [mem 0xbcca5000-0xbd9fefff]
[ 0.042927] PM: hibernation: Registered nosave memory: [mem 0xbf000000-0xbfffffff]
[ 0.042928] PM: hibernation: Registered nosave memory: [mem 0xc0000000-0xfe9fffff]
[ 0.042928] PM: hibernation: Registered nosave memory: [mem 0xfea00000-0xfea0ffff]
[ 0.042929] PM: hibernation: Registered nosave memory: [mem 0xfea10000-0xfec0ffff]
[ 0.042930] PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[ 0.042931] PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfec2ffff]
[ 0.042931] PM: hibernation: Registered nosave memory: [mem 0xfec30000-0xfec30fff]
[ 0.042932] PM: hibernation: Registered nosave memory: [mem 0xfec31000-0xfecfffff]
[ 0.042933] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[ 0.042934] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
[ 0.042934] PM: hibernation: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
[ 0.042935] PM: hibernation: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
[ 0.042936] PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
[ 0.042937] PM: hibernation: Registered nosave memory: [mem 0xfed90000-0xfedc1fff]
[ 0.042937] PM: hibernation: Registered nosave memory: [mem 0xfedc2000-0xfedcffff]
[ 0.042938] PM: hibernation: Registered nosave memory: [mem 0xfedd0000-0xfedd3fff]
[ 0.042939] PM: hibernation: Registered nosave memory: [mem 0xfedd4000-0xfedd5fff]
[ 0.042940] PM: hibernation: Registered nosave memory: [mem 0xfedd6000-0xffffffff]
[ 0.042942] [mem 0xc0000000-0xfe9fffff] available for PCI devices
[ 0.042943] Booting paravirtualized kernel on bare hardware
[ 0.042945] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[ 0.048189] setup_percpu: NR_CPUS:320 nr_cpumask_bits:32 nr_cpu_ids:32 nr_node_ids:1
[ 0.049741] percpu: Embedded 64 pages/cpu s225280 r8192 d28672 u262144
[ 0.049752] pcpu-alloc: s225280 r8192 d28672 u262144 alloc=1*2097152
[ 0.049755] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15
[ 0.049766] pcpu-alloc: [0] 16 17 18 19 20 21 22 23 [0] 24 25 26 27 28 29 30 31
[ 0.049795] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=34724c46-2d8c-4c4c-8846-d599153eee7c rw loglevel=3 quiet nomodeset
[ 0.049873] Booted with the nomodeset parameter. Only the system framebuffer will be available
[ 0.049876] Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux", will be passed to user space.
[ 0.049891] printk: log_buf_len individual max cpu contribution: 4096 bytes
[ 0.049892] printk: log_buf_len total cpu_extra contributions: 126976 bytes
[ 0.049893] printk: log_buf_len min size: 131072 bytes
[ 0.050137] printk: log_buf_len: 262144 bytes
[ 0.050138] printk: early log buf free: 112576(85%)
[ 0.052459] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[ 0.053568] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[ 0.053810] Fallback order for Node 0: 0
[ 0.053821] Built 1 zonelists, mobility grouping on. Total pages: 4109152
[ 0.053822] Policy zone: Normal
[ 0.054110] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[ 0.054177] software IO TLB: area num 32.
[ 0.112920] Memory: 16186100K/16698160K available (16384K kernel code, 2120K rwdata, 12764K rodata, 3344K init, 3992K bss, 511800K reserved, 0K cma-reserved)
[ 0.113080] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=32, Nodes=1
[ 0.113115] ftrace: allocating 47548 entries in 186 pages
[ 0.121041] ftrace: allocated 186 pages with 5 groups
[ 0.121146] Dynamic Preempt: full
[ 0.121211] rcu: Preemptible hierarchical RCU implementation.
[ 0.121212] rcu: RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=32.
[ 0.121213] rcu: RCU priority boosting: priority 1 delay 500 ms.
[ 0.121214] Trampoline variant of Tasks RCU enabled.
[ 0.121215] Rude variant of Tasks RCU enabled.
[ 0.121215] Tracing variant of Tasks RCU enabled.
[ 0.121216] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[ 0.121217] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=32
[ 0.123957] NR_IRQS: 20736, nr_irqs: 1224, preallocated irqs: 16
[ 0.124144] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.124269] kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
[ 0.124324] Console: colour dummy device 80x25
[ 0.124326] printk: console [tty0] enabled
[ 0.124378] ACPI: Core revision 20230331
[ 0.124620] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[ 0.124652] APIC: Switch to symmetric I/O mode setup
[ 0.125658] AMD-Vi: Using global IVHD EFR:0xf77ef22294ada, EFR2:0x0
[ 0.126777] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.141318] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2e0a3fb8500, max_idle_ns: 440795242900 ns
[ 0.141323] Calibrating delay loop (skipped), value calculated using timer frequency.. 6390.22 BogoMIPS (lpj=10646756)
[ 0.141326] pid_max: default: 32768 minimum: 301
[ 0.143834] LSM: initializing lsm=capability,landlock,lockdown,yama,bpf,integrity
[ 0.143848] landlock: Up and running.
[ 0.143850] Yama: becoming mindful.
[ 0.143854] LSM support for eBPF active
[ 0.143902] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.143929] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
[ 0.144178] LVT offset 1 assigned for vector 0xf9
[ 0.144246] LVT offset 2 assigned for vector 0xf4
[ 0.144264] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
[ 0.144266] Last level dTLB entries: 4KB 1536, 2MB 1536, 4MB 768, 1GB 0
[ 0.144269] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 0.144272] Spectre V2 : Mitigation: Retpolines
[ 0.144272] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 0.144273] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[ 0.144274] Spectre V2 : Enabling Speculation Barrier for firmware calls
[ 0.144274] RETBleed: Mitigation: untrained return thunk
[ 0.144276] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 0.144278] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[ 0.154321] Freeing SMP alternatives memory: 40K
[ 0.263645] smpboot: CPU0: AMD Ryzen 5 1600 Six-Core Processor (family: 0x17, model: 0x1, stepping: 0x1)
[ 0.263816] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.263818] cblist_init_generic: Setting shift to 5 and lim to 1.
[ 0.263835] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.263836] cblist_init_generic: Setting shift to 5 and lim to 1.
[ 0.263852] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.263852] cblist_init_generic: Setting shift to 5 and lim to 1.
[ 0.263865] Performance Events: Fam17h+ core perfctr, AMD PMU driver.
[ 0.263869] ... version: 0
[ 0.263870] ... bit width: 48
[ 0.263870] ... generic registers: 6
[ 0.263871] ... value mask: 0000ffffffffffff
[ 0.263872] ... max period: 00007fffffffffff
[ 0.263873] ... fixed-purpose events: 0
[ 0.263873] ... event mask: 000000000000003f
[ 0.263962] rcu: Hierarchical SRCU implementation.
[ 0.263963] rcu: Max phase no-delay instances is 1000.
[ 0.264297] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 0.264544] smp: Bringing up secondary CPUs ...
[ 0.264643] x86: Booting SMP configuration:
[ 0.264644] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7 #8 #9 #10 #11
[ 0.286894] smp: Brought up 1 node, 12 CPUs
[ 0.286894] smpboot: Max logical packages: 3
[ 0.286894] smpboot: Total of 12 processors activated (76687.67 BogoMIPS)
[ 0.288513] devtmpfs: initialized
[ 0.288513] x86/mm: Memory block size: 128MB
[ 0.288996] ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20afff] (45056 bytes)
[ 0.288996] ACPI: PM: Registering ACPI NVS region [mem 0xbc5dd000-0xbcca4fff] (7110656 bytes)
[ 0.288996] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[ 0.288996] futex hash table entries: 8192 (order: 7, 524288 bytes, linear)
[ 0.288996] pinctrl core: initialized pinctrl subsystem
[ 0.288996] PM: RTC time: 13:59:11, date: 2023-08-03
[ 0.291598] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.291792] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
[ 0.291967] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.292201] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.292217] audit: initializing netlink subsys (disabled)
[ 0.292277] audit: type=2000 audit(1691071150.166:1): state=initialized audit_enabled=0 res=1
[ 0.292277] thermal_sys: Registered thermal governor 'fair_share'
[ 0.292277] thermal_sys: Registered thermal governor 'bang_bang'
[ 0.292277] thermal_sys: Registered thermal governor 'step_wise'
[ 0.292277] thermal_sys: Registered thermal governor 'user_space'
[ 0.292277] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.292277] cpuidle: using governor ladder
[ 0.292277] cpuidle: using governor menu
[ 0.292277] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.292277] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[ 0.292277] PCI: not using MMCONFIG
[ 0.292277] PCI: Using configuration type 1 for base access
[ 0.292277] PCI: Using configuration type 1 for extended access
[ 0.292277] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[ 0.292277] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.292277] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.292277] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.292277] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.292277] ACPI: Added _OSI(Module Device)
[ 0.292277] ACPI: Added _OSI(Processor Device)
[ 0.292277] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.292277] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.307055] ACPI: 9 ACPI AML tables successfully acquired and loaded
[ 0.308581] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 0.311874] ACPI: EC: EC started
[ 0.311876] ACPI: EC: interrupt blocked
[ 0.311945] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.311947] ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC used to handle transactions
[ 0.311949] ACPI: Interpreter enabled
[ 0.311963] ACPI: PM: (supports S0 S3 S4 S5)
[ 0.311965] ACPI: Using IOAPIC for interrupt routing
[ 0.315387] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[ 0.315430] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved as ACPI motherboard resource
[ 0.315441] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.315442] PCI: Ignoring E820 reservations for host bridge windows
[ 0.315820] ACPI: Enabled 3 GPEs in block 00 to 1F
[ 0.320934] ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT3._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
[ 0.321008] ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO11._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
[ 0.321079] ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT4._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
[ 0.321149] ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO12._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
[ 0.321220] ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT5._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
[ 0.321290] ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO13._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
[ 0.321367] ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT6._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
[ 0.321438] ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO14._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
[ 0.321507] ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT1._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
[ 0.321577] ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT9._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
[ 0.321647] ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT2._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
[ 0.321716] ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO10._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
[ 0.321787] ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT7._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
[ 0.321856] ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO15._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
[ 0.321926] ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT8._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
[ 0.321996] ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO16._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
[ 0.322065] ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO17._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
[ 0.322136] ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO18._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
[ 0.322205] ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO19._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
[ 0.322275] ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO20._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
[ 0.322347] ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO21._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
[ 0.322418] ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO22._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
[ 0.327483] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.327490] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[ 0.327616] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME LTR DPC]
[ 0.327804] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
[ 0.327814] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-7f] only partially covers this bridge
[ 0.328220] PCI host bridge to bus 0000:00
[ 0.328222] pci_bus 0000:00: root bus resource [io 0x0000-0x03af window]
[ 0.328224] pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7 window]
[ 0.328226] pci_bus 0000:00: root bus resource [io 0x03b0-0x03df window]
[ 0.328227] pci_bus 0000:00: root bus resource [io 0x0d00-0xefff window]
[ 0.328228] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
[ 0.328230] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfec2ffff window]
[ 0.328231] pci_bus 0000:00: root bus resource [mem 0xfee00000-0xffffffff window]
[ 0.328232] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.328246] pci 0000:00:00.0: [1022:1450] type 00 class 0x060000
[ 0.328326] pci 0000:00:00.2: [1022:1451] type 00 class 0x080600
[ 0.328411] pci 0000:00:01.0: [1022:1452] type 00 class 0x060000
[ 0.328463] pci 0000:00:01.3: [1022:1453] type 01 class 0x060400
[ 0.328497] pci 0000:00:01.3: enabling Extended Tags
[ 0.328568] pci 0000:00:01.3: PME# supported from D0 D3hot D3cold
[ 0.328723] pci 0000:00:02.0: [1022:1452] type 00 class 0x060000
[ 0.328784] pci 0000:00:03.0: [1022:1452] type 00 class 0x060000
[ 0.328831] pci 0000:00:03.1: [1022:1453] type 01 class 0x060400
[ 0.328926] pci 0000:00:03.1: PME# supported from D0 D3hot D3cold
[ 0.329033] pci 0000:00:03.3: [1022:1453] type 01 class 0x060400
[ 0.329061] pci 0000:00:03.3: enabling Extended Tags
[ 0.329132] pci 0000:00:03.3: PME# supported from D0 D3hot D3cold
[ 0.329249] pci 0000:00:04.0: [1022:1452] type 00 class 0x060000
[ 0.329314] pci 0000:00:07.0: [1022:1452] type 00 class 0x060000
[ 0.329360] pci 0000:00:07.1: [1022:1454] type 01 class 0x060400
[ 0.329394] pci 0000:00:07.1: enabling Extended Tags
[ 0.329467] pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
[ 0.329586] pci 0000:00:08.0: [1022:1452] type 00 class 0x060000
[ 0.329634] pci 0000:00:08.1: [1022:1454] type 01 class 0x060400
[ 0.329670] pci 0000:00:08.1: enabling Extended Tags
[ 0.329738] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[ 0.329888] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[ 0.330096] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[ 0.330315] pci 0000:00:18.0: [1022:1460] type 00 class 0x060000
[ 0.330351] pci 0000:00:18.1: [1022:1461] type 00 class 0x060000
[ 0.330385] pci 0000:00:18.2: [1022:1462] type 00 class 0x060000
[ 0.330418] pci 0000:00:18.3: [1022:1463] type 00 class 0x060000
[ 0.330451] pci 0000:00:18.4: [1022:1464] type 00 class 0x060000
[ 0.330485] pci 0000:00:18.5: [1022:1465] type 00 class 0x060000
[ 0.330518] pci 0000:00:18.6: [1022:1466] type 00 class 0x060000
[ 0.330551] pci 0000:00:18.7: [1022:1467] type 00 class 0x060000
[ 0.330675] pci 0000:01:00.0: [1022:43d5] type 00 class 0x0c0330
[ 0.330691] pci 0000:01:00.0: reg 0x10: [mem 0xfcca0000-0xfcca7fff 64bit]
[ 0.330726] pci 0000:01:00.0: enabling Extended Tags
[ 0.330775] pci 0000:01:00.0: PME# supported from D3hot D3cold
[ 0.330922] pci 0000:01:00.1: [1022:43c8] type 00 class 0x010601
[ 0.330963] pci 0000:01:00.1: reg 0x24: [mem 0xfcc80000-0xfcc9ffff]
[ 0.330970] pci 0000:01:00.1: reg 0x30: [mem 0xfcc00000-0xfcc7ffff pref]
[ 0.330976] pci 0000:01:00.1: enabling Extended Tags
[ 0.331012] pci 0000:01:00.1: PME# supported from D3hot D3cold
[ 0.331088] pci 0000:01:00.2: [1022:43c6] type 01 class 0x060400
[ 0.331126] pci 0000:01:00.2: enabling Extended Tags
[ 0.331167] pci 0000:01:00.2: PME# supported from D3hot D3cold
[ 0.331269] pci 0000:00:01.3: PCI bridge to [bus 01-05]
[ 0.331272] pci 0000:00:01.3: bridge window [io 0xc000-0xdfff]
[ 0.331274] pci 0000:00:01.3: bridge window [mem 0xfca00000-0xfccfffff]
[ 0.331372] pci 0000:02:00.0: [1022:43c7] type 01 class 0x060400
[ 0.331414] pci 0000:02:00.0: enabling Extended Tags
[ 0.331466] pci 0000:02:00.0: PME# supported from D3hot D3cold
[ 0.331575] pci 0000:02:01.0: [1022:43c7] type 01 class 0x060400
[ 0.331617] pci 0000:02:01.0: enabling Extended Tags
[ 0.331669] pci 0000:02:01.0: PME# supported from D3hot D3cold
[ 0.331773] pci 0000:02:04.0: [1022:43c7] type 01 class 0x060400
[ 0.331815] pci 0000:02:04.0: enabling Extended Tags
[ 0.331867] pci 0000:02:04.0: PME# supported from D3hot D3cold
[ 0.331980] pci 0000:01:00.2: PCI bridge to [bus 02-05]
[ 0.331985] pci 0000:01:00.2: bridge window [io 0xc000-0xdfff]
[ 0.331988] pci 0000:01:00.2: bridge window [mem 0xfca00000-0xfcbfffff]
[ 0.332076] pci 0000:03:00.0: [8086:1539] type 00 class 0x020000
[ 0.332106] pci 0000:03:00.0: reg 0x10: [mem 0xfcb00000-0xfcb1ffff]
[ 0.332139] pci 0000:03:00.0: reg 0x18: [io 0xd000-0xd01f]
[ 0.332156] pci 0000:03:00.0: reg 0x1c: [mem 0xfcb20000-0xfcb23fff]
[ 0.332331] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[ 0.332552] pci 0000:02:00.0: PCI bridge to [bus 03]
[ 0.332558] pci 0000:02:00.0: bridge window [io 0xd000-0xdfff]
[ 0.332560] pci 0000:02:00.0: bridge window [mem 0xfcb00000-0xfcbfffff]
[ 0.332625] pci 0000:04:00.0: [10ec:b822] type 00 class 0x028000
[ 0.332652] pci 0000:04:00.0: reg 0x10: [io 0xc000-0xc0ff]
[ 0.332686] pci 0000:04:00.0: reg 0x18: [mem 0xfca00000-0xfca0ffff 64bit]
[ 0.332855] pci 0000:04:00.0: supports D1 D2
[ 0.332856] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.333093] pci 0000:02:01.0: PCI bridge to [bus 04]
[ 0.333098] pci 0000:02:01.0: bridge window [io 0xc000-0xcfff]
[ 0.333101] pci 0000:02:01.0: bridge window [mem 0xfca00000-0xfcafffff]
[ 0.333143] pci 0000:02:04.0: PCI bridge to [bus 05]
[ 0.333240] pci 0000:06:00.0: [1002:67df] type 00 class 0x030000
[ 0.333254] pci 0000:06:00.0: reg 0x10: [mem 0xd0000000-0xdfffffff 64bit pref]
[ 0.333263] pci 0000:06:00.0: reg 0x18: [mem 0xe0000000-0xe01fffff 64bit pref]
[ 0.333269] pci 0000:06:00.0: reg 0x20: [io 0xe000-0xe0ff]
[ 0.333275] pci 0000:06:00.0: reg 0x24: [mem 0xfcf00000-0xfcf3ffff]
[ 0.333281] pci 0000:06:00.0: reg 0x30: [mem 0xfcf40000-0xfcf5ffff pref]
[ 0.333300] pci 0000:06:00.0: BAR 0: assigned to efifb
[ 0.333349] pci 0000:06:00.0: supports D1 D2
[ 0.333351] pci 0000:06:00.0: PME# supported from D1 D2 D3hot D3cold
[ 0.333415] pci 0000:06:00.0: 63.008 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x8 link at 0000:00:03.1 (capable of 126.016 Gb/s with 8.0 GT/s PCIe x16 link)
[ 0.333496] pci 0000:06:00.1: [1002:aaf0] type 00 class 0x040300
[ 0.333508] pci 0000:06:00.1: reg 0x10: [mem 0xfcf60000-0xfcf63fff 64bit]
[ 0.333570] pci 0000:06:00.1: supports D1 D2
[ 0.333647] pci 0000:00:03.1: PCI bridge to [bus 06]
[ 0.333650] pci 0000:00:03.1: bridge window [io 0xe000-0xefff]
[ 0.333652] pci 0000:00:03.1: bridge window [mem 0xfcf00000-0xfcffffff]
[ 0.333655] pci 0000:00:03.1: bridge window [mem 0xd0000000-0xe01fffff 64bit pref]
[ 0.333722] pci 0000:07:00.0: [15b7:5006] type 00 class 0x010802
[ 0.333738] pci 0000:07:00.0: reg 0x10: [mem 0xfce00000-0xfce03fff 64bit]
[ 0.333759] pci 0000:07:00.0: reg 0x20: [mem 0xfce04000-0xfce040ff 64bit]
[ 0.333923] pci 0000:00:03.3: PCI bridge to [bus 07]
[ 0.333927] pci 0000:00:03.3: bridge window [mem 0xfce00000-0xfcefffff]
[ 0.333990] pci 0000:08:00.0: [1022:145a] type 00 class 0x130000
[ 0.334013] pci 0000:08:00.0: enabling Extended Tags
[ 0.334100] pci 0000:08:00.2: [1022:1456] type 00 class 0x108000
[ 0.334111] pci 0000:08:00.2: reg 0x18: [mem 0xfc800000-0xfc8fffff]
[ 0.334119] pci 0000:08:00.2: reg 0x24: [mem 0xfc900000-0xfc901fff]
[ 0.334126] pci 0000:08:00.2: enabling Extended Tags
[ 0.334223] pci 0000:08:00.3: [1022:145c] type 00 class 0x0c0330
[ 0.334233] pci 0000:08:00.3: reg 0x10: [mem 0xfc700000-0xfc7fffff 64bit]
[ 0.334253] pci 0000:08:00.3: enabling Extended Tags
[ 0.334280] pci 0000:08:00.3: PME# supported from D0 D3hot D3cold
[ 0.334362] pci 0000:00:07.1: PCI bridge to [bus 08]
[ 0.334366] pci 0000:00:07.1: bridge window [mem 0xfc700000-0xfc9fffff]
[ 0.334447] pci 0000:09:00.0: [1022:1455] type 00 class 0x130000
[ 0.334471] pci 0000:09:00.0: enabling Extended Tags
[ 0.334562] pci 0000:09:00.2: [1022:7901] type 00 class 0x010601
[ 0.334587] pci 0000:09:00.2: reg 0x24: [mem 0xfcd08000-0xfcd08fff]
[ 0.334594] pci 0000:09:00.2: enabling Extended Tags
[ 0.334625] pci 0000:09:00.2: PME# supported from D3hot D3cold
[ 0.334702] pci 0000:09:00.3: [1022:1457] type 00 class 0x040300
[ 0.334710] pci 0000:09:00.3: reg 0x10: [mem 0xfcd00000-0xfcd07fff]
[ 0.334728] pci 0000:09:00.3: enabling Extended Tags
[ 0.334758] pci 0000:09:00.3: PME# supported from D0 D3hot D3cold
[ 0.334839] pci 0000:00:08.1: PCI bridge to [bus 09]
[ 0.334843] pci 0000:00:08.1: bridge window [mem 0xfcd00000-0xfcdfffff]
[ 0.335153] ACPI: PCI: Interrupt link LNKA configured for IRQ 0
[ 0.335211] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[ 0.335258] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[ 0.335317] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[ 0.335370] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[ 0.335413] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[ 0.335456] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[ 0.335504] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[ 0.336279] ACPI: EC: interrupt unblocked
[ 0.336280] ACPI: EC: event unblocked
[ 0.336287] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.336289] ACPI: EC: GPE=0x2
[ 0.336290] ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC initialization complete
[ 0.336292] ACPI: \_SB_.PCI0.SBRG.EC0_: EC: Used to handle transactions and events
[ 0.336350] iommu: Default domain type: Translated
[ 0.336350] iommu: DMA domain TLB invalidation policy: lazy mode
[ 0.336350] SCSI subsystem initialized
[ 0.336350] libata version 3.00 loaded.
[ 0.336350] ACPI: bus type USB registered
[ 0.336350] usbcore: registered new interface driver usbfs
[ 0.336350] usbcore: registered new interface driver hub
[ 0.336350] usbcore: registered new device driver usb
[ 0.336350] pps_core: LinuxPPS API ver. 1 registered
[ 0.336350] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.336350] PTP clock support registered
[ 0.336350] EDAC MC: Ver: 3.0.0
[ 0.336350] efivars: Registered efivars operations
[ 0.336350] NetLabel: Initializing
[ 0.336350] NetLabel: domain hash size = 128
[ 0.336350] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.336350] NetLabel: unlabeled traffic allowed by default
[ 0.336350] mctp: management component transport protocol core
[ 0.336350] NET: Registered PF_MCTP protocol family
[ 0.336350] PCI: Using ACPI for IRQ routing
[ 0.346504] PCI: pci_cache_line_size set to 64 bytes
[ 0.346566] e820: reserve RAM buffer [mem 0x09c7f000-0x0bffffff]
[ 0.346568] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
[ 0.346569] e820: reserve RAM buffer [mem 0x0b000000-0x0bffffff]
[ 0.346570] e820: reserve RAM buffer [mem 0xa8b52018-0xabffffff]
[ 0.346571] e820: reserve RAM buffer [mem 0xa8b70018-0xabffffff]
[ 0.346572] e820: reserve RAM buffer [mem 0xb6f6a000-0xb7ffffff]
[ 0.346573] e820: reserve RAM buffer [mem 0xb9879000-0xbbffffff]
[ 0.346574] e820: reserve RAM buffer [mem 0xbad58000-0xbbffffff]
[ 0.346575] e820: reserve RAM buffer [mem 0xbf000000-0xbfffffff]
[ 0.346575] e820: reserve RAM buffer [mem 0x43f380000-0x43fffffff]
[ 0.346621] pci 0000:06:00.0: vgaarb: setting as boot VGA device
[ 0.346621] pci 0000:06:00.0: vgaarb: bridge control possible
[ 0.346621] pci 0000:06:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[ 0.346621] vgaarb: loaded
[ 0.346621] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 0.346621] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[ 0.347998] clocksource: Switched to clocksource tsc-early
[ 0.348006] VFS: Disk quotas dquot_6.6.0
[ 0.348006] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.348006] pnp: PnP ACPI init
[ 0.348006] system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved
[ 0.348006] system 00:02: [io 0x02a0-0x02af] has been reserved
[ 0.348006] system 00:02: [io 0x0230-0x023f] has been reserved
[ 0.348006] system 00:02: [io 0x0290-0x029f] has been reserved
[ 0.348006] system 00:03: [io 0x04d0-0x04d1] has been reserved
[ 0.348006] system 00:03: [io 0x040b] has been reserved
[ 0.348006] system 00:03: [io 0x04d6] has been reserved
[ 0.348006] system 00:03: [io 0x0c00-0x0c01] has been reserved
[ 0.348006] system 00:03: [io 0x0c14] has been reserved
[ 0.348006] system 00:03: [io 0x0c50-0x0c51] has been reserved
[ 0.348006] system 00:03: [io 0x0c52] has been reserved
[ 0.348006] system 00:03: [io 0x0c6c] has been reserved
[ 0.348006] system 00:03: [io 0x0c6f] has been reserved
[ 0.348006] system 00:03: [io 0x0cd8-0x0cdf] has been reserved
[ 0.348006] system 00:03: [io 0x0800-0x089f] has been reserved
[ 0.348006] system 00:03: [io 0x0b00-0x0b0f] has been reserved
[ 0.348006] system 00:03: [io 0x0b20-0x0b3f] has been reserved
[ 0.348006] system 00:03: [io 0x0900-0x090f] has been reserved
[ 0.348006] system 00:03: [io 0x0910-0x091f] has been reserved
[ 0.348006] system 00:03: [mem 0xfec00000-0xfec00fff] could not be reserved
[ 0.348006] system 00:03: [mem 0xfec01000-0xfec01fff] could not be reserved
[ 0.348006] system 00:03: [mem 0xfedc0000-0xfedc0fff] has been reserved
[ 0.348006] system 00:03: [mem 0xfee00000-0xfee00fff] has been reserved
[ 0.348006] system 00:03: [mem 0xfed80000-0xfed8ffff] could not be reserved
[ 0.348006] system 00:03: [mem 0xfec10000-0xfec10fff] has been reserved
[ 0.348006] system 00:03: [mem 0xff000000-0xffffffff] has been reserved
[ 0.349328] pnp: PnP ACPI: found 4 devices
[ 0.355136] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.355204] NET: Registered PF_INET protocol family
[ 0.355469] IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.358369] tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
[ 0.358409] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.358530] TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.358841] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 0.358992] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.359096] MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
[ 0.359149] UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
[ 0.359193] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
[ 0.359264] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.359272] NET: Registered PF_XDP protocol family
[ 0.359293] pci 0000:02:00.0: PCI bridge to [bus 03]
[ 0.359297] pci 0000:02:00.0: bridge window [io 0xd000-0xdfff]
[ 0.359302] pci 0000:02:00.0: bridge window [mem 0xfcb00000-0xfcbfffff]
[ 0.359309] pci 0000:02:01.0: PCI bridge to [bus 04]
[ 0.359311] pci 0000:02:01.0: bridge window [io 0xc000-0xcfff]
[ 0.359315] pci 0000:02:01.0: bridge window [mem 0xfca00000-0xfcafffff]
[ 0.359322] pci 0000:02:04.0: PCI bridge to [bus 05]
[ 0.359331] pci 0000:01:00.2: PCI bridge to [bus 02-05]
[ 0.359333] pci 0000:01:00.2: bridge window [io 0xc000-0xdfff]
[ 0.359337] pci 0000:01:00.2: bridge window [mem 0xfca00000-0xfcbfffff]
[ 0.359343] pci 0000:00:01.3: PCI bridge to [bus 01-05]
[ 0.359344] pci 0000:00:01.3: bridge window [io 0xc000-0xdfff]
[ 0.359347] pci 0000:00:01.3: bridge window [mem 0xfca00000-0xfccfffff]
[ 0.359351] pci 0000:00:03.1: PCI bridge to [bus 06]
[ 0.359353] pci 0000:00:03.1: bridge window [io 0xe000-0xefff]
[ 0.359355] pci 0000:00:03.1: bridge window [mem 0xfcf00000-0xfcffffff]
[ 0.359357] pci 0000:00:03.1: bridge window [mem 0xd0000000-0xe01fffff 64bit pref]
[ 0.359360] pci 0000:00:03.3: PCI bridge to [bus 07]
[ 0.359363] pci 0000:00:03.3: bridge window [mem 0xfce00000-0xfcefffff]
[ 0.359367] pci 0000:00:07.1: PCI bridge to [bus 08]
[ 0.359370] pci 0000:00:07.1: bridge window [mem 0xfc700000-0xfc9fffff]
[ 0.359375] pci 0000:00:08.1: PCI bridge to [bus 09]
[ 0.359377] pci 0000:00:08.1: bridge window [mem 0xfcd00000-0xfcdfffff]
[ 0.359383] pci_bus 0000:00: resource 4 [io 0x0000-0x03af window]
[ 0.359385] pci_bus 0000:00: resource 5 [io 0x03e0-0x0cf7 window]
[ 0.359387] pci_bus 0000:00: resource 6 [io 0x03b0-0x03df window]
[ 0.359388] pci_bus 0000:00: resource 7 [io 0x0d00-0xefff window]
[ 0.359389] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
[ 0.359390] pci_bus 0000:00: resource 9 [mem 0xc0000000-0xfec2ffff window]
[ 0.359392] pci_bus 0000:00: resource 10 [mem 0xfee00000-0xffffffff window]
[ 0.359393] pci_bus 0000:01: resource 0 [io 0xc000-0xdfff]
[ 0.359394] pci_bus 0000:01: resource 1 [mem 0xfca00000-0xfccfffff]
[ 0.359396] pci_bus 0000:02: resource 0 [io 0xc000-0xdfff]
[ 0.359397] pci_bus 0000:02: resource 1 [mem 0xfca00000-0xfcbfffff]
[ 0.359398] pci_bus 0000:03: resource 0 [io 0xd000-0xdfff]
[ 0.359399] pci_bus 0000:03: resource 1 [mem 0xfcb00000-0xfcbfffff]
[ 0.359401] pci_bus 0000:04: resource 0 [io 0xc000-0xcfff]
[ 0.359402] pci_bus 0000:04: resource 1 [mem 0xfca00000-0xfcafffff]
[ 0.359403] pci_bus 0000:06: resource 0 [io 0xe000-0xefff]
[ 0.359404] pci_bus 0000:06: resource 1 [mem 0xfcf00000-0xfcffffff]
[ 0.359405] pci_bus 0000:06: resource 2 [mem 0xd0000000-0xe01fffff 64bit pref]
[ 0.359406] pci_bus 0000:07: resource 1 [mem 0xfce00000-0xfcefffff]
[ 0.359408] pci_bus 0000:08: resource 1 [mem 0xfc700000-0xfc9fffff]
[ 0.359409] pci_bus 0000:09: resource 1 [mem 0xfcd00000-0xfcdfffff]
[ 0.359686] pci 0000:06:00.1: D0 power state depends on 0000:06:00.0
[ 0.359839] PCI: CLS 64 bytes, default 64
[ 0.359850] pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
[ 0.359887] pci 0000:00:01.0: Adding to iommu group 0
[ 0.359898] pci 0000:00:01.3: Adding to iommu group 1
[ 0.359908] Trying to unpack rootfs image as initramfs...
[ 0.359912] pci 0000:00:02.0: Adding to iommu group 2
[ 0.359928] pci 0000:00:03.0: Adding to iommu group 3
[ 0.359938] pci 0000:00:03.1: Adding to iommu group 4
[ 0.359949] pci 0000:00:03.3: Adding to iommu group 5
[ 0.359966] pci 0000:00:04.0: Adding to iommu group 6
[ 0.359981] pci 0000:00:07.0: Adding to iommu group 7
[ 0.359991] pci 0000:00:07.1: Adding to iommu group 8
[ 0.360005] pci 0000:00:08.0: Adding to iommu group 9
[ 0.360016] pci 0000:00:08.1: Adding to iommu group 10
[ 0.360036] pci 0000:00:14.0: Adding to iommu group 11
[ 0.360046] pci 0000:00:14.3: Adding to iommu group 11
[ 0.360091] pci 0000:00:18.0: Adding to iommu group 12
[ 0.360101] pci 0000:00:18.1: Adding to iommu group 12
[ 0.360111] pci 0000:00:18.2: Adding to iommu group 12
[ 0.360122] pci 0000:00:18.3: Adding to iommu group 12
[ 0.360133] pci 0000:00:18.4: Adding to iommu group 12
[ 0.360143] pci 0000:00:18.5: Adding to iommu group 12
[ 0.360153] pci 0000:00:18.6: Adding to iommu group 12
[ 0.360164] pci 0000:00:18.7: Adding to iommu group 12
[ 0.360188] pci 0000:01:00.0: Adding to iommu group 13
[ 0.360199] pci 0000:01:00.1: Adding to iommu group 13
[ 0.360213] pci 0000:01:00.2: Adding to iommu group 13
[ 0.360219] pci 0000:02:00.0: Adding to iommu group 13
[ 0.360223] pci 0000:02:01.0: Adding to iommu group 13
[ 0.360229] pci 0000:02:04.0: Adding to iommu group 13
[ 0.360234] pci 0000:03:00.0: Adding to iommu group 13
[ 0.360239] pci 0000:04:00.0: Adding to iommu group 13
[ 0.360266] pci 0000:06:00.0: Adding to iommu group 14
[ 0.360279] pci 0000:06:00.1: Adding to iommu group 14
[ 0.360289] pci 0000:07:00.0: Adding to iommu group 15
[ 0.360301] pci 0000:08:00.0: Adding to iommu group 16
[ 0.360312] pci 0000:08:00.2: Adding to iommu group 17
[ 0.360323] pci 0000:08:00.3: Adding to iommu group 18
[ 0.360334] pci 0000:09:00.0: Adding to iommu group 19
[ 0.360345] pci 0000:09:00.2: Adding to iommu group 20
[ 0.360356] pci 0000:09:00.3: Adding to iommu group 21
[ 0.363825] pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
[ 0.363830] AMD-Vi: Extended features (0xf77ef22294ada, 0x0): PPR NX GT IA GA PC GA_vAPIC
[ 0.363835] AMD-Vi: Interrupt remapping enabled
[ 0.363843] AMD-Vi: Virtual APIC enabled
[ 0.363957] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.363960] software IO TLB: mapped [mem 0x00000000ae210000-0x00000000b2210000] (64MB)
[ 0.364018] perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
[ 0.365319] Initialise system trusted keyrings
[ 0.365330] Key type blacklist registered
[ 0.365359] workingset: timestamp_bits=41 max_order=22 bucket_order=0
[ 0.365377] zbud: loaded
[ 0.365548] integrity: Platform Keyring initialized
[ 0.365552] integrity: Machine keyring initialized
[ 0.374491] Key type asymmetric registered
[ 0.374492] Asymmetric key parser 'x509' registered
[ 0.374514] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
[ 0.374575] io scheduler mq-deadline registered
[ 0.374576] io scheduler kyber registered
[ 0.374590] io scheduler bfq registered
[ 0.375845] pcieport 0000:00:01.3: AER: enabled with IRQ 26
[ 0.376068] pcieport 0000:00:03.1: AER: enabled with IRQ 27
[ 0.376277] pcieport 0000:00:03.3: AER: enabled with IRQ 28
[ 0.376500] pcieport 0000:00:07.1: AER: enabled with IRQ 29
[ 0.376812] pcieport 0000:00:08.1: AER: enabled with IRQ 31
[ 0.377353] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 0.377487] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[ 0.377507] ACPI: button: Power Button [PWRB]
[ 0.377534] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[ 0.378912] ACPI: button: Power Button [PWRF]
[ 0.378975] [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
[ 0.378983] ACPI: \_PR_.C000: Found 2 idle states
[ 0.379132] [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
[ 0.379138] ACPI: \_PR_.C002: Found 2 idle states
[ 0.379207] [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
[ 0.379212] ACPI: \_PR_.C004: Found 2 idle states
[ 0.379314] [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
[ 0.379321] ACPI: \_PR_.C006: Found 2 idle states
[ 0.379388] [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
[ 0.379396] ACPI: \_PR_.C008: Found 2 idle states
[ 0.379484] [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
[ 0.379492] ACPI: \_PR_.C00A: Found 2 idle states
[ 0.379555] [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
[ 0.379562] ACPI: \_PR_.C001: Found 2 idle states
[ 0.379621] [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
[ 0.379626] ACPI: \_PR_.C003: Found 2 idle states
[ 0.379683] [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
[ 0.379689] ACPI: \_PR_.C005: Found 2 idle states
[ 0.379779] [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
[ 0.379787] ACPI: \_PR_.C007: Found 2 idle states
[ 0.379882] [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
[ 0.379889] ACPI: \_PR_.C009: Found 2 idle states
[ 0.379978] [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
[ 0.379987] ACPI: \_PR_.C00B: Found 2 idle states
[ 0.380332] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 0.380545] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 0.381828] Non-volatile memory driver v1.3
[ 0.381830] Linux agpgart interface v0.103
[ 0.472907] Freeing initrd memory: 34044K
[ 0.476840] tpm tpm0: AMD fTPM version 0x3000700000003 causes system stutter; hwrng disabled
[ 0.477020] AMD-Vi: AMD IOMMUv2 loaded and initialized
[ 0.477064] ACPI: bus type drm_connector registered
[ 0.477798] ahci 0000:01:00.1: version 3.0
[ 0.477932] ahci 0000:01:00.1: SSS flag set, parallel bus scan disabled
[ 0.477968] ahci 0000:01:00.1: AHCI 0001.0301 32 slots 8 ports 6 Gbps 0x33 impl SATA mode
[ 0.477971] ahci 0000:01:00.1: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part sxs deso sadm sds apst
[ 0.478432] scsi host0: ahci
[ 0.478540] scsi host1: ahci
[ 0.478626] scsi host2: ahci
[ 0.478713] scsi host3: ahci
[ 0.478799] scsi host4: ahci
[ 0.478875] scsi host5: ahci
[ 0.478953] scsi host6: ahci
[ 0.479029] scsi host7: ahci
[ 0.479054] ata1: SATA max UDMA/133 abar m131072@0xfcc80000 port 0xfcc80100 irq 37
[ 0.479057] ata2: SATA max UDMA/133 abar m131072@0xfcc80000 port 0xfcc80180 irq 37
[ 0.479058] ata3: DUMMY
[ 0.479059] ata4: DUMMY
[ 0.479060] ata5: SATA max UDMA/133 abar m131072@0xfcc80000 port 0xfcc80300 irq 37
[ 0.479062] ata6: SATA max UDMA/133 abar m131072@0xfcc80000 port 0xfcc80380 irq 37
[ 0.479063] ata7: DUMMY
[ 0.479063] ata8: DUMMY
[ 0.479316] ahci 0000:09:00.2: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x8 impl SATA mode
[ 0.479319] ahci 0000:09:00.2: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part
[ 0.479533] scsi host8: ahci
[ 0.479609] scsi host9: ahci
[ 0.479686] scsi host10: ahci
[ 0.479756] scsi host11: ahci
[ 0.479784] ata9: DUMMY
[ 0.479785] ata10: DUMMY
[ 0.479786] ata11: DUMMY
[ 0.479787] ata12: SATA max UDMA/133 abar m4096@0xfcd08000 port 0xfcd08280 irq 42
[ 0.479859] usbcore: registered new interface driver usbserial_generic
[ 0.479863] usbserial: USB Serial support registered for generic
[ 0.479923] rtc_cmos 00:01: RTC can wake from S4
[ 0.480298] rtc_cmos 00:01: registered as rtc0
[ 0.480360] rtc_cmos 00:01: setting system clock to 2023-08-03T13:59:11 UTC (1691071151)
[ 0.480394] rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[ 0.480422] amd_pstate: driver load is disabled, boot with specific mode to enable this
[ 0.480552] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.480680] efifb: probing for efifb
[ 0.480693] efifb: showing boot graphics
[ 0.482320] efifb: framebuffer at 0xd0000000, using 8100k, total 8100k
[ 0.482322] efifb: mode is 1920x1080x32, linelength=7680, pages=1
[ 0.482323] efifb: scrolling: redraw
[ 0.482324] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 0.482375] fbcon: Deferring console take-over
[ 0.482376] fb0: EFI VGA frame buffer device
[ 0.482396] hid: raw HID events driver (C) Jiri Kosina
[ 0.482479] drop_monitor: Initializing network drop monitor service
[ 0.494057] Initializing XFRM netlink socket
[ 0.494096] NET: Registered PF_INET6 protocol family
[ 0.498593] Segment Routing with IPv6
[ 0.498595] RPL Segment Routing with IPv6
[ 0.498604] In-situ OAM (IOAM) with IPv6
[ 0.498630] NET: Registered PF_PACKET protocol family
[ 0.499345] microcode: CPU0: patch_level=0x08001138
[ 0.499347] microcode: CPU2: patch_level=0x08001138
[ 0.499348] microcode: CPU3: patch_level=0x08001138
[ 0.499349] microcode: CPU4: patch_level=0x08001138
[ 0.499350] microcode: CPU5: patch_level=0x08001138
[ 0.499351] microcode: CPU6: patch_level=0x08001138
[ 0.499351] microcode: CPU8: patch_level=0x08001138
[ 0.499353] microcode: CPU9: patch_level=0x08001138
[ 0.499353] microcode: CPU7: patch_level=0x08001138
[ 0.499355] microcode: CPU1: patch_level=0x08001138
[ 0.499356] microcode: CPU11: patch_level=0x08001138
[ 0.499356] microcode: CPU10: patch_level=0x08001138
[ 0.499381] microcode: Microcode Update Driver: v2.2.
[ 0.499386] IPI shorthand broadcast: enabled
[ 0.500717] sched_clock: Marking stable (499419636, 448942)->(640161612, -140293034)
[ 0.500840] registered taskstats version 1
[ 0.501186] Loading compiled-in X.509 certificates
[ 0.503991] Loaded X.509 cert 'Build time autogenerated kernel key: 1e155a02a892abaa90dacd19ce026a0ea209558d'
[ 0.507046] zswap: loaded using pool zstd/zsmalloc
[ 0.508518] Key type .fscrypt registered
[ 0.508521] Key type fscrypt-provisioning registered
[ 0.508676] integrity: Loading X.509 certificate: UEFI:db
[ 0.508880] integrity: Loaded X.509 cert 'ASUSTeK MotherBoard SW Key Certificate: da83b990422ebc8c441f8d8b039a65a2'
[ 0.508882] integrity: Loading X.509 certificate: UEFI:db
[ 0.509021] integrity: Loaded X.509 cert 'ASUSTeK Notebook SW Key Certificate: b8e581e4df77a5bb4282d5ccfc00c071'
[ 0.509021] integrity: Loading X.509 certificate: UEFI:db
[ 0.509038] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[ 0.509039] integrity: Loading X.509 certificate: UEFI:db
[ 0.509053] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[ 0.509054] integrity: Loading X.509 certificate: UEFI:db
[ 0.509196] integrity: Loaded X.509 cert 'Canonical Ltd. Master Certificate Authority: ad91990bc22ab1f517048c23b6655a268e345a63'
[ 0.510182] PM: Magic number: 3:59:988
[ 0.510190] machinecheck machinecheck1: hash matches
[ 0.613405] RAS: Correctable Errors collector initialized.
[ 0.613483] clk: Disabling unused clocks
[ 0.796056] ata1: SATA link down (SStatus 0 SControl 330)
[ 0.959175] ata12: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 0.959908] ata12.00: ATA-11: WDC WDS100T2B0B-00YS70, 401020WD, max UDMA/133
[ 0.960353] ata12.00: 1953525168 sectors, multi 1: LBA48 NCQ (depth 32), AA
[ 0.961852] ata12.00: Features: Dev-Sleep
[ 0.965024] ata12.00: configured for UDMA/133
[ 1.112214] ata2: SATA link down (SStatus 0 SControl 330)
[ 1.380482] tsc: Refined TSC clocksource calibration: 3194.000 MHz
[ 1.380495] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2e0a25d85ab, max_idle_ns: 440795234405 ns
[ 1.380693] clocksource: Switched to clocksource tsc
[ 1.427572] ata5: SATA link down (SStatus 0 SControl 330)
[ 1.738218] ata6: SATA link down (SStatus 0 SControl 330)
[ 1.738563] scsi 11:0:0:0: Direct-Access ATA WDC WDS100T2B0B 20WD PQ: 0 ANSI: 5
[ 1.738797] sd 11:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[ 1.738806] sd 11:0:0:0: [sda] Write Protect is off
[ 1.738808] sd 11:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.738819] sd 11:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.738830] sd 11:0:0:0: [sda] Preferred minimum I/O size 512 bytes
[ 1.746158] sda: sda1 sda2 sda3
[ 1.746417] sd 11:0:0:0: [sda] Attached SCSI disk
[ 1.747753] Freeing unused decrypted memory: 2036K
[ 1.748047] Freeing unused kernel image (initmem) memory: 3344K
[ 1.764166] Write protecting the kernel read-only data: 30720k
[ 1.764620] Freeing unused kernel image (rodata/data gap) memory: 1572K
[ 1.808482] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 1.808486] rodata_test: all tests were successful
[ 1.808491] Run /init as init process
[ 1.808492] with arguments:
[ 1.808493] /init
[ 1.808494] with environment:
[ 1.808494] HOME=/
[ 1.808495] TERM=linux
[ 1.808495] BOOT_IMAGE=/vmlinuz-linux
[ 1.955103] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 1.955539] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
[ 1.976146] nvme nvme0: pci function 0000:07:00.0
[ 1.987361] nvme nvme0: 32/0/0 default/read/poll queues
[ 1.993142] nvme0n1: p1 p2
[ 2.010871] xhci_hcd 0000:01:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000000000000410
[ 2.011069] xhci_hcd 0000:01:00.0: xHCI Host Controller
[ 2.011074] xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
[ 2.011078] xhci_hcd 0000:01:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[ 2.011142] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.04
[ 2.011144] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.011146] usb usb1: Product: xHCI Host Controller
[ 2.011147] usb usb1: Manufacturer: Linux 6.4.7-arch1-2 xhci-hcd
[ 2.011148] usb usb1: SerialNumber: 0000:01:00.0
[ 2.011285] hub 1-0:1.0: USB hub found
[ 2.011298] hub 1-0:1.0: 10 ports detected
[ 2.011379] ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT5._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
[ 2.011435] ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT5._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
[ 2.011491] ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT6._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
[ 2.011542] ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT6._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
[ 2.011597] ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT7._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
[ 2.011648] ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT7._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
[ 2.011702] ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT8._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
[ 2.011758] ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT8._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
[ 2.011821] ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT9._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
[ 2.011873] ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT9._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
[ 2.011925] ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO10._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
[ 2.011976] ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO10._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
[ 2.012028] ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO11._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
[ 2.012079] ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO11._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
[ 2.012130] ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO12._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
[ 2.012180] ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO12._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
[ 2.012232] ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO13._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
[ 2.012283] ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO13._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
[ 2.012335] ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO14._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
[ 2.012385] ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO14._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
[ 2.012532] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 2.012552] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.04
[ 2.012554] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.012556] usb usb2: Product: xHCI Host Controller
[ 2.012557] usb usb2: Manufacturer: Linux 6.4.7-arch1-2 xhci-hcd
[ 2.012558] usb usb2: SerialNumber: 0000:01:00.0
[ 2.012644] hub 2-0:1.0: USB hub found
[ 2.012652] hub 2-0:1.0: 4 ports detected
[ 2.012708] ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT1._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
[ 2.012759] ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT1._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
[ 2.012820] ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT2._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
[ 2.012871] ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT2._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
[ 2.012929] ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT3._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
[ 2.012981] ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT3._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
[ 2.013040] ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT4._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
[ 2.013091] ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT4._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
[ 2.013248] xhci_hcd 0000:08:00.3: xHCI Host Controller
[ 2.013253] xhci_hcd 0000:08:00.3: new USB bus registered, assigned bus number 3
[ 2.013352] xhci_hcd 0000:08:00.3: hcc params 0x0270f665 hci version 0x100 quirks 0x0000000040000410
[ 2.013462] xhci_hcd 0000:08:00.3: xHCI Host Controller
[ 2.013465] xhci_hcd 0000:08:00.3: new USB bus registered, assigned bus number 4
[ 2.013467] xhci_hcd 0000:08:00.3: Host supports USB 3.0 SuperSpeed
[ 2.013503] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.04
[ 2.013505] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.013506] usb usb3: Product: xHCI Host Controller
[ 2.013507] usb usb3: Manufacturer: Linux 6.4.7-arch1-2 xhci-hcd
[ 2.013508] usb usb3: SerialNumber: 0000:08:00.3
[ 2.013600] hub 3-0:1.0: USB hub found
[ 2.013607] hub 3-0:1.0: 4 ports detected
[ 2.013754] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[ 2.013771] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.04
[ 2.013773] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.013774] usb usb4: Product: xHCI Host Controller
[ 2.013775] usb usb4: Manufacturer: Linux 6.4.7-arch1-2 xhci-hcd
[ 2.013776] usb usb4: SerialNumber: 0000:08:00.3
[ 2.013851] hub 4-0:1.0: USB hub found
[ 2.013858] hub 4-0:1.0: 4 ports detected
[ 2.260468] usb 3-3: new high-speed USB device number 2 using xhci_hcd
[ 2.260478] usb 1-1: new low-speed USB device number 2 using xhci_hcd
[ 2.516357] usb 1-1: New USB device found, idVendor=c0f4, idProduct=06f0, bcdDevice= 1.10
[ 2.516361] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.516362] usb 1-1: Product: Usb KeyBoard
[ 2.516364] usb 1-1: Manufacturer: Usb KeyBoard
[ 2.516468] ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT5._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
[ 2.525160] ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT5._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
[ 2.525232] ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT5._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
[ 2.611229] usb 2-3: new SuperSpeed USB device number 2 using xhci_hcd
[ 2.619720] usb 3-3: New USB device found, idVendor=046d, idProduct=0825, bcdDevice= 5.62
[ 2.619723] usb 3-3: New USB device strings: Mfr=0, Product=2, SerialNumber=1
[ 2.619725] usb 3-3: Product: C270 HD WEBCAM
[ 2.619727] usb 3-3: SerialNumber: 157C4260
[ 2.635286] usb 2-3: New USB device found, idVendor=0781, idProduct=5591, bcdDevice= 1.00
[ 2.635290] usb 2-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2.635292] usb 2-3: Product: Ultra USB 3.0
[ 2.635293] usb 2-3: Manufacturer: SanDisk
[ 2.635294] usb 2-3: SerialNumber: 4C530000061113116025
[ 2.635385] ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT3._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
[ 2.645114] ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT3._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
[ 2.753918] usb 1-2: new full-speed USB device number 3 using xhci_hcd
[ 2.760586] usb 3-4: new high-speed USB device number 3 using xhci_hcd
[ 2.902966] usb 3-4: New USB device found, idVendor=054c, idProduct=0ce6, bcdDevice= 1.00
[ 2.902970] usb 3-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.902971] usb 3-4: Product: DualSense Wireless Controller
[ 2.902973] usb 3-4: Manufacturer: Sony Interactive Entertainment
[ 3.074112] usb 1-2: New USB device found, idVendor=046d, idProduct=c08c, bcdDevice=28.01
[ 3.074117] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 3.074118] usb 1-2: Product: G PRO Gaming Mouse
[ 3.074120] usb 1-2: Manufacturer: Logitech
[ 3.074121] usb 1-2: SerialNumber: 0F8F396C3438
[ 3.074206] ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT6._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
[ 3.087182] ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT6._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
[ 3.087260] ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT6._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
[ 3.210468] usb 1-6: new full-speed USB device number 4 using xhci_hcd
[ 3.530433] usb 1-6: New USB device found, idVendor=0b05, idProduct=1872, bcdDevice= 2.00
[ 3.530437] usb 1-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 3.530438] usb 1-6: Product: AURA LED Controller
[ 3.530440] usb 1-6: Manufacturer: AsusTek Computer Inc.
[ 3.530441] usb 1-6: SerialNumber: 00000000001A
[ 3.530526] ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO10._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
[ 3.541224] ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO10._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
[ 3.663800] usb 1-8: new full-speed USB device number 5 using xhci_hcd
[ 3.905509] usb 1-8: New USB device found, idVendor=0b05, idProduct=185c, bcdDevice= 1.10
[ 3.905513] usb 1-8: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 3.905515] usb 1-8: Product: Bluetooth Radio
[ 3.905516] usb 1-8: Manufacturer: Realtek
[ 3.905517] usb 1-8: SerialNumber: 00e04c000001
[ 3.905594] ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO12._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
[ 3.922286] ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO12._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
[ 3.925307] ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO12._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
[ 4.236708] usb-storage 2-3:1.0: USB Mass Storage device detected
[ 4.236835] scsi host12: usb-storage 2-3:1.0
[ 4.236925] usbcore: registered new interface driver usb-storage
[ 4.240495] usbcore: registered new interface driver uas
[ 4.246533] input: Usb KeyBoard Usb KeyBoard as /devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-1/1-1:1.0/0003:C0F4:06F0.0001/input/input2
[ 4.300667] hid-generic 0003:C0F4:06F0.0001: input,hidraw0: USB HID v1.10 Keyboard [Usb KeyBoard Usb KeyBoard] on usb-0000:01:00.0-1/input0
[ 4.310515] input: Usb KeyBoard Usb KeyBoard Consumer Control as /devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-1/1-1:1.1/0003:C0F4:06F0.0002/input/input3
[ 4.367350] input: Usb KeyBoard Usb KeyBoard System Control as /devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-1/1-1:1.1/0003:C0F4:06F0.0002/input/input4
[ 4.367398] hid-generic 0003:C0F4:06F0.0002: input,hidraw1: USB HID v1.10 Device [Usb KeyBoard Usb KeyBoard] on usb-0000:01:00.0-1/input1
[ 4.368927] input: Sony Interactive Entertainment DualSense Wireless Controller as /devices/pci0000:00/0000:00:07.1/0000:08:00.3/usb3/3-4/3-4:1.3/0003:054C:0CE6.0003/input/input5
[ 4.368999] hid-generic 0003:054C:0CE6.0003: input,hidraw2: USB HID v1.11 Gamepad [Sony Interactive Entertainment DualSense Wireless Controller] on usb-0000:08:00.3-4/input3
[ 4.376420] input: Logitech G PRO Gaming Mouse as /devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-2/1-2:1.0/0003:046D:C08C.0004/input/input6
[ 4.376503] hid-generic 0003:046D:C08C.0004: input,hidraw3: USB HID v1.11 Mouse [Logitech G PRO Gaming Mouse] on usb-0000:01:00.0-2/input0
[ 4.386594] input: Logitech G PRO Gaming Mouse Keyboard as /devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-2/1-2:1.1/0003:046D:C08C.0005/input/input7
[ 4.440675] hid-generic 0003:046D:C08C.0005: input,hiddev96,hidraw4: USB HID v1.11 Keyboard [Logitech G PRO Gaming Mouse] on usb-0000:01:00.0-2/input1
[ 4.447591] hid-generic 0003:0B05:1872.0006: hiddev97,hidraw5: USB HID v1.11 Device [AsusTek Computer Inc. AURA LED Controller] on usb-0000:01:00.0-6/input0
[ 4.447619] usbcore: registered new interface driver usbhid
[ 4.447621] usbhid: USB HID core driver
[ 5.248224] scsi 12:0:0:0: Direct-Access SanDisk Ultra USB 3.0 1.00 PQ: 0 ANSI: 6
[ 5.248543] sd 12:0:0:0: [sdb] 30031872 512-byte logical blocks: (15.4 GB/14.3 GiB)
[ 5.249714] sd 12:0:0:0: [sdb] Write Protect is off
[ 5.249717] sd 12:0:0:0: [sdb] Mode Sense: 43 00 00 00
[ 5.250964] sd 12:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 5.264838] sdb: sdb1
[ 5.264910] sd 12:0:0:0: [sdb] Attached SCSI removable disk
[ 6.467584] playstation 0003:054C:0CE6.0003: hidraw2: USB HID v1.11 Gamepad [Sony Interactive Entertainment DualSense Wireless Controller] on usb-0000:08:00.3-4/input3
[ 6.525145] input: Sony Interactive Entertainment DualSense Wireless Controller as /devices/pci0000:00/0000:00:07.1/0000:08:00.3/usb3/3-4/3-4:1.3/0003:054C:0CE6.0003/input/input10
[ 6.525337] input: Sony Interactive Entertainment DualSense Wireless Controller Motion Sensors as /devices/pci0000:00/0000:00:07.1/0000:08:00.3/usb3/3-4/3-4:1.3/0003:054C:0CE6.0003/input/input11
[ 6.525377] input: Sony Interactive Entertainment DualSense Wireless Controller Touchpad as /devices/pci0000:00/0000:00:07.1/0000:08:00.3/usb3/3-4/3-4:1.3/0003:054C:0CE6.0003/input/input12
[ 6.525667] playstation 0003:054C:0CE6.0003: Registered DualSense controller hw_version=0x00000414 fw_version=0x01070008
[ 6.548153] fbcon: Taking over console
[ 6.548213] Console: switching to colour frame buffer device 240x67
[ 8.088751] EXT4-fs (sda3): mounted filesystem 34724c46-2d8c-4c4c-8846-d599153eee7c r/w with ordered data mode. Quota mode: none.
[ 8.189610] systemd[1]: systemd 254-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
[ 8.189617] systemd[1]: Detected architecture x86-64.
[ 8.190532] systemd[1]: Hostname set to <mason>.
[ 8.313328] systemd[1]: bpf-lsm: LSM BPF program attached
[ 8.430316] systemd[1]: Queued start job for default target Graphical Interface.
[ 8.468261] systemd[1]: Created slice Slice /system/getty.
[ 8.468534] systemd[1]: Created slice Slice /system/modprobe.
[ 8.468719] systemd[1]: Created slice User and Session Slice.
[ 8.468773] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 8.468811] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 8.468953] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 8.468988] systemd[1]: Reached target Local Encrypted Volumes.
[ 8.469007] systemd[1]: Reached target Local Integrity Protected Volumes.
[ 8.469025] systemd[1]: Reached target Path Units.
[ 8.469039] systemd[1]: Reached target Remote File Systems.
[ 8.469047] systemd[1]: Reached target Slice Units.
[ 8.469076] systemd[1]: Reached target Local Verity Protected Volumes.
[ 8.469137] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ 8.470278] systemd[1]: Listening on Process Core Dump Socket.
[ 8.470375] systemd[1]: Listening on Journal Socket (/dev/log).
[ 8.470480] systemd[1]: Listening on Journal Socket.
[ 8.470720] systemd[1]: Listening on udev Control Socket.
[ 8.470800] systemd[1]: Listening on udev Kernel Socket.
[ 8.471554] systemd[1]: Mounting Huge Pages File System...
[ 8.472279] systemd[1]: Mounting POSIX Message Queue File System...
[ 8.472948] systemd[1]: Mounting Kernel Debug File System...
[ 8.473633] systemd[1]: Mounting Kernel Trace File System...
[ 8.474437] systemd[1]: Starting Create List of Static Device Nodes...
[ 8.475175] systemd[1]: Starting Load Kernel Module configfs...
[ 8.475904] systemd[1]: Starting Load Kernel Module dm_mod...
[ 8.476725] systemd[1]: Starting Load Kernel Module drm...
[ 8.477452] systemd[1]: Starting Load Kernel Module fuse...
[ 8.478161] systemd[1]: Starting Load Kernel Module loop...
[ 8.478210] systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
[ 8.479442] systemd[1]: Starting Journal Service...
[ 8.480799] systemd[1]: Starting Load Kernel Modules...
[ 8.480825] 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).
[ 8.481563] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 8.482322] systemd[1]: Starting Coldplug All udev Devices...
[ 8.483552] systemd[1]: Mounted Huge Pages File System.
[ 8.483632] systemd[1]: Mounted POSIX Message Queue File System.
[ 8.483701] systemd[1]: Mounted Kernel Debug File System.
[ 8.483765] systemd[1]: Mounted Kernel Trace File System.
[ 8.484665] loop: module loaded
[ 8.487535] EXT4-fs (sda3): re-mounted 34724c46-2d8c-4c4c-8846-d599153eee7c r/w. Quota mode: none.
[ 8.489200] systemd-journald[342]: Collecting audit messages is disabled.
[ 8.492803] device-mapper: uevent: version 1.0.3
[ 8.492905] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
[ 8.492930] fuse: init (API version 7.38)
[ 8.520694] systemd[1]: Finished Create List of Static Device Nodes.
[ 8.521716] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[ 8.550797] systemd[1]: Finished Load Kernel Module configfs.
[ 8.550948] systemd[1]: Started Journal Service.
[ 8.749534] systemd-journald[342]: Received client request to flush runtime journal.
[ 8.750949] systemd-journald[342]: File /var/log/journal/f790bdcf785a4979bf6af95ebc6d10eb/system.journal corrupted or uncleanly shut down, renaming and replacing.
[ 8.981890] mousedev: PS/2 mouse device common for all mice
[ 9.074984] FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 9.075800] Adding 8388604k swap on /dev/sda2. Priority:-2 extents:1 across:8388604k SSFS
[ 9.077890] dca service started, version 1.12.1
[ 9.078810] input: PC Speaker as /devices/platform/pcspkr/input/input13
[ 9.078948] RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
[ 9.079025] acpi_cpufreq: overriding BIOS provided _PSD data
[ 9.079034] RAPL PMU: hw unit of domain package 2^-16 Joules
[ 9.079956] mc: Linux media interface: v0.10
[ 9.080672] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[ 9.080679] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[ 9.080777] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[ 9.083931] ccp 0000:08:00.2: enabling device (0000 -> 0002)
[ 9.104635] ccp 0000:08:00.2: ccp enabled
[ 9.104666] ccp 0000:08:00.2: psp enabled
[ 9.111062] cryptd: max_cpu_qlen set to 1000
[ 9.166490] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
[ 9.166631] sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
[ 9.166747] sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
[ 9.167492] igb: Intel(R) Gigabit Ethernet Network Driver
[ 9.167497] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 9.167841] Bluetooth: Core ver 2.22
[ 9.167866] NET: Registered PF_BLUETOOTH protocol family
[ 9.167868] Bluetooth: HCI device and connection manager initialized
[ 9.167872] Bluetooth: HCI socket layer initialized
[ 9.167875] Bluetooth: L2CAP socket layer initialized
[ 9.167880] Bluetooth: SCO socket layer initialized
[ 9.168471] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 9.168706] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 9.169762] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[ 9.169767] cfg80211: failed to load regulatory.db
[ 9.177537] AVX2 version of gcm_enc/dec engaged.
[ 9.177582] AES CTR mode by8 optimization enabled
[ 9.203452] asus_wmi: ASUS WMI generic driver loaded
[ 9.203519] videodev: Linux video capture interface: v2.00
[ 9.210874] asus_wmi: Initialization: 0x0
[ 9.210922] asus_wmi: BIOS WMI version: 0.9
[ 9.211008] asus_wmi: SFUN value: 0x0
[ 9.211011] eeepc-wmi eeepc-wmi: Detected ASUSWMI, use DCTS
[ 9.212192] input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input14
[ 9.238055] pps pps0: new PPS source ptp0
[ 9.238097] igb 0000:03:00.0: added PHC on eth0
[ 9.238100] igb 0000:03:00.0: Intel(R) Gigabit Ethernet Network Connection
[ 9.238102] igb 0000:03:00.0: eth0: (PCIe:2.5Gb/s:Width x1) 24:4b:fe:58:87:86
[ 9.238105] igb 0000:03:00.0: eth0: PBA No: FFFFFF-0FF
[ 9.238106] igb 0000:03:00.0: Using MSI-X interrupts. 2 rx queue(s), 2 tx queue(s)
[ 9.255511] igb 0000:03:00.0 enp3s0: renamed from eth0
[ 11.625008] usbcore: registered new interface driver btusb
[ 11.630160] Bluetooth: hci0: RTL: examining hci_ver=07 hci_rev=000b lmp_ver=07 lmp_subver=8822
[ 11.633153] Bluetooth: hci0: RTL: rom_version status=0 version=2
[ 11.633158] Bluetooth: hci0: RTL: loading rtl_bt/rtl8822b_fw.bin
[ 11.634943] Bluetooth: hci0: RTL: loading rtl_bt/rtl8822b_config.bin
[ 11.635150] Bluetooth: hci0: RTL: cfg_sz 14, total sz 20270
[ 11.646484] kvm_amd: TSC scaling supported
[ 11.646488] kvm_amd: Nested Virtualization enabled
[ 11.646490] kvm_amd: Nested Paging enabled
[ 11.646492] kvm_amd: SEV supported: 16 ASIDs
[ 11.646513] kvm_amd: Virtual VMLOAD VMSAVE supported
[ 11.646514] kvm_amd: Virtual GIF supported
[ 11.646514] kvm_amd: LBR virtualization supported
[ 11.649881] snd_hda_intel 0000:06:00.1: enabling device (0000 -> 0002)
[ 11.650093] snd_hda_intel 0000:06:00.1: Force to non-snoop mode
[ 11.650466] snd_hda_intel 0000:09:00.3: enabling device (0000 -> 0002)
[ 11.698091] MCE: In-kernel MCE decoding enabled.
[ 11.703485] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.1/0000:06:00.1/sound/card1/input15
[ 11.703544] input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.1/0000:06:00.1/sound/card1/input16
[ 11.703612] input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.1/0000:06:00.1/sound/card1/input17
[ 11.703657] input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.1/0000:06:00.1/sound/card1/input18
[ 11.703712] input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:03.1/0000:06:00.1/sound/card1/input19
[ 11.703838] input: HDA ATI HDMI HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:03.1/0000:06:00.1/sound/card1/input20
[ 11.707100] snd_hda_codec_realtek hdaudioC2D0: autoconfig for ALC1220: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
[ 11.707105] snd_hda_codec_realtek hdaudioC2D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 11.707108] snd_hda_codec_realtek hdaudioC2D0: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[ 11.707110] snd_hda_codec_realtek hdaudioC2D0: mono: mono_out=0x0
[ 11.707112] snd_hda_codec_realtek hdaudioC2D0: inputs:
[ 11.707122] snd_hda_codec_realtek hdaudioC2D0: Front Mic=0x19
[ 11.707124] snd_hda_codec_realtek hdaudioC2D0: Rear Mic=0x18
[ 11.707126] snd_hda_codec_realtek hdaudioC2D0: Line=0x1a
[ 11.720261] input: HD-Audio Generic Front Mic as /devices/pci0000:00/0000:00:08.1/0000:09:00.3/sound/card2/input21
[ 11.720414] input: HD-Audio Generic Rear Mic as /devices/pci0000:00/0000:00:08.1/0000:09:00.3/sound/card2/input22
[ 11.720491] input: HD-Audio Generic Line as /devices/pci0000:00/0000:00:08.1/0000:09:00.3/sound/card2/input23
[ 11.720540] input: HD-Audio Generic Line Out as /devices/pci0000:00/0000:00:08.1/0000:09:00.3/sound/card2/input24
[ 11.720598] input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:08.1/0000:09:00.3/sound/card2/input25
[ 11.723529] intel_rapl_common: Found RAPL domain package
[ 11.723533] intel_rapl_common: Found RAPL domain core
[ 11.725012] rtw_8822be 0000:04:00.0: enabling device (0000 -> 0003)
[ 11.727600] rtw_8822be 0000:04:00.0: Firmware version 27.2.0, H2C version 13
[ 11.751923] rtw_8822be 0000:04:00.0 wlp4s0: renamed from wlan0
[ 11.802940] usb 3-3: set resolution quirk: cval->res = 384
[ 11.803162] usb 3-3: Found UVC 1.00 device C270 HD WEBCAM (046d:0825)
[ 11.849433] usbcore: registered new interface driver uvcvideo
[ 11.857855] usbcore: registered new interface driver snd-usb-audio
[ 12.781436] Bluetooth: hci0: RTL: fw version 0xab6b705c
[ 17.181368] igb 0000:03:00.0 enp3s0: igb: enp3s0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX
[ 17.287692] IPv6: ADDRCONF(NETDEV_CHANGE): enp3s0: link becomes ready
[ 20.335228] wlp4s0: authenticate with 80:e5:40:ef:66:c4
[ 20.887498] wlp4s0: send auth to 80:e5:40:ef:66:c4 (try 1/3)
[ 20.887970] wlp4s0: authenticated
[ 20.890593] wlp4s0: associate with 80:e5:40:ef:66:c4 (try 1/3)
[ 20.891498] wlp4s0: RX AssocResp from 80:e5:40:ef:66:c4 (capab=0x1011 status=0 aid=3)
[ 20.891912] wlp4s0: associated
[ 20.986708] wlp4s0: Limiting TX power to 30 (30 - 0) dBm as advertised by 80:e5:40:ef:66:c4
[ 21.490783] IPv6: ADDRCONF(NETDEV_CHANGE): wlp4s0: link becomes ready
[ 27.298830] systemd-journald[342]: /var/log/journal/f790bdcf785a4979bf6af95ebc6d10eb/user-1000.journal: Boot ID changed since last record, rotating.
[ 29.340787] memfd_create() without MFD_EXEC nor MFD_NOEXEC_SEAL, pid=660 'pactl'
[ 30.046000] usb 3-3: reset high-speed USB device number 2 using xhci_hcd
[ 44.287169] rtw_8822be 0000:04:00.0: timed out to flush queue 2
[ 45.864138] rtw_8822be 0000:04:00.0: timed out to flush queue 2
[ 47.237216] rtw_8822be 0000:04:00.0: timed out to flush queue 2
[ 48.020461] rtw_8822be 0000:04:00.0: timed out to flush queue 2
[ 48.423826] rtw_8822be 0000:04:00.0: timed out to flush queue 2
[ 49.283967] rtw_8822be 0000:04:00.0: timed out to flush queue 2
[ 49.733814] rtw_8822be 0000:04:00.0: timed out to flush queue 2
[ 51.347146] rtw_8822be 0000:04:00.0: timed out to flush queue 1
[ 51.480594] rtw_8822be 0000:04:00.0: timed out to flush queue 1
[ 51.613819] rtw_8822be 0000:04:00.0: timed out to flush queue 2
[ 54.427258] rtw_8822be 0000:04:00.0: timed out to flush queue 2
[ 56.414056] rtw_8822be 0000:04:00.0: timed out to flush queue 2
[ 56.863794] rtw_8822be 0000:04:00.0: timed out to flush queue 2
[ 57.737147] rtw_8822be 0000:04:00.0: timed out to flush queue 2
[ 58.907125] rtw_8822be 0000:04:00.0: timed out to flush queue 2
[ 59.753788] rtw_8822be 0000:04:00.0: timed out to flush queue 2
[ 70.530211] warning: `ThreadPoolForeg' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211
[ 178.665377] rtw_8822be 0000:04:00.0: firmware failed to leave lps state
[ 196.581862] rtw_8822be 0000:04:00.0: firmware failed to leave lps state
[ 222.605024] rtw_8822be 0000:04:00.0: firmware failed to leave lps state
[ 250.764873] rtw_8822be 0000:04:00.0: firmware failed to leave lps state
[ 309.647355] rtw_8822be 0000:04:00.0: firmware failed to leave lps state
[ 339.723648] rtw_8822be 0000:04:00.0: firmware failed to leave lps state
[ 492.179127] rtw_8822be 0000:04:00.0: timed out to flush queue 2
[ 566.711617] rtw_8822be 0000:04:00.0: firmware failed to leave lps state
[ 582.707950] rtw_8822be 0000:04:00.0: firmware failed to leave lps state
[ 1088.731757] rtw_8822be 0000:04:00.0: firmware failed to leave lps state
[ 1467.606391] rtw_8822be 0000:04:00.0: firmware failed to leave lps state
[ 2209.570966] rtw_8822be 0000:04:00.0: firmware failed to leave lps state
[ 2215.541164] rtw_8822be 0000:04:00.0: firmware failed to leave lps state
Last edited by Mencoh (2023-08-06 17:51:18)
Offline
Remove every xf86-video-* package, they only get in the way atm (you're using fbdev w/ nomodeset and no, you're not running steam on that. You're not running quake3 on that)
Then don't reboot w/ the power button, try to switch the VT, if that fails, frenetically press ctrl+alt+del and if that fails as well, see https://wiki.archlinux.org/title/Keyboa … el_(SysRq)
Ideally you'd be able to ssh into the machine.
Then reboot only into the multi-user.target (w/ or w/o nomodeset - you maybe don't need that), see the 2nd link below, and post system journal and xorg log of the previous boot.
You can pipe them into "| curl -F 'file=@-' 0x0.st"
lspci: Unable to load libkmod resources: error -2
Did you try that from a chroot?
Offline
Thanks for replying, Seth. I removed the xf86-video-* packages with pacman -Rn $(pacman -Qqs xf86-video).
Here are the logs from what you requested. Let me know if I misunderstood anything, and I can fix it.
journalctl -b -1
Aug 03 21:27:23 mason kernel: Linux version 6.4.7-arch1-3 (linux@archlinux) (gcc (GCC) 13.2.1 20230801, GNU ld (GNU Binutils) 2.41.0) #1 SMP PREEMPT_DYNAMIC Wed, 02 Aug 2023 09:47:27 +0000
Aug 03 21:27:23 mason kernel: Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=34724c46-2d8c-4c4c-8846-d599153eee7c rw loglevel=3 quiet
Aug 03 21:27:23 mason kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Aug 03 21:27:23 mason kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Aug 03 21:27:23 mason kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Aug 03 21:27:23 mason kernel: x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
Aug 03 21:27:23 mason kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
Aug 03 21:27:23 mason kernel: signal: max sigframe size: 1776
Aug 03 21:27:23 mason kernel: BIOS-provided physical RAM map:
Aug 03 21:27:23 mason kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
Aug 03 21:27:23 mason kernel: BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
Aug 03 21:27:23 mason kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000009c7efff] usable
Aug 03 21:27:23 mason kernel: BIOS-e820: [mem 0x0000000009c7f000-0x0000000009ffffff] reserved
Aug 03 21:27:23 mason kernel: BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
Aug 03 21:27:23 mason kernel: BIOS-e820: [mem 0x000000000a200000-0x000000000a20afff] ACPI NVS
Aug 03 21:27:23 mason kernel: BIOS-e820: [mem 0x000000000a20b000-0x000000000affffff] usable
Aug 03 21:27:23 mason kernel: BIOS-e820: [mem 0x000000000b000000-0x000000000b01ffff] reserved
Aug 03 21:27:23 mason kernel: BIOS-e820: [mem 0x000000000b020000-0x00000000bad57fff] usable
Aug 03 21:27:23 mason kernel: BIOS-e820: [mem 0x00000000bad58000-0x00000000bc48dfff] reserved
Aug 03 21:27:23 mason kernel: BIOS-e820: [mem 0x00000000bc48e000-0x00000000bc5dcfff] ACPI data
Aug 03 21:27:23 mason kernel: BIOS-e820: [mem 0x00000000bc5dd000-0x00000000bcca4fff] ACPI NVS
Aug 03 21:27:23 mason kernel: BIOS-e820: [mem 0x00000000bcca5000-0x00000000bd9fefff] reserved
Aug 03 21:27:23 mason kernel: BIOS-e820: [mem 0x00000000bd9ff000-0x00000000beffffff] usable
Aug 03 21:27:23 mason kernel: BIOS-e820: [mem 0x00000000bf000000-0x00000000bfffffff] reserved
Aug 03 21:27:23 mason kernel: BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
Aug 03 21:27:23 mason kernel: BIOS-e820: [mem 0x00000000fd100000-0x00000000fd1fffff] reserved
Aug 03 21:27:23 mason kernel: BIOS-e820: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved
Aug 03 21:27:23 mason kernel: BIOS-e820: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
Aug 03 21:27:23 mason kernel: BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
Aug 03 21:27:23 mason kernel: BIOS-e820: [mem 0x00000000fec30000-0x00000000fec30fff] reserved
Aug 03 21:27:23 mason kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
Aug 03 21:27:23 mason kernel: BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
Aug 03 21:27:23 mason kernel: BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
Aug 03 21:27:23 mason kernel: BIOS-e820: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
Aug 03 21:27:23 mason kernel: BIOS-e820: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
Aug 03 21:27:23 mason kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Aug 03 21:27:23 mason kernel: BIOS-e820: [mem 0x0000000100000000-0x000000043f37ffff] usable
Aug 03 21:27:23 mason kernel: BIOS-e820: [mem 0x000000043f380000-0x000000043fffffff] reserved
Aug 03 21:27:23 mason kernel: NX (Execute Disable) protection: active
Aug 03 21:27:23 mason kernel: e820: update [mem 0xa8c71018-0xa8c82057] usable ==> usable
Aug 03 21:27:23 mason kernel: e820: update [mem 0xa8c71018-0xa8c82057] usable ==> usable
Aug 03 21:27:23 mason kernel: e820: update [mem 0xa8c53018-0xa8c70257] usable ==> usable
Aug 03 21:27:23 mason kernel: e820: update [mem 0xa8c53018-0xa8c70257] usable ==> usable
Aug 03 21:27:23 mason kernel: extended physical RAM map:
Aug 03 21:27:23 mason kernel: reserve setup_data: [mem 0x0000000000000000-0x000000000009ffff] usable
Aug 03 21:27:23 mason kernel: reserve setup_data: [mem 0x00000000000a0000-0x00000000000fffff] reserved
Aug 03 21:27:23 mason kernel: reserve setup_data: [mem 0x0000000000100000-0x0000000009c7efff] usable
Aug 03 21:27:23 mason kernel: reserve setup_data: [mem 0x0000000009c7f000-0x0000000009ffffff] reserved
Aug 03 21:27:23 mason kernel: reserve setup_data: [mem 0x000000000a000000-0x000000000a1fffff] usable
Aug 03 21:27:23 mason kernel: reserve setup_data: [mem 0x000000000a200000-0x000000000a20afff] ACPI NVS
Aug 03 21:27:23 mason kernel: reserve setup_data: [mem 0x000000000a20b000-0x000000000affffff] usable
Aug 03 21:27:23 mason kernel: reserve setup_data: [mem 0x000000000b000000-0x000000000b01ffff] reserved
Aug 03 21:27:23 mason kernel: reserve setup_data: [mem 0x000000000b020000-0x00000000a8c53017] usable
Aug 03 21:27:23 mason kernel: reserve setup_data: [mem 0x00000000a8c53018-0x00000000a8c70257] usable
Aug 03 21:27:23 mason kernel: reserve setup_data: [mem 0x00000000a8c70258-0x00000000a8c71017] usable
Aug 03 21:27:23 mason kernel: reserve setup_data: [mem 0x00000000a8c71018-0x00000000a8c82057] usable
Aug 03 21:27:23 mason kernel: reserve setup_data: [mem 0x00000000a8c82058-0x00000000bad57fff] usable
Aug 03 21:27:23 mason kernel: reserve setup_data: [mem 0x00000000bad58000-0x00000000bc48dfff] reserved
Aug 03 21:27:23 mason kernel: reserve setup_data: [mem 0x00000000bc48e000-0x00000000bc5dcfff] ACPI data
Aug 03 21:27:23 mason kernel: reserve setup_data: [mem 0x00000000bc5dd000-0x00000000bcca4fff] ACPI NVS
Aug 03 21:27:23 mason kernel: reserve setup_data: [mem 0x00000000bcca5000-0x00000000bd9fefff] reserved
Aug 03 21:27:23 mason kernel: reserve setup_data: [mem 0x00000000bd9ff000-0x00000000beffffff] usable
Aug 03 21:27:23 mason kernel: reserve setup_data: [mem 0x00000000bf000000-0x00000000bfffffff] reserved
Aug 03 21:27:23 mason kernel: reserve setup_data: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
Aug 03 21:27:23 mason kernel: reserve setup_data: [mem 0x00000000fd100000-0x00000000fd1fffff] reserved
Aug 03 21:27:23 mason kernel: reserve setup_data: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved
Aug 03 21:27:23 mason kernel: reserve setup_data: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
Aug 03 21:27:23 mason kernel: reserve setup_data: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
Aug 03 21:27:23 mason kernel: reserve setup_data: [mem 0x00000000fec30000-0x00000000fec30fff] reserved
Aug 03 21:27:23 mason kernel: reserve setup_data: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
Aug 03 21:27:23 mason kernel: reserve setup_data: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
Aug 03 21:27:23 mason kernel: reserve setup_data: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
Aug 03 21:27:23 mason kernel: reserve setup_data: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
Aug 03 21:27:23 mason kernel: reserve setup_data: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
Aug 03 21:27:23 mason kernel: reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Aug 03 21:27:23 mason kernel: reserve setup_data: [mem 0x0000000100000000-0x000000043f37ffff] usable
Aug 03 21:27:23 mason kernel: reserve setup_data: [mem 0x000000043f380000-0x000000043fffffff] reserved
Aug 03 21:27:23 mason kernel: efi: EFI v2.7 by American Megatrends
Aug 03 21:27:23 mason kernel: efi: ACPI=0xbc5dc000 ACPI 2.0=0xbc5dc014 TPMFinalLog=0xbcc5b000 SMBIOS=0xbd7f8000 SMBIOS 3.0=0xbd7f7000 MEMATTR=0xb9309818 ESRT=0xb9879018 INITRD=0xb2355e18 RNG=0xbc4d0018 TPMEventLog=0xa8c83018
Aug 03 21:27:23 mason kernel: random: crng init done
Aug 03 21:27:23 mason kernel: efi: Remove mem59: MMIO range=[0xf0000000-0xf7ffffff] (128MB) from e820 map
Aug 03 21:27:23 mason kernel: e820: remove [mem 0xf0000000-0xf7ffffff] reserved
Aug 03 21:27:23 mason kernel: efi: Remove mem60: MMIO range=[0xfd100000-0xfd1fffff] (1MB) from e820 map
Aug 03 21:27:23 mason kernel: e820: remove [mem 0xfd100000-0xfd1fffff] reserved
Aug 03 21:27:23 mason kernel: efi: Not removing mem61: MMIO range=[0xfea00000-0xfea0ffff] (64KB) from e820 map
Aug 03 21:27:23 mason kernel: efi: Remove mem62: MMIO range=[0xfeb80000-0xfec01fff] (0MB) from e820 map
Aug 03 21:27:23 mason kernel: e820: remove [mem 0xfeb80000-0xfec01fff] reserved
Aug 03 21:27:23 mason kernel: efi: Not removing mem63: MMIO range=[0xfec10000-0xfec10fff] (4KB) from e820 map
Aug 03 21:27:23 mason kernel: efi: Not removing mem64: MMIO range=[0xfec30000-0xfec30fff] (4KB) from e820 map
Aug 03 21:27:23 mason kernel: efi: Not removing mem65: MMIO range=[0xfed00000-0xfed00fff] (4KB) from e820 map
Aug 03 21:27:23 mason kernel: efi: Not removing mem66: MMIO range=[0xfed40000-0xfed44fff] (20KB) from e820 map
Aug 03 21:27:23 mason kernel: efi: Not removing mem67: MMIO range=[0xfed80000-0xfed8ffff] (64KB) from e820 map
Aug 03 21:27:23 mason kernel: efi: Not removing mem68: MMIO range=[0xfedc2000-0xfedcffff] (56KB) from e820 map
Aug 03 21:27:23 mason kernel: efi: Not removing mem69: MMIO range=[0xfedd4000-0xfedd5fff] (8KB) from e820 map
Aug 03 21:27:23 mason kernel: efi: Remove mem70: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
Aug 03 21:27:23 mason kernel: e820: remove [mem 0xff000000-0xffffffff] reserved
Aug 03 21:27:23 mason kernel: SMBIOS 3.2.0 present.
Aug 03 21:27:23 mason kernel: DMI: System manufacturer System Product Name/ROG STRIX B450-I GAMING, BIOS 5102 05/31/2023
Aug 03 21:27:23 mason kernel: tsc: Fast TSC calibration using PIT
Aug 03 21:27:23 mason kernel: tsc: Detected 3194.090 MHz processor
Aug 03 21:27:23 mason kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Aug 03 21:27:23 mason kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Aug 03 21:27:23 mason kernel: last_pfn = 0x43f380 max_arch_pfn = 0x400000000
Aug 03 21:27:23 mason kernel: x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
Aug 03 21:27:23 mason kernel: e820: update [mem 0xc0000000-0xffffffff] usable ==> reserved
Aug 03 21:27:23 mason kernel: last_pfn = 0xbf000 max_arch_pfn = 0x400000000
Aug 03 21:27:23 mason kernel: esrt: Reserving ESRT space from 0x00000000b9879018 to 0x00000000b9879050.
Aug 03 21:27:23 mason kernel: e820: update [mem 0xb9879000-0xb9879fff] usable ==> reserved
Aug 03 21:27:23 mason kernel: Using GB pages for direct mapping
Aug 03 21:27:23 mason kernel: Secure boot disabled
Aug 03 21:27:23 mason kernel: RAMDISK: [mem 0xa9a90000-0xabbcdfff]
Aug 03 21:27:23 mason kernel: ACPI: Early table checksum verification disabled
Aug 03 21:27:23 mason kernel: ACPI: RSDP 0x00000000BC5DC014 000024 (v02 ALASKA)
Aug 03 21:27:23 mason kernel: ACPI: XSDT 0x00000000BC5DB728 0000CC (v01 ALASKA A M I 01072009 AMI 01000013)
Aug 03 21:27:23 mason kernel: ACPI: FACP 0x00000000BC5CC000 000114 (v06 ALASKA A M I 01072009 AMI 00010013)
Aug 03 21:27:23 mason kernel: ACPI: DSDT 0x00000000BC5BD000 00E3A1 (v02 ALASKA A M I 01072009 INTL 20120913)
Aug 03 21:27:23 mason kernel: ACPI: FACS 0x00000000BCC59000 000040
Aug 03 21:27:23 mason kernel: ACPI: SSDT 0x00000000BC5D2000 008C98 (v02 AMD AmdTable 00000002 MSFT 04000000)
Aug 03 21:27:23 mason kernel: ACPI: SSDT 0x00000000BC5CE000 003CB6 (v02 AMD AMD AOD 00000001 INTL 20120913)
Aug 03 21:27:23 mason kernel: ACPI: SSDT 0x00000000BC5CD000 0000C8 (v02 ALASKA CPUSSDT 01072009 AMI 01072009)
Aug 03 21:27:23 mason kernel: ACPI: FIDT 0x00000000BC5BC000 00009C (v01 ALASKA A M I 01072009 AMI 00010013)
Aug 03 21:27:23 mason kernel: ACPI: MCFG 0x00000000BC5BB000 00003C (v01 ALASKA A M I 01072009 MSFT 00010013)
Aug 03 21:27:23 mason kernel: ACPI: HPET 0x00000000BC5BA000 000038 (v01 ALASKA A M I 01072009 AMI 00000005)
Aug 03 21:27:23 mason kernel: ACPI: SSDT 0x00000000BC5B9000 000024 (v01 AMDFCH FCHZP 00001000 INTL 20120913)
Aug 03 21:27:23 mason kernel: ACPI: SSDT 0x00000000BC4D1000 0010AF (v02 AMD MYRTLE 00000001 INTL 20120913)
Aug 03 21:27:23 mason kernel: ACPI: FPDT 0x00000000BC5B7000 000044 (v01 ALASKA A M I 01072009 AMI 01000013)
Aug 03 21:27:23 mason kernel: ACPI: VFCT 0x00000000BC5A8000 00EC84 (v01 ALASKA A M I 00000001 AMD 31504F47)
Aug 03 21:27:23 mason kernel: ACPI: BGRT 0x00000000BC5A7000 000038 (v01 ALASKA A M I 01072009 AMI 00010013)
Aug 03 21:27:23 mason kernel: ACPI: WPBT 0x00000000BC4DF000 00003C (v01 ALASKA A M I 00000001 ASUS 00000001)
Aug 03 21:27:23 mason kernel: ACPI: TPM2 0x00000000BC4DE000 00004C (v04 ALASKA A M I 00000001 AMI 00000000)
Aug 03 21:27:23 mason kernel: ACPI: IVRS 0x00000000BC4DD000 0000D0 (v02 AMD AmdTable 00000001 AMD 00000000)
Aug 03 21:27:23 mason kernel: ACPI: SSDT 0x00000000BC4DB000 001A58 (v02 AMD AmdTable 00000001 AMD 00000001)
Aug 03 21:27:23 mason kernel: ACPI: CRAT 0x00000000BC4DA000 000BD0 (v01 AMD AmdTable 00000001 AMD 00000001)
Aug 03 21:27:23 mason kernel: ACPI: CDIT 0x00000000BC4D9000 000029 (v01 AMD AmdTable 00000001 AMD 00000001)
Aug 03 21:27:23 mason kernel: ACPI: SSDT 0x00000000BC4D5000 0037DC (v02 AMD MYRTLE 00000001 INTL 20120913)
Aug 03 21:27:23 mason kernel: ACPI: SSDT 0x00000000BC4D4000 0000BF (v01 AMD AmdTable 00001000 INTL 20120913)
Aug 03 21:27:23 mason kernel: ACPI: APIC 0x00000000BC4D3000 00015E (v04 ALASKA A M I 01072009 AMI 00010013)
Aug 03 21:27:23 mason kernel: ACPI: Reserving FACP table memory at [mem 0xbc5cc000-0xbc5cc113]
Aug 03 21:27:23 mason kernel: ACPI: Reserving DSDT table memory at [mem 0xbc5bd000-0xbc5cb3a0]
Aug 03 21:27:23 mason kernel: ACPI: Reserving FACS table memory at [mem 0xbcc59000-0xbcc5903f]
Aug 03 21:27:23 mason kernel: ACPI: Reserving SSDT table memory at [mem 0xbc5d2000-0xbc5dac97]
Aug 03 21:27:23 mason kernel: ACPI: Reserving SSDT table memory at [mem 0xbc5ce000-0xbc5d1cb5]
Aug 03 21:27:23 mason kernel: ACPI: Reserving SSDT table memory at [mem 0xbc5cd000-0xbc5cd0c7]
Aug 03 21:27:23 mason kernel: ACPI: Reserving FIDT table memory at [mem 0xbc5bc000-0xbc5bc09b]
Aug 03 21:27:23 mason kernel: ACPI: Reserving MCFG table memory at [mem 0xbc5bb000-0xbc5bb03b]
Aug 03 21:27:23 mason kernel: ACPI: Reserving HPET table memory at [mem 0xbc5ba000-0xbc5ba037]
Aug 03 21:27:23 mason kernel: ACPI: Reserving SSDT table memory at [mem 0xbc5b9000-0xbc5b9023]
Aug 03 21:27:23 mason kernel: ACPI: Reserving SSDT table memory at [mem 0xbc4d1000-0xbc4d20ae]
Aug 03 21:27:23 mason kernel: ACPI: Reserving FPDT table memory at [mem 0xbc5b7000-0xbc5b7043]
Aug 03 21:27:23 mason kernel: ACPI: Reserving VFCT table memory at [mem 0xbc5a8000-0xbc5b6c83]
Aug 03 21:27:23 mason kernel: ACPI: Reserving BGRT table memory at [mem 0xbc5a7000-0xbc5a7037]
Aug 03 21:27:23 mason kernel: ACPI: Reserving WPBT table memory at [mem 0xbc4df000-0xbc4df03b]
Aug 03 21:27:23 mason kernel: ACPI: Reserving TPM2 table memory at [mem 0xbc4de000-0xbc4de04b]
Aug 03 21:27:23 mason kernel: ACPI: Reserving IVRS table memory at [mem 0xbc4dd000-0xbc4dd0cf]
Aug 03 21:27:23 mason kernel: ACPI: Reserving SSDT table memory at [mem 0xbc4db000-0xbc4dca57]
Aug 03 21:27:23 mason kernel: ACPI: Reserving CRAT table memory at [mem 0xbc4da000-0xbc4dabcf]
Aug 03 21:27:23 mason kernel: ACPI: Reserving CDIT table memory at [mem 0xbc4d9000-0xbc4d9028]
Aug 03 21:27:23 mason kernel: ACPI: Reserving SSDT table memory at [mem 0xbc4d5000-0xbc4d87db]
Aug 03 21:27:23 mason kernel: ACPI: Reserving SSDT table memory at [mem 0xbc4d4000-0xbc4d40be]
Aug 03 21:27:23 mason kernel: ACPI: Reserving APIC table memory at [mem 0xbc4d3000-0xbc4d315d]
Aug 03 21:27:23 mason kernel: system APIC only can use physical flat
Aug 03 21:27:23 mason kernel: Setting APIC routing to physical flat.
Aug 03 21:27:23 mason kernel: No NUMA configuration found
Aug 03 21:27:23 mason kernel: Faking a node at [mem 0x0000000000000000-0x000000043f37ffff]
Aug 03 21:27:23 mason kernel: NODE_DATA(0) allocated [mem 0x43f37b000-0x43f37ffff]
Aug 03 21:27:23 mason kernel: Zone ranges:
Aug 03 21:27:23 mason kernel: DMA [mem 0x0000000000001000-0x0000000000ffffff]
Aug 03 21:27:23 mason kernel: DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
Aug 03 21:27:23 mason kernel: Normal [mem 0x0000000100000000-0x000000043f37ffff]
Aug 03 21:27:23 mason kernel: Device empty
Aug 03 21:27:23 mason kernel: Movable zone start for each node
Aug 03 21:27:23 mason kernel: Early memory node ranges
Aug 03 21:27:23 mason kernel: node 0: [mem 0x0000000000001000-0x000000000009ffff]
Aug 03 21:27:23 mason kernel: node 0: [mem 0x0000000000100000-0x0000000009c7efff]
Aug 03 21:27:23 mason kernel: node 0: [mem 0x000000000a000000-0x000000000a1fffff]
Aug 03 21:27:23 mason kernel: node 0: [mem 0x000000000a20b000-0x000000000affffff]
Aug 03 21:27:23 mason kernel: node 0: [mem 0x000000000b020000-0x00000000bad57fff]
Aug 03 21:27:23 mason kernel: node 0: [mem 0x00000000bd9ff000-0x00000000beffffff]
Aug 03 21:27:23 mason kernel: node 0: [mem 0x0000000100000000-0x000000043f37ffff]
Aug 03 21:27:23 mason kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000043f37ffff]
Aug 03 21:27:23 mason kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Aug 03 21:27:23 mason kernel: On node 0, zone DMA: 96 pages in unavailable ranges
Aug 03 21:27:23 mason kernel: On node 0, zone DMA32: 897 pages in unavailable ranges
Aug 03 21:27:23 mason kernel: On node 0, zone DMA32: 11 pages in unavailable ranges
Aug 03 21:27:23 mason kernel: On node 0, zone DMA32: 32 pages in unavailable ranges
Aug 03 21:27:23 mason kernel: On node 0, zone DMA32: 11431 pages in unavailable ranges
Aug 03 21:27:23 mason kernel: On node 0, zone Normal: 4096 pages in unavailable ranges
Aug 03 21:27:23 mason kernel: On node 0, zone Normal: 3200 pages in unavailable ranges
Aug 03 21:27:23 mason kernel: ACPI: PM-Timer IO Port: 0x808
Aug 03 21:27:23 mason kernel: system APIC only can use physical flat
Aug 03 21:27:23 mason kernel: ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
Aug 03 21:27:23 mason kernel: IOAPIC[0]: apic_id 13, version 33, address 0xfec00000, GSI 0-23
Aug 03 21:27:23 mason kernel: IOAPIC[1]: apic_id 14, version 33, address 0xfec01000, GSI 24-55
Aug 03 21:27:23 mason kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Aug 03 21:27:23 mason kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
Aug 03 21:27:23 mason kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Aug 03 21:27:23 mason kernel: ACPI: HPET id: 0x10228201 base: 0xfed00000
Aug 03 21:27:23 mason kernel: e820: update [mem 0xb6f6a000-0xb705dfff] usable ==> reserved
Aug 03 21:27:23 mason kernel: smpboot: Allowing 32 CPUs, 20 hotplug CPUs
Aug 03 21:27:23 mason kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Aug 03 21:27:23 mason kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
Aug 03 21:27:23 mason kernel: PM: hibernation: Registered nosave memory: [mem 0x09c7f000-0x09ffffff]
Aug 03 21:27:23 mason kernel: PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a20afff]
Aug 03 21:27:23 mason kernel: PM: hibernation: Registered nosave memory: [mem 0x0b000000-0x0b01ffff]
Aug 03 21:27:23 mason kernel: PM: hibernation: Registered nosave memory: [mem 0xa8c53000-0xa8c53fff]
Aug 03 21:27:23 mason kernel: PM: hibernation: Registered nosave memory: [mem 0xa8c70000-0xa8c70fff]
Aug 03 21:27:23 mason kernel: PM: hibernation: Registered nosave memory: [mem 0xa8c71000-0xa8c71fff]
Aug 03 21:27:23 mason kernel: PM: hibernation: Registered nosave memory: [mem 0xa8c82000-0xa8c82fff]
Aug 03 21:27:23 mason kernel: PM: hibernation: Registered nosave memory: [mem 0xb6f6a000-0xb705dfff]
Aug 03 21:27:23 mason kernel: PM: hibernation: Registered nosave memory: [mem 0xb9879000-0xb9879fff]
Aug 03 21:27:23 mason kernel: PM: hibernation: Registered nosave memory: [mem 0xbad58000-0xbc48dfff]
Aug 03 21:27:23 mason kernel: PM: hibernation: Registered nosave memory: [mem 0xbc48e000-0xbc5dcfff]
Aug 03 21:27:23 mason kernel: PM: hibernation: Registered nosave memory: [mem 0xbc5dd000-0xbcca4fff]
Aug 03 21:27:23 mason kernel: PM: hibernation: Registered nosave memory: [mem 0xbcca5000-0xbd9fefff]
Aug 03 21:27:23 mason kernel: PM: hibernation: Registered nosave memory: [mem 0xbf000000-0xbfffffff]
Aug 03 21:27:23 mason kernel: PM: hibernation: Registered nosave memory: [mem 0xc0000000-0xfe9fffff]
Aug 03 21:27:23 mason kernel: PM: hibernation: Registered nosave memory: [mem 0xfea00000-0xfea0ffff]
Aug 03 21:27:23 mason kernel: PM: hibernation: Registered nosave memory: [mem 0xfea10000-0xfec0ffff]
Aug 03 21:27:23 mason kernel: PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
Aug 03 21:27:23 mason kernel: PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfec2ffff]
Aug 03 21:27:23 mason kernel: PM: hibernation: Registered nosave memory: [mem 0xfec30000-0xfec30fff]
Aug 03 21:27:23 mason kernel: PM: hibernation: Registered nosave memory: [mem 0xfec31000-0xfecfffff]
Aug 03 21:27:23 mason kernel: PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
Aug 03 21:27:23 mason kernel: PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
Aug 03 21:27:23 mason kernel: PM: hibernation: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
Aug 03 21:27:23 mason kernel: PM: hibernation: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
Aug 03 21:27:23 mason kernel: PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
Aug 03 21:27:23 mason kernel: PM: hibernation: Registered nosave memory: [mem 0xfed90000-0xfedc1fff]
Aug 03 21:27:23 mason kernel: PM: hibernation: Registered nosave memory: [mem 0xfedc2000-0xfedcffff]
Aug 03 21:27:23 mason kernel: PM: hibernation: Registered nosave memory: [mem 0xfedd0000-0xfedd3fff]
Aug 03 21:27:23 mason kernel: PM: hibernation: Registered nosave memory: [mem 0xfedd4000-0xfedd5fff]
Aug 03 21:27:23 mason kernel: PM: hibernation: Registered nosave memory: [mem 0xfedd6000-0xffffffff]
Aug 03 21:27:23 mason kernel: [mem 0xc0000000-0xfe9fffff] available for PCI devices
Aug 03 21:27:23 mason kernel: Booting paravirtualized kernel on bare hardware
Aug 03 21:27:23 mason kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Aug 03 21:27:23 mason kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:32 nr_cpu_ids:32 nr_node_ids:1
Aug 03 21:27:23 mason kernel: percpu: Embedded 64 pages/cpu s225280 r8192 d28672 u262144
Aug 03 21:27:23 mason kernel: pcpu-alloc: s225280 r8192 d28672 u262144 alloc=1*2097152
Aug 03 21:27:23 mason kernel: pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15
Aug 03 21:27:23 mason kernel: pcpu-alloc: [0] 16 17 18 19 20 21 22 23 [0] 24 25 26 27 28 29 30 31
Aug 03 21:27:23 mason kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=34724c46-2d8c-4c4c-8846-d599153eee7c rw loglevel=3 quiet
Aug 03 21:27:23 mason kernel: Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux", will be passed to user space.
Aug 03 21:27:23 mason kernel: printk: log_buf_len individual max cpu contribution: 4096 bytes
Aug 03 21:27:23 mason kernel: printk: log_buf_len total cpu_extra contributions: 126976 bytes
Aug 03 21:27:23 mason kernel: printk: log_buf_len min size: 131072 bytes
Aug 03 21:27:23 mason kernel: printk: log_buf_len: 262144 bytes
Aug 03 21:27:23 mason kernel: printk: early log buf free: 112688(85%)
Aug 03 21:27:23 mason kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Aug 03 21:27:23 mason kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
Aug 03 21:27:23 mason kernel: Fallback order for Node 0: 0
Aug 03 21:27:23 mason kernel: Built 1 zonelists, mobility grouping on. Total pages: 4109152
Aug 03 21:27:23 mason kernel: Policy zone: Normal
Aug 03 21:27:23 mason kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Aug 03 21:27:23 mason kernel: software IO TLB: area num 32.
Aug 03 21:27:23 mason kernel: Memory: 16186100K/16698160K available (16384K kernel code, 2120K rwdata, 12764K rodata, 3344K init, 3992K bss, 511800K reserved, 0K cma-reserved)
Aug 03 21:27:23 mason kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=32, Nodes=1
Aug 03 21:27:23 mason kernel: ftrace: allocating 47548 entries in 186 pages
Aug 03 21:27:23 mason kernel: ftrace: allocated 186 pages with 5 groups
Aug 03 21:27:23 mason kernel: Dynamic Preempt: full
Aug 03 21:27:23 mason kernel: rcu: Preemptible hierarchical RCU implementation.
Aug 03 21:27:23 mason kernel: rcu: RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=32.
Aug 03 21:27:23 mason kernel: rcu: RCU priority boosting: priority 1 delay 500 ms.
Aug 03 21:27:23 mason kernel: Trampoline variant of Tasks RCU enabled.
Aug 03 21:27:23 mason kernel: Rude variant of Tasks RCU enabled.
Aug 03 21:27:23 mason kernel: Tracing variant of Tasks RCU enabled.
Aug 03 21:27:23 mason kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Aug 03 21:27:23 mason kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=32
Aug 03 21:27:23 mason kernel: NR_IRQS: 20736, nr_irqs: 1224, preallocated irqs: 16
Aug 03 21:27:23 mason kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Aug 03 21:27:23 mason kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Aug 03 21:27:23 mason kernel: Console: colour dummy device 80x25
Aug 03 21:27:23 mason kernel: printk: console [tty0] enabled
Aug 03 21:27:23 mason kernel: ACPI: Core revision 20230331
Aug 03 21:27:23 mason kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
Aug 03 21:27:23 mason kernel: APIC: Switch to symmetric I/O mode setup
Aug 03 21:27:23 mason kernel: AMD-Vi: Using global IVHD EFR:0xf77ef22294ada, EFR2:0x0
Aug 03 21:27:23 mason kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Aug 03 21:27:23 mason kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2e0a7b3bd8f, max_idle_ns: 440795356730 ns
Aug 03 21:27:23 mason kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 6390.35 BogoMIPS (lpj=10646966)
Aug 03 21:27:23 mason kernel: pid_max: default: 32768 minimum: 301
Aug 03 21:27:23 mason kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf,integrity
Aug 03 21:27:23 mason kernel: landlock: Up and running.
Aug 03 21:27:23 mason kernel: Yama: becoming mindful.
Aug 03 21:27:23 mason kernel: LSM support for eBPF active
Aug 03 21:27:23 mason kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Aug 03 21:27:23 mason kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Aug 03 21:27:23 mason kernel: LVT offset 1 assigned for vector 0xf9
Aug 03 21:27:23 mason kernel: LVT offset 2 assigned for vector 0xf4
Aug 03 21:27:23 mason kernel: Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
Aug 03 21:27:23 mason kernel: Last level dTLB entries: 4KB 1536, 2MB 1536, 4MB 768, 1GB 0
Aug 03 21:27:23 mason kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Aug 03 21:27:23 mason kernel: Spectre V2 : Mitigation: Retpolines
Aug 03 21:27:23 mason kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Aug 03 21:27:23 mason kernel: Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
Aug 03 21:27:23 mason kernel: Spectre V2 : Enabling Speculation Barrier for firmware calls
Aug 03 21:27:23 mason kernel: RETBleed: Mitigation: untrained return thunk
Aug 03 21:27:23 mason kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Aug 03 21:27:23 mason kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Aug 03 21:27:23 mason kernel: Freeing SMP alternatives memory: 40K
Aug 03 21:27:23 mason kernel: smpboot: CPU0: AMD Ryzen 5 1600 Six-Core Processor (family: 0x17, model: 0x1, stepping: 0x1)
Aug 03 21:27:23 mason kernel: cblist_init_generic: Setting adjustable number of callback queues.
Aug 03 21:27:23 mason kernel: cblist_init_generic: Setting shift to 5 and lim to 1.
Aug 03 21:27:23 mason kernel: cblist_init_generic: Setting adjustable number of callback queues.
Aug 03 21:27:23 mason kernel: cblist_init_generic: Setting shift to 5 and lim to 1.
Aug 03 21:27:23 mason kernel: cblist_init_generic: Setting adjustable number of callback queues.
Aug 03 21:27:23 mason kernel: cblist_init_generic: Setting shift to 5 and lim to 1.
Aug 03 21:27:23 mason kernel: Performance Events: Fam17h+ core perfctr, AMD PMU driver.
Aug 03 21:27:23 mason kernel: ... version: 0
Aug 03 21:27:23 mason kernel: ... bit width: 48
Aug 03 21:27:23 mason kernel: ... generic registers: 6
Aug 03 21:27:23 mason kernel: ... value mask: 0000ffffffffffff
Aug 03 21:27:23 mason kernel: ... max period: 00007fffffffffff
Aug 03 21:27:23 mason kernel: ... fixed-purpose events: 0
Aug 03 21:27:23 mason kernel: ... event mask: 000000000000003f
Aug 03 21:27:23 mason kernel: rcu: Hierarchical SRCU implementation.
Aug 03 21:27:23 mason kernel: rcu: Max phase no-delay instances is 1000.
Aug 03 21:27:23 mason kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Aug 03 21:27:23 mason kernel: smp: Bringing up secondary CPUs ...
Aug 03 21:27:23 mason kernel: x86: Booting SMP configuration:
Aug 03 21:27:23 mason kernel: .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7 #8 #9 #10 #11
Aug 03 21:27:23 mason kernel: smp: Brought up 1 node, 12 CPUs
Aug 03 21:27:23 mason kernel: smpboot: Max logical packages: 3
Aug 03 21:27:23 mason kernel: smpboot: Total of 12 processors activated (76688.24 BogoMIPS)
Aug 03 21:27:23 mason kernel: devtmpfs: initialized
Aug 03 21:27:23 mason kernel: x86/mm: Memory block size: 128MB
Aug 03 21:27:23 mason kernel: ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20afff] (45056 bytes)
Aug 03 21:27:23 mason kernel: ACPI: PM: Registering ACPI NVS region [mem 0xbc5dd000-0xbcca4fff] (7110656 bytes)
Aug 03 21:27:23 mason kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Aug 03 21:27:23 mason kernel: futex hash table entries: 8192 (order: 7, 524288 bytes, linear)
Aug 03 21:27:23 mason kernel: pinctrl core: initialized pinctrl subsystem
Aug 03 21:27:23 mason kernel: PM: RTC time: 02:27:17, date: 2023-08-04
Aug 03 21:27:23 mason kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Aug 03 21:27:23 mason kernel: DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
Aug 03 21:27:23 mason kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Aug 03 21:27:23 mason kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Aug 03 21:27:23 mason kernel: audit: initializing netlink subsys (disabled)
Aug 03 21:27:23 mason kernel: audit: type=2000 audit(1691116037.166:1): state=initialized audit_enabled=0 res=1
Aug 03 21:27:23 mason kernel: thermal_sys: Registered thermal governor 'fair_share'
Aug 03 21:27:23 mason kernel: thermal_sys: Registered thermal governor 'bang_bang'
Aug 03 21:27:23 mason kernel: thermal_sys: Registered thermal governor 'step_wise'
Aug 03 21:27:23 mason kernel: thermal_sys: Registered thermal governor 'user_space'
Aug 03 21:27:23 mason kernel: thermal_sys: Registered thermal governor 'power_allocator'
Aug 03 21:27:23 mason kernel: cpuidle: using governor ladder
Aug 03 21:27:23 mason kernel: cpuidle: using governor menu
Aug 03 21:27:23 mason kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Aug 03 21:27:23 mason kernel: PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
Aug 03 21:27:23 mason kernel: PCI: not using MMCONFIG
Aug 03 21:27:23 mason kernel: PCI: Using configuration type 1 for base access
Aug 03 21:27:23 mason kernel: PCI: Using configuration type 1 for extended access
Aug 03 21:27:23 mason kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Aug 03 21:27:23 mason kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Aug 03 21:27:23 mason kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Aug 03 21:27:23 mason kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Aug 03 21:27:23 mason kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Aug 03 21:27:23 mason kernel: ACPI: Added _OSI(Module Device)
Aug 03 21:27:23 mason kernel: ACPI: Added _OSI(Processor Device)
Aug 03 21:27:23 mason kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Aug 03 21:27:23 mason kernel: ACPI: Added _OSI(Processor Aggregator Device)
Aug 03 21:27:23 mason kernel: ACPI: 9 ACPI AML tables successfully acquired and loaded
Aug 03 21:27:23 mason kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Aug 03 21:27:23 mason kernel: ACPI: EC: EC started
Aug 03 21:27:23 mason kernel: ACPI: EC: interrupt blocked
Aug 03 21:27:23 mason kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Aug 03 21:27:23 mason kernel: ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC used to handle transactions
Aug 03 21:27:23 mason kernel: ACPI: Interpreter enabled
Aug 03 21:27:23 mason kernel: ACPI: PM: (supports S0 S3 S4 S5)
Aug 03 21:27:23 mason kernel: ACPI: Using IOAPIC for interrupt routing
Aug 03 21:27:23 mason kernel: PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
Aug 03 21:27:23 mason kernel: PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved as ACPI motherboard resource
Aug 03 21:27:23 mason kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Aug 03 21:27:23 mason kernel: PCI: Ignoring E820 reservations for host bridge windows
Aug 03 21:27:23 mason kernel: ACPI: Enabled 3 GPEs in block 00 to 1F
Aug 03 21:27:23 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT3._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 21:27:23 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO11._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 21:27:23 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT4._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 21:27:23 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO12._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 21:27:23 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT5._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 21:27:23 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO13._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 21:27:23 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT6._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 21:27:23 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO14._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 21:27:23 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT1._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 21:27:23 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT9._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 21:27:23 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT2._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 21:27:23 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO10._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 21:27:23 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT7._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 21:27:23 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO15._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 21:27:23 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT8._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 21:27:23 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO16._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 21:27:23 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO17._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 21:27:23 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO18._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 21:27:23 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO19._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 21:27:23 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO20._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 21:27:23 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO21._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 21:27:23 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO22._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 21:27:23 mason kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Aug 03 21:27:23 mason kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Aug 03 21:27:23 mason kernel: acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME LTR DPC]
Aug 03 21:27:23 mason kernel: acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
Aug 03 21:27:23 mason kernel: acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-7f] only partially covers this bridge
Aug 03 21:27:23 mason kernel: PCI host bridge to bus 0000:00
Aug 03 21:27:23 mason kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x03af window]
Aug 03 21:27:23 mason kernel: pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7 window]
Aug 03 21:27:23 mason kernel: pci_bus 0000:00: root bus resource [io 0x03b0-0x03df window]
Aug 03 21:27:23 mason kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xefff window]
Aug 03 21:27:23 mason kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
Aug 03 21:27:23 mason kernel: pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfec2ffff window]
Aug 03 21:27:23 mason kernel: pci_bus 0000:00: root bus resource [mem 0xfee00000-0xffffffff window]
Aug 03 21:27:23 mason kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Aug 03 21:27:23 mason kernel: pci 0000:00:00.0: [1022:1450] type 00 class 0x060000
Aug 03 21:27:23 mason kernel: pci 0000:00:00.2: [1022:1451] type 00 class 0x080600
Aug 03 21:27:23 mason kernel: pci 0000:00:01.0: [1022:1452] type 00 class 0x060000
Aug 03 21:27:23 mason kernel: pci 0000:00:01.3: [1022:1453] type 01 class 0x060400
Aug 03 21:27:23 mason kernel: pci 0000:00:01.3: enabling Extended Tags
Aug 03 21:27:23 mason kernel: pci 0000:00:01.3: PME# supported from D0 D3hot D3cold
Aug 03 21:27:23 mason kernel: pci 0000:00:02.0: [1022:1452] type 00 class 0x060000
Aug 03 21:27:23 mason kernel: pci 0000:00:03.0: [1022:1452] type 00 class 0x060000
Aug 03 21:27:23 mason kernel: pci 0000:00:03.1: [1022:1453] type 01 class 0x060400
Aug 03 21:27:23 mason kernel: pci 0000:00:03.1: PME# supported from D0 D3hot D3cold
Aug 03 21:27:23 mason kernel: pci 0000:00:03.3: [1022:1453] type 01 class 0x060400
Aug 03 21:27:23 mason kernel: pci 0000:00:03.3: enabling Extended Tags
Aug 03 21:27:23 mason kernel: pci 0000:00:03.3: PME# supported from D0 D3hot D3cold
Aug 03 21:27:23 mason kernel: pci 0000:00:04.0: [1022:1452] type 00 class 0x060000
Aug 03 21:27:23 mason kernel: pci 0000:00:07.0: [1022:1452] type 00 class 0x060000
Aug 03 21:27:23 mason kernel: pci 0000:00:07.1: [1022:1454] type 01 class 0x060400
Aug 03 21:27:23 mason kernel: pci 0000:00:07.1: enabling Extended Tags
Aug 03 21:27:23 mason kernel: pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
Aug 03 21:27:23 mason kernel: pci 0000:00:08.0: [1022:1452] type 00 class 0x060000
Aug 03 21:27:23 mason kernel: pci 0000:00:08.1: [1022:1454] type 01 class 0x060400
Aug 03 21:27:23 mason kernel: pci 0000:00:08.1: enabling Extended Tags
Aug 03 21:27:23 mason kernel: pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
Aug 03 21:27:23 mason kernel: pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
Aug 03 21:27:23 mason kernel: pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
Aug 03 21:27:23 mason kernel: pci 0000:00:18.0: [1022:1460] type 00 class 0x060000
Aug 03 21:27:23 mason kernel: pci 0000:00:18.1: [1022:1461] type 00 class 0x060000
Aug 03 21:27:23 mason kernel: pci 0000:00:18.2: [1022:1462] type 00 class 0x060000
Aug 03 21:27:23 mason kernel: pci 0000:00:18.3: [1022:1463] type 00 class 0x060000
Aug 03 21:27:23 mason kernel: pci 0000:00:18.4: [1022:1464] type 00 class 0x060000
Aug 03 21:27:23 mason kernel: pci 0000:00:18.5: [1022:1465] type 00 class 0x060000
Aug 03 21:27:23 mason kernel: pci 0000:00:18.6: [1022:1466] type 00 class 0x060000
Aug 03 21:27:23 mason kernel: pci 0000:00:18.7: [1022:1467] type 00 class 0x060000
Aug 03 21:27:23 mason kernel: pci 0000:01:00.0: [1022:43d5] type 00 class 0x0c0330
Aug 03 21:27:23 mason kernel: pci 0000:01:00.0: reg 0x10: [mem 0xfcca0000-0xfcca7fff 64bit]
Aug 03 21:27:23 mason kernel: pci 0000:01:00.0: enabling Extended Tags
Aug 03 21:27:23 mason kernel: pci 0000:01:00.0: PME# supported from D3hot D3cold
Aug 03 21:27:23 mason kernel: pci 0000:01:00.1: [1022:43c8] type 00 class 0x010601
Aug 03 21:27:23 mason kernel: pci 0000:01:00.1: reg 0x24: [mem 0xfcc80000-0xfcc9ffff]
Aug 03 21:27:23 mason kernel: pci 0000:01:00.1: reg 0x30: [mem 0xfcc00000-0xfcc7ffff pref]
Aug 03 21:27:23 mason kernel: pci 0000:01:00.1: enabling Extended Tags
Aug 03 21:27:23 mason kernel: pci 0000:01:00.1: PME# supported from D3hot D3cold
Aug 03 21:27:23 mason kernel: pci 0000:01:00.2: [1022:43c6] type 01 class 0x060400
Aug 03 21:27:23 mason kernel: pci 0000:01:00.2: enabling Extended Tags
Aug 03 21:27:23 mason kernel: pci 0000:01:00.2: PME# supported from D3hot D3cold
Aug 03 21:27:23 mason kernel: pci 0000:00:01.3: PCI bridge to [bus 01-05]
Aug 03 21:27:23 mason kernel: pci 0000:00:01.3: bridge window [io 0xc000-0xdfff]
Aug 03 21:27:23 mason kernel: pci 0000:00:01.3: bridge window [mem 0xfca00000-0xfccfffff]
Aug 03 21:27:23 mason kernel: pci 0000:02:00.0: [1022:43c7] type 01 class 0x060400
Aug 03 21:27:23 mason kernel: pci 0000:02:00.0: enabling Extended Tags
Aug 03 21:27:23 mason kernel: pci 0000:02:00.0: PME# supported from D3hot D3cold
Aug 03 21:27:23 mason kernel: pci 0000:02:01.0: [1022:43c7] type 01 class 0x060400
Aug 03 21:27:23 mason kernel: pci 0000:02:01.0: enabling Extended Tags
Aug 03 21:27:23 mason kernel: pci 0000:02:01.0: PME# supported from D3hot D3cold
Aug 03 21:27:23 mason kernel: pci 0000:02:04.0: [1022:43c7] type 01 class 0x060400
Aug 03 21:27:23 mason kernel: pci 0000:02:04.0: enabling Extended Tags
Aug 03 21:27:23 mason kernel: pci 0000:02:04.0: PME# supported from D3hot D3cold
Aug 03 21:27:23 mason kernel: pci 0000:01:00.2: PCI bridge to [bus 02-05]
Aug 03 21:27:23 mason kernel: pci 0000:01:00.2: bridge window [io 0xc000-0xdfff]
Aug 03 21:27:23 mason kernel: pci 0000:01:00.2: bridge window [mem 0xfca00000-0xfcbfffff]
Aug 03 21:27:23 mason kernel: pci 0000:03:00.0: [8086:1539] type 00 class 0x020000
Aug 03 21:27:23 mason kernel: pci 0000:03:00.0: reg 0x10: [mem 0xfcb00000-0xfcb1ffff]
Aug 03 21:27:23 mason kernel: pci 0000:03:00.0: reg 0x18: [io 0xd000-0xd01f]
Aug 03 21:27:23 mason kernel: pci 0000:03:00.0: reg 0x1c: [mem 0xfcb20000-0xfcb23fff]
Aug 03 21:27:23 mason kernel: pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
Aug 03 21:27:23 mason kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
Aug 03 21:27:23 mason kernel: pci 0000:02:00.0: bridge window [io 0xd000-0xdfff]
Aug 03 21:27:23 mason kernel: pci 0000:02:00.0: bridge window [mem 0xfcb00000-0xfcbfffff]
Aug 03 21:27:23 mason kernel: pci 0000:04:00.0: [10ec:b822] type 00 class 0x028000
Aug 03 21:27:23 mason kernel: pci 0000:04:00.0: reg 0x10: [io 0xc000-0xc0ff]
Aug 03 21:27:23 mason kernel: pci 0000:04:00.0: reg 0x18: [mem 0xfca00000-0xfca0ffff 64bit]
Aug 03 21:27:23 mason kernel: pci 0000:04:00.0: supports D1 D2
Aug 03 21:27:23 mason kernel: pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Aug 03 21:27:23 mason kernel: pci 0000:02:01.0: PCI bridge to [bus 04]
Aug 03 21:27:23 mason kernel: pci 0000:02:01.0: bridge window [io 0xc000-0xcfff]
Aug 03 21:27:23 mason kernel: pci 0000:02:01.0: bridge window [mem 0xfca00000-0xfcafffff]
Aug 03 21:27:23 mason kernel: pci 0000:02:04.0: PCI bridge to [bus 05]
Aug 03 21:27:23 mason kernel: pci 0000:06:00.0: [1002:67df] type 00 class 0x030000
Aug 03 21:27:23 mason kernel: pci 0000:06:00.0: reg 0x10: [mem 0xd0000000-0xdfffffff 64bit pref]
Aug 03 21:27:23 mason kernel: pci 0000:06:00.0: reg 0x18: [mem 0xe0000000-0xe01fffff 64bit pref]
Aug 03 21:27:23 mason kernel: pci 0000:06:00.0: reg 0x20: [io 0xe000-0xe0ff]
Aug 03 21:27:23 mason kernel: pci 0000:06:00.0: reg 0x24: [mem 0xfcf00000-0xfcf3ffff]
Aug 03 21:27:23 mason kernel: pci 0000:06:00.0: reg 0x30: [mem 0xfcf40000-0xfcf5ffff pref]
Aug 03 21:27:23 mason kernel: pci 0000:06:00.0: BAR 0: assigned to efifb
Aug 03 21:27:23 mason kernel: pci 0000:06:00.0: supports D1 D2
Aug 03 21:27:23 mason kernel: pci 0000:06:00.0: PME# supported from D1 D2 D3hot D3cold
Aug 03 21:27:23 mason kernel: pci 0000:06:00.0: 63.008 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x8 link at 0000:00:03.1 (capable of 126.016 Gb/s with 8.0 GT/s PCIe x16 link)
Aug 03 21:27:23 mason kernel: pci 0000:06:00.1: [1002:aaf0] type 00 class 0x040300
Aug 03 21:27:23 mason kernel: pci 0000:06:00.1: reg 0x10: [mem 0xfcf60000-0xfcf63fff 64bit]
Aug 03 21:27:23 mason kernel: pci 0000:06:00.1: supports D1 D2
Aug 03 21:27:23 mason kernel: pci 0000:00:03.1: PCI bridge to [bus 06]
Aug 03 21:27:23 mason kernel: pci 0000:00:03.1: bridge window [io 0xe000-0xefff]
Aug 03 21:27:23 mason kernel: pci 0000:00:03.1: bridge window [mem 0xfcf00000-0xfcffffff]
Aug 03 21:27:23 mason kernel: pci 0000:00:03.1: bridge window [mem 0xd0000000-0xe01fffff 64bit pref]
Aug 03 21:27:23 mason kernel: pci 0000:07:00.0: [15b7:5006] type 00 class 0x010802
Aug 03 21:27:23 mason kernel: pci 0000:07:00.0: reg 0x10: [mem 0xfce00000-0xfce03fff 64bit]
Aug 03 21:27:23 mason kernel: pci 0000:07:00.0: reg 0x20: [mem 0xfce04000-0xfce040ff 64bit]
Aug 03 21:27:23 mason kernel: pci 0000:00:03.3: PCI bridge to [bus 07]
Aug 03 21:27:23 mason kernel: pci 0000:00:03.3: bridge window [mem 0xfce00000-0xfcefffff]
Aug 03 21:27:23 mason kernel: pci 0000:08:00.0: [1022:145a] type 00 class 0x130000
Aug 03 21:27:23 mason kernel: pci 0000:08:00.0: enabling Extended Tags
Aug 03 21:27:23 mason kernel: pci 0000:08:00.2: [1022:1456] type 00 class 0x108000
Aug 03 21:27:23 mason kernel: pci 0000:08:00.2: reg 0x18: [mem 0xfc800000-0xfc8fffff]
Aug 03 21:27:23 mason kernel: pci 0000:08:00.2: reg 0x24: [mem 0xfc900000-0xfc901fff]
Aug 03 21:27:23 mason kernel: pci 0000:08:00.2: enabling Extended Tags
Aug 03 21:27:23 mason kernel: pci 0000:08:00.3: [1022:145c] type 00 class 0x0c0330
Aug 03 21:27:23 mason kernel: pci 0000:08:00.3: reg 0x10: [mem 0xfc700000-0xfc7fffff 64bit]
Aug 03 21:27:23 mason kernel: pci 0000:08:00.3: enabling Extended Tags
Aug 03 21:27:23 mason kernel: pci 0000:08:00.3: PME# supported from D0 D3hot D3cold
Aug 03 21:27:23 mason kernel: pci 0000:00:07.1: PCI bridge to [bus 08]
Aug 03 21:27:23 mason kernel: pci 0000:00:07.1: bridge window [mem 0xfc700000-0xfc9fffff]
Aug 03 21:27:23 mason kernel: pci 0000:09:00.0: [1022:1455] type 00 class 0x130000
Aug 03 21:27:23 mason kernel: pci 0000:09:00.0: enabling Extended Tags
Aug 03 21:27:23 mason kernel: pci 0000:09:00.2: [1022:7901] type 00 class 0x010601
Aug 03 21:27:23 mason kernel: pci 0000:09:00.2: reg 0x24: [mem 0xfcd08000-0xfcd08fff]
Aug 03 21:27:23 mason kernel: pci 0000:09:00.2: enabling Extended Tags
Aug 03 21:27:23 mason kernel: pci 0000:09:00.2: PME# supported from D3hot D3cold
Aug 03 21:27:23 mason kernel: pci 0000:09:00.3: [1022:1457] type 00 class 0x040300
Aug 03 21:27:23 mason kernel: pci 0000:09:00.3: reg 0x10: [mem 0xfcd00000-0xfcd07fff]
Aug 03 21:27:23 mason kernel: pci 0000:09:00.3: enabling Extended Tags
Aug 03 21:27:23 mason kernel: pci 0000:09:00.3: PME# supported from D0 D3hot D3cold
Aug 03 21:27:23 mason kernel: pci 0000:00:08.1: PCI bridge to [bus 09]
Aug 03 21:27:23 mason kernel: pci 0000:00:08.1: bridge window [mem 0xfcd00000-0xfcdfffff]
Aug 03 21:27:23 mason kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 0
Aug 03 21:27:23 mason kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 0
Aug 03 21:27:23 mason kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 0
Aug 03 21:27:23 mason kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 0
Aug 03 21:27:23 mason kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
Aug 03 21:27:23 mason kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
Aug 03 21:27:23 mason kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0
Aug 03 21:27:23 mason kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 0
Aug 03 21:27:23 mason kernel: ACPI: EC: interrupt unblocked
Aug 03 21:27:23 mason kernel: ACPI: EC: event unblocked
Aug 03 21:27:23 mason kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Aug 03 21:27:23 mason kernel: ACPI: EC: GPE=0x2
Aug 03 21:27:23 mason kernel: ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC initialization complete
Aug 03 21:27:23 mason kernel: ACPI: \_SB_.PCI0.SBRG.EC0_: EC: Used to handle transactions and events
Aug 03 21:27:23 mason kernel: iommu: Default domain type: Translated
Aug 03 21:27:23 mason kernel: iommu: DMA domain TLB invalidation policy: lazy mode
Aug 03 21:27:23 mason kernel: SCSI subsystem initialized
Aug 03 21:27:23 mason kernel: libata version 3.00 loaded.
Aug 03 21:27:23 mason kernel: ACPI: bus type USB registered
Aug 03 21:27:23 mason kernel: usbcore: registered new interface driver usbfs
Aug 03 21:27:23 mason kernel: usbcore: registered new interface driver hub
Aug 03 21:27:23 mason kernel: usbcore: registered new device driver usb
Aug 03 21:27:23 mason kernel: pps_core: LinuxPPS API ver. 1 registered
Aug 03 21:27:23 mason kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Aug 03 21:27:23 mason kernel: PTP clock support registered
Aug 03 21:27:23 mason kernel: EDAC MC: Ver: 3.0.0
Aug 03 21:27:23 mason kernel: efivars: Registered efivars operations
Aug 03 21:27:23 mason kernel: NetLabel: Initializing
Aug 03 21:27:23 mason kernel: NetLabel: domain hash size = 128
Aug 03 21:27:23 mason kernel: NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
Aug 03 21:27:23 mason kernel: NetLabel: unlabeled traffic allowed by default
Aug 03 21:27:23 mason kernel: mctp: management component transport protocol core
Aug 03 21:27:23 mason kernel: NET: Registered PF_MCTP protocol family
Aug 03 21:27:23 mason kernel: PCI: Using ACPI for IRQ routing
Aug 03 21:27:23 mason kernel: PCI: pci_cache_line_size set to 64 bytes
Aug 03 21:27:23 mason kernel: e820: reserve RAM buffer [mem 0x09c7f000-0x0bffffff]
Aug 03 21:27:23 mason kernel: e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
Aug 03 21:27:23 mason kernel: e820: reserve RAM buffer [mem 0x0b000000-0x0bffffff]
Aug 03 21:27:23 mason kernel: e820: reserve RAM buffer [mem 0xa8c53018-0xabffffff]
Aug 03 21:27:23 mason kernel: e820: reserve RAM buffer [mem 0xa8c71018-0xabffffff]
Aug 03 21:27:23 mason kernel: e820: reserve RAM buffer [mem 0xb6f6a000-0xb7ffffff]
Aug 03 21:27:23 mason kernel: e820: reserve RAM buffer [mem 0xb9879000-0xbbffffff]
Aug 03 21:27:23 mason kernel: e820: reserve RAM buffer [mem 0xbad58000-0xbbffffff]
Aug 03 21:27:23 mason kernel: e820: reserve RAM buffer [mem 0xbf000000-0xbfffffff]
Aug 03 21:27:23 mason kernel: e820: reserve RAM buffer [mem 0x43f380000-0x43fffffff]
Aug 03 21:27:23 mason kernel: pci 0000:06:00.0: vgaarb: setting as boot VGA device
Aug 03 21:27:23 mason kernel: pci 0000:06:00.0: vgaarb: bridge control possible
Aug 03 21:27:23 mason kernel: pci 0000:06:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
Aug 03 21:27:23 mason kernel: vgaarb: loaded
Aug 03 21:27:23 mason kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
Aug 03 21:27:23 mason kernel: hpet0: 3 comparators, 32-bit 14.318180 MHz counter
Aug 03 21:27:23 mason kernel: clocksource: Switched to clocksource tsc-early
Aug 03 21:27:23 mason kernel: VFS: Disk quotas dquot_6.6.0
Aug 03 21:27:23 mason kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Aug 03 21:27:23 mason kernel: pnp: PnP ACPI init
Aug 03 21:27:23 mason kernel: system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved
Aug 03 21:27:23 mason kernel: system 00:02: [io 0x02a0-0x02af] has been reserved
Aug 03 21:27:23 mason kernel: system 00:02: [io 0x0230-0x023f] has been reserved
Aug 03 21:27:23 mason kernel: system 00:02: [io 0x0290-0x029f] has been reserved
Aug 03 21:27:23 mason kernel: system 00:03: [io 0x04d0-0x04d1] has been reserved
Aug 03 21:27:23 mason kernel: system 00:03: [io 0x040b] has been reserved
Aug 03 21:27:23 mason kernel: system 00:03: [io 0x04d6] has been reserved
Aug 03 21:27:23 mason kernel: system 00:03: [io 0x0c00-0x0c01] has been reserved
Aug 03 21:27:23 mason kernel: system 00:03: [io 0x0c14] has been reserved
Aug 03 21:27:23 mason kernel: system 00:03: [io 0x0c50-0x0c51] has been reserved
Aug 03 21:27:23 mason kernel: system 00:03: [io 0x0c52] has been reserved
Aug 03 21:27:23 mason kernel: system 00:03: [io 0x0c6c] has been reserved
Aug 03 21:27:23 mason kernel: system 00:03: [io 0x0c6f] has been reserved
Aug 03 21:27:23 mason kernel: system 00:03: [io 0x0cd8-0x0cdf] has been reserved
Aug 03 21:27:23 mason kernel: system 00:03: [io 0x0800-0x089f] has been reserved
Aug 03 21:27:23 mason kernel: system 00:03: [io 0x0b00-0x0b0f] has been reserved
Aug 03 21:27:23 mason kernel: system 00:03: [io 0x0b20-0x0b3f] has been reserved
Aug 03 21:27:23 mason kernel: system 00:03: [io 0x0900-0x090f] has been reserved
Aug 03 21:27:23 mason kernel: system 00:03: [io 0x0910-0x091f] has been reserved
Aug 03 21:27:23 mason kernel: system 00:03: [mem 0xfec00000-0xfec00fff] could not be reserved
Aug 03 21:27:23 mason kernel: system 00:03: [mem 0xfec01000-0xfec01fff] could not be reserved
Aug 03 21:27:23 mason kernel: system 00:03: [mem 0xfedc0000-0xfedc0fff] has been reserved
Aug 03 21:27:23 mason kernel: system 00:03: [mem 0xfee00000-0xfee00fff] has been reserved
Aug 03 21:27:23 mason kernel: system 00:03: [mem 0xfed80000-0xfed8ffff] could not be reserved
Aug 03 21:27:23 mason kernel: system 00:03: [mem 0xfec10000-0xfec10fff] has been reserved
Aug 03 21:27:23 mason kernel: system 00:03: [mem 0xff000000-0xffffffff] has been reserved
Aug 03 21:27:23 mason kernel: pnp: PnP ACPI: found 4 devices
Aug 03 21:27:23 mason kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Aug 03 21:27:23 mason kernel: NET: Registered PF_INET protocol family
Aug 03 21:27:23 mason kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Aug 03 21:27:23 mason kernel: tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
Aug 03 21:27:23 mason kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Aug 03 21:27:23 mason kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Aug 03 21:27:23 mason kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Aug 03 21:27:23 mason kernel: TCP: Hash tables configured (established 131072 bind 65536)
Aug 03 21:27:23 mason kernel: MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
Aug 03 21:27:23 mason kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
Aug 03 21:27:23 mason kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
Aug 03 21:27:23 mason kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Aug 03 21:27:23 mason kernel: NET: Registered PF_XDP protocol family
Aug 03 21:27:23 mason kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
Aug 03 21:27:23 mason kernel: pci 0000:02:00.0: bridge window [io 0xd000-0xdfff]
Aug 03 21:27:23 mason kernel: pci 0000:02:00.0: bridge window [mem 0xfcb00000-0xfcbfffff]
Aug 03 21:27:23 mason kernel: pci 0000:02:01.0: PCI bridge to [bus 04]
Aug 03 21:27:23 mason kernel: pci 0000:02:01.0: bridge window [io 0xc000-0xcfff]
Aug 03 21:27:23 mason kernel: pci 0000:02:01.0: bridge window [mem 0xfca00000-0xfcafffff]
Aug 03 21:27:23 mason kernel: pci 0000:02:04.0: PCI bridge to [bus 05]
Aug 03 21:27:23 mason kernel: pci 0000:01:00.2: PCI bridge to [bus 02-05]
Aug 03 21:27:23 mason kernel: pci 0000:01:00.2: bridge window [io 0xc000-0xdfff]
Aug 03 21:27:23 mason kernel: pci 0000:01:00.2: bridge window [mem 0xfca00000-0xfcbfffff]
Aug 03 21:27:23 mason kernel: pci 0000:00:01.3: PCI bridge to [bus 01-05]
Aug 03 21:27:23 mason kernel: pci 0000:00:01.3: bridge window [io 0xc000-0xdfff]
Aug 03 21:27:23 mason kernel: pci 0000:00:01.3: bridge window [mem 0xfca00000-0xfccfffff]
Aug 03 21:27:23 mason kernel: pci 0000:00:03.1: PCI bridge to [bus 06]
Aug 03 21:27:23 mason kernel: pci 0000:00:03.1: bridge window [io 0xe000-0xefff]
Aug 03 21:27:23 mason kernel: pci 0000:00:03.1: bridge window [mem 0xfcf00000-0xfcffffff]
Aug 03 21:27:23 mason kernel: pci 0000:00:03.1: bridge window [mem 0xd0000000-0xe01fffff 64bit pref]
Aug 03 21:27:23 mason kernel: pci 0000:00:03.3: PCI bridge to [bus 07]
Aug 03 21:27:23 mason kernel: pci 0000:00:03.3: bridge window [mem 0xfce00000-0xfcefffff]
Aug 03 21:27:23 mason kernel: pci 0000:00:07.1: PCI bridge to [bus 08]
Aug 03 21:27:23 mason kernel: pci 0000:00:07.1: bridge window [mem 0xfc700000-0xfc9fffff]
Aug 03 21:27:23 mason kernel: pci 0000:00:08.1: PCI bridge to [bus 09]
Aug 03 21:27:23 mason kernel: pci 0000:00:08.1: bridge window [mem 0xfcd00000-0xfcdfffff]
Aug 03 21:27:23 mason kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x03af window]
Aug 03 21:27:23 mason kernel: pci_bus 0000:00: resource 5 [io 0x03e0-0x0cf7 window]
Aug 03 21:27:23 mason kernel: pci_bus 0000:00: resource 6 [io 0x03b0-0x03df window]
Aug 03 21:27:23 mason kernel: pci_bus 0000:00: resource 7 [io 0x0d00-0xefff window]
Aug 03 21:27:23 mason kernel: pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
Aug 03 21:27:23 mason kernel: pci_bus 0000:00: resource 9 [mem 0xc0000000-0xfec2ffff window]
Aug 03 21:27:23 mason kernel: pci_bus 0000:00: resource 10 [mem 0xfee00000-0xffffffff window]
Aug 03 21:27:23 mason kernel: pci_bus 0000:01: resource 0 [io 0xc000-0xdfff]
Aug 03 21:27:23 mason kernel: pci_bus 0000:01: resource 1 [mem 0xfca00000-0xfccfffff]
Aug 03 21:27:23 mason kernel: pci_bus 0000:02: resource 0 [io 0xc000-0xdfff]
Aug 03 21:27:23 mason kernel: pci_bus 0000:02: resource 1 [mem 0xfca00000-0xfcbfffff]
Aug 03 21:27:23 mason kernel: pci_bus 0000:03: resource 0 [io 0xd000-0xdfff]
Aug 03 21:27:23 mason kernel: pci_bus 0000:03: resource 1 [mem 0xfcb00000-0xfcbfffff]
Aug 03 21:27:23 mason kernel: pci_bus 0000:04: resource 0 [io 0xc000-0xcfff]
Aug 03 21:27:23 mason kernel: pci_bus 0000:04: resource 1 [mem 0xfca00000-0xfcafffff]
Aug 03 21:27:23 mason kernel: pci_bus 0000:06: resource 0 [io 0xe000-0xefff]
Aug 03 21:27:23 mason kernel: pci_bus 0000:06: resource 1 [mem 0xfcf00000-0xfcffffff]
Aug 03 21:27:23 mason kernel: pci_bus 0000:06: resource 2 [mem 0xd0000000-0xe01fffff 64bit pref]
Aug 03 21:27:23 mason kernel: pci_bus 0000:07: resource 1 [mem 0xfce00000-0xfcefffff]
Aug 03 21:27:23 mason kernel: pci_bus 0000:08: resource 1 [mem 0xfc700000-0xfc9fffff]
Aug 03 21:27:23 mason kernel: pci_bus 0000:09: resource 1 [mem 0xfcd00000-0xfcdfffff]
Aug 03 21:27:23 mason kernel: pci 0000:06:00.1: D0 power state depends on 0000:06:00.0
Aug 03 21:27:23 mason kernel: PCI: CLS 64 bytes, default 64
Aug 03 21:27:23 mason kernel: pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
Aug 03 21:27:23 mason kernel: pci 0000:00:01.0: Adding to iommu group 0
Aug 03 21:27:23 mason kernel: pci 0000:00:01.3: Adding to iommu group 1
Aug 03 21:27:23 mason kernel: Trying to unpack rootfs image as initramfs...
Aug 03 21:27:23 mason kernel: pci 0000:00:02.0: Adding to iommu group 2
Aug 03 21:27:23 mason kernel: pci 0000:00:03.0: Adding to iommu group 3
Aug 03 21:27:23 mason kernel: pci 0000:00:03.1: Adding to iommu group 4
Aug 03 21:27:23 mason kernel: pci 0000:00:03.3: Adding to iommu group 5
Aug 03 21:27:23 mason kernel: pci 0000:00:04.0: Adding to iommu group 6
Aug 03 21:27:23 mason kernel: pci 0000:00:07.0: Adding to iommu group 7
Aug 03 21:27:23 mason kernel: pci 0000:00:07.1: Adding to iommu group 8
Aug 03 21:27:23 mason kernel: pci 0000:00:08.0: Adding to iommu group 9
Aug 03 21:27:23 mason kernel: pci 0000:00:08.1: Adding to iommu group 10
Aug 03 21:27:23 mason kernel: pci 0000:00:14.0: Adding to iommu group 11
Aug 03 21:27:23 mason kernel: pci 0000:00:14.3: Adding to iommu group 11
Aug 03 21:27:23 mason kernel: pci 0000:00:18.0: Adding to iommu group 12
Aug 03 21:27:23 mason kernel: pci 0000:00:18.1: Adding to iommu group 12
Aug 03 21:27:23 mason kernel: pci 0000:00:18.2: Adding to iommu group 12
Aug 03 21:27:23 mason kernel: pci 0000:00:18.3: Adding to iommu group 12
Aug 03 21:27:23 mason kernel: pci 0000:00:18.4: Adding to iommu group 12
Aug 03 21:27:23 mason kernel: pci 0000:00:18.5: Adding to iommu group 12
Aug 03 21:27:23 mason kernel: pci 0000:00:18.6: Adding to iommu group 12
Aug 03 21:27:23 mason kernel: pci 0000:00:18.7: Adding to iommu group 12
Aug 03 21:27:23 mason kernel: pci 0000:01:00.0: Adding to iommu group 13
Aug 03 21:27:23 mason kernel: pci 0000:01:00.1: Adding to iommu group 13
Aug 03 21:27:23 mason kernel: pci 0000:01:00.2: Adding to iommu group 13
Aug 03 21:27:23 mason kernel: pci 0000:02:00.0: Adding to iommu group 13
Aug 03 21:27:23 mason kernel: pci 0000:02:01.0: Adding to iommu group 13
Aug 03 21:27:23 mason kernel: pci 0000:02:04.0: Adding to iommu group 13
Aug 03 21:27:23 mason kernel: pci 0000:03:00.0: Adding to iommu group 13
Aug 03 21:27:23 mason kernel: pci 0000:04:00.0: Adding to iommu group 13
Aug 03 21:27:23 mason kernel: pci 0000:06:00.0: Adding to iommu group 14
Aug 03 21:27:23 mason kernel: pci 0000:06:00.1: Adding to iommu group 14
Aug 03 21:27:23 mason kernel: pci 0000:07:00.0: Adding to iommu group 15
Aug 03 21:27:23 mason kernel: pci 0000:08:00.0: Adding to iommu group 16
Aug 03 21:27:23 mason kernel: pci 0000:08:00.2: Adding to iommu group 17
Aug 03 21:27:23 mason kernel: pci 0000:08:00.3: Adding to iommu group 18
Aug 03 21:27:23 mason kernel: pci 0000:09:00.0: Adding to iommu group 19
Aug 03 21:27:23 mason kernel: pci 0000:09:00.2: Adding to iommu group 20
Aug 03 21:27:23 mason kernel: pci 0000:09:00.3: Adding to iommu group 21
Aug 03 21:27:23 mason kernel: pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
Aug 03 21:27:23 mason kernel: AMD-Vi: Extended features (0xf77ef22294ada, 0x0): PPR NX GT IA GA PC GA_vAPIC
Aug 03 21:27:23 mason kernel: AMD-Vi: Interrupt remapping enabled
Aug 03 21:27:23 mason kernel: AMD-Vi: Virtual APIC enabled
Aug 03 21:27:23 mason kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Aug 03 21:27:23 mason kernel: software IO TLB: mapped [mem 0x00000000ae210000-0x00000000b2210000] (64MB)
Aug 03 21:27:23 mason kernel: perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
Aug 03 21:27:23 mason kernel: Initialise system trusted keyrings
Aug 03 21:27:23 mason kernel: Key type blacklist registered
Aug 03 21:27:23 mason kernel: workingset: timestamp_bits=41 max_order=22 bucket_order=0
Aug 03 21:27:23 mason kernel: zbud: loaded
Aug 03 21:27:23 mason kernel: integrity: Platform Keyring initialized
Aug 03 21:27:23 mason kernel: integrity: Machine keyring initialized
Aug 03 21:27:23 mason kernel: Key type asymmetric registered
Aug 03 21:27:23 mason kernel: Asymmetric key parser 'x509' registered
Aug 03 21:27:23 mason kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
Aug 03 21:27:23 mason kernel: io scheduler mq-deadline registered
Aug 03 21:27:23 mason kernel: io scheduler kyber registered
Aug 03 21:27:23 mason kernel: io scheduler bfq registered
Aug 03 21:27:23 mason kernel: pcieport 0000:00:01.3: AER: enabled with IRQ 26
Aug 03 21:27:23 mason kernel: pcieport 0000:00:03.1: AER: enabled with IRQ 27
Aug 03 21:27:23 mason kernel: pcieport 0000:00:03.3: AER: enabled with IRQ 28
Aug 03 21:27:23 mason kernel: pcieport 0000:00:07.1: AER: enabled with IRQ 29
Aug 03 21:27:23 mason kernel: pcieport 0000:00:08.1: AER: enabled with IRQ 31
Aug 03 21:27:23 mason kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Aug 03 21:27:23 mason kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
Aug 03 21:27:23 mason kernel: ACPI: button: Power Button [PWRB]
Aug 03 21:27:23 mason kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
Aug 03 21:27:23 mason kernel: ACPI: button: Power Button [PWRF]
Aug 03 21:27:23 mason kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
Aug 03 21:27:23 mason kernel: ACPI: \_PR_.C000: Found 2 idle states
Aug 03 21:27:23 mason kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
Aug 03 21:27:23 mason kernel: ACPI: \_PR_.C002: Found 2 idle states
Aug 03 21:27:23 mason kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
Aug 03 21:27:23 mason kernel: ACPI: \_PR_.C004: Found 2 idle states
Aug 03 21:27:23 mason kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
Aug 03 21:27:23 mason kernel: ACPI: \_PR_.C006: Found 2 idle states
Aug 03 21:27:23 mason kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
Aug 03 21:27:23 mason kernel: ACPI: \_PR_.C008: Found 2 idle states
Aug 03 21:27:23 mason kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
Aug 03 21:27:23 mason kernel: ACPI: \_PR_.C00A: Found 2 idle states
Aug 03 21:27:23 mason kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
Aug 03 21:27:23 mason kernel: ACPI: \_PR_.C001: Found 2 idle states
Aug 03 21:27:23 mason kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
Aug 03 21:27:23 mason kernel: ACPI: \_PR_.C003: Found 2 idle states
Aug 03 21:27:23 mason kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
Aug 03 21:27:23 mason kernel: ACPI: \_PR_.C005: Found 2 idle states
Aug 03 21:27:23 mason kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
Aug 03 21:27:23 mason kernel: ACPI: \_PR_.C007: Found 2 idle states
Aug 03 21:27:23 mason kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
Aug 03 21:27:23 mason kernel: ACPI: \_PR_.C009: Found 2 idle states
Aug 03 21:27:23 mason kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
Aug 03 21:27:23 mason kernel: ACPI: \_PR_.C00B: Found 2 idle states
Aug 03 21:27:23 mason kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Aug 03 21:27:23 mason kernel: serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
Aug 03 21:27:23 mason kernel: Non-volatile memory driver v1.3
Aug 03 21:27:23 mason kernel: Linux agpgart interface v0.103
Aug 03 21:27:23 mason kernel: tpm tpm0: AMD fTPM version 0x3000700000003 causes system stutter; hwrng disabled
Aug 03 21:27:23 mason kernel: AMD-Vi: AMD IOMMUv2 loaded and initialized
Aug 03 21:27:23 mason kernel: ACPI: bus type drm_connector registered
Aug 03 21:27:23 mason kernel: ahci 0000:01:00.1: version 3.0
Aug 03 21:27:23 mason kernel: ahci 0000:01:00.1: SSS flag set, parallel bus scan disabled
Aug 03 21:27:23 mason kernel: ahci 0000:01:00.1: AHCI 0001.0301 32 slots 8 ports 6 Gbps 0x33 impl SATA mode
Aug 03 21:27:23 mason kernel: ahci 0000:01:00.1: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part sxs deso sadm sds apst
Aug 03 21:27:23 mason kernel: scsi host0: ahci
Aug 03 21:27:23 mason kernel: scsi host1: ahci
Aug 03 21:27:23 mason kernel: scsi host2: ahci
Aug 03 21:27:23 mason kernel: scsi host3: ahci
Aug 03 21:27:23 mason kernel: scsi host4: ahci
Aug 03 21:27:23 mason kernel: scsi host5: ahci
Aug 03 21:27:23 mason kernel: scsi host6: ahci
Aug 03 21:27:23 mason kernel: scsi host7: ahci
Aug 03 21:27:23 mason kernel: ata1: SATA max UDMA/133 abar m131072@0xfcc80000 port 0xfcc80100 irq 37
Aug 03 21:27:23 mason kernel: ata2: SATA max UDMA/133 abar m131072@0xfcc80000 port 0xfcc80180 irq 37
Aug 03 21:27:23 mason kernel: ata3: DUMMY
Aug 03 21:27:23 mason kernel: ata4: DUMMY
Aug 03 21:27:23 mason kernel: ata5: SATA max UDMA/133 abar m131072@0xfcc80000 port 0xfcc80300 irq 37
Aug 03 21:27:23 mason kernel: ata6: SATA max UDMA/133 abar m131072@0xfcc80000 port 0xfcc80380 irq 37
Aug 03 21:27:23 mason kernel: ata7: DUMMY
Aug 03 21:27:23 mason kernel: ata8: DUMMY
Aug 03 21:27:23 mason kernel: ahci 0000:09:00.2: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x8 impl SATA mode
Aug 03 21:27:23 mason kernel: ahci 0000:09:00.2: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part
Aug 03 21:27:23 mason kernel: scsi host8: ahci
Aug 03 21:27:23 mason kernel: scsi host9: ahci
Aug 03 21:27:23 mason kernel: scsi host10: ahci
Aug 03 21:27:23 mason kernel: scsi host11: ahci
Aug 03 21:27:23 mason kernel: ata9: DUMMY
Aug 03 21:27:23 mason kernel: ata10: DUMMY
Aug 03 21:27:23 mason kernel: ata11: DUMMY
Aug 03 21:27:23 mason kernel: ata12: SATA max UDMA/133 abar m4096@0xfcd08000 port 0xfcd08280 irq 42
Aug 03 21:27:23 mason kernel: usbcore: registered new interface driver usbserial_generic
Aug 03 21:27:23 mason kernel: usbserial: USB Serial support registered for generic
Aug 03 21:27:23 mason kernel: rtc_cmos 00:01: RTC can wake from S4
Aug 03 21:27:23 mason kernel: rtc_cmos 00:01: registered as rtc0
Aug 03 21:27:23 mason kernel: rtc_cmos 00:01: setting system clock to 2023-08-04T02:27:18 UTC (1691116038)
Aug 03 21:27:23 mason kernel: rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
Aug 03 21:27:23 mason kernel: amd_pstate: driver load is disabled, boot with specific mode to enable this
Aug 03 21:27:23 mason kernel: ledtrig-cpu: registered to indicate activity on CPUs
Aug 03 21:27:23 mason kernel: efifb: probing for efifb
Aug 03 21:27:23 mason kernel: efifb: showing boot graphics
Aug 03 21:27:23 mason kernel: efifb: framebuffer at 0xd0000000, using 8100k, total 8100k
Aug 03 21:27:23 mason kernel: efifb: mode is 1920x1080x32, linelength=7680, pages=1
Aug 03 21:27:23 mason kernel: efifb: scrolling: redraw
Aug 03 21:27:23 mason kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Aug 03 21:27:23 mason kernel: fbcon: Deferring console take-over
Aug 03 21:27:23 mason kernel: fb0: EFI VGA frame buffer device
Aug 03 21:27:23 mason kernel: hid: raw HID events driver (C) Jiri Kosina
Aug 03 21:27:23 mason kernel: drop_monitor: Initializing network drop monitor service
Aug 03 21:27:23 mason kernel: Freeing initrd memory: 34040K
Aug 03 21:27:23 mason kernel: Initializing XFRM netlink socket
Aug 03 21:27:23 mason kernel: NET: Registered PF_INET6 protocol family
Aug 03 21:27:23 mason kernel: Segment Routing with IPv6
Aug 03 21:27:23 mason kernel: RPL Segment Routing with IPv6
Aug 03 21:27:23 mason kernel: In-situ OAM (IOAM) with IPv6
Aug 03 21:27:23 mason kernel: NET: Registered PF_PACKET protocol family
Aug 03 21:27:23 mason kernel: microcode: CPU0: patch_level=0x08001138
Aug 03 21:27:23 mason kernel: microcode: CPU1: patch_level=0x08001138
Aug 03 21:27:23 mason kernel: microcode: CPU2: patch_level=0x08001138
Aug 03 21:27:23 mason kernel: microcode: CPU4: patch_level=0x08001138
Aug 03 21:27:23 mason kernel: microcode: CPU6: patch_level=0x08001138
Aug 03 21:27:23 mason kernel: microcode: CPU5: patch_level=0x08001138
Aug 03 21:27:23 mason kernel: microcode: CPU7: patch_level=0x08001138
Aug 03 21:27:23 mason kernel: microcode: CPU8: patch_level=0x08001138
Aug 03 21:27:23 mason kernel: microcode: CPU3: patch_level=0x08001138
Aug 03 21:27:23 mason kernel: microcode: CPU10: patch_level=0x08001138
Aug 03 21:27:23 mason kernel: microcode: CPU9: patch_level=0x08001138
Aug 03 21:27:23 mason kernel: microcode: CPU11: patch_level=0x08001138
Aug 03 21:27:23 mason kernel: microcode: Microcode Update Driver: v2.2.
Aug 03 21:27:23 mason kernel: IPI shorthand broadcast: enabled
Aug 03 21:27:23 mason kernel: sched_clock: Marking stable (475349451, 449936)->(615075016, -139275629)
Aug 03 21:27:23 mason kernel: registered taskstats version 1
Aug 03 21:27:23 mason kernel: Loading compiled-in X.509 certificates
Aug 03 21:27:23 mason kernel: Loaded X.509 cert 'Build time autogenerated kernel key: d62c2a21e8f05ab9a7ffab50d974c208f7d1cc2e'
Aug 03 21:27:23 mason kernel: zswap: loaded using pool zstd/zsmalloc
Aug 03 21:27:23 mason kernel: Key type .fscrypt registered
Aug 03 21:27:23 mason kernel: Key type fscrypt-provisioning registered
Aug 03 21:27:23 mason kernel: integrity: Loading X.509 certificate: UEFI:db
Aug 03 21:27:23 mason kernel: integrity: Loaded X.509 cert 'ASUSTeK MotherBoard SW Key Certificate: da83b990422ebc8c441f8d8b039a65a2'
Aug 03 21:27:23 mason kernel: integrity: Loading X.509 certificate: UEFI:db
Aug 03 21:27:23 mason kernel: integrity: Loaded X.509 cert 'ASUSTeK Notebook SW Key Certificate: b8e581e4df77a5bb4282d5ccfc00c071'
Aug 03 21:27:23 mason kernel: integrity: Loading X.509 certificate: UEFI:db
Aug 03 21:27:23 mason kernel: integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
Aug 03 21:27:23 mason kernel: integrity: Loading X.509 certificate: UEFI:db
Aug 03 21:27:23 mason kernel: integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
Aug 03 21:27:23 mason kernel: integrity: Loading X.509 certificate: UEFI:db
Aug 03 21:27:23 mason kernel: integrity: Loaded X.509 cert 'Canonical Ltd. Master Certificate Authority: ad91990bc22ab1f517048c23b6655a268e345a63'
Aug 03 21:27:23 mason kernel: PM: Magic number: 3:447:459
Aug 03 21:27:23 mason kernel: RAS: Correctable Errors collector initialized.
Aug 03 21:27:23 mason kernel: clk: Disabling unused clocks
Aug 03 21:27:23 mason kernel: ata1: SATA link down (SStatus 0 SControl 330)
Aug 03 21:27:23 mason kernel: ata12: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Aug 03 21:27:23 mason kernel: ata12.00: ATA-11: WDC WDS100T2B0B-00YS70, 401020WD, max UDMA/133
Aug 03 21:27:23 mason kernel: ata12.00: 1953525168 sectors, multi 1: LBA48 NCQ (depth 32), AA
Aug 03 21:27:23 mason kernel: ata12.00: Features: Dev-Sleep
Aug 03 21:27:23 mason kernel: ata12.00: configured for UDMA/133
Aug 03 21:27:23 mason kernel: ata2: SATA link down (SStatus 0 SControl 330)
Aug 03 21:27:23 mason kernel: tsc: Refined TSC clocksource calibration: 3193.999 MHz
Aug 03 21:27:23 mason kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2e0a24cf65f, max_idle_ns: 440795271781 ns
Aug 03 21:27:23 mason kernel: clocksource: Switched to clocksource tsc
Aug 03 21:27:23 mason kernel: ata5: SATA link down (SStatus 0 SControl 330)
Aug 03 21:27:23 mason kernel: ata6: SATA link down (SStatus 0 SControl 330)
Aug 03 21:27:23 mason kernel: scsi 11:0:0:0: Direct-Access ATA WDC WDS100T2B0B 20WD PQ: 0 ANSI: 5
Aug 03 21:27:23 mason kernel: sd 11:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
Aug 03 21:27:23 mason kernel: sd 11:0:0:0: [sda] Write Protect is off
Aug 03 21:27:23 mason kernel: sd 11:0:0:0: [sda] Mode Sense: 00 3a 00 00
Aug 03 21:27:23 mason kernel: sd 11:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Aug 03 21:27:23 mason kernel: sd 11:0:0:0: [sda] Preferred minimum I/O size 512 bytes
Aug 03 21:27:23 mason kernel: sda: sda1 sda2 sda3
Aug 03 21:27:23 mason kernel: sd 11:0:0:0: [sda] Attached SCSI disk
Aug 03 21:27:23 mason kernel: Freeing unused decrypted memory: 2036K
Aug 03 21:27:23 mason kernel: Freeing unused kernel image (initmem) memory: 3344K
Aug 03 21:27:23 mason kernel: Write protecting the kernel read-only data: 30720k
Aug 03 21:27:23 mason kernel: Freeing unused kernel image (rodata/data gap) memory: 1572K
Aug 03 21:27:23 mason kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Aug 03 21:27:23 mason kernel: rodata_test: all tests were successful
Aug 03 21:27:23 mason kernel: Run /init as init process
Aug 03 21:27:23 mason kernel: with arguments:
Aug 03 21:27:23 mason kernel: /init
Aug 03 21:27:23 mason kernel: with environment:
Aug 03 21:27:23 mason kernel: HOME=/
Aug 03 21:27:23 mason kernel: TERM=linux
Aug 03 21:27:23 mason kernel: BOOT_IMAGE=/vmlinuz-linux
Aug 03 21:27:23 mason kernel: xhci_hcd 0000:01:00.0: xHCI Host Controller
Aug 03 21:27:23 mason kernel: xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
Aug 03 21:27:23 mason kernel: nvme nvme0: pci function 0000:07:00.0
Aug 03 21:27:23 mason kernel: nvme nvme0: 32/0/0 default/read/poll queues
Aug 03 21:27:23 mason kernel: nvme0n1: p1 p2
Aug 03 21:27:23 mason kernel: xhci_hcd 0000:01:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000000000000410
Aug 03 21:27:23 mason kernel: xhci_hcd 0000:01:00.0: xHCI Host Controller
Aug 03 21:27:23 mason kernel: xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
Aug 03 21:27:23 mason kernel: xhci_hcd 0000:01:00.0: Host supports USB 3.1 Enhanced SuperSpeed
Aug 03 21:27:23 mason kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.04
Aug 03 21:27:23 mason kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 03 21:27:23 mason kernel: usb usb1: Product: xHCI Host Controller
Aug 03 21:27:23 mason kernel: usb usb1: Manufacturer: Linux 6.4.7-arch1-3 xhci-hcd
Aug 03 21:27:23 mason kernel: usb usb1: SerialNumber: 0000:01:00.0
Aug 03 21:27:23 mason kernel: hub 1-0:1.0: USB hub found
Aug 03 21:27:23 mason kernel: hub 1-0:1.0: 10 ports detected
Aug 03 21:27:23 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT5._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 21:27:23 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT5._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 21:27:23 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT6._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 21:27:23 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT6._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 21:27:23 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT7._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 21:27:23 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT7._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 21:27:23 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT8._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 21:27:23 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT8._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 21:27:23 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT9._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 21:27:23 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT9._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 21:27:23 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO10._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 21:27:23 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO10._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 21:27:23 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO11._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 21:27:23 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO11._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 21:27:23 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO12._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 21:27:23 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO12._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 21:27:23 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO13._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 21:27:23 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO13._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 21:27:23 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO14._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 21:27:23 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO14._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 21:27:23 mason kernel: usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
Aug 03 21:27:23 mason kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.04
Aug 03 21:27:23 mason kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 03 21:27:23 mason kernel: usb usb2: Product: xHCI Host Controller
Aug 03 21:27:23 mason kernel: usb usb2: Manufacturer: Linux 6.4.7-arch1-3 xhci-hcd
Aug 03 21:27:23 mason kernel: usb usb2: SerialNumber: 0000:01:00.0
Aug 03 21:27:23 mason kernel: hub 2-0:1.0: USB hub found
Aug 03 21:27:23 mason kernel: hub 2-0:1.0: 4 ports detected
Aug 03 21:27:23 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT1._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 21:27:23 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT1._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 21:27:23 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT2._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 21:27:23 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT2._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 21:27:23 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT3._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 21:27:23 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT3._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 21:27:23 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT4._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 21:27:23 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT4._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 21:27:23 mason kernel: xhci_hcd 0000:08:00.3: xHCI Host Controller
Aug 03 21:27:23 mason kernel: xhci_hcd 0000:08:00.3: new USB bus registered, assigned bus number 3
Aug 03 21:27:23 mason kernel: xhci_hcd 0000:08:00.3: hcc params 0x0270f665 hci version 0x100 quirks 0x0000000040000410
Aug 03 21:27:23 mason kernel: xhci_hcd 0000:08:00.3: xHCI Host Controller
Aug 03 21:27:23 mason kernel: xhci_hcd 0000:08:00.3: new USB bus registered, assigned bus number 4
Aug 03 21:27:23 mason kernel: xhci_hcd 0000:08:00.3: Host supports USB 3.0 SuperSpeed
Aug 03 21:27:23 mason kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.04
Aug 03 21:27:23 mason kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 03 21:27:23 mason kernel: usb usb3: Product: xHCI Host Controller
Aug 03 21:27:23 mason kernel: usb usb3: Manufacturer: Linux 6.4.7-arch1-3 xhci-hcd
Aug 03 21:27:23 mason kernel: usb usb3: SerialNumber: 0000:08:00.3
Aug 03 21:27:23 mason kernel: hub 3-0:1.0: USB hub found
Aug 03 21:27:23 mason kernel: hub 3-0:1.0: 4 ports detected
Aug 03 21:27:23 mason kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
Aug 03 21:27:23 mason kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.04
Aug 03 21:27:23 mason kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 03 21:27:23 mason kernel: usb usb4: Product: xHCI Host Controller
Aug 03 21:27:23 mason kernel: usb usb4: Manufacturer: Linux 6.4.7-arch1-3 xhci-hcd
Aug 03 21:27:23 mason kernel: usb usb4: SerialNumber: 0000:08:00.3
Aug 03 21:27:23 mason kernel: hub 4-0:1.0: USB hub found
Aug 03 21:27:23 mason kernel: hub 4-0:1.0: 4 ports detected
Aug 03 21:27:23 mason kernel: usb 1-1: new low-speed USB device number 2 using xhci_hcd
Aug 03 21:27:23 mason kernel: usb 3-3: new high-speed USB device number 2 using xhci_hcd
Aug 03 21:27:23 mason kernel: usb 1-1: New USB device found, idVendor=c0f4, idProduct=06f0, bcdDevice= 1.10
Aug 03 21:27:23 mason kernel: usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Aug 03 21:27:23 mason kernel: usb 1-1: Product: Usb KeyBoard
Aug 03 21:27:23 mason kernel: usb 1-1: Manufacturer: Usb KeyBoard
Aug 03 21:27:23 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT5._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 21:27:23 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT5._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 21:27:23 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT5._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 21:27:23 mason kernel: usb 2-3: new SuperSpeed USB device number 2 using xhci_hcd
Aug 03 21:27:23 mason kernel: usb 3-3: New USB device found, idVendor=046d, idProduct=0825, bcdDevice= 5.62
Aug 03 21:27:23 mason kernel: usb 3-3: New USB device strings: Mfr=0, Product=2, SerialNumber=1
Aug 03 21:27:23 mason kernel: usb 3-3: Product: C270 HD WEBCAM
Aug 03 21:27:23 mason kernel: usb 3-3: SerialNumber: 157C4260
Aug 03 21:27:23 mason kernel: usb 2-3: New USB device found, idVendor=0781, idProduct=5591, bcdDevice= 1.00
Aug 03 21:27:23 mason kernel: usb 2-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Aug 03 21:27:23 mason kernel: usb 2-3: Product: Ultra USB 3.0
Aug 03 21:27:23 mason kernel: usb 2-3: Manufacturer: SanDisk
Aug 03 21:27:23 mason kernel: usb 2-3: SerialNumber: 4C530000061113116025
Aug 03 21:27:23 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT3._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 21:27:23 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT3._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 21:27:23 mason kernel: usb 1-2: new full-speed USB device number 3 using xhci_hcd
Aug 03 21:27:23 mason kernel: usb 3-4: new high-speed USB device number 3 using xhci_hcd
Aug 03 21:27:23 mason kernel: usb 3-4: New USB device found, idVendor=054c, idProduct=0ce6, bcdDevice= 1.00
Aug 03 21:27:23 mason kernel: usb 3-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Aug 03 21:27:23 mason kernel: usb 3-4: Product: DualSense Wireless Controller
Aug 03 21:27:23 mason kernel: usb 3-4: Manufacturer: Sony Interactive Entertainment
Aug 03 21:27:23 mason kernel: usb 1-2: New USB device found, idVendor=046d, idProduct=c08c, bcdDevice=28.01
Aug 03 21:27:23 mason kernel: usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Aug 03 21:27:23 mason kernel: usb 1-2: Product: G PRO Gaming Mouse
Aug 03 21:27:23 mason kernel: usb 1-2: Manufacturer: Logitech
Aug 03 21:27:23 mason kernel: usb 1-2: SerialNumber: 0F8F396C3438
Aug 03 21:27:23 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT6._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 21:27:23 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT6._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 21:27:23 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT6._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 21:27:23 mason kernel: usb 1-6: new full-speed USB device number 4 using xhci_hcd
Aug 03 21:27:23 mason kernel: usb 1-6: New USB device found, idVendor=0b05, idProduct=1872, bcdDevice= 2.00
Aug 03 21:27:23 mason kernel: usb 1-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Aug 03 21:27:23 mason kernel: usb 1-6: Product: AURA LED Controller
Aug 03 21:27:23 mason kernel: usb 1-6: Manufacturer: AsusTek Computer Inc.
Aug 03 21:27:23 mason kernel: usb 1-6: SerialNumber: 00000000001A
Aug 03 21:27:23 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO10._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 21:27:23 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO10._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 21:27:23 mason kernel: usb 1-8: new full-speed USB device number 5 using xhci_hcd
Aug 03 21:27:23 mason kernel: usb 1-8: New USB device found, idVendor=0b05, idProduct=185c, bcdDevice= 1.10
Aug 03 21:27:23 mason kernel: usb 1-8: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Aug 03 21:27:23 mason kernel: usb 1-8: Product: Bluetooth Radio
Aug 03 21:27:23 mason kernel: usb 1-8: Manufacturer: Realtek
Aug 03 21:27:23 mason kernel: usb 1-8: SerialNumber: 00e04c000001
Aug 03 21:27:23 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO12._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 21:27:23 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO12._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 21:27:23 mason kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO12._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 03 21:27:23 mason kernel: usb-storage 2-3:1.0: USB Mass Storage device detected
Aug 03 21:27:23 mason kernel: scsi host12: usb-storage 2-3:1.0
Aug 03 21:27:23 mason kernel: usbcore: registered new interface driver usb-storage
Aug 03 21:27:23 mason kernel: usbcore: registered new interface driver uas
Aug 03 21:27:23 mason kernel: [drm] amdgpu kernel modesetting enabled.
Aug 03 21:27:23 mason kernel: amdgpu: Ignoring ACPI CRAT on non-APU system
Aug 03 21:27:23 mason kernel: amdgpu: Virtual CRAT table created for CPU
Aug 03 21:27:23 mason kernel: amdgpu: Topology: Add CPU node
Aug 03 21:27:23 mason kernel: amdgpu 0000:06:00.0: enabling device (0006 -> 0007)
Aug 03 21:27:23 mason kernel: [drm] initializing kernel modesetting (POLARIS10 0x1002:0x67DF 0x1682:0xC570 0xEF).
Aug 03 21:27:23 mason kernel: [drm] register mmio base: 0xFCF00000
Aug 03 21:27:23 mason kernel: [drm] register mmio size: 262144
Aug 03 21:27:23 mason kernel: [drm] add ip block number 0 <vi_common>
Aug 03 21:27:23 mason kernel: [drm] add ip block number 1 <gmc_v8_0>
Aug 03 21:27:23 mason kernel: [drm] add ip block number 2 <tonga_ih>
Aug 03 21:27:23 mason kernel: [drm] add ip block number 3 <gfx_v8_0>
Aug 03 21:27:23 mason kernel: [drm] add ip block number 4 <sdma_v3_0>
Aug 03 21:27:23 mason kernel: [drm] add ip block number 5 <powerplay>
Aug 03 21:27:23 mason kernel: [drm] add ip block number 6 <dm>
Aug 03 21:27:23 mason kernel: [drm] add ip block number 7 <uvd_v6_0>
Aug 03 21:27:23 mason kernel: [drm] add ip block number 8 <vce_v3_0>
Aug 03 21:27:23 mason kernel: amdgpu 0000:06:00.0: amdgpu: Fetched VBIOS from VFCT
Aug 03 21:27:23 mason kernel: amdgpu: ATOM BIOS: 113-57085SMA1-W90
Aug 03 21:27:23 mason kernel: [drm] UVD is enabled in VM mode
Aug 03 21:27:23 mason kernel: [drm] UVD ENC is enabled in VM mode
Aug 03 21:27:23 mason kernel: [drm] VCE enabled in VM mode
Aug 03 21:27:23 mason kernel: amdgpu 0000:06:00.0: vgaarb: deactivate vga console
Aug 03 21:27:23 mason kernel: amdgpu 0000:06:00.0: amdgpu: Trusted Memory Zone (TMZ) feature not supported
Aug 03 21:27:23 mason kernel: [drm] vm size is 64 GB, 2 levels, block size is 10-bit, fragment size is 9-bit
Aug 03 21:27:23 mason kernel: amdgpu 0000:06:00.0: amdgpu: VRAM: 8192M 0x000000F400000000 - 0x000000F5FFFFFFFF (8192M used)
Aug 03 21:27:23 mason kernel: amdgpu 0000:06:00.0: amdgpu: GART: 256M 0x000000FF00000000 - 0x000000FF0FFFFFFF
Aug 03 21:27:23 mason kernel: [drm] Detected VRAM RAM=8192M, BAR=256M
Aug 03 21:27:23 mason kernel: [drm] RAM width 256bits GDDR5
Aug 03 21:27:23 mason kernel: [drm] amdgpu: 8192M of VRAM memory ready
Aug 03 21:27:23 mason kernel: [drm] amdgpu: 7955M of GTT memory ready.
Aug 03 21:27:23 mason kernel: [drm] GART: num cpu pages 65536, num gpu pages 65536
Aug 03 21:27:23 mason kernel: [drm] PCIE GART of 256M enabled (table at 0x000000F400800000).
Aug 03 21:27:23 mason kernel: [drm] Chained IB support enabled!
Aug 03 21:27:23 mason kernel: input: Usb KeyBoard Usb KeyBoard as /devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-1/1-1:1.0/0003:C0F4:06F0.0001/input/input2
Aug 03 21:27:23 mason kernel: amdgpu: hwmgr_sw_init smu backed is polaris10_smu
Aug 03 21:27:23 mason kernel: [drm] Found UVD firmware Version: 1.130 Family ID: 16
Aug 03 21:27:23 mason kernel: [drm] Found VCE firmware Version: 53.26 Binary ID: 3
Aug 03 21:27:23 mason kernel: hid-generic 0003:C0F4:06F0.0001: input,hidraw0: USB HID v1.10 Keyboard [Usb KeyBoard Usb KeyBoard] on usb-0000:01:00.0-1/input0
Aug 03 21:27:23 mason kernel: input: Usb KeyBoard Usb KeyBoard Consumer Control as /devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-1/1-1:1.1/0003:C0F4:06F0.0002/input/input3
Aug 03 21:27:23 mason kernel: [drm] Display Core initialized with v3.2.230!
Aug 03 21:27:23 mason kernel: input: Usb KeyBoard Usb KeyBoard System Control as /devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-1/1-1:1.1/0003:C0F4:06F0.0002/input/input4
Aug 03 21:27:23 mason kernel: hid-generic 0003:C0F4:06F0.0002: input,hidraw1: USB HID v1.10 Device [Usb KeyBoard Usb KeyBoard] on usb-0000:01:00.0-1/input1
Aug 03 21:27:23 mason kernel: input: Sony Interactive Entertainment DualSense Wireless Controller as /devices/pci0000:00/0000:00:07.1/0000:08:00.3/usb3/3-4/3-4:1.3/0003:054C:0CE6.0003/input/input5
Aug 03 21:27:23 mason kernel: hid-generic 0003:054C:0CE6.0003: input,hidraw2: USB HID v1.11 Gamepad [Sony Interactive Entertainment DualSense Wireless Controller] on usb-0000:08:00.3-4/input3
Aug 03 21:27:23 mason kernel: input: Logitech G PRO Gaming Mouse as /devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-2/1-2:1.0/0003:046D:C08C.0004/input/input6
Aug 03 21:27:23 mason kernel: hid-generic 0003:046D:C08C.0004: input,hidraw3: USB HID v1.11 Mouse [Logitech G PRO Gaming Mouse] on usb-0000:01:00.0-2/input0
Aug 03 21:27:23 mason kernel: input: Logitech G PRO Gaming Mouse Keyboard as /devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-2/1-2:1.1/0003:046D:C08C.0005/input/input7
Aug 03 21:27:23 mason kernel: [drm] UVD and UVD ENC initialized successfully.
Aug 03 21:27:23 mason kernel: hid-generic 0003:046D:C08C.0005: input,hiddev96,hidraw4: USB HID v1.11 Keyboard [Logitech G PRO Gaming Mouse] on usb-0000:01:00.0-2/input1
Aug 03 21:27:23 mason kernel: hid-generic 0003:0B05:1872.0006: hiddev97,hidraw5: USB HID v1.11 Device [AsusTek Computer Inc. AURA LED Controller] on usb-0000:01:00.0-6/input0
Aug 03 21:27:23 mason kernel: usbcore: registered new interface driver usbhid
Aug 03 21:27:23 mason kernel: usbhid: USB HID core driver
Aug 03 21:27:23 mason kernel: playstation 0003:054C:0CE6.0003: hidraw2: USB HID v1.11 Gamepad [Sony Interactive Entertainment DualSense Wireless Controller] on usb-0000:08:00.3-4/input3
Aug 03 21:27:23 mason kernel: [drm] VCE initialized successfully.
Aug 03 21:27:23 mason kernel: kfd kfd: amdgpu: Allocated 3969056 bytes on gart
Aug 03 21:27:23 mason kernel: amdgpu: sdma_bitmap: f
Aug 03 21:27:23 mason kernel: amdgpu: SRAT table not found
Aug 03 21:27:23 mason kernel: amdgpu: Virtual CRAT table created for GPU
Aug 03 21:27:23 mason kernel: amdgpu: Topology: Add dGPU node [0x67df:0x1002]
Aug 03 21:27:23 mason kernel: kfd kfd: amdgpu: added device 1002:67df
Aug 03 21:27:23 mason kernel: amdgpu 0000:06:00.0: amdgpu: SE 4, SH per SE 1, CU per SH 9, active_cu_number 32
Aug 03 21:27:23 mason kernel: amdgpu 0000:06:00.0: amdgpu: Using BACO for runtime pm
Aug 03 21:27:23 mason kernel: [drm] Initialized amdgpu 3.52.0 20150101 for 0000:06:00.0 on minor 0
Aug 03 21:27:23 mason kernel: fbcon: amdgpudrmfb (fb0) is primary device
Aug 03 21:27:23 mason kernel: fbcon: Deferring console take-over
Aug 03 21:27:23 mason kernel: amdgpu 0000:06:00.0: [drm] fb0: amdgpudrmfb frame buffer device
Aug 03 21:27:23 mason kernel: input: Sony Interactive Entertainment DualSense Wireless Controller as /devices/pci0000:00/0000:00:07.1/0000:08:00.3/usb3/3-4/3-4:1.3/0003:054C:0CE6.0003/input/input10
Aug 03 21:27:23 mason kernel: input: Sony Interactive Entertainment DualSense Wireless Controller Motion Sensors as /devices/pci0000:00/0000:00:07.1/0000:08:00.3/usb3/3-4/3-4:1.3/0003:054C:0CE6.0003/input/input11
Aug 03 21:27:23 mason kernel: input: Sony Interactive Entertainment DualSense Wireless Controller Touchpad as /devices/pci0000:00/0000:00:07.1/0000:08:00.3/usb3/3-4/3-4:1.3/0003:054C:0CE6.0003/input/input12
Aug 03 21:27:23 mason kernel: playstation 0003:054C:0CE6.0003: Registered DualSense controller hw_version=0x00000414 fw_version=0x01070008
Aug 03 21:27:23 mason kernel: fbcon: Taking over console
Aug 03 21:27:23 mason kernel: Console: switching to colour frame buffer device 240x67
Aug 03 21:27:23 mason kernel: EXT4-fs (sda3): mounted filesystem 34724c46-2d8c-4c4c-8846-d599153eee7c r/w with ordered data mode. Quota mode: none.
Aug 03 21:27:23 mason systemd[1]: systemd 254-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
Aug 03 21:27:23 mason systemd[1]: Detected architecture x86-64.
Aug 03 21:27:23 mason systemd[1]: Hostname set to <mason>.
Aug 03 21:27:23 mason systemd[1]: bpf-lsm: LSM BPF program attached
Aug 03 21:27:23 mason systemd[1]: Queued start job for default target Multi-User System.
Aug 03 21:27:23 mason kernel: scsi 12:0:0:0: Direct-Access SanDisk Ultra USB 3.0 1.00 PQ: 0 ANSI: 6
Aug 03 21:27:23 mason kernel: sd 12:0:0:0: [sdb] 30031872 512-byte logical blocks: (15.4 GB/14.3 GiB)
Aug 03 21:27:23 mason kernel: sd 12:0:0:0: [sdb] Write Protect is off
Aug 03 21:27:23 mason kernel: sd 12:0:0:0: [sdb] Mode Sense: 43 00 00 00
Aug 03 21:27:23 mason kernel: sd 12:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
Aug 03 21:27:23 mason kernel: sdb: sdb1
Aug 03 21:27:23 mason kernel: sd 12:0:0:0: [sdb] Attached SCSI removable disk
Aug 03 21:27:23 mason systemd[1]: Created slice Slice /system/getty.
Aug 03 21:27:23 mason systemd[1]: Created slice Slice /system/modprobe.
Aug 03 21:27:23 mason systemd[1]: Created slice User and Session Slice.
Aug 03 21:27:23 mason systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Aug 03 21:27:23 mason systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Aug 03 21:27:23 mason systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Aug 03 21:27:23 mason systemd[1]: Reached target Local Encrypted Volumes.
Aug 03 21:27:23 mason systemd[1]: Reached target Local Integrity Protected Volumes.
Aug 03 21:27:23 mason systemd[1]: Reached target Path Units.
Aug 03 21:27:23 mason systemd[1]: Reached target Remote File Systems.
Aug 03 21:27:23 mason systemd[1]: Reached target Slice Units.
Aug 03 21:27:23 mason systemd[1]: Reached target Local Verity Protected Volumes.
Aug 03 21:27:23 mason systemd[1]: Listening on Device-mapper event daemon FIFOs.
Aug 03 21:27:23 mason systemd[1]: Listening on Process Core Dump Socket.
Aug 03 21:27:23 mason systemd[1]: Listening on Journal Socket (/dev/log).
Aug 03 21:27:23 mason systemd[1]: Listening on Journal Socket.
Aug 03 21:27:23 mason systemd[1]: Listening on udev Control Socket.
Aug 03 21:27:23 mason systemd[1]: Listening on udev Kernel Socket.
Aug 03 21:27:23 mason systemd[1]: Mounting Huge Pages File System...
Aug 03 21:27:23 mason systemd[1]: Mounting POSIX Message Queue File System...
Aug 03 21:27:23 mason systemd[1]: Mounting Kernel Debug File System...
Aug 03 21:27:23 mason systemd[1]: Mounting Kernel Trace File System...
Aug 03 21:27:23 mason systemd[1]: Starting Create List of Static Device Nodes...
Aug 03 21:27:23 mason systemd[1]: Starting Load Kernel Module configfs...
Aug 03 21:27:23 mason systemd[1]: Starting Load Kernel Module dm_mod...
Aug 03 21:27:23 mason systemd[1]: Starting Load Kernel Module drm...
Aug 03 21:27:23 mason systemd[1]: Starting Load Kernel Module fuse...
Aug 03 21:27:23 mason systemd[1]: Starting Load Kernel Module loop...
Aug 03 21:27:23 mason systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Aug 03 21:27:23 mason systemd[1]: Starting Journal Service...
Aug 03 21:27:23 mason systemd[1]: Starting Load Kernel Modules...
Aug 03 21:27:23 mason 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).
Aug 03 21:27:23 mason systemd[1]: Starting Remount Root and Kernel File Systems...
Aug 03 21:27:23 mason systemd[1]: Starting Coldplug All udev Devices...
Aug 03 21:27:23 mason systemd[1]: Mounted Huge Pages File System.
Aug 03 21:27:23 mason systemd[1]: Mounted POSIX Message Queue File System.
Aug 03 21:27:23 mason systemd[1]: Mounted Kernel Debug File System.
Aug 03 21:27:23 mason systemd[1]: Mounted Kernel Trace File System.
Aug 03 21:27:23 mason kernel: loop: module loaded
Aug 03 21:27:23 mason kernel: EXT4-fs (sda3): re-mounted 34724c46-2d8c-4c4c-8846-d599153eee7c r/w. Quota mode: none.
Aug 03 21:27:23 mason systemd-journald[325]: Collecting audit messages is disabled.
Aug 03 21:27:23 mason kernel: device-mapper: uevent: version 1.0.3
Aug 03 21:27:23 mason kernel: device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
Aug 03 21:27:23 mason kernel: fuse: init (API version 7.38)
Aug 03 21:27:23 mason systemd[1]: Finished Create List of Static Device Nodes.
Aug 03 21:27:23 mason systemd[1]: modprobe@configfs.service: Deactivated successfully.
Aug 03 21:27:23 mason systemd[1]: Finished Load Kernel Module configfs.
Aug 03 21:27:23 mason systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Aug 03 21:27:23 mason systemd-journald[325]: Journal started
Aug 03 21:27:23 mason systemd-journald[325]: Runtime Journal (/run/log/journal/f790bdcf785a4979bf6af95ebc6d10eb) is 8.0M, max 795.5M, 787.5M free.
Aug 03 21:27:23 mason systemd-modules-load[326]: Inserted module 'crypto_user'
Aug 03 21:27:23 mason systemd[1]: modprobe@drm.service: Deactivated successfully.
Aug 03 21:27:23 mason systemd[1]: Finished Load Kernel Module dm_mod.
Aug 03 21:27:23 mason systemd[1]: Started Journal Service.
Aug 03 21:27:23 mason systemd[1]: Finished Load Kernel Module drm.
Aug 03 21:27:23 mason systemd[1]: modprobe@fuse.service: Deactivated successfully.
Aug 03 21:27:23 mason systemd[1]: Finished Load Kernel Module fuse.
Aug 03 21:27:23 mason systemd[1]: modprobe@loop.service: Deactivated successfully.
Aug 03 21:27:23 mason systemd[1]: Finished Load Kernel Module loop.
Aug 03 21:27:23 mason systemd[1]: Finished Load Kernel Modules.
Aug 03 21:27:23 mason systemd[1]: Finished Remount Root and Kernel File Systems.
Aug 03 21:27:23 mason systemd[1]: Finished Coldplug All udev Devices.
Aug 03 21:27:23 mason systemd[1]: Mounting FUSE Control File System...
Aug 03 21:27:23 mason systemd[1]: Mounting Kernel Configuration File System...
Aug 03 21:27:23 mason systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
Aug 03 21:27:23 mason systemd[1]: Starting Flush Journal to Persistent Storage...
Aug 03 21:27:23 mason systemd[1]: Starting Load/Save OS Random Seed...
Aug 03 21:27:23 mason systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Aug 03 21:27:23 mason systemd[1]: Starting Apply Kernel Variables...
Aug 03 21:27:23 mason systemd[1]: Starting Create System Users...
Aug 03 21:27:23 mason systemd[1]: Starting Create Static Device Nodes in /dev...
Aug 03 21:27:23 mason systemd[1]: Mounted FUSE Control File System.
Aug 03 21:27:23 mason systemd[1]: Mounted Kernel Configuration File System.
Aug 03 21:27:23 mason systemd-journald[325]: Time spent on flushing to /var/log/journal/f790bdcf785a4979bf6af95ebc6d10eb is 40.114ms for 1181 entries.
/var/log/Xorg.0.log
[ 19.529]
X.Org X Server 1.21.1.8
X Protocol Version 11, Revision 0
[ 19.529] Current Operating System: Linux mason 6.4.7-arch1-3 #1 SMP PREEMPT_DYNAMIC Wed, 02 Aug 2023 09:47:27 +0000 x86_64
[ 19.529] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=34724c46-2d8c-4c4c-8846-d599153eee7c rw loglevel=3 quiet nomodeset
[ 19.529]
[ 19.529] Current version of pixman: 0.42.2
[ 19.529] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 19.529] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 19.529] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Aug 3 21:28:25 2023
[ 19.532] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 19.533] (==) No Layout section. Using the first Screen section.
[ 19.533] (==) No screen section available. Using defaults.
[ 19.533] (**) |-->Screen "Default Screen Section" (0)
[ 19.533] (**) | |-->Monitor "<default monitor>"
[ 19.533] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 19.533] (==) Automatically adding devices
[ 19.533] (==) Automatically enabling devices
[ 19.533] (==) Automatically adding GPU devices
[ 19.533] (==) Automatically binding GPU devices
[ 19.533] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 19.534] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 19.534] Entry deleted from font path.
[ 19.534] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[ 19.534] Entry deleted from font path.
[ 19.534] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[ 19.534] Entry deleted from font path.
[ 19.534] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 19.534] Entry deleted from font path.
[ 19.535] (==) FontPath set to:
/usr/share/fonts/100dpi,
/usr/share/fonts/75dpi
[ 19.535] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 19.535] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 19.535] (II) Module ABI versions:
[ 19.535] X.Org ANSI C Emulation: 0.4
[ 19.535] X.Org Video Driver: 25.2
[ 19.535] X.Org XInput driver : 24.4
[ 19.535] X.Org Server Extension : 10.0
[ 19.535] (++) using VT number 1
[ 19.536] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[ 19.540] (--) PCI:*(6@0:0:0) 1002:67df:1682:c570 rev 239, Mem @ 0xd0000000/268435456, 0xe0000000/2097152, 0xfcf00000/262144, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072
[ 19.540] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 19.540] (II) LoadModule: "glx"
[ 19.540] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 19.547] (II) Module glx: vendor="X.Org Foundation"
[ 19.547] compiled for 1.21.1.8, module version = 1.0.0
[ 19.547] ABI class: X.Org Server Extension, version 10.0
[ 19.547] (==) Matched ati as autoconfigured driver 0
[ 19.547] (==) Matched modesetting as autoconfigured driver 1
[ 19.547] (==) Matched fbdev as autoconfigured driver 2
[ 19.547] (==) Matched vesa as autoconfigured driver 3
[ 19.547] (==) Assigned the driver to the xf86ConfigLayout
[ 19.547] (II) LoadModule: "ati"
[ 19.547] (WW) Warning, couldn't open module ati
[ 19.547] (EE) Failed to load module "ati" (module does not exist, 0)
[ 19.547] (II) LoadModule: "modesetting"
[ 19.548] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 19.550] (II) Module modesetting: vendor="X.Org Foundation"
[ 19.550] compiled for 1.21.1.8, module version = 1.21.1
[ 19.550] Module class: X.Org Video Driver
[ 19.550] ABI class: X.Org Video Driver, version 25.2
[ 19.550] (II) LoadModule: "fbdev"
[ 19.550] (WW) Warning, couldn't open module fbdev
[ 19.550] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 19.550] (II) LoadModule: "vesa"
[ 19.550] (WW) Warning, couldn't open module vesa
[ 19.550] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 19.550] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 19.550] (EE) open /dev/dri/card0: No such file or directory
[ 19.550] (WW) Falling back to old probe method for modesetting
[ 19.550] (EE) open /dev/dri/card0: No such file or directory
[ 19.550] (EE) Screen 0 deleted because of no matching config section.
[ 19.550] (II) UnloadModule: "modesetting"
[ 19.550] (EE) Device(s) detected, but none match those in the config file.
[ 19.550] (EE)
Fatal server error:
[ 19.550] (EE) no screens found(EE)
[ 19.550] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 19.550] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 19.550] (EE)
[ 19.552] (EE) Server terminated with error (1). Closing log file.
Did you try that from a chroot?
No, that's from after my system install with the bootable removed.
Offline
Aug 03 21:27:23 mason systemd-journald[325]: Time spent on flushing to /var/log/journal/f790bdcf785a4979bf6af95ebc6d10eb is 40.114ms for 1181 entries.
Seems to have rebooted w/ the power button again?
[ 19.529] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=34724c46-2d8c-4c4c-8846-d599153eee7c rw loglevel=3 quiet nomodeset
That X11 server log is from an attempt to start x11 w/ "nomodeset"
reboot only into the multi-user.target (w/ … nomodeset…), see the 2nd link below
Offline
Seems to have rebooted w/ the power button again?
Because I tried to boot without nomodeset and it wouldn't display the tty. Logs are from booting into multi-user.target with nomodeset.
reboot only into the multi-user.target (w/ … nomodeset…), see the 2nd link below
It could be I'm misunderstanding (I'm starting to think my questions belong more in Newbie Corner), so I want to clarify. I went to tty2 and input:
systemctl get-default
That gave me default.target, so I input:
systemctl set-default multi-user.target
And when I input systemtl get-default, I get multi-user.target. So, I am rebooting only into multi-user.target, aren't I? Or maybe I don't understand, which is likely.
Then, I rebooted from the commandline, tried without nomodeset but failed, so I again input nomodeset and booted again from the power button. From there, I gave two commands that I piped to 0x0.st.
journalctl -b -1
echo /var/log/Xorg.0.log
Here are the same reboot logs from an ssh session I set up, no reboot through power button. Hope they're more useful than my last attempt.
journalctl -b -1
Aug 04 19:22:39 host kernel: Linux version 6.4.8-arch1-1 (linux@archlinux) (gcc (GCC) 13.2.1 20230801, GNU ld (GNU Binutils) 2.41.0) #1 SMP PREEMPT_DYNAMIC Thu, 03 Aug 2023 16:02:01 +0000
Aug 04 19:22:39 host kernel: Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=34724c46-2d8c-4c4c-8846-d599153eee7c rw loglevel=3 quiet
Aug 04 19:22:39 host kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Aug 04 19:22:39 host kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Aug 04 19:22:39 host kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Aug 04 19:22:39 host kernel: x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
Aug 04 19:22:39 host kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
Aug 04 19:22:39 host kernel: signal: max sigframe size: 1776
Aug 04 19:22:39 host kernel: BIOS-provided physical RAM map:
Aug 04 19:22:39 host kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
Aug 04 19:22:39 host kernel: BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
Aug 04 19:22:39 host kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000009c7efff] usable
Aug 04 19:22:39 host kernel: BIOS-e820: [mem 0x0000000009c7f000-0x0000000009ffffff] reserved
Aug 04 19:22:39 host kernel: BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
Aug 04 19:22:39 host kernel: BIOS-e820: [mem 0x000000000a200000-0x000000000a20afff] ACPI NVS
Aug 04 19:22:39 host kernel: BIOS-e820: [mem 0x000000000a20b000-0x000000000affffff] usable
Aug 04 19:22:39 host kernel: BIOS-e820: [mem 0x000000000b000000-0x000000000b01ffff] reserved
Aug 04 19:22:39 host kernel: BIOS-e820: [mem 0x000000000b020000-0x00000000bad57fff] usable
Aug 04 19:22:39 host kernel: BIOS-e820: [mem 0x00000000bad58000-0x00000000bc48dfff] reserved
Aug 04 19:22:39 host kernel: BIOS-e820: [mem 0x00000000bc48e000-0x00000000bc5dcfff] ACPI data
Aug 04 19:22:39 host kernel: BIOS-e820: [mem 0x00000000bc5dd000-0x00000000bcca4fff] ACPI NVS
Aug 04 19:22:39 host kernel: BIOS-e820: [mem 0x00000000bcca5000-0x00000000bd9fefff] reserved
Aug 04 19:22:39 host kernel: BIOS-e820: [mem 0x00000000bd9ff000-0x00000000beffffff] usable
Aug 04 19:22:39 host kernel: BIOS-e820: [mem 0x00000000bf000000-0x00000000bfffffff] reserved
Aug 04 19:22:39 host kernel: BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
Aug 04 19:22:39 host kernel: BIOS-e820: [mem 0x00000000fd100000-0x00000000fd1fffff] reserved
Aug 04 19:22:39 host kernel: BIOS-e820: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved
Aug 04 19:22:39 host kernel: BIOS-e820: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
Aug 04 19:22:39 host kernel: BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
Aug 04 19:22:39 host kernel: BIOS-e820: [mem 0x00000000fec30000-0x00000000fec30fff] reserved
Aug 04 19:22:39 host kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
Aug 04 19:22:39 host kernel: BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
Aug 04 19:22:39 host kernel: BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
Aug 04 19:22:39 host kernel: BIOS-e820: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
Aug 04 19:22:39 host kernel: BIOS-e820: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
Aug 04 19:22:39 host kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Aug 04 19:22:39 host kernel: BIOS-e820: [mem 0x0000000100000000-0x000000043f37ffff] usable
Aug 04 19:22:39 host kernel: BIOS-e820: [mem 0x000000043f380000-0x000000043fffffff] reserved
Aug 04 19:22:39 host kernel: NX (Execute Disable) protection: active
Aug 04 19:22:39 host kernel: e820: update [mem 0xa8c7a018-0xa8c8b057] usable ==> usable
Aug 04 19:22:39 host kernel: e820: update [mem 0xa8c7a018-0xa8c8b057] usable ==> usable
Aug 04 19:22:39 host kernel: e820: update [mem 0xa8c5c018-0xa8c79257] usable ==> usable
Aug 04 19:22:39 host kernel: e820: update [mem 0xa8c5c018-0xa8c79257] usable ==> usable
Aug 04 19:22:39 host kernel: extended physical RAM map:
Aug 04 19:22:39 host kernel: reserve setup_data: [mem 0x0000000000000000-0x000000000009ffff] usable
Aug 04 19:22:39 host kernel: reserve setup_data: [mem 0x00000000000a0000-0x00000000000fffff] reserved
Aug 04 19:22:39 host kernel: reserve setup_data: [mem 0x0000000000100000-0x0000000009c7efff] usable
Aug 04 19:22:39 host kernel: reserve setup_data: [mem 0x0000000009c7f000-0x0000000009ffffff] reserved
Aug 04 19:22:39 host kernel: reserve setup_data: [mem 0x000000000a000000-0x000000000a1fffff] usable
Aug 04 19:22:39 host kernel: reserve setup_data: [mem 0x000000000a200000-0x000000000a20afff] ACPI NVS
Aug 04 19:22:39 host kernel: reserve setup_data: [mem 0x000000000a20b000-0x000000000affffff] usable
Aug 04 19:22:39 host kernel: reserve setup_data: [mem 0x000000000b000000-0x000000000b01ffff] reserved
Aug 04 19:22:39 host kernel: reserve setup_data: [mem 0x000000000b020000-0x00000000a8c5c017] usable
Aug 04 19:22:39 host kernel: reserve setup_data: [mem 0x00000000a8c5c018-0x00000000a8c79257] usable
Aug 04 19:22:39 host kernel: reserve setup_data: [mem 0x00000000a8c79258-0x00000000a8c7a017] usable
Aug 04 19:22:39 host kernel: reserve setup_data: [mem 0x00000000a8c7a018-0x00000000a8c8b057] usable
Aug 04 19:22:39 host kernel: reserve setup_data: [mem 0x00000000a8c8b058-0x00000000bad57fff] usable
Aug 04 19:22:39 host kernel: reserve setup_data: [mem 0x00000000bad58000-0x00000000bc48dfff] reserved
Aug 04 19:22:39 host kernel: reserve setup_data: [mem 0x00000000bc48e000-0x00000000bc5dcfff] ACPI data
Aug 04 19:22:39 host kernel: reserve setup_data: [mem 0x00000000bc5dd000-0x00000000bcca4fff] ACPI NVS
Aug 04 19:22:39 host kernel: reserve setup_data: [mem 0x00000000bcca5000-0x00000000bd9fefff] reserved
Aug 04 19:22:39 host kernel: reserve setup_data: [mem 0x00000000bd9ff000-0x00000000beffffff] usable
Aug 04 19:22:39 host kernel: reserve setup_data: [mem 0x00000000bf000000-0x00000000bfffffff] reserved
Aug 04 19:22:39 host kernel: reserve setup_data: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
Aug 04 19:22:39 host kernel: reserve setup_data: [mem 0x00000000fd100000-0x00000000fd1fffff] reserved
Aug 04 19:22:39 host kernel: reserve setup_data: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved
Aug 04 19:22:39 host kernel: reserve setup_data: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
Aug 04 19:22:39 host kernel: reserve setup_data: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
Aug 04 19:22:39 host kernel: reserve setup_data: [mem 0x00000000fec30000-0x00000000fec30fff] reserved
Aug 04 19:22:39 host kernel: reserve setup_data: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
Aug 04 19:22:39 host kernel: reserve setup_data: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
Aug 04 19:22:39 host kernel: reserve setup_data: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
Aug 04 19:22:39 host kernel: reserve setup_data: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
Aug 04 19:22:39 host kernel: reserve setup_data: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
Aug 04 19:22:39 host kernel: reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Aug 04 19:22:39 host kernel: reserve setup_data: [mem 0x0000000100000000-0x000000043f37ffff] usable
Aug 04 19:22:39 host kernel: reserve setup_data: [mem 0x000000043f380000-0x000000043fffffff] reserved
Aug 04 19:22:39 host kernel: efi: EFI v2.7 by American Megatrends
Aug 04 19:22:39 host kernel: efi: ACPI=0xbc5dc000 ACPI 2.0=0xbc5dc014 TPMFinalLog=0xbcc5b000 SMBIOS=0xbd7f8000 SMBIOS 3.0=0xbd7f7000 MEMATTR=0xb9309418 ESRT=0xb9871798 INITRD=0xb2355e18 RNG=0xbc4d0018 TPMEventLog=0xa8c8c018
Aug 04 19:22:39 host kernel: random: crng init done
Aug 04 19:22:39 host kernel: efi: Remove mem59: MMIO range=[0xf0000000-0xf7ffffff] (128MB) from e820 map
Aug 04 19:22:39 host kernel: e820: remove [mem 0xf0000000-0xf7ffffff] reserved
Aug 04 19:22:39 host kernel: efi: Remove mem60: MMIO range=[0xfd100000-0xfd1fffff] (1MB) from e820 map
Aug 04 19:22:39 host kernel: e820: remove [mem 0xfd100000-0xfd1fffff] reserved
Aug 04 19:22:39 host kernel: efi: Not removing mem61: MMIO range=[0xfea00000-0xfea0ffff] (64KB) from e820 map
Aug 04 19:22:39 host kernel: efi: Remove mem62: MMIO range=[0xfeb80000-0xfec01fff] (0MB) from e820 map
Aug 04 19:22:39 host kernel: e820: remove [mem 0xfeb80000-0xfec01fff] reserved
Aug 04 19:22:39 host kernel: efi: Not removing mem63: MMIO range=[0xfec10000-0xfec10fff] (4KB) from e820 map
Aug 04 19:22:39 host kernel: efi: Not removing mem64: MMIO range=[0xfec30000-0xfec30fff] (4KB) from e820 map
Aug 04 19:22:39 host kernel: efi: Not removing mem65: MMIO range=[0xfed00000-0xfed00fff] (4KB) from e820 map
Aug 04 19:22:39 host kernel: efi: Not removing mem66: MMIO range=[0xfed40000-0xfed44fff] (20KB) from e820 map
Aug 04 19:22:39 host kernel: efi: Not removing mem67: MMIO range=[0xfed80000-0xfed8ffff] (64KB) from e820 map
Aug 04 19:22:39 host kernel: efi: Not removing mem68: MMIO range=[0xfedc2000-0xfedcffff] (56KB) from e820 map
Aug 04 19:22:39 host kernel: efi: Not removing mem69: MMIO range=[0xfedd4000-0xfedd5fff] (8KB) from e820 map
Aug 04 19:22:39 host kernel: efi: Remove mem70: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
Aug 04 19:22:39 host kernel: e820: remove [mem 0xff000000-0xffffffff] reserved
Aug 04 19:22:39 host kernel: SMBIOS 3.2.0 present.
Aug 04 19:22:39 host kernel: DMI: System manufacturer System Product Name/ROG STRIX B450-I GAMING, BIOS 5102 05/31/2023
Aug 04 19:22:39 host kernel: tsc: Fast TSC calibration using PIT
Aug 04 19:22:39 host kernel: tsc: Detected 3193.942 MHz processor
Aug 04 19:22:39 host kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Aug 04 19:22:39 host kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Aug 04 19:22:39 host kernel: last_pfn = 0x43f380 max_arch_pfn = 0x400000000
Aug 04 19:22:39 host kernel: x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
Aug 04 19:22:39 host kernel: e820: update [mem 0xc0000000-0xffffffff] usable ==> reserved
Aug 04 19:22:39 host kernel: last_pfn = 0xbf000 max_arch_pfn = 0x400000000
Aug 04 19:22:39 host kernel: esrt: Reserving ESRT space from 0x00000000b9871798 to 0x00000000b98717d0.
Aug 04 19:22:39 host kernel: e820: update [mem 0xb9871000-0xb9871fff] usable ==> reserved
Aug 04 19:22:39 host kernel: Using GB pages for direct mapping
Aug 04 19:22:39 host kernel: Secure boot disabled
Aug 04 19:22:39 host kernel: RAMDISK: [mem 0xa9a99000-0xabbccfff]
Aug 04 19:22:39 host kernel: ACPI: Early table checksum verification disabled
Aug 04 19:22:39 host kernel: ACPI: RSDP 0x00000000BC5DC014 000024 (v02 ALASKA)
Aug 04 19:22:39 host kernel: ACPI: XSDT 0x00000000BC5DB728 0000CC (v01 ALASKA A M I 01072009 AMI 01000013)
Aug 04 19:22:39 host kernel: ACPI: FACP 0x00000000BC5CC000 000114 (v06 ALASKA A M I 01072009 AMI 00010013)
Aug 04 19:22:39 host kernel: ACPI: DSDT 0x00000000BC5BD000 00E3A1 (v02 ALASKA A M I 01072009 INTL 20120913)
Aug 04 19:22:39 host kernel: ACPI: FACS 0x00000000BCC59000 000040
Aug 04 19:22:39 host kernel: ACPI: SSDT 0x00000000BC5D2000 008C98 (v02 AMD AmdTable 00000002 MSFT 04000000)
Aug 04 19:22:39 host kernel: ACPI: SSDT 0x00000000BC5CE000 003CB6 (v02 AMD AMD AOD 00000001 INTL 20120913)
Aug 04 19:22:39 host kernel: ACPI: SSDT 0x00000000BC5CD000 0000C8 (v02 ALASKA CPUSSDT 01072009 AMI 01072009)
Aug 04 19:22:39 host kernel: ACPI: FIDT 0x00000000BC5BC000 00009C (v01 ALASKA A M I 01072009 AMI 00010013)
Aug 04 19:22:39 host kernel: ACPI: MCFG 0x00000000BC5BB000 00003C (v01 ALASKA A M I 01072009 MSFT 00010013)
Aug 04 19:22:39 host kernel: ACPI: HPET 0x00000000BC5BA000 000038 (v01 ALASKA A M I 01072009 AMI 00000005)
Aug 04 19:22:39 host kernel: ACPI: SSDT 0x00000000BC5B9000 000024 (v01 AMDFCH FCHZP 00001000 INTL 20120913)
Aug 04 19:22:39 host kernel: ACPI: SSDT 0x00000000BC4D1000 0010AF (v02 AMD MYRTLE 00000001 INTL 20120913)
Aug 04 19:22:39 host kernel: ACPI: FPDT 0x00000000BC5B7000 000044 (v01 ALASKA A M I 01072009 AMI 01000013)
Aug 04 19:22:39 host kernel: ACPI: VFCT 0x00000000BC5A8000 00EC84 (v01 ALASKA A M I 00000001 AMD 31504F47)
Aug 04 19:22:39 host kernel: ACPI: BGRT 0x00000000BC5A7000 000038 (v01 ALASKA A M I 01072009 AMI 00010013)
Aug 04 19:22:39 host kernel: ACPI: WPBT 0x00000000BC4DF000 00003C (v01 ALASKA A M I 00000001 ASUS 00000001)
Aug 04 19:22:39 host kernel: ACPI: TPM2 0x00000000BC4DE000 00004C (v04 ALASKA A M I 00000001 AMI 00000000)
Aug 04 19:22:39 host kernel: ACPI: IVRS 0x00000000BC4DD000 0000D0 (v02 AMD AmdTable 00000001 AMD 00000000)
Aug 04 19:22:39 host kernel: ACPI: SSDT 0x00000000BC4DB000 001A58 (v02 AMD AmdTable 00000001 AMD 00000001)
Aug 04 19:22:39 host kernel: ACPI: CRAT 0x00000000BC4DA000 000BD0 (v01 AMD AmdTable 00000001 AMD 00000001)
Aug 04 19:22:39 host kernel: ACPI: CDIT 0x00000000BC4D9000 000029 (v01 AMD AmdTable 00000001 AMD 00000001)
Aug 04 19:22:39 host kernel: ACPI: SSDT 0x00000000BC4D5000 0037DC (v02 AMD MYRTLE 00000001 INTL 20120913)
Aug 04 19:22:39 host kernel: ACPI: SSDT 0x00000000BC4D4000 0000BF (v01 AMD AmdTable 00001000 INTL 20120913)
Aug 04 19:22:39 host kernel: ACPI: APIC 0x00000000BC4D3000 00015E (v04 ALASKA A M I 01072009 AMI 00010013)
Aug 04 19:22:39 host kernel: ACPI: Reserving FACP table memory at [mem 0xbc5cc000-0xbc5cc113]
Aug 04 19:22:39 host kernel: ACPI: Reserving DSDT table memory at [mem 0xbc5bd000-0xbc5cb3a0]
Aug 04 19:22:39 host kernel: ACPI: Reserving FACS table memory at [mem 0xbcc59000-0xbcc5903f]
Aug 04 19:22:39 host kernel: ACPI: Reserving SSDT table memory at [mem 0xbc5d2000-0xbc5dac97]
Aug 04 19:22:39 host kernel: ACPI: Reserving SSDT table memory at [mem 0xbc5ce000-0xbc5d1cb5]
Aug 04 19:22:39 host kernel: ACPI: Reserving SSDT table memory at [mem 0xbc5cd000-0xbc5cd0c7]
Aug 04 19:22:39 host kernel: ACPI: Reserving FIDT table memory at [mem 0xbc5bc000-0xbc5bc09b]
Aug 04 19:22:39 host kernel: ACPI: Reserving MCFG table memory at [mem 0xbc5bb000-0xbc5bb03b]
Aug 04 19:22:39 host kernel: ACPI: Reserving HPET table memory at [mem 0xbc5ba000-0xbc5ba037]
Aug 04 19:22:39 host kernel: ACPI: Reserving SSDT table memory at [mem 0xbc5b9000-0xbc5b9023]
Aug 04 19:22:39 host kernel: ACPI: Reserving SSDT table memory at [mem 0xbc4d1000-0xbc4d20ae]
Aug 04 19:22:39 host kernel: ACPI: Reserving FPDT table memory at [mem 0xbc5b7000-0xbc5b7043]
Aug 04 19:22:39 host kernel: ACPI: Reserving VFCT table memory at [mem 0xbc5a8000-0xbc5b6c83]
Aug 04 19:22:39 host kernel: ACPI: Reserving BGRT table memory at [mem 0xbc5a7000-0xbc5a7037]
Aug 04 19:22:39 host kernel: ACPI: Reserving WPBT table memory at [mem 0xbc4df000-0xbc4df03b]
Aug 04 19:22:39 host kernel: ACPI: Reserving TPM2 table memory at [mem 0xbc4de000-0xbc4de04b]
Aug 04 19:22:39 host kernel: ACPI: Reserving IVRS table memory at [mem 0xbc4dd000-0xbc4dd0cf]
Aug 04 19:22:39 host kernel: ACPI: Reserving SSDT table memory at [mem 0xbc4db000-0xbc4dca57]
Aug 04 19:22:39 host kernel: ACPI: Reserving CRAT table memory at [mem 0xbc4da000-0xbc4dabcf]
Aug 04 19:22:39 host kernel: ACPI: Reserving CDIT table memory at [mem 0xbc4d9000-0xbc4d9028]
Aug 04 19:22:39 host kernel: ACPI: Reserving SSDT table memory at [mem 0xbc4d5000-0xbc4d87db]
Aug 04 19:22:39 host kernel: ACPI: Reserving SSDT table memory at [mem 0xbc4d4000-0xbc4d40be]
Aug 04 19:22:39 host kernel: ACPI: Reserving APIC table memory at [mem 0xbc4d3000-0xbc4d315d]
Aug 04 19:22:39 host kernel: system APIC only can use physical flat
Aug 04 19:22:39 host kernel: Setting APIC routing to physical flat.
Aug 04 19:22:39 host kernel: No NUMA configuration found
Aug 04 19:22:39 host kernel: Faking a node at [mem 0x0000000000000000-0x000000043f37ffff]
Aug 04 19:22:39 host kernel: NODE_DATA(0) allocated [mem 0x43f37b000-0x43f37ffff]
Aug 04 19:22:39 host kernel: Zone ranges:
Aug 04 19:22:39 host kernel: DMA [mem 0x0000000000001000-0x0000000000ffffff]
Aug 04 19:22:39 host kernel: DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
Aug 04 19:22:39 host kernel: Normal [mem 0x0000000100000000-0x000000043f37ffff]
Aug 04 19:22:39 host kernel: Device empty
Aug 04 19:22:39 host kernel: Movable zone start for each node
Aug 04 19:22:39 host kernel: Early memory node ranges
Aug 04 19:22:39 host kernel: node 0: [mem 0x0000000000001000-0x000000000009ffff]
Aug 04 19:22:39 host kernel: node 0: [mem 0x0000000000100000-0x0000000009c7efff]
Aug 04 19:22:39 host kernel: node 0: [mem 0x000000000a000000-0x000000000a1fffff]
Aug 04 19:22:39 host kernel: node 0: [mem 0x000000000a20b000-0x000000000affffff]
Aug 04 19:22:39 host kernel: node 0: [mem 0x000000000b020000-0x00000000bad57fff]
Aug 04 19:22:39 host kernel: node 0: [mem 0x00000000bd9ff000-0x00000000beffffff]
Aug 04 19:22:39 host kernel: node 0: [mem 0x0000000100000000-0x000000043f37ffff]
Aug 04 19:22:39 host kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000043f37ffff]
Aug 04 19:22:39 host kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Aug 04 19:22:39 host kernel: On node 0, zone DMA: 96 pages in unavailable ranges
Aug 04 19:22:39 host kernel: On node 0, zone DMA32: 897 pages in unavailable ranges
Aug 04 19:22:39 host kernel: On node 0, zone DMA32: 11 pages in unavailable ranges
Aug 04 19:22:39 host kernel: On node 0, zone DMA32: 32 pages in unavailable ranges
Aug 04 19:22:39 host kernel: On node 0, zone DMA32: 11431 pages in unavailable ranges
Aug 04 19:22:39 host kernel: On node 0, zone Normal: 4096 pages in unavailable ranges
Aug 04 19:22:39 host kernel: On node 0, zone Normal: 3200 pages in unavailable ranges
Aug 04 19:22:39 host kernel: ACPI: PM-Timer IO Port: 0x808
Aug 04 19:22:39 host kernel: system APIC only can use physical flat
Aug 04 19:22:39 host kernel: ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
Aug 04 19:22:39 host kernel: IOAPIC[0]: apic_id 13, version 33, address 0xfec00000, GSI 0-23
Aug 04 19:22:39 host kernel: IOAPIC[1]: apic_id 14, version 33, address 0xfec01000, GSI 24-55
Aug 04 19:22:39 host kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Aug 04 19:22:39 host kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
Aug 04 19:22:39 host kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Aug 04 19:22:39 host kernel: ACPI: HPET id: 0x10228201 base: 0xfed00000
Aug 04 19:22:39 host kernel: e820: update [mem 0xb6f6d000-0xb7060fff] usable ==> reserved
Aug 04 19:22:39 host kernel: smpboot: Allowing 32 CPUs, 20 hotplug CPUs
Aug 04 19:22:39 host kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Aug 04 19:22:39 host kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
Aug 04 19:22:39 host kernel: PM: hibernation: Registered nosave memory: [mem 0x09c7f000-0x09ffffff]
Aug 04 19:22:39 host kernel: PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a20afff]
Aug 04 19:22:39 host kernel: PM: hibernation: Registered nosave memory: [mem 0x0b000000-0x0b01ffff]
Aug 04 19:22:39 host kernel: PM: hibernation: Registered nosave memory: [mem 0xa8c5c000-0xa8c5cfff]
Aug 04 19:22:39 host kernel: PM: hibernation: Registered nosave memory: [mem 0xa8c79000-0xa8c79fff]
Aug 04 19:22:39 host kernel: PM: hibernation: Registered nosave memory: [mem 0xa8c7a000-0xa8c7afff]
Aug 04 19:22:39 host kernel: PM: hibernation: Registered nosave memory: [mem 0xa8c8b000-0xa8c8bfff]
Aug 04 19:22:39 host kernel: PM: hibernation: Registered nosave memory: [mem 0xb6f6d000-0xb7060fff]
Aug 04 19:22:39 host kernel: PM: hibernation: Registered nosave memory: [mem 0xb9871000-0xb9871fff]
Aug 04 19:22:39 host kernel: PM: hibernation: Registered nosave memory: [mem 0xbad58000-0xbc48dfff]
Aug 04 19:22:39 host kernel: PM: hibernation: Registered nosave memory: [mem 0xbc48e000-0xbc5dcfff]
Aug 04 19:22:39 host kernel: PM: hibernation: Registered nosave memory: [mem 0xbc5dd000-0xbcca4fff]
Aug 04 19:22:39 host kernel: PM: hibernation: Registered nosave memory: [mem 0xbcca5000-0xbd9fefff]
Aug 04 19:22:39 host kernel: PM: hibernation: Registered nosave memory: [mem 0xbf000000-0xbfffffff]
Aug 04 19:22:39 host kernel: PM: hibernation: Registered nosave memory: [mem 0xc0000000-0xfe9fffff]
Aug 04 19:22:39 host kernel: PM: hibernation: Registered nosave memory: [mem 0xfea00000-0xfea0ffff]
Aug 04 19:22:39 host kernel: PM: hibernation: Registered nosave memory: [mem 0xfea10000-0xfec0ffff]
Aug 04 19:22:39 host kernel: PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
Aug 04 19:22:39 host kernel: PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfec2ffff]
Aug 04 19:22:39 host kernel: PM: hibernation: Registered nosave memory: [mem 0xfec30000-0xfec30fff]
Aug 04 19:22:39 host kernel: PM: hibernation: Registered nosave memory: [mem 0xfec31000-0xfecfffff]
Aug 04 19:22:39 host kernel: PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
Aug 04 19:22:39 host kernel: PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
Aug 04 19:22:39 host kernel: PM: hibernation: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
Aug 04 19:22:39 host kernel: PM: hibernation: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
Aug 04 19:22:39 host kernel: PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
Aug 04 19:22:39 host kernel: PM: hibernation: Registered nosave memory: [mem 0xfed90000-0xfedc1fff]
Aug 04 19:22:39 host kernel: PM: hibernation: Registered nosave memory: [mem 0xfedc2000-0xfedcffff]
Aug 04 19:22:39 host kernel: PM: hibernation: Registered nosave memory: [mem 0xfedd0000-0xfedd3fff]
Aug 04 19:22:39 host kernel: PM: hibernation: Registered nosave memory: [mem 0xfedd4000-0xfedd5fff]
Aug 04 19:22:39 host kernel: PM: hibernation: Registered nosave memory: [mem 0xfedd6000-0xffffffff]
Aug 04 19:22:39 host kernel: [mem 0xc0000000-0xfe9fffff] available for PCI devices
Aug 04 19:22:39 host kernel: Booting paravirtualized kernel on bare hardware
Aug 04 19:22:39 host kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Aug 04 19:22:39 host kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:32 nr_cpu_ids:32 nr_node_ids:1
Aug 04 19:22:39 host kernel: percpu: Embedded 64 pages/cpu s225280 r8192 d28672 u262144
Aug 04 19:22:39 host kernel: pcpu-alloc: s225280 r8192 d28672 u262144 alloc=1*2097152
Aug 04 19:22:39 host kernel: pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15
Aug 04 19:22:39 host kernel: pcpu-alloc: [0] 16 17 18 19 20 21 22 23 [0] 24 25 26 27 28 29 30 31
Aug 04 19:22:39 host kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=34724c46-2d8c-4c4c-8846-d599153eee7c rw loglevel=3 quiet
Aug 04 19:22:39 host kernel: Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux", will be passed to user space.
Aug 04 19:22:39 host kernel: printk: log_buf_len individual max cpu contribution: 4096 bytes
Aug 04 19:22:39 host kernel: printk: log_buf_len total cpu_extra contributions: 126976 bytes
Aug 04 19:22:39 host kernel: printk: log_buf_len min size: 131072 bytes
Aug 04 19:22:39 host kernel: printk: log_buf_len: 262144 bytes
Aug 04 19:22:39 host kernel: printk: early log buf free: 112688(85%)
Aug 04 19:22:39 host kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Aug 04 19:22:39 host kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
Aug 04 19:22:39 host kernel: Fallback order for Node 0: 0
Aug 04 19:22:39 host kernel: Built 1 zonelists, mobility grouping on. Total pages: 4109152
Aug 04 19:22:39 host kernel: Policy zone: Normal
Aug 04 19:22:39 host kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Aug 04 19:22:39 host kernel: software IO TLB: area num 32.
Aug 04 19:22:39 host kernel: Memory: 16195800K/16698160K available (16384K kernel code, 2120K rwdata, 12768K rodata, 3344K init, 3992K bss, 502100K reserved, 0K cma-reserved)
Aug 04 19:22:39 host kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=32, Nodes=1
Aug 04 19:22:39 host kernel: ftrace: allocating 47552 entries in 186 pages
Aug 04 19:22:39 host kernel: ftrace: allocated 186 pages with 5 groups
Aug 04 19:22:39 host kernel: Dynamic Preempt: full
Aug 04 19:22:39 host kernel: rcu: Preemptible hierarchical RCU implementation.
Aug 04 19:22:39 host kernel: rcu: RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=32.
Aug 04 19:22:39 host kernel: rcu: RCU priority boosting: priority 1 delay 500 ms.
Aug 04 19:22:39 host kernel: Trampoline variant of Tasks RCU enabled.
Aug 04 19:22:39 host kernel: Rude variant of Tasks RCU enabled.
Aug 04 19:22:39 host kernel: Tracing variant of Tasks RCU enabled.
Aug 04 19:22:39 host kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Aug 04 19:22:39 host kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=32
Aug 04 19:22:39 host kernel: NR_IRQS: 20736, nr_irqs: 1224, preallocated irqs: 16
Aug 04 19:22:39 host kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Aug 04 19:22:39 host kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Aug 04 19:22:39 host kernel: Console: colour dummy device 80x25
Aug 04 19:22:39 host kernel: printk: console [tty0] enabled
Aug 04 19:22:39 host kernel: ACPI: Core revision 20230331
Aug 04 19:22:39 host kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
Aug 04 19:22:39 host kernel: APIC: Switch to symmetric I/O mode setup
Aug 04 19:22:39 host kernel: AMD-Vi: Using global IVHD EFR:0xf77ef22294ada, EFR2:0x0
Aug 04 19:22:39 host kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Aug 04 19:22:39 host kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2e09ef82697, max_idle_ns: 440795310854 ns
Aug 04 19:22:39 host kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 6390.04 BogoMIPS (lpj=10646473)
Aug 04 19:22:39 host kernel: pid_max: default: 32768 minimum: 301
Aug 04 19:22:39 host kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf,integrity
Aug 04 19:22:39 host kernel: landlock: Up and running.
Aug 04 19:22:39 host kernel: Yama: becoming mindful.
Aug 04 19:22:39 host kernel: LSM support for eBPF active
Aug 04 19:22:39 host kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Aug 04 19:22:39 host kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Aug 04 19:22:39 host kernel: LVT offset 1 assigned for vector 0xf9
Aug 04 19:22:39 host kernel: LVT offset 2 assigned for vector 0xf4
Aug 04 19:22:39 host kernel: Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
Aug 04 19:22:39 host kernel: Last level dTLB entries: 4KB 1536, 2MB 1536, 4MB 768, 1GB 0
Aug 04 19:22:39 host kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Aug 04 19:22:39 host kernel: Spectre V2 : Mitigation: Retpolines
Aug 04 19:22:39 host kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Aug 04 19:22:39 host kernel: Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
Aug 04 19:22:39 host kernel: Spectre V2 : Enabling Speculation Barrier for firmware calls
Aug 04 19:22:39 host kernel: RETBleed: Mitigation: untrained return thunk
Aug 04 19:22:39 host kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Aug 04 19:22:39 host kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Aug 04 19:22:39 host kernel: Freeing SMP alternatives memory: 40K
Aug 04 19:22:39 host kernel: smpboot: CPU0: AMD Ryzen 5 1600 Six-Core Processor (family: 0x17, model: 0x1, stepping: 0x1)
Aug 04 19:22:39 host kernel: cblist_init_generic: Setting adjustable number of callback queues.
Aug 04 19:22:39 host kernel: cblist_init_generic: Setting shift to 5 and lim to 1.
Aug 04 19:22:39 host kernel: cblist_init_generic: Setting adjustable number of callback queues.
Aug 04 19:22:39 host kernel: cblist_init_generic: Setting shift to 5 and lim to 1.
Aug 04 19:22:39 host kernel: cblist_init_generic: Setting adjustable number of callback queues.
Aug 04 19:22:39 host kernel: cblist_init_generic: Setting shift to 5 and lim to 1.
Aug 04 19:22:39 host kernel: Performance Events: Fam17h+ core perfctr, AMD PMU driver.
Aug 04 19:22:39 host kernel: ... version: 0
Aug 04 19:22:39 host kernel: ... bit width: 48
Aug 04 19:22:39 host kernel: ... generic registers: 6
Aug 04 19:22:39 host kernel: ... value mask: 0000ffffffffffff
Aug 04 19:22:39 host kernel: ... max period: 00007fffffffffff
Aug 04 19:22:39 host kernel: ... fixed-purpose events: 0
Aug 04 19:22:39 host kernel: ... event mask: 000000000000003f
Aug 04 19:22:39 host kernel: rcu: Hierarchical SRCU implementation.
Aug 04 19:22:39 host kernel: rcu: Max phase no-delay instances is 1000.
Aug 04 19:22:39 host kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Aug 04 19:22:39 host kernel: smp: Bringing up secondary CPUs ...
Aug 04 19:22:39 host kernel: x86: Booting SMP configuration:
Aug 04 19:22:39 host kernel: .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7 #8 #9 #10 #11
Aug 04 19:22:39 host kernel: smp: Brought up 1 node, 12 CPUs
Aug 04 19:22:39 host kernel: smpboot: Max logical packages: 3
Aug 04 19:22:39 host kernel: smpboot: Total of 12 processors activated (76685.54 BogoMIPS)
Aug 04 19:22:39 host kernel: devtmpfs: initialized
Aug 04 19:22:39 host kernel: x86/mm: Memory block size: 128MB
Aug 04 19:22:39 host kernel: ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20afff] (45056 bytes)
Aug 04 19:22:39 host kernel: ACPI: PM: Registering ACPI NVS region [mem 0xbc5dd000-0xbcca4fff] (7110656 bytes)
Aug 04 19:22:39 host kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Aug 04 19:22:39 host kernel: futex hash table entries: 8192 (order: 7, 524288 bytes, linear)
Aug 04 19:22:39 host kernel: pinctrl core: initialized pinctrl subsystem
Aug 04 19:22:39 host kernel: PM: RTC time: 00:22:33, date: 2023-08-05
Aug 04 19:22:39 host kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Aug 04 19:22:39 host kernel: DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
Aug 04 19:22:39 host kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Aug 04 19:22:39 host kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Aug 04 19:22:39 host kernel: audit: initializing netlink subsys (disabled)
Aug 04 19:22:39 host kernel: audit: type=2000 audit(1691194952.166:1): state=initialized audit_enabled=0 res=1
Aug 04 19:22:39 host kernel: thermal_sys: Registered thermal governor 'fair_share'
Aug 04 19:22:39 host kernel: thermal_sys: Registered thermal governor 'bang_bang'
Aug 04 19:22:39 host kernel: thermal_sys: Registered thermal governor 'step_wise'
Aug 04 19:22:39 host kernel: thermal_sys: Registered thermal governor 'user_space'
Aug 04 19:22:39 host kernel: thermal_sys: Registered thermal governor 'power_allocator'
Aug 04 19:22:39 host kernel: cpuidle: using governor ladder
Aug 04 19:22:39 host kernel: cpuidle: using governor menu
Aug 04 19:22:39 host kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Aug 04 19:22:39 host kernel: PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
Aug 04 19:22:39 host kernel: PCI: not using MMCONFIG
Aug 04 19:22:39 host kernel: PCI: Using configuration type 1 for base access
Aug 04 19:22:39 host kernel: PCI: Using configuration type 1 for extended access
Aug 04 19:22:39 host kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Aug 04 19:22:39 host kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Aug 04 19:22:39 host kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Aug 04 19:22:39 host kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Aug 04 19:22:39 host kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Aug 04 19:22:39 host kernel: ACPI: Added _OSI(Module Device)
Aug 04 19:22:39 host kernel: ACPI: Added _OSI(Processor Device)
Aug 04 19:22:39 host kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Aug 04 19:22:39 host kernel: ACPI: Added _OSI(Processor Aggregator Device)
Aug 04 19:22:39 host kernel: ACPI: 9 ACPI AML tables successfully acquired and loaded
Aug 04 19:22:39 host kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Aug 04 19:22:39 host kernel: ACPI: EC: EC started
Aug 04 19:22:39 host kernel: ACPI: EC: interrupt blocked
Aug 04 19:22:39 host kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Aug 04 19:22:39 host kernel: ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC used to handle transactions
Aug 04 19:22:39 host kernel: ACPI: Interpreter enabled
Aug 04 19:22:39 host kernel: ACPI: PM: (supports S0 S3 S4 S5)
Aug 04 19:22:39 host kernel: ACPI: Using IOAPIC for interrupt routing
Aug 04 19:22:39 host kernel: PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
Aug 04 19:22:39 host kernel: PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved as ACPI motherboard resource
Aug 04 19:22:39 host kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Aug 04 19:22:39 host kernel: PCI: Ignoring E820 reservations for host bridge windows
Aug 04 19:22:39 host kernel: ACPI: Enabled 3 GPEs in block 00 to 1F
Aug 04 19:22:39 host kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT3._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 04 19:22:39 host kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO11._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 04 19:22:39 host kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT4._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 04 19:22:39 host kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO12._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 04 19:22:39 host kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT5._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 04 19:22:39 host kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO13._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 04 19:22:39 host kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT6._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 04 19:22:39 host kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO14._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 04 19:22:39 host kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT1._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 04 19:22:39 host kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT9._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 04 19:22:39 host kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT2._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 04 19:22:39 host kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO10._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 04 19:22:39 host kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT7._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 04 19:22:39 host kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO15._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 04 19:22:39 host kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT8._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 04 19:22:39 host kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO16._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 04 19:22:39 host kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO17._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 04 19:22:39 host kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO18._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 04 19:22:39 host kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO19._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 04 19:22:39 host kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO20._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 04 19:22:39 host kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO21._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 04 19:22:39 host kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO22._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 04 19:22:39 host kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Aug 04 19:22:39 host kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Aug 04 19:22:39 host kernel: acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME LTR DPC]
Aug 04 19:22:39 host kernel: acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
Aug 04 19:22:39 host kernel: acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-7f] only partially covers this bridge
Aug 04 19:22:39 host kernel: PCI host bridge to bus 0000:00
Aug 04 19:22:39 host kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x03af window]
Aug 04 19:22:39 host kernel: pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7 window]
Aug 04 19:22:39 host kernel: pci_bus 0000:00: root bus resource [io 0x03b0-0x03df window]
Aug 04 19:22:39 host kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xefff window]
Aug 04 19:22:39 host kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
Aug 04 19:22:39 host kernel: pci_bus 0000:00: root bus resource [mem 0xc0000000-0xfec2ffff window]
Aug 04 19:22:39 host kernel: pci_bus 0000:00: root bus resource [mem 0xfee00000-0xffffffff window]
Aug 04 19:22:39 host kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Aug 04 19:22:39 host kernel: pci 0000:00:00.0: [1022:1450] type 00 class 0x060000
Aug 04 19:22:39 host kernel: pci 0000:00:00.2: [1022:1451] type 00 class 0x080600
Aug 04 19:22:39 host kernel: pci 0000:00:01.0: [1022:1452] type 00 class 0x060000
Aug 04 19:22:39 host kernel: pci 0000:00:01.3: [1022:1453] type 01 class 0x060400
Aug 04 19:22:39 host kernel: pci 0000:00:01.3: enabling Extended Tags
Aug 04 19:22:39 host kernel: pci 0000:00:01.3: PME# supported from D0 D3hot D3cold
Aug 04 19:22:39 host kernel: pci 0000:00:02.0: [1022:1452] type 00 class 0x060000
Aug 04 19:22:39 host kernel: pci 0000:00:03.0: [1022:1452] type 00 class 0x060000
Aug 04 19:22:39 host kernel: pci 0000:00:03.1: [1022:1453] type 01 class 0x060400
Aug 04 19:22:39 host kernel: pci 0000:00:03.1: PME# supported from D0 D3hot D3cold
Aug 04 19:22:39 host kernel: pci 0000:00:03.3: [1022:1453] type 01 class 0x060400
Aug 04 19:22:39 host kernel: pci 0000:00:03.3: enabling Extended Tags
Aug 04 19:22:39 host kernel: pci 0000:00:03.3: PME# supported from D0 D3hot D3cold
Aug 04 19:22:39 host kernel: pci 0000:00:04.0: [1022:1452] type 00 class 0x060000
Aug 04 19:22:39 host kernel: pci 0000:00:07.0: [1022:1452] type 00 class 0x060000
Aug 04 19:22:39 host kernel: pci 0000:00:07.1: [1022:1454] type 01 class 0x060400
Aug 04 19:22:39 host kernel: pci 0000:00:07.1: enabling Extended Tags
Aug 04 19:22:39 host kernel: pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
Aug 04 19:22:39 host kernel: pci 0000:00:08.0: [1022:1452] type 00 class 0x060000
Aug 04 19:22:39 host kernel: pci 0000:00:08.1: [1022:1454] type 01 class 0x060400
Aug 04 19:22:39 host kernel: pci 0000:00:08.1: enabling Extended Tags
Aug 04 19:22:39 host kernel: pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
Aug 04 19:22:39 host kernel: pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
Aug 04 19:22:39 host kernel: pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
Aug 04 19:22:39 host kernel: pci 0000:00:18.0: [1022:1460] type 00 class 0x060000
Aug 04 19:22:39 host kernel: pci 0000:00:18.1: [1022:1461] type 00 class 0x060000
Aug 04 19:22:39 host kernel: pci 0000:00:18.2: [1022:1462] type 00 class 0x060000
Aug 04 19:22:39 host kernel: pci 0000:00:18.3: [1022:1463] type 00 class 0x060000
Aug 04 19:22:39 host kernel: pci 0000:00:18.4: [1022:1464] type 00 class 0x060000
Aug 04 19:22:39 host kernel: pci 0000:00:18.5: [1022:1465] type 00 class 0x060000
Aug 04 19:22:39 host kernel: pci 0000:00:18.6: [1022:1466] type 00 class 0x060000
Aug 04 19:22:39 host kernel: pci 0000:00:18.7: [1022:1467] type 00 class 0x060000
Aug 04 19:22:39 host kernel: pci 0000:01:00.0: [1022:43d5] type 00 class 0x0c0330
Aug 04 19:22:39 host kernel: pci 0000:01:00.0: reg 0x10: [mem 0xfcca0000-0xfcca7fff 64bit]
Aug 04 19:22:39 host kernel: pci 0000:01:00.0: enabling Extended Tags
Aug 04 19:22:39 host kernel: pci 0000:01:00.0: PME# supported from D3hot D3cold
Aug 04 19:22:39 host kernel: pci 0000:01:00.1: [1022:43c8] type 00 class 0x010601
Aug 04 19:22:39 host kernel: pci 0000:01:00.1: reg 0x24: [mem 0xfcc80000-0xfcc9ffff]
Aug 04 19:22:39 host kernel: pci 0000:01:00.1: reg 0x30: [mem 0xfcc00000-0xfcc7ffff pref]
Aug 04 19:22:39 host kernel: pci 0000:01:00.1: enabling Extended Tags
Aug 04 19:22:39 host kernel: pci 0000:01:00.1: PME# supported from D3hot D3cold
Aug 04 19:22:39 host kernel: pci 0000:01:00.2: [1022:43c6] type 01 class 0x060400
Aug 04 19:22:39 host kernel: pci 0000:01:00.2: enabling Extended Tags
Aug 04 19:22:39 host kernel: pci 0000:01:00.2: PME# supported from D3hot D3cold
Aug 04 19:22:39 host kernel: pci 0000:00:01.3: PCI bridge to [bus 01-05]
Aug 04 19:22:39 host kernel: pci 0000:00:01.3: bridge window [io 0xc000-0xdfff]
Aug 04 19:22:39 host kernel: pci 0000:00:01.3: bridge window [mem 0xfca00000-0xfccfffff]
Aug 04 19:22:39 host kernel: pci 0000:02:00.0: [1022:43c7] type 01 class 0x060400
Aug 04 19:22:39 host kernel: pci 0000:02:00.0: enabling Extended Tags
Aug 04 19:22:39 host kernel: pci 0000:02:00.0: PME# supported from D3hot D3cold
Aug 04 19:22:39 host kernel: pci 0000:02:01.0: [1022:43c7] type 01 class 0x060400
Aug 04 19:22:39 host kernel: pci 0000:02:01.0: enabling Extended Tags
Aug 04 19:22:39 host kernel: pci 0000:02:01.0: PME# supported from D3hot D3cold
Aug 04 19:22:39 host kernel: pci 0000:02:04.0: [1022:43c7] type 01 class 0x060400
Aug 04 19:22:39 host kernel: pci 0000:02:04.0: enabling Extended Tags
Aug 04 19:22:39 host kernel: pci 0000:02:04.0: PME# supported from D3hot D3cold
Aug 04 19:22:39 host kernel: pci 0000:01:00.2: PCI bridge to [bus 02-05]
Aug 04 19:22:39 host kernel: pci 0000:01:00.2: bridge window [io 0xc000-0xdfff]
Aug 04 19:22:39 host kernel: pci 0000:01:00.2: bridge window [mem 0xfca00000-0xfcbfffff]
Aug 04 19:22:39 host kernel: pci 0000:03:00.0: [8086:1539] type 00 class 0x020000
Aug 04 19:22:39 host kernel: pci 0000:03:00.0: reg 0x10: [mem 0xfcb00000-0xfcb1ffff]
Aug 04 19:22:39 host kernel: pci 0000:03:00.0: reg 0x18: [io 0xd000-0xd01f]
Aug 04 19:22:39 host kernel: pci 0000:03:00.0: reg 0x1c: [mem 0xfcb20000-0xfcb23fff]
Aug 04 19:22:39 host kernel: pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
Aug 04 19:22:39 host kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
Aug 04 19:22:39 host kernel: pci 0000:02:00.0: bridge window [io 0xd000-0xdfff]
Aug 04 19:22:39 host kernel: pci 0000:02:00.0: bridge window [mem 0xfcb00000-0xfcbfffff]
Aug 04 19:22:39 host kernel: pci 0000:04:00.0: [10ec:b822] type 00 class 0x028000
Aug 04 19:22:39 host kernel: pci 0000:04:00.0: reg 0x10: [io 0xc000-0xc0ff]
Aug 04 19:22:39 host kernel: pci 0000:04:00.0: reg 0x18: [mem 0xfca00000-0xfca0ffff 64bit]
Aug 04 19:22:39 host kernel: pci 0000:04:00.0: supports D1 D2
Aug 04 19:22:39 host kernel: pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Aug 04 19:22:39 host kernel: pci 0000:02:01.0: PCI bridge to [bus 04]
Aug 04 19:22:39 host kernel: pci 0000:02:01.0: bridge window [io 0xc000-0xcfff]
Aug 04 19:22:39 host kernel: pci 0000:02:01.0: bridge window [mem 0xfca00000-0xfcafffff]
Aug 04 19:22:39 host kernel: pci 0000:02:04.0: PCI bridge to [bus 05]
Aug 04 19:22:39 host kernel: pci 0000:06:00.0: [1002:67df] type 00 class 0x030000
Aug 04 19:22:39 host kernel: pci 0000:06:00.0: reg 0x10: [mem 0xd0000000-0xdfffffff 64bit pref]
Aug 04 19:22:39 host kernel: pci 0000:06:00.0: reg 0x18: [mem 0xe0000000-0xe01fffff 64bit pref]
Aug 04 19:22:39 host kernel: pci 0000:06:00.0: reg 0x20: [io 0xe000-0xe0ff]
Aug 04 19:22:39 host kernel: pci 0000:06:00.0: reg 0x24: [mem 0xfcf00000-0xfcf3ffff]
Aug 04 19:22:39 host kernel: pci 0000:06:00.0: reg 0x30: [mem 0xfcf40000-0xfcf5ffff pref]
Aug 04 19:22:39 host kernel: pci 0000:06:00.0: BAR 0: assigned to efifb
Aug 04 19:22:39 host kernel: pci 0000:06:00.0: supports D1 D2
Aug 04 19:22:39 host kernel: pci 0000:06:00.0: PME# supported from D1 D2 D3hot D3cold
Aug 04 19:22:39 host kernel: pci 0000:06:00.0: 63.008 Gb/s available PCIe bandwidth, limited by 8.0 GT/s PCIe x8 link at 0000:00:03.1 (capable of 126.016 Gb/s with 8.0 GT/s PCIe x16 link)
Aug 04 19:22:39 host kernel: pci 0000:06:00.1: [1002:aaf0] type 00 class 0x040300
Aug 04 19:22:39 host kernel: pci 0000:06:00.1: reg 0x10: [mem 0xfcf60000-0xfcf63fff 64bit]
Aug 04 19:22:39 host kernel: pci 0000:06:00.1: supports D1 D2
Aug 04 19:22:39 host kernel: pci 0000:00:03.1: PCI bridge to [bus 06]
Aug 04 19:22:39 host kernel: pci 0000:00:03.1: bridge window [io 0xe000-0xefff]
Aug 04 19:22:39 host kernel: pci 0000:00:03.1: bridge window [mem 0xfcf00000-0xfcffffff]
Aug 04 19:22:39 host kernel: pci 0000:00:03.1: bridge window [mem 0xd0000000-0xe01fffff 64bit pref]
Aug 04 19:22:39 host kernel: pci 0000:07:00.0: [15b7:5006] type 00 class 0x010802
Aug 04 19:22:39 host kernel: pci 0000:07:00.0: reg 0x10: [mem 0xfce00000-0xfce03fff 64bit]
Aug 04 19:22:39 host kernel: pci 0000:07:00.0: reg 0x20: [mem 0xfce04000-0xfce040ff 64bit]
Aug 04 19:22:39 host kernel: pci 0000:00:03.3: PCI bridge to [bus 07]
Aug 04 19:22:39 host kernel: pci 0000:00:03.3: bridge window [mem 0xfce00000-0xfcefffff]
Aug 04 19:22:39 host kernel: pci 0000:08:00.0: [1022:145a] type 00 class 0x130000
Aug 04 19:22:39 host kernel: pci 0000:08:00.0: enabling Extended Tags
Aug 04 19:22:39 host kernel: pci 0000:08:00.2: [1022:1456] type 00 class 0x108000
Aug 04 19:22:39 host kernel: pci 0000:08:00.2: reg 0x18: [mem 0xfc800000-0xfc8fffff]
Aug 04 19:22:39 host kernel: pci 0000:08:00.2: reg 0x24: [mem 0xfc900000-0xfc901fff]
Aug 04 19:22:39 host kernel: pci 0000:08:00.2: enabling Extended Tags
Aug 04 19:22:39 host kernel: pci 0000:08:00.3: [1022:145c] type 00 class 0x0c0330
Aug 04 19:22:39 host kernel: pci 0000:08:00.3: reg 0x10: [mem 0xfc700000-0xfc7fffff 64bit]
Aug 04 19:22:39 host kernel: pci 0000:08:00.3: enabling Extended Tags
Aug 04 19:22:39 host kernel: pci 0000:08:00.3: PME# supported from D0 D3hot D3cold
Aug 04 19:22:39 host kernel: pci 0000:00:07.1: PCI bridge to [bus 08]
Aug 04 19:22:39 host kernel: pci 0000:00:07.1: bridge window [mem 0xfc700000-0xfc9fffff]
Aug 04 19:22:39 host kernel: pci 0000:09:00.0: [1022:1455] type 00 class 0x130000
Aug 04 19:22:39 host kernel: pci 0000:09:00.0: enabling Extended Tags
Aug 04 19:22:39 host kernel: pci 0000:09:00.2: [1022:7901] type 00 class 0x010601
Aug 04 19:22:39 host kernel: pci 0000:09:00.2: reg 0x24: [mem 0xfcd08000-0xfcd08fff]
Aug 04 19:22:39 host kernel: pci 0000:09:00.2: enabling Extended Tags
Aug 04 19:22:39 host kernel: pci 0000:09:00.2: PME# supported from D3hot D3cold
Aug 04 19:22:39 host kernel: pci 0000:09:00.3: [1022:1457] type 00 class 0x040300
Aug 04 19:22:39 host kernel: pci 0000:09:00.3: reg 0x10: [mem 0xfcd00000-0xfcd07fff]
Aug 04 19:22:39 host kernel: pci 0000:09:00.3: enabling Extended Tags
Aug 04 19:22:39 host kernel: pci 0000:09:00.3: PME# supported from D0 D3hot D3cold
Aug 04 19:22:39 host kernel: pci 0000:00:08.1: PCI bridge to [bus 09]
Aug 04 19:22:39 host kernel: pci 0000:00:08.1: bridge window [mem 0xfcd00000-0xfcdfffff]
Aug 04 19:22:39 host kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 0
Aug 04 19:22:39 host kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 0
Aug 04 19:22:39 host kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 0
Aug 04 19:22:39 host kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 0
Aug 04 19:22:39 host kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
Aug 04 19:22:39 host kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
Aug 04 19:22:39 host kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0
Aug 04 19:22:39 host kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 0
Aug 04 19:22:39 host kernel: ACPI: EC: interrupt unblocked
Aug 04 19:22:39 host kernel: ACPI: EC: event unblocked
Aug 04 19:22:39 host kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Aug 04 19:22:39 host kernel: ACPI: EC: GPE=0x2
Aug 04 19:22:39 host kernel: ACPI: \_SB_.PCI0.SBRG.EC0_: Boot DSDT EC initialization complete
Aug 04 19:22:39 host kernel: ACPI: \_SB_.PCI0.SBRG.EC0_: EC: Used to handle transactions and events
Aug 04 19:22:39 host kernel: iommu: Default domain type: Translated
Aug 04 19:22:39 host kernel: iommu: DMA domain TLB invalidation policy: lazy mode
Aug 04 19:22:39 host kernel: SCSI subsystem initialized
Aug 04 19:22:39 host kernel: libata version 3.00 loaded.
Aug 04 19:22:39 host kernel: ACPI: bus type USB registered
Aug 04 19:22:39 host kernel: usbcore: registered new interface driver usbfs
Aug 04 19:22:39 host kernel: usbcore: registered new interface driver hub
Aug 04 19:22:39 host kernel: usbcore: registered new device driver usb
Aug 04 19:22:39 host kernel: pps_core: LinuxPPS API ver. 1 registered
Aug 04 19:22:39 host kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Aug 04 19:22:39 host kernel: PTP clock support registered
Aug 04 19:22:39 host kernel: EDAC MC: Ver: 3.0.0
Aug 04 19:22:39 host kernel: efivars: Registered efivars operations
Aug 04 19:22:39 host kernel: NetLabel: Initializing
Aug 04 19:22:39 host kernel: NetLabel: domain hash size = 128
Aug 04 19:22:39 host kernel: NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
Aug 04 19:22:39 host kernel: NetLabel: unlabeled traffic allowed by default
Aug 04 19:22:39 host kernel: mctp: management component transport protocol core
Aug 04 19:22:39 host kernel: NET: Registered PF_MCTP protocol family
Aug 04 19:22:39 host kernel: PCI: Using ACPI for IRQ routing
Aug 04 19:22:39 host kernel: PCI: pci_cache_line_size set to 64 bytes
Aug 04 19:22:39 host kernel: e820: reserve RAM buffer [mem 0x09c7f000-0x0bffffff]
Aug 04 19:22:39 host kernel: e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
Aug 04 19:22:39 host kernel: e820: reserve RAM buffer [mem 0x0b000000-0x0bffffff]
Aug 04 19:22:39 host kernel: e820: reserve RAM buffer [mem 0xa8c5c018-0xabffffff]
Aug 04 19:22:39 host kernel: e820: reserve RAM buffer [mem 0xa8c7a018-0xabffffff]
Aug 04 19:22:39 host kernel: e820: reserve RAM buffer [mem 0xb6f6d000-0xb7ffffff]
Aug 04 19:22:39 host kernel: e820: reserve RAM buffer [mem 0xb9871000-0xbbffffff]
Aug 04 19:22:39 host kernel: e820: reserve RAM buffer [mem 0xbad58000-0xbbffffff]
Aug 04 19:22:39 host kernel: e820: reserve RAM buffer [mem 0xbf000000-0xbfffffff]
Aug 04 19:22:39 host kernel: e820: reserve RAM buffer [mem 0x43f380000-0x43fffffff]
Aug 04 19:22:39 host kernel: pci 0000:06:00.0: vgaarb: setting as boot VGA device
Aug 04 19:22:39 host kernel: pci 0000:06:00.0: vgaarb: bridge control possible
Aug 04 19:22:39 host kernel: pci 0000:06:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
Aug 04 19:22:39 host kernel: vgaarb: loaded
Aug 04 19:22:39 host kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
Aug 04 19:22:39 host kernel: hpet0: 3 comparators, 32-bit 14.318180 MHz counter
Aug 04 19:22:39 host kernel: clocksource: Switched to clocksource tsc-early
Aug 04 19:22:39 host kernel: VFS: Disk quotas dquot_6.6.0
Aug 04 19:22:39 host kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Aug 04 19:22:39 host kernel: pnp: PnP ACPI init
Aug 04 19:22:39 host kernel: system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved
Aug 04 19:22:39 host kernel: system 00:02: [io 0x02a0-0x02af] has been reserved
Aug 04 19:22:39 host kernel: system 00:02: [io 0x0230-0x023f] has been reserved
Aug 04 19:22:39 host kernel: system 00:02: [io 0x0290-0x029f] has been reserved
Aug 04 19:22:39 host kernel: system 00:03: [io 0x04d0-0x04d1] has been reserved
Aug 04 19:22:39 host kernel: system 00:03: [io 0x040b] has been reserved
Aug 04 19:22:39 host kernel: system 00:03: [io 0x04d6] has been reserved
Aug 04 19:22:39 host kernel: system 00:03: [io 0x0c00-0x0c01] has been reserved
Aug 04 19:22:39 host kernel: system 00:03: [io 0x0c14] has been reserved
Aug 04 19:22:39 host kernel: system 00:03: [io 0x0c50-0x0c51] has been reserved
Aug 04 19:22:39 host kernel: system 00:03: [io 0x0c52] has been reserved
Aug 04 19:22:39 host kernel: system 00:03: [io 0x0c6c] has been reserved
Aug 04 19:22:39 host kernel: system 00:03: [io 0x0c6f] has been reserved
Aug 04 19:22:39 host kernel: system 00:03: [io 0x0cd8-0x0cdf] has been reserved
Aug 04 19:22:39 host kernel: system 00:03: [io 0x0800-0x089f] has been reserved
Aug 04 19:22:39 host kernel: system 00:03: [io 0x0b00-0x0b0f] has been reserved
Aug 04 19:22:39 host kernel: system 00:03: [io 0x0b20-0x0b3f] has been reserved
Aug 04 19:22:39 host kernel: system 00:03: [io 0x0900-0x090f] has been reserved
Aug 04 19:22:39 host kernel: system 00:03: [io 0x0910-0x091f] has been reserved
Aug 04 19:22:39 host kernel: system 00:03: [mem 0xfec00000-0xfec00fff] could not be reserved
Aug 04 19:22:39 host kernel: system 00:03: [mem 0xfec01000-0xfec01fff] could not be reserved
Aug 04 19:22:39 host kernel: system 00:03: [mem 0xfedc0000-0xfedc0fff] has been reserved
Aug 04 19:22:39 host kernel: system 00:03: [mem 0xfee00000-0xfee00fff] has been reserved
Aug 04 19:22:39 host kernel: system 00:03: [mem 0xfed80000-0xfed8ffff] could not be reserved
Aug 04 19:22:39 host kernel: system 00:03: [mem 0xfec10000-0xfec10fff] has been reserved
Aug 04 19:22:39 host kernel: system 00:03: [mem 0xff000000-0xffffffff] has been reserved
Aug 04 19:22:39 host kernel: pnp: PnP ACPI: found 4 devices
Aug 04 19:22:39 host kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Aug 04 19:22:39 host kernel: NET: Registered PF_INET protocol family
Aug 04 19:22:39 host kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Aug 04 19:22:39 host kernel: tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
Aug 04 19:22:39 host kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Aug 04 19:22:39 host kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Aug 04 19:22:39 host kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Aug 04 19:22:39 host kernel: TCP: Hash tables configured (established 131072 bind 65536)
Aug 04 19:22:39 host kernel: MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
Aug 04 19:22:39 host kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
Aug 04 19:22:39 host kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
Aug 04 19:22:39 host kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Aug 04 19:22:39 host kernel: NET: Registered PF_XDP protocol family
Aug 04 19:22:39 host kernel: pci 0000:02:00.0: PCI bridge to [bus 03]
Aug 04 19:22:39 host kernel: pci 0000:02:00.0: bridge window [io 0xd000-0xdfff]
Aug 04 19:22:39 host kernel: pci 0000:02:00.0: bridge window [mem 0xfcb00000-0xfcbfffff]
Aug 04 19:22:39 host kernel: pci 0000:02:01.0: PCI bridge to [bus 04]
Aug 04 19:22:39 host kernel: pci 0000:02:01.0: bridge window [io 0xc000-0xcfff]
Aug 04 19:22:39 host kernel: pci 0000:02:01.0: bridge window [mem 0xfca00000-0xfcafffff]
Aug 04 19:22:39 host kernel: pci 0000:02:04.0: PCI bridge to [bus 05]
Aug 04 19:22:39 host kernel: pci 0000:01:00.2: PCI bridge to [bus 02-05]
Aug 04 19:22:39 host kernel: pci 0000:01:00.2: bridge window [io 0xc000-0xdfff]
Aug 04 19:22:39 host kernel: pci 0000:01:00.2: bridge window [mem 0xfca00000-0xfcbfffff]
Aug 04 19:22:39 host kernel: pci 0000:00:01.3: PCI bridge to [bus 01-05]
Aug 04 19:22:39 host kernel: pci 0000:00:01.3: bridge window [io 0xc000-0xdfff]
Aug 04 19:22:39 host kernel: pci 0000:00:01.3: bridge window [mem 0xfca00000-0xfccfffff]
Aug 04 19:22:39 host kernel: pci 0000:00:03.1: PCI bridge to [bus 06]
Aug 04 19:22:39 host kernel: pci 0000:00:03.1: bridge window [io 0xe000-0xefff]
Aug 04 19:22:39 host kernel: pci 0000:00:03.1: bridge window [mem 0xfcf00000-0xfcffffff]
Aug 04 19:22:39 host kernel: pci 0000:00:03.1: bridge window [mem 0xd0000000-0xe01fffff 64bit pref]
Aug 04 19:22:39 host kernel: pci 0000:00:03.3: PCI bridge to [bus 07]
Aug 04 19:22:39 host kernel: pci 0000:00:03.3: bridge window [mem 0xfce00000-0xfcefffff]
Aug 04 19:22:39 host kernel: pci 0000:00:07.1: PCI bridge to [bus 08]
Aug 04 19:22:39 host kernel: pci 0000:00:07.1: bridge window [mem 0xfc700000-0xfc9fffff]
Aug 04 19:22:39 host kernel: pci 0000:00:08.1: PCI bridge to [bus 09]
Aug 04 19:22:39 host kernel: pci 0000:00:08.1: bridge window [mem 0xfcd00000-0xfcdfffff]
Aug 04 19:22:39 host kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x03af window]
Aug 04 19:22:39 host kernel: pci_bus 0000:00: resource 5 [io 0x03e0-0x0cf7 window]
Aug 04 19:22:39 host kernel: pci_bus 0000:00: resource 6 [io 0x03b0-0x03df window]
Aug 04 19:22:39 host kernel: pci_bus 0000:00: resource 7 [io 0x0d00-0xefff window]
Aug 04 19:22:39 host kernel: pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
Aug 04 19:22:39 host kernel: pci_bus 0000:00: resource 9 [mem 0xc0000000-0xfec2ffff window]
Aug 04 19:22:39 host kernel: pci_bus 0000:00: resource 10 [mem 0xfee00000-0xffffffff window]
Aug 04 19:22:39 host kernel: pci_bus 0000:01: resource 0 [io 0xc000-0xdfff]
Aug 04 19:22:39 host kernel: pci_bus 0000:01: resource 1 [mem 0xfca00000-0xfccfffff]
Aug 04 19:22:39 host kernel: pci_bus 0000:02: resource 0 [io 0xc000-0xdfff]
Aug 04 19:22:39 host kernel: pci_bus 0000:02: resource 1 [mem 0xfca00000-0xfcbfffff]
Aug 04 19:22:39 host kernel: pci_bus 0000:03: resource 0 [io 0xd000-0xdfff]
Aug 04 19:22:39 host kernel: pci_bus 0000:03: resource 1 [mem 0xfcb00000-0xfcbfffff]
Aug 04 19:22:39 host kernel: pci_bus 0000:04: resource 0 [io 0xc000-0xcfff]
Aug 04 19:22:39 host kernel: pci_bus 0000:04: resource 1 [mem 0xfca00000-0xfcafffff]
Aug 04 19:22:39 host kernel: pci_bus 0000:06: resource 0 [io 0xe000-0xefff]
Aug 04 19:22:39 host kernel: pci_bus 0000:06: resource 1 [mem 0xfcf00000-0xfcffffff]
Aug 04 19:22:39 host kernel: pci_bus 0000:06: resource 2 [mem 0xd0000000-0xe01fffff 64bit pref]
Aug 04 19:22:39 host kernel: pci_bus 0000:07: resource 1 [mem 0xfce00000-0xfcefffff]
Aug 04 19:22:39 host kernel: pci_bus 0000:08: resource 1 [mem 0xfc700000-0xfc9fffff]
Aug 04 19:22:39 host kernel: pci_bus 0000:09: resource 1 [mem 0xfcd00000-0xfcdfffff]
Aug 04 19:22:39 host kernel: pci 0000:06:00.1: D0 power state depends on 0000:06:00.0
Aug 04 19:22:39 host kernel: PCI: CLS 64 bytes, default 64
Aug 04 19:22:39 host kernel: pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
Aug 04 19:22:39 host kernel: pci 0000:00:01.0: Adding to iommu group 0
Aug 04 19:22:39 host kernel: Trying to unpack rootfs image as initramfs...
Aug 04 19:22:39 host kernel: pci 0000:00:01.3: Adding to iommu group 1
Aug 04 19:22:39 host kernel: pci 0000:00:02.0: Adding to iommu group 2
Aug 04 19:22:39 host kernel: pci 0000:00:03.0: Adding to iommu group 3
Aug 04 19:22:39 host kernel: pci 0000:00:03.1: Adding to iommu group 4
Aug 04 19:22:39 host kernel: pci 0000:00:03.3: Adding to iommu group 5
Aug 04 19:22:39 host kernel: pci 0000:00:04.0: Adding to iommu group 6
Aug 04 19:22:39 host kernel: pci 0000:00:07.0: Adding to iommu group 7
Aug 04 19:22:39 host kernel: pci 0000:00:07.1: Adding to iommu group 8
Aug 04 19:22:39 host kernel: pci 0000:00:08.0: Adding to iommu group 9
Aug 04 19:22:39 host kernel: pci 0000:00:08.1: Adding to iommu group 10
Aug 04 19:22:39 host kernel: pci 0000:00:14.0: Adding to iommu group 11
Aug 04 19:22:39 host kernel: pci 0000:00:14.3: Adding to iommu group 11
Aug 04 19:22:39 host kernel: pci 0000:00:18.0: Adding to iommu group 12
Aug 04 19:22:39 host kernel: pci 0000:00:18.1: Adding to iommu group 12
Aug 04 19:22:39 host kernel: pci 0000:00:18.2: Adding to iommu group 12
Aug 04 19:22:39 host kernel: pci 0000:00:18.3: Adding to iommu group 12
Aug 04 19:22:39 host kernel: pci 0000:00:18.4: Adding to iommu group 12
Aug 04 19:22:39 host kernel: pci 0000:00:18.5: Adding to iommu group 12
Aug 04 19:22:39 host kernel: pci 0000:00:18.6: Adding to iommu group 12
Aug 04 19:22:39 host kernel: pci 0000:00:18.7: Adding to iommu group 12
Aug 04 19:22:39 host kernel: pci 0000:01:00.0: Adding to iommu group 13
Aug 04 19:22:39 host kernel: pci 0000:01:00.1: Adding to iommu group 13
Aug 04 19:22:39 host kernel: pci 0000:01:00.2: Adding to iommu group 13
Aug 04 19:22:39 host kernel: pci 0000:02:00.0: Adding to iommu group 13
Aug 04 19:22:39 host kernel: pci 0000:02:01.0: Adding to iommu group 13
Aug 04 19:22:39 host kernel: pci 0000:02:04.0: Adding to iommu group 13
Aug 04 19:22:39 host kernel: pci 0000:03:00.0: Adding to iommu group 13
Aug 04 19:22:39 host kernel: pci 0000:04:00.0: Adding to iommu group 13
Aug 04 19:22:39 host kernel: pci 0000:06:00.0: Adding to iommu group 14
Aug 04 19:22:39 host kernel: pci 0000:06:00.1: Adding to iommu group 14
Aug 04 19:22:39 host kernel: pci 0000:07:00.0: Adding to iommu group 15
Aug 04 19:22:39 host kernel: pci 0000:08:00.0: Adding to iommu group 16
Aug 04 19:22:39 host kernel: pci 0000:08:00.2: Adding to iommu group 17
Aug 04 19:22:39 host kernel: pci 0000:08:00.3: Adding to iommu group 18
Aug 04 19:22:39 host kernel: pci 0000:09:00.0: Adding to iommu group 19
Aug 04 19:22:39 host kernel: pci 0000:09:00.2: Adding to iommu group 20
Aug 04 19:22:39 host kernel: pci 0000:09:00.3: Adding to iommu group 21
Aug 04 19:22:39 host kernel: pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
Aug 04 19:22:39 host kernel: AMD-Vi: Extended features (0xf77ef22294ada, 0x0): PPR NX GT IA GA PC GA_vAPIC
Aug 04 19:22:39 host kernel: AMD-Vi: Interrupt remapping enabled
Aug 04 19:22:39 host kernel: AMD-Vi: Virtual APIC enabled
Aug 04 19:22:39 host kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Aug 04 19:22:39 host kernel: software IO TLB: mapped [mem 0x00000000ae210000-0x00000000b2210000] (64MB)
Aug 04 19:22:39 host kernel: perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
Aug 04 19:22:39 host kernel: Initialise system trusted keyrings
Aug 04 19:22:39 host kernel: Key type blacklist registered
Aug 04 19:22:39 host kernel: workingset: timestamp_bits=41 max_order=22 bucket_order=0
Aug 04 19:22:39 host kernel: zbud: loaded
Aug 04 19:22:39 host kernel: integrity: Platform Keyring initialized
Aug 04 19:22:39 host kernel: integrity: Machine keyring initialized
Aug 04 19:22:39 host kernel: Key type asymmetric registered
Aug 04 19:22:39 host kernel: Asymmetric key parser 'x509' registered
Aug 04 19:22:39 host kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
Aug 04 19:22:39 host kernel: io scheduler mq-deadline registered
Aug 04 19:22:39 host kernel: io scheduler kyber registered
Aug 04 19:22:39 host kernel: io scheduler bfq registered
Aug 04 19:22:39 host kernel: pcieport 0000:00:01.3: AER: enabled with IRQ 26
Aug 04 19:22:39 host kernel: pcieport 0000:00:03.1: AER: enabled with IRQ 27
Aug 04 19:22:39 host kernel: pcieport 0000:00:03.3: AER: enabled with IRQ 28
Aug 04 19:22:39 host kernel: pcieport 0000:00:07.1: AER: enabled with IRQ 29
Aug 04 19:22:39 host kernel: pcieport 0000:00:08.1: AER: enabled with IRQ 31
Aug 04 19:22:39 host kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Aug 04 19:22:39 host kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
Aug 04 19:22:39 host kernel: ACPI: button: Power Button [PWRB]
Aug 04 19:22:39 host kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
Aug 04 19:22:39 host kernel: ACPI: button: Power Button [PWRF]
Aug 04 19:22:39 host kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
Aug 04 19:22:39 host kernel: ACPI: \_PR_.C000: Found 2 idle states
Aug 04 19:22:39 host kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
Aug 04 19:22:39 host kernel: ACPI: \_PR_.C002: Found 2 idle states
Aug 04 19:22:39 host kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
Aug 04 19:22:39 host kernel: ACPI: \_PR_.C004: Found 2 idle states
Aug 04 19:22:39 host kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
Aug 04 19:22:39 host kernel: ACPI: \_PR_.C006: Found 2 idle states
Aug 04 19:22:39 host kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
Aug 04 19:22:39 host kernel: ACPI: \_PR_.C008: Found 2 idle states
Aug 04 19:22:39 host kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
Aug 04 19:22:39 host kernel: ACPI: \_PR_.C00A: Found 2 idle states
Aug 04 19:22:39 host kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
Aug 04 19:22:39 host kernel: ACPI: \_PR_.C001: Found 2 idle states
Aug 04 19:22:39 host kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
Aug 04 19:22:39 host kernel: ACPI: \_PR_.C003: Found 2 idle states
Aug 04 19:22:39 host kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
Aug 04 19:22:39 host kernel: ACPI: \_PR_.C005: Found 2 idle states
Aug 04 19:22:39 host kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
Aug 04 19:22:39 host kernel: ACPI: \_PR_.C007: Found 2 idle states
Aug 04 19:22:39 host kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
Aug 04 19:22:39 host kernel: ACPI: \_PR_.C009: Found 2 idle states
Aug 04 19:22:39 host kernel: [Firmware Bug]: ACPI MWAIT C-state 0x0 not supported by HW (0x0)
Aug 04 19:22:39 host kernel: ACPI: \_PR_.C00B: Found 2 idle states
Aug 04 19:22:39 host kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Aug 04 19:22:39 host kernel: serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
Aug 04 19:22:39 host kernel: Non-volatile memory driver v1.3
Aug 04 19:22:39 host kernel: Linux agpgart interface v0.103
Aug 04 19:22:39 host kernel: tpm tpm0: AMD fTPM version 0x3000700000003 causes system stutter; hwrng disabled
Aug 04 19:22:39 host kernel: AMD-Vi: AMD IOMMUv2 loaded and initialized
Aug 04 19:22:39 host kernel: ACPI: bus type drm_connector registered
Aug 04 19:22:39 host kernel: ahci 0000:01:00.1: version 3.0
Aug 04 19:22:39 host kernel: ahci 0000:01:00.1: SSS flag set, parallel bus scan disabled
Aug 04 19:22:39 host kernel: ahci 0000:01:00.1: AHCI 0001.0301 32 slots 8 ports 6 Gbps 0x33 impl SATA mode
Aug 04 19:22:39 host kernel: ahci 0000:01:00.1: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part sxs deso sadm sds apst
Aug 04 19:22:39 host kernel: scsi host0: ahci
Aug 04 19:22:39 host kernel: scsi host1: ahci
Aug 04 19:22:39 host kernel: scsi host2: ahci
Aug 04 19:22:39 host kernel: scsi host3: ahci
Aug 04 19:22:39 host kernel: scsi host4: ahci
Aug 04 19:22:39 host kernel: scsi host5: ahci
Aug 04 19:22:39 host kernel: scsi host6: ahci
Aug 04 19:22:39 host kernel: scsi host7: ahci
Aug 04 19:22:39 host kernel: ata1: SATA max UDMA/133 abar m131072@0xfcc80000 port 0xfcc80100 irq 37
Aug 04 19:22:39 host kernel: ata2: SATA max UDMA/133 abar m131072@0xfcc80000 port 0xfcc80180 irq 37
Aug 04 19:22:39 host kernel: ata3: DUMMY
Aug 04 19:22:39 host kernel: ata4: DUMMY
Aug 04 19:22:39 host kernel: ata5: SATA max UDMA/133 abar m131072@0xfcc80000 port 0xfcc80300 irq 37
Aug 04 19:22:39 host kernel: ata6: SATA max UDMA/133 abar m131072@0xfcc80000 port 0xfcc80380 irq 37
Aug 04 19:22:39 host kernel: ata7: DUMMY
Aug 04 19:22:39 host kernel: ata8: DUMMY
Aug 04 19:22:39 host kernel: ahci 0000:09:00.2: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x8 impl SATA mode
Aug 04 19:22:39 host kernel: ahci 0000:09:00.2: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part
Aug 04 19:22:39 host kernel: scsi host8: ahci
Aug 04 19:22:39 host kernel: scsi host9: ahci
Aug 04 19:22:39 host kernel: scsi host10: ahci
Aug 04 19:22:39 host kernel: scsi host11: ahci
Aug 04 19:22:39 host kernel: ata9: DUMMY
Aug 04 19:22:39 host kernel: ata10: DUMMY
Aug 04 19:22:39 host kernel: ata11: DUMMY
Aug 04 19:22:39 host kernel: ata12: SATA max UDMA/133 abar m4096@0xfcd08000 port 0xfcd08280 irq 42
Aug 04 19:22:39 host kernel: usbcore: registered new interface driver usbserial_generic
Aug 04 19:22:39 host kernel: usbserial: USB Serial support registered for generic
Aug 04 19:22:39 host kernel: rtc_cmos 00:01: RTC can wake from S4
Aug 04 19:22:39 host kernel: rtc_cmos 00:01: registered as rtc0
Aug 04 19:22:39 host kernel: rtc_cmos 00:01: setting system clock to 2023-08-05T00:22:33 UTC (1691194953)
Aug 04 19:22:39 host kernel: rtc_cmos 00:01: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
Aug 04 19:22:39 host kernel: amd_pstate: driver load is disabled, boot with specific mode to enable this
Aug 04 19:22:39 host kernel: ledtrig-cpu: registered to indicate activity on CPUs
Aug 04 19:22:39 host kernel: [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
Aug 04 19:22:39 host kernel: fbcon: Deferring console take-over
Aug 04 19:22:39 host kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
Aug 04 19:22:39 host kernel: hid: raw HID events driver (C) Jiri Kosina
Aug 04 19:22:39 host kernel: drop_monitor: Initializing network drop monitor service
Aug 04 19:22:39 host kernel: Initializing XFRM netlink socket
Aug 04 19:22:39 host kernel: NET: Registered PF_INET6 protocol family
Aug 04 19:22:39 host kernel: Freeing initrd memory: 34000K
Aug 04 19:22:39 host kernel: Segment Routing with IPv6
Aug 04 19:22:39 host kernel: RPL Segment Routing with IPv6
Aug 04 19:22:39 host kernel: In-situ OAM (IOAM) with IPv6
Aug 04 19:22:39 host kernel: NET: Registered PF_PACKET protocol family
Aug 04 19:22:39 host kernel: microcode: CPU1: patch_level=0x08001138
Aug 04 19:22:39 host kernel: microcode: CPU0: patch_level=0x08001138
Aug 04 19:22:39 host kernel: microcode: CPU2: patch_level=0x08001138
Aug 04 19:22:39 host kernel: microcode: CPU6: patch_level=0x08001138
Aug 04 19:22:39 host kernel: microcode: CPU5: patch_level=0x08001138
Aug 04 19:22:39 host kernel: microcode: CPU4: patch_level=0x08001138
Aug 04 19:22:39 host kernel: microcode: CPU7: patch_level=0x08001138
Aug 04 19:22:39 host kernel: microcode: CPU8: patch_level=0x08001138
Aug 04 19:22:39 host kernel: microcode: CPU3: patch_level=0x08001138
Aug 04 19:22:39 host kernel: microcode: CPU10: patch_level=0x08001138
Aug 04 19:22:39 host kernel: microcode: CPU9: patch_level=0x08001138
Aug 04 19:22:39 host kernel: microcode: CPU11: patch_level=0x08001138
Aug 04 19:22:39 host kernel: microcode: Microcode Update Driver: v2.2.
Aug 04 19:22:39 host kernel: IPI shorthand broadcast: enabled
Aug 04 19:22:39 host kernel: sched_clock: Marking stable (475614982, 458765)->(613124100, -137050353)
Aug 04 19:22:39 host kernel: registered taskstats version 1
Aug 04 19:22:39 host kernel: Loading compiled-in X.509 certificates
Aug 04 19:22:39 host kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 9feca50a1f793dedbe60eabd384d2879159d2696'
Aug 04 19:22:39 host kernel: zswap: loaded using pool zstd/zsmalloc
Aug 04 19:22:39 host kernel: Key type .fscrypt registered
Aug 04 19:22:39 host kernel: Key type fscrypt-provisioning registered
Aug 04 19:22:39 host kernel: integrity: Loading X.509 certificate: UEFI:db
Aug 04 19:22:39 host kernel: integrity: Loaded X.509 cert 'ASUSTeK MotherBoard SW Key Certificate: da83b990422ebc8c441f8d8b039a65a2'
Aug 04 19:22:39 host kernel: integrity: Loading X.509 certificate: UEFI:db
Aug 04 19:22:39 host kernel: integrity: Loaded X.509 cert 'ASUSTeK Notebook SW Key Certificate: b8e581e4df77a5bb4282d5ccfc00c071'
Aug 04 19:22:39 host kernel: integrity: Loading X.509 certificate: UEFI:db
Aug 04 19:22:39 host kernel: integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
Aug 04 19:22:39 host kernel: integrity: Loading X.509 certificate: UEFI:db
Aug 04 19:22:39 host kernel: integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
Aug 04 19:22:39 host kernel: integrity: Loading X.509 certificate: UEFI:db
Aug 04 19:22:39 host kernel: integrity: Loaded X.509 cert 'Canonical Ltd. Master Certificate Authority: ad91990bc22ab1f517048c23b6655a268e345a63'
Aug 04 19:22:39 host kernel: PM: Magic number: 3:207:354
Aug 04 19:22:39 host kernel: machinecheck machinecheck10: hash matches
Aug 04 19:22:39 host kernel: input event0: hash matches
Aug 04 19:22:39 host kernel: RAS: Correctable Errors collector initialized.
Aug 04 19:22:39 host kernel: clk: Disabling unused clocks
Aug 04 19:22:39 host kernel: ata1: SATA link down (SStatus 0 SControl 330)
Aug 04 19:22:39 host kernel: ata12: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Aug 04 19:22:39 host kernel: ata12.00: ATA-11: WDC WDS100T2B0B-00YS70, 401020WD, max UDMA/133
Aug 04 19:22:39 host kernel: ata12.00: 1953525168 sectors, multi 1: LBA48 NCQ (depth 32), AA
Aug 04 19:22:39 host kernel: ata12.00: Features: Dev-Sleep
Aug 04 19:22:39 host kernel: ata12.00: configured for UDMA/133
Aug 04 19:22:39 host kernel: ata2: SATA link down (SStatus 0 SControl 330)
Aug 04 19:22:39 host kernel: tsc: Refined TSC clocksource calibration: 3194.000 MHz
Aug 04 19:22:39 host kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2e0a25d85ab, max_idle_ns: 440795234405 ns
Aug 04 19:22:39 host kernel: clocksource: Switched to clocksource tsc
Aug 04 19:22:39 host kernel: ata5: SATA link down (SStatus 0 SControl 330)
Aug 04 19:22:39 host kernel: ata6: SATA link down (SStatus 0 SControl 330)
Aug 04 19:22:39 host kernel: scsi 11:0:0:0: Direct-Access ATA WDC WDS100T2B0B 20WD PQ: 0 ANSI: 5
Aug 04 19:22:39 host kernel: sd 11:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
Aug 04 19:22:39 host kernel: sd 11:0:0:0: [sda] Write Protect is off
Aug 04 19:22:39 host kernel: sd 11:0:0:0: [sda] Mode Sense: 00 3a 00 00
Aug 04 19:22:39 host kernel: sd 11:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Aug 04 19:22:39 host kernel: sd 11:0:0:0: [sda] Preferred minimum I/O size 512 bytes
Aug 04 19:22:39 host kernel: sda: sda1 sda2 sda3
Aug 04 19:22:39 host kernel: sd 11:0:0:0: [sda] Attached SCSI disk
Aug 04 19:22:39 host kernel: Freeing unused decrypted memory: 2036K
Aug 04 19:22:39 host kernel: Freeing unused kernel image (initmem) memory: 3344K
Aug 04 19:22:39 host kernel: Write protecting the kernel read-only data: 30720k
Aug 04 19:22:39 host kernel: Freeing unused kernel image (rodata/data gap) memory: 1568K
Aug 04 19:22:39 host kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Aug 04 19:22:39 host kernel: rodata_test: all tests were successful
Aug 04 19:22:39 host kernel: Run /init as init process
Aug 04 19:22:39 host kernel: with arguments:
Aug 04 19:22:39 host kernel: /init
Aug 04 19:22:39 host kernel: with environment:
Aug 04 19:22:39 host kernel: HOME=/
Aug 04 19:22:39 host kernel: TERM=linux
Aug 04 19:22:39 host kernel: BOOT_IMAGE=/vmlinuz-linux
Aug 04 19:22:39 host kernel: [drm] amdgpu kernel modesetting enabled.
Aug 04 19:22:39 host kernel: amdgpu: Ignoring ACPI CRAT on non-APU system
Aug 04 19:22:39 host kernel: amdgpu: Virtual CRAT table created for CPU
Aug 04 19:22:39 host kernel: amdgpu: Topology: Add CPU node
Aug 04 19:22:39 host kernel: amdgpu 0000:06:00.0: enabling device (0006 -> 0007)
Aug 04 19:22:39 host kernel: [drm] initializing kernel modesetting (POLARIS10 0x1002:0x67DF 0x1682:0xC570 0xEF).
Aug 04 19:22:39 host kernel: [drm] register mmio base: 0xFCF00000
Aug 04 19:22:39 host kernel: [drm] register mmio size: 262144
Aug 04 19:22:39 host kernel: [drm] add ip block number 0 <vi_common>
Aug 04 19:22:39 host kernel: [drm] add ip block number 1 <gmc_v8_0>
Aug 04 19:22:39 host kernel: [drm] add ip block number 2 <tonga_ih>
Aug 04 19:22:39 host kernel: [drm] add ip block number 3 <gfx_v8_0>
Aug 04 19:22:39 host kernel: [drm] add ip block number 4 <sdma_v3_0>
Aug 04 19:22:39 host kernel: [drm] add ip block number 5 <powerplay>
Aug 04 19:22:39 host kernel: [drm] add ip block number 6 <dm>
Aug 04 19:22:39 host kernel: [drm] add ip block number 7 <uvd_v6_0>
Aug 04 19:22:39 host kernel: [drm] add ip block number 8 <vce_v3_0>
Aug 04 19:22:39 host kernel: amdgpu 0000:06:00.0: amdgpu: Fetched VBIOS from VFCT
Aug 04 19:22:39 host kernel: amdgpu: ATOM BIOS: 113-57085SMA1-W90
Aug 04 19:22:39 host kernel: [drm] UVD is enabled in VM mode
Aug 04 19:22:39 host kernel: [drm] UVD ENC is enabled in VM mode
Aug 04 19:22:39 host kernel: [drm] VCE enabled in VM mode
Aug 04 19:22:39 host kernel: amdgpu 0000:06:00.0: vgaarb: deactivate vga console
Aug 04 19:22:39 host kernel: amdgpu 0000:06:00.0: amdgpu: Trusted Memory Zone (TMZ) feature not supported
Aug 04 19:22:39 host kernel: [drm] vm size is 64 GB, 2 levels, block size is 10-bit, fragment size is 9-bit
Aug 04 19:22:39 host kernel: amdgpu 0000:06:00.0: amdgpu: VRAM: 8192M 0x000000F400000000 - 0x000000F5FFFFFFFF (8192M used)
Aug 04 19:22:39 host kernel: amdgpu 0000:06:00.0: amdgpu: GART: 256M 0x000000FF00000000 - 0x000000FF0FFFFFFF
Aug 04 19:22:39 host kernel: [drm] Detected VRAM RAM=8192M, BAR=256M
Aug 04 19:22:39 host kernel: [drm] RAM width 256bits GDDR5
Aug 04 19:22:39 host kernel: [drm] amdgpu: 8192M of VRAM memory ready
Aug 04 19:22:39 host kernel: [drm] amdgpu: 7955M of GTT memory ready.
Aug 04 19:22:39 host kernel: [drm] GART: num cpu pages 65536, num gpu pages 65536
Aug 04 19:22:39 host kernel: [drm] PCIE GART of 256M enabled (table at 0x000000F400800000).
Aug 04 19:22:39 host kernel: [drm] Chained IB support enabled!
Aug 04 19:22:39 host kernel: amdgpu: hwmgr_sw_init smu backed is polaris10_smu
Aug 04 19:22:39 host kernel: [drm] Found UVD firmware Version: 1.130 Family ID: 16
Aug 04 19:22:39 host kernel: [drm] Found VCE firmware Version: 53.26 Binary ID: 3
Aug 04 19:22:39 host kernel: [drm] Display Core initialized with v3.2.230!
Aug 04 19:22:39 host kernel: [drm] UVD and UVD ENC initialized successfully.
Aug 04 19:22:39 host kernel: [drm] VCE initialized successfully.
Aug 04 19:22:39 host kernel: kfd kfd: amdgpu: Allocated 3969056 bytes on gart
Aug 04 19:22:39 host kernel: amdgpu: sdma_bitmap: f
Aug 04 19:22:39 host kernel: amdgpu: SRAT table not found
Aug 04 19:22:39 host kernel: amdgpu: Virtual CRAT table created for GPU
Aug 04 19:22:39 host kernel: amdgpu: Topology: Add dGPU node [0x67df:0x1002]
Aug 04 19:22:39 host kernel: kfd kfd: amdgpu: added device 1002:67df
Aug 04 19:22:39 host kernel: amdgpu 0000:06:00.0: amdgpu: SE 4, SH per SE 1, CU per SH 9, active_cu_number 32
Aug 04 19:22:39 host kernel: amdgpu 0000:06:00.0: amdgpu: Using BACO for runtime pm
Aug 04 19:22:39 host kernel: [drm] Initialized amdgpu 3.52.0 20150101 for 0000:06:00.0 on minor 1
Aug 04 19:22:39 host kernel: fbcon: amdgpudrmfb (fb0) is primary device
Aug 04 19:22:39 host kernel: fbcon: Deferring console take-over
Aug 04 19:22:39 host kernel: amdgpu 0000:06:00.0: [drm] fb0: amdgpudrmfb frame buffer device
Aug 04 19:22:39 host kernel: xhci_hcd 0000:01:00.0: xHCI Host Controller
Aug 04 19:22:39 host kernel: xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 1
Aug 04 19:22:39 host kernel: nvme nvme0: pci function 0000:07:00.0
Aug 04 19:22:39 host kernel: nvme nvme0: 32/0/0 default/read/poll queues
Aug 04 19:22:39 host kernel: nvme0n1: p1 p2
Aug 04 19:22:39 host kernel: xhci_hcd 0000:01:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000000000000410
Aug 04 19:22:39 host kernel: xhci_hcd 0000:01:00.0: xHCI Host Controller
Aug 04 19:22:39 host kernel: xhci_hcd 0000:01:00.0: new USB bus registered, assigned bus number 2
Aug 04 19:22:39 host kernel: xhci_hcd 0000:01:00.0: Host supports USB 3.1 Enhanced SuperSpeed
Aug 04 19:22:39 host kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.04
Aug 04 19:22:39 host kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 04 19:22:39 host kernel: usb usb1: Product: xHCI Host Controller
Aug 04 19:22:39 host kernel: usb usb1: Manufacturer: Linux 6.4.8-arch1-1 xhci-hcd
Aug 04 19:22:39 host kernel: usb usb1: SerialNumber: 0000:01:00.0
Aug 04 19:22:39 host kernel: hub 1-0:1.0: USB hub found
Aug 04 19:22:39 host kernel: hub 1-0:1.0: 10 ports detected
Aug 04 19:22:39 host kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT5._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 04 19:22:39 host kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT5._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 04 19:22:39 host kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT6._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 04 19:22:39 host kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT6._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 04 19:22:39 host kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT7._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 04 19:22:39 host kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT7._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 04 19:22:39 host kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT8._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 04 19:22:39 host kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT8._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 04 19:22:39 host kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT9._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 04 19:22:39 host kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT9._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 04 19:22:39 host kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO10._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 04 19:22:39 host kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO10._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 04 19:22:39 host kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO11._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 04 19:22:39 host kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO11._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 04 19:22:39 host kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO12._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 04 19:22:39 host kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO12._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 04 19:22:39 host kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO13._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 04 19:22:39 host kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO13._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 04 19:22:39 host kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO14._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 04 19:22:39 host kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO14._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 04 19:22:39 host kernel: usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
Aug 04 19:22:39 host kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.04
Aug 04 19:22:39 host kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 04 19:22:39 host kernel: usb usb2: Product: xHCI Host Controller
Aug 04 19:22:39 host kernel: usb usb2: Manufacturer: Linux 6.4.8-arch1-1 xhci-hcd
Aug 04 19:22:39 host kernel: usb usb2: SerialNumber: 0000:01:00.0
Aug 04 19:22:39 host kernel: hub 2-0:1.0: USB hub found
Aug 04 19:22:39 host kernel: hub 2-0:1.0: 4 ports detected
Aug 04 19:22:39 host kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT1._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 04 19:22:39 host kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT1._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 04 19:22:39 host kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT2._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 04 19:22:39 host kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT2._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 04 19:22:39 host kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT3._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 04 19:22:39 host kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT3._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 04 19:22:39 host kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT4._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 04 19:22:39 host kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT4._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 04 19:22:39 host kernel: xhci_hcd 0000:08:00.3: xHCI Host Controller
Aug 04 19:22:39 host kernel: xhci_hcd 0000:08:00.3: new USB bus registered, assigned bus number 3
Aug 04 19:22:39 host kernel: xhci_hcd 0000:08:00.3: hcc params 0x0270f665 hci version 0x100 quirks 0x0000000040000410
Aug 04 19:22:39 host kernel: xhci_hcd 0000:08:00.3: xHCI Host Controller
Aug 04 19:22:39 host kernel: xhci_hcd 0000:08:00.3: new USB bus registered, assigned bus number 4
Aug 04 19:22:39 host kernel: xhci_hcd 0000:08:00.3: Host supports USB 3.0 SuperSpeed
Aug 04 19:22:39 host kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.04
Aug 04 19:22:39 host kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 04 19:22:39 host kernel: usb usb3: Product: xHCI Host Controller
Aug 04 19:22:39 host kernel: usb usb3: Manufacturer: Linux 6.4.8-arch1-1 xhci-hcd
Aug 04 19:22:39 host kernel: usb usb3: SerialNumber: 0000:08:00.3
Aug 04 19:22:39 host kernel: hub 3-0:1.0: USB hub found
Aug 04 19:22:39 host kernel: hub 3-0:1.0: 4 ports detected
Aug 04 19:22:39 host kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
Aug 04 19:22:39 host kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.04
Aug 04 19:22:39 host kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 04 19:22:39 host kernel: usb usb4: Product: xHCI Host Controller
Aug 04 19:22:39 host kernel: usb usb4: Manufacturer: Linux 6.4.8-arch1-1 xhci-hcd
Aug 04 19:22:39 host kernel: usb usb4: SerialNumber: 0000:08:00.3
Aug 04 19:22:39 host kernel: hub 4-0:1.0: USB hub found
Aug 04 19:22:39 host kernel: hub 4-0:1.0: 4 ports detected
Aug 04 19:22:39 host kernel: fbcon: Taking over console
Aug 04 19:22:39 host kernel: Console: switching to colour frame buffer device 240x67
Aug 04 19:22:39 host kernel: usb 1-1: new low-speed USB device number 2 using xhci_hcd
Aug 04 19:22:39 host kernel: usb 1-1: New USB device found, idVendor=c0f4, idProduct=06f0, bcdDevice= 1.10
Aug 04 19:22:39 host kernel: usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Aug 04 19:22:39 host kernel: usb 1-1: Product: Usb KeyBoard
Aug 04 19:22:39 host kernel: usb 1-1: Manufacturer: Usb KeyBoard
Aug 04 19:22:39 host kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT5._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 04 19:22:39 host kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT5._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 04 19:22:39 host kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT5._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 04 19:22:39 host kernel: input: Usb KeyBoard Usb KeyBoard as /devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-1/1-1:1.0/0003:C0F4:06F0.0001/input/input2
Aug 04 19:22:39 host kernel: hid-generic 0003:C0F4:06F0.0001: input,hidraw0: USB HID v1.10 Keyboard [Usb KeyBoard Usb KeyBoard] on usb-0000:01:00.0-1/input0
Aug 04 19:22:39 host kernel: input: Usb KeyBoard Usb KeyBoard Consumer Control as /devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-1/1-1:1.1/0003:C0F4:06F0.0002/input/input3
Aug 04 19:22:39 host kernel: usb 2-3: new SuperSpeed USB device number 2 using xhci_hcd
Aug 04 19:22:39 host kernel: usb 2-3: New USB device found, idVendor=0781, idProduct=5591, bcdDevice= 1.00
Aug 04 19:22:39 host kernel: usb 2-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Aug 04 19:22:39 host kernel: usb 2-3: Product: Ultra USB 3.0
Aug 04 19:22:39 host kernel: usb 2-3: Manufacturer: SanDisk
Aug 04 19:22:39 host kernel: usb 2-3: SerialNumber: 4C530000061113116025
Aug 04 19:22:39 host kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT3._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 04 19:22:39 host kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT3._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 04 19:22:39 host kernel: usb-storage 2-3:1.0: USB Mass Storage device detected
Aug 04 19:22:39 host kernel: scsi host12: usb-storage 2-3:1.0
Aug 04 19:22:39 host kernel: usbcore: registered new interface driver usb-storage
Aug 04 19:22:39 host kernel: usbcore: registered new interface driver uas
Aug 04 19:22:39 host kernel: input: Usb KeyBoard Usb KeyBoard System Control as /devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-1/1-1:1.1/0003:C0F4:06F0.0002/input/input4
Aug 04 19:22:39 host kernel: hid-generic 0003:C0F4:06F0.0002: input,hidraw1: USB HID v1.10 Device [Usb KeyBoard Usb KeyBoard] on usb-0000:01:00.0-1/input1
Aug 04 19:22:39 host kernel: usbcore: registered new interface driver usbhid
Aug 04 19:22:39 host kernel: usbhid: USB HID core driver
Aug 04 19:22:39 host kernel: usb 1-2: new full-speed USB device number 3 using xhci_hcd
Aug 04 19:22:39 host kernel: usb 1-2: New USB device found, idVendor=046d, idProduct=c08c, bcdDevice=28.01
Aug 04 19:22:39 host kernel: usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Aug 04 19:22:39 host kernel: usb 1-2: Product: G PRO Gaming Mouse
Aug 04 19:22:39 host kernel: usb 1-2: Manufacturer: Logitech
Aug 04 19:22:39 host kernel: usb 1-2: SerialNumber: 0F8F396C3438
Aug 04 19:22:39 host kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT6._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 04 19:22:39 host kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT6._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 04 19:22:39 host kernel: input: Logitech G PRO Gaming Mouse as /devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-2/1-2:1.0/0003:046D:C08C.0003/input/input5
Aug 04 19:22:39 host kernel: hid-generic 0003:046D:C08C.0003: input,hidraw2: USB HID v1.11 Mouse [Logitech G PRO Gaming Mouse] on usb-0000:01:00.0-2/input0
Aug 04 19:22:39 host kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.POT6._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 04 19:22:39 host kernel: input: Logitech G PRO Gaming Mouse Keyboard as /devices/pci0000:00/0000:00:01.3/0000:01:00.0/usb1/1-2/1-2:1.1/0003:046D:C08C.0004/input/input6
Aug 04 19:22:39 host kernel: hid-generic 0003:046D:C08C.0004: input,hiddev96,hidraw3: USB HID v1.11 Keyboard [Logitech G PRO Gaming Mouse] on usb-0000:01:00.0-2/input1
Aug 04 19:22:39 host kernel: usb 1-6: new full-speed USB device number 4 using xhci_hcd
Aug 04 19:22:39 host kernel: usb 1-6: New USB device found, idVendor=0b05, idProduct=1872, bcdDevice= 2.00
Aug 04 19:22:39 host kernel: usb 1-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Aug 04 19:22:39 host kernel: usb 1-6: Product: AURA LED Controller
Aug 04 19:22:39 host kernel: usb 1-6: Manufacturer: AsusTek Computer Inc.
Aug 04 19:22:39 host kernel: usb 1-6: SerialNumber: 00000000001A
Aug 04 19:22:39 host kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO10._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 04 19:22:39 host kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO10._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 04 19:22:39 host kernel: hid-generic 0003:0B05:1872.0005: hiddev97,hidraw4: USB HID v1.11 Device [AsusTek Computer Inc. AURA LED Controller] on usb-0000:01:00.0-6/input0
Aug 04 19:22:39 host kernel: scsi 12:0:0:0: Direct-Access SanDisk Ultra USB 3.0 1.00 PQ: 0 ANSI: 6
Aug 04 19:22:39 host kernel: sd 12:0:0:0: [sdb] 30031872 512-byte logical blocks: (15.4 GB/14.3 GiB)
Aug 04 19:22:39 host kernel: sd 12:0:0:0: [sdb] Write Protect is off
Aug 04 19:22:39 host kernel: sd 12:0:0:0: [sdb] Mode Sense: 43 00 00 00
Aug 04 19:22:39 host kernel: sd 12:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
Aug 04 19:22:39 host kernel: sdb: sdb1
Aug 04 19:22:39 host kernel: sd 12:0:0:0: [sdb] Attached SCSI removable disk
Aug 04 19:22:39 host kernel: EXT4-fs (sda3): mounted filesystem 34724c46-2d8c-4c4c-8846-d599153eee7c r/w with ordered data mode. Quota mode: none.
Aug 04 19:22:39 host kernel: usb 1-8: new full-speed USB device number 5 using xhci_hcd
Aug 04 19:22:39 host systemd[1]: systemd 254-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
Aug 04 19:22:39 host systemd[1]: Detected architecture x86-64.
Aug 04 19:22:39 host systemd[1]: Hostname set to <host>.
Aug 04 19:22:39 host kernel: usb 1-8: New USB device found, idVendor=0b05, idProduct=185c, bcdDevice= 1.10
Aug 04 19:22:39 host kernel: usb 1-8: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Aug 04 19:22:39 host kernel: usb 1-8: Product: Bluetooth Radio
Aug 04 19:22:39 host kernel: usb 1-8: Manufacturer: Realtek
Aug 04 19:22:39 host kernel: usb 1-8: SerialNumber: 00e04c000001
Aug 04 19:22:39 host kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO12._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 04 19:22:39 host kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO12._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 04 19:22:39 host kernel: ACPI Error: Aborting method \_SB.PCI0.GPP2.PTXH.RHUB.PO12._PLD due to previous error (AE_AML_UNINITIALIZED_ELEMENT) (20230331/psparse-529)
Aug 04 19:22:39 host systemd[1]: bpf-lsm: LSM BPF program attached
Aug 04 19:22:39 host systemd[1]: Queued start job for default target Multi-User System.
Aug 04 19:22:39 host systemd[1]: Created slice Slice /system/getty.
Aug 04 19:22:39 host systemd[1]: Created slice Slice /system/modprobe.
Aug 04 19:22:39 host systemd[1]: Created slice User and Session Slice.
Aug 04 19:22:39 host systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Aug 04 19:22:39 host systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Aug 04 19:22:39 host systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Aug 04 19:22:39 host systemd[1]: Reached target Local Encrypted Volumes.
Aug 04 19:22:39 host systemd[1]: Reached target Local Integrity Protected Volumes.
Aug 04 19:22:39 host systemd[1]: Reached target Path Units.
Aug 04 19:22:39 host systemd[1]: Reached target Remote File Systems.
Aug 04 19:22:39 host systemd[1]: Reached target Slice Units.
Aug 04 19:22:39 host systemd[1]: Reached target Local Verity Protected Volumes.
Aug 04 19:22:39 host systemd[1]: Listening on Device-mapper event daemon FIFOs.
Aug 04 19:22:39 host systemd[1]: Listening on Process Core Dump Socket.
Aug 04 19:22:39 host systemd[1]: Listening on Journal Socket (/dev/log).
Aug 04 19:22:39 host systemd[1]: Listening on Journal Socket.
Aug 04 19:22:39 host systemd[1]: Listening on udev Control Socket.
Aug 04 19:22:39 host systemd[1]: Listening on udev Kernel Socket.
Aug 04 19:22:39 host systemd[1]: Mounting Huge Pages File System...
Aug 04 19:22:39 host systemd[1]: Mounting POSIX Message Queue File System...
Aug 04 19:22:39 host systemd[1]: Mounting Kernel Debug File System...
Aug 04 19:22:39 host systemd[1]: Mounting Kernel Trace File System...
Aug 04 19:22:39 host systemd[1]: Starting Create List of Static Device Nodes...
Aug 04 19:22:39 host systemd[1]: Starting Load Kernel Module configfs...
Aug 04 19:22:39 host systemd[1]: Starting Load Kernel Module dm_mod...
Aug 04 19:22:39 host systemd[1]: Starting Load Kernel Module drm...
Aug 04 19:22:39 host systemd[1]: Starting Load Kernel Module fuse...
Aug 04 19:22:39 host systemd[1]: Starting Load Kernel Module loop...
Aug 04 19:22:39 host systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Aug 04 19:22:39 host systemd[1]: Starting Journal Service...
Aug 04 19:22:39 host systemd[1]: Starting Load Kernel Modules...
Aug 04 19:22:39 host 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).
Aug 04 19:22:39 host systemd[1]: Starting Remount Root and Kernel File Systems...
Aug 04 19:22:39 host systemd[1]: Starting Coldplug All udev Devices...
Aug 04 19:22:39 host systemd[1]: Mounted Huge Pages File System.
Aug 04 19:22:39 host systemd[1]: Mounted POSIX Message Queue File System.
Aug 04 19:22:39 host systemd[1]: Mounted Kernel Debug File System.
Aug 04 19:22:39 host systemd[1]: Mounted Kernel Trace File System.
Aug 04 19:22:39 host kernel: loop: module loaded
Aug 04 19:22:39 host kernel: EXT4-fs (sda3): re-mounted 34724c46-2d8c-4c4c-8846-d599153eee7c r/w. Quota mode: none.
Aug 04 19:22:39 host kernel: fuse: init (API version 7.38)
Aug 04 19:22:39 host systemd-journald[362]: Collecting audit messages is disabled.
Aug 04 19:22:39 host kernel: device-mapper: uevent: version 1.0.3
Aug 04 19:22:39 host kernel: device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
Aug 04 19:22:39 host systemd[1]: Finished Create List of Static Device Nodes.
Aug 04 19:22:39 host systemd[1]: modprobe@configfs.service: Deactivated successfully.
Aug 04 19:22:39 host systemd-journald[362]: Journal started
Aug 04 19:22:39 host systemd-journald[362]: Runtime Journal (/run/log/journal/f790bdcf785a4979bf6af95ebc6d10eb) is 8.0M, max 795.5M, 787.5M free.
Aug 04 19:22:39 host systemd-modules-load[363]: Inserted module 'crypto_user'
Aug 04 19:22:39 host systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Aug 04 19:22:39 host systemd[1]: Finished Load Kernel Module configfs.
Aug 04 19:22:39 host systemd[1]: Started Journal Service.
Aug 04 19:22:39 host systemd[1]: Finished Load Kernel Module dm_mod.
Aug 04 19:22:39 host systemd[1]: modprobe@drm.service: Deactivated successfully.
Aug 04 19:22:39 host systemd[1]: Finished Load Kernel Module drm.
Aug 04 19:22:39 host systemd[1]: modprobe@fuse.service: Deactivated successfully.
Aug 04 19:22:39 host systemd[1]: Finished Load Kernel Module fuse.
Aug 04 19:22:39 host systemd[1]: modprobe@loop.service: Deactivated successfully.
Aug 04 19:22:39 host systemd[1]: Finished Load Kernel Module loop.
Aug 04 19:22:39 host systemd[1]: Finished Load Kernel Modules.
Aug 04 19:22:39 host systemd[1]: Finished Remount Root and Kernel File Systems.
Aug 04 19:22:39 host systemd[1]: Finished Coldplug All udev Devices.
Aug 04 19:22:39 host systemd[1]: Mounting FUSE Control File System...
Aug 04 19:22:39 host systemd[1]: Mounting Kernel Configuration File System...
Aug 04 19:22:39 host systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Aug 04 19:22:39 host systemd[1]: Starting Flush Journal to Persistent Storage...
Aug 04 19:22:39 host systemd[1]: Starting Load/Save OS Random Seed...
Aug 04 19:22:39 host systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Aug 04 19:22:39 host systemd[1]: Starting Apply Kernel Variables...
Aug 04 19:22:39 host systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Aug 04 19:22:39 host systemd[1]: Starting Create Static Device Nodes in /dev...
Aug 04 19:22:39 host systemd[1]: Mounted FUSE Control File System.
Aug 04 19:22:39 host systemd[1]: Mounted Kernel Configuration File System.
Aug 04 19:22:39 host systemd-journald[362]: Time spent on flushing to /var/log/journal/f790bdcf785a4979bf6af95ebc6d10eb is 8.709ms for 1161 entries.
Aug 04 19:22:39 host systemd-journald[362]: System Journal (/var/log/journal/f790bdcf785a4979bf6af95ebc6d10eb) is 199.6M, max 4.0G, 3.8G free.
Aug 04 19:22:40 host systemd-journald[362]: Received client request to flush runtime journal.
Aug 04 19:22:40 host systemd-journald[362]: File /var/log/journal/f790bdcf785a4979bf6af95ebc6d10eb/system.journal corrupted or uncleanly shut down, renaming and replacing.
Aug 04 19:22:40 host systemd[1]: Finished Apply Kernel Variables.
Aug 04 19:22:40 host systemd[1]: Finished Load/Save OS Random Seed.
Aug 04 19:22:40 host systemd[1]: Finished Flush Journal to Persistent Storage.
Aug 04 19:22:40 host systemd[1]: Finished Create Static Device Nodes in /dev.
Aug 04 19:22:40 host systemd[1]: Reached target Preparation for Local File Systems.
Aug 04 19:22:40 host systemd[1]: Set up automount EFI System Partition Automount.
Aug 04 19:22:40 host systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Aug 04 19:22:40 host systemd[1]: Starting Rule-based Manager for Device Events and Files...
Aug 04 19:22:40 host systemd-udevd[396]: Using default interface naming scheme 'v253'.
Aug 04 19:22:40 host systemd[1]: Started Rule-based Manager for Device Events and Files.
Aug 04 19:22:40 host kernel: mousedev: PS/2 mouse device common for all mice
Aug 04 19:22:40 host systemd[1]: Found device WDC_WDS100T2B0B-00YS70 2.
Aug 04 19:22:40 host systemd[1]: Found device WDC_WDS100T2B0B-00YS70 EFI\x20system\x20partition.
Aug 04 19:22:40 host kernel: dca service started, version 1.12.1
Aug 04 19:22:40 host kernel: input: PC Speaker as /devices/platform/pcspkr/input/input9
Aug 04 19:22:40 host kernel: acpi_cpufreq: overriding BIOS provided _PSD data
Aug 04 19:22:40 host kernel: piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
Aug 04 19:22:40 host kernel: piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
Aug 04 19:22:40 host kernel: piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
Aug 04 19:22:40 host kernel: RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
Aug 04 19:22:40 host kernel: RAPL PMU: hw unit of domain package 2^-16 Joules
Aug 04 19:22:40 host kernel: ccp 0000:08:00.2: enabling device (0000 -> 0002)
Aug 04 19:22:40 host kernel: ccp 0000:08:00.2: ccp enabled
Aug 04 19:22:40 host kernel: ccp 0000:08:00.2: psp enabled
Aug 04 19:22:40 host systemd[1]: Activating swap /dev/disk/by-uuid/c695634f-5a83-400c-8a26-99a3ab7fb6d0...
Aug 04 19:22:40 host systemd[1]: Mounting /boot...
Aug 04 19:22:40 host kernel: FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
Aug 04 19:22:40 host kernel: Adding 8388604k swap on /dev/sda2. Priority:-2 extents:1 across:8388604k SSFS
Aug 04 19:22:40 host systemd[1]: Activated swap /dev/disk/by-uuid/c695634f-5a83-400c-8a26-99a3ab7fb6d0.
Aug 04 19:22:40 host systemd[1]: Mounted /boot.
Aug 04 19:22:40 host systemd[1]: Reached target Swaps.
Aug 04 19:22:40 host systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Aug 04 19:22:40 host systemd[1]: Mounting Temporary Directory /tmp...
Aug 04 19:22:40 host systemd[1]: Starting Virtual Console Setup...
Aug 04 19:22:40 host systemd[1]: Mounted Temporary Directory /tmp.
Aug 04 19:22:40 host systemd[1]: Reached target Local File Systems.
Aug 04 19:22:40 host systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
Aug 04 19:22:40 host systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
Aug 04 19:22:40 host systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Aug 04 19:22:40 host systemd[1]: Starting Create Volatile Files and Directories...
Aug 04 19:22:40 host systemd[1]: systemd-vconsole-setup.service: Deactivated successfully.
Aug 04 19:22:40 host kernel: sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
Aug 04 19:22:40 host kernel: igb: Intel(R) Gigabit Ethernet Network Driver
Aug 04 19:22:40 host kernel: igb: Copyright (c) 2007-2014 Intel Corporation.
Aug 04 19:22:40 host kernel: cryptd: max_cpu_qlen set to 1000
Aug 04 19:22:40 host kernel: sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
Aug 04 19:22:40 host kernel: Bluetooth: Core ver 2.22
Aug 04 19:22:40 host kernel: NET: Registered PF_BLUETOOTH protocol family
Aug 04 19:22:40 host kernel: Bluetooth: HCI device and connection manager initialized
Aug 04 19:22:40 host kernel: Bluetooth: HCI socket layer initialized
Aug 04 19:22:40 host kernel: Bluetooth: L2CAP socket layer initialized
Aug 04 19:22:40 host kernel: Bluetooth: SCO socket layer initialized
Aug 04 19:22:40 host kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Aug 04 19:22:40 host kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Aug 04 19:22:40 host kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Aug 04 19:22:40 host kernel: cfg80211: failed to load regulatory.db
Aug 04 19:22:40 host kernel: sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
Aug 04 19:22:40 host kernel: asus_wmi: ASUS WMI generic driver loaded
Aug 04 19:22:40 host kernel: AVX2 version of gcm_enc/dec engaged.
Aug 04 19:22:40 host kernel: AES CTR mode by8 optimization enabled
Aug 04 19:22:40 host kernel: asus_wmi: Initialization: 0x0
Aug 04 19:22:40 host kernel: asus_wmi: BIOS WMI version: 0.9
Aug 04 19:22:40 host kernel: asus_wmi: SFUN value: 0x0
Aug 04 19:22:40 host kernel: eeepc-wmi eeepc-wmi: Detected ASUSWMI, use DCTS
Aug 04 19:22:40 host kernel: input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input10
Aug 04 19:22:40 host systemd[1]: Stopped Virtual Console Setup.
Aug 04 19:22:40 host systemd[1]: Starting Virtual Console Setup...
Aug 04 19:22:40 host kernel: pps pps0: new PPS source ptp0
Aug 04 19:22:40 host kernel: igb 0000:03:00.0: added PHC on eth0
Aug 04 19:22:40 host kernel: igb 0000:03:00.0: Intel(R) Gigabit Ethernet Network Connection
Aug 04 19:22:40 host kernel: igb 0000:03:00.0: eth0: (PCIe:2.5Gb/s:Width x1) 24:4b:fe:58:87:86
Aug 04 19:22:40 host kernel: igb 0000:03:00.0: eth0: PBA No: FFFFFF-0FF
Aug 04 19:22:40 host kernel: igb 0000:03:00.0: Using MSI-X interrupts. 2 rx queue(s), 2 tx queue(s)
Aug 04 19:22:40 host kernel: igb 0000:03:00.0 enp3s0: renamed from eth0
Aug 04 19:22:40 host kernel: usbcore: registered new interface driver btusb
Aug 04 19:22:40 host kernel: Bluetooth: hci0: RTL: examining hci_ver=07 hci_rev=000b lmp_ver=07 lmp_subver=8822
Aug 04 19:22:40 host kernel: Bluetooth: hci0: RTL: rom_version status=0 version=2
Aug 04 19:22:40 host kernel: Bluetooth: hci0: RTL: loading rtl_bt/rtl8822b_fw.bin
Aug 04 19:22:40 host kernel: Bluetooth: hci0: RTL: loading rtl_bt/rtl8822b_config.bin
Aug 04 19:22:40 host kernel: Bluetooth: hci0: RTL: cfg_sz 14, total sz 20270
Aug 04 19:22:40 host kernel: snd_hda_intel 0000:06:00.1: enabling device (0000 -> 0002)
Aug 04 19:22:40 host kernel: snd_hda_intel 0000:06:00.1: Force to non-snoop mode
Aug 04 19:22:40 host kernel: snd_hda_intel 0000:09:00.3: enabling device (0000 -> 0002)
Aug 04 19:22:40 host systemd[1]: Finished Virtual Console Setup.
Aug 04 19:22:40 host systemd[1]: Reached target Bluetooth Support.
Aug 04 19:22:40 host kernel: snd_hda_intel 0000:06:00.1: bound 0000:06:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
Aug 04 19:22:40 host kernel: input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.1/0000:06:00.1/sound/card0/input11
Aug 04 19:22:40 host kernel: input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.1/0000:06:00.1/sound/card0/input12
Aug 04 19:22:40 host kernel: input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.1/0000:06:00.1/sound/card0/input13
Aug 04 19:22:40 host kernel: input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.1/0000:06:00.1/sound/card0/input14
Aug 04 19:22:40 host kernel: input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:03.1/0000:06:00.1/sound/card0/input15
Aug 04 19:22:40 host kernel: input: HDA ATI HDMI HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:03.1/0000:06:00.1/sound/card0/input16
Aug 04 19:22:40 host systemd[1]: Starting Load/Save RF Kill Switch Status...
Aug 04 19:22:40 host kernel: snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC1220: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
Aug 04 19:22:40 host kernel: snd_hda_codec_realtek hdaudioC1D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Aug 04 19:22:40 host kernel: snd_hda_codec_realtek hdaudioC1D0: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
Aug 04 19:22:40 host kernel: snd_hda_codec_realtek hdaudioC1D0: mono: mono_out=0x0
Aug 04 19:22:40 host kernel: snd_hda_codec_realtek hdaudioC1D0: inputs:
Aug 04 19:22:40 host kernel: snd_hda_codec_realtek hdaudioC1D0: Front Mic=0x19
Aug 04 19:22:40 host kernel: snd_hda_codec_realtek hdaudioC1D0: Rear Mic=0x18
Aug 04 19:22:40 host kernel: snd_hda_codec_realtek hdaudioC1D0: Line=0x1a
Aug 04 19:22:40 host kernel: kvm_amd: TSC scaling supported
Aug 04 19:22:40 host kernel: kvm_amd: Nested Virtualization enabled
Aug 04 19:22:40 host kernel: kvm_amd: Nested Paging enabled
Aug 04 19:22:40 host kernel: kvm_amd: SEV supported: 16 ASIDs
Aug 04 19:22:40 host kernel: kvm_amd: Virtual VMLOAD VMSAVE supported
Aug 04 19:22:40 host kernel: kvm_amd: Virtual GIF supported
Aug 04 19:22:40 host kernel: kvm_amd: LBR virtualization supported
Aug 04 19:22:40 host systemd[1]: Started Load/Save RF Kill Switch Status.
Aug 04 19:22:40 host kernel: rtw_8822be 0000:04:00.0: enabling device (0000 -> 0003)
Aug 04 19:22:40 host kernel: rtw_8822be 0000:04:00.0: Firmware version 27.2.0, H2C version 13
Aug 04 19:22:40 host kernel: MCE: In-kernel MCE decoding enabled.
Aug 04 19:22:40 host kernel: input: HD-Audio Generic Front Mic as /devices/pci0000:00/0000:00:08.1/0000:09:00.3/sound/card1/input17
Aug 04 19:22:40 host kernel: input: HD-Audio Generic Rear Mic as /devices/pci0000:00/0000:00:08.1/0000:09:00.3/sound/card1/input18
Aug 04 19:22:40 host kernel: input: HD-Audio Generic Line as /devices/pci0000:00/0000:00:08.1/0000:09:00.3/sound/card1/input19
Aug 04 19:22:40 host kernel: input: HD-Audio Generic Line Out as /devices/pci0000:00/0000:00:08.1/0000:09:00.3/sound/card1/input20
Aug 04 19:22:40 host kernel: input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:08.1/0000:09:00.3/sound/card1/input21
Aug 04 19:22:40 host kernel: intel_rapl_common: Found RAPL domain package
Aug 04 19:22:40 host kernel: intel_rapl_common: Found RAPL domain core
Aug 04 19:22:40 host kernel: rtw_8822be 0000:04:00.0 wlp4s0: renamed from wlan0
Aug 04 19:22:40 host systemd[1]: Finished Create Volatile Files and Directories.
Aug 04 19:22:40 host systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
Aug 04 19:22:40 host systemd[1]: Starting Load Kernel Module dm_mod...
Aug 04 19:22:40 host systemd[1]: Starting Load Kernel Module loop...
Aug 04 19:22:40 host systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
Aug 04 19:22:40 host systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Aug 04 19:22:40 host systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Aug 04 19:22:40 host systemd[1]: Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var).
Aug 04 19:22:40 host 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).
Aug 04 19:22:40 host systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Aug 04 19:22:40 host systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Aug 04 19:22:40 host systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Aug 04 19:22:40 host systemd[1]: Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Aug 04 19:22:40 host systemd[1]: Starting Network Time Synchronization...
Aug 04 19:22:40 host systemd[1]: Update is Completed was skipped because no trigger condition checks were met.
Aug 04 19:22:40 host systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Aug 04 19:22:40 host systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Aug 04 19:22:40 host systemd[1]: Finished Load Kernel Module dm_mod.
Aug 04 19:22:40 host systemd[1]: modprobe@loop.service: Deactivated successfully.
Aug 04 19:22:40 host systemd[1]: Finished Load Kernel Module loop.
Aug 04 19:22:40 host systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Aug 04 19:22:40 host systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Aug 04 19:22:40 host systemd[1]: Started Network Time Synchronization.
Aug 04 19:22:40 host systemd[1]: Reached target System Initialization.
Aug 04 19:22:40 host systemd[1]: Started Daily Cleanup of Temporary Directories.
Aug 04 19:22:40 host systemd[1]: Reached target System Time Set.
Aug 04 19:22:40 host systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Aug 04 19:22:40 host systemd[1]: Started Daily man-db regeneration.
Aug 04 19:22:40 host systemd[1]: Started Daily verification of password and group files.
Aug 04 19:22:40 host systemd[1]: Reached target Timer Units.
Aug 04 19:22:40 host systemd[1]: Listening on D-Bus System Message Bus Socket.
Aug 04 19:22:40 host systemd[1]: Reached target Socket Units.
Aug 04 19:22:40 host 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).
Aug 04 19:22:40 host systemd[1]: Reached target Basic System.
Aug 04 19:22:40 host systemd[1]: Starting Save/Restore Sound Card State...
Aug 04 19:22:40 host systemd[1]: Manage Sound Card State (restore and store) was skipped because of an unmet condition check (ConditionPathExists=/etc/alsa/state-daemon.conf).
Aug 04 19:22:40 host systemd[1]: Starting D-Bus System Message Bus...
Aug 04 19:22:40 host systemd[1]: SSH Key Generation was skipped because no trigger condition checks were met.
Aug 04 19:22:40 host systemd[1]: Starting User Login Management...
Aug 04 19:22:40 host 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).
Aug 04 19:22:40 host systemd-logind[523]: New seat seat0.
Aug 04 19:22:40 host systemd-logind[523]: Watching system buttons on /dev/input/event1 (Power Button)
Aug 04 19:22:40 host systemd-logind[523]: Watching system buttons on /dev/input/event0 (Power Button)
Aug 04 19:22:40 host systemd-logind[523]: Watching system buttons on /dev/input/event2 (Usb KeyBoard Usb KeyBoard)
Aug 04 19:22:40 host systemd-logind[523]: Watching system buttons on /dev/input/event3 (Usb KeyBoard Usb KeyBoard Consumer Control)
Aug 04 19:22:40 host systemd-logind[523]: Watching system buttons on /dev/input/event4 (Usb KeyBoard Usb KeyBoard System Control)
Aug 04 19:22:40 host systemd-logind[523]: Watching system buttons on /dev/input/event6 (Logitech G PRO Gaming Mouse Keyboard)
Aug 04 19:22:40 host systemd[1]: Finished Save/Restore Sound Card State.
Aug 04 19:22:40 host systemd[1]: Started D-Bus System Message Bus.
Aug 04 19:22:40 host systemd[1]: Reached target Sound Card.
Aug 04 19:22:40 host systemd[1]: Starting Network Manager...
Aug 04 19:22:40 host systemd[1]: Started User Login Management.
Aug 04 19:22:40 host NetworkManager[542]: <info> [1691194960.8740] NetworkManager (version 1.42.6-1) is starting... (boot:f6ce0ca7-bcb8-4bf9-8e34-99798ec3fe49)
Aug 04 19:22:40 host NetworkManager[542]: <info> [1691194960.8740] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
Aug 04 19:22:40 host systemd[1]: Started Network Manager.
Aug 04 19:22:40 host NetworkManager[542]: <info> [1691194960.8768] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Aug 04 19:22:40 host systemd[1]: Reached target Network.
Aug 04 19:22:40 host NetworkManager[542]: <info> [1691194960.8832] manager[0x55644756d830]: monitoring kernel firmware directory '/lib/firmware'.
Aug 04 19:22:40 host dbus-daemon[522]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.3' (uid=0 pid=542 comm="/usr/bin/NetworkManager --no-daemon")
Aug 04 19:22:40 host systemd[1]: Started OpenSSH Daemon.
Aug 04 19:22:40 host systemd[1]: Starting Permit User Sessions...
Aug 04 19:22:40 host systemd[1]: Starting Hostname Service...
Aug 04 19:22:40 host sshd[553]: Server listening on 0.0.0.0 port 22.
Aug 04 19:22:40 host sshd[553]: Server listening on :: port 22.
Aug 04 19:22:40 host systemd[1]: Finished Permit User Sessions.
Aug 04 19:22:40 host systemd[1]: Started Getty on tty1.
Aug 04 19:22:40 host systemd[1]: Reached target Login Prompts.
Aug 04 19:22:40 host systemd[1]: Reached target Multi-User System.
Aug 04 19:22:40 host dbus-daemon[522]: [system] Successfully activated service 'org.freedesktop.hostname1'
Aug 04 19:22:40 host systemd[1]: Started Hostname Service.
Aug 04 19:22:40 host systemd[1]: Startup finished in 14.675s (firmware) + 18.612s (loader) + 6.240s (kernel) + 1.661s (userspace) = 41.189s.
Aug 04 19:22:40 host NetworkManager[542]: <info> [1691194960.9481] hostname: hostname: using hostnamed
Aug 04 19:22:40 host NetworkManager[542]: <info> [1691194960.9481] hostname: static hostname changed from (none) to "host"
Aug 04 19:22:40 host NetworkManager[542]: <info> [1691194960.9490] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink
Aug 04 19:22:40 host NetworkManager[542]: <info> [1691194960.9520] rfkill1: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:01.3/0000:01:00.2/0000:02:01.0/0000:04:00.0/ieee80211/phy0/rfkill1) (driver rtw_8822be)
Aug 04 19:22:40 host NetworkManager[542]: <info> [1691194960.9523] manager[0x55644756d830]: rfkill: Wi-Fi hardware radio set enabled
Aug 04 19:22:40 host NetworkManager[542]: <info> [1691194960.9524] manager[0x55644756d830]: rfkill: WWAN hardware radio set enabled
Aug 04 19:22:40 host NetworkManager[542]: <info> [1691194960.9571] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.42.6-1/libnm-device-plugin-adsl.so)
Aug 04 19:22:40 host NetworkManager[542]: <info> [1691194960.9587] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.42.6-1/libnm-device-plugin-wifi.so)
Aug 04 19:22:40 host NetworkManager[542]: <info> [1691194960.9647] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.42.6-1/libnm-device-plugin-bluetooth.so)
Aug 04 19:22:41 host NetworkManager[542]: <info> [1691194961.0003] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.42.6-1/libnm-device-plugin-team.so)
Aug 04 19:22:41 host NetworkManager[542]: <info> [1691194961.0008] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.42.6-1/libnm-device-plugin-wwan.so)
Aug 04 19:22:41 host NetworkManager[542]: <info> [1691194961.0016] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.42.6-1/libnm-device-plugin-ovs.so)
Aug 04 19:22:41 host NetworkManager[542]: <info> [1691194961.0018] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Aug 04 19:22:41 host NetworkManager[542]: <info> [1691194961.0018] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Aug 04 19:22:41 host NetworkManager[542]: <info> [1691194961.0019] manager: Networking is enabled by state file
Aug 04 19:22:41 host NetworkManager[542]: <info> [1691194961.0022] settings: Loaded settings plugin: keyfile (internal)
Aug 04 19:22:41 host dbus-daemon[522]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.3' (uid=0 pid=542 comm="/usr/bin/NetworkManager --no-daemon")
Aug 04 19:22:41 host NetworkManager[542]: <info> [1691194961.0045] dhcp: init: Using DHCP client 'internal'
Aug 04 19:22:41 host NetworkManager[542]: <info> [1691194961.0047] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1)
Aug 04 19:22:41 host systemd[1]: Starting Network Manager Script Dispatcher Service...
Aug 04 19:22:41 host NetworkManager[542]: <info> [1691194961.0056] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external')
Aug 04 19:22:41 host NetworkManager[542]: <info> [1691194961.0059] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external')
Aug 04 19:22:41 host NetworkManager[542]: <info> [1691194961.0063] device (lo): Activation: starting connection 'lo' (62f84ff4-0a5a-4e54-9b0b-2eef3d4ff63f)
Aug 04 19:22:41 host NetworkManager[542]: <info> [1691194961.0070] manager: (enp3s0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Aug 04 19:22:41 host NetworkManager[542]: <info> [1691194961.0076] settings: (enp3s0): created default wired connection 'Wired connection 1'
Aug 04 19:22:41 host NetworkManager[542]: <info> [1691194961.0077] device (enp3s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Aug 04 19:22:41 host dbus-daemon[522]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Aug 04 19:22:41 host systemd[1]: Started Network Manager Script Dispatcher Service.
Aug 04 19:22:41 host NetworkManager[542]: <info> [1691194961.0329] device (wlp4s0): driver supports Access Point (AP) mode
Aug 04 19:22:41 host NetworkManager[542]: <info> [1691194961.0334] manager: (wlp4s0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/3)
Aug 04 19:22:41 host NetworkManager[542]: <info> [1691194961.0336] device (wlp4s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Aug 04 19:22:41 host NetworkManager[542]: <info> [1691194961.5380] device (wlp4s0): set-hw-addr: set MAC address to 12:3B:12:BD:EA:4A (scanning)
Aug 04 19:22:41 host kernel: Bluetooth: hci0: RTL: fw version 0xab6b705c
Aug 04 19:22:42 host dbus-daemon[522]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service' requested by ':1.3' (uid=0 pid=542 comm="/usr/bin/NetworkManager --no-daemon")
Aug 04 19:22:42 host NetworkManager[542]: <info> [1691194962.0218] ovsdb: disconnected from ovsdb
Aug 04 19:22:42 host NetworkManager[542]: <info> [1691194962.0220] device (lo): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external')
Aug 04 19:22:42 host NetworkManager[542]: <info> [1691194962.0224] device (lo): state change: prepare -> config (reason 'none', sys-iface-state: 'external')
Aug 04 19:22:42 host NetworkManager[542]: <info> [1691194962.0227] device (lo): state change: config -> ip-config (reason 'none', sys-iface-state: 'external')
Aug 04 19:22:42 host NetworkManager[542]: <info> [1691194962.0237] device (lo): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external')
Aug 04 19:22:42 host NetworkManager[542]: <info> [1691194962.0260] device (lo): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external')
Aug 04 19:22:42 host NetworkManager[542]: <info> [1691194962.0262] device (lo): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external')
Aug 04 19:22:42 host NetworkManager[542]: <info> [1691194962.0269] device (lo): Activation: successful, device activated.
Aug 04 19:22:42 host systemd[1]: Starting WPA supplicant...
Aug 04 19:22:42 host dbus-daemon[522]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
Aug 04 19:22:42 host systemd[1]: Started WPA supplicant.
Aug 04 19:22:42 host wpa_supplicant[568]: Successfully initialized wpa_supplicant
Aug 04 19:22:42 host wpa_supplicant[568]: dbus: fill_dict_with_properties dbus_interface=fi.w1.wpa_supplicant1.Interface.P2PDevice dbus_property=P2PDeviceConfig getter failed
Aug 04 19:22:42 host NetworkManager[542]: <info> [1691194962.1292] device (wlp4s0): supplicant interface state: internal-starting -> disconnected
Aug 04 19:22:42 host NetworkManager[542]: <info> [1691194962.1293] device (wlp4s0): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
Aug 04 19:22:43 host kernel: igb 0000:03:00.0 enp3s0: igb: enp3s0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX
Aug 04 19:22:44 host NetworkManager[542]: <info> [1691194964.0915] device (enp3s0): carrier: link connected
Aug 04 19:22:44 host NetworkManager[542]: <info> [1691194964.0918] device (enp3s0): state change: unavailable -> disconnected (reason 'carrier-changed', sys-iface-state: 'managed')
Aug 04 19:22:44 host NetworkManager[542]: <info> [1691194964.0932] policy: auto-activating connection 'Wired connection 1' (0e122a49-bf0a-311b-8628-c6cbdf62914b)
Aug 04 19:22:44 host kernel: IPv6: ADDRCONF(NETDEV_CHANGE): enp3s0: link becomes ready
Aug 04 19:22:44 host NetworkManager[542]: <info> [1691194964.0938] device (enp3s0): Activation: starting connection 'Wired connection 1' (0e122a49-bf0a-311b-8628-c6cbdf62914b)
Aug 04 19:22:44 host NetworkManager[542]: <info> [1691194964.0939] device (enp3s0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Aug 04 19:22:44 host NetworkManager[542]: <info> [1691194964.0942] manager: NetworkManager state is now CONNECTING
Aug 04 19:22:44 host NetworkManager[542]: <info> [1691194964.0944] device (enp3s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Aug 04 19:22:44 host NetworkManager[542]: <info> [1691194964.0958] device (enp3s0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Aug 04 19:22:44 host NetworkManager[542]: <info> [1691194964.0971] dhcp4 (enp3s0): activation: beginning transaction (timeout in 45 seconds)
Aug 04 19:22:45 host systemd[1]: systemd-rfkill.service: Deactivated successfully.
Aug 04 19:22:46 host dbus-daemon[522]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.3' (uid=0 pid=542 comm="/usr/bin/NetworkManager --no-daemon")
Aug 04 19:22:46 host dbus-daemon[522]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Aug 04 19:22:46 host wpa_supplicant[568]: wlp4s0: CTRL-EVENT-REGDOM-CHANGE init=BEACON_HINT type=UNKNOWN
Aug 04 19:22:46 host NetworkManager[542]: <info> [1691194966.1281] dhcp4 (enp3s0): state changed new lease, address=192.168.254.159
Aug 04 19:22:46 host NetworkManager[542]: <info> [1691194966.1287] policy: set 'Wired connection 1' (enp3s0) as default for IPv4 routing and DNS
Aug 04 19:22:46 host dbus-daemon[522]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.3' (uid=0 pid=542 comm="/usr/bin/NetworkManager --no-daemon")
Aug 04 19:22:46 host dbus-daemon[522]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Aug 04 19:22:46 host NetworkManager[542]: <info> [1691194966.1371] device (enp3s0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Aug 04 19:22:46 host NetworkManager[542]: <info> [1691194966.1389] device (enp3s0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Aug 04 19:22:46 host NetworkManager[542]: <info> [1691194966.1391] device (enp3s0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Aug 04 19:22:46 host NetworkManager[542]: <info> [1691194966.1395] manager: NetworkManager state is now CONNECTED_SITE
Aug 04 19:22:46 host NetworkManager[542]: <info> [1691194966.1399] device (enp3s0): Activation: successful, device activated.
Aug 04 19:22:46 host NetworkManager[542]: <info> [1691194966.4934] manager: NetworkManager state is now CONNECTED_GLOBAL
Aug 04 19:22:46 host NetworkManager[542]: <info> [1691194966.6316] policy: auto-activating connection '{SSID}' (01925e0f-dcbc-4961-9b5f-d4c77fe559f9)
Aug 04 19:22:46 host NetworkManager[542]: <info> [1691194966.6322] device (wlp4s0): Activation: starting connection '{SSID}' (01925e0f-dcbc-4961-9b5f-d4c77fe559f9)
Aug 04 19:22:46 host NetworkManager[542]: <info> [1691194966.6324] device (wlp4s0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Aug 04 19:22:46 host NetworkManager[542]: <info> [1691194966.6747] device (wlp4s0): set-hw-addr: reset MAC address to 70:66:55:0C:05:BB (preserve)
Aug 04 19:22:47 host NetworkManager[542]: <info> [1691194967.1519] device (wlp4s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Aug 04 19:22:47 host NetworkManager[542]: <info> [1691194967.1523] device (wlp4s0): Activation: (wifi) access point '{SSID}' has security, but secrets are required.
Aug 04 19:22:47 host NetworkManager[542]: <info> [1691194967.1523] device (wlp4s0): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
Aug 04 19:22:47 host NetworkManager[542]: <info> [1691194967.1525] sup-iface[5145ce378f68d45b,0,wlp4s0]: wps: type pbc start...
Aug 04 19:22:47 host NetworkManager[542]: <info> [1691194967.1528] device (wlp4s0): supplicant interface state: disconnected -> interface_disabled
Aug 04 19:22:47 host NetworkManager[542]: <info> [1691194967.1538] device (wlp4s0): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
Aug 04 19:22:47 host NetworkManager[542]: <info> [1691194967.1542] device (wlp4s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Aug 04 19:22:47 host NetworkManager[542]: <info> [1691194967.1545] device (wlp4s0): Activation: (wifi) connection '{SSID}' has security, and secrets exist. No new secrets needed.
Aug 04 19:22:47 host NetworkManager[542]: <info> [1691194967.1546] Config: added 'ssid' value '{SSID}'
Aug 04 19:22:47 host NetworkManager[542]: <info> [1691194967.1546] Config: added 'scan_ssid' value '1'
Aug 04 19:22:47 host NetworkManager[542]: <info> [1691194967.1546] Config: added 'bgscan' value 'simple:30:-65:300'
Aug 04 19:22:47 host NetworkManager[542]: <info> [1691194967.1546] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK SAE FT-SAE'
Aug 04 19:22:47 host NetworkManager[542]: <info> [1691194967.1546] Config: added 'auth_alg' value 'OPEN'
Aug 04 19:22:47 host NetworkManager[542]: <info> [1691194967.1547] Config: added 'psk' value '<hidden>'
Aug 04 19:22:47 host wpa_supplicant[568]: wlp4s0: WPS-CANCEL
Aug 04 19:22:47 host NetworkManager[542]: <info> [1691194967.1914] device (wlp4s0): supplicant interface state: interface_disabled -> inactive
Aug 04 19:22:47 host wpa_supplicant[568]: wlp4s0: SME: Trying to authenticate with {MAC} (SSID='{SSID}' freq=5745 MHz)
Aug 04 19:22:47 host kernel: wlp4s0: authenticate with {MAC}
Aug 04 19:22:47 host NetworkManager[542]: <info> [1691194967.7648] device (wlp4s0): supplicant interface state: inactive -> authenticating
Aug 04 19:22:47 host wpa_supplicant[568]: wlp4s0: Trying to associate with {MAC} (SSID='{SSID}' freq=5745 MHz)
Aug 04 19:22:47 host NetworkManager[542]: <info> [1691194967.7655] device (wlp4s0): supplicant interface state: authenticating -> associating
Aug 04 19:22:47 host kernel: wlp4s0: send auth to {MAC} (try 1/3)
Aug 04 19:22:47 host kernel: wlp4s0: authenticated
Aug 04 19:22:47 host kernel: wlp4s0: associate with {MAC} (try 1/3)
Aug 04 19:22:47 host wpa_supplicant[568]: wlp4s0: Associated with {MAC}
Aug 04 19:22:47 host kernel: wlp4s0: RX AssocResp from {MAC} (capab=0x1011 status=0 aid=3)
Aug 04 19:22:47 host kernel: wlp4s0: associated
Aug 04 19:22:47 host wpa_supplicant[568]: wlp4s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Aug 04 19:22:47 host NetworkManager[542]: <info> [1691194967.7764] device (wlp4s0): supplicant interface state: associating -> associated
Aug 04 19:22:48 host wpa_supplicant[568]: wlp4s0: CTRL-EVENT-BEACON-LOSS
Aug 04 19:22:49 host kernel: wlp4s0: Limiting TX power to 30 (30 - 0) dBm as advertised by {MAC}
Aug 04 19:22:50 host wpa_supplicant[568]: wlp4s0: CTRL-EVENT-BEACON-LOSS
Aug 04 19:22:51 host systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Aug 04 19:22:51 host NetworkManager[542]: <info> [1691194971.7452] device (wlp4s0): supplicant interface state: associated -> 4way_handshake
Aug 04 19:22:52 host wpa_supplicant[568]: wlp4s0: WPA: Key negotiation completed with {MAC} [PTK=CCMP GTK=CCMP]
Aug 04 19:22:52 host wpa_supplicant[568]: wlp4s0: CTRL-EVENT-CONNECTED - Connection to {MAC} completed [id=0 id_str=]
Aug 04 19:22:52 host NetworkManager[542]: <info> [1691194972.3515] device (wlp4s0): supplicant interface state: 4way_handshake -> completed
Aug 04 19:22:52 host NetworkManager[542]: <info> [1691194972.3516] device (wlp4s0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "{SSID}"
Aug 04 19:22:52 host NetworkManager[542]: <info> [1691194972.3517] device (wlp4s0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Aug 04 19:22:52 host NetworkManager[542]: <info> [1691194972.3523] dhcp4 (wlp4s0): activation: beginning transaction (timeout in 45 seconds)
Aug 04 19:22:52 host kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlp4s0: link becomes ready
Aug 04 19:22:52 host wpa_supplicant[568]: wlp4s0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-67 noise=9999 txrate=780000
Aug 04 19:22:54 host NetworkManager[542]: <info> [1691194974.6005] dhcp4 (wlp4s0): state changed new lease, address={IP}
Aug 04 19:22:54 host dbus-daemon[522]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.3' (uid=0 pid=542 comm="/usr/bin/NetworkManager --no-daemon")
Aug 04 19:22:54 host NetworkManager[542]: <info> [1691194974.6152] device (wlp4s0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Aug 04 19:22:54 host systemd[1]: Starting Network Manager Script Dispatcher Service...
Aug 04 19:22:54 host dbus-daemon[522]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Aug 04 19:22:54 host systemd[1]: Started Network Manager Script Dispatcher Service.
Aug 04 19:22:54 host NetworkManager[542]: <info> [1691194974.6504] device (wlp4s0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Aug 04 19:22:54 host NetworkManager[542]: <info> [1691194974.6507] device (wlp4s0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Aug 04 19:22:54 host NetworkManager[542]: <info> [1691194974.6513] device (wlp4s0): Activation: successful, device activated.
Aug 04 19:22:54 host NetworkManager[542]: <info> [1691194974.6517] manager: startup complete
Aug 04 19:22:56 host dbus-daemon[522]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.8' (uid=0 pid=592 comm="sshd: host [pam] ")
Aug 04 19:22:56 host dbus-daemon[522]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Aug 04 19:22:58 host sshd[584]: Accepted keyboard-interactive/pam for host from 192.168.254.12 port 42629 ssh2
Aug 04 19:22:58 host dbus-daemon[522]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.9' (uid=0 pid=584 comm="sshd: host [priv] ")
Aug 04 19:22:58 host dbus-daemon[522]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Aug 04 19:22:58 host sshd[584]: pam_unix(sshd:session): session opened for user host(uid=1000) by host(uid=0)
Aug 04 19:22:58 host systemd-logind[523]: New session 1 of user host.
Aug 04 19:22:58 host systemd[1]: Created slice User Slice of UID 1000.
Aug 04 19:22:58 host systemd[1]: Starting User Runtime Directory /run/user/1000...
Aug 04 19:22:58 host systemd[1]: Finished User Runtime Directory /run/user/1000.
Aug 04 19:22:58 host systemd[1]: Starting User Manager for UID 1000...
Aug 04 19:22:58 host dbus-daemon[522]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.12' (uid=0 pid=597 comm="(systemd)")
Aug 04 19:22:58 host dbus-daemon[522]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Aug 04 19:22:58 host (systemd)[597]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[host] ruser=[<unknown>] rhost=[<unknown>]
Aug 04 19:22:58 host (systemd)[597]: pam_unix(systemd-user:session): session opened for user host(uid=1000) by host(uid=0)
Aug 04 19:22:58 host systemd[597]: Queued start job for default target Main User Target.
Aug 04 19:22:58 host systemd-journald[362]: File /var/log/journal/f790bdcf785a4979bf6af95ebc6d10eb/user-1000.journal corrupted or uncleanly shut down, renaming and replacing.
Aug 04 19:22:58 host systemd[597]: Created slice User Application Slice.
Aug 04 19:22:58 host systemd[597]: Reached target Paths.
Aug 04 19:22:58 host systemd[597]: Reached target Timers.
Aug 04 19:22:58 host systemd[597]: Starting D-Bus User Message Bus Socket...
Aug 04 19:22:58 host systemd[597]: Listening on GnuPG network certificate management daemon.
Aug 04 19:22:58 host systemd[597]: Listening on GCR ssh-agent wrapper.
Aug 04 19:22:58 host systemd[597]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Aug 04 19:22:58 host systemd[597]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Aug 04 19:22:58 host systemd[597]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Aug 04 19:22:58 host systemd[597]: Listening on GnuPG cryptographic agent and passphrase cache.
Aug 04 19:22:58 host systemd[597]: Listening on p11-kit server.
Aug 04 19:22:58 host systemd[597]: Listening on PipeWire Multimedia System Socket.
Aug 04 19:22:58 host systemd[597]: Listening on Sound System.
Aug 04 19:22:58 host systemd[597]: Listening on D-Bus User Message Bus Socket.
Aug 04 19:22:58 host systemd[597]: Reached target Sockets.
Aug 04 19:22:58 host systemd[597]: Reached target Basic System.
Aug 04 19:22:58 host systemd[1]: Started User Manager for UID 1000.
Aug 04 19:22:58 host systemd[597]: Starting Update XDG user dir configuration...
Aug 04 19:22:58 host systemd[1]: Started Session 1 of User host.
Aug 04 19:22:58 host systemd[597]: Finished Update XDG user dir configuration.
Aug 04 19:22:58 host systemd[597]: Reached target Main User Target.
Aug 04 19:22:58 host systemd[597]: Startup finished in 188ms.
Aug 04 19:23:04 host systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Aug 04 19:23:09 host wpa_supplicant[568]: wlp4s0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-82 noise=9999 txrate=351000
Aug 04 19:23:10 host systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Aug 04 19:23:10 host systemd-timesyncd[502]: Contacted time server 162.159.200.123:123 (2.arch.pool.ntp.org).
Aug 04 19:23:10 host systemd-journald[362]: Time jumped backwards, rotating.
Aug 04 19:23:10 host systemd-timesyncd[502]: Initial clock synchronization to Fri 2023-08-04 19:23:10.528927 CDT.
Aug 04 19:23:13 host kernel: rtw_8822be 0000:04:00.0: timed out to flush queue 2
Aug 04 19:23:15 host kernel: rtw_8822be 0000:04:00.0: timed out to flush queue 2
Aug 04 19:23:18 host kernel: rtw_8822be 0000:04:00.0: timed out to flush queue 2
Aug 04 19:23:23 host dbus-daemon[522]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.2' (uid=0 pid=523 comm="/usr/lib/systemd/systemd-logind")
Aug 04 19:23:23 host systemd[1]: Starting Authorization Manager...
Aug 04 19:23:23 host polkitd[630]: Started polkitd version 123
Aug 04 19:23:23 host polkitd[630]: Loading rules from directory /etc/polkit-1/rules.d
Aug 04 19:23:23 host polkitd[630]: Loading rules from directory /usr/share/polkit-1/rules.d
Aug 04 19:23:23 host polkitd[630]: Finished loading, compiling and executing 4 rules
Aug 04 19:23:23 host dbus-daemon[522]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Aug 04 19:23:23 host polkitd[630]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Aug 04 19:23:23 host systemd[1]: Started Authorization Manager.
Aug 04 19:23:26 host dbus-daemon[522]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.17' (uid=0 pid=647 comm="sudo reboot")
Aug 04 19:23:26 host dbus-daemon[522]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Aug 04 19:23:28 host sudo[647]: host : TTY=pts/0 ; PWD=/home/host ; USER=root ; COMMAND=/usr/bin/reboot
Aug 04 19:23:28 host sudo[647]: pam_unix(sudo:session): session opened for user root(uid=0) by host(uid=1000)
Aug 04 19:23:28 host systemd-logind[523]: The system will reboot now!
Aug 04 19:23:28 host systemd-logind[523]: System is rebooting.
Aug 04 19:23:28 host sudo[647]: pam_unix(sudo:session): session closed for user root
Aug 04 19:23:28 host systemd[1]: Stopping Session 1 of User host...
Aug 04 19:23:28 host sshd[584]: pam_unix(sshd:session): session closed for user host
Aug 04 19:23:28 host systemd[1]: Removed slice Slice /system/modprobe.
Aug 04 19:23:28 host systemd[1]: Stopped target Bluetooth Support.
Aug 04 19:23:28 host systemd[1]: Stopped target Multi-User System.
Aug 04 19:23:28 host systemd[1]: Stopped target Login Prompts.
Aug 04 19:23:28 host systemd[1]: Stopped target Sound Card.
Aug 04 19:23:28 host systemd[1]: Stopped target Timer Units.
Aug 04 19:23:28 host systemd[1]: archlinux-keyring-wkd-sync.timer: Deactivated successfully.
Aug 04 19:23:28 host systemd[1]: Stopped Refresh existing PGP keys of archlinux-keyring regularly.
Aug 04 19:23:28 host systemd[1]: man-db.timer: Deactivated successfully.
Aug 04 19:23:28 host systemd[1]: Stopped Daily man-db regeneration.
Aug 04 19:23:28 host systemd[1]: shadow.timer: Deactivated successfully.
Aug 04 19:23:28 host systemd[1]: Stopped Daily verification of password and group files.
Aug 04 19:23:28 host systemd[1]: systemd-tmpfiles-clean.timer: Deactivated successfully.
Aug 04 19:23:28 host systemd[1]: Stopped Daily Cleanup of Temporary Directories.
Aug 04 19:23:28 host systemd[1]: Stopped target System Time Set.
Aug 04 19:23:28 host systemd[1]: systemd-rfkill.socket: Deactivated successfully.
Aug 04 19:23:28 host systemd[1]: Closed Load/Save RF Kill Switch Status /dev/rfkill Watch.
Aug 04 19:23:28 host systemd[1]: Stopping Save/Restore Sound Card State...
Aug 04 19:23:28 host systemd[1]: Stopping Getty on tty1...
Aug 04 19:23:28 host systemd[1]: Starting Generate shutdown-ramfs...
Aug 04 19:23:28 host systemd[1]: Stopping Authorization Manager...
Aug 04 19:23:28 host sshd[553]: Received signal 15; terminating.
Aug 04 19:23:28 host systemd[1]: Stopping OpenSSH Daemon...
Aug 04 19:23:28 host systemd[1]: Stopping Load/Save OS Random Seed...
Aug 04 19:23:28 host systemd[1]: sshd.service: Deactivated successfully.
Aug 04 19:23:28 host systemd[1]: Stopped OpenSSH Daemon.
Aug 04 19:23:28 host systemd[1]: getty@tty1.service: Deactivated successfully.
Aug 04 19:23:28 host mkinitcpio[652]: ==> Starting build: 'none'
Aug 04 19:23:28 host mkinitcpio[652]: -> Running build hook: [sd-shutdown]
Aug 04 19:23:28 host systemd[1]: Stopped Getty on tty1.
Aug 04 19:23:28 host systemd[1]: polkit.service: Deactivated successfully.
Aug 04 19:23:28 host systemd[1]: Stopped Authorization Manager.
Aug 04 19:23:28 host systemd[1]: alsa-restore.service: Deactivated successfully.
Aug 04 19:23:28 host systemd[1]: Stopped Save/Restore Sound Card State.
Aug 04 19:23:28 host systemd[1]: systemd-random-seed.service: Deactivated successfully.
Aug 04 19:23:28 host systemd[1]: Stopped Load/Save OS Random Seed.
Aug 04 19:23:28 host systemd[1]: session-1.scope: Deactivated successfully.
Aug 04 19:23:28 host mkinitcpio[652]: ==> Build complete.
Aug 04 19:23:28 host systemd[1]: Stopped Session 1 of User host.
Aug 04 19:23:28 host systemd[1]: mkinitcpio-generate-shutdown-ramfs.service: Deactivated successfully.
Aug 04 19:23:28 host systemd[1]: Finished Generate shutdown-ramfs.
Aug 04 19:23:28 host systemd-logind[523]: Session 1 logged out. Waiting for processes to exit.
Aug 04 19:23:28 host systemd[1]: Removed slice Slice /system/getty.
Aug 04 19:23:28 host systemd[1]: Stopping User Login Management...
Aug 04 19:23:28 host systemd[1]: Stopping User Manager for UID 1000...
Aug 04 19:23:28 host systemd-logind[523]: Removed session 1.
Aug 04 19:23:28 host systemd[597]: Activating special unit Exit the Session...
Aug 04 19:23:28 host systemd[597]: Stopped target Main User Target.
Aug 04 19:23:28 host systemd[597]: Stopped target Basic System.
Aug 04 19:23:28 host systemd[597]: Stopped target Paths.
Aug 04 19:23:28 host systemd[597]: Stopped target Sockets.
Aug 04 19:23:28 host systemd[597]: Stopped target Timers.
Aug 04 19:23:28 host systemd[597]: Closed D-Bus User Message Bus Socket.
Aug 04 19:23:28 host systemd[597]: Closed GnuPG network certificate management daemon.
Aug 04 19:23:28 host systemd[597]: Closed GCR ssh-agent wrapper.
Aug 04 19:23:28 host systemd[597]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
Aug 04 19:23:28 host systemd[597]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
Aug 04 19:23:28 host systemd[597]: Closed GnuPG cryptographic agent (ssh-agent emulation).
Aug 04 19:23:28 host systemd[597]: Closed GnuPG cryptographic agent and passphrase cache.
Aug 04 19:23:28 host systemd[597]: Closed p11-kit server.
Aug 04 19:23:28 host systemd[597]: Closed PipeWire Multimedia System Socket.
Aug 04 19:23:28 host systemd[597]: Closed Sound System.
Aug 04 19:23:28 host systemd[597]: Removed slice User Application Slice.
Aug 04 19:23:28 host systemd[597]: Reached target Shutdown.
Aug 04 19:23:28 host systemd[597]: Finished Exit the Session.
Aug 04 19:23:28 host systemd[597]: Reached target Exit the Session.
Aug 04 19:23:28 host (sd-pam)[598]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8004 service=[systemd-user] terminal=[] user=[host] ruser=[<unknown>] rhost=[<unknown>]
Aug 04 19:23:28 host systemd[1]: user@1000.service: Deactivated successfully.
Aug 04 19:23:28 host systemd[1]: Stopped User Manager for UID 1000.
Aug 04 19:23:28 host systemd[1]: systemd-logind.service: Deactivated successfully.
Aug 04 19:23:28 host systemd[1]: Stopped User Login Management.
Aug 04 19:23:28 host systemd[1]: Stopping Permit User Sessions...
Aug 04 19:23:28 host systemd[1]: Stopping User Runtime Directory /run/user/1000...
Aug 04 19:23:28 host systemd[1]: systemd-user-sessions.service: Deactivated successfully.
Aug 04 19:23:28 host systemd[1]: Stopped Permit User Sessions.
Aug 04 19:23:28 host systemd[1]: run-user-1000.mount: Deactivated successfully.
Aug 04 19:23:28 host systemd[1]: Unmounted /run/user/1000.
Aug 04 19:23:28 host systemd[1]: user-runtime-dir@1000.service: Deactivated successfully.
Aug 04 19:23:28 host systemd[1]: Stopped User Runtime Directory /run/user/1000.
Aug 04 19:23:28 host systemd[1]: Removed slice User Slice of UID 1000.
Aug 04 19:23:28 host systemd[1]: Stopped target Network.
Aug 04 19:23:28 host systemd[1]: Stopped target Remote File Systems.
Aug 04 19:23:28 host systemd[1]: Stopping Network Manager...
Aug 04 19:23:28 host systemd[1]: Stopping WPA supplicant...
Aug 04 19:23:28 host NetworkManager[542]: <info> [1691195008.8235] caught SIGTERM, shutting down normally.
Aug 04 19:23:28 host kernel: wlp4s0: deauthenticating from {MAC} by local choice (Reason: 3=DEAUTH_LEAVING)
Aug 04 19:23:28 host NetworkManager[542]: <info> [1691195008.8597] dhcp4 (enp3s0): canceled DHCP transaction
Aug 04 19:23:28 host NetworkManager[542]: <info> [1691195008.8597] dhcp4 (enp3s0): activation: beginning transaction (timeout in 45 seconds)
Aug 04 19:23:28 host NetworkManager[542]: <info> [1691195008.8597] dhcp4 (enp3s0): state changed no lease
Aug 04 19:23:28 host wpa_supplicant[568]: wlp4s0: CTRL-EVENT-DISCONNECTED bssid={MAC} reason=3 locally_generated=1
Aug 04 19:23:28 host wpa_supplicant[568]: wlp4s0: CTRL-EVENT-DSCP-POLICY clear_all
Aug 04 19:23:28 host NetworkManager[542]: <info> [1691195008.9007] device (wlp4s0): state change: activated -> deactivating (reason 'unmanaged', sys-iface-state: 'managed')
Aug 04 19:23:28 host dbus-daemon[522]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.3' (uid=0 pid=542 comm="/usr/bin/NetworkManager --no-daemon")
Aug 04 19:23:28 host dbus-daemon[522]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.nm-dispatcher.service': Refusing activation, D-Bus is shutting down.
Aug 04 19:23:28 host NetworkManager[542]: <warn> [1691195008.9020] dispatcher: (13) failed (after 0.001 sec): Refusing activation, D-Bus is shutting down.
Aug 04 19:23:28 host NetworkManager[542]: <info> [1691195008.9021] device (wlp4s0): state change: deactivating -> unmanaged (reason 'removed', sys-iface-state: 'managed')
Aug 04 19:23:28 host NetworkManager[542]: <info> [1691195008.9264] dhcp4 (wlp4s0): canceled DHCP transaction
Aug 04 19:23:28 host NetworkManager[542]: <info> [1691195008.9264] dhcp4 (wlp4s0): activation: beginning transaction (timeout in 45 seconds)
Aug 04 19:23:28 host NetworkManager[542]: <info> [1691195008.9264] dhcp4 (wlp4s0): state changed no lease
Aug 04 19:23:28 host wpa_supplicant[568]: wlp4s0: CTRL-EVENT-DSCP-POLICY clear_all
Aug 04 19:23:28 host wpa_supplicant[568]: nl80211: deinit ifname=wlp4s0 disabled_11b_rates=0
Aug 04 19:23:28 host wpa_supplicant[568]: wlp4s0: CTRL-EVENT-TERMINATING
Aug 04 19:23:28 host systemd[1]: wpa_supplicant.service: Deactivated successfully.
Aug 04 19:23:28 host systemd[1]: Stopped WPA supplicant.
Aug 04 19:23:29 host dbus-daemon[522]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.3' (uid=0 pid=542 comm="/usr/bin/NetworkManager --no-daemon")
Aug 04 19:23:29 host NetworkManager[542]: <info> [1691195009.0319] manager: NetworkManager state is now CONNECTED_SITE
Aug 04 19:23:29 host dbus-daemon[522]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.nm-dispatcher.service': Refusing activation, D-Bus is shutting down.
Aug 04 19:23:29 host dbus-daemon[522]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.3' (uid=0 pid=542 comm="/usr/bin/NetworkManager --no-daemon")
Aug 04 19:23:29 host dbus-daemon[522]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.nm-dispatcher.service': Refusing activation, D-Bus is shutting down.
Aug 04 19:23:29 host NetworkManager[542]: <info> [1691195009.0473] exiting (success)
Aug 04 19:23:29 host systemd[1]: NetworkManager.service: Deactivated successfully.
Aug 04 19:23:29 host systemd[1]: Stopped Network Manager.
Aug 04 19:23:29 host systemd[1]: Stopping D-Bus System Message Bus...
Aug 04 19:23:29 host systemd[1]: dbus.service: Deactivated successfully.
Aug 04 19:23:29 host systemd[1]: Stopped D-Bus System Message Bus.
Aug 04 19:23:29 host systemd[1]: Stopped target Basic System.
Aug 04 19:23:29 host systemd[1]: Stopped target Path Units.
Aug 04 19:23:29 host systemd[1]: Stopped target Slice Units.
Aug 04 19:23:29 host systemd[1]: Removed slice User and Session Slice.
Aug 04 19:23:29 host systemd[1]: Stopped target Socket Units.
Aug 04 19:23:29 host systemd[1]: dbus.socket: Deactivated successfully.
Aug 04 19:23:29 host systemd[1]: Closed D-Bus System Message Bus Socket.
Aug 04 19:23:29 host systemd[1]: Stopped target System Initialization.
Aug 04 19:23:29 host systemd[1]: proc-sys-fs-binfmt_misc.automount: Deactivated successfully.
Aug 04 19:23:29 host systemd[1]: Unset automount Arbitrary Executable File Formats File System Automount Point.
Aug 04 19:23:29 host systemd[1]: Stopped target Local Encrypted Volumes.
Aug 04 19:23:29 host systemd[1]: systemd-ask-password-console.path: Deactivated successfully.
Aug 04 19:23:29 host systemd[1]: Stopped Dispatch Password Requests to Console Directory Watch.
Aug 04 19:23:29 host systemd[1]: systemd-ask-password-wall.path: Deactivated successfully.
Aug 04 19:23:29 host systemd[1]: Stopped Forward Password Requests to Wall Directory Watch.
Aug 04 19:23:29 host systemd[1]: Stopped target Local Integrity Protected Volumes.
Aug 04 19:23:29 host systemd[1]: Stopped target Local Verity Protected Volumes.
Aug 04 19:23:29 host systemd[1]: systemd-sysctl.service: Deactivated successfully.
Aug 04 19:23:29 host systemd[1]: Stopped Apply Kernel Variables.
Aug 04 19:23:29 host systemd[1]: systemd-coredump.socket: Deactivated successfully.
Aug 04 19:23:29 host systemd[1]: Closed Process Core Dump Socket.
Aug 04 19:23:29 host systemd[1]: systemd-modules-load.service: Deactivated successfully.
Aug 04 19:23:29 host systemd[1]: Stopped Load Kernel Modules.
Aug 04 19:23:29 host systemd[1]: Stopping Network Time Synchronization...
Aug 04 19:23:29 host systemd[1]: Stopping Record System Boot/Shutdown in UTMP...
Aug 04 19:23:29 host systemd[1]: systemd-update-utmp.service: Deactivated successfully.
Aug 04 19:23:29 host systemd[1]: Stopped Record System Boot/Shutdown in UTMP.
Aug 04 19:23:29 host systemd[1]: systemd-timesyncd.service: Deactivated successfully.
Aug 04 19:23:29 host systemd[1]: Stopped Network Time Synchronization.
Aug 04 19:23:29 host systemd[1]: systemd-tmpfiles-setup.service: Deactivated successfully.
Aug 04 19:23:29 host systemd[1]: Stopped Create Volatile Files and Directories.
Aug 04 19:23:29 host systemd[1]: Stopped target Local File Systems.
Aug 04 19:23:29 host systemd[1]: efi.automount: Deactivated successfully.
Aug 04 19:23:29 host systemd[1]: Unset automount EFI System Partition Automount.
Aug 04 19:23:29 host systemd[1]: Unmounting /boot...
Aug 04 19:23:29 host systemd[1]: Unmounting Temporary Directory /tmp...
Aug 04 19:23:29 host systemd[1]: boot.mount: Deactivated successfully.
Aug 04 19:23:29 host systemd[1]: Unmounted /boot.
Aug 04 19:23:29 host systemd[1]: tmp.mount: Deactivated successfully.
Aug 04 19:23:29 host systemd[1]: Unmounted Temporary Directory /tmp.
Aug 04 19:23:29 host systemd[1]: Stopped target Preparation for Local File Systems.
Aug 04 19:23:29 host systemd[1]: Stopped target Swaps.
Aug 04 19:23:29 host systemd[1]: Deactivating swap /dev/disk/by-diskseq/1-part2...
Aug 04 19:23:29 host systemd[1]: systemd-remount-fs.service: Deactivated successfully.
Aug 04 19:23:29 host systemd[1]: Stopped Remount Root and Kernel File Systems.
Aug 04 19:23:29 host systemd[1]: systemd-tmpfiles-setup-dev.service: Deactivated successfully.
Aug 04 19:23:29 host systemd[1]: Stopped Create Static Device Nodes in /dev.
Aug 04 19:23:29 host systemd[1]: Reached target System Shutdown.
Aug 04 19:23:29 host systemd[1]: dev-disk-by\x2did-wwn\x2d0x5001b448b512301c\x2dpart2.swap: Deactivated successfully.
Aug 04 19:23:29 host systemd[1]: Deactivated swap /dev/disk/by-id/wwn-0x5001b448b512301c-part2.
Aug 04 19:23:29 host systemd[1]: dev-disk-by\x2did-ata\x2dWDC_WDS100T2B0B\x2d00YS70_20158A803407\x2dpart2.swap: Deactivated successfully.
Aug 04 19:23:29 host systemd[1]: Deactivated swap /dev/disk/by-id/ata-WDC_WDS100T2B0B-00YS70_20158A803407-part2.
Aug 04 19:23:29 host systemd[1]: dev-disk-by\x2dpartuuid-399eff07\x2dfe37\x2d4b25\x2d84a2\x2ddcc89d16c392.swap: Deactivated successfully.
Aug 04 19:23:29 host systemd[1]: Deactivated swap /dev/disk/by-partuuid/399eff07-fe37-4b25-84a2-dcc89d16c392.
Aug 04 19:23:29 host systemd[1]: dev-disk-by\x2ddiskseq-1\x2dpart2.swap: Deactivated successfully.
Aug 04 19:23:29 host systemd[1]: Deactivated swap /dev/disk/by-diskseq/1-part2.
Aug 04 19:23:29 host systemd[1]: dev-disk-by\x2dpath-pci\x2d0000:09:00.2\x2data\x2d4.0\x2dpart2.swap: Deactivated successfully.
Aug 04 19:23:29 host systemd[1]: Deactivated swap /dev/disk/by-path/pci-0000:09:00.2-ata-4.0-part2.
Aug 04 19:23:29 host systemd[1]: dev-disk-by\x2dpath-pci\x2d0000:09:00.2\x2data\x2d4\x2dpart2.swap: Deactivated successfully.
Aug 04 19:23:29 host systemd[1]: Deactivated swap /dev/disk/by-path/pci-0000:09:00.2-ata-4-part2.
Aug 04 19:23:29 host systemd[1]: dev-sda2.swap: Deactivated successfully.
Aug 04 19:23:29 host systemd[1]: Deactivated swap /dev/sda2.
Aug 04 19:23:29 host systemd[1]: dev-disk-by\x2duuid-c695634f\x2d5a83\x2d400c\x2d8a26\x2d99a3ab7fb6d0.swap: Deactivated successfully.
Aug 04 19:23:29 host systemd[1]: Deactivated swap /dev/disk/by-uuid/c695634f-5a83-400c-8a26-99a3ab7fb6d0.
Aug 04 19:23:29 host systemd[1]: Reached target Unmount All Filesystems.
Aug 04 19:23:29 host systemd[1]: Reached target Late Shutdown Services.
Aug 04 19:23:29 host systemd[1]: systemd-reboot.service: Deactivated successfully.
Aug 04 19:23:29 host systemd[1]: Finished System Reboot.
Aug 04 19:23:29 host systemd[1]: Reached target System Reboot.
Aug 04 19:23:29 host systemd[1]: Shutting down.
Aug 04 19:23:29 host systemd[1]: Using hardware watchdog 'SP5100 TCO timer', version 0, device /dev/watchdog0
Aug 04 19:23:29 host systemd[1]: Watchdog running with a timeout of 10min.
Aug 04 19:23:29 host kernel: watchdog: watchdog0: watchdog did not stop!
Aug 04 19:23:29 host systemd-shutdown[1]: Using hardware watchdog 'SP5100 TCO timer', version 0, device /dev/watchdog0
Aug 04 19:23:29 host systemd-shutdown[1]: Watchdog running with a timeout of 10min.
Aug 04 19:23:29 host systemd-shutdown[1]: Syncing filesystems and block devices.
Aug 04 19:23:29 host systemd-shutdown[1]: Sending SIGTERM to remaining processes...
Aug 04 19:23:29 host systemd-journald[362]: Received SIGTERM from PID 1 (systemd-shutdow).
Aug 04 19:23:29 host systemd-journald[362]: Journal stopped
Last edited by Mencoh (2023-08-05 01:10:14)
Offline
See the 'Kernel command line' in the xorg log? Yeah, that's not from the same boot as the journal. Look at the timestamp, it's from 32 minutes earlier.
Online
See the 'Kernel command line' in the xorg log? Yeah, that's not from the same boot as the journal. Look at the timestamp, it's from 32 minutes earlier.
This is my most recent Xorg log. I don't believe I can get a newer log with startx because it's an ssh session, plus I'm not on graphical.target.
Only console users are allowed to run the X server
If it's not that, then I have to run with nomodeset to startx. I'm not sure how to get a newer log and will look into that until I either find something or someone informs me on what I'm missing. I don't have a ~/.local/share/xorg.
[ 19.785]
X.Org X Server 1.21.1.8
X Protocol Version 11, Revision 0
[ 19.785] Current Operating System: Linux mason 6.4.7-arch1-3 #1 SMP PREEMPT_DYNAMIC Wed, 02 Aug 2023 09:47:27 +0000 x86_64
[ 19.785] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=34724c46-2d8c-4c4c-8846-d599153eee7c rw loglevel=3 quiet nomodeset
[ 19.786]
[ 19.786] Current version of pixman: 0.42.2
[ 19.786] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 19.786] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 19.786] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Aug 4 18:50:03 2023
[ 19.788] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 19.789] (==) No Layout section. Using the first Screen section.
[ 19.789] (==) No screen section available. Using defaults.
[ 19.789] (**) |-->Screen "Default Screen Section" (0)
[ 19.789] (**) | |-->Monitor "<default monitor>"
[ 19.789] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 19.789] (==) Automatically adding devices
[ 19.789] (==) Automatically enabling devices
[ 19.789] (==) Automatically adding GPU devices
[ 19.789] (==) Automatically binding GPU devices
[ 19.789] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 19.790] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 19.790] Entry deleted from font path.
[ 19.790] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[ 19.790] Entry deleted from font path.
[ 19.790] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[ 19.790] Entry deleted from font path.
[ 19.790] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 19.790] Entry deleted from font path.
[ 19.791] (==) FontPath set to:
/usr/share/fonts/100dpi,
/usr/share/fonts/75dpi
[ 19.791] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 19.791] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 19.791] (II) Module ABI versions:
[ 19.791] X.Org ANSI C Emulation: 0.4
[ 19.791] X.Org Video Driver: 25.2
[ 19.791] X.Org XInput driver : 24.4
[ 19.791] X.Org Server Extension : 10.0
[ 19.792] (++) using VT number 1
[ 19.794] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[ 19.802] (--) PCI:*(6@0:0:0) 1002:67df:1682:c570 rev 239, Mem @ 0xd0000000/268435456, 0xe0000000/2097152, 0xfcf00000/262144, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072
[ 19.803] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 19.803] (II) LoadModule: "glx"
[ 19.803] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 19.810] (II) Module glx: vendor="X.Org Foundation"
[ 19.810] compiled for 1.21.1.8, module version = 1.0.0
[ 19.810] ABI class: X.Org Server Extension, version 10.0
[ 19.810] (==) Matched ati as autoconfigured driver 0
[ 19.810] (==) Matched modesetting as autoconfigured driver 1
[ 19.810] (==) Matched fbdev as autoconfigured driver 2
[ 19.810] (==) Matched vesa as autoconfigured driver 3
[ 19.810] (==) Assigned the driver to the xf86ConfigLayout
[ 19.810] (II) LoadModule: "ati"
[ 19.811] (WW) Warning, couldn't open module ati
[ 19.811] (EE) Failed to load module "ati" (module does not exist, 0)
[ 19.811] (II) LoadModule: "modesetting"
[ 19.811] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 19.813] (II) Module modesetting: vendor="X.Org Foundation"
[ 19.813] compiled for 1.21.1.8, module version = 1.21.1
[ 19.813] Module class: X.Org Video Driver
[ 19.813] ABI class: X.Org Video Driver, version 25.2
[ 19.813] (II) LoadModule: "fbdev"
[ 19.813] (WW) Warning, couldn't open module fbdev
[ 19.813] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 19.813] (II) LoadModule: "vesa"
[ 19.814] (WW) Warning, couldn't open module vesa
[ 19.814] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 19.814] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 19.814] (EE) open /dev/dri/card0: No such file or directory
[ 19.814] (WW) Falling back to old probe method for modesetting
[ 19.814] (EE) open /dev/dri/card0: No such file or directory
[ 19.814] (EE) Screen 0 deleted because of no matching config section.
[ 19.814] (II) UnloadModule: "modesetting"
[ 19.814] (EE) Device(s) detected, but none match those in the config file.
[ 19.814] (EE)
Fatal server error:
[ 19.814] (EE) no screens found(EE)
[ 19.814] (EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
for help.
[ 19.814] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 19.814] (EE)
[ 19.816] (EE) Server terminated with error (1). Closing log file.
Last edited by Mencoh (2023-08-05 01:23:08)
Offline
You'll have to start x11 automatically or via ssh.
https://wiki.archlinux.org/title/Getty# … al_console
https://wiki.archlinux.org/title/Start_X_at_login
But I'm not sure whether that'll help
Logs are from booting into multi-user.target with nomodeset.
If you cannot boot the multi-user.target w/o nomodeset the problem will be w/ the amdgpu kernel module - there're no obvious problems/errors in the log you posted, though.
=> Does the LTS kernel work?
Offline
I had a moment of ignorance and forgot I never set auto-startx out of laziness. Have always just typed startx at login, bad habit I know.
But I'm not sure whether that'll help
I tried for the sake of trying, but no it didn't. Xorg logs only generate with nomodset, nothing from when I ssh into a headless login with auto-startx in ~/.zprofile with my zsh shell.
If you cannot boot the multi-user.target w/o nomodeset the problem will be w/ the amdgpu kernel module - there're no obvious problems/errors in the log you posted, though.
=> Does the LTS kernel work?
linux-lts doesn't work. In fact, I just tried Linux Mint 21, and it gave me the same problem with a black screen. It uses, I think, linux-lts 5.15.
But Tiny Core Linux doesn't hang for me, and that uses linux 6.1.2. Very odd.
I'm stumped, I may just start rolling things back through trial-and-error when I have time, or searching for my specific GPU (Radeon 570X) and seeing if others have similar issues.
Last edited by Mencoh (2023-08-05 21:29:48)
Offline
I used amdgpu.msi=1 for a kernel parameter and it now boots with no issue. amdgpu driver recognized from:
inxi -Fxxxzr
Graphics:
Device-1: AMD Ellesmere [Radeon RX 470/480/570/570X/580/580X/590]
vendor: XFX Pine driver: amdgpu v: kernel arch: GCN-4 pcie: speed: 8 GT/s
On why this was never a problem before with my old dual-boot system, this is my first time using GRUB. Before I used rEFInd because it was a simple, automated process for bootloader-setup. It could have done something to prevent this issue?
Just wondering, would this be considered another workaround like nomodeset? It's an improvement, but is there still an issue I need to address on why it couldn't boot with line-based interrupts?
It's maybe possible that since I'm dual-booting Windows 10, my Arch system was hanging because it didn't have its own dedicated IRQ? I want to make sure I understand.
Last edited by Mencoh (2023-08-06 02:09:15)
Offline
I kinda missed the windows part, 3rd link below. Mandatory.
Disable it (it's NOT the BIOS setting!) and reboot windows and linux twice for voodo reasons.
If that's it, the impact would be on the more freakish side of things that have shown up…
Offline
I kinda missed the windows part, 3rd link below. Mandatory.
Disable it (it's NOT the BIOS setting!) and reboot windows and linux twice for voodo reasons.
I had no idea about this. It was enabled on my Windows.
I'm marking this solved unless it's not a wise idea to keep MSI enabled, although when I can later today I'll try to boot without it now that Fast Boot is disabled. Thanks to seth and Scimmia for the help.
Last edited by Mencoh (2023-08-06 17:50:40)
Offline