You are not logged in.

#1 2021-08-01 16:58:32

archelvetic
Member
Registered: 2017-10-26
Posts: 43

Nvidia gpu not recognized after update

After system update the nvidia gpu is not recognized

Failed to initialize the NVIDIA GPU at PCI:5:0:0

Excerpt of ~/.local/share/xorg/Xorg.0.log

    [    13.711] (==) NVIDIA(G0): Depth 24, (==) framebuffer bpp 32
    [    13.711] (==) NVIDIA(G0): RGB weight 888
    [    13.711] (==) NVIDIA(G0): Default visual is TrueColor
    [    13.711] (==) NVIDIA(G0): Using gamma correction (1.0, 1.0, 1.0)
    [    13.711] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
    [    13.711] (**) NVIDIA(G0): Option "AllowEmptyInitialConfiguration"
    [    13.711] (**) NVIDIA(G0): Enabling 2D acceleration
    [    13.711] (II) Loading sub module "glxserver_nvidia"
    [    13.711] (II) LoadModule: "glxserver_nvidia"
    [    13.711] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
    [    13.789] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
    [    13.790]     compiled for 1.6.99.901, module version = 1.0.0
    [    13.790]     Module class: X.Org Server Extension
    [    13.790] (II) NVIDIA GLX Module  470.57.02  Tue Jul 13 16:10:58 UTC 2021
    [    13.793] (II) NVIDIA: The X server supports PRIME Render Offload.
    [    15.187] (EE) NVIDIA(GPU-0): Failed to initialize the NVIDIA GPU at PCI:5:0:0.  Please
    [    15.187] (EE) NVIDIA(GPU-0):     check your system's kernel log for additional error
    [    15.187] (EE) NVIDIA(GPU-0):     messages and refer to Chapter 8: Common Problems in the
    [    15.187] (EE) NVIDIA(GPU-0):     README for additional information.
    [    15.187] (EE) NVIDIA(GPU-0): Failed to initialize the NVIDIA graphics device!
    [    15.187] (EE) NVIDIA(G0): Failing initialization of X screen
    [    15.187] (II) UnloadModule: "nvidia"
    [    15.187] (II) UnloadSubModule: "glxserver_nvidia"
    [    15.187] (II) Unloading glxserver_nvidia

lspci -k | grep -A 2 -E "(VGA|3D)"

    00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
        Subsystem: Lenovo Device 21da
        Kernel driver in use: i915
    --
    05:00.0 VGA compatible controller: NVIDIA Corporation GP104 [GeForce GTX 1080] (rev a1)
        Subsystem: NVIDIA Corporation GP104 [GeForce GTX 1080]
        Kernel driver in use: nvidia

sudo pacman -Qs nvidia

    local/cuda 11.4.0-1
        NVIDIA's GPU programming toolkit
    local/egl-wayland 1.1.7-1
        EGLStream-based Wayland external platform
    local/libvdpau 1.4-1
        Nvidia VDPAU library
    local/libxnvctrl 470.57.02-1
        NVIDIA NV-CONTROL X extension
    local/nvidia-lts 1:470.57.02-6
        NVIDIA drivers for linux-lts
    local/nvidia-prime 1.0-4
        NVIDIA Prime Render Offload configuration and utilities
    local/nvidia-settings 470.57.02-1
        Tool for configuring the NVIDIA graphics driver
    local/nvidia-utils 470.57.02-3
        NVIDIA drivers utilities
    local/opencl-nvidia 470.57.02-3
        OpenCL implemention for NVIDIA

cat /etc/X11/xorg.conf

    Section "ServerFlags"
          Option "BlankTime" "0"
          Option "StandbyTime" "0"
          Option "SuspendTime" "0"
          Option "OffTime" "0"
    EndSection

uname -r

    5.10.55-1-lts

Offline

#2 2021-08-01 18:51:59

pisauraxtx
Member
Registered: 2021-05-15
Posts: 30

Re: Nvidia gpu not recognized after update

I have the same problem. For me, it results in there being no video output until the DE's splash screen. Usually I would see the motherboard splash screen, Grub and SystemD. Now, there are 15 seconds of black screen until the KDE splash screen comes up.
I tried using nvidia-settings to generate a new xorg.conf, but that didn't work due to permission issues. Even after creating the config file elsewhere and copying it to the right directory manually, the problem still persists.

Offline

#3 2021-08-01 19:11:16

seth
Member
Registered: 2012-09-03
Posts: 49,981

Re: Nvidia gpu not recognized after update

Don't write static xorg.conf server layouts, certainly not w/ nvidia-settings.
Please post the complete xorg log and system journal ("sudo journalctl -b")
Either use code tags, https://bbs.archlinux.org/help.php#bbcode or a pastebin service like ix.io (see 1st link below for convenient uploads)

Offline

#4 2021-08-01 19:58:39

archelvetic
Member
Registered: 2017-10-26
Posts: 43

Re: Nvidia gpu not recognized after update

@Seth Thank you. ix.io looks indeed useful

Xorg.0.log

[    13.548] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[    13.549] 
X.Org X Server 1.20.13
X Protocol Version 11, Revision 0
[    13.549] Build Operating System: Linux Archlinux
[    13.549] Current Operating System: Linux x 5.10.55-1-lts #1 SMP Sat, 31 Jul 2021 08:12:13 +0000 x86_64
[    13.549] Kernel command line: BOOT_IMAGE=/vmlinuz-linux-lts root=/dev/mapper/Arch-root rw cryptdevice=/dev/sda3:crypto resume=/dev/mapper/Arch-swap quiet pcie_aspm=off
[    13.549] Build Date: 29 July 2021  07:43:01PM
[    13.549]  
[    13.549] Current version of pixman: 0.40.0
[    13.549] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    13.549] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    13.550] (==) Log file: "/home/user/.local/share/xorg/Xorg.0.log", Time: Sun Aug  1 21:46:19 2021
[    13.554] (==) Using config file: "/etc/X11/xorg.conf"
[    13.554] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    13.555] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    13.556] (==) No Layout section.  Using the first Screen section.
[    13.556] (==) No screen section available. Using defaults.
[    13.556] (**) |-->Screen "Default Screen Section" (0)
[    13.556] (**) |   |-->Monitor "<default monitor>"
[    13.557] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    13.557] (**) Option "BlankTime" "0"
[    13.557] (**) Option "StandbyTime" "0"
[    13.557] (**) Option "SuspendTime" "0"
[    13.557] (**) Option "OffTime" "0"
[    13.557] (==) Automatically adding devices
[    13.557] (==) Automatically enabling devices
[    13.557] (==) Automatically adding GPU devices
[    13.557] (==) Automatically binding GPU devices
[    13.557] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    13.557] (WW) The directory "/usr/share/fonts/misc" does not exist.
[    13.557] 	Entry deleted from font path.
[    13.559] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/TTF".
[    13.559] 	Entry deleted from font path.
[    13.559] 	(Run 'mkfontdir' on "/usr/share/fonts/TTF").
[    13.559] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    13.559] 	Entry deleted from font path.
[    13.559] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    13.559] 	Entry deleted from font path.
[    13.559] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[    13.559] 	Entry deleted from font path.
[    13.559] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[    13.559] 	Entry deleted from font path.
[    13.559] (==) FontPath set to:
	
[    13.559] (==) ModulePath set to "/usr/lib/xorg/modules"
[    13.559] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    13.559] (II) Module ABI versions:
[    13.559] 	X.Org ANSI C Emulation: 0.4
[    13.559] 	X.Org Video Driver: 24.1
[    13.559] 	X.Org XInput driver : 24.1
[    13.559] 	X.Org Server Extension : 10.0
[    13.559] (++) using VT number 1

[    13.563] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[    13.564] (II) xfree86: Adding drm device (/dev/dri/card0)
[    13.566] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[    13.566] (II) xfree86: Adding drm device (/dev/dri/card1)
[    13.569] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 11 paused 0
[    13.570] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[    13.571] (--) PCI:*(0@0:2:0) 8086:0126:17aa:21da rev 9, Mem @ 0xf1400000/4194304, 0xe0000000/268435456, I/O @ 0x00006000/64, BIOS @ 0x????????/131072
[    13.571] (--) PCI: (5@0:0:0) 10de:1b80:10de:1b80 rev 161, Mem @ 0xf0000000/16777216, 0xc0000000/268435456, 0xd0000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[    13.571] (II) Open ACPI successful (/var/run/acpid.socket)
[    13.571] (II) LoadModule: "glx"
[    13.581] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    13.593] (II) Module glx: vendor="X.Org Foundation"
[    13.593] 	compiled for 1.20.13, module version = 1.0.0
[    13.593] 	ABI class: X.Org Server Extension, version 10.0
[    13.593] (II) Applying OutputClass "nvidia" to /dev/dri/card1
[    13.593] 	loading driver: nvidia
[    13.593] (==) Matched intel as autoconfigured driver 0
[    13.593] (==) Matched nvidia as autoconfigured driver 1
[    13.593] (==) Matched nouveau as autoconfigured driver 2
[    13.593] (==) Matched nv as autoconfigured driver 3
[    13.593] (==) Matched modesetting as autoconfigured driver 4
[    13.593] (==) Matched fbdev as autoconfigured driver 5
[    13.593] (==) Matched vesa as autoconfigured driver 6
[    13.593] (==) Assigned the driver to the xf86ConfigLayout
[    13.593] (II) LoadModule: "intel"
[    13.593] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[    13.598] (II) Module intel: vendor="X.Org Foundation"
[    13.598] 	compiled for 1.20.10, module version = 2.99.917
[    13.598] 	Module class: X.Org Video Driver
[    13.598] 	ABI class: X.Org Video Driver, version 24.1
[    13.598] (II) LoadModule: "nvidia"
[    13.598] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    13.609] (II) Module nvidia: vendor="NVIDIA Corporation"
[    13.609] 	compiled for 1.6.99.901, module version = 1.0.0
[    13.609] 	Module class: X.Org Video Driver
[    13.610] (II) LoadModule: "nouveau"
[    13.610] (WW) Warning, couldn't open module nouveau
[    13.610] (EE) Failed to load module "nouveau" (module does not exist, 0)
[    13.610] (II) LoadModule: "nv"
[    13.611] (WW) Warning, couldn't open module nv
[    13.611] (EE) Failed to load module "nv" (module does not exist, 0)
[    13.611] (II) LoadModule: "modesetting"
[    13.611] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    13.616] (II) Module modesetting: vendor="X.Org Foundation"
[    13.616] 	compiled for 1.20.13, module version = 1.20.13
[    13.616] 	Module class: X.Org Video Driver
[    13.616] 	ABI class: X.Org Video Driver, version 24.1
[    13.616] (II) LoadModule: "fbdev"
[    13.616] (WW) Warning, couldn't open module fbdev
[    13.616] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    13.616] (II) LoadModule: "vesa"
[    13.617] (WW) Warning, couldn't open module vesa
[    13.617] (EE) Failed to load module "vesa" (module does not exist, 0)
[    13.617] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
	i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
	915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
	Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
	GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[    13.617] (II) intel: Driver for Intel(R) HD Graphics
[    13.617] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[    13.617] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[    13.617] (II) NVIDIA dlloader X Driver  470.57.02  Tue Jul 13 16:13:51 UTC 2021
[    13.617] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    13.618] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    13.618] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
[    13.619] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20200917
[    13.619] (II) intel(0): SNA compiled from 2.99.917-916-g31486f40
[    13.620] (WW) Falling back to old probe method for modesetting
[    13.620] (II) systemd-logind: releasing fd for 226:1
[    13.622] (II) Loading sub module "fb"
[    13.622] (II) LoadModule: "fb"
[    13.622] (II) Loading /usr/lib/xorg/modules/libfb.so
[    13.623] (II) Module fb: vendor="X.Org Foundation"
[    13.623] 	compiled for 1.20.13, module version = 1.0.0
[    13.623] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    13.623] (II) Loading sub module "wfb"
[    13.623] (II) LoadModule: "wfb"
[    13.623] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    13.625] (II) Module wfb: vendor="X.Org Foundation"
[    13.625] 	compiled for 1.20.13, module version = 1.0.0
[    13.625] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    13.625] (II) Loading sub module "ramdac"
[    13.625] (II) LoadModule: "ramdac"
[    13.625] (II) Module "ramdac" already built-in
[    13.630] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[    13.631] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 3000
[    13.631] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx; using a maximum of 2 threads
[    13.631] (II) intel(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[    13.631] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[    13.631] (==) intel(0): RGB weight 888
[    13.631] (==) intel(0): Default visual is TrueColor
[    13.632] (II) intel(0): Output LVDS1 has no monitor section
[    13.633] (**) intel(0): Found backlight control interface intel_backlight (type 'raw') for output LVDS1
[    13.633] (II) intel(0): Enabled output LVDS1
[    13.633] (II) intel(0): Output VGA1 has no monitor section
[    13.633] (II) intel(0): Enabled output VGA1
[    13.633] (II) intel(0): Output HDMI1 has no monitor section
[    13.633] (II) intel(0): Enabled output HDMI1
[    13.633] (II) intel(0): Output DP1 has no monitor section
[    13.634] (II) intel(0): Enabled output DP1
[    13.634] (II) intel(0): Output HDMI2 has no monitor section
[    13.634] (II) intel(0): Enabled output HDMI2
[    13.634] (II) intel(0): Output HDMI3 has no monitor section
[    13.634] (II) intel(0): Enabled output HDMI3
[    13.634] (II) intel(0): Output DP2 has no monitor section
[    13.634] (II) intel(0): Enabled output DP2
[    13.634] (II) intel(0): Output DP3 has no monitor section
[    13.634] (II) intel(0): Enabled output DP3
[    13.634] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[    13.635] (II) intel(0): Output VIRTUAL1 has no monitor section
[    13.635] (II) intel(0): Enabled output VIRTUAL1
[    13.635] (--) intel(0): Output LVDS1 using initial mode 1366x768 on pipe 0
[    13.635] (--) intel(0): Output DP2 using initial mode 3840x2160 on pipe 1
[    13.635] (==) intel(0): TearFree disabled
[    13.635] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[    13.635] (==) intel(0): DPI set to (96, 96)
[    13.635] (II) Loading sub module "dri3"
[    13.635] (II) LoadModule: "dri3"
[    13.635] (II) Module "dri3" already built-in
[    13.635] (II) Loading sub module "dri2"
[    13.635] (II) LoadModule: "dri2"
[    13.635] (II) Module "dri2" already built-in
[    13.635] (II) Loading sub module "present"
[    13.635] (II) LoadModule: "present"
[    13.635] (II) Module "present" already built-in
[    13.635] (==) NVIDIA(G0): Depth 24, (==) framebuffer bpp 32
[    13.635] (==) NVIDIA(G0): RGB weight 888
[    13.635] (==) NVIDIA(G0): Default visual is TrueColor
[    13.635] (==) NVIDIA(G0): Using gamma correction (1.0, 1.0, 1.0)
[    13.636] (II) Applying OutputClass "nvidia" options to /dev/dri/card1
[    13.636] (**) NVIDIA(G0): Option "AllowEmptyInitialConfiguration"
[    13.636] (**) NVIDIA(G0): Enabling 2D acceleration
[    13.636] (II) Loading sub module "glxserver_nvidia"
[    13.636] (II) LoadModule: "glxserver_nvidia"
[    13.636] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[    13.716] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[    13.716] 	compiled for 1.6.99.901, module version = 1.0.0
[    13.716] 	Module class: X.Org Server Extension
[    13.716] (II) NVIDIA GLX Module  470.57.02  Tue Jul 13 16:10:58 UTC 2021
[    13.720] (II) NVIDIA: The X server supports PRIME Render Offload.
[    15.115] (EE) NVIDIA(GPU-0): Failed to initialize the NVIDIA GPU at PCI:5:0:0.  Please
[    15.115] (EE) NVIDIA(GPU-0):     check your system's kernel log for additional error
[    15.115] (EE) NVIDIA(GPU-0):     messages and refer to Chapter 8: Common Problems in the
[    15.115] (EE) NVIDIA(GPU-0):     README for additional information.
[    15.115] (EE) NVIDIA(GPU-0): Failed to initialize the NVIDIA graphics device!
[    15.115] (EE) NVIDIA(G0): Failing initialization of X screen
[    15.115] (II) UnloadModule: "nvidia"
[    15.115] (II) UnloadSubModule: "glxserver_nvidia"
[    15.115] (II) Unloading glxserver_nvidia
[    15.115] (II) UnloadSubModule: "wfb"
[    15.115] (II) UnloadSubModule: "fb"
[    15.115] (II) UnloadModule: "modesetting"
[    15.115] (II) Unloading modesetting
[    15.121] (II) intel(0): SNA initialized with Sandybridge (gen6, gt2) backend
[    15.121] (==) intel(0): Backing store enabled
[    15.121] (==) intel(0): Silken mouse disabled
[    15.121] (II) intel(0): HW Cursor enabled
[    15.122] (==) intel(0): DPMS enabled
[    15.122] (==) intel(0): Display hotplug detection enabled
[    15.123] (II) intel(0): [DRI2] Setup complete
[    15.123] (II) intel(0): [DRI2]   DRI driver: i965
[    15.123] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[    15.123] (II) intel(0): direct rendering: DRI2 DRI3 enabled
[    15.123] (II) intel(0): hardware support for Present enabled
[    15.123] (II) Initializing extension Generic Event Extension
[    15.123] (II) Initializing extension SHAPE
[    15.123] (II) Initializing extension MIT-SHM
[    15.123] (II) Initializing extension XInputExtension
[    15.124] (II) Initializing extension XTEST
[    15.124] (II) Initializing extension BIG-REQUESTS
[    15.124] (II) Initializing extension SYNC
[    15.124] (II) Initializing extension XKEYBOARD
[    15.124] (II) Initializing extension XC-MISC
[    15.124] (II) Initializing extension SECURITY
[    15.124] (II) Initializing extension XFIXES
[    15.124] (II) Initializing extension RENDER
[    15.124] (II) Initializing extension RANDR
[    15.124] (II) Initializing extension COMPOSITE
[    15.124] (II) Initializing extension DAMAGE
[    15.124] (II) Initializing extension MIT-SCREEN-SAVER
[    15.124] (II) Initializing extension DOUBLE-BUFFER
[    15.124] (II) Initializing extension RECORD
[    15.124] (II) Initializing extension DPMS
[    15.124] (II) Initializing extension Present
[    15.124] (II) Initializing extension DRI3
[    15.124] (II) Initializing extension X-Resource
[    15.124] (II) Initializing extension XVideo
[    15.124] (II) Initializing extension XVideo-MotionCompensation
[    15.124] (II) Initializing extension GLX
[    15.124] (EE) Failed to initialize GLX extension (Compatible NVIDIA X driver not found)
[    15.206] (II) AIGLX: Loaded and initialized i965
[    15.206] (II) GLX: Initialized DRI2 GL provider for screen 0
[    15.206] (II) Initializing extension XFree86-VidModeExtension
[    15.206] (II) Initializing extension XFree86-DGA
[    15.206] (II) Initializing extension XFree86-DRI
[    15.206] (II) Initializing extension DRI2
[    15.227] (II) intel(0): switch to mode 1366x768@60.0 on LVDS1 using pipe 0, position (0, 0), rotation normal, reflection none
[    15.229] (II) intel(0): switch to mode 3840x2160@30.0 on DP2 using pipe 1, position (0, 0), rotation normal, reflection none
[    15.239] (II) intel(0): Setting screen physical size to 1016 x 571
[    15.300] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[    15.300] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    15.300] (**) Power Button: Applying InputClass "system-keyboard"
[    15.300] (II) LoadModule: "libinput"
[    15.300] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    15.308] (II) Module libinput: vendor="X.Org Foundation"
[    15.308] 	compiled for 1.20.11, module version = 1.1.0
[    15.308] 	Module class: X.Org XInput Driver
[    15.308] 	ABI class: X.Org XInput driver, version 24.1
[    15.308] (II) Using input driver 'libinput' for 'Power Button'
[    15.309] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 19 paused 0
[    15.309] (**) Power Button: always reports core events
[    15.309] (**) Option "Device" "/dev/input/event2"
[    15.309] (**) Option "_source" "server/udev"
[    15.321] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    15.321] (II) event2  - Power Button: device is a keyboard
[    15.321] (II) event2  - Power Button: device removed
[    15.321] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[    15.321] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    15.321] (**) Option "xkb_model" "pc105"
[    15.321] (**) Option "xkb_layout" "ch"
[    15.321] (**) Option "xkb_options" "caps:escape"
[    15.348] (II) event2  - Power Button: is tagged by udev as: Keyboard
[    15.348] (II) event2  - Power Button: device is a keyboard
[    15.349] (II) config/udev: Adding input device Video Bus (/dev/input/event11)
[    15.349] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    15.349] (**) Video Bus: Applying InputClass "system-keyboard"
[    15.349] (II) Using input driver 'libinput' for 'Video Bus'
[    15.350] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 22 paused 0
[    15.350] (**) Video Bus: always reports core events
[    15.350] (**) Option "Device" "/dev/input/event11"
[    15.350] (**) Option "_source" "server/udev"
[    15.351] (II) event11 - Video Bus: is tagged by udev as: Keyboard
[    15.351] (II) event11 - Video Bus: device is a keyboard
[    15.351] (II) event11 - Video Bus: device removed
[    15.351] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input12/event11"
[    15.351] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    15.351] (**) Option "xkb_model" "pc105"
[    15.351] (**) Option "xkb_layout" "ch"
[    15.351] (**) Option "xkb_options" "caps:escape"
[    15.352] (II) event11 - Video Bus: is tagged by udev as: Keyboard
[    15.352] (II) event11 - Video Bus: device is a keyboard
[    15.353] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[    15.353] (II) No input driver specified, ignoring this device.
[    15.353] (II) This device may have been added with another device file.
[    15.354] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[    15.354] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[    15.354] (**) Sleep Button: Applying InputClass "system-keyboard"
[    15.354] (II) Using input driver 'libinput' for 'Sleep Button'
[    15.354] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 23 paused 0
[    15.354] (**) Sleep Button: always reports core events
[    15.354] (**) Option "Device" "/dev/input/event1"
[    15.354] (**) Option "_source" "server/udev"
[    15.355] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[    15.356] (II) event1  - Sleep Button: device is a keyboard
[    15.356] (II) event1  - Sleep Button: device removed
[    15.356] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[    15.356] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[    15.356] (**) Option "xkb_model" "pc105"
[    15.356] (**) Option "xkb_layout" "ch"
[    15.356] (**) Option "xkb_options" "caps:escape"
[    15.357] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[    15.357] (II) event1  - Sleep Button: device is a keyboard
[    15.359] (II) config/udev: Adding input device Metadot - Das Keyboard Das Keyboard 4 (/dev/input/event4)
[    15.359] (**) Metadot - Das Keyboard Das Keyboard 4: Applying InputClass "libinput keyboard catchall"
[    15.359] (**) Metadot - Das Keyboard Das Keyboard 4: Applying InputClass "system-keyboard"
[    15.359] (II) Using input driver 'libinput' for 'Metadot - Das Keyboard Das Keyboard 4'
[    15.360] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 24 paused 0
[    15.360] (**) Metadot - Das Keyboard Das Keyboard 4: always reports core events
[    15.360] (**) Option "Device" "/dev/input/event4"
[    15.360] (**) Option "_source" "server/udev"
[    15.362] (II) event4  - Metadot - Das Keyboard Das Keyboard 4: is tagged by udev as: Keyboard
[    15.362] (II) event4  - Metadot - Das Keyboard Das Keyboard 4: device is a keyboard
[    15.362] (II) event4  - Metadot - Das Keyboard Das Keyboard 4: device removed
[    15.362] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1.4/1-1.1.4.2/1-1.1.4.2:1.0/0003:24F0:204A.0001/input/input5/event4"
[    15.362] (II) XINPUT: Adding extended input device "Metadot - Das Keyboard Das Keyboard 4" (type: KEYBOARD, id 9)
[    15.362] (**) Option "xkb_model" "pc105"
[    15.362] (**) Option "xkb_layout" "ch"
[    15.362] (**) Option "xkb_options" "caps:escape"
[    15.365] (II) event4  - Metadot - Das Keyboard Das Keyboard 4: is tagged by udev as: Keyboard
[    15.365] (II) event4  - Metadot - Das Keyboard Das Keyboard 4: device is a keyboard
[    15.366] (II) config/udev: Adding input device Metadot - Das Keyboard Das Keyboard 4 System Control (/dev/input/event5)
[    15.366] (**) Metadot - Das Keyboard Das Keyboard 4 System Control: Applying InputClass "libinput keyboard catchall"
[    15.366] (**) Metadot - Das Keyboard Das Keyboard 4 System Control: Applying InputClass "system-keyboard"
[    15.366] (II) Using input driver 'libinput' for 'Metadot - Das Keyboard Das Keyboard 4 System Control'
[    15.368] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 25 paused 0
[    15.368] (**) Metadot - Das Keyboard Das Keyboard 4 System Control: always reports core events
[    15.368] (**) Option "Device" "/dev/input/event5"
[    15.368] (**) Option "_source" "server/udev"
[    15.370] (II) event5  - Metadot - Das Keyboard Das Keyboard 4 System Control: is tagged by udev as: Keyboard
[    15.370] (II) event5  - Metadot - Das Keyboard Das Keyboard 4 System Control: device is a keyboard
[    15.371] (II) event5  - Metadot - Das Keyboard Das Keyboard 4 System Control: device removed
[    15.371] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1.4/1-1.1.4.2/1-1.1.4.2:1.1/0003:24F0:204A.0002/input/input6/event5"
[    15.371] (II) XINPUT: Adding extended input device "Metadot - Das Keyboard Das Keyboard 4 System Control" (type: KEYBOARD, id 10)
[    15.371] (**) Option "xkb_model" "pc105"
[    15.371] (**) Option "xkb_layout" "ch"
[    15.371] (**) Option "xkb_options" "caps:escape"
[    15.373] (II) event5  - Metadot - Das Keyboard Das Keyboard 4 System Control: is tagged by udev as: Keyboard
[    15.373] (II) event5  - Metadot - Das Keyboard Das Keyboard 4 System Control: device is a keyboard
[    15.374] (II) config/udev: Adding input device Metadot - Das Keyboard Das Keyboard 4 Consumer Control (/dev/input/event6)
[    15.374] (**) Metadot - Das Keyboard Das Keyboard 4 Consumer Control: Applying InputClass "libinput keyboard catchall"
[    15.374] (**) Metadot - Das Keyboard Das Keyboard 4 Consumer Control: Applying InputClass "system-keyboard"
[    15.374] (II) Using input driver 'libinput' for 'Metadot - Das Keyboard Das Keyboard 4 Consumer Control'
[    15.375] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 26 paused 0
[    15.375] (**) Metadot - Das Keyboard Das Keyboard 4 Consumer Control: always reports core events
[    15.375] (**) Option "Device" "/dev/input/event6"
[    15.375] (**) Option "_source" "server/udev"
[    15.377] (II) event6  - Metadot - Das Keyboard Das Keyboard 4 Consumer Control: is tagged by udev as: Keyboard
[    15.377] (II) event6  - Metadot - Das Keyboard Das Keyboard 4 Consumer Control: device is a keyboard
[    15.377] (II) event6  - Metadot - Das Keyboard Das Keyboard 4 Consumer Control: device removed
[    15.377] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1.4/1-1.1.4.2/1-1.1.4.2:1.1/0003:24F0:204A.0002/input/input7/event6"
[    15.377] (II) XINPUT: Adding extended input device "Metadot - Das Keyboard Das Keyboard 4 Consumer Control" (type: KEYBOARD, id 11)
[    15.377] (**) Option "xkb_model" "pc105"
[    15.377] (**) Option "xkb_layout" "ch"
[    15.377] (**) Option "xkb_options" "caps:escape"
[    15.379] (II) event6  - Metadot - Das Keyboard Das Keyboard 4 Consumer Control: is tagged by udev as: Keyboard
[    15.379] (II) event6  - Metadot - Das Keyboard Das Keyboard 4 Consumer Control: device is a keyboard
[    15.380] (II) config/udev: Adding input device USB Device (/dev/input/event7)
[    15.380] (**) USB Device: Applying InputClass "libinput pointer catchall"
[    15.380] (II) Using input driver 'libinput' for 'USB Device'
[    15.444] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 27 paused 0
[    15.444] (**) USB Device: always reports core events
[    15.444] (**) Option "Device" "/dev/input/event7"
[    15.444] (**) Option "_source" "server/udev"
[    15.446] (II) event7  - USB Device: is tagged by udev as: Mouse
[    15.446] (II) event7  - USB Device: device is a pointer
[    15.446] (II) event7  - USB Device: device removed
[    15.446] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1.4/1-1.1.4.4/1-1.1.4.4:1.0/0003:046A:B103.0003/input/input8/event7"
[    15.446] (II) XINPUT: Adding extended input device "USB Device" (type: MOUSE, id 12)
[    15.446] (**) Option "AccelerationScheme" "none"
[    15.447] (**) USB Device: (accel) selected scheme none/0
[    15.447] (**) USB Device: (accel) acceleration factor: 2.000
[    15.447] (**) USB Device: (accel) acceleration threshold: 4
[    15.448] (II) event7  - USB Device: is tagged by udev as: Mouse
[    15.448] (II) event7  - USB Device: device is a pointer
[    15.449] (II) config/udev: Adding input device USB Device (/dev/input/mouse0)
[    15.449] (II) No input driver specified, ignoring this device.
[    15.449] (II) This device may have been added with another device file.
[    15.449] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event19)
[    15.449] (II) No input driver specified, ignoring this device.
[    15.449] (II) This device may have been added with another device file.
[    15.450] (II) config/udev: Adding input device HDA Intel PCH Dock Mic (/dev/input/event20)
[    15.450] (II) No input driver specified, ignoring this device.
[    15.450] (II) This device may have been added with another device file.
[    15.450] (II) config/udev: Adding input device HDA Intel PCH Dock Headphone (/dev/input/event21)
[    15.450] (II) No input driver specified, ignoring this device.
[    15.450] (II) This device may have been added with another device file.
[    15.450] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event22)
[    15.450] (II) No input driver specified, ignoring this device.
[    15.450] (II) This device may have been added with another device file.
[    15.451] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event23)
[    15.451] (II) No input driver specified, ignoring this device.
[    15.451] (II) This device may have been added with another device file.
[    15.451] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event24)
[    15.451] (II) No input driver specified, ignoring this device.
[    15.451] (II) This device may have been added with another device file.
[    15.451] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event25)
[    15.451] (II) No input driver specified, ignoring this device.
[    15.451] (II) This device may have been added with another device file.
[    15.452] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event12)
[    15.452] (II) No input driver specified, ignoring this device.
[    15.452] (II) This device may have been added with another device file.
[    15.452] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event13)
[    15.452] (II) No input driver specified, ignoring this device.
[    15.452] (II) This device may have been added with another device file.
[    15.452] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event14)
[    15.452] (II) No input driver specified, ignoring this device.
[    15.452] (II) This device may have been added with another device file.
[    15.453] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event15)
[    15.453] (II) No input driver specified, ignoring this device.
[    15.453] (II) This device may have been added with another device file.
[    15.453] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=10 (/dev/input/event16)
[    15.453] (II) No input driver specified, ignoring this device.
[    15.453] (II) This device may have been added with another device file.
[    15.453] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=11 (/dev/input/event17)
[    15.453] (II) No input driver specified, ignoring this device.
[    15.453] (II) This device may have been added with another device file.
[    15.454] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=12 (/dev/input/event18)
[    15.454] (II) No input driver specified, ignoring this device.
[    15.454] (II) This device may have been added with another device file.
[    15.454] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[    15.454] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[    15.454] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[    15.454] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[    15.455] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 28 paused 0
[    15.455] (**) AT Translated Set 2 keyboard: always reports core events
[    15.455] (**) Option "Device" "/dev/input/event3"
[    15.455] (**) Option "_source" "server/udev"
[    15.456] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    15.456] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[    15.457] (II) event3  - AT Translated Set 2 keyboard: device removed
[    15.457] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[    15.457] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 13)
[    15.457] (**) Option "xkb_model" "pc105"
[    15.457] (**) Option "xkb_layout" "ch"
[    15.457] (**) Option "xkb_options" "caps:escape"
[    15.458] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[    15.458] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[    15.459] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event10)
[    15.459] (**) TPPS/2 IBM TrackPoint: Applying InputClass "libinput pointer catchall"
[    15.459] (II) Using input driver 'libinput' for 'TPPS/2 IBM TrackPoint'
[    15.460] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 29 paused 0
[    15.460] (**) TPPS/2 IBM TrackPoint: always reports core events
[    15.460] (**) Option "Device" "/dev/input/event10"
[    15.460] (**) Option "_source" "server/udev"
[    15.460] (II) event10 - TPPS/2 IBM TrackPoint: is tagged by udev as: Mouse Pointingstick
[    15.461] (II) event10 - TPPS/2 IBM TrackPoint: device is a pointer
[    15.461] (II) event10 - TPPS/2 IBM TrackPoint: device removed
[    15.461] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input11/event10"
[    15.461] (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE, id 14)
[    15.461] (**) Option "AccelerationScheme" "none"
[    15.461] (**) TPPS/2 IBM TrackPoint: (accel) selected scheme none/0
[    15.462] (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
[    15.462] (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
[    15.462] (II) event10 - TPPS/2 IBM TrackPoint: is tagged by udev as: Mouse Pointingstick
[    15.462] (II) event10 - TPPS/2 IBM TrackPoint: device is a pointer
[    15.463] (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse1)
[    15.463] (II) No input driver specified, ignoring this device.
[    15.463] (II) This device may have been added with another device file.
[    15.464] (II) config/udev: Adding input device PC Speaker (/dev/input/event8)
[    15.464] (II) No input driver specified, ignoring this device.
[    15.464] (II) This device may have been added with another device file.
[    15.466] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event9)
[    15.466] (**) ThinkPad Extra Buttons: Applying InputClass "libinput keyboard catchall"
[    15.466] (**) ThinkPad Extra Buttons: Applying InputClass "system-keyboard"
[    15.466] (II) Using input driver 'libinput' for 'ThinkPad Extra Buttons'
[    15.467] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 30 paused 0
[    15.467] (**) ThinkPad Extra Buttons: always reports core events
[    15.467] (**) Option "Device" "/dev/input/event9"
[    15.467] (**) Option "_source" "server/udev"
[    15.468] (II) event9  - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[    15.468] (II) event9  - ThinkPad Extra Buttons: device is a keyboard
[    15.468] (II) event9  - ThinkPad Extra Buttons: device is a switch device
[    15.468] (II) event9  - ThinkPad Extra Buttons: device removed
[    15.468] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input10/event9"
[    15.468] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 15)
[    15.468] (**) Option "xkb_model" "pc105"
[    15.468] (**) Option "xkb_layout" "ch"
[    15.468] (**) Option "xkb_options" "caps:escape"
[    15.469] (II) event9  - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[    15.469] (II) event9  - ThinkPad Extra Buttons: device is a keyboard
[    15.469] (II) event9  - ThinkPad Extra Buttons: device is a switch device
[    15.609] (II) intel(0): EDID vendor "LGD", prod id 723
[    15.609] (II) intel(0): Printing DDC gathered Modelines:
[    15.609] (II) intel(0): Modeline "1366x768"x0.0   74.80  1366 1414 1446 1578  768 770 775 790 +hsync -vsync (47.4 kHz eP)
[    15.618] (--) intel(0): HDMI max TMDS frequency 600000KHz
[    15.965] (--) intel(0): HDMI max TMDS frequency 600000KHz
[    16.068] (--) intel(0): HDMI max TMDS frequency 600000KHz
[    16.099] (--) intel(0): HDMI max TMDS frequency 600000KHz
[    30.339] (II) intel(0): resizing framebuffer to 3840x2928
[    30.439] (II) intel(0): switch to mode 1366x768@60.0 on LVDS1 using pipe 0, position (0, 2160), rotation normal, reflection none
[    31.614] (--) intel(0): HDMI max TMDS frequency 600000KHz
[    32.969] (--) intel(0): HDMI max TMDS frequency 600000KHz
[    33.976] (--) intel(0): HDMI max TMDS frequency 600000KHz
[    34.985] (--) intel(0): HDMI max TMDS frequency 600000KHz
[    35.991] (--) intel(0): HDMI max TMDS frequency 600000KHz
[    36.999] (--) intel(0): HDMI max TMDS frequency 600000KHz
[    38.006] (--) intel(0): HDMI max TMDS frequency 600000KHz
[    39.015] (--) intel(0): HDMI max TMDS frequency 600000KHz
[    40.024] (--) intel(0): HDMI max TMDS frequency 600000KHz
[    41.032] (--) intel(0): HDMI max TMDS frequency 600000KHz
[    42.041] (--) intel(0): HDMI max TMDS frequency 600000KHz
[    43.051] (--) intel(0): HDMI max TMDS frequency 600000KHz
[    44.058] (--) intel(0): HDMI max TMDS frequency 600000KHz
[    45.066] (--) intel(0): HDMI max TMDS frequency 600000KHz
[    46.080] (--) intel(0): HDMI max TMDS frequency 600000KHz
[    47.086] (--) intel(0): HDMI max TMDS frequency 600000KHz
[    48.441] (--) intel(0): HDMI max TMDS frequency 600000KHz
[    49.450] (--) intel(0): HDMI max TMDS frequency 600000KHz
[    50.458] (--) intel(0): HDMI max TMDS frequency 600000KHz
[    51.466] (--) intel(0): HDMI max TMDS frequency 600000KHz
[    52.475] (--) intel(0): HDMI max TMDS frequency 600000KHz
[    53.484] (--) intel(0): HDMI max TMDS frequency 600000KHz
[    54.494] (--) intel(0): HDMI max TMDS frequency 600000KHz
[    55.503] (--) intel(0): HDMI max TMDS frequency 600000KHz
[    56.513] (--) intel(0): HDMI max TMDS frequency 600000KHz
[    57.522] (--) intel(0): HDMI max TMDS frequency 600000KHz
[    58.531] (--) intel(0): HDMI max TMDS frequency 600000KHz
[    59.540] (--) intel(0): HDMI max TMDS frequency 600000KHz
[    60.547] (--) intel(0): HDMI max TMDS frequency 600000KHz
[    61.563] (--) intel(0): HDMI max TMDS frequency 600000KHz
[    62.572] (--) intel(0): HDMI max TMDS frequency 600000KHz
[    63.926] (--) intel(0): HDMI max TMDS frequency 600000KHz
[    64.933] (--) intel(0): HDMI max TMDS frequency 600000KHz
[    65.942] (--) intel(0): HDMI max TMDS frequency 600000KHz
[    66.952] (--) intel(0): HDMI max TMDS frequency 600000KHz
[    67.961] (--) intel(0): HDMI max TMDS frequency 600000KHz
[    68.970] (--) intel(0): HDMI max TMDS frequency 600000KHz
[    69.980] (--) intel(0): HDMI max TMDS frequency 600000KHz
[    70.989] (--) intel(0): HDMI max TMDS frequency 600000KHz
[    71.997] (--) intel(0): HDMI max TMDS frequency 600000KHz
[    73.003] (--) intel(0): HDMI max TMDS frequency 600000KHz
[    74.013] (--) intel(0): HDMI max TMDS frequency 600000KHz
[    75.022] (--) intel(0): HDMI max TMDS frequency 600000KHz
[    76.031] (--) intel(0): HDMI max TMDS frequency 600000KHz
[    77.049] (--) intel(0): HDMI max TMDS frequency 600000KHz
[    78.057] (--) intel(0): HDMI max TMDS frequency 600000KHz
[    79.407] (--) intel(0): HDMI max TMDS frequency 600000KHz
[    80.414] (--) intel(0): HDMI max TMDS frequency 600000KHz
[    81.423] (--) intel(0): HDMI max TMDS frequency 600000KHz
[    82.433] (--) intel(0): HDMI max TMDS frequency 600000KHz
[    83.442] (--) intel(0): HDMI max TMDS frequency 600000KHz
[    84.451] (--) intel(0): HDMI max TMDS frequency 600000KHz
[    85.460] (--) intel(0): HDMI max TMDS frequency 600000KHz
[    86.468] (--) intel(0): HDMI max TMDS frequency 600000KHz
[    87.476] (--) intel(0): HDMI max TMDS frequency 600000KHz
[    88.485] (--) intel(0): HDMI max TMDS frequency 600000KHz
[    89.495] (--) intel(0): HDMI max TMDS frequency 600000KHz
[    90.502] (--) intel(0): HDMI max TMDS frequency 600000KHz
[    91.511] (--) intel(0): HDMI max TMDS frequency 600000KHz
[    92.530] (--) intel(0): HDMI max TMDS frequency 600000KHz
[    93.539] (--) intel(0): HDMI max TMDS frequency 600000KHz
[    94.887] (--) intel(0): HDMI max TMDS frequency 600000KHz
[    95.896] (--) intel(0): HDMI max TMDS frequency 600000KHz
[    96.905] (--) intel(0): HDMI max TMDS frequency 600000KHz
[    97.914] (--) intel(0): HDMI max TMDS frequency 600000KHz
[    98.924] (--) intel(0): HDMI max TMDS frequency 600000KHz
[    99.930] (--) intel(0): HDMI max TMDS frequency 600000KHz
[   100.937] (--) intel(0): HDMI max TMDS frequency 600000KHz
[   101.945] (--) intel(0): HDMI max TMDS frequency 600000KHz
[   102.955] (--) intel(0): HDMI max TMDS frequency 600000KHz
[   103.964] (--) intel(0): HDMI max TMDS frequency 600000KHz
[   104.974] (--) intel(0): HDMI max TMDS frequency 600000KHz
[   105.979] (--) intel(0): HDMI max TMDS frequency 600000KHz
[   106.986] (--) intel(0): HDMI max TMDS frequency 600000KHz
[   108.005] (--) intel(0): HDMI max TMDS frequency 600000KHz
[   109.015] (--) intel(0): HDMI max TMDS frequency 600000KHz
[   110.367] (--) intel(0): HDMI max TMDS frequency 600000KHz
[   111.377] (--) intel(0): HDMI max TMDS frequency 600000KHz
[   112.386] (--) intel(0): HDMI max TMDS frequency 600000KHz
[   113.395] (--) intel(0): HDMI max TMDS frequency 600000KHz
[   114.404] (--) intel(0): HDMI max TMDS frequency 600000KHz
[   115.410] (--) intel(0): HDMI max TMDS frequency 600000KHz
[   116.420] (--) intel(0): HDMI max TMDS frequency 600000KHz
[   117.430] (--) intel(0): HDMI max TMDS frequency 600000KHz
[   118.439] (--) intel(0): HDMI max TMDS frequency 600000KHz
[   119.446] (--) intel(0): HDMI max TMDS frequency 600000KHz
[   120.454] (--) intel(0): HDMI max TMDS frequency 600000KHz
[   121.464] (--) intel(0): HDMI max TMDS frequency 600000KHz
[   122.473] (--) intel(0): HDMI max TMDS frequency 600000KHz
[   123.490] (--) intel(0): HDMI max TMDS frequency 600000KHz
[   124.499] (--) intel(0): HDMI max TMDS frequency 600000KHz
[   125.850] (--) intel(0): HDMI max TMDS frequency 600000KHz
[   126.859] (--) intel(0): HDMI max TMDS frequency 600000KHz
[   127.866] (--) intel(0): HDMI max TMDS frequency 600000KHz
[   128.875] (--) intel(0): HDMI max TMDS frequency 600000KHz
[   129.884] (--) intel(0): HDMI max TMDS frequency 600000KHz
[   130.891] (--) intel(0): HDMI max TMDS frequency 600000KHz
[   131.898] (--) intel(0): HDMI max TMDS frequency 600000KHz
[   132.909] (--) intel(0): HDMI max TMDS frequency 600000KHz
[   133.916] (--) intel(0): HDMI max TMDS frequency 600000KHz
[   134.924] (--) intel(0): HDMI max TMDS frequency 600000KHz
[   135.934] (--) intel(0): HDMI max TMDS frequency 600000KHz
[   136.943] (--) intel(0): HDMI max TMDS frequency 600000KHz
[   137.952] (--) intel(0): HDMI max TMDS frequency 600000KHz
[   138.971] (--) intel(0): HDMI max TMDS frequency 600000KHz
[   139.980] (--) intel(0): HDMI max TMDS frequency 600000KHz
[   141.331] (--) intel(0): HDMI max TMDS frequency 600000KHz
[   142.340] (--) intel(0): HDMI max TMDS frequency 600000KHz
[   143.348] (--) intel(0): HDMI max TMDS frequency 600000KHz
[   144.356] (--) intel(0): HDMI max TMDS frequency 600000KHz
[   145.364] (--) intel(0): HDMI max TMDS frequency 600000KHz
[   146.374] (--) intel(0): HDMI max TMDS frequency 600000KHz
[   147.383] (--) intel(0): HDMI max TMDS frequency 600000KHz
[   148.393] (--) intel(0): HDMI max TMDS frequency 600000KHz
[   149.403] (--) intel(0): HDMI max TMDS frequency 600000KHz
[   150.412] (--) intel(0): HDMI max TMDS frequency 600000KHz
[   151.423] (--) intel(0): HDMI max TMDS frequency 600000KHz
[   152.428] (--) intel(0): HDMI max TMDS frequency 600000KHz
[   153.436] (--) intel(0): HDMI max TMDS frequency 600000KHz
[   154.451] (--) intel(0): HDMI max TMDS frequency 600000KHz
[   155.460] (--) intel(0): HDMI max TMDS frequency 600000KHz
[   156.809] (--) intel(0): HDMI max TMDS frequency 600000KHz
[   157.816] (--) intel(0): HDMI max TMDS frequency 600000KHz
[   158.825] (--) intel(0): HDMI max TMDS frequency 600000KHz
[   159.834] (--) intel(0): HDMI max TMDS frequency 600000KHz
[   160.844] (--) intel(0): HDMI max TMDS frequency 600000KHz
[   161.853] (--) intel(0): HDMI max TMDS frequency 600000KHz
[   162.862] (--) intel(0): HDMI max TMDS frequency 600000KHz
[   163.872] (--) intel(0): HDMI max TMDS frequency 600000KHz
[   164.880] (--) intel(0): HDMI max TMDS frequency 600000KHz
[   165.890] (--) intel(0): HDMI max TMDS frequency 600000KHz
[   166.900] (--) intel(0): HDMI max TMDS frequency 600000KHz
[   167.910] (--) intel(0): HDMI max TMDS frequency 600000KHz
[   168.916] (--) intel(0): HDMI max TMDS frequency 600000KHz
[   169.934] (--) intel(0): HDMI max TMDS frequency 600000KHz
[   170.943] (--) intel(0): HDMI max TMDS frequency 600000KHz
[   172.299] (--) intel(0): HDMI max TMDS frequency 600000KHz
[   173.309] (--) intel(0): HDMI max TMDS frequency 600000KHz
[   174.316] (--) intel(0): HDMI max TMDS frequency 600000KHz
[   175.325] (--) intel(0): HDMI max TMDS frequency 600000KHz
[   176.335] (--) intel(0): HDMI max TMDS frequency 600000KHz
[   177.344] (--) intel(0): HDMI max TMDS frequency 600000KHz
[   178.355] (--) intel(0): HDMI max TMDS frequency 600000KHz
[   179.364] (--) intel(0): HDMI max TMDS frequency 600000KHz
[   180.374] (--) intel(0): HDMI max TMDS frequency 600000KHz
[   181.384] (--) intel(0): HDMI max TMDS frequency 600000KHz
[   182.394] (--) intel(0): HDMI max TMDS frequency 600000KHz
[   183.403] (--) intel(0): HDMI max TMDS frequency 600000KHz
[   184.413] (--) intel(0): HDMI max TMDS frequency 600000KHz
[   185.432] (--) intel(0): HDMI max TMDS frequency 600000KHz
[   186.442] (--) intel(0): HDMI max TMDS frequency 600000KHz
[   186.788] (EE) event4  - Metadot - Das Keyboard Das Keyboard 4: client bug: event processing lagging behind by 164ms, your system is too slow

journalctl -b

-- Journal begins at Sun 2021-08-01 16:38:09 CEST, ends at Sun 2021-08-01 21:46:41 CEST. --
Aug 01 21:46:14 x kernel: Linux version 5.10.55-1-lts (linux-lts@archlinux) (gcc (GCC) 11.1.0, GNU ld (GNU Binutils) 2.36.1) #1 SMP Sat, 31 Jul 2021 08:12:13 +0000
Aug 01 21:46:14 x kernel: Command line: BOOT_IMAGE=/vmlinuz-linux-lts root=/dev/mapper/Arch-root rw cryptdevice=/dev/sda3:crypto resume=/dev/mapper/Arch-swap quiet pcie_aspm=off
Aug 01 21:46:14 x kernel: Disabled fast string operations
Aug 01 21:46:14 x kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Aug 01 21:46:14 x kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Aug 01 21:46:14 x kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Aug 01 21:46:14 x kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Aug 01 21:46:14 x kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
Aug 01 21:46:14 x kernel: BIOS-provided physical RAM map:
Aug 01 21:46:14 x kernel: BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
Aug 01 21:46:14 x kernel: BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] ACPI NVS
Aug 01 21:46:14 x kernel: BIOS-e820: [mem 0x0000000000059000-0x000000000009ffff] usable
Aug 01 21:46:14 x kernel: BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
Aug 01 21:46:14 x kernel: BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
Aug 01 21:46:14 x kernel: BIOS-e820: [mem 0x0000000020200000-0x000000003fffffff] usable
Aug 01 21:46:14 x kernel: BIOS-e820: [mem 0x0000000040000000-0x00000000401fffff] reserved
Aug 01 21:46:14 x kernel: BIOS-e820: [mem 0x0000000040200000-0x00000000ba99efff] usable
Aug 01 21:46:14 x kernel: BIOS-e820: [mem 0x00000000ba99f000-0x00000000bab9efff] type 20
Aug 01 21:46:14 x kernel: BIOS-e820: [mem 0x00000000bab9f000-0x00000000bae9efff] reserved
Aug 01 21:46:14 x kernel: BIOS-e820: [mem 0x00000000bae9f000-0x00000000baf9efff] ACPI NVS
Aug 01 21:46:14 x kernel: BIOS-e820: [mem 0x00000000baf9f000-0x00000000baffefff] ACPI data
Aug 01 21:46:14 x kernel: BIOS-e820: [mem 0x00000000bafff000-0x00000000baffffff] usable
Aug 01 21:46:14 x kernel: BIOS-e820: [mem 0x00000000f80f8000-0x00000000f80f8fff] reserved
Aug 01 21:46:14 x kernel: BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
Aug 01 21:46:14 x kernel: BIOS-e820: [mem 0x0000000100000000-0x000000033e5fffff] usable
Aug 01 21:46:14 x kernel: NX (Execute Disable) protection: active
Aug 01 21:46:14 x kernel: efi: EFI v2.00 by Lenovo
Aug 01 21:46:14 x kernel: efi: ACPI=0xbaffe000 ACPI 2.0=0xbaffe014 SMBIOS=0xbae9e000 
Aug 01 21:46:14 x kernel: SMBIOS 2.6 present.
Aug 01 21:46:14 x kernel: DMI: LENOVO 4291QT1/4291QT1, BIOS 8DET76WW (1.46 ) 06/21/2018
Aug 01 21:46:14 x kernel: tsc: Fast TSC calibration using PIT
Aug 01 21:46:14 x kernel: tsc: Detected 2491.830 MHz processor
Aug 01 21:46:14 x kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Aug 01 21:46:14 x kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Aug 01 21:46:14 x kernel: last_pfn = 0x33e600 max_arch_pfn = 0x400000000
Aug 01 21:46:14 x kernel: MTRR default type: uncachable
Aug 01 21:46:14 x kernel: MTRR fixed ranges enabled:
Aug 01 21:46:14 x kernel:   00000-9FFFF write-back
Aug 01 21:46:14 x kernel:   A0000-BFFFF uncachable
Aug 01 21:46:14 x kernel:   C0000-FFFFF write-protect
Aug 01 21:46:14 x kernel: MTRR variable ranges enabled:
Aug 01 21:46:14 x kernel:   0 base 0FFC00000 mask FFFC00000 write-protect
Aug 01 21:46:14 x kernel:   1 base 000000000 mask F80000000 write-back
Aug 01 21:46:14 x kernel:   2 base 080000000 mask FC0000000 write-back
Aug 01 21:46:14 x kernel:   3 base 0BC000000 mask FFC000000 uncachable
Aug 01 21:46:14 x kernel:   4 base 0BB000000 mask FFF000000 uncachable
Aug 01 21:46:14 x kernel:   5 base 100000000 mask F00000000 write-back
Aug 01 21:46:14 x kernel:   6 base 200000000 mask F00000000 write-back
Aug 01 21:46:14 x kernel:   7 base 300000000 mask FC0000000 write-back
Aug 01 21:46:14 x kernel:   8 base 33F000000 mask FFF000000 uncachable
Aug 01 21:46:14 x kernel:   9 base 33E800000 mask FFF800000 uncachable
Aug 01 21:46:14 x kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Aug 01 21:46:14 x kernel: last_pfn = 0xbb000 max_arch_pfn = 0x400000000
Aug 01 21:46:14 x kernel: check: Scanning 1 areas for low memory corruption
Aug 01 21:46:14 x kernel: reserving inaccessible SNB gfx pages
Aug 01 21:46:14 x kernel: Secure boot could not be determined
Aug 01 21:46:14 x kernel: RAMDISK: [mem 0x35769000-0x36babfff]
Aug 01 21:46:14 x kernel: ACPI: Early table checksum verification disabled
Aug 01 21:46:14 x kernel: ACPI: RSDP 0x00000000BAFFE014 000024 (v02 LENOVO)
Aug 01 21:46:14 x kernel: ACPI: XSDT 0x00000000BAFFE120 0000A4 (v01 LENOVO TP-8D    00001460 PTEC 00000002)
Aug 01 21:46:14 x kernel: ACPI: FACP 0x00000000BAFE7000 0000F4 (v04 LENOVO TP-8D    00001460 PTL  00000002)
Aug 01 21:46:14 x kernel: ACPI: DSDT 0x00000000BAFEA000 00FA89 (v01 LENOVO TP-8D    00001460 INTL 20061109)
Aug 01 21:46:14 x kernel: ACPI: FACS 0x00000000BAF2D000 000040
Aug 01 21:46:14 x kernel: ACPI: FACS 0x00000000BAF2D000 000040
Aug 01 21:46:14 x kernel: ACPI: SLIC 0x00000000BAFFD000 000176 (v01 LENOVO TP-8D    00001460 PTEC 00000001)
Aug 01 21:46:14 x kernel: ACPI: SSDT 0x00000000BAFFC000 000249 (v01 LENOVO TP-SSDT2 00000200 INTL 20061109)
Aug 01 21:46:14 x kernel: ACPI: SSDT 0x00000000BAFFB000 000033 (v01 LENOVO TP-SSDT1 00000100 INTL 20061109)
Aug 01 21:46:14 x kernel: ACPI: SSDT 0x00000000BAFFA000 0007D1 (v01 LENOVO SataAhci 00001000 INTL 20061109)
Aug 01 21:46:14 x kernel: ACPI: HPET 0x00000000BAFE6000 000038 (v01 LENOVO TP-8D    00001460 PTL  00000002)
Aug 01 21:46:14 x kernel: ACPI: APIC 0x00000000BAFE5000 000098 (v01 LENOVO TP-8D    00001460 PTL  00000002)
Aug 01 21:46:14 x kernel: ACPI: MCFG 0x00000000BAFE4000 00003C (v01 LENOVO TP-8D    00001460 PTL  00000002)
Aug 01 21:46:14 x kernel: ACPI: ECDT 0x00000000BAFE3000 000052 (v01 LENOVO TP-8D    00001460 PTL  00000002)
Aug 01 21:46:14 x kernel: ACPI: ASF! 0x00000000BAFE9000 0000A5 (v32 LENOVO TP-8D    00001460 PTL  00000002)
Aug 01 21:46:14 x kernel: ACPI: TCPA 0x00000000BAFE2000 000032 (v02 PTL    LENOVO   06040000 LNVO 00000001)
Aug 01 21:46:14 x kernel: ACPI: SSDT 0x00000000BAFE1000 000A27 (v01 PmRef  Cpu0Ist  00003000 INTL 20061109)
Aug 01 21:46:14 x kernel: ACPI: SSDT 0x00000000BAFE0000 000996 (v01 PmRef  CpuPm    00003000 INTL 20061109)
Aug 01 21:46:14 x kernel: ACPI: UEFI 0x00000000BAFDF000 00003E (v01 LENOVO TP-8D    00001460 PTL  00000002)
Aug 01 21:46:14 x kernel: ACPI: UEFI 0x00000000BAFDE000 000042 (v01 PTL    COMBUF   00000001 PTL  00000001)
Aug 01 21:46:14 x kernel: ACPI: UEFI 0x00000000BAFDD000 000292 (v01 LENOVO TP-8D    00001460 PTL  00000002)
Aug 01 21:46:14 x kernel: ACPI: Reserving FACP table memory at [mem 0xbafe7000-0xbafe70f3]
Aug 01 21:46:14 x kernel: ACPI: Reserving DSDT table memory at [mem 0xbafea000-0xbaff9a88]
Aug 01 21:46:14 x kernel: ACPI: Reserving FACS table memory at [mem 0xbaf2d000-0xbaf2d03f]
Aug 01 21:46:14 x kernel: ACPI: Reserving FACS table memory at [mem 0xbaf2d000-0xbaf2d03f]
Aug 01 21:46:14 x kernel: ACPI: Reserving SLIC table memory at [mem 0xbaffd000-0xbaffd175]
Aug 01 21:46:14 x kernel: ACPI: Reserving SSDT table memory at [mem 0xbaffc000-0xbaffc248]
Aug 01 21:46:14 x kernel: ACPI: Reserving SSDT table memory at [mem 0xbaffb000-0xbaffb032]
Aug 01 21:46:14 x kernel: ACPI: Reserving SSDT table memory at [mem 0xbaffa000-0xbaffa7d0]
Aug 01 21:46:14 x kernel: ACPI: Reserving HPET table memory at [mem 0xbafe6000-0xbafe6037]
Aug 01 21:46:14 x kernel: ACPI: Reserving APIC table memory at [mem 0xbafe5000-0xbafe5097]
Aug 01 21:46:14 x kernel: ACPI: Reserving MCFG table memory at [mem 0xbafe4000-0xbafe403b]
Aug 01 21:46:14 x kernel: ACPI: Reserving ECDT table memory at [mem 0xbafe3000-0xbafe3051]
Aug 01 21:46:14 x kernel: ACPI: Reserving ASF! table memory at [mem 0xbafe9000-0xbafe90a4]
Aug 01 21:46:14 x kernel: ACPI: Reserving TCPA table memory at [mem 0xbafe2000-0xbafe2031]
Aug 01 21:46:14 x kernel: ACPI: Reserving SSDT table memory at [mem 0xbafe1000-0xbafe1a26]
Aug 01 21:46:14 x kernel: ACPI: Reserving SSDT table memory at [mem 0xbafe0000-0xbafe0995]
Aug 01 21:46:14 x kernel: ACPI: Reserving UEFI table memory at [mem 0xbafdf000-0xbafdf03d]
Aug 01 21:46:14 x kernel: ACPI: Reserving UEFI table memory at [mem 0xbafde000-0xbafde041]
Aug 01 21:46:14 x kernel: ACPI: Reserving UEFI table memory at [mem 0xbafdd000-0xbafdd291]
Aug 01 21:46:14 x kernel: ACPI: Local APIC address 0xfee00000
Aug 01 21:46:14 x kernel: No NUMA configuration found
Aug 01 21:46:14 x kernel: Faking a node at [mem 0x0000000000000000-0x000000033e5fffff]
Aug 01 21:46:14 x kernel: NODE_DATA(0) allocated [mem 0x33e5f4000-0x33e5f7fff]
Aug 01 21:46:14 x kernel: Zone ranges:
Aug 01 21:46:14 x kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Aug 01 21:46:14 x kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Aug 01 21:46:14 x kernel:   Normal   [mem 0x0000000100000000-0x000000033e5fffff]
Aug 01 21:46:14 x kernel:   Device   empty
Aug 01 21:46:14 x kernel: Movable zone start for each node
Aug 01 21:46:14 x kernel: Early memory node ranges
Aug 01 21:46:14 x kernel:   node   0: [mem 0x0000000000001000-0x0000000000057fff]
Aug 01 21:46:14 x kernel:   node   0: [mem 0x0000000000059000-0x000000000009ffff]
Aug 01 21:46:14 x kernel:   node   0: [mem 0x0000000000100000-0x000000001fffffff]
Aug 01 21:46:14 x kernel:   node   0: [mem 0x0000000020200000-0x000000003fffffff]
Aug 01 21:46:14 x kernel:   node   0: [mem 0x0000000040200000-0x00000000ba99efff]
Aug 01 21:46:14 x kernel:   node   0: [mem 0x00000000bafff000-0x00000000baffffff]
Aug 01 21:46:14 x kernel:   node   0: [mem 0x0000000100000000-0x000000033e5fffff]
Aug 01 21:46:14 x kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000033e5fffff]
Aug 01 21:46:14 x kernel: On node 0 totalpages: 3115838
Aug 01 21:46:14 x kernel:   DMA zone: 64 pages used for memmap
Aug 01 21:46:14 x kernel:   DMA zone: 158 pages reserved
Aug 01 21:46:14 x kernel:   DMA zone: 3998 pages, LIFO batch:0
Aug 01 21:46:14 x kernel:   DMA32 zone: 11863 pages used for memmap
Aug 01 21:46:14 x kernel:   DMA32 zone: 759200 pages, LIFO batch:63
Aug 01 21:46:14 x kernel:   Normal zone: 36760 pages used for memmap
Aug 01 21:46:14 x kernel:   Normal zone: 2352640 pages, LIFO batch:63
Aug 01 21:46:14 x kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Aug 01 21:46:15 x kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Aug 01 21:46:15 x kernel: On node 0, zone DMA: 96 pages in unavailable ranges
Aug 01 21:46:15 x kernel: On node 0, zone DMA32: 512 pages in unavailable ranges
Aug 01 21:46:15 x kernel: On node 0, zone DMA32: 512 pages in unavailable ranges
Aug 01 21:46:15 x kernel: On node 0, zone DMA32: 1632 pages in unavailable ranges
Aug 01 21:46:15 x kernel: On node 0, zone Normal: 20480 pages in unavailable ranges
Aug 01 21:46:15 x kernel: On node 0, zone Normal: 6656 pages in unavailable ranges
Aug 01 21:46:15 x kernel: Reserving Intel graphics memory at [mem 0xbba00000-0xbf9fffff]
Aug 01 21:46:15 x kernel: ACPI: PM-Timer IO Port: 0x408
Aug 01 21:46:15 x kernel: ACPI: Local APIC address 0xfee00000
Aug 01 21:46:15 x kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
Aug 01 21:46:15 x kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Aug 01 21:46:15 x kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
Aug 01 21:46:15 x kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Aug 01 21:46:15 x kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Aug 01 21:46:15 x kernel: ACPI: IRQ0 used by override.
Aug 01 21:46:15 x kernel: ACPI: IRQ9 used by override.
Aug 01 21:46:15 x kernel: Using ACPI (MADT) for SMP configuration information
Aug 01 21:46:15 x kernel: ACPI: HPET id: 0x8086a301 base: 0xfed00000
Aug 01 21:46:15 x kernel: TSC deadline timer available
Aug 01 21:46:15 x kernel: smpboot: Allowing 8 CPUs, 4 hotplug CPUs
Aug 01 21:46:15 x kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Aug 01 21:46:15 x kernel: PM: hibernation: Registered nosave memory: [mem 0x00058000-0x00058fff]
Aug 01 21:46:15 x kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
Aug 01 21:46:15 x kernel: PM: hibernation: Registered nosave memory: [mem 0x20000000-0x201fffff]
Aug 01 21:46:15 x kernel: PM: hibernation: Registered nosave memory: [mem 0x40000000-0x401fffff]
Aug 01 21:46:15 x kernel: PM: hibernation: Registered nosave memory: [mem 0xba99f000-0xbab9efff]
Aug 01 21:46:15 x kernel: PM: hibernation: Registered nosave memory: [mem 0xbab9f000-0xbae9efff]
Aug 01 21:46:15 x kernel: PM: hibernation: Registered nosave memory: [mem 0xbae9f000-0xbaf9efff]
Aug 01 21:46:15 x kernel: PM: hibernation: Registered nosave memory: [mem 0xbaf9f000-0xbaffefff]
Aug 01 21:46:15 x kernel: PM: hibernation: Registered nosave memory: [mem 0xbb000000-0xbb9fffff]
Aug 01 21:46:15 x kernel: PM: hibernation: Registered nosave memory: [mem 0xbba00000-0xbf9fffff]
Aug 01 21:46:15 x kernel: PM: hibernation: Registered nosave memory: [mem 0xbfa00000-0xf80f7fff]
Aug 01 21:46:15 x kernel: PM: hibernation: Registered nosave memory: [mem 0xf80f8000-0xf80f8fff]
Aug 01 21:46:15 x kernel: PM: hibernation: Registered nosave memory: [mem 0xf80f9000-0xfed1bfff]
Aug 01 21:46:15 x kernel: PM: hibernation: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
Aug 01 21:46:15 x kernel: PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xffffffff]
Aug 01 21:46:15 x kernel: [mem 0xbfa00000-0xf80f7fff] available for PCI devices
Aug 01 21:46:15 x kernel: Booting paravirtualized kernel on bare hardware
Aug 01 21:46:15 x kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
Aug 01 21:46:15 x kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:8 nr_node_ids:1
Aug 01 21:46:15 x kernel: percpu: Embedded 55 pages/cpu s188416 r8192 d28672 u262144
Aug 01 21:46:15 x kernel: pcpu-alloc: s188416 r8192 d28672 u262144 alloc=1*2097152
Aug 01 21:46:15 x kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
Aug 01 21:46:15 x kernel: Built 1 zonelists, mobility grouping on.  Total pages: 3066993
Aug 01 21:46:15 x kernel: Policy zone: Normal
Aug 01 21:46:15 x kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux-lts root=/dev/mapper/Arch-root rw cryptdevice=/dev/sda3:crypto resume=/dev/mapper/Arch-swap quiet pcie_aspm=off
Aug 01 21:46:15 x kernel: PCIe ASPM is disabled
Aug 01 21:46:15 x kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Aug 01 21:46:15 x kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
Aug 01 21:46:15 x kernel: mem auto-init: stack:off, heap alloc:on, heap free:off
Aug 01 21:46:15 x kernel: Memory: 12052692K/12463352K available (14343K kernel code, 2030K rwdata, 8792K rodata, 1720K init, 4340K bss, 410400K reserved, 0K cma-reserved)
Aug 01 21:46:15 x kernel: random: get_random_u64 called from __kmem_cache_create+0x2a/0x540 with crng_init=0
Aug 01 21:46:15 x kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
Aug 01 21:46:15 x kernel: Kernel/User page tables isolation: enabled
Aug 01 21:46:15 x kernel: ftrace: allocating 41563 entries in 163 pages
Aug 01 21:46:15 x kernel: ftrace: allocated 163 pages with 4 groups
Aug 01 21:46:15 x kernel: rcu: Hierarchical RCU implementation.
Aug 01 21:46:15 x kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8.
Aug 01 21:46:15 x kernel:         Rude variant of Tasks RCU enabled.
Aug 01 21:46:15 x kernel:         Tracing variant of Tasks RCU enabled.
Aug 01 21:46:15 x kernel: rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
Aug 01 21:46:15 x kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
Aug 01 21:46:15 x kernel: NR_IRQS: 20736, nr_irqs: 488, preallocated irqs: 16
Aug 01 21:46:15 x kernel: Console: colour dummy device 80x25
Aug 01 21:46:15 x kernel: printk: console [tty0] enabled
Aug 01 21:46:15 x kernel: ACPI: Core revision 20200925
Aug 01 21:46:15 x kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
Aug 01 21:46:15 x kernel: APIC: Switch to symmetric I/O mode setup
Aug 01 21:46:15 x kernel: x2apic: IRQ remapping doesn't support X2APIC mode
Aug 01 21:46:15 x kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Aug 01 21:46:15 x kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x23eb142d95b, max_idle_ns: 440795306834 ns
Aug 01 21:46:15 x kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 4983.66 BogoMIPS (lpj=24918300)
Aug 01 21:46:15 x kernel: pid_max: default: 32768 minimum: 301
Aug 01 21:46:15 x kernel: LSM: Security Framework initializing
Aug 01 21:46:15 x kernel: Yama: becoming mindful.
Aug 01 21:46:15 x kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Aug 01 21:46:15 x kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Aug 01 21:46:15 x kernel: Disabled fast string operations
Aug 01 21:46:15 x kernel: mce: CPU0: Thermal monitoring enabled (TM1)
Aug 01 21:46:15 x kernel: process: using mwait in idle threads
Aug 01 21:46:15 x kernel: Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
Aug 01 21:46:15 x kernel: Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
Aug 01 21:46:15 x kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Aug 01 21:46:15 x kernel: Spectre V2 : Mitigation: Full generic retpoline
Aug 01 21:46:15 x kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Aug 01 21:46:15 x kernel: Spectre V2 : Enabling Restricted Speculation for firmware calls
Aug 01 21:46:15 x kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Aug 01 21:46:15 x kernel: Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
Aug 01 21:46:15 x kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
Aug 01 21:46:15 x kernel: MDS: Vulnerable: Clear CPU buffers attempted, no microcode
Aug 01 21:46:15 x kernel: Freeing SMP alternatives memory: 36K
Aug 01 21:46:15 x kernel: smpboot: CPU0: Intel(R) Core(TM) i5-2520M CPU @ 2.50GHz (family: 0x6, model: 0x2a, stepping: 0x7)
Aug 01 21:46:15 x kernel: Performance Events: PEBS fmt1+, SandyBridge events, 16-deep LBR, full-width counters, Intel PMU driver.
Aug 01 21:46:15 x kernel: ... version:                3
Aug 01 21:46:15 x kernel: ... bit width:              48
Aug 01 21:46:15 x kernel: ... generic registers:      4
Aug 01 21:46:15 x kernel: ... value mask:             0000ffffffffffff
Aug 01 21:46:15 x kernel: ... max period:             00007fffffffffff
Aug 01 21:46:15 x kernel: ... fixed-purpose events:   3
Aug 01 21:46:15 x kernel: ... event mask:             000000070000000f
Aug 01 21:46:15 x kernel: rcu: Hierarchical SRCU implementation.
Aug 01 21:46:15 x kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Aug 01 21:46:15 x kernel: smp: Bringing up secondary CPUs ...
Aug 01 21:46:15 x kernel: x86: Booting SMP configuration:
Aug 01 21:46:15 x kernel: .... node  #0, CPUs:      #1
Aug 01 21:46:15 x kernel: Disabled fast string operations
Aug 01 21:46:15 x kernel: MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
Aug 01 21:46:15 x kernel:  #2
Aug 01 21:46:15 x kernel: Disabled fast string operations
Aug 01 21:46:15 x kernel:  #3
Aug 01 21:46:15 x kernel: Disabled fast string operations
Aug 01 21:46:15 x kernel: smp: Brought up 1 node, 4 CPUs
Aug 01 21:46:15 x kernel: smpboot: Max logical packages: 2
Aug 01 21:46:15 x kernel: smpboot: Total of 4 processors activated (19934.64 BogoMIPS)
Aug 01 21:46:15 x kernel: devtmpfs: initialized
Aug 01 21:46:15 x kernel: x86/mm: Memory block size: 128MB
Aug 01 21:46:15 x kernel: PM: Registering ACPI NVS region [mem 0x00058000-0x00058fff] (4096 bytes)
Aug 01 21:46:15 x kernel: PM: Registering ACPI NVS region [mem 0xbae9f000-0xbaf9efff] (1048576 bytes)
Aug 01 21:46:15 x kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
Aug 01 21:46:15 x kernel: futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
Aug 01 21:46:15 x kernel: pinctrl core: initialized pinctrl subsystem
Aug 01 21:46:15 x kernel: PM: RTC time: 19:46:05, date: 2021-08-01
Aug 01 21:46:15 x kernel: NET: Registered protocol family 16
Aug 01 21:46:15 x kernel: DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
Aug 01 21:46:15 x kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Aug 01 21:46:15 x kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Aug 01 21:46:15 x kernel: audit: initializing netlink subsys (disabled)
Aug 01 21:46:15 x kernel: audit: type=2000 audit(1627847165.060:1): state=initialized audit_enabled=0 res=1
Aug 01 21:46:15 x kernel: thermal_sys: Registered thermal governor 'fair_share'
Aug 01 21:46:15 x kernel: thermal_sys: Registered thermal governor 'bang_bang'
Aug 01 21:46:15 x kernel: thermal_sys: Registered thermal governor 'step_wise'
Aug 01 21:46:15 x kernel: thermal_sys: Registered thermal governor 'user_space'
Aug 01 21:46:15 x kernel: thermal_sys: Registered thermal governor 'power_allocator'
Aug 01 21:46:15 x kernel: cpuidle: using governor ladder
Aug 01 21:46:15 x kernel: cpuidle: using governor menu
Aug 01 21:46:15 x kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
Aug 01 21:46:15 x kernel: ACPI: bus type PCI registered
Aug 01 21:46:15 x kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Aug 01 21:46:15 x kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
Aug 01 21:46:15 x kernel: PCI: not using MMCONFIG
Aug 01 21:46:15 x kernel: PCI: Using configuration type 1 for base access
Aug 01 21:46:15 x kernel: core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
Aug 01 21:46:15 x kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Aug 01 21:46:15 x kernel: Kprobes globally optimized
Aug 01 21:46:15 x kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
Aug 01 21:46:15 x kernel: ACPI: Added _OSI(Module Device)
Aug 01 21:46:15 x kernel: ACPI: Added _OSI(Processor Device)
Aug 01 21:46:15 x kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Aug 01 21:46:15 x kernel: ACPI: Added _OSI(Processor Aggregator Device)
Aug 01 21:46:15 x kernel: ACPI: Added _OSI(Linux-Dell-Video)
Aug 01 21:46:15 x kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
Aug 01 21:46:15 x kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
Aug 01 21:46:15 x kernel: ACPI: 6 ACPI AML tables successfully acquired and loaded
Aug 01 21:46:15 x kernel: ACPI: EC: EC started
Aug 01 21:46:15 x kernel: ACPI: EC: interrupt blocked
Aug 01 21:46:15 x kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Aug 01 21:46:15 x kernel: ACPI: EC: Boot ECDT EC used to handle transactions
Aug 01 21:46:15 x kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Aug 01 21:46:15 x kernel: ACPI: Dynamic OEM Table Load:
Aug 01 21:46:15 x kernel: ACPI: SSDT 0xFFFF9064C08D5000 0008C0 (v01 PmRef  Cpu0Cst  00003001 INTL 20061109)
Aug 01 21:46:15 x kernel: ACPI: Dynamic OEM Table Load:
Aug 01 21:46:15 x kernel: ACPI: SSDT 0xFFFF9064C08DAC00 000303 (v01 PmRef  ApIst    00003000 INTL 20061109)
Aug 01 21:46:15 x kernel: ACPI: Dynamic OEM Table Load:
Aug 01 21:46:15 x kernel: ACPI: SSDT 0xFFFF9064C0B79400 000119 (v01 PmRef  ApCst    00003000 INTL 20061109)
Aug 01 21:46:15 x kernel: ACPI: Interpreter enabled
Aug 01 21:46:15 x kernel: ACPI: (supports S0 S3 S4 S5)
Aug 01 21:46:15 x kernel: ACPI: Using IOAPIC for interrupt routing
Aug 01 21:46:15 x kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
Aug 01 21:46:15 x kernel: PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in ACPI motherboard resources
Aug 01 21:46:15 x kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Aug 01 21:46:15 x kernel: ACPI: Enabled 6 GPEs in block 00 to 3F
Aug 01 21:46:15 x kernel: ACPI: Power Resource [PUBS] (on)
Aug 01 21:46:15 x kernel: acpi PNP0C0A:01: ACPI dock station (docks/bays count: 1)
Aug 01 21:46:15 x kernel: acpi LNXIOBAY:00: ACPI dock station (docks/bays count: 2)
Aug 01 21:46:15 x kernel: acpi IBM0079:00: ACPI dock station (docks/bays count: 3)
Aug 01 21:46:15 x kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11)
Aug 01 21:46:15 x kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
Aug 01 21:46:15 x kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
Aug 01 21:46:15 x kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
Aug 01 21:46:15 x kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
Aug 01 21:46:15 x kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
Aug 01 21:46:15 x kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
Aug 01 21:46:15 x kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 11) *0, disabled.
Aug 01 21:46:15 x kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
Aug 01 21:46:15 x kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig Segments MSI EDR HPX-Type3]
Aug 01 21:46:15 x kernel: acpi PNP0A08:00: _OSC: not requesting OS control; OS requires [ExtendedConfig ASPM ClockPM MSI]
Aug 01 21:46:15 x kernel: acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
Aug 01 21:46:15 x kernel: PCI host bridge to bus 0000:00
Aug 01 21:46:15 x kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Aug 01 21:46:15 x kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Aug 01 21:46:15 x kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Aug 01 21:46:15 x kernel: pci_bus 0000:00: root bus resource [mem 0xbfa00000-0xfebfffff window]
Aug 01 21:46:15 x kernel: pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed4bfff window]
Aug 01 21:46:15 x kernel: pci_bus 0000:00: root bus resource [bus 00-fe]
Aug 01 21:46:15 x kernel: pci 0000:00:00.0: [8086:0104] type 00 class 0x060000
Aug 01 21:46:15 x kernel: pci 0000:00:02.0: [8086:0126] type 00 class 0x030000
Aug 01 21:46:15 x kernel: pci 0000:00:02.0: reg 0x10: [mem 0xf1400000-0xf17fffff 64bit]
Aug 01 21:46:15 x kernel: pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit pref]
Aug 01 21:46:15 x kernel: pci 0000:00:02.0: reg 0x20: [io  0x6000-0x603f]
Aug 01 21:46:15 x kernel: pci 0000:00:02.0: BAR 2: assigned to efifb
Aug 01 21:46:15 x kernel: pci 0000:00:16.0: [8086:1c3a] type 00 class 0x078000
Aug 01 21:46:15 x kernel: pci 0000:00:16.0: reg 0x10: [mem 0xf2925000-0xf292500f 64bit]
Aug 01 21:46:15 x kernel: pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
Aug 01 21:46:15 x kernel: pci 0000:00:16.3: [8086:1c3d] type 00 class 0x070002
Aug 01 21:46:15 x kernel: pci 0000:00:16.3: reg 0x10: [io  0x60b0-0x60b7]
Aug 01 21:46:15 x kernel: pci 0000:00:16.3: reg 0x14: [mem 0xf292c000-0xf292cfff]
Aug 01 21:46:15 x kernel: pci 0000:00:19.0: [8086:1502] type 00 class 0x020000
Aug 01 21:46:15 x kernel: pci 0000:00:19.0: reg 0x10: [mem 0xf2900000-0xf291ffff]
Aug 01 21:46:15 x kernel: pci 0000:00:19.0: reg 0x14: [mem 0xf292b000-0xf292bfff]
Aug 01 21:46:15 x kernel: pci 0000:00:19.0: reg 0x18: [io  0x6080-0x609f]
Aug 01 21:46:15 x kernel: pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
Aug 01 21:46:15 x kernel: pci 0000:00:1a.0: [8086:1c2d] type 00 class 0x0c0320
Aug 01 21:46:15 x kernel: pci 0000:00:1a.0: reg 0x10: [mem 0xf292a000-0xf292a3ff]
Aug 01 21:46:15 x kernel: pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
Aug 01 21:46:15 x kernel: pci 0000:00:1b.0: [8086:1c20] type 00 class 0x040300
Aug 01 21:46:15 x kernel: pci 0000:00:1b.0: reg 0x10: [mem 0xf2920000-0xf2923fff 64bit]
Aug 01 21:46:15 x kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
Aug 01 21:46:15 x kernel: pci 0000:00:1c.0: [8086:1c10] type 01 class 0x060400
Aug 01 21:46:15 x kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Aug 01 21:46:15 x kernel: pci 0000:00:1c.1: [8086:1c12] type 01 class 0x060400
Aug 01 21:46:15 x kernel: pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
Aug 01 21:46:15 x kernel: pci 0000:00:1c.3: [8086:1c16] type 01 class 0x060400
Aug 01 21:46:15 x kernel: pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
Aug 01 21:46:15 x kernel: pci 0000:00:1c.4: [8086:1c18] type 01 class 0x060400
Aug 01 21:46:15 x kernel: pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
Aug 01 21:46:15 x kernel: pci 0000:00:1d.0: [8086:1c26] type 00 class 0x0c0320
Aug 01 21:46:15 x kernel: pci 0000:00:1d.0: reg 0x10: [mem 0xf2929000-0xf29293ff]
Aug 01 21:46:15 x kernel: pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
Aug 01 21:46:15 x kernel: pci 0000:00:1f.0: [8086:1c4f] type 00 class 0x060100
Aug 01 21:46:15 x kernel: pci 0000:00:1f.2: [8086:1c03] type 00 class 0x010601
Aug 01 21:46:15 x kernel: pci 0000:00:1f.2: reg 0x10: [io  0x60a8-0x60af]
Aug 01 21:46:15 x kernel: pci 0000:00:1f.2: reg 0x14: [io  0x60bc-0x60bf]
Aug 01 21:46:15 x kernel: pci 0000:00:1f.2: reg 0x18: [io  0x60a0-0x60a7]
Aug 01 21:46:15 x kernel: pci 0000:00:1f.2: reg 0x1c: [io  0x60b8-0x60bb]
Aug 01 21:46:15 x kernel: pci 0000:00:1f.2: reg 0x20: [io  0x6060-0x607f]
Aug 01 21:46:15 x kernel: pci 0000:00:1f.2: reg 0x24: [mem 0xf2928000-0xf29287ff]
Aug 01 21:46:15 x kernel: pci 0000:00:1f.2: PME# supported from D3hot
Aug 01 21:46:15 x kernel: pci 0000:00:1f.3: [8086:1c22] type 00 class 0x0c0500
Aug 01 21:46:15 x kernel: pci 0000:00:1f.3: reg 0x10: [mem 0xf2924000-0xf29240ff 64bit]
Aug 01 21:46:15 x kernel: pci 0000:00:1f.3: reg 0x20: [io  0xefa0-0xefbf]
Aug 01 21:46:15 x kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
Aug 01 21:46:15 x kernel: pci 0000:03:00.0: [10ec:8176] type 00 class 0x028000
Aug 01 21:46:15 x kernel: pci 0000:03:00.0: reg 0x10: [io  0x5000-0x50ff]
Aug 01 21:46:15 x kernel: pci 0000:03:00.0: reg 0x18: [mem 0xf2800000-0xf2803fff 64bit]
Aug 01 21:46:15 x kernel: pci 0000:03:00.0: supports D1 D2
Aug 01 21:46:15 x kernel: pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Aug 01 21:46:15 x kernel: pci 0000:00:1c.1: PCI bridge to [bus 03]
Aug 01 21:46:15 x kernel: pci 0000:00:1c.1:   bridge window [io  0x5000-0x5fff]
Aug 01 21:46:15 x kernel: pci 0000:00:1c.1:   bridge window [mem 0xf2800000-0xf28fffff]
Aug 01 21:46:15 x kernel: acpiphp: Slot [1] registered
Aug 01 21:46:15 x kernel: pci 0000:05:00.0: [10de:1b80] type 00 class 0x030000
Aug 01 21:46:15 x kernel: pci 0000:05:00.0: reg 0x10: [mem 0xf0000000-0xf0ffffff]
Aug 01 21:46:15 x kernel: pci 0000:05:00.0: reg 0x14: [mem 0xc0000000-0xcfffffff 64bit pref]
Aug 01 21:46:15 x kernel: pci 0000:05:00.0: reg 0x1c: [mem 0xd0000000-0xd1ffffff 64bit pref]
Aug 01 21:46:15 x kernel: pci 0000:05:00.0: reg 0x24: [io  0x4000-0x407f]
Aug 01 21:46:15 x kernel: pci 0000:05:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref]
Aug 01 21:46:15 x kernel: pci 0000:05:00.0: 4.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x1 link at 0000:00:1c.3 (capable of 126.016 Gb/s with 8.0 GT/s PCIe x16 link)
Aug 01 21:46:15 x kernel: pci 0000:05:00.1: [10de:10f0] type 00 class 0x040300
Aug 01 21:46:15 x kernel: pci 0000:05:00.1: reg 0x10: [mem 0xf1000000-0xf1003fff]
Aug 01 21:46:15 x kernel: pci 0000:00:1c.3: PCI bridge to [bus 05-0c]
Aug 01 21:46:15 x kernel: pci 0000:00:1c.3:   bridge window [io  0x4000-0x4fff]
Aug 01 21:46:15 x kernel: pci 0000:00:1c.3:   bridge window [mem 0xf0000000-0xf10fffff]
Aug 01 21:46:15 x kernel: pci 0000:00:1c.3:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
Aug 01 21:46:15 x kernel: pci 0000:0d:00.0: MMC controller base frequency changed to 50Mhz.
Aug 01 21:46:15 x kernel: pci 0000:0d:00.0: [1180:e822] type 00 class 0x088001
Aug 01 21:46:15 x kernel: pci 0000:0d:00.0: reg 0x10: [mem 0xf2000000-0xf20000ff]
Aug 01 21:46:15 x kernel: pci 0000:0d:00.0: supports D1 D2
Aug 01 21:46:15 x kernel: pci 0000:0d:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Aug 01 21:46:15 x kernel: pci 0000:00:1c.4: PCI bridge to [bus 0d]
Aug 01 21:46:15 x kernel: pci 0000:00:1c.4:   bridge window [io  0x3000-0x3fff]
Aug 01 21:46:15 x kernel: pci 0000:00:1c.4:   bridge window [mem 0xf2000000-0xf27fffff]
Aug 01 21:46:15 x kernel: pci 0000:00:1c.4:   bridge window [mem 0xf1800000-0xf1ffffff 64bit pref]
Aug 01 21:46:15 x kernel: ACPI: EC: interrupt unblocked
Aug 01 21:46:15 x kernel: ACPI: EC: event unblocked
Aug 01 21:46:15 x kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Aug 01 21:46:15 x kernel: ACPI: EC: GPE=0x11
Aug 01 21:46:15 x kernel: ACPI: \_SB_.PCI0.LPC_.EC__: Boot ECDT EC initialization complete
Aug 01 21:46:15 x kernel: ACPI: \_SB_.PCI0.LPC_.EC__: EC: Used to handle transactions and events
Aug 01 21:46:15 x kernel: iommu: Default domain type: Translated 
Aug 01 21:46:15 x kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
Aug 01 21:46:15 x kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Aug 01 21:46:15 x kernel: pci 0000:05:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
Aug 01 21:46:15 x kernel: pci 0000:00:02.0: vgaarb: no bridge control possible
Aug 01 21:46:15 x kernel: pci 0000:05:00.0: vgaarb: bridge control possible
Aug 01 21:46:15 x kernel: vgaarb: loaded
Aug 01 21:46:15 x kernel: SCSI subsystem initialized
Aug 01 21:46:15 x kernel: libata version 3.00 loaded.
Aug 01 21:46:15 x kernel: ACPI: bus type USB registered
Aug 01 21:46:15 x kernel: usbcore: registered new interface driver usbfs
Aug 01 21:46:15 x kernel: usbcore: registered new interface driver hub
Aug 01 21:46:15 x kernel: usbcore: registered new device driver usb
Aug 01 21:46:15 x kernel: pps_core: LinuxPPS API ver. 1 registered
Aug 01 21:46:15 x kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Aug 01 21:46:15 x kernel: PTP clock support registered
Aug 01 21:46:15 x kernel: EDAC MC: Ver: 3.0.0
Aug 01 21:46:15 x kernel: Registered efivars operations
Aug 01 21:46:15 x kernel: NetLabel: Initializing
Aug 01 21:46:15 x kernel: NetLabel:  domain hash size = 128
Aug 01 21:46:15 x kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Aug 01 21:46:15 x kernel: NetLabel:  unlabeled traffic allowed by default
Aug 01 21:46:15 x kernel: PCI: Using ACPI for IRQ routing
Aug 01 21:46:15 x kernel: PCI: pci_cache_line_size set to 64 bytes
Aug 01 21:46:15 x kernel: e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
Aug 01 21:46:15 x kernel: e820: reserve RAM buffer [mem 0xba99f000-0xbbffffff]
Aug 01 21:46:15 x kernel: e820: reserve RAM buffer [mem 0xbb000000-0xbbffffff]
Aug 01 21:46:15 x kernel: e820: reserve RAM buffer [mem 0x33e600000-0x33fffffff]
Aug 01 21:46:15 x kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
Aug 01 21:46:15 x kernel: hpet0: 8 comparators, 64-bit 14.318180 MHz counter
Aug 01 21:46:15 x kernel: clocksource: Switched to clocksource tsc-early
Aug 01 21:46:15 x kernel: VFS: Disk quotas dquot_6.6.0
Aug 01 21:46:15 x kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Aug 01 21:46:15 x kernel: pnp: PnP ACPI init
Aug 01 21:46:15 x kernel: system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
Aug 01 21:46:15 x kernel: system 00:00: [mem 0x000c0000-0x000c3fff] could not be reserved
Aug 01 21:46:15 x kernel: system 00:00: [mem 0x000c4000-0x000c7fff] could not be reserved
Aug 01 21:46:15 x kernel: system 00:00: [mem 0x000c8000-0x000cbfff] has been reserved
Aug 01 21:46:15 x kernel: system 00:00: [mem 0x000cc000-0x000cffff] has been reserved
Aug 01 21:46:15 x kernel: system 00:00: [mem 0x000d0000-0x000d3fff] has been reserved
Aug 01 21:46:15 x kernel: system 00:00: [mem 0x000d4000-0x000d7fff] has been reserved
Aug 01 21:46:15 x kernel: system 00:00: [mem 0x000d8000-0x000dbfff] has been reserved
Aug 01 21:46:15 x kernel: system 00:00: [mem 0x000dc000-0x000dffff] has been reserved
Aug 01 21:46:15 x kernel: system 00:00: [mem 0x000e0000-0x000e3fff] has been reserved
Aug 01 21:46:15 x kernel: system 00:00: [mem 0x000e4000-0x000e7fff] has been reserved
Aug 01 21:46:15 x kernel: system 00:00: [mem 0x000e8000-0x000ebfff] has been reserved
Aug 01 21:46:15 x kernel: system 00:00: [mem 0x000ec000-0x000effff] has been reserved
Aug 01 21:46:15 x kernel: system 00:00: [mem 0x000f0000-0x000fffff] could not be reserved
Aug 01 21:46:15 x kernel: system 00:00: [mem 0x00100000-0xbf9fffff] could not be reserved
Aug 01 21:46:15 x kernel: system 00:00: [mem 0xfec00000-0xfed3ffff] could not be reserved
Aug 01 21:46:15 x kernel: system 00:00: [mem 0xfed4c000-0xffffffff] has been reserved
Aug 01 21:46:15 x kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
Aug 01 21:46:15 x kernel: system 00:01: [io  0x0400-0x047f] has been reserved
Aug 01 21:46:15 x kernel: system 00:01: [io  0x0500-0x057f] has been reserved
Aug 01 21:46:15 x kernel: system 00:01: [io  0x0800-0x080f] has been reserved
Aug 01 21:46:15 x kernel: system 00:01: [io  0x15e0-0x15ef] has been reserved
Aug 01 21:46:15 x kernel: system 00:01: [io  0x1600-0x167f] has been reserved
Aug 01 21:46:15 x kernel: system 00:01: [mem 0xf8000000-0xfbffffff] could not be reserved
Aug 01 21:46:15 x kernel: system 00:01: [mem 0x00000000-0x00000fff] could not be reserved
Aug 01 21:46:15 x kernel: system 00:01: [mem 0xfed1c000-0xfed1ffff] has been reserved
Aug 01 21:46:15 x kernel: system 00:01: [mem 0xfed10000-0xfed13fff] has been reserved
Aug 01 21:46:15 x kernel: system 00:01: [mem 0xfed18000-0xfed18fff] has been reserved
Aug 01 21:46:15 x kernel: system 00:01: [mem 0xfed19000-0xfed19fff] has been reserved
Aug 01 21:46:15 x kernel: system 00:01: [mem 0xfed45000-0xfed4bfff] has been reserved
Aug 01 21:46:15 x kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
Aug 01 21:46:15 x kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
Aug 01 21:46:15 x kernel: pnp 00:03: Plug and Play ACPI device, IDs PNP0303 (active)
Aug 01 21:46:15 x kernel: pnp 00:04: Plug and Play ACPI device, IDs LEN0020 PNP0f13 (active)
Aug 01 21:46:15 x kernel: pnp 00:05: Plug and Play ACPI device, IDs SMO1200 PNP0c31 (active)
Aug 01 21:46:15 x kernel: pnp: PnP ACPI: found 6 devices
Aug 01 21:46:15 x kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Aug 01 21:46:15 x kernel: NET: Registered protocol family 2
Aug 01 21:46:15 x kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Aug 01 21:46:15 x kernel: tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
Aug 01 21:46:15 x kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Aug 01 21:46:15 x kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
Aug 01 21:46:15 x kernel: TCP: Hash tables configured (established 131072 bind 65536)
Aug 01 21:46:15 x kernel: MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
Aug 01 21:46:15 x kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
Aug 01 21:46:15 x kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
Aug 01 21:46:15 x kernel: NET: Registered protocol family 1
Aug 01 21:46:15 x kernel: NET: Registered protocol family 44
Aug 01 21:46:15 x kernel: pci 0000:05:00.0: can't claim BAR 6 [mem 0xfff80000-0xffffffff pref]: no compatible bridge window
Aug 01 21:46:15 x kernel: pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 02] add_size 1000
Aug 01 21:46:15 x kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000 add_align 100000
Aug 01 21:46:15 x kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000 add_align 100000
Aug 01 21:46:15 x kernel: pci 0000:00:1c.0: BAR 14: assigned [mem 0xbfa00000-0xbfbfffff]
Aug 01 21:46:15 x kernel: pci 0000:00:1c.0: BAR 15: assigned [mem 0xbfc00000-0xbfdfffff 64bit pref]
Aug 01 21:46:15 x kernel: pci 0000:00:1c.0: BAR 13: assigned [io  0x2000-0x2fff]
Aug 01 21:46:15 x kernel: pci 0000:00:1c.0: PCI bridge to [bus 02]
Aug 01 21:46:15 x kernel: pci 0000:00:1c.0:   bridge window [io  0x2000-0x2fff]
Aug 01 21:46:15 x kernel: pci 0000:00:1c.0:   bridge window [mem 0xbfa00000-0xbfbfffff]
Aug 01 21:46:15 x kernel: pci 0000:00:1c.0:   bridge window [mem 0xbfc00000-0xbfdfffff 64bit pref]
Aug 01 21:46:15 x kernel: pci 0000:00:1c.1: PCI bridge to [bus 03]
Aug 01 21:46:15 x kernel: pci 0000:00:1c.1:   bridge window [io  0x5000-0x5fff]
Aug 01 21:46:15 x kernel: pci 0000:00:1c.1:   bridge window [mem 0xf2800000-0xf28fffff]
Aug 01 21:46:15 x kernel: pci 0000:05:00.0: BAR 6: assigned [mem 0xf1080000-0xf10fffff pref]
Aug 01 21:46:15 x kernel: pci 0000:00:1c.3: PCI bridge to [bus 05-0c]
Aug 01 21:46:15 x kernel: pci 0000:00:1c.3:   bridge window [io  0x4000-0x4fff]
Aug 01 21:46:15 x kernel: pci 0000:00:1c.3:   bridge window [mem 0xf0000000-0xf10fffff]
Aug 01 21:46:15 x kernel: pci 0000:00:1c.3:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
Aug 01 21:46:15 x kernel: pci 0000:00:1c.4: PCI bridge to [bus 0d]
Aug 01 21:46:15 x kernel: pci 0000:00:1c.4:   bridge window [io  0x3000-0x3fff]
Aug 01 21:46:15 x kernel: pci 0000:00:1c.4:   bridge window [mem 0xf2000000-0xf27fffff]
Aug 01 21:46:15 x kernel: pci 0000:00:1c.4:   bridge window [mem 0xf1800000-0xf1ffffff 64bit pref]
Aug 01 21:46:15 x kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Aug 01 21:46:15 x kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Aug 01 21:46:15 x kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Aug 01 21:46:15 x kernel: pci_bus 0000:00: resource 7 [mem 0xbfa00000-0xfebfffff window]
Aug 01 21:46:15 x kernel: pci_bus 0000:00: resource 8 [mem 0xfed40000-0xfed4bfff window]
Aug 01 21:46:15 x kernel: pci_bus 0000:02: resource 0 [io  0x2000-0x2fff]
Aug 01 21:46:15 x kernel: pci_bus 0000:02: resource 1 [mem 0xbfa00000-0xbfbfffff]
Aug 01 21:46:15 x kernel: pci_bus 0000:02: resource 2 [mem 0xbfc00000-0xbfdfffff 64bit pref]
Aug 01 21:46:15 x kernel: pci_bus 0000:03: resource 0 [io  0x5000-0x5fff]
Aug 01 21:46:15 x kernel: pci_bus 0000:03: resource 1 [mem 0xf2800000-0xf28fffff]
Aug 01 21:46:15 x kernel: pci_bus 0000:05: resource 0 [io  0x4000-0x4fff]
Aug 01 21:46:15 x kernel: pci_bus 0000:05: resource 1 [mem 0xf0000000-0xf10fffff]
Aug 01 21:46:15 x kernel: pci_bus 0000:05: resource 2 [mem 0xc0000000-0xd1ffffff 64bit pref]
Aug 01 21:46:15 x kernel: pci_bus 0000:0d: resource 0 [io  0x3000-0x3fff]
Aug 01 21:46:15 x kernel: pci_bus 0000:0d: resource 1 [mem 0xf2000000-0xf27fffff]
Aug 01 21:46:15 x kernel: pci_bus 0000:0d: resource 2 [mem 0xf1800000-0xf1ffffff 64bit pref]
Aug 01 21:46:15 x kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Aug 01 21:46:15 x kernel: pci 0000:05:00.1: D0 power state depends on 0000:05:00.0
Aug 01 21:46:15 x kernel: PCI: CLS 64 bytes, default 64
Aug 01 21:46:15 x kernel: Trying to unpack rootfs image as initramfs...
Aug 01 21:46:15 x kernel: Freeing initrd memory: 20748K
Aug 01 21:46:15 x kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Aug 01 21:46:15 x kernel: software IO TLB: mapped [mem 0x00000000afd98000-0x00000000b3d98000] (64MB)
Aug 01 21:46:15 x kernel: check: Scanning for low memory corruption every 60 seconds
Aug 01 21:46:15 x kernel: Initialise system trusted keyrings
Aug 01 21:46:15 x kernel: Key type blacklist registered
Aug 01 21:46:15 x kernel: workingset: timestamp_bits=41 max_order=22 bucket_order=0
Aug 01 21:46:15 x kernel: zbud: loaded
Aug 01 21:46:15 x kernel: Key type asymmetric registered
Aug 01 21:46:15 x kernel: Asymmetric key parser 'x509' registered
Aug 01 21:46:15 x kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
Aug 01 21:46:15 x kernel: io scheduler mq-deadline registered
Aug 01 21:46:15 x kernel: io scheduler kyber registered
Aug 01 21:46:15 x kernel: io scheduler bfq registered
Aug 01 21:46:15 x kernel: atomic64_test: passed for x86-64 platform with CX8 and with SSE
Aug 01 21:46:15 x kernel: pcieport 0000:00:1c.0: enabling device (0000 -> 0003)
Aug 01 21:46:15 x kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Aug 01 21:46:15 x kernel: efifb: probing for efifb
Aug 01 21:46:15 x kernel: efifb: No BGRT, not showing boot graphics
Aug 01 21:46:15 x kernel: efifb: framebuffer at 0xe0000000, using 1216k, total 1216k
Aug 01 21:46:15 x kernel: efifb: mode is 640x480x32, linelength=2560, pages=1
Aug 01 21:46:15 x kernel: efifb: scrolling: redraw
Aug 01 21:46:15 x kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Aug 01 21:46:15 x kernel: fbcon: Deferring console take-over
Aug 01 21:46:15 x kernel: fb0: EFI VGA frame buffer device
Aug 01 21:46:15 x kernel: intel_idle: MWAIT substates: 0x21120
Aug 01 21:46:15 x kernel: intel_idle: v0.5.1 model 0x2A
Aug 01 21:46:15 x kernel: intel_idle: Local APIC timer is reliable in all C-states
Aug 01 21:46:15 x kernel: ACPI: AC Adapter [AC] (on-line)
Aug 01 21:46:15 x kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
Aug 01 21:46:15 x kernel: ACPI: Lid Switch [LID]
Aug 01 21:46:15 x kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
Aug 01 21:46:15 x kernel: ACPI: Sleep Button [SLPB]
Aug 01 21:46:15 x kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
Aug 01 21:46:15 x kernel: ACPI: Power Button [PWRF]
Aug 01 21:46:15 x kernel: thermal LNXTHERM:00: registered as thermal_zone0
Aug 01 21:46:15 x kernel: ACPI: Thermal Zone [THM0] (61 C)
Aug 01 21:46:15 x kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Aug 01 21:46:15 x kernel: 0000:00:16.3: ttyS4 at I/O 0x60b0 (irq = 19, base_baud = 115200) is a 16550A
Aug 01 21:46:15 x kernel: Non-volatile memory driver v1.3
Aug 01 21:46:15 x kernel: AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
Aug 01 21:46:15 x kernel: AMD-Vi: AMD IOMMUv2 functionality not available on this system
Aug 01 21:46:15 x kernel: ahci 0000:00:1f.2: version 3.0
Aug 01 21:46:15 x kernel: ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
Aug 01 21:46:15 x kernel: ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x13 impl SATA mode
Aug 01 21:46:15 x kernel: ahci 0000:00:1f.2: flags: 64bit ncq sntf ilck stag pm led clo pio slum part ems sxs apst 
Aug 01 21:46:15 x kernel: battery: ACPI: Battery Slot [BAT0] (battery present)
Aug 01 21:46:15 x kernel: scsi host0: ahci
Aug 01 21:46:15 x kernel: scsi host1: ahci
Aug 01 21:46:15 x kernel: scsi host2: ahci
Aug 01 21:46:15 x kernel: scsi host3: ahci
Aug 01 21:46:15 x kernel: scsi host4: ahci
Aug 01 21:46:15 x kernel: scsi host5: ahci
Aug 01 21:46:15 x kernel: ata1: SATA max UDMA/133 abar m2048@0xf2928000 port 0xf2928100 irq 28
Aug 01 21:46:15 x kernel: ata2: SATA max UDMA/133 abar m2048@0xf2928000 port 0xf2928180 irq 28
Aug 01 21:46:15 x kernel: ata3: DUMMY
Aug 01 21:46:15 x kernel: ata4: DUMMY
Aug 01 21:46:15 x kernel: ata5: SATA max UDMA/133 abar m2048@0xf2928000 port 0xf2928300 irq 28
Aug 01 21:46:15 x kernel: ata6: DUMMY
Aug 01 21:46:15 x kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Aug 01 21:46:15 x kernel: ehci-pci: EHCI PCI platform driver
Aug 01 21:46:15 x kernel: ehci-pci 0000:00:1a.0: EHCI Host Controller
Aug 01 21:46:15 x kernel: ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
Aug 01 21:46:15 x kernel: ehci-pci 0000:00:1a.0: debug port 2
Aug 01 21:46:15 x kernel: ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
Aug 01 21:46:15 x kernel: ehci-pci 0000:00:1a.0: irq 16, io mem 0xf292a000
Aug 01 21:46:15 x kernel: ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
Aug 01 21:46:15 x kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
Aug 01 21:46:15 x kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 01 21:46:15 x kernel: usb usb1: Product: EHCI Host Controller
Aug 01 21:46:15 x kernel: usb usb1: Manufacturer: Linux 5.10.55-1-lts ehci_hcd
Aug 01 21:46:15 x kernel: usb usb1: SerialNumber: 0000:00:1a.0
Aug 01 21:46:15 x kernel: hub 1-0:1.0: USB hub found
Aug 01 21:46:15 x kernel: hub 1-0:1.0: 3 ports detected
Aug 01 21:46:15 x kernel: ehci-pci 0000:00:1d.0: EHCI Host Controller
Aug 01 21:46:15 x kernel: ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
Aug 01 21:46:15 x kernel: ehci-pci 0000:00:1d.0: debug port 2
Aug 01 21:46:15 x kernel: ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
Aug 01 21:46:15 x kernel: ehci-pci 0000:00:1d.0: irq 23, io mem 0xf2929000
Aug 01 21:46:15 x kernel: ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
Aug 01 21:46:15 x kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
Aug 01 21:46:15 x kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 01 21:46:15 x kernel: usb usb2: Product: EHCI Host Controller
Aug 01 21:46:15 x kernel: usb usb2: Manufacturer: Linux 5.10.55-1-lts ehci_hcd
Aug 01 21:46:15 x kernel: usb usb2: SerialNumber: 0000:00:1d.0
Aug 01 21:46:15 x kernel: hub 2-0:1.0: USB hub found
Aug 01 21:46:15 x kernel: hub 2-0:1.0: 3 ports detected
Aug 01 21:46:15 x kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
Aug 01 21:46:15 x kernel: ohci-pci: OHCI PCI platform driver
Aug 01 21:46:15 x kernel: uhci_hcd: USB Universal Host Controller Interface driver
Aug 01 21:46:15 x kernel: usbcore: registered new interface driver usbserial_generic
Aug 01 21:46:15 x kernel: usbserial: USB Serial support registered for generic
Aug 01 21:46:15 x kernel: rtc_cmos 00:02: RTC can wake from S4
Aug 01 21:46:15 x kernel: rtc_cmos 00:02: registered as rtc0
Aug 01 21:46:15 x kernel: rtc_cmos 00:02: setting system clock to 2021-08-01T19:46:06 UTC (1627847166)
Aug 01 21:46:15 x kernel: rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
Aug 01 21:46:15 x kernel: intel_pstate: Intel P-state driver initializing
Aug 01 21:46:15 x kernel: ledtrig-cpu: registered to indicate activity on CPUs
Aug 01 21:46:15 x kernel: hid: raw HID events driver (C) Jiri Kosina
Aug 01 21:46:15 x kernel: drop_monitor: Initializing network drop monitor service
Aug 01 21:46:15 x kernel: Initializing XFRM netlink socket
Aug 01 21:46:15 x kernel: NET: Registered protocol family 10
Aug 01 21:46:15 x kernel: Segment Routing with IPv6
Aug 01 21:46:15 x kernel: RPL Segment Routing with IPv6
Aug 01 21:46:15 x kernel: NET: Registered protocol family 17
Aug 01 21:46:15 x kernel: microcode: sig=0x206a7, pf=0x10, revision=0x2e
Aug 01 21:46:15 x kernel: microcode: Microcode Update Driver: v2.2.
Aug 01 21:46:15 x kernel: IPI shorthand broadcast: enabled
Aug 01 21:46:15 x kernel: sched_clock: Marking stable (627037422, 259890)->(636090955, -8793643)
Aug 01 21:46:15 x kernel: registered taskstats version 1
Aug 01 21:46:15 x kernel: Loading compiled-in X.509 certificates
Aug 01 21:46:15 x kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 4729d393c7cb28d6a0f03c648d17e4963a8536a2'
Aug 01 21:46:15 x kernel: zswap: loaded using pool lz4/z3fold
Aug 01 21:46:15 x kernel: Key type ._fscrypt registered
Aug 01 21:46:15 x kernel: Key type .fscrypt registered
Aug 01 21:46:15 x kernel: Key type fscrypt-provisioning registered
Aug 01 21:46:15 x kernel: PM:   Magic number: 1:339:798
Aug 01 21:46:15 x kernel: RAS: Correctable Errors collector initialized.
Aug 01 21:46:15 x kernel: usb 1-1: new high-speed USB device number 2 using ehci-pci
Aug 01 21:46:15 x kernel: ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Aug 01 21:46:15 x kernel: ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
Aug 01 21:46:15 x kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
Aug 01 21:46:15 x kernel: ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
Aug 01 21:46:15 x kernel: ata1.00: ATA-9: SAMSUNG MZ7PC128HAFU-000H1, CXM05H1Q, max UDMA/100
Aug 01 21:46:15 x kernel: ata1.00: 250069680 sectors, multi 16: LBA48 NCQ (depth 32), AA
Aug 01 21:46:15 x kernel: ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
Aug 01 21:46:15 x kernel: ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
Aug 01 21:46:15 x kernel: ata1.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
Aug 01 21:46:15 x kernel: ata1.00: configured for UDMA/100
Aug 01 21:46:15 x kernel: usb 2-1: new high-speed USB device number 2 using ehci-pci
Aug 01 21:46:15 x kernel: scsi 0:0:0:0: Direct-Access     ATA      SAMSUNG MZ7PC128 5H1Q PQ: 0 ANSI: 5
Aug 01 21:46:15 x kernel: sd 0:0:0:0: [sda] 250069680 512-byte logical blocks: (128 GB/119 GiB)
Aug 01 21:46:15 x kernel: sd 0:0:0:0: [sda] Write Protect is off
Aug 01 21:46:15 x kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Aug 01 21:46:15 x kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Aug 01 21:46:15 x kernel:  sda: sda1 sda2 sda3
Aug 01 21:46:15 x kernel: sd 0:0:0:0: [sda] Attached SCSI disk
Aug 01 21:46:15 x kernel: usb 1-1: New USB device found, idVendor=8087, idProduct=0024, bcdDevice= 0.00
Aug 01 21:46:15 x kernel: usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Aug 01 21:46:15 x kernel: hub 1-1:1.0: USB hub found
Aug 01 21:46:15 x kernel: hub 1-1:1.0: 6 ports detected
Aug 01 21:46:15 x kernel: usb 2-1: New USB device found, idVendor=8087, idProduct=0024, bcdDevice= 0.00
Aug 01 21:46:15 x kernel: usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Aug 01 21:46:15 x kernel: hub 2-1:1.0: USB hub found
Aug 01 21:46:15 x kernel: hub 2-1:1.0: 8 ports detected
Aug 01 21:46:15 x kernel: ata2: SATA link down (SStatus 0 SControl 300)
Aug 01 21:46:15 x kernel: usb 1-1.1: new high-speed USB device number 3 using ehci-pci
Aug 01 21:46:15 x kernel: usb 2-1.4: new high-speed USB device number 3 using ehci-pci
Aug 01 21:46:15 x kernel: tsc: Refined TSC clocksource calibration: 2491.905 MHz
Aug 01 21:46:15 x kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x23eb5abbd7b, max_idle_ns: 440795277677 ns
Aug 01 21:46:15 x kernel: clocksource: Switched to clocksource tsc
Aug 01 21:46:15 x kernel: usb 1-1.1: New USB device found, idVendor=0424, idProduct=2514, bcdDevice= 0.00
Aug 01 21:46:15 x kernel: usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Aug 01 21:46:15 x kernel: hub 1-1.1:1.0: USB hub found
Aug 01 21:46:15 x kernel: hub 1-1.1:1.0: 4 ports detected
Aug 01 21:46:15 x kernel: random: fast init done
Aug 01 21:46:15 x kernel: ata5: SATA link down (SStatus 0 SControl 300)
Aug 01 21:46:15 x kernel: Freeing unused decrypted memory: 2036K
Aug 01 21:46:15 x kernel: Freeing unused kernel image (initmem) memory: 1720K
Aug 01 21:46:15 x kernel: Write protecting the kernel read-only data: 26624k
Aug 01 21:46:15 x kernel: Freeing unused kernel image (text/rodata gap) memory: 2040K
Aug 01 21:46:15 x kernel: Freeing unused kernel image (rodata/data gap) memory: 1448K
Aug 01 21:46:15 x kernel: usb 2-1.4: New USB device found, idVendor=0bdb, idProduct=1911, bcdDevice= 0.00
Aug 01 21:46:15 x kernel: usb 2-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Aug 01 21:46:15 x kernel: usb 2-1.4: Product: F5521gw
Aug 01 21:46:15 x kernel: usb 2-1.4: Manufacturer: Lenovo
Aug 01 21:46:15 x kernel: usb 2-1.4: SerialNumber: 7C93961CC03CCE00
Aug 01 21:46:15 x kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Aug 01 21:46:15 x kernel: rodata_test: all tests were successful
Aug 01 21:46:15 x kernel: x86/mm: Checking user space page tables
Aug 01 21:46:15 x kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Aug 01 21:46:15 x kernel: Run /init as init process
Aug 01 21:46:15 x kernel:   with arguments:
Aug 01 21:46:15 x kernel:     /init
Aug 01 21:46:15 x kernel:   with environment:
Aug 01 21:46:15 x kernel:     HOME=/
Aug 01 21:46:15 x kernel:     TERM=linux
Aug 01 21:46:15 x kernel:     BOOT_IMAGE=/vmlinuz-linux-lts
Aug 01 21:46:15 x kernel:     cryptdevice=/dev/sda3:crypto
Aug 01 21:46:15 x kernel: fbcon: Taking over console
Aug 01 21:46:15 x kernel: Console: switching to colour frame buffer device 80x30
Aug 01 21:46:15 x kernel: usb 1-1.1.4: new high-speed USB device number 4 using ehci-pci
Aug 01 21:46:15 x kernel: i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
Aug 01 21:46:15 x kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Aug 01 21:46:15 x kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Aug 01 21:46:15 x kernel: sdhci: Secure Digital Host Controller Interface driver
Aug 01 21:46:15 x kernel: sdhci: Copyright(c) Pierre Ossman
Aug 01 21:46:15 x kernel: sdhci-pci 0000:0d:00.0: SDHCI controller found [1180:e822] (rev 7)
Aug 01 21:46:15 x kernel: mmc0 bounce up to 128 segments into one, max segment size 65536 bytes
Aug 01 21:46:15 x kernel: cryptd: max_cpu_qlen set to 1000
Aug 01 21:46:15 x kernel: AVX version of gcm_enc/dec engaged.
Aug 01 21:46:15 x kernel: AES CTR mode by8 optimization enabled
Aug 01 21:46:15 x kernel: mmc0: SDHCI controller on PCI [0000:0d:00.0] using DMA
Aug 01 21:46:15 x kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
Aug 01 21:46:15 x kernel: usb 1-1.1.4: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=85.36
Aug 01 21:46:15 x kernel: usb 1-1.1.4: New USB device strings: Mfr=0, Product=1, SerialNumber=0
Aug 01 21:46:15 x kernel: usb 1-1.1.4: Product: USB2.0 Hub
Aug 01 21:46:15 x kernel: hub 1-1.1.4:1.0: USB hub found
Aug 01 21:46:15 x kernel: hub 1-1.1.4:1.0: 4 ports detected
Aug 01 21:46:15 x kernel: device-mapper: uevent: version 1.0.3
Aug 01 21:46:15 x kernel: device-mapper: ioctl: 4.43.0-ioctl (2020-10-01) initialised: dm-devel@redhat.com
Aug 01 21:46:15 x kernel: Key type encrypted registered
Aug 01 21:46:15 x kernel: random: cryptsetup: uninitialized urandom read (4 bytes read)
Aug 01 21:46:15 x kernel: random: cryptsetup: uninitialized urandom read (4 bytes read)
Aug 01 21:46:15 x kernel: usb 1-1.1.4.2: new full-speed USB device number 5 using ehci-pci
Aug 01 21:46:15 x kernel: usb 1-1.1.4.2: New USB device found, idVendor=24f0, idProduct=204a, bcdDevice= 1.00
Aug 01 21:46:15 x kernel: usb 1-1.1.4.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Aug 01 21:46:15 x kernel: usb 1-1.1.4.2: Product: Das Keyboard 4
Aug 01 21:46:15 x kernel: usb 1-1.1.4.2: Manufacturer: Metadot - Das Keyboard
Aug 01 21:46:15 x kernel: input: Metadot - Das Keyboard Das Keyboard 4 as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1.4/1-1.1.4.2/1-1.1.4.2:1.0/0003:24F0:204A.0001/input/input5
Aug 01 21:46:15 x kernel: hid-generic 0003:24F0:204A.0001: input,hidraw0: USB HID v1.10 Keyboard [Metadot - Das Keyboard Das Keyboard 4] on usb-0000:00:1a.0-1.1.4.2/input0
Aug 01 21:46:15 x kernel: input: Metadot - Das Keyboard Das Keyboard 4 System Control as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1.4/1-1.1.4.2/1-1.1.4.2:1.1/0003:24F0:204A.0002/input/input6
Aug 01 21:46:15 x kernel: usb 1-1.1.4.3: new high-speed USB device number 6 using ehci-pci
Aug 01 21:46:15 x kernel: input: Metadot - Das Keyboard Das Keyboard 4 Consumer Control as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1.4/1-1.1.4.2/1-1.1.4.2:1.1/0003:24F0:204A.0002/input/input7
Aug 01 21:46:15 x kernel: hid-generic 0003:24F0:204A.0002: input,hidraw1: USB HID v1.10 Device [Metadot - Das Keyboard Das Keyboard 4] on usb-0000:00:1a.0-1.1.4.2/input1
Aug 01 21:46:15 x kernel: usbcore: registered new interface driver usbhid
Aug 01 21:46:15 x kernel: usbhid: USB HID core driver
Aug 01 21:46:15 x kernel: usb 1-1.1.4.3: New USB device found, idVendor=0718, idProduct=0618, bcdDevice= 1.00
Aug 01 21:46:15 x kernel: usb 1-1.1.4.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Aug 01 21:46:15 x kernel: usb 1-1.1.4.3: Product: Trans-It Drive
Aug 01 21:46:15 x kernel: usb 1-1.1.4.3: Manufacturer: TDKMedia
Aug 01 21:46:15 x kernel: usb 1-1.1.4.3: SerialNumber: 07B11103C71404B8
Aug 01 21:46:15 x kernel: usb-storage 1-1.1.4.3:1.0: USB Mass Storage device detected
Aug 01 21:46:15 x kernel: scsi host6: usb-storage 1-1.1.4.3:1.0
Aug 01 21:46:15 x kernel: usbcore: registered new interface driver usb-storage
Aug 01 21:46:15 x kernel: usbcore: registered new interface driver uas
Aug 01 21:46:15 x kernel: usb 1-1.1.4.4: new full-speed USB device number 7 using ehci-pci
Aug 01 21:46:15 x kernel: usb 1-1.1.4.4: New USB device found, idVendor=046a, idProduct=b103, bcdDevice= 1.10
Aug 01 21:46:15 x kernel: usb 1-1.1.4.4: New USB device strings: Mfr=0, Product=2, SerialNumber=0
Aug 01 21:46:15 x kernel: usb 1-1.1.4.4: Product: USB Device
Aug 01 21:46:15 x kernel: input: USB Device as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1.4/1-1.1.4.4/1-1.1.4.4:1.0/0003:046A:B103.0003/input/input8
Aug 01 21:46:15 x kernel: hid-generic 0003:046A:B103.0003: input,hidraw2: USB HID v1.11 Mouse [USB Device] on usb-0000:00:1a.0-1.1.4.4/input0
Aug 01 21:46:15 x kernel: scsi 6:0:0:0: Direct-Access     TDKMedia Trans-It Drive   PMAP PQ: 0 ANSI: 0 CCS
Aug 01 21:46:15 x kernel: sd 6:0:0:0: [sdb] 7810176 512-byte logical blocks: (4.00 GB/3.72 GiB)
Aug 01 21:46:15 x kernel: sd 6:0:0:0: [sdb] Write Protect is off
Aug 01 21:46:15 x kernel: sd 6:0:0:0: [sdb] Mode Sense: 23 00 00 00
Aug 01 21:46:15 x kernel: sd 6:0:0:0: [sdb] No Caching mode page found
Aug 01 21:46:15 x kernel: sd 6:0:0:0: [sdb] Assuming drive cache: write through
Aug 01 21:46:15 x kernel:  sdb:
Aug 01 21:46:15 x kernel: sd 6:0:0:0: [sdb] Attached SCSI removable disk
Aug 01 21:46:15 x kernel: random: cryptsetup: uninitialized urandom read (2 bytes read)
Aug 01 21:46:15 x kernel: random: lvm: uninitialized urandom read (4 bytes read)
Aug 01 21:46:15 x kernel: random: lvm: uninitialized urandom read (2 bytes read)
Aug 01 21:46:15 x kernel: PM: Image not found (code -22)
Aug 01 21:46:15 x kernel: EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: (null)
Aug 01 21:46:15 x systemd[1]: systemd 249.2-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
Aug 01 21:46:15 x systemd[1]: Detected architecture x86-64.
Aug 01 21:46:15 x systemd[1]: Hostname set to <x>.
Aug 01 21:46:15 x systemd[1]: Queued start job for default target Graphical Interface.
Aug 01 21:46:15 x systemd[1]: Created slice Slice /system/getty.
Aug 01 21:46:15 x systemd[1]: Created slice Slice /system/modprobe.
Aug 01 21:46:15 x systemd[1]: Created slice Slice /system/netctl.
Aug 01 21:46:15 x systemd[1]: Created slice Slice /system/systemd-fsck.
Aug 01 21:46:15 x systemd[1]: Created slice User and Session Slice.
Aug 01 21:46:15 x systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Aug 01 21:46:15 x systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Aug 01 21:46:15 x systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Aug 01 21:46:15 x systemd[1]: Reached target Local Encrypted Volumes.
Aug 01 21:46:15 x systemd[1]: Reached target Remote File Systems.
Aug 01 21:46:15 x systemd[1]: Reached target Slice Units.
Aug 01 21:46:15 x systemd[1]: Reached target Local Verity Integrity Protected Volumes.
Aug 01 21:46:15 x systemd[1]: Listening on Device-mapper event daemon FIFOs.
Aug 01 21:46:15 x systemd[1]: Listening on LVM2 poll daemon socket.
Aug 01 21:46:15 x systemd[1]: Listening on Process Core Dump Socket.
Aug 01 21:46:15 x systemd[1]: Listening on Journal Audit Socket.
Aug 01 21:46:15 x systemd[1]: Listening on Journal Socket (/dev/log).
Aug 01 21:46:15 x systemd[1]: Listening on Journal Socket.
Aug 01 21:46:15 x systemd[1]: Listening on udev Control Socket.
Aug 01 21:46:15 x systemd[1]: Listening on udev Kernel Socket.
Aug 01 21:46:15 x systemd[1]: Mounting Huge Pages File System...
Aug 01 21:46:15 x systemd[1]: Mounting POSIX Message Queue File System...
Aug 01 21:46:15 x systemd[1]: Mounting Kernel Debug File System...
Aug 01 21:46:15 x systemd[1]: Mounting Kernel Trace File System...
Aug 01 21:46:15 x systemd[1]: Starting Create List of Static Device Nodes...
Aug 01 21:46:15 x systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Aug 01 21:46:15 x systemd[1]: Starting Load Kernel Module configfs...
Aug 01 21:46:15 x systemd[1]: Starting Load Kernel Module drm...
Aug 01 21:46:15 x systemd[1]: Starting Load Kernel Module fuse...
Aug 01 21:46:15 x systemd[1]: Starting Set Up Additional Binary Formats...
Aug 01 21:46:15 x systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
Aug 01 21:46:15 x systemd[1]: Starting Journal Service...
Aug 01 21:46:15 x systemd[1]: Starting Load Kernel Modules...
Aug 01 21:46:15 x kernel: Linux agpgart interface v0.103
Aug 01 21:46:15 x systemd[1]: Starting Remount Root and Kernel File Systems...
Aug 01 21:46:15 x systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
Aug 01 21:46:15 x systemd[1]: Starting Coldplug All udev Devices...
Aug 01 21:46:15 x systemd[1]: Mounted Huge Pages File System.
Aug 01 21:46:15 x systemd[1]: Mounted POSIX Message Queue File System.
Aug 01 21:46:15 x systemd[1]: Mounted Kernel Debug File System.
Aug 01 21:46:15 x systemd[1]: Mounted Kernel Trace File System.
Aug 01 21:46:15 x systemd[1]: Finished Create List of Static Device Nodes.
Aug 01 21:46:15 x kernel: EXT4-fs (dm-2): re-mounted. Opts: (null)
Aug 01 21:46:15 x systemd[1]: modprobe@configfs.service: Deactivated successfully.
Aug 01 21:46:15 x systemd[1]: Finished Load Kernel Module configfs.
Aug 01 21:46:15 x systemd[1]: Finished Remount Root and Kernel File Systems.
Aug 01 21:46:15 x systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 325 (systemd-binfmt)
Aug 01 21:46:15 x systemd[1]: Mounting Arbitrary Executable File Formats File System...
Aug 01 21:46:15 x systemd[1]: Mounting Kernel Configuration File System...
Aug 01 21:46:15 x systemd[1]: Condition check resulted in First Boot Wizard being skipped.
Aug 01 21:46:15 x kernel: fuse: init (API version 7.32)
Aug 01 21:46:15 x systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Aug 01 21:46:15 x systemd[1]: Starting Load/Save Random Seed...
Aug 01 21:46:15 x systemd[1]: Condition check resulted in Create System Users being skipped.
Aug 01 21:46:15 x systemd[1]: Starting Create Static Device Nodes in /dev...
Aug 01 21:46:15 x systemd[1]: Finished Load Kernel Modules.
Aug 01 21:46:15 x kernel: audit: type=1130 audit(1627847174.988:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:46:15 x systemd[1]: Mounted Arbitrary Executable File Formats File System.
Aug 01 21:46:15 x systemd[1]: Mounted Kernel Configuration File System.
Aug 01 21:46:15 x systemd[1]: Starting Apply Kernel Variables...
Aug 01 21:46:15 x systemd[1]: Finished Set Up Additional Binary Formats.
Aug 01 21:46:15 x kernel: audit: type=1130 audit(1627847174.988:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-binfmt comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:46:15 x systemd[1]: modprobe@fuse.service: Deactivated successfully.
Aug 01 21:46:15 x systemd[1]: Finished Load Kernel Module fuse.
Aug 01 21:46:15 x kernel: audit: type=1130 audit(1627847174.998:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:46:15 x kernel: audit: type=1131 audit(1627847174.998:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:46:15 x systemd[1]: Mounting FUSE Control File System...
Aug 01 21:46:15 x systemd[1]: Finished Apply Kernel Variables.
Aug 01 21:46:15 x kernel: audit: type=1130 audit(1627847175.008:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:46:15 x systemd[1]: modprobe@drm.service: Deactivated successfully.
Aug 01 21:46:15 x systemd[1]: Finished Load Kernel Module drm.
Aug 01 21:46:15 x kernel: audit: type=1130 audit(1627847175.008:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:46:15 x kernel: audit: type=1131 audit(1627847175.008:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:46:15 x systemd[1]: Mounted FUSE Control File System.
Aug 01 21:46:15 x systemd[1]: Finished Create Static Device Nodes in /dev.
Aug 01 21:46:15 x kernel: audit: type=1130 audit(1627847175.038:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:46:15 x kernel: audit: type=1334 audit(1627847175.038:10): prog-id=14 op=LOAD
Aug 01 21:46:15 x kernel: audit: type=1334 audit(1627847175.038:11): prog-id=15 op=LOAD
Aug 01 21:46:15 x systemd[1]: Starting Rule-based Manager for Device Events and Files...
Aug 01 21:46:15 x systemd-journald[326]: Journal started
Aug 01 21:46:15 x systemd-journald[326]: Runtime Journal (/run/log/journal/91de27feb0c14868948582802a9642b5) is 8.0M, max 592.8M, 584.8M free.
Aug 01 21:46:14 x audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:46:14 x audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-binfmt comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:46:14 x audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:46:14 x audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:46:15 x audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:46:15 x audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:46:15 x audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:46:15 x audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:46:15 x audit: BPF prog-id=14 op=LOAD
Aug 01 21:46:15 x audit: BPF prog-id=15 op=LOAD
Aug 01 21:46:15 x audit: BPF prog-id=16 op=LOAD
Aug 01 21:46:15 x audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:46:14 x systemd-modules-load[327]: Failed to find module 'acpi_call'
Aug 01 21:46:14 x systemd-modules-load[327]: Failed to find module 'vboxdrv'
Aug 01 21:46:14 x systemd-modules-load[327]: Failed to find module 'vboxnetadp'
Aug 01 21:46:14 x systemd-modules-load[327]: Failed to find module 'vboxnetflt'
Aug 01 21:46:14 x systemd-modules-load[327]: Failed to find module 'vboxdrv'
Aug 01 21:46:14 x systemd-modules-load[327]: Failed to find module 'vboxnetflt'
Aug 01 21:46:14 x systemd-modules-load[327]: Failed to find module 'vboxnetadp'
Aug 01 21:46:14 x systemd-modules-load[327]: Failed to find module 'vboxpci'
Aug 01 21:46:15 x systemd-random-seed[333]: Kernel entropy pool is not initialized yet, waiting until it is.
Aug 01 21:46:15 x systemd[1]: Starting Flush Journal to Persistent Storage...
Aug 01 21:46:15 x systemd[1]: Started Journal Service.
Aug 01 21:46:15 x systemd-journald[326]: Time spent on flushing to /var/log/journal/91de27feb0c14868948582802a9642b5 is 114.414ms for 883 entries.
Aug 01 21:46:15 x systemd-journald[326]: System Journal (/var/log/journal/91de27feb0c14868948582802a9642b5) is 32.0M, max 32.0M, 0B free.
Aug 01 21:46:15 x audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:46:15 x audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:46:15 x systemd[1]: Finished Coldplug All udev Devices.
Aug 01 21:46:15 x audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:46:15 x systemd[1]: Started Rule-based Manager for Device Events and Files.
Aug 01 21:46:15 x systemd[1]: Finished Flush Journal to Persistent Storage.
Aug 01 21:46:15 x kernel: input: PC Speaker as /devices/platform/pcspkr/input/input9
Aug 01 21:46:15 x kernel: acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
Aug 01 21:46:15 x kernel: ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042F conflicts with OpRegion 0x0000000000000400-0x000000000000047F (\_SB.PCI0.LPC.PMIO) (20200925/utaddress-204)
Aug 01 21:46:15 x kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Aug 01 21:46:15 x kernel: ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x000000000000057F (\_SB.PCI0.LPC.LPIO) (20200925/utaddress-204)
Aug 01 21:46:15 x kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Aug 01 21:46:15 x kernel: ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x000000000000057F (\_SB.PCI0.LPC.LPIO) (20200925/utaddress-204)
Aug 01 21:46:15 x kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Aug 01 21:46:15 x kernel: ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x000000000000057F (\_SB.PCI0.LPC.LPIO) (20200925/utaddress-204)
Aug 01 21:46:15 x kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
Aug 01 21:46:15 x kernel: lpc_ich: Resource conflict(s) found affecting gpio_ich
Aug 01 21:46:15 x kernel: i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
Aug 01 21:46:15 x kernel: i2c i2c-0: 2/2 memory slots populated (from DMI)
Aug 01 21:46:15 x kernel: i2c i2c-0: Successfully instantiated SPD at 0x50
Aug 01 21:46:15 x kernel: i2c i2c-0: Successfully instantiated SPD at 0x51
Aug 01 21:46:15 x kernel: tpm_tis 00:05: 1.2 TPM (device-id 0x0, rev-id 78)
Aug 01 21:46:15 x kernel: tpm tpm0: TPM is disabled/deactivated (0x6)
Aug 01 21:46:15 x kernel: e1000e: Intel(R) PRO/1000 Network Driver
Aug 01 21:46:15 x kernel: e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
Aug 01 21:46:15 x kernel: e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
Aug 01 21:46:15 x kernel: thinkpad_acpi: ThinkPad ACPI Extras v0.26
Aug 01 21:46:15 x kernel: thinkpad_acpi: http://ibm-acpi.sf.net/
Aug 01 21:46:15 x kernel: thinkpad_acpi: ThinkPad BIOS 8DET76WW (1.46 ), EC unknown
Aug 01 21:46:15 x kernel: thinkpad_acpi: Lenovo ThinkPad X220, model 4291QT1
Aug 01 21:46:15 x kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Aug 01 21:46:15 x kernel: thinkpad_acpi: radio switch found; radios are enabled
Aug 01 21:46:15 x kernel: thinkpad_acpi: Tablet mode switch found (type: MHKG), currently in laptop mode
Aug 01 21:46:15 x kernel: thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
Aug 01 21:46:15 x kernel: thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
Aug 01 21:46:15 x kernel: thinkpad_acpi: rfkill switch tpacpi_wwan_sw: radio is unblocked
Aug 01 21:46:15 x kernel: thinkpad_acpi: Standard ACPI backlight interface available, not loading native one
Aug 01 21:46:15 x kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Aug 01 21:46:15 x kernel: thinkpad_acpi: battery 1 registered (start 0, stop 100)
Aug 01 21:46:15 x kernel: battery: new extension: ThinkPad Battery Extension
Aug 01 21:46:15 x kernel: input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input10
Aug 01 21:46:15 x kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Aug 01 21:46:15 x kernel: cfg80211: failed to load regulatory.db
Aug 01 21:46:15 x kernel: e1000e 0000:00:19.0 0000:00:19.0 (uninitialized): registered PHC clock
Aug 01 21:46:15 x systemd[1]: Found device SAMSUNG_MZ7PC128HAFU-000H1 Linux\x20filesystem.
Aug 01 21:46:15 x mtp-probe[406]: checking bus 2, device 3: "/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.4"
Aug 01 21:46:15 x systemd[1]: Found device SAMSUNG_MZ7PC128HAFU-000H1 EFI\x20System.
Aug 01 21:46:15 x mtp-probe[408]: checking bus 1, device 5: "/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1.4/1-1.1.4.2"
Aug 01 21:46:15 x mtp-probe[408]: bus: 1, device: 5 was not an MTP device
Aug 01 21:46:15 x mtp-probe[406]: bus: 2, device: 3 was not an MTP device
Aug 01 21:46:15 x mtp-probe[409]: checking bus 1, device 6: "/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1.4/1-1.1.4.3"
Aug 01 21:46:15 x mtp-probe[407]: checking bus 1, device 7: "/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1.4/1-1.1.4.4"
Aug 01 21:46:15 x mtp-probe[409]: bus: 1, device: 6 was not an MTP device
Aug 01 21:46:15 x mtp-probe[407]: bus: 1, device: 7 was not an MTP device
Aug 01 21:46:15 x kernel: e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) f0:de:f1:ca:b7:bf
Aug 01 21:46:15 x kernel: e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
Aug 01 21:46:15 x kernel: e1000e 0000:00:19.0 eth0: MAC: 10, PHY: 11, PBA No: 1000FF-0FF
Aug 01 21:46:15 x kernel: cdc_acm 2-1.4:1.1: ttyACM0: USB ACM device
Aug 01 21:46:15 x kernel: cdc_acm 2-1.4:1.3: ttyACM1: USB ACM device
Aug 01 21:46:15 x kernel: mousedev: PS/2 mouse device common for all mice
Aug 01 21:46:15 x kernel: cdc_acm 2-1.4:1.9: ttyACM2: USB ACM device
Aug 01 21:46:15 x kernel: usbcore: registered new interface driver cdc_acm
Aug 01 21:46:15 x kernel: cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
Aug 01 21:46:15 x kernel: RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 163840 ms ovfl timer
Aug 01 21:46:15 x kernel: RAPL PMU: hw unit of domain pp0-core 2^-16 Joules
Aug 01 21:46:15 x kernel: RAPL PMU: hw unit of domain package 2^-16 Joules
Aug 01 21:46:15 x kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-16 Joules
Aug 01 21:46:15 x kernel: cdc_wdm 2-1.4:1.5: cdc-wdm0: USB WDM device
Aug 01 21:46:15 x kernel: cdc_wdm 2-1.4:1.8: cdc-wdm1: USB WDM device
Aug 01 21:46:15 x kernel: usbcore: registered new interface driver cdc_wdm
Aug 01 21:46:15 x kernel: usbcore: registered new interface driver cdc_ether
Aug 01 21:46:15 x kernel: cdc_ncm 2-1.4:1.6: MAC-Address: 02:80:37:ec:02:00
Aug 01 21:46:15 x kernel: cdc_ncm 2-1.4:1.6 wwan0: register 'cdc_ncm' at usb-0000:00:1d.0-1.4, Mobile Broadband Network Device, 02:80:37:ec:02:00
Aug 01 21:46:15 x kernel: usbcore: registered new interface driver cdc_ncm
Aug 01 21:46:16 x systemd[1]: Created slice Slice /system/lvm2-pvscan.
Aug 01 21:46:16 x systemd[1]: Starting LVM event activation on device 254:0...
Aug 01 21:46:16 x kernel: usbcore: registered new interface driver cdc_mbim
Aug 01 21:46:16 x kernel: rtl8192ce: Chip Version ID: B_CHIP_88C
Aug 01 21:46:16 x lvm[469]:   pvscan[469] PV /dev/mapper/crypto online, VG Arch is complete.
Aug 01 21:46:16 x lvm[469]:   pvscan[469] VG Arch skip autoactivation.
Aug 01 21:46:16 x systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Aug 01 21:46:16 x systemd[1]: Starting Load/Save RF Kill Switch Status...
Aug 01 21:46:16 x kernel: rtl8192ce: Using firmware rtlwifi/rtl8192cfw.bin
Aug 01 21:46:16 x kernel: ieee80211 phy0: Selected rate control algorithm 'rtl_rc'
Aug 01 21:46:16 x kernel: rtlwifi: rtlwifi: wireless switch is on
Aug 01 21:46:16 x systemd[1]: Found device /dev/disk/by-uuid/925b08f3-06ee-4ae9-983d-6e3e6e3c2ad7.
Aug 01 21:46:16 x systemd[1]: Activating swap /dev/disk/by-uuid/925b08f3-06ee-4ae9-983d-6e3e6e3c2ad7...
Aug 01 21:46:16 x lvm[321]:   2 logical volume(s) in volume group "Arch" monitored
Aug 01 21:46:16 x systemd[1]: Finished LVM event activation on device 254:0.
Aug 01 21:46:16 x audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-pvscan@254:0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:46:16 x systemd-udevd[347]: Using default interface naming scheme 'v249'.
Aug 01 21:46:16 x systemd[1]: Activated swap /dev/disk/by-uuid/925b08f3-06ee-4ae9-983d-6e3e6e3c2ad7.
Aug 01 21:46:16 x systemd[1]: Reached target Swaps.
Aug 01 21:46:16 x systemd[1]: Mounting Temporary Directory /tmp...
Aug 01 21:46:16 x systemd[1]: Mounted Temporary Directory /tmp.
Aug 01 21:46:16 x kernel: Adding 524284k swap on /dev/mapper/Arch-swap.  Priority:-2 extents:1 across:524284k SSFS
Aug 01 21:46:16 x kernel: e1000e 0000:00:19.0 enp0s25: renamed from eth0
Aug 01 21:46:16 x systemd-udevd[359]: Using default interface naming scheme 'v249'.
Aug 01 21:46:16 x kernel: cdc_ncm 2-1.4:1.6 wwp0s29u1u4i6: renamed from wwan0
Aug 01 21:46:16 x systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Aug 01 21:46:16 x systemd[1]: Reached target Preparation for Local File Systems.
Aug 01 21:46:16 x systemd[1]: Condition check resulted in Virtual Machine and Container Storage (Compatibility) being skipped.
Aug 01 21:46:16 x systemd[1]: Starting File System Check on /dev/disk/by-uuid/0BDE-A870...
Aug 01 21:46:16 x systemd[1]: Starting File System Check on /dev/disk/by-uuid/dc3e5fbc-f1db-48ee-a070-a0fed555b349...
Aug 01 21:46:16 x audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:46:16 x kernel: iTCO_vendor_support: vendor-support=0
Aug 01 21:46:16 x kernel: at24 0-0050: supply vcc not found, using dummy regulator
Aug 01 21:46:16 x systemd-udevd[342]: Using default interface naming scheme 'v249'.
Aug 01 21:46:16 x kernel: at24 0-0050: 256 byte spd EEPROM, read-only
Aug 01 21:46:16 x kernel: at24 0-0051: supply vcc not found, using dummy regulator
Aug 01 21:46:16 x kernel: at24 0-0051: 256 byte spd EEPROM, read-only
Aug 01 21:46:16 x systemd-udevd[362]: Using default interface naming scheme 'v249'.
Aug 01 21:46:16 x audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:46:16 x systemd[1]: Started Load/Save RF Kill Switch Status.
Aug 01 21:46:16 x kernel: checking generic (e0000000 130000) vs hw (f1400000 400000)
Aug 01 21:46:16 x kernel: checking generic (e0000000 130000) vs hw (e0000000 10000000)
Aug 01 21:46:16 x kernel: fb0: switching to inteldrmfb from EFI VGA
Aug 01 21:46:16 x kernel: rtl8192ce 0000:03:00.0 wlp3s0: renamed from wlan0
Aug 01 21:46:16 x kernel: snd_hda_intel 0000:05:00.1: Disabling MSI
Aug 01 21:46:16 x kernel: snd_hda_intel 0000:05:00.1: Handle vga_switcheroo audio client
Aug 01 21:46:16 x systemd-fsck[485]: /dev/sda2: clean, 380/64000 files, 166615/256000 blocks
Aug 01 21:46:16 x kernel: Console: switching to colour dummy device 80x25
Aug 01 21:46:16 x kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
Aug 01 21:46:16 x systemd[1]: Finished File System Check on /dev/disk/by-uuid/dc3e5fbc-f1db-48ee-a070-a0fed555b349.
Aug 01 21:46:16 x systemd[1]: Mounting /boot...
Aug 01 21:46:16 x audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-dc3e5fbc\x2df1db\x2d48ee\x2da070\x2da0fed555b349 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:46:16 x kernel: EXT4-fs (sda2): mounting ext2 file system using the ext4 subsystem
Aug 01 21:46:16 x audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-0BDE\x2dA870 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:46:16 x systemd[1]: Finished File System Check on /dev/disk/by-uuid/0BDE-A870.
Aug 01 21:46:16 x systemd-fsck[487]: fsck.fat 4.2 (2021-01-31)
Aug 01 21:46:16 x systemd-fsck[487]: /dev/sda1: 5 files, 508/201616 clusters
Aug 01 21:46:16 x systemd[1]: Mounted /boot.
Aug 01 21:46:16 x systemd[1]: Mounting /boot/efi...
Aug 01 21:46:16 x kernel: EXT4-fs (sda2): mounted filesystem without journal. Opts: block_validity,barrier,user_xattr,acl
Aug 01 21:46:16 x kernel: ext2 filesystem being mounted at /boot supports timestamps until 2038 (0x7fffffff)
Aug 01 21:46:16 x kernel: i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
Aug 01 21:46:16 x systemd-udevd[343]: Using default interface naming scheme 'v249'.
Aug 01 21:46:16 x systemd[1]: Found device RTL8188CE 802.11b/g/n WiFi Adapter.
Aug 01 21:46:16 x kernel: psmouse serio1: trackpoint: IBM TrackPoint firmware: 0x0e, buttons: 3/3
Aug 01 21:46:16 x kernel: input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio1/input/input11
Aug 01 21:46:16 x kernel: iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
Aug 01 21:46:16 x kernel: iTCO_wdt: Found a Cougar Point TCO device (Version=2, TCOBASE=0x0460)
Aug 01 21:46:16 x kernel: iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Aug 01 21:46:16 x kernel: [drm] Initialized i915 1.6.0 20200917 for 0000:00:02.0 on minor 0
Aug 01 21:46:16 x kernel: ACPI: Video Device [VID] (multi-head: yes  rom: no  post: no)
Aug 01 21:46:16 x kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input12
Aug 01 21:46:16 x kernel: snd_hda_intel 0000:00:1b.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
Aug 01 21:46:16 x systemd[1]: Mounted /boot/efi.
Aug 01 21:46:16 x systemd[1]: Reached target Local File Systems.
Aug 01 21:46:16 x systemd[1]: Condition check resulted in Rebuild Dynamic Linker Cache being skipped.
Aug 01 21:46:16 x systemd[1]: Starting Create Volatile Files and Directories...
Aug 01 21:46:16 x systemd[1]: Finished Load/Save Random Seed.
Aug 01 21:46:16 x audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:46:16 x systemd[1]: Condition check resulted in First Boot Complete being skipped.
Aug 01 21:46:16 x systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
Aug 01 21:46:16 x systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
Aug 01 21:46:16 x kernel: random: crng init done
Aug 01 21:46:16 x kernel: random: 5 urandom warning(s) missed due to ratelimiting
Aug 01 21:46:16 x systemd[1]: Finished Create Volatile Files and Directories.
Aug 01 21:46:16 x audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:46:16 x systemd[1]: Condition check resulted in Rebuild Journal Catalog being skipped.
Aug 01 21:46:16 x systemd[1]: Condition check resulted in Update is Completed being skipped.
Aug 01 21:46:16 x systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Aug 01 21:46:16 x audit[500]: SYSTEM_BOOT pid=500 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Aug 01 21:46:16 x systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Aug 01 21:46:16 x audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:46:16 x systemd[1]: Reached target System Initialization.
Aug 01 21:46:16 x systemd[1]: Started CUPS Scheduler.
Aug 01 21:46:16 x systemd[1]: Started PathTest.
Aug 01 21:46:16 x systemd[1]: Started Daily rotation of log files.
Aug 01 21:46:16 x systemd[1]: Started Daily man-db regeneration.
Aug 01 21:46:16 x systemd[1]: Started Daily verification of password and group files.
Aug 01 21:46:16 x systemd[1]: Started Daily Cleanup of Temporary Directories.
Aug 01 21:46:16 x systemd[1]: Started Daily locate database update.
Aug 01 21:46:16 x systemd[1]: Reached target Path Units.
Aug 01 21:46:16 x systemd[1]: Reached target Timer Units.
Aug 01 21:46:16 x systemd[1]: Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
Aug 01 21:46:16 x systemd[1]: Listening on CUPS Scheduler.
Aug 01 21:46:16 x systemd[1]: Listening on D-Bus System Message Bus Socket.
Aug 01 21:46:16 x systemd[1]: Reached target Socket Units.
Aug 01 21:46:16 x systemd[1]: Reached target Basic System.
Aug 01 21:46:16 x systemd[1]: Started ACPI event daemon.
Aug 01 21:46:16 x audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=acpid comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:46:16 x kernel: input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1c.3/0000:05:00.1/sound/card1/input13
Aug 01 21:46:16 x kernel: input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1c.3/0000:05:00.1/sound/card1/input14
Aug 01 21:46:16 x kernel: input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1c.3/0000:05:00.1/sound/card1/input15
Aug 01 21:46:16 x kernel: input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1c.3/0000:05:00.1/sound/card1/input16
Aug 01 21:46:16 x kernel: input: HDA NVidia HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1c.3/0000:05:00.1/sound/card1/input17
Aug 01 21:46:16 x kernel: input: HDA NVidia HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:1c.3/0000:05:00.1/sound/card1/input18
Aug 01 21:46:16 x kernel: input: HDA NVidia HDMI/DP,pcm=12 as /devices/pci0000:00/0000:00:1c.3/0000:05:00.1/sound/card1/input19
Aug 01 21:46:16 x systemd[1]: Starting Avahi mDNS/DNS-SD Stack...
Aug 01 21:46:16 x systemd[1]: Started Periodic Command Scheduler.
Aug 01 21:46:16 x audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=cronie comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:46:16 x systemd[1]: Started D-Bus System Message Bus.
Aug 01 21:46:16 x audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:46:16 x systemd[1]: Starting Automatically generated profile by wifi-menu...
Aug 01 21:46:16 x audit: BPF prog-id=17 op=LOAD
Aug 01 21:46:16 x audit: BPF prog-id=18 op=LOAD
Aug 01 21:46:16 x audit: BPF prog-id=19 op=LOAD
Aug 01 21:46:16 x systemd[1]: Starting User Login Management...
Aug 01 21:46:16 x avahi-daemon[502]: Found user 'avahi' (UID 977) and group 'avahi' (GID 977).
Aug 01 21:46:16 x avahi-daemon[502]: Successfully dropped root privileges.
Aug 01 21:46:16 x avahi-daemon[502]: avahi-daemon 0.8 starting up.
Aug 01 21:46:16 x avahi-daemon[502]: WARNING: No NSS support for mDNS detected, consider installing nss-mdns!
Aug 01 21:46:16 x network[505]: Starting network profile 'wlp3s0-FRITZ!Box 6840 LTE'...
Aug 01 21:46:16 x kernel: snd_hda_codec_conexant hdaudioC0D0: CX20590: BIOS auto-probing.
Aug 01 21:46:16 x kernel: snd_hda_codec_conexant hdaudioC0D0: autoconfig for CX20590: line_outs=1 (0x1f/0x0/0x0/0x0/0x0) type:speaker
Aug 01 21:46:16 x kernel: snd_hda_codec_conexant hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Aug 01 21:46:16 x kernel: snd_hda_codec_conexant hdaudioC0D0:    hp_outs=2 (0x1c/0x19/0x0/0x0/0x0)
Aug 01 21:46:16 x kernel: snd_hda_codec_conexant hdaudioC0D0:    mono: mono_out=0x0
Aug 01 21:46:16 x kernel: snd_hda_codec_conexant hdaudioC0D0:    inputs:
Aug 01 21:46:16 x kernel: snd_hda_codec_conexant hdaudioC0D0:      Internal Mic=0x23
Aug 01 21:46:16 x kernel: snd_hda_codec_conexant hdaudioC0D0:      Mic=0x1b
Aug 01 21:46:16 x kernel: snd_hda_codec_conexant hdaudioC0D0:      Dock Mic=0x1a
Aug 01 21:46:16 x systemd[1]: Started Avahi mDNS/DNS-SD Stack.
Aug 01 21:46:16 x audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=avahi-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:46:16 x avahi-daemon[502]: Successfully called chroot().
Aug 01 21:46:16 x avahi-daemon[502]: Successfully dropped remaining capabilities.
Aug 01 21:46:16 x avahi-daemon[502]: No service file found in /etc/avahi/services.
Aug 01 21:46:16 x avahi-daemon[502]: Joining mDNS multicast group on interface lo.IPv6 with address ::1.
Aug 01 21:46:16 x avahi-daemon[502]: New relevant interface lo.IPv6 for mDNS.
Aug 01 21:46:16 x avahi-daemon[502]: Joining mDNS multicast group on interface lo.IPv4 with address 127.0.0.1.
Aug 01 21:46:16 x avahi-daemon[502]: New relevant interface lo.IPv4 for mDNS.
Aug 01 21:46:16 x avahi-daemon[502]: Network interface enumeration completed.
Aug 01 21:46:16 x avahi-daemon[502]: Registering new address record for ::1 on lo.*.
Aug 01 21:46:16 x avahi-daemon[502]: Registering new address record for 127.0.0.1 on lo.IPv4.
Aug 01 21:46:16 x kernel: input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input20
Aug 01 21:46:16 x kernel: input: HDA Intel PCH Dock Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input21
Aug 01 21:46:16 x kernel: input: HDA Intel PCH Dock Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input22
Aug 01 21:46:16 x kernel: input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input23
Aug 01 21:46:16 x kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input24
Aug 01 21:46:16 x kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input25
Aug 01 21:46:16 x kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input26
Aug 01 21:46:16 x systemd[1]: Starting Save/Restore Sound Card State...
Aug 01 21:46:16 x systemd[1]: Condition check resulted in Manage Sound Card State (restore and store) being skipped.
Aug 01 21:46:16 x crond[503]: (CRON) STARTUP (1.5.7)
Aug 01 21:46:16 x crond[503]: (CRON) INFO (Syslog will be used instead of sendmail.)
Aug 01 21:46:16 x crond[503]: (CRON) INFO (RANDOM_DELAY will be scaled with factor 27% if used.)
Aug 01 21:46:16 x crond[503]: (CRON) INFO (running with inotify support)
Aug 01 21:46:16 x alsactl[518]: alsa-lib parser.c:242:(error_node) UCM is not supported for this HDA model (HDA Intel PCH at 0xf2920000 irq 32)
Aug 01 21:46:16 x alsactl[518]: alsa-lib main.c:1405:(snd_use_case_mgr_open) error: failed to import hw:0 use case configuration -6
Aug 01 21:46:16 x audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:46:16 x alsactl[518]: alsa-lib parser.c:242:(error_node) UCM is not supported for this HDA model (HDA NVidia at 0xf1000000 irq 16)
Aug 01 21:46:16 x alsactl[518]: alsa-lib main.c:1405:(snd_use_case_mgr_open) error: failed to import hw:1 use case configuration -6
Aug 01 21:46:16 x systemd[1]: Finished Save/Restore Sound Card State.
Aug 01 21:46:16 x systemd[1]: Reached target Sound Card.
Aug 01 21:46:16 x systemd-logind[507]: Watching system buttons on /dev/input/event2 (Power Button)
Aug 01 21:46:16 x systemd-logind[507]: Watching system buttons on /dev/input/event0 (Lid Switch)
Aug 01 21:46:16 x systemd-logind[507]: Watching system buttons on /dev/input/event1 (Sleep Button)
Aug 01 21:46:16 x systemd-logind[507]: Watching system buttons on /dev/input/event5 (Metadot - Das Keyboard Das Keyboard 4 System Control)
Aug 01 21:46:16 x systemd-logind[507]: Watching system buttons on /dev/input/event3 (AT Translated Set 2 keyboard)
Aug 01 21:46:16 x systemd-logind[507]: Watching system buttons on /dev/input/event9 (ThinkPad Extra Buttons)
Aug 01 21:46:16 x systemd-logind[507]: New seat seat0.
Aug 01 21:46:16 x systemd[1]: Started User Login Management.
Aug 01 21:46:16 x audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:46:16 x kernel: fbcon: i915drmfb (fb0) is primary device
Aug 01 21:46:17 x kernel: Console: switching to colour frame buffer device 170x48
Aug 01 21:46:17 x kernel: i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
Aug 01 21:46:17 x kernel: intel_rapl_common: Found RAPL domain package
Aug 01 21:46:17 x kernel: intel_rapl_common: Found RAPL domain core
Aug 01 21:46:17 x kernel: intel_rapl_common: Found RAPL domain uncore
Aug 01 21:46:17 x kernel: intel_rapl_common: RAPL package-0 domain package locked by BIOS
Aug 01 21:46:17 x systemd[1]: Created slice Slice /system/systemd-backlight.
Aug 01 21:46:17 x systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:intel_backlight...
Aug 01 21:46:17 x systemd[1]: Starting autorandr execution hook...
Aug 01 21:46:17 x kernel: nvidia: loading out-of-tree module taints kernel.
Aug 01 21:46:17 x kernel: nvidia: module license 'NVIDIA' taints kernel.
Aug 01 21:46:17 x kernel: Disabling lock debugging due to kernel taint
Aug 01 21:46:17 x avahi-daemon[502]: Server startup complete. Host name is x.local. Local service cookie is 1944709242.
Aug 01 21:46:17 x audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=autorandr comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:46:17 x audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=autorandr comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:46:17 x systemd[1]: autorandr.service: Deactivated successfully.
Aug 01 21:46:17 x systemd[1]: Finished autorandr execution hook.
Aug 01 21:46:17 x systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:intel_backlight.
Aug 01 21:46:17 x audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:intel_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:46:17 x systemd[1]: Starting autorandr execution hook...
Aug 01 21:46:17 x systemd[1]: autorandr.service: Deactivated successfully.
Aug 01 21:46:17 x systemd[1]: Finished autorandr execution hook.
Aug 01 21:46:17 x audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=autorandr comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:46:17 x audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=autorandr comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:46:17 x kernel: nvidia: module verification failed: signature and/or required key missing - tainting kernel
Aug 01 21:46:17 x kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 235
Aug 01 21:46:17 x kernel: 
Aug 01 21:46:17 x kernel: nvidia 0000:05:00.0: enabling device (0000 -> 0003)
Aug 01 21:46:17 x kernel: nvidia 0000:05:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=none
Aug 01 21:46:17 x kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module  470.57.02  Tue Jul 13 16:14:05 UTC 2021
Aug 01 21:46:18 x kernel: nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  470.57.02  Tue Jul 13 16:06:24 UTC 2021
Aug 01 21:46:18 x kernel: [drm] [nvidia-drm] [GPU ID 0x00000500] Loading driver
Aug 01 21:46:18 x kernel: [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:05:00.0 on minor 1
Aug 01 21:46:18 x acpid[501]: starting up with netlink and the input layer
Aug 01 21:46:18 x acpid[501]: 1 rule loaded
Aug 01 21:46:18 x acpid[501]: waiting for events: event logging is off
Aug 01 21:46:18 x kernel: wlp3s0: authenticate with 9c:c7:a6:be:d7:fc
Aug 01 21:46:18 x kernel: wlp3s0: send auth to 9c:c7:a6:be:d7:fc (try 1/3)
Aug 01 21:46:18 x kernel: wlp3s0: authenticated
Aug 01 21:46:18 x kernel: wlp3s0: associate with 9c:c7:a6:be:d7:fc (try 1/3)
Aug 01 21:46:18 x kernel: wlp3s0: RX AssocResp from 9c:c7:a6:be:d7:fc (capab=0x31 status=0 aid=3)
Aug 01 21:46:18 x kernel: wlp3s0: associated
Aug 01 21:46:18 x kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlp3s0: link becomes ready
Aug 01 21:46:18 x systemd[1]: Started Automatically generated profile by wifi-menu.
Aug 01 21:46:18 x systemd[1]: Reached target Network.
Aug 01 21:46:18 x audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=netctl@wlp3s0\x2dFRITZ\x21Box\x206840\x20LTE comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:46:18 x systemd[1]: Starting CUPS Scheduler...
Aug 01 21:46:18 x systemd[1]: Starting Network Time Service...
Aug 01 21:46:18 x systemd[1]: Starting Permit User Sessions...
Aug 01 21:46:18 x dhcpcd[632]: dhcpcd-9.4.0 starting
Aug 01 21:46:18 x dhcpcd[636]: DUID 00:04:dc:70:1e:01:43:e8:11:cb:8f:2a:fc:fe:95:f8:ca:90
Aug 01 21:46:18 x ntpd[631]: ntpd 4.2.8p15@1.3728-o Wed Jul  1 17:02:17 UTC 2020 (1): Starting
Aug 01 21:46:18 x ntpd[631]: Command line: /usr/bin/ntpd -g -u ntp:ntp
Aug 01 21:46:18 x ntpd[631]: ----------------------------------------------------
Aug 01 21:46:18 x ntpd[631]: ntp-4 is maintained by Network Time Foundation,
Aug 01 21:46:18 x ntpd[631]: Inc. (NTF), a non-profit 501(c)(3) public-benefit
Aug 01 21:46:18 x ntpd[631]: corporation.  Support and training for ntp-4 are
Aug 01 21:46:18 x ntpd[631]: available at https://www.nwtime.org/support
Aug 01 21:46:18 x ntpd[631]: ----------------------------------------------------
Aug 01 21:46:18 x ntpd[639]: proto: precision = 0.064 usec (-24)
Aug 01 21:46:18 x systemd[1]: Finished Permit User Sessions.
Aug 01 21:46:18 x ntpd[639]: basedate set to 2020-06-19
Aug 01 21:46:18 x ntpd[639]: gps base set to 2020-06-21 (week 2111)
Aug 01 21:46:18 x ntpd[639]: Listen and drop on 0 v6wildcard [::]:123
Aug 01 21:46:18 x ntpd[639]: Listen and drop on 1 v4wildcard 0.0.0.0:123
Aug 01 21:46:18 x ntpd[639]: Listen normally on 2 lo 127.0.0.1:123
Aug 01 21:46:18 x ntpd[639]: Listen normally on 3 lo [::1]:123
Aug 01 21:46:18 x ntpd[639]: bind(20) AF_INET6 fe80::76de:2bff:fe59:4a69%4#123 flags 0x11 failed: Cannot assign requested address
Aug 01 21:46:18 x ntpd[639]: unable to create socket on wlp3s0 (4) for fe80::76de:2bff:fe59:4a69%4#123
Aug 01 21:46:18 x ntpd[639]: failed to init interface for address fe80::76de:2bff:fe59:4a69%4
Aug 01 21:46:18 x ntpd[639]: Listening on routing socket on fd #20 for interface updates
Aug 01 21:46:18 x ntpd[639]: kernel reports TIME_ERROR: 0x41: Clock Unsynchronized
Aug 01 21:46:18 x ntpd[639]: kernel reports TIME_ERROR: 0x41: Clock Unsynchronized
Aug 01 21:46:18 x audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:46:18 x audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:46:18 x systemd[1]: Started Getty on tty1.
Aug 01 21:46:18 x systemd[1]: Reached target Login Prompts.
Aug 01 21:46:18 x audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ntpd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:46:18 x systemd[1]: Started Network Time Service.
Aug 01 21:46:18 x systemd[1]: Reached target Multi-User System.
Aug 01 21:46:18 x systemd[1]: Reached target Graphical Interface.
Aug 01 21:46:19 x kernel: 8021q: 802.1Q VLAN Support v1.8
Aug 01 21:46:19 x dhcpcd[636]: wlp3s0: connected to Access Point: FRITZ!Box 6840 LTE
Aug 01 21:46:19 x dhcpcd[636]: wlp3s0: IAID 2b:59:4a:69
Aug 01 21:46:19 x dbus-daemon[504]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.3' (uid=0 pid=641 comm="/bin/login -f    ")
Aug 01 21:46:19 x dbus-daemon[504]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Aug 01 21:46:19 x login[641]: pam_systemd_home(login:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Aug 01 21:46:19 x audit[641]: USER_ACCT pid=641 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="ra" exe="/usr/bin/login" hostname=x addr=? terminal=/dev/tty1 res=success'
Aug 01 21:46:19 x audit[641]: CRED_ACQ pid=641 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_env,pam_faillock acct="ra" exe="/usr/bin/login" hostname=x addr=? terminal=/dev/tty1 res=success'
Aug 01 21:46:19 x login[641]: pam_unix(login:session): session opened for user ra(uid=1000) by LOGIN(uid=0)
Aug 01 21:46:19 x systemd[1]: Created slice User Slice of UID 1000.
Aug 01 21:46:19 x systemd[1]: Starting User Runtime Directory /run/user/1000...
Aug 01 21:46:19 x systemd-logind[507]: New session 1 of user ra.
Aug 01 21:46:19 x systemd[1]: Finished User Runtime Directory /run/user/1000.
Aug 01 21:46:19 x audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:46:19 x systemd[1]: Starting User Manager for UID 1000...
Aug 01 21:46:19 x dbus-daemon[504]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service' requested by ':1.5' (uid=0 pid=630 comm="/usr/bin/cupsd -l ")
Aug 01 21:46:19 x dbus-daemon[504]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.6' (uid=0 pid=646 comm="(systemd) ")
Aug 01 21:46:19 x systemd[1]: Starting Manage, Install and Generate Color Profiles...
Aug 01 21:46:19 x dbus-daemon[504]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Aug 01 21:46:19 x systemd[646]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Aug 01 21:46:19 x systemd[646]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[ra] ruser=[<unknown>] rhost=[<unknown>]
Aug 01 21:46:19 x audit[646]: USER_ACCT pid=646 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="ra" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:46:19 x audit[646]: CRED_ACQ pid=646 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="ra" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Aug 01 21:46:19 x systemd[646]: pam_unix(systemd-user:session): session opened for user ra(uid=1000) by (uid=0)
Aug 01 21:46:19 x audit[646]: USER_START pid=646 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="ra" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:46:19 x systemd[646]: pam_env(systemd-user:session): deprecated reading of user environment enabled
Aug 01 21:46:19 x audit: BPF prog-id=20 op=LOAD
Aug 01 21:46:19 x audit: BPF prog-id=20 op=UNLOAD
Aug 01 21:46:19 x dhcpcd[636]: wlp3s0: rebinding lease of 192.168.188.20
Aug 01 21:46:19 x dbus-daemon[504]: [system] Successfully activated service 'org.freedesktop.ColorManager'
Aug 01 21:46:19 x systemd[1]: Started Manage, Install and Generate Color Profiles.
Aug 01 21:46:19 x audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=colord comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:46:19 x dhcpcd[636]: wlp3s0: probing address 192.168.188.20/24
Aug 01 21:46:19 x systemd[646]: Queued start job for default target Main User Target.
Aug 01 21:46:19 x audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:46:19 x audit[641]: USER_START pid=641 uid=0 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="ra" exe="/usr/bin/login" hostname=x addr=? terminal=/dev/tty1 res=success'
Aug 01 21:46:19 x audit[641]: CRED_REFR pid=641 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_env,pam_faillock acct="ra" exe="/usr/bin/login" hostname=x addr=? terminal=/dev/tty1 res=success'
Aug 01 21:46:19 x login[641]: pam_env(login:session): deprecated reading of user environment enabled
Aug 01 21:46:19 x systemd[646]: Created slice User Application Slice.
Aug 01 21:46:19 x login[641]: LOGIN ON tty1 BY ra
Aug 01 21:46:19 x systemd[646]: Started Run duplicity backup timer.
Aug 01 21:46:19 x systemd[646]: Started Mailbox synchronization timer.
Aug 01 21:46:19 x audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=cups comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:46:19 x systemd[646]: Reached target Paths.
Aug 01 21:46:19 x systemd[646]: Reached target Timers.
Aug 01 21:46:19 x systemd[646]: Starting D-Bus User Message Bus Socket...
Aug 01 21:46:19 x systemd[646]: Listening on GnuPG network certificate management daemon.
Aug 01 21:46:19 x systemd[646]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Aug 01 21:46:19 x systemd[646]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Aug 01 21:46:19 x systemd[646]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Aug 01 21:46:19 x systemd[646]: Listening on GnuPG cryptographic agent and passphrase cache.
Aug 01 21:46:19 x systemd[646]: Listening on p11-kit server.
Aug 01 21:46:19 x systemd[646]: Listening on Sound System.
Aug 01 21:46:19 x systemd[646]: Listening on D-Bus User Message Bus Socket.
Aug 01 21:46:19 x systemd[646]: Reached target Sockets.
Aug 01 21:46:19 x systemd[646]: Reached target Basic System.
Aug 01 21:46:19 x systemd[1]: Started User Manager for UID 1000.
Aug 01 21:46:19 x systemd[1]: Started Session 1 of User ra.
Aug 01 21:46:19 x systemd[646]: Started Jobs.ch Watch for new coverletter.md.
Aug 01 21:46:19 x systemd[646]: Reached target Main User Target.
Aug 01 21:46:19 x systemd[646]: Startup finished in 149ms.
Aug 01 21:46:19 x systemd[1]: Started CUPS Scheduler.
Aug 01 21:46:19 x systemd[1]: Startup finished in 8.658s (kernel) + 4.755s (userspace) = 13.414s.
Aug 01 21:46:19 x sudo[665]: pam_unix(sudo:auth): user [ra] has blank password; authenticated without it
Aug 01 21:46:19 x audit[665]: USER_AUTH pid=665 uid=1000 auid=1000 ses=1 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="ra" exe="/usr/bin/sudo" hostname=x addr=? terminal=/dev/tty1 res=success'
Aug 01 21:46:19 x audit[665]: USER_ACCT pid=665 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="ra" exe="/usr/bin/sudo" hostname=x addr=? terminal=/dev/tty1 res=success'
Aug 01 21:46:19 x audit[665]: CRED_REFR pid=665 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=x addr=? terminal=/dev/tty1 res=success'
Aug 01 21:46:19 x dbus-daemon[504]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.9' (uid=0 pid=665 comm="sudo loadkeys /home/user/.keystrings ")
Aug 01 21:46:19 x dbus-daemon[504]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Aug 01 21:46:19 x sudo[665]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Aug 01 21:46:19 x sudo[665]:       ra : TTY=tty1 ; PWD=/home/user ; USER=root ; COMMAND=/usr/bin/loadkeys /home/user/.keystrings
Aug 01 21:46:19 x sudo[665]: pam_unix(sudo:session): session opened for user root(uid=0) by ra(uid=1000)
Aug 01 21:46:19 x audit[665]: USER_START pid=665 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=x addr=? terminal=/dev/tty1 res=success'
Aug 01 21:46:19 x sudo[665]: pam_unix(sudo:session): session closed for user root
Aug 01 21:46:19 x audit[665]: USER_END pid=665 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=x addr=? terminal=/dev/tty1 res=success'
Aug 01 21:46:19 x audit[665]: CRED_DISP pid=665 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=x addr=? terminal=/dev/tty1 res=success'
Aug 01 21:46:19 x acpid[501]: client connected from 686[1000:1000]
Aug 01 21:46:19 x acpid[501]: 1 client rule loaded
Aug 01 21:46:19 x acpid[501]: client connected from 686[1000:1000]
Aug 01 21:46:19 x acpid[501]: 1 client rule loaded
Aug 01 21:46:19 x ntpd[639]: bind(23) AF_INET6 fe80::76de:2bff:fe59:4a69%4#123 flags 0x11 failed: Cannot assign requested address
Aug 01 21:46:19 x ntpd[639]: unable to create socket on wlp3s0 (5) for fe80::76de:2bff:fe59:4a69%4#123
Aug 01 21:46:19 x ntpd[639]: failed to init interface for address fe80::76de:2bff:fe59:4a69%4
Aug 01 21:46:20 x kernel: NVRM: GPU 0000:05:00.0: RmInitAdapter failed! (0x26:0x56:1262)
Aug 01 21:46:20 x kernel: NVRM: GPU 0000:05:00.0: rm_init_adapter failed, device minor number 0
Aug 01 21:46:20 x kernel: NVRM: GPU 0000:05:00.0: RmInitAdapter failed! (0x26:0x56:1262)
Aug 01 21:46:20 x kernel: NVRM: GPU 0000:05:00.0: rm_init_adapter failed, device minor number 0
Aug 01 21:46:21 x avahi-daemon[502]: Joining mDNS multicast group on interface wlp3s0.IPv6 with address fe80::76de:2bff:fe59:4a69.
Aug 01 21:46:21 x avahi-daemon[502]: New relevant interface wlp3s0.IPv6 for mDNS.
Aug 01 21:46:21 x avahi-daemon[502]: Registering new address record for fe80::76de:2bff:fe59:4a69 on wlp3s0.*.
Aug 01 21:46:21 x kernel: i915 0000:00:02.0: [drm] Reducing the compressed framebuffer size. This may lead to less power savings than a non-reduced-size. Try to increase stolen memory size if available in BIOS.
Aug 01 21:46:21 x systemd[1]: systemd-rfkill.service: Deactivated successfully.
Aug 01 21:46:21 x audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:46:21 x kernel: kauditd_printk_skb: 53 callbacks suppressed
Aug 01 21:46:21 x kernel: audit: type=1131 audit(1627847181.258:65): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:46:21 x systemd[646]: Started GnuPG cryptographic agent and passphrase cache.
Aug 01 21:46:21 x gpg-agent[706]: gpg-agent (GnuPG) 2.2.29 starting in supervised mode.
Aug 01 21:46:21 x gpg-agent[706]: using fd 3 for extra socket (/run/user/1000/gnupg/S.gpg-agent.extra)
Aug 01 21:46:21 x gpg-agent[706]: using fd 4 for std socket (/run/user/1000/gnupg/S.gpg-agent)
Aug 01 21:46:21 x gpg-agent[706]: using fd 5 for ssh socket (/run/user/1000/gnupg/S.gpg-agent.ssh)
Aug 01 21:46:21 x gpg-agent[706]: using fd 6 for browser socket (/run/user/1000/gnupg/S.gpg-agent.browser)
Aug 01 21:46:21 x gpg-agent[706]: listening on: std=4 extra=3 browser=6 ssh=5
Aug 01 21:46:21 x dbus-daemon[504]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service' requested by ':1.12' (uid=1000 pid=709 comm="/usr/bin/python /usr/bin/udiskie ")
Aug 01 21:46:21 x systemd[1]: Starting Disk Manager...
Aug 01 21:46:21 x udisksd[726]: udisks daemon version 2.9.2 starting
Aug 01 21:46:21 x dbus-daemon[504]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.13' (uid=0 pid=726 comm="/usr/lib/udisks2/udisksd ")
Aug 01 21:46:21 x systemd[1]: Starting Authorization Manager...
Aug 01 21:46:21 x polkitd[730]: Started polkitd version 0.119
Aug 01 21:46:21 x polkitd[730]: Loading rules from directory /etc/polkit-1/rules.d
Aug 01 21:46:21 x polkitd[730]: Loading rules from directory /usr/share/polkit-1/rules.d
Aug 01 21:46:21 x polkitd[730]: Finished loading, compiling and executing 2 rules
Aug 01 21:46:21 x dbus-daemon[504]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Aug 01 21:46:21 x systemd[1]: Started Authorization Manager.
Aug 01 21:46:21 x polkitd[730]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Aug 01 21:46:21 x audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:46:21 x kernel: audit: type=1130 audit(1627847181.828:66): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:46:21 x dbus-daemon[504]: [system] Successfully activated service 'org.freedesktop.UDisks2'
Aug 01 21:46:21 x systemd[1]: Started Disk Manager.
Aug 01 21:46:21 x audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=udisks2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:46:21 x kernel: audit: type=1130 audit(1627847181.888:67): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=udisks2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:46:21 x udisksd[726]: Acquired the name org.freedesktop.UDisks2 on the system message bus
Aug 01 21:46:21 x systemd[646]: Started D-Bus User Message Bus.
Aug 01 21:46:21 x dbus-daemon[757]: [session uid=1000 pid=757] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.1' (uid=1000 pid=719 comm="nvidia-settings --assign GPULogoBrightness=0 ")
Aug 01 21:46:21 x systemd[646]: Starting Accessibility services bus...
Aug 01 21:46:21 x dbus-daemon[757]: [session uid=1000 pid=757] Successfully activated service 'org.a11y.Bus'
Aug 01 21:46:21 x systemd[646]: Started Accessibility services bus.
Aug 01 21:46:22 x at-spi-bus-launcher[766]: dbus-daemon[766]: Activating service name='org.a11y.atspi.Registry' requested by ':1.1' (uid=1000 pid=709 comm="/usr/bin/python /usr/bin/udiskie ")
Aug 01 21:46:22 x at-spi-bus-launcher[766]: dbus-daemon[766]: Successfully activated service 'org.a11y.atspi.Registry'
Aug 01 21:46:22 x at-spi-bus-launcher[779]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Aug 01 21:46:22 x kernel: FAT-fs (sdb): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
Aug 01 21:46:22 x udisksd[726]: Mounted /dev/sdb at /run/media/ra/2B44-7142 on behalf of uid 1000
Aug 01 21:46:22 x dbus-daemon[757]: [session uid=1000 pid=757] Activating via systemd: service name='org.freedesktop.Notifications' unit='dunst.service' requested by ':1.6' (uid=1000 pid=709 comm="/usr/bin/python /usr/bin/udiskie ")
Aug 01 21:46:22 x systemd[646]: Starting Dunst notification daemon...
Aug 01 21:46:22 x dunst[786]: CRITICAL: Cannot open X11 display.
Aug 01 21:46:22 x systemd[646]: dunst.service: Main process exited, code=exited, status=1/FAILURE
Aug 01 21:46:22 x systemd[646]: dunst.service: Failed with result 'exit-code'.
Aug 01 21:46:22 x systemd[646]: Failed to start Dunst notification daemon.
Aug 01 21:46:22 x kernel: NVRM: GPU 0000:05:00.0: RmInitAdapter failed! (0x26:0x56:1262)
Aug 01 21:46:22 x kernel: NVRM: GPU 0000:05:00.0: rm_init_adapter failed, device minor number 0
Aug 01 21:46:22 x kernel: NVRM: GPU 0000:05:00.0: RmInitAdapter failed! (0x26:0x56:1262)
Aug 01 21:46:22 x kernel: NVRM: GPU 0000:05:00.0: rm_init_adapter failed, device minor number 0
Aug 01 21:46:22 x ntpd[639]: Listen normally on 6 wlp3s0 [fe80::76de:2bff:fe59:4a69%4]:123
Aug 01 21:46:22 x ntpd[639]: new interface(s) found: waking up resolver
Aug 01 21:46:22 x kernel: NVRM: GPU 0000:05:00.0: RmInitAdapter failed! (0x26:0x56:1262)
Aug 01 21:46:22 x kernel: NVRM: GPU 0000:05:00.0: rm_init_adapter failed, device minor number 0
Aug 01 21:46:23 x kernel: NVRM: GPU 0000:05:00.0: RmInitAdapter failed! (0x26:0x56:1262)
Aug 01 21:46:23 x kernel: NVRM: GPU 0000:05:00.0: rm_init_adapter failed, device minor number 0
Aug 01 21:46:23 x dbus-daemon[812]: [session uid=1000 pid=810] Activating service name='org.a11y.Bus' requested by ':1.0' (uid=1000 pid=703 comm="emacs ")
Aug 01 21:46:23 x dbus-daemon[812]: [session uid=1000 pid=810] Successfully activated service 'org.a11y.Bus'
Aug 01 21:46:23 x org.a11y.Bus[820]: dbus-daemon[820]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=1000 pid=703 comm="emacs ")
Aug 01 21:46:23 x org.a11y.Bus[820]: dbus-daemon[820]: Successfully activated service 'org.a11y.atspi.Registry'
Aug 01 21:46:23 x org.a11y.Bus[824]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Aug 01 21:46:23 x dhcpcd[636]: wlp3s0: leased 192.168.188.20 for 864000 seconds
Aug 01 21:46:23 x avahi-daemon[502]: Joining mDNS multicast group on interface wlp3s0.IPv4 with address 192.168.188.20.
Aug 01 21:46:23 x avahi-daemon[502]: New relevant interface wlp3s0.IPv4 for mDNS.
Aug 01 21:46:23 x avahi-daemon[502]: Registering new address record for 192.168.188.20 on wlp3s0.IPv4.
Aug 01 21:46:23 x dhcpcd[636]: wlp3s0: adding route to 192.168.188.0/24
Aug 01 21:46:23 x dhcpcd[636]: wlp3s0: adding default route via 192.168.188.1
Aug 01 21:46:23 x network[505]: Started network profile 'wlp3s0-FRITZ!Box 6840 LTE'
Aug 01 21:46:24 x ntpd[639]: Listen normally on 7 wlp3s0 192.168.188.20:123
Aug 01 21:46:24 x ntpd[639]: new interface(s) found: waking up resolver
Aug 01 21:46:31 x ntpd[639]: receive: Unexpected origin timestamp 0xe4b17897.f6063c34 does not match aorg 0000000000.00000000 from server@217.147.208.1 xmt 0xe4b17897.98fc7479
Aug 01 21:46:31 x ntpd[639]: receive: Unexpected origin timestamp 0xe4b17897.f60e2032 does not match aorg 0000000000.00000000 from server@195.186.1.101 xmt 0xe4b17897.9b8d13c8
Aug 01 21:46:41 x sudo[929]: pam_unix(sudo:auth): user [ra] has blank password; authenticated without it
Aug 01 21:46:41 x audit[929]: USER_AUTH pid=929 uid=1000 auid=1000 ses=1 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="ra" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Aug 01 21:46:41 x dbus-daemon[504]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.16' (uid=0 pid=929 comm="sudo loadkeys /home/user/.keystrings ")
Aug 01 21:46:41 x dbus-daemon[504]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Aug 01 21:46:41 x sudo[929]: pam_systemd_home(sudo:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Aug 01 21:46:41 x audit[929]: USER_ACCT pid=929 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="ra" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Aug 01 21:46:41 x sudo[929]:       ra : TTY=pts/0 ; PWD=/home/user ; USER=root ; COMMAND=/usr/bin/loadkeys /home/user/.keystrings
Aug 01 21:46:41 x kernel: audit: type=1100 audit(1627847201.355:68): pid=929 uid=1000 auid=1000 ses=1 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="ra" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Aug 01 21:46:41 x kernel: audit: type=1101 audit(1627847201.355:69): pid=929 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="ra" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Aug 01 21:46:41 x audit[929]: CRED_REFR pid=929 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Aug 01 21:46:41 x sudo[929]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=1000)
Aug 01 21:46:41 x audit[929]: USER_START pid=929 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Aug 01 21:46:41 x sudo[929]: pam_unix(sudo:session): session closed for user root
Aug 01 21:46:41 x audit[929]: USER_END pid=929 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Aug 01 21:46:41 x audit[929]: CRED_DISP pid=929 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Aug 01 21:46:41 x kernel: audit: type=1110 audit(1627847201.365:70): pid=929 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Aug 01 21:46:41 x kernel: audit: type=1105 audit(1627847201.365:71): pid=929 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Aug 01 21:46:41 x kernel: audit: type=1106 audit(1627847201.365:72): pid=929 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Aug 01 21:46:41 x kernel: audit: type=1104 audit(1627847201.365:73): pid=929 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'

Offline

#5 2021-08-01 20:29:55

pisauraxtx
Member
Registered: 2021-05-15
Posts: 30

Re: Nvidia gpu not recognized after update

Hope you all don't mind me also posting those infos. Maybe some common error can be detected.

Xorg.0.log

[     9.876] (--) Log file renamed from "/var/log/Xorg.pid-816.log" to "/var/log/Xorg.0.log"
[     9.876] 
X.Org X Server 1.20.13
X Protocol Version 11, Revision 0
[     9.876] Build Operating System: Linux Archlinux
[     9.876] Current Operating System: Linux schratzinsel 5.13.7-arch1-1 #1 SMP PREEMPT Sat, 31 Jul 2021 13:18:52 +0000 x86_64
[     9.876] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=f2d72e19-6b96-483f-86fb-395687472a7e rw loglevel=3 nvidia-drm.modeset=1
[     9.876] Build Date: 29 July 2021  07:43:01PM
[     9.876]  
[     9.876] Current version of pixman: 0.40.0
[     9.876] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[     9.876] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[     9.877] (==) Log file: "/var/log/Xorg.0.log", Time: Sun Aug  1 21:21:42 2021
[     9.877] (==) Using config file: "/etc/X11/xorg.conf"
[     9.877] (==) Using config directory: "/etc/X11/xorg.conf.d"
[     9.877] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[     9.877] (==) ServerLayout "Layout0"
[     9.877] (**) |-->Screen "Screen0" (0)
[     9.877] (**) |   |-->Monitor "Monitor0"
[     9.877] (**) |   |-->Device "Device0"
[     9.877] (**) |-->Input Device "Keyboard0"
[     9.877] (**) |-->Input Device "Mouse0"
[     9.877] (**) Option "Xinerama" "0"
[     9.877] (==) Automatically adding devices
[     9.877] (==) Automatically enabling devices
[     9.877] (==) Automatically adding GPU devices
[     9.877] (==) Automatically binding GPU devices
[     9.877] (==) Max clients allowed: 256, resource mask: 0x1fffff
[     9.878] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[     9.878] 	Entry deleted from font path.
[     9.878] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[     9.878] 	Entry deleted from font path.
[     9.878] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[     9.878] 	Entry deleted from font path.
[     9.878] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[     9.878] 	Entry deleted from font path.
[     9.878] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF
[     9.878] (==) ModulePath set to "/usr/lib/xorg/modules"
[     9.878] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[     9.878] (WW) Disabling Keyboard0
[     9.878] (WW) Disabling Mouse0
[     9.878] (II) Module ABI versions:
[     9.878] 	X.Org ANSI C Emulation: 0.4
[     9.878] 	X.Org Video Driver: 24.1
[     9.878] 	X.Org XInput driver : 24.1
[     9.878] 	X.Org Server Extension : 10.0
[     9.878] (++) using VT number 1

[     9.878] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[     9.879] (II) xfree86: Adding drm device (/dev/dri/card0)
[     9.894] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[     9.895] (--) PCI:*(43@0:0:0) 10de:1c82:10de:11bf rev 161, Mem @ 0xfb000000/16777216, 0xd0000000/268435456, 0xe0000000/33554432, I/O @ 0x0000f000/128, BIOS @ 0x????????/524288
[     9.895] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[     9.895] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
[     9.895] (II) LoadModule: "dbe"
[     9.895] (II) Module "dbe" already built-in
[     9.895] (II) LoadModule: "extmod"
[     9.895] (II) Module "extmod" already built-in
[     9.895] (II) LoadModule: "glx"
[     9.895] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[     9.899] (II) Module glx: vendor="X.Org Foundation"
[     9.899] 	compiled for 1.20.13, module version = 1.0.0
[     9.899] 	ABI class: X.Org Server Extension, version 10.0
[     9.899] (II) LoadModule: "nvidia"
[     9.899] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[     9.902] (II) Module nvidia: vendor="NVIDIA Corporation"
[     9.902] 	compiled for 1.6.99.901, module version = 1.0.0
[     9.902] 	Module class: X.Org Video Driver
[     9.902] (II) NVIDIA dlloader X Driver  470.57.02  Tue Jul 13 16:13:51 UTC 2021
[     9.902] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[     9.902] (II) Loading sub module "fb"
[     9.902] (II) LoadModule: "fb"
[     9.902] (II) Loading /usr/lib/xorg/modules/libfb.so
[     9.903] (II) Module fb: vendor="X.Org Foundation"
[     9.903] 	compiled for 1.20.13, module version = 1.0.0
[     9.903] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     9.903] (II) Loading sub module "wfb"
[     9.903] (II) LoadModule: "wfb"
[     9.903] (II) Loading /usr/lib/xorg/modules/libwfb.so
[     9.903] (II) Module wfb: vendor="X.Org Foundation"
[     9.903] 	compiled for 1.20.13, module version = 1.0.0
[     9.903] 	ABI class: X.Org ANSI C Emulation, version 0.4
[     9.903] (II) Loading sub module "ramdac"
[     9.903] (II) LoadModule: "ramdac"
[     9.903] (II) Module "ramdac" already built-in
[     9.904] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[     9.904] (==) NVIDIA(0): RGB weight 888
[     9.904] (==) NVIDIA(0): Default visual is TrueColor
[     9.904] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[     9.904] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[     9.904] (**) NVIDIA(0): Option "Stereo" "0"
[     9.904] (**) NVIDIA(0): Option "nvidiaXineramaInfoOrder" "DFP-0"
[     9.904] (**) NVIDIA(0): Option "SLI" "Off"
[     9.904] (**) NVIDIA(0): Option "MultiGPU" "Off"
[     9.904] (**) NVIDIA(0): Option "BaseMosaic" "off"
[     9.904] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[     9.904] (**) NVIDIA(0): Stereo disabled by request
[     9.904] (**) NVIDIA(0): NVIDIA SLI disabled.
[     9.904] (**) NVIDIA(0): NVIDIA Multi-GPU disabled.
[     9.904] (**) NVIDIA(0): Option "MetaModes" "nvidia-auto-select +0+0"
[     9.904] (**) NVIDIA(0): Enabling 2D acceleration
[     9.904] (II) Loading sub module "glxserver_nvidia"
[     9.904] (II) LoadModule: "glxserver_nvidia"
[     9.904] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[     9.921] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[     9.921] 	compiled for 1.6.99.901, module version = 1.0.0
[     9.921] 	Module class: X.Org Server Extension
[     9.921] (II) NVIDIA GLX Module  470.57.02  Tue Jul 13 16:10:58 UTC 2021
[     9.921] (II) NVIDIA: The X server supports PRIME Render Offload.
[     9.922] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:43:0:0
[     9.922] (--) NVIDIA(0):     DFP-0 (boot)
[     9.922] (--) NVIDIA(0):     DFP-1
[     9.922] (--) NVIDIA(0):     DFP-2
[     9.922] (--) NVIDIA(0):     DFP-3
[     9.922] (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce GTX 1050 Ti (GP107-A) at PCI:43:0:0
[     9.922] (II) NVIDIA(0):     (GPU-0)
[     9.922] (--) NVIDIA(0): Memory: 4194304 kBytes
[     9.922] (--) NVIDIA(0): VideoBIOS: 86.07.42.00.2c
[     9.922] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[     9.937] (--) NVIDIA(GPU-0): BenQ RL2450H (DFP-0): connected
[     9.937] (--) NVIDIA(GPU-0): BenQ RL2450H (DFP-0): Internal TMDS
[     9.937] (--) NVIDIA(GPU-0): BenQ RL2450H (DFP-0): 330.0 MHz maximum pixel clock
[     9.937] (--) NVIDIA(GPU-0): 
[     9.937] (--) NVIDIA(GPU-0): DFP-1: disconnected
[     9.937] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[     9.937] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[     9.937] (--) NVIDIA(GPU-0): 
[     9.937] (--) NVIDIA(GPU-0): DFP-2: disconnected
[     9.937] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[     9.937] (--) NVIDIA(GPU-0): DFP-2: 1440.0 MHz maximum pixel clock
[     9.937] (--) NVIDIA(GPU-0): 
[     9.937] (--) NVIDIA(GPU-0): DFP-3: disconnected
[     9.937] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[     9.937] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[     9.937] (--) NVIDIA(GPU-0): 
[     9.939] (II) NVIDIA(0): Validated MetaModes:
[     9.939] (II) NVIDIA(0):     "nvidia-auto-select+0+0"
[     9.939] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
[     9.942] (--) NVIDIA(0): DPI set to (92, 91); computed from "UseEdidDpi" X config
[     9.942] (--) NVIDIA(0):     option
[     9.942] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[     9.942] (II) NVIDIA:     access.
[     9.943] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[     9.943] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
[     9.943] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
[     9.943] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
[     9.943] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
[     9.943] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
[     9.943] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
[     9.943] (II) NVIDIA(0):     Config Options in the README.
[     9.953] (II) NVIDIA(0): Setting mode "nvidia-auto-select+0+0"
[     9.979] (==) NVIDIA(0): Disabling shared memory pixmaps
[     9.979] (==) NVIDIA(0): Backing store enabled
[     9.979] (==) NVIDIA(0): Silken mouse disabled
[     9.979] (**) NVIDIA(0): DPMS enabled
[     9.980] (II) Loading sub module "dri2"
[     9.980] (II) LoadModule: "dri2"
[     9.980] (II) Module "dri2" already built-in
[     9.980] (II) NVIDIA(0): [DRI2] Setup complete
[     9.980] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
[     9.980] (II) Initializing extension Generic Event Extension
[     9.980] (II) Initializing extension SHAPE
[     9.980] (II) Initializing extension MIT-SHM
[     9.980] (II) Initializing extension XInputExtension
[     9.980] (II) Initializing extension XTEST
[     9.980] (II) Initializing extension BIG-REQUESTS
[     9.980] (II) Initializing extension SYNC
[     9.980] (II) Initializing extension XKEYBOARD
[     9.980] (II) Initializing extension XC-MISC
[     9.980] (II) Initializing extension SECURITY
[     9.980] (II) Initializing extension XFIXES
[     9.980] (II) Initializing extension RENDER
[     9.980] (II) Initializing extension RANDR
[     9.980] (II) Initializing extension COMPOSITE
[     9.981] (II) Initializing extension DAMAGE
[     9.981] (II) Initializing extension MIT-SCREEN-SAVER
[     9.981] (II) Initializing extension DOUBLE-BUFFER
[     9.981] (II) Initializing extension RECORD
[     9.981] (II) Initializing extension DPMS
[     9.981] (II) Initializing extension Present
[     9.981] (II) Initializing extension DRI3
[     9.981] (II) Initializing extension X-Resource
[     9.981] (II) Initializing extension XVideo
[     9.981] (II) Initializing extension XVideo-MotionCompensation
[     9.981] (II) Initializing extension GLX
[     9.981] (II) Initializing extension GLX
[     9.981] (II) Indirect GLX disabled.
[     9.981] (II) GLX: Another vendor is already registered for screen 0
[     9.981] (II) Initializing extension XFree86-VidModeExtension
[     9.981] (II) Initializing extension XFree86-DGA
[     9.981] (II) Initializing extension XFree86-DRI
[     9.981] (II) Initializing extension DRI2
[     9.981] (II) Initializing extension NV-GLX
[     9.981] (II) Initializing extension NV-CONTROL
[     9.981] (II) Initializing extension XINERAMA
[    10.009] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    10.009] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    10.009] (**) Power Button: Applying InputClass "system-keyboard"
[    10.009] (II) LoadModule: "libinput"
[    10.009] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    10.012] (II) Module libinput: vendor="X.Org Foundation"
[    10.012] 	compiled for 1.20.11, module version = 1.1.0
[    10.012] 	Module class: X.Org XInput Driver
[    10.012] 	ABI class: X.Org XInput driver, version 24.1
[    10.012] (II) Using input driver 'libinput' for 'Power Button'
[    10.012] (**) Power Button: always reports core events
[    10.012] (**) Option "Device" "/dev/input/event1"
[    10.012] (**) Option "_source" "server/udev"
[    10.014] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    10.014] (II) event1  - Power Button: device is a keyboard
[    10.014] (II) event1  - Power Button: device removed
[    10.039] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[    10.039] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    10.039] (**) Option "xkb_layout" "de"
[    10.049] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    10.049] (II) event1  - Power Button: device is a keyboard
[    10.050] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[    10.050] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    10.050] (**) Power Button: Applying InputClass "system-keyboard"
[    10.050] (II) Using input driver 'libinput' for 'Power Button'
[    10.050] (**) Power Button: always reports core events
[    10.050] (**) Option "Device" "/dev/input/event0"
[    10.050] (**) Option "_source" "server/udev"
[    10.050] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    10.050] (II) event0  - Power Button: device is a keyboard
[    10.050] (II) event0  - Power Button: device removed
[    10.079] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[    10.079] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[    10.079] (**) Option "xkb_layout" "de"
[    10.080] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    10.080] (II) event0  - Power Button: device is a keyboard
[    10.080] (II) config/udev: Adding input device Logitech MX Ergo (/dev/input/event16)
[    10.080] (**) Logitech MX Ergo: Applying InputClass "libinput pointer catchall"
[    10.080] (**) Logitech MX Ergo: Applying InputClass "libinput keyboard catchall"
[    10.080] (**) Logitech MX Ergo: Applying InputClass "system-keyboard"
[    10.080] (II) Using input driver 'libinput' for 'Logitech MX Ergo'
[    10.080] (**) Logitech MX Ergo: always reports core events
[    10.080] (**) Option "Device" "/dev/input/event16"
[    10.080] (**) Option "_source" "server/udev"
[    10.081] (II) event16 - Logitech MX Ergo: is tagged by udev as: Keyboard Mouse Trackball
[    10.081] (II) event16 - Logitech MX Ergo: device set to 380 DPI
[    10.081] (II) event16 - Logitech MX Ergo: device is a pointer
[    10.081] (II) event16 - Logitech MX Ergo: device is a keyboard
[    10.081] (II) event16 - Logitech MX Ergo: device removed
[    10.106] (II) libinput: Logitech MX Ergo: needs a virtual subdevice
[    10.106] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-1/1-1.1/1-1.1:1.2/0003:046D:C52B.0006/0003:046D:406F.000B/input/input35/event16"
[    10.106] (II) XINPUT: Adding extended input device "Logitech MX Ergo" (type: MOUSE, id 8)
[    10.106] (**) Option "AccelerationScheme" "none"
[    10.106] (**) Logitech MX Ergo: (accel) selected scheme none/0
[    10.106] (**) Logitech MX Ergo: (accel) acceleration factor: 2.000
[    10.106] (**) Logitech MX Ergo: (accel) acceleration threshold: 4
[    10.107] (II) event16 - Logitech MX Ergo: is tagged by udev as: Keyboard Mouse Trackball
[    10.107] (II) event16 - Logitech MX Ergo: device set to 380 DPI
[    10.107] (II) event16 - Logitech MX Ergo: device is a pointer
[    10.107] (II) event16 - Logitech MX Ergo: device is a keyboard
[    10.107] (II) config/udev: Adding input device Logitech MX Ergo (/dev/input/mouse0)
[    10.107] (**) Logitech MX Ergo: Applying InputClass "system-keyboard"
[    10.107] (II) No input driver specified, ignoring this device.
[    10.107] (II) This device may have been added with another device file.
[    10.107] (II) config/udev: Adding input device Generic X-Box pad (/dev/input/event28)
[    10.107] (II) No input driver specified, ignoring this device.
[    10.107] (II) This device may have been added with another device file.
[    10.108] (II) config/udev: Adding input device Generic X-Box pad (/dev/input/js0)
[    10.108] (II) No input driver specified, ignoring this device.
[    10.108] (II) This device may have been added with another device file.
[    10.108] (II) config/udev: Adding input device Kingston HyperX Virtual Surround Sound Consumer Control (/dev/input/event23)
[    10.108] (**) Kingston HyperX Virtual Surround Sound Consumer Control: Applying InputClass "libinput keyboard catchall"
[    10.108] (**) Kingston HyperX Virtual Surround Sound Consumer Control: Applying InputClass "system-keyboard"
[    10.108] (II) Using input driver 'libinput' for 'Kingston HyperX Virtual Surround Sound Consumer Control'
[    10.108] (**) Kingston HyperX Virtual Surround Sound Consumer Control: always reports core events
[    10.108] (**) Option "Device" "/dev/input/event23"
[    10.108] (**) Option "_source" "server/udev"
[    10.108] (II) event23 - Kingston HyperX Virtual Surround Sound Consumer Control: is tagged by udev as: Keyboard
[    10.108] (II) event23 - Kingston HyperX Virtual Surround Sound Consumer Control: device is a keyboard
[    10.109] (II) event23 - Kingston HyperX Virtual Surround Sound Consumer Control: device removed
[    10.173] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-4/1-4:1.3/0003:0951:16A4.0007/input/input24/event23"
[    10.173] (II) XINPUT: Adding extended input device "Kingston HyperX Virtual Surround Sound Consumer Control" (type: KEYBOARD, id 9)
[    10.173] (**) Option "xkb_layout" "de"
[    10.173] (II) event23 - Kingston HyperX Virtual Surround Sound Consumer Control: is tagged by udev as: Keyboard
[    10.173] (II) event23 - Kingston HyperX Virtual Surround Sound Consumer Control: device is a keyboard
[    10.173] (II) config/udev: Adding input device Kingston HyperX Virtual Surround Sound (/dev/input/event24)
[    10.173] (**) Kingston HyperX Virtual Surround Sound: Applying InputClass "libinput keyboard catchall"
[    10.174] (**) Kingston HyperX Virtual Surround Sound: Applying InputClass "system-keyboard"
[    10.174] (II) Using input driver 'libinput' for 'Kingston HyperX Virtual Surround Sound'
[    10.174] (**) Kingston HyperX Virtual Surround Sound: always reports core events
[    10.174] (**) Option "Device" "/dev/input/event24"
[    10.174] (**) Option "_source" "server/udev"
[    10.174] (II) event24 - Kingston HyperX Virtual Surround Sound: is tagged by udev as: Keyboard
[    10.174] (II) event24 - Kingston HyperX Virtual Surround Sound: device is a keyboard
[    10.174] (II) event24 - Kingston HyperX Virtual Surround Sound: device removed
[    10.239] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-4/1-4:1.3/0003:0951:16A4.0007/input/input25/event24"
[    10.239] (II) XINPUT: Adding extended input device "Kingston HyperX Virtual Surround Sound" (type: KEYBOARD, id 10)
[    10.239] (**) Option "xkb_layout" "de"
[    10.240] (II) event24 - Kingston HyperX Virtual Surround Sound: is tagged by udev as: Keyboard
[    10.240] (II) event24 - Kingston HyperX Virtual Surround Sound: device is a keyboard
[    10.240] (II) config/udev: Adding input device Microsoft Microsoft® SiderWinderTM X6 Keyboard (/dev/input/event25)
[    10.240] (**) Microsoft Microsoft® SiderWinderTM X6 Keyboard: Applying InputClass "libinput keyboard catchall"
[    10.240] (**) Microsoft Microsoft® SiderWinderTM X6 Keyboard: Applying InputClass "system-keyboard"
[    10.240] (II) Using input driver 'libinput' for 'Microsoft Microsoft® SiderWinderTM X6 Keyboard'
[    10.240] (**) Microsoft Microsoft® SiderWinderTM X6 Keyboard: always reports core events
[    10.240] (**) Option "Device" "/dev/input/event25"
[    10.240] (**) Option "_source" "server/udev"
[    10.241] (II) event25 - Microsoft Microsoft® SiderWinderTM X6 Keyboard: is tagged by udev as: Keyboard
[    10.241] (II) event25 - Microsoft Microsoft® SiderWinderTM X6 Keyboard: device is a keyboard
[    10.241] (II) event25 - Microsoft Microsoft® SiderWinderTM X6 Keyboard: device removed
[    10.266] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:045E:074B.0008/input/input26/event25"
[    10.266] (II) XINPUT: Adding extended input device "Microsoft Microsoft® SiderWinderTM X6 Keyboard" (type: KEYBOARD, id 11)
[    10.266] (**) Option "xkb_layout" "de"
[    10.267] (II) event25 - Microsoft Microsoft® SiderWinderTM X6 Keyboard: is tagged by udev as: Keyboard
[    10.267] (II) event25 - Microsoft Microsoft® SiderWinderTM X6 Keyboard: device is a keyboard
[    10.267] (II) config/udev: Adding input device Microsoft Microsoft® SiderWinderTM X6 Keyboard (/dev/input/event26)
[    10.267] (**) Microsoft Microsoft® SiderWinderTM X6 Keyboard: Applying InputClass "libinput keyboard catchall"
[    10.267] (**) Microsoft Microsoft® SiderWinderTM X6 Keyboard: Applying InputClass "system-keyboard"
[    10.267] (II) Using input driver 'libinput' for 'Microsoft Microsoft® SiderWinderTM X6 Keyboard'
[    10.267] (**) Microsoft Microsoft® SiderWinderTM X6 Keyboard: always reports core events
[    10.267] (**) Option "Device" "/dev/input/event26"
[    10.267] (**) Option "_source" "server/udev"
[    10.268] (II) event26 - Microsoft Microsoft® SiderWinderTM X6 Keyboard: is tagged by udev as: Keyboard
[    10.268] (II) event26 - Microsoft Microsoft® SiderWinderTM X6 Keyboard: device is a keyboard
[    10.268] (II) event26 - Microsoft Microsoft® SiderWinderTM X6 Keyboard: device removed
[    10.293] (II) libinput: Microsoft Microsoft® SiderWinderTM X6 Keyboard: needs a virtual subdevice
[    10.293] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1/0003:045E:074B.0009/input/input27/event26"
[    10.293] (II) XINPUT: Adding extended input device "Microsoft Microsoft® SiderWinderTM X6 Keyboard" (type: MOUSE, id 12)
[    10.293] (**) Option "AccelerationScheme" "none"
[    10.293] (**) Microsoft Microsoft® SiderWinderTM X6 Keyboard: (accel) selected scheme none/0
[    10.293] (**) Microsoft Microsoft® SiderWinderTM X6 Keyboard: (accel) acceleration factor: 2.000
[    10.293] (**) Microsoft Microsoft® SiderWinderTM X6 Keyboard: (accel) acceleration threshold: 4
[    10.294] (II) event26 - Microsoft Microsoft® SiderWinderTM X6 Keyboard: is tagged by udev as: Keyboard
[    10.294] (II) event26 - Microsoft Microsoft® SiderWinderTM X6 Keyboard: device is a keyboard
[    10.294] (II) config/udev: Adding input device MSI MYSTIC LIGHT  (/dev/input/event27)
[    10.294] (II) No input driver specified, ignoring this device.
[    10.294] (II) This device may have been added with another device file.
[    10.295] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event3)
[    10.295] (II) No input driver specified, ignoring this device.
[    10.295] (II) This device may have been added with another device file.
[    10.295] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event4)
[    10.295] (II) No input driver specified, ignoring this device.
[    10.295] (II) This device may have been added with another device file.
[    10.295] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event5)
[    10.295] (II) No input driver specified, ignoring this device.
[    10.295] (II) This device may have been added with another device file.
[    10.295] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event6)
[    10.295] (II) No input driver specified, ignoring this device.
[    10.295] (II) This device may have been added with another device file.
[    10.295] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=10 (/dev/input/event7)
[    10.295] (II) No input driver specified, ignoring this device.
[    10.295] (II) This device may have been added with another device file.
[    10.296] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=11 (/dev/input/event8)
[    10.296] (II) No input driver specified, ignoring this device.
[    10.296] (II) This device may have been added with another device file.
[    10.296] (II) config/udev: Adding input device Holtek USB Gaming Mouse (/dev/input/event20)
[    10.296] (**) Holtek USB Gaming Mouse: Applying InputClass "libinput keyboard catchall"
[    10.296] (**) Holtek USB Gaming Mouse: Applying InputClass "system-keyboard"
[    10.296] (II) Using input driver 'libinput' for 'Holtek USB Gaming Mouse'
[    10.296] (**) Holtek USB Gaming Mouse: always reports core events
[    10.296] (**) Option "Device" "/dev/input/event20"
[    10.296] (**) Option "_source" "server/udev"
[    10.297] (II) event20 - Holtek USB Gaming Mouse: is tagged by udev as: Keyboard
[    10.297] (II) event20 - Holtek USB Gaming Mouse: device is a keyboard
[    10.297] (II) event20 - Holtek USB Gaming Mouse: device removed
[    10.359] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:2d:00.3/usb3/3-1/3-1:1.0/0003:04D9:A067.0001/input/input21/event20"
[    10.359] (II) XINPUT: Adding extended input device "Holtek USB Gaming Mouse" (type: KEYBOARD, id 13)
[    10.359] (**) Option "xkb_layout" "de"
[    10.360] (II) event20 - Holtek USB Gaming Mouse: is tagged by udev as: Keyboard
[    10.360] (II) event20 - Holtek USB Gaming Mouse: device is a keyboard
[    10.361] (II) config/udev: Adding input device Holtek USB Gaming Mouse (/dev/input/event21)
[    10.361] (**) Holtek USB Gaming Mouse: Applying InputClass "libinput pointer catchall"
[    10.361] (**) Holtek USB Gaming Mouse: Applying InputClass "libinput keyboard catchall"
[    10.361] (**) Holtek USB Gaming Mouse: Applying InputClass "system-keyboard"
[    10.361] (II) Using input driver 'libinput' for 'Holtek USB Gaming Mouse'
[    10.361] (**) Holtek USB Gaming Mouse: always reports core events
[    10.361] (**) Option "Device" "/dev/input/event21"
[    10.361] (**) Option "_source" "server/udev"
[    10.361] (II) event21 - Holtek USB Gaming Mouse: is tagged by udev as: Keyboard Mouse
[    10.362] (II) event21 - Holtek USB Gaming Mouse: device is a pointer
[    10.362] (II) event21 - Holtek USB Gaming Mouse: device is a keyboard
[    10.362] (II) event21 - Holtek USB Gaming Mouse: device removed
[    10.393] (II) libinput: Holtek USB Gaming Mouse: needs a virtual subdevice
[    10.393] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:2d:00.3/usb3/3-1/3-1:1.1/0003:04D9:A067.0002/input/input22/event21"
[    10.393] (II) XINPUT: Adding extended input device "Holtek USB Gaming Mouse" (type: MOUSE, id 14)
[    10.393] (**) Option "AccelerationScheme" "none"
[    10.393] (**) Holtek USB Gaming Mouse: (accel) selected scheme none/0
[    10.393] (**) Holtek USB Gaming Mouse: (accel) acceleration factor: 2.000
[    10.393] (**) Holtek USB Gaming Mouse: (accel) acceleration threshold: 4
[    10.393] (II) event21 - Holtek USB Gaming Mouse: is tagged by udev as: Keyboard Mouse
[    10.393] (II) event21 - Holtek USB Gaming Mouse: device is a pointer
[    10.393] (II) event21 - Holtek USB Gaming Mouse: device is a keyboard
[    10.394] (II) config/udev: Adding input device Holtek USB Gaming Mouse (/dev/input/mouse1)
[    10.394] (**) Holtek USB Gaming Mouse: Applying InputClass "system-keyboard"
[    10.394] (II) No input driver specified, ignoring this device.
[    10.394] (II) This device may have been added with another device file.
[    10.394] (II) config/udev: Adding input device HD Pro Webcam C920 (/dev/input/event22)
[    10.394] (**) HD Pro Webcam C920: Applying InputClass "libinput keyboard catchall"
[    10.394] (**) HD Pro Webcam C920: Applying InputClass "system-keyboard"
[    10.394] (II) Using input driver 'libinput' for 'HD Pro Webcam C920'
[    10.394] (**) HD Pro Webcam C920: always reports core events
[    10.394] (**) Option "Device" "/dev/input/event22"
[    10.394] (**) Option "_source" "server/udev"
[    10.395] (II) event22 - HD Pro Webcam C920: is tagged by udev as: Keyboard
[    10.395] (II) event22 - HD Pro Webcam C920: device is a keyboard
[    10.395] (II) event22 - HD Pro Webcam C920: device removed
[    10.459] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:2d:00.3/usb3/3-3/3-3:1.0/input/input23/event22"
[    10.459] (II) XINPUT: Adding extended input device "HD Pro Webcam C920" (type: KEYBOARD, id 15)
[    10.459] (**) Option "xkb_layout" "de"
[    10.460] (II) event22 - HD Pro Webcam C920: is tagged by udev as: Keyboard
[    10.460] (II) event22 - HD Pro Webcam C920: device is a keyboard
[    10.460] (II) config/udev: Adding input device HD-Audio Generic Rear Mic (/dev/input/event10)
[    10.460] (II) No input driver specified, ignoring this device.
[    10.460] (II) This device may have been added with another device file.
[    10.460] (II) config/udev: Adding input device HD-Audio Generic Line (/dev/input/event11)
[    10.460] (II) No input driver specified, ignoring this device.
[    10.460] (II) This device may have been added with another device file.
[    10.460] (II) config/udev: Adding input device HD-Audio Generic Line Out Front (/dev/input/event12)
[    10.460] (II) No input driver specified, ignoring this device.
[    10.460] (II) This device may have been added with another device file.
[    10.460] (II) config/udev: Adding input device HD-Audio Generic Line Out Surround (/dev/input/event13)
[    10.460] (II) No input driver specified, ignoring this device.
[    10.460] (II) This device may have been added with another device file.
[    10.461] (II) config/udev: Adding input device HD-Audio Generic Line Out CLFE (/dev/input/event14)
[    10.461] (II) No input driver specified, ignoring this device.
[    10.461] (II) This device may have been added with another device file.
[    10.461] (II) config/udev: Adding input device HD-Audio Generic Front Headphone (/dev/input/event15)
[    10.461] (II) No input driver specified, ignoring this device.
[    10.461] (II) This device may have been added with another device file.
[    10.461] (II) config/udev: Adding input device HD-Audio Generic Front Mic (/dev/input/event9)
[    10.461] (II) No input driver specified, ignoring this device.
[    10.461] (II) This device may have been added with another device file.
[    10.461] (II) config/udev: Adding input device PC Speaker (/dev/input/event2)
[    10.461] (II) No input driver specified, ignoring this device.
[    10.461] (II) This device may have been added with another device file.
[    10.462] (II) config/udev: Adding input device Sidewinderd (/dev/input/event17)
[    10.462] (**) Sidewinderd: Applying InputClass "libinput keyboard catchall"
[    10.462] (**) Sidewinderd: Applying InputClass "system-keyboard"
[    10.462] (II) Using input driver 'libinput' for 'Sidewinderd'
[    10.462] (**) Sidewinderd: always reports core events
[    10.462] (**) Option "Device" "/dev/input/event17"
[    10.462] (**) Option "_source" "server/udev"
[    10.462] (II) event17 - Sidewinderd: is tagged by udev as: Keyboard
[    10.462] (II) event17 - Sidewinderd: device is a keyboard
[    10.462] (II) event17 - Sidewinderd: device removed
[    10.506] (**) Option "config_info" "udev:/sys/devices/virtual/input/input36/event17"
[    10.506] (II) XINPUT: Adding extended input device "Sidewinderd" (type: KEYBOARD, id 16)
[    10.506] (**) Option "xkb_layout" "de"
[    10.506] (II) event17 - Sidewinderd: is tagged by udev as: Keyboard
[    10.506] (II) event17 - Sidewinderd: device is a keyboard
[    10.510] (**) Logitech MX Ergo: Applying InputClass "libinput pointer catchall"
[    10.510] (**) Logitech MX Ergo: Applying InputClass "libinput keyboard catchall"
[    10.510] (**) Logitech MX Ergo: Applying InputClass "system-keyboard"
[    10.510] (II) Using input driver 'libinput' for 'Logitech MX Ergo'
[    10.510] (**) Logitech MX Ergo: always reports core events
[    10.510] (**) Option "Device" "/dev/input/event16"
[    10.510] (**) Option "_source" "_driver/libinput"
[    10.510] (II) libinput: Logitech MX Ergo: is a virtual subdevice
[    10.510] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-1/1-1.1/1-1.1:1.2/0003:046D:C52B.0006/0003:046D:406F.000B/input/input35/event16"
[    10.510] (II) XINPUT: Adding extended input device "Logitech MX Ergo" (type: KEYBOARD, id 17)
[    10.510] (**) Option "xkb_layout" "de"
[    10.510] (**) Microsoft Microsoft® SiderWinderTM X6 Keyboard: Applying InputClass "libinput keyboard catchall"
[    10.510] (**) Microsoft Microsoft® SiderWinderTM X6 Keyboard: Applying InputClass "system-keyboard"
[    10.510] (II) Using input driver 'libinput' for 'Microsoft Microsoft® SiderWinderTM X6 Keyboard'
[    10.510] (**) Microsoft Microsoft® SiderWinderTM X6 Keyboard: always reports core events
[    10.510] (**) Option "Device" "/dev/input/event26"
[    10.510] (**) Option "_source" "_driver/libinput"
[    10.510] (II) libinput: Microsoft Microsoft® SiderWinderTM X6 Keyboard: is a virtual subdevice
[    10.510] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1/0003:045E:074B.0009/input/input27/event26"
[    10.510] (II) XINPUT: Adding extended input device "Microsoft Microsoft® SiderWinderTM X6 Keyboard" (type: KEYBOARD, id 18)
[    10.510] (**) Option "xkb_layout" "de"
[    10.510] (**) Holtek USB Gaming Mouse: Applying InputClass "libinput pointer catchall"
[    10.510] (**) Holtek USB Gaming Mouse: Applying InputClass "libinput keyboard catchall"
[    10.510] (**) Holtek USB Gaming Mouse: Applying InputClass "system-keyboard"
[    10.510] (II) Using input driver 'libinput' for 'Holtek USB Gaming Mouse'
[    10.510] (**) Holtek USB Gaming Mouse: always reports core events
[    10.510] (**) Option "Device" "/dev/input/event21"
[    10.510] (**) Option "_source" "_driver/libinput"
[    10.510] (II) libinput: Holtek USB Gaming Mouse: is a virtual subdevice
[    10.510] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:08.1/0000:2d:00.3/usb3/3-1/3-1:1.1/0003:04D9:A067.0002/input/input22/event21"
[    10.510] (II) XINPUT: Adding extended input device "Holtek USB Gaming Mouse" (type: KEYBOARD, id 19)
[    10.510] (**) Option "xkb_layout" "de"
[    10.510] (II) config/udev: removing device Sidewinderd
[    10.510] (II) event17 - Sidewinderd: device removed
[    10.546] (II) UnloadModule: "libinput"
[    10.546] (II) config/udev: Adding input device Sidewinderd (/dev/input/event17)
[    10.546] (**) Sidewinderd: Applying InputClass "libinput keyboard catchall"
[    10.546] (**) Sidewinderd: Applying InputClass "system-keyboard"
[    10.546] (II) Using input driver 'libinput' for 'Sidewinderd'
[    10.546] (**) Sidewinderd: always reports core events
[    10.546] (**) Option "Device" "/dev/input/event17"
[    10.547] (**) Option "_source" "server/udev"
[    10.547] (II) event17 - Sidewinderd: is tagged by udev as: Keyboard
[    10.547] (II) event17 - Sidewinderd: device is a keyboard
[    10.547] (II) event17 - Sidewinderd: device removed
[    10.586] (**) Option "config_info" "udev:/sys/devices/virtual/input/input36/event17"
[    10.586] (II) XINPUT: Adding extended input device "Sidewinderd" (type: KEYBOARD, id 16)
[    10.586] (**) Option "xkb_layout" "de"
[    10.586] (II) event17 - Sidewinderd: is tagged by udev as: Keyboard
[    10.586] (II) event17 - Sidewinderd: device is a keyboard
[    11.543] (--) NVIDIA(GPU-0): BenQ RL2450H (DFP-0): connected
[    11.543] (--) NVIDIA(GPU-0): BenQ RL2450H (DFP-0): Internal TMDS
[    11.543] (--) NVIDIA(GPU-0): BenQ RL2450H (DFP-0): 330.0 MHz maximum pixel clock
[    11.543] (--) NVIDIA(GPU-0): 
[    11.543] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    11.543] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    11.543] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    11.543] (--) NVIDIA(GPU-0): 
[    11.543] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    11.543] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[    11.543] (--) NVIDIA(GPU-0): DFP-2: 1440.0 MHz maximum pixel clock
[    11.543] (--) NVIDIA(GPU-0): 
[    11.543] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    11.543] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[    11.543] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[    11.543] (--) NVIDIA(GPU-0): 
[    11.754] (--) NVIDIA(GPU-0): BenQ RL2450H (DFP-0): connected
[    11.754] (--) NVIDIA(GPU-0): BenQ RL2450H (DFP-0): Internal TMDS
[    11.754] (--) NVIDIA(GPU-0): BenQ RL2450H (DFP-0): 330.0 MHz maximum pixel clock
[    11.754] (--) NVIDIA(GPU-0): 
[    11.754] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    11.754] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    11.754] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    11.754] (--) NVIDIA(GPU-0): 
[    11.754] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    11.754] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[    11.754] (--) NVIDIA(GPU-0): DFP-2: 1440.0 MHz maximum pixel clock
[    11.754] (--) NVIDIA(GPU-0): 
[    11.754] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    11.754] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[    11.754] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[    11.754] (--) NVIDIA(GPU-0): 
[    23.206] (EE) event16 - Logitech MX Ergo: client bug: event processing lagging behind by 16ms, your system is too slow
[    32.639] (--) NVIDIA(GPU-0): BenQ RL2450H (DFP-0): connected
[    32.639] (--) NVIDIA(GPU-0): BenQ RL2450H (DFP-0): Internal TMDS
[    32.639] (--) NVIDIA(GPU-0): BenQ RL2450H (DFP-0): 330.0 MHz maximum pixel clock
[    32.639] (--) NVIDIA(GPU-0): 
[    32.639] (--) NVIDIA(GPU-0): DFP-1: disconnected
[    32.639] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[    32.639] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[    32.639] (--) NVIDIA(GPU-0): 
[    32.639] (--) NVIDIA(GPU-0): DFP-2: disconnected
[    32.639] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[    32.639] (--) NVIDIA(GPU-0): DFP-2: 1440.0 MHz maximum pixel clock
[    32.639] (--) NVIDIA(GPU-0): 
[    32.639] (--) NVIDIA(GPU-0): DFP-3: disconnected
[    32.639] (--) NVIDIA(GPU-0): DFP-3: Internal TMDS
[    32.639] (--) NVIDIA(GPU-0): DFP-3: 165.0 MHz maximum pixel clock
[    32.639] (--) NVIDIA(GPU-0): 
[   197.405] (EE) client bug: timer event16 debounce: scheduled expiry is in the past (-6ms), your system is too slow
[   197.405] (EE) client bug: timer event16 debounce short: scheduled expiry is in the past (-19ms), your system is too slow
[   406.254] (EE) client bug: timer event16 debounce: scheduled expiry is in the past (-2ms), your system is too slow
[   406.254] (EE) client bug: timer event16 debounce short: scheduled expiry is in the past (-15ms), your system is too slow
[  1475.623] (EE) event16 - Logitech MX Ergo: client bug: event processing lagging behind by 26ms, your system is too slow
[  1525.708] (EE) client bug: timer event16 debounce short: scheduled expiry is in the past (-3ms), your system is too slow
[  1572.463] (EE) event16 - Logitech MX Ergo: client bug: event processing lagging behind by 14ms, your system is too slow
[  1582.915] (EE) client bug: timer event16 debounce short: scheduled expiry is in the past (-10ms), your system is too slow
[  1590.125] (EE) client bug: timer event16 debounce short: scheduled expiry is in the past (-10ms), your system is too slow
[  1611.470] (EE) client bug: timer event16 debounce short: scheduled expiry is in the past (-12ms), your system is too slow
[  1612.046] (EE) client bug: timer event16 debounce short: scheduled expiry is in the past (-11ms), your system is too slow
[  1614.772] (EE) client bug: timer event16 debounce: scheduled expiry is in the past (-4ms), your system is too slow
[  1614.772] (EE) client bug: timer event16 debounce short: scheduled expiry is in the past (-17ms), your system is too slow
[  1615.856] (EE) client bug: timer event16 debounce: scheduled expiry is in the past (-5ms), your system is too slow
[  1615.856] (EE) client bug: timer event16 debounce short: scheduled expiry is in the past (-18ms), your system is too slow
[  1618.024] (EE) client bug: timer event16 debounce short: scheduled expiry is in the past (-6ms), your system is too slow
[  1709.989] (EE) client bug: timer event16 debounce: scheduled expiry is in the past (-4ms), your system is too slow
[  1709.989] (EE) client bug: timer event16 debounce short: scheduled expiry is in the past (-17ms), your system is too slow
[  1720.115] (EE) event16 - Logitech MX Ergo: client bug: event processing lagging behind by 12ms, your system is too slow
[  1720.115] (EE) client bug: timer event16 debounce short: scheduled expiry is in the past (-0ms), your system is too slow
[  1721.239] (EE) client bug: timer event16 debounce: scheduled expiry is in the past (-1ms), your system is too slow
[  1721.239] (EE) client bug: timer event16 debounce short: scheduled expiry is in the past (-14ms), your system is too slow
[  1722.179] (EE) client bug: timer event16 debounce: scheduled expiry is in the past (-7ms), your system is too slow
[  1722.179] (EE) client bug: timer event16 debounce short: scheduled expiry is in the past (-20ms), your system is too slow
[  1818.105] (EE) client bug: timer event16 debounce: scheduled expiry is in the past (-4ms), your system is too slow
[  1818.105] (EE) client bug: timer event16 debounce short: scheduled expiry is in the past (-17ms), your system is too slow
[  1891.547] (EE) event25 - Microsoft Microsoft® SiderWinderTM X6 Keyboard: client bug: event processing lagging behind by 21ms, your system is too slow
[  1917.263] (EE) event16 - Logitech MX Ergo: client bug: event processing lagging behind by 14ms, your system is too slow
[  1917.263] (EE) event16 - Logitech MX Ergo: WARNING: log rate limit exceeded (5 msgs per 60min). Discarding future messages.
[  1917.263] (EE) client bug: timer event16 debounce short: scheduled expiry is in the past (-2ms), your system is too slow
[  1918.331] (EE) client bug: timer event16 debounce short: scheduled expiry is in the past (-0ms), your system is too slow
[  1919.421] (EE) client bug: timer event16 debounce short: scheduled expiry is in the past (-10ms), your system is too slow
[  2076.859] (EE) client bug: timer event16 debounce: scheduled expiry is in the past (-11ms), your system is too slow
[  2076.859] (EE) client bug: timer event16 debounce short: scheduled expiry is in the past (-24ms), your system is too slow
[  2133.054] (EE) client bug: timer event16 debounce short: scheduled expiry is in the past (-5ms), your system is too slow
[  2134.270] (EE) client bug: timer event16 debounce short: scheduled expiry is in the past (-5ms), your system is too slow
[  2135.410] (EE) client bug: timer event16 debounce short: scheduled expiry is in the past (-12ms), your system is too slow
[  2185.323] (EE) client bug: timer event16 debounce short: scheduled expiry is in the past (-8ms), your system is too slow
[  2466.610] (EE) event25 - Microsoft Microsoft® SiderWinderTM X6 Keyboard: client bug: event processing lagging behind by 24ms, your system is too slow
[  2535.997] (EE) client bug: timer event16 debounce short: scheduled expiry is in the past (-5ms), your system is too slow
[  2698.554] (EE) event25 - Microsoft Microsoft® SiderWinderTM X6 Keyboard: client bug: event processing lagging behind by 15ms, your system is too slow
[  2750.449] (EE) client bug: timer event16 debounce: scheduled expiry is in the past (-2ms), your system is too slow
[  2750.449] (EE) client bug: timer event16 debounce short: scheduled expiry is in the past (-15ms), your system is too slow
[  2900.555] (EE) client bug: timer event16 debounce: scheduled expiry is in the past (-0ms), your system is too slow
[  2900.555] (EE) client bug: timer event16 debounce short: scheduled expiry is in the past (-13ms), your system is too slow
[  2931.138] (EE) client bug: timer event16 debounce short: scheduled expiry is in the past (-4ms), your system is too slow
[  3314.566] (EE) event21 - Holtek USB Gaming Mouse: client bug: event processing lagging behind by 11ms, your system is too slow
[  3314.850] (EE) event21 - Holtek USB Gaming Mouse: client bug: event processing lagging behind by 11ms, your system is too slow
[  3315.633] (EE) event21 - Holtek USB Gaming Mouse: client bug: event processing lagging behind by 11ms, your system is too slow
[  3767.330] (EE) event25 - Microsoft Microsoft® SiderWinderTM X6 Keyboard: client bug: event processing lagging behind by 11ms, your system is too slow
[  3770.865] (EE) event25 - Microsoft Microsoft® SiderWinderTM X6 Keyboard: client bug: event processing lagging behind by 26ms, your system is too slow
[  3770.865] (EE) event25 - Microsoft Microsoft® SiderWinderTM X6 Keyboard: WARNING: log rate limit exceeded (5 msgs per 60min). Discarding future messages.

journalctl -b

-- Journal begins at Sun 2021-05-16 23:17:56 CEST, ends at Sun 2021-08-01 22:15:42 CEST. --
Aug 01 21:21:37 schratzinsel kernel: Linux version 5.13.7-arch1-1 (linux@archlinux) (gcc (GCC) 11.1.0, GNU ld (GNU Binutils) 2.36.1) #1 SMP PREEMPT Sat, 31 Jul 2021 13:18:52 +0000
Aug 01 21:21:37 schratzinsel kernel: Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=f2d72e19-6b96-483f-86fb-395687472a7e rw loglevel=3 nvidia-drm.modeset=1
Aug 01 21:21:37 schratzinsel kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Aug 01 21:21:37 schratzinsel kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Aug 01 21:21:37 schratzinsel kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Aug 01 21:21:37 schratzinsel kernel: x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
Aug 01 21:21:37 schratzinsel kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Aug 01 21:21:37 schratzinsel kernel: x86/fpu: xstate_offset[9]:  832, xstate_sizes[9]:    8
Aug 01 21:21:37 schratzinsel kernel: x86/fpu: Enabled xstate features 0x207, context size is 840 bytes, using 'compacted' format.
Aug 01 21:21:37 schratzinsel kernel: BIOS-provided physical RAM map:
Aug 01 21:21:37 schratzinsel kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
Aug 01 21:21:37 schratzinsel kernel: BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
Aug 01 21:21:37 schratzinsel kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000009e01fff] usable
Aug 01 21:21:37 schratzinsel kernel: BIOS-e820: [mem 0x0000000009e02000-0x0000000009ffffff] reserved
Aug 01 21:21:37 schratzinsel kernel: BIOS-e820: [mem 0x000000000a000000-0x000000000a1fffff] usable
Aug 01 21:21:37 schratzinsel kernel: BIOS-e820: [mem 0x000000000a200000-0x000000000a20dfff] ACPI NVS
Aug 01 21:21:37 schratzinsel kernel: BIOS-e820: [mem 0x000000000a20e000-0x000000000affffff] usable
Aug 01 21:21:37 schratzinsel kernel: BIOS-e820: [mem 0x000000000b000000-0x000000000b01ffff] reserved
Aug 01 21:21:37 schratzinsel kernel: BIOS-e820: [mem 0x000000000b020000-0x00000000cb141fff] usable
Aug 01 21:21:37 schratzinsel kernel: BIOS-e820: [mem 0x00000000cb142000-0x00000000cb4a3fff] reserved
Aug 01 21:21:37 schratzinsel kernel: BIOS-e820: [mem 0x00000000cb4a4000-0x00000000cb507fff] ACPI data
Aug 01 21:21:37 schratzinsel kernel: BIOS-e820: [mem 0x00000000cb508000-0x00000000ccc06fff] ACPI NVS
Aug 01 21:21:37 schratzinsel kernel: BIOS-e820: [mem 0x00000000ccc07000-0x00000000cdb56fff] reserved
Aug 01 21:21:37 schratzinsel kernel: BIOS-e820: [mem 0x00000000cdb57000-0x00000000cdbfefff] type 20
Aug 01 21:21:37 schratzinsel kernel: BIOS-e820: [mem 0x00000000cdbff000-0x00000000ceffffff] usable
Aug 01 21:21:37 schratzinsel kernel: BIOS-e820: [mem 0x00000000cf000000-0x00000000cfffffff] reserved
Aug 01 21:21:37 schratzinsel kernel: BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
Aug 01 21:21:37 schratzinsel kernel: BIOS-e820: [mem 0x00000000fd200000-0x00000000fd2fffff] reserved
Aug 01 21:21:37 schratzinsel kernel: BIOS-e820: [mem 0x00000000fd600000-0x00000000fd7fffff] reserved
Aug 01 21:21:37 schratzinsel kernel: BIOS-e820: [mem 0x00000000fea00000-0x00000000fea0ffff] reserved
Aug 01 21:21:37 schratzinsel kernel: BIOS-e820: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
Aug 01 21:21:37 schratzinsel kernel: BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
Aug 01 21:21:37 schratzinsel kernel: BIOS-e820: [mem 0x00000000fec30000-0x00000000fec30fff] reserved
Aug 01 21:21:37 schratzinsel kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
Aug 01 21:21:37 schratzinsel kernel: BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
Aug 01 21:21:37 schratzinsel kernel: BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
Aug 01 21:21:37 schratzinsel kernel: BIOS-e820: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
Aug 01 21:21:37 schratzinsel kernel: BIOS-e820: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
Aug 01 21:21:37 schratzinsel kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Aug 01 21:21:37 schratzinsel kernel: BIOS-e820: [mem 0x0000000100000000-0x000000102f37ffff] usable
Aug 01 21:21:37 schratzinsel kernel: BIOS-e820: [mem 0x000000102f380000-0x000000102fffffff] reserved
Aug 01 21:21:37 schratzinsel kernel: NX (Execute Disable) protection: active
Aug 01 21:21:37 schratzinsel kernel: efi: EFI v2.70 by American Megatrends
Aug 01 21:21:37 schratzinsel kernel: efi: ACPI=0xccbf0000 ACPI 2.0=0xccbf0014 SMBIOS=0xcda05000 MEMATTR=0xc7a6a018 
Aug 01 21:21:37 schratzinsel kernel: SMBIOS 2.8 present.
Aug 01 21:21:37 schratzinsel kernel: DMI: Micro-Star International Co., Ltd. MS-7C91/MPG B550 GAMING EDGE WIFI (MS-7C91), BIOS 1.63 04/12/2021
Aug 01 21:21:37 schratzinsel kernel: tsc: Fast TSC calibration using PIT
Aug 01 21:21:37 schratzinsel kernel: tsc: Detected 3800.000 MHz processor
Aug 01 21:21:37 schratzinsel kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Aug 01 21:21:37 schratzinsel kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Aug 01 21:21:37 schratzinsel kernel: last_pfn = 0x102f380 max_arch_pfn = 0x400000000
Aug 01 21:21:37 schratzinsel kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Aug 01 21:21:37 schratzinsel kernel: total RAM covered: 3327M
Aug 01 21:21:37 schratzinsel kernel: Found optimal setting for mtrr clean up
Aug 01 21:21:37 schratzinsel kernel:  gran_size: 64K         chunk_size: 64M         num_reg: 4          lose cover RAM: 0G
Aug 01 21:21:37 schratzinsel kernel: e820: update [mem 0xcd320000-0xcd32ffff] usable ==> reserved
Aug 01 21:21:37 schratzinsel kernel: e820: update [mem 0xd0000000-0xffffffff] usable ==> reserved
Aug 01 21:21:37 schratzinsel kernel: last_pfn = 0xcf000 max_arch_pfn = 0x400000000
Aug 01 21:21:37 schratzinsel kernel: Using GB pages for direct mapping
Aug 01 21:21:37 schratzinsel kernel: Secure boot could not be determined
Aug 01 21:21:37 schratzinsel kernel: RAMDISK: [mem 0x35dc7000-0x36edafff]
Aug 01 21:21:37 schratzinsel kernel: ACPI: Early table checksum verification disabled
Aug 01 21:21:37 schratzinsel kernel: ACPI: RSDP 0x00000000CCBF0014 000024 (v02 ALASKA)
Aug 01 21:21:37 schratzinsel kernel: ACPI: XSDT 0x00000000CCBEF728 0000BC (v01 ALASKA A M I    01072009 AMI  01000013)
Aug 01 21:21:37 schratzinsel kernel: ACPI: FACP 0x00000000CB4F9000 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
Aug 01 21:21:37 schratzinsel kernel: ACPI: DSDT 0x00000000CB4D9000 007135 (v02 ALASKA A M I    01072009 INTL 20120913)
Aug 01 21:21:37 schratzinsel kernel: ACPI: FACS 0x00000000CCBEA000 000040
Aug 01 21:21:37 schratzinsel kernel: ACPI: SSDT 0x00000000CB4FF000 008C98 (v02 AMD    AmdTable 00000002 MSFT 04000000)
Aug 01 21:21:37 schratzinsel kernel: ACPI: SSDT 0x00000000CB4FB000 003AB3 (v01 AMD    AMD AOD  00000001 INTL 20120913)
Aug 01 21:21:37 schratzinsel kernel: ACPI: SSDT 0x00000000CB4FA000 000221 (v02 ALASKA CPUSSDT  01072009 AMI  01072009)
Aug 01 21:21:37 schratzinsel kernel: ACPI: FIDT 0x00000000CB4F1000 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
Aug 01 21:21:37 schratzinsel kernel: ACPI: MCFG 0x00000000CB4F0000 00003C (v01 ALASKA A M I    01072009 MSFT 00010013)
Aug 01 21:21:37 schratzinsel kernel: ACPI: HPET 0x00000000CB4EF000 000038 (v01 ALASKA A M I    01072009 AMI  00000005)
Aug 01 21:21:37 schratzinsel kernel: ACPI: IVRS 0x00000000CB4EE000 0000D0 (v02 AMD    AmdTable 00000001 AMD  00000001)
Aug 01 21:21:37 schratzinsel kernel: ACPI: PCCT 0x00000000CB4ED000 00006E (v02 AMD    AmdTable 00000001 AMD  00000001)
Aug 01 21:21:37 schratzinsel kernel: ACPI: SSDT 0x00000000CB4E9000 003FB9 (v02 AMD    AmdTable 00000001 AMD  00000001)
Aug 01 21:21:37 schratzinsel kernel: ACPI: CRAT 0x00000000CB4E8000 000E98 (v01 AMD    AmdTable 00000001 AMD  00000001)
Aug 01 21:21:37 schratzinsel kernel: ACPI: CDIT 0x00000000CB4E7000 000029 (v01 AMD    AmdTable 00000001 AMD  00000001)
Aug 01 21:21:37 schratzinsel kernel: ACPI: SSDT 0x00000000CB4E3000 00381A (v01 AMD    ArticN   00000001 INTL 20120913)
Aug 01 21:21:37 schratzinsel kernel: ACPI: WSMT 0x00000000CB4E2000 000028 (v01 ALASKA A M I    01072009 AMI  00010013)
Aug 01 21:21:37 schratzinsel kernel: ACPI: APIC 0x00000000CB4E1000 00015E (v03 ALASKA A M I    01072009 AMI  00010013)
Aug 01 21:21:37 schratzinsel kernel: ACPI: SSDT 0x00000000CB4F8000 00007D (v01 AMD    ArticDIS 00000001 INTL 20120913)
Aug 01 21:21:37 schratzinsel kernel: ACPI: SSDT 0x00000000CB4F6000 0010AF (v01 AMD    ArticC   00000001 INTL 20120913)
Aug 01 21:21:37 schratzinsel kernel: ACPI: SSDT 0x00000000CB4F5000 0000BF (v01 AMD    AmdTable 00001000 INTL 20120913)
Aug 01 21:21:37 schratzinsel kernel: ACPI: FPDT 0x00000000CB4F4000 000044 (v01 ALASKA A M I    01072009 AMI  01000013)
Aug 01 21:21:37 schratzinsel kernel: ACPI: Reserving FACP table memory at [mem 0xcb4f9000-0xcb4f9113]
Aug 01 21:21:37 schratzinsel kernel: ACPI: Reserving DSDT table memory at [mem 0xcb4d9000-0xcb4e0134]
Aug 01 21:21:37 schratzinsel kernel: ACPI: Reserving FACS table memory at [mem 0xccbea000-0xccbea03f]
Aug 01 21:21:37 schratzinsel kernel: ACPI: Reserving SSDT table memory at [mem 0xcb4ff000-0xcb507c97]
Aug 01 21:21:37 schratzinsel kernel: ACPI: Reserving SSDT table memory at [mem 0xcb4fb000-0xcb4feab2]
Aug 01 21:21:37 schratzinsel kernel: ACPI: Reserving SSDT table memory at [mem 0xcb4fa000-0xcb4fa220]
Aug 01 21:21:37 schratzinsel kernel: ACPI: Reserving FIDT table memory at [mem 0xcb4f1000-0xcb4f109b]
Aug 01 21:21:37 schratzinsel kernel: ACPI: Reserving MCFG table memory at [mem 0xcb4f0000-0xcb4f003b]
Aug 01 21:21:37 schratzinsel kernel: ACPI: Reserving HPET table memory at [mem 0xcb4ef000-0xcb4ef037]
Aug 01 21:21:37 schratzinsel kernel: ACPI: Reserving IVRS table memory at [mem 0xcb4ee000-0xcb4ee0cf]
Aug 01 21:21:37 schratzinsel kernel: ACPI: Reserving PCCT table memory at [mem 0xcb4ed000-0xcb4ed06d]
Aug 01 21:21:37 schratzinsel kernel: ACPI: Reserving SSDT table memory at [mem 0xcb4e9000-0xcb4ecfb8]
Aug 01 21:21:37 schratzinsel kernel: ACPI: Reserving CRAT table memory at [mem 0xcb4e8000-0xcb4e8e97]
Aug 01 21:21:37 schratzinsel kernel: ACPI: Reserving CDIT table memory at [mem 0xcb4e7000-0xcb4e7028]
Aug 01 21:21:37 schratzinsel kernel: ACPI: Reserving SSDT table memory at [mem 0xcb4e3000-0xcb4e6819]
Aug 01 21:21:37 schratzinsel kernel: ACPI: Reserving WSMT table memory at [mem 0xcb4e2000-0xcb4e2027]
Aug 01 21:21:37 schratzinsel kernel: ACPI: Reserving APIC table memory at [mem 0xcb4e1000-0xcb4e115d]
Aug 01 21:21:37 schratzinsel kernel: ACPI: Reserving SSDT table memory at [mem 0xcb4f8000-0xcb4f807c]
Aug 01 21:21:37 schratzinsel kernel: ACPI: Reserving SSDT table memory at [mem 0xcb4f6000-0xcb4f70ae]
Aug 01 21:21:37 schratzinsel kernel: ACPI: Reserving SSDT table memory at [mem 0xcb4f5000-0xcb4f50be]
Aug 01 21:21:37 schratzinsel kernel: ACPI: Reserving FPDT table memory at [mem 0xcb4f4000-0xcb4f4043]
Aug 01 21:21:37 schratzinsel kernel: ACPI: Local APIC address 0xfee00000
Aug 01 21:21:37 schratzinsel kernel: No NUMA configuration found
Aug 01 21:21:37 schratzinsel kernel: Faking a node at [mem 0x0000000000000000-0x000000102f37ffff]
Aug 01 21:21:37 schratzinsel kernel: NODE_DATA(0) allocated [mem 0x102f37c000-0x102f37ffff]
Aug 01 21:21:37 schratzinsel kernel: Zone ranges:
Aug 01 21:21:37 schratzinsel kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Aug 01 21:21:37 schratzinsel kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Aug 01 21:21:37 schratzinsel kernel:   Normal   [mem 0x0000000100000000-0x000000102f37ffff]
Aug 01 21:21:37 schratzinsel kernel:   Device   empty
Aug 01 21:21:37 schratzinsel kernel: Movable zone start for each node
Aug 01 21:21:37 schratzinsel kernel: Early memory node ranges
Aug 01 21:21:37 schratzinsel kernel:   node   0: [mem 0x0000000000001000-0x000000000009ffff]
Aug 01 21:21:37 schratzinsel kernel:   node   0: [mem 0x0000000000100000-0x0000000009e01fff]
Aug 01 21:21:37 schratzinsel kernel:   node   0: [mem 0x000000000a000000-0x000000000a1fffff]
Aug 01 21:21:37 schratzinsel kernel:   node   0: [mem 0x000000000a20e000-0x000000000affffff]
Aug 01 21:21:37 schratzinsel kernel:   node   0: [mem 0x000000000b020000-0x00000000cb141fff]
Aug 01 21:21:37 schratzinsel kernel:   node   0: [mem 0x00000000cdbff000-0x00000000ceffffff]
Aug 01 21:21:37 schratzinsel kernel:   node   0: [mem 0x0000000100000000-0x000000102f37ffff]
Aug 01 21:21:37 schratzinsel kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000102f37ffff]
Aug 01 21:21:37 schratzinsel kernel: On node 0 totalpages: 16758326
Aug 01 21:21:37 schratzinsel kernel:   DMA zone: 64 pages used for memmap
Aug 01 21:21:37 schratzinsel kernel:   DMA zone: 159 pages reserved
Aug 01 21:21:37 schratzinsel kernel:   DMA zone: 3999 pages, LIFO batch:0
Aug 01 21:21:37 schratzinsel kernel:   DMA32 zone: 13005 pages used for memmap
Aug 01 21:21:37 schratzinsel kernel:   DMA32 zone: 832279 pages, LIFO batch:63
Aug 01 21:21:37 schratzinsel kernel:   Normal zone: 248782 pages used for memmap
Aug 01 21:21:37 schratzinsel kernel:   Normal zone: 15922048 pages, LIFO batch:63
Aug 01 21:21:37 schratzinsel kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Aug 01 21:21:37 schratzinsel kernel: On node 0, zone DMA: 96 pages in unavailable ranges
Aug 01 21:21:37 schratzinsel kernel: On node 0, zone DMA32: 510 pages in unavailable ranges
Aug 01 21:21:37 schratzinsel kernel: On node 0, zone DMA32: 14 pages in unavailable ranges
Aug 01 21:21:37 schratzinsel kernel: On node 0, zone DMA32: 32 pages in unavailable ranges
Aug 01 21:21:37 schratzinsel kernel: On node 0, zone DMA32: 10941 pages in unavailable ranges
Aug 01 21:21:37 schratzinsel kernel: On node 0, zone Normal: 4096 pages in unavailable ranges
Aug 01 21:21:37 schratzinsel kernel: On node 0, zone Normal: 3200 pages in unavailable ranges
Aug 01 21:21:37 schratzinsel kernel: ACPI: PM-Timer IO Port: 0x808
Aug 01 21:21:37 schratzinsel kernel: ACPI: Local APIC address 0xfee00000
Aug 01 21:21:37 schratzinsel kernel: ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
Aug 01 21:21:37 schratzinsel kernel: IOAPIC[0]: apic_id 17, version 33, address 0xfec00000, GSI 0-23
Aug 01 21:21:37 schratzinsel kernel: IOAPIC[1]: apic_id 18, version 33, address 0xfec01000, GSI 24-55
Aug 01 21:21:37 schratzinsel kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Aug 01 21:21:37 schratzinsel kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
Aug 01 21:21:37 schratzinsel kernel: ACPI: IRQ0 used by override.
Aug 01 21:21:37 schratzinsel kernel: ACPI: IRQ9 used by override.
Aug 01 21:21:37 schratzinsel kernel: Using ACPI (MADT) for SMP configuration information
Aug 01 21:21:37 schratzinsel kernel: ACPI: HPET id: 0x10228201 base: 0xfed00000
Aug 01 21:21:37 schratzinsel kernel: smpboot: Allowing 32 CPUs, 16 hotplug CPUs
Aug 01 21:21:37 schratzinsel kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Aug 01 21:21:37 schratzinsel kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
Aug 01 21:21:37 schratzinsel kernel: PM: hibernation: Registered nosave memory: [mem 0x09e02000-0x09ffffff]
Aug 01 21:21:37 schratzinsel kernel: PM: hibernation: Registered nosave memory: [mem 0x0a200000-0x0a20dfff]
Aug 01 21:21:37 schratzinsel kernel: PM: hibernation: Registered nosave memory: [mem 0x0b000000-0x0b01ffff]
Aug 01 21:21:37 schratzinsel kernel: PM: hibernation: Registered nosave memory: [mem 0xcb142000-0xcb4a3fff]
Aug 01 21:21:37 schratzinsel kernel: PM: hibernation: Registered nosave memory: [mem 0xcb4a4000-0xcb507fff]
Aug 01 21:21:37 schratzinsel kernel: PM: hibernation: Registered nosave memory: [mem 0xcb508000-0xccc06fff]
Aug 01 21:21:37 schratzinsel kernel: PM: hibernation: Registered nosave memory: [mem 0xccc07000-0xcdb56fff]
Aug 01 21:21:37 schratzinsel kernel: PM: hibernation: Registered nosave memory: [mem 0xcdb57000-0xcdbfefff]
Aug 01 21:21:37 schratzinsel kernel: PM: hibernation: Registered nosave memory: [mem 0xcf000000-0xcfffffff]
Aug 01 21:21:37 schratzinsel kernel: PM: hibernation: Registered nosave memory: [mem 0xd0000000-0xefffffff]
Aug 01 21:21:37 schratzinsel kernel: PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xf7ffffff]
Aug 01 21:21:37 schratzinsel kernel: PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfd1fffff]
Aug 01 21:21:37 schratzinsel kernel: PM: hibernation: Registered nosave memory: [mem 0xfd200000-0xfd2fffff]
Aug 01 21:21:37 schratzinsel kernel: PM: hibernation: Registered nosave memory: [mem 0xfd300000-0xfd5fffff]
Aug 01 21:21:37 schratzinsel kernel: PM: hibernation: Registered nosave memory: [mem 0xfd600000-0xfd7fffff]
Aug 01 21:21:37 schratzinsel kernel: PM: hibernation: Registered nosave memory: [mem 0xfd800000-0xfe9fffff]
Aug 01 21:21:37 schratzinsel kernel: PM: hibernation: Registered nosave memory: [mem 0xfea00000-0xfea0ffff]
Aug 01 21:21:37 schratzinsel kernel: PM: hibernation: Registered nosave memory: [mem 0xfea10000-0xfeb7ffff]
Aug 01 21:21:37 schratzinsel kernel: PM: hibernation: Registered nosave memory: [mem 0xfeb80000-0xfec01fff]
Aug 01 21:21:37 schratzinsel kernel: PM: hibernation: Registered nosave memory: [mem 0xfec02000-0xfec0ffff]
Aug 01 21:21:37 schratzinsel kernel: PM: hibernation: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
Aug 01 21:21:37 schratzinsel kernel: PM: hibernation: Registered nosave memory: [mem 0xfec11000-0xfec2ffff]
Aug 01 21:21:37 schratzinsel kernel: PM: hibernation: Registered nosave memory: [mem 0xfec30000-0xfec30fff]
Aug 01 21:21:37 schratzinsel kernel: PM: hibernation: Registered nosave memory: [mem 0xfec31000-0xfecfffff]
Aug 01 21:21:37 schratzinsel kernel: PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
Aug 01 21:21:37 schratzinsel kernel: PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
Aug 01 21:21:37 schratzinsel kernel: PM: hibernation: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
Aug 01 21:21:37 schratzinsel kernel: PM: hibernation: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
Aug 01 21:21:37 schratzinsel kernel: PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
Aug 01 21:21:37 schratzinsel kernel: PM: hibernation: Registered nosave memory: [mem 0xfed90000-0xfedc1fff]
Aug 01 21:21:37 schratzinsel kernel: PM: hibernation: Registered nosave memory: [mem 0xfedc2000-0xfedcffff]
Aug 01 21:21:37 schratzinsel kernel: PM: hibernation: Registered nosave memory: [mem 0xfedd0000-0xfedd3fff]
Aug 01 21:21:37 schratzinsel kernel: PM: hibernation: Registered nosave memory: [mem 0xfedd4000-0xfedd5fff]
Aug 01 21:21:37 schratzinsel kernel: PM: hibernation: Registered nosave memory: [mem 0xfedd6000-0xfeffffff]
Aug 01 21:21:37 schratzinsel kernel: PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
Aug 01 21:21:37 schratzinsel kernel: [mem 0xd0000000-0xefffffff] available for PCI devices
Aug 01 21:21:37 schratzinsel kernel: Booting paravirtualized kernel on bare hardware
Aug 01 21:21:37 schratzinsel kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Aug 01 21:21:37 schratzinsel kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:32 nr_node_ids:1
Aug 01 21:21:37 schratzinsel kernel: percpu: Embedded 57 pages/cpu s196608 r8192 d28672 u262144
Aug 01 21:21:37 schratzinsel kernel: pcpu-alloc: s196608 r8192 d28672 u262144 alloc=1*2097152
Aug 01 21:21:37 schratzinsel kernel: pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
Aug 01 21:21:37 schratzinsel kernel: pcpu-alloc: [0] 16 17 18 19 20 21 22 23 [0] 24 25 26 27 28 29 30 31 
Aug 01 21:21:37 schratzinsel kernel: Built 1 zonelists, mobility grouping on.  Total pages: 16496316
Aug 01 21:21:37 schratzinsel kernel: Policy zone: Normal
Aug 01 21:21:37 schratzinsel kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=f2d72e19-6b96-483f-86fb-395687472a7e rw loglevel=3 nvidia-drm.modeset=1
Aug 01 21:21:37 schratzinsel kernel: printk: log_buf_len individual max cpu contribution: 4096 bytes
Aug 01 21:21:37 schratzinsel kernel: printk: log_buf_len total cpu_extra contributions: 126976 bytes
Aug 01 21:21:37 schratzinsel kernel: printk: log_buf_len min size: 131072 bytes
Aug 01 21:21:37 schratzinsel kernel: printk: log_buf_len: 262144 bytes
Aug 01 21:21:37 schratzinsel kernel: printk: early log buf free: 116424(88%)
Aug 01 21:21:37 schratzinsel kernel: Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes, linear)
Aug 01 21:21:37 schratzinsel kernel: Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
Aug 01 21:21:37 schratzinsel kernel: mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:off
Aug 01 21:21:37 schratzinsel kernel: Memory: 65676224K/67033304K available (14344K kernel code, 2049K rwdata, 9084K rodata, 1792K init, 4136K bss, 1356820K reserved, 0K cma-reserved)
Aug 01 21:21:37 schratzinsel kernel: random: get_random_u64 called from __kmem_cache_create+0x2a/0x580 with crng_init=0
Aug 01 21:21:37 schratzinsel kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=32, Nodes=1
Aug 01 21:21:37 schratzinsel kernel: ftrace: allocating 42288 entries in 166 pages
Aug 01 21:21:37 schratzinsel kernel: ftrace: allocated 166 pages with 4 groups
Aug 01 21:21:37 schratzinsel kernel: rcu: Preemptible hierarchical RCU implementation.
Aug 01 21:21:37 schratzinsel kernel: rcu:         RCU dyntick-idle grace-period acceleration is enabled.
Aug 01 21:21:37 schratzinsel kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=32.
Aug 01 21:21:37 schratzinsel kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Aug 01 21:21:37 schratzinsel kernel:         Trampoline variant of Tasks RCU enabled.
Aug 01 21:21:37 schratzinsel kernel:         Rude variant of Tasks RCU enabled.
Aug 01 21:21:37 schratzinsel kernel:         Tracing variant of Tasks RCU enabled.
Aug 01 21:21:37 schratzinsel kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Aug 01 21:21:37 schratzinsel kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=32
Aug 01 21:21:37 schratzinsel kernel: NR_IRQS: 20736, nr_irqs: 1224, preallocated irqs: 16
Aug 01 21:21:37 schratzinsel kernel: Console: colour dummy device 80x25
Aug 01 21:21:37 schratzinsel kernel: printk: console [tty0] enabled
Aug 01 21:21:37 schratzinsel kernel: ACPI: Core revision 20210331
Aug 01 21:21:37 schratzinsel kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
Aug 01 21:21:37 schratzinsel kernel: APIC: Switch to symmetric I/O mode setup
Aug 01 21:21:37 schratzinsel kernel: Switched APIC routing to physical flat.
Aug 01 21:21:37 schratzinsel kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Aug 01 21:21:37 schratzinsel kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x6d8cb0e20f4, max_idle_ns: 881590468932 ns
Aug 01 21:21:37 schratzinsel kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 7603.66 BogoMIPS (lpj=12666666)
Aug 01 21:21:37 schratzinsel kernel: pid_max: default: 32768 minimum: 301
Aug 01 21:21:37 schratzinsel kernel: LSM: Security Framework initializing
Aug 01 21:21:37 schratzinsel kernel: landlock: Up and running.
Aug 01 21:21:37 schratzinsel kernel: Yama: becoming mindful.
Aug 01 21:21:37 schratzinsel kernel: LSM support for eBPF active
Aug 01 21:21:37 schratzinsel kernel: Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Aug 01 21:21:37 schratzinsel kernel: Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Aug 01 21:21:37 schratzinsel kernel: x86/cpu: User Mode Instruction Prevention (UMIP) activated
Aug 01 21:21:37 schratzinsel kernel: LVT offset 1 assigned for vector 0xf9
Aug 01 21:21:37 schratzinsel kernel: LVT offset 2 assigned for vector 0xf4
Aug 01 21:21:37 schratzinsel kernel: Last level iTLB entries: 4KB 512, 2MB 512, 4MB 256
Aug 01 21:21:37 schratzinsel kernel: Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
Aug 01 21:21:37 schratzinsel kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Aug 01 21:21:37 schratzinsel kernel: Spectre V2 : Mitigation: Full AMD retpoline
Aug 01 21:21:37 schratzinsel kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Aug 01 21:21:37 schratzinsel kernel: Spectre V2 : Enabling Restricted Speculation for firmware calls
Aug 01 21:21:37 schratzinsel kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Aug 01 21:21:37 schratzinsel kernel: Spectre V2 : User space: Mitigation: STIBP always-on protection
Aug 01 21:21:37 schratzinsel kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
Aug 01 21:21:37 schratzinsel kernel: Freeing SMP alternatives memory: 36K
Aug 01 21:21:37 schratzinsel kernel: smpboot: CPU0: AMD Ryzen 7 5800X 8-Core Processor (family: 0x19, model: 0x21, stepping: 0x0)
Aug 01 21:21:37 schratzinsel kernel: Performance Events: Fam17h+ core perfctr, AMD PMU driver.
Aug 01 21:21:37 schratzinsel kernel: ... version:                0
Aug 01 21:21:37 schratzinsel kernel: ... bit width:              48
Aug 01 21:21:37 schratzinsel kernel: ... generic registers:      6
Aug 01 21:21:37 schratzinsel kernel: ... value mask:             0000ffffffffffff
Aug 01 21:21:37 schratzinsel kernel: ... max period:             00007fffffffffff
Aug 01 21:21:37 schratzinsel kernel: ... fixed-purpose events:   0
Aug 01 21:21:37 schratzinsel kernel: ... event mask:             000000000000003f
Aug 01 21:21:37 schratzinsel kernel: rcu: Hierarchical SRCU implementation.
Aug 01 21:21:37 schratzinsel kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Aug 01 21:21:37 schratzinsel kernel: smp: Bringing up secondary CPUs ...
Aug 01 21:21:37 schratzinsel kernel: x86: Booting SMP configuration:
Aug 01 21:21:37 schratzinsel kernel: .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7  #8
Aug 01 21:21:37 schratzinsel kernel: Spectre V2 : Update user space SMT mitigation: STIBP always-on
Aug 01 21:21:37 schratzinsel kernel:   #9 #10 #11 #12 #13 #14 #15
Aug 01 21:21:37 schratzinsel kernel: smp: Brought up 1 node, 16 CPUs
Aug 01 21:21:37 schratzinsel kernel: smpboot: Max logical packages: 2
Aug 01 21:21:37 schratzinsel kernel: smpboot: Total of 16 processors activated (121648.66 BogoMIPS)
Aug 01 21:21:37 schratzinsel kernel: devtmpfs: initialized
Aug 01 21:21:37 schratzinsel kernel: x86/mm: Memory block size: 2048MB
Aug 01 21:21:37 schratzinsel kernel: PM: Registering ACPI NVS region [mem 0x0a200000-0x0a20dfff] (57344 bytes)
Aug 01 21:21:37 schratzinsel kernel: PM: Registering ACPI NVS region [mem 0xcb508000-0xccc06fff] (24113152 bytes)
Aug 01 21:21:37 schratzinsel kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Aug 01 21:21:37 schratzinsel kernel: futex hash table entries: 8192 (order: 7, 524288 bytes, linear)
Aug 01 21:21:37 schratzinsel kernel: pinctrl core: initialized pinctrl subsystem
Aug 01 21:21:37 schratzinsel kernel: PM: RTC time: 19:21:33, date: 2021-08-01
Aug 01 21:21:37 schratzinsel kernel: NET: Registered protocol family 16
Aug 01 21:21:37 schratzinsel kernel: DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
Aug 01 21:21:37 schratzinsel kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Aug 01 21:21:37 schratzinsel kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Aug 01 21:21:37 schratzinsel kernel: audit: initializing netlink subsys (disabled)
Aug 01 21:21:37 schratzinsel kernel: audit: type=2000 audit(1627845693.166:1): state=initialized audit_enabled=0 res=1
Aug 01 21:21:37 schratzinsel kernel: thermal_sys: Registered thermal governor 'fair_share'
Aug 01 21:21:37 schratzinsel kernel: thermal_sys: Registered thermal governor 'bang_bang'
Aug 01 21:21:37 schratzinsel kernel: thermal_sys: Registered thermal governor 'step_wise'
Aug 01 21:21:37 schratzinsel kernel: thermal_sys: Registered thermal governor 'user_space'
Aug 01 21:21:37 schratzinsel kernel: thermal_sys: Registered thermal governor 'power_allocator'
Aug 01 21:21:37 schratzinsel kernel: cpuidle: using governor ladder
Aug 01 21:21:37 schratzinsel kernel: cpuidle: using governor menu
Aug 01 21:21:37 schratzinsel kernel: Detected 1 PCC Subspaces
Aug 01 21:21:37 schratzinsel kernel: Registering PCC driver as Mailbox controller
Aug 01 21:21:37 schratzinsel kernel: ACPI: bus type PCI registered
Aug 01 21:21:37 schratzinsel kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Aug 01 21:21:37 schratzinsel kernel: PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
Aug 01 21:21:37 schratzinsel kernel: PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in E820
Aug 01 21:21:37 schratzinsel kernel: PCI: Using configuration type 1 for base access
Aug 01 21:21:37 schratzinsel kernel: Kprobes globally optimized
Aug 01 21:21:37 schratzinsel kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
Aug 01 21:21:37 schratzinsel kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
Aug 01 21:21:37 schratzinsel kernel: ACPI: Added _OSI(Module Device)
Aug 01 21:21:37 schratzinsel kernel: ACPI: Added _OSI(Processor Device)
Aug 01 21:21:37 schratzinsel kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Aug 01 21:21:37 schratzinsel kernel: ACPI: Added _OSI(Processor Aggregator Device)
Aug 01 21:21:37 schratzinsel kernel: ACPI: Added _OSI(Linux-Dell-Video)
Aug 01 21:21:37 schratzinsel kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
Aug 01 21:21:37 schratzinsel kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
Aug 01 21:21:37 schratzinsel kernel: ACPI: 9 ACPI AML tables successfully acquired and loaded
Aug 01 21:21:37 schratzinsel kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Aug 01 21:21:37 schratzinsel kernel: ACPI: Interpreter enabled
Aug 01 21:21:37 schratzinsel kernel: ACPI: (supports S0 S3 S4 S5)
Aug 01 21:21:37 schratzinsel kernel: ACPI: Using IOAPIC for interrupt routing
Aug 01 21:21:37 schratzinsel kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Aug 01 21:21:37 schratzinsel kernel: ACPI: Enabled 7 GPEs in block 00 to 1F
Aug 01 21:21:37 schratzinsel kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Aug 01 21:21:37 schratzinsel kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Aug 01 21:21:37 schratzinsel kernel: acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug PME LTR DPC]
Aug 01 21:21:37 schratzinsel kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug AER PCIeCapability]
Aug 01 21:21:37 schratzinsel kernel: acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-7f] only partially covers this bridge
Aug 01 21:21:37 schratzinsel kernel: PCI host bridge to bus 0000:00
Aug 01 21:21:37 schratzinsel kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
Aug 01 21:21:37 schratzinsel kernel: pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
Aug 01 21:21:37 schratzinsel kernel: pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
Aug 01 21:21:37 schratzinsel kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Aug 01 21:21:37 schratzinsel kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Aug 01 21:21:37 schratzinsel kernel: pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
Aug 01 21:21:37 schratzinsel kernel: pci_bus 0000:00: root bus resource [mem 0xd0000000-0xfec2ffff window]
Aug 01 21:21:37 schratzinsel kernel: pci_bus 0000:00: root bus resource [mem 0xfee00000-0xffffffff window]
Aug 01 21:21:37 schratzinsel kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Aug 01 21:21:37 schratzinsel kernel: pci 0000:00:00.0: [1022:1480] type 00 class 0x060000
Aug 01 21:21:37 schratzinsel kernel: pci 0000:00:00.2: [1022:1481] type 00 class 0x080600
Aug 01 21:21:37 schratzinsel kernel: pci 0000:00:01.0: [1022:1482] type 00 class 0x060000
Aug 01 21:21:37 schratzinsel kernel: pci 0000:00:01.1: [1022:1483] type 01 class 0x060400
Aug 01 21:21:37 schratzinsel kernel: pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
Aug 01 21:21:37 schratzinsel kernel: pci 0000:00:01.2: [1022:1483] type 01 class 0x060400
Aug 01 21:21:37 schratzinsel kernel: pci 0000:00:01.2: enabling Extended Tags
Aug 01 21:21:37 schratzinsel kernel: pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
Aug 01 21:21:37 schratzinsel kernel: pci 0000:00:02.0: [1022:1482] type 00 class 0x060000
Aug 01 21:21:37 schratzinsel kernel: pci 0000:00:03.0: [1022:1482] type 00 class 0x060000
Aug 01 21:21:37 schratzinsel kernel: pci 0000:00:03.1: [1022:1483] type 01 class 0x060400
Aug 01 21:21:37 schratzinsel kernel: pci 0000:00:03.1: PME# supported from D0 D3hot D3cold
Aug 01 21:21:37 schratzinsel kernel: pci 0000:00:04.0: [1022:1482] type 00 class 0x060000
Aug 01 21:21:37 schratzinsel kernel: pci 0000:00:05.0: [1022:1482] type 00 class 0x060000
Aug 01 21:21:37 schratzinsel kernel: pci 0000:00:07.0: [1022:1482] type 00 class 0x060000
Aug 01 21:21:37 schratzinsel kernel: pci 0000:00:07.1: [1022:1484] type 01 class 0x060400
Aug 01 21:21:37 schratzinsel kernel: pci 0000:00:07.1: enabling Extended Tags
Aug 01 21:21:37 schratzinsel kernel: pci 0000:00:07.1: PME# supported from D0 D3hot D3cold
Aug 01 21:21:37 schratzinsel kernel: pci 0000:00:08.0: [1022:1482] type 00 class 0x060000
Aug 01 21:21:37 schratzinsel kernel: pci 0000:00:08.1: [1022:1484] type 01 class 0x060400
Aug 01 21:21:37 schratzinsel kernel: pci 0000:00:08.1: enabling Extended Tags
Aug 01 21:21:37 schratzinsel kernel: pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
Aug 01 21:21:37 schratzinsel kernel: pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
Aug 01 21:21:37 schratzinsel kernel: pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
Aug 01 21:21:37 schratzinsel kernel: pci 0000:00:18.0: [1022:1440] type 00 class 0x060000
Aug 01 21:21:37 schratzinsel kernel: pci 0000:00:18.1: [1022:1441] type 00 class 0x060000
Aug 01 21:21:37 schratzinsel kernel: pci 0000:00:18.2: [1022:1442] type 00 class 0x060000
Aug 01 21:21:37 schratzinsel kernel: pci 0000:00:18.3: [1022:1443] type 00 class 0x060000
Aug 01 21:21:37 schratzinsel kernel: pci 0000:00:18.4: [1022:1444] type 00 class 0x060000
Aug 01 21:21:37 schratzinsel kernel: pci 0000:00:18.5: [1022:1445] type 00 class 0x060000
Aug 01 21:21:37 schratzinsel kernel: pci 0000:00:18.6: [1022:1446] type 00 class 0x060000
Aug 01 21:21:37 schratzinsel kernel: pci 0000:00:18.7: [1022:1447] type 00 class 0x060000
Aug 01 21:21:37 schratzinsel kernel: pci 0000:01:00.0: [1987:5016] type 00 class 0x010802
Aug 01 21:21:37 schratzinsel kernel: pci 0000:01:00.0: reg 0x10: [mem 0xfc900000-0xfc903fff 64bit]
Aug 01 21:21:37 schratzinsel kernel: pci 0000:00:01.1: PCI bridge to [bus 01]
Aug 01 21:21:37 schratzinsel kernel: pci 0000:00:01.1:   bridge window [mem 0xfc900000-0xfc9fffff]
Aug 01 21:21:37 schratzinsel kernel: pci 0000:02:00.0: [1022:43ee] type 00 class 0x0c0330
Aug 01 21:21:37 schratzinsel kernel: pci 0000:02:00.0: reg 0x10: [mem 0xfc5a0000-0xfc5a7fff 64bit]
Aug 01 21:21:37 schratzinsel kernel: pci 0000:02:00.0: enabling Extended Tags
Aug 01 21:21:37 schratzinsel kernel: pci 0000:02:00.0: PME# supported from D3hot D3cold
Aug 01 21:21:37 schratzinsel kernel: pci 0000:02:00.1: [1022:43eb] type 00 class 0x010601
Aug 01 21:21:37 schratzinsel kernel: pci 0000:02:00.1: reg 0x24: [mem 0xfc580000-0xfc59ffff]
Aug 01 21:21:37 schratzinsel kernel: pci 0000:02:00.1: reg 0x30: [mem 0xfc500000-0xfc57ffff pref]
Aug 01 21:21:37 schratzinsel kernel: pci 0000:02:00.1: enabling Extended Tags
Aug 01 21:21:37 schratzinsel kernel: pci 0000:02:00.1: PME# supported from D3hot D3cold
Aug 01 21:21:37 schratzinsel kernel: pci 0000:02:00.2: [1022:43e9] type 01 class 0x060400
Aug 01 21:21:37 schratzinsel kernel: pci 0000:02:00.2: enabling Extended Tags
Aug 01 21:21:37 schratzinsel kernel: pci 0000:02:00.2: PME# supported from D3hot D3cold
Aug 01 21:21:37 schratzinsel kernel: pci 0000:00:01.2: PCI bridge to [bus 02-2a]
Aug 01 21:21:37 schratzinsel kernel: pci 0000:00:01.2:   bridge window [io  0xd000-0xefff]
Aug 01 21:21:37 schratzinsel kernel: pci 0000:00:01.2:   bridge window [mem 0xfc200000-0xfc5fffff]
Aug 01 21:21:37 schratzinsel kernel: pci 0000:03:06.0: [1022:43ea] type 01 class 0x060400
Aug 01 21:21:37 schratzinsel kernel: pci 0000:03:06.0: enabling Extended Tags
Aug 01 21:21:37 schratzinsel kernel: pci 0000:03:06.0: PME# supported from D3hot D3cold
Aug 01 21:21:37 schratzinsel kernel: pci 0000:03:08.0: [1022:43ea] type 01 class 0x060400
Aug 01 21:21:37 schratzinsel kernel: pci 0000:03:08.0: enabling Extended Tags
Aug 01 21:21:37 schratzinsel kernel: pci 0000:03:08.0: PME# supported from D3hot D3cold
Aug 01 21:21:37 schratzinsel kernel: pci 0000:03:09.0: [1022:43ea] type 01 class 0x060400
Aug 01 21:21:37 schratzinsel kernel: pci 0000:03:09.0: enabling Extended Tags
Aug 01 21:21:37 schratzinsel kernel: pci 0000:03:09.0: PME# supported from D3hot D3cold
Aug 01 21:21:37 schratzinsel kernel: pci 0000:02:00.2: PCI bridge to [bus 03-2a]
Aug 01 21:21:37 schratzinsel kernel: pci 0000:02:00.2:   bridge window [io  0xd000-0xefff]
Aug 01 21:21:37 schratzinsel kernel: pci 0000:02:00.2:   bridge window [mem 0xfc200000-0xfc4fffff]
Aug 01 21:21:37 schratzinsel kernel: pci 0000:04:00.0: [1b21:1080] type 01 class 0x060400
Aug 01 21:21:37 schratzinsel kernel: pci 0000:04:00.0: supports D1 D2
Aug 01 21:21:37 schratzinsel kernel: pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Aug 01 21:21:37 schratzinsel kernel: pci 0000:03:06.0: PCI bridge to [bus 04-05]
Aug 01 21:21:37 schratzinsel kernel: pci 0000:03:06.0:   bridge window [io  0xe000-0xefff]
Aug 01 21:21:37 schratzinsel kernel: pci 0000:03:06.0:   bridge window [mem 0xfc400000-0xfc4fffff]
Aug 01 21:21:37 schratzinsel kernel: pci_bus 0000:05: extended config space not accessible
Aug 01 21:21:37 schratzinsel kernel: pci 0000:05:00.0: [1106:3044] type 00 class 0x0c0010
Aug 01 21:21:37 schratzinsel kernel: pci 0000:05:00.0: reg 0x10: [mem 0xfc400000-0xfc4007ff]
Aug 01 21:21:37 schratzinsel kernel: pci 0000:05:00.0: reg 0x14: [io  0xe000-0xe07f]
Aug 01 21:21:37 schratzinsel kernel: pci 0000:05:00.0: supports D2
Aug 01 21:21:37 schratzinsel kernel: pci 0000:05:00.0: PME# supported from D2 D3hot D3cold
Aug 01 21:21:37 schratzinsel kernel: pci 0000:04:00.0: PCI bridge to [bus 05]
Aug 01 21:21:37 schratzinsel kernel: pci 0000:04:00.0:   bridge window [io  0xe000-0xefff]
Aug 01 21:21:37 schratzinsel kernel: pci 0000:04:00.0:   bridge window [mem 0xfc400000-0xfc4fffff]
Aug 01 21:21:37 schratzinsel kernel: pci 0000:29:00.0: [8086:2723] type 00 class 0x028000
Aug 01 21:21:37 schratzinsel kernel: pci 0000:29:00.0: reg 0x10: [mem 0xfc300000-0xfc303fff 64bit]
Aug 01 21:21:37 schratzinsel kernel: pci 0000:29:00.0: PME# supported from D0 D3hot D3cold
Aug 01 21:21:37 schratzinsel kernel: pci 0000:03:08.0: PCI bridge to [bus 29]
Aug 01 21:21:37 schratzinsel kernel: pci 0000:03:08.0:   bridge window [mem 0xfc300000-0xfc3fffff]
Aug 01 21:21:37 schratzinsel kernel: pci 0000:2a:00.0: [10ec:8125] type 00 class 0x020000
Aug 01 21:21:37 schratzinsel kernel: pci 0000:2a:00.0: reg 0x10: [io  0xd000-0xd0ff]
Aug 01 21:21:37 schratzinsel kernel: pci 0000:2a:00.0: reg 0x18: [mem 0xfc200000-0xfc20ffff 64bit]
Aug 01 21:21:37 schratzinsel kernel: pci 0000:2a:00.0: reg 0x20: [mem 0xfc210000-0xfc213fff 64bit]
Aug 01 21:21:37 schratzinsel kernel: pci 0000:2a:00.0: supports D1 D2
Aug 01 21:21:37 schratzinsel kernel: pci 0000:2a:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Aug 01 21:21:37 schratzinsel kernel: pci 0000:03:09.0: PCI bridge to [bus 2a]
Aug 01 21:21:37 schratzinsel kernel: pci 0000:03:09.0:   bridge window [io  0xd000-0xdfff]
Aug 01 21:21:37 schratzinsel kernel: pci 0000:03:09.0:   bridge window [mem 0xfc200000-0xfc2fffff]
Aug 01 21:21:37 schratzinsel kernel: pci 0000:2b:00.0: [10de:1c82] type 00 class 0x030000
Aug 01 21:21:37 schratzinsel kernel: pci 0000:2b:00.0: reg 0x10: [mem 0xfb000000-0xfbffffff]
Aug 01 21:21:37 schratzinsel kernel: pci 0000:2b:00.0: reg 0x14: [mem 0xd0000000-0xdfffffff 64bit pref]
Aug 01 21:21:37 schratzinsel kernel: pci 0000:2b:00.0: reg 0x1c: [mem 0xe0000000-0xe1ffffff 64bit pref]
Aug 01 21:21:37 schratzinsel kernel: pci 0000:2b:00.0: reg 0x24: [io  0xf000-0xf07f]
Aug 01 21:21:37 schratzinsel kernel: pci 0000:2b:00.0: reg 0x30: [mem 0xfc000000-0xfc07ffff pref]
Aug 01 21:21:37 schratzinsel kernel: pci 0000:2b:00.0: 32.000 Gb/s available PCIe bandwidth, limited by 2.5 GT/s PCIe x16 link at 0000:00:03.1 (capable of 126.016 Gb/s with 8.0 GT/s PCIe x16 link)
Aug 01 21:21:37 schratzinsel kernel: pci 0000:2b:00.1: [10de:0fb9] type 00 class 0x040300
Aug 01 21:21:37 schratzinsel kernel: pci 0000:2b:00.1: reg 0x10: [mem 0xfc080000-0xfc083fff]
Aug 01 21:21:37 schratzinsel kernel: pci 0000:00:03.1: PCI bridge to [bus 2b]
Aug 01 21:21:37 schratzinsel kernel: pci 0000:00:03.1:   bridge window [io  0xf000-0xffff]
Aug 01 21:21:37 schratzinsel kernel: pci 0000:00:03.1:   bridge window [mem 0xfb000000-0xfc0fffff]
Aug 01 21:21:37 schratzinsel kernel: pci 0000:00:03.1:   bridge window [mem 0xd0000000-0xe1ffffff 64bit pref]
Aug 01 21:21:37 schratzinsel kernel: pci 0000:2c:00.0: [1022:148a] type 00 class 0x130000
Aug 01 21:21:37 schratzinsel kernel: pci 0000:2c:00.0: enabling Extended Tags
Aug 01 21:21:37 schratzinsel kernel: pci 0000:00:07.1: PCI bridge to [bus 2c]
Aug 01 21:21:37 schratzinsel kernel: pci 0000:2d:00.0: [1022:1485] type 00 class 0x130000
Aug 01 21:21:37 schratzinsel kernel: pci 0000:2d:00.0: enabling Extended Tags
Aug 01 21:21:37 schratzinsel kernel: pci 0000:2d:00.1: [1022:1486] type 00 class 0x108000
Aug 01 21:21:37 schratzinsel kernel: pci 0000:2d:00.1: reg 0x18: [mem 0xfc700000-0xfc7fffff]
Aug 01 21:21:37 schratzinsel kernel: pci 0000:2d:00.1: reg 0x24: [mem 0xfc808000-0xfc809fff]
Aug 01 21:21:37 schratzinsel kernel: pci 0000:2d:00.1: enabling Extended Tags
Aug 01 21:21:37 schratzinsel kernel: pci 0000:2d:00.3: [1022:149c] type 00 class 0x0c0330
Aug 01 21:21:37 schratzinsel kernel: pci 0000:2d:00.3: reg 0x10: [mem 0xfc600000-0xfc6fffff 64bit]
Aug 01 21:21:37 schratzinsel kernel: pci 0000:2d:00.3: enabling Extended Tags
Aug 01 21:21:37 schratzinsel kernel: pci 0000:2d:00.3: PME# supported from D0 D3hot D3cold
Aug 01 21:21:37 schratzinsel kernel: pci 0000:2d:00.4: [1022:1487] type 00 class 0x040300
Aug 01 21:21:37 schratzinsel kernel: pci 0000:2d:00.4: reg 0x10: [mem 0xfc800000-0xfc807fff]
Aug 01 21:21:37 schratzinsel kernel: pci 0000:2d:00.4: enabling Extended Tags
Aug 01 21:21:37 schratzinsel kernel: pci 0000:2d:00.4: PME# supported from D0 D3hot D3cold
Aug 01 21:21:37 schratzinsel kernel: pci 0000:00:08.1: PCI bridge to [bus 2d]
Aug 01 21:21:37 schratzinsel kernel: pci 0000:00:08.1:   bridge window [mem 0xfc600000-0xfc8fffff]
Aug 01 21:21:37 schratzinsel kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 0
Aug 01 21:21:37 schratzinsel kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 0
Aug 01 21:21:37 schratzinsel kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 0
Aug 01 21:21:37 schratzinsel kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 0
Aug 01 21:21:37 schratzinsel kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
Aug 01 21:21:37 schratzinsel kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
Aug 01 21:21:37 schratzinsel kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0
Aug 01 21:21:37 schratzinsel kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 0
Aug 01 21:21:37 schratzinsel kernel: iommu: Default domain type: Translated 
Aug 01 21:21:37 schratzinsel kernel: pci 0000:2b:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
Aug 01 21:21:37 schratzinsel kernel: pci 0000:2b:00.0: vgaarb: bridge control possible
Aug 01 21:21:37 schratzinsel kernel: pci 0000:2b:00.0: vgaarb: setting as boot device (VGA legacy resources not available)
Aug 01 21:21:37 schratzinsel kernel: vgaarb: loaded
Aug 01 21:21:37 schratzinsel kernel: SCSI subsystem initialized
Aug 01 21:21:37 schratzinsel kernel: libata version 3.00 loaded.
Aug 01 21:21:37 schratzinsel kernel: ACPI: bus type USB registered
Aug 01 21:21:37 schratzinsel kernel: usbcore: registered new interface driver usbfs
Aug 01 21:21:37 schratzinsel kernel: usbcore: registered new interface driver hub
Aug 01 21:21:37 schratzinsel kernel: usbcore: registered new device driver usb
Aug 01 21:21:37 schratzinsel kernel: pps_core: LinuxPPS API ver. 1 registered
Aug 01 21:21:37 schratzinsel kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Aug 01 21:21:37 schratzinsel kernel: PTP clock support registered
Aug 01 21:21:37 schratzinsel kernel: EDAC MC: Ver: 3.0.0
Aug 01 21:21:37 schratzinsel kernel: Registered efivars operations
Aug 01 21:21:37 schratzinsel kernel: NetLabel: Initializing
Aug 01 21:21:37 schratzinsel kernel: NetLabel:  domain hash size = 128
Aug 01 21:21:37 schratzinsel kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Aug 01 21:21:37 schratzinsel kernel: NetLabel:  unlabeled traffic allowed by default
Aug 01 21:21:37 schratzinsel kernel: PCI: Using ACPI for IRQ routing
Aug 01 21:21:37 schratzinsel kernel: PCI: pci_cache_line_size set to 64 bytes
Aug 01 21:21:37 schratzinsel kernel: e820: reserve RAM buffer [mem 0x09e02000-0x0bffffff]
Aug 01 21:21:37 schratzinsel kernel: e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
Aug 01 21:21:37 schratzinsel kernel: e820: reserve RAM buffer [mem 0x0b000000-0x0bffffff]
Aug 01 21:21:37 schratzinsel kernel: e820: reserve RAM buffer [mem 0xcb142000-0xcbffffff]
Aug 01 21:21:37 schratzinsel kernel: e820: reserve RAM buffer [mem 0xcf000000-0xcfffffff]
Aug 01 21:21:37 schratzinsel kernel: e820: reserve RAM buffer [mem 0x102f380000-0x102fffffff]
Aug 01 21:21:37 schratzinsel kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
Aug 01 21:21:37 schratzinsel kernel: hpet0: 3 comparators, 32-bit 14.318180 MHz counter
Aug 01 21:21:37 schratzinsel kernel: clocksource: Switched to clocksource tsc-early
Aug 01 21:21:37 schratzinsel kernel: VFS: Disk quotas dquot_6.6.0
Aug 01 21:21:37 schratzinsel kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Aug 01 21:21:37 schratzinsel kernel: pnp: PnP ACPI init
Aug 01 21:21:37 schratzinsel kernel: system 00:00: [mem 0xf0000000-0xf7ffffff] has been reserved
Aug 01 21:21:37 schratzinsel kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
Aug 01 21:21:37 schratzinsel kernel: system 00:01: [mem 0xfd200000-0xfd2fffff] has been reserved
Aug 01 21:21:37 schratzinsel kernel: system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
Aug 01 21:21:37 schratzinsel kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
Aug 01 21:21:37 schratzinsel kernel: system 00:03: [io  0x0a00-0x0a0f] has been reserved
Aug 01 21:21:37 schratzinsel kernel: system 00:03: [io  0x0a10-0x0a1f] has been reserved
Aug 01 21:21:37 schratzinsel kernel: system 00:03: [io  0x0a20-0x0a2f] has been reserved
Aug 01 21:21:37 schratzinsel kernel: system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
Aug 01 21:21:37 schratzinsel kernel: system 00:04: [io  0x04d0-0x04d1] has been reserved
Aug 01 21:21:37 schratzinsel kernel: system 00:04: [io  0x040b] has been reserved
Aug 01 21:21:37 schratzinsel kernel: system 00:04: [io  0x04d6] has been reserved
Aug 01 21:21:37 schratzinsel kernel: system 00:04: [io  0x0c00-0x0c01] has been reserved
Aug 01 21:21:37 schratzinsel kernel: system 00:04: [io  0x0c14] has been reserved
Aug 01 21:21:37 schratzinsel kernel: system 00:04: [io  0x0c50-0x0c51] has been reserved
Aug 01 21:21:37 schratzinsel kernel: system 00:04: [io  0x0c52] has been reserved
Aug 01 21:21:37 schratzinsel kernel: system 00:04: [io  0x0c6c] has been reserved
Aug 01 21:21:37 schratzinsel kernel: system 00:04: [io  0x0c6f] has been reserved
Aug 01 21:21:37 schratzinsel kernel: system 00:04: [io  0x0cd8-0x0cdf] has been reserved
Aug 01 21:21:37 schratzinsel kernel: system 00:04: [io  0x0800-0x089f] has been reserved
Aug 01 21:21:37 schratzinsel kernel: system 00:04: [io  0x0b00-0x0b0f] has been reserved
Aug 01 21:21:37 schratzinsel kernel: system 00:04: [io  0x0b20-0x0b3f] has been reserved
Aug 01 21:21:37 schratzinsel kernel: system 00:04: [io  0x0900-0x090f] has been reserved
Aug 01 21:21:37 schratzinsel kernel: system 00:04: [io  0x0910-0x091f] has been reserved
Aug 01 21:21:37 schratzinsel kernel: system 00:04: [mem 0xfec00000-0xfec00fff] could not be reserved
Aug 01 21:21:37 schratzinsel kernel: system 00:04: [mem 0xfec01000-0xfec01fff] could not be reserved
Aug 01 21:21:37 schratzinsel kernel: system 00:04: [mem 0xfedc0000-0xfedc0fff] has been reserved
Aug 01 21:21:37 schratzinsel kernel: system 00:04: [mem 0xfee00000-0xfee00fff] has been reserved
Aug 01 21:21:37 schratzinsel kernel: system 00:04: [mem 0xfed80000-0xfed8ffff] could not be reserved
Aug 01 21:21:37 schratzinsel kernel: system 00:04: [mem 0xfec10000-0xfec10fff] has been reserved
Aug 01 21:21:37 schratzinsel kernel: system 00:04: [mem 0xff000000-0xffffffff] has been reserved
Aug 01 21:21:37 schratzinsel kernel: system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
Aug 01 21:21:37 schratzinsel kernel: pnp: PnP ACPI: found 5 devices
Aug 01 21:21:37 schratzinsel kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Aug 01 21:21:37 schratzinsel kernel: NET: Registered protocol family 2
Aug 01 21:21:37 schratzinsel kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Aug 01 21:21:37 schratzinsel kernel: tcp_listen_portaddr_hash hash table entries: 32768 (order: 7, 524288 bytes, linear)
Aug 01 21:21:37 schratzinsel kernel: TCP established hash table entries: 524288 (order: 10, 4194304 bytes, linear)
Aug 01 21:21:37 schratzinsel kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
Aug 01 21:21:37 schratzinsel kernel: TCP: Hash tables configured (established 524288 bind 65536)
Aug 01 21:21:37 schratzinsel kernel: MPTCP token hash table entries: 65536 (order: 8, 1572864 bytes, linear)
Aug 01 21:21:37 schratzinsel kernel: UDP hash table entries: 32768 (order: 8, 1048576 bytes, linear)
Aug 01 21:21:37 schratzinsel kernel: UDP-Lite hash table entries: 32768 (order: 8, 1048576 bytes, linear)
Aug 01 21:21:37 schratzinsel kernel: NET: Registered protocol family 1
Aug 01 21:21:37 schratzinsel kernel: NET: Registered protocol family 44
Aug 01 21:21:37 schratzinsel kernel: pci 0000:00:01.1: PCI bridge to [bus 01]
Aug 01 21:21:37 schratzinsel kernel: pci 0000:00:01.1:   bridge window [mem 0xfc900000-0xfc9fffff]
Aug 01 21:21:37 schratzinsel kernel: pci 0000:04:00.0: PCI bridge to [bus 05]
Aug 01 21:21:37 schratzinsel kernel: pci 0000:04:00.0:   bridge window [io  0xe000-0xefff]
Aug 01 21:21:37 schratzinsel kernel: pci 0000:04:00.0:   bridge window [mem 0xfc400000-0xfc4fffff]
Aug 01 21:21:37 schratzinsel kernel: pci 0000:03:06.0: PCI bridge to [bus 04-05]
Aug 01 21:21:37 schratzinsel kernel: pci 0000:03:06.0:   bridge window [io  0xe000-0xefff]
Aug 01 21:21:37 schratzinsel kernel: pci 0000:03:06.0:   bridge window [mem 0xfc400000-0xfc4fffff]
Aug 01 21:21:37 schratzinsel kernel: pci 0000:03:08.0: PCI bridge to [bus 29]
Aug 01 21:21:37 schratzinsel kernel: pci 0000:03:08.0:   bridge window [mem 0xfc300000-0xfc3fffff]
Aug 01 21:21:37 schratzinsel kernel: pci 0000:03:09.0: PCI bridge to [bus 2a]
Aug 01 21:21:37 schratzinsel kernel: pci 0000:03:09.0:   bridge window [io  0xd000-0xdfff]
Aug 01 21:21:37 schratzinsel kernel: pci 0000:03:09.0:   bridge window [mem 0xfc200000-0xfc2fffff]
Aug 01 21:21:37 schratzinsel kernel: pci 0000:02:00.2: PCI bridge to [bus 03-2a]
Aug 01 21:21:37 schratzinsel kernel: pci 0000:02:00.2:   bridge window [io  0xd000-0xefff]
Aug 01 21:21:37 schratzinsel kernel: pci 0000:02:00.2:   bridge window [mem 0xfc200000-0xfc4fffff]
Aug 01 21:21:37 schratzinsel kernel: pci 0000:00:01.2: PCI bridge to [bus 02-2a]
Aug 01 21:21:37 schratzinsel kernel: pci 0000:00:01.2:   bridge window [io  0xd000-0xefff]
Aug 01 21:21:37 schratzinsel kernel: pci 0000:00:01.2:   bridge window [mem 0xfc200000-0xfc5fffff]
Aug 01 21:21:37 schratzinsel kernel: pci 0000:00:03.1: PCI bridge to [bus 2b]
Aug 01 21:21:37 schratzinsel kernel: pci 0000:00:03.1:   bridge window [io  0xf000-0xffff]
Aug 01 21:21:37 schratzinsel kernel: pci 0000:00:03.1:   bridge window [mem 0xfb000000-0xfc0fffff]
Aug 01 21:21:37 schratzinsel kernel: pci 0000:00:03.1:   bridge window [mem 0xd0000000-0xe1ffffff 64bit pref]
Aug 01 21:21:37 schratzinsel kernel: pci 0000:00:07.1: PCI bridge to [bus 2c]
Aug 01 21:21:37 schratzinsel kernel: pci 0000:00:08.1: PCI bridge to [bus 2d]
Aug 01 21:21:37 schratzinsel kernel: pci 0000:00:08.1:   bridge window [mem 0xfc600000-0xfc8fffff]
Aug 01 21:21:37 schratzinsel kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
Aug 01 21:21:37 schratzinsel kernel: pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
Aug 01 21:21:37 schratzinsel kernel: pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
Aug 01 21:21:37 schratzinsel kernel: pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
Aug 01 21:21:37 schratzinsel kernel: pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
Aug 01 21:21:37 schratzinsel kernel: pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
Aug 01 21:21:37 schratzinsel kernel: pci_bus 0000:00: resource 10 [mem 0xd0000000-0xfec2ffff window]
Aug 01 21:21:37 schratzinsel kernel: pci_bus 0000:00: resource 11 [mem 0xfee00000-0xffffffff window]
Aug 01 21:21:37 schratzinsel kernel: pci_bus 0000:01: resource 1 [mem 0xfc900000-0xfc9fffff]
Aug 01 21:21:37 schratzinsel kernel: pci_bus 0000:02: resource 0 [io  0xd000-0xefff]
Aug 01 21:21:37 schratzinsel kernel: pci_bus 0000:02: resource 1 [mem 0xfc200000-0xfc5fffff]
Aug 01 21:21:37 schratzinsel kernel: pci_bus 0000:03: resource 0 [io  0xd000-0xefff]
Aug 01 21:21:37 schratzinsel kernel: pci_bus 0000:03: resource 1 [mem 0xfc200000-0xfc4fffff]
Aug 01 21:21:37 schratzinsel kernel: pci_bus 0000:04: resource 0 [io  0xe000-0xefff]
Aug 01 21:21:37 schratzinsel kernel: pci_bus 0000:04: resource 1 [mem 0xfc400000-0xfc4fffff]
Aug 01 21:21:37 schratzinsel kernel: pci_bus 0000:05: resource 0 [io  0xe000-0xefff]
Aug 01 21:21:37 schratzinsel kernel: pci_bus 0000:05: resource 1 [mem 0xfc400000-0xfc4fffff]
Aug 01 21:21:37 schratzinsel kernel: pci_bus 0000:29: resource 1 [mem 0xfc300000-0xfc3fffff]
Aug 01 21:21:37 schratzinsel kernel: pci_bus 0000:2a: resource 0 [io  0xd000-0xdfff]
Aug 01 21:21:37 schratzinsel kernel: pci_bus 0000:2a: resource 1 [mem 0xfc200000-0xfc2fffff]
Aug 01 21:21:37 schratzinsel kernel: pci_bus 0000:2b: resource 0 [io  0xf000-0xffff]
Aug 01 21:21:37 schratzinsel kernel: pci_bus 0000:2b: resource 1 [mem 0xfb000000-0xfc0fffff]
Aug 01 21:21:37 schratzinsel kernel: pci_bus 0000:2b: resource 2 [mem 0xd0000000-0xe1ffffff 64bit pref]
Aug 01 21:21:37 schratzinsel kernel: pci_bus 0000:2d: resource 1 [mem 0xfc600000-0xfc8fffff]
Aug 01 21:21:37 schratzinsel kernel: pci 0000:04:00.0: Disabling ASPM L0s/L1
Aug 01 21:21:37 schratzinsel kernel: pci 0000:2b:00.1: D0 power state depends on 0000:2b:00.0
Aug 01 21:21:37 schratzinsel kernel: PCI: CLS 64 bytes, default 64
Aug 01 21:21:37 schratzinsel kernel: pci 0000:00:00.2: AMD-Vi: IOMMU performance counters supported
Aug 01 21:21:37 schratzinsel kernel: AMD-Vi: Lazy IO/TLB flushing enabled
Aug 01 21:21:37 schratzinsel kernel: pci 0000:00:01.0: Adding to iommu group 0
Aug 01 21:21:37 schratzinsel kernel: Trying to unpack rootfs image as initramfs...
Aug 01 21:21:37 schratzinsel kernel: pci 0000:00:01.1: Adding to iommu group 1
Aug 01 21:21:37 schratzinsel kernel: pci 0000:00:01.2: Adding to iommu group 2
Aug 01 21:21:37 schratzinsel kernel: pci 0000:00:02.0: Adding to iommu group 3
Aug 01 21:21:37 schratzinsel kernel: pci 0000:00:03.0: Adding to iommu group 4
Aug 01 21:21:37 schratzinsel kernel: pci 0000:00:03.1: Adding to iommu group 5
Aug 01 21:21:37 schratzinsel kernel: pci 0000:00:04.0: Adding to iommu group 6
Aug 01 21:21:37 schratzinsel kernel: pci 0000:00:05.0: Adding to iommu group 7
Aug 01 21:21:37 schratzinsel kernel: pci 0000:00:07.0: Adding to iommu group 8
Aug 01 21:21:37 schratzinsel kernel: pci 0000:00:07.1: Adding to iommu group 9
Aug 01 21:21:37 schratzinsel kernel: pci 0000:00:08.0: Adding to iommu group 10
Aug 01 21:21:37 schratzinsel kernel: pci 0000:00:08.1: Adding to iommu group 11
Aug 01 21:21:37 schratzinsel kernel: pci 0000:00:14.0: Adding to iommu group 12
Aug 01 21:21:37 schratzinsel kernel: pci 0000:00:14.3: Adding to iommu group 12
Aug 01 21:21:37 schratzinsel kernel: pci 0000:00:18.0: Adding to iommu group 13
Aug 01 21:21:37 schratzinsel kernel: pci 0000:00:18.1: Adding to iommu group 13
Aug 01 21:21:37 schratzinsel kernel: pci 0000:00:18.2: Adding to iommu group 13
Aug 01 21:21:37 schratzinsel kernel: pci 0000:00:18.3: Adding to iommu group 13
Aug 01 21:21:37 schratzinsel kernel: pci 0000:00:18.4: Adding to iommu group 13
Aug 01 21:21:37 schratzinsel kernel: pci 0000:00:18.5: Adding to iommu group 13
Aug 01 21:21:37 schratzinsel kernel: pci 0000:00:18.6: Adding to iommu group 13
Aug 01 21:21:37 schratzinsel kernel: pci 0000:00:18.7: Adding to iommu group 13
Aug 01 21:21:37 schratzinsel kernel: pci 0000:01:00.0: Adding to iommu group 14
Aug 01 21:21:37 schratzinsel kernel: pci 0000:02:00.0: Adding to iommu group 15
Aug 01 21:21:37 schratzinsel kernel: pci 0000:02:00.1: Adding to iommu group 15
Aug 01 21:21:37 schratzinsel kernel: pci 0000:02:00.2: Adding to iommu group 15
Aug 01 21:21:37 schratzinsel kernel: pci 0000:03:06.0: Adding to iommu group 15
Aug 01 21:21:37 schratzinsel kernel: pci 0000:03:08.0: Adding to iommu group 15
Aug 01 21:21:37 schratzinsel kernel: pci 0000:03:09.0: Adding to iommu group 15
Aug 01 21:21:37 schratzinsel kernel: pci 0000:04:00.0: Adding to iommu group 15
Aug 01 21:21:37 schratzinsel kernel: pci 0000:05:00.0: Adding to iommu group 15
Aug 01 21:21:37 schratzinsel kernel: pci 0000:29:00.0: Adding to iommu group 15
Aug 01 21:21:37 schratzinsel kernel: pci 0000:2a:00.0: Adding to iommu group 15
Aug 01 21:21:37 schratzinsel kernel: pci 0000:2b:00.0: Adding to iommu group 16
Aug 01 21:21:37 schratzinsel kernel: pci 0000:2b:00.1: Adding to iommu group 16
Aug 01 21:21:37 schratzinsel kernel: pci 0000:2c:00.0: Adding to iommu group 17
Aug 01 21:21:37 schratzinsel kernel: pci 0000:2d:00.0: Adding to iommu group 18
Aug 01 21:21:37 schratzinsel kernel: pci 0000:2d:00.1: Adding to iommu group 19
Aug 01 21:21:37 schratzinsel kernel: pci 0000:2d:00.3: Adding to iommu group 20
Aug 01 21:21:37 schratzinsel kernel: pci 0000:2d:00.4: Adding to iommu group 21
Aug 01 21:21:37 schratzinsel kernel: pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
Aug 01 21:21:37 schratzinsel kernel: AMD-Vi: Extended features (0x58f77ef22294a5a): PPR NX GT IA PC GA_vAPIC
Aug 01 21:21:37 schratzinsel kernel: AMD-Vi: Interrupt remapping enabled
Aug 01 21:21:37 schratzinsel kernel: amd_uncore: 4  amd_df counters detected
Aug 01 21:21:37 schratzinsel kernel: amd_uncore: 6  amd_l3 counters detected
Aug 01 21:21:37 schratzinsel kernel: LVT offset 0 assigned for vector 0x400
Aug 01 21:21:37 schratzinsel kernel: perf: AMD IBS detected (0x000003ff)
Aug 01 21:21:37 schratzinsel kernel: perf/amd_iommu: Detected AMD IOMMU #0 (2 banks, 4 counters/bank).
Aug 01 21:21:37 schratzinsel kernel: Initialise system trusted keyrings
Aug 01 21:21:37 schratzinsel kernel: Key type blacklist registered
Aug 01 21:21:37 schratzinsel kernel: workingset: timestamp_bits=41 max_order=24 bucket_order=0
Aug 01 21:21:37 schratzinsel kernel: zbud: loaded
Aug 01 21:21:37 schratzinsel kernel: Key type asymmetric registered
Aug 01 21:21:37 schratzinsel kernel: Asymmetric key parser 'x509' registered
Aug 01 21:21:37 schratzinsel kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
Aug 01 21:21:37 schratzinsel kernel: io scheduler mq-deadline registered
Aug 01 21:21:37 schratzinsel kernel: io scheduler kyber registered
Aug 01 21:21:37 schratzinsel kernel: io scheduler bfq registered
Aug 01 21:21:37 schratzinsel kernel: pcieport 0000:00:01.1: AER: enabled with IRQ 26
Aug 01 21:21:37 schratzinsel kernel: pcieport 0000:00:01.2: AER: enabled with IRQ 27
Aug 01 21:21:37 schratzinsel kernel: pcieport 0000:00:03.1: AER: enabled with IRQ 28
Aug 01 21:21:37 schratzinsel kernel: pcieport 0000:00:07.1: AER: enabled with IRQ 30
Aug 01 21:21:37 schratzinsel kernel: pcieport 0000:00:08.1: AER: enabled with IRQ 31
Aug 01 21:21:37 schratzinsel kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Aug 01 21:21:37 schratzinsel kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
Aug 01 21:21:37 schratzinsel kernel: ACPI: button: Power Button [PWRB]
Aug 01 21:21:37 schratzinsel kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
Aug 01 21:21:37 schratzinsel kernel: ACPI: button: Power Button [PWRF]
Aug 01 21:21:37 schratzinsel kernel: smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 1165
Aug 01 21:21:37 schratzinsel kernel: Monitor-Mwait will be used to enter C-1 state
Aug 01 21:21:37 schratzinsel kernel: ACPI: \_SB_.PLTF.C000: Found 2 idle states
Aug 01 21:21:37 schratzinsel kernel: ACPI: \_SB_.PLTF.C002: Found 2 idle states
Aug 01 21:21:37 schratzinsel kernel: ACPI: \_SB_.PLTF.C004: Found 2 idle states
Aug 01 21:21:37 schratzinsel kernel: ACPI: \_SB_.PLTF.C006: Found 2 idle states
Aug 01 21:21:37 schratzinsel kernel: ACPI: \_SB_.PLTF.C008: Found 2 idle states
Aug 01 21:21:37 schratzinsel kernel: ACPI: \_SB_.PLTF.C00A: Found 2 idle states
Aug 01 21:21:37 schratzinsel kernel: ACPI: \_SB_.PLTF.C00C: Found 2 idle states
Aug 01 21:21:37 schratzinsel kernel: ACPI: \_SB_.PLTF.C00E: Found 2 idle states
Aug 01 21:21:37 schratzinsel kernel: ACPI: \_SB_.PLTF.C001: Found 2 idle states
Aug 01 21:21:37 schratzinsel kernel: ACPI: \_SB_.PLTF.C003: Found 2 idle states
Aug 01 21:21:37 schratzinsel kernel: ACPI: \_SB_.PLTF.C005: Found 2 idle states
Aug 01 21:21:37 schratzinsel kernel: ACPI: \_SB_.PLTF.C007: Found 2 idle states
Aug 01 21:21:37 schratzinsel kernel: ACPI: \_SB_.PLTF.C009: Found 2 idle states
Aug 01 21:21:37 schratzinsel kernel: ACPI: \_SB_.PLTF.C00B: Found 2 idle states
Aug 01 21:21:37 schratzinsel kernel: ACPI: \_SB_.PLTF.C00D: Found 2 idle states
Aug 01 21:21:37 schratzinsel kernel: ACPI: \_SB_.PLTF.C00F: Found 2 idle states
Aug 01 21:21:37 schratzinsel kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Aug 01 21:21:37 schratzinsel kernel: serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
Aug 01 21:21:37 schratzinsel kernel: Non-volatile memory driver v1.3
Aug 01 21:21:37 schratzinsel kernel: AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
Aug 01 21:21:37 schratzinsel kernel: nvme nvme0: pci function 0000:01:00.0
Aug 01 21:21:37 schratzinsel kernel: ahci 0000:02:00.1: version 3.0
Aug 01 21:21:37 schratzinsel kernel: ahci 0000:02:00.1: SSS flag set, parallel bus scan disabled
Aug 01 21:21:37 schratzinsel kernel: ahci 0000:02:00.1: AHCI 0001.0301 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
Aug 01 21:21:37 schratzinsel kernel: ahci 0000:02:00.1: flags: 64bit ncq sntf stag pm led clo only pmp pio slum part sxs deso sadm sds apst 
Aug 01 21:21:37 schratzinsel kernel: scsi host0: ahci
Aug 01 21:21:37 schratzinsel kernel: scsi host1: ahci
Aug 01 21:21:37 schratzinsel kernel: scsi host2: ahci
Aug 01 21:21:37 schratzinsel kernel: scsi host3: ahci
Aug 01 21:21:37 schratzinsel kernel: scsi host4: ahci
Aug 01 21:21:37 schratzinsel kernel: scsi host5: ahci
Aug 01 21:21:37 schratzinsel kernel: ata1: SATA max UDMA/133 abar m131072@0xfc580000 port 0xfc580100 irq 41
Aug 01 21:21:37 schratzinsel kernel: ata2: SATA max UDMA/133 abar m131072@0xfc580000 port 0xfc580180 irq 41
Aug 01 21:21:37 schratzinsel kernel: ata3: SATA max UDMA/133 abar m131072@0xfc580000 port 0xfc580200 irq 41
Aug 01 21:21:37 schratzinsel kernel: ata4: SATA max UDMA/133 abar m131072@0xfc580000 port 0xfc580280 irq 41
Aug 01 21:21:37 schratzinsel kernel: ata5: SATA max UDMA/133 abar m131072@0xfc580000 port 0xfc580300 irq 41
Aug 01 21:21:37 schratzinsel kernel: ata6: SATA max UDMA/133 abar m131072@0xfc580000 port 0xfc580380 irq 41
Aug 01 21:21:37 schratzinsel kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Aug 01 21:21:37 schratzinsel kernel: ehci-pci: EHCI PCI platform driver
Aug 01 21:21:37 schratzinsel kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
Aug 01 21:21:37 schratzinsel kernel: ohci-pci: OHCI PCI platform driver
Aug 01 21:21:37 schratzinsel kernel: uhci_hcd: USB Universal Host Controller Interface driver
Aug 01 21:21:37 schratzinsel kernel: usbcore: registered new interface driver usbserial_generic
Aug 01 21:21:37 schratzinsel kernel: usbserial: USB Serial support registered for generic
Aug 01 21:21:37 schratzinsel kernel: rtc_cmos 00:02: RTC can wake from S4
Aug 01 21:21:37 schratzinsel kernel: rtc_cmos 00:02: registered as rtc0
Aug 01 21:21:37 schratzinsel kernel: rtc_cmos 00:02: setting system clock to 2021-08-01T19:21:33 UTC (1627845693)
Aug 01 21:21:37 schratzinsel kernel: rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
Aug 01 21:21:37 schratzinsel kernel: ledtrig-cpu: registered to indicate activity on CPUs
Aug 01 21:21:37 schratzinsel kernel: hid: raw HID events driver (C) Jiri Kosina
Aug 01 21:21:37 schratzinsel kernel: drop_monitor: Initializing network drop monitor service
Aug 01 21:21:37 schratzinsel kernel: Initializing XFRM netlink socket
Aug 01 21:21:37 schratzinsel kernel: NET: Registered protocol family 10
Aug 01 21:21:37 schratzinsel kernel: nvme nvme0: Shutdown timeout set to 10 seconds
Aug 01 21:21:37 schratzinsel kernel: nvme nvme0: 8/0/0 default/read/poll queues
Aug 01 21:21:37 schratzinsel kernel:  nvme0n1: p1 p2 p3
Aug 01 21:21:37 schratzinsel kernel: Freeing initrd memory: 17488K
Aug 01 21:21:37 schratzinsel kernel: Segment Routing with IPv6
Aug 01 21:21:37 schratzinsel kernel: RPL Segment Routing with IPv6
Aug 01 21:21:37 schratzinsel kernel: NET: Registered protocol family 17
Aug 01 21:21:37 schratzinsel kernel: microcode: CPU0: patch_level=0x0a201009
Aug 01 21:21:37 schratzinsel kernel: microcode: CPU1: patch_level=0x0a201009
Aug 01 21:21:37 schratzinsel kernel: microcode: CPU2: patch_level=0x0a201009
Aug 01 21:21:37 schratzinsel kernel: microcode: CPU3: patch_level=0x0a201009
Aug 01 21:21:37 schratzinsel kernel: microcode: CPU4: patch_level=0x0a201009
Aug 01 21:21:37 schratzinsel kernel: microcode: CPU5: patch_level=0x0a201009
Aug 01 21:21:37 schratzinsel kernel: microcode: CPU6: patch_level=0x0a201009
Aug 01 21:21:37 schratzinsel kernel: microcode: CPU7: patch_level=0x0a201009
Aug 01 21:21:37 schratzinsel kernel: microcode: CPU8: patch_level=0x0a201009
Aug 01 21:21:37 schratzinsel kernel: microcode: CPU9: patch_level=0x0a201009
Aug 01 21:21:37 schratzinsel kernel: microcode: CPU10: patch_level=0x0a201009
Aug 01 21:21:37 schratzinsel kernel: microcode: CPU11: patch_level=0x0a201009
Aug 01 21:21:37 schratzinsel kernel: microcode: CPU12: patch_level=0x0a201009
Aug 01 21:21:37 schratzinsel kernel: microcode: CPU13: patch_level=0x0a201009
Aug 01 21:21:37 schratzinsel kernel: microcode: CPU14: patch_level=0x0a201009
Aug 01 21:21:37 schratzinsel kernel: microcode: CPU15: patch_level=0x0a201009
Aug 01 21:21:37 schratzinsel kernel: microcode: Microcode Update Driver: v2.2.
Aug 01 21:21:37 schratzinsel kernel: resctrl: L3 allocation detected
Aug 01 21:21:37 schratzinsel kernel: resctrl: L3DATA allocation detected
Aug 01 21:21:37 schratzinsel kernel: resctrl: L3CODE allocation detected
Aug 01 21:21:37 schratzinsel kernel: resctrl: MB allocation detected
Aug 01 21:21:37 schratzinsel kernel: resctrl: L3 monitoring detected
Aug 01 21:21:37 schratzinsel kernel: IPI shorthand broadcast: enabled
Aug 01 21:21:37 schratzinsel kernel: sched_clock: Marking stable (419931740, 313558781)->(738494540, -5004019)
Aug 01 21:21:37 schratzinsel kernel: registered taskstats version 1
Aug 01 21:21:37 schratzinsel kernel: Loading compiled-in X.509 certificates
Aug 01 21:21:37 schratzinsel kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 05115716d42d80ee390da154e90d2bc104b5b37f'
Aug 01 21:21:37 schratzinsel kernel: zswap: loaded using pool lz4/z3fold
Aug 01 21:21:37 schratzinsel kernel: Key type ._fscrypt registered
Aug 01 21:21:37 schratzinsel kernel: Key type .fscrypt registered
Aug 01 21:21:37 schratzinsel kernel: Key type fscrypt-provisioning registered
Aug 01 21:21:37 schratzinsel kernel: PM:   Magic number: 1:924:393
Aug 01 21:21:37 schratzinsel kernel: thermal cooling_device8: hash matches
Aug 01 21:21:37 schratzinsel kernel: RAS: Correctable Errors collector initialized.
Aug 01 21:21:37 schratzinsel kernel: ata1: SATA link down (SStatus 0 SControl 300)
Aug 01 21:21:37 schratzinsel kernel: ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Aug 01 21:21:37 schratzinsel kernel: ata2.00: ATA-8: ST2000DM001-9YN164, CC4H, max UDMA/133
Aug 01 21:21:37 schratzinsel kernel: ata2.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 32), AA
Aug 01 21:21:37 schratzinsel kernel: ata2.00: configured for UDMA/133
Aug 01 21:21:37 schratzinsel kernel: scsi 1:0:0:0: Direct-Access     ATA      ST2000DM001-9YN1 CC4H PQ: 0 ANSI: 5
Aug 01 21:21:37 schratzinsel kernel: sd 1:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
Aug 01 21:21:37 schratzinsel kernel: sd 1:0:0:0: [sda] 4096-byte physical blocks
Aug 01 21:21:37 schratzinsel kernel: sd 1:0:0:0: [sda] Write Protect is off
Aug 01 21:21:37 schratzinsel kernel: sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
Aug 01 21:21:37 schratzinsel kernel: sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Aug 01 21:21:37 schratzinsel kernel:  sda: sda1
Aug 01 21:21:37 schratzinsel kernel: sd 1:0:0:0: [sda] Attached SCSI disk
Aug 01 21:21:37 schratzinsel kernel: tsc: Refined TSC clocksource calibration: 3799.999 MHz
Aug 01 21:21:37 schratzinsel kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x6d8cadf3fd9, max_idle_ns: 881590557866 ns
Aug 01 21:21:37 schratzinsel kernel: clocksource: Switched to clocksource tsc
Aug 01 21:21:37 schratzinsel kernel: ata3: SATA link down (SStatus 0 SControl 330)
Aug 01 21:21:37 schratzinsel kernel: ata4: SATA link down (SStatus 0 SControl 330)
Aug 01 21:21:37 schratzinsel kernel: ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
Aug 01 21:21:37 schratzinsel kernel: ata5.00: ATA-8: ST750LM022 HN-M750MBB, 2AR10001, max UDMA/133
Aug 01 21:21:37 schratzinsel kernel: ata5.00: 1465149168 sectors, multi 16: LBA48 NCQ (depth 32), AA
Aug 01 21:21:37 schratzinsel kernel: ata5.00: configured for UDMA/133
Aug 01 21:21:37 schratzinsel kernel: scsi 4:0:0:0: Direct-Access     ATA      ST750LM022 HN-M7 0001 PQ: 0 ANSI: 5
Aug 01 21:21:37 schratzinsel kernel: sd 4:0:0:0: [sdb] 1465149168 512-byte logical blocks: (750 GB/699 GiB)
Aug 01 21:21:37 schratzinsel kernel: sd 4:0:0:0: [sdb] 4096-byte physical blocks
Aug 01 21:21:37 schratzinsel kernel: sd 4:0:0:0: [sdb] Write Protect is off
Aug 01 21:21:37 schratzinsel kernel: sd 4:0:0:0: [sdb] Mode Sense: 00 3a 00 00
Aug 01 21:21:37 schratzinsel kernel: sd 4:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Aug 01 21:21:37 schratzinsel kernel: ata6: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
Aug 01 21:21:37 schratzinsel kernel: ata6.00: ATA-8: HGST HTS541010A9E680, JA0OA560, max UDMA/133
Aug 01 21:21:37 schratzinsel kernel: ata6.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 32), AA
Aug 01 21:21:37 schratzinsel kernel: ata6.00: configured for UDMA/133
Aug 01 21:21:37 schratzinsel kernel: scsi 5:0:0:0: Direct-Access     ATA      HGST HTS541010A9 A560 PQ: 0 ANSI: 5
Aug 01 21:21:37 schratzinsel kernel: sd 5:0:0:0: [sdc] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
Aug 01 21:21:37 schratzinsel kernel: sd 5:0:0:0: [sdc] 4096-byte physical blocks
Aug 01 21:21:37 schratzinsel kernel: sd 5:0:0:0: [sdc] Write Protect is off
Aug 01 21:21:37 schratzinsel kernel: sd 5:0:0:0: [sdc] Mode Sense: 00 3a 00 00
Aug 01 21:21:37 schratzinsel kernel: sd 5:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Aug 01 21:21:37 schratzinsel kernel:  sdc: sdc1
Aug 01 21:21:37 schratzinsel kernel: sd 5:0:0:0: [sdc] Attached SCSI disk
Aug 01 21:21:37 schratzinsel kernel:  sdb: sdb1
Aug 01 21:21:37 schratzinsel kernel: sd 4:0:0:0: [sdb] Attached SCSI disk
Aug 01 21:21:37 schratzinsel kernel: Freeing unused decrypted memory: 2036K
Aug 01 21:21:37 schratzinsel kernel: Freeing unused kernel image (initmem) memory: 1792K
Aug 01 21:21:37 schratzinsel kernel: Write protecting the kernel read-only data: 26624k
Aug 01 21:21:37 schratzinsel kernel: Freeing unused kernel image (text/rodata gap) memory: 2036K
Aug 01 21:21:37 schratzinsel kernel: Freeing unused kernel image (rodata/data gap) memory: 1156K
Aug 01 21:21:37 schratzinsel kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Aug 01 21:21:37 schratzinsel kernel: rodata_test: all tests were successful
Aug 01 21:21:37 schratzinsel kernel: Run /init as init process
Aug 01 21:21:37 schratzinsel kernel:   with arguments:
Aug 01 21:21:37 schratzinsel kernel:     /init
Aug 01 21:21:37 schratzinsel kernel:   with environment:
Aug 01 21:21:37 schratzinsel kernel:     HOME=/
Aug 01 21:21:37 schratzinsel kernel:     TERM=linux
Aug 01 21:21:37 schratzinsel kernel:     BOOT_IMAGE=/vmlinuz-linux
Aug 01 21:21:37 schratzinsel kernel: fbcon: Taking over console
Aug 01 21:21:37 schratzinsel kernel: xhci_hcd 0000:02:00.0: xHCI Host Controller
Aug 01 21:21:37 schratzinsel kernel: xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 1
Aug 01 21:21:37 schratzinsel kernel: firewire_ohci 0000:05:00.0: enabling device (0080 -> 0083)
Aug 01 21:21:37 schratzinsel kernel: raid6: skip pq benchmark and using algorithm avx2x4
Aug 01 21:21:37 schratzinsel kernel: raid6: using avx2x2 recovery algorithm
Aug 01 21:21:37 schratzinsel kernel: xor: automatically using best checksumming function   avx       
Aug 01 21:21:37 schratzinsel kernel: Btrfs loaded, crc32c=crc32c-intel, zoned=yes
Aug 01 21:21:37 schratzinsel kernel: BTRFS: device fsid f2d72e19-6b96-483f-86fb-395687472a7e devid 1 transid 61345 /dev/nvme0n1p2 scanned by systemd-udevd (281)
Aug 01 21:21:37 schratzinsel kernel: xhci_hcd 0000:02:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000000000000410
Aug 01 21:21:37 schratzinsel kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.13
Aug 01 21:21:37 schratzinsel kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 01 21:21:37 schratzinsel kernel: usb usb1: Product: xHCI Host Controller
Aug 01 21:21:37 schratzinsel kernel: usb usb1: Manufacturer: Linux 5.13.7-arch1-1 xhci-hcd
Aug 01 21:21:37 schratzinsel kernel: usb usb1: SerialNumber: 0000:02:00.0
Aug 01 21:21:37 schratzinsel kernel: hub 1-0:1.0: USB hub found
Aug 01 21:21:37 schratzinsel kernel: hub 1-0:1.0: 10 ports detected
Aug 01 21:21:37 schratzinsel kernel: xhci_hcd 0000:02:00.0: xHCI Host Controller
Aug 01 21:21:37 schratzinsel kernel: xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 2
Aug 01 21:21:37 schratzinsel kernel: xhci_hcd 0000:02:00.0: Host supports USB 3.1 Enhanced SuperSpeed
Aug 01 21:21:37 schratzinsel kernel: usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
Aug 01 21:21:37 schratzinsel kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.13
Aug 01 21:21:37 schratzinsel kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 01 21:21:37 schratzinsel kernel: usb usb2: Product: xHCI Host Controller
Aug 01 21:21:37 schratzinsel kernel: usb usb2: Manufacturer: Linux 5.13.7-arch1-1 xhci-hcd
Aug 01 21:21:37 schratzinsel kernel: usb usb2: SerialNumber: 0000:02:00.0
Aug 01 21:21:37 schratzinsel kernel: hub 2-0:1.0: USB hub found
Aug 01 21:21:37 schratzinsel kernel: hub 2-0:1.0: 4 ports detected
Aug 01 21:21:37 schratzinsel kernel: xhci_hcd 0000:2d:00.3: xHCI Host Controller
Aug 01 21:21:37 schratzinsel kernel: xhci_hcd 0000:2d:00.3: new USB bus registered, assigned bus number 3
Aug 01 21:21:37 schratzinsel kernel: xhci_hcd 0000:2d:00.3: hcc params 0x0278ffe5 hci version 0x110 quirks 0x0000000000000410
Aug 01 21:21:37 schratzinsel kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.13
Aug 01 21:21:37 schratzinsel kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 01 21:21:37 schratzinsel kernel: usb usb3: Product: xHCI Host Controller
Aug 01 21:21:37 schratzinsel kernel: usb usb3: Manufacturer: Linux 5.13.7-arch1-1 xhci-hcd
Aug 01 21:21:37 schratzinsel kernel: usb usb3: SerialNumber: 0000:2d:00.3
Aug 01 21:21:37 schratzinsel kernel: hub 3-0:1.0: USB hub found
Aug 01 21:21:37 schratzinsel kernel: hub 3-0:1.0: 4 ports detected
Aug 01 21:21:37 schratzinsel kernel: xhci_hcd 0000:2d:00.3: xHCI Host Controller
Aug 01 21:21:37 schratzinsel kernel: xhci_hcd 0000:2d:00.3: new USB bus registered, assigned bus number 4
Aug 01 21:21:37 schratzinsel kernel: xhci_hcd 0000:2d:00.3: Host supports USB 3.1 Enhanced SuperSpeed
Aug 01 21:21:37 schratzinsel kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
Aug 01 21:21:37 schratzinsel kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.13
Aug 01 21:21:37 schratzinsel kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Aug 01 21:21:37 schratzinsel kernel: usb usb4: Product: xHCI Host Controller
Aug 01 21:21:37 schratzinsel kernel: usb usb4: Manufacturer: Linux 5.13.7-arch1-1 xhci-hcd
Aug 01 21:21:37 schratzinsel kernel: usb usb4: SerialNumber: 0000:2d:00.3
Aug 01 21:21:37 schratzinsel kernel: hub 4-0:1.0: USB hub found
Aug 01 21:21:37 schratzinsel kernel: hub 4-0:1.0: 4 ports detected
Aug 01 21:21:37 schratzinsel kernel: firewire_ohci 0000:05:00.0: added OHCI v1.0 device as card 0, 4 IR + 8 IT contexts, quirks 0x11
Aug 01 21:21:37 schratzinsel kernel: random: fast init done
Aug 01 21:21:37 schratzinsel kernel: usb 2-1: new SuperSpeed USB device number 2 using xhci_hcd
Aug 01 21:21:37 schratzinsel kernel: usb 3-1: new full-speed USB device number 2 using xhci_hcd
Aug 01 21:21:37 schratzinsel kernel: usb 2-1: New USB device found, idVendor=05e3, idProduct=0626, bcdDevice= 6.54
Aug 01 21:21:37 schratzinsel kernel: usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Aug 01 21:21:37 schratzinsel kernel: usb 2-1: Product: USB3.1 Hub
Aug 01 21:21:37 schratzinsel kernel: usb 2-1: Manufacturer: GenesysLogic
Aug 01 21:21:37 schratzinsel kernel: hub 2-1:1.0: USB hub found
Aug 01 21:21:37 schratzinsel kernel: hub 2-1:1.0: 4 ports detected
Aug 01 21:21:37 schratzinsel kernel: BTRFS info (device nvme0n1p2): disk space caching is enabled
Aug 01 21:21:37 schratzinsel kernel: BTRFS info (device nvme0n1p2): has skinny extents
Aug 01 21:21:37 schratzinsel kernel: BTRFS info (device nvme0n1p2): enabling ssd optimizations
Aug 01 21:21:37 schratzinsel kernel: usb 1-1: new high-speed USB device number 2 using xhci_hcd
Aug 01 21:21:37 schratzinsel systemd[1]: systemd 249.2-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
Aug 01 21:21:37 schratzinsel systemd[1]: Detected architecture x86-64.
Aug 01 21:21:37 schratzinsel systemd[1]: Hostname set to <schratzinsel>.
Aug 01 21:21:37 schratzinsel kernel: usb 3-1: New USB device found, idVendor=04d9, idProduct=a067, bcdDevice= 1.24
Aug 01 21:21:37 schratzinsel kernel: usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Aug 01 21:21:37 schratzinsel kernel: usb 3-1: Product: USB Gaming Mouse
Aug 01 21:21:37 schratzinsel kernel: usb 3-1: Manufacturer: Holtek
Aug 01 21:21:37 schratzinsel kernel: random: lvmconfig: uninitialized urandom read (4 bytes read)
Aug 01 21:21:37 schratzinsel kernel: firewire_core 0000:05:00.0: created device fw0: GUID 0011066655457870, S400
Aug 01 21:21:37 schratzinsel systemd[1]: Queued start job for default target Graphical Interface.
Aug 01 21:21:37 schratzinsel systemd[1]: Created slice Slice /system/getty.
Aug 01 21:21:37 schratzinsel systemd[1]: Created slice Slice /system/modprobe.
Aug 01 21:21:37 schratzinsel systemd[1]: Created slice Slice /system/systemd-fsck.
Aug 01 21:21:37 schratzinsel systemd[1]: Created slice User and Session Slice.
Aug 01 21:21:37 schratzinsel systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Aug 01 21:21:37 schratzinsel systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Aug 01 21:21:37 schratzinsel systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Aug 01 21:21:37 schratzinsel systemd[1]: Reached target Local Encrypted Volumes.
Aug 01 21:21:37 schratzinsel systemd[1]: Reached target Login Prompts.
Aug 01 21:21:37 schratzinsel systemd[1]: Reached target Remote File Systems.
Aug 01 21:21:37 schratzinsel systemd[1]: Reached target Slice Units.
Aug 01 21:21:37 schratzinsel systemd[1]: Reached target Local Verity Integrity Protected Volumes.
Aug 01 21:21:37 schratzinsel systemd[1]: Listening on Device-mapper event daemon FIFOs.
Aug 01 21:21:37 schratzinsel systemd[1]: Listening on LVM2 poll daemon socket.
Aug 01 21:21:37 schratzinsel systemd[1]: Listening on Process Core Dump Socket.
Aug 01 21:21:37 schratzinsel systemd[1]: Listening on Journal Audit Socket.
Aug 01 21:21:37 schratzinsel systemd[1]: Listening on Journal Socket (/dev/log).
Aug 01 21:21:37 schratzinsel systemd[1]: Listening on Journal Socket.
Aug 01 21:21:37 schratzinsel systemd[1]: Listening on udev Control Socket.
Aug 01 21:21:37 schratzinsel systemd[1]: Listening on udev Kernel Socket.
Aug 01 21:21:37 schratzinsel systemd[1]: Mounting Huge Pages File System...
Aug 01 21:21:37 schratzinsel systemd[1]: Mounting POSIX Message Queue File System...
Aug 01 21:21:37 schratzinsel systemd[1]: Mounting Kernel Debug File System...
Aug 01 21:21:37 schratzinsel systemd[1]: Mounting Kernel Trace File System...
Aug 01 21:21:37 schratzinsel systemd[1]: Starting Create List of Static Device Nodes...
Aug 01 21:21:37 schratzinsel systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Aug 01 21:21:37 schratzinsel systemd[1]: Starting Load Kernel Module configfs...
Aug 01 21:21:37 schratzinsel systemd[1]: Starting Load Kernel Module drm...
Aug 01 21:21:37 schratzinsel systemd[1]: Starting Load Kernel Module fuse...
Aug 01 21:21:37 schratzinsel kernel: random: lvm: uninitialized urandom read (4 bytes read)
Aug 01 21:21:37 schratzinsel systemd[1]: Starting Set Up Additional Binary Formats...
Aug 01 21:21:37 schratzinsel systemd[1]: Starting Journal Service...
Aug 01 21:21:37 schratzinsel systemd[1]: Starting Load Kernel Modules...
Aug 01 21:21:37 schratzinsel kernel: Linux agpgart interface v0.103
Aug 01 21:21:37 schratzinsel systemd[1]: Starting Remount Root and Kernel File Systems...
Aug 01 21:21:37 schratzinsel systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
Aug 01 21:21:37 schratzinsel systemd[1]: Starting Coldplug All udev Devices...
Aug 01 21:21:37 schratzinsel systemd[1]: Mounted Huge Pages File System.
Aug 01 21:21:37 schratzinsel systemd[1]: Mounted POSIX Message Queue File System.
Aug 01 21:21:37 schratzinsel systemd[1]: Mounted Kernel Debug File System.
Aug 01 21:21:37 schratzinsel systemd[1]: Mounted Kernel Trace File System.
Aug 01 21:21:37 schratzinsel systemd[1]: Finished Create List of Static Device Nodes.
Aug 01 21:21:37 schratzinsel systemd[1]: modprobe@configfs.service: Deactivated successfully.
Aug 01 21:21:37 schratzinsel systemd[1]: Finished Load Kernel Module configfs.
Aug 01 21:21:37 schratzinsel systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 367 (systemd-binfmt)
Aug 01 21:21:37 schratzinsel systemd[1]: Mounting Arbitrary Executable File Formats File System...
Aug 01 21:21:37 schratzinsel kernel: fuse: init (API version 7.34)
Aug 01 21:21:37 schratzinsel systemd[1]: Mounting Kernel Configuration File System...
Aug 01 21:21:37 schratzinsel systemd[1]: modprobe@fuse.service: Deactivated successfully.
Aug 01 21:21:37 schratzinsel systemd[1]: Finished Load Kernel Module fuse.
Aug 01 21:21:37 schratzinsel systemd[1]: Mounted Arbitrary Executable File Formats File System.
Aug 01 21:21:37 schratzinsel systemd[1]: Mounting FUSE Control File System...
Aug 01 21:21:37 schratzinsel systemd[1]: modprobe@drm.service: Deactivated successfully.
Aug 01 21:21:37 schratzinsel systemd[1]: Finished Load Kernel Module drm.
Aug 01 21:21:37 schratzinsel systemd[1]: Finished Set Up Additional Binary Formats.
Aug 01 21:21:37 schratzinsel kernel: audit: type=1130 audit(1627845697.025:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-binfmt comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:21:37 schratzinsel systemd[1]: Mounted Kernel Configuration File System.
Aug 01 21:21:37 schratzinsel systemd[1]: Mounted FUSE Control File System.
Aug 01 21:21:37 schratzinsel kernel: sd 1:0:0:0: Attached scsi generic sg0 type 0
Aug 01 21:21:37 schratzinsel kernel: sd 4:0:0:0: Attached scsi generic sg1 type 0
Aug 01 21:21:37 schratzinsel kernel: sd 5:0:0:0: Attached scsi generic sg2 type 0
Aug 01 21:21:37 schratzinsel kernel: vboxdrv: loading out-of-tree module taints kernel.
Aug 01 21:21:37 schratzinsel kernel: vboxdrv: module verification failed: signature and/or required key missing - tainting kernel
Aug 01 21:21:37 schratzinsel kernel: vboxdrv: Found 16 processor cores
Aug 01 21:21:37 schratzinsel kernel: usb 1-1: New USB device found, idVendor=05e3, idProduct=0610, bcdDevice= 6.54
Aug 01 21:21:37 schratzinsel kernel: usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Aug 01 21:21:37 schratzinsel kernel: usb 1-1: Product: USB2.1 Hub
Aug 01 21:21:37 schratzinsel kernel: usb 1-1: Manufacturer: GenesysLogic
Aug 01 21:21:37 schratzinsel kernel: hub 1-1:1.0: USB hub found
Aug 01 21:21:37 schratzinsel kernel: hub 1-1:1.0: 4 ports detected
Aug 01 21:21:37 schratzinsel systemd-journald[369]: Journal started
Aug 01 21:21:37 schratzinsel systemd-journald[369]: Runtime Journal (/run/log/journal/e09539e89b82435aad0a6b9c0fd0fb37) is 8.0M, max 3.1G, 3.1G free.
Aug 01 21:21:37 schratzinsel audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-binfmt comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:21:37 schratzinsel systemd-modules-load[370]: Inserted module 'crypto_user'
Aug 01 21:21:37 schratzinsel audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:21:37 schratzinsel systemd-modules-load[370]: Inserted module 'sg'
Aug 01 21:21:37 schratzinsel systemd[1]: Started Journal Service.
Aug 01 21:21:37 schratzinsel kernel: audit: type=1130 audit(1627845697.045:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:21:37 schratzinsel systemd[1]: Finished Coldplug All udev Devices.
Aug 01 21:21:37 schratzinsel audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:21:37 schratzinsel kernel: audit: type=1130 audit(1627845697.049:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:21:37 schratzinsel systemd-modules-load[370]: Inserted module 'vboxdrv'
Aug 01 21:21:37 schratzinsel systemd-modules-load[370]: Inserted module 'vboxnetadp'
Aug 01 21:21:37 schratzinsel systemd-modules-load[370]: Inserted module 'vboxnetflt'
Aug 01 21:21:37 schratzinsel systemd[1]: Finished Load Kernel Modules.
Aug 01 21:21:37 schratzinsel audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:21:37 schratzinsel systemd[1]: Starting Apply Kernel Variables...
Aug 01 21:21:37 schratzinsel kernel: vboxdrv: TSC mode is Invariant, tentative frequency 3799991857 Hz
Aug 01 21:21:37 schratzinsel kernel: vboxdrv: Successfully loaded version 6.1.26 r145957 (interface 0x00300000)
Aug 01 21:21:37 schratzinsel kernel: VBoxNetAdp: Successfully started.
Aug 01 21:21:37 schratzinsel kernel: VBoxNetFlt: Successfully started.
Aug 01 21:21:37 schratzinsel kernel: audit: type=1130 audit(1627845697.055:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:21:37 schratzinsel systemd[1]: Finished Apply Kernel Variables.
Aug 01 21:21:37 schratzinsel audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:21:37 schratzinsel kernel: audit: type=1130 audit(1627845697.059:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:21:37 schratzinsel kernel: usb 3-3: new high-speed USB device number 3 using xhci_hcd
Aug 01 21:21:37 schratzinsel systemd[1]: Finished Remount Root and Kernel File Systems.
Aug 01 21:21:37 schratzinsel audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:21:37 schratzinsel systemd[1]: Condition check resulted in First Boot Wizard being skipped.
Aug 01 21:21:37 schratzinsel systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Aug 01 21:21:37 schratzinsel systemd[1]: Starting Flush Journal to Persistent Storage...
Aug 01 21:21:37 schratzinsel kernel: BTRFS info (device nvme0n1p2): disk space caching is enabled
Aug 01 21:21:37 schratzinsel kernel: audit: type=1130 audit(1627845697.105:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:21:37 schratzinsel systemd[1]: Starting Load/Save Random Seed...
Aug 01 21:21:37 schratzinsel systemd[1]: Starting Create System Users...
Aug 01 21:21:37 schratzinsel systemd-journald[369]: Time spent on flushing to /var/log/journal/e09539e89b82435aad0a6b9c0fd0fb37 is 6.232ms for 997 entries.
Aug 01 21:21:37 schratzinsel systemd-journald[369]: System Journal (/var/log/journal/e09539e89b82435aad0a6b9c0fd0fb37) is 3.7G, max 4.0G, 232.0M free.
Aug 01 21:21:37 schratzinsel kernel: audit: type=1130 audit(1627845697.125:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysusers comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:21:37 schratzinsel kernel: audit: type=1130 audit(1627845697.135:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:21:37 schratzinsel kernel: audit: type=1334 audit(1627845697.135:10): prog-id=14 op=LOAD
Aug 01 21:21:37 schratzinsel audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysusers comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:21:37 schratzinsel audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:21:37 schratzinsel audit: BPF prog-id=14 op=LOAD
Aug 01 21:21:37 schratzinsel audit: BPF prog-id=15 op=LOAD
Aug 01 21:21:37 schratzinsel audit: BPF prog-id=16 op=LOAD
Aug 01 21:21:37 schratzinsel systemd-random-seed[387]: Kernel entropy pool is not initialized yet, waiting until it is.
Aug 01 21:21:37 schratzinsel systemd[1]: Finished Create System Users.
Aug 01 21:21:37 schratzinsel audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:21:37 schratzinsel systemd[1]: Starting Create Static Device Nodes in /dev...
Aug 01 21:21:37 schratzinsel systemd[1]: Finished Create Static Device Nodes in /dev.
Aug 01 21:21:37 schratzinsel systemd[1]: Starting Rule-based Manager for Device Events and Files...
Aug 01 21:21:37 schratzinsel systemd[1]: Finished Flush Journal to Persistent Storage.
Aug 01 21:21:37 schratzinsel systemd[1]: Started Rule-based Manager for Device Events and Files.
Aug 01 21:21:37 schratzinsel audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:21:37 schratzinsel systemd-udevd[403]: vboxdrv: /usr/lib/udev/rules.d/60-vboxdrv.rules:1 Only network interfaces can be renamed, ignoring NAME="vboxdrv".
Aug 01 21:21:37 schratzinsel systemd-udevd[395]: vboxdrvu: /usr/lib/udev/rules.d/60-vboxdrv.rules:2 Only network interfaces can be renamed, ignoring NAME="vboxdrvu".
Aug 01 21:21:37 schratzinsel kernel: acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
Aug 01 21:21:37 schratzinsel kernel: usb 1-2: new high-speed USB device number 3 using xhci_hcd
Aug 01 21:21:37 schratzinsel systemd[1]: Found device Force MP600 EFI\x20system\x20partition.
Aug 01 21:21:37 schratzinsel kernel: piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
Aug 01 21:21:37 schratzinsel kernel: piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
Aug 01 21:21:37 schratzinsel kernel: piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
Aug 01 21:21:37 schratzinsel kernel: sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
Aug 01 21:21:37 schratzinsel kernel: sp5100-tco sp5100-tco: Using 0xfed80b00 for watchdog MMIO address
Aug 01 21:21:37 schratzinsel kernel: sp5100-tco sp5100-tco: Watchdog hardware is disabled
Aug 01 21:21:37 schratzinsel kernel: input: PC Speaker as /devices/platform/pcspkr/input/input2
Aug 01 21:21:37 schratzinsel kernel: ccp 0000:2d:00.1: enabling device (0000 -> 0002)
Aug 01 21:21:37 schratzinsel kernel: ccp 0000:2d:00.1: ccp: unable to access the device: you might be running a broken BIOS.
Aug 01 21:21:37 schratzinsel kernel: RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
Aug 01 21:21:37 schratzinsel kernel: RAPL PMU: hw unit of domain package 2^-16 Joules
Aug 01 21:21:37 schratzinsel kernel: cryptd: max_cpu_qlen set to 1000
Aug 01 21:21:37 schratzinsel systemd[1]: Found device Force MP600 Linux\x20swap.
Aug 01 21:21:37 schratzinsel systemd[1]: Activating swap /dev/disk/by-uuid/e4593bf2-838c-43fb-ab80-44dfe278a540...
Aug 01 21:21:37 schratzinsel systemd-udevd[430]: vboxdrv: /usr/lib/udev/rules.d/60-vboxdrv.rules:1 Only network interfaces can be renamed, ignoring NAME="vboxdrv".
Aug 01 21:21:37 schratzinsel systemd-udevd[424]: vboxdrvu: /usr/lib/udev/rules.d/60-vboxdrv.rules:2 Only network interfaces can be renamed, ignoring NAME="vboxdrvu".
Aug 01 21:21:37 schratzinsel systemd-udevd[430]: vboxnetctl: /usr/lib/udev/rules.d/60-vboxdrv.rules:3 Only network interfaces can be renamed, ignoring NAME="vboxnetctl".
Aug 01 21:21:37 schratzinsel systemd[1]: Activated swap /dev/disk/by-uuid/e4593bf2-838c-43fb-ab80-44dfe278a540.
Aug 01 21:21:37 schratzinsel systemd[1]: Reached target Swaps.
Aug 01 21:21:37 schratzinsel systemd[1]: Mounting Temporary Directory /tmp...
Aug 01 21:21:37 schratzinsel systemd[1]: Mounted Temporary Directory /tmp.
Aug 01 21:21:37 schratzinsel kernel: Adding 1048572k swap on /dev/nvme0n1p3.  Priority:-2 extents:1 across:1048572k SSFS
Aug 01 21:21:37 schratzinsel kernel: AVX2 version of gcm_enc/dec engaged.
Aug 01 21:21:37 schratzinsel kernel: AES CTR mode by8 optimization enabled
Aug 01 21:21:37 schratzinsel kernel: snd_hda_intel 0000:2b:00.1: enabling device (0000 -> 0002)
Aug 01 21:21:37 schratzinsel kernel: snd_hda_intel 0000:2b:00.1: Disabling MSI
Aug 01 21:21:37 schratzinsel kernel: snd_hda_intel 0000:2b:00.1: Handle vga_switcheroo audio client
Aug 01 21:21:37 schratzinsel kernel: snd_hda_intel 0000:2d:00.4: enabling device (0000 -> 0002)
Aug 01 21:21:37 schratzinsel kernel: input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.1/0000:2b:00.1/sound/card0/input3
Aug 01 21:21:37 schratzinsel kernel: input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.1/0000:2b:00.1/sound/card0/input4
Aug 01 21:21:37 schratzinsel kernel: input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.1/0000:2b:00.1/sound/card0/input5
Aug 01 21:21:37 schratzinsel kernel: input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.1/0000:2b:00.1/sound/card0/input6
Aug 01 21:21:37 schratzinsel kernel: input: HDA NVidia HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:03.1/0000:2b:00.1/sound/card0/input7
Aug 01 21:21:37 schratzinsel kernel: input: HDA NVidia HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:03.1/0000:2b:00.1/sound/card0/input8
Aug 01 21:21:37 schratzinsel kernel: snd_hda_codec_realtek hdaudioC1D0: ALCS1200A: SKU not ready 0x00000000
Aug 01 21:21:37 schratzinsel kernel: snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALCS1200A: line_outs=3 (0x14/0x15/0x16/0x0/0x0) type:line
Aug 01 21:21:37 schratzinsel kernel: snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Aug 01 21:21:37 schratzinsel kernel: snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
Aug 01 21:21:37 schratzinsel kernel: snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
Aug 01 21:21:37 schratzinsel kernel: snd_hda_codec_realtek hdaudioC1D0:    dig-out=0x1e/0x0
Aug 01 21:21:37 schratzinsel kernel: snd_hda_codec_realtek hdaudioC1D0:    inputs:
Aug 01 21:21:37 schratzinsel kernel: snd_hda_codec_realtek hdaudioC1D0:      Front Mic=0x19
Aug 01 21:21:37 schratzinsel kernel: snd_hda_codec_realtek hdaudioC1D0:      Rear Mic=0x18
Aug 01 21:21:37 schratzinsel kernel: snd_hda_codec_realtek hdaudioC1D0:      Line=0x1a
Aug 01 21:21:37 schratzinsel kernel: kvm: disabled by bios
Aug 01 21:21:37 schratzinsel systemd[1]: Finished Load/Save Random Seed.
Aug 01 21:21:37 schratzinsel audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:21:37 schratzinsel systemd[1]: Condition check resulted in First Boot Complete being skipped.
Aug 01 21:21:37 schratzinsel kernel: random: crng init done
Aug 01 21:21:37 schratzinsel systemd[1]: Condition check resulted in First Boot Wizard being skipped.
Aug 01 21:21:37 schratzinsel systemd[1]: Condition check resulted in First Boot Complete being skipped.
Aug 01 21:21:37 schratzinsel systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Aug 01 21:21:37 schratzinsel systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
Aug 01 21:21:37 schratzinsel kernel: usb 1-2: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=60.70
Aug 01 21:21:37 schratzinsel kernel: usb 1-2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
Aug 01 21:21:37 schratzinsel kernel: usb 1-2: Product: USB2.0 Hub
Aug 01 21:21:37 schratzinsel kernel: hub 1-2:1.0: USB hub found
Aug 01 21:21:37 schratzinsel kernel: hub 1-2:1.0: 4 ports detected
Aug 01 21:21:37 schratzinsel kernel: input: HD-Audio Generic Front Mic as /devices/pci0000:00/0000:00:08.1/0000:2d:00.4/sound/card1/input9
Aug 01 21:21:37 schratzinsel kernel: input: HD-Audio Generic Rear Mic as /devices/pci0000:00/0000:00:08.1/0000:2d:00.4/sound/card1/input10
Aug 01 21:21:37 schratzinsel kernel: input: HD-Audio Generic Line as /devices/pci0000:00/0000:00:08.1/0000:2d:00.4/sound/card1/input11
Aug 01 21:21:37 schratzinsel kernel: input: HD-Audio Generic Line Out Front as /devices/pci0000:00/0000:00:08.1/0000:2d:00.4/sound/card1/input12
Aug 01 21:21:37 schratzinsel kernel: input: HD-Audio Generic Line Out Surround as /devices/pci0000:00/0000:00:08.1/0000:2d:00.4/sound/card1/input13
Aug 01 21:21:37 schratzinsel kernel: input: HD-Audio Generic Line Out CLFE as /devices/pci0000:00/0000:00:08.1/0000:2d:00.4/sound/card1/input14
Aug 01 21:21:37 schratzinsel kernel: input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:08.1/0000:2d:00.4/sound/card1/input15
Aug 01 21:21:37 schratzinsel kernel: kvm: disabled by bios
Aug 01 21:21:37 schratzinsel kernel: MCE: In-kernel MCE decoding enabled.
Aug 01 21:21:37 schratzinsel kernel: usb 1-1.1: new full-speed USB device number 4 using xhci_hcd
Aug 01 21:21:37 schratzinsel systemd[1]: Condition check resulted in First Boot Wizard being skipped.
Aug 01 21:21:37 schratzinsel systemd[1]: Condition check resulted in First Boot Complete being skipped.
Aug 01 21:21:37 schratzinsel systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Aug 01 21:21:37 schratzinsel systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
Aug 01 21:21:37 schratzinsel kernel: kvm: disabled by bios
Aug 01 21:21:37 schratzinsel kernel: intel_rapl_common: Found RAPL domain package
Aug 01 21:21:37 schratzinsel kernel: intel_rapl_common: Found RAPL domain core
Aug 01 21:21:37 schratzinsel kernel: usb 3-3: New USB device found, idVendor=046d, idProduct=08e5, bcdDevice= 0.21
Aug 01 21:21:37 schratzinsel kernel: usb 3-3: New USB device strings: Mfr=0, Product=2, SerialNumber=1
Aug 01 21:21:37 schratzinsel kernel: usb 3-3: Product: HD Pro Webcam C920
Aug 01 21:21:37 schratzinsel kernel: usb 3-3: SerialNumber: 3BD255BF
Aug 01 21:21:37 schratzinsel kernel: usb 1-4: new full-speed USB device number 5 using xhci_hcd
Aug 01 21:21:37 schratzinsel kernel: usb 1-1.1: New USB device found, idVendor=046d, idProduct=c52b, bcdDevice=24.11
Aug 01 21:21:37 schratzinsel kernel: usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Aug 01 21:21:37 schratzinsel kernel: usb 1-1.1: Product: USB Receiver
Aug 01 21:21:37 schratzinsel kernel: usb 1-1.1: Manufacturer: Logitech
Aug 01 21:21:37 schratzinsel kernel: nvidia: module license 'NVIDIA' taints kernel.
Aug 01 21:21:37 schratzinsel kernel: Disabling lock debugging due to kernel taint
Aug 01 21:21:37 schratzinsel kernel: kvm: disabled by bios
Aug 01 21:21:37 schratzinsel kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 234
Aug 01 21:21:37 schratzinsel kernel: 
Aug 01 21:21:37 schratzinsel kernel: nvidia 0000:2b:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=none
Aug 01 21:21:37 schratzinsel kernel: usb 3-4: new high-speed USB device number 4 using xhci_hcd
Aug 01 21:21:37 schratzinsel kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module  470.57.02  Tue Jul 13 16:14:05 UTC 2021
Aug 01 21:21:38 schratzinsel kernel: usb 3-4: New USB device found, idVendor=1397, idProduct=0508, bcdDevice= 1.12
Aug 01 21:21:38 schratzinsel kernel: usb 3-4: New USB device strings: Mfr=1, Product=3, SerialNumber=0
Aug 01 21:21:38 schratzinsel kernel: usb 3-4: Product: UMC204HD 192k
Aug 01 21:21:38 schratzinsel kernel: usb 3-4: Manufacturer: BEHRINGER
Aug 01 21:21:38 schratzinsel mtp-probe[509]: checking bus 3, device 4: "/sys/devices/pci0000:00/0000:00:08.1/0000:2d:00.3/usb3/3-4"
Aug 01 21:21:38 schratzinsel mtp-probe[510]: checking bus 3, device 3: "/sys/devices/pci0000:00/0000:00:08.1/0000:2d:00.3/usb3/3-3"
Aug 01 21:21:38 schratzinsel mtp-probe[511]: checking bus 3, device 2: "/sys/devices/pci0000:00/0000:00:08.1/0000:2d:00.3/usb3/3-1"
Aug 01 21:21:38 schratzinsel mtp-probe[509]: bus: 3, device: 4 was not an MTP device
Aug 01 21:21:38 schratzinsel mtp-probe[510]: bus: 3, device: 3 was not an MTP device
Aug 01 21:21:38 schratzinsel mtp-probe[511]: bus: 3, device: 2 was not an MTP device
Aug 01 21:21:38 schratzinsel kernel: mc: Linux media interface: v0.10
Aug 01 21:21:38 schratzinsel kernel: kvm: disabled by bios
Aug 01 21:21:38 schratzinsel kernel: nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  470.57.02  Tue Jul 13 16:06:24 UTC 2021
Aug 01 21:21:38 schratzinsel kernel: videodev: Linux video capture interface: v2.00
Aug 01 21:21:38 schratzinsel kernel: [drm] [nvidia-drm] [GPU ID 0x00002b00] Loading driver
Aug 01 21:21:38 schratzinsel kernel: snd_usb_audio: unknown parameter 'max_packs' ignored
Aug 01 21:21:38 schratzinsel kernel: snd_usb_audio: unknown parameter 'max_packs_hs' ignored
Aug 01 21:21:38 schratzinsel kernel: snd_usb_audio: unknown parameter 'max_urbs' ignored
Aug 01 21:21:38 schratzinsel kernel: snd_usb_audio: unknown parameter 'sync_urbs' ignored
Aug 01 21:21:38 schratzinsel kernel: snd_usb_audio: unknown parameter 'max_queue' ignored
Aug 01 21:21:38 schratzinsel kernel: input: Logitech USB Receiver as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-1/1-1.1/1-1.1:1.0/0003:046D:C52B.0004/input/input16
Aug 01 21:21:38 schratzinsel kernel: usb 1-1.4: new full-speed USB device number 6 using xhci_hcd
Aug 01 21:21:38 schratzinsel kernel: hid-generic 0003:046D:C52B.0004: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:02:00.0-1.1/input0
Aug 01 21:21:38 schratzinsel kernel: input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-1/1-1.1/1-1.1:1.1/0003:046D:C52B.0005/input/input17
Aug 01 21:21:38 schratzinsel kernel: input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-1/1-1.1/1-1.1:1.1/0003:046D:C52B.0005/input/input18
Aug 01 21:21:38 schratzinsel kernel: kvm: disabled by bios
Aug 01 21:21:38 schratzinsel kernel: input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-1/1-1.1/1-1.1:1.1/0003:046D:C52B.0005/input/input19
Aug 01 21:21:38 schratzinsel kernel: hid-generic 0003:046D:C52B.0005: input,hiddev96,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:02:00.0-1.1/input1
Aug 01 21:21:38 schratzinsel kernel: hid-generic 0003:046D:C52B.0006: hiddev97,hidraw2: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:02:00.0-1.1/input2
Aug 01 21:21:38 schratzinsel kernel: usbcore: registered new interface driver usbhid
Aug 01 21:21:38 schratzinsel kernel: usbhid: USB HID core driver
Aug 01 21:21:38 schratzinsel kernel: input: Holtek USB Gaming Mouse as /devices/pci0000:00/0000:00:08.1/0000:2d:00.3/usb3/3-1/3-1:1.0/0003:04D9:A067.0001/input/input21
Aug 01 21:21:38 schratzinsel kernel: usb 1-4: New USB device found, idVendor=0951, idProduct=16a4, bcdDevice= 0.30
Aug 01 21:21:38 schratzinsel kernel: usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Aug 01 21:21:38 schratzinsel kernel: usb 1-4: Product: HyperX Virtual Surround Sound
Aug 01 21:21:38 schratzinsel kernel: usb 1-4: Manufacturer: Kingston
Aug 01 21:21:38 schratzinsel kernel: usb 1-4: SerialNumber: 00000000
Aug 01 21:21:38 schratzinsel kernel: holtek_mouse 0003:04D9:A067.0001: input,hidraw3: USB HID v1.10 Keyboard [Holtek USB Gaming Mouse] on usb-0000:2d:00.3-1/input0
Aug 01 21:21:38 schratzinsel kernel: holtek_mouse 0003:04D9:A067.0002: Fixing up report descriptor
Aug 01 21:21:38 schratzinsel kernel: input: Holtek USB Gaming Mouse as /devices/pci0000:00/0000:00:08.1/0000:2d:00.3/usb3/3-1/3-1:1.1/0003:04D9:A067.0002/input/input22
Aug 01 21:21:38 schratzinsel kernel: holtek_mouse 0003:04D9:A067.0002: input,hiddev98,hidraw4: USB HID v1.10 Mouse [Holtek USB Gaming Mouse] on usb-0000:2d:00.3-1/input1
Aug 01 21:21:38 schratzinsel kernel: holtek_mouse 0003:04D9:A067.0003: hiddev99,hidraw5: USB HID v1.10 Device [Holtek USB Gaming Mouse] on usb-0000:2d:00.3-1/input2
Aug 01 21:21:38 schratzinsel kernel: kvm: disabled by bios
Aug 01 21:21:38 schratzinsel kernel: mousedev: PS/2 mouse device common for all mice
Aug 01 21:21:38 schratzinsel kernel: usb 1-1.4: New USB device found, idVendor=24c6, idProduct=fafa, bcdDevice= 1.00
Aug 01 21:21:38 schratzinsel kernel: usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Aug 01 21:21:38 schratzinsel kernel: usb 1-1.4: Product: Wired Controller for Xbox 360
Aug 01 21:21:38 schratzinsel kernel: usb 1-1.4: Manufacturer: Performance Designed Products
Aug 01 21:21:38 schratzinsel kernel: usb 1-1.4: SerialNumber: 06E83391
Aug 01 21:21:38 schratzinsel kernel: kvm: disabled by bios
Aug 01 21:21:38 schratzinsel kernel: [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:2b:00.0 on minor 0
Aug 01 21:21:38 schratzinsel kernel: kvm: disabled by bios
Aug 01 21:21:38 schratzinsel kernel: kvm: disabled by bios
Aug 01 21:21:39 schratzinsel kernel: usb 3-3: Found UVC 1.00 device HD Pro Webcam C920 (046d:08e5)
Aug 01 21:21:39 schratzinsel kernel: input: HD Pro Webcam C920 as /devices/pci0000:00/0000:00:08.1/0000:2d:00.3/usb3/3-3/3-3:1.0/input/input23
Aug 01 21:21:39 schratzinsel kernel: usbcore: registered new interface driver uvcvideo
Aug 01 21:21:40 schratzinsel kernel: input: Kingston HyperX Virtual Surround Sound Consumer Control as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-4/1-4:1.3/0003:0951:16A4.0007/input/input24
Aug 01 21:21:40 schratzinsel mtp-probe[559]: checking bus 3, device 4: "/sys/devices/pci0000:00/0000:00:08.1/0000:2d:00.3/usb3/3-4"
Aug 01 21:21:40 schratzinsel mtp-probe[560]: checking bus 3, device 3: "/sys/devices/pci0000:00/0000:00:08.1/0000:2d:00.3/usb3/3-3"
Aug 01 21:21:40 schratzinsel mtp-probe[559]: bus: 3, device: 4 was not an MTP device
Aug 01 21:21:40 schratzinsel mtp-probe[560]: bus: 3, device: 3 was not an MTP device
Aug 01 21:21:40 schratzinsel kernel: input: Kingston HyperX Virtual Surround Sound as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-4/1-4:1.3/0003:0951:16A4.0007/input/input25
Aug 01 21:21:40 schratzinsel kernel: hid-generic 0003:0951:16A4.0007: input,hiddev100,hidraw6: USB HID v1.11 Device [Kingston HyperX Virtual Surround Sound] on usb-0000:02:00.0-4/input3
Aug 01 21:21:40 schratzinsel kernel: usbcore: registered new interface driver snd-usb-audio
Aug 01 21:21:40 schratzinsel systemd[1]: Condition check resulted in First Boot Wizard being skipped.
Aug 01 21:21:40 schratzinsel systemd[1]: Condition check resulted in First Boot Complete being skipped.
Aug 01 21:21:40 schratzinsel systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Aug 01 21:21:40 schratzinsel systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
Aug 01 21:21:40 schratzinsel kernel: usb 1-6: new full-speed USB device number 7 using xhci_hcd
Aug 01 21:21:41 schratzinsel kernel: usb 1-6: New USB device found, idVendor=045e, idProduct=074b, bcdDevice= 2.60
Aug 01 21:21:41 schratzinsel kernel: usb 1-6: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Aug 01 21:21:41 schratzinsel kernel: usb 1-6: Product: Microsoft® SiderWinderTM X6 Keyboard
Aug 01 21:21:41 schratzinsel kernel: usb 1-6: Manufacturer: Microsoft
Aug 01 21:21:41 schratzinsel kernel: input: Microsoft Microsoft® SiderWinderTM X6 Keyboard as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.0/0003:045E:074B.0008/input/input26
Aug 01 21:21:41 schratzinsel kernel: hid-generic 0003:045E:074B.0008: input,hidraw7: USB HID v1.11 Keyboard [Microsoft Microsoft® SiderWinderTM X6 Keyboard] on usb-0000:02:00.0-6/input0
Aug 01 21:21:41 schratzinsel kernel: input: Microsoft Microsoft® SiderWinderTM X6 Keyboard as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6/1-6:1.1/0003:045E:074B.0009/input/input27
Aug 01 21:21:41 schratzinsel kernel: hid-generic 0003:045E:074B.0009: input,hidraw8: USB HID v1.11 Device [Microsoft Microsoft® SiderWinderTM X6 Keyboard] on usb-0000:02:00.0-6/input1
Aug 01 21:21:41 schratzinsel kernel: usb 1-8: new full-speed USB device number 8 using xhci_hcd
Aug 01 21:21:41 schratzinsel systemd[1]: Condition check resulted in First Boot Wizard being skipped.
Aug 01 21:21:41 schratzinsel systemd[1]: Condition check resulted in First Boot Complete being skipped.
Aug 01 21:21:41 schratzinsel systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Aug 01 21:21:41 schratzinsel systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
Aug 01 21:21:41 schratzinsel kernel: usb 1-8: New USB device found, idVendor=1462, idProduct=7c91, bcdDevice= 0.01
Aug 01 21:21:41 schratzinsel kernel: usb 1-8: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Aug 01 21:21:41 schratzinsel kernel: usb 1-8: Product: MYSTIC LIGHT 
Aug 01 21:21:41 schratzinsel kernel: usb 1-8: Manufacturer: MSI
Aug 01 21:21:41 schratzinsel kernel: usb 1-8: SerialNumber: A02020042805
Aug 01 21:21:41 schratzinsel 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:7C91.000A/input/input28
Aug 01 21:21:41 schratzinsel kernel: hid-generic 0003:1462:7C91.000A: input,hiddev101,hidraw9: USB HID v1.10 Device [MSI MYSTIC LIGHT ] on usb-0000:02:00.0-8/input0
Aug 01 21:21:41 schratzinsel mtp-probe[584]: checking bus 1, device 5: "/sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-4"
Aug 01 21:21:41 schratzinsel mtp-probe[586]: checking bus 1, device 7: "/sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6"
Aug 01 21:21:41 schratzinsel mtp-probe[584]: bus: 1, device: 5 was not an MTP device
Aug 01 21:21:41 schratzinsel mtp-probe[587]: checking bus 1, device 8: "/sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-8"
Aug 01 21:21:41 schratzinsel mtp-probe[586]: bus: 1, device: 7 was not an MTP device
Aug 01 21:21:41 schratzinsel mtp-probe[587]: bus: 1, device: 8 was not an MTP device
Aug 01 21:21:41 schratzinsel mtp-probe[591]: checking bus 1, device 6: "/sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-1/1-1.4"
Aug 01 21:21:41 schratzinsel mtp-probe[592]: checking bus 1, device 4: "/sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-1/1-1.1"
Aug 01 21:21:41 schratzinsel mtp-probe[592]: bus: 1, device: 4 was not an MTP device
Aug 01 21:21:41 schratzinsel mtp-probe[591]: bus: 1, device: 6 was not an MTP device
Aug 01 21:21:41 schratzinsel systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Aug 01 21:21:41 schratzinsel kernel: r8169 0000:2a:00.0: enabling device (0000 -> 0003)
Aug 01 21:21:41 schratzinsel mtp-probe[658]: checking bus 1, device 4: "/sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-1/1-1.1"
Aug 01 21:21:41 schratzinsel mtp-probe[658]: bus: 1, device: 4 was not an MTP device
Aug 01 21:21:41 schratzinsel kernel: input: Generic X-Box pad as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-1/1-1.4/1-1.4:1.0/input/input29
Aug 01 21:21:41 schratzinsel kernel: usbcore: registered new interface driver xpad
Aug 01 21:21:41 schratzinsel mtp-probe[660]: checking bus 1, device 6: "/sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-1/1-1.4"
Aug 01 21:21:41 schratzinsel mtp-probe[660]: bus: 1, device: 6 was not an MTP device
Aug 01 21:21:41 schratzinsel systemd[1]: Found device ST2000DM001-9YN164 1.
Aug 01 21:21:41 schratzinsel systemd[1]: Condition check resulted in First Boot Wizard being skipped.
Aug 01 21:21:41 schratzinsel systemd[1]: Condition check resulted in First Boot Complete being skipped.
Aug 01 21:21:41 schratzinsel systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Aug 01 21:21:41 schratzinsel systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
Aug 01 21:21:41 schratzinsel systemd[1]: Found device ST750LM022_HN-M750MBB 1.
Aug 01 21:21:41 schratzinsel kernel: libphy: r8169: probed
Aug 01 21:21:41 schratzinsel kernel: r8169 0000:2a:00.0 eth0: RTL8125B, d8:bb:c1:0a:0d:49, XID 641, IRQ 76
Aug 01 21:21:41 schratzinsel kernel: r8169 0000:2a:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
Aug 01 21:21:41 schratzinsel systemd-udevd[425]: Using default interface naming scheme 'v249'.
Aug 01 21:21:41 schratzinsel kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Aug 01 21:21:41 schratzinsel kernel: r8169 0000:2a:00.0 enp42s0: renamed from eth0
Aug 01 21:21:41 schratzinsel kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Aug 01 21:21:41 schratzinsel systemd-udevd[429]: cfg80211: Process '/usr/bin/set-wireless-regdom' failed with exit code 1.
Aug 01 21:21:41 schratzinsel kernel: Intel(R) Wireless WiFi driver for Linux
Aug 01 21:21:41 schratzinsel kernel: iwlwifi 0000:29:00.0: enabling device (0000 -> 0002)
Aug 01 21:21:41 schratzinsel kernel: iwlwifi 0000:29:00.0: api flags index 2 larger than supported by driver
Aug 01 21:21:41 schratzinsel kernel: iwlwifi 0000:29:00.0: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.37
Aug 01 21:21:41 schratzinsel kernel: iwlwifi 0000:29:00.0: loaded firmware version 63.c04f3485.0 cc-a0-63.ucode op_mode iwlmvm
Aug 01 21:21:41 schratzinsel systemd-udevd[429]: Using default interface naming scheme 'v249'.
Aug 01 21:21:41 schratzinsel mtp-probe[693]: checking bus 1, device 7: "/sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-6"
Aug 01 21:21:41 schratzinsel mtp-probe[693]: bus: 1, device: 7 was not an MTP device
Aug 01 21:21:41 schratzinsel mtp-probe[694]: checking bus 1, device 5: "/sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-4"
Aug 01 21:21:41 schratzinsel mtp-probe[694]: bus: 1, device: 5 was not an MTP device
Aug 01 21:21:41 schratzinsel kernel: iwlwifi 0000:29:00.0: Detected Intel(R) Wi-Fi 6 AX200 160MHz, REV=0x340
Aug 01 21:21:41 schratzinsel kernel: thermal thermal_zone0: failed to read out thermal zone (-61)
Aug 01 21:21:41 schratzinsel mtp-probe[696]: checking bus 1, device 8: "/sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-8"
Aug 01 21:21:42 schratzinsel mtp-probe[696]: bus: 1, device: 8 was not an MTP device
Aug 01 21:21:42 schratzinsel kernel: iwlwifi 0000:29:00.0: base HW address: 70:9c:d1:3f:b5:c4
Aug 01 21:21:42 schratzinsel systemd-udevd[408]: Using default interface naming scheme 'v249'.
Aug 01 21:21:42 schratzinsel systemd[1]: Starting Load/Save RF Kill Switch Status...
Aug 01 21:21:42 schratzinsel kernel: iwlwifi 0000:29:00.0 wlo1: renamed from wlan0
Aug 01 21:21:42 schratzinsel systemd[1]: Started Load/Save RF Kill Switch Status.
Aug 01 21:21:42 schratzinsel audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:21:42 schratzinsel kernel: kauditd_printk_skb: 5 callbacks suppressed
Aug 01 21:21:42 schratzinsel kernel: audit: type=1130 audit(1627845702.125:16): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:21:42 schratzinsel kernel: logitech-djreceiver 0003:046D:C52B.0006: hiddev96,hidraw0: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:02:00.0-1.1/input2
Aug 01 21:21:42 schratzinsel kernel: input: Logitech Wireless Device PID:406f Keyboard as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-1/1-1.1/1-1.1:1.2/0003:046D:C52B.0006/0003:046D:406F.000B/input/input30
Aug 01 21:21:42 schratzinsel kernel: input: Logitech Wireless Device PID:406f Mouse as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-1/1-1.1/1-1.1:1.2/0003:046D:C52B.0006/0003:046D:406F.000B/input/input31
Aug 01 21:21:42 schratzinsel kernel: hid-generic 0003:046D:406F.000B: input,hidraw1: USB HID v1.11 Keyboard [Logitech Wireless Device PID:406f] on usb-0000:02:00.0-1.1/input2:1
Aug 01 21:21:42 schratzinsel systemd[1]: Found device HGST_HTS541010A9E680 1.
Aug 01 21:21:42 schratzinsel systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Aug 01 21:21:42 schratzinsel audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:21:42 schratzinsel systemd[1]: Reached target Preparation for Local File Systems.
Aug 01 21:21:42 schratzinsel systemd[1]: Mounting /media/Multi-Neu...
Aug 01 21:21:42 schratzinsel systemd[1]: Mounting /media/Siebenhundert...
Aug 01 21:21:42 schratzinsel systemd[1]: Mounting /media/Terra...
Aug 01 21:21:42 schratzinsel systemd[1]: Condition check resulted in Virtual Machine and Container Storage (Compatibility) being skipped.
Aug 01 21:21:42 schratzinsel systemd[1]: Starting File System Check on /dev/disk/by-uuid/6168-B241...
Aug 01 21:21:42 schratzinsel kernel: audit: type=1130 audit(1627845702.539:17): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:21:42 schratzinsel systemd-fsck[712]: fsck.fat 4.2 (2021-01-31)
Aug 01 21:21:42 schratzinsel systemd-fsck[712]: /dev/nvme0n1p1: 365 files, 20550/130556 clusters
Aug 01 21:21:42 schratzinsel systemd[1]: Finished File System Check on /dev/disk/by-uuid/6168-B241.
Aug 01 21:21:42 schratzinsel audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-6168\x2dB241 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:21:42 schratzinsel systemd[1]: Mounting /boot...
Aug 01 21:21:42 schratzinsel kernel: audit: type=1130 audit(1627845702.552:18): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-6168\x2dB241 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:21:42 schratzinsel systemd[1]: Mounted /boot.
Aug 01 21:21:42 schratzinsel systemd[1]: Mounted /media/Multi-Neu.
Aug 01 21:21:42 schratzinsel kernel: EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
Aug 01 21:21:42 schratzinsel systemd[1]: Mounted /media/Siebenhundert.
Aug 01 21:21:42 schratzinsel systemd[1]: Mounted /media/Terra.
Aug 01 21:21:42 schratzinsel systemd[1]: Reached target Local File Systems.
Aug 01 21:21:42 schratzinsel kernel: EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
Aug 01 21:21:42 schratzinsel kernel: EXT4-fs (sdc1): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
Aug 01 21:21:42 schratzinsel kernel: input: Logitech MX Ergo as /devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-1/1-1.1/1-1.1:1.2/0003:046D:C52B.0006/0003:046D:406F.000B/input/input35
Aug 01 21:21:42 schratzinsel kernel: logitech-hidpp-device 0003:046D:406F.000B: input,hidraw1: USB HID v1.11 Keyboard [Logitech MX Ergo] on usb-0000:02:00.0-1.1/input2:1
Aug 01 21:21:42 schratzinsel systemd[1]: Starting Rebuild Dynamic Linker Cache...
Aug 01 21:21:42 schratzinsel systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
Aug 01 21:21:42 schratzinsel systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
Aug 01 21:21:42 schratzinsel systemd[1]: Starting Create Volatile Files and Directories...
Aug 01 21:21:42 schratzinsel systemd[1]: Finished Create Volatile Files and Directories.
Aug 01 21:21:42 schratzinsel audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:21:42 schratzinsel systemd[1]: Starting Rebuild Journal Catalog...
Aug 01 21:21:42 schratzinsel audit: BPF prog-id=17 op=LOAD
Aug 01 21:21:42 schratzinsel systemd[1]: Starting Network Time Synchronization...
Aug 01 21:21:42 schratzinsel systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Aug 01 21:21:42 schratzinsel kernel: audit: type=1130 audit(1627845702.679:19): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:21:42 schratzinsel kernel: audit: type=1334 audit(1627845702.679:20): prog-id=17 op=LOAD
Aug 01 21:21:42 schratzinsel audit[728]: SYSTEM_BOOT pid=728 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Aug 01 21:21:42 schratzinsel systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Aug 01 21:21:42 schratzinsel audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:21:42 schratzinsel kernel: audit: type=1127 audit(1627845702.682:21): pid=728 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Aug 01 21:21:42 schratzinsel kernel: audit: type=1130 audit(1627845702.682:22): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:21:42 schratzinsel systemd[1]: Finished Rebuild Journal Catalog.
Aug 01 21:21:42 schratzinsel audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-catalog-update comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:21:42 schratzinsel kernel: audit: type=1130 audit(1627845702.685:23): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-catalog-update comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:21:42 schratzinsel systemd[1]: Started Network Time Synchronization.
Aug 01 21:21:42 schratzinsel audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timesyncd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:21:42 schratzinsel systemd[1]: Reached target System Time Set.
Aug 01 21:21:42 schratzinsel kernel: audit: type=1130 audit(1627845702.702:24): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timesyncd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:21:42 schratzinsel systemd[1]: Finished Rebuild Dynamic Linker Cache.
Aug 01 21:21:42 schratzinsel audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ldconfig comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:21:42 schratzinsel systemd[1]: Starting Update is Completed...
Aug 01 21:21:42 schratzinsel kernel: audit: type=1130 audit(1627845702.895:25): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ldconfig comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:21:42 schratzinsel systemd[1]: Finished Update is Completed.
Aug 01 21:21:42 schratzinsel audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-done comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:21:42 schratzinsel systemd[1]: Reached target System Initialization.
Aug 01 21:21:42 schratzinsel systemd[1]: Started CUPS Scheduler.
Aug 01 21:21:42 schratzinsel systemd[1]: Started Daily man-db regeneration.
Aug 01 21:21:42 schratzinsel systemd[1]: Started Monthly clean packages cache.
Aug 01 21:21:42 schratzinsel systemd[1]: Started Daily verification of password and group files.
Aug 01 21:21:42 schratzinsel systemd[1]: Started Daily Cleanup of Temporary Directories.
Aug 01 21:21:42 schratzinsel systemd[1]: Started Daily locate database update.
Aug 01 21:21:42 schratzinsel systemd[1]: Reached target Path Units.
Aug 01 21:21:42 schratzinsel systemd[1]: Reached target Timer Units.
Aug 01 21:21:42 schratzinsel systemd[1]: Listening on CUPS Scheduler.
Aug 01 21:21:42 schratzinsel systemd[1]: Listening on D-Bus System Message Bus Socket.
Aug 01 21:21:42 schratzinsel systemd[1]: Starting Socket activation for snappy daemon...
Aug 01 21:21:42 schratzinsel systemd[1]: Listening on Socket activation for snappy daemon.
Aug 01 21:21:42 schratzinsel systemd[1]: Reached target Socket Units.
Aug 01 21:21:42 schratzinsel systemd[1]: Reached target Basic System.
Aug 01 21:21:42 schratzinsel systemd[1]: Starting Save/Restore Sound Card State...
Aug 01 21:21:42 schratzinsel systemd[1]: Condition check resulted in Manage Sound Card State (restore and store) being skipped.
Aug 01 21:21:42 schratzinsel systemd[1]: Starting Apply cpupower configuration...
Aug 01 21:21:42 schratzinsel systemd[1]: Started Periodic Command Scheduler.
Aug 01 21:21:42 schratzinsel audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=cronie comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:21:42 schratzinsel systemd[1]: Started D-Bus System Message Bus.
Aug 01 21:21:42 schratzinsel alsactl[734]: alsa-lib parser.c:242:(error_node) UCM is not supported for this HDA model (HDA NVidia at 0xfc080000 irq 71)
Aug 01 21:21:42 schratzinsel audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:21:42 schratzinsel crond[736]: (CRON) STARTUP (1.5.7)
Aug 01 21:21:42 schratzinsel alsactl[734]: alsa-lib main.c:1405:(snd_use_case_mgr_open) error: failed to import hw:0 use case configuration -6
Aug 01 21:21:42 schratzinsel crond[736]: (CRON) INFO (Syslog will be used instead of sendmail.)
Aug 01 21:21:42 schratzinsel crond[736]: (CRON) INFO (RANDOM_DELAY will be scaled with factor 82% if used.)
Aug 01 21:21:42 schratzinsel systemd[1]: Starting Network Manager...
Aug 01 21:21:42 schratzinsel crond[736]: (CRON) INFO (running with inotify support)
Aug 01 21:21:42 schratzinsel alsactl[734]: alsa-lib parser.c:242:(error_node) UCM is not supported for this HDA model (HD-Audio Generic at 0xfc800000 irq 73)
Aug 01 21:21:42 schratzinsel alsactl[734]: alsa-lib main.c:1405:(snd_use_case_mgr_open) error: failed to import hw:1 use case configuration -6
Aug 01 21:21:42 schratzinsel systemd[1]: Starting dhcpcd on all interfaces...
Aug 01 21:21:42 schratzinsel alsactl[734]: alsa-lib main.c:1405:(snd_use_case_mgr_open) error: failed to import hw:2 use case configuration -2
Aug 01 21:21:42 schratzinsel alsactl[734]: alsa-lib main.c:1405:(snd_use_case_mgr_open) error: failed to import hw:3 use case configuration -2
Aug 01 21:21:42 schratzinsel alsactl[734]: alsa-lib main.c:1405:(snd_use_case_mgr_open) error: failed to import hw:4 use case configuration -2
Aug 01 21:21:42 schratzinsel systemd[1]: Starting Snap Daemon...
Aug 01 21:21:42 schratzinsel audit: BPF prog-id=18 op=LOAD
Aug 01 21:21:42 schratzinsel audit: BPF prog-id=19 op=LOAD
Aug 01 21:21:42 schratzinsel audit: BPF prog-id=20 op=LOAD
Aug 01 21:21:42 schratzinsel systemd[1]: Starting User Login Management...
Aug 01 21:21:42 schratzinsel systemd[1]: Finished Save/Restore Sound Card State.
Aug 01 21:21:42 schratzinsel audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=alsa-restore comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:21:42 schratzinsel dhcpcd[739]: dhcpcd-9.4.0 starting
Aug 01 21:21:42 schratzinsel audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=cpupower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:21:42 schratzinsel systemd[1]: Finished Apply cpupower configuration.
Aug 01 21:21:42 schratzinsel systemd[1]: Reached target Sound Card.
Aug 01 21:21:42 schratzinsel dhcpcd[744]: dev: loaded udev
Aug 01 21:21:42 schratzinsel dhcpcd[744]: DUID 00:04:53:ba:0b:38:29:68:a9:1b:a1:df:d8:bb:c1:0a:0d:49
Aug 01 21:21:42 schratzinsel snapd[740]: AppArmor status: apparmor not enabled
Aug 01 21:21:42 schratzinsel systemd-logind[741]: New seat seat0.
Aug 01 21:21:42 schratzinsel systemd-logind[741]: Watching system buttons on /dev/input/event1 (Power Button)
Aug 01 21:21:42 schratzinsel systemd-logind[741]: Watching system buttons on /dev/input/event0 (Power Button)
Aug 01 21:21:42 schratzinsel systemd-logind[741]: Watching system buttons on /dev/input/event16 (Logitech MX Ergo)
Aug 01 21:21:42 schratzinsel systemd-logind[741]: Watching system buttons on /dev/input/event25 (Microsoft Microsoft® SiderWinderTM X6 Keyboard)
Aug 01 21:21:42 schratzinsel systemd-logind[741]: Watching system buttons on /dev/input/event26 (Microsoft Microsoft® SiderWinderTM X6 Keyboard)
Aug 01 21:21:42 schratzinsel systemd-logind[741]: Watching system buttons on /dev/input/event21 (Holtek USB Gaming Mouse)
Aug 01 21:21:42 schratzinsel systemd[1]: Started User Login Management.
Aug 01 21:21:42 schratzinsel audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:21:42 schratzinsel NetworkManager[738]: <info>  [1627845702.9295] NetworkManager (version 1.32.6-1) is starting... (for the first time)
Aug 01 21:21:42 schratzinsel NetworkManager[738]: <info>  [1627845702.9295] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
Aug 01 21:21:42 schratzinsel systemd[1]: Started Network Manager.
Aug 01 21:21:42 schratzinsel NetworkManager[738]: <info>  [1627845702.9302] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Aug 01 21:21:42 schratzinsel audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:21:42 schratzinsel NetworkManager[738]: <info>  [1627845702.9313] manager[0x55b41e20b040]: monitoring kernel firmware directory '/lib/firmware'.
Aug 01 21:21:42 schratzinsel dbus-daemon[737]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.3' (uid=0 pid=738 comm="/usr/bin/NetworkManager --no-daemon ")
Aug 01 21:21:42 schratzinsel audit: BPF prog-id=21 op=LOAD
Aug 01 21:21:42 schratzinsel audit: BPF prog-id=22 op=LOAD
Aug 01 21:21:42 schratzinsel audit: BPF prog-id=23 op=LOAD
Aug 01 21:21:42 schratzinsel systemd[1]: Starting Hostname Service...
Aug 01 21:21:42 schratzinsel systemd[1]: Started dhcpcd on all interfaces.
Aug 01 21:21:42 schratzinsel audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dhcpcd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:21:42 schratzinsel systemd[1]: Reached target Network.
Aug 01 21:21:42 schratzinsel systemd[1]: Starting CUPS Scheduler...
Aug 01 21:21:42 schratzinsel systemd[1]: Starting FTPD Daemon...
Aug 01 21:21:42 schratzinsel kernel: 8021q: 802.1Q VLAN Support v1.8
Aug 01 21:21:42 schratzinsel systemd[1]: Starting Permit User Sessions...
Aug 01 21:21:42 schratzinsel systemd[1]: ftpd.service: Can't open PID file /run/ftpd.pid (yet?) after start: Operation not permitted
Aug 01 21:21:42 schratzinsel systemd[1]: Started FTPD Daemon.
Aug 01 21:21:42 schratzinsel audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ftpd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:21:42 schratzinsel systemd[1]: Finished Permit User Sessions.
Aug 01 21:21:42 schratzinsel audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:21:42 schratzinsel systemd[1]: Started Simple Desktop Display Manager.
Aug 01 21:21:42 schratzinsel audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sddm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:21:42 schratzinsel snapd[740]: daemon.go:248: started snapd/2.51.3-2 (series 16; classic; devmode) arch/ (amd64) linux/5.13.7-arch1-1.
Aug 01 21:21:42 schratzinsel kernel: loop: module loaded
Aug 01 21:21:42 schratzinsel dbus-daemon[737]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service' requested by ':1.4' (uid=0 pid=777 comm="/usr/bin/cupsd -l ")
Aug 01 21:21:42 schratzinsel systemd[1]: Starting Manage, Install and Generate Color Profiles...
Aug 01 21:21:42 schratzinsel dbus-daemon[737]: [system] Successfully activated service 'org.freedesktop.hostname1'
Aug 01 21:21:42 schratzinsel systemd[1]: Started Hostname Service.
Aug 01 21:21:42 schratzinsel audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:21:42 schratzinsel sddm[786]: Initializing...
Aug 01 21:21:42 schratzinsel sddm[786]: Starting...
Aug 01 21:21:42 schratzinsel sddm[786]: Logind interface found
Aug 01 21:21:42 schratzinsel sddm[786]: Adding new display on vt 1 ...
Aug 01 21:21:42 schratzinsel sddm[786]: Loading theme configuration from ""
Aug 01 21:21:42 schratzinsel sddm[786]: Display server starting...
Aug 01 21:21:42 schratzinsel sddm[786]: Adding cookie to "/var/run/sddm/{8ec9dacb-573e-4ab5-818c-4ff52726713d}"
Aug 01 21:21:42 schratzinsel dbus-daemon[737]: [system] Successfully activated service 'org.freedesktop.ColorManager'
Aug 01 21:21:42 schratzinsel systemd[1]: Started Manage, Install and Generate Color Profiles.
Aug 01 21:21:42 schratzinsel audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=colord comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:21:42 schratzinsel sddm[786]: Running: /usr/bin/X -nolisten tcp -background none -seat seat0 vt1 -auth /var/run/sddm/{8ec9dacb-573e-4ab5-818c-4ff52726713d} -noreset -displayfd 17
Aug 01 21:21:42 schratzinsel NetworkManager[738]: <info>  [1627845702.9728] hostname: hostname: using hostnamed
Aug 01 21:21:42 schratzinsel NetworkManager[738]: <info>  [1627845702.9728] hostname: hostname changed from (none) to "schratzinsel"
Aug 01 21:21:42 schratzinsel NetworkManager[738]: <info>  [1627845702.9729] dns-mgr[0x55b41e1bf250]: init: dns=default,systemd-resolved rc-manager=symlink
Aug 01 21:21:42 schratzinsel NetworkManager[738]: <info>  [1627845702.9732] rfkill0: 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/rfkill0) (driver iwlwifi)
Aug 01 21:21:42 schratzinsel NetworkManager[738]: <info>  [1627845702.9733] manager[0x55b41e20b040]: rfkill: Wi-Fi hardware radio set enabled
Aug 01 21:21:42 schratzinsel NetworkManager[738]: <info>  [1627845702.9733] manager[0x55b41e20b040]: rfkill: WWAN hardware radio set enabled
Aug 01 21:21:42 schratzinsel NetworkManager[738]: <info>  [1627845702.9750] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.32.6-1/libnm-device-plugin-adsl.so)
Aug 01 21:21:42 schratzinsel NetworkManager[738]: <info>  [1627845702.9775] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.32.6-1/libnm-device-plugin-bluetooth.so)
Aug 01 21:21:42 schratzinsel NetworkManager[738]: <info>  [1627845702.9783] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.32.6-1/libnm-device-plugin-ovs.so)
Aug 01 21:21:42 schratzinsel kernel: RTL8226B_RTL8221B 2.5Gbps PHY r8169-0-2a00:00: attached PHY driver (mii_bus:phy_addr=r8169-0-2a00:00, irq=MAC)
Aug 01 21:21:42 schratzinsel NetworkManager[738]: <info>  [1627845702.9825] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.32.6-1/libnm-device-plugin-team.so)
Aug 01 21:21:42 schratzinsel NetworkManager[738]: <info>  [1627845702.9829] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.32.6-1/libnm-device-plugin-wifi.so)
Aug 01 21:21:42 schratzinsel NetworkManager[738]: <info>  [1627845702.9832] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.32.6-1/libnm-device-plugin-wwan.so)
Aug 01 21:21:42 schratzinsel NetworkManager[738]: <info>  [1627845702.9833] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Aug 01 21:21:42 schratzinsel NetworkManager[738]: <info>  [1627845702.9834] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Aug 01 21:21:42 schratzinsel NetworkManager[738]: <info>  [1627845702.9834] manager: Networking is enabled by state file
Aug 01 21:21:42 schratzinsel NetworkManager[738]: <info>  [1627845702.9834] dhcp-init: Using DHCP client 'internal'
Aug 01 21:21:42 schratzinsel dbus-daemon[737]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.3' (uid=0 pid=738 comm="/usr/bin/NetworkManager --no-daemon ")
Aug 01 21:21:42 schratzinsel NetworkManager[738]: <info>  [1627845702.9838] settings: Loaded settings plugin: keyfile (internal)
Aug 01 21:21:42 schratzinsel systemd[1]: Starting Network Manager Script Dispatcher Service...
Aug 01 21:21:42 schratzinsel dbus-daemon[737]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Aug 01 21:21:42 schratzinsel systemd[1]: Started Network Manager Script Dispatcher Service.
Aug 01 21:21:42 schratzinsel audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:21:43 schratzinsel kernel: loop0: detected capacity change from 0 to 8
Aug 01 21:21:43 schratzinsel snapd[740]: daemon.go:341: adjusting startup timeout by 30s (pessimistic estimate of 30s plus 5s per snap)
Aug 01 21:21:43 schratzinsel kernel: squashfs: version 4.0 (2009/01/31) Phillip Lougher
Aug 01 21:21:43 schratzinsel systemd[1]: Started Snap Daemon.
Aug 01 21:21:43 schratzinsel audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=snapd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:21:43 schratzinsel systemd[1]: Reached target Multi-User System.
Aug 01 21:21:43 schratzinsel systemd[1]: Reached target Graphical Interface.
Aug 01 21:21:43 schratzinsel systemd[1]: Started Support for Microsoft SideWinder X4 / X6 and Logitech G105 / G710+.
Aug 01 21:21:43 schratzinsel audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sidewinderd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:21:43 schratzinsel sidewinderd[836]: Started sidewinderd.
Aug 01 21:21:43 schratzinsel sidewinderd[836]: Found device: 045e:074b
Aug 01 21:21:43 schratzinsel sidewinderd[836]: Keyboard Constructor
Aug 01 21:21:43 schratzinsel kernel: input: Sidewinderd as /devices/virtual/input/input36
Aug 01 21:21:43 schratzinsel sidewinderd[836]: getFeatureReport(7) returned: 7 0
Aug 01 21:21:43 schratzinsel sidewinderd[836]: getFeatureReport(7) returned: 7 0
Aug 01 21:21:43 schratzinsel sidewinderd[836]: getFeatureReport(7) returned: 7 0
Aug 01 21:21:43 schratzinsel sidewinderd[836]: getFeatureReport(7) returned: 7 0
Aug 01 21:21:43 schratzinsel sidewinderd[836]: getFeatureReport(7) returned: 7 0
Aug 01 21:21:43 schratzinsel systemd-logind[741]: Watching system buttons on /dev/input/event17 (Sidewinderd)
Aug 01 21:21:43 schratzinsel sidewinderd[836]: getFeatureReport(7) returned: 7 0
Aug 01 21:21:43 schratzinsel sidewinderd[836]: Found device: 045e:074b
Aug 01 21:21:43 schratzinsel sidewinderd[836]: Found device: 045e:074b
Aug 01 21:21:43 schratzinsel dhcpcd[744]: enp42s0: waiting for carrier
Aug 01 21:21:43 schratzinsel kernel: r8169 0000:2a:00.0 enp42s0: Link is Down
Aug 01 21:21:43 schratzinsel systemd[1]: Started CUPS Scheduler.
Aug 01 21:21:43 schratzinsel systemd[1]: Startup finished in 18.978s (firmware) + 5.498s (loader) + 3.732s (kernel) + 6.414s (userspace) = 34.623s.
Aug 01 21:21:43 schratzinsel audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=cups comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:21:43 schratzinsel dhcpcd[744]: wlo1: waiting for carrier
Aug 01 21:21:43 schratzinsel dhcpcd[744]: enp42s0: carrier acquired
Aug 01 21:21:43 schratzinsel NetworkManager[738]: <info>  [1627845703.3602] device (lo): carrier: link connected
Aug 01 21:21:43 schratzinsel NetworkManager[738]: <info>  [1627845703.3604] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1)
Aug 01 21:21:43 schratzinsel NetworkManager[738]: <info>  [1627845703.3607] manager: (enp42s0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Aug 01 21:21:43 schratzinsel NetworkManager[738]: <info>  [1627845703.3612] settings: (enp42s0): created default wired connection 'Kabelgebundene Verbindung 1'
Aug 01 21:21:43 schratzinsel NetworkManager[738]: <info>  [1627845703.3614] device (enp42s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Aug 01 21:21:43 schratzinsel NetworkManager[738]: <info>  [1627845703.3619] device (wlo1): driver supports Access Point (AP) mode
Aug 01 21:21:43 schratzinsel NetworkManager[738]: <info>  [1627845703.3621] manager: (wlo1): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/3)
Aug 01 21:21:43 schratzinsel dhcpcd[744]: enp42s0: IAID c1:0a:0d:49
Aug 01 21:21:43 schratzinsel dhcpcd[744]: enp42s0: adding address fe80::570:fa17:540e:5091
Aug 01 21:21:43 schratzinsel dhcpcd[744]: enp42s0: carrier lost
Aug 01 21:21:43 schratzinsel NetworkManager[738]: <info>  [1627845703.3624] device (wlo1): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Aug 01 21:21:43 schratzinsel dhcpcd[744]: enp42s0: deleting address fe80::570:fa17:540e:5091
Aug 01 21:21:43 schratzinsel dhcpcd[744]: wlo1: carrier acquired
Aug 01 21:21:43 schratzinsel NetworkManager[738]: <info>  [1627845703.3775] device (wlo1): set-hw-addr: set MAC address to 82:24:B9:0E:83:8D (scanning)
Aug 01 21:21:43 schratzinsel dbus-daemon[737]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service' requested by ':1.3' (uid=0 pid=738 comm="/usr/bin/NetworkManager --no-daemon ")
Aug 01 21:21:43 schratzinsel NetworkManager[738]: <info>  [1627845703.5638] ovsdb: Verbindung ist gescheitert: Datei oder Verzeichnis nicht gefunden
Aug 01 21:21:43 schratzinsel NetworkManager[738]: <info>  [1627845703.5638] ovsdb: disconnected from ovsdb
Aug 01 21:21:43 schratzinsel systemd[1]: Starting WPA supplicant...
Aug 01 21:21:43 schratzinsel dhcpcd[744]: wlo1: IAID d1:3f:b5:c4
Aug 01 21:21:43 schratzinsel dhcpcd[744]: wlo1: adding address fe80::1c9a:3c75:96c5:568c
Aug 01 21:21:43 schratzinsel dhcpcd[744]: wlo1: carrier lost
Aug 01 21:21:43 schratzinsel dhcpcd[744]: wlo1: deleting address fe80::1c9a:3c75:96c5:568c
Aug 01 21:21:43 schratzinsel dhcpcd[744]: wlo1: old hardware address: 70:9c:d1:3f:b5:c4
Aug 01 21:21:43 schratzinsel dhcpcd[744]: wlo1: new hardware address: 82:24:b9:0e:83:8d
Aug 01 21:21:43 schratzinsel dhcpcd[744]: wlo1: carrier acquired
Aug 01 21:21:43 schratzinsel dhcpcd[744]: wlo1: IAID b9:0e:83:8d
Aug 01 21:21:43 schratzinsel dhcpcd[744]: wlo1: adding address fe80::258c:4ba8:7131:927
Aug 01 21:21:43 schratzinsel systemd[1]: tmp-sanity\x2dmountpoint\x2d077364604.mount: Deactivated successfully.
Aug 01 21:21:43 schratzinsel dbus-daemon[737]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
Aug 01 21:21:43 schratzinsel wpa_supplicant[853]: Successfully initialized wpa_supplicant
Aug 01 21:21:43 schratzinsel audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wpa_supplicant comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:21:43 schratzinsel systemd[1]: Started WPA supplicant.
Aug 01 21:21:43 schratzinsel dhcpcd[744]: wlo1: carrier lost
Aug 01 21:21:43 schratzinsel dhcpcd[744]: wlo1: deleting address fe80::258c:4ba8:7131:927
Aug 01 21:21:43 schratzinsel sddm[786]: Setting default cursor
Aug 01 21:21:43 schratzinsel NetworkManager[738]: <info>  [1627845703.6711] device (wlo1): supplicant interface state: internal-starting -> disconnected
Aug 01 21:21:43 schratzinsel NetworkManager[738]: <info>  [1627845703.6711] Wi-Fi P2P device controlled by interface wlo1 created
Aug 01 21:21:43 schratzinsel NetworkManager[738]: <info>  [1627845703.6713] manager: (p2p-dev-wlo1): new 802.11 Wi-Fi P2P device (/org/freedesktop/NetworkManager/Devices/4)
Aug 01 21:21:43 schratzinsel NetworkManager[738]: <info>  [1627845703.6714] device (p2p-dev-wlo1): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Aug 01 21:21:43 schratzinsel NetworkManager[738]: <info>  [1627845703.6717] device (wlo1): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
Aug 01 21:21:43 schratzinsel NetworkManager[738]: <info>  [1627845703.6721] device (p2p-dev-wlo1): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed')
Aug 01 21:21:43 schratzinsel sddm[786]: Running display setup script  "/usr/share/sddm/scripts/Xsetup"
Aug 01 21:21:43 schratzinsel sddm[786]: Display server started.
Aug 01 21:21:43 schratzinsel sddm[786]: Reading from "/usr/share/xsessions/plasma.desktop"
Aug 01 21:21:43 schratzinsel sddm[786]: Reading from "/usr/share/xsessions/plasma.desktop"
Aug 01 21:21:43 schratzinsel sddm[786]: Session "/usr/share/xsessions/plasma.desktop" selected, command: "/usr/bin/startplasma-x11"
Aug 01 21:21:43 schratzinsel sddm-helper[869]: [PAM] Starting...
Aug 01 21:21:43 schratzinsel audit[869]: USER_AUTH pid=869 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_faillock,pam_shells,pam_permit acct="matze" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Aug 01 21:21:43 schratzinsel sddm-helper[869]: pam_kwallet5(sddm-autologin:auth): (null): pam_sm_authenticate
Aug 01 21:21:43 schratzinsel sddm-helper[869]: [PAM] Authenticating...
Aug 01 21:21:43 schratzinsel sddm-helper[869]: pam_kwallet5(sddm-autologin:auth): pam_kwallet5: Couldn't get password (it is empty)
Aug 01 21:21:43 schratzinsel sddm-helper[869]: [PAM] Preparing to converse...
Aug 01 21:21:43 schratzinsel sddm-helper[869]: [PAM] Conversation with 1 messages
Aug 01 21:21:43 schratzinsel sddm-helper[869]: [PAM] returning.
Aug 01 21:21:43 schratzinsel dbus-daemon[737]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.12' (uid=0 pid=869 comm="/usr/lib/sddm/sddm-helper --socket /tmp/sddm-auth2")
Aug 01 21:21:43 schratzinsel dbus-daemon[737]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Aug 01 21:21:43 schratzinsel sddm-helper[869]: pam_systemd_home(sddm-autologin:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Aug 01 21:21:43 schratzinsel audit[869]: USER_ACCT pid=869 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="matze" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Aug 01 21:21:43 schratzinsel sddm[786]: Authenticated successfully
Aug 01 21:21:43 schratzinsel audit[869]: CRED_ACQ pid=869 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_faillock,pam_shells,pam_permit acct="matze" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=? res=success'
Aug 01 21:21:43 schratzinsel audit[869]: SYSCALL arch=c000003e syscall=1 success=yes exit=4 a0=8 a1=7fffe0de22a0 a2=4 a3=3e8 items=0 ppid=786 pid=869 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=1 comm="sddm-helper" exe="/usr/lib/sddm/sddm-helper" key=(null)
Aug 01 21:21:43 schratzinsel audit: PROCTITLE proctitle=2F7573722F6C69622F7364646D2F7364646D2D68656C706572002D2D736F636B6574002F746D702F7364646D2D6175746832656335396366322D343734662D343832632D386234332D306231333638396162353163002D2D69640031002D2D7374617274002F7573722F62696E2F7374617274706C61736D612D783131002D2D
Aug 01 21:21:43 schratzinsel sddm-helper[869]: pam_kwallet5(sddm-autologin:setcred): pam_kwallet5: pam_sm_setcred
Aug 01 21:21:43 schratzinsel sddm-helper[869]: pam_unix(sddm-autologin:session): session opened for user matze(uid=1000) by (uid=0)
Aug 01 21:21:43 schratzinsel systemd[1]: Created slice User Slice of UID 1000.
Aug 01 21:21:43 schratzinsel systemd[1]: Starting User Runtime Directory /run/user/1000...
Aug 01 21:21:43 schratzinsel systemd-logind[741]: New session 1 of user matze.
Aug 01 21:21:43 schratzinsel systemd[1]: Finished User Runtime Directory /run/user/1000.
Aug 01 21:21:43 schratzinsel audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:21:43 schratzinsel systemd[1]: Starting User Manager for UID 1000...
Aug 01 21:21:43 schratzinsel dbus-daemon[737]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.14' (uid=0 pid=871 comm="(systemd) ")
Aug 01 21:21:43 schratzinsel dbus-daemon[737]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Aug 01 21:21:43 schratzinsel systemd[871]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Aug 01 21:21:43 schratzinsel audit[871]: USER_ACCT pid=871 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="matze" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:21:43 schratzinsel audit[871]: CRED_ACQ pid=871 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="matze" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Aug 01 21:21:43 schratzinsel audit[871]: SYSCALL arch=c000003e syscall=1 success=yes exit=4 a0=9 a1=7ffc071db980 a2=4 a3=3e8 items=0 ppid=1 pid=871 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="(systemd)" exe="/usr/lib/systemd/systemd" key=(null)
Aug 01 21:21:43 schratzinsel audit: PROCTITLE proctitle="(systemd)"
Aug 01 21:21:43 schratzinsel systemd[871]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[matze] ruser=[<unknown>] rhost=[<unknown>]
Aug 01 21:21:43 schratzinsel systemd[871]: pam_unix(systemd-user:session): session opened for user matze(uid=1000) by (uid=0)
Aug 01 21:21:43 schratzinsel systemd[871]: pam_env(systemd-user:session): deprecated reading of user environment enabled
Aug 01 21:21:43 schratzinsel audit[871]: USER_START pid=871 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="matze" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:21:43 schratzinsel audit: BPF prog-id=24 op=LOAD
Aug 01 21:21:43 schratzinsel audit[871]: SYSCALL arch=c000003e syscall=321 success=yes exit=8 a0=5 a1=7ffc769de1a0 a2=78 a3=7ffc769de1a0 items=0 ppid=1 pid=871 auid=1000 uid=1000 gid=1000 euid=1000 suid=1000 fsuid=1000 egid=1000 sgid=1000 fsgid=1000 tty=(none) ses=2 comm="systemd" exe="/usr/lib/systemd/systemd" key=(null)
Aug 01 21:21:43 schratzinsel audit: PROCTITLE proctitle="(systemd)"
Aug 01 21:21:43 schratzinsel audit: BPF prog-id=24 op=UNLOAD
Aug 01 21:21:43 schratzinsel systemd[871]: Queued start job for default target Main User Target.
Aug 01 21:21:43 schratzinsel audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:21:43 schratzinsel systemd[871]: Created slice User Application Slice.
Aug 01 21:21:43 schratzinsel systemd[871]: Reached target Paths.
Aug 01 21:21:43 schratzinsel systemd[871]: Reached target Timers.
Aug 01 21:21:43 schratzinsel systemd[871]: Starting D-Bus User Message Bus Socket...
Aug 01 21:21:43 schratzinsel systemd[871]: Listening on GnuPG network certificate management daemon.
Aug 01 21:21:43 schratzinsel systemd[871]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Aug 01 21:21:43 schratzinsel systemd[871]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Aug 01 21:21:43 schratzinsel systemd[871]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Aug 01 21:21:43 schratzinsel systemd[871]: Listening on GnuPG cryptographic agent and passphrase cache.
Aug 01 21:21:43 schratzinsel systemd[871]: Listening on p11-kit server.
Aug 01 21:21:43 schratzinsel systemd[871]: Listening on Multimedia System.
Aug 01 21:21:43 schratzinsel systemd[871]: Listening on Sound System.
Aug 01 21:21:43 schratzinsel systemd[871]: Listening on D-Bus User Message Bus Socket.
Aug 01 21:21:43 schratzinsel systemd[871]: Reached target Sockets.
Aug 01 21:21:43 schratzinsel systemd[871]: Reached target Basic System.
Aug 01 21:21:43 schratzinsel systemd[1]: Started User Manager for UID 1000.
Aug 01 21:21:43 schratzinsel systemd[871]: Starting Update XDG user dir configuration...
Aug 01 21:21:43 schratzinsel systemd[1]: Started Session 1 of User matze.
Aug 01 21:21:43 schratzinsel sddm-helper[869]: pam_env(sddm-autologin:session): deprecated reading of user environment enabled
Aug 01 21:21:43 schratzinsel systemd[871]: Finished Update XDG user dir configuration.
Aug 01 21:21:43 schratzinsel sddm-helper[869]: pam_kwallet5(sddm-autologin:session): pam_kwallet5: pam_sm_open_session
Aug 01 21:21:43 schratzinsel systemd[871]: Reached target Main User Target.
Aug 01 21:21:43 schratzinsel systemd[871]: Startup finished in 75ms.
Aug 01 21:21:43 schratzinsel sddm-helper[882]: pam_kwallet5: final socket path: /run/user/1000/kwallet5.socket
Aug 01 21:21:43 schratzinsel audit[869]: USER_START pid=869 uid=0 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env,pam_kwallet5 acct="matze" exe="/usr/lib/sddm/sddm-helper" hostname=? addr=? terminal=:0 res=success'
Aug 01 21:21:43 schratzinsel sddm-helper[869]: Starting: "/usr/share/sddm/scripts/Xsession \"/usr/bin/startplasma-x11\""
Aug 01 21:21:43 schratzinsel sddm-helper[884]: Adding cookie to "/home/matze/.Xauthority"
Aug 01 21:21:43 schratzinsel sddm[786]: Session started
Aug 01 21:21:43 schratzinsel systemd[871]: Started D-Bus User Message Bus.
Aug 01 21:21:44 schratzinsel dbus-daemon[893]: [session uid=1000 pid=893] Activating service name='org.kde.KSplash' requested by ':1.2' (uid=1000 pid=884 comm="/usr/bin/startplasma-x11 ")
Aug 01 21:21:44 schratzinsel systemd[871]: Reloading.
Aug 01 21:21:44 schratzinsel dbus-daemon[893]: [session uid=1000 pid=893] Successfully activated service 'org.kde.KSplash'
Aug 01 21:21:44 schratzinsel klauncher[926]: Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
Aug 01 21:21:44 schratzinsel kcminit_startup[930]: Initializing  "kcm_style" :  "kcminit_style"
Aug 01 21:21:44 schratzinsel kcminit_startup[930]: QDBusConnection: error: could not send signal to service "" path "//home/matze/.kde4/share/config/kdeglobals" interface "org.kde.kconfig.notify" member "ConfigChanged": Invalid object path: //home/matze/.kde4/share/config/kdeglobals
Aug 01 21:21:44 schratzinsel kcminit_startup[930]: Initializing  "kcm_mouse" :  "kcminit_mouse"
Aug 01 21:21:44 schratzinsel plasma_session[919]: org.kde.plasma.session: process job  "kcminit_startup" finished with exit code  0
Aug 01 21:21:44 schratzinsel kded5[940]: bluedevil: Created
Aug 01 21:21:44 schratzinsel dbus-daemon[893]: [session uid=1000 pid=893] Activating via systemd: service name='ca.desrt.dconf' unit='dconf.service' requested by ':1.9' (uid=1000 pid=940 comm="/usr/bin/kded5 ")
Aug 01 21:21:44 schratzinsel systemd[871]: Starting User preferences database...
Aug 01 21:21:44 schratzinsel dbus-daemon[893]: [session uid=1000 pid=893] Successfully activated service 'ca.desrt.dconf'
Aug 01 21:21:44 schratzinsel systemd[871]: Started User preferences database.
Aug 01 21:21:44 schratzinsel dbus-daemon[893]: [session uid=1000 pid=893] Activating via systemd: service name='org.kde.kglobalaccel' unit='plasma-kglobalaccel.service' requested by ':1.8' (uid=1000 pid=940 comm="/usr/bin/kded5 ")
Aug 01 21:21:44 schratzinsel systemd[871]: Created slice User Background Tasks Slice.
Aug 01 21:21:44 schratzinsel systemd[871]: Starting KDE Global Shortcuts Server...
Aug 01 21:21:44 schratzinsel dbus-daemon[893]: [session uid=1000 pid=893] Successfully activated service 'org.kde.kglobalaccel'
Aug 01 21:21:44 schratzinsel systemd[871]: Started KDE Global Shortcuts Server.
Aug 01 21:21:44 schratzinsel kwin_x11[944]: kwin_xkbcommon: XKB: /usr/share/X11/locale/en_US.UTF-8/Compose:5089:46: this compose sequence is a duplicate of another; skipping line
Aug 01 21:21:44 schratzinsel kwin_x11[944]: kwin_xkbcommon: XKB: /usr/share/X11/locale/en_US.UTF-8/Compose:5091:48: this compose sequence is a duplicate of another; skipping line
Aug 01 21:21:44 schratzinsel kwin_x11[944]: kwin_xkbcommon: XKB: /usr/share/X11/locale/en_US.UTF-8/Compose:5093:48: this compose sequence is a duplicate of another; skipping line
Aug 01 21:21:44 schratzinsel kwin_x11[944]: kwin_xkbcommon: XKB: /usr/share/X11/locale/en_US.UTF-8/Compose:5097:47: this compose sequence is a duplicate of another; skipping line
Aug 01 21:21:44 schratzinsel kwin_x11[944]: kwin_xkbcommon: XKB: /usr/share/X11/locale/en_US.UTF-8/Compose:5099:46: this compose sequence is a duplicate of another; skipping line
Aug 01 21:21:44 schratzinsel kwin_x11[944]: kwin_xkbcommon: XKB: /usr/share/X11/locale/en_US.UTF-8/Compose:5107:48: this compose sequence is a duplicate of another; skipping line
Aug 01 21:21:44 schratzinsel kwin_x11[944]: kwin_xkbcommon: XKB: /usr/share/X11/locale/en_US.UTF-8/Compose:5111:46: this compose sequence is a duplicate of another; skipping line
Aug 01 21:21:44 schratzinsel kwin_x11[944]: kwin_xkbcommon: XKB: /usr/share/X11/locale/en_US.UTF-8/Compose:5113:46: this compose sequence is a duplicate of another; skipping line
Aug 01 21:21:44 schratzinsel kwin_x11[944]: kwin_xkbcommon: XKB: /usr/share/X11/locale/en_US.UTF-8/Compose:5117:45: this compose sequence is a duplicate of another; skipping line
Aug 01 21:21:44 schratzinsel kwin_x11[944]: kwin_xkbcommon: XKB: /usr/share/X11/locale/en_US.UTF-8/Compose:5120:46: this compose sequence is a duplicate of another; skipping line
Aug 01 21:21:44 schratzinsel kwin_x11[944]: kwin_xkbcommon: XKB: Key "<MDSW>" added to modifier map for multiple modifiers; Using Mod3, ignoring Mod5
Aug 01 21:21:44 schratzinsel dbus-daemon[737]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.3' (uid=0 pid=738 comm="/usr/bin/NetworkManager --no-daemon ")
Aug 01 21:21:44 schratzinsel systemd[1]: Starting Authorization Manager...
Aug 01 21:21:44 schratzinsel kded5[940]: kcm_touchpad: Using X11 backend
Aug 01 21:21:44 schratzinsel polkitd[998]: Started polkitd version 0.119
Aug 01 21:21:44 schratzinsel kded5[940]: 
Aug 01 21:21:44 schratzinsel kded5[940]: QDBusConnection: name 'org.kde.kglobalaccel' had owner '' but we thought it was ':1.12'
Aug 01 21:21:44 schratzinsel polkitd[998]: Loading rules from directory /etc/polkit-1/rules.d
Aug 01 21:21:44 schratzinsel polkitd[998]: Loading rules from directory /usr/share/polkit-1/rules.d
Aug 01 21:21:44 schratzinsel polkitd[998]: Finished loading, compiling and executing 7 rules
Aug 01 21:21:44 schratzinsel dbus-daemon[737]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
Aug 01 21:21:44 schratzinsel systemd[1]: Started Authorization Manager.
Aug 01 21:21:44 schratzinsel polkitd[998]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Aug 01 21:21:44 schratzinsel audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:21:44 schratzinsel dbus-daemon[737]: [system] Activating via systemd: service name='org.freedesktop.ModemManager1' unit='dbus-org.freedesktop.ModemManager1.service' requested by ':1.16' (uid=1000 pid=940 comm="/usr/bin/kded5 ")
Aug 01 21:21:44 schratzinsel dbus-daemon[737]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.ModemManager1.service': Unit dbus-org.freedesktop.ModemManager1.service not found.
Aug 01 21:21:44 schratzinsel dbus-daemon[737]: [system] Activating via systemd: service name='org.freedesktop.ModemManager1' unit='dbus-org.freedesktop.ModemManager1.service' requested by ':1.16' (uid=1000 pid=940 comm="/usr/bin/kded5 ")
Aug 01 21:21:44 schratzinsel dbus-daemon[737]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.ModemManager1.service': Unit dbus-org.freedesktop.ModemManager1.service not found.
Aug 01 21:21:44 schratzinsel kded5[940]: kf.modemmanagerqt: Failed enumerating MM objects: "org.freedesktop.systemd1.NoSuchUnit" 
                                          "Unit dbus-org.freedesktop.ModemManager1.service not found."
Aug 01 21:21:44 schratzinsel kded5[940]: bluedevil: Bluetooth operational changed false
Aug 01 21:21:44 schratzinsel kded5[940]: bluedevil: ObexManager operational changed false
Aug 01 21:21:44 schratzinsel dbus-daemon[737]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service' requested by ':1.16' (uid=1000 pid=940 comm="/usr/bin/kded5 ")
Aug 01 21:21:44 schratzinsel dbus-daemon[893]: [session uid=1000 pid=893] Activating via systemd: service name='org.bluez.obex' unit='dbus-org.bluez.obex.service' requested by ':1.8' (uid=1000 pid=940 comm="/usr/bin/kded5 ")
Aug 01 21:21:44 schratzinsel dbus-daemon[893]: [session uid=1000 pid=893] Activating service name='org.kde.KScreen' requested by ':1.8' (uid=1000 pid=940 comm="/usr/bin/kded5 ")
Aug 01 21:21:44 schratzinsel systemd[1]: Condition check resulted in Bluetooth service being skipped.
Aug 01 21:21:44 schratzinsel systemd[871]: Starting Bluetooth OBEX service...
Aug 01 21:21:44 schratzinsel obexd[1017]: OBEX daemon 5.60
Aug 01 21:21:44 schratzinsel NetworkManager[738]: <info>  [1627845704.7298] agent-manager: agent[94e9047a01592faf,:1.16/org.kde.plasma.networkmanagement/1000]: agent registered
Aug 01 21:21:44 schratzinsel systemd[871]: Started Bluetooth OBEX service.
Aug 01 21:21:44 schratzinsel dbus-daemon[893]: [session uid=1000 pid=893] Successfully activated service 'org.bluez.obex'
Aug 01 21:21:44 schratzinsel ksmserver[997]: Qt: Session management error: networkIdsList argument is NULL
Aug 01 21:21:44 schratzinsel plasma_session[919]: org.kde.plasma.session: Starting autostart service  "/etc/xdg/autostart/polkit-kde-authentication-agent-1.desktop" ("/usr/lib/polkit-kde-authentication-agent-1")
Aug 01 21:21:44 schratzinsel kcminit_startup[930]: Initializing  "kded_touchpad" :  "kcminit_touchpad"
Aug 01 21:21:44 schratzinsel kcminit_startup[930]: kcm_touchpad: Using X11 backend
Aug 01 21:21:44 schratzinsel plasma_session[919]: org.kde.plasma.session: Starting autostart service  "/etc/xdg/autostart/pam_kwallet_init.desktop" ("/usr/lib/pam_kwallet_init")
Aug 01 21:21:44 schratzinsel plasma_session[919]: org.kde.plasma.session: Starting autostart service  "/etc/xdg/autostart/xembedsniproxy.desktop" ("/usr/bin/xembedsniproxy")
Aug 01 21:21:44 schratzinsel plasma_session[919]: org.kde.plasma.session: Starting autostart service  "/etc/xdg/autostart/kaccess.desktop" ("/usr/bin/kaccess")
Aug 01 21:21:44 schratzinsel plasma_session[919]: org.kde.plasma.session: Starting autostart service  "/etc/xdg/autostart/baloo_file.desktop" ("/usr/lib/baloo_file")
Aug 01 21:21:44 schratzinsel plasma_session[919]: org.kde.plasma.session: Starting autostart service  "/etc/xdg/autostart/org.kde.plasmashell.desktop" ("/usr/bin/plasmashell")
Aug 01 21:21:44 schratzinsel kaccess[1030]: Xlib XKB extension major= 1  minor= 0
Aug 01 21:21:44 schratzinsel dbus-daemon[737]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service' requested by ':1.20' (uid=1000 pid=1032 comm="/usr/lib/baloo_file ")
Aug 01 21:21:44 schratzinsel systemd[1]: Starting Disk Manager...
Aug 01 21:21:44 schratzinsel udisksd[1041]: udisks daemon version 2.9.2 starting
Aug 01 21:21:44 schratzinsel dbus-daemon[893]: [session uid=1000 pid=893] Successfully activated service 'org.kde.KScreen'
Aug 01 21:21:44 schratzinsel kscreen_backend_launcher[1016]: kscreen.xrandr: Connected output 445 to CRTC 441
Aug 01 21:21:44 schratzinsel kscreen_backend_launcher[1016]: kscreen.xcb.helper: Detected XRandR 1.6
Aug 01 21:21:44 schratzinsel kscreen_backend_launcher[1016]: kscreen.xcb.helper: Event Base:  89
Aug 01 21:21:44 schratzinsel kscreen_backend_launcher[1016]: kscreen.xcb.helper: Event Error:  147
Aug 01 21:21:44 schratzinsel dbus-daemon[737]: [system] Successfully activated service 'org.freedesktop.UDisks2'
Aug 01 21:21:44 schratzinsel systemd[1]: Started Disk Manager.
Aug 01 21:21:44 schratzinsel audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=udisks2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:21:44 schratzinsel dbus-daemon[737]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service' requested by ':1.20' (uid=1000 pid=1032 comm="/usr/lib/baloo_file ")
Aug 01 21:21:44 schratzinsel audit: BPF prog-id=25 op=LOAD
Aug 01 21:21:44 schratzinsel audit: BPF prog-id=26 op=LOAD
Aug 01 21:21:44 schratzinsel systemd[1]: Starting Daemon for power management...
Aug 01 21:21:44 schratzinsel plasma_session[919]: org.kde.plasma.session: Starting autostart service  "/etc/xdg/autostart/org.kde.kdeconnect.daemon.desktop" ("/usr/lib/kdeconnectd")
Aug 01 21:21:44 schratzinsel plasma_session[919]: org.kde.plasma.session: Starting autostart service  "/etc/xdg/autostart/pulseaudio.desktop" ("/usr/bin/start-pulseaudio-x11")
Aug 01 21:21:44 schratzinsel plasma_session[919]: org.kde.plasma.session: Starting autostart service  "/etc/xdg/autostart/gmenudbusmenuproxy.desktop" ("/usr/bin/gmenudbusmenuproxy")
Aug 01 21:21:44 schratzinsel polkit-kde-authentication-agent-1[1022]: New PolkitAgentListener  0x55d7dbebe600
Aug 01 21:21:44 schratzinsel polkit-kde-authentication-agent-1[1022]: Adding new listener  PolkitQt1::Agent::Listener(0x55d7dbf04120) for  0x55d7dbebe600
Aug 01 21:21:44 schratzinsel polkit-kde-authentication-agent-1[1022]: Listener online
Aug 01 21:21:44 schratzinsel polkitd[998]: Registered Authentication Agent for unix-session:1 (system bus name :1.23 [/usr/lib/polkit-kde-authentication-agent-1], object path /org/kde/PolicyKit1/AuthenticationAgent, locale de_DE.UTF-8)
Aug 01 21:21:44 schratzinsel polkit-kde-authentication-agent-1[1022]: Authentication agent result: true
Aug 01 21:21:44 schratzinsel kwalletd5[883]: kf.wallet.kwalletd: Wallet failed to get opened by PAM, error code is -9
Aug 01 21:21:44 schratzinsel systemd[871]: Created slice User Core Session Slice.
Aug 01 21:21:44 schratzinsel systemd[871]: Starting Sound Service...
Aug 01 21:21:44 schratzinsel dbus-daemon[737]: [system] Successfully activated service 'org.freedesktop.UPower'
Aug 01 21:21:44 schratzinsel systemd[1]: Started Daemon for power management.
Aug 01 21:21:44 schratzinsel audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=upower comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:21:44 schratzinsel dbus-daemon[737]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service' requested by ':1.24' (uid=1000 pid=1078 comm="/usr/bin/pulseaudio --daemonize=no --log-target=jo")
Aug 01 21:21:44 schratzinsel systemd[1]: Starting RealtimeKit Scheduling Policy Service...
Aug 01 21:21:44 schratzinsel dbus-daemon[737]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
Aug 01 21:21:44 schratzinsel systemd[1]: Started RealtimeKit Scheduling Policy Service.
Aug 01 21:21:44 schratzinsel audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=rtkit-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:21:44 schratzinsel rtkit-daemon[1079]: Successfully called chroot.
Aug 01 21:21:44 schratzinsel rtkit-daemon[1079]: Successfully dropped privileges.
Aug 01 21:21:44 schratzinsel rtkit-daemon[1079]: Successfully limited resources.
Aug 01 21:21:44 schratzinsel rtkit-daemon[1079]: Canary thread running.
Aug 01 21:21:44 schratzinsel rtkit-daemon[1079]: Watchdog thread running.
Aug 01 21:21:44 schratzinsel rtkit-daemon[1079]: Running.
Aug 01 21:21:44 schratzinsel rtkit-daemon[1079]: Successfully made thread 1078 of process 1078 owned by '1000' high priority at nice level -11.
Aug 01 21:21:44 schratzinsel rtkit-daemon[1079]: Supervising 1 threads of 1 processes of 1 users.
Aug 01 21:21:44 schratzinsel kded5[940]: kscreen.kded: PowerDevil SuspendSession action not available!
Aug 01 21:21:44 schratzinsel kscreen_backend_launcher[1016]: kscreen.xrandr: XRandR::setConfig
Aug 01 21:21:44 schratzinsel kscreen_backend_launcher[1016]: kscreen.xrandr: Requested screen size is QSize(1920, 1080)
Aug 01 21:21:44 schratzinsel kscreen_backend_launcher[1016]: kscreen.xrandr: Needed CRTCs:  1
Aug 01 21:21:44 schratzinsel kscreen_backend_launcher[1016]: kscreen.xrandr: Actions to perform: 
                                                                      Primary Output: false
Aug 01 21:21:44 schratzinsel kscreen_backend_launcher[1016]: kscreen.xrandr:         Change Screen Size: false
Aug 01 21:21:44 schratzinsel kscreen_backend_launcher[1016]: kscreen.xrandr:         Disable outputs: false
Aug 01 21:21:44 schratzinsel kscreen_backend_launcher[1016]: kscreen.xrandr:         Change outputs: true
Aug 01 21:21:44 schratzinsel kscreen_backend_launcher[1016]: kscreen.xrandr:                  (445)
Aug 01 21:21:44 schratzinsel kscreen_backend_launcher[1016]: kscreen.xrandr:         Enable outputs: false
Aug 01 21:21:44 schratzinsel kaccess[1030]: X server XKB extension major= 1  minor= 0
Aug 01 21:21:44 schratzinsel systemd[871]: Started ownCloud Desktop-Synchronisationsclient - Ordner-Synchronisation.
Aug 01 21:21:44 schratzinsel kscreen_backend_launcher[1016]: kscreen.xrandr: RRSetCrtcConfig (change output) 
                                                                      Output: 445 ( "DVI-D-0" ) 
                                                                      CRTC: 441 
                                                                      Pos: QPoint(0,0) 
                                                                      Mode: 446 KScreen::Mode(Id: "446" , Size: QSize(1920, 1080) @ 60 ) 
                                                                      Rotation: KScreen::Output::None
Aug 01 21:21:44 schratzinsel kscreen_backend_launcher[1016]: kscreen.xrandr:         Result:  0
Aug 01 21:21:44 schratzinsel kscreen_backend_launcher[1016]: kscreen.xrandr: XRandROutput 445 update 
                                                                      m_connected: 0 
                                                                      m_crtc XRandRCrtc(0x55dfbb4e73c0) 
                                                                      CRTC: 441 
                                                                      MODE: 446 
                                                                      Connection: 0 
                                                                      Primary: true
Aug 01 21:21:44 schratzinsel kscreen_backend_launcher[1016]: kscreen.xrandr: XRandR::setConfig done!
Aug 01 21:21:44 schratzinsel udisksd[1041]: Acquired the name org.freedesktop.UDisks2 on the system message bus
Aug 01 21:21:45 schratzinsel baloo_file[1032]: QDBusConnection: name 'org.freedesktop.UDisks2' had owner '' but we thought it was ':1.21'
Aug 01 21:21:45 schratzinsel systemd[871]: Started /usr/bin/firewall-applet.
Aug 01 21:21:45 schratzinsel dbus-daemon[893]: [session uid=1000 pid=893] Activating service name='org.freedesktop.Notifications' requested by ':1.25' (uid=1000 pid=1068 comm="/usr/lib/kdeconnectd ")
Aug 01 21:21:45 schratzinsel kded5[940]: bluedevil: ObexManager operational changed true
Aug 01 21:21:45 schratzinsel kded5[940]: bluedevil: ObexAgent registered
Aug 01 21:21:45 schratzinsel kwin_x11[944]: kwin_core: XCB error: 10 (BadAccess), sequence: 850, resource id: 466, major code: 142 (Composite), minor code: 2 (RedirectSubwindows)
Aug 01 21:21:45 schratzinsel kwin_x11[944]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 888, resource id: 10485765, major code: 18 (ChangeProperty), minor code: 0
Aug 01 21:21:45 schratzinsel kwin_x11[944]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 916, resource id: 25165831, major code: 18 (ChangeProperty), minor code: 0
Aug 01 21:21:45 schratzinsel kwin_x11[944]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 920, resource id: 25165832, major code: 18 (ChangeProperty), minor code: 0
Aug 01 21:21:45 schratzinsel kwin_x11[944]: kf.config.core: "\"fsrestore1\" - conversion of \"0,0,0,0\" to QRect failed"
Aug 01 21:21:45 schratzinsel kwin_x11[944]: kf.config.core: "\"fsrestore2\" - conversion of \"0,0,0,0\" to QRect failed"
Aug 01 21:21:45 schratzinsel dbus-daemon[893]: [session uid=1000 pid=893] Activating via systemd: service name='org.kde.ActivityManager' unit='plasma-kactivitymanagerd.service' requested by ':1.23' (uid=1000 pid=1034 comm="/usr/bin/plasmashell ")
Aug 01 21:21:45 schratzinsel systemd[871]: Starting KActivityManager Activity manager Service...
Aug 01 21:21:45 schratzinsel plasmashell[1034]: Aborting shell load: The activity manager daemon (kactivitymanagerd) is not running.
Aug 01 21:21:45 schratzinsel plasmashell[1034]: If this Plasma has been installed into a custom prefix, verify that its D-Bus services dir is known to the system for the daemon to be activatable.
Aug 01 21:21:45 schratzinsel dbus-daemon[893]: [session uid=1000 pid=893] Successfully activated service 'org.kde.ActivityManager'
Aug 01 21:21:45 schratzinsel systemd[871]: Started KActivityManager Activity manager Service.
Aug 01 21:21:45 schratzinsel kwin_x11[944]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 945, resource id: 48234500, major code: 18 (ChangeProperty), minor code: 0
Aug 01 21:21:45 schratzinsel kwin_x11[944]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 953, resource id: 48234501, major code: 18 (ChangeProperty), minor code: 0
Aug 01 21:21:45 schratzinsel plasmashell[1034]: Aborting shell load: The activity manager daemon (kactivitymanagerd) is not running.
Aug 01 21:21:45 schratzinsel plasmashell[1034]: If this Plasma has been installed into a custom prefix, verify that its D-Bus services dir is known to the system for the daemon to be activatable.
Aug 01 21:21:45 schratzinsel plasmashell[1034]: kf.plasma.quick: Applet preload policy set to 1
Aug 01 21:21:45 schratzinsel kded5[940]: Registering ":1.30/StatusNotifierItem" to system tray
Aug 01 21:21:45 schratzinsel kernel: usb 3-3: reset high-speed USB device number 3 using xhci_hcd
Aug 01 21:21:45 schratzinsel kwalletd5[883]: Application ' "ownCloud" ' using kwallet without parent window!
Aug 01 21:21:46 schratzinsel plasmashell[1034]: trying to show an empty dialog
Aug 01 21:21:46 schratzinsel plasmashell[1034]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/views/Desktop.qml:146:19: QML Loader: Binding loop detected for property "height"
Aug 01 21:21:46 schratzinsel plasmashell[1034]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/views/Desktop.qml:146:19: QML Loader: Binding loop detected for property "height"
Aug 01 21:21:46 schratzinsel plasmashell[1034]: qt.svg: <input>:406:376: Could not add child element to parent element because the types are incorrect.
Aug 01 21:21:46 schratzinsel plasmashell[1034]: qt.svg: <input>:407:130: Could not add child element to parent element because the types are incorrect.
Aug 01 21:21:46 schratzinsel plasmashell[1034]: qt.svg: <input>:408:130: Could not add child element to parent element because the types are incorrect.
Aug 01 21:21:46 schratzinsel plasmashell[1034]: qt.svg: <input>:408:393: Could not add child element to parent element because the types are incorrect.
Aug 01 21:21:46 schratzinsel plasmashell[1034]: qt.svg: <input>:409:130: Could not add child element to parent element because the types are incorrect.
Aug 01 21:21:46 schratzinsel plasmashell[1034]: qt.svg: <input>:410:129: Could not add child element to parent element because the types are incorrect.
Aug 01 21:21:46 schratzinsel plasmashell[1034]: qt.svg: <input>:411:129: Could not add child element to parent element because the types are incorrect.
Aug 01 21:21:46 schratzinsel plasmashell[1034]: qt.svg: <input>:412:129: Could not add child element to parent element because the types are incorrect.
Aug 01 21:21:46 schratzinsel plasmashell[1034]: qt.svg: <input>:413:129: Could not add child element to parent element because the types are incorrect.
Aug 01 21:21:46 schratzinsel plasmashell[1034]: qt.svg: <input>:413:379: Could not add child element to parent element because the types are incorrect.
Aug 01 21:21:46 schratzinsel plasmashell[1034]: qt.svg: <input>:413:631: Could not add child element to parent element because the types are incorrect.
Aug 01 21:21:46 schratzinsel plasmashell[1034]: Error: cannot change the containment to AppletsLayout
Aug 01 21:21:46 schratzinsel plasmashell[1034]: file:///usr/share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/ui/DigitalClock.qml:531:9: QML Label: Binding loop detected for property "height"
Aug 01 21:21:46 schratzinsel plasmashell[1034]: file:///usr/share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/ui/DigitalClock.qml:486:13: QML Label: Binding loop detected for property "height"
Aug 01 21:21:46 schratzinsel plasmashell[1034]: trying to show an empty dialog
Aug 01 21:21:46 schratzinsel plasmashell[1034]: file:///usr/share/plasma/plasmoids/org.kde.panel/contents/ui/main.qml:30:1: QML DropArea (parent or ancestor of QQuickLayoutAttached): Binding loop detected for property "minimumWidth"
Aug 01 21:21:46 schratzinsel plasmashell[1034]: file:///usr/share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/ui/DigitalClock.qml:486:13: QML Label: Binding loop detected for property "height"
Aug 01 21:21:46 schratzinsel plasmashell[1034]: file:///usr/share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/ui/DigitalClock.qml:531:9: QML Label: Binding loop detected for property "height"
Aug 01 21:21:46 schratzinsel plasmashell[1034]: file:///usr/share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/ui/DigitalClock.qml:553:5: QML Label: Binding loop detected for property "height"
Aug 01 21:21:46 schratzinsel plasmashell[1034]: trying to show an empty dialog
Aug 01 21:21:46 schratzinsel plasmashell[1034]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/views/Panel.qml:213: Error: Invalid write to global property "prefix"
Aug 01 21:21:46 schratzinsel plasmashell[1034]: Plasma Shell startup completed
Aug 01 21:21:46 schratzinsel plasmashell[1034]: Cyclic dependency detected between "file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/global/Globals.qml" and "file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationHeader.qml"
Aug 01 21:21:46 schratzinsel dbus-daemon[893]: [session uid=1000 pid=893] Successfully activated service 'org.freedesktop.Notifications'
Aug 01 21:21:46 schratzinsel plasmashell[1034]: libkcups: CUPS-Get-Printers last error: 0 successful-ok
Aug 01 21:21:46 schratzinsel plasmashell[1034]: libkcups: Create-Printer-Subscriptions last error: 0 successful-ok
Aug 01 21:21:46 schratzinsel plasmashell[1034]: libkcups: Get-Jobs last error: 0 successful-ok
Aug 01 21:21:46 schratzinsel plasmashell[1034]: libkcups: Get-Jobs last error: 0 successful-ok
Aug 01 21:21:46 schratzinsel kded5[940]: Registering "org.kde.StatusNotifierHost-1034" as system tray
Aug 01 21:21:46 schratzinsel plasmashell[1034]: file:///usr/share/plasma/plasmoids/org.kde.plasma.private.systemtray/contents/ui/main.qml:30:1: QML MouseArea (parent or ancestor of QQuickLayoutAttached): Binding loop detected for property "minimumWidth"
Aug 01 21:21:46 schratzinsel plasmashell[1034]: Both point size and pixel size set. Using pixel size.
Aug 01 21:21:46 schratzinsel plasmashell[1034]: file:///usr/share/plasma/plasmoids/org.kde.plasma.digitalclock/contents/ui/Tooltip.qml:66:9: QML GridLayout (parent or ancestor of QQuickLayoutAttached): Binding loop detected for property "minimumWidth"
Aug 01 21:21:46 schratzinsel plasmashell[1034]: Error: cannot change the containment to AppletsLayout
Aug 01 21:21:46 schratzinsel plasmashell[1034]: libkcups: 3 "Samsung_C1810_Series"
Aug 01 21:21:46 schratzinsel plasmashell[1034]: libkcups: 0
Aug 01 21:21:46 schratzinsel plasmashell[1034]: libkcups: 0
Aug 01 21:21:46 schratzinsel plasmashell[1034]: trying to show an empty dialog
Aug 01 21:21:46 schratzinsel plasmashell[1034]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/views/Desktop.qml:146:19: QML Loader: Binding loop detected for property "height"
Aug 01 21:21:46 schratzinsel plasmashell[1034]: file:///usr/share/plasma/shells/org.kde.plasma.desktop/contents/views/Desktop.qml:146:19: QML Loader: Binding loop detected for property "height"
Aug 01 21:21:47 schratzinsel plasmashell[1034]: QFont::setPointSizeF: Point size <= 0 (0.000000), must be greater than 0
Aug 01 21:21:47 schratzinsel plasma_session[919]: org.kde.plasma.session: Starting autostart service  "/etc/xdg/autostart/firewall-applet.desktop" ("/usr/bin/firewall-applet")
Aug 01 21:21:47 schratzinsel plasma_session[919]: org.kde.plasma.session: Starting autostart service  "/etc/xdg/autostart/snap-userd-autostart.desktop" ("/bin/snap", "userd", "--autostart")
Aug 01 21:21:47 schratzinsel plasma_session[919]: org.kde.plasma.session: Starting autostart service  "/etc/xdg/autostart/xapp-sn-watcher.desktop" ("/usr/lib/xapps/sn-watcher/xapp-sn-watcher")
Aug 01 21:21:47 schratzinsel plasma_session[919]: org.kde.plasma.session: Starting autostart service  "/etc/xdg/autostart/geoclue-demo-agent.desktop" ("/usr/lib/geoclue-2.0/demos/agent")
Aug 01 21:21:47 schratzinsel plasma_session[919]: org.kde.plasma.session: Starting autostart service  "/home/matze/.config/autostart/ownCloud.desktop" ("/usr/bin/owncloud")
Aug 01 21:21:47 schratzinsel plasma_session[919]: org.kde.plasma.session: Starting autostart service  "/etc/xdg/autostart/cadence-session-start.desktop" ("/usr/bin/cadence-session-start", "--maybe-system-start")
Aug 01 21:21:47 schratzinsel systemd[1]: systemd-rfkill.service: Deactivated successfully.
Aug 01 21:21:47 schratzinsel audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:21:47 schratzinsel kernel: kauditd_printk_skb: 49 callbacks suppressed
Aug 01 21:21:47 schratzinsel kernel: audit: type=1131 audit(1627845707.132:69): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:21:47 schratzinsel kwin_x11[944]: kwin_core: XCB error: 152 (BadDamage), sequence: 2306, resource id: 14680096, major code: 143 (DAMAGE), minor code: 2 (Destroy)
Aug 01 21:21:47 schratzinsel kwin_x11[944]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 2312, resource id: 4194328, major code: 18 (ChangeProperty), minor code: 0
Aug 01 21:21:47 schratzinsel wpa_supplicant[853]: wlo1: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=COUNTRY alpha2=DE
Aug 01 21:21:47 schratzinsel NetworkManager[738]: <info>  [1627845707.2494] policy: auto-activating connection 'Feenwald' (46077002-7fca-4d2b-802e-8539f1f00cb2)
Aug 01 21:21:47 schratzinsel NetworkManager[738]: <info>  [1627845707.2497] device (wlo1): Activation: starting connection 'Feenwald' (46077002-7fca-4d2b-802e-8539f1f00cb2)
Aug 01 21:21:47 schratzinsel NetworkManager[738]: <info>  [1627845707.2497] device (wlo1): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Aug 01 21:21:47 schratzinsel NetworkManager[738]: <info>  [1627845707.2498] manager: NetworkManager state is now CONNECTING
Aug 01 21:21:47 schratzinsel dhcpcd[744]: wlo1: old hardware address: 82:24:b9:0e:83:8d
Aug 01 21:21:47 schratzinsel dhcpcd[744]: wlo1: new hardware address: 70:9c:d1:3f:b5:c4
Aug 01 21:21:47 schratzinsel NetworkManager[738]: <info>  [1627845707.2507] device (wlo1): set-hw-addr: reset MAC address to 70:9C:D1:3F:B5:C4 (preserve)
Aug 01 21:21:47 schratzinsel NetworkManager[738]: <info>  [1627845707.2511] device (wlo1): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Aug 01 21:21:47 schratzinsel NetworkManager[738]: <info>  [1627845707.2512] device (wlo1): Activation: (wifi) access point 'Feenwald' has security, but secrets are required.
Aug 01 21:21:47 schratzinsel NetworkManager[738]: <info>  [1627845707.2512] device (wlo1): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
Aug 01 21:21:47 schratzinsel NetworkManager[738]: <info>  [1627845707.2512] sup-iface[40025404604d48ae,0,wlo1]: wps: type pbc start...
Aug 01 21:21:47 schratzinsel kded5[940]: plasma-nm: Unhandled active connection state change:  1
Aug 01 21:21:47 schratzinsel kded5[940]: plasma-nm: virtual NMVariantMapMap SecretAgent::GetSecrets(const NMVariantMapMap&, const QDBusObjectPath&, const QString&, const QStringList&, uint)
Aug 01 21:21:47 schratzinsel kded5[940]: plasma-nm: Path: "/org/freedesktop/NetworkManager/Settings/1"
Aug 01 21:21:47 schratzinsel kded5[940]: plasma-nm: Setting name: "802-11-wireless-security"
Aug 01 21:21:47 schratzinsel kded5[940]: plasma-nm: Hints: ()
Aug 01 21:21:47 schratzinsel kded5[940]: plasma-nm: Flags: 9
Aug 01 21:21:47 schratzinsel kded5[940]: plasma-nm: bool SecretAgent::processGetSecrets(SecretsRequest&) const Waiting for the wallet to open
Aug 01 21:21:47 schratzinsel dbus-daemon[893]: [session uid=1000 pid=893] Activating via systemd: service name='org.gtk.vfs.Daemon' unit='gvfs-daemon.service' requested by ':1.35' (uid=1000 pid=1161 comm="/usr/bin/python /usr/bin/firewall-applet ")
Aug 01 21:21:47 schratzinsel systemd[871]: Starting Virtual filesystem service...
Aug 01 21:21:47 schratzinsel dbus-daemon[893]: [session uid=1000 pid=893] Successfully activated service 'org.gtk.vfs.Daemon'
Aug 01 21:21:47 schratzinsel systemd[871]: Started Virtual filesystem service.
Aug 01 21:21:47 schratzinsel plasmashell[1034]: QFont::setPointSizeF: Point size <= 0 (0.000000), must be greater than 0
Aug 01 21:21:47 schratzinsel wpa_supplicant[853]: wlo1: WPS-PBC-ACTIVE
Aug 01 21:21:47 schratzinsel NetworkManager[738]: <info>  [1627845707.3095] device (wlo1): supplicant interface state: disconnected -> inactive
Aug 01 21:21:47 schratzinsel NetworkManager[738]: <info>  [1627845707.3095] device (p2p-dev-wlo1): supplicant management interface state: disconnected -> inactive
Aug 01 21:21:47 schratzinsel NetworkManager[738]: <info>  [1627845707.3145] device (wlo1): supplicant interface state: inactive -> scanning
Aug 01 21:21:47 schratzinsel NetworkManager[738]: <info>  [1627845707.3145] device (p2p-dev-wlo1): supplicant management interface state: inactive -> scanning
Aug 01 21:21:47 schratzinsel kwin_x11[944]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 2444, resource id: 4194309, major code: 18 (ChangeProperty), minor code: 0
Aug 01 21:21:47 schratzinsel kwin_x11[944]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 2457, resource id: 48234501, major code: 18 (ChangeProperty), minor code: 0
Aug 01 21:21:47 schratzinsel plasmashell[1034]: QFont::setPointSizeF: Point size <= 0 (0.000000), must be greater than 0
Aug 01 21:21:47 schratzinsel plasmashell[1034]: trying to show an empty dialog
Aug 01 21:21:47 schratzinsel plasmashell[1034]: kf.kio.widgets: Invalid url ""
Aug 01 21:21:47 schratzinsel plasmashell[1034]: kf.kio.widgets: Invalid url ""
Aug 01 21:21:47 schratzinsel plasmashell[1034]: kf.solid.frontend.devicemanager: Couldn't get StorageAccess for """" - File doesn't exist
Aug 01 21:21:47 schratzinsel pulseaudio[1078]: stat('/etc/pulse/default.pa.d'): Datei oder Verzeichnis nicht gefunden
Aug 01 21:21:47 schratzinsel systemd[871]: Started Sound Service.
Aug 01 21:21:48 schratzinsel snapd[740]: daemon.go:508: gracefully waiting for running hooks
Aug 01 21:21:48 schratzinsel snapd[740]: daemon.go:510: done waiting for running hooks
Aug 01 21:21:48 schratzinsel snapd[740]: daemon stop requested to wait for socket activation
Aug 01 21:21:48 schratzinsel systemd[1]: snapd.service: Deactivated successfully.
Aug 01 21:21:48 schratzinsel audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=snapd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:21:48 schratzinsel kernel: audit: type=1131 audit(1627845708.022:70): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=snapd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:21:48 schratzinsel kdeinit5[1250]: Qt: Session management error: networkIdsList argument is NULL
Aug 01 21:21:48 schratzinsel kwin_x11[944]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 2837, resource id: 54525957, major code: 18 (ChangeProperty), minor code: 0
Aug 01 21:21:50 schratzinsel NetworkManager[738]: <info>  [1627845710.6082] device (wlo1): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
Aug 01 21:21:50 schratzinsel NetworkManager[738]: <info>  [1627845710.6084] device (wlo1): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Aug 01 21:21:50 schratzinsel NetworkManager[738]: <info>  [1627845710.6085] device (wlo1): Activation: (wifi) connection 'Feenwald' has security, and secrets exist.  No new secrets needed.
Aug 01 21:21:50 schratzinsel NetworkManager[738]: <info>  [1627845710.6085] Config: added 'ssid' value 'Feenwald'
Aug 01 21:21:50 schratzinsel NetworkManager[738]: <info>  [1627845710.6086] Config: added 'scan_ssid' value '1'
Aug 01 21:21:50 schratzinsel NetworkManager[738]: <info>  [1627845710.6086] Config: added 'bgscan' value 'simple:30:-70:86400'
Aug 01 21:21:50 schratzinsel NetworkManager[738]: <info>  [1627845710.6086] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK'
Aug 01 21:21:50 schratzinsel NetworkManager[738]: <info>  [1627845710.6086] Config: added 'psk' value '<hidden>'
Aug 01 21:21:50 schratzinsel wpa_supplicant[853]: wlo1: SME: Trying to authenticate with dc:39:6f:49:1a:1e (SSID='Feenwald' freq=5300 MHz)
Aug 01 21:21:50 schratzinsel kernel: wlo1: authenticate with dc:39:6f:49:1a:1e
Aug 01 21:21:50 schratzinsel NetworkManager[738]: <info>  [1627845710.6173] device (wlo1): supplicant interface state: scanning -> authenticating
Aug 01 21:21:50 schratzinsel NetworkManager[738]: <info>  [1627845710.6173] device (p2p-dev-wlo1): supplicant management interface state: scanning -> authenticating
Aug 01 21:21:50 schratzinsel kernel: wlo1: send auth to dc:39:6f:49:1a:1e (try 1/3)
Aug 01 21:21:50 schratzinsel wpa_supplicant[853]: wlo1: Trying to associate with dc:39:6f:49:1a:1e (SSID='Feenwald' freq=5300 MHz)
Aug 01 21:21:50 schratzinsel NetworkManager[738]: <info>  [1627845710.6439] device (wlo1): supplicant interface state: authenticating -> associating
Aug 01 21:21:50 schratzinsel NetworkManager[738]: <info>  [1627845710.6439] device (p2p-dev-wlo1): supplicant management interface state: authenticating -> associating
Aug 01 21:21:50 schratzinsel kernel: wlo1: authenticated
Aug 01 21:21:50 schratzinsel kernel: wlo1: associate with dc:39:6f:49:1a:1e (try 1/3)
Aug 01 21:21:50 schratzinsel kernel: wlo1: RX AssocResp from dc:39:6f:49:1a:1e (capab=0x1511 status=0 aid=3)
Aug 01 21:21:50 schratzinsel wpa_supplicant[853]: wlo1: Associated with dc:39:6f:49:1a:1e
Aug 01 21:21:50 schratzinsel wpa_supplicant[853]: wlo1: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Aug 01 21:21:50 schratzinsel kernel: wlo1: associated
Aug 01 21:21:50 schratzinsel NetworkManager[738]: <info>  [1627845710.6569] device (wlo1): supplicant interface state: associating -> associated
Aug 01 21:21:50 schratzinsel NetworkManager[738]: <info>  [1627845710.6569] device (p2p-dev-wlo1): supplicant management interface state: associating -> associated
Aug 01 21:21:50 schratzinsel NetworkManager[738]: <info>  [1627845710.6659] device (wlo1): supplicant interface state: associated -> 4way_handshake
Aug 01 21:21:50 schratzinsel NetworkManager[738]: <info>  [1627845710.6659] device (p2p-dev-wlo1): supplicant management interface state: associated -> 4way_handshake
Aug 01 21:21:50 schratzinsel kernel: wlo1: Limiting TX power to 20 (23 - 3) dBm as advertised by dc:39:6f:49:1a:1e
Aug 01 21:21:50 schratzinsel wpa_supplicant[853]: wlo1: WPA: Key negotiation completed with dc:39:6f:49:1a:1e [PTK=CCMP GTK=CCMP]
Aug 01 21:21:50 schratzinsel wpa_supplicant[853]: wlo1: CTRL-EVENT-CONNECTED - Connection to dc:39:6f:49:1a:1e completed [id=0 id_str=]
Aug 01 21:21:50 schratzinsel dhcpcd[744]: wlo1: carrier acquired
Aug 01 21:21:50 schratzinsel dhcpcd[744]: wlo1: connected to Access Point: Feenwald
Aug 01 21:21:50 schratzinsel wpa_supplicant[853]: wlo1: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-67 noise=9999 txrate=26000
Aug 01 21:21:50 schratzinsel NetworkManager[738]: <info>  [1627845710.7843] device (wlo1): supplicant interface state: 4way_handshake -> completed
Aug 01 21:21:50 schratzinsel NetworkManager[738]: <info>  [1627845710.7843] device (wlo1): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "Feenwald"
Aug 01 21:21:50 schratzinsel NetworkManager[738]: <info>  [1627845710.7843] device (p2p-dev-wlo1): supplicant management interface state: 4way_handshake -> completed
Aug 01 21:21:50 schratzinsel NetworkManager[738]: <info>  [1627845710.7843] device (wlo1): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Aug 01 21:21:50 schratzinsel NetworkManager[738]: <info>  [1627845710.7845] dhcp4 (wlo1): activation: beginning transaction (timeout in 45 seconds)
Aug 01 21:21:50 schratzinsel dhcpcd[744]: wlo1: IAID d1:3f:b5:c4
Aug 01 21:21:50 schratzinsel dhcpcd[744]: wlo1: adding address fe80::c52:be6:c521:4310
Aug 01 21:21:50 schratzinsel NetworkManager[738]: <info>  [1627845710.7853] device (wlo1): ipv6: duplicate address check failed for the fe80::c52:be6:c521:4310/64 lft forever pref forever lifetime 9-0[4294967295,4294967295] dev 3 flags permanent,tentative src kernel address
Aug 01 21:21:50 schratzinsel kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlo1: link becomes ready
Aug 01 21:21:50 schratzinsel NetworkManager[738]: <info>  [1627845710.8266] dhcp4 (wlo1): state changed unknown -> bound, address=192.168.178.43
Aug 01 21:21:50 schratzinsel NetworkManager[738]: <info>  [1627845710.8276] device (wlo1): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Aug 01 21:21:50 schratzinsel NetworkManager[738]: <info>  [1627845710.8284] device (wlo1): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Aug 01 21:21:50 schratzinsel NetworkManager[738]: <info>  [1627845710.8284] device (wlo1): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Aug 01 21:21:50 schratzinsel NetworkManager[738]: <info>  [1627845710.8286] manager: NetworkManager state is now CONNECTED_LOCAL
Aug 01 21:21:50 schratzinsel NetworkManager[738]: <info>  [1627845710.8292] manager: NetworkManager state is now CONNECTED_SITE
Aug 01 21:21:50 schratzinsel NetworkManager[738]: <info>  [1627845710.8292] policy: set 'Feenwald' (wlo1) as default for IPv4 routing and DNS
Aug 01 21:21:50 schratzinsel NetworkManager[738]: <info>  [1627845710.8297] device (wlo1): Activation: successful, device activated.
Aug 01 21:21:50 schratzinsel dbus-daemon[737]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.3' (uid=0 pid=738 comm="/usr/bin/NetworkManager --no-daemon ")
Aug 01 21:21:50 schratzinsel NetworkManager[738]: <info>  [1627845710.8301] manager: startup complete
Aug 01 21:21:50 schratzinsel dbus-daemon[737]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Aug 01 21:21:50 schratzinsel kded5[940]: plasma-nm: Network connectivity limited, scheduling notification
Aug 01 21:21:50 schratzinsel plasmashell[1034]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationPopup.qml:116:15: QML QQuickItem: Binding loop detected for property "height"
Aug 01 21:21:50 schratzinsel plasmashell[1034]: file:///usr/share/plasma/plasmoids/org.kde.plasma.notifications/contents/ui/NotificationPopup.qml:116:15: QML QQuickItem: Binding loop detected for property "height"
Aug 01 21:21:50 schratzinsel NetworkManager[738]: <info>  [1627845710.9473] manager: NetworkManager state is now CONNECTED_GLOBAL
Aug 01 21:21:51 schratzinsel kwin_x11[944]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 4146, resource id: 10485841, major code: 15 (QueryTree), minor code: 0
Aug 01 21:21:51 schratzinsel dhcpcd[744]: wlo1: soliciting an IPv6 router
Aug 01 21:21:51 schratzinsel kernel: logitech-hidpp-device 0003:046D:406F.000B: HID++ 4.5 device connected.
Aug 01 21:21:51 schratzinsel upowerd[1060]: treating change event as add on /sys/devices/pci0000:00/0000:00:01.2/0000:02:00.0/usb1/1-1/1-1.1/1-1.1:1.2/0003:046D:C52B.0006/0003:046D:406F.000B/power_supply/hidpp_battery_0
Aug 01 21:21:51 schratzinsel dhcpcd[744]: wlo1: Router Advertisement from fe80::de39:6fff:fe49:1a1b
Aug 01 21:21:51 schratzinsel dhcpcd[744]: wlo1: adding address 2001:16b8:11a3:e100:857b:bd14:313d:1c35/64
Aug 01 21:21:51 schratzinsel NetworkManager[738]: <info>  [1627845711.9771] dhcp6 (wlo1): activation: beginning transaction (timeout in 45 seconds)
Aug 01 21:21:51 schratzinsel dhcpcd[744]: wlo1: adding route to 2001:16b8:11a3:e100::/64
Aug 01 21:21:51 schratzinsel NetworkManager[738]: <warn>  [1627845711.9771] device (wlo1): failure to start DHCPv6: failed to start client: Die Adresse wird bereits verwendet
Aug 01 21:21:51 schratzinsel dhcpcd[744]: wlo1: requesting DHCPv6 information
Aug 01 21:21:51 schratzinsel dhcpcd[744]: wlo1: adding default route via fe80::de39:6fff:fe49:1a1b
Aug 01 21:21:51 schratzinsel NetworkManager[738]: <info>  [1627845711.9775] policy: set 'Feenwald' (wlo1) as default for IPv6 routing and DNS
Aug 01 21:21:52 schratzinsel dhcpcd[744]: wlo1: rebinding lease of 192.168.178.60
Aug 01 21:21:52 schratzinsel dhcpcd[744]: wlo1: probing address 192.168.178.60/24
Aug 01 21:21:53 schratzinsel dhcpcd[744]: wlo1: REPLY6 received from fe80::de39:6fff:fe49:1a1b
Aug 01 21:21:53 schratzinsel dhcpcd[744]: wlo1: refresh in 86400 seconds
Aug 01 21:21:53 schratzinsel systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Aug 01 21:21:53 schratzinsel audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:21:53 schratzinsel kernel: audit: type=1131 audit(1627845713.115:71): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:21:53 schratzinsel systemd[871]: Started Firefox - Webbrowser.
Aug 01 21:21:53 schratzinsel kwin_x11[944]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 5846, resource id: 10485873, major code: 18 (ChangeProperty), minor code: 0
Aug 01 21:21:53 schratzinsel kwin_x11[944]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 5851, resource id: 10485874, major code: 18 (ChangeProperty), minor code: 0
Aug 01 21:21:53 schratzinsel plasmashell[1034]: file:///usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/Task.qml:381: Unable to assign [undefined] to QString
Aug 01 21:21:54 schratzinsel dbus-daemon[893]: [session uid=1000 pid=893] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.45' (uid=1000 pid=1328 comm="/usr/lib/firefox/firefox ")
Aug 01 21:21:54 schratzinsel systemd[871]: Starting Accessibility services bus...
Aug 01 21:21:54 schratzinsel dbus-daemon[893]: [session uid=1000 pid=893] Successfully activated service 'org.a11y.Bus'
Aug 01 21:21:54 schratzinsel systemd[871]: Started Accessibility services bus.
Aug 01 21:21:54 schratzinsel rtkit-daemon[1079]: Supervising 1 threads of 1 processes of 1 users.
Aug 01 21:21:54 schratzinsel rtkit-daemon[1079]: Supervising 1 threads of 1 processes of 1 users.
Aug 01 21:21:54 schratzinsel rtkit-daemon[1079]: Supervising 1 threads of 1 processes of 1 users.
Aug 01 21:21:54 schratzinsel rtkit-daemon[1079]: Supervising 1 threads of 1 processes of 1 users.
Aug 01 21:21:54 schratzinsel rtkit-daemon[1079]: Supervising 1 threads of 1 processes of 1 users.
Aug 01 21:21:54 schratzinsel rtkit-daemon[1079]: Supervising 1 threads of 1 processes of 1 users.
Aug 01 21:21:54 schratzinsel rtkit-daemon[1079]: Successfully made thread 1466 of process 1328 owned by '1000' RT at priority 10.
Aug 01 21:21:54 schratzinsel rtkit-daemon[1079]: Supervising 2 threads of 2 processes of 1 users.
Aug 01 21:21:55 schratzinsel rtkit-daemon[1079]: Supervising 2 threads of 2 processes of 1 users.
Aug 01 21:21:55 schratzinsel rtkit-daemon[1079]: Supervising 2 threads of 2 processes of 1 users.
Aug 01 21:21:55 schratzinsel rtkit-daemon[1079]: Supervising 2 threads of 2 processes of 1 users.
Aug 01 21:21:55 schratzinsel rtkit-daemon[1079]: Supervising 2 threads of 2 processes of 1 users.
Aug 01 21:21:55 schratzinsel rtkit-daemon[1079]: Supervising 2 threads of 2 processes of 1 users.
Aug 01 21:21:55 schratzinsel rtkit-daemon[1079]: Supervising 2 threads of 2 processes of 1 users.
Aug 01 21:21:56 schratzinsel kwin_x11[944]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 7762, resource id: 10485859, major code: 15 (QueryTree), minor code: 0
Aug 01 21:21:56 schratzinsel dhcpcd[744]: wlo1: pid 738 deleted default route via fe80::de39:6fff:fe49:1a1b
Aug 01 21:21:57 schratzinsel dhcpcd[744]: wlo1: leased 192.168.178.60 for 864000 seconds
Aug 01 21:21:57 schratzinsel dhcpcd[744]: wlo1: adding route to 192.168.178.0/24
Aug 01 21:21:57 schratzinsel dhcpcd[744]: wlo1: adding default route via 192.168.178.1
Aug 01 21:21:58 schratzinsel dbus-daemon[893]: [session uid=1000 pid=893] Activating via systemd: service name='org.kde.runners.baloo' unit='plasma-baloorunner.service' requested by ':1.23' (uid=1000 pid=1034 comm="/usr/bin/plasmashell ")
Aug 01 21:21:58 schratzinsel systemd[871]: Starting KRunner provider for baloo file indexer...
Aug 01 21:21:58 schratzinsel dbus-daemon[893]: [session uid=1000 pid=893] Successfully activated service 'org.kde.runners.baloo'
Aug 01 21:21:58 schratzinsel systemd[871]: Started KRunner provider for baloo file indexer.
Aug 01 21:21:59 schratzinsel plasmashell[1034]: libpng warning: iCCP: known incorrect sRGB profile
Aug 01 21:21:59 schratzinsel plasmashell[1034]: file:///usr/share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/RunnerResultsList.qml:63:9: Unable to assign [undefined] to int
Aug 01 21:21:59 schratzinsel plasmashell[1034]: file:///usr/share/plasma/plasmoids/org.kde.plasma.kicker/contents/ui/RunnerResultsList.qml:63:9: Unable to assign [undefined] to int
Aug 01 21:22:00 schratzinsel kwin_x11[944]: libpng warning: iCCP: known incorrect sRGB profile
Aug 01 21:22:00 schratzinsel plasmashell[1034]: libpng warning: iCCP: known incorrect sRGB profile
Aug 01 21:22:00 schratzinsel systemd[871]: Started NVIDIA X-Server-Einstellungen.
Aug 01 21:22:00 schratzinsel plasmashell[1034]: libpng warning: iCCP: known incorrect sRGB profile
Aug 01 21:22:00 schratzinsel at-spi-bus-launcher[1761]: dbus-daemon[1761]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=1000 pid=1755 comm="/usr/bin/nvidia-settings ")
Aug 01 21:22:00 schratzinsel at-spi-bus-launcher[1761]: dbus-daemon[1761]: Successfully activated service 'org.a11y.atspi.Registry'
Aug 01 21:22:00 schratzinsel at-spi-bus-launcher[1770]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Aug 01 21:22:00 schratzinsel plasmashell[1034]: libpng warning: iCCP: known incorrect sRGB profile
Aug 01 21:22:02 schratzinsel wpa_supplicant[853]: wlo1: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=-65 noise=9999 txrate=86700
Aug 01 21:22:09 schratzinsel dbus-daemon[737]: [system] Failed to activate service 'org.bluez': timed out (service_start_timeout=25000ms)
Aug 01 21:22:09 schratzinsel pulseaudio[1078]: GetManagedObjects() failed: org.freedesktop.DBus.Error.TimedOut: Failed to activate service 'org.bluez': timed out (service_start_timeout=25000ms)
Aug 01 21:22:09 schratzinsel kded5[940]: kf.bluezqt: PendingCall Error: "Failed to activate service 'org.bluez': timed out (service_start_timeout=25000ms)"
Aug 01 21:22:12 schratzinsel systemd-timesyncd[727]: Initial synchronization to time server [2001:418:3ff::53]:123 (2.arch.pool.ntp.org).
Aug 01 21:22:12 schratzinsel systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Aug 01 21:22:12 schratzinsel audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:22:12 schratzinsel kernel: audit: type=1131 audit(1627845732.566:72): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Aug 01 21:22:12 schratzinsel audit: BPF prog-id=23 op=UNLOAD
Aug 01 21:22:12 schratzinsel audit: BPF prog-id=22 op=UNLOAD
Aug 01 21:22:12 schratzinsel audit: BPF prog-id=21 op=UNLOAD
Aug 01 21:22:12 schratzinsel kernel: audit: type=1334 audit(1627845732.676:73): prog-id=23 op=UNLOAD
Aug 01 21:22:12 schratzinsel kernel: audit: type=1334 audit(1627845732.676:74): prog-id=22 op=UNLOAD
Aug 01 21:22:12 schratzinsel kernel: audit: type=1334 audit(1627845732.676:75): prog-id=21 op=UNLOAD
Aug 01 21:22:24 schratzinsel kwin_x11[944]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 16101, resource id: 71306196, major code: 15 (QueryTree), minor code: 0
Aug 01 21:22:26 schratzinsel systemd[871]: Started Dolphin - Dateiverwaltung.
Aug 01 21:22:26 schratzinsel plasmashell[1034]: file:///usr/share/plasma/plasmoids/org.kde.plasma.taskmanager/contents/ui/Task.qml:381: Unable to assign [undefined] to QString
Aug 01 21:22:26 schratzinsel kdeinit5[1877]: Qt: Session management error: networkIdsList argument is NULL
Aug 01 21:22:26 schratzinsel kdeinit5[1877]: Could not open input file:  "/home/matze/Videos/simplescreenrecorder-2021-05-18_12.07.59.webm"
Aug 01 21:22:26 schratzinsel kdeinit5[1877]: libpng warning: iCCP: known incorrect sRGB profile
Aug 01 21:22:31 schratzinsel dolphin[1857]: kf.coreaddons: Expected JSON property "X-KDE-Show-In-Submenu" to be a single string. but it is a bool
Aug 01 21:22:31 schratzinsel dolphin[1857]: Cannot initialize model with data QJsonObject() . missing: QJsonValue(string, "urls")
Aug 01 21:22:31 schratzinsel dolphin[1857]: kf.kio.widgets: The "ownCloudAction" plugin still installs the desktop file for plugin loading. Please use JSON metadata instead, see  KAbstractFileItemActionPlugin class docs for instructions.
Aug 01 21:22:34 schratzinsel kwin_x11[944]: kwin_core: XCB error: 152 (BadDamage), sequence: 19053, resource id: 14681514, major code: 143 (DAMAGE), minor code: 2 (Destroy)
Aug 01 21:22:34 schratzinsel kwin_x11[944]: kwin_core: XCB error: 3 (BadWindow), sequence: 19055, resource id: 75497490, major code: 129 (SHAPE), minor code: 6 (Input)
Aug 01 21:22:34 schratzinsel kwin_x11[944]: qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 19056, resource id: 75497490, major code: 2 (ChangeWindowAttributes), minor code: 0
Aug 01 21:22:35 schratzinsel dolphin[1857]: kf.coreaddons: Expected JSON property "X-KDE-Show-In-Submenu" to be a single string. but it is a bool
Aug 01 21:22:35 schratzinsel dolphin[1857]: kf.kio.widgets: The "ownCloudAction" plugin still installs the desktop file for plugin loading. Please use JSON metadata instead, see  KAbstractFileItemActionPlugin class docs for instructions.

Offline

#6 2021-08-01 20:57:13

seth
Member
Registered: 2012-09-03
Posts: 49,981

Re: Nvidia gpu not recognized after update

Aug 01 21:46:20 x kernel: NVRM: GPU 0000:05:00.0: RmInitAdapter failed! (0x26:0x56:1262)
Aug 01 21:46:20 x kernel: NVRM: GPU 0000:05:00.0: rm_init_adapter failed, device minor number 0
Aug 01 21:46:20 x kernel: NVRM: GPU 0000:05:00.0: RmInitAdapter failed! (0x26:0x56:1262)
Aug 01 21:46:20 x kernel: NVRM: GPU 0000:05:00.0: rm_init_adapter failed, device minor number 0

Does the GPU responds to "nvidia-smi"?
Is the "pcie_aspm" parameter already a mitigating effort?
If so, please try the main kernel instead of lts and see https://wiki.archlinux.org/title/NVIDIA … de_setting to enforce drm and https://wiki.archlinux.org/title/Kernel … _KMS_start
(The latter would esp. matter if subsequent re/starts of the X11 server find the GPU)



@pisauraxtx, you're not facing the same issue.
There're no driver errors whatsoever and a "BenQ RL2450H" output is detected - from the symptom description, forementioned early KMS (required modules in the 1st link) might help, though.
If not, please open a new thread about your problem.

Offline

#7 2021-08-01 22:34:03

archelvetic
Member
Registered: 2017-10-26
Posts: 43

Re: Nvidia gpu not recognized after update

seth wrote:

Does the GPU responds to "nvidia-smi"?

nvidia-smi returns

No devices were found
seth wrote:

Is the "pcie_aspm" parameter already a mitigating effort?

Could you please elaborate on the "pcie_asm....if so" parameter?

Offline

#8 2021-08-02 06:07:35

seth
Member
Registered: 2012-09-03
Posts: 49,981

Re: Nvidia gpu not recognized after update

Why did you add it? If it wasn't to deal with this particular situation, see what happens if you remove it again.

No devices were found

Bad, it's probably not the late kms situation then.

Offline

#9 2021-08-02 09:12:54

archelvetic
Member
Registered: 2017-10-26
Posts: 43

Re: Nvidia gpu not recognized after update

I edited the grub entry on boot as follows:

TAB
e

deleted

pcie_asm=off

and finally boot

F10

Nvidia-smi still displays "No devices were found".

New xorg.log ~500ln: http://ix.io/3uM5

Should I prepare to restore the backup, write down what's necessary in order to downgrade the necessary nvidia drivers on the updated system?

Thank you for your time seth

Offline

#10 2021-08-02 12:00:13

seth
Member
Registered: 2012-09-03
Posts: 49,981

Re: Nvidia gpu not recognized after update

I'd first check the behavior w/ the non-lts kernel.
Do you use any power management tools (TLP etc.)?
Can you wake the GPU w/ bbswitch or acpi_call, https://wiki.archlinux.org/title/Hybrid … screte_GPU ?

Offline

#11 2021-08-04 09:53:59

archelvetic
Member
Registered: 2017-10-26
Posts: 43

Re: Nvidia gpu not recognized after update

@seth Thank you again.

I read about acpi_call, though didn't find anything about "activating" a GPU (arch docu focuses on disabling a gpu).

Changed to non-lts & pacman updated the system without success/change.

non-lts xorg excerpt:

..
[    12.242] 	Module class: X.Org Server Extension
[    12.242] (II) NVIDIA GLX Module  470.57.02  Tue Jul 13 16:10:58 UTC 2021
[    12.245] (II) NVIDIA: The X server supports PRIME Render Offload.
[    13.649] (EE) NVIDIA(GPU-0): Failed to initialize the NVIDIA GPU at PCI:5:0:0.  Please
[    13.649] (EE) NVIDIA(GPU-0):     check your system's kernel log for additional error
[    13.649] (EE) NVIDIA(GPU-0):     messages and refer to Chapter 8: Common Problems in the
[    13.649] (EE) NVIDIA(GPU-0):     README for additional information.
[    13.649] (EE) NVIDIA(GPU-0): Failed to initialize the NVIDIA graphics device!
[    13.649] (EE) NVIDIA(G0): Failing initialization of X screen
..

non-lts xorg.log: http://ix.io/3uY5

non-lts journalctl: http://ix.io/3uY3

Anymore ideas? I appreciate it much

Offline

#12 2021-08-04 11:17:36

seth
Member
Registered: 2012-09-03
Posts: 49,981

Re: Nvidia gpu not recognized after update

Same problem

Aug 04 10:52:28 x kernel: NVRM: GPU 0000:05:00.0: RmInitAdapter failed! (0x26:0x56:1262)
Aug 04 10:52:28 x kernel: NVRM: GPU 0000:05:00.0: rm_init_adapter failed, device minor number 0
Aug 04 10:52:28 x kernel: NVRM: GPU 0000:05:00.0: RmInitAdapter failed! (0x26:0x56:1262)
Aug 04 10:52:28 x kernel: NVRM: GPU 0000:05:00.0: rm_init_adapter failed, device minor number 0

For acpi_call,  try *_ON isntead of *_OFF

Other things to try are
1. completely different sw stack (live distro) to ensure the HW is ok
2. nouveau instead of nvidia
3. 460xx nvida driver from the ALA, https://bbs.archlinux.org/viewtopic.php … 6#p1968236 (we had a mess w/ 465xx before…)

Offline

#13 2021-08-04 12:09:00

archelvetic
Member
Registered: 2017-10-26
Posts: 43

Re: Nvidia gpu not recognized after update

seth wrote:

to ensure the HW is ok

Everything works fine if I restore the system back it's state before this update, thus I assume the HW must be ok.

In any case, awesome effort from you, thank you so much.

Will now try _*ON and driver downgrading.

$ lspci -k | grep -A 2 -E "(NVIDIA)"
05:00.0 VGA compatible controller: NVIDIA Corporation GP104 [GeForce GTX 1080] (rev a1)
        Subsystem: NVIDIA Corporation GP104 [GeForce GTX 1080]
        Kernel driver in use: nvidia
        Kernel modules: nouveau, nvidia_drm, nvidia
05:00.1 Audio device: NVIDIA Corporation GP104 High Definition Audio Controller (rev a1)
        Subsystem: NVIDIA Corporation Device 1b80
        Kernel driver in use: snd_hda_intel
        Kernel modules: snd_hda_intel

Last edited by archelvetic (2021-08-04 12:16:24)

Offline

Board footer

Powered by FluxBB