You are not logged in.
EDIT, What solved the issue:
hmmm, those failed files are present in linux-firmware (in compressed form) so it's not that they are missing.
In your mkinitcpio.conf edit the MODULES= array and include amdgpu in it.
( https://wiki.archlinux.org/title/Kernel … mkinitcpio for details).As root regenerate the initramfs (mkinitcpio -P) , reboot and check .
If the errrors are still there, try installing & booting the linux-lts kernel
Original post:
Hi
After recently changing to Arch on my main machine, most stuff have been working pretty smooth.
However, I am experiencing issues specifically with Vulkan. When launching steam, the loginwindow remains black, and the following is the output in cli:
steam.sh[2071]: Running Steam on arch rolling 64-bit
steam.sh[2071]: STEAM_RUNTIME is enabled automatically
setup.sh[2145]: Steam runtime environment up-to-date!
steam.sh[2071]: Steam client's requirements are satisfied
[2023-09-09 15:38:25] Startup - updater built Jul 28 2023 18:44:09
[2023-09-09 15:38:25] Startup - Steam Client launched with: '/home/kb/.local/share/Steam/ubuntu12_32/steam'
09/09 15:38:25 Init: Installing breakpad exception handler for appid(steam)/version(1690583737)/tid(2187)
Looks like steam didn't shutdown cleanly, scheduling immediate update check
[2023-09-09 15:38:25] Loading cached metrics from disk (/home/kb/.local/share/Steam/package/steam_client_metrics.bin)
[2023-09-09 15:38:25] Using the following download hosts for Public, Realm steamglobal
[2023-09-09 15:38:25] 1. https://client-update.akamai.steamstatic.com, /, Realm 'steamglobal', weight was 1000, source = 'update_hosts_cached.vdf'
[2023-09-09 15:38:25] 2. https://cdn.cloudflare.steamstatic.com, /client/, Realm 'steamglobal', weight was 1, source = 'update_hosts_cached.vdf'
[2023-09-09 15:38:25] 3. https://cdn.steamstatic.com, /client/, Realm 'steamglobal', weight was 1, source = 'baked in'
[2023-09-09 15:38:25] Checking for update on startup
[2023-09-09 15:38:25] Checking for available updates...
[2023-09-09 15:38:25] Downloading manifest: https://client-update.akamai.steamstatic.com/steam_client_ubuntu12
[2023-09-09 15:38:25] Manifest download: send request
[2023-09-09 15:38:25] Manifest download: waiting for download to finish
[2023-09-09 15:38:25] Manifest download: finished
[2023-09-09 15:38:25] Download skipped: /steam_client_ubuntu12 version 1690583737, installed version 1690583737, existing pending version 0
[2023-09-09 15:38:25] Nothing to do
[2023-09-09 15:38:25] Verifying installation...
[2023-09-09 15:38:25] Performing checksum verification of executable files
[2023-09-09 15:38:26] Verification complete
XRRGetOutputInfo Workaround: initialized with override: 0 real: 0xf65a2370
XRRGetCrtcInfo Workaround: initialized with override: 0 real: 0xf65a0cc0
GetWin32Stats: display was not open yet, good
GetWin32Stats: display was not open yet, good
steamwebhelper.sh[2270]: Runtime for steamwebhelper: defaulting to /home/kb/.local/share/Steam/ubuntu12_64/steam-runtime-heavy
steamwebhelper.sh[2270]: glibc >= 2.34, partially disabling sandbox until CEF supports clone3()
Fontconfig warning: line 5: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/10-hinting-slight.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 4: unknown element "description"
Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 72: non-double matrix element
Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 72: non-double matrix element
Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 80: saw unknown, expected number
Fontconfig warning: "/etc/fonts/conf.d/10-sub-pixel-rgb.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/10-yes-antialias.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/11-lcdfilter-default.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/20-unhint-small-vera.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/30-metric-aliases.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/40-nonlatin.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/45-generic.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/45-latin.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/48-spacing.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/49-sansserif.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/51-local.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/60-generic.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/60-latin.conf", line 4: unknown element "description"
Fontconfig warning: "/etc/fonts/conf.d/65-nonlatin.conf", line 4: unknown element "description"
CAppInfoCacheReadFromDiskThread took 35 milliseconds to initialize
sh: line 1: xdg-user-dir: command not found
sh: line 1: xdg-user-dir: command not found
sh: line 1: xdg-user-dir: command not found
vkEnumeratePhysicalDevices failed, unable to init and enumerate GPUs with Vulkan.
BInit - Unable to initialize Vulkan!
sh: line 1: xdg-user-dir: command not found
vkEnumeratePhysicalDevices failed, unable to init and enumerate GPUs with Vulkan.
BInit - Unable to initialize Vulkan!
sh: line 1: xdg-user-dir: command not found
BRefreshApplicationsInLibrary 1: 0ms
sh: line 1: xdg-user-dir: command not found
sh: line 1: xdg-user-dir: command not found
sh: line 1: xdg-user-dir: command not found
sh: line 1: xdg-user-dir: command not foundBased on this error: vkEnumeratePhysicalDevices failed, unable to init and enumerate GPUs with Vulkan. it seems obvious that it's an issue relating to Vulkan.
When installing Vulkan, i followed this guide: https://wiki.archlinux.org/title/Vulkan
Have also tried to redo the process multiple times to make sure I did not miss anything.
Running vulkaninfo throws the following error
ERROR: [Loader Message] Code 0 : setup_loader_term_phys_devs: Failed to detect any valid GPUs in the current config
ERROR at /usr/src/debug/vulkan-tools/Vulkan-Tools-1.3.255/vulkaninfo/vulkaninfo.h:237:vkEnumeratePhysicalDevices failed with ERROR_INITIALIZATION_FAILEDLooks like Vulkan is completely bonked.
Some supplemental information that may be of relevance:
uname -a
Linux arch 6.4.12-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 24 Aug 2023 00:38:14 +0000 x86_64 GNU/Linuxlspci -k | grep -A 2 -E "(VGA|3D)"
2d:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Navi 23 [Radeon RX 6650 XT / 6700S / 6800S] (rev c1)
Subsystem: Micro-Star International Co., Ltd. [MSI] Navi 23 [Radeon RX 6650 XT / 6700S / 6800S]
Kernel modules: amdgpuglxinfo|grep -E "OpenGL vendor|OpenGL renderer"
OpenGL vendor string: Mesa
OpenGL renderer string: llvmpipe (LLVM 16.0.6, 256 bits)pacman -Qqs vulkan
lib32-vulkan-icd-loader
lib32-vulkan-radeon
spirv-tools
vulkan-icd-loader
vulkan-radeon
vulkan-toolsls /usr/share/vulkan/icd.d/
radeon_icd.i686.json radeon_icd.x86_64.jsonAny input on how to continue from here would be greatly appreciated.
Last edited by FHerman (2023-09-09 18:18:37)
Offline
Your OpenGL/general setup is broken already, amdgpu the kernel driver not loaded. Post a xorg.log and a
glxinfo -B
sudo journalctl -b. On a limb kill the simple drm driver by adding
initcall_blacklist=simpledrm_platform_driver_initto your kernel parameters: https://wiki.archlinux.org/title/Kernel_parameters
Did you set nomodeset for some reason? Don't do that.
Last edited by V1del (2023-09-09 15:49:11)
Offline
Appreciate the prompt response.
xorg.log:
[ 10.547]
X.Org X Server 1.21.1.8
X Protocol Version 11, Revision 0
[ 10.548] Current Operating System: Linux arch 6.4.12-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 24 Aug 2023 00:38:14 +0000 x86_64
[ 10.548] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=/dev/mapper/volgroup0-lv_root rw loglevel=3 quiet
[ 10.548]
[ 10.548] Current version of pixman: 0.42.2
[ 10.548] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 10.548] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 10.548] (==) Log file: "/home/kb/.local/share/xorg/Xorg.0.log", Time: Sat Sep 9 18:26:34 2023
[ 10.549] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 10.549] (==) No Layout section. Using the first Screen section.
[ 10.549] (==) No screen section available. Using defaults.
[ 10.549] (**) |-->Screen "Default Screen Section" (0)
[ 10.549] (**) | |-->Monitor "<default monitor>"
[ 10.549] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 10.549] (==) Automatically adding devices
[ 10.549] (==) Automatically enabling devices
[ 10.549] (==) Automatically adding GPU devices
[ 10.549] (==) Automatically binding GPU devices
[ 10.549] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 10.550] (WW) The directory "/usr/share/fonts/misc" does not exist.
[ 10.550] Entry deleted from font path.
[ 10.550] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[ 10.550] Entry deleted from font path.
[ 10.550] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[ 10.550] Entry deleted from font path.
[ 10.550] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 10.550] Entry deleted from font path.
[ 10.550] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[ 10.550] Entry deleted from font path.
[ 10.550] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[ 10.550] Entry deleted from font path.
[ 10.550] (==) FontPath set to:
[ 10.550] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 10.550] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 10.550] (II) Module ABI versions:
[ 10.550] X.Org ANSI C Emulation: 0.4
[ 10.550] X.Org Video Driver: 25.2
[ 10.550] X.Org XInput driver : 24.4
[ 10.550] X.Org Server Extension : 10.0
[ 10.550] (++) using VT number 1
[ 10.551] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[ 10.551] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 10.551] (II) Platform probe for /sys/devices/platform/simple-framebuffer.0/drm/card0
[ 10.551] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 13 paused 0
[ 10.555] (--) PCI:*(45@0:0:0) 1002:73ef:1462:5027 rev 193, Mem @ 0x7c00000000/8589934592, 0x7e00000000/268435456, 0xfc900000/1048576, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072
[ 10.555] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 10.556] (II) LoadModule: "glx"
[ 10.556] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 10.558] (II) Module glx: vendor="X.Org Foundation"
[ 10.558] compiled for 1.21.1.8, module version = 1.0.0
[ 10.558] ABI class: X.Org Server Extension, version 10.0
[ 10.558] (==) Matched ati as autoconfigured driver 0
[ 10.558] (==) Matched modesetting as autoconfigured driver 1
[ 10.558] (==) Matched fbdev as autoconfigured driver 2
[ 10.558] (==) Matched vesa as autoconfigured driver 3
[ 10.558] (==) Assigned the driver to the xf86ConfigLayout
[ 10.558] (II) LoadModule: "ati"
[ 10.558] (WW) Warning, couldn't open module ati
[ 10.558] (EE) Failed to load module "ati" (module does not exist, 0)
[ 10.558] (II) LoadModule: "modesetting"
[ 10.558] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 10.560] (II) Module modesetting: vendor="X.Org Foundation"
[ 10.560] compiled for 1.21.1.8, module version = 1.21.1
[ 10.560] Module class: X.Org Video Driver
[ 10.560] ABI class: X.Org Video Driver, version 25.2
[ 10.560] (II) LoadModule: "fbdev"
[ 10.560] (WW) Warning, couldn't open module fbdev
[ 10.560] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 10.560] (II) LoadModule: "vesa"
[ 10.560] (WW) Warning, couldn't open module vesa
[ 10.560] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 10.560] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 10.560] (II) modeset(0): using drv /dev/dri/card0
[ 10.560] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 10.560] (II) modeset(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 10.560] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[ 10.560] (==) modeset(0): RGB weight 888
[ 10.560] (==) modeset(0): Default visual is TrueColor
[ 10.560] (II) Loading sub module "glamoregl"
[ 10.560] (II) LoadModule: "glamoregl"
[ 10.560] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 10.563] (II) Module glamoregl: vendor="X.Org Foundation"
[ 10.563] compiled for 1.21.1.8, module version = 1.0.1
[ 10.563] ABI class: X.Org ANSI C Emulation, version 0.4
[ 10.635] (II) modeset(0): Refusing to try glamor on llvmpipe
[ 10.637] (II) modeset(0): glamor initialization failed
[ 10.637] (II) modeset(0): ShadowFB: preferred NO, enabled NO
[ 10.637] (II) modeset(0): Output None-1 has no monitor section
[ 10.637] (II) modeset(0): EDID for output None-1
[ 10.637] (II) modeset(0): Printing probed modes for output None-1
[ 10.637] (II) modeset(0): Modeline "3440x1440"x60.0 297.22 3440 3440 3440 3440 1440 1440 1440 1440 (86.4 kHz eP)
[ 10.637] (II) modeset(0): Output None-1 connected
[ 10.637] (II) modeset(0): Using exact sizes for initial modes
[ 10.637] (II) modeset(0): Output None-1 using initial mode 3440x1440 +0+0
[ 10.637] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[ 10.637] (==) modeset(0): DPI set to (96, 96)
[ 10.637] (II) Loading sub module "fb"
[ 10.637] (II) LoadModule: "fb"
[ 10.637] (II) Module "fb" already built-in
[ 10.637] (==) modeset(0): Backing store enabled
[ 10.637] (==) modeset(0): Silken mouse enabled
[ 10.637] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[ 10.637] (==) modeset(0): DPMS enabled
[ 10.637] (II) Initializing extension Generic Event Extension
[ 10.637] (II) Initializing extension SHAPE
[ 10.637] (II) Initializing extension MIT-SHM
[ 10.637] (II) Initializing extension XInputExtension
[ 10.638] (II) Initializing extension XTEST
[ 10.638] (II) Initializing extension BIG-REQUESTS
[ 10.638] (II) Initializing extension SYNC
[ 10.638] (II) Initializing extension XKEYBOARD
[ 10.638] (II) Initializing extension XC-MISC
[ 10.638] (II) Initializing extension SECURITY
[ 10.638] (II) Initializing extension XFIXES
[ 10.638] (II) Initializing extension RENDER
[ 10.638] (II) Initializing extension RANDR
[ 10.638] (II) Initializing extension COMPOSITE
[ 10.638] (II) Initializing extension DAMAGE
[ 10.638] (II) Initializing extension MIT-SCREEN-SAVER
[ 10.638] (II) Initializing extension DOUBLE-BUFFER
[ 10.639] (II) Initializing extension RECORD
[ 10.639] (II) Initializing extension DPMS
[ 10.639] (II) Initializing extension Present
[ 10.639] (II) Initializing extension DRI3
[ 10.639] (II) Initializing extension X-Resource
[ 10.639] (II) Initializing extension XVideo
[ 10.639] (II) Initializing extension XVideo-MotionCompensation
[ 10.639] (II) Initializing extension GLX
[ 10.639] (II) AIGLX: Screen 0 is not DRI2 capable
[ 10.643] (II) IGLX: Loaded and initialized swrast
[ 10.643] (II) GLX: Initialized DRISWRAST GL provider for screen 0
[ 10.643] (II) Initializing extension XFree86-VidModeExtension
[ 10.643] (II) Initializing extension XFree86-DGA
[ 10.643] (II) Initializing extension XFree86-DRI
[ 10.643] (II) Initializing extension DRI2
[ 10.648] (II) modeset(0): Damage tracking initialized
[ 10.648] (II) modeset(0): Setting screen physical size to 910 x 381
[ 10.693] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 10.693] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 10.693] (II) LoadModule: "libinput"
[ 10.693] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 10.695] (II) Module libinput: vendor="X.Org Foundation"
[ 10.695] compiled for 1.21.1.8, module version = 1.4.0
[ 10.695] Module class: X.Org XInput Driver
[ 10.695] ABI class: X.Org XInput driver, version 24.4
[ 10.695] (II) Using input driver 'libinput' for 'Power Button'
[ 10.695] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 21 paused 0
[ 10.695] (**) Power Button: always reports core events
[ 10.695] (**) Option "Device" "/dev/input/event1"
[ 10.698] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 10.698] (II) event1 - Power Button: device is a keyboard
[ 10.698] (II) event1 - Power Button: device removed
[ 10.698] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[ 10.698] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 10.698] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 10.698] (II) event1 - Power Button: device is a keyboard
[ 10.699] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[ 10.699] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 10.699] (II) Using input driver 'libinput' for 'Power Button'
[ 10.699] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 24 paused 0
[ 10.699] (**) Power Button: always reports core events
[ 10.699] (**) Option "Device" "/dev/input/event0"
[ 10.700] (II) event0 - Power Button: is tagged by udev as: Keyboard
[ 10.700] (II) event0 - Power Button: device is a keyboard
[ 10.700] (II) event0 - Power Button: device removed
[ 10.700] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[ 10.700] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[ 10.700] (II) event0 - Power Button: is tagged by udev as: Keyboard
[ 10.700] (II) event0 - Power Button: device is a keyboard
[ 10.701] (II) config/udev: Adding input device MSI MYSTIC LIGHT (/dev/input/event7)
[ 10.701] (II) No input driver specified, ignoring this device.
[ 10.701] (II) This device may have been added with another device file.
[ 10.701] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=3 (/dev/input/event15)
[ 10.701] (II) No input driver specified, ignoring this device.
[ 10.701] (II) This device may have been added with another device file.
[ 10.702] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=7 (/dev/input/event16)
[ 10.702] (II) No input driver specified, ignoring this device.
[ 10.702] (II) This device may have been added with another device file.
[ 10.702] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=8 (/dev/input/event17)
[ 10.702] (II) No input driver specified, ignoring this device.
[ 10.702] (II) This device may have been added with another device file.
[ 10.702] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=9 (/dev/input/event18)
[ 10.702] (II) No input driver specified, ignoring this device.
[ 10.702] (II) This device may have been added with another device file.
[ 10.703] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=10 (/dev/input/event19)
[ 10.703] (II) No input driver specified, ignoring this device.
[ 10.703] (II) This device may have been added with another device file.
[ 10.703] (II) config/udev: Adding input device Kingston HyperX Pulsefire Haste (/dev/input/event2)
[ 10.703] (**) Kingston HyperX Pulsefire Haste: Applying InputClass "libinput pointer catchall"
[ 10.703] (II) Using input driver 'libinput' for 'Kingston HyperX Pulsefire Haste'
[ 10.763] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 25 paused 0
[ 10.763] (**) Kingston HyperX Pulsefire Haste: always reports core events
[ 10.763] (**) Option "Device" "/dev/input/event2"
[ 10.764] (II) event2 - Kingston HyperX Pulsefire Haste: is tagged by udev as: Mouse
[ 10.764] (II) event2 - Kingston HyperX Pulsefire Haste: device is a pointer
[ 10.764] (II) event2 - Kingston HyperX Pulsefire Haste: device removed
[ 10.764] (II) libinput: Kingston HyperX Pulsefire Haste: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 10.764] (II) libinput: Kingston HyperX Pulsefire Haste: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 10.764] (II) libinput: Kingston HyperX Pulsefire Haste: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 10.764] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:2f:00.3/usb3/3-3/3-3:1.0/0003:0951:1727.0001/input/input2/event2"
[ 10.764] (II) XINPUT: Adding extended input device "Kingston HyperX Pulsefire Haste" (type: MOUSE, id 8)
[ 10.764] (**) Option "AccelerationScheme" "none"
[ 10.764] (**) Kingston HyperX Pulsefire Haste: (accel) selected scheme none/0
[ 10.765] (**) Kingston HyperX Pulsefire Haste: (accel) acceleration factor: 2.000
[ 10.765] (**) Kingston HyperX Pulsefire Haste: (accel) acceleration threshold: 4
[ 10.765] (II) event2 - Kingston HyperX Pulsefire Haste: is tagged by udev as: Mouse
[ 10.766] (II) event2 - Kingston HyperX Pulsefire Haste: device is a pointer
[ 10.766] (II) config/udev: Adding input device Kingston HyperX Pulsefire Haste (/dev/input/mouse0)
[ 10.766] (II) No input driver specified, ignoring this device.
[ 10.766] (II) This device may have been added with another device file.
[ 10.767] (II) config/udev: Adding input device Kingston HyperX Pulsefire Haste System Control (/dev/input/event3)
[ 10.767] (**) Kingston HyperX Pulsefire Haste System Control: Applying InputClass "libinput keyboard catchall"
[ 10.767] (II) Using input driver 'libinput' for 'Kingston HyperX Pulsefire Haste System Control'
[ 10.767] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 26 paused 0
[ 10.767] (**) Kingston HyperX Pulsefire Haste System Control: always reports core events
[ 10.767] (**) Option "Device" "/dev/input/event3"
[ 10.768] (II) event3 - Kingston HyperX Pulsefire Haste System Control: is tagged by udev as: Keyboard
[ 10.768] (II) event3 - Kingston HyperX Pulsefire Haste System Control: device is a keyboard
[ 10.768] (II) event3 - Kingston HyperX Pulsefire Haste System Control: device removed
[ 10.768] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:2f:00.3/usb3/3-3/3-3:1.1/0003:0951:1727.0002/input/input3/event3"
[ 10.768] (II) XINPUT: Adding extended input device "Kingston HyperX Pulsefire Haste System Control" (type: KEYBOARD, id 9)
[ 10.769] (II) event3 - Kingston HyperX Pulsefire Haste System Control: is tagged by udev as: Keyboard
[ 10.769] (II) event3 - Kingston HyperX Pulsefire Haste System Control: device is a keyboard
[ 10.770] (II) config/udev: Adding input device Kingston HyperX Pulsefire Haste Consumer Control (/dev/input/event4)
[ 10.770] (**) Kingston HyperX Pulsefire Haste Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 10.770] (II) Using input driver 'libinput' for 'Kingston HyperX Pulsefire Haste Consumer Control'
[ 10.771] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 27 paused 0
[ 10.771] (**) Kingston HyperX Pulsefire Haste Consumer Control: always reports core events
[ 10.771] (**) Option "Device" "/dev/input/event4"
[ 10.772] (II) event4 - Kingston HyperX Pulsefire Haste Consumer Control: is tagged by udev as: Keyboard
[ 10.772] (II) event4 - Kingston HyperX Pulsefire Haste Consumer Control: device is a keyboard
[ 10.772] (II) event4 - Kingston HyperX Pulsefire Haste Consumer Control: device removed
[ 10.772] (II) libinput: Kingston HyperX Pulsefire Haste Consumer Control: needs a virtual subdevice
[ 10.772] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:2f:00.3/usb3/3-3/3-3:1.1/0003:0951:1727.0002/input/input4/event4"
[ 10.772] (II) XINPUT: Adding extended input device "Kingston HyperX Pulsefire Haste Consumer Control" (type: MOUSE, id 10)
[ 10.772] (**) Option "AccelerationScheme" "none"
[ 10.772] (**) Kingston HyperX Pulsefire Haste Consumer Control: (accel) selected scheme none/0
[ 10.772] (**) Kingston HyperX Pulsefire Haste Consumer Control: (accel) acceleration factor: 2.000
[ 10.772] (**) Kingston HyperX Pulsefire Haste Consumer Control: (accel) acceleration threshold: 4
[ 10.773] (II) event4 - Kingston HyperX Pulsefire Haste Consumer Control: is tagged by udev as: Keyboard
[ 10.773] (II) event4 - Kingston HyperX Pulsefire Haste Consumer Control: device is a keyboard
[ 10.774] (II) config/udev: Adding input device Kingston HyperX Pulsefire Haste (/dev/input/event5)
[ 10.774] (II) No input driver specified, ignoring this device.
[ 10.774] (II) This device may have been added with another device file.
[ 10.774] (II) config/udev: Adding input device Kingston HyperX Pulsefire Haste (/dev/input/event6)
[ 10.774] (**) Kingston HyperX Pulsefire Haste: Applying InputClass "libinput keyboard catchall"
[ 10.774] (II) Using input driver 'libinput' for 'Kingston HyperX Pulsefire Haste'
[ 10.775] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 28 paused 0
[ 10.775] (**) Kingston HyperX Pulsefire Haste: always reports core events
[ 10.775] (**) Option "Device" "/dev/input/event6"
[ 10.776] (II) event6 - Kingston HyperX Pulsefire Haste: is tagged by udev as: Keyboard
[ 10.776] (II) event6 - Kingston HyperX Pulsefire Haste: device is a keyboard
[ 10.776] (II) event6 - Kingston HyperX Pulsefire Haste: device removed
[ 10.776] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:2f:00.3/usb3/3-3/3-3:1.2/0003:0951:1727.0003/input/input6/event6"
[ 10.776] (II) XINPUT: Adding extended input device "Kingston HyperX Pulsefire Haste" (type: KEYBOARD, id 11)
[ 10.777] (II) event6 - Kingston HyperX Pulsefire Haste: is tagged by udev as: Keyboard
[ 10.777] (II) event6 - Kingston HyperX Pulsefire Haste: device is a keyboard
[ 10.778] (II) config/udev: Adding input device HP, Inc HyperX Alloy Origins (/dev/input/event8)
[ 10.778] (**) HP, Inc HyperX Alloy Origins: Applying InputClass "libinput keyboard catchall"
[ 10.778] (II) Using input driver 'libinput' for 'HP, Inc HyperX Alloy Origins'
[ 10.778] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 29 paused 0
[ 10.778] (**) HP, Inc HyperX Alloy Origins: always reports core events
[ 10.778] (**) Option "Device" "/dev/input/event8"
[ 10.779] (II) event8 - HP, Inc HyperX Alloy Origins: is tagged by udev as: Keyboard
[ 10.779] (II) event8 - HP, Inc HyperX Alloy Origins: device is a keyboard
[ 10.779] (II) event8 - HP, Inc HyperX Alloy Origins: device removed
[ 10.779] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:2f:00.3/usb3/3-4/3-4:1.0/0003:03F0:0591.0005/input/input8/event8"
[ 10.779] (II) XINPUT: Adding extended input device "HP, Inc HyperX Alloy Origins" (type: KEYBOARD, id 12)
[ 10.780] (II) event8 - HP, Inc HyperX Alloy Origins: is tagged by udev as: Keyboard
[ 10.780] (II) event8 - HP, Inc HyperX Alloy Origins: device is a keyboard
[ 10.781] (II) config/udev: Adding input device HP, Inc HyperX Alloy Origins System Control (/dev/input/event10)
[ 10.781] (**) HP, Inc HyperX Alloy Origins System Control: Applying InputClass "libinput keyboard catchall"
[ 10.781] (II) Using input driver 'libinput' for 'HP, Inc HyperX Alloy Origins System Control'
[ 10.781] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 30 paused 0
[ 10.781] (**) HP, Inc HyperX Alloy Origins System Control: always reports core events
[ 10.781] (**) Option "Device" "/dev/input/event10"
[ 10.782] (II) event10 - HP, Inc HyperX Alloy Origins System Control: is tagged by udev as: Keyboard
[ 10.782] (II) event10 - HP, Inc HyperX Alloy Origins System Control: device is a keyboard
[ 10.783] (II) event10 - HP, Inc HyperX Alloy Origins System Control: device removed
[ 10.783] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:2f:00.3/usb3/3-4/3-4:1.1/0003:03F0:0591.0006/input/input10/event10"
[ 10.783] (II) XINPUT: Adding extended input device "HP, Inc HyperX Alloy Origins System Control" (type: KEYBOARD, id 13)
[ 10.784] (II) event10 - HP, Inc HyperX Alloy Origins System Control: is tagged by udev as: Keyboard
[ 10.784] (II) event10 - HP, Inc HyperX Alloy Origins System Control: device is a keyboard
[ 10.784] (II) config/udev: Adding input device HP, Inc HyperX Alloy Origins Consumer Control (/dev/input/event11)
[ 10.784] (**) HP, Inc HyperX Alloy Origins Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 10.784] (II) Using input driver 'libinput' for 'HP, Inc HyperX Alloy Origins Consumer Control'
[ 10.785] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 31 paused 0
[ 10.785] (**) HP, Inc HyperX Alloy Origins Consumer Control: always reports core events
[ 10.785] (**) Option "Device" "/dev/input/event11"
[ 10.786] (II) event11 - HP, Inc HyperX Alloy Origins Consumer Control: is tagged by udev as: Keyboard
[ 10.786] (II) event11 - HP, Inc HyperX Alloy Origins Consumer Control: device is a keyboard
[ 10.786] (II) event11 - HP, Inc HyperX Alloy Origins Consumer Control: device removed
[ 10.786] (II) libinput: HP, Inc HyperX Alloy Origins Consumer Control: needs a virtual subdevice
[ 10.786] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:2f:00.3/usb3/3-4/3-4:1.1/0003:03F0:0591.0006/input/input11/event11"
[ 10.786] (II) XINPUT: Adding extended input device "HP, Inc HyperX Alloy Origins Consumer Control" (type: MOUSE, id 14)
[ 10.786] (**) Option "AccelerationScheme" "none"
[ 10.786] (**) HP, Inc HyperX Alloy Origins Consumer Control: (accel) selected scheme none/0
[ 10.786] (**) HP, Inc HyperX Alloy Origins Consumer Control: (accel) acceleration factor: 2.000
[ 10.786] (**) HP, Inc HyperX Alloy Origins Consumer Control: (accel) acceleration threshold: 4
[ 10.787] (II) event11 - HP, Inc HyperX Alloy Origins Consumer Control: is tagged by udev as: Keyboard
[ 10.787] (II) event11 - HP, Inc HyperX Alloy Origins Consumer Control: device is a keyboard
[ 10.788] (II) config/udev: Adding input device HP, Inc HyperX Alloy Origins (/dev/input/event12)
[ 10.788] (II) No input driver specified, ignoring this device.
[ 10.788] (II) This device may have been added with another device file.
[ 10.788] (II) config/udev: Adding input device HP, Inc HyperX Alloy Origins Mouse (/dev/input/event9)
[ 10.788] (**) HP, Inc HyperX Alloy Origins Mouse: Applying InputClass "libinput pointer catchall"
[ 10.788] (II) Using input driver 'libinput' for 'HP, Inc HyperX Alloy Origins Mouse'
[ 10.789] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 32 paused 0
[ 10.789] (**) HP, Inc HyperX Alloy Origins Mouse: always reports core events
[ 10.789] (**) Option "Device" "/dev/input/event9"
[ 10.790] (II) event9 - HP, Inc HyperX Alloy Origins Mouse: is tagged by udev as: Mouse
[ 10.790] (II) event9 - HP, Inc HyperX Alloy Origins Mouse: device is a pointer
[ 10.790] (II) event9 - HP, Inc HyperX Alloy Origins Mouse: device removed
[ 10.790] (II) libinput: HP, Inc HyperX Alloy Origins Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 10.790] (II) libinput: HP, Inc HyperX Alloy Origins Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 10.790] (II) libinput: HP, Inc HyperX Alloy Origins Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 10.790] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:2f:00.3/usb3/3-4/3-4:1.1/0003:03F0:0591.0006/input/input9/event9"
[ 10.790] (II) XINPUT: Adding extended input device "HP, Inc HyperX Alloy Origins Mouse" (type: MOUSE, id 15)
[ 10.790] (**) Option "AccelerationScheme" "none"
[ 10.790] (**) HP, Inc HyperX Alloy Origins Mouse: (accel) selected scheme none/0
[ 10.790] (**) HP, Inc HyperX Alloy Origins Mouse: (accel) acceleration factor: 2.000
[ 10.790] (**) HP, Inc HyperX Alloy Origins Mouse: (accel) acceleration threshold: 4
[ 10.791] (II) event9 - HP, Inc HyperX Alloy Origins Mouse: is tagged by udev as: Mouse
[ 10.791] (II) event9 - HP, Inc HyperX Alloy Origins Mouse: device is a pointer
[ 10.792] (II) config/udev: Adding input device HP, Inc HyperX Alloy Origins Mouse (/dev/input/mouse1)
[ 10.792] (II) No input driver specified, ignoring this device.
[ 10.792] (II) This device may have been added with another device file.
[ 10.793] (II) config/udev: Adding input device HP, Inc HyperX Alloy Origins (/dev/input/event13)
[ 10.793] (**) HP, Inc HyperX Alloy Origins: Applying InputClass "libinput keyboard catchall"
[ 10.793] (II) Using input driver 'libinput' for 'HP, Inc HyperX Alloy Origins'
[ 10.793] (II) systemd-logind: got fd for /dev/input/event13 13:77 fd 33 paused 0
[ 10.793] (**) HP, Inc HyperX Alloy Origins: always reports core events
[ 10.793] (**) Option "Device" "/dev/input/event13"
[ 10.794] (II) event13 - HP, Inc HyperX Alloy Origins: is tagged by udev as: Keyboard
[ 10.794] (II) event13 - HP, Inc HyperX Alloy Origins: device is a keyboard
[ 10.794] (II) event13 - HP, Inc HyperX Alloy Origins: device removed
[ 10.794] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:2f:00.3/usb3/3-4/3-4:1.2/0003:03F0:0591.0007/input/input13/event13"
[ 10.794] (II) XINPUT: Adding extended input device "HP, Inc HyperX Alloy Origins" (type: KEYBOARD, id 16)
[ 10.795] (II) event13 - HP, Inc HyperX Alloy Origins: is tagged by udev as: Keyboard
[ 10.795] (II) event13 - HP, Inc HyperX Alloy Origins: device is a keyboard
[ 10.796] (II) config/udev: Adding input device HD-Audio Generic Front Mic (/dev/input/event20)
[ 10.796] (II) No input driver specified, ignoring this device.
[ 10.796] (II) This device may have been added with another device file.
[ 10.796] (II) config/udev: Adding input device HD-Audio Generic Rear Mic (/dev/input/event21)
[ 10.796] (II) No input driver specified, ignoring this device.
[ 10.796] (II) This device may have been added with another device file.
[ 10.796] (II) config/udev: Adding input device HD-Audio Generic Line (/dev/input/event22)
[ 10.796] (II) No input driver specified, ignoring this device.
[ 10.796] (II) This device may have been added with another device file.
[ 10.797] (II) config/udev: Adding input device HD-Audio Generic Line Out (/dev/input/event23)
[ 10.797] (II) No input driver specified, ignoring this device.
[ 10.797] (II) This device may have been added with another device file.
[ 10.797] (II) config/udev: Adding input device HD-Audio Generic Front Headphone (/dev/input/event24)
[ 10.797] (II) No input driver specified, ignoring this device.
[ 10.797] (II) This device may have been added with another device file.
[ 10.797] (II) config/udev: Adding input device PC Speaker (/dev/input/event14)
[ 10.797] (II) No input driver specified, ignoring this device.
[ 10.797] (II) This device may have been added with another device file.
[ 10.802] (**) Kingston HyperX Pulsefire Haste Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 10.802] (II) Using input driver 'libinput' for 'Kingston HyperX Pulsefire Haste Consumer Control'
[ 10.802] (II) systemd-logind: returning pre-existing fd for /dev/input/event4 13:68
[ 10.802] (**) Kingston HyperX Pulsefire Haste Consumer Control: always reports core events
[ 10.802] (**) Option "Device" "/dev/input/event4"
[ 10.802] (II) libinput: Kingston HyperX Pulsefire Haste Consumer Control: is a virtual subdevice
[ 10.802] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:2f:00.3/usb3/3-3/3-3:1.1/0003:0951:1727.0002/input/input4/event4"
[ 10.802] (II) XINPUT: Adding extended input device "Kingston HyperX Pulsefire Haste Consumer Control" (type: KEYBOARD, id 17)
[ 10.802] (**) HP, Inc HyperX Alloy Origins Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 10.802] (II) Using input driver 'libinput' for 'HP, Inc HyperX Alloy Origins Consumer Control'
[ 10.802] (II) systemd-logind: returning pre-existing fd for /dev/input/event11 13:75
[ 10.802] (**) HP, Inc HyperX Alloy Origins Consumer Control: always reports core events
[ 10.802] (**) Option "Device" "/dev/input/event11"
[ 10.802] (II) libinput: HP, Inc HyperX Alloy Origins Consumer Control: is a virtual subdevice
[ 10.802] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:2f:00.3/usb3/3-4/3-4:1.1/0003:03F0:0591.0006/input/input11/event11"
[ 10.802] (II) XINPUT: Adding extended input device "HP, Inc HyperX Alloy Origins Consumer Control" (type: KEYBOARD, id 18)
[ 31.602] (II) config/udev: Adding input device WH-1000XM3 (AVRCP) (/dev/input/event25)
[ 31.602] (**) WH-1000XM3 (AVRCP): Applying InputClass "libinput keyboard catchall"
[ 31.602] (II) Using input driver 'libinput' for 'WH-1000XM3 (AVRCP)'
[ 31.603] (II) systemd-logind: got fd for /dev/input/event25 13:89 fd 36 paused 0
[ 31.603] (**) WH-1000XM3 (AVRCP): always reports core events
[ 31.603] (**) Option "Device" "/dev/input/event25"
[ 31.603] (II) event25 - WH-1000XM3 (AVRCP): is tagged by udev as: Keyboard
[ 31.603] (II) event25 - WH-1000XM3 (AVRCP): device is a keyboard
[ 31.603] (II) event25 - WH-1000XM3 (AVRCP): device removed
[ 31.603] (**) Option "config_info" "udev:/sys/devices/virtual/input/input25/event25"
[ 31.603] (II) XINPUT: Adding extended input device "WH-1000XM3 (AVRCP)" (type: KEYBOARD, id 19)
[ 31.604] (II) event25 - WH-1000XM3 (AVRCP): is tagged by udev as: Keyboard
[ 31.604] (II) event25 - WH-1000XM3 (AVRCP): device is a keyboardglxinfo -B
name of display: :0
display: :0 screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
Vendor: Mesa (0xffffffff)
Device: llvmpipe (LLVM 16.0.6, 256 bits) (0xffffffff)
Version: 23.1.7
Accelerated: no
Video memory: 15915MB
Unified memory: yes
Preferred profile: core (0x1)
Max core profile version: 4.5
Max compat profile version: 4.5
Max GLES1 profile version: 1.1
Max GLES[23] profile version: 3.2
Memory info (GL_ATI_meminfo):
VBO free memory - total: 31 MB, largest block: 31 MB
VBO free aux. memory - total: 14407 MB, largest block: 14407 MB
Texture free memory - total: 31 MB, largest block: 31 MB
Texture free aux. memory - total: 14407 MB, largest block: 14407 MB
Renderbuffer free memory - total: 31 MB, largest block: 31 MB
Renderbuffer free aux. memory - total: 14407 MB, largest block: 14407 MB
Memory info (GL_NVX_gpu_memory_info):
Dedicated video memory: 1672288 MB
Total available memory: 1688204 MB
Currently available dedicated video memory: 31 MB
OpenGL vendor string: Mesa
OpenGL renderer string: llvmpipe (LLVM 16.0.6, 256 bits)
OpenGL core profile version string: 4.5 (Core Profile) Mesa 23.1.7-arch1.1
OpenGL core profile shading language version string: 4.50
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL version string: 4.5 (Compatibility Profile) Mesa 23.1.7-arch1.1
OpenGL shading language version string: 4.50
OpenGL context flags: (none)
OpenGL profile mask: compatibility profile
OpenGL ES profile version string: OpenGL ES 3.2 Mesa 23.1.7-arch1.1
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20sudo journalctl -b
Sep 09 18:26:28 arch kernel: Linux version 6.4.12-arch1-1 (linux@archlinux) (gcc (GCC) 13.2.1 20230801, GNU ld (GNU Binutils) 2.41.0) #1 SMP PREEMPT_DYNAMIC Thu, 24 Aug 2023 00:38:14 +0
000
Sep 09 18:26:28 arch kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=/dev/mapper/volgroup0-lv_root rw loglevel=3 quiet
Sep 09 18:26:28 arch kernel: BIOS-provided physical RAM map:
Sep 09 18:26:28 arch kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
Sep 09 18:26:28 arch kernel: BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
Sep 09 18:26:28 arch kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000009e01fff] usable
Sep 09 18:26:28 arch kernel: BIOS-e820: [mem 0x0000000009e02000-0x0000000009ffffff] reserved
Sep 09 18:26:28 arch kernel: BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
Sep 09 18:26:28 arch kernel: BIOS-e820: [mem 0x000000000a200000-0x000000000a20dfff] ACPI NVS
Sep 09 18:26:28 arch kernel: BIOS-e820: [mem 0x000000000a20e000-0x000000000affffff] usable
Sep 09 18:26:28 arch kernel: BIOS-e820: [mem 0x000000000b000000-0x000000000b01ffff] reserved
Sep 09 18:26:28 arch kernel: BIOS-e820: [mem 0x000000000b020000-0x00000000db117fff] usable
Sep 09 18:26:28 arch kernel: BIOS-e820: [mem 0x00000000db118000-0x00000000db497fff] reserved
Sep 09 18:26:28 arch kernel: BIOS-e820: [mem 0x00000000db498000-0x00000000db4fbfff] ACPI data
Sep 09 18:26:28 arch kernel: BIOS-e820: [mem 0x00000000db4fc000-0x00000000dcbfafff] ACPI NVS
Sep 09 18:26:28 arch kernel: BIOS-e820: [mem 0x00000000dcbfb000-0x00000000ddbfefff] reserved
Sep 09 18:26:28 arch kernel: BIOS-e820: [mem 0x00000000ddbff000-0x00000000deffffff] usable
Sep 09 18:26:28 arch kernel: BIOS-e820: [mem 0x00000000df000000-0x00000000dfffffff] reserved
Sep 09 18:26:28 arch kernel: BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
Sep 09 18:26:28 arch kernel: BIOS-e820: [mem 0x00000000fd200000-0x00000000fd2fffff] reserved
Sep 09 18:26:28 arch kernel: BIOS-e820: [mem 0x00000000fd600000-0x00000000fd7fffff] reserved
Sep 09 18:26:28 arch kernel: BIOS-e820: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved
Sep 09 18:26:28 arch kernel: BIOS-e820: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
Sep 09 18:26:28 arch kernel: BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
Sep 09 18:26:28 arch kernel: BIOS-e820: [mem 0x00000000fec30000-0x00000000fec30fff] reserved
Sep 09 18:26:28 arch kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
Sep 09 18:26:28 arch kernel: BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
Sep 09 18:26:28 arch kernel: BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
Sep 09 18:26:28 arch kernel: BIOS-e820: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
Sep 09 18:26:28 arch kernel: BIOS-e820: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
Sep 09 18:26:28 arch kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Sep 09 18:26:28 arch kernel: BIOS-e820: [mem 0x0000000100000000-0x000000041f37ffff] usable
Sep 09 18:26:28 arch kernel: BIOS-e820: [mem 0x000000041f380000-0x000000041fffffff] reserved
Sep 09 18:26:28 arch kernel: NX (Execute Disable) protection: active
Sep 09 18:26:28 arch kernel: e820: update [mem 0xcdd50018-0xcdd5e057] usable ==> usable
Sep 09 18:26:28 arch kernel: e820: update [mem 0xcdd50018-0xcdd5e057] usable ==> usable
Sep 09 18:26:28 arch kernel: e820: update [mem 0xcdd31018-0xcdd4f457] usable ==> usable
Sep 09 18:26:28 arch kernel: e820: update [mem 0xcdd31018-0xcdd4f457] usable ==> usable
Sep 09 18:26:28 arch kernel: extended physical RAM map:
Sep 09 18:26:28 arch kernel: reserve setup_data: [mem 0x0000000000000000-0x000000000009ffff] usable
Sep 09 18:26:28 arch kernel: reserve setup_data: [mem 0x00000000000a0000-0x00000000000fffff] reserved
Sep 09 18:26:28 arch kernel: reserve setup_data: [mem 0x0000000000100000-0x0000000009e01fff] usable
Sep 09 18:26:28 arch kernel: reserve setup_data: [mem 0x0000000009e02000-0x0000000009ffffff] reserved
Sep 09 18:26:28 arch kernel: reserve setup_data: [mem 0x000000000a000000-0x000000000a1fffff] usable
Sep 09 18:26:28 arch kernel: reserve setup_data: [mem 0x000000000a200000-0x000000000a20dfff] ACPI NVS
Sep 09 18:26:28 arch kernel: reserve setup_data: [mem 0x000000000a20e000-0x000000000affffff] usable
Sep 09 18:26:28 arch kernel: reserve setup_data: [mem 0x000000000b000000-0x000000000b01ffff] reserved
Sep 09 18:26:28 arch kernel: reserve setup_data: [mem 0x000000000b020000-0x00000000cdd31017] usable
Sep 09 18:26:28 arch kernel: reserve setup_data: [mem 0x00000000cdd31018-0x00000000cdd4f457] usable
Sep 09 18:26:28 arch kernel: reserve setup_data: [mem 0x00000000cdd4f458-0x00000000cdd50017] usable
Sep 09 18:26:28 arch kernel: reserve setup_data: [mem 0x00000000cdd50018-0x00000000cdd5e057] usable
Sep 09 18:26:28 arch kernel: reserve setup_data: [mem 0x00000000cdd5e058-0x00000000db117fff] usable
Sep 09 18:26:28 arch kernel: reserve setup_data: [mem 0x00000000db118000-0x00000000db497fff] reserved
Sep 09 18:26:28 arch kernel: reserve setup_data: [mem 0x00000000db498000-0x00000000db4fbfff] ACPI data
Sep 09 18:26:28 arch kernel: reserve setup_data: [mem 0x00000000db4fc000-0x00000000dcbfafff] ACPI NVS
Sep 09 18:26:28 arch kernel: reserve setup_data: [mem 0x00000000dcbfb000-0x00000000ddbfefff] reserved
Sep 09 18:26:28 arch kernel: reserve setup_data: [mem 0x00000000ddbff000-0x00000000deffffff] usable
Sep 09 18:26:28 arch kernel: reserve setup_data: [mem 0x00000000df000000-0x00000000dfffffff] reserved
Sep 09 18:26:28 arch kernel: reserve setup_data: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
Sep 09 18:26:28 arch kernel: reserve setup_data: [mem 0x00000000fd200000-0x00000000fd2fffff] reserved
Sep 09 18:26:28 arch kernel: reserve setup_data: [mem 0x00000000fd600000-0x00000000fd7fffff] reserved
Sep 09 18:26:28 arch kernel: reserve setup_data: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved
Sep 09 18:26:28 arch kernel: reserve setup_data: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
Sep 09 18:26:28 arch kernel: reserve setup_data: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
Sep 09 18:26:28 arch kernel: reserve setup_data: [mem 0x00000000fec30000-0x00000000fec30fff] reserved
Sep 09 18:26:28 arch kernel: reserve setup_data: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
Sep 09 18:26:28 arch kernel: reserve setup_data: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
Sep 09 18:26:28 arch kernel: reserve setup_data: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
Sep 09 18:26:28 arch kernel: reserve setup_data: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
Sep 09 18:26:28 arch kernel: reserve setup_data: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
Sep 09 18:26:28 arch kernel: reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Sep 09 18:26:28 arch kernel: reserve setup_data: [mem 0x0000000100000000-0x000000041f37ffff] usable
Sep 09 18:26:28 arch kernel: reserve setup_data: [mem 0x000000041f380000-0x000000041fffffff] reserved
Sep 09 18:26:28 arch kernel: efi: EFI v2.7 by American Megatrends
Sep 09 18:26:28 arch kernel: efi: ACPI=0xdcbe4000 ACPI 2.0=0xdcbe4014 TPMFinalLog=0xdcbae000 SMBIOS=0xdd9fc000 MEMATTR=0xd8d43698 ESRT=0xd96dbb98 INITRD=0xd7235118 RNG=0xdb4e8018 TPMEve
ntLog=0xd7153018
Sep 09 18:26:28 arch kernel: random: crng init done
Sep 09 18:26:28 arch kernel: efi: Remove mem393: MMIO range=[0xf0000000-0xf7ffffff] (128MB) from e820 map
Sep 09 18:26:28 arch kernel: e820: remove [mem 0xf0000000-0xf7ffffff] reserved
Sep 09 18:26:28 arch kernel: efi: Remove mem394: MMIO range=[0xfd200000-0xfd2fffff] (1MB) from e820 map
Sep 09 18:26:28 arch kernel: e820: remove [mem 0xfd200000-0xfd2fffff] reserved
Sep 09 18:26:28 arch kernel: efi: Remove mem395: MMIO range=[0xfd600000-0xfd7fffff] (2MB) from e820 map
Sep 09 18:26:28 arch kernel: e820: remove [mem 0xfd600000-0xfd7fffff] reserved
Sep 09 18:26:28 arch kernel: efi: Not removing mem396: MMIO range=[0xfea00000-0xfea0ffff] (64KB) from e820 map
Sep 09 18:26:28 arch kernel: efi: Remove mem397: MMIO range=[0xfeb80000-0xfec01fff] (0MB) from e820 map
Sep 09 18:26:28 arch kernel: e820: remove [mem 0xfeb80000-0xfec01fff] reserved
Sep 09 18:26:28 arch kernel: efi: Not removing mem398: MMIO range=[0xfec10000-0xfec10fff] (4KB) from e820 map
Sep 09 18:26:28 arch kernel: efi: Not removing mem399: MMIO range=[0xfec30000-0xfec30fff] (4KB) from e820 map
Sep 09 18:26:28 arch kernel: efi: Not removing mem400: MMIO range=[0xfed00000-0xfed00fff] (4KB) from e820 map
Sep 09 18:26:28 arch kernel: efi: Not removing mem401: MMIO range=[0xfed40000-0xfed44fff] (20KB) from e820 map
Sep 09 18:26:28 arch kernel: efi: Not removing mem402: MMIO range=[0xfed80000-0xfed8ffff] (64KB) from e820 map
Sep 09 18:26:28 arch kernel: efi: Not removing mem403: MMIO range=[0xfedc2000-0xfedcffff] (56KB) from e820 map
Sep 09 18:26:28 arch kernel: efi: Not removing mem404: MMIO range=[0xfedd4000-0xfedd5fff] (8KB) from e820 map
Sep 09 18:26:28 arch kernel: efi: Remove mem405: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
Sep 09 18:26:28 arch kernel: e820: remove [mem 0xff000000-0xffffffff] reserved
Sep 09 18:26:28 arch kernel: SMBIOS 2.8 present.
Sep 09 18:26:28 arch kernel: DMI: Komplett KomplettPC/B550M PRO-VDH WIFI (MS-7C95), BIOS 2.M9 08/10/2023
Sep 09 18:26:28 arch kernel: tsc: Fast TSC calibration using PIT
Sep 09 18:26:28 arch kernel: tsc: Detected 3500.184 MHz processor
Sep 09 18:26:28 arch kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Sep 09 18:26:28 arch kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Sep 09 18:26:28 arch kernel: last_pfn = 0x41f380 max_arch_pfn = 0x400000000
Sep 09 18:26:28 arch kernel: total RAM covered: 3583M
Sep 09 18:26:28 arch kernel: Found optimal setting for mtrr clean up
Sep 09 18:26:28 arch kernel: gran_size: 64K chunk_size: 64M num_reg: 4 lose cover RAM: 0G
Sep 09 18:26:28 arch kernel: x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
Sep 09 18:26:28 arch kernel: e820: update [mem 0xdc980000-0xdc98ffff] usable ==> reserved
Sep 09 18:26:28 arch kernel: e820: update [mem 0xe0000000-0xffffffff] usable ==> reserved
Sep 09 18:26:28 arch kernel: last_pfn = 0xdf000 max_arch_pfn = 0x400000000
Sep 09 18:26:28 arch kernel: esrt: Reserving ESRT space from 0x00000000d96dbb98 to 0x00000000d96dbbf8.
Sep 09 18:26:28 arch kernel: e820: update [mem 0xd96db000-0xd96dbfff] usable ==> reserved
Sep 09 18:26:28 arch kernel: Using GB pages for direct mapping
Sep 09 18:26:28 arch kernel: Secure boot disabled
Sep 09 18:26:28 arch kernel: RAMDISK: [mem 0xce3a7000-0xcf586fff]
Sep 09 18:26:28 arch kernel: ACPI: Early table checksum verification disabled
Sep 09 18:26:28 arch kernel: ACPI: RSDP 0x00000000DCBE4014 000024 (v02 ALASKA)
Sep 09 18:26:28 arch kernel: ACPI: XSDT 0x00000000DCBE3728 0000EC (v01 ALASKA A M I 01072009 AMI 01000013)
Sep 09 18:26:28 arch kernel: ACPI: FACP 0x00000000DB4ED000 000114 (v06 ALASKA A M I 01072009 AMI 00010013)
Sep 09 18:26:28 arch kernel: ACPI: DSDT 0x00000000DB4BA000 00721F (v02 ALASKA A M I 01072009 INTL 20120913)
Sep 09 18:26:28 arch kernel: ACPI: FACS 0x00000000DCBDE000 000040
Sep 09 18:26:28 arch kernel: ACPI: SSDT 0x00000000DB4F3000 008CE9 (v02 AMD AmdTable 00000002 MSFT 04000000)
Sep 09 18:26:28 arch kernel: ACPI: SSDT 0x00000000DB4EF000 003B86 (v02 AMD AMD AOD 00000001 INTL 20120913)
Sep 09 18:26:28 arch kernel: ACPI: SSDT 0x00000000DB4EE000 0001AD (v02 ALASKA CPUSSDT 01072009 AMI 01072009)
Sep 09 18:26:28 arch kernel: ACPI: FIDT 0x00000000DB4E5000 00009C (v01 ALASKA A M I 01072009 AMI 00010013)
Sep 09 18:26:28 arch kernel: ACPI: MCFG 0x00000000DB4E4000 00003C (v01 ALASKA A M I 01072009 MSFT 00010013)
Sep 09 18:26:28 arch kernel: ACPI: HPET 0x00000000DB4E3000 000038 (v01 ALASKA A M I 01072009 AMI 00000005)
Sep 09 18:26:28 arch kernel: ACPI: IVRS 0x00000000DB4E2000 0000D0 (v02 AMD AmdTable 00000001 AMD 00000001)
Sep 09 18:26:28 arch kernel: ACPI: FPDT 0x00000000DB4E1000 000044 (v01 ALASKA A M I 01072009 AMI 01000013)
Sep 09 18:26:28 arch kernel: ACPI: VFCT 0x00000000DB4D5000 00B284 (v01 ALASKA A M I 00000001 AMD 31504F47)
Sep 09 18:26:28 arch kernel: ACPI: BGRT 0x00000000DB4D4000 000038 (v01 ALASKA A M I 01072009 AMI 00010013)
Sep 09 18:26:28 arch kernel: ACPI: TPM2 0x00000000DB4D3000 00004C (v04 ALASKA A M I 00000001 AMI 00000000)
Sep 09 18:26:28 arch kernel: ACPI: PCCT 0x00000000DB4D2000 00006E (v02 AMD AmdTable 00000001 AMD 00000001)
Sep 09 18:26:28 arch kernel: ACPI: SSDT 0x00000000DB4CE000 0030FB (v02 AMD AmdTable 00000001 AMD 00000001)
Sep 09 18:26:28 arch kernel: ACPI: CRAT 0x00000000DB4CD000 000B90 (v01 AMD AmdTable 00000001 AMD 00000001)
Sep 09 18:26:28 arch kernel: ACPI: CDIT 0x00000000DB4CC000 000029 (v01 AMD AmdTable 00000001 AMD 00000001)
Sep 09 18:26:28 arch kernel: ACPI: SSDT 0x00000000DB4CB000 0002C2 (v02 AMD ArticDGP 00000001 INTL 20120913)
Sep 09 18:26:28 arch kernel: ACPI: SSDT 0x00000000DB4C9000 0010C9 (v02 AMD ArticTPX 00000001 INTL 20120913)
Sep 09 18:26:28 arch kernel: ACPI: SSDT 0x00000000DB4C8000 00052C (v02 AMD ArticNOI 00000001 INTL 20120913)
Sep 09 18:26:28 arch kernel: ACPI: SSDT 0x00000000DB4C4000 0037DC (v02 AMD ArticN 00000001 INTL 20120913)
Sep 09 18:26:28 arch kernel: ACPI: WSMT 0x00000000DB4C3000 000028 (v01 ALASKA A M I 01072009 AMI 00010013)
Sep 09 18:26:28 arch kernel: ACPI: APIC 0x00000000DB4C2000 00015E (v04 ALASKA A M I 01072009 AMI 00010013)
Sep 09 18:26:28 arch kernel: ACPI: SSDT 0x00000000DB4EC000 00007D (v02 AMD ArticDIS 00000001 INTL 20120913)
Sep 09 18:26:28 arch kernel: ACPI: SSDT 0x00000000DB4EA000 0010AF (v02 AMD ArticC 00000001 INTL 20120913)
Sep 09 18:26:28 arch kernel: ACPI: SSDT 0x00000000DB4E9000 0000BF (v01 AMD AmdTable 00001000 INTL 20120913)
Sep 09 18:26:28 arch kernel: ACPI: Reserving FACP table memory at [mem 0xdb4ed000-0xdb4ed113]
Sep 09 18:26:28 arch kernel: ACPI: Reserving DSDT table memory at [mem 0xdb4ba000-0xdb4c121e]
Sep 09 18:26:28 arch kernel: ACPI: Reserving FACS table memory at [mem 0xdcbde000-0xdcbde03f]
Sep 09 18:26:28 arch kernel: ACPI: Reserving SSDT table memory at [mem 0xdb4f3000-0xdb4fbce8]
Sep 09 18:26:28 arch kernel: ACPI: Reserving SSDT table memory at [mem 0xdb4ef000-0xdb4f2b85]
Sep 09 18:26:28 arch kernel: ACPI: Reserving SSDT table memory at [mem 0xdb4ee000-0xdb4ee1ac]
Sep 09 18:26:28 arch kernel: ACPI: Reserving FIDT table memory at [mem 0xdb4e5000-0xdb4e509b]
Sep 09 18:26:28 arch kernel: ACPI: Reserving MCFG table memory at [mem 0xdb4e4000-0xdb4e403b]
Sep 09 18:26:28 arch kernel: ACPI: Reserving HPET table memory at [mem 0xdb4e3000-0xdb4e3037]
Sep 09 18:26:28 arch kernel: ACPI: Reserving IVRS table memory at [mem 0xdb4e2000-0xdb4e20cf]
Sep 09 18:26:28 arch kernel: ACPI: Reserving FPDT table memory at [mem 0xdb4e1000-0xdb4e1043]
Sep 09 18:26:28 arch kernel: ACPI: Reserving VFCT table memory at [mem 0xdb4d5000-0xdb4e0283]
Sep 09 18:26:28 arch kernel: ACPI: Reserving BGRT table memory at [mem 0xdb4d4000-0xdb4d4037]
Sep 09 18:26:28 arch kernel: ACPI: Reserving TPM2 table memory at [mem 0xdb4d3000-0xdb4d304b]
Sep 09 18:26:28 arch kernel: ACPI: Reserving PCCT table memory at [mem 0xdb4d2000-0xdb4d206d]
Sep 09 18:26:28 arch kernel: ACPI: Reserving SSDT table memory at [mem 0xdb4ce000-0xdb4d10fa]
Sep 09 18:26:28 arch kernel: ACPI: Reserving CRAT table memory at [mem 0xdb4cd000-0xdb4cdb8f]
Sep 09 18:26:28 arch kernel: ACPI: Reserving CDIT table memory at [mem 0xdb4cc000-0xdb4cc028]
Sep 09 18:26:28 arch kernel: ACPI: Reserving SSDT table memory at [mem 0xdb4cb000-0xdb4cb2c1]
Sep 09 18:26:28 arch kernel: ACPI: Reserving SSDT table memory at [mem 0xdb4c9000-0xdb4ca0c8]
Sep 09 18:26:28 arch kernel: ACPI: Reserving SSDT table memory at [mem 0xdb4c8000-0xdb4c852b]
Sep 09 18:26:28 arch kernel: ACPI: Reserving SSDT table memory at [mem 0xdb4c4000-0xdb4c77db]
Sep 09 18:26:28 arch kernel: ACPI: Reserving WSMT table memory at [mem 0xdb4c3000-0xdb4c3027]
Sep 09 18:26:28 arch kernel: ACPI: Reserving APIC table memory at [mem 0xdb4c2000-0xdb4c215d]
Sep 09 18:26:28 arch kernel: ACPI: Reserving SSDT table memory at [mem 0xdb4ec000-0xdb4ec07c]
Sep 09 18:26:28 arch kernel: ACPI: Reserving SSDT table memory at [mem 0xdb4ea000-0xdb4eb0ae]
Sep 09 18:26:28 arch kernel: ACPI: Reserving SSDT table memory at [mem 0xdb4e9000-0xdb4e90be]
Sep 09 18:26:28 arch kernel: No NUMA configuration found
Sep 09 18:26:28 arch kernel: Faking a node at [mem 0x0000000000000000-0x000000041f37ffff]
Sep 09 18:26:28 arch kernel: NODE_DATA(0) allocated [mem 0x41f37b000-0x41f37ffff]
Sep 09 18:26:28 arch kernel: Zone ranges:
Sep 09 18:26:28 arch kernel: DMA [mem 0x0000000000001000-0x0000000000ffffff]
Sep 09 18:26:28 arch kernel: DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
Sep 09 18:26:28 arch kernel: Normal [mem 0x0000000100000000-0x000000041f37ffff]
Sep 09 18:26:28 arch kernel: Device empty
Sep 09 18:26:28 arch kernel: Movable zone start for each node
Sep 09 18:26:28 arch kernel: Early memory node ranges
Sep 09 18:26:28 arch kernel: node 0: [mem 0x0000000000001000-0x000000000009ffff]
Sep 09 18:26:28 arch kernel: node 0: [mem 0x0000000000100000-0x0000000009e01fff]
Sep 09 18:26:28 arch kernel: node 0: [mem 0x000000000a000000-0x000000000a1fffff]
Sep 09 18:26:28 arch kernel: node 0: [mem 0x000000000a20e000-0x000000000affffff]
Sep 09 18:26:28 arch kernel: node 0: [mem 0x000000000b020000-0x00000000db117fff]
Sep 09 18:26:28 arch kernel: node 0: [mem 0x00000000ddbff000-0x00000000deffffff]
Sep 09 18:26:28 arch kernel: node 0: [mem 0x0000000100000000-0x000000041f37ffff]
Sep 09 18:26:28 arch kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000041f37ffff]
Sep 09 18:26:28 arch kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Sep 09 18:26:28 arch kernel: On node 0, zone DMA: 96 pages in unavailable ranges
Sep 09 18:26:28 arch kernel: On node 0, zone DMA32: 510 pages in unavailable ranges
Sep 09 18:26:28 arch kernel: On node 0, zone DMA32: 14 pages in unavailable ranges
Sep 09 18:26:28 arch kernel: On node 0, zone DMA32: 32 pages in unavailable ranges
Sep 09 18:26:28 arch kernel: On node 0, zone DMA32: 10983 pages in unavailable ranges
Sep 09 18:26:28 arch kernel: On node 0, zone Normal: 4096 pages in unavailable ranges
Sep 09 18:26:28 arch kernel: On node 0, zone Normal: 3200 pages in unavailable ranges
Sep 09 18:26:28 arch kernel: ACPI: PM-Timer IO Port: 0x808
Sep 09 18:26:28 arch kernel: ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
Sep 09 18:26:28 arch kernel: IOAPIC[0]: apic_id 13, version 33, address 0xfec00000, GSI 0-23
Sep 09 18:26:28 arch kernel: IOAPIC[1]: apic_id 14, version 33, address 0xfec01000, GSI 24-55
Sep 09 18:26:28 arch kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Sep 09 18:26:28 arch kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
Sep 09 18:26:28 arch kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Sep 09 18:26:28 arch kernel: ACPI: HPET id: 0x10228201 base: 0xfed00000
Sep 09 18:26:28 arch kernel: e820: update [mem 0xd85ce000-0xd862afff] usable ==> reserved
Sep 09 18:26:28 arch kernel: smpboot: Allowing 32 CPUs, 20 hotplug CPUs
Sep 09 18:26:28 arch kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Sep 09 18:26:28 arch kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
Sep 09 18:26:28 arch kernel: PM: hibernation: Registered nosave memory: [mem 0x09e02000-0x09ffffff]
Sep 09 18:26:28 arch kernel: PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a20dfff]
Sep 09 18:26:28 arch kernel: PM: hibernation: Registered nosave memory: [mem 0x0b000000-0x0b01ffff]
Sep 09 18:26:28 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xcdd31000-0xcdd31fff]
Sep 09 18:26:28 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xcdd4f000-0xcdd4ffff]
Sep 09 18:26:28 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xcdd50000-0xcdd50fff]
Sep 09 18:26:28 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xcdd5e000-0xcdd5efff]
Sep 09 18:26:28 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xd85ce000-0xd862afff]
Sep 09 18:26:28 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xd96db000-0xd96dbfff]
Sep 09 18:26:28 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xdb118000-0xdb497fff]
Sep 09 18:26:28 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xdb498000-0xdb4fbfff]
Sep 09 18:26:28 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xdb4fc000-0xdcbfafff]
Sep 09 18:26:28 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xdcbfb000-0xddbfefff]
Sep 09 18:26:28 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xdf000000-0xdfffffff]
Sep 09 18:26:28 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xfe9fffff]
Sep 09 18:26:28 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfea00000-0xfea0ffff]
Sep 09 18:26:28 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfea10000-0xfec0ffff]
Sep 09 18:26:28 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
Sep 09 18:26:28 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfec2ffff]
Sep 09 18:26:28 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfec30000-0xfec30fff]
Sep 09 18:26:28 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfec31000-0xfecfffff]
Sep 09 18:26:28 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
Sep 09 18:26:28 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
Sep 09 18:26:28 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
Sep 09 18:26:28 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
Sep 09 18:26:28 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
Sep 09 18:26:28 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfed90000-0xfedc1fff]
Sep 09 18:26:28 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfedc2000-0xfedcffff]
Sep 09 18:26:28 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfedd0000-0xfedd3fff]
Sep 09 18:26:28 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfedd4000-0xfedd5fff]
Sep 09 18:26:28 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfedd6000-0xffffffff]
Sep 09 18:26:28 arch kernel: [mem 0xe0000000-0xfe9fffff] available for PCI devices
Sep 09 18:26:28 arch kernel: Booting paravirtualized kernel on bare hardware
Sep 09 18:26:28 arch kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Sep 09 18:26:28 arch kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:32 nr_cpu_ids:32 nr_node_ids:1
Sep 09 18:26:28 arch kernel: percpu: Embedded 64 pages/cpu s225280 r8192 d28672 u262144
Sep 09 18:26:28 arch kernel: pcpu-alloc: s225280 r8192 d28672 u262144 alloc=1*2097152
Sep 09 18:26:28 arch kernel: pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15
Sep 09 18:26:28 arch kernel: pcpu-alloc: [0] 16 17 18 19 20 21 22 23 [0] 24 25 26 27 28 29 30 31
Sep 09 18:26:28 arch kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=/dev/mapper/volgroup0-lv_root rw loglevel=3 quiet
Sep 09 18:26:28 arch kernel: Unknown kernel command line parameters "BOOT_IMAGE=/boot/vmlinuz-linux", will be passed to user space.
Sep 09 18:26:28 arch kernel: printk: log_buf_len individual max cpu contribution: 4096 bytes
Sep 09 18:26:28 arch kernel: printk: log_buf_len total cpu_extra contributions: 126976 bytes
Sep 09 18:26:28 arch kernel: printk: log_buf_len min size: 131072 bytes
Sep 09 18:26:28 arch kernel: printk: log_buf_len: 262144 bytes
Sep 09 18:26:28 arch kernel: printk: early log buf free: 112064(85%)
Sep 09 18:26:28 arch kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Sep 09 18:26:28 arch kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
Sep 09 18:26:28 arch kernel: Fallback order for Node 0: 0
Sep 09 18:26:28 arch kernel: Built 1 zonelists, mobility grouping on. Total pages: 4109971
Sep 09 18:26:28 arch kernel: Policy zone: Normal
Sep 09 18:26:28 arch kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Sep 09 18:26:28 arch kernel: software IO TLB: area num 32.
Sep 09 18:26:28 arch kernel: Memory: 16187804K/16701488K available (16384K kernel code, 2120K rwdata, 12780K rodata, 3348K init, 3984K bss, 513424K reserved, 0K cma-reserved)
Sep 09 18:26:28 arch kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=32, Nodes=1
Sep 09 18:26:28 arch kernel: ftrace: allocating 47559 entries in 186 pages
Sep 09 18:26:28 arch kernel: ftrace: allocated 186 pages with 5 groups
Sep 09 18:26:28 arch kernel: Dynamic Preempt: full
Sep 09 18:26:28 arch kernel: rcu: Preemptible hierarchical RCU implementation.
Sep 09 18:26:28 arch kernel: rcu: RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=32.
Sep 09 18:26:28 arch kernel: rcu: RCU priority boosting: priority 1 delay 500 ms.
Sep 09 18:26:28 arch kernel: Trampoline variant of Tasks RCU enabled.
Sep 09 18:26:28 arch kernel: Rude variant of Tasks RCU enabled.
Sep 09 18:26:28 arch kernel: Tracing variant of Tasks RCU enabled.
Sep 09 18:26:28 arch kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Sep 09 18:26:28 arch kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=32
Sep 09 18:26:28 arch kernel: NR_IRQS: 20736, nr_irqs: 1224, preallocated irqs: 16
Sep 09 18:26:28 arch kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Sep 09 18:26:28 arch kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Sep 09 18:26:28 arch kernel: Console: colour dummy device 80x25
Sep 09 18:26:28 arch kernel: printk: console [tty0] enabled
Sep 09 18:26:28 arch kernel: ACPI: Core revision 20230331
Sep 09 18:26:28 arch kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
Sep 09 18:26:28 arch kernel: APIC: Switch to symmetric I/O mode setup
Sep 09 18:26:28 arch kernel: AMD-Vi: Using global IVHD EFR:0x0, EFR2:0x0
Sep 09 18:26:28 arch kernel: x2apic: IRQ remapping doesn't support X2APIC mode
Sep 09 18:26:28 arch kernel: Switched APIC routing to physical flat.
Sep 09 18:26:28 arch kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Sep 09 18:26:28 arch kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x3273fedb3be, max_idle_ns: 440795235638 ns
Sep 09 18:26:28 arch kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 7003.05 BogoMIPS (lpj=11667280)
Sep 09 18:26:28 arch kernel: x86/cpu: User Mode Instruction Prevention (UMIP) activated
Sep 09 18:26:28 arch kernel: LVT offset 1 assigned for vector 0xf9
Sep 09 18:26:28 arch kernel: LVT offset 2 assigned for vector 0xf4
Sep 09 18:26:28 arch kernel: process: using mwait in idle threads
Sep 09 18:26:28 arch kernel: Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
Sep 09 18:26:28 arch kernel: Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
Sep 09 18:26:28 arch kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Sep 09 18:26:28 arch kernel: Spectre V2 : Mitigation: Retpolines
Sep 09 18:26:28 arch kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Sep 09 18:26:28 arch kernel: Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
Sep 09 18:26:28 arch kernel: Spectre V2 : Enabling Restricted Speculation for firmware calls
Sep 09 18:26:28 arch kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Sep 09 18:26:28 arch kernel: Spectre V2 : User space: Mitigation: STIBP always-on protection
Sep 09 18:26:28 arch kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Sep 09 18:26:28 arch kernel: Speculative Return Stack Overflow: IBPB-extending microcode not applied!
Sep 09 18:26:28 arch kernel: Speculative Return Stack Overflow: WARNING: See https://kernel.org/doc/html/latest/admin-guide/hw-vuln/srso.html for mitigation options.
Sep 09 18:26:28 arch kernel: Speculative Return Stack Overflow: Mitigation: safe RET, no microcode
Sep 09 18:26:28 arch kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Sep 09 18:26:28 arch kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Sep 09 18:26:28 arch kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Sep 09 18:26:28 arch kernel: x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
Sep 09 18:26:28 arch kernel: x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
Sep 09 18:26:28 arch kernel: x86/fpu: xstate_offset[9]: 832, xstate_sizes[9]: 8
Sep 09 18:26:28 arch kernel: x86/fpu: Enabled xstate features 0x207, context size is 840 bytes, using 'compacted' format.
Sep 09 18:26:28 arch kernel: Freeing SMP alternatives memory: 40K
Sep 09 18:26:28 arch kernel: pid_max: default: 32768 minimum: 301
Sep 09 18:26:28 arch kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf,integrity
Sep 09 18:26:28 arch kernel: landlock: Up and running.
Sep 09 18:26:28 arch kernel: Yama: becoming mindful.
Sep 09 18:26:28 arch kernel: LSM support for eBPF active
Sep 09 18:26:28 arch kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Sep 09 18:26:28 arch kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Sep 09 18:26:28 arch kernel: smpboot: CPU0: AMD Ryzen 5 5600 6-Core Processor (family: 0x19, model: 0x21, stepping: 0x2)
Sep 09 18:26:28 arch kernel: cblist_init_generic: Setting adjustable number of callback queues.
Sep 09 18:26:28 arch kernel: cblist_init_generic: Setting shift to 5 and lim to 1.
Sep 09 18:26:28 arch kernel: cblist_init_generic: Setting adjustable number of callback queues.
Sep 09 18:26:28 arch kernel: cblist_init_generic: Setting shift to 5 and lim to 1.
Sep 09 18:26:28 arch kernel: cblist_init_generic: Setting adjustable number of callback queues.
Sep 09 18:26:28 arch kernel: cblist_init_generic: Setting shift to 5 and lim to 1.
Sep 09 18:26:28 arch kernel: Performance Events: Fam17h+ core perfctr, AMD PMU driver.
Sep 09 18:26:28 arch kernel: ... version: 0
Sep 09 18:26:28 arch kernel: ... bit width: 48
Sep 09 18:26:28 arch kernel: ... generic registers: 6
Sep 09 18:26:28 arch kernel: ... value mask: 0000ffffffffffff
Sep 09 18:26:28 arch kernel: ... max period: 00007fffffffffff
Sep 09 18:26:28 arch kernel: ... fixed-purpose events: 0
Sep 09 18:26:28 arch kernel: ... event mask: 000000000000003f
Sep 09 18:26:28 arch kernel: signal: max sigframe size: 3376
Sep 09 18:26:28 arch kernel: rcu: Hierarchical SRCU implementation.
Sep 09 18:26:28 arch kernel: rcu: Max phase no-delay instances is 1000.
Sep 09 18:26:28 arch kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Sep 09 18:26:28 arch kernel: smp: Bringing up secondary CPUs ...
Sep 09 18:26:28 arch kernel: x86: Booting SMP configuration:
Sep 09 18:26:28 arch kernel: .... node #0, CPUs: #1 #2 #3 #4 #5 #6
Sep 09 18:26:28 arch kernel: Spectre V2 : Update user space SMT mitigation: STIBP always-on
Sep 09 18:26:28 arch kernel: #7 #8 #9 #10 #11
Sep 09 18:26:28 arch kernel: smp: Brought up 1 node, 12 CPUs
Sep 09 18:26:28 arch kernel: smpboot: Max logical packages: 3
Sep 09 18:26:28 arch kernel: smpboot: Total of 12 processors activated (84038.60 BogoMIPS)
Sep 09 18:26:28 arch kernel: devtmpfs: initialized
Sep 09 18:26:28 arch kernel: x86/mm: Memory block size: 128MB
Sep 09 18:26:28 arch kernel: ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20dfff] (57344 bytes)
Sep 09 18:26:28 arch kernel: ACPI: PM: Registering ACPI NVS region [mem 0xdb4fc000-0xdcbfafff] (24113152 bytes)
Sep 09 18:26:28 arch kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Sep 09 18:26:28 arch kernel: futex hash table entries: 8192 (order: 7, 524288 bytes, linear)
Sep 09 18:26:28 arch kernel: pinctrl core: initialized pinctrl subsystem
Sep 09 18:26:28 arch kernel: PM: RTC time: 16:26:24, date: 2023-09-09
Sep 09 18:26:28 arch kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Sep 09 18:26:28 arch kernel: DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
Sep 09 18:26:28 arch kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Sep 09 18:26:28 arch kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Sep 09 18:26:28 arch kernel: audit: initializing netlink subsys (disabled)
Sep 09 18:26:28 arch kernel: audit: type=2000 audit(1694276784.176:1): state=initialized audit_enabled=0 res=1
Sep 09 18:26:28 arch kernel: thermal_sys: Registered thermal governor 'fair_share'
Sep 09 18:26:28 arch kernel: thermal_sys: Registered thermal governor 'bang_bang'
Sep 09 18:26:28 arch kernel: thermal_sys: Registered thermal governor 'step_wise'
Sep 09 18:26:28 arch kernel: thermal_sys: Registered thermal governor 'user_space'
Sep 09 18:26:28 arch kernel: thermal_sys: Registered thermal governor 'power_allocator'
Sep 09 18:26:28 arch kernel: cpuidle: using governor ladder
Sep 09 18:26:28 arch kernel: cpuidle: using governor menu
Sep 09 18:26:28 arch kernel: Detected 1 PCC Subspaces
Sep 09 18:26:28 arch kernel: Registering PCC driver as Mailbox controller
Sep 09 18:26:28 arch kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Sep 09 18:26:28 arch kernel: PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
Sep 09 18:26:28 arch kernel: PCI: not using MMCONFIG
Sep 09 18:26:28 arch kernel: PCI: Using configuration type 1 for base access
Sep 09 18:26:28 arch kernel: PCI: Using configuration type 1 for extended access
Sep 09 18:26:28 arch kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Sep 09 18:26:28 arch kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Sep 09 18:26:28 arch kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Sep 09 18:26:28 arch kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Sep 09 18:26:28 arch kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Sep 09 18:26:28 arch kernel: ACPI: Added _OSI(Module Device)
Sep 09 18:26:28 arch kernel: ACPI: Added _OSI(Processor Device)
Sep 09 18:26:28 arch kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Sep 09 18:26:28 arch kernel: ACPI: Added _OSI(Processor Aggregator Device)
Sep 09 18:26:28 arch kernel: ACPI: 12 ACPI AML tables successfully acquired and loaded
Sep 09 18:26:28 arch kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Sep 09 18:26:28 arch kernel: ACPI: Interpreter enabled
Sep 09 18:26:28 arch kernel: ACPI: PM: (supports S0 S3 S4 S5)
Sep 09 18:26:28 arch kernel: ACPI: Using IOAPIC for interrupt routing
Sep 09 18:26:28 arch kernel: PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
Sep 09 18:26:28 arch kernel: PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved as ACPI motherboard resource
Sep 09 18:26:28 arch kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Sep 09 18:26:28 arch kernel: PCI: Ignoring E820 reservations for host bridge windows
Sep 09 18:26:28 arch kernel: ACPI: Enabled 8 GPEs in block 00 to 1F
Sep 09 18:26:28 arch kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Sep 09 18:26:28 arch kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Sep 09 18:26:28 arch kernel: acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR DPC]
Sep 09 18:26:28 arch kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
Sep 09 18:26:28 arch kernel: acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-7f] only partially covers this bridge
Sep 09 18:26:28 arch kernel: PCI host bridge to bus 0000:00
Sep 09 18:26:28 arch kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x03af window]
Sep 09 18:26:28 arch kernel: pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7 window]
Sep 09 18:26:28 arch kernel: pci_bus 0000:00: root bus resource [io 0x03b0-0x03df window]
Sep 09 18:26:28 arch kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
Sep 09 18:26:28 arch kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
Sep 09 18:26:28 arch kernel: pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfcffffff window]
Sep 09 18:26:28 arch kernel: pci_bus 0000:00: root bus resource [mem 0x420000000-0x7fffffffff window]
Sep 09 18:26:28 arch kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Sep 09 18:26:28 arch kernel: pci 0000:00:00.0: [1022:1480] type 00 class 0x060000
Sep 09 18:26:28 arch kernel: pci 0000:00:00.2: [1022:1481] type 00 class 0x080600
Sep 09 18:26:28 arch kernel: pci 0000:00:01.0: [1022:1482] type 00 class 0x060000
Sep 09 18:26:28 arch kernel: pci 0000:00:01.1: [1022:1483] type 01 class 0x060400
Sep 09 18:26:28 arch kernel: pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
Sep 09 18:26:28 arch kernel: pci 0000:00:01.2: [1022:1483] type 01 class 0x060400
Sep 09 18:26:28 arch kernel: pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
Sep 09 18:26:28 arch kernel: pci 0000:00:02.0: [1022:1482] type 00 class 0x060000
Sep 09 18:26:28 arch kernel: pci 0000:00:03.0: [1022:1482] type 00 class 0x060000
Sep 09 18:26:28 arch kernel: pci 0000:00:03.1: [1022:1483] type 01 class 0x060400
Sep 09 18:26:28 arch kernel: pci 0000:00:03.1: PME# supported from D0 D3hot D3cold
Sep 09 18:26:28 arch kernel: pci 0000:00:04.0: [1022:1482] type 00 class 0x060000
Sep 09 18:26:28 arch kernel: pci 0000:00:05.0: [1022:1482] type 00 class 0x060000
Sep 09 18:26:28 arch kernel: pci 0000:00:07.0: [1022:1482] type 00 class 0x060000
Sep 09 18:26:28 arch kernel: pci 0000:00:07.1: [1022:1484] type 01 class 0x060400
Sep 09 18:26:28 arch kernel: pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
Sep 09 18:26:28 arch kernel: pci 0000:00:08.0: [1022:1482] type 00 class 0x060000
Sep 09 18:26:28 arch kernel: pci 0000:00:08.1: [1022:1484] type 01 class 0x060400
Sep 09 18:26:28 arch kernel: pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
Sep 09 18:26:28 arch kernel: pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
Sep 09 18:26:28 arch kernel: pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
Sep 09 18:26:28 arch kernel: pci 0000:00:18.0: [1022:1440] type 00 class 0x060000
Sep 09 18:26:28 arch kernel: pci 0000:00:18.1: [1022:1441] type 00 class 0x060000
Sep 09 18:26:28 arch kernel: pci 0000:00:18.2: [1022:1442] type 00 class 0x060000
Sep 09 18:26:28 arch kernel: pci 0000:00:18.3: [1022:1443] type 00 class 0x060000
Sep 09 18:26:28 arch kernel: pci 0000:00:18.4: [1022:1444] type 00 class 0x060000
Sep 09 18:26:28 arch kernel: pci 0000:00:18.5: [1022:1445] type 00 class 0x060000
Sep 09 18:26:28 arch kernel: pci 0000:00:18.6: [1022:1446] type 00 class 0x060000
Sep 09 18:26:28 arch kernel: pci 0000:00:18.7: [1022:1447] type 00 class 0x060000
Sep 09 18:26:28 arch kernel: pci 0000:01:00.0: [2646:5013] type 00 class 0x010802
Sep 09 18:26:28 arch kernel: pci 0000:01:00.0: reg 0x10: [mem 0xfcf00000-0xfcf03fff 64bit]
Sep 09 18:26:28 arch kernel: pci 0000:00:01.1: PCI bridge to [bus 01]
Sep 09 18:26:28 arch kernel: pci 0000:00:01.1: bridge window [mem 0xfcf00000-0xfcffffff]
Sep 09 18:26:28 arch kernel: pci 0000:02:00.0: [1022:43ee] type 00 class 0x0c0330
Sep 09 18:26:28 arch kernel: pci 0000:02:00.0: reg 0x10: [mem 0xfcea0000-0xfcea7fff 64bit]
Sep 09 18:26:28 arch kernel: pci 0000:02:00.0: PME# supported from D3hot D3cold
Sep 09 18:26:28 arch kernel: pci 0000:02:00.1: [1022:43eb] type 00 class 0x010601
Sep 09 18:26:28 arch kernel: pci 0000:02:00.1: reg 0x24: [mem 0xfce80000-0xfce9ffff]
Sep 09 18:26:28 arch kernel: pci 0000:02:00.1: reg 0x30: [mem 0xfce00000-0xfce7ffff pref]
Sep 09 18:26:28 arch kernel: pci 0000:02:00.1: PME# supported from D3hot D3cold
Sep 09 18:26:28 arch kernel: pci 0000:02:00.2: [1022:43e9] type 01 class 0x060400
Sep 09 18:26:28 arch kernel: pci 0000:02:00.2: PME# supported from D3hot D3cold
Sep 09 18:26:28 arch kernel: pci 0000:00:01.2: PCI bridge to [bus 02-2a]
Sep 09 18:26:28 arch kernel: pci 0000:00:01.2: bridge window [io 0xf000-0xffff]
Sep 09 18:26:28 arch kernel: pci 0000:00:01.2: bridge window [mem 0xfcc00000-0xfcefffff]
Sep 09 18:26:28 arch kernel: pci 0000:00:01.2: bridge window [mem 0x7e10100000-0x7e101fffff 64bit pref]
Sep 09 18:26:28 arch kernel: pci 0000:03:08.0: [1022:43ea] type 01 class 0x060400
Sep 09 18:26:28 arch kernel: pci 0000:03:08.0: PME# supported from D3hot D3cold
Sep 09 18:26:28 arch kernel: pci 0000:03:09.0: [1022:43ea] type 01 class 0x060400
Sep 09 18:26:28 arch kernel: pci 0000:03:09.0: PME# supported from D3hot D3cold
Sep 09 18:26:28 arch kernel: pci 0000:02:00.2: PCI bridge to [bus 03-2a]
Sep 09 18:26:28 arch kernel: pci 0000:02:00.2: bridge window [io 0xf000-0xffff]
Sep 09 18:26:28 arch kernel: pci 0000:02:00.2: bridge window [mem 0xfcc00000-0xfcdfffff]
Sep 09 18:26:28 arch kernel: pci 0000:02:00.2: bridge window [mem 0x7e10100000-0x7e101fffff 64bit pref]
Sep 09 18:26:28 arch kernel: pci 0000:29:00.0: [14c3:0616] type 00 class 0x028000
Sep 09 18:26:28 arch kernel: pci 0000:29:00.0: reg 0x10: [mem 0x7e10100000-0x7e101fffff 64bit pref]
Sep 09 18:26:28 arch kernel: pci 0000:29:00.0: reg 0x18: [mem 0xfcd00000-0xfcd07fff 64bit]
Sep 09 18:26:28 arch kernel: pci 0000:29:00.0: PME# supported from D0 D3hot D3cold
Sep 09 18:26:28 arch kernel: pci 0000:03:08.0: PCI bridge to [bus 29]
Sep 09 18:26:28 arch kernel: pci 0000:03:08.0: bridge window [mem 0xfcd00000-0xfcdfffff]
Sep 09 18:26:28 arch kernel: pci 0000:03:08.0: bridge window [mem 0x7e10100000-0x7e101fffff 64bit pref]
Sep 09 18:26:28 arch kernel: pci 0000:2a:00.0: [10ec:8168] type 00 class 0x020000
Sep 09 18:26:28 arch kernel: pci 0000:2a:00.0: reg 0x10: [io 0xf000-0xf0ff]
Sep 09 18:26:28 arch kernel: pci 0000:2a:00.0: reg 0x18: [mem 0xfcc04000-0xfcc04fff 64bit]
Sep 09 18:26:28 arch kernel: pci 0000:2a:00.0: reg 0x20: [mem 0xfcc00000-0xfcc03fff 64bit]
Sep 09 18:26:28 arch kernel: pci 0000:2a:00.0: supports D1 D2
Sep 09 18:26:28 arch kernel: pci 0000:2a:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Sep 09 18:26:28 arch kernel: pci 0000:03:09.0: PCI bridge to [bus 2a]
Sep 09 18:26:28 arch kernel: pci 0000:03:09.0: bridge window [io 0xf000-0xffff]
Sep 09 18:26:28 arch kernel: pci 0000:03:09.0: bridge window [mem 0xfcc00000-0xfccfffff]
Sep 09 18:26:28 arch kernel: pci 0000:2b:00.0: [1002:1478] type 01 class 0x060400
Sep 09 18:26:28 arch kernel: pci 0000:2b:00.0: reg 0x10: [mem 0xfcb00000-0xfcb03fff]
Sep 09 18:26:28 arch kernel: pci 0000:2b:00.0: PME# supported from D0 D3hot D3cold
Sep 09 18:26:28 arch kernel: pci 0000:00:03.1: PCI bridge to [bus 2b-2d]
Sep 09 18:26:28 arch kernel: pci 0000:00:03.1: bridge window [io 0xe000-0xefff]
Sep 09 18:26:28 arch kernel: pci 0000:00:03.1: bridge window [mem 0xfc900000-0xfcbfffff]
Sep 09 18:26:28 arch kernel: pci 0000:00:03.1: bridge window [mem 0x7c00000000-0x7e0fffffff 64bit pref]
Sep 09 18:26:28 arch kernel: pci 0000:2c:00.0: [1002:1479] type 01 class 0x060400
Sep 09 18:26:28 arch kernel: pci 0000:2c:00.0: PME# supported from D0 D3hot D3cold
Sep 09 18:26:28 arch kernel: pci 0000:2b:00.0: PCI bridge to [bus 2c-2d]
Sep 09 18:26:28 arch kernel: pci 0000:2b:00.0: bridge window [io 0xe000-0xefff]
Sep 09 18:26:28 arch kernel: pci 0000:2b:00.0: bridge window [mem 0xfc900000-0xfcafffff]
Sep 09 18:26:28 arch kernel: pci 0000:2b:00.0: bridge window [mem 0x7c00000000-0x7e0fffffff 64bit pref]
Sep 09 18:26:28 arch kernel: pci 0000:2d:00.0: [1002:73ef] type 00 class 0x030000
Sep 09 18:26:28 arch kernel: pci 0000:2d:00.0: reg 0x10: [mem 0x7c00000000-0x7dffffffff 64bit pref]
Sep 09 18:26:28 arch kernel: pci 0000:2d:00.0: reg 0x18: [mem 0x7e00000000-0x7e0fffffff 64bit pref]
Sep 09 18:26:28 arch kernel: pci 0000:2d:00.0: reg 0x20: [io 0xe000-0xe0ff]
Sep 09 18:26:28 arch kernel: pci 0000:2d:00.0: reg 0x24: [mem 0xfc900000-0xfc9fffff]
Sep 09 18:26:28 arch kernel: pci 0000:2d:00.0: reg 0x30: [mem 0xfca00000-0xfca1ffff pref]
Sep 09 18:26:28 arch kernel: pci 0000:2d:00.0: BAR 0: assigned to efifb
Sep 09 18:26:28 arch kernel: pci 0000:2d:00.0: PME# supported from D1 D2 D3hot D3cold
Sep 09 18:26:28 arch kernel: pci 0000:2d:00.0: 126.024 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x8 link at 0000:00:03.1 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16
link)
Sep 09 18:26:28 arch kernel: pci 0000:2d:00.1: [1002:ab28] type 00 class 0x040300
Sep 09 18:26:28 arch kernel: pci 0000:2d:00.1: reg 0x10: [mem 0xfca20000-0xfca23fff]
Sep 09 18:26:28 arch kernel: pci 0000:2d:00.1: PME# supported from D1 D2 D3hot D3cold
Sep 09 18:26:28 arch kernel: pci 0000:2c:00.0: PCI bridge to [bus 2d]
Sep 09 18:26:28 arch kernel: pci 0000:2c:00.0: bridge window [io 0xe000-0xefff]
Sep 09 18:26:28 arch kernel: pci 0000:2c:00.0: bridge window [mem 0xfc900000-0xfcafffff]
Sep 09 18:26:28 arch kernel: pci 0000:2c:00.0: bridge window [mem 0x7c00000000-0x7e0fffffff 64bit pref]
Sep 09 18:26:28 arch kernel: pci 0000:2e:00.0: [1022:148a] type 00 class 0x130000
Sep 09 18:26:28 arch kernel: pci 0000:00:07.1: PCI bridge to [bus 2e]
Sep 09 18:26:28 arch kernel: pci 0000:2f:00.0: [1022:1485] type 00 class 0x130000
Sep 09 18:26:28 arch kernel: pci 0000:2f:00.1: [1022:1486] type 00 class 0x108000
Sep 09 18:26:28 arch kernel: pci 0000:2f:00.1: reg 0x18: [mem 0xfc700000-0xfc7fffff]
Sep 09 18:26:28 arch kernel: pci 0000:2f:00.1: reg 0x24: [mem 0xfc808000-0xfc809fff]
Sep 09 18:26:28 arch kernel: pci 0000:2f:00.3: [1022:149c] type 00 class 0x0c0330
Sep 09 18:26:28 arch kernel: pci 0000:2f:00.3: reg 0x10: [mem 0xfc600000-0xfc6fffff 64bit]
Sep 09 18:26:28 arch kernel: pci 0000:2f:00.3: PME# supported from D0 D3hot D3cold
Sep 09 18:26:28 arch kernel: pci 0000:2f:00.4: [1022:1487] type 00 class 0x040300
Sep 09 18:26:28 arch kernel: pci 0000:2f:00.4: reg 0x10: [mem 0xfc800000-0xfc807fff]
Sep 09 18:26:28 arch kernel: pci 0000:2f:00.4: PME# supported from D0 D3hot D3cold
Sep 09 18:26:28 arch kernel: pci 0000:00:08.1: PCI bridge to [bus 2f]
Sep 09 18:26:28 arch kernel: pci 0000:00:08.1: bridge window [mem 0xfc600000-0xfc8fffff]
Sep 09 18:26:28 arch kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 0
Sep 09 18:26:28 arch kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 0
Sep 09 18:26:28 arch kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 0
Sep 09 18:26:28 arch kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 0
Sep 09 18:26:28 arch kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
Sep 09 18:26:28 arch kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
Sep 09 18:26:28 arch kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0
Sep 09 18:26:28 arch kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 0
Sep 09 18:26:28 arch kernel: iommu: Default domain type: Translated
Sep 09 18:26:28 arch kernel: iommu: DMA domain TLB invalidation policy: lazy mode
Sep 09 18:26:28 arch kernel: SCSI subsystem initialized
Sep 09 18:26:28 arch kernel: libata version 3.00 loaded.
Sep 09 18:26:28 arch kernel: ACPI: bus type USB registered
Sep 09 18:26:28 arch kernel: usbcore: registered new interface driver usbfs
Sep 09 18:26:28 arch kernel: usbcore: registered new interface driver hub
Sep 09 18:26:28 arch kernel: usbcore: registered new device driver usb
Sep 09 18:26:28 arch kernel: pps_core: LinuxPPS API ver. 1 registered
Sep 09 18:26:28 arch kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Sep 09 18:26:28 arch kernel: PTP clock support registered
Sep 09 18:26:28 arch kernel: EDAC MC: Ver: 3.0.0
Sep 09 18:26:28 arch kernel: efivars: Registered efivars operations
Sep 09 18:26:28 arch kernel: NetLabel: Initializing
Sep 09 18:26:28 arch kernel: NetLabel: domain hash size = 128
Sep 09 18:26:28 arch kernel: NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
Sep 09 18:26:28 arch kernel: NetLabel: unlabeled traffic allowed by default
Sep 09 18:26:28 arch kernel: mctp: management component transport protocol core
Sep 09 18:26:28 arch kernel: NET: Registered PF_MCTP protocol family
Sep 09 18:26:28 arch kernel: PCI: Using ACPI for IRQ routing
Sep 09 18:26:28 arch kernel: PCI: pci_cache_line_size set to 64 bytes
Sep 09 18:26:28 arch kernel: e820: reserve RAM buffer [mem 0x09e02000-0x0bffffff]
Sep 09 18:26:28 arch kernel: e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
Sep 09 18:26:28 arch kernel: e820: reserve RAM buffer [mem 0x0b000000-0x0bffffff]
Sep 09 18:26:28 arch kernel: e820: reserve RAM buffer [mem 0xcdd31018-0xcfffffff]
Sep 09 18:26:28 arch kernel: e820: reserve RAM buffer [mem 0xcdd50018-0xcfffffff]
Sep 09 18:26:28 arch kernel: e820: reserve RAM buffer [mem 0xd85ce000-0xdbffffff]
Sep 09 18:26:28 arch kernel: e820: reserve RAM buffer [mem 0xd96db000-0xdbffffff]
Sep 09 18:26:28 arch kernel: e820: reserve RAM buffer [mem 0xdb118000-0xdbffffff]
Sep 09 18:26:28 arch kernel: e820: reserve RAM buffer [mem 0xdf000000-0xdfffffff]
Sep 09 18:26:28 arch kernel: e820: reserve RAM buffer [mem 0x41f380000-0x41fffffff]
Sep 09 18:26:28 arch kernel: pci 0000:2d:00.0: vgaarb: setting as boot VGA device
Sep 09 18:26:28 arch kernel: pci 0000:2d:00.0: vgaarb: bridge control possible
Sep 09 18:26:28 arch kernel: pci 0000:2d:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
Sep 09 18:26:28 arch kernel: vgaarb: loaded
Sep 09 18:26:28 arch kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
Sep 09 18:26:28 arch kernel: hpet0: 3 comparators, 32-bit 14.318180 MHz counter
Sep 09 18:26:28 arch kernel: clocksource: Switched to clocksource tsc-early
Sep 09 18:26:28 arch kernel: VFS: Disk quotas dquot_6.6.0
Sep 09 18:26:28 arch kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Sep 09 18:26:28 arch kernel: pnp: PnP ACPI init
Sep 09 18:26:28 arch kernel: system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved
Sep 09 18:26:28 arch kernel: system 00:01: [mem 0xfd200000-0xfd2fffff] has been reserved
Sep 09 18:26:28 arch kernel: system 00:03: [io 0x0a00-0x0a0f] has been reserved
Sep 09 18:26:28 arch kernel: system 00:03: [io 0x0a10-0x0a1f] has been reserved
Sep 09 18:26:28 arch kernel: system 00:03: [io 0x0a20-0x0a2f] has been reserved
Sep 09 18:26:28 arch kernel: pnp 00:04: [dma 0 disabled]
Sep 09 18:26:28 arch kernel: system 00:05: [io 0x04d0-0x04d1] has been reserved
Sep 09 18:26:28 arch kernel: system 00:05: [io 0x040b] has been reserved
Sep 09 18:26:28 arch kernel: system 00:05: [io 0x04d6] has been reserved
Sep 09 18:26:28 arch kernel: system 00:05: [io 0x0c00-0x0c01] has been reserved
Sep 09 18:26:28 arch kernel: system 00:05: [io 0x0c14] has been reserved
Sep 09 18:26:28 arch kernel: system 00:05: [io 0x0c50-0x0c51] has been reserved
Sep 09 18:26:28 arch kernel: system 00:05: [io 0x0c52] has been reserved
Sep 09 18:26:28 arch kernel: system 00:05: [io 0x0c6c] has been reserved
Sep 09 18:26:28 arch kernel: system 00:05: [io 0x0c6f] has been reserved
Sep 09 18:26:28 arch kernel: system 00:05: [io 0x0cd8-0x0cdf] has been reserved
Sep 09 18:26:28 arch kernel: system 00:05: [io 0x0800-0x089f] has been reserved
Sep 09 18:26:28 arch kernel: system 00:05: [io 0x0b00-0x0b0f] has been reserved
Sep 09 18:26:28 arch kernel: system 00:05: [io 0x0b20-0x0b3f] has been reserved
Sep 09 18:26:28 arch kernel: system 00:05: [io 0x0900-0x090f] has been reserved
Sep 09 18:26:28 arch kernel: system 00:05: [io 0x0910-0x091f] has been reserved
Sep 09 18:26:28 arch kernel: system 00:05: [mem 0xfec00000-0xfec00fff] could not be reserved
Sep 09 18:26:28 arch kernel: system 00:05: [mem 0xfec01000-0xfec01fff] could not be reserved
Sep 09 18:26:28 arch kernel: system 00:05: [mem 0xfedc0000-0xfedc0fff] has been reserved
Sep 09 18:26:28 arch kernel: system 00:05: [mem 0xfee00000-0xfee00fff] has been reserved
Sep 09 18:26:28 arch kernel: system 00:05: [mem 0xfed80000-0xfed8ffff] could not be reserved
Sep 09 18:26:28 arch kernel: system 00:05: [mem 0xfec10000-0xfec10fff] has been reserved
Sep 09 18:26:28 arch kernel: system 00:05: [mem 0xff000000-0xffffffff] has been reserved
Sep 09 18:26:28 arch kernel: pnp: PnP ACPI: found 6 devices
Sep 09 18:26:28 arch kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Sep 09 18:26:28 arch kernel: NET: Registered PF_INET protocol family
Sep 09 18:26:28 arch kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Sep 09 18:26:28 arch kernel: tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
Sep 09 18:26:28 arch kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Sep 09 18:26:28 arch kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Sep 09 18:26:28 arch kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Sep 09 18:26:28 arch kernel: TCP: Hash tables configured (established 131072 bind 65536)
Sep 09 18:26:28 arch kernel: MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
Sep 09 18:26:28 arch kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
Sep 09 18:26:28 arch kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
Sep 09 18:26:28 arch kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Sep 09 18:26:28 arch kernel: NET: Registered PF_XDP protocol family
Sep 09 18:26:28 arch kernel: pci 0000:00:01.1: PCI bridge to [bus 01]
Sep 09 18:26:28 arch kernel: pci 0000:00:01.1: bridge window [mem 0xfcf00000-0xfcffffff]
Sep 09 18:26:28 arch kernel: pci 0000:03:08.0: PCI bridge to [bus 29]
Sep 09 18:26:28 arch kernel: pci 0000:03:08.0: bridge window [mem 0xfcd00000-0xfcdfffff]
Sep 09 18:26:28 arch kernel: pci 0000:03:08.0: bridge window [mem 0x7e10100000-0x7e101fffff 64bit pref]
Sep 09 18:26:28 arch kernel: pci 0000:03:09.0: PCI bridge to [bus 2a]
Sep 09 18:26:28 arch kernel: pci 0000:03:09.0: bridge window [io 0xf000-0xffff]
Sep 09 18:26:28 arch kernel: pci 0000:03:09.0: bridge window [mem 0xfcc00000-0xfccfffff]
Sep 09 18:26:28 arch kernel: pci 0000:02:00.2: PCI bridge to [bus 03-2a]
Sep 09 18:26:28 arch kernel: pci 0000:02:00.2: bridge window [io 0xf000-0xffff]
Sep 09 18:26:28 arch kernel: pci 0000:02:00.2: bridge window [mem 0xfcc00000-0xfcdfffff]
Sep 09 18:26:28 arch kernel: pci 0000:02:00.2: bridge window [mem 0x7e10100000-0x7e101fffff 64bit pref]
Sep 09 18:26:28 arch kernel: pci 0000:00:01.2: PCI bridge to [bus 02-2a]
Sep 09 18:26:28 arch kernel: pci 0000:00:01.2: bridge window [io 0xf000-0xffff]
Sep 09 18:26:28 arch kernel: pci 0000:00:01.2: bridge window [mem 0xfcc00000-0xfcefffff]
Sep 09 18:26:28 arch kernel: pci 0000:00:01.2: bridge window [mem 0x7e10100000-0x7e101fffff 64bit pref]
Sep 09 18:26:28 arch kernel: pci 0000:2c:00.0: PCI bridge to [bus 2d]
Sep 09 18:26:28 arch kernel: pci 0000:2c:00.0: bridge window [io 0xe000-0xefff]
Sep 09 18:26:28 arch kernel: pci 0000:2c:00.0: bridge window [mem 0xfc900000-0xfcafffff]
Sep 09 18:26:28 arch kernel: pci 0000:2c:00.0: bridge window [mem 0x7c00000000-0x7e0fffffff 64bit pref]
Sep 09 18:26:28 arch kernel: pci 0000:2b:00.0: PCI bridge to [bus 2c-2d]
Sep 09 18:26:28 arch kernel: pci 0000:2b:00.0: bridge window [io 0xe000-0xefff]
Sep 09 18:26:28 arch kernel: pci 0000:2b:00.0: bridge window [mem 0xfc900000-0xfcafffff]
Sep 09 18:26:28 arch kernel: pci 0000:2b:00.0: bridge window [mem 0x7c00000000-0x7e0fffffff 64bit pref]
Sep 09 18:26:28 arch kernel: pci 0000:00:03.1: PCI bridge to [bus 2b-2d]
Sep 09 18:26:28 arch kernel: pci 0000:00:03.1: bridge window [io 0xe000-0xefff]
Sep 09 18:26:28 arch kernel: pci 0000:00:03.1: bridge window [mem 0xfc900000-0xfcbfffff]
Sep 09 18:26:28 arch kernel: pci 0000:00:03.1: bridge window [mem 0x7c00000000-0x7e0fffffff 64bit pref]
Sep 09 18:26:28 arch kernel: pci 0000:00:07.1: PCI bridge to [bus 2e]
Sep 09 18:26:28 arch kernel: pci 0000:00:08.1: PCI bridge to [bus 2f]
Sep 09 18:26:28 arch kernel: pci 0000:00:08.1: bridge window [mem 0xfc600000-0xfc8fffff]
Sep 09 18:26:28 arch kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x03af window]
Sep 09 18:26:28 arch kernel: pci_bus 0000:00: resource 5 [io 0x03e0-0x0cf7 window]
Sep 09 18:26:28 arch kernel: pci_bus 0000:00: resource 6 [io 0x03b0-0x03df window]
Sep 09 18:26:28 arch kernel: pci_bus 0000:00: resource 7 [io 0x0d00-0xffff window]
Sep 09 18:26:28 arch kernel: pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
Sep 09 18:26:28 arch kernel: pci_bus 0000:00: resource 9 [mem 0xe0000000-0xfcffffff window]
Sep 09 18:26:28 arch kernel: pci_bus 0000:00: resource 10 [mem 0x420000000-0x7fffffffff window]
Sep 09 18:26:28 arch kernel: pci_bus 0000:01: resource 1 [mem 0xfcf00000-0xfcffffff]
Sep 09 18:26:28 arch kernel: pci_bus 0000:02: resource 0 [io 0xf000-0xffff]
Sep 09 18:26:28 arch kernel: pci_bus 0000:02: resource 1 [mem 0xfcc00000-0xfcefffff]
Sep 09 18:26:28 arch kernel: pci_bus 0000:02: resource 2 [mem 0x7e10100000-0x7e101fffff 64bit pref]
Sep 09 18:26:28 arch kernel: pci_bus 0000:03: resource 0 [io 0xf000-0xffff]
Sep 09 18:26:28 arch kernel: pci_bus 0000:03: resource 1 [mem 0xfcc00000-0xfcdfffff]
Sep 09 18:26:28 arch kernel: pci_bus 0000:03: resource 2 [mem 0x7e10100000-0x7e101fffff 64bit pref]
Sep 09 18:26:28 arch kernel: pci_bus 0000:29: resource 1 [mem 0xfcd00000-0xfcdfffff]
Sep 09 18:26:28 arch kernel: pci_bus 0000:29: resource 2 [mem 0x7e10100000-0x7e101fffff 64bit pref]
Sep 09 18:26:28 arch kernel: pci_bus 0000:2a: resource 0 [io 0xf000-0xffff]
Sep 09 18:26:28 arch kernel: pci_bus 0000:2a: resource 1 [mem 0xfcc00000-0xfccfffff]
Sep 09 18:26:28 arch kernel: pci_bus 0000:2b: resource 0 [io 0xe000-0xefff]
Sep 09 18:26:28 arch kernel: pci_bus 0000:2b: resource 1 [mem 0xfc900000-0xfcbfffff]
Sep 09 18:26:28 arch kernel: pci_bus 0000:2b: resource 2 [mem 0x7c00000000-0x7e0fffffff 64bit pref]
Sep 09 18:26:28 arch kernel: pci_bus 0000:2c: resource 0 [io 0xe000-0xefff]
Sep 09 18:26:28 arch kernel: pci_bus 0000:2c: resource 1 [mem 0xfc900000-0xfcafffff]
Sep 09 18:26:28 arch kernel: pci_bus 0000:2c: resource 2 [mem 0x7c00000000-0x7e0fffffff 64bit pref]
Sep 09 18:26:28 arch kernel: pci_bus 0000:2d: resource 0 [io 0xe000-0xefff]
Sep 09 18:26:28 arch kernel: pci_bus 0000:2d: resource 1 [mem 0xfc900000-0xfcafffff]
Sep 09 18:26:28 arch kernel: pci_bus 0000:2d: resource 2 [mem 0x7c00000000-0x7e0fffffff 64bit pref]
Sep 09 18:26:28 arch kernel: pci_bus 0000:2f: resource 1 [mem 0xfc600000-0xfc8fffff]
Sep 09 18:26:28 arch kernel: pci 0000:2d:00.1: D0 power state depends on 0000:2d:00.0
Sep 09 18:26:28 arch kernel: PCI: CLS 64 bytes, default 64
Sep 09 18:26:28 arch kernel: pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
Sep 09 18:26:28 arch kernel: Trying to unpack rootfs image as initramfs...
Sep 09 18:26:28 arch kernel: pci 0000:00:01.0: Adding to iommu group 0
Sep 09 18:26:28 arch kernel: pci 0000:00:01.1: Adding to iommu group 1
Sep 09 18:26:28 arch kernel: pci 0000:00:01.2: Adding to iommu group 2
Sep 09 18:26:28 arch kernel: pci 0000:00:02.0: Adding to iommu group 3
Sep 09 18:26:28 arch kernel: pci 0000:00:03.0: Adding to iommu group 4
Sep 09 18:26:28 arch kernel: pci 0000:00:03.1: Adding to iommu group 5
Sep 09 18:26:28 arch kernel: pci 0000:00:04.0: Adding to iommu group 6
Sep 09 18:26:28 arch kernel: pci 0000:00:05.0: Adding to iommu group 7
Sep 09 18:26:28 arch kernel: pci 0000:00:07.0: Adding to iommu group 8
Sep 09 18:26:28 arch kernel: pci 0000:00:07.1: Adding to iommu group 9
Sep 09 18:26:28 arch kernel: pci 0000:00:08.0: Adding to iommu group 10
Sep 09 18:26:28 arch kernel: pci 0000:00:08.1: Adding to iommu group 11
Sep 09 18:26:28 arch kernel: pci 0000:00:14.0: Adding to iommu group 12
Sep 09 18:26:28 arch kernel: pci 0000:00:14.3: Adding to iommu group 12
Sep 09 18:26:28 arch kernel: pci 0000:00:18.0: Adding to iommu group 13
Sep 09 18:26:28 arch kernel: pci 0000:00:18.1: Adding to iommu group 13
Sep 09 18:26:28 arch kernel: pci 0000:00:18.2: Adding to iommu group 13
Sep 09 18:26:28 arch kernel: pci 0000:00:18.3: Adding to iommu group 13
Sep 09 18:26:28 arch kernel: pci 0000:00:18.4: Adding to iommu group 13
Sep 09 18:26:28 arch kernel: pci 0000:00:18.5: Adding to iommu group 13
Sep 09 18:26:28 arch kernel: pci 0000:00:18.6: Adding to iommu group 13
Sep 09 18:26:28 arch kernel: pci 0000:00:18.7: Adding to iommu group 13
Sep 09 18:26:28 arch kernel: pci 0000:01:00.0: Adding to iommu group 14
Sep 09 18:26:28 arch kernel: pci 0000:02:00.0: Adding to iommu group 15
Sep 09 18:26:28 arch kernel: pci 0000:02:00.1: Adding to iommu group 15
Sep 09 18:26:28 arch kernel: pci 0000:02:00.2: Adding to iommu group 15
Sep 09 18:26:28 arch kernel: pci 0000:03:08.0: Adding to iommu group 15
Sep 09 18:26:28 arch kernel: pci 0000:03:09.0: Adding to iommu group 15
Sep 09 18:26:28 arch kernel: pci 0000:29:00.0: Adding to iommu group 15
Sep 09 18:26:28 arch kernel: pci 0000:2a:00.0: Adding to iommu group 15
Sep 09 18:26:28 arch kernel: pci 0000:2b:00.0: Adding to iommu group 16
Sep 09 18:26:28 arch kernel: pci 0000:2c:00.0: Adding to iommu group 17
Sep 09 18:26:28 arch kernel: pci 0000:2d:00.0: Adding to iommu group 18
Sep 09 18:26:28 arch kernel: pci 0000:2d:00.1: Adding to iommu group 19
Sep 09 18:26:28 arch kernel: pci 0000:2e:00.0: Adding to iommu group 20
Sep 09 18:26:28 arch kernel: pci 0000:2f:00.0: Adding to iommu group 21
Sep 09 18:26:28 arch kernel: pci 0000:2f:00.1: Adding to iommu group 22
Sep 09 18:26:28 arch kernel: pci 0000:2f:00.3: Adding to iommu group 23
Sep 09 18:26:28 arch kernel: pci 0000:2f:00.4: Adding to iommu group 24
Sep 09 18:26:28 arch kernel: pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
Sep 09 18:26:28 arch kernel: AMD-Vi: Extended features (0x58f77ef22294a5a, 0x0): PPR NX GT IA PC GA_vAPIC
Sep 09 18:26:28 arch kernel: AMD-Vi: Interrupt remapping enabled
Sep 09 18:26:28 arch kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Sep 09 18:26:28 arch kernel: software IO TLB: mapped [mem 0x00000000d3153000-0x00000000d7153000] (64MB)
Sep 09 18:26:28 arch kernel: LVT offset 0 assigned for vector 0x400
Sep 09 18:26:28 arch kernel: perf: AMD IBS detected (0x000003ff)
Sep 09 18:26:28 arch kernel: perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
Sep 09 18:26:28 arch kernel: Initialise system trusted keyrings
Sep 09 18:26:28 arch kernel: Key type blacklist registered
Sep 09 18:26:28 arch kernel: workingset: timestamp_bits=41 max_order=22 bucket_order=0
Sep 09 18:26:28 arch kernel: zbud: loaded
Sep 09 18:26:28 arch kernel: integrity: Platform Keyring initialized
Sep 09 18:26:28 arch kernel: integrity: Machine keyring initialized
Sep 09 18:26:28 arch kernel: Key type asymmetric registered
Sep 09 18:26:28 arch kernel: Asymmetric key parser 'x509' registered
Sep 09 18:26:28 arch kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
Sep 09 18:26:28 arch kernel: io scheduler mq-deadline registered
Sep 09 18:26:28 arch kernel: io scheduler kyber registered
Sep 09 18:26:28 arch kernel: io scheduler bfq registered
Sep 09 18:26:28 arch kernel: amd_gpio AMDI0030:00: Invalid config param 0014
Sep 09 18:26:28 arch kernel: pcieport 0000:00:01.1: PME: Signaling with IRQ 27
Sep 09 18:26:28 arch kernel: pcieport 0000:00:01.1: AER: enabled with IRQ 27
Sep 09 18:26:28 arch kernel: pcieport 0000:00:01.2: PME: Signaling with IRQ 28
Sep 09 18:26:28 arch kernel: pcieport 0000:00:01.2: AER: enabled with IRQ 28
Sep 09 18:26:28 arch kernel: pcieport 0000:00:03.1: PME: Signaling with IRQ 29
Sep 09 18:26:28 arch kernel: pcieport 0000:00:03.1: AER: enabled with IRQ 29
Sep 09 18:26:28 arch kernel: pcieport 0000:00:07.1: PME: Signaling with IRQ 31
Sep 09 18:26:28 arch kernel: pcieport 0000:00:07.1: AER: enabled with IRQ 31
Sep 09 18:26:28 arch kernel: pcieport 0000:00:08.1: PME: Signaling with IRQ 32
Sep 09 18:26:28 arch kernel: pcieport 0000:00:08.1: AER: enabled with IRQ 32
Sep 09 18:26:28 arch kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Sep 09 18:26:28 arch kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
Sep 09 18:26:28 arch kernel: ACPI: button: Power Button [PWRB]
Sep 09 18:26:28 arch kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
Sep 09 18:26:28 arch kernel: ACPI: button: Power Button [PWRF]
Sep 09 18:26:28 arch kernel: Estimated ratio of average max frequency by base frequency (times 1024): 1165
Sep 09 18:26:28 arch kernel: Monitor-Mwait will be used to enter C-1 state
Sep 09 18:26:28 arch kernel: ACPI: \_SB_.PLTF.C000: Found 2 idle states
Sep 09 18:26:28 arch kernel: ACPI: \_SB_.PLTF.C002: Found 2 idle states
Sep 09 18:26:28 arch kernel: ACPI: \_SB_.PLTF.C004: Found 2 idle states
Sep 09 18:26:28 arch kernel: ACPI: \_SB_.PLTF.C006: Found 2 idle states
Sep 09 18:26:28 arch kernel: ACPI: \_SB_.PLTF.C008: Found 2 idle states
Sep 09 18:26:28 arch kernel: ACPI: \_SB_.PLTF.C00A: Found 2 idle states
Sep 09 18:26:28 arch kernel: ACPI: \_SB_.PLTF.C001: Found 2 idle states
Sep 09 18:26:28 arch kernel: ACPI: \_SB_.PLTF.C003: Found 2 idle states
Sep 09 18:26:28 arch kernel: ACPI: \_SB_.PLTF.C005: Found 2 idle states
Sep 09 18:26:28 arch kernel: ACPI: \_SB_.PLTF.C007: Found 2 idle states
Sep 09 18:26:28 arch kernel: ACPI: \_SB_.PLTF.C009: Found 2 idle states
Sep 09 18:26:28 arch kernel: ACPI: \_SB_.PLTF.C00B: Found 2 idle states
Sep 09 18:26:28 arch kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Sep 09 18:26:28 arch kernel: 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
Sep 09 18:26:28 arch kernel: Non-volatile memory driver v1.3
Sep 09 18:26:28 arch kernel: Linux agpgart interface v0.103
Sep 09 18:26:28 arch kernel: AMD-Vi: AMD IOMMUv2 loaded and initialized
Sep 09 18:26:28 arch kernel: ACPI: bus type drm_connector registered
Sep 09 18:26:28 arch kernel: Freeing initrd memory: 18304K
Sep 09 18:26:28 arch kernel: ahci 0000:02:00.1: version 3.0
Sep 09 18:26:28 arch kernel: ahci 0000:02:00.1: SSS flag set, parallel bus scan disabled
Sep 09 18:26:28 arch kernel: ahci 0000:02:00.1: AHCI 0001.0301 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
Sep 09 18:26:28 arch kernel: ahci 0000:02:00.1: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part sxs deso sadm sds apst
Sep 09 18:26:28 arch kernel: scsi host0: ahci
Sep 09 18:26:28 arch kernel: scsi host1: ahci
Sep 09 18:26:28 arch kernel: scsi host2: ahci
Sep 09 18:26:28 arch kernel: scsi host3: ahci
Sep 09 18:26:28 arch kernel: scsi host4: ahci
Sep 09 18:26:28 arch kernel: scsi host5: ahci
Sep 09 18:26:28 arch kernel: ata1: SATA max UDMA/133 abar m131072@0xfce80000 port 0xfce80100 irq 40
Sep 09 18:26:28 arch kernel: ata2: SATA max UDMA/133 abar m131072@0xfce80000 port 0xfce80180 irq 40
Sep 09 18:26:28 arch kernel: ata3: SATA max UDMA/133 abar m131072@0xfce80000 port 0xfce80200 irq 40
Sep 09 18:26:28 arch kernel: ata4: SATA max UDMA/133 abar m131072@0xfce80000 port 0xfce80280 irq 40
Sep 09 18:26:28 arch kernel: ata5: SATA max UDMA/133 abar m131072@0xfce80000 port 0xfce80300 irq 40
Sep 09 18:26:28 arch kernel: ata6: SATA max UDMA/133 abar m131072@0xfce80000 port 0xfce80380 irq 40
Sep 09 18:26:28 arch kernel: usbcore: registered new interface driver usbserial_generic
Sep 09 18:26:28 arch kernel: usbserial: USB Serial support registered for generic
Sep 09 18:26:28 arch kernel: rtc_cmos 00:02: RTC can wake from S4
Sep 09 18:26:28 arch kernel: rtc_cmos 00:02: registered as rtc0
Sep 09 18:26:28 arch kernel: rtc_cmos 00:02: setting system clock to 2023-09-09T16:26:24 UTC (1694276784)
Sep 09 18:26:28 arch kernel: rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
Sep 09 18:26:28 arch kernel: amd_pstate: driver load is disabled, boot with specific mode to enable this
Sep 09 18:26:28 arch kernel: ledtrig-cpu: registered to indicate activity on CPUs
Sep 09 18:26:28 arch kernel: [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
Sep 09 18:26:28 arch kernel: fbcon: Deferring console take-over
Sep 09 18:26:28 arch kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
Sep 09 18:26:28 arch kernel: hid: raw HID events driver (C) Jiri Kosina
Sep 09 18:26:28 arch kernel: drop_monitor: Initializing network drop monitor service
Sep 09 18:26:28 arch kernel: Initializing XFRM netlink socket
Sep 09 18:26:28 arch kernel: NET: Registered PF_INET6 protocol family
Sep 09 18:26:28 arch kernel: Segment Routing with IPv6
Sep 09 18:26:28 arch kernel: RPL Segment Routing with IPv6
Sep 09 18:26:28 arch kernel: In-situ OAM (IOAM) with IPv6
Sep 09 18:26:28 arch kernel: NET: Registered PF_PACKET protocol family
Sep 09 18:26:28 arch kernel: microcode: CPU0: patch_level=0x0a20120a
Sep 09 18:26:28 arch kernel: microcode: CPU1: patch_level=0x0a20120a
Sep 09 18:26:28 arch kernel: microcode: CPU6: patch_level=0x0a20120a
Sep 09 18:26:28 arch kernel: microcode: CPU2: patch_level=0x0a20120a
Sep 09 18:26:28 arch kernel: microcode: CPU5: patch_level=0x0a20120a
Sep 09 18:26:28 arch kernel: microcode: CPU4: patch_level=0x0a20120a
Sep 09 18:26:28 arch kernel: microcode: CPU7: patch_level=0x0a20120a
Sep 09 18:26:28 arch kernel: microcode: CPU8: patch_level=0x0a20120a
Sep 09 18:26:28 arch kernel: microcode: CPU3: patch_level=0x0a20120a
Sep 09 18:26:28 arch kernel: microcode: CPU9: patch_level=0x0a20120a
Sep 09 18:26:28 arch kernel: microcode: CPU11: patch_level=0x0a20120a
Sep 09 18:26:28 arch kernel: microcode: CPU10: patch_level=0x0a20120a
Sep 09 18:26:28 arch kernel: microcode: Microcode Update Driver: v2.2.
Sep 09 18:26:28 arch kernel: resctrl: L3 allocation detected
Sep 09 18:26:28 arch kernel: resctrl: MB allocation detected
Sep 09 18:26:28 arch kernel: resctrl: L3 monitoring detected
Sep 09 18:26:28 arch kernel: IPI shorthand broadcast: enabled
Sep 09 18:26:28 arch kernel: sched_clock: Marking stable (410912387, 313557325)->(727234018, -2764306)
Sep 09 18:26:28 arch kernel: registered taskstats version 1
Sep 09 18:26:28 arch kernel: Loading compiled-in X.509 certificates
Sep 09 18:26:28 arch kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 333e1bae8548937ea28bdd550a94d2aba8351419'
Sep 09 18:26:28 arch kernel: zswap: loaded using pool zstd/zsmalloc
Sep 09 18:26:28 arch kernel: Key type .fscrypt registered
Sep 09 18:26:28 arch kernel: Key type fscrypt-provisioning registered
Sep 09 18:26:28 arch kernel: integrity: Loading X.509 certificate: UEFI:db
Sep 09 18:26:28 arch kernel: integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
Sep 09 18:26:28 arch kernel: integrity: Loading X.509 certificate: UEFI:db
Sep 09 18:26:28 arch kernel: integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
Sep 09 18:26:28 arch kernel: blacklist: Duplicate blacklisted hash bin:47ff1b63b140b6fc04ed79131331e651da5b2e2f170f5daef4153dc2fbc532b1
Sep 09 18:26:28 arch kernel: blacklist: Duplicate blacklisted hash bin:5391c3a2fb112102a6aa1edc25ae77e19f5d6f09cd09eeb2509922bfcd5992ea
Sep 09 18:26:28 arch kernel: blacklist: Duplicate blacklisted hash bin:80b4d96931bf0d02fd91a61e19d14f1da452e66db2408ca8604d411f92659f0a
Sep 09 18:26:28 arch kernel: blacklist: Duplicate blacklisted hash bin:992d359aa7a5f789d268b94c11b9485a6b1ce64362b0edb4441ccc187c39647b
Sep 09 18:26:28 arch kernel: blacklist: Duplicate blacklisted hash bin:c452ab846073df5ace25cca64d6b7a09d906308a1a65eb5240e3c4ebcaa9cc0c
Sep 09 18:26:28 arch kernel: blacklist: Duplicate blacklisted hash bin:e051b788ecbaeda53046c70e6af6058f95222c046157b8c4c1b9c2cfc65f46e5
Sep 09 18:26:28 arch kernel: PM: Magic number: 7:765:438
Sep 09 18:26:28 arch kernel: iommu ivhd0: hash matches
Sep 09 18:26:28 arch kernel: RAS: Correctable Errors collector initialized.
Sep 09 18:26:28 arch kernel: clk: Disabling unused clocks
Sep 09 18:26:28 arch kernel: ata1: SATA link down (SStatus 0 SControl 330)
Sep 09 18:26:28 arch kernel: ata2: SATA link down (SStatus 0 SControl 330)
Sep 09 18:26:28 arch kernel: tsc: Refined TSC clocksource calibration: 3499.997 MHz
Sep 09 18:26:28 arch kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32734e5ebc4, max_idle_ns: 440795265422 ns
Sep 09 18:26:28 arch kernel: ata3: SATA link down (SStatus 0 SControl 330)
Sep 09 18:26:28 arch kernel: clocksource: Switched to clocksource tsc
Sep 09 18:26:28 arch kernel: ata4: SATA link down (SStatus 0 SControl 330)
Sep 09 18:26:28 arch kernel: ata5: SATA link down (SStatus 0 SControl 330)
Sep 09 18:26:28 arch kernel: ata6: SATA link down (SStatus 0 SControl 330)
Sep 09 18:26:28 arch kernel: Freeing unused decrypted memory: 2036K
Sep 09 18:26:28 arch kernel: Freeing unused kernel image (initmem) memory: 3348K
Sep 09 18:26:28 arch kernel: Write protecting the kernel read-only data: 30720k
Sep 09 18:26:28 arch kernel: Freeing unused kernel image (rodata/data gap) memory: 1556K
Sep 09 18:26:28 arch kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Sep 09 18:26:28 arch kernel: rodata_test: all tests were successful
Sep 09 18:26:28 arch kernel: Run /init as init process
Sep 09 18:26:28 arch kernel: with arguments:
Sep 09 18:26:28 arch kernel: /init
Sep 09 18:26:28 arch kernel: with environment:
Sep 09 18:26:28 arch kernel: HOME=/
Sep 09 18:26:28 arch kernel: TERM=linux
Sep 09 18:26:28 arch kernel: BOOT_IMAGE=/boot/vmlinuz-linux
Sep 09 18:26:28 arch kernel: xhci_hcd 0000:02:00.0: xHCI Host Controller
Sep 09 18:26:28 arch kernel: xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 1
Sep 09 18:26:28 arch kernel: nvme nvme0: pci function 0000:01:00.0
Sep 09 18:26:28 arch kernel: nvme nvme0: Shutdown timeout set to 10 seconds
Sep 09 18:26:28 arch kernel: nvme nvme0: 32/0/0 default/read/poll queues
Sep 09 18:26:28 arch kernel: nvme0n1: p1 p2
Sep 09 18:26:28 arch kernel: device-mapper: uevent: version 1.0.3
Sep 09 18:26:28 arch kernel: device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
Sep 09 18:26:28 arch kernel: xhci_hcd 0000:02:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000000000000410
Sep 09 18:26:28 arch kernel: xhci_hcd 0000:02:00.0: xHCI Host Controller
Sep 09 18:26:28 arch kernel: xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 2
Sep 09 18:26:28 arch kernel: xhci_hcd 0000:02:00.0: Host supports USB 3.1 Enhanced SuperSpeed
Sep 09 18:26:28 arch kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.04
Sep 09 18:26:28 arch kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 09 18:26:28 arch kernel: usb usb1: Product: xHCI Host Controller
Sep 09 18:26:28 arch kernel: usb usb1: Manufacturer: Linux 6.4.12-arch1-1 xhci-hcd
Sep 09 18:26:28 arch kernel: usb usb1: SerialNumber: 0000:02:00.0
Sep 09 18:26:28 arch kernel: hub 1-0:1.0: USB hub found
Sep 09 18:26:28 arch kernel: hub 1-0:1.0: 10 ports detected
Sep 09 18:26:28 arch kernel: usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
Sep 09 18:26:28 arch kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.04
Sep 09 18:26:28 arch kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 09 18:26:28 arch kernel: usb usb2: Product: xHCI Host Controller
Sep 09 18:26:28 arch kernel: usb usb2: Manufacturer: Linux 6.4.12-arch1-1 xhci-hcd
Sep 09 18:26:28 arch kernel: usb usb2: SerialNumber: 0000:02:00.0
Sep 09 18:26:28 arch kernel: hub 2-0:1.0: USB hub found
Sep 09 18:26:28 arch kernel: hub 2-0:1.0: 4 ports detected
Sep 09 18:26:28 arch kernel: xhci_hcd 0000:2f:00.3: xHCI Host Controller
Sep 09 18:26:28 arch kernel: xhci_hcd 0000:2f:00.3: new USB bus registered, assigned bus number 3
Sep 09 18:26:28 arch kernel: xhci_hcd 0000:2f:00.3: hcc params 0x0278ffe5 hci version 0x110 quirks 0x0000000000000410
Sep 09 18:26:28 arch kernel: xhci_hcd 0000:2f:00.3: xHCI Host Controller
Sep 09 18:26:28 arch kernel: xhci_hcd 0000:2f:00.3: new USB bus registered, assigned bus number 4
Sep 09 18:26:28 arch kernel: xhci_hcd 0000:2f:00.3: Host supports USB 3.1 Enhanced SuperSpeed
Sep 09 18:26:28 arch kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.04
Sep 09 18:26:28 arch kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 09 18:26:28 arch kernel: usb usb3: Product: xHCI Host Controller
Sep 09 18:26:28 arch kernel: usb usb3: Manufacturer: Linux 6.4.12-arch1-1 xhci-hcd
Sep 09 18:26:28 arch kernel: usb usb3: SerialNumber: 0000:2f:00.3
Sep 09 18:26:28 arch kernel: hub 3-0:1.0: USB hub found
Sep 09 18:26:28 arch kernel: hub 3-0:1.0: 4 ports detected
Sep 09 18:26:28 arch kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
Sep 09 18:26:28 arch kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.04
Sep 09 18:26:28 arch kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 09 18:26:28 arch kernel: usb usb4: Product: xHCI Host Controller
Sep 09 18:26:28 arch kernel: usb usb4: Manufacturer: Linux 6.4.12-arch1-1 xhci-hcd
Sep 09 18:26:28 arch kernel: usb usb4: SerialNumber: 0000:2f:00.3
Sep 09 18:26:28 arch kernel: hub 4-0:1.0: USB hub found
Sep 09 18:26:28 arch kernel: hub 4-0:1.0: 4 ports detected
Sep 09 18:26:28 arch kernel: usb 3-3: new full-speed USB device number 2 using xhci_hcd
Sep 09 18:26:28 arch kernel: usb 1-4: new full-speed USB device number 2 using xhci_hcd
Sep 09 18:26:28 arch kernel: usb 3-3: New USB device found, idVendor=0951, idProduct=1727, bcdDevice=11.04
Sep 09 18:26:28 arch kernel: usb 3-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Sep 09 18:26:28 arch kernel: usb 3-3: Product: HyperX Pulsefire Haste
Sep 09 18:26:28 arch kernel: usb 3-3: Manufacturer: Kingston
Sep 09 18:26:28 arch kernel: usb 3-4: new full-speed USB device number 3 using xhci_hcd
Sep 09 18:26:28 arch kernel: usb 1-4: New USB device found, idVendor=0a12, idProduct=0001, bcdDevice=88.91
Sep 09 18:26:28 arch kernel: usb 1-4: New USB device strings: Mfr=0, Product=2, SerialNumber=0
Sep 09 18:26:28 arch kernel: usb 1-4: Product: CSR8510 A10
Sep 09 18:26:28 arch kernel: usb 3-4: New USB device found, idVendor=03f0, idProduct=0591, bcdDevice=21.22
Sep 09 18:26:28 arch kernel: usb 3-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Sep 09 18:26:28 arch kernel: usb 3-4: Product: HyperX Alloy Origins
Sep 09 18:26:28 arch kernel: usb 3-4: Manufacturer: HP, Inc
Sep 09 18:26:28 arch kernel: usb 1-7: new high-speed USB device number 3 using xhci_hcd
Sep 09 18:26:28 arch kernel: usb 1-7: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=60.90
Sep 09 18:26:28 arch kernel: usb 1-7: New USB device strings: Mfr=0, Product=1, SerialNumber=0
Sep 09 18:26:28 arch kernel: usb 1-7: Product: USB2.0 Hub
Sep 09 18:26:28 arch kernel: hub 1-7:1.0: USB hub found
Sep 09 18:26:28 arch kernel: hub 1-7:1.0: 4 ports detected
Sep 09 18:26:28 arch kernel: usb 1-8: new full-speed USB device number 4 using xhci_hcd
Sep 09 18:26:28 arch kernel: input: Kingston HyperX Pulsefire Haste as /devices/pci0000:00/0000:00:08.1/0000:2f:00.3/usb3/3-3/3-3:1.0/0003:0951:1727.0001/input/input2
Sep 09 18:26:28 arch kernel: hid-generic 0003:0951:1727.0001: input,hidraw0: USB HID v1.11 Mouse [Kingston HyperX Pulsefire Haste] on usb-0000:2f:00.3-3/input0
Sep 09 18:26:28 arch kernel: [drm] amdgpu kernel modesetting enabled.
Sep 09 18:26:28 arch kernel: input: Kingston HyperX Pulsefire Haste System Control as /devices/pci0000:00/0000:00:08.1/0000:2f:00.3/usb3/3-3/3-3:1.1/0003:0951:1727.0002/input/input3
Sep 09 18:26:28 arch kernel: amdgpu: Ignoring ACPI CRAT on non-APU system
Sep 09 18:26:28 arch kernel: amdgpu: Virtual CRAT table created for CPU
Sep 09 18:26:28 arch kernel: amdgpu: Topology: Add CPU node
Sep 09 18:26:28 arch kernel: amdgpu 0000:2d:00.0: enabling device (0006 -> 0007)
Sep 09 18:26:28 arch kernel: [drm] initializing kernel modesetting (DIMGREY_CAVEFISH 0x1002:0x73EF 0x1462:0x5027 0xC1).
Sep 09 18:26:28 arch kernel: [drm] register mmio base: 0xFC900000
Sep 09 18:26:28 arch kernel: [drm] register mmio size: 1048576
Sep 09 18:26:28 arch kernel: [drm] add ip block number 0 <nv_common>
Sep 09 18:26:28 arch kernel: [drm] add ip block number 1 <gmc_v10_0>
Sep 09 18:26:28 arch kernel: [drm] add ip block number 2 <navi10_ih>
Sep 09 18:26:28 arch kernel: [drm] add ip block number 3 <psp>
Sep 09 18:26:28 arch kernel: [drm] add ip block number 4 <smu>
Sep 09 18:26:28 arch kernel: [drm] add ip block number 5 <dm>
Sep 09 18:26:28 arch kernel: [drm] add ip block number 6 <gfx_v10_0>
Sep 09 18:26:28 arch kernel: [drm] add ip block number 7 <sdma_v5_2>
Sep 09 18:26:28 arch kernel: [drm] add ip block number 8 <vcn_v3_0>
Sep 09 18:26:28 arch kernel: [drm] add ip block number 9 <jpeg_v3_0>
Sep 09 18:26:28 arch kernel: amdgpu 0000:2d:00.0: amdgpu: Fetched VBIOS from VFCT
Sep 09 18:26:28 arch kernel: amdgpu: ATOM BIOS: 113-V502MECH-1OC
Sep 09 18:26:28 arch kernel: amdgpu 0000:2d:00.0: Direct firmware load for amdgpu/dimgrey_cavefish_sos.bin failed with error -2
Sep 09 18:26:28 arch kernel: [drm:amdgpu_device_init [amdgpu]] *ERROR* early_init of IP block <psp> failed -19
Sep 09 18:26:28 arch kernel: amdgpu 0000:2d:00.0: Direct firmware load for amdgpu/dimgrey_cavefish_smc.bin failed with error -2
Sep 09 18:26:28 arch kernel: [drm:amdgpu_device_init [amdgpu]] *ERROR* early_init of IP block <smu> failed -19
Sep 09 18:26:28 arch kernel: amdgpu 0000:2d:00.0: Direct firmware load for amdgpu/dimgrey_cavefish_dmcub.bin failed with error -2
Sep 09 18:26:28 arch kernel: [drm:dm_early_init [amdgpu]] *ERROR* DMUB firmware loading failed: -19
Sep 09 18:26:28 arch kernel: [drm:amdgpu_device_init [amdgpu]] *ERROR* early_init of IP block <dm> failed -19
Sep 09 18:26:28 arch kernel: amdgpu 0000:2d:00.0: Direct firmware load for amdgpu/dimgrey_cavefish_pfp.bin failed with error -2
Sep 09 18:26:28 arch kernel: [drm:amdgpu_device_init [amdgpu]] *ERROR* early_init of IP block <gfx_v10_0> failed -19
Sep 09 18:26:28 arch kernel: [drm] VCN(0) decode is enabled in VM mode
Sep 09 18:26:28 arch kernel: [drm] VCN(0) encode is enabled in VM mode
Sep 09 18:26:28 arch kernel: amdgpu 0000:2d:00.0: Direct firmware load for amdgpu/dimgrey_cavefish_vcn.bin failed with error -2
Sep 09 18:26:28 arch kernel: [drm:amdgpu_device_init [amdgpu]] *ERROR* early_init of IP block <vcn_v3_0> failed -19
Sep 09 18:26:28 arch kernel: [drm] JPEG decode is enabled in VM mode
Sep 09 18:26:28 arch kernel: amdgpu 0000:2d:00.0: amdgpu: Fatal error during GPU init
Sep 09 18:26:28 arch kernel: amdgpu 0000:2d:00.0: amdgpu: amdgpu: finishing device.
Sep 09 18:26:28 arch kernel: usb 1-8: New USB device found, idVendor=1462, idProduct=7c95, bcdDevice= 0.01
Sep 09 18:26:28 arch kernel: usb 1-8: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Sep 09 18:26:28 arch kernel: usb 1-8: Product: MYSTIC LIGHT
Sep 09 18:26:28 arch kernel: usb 1-8: Manufacturer: MSI
Sep 09 18:26:28 arch kernel: usb 1-8: SerialNumber: A02021090806
Sep 09 18:26:28 arch kernel: input: Kingston HyperX Pulsefire Haste Consumer Control as /devices/pci0000:00/0000:00:08.1/0000:2f:00.3/usb3/3-3/3-3:1.1/0003:0951:1727.0002/input/input4
Sep 09 18:26:28 arch kernel: input: Kingston HyperX Pulsefire Haste as /devices/pci0000:00/0000:00:08.1/0000:2f:00.3/usb3/3-3/3-3:1.1/0003:0951:1727.0002/input/input5
Sep 09 18:26:28 arch kernel: hid-generic 0003:0951:1727.0002: input,hiddev96,hidraw1: USB HID v1.11 Device [Kingston HyperX Pulsefire Haste] on usb-0000:2f:00.3-3/input1
Sep 09 18:26:28 arch kernel: input: Kingston HyperX Pulsefire Haste as /devices/pci0000:00/0000:00:08.1/0000:2f:00.3/usb3/3-3/3-3:1.2/0003:0951:1727.0003/input/input6
Sep 09 18:26:28 arch kernel: input: MSI MYSTIC LIGHT as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-8/1-8:1.0/0003:1462:7C95.0004/input/input7
Sep 09 18:26:28 arch kernel: hid-generic 0003:0951:1727.0003: input,hidraw2: USB HID v1.11 Keyboard [Kingston HyperX Pulsefire Haste] on usb-0000:2f:00.3-3/input2
Sep 09 18:26:28 arch kernel: usbhid 3-3:1.3: couldn't find an input interrupt endpoint
Sep 09 18:26:28 arch kernel: hid-generic 0003:1462:7C95.0004: input,hiddev97,hidraw3: USB HID v1.10 Device [MSI MYSTIC LIGHT ] on usb-0000:02:00.0-8/input0
Sep 09 18:26:28 arch kernel: input: HP, Inc HyperX Alloy Origins as /devices/pci0000:00/0000:00:08.1/0000:2f:00.3/usb3/3-4/3-4:1.0/0003:03F0:0591.0005/input/input8
Sep 09 18:26:28 arch kernel: hid-generic 0003:03F0:0591.0005: input,hidraw4: USB HID v1.11 Keyboard [HP, Inc HyperX Alloy Origins] on usb-0000:2f:00.3-4/input0
Sep 09 18:26:28 arch kernel: input: HP, Inc HyperX Alloy Origins Mouse as /devices/pci0000:00/0000:00:08.1/0000:2f:00.3/usb3/3-4/3-4:1.1/0003:03F0:0591.0006/input/input9
Sep 09 18:26:28 arch kernel: input: HP, Inc HyperX Alloy Origins System Control as /devices/pci0000:00/0000:00:08.1/0000:2f:00.3/usb3/3-4/3-4:1.1/0003:03F0:0591.0006/input/input10
Sep 09 18:26:28 arch kernel: input: HP, Inc HyperX Alloy Origins Consumer Control as /devices/pci0000:00/0000:00:08.1/0000:2f:00.3/usb3/3-4/3-4:1.1/0003:03F0:0591.0006/input/input11
Sep 09 18:26:28 arch kernel: input: HP, Inc HyperX Alloy Origins as /devices/pci0000:00/0000:00:08.1/0000:2f:00.3/usb3/3-4/3-4:1.1/0003:03F0:0591.0006/input/input12
Sep 09 18:26:28 arch kernel: hid-generic 0003:03F0:0591.0006: input,hiddev98,hidraw5: USB HID v1.11 Mouse [HP, Inc HyperX Alloy Origins] on usb-0000:2f:00.3-4/input1
Sep 09 18:26:28 arch kernel: usb 1-9: new high-speed USB device number 5 using xhci_hcd
Sep 09 18:26:28 arch kernel: input: HP, Inc HyperX Alloy Origins as /devices/pci0000:00/0000:00:08.1/0000:2f:00.3/usb3/3-4/3-4:1.2/0003:03F0:0591.0007/input/input13
Sep 09 18:26:28 arch kernel: hid-generic 0003:03F0:0591.0007: input,hidraw6: USB HID v1.11 Keyboard [HP, Inc HyperX Alloy Origins] on usb-0000:2f:00.3-4/input2
Sep 09 18:26:28 arch kernel: usbhid 3-4:1.3: couldn't find an input interrupt endpoint
Sep 09 18:26:28 arch kernel: usbcore: registered new interface driver usbhid
Sep 09 18:26:28 arch kernel: usbhid: USB HID core driver
Sep 09 18:26:28 arch kernel: fbcon: Taking over console
Sep 09 18:26:28 arch kernel: Console: switching to colour frame buffer device 215x45
Sep 09 18:26:28 arch kernel: EXT4-fs (dm-0): mounted filesystem 4eef6eda-e154-4894-a5b0-f2875774c07b r/w with ordered data mode. Quota mode: none.
Sep 09 18:26:28 arch kernel: usb 1-9: New USB device found, idVendor=0e8d, idProduct=0616, bcdDevice= 1.00
Sep 09 18:26:28 arch kernel: usb 1-9: New USB device strings: Mfr=5, Product=6, SerialNumber=7
Sep 09 18:26:28 arch kernel: usb 1-9: Product: Wireless_Device
Sep 09 18:26:28 arch kernel: usb 1-9: Manufacturer: MediaTek Inc.
Sep 09 18:26:28 arch kernel: usb 1-9: SerialNumber: 000000000
Sep 09 18:26:28 arch systemd[1]: systemd 254.2-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +F
IDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=un
ified)
Sep 09 18:26:28 arch systemd[1]: Detected architecture x86-64.
Sep 09 18:26:28 arch systemd[1]: Hostname set to <arch>.
Sep 09 18:26:28 arch systemd[1]: bpf-lsm: LSM BPF program attached
Sep 09 18:26:28 arch systemd[1]: Queued start job for default target Graphical Interface.
Sep 09 18:26:28 arch systemd[1]: Created slice Slice /system/getty.
Sep 09 18:26:28 arch systemd[1]: Created slice Slice /system/modprobe.
Sep 09 18:26:28 arch systemd[1]: Created slice Slice /system/systemd-fsck.
Sep 09 18:26:28 arch systemd[1]: Created slice User and Session Slice.
Sep 09 18:26:28 arch systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Sep 09 18:26:28 arch systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Sep 09 18:26:28 arch systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Sep 09 18:26:28 arch systemd[1]: Reached target Local Encrypted Volumes.
Sep 09 18:26:28 arch systemd[1]: Reached target Local Integrity Protected Volumes.
Sep 09 18:26:28 arch systemd[1]: Reached target Path Units.
Sep 09 18:26:28 arch systemd[1]: Reached target Remote File Systems.
Sep 09 18:26:28 arch systemd[1]: Reached target Slice Units.
Sep 09 18:26:28 arch systemd[1]: Reached target Local Verity Protected Volumes.
Sep 09 18:26:28 arch systemd[1]: Listening on Device-mapper event daemon FIFOs.
Sep 09 18:26:28 arch systemd[1]: Listening on LVM2 poll daemon socket.
Sep 09 18:26:28 arch systemd[1]: Listening on Process Core Dump Socket.
Sep 09 18:26:28 arch systemd[1]: Listening on Journal Socket.
Sep 09 18:26:28 arch systemd[1]: Listening on udev Control Socket.
Sep 09 18:26:28 arch systemd[1]: Listening on udev Kernel Socket.
Sep 09 18:26:28 arch systemd[1]: Mounting Huge Pages File System...
Sep 09 18:26:28 arch systemd[1]: Mounting POSIX Message Queue File System...
Sep 09 18:26:28 arch systemd[1]: Mounting Kernel Debug File System...
Sep 09 18:26:28 arch systemd[1]: Mounting Kernel Trace File System...
Sep 09 18:26:28 arch systemd[1]: Starting Create List of Static Device Nodes...
Sep 09 18:26:28 arch systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Sep 09 18:26:28 arch systemd[1]: Starting Load Kernel Module configfs...
Sep 09 18:26:28 arch systemd[1]: Starting Load Kernel Module dm_mod...
Sep 09 18:26:28 arch systemd[1]: Starting Load Kernel Module drm...
Sep 09 18:26:28 arch systemd[1]: Starting Load Kernel Module fuse...
Sep 09 18:26:28 arch systemd[1]: Starting Load Kernel Module loop...
Sep 09 18:26:28 arch systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Sep 09 18:26:28 arch systemd[1]: Starting Journal Service...
Sep 09 18:26:28 arch systemd[1]: Starting Load Kernel Modules...
Sep 09 18:26:28 arch systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b0
82-0a4c-41cf-b6c7-440b29bb8c4f).
Sep 09 18:26:28 arch systemd[1]: Starting Remount Root and Kernel File Systems...
Sep 09 18:26:28 arch systemd[1]: Starting Coldplug All udev Devices...
Sep 09 18:26:28 arch kernel: loop: module loaded
Sep 09 18:26:28 arch systemd[1]: Mounted Huge Pages File System.
Sep 09 18:26:28 arch systemd[1]: Mounted POSIX Message Queue File System.
Sep 09 18:26:28 arch systemd[1]: Mounted Kernel Debug File System.
Sep 09 18:26:28 arch systemd[1]: Mounted Kernel Trace File System.
Sep 09 18:26:28 arch kernel: fuse: init (API version 7.38)
Sep 09 18:26:28 arch kernel: EXT4-fs (dm-0): re-mounted 4eef6eda-e154-4894-a5b0-f2875774c07b r/w. Quota mode: none.
Sep 09 18:26:28 arch systemd-journald[291]: Collecting audit messages is disabled.
Sep 09 18:26:28 arch systemd[1]: Finished Create List of Static Device Nodes.
Sep 09 18:26:28 arch systemd[1]: modprobe@configfs.service: Deactivated successfully.
Sep 09 18:26:28 arch systemd-journald[291]: Journal started
Sep 09 18:26:28 arch systemd-journald[291]: Runtime Journal (/run/log/journal/5aad2f74ec1d453e826ae5f1e7d83464) is 8.0M, max 795.7M, 787.7M free.
Sep 09 18:26:28 arch systemd-modules-load[292]: Inserted module 'crypto_user'
Sep 09 18:26:28 arch lvm[285]: 2 logical volume(s) in volume group "volgroup0" monitored
Sep 09 18:26:28 arch systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Sep 09 18:26:28 arch systemd[1]: Finished Load Kernel Module configfs.
Sep 09 18:26:28 arch systemd[1]: Started Journal Service.
Sep 09 18:26:28 arch systemd[1]: Finished Load Kernel Module dm_mod.
Sep 09 18:26:28 arch systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Sep 09 18:26:28 arch systemd[1]: modprobe@drm.service: Deactivated successfully.
Sep 09 18:26:28 arch systemd[1]: Finished Load Kernel Module drm.
Sep 09 18:26:28 arch systemd[1]: modprobe@fuse.service: Deactivated successfully.
Sep 09 18:26:28 arch systemd[1]: Finished Load Kernel Module fuse.
Sep 09 18:26:28 arch systemd[1]: modprobe@loop.service: Deactivated successfully.
Sep 09 18:26:28 arch systemd[1]: Finished Load Kernel Module loop.
Sep 09 18:26:28 arch systemd[1]: Finished Load Kernel Modules.
Sep 09 18:26:28 arch systemd[1]: Finished Remount Root and Kernel File Systems.
Sep 09 18:26:28 arch systemd[1]: Finished Coldplug All udev Devices.
Sep 09 18:26:28 arch systemd[1]: Activating swap /swapfile...
Sep 09 18:26:28 arch systemd[1]: Mounting FUSE Control File System...
Sep 09 18:26:28 arch systemd[1]: Mounting Kernel Configuration File System...
Sep 09 18:26:28 arch systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Sep 09 18:26:28 arch systemd[1]: Starting Flush Journal to Persistent Storage...
Sep 09 18:26:28 arch systemd[1]: Starting Load/Save OS Random Seed...
Sep 09 18:26:28 arch systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Sep 09 18:26:28 arch systemd[1]: Starting Apply Kernel Variables...
Sep 09 18:26:28 arch systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
Sep 09 18:26:28 arch systemd[1]: Mounted FUSE Control File System.
Sep 09 18:26:28 arch systemd[1]: Mounted Kernel Configuration File System.
Sep 09 18:26:28 arch systemd-journald[291]: Time spent on flushing to /var/log/journal/5aad2f74ec1d453e826ae5f1e7d83464 is 30.724ms for 1089 entries.
Sep 09 18:26:28 arch systemd-journald[291]: System Journal (/var/log/journal/5aad2f74ec1d453e826ae5f1e7d83464) is 306.4M, max 2.9G, 2.6G free.
Sep 09 18:26:28 arch systemd-journald[291]: Received client request to flush runtime journal.
Sep 09 18:26:28 arch kernel: Adding 2097148k swap on /swapfile. Priority:-2 extents:8 across:14893056k SSFS
Sep 09 18:26:28 arch systemd-journald[291]: /var/log/journal/5aad2f74ec1d453e826ae5f1e7d83464/system.journal: Journal file uses a different sequence number ID, rotating.
Sep 09 18:26:28 arch systemd-journald[291]: Rotating system journal.
Sep 09 18:26:28 arch systemd[1]: Activated swap /swapfile.
Sep 09 18:26:28 arch systemd[1]: Reached target Swaps.
Sep 09 18:26:28 arch systemd[1]: Mounting Temporary Directory /tmp...
Sep 09 18:26:28 arch systemd[1]: Finished Apply Kernel Variables.
Sep 09 18:26:28 arch systemd[1]: Finished Load/Save OS Random Seed.
Sep 09 18:26:28 arch systemd[1]: Finished Flush Journal to Persistent Storage.
Sep 09 18:26:28 arch systemd[1]: Mounted Temporary Directory /tmp.
Sep 09 18:26:28 arch systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
Sep 09 18:26:28 arch systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Sep 09 18:26:28 arch systemd[1]: Starting Create Static Device Nodes in /dev...
Sep 09 18:26:28 arch systemd[1]: Finished Create Static Device Nodes in /dev.
Sep 09 18:26:28 arch systemd[1]: Reached target Preparation for Local File Systems.
Sep 09 18:26:28 arch systemd[1]: Set up automount EFI System Partition Automount.
Sep 09 18:26:28 arch systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Sep 09 18:26:28 arch systemd[1]: Starting Rule-based Manager for Device Events and Files...
Sep 09 18:26:28 arch systemd-udevd[339]: Using default interface naming scheme 'v253'.
Sep 09 18:26:29 arch systemd[1]: Started Rule-based Manager for Device Events and Files.
Sep 09 18:26:29 arch systemd[1]: Found device /dev/disk/by-uuid/ab43affe-2f71-46bf-bd80-31e96f53ad87.
Sep 09 18:26:29 arch kernel: mousedev: PS/2 mouse device common for all mice
Sep 09 18:26:29 arch lvm[386]: PV /dev/nvme0n1p2 online, VG volgroup0 is complete.
Sep 09 18:26:29 arch kernel: ccp 0000:2f:00.1: enabling device (0000 -> 0002)
Sep 09 18:26:29 arch kernel: ccp 0000:2f:00.1: ccp: unable to access the device: you might be running a broken BIOS.
Sep 09 18:26:29 arch kernel: ccp 0000:2f:00.1: psp enabled
Sep 09 18:26:29 arch lvm[386]: VG volgroup0 finished
Sep 09 18:26:29 arch systemd[1]: Starting File System Check on /dev/disk/by-uuid/ab43affe-2f71-46bf-bd80-31e96f53ad87...
Sep 09 18:26:29 arch systemd-fsck[397]: /dev/mapper/volgroup0-lv_home: clean, 41081/58957824 files, 4821071/235800576 blocks
Sep 09 18:26:29 arch kernel: piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
Sep 09 18:26:29 arch kernel: piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
Sep 09 18:26:29 arch kernel: Bluetooth: Core ver 2.22
Sep 09 18:26:29 arch kernel: NET: Registered PF_BLUETOOTH protocol family
Sep 09 18:26:29 arch kernel: Bluetooth: HCI device and connection manager initialized
Sep 09 18:26:29 arch kernel: Bluetooth: HCI socket layer initialized
Sep 09 18:26:29 arch kernel: Bluetooth: L2CAP socket layer initialized
Sep 09 18:26:29 arch kernel: Bluetooth: SCO socket layer initialized
Sep 09 18:26:29 arch kernel: piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
Sep 09 18:26:29 arch kernel: RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
Sep 09 18:26:29 arch kernel: RAPL PMU: hw unit of domain package 2^-16 Joules
Sep 09 18:26:29 arch systemd[1]: Finished File System Check on /dev/disk/by-uuid/ab43affe-2f71-46bf-bd80-31e96f53ad87.
Sep 09 18:26:29 arch systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Sep 09 18:26:29 arch systemd[1]: Mounting /home...
Sep 09 18:26:29 arch systemd[1]: Starting Virtual Console Setup...
Sep 09 18:26:29 arch kernel: input: PC Speaker as /devices/platform/pcspkr/input/input14
Sep 09 18:26:29 arch kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Sep 09 18:26:29 arch kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Sep 09 18:26:29 arch kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Sep 09 18:26:29 arch kernel: cfg80211: failed to load regulatory.db
Sep 09 18:26:29 arch kernel: sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
Sep 09 18:26:29 arch kernel: sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
Sep 09 18:26:29 arch kernel: sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
Sep 09 18:26:29 arch kernel: cryptd: max_cpu_qlen set to 1000
Sep 09 18:26:29 arch kernel: usbcore: registered new interface driver btusb
Sep 09 18:26:29 arch kernel: EXT4-fs (dm-1): mounted filesystem ab43affe-2f71-46bf-bd80-31e96f53ad87 r/w with ordered data mode. Quota mode: none.
Sep 09 18:26:29 arch kernel: Bluetooth: hci0: CSR: Setting up dongle with HCI ver=6 rev=22bb
Sep 09 18:26:29 arch kernel: Bluetooth: hci0: LMP ver=6 subver=22bb; manufacturer=10
Sep 09 18:26:29 arch kernel: r8169 0000:2a:00.0 eth0: RTL8168h/8111h, 04:7c:16:8a:cc:80, XID 541, IRQ 95
Sep 09 18:26:29 arch kernel: r8169 0000:2a:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
Sep 09 18:26:29 arch kernel: bluetooth hci1: Direct firmware load for mediatek/BT_RAM_CODE_MT7922_1_1_hdr.bin failed with error -2
Sep 09 18:26:29 arch kernel: Bluetooth: hci1: Failed to load firmware file (-2)
Sep 09 18:26:29 arch kernel: Bluetooth: hci1: Failed to set up firmware (-2)
Sep 09 18:26:29 arch kernel: Bluetooth: hci1: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Sep 09 18:26:29 arch systemd[1]: Finished Virtual Console Setup.
Sep 09 18:26:29 arch systemd[1]: Mounted /home.
Sep 09 18:26:29 arch kernel: AVX2 version of gcm_enc/dec engaged.
Sep 09 18:26:29 arch kernel: AES CTR mode by8 optimization enabled
Sep 09 18:26:29 arch kernel: r8169 0000:2a:00.0 enp42s0: renamed from eth0
Sep 09 18:26:29 arch systemd[1]: Starting Load Kernel Module dm_mod...
Sep 09 18:26:29 arch systemd[1]: Starting Load Kernel Module loop...
Sep 09 18:26:29 arch systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Sep 09 18:26:29 arch systemd[1]: Reached target Local File Systems.
Sep 09 18:26:29 arch systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
Sep 09 18:26:29 arch systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
Sep 09 18:26:29 arch kernel: snd_hda_intel 0000:2d:00.1: enabling device (0000 -> 0002)
Sep 09 18:26:29 arch kernel: snd_hda_intel 0000:2d:00.1: Handle vga_switcheroo audio client
Sep 09 18:26:29 arch kernel: snd_hda_intel 0000:2d:00.1: Force to non-snoop mode
Sep 09 18:26:29 arch kernel: snd_hda_intel 0000:2f:00.4: enabling device (0000 -> 0002)
Sep 09 18:26:29 arch systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Sep 09 18:26:29 arch systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Sep 09 18:26:29 arch systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b0
82-0a4c-41cf-b6c7-440b29bb8c4f).
Sep 09 18:26:29 arch systemd[1]: Starting Load/Save RF Kill Switch Status...
Sep 09 18:26:29 arch systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Sep 09 18:26:29 arch systemd[1]: Starting Create Volatile Files and Directories...
Sep 09 18:26:29 arch systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Sep 09 18:26:29 arch kernel: input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.1/0000:2b:00.0/0000:2c:00.0/0000:2d:00.1/sound/card0/input15
Sep 09 18:26:29 arch kernel: input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.1/0000:2b:00.0/0000:2c:00.0/0000:2d:00.1/sound/card0/input16
Sep 09 18:26:29 arch kernel: input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.1/0000:2b:00.0/0000:2c:00.0/0000:2d:00.1/sound/card0/input17
Sep 09 18:26:29 arch kernel: input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.1/0000:2b:00.0/0000:2c:00.0/0000:2d:00.1/sound/card0/input18
Sep 09 18:26:29 arch kernel: input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:03.1/0000:2b:00.0/0000:2c:00.0/0000:2d:00.1/sound/card0/input19
Sep 09 18:26:29 arch systemd[1]: Finished Load Kernel Module dm_mod.
Sep 09 18:26:29 arch systemd[1]: Started Load/Save RF Kill Switch Status.
Sep 09 18:26:29 arch systemd[1]: modprobe@loop.service: Deactivated successfully.
Sep 09 18:26:29 arch kernel: snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC897: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
Sep 09 18:26:29 arch kernel: snd_hda_codec_realtek hdaudioC1D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Sep 09 18:26:29 arch kernel: snd_hda_codec_realtek hdaudioC1D0: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
Sep 09 18:26:29 arch kernel: snd_hda_codec_realtek hdaudioC1D0: mono: mono_out=0x0
Sep 09 18:26:29 arch kernel: snd_hda_codec_realtek hdaudioC1D0: inputs:
Sep 09 18:26:29 arch kernel: snd_hda_codec_realtek hdaudioC1D0: Front Mic=0x19
Sep 09 18:26:29 arch kernel: snd_hda_codec_realtek hdaudioC1D0: Rear Mic=0x18
Sep 09 18:26:29 arch kernel: snd_hda_codec_realtek hdaudioC1D0: Line=0x1a
Sep 09 18:26:29 arch kernel: kvm_amd: TSC scaling supported
Sep 09 18:26:29 arch kernel: kvm_amd: Nested Virtualization enabled
Sep 09 18:26:29 arch kernel: kvm_amd: Nested Paging enabled
Sep 09 18:26:29 arch kernel: kvm_amd: Virtual VMLOAD VMSAVE supported
Sep 09 18:26:29 arch kernel: kvm_amd: Virtual GIF supported
Sep 09 18:26:29 arch kernel: kvm_amd: LBR virtualization supported
Sep 09 18:26:29 arch kernel: mt7921e 0000:29:00.0: enabling device (0000 -> 0002)
Sep 09 18:26:29 arch kernel: mt7921e 0000:29:00.0: Direct firmware load for mediatek/WIFI_RAM_CODE_MT7922_1.bin failed with error -2
Sep 09 18:26:29 arch kernel: mt7921e 0000:29:00.0: ASIC revision: 79220010
Sep 09 18:26:29 arch kernel: input: HD-Audio Generic Front Mic as /devices/pci0000:00/0000:00:08.1/0000:2f:00.4/sound/card1/input20
Sep 09 18:26:29 arch kernel: input: HD-Audio Generic Rear Mic as /devices/pci0000:00/0000:00:08.1/0000:2f:00.4/sound/card1/input21
Sep 09 18:26:29 arch kernel: input: HD-Audio Generic Line as /devices/pci0000:00/0000:00:08.1/0000:2f:00.4/sound/card1/input22
Sep 09 18:26:29 arch kernel: input: HD-Audio Generic Line Out as /devices/pci0000:00/0000:00:08.1/0000:2f:00.4/sound/card1/input23
Sep 09 18:26:29 arch kernel: input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:08.1/0000:2f:00.4/sound/card1/input24
Sep 09 18:26:29 arch kernel: MCE: In-kernel MCE decoding enabled.
Sep 09 18:26:29 arch systemd[1]: Finished Load Kernel Module loop.
Sep 09 18:26:29 arch systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
Sep 09 18:26:29 arch kernel: intel_rapl_common: Found RAPL domain package
Sep 09 18:26:29 arch kernel: intel_rapl_common: Found RAPL domain core
Sep 09 18:26:29 arch systemd[1]: Starting Load Kernel Module dm_mod...
Sep 09 18:26:29 arch systemd[1]: Starting Load Kernel Module loop...
Sep 09 18:26:29 arch systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
Sep 09 18:26:29 arch systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Sep 09 18:26:29 arch systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Sep 09 18:26:29 arch systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b0
82-0a4c-41cf-b6c7-440b29bb8c4f).
Sep 09 18:26:29 arch systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Sep 09 18:26:29 arch systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Sep 09 18:26:29 arch systemd[1]: Finished Load Kernel Module dm_mod.
Sep 09 18:26:29 arch systemd[1]: modprobe@loop.service: Deactivated successfully.
Sep 09 18:26:29 arch kernel: mt7921e 0000:29:00.0: Direct firmware load for mediatek/WIFI_MT7922_patch_mcu_1_1_hdr.bin failed with error -2
Sep 09 18:26:29 arch systemd[1]: Finished Load Kernel Module loop.
Sep 09 18:26:29 arch systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
Sep 09 18:26:29 arch systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
Sep 09 18:26:29 arch systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Sep 09 18:26:29 arch systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Sep 09 18:26:29 arch systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b0
82-0a4c-41cf-b6c7-440b29bb8c4f).
Sep 09 18:26:29 arch systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Sep 09 18:26:29 arch systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Sep 09 18:26:29 arch kernel: mt7921e 0000:29:00.0: Direct firmware load for mediatek/WIFI_MT7922_patch_mcu_1_1_hdr.bin failed with error -2
Sep 09 18:26:29 arch systemd[1]: Finished Create Volatile Files and Directories.
Sep 09 18:26:29 arch systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Sep 09 18:26:29 arch systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Sep 09 18:26:29 arch systemd[1]: Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var).
Sep 09 18:26:29 arch systemd[1]: Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Sep 09 18:26:29 arch systemd[1]: Starting Network Time Synchronization...
Sep 09 18:26:29 arch systemd[1]: Update is Completed was skipped because no trigger condition checks were met.
Sep 09 18:26:29 arch systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Sep 09 18:26:29 arch systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Sep 09 18:26:29 arch systemd[1]: Started Network Time Synchronization.
Sep 09 18:26:29 arch systemd[1]: Reached target System Initialization.
Sep 09 18:26:29 arch systemd[1]: Started Daily Cleanup of Temporary Directories.
Sep 09 18:26:29 arch systemd[1]: Reached target System Time Set.
Sep 09 18:26:29 arch systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Sep 09 18:26:29 arch systemd[1]: Started Daily verification of password and group files.
Sep 09 18:26:29 arch systemd[1]: Reached target Timer Units.
Sep 09 18:26:29 arch systemd[1]: Listening on D-Bus System Message Bus Socket.
Sep 09 18:26:29 arch systemd[1]: Reached target Socket Units.
Sep 09 18:26:29 arch systemd[1]: TPM2 PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67
b082-0a4c-41cf-b6c7-440b29bb8c4f).
Sep 09 18:26:29 arch systemd[1]: Reached target Basic System.
Sep 09 18:26:29 arch systemd[1]: Starting Save/Restore Sound Card State...
Sep 09 18:26:29 arch systemd[1]: Manage Sound Card State (restore and store) was skipped because of an unmet condition check (ConditionPathExists=/etc/alsa/state-daemon.conf).
Sep 09 18:26:29 arch systemd[1]: Starting Bluetooth service...
Sep 09 18:26:29 arch systemd[1]: Starting D-Bus System Message Bus...
Sep 09 18:26:29 arch systemd[1]: SSH Key Generation was skipped because no trigger condition checks were met.
Sep 09 18:26:29 arch systemd[1]: Starting User Login Management...
Sep 09 18:26:29 arch systemd[1]: TPM2 PCR Barrier (User) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-
41cf-b6c7-440b29bb8c4f).
Sep 09 18:26:29 arch kernel: mt7921e 0000:29:00.0: Direct firmware load for mediatek/WIFI_MT7922_patch_mcu_1_1_hdr.bin failed with error -2
Sep 09 18:26:29 arch bluetoothd[475]: Bluetooth daemon 5.69
Sep 09 18:26:29 arch bluetoothd[475]: Starting SDP server
Sep 09 18:26:29 arch bluetoothd[475]: src/plugin.c:plugin_init() System does not support csip plugin
Sep 09 18:26:29 arch bluetoothd[475]: src/plugin.c:plugin_init() System does not support vcp plugin
Sep 09 18:26:29 arch bluetoothd[475]: src/plugin.c:plugin_init() System does not support mcp plugin
Sep 09 18:26:29 arch systemd-logind[477]: New seat seat0.
Sep 09 18:26:29 arch bluetoothd[475]: src/plugin.c:plugin_init() System does not support bass plugin
Sep 09 18:26:29 arch bluetoothd[475]: src/plugin.c:plugin_init() System does not support bap plugin
Sep 09 18:26:29 arch systemd-logind[477]: Watching system buttons on /dev/input/event1 (Power Button)
Sep 09 18:26:29 arch systemd-logind[477]: Watching system buttons on /dev/input/event0 (Power Button)
Sep 09 18:26:29 arch kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Sep 09 18:26:29 arch kernel: Bluetooth: BNEP filters: protocol multicast
Sep 09 18:26:29 arch kernel: Bluetooth: BNEP socket layer initialized
Sep 09 18:26:29 arch bluetoothd[475]: Bluetooth management interface 1.22 initialized
Sep 09 18:26:29 arch dbus-daemon[476]: [system] Activating systemd to hand-off: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.1
' (uid=0 pid=475 comm="/usr/lib/bluetooth/bluetoothd")
Sep 09 18:26:29 arch systemd-logind[477]: Watching system buttons on /dev/input/event3 (Kingston HyperX Pulsefire Haste System Control)
Sep 09 18:26:29 arch systemd-logind[477]: Watching system buttons on /dev/input/event4 (Kingston HyperX Pulsefire Haste Consumer Control)
Sep 09 18:26:29 arch systemd-logind[477]: Watching system buttons on /dev/input/event6 (Kingston HyperX Pulsefire Haste)
Sep 09 18:26:29 arch systemd-logind[477]: Watching system buttons on /dev/input/event8 (HP, Inc HyperX Alloy Origins)
Sep 09 18:26:29 arch systemd-logind[477]: Watching system buttons on /dev/input/event10 (HP, Inc HyperX Alloy Origins System Control)
Sep 09 18:26:29 arch systemd-logind[477]: Watching system buttons on /dev/input/event11 (HP, Inc HyperX Alloy Origins Consumer Control)
Sep 09 18:26:29 arch systemd-logind[477]: Watching system buttons on /dev/input/event13 (HP, Inc HyperX Alloy Origins)
Sep 09 18:26:29 arch kernel: Bluetooth: MGMT ver 1.22
Sep 09 18:26:29 arch kernel: NET: Registered PF_ALG protocol family
Sep 09 18:26:29 arch systemd[1]: Finished Save/Restore Sound Card State.
Sep 09 18:26:29 arch systemd[1]: Started D-Bus System Message Bus.
Sep 09 18:26:29 arch systemd[1]: Started User Login Management.
Sep 09 18:26:29 arch systemd[1]: Reached target Sound Card.
Sep 09 18:26:29 arch dbus-daemon[476]: [system] Successfully activated service 'org.freedesktop.systemd1'
Sep 09 18:26:29 arch systemd[1]: Starting Network Manager...
Sep 09 18:26:29 arch systemd[1]: Started Bluetooth service.
Sep 09 18:26:29 arch systemd[1]: Reached target Bluetooth Support.
Sep 09 18:26:29 arch systemd[1]: Starting Hostname Service...
Sep 09 18:26:29 arch NetworkManager[510]: <info> [1694276789.6955] NetworkManager (version 1.42.6-1) is starting... (boot:09e670ee-3260-4412-b3a8-d6fff25567f0)
Sep 09 18:26:29 arch NetworkManager[510]: <info> [1694276789.6955] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
Sep 09 18:26:29 arch systemd[1]: Started Network Manager.
Sep 09 18:26:29 arch NetworkManager[510]: <info> [1694276789.6968] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Sep 09 18:26:29 arch systemd[1]: Reached target Network.
Sep 09 18:26:29 arch systemd[1]: Started OpenSSH Daemon.
Sep 09 18:26:29 arch systemd[1]: Starting Permit User Sessions...
Sep 09 18:26:29 arch NetworkManager[510]: <info> [1694276789.6994] manager[0x557914970820]: monitoring kernel firmware directory '/lib/firmware'.
Sep 09 18:26:29 arch dbus-daemon[476]: [system] Successfully activated service 'org.freedesktop.hostname1'
Sep 09 18:26:29 arch systemd[1]: Started Hostname Service.
Sep 09 18:26:29 arch NetworkManager[510]: <info> [1694276789.7032] hostname: hostname: using hostnamed
Sep 09 18:26:29 arch NetworkManager[510]: <info> [1694276789.7032] hostname: static hostname changed from (none) to "arch"
Sep 09 18:26:29 arch NetworkManager[510]: <info> [1694276789.7034] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink
Sep 09 18:26:29 arch NetworkManager[510]: <info> [1694276789.7044] manager[0x557914970820]: rfkill: Wi-Fi hardware radio set enabled
Sep 09 18:26:29 arch NetworkManager[510]: <info> [1694276789.7044] manager[0x557914970820]: rfkill: WWAN hardware radio set enabled
Sep 09 18:26:29 arch kernel: mt7921e 0000:29:00.0: Direct firmware load for mediatek/WIFI_MT7922_patch_mcu_1_1_hdr.bin failed with error -2
Sep 09 18:26:29 arch NetworkManager[510]: <info> [1694276789.7062] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.42.6-1/libnm-device-plugin-wifi.so)
Sep 09 18:26:29 arch NetworkManager[510]: <info> [1694276789.7065] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.42.6-1/libnm-device-plugin-adsl.so)
Sep 09 18:26:29 arch NetworkManager[510]: <info> [1694276789.7083] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.42.6-1/libnm-device-plugin-wwan.so)
Sep 09 18:26:29 arch sshd[516]: Server listening on 0.0.0.0 port 22.
Sep 09 18:26:29 arch sshd[516]: Server listening on :: port 22.
Sep 09 18:26:29 arch NetworkManager[510]: <info> [1694276789.7091] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.42.6-1/libnm-device-plugin-bluetooth.so)
Sep 09 18:26:29 arch NetworkManager[510]: <info> [1694276789.7101] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.42.6-1/libnm-device-plugin-ovs.so)
Sep 09 18:26:29 arch NetworkManager[510]: <info> [1694276789.7245] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.42.6-1/libnm-device-plugin-team.so)
Sep 09 18:26:29 arch NetworkManager[510]: <info> [1694276789.7247] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Sep 09 18:26:29 arch NetworkManager[510]: <info> [1694276789.7247] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Sep 09 18:26:29 arch NetworkManager[510]: <info> [1694276789.7247] manager: Networking is enabled by state file
Sep 09 18:26:29 arch dbus-daemon[476]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.4
' (uid=0 pid=510 comm="/usr/bin/NetworkManager --no-daemon")
Sep 09 18:26:29 arch NetworkManager[510]: <info> [1694276789.7248] settings: Loaded settings plugin: keyfile (internal)
Sep 09 18:26:29 arch NetworkManager[510]: <info> [1694276789.7255] dhcp: init: Using DHCP client 'internal'
Sep 09 18:26:29 arch NetworkManager[510]: <info> [1694276789.7256] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1)
Sep 09 18:26:29 arch NetworkManager[510]: <info> [1694276789.7262] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external')
Sep 09 18:26:29 arch NetworkManager[510]: <info> [1694276789.7264] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external')
Sep 09 18:26:29 arch NetworkManager[510]: <info> [1694276789.7266] device (lo): Activation: starting connection 'lo' (202ee498-b54b-4757-93ed-df8e7016bf93)
Sep 09 18:26:29 arch NetworkManager[510]: <info> [1694276789.7271] manager: (enp42s0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Sep 09 18:26:29 arch NetworkManager[510]: <info> [1694276789.7275] settings: (enp42s0): created default wired connection 'Wired connection 1'
Sep 09 18:26:29 arch NetworkManager[510]: <info> [1694276789.7275] device (enp42s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Sep 09 18:26:29 arch kernel: r8169 0000:2a:00.0: Direct firmware load for rtl_nic/rtl8168h-2.fw failed with error -2
Sep 09 18:26:29 arch kernel: r8169 0000:2a:00.0: Unable to load firmware rtl_nic/rtl8168h-2.fw (-2)
Sep 09 18:26:29 arch systemd[1]: Finished Permit User Sessions.
Sep 09 18:26:29 arch kernel: Generic FE-GE Realtek PHY r8169-0-2a00:00: attached PHY driver (mii_bus:phy_addr=r8169-0-2a00:00, irq=MAC)
Sep 09 18:26:29 arch systemd[1]: Starting Network Manager Script Dispatcher Service...
Sep 09 18:26:29 arch systemd[1]: Started Getty on tty1.
Sep 09 18:26:29 arch systemd[1]: Reached target Login Prompts.
Sep 09 18:26:29 arch systemd[1]: Reached target Multi-User System.
Sep 09 18:26:29 arch systemd[1]: Reached target Graphical Interface.
Sep 09 18:26:29 arch dbus-daemon[476]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Sep 09 18:26:29 arch systemd[1]: Started Network Manager Script Dispatcher Service.
Sep 09 18:26:29 arch systemd[1]: Startup finished in 12.253s (firmware) + 13.881s (loader) + 4.147s (kernel) + 1.510s (userspace) = 31.792s.
Sep 09 18:26:29 arch kernel: mt7921e 0000:29:00.0: Direct firmware load for mediatek/WIFI_MT7922_patch_mcu_1_1_hdr.bin failed with error -2
Sep 09 18:26:29 arch kernel: mt7921e 0000:29:00.0: Direct firmware load for mediatek/WIFI_MT7922_patch_mcu_1_1_hdr.bin failed with error -2
Sep 09 18:26:29 arch NetworkManager[510]: <info> [1694276789.8742] ovsdb: disconnected from ovsdb
Sep 09 18:26:29 arch NetworkManager[510]: <info> [1694276789.8743] device (lo): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external')
Sep 09 18:26:29 arch NetworkManager[510]: <info> [1694276789.8745] device (lo): state change: prepare -> config (reason 'none', sys-iface-state: 'external')
Sep 09 18:26:29 arch NetworkManager[510]: <info> [1694276789.8747] device (lo): state change: config -> ip-config (reason 'none', sys-iface-state: 'external')
Sep 09 18:26:29 arch NetworkManager[510]: <info> [1694276789.8752] device (lo): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external')
Sep 09 18:26:29 arch kernel: r8169 0000:2a:00.0 enp42s0: Link is Down
Sep 09 18:26:29 arch NetworkManager[510]: <info> [1694276789.8760] device (lo): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external')
Sep 09 18:26:29 arch NetworkManager[510]: <info> [1694276789.8761] device (lo): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external')
Sep 09 18:26:29 arch NetworkManager[510]: <info> [1694276789.8764] device (lo): Activation: successful, device activated.
Sep 09 18:26:29 arch kernel: mt7921e 0000:29:00.0: Direct firmware load for mediatek/WIFI_MT7922_patch_mcu_1_1_hdr.bin failed with error -2
Sep 09 18:26:30 arch kernel: mt7921e 0000:29:00.0: Direct firmware load for mediatek/WIFI_MT7922_patch_mcu_1_1_hdr.bin failed with error -2
Sep 09 18:26:30 arch kernel: mt7921e 0000:29:00.0: Direct firmware load for mediatek/WIFI_MT7922_patch_mcu_1_1_hdr.bin failed with error -2
Sep 09 18:26:30 arch kernel: mt7921e 0000:29:00.0: Direct firmware load for mediatek/WIFI_MT7922_patch_mcu_1_1_hdr.bin failed with error -2
Sep 09 18:26:30 arch kernel: mt7921e 0000:29:00.0: hardware init failed
Sep 09 18:26:32 arch dbus-daemon[476]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.7' (uid=0 pid=521
comm="/bin/login -p -- ")
Sep 09 18:26:32 arch dbus-daemon[476]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Sep 09 18:26:32 arch NetworkManager[510]: <info> [1694276792.6934] device (enp42s0): carrier: link connected
Sep 09 18:26:32 arch NetworkManager[510]: <info> [1694276792.6936] device (enp42s0): state change: unavailable -> disconnected (reason 'carrier-changed', sys-iface-state: 'managed')
Sep 09 18:26:32 arch NetworkManager[510]: <info> [1694276792.6940] policy: auto-activating connection 'Wired connection 1' (3dcd1033-e918-346c-96ed-2cf2beb06818)
Sep 09 18:26:32 arch NetworkManager[510]: <info> [1694276792.6943] device (enp42s0): Activation: starting connection 'Wired connection 1' (3dcd1033-e918-346c-96ed-2cf2beb06818)
Sep 09 18:26:32 arch NetworkManager[510]: <info> [1694276792.6943] device (enp42s0): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Sep 09 18:26:32 arch NetworkManager[510]: <info> [1694276792.6945] manager: NetworkManager state is now CONNECTING
Sep 09 18:26:32 arch NetworkManager[510]: <info> [1694276792.6946] device (enp42s0): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Sep 09 18:26:32 arch NetworkManager[510]: <info> [1694276792.6951] device (enp42s0): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Sep 09 18:26:32 arch NetworkManager[510]: <info> [1694276792.6956] dhcp4 (enp42s0): activation: beginning transaction (timeout in 45 seconds)
Sep 09 18:26:32 arch kernel: r8169 0000:2a:00.0 enp42s0: Link is Up - 1Gbps/Full - flow control rx/tx
Sep 09 18:26:32 arch kernel: IPv6: ADDRCONF(NETDEV_CHANGE): enp42s0: link becomes ready
Sep 09 18:26:34 arch systemd[1]: systemd-rfkill.service: Deactivated successfully.
Sep 09 18:26:34 arch login[521]: pam_unix(login:session): session opened for user kb(uid=1000) by kb(uid=0)
Sep 09 18:26:34 arch systemd-logind[477]: New session 1 of user kb.
Sep 09 18:26:34 arch systemd[1]: Created slice User Slice of UID 1000.
Sep 09 18:26:34 arch systemd[1]: Starting User Runtime Directory /run/user/1000...
Sep 09 18:26:34 arch systemd[1]: Finished User Runtime Directory /run/user/1000.
Sep 09 18:26:34 arch systemd[1]: Starting User Manager for UID 1000...
Sep 09 18:26:34 arch dbus-daemon[476]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.10' (uid=0 pid=53
2 comm="(systemd)")
Sep 09 18:26:34 arch dbus-daemon[476]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Sep 09 18:26:34 arch (systemd)[532]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[kb] ruser=[<unknown>] rhost=[<unknow
n>]
Sep 09 18:26:34 arch (systemd)[532]: pam_unix(systemd-user:session): session opened for user kb(uid=1000) by kb(uid=0)
Sep 09 18:26:34 arch systemd[532]: Queued start job for default target Main User Target.
Sep 09 18:26:34 arch systemd-journald[291]: /var/log/journal/5aad2f74ec1d453e826ae5f1e7d83464/user-1000.journal: Journal file uses a different sequence number ID, rotating.
Sep 09 18:26:34 arch login[521]: LOGIN ON tty1 BY kb
Sep 09 18:26:34 arch systemd[532]: Created slice User Application Slice.
Sep 09 18:26:34 arch dbus-daemon[476]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.12' (uid=1000 pid=539 co
mm="/usr/bin/pulseaudio --daemonize=no --log-target=jo")
Sep 09 18:26:34 arch systemd[532]: Created slice User Core Session Slice.
Sep 09 18:26:34 arch systemd[532]: Reached target Paths.
Sep 09 18:26:34 arch systemd[532]: Reached target Timers.
Sep 09 18:26:34 arch systemd[532]: Starting D-Bus User Message Bus Socket...
Sep 09 18:26:34 arch systemd[532]: Listening on GnuPG network certificate management daemon.
Sep 09 18:26:34 arch systemd[532]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Sep 09 18:26:34 arch systemd[532]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Sep 09 18:26:34 arch systemd[532]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Sep 09 18:26:34 arch systemd[532]: Listening on GnuPG cryptographic agent and passphrase cache.
Sep 09 18:26:34 arch systemd[532]: Listening on p11-kit server.
Sep 09 18:26:34 arch systemd[532]: Listening on Sound System.
Sep 09 18:26:34 arch systemd[532]: Listening on D-Bus User Message Bus Socket.
Sep 09 18:26:34 arch systemd[532]: Reached target Sockets.
Sep 09 18:26:34 arch systemd[532]: Reached target Basic System.
Sep 09 18:26:34 arch systemd[1]: Started User Manager for UID 1000.
Sep 09 18:26:34 arch systemd[532]: Starting Sound Service...
Sep 09 18:26:34 arch systemd[1]: Started Session 1 of User kb.
Sep 09 18:26:34 arch systemd[1]: Starting RealtimeKit Scheduling Policy Service...
Sep 09 18:26:34 arch dbus-daemon[476]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
Sep 09 18:26:34 arch systemd[1]: Started RealtimeKit Scheduling Policy Service.
Sep 09 18:26:34 arch rtkit-daemon[550]: Successfully called chroot.
Sep 09 18:26:34 arch rtkit-daemon[550]: Successfully dropped privileges.
Sep 09 18:26:34 arch rtkit-daemon[550]: Successfully limited resources.
Sep 09 18:26:34 arch rtkit-daemon[550]: Canary thread running.
Sep 09 18:26:34 arch rtkit-daemon[550]: Running.
Sep 09 18:26:34 arch rtkit-daemon[550]: Watchdog thread running.
Sep 09 18:26:34 arch dbus-daemon[476]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.13' (uid=0 pid=550 comm="/usr/li
b/rtkit-daemon")
Sep 09 18:26:34 arch systemd[1]: Starting Authorization Manager...
Sep 09 18:26:34 arch polkitd[558]: Started polkitd version 123
Sep 09 18:26:34 arch polkitd[558]: Loading rules from directory /etc/polkit-1/rules.d
Sep 09 18:26:34 arch polkitd[558]: Loading rules from directory /usr/share/polkit-1/rules.d
Sep 09 18:26:34 arch polkitd[558]: Finished loading, compiling and executing 2 rules
Sep 09 18:26:34 arch dbus-daemon[476]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Sep 09 18:26:34 arch systemd[1]: Started Authorization Manager.
Sep 09 18:26:34 arch polkitd[558]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Sep 09 18:26:34 arch rtkit-daemon[550]: Successfully made thread 539 of process 539 owned by '1000' high priority at nice level -11.
Sep 09 18:26:34 arch rtkit-daemon[550]: Supervising 1 threads of 1 processes of 1 users.
Sep 09 18:26:34 arch kernel: memfd_create() without MFD_EXEC nor MFD_NOEXEC_SEAL, pid=539 'pulseaudio'
Sep 09 18:26:34 arch dbus-daemon[476]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.4' (uid=0 p
id=510 comm="/usr/bin/NetworkManager --no-daemon")
Sep 09 18:26:34 arch dbus-daemon[476]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Sep 09 18:26:34 arch systemd[532]: Starting D-Bus User Message Bus...
Sep 09 18:26:34 arch systemd[532]: Started D-Bus User Message Bus.
Sep 09 18:26:34 arch NetworkManager[510]: <info> [1694276794.9012] dhcp4 (enp42s0): state changed new lease, address=192.168.10.110
Sep 09 18:26:34 arch NetworkManager[510]: <info> [1694276794.9014] policy: set 'Wired connection 1' (enp42s0) as default for IPv4 routing and DNS
Sep 09 18:26:34 arch dbus-daemon[476]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.4' (uid=0 p
id=510 comm="/usr/bin/NetworkManager --no-daemon")
Sep 09 18:26:34 arch dbus-daemon[476]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Sep 09 18:26:34 arch NetworkManager[510]: <info> [1694276794.9054] device (enp42s0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Sep 09 18:26:34 arch NetworkManager[510]: <info> [1694276794.9060] device (enp42s0): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Sep 09 18:26:34 arch NetworkManager[510]: <info> [1694276794.9061] device (enp42s0): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Sep 09 18:26:34 arch NetworkManager[510]: <info> [1694276794.9063] manager: NetworkManager state is now CONNECTED_SITE
Sep 09 18:26:34 arch NetworkManager[510]: <info> [1694276794.9064] device (enp42s0): Activation: successful, device activated.
Sep 09 18:26:34 arch NetworkManager[510]: <info> [1694276794.9066] manager: startup complete
Sep 09 18:26:34 arch NetworkManager[510]: <info> [1694276794.9782] manager: NetworkManager state is now CONNECTED_GLOBAL
Sep 09 18:26:35 arch rtkit-daemon[550]: Supervising 1 threads of 1 processes of 1 users.
Sep 09 18:26:35 arch rtkit-daemon[550]: Successfully made thread 617 of process 539 owned by '1000' RT at priority 5.
Sep 09 18:26:35 arch rtkit-daemon[550]: Supervising 2 threads of 1 processes of 1 users.
Sep 09 18:26:35 arch pulseaudio[539]: stat('/etc/pulse/default.pa.d'): No such file or directory
Sep 09 18:26:35 arch systemd[532]: Started Sound Service.
Sep 09 18:26:35 arch systemd[532]: Reached target Main User Target.
Sep 09 18:26:35 arch systemd[532]: Startup finished in 508ms.
Sep 09 18:26:35 arch pulseaudio[539]: Could not find org.bluez.BatteryProviderManager1.RegisterBatteryProvider(), is bluetoothd started with experimental features enabled (-E flag)?
Sep 09 18:26:35 arch bluetoothd[475]: Endpoint registered: sender=:1.16 path=/MediaEndpoint/A2DPSink/sbc
Sep 09 18:26:35 arch bluetoothd[475]: Endpoint registered: sender=:1.16 path=/MediaEndpoint/A2DPSource/sbc
Sep 09 18:26:35 arch bluetoothd[475]: Endpoint registered: sender=:1.16 path=/MediaEndpoint/A2DPSink/sbc_xq_453
Sep 09 18:26:35 arch bluetoothd[475]: Endpoint registered: sender=:1.16 path=/MediaEndpoint/A2DPSource/sbc_xq_453
Sep 09 18:26:35 arch bluetoothd[475]: Endpoint registered: sender=:1.16 path=/MediaEndpoint/A2DPSink/sbc_xq_512
Sep 09 18:26:35 arch bluetoothd[475]: Endpoint registered: sender=:1.16 path=/MediaEndpoint/A2DPSource/sbc_xq_512
Sep 09 18:26:35 arch bluetoothd[475]: Endpoint registered: sender=:1.16 path=/MediaEndpoint/A2DPSink/sbc_xq_552
Sep 09 18:26:35 arch bluetoothd[475]: Endpoint registered: sender=:1.16 path=/MediaEndpoint/A2DPSource/sbc_xq_552
Sep 09 18:26:35 arch kernel: Bluetooth: RFCOMM TTY layer initialized
Sep 09 18:26:35 arch kernel: Bluetooth: RFCOMM socket layer initialized
Sep 09 18:26:35 arch kernel: Bluetooth: RFCOMM ver 1.11
Sep 09 18:26:39 arch systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Sep 09 18:26:55 arch systemd[532]: Reached target Bluetooth.
Sep 09 18:26:55 arch bluetoothd[475]: /org/bluez/hci0/dev_38_18_4C_3E_83_76/sep1/fd0: fd(30) ready
Sep 09 18:26:55 arch rtkit-daemon[550]: Supervising 2 threads of 1 processes of 1 users.
Sep 09 18:26:55 arch rtkit-daemon[550]: Successfully made thread 631 of process 539 owned by '1000' RT at priority 5.
Sep 09 18:26:55 arch rtkit-daemon[550]: Supervising 3 threads of 1 processes of 1 users.
Sep 09 18:26:55 arch pulseaudio[539]: org.freedesktop.DBus.Properties.Get /org/bluez/hci0/dev_38_18_4C_3E_83_76/sep1/fd0 Volume property not (yet) available
Sep 09 18:26:55 arch kernel: input: WH-1000XM3 (AVRCP) as /devices/virtual/input/input25
Sep 09 18:26:55 arch pulseaudio[539]: Battery Level: 50%
Sep 09 18:26:55 arch systemd-logind[477]: Watching system buttons on /dev/input/event25 (WH-1000XM3 (AVRCP))
Sep 09 18:26:59 arch systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Sep 09 18:26:59 arch systemd-timesyncd[470]: Contacted time server 62.101.228.30:123 (2.arch.pool.ntp.org).
Sep 09 18:26:59 arch systemd-timesyncd[470]: Initial clock synchronization to Sat 2023-09-09 18:26:59.888590 CEST.
Sep 09 18:27:04 arch dbus-daemon[579]: [session uid=1000 pid=579] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.5' (uid=1000 pid=64
9 comm="/usr/lib/firefox/firefox")
Sep 09 18:27:04 arch systemd[532]: Starting Accessibility services bus...
Sep 09 18:27:04 arch dbus-daemon[579]: [session uid=1000 pid=579] Successfully activated service 'org.a11y.Bus'
Sep 09 18:27:04 arch systemd[532]: Started Accessibility services bus.
Sep 09 18:27:04 arch rtkit-daemon[550]: Supervising 2 threads of 1 processes of 1 users.
Sep 09 18:27:04 arch rtkit-daemon[550]: Supervising 2 threads of 1 processes of 1 users.
Sep 09 18:27:04 arch rtkit-daemon[550]: Supervising 2 threads of 1 processes of 1 users.
Sep 09 18:27:04 arch rtkit-daemon[550]: Supervising 2 threads of 1 processes of 1 users.
Sep 09 18:27:04 arch rtkit-daemon[550]: Supervising 2 threads of 1 processes of 1 users.
Sep 09 18:27:04 arch rtkit-daemon[550]: Supervising 2 threads of 1 processes of 1 users.
Sep 09 18:27:04 arch rtkit-daemon[550]: Successfully made thread 789 of process 649 owned by '1000' RT at priority 10.
Sep 09 18:27:04 arch rtkit-daemon[550]: Supervising 3 threads of 2 processes of 1 users.
Sep 09 18:27:05 arch rtkit-daemon[550]: Supervising 3 threads of 2 processes of 1 users.
Sep 09 18:27:05 arch rtkit-daemon[550]: Supervising 3 threads of 2 processes of 1 users.
Sep 09 18:27:06 arch rtkit-daemon[550]: Supervising 3 threads of 2 processes of 1 users.
Sep 09 18:27:06 arch rtkit-daemon[550]: Supervising 3 threads of 2 processes of 1 users.
Sep 09 18:27:06 arch rtkit-daemon[550]: Supervising 3 threads of 2 processes of 1 users.
Sep 09 18:27:06 arch rtkit-daemon[550]: Supervising 3 threads of 2 processes of 1 users.
Sep 09 18:27:06 arch rtkit-daemon[550]: Supervising 3 threads of 2 processes of 1 users.
Sep 09 18:27:06 arch rtkit-daemon[550]: Supervising 3 threads of 2 processes of 1 users.
Sep 09 18:27:08 arch rtkit-daemon[550]: Supervising 3 threads of 2 processes of 1 users.
Sep 09 18:27:08 arch rtkit-daemon[550]: Supervising 3 threads of 2 processes of 1 users.
Sep 09 18:27:08 arch rtkit-daemon[550]: Supervising 3 threads of 2 processes of 1 users.
Sep 09 18:27:08 arch rtkit-daemon[550]: Supervising 3 threads of 2 processes of 1 users.
Sep 09 18:27:08 arch rtkit-daemon[550]: Supervising 3 threads of 2 processes of 1 users.
Sep 09 18:28:31 arch rtkit-daemon[550]: Supervising 3 threads of 2 processes of 1 users.
Sep 09 18:28:31 arch rtkit-daemon[550]: Supervising 3 threads of 2 processes of 1 users.
Sep 09 18:28:33 arch rtkit-daemon[550]: Supervising 3 threads of 2 processes of 1 users.
Sep 09 18:28:33 arch rtkit-daemon[550]: Supervising 3 threads of 2 processes of 1 users.
Sep 09 18:28:33 arch rtkit-daemon[550]: Supervising 3 threads of 2 processes of 1 users.
Sep 09 18:28:33 arch rtkit-daemon[550]: Supervising 3 threads of 2 processes of 1 users.
Sep 09 18:28:34 arch rtkit-daemon[550]: Supervising 3 threads of 2 processes of 1 users.
Sep 09 18:28:34 arch rtkit-daemon[550]: Supervising 3 threads of 2 processes of 1 users.
Sep 09 18:30:35 arch rtkit-daemon[550]: Supervising 3 threads of 2 processes of 1 users.
Sep 09 18:30:35 arch rtkit-daemon[550]: Supervising 3 threads of 2 processes of 1 users.
Sep 09 18:30:37 arch rtkit-daemon[550]: Supervising 3 threads of 2 processes of 1 users.
Sep 09 18:30:37 arch rtkit-daemon[550]: Supervising 3 threads of 2 processes of 1 users.
Sep 09 18:30:49 arch dbus-daemon[476]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.38' (uid=0 pid=14
18 comm="sudo journalctl -b")
Sep 09 18:30:49 arch dbus-daemon[476]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Sep 09 18:30:52 arch sudo[1418]: kb : TTY=pts/0 ; PWD=/home/kb/documents/notes ; USER=root ; COMMAND=/usr/bin/journalctl -b
Sep 09 18:30:52 arch sudo[1418]: pam_unix(sudo:session): session opened for user root(uid=0) by kb(uid=1000)
I tried
initcall_blacklist=simpledrm_platform_driver_init But issues presented the same as prior to making the change.
Have not set nomodeset.
Offline
Sep 09 18:26:28 arch kernel: amdgpu 0000:2d:00.0: Direct firmware load for amdgpu/dimgrey_cavefish_sos.bin failed with error -2
Sep 09 18:26:28 arch kernel: [drm:amdgpu_device_init [amdgpu]] *ERROR* early_init of IP block <psp> failed -19
Sep 09 18:26:28 arch kernel: amdgpu 0000:2d:00.0: Direct firmware load for amdgpu/dimgrey_cavefish_smc.bin failed with error -2
Sep 09 18:26:28 arch kernel: [drm:amdgpu_device_init [amdgpu]] *ERROR* early_init of IP block <smu> failed -19
Sep 09 18:26:28 arch kernel: amdgpu 0000:2d:00.0: Direct firmware load for amdgpu/dimgrey_cavefish_dmcub.bin failed with error -2
Sep 09 18:26:28 arch kernel: [drm:dm_early_init [amdgpu]] *ERROR* DMUB firmware loading failed: -19
Sep 09 18:26:28 arch kernel: [drm:amdgpu_device_init [amdgpu]] *ERROR* early_init of IP block <dm> failed -19
Sep 09 18:26:28 arch kernel: amdgpu 0000:2d:00.0: Direct firmware load for amdgpu/dimgrey_cavefish_pfp.bin failed with error -2
Sep 09 18:26:28 arch kernel: [drm:amdgpu_device_init [amdgpu]] *ERROR* early_init of IP block <gfx_v10_0> failed -19
Sep 09 18:26:28 arch kernel: [drm] VCN(0) decode is enabled in VM mode
Sep 09 18:26:28 arch kernel: [drm] VCN(0) encode is enabled in VM mode
Sep 09 18:26:28 arch kernel: amdgpu 0000:2d:00.0: Direct firmware load for amdgpu/dimgrey_cavefish_vcn.bin failed with error -2
Sep 09 18:26:28 arch kernel: [drm:amdgpu_device_init [amdgpu]] *ERROR* early_init of IP block <vcn_v3_0> failed -19
Sep 09 18:26:28 arch kernel: [drm] JPEG decode is enabled in VM mode
Sep 09 18:26:28 arch kernel: amdgpu 0000:2d:00.0: amdgpu: Fatal error during GPU initInstall linux-firmware , reboot and check journal
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
Thanks for your input.
I installed linux-firmware, rebooted and ran sudo journalctl -b again.
Sep 09 19:22:40 arch kernel: amdgpu 0000:2d:00.0: Direct firmware load for amdgpu/dimgrey_cavefish_sos.bin failed with error -2
Sep 09 19:22:40 arch kernel: [drm:amdgpu_device_init [amdgpu]] *ERROR* early_init of IP block <psp> failed -19
Sep 09 19:22:40 arch kernel: amdgpu 0000:2d:00.0: Direct firmware load for amdgpu/dimgrey_cavefish_smc.bin failed with error -2
Sep 09 19:22:40 arch kernel: [drm:amdgpu_device_init [amdgpu]] *ERROR* early_init of IP block <smu> failed -19
Sep 09 19:22:40 arch kernel: amdgpu 0000:2d:00.0: Direct firmware load for amdgpu/dimgrey_cavefish_dmcub.bin failed with error -2
Sep 09 19:22:40 arch kernel: [drm:dm_early_init [amdgpu]] *ERROR* DMUB firmware loading failed: -19
Sep 09 19:22:40 arch kernel: [drm:amdgpu_device_init [amdgpu]] *ERROR* early_init of IP block <dm> failed -19
Sep 09 19:22:40 arch kernel: amdgpu 0000:2d:00.0: Direct firmware load for amdgpu/dimgrey_cavefish_pfp.bin failed with error -2
Sep 09 19:22:40 arch kernel: [drm:amdgpu_device_init [amdgpu]] *ERROR* early_init of IP block <gfx_v10_0> failed -19
Sep 09 19:22:40 arch kernel: [drm] VCN(0) decode is enabled in VM mode
Sep 09 19:22:40 arch kernel: [drm] VCN(0) encode is enabled in VM mode
Sep 09 19:22:40 arch kernel: amdgpu 0000:2d:00.0: Direct firmware load for amdgpu/dimgrey_cavefish_vcn.bin failed with error -2
Sep 09 19:22:40 arch kernel: [drm:amdgpu_device_init [amdgpu]] *ERROR* early_init of IP block <vcn_v3_0> failed -19
Sep 09 19:22:40 arch kernel: [drm] JPEG decode is enabled in VM mode
Sep 09 19:22:40 arch kernel: amdgpu 0000:2d:00.0: amdgpu: Fatal error during GPU init
Sep 09 19:22:40 arch kernel: amdgpu 0000:2d:00.0: amdgpu: amdgpu: finishing device.Full output from sudo journalctl -b:
Sep 09 19:22:40 arch kernel: Linux version 6.4.12-arch1-1 (linux@archlinux) (gcc (GCC) 13.2.1 20230801, GNU ld (GNU Binutils) 2.41.0) #1 SMP PREEMPT_DYNAMIC
Thu, 24 Aug 2023 00:38:14 +0000
Sep 09 19:22:40 arch kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=/dev/mapper/volgroup0-lv_root rw loglevel=3 quiet
Sep 09 19:22:40 arch kernel: BIOS-provided physical RAM map:
Sep 09 19:22:40 arch kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
Sep 09 19:22:40 arch kernel: BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
Sep 09 19:22:40 arch kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000009e01fff] usable
Sep 09 19:22:40 arch kernel: BIOS-e820: [mem 0x0000000009e02000-0x0000000009ffffff] reserved
Sep 09 19:22:40 arch kernel: BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
Sep 09 19:22:40 arch kernel: BIOS-e820: [mem 0x000000000a200000-0x000000000a20dfff] ACPI NVS
Sep 09 19:22:40 arch kernel: BIOS-e820: [mem 0x000000000a20e000-0x000000000affffff] usable
Sep 09 19:22:40 arch kernel: BIOS-e820: [mem 0x000000000b000000-0x000000000b01ffff] reserved
Sep 09 19:22:40 arch kernel: BIOS-e820: [mem 0x000000000b020000-0x00000000db117fff] usable
Sep 09 19:22:40 arch kernel: BIOS-e820: [mem 0x00000000db118000-0x00000000db497fff] reserved
Sep 09 19:22:40 arch kernel: BIOS-e820: [mem 0x00000000db498000-0x00000000db4fbfff] ACPI data
Sep 09 19:22:40 arch kernel: BIOS-e820: [mem 0x00000000db4fc000-0x00000000dcbfafff] ACPI NVS
Sep 09 19:22:40 arch kernel: BIOS-e820: [mem 0x00000000dcbfb000-0x00000000ddbfefff] reserved
Sep 09 19:22:40 arch kernel: BIOS-e820: [mem 0x00000000ddbff000-0x00000000deffffff] usable
Sep 09 19:22:40 arch kernel: BIOS-e820: [mem 0x00000000df000000-0x00000000dfffffff] reserved
Sep 09 19:22:40 arch kernel: BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
Sep 09 19:22:40 arch kernel: BIOS-e820: [mem 0x00000000fd200000-0x00000000fd2fffff] reserved
Sep 09 19:22:40 arch kernel: BIOS-e820: [mem 0x00000000fd600000-0x00000000fd7fffff] reserved
Sep 09 19:22:40 arch kernel: BIOS-e820: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved
Sep 09 19:22:40 arch kernel: BIOS-e820: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
Sep 09 19:22:40 arch kernel: BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
Sep 09 19:22:40 arch kernel: BIOS-e820: [mem 0x00000000fec30000-0x00000000fec30fff] reserved
Sep 09 19:22:40 arch kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
Sep 09 19:22:40 arch kernel: BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
Sep 09 19:22:40 arch kernel: BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
Sep 09 19:22:40 arch kernel: BIOS-e820: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
Sep 09 19:22:40 arch kernel: BIOS-e820: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
Sep 09 19:22:40 arch kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Sep 09 19:22:40 arch kernel: BIOS-e820: [mem 0x0000000100000000-0x000000041f37ffff] usable
Sep 09 19:22:40 arch kernel: BIOS-e820: [mem 0x000000041f380000-0x000000041fffffff] reserved
Sep 09 19:22:40 arch kernel: NX (Execute Disable) protection: active
Sep 09 19:22:40 arch kernel: e820: update [mem 0xcdd3b018-0xcdd49057] usable ==> usable
Sep 09 19:22:40 arch kernel: e820: update [mem 0xcdd3b018-0xcdd49057] usable ==> usable
Sep 09 19:22:40 arch kernel: e820: update [mem 0xcdd1c018-0xcdd3a457] usable ==> usable
Sep 09 19:22:40 arch kernel: e820: update [mem 0xcdd1c018-0xcdd3a457] usable ==> usable
Sep 09 19:22:40 arch kernel: extended physical RAM map:
Sep 09 19:22:40 arch kernel: reserve setup_data: [mem 0x0000000000000000-0x000000000009ffff] usable
Sep 09 19:22:40 arch kernel: reserve setup_data: [mem 0x00000000000a0000-0x00000000000fffff] reserved
Sep 09 19:22:40 arch kernel: reserve setup_data: [mem 0x0000000000100000-0x0000000009e01fff] usable
Sep 09 19:22:40 arch kernel: reserve setup_data: [mem 0x0000000009e02000-0x0000000009ffffff] reserved
Sep 09 19:22:40 arch kernel: reserve setup_data: [mem 0x000000000a000000-0x000000000a1fffff] usable
Sep 09 19:22:40 arch kernel: reserve setup_data: [mem 0x000000000a200000-0x000000000a20dfff] ACPI NVS
Sep 09 19:22:40 arch kernel: reserve setup_data: [mem 0x000000000a20e000-0x000000000affffff] usable
Sep 09 19:22:40 arch kernel: reserve setup_data: [mem 0x000000000b000000-0x000000000b01ffff] reserved
Sep 09 19:22:40 arch kernel: reserve setup_data: [mem 0x000000000b020000-0x00000000cdd1c017] usable
Sep 09 19:22:40 arch kernel: reserve setup_data: [mem 0x00000000cdd1c018-0x00000000cdd3a457] usable
Sep 09 19:22:40 arch kernel: reserve setup_data: [mem 0x00000000cdd3a458-0x00000000cdd3b017] usable
Sep 09 19:22:40 arch kernel: reserve setup_data: [mem 0x00000000cdd3b018-0x00000000cdd49057] usable
Sep 09 19:22:40 arch kernel: reserve setup_data: [mem 0x00000000cdd49058-0x00000000db117fff] usable
Sep 09 19:22:40 arch kernel: reserve setup_data: [mem 0x00000000db118000-0x00000000db497fff] reserved
Sep 09 19:22:40 arch kernel: reserve setup_data: [mem 0x00000000db498000-0x00000000db4fbfff] ACPI data
Sep 09 19:22:40 arch kernel: reserve setup_data: [mem 0x00000000db4fc000-0x00000000dcbfafff] ACPI NVS
Sep 09 19:22:40 arch kernel: reserve setup_data: [mem 0x00000000dcbfb000-0x00000000ddbfefff] reserved
Sep 09 19:22:40 arch kernel: reserve setup_data: [mem 0x00000000ddbff000-0x00000000deffffff] usable
Sep 09 19:22:40 arch kernel: reserve setup_data: [mem 0x00000000df000000-0x00000000dfffffff] reserved
Sep 09 19:22:40 arch kernel: reserve setup_data: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
Sep 09 19:22:40 arch kernel: reserve setup_data: [mem 0x00000000fd200000-0x00000000fd2fffff] reserved
Sep 09 19:22:40 arch kernel: reserve setup_data: [mem 0x00000000fd600000-0x00000000fd7fffff] reserved
Sep 09 19:22:40 arch kernel: reserve setup_data: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved
Sep 09 19:22:40 arch kernel: reserve setup_data: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
Sep 09 19:22:40 arch kernel: reserve setup_data: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
Sep 09 19:22:40 arch kernel: reserve setup_data: [mem 0x00000000fec30000-0x00000000fec30fff] reserved
Sep 09 19:22:40 arch kernel: reserve setup_data: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
Sep 09 19:22:40 arch kernel: reserve setup_data: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
Sep 09 19:22:40 arch kernel: reserve setup_data: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
Sep 09 19:22:40 arch kernel: reserve setup_data: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
Sep 09 19:22:40 arch kernel: reserve setup_data: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
Sep 09 19:22:40 arch kernel: reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Sep 09 19:22:40 arch kernel: reserve setup_data: [mem 0x0000000100000000-0x000000041f37ffff] usable
Sep 09 19:22:40 arch kernel: reserve setup_data: [mem 0x000000041f380000-0x000000041fffffff] reserved
Sep 09 19:22:40 arch kernel: efi: EFI v2.7 by American Megatrends
Sep 09 19:22:40 arch kernel: efi: ACPI=0xdcbe4000 ACPI 2.0=0xdcbe4014 TPMFinalLog=0xdcbae000 SMBIOS=0xdd9fc000 MEMATTR=0xd8d43698 ESRT=0xd96dbb98 INITRD=0xd7
2d2118 RNG=0xdb4e8018 TPMEventLog=0xd71d6018
Sep 09 19:22:40 arch kernel: random: crng init done
Sep 09 19:22:40 arch kernel: efi: Remove mem403: MMIO range=[0xf0000000-0xf7ffffff] (128MB) from e820 map
Sep 09 19:22:40 arch kernel: e820: remove [mem 0xf0000000-0xf7ffffff] reserved
Sep 09 19:22:40 arch kernel: efi: Remove mem404: MMIO range=[0xfd200000-0xfd2fffff] (1MB) from e820 map
Sep 09 19:22:40 arch kernel: e820: remove [mem 0xfd200000-0xfd2fffff] reserved
Sep 09 19:22:40 arch kernel: efi: Remove mem405: MMIO range=[0xfd600000-0xfd7fffff] (2MB) from e820 map
Sep 09 19:22:40 arch kernel: e820: remove [mem 0xfd600000-0xfd7fffff] reserved
Sep 09 19:22:40 arch kernel: efi: Not removing mem406: MMIO range=[0xfea00000-0xfea0ffff] (64KB) from e820 map
Sep 09 19:22:40 arch kernel: efi: Remove mem407: MMIO range=[0xfeb80000-0xfec01fff] (0MB) from e820 map
Sep 09 19:22:40 arch kernel: e820: remove [mem 0xfeb80000-0xfec01fff] reserved
Sep 09 19:22:40 arch kernel: efi: Not removing mem408: MMIO range=[0xfec10000-0xfec10fff] (4KB) from e820 map
Sep 09 19:22:40 arch kernel: efi: Not removing mem409: MMIO range=[0xfec30000-0xfec30fff] (4KB) from e820 map
Sep 09 19:22:40 arch kernel: efi: Not removing mem410: MMIO range=[0xfed00000-0xfed00fff] (4KB) from e820 map
Sep 09 19:22:40 arch kernel: efi: Not removing mem411: MMIO range=[0xfed40000-0xfed44fff] (20KB) from e820 map
Sep 09 19:22:40 arch kernel: efi: Not removing mem412: MMIO range=[0xfed80000-0xfed8ffff] (64KB) from e820 map
Sep 09 19:22:40 arch kernel: efi: Not removing mem413: MMIO range=[0xfedc2000-0xfedcffff] (56KB) from e820 map
Sep 09 19:22:40 arch kernel: efi: Not removing mem414: MMIO range=[0xfedd4000-0xfedd5fff] (8KB) from e820 map
Sep 09 19:22:40 arch kernel: efi: Remove mem415: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
Sep 09 19:22:40 arch kernel: e820: remove [mem 0xff000000-0xffffffff] reserved
Sep 09 19:22:40 arch kernel: SMBIOS 2.8 present.
Sep 09 19:22:40 arch kernel: DMI: Komplett KomplettPC/B550M PRO-VDH WIFI (MS-7C95), BIOS 2.M9 08/10/2023
Sep 09 19:22:40 arch kernel: tsc: Fast TSC calibration using PIT
Sep 09 19:22:40 arch kernel: tsc: Detected 3499.664 MHz processor
Sep 09 19:22:40 arch kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Sep 09 19:22:40 arch kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Sep 09 19:22:40 arch kernel: last_pfn = 0x41f380 max_arch_pfn = 0x400000000
Sep 09 19:22:40 arch kernel: total RAM covered: 3583M
Sep 09 19:22:40 arch kernel: Found optimal setting for mtrr clean up
Sep 09 19:22:40 arch kernel: gran_size: 64K chunk_size: 64M num_reg: 4 lose cover RAM: 0G
Sep 09 19:22:40 arch kernel: x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
Sep 09 19:22:40 arch kernel: e820: update [mem 0xdc980000-0xdc98ffff] usable ==> reserved
Sep 09 19:22:40 arch kernel: e820: update [mem 0xe0000000-0xffffffff] usable ==> reserved
Sep 09 19:22:40 arch kernel: last_pfn = 0xdf000 max_arch_pfn = 0x400000000
Sep 09 19:22:40 arch kernel: esrt: Reserving ESRT space from 0x00000000d96dbb98 to 0x00000000d96dbbf8.
Sep 09 19:22:40 arch kernel: e820: update [mem 0xd96db000-0xd96dbfff] usable ==> reserved
Sep 09 19:22:40 arch kernel: Using GB pages for direct mapping
Sep 09 19:22:40 arch kernel: Secure boot disabled
Sep 09 19:22:40 arch kernel: RAMDISK: [mem 0xce286000-0xcf465fff]
Sep 09 19:22:40 arch kernel: ACPI: Early table checksum verification disabled
Sep 09 19:22:40 arch kernel: ACPI: RSDP 0x00000000DCBE4014 000024 (v02 ALASKA)
Sep 09 19:22:40 arch kernel: ACPI: XSDT 0x00000000DCBE3728 0000EC (v01 ALASKA A M I 01072009 AMI 01000013)
Sep 09 19:22:40 arch kernel: ACPI: FACP 0x00000000DB4ED000 000114 (v06 ALASKA A M I 01072009 AMI 00010013)
Sep 09 19:22:40 arch kernel: ACPI: DSDT 0x00000000DB4BA000 00721F (v02 ALASKA A M I 01072009 INTL 20120913)
Sep 09 19:22:40 arch kernel: ACPI: FACS 0x00000000DCBDE000 000040
Sep 09 19:22:40 arch kernel: ACPI: SSDT 0x00000000DB4F3000 008CE9 (v02 AMD AmdTable 00000002 MSFT 04000000)
Sep 09 19:22:40 arch kernel: ACPI: SSDT 0x00000000DB4EF000 003B86 (v02 AMD AMD AOD 00000001 INTL 20120913)
Sep 09 19:22:40 arch kernel: ACPI: SSDT 0x00000000DB4EE000 0001AD (v02 ALASKA CPUSSDT 01072009 AMI 01072009)
Sep 09 19:22:40 arch kernel: ACPI: FIDT 0x00000000DB4E5000 00009C (v01 ALASKA A M I 01072009 AMI 00010013)
Sep 09 19:22:40 arch kernel: ACPI: MCFG 0x00000000DB4E4000 00003C (v01 ALASKA A M I 01072009 MSFT 00010013)
Sep 09 19:22:40 arch kernel: ACPI: HPET 0x00000000DB4E3000 000038 (v01 ALASKA A M I 01072009 AMI 00000005)
Sep 09 19:22:40 arch kernel: ACPI: IVRS 0x00000000DB4E2000 0000D0 (v02 AMD AmdTable 00000001 AMD 00000001)
Sep 09 19:22:40 arch kernel: ACPI: FPDT 0x00000000DB4E1000 000044 (v01 ALASKA A M I 01072009 AMI 01000013)
Sep 09 19:22:40 arch kernel: ACPI: VFCT 0x00000000DB4D5000 00B284 (v01 ALASKA A M I 00000001 AMD 31504F47)
Sep 09 19:22:40 arch kernel: ACPI: BGRT 0x00000000DB4D4000 000038 (v01 ALASKA A M I 01072009 AMI 00010013)
Sep 09 19:22:40 arch kernel: ACPI: TPM2 0x00000000DB4D3000 00004C (v04 ALASKA A M I 00000001 AMI 00000000)
Sep 09 19:22:40 arch kernel: ACPI: PCCT 0x00000000DB4D2000 00006E (v02 AMD AmdTable 00000001 AMD 00000001)
Sep 09 19:22:40 arch kernel: ACPI: SSDT 0x00000000DB4CE000 0030FB (v02 AMD AmdTable 00000001 AMD 00000001)
Sep 09 19:22:40 arch kernel: ACPI: CRAT 0x00000000DB4CD000 000B90 (v01 AMD AmdTable 00000001 AMD 00000001)
Sep 09 19:22:40 arch kernel: ACPI: CDIT 0x00000000DB4CC000 000029 (v01 AMD AmdTable 00000001 AMD 00000001)
Sep 09 19:22:40 arch kernel: ACPI: SSDT 0x00000000DB4CB000 0002C2 (v02 AMD ArticDGP 00000001 INTL 20120913)
Sep 09 19:22:40 arch kernel: ACPI: SSDT 0x00000000DB4C9000 0010C9 (v02 AMD ArticTPX 00000001 INTL 20120913)
Sep 09 19:22:40 arch kernel: ACPI: SSDT 0x00000000DB4C8000 00052C (v02 AMD ArticNOI 00000001 INTL 20120913)
Sep 09 19:22:40 arch kernel: ACPI: SSDT 0x00000000DB4C4000 0037DC (v02 AMD ArticN 00000001 INTL 20120913)
Sep 09 19:22:40 arch kernel: ACPI: WSMT 0x00000000DB4C3000 000028 (v01 ALASKA A M I 01072009 AMI 00010013)
Sep 09 19:22:40 arch kernel: ACPI: APIC 0x00000000DB4C2000 00015E (v04 ALASKA A M I 01072009 AMI 00010013)
Sep 09 19:22:40 arch kernel: ACPI: SSDT 0x00000000DB4EC000 00007D (v02 AMD ArticDIS 00000001 INTL 20120913)
Sep 09 19:22:40 arch kernel: ACPI: SSDT 0x00000000DB4EA000 0010AF (v02 AMD ArticC 00000001 INTL 20120913)
Sep 09 19:22:40 arch kernel: ACPI: SSDT 0x00000000DB4E9000 0000BF (v01 AMD AmdTable 00001000 INTL 20120913)
Sep 09 19:22:40 arch kernel: ACPI: Reserving FACP table memory at [mem 0xdb4ed000-0xdb4ed113]
Sep 09 19:22:40 arch kernel: ACPI: Reserving DSDT table memory at [mem 0xdb4ba000-0xdb4c121e]
Sep 09 19:22:40 arch kernel: ACPI: Reserving FACS table memory at [mem 0xdcbde000-0xdcbde03f]
Sep 09 19:22:40 arch kernel: ACPI: Reserving SSDT table memory at [mem 0xdb4f3000-0xdb4fbce8]
Sep 09 19:22:40 arch kernel: ACPI: Reserving SSDT table memory at [mem 0xdb4ef000-0xdb4f2b85]
Sep 09 19:22:40 arch kernel: ACPI: Reserving SSDT table memory at [mem 0xdb4ee000-0xdb4ee1ac]
Sep 09 19:22:40 arch kernel: ACPI: Reserving FIDT table memory at [mem 0xdb4e5000-0xdb4e509b]
Sep 09 19:22:40 arch kernel: ACPI: Reserving MCFG table memory at [mem 0xdb4e4000-0xdb4e403b]
Sep 09 19:22:40 arch kernel: ACPI: Reserving HPET table memory at [mem 0xdb4e3000-0xdb4e3037]
Sep 09 19:22:40 arch kernel: ACPI: Reserving IVRS table memory at [mem 0xdb4e2000-0xdb4e20cf]
Sep 09 19:22:40 arch kernel: ACPI: Reserving FPDT table memory at [mem 0xdb4e1000-0xdb4e1043]
Sep 09 19:22:40 arch kernel: ACPI: Reserving VFCT table memory at [mem 0xdb4d5000-0xdb4e0283]
Sep 09 19:22:40 arch kernel: ACPI: Reserving BGRT table memory at [mem 0xdb4d4000-0xdb4d4037]
Sep 09 19:22:40 arch kernel: ACPI: Reserving TPM2 table memory at [mem 0xdb4d3000-0xdb4d304b]
Sep 09 19:22:40 arch kernel: ACPI: Reserving PCCT table memory at [mem 0xdb4d2000-0xdb4d206d]
Sep 09 19:22:40 arch kernel: ACPI: Reserving SSDT table memory at [mem 0xdb4ce000-0xdb4d10fa]
Sep 09 19:22:40 arch kernel: ACPI: Reserving CRAT table memory at [mem 0xdb4cd000-0xdb4cdb8f]
Sep 09 19:22:40 arch kernel: ACPI: Reserving CDIT table memory at [mem 0xdb4cc000-0xdb4cc028]
Sep 09 19:22:40 arch kernel: ACPI: Reserving SSDT table memory at [mem 0xdb4cb000-0xdb4cb2c1]
Sep 09 19:22:40 arch kernel: ACPI: Reserving SSDT table memory at [mem 0xdb4c9000-0xdb4ca0c8]
Sep 09 19:22:40 arch kernel: ACPI: Reserving SSDT table memory at [mem 0xdb4c8000-0xdb4c852b]
Sep 09 19:22:40 arch kernel: ACPI: Reserving SSDT table memory at [mem 0xdb4c4000-0xdb4c77db]
Sep 09 19:22:40 arch kernel: ACPI: Reserving WSMT table memory at [mem 0xdb4c3000-0xdb4c3027]
Sep 09 19:22:40 arch kernel: ACPI: Reserving APIC table memory at [mem 0xdb4c2000-0xdb4c215d]
Sep 09 19:22:40 arch kernel: ACPI: Reserving SSDT table memory at [mem 0xdb4ec000-0xdb4ec07c]
Sep 09 19:22:40 arch kernel: ACPI: Reserving SSDT table memory at [mem 0xdb4ea000-0xdb4eb0ae]
Sep 09 19:22:40 arch kernel: ACPI: Reserving SSDT table memory at [mem 0xdb4e9000-0xdb4e90be]
Sep 09 19:22:40 arch kernel: No NUMA configuration found
Sep 09 19:22:40 arch kernel: Faking a node at [mem 0x0000000000000000-0x000000041f37ffff]
Sep 09 19:22:40 arch kernel: NODE_DATA(0) allocated [mem 0x41f37b000-0x41f37ffff]
Sep 09 19:22:40 arch kernel: Zone ranges:
Sep 09 19:22:40 arch kernel: DMA [mem 0x0000000000001000-0x0000000000ffffff]
Sep 09 19:22:40 arch kernel: DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
Sep 09 19:22:40 arch kernel: Normal [mem 0x0000000100000000-0x000000041f37ffff]
Sep 09 19:22:40 arch kernel: Device empty
Sep 09 19:22:40 arch kernel: Movable zone start for each node
Sep 09 19:22:40 arch kernel: Early memory node ranges
Sep 09 19:22:40 arch kernel: node 0: [mem 0x0000000000001000-0x000000000009ffff]
Sep 09 19:22:40 arch kernel: node 0: [mem 0x0000000000100000-0x0000000009e01fff]
Sep 09 19:22:40 arch kernel: node 0: [mem 0x000000000a000000-0x000000000a1fffff]
Sep 09 19:22:40 arch kernel: node 0: [mem 0x000000000a20e000-0x000000000affffff]
Sep 09 19:22:40 arch kernel: node 0: [mem 0x000000000b020000-0x00000000db117fff]
Sep 09 19:22:40 arch kernel: node 0: [mem 0x00000000ddbff000-0x00000000deffffff]
Sep 09 19:22:40 arch kernel: node 0: [mem 0x0000000100000000-0x000000041f37ffff]
Sep 09 19:22:40 arch kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000041f37ffff]
Sep 09 19:22:40 arch kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Sep 09 19:22:40 arch kernel: On node 0, zone DMA: 96 pages in unavailable ranges
Sep 09 19:22:40 arch kernel: On node 0, zone DMA32: 510 pages in unavailable ranges
Sep 09 19:22:40 arch kernel: On node 0, zone DMA32: 14 pages in unavailable ranges
Sep 09 19:22:40 arch kernel: On node 0, zone DMA32: 32 pages in unavailable ranges
Sep 09 19:22:40 arch kernel: On node 0, zone DMA32: 10983 pages in unavailable ranges
Sep 09 19:22:40 arch kernel: On node 0, zone Normal: 4096 pages in unavailable ranges
Sep 09 19:22:40 arch kernel: On node 0, zone Normal: 3200 pages in unavailable ranges
Sep 09 19:22:40 arch kernel: ACPI: PM-Timer IO Port: 0x808
Sep 09 19:22:40 arch kernel: ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
Sep 09 19:22:40 arch kernel: IOAPIC[0]: apic_id 13, version 33, address 0xfec00000, GSI 0-23
Sep 09 19:22:40 arch kernel: IOAPIC[1]: apic_id 14, version 33, address 0xfec01000, GSI 24-55
Sep 09 19:22:40 arch kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Sep 09 19:22:40 arch kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
Sep 09 19:22:40 arch kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Sep 09 19:22:40 arch kernel: ACPI: HPET id: 0x10228201 base: 0xfed00000
Sep 09 19:22:40 arch kernel: e820: update [mem 0xd85ce000-0xd862afff] usable ==> reserved
Sep 09 19:22:40 arch kernel: smpboot: Allowing 32 CPUs, 20 hotplug CPUs
Sep 09 19:22:40 arch kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Sep 09 19:22:40 arch kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
Sep 09 19:22:40 arch kernel: PM: hibernation: Registered nosave memory: [mem 0x09e02000-0x09ffffff]
Sep 09 19:22:40 arch kernel: PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a20dfff]
Sep 09 19:22:40 arch kernel: PM: hibernation: Registered nosave memory: [mem 0x0b000000-0x0b01ffff]
Sep 09 19:22:40 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xcdd1c000-0xcdd1cfff]
Sep 09 19:22:40 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xcdd3a000-0xcdd3afff]
Sep 09 19:22:40 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xcdd3b000-0xcdd3bfff]
Sep 09 19:22:40 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xcdd49000-0xcdd49fff]
Sep 09 19:22:40 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xd85ce000-0xd862afff]
Sep 09 19:22:40 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xd96db000-0xd96dbfff]
Sep 09 19:22:40 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xdb118000-0xdb497fff]
Sep 09 19:22:40 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xdb498000-0xdb4fbfff]
Sep 09 19:22:40 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xdb4fc000-0xdcbfafff]
Sep 09 19:22:40 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xdcbfb000-0xddbfefff]
Sep 09 19:22:40 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xdf000000-0xdfffffff]
Sep 09 19:22:40 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xfe9fffff]
Sep 09 19:22:40 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfea00000-0xfea0ffff]
Sep 09 19:22:40 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfea10000-0xfec0ffff]
Sep 09 19:22:40 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
Sep 09 19:22:40 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfec2ffff]
Sep 09 19:22:40 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfec30000-0xfec30fff]
Sep 09 19:22:40 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfec31000-0xfecfffff]
Sep 09 19:22:40 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
Sep 09 19:22:40 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
Sep 09 19:22:40 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
Sep 09 19:22:40 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
Sep 09 19:22:40 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
Sep 09 19:22:40 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfed90000-0xfedc1fff]
Sep 09 19:22:40 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfedc2000-0xfedcffff]
Sep 09 19:22:40 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfedd0000-0xfedd3fff]
Sep 09 19:22:40 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfedd4000-0xfedd5fff]
Sep 09 19:22:40 arch kernel: PM: hibernation: Registered nosave memory: [mem 0xfedd6000-0xffffffff]
Sep 09 19:22:40 arch kernel: [mem 0xe0000000-0xfe9fffff] available for PCI devices
Sep 09 19:22:40 arch kernel: Booting paravirtualized kernel on bare hardware
Sep 09 19:22:40 arch kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Sep 09 19:22:40 arch kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:32 nr_cpu_ids:32 nr_node_ids:1
Sep 09 19:22:40 arch kernel: percpu: Embedded 64 pages/cpu s225280 r8192 d28672 u262144
Sep 09 19:22:40 arch kernel: pcpu-alloc: s225280 r8192 d28672 u262144 alloc=1*2097152
Sep 09 19:22:40 arch kernel: pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15
Sep 09 19:22:40 arch kernel: pcpu-alloc: [0] 16 17 18 19 20 21 22 23 [0] 24 25 26 27 28 29 30 31
Sep 09 19:22:40 arch kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=/dev/mapper/volgroup0-lv_root rw loglevel=3 quiet
Sep 09 19:22:40 arch kernel: Unknown kernel command line parameters "BOOT_IMAGE=/boot/vmlinuz-linux", will be passed to user space.
Sep 09 19:22:40 arch kernel: printk: log_buf_len individual max cpu contribution: 4096 bytes
Sep 09 19:22:40 arch kernel: printk: log_buf_len total cpu_extra contributions: 126976 bytes
Sep 09 19:22:40 arch kernel: printk: log_buf_len min size: 131072 bytes
Sep 09 19:22:40 arch kernel: printk: log_buf_len: 262144 bytes
Sep 09 19:22:40 arch kernel: printk: early log buf free: 112064(85%)
Sep 09 19:22:40 arch kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Sep 09 19:22:40 arch kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
Sep 09 19:22:40 arch kernel: Fallback order for Node 0: 0
Sep 09 19:22:40 arch kernel: Built 1 zonelists, mobility grouping on. Total pages: 4109971
Sep 09 19:22:40 arch kernel: Policy zone: Normal
Sep 09 19:22:40 arch kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Sep 09 19:22:40 arch kernel: software IO TLB: area num 32.
Sep 09 19:22:40 arch kernel: Memory: 16187808K/16701488K available (16384K kernel code, 2120K rwdata, 12780K rodata, 3348K init, 3984K bss, 513420K reserved,
0K cma-reserved)
Sep 09 19:22:40 arch kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=32, Nodes=1
Sep 09 19:22:40 arch kernel: ftrace: allocating 47559 entries in 186 pages
Sep 09 19:22:40 arch kernel: ftrace: allocated 186 pages with 5 groups
Sep 09 19:22:40 arch kernel: Dynamic Preempt: full
Sep 09 19:22:40 arch kernel: rcu: Preemptible hierarchical RCU implementation.
Sep 09 19:22:40 arch kernel: rcu: RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=32.
Sep 09 19:22:40 arch kernel: rcu: RCU priority boosting: priority 1 delay 500 ms.
Sep 09 19:22:40 arch kernel: Trampoline variant of Tasks RCU enabled.
Sep 09 19:22:40 arch kernel: Rude variant of Tasks RCU enabled.
Sep 09 19:22:40 arch kernel: Tracing variant of Tasks RCU enabled.
Sep 09 19:22:40 arch kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Sep 09 19:22:40 arch kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=32
Sep 09 19:22:40 arch kernel: NR_IRQS: 20736, nr_irqs: 1224, preallocated irqs: 16
Sep 09 19:22:40 arch kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Sep 09 19:22:40 arch kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Sep 09 19:22:40 arch kernel: Console: colour dummy device 80x25
Sep 09 19:22:40 arch kernel: printk: console [tty0] enabled
Sep 09 19:22:40 arch kernel: ACPI: Core revision 20230331
Sep 09 19:22:40 arch kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
Sep 09 19:22:40 arch kernel: APIC: Switch to symmetric I/O mode setup
Sep 09 19:22:40 arch kernel: AMD-Vi: Using global IVHD EFR:0x0, EFR2:0x0
Sep 09 19:22:40 arch kernel: x2apic: IRQ remapping doesn't support X2APIC mode
Sep 09 19:22:40 arch kernel: Switched APIC routing to physical flat.
Sep 09 19:22:40 arch kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Sep 09 19:22:40 arch kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x32721359fd7, max_idle_ns: 440795315677 ns
Sep 09 19:22:40 arch kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 7002.96 BogoMIPS (lpj=11665546)
Sep 09 19:22:40 arch kernel: x86/cpu: User Mode Instruction Prevention (UMIP) activated
Sep 09 19:22:40 arch kernel: LVT offset 1 assigned for vector 0xf9
Sep 09 19:22:40 arch kernel: LVT offset 2 assigned for vector 0xf4
Sep 09 19:22:40 arch kernel: process: using mwait in idle threads
Sep 09 19:22:40 arch kernel: Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
Sep 09 19:22:40 arch kernel: Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
Sep 09 19:22:40 arch kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Sep 09 19:22:40 arch kernel: Spectre V2 : Mitigation: Retpolines
Sep 09 19:22:40 arch kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Sep 09 19:22:40 arch kernel: Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
Sep 09 19:22:40 arch kernel: Spectre V2 : Enabling Restricted Speculation for firmware calls
Sep 09 19:22:40 arch kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Sep 09 19:22:40 arch kernel: Spectre V2 : User space: Mitigation: STIBP always-on protection
Sep 09 19:22:40 arch kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Sep 09 19:22:40 arch kernel: Speculative Return Stack Overflow: IBPB-extending microcode not applied!
Sep 09 19:22:40 arch kernel: Speculative Return Stack Overflow: WARNING: See https://kernel.org/doc/html/latest/admin-guide/hw-vuln/srso.html for mitigation
options.
Sep 09 19:22:40 arch kernel: Speculative Return Stack Overflow: Mitigation: safe RET, no microcode
Sep 09 19:22:40 arch kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Sep 09 19:22:40 arch kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Sep 09 19:22:40 arch kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Sep 09 19:22:40 arch kernel: x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
Sep 09 19:22:40 arch kernel: x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
Sep 09 19:22:40 arch kernel: x86/fpu: xstate_offset[9]: 832, xstate_sizes[9]: 8
Sep 09 19:22:40 arch kernel: x86/fpu: Enabled xstate features 0x207, context size is 840 bytes, using 'compacted' format.
Sep 09 19:22:40 arch kernel: Freeing SMP alternatives memory: 40K
Sep 09 19:22:40 arch kernel: pid_max: default: 32768 minimum: 301
Sep 09 19:22:40 arch kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf,integrity
Sep 09 19:22:40 arch kernel: landlock: Up and running.
Sep 09 19:22:40 arch kernel: Yama: becoming mindful.
Sep 09 19:22:40 arch kernel: LSM support for eBPF active
Sep 09 19:22:40 arch kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Sep 09 19:22:40 arch kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Sep 09 19:22:40 arch kernel: smpboot: CPU0: AMD Ryzen 5 5600 6-Core Processor (family: 0x19, model: 0x21, stepping: 0x2)
Sep 09 19:22:40 arch kernel: cblist_init_generic: Setting adjustable number of callback queues.
Sep 09 19:22:40 arch kernel: cblist_init_generic: Setting shift to 5 and lim to 1.
Sep 09 19:22:40 arch kernel: cblist_init_generic: Setting adjustable number of callback queues.
Sep 09 19:22:40 arch kernel: cblist_init_generic: Setting shift to 5 and lim to 1.
Sep 09 19:22:40 arch kernel: cblist_init_generic: Setting adjustable number of callback queues.
Sep 09 19:22:40 arch kernel: cblist_init_generic: Setting shift to 5 and lim to 1.
Sep 09 19:22:40 arch kernel: Performance Events: Fam17h+ core perfctr, AMD PMU driver.
Sep 09 19:22:40 arch kernel: ... version: 0
Sep 09 19:22:40 arch kernel: ... bit width: 48
Sep 09 19:22:40 arch kernel: ... generic registers: 6
Sep 09 19:22:40 arch kernel: ... value mask: 0000ffffffffffff
Sep 09 19:22:40 arch kernel: ... max period: 00007fffffffffff
Sep 09 19:22:40 arch kernel: ... fixed-purpose events: 0
Sep 09 19:22:40 arch kernel: ... event mask: 000000000000003f
Sep 09 19:22:40 arch kernel: signal: max sigframe size: 3376
Sep 09 19:22:40 arch kernel: rcu: Hierarchical SRCU implementation.
Sep 09 19:22:40 arch kernel: rcu: Max phase no-delay instances is 1000.
Sep 09 19:22:40 arch kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Sep 09 19:22:40 arch kernel: smp: Bringing up secondary CPUs ...
Sep 09 19:22:40 arch kernel: x86: Booting SMP configuration:
Sep 09 19:22:40 arch kernel: .... node #0, CPUs: #1 #2 #3 #4 #5 #6
Sep 09 19:22:40 arch kernel: Spectre V2 : Update user space SMT mitigation: STIBP always-on
Sep 09 19:22:40 arch kernel: #7 #8 #9 #10 #11
Sep 09 19:22:40 arch kernel: smp: Brought up 1 node, 12 CPUs
Sep 09 19:22:40 arch kernel: smpboot: Max logical packages: 3
Sep 09 19:22:40 arch kernel: smpboot: Total of 12 processors activated (84025.59 BogoMIPS)
Sep 09 19:22:40 arch kernel: devtmpfs: initialized
Sep 09 19:22:40 arch kernel: x86/mm: Memory block size: 128MB
Sep 09 19:22:40 arch kernel: ACPI: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20dfff] (57344 bytes)
Sep 09 19:22:40 arch kernel: ACPI: PM: Registering ACPI NVS region [mem 0xdb4fc000-0xdcbfafff] (24113152 bytes)
Sep 09 19:22:40 arch kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Sep 09 19:22:40 arch kernel: futex hash table entries: 8192 (order: 7, 524288 bytes, linear)
Sep 09 19:22:40 arch kernel: pinctrl core: initialized pinctrl subsystem
Sep 09 19:22:40 arch kernel: PM: RTC time: 17:22:36, date: 2023-09-09
Sep 09 19:22:40 arch kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Sep 09 19:22:40 arch kernel: DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
Sep 09 19:22:40 arch kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Sep 09 19:22:40 arch kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Sep 09 19:22:40 arch kernel: audit: initializing netlink subsys (disabled)
Sep 09 19:22:40 arch kernel: audit: type=2000 audit(1694280156.176:1): state=initialized audit_enabled=0 res=1
Sep 09 19:22:40 arch kernel: thermal_sys: Registered thermal governor 'fair_share'
Sep 09 19:22:40 arch kernel: thermal_sys: Registered thermal governor 'bang_bang'
Sep 09 19:22:40 arch kernel: thermal_sys: Registered thermal governor 'step_wise'
Sep 09 19:22:40 arch kernel: thermal_sys: Registered thermal governor 'user_space'
Sep 09 19:22:40 arch kernel: thermal_sys: Registered thermal governor 'power_allocator'
Sep 09 19:22:40 arch kernel: cpuidle: using governor ladder
Sep 09 19:22:40 arch kernel: cpuidle: using governor menu
Sep 09 19:22:40 arch kernel: Detected 1 PCC Subspaces
Sep 09 19:22:40 arch kernel: Registering PCC driver as Mailbox controller
Sep 09 19:22:40 arch kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Sep 09 19:22:40 arch kernel: PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
Sep 09 19:22:40 arch kernel: PCI: not using MMCONFIG
Sep 09 19:22:40 arch kernel: PCI: Using configuration type 1 for base access
Sep 09 19:22:40 arch kernel: PCI: Using configuration type 1 for extended access
Sep 09 19:22:40 arch kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Sep 09 19:22:40 arch kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Sep 09 19:22:40 arch kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Sep 09 19:22:40 arch kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Sep 09 19:22:40 arch kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Sep 09 19:22:40 arch kernel: ACPI: Added _OSI(Module Device)
Sep 09 19:22:40 arch kernel: ACPI: Added _OSI(Processor Device)
Sep 09 19:22:40 arch kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Sep 09 19:22:40 arch kernel: ACPI: Added _OSI(Processor Aggregator Device)
Sep 09 19:22:40 arch kernel: ACPI: 12 ACPI AML tables successfully acquired and loaded
Sep 09 19:22:40 arch kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Sep 09 19:22:40 arch kernel: ACPI: Interpreter enabled
Sep 09 19:22:40 arch kernel: ACPI: PM: (supports S0 S3 S4 S5)
Sep 09 19:22:40 arch kernel: ACPI: Using IOAPIC for interrupt routing
Sep 09 19:22:40 arch kernel: PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
Sep 09 19:22:40 arch kernel: PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved as ACPI motherboard resource
Sep 09 19:22:40 arch kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Sep 09 19:22:40 arch kernel: PCI: Ignoring E820 reservations for host bridge windows
Sep 09 19:22:40 arch kernel: ACPI: Enabled 8 GPEs in block 00 to 1F
Sep 09 19:22:40 arch kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Sep 09 19:22:40 arch kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Sep 09 19:22:40 arch kernel: acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR DPC]
Sep 09 19:22:40 arch kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
Sep 09 19:22:40 arch kernel: acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-7f] only partially covers this bridge
Sep 09 19:22:40 arch kernel: PCI host bridge to bus 0000:00
Sep 09 19:22:40 arch kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x03af window]
Sep 09 19:22:40 arch kernel: pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7 window]
Sep 09 19:22:40 arch kernel: pci_bus 0000:00: root bus resource [io 0x03b0-0x03df window]
Sep 09 19:22:40 arch kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
Sep 09 19:22:40 arch kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000dffff window]
Sep 09 19:22:40 arch kernel: pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfcffffff window]
Sep 09 19:22:40 arch kernel: pci_bus 0000:00: root bus resource [mem 0x420000000-0x7fffffffff window]
Sep 09 19:22:40 arch kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Sep 09 19:22:40 arch kernel: pci 0000:00:00.0: [1022:1480] type 00 class 0x060000
Sep 09 19:22:40 arch kernel: pci 0000:00:00.2: [1022:1481] type 00 class 0x080600
Sep 09 19:22:40 arch kernel: pci 0000:00:01.0: [1022:1482] type 00 class 0x060000
Sep 09 19:22:40 arch kernel: pci 0000:00:01.1: [1022:1483] type 01 class 0x060400
Sep 09 19:22:40 arch kernel: pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
Sep 09 19:22:40 arch kernel: pci 0000:00:01.2: [1022:1483] type 01 class 0x060400
Sep 09 19:22:40 arch kernel: pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
Sep 09 19:22:40 arch kernel: pci 0000:00:02.0: [1022:1482] type 00 class 0x060000
Sep 09 19:22:40 arch kernel: pci 0000:00:03.0: [1022:1482] type 00 class 0x060000
Sep 09 19:22:40 arch kernel: pci 0000:00:03.1: [1022:1483] type 01 class 0x060400
Sep 09 19:22:40 arch kernel: pci 0000:00:03.1: PME# supported from D0 D3hot D3cold
Sep 09 19:22:40 arch kernel: pci 0000:00:04.0: [1022:1482] type 00 class 0x060000
Sep 09 19:22:40 arch kernel: pci 0000:00:05.0: [1022:1482] type 00 class 0x060000
Sep 09 19:22:40 arch kernel: pci 0000:00:07.0: [1022:1482] type 00 class 0x060000
Sep 09 19:22:40 arch kernel: pci 0000:00:07.1: [1022:1484] type 01 class 0x060400
Sep 09 19:22:40 arch kernel: pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
Sep 09 19:22:40 arch kernel: pci 0000:00:08.0: [1022:1482] type 00 class 0x060000
Sep 09 19:22:40 arch kernel: pci 0000:00:08.1: [1022:1484] type 01 class 0x060400
Sep 09 19:22:40 arch kernel: pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
Sep 09 19:22:40 arch kernel: pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
Sep 09 19:22:40 arch kernel: pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
Sep 09 19:22:40 arch kernel: pci 0000:00:18.0: [1022:1440] type 00 class 0x060000
Sep 09 19:22:40 arch kernel: pci 0000:00:18.1: [1022:1441] type 00 class 0x060000
Sep 09 19:22:40 arch kernel: pci 0000:00:18.2: [1022:1442] type 00 class 0x060000
Sep 09 19:22:40 arch kernel: pci 0000:00:18.3: [1022:1443] type 00 class 0x060000
Sep 09 19:22:40 arch kernel: pci 0000:00:18.4: [1022:1444] type 00 class 0x060000
Sep 09 19:22:40 arch kernel: pci 0000:00:18.5: [1022:1445] type 00 class 0x060000
Sep 09 19:22:40 arch kernel: pci 0000:00:18.6: [1022:1446] type 00 class 0x060000
Sep 09 19:22:40 arch kernel: pci 0000:00:18.7: [1022:1447] type 00 class 0x060000
Sep 09 19:22:40 arch kernel: pci 0000:01:00.0: [2646:5013] type 00 class 0x010802
Sep 09 19:22:40 arch kernel: pci 0000:01:00.0: reg 0x10: [mem 0xfcf00000-0xfcf03fff 64bit]
Sep 09 19:22:40 arch kernel: pci 0000:00:01.1: PCI bridge to [bus 01]
Sep 09 19:22:40 arch kernel: pci 0000:00:01.1: bridge window [mem 0xfcf00000-0xfcffffff]
Sep 09 19:22:40 arch kernel: pci 0000:02:00.0: [1022:43ee] type 00 class 0x0c0330
Sep 09 19:22:40 arch kernel: pci 0000:02:00.0: reg 0x10: [mem 0xfcea0000-0xfcea7fff 64bit]
Sep 09 19:22:40 arch kernel: pci 0000:02:00.0: PME# supported from D3hot D3cold
Sep 09 19:22:40 arch kernel: pci 0000:02:00.1: [1022:43eb] type 00 class 0x010601
Sep 09 19:22:40 arch kernel: pci 0000:02:00.1: reg 0x24: [mem 0xfce80000-0xfce9ffff]
Sep 09 19:22:40 arch kernel: pci 0000:02:00.1: reg 0x30: [mem 0xfce00000-0xfce7ffff pref]
Sep 09 19:22:40 arch kernel: pci 0000:02:00.1: PME# supported from D3hot D3cold
Sep 09 19:22:40 arch kernel: pci 0000:02:00.2: [1022:43e9] type 01 class 0x060400
Sep 09 19:22:40 arch kernel: pci 0000:02:00.2: PME# supported from D3hot D3cold
Sep 09 19:22:40 arch kernel: pci 0000:00:01.2: PCI bridge to [bus 02-2a]
Sep 09 19:22:40 arch kernel: pci 0000:00:01.2: bridge window [io 0xf000-0xffff]
Sep 09 19:22:40 arch kernel: pci 0000:00:01.2: bridge window [mem 0xfcc00000-0xfcefffff]
Sep 09 19:22:40 arch kernel: pci 0000:00:01.2: bridge window [mem 0x7e10100000-0x7e101fffff 64bit pref]
Sep 09 19:22:40 arch kernel: pci 0000:03:08.0: [1022:43ea] type 01 class 0x060400
Sep 09 19:22:40 arch kernel: pci 0000:03:08.0: PME# supported from D3hot D3cold
Sep 09 19:22:40 arch kernel: pci 0000:03:09.0: [1022:43ea] type 01 class 0x060400
Sep 09 19:22:40 arch kernel: pci 0000:03:09.0: PME# supported from D3hot D3cold
Sep 09 19:22:40 arch kernel: pci 0000:02:00.2: PCI bridge to [bus 03-2a]
Sep 09 19:22:40 arch kernel: pci 0000:02:00.2: bridge window [io 0xf000-0xffff]
Sep 09 19:22:40 arch kernel: pci 0000:02:00.2: bridge window [mem 0xfcc00000-0xfcdfffff]
Sep 09 19:22:40 arch kernel: pci 0000:02:00.2: bridge window [mem 0x7e10100000-0x7e101fffff 64bit pref]
Sep 09 19:22:40 arch kernel: pci 0000:29:00.0: [14c3:0616] type 00 class 0x028000
Sep 09 19:22:40 arch kernel: pci 0000:29:00.0: reg 0x10: [mem 0x7e10100000-0x7e101fffff 64bit pref]
Sep 09 19:22:40 arch kernel: pci 0000:29:00.0: reg 0x18: [mem 0xfcd00000-0xfcd07fff 64bit]
Sep 09 19:22:40 arch kernel: pci 0000:29:00.0: PME# supported from D0 D3hot D3cold
Sep 09 19:22:40 arch kernel: pci 0000:03:08.0: PCI bridge to [bus 29]
Sep 09 19:22:40 arch kernel: pci 0000:03:08.0: bridge window [mem 0xfcd00000-0xfcdfffff]
Sep 09 19:22:40 arch kernel: pci 0000:03:08.0: bridge window [mem 0x7e10100000-0x7e101fffff 64bit pref]
Sep 09 19:22:40 arch kernel: pci 0000:2a:00.0: [10ec:8168] type 00 class 0x020000
Sep 09 19:22:40 arch kernel: pci 0000:2a:00.0: reg 0x10: [io 0xf000-0xf0ff]
Sep 09 19:22:40 arch kernel: pci 0000:2a:00.0: reg 0x18: [mem 0xfcc04000-0xfcc04fff 64bit]
Sep 09 19:22:40 arch kernel: pci 0000:2a:00.0: reg 0x20: [mem 0xfcc00000-0xfcc03fff 64bit]
Sep 09 19:22:40 arch kernel: pci 0000:2a:00.0: supports D1 D2
Sep 09 19:22:40 arch kernel: pci 0000:2a:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Sep 09 19:22:40 arch kernel: pci 0000:03:09.0: PCI bridge to [bus 2a]
Sep 09 19:22:40 arch kernel: pci 0000:03:09.0: bridge window [io 0xf000-0xffff]
Sep 09 19:22:40 arch kernel: pci 0000:03:09.0: bridge window [mem 0xfcc00000-0xfccfffff]
Sep 09 19:22:40 arch kernel: pci 0000:2b:00.0: [1002:1478] type 01 class 0x060400
Sep 09 19:22:40 arch kernel: pci 0000:2b:00.0: reg 0x10: [mem 0xfcb00000-0xfcb03fff]
Sep 09 19:22:40 arch kernel: pci 0000:2b:00.0: PME# supported from D0 D3hot D3cold
Sep 09 19:22:40 arch kernel: pci 0000:00:03.1: PCI bridge to [bus 2b-2d]
Sep 09 19:22:40 arch kernel: pci 0000:00:03.1: bridge window [io 0xe000-0xefff]
Sep 09 19:22:40 arch kernel: pci 0000:00:03.1: bridge window [mem 0xfc900000-0xfcbfffff]
Sep 09 19:22:40 arch kernel: pci 0000:00:03.1: bridge window [mem 0x7c00000000-0x7e0fffffff 64bit pref]
Sep 09 19:22:40 arch kernel: pci 0000:2c:00.0: [1002:1479] type 01 class 0x060400
Sep 09 19:22:40 arch kernel: pci 0000:2c:00.0: PME# supported from D0 D3hot D3cold
Sep 09 19:22:40 arch kernel: pci 0000:2b:00.0: PCI bridge to [bus 2c-2d]
Sep 09 19:22:40 arch kernel: pci 0000:2b:00.0: bridge window [io 0xe000-0xefff]
Sep 09 19:22:40 arch kernel: pci 0000:2b:00.0: bridge window [mem 0xfc900000-0xfcafffff]
Sep 09 19:22:40 arch kernel: pci 0000:2b:00.0: bridge window [mem 0x7c00000000-0x7e0fffffff 64bit pref]
Sep 09 19:22:40 arch kernel: pci 0000:2d:00.0: [1002:73ef] type 00 class 0x030000
Sep 09 19:22:40 arch kernel: pci 0000:2d:00.0: reg 0x10: [mem 0x7c00000000-0x7dffffffff 64bit pref]
Sep 09 19:22:40 arch kernel: pci 0000:2d:00.0: reg 0x18: [mem 0x7e00000000-0x7e0fffffff 64bit pref]
Sep 09 19:22:40 arch kernel: pci 0000:2d:00.0: reg 0x20: [io 0xe000-0xe0ff]
Sep 09 19:22:40 arch kernel: pci 0000:2d:00.0: reg 0x24: [mem 0xfc900000-0xfc9fffff]
Sep 09 19:22:40 arch kernel: pci 0000:2d:00.0: reg 0x30: [mem 0xfca00000-0xfca1ffff pref]
Sep 09 19:22:40 arch kernel: pci 0000:2d:00.0: BAR 0: assigned to efifb
Sep 09 19:22:40 arch kernel: pci 0000:2d:00.0: PME# supported from D1 D2 D3hot D3cold
Sep 09 19:22:40 arch kernel: pci 0000:2d:00.0: 126.024 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x8 link at 0000:00:03.1 (capable of 252.048 G
b/s with 16.0 GT/s PCIe x16 link)
Sep 09 19:22:40 arch kernel: pci 0000:2d:00.1: [1002:ab28] type 00 class 0x040300
Sep 09 19:22:40 arch kernel: pci 0000:2d:00.1: reg 0x10: [mem 0xfca20000-0xfca23fff]
Sep 09 19:22:40 arch kernel: pci 0000:2d:00.1: PME# supported from D1 D2 D3hot D3cold
Sep 09 19:22:40 arch kernel: pci 0000:2c:00.0: PCI bridge to [bus 2d]
Sep 09 19:22:40 arch kernel: pci 0000:2c:00.0: bridge window [io 0xe000-0xefff]
Sep 09 19:22:40 arch kernel: pci 0000:2c:00.0: bridge window [mem 0xfc900000-0xfcafffff]
Sep 09 19:22:40 arch kernel: pci 0000:2c:00.0: bridge window [mem 0x7c00000000-0x7e0fffffff 64bit pref]
Sep 09 19:22:40 arch kernel: pci 0000:2e:00.0: [1022:148a] type 00 class 0x130000
Sep 09 19:22:40 arch kernel: pci 0000:00:07.1: PCI bridge to [bus 2e]
Sep 09 19:22:40 arch kernel: pci 0000:2f:00.0: [1022:1485] type 00 class 0x130000
Sep 09 19:22:40 arch kernel: pci 0000:2f:00.1: [1022:1486] type 00 class 0x108000
Sep 09 19:22:40 arch kernel: pci 0000:2f:00.1: reg 0x18: [mem 0xfc700000-0xfc7fffff]
Sep 09 19:22:40 arch kernel: pci 0000:2f:00.1: reg 0x24: [mem 0xfc808000-0xfc809fff]
Sep 09 19:22:40 arch kernel: pci 0000:2f:00.3: [1022:149c] type 00 class 0x0c0330
Sep 09 19:22:40 arch kernel: pci 0000:2f:00.3: reg 0x10: [mem 0xfc600000-0xfc6fffff 64bit]
Sep 09 19:22:40 arch kernel: pci 0000:2f:00.3: PME# supported from D0 D3hot D3cold
Sep 09 19:22:40 arch kernel: pci 0000:2f:00.4: [1022:1487] type 00 class 0x040300
Sep 09 19:22:40 arch kernel: pci 0000:2f:00.4: reg 0x10: [mem 0xfc800000-0xfc807fff]
Sep 09 19:22:40 arch kernel: pci 0000:2f:00.4: PME# supported from D0 D3hot D3cold
Sep 09 19:22:40 arch kernel: pci 0000:00:08.1: PCI bridge to [bus 2f]
Sep 09 19:22:40 arch kernel: pci 0000:00:08.1: bridge window [mem 0xfc600000-0xfc8fffff]
Sep 09 19:22:40 arch kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 0
Sep 09 19:22:40 arch kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 0
Sep 09 19:22:40 arch kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 0
Sep 09 19:22:40 arch kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 0
Sep 09 19:22:40 arch kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
Sep 09 19:22:40 arch kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
Sep 09 19:22:40 arch kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0
Sep 09 19:22:40 arch kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 0
Sep 09 19:22:40 arch kernel: iommu: Default domain type: Translated
Sep 09 19:22:40 arch kernel: iommu: DMA domain TLB invalidation policy: lazy mode
Sep 09 19:22:40 arch kernel: SCSI subsystem initialized
Sep 09 19:22:40 arch kernel: libata version 3.00 loaded.
Sep 09 19:22:40 arch kernel: ACPI: bus type USB registered
Sep 09 19:22:40 arch kernel: usbcore: registered new interface driver usbfs
Sep 09 19:22:40 arch kernel: usbcore: registered new interface driver hub
Sep 09 19:22:40 arch kernel: usbcore: registered new device driver usb
Sep 09 19:22:40 arch kernel: pps_core: LinuxPPS API ver. 1 registered
Sep 09 19:22:40 arch kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Sep 09 19:22:40 arch kernel: PTP clock support registered
Sep 09 19:22:40 arch kernel: EDAC MC: Ver: 3.0.0
Sep 09 19:22:40 arch kernel: efivars: Registered efivars operations
Sep 09 19:22:40 arch kernel: NetLabel: Initializing
Sep 09 19:22:40 arch kernel: NetLabel: domain hash size = 128
Sep 09 19:22:40 arch kernel: NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
Sep 09 19:22:40 arch kernel: NetLabel: unlabeled traffic allowed by default
Sep 09 19:22:40 arch kernel: mctp: management component transport protocol core
Sep 09 19:22:40 arch kernel: NET: Registered PF_MCTP protocol family
Sep 09 19:22:40 arch kernel: PCI: Using ACPI for IRQ routing
Sep 09 19:22:40 arch kernel: PCI: pci_cache_line_size set to 64 bytes
Sep 09 19:22:40 arch kernel: e820: reserve RAM buffer [mem 0x09e02000-0x0bffffff]
Sep 09 19:22:40 arch kernel: e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
Sep 09 19:22:40 arch kernel: e820: reserve RAM buffer [mem 0x0b000000-0x0bffffff]
Sep 09 19:22:40 arch kernel: e820: reserve RAM buffer [mem 0xcdd1c018-0xcfffffff]
Sep 09 19:22:40 arch kernel: e820: reserve RAM buffer [mem 0xcdd3b018-0xcfffffff]
Sep 09 19:22:40 arch kernel: e820: reserve RAM buffer [mem 0xd85ce000-0xdbffffff]
Sep 09 19:22:40 arch kernel: e820: reserve RAM buffer [mem 0xd96db000-0xdbffffff]
Sep 09 19:22:40 arch kernel: e820: reserve RAM buffer [mem 0xdb118000-0xdbffffff]
Sep 09 19:22:40 arch kernel: e820: reserve RAM buffer [mem 0xdf000000-0xdfffffff]
Sep 09 19:22:40 arch kernel: e820: reserve RAM buffer [mem 0x41f380000-0x41fffffff]
Sep 09 19:22:40 arch kernel: pci 0000:2d:00.0: vgaarb: setting as boot VGA device
Sep 09 19:22:40 arch kernel: pci 0000:2d:00.0: vgaarb: bridge control possible
Sep 09 19:22:40 arch kernel: pci 0000:2d:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
Sep 09 19:22:40 arch kernel: vgaarb: loaded
Sep 09 19:22:40 arch kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
Sep 09 19:22:40 arch kernel: hpet0: 3 comparators, 32-bit 14.318180 MHz counter
Sep 09 19:22:40 arch kernel: clocksource: Switched to clocksource tsc-early
Sep 09 19:22:40 arch kernel: VFS: Disk quotas dquot_6.6.0
Sep 09 19:22:40 arch kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Sep 09 19:22:40 arch kernel: pnp: PnP ACPI init
Sep 09 19:22:40 arch kernel: system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved
Sep 09 19:22:40 arch kernel: system 00:01: [mem 0xfd200000-0xfd2fffff] has been reserved
Sep 09 19:22:40 arch kernel: system 00:03: [io 0x0a00-0x0a0f] has been reserved
Sep 09 19:22:40 arch kernel: system 00:03: [io 0x0a10-0x0a1f] has been reserved
Sep 09 19:22:40 arch kernel: system 00:03: [io 0x0a20-0x0a2f] has been reserved
Sep 09 19:22:40 arch kernel: pnp 00:04: [dma 0 disabled]
Sep 09 19:22:40 arch kernel: system 00:05: [io 0x04d0-0x04d1] has been reserved
Sep 09 19:22:40 arch kernel: system 00:05: [io 0x040b] has been reserved
Sep 09 19:22:40 arch kernel: system 00:05: [io 0x04d6] has been reserved
Sep 09 19:22:40 arch kernel: system 00:05: [io 0x0c00-0x0c01] has been reserved
Sep 09 19:22:40 arch kernel: system 00:05: [io 0x0c14] has been reserved
Sep 09 19:22:40 arch kernel: system 00:05: [io 0x0c50-0x0c51] has been reserved
Sep 09 19:22:40 arch kernel: system 00:05: [io 0x0c52] has been reserved
Sep 09 19:22:40 arch kernel: system 00:05: [io 0x0c6c] has been reserved
Sep 09 19:22:40 arch kernel: system 00:05: [io 0x0c6f] has been reserved
Sep 09 19:22:40 arch kernel: system 00:05: [io 0x0cd8-0x0cdf] has been reserved
Sep 09 19:22:40 arch kernel: system 00:05: [io 0x0800-0x089f] has been reserved
Sep 09 19:22:40 arch kernel: system 00:05: [io 0x0b00-0x0b0f] has been reserved
Sep 09 19:22:40 arch kernel: system 00:05: [io 0x0b20-0x0b3f] has been reserved
Sep 09 19:22:40 arch kernel: system 00:05: [io 0x0900-0x090f] has been reserved
Sep 09 19:22:40 arch kernel: system 00:05: [io 0x0910-0x091f] has been reserved
Sep 09 19:22:40 arch kernel: system 00:05: [mem 0xfec00000-0xfec00fff] could not be reserved
Sep 09 19:22:40 arch kernel: system 00:05: [mem 0xfec01000-0xfec01fff] could not be reserved
Sep 09 19:22:40 arch kernel: system 00:05: [mem 0xfedc0000-0xfedc0fff] has been reserved
Sep 09 19:22:40 arch kernel: system 00:05: [mem 0xfee00000-0xfee00fff] has been reserved
Sep 09 19:22:40 arch kernel: system 00:05: [mem 0xfed80000-0xfed8ffff] could not be reserved
Sep 09 19:22:40 arch kernel: system 00:05: [mem 0xfec10000-0xfec10fff] has been reserved
Sep 09 19:22:40 arch kernel: system 00:05: [mem 0xff000000-0xffffffff] has been reserved
Sep 09 19:22:40 arch kernel: pnp: PnP ACPI: found 6 devices
Sep 09 19:22:40 arch kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Sep 09 19:22:40 arch kernel: NET: Registered PF_INET protocol family
Sep 09 19:22:40 arch kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Sep 09 19:22:40 arch kernel: tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
Sep 09 19:22:40 arch kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Sep 09 19:22:40 arch kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Sep 09 19:22:40 arch kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Sep 09 19:22:40 arch kernel: TCP: Hash tables configured (established 131072 bind 65536)
Sep 09 19:22:40 arch kernel: MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
Sep 09 19:22:40 arch kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
Sep 09 19:22:40 arch kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
Sep 09 19:22:40 arch kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Sep 09 19:22:40 arch kernel: NET: Registered PF_XDP protocol family
Sep 09 19:22:40 arch kernel: pci 0000:00:01.1: PCI bridge to [bus 01]
Sep 09 19:22:40 arch kernel: pci 0000:00:01.1: bridge window [mem 0xfcf00000-0xfcffffff]
Sep 09 19:22:40 arch kernel: pci 0000:03:08.0: PCI bridge to [bus 29]
Sep 09 19:22:40 arch kernel: pci 0000:03:08.0: bridge window [mem 0xfcd00000-0xfcdfffff]
Sep 09 19:22:40 arch kernel: pci 0000:03:08.0: bridge window [mem 0x7e10100000-0x7e101fffff 64bit pref]
Sep 09 19:22:40 arch kernel: pci 0000:03:09.0: PCI bridge to [bus 2a]
Sep 09 19:22:40 arch kernel: pci 0000:03:09.0: bridge window [io 0xf000-0xffff]
Sep 09 19:22:40 arch kernel: pci 0000:03:09.0: bridge window [mem 0xfcc00000-0xfccfffff]
Sep 09 19:22:40 arch kernel: pci 0000:02:00.2: PCI bridge to [bus 03-2a]
Sep 09 19:22:40 arch kernel: pci 0000:02:00.2: bridge window [io 0xf000-0xffff]
Sep 09 19:22:40 arch kernel: pci 0000:02:00.2: bridge window [mem 0xfcc00000-0xfcdfffff]
Sep 09 19:22:40 arch kernel: pci 0000:02:00.2: bridge window [mem 0x7e10100000-0x7e101fffff 64bit pref]
Sep 09 19:22:40 arch kernel: pci 0000:00:01.2: PCI bridge to [bus 02-2a]
Sep 09 19:22:40 arch kernel: pci 0000:00:01.2: bridge window [io 0xf000-0xffff]
Sep 09 19:22:40 arch kernel: pci 0000:00:01.2: bridge window [mem 0xfcc00000-0xfcefffff]
Sep 09 19:22:40 arch kernel: pci 0000:00:01.2: bridge window [mem 0x7e10100000-0x7e101fffff 64bit pref]
Sep 09 19:22:40 arch kernel: pci 0000:2c:00.0: PCI bridge to [bus 2d]
Sep 09 19:22:40 arch kernel: pci 0000:2c:00.0: bridge window [io 0xe000-0xefff]
Sep 09 19:22:40 arch kernel: pci 0000:2c:00.0: bridge window [mem 0xfc900000-0xfcafffff]
Sep 09 19:22:40 arch kernel: pci 0000:2c:00.0: bridge window [mem 0x7c00000000-0x7e0fffffff 64bit pref]
Sep 09 19:22:40 arch kernel: pci 0000:2b:00.0: PCI bridge to [bus 2c-2d]
Sep 09 19:22:40 arch kernel: pci 0000:2b:00.0: bridge window [io 0xe000-0xefff]
Sep 09 19:22:40 arch kernel: pci 0000:2b:00.0: bridge window [mem 0xfc900000-0xfcafffff]
Sep 09 19:22:40 arch kernel: pci 0000:2b:00.0: bridge window [mem 0x7c00000000-0x7e0fffffff 64bit pref]
Sep 09 19:22:40 arch kernel: pci 0000:00:03.1: PCI bridge to [bus 2b-2d]
Sep 09 19:22:40 arch kernel: pci 0000:00:03.1: bridge window [io 0xe000-0xefff]
Sep 09 19:22:40 arch kernel: pci 0000:00:03.1: bridge window [mem 0xfc900000-0xfcbfffff]
Sep 09 19:22:40 arch kernel: pci 0000:00:03.1: bridge window [mem 0x7c00000000-0x7e0fffffff 64bit pref]
Sep 09 19:22:40 arch kernel: pci 0000:00:07.1: PCI bridge to [bus 2e]
Sep 09 19:22:40 arch kernel: pci 0000:00:08.1: PCI bridge to [bus 2f]
Sep 09 19:22:40 arch kernel: pci 0000:00:08.1: bridge window [mem 0xfc600000-0xfc8fffff]
Sep 09 19:22:40 arch kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x03af window]
Sep 09 19:22:40 arch kernel: pci_bus 0000:00: resource 5 [io 0x03e0-0x0cf7 window]
Sep 09 19:22:40 arch kernel: pci_bus 0000:00: resource 6 [io 0x03b0-0x03df window]
Sep 09 19:22:40 arch kernel: pci_bus 0000:00: resource 7 [io 0x0d00-0xffff window]
Sep 09 19:22:40 arch kernel: pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000dffff window]
Sep 09 19:22:40 arch kernel: pci_bus 0000:00: resource 9 [mem 0xe0000000-0xfcffffff window]
Sep 09 19:22:40 arch kernel: pci_bus 0000:00: resource 10 [mem 0x420000000-0x7fffffffff window]
Sep 09 19:22:40 arch kernel: pci_bus 0000:01: resource 1 [mem 0xfcf00000-0xfcffffff]
Sep 09 19:22:40 arch kernel: pci_bus 0000:02: resource 0 [io 0xf000-0xffff]
Sep 09 19:22:40 arch kernel: pci_bus 0000:02: resource 1 [mem 0xfcc00000-0xfcefffff]
Sep 09 19:22:40 arch kernel: pci_bus 0000:02: resource 2 [mem 0x7e10100000-0x7e101fffff 64bit pref]
Sep 09 19:22:40 arch kernel: pci_bus 0000:03: resource 0 [io 0xf000-0xffff]
Sep 09 19:22:40 arch kernel: pci_bus 0000:03: resource 1 [mem 0xfcc00000-0xfcdfffff]
Sep 09 19:22:40 arch kernel: pci_bus 0000:03: resource 2 [mem 0x7e10100000-0x7e101fffff 64bit pref]
Sep 09 19:22:40 arch kernel: pci_bus 0000:29: resource 1 [mem 0xfcd00000-0xfcdfffff]
Sep 09 19:22:40 arch kernel: pci_bus 0000:29: resource 2 [mem 0x7e10100000-0x7e101fffff 64bit pref]
Sep 09 19:22:40 arch kernel: pci_bus 0000:2a: resource 0 [io 0xf000-0xffff]
Sep 09 19:22:40 arch kernel: pci_bus 0000:2a: resource 1 [mem 0xfcc00000-0xfccfffff]
Sep 09 19:22:40 arch kernel: pci_bus 0000:2b: resource 0 [io 0xe000-0xefff]
Sep 09 19:22:40 arch kernel: pci_bus 0000:2b: resource 1 [mem 0xfc900000-0xfcbfffff]
Sep 09 19:22:40 arch kernel: pci_bus 0000:2b: resource 2 [mem 0x7c00000000-0x7e0fffffff 64bit pref]
Sep 09 19:22:40 arch kernel: pci_bus 0000:2c: resource 0 [io 0xe000-0xefff]
Sep 09 19:22:40 arch kernel: pci_bus 0000:2c: resource 1 [mem 0xfc900000-0xfcafffff]
Sep 09 19:22:40 arch kernel: pci_bus 0000:2c: resource 2 [mem 0x7c00000000-0x7e0fffffff 64bit pref]
Sep 09 19:22:40 arch kernel: pci_bus 0000:2d: resource 0 [io 0xe000-0xefff]
Sep 09 19:22:40 arch kernel: pci_bus 0000:2d: resource 1 [mem 0xfc900000-0xfcafffff]
Sep 09 19:22:40 arch kernel: pci_bus 0000:2d: resource 2 [mem 0x7c00000000-0x7e0fffffff 64bit pref]
Sep 09 19:22:40 arch kernel: pci_bus 0000:2f: resource 1 [mem 0xfc600000-0xfc8fffff]
Sep 09 19:22:40 arch kernel: pci 0000:2d:00.1: D0 power state depends on 0000:2d:00.0
Sep 09 19:22:40 arch kernel: PCI: CLS 64 bytes, default 64
Sep 09 19:22:40 arch kernel: pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
Sep 09 19:22:40 arch kernel: Trying to unpack rootfs image as initramfs...
Sep 09 19:22:40 arch kernel: pci 0000:00:01.0: Adding to iommu group 0
Sep 09 19:22:40 arch kernel: pci 0000:00:01.1: Adding to iommu group 1
Sep 09 19:22:40 arch kernel: pci 0000:00:01.2: Adding to iommu group 2
Sep 09 19:22:40 arch kernel: pci 0000:00:02.0: Adding to iommu group 3
Sep 09 19:22:40 arch kernel: pci 0000:00:03.0: Adding to iommu group 4
Sep 09 19:22:40 arch kernel: pci 0000:00:03.1: Adding to iommu group 5
Sep 09 19:22:40 arch kernel: pci 0000:00:04.0: Adding to iommu group 6
Sep 09 19:22:40 arch kernel: pci 0000:00:05.0: Adding to iommu group 7
Sep 09 19:22:40 arch kernel: pci 0000:00:07.0: Adding to iommu group 8
Sep 09 19:22:40 arch kernel: pci 0000:00:07.1: Adding to iommu group 9
Sep 09 19:22:40 arch kernel: pci 0000:00:08.0: Adding to iommu group 10
Sep 09 19:22:40 arch kernel: pci 0000:00:08.1: Adding to iommu group 11
Sep 09 19:22:40 arch kernel: pci 0000:00:14.0: Adding to iommu group 12
Sep 09 19:22:40 arch kernel: pci 0000:00:14.3: Adding to iommu group 12
Sep 09 19:22:40 arch kernel: pci 0000:00:18.0: Adding to iommu group 13
Sep 09 19:22:40 arch kernel: pci 0000:00:18.1: Adding to iommu group 13
Sep 09 19:22:40 arch kernel: pci 0000:00:18.2: Adding to iommu group 13
Sep 09 19:22:40 arch kernel: pci 0000:00:18.3: Adding to iommu group 13
Sep 09 19:22:40 arch kernel: pci 0000:00:18.4: Adding to iommu group 13
Sep 09 19:22:40 arch kernel: pci 0000:00:18.5: Adding to iommu group 13
Sep 09 19:22:40 arch kernel: pci 0000:00:18.6: Adding to iommu group 13
Sep 09 19:22:40 arch kernel: pci 0000:00:18.7: Adding to iommu group 13
Sep 09 19:22:40 arch kernel: pci 0000:01:00.0: Adding to iommu group 14
Sep 09 19:22:40 arch kernel: pci 0000:02:00.0: Adding to iommu group 15
Sep 09 19:22:40 arch kernel: pci 0000:02:00.1: Adding to iommu group 15
Sep 09 19:22:40 arch kernel: pci 0000:02:00.2: Adding to iommu group 15
Sep 09 19:22:40 arch kernel: pci 0000:03:08.0: Adding to iommu group 15
Sep 09 19:22:40 arch kernel: pci 0000:03:09.0: Adding to iommu group 15
Sep 09 19:22:40 arch kernel: pci 0000:29:00.0: Adding to iommu group 15
Sep 09 19:22:40 arch kernel: pci 0000:2a:00.0: Adding to iommu group 15
Sep 09 19:22:40 arch kernel: pci 0000:2b:00.0: Adding to iommu group 16
Sep 09 19:22:40 arch kernel: pci 0000:2c:00.0: Adding to iommu group 17
Sep 09 19:22:40 arch kernel: pci 0000:2d:00.0: Adding to iommu group 18
Sep 09 19:22:40 arch kernel: pci 0000:2d:00.1: Adding to iommu group 19
Sep 09 19:22:40 arch kernel: pci 0000:2e:00.0: Adding to iommu group 20
Sep 09 19:22:40 arch kernel: pci 0000:2f:00.0: Adding to iommu group 21
Sep 09 19:22:40 arch kernel: pci 0000:2f:00.1: Adding to iommu group 22
Sep 09 19:22:40 arch kernel: pci 0000:2f:00.3: Adding to iommu group 23
Sep 09 19:22:40 arch kernel: pci 0000:2f:00.4: Adding to iommu group 24
Sep 09 19:22:40 arch kernel: pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
Sep 09 19:22:40 arch kernel: AMD-Vi: Extended features (0x58f77ef22294a5a, 0x0): PPR NX GT IA PC GA_vAPIC
Sep 09 19:22:40 arch kernel: AMD-Vi: Interrupt remapping enabled
Sep 09 19:22:40 arch kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Sep 09 19:22:40 arch kernel: software IO TLB: mapped [mem 0x00000000d316e000-0x00000000d716e000] (64MB)
Sep 09 19:22:40 arch kernel: LVT offset 0 assigned for vector 0x400
Sep 09 19:22:40 arch kernel: perf: AMD IBS detected (0x000003ff)
Sep 09 19:22:40 arch kernel: perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
Sep 09 19:22:40 arch kernel: Initialise system trusted keyrings
Sep 09 19:22:40 arch kernel: Key type blacklist registered
Sep 09 19:22:40 arch kernel: workingset: timestamp_bits=41 max_order=22 bucket_order=0
Sep 09 19:22:40 arch kernel: zbud: loaded
Sep 09 19:22:40 arch kernel: integrity: Platform Keyring initialized
Sep 09 19:22:40 arch kernel: integrity: Machine keyring initialized
Sep 09 19:22:40 arch kernel: Key type asymmetric registered
Sep 09 19:22:40 arch kernel: Asymmetric key parser 'x509' registered
Sep 09 19:22:40 arch kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242)
Sep 09 19:22:40 arch kernel: io scheduler mq-deadline registered
Sep 09 19:22:40 arch kernel: io scheduler kyber registered
Sep 09 19:22:40 arch kernel: io scheduler bfq registered
Sep 09 19:22:40 arch kernel: amd_gpio AMDI0030:00: Invalid config param 0014
Sep 09 19:22:40 arch kernel: pcieport 0000:00:01.1: PME: Signaling with IRQ 27
Sep 09 19:22:40 arch kernel: pcieport 0000:00:01.1: AER: enabled with IRQ 27
Sep 09 19:22:40 arch kernel: pcieport 0000:00:01.2: PME: Signaling with IRQ 28
Sep 09 19:22:40 arch kernel: pcieport 0000:00:01.2: AER: enabled with IRQ 28
Sep 09 19:22:40 arch kernel: pcieport 0000:00:03.1: PME: Signaling with IRQ 29
Sep 09 19:22:40 arch kernel: pcieport 0000:00:03.1: AER: enabled with IRQ 29
Sep 09 19:22:40 arch kernel: pcieport 0000:00:07.1: PME: Signaling with IRQ 31
Sep 09 19:22:40 arch kernel: pcieport 0000:00:07.1: AER: enabled with IRQ 31
Sep 09 19:22:40 arch kernel: pcieport 0000:00:08.1: PME: Signaling with IRQ 32
Sep 09 19:22:40 arch kernel: pcieport 0000:00:08.1: AER: enabled with IRQ 32
Sep 09 19:22:40 arch kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Sep 09 19:22:40 arch kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
Sep 09 19:22:40 arch kernel: ACPI: button: Power Button [PWRB]
Sep 09 19:22:40 arch kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
Sep 09 19:22:40 arch kernel: ACPI: button: Power Button [PWRF]
Sep 09 19:22:40 arch kernel: Estimated ratio of average max frequency by base frequency (times 1024): 1165
Sep 09 19:22:40 arch kernel: Monitor-Mwait will be used to enter C-1 state
Sep 09 19:22:40 arch kernel: ACPI: \_SB_.PLTF.C000: Found 2 idle states
Sep 09 19:22:40 arch kernel: ACPI: \_SB_.PLTF.C002: Found 2 idle states
Sep 09 19:22:40 arch kernel: ACPI: \_SB_.PLTF.C004: Found 2 idle states
Sep 09 19:22:40 arch kernel: ACPI: \_SB_.PLTF.C006: Found 2 idle states
Sep 09 19:22:40 arch kernel: ACPI: \_SB_.PLTF.C008: Found 2 idle states
Sep 09 19:22:40 arch kernel: ACPI: \_SB_.PLTF.C00A: Found 2 idle states
Sep 09 19:22:40 arch kernel: ACPI: \_SB_.PLTF.C001: Found 2 idle states
Sep 09 19:22:40 arch kernel: ACPI: \_SB_.PLTF.C003: Found 2 idle states
Sep 09 19:22:40 arch kernel: ACPI: \_SB_.PLTF.C005: Found 2 idle states
Sep 09 19:22:40 arch kernel: ACPI: \_SB_.PLTF.C007: Found 2 idle states
Sep 09 19:22:40 arch kernel: ACPI: \_SB_.PLTF.C009: Found 2 idle states
Sep 09 19:22:40 arch kernel: ACPI: \_SB_.PLTF.C00B: Found 2 idle states
Sep 09 19:22:40 arch kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Sep 09 19:22:40 arch kernel: 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
Sep 09 19:22:40 arch kernel: Non-volatile memory driver v1.3
Sep 09 19:22:40 arch kernel: Linux agpgart interface v0.103
Sep 09 19:22:40 arch kernel: Freeing initrd memory: 18304K
Sep 09 19:22:40 arch kernel: AMD-Vi: AMD IOMMUv2 loaded and initialized
Sep 09 19:22:40 arch kernel: ACPI: bus type drm_connector registered
Sep 09 19:22:40 arch kernel: ahci 0000:02:00.1: version 3.0
Sep 09 19:22:40 arch kernel: ahci 0000:02:00.1: SSS flag set, parallel bus scan disabled
Sep 09 19:22:40 arch kernel: ahci 0000:02:00.1: AHCI 0001.0301 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
Sep 09 19:22:40 arch kernel: ahci 0000:02:00.1: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part sxs deso sadm sds apst
Sep 09 19:22:40 arch kernel: scsi host0: ahci
Sep 09 19:22:40 arch kernel: scsi host1: ahci
Sep 09 19:22:40 arch kernel: scsi host2: ahci
Sep 09 19:22:40 arch kernel: scsi host3: ahci
Sep 09 19:22:40 arch kernel: scsi host4: ahci
Sep 09 19:22:40 arch kernel: scsi host5: ahci
Sep 09 19:22:40 arch kernel: ata1: SATA max UDMA/133 abar m131072@0xfce80000 port 0xfce80100 irq 40
Sep 09 19:22:40 arch kernel: ata2: SATA max UDMA/133 abar m131072@0xfce80000 port 0xfce80180 irq 40
Sep 09 19:22:40 arch kernel: ata3: SATA max UDMA/133 abar m131072@0xfce80000 port 0xfce80200 irq 40
Sep 09 19:22:40 arch kernel: ata4: SATA max UDMA/133 abar m131072@0xfce80000 port 0xfce80280 irq 40
Sep 09 19:22:40 arch kernel: ata5: SATA max UDMA/133 abar m131072@0xfce80000 port 0xfce80300 irq 40
Sep 09 19:22:40 arch kernel: ata6: SATA max UDMA/133 abar m131072@0xfce80000 port 0xfce80380 irq 40
Sep 09 19:22:40 arch kernel: usbcore: registered new interface driver usbserial_generic
Sep 09 19:22:40 arch kernel: usbserial: USB Serial support registered for generic
Sep 09 19:22:40 arch kernel: rtc_cmos 00:02: RTC can wake from S4
Sep 09 19:22:40 arch kernel: rtc_cmos 00:02: registered as rtc0
Sep 09 19:22:40 arch kernel: rtc_cmos 00:02: setting system clock to 2023-09-09T17:22:36 UTC (1694280156)
Sep 09 19:22:40 arch kernel: rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
Sep 09 19:22:40 arch kernel: amd_pstate: driver load is disabled, boot with specific mode to enable this
Sep 09 19:22:40 arch kernel: ledtrig-cpu: registered to indicate activity on CPUs
Sep 09 19:22:40 arch kernel: [drm] Initialized simpledrm 1.0.0 20200625 for simple-framebuffer.0 on minor 0
Sep 09 19:22:40 arch kernel: fbcon: Deferring console take-over
Sep 09 19:22:40 arch kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
Sep 09 19:22:40 arch kernel: hid: raw HID events driver (C) Jiri Kosina
Sep 09 19:22:40 arch kernel: drop_monitor: Initializing network drop monitor service
Sep 09 19:22:40 arch kernel: Initializing XFRM netlink socket
Sep 09 19:22:40 arch kernel: NET: Registered PF_INET6 protocol family
Sep 09 19:22:40 arch kernel: Segment Routing with IPv6
Sep 09 19:22:40 arch kernel: RPL Segment Routing with IPv6
Sep 09 19:22:40 arch kernel: In-situ OAM (IOAM) with IPv6
Sep 09 19:22:40 arch kernel: NET: Registered PF_PACKET protocol family
Sep 09 19:22:40 arch kernel: microcode: CPU1: patch_level=0x0a20120a
Sep 09 19:22:40 arch kernel: microcode: CPU0: patch_level=0x0a20120a
Sep 09 19:22:40 arch kernel: microcode: CPU2: patch_level=0x0a20120a
Sep 09 19:22:40 arch kernel: microcode: CPU4: patch_level=0x0a20120a
Sep 09 19:22:40 arch kernel: microcode: CPU6: patch_level=0x0a20120a
Sep 09 19:22:40 arch kernel: microcode: CPU5: patch_level=0x0a20120a
Sep 09 19:22:40 arch kernel: microcode: CPU7: patch_level=0x0a20120a
Sep 09 19:22:40 arch kernel: microcode: CPU8: patch_level=0x0a20120a
Sep 09 19:22:40 arch kernel: microcode: CPU3: patch_level=0x0a20120a
Sep 09 19:22:40 arch kernel: microcode: CPU9: patch_level=0x0a20120a
Sep 09 19:22:40 arch kernel: microcode: CPU10: patch_level=0x0a20120a
Sep 09 19:22:40 arch kernel: microcode: CPU11: patch_level=0x0a20120a
Sep 09 19:22:40 arch kernel: microcode: Microcode Update Driver: v2.2.
Sep 09 19:22:40 arch kernel: resctrl: L3 allocation detected
Sep 09 19:22:40 arch kernel: resctrl: MB allocation detected
Sep 09 19:22:40 arch kernel: resctrl: L3 monitoring detected
Sep 09 19:22:40 arch kernel: IPI shorthand broadcast: enabled
Sep 09 19:22:40 arch kernel: sched_clock: Marking stable (425324114, 313598986)->(740811497, -1888397)
Sep 09 19:22:40 arch kernel: registered taskstats version 1
Sep 09 19:22:40 arch kernel: Loading compiled-in X.509 certificates
Sep 09 19:22:40 arch kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 333e1bae8548937ea28bdd550a94d2aba8351419'
Sep 09 19:22:40 arch kernel: zswap: loaded using pool zstd/zsmalloc
Sep 09 19:22:40 arch kernel: Key type .fscrypt registered
Sep 09 19:22:40 arch kernel: Key type fscrypt-provisioning registered
Sep 09 19:22:40 arch kernel: integrity: Loading X.509 certificate: UEFI:db
Sep 09 19:22:40 arch kernel: integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
Sep 09 19:22:40 arch kernel: integrity: Loading X.509 certificate: UEFI:db
Sep 09 19:22:40 arch kernel: integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
Sep 09 19:22:40 arch kernel: blacklist: Duplicate blacklisted hash bin:47ff1b63b140b6fc04ed79131331e651da5b2e2f170f5daef4153dc2fbc532b1
Sep 09 19:22:40 arch kernel: blacklist: Duplicate blacklisted hash bin:5391c3a2fb112102a6aa1edc25ae77e19f5d6f09cd09eeb2509922bfcd5992ea
Sep 09 19:22:40 arch kernel: blacklist: Duplicate blacklisted hash bin:80b4d96931bf0d02fd91a61e19d14f1da452e66db2408ca8604d411f92659f0a
Sep 09 19:22:40 arch kernel: blacklist: Duplicate blacklisted hash bin:992d359aa7a5f789d268b94c11b9485a6b1ce64362b0edb4441ccc187c39647b
Sep 09 19:22:40 arch kernel: blacklist: Duplicate blacklisted hash bin:c452ab846073df5ace25cca64d6b7a09d906308a1a65eb5240e3c4ebcaa9cc0c
Sep 09 19:22:40 arch kernel: blacklist: Duplicate blacklisted hash bin:e051b788ecbaeda53046c70e6af6058f95222c046157b8c4c1b9c2cfc65f46e5
Sep 09 19:22:40 arch kernel: PM: Magic number: 7:321:390
Sep 09 19:22:40 arch kernel: thermal cooling_device5: hash matches
Sep 09 19:22:40 arch kernel: RAS: Correctable Errors collector initialized.
Sep 09 19:22:40 arch kernel: clk: Disabling unused clocks
Sep 09 19:22:40 arch kernel: ata1: SATA link down (SStatus 0 SControl 330)
Sep 09 19:22:40 arch kernel: ata2: SATA link down (SStatus 0 SControl 330)
Sep 09 19:22:40 arch kernel: tsc: Refined TSC clocksource calibration: 3499.997 MHz
Sep 09 19:22:40 arch kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x32734e5ebc4, max_idle_ns: 440795265422 ns
Sep 09 19:22:40 arch kernel: clocksource: Switched to clocksource tsc
Sep 09 19:22:40 arch kernel: ata3: SATA link down (SStatus 0 SControl 330)
Sep 09 19:22:40 arch kernel: ata4: SATA link down (SStatus 0 SControl 330)
Sep 09 19:22:40 arch kernel: ata5: SATA link down (SStatus 0 SControl 330)
Sep 09 19:22:40 arch kernel: ata6: SATA link down (SStatus 0 SControl 330)
Sep 09 19:22:40 arch kernel: Freeing unused decrypted memory: 2036K
Sep 09 19:22:40 arch kernel: Freeing unused kernel image (initmem) memory: 3348K
Sep 09 19:22:40 arch kernel: Write protecting the kernel read-only data: 30720k
Sep 09 19:22:40 arch kernel: Freeing unused kernel image (rodata/data gap) memory: 1556K
Sep 09 19:22:40 arch kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Sep 09 19:22:40 arch kernel: rodata_test: all tests were successful
Sep 09 19:22:40 arch kernel: Run /init as init process
Sep 09 19:22:40 arch kernel: with arguments:
Sep 09 19:22:40 arch kernel: /init
Sep 09 19:22:40 arch kernel: with environment:
Sep 09 19:22:40 arch kernel: HOME=/
Sep 09 19:22:40 arch kernel: TERM=linux
Sep 09 19:22:40 arch kernel: BOOT_IMAGE=/boot/vmlinuz-linux
Sep 09 19:22:40 arch kernel: xhci_hcd 0000:02:00.0: xHCI Host Controller
Sep 09 19:22:40 arch kernel: xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 1
Sep 09 19:22:40 arch kernel: nvme nvme0: pci function 0000:01:00.0
Sep 09 19:22:40 arch kernel: nvme nvme0: Shutdown timeout set to 10 seconds
Sep 09 19:22:40 arch kernel: nvme nvme0: 32/0/0 default/read/poll queues
Sep 09 19:22:40 arch kernel: nvme0n1: p1 p2
Sep 09 19:22:40 arch kernel: device-mapper: uevent: version 1.0.3
Sep 09 19:22:40 arch kernel: device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
Sep 09 19:22:40 arch kernel: xhci_hcd 0000:02:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000000000000410
Sep 09 19:22:40 arch kernel: xhci_hcd 0000:02:00.0: xHCI Host Controller
Sep 09 19:22:40 arch kernel: xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 2
Sep 09 19:22:40 arch kernel: xhci_hcd 0000:02:00.0: Host supports USB 3.1 Enhanced SuperSpeed
Sep 09 19:22:40 arch kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.04
Sep 09 19:22:40 arch kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 09 19:22:40 arch kernel: usb usb1: Product: xHCI Host Controller
Sep 09 19:22:40 arch kernel: usb usb1: Manufacturer: Linux 6.4.12-arch1-1 xhci-hcd
Sep 09 19:22:40 arch kernel: usb usb1: SerialNumber: 0000:02:00.0
Sep 09 19:22:40 arch kernel: hub 1-0:1.0: USB hub found
Sep 09 19:22:40 arch kernel: hub 1-0:1.0: 10 ports detected
Sep 09 19:22:40 arch kernel: usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
Sep 09 19:22:40 arch kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.04
Sep 09 19:22:40 arch kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 09 19:22:40 arch kernel: usb usb2: Product: xHCI Host Controller
Sep 09 19:22:40 arch kernel: usb usb2: Manufacturer: Linux 6.4.12-arch1-1 xhci-hcd
Sep 09 19:22:40 arch kernel: usb usb2: SerialNumber: 0000:02:00.0
Sep 09 19:22:40 arch kernel: hub 2-0:1.0: USB hub found
Sep 09 19:22:40 arch kernel: hub 2-0:1.0: 4 ports detected
Sep 09 19:22:40 arch kernel: xhci_hcd 0000:2f:00.3: xHCI Host Controller
Sep 09 19:22:40 arch kernel: xhci_hcd 0000:2f:00.3: new USB bus registered, assigned bus number 3
Sep 09 19:22:40 arch kernel: xhci_hcd 0000:2f:00.3: hcc params 0x0278ffe5 hci version 0x110 quirks 0x0000000000000410
Sep 09 19:22:40 arch kernel: xhci_hcd 0000:2f:00.3: xHCI Host Controller
Sep 09 19:22:40 arch kernel: xhci_hcd 0000:2f:00.3: new USB bus registered, assigned bus number 4
Sep 09 19:22:40 arch kernel: xhci_hcd 0000:2f:00.3: Host supports USB 3.1 Enhanced SuperSpeed
Sep 09 19:22:40 arch kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.04
Sep 09 19:22:40 arch kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 09 19:22:40 arch kernel: usb usb3: Product: xHCI Host Controller
Sep 09 19:22:40 arch kernel: usb usb3: Manufacturer: Linux 6.4.12-arch1-1 xhci-hcd
Sep 09 19:22:40 arch kernel: usb usb3: SerialNumber: 0000:2f:00.3
Sep 09 19:22:40 arch kernel: hub 3-0:1.0: USB hub found
Sep 09 19:22:40 arch kernel: hub 3-0:1.0: 4 ports detected
Sep 09 19:22:40 arch kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
Sep 09 19:22:40 arch kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.04
Sep 09 19:22:40 arch kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Sep 09 19:22:40 arch kernel: usb usb4: Product: xHCI Host Controller
Sep 09 19:22:40 arch kernel: usb usb4: Manufacturer: Linux 6.4.12-arch1-1 xhci-hcd
Sep 09 19:22:40 arch kernel: usb usb4: SerialNumber: 0000:2f:00.3
Sep 09 19:22:40 arch kernel: hub 4-0:1.0: USB hub found
Sep 09 19:22:40 arch kernel: hub 4-0:1.0: 4 ports detected
Sep 09 19:22:40 arch kernel: usb 1-4: new full-speed USB device number 2 using xhci_hcd
Sep 09 19:22:40 arch kernel: usb 3-3: new full-speed USB device number 2 using xhci_hcd
Sep 09 19:22:40 arch kernel: usb 3-3: New USB device found, idVendor=0951, idProduct=1727, bcdDevice=11.04
Sep 09 19:22:40 arch kernel: usb 3-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Sep 09 19:22:40 arch kernel: usb 3-3: Product: HyperX Pulsefire Haste
Sep 09 19:22:40 arch kernel: usb 3-3: Manufacturer: Kingston
Sep 09 19:22:40 arch kernel: usb 3-4: new full-speed USB device number 3 using xhci_hcd
Sep 09 19:22:40 arch kernel: usb 1-4: New USB device found, idVendor=0a12, idProduct=0001, bcdDevice=88.91
Sep 09 19:22:40 arch kernel: usb 1-4: New USB device strings: Mfr=0, Product=2, SerialNumber=0
Sep 09 19:22:40 arch kernel: usb 1-4: Product: CSR8510 A10
Sep 09 19:22:40 arch kernel: usb 3-4: New USB device found, idVendor=03f0, idProduct=0591, bcdDevice=21.22
Sep 09 19:22:40 arch kernel: usb 3-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Sep 09 19:22:40 arch kernel: usb 3-4: Product: HyperX Alloy Origins
Sep 09 19:22:40 arch kernel: usb 3-4: Manufacturer: HP, Inc
Sep 09 19:22:40 arch kernel: usb 1-7: new high-speed USB device number 3 using xhci_hcd
Sep 09 19:22:40 arch kernel: usb 1-7: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=60.90
Sep 09 19:22:40 arch kernel: usb 1-7: New USB device strings: Mfr=0, Product=1, SerialNumber=0
Sep 09 19:22:40 arch kernel: usb 1-7: Product: USB2.0 Hub
Sep 09 19:22:40 arch kernel: hub 1-7:1.0: USB hub found
Sep 09 19:22:40 arch kernel: hub 1-7:1.0: 4 ports detected
Sep 09 19:22:40 arch kernel: usb 1-8: new full-speed USB device number 4 using xhci_hcd
Sep 09 19:22:40 arch kernel: input: Kingston HyperX Pulsefire Haste as /devices/pci0000:00/0000:00:08.1/0000:2f:00.3/usb3/3-3/3-3:1.0/0003:0951:1727.0001/inp
ut/input2
Sep 09 19:22:40 arch kernel: hid-generic 0003:0951:1727.0001: input,hidraw0: USB HID v1.11 Mouse [Kingston HyperX Pulsefire Haste] on usb-0000:2f:00.3-3/inpu
t0
Sep 09 19:22:40 arch kernel: [drm] amdgpu kernel modesetting enabled.
Sep 09 19:22:40 arch kernel: input: Kingston HyperX Pulsefire Haste System Control as /devices/pci0000:00/0000:00:08.1/0000:2f:00.3/usb3/3-3/3-3:1.1/0003:095
1:1727.0002/input/input3
Sep 09 19:22:40 arch kernel: amdgpu: Ignoring ACPI CRAT on non-APU system
Sep 09 19:22:40 arch kernel: amdgpu: Virtual CRAT table created for CPU
Sep 09 19:22:40 arch kernel: amdgpu: Topology: Add CPU node
Sep 09 19:22:40 arch kernel: amdgpu 0000:2d:00.0: enabling device (0006 -> 0007)
Sep 09 19:22:40 arch kernel: [drm] initializing kernel modesetting (DIMGREY_CAVEFISH 0x1002:0x73EF 0x1462:0x5027 0xC1).
Sep 09 19:22:40 arch kernel: [drm] register mmio base: 0xFC900000
Sep 09 19:22:40 arch kernel: [drm] register mmio size: 1048576
Sep 09 19:22:40 arch kernel: [drm] add ip block number 0 <nv_common>
Sep 09 19:22:40 arch kernel: [drm] add ip block number 1 <gmc_v10_0>
Sep 09 19:22:40 arch kernel: [drm] add ip block number 2 <navi10_ih>
Sep 09 19:22:40 arch kernel: [drm] add ip block number 3 <psp>
Sep 09 19:22:40 arch kernel: [drm] add ip block number 4 <smu>
Sep 09 19:22:40 arch kernel: [drm] add ip block number 5 <dm>
Sep 09 19:22:40 arch kernel: [drm] add ip block number 6 <gfx_v10_0>
Sep 09 19:22:40 arch kernel: [drm] add ip block number 7 <sdma_v5_2>
Sep 09 19:22:40 arch kernel: [drm] add ip block number 8 <vcn_v3_0>
Sep 09 19:22:40 arch kernel: [drm] add ip block number 9 <jpeg_v3_0>
Sep 09 19:22:40 arch kernel: amdgpu 0000:2d:00.0: amdgpu: Fetched VBIOS from VFCT
Sep 09 19:22:40 arch kernel: amdgpu: ATOM BIOS: 113-V502MECH-1OC
Sep 09 19:22:40 arch kernel: amdgpu 0000:2d:00.0: Direct firmware load for amdgpu/dimgrey_cavefish_sos.bin failed with error -2
Sep 09 19:22:40 arch kernel: [drm:amdgpu_device_init [amdgpu]] *ERROR* early_init of IP block <psp> failed -19
Sep 09 19:22:40 arch kernel: amdgpu 0000:2d:00.0: Direct firmware load for amdgpu/dimgrey_cavefish_smc.bin failed with error -2
Sep 09 19:22:40 arch kernel: [drm:amdgpu_device_init [amdgpu]] *ERROR* early_init of IP block <smu> failed -19
Sep 09 19:22:40 arch kernel: amdgpu 0000:2d:00.0: Direct firmware load for amdgpu/dimgrey_cavefish_dmcub.bin failed with error -2
Sep 09 19:22:40 arch kernel: [drm:dm_early_init [amdgpu]] *ERROR* DMUB firmware loading failed: -19
Sep 09 19:22:40 arch kernel: [drm:amdgpu_device_init [amdgpu]] *ERROR* early_init of IP block <dm> failed -19
Sep 09 19:22:40 arch kernel: amdgpu 0000:2d:00.0: Direct firmware load for amdgpu/dimgrey_cavefish_pfp.bin failed with error -2
Sep 09 19:22:40 arch kernel: [drm:amdgpu_device_init [amdgpu]] *ERROR* early_init of IP block <gfx_v10_0> failed -19
Sep 09 19:22:40 arch kernel: [drm] VCN(0) decode is enabled in VM mode
Sep 09 19:22:40 arch kernel: [drm] VCN(0) encode is enabled in VM mode
Sep 09 19:22:40 arch kernel: amdgpu 0000:2d:00.0: Direct firmware load for amdgpu/dimgrey_cavefish_vcn.bin failed with error -2
Sep 09 19:22:40 arch kernel: [drm:amdgpu_device_init [amdgpu]] *ERROR* early_init of IP block <vcn_v3_0> failed -19
Sep 09 19:22:40 arch kernel: [drm] JPEG decode is enabled in VM mode
Sep 09 19:22:40 arch kernel: amdgpu 0000:2d:00.0: amdgpu: Fatal error during GPU init
Sep 09 19:22:40 arch kernel: amdgpu 0000:2d:00.0: amdgpu: amdgpu: finishing device.
Sep 09 19:22:40 arch kernel: input: Kingston HyperX Pulsefire Haste Consumer Control as /devices/pci0000:00/0000:00:08.1/0000:2f:00.3/usb3/3-3/3-3:1.1/0003:0
951:1727.0002/input/input4
Sep 09 19:22:40 arch kernel: input: Kingston HyperX Pulsefire Haste as /devices/pci0000:00/0000:00:08.1/0000:2f:00.3/usb3/3-3/3-3:1.1/0003:0951:1727.0002/inp
ut/input5
Sep 09 19:22:40 arch kernel: hid-generic 0003:0951:1727.0002: input,hiddev96,hidraw1: USB HID v1.11 Device [Kingston HyperX Pulsefire Haste] on usb-0000:2f:0
0.3-3/input1
Sep 09 19:22:40 arch kernel: input: Kingston HyperX Pulsefire Haste as /devices/pci0000:00/0000:00:08.1/0000:2f:00.3/usb3/3-3/3-3:1.2/0003:0951:1727.0003/inp
ut/input6
Sep 09 19:22:40 arch kernel: usb 1-8: New USB device found, idVendor=1462, idProduct=7c95, bcdDevice= 0.01
Sep 09 19:22:40 arch kernel: usb 1-8: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Sep 09 19:22:40 arch kernel: usb 1-8: Product: MYSTIC LIGHT
Sep 09 19:22:40 arch kernel: usb 1-8: Manufacturer: MSI
Sep 09 19:22:40 arch kernel: usb 1-8: SerialNumber: A02021090806
Sep 09 19:22:40 arch kernel: input: MSI MYSTIC LIGHT as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-8/1-8:1.0/0003:1462:7C95.0004/input/input7
Sep 09 19:22:40 arch kernel: hid-generic 0003:0951:1727.0003: input,hidraw2: USB HID v1.11 Keyboard [Kingston HyperX Pulsefire Haste] on usb-0000:2f:00.3-3/i
nput2
Sep 09 19:22:40 arch kernel: usbhid 3-3:1.3: couldn't find an input interrupt endpoint
Sep 09 19:22:40 arch kernel: hid-generic 0003:1462:7C95.0004: input,hiddev97,hidraw3: USB HID v1.10 Device [MSI MYSTIC LIGHT ] on usb-0000:02:00.0-8/input0
Sep 09 19:22:40 arch kernel: input: HP, Inc HyperX Alloy Origins as /devices/pci0000:00/0000:00:08.1/0000:2f:00.3/usb3/3-4/3-4:1.0/0003:03F0:0591.0005/input/
input8
Sep 09 19:22:40 arch kernel: hid-generic 0003:03F0:0591.0005: input,hidraw4: USB HID v1.11 Keyboard [HP, Inc HyperX Alloy Origins] on usb-0000:2f:00.3-4/inpu
t0
Sep 09 19:22:40 arch kernel: input: HP, Inc HyperX Alloy Origins Mouse as /devices/pci0000:00/0000:00:08.1/0000:2f:00.3/usb3/3-4/3-4:1.1/0003:03F0:0591.0006/
input/input9
Sep 09 19:22:40 arch kernel: input: HP, Inc HyperX Alloy Origins System Control as /devices/pci0000:00/0000:00:08.1/0000:2f:00.3/usb3/3-4/3-4:1.1/0003:03F0:0
591.0006/input/input10
Sep 09 19:22:40 arch kernel: input: HP, Inc HyperX Alloy Origins Consumer Control as /devices/pci0000:00/0000:00:08.1/0000:2f:00.3/usb3/3-4/3-4:1.1/0003:03F0
:0591.0006/input/input11
Sep 09 19:22:40 arch kernel: input: HP, Inc HyperX Alloy Origins as /devices/pci0000:00/0000:00:08.1/0000:2f:00.3/usb3/3-4/3-4:1.1/0003:03F0:0591.0006/input/
input12
Sep 09 19:22:40 arch kernel: hid-generic 0003:03F0:0591.0006: input,hiddev98,hidraw5: USB HID v1.11 Mouse [HP, Inc HyperX Alloy Origins] on usb-0000:2f:00.3-
4/input1
Sep 09 19:22:40 arch kernel: usb 1-9: new high-speed USB device number 5 using xhci_hcd
Sep 09 19:22:40 arch kernel: input: HP, Inc HyperX Alloy Origins as /devices/pci0000:00/0000:00:08.1/0000:2f:00.3/usb3/3-4/3-4:1.2/0003:03F0:0591.0007/input/
input13
Sep 09 19:22:40 arch kernel: hid-generic 0003:03F0:0591.0007: input,hidraw6: USB HID v1.11 Keyboard [HP, Inc HyperX Alloy Origins] on usb-0000:2f:00.3-4/inpu
t2
Sep 09 19:22:40 arch kernel: usbhid 3-4:1.3: couldn't find an input interrupt endpoint
Sep 09 19:22:40 arch kernel: usbcore: registered new interface driver usbhid
Sep 09 19:22:40 arch kernel: usbhid: USB HID core driver
Sep 09 19:22:40 arch kernel: fbcon: Taking over console
Sep 09 19:22:40 arch kernel: Console: switching to colour frame buffer device 215x45
Sep 09 19:22:40 arch kernel: EXT4-fs (dm-0): mounted filesystem 4eef6eda-e154-4894-a5b0-f2875774c07b r/w with ordered data mode. Quota mode: none.
Sep 09 19:22:40 arch kernel: usb 1-9: New USB device found, idVendor=0e8d, idProduct=0616, bcdDevice= 1.00
Sep 09 19:22:40 arch kernel: usb 1-9: New USB device strings: Mfr=5, Product=6, SerialNumber=7
Sep 09 19:22:40 arch kernel: usb 1-9: Product: Wireless_Device
Sep 09 19:22:40 arch kernel: usb 1-9: Manufacturer: MediaTek Inc.
Sep 09 19:22:40 arch kernel: usb 1-9: SerialNumber: 000000000
Sep 09 19:22:40 arch systemd[1]: systemd 254.2-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +A
CL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_F
RAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
Sep 09 19:22:40 arch systemd[1]: Detected architecture x86-64.
Sep 09 19:22:40 arch systemd[1]: Hostname set to <arch>.
Sep 09 19:22:40 arch systemd[1]: bpf-lsm: LSM BPF program attached
Sep 09 19:22:40 arch systemd[1]: Queued start job for default target Graphical Interface.
Sep 09 19:22:40 arch systemd[1]: Created slice Slice /system/getty.
Sep 09 19:22:40 arch systemd[1]: Created slice Slice /system/modprobe.
Sep 09 19:22:40 arch systemd[1]: Created slice Slice /system/systemd-fsck.
Sep 09 19:22:40 arch systemd[1]: Created slice User and Session Slice.
Sep 09 19:22:40 arch systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Sep 09 19:22:40 arch systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Sep 09 19:22:40 arch systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Sep 09 19:22:40 arch systemd[1]: Reached target Local Encrypted Volumes.
Sep 09 19:22:40 arch systemd[1]: Reached target Local Integrity Protected Volumes.
Sep 09 19:22:40 arch systemd[1]: Reached target Path Units.
Sep 09 19:22:40 arch systemd[1]: Reached target Remote File Systems.
Sep 09 19:22:40 arch systemd[1]: Reached target Slice Units.
Sep 09 19:22:40 arch systemd[1]: Reached target Local Verity Protected Volumes.
Sep 09 19:22:40 arch systemd[1]: Listening on Device-mapper event daemon FIFOs.
Sep 09 19:22:40 arch systemd[1]: Listening on LVM2 poll daemon socket.
Sep 09 19:22:40 arch systemd[1]: Listening on Process Core Dump Socket.
Sep 09 19:22:40 arch systemd[1]: Listening on Journal Socket (/dev/log).
Sep 09 19:22:40 arch systemd[1]: Listening on Journal Socket.
Sep 09 19:22:40 arch systemd[1]: Listening on udev Control Socket.
Sep 09 19:22:40 arch systemd[1]: Listening on udev Kernel Socket.
Sep 09 19:22:40 arch systemd[1]: Mounting Huge Pages File System...
Sep 09 19:22:40 arch systemd[1]: Mounting POSIX Message Queue File System...
Sep 09 19:22:40 arch systemd[1]: Mounting Kernel Debug File System...
Sep 09 19:22:40 arch systemd[1]: Mounting Kernel Trace File System...
Sep 09 19:22:40 arch systemd[1]: Starting Create List of Static Device Nodes...
Sep 09 19:22:40 arch systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Sep 09 19:22:40 arch systemd[1]: Starting Load Kernel Module configfs...
Sep 09 19:22:40 arch systemd[1]: Starting Load Kernel Module dm_mod...
Sep 09 19:22:40 arch systemd[1]: Starting Load Kernel Module drm...
Sep 09 19:22:40 arch systemd[1]: Starting Load Kernel Module fuse...
Sep 09 19:22:40 arch systemd[1]: Starting Load Kernel Module loop...
Sep 09 19:22:40 arch systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Sep 09 19:22:40 arch systemd[1]: Starting Journal Service...
Sep 09 19:22:40 arch systemd[1]: Starting Load Kernel Modules...
Sep 09 19:22:40 arch systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efiva
rs/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Sep 09 19:22:40 arch systemd[1]: Starting Remount Root and Kernel File Systems...
Sep 09 19:22:40 arch systemd[1]: Starting Coldplug All udev Devices...
Sep 09 19:22:40 arch systemd[1]: Mounted Huge Pages File System.
Sep 09 19:22:40 arch systemd[1]: Mounted POSIX Message Queue File System.
Sep 09 19:22:40 arch systemd[1]: Mounted Kernel Debug File System.
Sep 09 19:22:40 arch systemd[1]: Mounted Kernel Trace File System.
Sep 09 19:22:40 arch kernel: loop: module loaded
Sep 09 19:22:40 arch systemd-journald[286]: Collecting audit messages is disabled.
Sep 09 19:22:40 arch kernel: fuse: init (API version 7.38)
Sep 09 19:22:40 arch kernel: EXT4-fs (dm-0): re-mounted 4eef6eda-e154-4894-a5b0-f2875774c07b r/w. Quota mode: none.
Sep 09 19:22:40 arch systemd[1]: Finished Create List of Static Device Nodes.
Sep 09 19:22:40 arch systemd[1]: modprobe@configfs.service: Deactivated successfully.
Sep 09 19:22:40 arch systemd-journald[286]: Journal started
Sep 09 19:22:40 arch systemd-journald[286]: Runtime Journal (/run/log/journal/5aad2f74ec1d453e826ae5f1e7d83464) is 8.0M, max 795.7M, 787.7M free.
Sep 09 19:22:40 arch systemd-modules-load[287]: Inserted module 'crypto_user'
Sep 09 19:22:40 arch lvm[280]: 2 logical volume(s) in volume group "volgroup0" monitored
Sep 09 19:22:40 arch systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Sep 09 19:22:40 arch systemd[1]: Finished Load Kernel Module configfs.
Sep 09 19:22:40 arch systemd[1]: Started Journal Service.
Sep 09 19:22:40 arch systemd[1]: Finished Load Kernel Module dm_mod.
Sep 09 19:22:40 arch systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Sep 09 19:22:40 arch systemd[1]: modprobe@drm.service: Deactivated successfully.
Sep 09 19:22:40 arch systemd[1]: Finished Load Kernel Module drm.
Sep 09 19:22:40 arch systemd[1]: modprobe@fuse.service: Deactivated successfully.
Sep 09 19:22:40 arch systemd[1]: Finished Load Kernel Module fuse.
Sep 09 19:22:40 arch systemd[1]: modprobe@loop.service: Deactivated successfully.
Sep 09 19:22:40 arch systemd[1]: Finished Load Kernel Module loop.
Sep 09 19:22:40 arch systemd[1]: Finished Load Kernel Modules.
Sep 09 19:22:40 arch systemd[1]: Finished Remount Root and Kernel File Systems.
Sep 09 19:22:40 arch systemd[1]: Finished Coldplug All udev Devices.
Sep 09 19:22:40 arch systemd[1]: Activating swap /swapfile...
Sep 09 19:22:40 arch systemd[1]: Mounting FUSE Control File System...
Sep 09 19:22:40 arch systemd[1]: Mounting Kernel Configuration File System...
Sep 09 19:22:40 arch systemd[1]: Starting Rebuild Hardware Database...
Sep 09 19:22:40 arch systemd[1]: Starting Flush Journal to Persistent Storage...
Sep 09 19:22:40 arch systemd[1]: Starting Load/Save OS Random Seed...
Sep 09 19:22:40 arch systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Sep 09 19:22:40 arch systemd[1]: Starting Apply Kernel Variables...
Sep 09 19:22:40 arch systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
Sep 09 19:22:40 arch systemd[1]: Mounted FUSE Control File System.
Sep 09 19:22:40 arch systemd[1]: Mounted Kernel Configuration File System.
Sep 09 19:22:40 arch systemd-journald[286]: Time spent on flushing to /var/log/journal/5aad2f74ec1d453e826ae5f1e7d83464 is 28.774ms for 1089 entries.
Sep 09 19:22:40 arch systemd-journald[286]: System Journal (/var/log/journal/5aad2f74ec1d453e826ae5f1e7d83464) is 318.2M, max 2.9G, 2.6G free.
Sep 09 19:22:40 arch systemd-journald[286]: Received client request to flush runtime journal.
Sep 09 19:22:40 arch kernel: Adding 2097148k swap on /swapfile. Priority:-2 extents:8 across:14893056k SSFS
Sep 09 19:22:40 arch systemd-journald[286]: /var/log/journal/5aad2f74ec1d453e826ae5f1e7d83464/system.journal: Journal file uses a different sequence number I
D, rotating.
Sep 09 19:22:40 arch systemd-journald[286]: Rotating system journal.
Sep 09 19:22:40 arch systemd[1]: Activated swap /swapfile.
Sep 09 19:22:40 arch systemd[1]: Reached target Swaps.
Sep 09 19:22:40 arch systemd[1]: Mounting Temporary Directory /tmp...
Sep 09 19:22:40 arch systemd[1]: Finished Apply Kernel Variables.
Sep 09 19:22:40 arch systemd[1]: Finished Flush Journal to Persistent Storage.
Sep 09 19:22:40 arch systemd[1]: Finished Load/Save OS Random Seed.
Sep 09 19:22:40 arch systemd[1]: Mounted Temporary Directory /tmp.
Sep 09 19:22:40 arch systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
Sep 09 19:22:40 arch systemd[1]: Starting Create System Users...
Sep 09 19:22:41 arch systemd[1]: Finished Create System Users.
Sep 09 19:22:41 arch systemd[1]: Finished Rebuild Hardware Database.
Sep 09 19:22:41 arch systemd[1]: Starting Create Static Device Nodes in /dev...
Sep 09 19:22:41 arch systemd[1]: Finished Create Static Device Nodes in /dev.
Sep 09 19:22:41 arch systemd[1]: Reached target Preparation for Local File Systems.
Sep 09 19:22:41 arch systemd[1]: Set up automount EFI System Partition Automount.
Sep 09 19:22:41 arch systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/
var/lib/machines.raw).
Sep 09 19:22:41 arch systemd[1]: Starting Rule-based Manager for Device Events and Files...
Sep 09 19:22:41 arch systemd-udevd[336]: Using default interface naming scheme 'v253'.
Sep 09 19:22:41 arch systemd[1]: Started Rule-based Manager for Device Events and Files.
Sep 09 19:22:41 arch systemd[1]: Found device /dev/disk/by-uuid/ab43affe-2f71-46bf-bd80-31e96f53ad87.
Sep 09 19:22:41 arch lvm[371]: PV /dev/nvme0n1p2 online, VG volgroup0 is complete.
Sep 09 19:22:41 arch lvm[371]: VG volgroup0 finished
Sep 09 19:22:41 arch kernel: mousedev: PS/2 mouse device common for all mice
Sep 09 19:22:41 arch kernel: ccp 0000:2f:00.1: enabling device (0000 -> 0002)
Sep 09 19:22:41 arch kernel: ccp 0000:2f:00.1: ccp: unable to access the device: you might be running a broken BIOS.
Sep 09 19:22:41 arch kernel: ccp 0000:2f:00.1: psp enabled
Sep 09 19:22:41 arch kernel: piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
Sep 09 19:22:41 arch kernel: piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
Sep 09 19:22:41 arch kernel: piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
Sep 09 19:22:41 arch kernel: sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
Sep 09 19:22:41 arch kernel: input: PC Speaker as /devices/platform/pcspkr/input/input14
Sep 09 19:22:41 arch kernel: sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
Sep 09 19:22:41 arch kernel: sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
Sep 09 19:22:41 arch systemd[1]: Starting File System Check on /dev/disk/by-uuid/ab43affe-2f71-46bf-bd80-31e96f53ad87...
Sep 09 19:22:41 arch systemd-fsck[395]: /dev/mapper/volgroup0-lv_home: clean, 41699/58957824 files, 4820965/235800576 blocks
Sep 09 19:22:41 arch systemd[1]: Finished File System Check on /dev/disk/by-uuid/ab43affe-2f71-46bf-bd80-31e96f53ad87.
Sep 09 19:22:41 arch kernel: RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
Sep 09 19:22:41 arch kernel: RAPL PMU: hw unit of domain package 2^-16 Joules
Sep 09 19:22:41 arch kernel: Bluetooth: Core ver 2.22
Sep 09 19:22:41 arch kernel: NET: Registered PF_BLUETOOTH protocol family
Sep 09 19:22:41 arch kernel: Bluetooth: HCI device and connection manager initialized
Sep 09 19:22:41 arch kernel: Bluetooth: HCI socket layer initialized
Sep 09 19:22:41 arch kernel: Bluetooth: L2CAP socket layer initialized
Sep 09 19:22:41 arch kernel: Bluetooth: SCO socket layer initialized
Sep 09 19:22:41 arch systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Sep 09 19:22:41 arch systemd[1]: Mounting /home...
Sep 09 19:22:41 arch systemd[1]: Starting Virtual Console Setup...
Sep 09 19:22:41 arch kernel: cryptd: max_cpu_qlen set to 1000
Sep 09 19:22:41 arch kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Sep 09 19:22:41 arch kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Sep 09 19:22:41 arch kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Sep 09 19:22:41 arch kernel: cfg80211: failed to load regulatory.db
Sep 09 19:22:41 arch kernel: EXT4-fs (dm-1): mounted filesystem ab43affe-2f71-46bf-bd80-31e96f53ad87 r/w with ordered data mode. Quota mode: none.
Sep 09 19:22:41 arch kernel: AVX2 version of gcm_enc/dec engaged.
Sep 09 19:22:41 arch kernel: AES CTR mode by8 optimization enabled
Sep 09 19:22:41 arch systemd[1]: Finished Virtual Console Setup.
Sep 09 19:22:41 arch systemd[1]: Mounted /home.
Sep 09 19:22:41 arch systemd[1]: Reached target Local File Systems.
Sep 09 19:22:41 arch kernel: usbcore: registered new interface driver btusb
Sep 09 19:22:41 arch kernel: Bluetooth: hci0: CSR: Setting up dongle with HCI ver=6 rev=22bb
Sep 09 19:22:41 arch kernel: Bluetooth: hci0: LMP ver=6 subver=22bb; manufacturer=10
Sep 09 19:22:41 arch kernel: r8169 0000:2a:00.0 eth0: RTL8168h/8111h, 04:7c:16:8a:cc:80, XID 541, IRQ 95
Sep 09 19:22:41 arch kernel: r8169 0000:2a:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
Sep 09 19:22:41 arch kernel: r8169 0000:2a:00.0 enp42s0: renamed from eth0
Sep 09 19:22:41 arch systemd[1]: Starting Rebuild Dynamic Linker Cache...
Sep 09 19:22:41 arch systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
Sep 09 19:22:41 arch systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Sep 09 19:22:41 arch systemd[1]: Starting Create Volatile Files and Directories...
Sep 09 19:22:41 arch systemd[1]: Starting Load Kernel Module dm_mod...
Sep 09 19:22:41 arch systemd[1]: Starting Load Kernel Module loop...
Sep 09 19:22:41 arch systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
Sep 09 19:22:41 arch systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Sep 09 19:22:41 arch systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efiva
rs/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Sep 09 19:22:41 arch systemd[1]: Starting Load/Save RF Kill Switch Status...
Sep 09 19:22:41 arch systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Sep 09 19:22:41 arch kernel: snd_hda_intel 0000:2d:00.1: enabling device (0000 -> 0002)
Sep 09 19:22:41 arch kernel: snd_hda_intel 0000:2d:00.1: Handle vga_switcheroo audio client
Sep 09 19:22:41 arch kernel: snd_hda_intel 0000:2d:00.1: Force to non-snoop mode
Sep 09 19:22:41 arch kernel: snd_hda_intel 0000:2f:00.4: enabling device (0000 -> 0002)
Sep 09 19:22:41 arch kernel: input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.1/0000:2b:00.0/0000:2c:00.0/0000:2d:00.1/sound/card0/input15
Sep 09 19:22:41 arch kernel: input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.1/0000:2b:00.0/0000:2c:00.0/0000:2d:00.1/sound/card0/input16
Sep 09 19:22:41 arch kernel: input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.1/0000:2b:00.0/0000:2c:00.0/0000:2d:00.1/sound/card0/input17
Sep 09 19:22:41 arch kernel: input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.1/0000:2b:00.0/0000:2c:00.0/0000:2d:00.1/sound/card0/input18
Sep 09 19:22:41 arch kernel: input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:03.1/0000:2b:00.0/0000:2c:00.0/0000:2d:00.1/sound/card0/input1
9
Sep 09 19:22:41 arch systemd[1]: Finished Load Kernel Module dm_mod.
Sep 09 19:22:41 arch systemd[1]: Started Load/Save RF Kill Switch Status.
Sep 09 19:22:41 arch kernel: kvm_amd: TSC scaling supported
Sep 09 19:22:41 arch kernel: kvm_amd: Nested Virtualization enabled
Sep 09 19:22:41 arch kernel: kvm_amd: Nested Paging enabled
Sep 09 19:22:41 arch kernel: kvm_amd: Virtual VMLOAD VMSAVE supported
Sep 09 19:22:41 arch kernel: kvm_amd: Virtual GIF supported
Sep 09 19:22:41 arch kernel: kvm_amd: LBR virtualization supported
Sep 09 19:22:41 arch kernel: snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC897: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
Sep 09 19:22:41 arch kernel: snd_hda_codec_realtek hdaudioC1D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Sep 09 19:22:41 arch kernel: snd_hda_codec_realtek hdaudioC1D0: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
Sep 09 19:22:41 arch kernel: snd_hda_codec_realtek hdaudioC1D0: mono: mono_out=0x0
Sep 09 19:22:41 arch kernel: snd_hda_codec_realtek hdaudioC1D0: inputs:
Sep 09 19:22:41 arch kernel: snd_hda_codec_realtek hdaudioC1D0: Front Mic=0x19
Sep 09 19:22:41 arch kernel: snd_hda_codec_realtek hdaudioC1D0: Rear Mic=0x18
Sep 09 19:22:41 arch kernel: snd_hda_codec_realtek hdaudioC1D0: Line=0x1a
Sep 09 19:22:41 arch kernel: MCE: In-kernel MCE decoding enabled.
Sep 09 19:22:41 arch kernel: mt7921e 0000:29:00.0: enabling device (0000 -> 0002)
Sep 09 19:22:41 arch kernel: mt7921e 0000:29:00.0: ASIC revision: 79220010
Sep 09 19:22:41 arch kernel: intel_rapl_common: Found RAPL domain package
Sep 09 19:22:41 arch kernel: intel_rapl_common: Found RAPL domain core
Sep 09 19:22:41 arch kernel: input: HD-Audio Generic Front Mic as /devices/pci0000:00/0000:00:08.1/0000:2f:00.4/sound/card1/input20
Sep 09 19:22:41 arch kernel: input: HD-Audio Generic Rear Mic as /devices/pci0000:00/0000:00:08.1/0000:2f:00.4/sound/card1/input21
Sep 09 19:22:41 arch kernel: input: HD-Audio Generic Line as /devices/pci0000:00/0000:00:08.1/0000:2f:00.4/sound/card1/input22
Sep 09 19:22:41 arch kernel: input: HD-Audio Generic Line Out as /devices/pci0000:00/0000:00:08.1/0000:2f:00.4/sound/card1/input23
Sep 09 19:22:41 arch kernel: input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:08.1/0000:2f:00.4/sound/card1/input24
Sep 09 19:22:41 arch systemd[1]: Finished Rebuild Dynamic Linker Cache.
Sep 09 19:22:41 arch systemd[1]: modprobe@loop.service: Deactivated successfully.
Sep 09 19:22:41 arch systemd[1]: Finished Load Kernel Module loop.
Sep 09 19:22:41 arch kernel: Bluetooth: hci1: Device setup in 159595 usecs
Sep 09 19:22:41 arch kernel: Bluetooth: hci1: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
Sep 09 19:22:41 arch kernel: mt7921e 0000:29:00.0: HW/SW Version: 0x8a108a10, Build Time: 20230627143702a
Sep 09 19:22:41 arch kernel: mt7921e 0000:29:00.0: WM Firmware Version: ____000000, Build Time: 20230627143946
Sep 09 19:22:41 arch systemd[1]: Starting Load Kernel Module dm_mod...
Sep 09 19:22:41 arch systemd[1]: Starting Load Kernel Module loop...
Sep 09 19:22:41 arch systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
Sep 09 19:22:41 arch systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Sep 09 19:22:41 arch systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efiva
rs/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Sep 09 19:22:41 arch systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Sep 09 19:22:41 arch systemd[1]: Finished Load Kernel Module dm_mod.
Sep 09 19:22:41 arch systemd[1]: modprobe@loop.service: Deactivated successfully.
Sep 09 19:22:41 arch systemd[1]: Finished Load Kernel Module loop.
Sep 09 19:22:41 arch systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Sep 09 19:22:41 arch systemd[1]: Finished Create Volatile Files and Directories.
Sep 09 19:22:41 arch systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Sep 09 19:22:41 arch systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Sep 09 19:22:41 arch systemd[1]: Starting Rebuild Journal Catalog...
Sep 09 19:22:41 arch systemd[1]: Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machin
e-id).
Sep 09 19:22:41 arch systemd[1]: Starting Network Time Synchronization...
Sep 09 19:22:41 arch systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Sep 09 19:22:41 arch systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Sep 09 19:22:41 arch systemd[1]: Started Network Time Synchronization.
Sep 09 19:22:41 arch kernel: Bluetooth: hci1: AOSP extensions version v1.00
Sep 09 19:22:41 arch kernel: Bluetooth: hci1: AOSP quality report is supported
Sep 09 19:22:41 arch systemd[1]: Finished Rebuild Journal Catalog.
Sep 09 19:22:41 arch systemd[1]: Reached target System Time Set.
Sep 09 19:22:41 arch systemd[1]: Starting Update is Completed...
Sep 09 19:22:41 arch systemd[1]: Finished Update is Completed.
Sep 09 19:22:41 arch systemd[1]: Reached target System Initialization.
Sep 09 19:22:41 arch systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Sep 09 19:22:41 arch systemd[1]: Started Daily verification of password and group files.
Sep 09 19:22:41 arch systemd[1]: Started Daily Cleanup of Temporary Directories.
Sep 09 19:22:41 arch systemd[1]: Reached target Timer Units.
Sep 09 19:22:41 arch systemd[1]: Listening on D-Bus System Message Bus Socket.
Sep 09 19:22:41 arch systemd[1]: Reached target Socket Units.
Sep 09 19:22:41 arch systemd[1]: TPM2 PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efi
vars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Sep 09 19:22:41 arch systemd[1]: Reached target Basic System.
Sep 09 19:22:41 arch systemd[1]: Starting Save/Restore Sound Card State...
Sep 09 19:22:41 arch systemd[1]: Manage Sound Card State (restore and store) was skipped because of an unmet condition check (ConditionPathExists=/etc/alsa/s
tate-daemon.conf).
Sep 09 19:22:41 arch systemd[1]: Starting Bluetooth service...
Sep 09 19:22:41 arch systemd[1]: Starting D-Bus System Message Bus...
Sep 09 19:22:41 arch systemd[1]: SSH Key Generation was skipped because no trigger condition checks were met.
Sep 09 19:22:41 arch systemd[1]: Starting User Login Management...
Sep 09 19:22:41 arch systemd[1]: TPM2 PCR Barrier (User) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubP
crKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Sep 09 19:22:41 arch bluetoothd[485]: Bluetooth daemon 5.69
Sep 09 19:22:41 arch bluetoothd[485]: Starting SDP server
Sep 09 19:22:41 arch bluetoothd[485]: src/plugin.c:plugin_init() System does not support csip plugin
Sep 09 19:22:41 arch bluetoothd[485]: src/plugin.c:plugin_init() System does not support vcp plugin
Sep 09 19:22:41 arch bluetoothd[485]: src/plugin.c:plugin_init() System does not support mcp plugin
Sep 09 19:22:41 arch bluetoothd[485]: src/plugin.c:plugin_init() System does not support bass plugin
Sep 09 19:22:41 arch bluetoothd[485]: src/plugin.c:plugin_init() System does not support bap plugin
Sep 09 19:22:41 arch bluetoothd[485]: Bluetooth management interface 1.22 initialized
Sep 09 19:22:41 arch dbus-daemon[486]: [system] Activating systemd to hand-off: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1
.service' requested by ':1.1' (uid=0 pid=485 comm="/usr/lib/bluetooth/bluetoothd")
Sep 09 19:22:41 arch kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
Sep 09 19:22:41 arch kernel: Bluetooth: BNEP filters: protocol multicast
Sep 09 19:22:41 arch kernel: Bluetooth: BNEP socket layer initialized
Sep 09 19:22:41 arch kernel: Bluetooth: MGMT ver 1.22
Sep 09 19:22:41 arch kernel: Bluetooth: MGMT ver 1.22
Sep 09 19:22:41 arch systemd-logind[487]: New seat seat0.
Sep 09 19:22:41 arch kernel: NET: Registered PF_ALG protocol family
Sep 09 19:22:41 arch systemd-logind[487]: Watching system buttons on /dev/input/event1 (Power Button)
Sep 09 19:22:41 arch systemd-logind[487]: Watching system buttons on /dev/input/event0 (Power Button)
Sep 09 19:22:41 arch systemd-logind[487]: Watching system buttons on /dev/input/event3 (Kingston HyperX Pulsefire Haste System Control)
Sep 09 19:22:41 arch systemd-logind[487]: Watching system buttons on /dev/input/event4 (Kingston HyperX Pulsefire Haste Consumer Control)
Sep 09 19:22:41 arch systemd-logind[487]: Watching system buttons on /dev/input/event6 (Kingston HyperX Pulsefire Haste)
Sep 09 19:22:41 arch systemd-logind[487]: Watching system buttons on /dev/input/event8 (HP, Inc HyperX Alloy Origins)
Sep 09 19:22:41 arch systemd-logind[487]: Watching system buttons on /dev/input/event10 (HP, Inc HyperX Alloy Origins System Control)
Sep 09 19:22:41 arch systemd-logind[487]: Watching system buttons on /dev/input/event11 (HP, Inc HyperX Alloy Origins Consumer Control)
Sep 09 19:22:41 arch systemd-logind[487]: Watching system buttons on /dev/input/event13 (HP, Inc HyperX Alloy Origins)
Sep 09 19:22:41 arch systemd[1]: Finished Save/Restore Sound Card State.
Sep 09 19:22:41 arch systemd[1]: Started D-Bus System Message Bus.
Sep 09 19:22:41 arch systemd[1]: Started User Login Management.
Sep 09 19:22:41 arch systemd[1]: Reached target Sound Card.
Sep 09 19:22:41 arch dbus-daemon[486]: [system] Successfully activated service 'org.freedesktop.systemd1'
Sep 09 19:22:41 arch systemd[1]: Starting Network Manager...
Sep 09 19:22:41 arch systemd[1]: Started Bluetooth service.
Sep 09 19:22:41 arch systemd[1]: Reached target Bluetooth Support.
Sep 09 19:22:41 arch systemd[1]: Starting Hostname Service...
Sep 09 19:22:41 arch NetworkManager[520]: <info> [1694280161.9643] NetworkManager (version 1.42.6-1) is starting... (boot:c9afdb7c-777b-4d14-a12e-e5b3526bf1
11)
Sep 09 19:22:41 arch NetworkManager[520]: <info> [1694280161.9643] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
Sep 09 19:22:41 arch systemd[1]: Started Network Manager.
Sep 09 19:22:41 arch NetworkManager[520]: <info> [1694280161.9655] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Sep 09 19:22:41 arch systemd[1]: Reached target Network.
Sep 09 19:22:41 arch systemd[1]: Started OpenSSH Daemon.
Sep 09 19:22:41 arch systemd[1]: Starting Permit User Sessions...
Sep 09 19:22:41 arch NetworkManager[520]: <info> [1694280161.9681] manager[0x55da060bfd40]: monitoring kernel firmware directory '/lib/firmware'.
Sep 09 19:22:41 arch dbus-daemon[486]: [system] Successfully activated service 'org.freedesktop.hostname1'
Sep 09 19:22:41 arch NetworkManager[520]: <info> [1694280161.9729] hostname: hostname: using hostnamed
Sep 09 19:22:41 arch NetworkManager[520]: <info> [1694280161.9729] hostname: static hostname changed from (none) to "arch"
Sep 09 19:22:41 arch NetworkManager[520]: <info> [1694280161.9730] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink
Sep 09 19:22:41 arch NetworkManager[520]: <info> [1694280161.9742] manager[0x55da060bfd40]: rfkill: Wi-Fi hardware radio set enabled
Sep 09 19:22:41 arch NetworkManager[520]: <info> [1694280161.9742] manager[0x55da060bfd40]: rfkill: WWAN hardware radio set enabled
Sep 09 19:22:41 arch NetworkManager[520]: <info> [1694280161.9759] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.42.6-1/libnm-device-plugin
-wifi.so)
Sep 09 19:22:41 arch NetworkManager[520]: <info> [1694280161.9762] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.42.6-1/libnm-device-plugin-
adsl.so)
Sep 09 19:22:41 arch sshd[525]: Server listening on 0.0.0.0 port 22.
Sep 09 19:22:41 arch sshd[525]: Server listening on :: port 22.
Sep 09 19:22:41 arch NetworkManager[520]: <info> [1694280161.9779] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.42.6-1/libnm-device-plugin
-wwan.so)
Sep 09 19:22:41 arch NetworkManager[520]: <info> [1694280161.9787] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.42.6-1/libnm-device-plugi
n-bluetooth.so)
Sep 09 19:22:41 arch NetworkManager[520]: <info> [1694280161.9794] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.42.6-1/libnm-device-plugin-
ovs.so)
Sep 09 19:22:41 arch NetworkManager[520]: <info> [1694280161.9935] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.42.6-1/libnm-device-plugin
-team.so)
Sep 09 19:22:41 arch NetworkManager[520]: <info> [1694280161.9936] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Sep 09 19:22:41 arch NetworkManager[520]: <info> [1694280161.9937] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Sep 09 19:22:41 arch NetworkManager[520]: <info> [1694280161.9937] manager: Networking is enabled by state file
Sep 09 19:22:41 arch dbus-daemon[486]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher
.service' requested by ':1.4' (uid=0 pid=520 comm="/usr/bin/NetworkManager --no-daemon")
Sep 09 19:22:41 arch NetworkManager[520]: <info> [1694280161.9938] settings: Loaded settings plugin: keyfile (internal)
Sep 09 19:22:41 arch NetworkManager[520]: <info> [1694280161.9944] dhcp: init: Using DHCP client 'internal'
Sep 09 19:22:41 arch NetworkManager[520]: <info> [1694280161.9945] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1)
Sep 09 19:22:41 arch NetworkManager[520]: <info> [1694280161.9952] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-ifa
ce-state: 'external')
Sep 09 19:22:41 arch NetworkManager[520]: <info> [1694280161.9953] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', sys-
iface-state: 'external')
Sep 09 19:22:41 arch NetworkManager[520]: <info> [1694280161.9956] device (lo): Activation: starting connection 'lo' (3ceb3ddd-f02f-4036-9b3c-3dab87bcd0de)
Sep 09 19:22:41 arch NetworkManager[520]: <info> [1694280161.9961] manager: (enp42s0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Sep 09 19:22:41 arch NetworkManager[520]: <info> [1694280161.9964] settings: (enp42s0): created default wired connection 'Wired connection 1'
Sep 09 19:22:41 arch NetworkManager[520]: <info> [1694280161.9965] device (enp42s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-sta
te: 'external')
Sep 09 19:22:42 arch systemd[1]: Finished Permit User Sessions.
Sep 09 19:22:42 arch systemd[1]: Started Hostname Service.
Sep 09 19:22:42 arch systemd[1]: Starting Network Manager Script Dispatcher Service...
Sep 09 19:22:42 arch systemd[1]: Started Getty on tty1.
Sep 09 19:22:42 arch systemd[1]: Reached target Login Prompts.
Sep 09 19:22:42 arch systemd[1]: Reached target Multi-User System.
Sep 09 19:22:42 arch systemd[1]: Reached target Graphical Interface.
Sep 09 19:22:42 arch dbus-daemon[486]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Sep 09 19:22:42 arch systemd[1]: Started Network Manager Script Dispatcher Service.
Sep 09 19:22:42 arch systemd[1]: Startup finished in 12.178s (firmware) + 2.167s (loader) + 4.124s (kernel) + 1.795s (userspace) = 20.265s.
Sep 09 19:22:42 arch kernel: Generic FE-GE Realtek PHY r8169-0-2a00:00: attached PHY driver (mii_bus:phy_addr=r8169-0-2a00:00, irq=MAC)
Sep 09 19:22:42 arch kernel: r8169 0000:2a:00.0 enp42s0: Link is Down
Sep 09 19:22:42 arch NetworkManager[520]: <info> [1694280162.2183] ovsdb: disconnected from ovsdb
Sep 09 19:22:42 arch NetworkManager[520]: <info> [1694280162.2184] device (lo): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'exte
rnal')
Sep 09 19:22:42 arch NetworkManager[520]: <info> [1694280162.2185] device (lo): state change: prepare -> config (reason 'none', sys-iface-state: 'external')
Sep 09 19:22:42 arch NetworkManager[520]: <info> [1694280162.2186] device (lo): state change: config -> ip-config (reason 'none', sys-iface-state: 'external
')
Sep 09 19:22:42 arch NetworkManager[520]: <info> [1694280162.2190] device (lo): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'extern
al')
Sep 09 19:22:42 arch NetworkManager[520]: <info> [1694280162.2197] device (lo): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'exte
rnal')
Sep 09 19:22:42 arch NetworkManager[520]: <info> [1694280162.2198] device (lo): state change: secondaries -> activated (reason 'none', sys-iface-state: 'ext
ernal')
Sep 09 19:22:42 arch NetworkManager[520]: <info> [1694280162.2200] device (lo): Activation: successful, device activated.
Sep 09 19:22:42 arch NetworkManager[520]: <info> [1694280162.6661] device (wlan0): driver supports Access Point (AP) mode
Sep 09 19:22:42 arch NetworkManager[520]: <info> [1694280162.6666] manager: (wlan0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/3)
Sep 09 19:22:42 arch NetworkManager[520]: <info> [1694280162.6671] rfkill2: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:01.2/0000:02:00
.2/0000:03:08.0/0000:29:00.0/ieee80211/phy0/rfkill2) (driver mt7921e)
Sep 09 19:22:42 arch kernel: mt7921e 0000:29:00.0 wlo1: renamed from wlan0
Sep 09 19:22:42 arch NetworkManager[520]: <info> [1694280162.6896] device (wlan0): interface index 3 renamed iface from 'wlan0' to 'wlo1'
Sep 09 19:22:42 arch NetworkManager[520]: <info> [1694280162.6944] device (wlo1): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state:
'external')
Sep 09 19:22:43 arch NetworkManager[520]: <info> [1694280163.2681] device (wlo1): set-hw-addr: set MAC address to E2:83:EB:59:3D:C1 (scanning)
Sep 09 19:22:43 arch dbus-daemon[486]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service' requested by ':1.4
' (uid=0 pid=520 comm="/usr/bin/NetworkManager --no-daemon")
Sep 09 19:22:43 arch systemd[1]: Starting WPA supplicant...
Sep 09 19:22:43 arch dbus-daemon[486]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
Sep 09 19:22:43 arch systemd[1]: Started WPA supplicant.
Sep 09 19:22:43 arch wpa_supplicant[538]: Successfully initialized wpa_supplicant
Sep 09 19:22:43 arch NetworkManager[520]: <info> [1694280163.4010] device (wlo1): supplicant interface state: internal-starting -> disconnected
Sep 09 19:22:43 arch NetworkManager[520]: <info> [1694280163.4010] Wi-Fi P2P device controlled by interface wlo1 created
Sep 09 19:22:43 arch NetworkManager[520]: <info> [1694280163.4011] manager: (p2p-dev-wlo1): new 802.11 Wi-Fi P2P device (/org/freedesktop/NetworkManager/Dev
ices/4)
Sep 09 19:22:43 arch NetworkManager[520]: <info> [1694280163.4012] device (p2p-dev-wlo1): state change: unmanaged -> unavailable (reason 'managed', sys-ifac
e-state: 'external')
Sep 09 19:22:43 arch NetworkManager[520]: <info> [1694280163.4014] device (wlo1): state change: unavailable -> disconnected (reason 'supplicant-available',
sys-iface-state: 'managed')
Sep 09 19:22:43 arch NetworkManager[520]: <info> [1694280163.4017] device (p2p-dev-wlo1): state change: unavailable -> disconnected (reason 'none', sys-ifac
e-state: 'managed')
Sep 09 19:22:44 arch dbus-daemon[486]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' reques
ted by ':1.8' (uid=0 pid=530 comm="/bin/login -p -- ")
Sep 09 19:22:44 arch dbus-daemon[486]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.
service not found.
Sep 09 19:22:45 arch NetworkManager[520]: <info> [1694280165.0706] device (enp42s0): carrier: link connected
Sep 09 19:22:45 arch NetworkManager[520]: <info> [1694280165.0707] device (enp42s0): state change: unavailable -> disconnected (reason 'carrier-changed', sy
s-iface-state: 'managed')
Sep 09 19:22:45 arch NetworkManager[520]: <info> [1694280165.0711] policy: auto-activating connection 'Wired connection 1' (3dcd1033-e918-346c-96ed-2cf2beb0
6818)
Sep 09 19:22:45 arch NetworkManager[520]: <info> [1694280165.0713] device (enp42s0): Activation: starting connection 'Wired connection 1' (3dcd1033-e918-346
c-96ed-2cf2beb06818)
Sep 09 19:22:45 arch NetworkManager[520]: <info> [1694280165.0713] device (enp42s0): state change: disconnected -> prepare (reason 'none', sys-iface-state:
'managed')
Sep 09 19:22:45 arch NetworkManager[520]: <info> [1694280165.0714] manager: NetworkManager state is now CONNECTING
Sep 09 19:22:45 arch NetworkManager[520]: <info> [1694280165.0715] device (enp42s0): state change: prepare -> config (reason 'none', sys-iface-state: 'manag
ed')
Sep 09 19:22:45 arch NetworkManager[520]: <info> [1694280165.0719] device (enp42s0): state change: config -> ip-config (reason 'none', sys-iface-state: 'man
aged')
Sep 09 19:22:45 arch NetworkManager[520]: <info> [1694280165.0722] dhcp4 (enp42s0): activation: beginning transaction (timeout in 45 seconds)
Sep 09 19:22:45 arch kernel: r8169 0000:2a:00.0 enp42s0: Link is Up - 1Gbps/Full - flow control rx/tx
Sep 09 19:22:45 arch kernel: IPv6: ADDRCONF(NETDEV_CHANGE): enp42s0: link becomes ready
Sep 09 19:22:47 arch dbus-daemon[486]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service'
requested by ':1.4' (uid=0 pid=520 comm="/usr/bin/NetworkManager --no-daemon")
Sep 09 19:22:47 arch dbus-daemon[486]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.res
olve1.service not found.
Sep 09 19:22:47 arch NetworkManager[520]: <info> [1694280167.2813] dhcp4 (enp42s0): state changed new lease, address=192.168.10.110
Sep 09 19:22:47 arch NetworkManager[520]: <info> [1694280167.2816] policy: set 'Wired connection 1' (enp42s0) as default for IPv4 routing and DNS
Sep 09 19:22:47 arch dbus-daemon[486]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service'
requested by ':1.4' (uid=0 pid=520 comm="/usr/bin/NetworkManager --no-daemon")
Sep 09 19:22:47 arch dbus-daemon[486]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.res
olve1.service not found.
Sep 09 19:22:47 arch NetworkManager[520]: <info> [1694280167.3027] device (enp42s0): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'm
anaged')
Sep 09 19:22:47 arch NetworkManager[520]: <info> [1694280167.3038] device (enp42s0): state change: ip-check -> secondaries (reason 'none', sys-iface-state:
'managed')
Sep 09 19:22:47 arch NetworkManager[520]: <info> [1694280167.3040] device (enp42s0): state change: secondaries -> activated (reason 'none', sys-iface-state:
'managed')
Sep 09 19:22:47 arch NetworkManager[520]: <info> [1694280167.3042] manager: NetworkManager state is now CONNECTED_SITE
Sep 09 19:22:47 arch NetworkManager[520]: <info> [1694280167.3044] device (enp42s0): Activation: successful, device activated.
Sep 09 19:22:47 arch NetworkManager[520]: <info> [1694280167.3710] manager: NetworkManager state is now CONNECTED_GLOBAL
Sep 09 19:22:47 arch login[530]: pam_unix(login:session): session opened for user kb(uid=1000) by kb(uid=0)
Sep 09 19:22:47 arch systemd[1]: Created slice User Slice of UID 1000.
Sep 09 19:22:47 arch systemd[1]: Starting User Runtime Directory /run/user/1000...
Sep 09 19:22:47 arch systemd[1]: systemd-rfkill.service: Deactivated successfully.
Sep 09 19:22:47 arch systemd-logind[487]: New session 1 of user kb.
Sep 09 19:22:47 arch systemd[1]: Finished User Runtime Directory /run/user/1000.
Sep 09 19:22:47 arch systemd[1]: Starting User Manager for UID 1000...
Sep 09 19:22:47 arch dbus-daemon[486]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' reques
ted by ':1.11' (uid=0 pid=545 comm="(systemd)")
Sep 09 19:22:47 arch dbus-daemon[486]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.
service not found.
Sep 09 19:22:47 arch (systemd)[545]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[kb] ruse
r=[<unknown>] rhost=[<unknown>]
Sep 09 19:22:47 arch (systemd)[545]: pam_unix(systemd-user:session): session opened for user kb(uid=1000) by kb(uid=0)
Sep 09 19:22:47 arch systemd[545]: Queued start job for default target Main User Target.
Sep 09 19:22:47 arch systemd-journald[286]: /var/log/journal/5aad2f74ec1d453e826ae5f1e7d83464/user-1000.journal: Journal file uses a different sequence numbe
r ID, rotating.
Sep 09 19:22:47 arch login[530]: LOGIN ON tty1 BY kb
Sep 09 19:22:47 arch systemd[545]: Created slice User Application Slice.
Sep 09 19:22:47 arch dbus-daemon[486]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by
':1.13' (uid=1000 pid=552 comm="/usr/bin/pulseaudio --daemonize=no --log-target=jo")
Sep 09 19:22:47 arch systemd[545]: Created slice User Core Session Slice.
Sep 09 19:22:47 arch systemd[545]: Reached target Paths.
Sep 09 19:22:47 arch systemd[545]: Reached target Timers.
Sep 09 19:22:47 arch systemd[545]: Starting D-Bus User Message Bus Socket...
Sep 09 19:22:47 arch systemd[545]: Listening on GnuPG network certificate management daemon.
Sep 09 19:22:47 arch systemd[545]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Sep 09 19:22:47 arch systemd[545]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Sep 09 19:22:47 arch systemd[545]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Sep 09 19:22:47 arch systemd[545]: Listening on GnuPG cryptographic agent and passphrase cache.
Sep 09 19:22:47 arch systemd[545]: Listening on p11-kit server.
Sep 09 19:22:47 arch systemd[545]: Listening on Sound System.
Sep 09 19:22:47 arch systemd[545]: Listening on D-Bus User Message Bus Socket.
Sep 09 19:22:47 arch systemd[545]: Reached target Sockets.
Sep 09 19:22:47 arch systemd[545]: Reached target Basic System.
Sep 09 19:22:47 arch systemd[1]: Started User Manager for UID 1000.
Sep 09 19:22:47 arch systemd[545]: Starting Sound Service...
Sep 09 19:22:47 arch systemd[1]: Started Session 1 of User kb.
Sep 09 19:22:47 arch systemd[1]: Starting RealtimeKit Scheduling Policy Service...
Sep 09 19:22:47 arch dbus-daemon[486]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
Sep 09 19:22:47 arch systemd[1]: Started RealtimeKit Scheduling Policy Service.
Sep 09 19:22:47 arch rtkit-daemon[563]: Successfully called chroot.
Sep 09 19:22:47 arch rtkit-daemon[563]: Successfully dropped privileges.
Sep 09 19:22:47 arch rtkit-daemon[563]: Successfully limited resources.
Sep 09 19:22:47 arch rtkit-daemon[563]: Canary thread running.
Sep 09 19:22:47 arch rtkit-daemon[563]: Running.
Sep 09 19:22:47 arch rtkit-daemon[563]: Watchdog thread running.
Sep 09 19:22:47 arch dbus-daemon[486]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.14'
(uid=0 pid=563 comm="/usr/lib/rtkit-daemon")
Sep 09 19:22:47 arch systemd[1]: Starting Authorization Manager...
Sep 09 19:22:48 arch polkitd[570]: Started polkitd version 123
Sep 09 19:22:48 arch polkitd[570]: Loading rules from directory /etc/polkit-1/rules.d
Sep 09 19:22:48 arch polkitd[570]: Loading rules from directory /usr/share/polkit-1/rules.d
Sep 09 19:22:48 arch polkitd[570]: Finished loading, compiling and executing 2 rules
Sep 09 19:22:48 arch dbus-daemon[486]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Sep 09 19:22:48 arch systemd[1]: Started Authorization Manager.
Sep 09 19:22:48 arch polkitd[570]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Sep 09 19:22:48 arch rtkit-daemon[563]: Successfully made thread 552 of process 552 owned by '1000' high priority at nice level -11.
Sep 09 19:22:48 arch rtkit-daemon[563]: Supervising 1 threads of 1 processes of 1 users.
Sep 09 19:22:48 arch kernel: memfd_create() without MFD_EXEC nor MFD_NOEXEC_SEAL, pid=552 'pulseaudio'
Sep 09 19:22:48 arch systemd[545]: Starting D-Bus User Message Bus...
Sep 09 19:22:48 arch systemd[545]: Started D-Bus User Message Bus.
Sep 09 19:22:48 arch rtkit-daemon[563]: Supervising 1 threads of 1 processes of 1 users.
Sep 09 19:22:48 arch rtkit-daemon[563]: Successfully made thread 628 of process 552 owned by '1000' RT at priority 5.
Sep 09 19:22:48 arch rtkit-daemon[563]: Supervising 2 threads of 1 processes of 1 users.
Sep 09 19:22:48 arch pulseaudio[552]: stat('/etc/pulse/default.pa.d'): No such file or directory
Sep 09 19:22:48 arch systemd[545]: Started Sound Service.
Sep 09 19:22:48 arch systemd[545]: Reached target Main User Target.
Sep 09 19:22:48 arch systemd[545]: Startup finished in 502ms.
Sep 09 19:22:48 arch pulseaudio[552]: Could not find org.bluez.BatteryProviderManager1.RegisterBatteryProvider(), is bluetoothd started with experimental fea
tures enabled (-E flag)?
Sep 09 19:22:48 arch pulseaudio[552]: Could not find org.bluez.BatteryProviderManager1.RegisterBatteryProvider(), is bluetoothd started with experimental fea
tures enabled (-E flag)?
Sep 09 19:22:48 arch bluetoothd[485]: Endpoint registered: sender=:1.17 path=/MediaEndpoint/A2DPSink/sbc
Sep 09 19:22:48 arch bluetoothd[485]: Endpoint registered: sender=:1.17 path=/MediaEndpoint/A2DPSource/sbc
Sep 09 19:22:48 arch bluetoothd[485]: Endpoint registered: sender=:1.17 path=/MediaEndpoint/A2DPSink/sbc_xq_453
Sep 09 19:22:48 arch bluetoothd[485]: Endpoint registered: sender=:1.17 path=/MediaEndpoint/A2DPSource/sbc_xq_453
Sep 09 19:22:48 arch bluetoothd[485]: Endpoint registered: sender=:1.17 path=/MediaEndpoint/A2DPSink/sbc_xq_512
Sep 09 19:22:48 arch bluetoothd[485]: Endpoint registered: sender=:1.17 path=/MediaEndpoint/A2DPSource/sbc_xq_512
Sep 09 19:22:48 arch bluetoothd[485]: Endpoint registered: sender=:1.17 path=/MediaEndpoint/A2DPSink/sbc_xq_552
Sep 09 19:22:48 arch bluetoothd[485]: Endpoint registered: sender=:1.17 path=/MediaEndpoint/A2DPSource/sbc_xq_552
Sep 09 19:22:48 arch bluetoothd[485]: Endpoint registered: sender=:1.17 path=/MediaEndpoint/A2DPSink/sbc
Sep 09 19:22:48 arch bluetoothd[485]: Endpoint registered: sender=:1.17 path=/MediaEndpoint/A2DPSource/sbc
Sep 09 19:22:48 arch bluetoothd[485]: Endpoint registered: sender=:1.17 path=/MediaEndpoint/A2DPSink/sbc_xq_453
Sep 09 19:22:48 arch bluetoothd[485]: Endpoint registered: sender=:1.17 path=/MediaEndpoint/A2DPSource/sbc_xq_453
Sep 09 19:22:48 arch bluetoothd[485]: Endpoint registered: sender=:1.17 path=/MediaEndpoint/A2DPSink/sbc_xq_512
Sep 09 19:22:48 arch bluetoothd[485]: Endpoint registered: sender=:1.17 path=/MediaEndpoint/A2DPSource/sbc_xq_512
Sep 09 19:22:48 arch bluetoothd[485]: Endpoint registered: sender=:1.17 path=/MediaEndpoint/A2DPSink/sbc_xq_552
Sep 09 19:22:48 arch bluetoothd[485]: Endpoint registered: sender=:1.17 path=/MediaEndpoint/A2DPSource/sbc_xq_552
Sep 09 19:22:48 arch kernel: Bluetooth: RFCOMM TTY layer initialized
Sep 09 19:22:48 arch kernel: Bluetooth: RFCOMM socket layer initialized
Sep 09 19:22:48 arch kernel: Bluetooth: RFCOMM ver 1.11
Sep 09 19:22:49 arch NetworkManager[520]: <info> [1694280169.5620] manager: startup complete
Sep 09 19:22:52 arch systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Sep 09 19:22:55 arch dbus-daemon[591]: [session uid=1000 pid=591] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requeste
d by ':1.5' (uid=1000 pid=640 comm="/usr/lib/firefox/firefox")
Sep 09 19:22:55 arch systemd[545]: Starting Accessibility services bus...
Sep 09 19:22:55 arch dbus-daemon[591]: [session uid=1000 pid=591] Successfully activated service 'org.a11y.Bus'
Sep 09 19:22:55 arch systemd[545]: Started Accessibility services bus.
Sep 09 19:22:55 arch rtkit-daemon[563]: Supervising 2 threads of 1 processes of 1 users.
Sep 09 19:22:55 arch rtkit-daemon[563]: Supervising 2 threads of 1 processes of 1 users.
Sep 09 19:22:55 arch rtkit-daemon[563]: Supervising 2 threads of 1 processes of 1 users.
Sep 09 19:22:55 arch rtkit-daemon[563]: Supervising 2 threads of 1 processes of 1 users.
Sep 09 19:22:55 arch rtkit-daemon[563]: Supervising 2 threads of 1 processes of 1 users.
Sep 09 19:22:55 arch rtkit-daemon[563]: Supervising 2 threads of 1 processes of 1 users.
Sep 09 19:22:55 arch rtkit-daemon[563]: Successfully made thread 779 of process 640 owned by '1000' RT at priority 10.
Sep 09 19:22:55 arch rtkit-daemon[563]: Supervising 3 threads of 2 processes of 1 users.
Sep 09 19:22:56 arch rtkit-daemon[563]: Supervising 3 threads of 2 processes of 1 users.
Sep 09 19:22:56 arch rtkit-daemon[563]: Supervising 3 threads of 2 processes of 1 users.
Sep 09 19:22:56 arch rtkit-daemon[563]: Supervising 3 threads of 2 processes of 1 users.
Sep 09 19:22:56 arch rtkit-daemon[563]: Supervising 3 threads of 2 processes of 1 users.
Sep 09 19:22:56 arch rtkit-daemon[563]: Supervising 3 threads of 2 processes of 1 users.
Sep 09 19:22:56 arch rtkit-daemon[563]: Supervising 3 threads of 2 processes of 1 users.
Sep 09 19:22:56 arch rtkit-daemon[563]: Supervising 3 threads of 2 processes of 1 users.
Sep 09 19:22:56 arch rtkit-daemon[563]: Supervising 3 threads of 2 processes of 1 users.
Sep 09 19:22:59 arch rtkit-daemon[563]: Supervising 3 threads of 2 processes of 1 users.
Sep 09 19:22:59 arch rtkit-daemon[563]: Supervising 3 threads of 2 processes of 1 users.
Sep 09 19:22:59 arch rtkit-daemon[563]: Supervising 3 threads of 2 processes of 1 users.
Sep 09 19:22:59 arch rtkit-daemon[563]: Supervising 3 threads of 2 processes of 1 users.
Sep 09 19:23:12 arch systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Sep 09 19:23:12 arch systemd-timesyncd[475]: Contacted time server 185.41.243.43:123 (2.arch.pool.ntp.org).
Sep 09 19:23:12 arch systemd-timesyncd[475]: Initial clock synchronization to Sat 2023-09-09 19:23:12.207227 CEST.
Sep 09 19:23:21 arch dbus-daemon[486]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' reques
ted by ':1.30' (uid=0 pid=1065 comm="sudo journalctl -b")
Sep 09 19:23:21 arch dbus-daemon[486]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.
service not found.
Sep 09 19:23:24 arch sudo[1065]: kb : TTY=pts/0 ; PWD=/home/kb ; USER=root ; COMMAND=/usr/bin/journalctl -b
Sep 09 19:23:24 arch sudo[1065]: pam_unix(sudo:session): session opened for user root(uid=0) by kb(uid=1000)
Sep 09 19:24:19 arch sudo[1065]: pam_unix(sudo:session): session closed for user root
Sep 09 19:25:45 arch dbus-daemon[486]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' reques
ted by ':1.31' (uid=0 pid=1080 comm="sudo journalctl -b")
Sep 09 19:25:45 arch dbus-daemon[486]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.
service not found.
Sep 09 19:25:45 arch sudo[1080]: kb : TTY=pts/0 ; PWD=/home/kb/documents/notes ; USER=root ; COMMAND=/usr/bin/journalctl -b
Sep 09 19:25:45 arch sudo[1080]: pam_unix(sudo:session): session opened for user root(uid=0) by kb(uid=1000)Offline
hmmm, those failed files are present in linux-firmware (in compressed form) so it's not that they are missing.
In your mkinitcpio.conf edit the MODULES= array and include amdgpu in it.
( https://wiki.archlinux.org/title/Kernel … mkinitcpio for details).
As root regenerate the initramfs (mkinitcpio -P) , reboot and check .
If the errrors are still there, try installing & booting the linux-lts kernel
Last edited by Lone_Wolf (2023-09-09 17:59:47)
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
Dear Sir or Madam, you're both an amdgpu-wizard and a scholar.
Issue was resolved once I added amdgpu into the MODULES= array as described.
I'll add "[SOLVED]" to the tread name.
On the assumption that it really should not be necessary having to manually add amdgpu to the MODULES array. Is there a reason to think whatever underlying process have caused this issue to occur, also can create other problems?
I assume the long term answer may be to use the linut-lts kernel?
Thanks again for your assistance with this issue!
Last edited by FHerman (2023-09-09 18:19:06)
Offline
On the assumption that it really should not be necessary having to manually add amdgpu to the MODULES array. Is there a reason to think whatever underlying process have caused this issue to occur, also can create other problems?
It's a timing issue.
Hardware component A starts initialisation and is called upon by component B which requires specific functionality C of component A .
If A has finished its initialisation C is available and everything works as intended.
However if B calls C while A is still setting up C, results are unpredictable and very often lead to issues.
The chance of this happening increases vastly because hardware detection with systemd-udevd is parrallelized heavily to speed (re)start up
Especially graphical devices suffer from this as they tend to be complicated that need more time to initialise then most .
During initramfs only hardware for which the kernel has modules present are initialized. Adding graphics modules to the initramfs ensures graphical devices will start initialisation as early as possible .
Since the error messages specifically mentioned "early_init of IP block xyz failed" I felt there was a good chance you were facing this timing issue.
Incase I was wrong about that, a kernel change was the next likely possible cause.
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline