You are not logged in.
Pages: 1
After booting my system leaves me at a black screen with a cursor in the top left corner instead of greeting me with the lightdm login. I've been trying to solve this on my own, but haven't had any success. I started by opening a tty terminal and looking at
$ systemctl status lightdm
● lightdm.service - Light Display Manager
Loaded: loaded (/usr/lib/systemd/system/lightdm.service; enabled; preset: disabled)
Active: active (running) since Tue 2025-12-16 00:06:34 EST; 26min ago
Invocation: 1248c5150f174d038c3b818a5aa455e4
Docs: man:lightdm(1)
Main PID: 567 (lightdm)
Tasks: 7 (limit: 76395)
Memory: 111.6M (peak: 121.5M)
CPU: 831ms
CGroup: /system.slice/lightdm.service
├─567 /usr/bin/lightdm
├─598 /usr/lib/Xorg :0 -seat seat0 -auth /run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch
└─818 lightdm --session-child 13 20
Dec 16 00:06:34 skynet systemd[1]: Starting Light Display Manager...
Dec 16 00:06:34 skynet systemd[1]: Started Light Display Manager.
Dec 16 00:06:35 skynet lightdm[637]: pam_unix(lightdm-greeter:session): session opened for user lightdm(uid=970) by (uid=0)and everything seemed to look okay with that. Next I looked at my /var/log/Xorg.0.log file, here's short output and full file
$ cat /var/log/Xorg.0.log | grep EE
[ 5.104] Current Operating System: Linux skynet 6.17.9-arch1-1 #1 SMP PREEMPT_DYNAMIC Mon, 24 Nov 2025 15:21:09 +0000 x86_64
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 5.311] (II) Initializing extension MIT-SCREEN-SAVER
[ 5.700] (II) XINPUT: Adding extended input device "Wacom Pen and multitouch sensor Finger" (type: TOUCHSCREEN, id 11)Full file
[ 5.104]
X.Org X Server 1.21.1.21
X Protocol Version 11, Revision 0
[ 5.104] Current Operating System: Linux skynet 6.17.9-arch1-1 #1 SMP PREEMPT_DYNAMIC Mon, 24 Nov 2025 15:21:09 +0000 x86_64
[ 5.104] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=6ad88d6e-0c6d-4738-be74-67829c639804 rw loglevel=3 quiet
[ 5.104]
[ 5.104] Current version of pixman: 0.46.4
[ 5.104] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 5.104] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 5.104] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Dec 16 00:06:34 2025
[ 5.105] (==) Using config file: "/etc/X11/xorg.conf"
[ 5.105] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 5.106] (==) ServerLayout "Layout0"
[ 5.106] (**) |-->Screen "Screen0" (0)
[ 5.106] (**) | |-->Monitor "Monitor0"
[ 5.106] (**) | |-->Device "Device0"
[ 5.106] (**) |-->Input Device "Keyboard0"
[ 5.106] (**) |-->Input Device "Mouse0"
[ 5.106] (**) Allowing byte-swapped clients
[ 5.106] (==) Automatically adding devices
[ 5.106] (==) Automatically enabling devices
[ 5.106] (==) Automatically adding GPU devices
[ 5.106] (==) Automatically binding GPU devices
[ 5.106] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 5.107] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 5.107] Entry deleted from font path.
[ 5.108] (==) FontPath set to:
/usr/share/fonts/misc,
/usr/share/fonts/TTF,
/usr/share/fonts/OTF,
/usr/share/fonts/100dpi,
/usr/share/fonts/75dpi
[ 5.108] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 5.108] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[ 5.108] (WW) Disabling Keyboard0
[ 5.108] (WW) Disabling Mouse0
[ 5.108] (II) Module ABI versions:
[ 5.108] X.Org ANSI C Emulation: 0.4
[ 5.108] X.Org Video Driver: 25.2
[ 5.108] X.Org XInput driver : 24.4
[ 5.108] X.Org Server Extension : 10.0
[ 5.108] (++) using VT number 7
[ 5.108] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 5.109] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 5.109] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0
[ 5.110] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 5.110] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card1
[ 5.121] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[ 5.122] (--) PCI:*(0@0:2:0) 8086:3e9b:17aa:2297 rev 2, Mem @ 0x6040000000/16777216, 0x4000000000/268435456, I/O @ 0x00003000/64, BIOS @ 0x????????/131072
[ 5.122] (--) PCI: (1@0:0:0) 10de:1f36:17aa:2296 rev 161, Mem @ 0xcd000000/16777216, 0xa0000000/268435456, 0xb0000000/33554432, I/O @ 0x00002000/128, BIOS @ 0x????????/524288
[ 5.122] (II) LoadModule: "glx"
[ 5.123] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 5.127] (II) Module glx: vendor="X.Org Foundation"
[ 5.127] compiled for 1.21.1.21, module version = 1.0.0
[ 5.127] ABI class: X.Org Server Extension, version 10.0
[ 5.128] (II) LoadModule: "nvidia"
[ 5.128] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 5.130] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 5.130] compiled for 1.6.99.901, module version = 1.0.0
[ 5.130] Module class: X.Org Video Driver
[ 5.131] (II) NVIDIA dlloader X Driver 580.105.08 Wed Oct 29 22:16:45 UTC 2025
[ 5.131] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 5.139] (II) Loading sub module "fb"
[ 5.139] (II) LoadModule: "fb"
[ 5.139] (II) Module "fb" already built-in
[ 5.139] (II) Loading sub module "wfb"
[ 5.139] (II) LoadModule: "wfb"
[ 5.140] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 5.140] (II) Module wfb: vendor="X.Org Foundation"
[ 5.140] compiled for 1.21.1.21, module version = 1.0.0
[ 5.140] ABI class: X.Org ANSI C Emulation, version 0.4
[ 5.141] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
[ 5.141] (==) NVIDIA(0): RGB weight 888
[ 5.141] (==) NVIDIA(0): Default visual is TrueColor
[ 5.141] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
[ 5.142] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[ 5.142] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration"
[ 5.142] (**) NVIDIA(0): Enabling 2D acceleration
[ 5.142] (II) Loading sub module "glxserver_nvidia"
[ 5.142] (II) LoadModule: "glxserver_nvidia"
[ 5.142] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[ 5.224] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[ 5.224] compiled for 1.6.99.901, module version = 1.0.0
[ 5.224] Module class: X.Org Server Extension
[ 5.224] (II) NVIDIA GLX Module 580.105.08 Wed Oct 29 22:17:01 UTC 2025
[ 5.225] (II) NVIDIA: The X server supports PRIME Render Offload.
[ 5.227] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[ 5.227] (--) NVIDIA(0): DFP-0
[ 5.227] (--) NVIDIA(0): DFP-1
[ 5.227] (--) NVIDIA(0): DFP-2
[ 5.239] (II) NVIDIA(0): NVIDIA GPU Quadro RTX 3000 (TU106GL-A) at PCI:1:0:0 (GPU-0)
[ 5.239] (--) NVIDIA(0): Memory: 6291456 kBytes
[ 5.239] (--) NVIDIA(0): VideoBIOS: 90.06.47.00.0a
[ 5.239] (II) NVIDIA(0): Detected PCI Express Link width: 16X
[ 5.239] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 5.240] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 5.240] (--) NVIDIA(GPU-0): DFP-0: 2660.0 MHz maximum pixel clock
[ 5.240] (--) NVIDIA(GPU-0):
[ 5.240] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 5.240] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 5.240] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 5.240] (--) NVIDIA(GPU-0):
[ 5.240] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 5.240] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[ 5.240] (--) NVIDIA(GPU-0): DFP-2: 2660.0 MHz maximum pixel clock
[ 5.240] (--) NVIDIA(GPU-0):
[ 5.240] (==) NVIDIA(0):
[ 5.240] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
[ 5.240] (==) NVIDIA(0): will be used as the requested mode.
[ 5.240] (==) NVIDIA(0):
[ 5.240] (--) NVIDIA(0): No enabled display devices found; starting anyway because
[ 5.240] (--) NVIDIA(0): AllowEmptyInitialConfiguration is enabled
[ 5.244] (II) NVIDIA(0): Validated MetaModes:
[ 5.244] (II) NVIDIA(0): "NULL"
[ 5.244] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480
[ 5.244] (WW) NVIDIA(0): Unable to get display device for DPI computation.
[ 5.244] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
[ 5.245] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[ 5.245] (II) NVIDIA: access.
[ 5.257] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 5.257] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
[ 5.257] (II) NVIDIA(0): configuration option may not be set correctly. When the
[ 5.257] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
[ 5.257] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
[ 5.257] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
[ 5.257] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
[ 5.257] (II) NVIDIA(0): Config Options in the README.
[ 5.275] (II) NVIDIA(0): Setting mode "NULL"
[ 5.309] (==) NVIDIA(0): Disabling shared memory pixmaps
[ 5.309] (==) NVIDIA(0): Backing store enabled
[ 5.309] (==) NVIDIA(0): Silken mouse enabled
[ 5.310] (**) NVIDIA(0): DPMS enabled
[ 5.310] (II) Loading sub module "dri2"
[ 5.310] (II) LoadModule: "dri2"
[ 5.310] (II) Module "dri2" already built-in
[ 5.310] (II) NVIDIA(0): [DRI2] Setup complete
[ 5.310] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
[ 5.310] (II) Initializing extension Generic Event Extension
[ 5.310] (II) Initializing extension SHAPE
[ 5.310] (II) Initializing extension MIT-SHM
[ 5.310] (II) Initializing extension XInputExtension
[ 5.311] (II) Initializing extension XTEST
[ 5.311] (II) Initializing extension BIG-REQUESTS
[ 5.311] (II) Initializing extension SYNC
[ 5.311] (II) Initializing extension XKEYBOARD
[ 5.311] (II) Initializing extension XC-MISC
[ 5.311] (II) Initializing extension SECURITY
[ 5.311] (II) Initializing extension XFIXES
[ 5.311] (II) Initializing extension RENDER
[ 5.311] (II) Initializing extension RANDR
[ 5.311] (II) Initializing extension COMPOSITE
[ 5.311] (II) Initializing extension DAMAGE
[ 5.311] (II) Initializing extension MIT-SCREEN-SAVER
[ 5.311] (II) Initializing extension DOUBLE-BUFFER
[ 5.311] (II) Initializing extension RECORD
[ 5.312] (II) Initializing extension DPMS
[ 5.312] (II) Initializing extension Present
[ 5.312] (II) Initializing extension DRI3
[ 5.312] (II) Initializing extension X-Resource
[ 5.312] (II) Initializing extension XVideo
[ 5.312] (II) Initializing extension XVideo-MotionCompensation
[ 5.312] (II) Initializing extension GLX
[ 5.312] (II) Initializing extension GLX
[ 5.312] (II) Indirect GLX disabled.
[ 5.312] (II) GLX: Another vendor is already registered for screen 0
[ 5.312] (II) Initializing extension XFree86-VidModeExtension
[ 5.312] (II) Initializing extension XFree86-DGA
[ 5.312] (II) Initializing extension XFree86-DRI
[ 5.312] (II) Initializing extension DRI2
[ 5.312] (II) Initializing extension NV-GLX
[ 5.312] (II) Initializing extension NV-CONTROL
[ 5.427] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 5.427] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 5.427] (II) LoadModule: "libinput"
[ 5.427] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 5.431] (II) Module libinput: vendor="X.Org Foundation"
[ 5.431] compiled for 1.21.1.13, module version = 1.5.0
[ 5.431] Module class: X.Org XInput Driver
[ 5.431] ABI class: X.Org XInput driver, version 24.4
[ 5.431] (II) Using input driver 'libinput' for 'Power Button'
[ 5.431] (**) Power Button: always reports core events
[ 5.431] (**) Option "Device" "/dev/input/event2"
[ 5.434] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 5.434] (II) event2 - Power Button: device is a keyboard
[ 5.434] (II) event2 - Power Button: device removed
[ 5.447] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[ 5.447] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 5.447] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 5.447] (II) event2 - Power Button: device is a keyboard
[ 5.448] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[ 5.448] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 5.448] (II) Using input driver 'libinput' for 'Video Bus'
[ 5.448] (**) Video Bus: always reports core events
[ 5.448] (**) Option "Device" "/dev/input/event5"
[ 5.448] (II) event5 - Video Bus: is tagged by udev as: Keyboard
[ 5.448] (II) event5 - Video Bus: device is a keyboard
[ 5.448] (II) event5 - Video Bus: device removed
[ 5.472] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input6/event5"
[ 5.472] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 5.472] (II) event5 - Video Bus: is tagged by udev as: Keyboard
[ 5.472] (II) event5 - Video Bus: device is a keyboard
[ 5.473] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[ 5.473] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 5.473] (II) Using input driver 'libinput' for 'Video Bus'
[ 5.473] (**) Video Bus: always reports core events
[ 5.473] (**) Option "Device" "/dev/input/event4"
[ 5.474] (II) event4 - Video Bus: is tagged by udev as: Keyboard
[ 5.474] (II) event4 - Video Bus: device is a keyboard
[ 5.474] (II) event4 - Video Bus: device removed
[ 5.491] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input5/event4"
[ 5.491] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[ 5.492] (II) event4 - Video Bus: is tagged by udev as: Keyboard
[ 5.492] (II) event4 - Video Bus: device is a keyboard
[ 5.492] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[ 5.492] (II) No input driver specified, ignoring this device.
[ 5.492] (II) This device may have been added with another device file.
[ 5.492] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[ 5.492] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 5.492] (II) Using input driver 'libinput' for 'Sleep Button'
[ 5.492] (**) Sleep Button: always reports core events
[ 5.492] (**) Option "Device" "/dev/input/event0"
[ 5.493] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 5.493] (II) event0 - Sleep Button: device is a keyboard
[ 5.493] (II) event0 - Sleep Button: device removed
[ 5.503] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[ 5.503] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[ 5.503] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 5.503] (II) event0 - Sleep Button: device is a keyboard
[ 5.504] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event10)
[ 5.504] (II) No input driver specified, ignoring this device.
[ 5.504] (II) This device may have been added with another device file.
[ 5.504] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event11)
[ 5.504] (II) No input driver specified, ignoring this device.
[ 5.504] (II) This device may have been added with another device file.
[ 5.505] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event12)
[ 5.505] (II) No input driver specified, ignoring this device.
[ 5.505] (II) This device may have been added with another device file.
[ 5.505] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event13)
[ 5.505] (II) No input driver specified, ignoring this device.
[ 5.505] (II) This device may have been added with another device file.
[ 5.506] (II) config/udev: Adding input device Wacom Pen and multitouch sensor Pen (/dev/input/event6)
[ 5.506] (**) Wacom Pen and multitouch sensor Pen: Applying InputClass "libinput tablet catchall"
[ 5.506] (II) Using input driver 'libinput' for 'Wacom Pen and multitouch sensor Pen'
[ 5.506] (**) Wacom Pen and multitouch sensor Pen: always reports core events
[ 5.506] (**) Option "Device" "/dev/input/event6"
[ 5.557] (II) event6 - Wacom Pen and multitouch sensor Pen: is tagged by udev as: Tablet
[ 5.585] (II) event6 - Wacom Pen and multitouch sensor Pen: device is a tablet
[ 5.585] (II) event6 - Wacom Pen and multitouch sensor Pen: device removed
[ 5.602] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.0/0003:056A:51E9.0001/input/input12/event6"
[ 5.602] (II) XINPUT: Adding extended input device "Wacom Pen and multitouch sensor Pen" (type: TABLET, id 10)
[ 5.654] (II) event6 - Wacom Pen and multitouch sensor Pen: is tagged by udev as: Tablet
[ 5.669] (II) event6 - Wacom Pen and multitouch sensor Pen: device is a tablet
[ 5.669] (II) config/udev: Adding input device Wacom Pen and multitouch sensor Pen (/dev/input/mouse0)
[ 5.669] (II) No input driver specified, ignoring this device.
[ 5.669] (II) This device may have been added with another device file.
[ 5.670] (II) config/udev: Adding input device Wacom Pen and multitouch sensor Finger (/dev/input/event7)
[ 5.670] (**) Wacom Pen and multitouch sensor Finger: Applying InputClass "libinput touchscreen catchall"
[ 5.670] (**) Wacom Pen and multitouch sensor Finger: Applying InputClass "libinput tablet catchall"
[ 5.670] (II) Using input driver 'libinput' for 'Wacom Pen and multitouch sensor Finger'
[ 5.670] (**) Wacom Pen and multitouch sensor Finger: always reports core events
[ 5.670] (**) Option "Device" "/dev/input/event7"
[ 5.671] (II) event7 - Wacom Pen and multitouch sensor Finger: is tagged by udev as: Touchscreen Tablet
[ 5.671] (II) event7 - Wacom Pen and multitouch sensor Finger: device is a touch device
[ 5.671] (II) event7 - Wacom Pen and multitouch sensor Finger: device removed
[ 5.700] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.0/0003:056A:51E9.0001/input/input13/event7"
[ 5.700] (II) XINPUT: Adding extended input device "Wacom Pen and multitouch sensor Finger" (type: TOUCHSCREEN, id 11)
[ 5.700] (**) Option "AccelerationScheme" "none"
[ 5.700] (**) Wacom Pen and multitouch sensor Finger: (accel) selected scheme none/0
[ 5.700] (**) Wacom Pen and multitouch sensor Finger: (accel) acceleration factor: 2.000
[ 5.700] (**) Wacom Pen and multitouch sensor Finger: (accel) acceleration threshold: 4
[ 5.701] (II) event7 - Wacom Pen and multitouch sensor Finger: is tagged by udev as: Touchscreen Tablet
[ 5.701] (II) event7 - Wacom Pen and multitouch sensor Finger: device is a touch device
[ 5.702] (II) config/udev: Adding input device Wacom Pen and multitouch sensor Finger (/dev/input/mouse1)
[ 5.702] (II) No input driver specified, ignoring this device.
[ 5.702] (II) This device may have been added with another device file.
[ 5.703] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event14)
[ 5.703] (II) No input driver specified, ignoring this device.
[ 5.703] (II) This device may have been added with another device file.
[ 5.703] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event15)
[ 5.703] (II) No input driver specified, ignoring this device.
[ 5.703] (II) This device may have been added with another device file.
[ 5.704] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event16)
[ 5.704] (II) No input driver specified, ignoring this device.
[ 5.704] (II) This device may have been added with another device file.
[ 5.704] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event17)
[ 5.704] (II) No input driver specified, ignoring this device.
[ 5.704] (II) This device may have been added with another device file.
[ 5.705] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event18)
[ 5.705] (II) No input driver specified, ignoring this device.
[ 5.705] (II) This device may have been added with another device file.
[ 5.705] (II) config/udev: Adding input device Elan Touchpad (/dev/input/event19)
[ 5.705] (**) Elan Touchpad: Applying InputClass "libinput touchpad catchall"
[ 5.705] (II) Using input driver 'libinput' for 'Elan Touchpad'
[ 5.705] (**) Elan Touchpad: always reports core events
[ 5.705] (**) Option "Device" "/dev/input/event19"
[ 5.706] (II) event19 - Elan Touchpad: is tagged by udev as: Touchpad
[ 5.709] (II) event19 - Elan Touchpad: device is a touchpad
[ 5.709] (II) event19 - Elan Touchpad: device removed
[ 5.736] (II) libinput: Elan Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 5.736] (II) libinput: Elan Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 5.736] (II) libinput: Elan Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 5.736] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.4/i2c-13/13-0015/input/input27/event19"
[ 5.736] (II) XINPUT: Adding extended input device "Elan Touchpad" (type: TOUCHPAD, id 12)
[ 5.737] (**) Option "AccelerationScheme" "none"
[ 5.737] (**) Elan Touchpad: (accel) selected scheme none/0
[ 5.737] (**) Elan Touchpad: (accel) acceleration factor: 2.000
[ 5.737] (**) Elan Touchpad: (accel) acceleration threshold: 4
[ 5.738] (II) event19 - Elan Touchpad: is tagged by udev as: Touchpad
[ 5.740] (II) event19 - Elan Touchpad: device is a touchpad
[ 5.741] (II) config/udev: Adding input device Elan Touchpad (/dev/input/mouse2)
[ 5.741] (II) No input driver specified, ignoring this device.
[ 5.741] (II) This device may have been added with another device file.
[ 5.742] (II) config/udev: Adding input device Elan TrackPoint (/dev/input/event20)
[ 5.742] (**) Elan TrackPoint: Applying InputClass "libinput pointer catchall"
[ 5.742] (II) Using input driver 'libinput' for 'Elan TrackPoint'
[ 5.742] (**) Elan TrackPoint: always reports core events
[ 5.742] (**) Option "Device" "/dev/input/event20"
[ 5.743] (II) event20 - Elan TrackPoint: is tagged by udev as: Mouse Pointingstick
[ 5.743] (II) event20 - Elan TrackPoint: device is a pointer
[ 5.744] (II) event20 - Elan TrackPoint: device removed
[ 5.773] (II) libinput: Elan TrackPoint: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 5.773] (II) libinput: Elan TrackPoint: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 5.773] (II) libinput: Elan TrackPoint: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 5.773] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.4/i2c-13/13-0015/input/input28/event20"
[ 5.773] (II) XINPUT: Adding extended input device "Elan TrackPoint" (type: MOUSE, id 13)
[ 5.773] (**) Option "AccelerationScheme" "none"
[ 5.773] (**) Elan TrackPoint: (accel) selected scheme none/0
[ 5.773] (**) Elan TrackPoint: (accel) acceleration factor: 2.000
[ 5.773] (**) Elan TrackPoint: (accel) acceleration threshold: 4
[ 5.773] (II) event20 - Elan TrackPoint: is tagged by udev as: Mouse Pointingstick
[ 5.774] (II) event20 - Elan TrackPoint: device is a pointer
[ 5.774] (II) config/udev: Adding input device Elan TrackPoint (/dev/input/mouse3)
[ 5.775] (II) No input driver specified, ignoring this device.
[ 5.775] (II) This device may have been added with another device file.
[ 5.775] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[ 5.775] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 5.775] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 5.775] (**) AT Translated Set 2 keyboard: always reports core events
[ 5.775] (**) Option "Device" "/dev/input/event3"
[ 5.775] (II) event3 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 5.776] (II) event3 - AT Translated Set 2 keyboard: device is a keyboard
[ 5.776] (II) event3 - AT Translated Set 2 keyboard: device removed
[ 5.790] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[ 5.790] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 14)
[ 5.790] (II) event3 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 5.790] (II) event3 - AT Translated Set 2 keyboard: device is a keyboard
[ 5.791] (II) config/udev: Adding input device PC Speaker (/dev/input/event8)
[ 5.791] (II) No input driver specified, ignoring this device.
[ 5.791] (II) This device may have been added with another device file.
[ 5.793] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event9)
[ 5.793] (**) ThinkPad Extra Buttons: Applying InputClass "libinput keyboard catchall"
[ 5.793] (II) Using input driver 'libinput' for 'ThinkPad Extra Buttons'
[ 5.793] (**) ThinkPad Extra Buttons: always reports core events
[ 5.793] (**) Option "Device" "/dev/input/event9"
[ 5.794] (II) event9 - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[ 5.794] (II) event9 - ThinkPad Extra Buttons: device is a keyboard
[ 5.794] (II) event9 - ThinkPad Extra Buttons: device removed
[ 5.800] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input15/event9"
[ 5.800] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 15)
[ 5.800] (II) event9 - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[ 5.800] (II) event9 - ThinkPad Extra Buttons: device is a keyboard
[ 9.971] (II) event2 - Power Button: device removed
[ 9.975] (II) event5 - Video Bus: device removed
[ 9.983] (II) event4 - Video Bus: device removed
[ 9.991] (II) event0 - Sleep Button: device removed
[ 9.999] (II) event6 - Wacom Pen and multitouch sensor Pen: device removed
[ 10.008] (II) event7 - Wacom Pen and multitouch sensor Finger: device removed
[ 10.018] (II) event19 - Elan Touchpad: device removed
[ 10.025] (II) event20 - Elan TrackPoint: device removed
[ 10.033] (II) event3 - AT Translated Set 2 keyboard: device removed
[ 10.041] (II) event9 - ThinkPad Extra Buttons: device removedWithout seeing an error there, I started looking to my graphics drivers. I have two cards as shown by lspci
$ lspci -v | grep -A 10 VGA
00:02.0 VGA compatible controller: Intel Corporation CoffeeLake-H GT2 [UHD Graphics 630] (rev 02) (prog-if 00 [VGA controller])
Subsystem: Lenovo Device 2297
Flags: bus master, fast devsel, latency 0, IRQ 130
Memory at 6040000000 (64-bit, non-prefetchable) [size=16M]
Memory at 4000000000 (64-bit, prefetchable) [size=256M]
I/O ports at 3000 [size=64]
Expansion ROM at 000c0000 [virtual] [disabled] [size=128K]
Capabilities: <access denied>
Kernel driver in use: i915
Kernel modules: i915
--
01:00.0 VGA compatible controller: NVIDIA Corporation TU106GLM [Quadro RTX 3000 Mobile / Max-Q] (rev a1) (prog-if 00 [VGA controller])
Subsystem: Lenovo Device 2296
Flags: bus master, fast devsel, latency 0, IRQ 131
Memory at cd000000 (32-bit, non-prefetchable) [size=16M]
Memory at a0000000 (64-bit, prefetchable) [size=256M]
Memory at b0000000 (64-bit, prefetchable) [size=32M]
I/O ports at 2000 [size=128]
Expansion ROM at ce080000 [virtual] [disabled] [size=512K]
Capabilities: <access denied>
Kernel driver in use: nvidia
Kernel modules: nouveau, nvidia_drm, nvidiaWhile investigating this, I learned I should have Nvidia Optimus to manage the two cards, so I installed nvidia_prime. At first I didn't do any additional configuration and symptoms continued and then I tried the configuration files in section 1.3.1.2, but still no luck. When I would run
$ prime-run glxinfo
Error: unable to open displayI get this error. After more googling it seemed like x is trying to start before the graphics cards are ready. So I added nvidia to my modules in my /etc/mkinitcpio.conf file, shown here
# vim:set ft=sh
# MODULES
# The following modules are loaded before any boot hooks are
# run. Advanced users may wish to specify all system modules
# in this array. For instance:
# MODULES=(usbhid xhci_hcd)
MODULES=(i915 nvidia nvidia_modeset nvidia_uvm nvidia_drm)
#MODULES=()
# BINARIES
# This setting includes any additional binaries a given user may
# wish into the CPIO image. This is run last, so it may be used to
# override the actual binaries included by a given hook
# BINARIES are dependency parsed, so you may safely ignore libraries
BINARIES=()
# FILES
# This setting is similar to BINARIES above, however, files are added
# as-is and are not parsed in any way. This is useful for config files.
FILES=()
# HOOKS
# This is the most important setting in this file. The HOOKS control the
# modules and scripts added to the image, and what happens at boot time.
# Order is important, and it is recommended that you do not change the
# order in which HOOKS are added. Run 'mkinitcpio -H <hook name>' for
# help on a given hook.
# 'base' is _required_ unless you know precisely what you are doing.
# 'udev' is _required_ in order to automatically load modules
# 'filesystems' is _required_ unless you specify your fs modules in MODULES
# Examples:
## This setup specifies all modules in the MODULES setting above.
## No RAID, lvm2, or encrypted root is needed.
# HOOKS=(base)
#
## This setup will autodetect all modules for your system and should
## work as a sane default
# HOOKS=(base udev autodetect modconf block filesystems fsck)
#
## This setup will generate a 'full' image which supports most systems.
## No autodetection is done.
# HOOKS=(base udev modconf block filesystems fsck)
#
## This setup assembles a mdadm array with an encrypted root file system.
## Note: See 'mkinitcpio -H mdadm_udev' for more information on RAID devices.
# HOOKS=(base udev modconf keyboard keymap consolefont block mdadm_udev encrypt filesystems fsck)
#
## This setup loads an lvm2 volume group.
# HOOKS=(base udev modconf block lvm2 filesystems fsck)
#
## This will create a systemd based initramfs which loads an encrypted root filesystem.
# HOOKS=(base systemd autodetect modconf kms keyboard sd-vconsole sd-encrypt block filesystems fsck)
#
## NOTE: If you have /usr on a separate partition, you MUST include the
# usr and fsck hooks.
HOOKS=(base udev autodetect microcode modconf keyboard keymap consolefont block filesystems fsck)
# COMPRESSION
# Use this to compress the initramfs image. By default, zstd compression
# is used for Linux ≥ 5.9 and gzip compression is used for Linux < 5.9.
# Use 'cat' to create an uncompressed image.
#COMPRESSION="zstd"
#COMPRESSION="gzip"
#COMPRESSION="bzip2"
#COMPRESSION="lzma"
#COMPRESSION="xz"
#COMPRESSION="lzop"
#COMPRESSION="lz4"
# COMPRESSION_OPTIONS
# Additional options for the compressor
#COMPRESSION_OPTIONS=()
# MODULES_DECOMPRESS
# Decompress loadable kernel modules and their firmware during initramfs
# creation. Switch (yes/no).
# Enable to allow further decreasing image size when using high compression
# (e.g. xz -9e or zstd --long --ultra -22) at the expense of increased RAM usage
# at early boot.
# Note that any compressed files will be placed in the uncompressed early CPIO
# to avoid double compression.
#MODULES_DECOMPRESS="no"I feel like I've been chasing my tail quite a bit on this. I find posts with similar symptoms as me, but they are normally pretty old and they're solutions haven't worked for me so far. Any help in appreciated.
Last edited by jwrauch (2025-12-18 11:28:43)
Offline
It's a bit long, but here is my journalctl -b output
Dec 16 00:17:54 skynet kernel: Linux version 6.17.9-arch1-1 (linux@archlinux) (gcc (GCC) 15.2.1 20251112, GNU ld (GNU Binutils) 2.45.1) #1 SMP PREEMPT_DYNAMIC Mon, 24 Nov 2025 15:21:09 +0000
Dec 16 00:17:54 skynet kernel: Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=6ad88d6e-0c6d-4738-be74-67829c639804 rw loglevel=3 quiet
Dec 16 00:17:54 skynet kernel: BIOS-provided physical RAM map:
Dec 16 00:17:54 skynet kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
Dec 16 00:17:54 skynet kernel: BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
Dec 16 00:17:54 skynet kernel: BIOS-e820: [mem 0x0000000000100000-0x000000008a8ecfff] usable
Dec 16 00:17:54 skynet kernel: BIOS-e820: [mem 0x000000008a8ed000-0x000000008fa61fff] reserved
Dec 16 00:17:54 skynet kernel: BIOS-e820: [mem 0x000000008fa62000-0x000000008fca9fff] ACPI NVS
Dec 16 00:17:54 skynet kernel: BIOS-e820: [mem 0x000000008fcaa000-0x000000008fd0efff] ACPI data
Dec 16 00:17:54 skynet kernel: BIOS-e820: [mem 0x000000008fd0f000-0x000000008fd0ffff] usable
Dec 16 00:17:54 skynet kernel: BIOS-e820: [mem 0x000000008fd10000-0x0000000097ffffff] reserved
Dec 16 00:17:54 skynet kernel: BIOS-e820: [mem 0x0000000098000000-0x00000000987fffff] usable
Dec 16 00:17:54 skynet kernel: BIOS-e820: [mem 0x0000000098800000-0x000000009f7fffff] reserved
Dec 16 00:17:54 skynet kernel: BIOS-e820: [mem 0x00000000fe010000-0x00000000fe010fff] reserved
Dec 16 00:17:54 skynet kernel: BIOS-e820: [mem 0x0000000100000000-0x000000105c7fffff] usable
Dec 16 00:17:54 skynet kernel: NX (Execute Disable) protection: active
Dec 16 00:17:54 skynet kernel: APIC: Static calls initialized
Dec 16 00:17:54 skynet kernel: efi: EFI v2.6 by Lenovo
Dec 16 00:17:54 skynet kernel: efi: SMBIOS=0x8d70d000 SMBIOS 3.0=0x8d700000 ACPI=0x8fd0e000 ACPI 2.0=0x8fd0e014 MEMATTR=0x84252018 ESRT=0x8d587000 INITRD=0x670e7e98 RNG=0x8fd0d018
Dec 16 00:17:54 skynet kernel: random: crng init done
Dec 16 00:17:54 skynet kernel: efi: Not removing mem45: MMIO range=[0xfe010000-0xfe010fff] (4KB) from e820 map
Dec 16 00:17:54 skynet kernel: SMBIOS 3.1.1 present.
Dec 16 00:17:54 skynet kernel: DMI: LENOVO 20QQS3L700/20QQS3L700, BIOS N2NET60W (1.45 ) 06/06/2024
Dec 16 00:17:54 skynet kernel: DMI: Memory slots populated: 2/4
Dec 16 00:17:54 skynet kernel: tsc: Detected 2600.000 MHz processor
Dec 16 00:17:54 skynet kernel: tsc: Detected 2599.992 MHz TSC
Dec 16 00:17:54 skynet kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Dec 16 00:17:54 skynet kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Dec 16 00:17:54 skynet kernel: last_pfn = 0x105c800 max_arch_pfn = 0x400000000
Dec 16 00:17:54 skynet kernel: MTRR map: 5 entries (3 fixed + 2 variable; max 23), built from 10 variable MTRRs
Dec 16 00:17:54 skynet kernel: x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
Dec 16 00:17:54 skynet kernel: last_pfn = 0x98800 max_arch_pfn = 0x400000000
Dec 16 00:17:54 skynet kernel: esrt: Reserving ESRT space from 0x000000008d587000 to 0x000000008d5870d8.
Dec 16 00:17:54 skynet kernel: Using GB pages for direct mapping
Dec 16 00:17:54 skynet kernel: Secure boot disabled
Dec 16 00:17:54 skynet kernel: RAMDISK: [mem 0x54ef7000-0x6092ffff]
Dec 16 00:17:54 skynet kernel: ACPI: Early table checksum verification disabled
Dec 16 00:17:54 skynet kernel: ACPI: RSDP 0x000000008FD0E014 000024 (v02 LENOVO)
Dec 16 00:17:54 skynet kernel: ACPI: XSDT 0x000000008FD0C188 00011C (v01 LENOVO TP-N2N 00001450 PTEC 00000002)
Dec 16 00:17:54 skynet kernel: ACPI: FACP 0x000000008D5BA000 000114 (v06 LENOVO TP-N2N 00001450 PTEC 00000002)
Dec 16 00:17:54 skynet kernel: ACPI: DSDT 0x000000008D58E000 027A69 (v02 LENOVO CFL 20170001 INTL 20160422)
Dec 16 00:17:54 skynet kernel: ACPI: FACS 0x000000008FAEB000 000040
Dec 16 00:17:54 skynet kernel: ACPI: SSDT 0x000000008D611000 001B26 (v02 LENOVO CpuSsdt 00003000 INTL 20160527)
Dec 16 00:17:54 skynet kernel: ACPI: SSDT 0x000000008D610000 00056D (v02 LENOVO CtdpB 00001000 INTL 20160527)
Dec 16 00:17:54 skynet kernel: ACPI: SSDT 0x000000008D5D6000 004020 (v02 LENOVO DptfTabl 00001000 INTL 20160527)
Dec 16 00:17:54 skynet kernel: ACPI: SSDT 0x000000008D5C0000 003189 (v02 LENOVO SaSsdt 00003000 INTL 20160527)
Dec 16 00:17:54 skynet kernel: ACPI: SSDT 0x000000008D5BD000 002A59 (v02 LENOVO PegSsdt 00001000 INTL 20160527)
Dec 16 00:17:54 skynet kernel: ACPI: UEFI 0x000000008FB0C000 000042 (v01 LENOVO TP-N2N 00001450 PTEC 00000002)
Dec 16 00:17:54 skynet kernel: ACPI: SSDT 0x000000008D5BB000 000530 (v02 LENOVO PerfTune 00001000 INTL 20160527)
Dec 16 00:17:54 skynet kernel: ACPI: HPET 0x000000008D5B9000 000038 (v01 LENOVO TP-N2N 00001450 PTEC 00000002)
Dec 16 00:17:54 skynet kernel: ACPI: APIC 0x000000008D5B8000 00012C (v03 LENOVO TP-N2N 00001450 PTEC 00000002)
Dec 16 00:17:54 skynet kernel: ACPI: MCFG 0x000000008D5B7000 00003C (v01 LENOVO TP-N2N 00001450 PTEC 00000002)
Dec 16 00:17:54 skynet kernel: ACPI: ECDT 0x000000008D5B6000 000053 (v01 LENOVO TP-N2N 00001450 PTEC 00000002)
Dec 16 00:17:54 skynet kernel: ACPI: SSDT 0x000000008D58C000 001A5F (v02 LENOVO CflH_Tbt 00001000 INTL 20160527)
Dec 16 00:17:54 skynet kernel: ACPI: SSDT 0x000000008D589000 002990 (v02 LENOVO ProjSsdt 00000010 INTL 20160527)
Dec 16 00:17:54 skynet kernel: ACPI: BOOT 0x000000008D588000 000028 (v01 LENOVO TP-N2N 00001450 PTEC 00000002)
Dec 16 00:17:54 skynet kernel: ACPI: SLIC 0x000000008D586000 000176 (v01 LENOVO TP-N2N 00001450 PTEC 00000002)
Dec 16 00:17:54 skynet kernel: ACPI: SSDT 0x000000008D585000 000E8A (v02 LENOVO UsbCTabl 00001000 INTL 20160527)
Dec 16 00:17:54 skynet kernel: ACPI: LPIT 0x000000008D584000 000094 (v01 LENOVO TP-N2N 00001450 PTEC 00000002)
Dec 16 00:17:54 skynet kernel: ACPI: WSMT 0x000000008D583000 000028 (v01 LENOVO TP-N2N 00001450 PTEC 00000002)
Dec 16 00:17:54 skynet kernel: ACPI: SSDT 0x000000008D581000 001667 (v02 LENOVO TbtTypeC 00000000 INTL 20160527)
Dec 16 00:17:54 skynet kernel: ACPI: DBGP 0x000000008D580000 000034 (v01 LENOVO TP-N2N 00001450 PTEC 00000002)
Dec 16 00:17:54 skynet kernel: ACPI: DBG2 0x000000008D57F000 000054 (v00 LENOVO TP-N2N 00001450 PTEC 00000002)
Dec 16 00:17:54 skynet kernel: ACPI: MSDM 0x000000008D57E000 000055 (v03 LENOVO TP-N2N 00001450 PTEC 00000002)
Dec 16 00:17:54 skynet kernel: ACPI: BATB 0x000000008D3A0000 00004A (v02 LENOVO TP-N2N 00001450 PTEC 00000002)
Dec 16 00:17:54 skynet kernel: ACPI: SSDT 0x000000008B599000 001DB5 (v01 LENOVO NvOptTbl 00001000 INTL 20160527)
Dec 16 00:17:54 skynet kernel: ACPI: NHLT 0x000000008B598000 00002D (v00 LENOVO TP-N2N 00001450 PTEC 00000002)
Dec 16 00:17:54 skynet kernel: ACPI: SSDT 0x000000008B597000 0000AE (v02 LENOVO SgPeg 00001000 INTL 20160527)
Dec 16 00:17:54 skynet kernel: ACPI: ASF! 0x000000008B596000 0000A0 (v32 LENOVO TP-N2N 00001450 PTEC 00000002)
Dec 16 00:17:54 skynet kernel: ACPI: FPDT 0x000000008B595000 000034 (v01 LENOVO TP-N2N 00001450 PTEC 00000002)
Dec 16 00:17:54 skynet kernel: ACPI: BGRT 0x000000008B594000 000038 (v01 LENOVO TP-N2N 00001450 PTEC 00000002)
Dec 16 00:17:54 skynet kernel: ACPI: UEFI 0x000000008FAB7000 00012A (v01 LENOVO TP-N2N 00001450 PTEC 00000002)
Dec 16 00:17:54 skynet kernel: ACPI: Reserving FACP table memory at [mem 0x8d5ba000-0x8d5ba113]
Dec 16 00:17:54 skynet kernel: ACPI: Reserving DSDT table memory at [mem 0x8d58e000-0x8d5b5a68]
Dec 16 00:17:54 skynet kernel: ACPI: Reserving FACS table memory at [mem 0x8faeb000-0x8faeb03f]
Dec 16 00:17:54 skynet kernel: ACPI: Reserving SSDT table memory at [mem 0x8d611000-0x8d612b25]
Dec 16 00:17:54 skynet kernel: ACPI: Reserving SSDT table memory at [mem 0x8d610000-0x8d61056c]
Dec 16 00:17:54 skynet kernel: ACPI: Reserving SSDT table memory at [mem 0x8d5d6000-0x8d5da01f]
Dec 16 00:17:54 skynet kernel: ACPI: Reserving SSDT table memory at [mem 0x8d5c0000-0x8d5c3188]
Dec 16 00:17:54 skynet kernel: ACPI: Reserving SSDT table memory at [mem 0x8d5bd000-0x8d5bfa58]
Dec 16 00:17:54 skynet kernel: ACPI: Reserving UEFI table memory at [mem 0x8fb0c000-0x8fb0c041]
Dec 16 00:17:54 skynet kernel: ACPI: Reserving SSDT table memory at [mem 0x8d5bb000-0x8d5bb52f]
Dec 16 00:17:54 skynet kernel: ACPI: Reserving HPET table memory at [mem 0x8d5b9000-0x8d5b9037]
Dec 16 00:17:54 skynet kernel: ACPI: Reserving APIC table memory at [mem 0x8d5b8000-0x8d5b812b]
Dec 16 00:17:54 skynet kernel: ACPI: Reserving MCFG table memory at [mem 0x8d5b7000-0x8d5b703b]
Dec 16 00:17:54 skynet kernel: ACPI: Reserving ECDT table memory at [mem 0x8d5b6000-0x8d5b6052]
Dec 16 00:17:54 skynet kernel: ACPI: Reserving SSDT table memory at [mem 0x8d58c000-0x8d58da5e]
Dec 16 00:17:54 skynet kernel: ACPI: Reserving SSDT table memory at [mem 0x8d589000-0x8d58b98f]
Dec 16 00:17:54 skynet kernel: ACPI: Reserving BOOT table memory at [mem 0x8d588000-0x8d588027]
Dec 16 00:17:54 skynet kernel: ACPI: Reserving SLIC table memory at [mem 0x8d586000-0x8d586175]
Dec 16 00:17:54 skynet kernel: ACPI: Reserving SSDT table memory at [mem 0x8d585000-0x8d585e89]
Dec 16 00:17:54 skynet kernel: ACPI: Reserving LPIT table memory at [mem 0x8d584000-0x8d584093]
Dec 16 00:17:54 skynet kernel: ACPI: Reserving WSMT table memory at [mem 0x8d583000-0x8d583027]
Dec 16 00:17:54 skynet kernel: ACPI: Reserving SSDT table memory at [mem 0x8d581000-0x8d582666]
Dec 16 00:17:54 skynet kernel: ACPI: Reserving DBGP table memory at [mem 0x8d580000-0x8d580033]
Dec 16 00:17:54 skynet kernel: ACPI: Reserving DBG2 table memory at [mem 0x8d57f000-0x8d57f053]
Dec 16 00:17:54 skynet kernel: ACPI: Reserving MSDM table memory at [mem 0x8d57e000-0x8d57e054]
Dec 16 00:17:54 skynet kernel: ACPI: Reserving BATB table memory at [mem 0x8d3a0000-0x8d3a0049]
Dec 16 00:17:54 skynet kernel: ACPI: Reserving SSDT table memory at [mem 0x8b599000-0x8b59adb4]
Dec 16 00:17:54 skynet kernel: ACPI: Reserving NHLT table memory at [mem 0x8b598000-0x8b59802c]
Dec 16 00:17:54 skynet kernel: ACPI: Reserving SSDT table memory at [mem 0x8b597000-0x8b5970ad]
Dec 16 00:17:54 skynet kernel: ACPI: Reserving ASF! table memory at [mem 0x8b596000-0x8b59609f]
Dec 16 00:17:54 skynet kernel: ACPI: Reserving FPDT table memory at [mem 0x8b595000-0x8b595033]
Dec 16 00:17:54 skynet kernel: ACPI: Reserving BGRT table memory at [mem 0x8b594000-0x8b594037]
Dec 16 00:17:54 skynet kernel: ACPI: Reserving UEFI table memory at [mem 0x8fab7000-0x8fab7129]
Dec 16 00:17:54 skynet kernel: No NUMA configuration found
Dec 16 00:17:54 skynet kernel: Faking a node at [mem 0x0000000000000000-0x000000105c7fffff]
Dec 16 00:17:54 skynet kernel: NODE_DATA(0) allocated [mem 0x105c7d52c0-0x105c7fffff]
Dec 16 00:17:54 skynet kernel: Zone ranges:
Dec 16 00:17:54 skynet kernel: DMA [mem 0x0000000000001000-0x0000000000ffffff]
Dec 16 00:17:54 skynet kernel: DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
Dec 16 00:17:54 skynet kernel: Normal [mem 0x0000000100000000-0x000000105c7fffff]
Dec 16 00:17:54 skynet kernel: Device empty
Dec 16 00:17:54 skynet kernel: Movable zone start for each node
Dec 16 00:17:54 skynet kernel: Early memory node ranges
Dec 16 00:17:54 skynet kernel: node 0: [mem 0x0000000000001000-0x000000000009efff]
Dec 16 00:17:54 skynet kernel: node 0: [mem 0x0000000000100000-0x000000008a8ecfff]
Dec 16 00:17:54 skynet kernel: node 0: [mem 0x000000008fd0f000-0x000000008fd0ffff]
Dec 16 00:17:54 skynet kernel: node 0: [mem 0x0000000098000000-0x00000000987fffff]
Dec 16 00:17:54 skynet kernel: node 0: [mem 0x0000000100000000-0x000000105c7fffff]
Dec 16 00:17:54 skynet kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000105c7fffff]
Dec 16 00:17:54 skynet kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Dec 16 00:17:54 skynet kernel: On node 0, zone DMA: 97 pages in unavailable ranges
Dec 16 00:17:54 skynet kernel: On node 0, zone DMA32: 21538 pages in unavailable ranges
Dec 16 00:17:54 skynet kernel: On node 0, zone DMA32: 752 pages in unavailable ranges
Dec 16 00:17:54 skynet kernel: On node 0, zone Normal: 30720 pages in unavailable ranges
Dec 16 00:17:54 skynet kernel: On node 0, zone Normal: 14336 pages in unavailable ranges
Dec 16 00:17:54 skynet kernel: Reserving Intel graphics memory at [mem 0x9b800000-0x9f7fffff]
Dec 16 00:17:54 skynet kernel: ACPI: PM-Timer IO Port: 0x1808
Dec 16 00:17:54 skynet kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Dec 16 00:17:54 skynet kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Dec 16 00:17:54 skynet kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Dec 16 00:17:54 skynet kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Dec 16 00:17:54 skynet kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Dec 16 00:17:54 skynet kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Dec 16 00:17:54 skynet kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Dec 16 00:17:54 skynet kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
Dec 16 00:17:54 skynet kernel: ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
Dec 16 00:17:54 skynet kernel: ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
Dec 16 00:17:54 skynet kernel: ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
Dec 16 00:17:54 skynet kernel: ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
Dec 16 00:17:54 skynet kernel: ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
Dec 16 00:17:54 skynet kernel: ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
Dec 16 00:17:54 skynet kernel: ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
Dec 16 00:17:54 skynet kernel: ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
Dec 16 00:17:54 skynet kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
Dec 16 00:17:54 skynet kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Dec 16 00:17:54 skynet kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Dec 16 00:17:54 skynet kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Dec 16 00:17:54 skynet kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
Dec 16 00:17:54 skynet kernel: e820: update [mem 0x8303d000-0x8327dfff] usable ==> reserved
Dec 16 00:17:54 skynet kernel: TSC deadline timer available
Dec 16 00:17:54 skynet kernel: CPU topo: Max. logical packages: 1
Dec 16 00:17:54 skynet kernel: CPU topo: Max. logical dies: 1
Dec 16 00:17:54 skynet kernel: CPU topo: Max. dies per package: 1
Dec 16 00:17:54 skynet kernel: CPU topo: Max. threads per core: 2
Dec 16 00:17:54 skynet kernel: CPU topo: Num. cores per package: 6
Dec 16 00:17:54 skynet kernel: CPU topo: Num. threads per package: 12
Dec 16 00:17:54 skynet kernel: CPU topo: Allowing 12 present CPUs plus 0 hotplug CPUs
Dec 16 00:17:54 skynet kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Dec 16 00:17:54 skynet kernel: PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
Dec 16 00:17:54 skynet kernel: PM: hibernation: Registered nosave memory: [mem 0x8303d000-0x8327dfff]
Dec 16 00:17:54 skynet kernel: PM: hibernation: Registered nosave memory: [mem 0x8a8ed000-0x8fd0efff]
Dec 16 00:17:54 skynet kernel: PM: hibernation: Registered nosave memory: [mem 0x8fd10000-0x97ffffff]
Dec 16 00:17:54 skynet kernel: PM: hibernation: Registered nosave memory: [mem 0x98800000-0xffffffff]
Dec 16 00:17:54 skynet kernel: [mem 0x9f800000-0xfe00ffff] available for PCI devices
Dec 16 00:17:54 skynet kernel: Booting paravirtualized kernel on bare hardware
Dec 16 00:17:54 skynet kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
Dec 16 00:17:54 skynet kernel: setup_percpu: NR_CPUS:8192 nr_cpumask_bits:12 nr_cpu_ids:12 nr_node_ids:1
Dec 16 00:17:54 skynet kernel: percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u262144
Dec 16 00:17:54 skynet kernel: pcpu-alloc: s217088 r8192 d28672 u262144 alloc=1*2097152
Dec 16 00:17:54 skynet kernel: pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 -- -- -- --
Dec 16 00:17:54 skynet kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=6ad88d6e-0c6d-4738-be74-67829c639804 rw loglevel=3 quiet
Dec 16 00:17:54 skynet kernel: printk: log buffer data + meta data: 131072 + 458752 = 589824 bytes
Dec 16 00:17:54 skynet kernel: Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes, linear)
Dec 16 00:17:54 skynet kernel: Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
Dec 16 00:17:54 skynet kernel: software IO TLB: area num 16.
Dec 16 00:17:54 skynet kernel: Fallback order for Node 0: 0
Dec 16 00:17:54 skynet kernel: Built 1 zonelists, mobility grouping on. Total pages: 16677004
Dec 16 00:17:54 skynet kernel: Policy zone: Normal
Dec 16 00:17:54 skynet kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Dec 16 00:17:54 skynet kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=12, Nodes=1
Dec 16 00:17:54 skynet kernel: ftrace: allocating 56535 entries in 224 pages
Dec 16 00:17:54 skynet kernel: ftrace: allocated 224 pages with 3 groups
Dec 16 00:17:54 skynet kernel: Dynamic Preempt: full
Dec 16 00:17:54 skynet kernel: rcu: Preemptible hierarchical RCU implementation.
Dec 16 00:17:54 skynet kernel: rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=12.
Dec 16 00:17:54 skynet kernel: rcu: RCU priority boosting: priority 1 delay 500 ms.
Dec 16 00:17:54 skynet kernel: Trampoline variant of Tasks RCU enabled.
Dec 16 00:17:54 skynet kernel: Rude variant of Tasks RCU enabled.
Dec 16 00:17:54 skynet kernel: Tracing variant of Tasks RCU enabled.
Dec 16 00:17:54 skynet kernel: rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
Dec 16 00:17:54 skynet kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=12
Dec 16 00:17:54 skynet kernel: RCU Tasks: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=12.
Dec 16 00:17:54 skynet kernel: RCU Tasks Rude: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=12.
Dec 16 00:17:54 skynet kernel: RCU Tasks Trace: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=12.
Dec 16 00:17:54 skynet kernel: NR_IRQS: 524544, nr_irqs: 2152, preallocated irqs: 16
Dec 16 00:17:54 skynet kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Dec 16 00:17:54 skynet kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Dec 16 00:17:54 skynet kernel: Console: colour dummy device 80x25
Dec 16 00:17:54 skynet kernel: printk: legacy console [tty0] enabled
Dec 16 00:17:54 skynet kernel: ACPI: Core revision 20250404
Dec 16 00:17:54 skynet kernel: hpet: HPET dysfunctional in PC10. Force disabled.
Dec 16 00:17:54 skynet kernel: APIC: Switch to symmetric I/O mode setup
Dec 16 00:17:54 skynet kernel: x2apic: IRQ remapping doesn't support X2APIC mode
Dec 16 00:17:54 skynet kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x257a34a6eea, max_idle_ns: 440795264358 ns
Dec 16 00:17:54 skynet kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 5199.98 BogoMIPS (lpj=2599992)
Dec 16 00:17:54 skynet kernel: x86/cpu: VMX (outside TXT) disabled by BIOS
Dec 16 00:17:54 skynet kernel: x86/cpu: SGX virtualization disabled due to lack of VMX.
Dec 16 00:17:54 skynet kernel: CPU0: Thermal monitoring enabled (TM1)
Dec 16 00:17:54 skynet kernel: Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
Dec 16 00:17:54 skynet kernel: Last level dTLB entries: 4KB 64, 2MB 32, 4MB 32, 1GB 4
Dec 16 00:17:54 skynet kernel: process: using mwait in idle threads
Dec 16 00:17:54 skynet kernel: mitigations: Enabled attack vectors: user_kernel, user_user, guest_host, guest_guest, SMT mitigations: auto
Dec 16 00:17:54 skynet kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Dec 16 00:17:54 skynet kernel: SRBDS: Mitigation: Microcode
Dec 16 00:17:54 skynet kernel: Spectre V2 : Mitigation: Enhanced / Automatic IBRS
Dec 16 00:17:54 skynet kernel: RETBleed: Mitigation: Enhanced IBRS
Dec 16 00:17:54 skynet kernel: ITS: Mitigation: Aligned branch/return thunks
Dec 16 00:17:54 skynet kernel: MMIO Stale Data: Mitigation: Clear CPU buffers
Dec 16 00:17:54 skynet kernel: VMSCAPE: Mitigation: IBPB before exit to userspace
Dec 16 00:17:54 skynet kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Dec 16 00:17:54 skynet kernel: Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
Dec 16 00:17:54 skynet kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Dec 16 00:17:54 skynet kernel: GDS: Mitigation: Microcode
Dec 16 00:17:54 skynet kernel: active return thunk: its_return_thunk
Dec 16 00:17:54 skynet kernel: Spectre V2 : Spectre BHI mitigation: SW BHB clearing on syscall and VM exit
Dec 16 00:17:54 skynet kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Dec 16 00:17:54 skynet kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Dec 16 00:17:54 skynet kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Dec 16 00:17:54 skynet kernel: x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
Dec 16 00:17:54 skynet kernel: x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
Dec 16 00:17:54 skynet kernel: x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
Dec 16 00:17:54 skynet kernel: x86/fpu: xstate_offset[3]: 832, xstate_sizes[3]: 64
Dec 16 00:17:54 skynet kernel: x86/fpu: xstate_offset[4]: 896, xstate_sizes[4]: 64
Dec 16 00:17:54 skynet kernel: x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
Dec 16 00:17:54 skynet kernel: Freeing SMP alternatives memory: 56K
Dec 16 00:17:54 skynet kernel: pid_max: default: 32768 minimum: 301
Dec 16 00:17:54 skynet kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf
Dec 16 00:17:54 skynet kernel: landlock: Up and running.
Dec 16 00:17:54 skynet kernel: Yama: becoming mindful.
Dec 16 00:17:54 skynet kernel: LSM support for eBPF active
Dec 16 00:17:54 skynet kernel: Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Dec 16 00:17:54 skynet kernel: Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Dec 16 00:17:54 skynet kernel: smpboot: CPU0: Intel(R) Core(TM) i7-9850H CPU @ 2.60GHz (family: 0x6, model: 0x9e, stepping: 0xd)
Dec 16 00:17:54 skynet kernel: Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
Dec 16 00:17:54 skynet kernel: ... version: 4
Dec 16 00:17:54 skynet kernel: ... bit width: 48
Dec 16 00:17:54 skynet kernel: ... generic registers: 4
Dec 16 00:17:54 skynet kernel: ... value mask: 0000ffffffffffff
Dec 16 00:17:54 skynet kernel: ... max period: 00007fffffffffff
Dec 16 00:17:54 skynet kernel: ... fixed-purpose events: 3
Dec 16 00:17:54 skynet kernel: ... event mask: 000000070000000f
Dec 16 00:17:54 skynet kernel: signal: max sigframe size: 2032
Dec 16 00:17:54 skynet kernel: Estimated ratio of average max frequency by base frequency (times 1024): 1693
Dec 16 00:17:54 skynet kernel: rcu: Hierarchical SRCU implementation.
Dec 16 00:17:54 skynet kernel: rcu: Max phase no-delay instances is 400.
Dec 16 00:17:54 skynet kernel: Timer migration: 2 hierarchy levels; 8 children per group; 2 crossnode level
Dec 16 00:17:54 skynet kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Dec 16 00:17:54 skynet kernel: smp: Bringing up secondary CPUs ...
Dec 16 00:17:54 skynet kernel: smpboot: x86: Booting SMP configuration:
Dec 16 00:17:54 skynet kernel: .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7 #8 #9 #10 #11
Dec 16 00:17:54 skynet kernel: MMIO Stale Data CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/processor_mmio_stale_data.html for more details.
Dec 16 00:17:54 skynet kernel: smp: Brought up 1 node, 12 CPUs
Dec 16 00:17:54 skynet kernel: smpboot: Total of 12 processors activated (62399.80 BogoMIPS)
Dec 16 00:17:54 skynet kernel: Memory: 65219520K/66708016K available (20065K kernel code, 2946K rwdata, 16204K rodata, 4688K init, 4880K bss, 1465768K reserved, 0K cma-reserved)
Dec 16 00:17:54 skynet kernel: devtmpfs: initialized
Dec 16 00:17:54 skynet kernel: x86/mm: Memory block size: 2048MB
Dec 16 00:17:54 skynet kernel: ACPI: PM: Registering ACPI NVS region [mem 0x8fa62000-0x8fca9fff] (2392064 bytes)
Dec 16 00:17:54 skynet kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
Dec 16 00:17:54 skynet kernel: posixtimers hash table entries: 8192 (order: 5, 131072 bytes, linear)
Dec 16 00:17:54 skynet kernel: futex hash table entries: 4096 (262144 bytes on 1 NUMA nodes, total 256 KiB, linear).
Dec 16 00:17:54 skynet kernel: pinctrl core: initialized pinctrl subsystem
Dec 16 00:17:54 skynet kernel: PM: RTC time: 05:17:51, date: 2025-12-16
Dec 16 00:17:54 skynet kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Dec 16 00:17:54 skynet kernel: DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
Dec 16 00:17:54 skynet kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Dec 16 00:17:54 skynet kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Dec 16 00:17:54 skynet kernel: audit: initializing netlink subsys (disabled)
Dec 16 00:17:54 skynet kernel: audit: type=2000 audit(1765862271.014:1): state=initialized audit_enabled=0 res=1
Dec 16 00:17:54 skynet kernel: thermal_sys: Registered thermal governor 'fair_share'
Dec 16 00:17:54 skynet kernel: thermal_sys: Registered thermal governor 'bang_bang'
Dec 16 00:17:54 skynet kernel: thermal_sys: Registered thermal governor 'step_wise'
Dec 16 00:17:54 skynet kernel: thermal_sys: Registered thermal governor 'user_space'
Dec 16 00:17:54 skynet kernel: thermal_sys: Registered thermal governor 'power_allocator'
Dec 16 00:17:54 skynet kernel: cpuidle: using governor ladder
Dec 16 00:17:54 skynet kernel: cpuidle: using governor menu
Dec 16 00:17:54 skynet kernel: Simple Boot Flag at 0x47 set to 0x1
Dec 16 00:17:54 skynet kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
Dec 16 00:17:54 skynet kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Dec 16 00:17:54 skynet kernel: PCI: ECAM [mem 0xf0000000-0xf7ffffff] (base 0xf0000000) for domain 0000 [bus 00-7f]
Dec 16 00:17:54 skynet kernel: PCI: Using configuration type 1 for base access
Dec 16 00:17:54 skynet kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Dec 16 00:17:54 skynet kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Dec 16 00:17:54 skynet kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Dec 16 00:17:54 skynet kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Dec 16 00:17:54 skynet kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Dec 16 00:17:54 skynet kernel: raid6: skipped pq benchmark and selected avx2x4
Dec 16 00:17:54 skynet kernel: raid6: using avx2x2 recovery algorithm
Dec 16 00:17:54 skynet kernel: ACPI: Added _OSI(Module Device)
Dec 16 00:17:54 skynet kernel: ACPI: Added _OSI(Processor Device)
Dec 16 00:17:54 skynet kernel: ACPI: Added _OSI(Processor Aggregator Device)
Dec 16 00:17:54 skynet kernel: ACPI: 13 ACPI AML tables successfully acquired and loaded
Dec 16 00:17:54 skynet kernel: ACPI: EC: EC started
Dec 16 00:17:54 skynet kernel: ACPI: EC: interrupt blocked
Dec 16 00:17:54 skynet kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Dec 16 00:17:54 skynet kernel: ACPI: EC: Boot ECDT EC used to handle transactions
Dec 16 00:17:54 skynet kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Dec 16 00:17:54 skynet kernel: ACPI: Dynamic OEM Table Load:
Dec 16 00:17:54 skynet kernel: ACPI: SSDT 0xFFFF89C7811D4800 000400 (v02 PmRef Cpu0Cst 00003001 INTL 20160527)
Dec 16 00:17:54 skynet kernel: ACPI: Dynamic OEM Table Load:
Dec 16 00:17:54 skynet kernel: ACPI: SSDT 0xFFFF89C7811C8000 000600 (v02 PmRef Cpu0Ist 00003000 INTL 20160527)
Dec 16 00:17:54 skynet kernel: ACPI: Dynamic OEM Table Load:
Dec 16 00:17:54 skynet kernel: ACPI: SSDT 0xFFFF89C7811AF600 0000F4 (v02 PmRef Cpu0Psd 00003000 INTL 20160527)
Dec 16 00:17:54 skynet kernel: ACPI: Dynamic OEM Table Load:
Dec 16 00:17:54 skynet kernel: ACPI: SSDT 0xFFFF89C78249EE00 000149 (v02 PmRef Cpu0Hwp 00003000 INTL 20160527)
Dec 16 00:17:54 skynet kernel: ACPI: Dynamic OEM Table Load:
Dec 16 00:17:54 skynet kernel: ACPI: SSDT 0xFFFF89C7811C8800 000724 (v02 PmRef HwpLvt 00003000 INTL 20160527)
Dec 16 00:17:54 skynet kernel: ACPI: Dynamic OEM Table Load:
Dec 16 00:17:54 skynet kernel: ACPI: SSDT 0xFFFF89C7811CD000 0005FC (v02 PmRef ApIst 00003000 INTL 20160527)
Dec 16 00:17:54 skynet kernel: ACPI: Dynamic OEM Table Load:
Dec 16 00:17:54 skynet kernel: ACPI: SSDT 0xFFFF89C7811D6C00 000317 (v02 PmRef ApHwp 00003000 INTL 20160527)
Dec 16 00:17:54 skynet kernel: ACPI: Dynamic OEM Table Load:
Dec 16 00:17:54 skynet kernel: ACPI: SSDT 0xFFFF89C7811D8000 000AB0 (v02 PmRef ApPsd 00003000 INTL 20160527)
Dec 16 00:17:54 skynet kernel: ACPI: Dynamic OEM Table Load:
Dec 16 00:17:54 skynet kernel: ACPI: SSDT 0xFFFF89C7811D1C00 00030A (v02 PmRef ApCst 00003000 INTL 20160527)
Dec 16 00:17:54 skynet kernel: ACPI: Interpreter enabled
Dec 16 00:17:54 skynet kernel: ACPI: PM: (supports S0 S3 S4 S5)
Dec 16 00:17:54 skynet kernel: ACPI: Using IOAPIC for interrupt routing
Dec 16 00:17:54 skynet kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Dec 16 00:17:54 skynet kernel: PCI: Ignoring E820 reservations for host bridge windows
Dec 16 00:17:54 skynet kernel: ACPI: Enabled 13 GPEs in block 00 to 7F
Dec 16 00:17:54 skynet kernel: ACPI: \_SB_.PCI0.PEG0.PG00: New power resource
Dec 16 00:17:54 skynet kernel: ACPI: \_SB_.PCI0.PEG1.PG01: New power resource
Dec 16 00:17:54 skynet kernel: ACPI: \_SB_.PCI0.PEG2.PG02: New power resource
Dec 16 00:17:54 skynet kernel: ACPI: \_SB_.PCI0.XHC_.PUBS: New power resource
Dec 16 00:17:54 skynet kernel: ACPI: \_SB_.PCI0.XDCI.USBC: New power resource
Dec 16 00:17:54 skynet kernel: ACPI: \_SB_.PCI0.RP01.PXP_: New power resource
Dec 16 00:17:54 skynet kernel: ACPI: \_SB_.PCI0.RP06.PXSX.WRST: New power resource
Dec 16 00:17:54 skynet kernel: ACPI: \_SB_.PCI0.RP06.PXSX.DRST: New power resource
Dec 16 00:17:54 skynet kernel: ACPI: \_SB_.PCI0.RP07.PXP_: New power resource
Dec 16 00:17:54 skynet kernel: ACPI: \_SB_.PCI0.SAT0.VOL0.V0PR: New power resource
Dec 16 00:17:54 skynet kernel: ACPI: \_SB_.PCI0.SAT0.VOL1.V1PR: New power resource
Dec 16 00:17:54 skynet kernel: ACPI: \_SB_.PCI0.SAT0.VOL2.V2PR: New power resource
Dec 16 00:17:54 skynet kernel: ACPI: \_SB_.PCI0.CNVW.WRST: New power resource
Dec 16 00:17:54 skynet kernel: ACPI: \PIN_: New power resource
Dec 16 00:17:54 skynet kernel: ACPI: \PINP: New power resource
Dec 16 00:17:54 skynet kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-7e])
Dec 16 00:17:54 skynet kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Dec 16 00:17:54 skynet kernel: acpi PNP0A08:00: _OSC: platform does not support [AER]
Dec 16 00:17:54 skynet kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability LTR DPC]
Dec 16 00:17:54 skynet kernel: acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
Dec 16 00:17:54 skynet kernel: PCI host bridge to bus 0000:00
Dec 16 00:17:54 skynet kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
Dec 16 00:17:54 skynet kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
Dec 16 00:17:54 skynet kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Dec 16 00:17:54 skynet kernel: pci_bus 0000:00: root bus resource [mem 0x9f800000-0xefffffff window]
Dec 16 00:17:54 skynet kernel: pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
Dec 16 00:17:54 skynet kernel: pci_bus 0000:00: root bus resource [mem 0xfc800000-0xfe7fffff window]
Dec 16 00:17:54 skynet kernel: pci_bus 0000:00: root bus resource [bus 00-7e]
Dec 16 00:17:54 skynet kernel: pci 0000:00:00.0: [8086:3ec4] type 00 class 0x060000 conventional PCI endpoint
Dec 16 00:17:54 skynet kernel: pci 0000:00:01.0: [8086:1901] type 01 class 0x060400 PCIe Root Port
Dec 16 00:17:54 skynet kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Dec 16 00:17:54 skynet kernel: pci 0000:00:01.0: bridge window [io 0x2000-0x2fff]
Dec 16 00:17:54 skynet kernel: pci 0000:00:01.0: bridge window [mem 0xcd000000-0xce0fffff]
Dec 16 00:17:54 skynet kernel: pci 0000:00:01.0: bridge window [mem 0xa0000000-0xb1ffffff 64bit pref]
Dec 16 00:17:54 skynet kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
Dec 16 00:17:54 skynet kernel: pci 0000:00:02.0: [8086:3e9b] type 00 class 0x030000 PCIe Root Complex Integrated Endpoint
Dec 16 00:17:54 skynet kernel: pci 0000:00:02.0: BAR 0 [mem 0x6040000000-0x6040ffffff 64bit]
Dec 16 00:17:54 skynet kernel: pci 0000:00:02.0: BAR 2 [mem 0x4000000000-0x400fffffff 64bit pref]
Dec 16 00:17:54 skynet kernel: pci 0000:00:02.0: BAR 4 [io 0x3000-0x303f]
Dec 16 00:17:54 skynet kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Dec 16 00:17:54 skynet kernel: pci 0000:00:04.0: [8086:1903] type 00 class 0x118000 conventional PCI endpoint
Dec 16 00:17:54 skynet kernel: pci 0000:00:04.0: BAR 0 [mem 0x6041100000-0x6041107fff 64bit]
Dec 16 00:17:54 skynet kernel: pci 0000:00:08.0: [8086:1911] type 00 class 0x088000 conventional PCI endpoint
Dec 16 00:17:54 skynet kernel: pci 0000:00:08.0: BAR 0 [mem 0x6041115000-0x6041115fff 64bit]
Dec 16 00:17:54 skynet kernel: pci 0000:00:12.0: [8086:a379] type 00 class 0x118000 conventional PCI endpoint
Dec 16 00:17:54 skynet kernel: pci 0000:00:12.0: BAR 0 [mem 0x6041114000-0x6041114fff 64bit]
Dec 16 00:17:54 skynet kernel: pci 0000:00:14.0: [8086:a36d] type 00 class 0x0c0330 conventional PCI endpoint
Dec 16 00:17:54 skynet kernel: pci 0000:00:14.0: BAR 0 [mem 0xce420000-0xce42ffff 64bit]
Dec 16 00:17:54 skynet kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Dec 16 00:17:54 skynet kernel: pci 0000:00:14.2: [8086:a36f] type 00 class 0x050000 conventional PCI endpoint
Dec 16 00:17:54 skynet kernel: pci 0000:00:14.2: BAR 0 [mem 0x604110c000-0x604110dfff 64bit]
Dec 16 00:17:54 skynet kernel: pci 0000:00:14.2: BAR 2 [mem 0x6041113000-0x6041113fff 64bit]
Dec 16 00:17:54 skynet kernel: pci 0000:00:15.0: [8086:a368] type 00 class 0x0c8000 conventional PCI endpoint
Dec 16 00:17:54 skynet kernel: pci 0000:00:15.0: BAR 0 [mem 0x6041112000-0x6041112fff 64bit]
Dec 16 00:17:54 skynet kernel: pci 0000:00:15.1: [8086:a369] type 00 class 0x0c8000 conventional PCI endpoint
Dec 16 00:17:54 skynet kernel: pci 0000:00:15.1: BAR 0 [mem 0x6041111000-0x6041111fff 64bit]
Dec 16 00:17:54 skynet kernel: pci 0000:00:16.0: [8086:a360] type 00 class 0x078000 conventional PCI endpoint
Dec 16 00:17:54 skynet kernel: pci 0000:00:16.0: BAR 0 [mem 0x6041110000-0x6041110fff 64bit]
Dec 16 00:17:54 skynet kernel: pci 0000:00:16.0: PME# supported from D3hot
Dec 16 00:17:54 skynet kernel: pci 0000:00:16.3: [8086:a363] type 00 class 0x070002 conventional PCI endpoint
Dec 16 00:17:54 skynet kernel: pci 0000:00:16.3: BAR 0 [io 0x3060-0x3067]
Dec 16 00:17:54 skynet kernel: pci 0000:00:16.3: BAR 1 [mem 0xce431000-0xce431fff]
Dec 16 00:17:54 skynet kernel: pci 0000:00:1b.0: [8086:a340] type 01 class 0x060400 PCIe Root Port
Dec 16 00:17:54 skynet kernel: pci 0000:00:1b.0: PCI bridge to [bus 02]
Dec 16 00:17:54 skynet kernel: pci 0000:00:1b.0: bridge window [mem 0xce300000-0xce3fffff]
Dec 16 00:17:54 skynet kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
Dec 16 00:17:54 skynet kernel: pci 0000:00:1b.0: PTM enabled (root), 4ns granularity
Dec 16 00:17:54 skynet kernel: pci 0000:00:1c.0: [8086:a338] type 01 class 0x060400 PCIe Root Port
Dec 16 00:17:54 skynet kernel: pci 0000:00:1c.0: PCI bridge to [bus 04-51]
Dec 16 00:17:54 skynet kernel: pci 0000:00:1c.0: bridge window [mem 0xb4000000-0xcc1fffff]
Dec 16 00:17:54 skynet kernel: pci 0000:00:1c.0: bridge window [mem 0x6000000000-0x603fffffff 64bit pref]
Dec 16 00:17:54 skynet kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Dec 16 00:17:54 skynet kernel: pci 0000:00:1c.0: PTM enabled (root), 4ns granularity
Dec 16 00:17:54 skynet kernel: pci 0000:00:1c.5: [8086:a33d] type 01 class 0x060400 PCIe Root Port
Dec 16 00:17:54 skynet kernel: pci 0000:00:1c.5: PCI bridge to [bus 52]
Dec 16 00:17:54 skynet kernel: pci 0000:00:1c.5: bridge window [mem 0xce200000-0xce2fffff]
Dec 16 00:17:54 skynet kernel: pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
Dec 16 00:17:54 skynet kernel: pci 0000:00:1c.5: PTM enabled (root), 4ns granularity
Dec 16 00:17:54 skynet kernel: pci 0000:00:1c.7: [8086:a33f] type 01 class 0x060400 PCIe Root Port
Dec 16 00:17:54 skynet kernel: pci 0000:00:1c.7: PCI bridge to [bus 54]
Dec 16 00:17:54 skynet kernel: pci 0000:00:1c.7: bridge window [mem 0xce100000-0xce1fffff]
Dec 16 00:17:54 skynet kernel: pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
Dec 16 00:17:54 skynet kernel: pci 0000:00:1c.7: PTM enabled (root), 4ns granularity
Dec 16 00:17:54 skynet kernel: pci 0000:00:1e.0: [8086:a328] type 00 class 0x078000 conventional PCI endpoint
Dec 16 00:17:54 skynet kernel: pci 0000:00:1e.0: BAR 0 [mem 0x604110f000-0x604110ffff 64bit]
Dec 16 00:17:54 skynet kernel: pci 0000:00:1f.0: [8086:a30e] type 00 class 0x060100 conventional PCI endpoint
Dec 16 00:17:54 skynet kernel: pci 0000:00:1f.3: [8086:a348] type 00 class 0x040380 conventional PCI endpoint
Dec 16 00:17:54 skynet kernel: pci 0000:00:1f.3: BAR 0 [mem 0x6041108000-0x604110bfff 64bit]
Dec 16 00:17:54 skynet kernel: pci 0000:00:1f.3: BAR 4 [mem 0x6041000000-0x60410fffff 64bit]
Dec 16 00:17:54 skynet kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
Dec 16 00:17:54 skynet kernel: pci 0000:00:1f.4: [8086:a323] type 00 class 0x0c0500 conventional PCI endpoint
Dec 16 00:17:54 skynet kernel: pci 0000:00:1f.4: BAR 0 [mem 0x604110e000-0x604110e0ff 64bit]
Dec 16 00:17:54 skynet kernel: pci 0000:00:1f.4: BAR 4 [io 0xefa0-0xefbf]
Dec 16 00:17:54 skynet kernel: pci 0000:00:1f.5: [8086:a324] type 00 class 0x0c8000 conventional PCI endpoint
Dec 16 00:17:54 skynet kernel: pci 0000:00:1f.5: BAR 0 [mem 0xce430000-0xce430fff]
Dec 16 00:17:54 skynet kernel: pci 0000:00:1f.6: [8086:15bb] type 00 class 0x020000 conventional PCI endpoint
Dec 16 00:17:54 skynet kernel: pci 0000:00:1f.6: BAR 0 [mem 0xce400000-0xce41ffff]
Dec 16 00:17:54 skynet kernel: pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
Dec 16 00:17:54 skynet kernel: pci 0000:01:00.0: [10de:1f36] type 00 class 0x030000 PCIe Legacy Endpoint
Dec 16 00:17:54 skynet kernel: pci 0000:01:00.0: BAR 0 [mem 0xcd000000-0xcdffffff]
Dec 16 00:17:54 skynet kernel: pci 0000:01:00.0: BAR 1 [mem 0xa0000000-0xafffffff 64bit pref]
Dec 16 00:17:54 skynet kernel: pci 0000:01:00.0: BAR 3 [mem 0xb0000000-0xb1ffffff 64bit pref]
Dec 16 00:17:54 skynet kernel: pci 0000:01:00.0: BAR 5 [io 0x2000-0x207f]
Dec 16 00:17:54 skynet kernel: pci 0000:01:00.0: ROM [mem 0xfff80000-0xffffffff pref]
Dec 16 00:17:54 skynet kernel: pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
Dec 16 00:17:54 skynet kernel: pci 0000:01:00.1: [10de:10f9] type 00 class 0x040300 PCIe Endpoint
Dec 16 00:17:54 skynet kernel: pci 0000:01:00.1: BAR 0 [mem 0xce050000-0xce053fff]
Dec 16 00:17:54 skynet kernel: pci 0000:01:00.2: [10de:1ada] type 00 class 0x0c0330 PCIe Endpoint
Dec 16 00:17:54 skynet kernel: pci 0000:01:00.2: BAR 0 [mem 0xce000000-0xce03ffff 64bit pref]
Dec 16 00:17:54 skynet kernel: pci 0000:01:00.2: BAR 3 [mem 0xce040000-0xce04ffff 64bit pref]
Dec 16 00:17:54 skynet kernel: pci 0000:01:00.2: PME# supported from D0 D3hot D3cold
Dec 16 00:17:54 skynet kernel: pci 0000:01:00.3: [10de:1adb] type 00 class 0x0c8000 PCIe Endpoint
Dec 16 00:17:54 skynet kernel: pci 0000:01:00.3: BAR 0 [mem 0xce054000-0xce054fff]
Dec 16 00:17:54 skynet kernel: pci 0000:01:00.3: PME# supported from D0 D3hot D3cold
Dec 16 00:17:54 skynet kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Dec 16 00:17:54 skynet kernel: pci 0000:02:00.0: [144d:a808] type 00 class 0x010802 PCIe Endpoint
Dec 16 00:17:54 skynet kernel: pci 0000:02:00.0: BAR 0 [mem 0xce300000-0xce303fff 64bit]
Dec 16 00:17:54 skynet kernel: pci 0000:00:1b.0: PCI bridge to [bus 02]
Dec 16 00:17:54 skynet kernel: pci 0000:04:00.0: [8086:15ea] type 01 class 0x060400 PCIe Switch Upstream Port
Dec 16 00:17:54 skynet kernel: pci 0000:04:00.0: PCI bridge to [bus 05-51]
Dec 16 00:17:54 skynet kernel: pci 0000:04:00.0: bridge window [mem 0xb4000000-0xcc1fffff]
Dec 16 00:17:54 skynet kernel: pci 0000:04:00.0: bridge window [mem 0x6000000000-0x603fffffff 64bit pref]
Dec 16 00:17:54 skynet kernel: pci 0000:04:00.0: enabling Extended Tags
Dec 16 00:17:54 skynet kernel: pci 0000:04:00.0: supports D1 D2
Dec 16 00:17:54 skynet kernel: pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Dec 16 00:17:54 skynet kernel: pci 0000:04:00.0: PTM enabled, 4ns granularity
Dec 16 00:17:54 skynet kernel: pci 0000:00:1c.0: PCI bridge to [bus 04-51]
Dec 16 00:17:54 skynet kernel: pci 0000:05:00.0: [8086:15ea] type 01 class 0x060400 PCIe Switch Downstream Port
Dec 16 00:17:54 skynet kernel: pci 0000:05:00.0: PCI bridge to [bus 06]
Dec 16 00:17:54 skynet kernel: pci 0000:05:00.0: bridge window [mem 0xcc100000-0xcc1fffff]
Dec 16 00:17:54 skynet kernel: pci 0000:05:00.0: enabling Extended Tags
Dec 16 00:17:54 skynet kernel: pci 0000:05:00.0: supports D1 D2
Dec 16 00:17:54 skynet kernel: pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Dec 16 00:17:54 skynet kernel: pci 0000:05:01.0: [8086:15ea] type 01 class 0x060400 PCIe Switch Downstream Port
Dec 16 00:17:54 skynet kernel: pci 0000:05:01.0: PCI bridge to [bus 07-2b]
Dec 16 00:17:54 skynet kernel: pci 0000:05:01.0: bridge window [mem 0xb4000000-0xbfffffff]
Dec 16 00:17:54 skynet kernel: pci 0000:05:01.0: bridge window [mem 0x6000000000-0x601fffffff 64bit pref]
Dec 16 00:17:54 skynet kernel: pci 0000:05:01.0: enabling Extended Tags
Dec 16 00:17:54 skynet kernel: pci 0000:05:01.0: supports D1 D2
Dec 16 00:17:54 skynet kernel: pci 0000:05:01.0: PME# supported from D0 D1 D2 D3hot D3cold
Dec 16 00:17:54 skynet kernel: pci 0000:05:02.0: [8086:15ea] type 01 class 0x060400 PCIe Switch Downstream Port
Dec 16 00:17:54 skynet kernel: pci 0000:05:02.0: PCI bridge to [bus 2c]
Dec 16 00:17:54 skynet kernel: pci 0000:05:02.0: bridge window [mem 0xc0000000-0xc00fffff]
Dec 16 00:17:54 skynet kernel: pci 0000:05:02.0: enabling Extended Tags
Dec 16 00:17:54 skynet kernel: pci 0000:05:02.0: supports D1 D2
Dec 16 00:17:54 skynet kernel: pci 0000:05:02.0: PME# supported from D0 D1 D2 D3hot D3cold
Dec 16 00:17:54 skynet kernel: pci 0000:05:04.0: [8086:15ea] type 01 class 0x060400 PCIe Switch Downstream Port
Dec 16 00:17:54 skynet kernel: pci 0000:05:04.0: PCI bridge to [bus 2d-51]
Dec 16 00:17:54 skynet kernel: pci 0000:05:04.0: bridge window [mem 0xc0100000-0xcc0fffff]
Dec 16 00:17:54 skynet kernel: pci 0000:05:04.0: bridge window [mem 0x6020000000-0x603fffffff 64bit pref]
Dec 16 00:17:54 skynet kernel: pci 0000:05:04.0: enabling Extended Tags
Dec 16 00:17:54 skynet kernel: pci 0000:05:04.0: supports D1 D2
Dec 16 00:17:54 skynet kernel: pci 0000:05:04.0: PME# supported from D0 D1 D2 D3hot D3cold
Dec 16 00:17:54 skynet kernel: pci 0000:04:00.0: PCI bridge to [bus 05-51]
Dec 16 00:17:54 skynet kernel: pci 0000:06:00.0: [8086:15eb] type 00 class 0x088000 PCIe Endpoint
Dec 16 00:17:54 skynet kernel: pci 0000:06:00.0: BAR 0 [mem 0xcc100000-0xcc13ffff]
Dec 16 00:17:54 skynet kernel: pci 0000:06:00.0: BAR 1 [mem 0xcc140000-0xcc140fff]
Dec 16 00:17:54 skynet kernel: pci 0000:06:00.0: enabling Extended Tags
Dec 16 00:17:54 skynet kernel: pci 0000:06:00.0: supports D1 D2
Dec 16 00:17:54 skynet kernel: pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Dec 16 00:17:54 skynet kernel: pci 0000:05:00.0: PCI bridge to [bus 06]
Dec 16 00:17:54 skynet kernel: pci 0000:05:01.0: PCI bridge to [bus 07-2b]
Dec 16 00:17:54 skynet kernel: pci 0000:2c:00.0: [8086:15ec] type 00 class 0x0c0330 PCIe Endpoint
Dec 16 00:17:54 skynet kernel: pci 0000:2c:00.0: BAR 0 [mem 0xc0000000-0xc000ffff]
Dec 16 00:17:54 skynet kernel: pci 0000:2c:00.0: enabling Extended Tags
Dec 16 00:17:54 skynet kernel: pci 0000:2c:00.0: supports D1 D2
Dec 16 00:17:54 skynet kernel: pci 0000:2c:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Dec 16 00:17:54 skynet kernel: pci 0000:05:02.0: PCI bridge to [bus 2c]
Dec 16 00:17:54 skynet kernel: pci 0000:05:04.0: PCI bridge to [bus 2d-51]
Dec 16 00:17:54 skynet kernel: pci 0000:52:00.0: [8086:2723] type 00 class 0x028000 PCIe Endpoint
Dec 16 00:17:54 skynet kernel: pci 0000:52:00.0: BAR 0 [mem 0xce200000-0xce203fff 64bit]
Dec 16 00:17:54 skynet kernel: pci 0000:52:00.0: PME# supported from D0 D3hot D3cold
Dec 16 00:17:54 skynet kernel: pci 0000:00:1c.5: PCI bridge to [bus 52]
Dec 16 00:17:54 skynet kernel: pci 0000:54:00.0: [10ec:525a] type 00 class 0xff0000 PCIe Endpoint
Dec 16 00:17:54 skynet kernel: pci 0000:54:00.0: BAR 1 [mem 0xce100000-0xce100fff]
Dec 16 00:17:54 skynet kernel: pci 0000:54:00.0: supports D1 D2
Dec 16 00:17:54 skynet kernel: pci 0000:54:00.0: PME# supported from D1 D2 D3hot D3cold
Dec 16 00:17:54 skynet kernel: pci 0000:00:1c.7: PCI bridge to [bus 54]
Dec 16 00:17:54 skynet kernel: ACPI: EC: interrupt unblocked
Dec 16 00:17:54 skynet kernel: ACPI: EC: event unblocked
Dec 16 00:17:54 skynet kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Dec 16 00:17:54 skynet kernel: ACPI: EC: GPE=0x16
Dec 16 00:17:54 skynet kernel: ACPI: \_SB_.PCI0.LPCB.EC__: Boot ECDT EC initialization complete
Dec 16 00:17:54 skynet kernel: ACPI: \_SB_.PCI0.LPCB.EC__: EC: Used to handle transactions and events
Dec 16 00:17:54 skynet kernel: iommu: Default domain type: Translated
Dec 16 00:17:54 skynet kernel: iommu: DMA domain TLB invalidation policy: lazy mode
Dec 16 00:17:54 skynet kernel: SCSI subsystem initialized
Dec 16 00:17:54 skynet kernel: libata version 3.00 loaded.
Dec 16 00:17:54 skynet kernel: ACPI: bus type USB registered
Dec 16 00:17:54 skynet kernel: usbcore: registered new interface driver usbfs
Dec 16 00:17:54 skynet kernel: usbcore: registered new interface driver hub
Dec 16 00:17:54 skynet kernel: usbcore: registered new device driver usb
Dec 16 00:17:54 skynet kernel: EDAC MC: Ver: 3.0.0
Dec 16 00:17:54 skynet kernel: efivars: Registered efivars operations
Dec 16 00:17:54 skynet kernel: NetLabel: Initializing
Dec 16 00:17:54 skynet kernel: NetLabel: domain hash size = 128
Dec 16 00:17:54 skynet kernel: NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
Dec 16 00:17:54 skynet kernel: NetLabel: unlabeled traffic allowed by default
Dec 16 00:17:54 skynet kernel: mctp: management component transport protocol core
Dec 16 00:17:54 skynet kernel: NET: Registered PF_MCTP protocol family
Dec 16 00:17:54 skynet kernel: PCI: Using ACPI for IRQ routing
Dec 16 00:17:54 skynet kernel: PCI: pci_cache_line_size set to 64 bytes
Dec 16 00:17:54 skynet kernel: e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
Dec 16 00:17:54 skynet kernel: e820: reserve RAM buffer [mem 0x8303d000-0x83ffffff]
Dec 16 00:17:54 skynet kernel: e820: reserve RAM buffer [mem 0x8a8ed000-0x8bffffff]
Dec 16 00:17:54 skynet kernel: e820: reserve RAM buffer [mem 0x8fd10000-0x8fffffff]
Dec 16 00:17:54 skynet kernel: e820: reserve RAM buffer [mem 0x98800000-0x9bffffff]
Dec 16 00:17:54 skynet kernel: e820: reserve RAM buffer [mem 0x105c800000-0x105fffffff]
Dec 16 00:17:54 skynet kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
Dec 16 00:17:54 skynet kernel: pci 0000:00:02.0: vgaarb: bridge control possible
Dec 16 00:17:54 skynet kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=mem,locks=none
Dec 16 00:17:54 skynet kernel: pci 0000:01:00.0: vgaarb: bridge control possible
Dec 16 00:17:54 skynet kernel: pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
Dec 16 00:17:54 skynet kernel: vgaarb: loaded
Dec 16 00:17:54 skynet kernel: clocksource: Switched to clocksource tsc-early
Dec 16 00:17:54 skynet kernel: VFS: Disk quotas dquot_6.6.0
Dec 16 00:17:54 skynet kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Dec 16 00:17:54 skynet kernel: pnp: PnP ACPI init
Dec 16 00:17:54 skynet kernel: system 00:00: [mem 0x40000000-0x403fffff] could not be reserved
Dec 16 00:17:54 skynet kernel: system 00:01: [io 0x1800-0x18fe] could not be reserved
Dec 16 00:17:54 skynet kernel: system 00:01: [mem 0xfd000000-0xfd69ffff] has been reserved
Dec 16 00:17:54 skynet kernel: system 00:01: [mem 0xfd6c0000-0xfd6cffff] has been reserved
Dec 16 00:17:54 skynet kernel: system 00:01: [mem 0xfd6f0000-0xfdffffff] has been reserved
Dec 16 00:17:54 skynet kernel: system 00:01: [mem 0xfe000000-0xfe01ffff] could not be reserved
Dec 16 00:17:54 skynet kernel: system 00:01: [mem 0xfe200000-0xfe7fffff] has been reserved
Dec 16 00:17:54 skynet kernel: system 00:01: [mem 0xff000000-0xffffffff] has been reserved
Dec 16 00:17:54 skynet kernel: system 00:02: [io 0xff00-0xfffe] has been reserved
Dec 16 00:17:54 skynet kernel: system 00:03: [io 0x0680-0x069f] has been reserved
Dec 16 00:17:54 skynet kernel: system 00:03: [io 0x164e-0x164f] has been reserved
Dec 16 00:17:54 skynet kernel: system 00:07: [io 0x1800-0x189f] could not be reserved
Dec 16 00:17:54 skynet kernel: system 00:07: [io 0x0800-0x087f] has been reserved
Dec 16 00:17:54 skynet kernel: system 00:07: [io 0x0880-0x08ff] has been reserved
Dec 16 00:17:54 skynet kernel: system 00:07: [io 0x0900-0x097f] has been reserved
Dec 16 00:17:54 skynet kernel: system 00:07: [io 0x0980-0x09ff] has been reserved
Dec 16 00:17:54 skynet kernel: system 00:07: [io 0x0a00-0x0a7f] has been reserved
Dec 16 00:17:54 skynet kernel: system 00:07: [io 0x0a80-0x0aff] has been reserved
Dec 16 00:17:54 skynet kernel: system 00:07: [io 0x0b00-0x0b7f] has been reserved
Dec 16 00:17:54 skynet kernel: system 00:07: [io 0x0b80-0x0bff] has been reserved
Dec 16 00:17:54 skynet kernel: system 00:07: [io 0x15e0-0x15ef] has been reserved
Dec 16 00:17:54 skynet kernel: system 00:07: [io 0x1600-0x167f] could not be reserved
Dec 16 00:17:54 skynet kernel: system 00:07: [io 0x1640-0x165f] could not be reserved
Dec 16 00:17:54 skynet kernel: system 00:07: [mem 0xf0000000-0xf7ffffff] has been reserved
Dec 16 00:17:54 skynet kernel: system 00:07: [mem 0xfed10000-0xfed13fff] has been reserved
Dec 16 00:17:54 skynet kernel: system 00:07: [mem 0xfed18000-0xfed18fff] has been reserved
Dec 16 00:17:54 skynet kernel: system 00:07: [mem 0xfed19000-0xfed19fff] has been reserved
Dec 16 00:17:54 skynet kernel: system 00:07: [mem 0xfeb00000-0xfebfffff] has been reserved
Dec 16 00:17:54 skynet kernel: system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved
Dec 16 00:17:54 skynet kernel: system 00:07: [mem 0xfed90000-0xfed93fff] has been reserved
Dec 16 00:17:54 skynet kernel: system 00:09: [mem 0xfed10000-0xfed17fff] could not be reserved
Dec 16 00:17:54 skynet kernel: system 00:09: [mem 0xfed18000-0xfed18fff] has been reserved
Dec 16 00:17:54 skynet kernel: system 00:09: [mem 0xfed19000-0xfed19fff] has been reserved
Dec 16 00:17:54 skynet kernel: system 00:09: [mem 0xf0000000-0xf7ffffff] has been reserved
Dec 16 00:17:54 skynet kernel: system 00:09: [mem 0xfed20000-0xfed3ffff] has been reserved
Dec 16 00:17:54 skynet kernel: system 00:09: [mem 0xfed90000-0xfed93fff] has been reserved
Dec 16 00:17:54 skynet kernel: system 00:09: [mem 0xfed45000-0xfed8ffff] has been reserved
Dec 16 00:17:54 skynet kernel: system 00:09: [mem 0xfee00000-0xfeefffff] has been reserved
Dec 16 00:17:54 skynet kernel: pnp 00:0a: disabling [mem 0x000c0000-0x000c3fff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
Dec 16 00:17:54 skynet kernel: pnp 00:0a: disabling [mem 0x000c8000-0x000cbfff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
Dec 16 00:17:54 skynet kernel: pnp 00:0a: disabling [mem 0x000d0000-0x000d3fff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
Dec 16 00:17:54 skynet kernel: pnp 00:0a: disabling [mem 0x000d8000-0x000dbfff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
Dec 16 00:17:54 skynet kernel: system 00:0a: [mem 0x00000000-0x0009ffff] could not be reserved
Dec 16 00:17:54 skynet kernel: system 00:0a: [mem 0x000e0000-0x000e3fff] could not be reserved
Dec 16 00:17:54 skynet kernel: system 00:0a: [mem 0x000e8000-0x000ebfff] could not be reserved
Dec 16 00:17:54 skynet kernel: system 00:0a: [mem 0x000f0000-0x000fffff] could not be reserved
Dec 16 00:17:54 skynet kernel: system 00:0a: [mem 0x00100000-0x9f7fffff] could not be reserved
Dec 16 00:17:54 skynet kernel: system 00:0a: [mem 0xfec00000-0xfed3ffff] could not be reserved
Dec 16 00:17:54 skynet kernel: system 00:0a: [mem 0xfed4c000-0xffffffff] could not be reserved
Dec 16 00:17:54 skynet kernel: pnp: PnP ACPI: found 11 devices
Dec 16 00:17:54 skynet kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Dec 16 00:17:54 skynet kernel: NET: Registered PF_INET protocol family
Dec 16 00:17:54 skynet kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Dec 16 00:17:54 skynet kernel: tcp_listen_portaddr_hash hash table entries: 32768 (order: 7, 524288 bytes, linear)
Dec 16 00:17:54 skynet kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Dec 16 00:17:54 skynet kernel: TCP established hash table entries: 524288 (order: 10, 4194304 bytes, linear)
Dec 16 00:17:54 skynet kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Dec 16 00:17:54 skynet kernel: TCP: Hash tables configured (established 524288 bind 65536)
Dec 16 00:17:54 skynet kernel: MPTCP token hash table entries: 65536 (order: 9, 1572864 bytes, linear)
Dec 16 00:17:54 skynet kernel: UDP hash table entries: 32768 (order: 9, 2097152 bytes, linear)
Dec 16 00:17:54 skynet kernel: UDP-Lite hash table entries: 32768 (order: 9, 2097152 bytes, linear)
Dec 16 00:17:54 skynet kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Dec 16 00:17:54 skynet kernel: NET: Registered PF_XDP protocol family
Dec 16 00:17:54 skynet kernel: pci 0000:01:00.0: ROM [mem 0xfff80000-0xffffffff pref]: can't claim; no compatible bridge window
Dec 16 00:17:54 skynet kernel: pci 0000:05:01.0: bridge window [io 0x1000-0x0fff] to [bus 07-2b] add_size 1000
Dec 16 00:17:54 skynet kernel: pci 0000:05:04.0: bridge window [io 0x1000-0x0fff] to [bus 2d-51] add_size 1000
Dec 16 00:17:54 skynet kernel: pci 0000:04:00.0: bridge window [io 0x1000-0x0fff] to [bus 05-51] add_size 2000
Dec 16 00:17:54 skynet kernel: pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 04-51] add_size 3000
Dec 16 00:17:54 skynet kernel: pci 0000:00:1c.0: bridge window [io 0x4000-0x6fff]: assigned
Dec 16 00:17:54 skynet kernel: pci 0000:01:00.0: ROM [mem 0xce080000-0xce0fffff pref]: assigned
Dec 16 00:17:54 skynet kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Dec 16 00:17:54 skynet kernel: pci 0000:00:01.0: bridge window [io 0x2000-0x2fff]
Dec 16 00:17:54 skynet kernel: pci 0000:00:01.0: bridge window [mem 0xcd000000-0xce0fffff]
Dec 16 00:17:54 skynet kernel: pci 0000:00:01.0: bridge window [mem 0xa0000000-0xb1ffffff 64bit pref]
Dec 16 00:17:54 skynet kernel: pci 0000:00:1b.0: PCI bridge to [bus 02]
Dec 16 00:17:54 skynet kernel: pci 0000:00:1b.0: bridge window [mem 0xce300000-0xce3fffff]
Dec 16 00:17:54 skynet kernel: pci 0000:04:00.0: bridge window [io 0x4000-0x5fff]: assigned
Dec 16 00:17:54 skynet kernel: pci 0000:05:01.0: bridge window [io 0x4000-0x4fff]: assigned
Dec 16 00:17:54 skynet kernel: pci 0000:05:04.0: bridge window [io 0x5000-0x5fff]: assigned
Dec 16 00:17:54 skynet kernel: pci 0000:05:00.0: PCI bridge to [bus 06]
Dec 16 00:17:54 skynet kernel: pci 0000:05:00.0: bridge window [mem 0xcc100000-0xcc1fffff]
Dec 16 00:17:54 skynet kernel: pci 0000:05:01.0: PCI bridge to [bus 07-2b]
Dec 16 00:17:54 skynet kernel: pci 0000:05:01.0: bridge window [io 0x4000-0x4fff]
Dec 16 00:17:54 skynet kernel: pci 0000:05:01.0: bridge window [mem 0xb4000000-0xbfffffff]
Dec 16 00:17:54 skynet kernel: pci 0000:05:01.0: bridge window [mem 0x6000000000-0x601fffffff 64bit pref]
Dec 16 00:17:54 skynet kernel: pci 0000:05:02.0: PCI bridge to [bus 2c]
Dec 16 00:17:54 skynet kernel: pci 0000:05:02.0: bridge window [mem 0xc0000000-0xc00fffff]
Dec 16 00:17:54 skynet kernel: pci 0000:05:04.0: PCI bridge to [bus 2d-51]
Dec 16 00:17:54 skynet kernel: pci 0000:05:04.0: bridge window [io 0x5000-0x5fff]
Dec 16 00:17:54 skynet kernel: pci 0000:05:04.0: bridge window [mem 0xc0100000-0xcc0fffff]
Dec 16 00:17:54 skynet kernel: pci 0000:05:04.0: bridge window [mem 0x6020000000-0x603fffffff 64bit pref]
Dec 16 00:17:54 skynet kernel: pci 0000:04:00.0: PCI bridge to [bus 05-51]
Dec 16 00:17:54 skynet kernel: pci 0000:04:00.0: bridge window [io 0x4000-0x5fff]
Dec 16 00:17:54 skynet kernel: pci 0000:04:00.0: bridge window [mem 0xb4000000-0xcc1fffff]
Dec 16 00:17:54 skynet kernel: pci 0000:04:00.0: bridge window [mem 0x6000000000-0x603fffffff 64bit pref]
Dec 16 00:17:54 skynet kernel: pci 0000:00:1c.0: PCI bridge to [bus 04-51]
Dec 16 00:17:54 skynet kernel: pci 0000:00:1c.0: bridge window [io 0x4000-0x6fff]
Dec 16 00:17:54 skynet kernel: pci 0000:00:1c.0: bridge window [mem 0xb4000000-0xcc1fffff]
Dec 16 00:17:54 skynet kernel: pci 0000:00:1c.0: bridge window [mem 0x6000000000-0x603fffffff 64bit pref]
Dec 16 00:17:54 skynet kernel: pci 0000:00:1c.5: PCI bridge to [bus 52]
Dec 16 00:17:54 skynet kernel: pci 0000:00:1c.5: bridge window [mem 0xce200000-0xce2fffff]
Dec 16 00:17:54 skynet kernel: pci 0000:00:1c.7: PCI bridge to [bus 54]
Dec 16 00:17:54 skynet kernel: pci 0000:00:1c.7: bridge window [mem 0xce100000-0xce1fffff]
Dec 16 00:17:54 skynet kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
Dec 16 00:17:54 skynet kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
Dec 16 00:17:54 skynet kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Dec 16 00:17:54 skynet kernel: pci_bus 0000:00: resource 7 [mem 0x9f800000-0xefffffff window]
Dec 16 00:17:54 skynet kernel: pci_bus 0000:00: resource 8 [mem 0x4000000000-0x7fffffffff window]
Dec 16 00:17:54 skynet kernel: pci_bus 0000:00: resource 9 [mem 0xfc800000-0xfe7fffff window]
Dec 16 00:17:54 skynet kernel: pci_bus 0000:01: resource 0 [io 0x2000-0x2fff]
Dec 16 00:17:54 skynet kernel: pci_bus 0000:01: resource 1 [mem 0xcd000000-0xce0fffff]
Dec 16 00:17:54 skynet kernel: pci_bus 0000:01: resource 2 [mem 0xa0000000-0xb1ffffff 64bit pref]
Dec 16 00:17:54 skynet kernel: pci_bus 0000:02: resource 1 [mem 0xce300000-0xce3fffff]
Dec 16 00:17:54 skynet kernel: pci_bus 0000:04: resource 0 [io 0x4000-0x6fff]
Dec 16 00:17:54 skynet kernel: pci_bus 0000:04: resource 1 [mem 0xb4000000-0xcc1fffff]
Dec 16 00:17:54 skynet kernel: pci_bus 0000:04: resource 2 [mem 0x6000000000-0x603fffffff 64bit pref]
Dec 16 00:17:54 skynet kernel: pci_bus 0000:05: resource 0 [io 0x4000-0x5fff]
Dec 16 00:17:54 skynet kernel: pci_bus 0000:05: resource 1 [mem 0xb4000000-0xcc1fffff]
Dec 16 00:17:54 skynet kernel: pci_bus 0000:05: resource 2 [mem 0x6000000000-0x603fffffff 64bit pref]
Dec 16 00:17:54 skynet kernel: pci_bus 0000:06: resource 1 [mem 0xcc100000-0xcc1fffff]
Dec 16 00:17:54 skynet kernel: pci_bus 0000:07: resource 0 [io 0x4000-0x4fff]
Dec 16 00:17:54 skynet kernel: pci_bus 0000:07: resource 1 [mem 0xb4000000-0xbfffffff]
Dec 16 00:17:54 skynet kernel: pci_bus 0000:07: resource 2 [mem 0x6000000000-0x601fffffff 64bit pref]
Dec 16 00:17:54 skynet kernel: pci_bus 0000:2c: resource 1 [mem 0xc0000000-0xc00fffff]
Dec 16 00:17:54 skynet kernel: pci_bus 0000:2d: resource 0 [io 0x5000-0x5fff]
Dec 16 00:17:54 skynet kernel: pci_bus 0000:2d: resource 1 [mem 0xc0100000-0xcc0fffff]
Dec 16 00:17:54 skynet kernel: pci_bus 0000:2d: resource 2 [mem 0x6020000000-0x603fffffff 64bit pref]
Dec 16 00:17:54 skynet kernel: pci_bus 0000:52: resource 1 [mem 0xce200000-0xce2fffff]
Dec 16 00:17:54 skynet kernel: pci_bus 0000:54: resource 1 [mem 0xce100000-0xce1fffff]
Dec 16 00:17:54 skynet kernel: pci 0000:01:00.1: extending delay after power-on from D3hot to 20 msec
Dec 16 00:17:54 skynet kernel: pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
Dec 16 00:17:54 skynet kernel: pci 0000:01:00.2: D0 power state depends on 0000:01:00.0
Dec 16 00:17:54 skynet kernel: pci 0000:01:00.3: D0 power state depends on 0000:01:00.0
Dec 16 00:17:54 skynet kernel: PCI: CLS 128 bytes, default 64
Dec 16 00:17:54 skynet kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Dec 16 00:17:54 skynet kernel: software IO TLB: mapped [mem 0x0000000085c79000-0x0000000089c79000] (64MB)
Dec 16 00:17:54 skynet kernel: sgx: EPC section 0x90200000-0x95ffffff
Dec 16 00:17:54 skynet kernel: Trying to unpack rootfs image as initramfs...
Dec 16 00:17:54 skynet kernel: Initialise system trusted keyrings
Dec 16 00:17:54 skynet kernel: Key type blacklist registered
Dec 16 00:17:54 skynet kernel: workingset: timestamp_bits=36 max_order=24 bucket_order=0
Dec 16 00:17:54 skynet kernel: fuse: init (API version 7.44)
Dec 16 00:17:54 skynet kernel: integrity: Platform Keyring initialized
Dec 16 00:17:54 skynet kernel: integrity: Machine keyring initialized
Dec 16 00:17:54 skynet kernel: xor: automatically using best checksumming function avx
Dec 16 00:17:54 skynet kernel: Key type asymmetric registered
Dec 16 00:17:54 skynet kernel: Asymmetric key parser 'x509' registered
Dec 16 00:17:54 skynet kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
Dec 16 00:17:54 skynet kernel: io scheduler mq-deadline registered
Dec 16 00:17:54 skynet kernel: io scheduler kyber registered
Dec 16 00:17:54 skynet kernel: io scheduler bfq registered
Dec 16 00:17:54 skynet kernel: ledtrig-cpu: registered to indicate activity on CPUs
Dec 16 00:17:54 skynet kernel: pcieport 0000:00:01.0: PME: Signaling with IRQ 120
Dec 16 00:17:54 skynet kernel: pcieport 0000:00:1b.0: PME: Signaling with IRQ 121
Dec 16 00:17:54 skynet kernel: pcieport 0000:00:1c.0: PME: Signaling with IRQ 122
Dec 16 00:17:54 skynet kernel: pcieport 0000:00:1c.0: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
Dec 16 00:17:54 skynet kernel: pcieport 0000:00:1c.5: PME: Signaling with IRQ 123
Dec 16 00:17:54 skynet kernel: pcieport 0000:00:1c.7: PME: Signaling with IRQ 124
Dec 16 00:17:54 skynet kernel: pcieport 0000:05:01.0: pciehp: Slot #1 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
Dec 16 00:17:54 skynet kernel: pcieport 0000:05:04.0: pciehp: Slot #4 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
Dec 16 00:17:54 skynet kernel: ACPI: AC: AC Adapter [AC] (on-line)
Dec 16 00:17:54 skynet kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
Dec 16 00:17:54 skynet kernel: ACPI: button: Sleep Button [SLPB]
Dec 16 00:17:54 skynet kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
Dec 16 00:17:54 skynet kernel: ACPI: button: Lid Switch [LID]
Dec 16 00:17:54 skynet kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
Dec 16 00:17:54 skynet kernel: ACPI: button: Power Button [PWRF]
Dec 16 00:17:54 skynet kernel: thermal LNXTHERM:00: registered as thermal_zone0
Dec 16 00:17:54 skynet kernel: ACPI: thermal: Thermal Zone [THM0] (48 C)
Dec 16 00:17:54 skynet kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Dec 16 00:17:54 skynet kernel: serial 0000:00:16.3: enabling device (0000 -> 0003)
Dec 16 00:17:54 skynet kernel: 0000:00:16.3: ttyS4 at I/O 0x3060 (irq = 19, base_baud = 115200) is a 16550A
Dec 16 00:17:54 skynet kernel: hpet_acpi_add: no address or irqs in _CRS
Dec 16 00:17:54 skynet kernel: Non-volatile memory driver v1.3
Dec 16 00:17:54 skynet kernel: Linux agpgart interface v0.103
Dec 16 00:17:54 skynet kernel: ACPI: bus type drm_connector registered
Dec 16 00:17:54 skynet kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Dec 16 00:17:54 skynet kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
Dec 16 00:17:54 skynet kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000000009810
Dec 16 00:17:54 skynet kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Dec 16 00:17:54 skynet kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Dec 16 00:17:54 skynet kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
Dec 16 00:17:54 skynet kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.17
Dec 16 00:17:54 skynet kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 16 00:17:54 skynet kernel: usb usb1: Product: xHCI Host Controller
Dec 16 00:17:54 skynet kernel: usb usb1: Manufacturer: Linux 6.17.9-arch1-1 xhci-hcd
Dec 16 00:17:54 skynet kernel: usb usb1: SerialNumber: 0000:00:14.0
Dec 16 00:17:54 skynet kernel: hub 1-0:1.0: USB hub found
Dec 16 00:17:54 skynet kernel: hub 1-0:1.0: 16 ports detected
Dec 16 00:17:54 skynet kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.17
Dec 16 00:17:54 skynet kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 16 00:17:54 skynet kernel: usb usb2: Product: xHCI Host Controller
Dec 16 00:17:54 skynet kernel: usb usb2: Manufacturer: Linux 6.17.9-arch1-1 xhci-hcd
Dec 16 00:17:54 skynet kernel: usb usb2: SerialNumber: 0000:00:14.0
Dec 16 00:17:54 skynet kernel: hub 2-0:1.0: USB hub found
Dec 16 00:17:54 skynet kernel: hub 2-0:1.0: 10 ports detected
Dec 16 00:17:54 skynet kernel: xhci_hcd 0000:01:00.2: xHCI Host Controller
Dec 16 00:17:54 skynet kernel: xhci_hcd 0000:01:00.2: new USB bus registered, assigned bus number 3
Dec 16 00:17:54 skynet kernel: xhci_hcd 0000:01:00.2: hcc params 0x0180ff05 hci version 0x110 quirks 0x0000000000000010
Dec 16 00:17:54 skynet kernel: xhci_hcd 0000:01:00.2: xHCI Host Controller
Dec 16 00:17:54 skynet kernel: xhci_hcd 0000:01:00.2: new USB bus registered, assigned bus number 4
Dec 16 00:17:54 skynet kernel: xhci_hcd 0000:01:00.2: Host supports USB 3.1 Enhanced SuperSpeed
Dec 16 00:17:54 skynet kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.17
Dec 16 00:17:54 skynet kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 16 00:17:54 skynet kernel: usb usb3: Product: xHCI Host Controller
Dec 16 00:17:54 skynet kernel: usb usb3: Manufacturer: Linux 6.17.9-arch1-1 xhci-hcd
Dec 16 00:17:54 skynet kernel: usb usb3: SerialNumber: 0000:01:00.2
Dec 16 00:17:54 skynet kernel: hub 3-0:1.0: USB hub found
Dec 16 00:17:54 skynet kernel: hub 3-0:1.0: 2 ports detected
Dec 16 00:17:54 skynet kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
Dec 16 00:17:54 skynet kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.17
Dec 16 00:17:54 skynet kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 16 00:17:54 skynet kernel: usb usb4: Product: xHCI Host Controller
Dec 16 00:17:54 skynet kernel: usb usb4: Manufacturer: Linux 6.17.9-arch1-1 xhci-hcd
Dec 16 00:17:54 skynet kernel: usb usb4: SerialNumber: 0000:01:00.2
Dec 16 00:17:54 skynet kernel: hub 4-0:1.0: USB hub found
Dec 16 00:17:54 skynet kernel: hub 4-0:1.0: 4 ports detected
Dec 16 00:17:54 skynet kernel: xhci_hcd 0000:2c:00.0: xHCI Host Controller
Dec 16 00:17:54 skynet kernel: xhci_hcd 0000:2c:00.0: new USB bus registered, assigned bus number 5
Dec 16 00:17:54 skynet kernel: xhci_hcd 0000:2c:00.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000200009810
Dec 16 00:17:54 skynet kernel: xhci_hcd 0000:2c:00.0: xHCI Host Controller
Dec 16 00:17:54 skynet kernel: xhci_hcd 0000:2c:00.0: new USB bus registered, assigned bus number 6
Dec 16 00:17:54 skynet kernel: xhci_hcd 0000:2c:00.0: Host supports USB 3.1 Enhanced SuperSpeed
Dec 16 00:17:54 skynet kernel: usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.17
Dec 16 00:17:54 skynet kernel: usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 16 00:17:54 skynet kernel: usb usb5: Product: xHCI Host Controller
Dec 16 00:17:54 skynet kernel: usb usb5: Manufacturer: Linux 6.17.9-arch1-1 xhci-hcd
Dec 16 00:17:54 skynet kernel: usb usb5: SerialNumber: 0000:2c:00.0
Dec 16 00:17:54 skynet kernel: hub 5-0:1.0: USB hub found
Dec 16 00:17:54 skynet kernel: hub 5-0:1.0: 2 ports detected
Dec 16 00:17:54 skynet kernel: usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.17
Dec 16 00:17:54 skynet kernel: usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 16 00:17:54 skynet kernel: usb usb6: Product: xHCI Host Controller
Dec 16 00:17:54 skynet kernel: usb usb6: Manufacturer: Linux 6.17.9-arch1-1 xhci-hcd
Dec 16 00:17:54 skynet kernel: usb usb6: SerialNumber: 0000:2c:00.0
Dec 16 00:17:54 skynet kernel: hub 6-0:1.0: USB hub found
Dec 16 00:17:54 skynet kernel: hub 6-0:1.0: 2 ports detected
Dec 16 00:17:54 skynet kernel: usbcore: registered new interface driver usbserial_generic
Dec 16 00:17:54 skynet kernel: usbserial: USB Serial support registered for generic
Dec 16 00:17:54 skynet kernel: i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
Dec 16 00:17:54 skynet kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Dec 16 00:17:54 skynet kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Dec 16 00:17:54 skynet kernel: rtc_cmos 00:04: RTC can wake from S4
Dec 16 00:17:54 skynet kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
Dec 16 00:17:54 skynet kernel: rtc_cmos 00:04: registered as rtc0
Dec 16 00:17:54 skynet kernel: rtc_cmos 00:04: setting system clock to 2025-12-16T05:17:51 UTC (1765862271)
Dec 16 00:17:54 skynet kernel: rtc_cmos 00:04: alarms up to one month, y3k, 242 bytes nvram
Dec 16 00:17:54 skynet kernel: intel_pstate: Intel P-state driver initializing
Dec 16 00:17:54 skynet kernel: intel_pstate: Disabling energy efficiency optimization
Dec 16 00:17:54 skynet kernel: intel_pstate: HWP enabled
Dec 16 00:17:54 skynet kernel: simple-framebuffer simple-framebuffer.0: [drm] Registered 1 planes with drm panic
Dec 16 00:17:54 skynet kernel: [drm] Initialized simpledrm 1.0.0 for simple-framebuffer.0 on minor 0
Dec 16 00:17:54 skynet kernel: fbcon: Deferring console take-over
Dec 16 00:17:54 skynet kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
Dec 16 00:17:54 skynet kernel: hid: raw HID events driver (C) Jiri Kosina
Dec 16 00:17:54 skynet kernel: usbcore: registered new interface driver usbhid
Dec 16 00:17:54 skynet kernel: usbhid: USB HID core driver
Dec 16 00:17:54 skynet kernel: drop_monitor: Initializing network drop monitor service
Dec 16 00:17:54 skynet kernel: NET: Registered PF_INET6 protocol family
Dec 16 00:17:54 skynet kernel: Segment Routing with IPv6
Dec 16 00:17:54 skynet kernel: RPL Segment Routing with IPv6
Dec 16 00:17:54 skynet kernel: In-situ OAM (IOAM) with IPv6
Dec 16 00:17:54 skynet kernel: NET: Registered PF_PACKET protocol family
Dec 16 00:17:54 skynet kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Dec 16 00:17:54 skynet kernel: microcode: Current revision: 0x00000104
Dec 16 00:17:54 skynet kernel: IPI shorthand broadcast: enabled
Dec 16 00:17:54 skynet kernel: sched_clock: Marking stable (712001021, 7290459)->(766797268, -47505788)
Dec 16 00:17:54 skynet kernel: registered taskstats version 1
Dec 16 00:17:54 skynet kernel: Loading compiled-in X.509 certificates
Dec 16 00:17:54 skynet kernel: ACPI: battery: Slot [BAT0] (battery present)
Dec 16 00:17:54 skynet kernel: Freeing initrd memory: 190692K
Dec 16 00:17:54 skynet kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 1577f8be95d63b7b2152f007b3b06c73d0413c41'
Dec 16 00:17:54 skynet kernel: zswap: loaded using pool zstd/zsmalloc
Dec 16 00:17:54 skynet kernel: Demotion targets for Node 0: null
Dec 16 00:17:54 skynet kernel: Key type .fscrypt registered
Dec 16 00:17:54 skynet kernel: Key type fscrypt-provisioning registered
Dec 16 00:17:54 skynet kernel: Btrfs loaded, zoned=yes, fsverity=yes
Dec 16 00:17:54 skynet kernel: Key type big_key registered
Dec 16 00:17:54 skynet kernel: integrity: Loading X.509 certificate: UEFI:db
Dec 16 00:17:54 skynet kernel: integrity: Loaded X.509 cert 'Lenovo Ltd.: ThinkPad Product CA 2012: 838b1f54c1550463f45f98700640f11069265949'
Dec 16 00:17:54 skynet kernel: integrity: Loading X.509 certificate: UEFI:db
Dec 16 00:17:54 skynet kernel: integrity: Loaded X.509 cert 'Lenovo UEFI CA 2014: 4b91a68732eaefdd2c8ffffc6b027ec3449e9c8f'
Dec 16 00:17:54 skynet kernel: integrity: Loading X.509 certificate: UEFI:db
Dec 16 00:17:54 skynet kernel: integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
Dec 16 00:17:54 skynet kernel: integrity: Loading X.509 certificate: UEFI:db
Dec 16 00:17:54 skynet kernel: integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
Dec 16 00:17:54 skynet kernel: PM: Magic number: 5:487:264
Dec 16 00:17:54 skynet kernel: RAS: Correctable Errors collector initialized.
Dec 16 00:17:54 skynet kernel: clk: Disabling unused clocks
Dec 16 00:17:54 skynet kernel: PM: genpd: Disabling unused power domains
Dec 16 00:17:54 skynet kernel: Freeing unused decrypted memory: 2028K
Dec 16 00:17:54 skynet kernel: Freeing unused kernel image (initmem) memory: 4688K
Dec 16 00:17:54 skynet kernel: Write protecting the kernel read-only data: 36864k
Dec 16 00:17:54 skynet kernel: Freeing unused kernel image (text/rodata gap) memory: 412K
Dec 16 00:17:54 skynet kernel: Freeing unused kernel image (rodata/data gap) memory: 180K
Dec 16 00:17:54 skynet kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Dec 16 00:17:54 skynet kernel: rodata_test: all tests were successful
Dec 16 00:17:54 skynet kernel: Run /init as init process
Dec 16 00:17:54 skynet kernel: with arguments:
Dec 16 00:17:54 skynet kernel: /init
Dec 16 00:17:54 skynet kernel: with environment:
Dec 16 00:17:54 skynet kernel: HOME=/
Dec 16 00:17:54 skynet kernel: TERM=linux
Dec 16 00:17:54 skynet kernel: usb 1-8: new high-speed USB device number 2 using xhci_hcd
Dec 16 00:17:54 skynet kernel: usb 1-8: New USB device found, idVendor=04f2, idProduct=b681, bcdDevice=69.26
Dec 16 00:17:54 skynet kernel: usb 1-8: New USB device strings: Mfr=3, Product=1, SerialNumber=2
Dec 16 00:17:54 skynet kernel: usb 1-8: Product: Integrated Camera
Dec 16 00:17:54 skynet kernel: usb 1-8: Manufacturer: Chicony Electronics Co.,Ltd.
Dec 16 00:17:54 skynet kernel: usb 1-8: SerialNumber: 6926
Dec 16 00:17:54 skynet kernel: usb 1-9: new full-speed USB device number 3 using xhci_hcd
Dec 16 00:17:54 skynet kernel: usb 1-9: New USB device found, idVendor=06cb, idProduct=00bd, bcdDevice= 0.00
Dec 16 00:17:54 skynet kernel: usb 1-9: New USB device strings: Mfr=0, Product=0, SerialNumber=1
Dec 16 00:17:54 skynet kernel: usb 1-9: SerialNumber: 5662ea638206
Dec 16 00:17:54 skynet kernel: i915 0000:00:02.0: enabling device (0006 -> 0007)
Dec 16 00:17:54 skynet kernel: i915 0000:00:02.0: [drm] Found coffeelake (device ID 3e9b) integrated display version 9.00 stepping N/A
Dec 16 00:17:54 skynet kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
Dec 16 00:17:54 skynet kernel: i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=none:owns=mem
Dec 16 00:17:54 skynet kernel: i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
Dec 16 00:17:54 skynet kernel: i915 0000:00:02.0: [drm] Registered 3 planes with drm panic
Dec 16 00:17:54 skynet kernel: [drm] Initialized i915 1.6.0 for 0000:00:02.0 on minor 1
Dec 16 00:17:54 skynet kernel: ACPI: video: [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
Dec 16 00:17:54 skynet kernel: ACPI: video: Video Device [PEGP] (multi-head: yes rom: no post: no)
Dec 16 00:17:54 skynet kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input5
Dec 16 00:17:54 skynet kernel: usb 1-10: new full-speed USB device number 4 using xhci_hcd
Dec 16 00:17:54 skynet kernel: ACPI: video: Video Device [GFX0] (multi-head: yes rom: no post: no)
Dec 16 00:17:54 skynet kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input6
Dec 16 00:17:54 skynet kernel: fbcon: i915drmfb (fb0) is primary device
Dec 16 00:17:54 skynet kernel: fbcon: Deferring console take-over
Dec 16 00:17:54 skynet kernel: i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
Dec 16 00:17:54 skynet kernel: usb 1-10: New USB device found, idVendor=056a, idProduct=51e9, bcdDevice= 0.02
Dec 16 00:17:54 skynet kernel: usb 1-10: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Dec 16 00:17:54 skynet kernel: usb 1-10: Product: Pen and multitouch sensor
Dec 16 00:17:54 skynet kernel: usb 1-10: Manufacturer: Wacom Co.,Ltd.
Dec 16 00:17:54 skynet kernel: input: Wacom Co.,Ltd. Pen and multitouch sensor Touchscreen as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.0/0003:056A:51E9.0001/input/input7
Dec 16 00:17:54 skynet kernel: input: Wacom Co.,Ltd. Pen and multitouch sensor as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.0/0003:056A:51E9.0001/input/input8
Dec 16 00:17:54 skynet kernel: input: Wacom Co.,Ltd. Pen and multitouch sensor Stylus as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.0/0003:056A:51E9.0001/input/input9
Dec 16 00:17:54 skynet kernel: input: Wacom Co.,Ltd. Pen and multitouch sensor as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.0/0003:056A:51E9.0001/input/input10
Dec 16 00:17:54 skynet kernel: input: Wacom Co.,Ltd. Pen and multitouch sensor Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.0/0003:056A:51E9.0001/input/input11
Dec 16 00:17:54 skynet kernel: hid-generic 0003:056A:51E9.0001: input,hiddev96,hidraw0: USB HID v1.11 Mouse [Wacom Co.,Ltd. Pen and multitouch sensor] on usb-0000:00:14.0-10/input0
Dec 16 00:17:54 skynet kernel: nvidia: loading out-of-tree module taints kernel.
Dec 16 00:17:54 skynet kernel: nvidia: module license 'NVIDIA' taints kernel.
Dec 16 00:17:54 skynet kernel: Disabling lock debugging due to kernel taint
Dec 16 00:17:54 skynet kernel: nvidia: module verification failed: signature and/or required key missing - tainting kernel
Dec 16 00:17:54 skynet kernel: nvidia: module license taints kernel.
Dec 16 00:17:54 skynet kernel: tsc: Refined TSC clocksource calibration: 2591.998 MHz
Dec 16 00:17:54 skynet kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x255cb518234, max_idle_ns: 440795279333 ns
Dec 16 00:17:54 skynet kernel: clocksource: Switched to clocksource tsc
Dec 16 00:17:54 skynet kernel: usb 1-14: new full-speed USB device number 5 using xhci_hcd
Dec 16 00:17:54 skynet kernel: usb 1-14: New USB device found, idVendor=8087, idProduct=0029, bcdDevice= 0.01
Dec 16 00:17:54 skynet kernel: usb 1-14: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Dec 16 00:17:54 skynet kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 237
Dec 16 00:17:54 skynet kernel:
Dec 16 00:17:54 skynet kernel: nvidia 0000:01:00.0: enabling device (0000 -> 0003)
Dec 16 00:17:54 skynet kernel: nvidia 0000:01:00.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=none:owns=none
Dec 16 00:17:54 skynet kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module 580.105.08 Wed Oct 29 23:15:11 UTC 2025
Dec 16 00:17:54 skynet kernel: nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms 580.105.08 Wed Oct 29 22:15:26 UTC 2025
Dec 16 00:17:54 skynet kernel: nvidia_uvm: module uses symbols nvUvmInterfaceDisableAccessCntr from proprietary module nvidia, inheriting taint.
Dec 16 00:17:54 skynet kernel: [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
Dec 16 00:17:54 skynet kernel: [drm] Initialized nvidia-drm 0.0.0 for 0000:01:00.0 on minor 0
Dec 16 00:17:54 skynet kernel: nvidia 0000:01:00.0: [drm] Cannot find any crtc or sizes
Dec 16 00:17:54 skynet kernel: Key type psk registered
Dec 16 00:17:54 skynet kernel: intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
Dec 16 00:17:54 skynet kernel: idma64 idma64.0: Found Intel integrated DMA 64-bit
Dec 16 00:17:54 skynet kernel: intel-lpss 0000:00:15.1: enabling device (0000 -> 0002)
Dec 16 00:17:54 skynet kernel: idma64 idma64.1: Found Intel integrated DMA 64-bit
Dec 16 00:17:54 skynet kernel: rtsx_pci 0000:54:00.0: enabling device (0000 -> 0002)
Dec 16 00:17:54 skynet kernel: intel-lpss 0000:00:1e.0: enabling device (0000 -> 0002)
Dec 16 00:17:54 skynet kernel: idma64 idma64.2: Found Intel integrated DMA 64-bit
Dec 16 00:17:54 skynet kernel: nvme nvme0: pci function 0000:02:00.0
Dec 16 00:17:54 skynet kernel: nvme nvme0: missing or invalid SUBNQN field.
Dec 16 00:17:54 skynet kernel: nvme nvme0: D3 entry latency set to 8 seconds
Dec 16 00:17:54 skynet kernel: nvme nvme0: 12/0/0 default/read/poll queues
Dec 16 00:17:54 skynet kernel: nvme0n1: p1 p2 p3 p4 p5 p6 p7
Dec 16 00:17:54 skynet kernel: fbcon: Taking over console
Dec 16 00:17:54 skynet kernel: Console: switching to colour frame buffer device 240x67
Dec 16 00:17:54 skynet kernel: EXT4-fs (nvme0n1p6): mounted filesystem 6ad88d6e-0c6d-4738-be74-67829c639804 r/w with ordered data mode. Quota mode: none.
Dec 16 00:17:54 skynet systemd[1]: systemd 258.3-1-arch running in system mode (+PAM +AUDIT -SELINUX +APPARMOR -IMA +IPE +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF +XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
Dec 16 00:17:54 skynet systemd[1]: Detected architecture x86-64.
Dec 16 00:17:54 skynet systemd[1]: Hostname set to <skynet>.
Dec 16 00:17:54 skynet systemd[1]: bpf-restrict-fs: LSM BPF program attached
Dec 16 00:17:54 skynet systemd[1]: NetworkManager.service: Found ordering cycle: sysinit.target/start after systemd-boot-random-seed.service/start after local-fs.target/start after mnt-toot.automount/start after network.target/start after NetworkManager.service/start - after sysinit.target
Dec 16 00:17:54 skynet systemd[1]: NetworkManager.service: Job systemd-boot-random-seed.service/start deleted to break ordering cycle starting with NetworkManager.service/start
Dec 16 00:17:54 skynet systemd[1]: sockets.target: Found ordering cycle: systemd-bootctl.socket/start after local-fs.target/start after mnt-toot.automount/start after network.target/start after NetworkManager.service/start after basic.target/start after sockets.target/start - after systemd-bootctl.socket
Dec 16 00:17:54 skynet systemd[1]: sockets.target: Job systemd-bootctl.socket/start deleted to break ordering cycle starting with sockets.target/start
Dec 16 00:17:54 skynet systemd[1]: NetworkManager.service: Found ordering cycle: sysinit.target/start after systemd-journal-catalog-update.service/start after local-fs.target/start after mnt-toot.automount/start after network.target/start after NetworkManager.service/start - after sysinit.target
Dec 16 00:17:54 skynet systemd[1]: NetworkManager.service: Job systemd-journal-catalog-update.service/start deleted to break ordering cycle starting with NetworkManager.service/start
Dec 16 00:17:54 skynet systemd[1]: NetworkManager.service: Found ordering cycle: sysinit.target/start after systemd-update-done.service/start after local-fs.target/start after mnt-toot.automount/start after network.target/start after NetworkManager.service/start - after sysinit.target
Dec 16 00:17:54 skynet systemd[1]: NetworkManager.service: Job systemd-update-done.service/start deleted to break ordering cycle starting with NetworkManager.service/start
Dec 16 00:17:54 skynet systemd[1]: NetworkManager.service: Found ordering cycle: sysinit.target/start after local-fs.target/start after mnt-toot.automount/start after network.target/start after NetworkManager.service/start - after sysinit.target
Dec 16 00:17:54 skynet systemd[1]: NetworkManager.service: Job local-fs.target/start deleted to break ordering cycle starting with NetworkManager.service/start
Dec 16 00:17:54 skynet systemd[1]: Queued start job for default target Graphical Interface.
Dec 16 00:17:54 skynet systemd[1]: Created slice Slice /system/dirmngr.
Dec 16 00:17:54 skynet systemd[1]: Created slice Slice /system/getty.
Dec 16 00:17:54 skynet systemd[1]: Created slice Slice /system/gpg-agent.
Dec 16 00:17:54 skynet systemd[1]: Created slice Slice /system/gpg-agent-browser.
Dec 16 00:17:54 skynet systemd[1]: Created slice Slice /system/gpg-agent-extra.
Dec 16 00:17:54 skynet systemd[1]: Created slice Slice /system/gpg-agent-ssh.
Dec 16 00:17:54 skynet systemd[1]: Created slice Slice /system/keyboxd.
Dec 16 00:17:54 skynet systemd[1]: Created slice Slice /system/modprobe.
Dec 16 00:17:54 skynet systemd[1]: Created slice User and Session Slice.
Dec 16 00:17:54 skynet systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Dec 16 00:17:54 skynet systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Dec 16 00:17:54 skynet systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Dec 16 00:17:54 skynet systemd[1]: Expecting device /dev/disk/by-uuid/09749221-4bee-487d-a225-ec77d80f3c15...
Dec 16 00:17:54 skynet systemd[1]: Expecting device /dev/disk/by-uuid/0EA9-FF99...
Dec 16 00:17:54 skynet systemd[1]: Expecting device /dev/disk/by-uuid/A6069D22069CF491...
Dec 16 00:17:54 skynet systemd[1]: Reached target Local Encrypted Volumes.
Dec 16 00:17:54 skynet systemd[1]: Reached target Login Prompts.
Dec 16 00:17:54 skynet systemd[1]: Reached target Image Downloads.
Dec 16 00:17:54 skynet systemd[1]: Reached target Local Integrity Protected Volumes.
Dec 16 00:17:54 skynet systemd[1]: Reached target Path Units.
Dec 16 00:17:54 skynet systemd[1]: Reached target Remote File Systems.
Dec 16 00:17:54 skynet systemd[1]: Reached target Slice Units.
Dec 16 00:17:54 skynet systemd[1]: Reached target Local Verity Protected Volumes.
Dec 16 00:17:54 skynet systemd[1]: Listening on Device-mapper event daemon FIFOs.
Dec 16 00:17:54 skynet systemd[1]: Listening on Query the User Interactively for a Password.
Dec 16 00:17:54 skynet systemd[1]: Listening on Process Core Dump Socket.
Dec 16 00:17:54 skynet systemd[1]: Listening on Credential Encryption/Decryption.
Dec 16 00:17:54 skynet systemd[1]: Listening on Factory Reset Management.
Dec 16 00:17:54 skynet systemd[1]: Listening on Journal Socket (/dev/log).
Dec 16 00:17:54 skynet systemd[1]: Listening on Journal Sockets.
Dec 16 00:17:54 skynet systemd[1]: TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Dec 16 00:17:54 skynet systemd[1]: Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Dec 16 00:17:54 skynet systemd[1]: Listening on System Extension Image Management.
Dec 16 00:17:54 skynet systemd[1]: Listening on udev Control Socket.
Dec 16 00:17:54 skynet systemd[1]: Listening on udev Kernel Socket.
Dec 16 00:17:54 skynet systemd[1]: Listening on udev Varlink Socket.
Dec 16 00:17:54 skynet systemd[1]: Listening on User Database Manager Socket.
Dec 16 00:17:54 skynet systemd[1]: Mounting Huge Pages File System...
Dec 16 00:17:54 skynet systemd[1]: Mounting POSIX Message Queue File System...
Dec 16 00:17:54 skynet systemd[1]: Mounting Kernel Debug File System...
Dec 16 00:17:54 skynet systemd[1]: Mounting Kernel Trace File System...
Dec 16 00:17:54 skynet systemd[1]: Starting Create List of Static Device Nodes...
Dec 16 00:17:54 skynet systemd[1]: Load Kernel Module configfs was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!configfs).
Dec 16 00:17:54 skynet systemd[1]: Mounting Kernel Configuration File System...
Dec 16 00:17:54 skynet systemd[1]: Starting Load Kernel Module dm_mod...
Dec 16 00:17:54 skynet systemd[1]: Load Kernel Module drm was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!drm).
Dec 16 00:17:54 skynet systemd[1]: Load Kernel Module fuse was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!fuse).
Dec 16 00:17:54 skynet systemd[1]: Mounting FUSE Control File System...
Dec 16 00:17:54 skynet systemd[1]: Starting Load Kernel Module loop...
Dec 16 00:17:54 skynet systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
Dec 16 00:17:54 skynet systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Dec 16 00:17:54 skynet systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
Dec 16 00:17:54 skynet systemd[1]: Starting Journal Service...
Dec 16 00:17:54 skynet systemd[1]: Starting Load Kernel Modules...
Dec 16 00:17:54 skynet systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Dec 16 00:17:54 skynet systemd[1]: Starting Remount Root and Kernel File Systems...
Dec 16 00:17:54 skynet systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Dec 16 00:17:54 skynet systemd[1]: Starting Load udev Rules from Credentials...
Dec 16 00:17:54 skynet systemd[1]: Starting Coldplug All udev Devices...
Dec 16 00:17:54 skynet systemd[1]: Mounted Huge Pages File System.
Dec 16 00:17:54 skynet systemd[1]: Mounted POSIX Message Queue File System.
Dec 16 00:17:54 skynet systemd[1]: Mounted Kernel Debug File System.
Dec 16 00:17:54 skynet systemd[1]: Mounted Kernel Trace File System.
Dec 16 00:17:54 skynet kernel: loop: module loaded
Dec 16 00:17:54 skynet systemd[1]: Finished Create List of Static Device Nodes.
Dec 16 00:17:54 skynet systemd[1]: Mounted Kernel Configuration File System.
Dec 16 00:17:54 skynet systemd[1]: Mounted FUSE Control File System.
Dec 16 00:17:54 skynet systemd[1]: modprobe@loop.service: Deactivated successfully.
Dec 16 00:17:54 skynet systemd[1]: Finished Load Kernel Module loop.
Dec 16 00:17:54 skynet systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
Dec 16 00:17:54 skynet systemd[1]: Finished Load Kernel Modules.
Dec 16 00:17:54 skynet systemd[1]: Starting Apply Kernel Variables...
Dec 16 00:17:54 skynet kernel: device-mapper: uevent: version 1.0.3
Dec 16 00:17:54 skynet kernel: device-mapper: ioctl: 4.50.0-ioctl (2025-04-28) initialised: dm-devel@lists.linux.dev
Dec 16 00:17:54 skynet systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Dec 16 00:17:54 skynet systemd[1]: Finished Load Kernel Module dm_mod.
Dec 16 00:17:54 skynet systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Dec 16 00:17:54 skynet systemd[1]: Finished Load udev Rules from Credentials.
Dec 16 00:17:54 skynet kernel: EXT4-fs (nvme0n1p6): re-mounted 6ad88d6e-0c6d-4738-be74-67829c639804.
Dec 16 00:17:54 skynet systemd[1]: Finished Remount Root and Kernel File Systems.
Dec 16 00:17:54 skynet systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Dec 16 00:17:54 skynet systemd[1]: Starting Load/Save OS Random Seed...
Dec 16 00:17:54 skynet systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Dec 16 00:17:54 skynet systemd[1]: Finished Apply Kernel Variables.
Dec 16 00:17:54 skynet systemd-journald[347]: Collecting audit messages is disabled.
Dec 16 00:17:54 skynet systemd[1]: Starting Load JSON user/group Records from Credentials...
Dec 16 00:17:54 skynet systemd[1]: Starting User Database Manager...
Dec 16 00:17:54 skynet systemd[1]: Finished Load/Save OS Random Seed.
Dec 16 00:17:54 skynet systemd[1]: Finished Load JSON user/group Records from Credentials.
Dec 16 00:17:54 skynet systemd[1]: Started User Database Manager.
Dec 16 00:17:54 skynet systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
Dec 16 00:17:54 skynet systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Dec 16 00:17:54 skynet systemd[1]: Starting Create Static Device Nodes in /dev...
Dec 16 00:17:54 skynet systemd-journald[347]: Journal started
Dec 16 00:17:54 skynet systemd-journald[347]: Runtime Journal (/run/log/journal/01fb48006faf4d8f88ed55c0915a488e) is 8M, max 3.1G, 3.1G free.
Dec 16 00:17:54 skynet systemd[1]: Started Journal Service.
Dec 16 00:17:54 skynet systemd[1]: Starting Flush Journal to Persistent Storage...
Dec 16 00:17:54 skynet systemd[1]: Finished Create Static Device Nodes in /dev.
Dec 16 00:17:54 skynet systemd-journald[347]: Time spent on flushing to /var/log/journal/01fb48006faf4d8f88ed55c0915a488e is 21.308ms for 1039 entries.
Dec 16 00:17:54 skynet systemd-journald[347]: System Journal (/var/log/journal/01fb48006faf4d8f88ed55c0915a488e) is 281.7M, max 4G, 3.7G free.
Dec 16 00:17:54 skynet systemd[1]: Reached target Preparation for Local File Systems.
Dec 16 00:17:54 skynet systemd-journald[347]: Received client request to flush runtime journal.
Dec 16 00:17:54 skynet systemd[1]: Starting Rule-based Manager for Device Events and Files...
Dec 16 00:17:54 skynet systemd-journald[347]: /var/log/journal/01fb48006faf4d8f88ed55c0915a488e/system.journal: Realtime clock jumped backwards relative to last journal entry, rotating.
Dec 16 00:17:54 skynet systemd-udevd[388]: Using default interface naming scheme 'v258'.
Dec 16 00:17:54 skynet systemd-journald[347]: Rotating system journal.
Dec 16 00:17:54 skynet systemd-udevd[388]: /etc/udev/rules.d/80-nvidia-pm.rules:2 The line has no effect, ignoring.
Dec 16 00:17:54 skynet kernel: intel_pch_thermal 0000:00:12.0: enabling device (0000 -> 0002)
Dec 16 00:17:54 skynet systemd-udevd[388]: /etc/udev/rules.d/80-nvidia-pm.rules:3 The line has no effect, ignoring.
Dec 16 00:17:54 skynet kernel: wacom 0003:056A:51E9.0001: hidraw0: USB HID v1.11 Mouse [Wacom Co.,Ltd. Pen and multitouch sensor] on usb-0000:00:14.0-10/input0
Dec 16 00:17:54 skynet systemd-udevd[388]: /etc/udev/rules.d/80-nvidia-pm.rules:6 The line has no effect, ignoring.
Dec 16 00:17:54 skynet kernel: input: Wacom Pen and multitouch sensor Pen as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.0/0003:056A:51E9.0001/input/input12
Dec 16 00:17:54 skynet systemd-udevd[388]: /etc/udev/rules.d/80-nvidia-pm.rules:7 The line has no effect, ignoring.
Dec 16 00:17:54 skynet kernel: nvidia-gpu 0000:01:00.3: enabling device (0000 -> 0002)
Dec 16 00:17:54 skynet systemd[1]: Started Rule-based Manager for Device Events and Files.
Dec 16 00:17:54 skynet kernel: input: Wacom Pen and multitouch sensor Finger as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.0/0003:056A:51E9.0001/input/input13
Dec 16 00:17:54 skynet systemd[1]: Finished Coldplug All udev Devices.
Dec 16 00:17:54 skynet kernel: ACPI: bus type thunderbolt registered
Dec 16 00:17:54 skynet systemd[1]: Found device SAMSUNG MZVLB2T0HALB-000L7 archive.
Dec 16 00:17:54 skynet kernel: mei_me 0000:00:16.0: enabling device (0000 -> 0002)
Dec 16 00:17:54 skynet systemd[1]: Found device SAMSUNG MZVLB2T0HALB-000L7 EFI\x20system\x20partition.
Dec 16 00:17:54 skynet kernel: mc: Linux media interface: v0.10
Dec 16 00:17:54 skynet systemd[1]: Found device SAMSUNG MZVLB2T0HALB-000L7 7.
Dec 16 00:17:54 skynet kernel: mousedev: PS/2 mouse device common for all mice
Dec 16 00:17:54 skynet systemd[1]: Finished Flush Journal to Persistent Storage.
Dec 16 00:17:54 skynet kernel: pps_core: LinuxPPS API ver. 1 registered
Dec 16 00:17:54 skynet kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Dec 16 00:17:54 skynet kernel: i801_smbus 0000:00:1f.4: enabling device (0000 -> 0003)
Dec 16 00:17:55 skynet kernel: i801_smbus 0000:00:1f.4: SPD Write Disable is set
Dec 16 00:17:55 skynet kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
Dec 16 00:17:55 skynet kernel: videodev: Linux video capture interface: v2.00
Dec 16 00:17:55 skynet kernel: dw-apb-uart.2: ttyS5 at MMIO 0x604110f000 (irq = 20, base_baud = 115200) is a 16550A
Dec 16 00:17:55 skynet kernel: i2c i2c-13: Successfully instantiated SPD at 0x50
Dec 16 00:17:55 skynet kernel: i2c i2c-13: Successfully instantiated SPD at 0x52
Dec 16 00:17:55 skynet systemd[1]: Created slice Slice /system/systemd-backlight.
Dec 16 00:17:55 skynet systemd[1]: Activating swap /dev/disk/by-uuid/09749221-4bee-487d-a225-ec77d80f3c15...
Dec 16 00:17:55 skynet systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:intel_backlight...
Dec 16 00:17:55 skynet systemd[1]: Starting Create System Files and Directories...
Dec 16 00:17:55 skynet kernel: Bluetooth: Core ver 2.22
Dec 16 00:17:55 skynet kernel: NET: Registered PF_BLUETOOTH protocol family
Dec 16 00:17:55 skynet kernel: Bluetooth: HCI device and connection manager initialized
Dec 16 00:17:55 skynet kernel: Bluetooth: HCI socket layer initialized
Dec 16 00:17:55 skynet kernel: Bluetooth: L2CAP socket layer initialized
Dec 16 00:17:55 skynet kernel: Bluetooth: SCO socket layer initialized
Dec 16 00:17:55 skynet kernel: spi-nor spi0.0: supply vcc not found, using dummy regulator
Dec 16 00:17:55 skynet kernel: thinkpad_acpi: ThinkPad ACPI Extras v0.26
Dec 16 00:17:55 skynet kernel: thinkpad_acpi: http://ibm-acpi.sf.net/
Dec 16 00:17:55 skynet kernel: thinkpad_acpi: ThinkPad BIOS N2NET60W (1.45 ), EC N2NHT30W
Dec 16 00:17:55 skynet kernel: thinkpad_acpi: Lenovo ThinkPad P53, model 20QQS3L700
Dec 16 00:17:55 skynet kernel: PTP clock support registered
Dec 16 00:17:55 skynet kernel: input: PC Speaker as /devices/platform/pcspkr/input/input16
Dec 16 00:17:55 skynet kernel: thinkpad_acpi: radio switch found; radios are enabled
Dec 16 00:17:55 skynet kernel: thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
Dec 16 00:17:55 skynet kernel: thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
Dec 16 00:17:55 skynet kernel: Adding 3096572k swap on /dev/nvme0n1p7. Priority:-2 extents:1 across:3096572k SS
Dec 16 00:17:55 skynet kernel: Creating 1 MTD partitions on "0000:00:1f.5":
Dec 16 00:17:55 skynet kernel: 0x000000000000-0x000002000000 : "BIOS"
Dec 16 00:17:55 skynet kernel: thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked
Dec 16 00:17:55 skynet systemd[1]: Activated swap /dev/disk/by-uuid/09749221-4bee-487d-a225-ec77d80f3c15.
Dec 16 00:17:55 skynet kernel: resource: resource sanity check: requesting [mem 0x00000000fed10000-0x00000000fed15fff], which spans more than pnp 00:07 [mem 0xfed10000-0xfed13fff]
Dec 16 00:17:55 skynet kernel: caller snb_uncore_imc_init_box+0x83/0xd0 [intel_uncore] mapping multiple BARs
Dec 16 00:17:55 skynet systemd[1]: Reached target Swaps.
Dec 16 00:17:55 skynet systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:intel_backlight.
Dec 16 00:17:55 skynet kernel: thinkpad_acpi: secondary fan control detected & enabled
Dec 16 00:17:55 skynet kernel: thinkpad_acpi: battery 1 registered (start 0, stop 100, behaviours: 0xb)
Dec 16 00:17:55 skynet kernel: ACPI: battery: new hook: ThinkPad Battery Extension
Dec 16 00:17:55 skynet kernel: input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input15
Dec 16 00:17:55 skynet systemd[1]: Starting Virtual Console Setup...
Dec 16 00:17:55 skynet systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Dec 16 00:17:55 skynet systemd[1]: Starting Load/Save RF Kill Switch Status...
Dec 16 00:17:55 skynet kernel: iTCO_vendor_support: vendor-support=0
Dec 16 00:17:55 skynet kernel: intel_rapl_common: Found RAPL domain package
Dec 16 00:17:55 skynet kernel: intel_rapl_common: Found RAPL domain core
Dec 16 00:17:55 skynet kernel: intel_rapl_common: Found RAPL domain uncore
Dec 16 00:17:55 skynet kernel: intel_rapl_common: Found RAPL domain dram
Dec 16 00:17:55 skynet kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Dec 16 00:17:55 skynet kernel: ee1004 13-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
Dec 16 00:17:55 skynet kernel: e1000e: Intel(R) PRO/1000 Network Driver
Dec 16 00:17:55 skynet kernel: e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
Dec 16 00:17:55 skynet kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Dec 16 00:17:55 skynet kernel: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
Dec 16 00:17:55 skynet kernel: faux_driver regulatory: Direct firmware load for regulatory.db failed with error -2
Dec 16 00:17:55 skynet kernel: cfg80211: failed to load regulatory.db
Dec 16 00:17:55 skynet kernel: e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
Dec 16 00:17:55 skynet kernel: ee1004 13-0052: 512 byte EE1004-compliant SPD EEPROM, read-only
Dec 16 00:17:55 skynet kernel: iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
Dec 16 00:17:55 skynet systemd[1]: Started Load/Save RF Kill Switch Status.
Dec 16 00:17:55 skynet systemd[1]: Finished Virtual Console Setup.
Dec 16 00:17:55 skynet kernel: iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Dec 16 00:17:55 skynet systemd[1]: Starting Load/Save Screen Backlight Brightness of leds:tpacpi::kbd_backlight...
Dec 16 00:17:55 skynet kernel: proc_thermal 0000:00:04.0: enabling device (0000 -> 0002)
Dec 16 00:17:55 skynet kernel: usbcore: registered new interface driver btusb
Dec 16 00:17:55 skynet kernel: Bluetooth: hci0: Bootloader revision 0.3 build 0 week 24 2017
Dec 16 00:17:55 skynet kernel: Bluetooth: hci0: Device revision is 1
Dec 16 00:17:55 skynet kernel: Bluetooth: hci0: Secure boot is enabled
Dec 16 00:17:55 skynet kernel: Bluetooth: hci0: OTP lock is enabled
Dec 16 00:17:55 skynet kernel: Bluetooth: hci0: API lock is enabled
Dec 16 00:17:55 skynet kernel: Bluetooth: hci0: Debug lock is disabled
Dec 16 00:17:55 skynet kernel: Bluetooth: hci0: Minimum firmware build 1 week 10 2014
Dec 16 00:17:55 skynet kernel: mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
Dec 16 00:17:55 skynet kernel: Bluetooth: hci0: Found device firmware: intel/ibt-20-1-3.sfi
Dec 16 00:17:55 skynet kernel: Bluetooth: hci0: Boot Address: 0x24800
Dec 16 00:17:55 skynet kernel: Bluetooth: hci0: Firmware Version: 193-33.24
Dec 16 00:17:55 skynet kernel: intel_rapl_common: Found RAPL domain package
Dec 16 00:17:55 skynet kernel: intel_rapl_common: Found RAPL domain dram
Dec 16 00:17:55 skynet kernel: usb 1-8: Found UVC 1.50 device Integrated Camera (04f2:b681)
Dec 16 00:17:55 skynet kernel: RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
Dec 16 00:17:55 skynet kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
Dec 16 00:17:55 skynet kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
Dec 16 00:17:55 skynet kernel: RAPL PMU: hw unit of domain dram 2^-14 Joules
Dec 16 00:17:55 skynet kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
Dec 16 00:17:55 skynet kernel: iwlwifi 0000:52:00.0: enabling device (0000 -> 0002)
Dec 16 00:17:55 skynet systemd[1]: Finished Load/Save Screen Backlight Brightness of leds:tpacpi::kbd_backlight.
Dec 16 00:17:55 skynet systemd[1]: Reached target Bluetooth Support.
Dec 16 00:17:55 skynet kernel: snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops intel_audio_component_bind_ops [i915])
Dec 16 00:17:55 skynet kernel: snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
Dec 16 00:17:55 skynet kernel: snd_hda_intel 0000:01:00.1: Disabling MSI
Dec 16 00:17:55 skynet kernel: snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
Dec 16 00:17:55 skynet systemd[1]: Finished Create System Files and Directories.
Dec 16 00:17:55 skynet systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
Dec 16 00:17:55 skynet systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Dec 16 00:17:55 skynet systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Dec 16 00:17:55 skynet systemd[1]: Save Transient machine-id to Disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Dec 16 00:17:55 skynet kernel: usb 1-8: Found UVC 1.50 device Integrated Camera (04f2:b681)
Dec 16 00:17:55 skynet systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Dec 16 00:17:55 skynet kernel: usbcore: registered new interface driver uvcvideo
Dec 16 00:17:55 skynet kernel: iwlwifi 0000:52:00.0: Detected crf-id 0x3617, cnv-id 0x100530 wfpm id 0x80000000
Dec 16 00:17:55 skynet kernel: iwlwifi 0000:52:00.0: PCI dev 2723/0080, rev=0x340, rfid=0x10a100
Dec 16 00:17:55 skynet kernel: iwlwifi 0000:52:00.0: Detected Intel(R) Wi-Fi 6 AX200 160MHz
Dec 16 00:17:55 skynet kernel: iwlwifi 0000:52:00.0: loaded firmware version 77.30b1cbd8.0 cc-a0-77.ucode op_mode iwlmvm
Dec 16 00:17:55 skynet systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Dec 16 00:17:55 skynet systemd[1]: Reached target System Initialization.
Dec 16 00:17:55 skynet systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Dec 16 00:17:55 skynet systemd[1]: Started Daily man-db regeneration.
Dec 16 00:17:55 skynet systemd[1]: Started Daily verification of password and group files.
Dec 16 00:17:55 skynet systemd[1]: Started Daily Cleanup of Temporary Directories.
Dec 16 00:17:55 skynet systemd[1]: Reached target Timer Units.
Dec 16 00:17:55 skynet systemd[1]: Listening on D-Bus System Message Bus Socket.
Dec 16 00:17:55 skynet systemd[1]: Listening on GnuPG network certificate management daemon for /etc/pacman.d/gnupg.
Dec 16 00:17:55 skynet systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers) for /etc/pacman.d/gnupg.
Dec 16 00:17:55 skynet systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (restricted) for /etc/pacman.d/gnupg.
Dec 16 00:17:55 skynet systemd[1]: Listening on GnuPG cryptographic agent (ssh-agent emulation) for /etc/pacman.d/gnupg.
Dec 16 00:17:55 skynet systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache for /etc/pacman.d/gnupg.
Dec 16 00:17:55 skynet systemd[1]: Listening on GnuPG public key management service for /etc/pacman.d/gnupg.
Dec 16 00:17:55 skynet systemd[1]: Listening on OpenSSH Server Socket (systemd-ssh-generator, AF_UNIX Local).
Dec 16 00:17:55 skynet systemd[1]: Listening on Hostname Service Socket.
Dec 16 00:17:55 skynet systemd[1]: Listening on User Login Management Varlink Socket.
Dec 16 00:17:55 skynet systemd[1]: Listening on Virtual Machine and Container Registration Service Socket.
Dec 16 00:17:55 skynet systemd[1]: TPM PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Dec 16 00:17:55 skynet kernel: snd_hda_codec_conexant hdaudioC0D0: CX11880: BIOS auto-probing.
Dec 16 00:17:55 skynet kernel: intel_tcc_cooling: Programmable TCC Offset detected
Dec 16 00:17:55 skynet kernel: snd_hda_codec_conexant hdaudioC0D0: CX11880: picked fixup for PCI SSID 17aa:0000
Dec 16 00:17:55 skynet kernel: snd_hda_codec_conexant hdaudioC0D0: autoconfig for CX11880: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
Dec 16 00:17:55 skynet kernel: snd_hda_codec_conexant hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Dec 16 00:17:55 skynet kernel: snd_hda_codec_conexant hdaudioC0D0: hp_outs=1 (0x16/0x0/0x0/0x0/0x0)
Dec 16 00:17:55 skynet kernel: snd_hda_codec_conexant hdaudioC0D0: mono: mono_out=0x0
Dec 16 00:17:55 skynet kernel: snd_hda_codec_conexant hdaudioC0D0: inputs:
Dec 16 00:17:55 skynet kernel: snd_hda_codec_conexant hdaudioC0D0: Mic=0x19
Dec 16 00:17:55 skynet kernel: snd_hda_codec_conexant hdaudioC0D0: Internal Mic=0x1a
Dec 16 00:17:55 skynet kernel: input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input18
Dec 16 00:17:55 skynet kernel: input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input19
Dec 16 00:17:55 skynet kernel: input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input20
Dec 16 00:17:55 skynet kernel: input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input21
Dec 16 00:17:55 skynet systemd[1]: Reached target Sound Card.
Dec 16 00:17:55 skynet kernel: input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input22
Dec 16 00:17:55 skynet kernel: input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input23
Dec 16 00:17:55 skynet kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input24
Dec 16 00:17:55 skynet kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input25
Dec 16 00:17:55 skynet kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input26
Dec 16 00:17:55 skynet kernel: typec port0: bound usb1-port4 (ops connector_ops)
Dec 16 00:17:55 skynet kernel: typec port0: bound usb6-port1 (ops connector_ops)
Dec 16 00:17:55 skynet kernel: e1000e 0000:00:1f.6 0000:00:1f.6 (uninitialized): registered PHC clock
Dec 16 00:17:55 skynet kernel: psmouse serio1: elantech: assuming hardware version 4 (with firmware version 0x5f2001)
Dec 16 00:17:55 skynet kernel: psmouse serio1: elantech: Synaptics capabilities query result 0x90, 0x18, 0x0e.
Dec 16 00:17:55 skynet kernel: intel_pmc_core intel_pmc_core.0: initialized
Dec 16 00:17:55 skynet kernel: psmouse serio1: elantech: Elan sample query result 00, 29, 96
Dec 16 00:17:55 skynet kernel: psmouse serio1: elantech: Elan ic body: 0x10, current fw version: 0x2
Dec 16 00:17:55 skynet kernel: iwlwifi 0000:52:00.0: BIOS contains WGDS but no WRDS
Dec 16 00:17:55 skynet kernel: psmouse serio1: elantech: Trying to set up SMBus access
Dec 16 00:17:55 skynet kernel: elan_i2c 13-0015: supply vcc not found, using dummy regulator
Dec 16 00:17:55 skynet kernel: elan_i2c 13-0015: unexpected iap version 0x00 (ic type: 0x29), firmware update will not work
Dec 16 00:17:55 skynet kernel: elan_i2c 13-0015: Elan Touchpad: Module ID: 0x0029, Firmware: 0x0074, Sample: 0x0000, IAP: 0x0000
Dec 16 00:17:55 skynet kernel: input: Elan Touchpad as /devices/pci0000:00/0000:00:1f.4/i2c-13/13-0015/input/input27
Dec 16 00:17:55 skynet kernel: input: Elan TrackPoint as /devices/pci0000:00/0000:00:1f.4/i2c-13/13-0015/input/input28
Dec 16 00:17:55 skynet kernel: iwlwifi 0000:52:00.0: Detected RF HR B3, rfid=0x10a100
Dec 16 00:17:55 skynet kernel: typec port2: bound usb1-port5 (ops connector_ops)
Dec 16 00:17:55 skynet kernel: typec port2: bound usb6-port2 (ops connector_ops)
Dec 16 00:17:55 skynet kernel: iwlwifi 0000:52:00.0: base HW address: 74:d8:3e:2a:34:7e
Dec 16 00:17:55 skynet kernel: e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) 00:2b:67:62:02:91
Dec 16 00:17:55 skynet kernel: e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection
Dec 16 00:17:55 skynet kernel: e1000e 0000:00:1f.6 eth0: MAC: 13, PHY: 12, PBA No: FFFFFF-0FF
Dec 16 00:17:55 skynet kernel: e1000e 0000:00:1f.6 enp0s31f6: renamed from eth0
Dec 16 00:17:55 skynet kernel: iwlwifi 0000:52:00.0 wlp82s0: renamed from wlan0
Dec 16 00:17:55 skynet systemd[1]: Mounting /archive...
Dec 16 00:17:55 skynet systemd[1]: Mounting /boot...
Dec 16 00:17:55 skynet systemd[1]: tmp.mount: Directory /tmp to mount over is not empty, mounting anyway.
Dec 16 00:17:55 skynet systemd[1]: Mounting Temporary Directory /tmp...
Dec 16 00:17:55 skynet systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Dec 16 00:17:55 skynet systemd[1]: Listening on Disk Image Download Service Socket.
Dec 16 00:17:55 skynet systemd[1]: Reached target Socket Units.
Dec 16 00:17:55 skynet systemd[1]: Mounted Temporary Directory /tmp.
Dec 16 00:17:55 skynet systemd[1]: Starting D-Bus System Message Bus...
Dec 16 00:17:55 skynet systemd[1]: Mounted /boot.
Dec 16 00:17:55 skynet ntfs-3g[560]: Version 2022.10.3 external FUSE 29
Dec 16 00:17:55 skynet ntfs-3g[560]: Mounted /dev/nvme0n1p4 (Read-Write, label "archive", NTFS 3.1)
Dec 16 00:17:55 skynet ntfs-3g[560]: Cmdline options: rw,noatime,uid=1000,gid=1000,umask=0022
Dec 16 00:17:55 skynet ntfs-3g[560]: Mount options: allow_other,nonempty,noatime,rw,default_permissions,fsname=/dev/nvme0n1p4,blkdev,blksize=4096
Dec 16 00:17:55 skynet dbus-broker-launch[558]: Looking up NSS user entry for 'pulse'...
Dec 16 00:17:55 skynet ntfs-3g[560]: Global ownership and permissions enforced, configuration type 7
Dec 16 00:17:55 skynet dbus-broker-launch[558]: NSS returned no entry for 'pulse'
Dec 16 00:17:55 skynet dbus-broker-launch[558]: Invalid user-name in /usr/share/dbus-1/system.d/pulseaudio-system.conf +27: user="pulse"
Dec 16 00:17:55 skynet systemd[1]: Mounted /archive.
Dec 16 00:17:55 skynet systemd[1]: Started D-Bus System Message Bus.
Dec 16 00:17:55 skynet dbus-broker-launch[558]: Ready
Dec 16 00:17:55 skynet systemd[1]: Reached target Basic System.
Dec 16 00:17:55 skynet systemd[1]: Starting Network Manager...
Dec 16 00:17:55 skynet systemd[1]: SSH Key Generation was skipped because no trigger condition checks were met.
Dec 16 00:17:55 skynet systemd[1]: Starting User Login Management...
Dec 16 00:17:55 skynet systemd[1]: TPM PCR Barrier (User) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Dec 16 00:17:55 skynet systemd-logind[564]: New seat seat0.
Dec 16 00:17:55 skynet systemd-logind[564]: Watching system buttons on /dev/input/event2 (Power Button)
Dec 16 00:17:55 skynet systemd-logind[564]: Watching system buttons on /dev/input/event1 (Lid Switch)
Dec 16 00:17:55 skynet systemd-logind[564]: Watching system buttons on /dev/input/event0 (Sleep Button)
Dec 16 00:17:55 skynet systemd-logind[564]: Watching system buttons on /dev/input/event3 (AT Translated Set 2 keyboard)
Dec 16 00:17:55 skynet systemd-logind[564]: Watching system buttons on /dev/input/event9 (ThinkPad Extra Buttons)
Dec 16 00:17:55 skynet systemd[1]: Started User Login Management.
Dec 16 00:17:55 skynet NetworkManager[563]: <info> [1765862275.7854] NetworkManager (version 1.54.3-1) is starting... (boot:cdfcc822-304c-4196-a9ec-aa8b3a6da6f9)
Dec 16 00:17:55 skynet NetworkManager[563]: <info> [1765862275.7855] Read config: /etc/NetworkManager/NetworkManager.conf, /usr/lib/NetworkManager/conf.d/20-connectivity.conf, /var/lib/NetworkManager/NetworkManager-intern.conf
Dec 16 00:17:55 skynet NetworkManager[563]: <info> [1765862275.7905] manager[0x557bce0e46f0]: monitoring kernel firmware directory '/lib/firmware'.
Dec 16 00:17:55 skynet systemd[1]: Starting Hostname Service...
Dec 16 00:17:55 skynet systemd[1]: Started Hostname Service.
Dec 16 00:17:55 skynet NetworkManager[563]: <info> [1765862275.8319] hostname: hostname: using hostnamed
Dec 16 00:17:55 skynet NetworkManager[563]: <info> [1765862275.8319] hostname: static hostname changed from (none) to "skynet"
Dec 16 00:17:55 skynet NetworkManager[563]: <info> [1765862275.8322] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink
Dec 16 00:17:55 skynet NetworkManager[563]: <info> [1765862275.8336] rfkill2: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:1c.5/0000:52:00.0/ieee80211/phy0/rfkill2) (driver iwlwifi)
Dec 16 00:17:55 skynet NetworkManager[563]: <info> [1765862275.8338] manager[0x557bce0e46f0]: rfkill: Wi-Fi hardware radio set enabled
Dec 16 00:17:55 skynet NetworkManager[563]: <info> [1765862275.8338] manager[0x557bce0e46f0]: rfkill: WWAN hardware radio set enabled
Dec 16 00:17:55 skynet NetworkManager[563]: <info> [1765862275.8440] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.54.3-1/libnm-device-plugin-wwan.so)
Dec 16 00:17:55 skynet NetworkManager[563]: <info> [1765862275.8443] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.54.3-1/libnm-device-plugin-adsl.so)
Dec 16 00:17:55 skynet NetworkManager[563]: <info> [1765862275.8650] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.54.3-1/libnm-device-plugin-team.so)
Dec 16 00:17:55 skynet NetworkManager[563]: <info> [1765862275.8654] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.54.3-1/libnm-device-plugin-bluetooth.so)
Dec 16 00:17:55 skynet NetworkManager[563]: <info> [1765862275.8661] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.54.3-1/libnm-device-plugin-wifi.so)
Dec 16 00:17:55 skynet NetworkManager[563]: <info> [1765862275.8668] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.54.3-1/libnm-device-plugin-ovs.so)
Dec 16 00:17:55 skynet NetworkManager[563]: <info> [1765862275.8671] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Dec 16 00:17:55 skynet NetworkManager[563]: <info> [1765862275.8671] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Dec 16 00:17:55 skynet NetworkManager[563]: <info> [1765862275.8671] manager: Networking is enabled by state file
Dec 16 00:17:55 skynet NetworkManager[563]: <info> [1765862275.8675] settings: Loaded settings plugin: keyfile (internal)
Dec 16 00:17:55 skynet systemd[1]: Starting Network Manager Script Dispatcher Service...
Dec 16 00:17:55 skynet NetworkManager[563]: <info> [1765862275.8738] dhcp: init: Using DHCP client 'internal'
Dec 16 00:17:55 skynet NetworkManager[563]: <info> [1765862275.8739] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1)
Dec 16 00:17:55 skynet NetworkManager[563]: <info> [1765862275.8747] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', managed-type: 'external')
Dec 16 00:17:55 skynet NetworkManager[563]: <info> [1765862275.8749] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', managed-type: 'external')
Dec 16 00:17:55 skynet NetworkManager[563]: <info> [1765862275.8753] device (lo): Activation: starting connection 'lo' (2efa08c8-8ca3-4c3d-aa3a-8ca04a372067)
Dec 16 00:17:55 skynet NetworkManager[563]: <info> [1765862275.8757] manager: (enp0s31f6): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Dec 16 00:17:55 skynet NetworkManager[563]: <info> [1765862275.8763] settings: (enp0s31f6): created default wired connection 'Wired connection 1'
Dec 16 00:17:55 skynet NetworkManager[563]: <info> [1765862275.8763] device (enp0s31f6): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
Dec 16 00:17:55 skynet systemd[1]: Started Network Manager Script Dispatcher Service.
Dec 16 00:17:56 skynet NetworkManager[563]: <info> [1765862276.0634] device (wlp82s0): driver supports Access Point (AP) mode
Dec 16 00:17:56 skynet NetworkManager[563]: <info> [1765862276.0639] manager: (wlp82s0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/3)
Dec 16 00:17:56 skynet NetworkManager[563]: <info> [1765862276.0640] device (wlp82s0): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
Dec 16 00:17:56 skynet NetworkManager[563]: <info> [1765862276.3198] device (wlp82s0): set-hw-addr: set MAC address to 16:DA:54:24:ED:2B (scanning)
Dec 16 00:17:56 skynet NetworkManager[563]: <info> [1765862276.5576] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Dec 16 00:17:56 skynet systemd[1]: Started Network Manager.
Dec 16 00:17:56 skynet NetworkManager[563]: <info> [1765862276.5592] ovsdb: disconnected from ovsdb
Dec 16 00:17:56 skynet NetworkManager[563]: <info> [1765862276.5592] device (lo): state change: disconnected -> prepare (reason 'none', managed-type: 'external')
Dec 16 00:17:56 skynet NetworkManager[563]: <info> [1765862276.5593] device (lo): state change: prepare -> config (reason 'none', managed-type: 'external')
Dec 16 00:17:56 skynet NetworkManager[563]: <info> [1765862276.5594] device (lo): state change: config -> ip-config (reason 'none', managed-type: 'external')
Dec 16 00:17:56 skynet NetworkManager[563]: <info> [1765862276.5596] device (lo): state change: ip-config -> ip-check (reason 'none', managed-type: 'external')
Dec 16 00:17:56 skynet systemd[1]: Starting WPA supplicant...
Dec 16 00:17:56 skynet NetworkManager[563]: <info> [1765862276.5603] device (lo): state change: ip-check -> secondaries (reason 'none', managed-type: 'external')
Dec 16 00:17:56 skynet NetworkManager[563]: <info> [1765862276.5604] device (lo): state change: secondaries -> activated (reason 'none', managed-type: 'external')
Dec 16 00:17:56 skynet NetworkManager[563]: <info> [1765862276.5606] device (lo): Activation: successful, device activated.
Dec 16 00:17:56 skynet systemd[1]: Started WPA supplicant.
Dec 16 00:17:56 skynet wpa_supplicant[603]: Successfully initialized wpa_supplicant
Dec 16 00:17:56 skynet systemd[1]: Reached target Network.
Dec 16 00:17:56 skynet systemd[1]: Set up automount Automount external NTFS drive at /mnt/ivy.
Dec 16 00:17:56 skynet systemd[1]: Set up automount Automount external NTFS drive at /mnt/kincaid.
Dec 16 00:17:56 skynet systemd[1]: Set up automount Automount external NTFS drive at /mnt/toot.
Dec 16 00:17:56 skynet systemd[1]: Starting Proton VPN Daemon...
Dec 16 00:17:56 skynet systemd[1]: Starting OpenSSH Daemon...
Dec 16 00:17:56 skynet systemd[1]: Starting Permit User Sessions...
Dec 16 00:17:56 skynet systemd[1]: Finished Permit User Sessions.
Dec 16 00:17:56 skynet systemd[1]: Starting Light Display Manager...
Dec 16 00:17:56 skynet sshd[605]: Server listening on 0.0.0.0 port 22.
Dec 16 00:17:56 skynet sshd[605]: Server listening on :: port 22.
Dec 16 00:17:56 skynet systemd[1]: Started OpenSSH Daemon.
Dec 16 00:17:56 skynet systemd[1]: Reached target SSH Access Available.
Dec 16 00:17:56 skynet systemd[1]: Started Light Display Manager.
Dec 16 00:17:56 skynet NetworkManager[563]: <info> [1765862276.6212] device (wlp82s0): supplicant interface state: internal-starting -> disconnected
Dec 16 00:17:56 skynet NetworkManager[563]: <info> [1765862276.6213] Wi-Fi P2P device controlled by interface wlp82s0 created
Dec 16 00:17:56 skynet NetworkManager[563]: <info> [1765862276.6215] manager: (p2p-dev-wlp82s0): new 802.11 Wi-Fi P2P device (/org/freedesktop/NetworkManager/Devices/4)
Dec 16 00:17:56 skynet NetworkManager[563]: <info> [1765862276.6217] device (p2p-dev-wlp82s0): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
Dec 16 00:17:56 skynet NetworkManager[563]: <warn> [1765862276.6218] device (p2p-dev-wlp82s0): error setting IPv4 forwarding to '0': Resource temporarily unavailable
Dec 16 00:17:56 skynet NetworkManager[563]: <info> [1765862276.6221] device (wlp82s0): state change: unavailable -> disconnected (reason 'supplicant-available', managed-type: 'full')
Dec 16 00:17:56 skynet NetworkManager[563]: <info> [1765862276.6225] device (p2p-dev-wlp82s0): state change: unavailable -> disconnected (reason 'none', managed-type: 'full')
Dec 16 00:17:56 skynet systemd[1]: Reached target User and Group Name Lookups.
Dec 16 00:17:56 skynet systemd[1]: Starting Accounts Service...
Dec 16 00:17:56 skynet systemd[1]: Starting Authorization Manager...
Dec 16 00:17:56 skynet polkitd[624]: Started polkitd version 126
Dec 16 00:17:56 skynet polkitd[624]: Loading rules from directory /etc/polkit-1/rules.d
Dec 16 00:17:56 skynet polkitd[624]: Loading rules from directory /run/polkit-1/rules.d
Dec 16 00:17:56 skynet polkitd[624]: Error opening rules directory: Error opening directory “/run/polkit-1/rules.d”: No such file or directory (g-file-error-quark, 4)
Dec 16 00:17:56 skynet polkitd[624]: Loading rules from directory /usr/local/share/polkit-1/rules.d
Dec 16 00:17:56 skynet polkitd[624]: Error opening rules directory: Error opening directory “/usr/local/share/polkit-1/rules.d”: No such file or directory (g-file-error-quark, 4)
Dec 16 00:17:56 skynet polkitd[624]: Loading rules from directory /usr/share/polkit-1/rules.d
Dec 16 00:17:56 skynet polkitd[624]: Finished loading, compiling and executing 3 rules
Dec 16 00:17:56 skynet systemd[1]: Started Authorization Manager.
Dec 16 00:17:56 skynet polkitd[624]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Dec 16 00:17:56 skynet accounts-daemon[618]: started daemon version 23.13.0
Dec 16 00:17:56 skynet systemd[1]: Started Accounts Service.
Dec 16 00:17:57 skynet kernel: Bluetooth: hci0: Waiting for firmware download to complete
Dec 16 00:17:57 skynet kernel: Bluetooth: hci0: Firmware loaded in 1827945 usecs
Dec 16 00:17:57 skynet kernel: Bluetooth: hci0: Waiting for device to boot
Dec 16 00:17:57 skynet python3[604]: 2025-12-16T05:17:57.006208+00:00 | __main__:41 | INFO | Starting Proton VPN daemon v0.13.4
Dec 16 00:17:57 skynet systemd[1]: Started Proton VPN Daemon.
Dec 16 00:17:57 skynet systemd[1]: Reached target Multi-User System.
Dec 16 00:17:57 skynet systemd[1]: Reached target Graphical Interface.
Dec 16 00:17:57 skynet systemd[1]: Startup finished in 7.329s (firmware) + 2.456s (loader) + 3.595s (kernel) + 2.614s (userspace) = 15.996s.
Dec 16 00:17:57 skynet kernel: Bluetooth: hci0: Device booted in 14731 usecs
Dec 16 00:17:57 skynet kernel: Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-20-1-3.ddc
Dec 16 00:17:57 skynet kernel: Bluetooth: hci0: Applying Intel DDC parameters completed
Dec 16 00:17:57 skynet kernel: Bluetooth: hci0: Firmware revision 0.3 build 193 week 33 2024
Dec 16 00:17:57 skynet kernel: Bluetooth: hci0: HCI LE Coded PHY feature bit is set, but its usage is not supported.
Dec 16 00:17:57 skynet lightdm[656]: pam_unix(lightdm-greeter:session): session opened for user lightdm(uid=970) by (uid=0)
Dec 16 00:17:57 skynet systemd-logind[564]: New session 'c1' of user 'lightdm' with class 'greeter' and type 'x11'.
Dec 16 00:17:57 skynet systemd[1]: Created slice User Slice of UID 970.
Dec 16 00:17:57 skynet systemd[1]: Starting User Runtime Directory /run/user/970...
Dec 16 00:17:57 skynet systemd[1]: Finished User Runtime Directory /run/user/970.
Dec 16 00:17:57 skynet systemd[1]: Starting User Manager for UID 970...
Dec 16 00:17:57 skynet dbus-broker-launch[558]: Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-org.freedesktop.home1.service' could not be found.
Dec 16 00:17:57 skynet (systemd)[667]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[lightdm] ruser=[<unknown>] rhost=[<unknown>]
Dec 16 00:17:57 skynet (systemd)[667]: pam_unix(systemd-user:session): session opened for user lightdm(uid=970) by lightdm(uid=0)
Dec 16 00:17:57 skynet systemd-logind[564]: New session '1' of user 'lightdm' with class 'manager-early' and type 'unspecified'.
Dec 16 00:17:57 skynet systemd[667]: Queued start job for default target Main User Target.
Dec 16 00:17:57 skynet systemd[667]: Created slice User Application Slice.
Dec 16 00:17:57 skynet systemd[667]: Reached target Paths.
Dec 16 00:17:57 skynet systemd[667]: Reached target Timers.
Dec 16 00:17:57 skynet systemd[667]: Starting D-Bus User Message Bus Socket...
Dec 16 00:17:57 skynet systemd[667]: Listening on GnuPG network certificate management daemon.
Dec 16 00:17:57 skynet systemd[667]: Listening on GNOME Keyring daemon.
Dec 16 00:17:57 skynet systemd[667]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Dec 16 00:17:57 skynet systemd[667]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Dec 16 00:17:57 skynet systemd[667]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Dec 16 00:17:57 skynet systemd[667]: Listening on GnuPG cryptographic agent and passphrase cache.
Dec 16 00:17:57 skynet systemd[667]: Listening on GnuPG public key management service.
Dec 16 00:17:57 skynet systemd[667]: Listening on p11-kit server.
Dec 16 00:17:57 skynet systemd[667]: Listening on PipeWire Multimedia System Sockets.
Dec 16 00:17:57 skynet systemd[667]: Listening on Sound System.
Dec 16 00:17:57 skynet systemd[667]: Listening on Query the User Interactively for a Password.
Dec 16 00:17:57 skynet systemd[667]: Listening on D-Bus User Message Bus Socket.
Dec 16 00:17:57 skynet systemd[667]: Reached target Sockets.
Dec 16 00:17:57 skynet systemd[667]: Reached target Basic System.
Dec 16 00:17:57 skynet systemd[667]: Reached target Main User Target.
Dec 16 00:17:57 skynet systemd[667]: Startup finished in 121ms.
Dec 16 00:17:57 skynet systemd[1]: Started User Manager for UID 970.
Dec 16 00:17:57 skynet systemd[1]: Started Session c1 of User lightdm.
Dec 16 00:17:57 skynet systemd[667]: Created slice User Core Session Slice.
Dec 16 00:17:57 skynet systemd[667]: Starting D-Bus User Message Bus...
Dec 16 00:17:57 skynet dbus-broker-launch[679]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored
Dec 16 00:17:57 skynet dbus-broker-launch[679]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored
Dec 16 00:17:57 skynet systemd[667]: Started D-Bus User Message Bus.
Dec 16 00:17:57 skynet dbus-broker-launch[679]: Ready
Dec 16 00:17:57 skynet systemd[667]: Starting Accessibility services bus...
Dec 16 00:17:57 skynet systemd[667]: Started Accessibility services bus.
Dec 16 00:17:57 skynet dbus-broker-launch[687]: Ready
Dec 16 00:17:57 skynet systemd[667]: Created slice Slice /app/dbus-:1.4-org.a11y.atspi.Registry.
Dec 16 00:17:57 skynet systemd[667]: Started dbus-:1.4-org.a11y.atspi.Registry@0.service.
Dec 16 00:17:57 skynet at-spi2-registryd[838]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Dec 16 00:18:00 skynet NetworkManager[563]: <info> [1765862280.2909] policy: auto-activating connection 'YOTC-4A7A0E-5G' (303bd82d-8c69-4ee2-b0f9-2faac07fd231)
Dec 16 00:18:00 skynet NetworkManager[563]: <info> [1765862280.2911] device (wlp82s0): Activation: starting connection 'YOTC-4A7A0E-5G' (303bd82d-8c69-4ee2-b0f9-2faac07fd231)
Dec 16 00:18:00 skynet NetworkManager[563]: <info> [1765862280.2912] device (wlp82s0): state change: disconnected -> prepare (reason 'none', managed-type: 'full')
Dec 16 00:18:00 skynet NetworkManager[563]: <info> [1765862280.2913] manager: NetworkManager state is now CONNECTING
Dec 16 00:18:00 skynet NetworkManager[563]: <info> [1765862280.3076] device (wlp82s0): set-hw-addr: reset MAC address to 74:D8:3E:2A:34:7E (preserve)
Dec 16 00:18:00 skynet NetworkManager[563]: <info> [1765862280.3139] device (wlp82s0): state change: prepare -> config (reason 'none', managed-type: 'full')
Dec 16 00:18:00 skynet NetworkManager[563]: <info> [1765862280.3141] device (wlp82s0): Activation: (wifi) access point 'YOTC-4A7A0E-5G' has security, but secrets are required.
Dec 16 00:18:00 skynet NetworkManager[563]: <info> [1765862280.3141] device (wlp82s0): state change: config -> need-auth (reason 'none', managed-type: 'full')
Dec 16 00:18:00 skynet NetworkManager[563]: <info> [1765862280.3142] sup-iface[fa163dbaae57b01b,0,wlp82s0]: wps: type pbc start...
Dec 16 00:18:00 skynet NetworkManager[563]: <info> [1765862280.3149] device (wlp82s0): supplicant interface state: disconnected -> inactive
Dec 16 00:18:00 skynet NetworkManager[563]: <info> [1765862280.3149] device (p2p-dev-wlp82s0): supplicant management interface state: disconnected -> inactive
Dec 16 00:18:00 skynet NetworkManager[563]: <info> [1765862280.3149] device (wlp82s0): state change: need-auth -> prepare (reason 'none', managed-type: 'full')
Dec 16 00:18:00 skynet NetworkManager[563]: <info> [1765862280.3151] device (wlp82s0): state change: prepare -> config (reason 'none', managed-type: 'full')
Dec 16 00:18:00 skynet NetworkManager[563]: <info> [1765862280.3152] device (wlp82s0): Activation: (wifi) connection 'YOTC-4A7A0E-5G' has security, and secrets exist. No new secrets needed.
Dec 16 00:18:00 skynet NetworkManager[563]: <info> [1765862280.3152] Config: added 'ssid' value 'YOTC-4A7A0E-5G'
Dec 16 00:18:00 skynet NetworkManager[563]: <info> [1765862280.3152] Config: added 'scan_ssid' value '1'
Dec 16 00:18:00 skynet NetworkManager[563]: <info> [1765862280.3152] Config: added 'bgscan' value 'simple:30:-70:86400'
Dec 16 00:18:00 skynet NetworkManager[563]: <info> [1765862280.3152] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK SAE FT-SAE'
Dec 16 00:18:00 skynet NetworkManager[563]: <info> [1765862280.3153] Config: added 'auth_alg' value 'OPEN'
Dec 16 00:18:00 skynet NetworkManager[563]: <info> [1765862280.3153] Config: added 'psk' value '<hidden>'
Dec 16 00:18:00 skynet wpa_supplicant[603]: wlp82s0: WPS-PBC-ACTIVE
Dec 16 00:18:00 skynet wpa_supplicant[603]: wlp82s0: WPS-CANCEL
Dec 16 00:18:00 skynet NetworkManager[563]: <info> [1765862280.3236] device (wlp82s0): supplicant interface state: inactive -> scanning
Dec 16 00:18:00 skynet NetworkManager[563]: <info> [1765862280.3236] device (p2p-dev-wlp82s0): supplicant management interface state: inactive -> scanning
Dec 16 00:18:00 skynet wpa_supplicant[603]: wlp82s0: SME: Trying to authenticate with 6a:28:f6:4a:7a:0f (SSID='YOTC-4A7A0E-5G' freq=5180 MHz)
Dec 16 00:18:00 skynet kernel: wlp82s0: authenticate with 6a:28:f6:4a:7a:0f (local address=74:d8:3e:2a:34:7e)
Dec 16 00:18:00 skynet kernel: wlp82s0: send auth to 6a:28:f6:4a:7a:0f (try 1/3)
Dec 16 00:18:00 skynet NetworkManager[563]: <info> [1765862280.3571] device (wlp82s0): supplicant interface state: scanning -> authenticating
Dec 16 00:18:00 skynet NetworkManager[563]: <info> [1765862280.3571] device (p2p-dev-wlp82s0): supplicant management interface state: scanning -> authenticating
Dec 16 00:18:00 skynet wpa_supplicant[603]: wlp82s0: CTRL-EVENT-AUTH-REJECT 6a:28:f6:4a:7a:0f auth_type=0 auth_transaction=2 status_code=17
Dec 16 00:18:00 skynet wpa_supplicant[603]: wlp82s0: Added BSSID 6a:28:f6:4a:7a:0f into ignore list, ignoring for 10 seconds
Dec 16 00:18:00 skynet kernel: wlp82s0: 6a:28:f6:4a:7a:0f denied authentication (status 17)
Dec 16 00:18:00 skynet NetworkManager[563]: <info> [1765862280.3984] device (wlp82s0): supplicant interface state: authenticating -> disconnected
Dec 16 00:18:00 skynet NetworkManager[563]: <info> [1765862280.3985] device (p2p-dev-wlp82s0): supplicant management interface state: authenticating -> disconnected
Dec 16 00:18:00 skynet NetworkManager[563]: <info> [1765862280.5038] device (wlp82s0): supplicant interface state: disconnected -> scanning
Dec 16 00:18:00 skynet NetworkManager[563]: <info> [1765862280.5039] device (p2p-dev-wlp82s0): supplicant management interface state: disconnected -> scanning
Dec 16 00:18:00 skynet systemd[1]: systemd-rfkill.service: Deactivated successfully.
Dec 16 00:18:01 skynet wpa_supplicant[603]: wlp82s0: Removed BSSID 6a:28:f6:4a:7a:0f from ignore list (clear)
Dec 16 00:18:01 skynet wpa_supplicant[603]: wlp82s0: SME: Trying to authenticate with 6a:28:f6:4a:7a:0f (SSID='YOTC-4A7A0E-5G' freq=5180 MHz)
Dec 16 00:18:01 skynet kernel: wlp82s0: authenticate with 6a:28:f6:4a:7a:0f (local address=74:d8:3e:2a:34:7e)
Dec 16 00:18:01 skynet kernel: wlp82s0: send auth to 6a:28:f6:4a:7a:0f (try 1/3)
Dec 16 00:18:01 skynet NetworkManager[563]: <info> [1765862281.7916] device (wlp82s0): supplicant interface state: scanning -> authenticating
Dec 16 00:18:01 skynet NetworkManager[563]: <info> [1765862281.7917] device (p2p-dev-wlp82s0): supplicant management interface state: scanning -> authenticating
Dec 16 00:18:01 skynet wpa_supplicant[603]: wlp82s0: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=COUNTRY alpha2=US
Dec 16 00:18:01 skynet wpa_supplicant[603]: wlp82s0: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=COUNTRY alpha2=US
Dec 16 00:18:01 skynet wpa_supplicant[603]: wlp82s0: CTRL-EVENT-AUTH-REJECT 6a:28:f6:4a:7a:0f auth_type=0 auth_transaction=2 status_code=17
Dec 16 00:18:01 skynet wpa_supplicant[603]: wlp82s0: Added BSSID 6a:28:f6:4a:7a:0f into ignore list, ignoring for 10 seconds
Dec 16 00:18:01 skynet kernel: wlp82s0: 6a:28:f6:4a:7a:0f denied authentication (status 17)
Dec 16 00:18:01 skynet NetworkManager[563]: <info> [1765862281.8314] device (wlp82s0): supplicant interface state: authenticating -> disconnected
Dec 16 00:18:01 skynet NetworkManager[563]: <info> [1765862281.8315] device (p2p-dev-wlp82s0): supplicant management interface state: authenticating -> disconnected
Dec 16 00:18:02 skynet systemd[667]: Reached target Sound Card.
Dec 16 00:18:02 skynet systemd[1]: Started Getty on tty2.
Dec 16 00:18:02 skynet NetworkManager[563]: <info> [1765862282.3379] device (wlp82s0): supplicant interface state: disconnected -> scanning
Dec 16 00:18:02 skynet NetworkManager[563]: <info> [1765862282.3380] device (p2p-dev-wlp82s0): supplicant management interface state: disconnected -> scanning
Dec 16 00:18:03 skynet wpa_supplicant[603]: wlp82s0: Removed BSSID 6a:28:f6:4a:7a:0f from ignore list (clear)
Dec 16 00:18:03 skynet wpa_supplicant[603]: wlp82s0: SME: Trying to authenticate with 6a:28:f6:4a:7a:0f (SSID='YOTC-4A7A0E-5G' freq=5180 MHz)
Dec 16 00:18:03 skynet kernel: wlp82s0: authenticate with 6a:28:f6:4a:7a:0f (local address=74:d8:3e:2a:34:7e)
Dec 16 00:18:03 skynet kernel: wlp82s0: send auth to 6a:28:f6:4a:7a:0f (try 1/3)
Dec 16 00:18:03 skynet NetworkManager[563]: <info> [1765862283.3964] device (wlp82s0): supplicant interface state: scanning -> authenticating
Dec 16 00:18:03 skynet NetworkManager[563]: <info> [1765862283.3964] device (p2p-dev-wlp82s0): supplicant management interface state: scanning -> authenticating
Dec 16 00:18:03 skynet wpa_supplicant[603]: wlp82s0: CTRL-EVENT-AUTH-REJECT 6a:28:f6:4a:7a:0f auth_type=0 auth_transaction=2 status_code=17
Dec 16 00:18:03 skynet wpa_supplicant[603]: wlp82s0: Added BSSID 6a:28:f6:4a:7a:0f into ignore list, ignoring for 10 seconds
Dec 16 00:18:03 skynet kernel: wlp82s0: 6a:28:f6:4a:7a:0f denied authentication (status 17)
Dec 16 00:18:03 skynet NetworkManager[563]: <info> [1765862283.4413] device (wlp82s0): supplicant interface state: authenticating -> disconnected
Dec 16 00:18:03 skynet NetworkManager[563]: <info> [1765862283.4414] device (p2p-dev-wlp82s0): supplicant management interface state: authenticating -> disconnected
Dec 16 00:18:04 skynet NetworkManager[563]: <info> [1765862284.4471] device (wlp82s0): supplicant interface state: disconnected -> scanning
Dec 16 00:18:04 skynet NetworkManager[563]: <info> [1765862284.4472] device (p2p-dev-wlp82s0): supplicant management interface state: disconnected -> scanning
Dec 16 00:18:04 skynet wpa_supplicant[603]: wlp82s0: Removed BSSID 6a:28:f6:4a:7a:0f from ignore list (clear)
Dec 16 00:18:04 skynet wpa_supplicant[603]: wlp82s0: SME: Trying to authenticate with 6a:28:f6:4a:7a:0f (SSID='YOTC-4A7A0E-5G' freq=5180 MHz)
Dec 16 00:18:04 skynet kernel: wlp82s0: authenticate with 6a:28:f6:4a:7a:0f (local address=74:d8:3e:2a:34:7e)
Dec 16 00:18:04 skynet kernel: wlp82s0: send auth to 6a:28:f6:4a:7a:0f (try 1/3)
Dec 16 00:18:04 skynet NetworkManager[563]: <info> [1765862284.8612] device (wlp82s0): supplicant interface state: scanning -> authenticating
Dec 16 00:18:04 skynet NetworkManager[563]: <info> [1765862284.8613] device (p2p-dev-wlp82s0): supplicant management interface state: scanning -> authenticating
Dec 16 00:18:04 skynet wpa_supplicant[603]: wlp82s0: CTRL-EVENT-AUTH-REJECT 6a:28:f6:4a:7a:0f auth_type=0 auth_transaction=2 status_code=17
Dec 16 00:18:04 skynet wpa_supplicant[603]: wlp82s0: Added BSSID 6a:28:f6:4a:7a:0f into ignore list, ignoring for 10 seconds
Dec 16 00:18:04 skynet kernel: wlp82s0: 6a:28:f6:4a:7a:0f denied authentication (status 17)
Dec 16 00:18:04 skynet wpa_supplicant[603]: wlp82s0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="YOTC-4A7A0E-5G" auth_failures=1 duration=10 reason=CONN_FAILED
Dec 16 00:18:04 skynet NetworkManager[563]: <info> [1765862284.9034] device (wlp82s0): supplicant interface state: authenticating -> disconnected
Dec 16 00:18:04 skynet NetworkManager[563]: <info> [1765862284.9034] device (p2p-dev-wlp82s0): supplicant management interface state: authenticating -> disconnected
Dec 16 00:18:05 skynet systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Dec 16 00:18:09 skynet unix_chkpwd[917]: password check failed for user (jwrauch)
Dec 16 00:18:09 skynet login[912]: pam_unix(login:auth): authentication failure; logname=LOGIN uid=0 euid=0 tty=/dev/tty2 ruser= rhost= user=jwrauch
Dec 16 00:18:09 skynet NetworkManager[563]: <info> [1765862289.9111] device (wlp82s0): supplicant interface state: disconnected -> scanning
Dec 16 00:18:09 skynet NetworkManager[563]: <info> [1765862289.9112] device (p2p-dev-wlp82s0): supplicant management interface state: disconnected -> scanning
Dec 16 00:18:11 skynet login[912]: FAILED LOGIN 1 FROM tty2 FOR jwrauch, Authentication failure
Dec 16 00:18:16 skynet login[912]: pam_unix(login:session): session opened for user jwrauch(uid=1000) by LOGIN(uid=0)
Dec 16 00:18:16 skynet systemd-logind[564]: New session '2' of user 'jwrauch' with class 'user' and type 'tty'.
Dec 16 00:18:16 skynet systemd[1]: Created slice User Slice of UID 1000.
Dec 16 00:18:16 skynet systemd[1]: Starting User Runtime Directory /run/user/1000...
Dec 16 00:18:16 skynet systemd-user-runtime-dir[924]: Successfully configured disk quota for UID 1000 on /tmp to 24.9G
Dec 16 00:18:16 skynet systemd-user-runtime-dir[924]: Successfully configured disk quota for UID 1000 on /dev/shm to 24.9G
Dec 16 00:18:16 skynet systemd[1]: Finished User Runtime Directory /run/user/1000.
Dec 16 00:18:16 skynet systemd[1]: Starting User Manager for UID 1000...
Dec 16 00:18:16 skynet (systemd)[954]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[jwrauch] ruser=[<unknown>] rhost=[<unknown>]
Dec 16 00:18:16 skynet (systemd)[954]: pam_unix(systemd-user:session): session opened for user jwrauch(uid=1000) by jwrauch(uid=0)
Dec 16 00:18:16 skynet systemd-logind[564]: New session '3' of user 'jwrauch' with class 'manager' and type 'unspecified'.
Dec 16 00:18:16 skynet systemd[954]: Queued start job for default target Main User Target.
Dec 16 00:18:16 skynet systemd[954]: Created slice User Application Slice.
Dec 16 00:18:16 skynet systemd-journald[347]: /var/log/journal/01fb48006faf4d8f88ed55c0915a488e/user-1000.journal: Realtime clock jumped backwards relative to last journal entry, rotating.
Dec 16 00:18:16 skynet systemd[954]: Reached target Paths.
Dec 16 00:18:16 skynet systemd[954]: Reached target Timers.
Dec 16 00:18:16 skynet systemd[954]: Starting D-Bus User Message Bus Socket...
Dec 16 00:18:16 skynet systemd[954]: Listening on GnuPG network certificate management daemon.
Dec 16 00:18:16 skynet systemd[954]: Listening on GNOME Keyring daemon.
Dec 16 00:18:16 skynet systemd[954]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Dec 16 00:18:16 skynet systemd[954]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Dec 16 00:18:16 skynet systemd[954]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Dec 16 00:18:16 skynet systemd[954]: Listening on GnuPG cryptographic agent and passphrase cache.
Dec 16 00:18:16 skynet systemd[954]: Listening on GnuPG public key management service.
Dec 16 00:18:16 skynet systemd[954]: Listening on p11-kit server.
Dec 16 00:18:16 skynet systemd[954]: Listening on PipeWire Multimedia System Sockets.
Dec 16 00:18:16 skynet systemd[954]: Listening on Sound System.
Dec 16 00:18:16 skynet systemd[954]: Listening on Query the User Interactively for a Password.
Dec 16 00:18:16 skynet systemd[954]: Listening on D-Bus User Message Bus Socket.
Dec 16 00:18:16 skynet systemd[954]: Reached target Sockets.
Dec 16 00:18:16 skynet systemd[954]: Reached target Basic System.
Dec 16 00:18:16 skynet systemd[954]: Reached target Main User Target.
Dec 16 00:18:16 skynet systemd[954]: Startup finished in 112ms.
Dec 16 00:18:16 skynet systemd[1]: Started User Manager for UID 1000.
Dec 16 00:18:16 skynet systemd[1]: Started Session 2 of User jwrauch.
Dec 16 00:18:16 skynet login[912]: LOGIN ON tty2 BY jwrauch
Dec 16 00:18:17 skynet wpa_supplicant[603]: wlp82s0: CTRL-EVENT-SSID-REENABLED id=0 ssid="YOTC-4A7A0E-5G"
Dec 16 00:18:17 skynet wpa_supplicant[603]: wlp82s0: BSSID 6a:28:f6:4a:7a:0f ignore list count incremented to 2, ignoring for 10 seconds
Dec 16 00:18:17 skynet wpa_supplicant[603]: wlp82s0: Removed BSSID 6a:28:f6:4a:7a:0f from ignore list (clear)
Dec 16 00:18:17 skynet wpa_supplicant[603]: wlp82s0: SME: Trying to authenticate with 6a:28:f6:4a:7a:0f (SSID='YOTC-4A7A0E-5G' freq=5180 MHz)
Dec 16 00:18:17 skynet kernel: wlp82s0: authenticate with 6a:28:f6:4a:7a:0f (local address=74:d8:3e:2a:34:7e)
Dec 16 00:18:17 skynet kernel: wlp82s0: send auth to 6a:28:f6:4a:7a:0f (try 1/3)
Dec 16 00:18:17 skynet NetworkManager[563]: <info> [1765862297.4095] device (wlp82s0): supplicant interface state: scanning -> authenticating
Dec 16 00:18:17 skynet NetworkManager[563]: <info> [1765862297.4096] device (p2p-dev-wlp82s0): supplicant management interface state: scanning -> authenticating
Dec 16 00:18:17 skynet wpa_supplicant[603]: wlp82s0: CTRL-EVENT-AUTH-REJECT 6a:28:f6:4a:7a:0f auth_type=0 auth_transaction=2 status_code=17
Dec 16 00:18:17 skynet wpa_supplicant[603]: wlp82s0: Added BSSID 6a:28:f6:4a:7a:0f into ignore list, ignoring for 10 seconds
Dec 16 00:18:17 skynet wpa_supplicant[603]: wlp82s0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="YOTC-4A7A0E-5G" auth_failures=2 duration=20 reason=CONN_FAILED
Dec 16 00:18:17 skynet kernel: wlp82s0: 6a:28:f6:4a:7a:0f denied authentication (status 17)
Dec 16 00:18:17 skynet NetworkManager[563]: <info> [1765862297.4511] device (wlp82s0): supplicant interface state: authenticating -> disconnected
Dec 16 00:18:17 skynet NetworkManager[563]: <info> [1765862297.4512] device (p2p-dev-wlp82s0): supplicant management interface state: authenticating -> disconnected
Dec 16 00:18:25 skynet NetworkManager[563]: <warn> [1765862305.7989] device (wlp82s0): Activation: (wifi) association took too long, failing activation
Dec 16 00:18:25 skynet NetworkManager[563]: <info> [1765862305.7990] device (wlp82s0): state change: config -> failed (reason 'ssid-not-found', managed-type: 'full')
Dec 16 00:18:25 skynet wpa_supplicant[603]: wlp82s0: CTRL-EVENT-DSCP-POLICY clear_all
Dec 16 00:18:25 skynet NetworkManager[563]: <info> [1765862305.7995] manager: NetworkManager state is now DISCONNECTED
Dec 16 00:18:25 skynet NetworkManager[563]: <info> [1765862305.8226] device (wlp82s0): set-hw-addr: set MAC address to CA:B9:55:DD:A2:B6 (scanning)
Dec 16 00:18:25 skynet NetworkManager[563]: <warn> [1765862305.8309] device (wlp82s0): Activation: failed for connection 'YOTC-4A7A0E-5G'
Dec 16 00:18:25 skynet NetworkManager[563]: <info> [1765862305.8311] device (wlp82s0): supplicant interface state: disconnected -> interface_disabled
Dec 16 00:18:25 skynet NetworkManager[563]: <info> [1765862305.8311] device (p2p-dev-wlp82s0): supplicant management interface state: disconnected -> interface_disabled
Dec 16 00:18:25 skynet NetworkManager[563]: <info> [1765862305.8315] device (wlp82s0): state change: failed -> disconnected (reason 'none', managed-type: 'full')
Dec 16 00:18:25 skynet NetworkManager[563]: <info> [1765862305.8358] device (wlp82s0): supplicant interface state: interface_disabled -> inactive
Dec 16 00:18:25 skynet NetworkManager[563]: <info> [1765862305.8358] device (p2p-dev-wlp82s0): supplicant management interface state: interface_disabled -> inactive
Dec 16 00:18:25 skynet systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Dec 16 00:18:26 skynet NetworkManager[563]: <info> [1765862306.5093] policy: auto-activating connection 'YOTC-4A7A0E-5G' (303bd82d-8c69-4ee2-b0f9-2faac07fd231)
Dec 16 00:18:26 skynet NetworkManager[563]: <info> [1765862306.5099] device (wlp82s0): Activation: starting connection 'YOTC-4A7A0E-5G' (303bd82d-8c69-4ee2-b0f9-2faac07fd231)
Dec 16 00:18:26 skynet NetworkManager[563]: <info> [1765862306.5100] device (wlp82s0): state change: disconnected -> prepare (reason 'none', managed-type: 'full')
Dec 16 00:18:26 skynet NetworkManager[563]: <info> [1765862306.5101] manager: NetworkManager state is now CONNECTING
Dec 16 00:18:26 skynet NetworkManager[563]: <info> [1765862306.5229] device (wlp82s0): set-hw-addr: reset MAC address to 74:D8:3E:2A:34:7E (preserve)
Dec 16 00:18:26 skynet NetworkManager[563]: <info> [1765862306.5296] device (wlp82s0): state change: prepare -> config (reason 'none', managed-type: 'full')
Dec 16 00:18:26 skynet NetworkManager[563]: <info> [1765862306.5298] device (wlp82s0): Activation: (wifi) access point 'YOTC-4A7A0E-5G' has security, but secrets are required.
Dec 16 00:18:26 skynet NetworkManager[563]: <info> [1765862306.5298] device (wlp82s0): state change: config -> need-auth (reason 'none', managed-type: 'full')
Dec 16 00:18:26 skynet NetworkManager[563]: <info> [1765862306.5299] sup-iface[fa163dbaae57b01b,0,wlp82s0]: wps: type pbc start...
Dec 16 00:18:26 skynet NetworkManager[563]: <info> [1765862306.5300] device (wlp82s0): supplicant interface state: inactive -> interface_disabled
Dec 16 00:18:26 skynet NetworkManager[563]: <info> [1765862306.5300] device (p2p-dev-wlp82s0): supplicant management interface state: inactive -> interface_disabled
Dec 16 00:18:26 skynet NetworkManager[563]: <info> [1765862306.5305] device (wlp82s0): state change: need-auth -> prepare (reason 'none', managed-type: 'full')
Dec 16 00:18:26 skynet NetworkManager[563]: <info> [1765862306.5307] device (wlp82s0): state change: prepare -> config (reason 'none', managed-type: 'full')
Dec 16 00:18:26 skynet NetworkManager[563]: <info> [1765862306.5308] device (wlp82s0): Activation: (wifi) connection 'YOTC-4A7A0E-5G' has security, and secrets exist. No new secrets needed.
Dec 16 00:18:26 skynet NetworkManager[563]: <info> [1765862306.5308] Config: added 'ssid' value 'YOTC-4A7A0E-5G'
Dec 16 00:18:26 skynet NetworkManager[563]: <info> [1765862306.5308] Config: added 'scan_ssid' value '1'
Dec 16 00:18:26 skynet NetworkManager[563]: <info> [1765862306.5308] Config: added 'bgscan' value 'simple:30:-70:86400'
Dec 16 00:18:26 skynet NetworkManager[563]: <info> [1765862306.5308] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK SAE FT-SAE'
Dec 16 00:18:26 skynet NetworkManager[563]: <info> [1765862306.5308] Config: added 'auth_alg' value 'OPEN'
Dec 16 00:18:26 skynet NetworkManager[563]: <info> [1765862306.5308] Config: added 'psk' value '<hidden>'
Dec 16 00:18:26 skynet wpa_supplicant[603]: wlp82s0: WPS-CANCEL
Dec 16 00:18:26 skynet NetworkManager[563]: <info> [1765862306.5412] device (wlp82s0): supplicant interface state: interface_disabled -> inactive
Dec 16 00:18:26 skynet NetworkManager[563]: <info> [1765862306.5412] device (p2p-dev-wlp82s0): supplicant management interface state: interface_disabled -> inactive
Dec 16 00:18:26 skynet wpa_supplicant[603]: wlp82s0: Removed BSSID 6a:28:f6:4a:7a:0f from ignore list (clear)
Dec 16 00:18:26 skynet wpa_supplicant[603]: wlp82s0: SME: Trying to authenticate with 6a:28:f6:4a:7a:0f (SSID='YOTC-4A7A0E-5G' freq=5180 MHz)
Dec 16 00:18:26 skynet kernel: wlp82s0: authenticate with 6a:28:f6:4a:7a:0f (local address=74:d8:3e:2a:34:7e)
Dec 16 00:18:26 skynet NetworkManager[563]: <info> [1765862306.5662] device (wlp82s0): supplicant interface state: inactive -> authenticating
Dec 16 00:18:26 skynet NetworkManager[563]: <info> [1765862306.5662] device (p2p-dev-wlp82s0): supplicant management interface state: inactive -> authenticating
Dec 16 00:18:26 skynet kernel: wlp82s0: send auth to 6a:28:f6:4a:7a:0f (try 1/3)
Dec 16 00:18:26 skynet wpa_supplicant[603]: wlp82s0: CTRL-EVENT-AUTH-REJECT 6a:28:f6:4a:7a:0f auth_type=0 auth_transaction=2 status_code=17
Dec 16 00:18:26 skynet wpa_supplicant[603]: wlp82s0: Added BSSID 6a:28:f6:4a:7a:0f into ignore list, ignoring for 10 seconds
Dec 16 00:18:26 skynet wpa_supplicant[603]: wlp82s0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="YOTC-4A7A0E-5G" auth_failures=1 duration=10 reason=CONN_FAILED
Dec 16 00:18:26 skynet kernel: wlp82s0: 6a:28:f6:4a:7a:0f denied authentication (status 17)
Dec 16 00:18:26 skynet NetworkManager[563]: <info> [1765862306.6067] device (wlp82s0): supplicant interface state: authenticating -> disconnected
Dec 16 00:18:26 skynet NetworkManager[563]: <info> [1765862306.6068] device (p2p-dev-wlp82s0): supplicant management interface state: authenticating -> disconnected
Dec 16 00:18:31 skynet sudo[995]: jwrauch : TTY=tty2 ; PWD=/home/jwrauch ; USER=root ; COMMAND=/usr/bin/systemctl status NetworkManager
Dec 16 00:18:31 skynet sudo[995]: pam_unix(sudo:session): session opened for user root(uid=0) by jwrauch(uid=1000)
Dec 16 00:18:31 skynet sudo[995]: pam_unix(sudo:session): session closed for user root
Dec 16 00:18:36 skynet NetworkManager[563]: <info> [1765862316.6121] device (wlp82s0): supplicant interface state: disconnected -> scanning
Dec 16 00:18:36 skynet NetworkManager[563]: <info> [1765862316.6121] device (p2p-dev-wlp82s0): supplicant management interface state: disconnected -> scanning
Dec 16 00:18:37 skynet wpa_supplicant[603]: wlp82s0: CTRL-EVENT-SSID-REENABLED id=0 ssid="YOTC-4A7A0E-5G"
Dec 16 00:18:37 skynet wpa_supplicant[603]: wlp82s0: BSSID 6a:28:f6:4a:7a:0f ignore list count incremented to 2, ignoring for 10 seconds
Dec 16 00:18:37 skynet wpa_supplicant[603]: wlp82s0: Removed BSSID 6a:28:f6:4a:7a:0f from ignore list (clear)
Dec 16 00:18:37 skynet wpa_supplicant[603]: wlp82s0: SME: Trying to authenticate with 6a:28:f6:4a:7a:0f (SSID='YOTC-4A7A0E-5G' freq=5180 MHz)
Dec 16 00:18:37 skynet kernel: wlp82s0: authenticate with 6a:28:f6:4a:7a:0f (local address=74:d8:3e:2a:34:7e)
Dec 16 00:18:37 skynet kernel: wlp82s0: send auth to 6a:28:f6:4a:7a:0f (try 1/3)
Dec 16 00:18:37 skynet NetworkManager[563]: <info> [1765862317.3447] device (wlp82s0): supplicant interface state: scanning -> authenticating
Dec 16 00:18:37 skynet NetworkManager[563]: <info> [1765862317.3448] device (p2p-dev-wlp82s0): supplicant management interface state: scanning -> authenticating
Dec 16 00:18:37 skynet wpa_supplicant[603]: wlp82s0: CTRL-EVENT-AUTH-REJECT 6a:28:f6:4a:7a:0f auth_type=0 auth_transaction=2 status_code=17
Dec 16 00:18:37 skynet wpa_supplicant[603]: wlp82s0: Added BSSID 6a:28:f6:4a:7a:0f into ignore list, ignoring for 10 seconds
Dec 16 00:18:37 skynet wpa_supplicant[603]: wlp82s0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="YOTC-4A7A0E-5G" auth_failures=2 duration=20 reason=CONN_FAILED
Dec 16 00:18:37 skynet kernel: wlp82s0: 6a:28:f6:4a:7a:0f denied authentication (status 17)
Dec 16 00:18:37 skynet NetworkManager[563]: <info> [1765862317.3890] device (wlp82s0): supplicant interface state: authenticating -> disconnected
Dec 16 00:18:37 skynet NetworkManager[563]: <info> [1765862317.3891] device (p2p-dev-wlp82s0): supplicant management interface state: authenticating -> disconnected
Dec 16 00:18:47 skynet NetworkManager[563]: <info> [1765862327.3951] device (wlp82s0): supplicant interface state: disconnected -> scanning
Dec 16 00:18:47 skynet NetworkManager[563]: <info> [1765862327.3952] device (p2p-dev-wlp82s0): supplicant management interface state: disconnected -> scanning
Dec 16 00:18:51 skynet NetworkManager[563]: <warn> [1765862331.7983] device (wlp82s0): Activation: (wifi) association took too long, failing activation
Dec 16 00:18:51 skynet NetworkManager[563]: <info> [1765862331.7984] device (wlp82s0): state change: config -> failed (reason 'ssid-not-found', managed-type: 'full')
Dec 16 00:18:51 skynet wpa_supplicant[603]: wlp82s0: CTRL-EVENT-DSCP-POLICY clear_all
Dec 16 00:18:51 skynet NetworkManager[563]: <info> [1765862331.7989] manager: NetworkManager state is now DISCONNECTED
Dec 16 00:18:51 skynet NetworkManager[563]: <info> [1765862331.8213] device (wlp82s0): set-hw-addr: set MAC address to D2:61:B3:5A:15:CF (scanning)
Dec 16 00:18:51 skynet NetworkManager[563]: <warn> [1765862331.8281] device (wlp82s0): Activation: failed for connection 'YOTC-4A7A0E-5G'
Dec 16 00:18:51 skynet NetworkManager[563]: <info> [1765862331.8283] device (wlp82s0): supplicant interface state: scanning -> disconnected
Dec 16 00:18:51 skynet NetworkManager[563]: <info> [1765862331.8283] device (p2p-dev-wlp82s0): supplicant management interface state: scanning -> disconnected
Dec 16 00:18:51 skynet NetworkManager[563]: <info> [1765862331.8285] device (wlp82s0): supplicant interface state: disconnected -> interface_disabled
Dec 16 00:18:51 skynet NetworkManager[563]: <info> [1765862331.8285] device (p2p-dev-wlp82s0): supplicant management interface state: disconnected -> interface_disabled
Dec 16 00:18:51 skynet NetworkManager[563]: <info> [1765862331.8289] device (wlp82s0): state change: failed -> disconnected (reason 'none', managed-type: 'full')
Dec 16 00:18:51 skynet NetworkManager[563]: <info> [1765862331.8429] device (wlp82s0): supplicant interface state: interface_disabled -> disconnected
Dec 16 00:18:51 skynet NetworkManager[563]: <info> [1765862331.8430] device (p2p-dev-wlp82s0): supplicant management interface state: interface_disabled -> disconnected
Dec 16 00:18:52 skynet NetworkManager[563]: <info> [1765862332.3435] policy: auto-activating connection 'YOTC-4A7A0E-5G' (303bd82d-8c69-4ee2-b0f9-2faac07fd231)
Dec 16 00:18:52 skynet NetworkManager[563]: <info> [1765862332.3446] device (wlp82s0): Activation: starting connection 'YOTC-4A7A0E-5G' (303bd82d-8c69-4ee2-b0f9-2faac07fd231)
Dec 16 00:18:52 skynet NetworkManager[563]: <info> [1765862332.3448] device (wlp82s0): state change: disconnected -> prepare (reason 'none', managed-type: 'full')
Dec 16 00:18:52 skynet NetworkManager[563]: <info> [1765862332.3452] manager: NetworkManager state is now CONNECTING
Dec 16 00:18:52 skynet NetworkManager[563]: <info> [1765862332.3574] device (wlp82s0): set-hw-addr: reset MAC address to 74:D8:3E:2A:34:7E (preserve)
Dec 16 00:18:52 skynet NetworkManager[563]: <info> [1765862332.3661] device (wlp82s0): state change: prepare -> config (reason 'none', managed-type: 'full')
Dec 16 00:18:52 skynet NetworkManager[563]: <info> [1765862332.3666] device (wlp82s0): Activation: (wifi) access point 'YOTC-4A7A0E-5G' has security, but secrets are required.
Dec 16 00:18:52 skynet NetworkManager[563]: <info> [1765862332.3666] device (wlp82s0): state change: config -> need-auth (reason 'none', managed-type: 'full')
Dec 16 00:18:52 skynet NetworkManager[563]: <info> [1765862332.3669] sup-iface[fa163dbaae57b01b,0,wlp82s0]: wps: type pbc start...
Dec 16 00:18:52 skynet NetworkManager[563]: <info> [1765862332.3673] device (wlp82s0): supplicant interface state: disconnected -> interface_disabled
Dec 16 00:18:52 skynet NetworkManager[563]: <info> [1765862332.3673] device (p2p-dev-wlp82s0): supplicant management interface state: disconnected -> interface_disabled
Dec 16 00:18:52 skynet NetworkManager[563]: <info> [1765862332.3693] device (wlp82s0): supplicant interface state: interface_disabled -> disconnected
Dec 16 00:18:52 skynet NetworkManager[563]: <info> [1765862332.3694] device (p2p-dev-wlp82s0): supplicant management interface state: interface_disabled -> disconnected
Dec 16 00:18:52 skynet NetworkManager[563]: <info> [1765862332.3695] device (wlp82s0): state change: need-auth -> prepare (reason 'none', managed-type: 'full')
Dec 16 00:18:52 skynet NetworkManager[563]: <info> [1765862332.3700] device (wlp82s0): state change: prepare -> config (reason 'none', managed-type: 'full')
Dec 16 00:18:52 skynet wpa_supplicant[603]: wlp82s0: WPS-PBC-ACTIVE
Dec 16 00:18:52 skynet NetworkManager[563]: <info> [1765862332.3705] device (wlp82s0): Activation: (wifi) connection 'YOTC-4A7A0E-5G' has security, and secrets exist. No new secrets needed.
Dec 16 00:18:52 skynet NetworkManager[563]: <info> [1765862332.3705] Config: added 'ssid' value 'YOTC-4A7A0E-5G'
Dec 16 00:18:52 skynet NetworkManager[563]: <info> [1765862332.3705] Config: added 'scan_ssid' value '1'
Dec 16 00:18:52 skynet NetworkManager[563]: <info> [1765862332.3706] Config: added 'bgscan' value 'simple:30:-70:86400'
Dec 16 00:18:52 skynet NetworkManager[563]: <info> [1765862332.3706] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK SAE FT-SAE'
Dec 16 00:18:52 skynet NetworkManager[563]: <info> [1765862332.3706] Config: added 'auth_alg' value 'OPEN'
Dec 16 00:18:52 skynet NetworkManager[563]: <info> [1765862332.3706] Config: added 'psk' value '<hidden>'
Dec 16 00:18:52 skynet wpa_supplicant[603]: wlp82s0: WPS-CANCEL
Dec 16 00:18:52 skynet NetworkManager[563]: <info> [1765862332.3747] device (wlp82s0): supplicant interface state: disconnected -> scanning
Dec 16 00:18:52 skynet NetworkManager[563]: <info> [1765862332.3747] device (p2p-dev-wlp82s0): supplicant management interface state: disconnected -> scanning
Dec 16 00:18:52 skynet wpa_supplicant[603]: wlp82s0: Removed BSSID 6a:28:f6:4a:7a:0f from ignore list (clear)
Dec 16 00:18:52 skynet wpa_supplicant[603]: wlp82s0: SME: Trying to authenticate with 6a:28:f6:4a:7a:0f (SSID='YOTC-4A7A0E-5G' freq=5180 MHz)
Dec 16 00:18:52 skynet kernel: wlp82s0: authenticate with 6a:28:f6:4a:7a:0f (local address=74:d8:3e:2a:34:7e)
Dec 16 00:18:52 skynet NetworkManager[563]: <info> [1765862332.4072] device (wlp82s0): supplicant interface state: scanning -> authenticating
Dec 16 00:18:52 skynet NetworkManager[563]: <info> [1765862332.4072] device (p2p-dev-wlp82s0): supplicant management interface state: scanning -> authenticating
Dec 16 00:18:52 skynet kernel: wlp82s0: send auth to 6a:28:f6:4a:7a:0f (try 1/3)
Dec 16 00:18:52 skynet wpa_supplicant[603]: wlp82s0: CTRL-EVENT-AUTH-REJECT 6a:28:f6:4a:7a:0f auth_type=0 auth_transaction=2 status_code=17
Dec 16 00:18:52 skynet wpa_supplicant[603]: wlp82s0: Added BSSID 6a:28:f6:4a:7a:0f into ignore list, ignoring for 10 seconds
Dec 16 00:18:52 skynet wpa_supplicant[603]: wlp82s0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="YOTC-4A7A0E-5G" auth_failures=1 duration=10 reason=CONN_FAILED
Dec 16 00:18:52 skynet kernel: wlp82s0: 6a:28:f6:4a:7a:0f denied authentication (status 17)
Dec 16 00:18:52 skynet NetworkManager[563]: <info> [1765862332.4479] device (wlp82s0): supplicant interface state: authenticating -> disconnected
Dec 16 00:18:52 skynet NetworkManager[563]: <info> [1765862332.4479] device (p2p-dev-wlp82s0): supplicant management interface state: authenticating -> disconnected
Dec 16 00:19:02 skynet NetworkManager[563]: <info> [1765862342.4596] device (wlp82s0): supplicant interface state: disconnected -> scanning
Dec 16 00:19:02 skynet NetworkManager[563]: <info> [1765862342.4597] device (p2p-dev-wlp82s0): supplicant management interface state: disconnected -> scanning
Dec 16 00:19:04 skynet wpa_supplicant[603]: wlp82s0: CTRL-EVENT-SSID-REENABLED id=0 ssid="YOTC-4A7A0E-5G"
Dec 16 00:19:04 skynet wpa_supplicant[603]: wlp82s0: BSSID 6a:28:f6:4a:7a:0f ignore list count incremented to 2, ignoring for 10 seconds
Dec 16 00:19:04 skynet wpa_supplicant[603]: wlp82s0: Removed BSSID 6a:28:f6:4a:7a:0f from ignore list (clear)
Dec 16 00:19:04 skynet wpa_supplicant[603]: wlp82s0: SME: Trying to authenticate with 6a:28:f6:4a:7a:0f (SSID='YOTC-4A7A0E-5G' freq=5180 MHz)
Dec 16 00:19:04 skynet kernel: wlp82s0: authenticate with 6a:28:f6:4a:7a:0f (local address=74:d8:3e:2a:34:7e)
Dec 16 00:19:04 skynet kernel: wlp82s0: send auth to 6a:28:f6:4a:7a:0f (try 1/3)
Dec 16 00:19:04 skynet NetworkManager[563]: <info> [1765862344.7172] device (wlp82s0): supplicant interface state: scanning -> authenticating
Dec 16 00:19:04 skynet NetworkManager[563]: <info> [1765862344.7173] device (p2p-dev-wlp82s0): supplicant management interface state: scanning -> authenticating
Dec 16 00:19:04 skynet wpa_supplicant[603]: wlp82s0: CTRL-EVENT-AUTH-REJECT 6a:28:f6:4a:7a:0f auth_type=0 auth_transaction=2 status_code=17
Dec 16 00:19:04 skynet wpa_supplicant[603]: wlp82s0: Added BSSID 6a:28:f6:4a:7a:0f into ignore list, ignoring for 10 seconds
Dec 16 00:19:04 skynet wpa_supplicant[603]: wlp82s0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="YOTC-4A7A0E-5G" auth_failures=2 duration=20 reason=CONN_FAILED
Dec 16 00:19:04 skynet kernel: wlp82s0: 6a:28:f6:4a:7a:0f denied authentication (status 17)
Dec 16 00:19:04 skynet NetworkManager[563]: <info> [1765862344.7597] device (wlp82s0): supplicant interface state: authenticating -> disconnected
Dec 16 00:19:04 skynet NetworkManager[563]: <info> [1765862344.7597] device (p2p-dev-wlp82s0): supplicant management interface state: authenticating -> disconnected
Dec 16 00:19:14 skynet NetworkManager[563]: <info> [1765862354.7731] device (wlp82s0): supplicant interface state: disconnected -> scanning
Dec 16 00:19:14 skynet NetworkManager[563]: <info> [1765862354.7732] device (p2p-dev-wlp82s0): supplicant management interface state: disconnected -> scanning
Dec 16 00:19:17 skynet NetworkManager[563]: <warn> [1765862357.7988] device (wlp82s0): Activation: (wifi) association took too long, failing activation
Dec 16 00:19:17 skynet NetworkManager[563]: <info> [1765862357.7989] device (wlp82s0): state change: config -> failed (reason 'ssid-not-found', managed-type: 'full')
Dec 16 00:19:17 skynet wpa_supplicant[603]: wlp82s0: CTRL-EVENT-DSCP-POLICY clear_all
Dec 16 00:19:17 skynet NetworkManager[563]: <info> [1765862357.7995] manager: NetworkManager state is now DISCONNECTED
Dec 16 00:19:17 skynet NetworkManager[563]: <info> [1765862357.8224] device (wlp82s0): set-hw-addr: set MAC address to 0A:A5:8B:71:5E:3F (scanning)
Dec 16 00:19:17 skynet NetworkManager[563]: <warn> [1765862357.8293] device (wlp82s0): Activation: failed for connection 'YOTC-4A7A0E-5G'
Dec 16 00:19:17 skynet NetworkManager[563]: <info> [1765862357.8295] device (wlp82s0): supplicant interface state: scanning -> disconnected
Dec 16 00:19:17 skynet NetworkManager[563]: <info> [1765862357.8296] device (p2p-dev-wlp82s0): supplicant management interface state: scanning -> disconnected
Dec 16 00:19:17 skynet NetworkManager[563]: <info> [1765862357.8297] device (wlp82s0): supplicant interface state: disconnected -> interface_disabled
Dec 16 00:19:17 skynet NetworkManager[563]: <info> [1765862357.8297] device (p2p-dev-wlp82s0): supplicant management interface state: disconnected -> interface_disabled
Dec 16 00:19:17 skynet NetworkManager[563]: <info> [1765862357.8301] device (wlp82s0): state change: failed -> disconnected (reason 'none', managed-type: 'full')
Dec 16 00:19:17 skynet NetworkManager[563]: <info> [1765862357.8439] device (wlp82s0): supplicant interface state: interface_disabled -> disconnected
Dec 16 00:19:17 skynet NetworkManager[563]: <info> [1765862357.8440] device (p2p-dev-wlp82s0): supplicant management interface state: interface_disabled -> disconnected
Dec 16 00:19:18 skynet NetworkManager[563]: <info> [1765862358.3441] policy: auto-activating connection 'YOTC-4A7A0E-5G' (303bd82d-8c69-4ee2-b0f9-2faac07fd231)
Dec 16 00:19:18 skynet NetworkManager[563]: <info> [1765862358.3447] device (wlp82s0): Activation: starting connection 'YOTC-4A7A0E-5G' (303bd82d-8c69-4ee2-b0f9-2faac07fd231)
Dec 16 00:19:18 skynet NetworkManager[563]: <info> [1765862358.3447] device (wlp82s0): state change: disconnected -> prepare (reason 'none', managed-type: 'full')
Dec 16 00:19:18 skynet NetworkManager[563]: <info> [1765862358.3449] manager: NetworkManager state is now CONNECTING
Dec 16 00:19:18 skynet NetworkManager[563]: <info> [1765862358.3593] device (wlp82s0): set-hw-addr: reset MAC address to 74:D8:3E:2A:34:7E (preserve)
Dec 16 00:19:18 skynet NetworkManager[563]: <info> [1765862358.3678] device (wlp82s0): state change: prepare -> config (reason 'none', managed-type: 'full')
Dec 16 00:19:18 skynet NetworkManager[563]: <info> [1765862358.3683] device (wlp82s0): Activation: (wifi) access point 'YOTC-4A7A0E-5G' has security, but secrets are required.
Dec 16 00:19:18 skynet NetworkManager[563]: <info> [1765862358.3683] device (wlp82s0): state change: config -> need-auth (reason 'none', managed-type: 'full')
Dec 16 00:19:18 skynet NetworkManager[563]: <info> [1765862358.3686] sup-iface[fa163dbaae57b01b,0,wlp82s0]: wps: type pbc start...
Dec 16 00:19:18 skynet NetworkManager[563]: <info> [1765862358.3690] device (wlp82s0): supplicant interface state: disconnected -> interface_disabled
Dec 16 00:19:18 skynet NetworkManager[563]: <info> [1765862358.3690] device (p2p-dev-wlp82s0): supplicant management interface state: disconnected -> interface_disabled
Dec 16 00:19:18 skynet NetworkManager[563]: <info> [1765862358.3710] device (wlp82s0): supplicant interface state: interface_disabled -> disconnected
Dec 16 00:19:18 skynet NetworkManager[563]: <info> [1765862358.3711] device (p2p-dev-wlp82s0): supplicant management interface state: interface_disabled -> disconnected
Dec 16 00:19:18 skynet NetworkManager[563]: <info> [1765862358.3712] device (wlp82s0): state change: need-auth -> prepare (reason 'none', managed-type: 'full')
Dec 16 00:19:18 skynet NetworkManager[563]: <info> [1765862358.3718] device (wlp82s0): state change: prepare -> config (reason 'none', managed-type: 'full')
Dec 16 00:19:18 skynet wpa_supplicant[603]: wlp82s0: WPS-PBC-ACTIVE
Dec 16 00:19:18 skynet NetworkManager[563]: <info> [1765862358.3722] device (wlp82s0): Activation: (wifi) connection 'YOTC-4A7A0E-5G' has security, and secrets exist. No new secrets needed.
Dec 16 00:19:18 skynet NetworkManager[563]: <info> [1765862358.3722] Config: added 'ssid' value 'YOTC-4A7A0E-5G'
Dec 16 00:19:18 skynet NetworkManager[563]: <info> [1765862358.3723] Config: added 'scan_ssid' value '1'
Dec 16 00:19:18 skynet NetworkManager[563]: <info> [1765862358.3723] Config: added 'bgscan' value 'simple:30:-70:86400'
Dec 16 00:19:18 skynet NetworkManager[563]: <info> [1765862358.3723] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK SAE FT-SAE'
Dec 16 00:19:18 skynet NetworkManager[563]: <info> [1765862358.3723] Config: added 'auth_alg' value 'OPEN'
Dec 16 00:19:18 skynet NetworkManager[563]: <info> [1765862358.3723] Config: added 'psk' value '<hidden>'
Dec 16 00:19:18 skynet wpa_supplicant[603]: wlp82s0: WPS-CANCEL
Dec 16 00:19:18 skynet NetworkManager[563]: <info> [1765862358.3754] device (wlp82s0): supplicant interface state: disconnected -> scanning
Dec 16 00:19:18 skynet NetworkManager[563]: <info> [1765862358.3755] device (p2p-dev-wlp82s0): supplicant management interface state: disconnected -> scanning
Dec 16 00:19:18 skynet wpa_supplicant[603]: wlp82s0: Removed BSSID 6a:28:f6:4a:7a:0f from ignore list (clear)
Dec 16 00:19:18 skynet wpa_supplicant[603]: wlp82s0: SME: Trying to authenticate with 6a:28:f6:4a:7a:0f (SSID='YOTC-4A7A0E-5G' freq=5180 MHz)
Dec 16 00:19:18 skynet kernel: wlp82s0: authenticate with 6a:28:f6:4a:7a:0f (local address=74:d8:3e:2a:34:7e)
Dec 16 00:19:18 skynet kernel: wlp82s0: send auth to 6a:28:f6:4a:7a:0f (try 1/3)
Dec 16 00:19:18 skynet NetworkManager[563]: <info> [1765862358.4044] device (wlp82s0): supplicant interface state: scanning -> authenticating
Dec 16 00:19:18 skynet NetworkManager[563]: <info> [1765862358.4044] device (p2p-dev-wlp82s0): supplicant management interface state: scanning -> authenticating
Dec 16 00:19:18 skynet wpa_supplicant[603]: wlp82s0: CTRL-EVENT-AUTH-REJECT 6a:28:f6:4a:7a:0f auth_type=0 auth_transaction=2 status_code=17
Dec 16 00:19:18 skynet wpa_supplicant[603]: wlp82s0: Added BSSID 6a:28:f6:4a:7a:0f into ignore list, ignoring for 10 seconds
Dec 16 00:19:18 skynet wpa_supplicant[603]: wlp82s0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="YOTC-4A7A0E-5G" auth_failures=1 duration=10 reason=CONN_FAILED
Dec 16 00:19:18 skynet NetworkManager[563]: <info> [1765862358.4482] device (wlp82s0): supplicant interface state: authenticating -> disconnected
Dec 16 00:19:18 skynet NetworkManager[563]: <info> [1765862358.4483] device (p2p-dev-wlp82s0): supplicant management interface state: authenticating -> disconnected
Dec 16 00:19:18 skynet kernel: wlp82s0: 6a:28:f6:4a:7a:0f denied authentication (status 17)
Dec 16 00:19:28 skynet NetworkManager[563]: <info> [1765862368.4560] device (wlp82s0): supplicant interface state: disconnected -> scanning
Dec 16 00:19:28 skynet NetworkManager[563]: <info> [1765862368.4560] device (p2p-dev-wlp82s0): supplicant management interface state: disconnected -> scanning
Dec 16 00:19:29 skynet wpa_supplicant[603]: wlp82s0: CTRL-EVENT-SSID-REENABLED id=0 ssid="YOTC-4A7A0E-5G"
Dec 16 00:19:29 skynet wpa_supplicant[603]: wlp82s0: BSSID 6a:28:f6:4a:7a:0f ignore list count incremented to 2, ignoring for 10 seconds
Dec 16 00:19:29 skynet wpa_supplicant[603]: wlp82s0: Removed BSSID 6a:28:f6:4a:7a:0f from ignore list (clear)
Dec 16 00:19:29 skynet wpa_supplicant[603]: wlp82s0: SME: Trying to authenticate with 6a:28:f6:4a:7a:0f (SSID='YOTC-4A7A0E-5G' freq=5180 MHz)
Dec 16 00:19:29 skynet kernel: wlp82s0: authenticate with 6a:28:f6:4a:7a:0f (local address=74:d8:3e:2a:34:7e)
Dec 16 00:19:29 skynet kernel: wlp82s0: send auth to 6a:28:f6:4a:7a:0f (try 1/3)
Dec 16 00:19:29 skynet NetworkManager[563]: <info> [1765862369.5053] device (wlp82s0): supplicant interface state: scanning -> authenticating
Dec 16 00:19:29 skynet NetworkManager[563]: <info> [1765862369.5054] device (p2p-dev-wlp82s0): supplicant management interface state: scanning -> authenticating
Dec 16 00:19:29 skynet kernel: wlp82s0: 6a:28:f6:4a:7a:0f denied authentication (status 17)
Dec 16 00:19:29 skynet wpa_supplicant[603]: wlp82s0: CTRL-EVENT-AUTH-REJECT 6a:28:f6:4a:7a:0f auth_type=0 auth_transaction=2 status_code=17
Dec 16 00:19:29 skynet wpa_supplicant[603]: wlp82s0: Added BSSID 6a:28:f6:4a:7a:0f into ignore list, ignoring for 10 seconds
Dec 16 00:19:29 skynet wpa_supplicant[603]: wlp82s0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="YOTC-4A7A0E-5G" auth_failures=2 duration=20 reason=CONN_FAILED
Dec 16 00:19:29 skynet NetworkManager[563]: <info> [1765862369.5495] device (wlp82s0): supplicant interface state: authenticating -> disconnected
Dec 16 00:19:29 skynet NetworkManager[563]: <info> [1765862369.5496] device (p2p-dev-wlp82s0): supplicant management interface state: authenticating -> disconnected
Dec 16 00:19:39 skynet NetworkManager[563]: <info> [1765862379.5578] device (wlp82s0): supplicant interface state: disconnected -> scanning
Dec 16 00:19:39 skynet NetworkManager[563]: <info> [1765862379.5579] device (p2p-dev-wlp82s0): supplicant management interface state: disconnected -> scanning
Dec 16 00:19:43 skynet NetworkManager[563]: <warn> [1765862383.7989] device (wlp82s0): Activation: (wifi) association took too long, failing activation
Dec 16 00:19:43 skynet NetworkManager[563]: <info> [1765862383.7990] device (wlp82s0): state change: config -> failed (reason 'ssid-not-found', managed-type: 'full')
Dec 16 00:19:43 skynet wpa_supplicant[603]: wlp82s0: CTRL-EVENT-DSCP-POLICY clear_all
Dec 16 00:19:43 skynet NetworkManager[563]: <info> [1765862383.7996] manager: NetworkManager state is now DISCONNECTED
Dec 16 00:19:43 skynet NetworkManager[563]: <info> [1765862383.8222] device (wlp82s0): set-hw-addr: set MAC address to 4A:22:64:07:8C:8C (scanning)
Dec 16 00:19:43 skynet NetworkManager[563]: <warn> [1765862383.8291] device (wlp82s0): Activation: failed for connection 'YOTC-4A7A0E-5G'
Dec 16 00:19:43 skynet NetworkManager[563]: <info> [1765862383.8293] device (wlp82s0): supplicant interface state: scanning -> disconnected
Dec 16 00:19:43 skynet NetworkManager[563]: <info> [1765862383.8293] device (p2p-dev-wlp82s0): supplicant management interface state: scanning -> disconnected
Dec 16 00:19:43 skynet NetworkManager[563]: <info> [1765862383.8295] device (wlp82s0): supplicant interface state: disconnected -> interface_disabled
Dec 16 00:19:43 skynet NetworkManager[563]: <info> [1765862383.8295] device (p2p-dev-wlp82s0): supplicant management interface state: disconnected -> interface_disabled
Dec 16 00:19:43 skynet NetworkManager[563]: <info> [1765862383.8299] device (wlp82s0): state change: failed -> disconnected (reason 'none', managed-type: 'full')
Dec 16 00:19:43 skynet NetworkManager[563]: <info> [1765862383.8439] device (wlp82s0): supplicant interface state: interface_disabled -> disconnected
Dec 16 00:19:43 skynet NetworkManager[563]: <info> [1765862383.8440] device (p2p-dev-wlp82s0): supplicant management interface state: interface_disabled -> disconnected
Dec 16 00:19:45 skynet NetworkManager[563]: <info> [1765862385.6071] policy: auto-activating connection 'YOTC-4A7A0E' (899a6bcf-e8bf-4a50-87d1-046165da69bd)
Dec 16 00:19:45 skynet NetworkManager[563]: <info> [1765862385.6082] device (wlp82s0): Activation: starting connection 'YOTC-4A7A0E' (899a6bcf-e8bf-4a50-87d1-046165da69bd)
Dec 16 00:19:45 skynet NetworkManager[563]: <info> [1765862385.6101] device (wlp82s0): state change: disconnected -> prepare (reason 'none', managed-type: 'full')
Dec 16 00:19:45 skynet NetworkManager[563]: <info> [1765862385.6106] manager: NetworkManager state is now CONNECTING
Dec 16 00:19:45 skynet NetworkManager[563]: <info> [1765862385.6290] device (wlp82s0): set-hw-addr: reset MAC address to 74:D8:3E:2A:34:7E (preserve)
Dec 16 00:19:45 skynet NetworkManager[563]: <info> [1765862385.6359] device (wlp82s0): state change: prepare -> config (reason 'none', managed-type: 'full')
Dec 16 00:19:45 skynet NetworkManager[563]: <info> [1765862385.6364] device (wlp82s0): Activation: (wifi) access point 'YOTC-4A7A0E' has security, but secrets are required.
Dec 16 00:19:45 skynet NetworkManager[563]: <info> [1765862385.6364] device (wlp82s0): state change: config -> need-auth (reason 'none', managed-type: 'full')
Dec 16 00:19:45 skynet NetworkManager[563]: <info> [1765862385.6367] sup-iface[fa163dbaae57b01b,0,wlp82s0]: wps: type pbc start...
Dec 16 00:19:45 skynet NetworkManager[563]: <info> [1765862385.6371] device (wlp82s0): supplicant interface state: disconnected -> interface_disabled
Dec 16 00:19:45 skynet NetworkManager[563]: <info> [1765862385.6371] device (p2p-dev-wlp82s0): supplicant management interface state: disconnected -> interface_disabled
Dec 16 00:19:45 skynet NetworkManager[563]: <info> [1765862385.6391] device (wlp82s0): supplicant interface state: interface_disabled -> disconnected
Dec 16 00:19:45 skynet NetworkManager[563]: <info> [1765862385.6391] device (p2p-dev-wlp82s0): supplicant management interface state: interface_disabled -> disconnected
Dec 16 00:19:45 skynet NetworkManager[563]: <info> [1765862385.6392] device (wlp82s0): state change: need-auth -> prepare (reason 'none', managed-type: 'full')
Dec 16 00:19:45 skynet NetworkManager[563]: <info> [1765862385.6398] device (wlp82s0): state change: prepare -> config (reason 'none', managed-type: 'full')
Dec 16 00:19:45 skynet wpa_supplicant[603]: wlp82s0: WPS-PBC-ACTIVE
Dec 16 00:19:45 skynet NetworkManager[563]: <info> [1765862385.6402] device (wlp82s0): Activation: (wifi) connection 'YOTC-4A7A0E' has security, and secrets exist. No new secrets needed.
Dec 16 00:19:45 skynet NetworkManager[563]: <info> [1765862385.6402] Config: added 'ssid' value 'YOTC-4A7A0E'
Dec 16 00:19:45 skynet NetworkManager[563]: <info> [1765862385.6403] Config: added 'scan_ssid' value '1'
Dec 16 00:19:45 skynet NetworkManager[563]: <info> [1765862385.6403] Config: added 'bgscan' value 'simple:30:-70:86400'
Dec 16 00:19:45 skynet NetworkManager[563]: <info> [1765862385.6403] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK SAE FT-SAE'
Dec 16 00:19:45 skynet NetworkManager[563]: <info> [1765862385.6403] Config: added 'auth_alg' value 'OPEN'
Dec 16 00:19:45 skynet NetworkManager[563]: <info> [1765862385.6403] Config: added 'psk' value '<hidden>'
Dec 16 00:19:45 skynet wpa_supplicant[603]: wlp82s0: WPS-CANCEL
Dec 16 00:19:45 skynet NetworkManager[563]: <info> [1765862385.6445] device (wlp82s0): supplicant interface state: disconnected -> scanning
Dec 16 00:19:45 skynet NetworkManager[563]: <info> [1765862385.6445] device (p2p-dev-wlp82s0): supplicant management interface state: disconnected -> scanning
Dec 16 00:19:45 skynet wpa_supplicant[603]: wlp82s0: Removed BSSID 6a:28:f6:4a:7a:0f from ignore list (clear)
Dec 16 00:19:45 skynet wpa_supplicant[603]: wlp82s0: SME: Trying to authenticate with 72:28:f6:4a:7a:10 (SSID='YOTC-4A7A0E' freq=2427 MHz)
Dec 16 00:19:45 skynet kernel: wlp82s0: authenticate with 72:28:f6:4a:7a:10 (local address=74:d8:3e:2a:34:7e)
Dec 16 00:19:45 skynet kernel: wlp82s0: send auth to 72:28:f6:4a:7a:10 (try 1/3)
Dec 16 00:19:45 skynet NetworkManager[563]: <info> [1765862385.6758] device (wlp82s0): supplicant interface state: scanning -> authenticating
Dec 16 00:19:45 skynet NetworkManager[563]: <info> [1765862385.6758] device (p2p-dev-wlp82s0): supplicant management interface state: scanning -> authenticating
Dec 16 00:19:45 skynet wpa_supplicant[603]: wlp82s0: CTRL-EVENT-AUTH-REJECT 72:28:f6:4a:7a:10 auth_type=0 auth_transaction=2 status_code=17
Dec 16 00:19:45 skynet wpa_supplicant[603]: wlp82s0: Added BSSID 72:28:f6:4a:7a:10 into ignore list, ignoring for 10 seconds
Dec 16 00:19:45 skynet wpa_supplicant[603]: wlp82s0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="YOTC-4A7A0E" auth_failures=1 duration=10 reason=CONN_FAILED
Dec 16 00:19:45 skynet kernel: wlp82s0: 72:28:f6:4a:7a:10 denied authentication (status 17)
Dec 16 00:19:45 skynet NetworkManager[563]: <info> [1765862385.7177] device (wlp82s0): supplicant interface state: authenticating -> disconnected
Dec 16 00:19:45 skynet NetworkManager[563]: <info> [1765862385.7177] device (p2p-dev-wlp82s0): supplicant management interface state: authenticating -> disconnected
Dec 16 00:19:55 skynet NetworkManager[563]: <info> [1765862395.7325] device (wlp82s0): supplicant interface state: disconnected -> scanning
Dec 16 00:19:55 skynet NetworkManager[563]: <info> [1765862395.7326] device (p2p-dev-wlp82s0): supplicant management interface state: disconnected -> scanning
Dec 16 00:19:56 skynet wpa_supplicant[603]: wlp82s0: CTRL-EVENT-SSID-REENABLED id=0 ssid="YOTC-4A7A0E"
Dec 16 00:19:56 skynet wpa_supplicant[603]: wlp82s0: BSSID 72:28:f6:4a:7a:10 ignore list count incremented to 2, ignoring for 10 seconds
Dec 16 00:19:56 skynet wpa_supplicant[603]: wlp82s0: Removed BSSID 72:28:f6:4a:7a:10 from ignore list (clear)
Dec 16 00:19:56 skynet wpa_supplicant[603]: wlp82s0: SME: Trying to authenticate with 72:28:f6:4a:7a:10 (SSID='YOTC-4A7A0E' freq=2427 MHz)
Dec 16 00:19:56 skynet kernel: wlp82s0: authenticate with 72:28:f6:4a:7a:10 (local address=74:d8:3e:2a:34:7e)
Dec 16 00:19:56 skynet kernel: wlp82s0: send auth to 72:28:f6:4a:7a:10 (try 1/3)
Dec 16 00:19:56 skynet NetworkManager[563]: <info> [1765862396.9007] device (wlp82s0): supplicant interface state: scanning -> authenticating
Dec 16 00:19:56 skynet NetworkManager[563]: <info> [1765862396.9008] device (p2p-dev-wlp82s0): supplicant management interface state: scanning -> authenticating
Dec 16 00:19:56 skynet wpa_supplicant[603]: wlp82s0: CTRL-EVENT-AUTH-REJECT 72:28:f6:4a:7a:10 auth_type=0 auth_transaction=2 status_code=17
Dec 16 00:19:56 skynet wpa_supplicant[603]: wlp82s0: Added BSSID 72:28:f6:4a:7a:10 into ignore list, ignoring for 10 seconds
Dec 16 00:19:56 skynet wpa_supplicant[603]: wlp82s0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="YOTC-4A7A0E" auth_failures=2 duration=20 reason=CONN_FAILED
Dec 16 00:19:56 skynet kernel: wlp82s0: 72:28:f6:4a:7a:10 denied authentication (status 17)
Dec 16 00:19:56 skynet NetworkManager[563]: <info> [1765862396.9417] device (wlp82s0): supplicant interface state: authenticating -> disconnected
Dec 16 00:19:56 skynet NetworkManager[563]: <info> [1765862396.9418] device (p2p-dev-wlp82s0): supplicant management interface state: authenticating -> disconnected
Dec 16 00:20:06 skynet NetworkManager[563]: <info> [1765862406.9474] device (wlp82s0): supplicant interface state: disconnected -> scanning
Dec 16 00:20:06 skynet NetworkManager[563]: <info> [1765862406.9475] device (p2p-dev-wlp82s0): supplicant management interface state: disconnected -> scanning
Dec 16 00:20:10 skynet NetworkManager[563]: <warn> [1765862410.7988] device (wlp82s0): Activation: (wifi) association took too long, failing activation
Dec 16 00:20:10 skynet NetworkManager[563]: <info> [1765862410.7989] device (wlp82s0): state change: config -> failed (reason 'ssid-not-found', managed-type: 'full')
Dec 16 00:20:10 skynet wpa_supplicant[603]: wlp82s0: CTRL-EVENT-DSCP-POLICY clear_all
Dec 16 00:20:10 skynet NetworkManager[563]: <info> [1765862410.7994] manager: NetworkManager state is now DISCONNECTED
Dec 16 00:20:10 skynet NetworkManager[563]: <info> [1765862410.8223] device (wlp82s0): set-hw-addr: set MAC address to 46:80:DE:9E:50:E1 (scanning)
Dec 16 00:20:10 skynet NetworkManager[563]: <warn> [1765862410.8291] device (wlp82s0): Activation: failed for connection 'YOTC-4A7A0E'
Dec 16 00:20:10 skynet NetworkManager[563]: <info> [1765862410.8293] device (wlp82s0): supplicant interface state: scanning -> disconnected
Dec 16 00:20:10 skynet NetworkManager[563]: <info> [1765862410.8294] device (p2p-dev-wlp82s0): supplicant management interface state: scanning -> disconnected
Dec 16 00:20:10 skynet NetworkManager[563]: <info> [1765862410.8295] device (wlp82s0): supplicant interface state: disconnected -> interface_disabled
Dec 16 00:20:10 skynet NetworkManager[563]: <info> [1765862410.8295] device (p2p-dev-wlp82s0): supplicant management interface state: disconnected -> interface_disabled
Dec 16 00:20:10 skynet NetworkManager[563]: <info> [1765862410.8299] device (wlp82s0): state change: failed -> disconnected (reason 'none', managed-type: 'full')
Dec 16 00:20:10 skynet NetworkManager[563]: <info> [1765862410.8449] device (wlp82s0): supplicant interface state: interface_disabled -> disconnected
Dec 16 00:20:10 skynet NetworkManager[563]: <info> [1765862410.8450] device (p2p-dev-wlp82s0): supplicant management interface state: interface_disabled -> disconnected
Dec 16 00:20:11 skynet NetworkManager[563]: <info> [1765862411.3455] policy: auto-activating connection 'YOTC-4A7A0E' (899a6bcf-e8bf-4a50-87d1-046165da69bd)
Dec 16 00:20:11 skynet NetworkManager[563]: <info> [1765862411.3465] device (wlp82s0): Activation: starting connection 'YOTC-4A7A0E' (899a6bcf-e8bf-4a50-87d1-046165da69bd)
Dec 16 00:20:11 skynet NetworkManager[563]: <info> [1765862411.3467] device (wlp82s0): state change: disconnected -> prepare (reason 'none', managed-type: 'full')
Dec 16 00:20:11 skynet NetworkManager[563]: <info> [1765862411.3471] manager: NetworkManager state is now CONNECTING
Dec 16 00:20:11 skynet NetworkManager[563]: <info> [1765862411.3582] device (wlp82s0): set-hw-addr: reset MAC address to 74:D8:3E:2A:34:7E (preserve)
Dec 16 00:20:11 skynet NetworkManager[563]: <info> [1765862411.3650] device (wlp82s0): state change: prepare -> config (reason 'none', managed-type: 'full')
Dec 16 00:20:11 skynet NetworkManager[563]: <info> [1765862411.3655] device (wlp82s0): Activation: (wifi) access point 'YOTC-4A7A0E' has security, but secrets are required.
Dec 16 00:20:11 skynet NetworkManager[563]: <info> [1765862411.3655] device (wlp82s0): state change: config -> need-auth (reason 'none', managed-type: 'full')
Dec 16 00:20:11 skynet NetworkManager[563]: <info> [1765862411.3658] sup-iface[fa163dbaae57b01b,0,wlp82s0]: wps: type pbc start...
Dec 16 00:20:11 skynet NetworkManager[563]: <info> [1765862411.3662] device (wlp82s0): supplicant interface state: disconnected -> interface_disabled
Dec 16 00:20:11 skynet NetworkManager[563]: <info> [1765862411.3662] device (p2p-dev-wlp82s0): supplicant management interface state: disconnected -> interface_disabled
Dec 16 00:20:11 skynet NetworkManager[563]: <info> [1765862411.3679] device (wlp82s0): state change: need-auth -> prepare (reason 'none', managed-type: 'full')
Dec 16 00:20:11 skynet NetworkManager[563]: <info> [1765862411.3684] device (wlp82s0): state change: prepare -> config (reason 'none', managed-type: 'full')
Dec 16 00:20:11 skynet NetworkManager[563]: <info> [1765862411.3688] device (wlp82s0): Activation: (wifi) connection 'YOTC-4A7A0E' has security, and secrets exist. No new secrets needed.
Dec 16 00:20:11 skynet NetworkManager[563]: <info> [1765862411.3689] Config: added 'ssid' value 'YOTC-4A7A0E'
Dec 16 00:20:11 skynet NetworkManager[563]: <info> [1765862411.3689] Config: added 'scan_ssid' value '1'
Dec 16 00:20:11 skynet NetworkManager[563]: <info> [1765862411.3689] Config: added 'bgscan' value 'simple:30:-70:86400'
Dec 16 00:20:11 skynet NetworkManager[563]: <info> [1765862411.3690] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK SAE FT-SAE'
Dec 16 00:20:11 skynet NetworkManager[563]: <info> [1765862411.3690] Config: added 'auth_alg' value 'OPEN'
Dec 16 00:20:11 skynet NetworkManager[563]: <info> [1765862411.3690] Config: added 'psk' value '<hidden>'
Dec 16 00:20:11 skynet wpa_supplicant[603]: wlp82s0: WPS-CANCEL
Dec 16 00:20:11 skynet NetworkManager[563]: <info> [1765862411.3749] device (wlp82s0): supplicant interface state: interface_disabled -> disconnected
Dec 16 00:20:11 skynet NetworkManager[563]: <info> [1765862411.3750] device (p2p-dev-wlp82s0): supplicant management interface state: interface_disabled -> disconnected
Dec 16 00:20:11 skynet wpa_supplicant[603]: wlp82s0: Removed BSSID 72:28:f6:4a:7a:10 from ignore list (clear)
Dec 16 00:20:11 skynet wpa_supplicant[603]: wlp82s0: SME: Trying to authenticate with 72:28:f6:4a:7a:10 (SSID='YOTC-4A7A0E' freq=2427 MHz)
Dec 16 00:20:11 skynet kernel: wlp82s0: authenticate with 72:28:f6:4a:7a:10 (local address=74:d8:3e:2a:34:7e)
Dec 16 00:20:11 skynet NetworkManager[563]: <info> [1765862411.4011] device (wlp82s0): supplicant interface state: disconnected -> authenticating
Dec 16 00:20:11 skynet NetworkManager[563]: <info> [1765862411.4012] device (p2p-dev-wlp82s0): supplicant management interface state: disconnected -> authenticating
Dec 16 00:20:11 skynet kernel: wlp82s0: send auth to 72:28:f6:4a:7a:10 (try 1/3)
Dec 16 00:20:11 skynet kernel: wlp82s0: 72:28:f6:4a:7a:10 denied authentication (status 17)
Dec 16 00:20:11 skynet wpa_supplicant[603]: wlp82s0: CTRL-EVENT-AUTH-REJECT 72:28:f6:4a:7a:10 auth_type=0 auth_transaction=2 status_code=17
Dec 16 00:20:11 skynet wpa_supplicant[603]: wlp82s0: Added BSSID 72:28:f6:4a:7a:10 into ignore list, ignoring for 10 seconds
Dec 16 00:20:11 skynet wpa_supplicant[603]: wlp82s0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="YOTC-4A7A0E" auth_failures=1 duration=10 reason=CONN_FAILED
Dec 16 00:20:11 skynet NetworkManager[563]: <info> [1765862411.4429] device (wlp82s0): supplicant interface state: authenticating -> disconnected
Dec 16 00:20:11 skynet NetworkManager[563]: <info> [1765862411.4429] device (p2p-dev-wlp82s0): supplicant management interface state: authenticating -> disconnected
Dec 16 00:20:21 skynet NetworkManager[563]: <info> [1765862421.4536] device (wlp82s0): supplicant interface state: disconnected -> scanning
Dec 16 00:20:21 skynet NetworkManager[563]: <info> [1765862421.4536] device (p2p-dev-wlp82s0): supplicant management interface state: disconnected -> scanning
Dec 16 00:20:22 skynet wpa_supplicant[603]: wlp82s0: CTRL-EVENT-SSID-REENABLED id=0 ssid="YOTC-4A7A0E"
Dec 16 00:20:22 skynet wpa_supplicant[603]: wlp82s0: BSSID 72:28:f6:4a:7a:10 ignore list count incremented to 2, ignoring for 10 seconds
Dec 16 00:20:22 skynet wpa_supplicant[603]: wlp82s0: Removed BSSID 72:28:f6:4a:7a:10 from ignore list (clear)
Dec 16 00:20:22 skynet wpa_supplicant[603]: wlp82s0: SME: Trying to authenticate with 72:28:f6:4a:7a:10 (SSID='YOTC-4A7A0E' freq=2427 MHz)
Dec 16 00:20:22 skynet kernel: wlp82s0: authenticate with 72:28:f6:4a:7a:10 (local address=74:d8:3e:2a:34:7e)
Dec 16 00:20:22 skynet kernel: wlp82s0: send auth to 72:28:f6:4a:7a:10 (try 1/3)
Dec 16 00:20:22 skynet NetworkManager[563]: <info> [1765862422.1832] device (wlp82s0): supplicant interface state: scanning -> authenticating
Dec 16 00:20:22 skynet NetworkManager[563]: <info> [1765862422.1833] device (p2p-dev-wlp82s0): supplicant management interface state: scanning -> authenticating
Dec 16 00:20:22 skynet wpa_supplicant[603]: wlp82s0: CTRL-EVENT-AUTH-REJECT 72:28:f6:4a:7a:10 auth_type=0 auth_transaction=2 status_code=17
Dec 16 00:20:22 skynet kernel: wlp82s0: 72:28:f6:4a:7a:10 denied authentication (status 17)
Dec 16 00:20:22 skynet wpa_supplicant[603]: wlp82s0: Added BSSID 72:28:f6:4a:7a:10 into ignore list, ignoring for 10 seconds
Dec 16 00:20:22 skynet wpa_supplicant[603]: wlp82s0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="YOTC-4A7A0E" auth_failures=2 duration=20 reason=CONN_FAILED
Dec 16 00:20:22 skynet NetworkManager[563]: <info> [1765862422.2244] device (wlp82s0): supplicant interface state: authenticating -> disconnected
Dec 16 00:20:22 skynet NetworkManager[563]: <info> [1765862422.2245] device (p2p-dev-wlp82s0): supplicant management interface state: authenticating -> disconnected
Dec 16 00:20:32 skynet NetworkManager[563]: <info> [1765862432.2354] device (wlp82s0): supplicant interface state: disconnected -> scanning
Dec 16 00:20:32 skynet NetworkManager[563]: <info> [1765862432.2355] device (p2p-dev-wlp82s0): supplicant management interface state: disconnected -> scanning
Dec 16 00:20:36 skynet NetworkManager[563]: <warn> [1765862436.7989] device (wlp82s0): Activation: (wifi) association took too long, failing activation
Dec 16 00:20:36 skynet NetworkManager[563]: <info> [1765862436.7990] device (wlp82s0): state change: config -> failed (reason 'ssid-not-found', managed-type: 'full')
Dec 16 00:20:36 skynet wpa_supplicant[603]: wlp82s0: CTRL-EVENT-DSCP-POLICY clear_all
Dec 16 00:20:36 skynet NetworkManager[563]: <info> [1765862436.7996] manager: NetworkManager state is now DISCONNECTED
Dec 16 00:20:36 skynet NetworkManager[563]: <info> [1765862436.8226] device (wlp82s0): set-hw-addr: set MAC address to E6:FC:C2:49:4D:8E (scanning)
Dec 16 00:20:36 skynet NetworkManager[563]: <warn> [1765862436.8293] device (wlp82s0): Activation: failed for connection 'YOTC-4A7A0E'
Dec 16 00:20:36 skynet NetworkManager[563]: <info> [1765862436.8295] device (wlp82s0): supplicant interface state: scanning -> disconnected
Dec 16 00:20:36 skynet NetworkManager[563]: <info> [1765862436.8295] device (p2p-dev-wlp82s0): supplicant management interface state: scanning -> disconnected
Dec 16 00:20:36 skynet NetworkManager[563]: <info> [1765862436.8296] device (wlp82s0): supplicant interface state: disconnected -> interface_disabled
Dec 16 00:20:36 skynet NetworkManager[563]: <info> [1765862436.8297] device (p2p-dev-wlp82s0): supplicant management interface state: disconnected -> interface_disabled
Dec 16 00:20:36 skynet NetworkManager[563]: <info> [1765862436.8300] device (wlp82s0): state change: failed -> disconnected (reason 'none', managed-type: 'full')
Dec 16 00:20:36 skynet NetworkManager[563]: <info> [1765862436.8340] device (wlp82s0): supplicant interface state: interface_disabled -> disconnected
Dec 16 00:20:36 skynet NetworkManager[563]: <info> [1765862436.8341] device (p2p-dev-wlp82s0): supplicant management interface state: interface_disabled -> disconnected
Dec 16 00:20:37 skynet NetworkManager[563]: <info> [1765862437.3897] policy: auto-activating connection 'YOTC-4A7A0E' (899a6bcf-e8bf-4a50-87d1-046165da69bd)
Dec 16 00:20:37 skynet NetworkManager[563]: <info> [1765862437.3907] device (wlp82s0): Activation: starting connection 'YOTC-4A7A0E' (899a6bcf-e8bf-4a50-87d1-046165da69bd)
Dec 16 00:20:37 skynet NetworkManager[563]: <info> [1765862437.3909] device (wlp82s0): state change: disconnected -> prepare (reason 'none', managed-type: 'full')
Dec 16 00:20:37 skynet NetworkManager[563]: <info> [1765862437.3913] manager: NetworkManager state is now CONNECTING
Dec 16 00:20:37 skynet NetworkManager[563]: <info> [1765862437.4018] device (wlp82s0): set-hw-addr: reset MAC address to 74:D8:3E:2A:34:7E (preserve)
Dec 16 00:20:37 skynet NetworkManager[563]: <info> [1765862437.4086] device (wlp82s0): state change: prepare -> config (reason 'none', managed-type: 'full')
Dec 16 00:20:37 skynet NetworkManager[563]: <info> [1765862437.4091] device (wlp82s0): Activation: (wifi) access point 'YOTC-4A7A0E' has security, but secrets are required.
Dec 16 00:20:37 skynet NetworkManager[563]: <info> [1765862437.4091] device (wlp82s0): state change: config -> need-auth (reason 'none', managed-type: 'full')
Dec 16 00:20:37 skynet NetworkManager[563]: <info> [1765862437.4094] sup-iface[fa163dbaae57b01b,0,wlp82s0]: wps: type pbc start...
Dec 16 00:20:37 skynet NetworkManager[563]: <info> [1765862437.4098] device (wlp82s0): supplicant interface state: disconnected -> interface_disabled
Dec 16 00:20:37 skynet NetworkManager[563]: <info> [1765862437.4098] device (p2p-dev-wlp82s0): supplicant management interface state: disconnected -> interface_disabled
Dec 16 00:20:37 skynet NetworkManager[563]: <info> [1765862437.4118] device (wlp82s0): supplicant interface state: interface_disabled -> disconnected
Dec 16 00:20:37 skynet NetworkManager[563]: <info> [1765862437.4119] device (p2p-dev-wlp82s0): supplicant management interface state: interface_disabled -> disconnected
Dec 16 00:20:37 skynet NetworkManager[563]: <info> [1765862437.4120] device (wlp82s0): state change: need-auth -> prepare (reason 'none', managed-type: 'full')
Dec 16 00:20:37 skynet NetworkManager[563]: <info> [1765862437.4125] device (wlp82s0): state change: prepare -> config (reason 'none', managed-type: 'full')
Dec 16 00:20:37 skynet wpa_supplicant[603]: wlp82s0: WPS-PBC-ACTIVE
Dec 16 00:20:37 skynet NetworkManager[563]: <info> [1765862437.4129] device (wlp82s0): Activation: (wifi) connection 'YOTC-4A7A0E' has security, and secrets exist. No new secrets needed.
Dec 16 00:20:37 skynet NetworkManager[563]: <info> [1765862437.4130] Config: added 'ssid' value 'YOTC-4A7A0E'
Dec 16 00:20:37 skynet NetworkManager[563]: <info> [1765862437.4130] Config: added 'scan_ssid' value '1'
Dec 16 00:20:37 skynet NetworkManager[563]: <info> [1765862437.4130] Config: added 'bgscan' value 'simple:30:-70:86400'
Dec 16 00:20:37 skynet NetworkManager[563]: <info> [1765862437.4131] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK SAE FT-SAE'
Dec 16 00:20:37 skynet NetworkManager[563]: <info> [1765862437.4131] Config: added 'auth_alg' value 'OPEN'
Dec 16 00:20:37 skynet NetworkManager[563]: <info> [1765862437.4131] Config: added 'psk' value '<hidden>'
Dec 16 00:20:37 skynet wpa_supplicant[603]: wlp82s0: WPS-CANCEL
Dec 16 00:20:37 skynet NetworkManager[563]: <info> [1765862437.4167] device (wlp82s0): supplicant interface state: disconnected -> scanning
Dec 16 00:20:37 skynet NetworkManager[563]: <info> [1765862437.4167] device (p2p-dev-wlp82s0): supplicant management interface state: disconnected -> scanning
Dec 16 00:20:37 skynet wpa_supplicant[603]: wlp82s0: Removed BSSID 72:28:f6:4a:7a:10 from ignore list (clear)
Dec 16 00:20:37 skynet wpa_supplicant[603]: wlp82s0: SME: Trying to authenticate with 72:28:f6:4a:7a:10 (SSID='YOTC-4A7A0E' freq=2427 MHz)
Dec 16 00:20:37 skynet kernel: wlp82s0: authenticate with 72:28:f6:4a:7a:10 (local address=74:d8:3e:2a:34:7e)
Dec 16 00:20:37 skynet NetworkManager[563]: <info> [1765862437.4471] device (wlp82s0): supplicant interface state: scanning -> authenticating
Dec 16 00:20:37 skynet NetworkManager[563]: <info> [1765862437.4471] device (p2p-dev-wlp82s0): supplicant management interface state: scanning -> authenticating
Dec 16 00:20:37 skynet kernel: wlp82s0: send auth to 72:28:f6:4a:7a:10 (try 1/3)
Dec 16 00:20:37 skynet wpa_supplicant[603]: wlp82s0: CTRL-EVENT-AUTH-REJECT 72:28:f6:4a:7a:10 auth_type=0 auth_transaction=2 status_code=17
Dec 16 00:20:37 skynet wpa_supplicant[603]: wlp82s0: Added BSSID 72:28:f6:4a:7a:10 into ignore list, ignoring for 10 seconds
Dec 16 00:20:37 skynet wpa_supplicant[603]: wlp82s0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="YOTC-4A7A0E" auth_failures=1 duration=10 reason=CONN_FAILED
Dec 16 00:20:37 skynet kernel: wlp82s0: 72:28:f6:4a:7a:10 denied authentication (status 17)
Dec 16 00:20:37 skynet NetworkManager[563]: <info> [1765862437.4865] device (wlp82s0): supplicant interface state: authenticating -> disconnected
Dec 16 00:20:37 skynet NetworkManager[563]: <info> [1765862437.4865] device (p2p-dev-wlp82s0): supplicant management interface state: authenticating -> disconnected
Dec 16 00:20:47 skynet NetworkManager[563]: <info> [1765862447.4930] device (wlp82s0): supplicant interface state: disconnected -> scanning
Dec 16 00:20:47 skynet NetworkManager[563]: <info> [1765862447.4931] device (p2p-dev-wlp82s0): supplicant management interface state: disconnected -> scanning
Dec 16 00:20:48 skynet wpa_supplicant[603]: wlp82s0: CTRL-EVENT-SSID-REENABLED id=0 ssid="YOTC-4A7A0E"
Dec 16 00:20:48 skynet wpa_supplicant[603]: wlp82s0: BSSID 72:28:f6:4a:7a:10 ignore list count incremented to 2, ignoring for 10 seconds
Dec 16 00:20:48 skynet wpa_supplicant[603]: wlp82s0: Removed BSSID 72:28:f6:4a:7a:10 from ignore list (clear)
Dec 16 00:20:48 skynet wpa_supplicant[603]: wlp82s0: SME: Trying to authenticate with 72:28:f6:4a:7a:10 (SSID='YOTC-4A7A0E' freq=2427 MHz)
Dec 16 00:20:48 skynet kernel: wlp82s0: authenticate with 72:28:f6:4a:7a:10 (local address=74:d8:3e:2a:34:7e)
Dec 16 00:20:48 skynet kernel: wlp82s0: send auth to 72:28:f6:4a:7a:10 (try 1/3)
Dec 16 00:20:48 skynet NetworkManager[563]: <info> [1765862448.5200] device (wlp82s0): supplicant interface state: scanning -> authenticating
Dec 16 00:20:48 skynet NetworkManager[563]: <info> [1765862448.5201] device (p2p-dev-wlp82s0): supplicant management interface state: scanning -> authenticating
Dec 16 00:20:48 skynet wpa_supplicant[603]: wlp82s0: Trying to associate with 72:28:f6:4a:7a:10 (SSID='YOTC-4A7A0E' freq=2427 MHz)
Dec 16 00:20:48 skynet kernel: wlp82s0: authenticated
Dec 16 00:20:48 skynet kernel: wlp82s0: associate with 72:28:f6:4a:7a:10 (try 1/3)
Dec 16 00:20:48 skynet NetworkManager[563]: <info> [1765862448.5617] device (wlp82s0): supplicant interface state: authenticating -> associating
Dec 16 00:20:48 skynet NetworkManager[563]: <info> [1765862448.5617] device (p2p-dev-wlp82s0): supplicant management interface state: authenticating -> associating
Dec 16 00:20:48 skynet kernel: wlp82s0: RX AssocResp from 72:28:f6:4a:7a:10 (capab=0x411 status=0 aid=2)
Dec 16 00:20:48 skynet wpa_supplicant[603]: wlp82s0: Associated with 72:28:f6:4a:7a:10
Dec 16 00:20:48 skynet kernel: wlp82s0: associated
Dec 16 00:20:48 skynet wpa_supplicant[603]: wlp82s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Dec 16 00:20:48 skynet NetworkManager[563]: <info> [1765862448.6279] device (wlp82s0): supplicant interface state: associating -> 4way_handshake
Dec 16 00:20:48 skynet NetworkManager[563]: <info> [1765862448.6279] device (p2p-dev-wlp82s0): supplicant management interface state: associating -> 4way_handshake
Dec 16 00:20:48 skynet wpa_supplicant[603]: wlp82s0: WPA: Key negotiation completed with 72:28:f6:4a:7a:10 [PTK=CCMP GTK=TKIP]
Dec 16 00:20:48 skynet wpa_supplicant[603]: wlp82s0: CTRL-EVENT-CONNECTED - Connection to 72:28:f6:4a:7a:10 completed [id=0 id_str=]
Dec 16 00:20:48 skynet NetworkManager[563]: <info> [1765862448.7248] device (wlp82s0): supplicant interface state: 4way_handshake -> completed
Dec 16 00:20:48 skynet NetworkManager[563]: <info> [1765862448.7249] device (wlp82s0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "YOTC-4A7A0E"
Dec 16 00:20:48 skynet NetworkManager[563]: <info> [1765862448.7249] device (p2p-dev-wlp82s0): supplicant management interface state: 4way_handshake -> completed
Dec 16 00:20:48 skynet NetworkManager[563]: <info> [1765862448.7253] device (wlp82s0): state change: config -> ip-config (reason 'none', managed-type: 'full')
Dec 16 00:20:48 skynet NetworkManager[563]: <info> [1765862448.7260] dhcp4 (wlp82s0): activation: beginning transaction (timeout in 45 seconds)
Dec 16 00:20:48 skynet wpa_supplicant[603]: wlp82s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-48 noise=9999 txrate=52000
Dec 16 00:20:48 skynet NetworkManager[563]: <info> [1765862448.7769] dhcp4 (wlp82s0): state changed new lease, address=192.168.8.62, acd pending
Dec 16 00:20:48 skynet NetworkManager[563]: <info> [1765862448.9227] dhcp4 (wlp82s0): state changed new lease, address=192.168.8.62
Dec 16 00:20:48 skynet NetworkManager[563]: <info> [1765862448.9289] policy: set 'YOTC-4A7A0E' (wlp82s0) as default for IPv4 routing and DNS
Dec 16 00:20:48 skynet dbus-broker-launch[558]: Activation request for 'org.freedesktop.resolve1' failed: The systemd unit 'dbus-org.freedesktop.resolve1.service' could not be found.
Dec 16 00:20:48 skynet NetworkManager[563]: <info> [1765862448.9519] device (wlp82s0): state change: ip-config -> ip-check (reason 'none', managed-type: 'full')
Dec 16 00:20:48 skynet systemd[1]: Starting Network Manager Script Dispatcher Service...
Dec 16 00:20:48 skynet systemd[1]: Started Network Manager Script Dispatcher Service.
Dec 16 00:20:48 skynet NetworkManager[563]: <info> [1765862448.9890] device (wlp82s0): state change: ip-check -> secondaries (reason 'none', managed-type: 'full')
Dec 16 00:20:48 skynet NetworkManager[563]: <info> [1765862448.9891] device (wlp82s0): state change: secondaries -> activated (reason 'none', managed-type: 'full')
Dec 16 00:20:48 skynet NetworkManager[563]: <info> [1765862448.9892] manager: NetworkManager state is now CONNECTED_SITE
Dec 16 00:20:48 skynet NetworkManager[563]: <info> [1765862448.9923] device (wlp82s0): Activation: successful, device activated.
Dec 16 00:20:48 skynet NetworkManager[563]: <info> [1765862448.9925] manager: NetworkManager state is now CONNECTED_GLOBAL
Dec 16 00:20:48 skynet NetworkManager[563]: <info> [1765862448.9926] manager: startup complete
Dec 16 00:20:50 skynet NetworkManager[563]: <info> [1765862450.3132] dhcp6 (wlp82s0): activation: beginning transaction (timeout in 45 seconds)
Dec 16 00:20:59 skynet systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Dec 16 00:21:01 skynet wpa_supplicant[603]: wlp82s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-47 noise=9999 txrate=52000
Dec 16 00:21:18 skynet NetworkManager[563]: <info> [1765862478.9838] agent-manager: agent[5a69bdaf790e2b85,:1.29/nmcli-connect/1000]: agent registered
Dec 16 00:21:18 skynet NetworkManager[563]: <info> [1765862478.9849] audit: op="connection-update" uuid="b26c1aae-ed96-44df-97a7-492c3c0aac6f" name="Pokedex!" result="fail" reason="802-11-wireless-security.key-mgmt: property is missing"
Dec 16 00:21:35 skynet sudo[1154]: jwrauch : TTY=tty2 ; PWD=/home/jwrauch ; USER=root ; COMMAND=/usr/bin/systemctl restart NetworkManager
Dec 16 00:21:35 skynet sudo[1154]: pam_unix(sudo:session): session opened for user root(uid=0) by jwrauch(uid=1000)
Dec 16 00:21:35 skynet NetworkManager[563]: <info> [1765862495.5554] caught SIGTERM, shutting down normally.
Dec 16 00:21:35 skynet systemd[1]: Stopping Network Manager...
Dec 16 00:21:35 skynet NetworkManager[563]: <info> [1765862495.5559] device (wlp82s0): state change: activated -> deactivating (reason 'unmanaged', managed-type: 'full')
Dec 16 00:21:35 skynet NetworkManager[563]: <info> [1765862495.5560] manager: NetworkManager state is now DISCONNECTING
Dec 16 00:21:35 skynet systemd[1]: Starting Network Manager Script Dispatcher Service...
Dec 16 00:21:35 skynet systemd[1]: Started Network Manager Script Dispatcher Service.
Dec 16 00:21:35 skynet NetworkManager[563]: <info> [1765862495.5772] device (wlp82s0): state change: deactivating -> unmanaged (reason 'unmanaged-quitting', managed-type: 'full')
Dec 16 00:21:35 skynet NetworkManager[563]: <info> [1765862495.5773] dhcp4 (wlp82s0): canceled DHCP transaction
Dec 16 00:21:35 skynet NetworkManager[563]: <info> [1765862495.5773] dhcp4 (wlp82s0): activation: beginning transaction (timeout in 45 seconds)
Dec 16 00:21:35 skynet NetworkManager[563]: <info> [1765862495.5773] dhcp4 (wlp82s0): state changed no lease
Dec 16 00:21:35 skynet NetworkManager[563]: <info> [1765862495.5774] dhcp6 (wlp82s0): canceled DHCP transaction
Dec 16 00:21:35 skynet NetworkManager[563]: <info> [1765862495.5774] dhcp6 (wlp82s0): state changed no lease
Dec 16 00:21:35 skynet kernel: wlp82s0: deauthenticating from 72:28:f6:4a:7a:10 by local choice (Reason: 3=DEAUTH_LEAVING)
Dec 16 00:21:35 skynet wpa_supplicant[603]: nl80211: send_event_marker failed: Source based routing not supported
Dec 16 00:21:35 skynet wpa_supplicant[603]: wlp82s0: CTRL-EVENT-DISCONNECTED bssid=72:28:f6:4a:7a:10 reason=3 locally_generated=1
Dec 16 00:21:35 skynet wpa_supplicant[603]: wlp82s0: CTRL-EVENT-DSCP-POLICY clear_all
Dec 16 00:21:35 skynet NetworkManager[563]: <info> [1765862495.6501] manager: NetworkManager state is now DISCONNECTED
Dec 16 00:21:35 skynet wpa_supplicant[603]: p2p-dev-wlp82s0: CTRL-EVENT-DSCP-POLICY clear_all
Dec 16 00:21:35 skynet NetworkManager[563]: <info> [1765862495.6541] device (p2p-dev-wlp82s0): state change: disconnected -> unmanaged (reason 'unmanaged-link-not-init', managed-type: 'removed')
Dec 16 00:21:35 skynet wpa_supplicant[603]: p2p-dev-wlp82s0: CTRL-EVENT-DSCP-POLICY clear_all
Dec 16 00:21:35 skynet wpa_supplicant[603]: nl80211: deinit ifname=p2p-dev-wlp82s0 disabled_11b_rates=0
Dec 16 00:21:35 skynet NetworkManager[563]: <info> [1765862495.6722] exiting (success)
Dec 16 00:21:35 skynet systemd[1]: NetworkManager.service: Deactivated successfully.
Dec 16 00:21:35 skynet systemd[1]: Stopped Network Manager.
Dec 16 00:21:35 skynet systemd[1]: Starting Network Manager...
Dec 16 00:21:35 skynet wpa_supplicant[603]: wlp82s0: CTRL-EVENT-DSCP-POLICY clear_all
Dec 16 00:21:35 skynet wpa_supplicant[603]: wlp82s0: CTRL-EVENT-DSCP-POLICY clear_all
Dec 16 00:21:35 skynet wpa_supplicant[603]: nl80211: deinit ifname=wlp82s0 disabled_11b_rates=0
Dec 16 00:21:35 skynet NetworkManager[1166]: <info> [1765862495.7279] NetworkManager (version 1.54.3-1) is starting... (after a restart, boot:cdfcc822-304c-4196-a9ec-aa8b3a6da6f9)
Dec 16 00:21:35 skynet NetworkManager[1166]: <info> [1765862495.7279] Read config: /etc/NetworkManager/NetworkManager.conf, /usr/lib/NetworkManager/conf.d/20-connectivity.conf, /var/lib/NetworkManager/NetworkManager-intern.conf
Dec 16 00:21:35 skynet NetworkManager[1166]: <info> [1765862495.7339] manager[0x55790a8ffa50]: monitoring kernel firmware directory '/lib/firmware'.
Dec 16 00:21:35 skynet systemd[1]: Starting Hostname Service...
Dec 16 00:21:35 skynet systemd[1]: Started Hostname Service.
Dec 16 00:21:35 skynet NetworkManager[1166]: <info> [1765862495.7821] hostname: hostname: using hostnamed
Dec 16 00:21:35 skynet NetworkManager[1166]: <info> [1765862495.7822] hostname: static hostname changed from (none) to "skynet"
Dec 16 00:21:35 skynet NetworkManager[1166]: <info> [1765862495.7823] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink
Dec 16 00:21:35 skynet NetworkManager[1166]: <info> [1765862495.7834] rfkill2: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:1c.5/0000:52:00.0/ieee80211/phy0/rfkill2) (driver iwlwifi)
Dec 16 00:21:35 skynet NetworkManager[1166]: <info> [1765862495.7836] manager[0x55790a8ffa50]: rfkill: Wi-Fi hardware radio set enabled
Dec 16 00:21:35 skynet NetworkManager[1166]: <info> [1765862495.7836] manager[0x55790a8ffa50]: rfkill: WWAN hardware radio set enabled
Dec 16 00:21:35 skynet NetworkManager[1166]: <info> [1765862495.7853] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.54.3-1/libnm-device-plugin-wwan.so)
Dec 16 00:21:35 skynet NetworkManager[1166]: <info> [1765862495.7855] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.54.3-1/libnm-device-plugin-adsl.so)
Dec 16 00:21:35 skynet NetworkManager[1166]: <info> [1765862495.7919] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.54.3-1/libnm-device-plugin-team.so)
Dec 16 00:21:35 skynet NetworkManager[1166]: <info> [1765862495.7920] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.54.3-1/libnm-device-plugin-bluetooth.so)
Dec 16 00:21:35 skynet NetworkManager[1166]: <info> [1765862495.7922] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.54.3-1/libnm-device-plugin-wifi.so)
Dec 16 00:21:35 skynet NetworkManager[1166]: <info> [1765862495.7923] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.54.3-1/libnm-device-plugin-ovs.so)
Dec 16 00:21:35 skynet NetworkManager[1166]: <info> [1765862495.7924] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Dec 16 00:21:35 skynet NetworkManager[1166]: <info> [1765862495.7925] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Dec 16 00:21:35 skynet NetworkManager[1166]: <info> [1765862495.7925] manager: Networking is enabled by state file
Dec 16 00:21:35 skynet NetworkManager[1166]: <info> [1765862495.7926] settings: Loaded settings plugin: keyfile (internal)
Dec 16 00:21:35 skynet NetworkManager[1166]: <info> [1765862495.7949] dhcp: init: Using DHCP client 'internal'
Dec 16 00:21:35 skynet NetworkManager[1166]: <info> [1765862495.7950] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1)
Dec 16 00:21:35 skynet NetworkManager[1166]: <info> [1765862495.7951] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', managed-type: 'external')
Dec 16 00:21:35 skynet NetworkManager[1166]: <info> [1765862495.7953] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', managed-type: 'external')
Dec 16 00:21:35 skynet NetworkManager[1166]: <info> [1765862495.7956] device (lo): Activation: starting connection 'lo' (2efa08c8-8ca3-4c3d-aa3a-8ca04a372067)
Dec 16 00:21:35 skynet NetworkManager[1166]: <info> [1765862495.7959] manager: (enp0s31f6): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Dec 16 00:21:35 skynet NetworkManager[1166]: <info> [1765862495.7961] device (enp0s31f6): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
Dec 16 00:21:35 skynet NetworkManager[1166]: <info> [1765862495.7967] device (wlp82s0): driver supports Access Point (AP) mode
Dec 16 00:21:35 skynet NetworkManager[1166]: <info> [1765862495.7969] manager: (wlp82s0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/3)
Dec 16 00:21:35 skynet NetworkManager[1166]: <info> [1765862495.7970] device (wlp82s0): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
Dec 16 00:21:36 skynet NetworkManager[1166]: <info> [1765862496.0618] device (wlp82s0): set-hw-addr: set MAC address to FA:46:81:F2:8B:F7 (scanning)
Dec 16 00:21:36 skynet systemd[1]: Started Network Manager.
Dec 16 00:21:36 skynet NetworkManager[1166]: <info> [1765862496.3015] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Dec 16 00:21:36 skynet NetworkManager[1166]: <info> [1765862496.3040] ovsdb: disconnected from ovsdb
Dec 16 00:21:36 skynet NetworkManager[1166]: <info> [1765862496.3042] device (lo): state change: disconnected -> prepare (reason 'none', managed-type: 'external')
Dec 16 00:21:36 skynet sudo[1154]: pam_unix(sudo:session): session closed for user root
Dec 16 00:21:36 skynet NetworkManager[1166]: <info> [1765862496.3049] device (lo): state change: prepare -> config (reason 'none', managed-type: 'external')
Dec 16 00:21:36 skynet NetworkManager[1166]: <info> [1765862496.3052] device (lo): state change: config -> ip-config (reason 'none', managed-type: 'external')
Dec 16 00:21:36 skynet NetworkManager[1166]: <info> [1765862496.3058] device (lo): state change: ip-config -> ip-check (reason 'none', managed-type: 'external')
Dec 16 00:21:36 skynet NetworkManager[1166]: <info> [1765862496.3087] device (lo): state change: ip-check -> secondaries (reason 'none', managed-type: 'external')
Dec 16 00:21:36 skynet NetworkManager[1166]: <info> [1765862496.3090] device (lo): state change: secondaries -> activated (reason 'none', managed-type: 'external')
Dec 16 00:21:36 skynet NetworkManager[1166]: <info> [1765862496.3093] device (lo): Activation: successful, device activated.
Dec 16 00:21:36 skynet NetworkManager[1166]: <info> [1765862496.3333] device (wlp82s0): supplicant interface state: internal-starting -> disconnected
Dec 16 00:21:36 skynet NetworkManager[1166]: <info> [1765862496.3333] Wi-Fi P2P device controlled by interface wlp82s0 created
Dec 16 00:21:36 skynet NetworkManager[1166]: <info> [1765862496.3335] manager: (p2p-dev-wlp82s0): new 802.11 Wi-Fi P2P device (/org/freedesktop/NetworkManager/Devices/4)
Dec 16 00:21:36 skynet NetworkManager[1166]: <info> [1765862496.3337] device (p2p-dev-wlp82s0): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
Dec 16 00:21:36 skynet NetworkManager[1166]: <warn> [1765862496.3337] device (p2p-dev-wlp82s0): error setting IPv4 forwarding to '0': Success
Dec 16 00:21:36 skynet NetworkManager[1166]: <info> [1765862496.3340] device (wlp82s0): state change: unavailable -> disconnected (reason 'supplicant-available', managed-type: 'full')
Dec 16 00:21:36 skynet NetworkManager[1166]: <info> [1765862496.3343] device (p2p-dev-wlp82s0): state change: unavailable -> disconnected (reason 'none', managed-type: 'full')
Dec 16 00:21:40 skynet wpa_supplicant[603]: wlp82s0: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=COUNTRY alpha2=US
Dec 16 00:21:40 skynet wpa_supplicant[603]: wlp82s0: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=COUNTRY alpha2=US
Dec 16 00:21:40 skynet NetworkManager[1166]: <info> [1765862500.0230] policy: auto-activating connection 'YOTC-4A7A0E-5G' (303bd82d-8c69-4ee2-b0f9-2faac07fd231)
Dec 16 00:21:40 skynet NetworkManager[1166]: <info> [1765862500.0233] device (wlp82s0): Activation: starting connection 'YOTC-4A7A0E-5G' (303bd82d-8c69-4ee2-b0f9-2faac07fd231)
Dec 16 00:21:40 skynet NetworkManager[1166]: <info> [1765862500.0233] device (wlp82s0): state change: disconnected -> prepare (reason 'none', managed-type: 'full')
Dec 16 00:21:40 skynet NetworkManager[1166]: <info> [1765862500.0234] manager: NetworkManager state is now CONNECTING
Dec 16 00:21:40 skynet NetworkManager[1166]: <info> [1765862500.0420] device (wlp82s0): set-hw-addr: reset MAC address to 74:D8:3E:2A:34:7E (preserve)
Dec 16 00:21:40 skynet NetworkManager[1166]: <info> [1765862500.0507] device (wlp82s0): state change: prepare -> config (reason 'none', managed-type: 'full')
Dec 16 00:21:40 skynet NetworkManager[1166]: <info> [1765862500.0509] device (wlp82s0): Activation: (wifi) access point 'YOTC-4A7A0E-5G' has security, but secrets are required.
Dec 16 00:21:40 skynet NetworkManager[1166]: <info> [1765862500.0509] device (wlp82s0): state change: config -> need-auth (reason 'none', managed-type: 'full')
Dec 16 00:21:40 skynet NetworkManager[1166]: <info> [1765862500.0510] sup-iface[5097ea46ec746adc,1,wlp82s0]: wps: type pbc start...
Dec 16 00:21:40 skynet NetworkManager[1166]: <info> [1765862500.0511] device (wlp82s0): supplicant interface state: disconnected -> interface_disabled
Dec 16 00:21:40 skynet NetworkManager[1166]: <info> [1765862500.0511] device (p2p-dev-wlp82s0): supplicant management interface state: disconnected -> interface_disabled
Dec 16 00:21:40 skynet NetworkManager[1166]: <info> [1765862500.0517] device (wlp82s0): supplicant interface state: interface_disabled -> inactive
Dec 16 00:21:40 skynet NetworkManager[1166]: <info> [1765862500.0517] device (p2p-dev-wlp82s0): supplicant management interface state: interface_disabled -> inactive
Dec 16 00:21:40 skynet NetworkManager[1166]: <info> [1765862500.0518] device (wlp82s0): state change: need-auth -> prepare (reason 'none', managed-type: 'full')
Dec 16 00:21:40 skynet NetworkManager[1166]: <info> [1765862500.0519] device (wlp82s0): state change: prepare -> config (reason 'none', managed-type: 'full')
Dec 16 00:21:40 skynet wpa_supplicant[603]: wlp82s0: WPS-PBC-ACTIVE
Dec 16 00:21:40 skynet NetworkManager[1166]: <info> [1765862500.0521] device (wlp82s0): Activation: (wifi) connection 'YOTC-4A7A0E-5G' has security, and secrets exist. No new secrets needed.
Dec 16 00:21:40 skynet NetworkManager[1166]: <info> [1765862500.0521] Config: added 'ssid' value 'YOTC-4A7A0E-5G'
Dec 16 00:21:40 skynet NetworkManager[1166]: <info> [1765862500.0521] Config: added 'scan_ssid' value '1'
Dec 16 00:21:40 skynet NetworkManager[1166]: <info> [1765862500.0521] Config: added 'bgscan' value 'simple:30:-70:86400'
Dec 16 00:21:40 skynet NetworkManager[1166]: <info> [1765862500.0521] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK SAE FT-SAE'
Dec 16 00:21:40 skynet NetworkManager[1166]: <info> [1765862500.0521] Config: added 'auth_alg' value 'OPEN'
Dec 16 00:21:40 skynet NetworkManager[1166]: <info> [1765862500.0521] Config: added 'psk' value '<hidden>'
Dec 16 00:21:40 skynet wpa_supplicant[603]: wlp82s0: WPS-CANCEL
Dec 16 00:21:40 skynet NetworkManager[1166]: <info> [1765862500.0559] device (wlp82s0): supplicant interface state: inactive -> scanning
Dec 16 00:21:40 skynet NetworkManager[1166]: <info> [1765862500.0559] device (p2p-dev-wlp82s0): supplicant management interface state: inactive -> scanning
Dec 16 00:21:40 skynet wpa_supplicant[603]: wlp82s0: SME: Trying to authenticate with 6a:28:f6:4a:7a:0f (SSID='YOTC-4A7A0E-5G' freq=5180 MHz)
Dec 16 00:21:40 skynet kernel: wlp82s0: authenticate with 6a:28:f6:4a:7a:0f (local address=74:d8:3e:2a:34:7e)
Dec 16 00:21:40 skynet kernel: wlp82s0: send auth to 6a:28:f6:4a:7a:0f (try 1/3)
Dec 16 00:21:40 skynet NetworkManager[1166]: <info> [1765862500.0931] device (wlp82s0): supplicant interface state: scanning -> authenticating
Dec 16 00:21:40 skynet NetworkManager[1166]: <info> [1765862500.0932] device (p2p-dev-wlp82s0): supplicant management interface state: scanning -> authenticating
Dec 16 00:21:40 skynet wpa_supplicant[603]: wlp82s0: Trying to associate with 6a:28:f6:4a:7a:0f (SSID='YOTC-4A7A0E-5G' freq=5180 MHz)
Dec 16 00:21:40 skynet kernel: wlp82s0: authenticated
Dec 16 00:21:40 skynet NetworkManager[1166]: <info> [1765862500.1363] device (wlp82s0): supplicant interface state: authenticating -> associating
Dec 16 00:21:40 skynet NetworkManager[1166]: <info> [1765862500.1364] device (p2p-dev-wlp82s0): supplicant management interface state: authenticating -> associating
Dec 16 00:21:40 skynet kernel: wlp82s0: associate with 6a:28:f6:4a:7a:0f (try 1/3)
Dec 16 00:21:40 skynet kernel: wlp82s0: RX AssocResp from 6a:28:f6:4a:7a:0f (capab=0x411 status=0 aid=5)
Dec 16 00:21:40 skynet wpa_supplicant[603]: wlp82s0: Associated with 6a:28:f6:4a:7a:0f
Dec 16 00:21:40 skynet kernel: wlp82s0: associated
Dec 16 00:21:40 skynet wpa_supplicant[603]: wlp82s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Dec 16 00:21:40 skynet kernel: wlp82s0: Limiting TX power to 30 (30 - 0) dBm as advertised by 6a:28:f6:4a:7a:0f
Dec 16 00:21:40 skynet wpa_supplicant[603]: wlp82s0: WPA: Key negotiation completed with 6a:28:f6:4a:7a:0f [PTK=CCMP GTK=TKIP]
Dec 16 00:21:40 skynet wpa_supplicant[603]: wlp82s0: CTRL-EVENT-CONNECTED - Connection to 6a:28:f6:4a:7a:0f completed [id=0 id_str=]
Dec 16 00:21:40 skynet NetworkManager[1166]: <info> [1765862500.2283] device (wlp82s0): supplicant interface state: associating -> completed
Dec 16 00:21:40 skynet NetworkManager[1166]: <info> [1765862500.2284] device (wlp82s0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "YOTC-4A7A0E-5G"
Dec 16 00:21:40 skynet NetworkManager[1166]: <info> [1765862500.2285] device (p2p-dev-wlp82s0): supplicant management interface state: associating -> completed
Dec 16 00:21:40 skynet NetworkManager[1166]: <info> [1765862500.2311] device (wlp82s0): state change: config -> ip-config (reason 'none', managed-type: 'full')
Dec 16 00:21:40 skynet NetworkManager[1166]: <info> [1765862500.2321] dhcp4 (wlp82s0): activation: beginning transaction (timeout in 45 seconds)
Dec 16 00:21:40 skynet wpa_supplicant[603]: wlp82s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-53 noise=9999 txrate=234000
Dec 16 00:21:40 skynet NetworkManager[1166]: <info> [1765862500.3038] dhcp4 (wlp82s0): state changed new lease, address=192.168.8.62, acd pending
Dec 16 00:21:40 skynet NetworkManager[1166]: <info> [1765862500.4547] dhcp4 (wlp82s0): state changed new lease, address=192.168.8.62
Dec 16 00:21:40 skynet NetworkManager[1166]: <info> [1765862500.4628] policy: set 'YOTC-4A7A0E-5G' (wlp82s0) as default for IPv4 routing and DNS
Dec 16 00:21:40 skynet NetworkManager[1166]: <info> [1765862500.4860] device (wlp82s0): state change: ip-config -> ip-check (reason 'none', managed-type: 'full')
Dec 16 00:21:40 skynet NetworkManager[1166]: <info> [1765862500.4895] device (wlp82s0): state change: ip-check -> secondaries (reason 'none', managed-type: 'full')
Dec 16 00:21:40 skynet NetworkManager[1166]: <info> [1765862500.4899] device (wlp82s0): state change: secondaries -> activated (reason 'none', managed-type: 'full')
Dec 16 00:21:40 skynet NetworkManager[1166]: <info> [1765862500.4906] manager: NetworkManager state is now CONNECTED_SITE
Dec 16 00:21:40 skynet NetworkManager[1166]: <info> [1765862500.4936] device (wlp82s0): Activation: successful, device activated.
Dec 16 00:21:40 skynet NetworkManager[1166]: <info> [1765862500.4946] manager: NetworkManager state is now CONNECTED_GLOBAL
Dec 16 00:21:41 skynet NetworkManager[1166]: <info> [1765862501.6862] dhcp6 (wlp82s0): activation: beginning transaction (timeout in 45 seconds)
Dec 16 00:21:41 skynet NetworkManager[1166]: <info> [1765862501.7968] manager: startup complete
Dec 16 00:21:43 skynet sudo[1183]: jwrauch : TTY=tty2 ; PWD=/home/jwrauch ; USER=root ; COMMAND=/usr/bin/systemctl status NetworkManager
Dec 16 00:21:43 skynet sudo[1183]: pam_unix(sudo:session): session opened for user root(uid=0) by jwrauch(uid=1000)
Dec 16 00:21:43 skynet sudo[1183]: pam_unix(sudo:session): session closed for user root
Dec 16 00:21:45 skynet systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Dec 16 00:22:05 skynet systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Dec 16 00:22:50 skynet sshd-session[1245]: Accepted password for jwrauch from 192.168.8.40 port 56929 ssh2
Dec 16 00:22:50 skynet sshd-session[1245]: pam_unix(sshd:session): session opened for user jwrauch(uid=1000) by jwrauch(uid=0)
Dec 16 00:22:50 skynet systemd-logind[564]: New session '4' of user 'jwrauch' with class 'user' and type 'tty'.
Dec 16 00:22:50 skynet systemd[1]: Started Session 4 of User jwrauch.Offline
[ 5.244] (II) NVIDIA(0): Validated MetaModes:
[ 5.244] (II) NVIDIA(0): "NULL"
[ 5.244] (II) NVIDIA(0): Virtual screen size determined to be 640 x 480Reason is
[ 5.105] (==) Using config file: "/etc/X11/xorg.conf"
[ 5.105] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 5.106] (==) ServerLayout "Layout0"
[ 5.106] (**) |-->Screen "Screen0" (0)
[ 5.106] (**) | |-->Monitor "Monitor0"
[ 5.106] (**) | |-->Device "Device0"
[ 5.106] (**) |-->Input Device "Keyboard0"
[ 5.106] (**) |-->Input Device "Mouse0" the xorg.conf you created w/ nvidia-settings.
Remove that, don't regenerate it.
Offline
Thank you so much! That definitely made some progress. My system now boots and show the lightdm login, but after I log in I'm presented with another black screen with a cursor in the top left corner instead of xmonad. This only last for a second or two before it goes back to the lightdm login screen.
My ~/.xinitrc file is as follow
cat .xinitrc
#xrandr --auto
exec xrdb -merge ~/.Xresources
#exec xmonadI've tried various combinations of these lines commented and uncommented. I added the xrandr line because of the Nvidia troubleshooting page section 1.3, and I think I originally had only the exec xmonad line in the file before this all began. I eventurally commented it out because I suspected lightdm was trying to start xmonad and the two were conflicting.
For more information, here is
$systemctl status lightdm
● lightdm.service - Light Display Manager
Loaded: loaded (/usr/lib/systemd/system/lightdm.service; enabled; preset: disabled)
Active: active (running) since Tue 2025-12-16 05:39:48 EST; 14min ago
Invocation: 0c8c9311e4d04d1b9f40f4f908b3413b
Docs: man:lightdm(1)
Main PID: 608 (lightdm)
Tasks: 11 (limit: 76395)
Memory: 295.2M (peak: 309.3M)
CPU: 2.513s
CGroup: /system.slice/lightdm.service
├─ 608 /usr/bin/lightdm
├─1236 /usr/lib/Xorg :0 -seat seat0 -auth /run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch
└─1407 lightdm --session-child 13 20
Dec 16 05:39:54 skynet lightdm[845]: gkr-pam: unlocked login keyring
Dec 16 05:39:54 skynet lightdm[845]: pam_unix(lightdm:session): session closed for user jwrauch
Dec 16 05:39:55 skynet lightdm[965]: pam_unix(lightdm-greeter:session): session opened for user lightdm(uid=970) by (uid=0)
Dec 16 05:39:58 skynet lightdm[1126]: pam_unix(lightdm:auth): authentication failure; logname= uid=0 euid=0 tty=:0 ruser= rhost= user=jwrauch
Dec 16 05:40:02 skynet lightdm[1170]: gkr-pam: unable to locate daemon control file
Dec 16 05:40:02 skynet lightdm[1170]: gkr-pam: stashed password to try later in open session
Dec 16 05:40:02 skynet lightdm[1170]: pam_unix(lightdm:session): session opened for user jwrauch(uid=1000) by jwrauch(uid=0)
Dec 16 05:40:02 skynet lightdm[1170]: gkr-pam: unlocked login keyring
Dec 16 05:40:02 skynet lightdm[1170]: pam_unix(lightdm:session): session closed for user jwrauch
Dec 16 05:40:03 skynet lightdm[1246]: pam_unix(lightdm-greeter:session): session opened for user lightdm(uid=970) by (uid=0)And the short and full /var/log/Xorg.0.log is
$ cat /var/log/Xorg.0.log | grep EE
[ 21.115] Current Operating System: Linux skynet 6.17.9-arch1-1 #1 SMP PREEMPT_DYNAMIC Mon, 24 Nov 2025 15:21:09 +0000 x86_64
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 21.134] (EE) Failed to load module "intel" (module does not exist, 0)
[ 21.134] (EE) Failed to load module "nouveau" (module does not exist, 0)
[ 21.134] (EE) Failed to load module "nv" (module does not exist, 0)
[ 21.135] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 21.444] (II) Initializing extension MIT-SCREEN-SAVER
[ 21.843] (II) XINPUT: Adding extended input device "Wacom Pen and multitouch sensor Finger" (type: TOUCHSCREEN, id 11)and the full is
[ 21.115]
X.Org X Server 1.21.1.21
X Protocol Version 11, Revision 0
[ 21.115] Current Operating System: Linux skynet 6.17.9-arch1-1 #1 SMP PREEMPT_DYNAMIC Mon, 24 Nov 2025 15:21:09 +0000 x86_64
[ 21.115] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=6ad88d6e-0c6d-4738-be74-67829c639804 rw loglevel=3 quiet rcutree.gp_init_delay=1
[ 21.115]
[ 21.115] Current version of pixman: 0.46.4
[ 21.115] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 21.115] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 21.115] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Dec 16 05:40:02 2025
[ 21.115] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 21.115] (==) No Layout section. Using the first Screen section.
[ 21.115] (==) No screen section available. Using defaults.
[ 21.115] (**) |-->Screen "Default Screen Section" (0)
[ 21.115] (**) | |-->Monitor "<default monitor>"
[ 21.115] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 21.115] (**) Allowing byte-swapped clients
[ 21.115] (==) Automatically adding devices
[ 21.115] (==) Automatically enabling devices
[ 21.115] (==) Automatically adding GPU devices
[ 21.115] (==) Automatically binding GPU devices
[ 21.115] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 21.115] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 21.115] Entry deleted from font path.
[ 21.115] (==) FontPath set to:
/usr/share/fonts/misc,
/usr/share/fonts/TTF,
/usr/share/fonts/OTF,
/usr/share/fonts/100dpi,
/usr/share/fonts/75dpi
[ 21.115] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 21.115] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 21.115] (II) Module ABI versions:
[ 21.115] X.Org ANSI C Emulation: 0.4
[ 21.115] X.Org Video Driver: 25.2
[ 21.115] X.Org XInput driver : 24.4
[ 21.115] X.Org Server Extension : 10.0
[ 21.116] (++) using VT number 7
[ 21.116] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 21.117] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 21.117] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0
[ 21.117] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 21.117] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card1
[ 21.130] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[ 21.132] (--) PCI:*(0@0:2:0) 8086:3e9b:17aa:2297 rev 2, Mem @ 0x6040000000/16777216, 0x4000000000/268435456, I/O @ 0x00003000/64, BIOS @ 0x????????/131072
[ 21.132] (--) PCI: (1@0:0:0) 10de:1f36:17aa:2296 rev 161, Mem @ 0xcd000000/16777216, 0xa0000000/268435456, 0xb0000000/33554432, I/O @ 0x00002000/128, BIOS @ 0x????????/524288
[ 21.132] (II) LoadModule: "glx"
[ 21.132] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 21.133] (II) Module glx: vendor="X.Org Foundation"
[ 21.133] compiled for 1.21.1.21, module version = 1.0.0
[ 21.133] ABI class: X.Org Server Extension, version 10.0
[ 21.133] (II) Applying OutputClass "nvidia" to /dev/dri/card0
[ 21.133] loading driver: nvidia
[ 21.133] (==) Matched intel as autoconfigured driver 0
[ 21.133] (==) Matched nvidia as autoconfigured driver 1
[ 21.133] (==) Matched nouveau as autoconfigured driver 2
[ 21.133] (==) Matched nv as autoconfigured driver 3
[ 21.133] (==) Matched modesetting as autoconfigured driver 4
[ 21.133] (==) Matched fbdev as autoconfigured driver 5
[ 21.133] (==) Matched vesa as autoconfigured driver 6
[ 21.133] (==) Assigned the driver to the xf86ConfigLayout
[ 21.133] (II) LoadModule: "intel"
[ 21.134] (WW) Warning, couldn't open module intel
[ 21.134] (EE) Failed to load module "intel" (module does not exist, 0)
[ 21.134] (II) LoadModule: "nvidia"
[ 21.134] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 21.134] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 21.134] compiled for 1.6.99.901, module version = 1.0.0
[ 21.134] Module class: X.Org Video Driver
[ 21.134] (II) LoadModule: "nouveau"
[ 21.134] (WW) Warning, couldn't open module nouveau
[ 21.134] (EE) Failed to load module "nouveau" (module does not exist, 0)
[ 21.134] (II) LoadModule: "nv"
[ 21.134] (WW) Warning, couldn't open module nv
[ 21.134] (EE) Failed to load module "nv" (module does not exist, 0)
[ 21.134] (II) LoadModule: "modesetting"
[ 21.134] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 21.135] (II) Module modesetting: vendor="X.Org Foundation"
[ 21.135] compiled for 1.21.1.21, module version = 1.21.1
[ 21.135] Module class: X.Org Video Driver
[ 21.135] ABI class: X.Org Video Driver, version 25.2
[ 21.135] (II) LoadModule: "fbdev"
[ 21.135] (WW) Warning, couldn't open module fbdev
[ 21.135] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 21.135] (II) LoadModule: "vesa"
[ 21.135] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 21.135] (II) Module vesa: vendor="X.Org Foundation"
[ 21.135] compiled for 1.21.1.11, module version = 2.6.0
[ 21.135] Module class: X.Org Video Driver
[ 21.135] ABI class: X.Org Video Driver, version 25.2
[ 21.135] (II) NVIDIA dlloader X Driver 580.105.08 Wed Oct 29 22:16:45 UTC 2025
[ 21.135] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 21.135] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 21.135] (II) VESA: driver for VESA chipsets: vesa
[ 21.146] (II) modeset(0): using drv /dev/dri/card1
[ 21.146] (II) Loading sub module "fb"
[ 21.146] (II) LoadModule: "fb"
[ 21.146] (II) Module "fb" already built-in
[ 21.146] (II) Loading sub module "wfb"
[ 21.146] (II) LoadModule: "wfb"
[ 21.146] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 21.146] (II) Module wfb: vendor="X.Org Foundation"
[ 21.146] compiled for 1.21.1.21, module version = 1.0.0
[ 21.146] ABI class: X.Org ANSI C Emulation, version 0.4
[ 21.146] (II) modeset(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 21.146] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[ 21.146] (==) modeset(0): RGB weight 888
[ 21.146] (==) modeset(0): Default visual is TrueColor
[ 21.146] (II) Loading sub module "glamoregl"
[ 21.146] (II) LoadModule: "glamoregl"
[ 21.146] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 21.152] (II) Module glamoregl: vendor="X.Org Foundation"
[ 21.152] compiled for 1.21.1.21, module version = 1.0.1
[ 21.152] ABI class: X.Org ANSI C Emulation, version 0.4
[ 21.206] (II) modeset(0): glamor: Using OpenGL 4.6 context.
[ 21.207] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) UHD Graphics 630 (CFL GT2)
[ 21.207] (II) modeset(0): glamor initialized
[ 21.207] (==) modeset(0): VariableRefresh: disabled
[ 21.207] (==) modeset(0): AsyncFlipSecondaries: disabled
[ 21.207] (II) modeset(0): Output eDP-1 has no monitor section
[ 21.208] (II) modeset(0): EDID for output eDP-1
[ 21.208] (II) modeset(0): Manufacturer: SDC Model: 4141 Serial#: 0
[ 21.208] (II) modeset(0): Year: 2019 Week: 19
[ 21.208] (II) modeset(0): EDID Version: 1.4
[ 21.208] (II) modeset(0): Digital Display Input
[ 21.208] (II) modeset(0): 10 bits per channel
[ 21.208] (II) modeset(0): Digital interface is DisplayPort
[ 21.208] (II) modeset(0): Max Image Size [cm]: horiz.: 34 vert.: 19
[ 21.208] (II) modeset(0): Gamma: 2.20
[ 21.208] (II) modeset(0): No DPMS capabilities specified
[ 21.208] (II) modeset(0): Supported color encodings: RGB 4:4:4
[ 21.208] (II) modeset(0): First detailed timing is preferred mode
[ 21.208] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[ 21.208] (II) modeset(0): redX: 0.682 redY: 0.317 greenX: 0.243 greenY: 0.715
[ 21.208] (II) modeset(0): blueX: 0.143 blueY: 0.044 whiteX: 0.312 whiteY: 0.329
[ 21.208] (II) modeset(0): Manufacturer's mask: 0
[ 21.208] (II) modeset(0): Supported detailed timing:
[ 21.208] (II) modeset(0): clock: 545.1 MHz Image Size: 344 x 194 mm
[ 21.208] (II) modeset(0): h_active: 3840 h_sync: 3888 h_sync_end 3920 h_blank_end 4160 h_border: 0
[ 21.208] (II) modeset(0): v_active: 2160 v_sync: 2164 v_sync_end 2168 v_blanking: 2184 v_border: 0
[ 21.208] (II) modeset(0): Supported detailed timing:
[ 21.208] (II) modeset(0): clock: 545.1 MHz Image Size: 344 x 194 mm
[ 21.208] (II) modeset(0): h_active: 3840 h_sync: 3888 h_sync_end 3920 h_blank_end 4160 h_border: 0
[ 21.208] (II) modeset(0): v_active: 2160 v_sync: 2164 v_sync_end 2168 v_blanking: 2184 v_border: 0
[ 21.208] (II) modeset(0): Unknown vendor-specific block f
[ 21.208] (II) modeset(0): ATNA56WR08-0
[ 21.208] (II) modeset(0): Number of EDID sections to follow: 1
[ 21.208] (II) modeset(0): EDID (in hex):
[ 21.208] (II) modeset(0): 00ffffffffffff004c83414100000000
[ 21.208] (II) modeset(0): 131d0104b5221378029491ae513eb724
[ 21.208] (II) modeset(0): 0b505400000001010101010101010101
[ 21.208] (II) modeset(0): 010101010101f0d40040f17018803020
[ 21.208] (II) modeset(0): 440058c21000001bf0d40040f1701880
[ 21.208] (II) modeset(0): 3020440058c21000001b0000000f00ff
[ 21.208] (II) modeset(0): 093cff093c2c800000000000000000fe
[ 21.208] (II) modeset(0): 0041544e413536575230382d30200115
[ 21.208] (II) modeset(0): 02030f00e3058000e6060501736d0700
[ 21.208] (II) modeset(0): 00000000000000000000000000000000
[ 21.208] (II) modeset(0): 00000000000000000000000000000000
[ 21.208] (II) modeset(0): 00000000000000000000000000000000
[ 21.208] (II) modeset(0): 00000000000000000000000000000000
[ 21.208] (II) modeset(0): 00000000000000000000000000000000
[ 21.208] (II) modeset(0): 00000000000000000000000000000000
[ 21.208] (II) modeset(0): 000000000000000000000000000000ab
[ 21.208] (II) modeset(0): Printing probed modes for output eDP-1
[ 21.208] (II) modeset(0): Modeline "3840x2160"x60.0 545.12 3840 3888 3920 4160 2160 2164 2168 2184 +hsync -vsync (131.0 kHz eP)
[ 21.208] (II) modeset(0): Modeline "3840x2160"x60.0 712.75 3840 4160 4576 5312 2160 2163 2168 2237 -hsync +vsync (134.2 kHz d)
[ 21.208] (II) modeset(0): Modeline "3840x2160"x60.0 533.00 3840 3888 3920 4000 2160 2163 2168 2222 +hsync -vsync (133.2 kHz d)
[ 21.208] (II) modeset(0): Modeline "3200x1800"x60.0 492.00 3200 3456 3800 4400 1800 1803 1808 1865 -hsync +vsync (111.8 kHz d)
[ 21.208] (II) modeset(0): Modeline "3200x1800"x59.9 373.00 3200 3248 3280 3360 1800 1803 1808 1852 +hsync -vsync (111.0 kHz d)
[ 21.208] (II) modeset(0): Modeline "2880x1620"x60.0 396.25 2880 3096 3408 3936 1620 1623 1628 1679 -hsync +vsync (100.7 kHz d)
[ 21.208] (II) modeset(0): Modeline "2880x1620"x60.0 303.75 2880 2928 2960 3040 1620 1623 1628 1666 +hsync -vsync (99.9 kHz d)
[ 21.208] (II) modeset(0): Modeline "2560x1600"x60.0 348.50 2560 2760 3032 3504 1600 1603 1609 1658 -hsync +vsync (99.5 kHz d)
[ 21.208] (II) modeset(0): Modeline "2560x1600"x60.0 268.50 2560 2608 2640 2720 1600 1603 1609 1646 +hsync -vsync (98.7 kHz d)
[ 21.208] (II) modeset(0): Modeline "2560x1440"x120.0 638.25 2560 2780 3064 3568 1440 1441 1444 1491 doublescan -hsync +vsync (178.9 kHz d)
[ 21.208] (II) modeset(0): Modeline "2560x1440"x120.0 469.12 2560 2584 2600 2640 1440 1441 1444 1481 doublescan +hsync -vsync (177.7 kHz d)
[ 21.208] (II) modeset(0): Modeline "2560x1440"x60.0 312.25 2560 2752 3024 3488 1440 1443 1448 1493 -hsync +vsync (89.5 kHz d)
[ 21.208] (II) modeset(0): Modeline "2560x1440"x60.0 241.50 2560 2608 2640 2720 1440 1443 1448 1481 +hsync -vsync (88.8 kHz d)
[ 21.208] (II) modeset(0): Modeline "2048x1536"x60.0 266.95 2048 2200 2424 2800 1536 1537 1540 1589 -hsync +vsync (95.3 kHz d)
[ 21.208] (II) modeset(0): Modeline "1920x1440"x60.0 234.00 1920 2048 2256 2600 1440 1441 1444 1500 -hsync +vsync (90.0 kHz d)
[ 21.208] (II) modeset(0): Modeline "1856x1392"x60.0 218.30 1856 1952 2176 2528 1392 1393 1396 1439 -hsync +vsync (86.4 kHz d)
[ 21.208] (II) modeset(0): Modeline "1792x1344"x60.0 204.80 1792 1920 2120 2448 1344 1345 1348 1394 -hsync +vsync (83.7 kHz d)
[ 21.208] (II) modeset(0): Modeline "2048x1152"x120.0 406.50 2048 2220 2444 2840 1152 1153 1156 1193 doublescan -hsync +vsync (143.1 kHz d)
[ 21.208] (II) modeset(0): Modeline "2048x1152"x120.0 302.50 2048 2072 2088 2128 1152 1153 1156 1185 doublescan +hsync -vsync (142.2 kHz d)
[ 21.208] (II) modeset(0): Modeline "2048x1152"x59.9 197.00 2048 2184 2400 2752 1152 1155 1160 1195 -hsync +vsync (71.6 kHz d)
[ 21.208] (II) modeset(0): Modeline "2048x1152"x59.9 156.75 2048 2096 2128 2208 1152 1155 1160 1185 +hsync -vsync (71.0 kHz d)
[ 21.208] (II) modeset(0): Modeline "1920x1200"x59.9 193.25 1920 2056 2256 2592 1200 1203 1209 1245 -hsync +vsync (74.6 kHz d)
[ 21.208] (II) modeset(0): Modeline "1920x1200"x60.0 154.00 1920 1968 2000 2080 1200 1203 1209 1235 +hsync -vsync (74.0 kHz d)
[ 21.208] (II) modeset(0): Modeline "1920x1080"x120.0 356.38 1920 2080 2288 2656 1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[ 21.208] (II) modeset(0): Modeline "1920x1080"x119.9 266.50 1920 1944 1960 2000 1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[ 21.208] (II) modeset(0): Modeline "1920x1080"x60.0 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[ 21.208] (II) modeset(0): Modeline "1920x1080"x59.9 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[ 21.208] (II) modeset(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz d)
[ 21.208] (II) modeset(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[ 21.208] (II) modeset(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[ 21.208] (II) modeset(0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[ 21.208] (II) modeset(0): Modeline "1600x900"x120.0 246.00 1600 1728 1900 2200 900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[ 21.208] (II) modeset(0): Modeline "1600x900"x119.9 186.50 1600 1624 1640 1680 900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[ 21.208] (II) modeset(0): Modeline "1600x900"x59.9 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync (56.0 kHz d)
[ 21.208] (II) modeset(0): Modeline "1600x900"x59.8 97.50 1600 1648 1680 1760 900 903 908 926 +hsync -vsync (55.4 kHz d)
[ 21.208] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[ 21.208] (II) modeset(0): Modeline "1400x900"x60.0 103.50 1400 1480 1624 1848 900 903 913 934 -hsync +vsync (56.0 kHz d)
[ 21.208] (II) modeset(0): Modeline "1400x900"x59.9 86.50 1400 1448 1480 1560 900 903 913 926 +hsync -vsync (55.4 kHz d)
[ 21.208] (II) modeset(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz d)
[ 21.208] (II) modeset(0): Modeline "1440x810"x120.0 198.12 1440 1548 1704 1968 810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[ 21.208] (II) modeset(0): Modeline "1440x810"x119.9 151.88 1440 1464 1480 1520 810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[ 21.208] (II) modeset(0): Modeline "1368x768"x59.9 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync (47.8 kHz d)
[ 21.208] (II) modeset(0): Modeline "1368x768"x59.9 72.25 1368 1416 1448 1528 768 771 781 790 +hsync -vsync (47.3 kHz d)
[ 21.208] (II) modeset(0): Modeline "1280x800"x120.0 174.25 1280 1380 1516 1752 800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[ 21.208] (II) modeset(0): Modeline "1280x800"x119.9 134.25 1280 1304 1320 1360 800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[ 21.208] (II) modeset(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz d)
[ 21.208] (II) modeset(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz d)
[ 21.208] (II) modeset(0): Modeline "1280x720"x120.0 156.12 1280 1376 1512 1744 720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[ 21.208] (II) modeset(0): Modeline "1280x720"x120.0 120.75 1280 1304 1320 1360 720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[ 21.208] (II) modeset(0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz d)
[ 21.208] (II) modeset(0): Modeline "1280x720"x59.7 63.75 1280 1328 1360 1440 720 723 728 741 +hsync -vsync (44.3 kHz d)
[ 21.208] (II) modeset(0): Modeline "1024x768"x120.1 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[ 21.208] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
[ 21.208] (II) modeset(0): Modeline "960x720"x120.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[ 21.208] (II) modeset(0): Modeline "928x696"x120.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[ 21.208] (II) modeset(0): Modeline "896x672"x120.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[ 21.208] (II) modeset(0): Modeline "1024x576"x119.9 98.50 1024 1092 1200 1376 576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[ 21.208] (II) modeset(0): Modeline "1024x576"x119.9 78.38 1024 1048 1064 1104 576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[ 21.208] (II) modeset(0): Modeline "1024x576"x59.9 46.50 1024 1064 1160 1296 576 579 584 599 -hsync +vsync (35.9 kHz d)
[ 21.208] (II) modeset(0): Modeline "1024x576"x59.8 42.00 1024 1072 1104 1184 576 579 584 593 +hsync -vsync (35.5 kHz d)
[ 21.208] (II) modeset(0): Modeline "960x600"x119.9 96.62 960 1028 1128 1296 600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[ 21.208] (II) modeset(0): Modeline "960x600"x120.0 77.00 960 984 1000 1040 600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[ 21.208] (II) modeset(0): Modeline "960x540"x119.9 86.50 960 1024 1124 1288 540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[ 21.208] (II) modeset(0): Modeline "960x540"x120.0 69.25 960 984 1000 1040 540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[ 21.208] (II) modeset(0): Modeline "960x540"x59.6 40.75 960 992 1088 1216 540 543 548 562 -hsync +vsync (33.5 kHz d)
[ 21.208] (II) modeset(0): Modeline "960x540"x59.8 37.25 960 1008 1040 1120 540 543 548 556 +hsync -vsync (33.3 kHz d)
[ 21.208] (II) modeset(0): Modeline "800x600"x120.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[ 21.208] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
[ 21.208] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 21.208] (II) modeset(0): Modeline "840x525"x120.0 73.12 840 892 980 1120 525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[ 21.208] (II) modeset(0): Modeline "840x525"x119.8 59.50 840 864 880 920 525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[ 21.208] (II) modeset(0): Modeline "864x486"x59.9 32.50 864 888 968 1072 486 489 494 506 -hsync +vsync (30.3 kHz d)
[ 21.208] (II) modeset(0): Modeline "864x486"x59.6 30.50 864 912 944 1024 486 489 494 500 +hsync -vsync (29.8 kHz d)
[ 21.208] (II) modeset(0): Modeline "700x525"x120.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[ 21.208] (II) modeset(0): Modeline "800x450"x119.9 59.12 800 848 928 1056 450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[ 21.208] (II) modeset(0): Modeline "800x450"x119.6 48.75 800 824 840 880 450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[ 21.208] (II) modeset(0): Modeline "640x512"x120.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[ 21.208] (II) modeset(0): Modeline "700x450"x119.9 51.75 700 740 812 924 450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[ 21.208] (II) modeset(0): Modeline "700x450"x119.8 43.25 700 724 740 780 450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[ 21.208] (II) modeset(0): Modeline "640x480"x120.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[ 21.208] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
[ 21.208] (II) modeset(0): Modeline "720x405"x59.5 22.50 720 744 808 896 405 408 413 422 -hsync +vsync (25.1 kHz d)
[ 21.208] (II) modeset(0): Modeline "720x405"x59.0 21.75 720 768 800 880 405 408 413 419 +hsync -vsync (24.7 kHz d)
[ 21.208] (II) modeset(0): Modeline "684x384"x119.8 42.62 684 720 788 892 384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[ 21.208] (II) modeset(0): Modeline "684x384"x119.7 36.12 684 708 724 764 384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[ 21.208] (II) modeset(0): Modeline "640x400"x119.8 41.75 640 676 740 840 400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[ 21.208] (II) modeset(0): Modeline "640x400"x120.0 35.50 640 664 680 720 400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[ 21.208] (II) modeset(0): Modeline "640x360"x119.7 37.25 640 672 736 832 360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[ 21.208] (II) modeset(0): Modeline "640x360"x119.7 31.88 640 664 680 720 360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[ 21.208] (II) modeset(0): Modeline "640x360"x59.8 18.00 640 664 720 800 360 363 368 376 -hsync +vsync (22.5 kHz d)
[ 21.208] (II) modeset(0): Modeline "640x360"x59.3 17.75 640 688 720 800 360 363 368 374 +hsync -vsync (22.2 kHz d)
[ 21.208] (II) modeset(0): Modeline "512x384"x120.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[ 21.208] (II) modeset(0): Modeline "512x288"x120.0 23.25 512 532 580 648 288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[ 21.208] (II) modeset(0): Modeline "512x288"x119.8 21.00 512 536 552 592 288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[ 21.208] (II) modeset(0): Modeline "480x270"x119.3 20.38 480 496 544 608 270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[ 21.208] (II) modeset(0): Modeline "480x270"x119.6 18.62 480 504 520 560 270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[ 21.208] (II) modeset(0): Modeline "400x300"x120.6 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[ 21.208] (II) modeset(0): Modeline "400x300"x112.7 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[ 21.208] (II) modeset(0): Modeline "432x243"x119.8 16.25 432 444 484 536 243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[ 21.208] (II) modeset(0): Modeline "432x243"x119.1 15.25 432 456 472 512 243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[ 21.208] (II) modeset(0): Modeline "320x240"x120.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[ 21.208] (II) modeset(0): Modeline "360x202"x119.0 11.25 360 372 404 448 202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[ 21.208] (II) modeset(0): Modeline "360x202"x118.3 10.88 360 384 400 440 202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[ 21.208] (II) modeset(0): Modeline "320x180"x119.7 9.00 320 332 360 400 180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[ 21.208] (II) modeset(0): Modeline "320x180"x118.6 8.88 320 344 360 400 180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[ 21.208] (II) modeset(0): Output eDP-1 connected
[ 21.208] (II) modeset(0): Using exact sizes for initial modes
[ 21.208] (II) modeset(0): Output eDP-1 using initial mode 3840x2160 +0+0
[ 21.208] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[ 21.208] (==) modeset(0): DPI set to (96, 96)
[ 21.208] (II) Loading sub module "fb"
[ 21.208] (II) LoadModule: "fb"
[ 21.208] (II) Module "fb" already built-in
[ 21.208] (==) NVIDIA(G0): Depth 24, (==) framebuffer bpp 32
[ 21.208] (==) NVIDIA(G0): RGB weight 888
[ 21.208] (==) NVIDIA(G0): Default visual is TrueColor
[ 21.208] (==) NVIDIA(G0): Using gamma correction (1.0, 1.0, 1.0)
[ 21.208] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[ 21.208] (**) NVIDIA(G0): Option "AllowEmptyInitialConfiguration"
[ 21.208] (**) NVIDIA(G0): Enabling 2D acceleration
[ 21.208] (II) Loading sub module "glxserver_nvidia"
[ 21.208] (II) LoadModule: "glxserver_nvidia"
[ 21.208] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[ 21.214] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[ 21.214] compiled for 1.6.99.901, module version = 1.0.0
[ 21.214] Module class: X.Org Server Extension
[ 21.214] (II) NVIDIA GLX Module 580.105.08 Wed Oct 29 22:17:01 UTC 2025
[ 21.214] (II) NVIDIA: The X server supports PRIME Render Offload.
[ 21.219] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[ 21.219] (--) NVIDIA(0): DFP-0
[ 21.219] (--) NVIDIA(0): DFP-1
[ 21.219] (--) NVIDIA(0): DFP-2
[ 21.245] (II) NVIDIA(G0): NVIDIA GPU Quadro RTX 3000 (TU106GL-A) at PCI:1:0:0 (GPU-0)
[ 21.245] (--) NVIDIA(G0): Memory: 6291456 kBytes
[ 21.245] (--) NVIDIA(G0): VideoBIOS: 90.06.47.00.0a
[ 21.245] (II) NVIDIA(G0): Detected PCI Express Link width: 16X
[ 21.245] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 21.245] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 21.245] (--) NVIDIA(GPU-0): DFP-0: 2660.0 MHz maximum pixel clock
[ 21.245] (--) NVIDIA(GPU-0):
[ 21.246] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 21.246] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 21.246] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 21.246] (--) NVIDIA(GPU-0):
[ 21.246] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 21.246] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[ 21.246] (--) NVIDIA(GPU-0): DFP-2: 2660.0 MHz maximum pixel clock
[ 21.246] (--) NVIDIA(GPU-0):
[ 21.249] (II) NVIDIA(G0): Validated MetaModes:
[ 21.249] (II) NVIDIA(G0): "NULL"
[ 21.249] (II) NVIDIA(G0): Virtual screen size determined to be 640 x 480
[ 21.249] (WW) NVIDIA(G0): Unable to get display device for DPI computation.
[ 21.249] (==) NVIDIA(G0): DPI set to (75, 75); computed from built-in default
[ 21.249] (II) UnloadModule: "vesa"
[ 21.249] (II) Unloading vesa
[ 21.262] (==) modeset(0): Backing store enabled
[ 21.262] (==) modeset(0): Silken mouse enabled
[ 21.346] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[ 21.346] (==) modeset(0): DPMS enabled
[ 21.346] (II) modeset(0): [DRI2] Setup complete
[ 21.346] (II) modeset(0): [DRI2] DRI driver: iris
[ 21.346] (II) modeset(0): [DRI2] VDPAU driver: va_gl
[ 21.347] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[ 21.347] (II) NVIDIA: access.
[ 21.376] (II) NVIDIA(G0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 21.376] (II) NVIDIA(G0): may not be running or the "AcpidSocketPath" X
[ 21.376] (II) NVIDIA(G0): configuration option may not be set correctly. When the
[ 21.376] (II) NVIDIA(G0): ACPI event daemon is available, the NVIDIA X driver will
[ 21.376] (II) NVIDIA(G0): try to use it to receive ACPI event notifications. For
[ 21.376] (II) NVIDIA(G0): details, please see the "ConnectToAcpid" and
[ 21.376] (II) NVIDIA(G0): "AcpidSocketPath" X configuration options in Appendix B: X
[ 21.376] (II) NVIDIA(G0): Config Options in the README.
[ 21.396] (II) NVIDIA(G0): Setting mode "NULL"
[ 21.443] (==) NVIDIA(G0): Disabling shared memory pixmaps
[ 21.443] (==) NVIDIA(G0): Backing store enabled
[ 21.443] (==) NVIDIA(G0): Silken mouse enabled
[ 21.443] (==) NVIDIA(G0): DPMS enabled
[ 21.443] (II) Loading sub module "dri2"
[ 21.443] (II) LoadModule: "dri2"
[ 21.443] (II) Module "dri2" already built-in
[ 21.443] (II) NVIDIA(G0): [DRI2] Setup complete
[ 21.443] (II) NVIDIA(G0): [DRI2] VDPAU driver: nvidia
[ 21.443] (II) Initializing extension Generic Event Extension
[ 21.443] (II) Initializing extension SHAPE
[ 21.443] (II) Initializing extension MIT-SHM
[ 21.443] (II) Initializing extension XInputExtension
[ 21.443] (II) Initializing extension XTEST
[ 21.443] (II) Initializing extension BIG-REQUESTS
[ 21.443] (II) Initializing extension SYNC
[ 21.443] (II) Initializing extension XKEYBOARD
[ 21.443] (II) Initializing extension XC-MISC
[ 21.443] (II) Initializing extension SECURITY
[ 21.443] (II) Initializing extension XFIXES
[ 21.443] (II) Initializing extension RENDER
[ 21.443] (II) Initializing extension RANDR
[ 21.444] (II) Initializing extension COMPOSITE
[ 21.444] (II) Initializing extension DAMAGE
[ 21.444] (II) Initializing extension MIT-SCREEN-SAVER
[ 21.444] (II) Initializing extension DOUBLE-BUFFER
[ 21.444] (II) Initializing extension RECORD
[ 21.444] (II) Initializing extension DPMS
[ 21.444] (II) Initializing extension Present
[ 21.444] (II) Initializing extension DRI3
[ 21.444] (II) Initializing extension X-Resource
[ 21.444] (II) Initializing extension XVideo
[ 21.444] (II) Initializing extension XVideo-MotionCompensation
[ 21.444] (II) Initializing extension GLX
[ 21.444] (II) Initializing extension GLX
[ 21.444] (II) Indirect GLX disabled.
[ 21.450] (II) AIGLX: Loaded and initialized iris
[ 21.450] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 21.450] (II) Initializing extension XFree86-VidModeExtension
[ 21.450] (II) Initializing extension XFree86-DGA
[ 21.450] (II) Initializing extension XFree86-DRI
[ 21.450] (II) Initializing extension DRI2
[ 21.450] (II) Initializing extension NV-GLX
[ 21.450] (II) Initializing extension NV-CONTROL
[ 21.452] (II) modeset(0): Damage tracking initialized
[ 21.452] (II) modeset(0): Setting screen physical size to 1016 x 571
[ 21.505] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 21.505] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 21.505] (II) LoadModule: "libinput"
[ 21.505] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 21.506] (II) Module libinput: vendor="X.Org Foundation"
[ 21.506] compiled for 1.21.1.13, module version = 1.5.0
[ 21.506] Module class: X.Org XInput Driver
[ 21.507] ABI class: X.Org XInput driver, version 24.4
[ 21.507] (II) Using input driver 'libinput' for 'Power Button'
[ 21.507] (**) Power Button: always reports core events
[ 21.507] (**) Option "Device" "/dev/input/event2"
[ 21.508] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 21.508] (II) event2 - Power Button: device is a keyboard
[ 21.508] (II) event2 - Power Button: device removed
[ 21.520] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[ 21.520] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 21.520] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 21.520] (II) event2 - Power Button: device is a keyboard
[ 21.520] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[ 21.520] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 21.520] (II) Using input driver 'libinput' for 'Video Bus'
[ 21.520] (**) Video Bus: always reports core events
[ 21.520] (**) Option "Device" "/dev/input/event5"
[ 21.520] (II) event5 - Video Bus: is tagged by udev as: Keyboard
[ 21.520] (II) event5 - Video Bus: device is a keyboard
[ 21.520] (II) event5 - Video Bus: device removed
[ 21.542] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input6/event5"
[ 21.542] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 21.542] (II) event5 - Video Bus: is tagged by udev as: Keyboard
[ 21.542] (II) event5 - Video Bus: device is a keyboard
[ 21.542] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[ 21.542] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 21.542] (II) Using input driver 'libinput' for 'Video Bus'
[ 21.542] (**) Video Bus: always reports core events
[ 21.542] (**) Option "Device" "/dev/input/event4"
[ 21.543] (II) event4 - Video Bus: is tagged by udev as: Keyboard
[ 21.543] (II) event4 - Video Bus: device is a keyboard
[ 21.543] (II) event4 - Video Bus: device removed
[ 21.567] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input5/event4"
[ 21.567] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[ 21.567] (II) event4 - Video Bus: is tagged by udev as: Keyboard
[ 21.567] (II) event4 - Video Bus: device is a keyboard
[ 21.568] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[ 21.568] (II) No input driver specified, ignoring this device.
[ 21.568] (II) This device may have been added with another device file.
[ 21.568] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[ 21.568] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 21.568] (II) Using input driver 'libinput' for 'Sleep Button'
[ 21.568] (**) Sleep Button: always reports core events
[ 21.568] (**) Option "Device" "/dev/input/event0"
[ 21.569] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 21.569] (II) event0 - Sleep Button: device is a keyboard
[ 21.569] (II) event0 - Sleep Button: device removed
[ 21.587] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[ 21.587] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[ 21.587] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 21.587] (II) event0 - Sleep Button: device is a keyboard
[ 21.589] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event10)
[ 21.589] (II) No input driver specified, ignoring this device.
[ 21.589] (II) This device may have been added with another device file.
[ 21.589] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event11)
[ 21.589] (II) No input driver specified, ignoring this device.
[ 21.589] (II) This device may have been added with another device file.
[ 21.590] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event12)
[ 21.590] (II) No input driver specified, ignoring this device.
[ 21.590] (II) This device may have been added with another device file.
[ 21.591] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event13)
[ 21.591] (II) No input driver specified, ignoring this device.
[ 21.591] (II) This device may have been added with another device file.
[ 21.592] (II) config/udev: Adding input device Wacom Pen and multitouch sensor Pen (/dev/input/event7)
[ 21.592] (**) Wacom Pen and multitouch sensor Pen: Applying InputClass "libinput tablet catchall"
[ 21.592] (II) Using input driver 'libinput' for 'Wacom Pen and multitouch sensor Pen'
[ 21.592] (**) Wacom Pen and multitouch sensor Pen: always reports core events
[ 21.592] (**) Option "Device" "/dev/input/event7"
[ 21.647] (II) event7 - Wacom Pen and multitouch sensor Pen: is tagged by udev as: Tablet
[ 21.713] (II) event7 - Wacom Pen and multitouch sensor Pen: device is a tablet
[ 21.713] (II) event7 - Wacom Pen and multitouch sensor Pen: device removed
[ 21.742] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.0/0003:056A:51E9.0001/input/input15/event7"
[ 21.742] (II) XINPUT: Adding extended input device "Wacom Pen and multitouch sensor Pen" (type: TABLET, id 10)
[ 21.793] (II) event7 - Wacom Pen and multitouch sensor Pen: is tagged by udev as: Tablet
[ 21.816] (II) event7 - Wacom Pen and multitouch sensor Pen: device is a tablet
[ 21.817] (II) config/udev: Adding input device Wacom Pen and multitouch sensor Pen (/dev/input/mouse0)
[ 21.817] (II) No input driver specified, ignoring this device.
[ 21.817] (II) This device may have been added with another device file.
[ 21.818] (II) config/udev: Adding input device Wacom Pen and multitouch sensor Finger (/dev/input/event8)
[ 21.818] (**) Wacom Pen and multitouch sensor Finger: Applying InputClass "libinput touchscreen catchall"
[ 21.818] (**) Wacom Pen and multitouch sensor Finger: Applying InputClass "libinput tablet catchall"
[ 21.818] (II) Using input driver 'libinput' for 'Wacom Pen and multitouch sensor Finger'
[ 21.818] (**) Wacom Pen and multitouch sensor Finger: always reports core events
[ 21.818] (**) Option "Device" "/dev/input/event8"
[ 21.819] (II) event8 - Wacom Pen and multitouch sensor Finger: is tagged by udev as: Touchscreen Tablet
[ 21.820] (II) event8 - Wacom Pen and multitouch sensor Finger: device is a touch device
[ 21.820] (II) event8 - Wacom Pen and multitouch sensor Finger: device removed
[ 21.843] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.0/0003:056A:51E9.0001/input/input16/event8"
[ 21.843] (II) XINPUT: Adding extended input device "Wacom Pen and multitouch sensor Finger" (type: TOUCHSCREEN, id 11)
[ 21.843] (**) Option "AccelerationScheme" "none"
[ 21.843] (**) Wacom Pen and multitouch sensor Finger: (accel) selected scheme none/0
[ 21.843] (**) Wacom Pen and multitouch sensor Finger: (accel) acceleration factor: 2.000
[ 21.843] (**) Wacom Pen and multitouch sensor Finger: (accel) acceleration threshold: 4
[ 21.845] (II) event8 - Wacom Pen and multitouch sensor Finger: is tagged by udev as: Touchscreen Tablet
[ 21.845] (II) event8 - Wacom Pen and multitouch sensor Finger: device is a touch device
[ 21.846] (II) config/udev: Adding input device Wacom Pen and multitouch sensor Finger (/dev/input/mouse1)
[ 21.846] (II) No input driver specified, ignoring this device.
[ 21.846] (II) This device may have been added with another device file.
[ 21.847] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event14)
[ 21.847] (II) No input driver specified, ignoring this device.
[ 21.847] (II) This device may have been added with another device file.
[ 21.848] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event15)
[ 21.848] (II) No input driver specified, ignoring this device.
[ 21.848] (II) This device may have been added with another device file.
[ 21.849] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event16)
[ 21.849] (II) No input driver specified, ignoring this device.
[ 21.849] (II) This device may have been added with another device file.
[ 21.849] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event17)
[ 21.849] (II) No input driver specified, ignoring this device.
[ 21.849] (II) This device may have been added with another device file.
[ 21.850] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event18)
[ 21.850] (II) No input driver specified, ignoring this device.
[ 21.850] (II) This device may have been added with another device file.
[ 21.851] (II) config/udev: Adding input device Elan Touchpad (/dev/input/event19)
[ 21.851] (**) Elan Touchpad: Applying InputClass "libinput touchpad catchall"
[ 21.851] (II) Using input driver 'libinput' for 'Elan Touchpad'
[ 21.851] (**) Elan Touchpad: always reports core events
[ 21.851] (**) Option "Device" "/dev/input/event19"
[ 21.852] (II) event19 - Elan Touchpad: is tagged by udev as: Touchpad
[ 21.856] (II) event19 - Elan Touchpad: device is a touchpad
[ 21.856] (II) event19 - Elan Touchpad: device removed
[ 21.873] (II) libinput: Elan Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 21.873] (II) libinput: Elan Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 21.873] (II) libinput: Elan Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 21.873] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.4/i2c-13/13-0015/input/input27/event19"
[ 21.873] (II) XINPUT: Adding extended input device "Elan Touchpad" (type: TOUCHPAD, id 12)
[ 21.874] (**) Option "AccelerationScheme" "none"
[ 21.874] (**) Elan Touchpad: (accel) selected scheme none/0
[ 21.874] (**) Elan Touchpad: (accel) acceleration factor: 2.000
[ 21.874] (**) Elan Touchpad: (accel) acceleration threshold: 4
[ 21.876] (II) event19 - Elan Touchpad: is tagged by udev as: Touchpad
[ 21.879] (II) event19 - Elan Touchpad: device is a touchpad
[ 21.880] (II) config/udev: Adding input device Elan Touchpad (/dev/input/mouse2)
[ 21.880] (II) No input driver specified, ignoring this device.
[ 21.880] (II) This device may have been added with another device file.
[ 21.881] (II) config/udev: Adding input device Elan TrackPoint (/dev/input/event20)
[ 21.881] (**) Elan TrackPoint: Applying InputClass "libinput pointer catchall"
[ 21.881] (II) Using input driver 'libinput' for 'Elan TrackPoint'
[ 21.881] (**) Elan TrackPoint: always reports core events
[ 21.881] (**) Option "Device" "/dev/input/event20"
[ 21.882] (II) event20 - Elan TrackPoint: is tagged by udev as: Mouse Pointingstick
[ 21.883] (II) event20 - Elan TrackPoint: device is a pointer
[ 21.884] (II) event20 - Elan TrackPoint: device removed
[ 21.911] (II) libinput: Elan TrackPoint: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 21.911] (II) libinput: Elan TrackPoint: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 21.911] (II) libinput: Elan TrackPoint: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 21.911] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.4/i2c-13/13-0015/input/input28/event20"
[ 21.911] (II) XINPUT: Adding extended input device "Elan TrackPoint" (type: MOUSE, id 13)
[ 21.911] (**) Option "AccelerationScheme" "none"
[ 21.911] (**) Elan TrackPoint: (accel) selected scheme none/0
[ 21.911] (**) Elan TrackPoint: (accel) acceleration factor: 2.000
[ 21.911] (**) Elan TrackPoint: (accel) acceleration threshold: 4
[ 21.913] (II) event20 - Elan TrackPoint: is tagged by udev as: Mouse Pointingstick
[ 21.915] (II) event20 - Elan TrackPoint: device is a pointer
[ 21.918] (II) config/udev: Adding input device Elan TrackPoint (/dev/input/mouse3)
[ 21.918] (II) No input driver specified, ignoring this device.
[ 21.918] (II) This device may have been added with another device file.
[ 21.920] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[ 21.920] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 21.920] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 21.920] (**) AT Translated Set 2 keyboard: always reports core events
[ 21.920] (**) Option "Device" "/dev/input/event3"
[ 21.922] (II) event3 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 21.923] (II) event3 - AT Translated Set 2 keyboard: device is a keyboard
[ 21.925] (II) event3 - AT Translated Set 2 keyboard: device removed
[ 21.936] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[ 21.936] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 14)
[ 21.939] (II) event3 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 21.939] (II) event3 - AT Translated Set 2 keyboard: device is a keyboard
[ 21.943] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[ 21.943] (II) No input driver specified, ignoring this device.
[ 21.943] (II) This device may have been added with another device file.
[ 21.951] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event9)
[ 21.951] (**) ThinkPad Extra Buttons: Applying InputClass "libinput keyboard catchall"
[ 21.951] (II) Using input driver 'libinput' for 'ThinkPad Extra Buttons'
[ 21.951] (**) ThinkPad Extra Buttons: always reports core events
[ 21.951] (**) Option "Device" "/dev/input/event9"
[ 21.953] (II) event9 - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[ 21.954] (II) event9 - ThinkPad Extra Buttons: device is a keyboard
[ 21.954] (II) event9 - ThinkPad Extra Buttons: device removed
[ 21.966] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input14/event9"
[ 21.966] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 15)
[ 21.968] (II) event9 - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[ 21.968] (II) event9 - ThinkPad Extra Buttons: device is a keyboard
[ 22.096] (II) modeset(0): EDID vendor "SDC", prod id 16705
[ 22.096] (II) modeset(0): Printing DDC gathered Modelines:
[ 22.096] (II) modeset(0): Modeline "3840x2160"x0.0 545.12 3840 3888 3920 4160 2160 2164 2168 2184 +hsync -vsync (131.0 kHz eP)
[ 22.130] (II) modeset(0): EDID vendor "SDC", prod id 16705
[ 22.130] (II) modeset(0): Printing DDC gathered Modelines:
[ 22.130] (II) modeset(0): Modeline "3840x2160"x0.0 545.12 3840 3888 3920 4160 2160 2164 2168 2184 +hsync -vsync (131.0 kHz eP)
[ 27.007] (II) event2 - Power Button: device removed
[ 27.012] (II) event5 - Video Bus: device removed
[ 27.026] (II) event4 - Video Bus: device removed
[ 27.037] (II) event0 - Sleep Button: device removed
[ 27.040] (II) event7 - Wacom Pen and multitouch sensor Pen: device removed
[ 27.050] (II) event8 - Wacom Pen and multitouch sensor Finger: device removed
[ 27.059] (II) event19 - Elan Touchpad: device removed
[ 27.068] (II) event20 - Elan TrackPoint: device removed
[ 27.079] (II) event3 - AT Translated Set 2 keyboard: device removed
[ 27.083] (II) event9 - ThinkPad Extra Buttons: device removed
[ 27.088] (II) AIGLX: Suspending AIGLX clients for VT switch
[ 627.094] (WW) NVIDIA(G0): Failed to set the display configuration
[ 627.094] (WW) NVIDIA(G0): - Setting a mode on head 0 failed: Insufficient permissions
[ 627.094] (WW) NVIDIA(G0): - Setting a mode on head 1 failed: Insufficient permissions
[ 627.094] (WW) NVIDIA(G0): - Setting a mode on head 2 failed: Insufficient permissions
[ 627.094] (WW) NVIDIA(G0): - Setting a mode on head 3 failed: Insufficient permissions
[ 627.102] (WW) NVIDIA(G0): Failed to set the display configuration
[ 627.103] (WW) NVIDIA(G0): - Setting a mode on head 0 failed: Insufficient permissions
[ 627.103] (WW) NVIDIA(G0): - Setting a mode on head 1 failed: Insufficient permissions
[ 627.103] (WW) NVIDIA(G0): - Setting a mode on head 2 failed: Insufficient permissions
[ 627.103] (WW) NVIDIA(G0): - Setting a mode on head 3 failed: Insufficient permissions
[ 627.103] (WW) NVIDIA(G0): Failed to set DPMS to offFor the errors, I'm not sure what it means by modules. The modules specified in my /etc/mkinitcpio.conf? I'm pretty confident I ran sudo mkinitcpio -P after I editied the file, but I'll do it again and see if that makes a differenct. I'm going to continue looking into things, but if you're willing to keep helping me I'd appreciate it. I can post any output or config files you need, but just looking at the last few lines of the xorg log, there might be something still off witht the nvidia driver, so that's where I'll start.
Offline
So I did another
$sudo mkinitcpio -Pand then tried different permutations of my .xinitrc file with no success. Then I checked and realized that I didn't have xf86-video-intel installed. So I installed it and that removed the missing module from the error list in /var/log/Xorg.0.log. I can continue and install the other missing packages but a lot of what I saw online was saying I'll need to blacklist nouveau to use the nvidia drivers. Do I still need to install it only to blacklist?
Offline
Please stop flailing around.
Your xnitrc will not be any relevant unless you're using https://wiki.archlinux.org/title/Displa … _a_session and it is also completely nonsensical.
Your session instantly closes, so the most important question is what kind of DE/WM you're trying to run there and then check the system journal and https://wiki.archlinux.org/title/Core_d … _core_dump for whether it crashes and why.
If it's xmonad there's probably some haskell update problem ("pacman -Qm" to see whether you're using foreign packages and maybe you needed to update one of those because haskell has no stable ABI)
Offline
You're right about the flailing around, I feel that. I'm still new and my knowledge is far from complete, so it's easy to get lost.
I'll look at the page you linked and check the system journal, but at this stage I'm not sure what I'm looking for. The only error messages I've seen to go on were in the Xorg log and I haven't made sense of them yet.
I am running xmonad and here is the output from
$ pacman -Qm
http-parser 2.9.4-2
phonon-qt6-mpv 0.1.0-4
phonon-qt6-mpv-debug 0.1.0-4
protonvpn-cli-community 2.2.12-1
python-pythondialog 3.5.3-3
qt5-remoteobjects 5.15.17-1
qt5-webchannel 5.15.18+kde+r3-1
qt5-webchannel-debug 5.15.18+kde+r3-1
qt5-webengine 5.15.19-3
spotify 1:1.2.63.394-1
yay 12.5.0-1
yay-debug 12.5.0-1
zoom 6.6.0-1These look like the aur packages I've installed as well as others, like the qt5 ones. I'll try updating these, read through the article you linked on core dump, and look through the system journal. Let me know if there's any more information you want me to post.
Offline
So to update, I've made sure my system, including packages from aur are up to date.
$ sudo pacman -Syu
[sudo] password for jwrauch:
:: Synchronizing package databases...
core is up to date
extra 8.1 MiB 826 KiB/s 00:10 [####################################################################] 100%
multilib is up to date
:: Starting full system upgrade...
there is nothing to do$ yay -Syu -a
:: Searching AUR for updates...
-> Orphan (unmaintained) AUR Packages: protonvpn-cli-community
-> Flagged Out Of Date AUR Packages: protonvpn-cli-community
there is nothing to doUpdating the aur packages did make a small difference. In the lightdm login I have a cursor and there's a banner at the top with the time, but the behavior after logging in hasn't changed.
I looked for core dumps and found a few with Xorg listed, but they're from days ago so I'm not sure how relevant they still are.
$ coredumpctl list
TIME PID UID GID SIG COREFILE EXE SIZE
Tue 2025-07-01 11:46:35 EDT 51366 1000 1000 SIGBUS missing /usr/lib/firefox/firefox -
Sat 2025-09-27 05:12:36 EDT 632 0 0 SIGABRT missing /usr/lib/Xorg -
Wed 2025-10-15 06:06:39 EDT 628 0 0 SIGABRT missing /usr/lib/Xorg -
Fri 2025-11-14 23:29:54 EST 606 0 0 SIGABRT missing /usr/lib/Xorg -
Tue 2025-11-25 03:14:11 EST 620 0 0 SIGABRT missing /usr/lib/Xorg -
Fri 2025-12-12 01:36:55 EST 630 0 0 SIGABRT inaccessible /usr/lib/Xorg -
Fri 2025-12-12 03:13:42 EST 621 0 0 SIGABRT inaccessible /usr/lib/Xorg -I've also been trying to go through the system journal and understand things. The entire output from journalctl -b is below and then I'll highlight sections/lines which seem relevant, but idk.
Dec 16 22:58:35 skynet kernel: Linux version 6.18.1-arch1-2 (linux@archlinux) (gcc (GCC) 15.2.1 20251112, GNU ld (GNU Binutils) 2.45.1) #1 SMP PREEMPT_DYNAMIC Sat, 13 Dec 2025 18:23:21 +0000
Dec 16 22:58:35 skynet kernel: Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=6ad88d6e-0c6d-4738-be74-67829c639804 rw loglevel=3 quiet rcutree.gp_init_delay=1
Dec 16 22:58:35 skynet kernel: BIOS-provided physical RAM map:
Dec 16 22:58:35 skynet kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
Dec 16 22:58:35 skynet kernel: BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
Dec 16 22:58:35 skynet kernel: BIOS-e820: [mem 0x0000000000100000-0x000000008a8ecfff] usable
Dec 16 22:58:35 skynet kernel: BIOS-e820: [mem 0x000000008a8ed000-0x000000008fa61fff] reserved
Dec 16 22:58:35 skynet kernel: BIOS-e820: [mem 0x000000008fa62000-0x000000008fca9fff] ACPI NVS
Dec 16 22:58:35 skynet kernel: BIOS-e820: [mem 0x000000008fcaa000-0x000000008fd0efff] ACPI data
Dec 16 22:58:35 skynet kernel: BIOS-e820: [mem 0x000000008fd0f000-0x000000008fd0ffff] usable
Dec 16 22:58:35 skynet kernel: BIOS-e820: [mem 0x000000008fd10000-0x0000000097ffffff] reserved
Dec 16 22:58:35 skynet kernel: BIOS-e820: [mem 0x0000000098000000-0x00000000987fffff] usable
Dec 16 22:58:35 skynet kernel: BIOS-e820: [mem 0x0000000098800000-0x000000009f7fffff] reserved
Dec 16 22:58:35 skynet kernel: BIOS-e820: [mem 0x00000000fe010000-0x00000000fe010fff] reserved
Dec 16 22:58:35 skynet kernel: BIOS-e820: [mem 0x0000000100000000-0x000000105c7fffff] usable
Dec 16 22:58:35 skynet kernel: NX (Execute Disable) protection: active
Dec 16 22:58:35 skynet kernel: APIC: Static calls initialized
Dec 16 22:58:35 skynet kernel: efi: EFI v2.6 by Lenovo
Dec 16 22:58:35 skynet kernel: efi: SMBIOS=0x8d70d000 SMBIOS 3.0=0x8d700000 ACPI=0x8fd0e000 ACPI 2.0=0x8fd0e014 MEMATTR=0x84252018 ESRT=0x8d587000 INITRD=0x670e7e98 RNG=0x8fd0d018
Dec 16 22:58:35 skynet kernel: random: crng init done
Dec 16 22:58:35 skynet kernel: efi: Not removing mem45: MMIO range=[0xfe010000-0xfe010fff] (4KB) from e820 map
Dec 16 22:58:35 skynet kernel: SMBIOS 3.1.1 present.
Dec 16 22:58:35 skynet kernel: DMI: LENOVO 20QQS3L700/20QQS3L700, BIOS N2NET60W (1.45 ) 06/06/2024
Dec 16 22:58:35 skynet kernel: DMI: Memory slots populated: 2/4
Dec 16 22:58:35 skynet kernel: tsc: Detected 2600.000 MHz processor
Dec 16 22:58:35 skynet kernel: tsc: Detected 2599.992 MHz TSC
Dec 16 22:58:35 skynet kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Dec 16 22:58:35 skynet kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Dec 16 22:58:35 skynet kernel: last_pfn = 0x105c800 max_arch_pfn = 0x400000000
Dec 16 22:58:35 skynet kernel: MTRR map: 5 entries (3 fixed + 2 variable; max 23), built from 10 variable MTRRs
Dec 16 22:58:35 skynet kernel: x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
Dec 16 22:58:35 skynet kernel: last_pfn = 0x98800 max_arch_pfn = 0x400000000
Dec 16 22:58:35 skynet kernel: esrt: Reserving ESRT space from 0x000000008d587000 to 0x000000008d5870d8.
Dec 16 22:58:35 skynet kernel: Using GB pages for direct mapping
Dec 16 22:58:35 skynet kernel: Secure boot disabled
Dec 16 22:58:35 skynet kernel: RAMDISK: [mem 0x54ea6000-0x60909fff]
Dec 16 22:58:35 skynet kernel: ACPI: Early table checksum verification disabled
Dec 16 22:58:35 skynet kernel: ACPI: RSDP 0x000000008FD0E014 000024 (v02 LENOVO)
Dec 16 22:58:35 skynet kernel: ACPI: XSDT 0x000000008FD0C188 00011C (v01 LENOVO TP-N2N 00001450 PTEC 00000002)
Dec 16 22:58:35 skynet kernel: ACPI: FACP 0x000000008D5BA000 000114 (v06 LENOVO TP-N2N 00001450 PTEC 00000002)
Dec 16 22:58:35 skynet kernel: ACPI: DSDT 0x000000008D58E000 027A69 (v02 LENOVO CFL 20170001 INTL 20160422)
Dec 16 22:58:35 skynet kernel: ACPI: FACS 0x000000008FAEB000 000040
Dec 16 22:58:35 skynet kernel: ACPI: SSDT 0x000000008D611000 001B26 (v02 LENOVO CpuSsdt 00003000 INTL 20160527)
Dec 16 22:58:35 skynet kernel: ACPI: SSDT 0x000000008D610000 00056D (v02 LENOVO CtdpB 00001000 INTL 20160527)
Dec 16 22:58:35 skynet kernel: ACPI: SSDT 0x000000008D5D6000 004020 (v02 LENOVO DptfTabl 00001000 INTL 20160527)
Dec 16 22:58:35 skynet kernel: ACPI: SSDT 0x000000008D5C0000 003189 (v02 LENOVO SaSsdt 00003000 INTL 20160527)
Dec 16 22:58:35 skynet kernel: ACPI: SSDT 0x000000008D5BD000 002A59 (v02 LENOVO PegSsdt 00001000 INTL 20160527)
Dec 16 22:58:35 skynet kernel: ACPI: UEFI 0x000000008FB0C000 000042 (v01 LENOVO TP-N2N 00001450 PTEC 00000002)
Dec 16 22:58:35 skynet kernel: ACPI: SSDT 0x000000008D5BB000 000530 (v02 LENOVO PerfTune 00001000 INTL 20160527)
Dec 16 22:58:35 skynet kernel: ACPI: HPET 0x000000008D5B9000 000038 (v01 LENOVO TP-N2N 00001450 PTEC 00000002)
Dec 16 22:58:35 skynet kernel: ACPI: APIC 0x000000008D5B8000 00012C (v03 LENOVO TP-N2N 00001450 PTEC 00000002)
Dec 16 22:58:35 skynet kernel: ACPI: MCFG 0x000000008D5B7000 00003C (v01 LENOVO TP-N2N 00001450 PTEC 00000002)
Dec 16 22:58:35 skynet kernel: ACPI: ECDT 0x000000008D5B6000 000053 (v01 LENOVO TP-N2N 00001450 PTEC 00000002)
Dec 16 22:58:35 skynet kernel: ACPI: SSDT 0x000000008D58C000 001A5F (v02 LENOVO CflH_Tbt 00001000 INTL 20160527)
Dec 16 22:58:35 skynet kernel: ACPI: SSDT 0x000000008D589000 002990 (v02 LENOVO ProjSsdt 00000010 INTL 20160527)
Dec 16 22:58:35 skynet kernel: ACPI: BOOT 0x000000008D588000 000028 (v01 LENOVO TP-N2N 00001450 PTEC 00000002)
Dec 16 22:58:35 skynet kernel: ACPI: SLIC 0x000000008D586000 000176 (v01 LENOVO TP-N2N 00001450 PTEC 00000002)
Dec 16 22:58:35 skynet kernel: ACPI: SSDT 0x000000008D585000 000E8A (v02 LENOVO UsbCTabl 00001000 INTL 20160527)
Dec 16 22:58:35 skynet kernel: ACPI: LPIT 0x000000008D584000 000094 (v01 LENOVO TP-N2N 00001450 PTEC 00000002)
Dec 16 22:58:35 skynet kernel: ACPI: WSMT 0x000000008D583000 000028 (v01 LENOVO TP-N2N 00001450 PTEC 00000002)
Dec 16 22:58:35 skynet kernel: ACPI: SSDT 0x000000008D581000 001667 (v02 LENOVO TbtTypeC 00000000 INTL 20160527)
Dec 16 22:58:35 skynet kernel: ACPI: DBGP 0x000000008D580000 000034 (v01 LENOVO TP-N2N 00001450 PTEC 00000002)
Dec 16 22:58:35 skynet kernel: ACPI: DBG2 0x000000008D57F000 000054 (v00 LENOVO TP-N2N 00001450 PTEC 00000002)
Dec 16 22:58:35 skynet kernel: ACPI: MSDM 0x000000008D57E000 000055 (v03 LENOVO TP-N2N 00001450 PTEC 00000002)
Dec 16 22:58:35 skynet kernel: ACPI: BATB 0x000000008D3A0000 00004A (v02 LENOVO TP-N2N 00001450 PTEC 00000002)
Dec 16 22:58:35 skynet kernel: ACPI: SSDT 0x000000008B599000 001DB5 (v01 LENOVO NvOptTbl 00001000 INTL 20160527)
Dec 16 22:58:35 skynet kernel: ACPI: NHLT 0x000000008B598000 00002D (v00 LENOVO TP-N2N 00001450 PTEC 00000002)
Dec 16 22:58:35 skynet kernel: ACPI: SSDT 0x000000008B597000 0000AE (v02 LENOVO SgPeg 00001000 INTL 20160527)
Dec 16 22:58:35 skynet kernel: ACPI: ASF! 0x000000008B596000 0000A0 (v32 LENOVO TP-N2N 00001450 PTEC 00000002)
Dec 16 22:58:35 skynet kernel: ACPI: FPDT 0x000000008B595000 000034 (v01 LENOVO TP-N2N 00001450 PTEC 00000002)
Dec 16 22:58:35 skynet kernel: ACPI: BGRT 0x000000008B594000 000038 (v01 LENOVO TP-N2N 00001450 PTEC 00000002)
Dec 16 22:58:35 skynet kernel: ACPI: UEFI 0x000000008FAB7000 00012A (v01 LENOVO TP-N2N 00001450 PTEC 00000002)
Dec 16 22:58:35 skynet kernel: ACPI: Reserving FACP table memory at [mem 0x8d5ba000-0x8d5ba113]
Dec 16 22:58:35 skynet kernel: ACPI: Reserving DSDT table memory at [mem 0x8d58e000-0x8d5b5a68]
Dec 16 22:58:35 skynet kernel: ACPI: Reserving FACS table memory at [mem 0x8faeb000-0x8faeb03f]
Dec 16 22:58:35 skynet kernel: ACPI: Reserving SSDT table memory at [mem 0x8d611000-0x8d612b25]
Dec 16 22:58:35 skynet kernel: ACPI: Reserving SSDT table memory at [mem 0x8d610000-0x8d61056c]
Dec 16 22:58:35 skynet kernel: ACPI: Reserving SSDT table memory at [mem 0x8d5d6000-0x8d5da01f]
Dec 16 22:58:35 skynet kernel: ACPI: Reserving SSDT table memory at [mem 0x8d5c0000-0x8d5c3188]
Dec 16 22:58:35 skynet kernel: ACPI: Reserving SSDT table memory at [mem 0x8d5bd000-0x8d5bfa58]
Dec 16 22:58:35 skynet kernel: ACPI: Reserving UEFI table memory at [mem 0x8fb0c000-0x8fb0c041]
Dec 16 22:58:35 skynet kernel: ACPI: Reserving SSDT table memory at [mem 0x8d5bb000-0x8d5bb52f]
Dec 16 22:58:35 skynet kernel: ACPI: Reserving HPET table memory at [mem 0x8d5b9000-0x8d5b9037]
Dec 16 22:58:35 skynet kernel: ACPI: Reserving APIC table memory at [mem 0x8d5b8000-0x8d5b812b]
Dec 16 22:58:35 skynet kernel: ACPI: Reserving MCFG table memory at [mem 0x8d5b7000-0x8d5b703b]
Dec 16 22:58:35 skynet kernel: ACPI: Reserving ECDT table memory at [mem 0x8d5b6000-0x8d5b6052]
Dec 16 22:58:35 skynet kernel: ACPI: Reserving SSDT table memory at [mem 0x8d58c000-0x8d58da5e]
Dec 16 22:58:35 skynet kernel: ACPI: Reserving SSDT table memory at [mem 0x8d589000-0x8d58b98f]
Dec 16 22:58:35 skynet kernel: ACPI: Reserving BOOT table memory at [mem 0x8d588000-0x8d588027]
Dec 16 22:58:35 skynet kernel: ACPI: Reserving SLIC table memory at [mem 0x8d586000-0x8d586175]
Dec 16 22:58:35 skynet kernel: ACPI: Reserving SSDT table memory at [mem 0x8d585000-0x8d585e89]
Dec 16 22:58:35 skynet kernel: ACPI: Reserving LPIT table memory at [mem 0x8d584000-0x8d584093]
Dec 16 22:58:35 skynet kernel: ACPI: Reserving WSMT table memory at [mem 0x8d583000-0x8d583027]
Dec 16 22:58:35 skynet kernel: ACPI: Reserving SSDT table memory at [mem 0x8d581000-0x8d582666]
Dec 16 22:58:35 skynet kernel: ACPI: Reserving DBGP table memory at [mem 0x8d580000-0x8d580033]
Dec 16 22:58:35 skynet kernel: ACPI: Reserving DBG2 table memory at [mem 0x8d57f000-0x8d57f053]
Dec 16 22:58:35 skynet kernel: ACPI: Reserving MSDM table memory at [mem 0x8d57e000-0x8d57e054]
Dec 16 22:58:35 skynet kernel: ACPI: Reserving BATB table memory at [mem 0x8d3a0000-0x8d3a0049]
Dec 16 22:58:35 skynet kernel: ACPI: Reserving SSDT table memory at [mem 0x8b599000-0x8b59adb4]
Dec 16 22:58:35 skynet kernel: ACPI: Reserving NHLT table memory at [mem 0x8b598000-0x8b59802c]
Dec 16 22:58:35 skynet kernel: ACPI: Reserving SSDT table memory at [mem 0x8b597000-0x8b5970ad]
Dec 16 22:58:35 skynet kernel: ACPI: Reserving ASF! table memory at [mem 0x8b596000-0x8b59609f]
Dec 16 22:58:35 skynet kernel: ACPI: Reserving FPDT table memory at [mem 0x8b595000-0x8b595033]
Dec 16 22:58:35 skynet kernel: ACPI: Reserving BGRT table memory at [mem 0x8b594000-0x8b594037]
Dec 16 22:58:35 skynet kernel: ACPI: Reserving UEFI table memory at [mem 0x8fab7000-0x8fab7129]
Dec 16 22:58:35 skynet kernel: No NUMA configuration found
Dec 16 22:58:35 skynet kernel: Faking a node at [mem 0x0000000000000000-0x000000105c7fffff]
Dec 16 22:58:35 skynet kernel: NODE_DATA(0) allocated [mem 0x105c7d5280-0x105c7fffff]
Dec 16 22:58:35 skynet kernel: Zone ranges:
Dec 16 22:58:35 skynet kernel: DMA [mem 0x0000000000001000-0x0000000000ffffff]
Dec 16 22:58:35 skynet kernel: DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
Dec 16 22:58:35 skynet kernel: Normal [mem 0x0000000100000000-0x000000105c7fffff]
Dec 16 22:58:35 skynet kernel: Device empty
Dec 16 22:58:35 skynet kernel: Movable zone start for each node
Dec 16 22:58:35 skynet kernel: Early memory node ranges
Dec 16 22:58:35 skynet kernel: node 0: [mem 0x0000000000001000-0x000000000009efff]
Dec 16 22:58:35 skynet kernel: node 0: [mem 0x0000000000100000-0x000000008a8ecfff]
Dec 16 22:58:35 skynet kernel: node 0: [mem 0x000000008fd0f000-0x000000008fd0ffff]
Dec 16 22:58:35 skynet kernel: node 0: [mem 0x0000000098000000-0x00000000987fffff]
Dec 16 22:58:35 skynet kernel: node 0: [mem 0x0000000100000000-0x000000105c7fffff]
Dec 16 22:58:35 skynet kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000105c7fffff]
Dec 16 22:58:35 skynet kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Dec 16 22:58:35 skynet kernel: On node 0, zone DMA: 97 pages in unavailable ranges
Dec 16 22:58:35 skynet kernel: On node 0, zone DMA32: 21538 pages in unavailable ranges
Dec 16 22:58:35 skynet kernel: On node 0, zone DMA32: 752 pages in unavailable ranges
Dec 16 22:58:35 skynet kernel: On node 0, zone Normal: 30720 pages in unavailable ranges
Dec 16 22:58:35 skynet kernel: On node 0, zone Normal: 14336 pages in unavailable ranges
Dec 16 22:58:35 skynet kernel: Reserving Intel graphics memory at [mem 0x9b800000-0x9f7fffff]
Dec 16 22:58:35 skynet kernel: ACPI: PM-Timer IO Port: 0x1808
Dec 16 22:58:35 skynet kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Dec 16 22:58:35 skynet kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Dec 16 22:58:35 skynet kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Dec 16 22:58:35 skynet kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Dec 16 22:58:35 skynet kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Dec 16 22:58:35 skynet kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Dec 16 22:58:35 skynet kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Dec 16 22:58:35 skynet kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
Dec 16 22:58:35 skynet kernel: ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
Dec 16 22:58:35 skynet kernel: ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
Dec 16 22:58:35 skynet kernel: ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
Dec 16 22:58:35 skynet kernel: ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
Dec 16 22:58:35 skynet kernel: ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
Dec 16 22:58:35 skynet kernel: ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
Dec 16 22:58:35 skynet kernel: ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
Dec 16 22:58:35 skynet kernel: ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
Dec 16 22:58:35 skynet kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
Dec 16 22:58:35 skynet kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Dec 16 22:58:35 skynet kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Dec 16 22:58:35 skynet kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Dec 16 22:58:35 skynet kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
Dec 16 22:58:35 skynet kernel: e820: update [mem 0x8303d000-0x8327dfff] usable ==> reserved
Dec 16 22:58:35 skynet kernel: TSC deadline timer available
Dec 16 22:58:35 skynet kernel: CPU topo: Max. logical packages: 1
Dec 16 22:58:35 skynet kernel: CPU topo: Max. logical dies: 1
Dec 16 22:58:35 skynet kernel: CPU topo: Max. dies per package: 1
Dec 16 22:58:35 skynet kernel: CPU topo: Max. threads per core: 2
Dec 16 22:58:35 skynet kernel: CPU topo: Num. cores per package: 6
Dec 16 22:58:35 skynet kernel: CPU topo: Num. threads per package: 12
Dec 16 22:58:35 skynet kernel: CPU topo: Allowing 12 present CPUs plus 0 hotplug CPUs
Dec 16 22:58:35 skynet kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Dec 16 22:58:35 skynet kernel: PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
Dec 16 22:58:35 skynet kernel: PM: hibernation: Registered nosave memory: [mem 0x8303d000-0x8327dfff]
Dec 16 22:58:35 skynet kernel: PM: hibernation: Registered nosave memory: [mem 0x8a8ed000-0x8fd0efff]
Dec 16 22:58:35 skynet kernel: PM: hibernation: Registered nosave memory: [mem 0x8fd10000-0x97ffffff]
Dec 16 22:58:35 skynet kernel: PM: hibernation: Registered nosave memory: [mem 0x98800000-0xffffffff]
Dec 16 22:58:35 skynet kernel: [mem 0x9f800000-0xfe00ffff] available for PCI devices
Dec 16 22:58:35 skynet kernel: Booting paravirtualized kernel on bare hardware
Dec 16 22:58:35 skynet kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
Dec 16 22:58:35 skynet kernel: setup_percpu: NR_CPUS:8192 nr_cpumask_bits:12 nr_cpu_ids:12 nr_node_ids:1
Dec 16 22:58:35 skynet kernel: percpu: Embedded 62 pages/cpu s217088 r8192 d28672 u262144
Dec 16 22:58:35 skynet kernel: pcpu-alloc: s217088 r8192 d28672 u262144 alloc=1*2097152
Dec 16 22:58:35 skynet kernel: pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 -- -- -- --
Dec 16 22:58:35 skynet kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=6ad88d6e-0c6d-4738-be74-67829c639804 rw loglevel=3 quiet rcutree.gp_init_delay=1
Dec 16 22:58:35 skynet kernel: printk: log buffer data + meta data: 131072 + 458752 = 589824 bytes
Dec 16 22:58:35 skynet kernel: Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes, linear)
Dec 16 22:58:35 skynet kernel: Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
Dec 16 22:58:35 skynet kernel: software IO TLB: area num 16.
Dec 16 22:58:35 skynet kernel: Fallback order for Node 0: 0
Dec 16 22:58:35 skynet kernel: Built 1 zonelists, mobility grouping on. Total pages: 16677004
Dec 16 22:58:35 skynet kernel: Policy zone: Normal
Dec 16 22:58:35 skynet kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Dec 16 22:58:35 skynet kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=12, Nodes=1
Dec 16 22:58:35 skynet kernel: ftrace: allocating 56995 entries in 224 pages
Dec 16 22:58:35 skynet kernel: ftrace: allocated 224 pages with 3 groups
Dec 16 22:58:35 skynet kernel: Dynamic Preempt: full
Dec 16 22:58:35 skynet kernel: rcu: Preemptible hierarchical RCU implementation.
Dec 16 22:58:35 skynet kernel: rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=12.
Dec 16 22:58:35 skynet kernel: rcu: RCU priority boosting: priority 1 delay 500 ms.
Dec 16 22:58:35 skynet kernel: rcu: RCU debug GP init slowdown 1 jiffies.
Dec 16 22:58:35 skynet kernel: Trampoline variant of Tasks RCU enabled.
Dec 16 22:58:35 skynet kernel: Rude variant of Tasks RCU enabled.
Dec 16 22:58:35 skynet kernel: Tracing variant of Tasks RCU enabled.
Dec 16 22:58:35 skynet kernel: rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
Dec 16 22:58:35 skynet kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=12
Dec 16 22:58:35 skynet kernel: RCU Tasks: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=12.
Dec 16 22:58:35 skynet kernel: RCU Tasks Rude: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=12.
Dec 16 22:58:35 skynet kernel: RCU Tasks Trace: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=12.
Dec 16 22:58:35 skynet kernel: NR_IRQS: 524544, nr_irqs: 2152, preallocated irqs: 16
Dec 16 22:58:35 skynet kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Dec 16 22:58:35 skynet kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Dec 16 22:58:35 skynet kernel: Console: colour dummy device 80x25
Dec 16 22:58:35 skynet kernel: printk: legacy console [tty0] enabled
Dec 16 22:58:35 skynet kernel: ACPI: Core revision 20250807
Dec 16 22:58:35 skynet kernel: hpet: HPET dysfunctional in PC10. Force disabled.
Dec 16 22:58:35 skynet kernel: APIC: Switch to symmetric I/O mode setup
Dec 16 22:58:35 skynet kernel: x2apic: IRQ remapping doesn't support X2APIC mode
Dec 16 22:58:35 skynet kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x257a34a6eea, max_idle_ns: 440795264358 ns
Dec 16 22:58:35 skynet kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 5199.98 BogoMIPS (lpj=2599992)
Dec 16 22:58:35 skynet kernel: x86/cpu: VMX (outside TXT) disabled by BIOS
Dec 16 22:58:35 skynet kernel: x86/cpu: SGX virtualization disabled due to lack of VMX.
Dec 16 22:58:35 skynet kernel: CPU0: Thermal monitoring enabled (TM1)
Dec 16 22:58:35 skynet kernel: Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
Dec 16 22:58:35 skynet kernel: Last level dTLB entries: 4KB 64, 2MB 32, 4MB 32, 1GB 4
Dec 16 22:58:35 skynet kernel: process: using mwait in idle threads
Dec 16 22:58:35 skynet kernel: mitigations: Enabled attack vectors: user_kernel, user_user, guest_host, guest_guest, SMT mitigations: auto
Dec 16 22:58:35 skynet kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Dec 16 22:58:35 skynet kernel: SRBDS: Mitigation: Microcode
Dec 16 22:58:35 skynet kernel: Spectre V2 : Mitigation: Enhanced / Automatic IBRS
Dec 16 22:58:35 skynet kernel: RETBleed: Mitigation: Enhanced IBRS
Dec 16 22:58:35 skynet kernel: ITS: Mitigation: Aligned branch/return thunks
Dec 16 22:58:35 skynet kernel: MMIO Stale Data: Mitigation: Clear CPU buffers
Dec 16 22:58:35 skynet kernel: VMSCAPE: Mitigation: IBPB before exit to userspace
Dec 16 22:58:35 skynet kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Dec 16 22:58:35 skynet kernel: Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
Dec 16 22:58:35 skynet kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Dec 16 22:58:35 skynet kernel: GDS: Mitigation: Microcode
Dec 16 22:58:35 skynet kernel: active return thunk: its_return_thunk
Dec 16 22:58:35 skynet kernel: Spectre V2 : Spectre BHI mitigation: SW BHB clearing on syscall and VM exit
Dec 16 22:58:35 skynet kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Dec 16 22:58:35 skynet kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Dec 16 22:58:35 skynet kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Dec 16 22:58:35 skynet kernel: x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
Dec 16 22:58:35 skynet kernel: x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
Dec 16 22:58:35 skynet kernel: x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
Dec 16 22:58:35 skynet kernel: x86/fpu: xstate_offset[3]: 832, xstate_sizes[3]: 64
Dec 16 22:58:35 skynet kernel: x86/fpu: xstate_offset[4]: 896, xstate_sizes[4]: 64
Dec 16 22:58:35 skynet kernel: x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
Dec 16 22:58:35 skynet kernel: Freeing SMP alternatives memory: 56K
Dec 16 22:58:35 skynet kernel: pid_max: default: 32768 minimum: 301
Dec 16 22:58:35 skynet kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf
Dec 16 22:58:35 skynet kernel: landlock: Up and running.
Dec 16 22:58:35 skynet kernel: Yama: becoming mindful.
Dec 16 22:58:35 skynet kernel: LSM support for eBPF active
Dec 16 22:58:35 skynet kernel: Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Dec 16 22:58:35 skynet kernel: Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Dec 16 22:58:35 skynet kernel: smpboot: CPU0: Intel(R) Core(TM) i7-9850H CPU @ 2.60GHz (family: 0x6, model: 0x9e, stepping: 0xd)
Dec 16 22:58:35 skynet kernel: Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
Dec 16 22:58:35 skynet kernel: ... version: 4
Dec 16 22:58:35 skynet kernel: ... bit width: 48
Dec 16 22:58:35 skynet kernel: ... generic counters: 4
Dec 16 22:58:35 skynet kernel: ... generic bitmap: 000000000000000f
Dec 16 22:58:35 skynet kernel: ... fixed-purpose counters: 3
Dec 16 22:58:35 skynet kernel: ... fixed-purpose bitmap: 0000000000000007
Dec 16 22:58:35 skynet kernel: ... value mask: 0000ffffffffffff
Dec 16 22:58:35 skynet kernel: ... max period: 00007fffffffffff
Dec 16 22:58:35 skynet kernel: ... global_ctrl mask: 000000070000000f
Dec 16 22:58:35 skynet kernel: signal: max sigframe size: 2032
Dec 16 22:58:35 skynet kernel: Estimated ratio of average max frequency by base frequency (times 1024): 1693
Dec 16 22:58:35 skynet kernel: rcu: Hierarchical SRCU implementation.
Dec 16 22:58:35 skynet kernel: rcu: Max phase no-delay instances is 400.
Dec 16 22:58:35 skynet kernel: Timer migration: 2 hierarchy levels; 8 children per group; 2 crossnode level
Dec 16 22:58:35 skynet kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Dec 16 22:58:35 skynet kernel: smp: Bringing up secondary CPUs ...
Dec 16 22:58:35 skynet kernel: smpboot: x86: Booting SMP configuration:
Dec 16 22:58:35 skynet kernel: .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7 #8 #9 #10 #11
Dec 16 22:58:35 skynet kernel: MMIO Stale Data CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/processor_mmio_stale_data.html for more details.
Dec 16 22:58:35 skynet kernel: smp: Brought up 1 node, 12 CPUs
Dec 16 22:58:35 skynet kernel: smpboot: Total of 12 processors activated (62399.80 BogoMIPS)
Dec 16 22:58:35 skynet kernel: Memory: 65219316K/66708016K available (20299K kernel code, 2937K rwdata, 16364K rodata, 4728K init, 4796K bss, 1465948K reserved, 0K cma-reserved)
Dec 16 22:58:35 skynet kernel: devtmpfs: initialized
Dec 16 22:58:35 skynet kernel: x86/mm: Memory block size: 2048MB
Dec 16 22:58:35 skynet kernel: ACPI: PM: Registering ACPI NVS region [mem 0x8fa62000-0x8fca9fff] (2392064 bytes)
Dec 16 22:58:35 skynet kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
Dec 16 22:58:35 skynet kernel: posixtimers hash table entries: 8192 (order: 5, 131072 bytes, linear)
Dec 16 22:58:35 skynet kernel: futex hash table entries: 4096 (262144 bytes on 1 NUMA nodes, total 256 KiB, linear).
Dec 16 22:58:35 skynet kernel: pinctrl core: initialized pinctrl subsystem
Dec 16 22:58:35 skynet kernel: PM: RTC time: 03:58:31, date: 2025-12-17
Dec 16 22:58:35 skynet kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Dec 16 22:58:35 skynet kernel: DMA: preallocated 4096 KiB GFP_KERNEL pool for atomic allocations
Dec 16 22:58:35 skynet kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Dec 16 22:58:35 skynet kernel: DMA: preallocated 4096 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Dec 16 22:58:35 skynet kernel: audit: initializing netlink subsys (disabled)
Dec 16 22:58:35 skynet kernel: audit: type=2000 audit(1765943911.014:1): state=initialized audit_enabled=0 res=1
Dec 16 22:58:35 skynet kernel: thermal_sys: Registered thermal governor 'fair_share'
Dec 16 22:58:35 skynet kernel: thermal_sys: Registered thermal governor 'bang_bang'
Dec 16 22:58:35 skynet kernel: thermal_sys: Registered thermal governor 'step_wise'
Dec 16 22:58:35 skynet kernel: thermal_sys: Registered thermal governor 'user_space'
Dec 16 22:58:35 skynet kernel: thermal_sys: Registered thermal governor 'power_allocator'
Dec 16 22:58:35 skynet kernel: cpuidle: using governor ladder
Dec 16 22:58:35 skynet kernel: cpuidle: using governor menu
Dec 16 22:58:35 skynet kernel: Simple Boot Flag at 0x47 set to 0x1
Dec 16 22:58:35 skynet kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
Dec 16 22:58:35 skynet kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Dec 16 22:58:35 skynet kernel: PCI: ECAM [mem 0xf0000000-0xf7ffffff] (base 0xf0000000) for domain 0000 [bus 00-7f]
Dec 16 22:58:35 skynet kernel: PCI: Using configuration type 1 for base access
Dec 16 22:58:35 skynet kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Dec 16 22:58:35 skynet kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Dec 16 22:58:35 skynet kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Dec 16 22:58:35 skynet kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Dec 16 22:58:35 skynet kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Dec 16 22:58:35 skynet kernel: raid6: skipped pq benchmark and selected avx2x4
Dec 16 22:58:35 skynet kernel: raid6: using avx2x2 recovery algorithm
Dec 16 22:58:35 skynet kernel: ACPI: Added _OSI(Module Device)
Dec 16 22:58:35 skynet kernel: ACPI: Added _OSI(Processor Device)
Dec 16 22:58:35 skynet kernel: ACPI: Added _OSI(Processor Aggregator Device)
Dec 16 22:58:35 skynet kernel: ACPI: 13 ACPI AML tables successfully acquired and loaded
Dec 16 22:58:35 skynet kernel: ACPI: EC: EC started
Dec 16 22:58:35 skynet kernel: ACPI: EC: interrupt blocked
Dec 16 22:58:35 skynet kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Dec 16 22:58:35 skynet kernel: ACPI: EC: Boot ECDT EC used to handle transactions
Dec 16 22:58:35 skynet kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Dec 16 22:58:35 skynet kernel: ACPI: Dynamic OEM Table Load:
Dec 16 22:58:35 skynet kernel: ACPI: SSDT 0xFFFF8E06C11D0000 000400 (v02 PmRef Cpu0Cst 00003001 INTL 20160527)
Dec 16 22:58:35 skynet kernel: ACPI: Dynamic OEM Table Load:
Dec 16 22:58:35 skynet kernel: ACPI: SSDT 0xFFFF8E06C11CC000 000600 (v02 PmRef Cpu0Ist 00003000 INTL 20160527)
Dec 16 22:58:35 skynet kernel: ACPI: Dynamic OEM Table Load:
Dec 16 22:58:35 skynet kernel: ACPI: SSDT 0xFFFF8E06C11B4B00 0000F4 (v02 PmRef Cpu0Psd 00003000 INTL 20160527)
Dec 16 22:58:35 skynet kernel: ACPI: Dynamic OEM Table Load:
Dec 16 22:58:35 skynet kernel: ACPI: SSDT 0xFFFF8E06C28A3400 000149 (v02 PmRef Cpu0Hwp 00003000 INTL 20160527)
Dec 16 22:58:35 skynet kernel: ACPI: Dynamic OEM Table Load:
Dec 16 22:58:35 skynet kernel: ACPI: SSDT 0xFFFF8E06C11C9000 000724 (v02 PmRef HwpLvt 00003000 INTL 20160527)
Dec 16 22:58:35 skynet kernel: ACPI: Dynamic OEM Table Load:
Dec 16 22:58:35 skynet kernel: ACPI: SSDT 0xFFFF8E06C11C8000 0005FC (v02 PmRef ApIst 00003000 INTL 20160527)
Dec 16 22:58:35 skynet kernel: ACPI: Dynamic OEM Table Load:
Dec 16 22:58:35 skynet kernel: ACPI: SSDT 0xFFFF8E06C11D7C00 000317 (v02 PmRef ApHwp 00003000 INTL 20160527)
Dec 16 22:58:35 skynet kernel: ACPI: Dynamic OEM Table Load:
Dec 16 22:58:35 skynet kernel: ACPI: SSDT 0xFFFF8E06C11DA000 000AB0 (v02 PmRef ApPsd 00003000 INTL 20160527)
Dec 16 22:58:35 skynet kernel: ACPI: Dynamic OEM Table Load:
Dec 16 22:58:35 skynet kernel: ACPI: SSDT 0xFFFF8E06C11D4400 00030A (v02 PmRef ApCst 00003000 INTL 20160527)
Dec 16 22:58:35 skynet kernel: ACPI: Interpreter enabled
Dec 16 22:58:35 skynet kernel: ACPI: PM: (supports S0 S3 S4 S5)
Dec 16 22:58:35 skynet kernel: ACPI: Using IOAPIC for interrupt routing
Dec 16 22:58:35 skynet kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Dec 16 22:58:35 skynet kernel: PCI: Ignoring E820 reservations for host bridge windows
Dec 16 22:58:35 skynet kernel: ACPI: Enabled 13 GPEs in block 00 to 7F
Dec 16 22:58:35 skynet kernel: ACPI: \_SB_.PCI0.PEG0.PG00: New power resource
Dec 16 22:58:35 skynet kernel: ACPI: \_SB_.PCI0.PEG1.PG01: New power resource
Dec 16 22:58:35 skynet kernel: ACPI: \_SB_.PCI0.PEG2.PG02: New power resource
Dec 16 22:58:35 skynet kernel: ACPI: \_SB_.PCI0.XHC_.PUBS: New power resource
Dec 16 22:58:35 skynet kernel: ACPI: \_SB_.PCI0.XDCI.USBC: New power resource
Dec 16 22:58:35 skynet kernel: ACPI: \_SB_.PCI0.RP01.PXP_: New power resource
Dec 16 22:58:35 skynet kernel: ACPI: \_SB_.PCI0.RP06.PXSX.WRST: New power resource
Dec 16 22:58:35 skynet kernel: ACPI: \_SB_.PCI0.RP06.PXSX.DRST: New power resource
Dec 16 22:58:35 skynet kernel: ACPI: \_SB_.PCI0.RP07.PXP_: New power resource
Dec 16 22:58:35 skynet kernel: ACPI: \_SB_.PCI0.SAT0.VOL0.V0PR: New power resource
Dec 16 22:58:35 skynet kernel: ACPI: \_SB_.PCI0.SAT0.VOL1.V1PR: New power resource
Dec 16 22:58:35 skynet kernel: ACPI: \_SB_.PCI0.SAT0.VOL2.V2PR: New power resource
Dec 16 22:58:35 skynet kernel: ACPI: \_SB_.PCI0.CNVW.WRST: New power resource
Dec 16 22:58:35 skynet kernel: ACPI: \PIN_: New power resource
Dec 16 22:58:35 skynet kernel: ACPI: \PINP: New power resource
Dec 16 22:58:35 skynet kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-7e])
Dec 16 22:58:35 skynet kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Dec 16 22:58:35 skynet kernel: acpi PNP0A08:00: _OSC: platform does not support [AER]
Dec 16 22:58:35 skynet kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability LTR DPC]
Dec 16 22:58:35 skynet kernel: acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
Dec 16 22:58:35 skynet kernel: PCI host bridge to bus 0000:00
Dec 16 22:58:35 skynet kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
Dec 16 22:58:35 skynet kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
Dec 16 22:58:35 skynet kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Dec 16 22:58:35 skynet kernel: pci_bus 0000:00: root bus resource [mem 0x9f800000-0xefffffff window]
Dec 16 22:58:35 skynet kernel: pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
Dec 16 22:58:35 skynet kernel: pci_bus 0000:00: root bus resource [mem 0xfc800000-0xfe7fffff window]
Dec 16 22:58:35 skynet kernel: pci_bus 0000:00: root bus resource [bus 00-7e]
Dec 16 22:58:35 skynet kernel: pci 0000:00:00.0: [8086:3ec4] type 00 class 0x060000 conventional PCI endpoint
Dec 16 22:58:35 skynet kernel: pci 0000:00:01.0: [8086:1901] type 01 class 0x060400 PCIe Root Port
Dec 16 22:58:35 skynet kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Dec 16 22:58:35 skynet kernel: pci 0000:00:01.0: bridge window [io 0x2000-0x2fff]
Dec 16 22:58:35 skynet kernel: pci 0000:00:01.0: bridge window [mem 0xcd000000-0xce0fffff]
Dec 16 22:58:35 skynet kernel: pci 0000:00:01.0: bridge window [mem 0xa0000000-0xb1ffffff 64bit pref]
Dec 16 22:58:35 skynet kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
Dec 16 22:58:35 skynet kernel: pci 0000:00:02.0: [8086:3e9b] type 00 class 0x030000 PCIe Root Complex Integrated Endpoint
Dec 16 22:58:35 skynet kernel: pci 0000:00:02.0: BAR 0 [mem 0x6040000000-0x6040ffffff 64bit]
Dec 16 22:58:35 skynet kernel: pci 0000:00:02.0: BAR 2 [mem 0x4000000000-0x400fffffff 64bit pref]
Dec 16 22:58:35 skynet kernel: pci 0000:00:02.0: BAR 4 [io 0x3000-0x303f]
Dec 16 22:58:35 skynet kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Dec 16 22:58:35 skynet kernel: pci 0000:00:04.0: [8086:1903] type 00 class 0x118000 conventional PCI endpoint
Dec 16 22:58:35 skynet kernel: pci 0000:00:04.0: BAR 0 [mem 0x6041100000-0x6041107fff 64bit]
Dec 16 22:58:35 skynet kernel: pci 0000:00:08.0: [8086:1911] type 00 class 0x088000 conventional PCI endpoint
Dec 16 22:58:35 skynet kernel: pci 0000:00:08.0: BAR 0 [mem 0x6041115000-0x6041115fff 64bit]
Dec 16 22:58:35 skynet kernel: pci 0000:00:12.0: [8086:a379] type 00 class 0x118000 conventional PCI endpoint
Dec 16 22:58:35 skynet kernel: pci 0000:00:12.0: BAR 0 [mem 0x6041114000-0x6041114fff 64bit]
Dec 16 22:58:35 skynet kernel: pci 0000:00:14.0: [8086:a36d] type 00 class 0x0c0330 conventional PCI endpoint
Dec 16 22:58:35 skynet kernel: pci 0000:00:14.0: BAR 0 [mem 0xce420000-0xce42ffff 64bit]
Dec 16 22:58:35 skynet kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Dec 16 22:58:35 skynet kernel: pci 0000:00:14.2: [8086:a36f] type 00 class 0x050000 conventional PCI endpoint
Dec 16 22:58:35 skynet kernel: pci 0000:00:14.2: BAR 0 [mem 0x604110c000-0x604110dfff 64bit]
Dec 16 22:58:35 skynet kernel: pci 0000:00:14.2: BAR 2 [mem 0x6041113000-0x6041113fff 64bit]
Dec 16 22:58:35 skynet kernel: pci 0000:00:15.0: [8086:a368] type 00 class 0x0c8000 conventional PCI endpoint
Dec 16 22:58:35 skynet kernel: pci 0000:00:15.0: BAR 0 [mem 0x6041112000-0x6041112fff 64bit]
Dec 16 22:58:35 skynet kernel: pci 0000:00:15.1: [8086:a369] type 00 class 0x0c8000 conventional PCI endpoint
Dec 16 22:58:35 skynet kernel: pci 0000:00:15.1: BAR 0 [mem 0x6041111000-0x6041111fff 64bit]
Dec 16 22:58:35 skynet kernel: pci 0000:00:16.0: [8086:a360] type 00 class 0x078000 conventional PCI endpoint
Dec 16 22:58:35 skynet kernel: pci 0000:00:16.0: BAR 0 [mem 0x6041110000-0x6041110fff 64bit]
Dec 16 22:58:35 skynet kernel: pci 0000:00:16.0: PME# supported from D3hot
Dec 16 22:58:35 skynet kernel: pci 0000:00:16.3: [8086:a363] type 00 class 0x070002 conventional PCI endpoint
Dec 16 22:58:35 skynet kernel: pci 0000:00:16.3: BAR 0 [io 0x3060-0x3067]
Dec 16 22:58:35 skynet kernel: pci 0000:00:16.3: BAR 1 [mem 0xce431000-0xce431fff]
Dec 16 22:58:35 skynet kernel: pci 0000:00:1b.0: [8086:a340] type 01 class 0x060400 PCIe Root Port
Dec 16 22:58:35 skynet kernel: pci 0000:00:1b.0: PCI bridge to [bus 02]
Dec 16 22:58:35 skynet kernel: pci 0000:00:1b.0: bridge window [mem 0xce300000-0xce3fffff]
Dec 16 22:58:35 skynet kernel: pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
Dec 16 22:58:35 skynet kernel: pci 0000:00:1b.0: PTM enabled (root), 4ns granularity
Dec 16 22:58:35 skynet kernel: pci 0000:00:1c.0: [8086:a338] type 01 class 0x060400 PCIe Root Port
Dec 16 22:58:35 skynet kernel: pci 0000:00:1c.0: PCI bridge to [bus 04-51]
Dec 16 22:58:35 skynet kernel: pci 0000:00:1c.0: bridge window [mem 0xb4000000-0xcc1fffff]
Dec 16 22:58:35 skynet kernel: pci 0000:00:1c.0: bridge window [mem 0x6000000000-0x603fffffff 64bit pref]
Dec 16 22:58:35 skynet kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Dec 16 22:58:35 skynet kernel: pci 0000:00:1c.0: PTM enabled (root), 4ns granularity
Dec 16 22:58:35 skynet kernel: pci 0000:00:1c.5: [8086:a33d] type 01 class 0x060400 PCIe Root Port
Dec 16 22:58:35 skynet kernel: pci 0000:00:1c.5: PCI bridge to [bus 52]
Dec 16 22:58:35 skynet kernel: pci 0000:00:1c.5: bridge window [mem 0xce200000-0xce2fffff]
Dec 16 22:58:35 skynet kernel: pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
Dec 16 22:58:35 skynet kernel: pci 0000:00:1c.5: PTM enabled (root), 4ns granularity
Dec 16 22:58:35 skynet kernel: pci 0000:00:1c.7: [8086:a33f] type 01 class 0x060400 PCIe Root Port
Dec 16 22:58:35 skynet kernel: pci 0000:00:1c.7: PCI bridge to [bus 54]
Dec 16 22:58:35 skynet kernel: pci 0000:00:1c.7: bridge window [mem 0xce100000-0xce1fffff]
Dec 16 22:58:35 skynet kernel: pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
Dec 16 22:58:35 skynet kernel: pci 0000:00:1c.7: PTM enabled (root), 4ns granularity
Dec 16 22:58:35 skynet kernel: pci 0000:00:1e.0: [8086:a328] type 00 class 0x078000 conventional PCI endpoint
Dec 16 22:58:35 skynet kernel: pci 0000:00:1e.0: BAR 0 [mem 0x604110f000-0x604110ffff 64bit]
Dec 16 22:58:35 skynet kernel: pci 0000:00:1f.0: [8086:a30e] type 00 class 0x060100 conventional PCI endpoint
Dec 16 22:58:35 skynet kernel: pci 0000:00:1f.3: [8086:a348] type 00 class 0x040380 conventional PCI endpoint
Dec 16 22:58:35 skynet kernel: pci 0000:00:1f.3: BAR 0 [mem 0x6041108000-0x604110bfff 64bit]
Dec 16 22:58:35 skynet kernel: pci 0000:00:1f.3: BAR 4 [mem 0x6041000000-0x60410fffff 64bit]
Dec 16 22:58:35 skynet kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
Dec 16 22:58:35 skynet kernel: pci 0000:00:1f.4: [8086:a323] type 00 class 0x0c0500 conventional PCI endpoint
Dec 16 22:58:35 skynet kernel: pci 0000:00:1f.4: BAR 0 [mem 0x604110e000-0x604110e0ff 64bit]
Dec 16 22:58:35 skynet kernel: pci 0000:00:1f.4: BAR 4 [io 0xefa0-0xefbf]
Dec 16 22:58:35 skynet kernel: pci 0000:00:1f.5: [8086:a324] type 00 class 0x0c8000 conventional PCI endpoint
Dec 16 22:58:35 skynet kernel: pci 0000:00:1f.5: BAR 0 [mem 0xce430000-0xce430fff]
Dec 16 22:58:35 skynet kernel: pci 0000:00:1f.6: [8086:15bb] type 00 class 0x020000 conventional PCI endpoint
Dec 16 22:58:35 skynet kernel: pci 0000:00:1f.6: BAR 0 [mem 0xce400000-0xce41ffff]
Dec 16 22:58:35 skynet kernel: pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
Dec 16 22:58:35 skynet kernel: pci 0000:01:00.0: [10de:1f36] type 00 class 0x030000 PCIe Legacy Endpoint
Dec 16 22:58:35 skynet kernel: pci 0000:01:00.0: BAR 0 [mem 0xcd000000-0xcdffffff]
Dec 16 22:58:35 skynet kernel: pci 0000:01:00.0: BAR 1 [mem 0xa0000000-0xafffffff 64bit pref]
Dec 16 22:58:35 skynet kernel: pci 0000:01:00.0: BAR 3 [mem 0xb0000000-0xb1ffffff 64bit pref]
Dec 16 22:58:35 skynet kernel: pci 0000:01:00.0: BAR 5 [io 0x2000-0x207f]
Dec 16 22:58:35 skynet kernel: pci 0000:01:00.0: ROM [mem 0xfff80000-0xffffffff pref]
Dec 16 22:58:35 skynet kernel: pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
Dec 16 22:58:35 skynet kernel: pci 0000:01:00.1: [10de:10f9] type 00 class 0x040300 PCIe Endpoint
Dec 16 22:58:35 skynet kernel: pci 0000:01:00.1: BAR 0 [mem 0xce050000-0xce053fff]
Dec 16 22:58:35 skynet kernel: pci 0000:01:00.2: [10de:1ada] type 00 class 0x0c0330 PCIe Endpoint
Dec 16 22:58:35 skynet kernel: pci 0000:01:00.2: BAR 0 [mem 0xce000000-0xce03ffff 64bit pref]
Dec 16 22:58:35 skynet kernel: pci 0000:01:00.2: BAR 3 [mem 0xce040000-0xce04ffff 64bit pref]
Dec 16 22:58:35 skynet kernel: pci 0000:01:00.2: PME# supported from D0 D3hot D3cold
Dec 16 22:58:35 skynet kernel: pci 0000:01:00.3: [10de:1adb] type 00 class 0x0c8000 PCIe Endpoint
Dec 16 22:58:35 skynet kernel: pci 0000:01:00.3: BAR 0 [mem 0xce054000-0xce054fff]
Dec 16 22:58:35 skynet kernel: pci 0000:01:00.3: PME# supported from D0 D3hot D3cold
Dec 16 22:58:35 skynet kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Dec 16 22:58:35 skynet kernel: pci 0000:02:00.0: [144d:a808] type 00 class 0x010802 PCIe Endpoint
Dec 16 22:58:35 skynet kernel: pci 0000:02:00.0: BAR 0 [mem 0xce300000-0xce303fff 64bit]
Dec 16 22:58:35 skynet kernel: pci 0000:00:1b.0: PCI bridge to [bus 02]
Dec 16 22:58:35 skynet kernel: pci 0000:04:00.0: [8086:15ea] type 01 class 0x060400 PCIe Switch Upstream Port
Dec 16 22:58:35 skynet kernel: pci 0000:04:00.0: PCI bridge to [bus 05-51]
Dec 16 22:58:35 skynet kernel: pci 0000:04:00.0: bridge window [mem 0xb4000000-0xcc1fffff]
Dec 16 22:58:35 skynet kernel: pci 0000:04:00.0: bridge window [mem 0x6000000000-0x603fffffff 64bit pref]
Dec 16 22:58:35 skynet kernel: pci 0000:04:00.0: enabling Extended Tags
Dec 16 22:58:35 skynet kernel: pci 0000:04:00.0: supports D1 D2
Dec 16 22:58:35 skynet kernel: pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Dec 16 22:58:35 skynet kernel: pci 0000:04:00.0: PTM enabled, 4ns granularity
Dec 16 22:58:35 skynet kernel: pci 0000:00:1c.0: PCI bridge to [bus 04-51]
Dec 16 22:58:35 skynet kernel: pci 0000:05:00.0: [8086:15ea] type 01 class 0x060400 PCIe Switch Downstream Port
Dec 16 22:58:35 skynet kernel: pci 0000:05:00.0: PCI bridge to [bus 06]
Dec 16 22:58:35 skynet kernel: pci 0000:05:00.0: bridge window [mem 0xcc100000-0xcc1fffff]
Dec 16 22:58:35 skynet kernel: pci 0000:05:00.0: enabling Extended Tags
Dec 16 22:58:35 skynet kernel: pci 0000:05:00.0: supports D1 D2
Dec 16 22:58:35 skynet kernel: pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Dec 16 22:58:35 skynet kernel: pci 0000:05:01.0: [8086:15ea] type 01 class 0x060400 PCIe Switch Downstream Port
Dec 16 22:58:35 skynet kernel: pci 0000:05:01.0: PCI bridge to [bus 07-2b]
Dec 16 22:58:35 skynet kernel: pci 0000:05:01.0: bridge window [mem 0xb4000000-0xbfffffff]
Dec 16 22:58:35 skynet kernel: pci 0000:05:01.0: bridge window [mem 0x6000000000-0x601fffffff 64bit pref]
Dec 16 22:58:35 skynet kernel: pci 0000:05:01.0: enabling Extended Tags
Dec 16 22:58:35 skynet kernel: pci 0000:05:01.0: supports D1 D2
Dec 16 22:58:35 skynet kernel: pci 0000:05:01.0: PME# supported from D0 D1 D2 D3hot D3cold
Dec 16 22:58:35 skynet kernel: pci 0000:05:02.0: [8086:15ea] type 01 class 0x060400 PCIe Switch Downstream Port
Dec 16 22:58:35 skynet kernel: pci 0000:05:02.0: PCI bridge to [bus 2c]
Dec 16 22:58:35 skynet kernel: pci 0000:05:02.0: bridge window [mem 0xc0000000-0xc00fffff]
Dec 16 22:58:35 skynet kernel: pci 0000:05:02.0: enabling Extended Tags
Dec 16 22:58:35 skynet kernel: pci 0000:05:02.0: supports D1 D2
Dec 16 22:58:35 skynet kernel: pci 0000:05:02.0: PME# supported from D0 D1 D2 D3hot D3cold
Dec 16 22:58:35 skynet kernel: pci 0000:05:04.0: [8086:15ea] type 01 class 0x060400 PCIe Switch Downstream Port
Dec 16 22:58:35 skynet kernel: pci 0000:05:04.0: PCI bridge to [bus 2d-51]
Dec 16 22:58:35 skynet kernel: pci 0000:05:04.0: bridge window [mem 0xc0100000-0xcc0fffff]
Dec 16 22:58:35 skynet kernel: pci 0000:05:04.0: bridge window [mem 0x6020000000-0x603fffffff 64bit pref]
Dec 16 22:58:35 skynet kernel: pci 0000:05:04.0: enabling Extended Tags
Dec 16 22:58:35 skynet kernel: pci 0000:05:04.0: supports D1 D2
Dec 16 22:58:35 skynet kernel: pci 0000:05:04.0: PME# supported from D0 D1 D2 D3hot D3cold
Dec 16 22:58:35 skynet kernel: pci 0000:04:00.0: PCI bridge to [bus 05-51]
Dec 16 22:58:35 skynet kernel: pci 0000:06:00.0: [8086:15eb] type 00 class 0x088000 PCIe Endpoint
Dec 16 22:58:35 skynet kernel: pci 0000:06:00.0: BAR 0 [mem 0xcc100000-0xcc13ffff]
Dec 16 22:58:35 skynet kernel: pci 0000:06:00.0: BAR 1 [mem 0xcc140000-0xcc140fff]
Dec 16 22:58:35 skynet kernel: pci 0000:06:00.0: enabling Extended Tags
Dec 16 22:58:35 skynet kernel: pci 0000:06:00.0: supports D1 D2
Dec 16 22:58:35 skynet kernel: pci 0000:06:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Dec 16 22:58:35 skynet kernel: pci 0000:05:00.0: PCI bridge to [bus 06]
Dec 16 22:58:35 skynet kernel: pci 0000:05:01.0: PCI bridge to [bus 07-2b]
Dec 16 22:58:35 skynet kernel: pci 0000:2c:00.0: [8086:15ec] type 00 class 0x0c0330 PCIe Endpoint
Dec 16 22:58:35 skynet kernel: pci 0000:2c:00.0: BAR 0 [mem 0xc0000000-0xc000ffff]
Dec 16 22:58:35 skynet kernel: pci 0000:2c:00.0: enabling Extended Tags
Dec 16 22:58:35 skynet kernel: pci 0000:2c:00.0: supports D1 D2
Dec 16 22:58:35 skynet kernel: pci 0000:2c:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Dec 16 22:58:35 skynet kernel: pci 0000:05:02.0: PCI bridge to [bus 2c]
Dec 16 22:58:35 skynet kernel: pci 0000:05:04.0: PCI bridge to [bus 2d-51]
Dec 16 22:58:35 skynet kernel: pci 0000:52:00.0: [8086:2723] type 00 class 0x028000 PCIe Endpoint
Dec 16 22:58:35 skynet kernel: pci 0000:52:00.0: BAR 0 [mem 0xce200000-0xce203fff 64bit]
Dec 16 22:58:35 skynet kernel: pci 0000:52:00.0: PME# supported from D0 D3hot D3cold
Dec 16 22:58:35 skynet kernel: pci 0000:00:1c.5: PCI bridge to [bus 52]
Dec 16 22:58:35 skynet kernel: pci 0000:54:00.0: [10ec:525a] type 00 class 0xff0000 PCIe Endpoint
Dec 16 22:58:35 skynet kernel: pci 0000:54:00.0: BAR 1 [mem 0xce100000-0xce100fff]
Dec 16 22:58:35 skynet kernel: pci 0000:54:00.0: supports D1 D2
Dec 16 22:58:35 skynet kernel: pci 0000:54:00.0: PME# supported from D1 D2 D3hot D3cold
Dec 16 22:58:35 skynet kernel: pci 0000:00:1c.7: PCI bridge to [bus 54]
Dec 16 22:58:35 skynet kernel: ACPI: EC: interrupt unblocked
Dec 16 22:58:35 skynet kernel: ACPI: EC: event unblocked
Dec 16 22:58:35 skynet kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Dec 16 22:58:35 skynet kernel: ACPI: EC: GPE=0x16
Dec 16 22:58:35 skynet kernel: ACPI: \_SB_.PCI0.LPCB.EC__: Boot ECDT EC initialization complete
Dec 16 22:58:35 skynet kernel: ACPI: \_SB_.PCI0.LPCB.EC__: EC: Used to handle transactions and events
Dec 16 22:58:35 skynet kernel: iommu: Default domain type: Translated
Dec 16 22:58:35 skynet kernel: iommu: DMA domain TLB invalidation policy: lazy mode
Dec 16 22:58:35 skynet kernel: SCSI subsystem initialized
Dec 16 22:58:35 skynet kernel: libata version 3.00 loaded.
Dec 16 22:58:35 skynet kernel: ACPI: bus type USB registered
Dec 16 22:58:35 skynet kernel: usbcore: registered new interface driver usbfs
Dec 16 22:58:35 skynet kernel: usbcore: registered new interface driver hub
Dec 16 22:58:35 skynet kernel: usbcore: registered new device driver usb
Dec 16 22:58:35 skynet kernel: EDAC MC: Ver: 3.0.0
Dec 16 22:58:35 skynet kernel: efivars: Registered efivars operations
Dec 16 22:58:35 skynet kernel: NetLabel: Initializing
Dec 16 22:58:35 skynet kernel: NetLabel: domain hash size = 128
Dec 16 22:58:35 skynet kernel: NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
Dec 16 22:58:35 skynet kernel: NetLabel: unlabeled traffic allowed by default
Dec 16 22:58:35 skynet kernel: mctp: management component transport protocol core
Dec 16 22:58:35 skynet kernel: NET: Registered PF_MCTP protocol family
Dec 16 22:58:35 skynet kernel: PCI: Using ACPI for IRQ routing
Dec 16 22:58:35 skynet kernel: PCI: pci_cache_line_size set to 64 bytes
Dec 16 22:58:35 skynet kernel: e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
Dec 16 22:58:35 skynet kernel: e820: reserve RAM buffer [mem 0x8303d000-0x83ffffff]
Dec 16 22:58:35 skynet kernel: e820: reserve RAM buffer [mem 0x8a8ed000-0x8bffffff]
Dec 16 22:58:35 skynet kernel: e820: reserve RAM buffer [mem 0x8fd10000-0x8fffffff]
Dec 16 22:58:35 skynet kernel: e820: reserve RAM buffer [mem 0x98800000-0x9bffffff]
Dec 16 22:58:35 skynet kernel: e820: reserve RAM buffer [mem 0x105c800000-0x105fffffff]
Dec 16 22:58:35 skynet kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
Dec 16 22:58:35 skynet kernel: pci 0000:00:02.0: vgaarb: bridge control possible
Dec 16 22:58:35 skynet kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=mem,locks=none
Dec 16 22:58:35 skynet kernel: pci 0000:01:00.0: vgaarb: bridge control possible
Dec 16 22:58:35 skynet kernel: pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
Dec 16 22:58:35 skynet kernel: vgaarb: loaded
Dec 16 22:58:35 skynet kernel: clocksource: Switched to clocksource tsc-early
Dec 16 22:58:35 skynet kernel: VFS: Disk quotas dquot_6.6.0
Dec 16 22:58:35 skynet kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Dec 16 22:58:35 skynet kernel: pnp: PnP ACPI init
Dec 16 22:58:35 skynet kernel: system 00:00: [mem 0x40000000-0x403fffff] could not be reserved
Dec 16 22:58:35 skynet kernel: system 00:01: [io 0x1800-0x18fe] could not be reserved
Dec 16 22:58:35 skynet kernel: system 00:01: [mem 0xfd000000-0xfd69ffff] has been reserved
Dec 16 22:58:35 skynet kernel: system 00:01: [mem 0xfd6c0000-0xfd6cffff] has been reserved
Dec 16 22:58:35 skynet kernel: system 00:01: [mem 0xfd6f0000-0xfdffffff] has been reserved
Dec 16 22:58:35 skynet kernel: system 00:01: [mem 0xfe000000-0xfe01ffff] could not be reserved
Dec 16 22:58:35 skynet kernel: system 00:01: [mem 0xfe200000-0xfe7fffff] has been reserved
Dec 16 22:58:35 skynet kernel: system 00:01: [mem 0xff000000-0xffffffff] has been reserved
Dec 16 22:58:35 skynet kernel: system 00:02: [io 0xff00-0xfffe] has been reserved
Dec 16 22:58:35 skynet kernel: system 00:03: [io 0x0680-0x069f] has been reserved
Dec 16 22:58:35 skynet kernel: system 00:03: [io 0x164e-0x164f] has been reserved
Dec 16 22:58:35 skynet kernel: system 00:07: [io 0x1800-0x189f] could not be reserved
Dec 16 22:58:35 skynet kernel: system 00:07: [io 0x0800-0x087f] has been reserved
Dec 16 22:58:35 skynet kernel: system 00:07: [io 0x0880-0x08ff] has been reserved
Dec 16 22:58:35 skynet kernel: system 00:07: [io 0x0900-0x097f] has been reserved
Dec 16 22:58:35 skynet kernel: system 00:07: [io 0x0980-0x09ff] has been reserved
Dec 16 22:58:35 skynet kernel: system 00:07: [io 0x0a00-0x0a7f] has been reserved
Dec 16 22:58:35 skynet kernel: system 00:07: [io 0x0a80-0x0aff] has been reserved
Dec 16 22:58:35 skynet kernel: system 00:07: [io 0x0b00-0x0b7f] has been reserved
Dec 16 22:58:35 skynet kernel: system 00:07: [io 0x0b80-0x0bff] has been reserved
Dec 16 22:58:35 skynet kernel: system 00:07: [io 0x15e0-0x15ef] has been reserved
Dec 16 22:58:35 skynet kernel: system 00:07: [io 0x1600-0x167f] could not be reserved
Dec 16 22:58:35 skynet kernel: system 00:07: [io 0x1640-0x165f] could not be reserved
Dec 16 22:58:35 skynet kernel: system 00:07: [mem 0xf0000000-0xf7ffffff] has been reserved
Dec 16 22:58:35 skynet kernel: system 00:07: [mem 0xfed10000-0xfed13fff] has been reserved
Dec 16 22:58:35 skynet kernel: system 00:07: [mem 0xfed18000-0xfed18fff] has been reserved
Dec 16 22:58:35 skynet kernel: system 00:07: [mem 0xfed19000-0xfed19fff] has been reserved
Dec 16 22:58:35 skynet kernel: system 00:07: [mem 0xfeb00000-0xfebfffff] has been reserved
Dec 16 22:58:35 skynet kernel: system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved
Dec 16 22:58:35 skynet kernel: system 00:07: [mem 0xfed90000-0xfed93fff] has been reserved
Dec 16 22:58:35 skynet kernel: system 00:09: [mem 0xfed10000-0xfed17fff] could not be reserved
Dec 16 22:58:35 skynet kernel: system 00:09: [mem 0xfed18000-0xfed18fff] has been reserved
Dec 16 22:58:35 skynet kernel: system 00:09: [mem 0xfed19000-0xfed19fff] has been reserved
Dec 16 22:58:35 skynet kernel: system 00:09: [mem 0xf0000000-0xf7ffffff] has been reserved
Dec 16 22:58:35 skynet kernel: system 00:09: [mem 0xfed20000-0xfed3ffff] has been reserved
Dec 16 22:58:35 skynet kernel: system 00:09: [mem 0xfed90000-0xfed93fff] has been reserved
Dec 16 22:58:35 skynet kernel: system 00:09: [mem 0xfed45000-0xfed8ffff] has been reserved
Dec 16 22:58:35 skynet kernel: system 00:09: [mem 0xfee00000-0xfeefffff] has been reserved
Dec 16 22:58:35 skynet kernel: pnp 00:0a: disabling [mem 0x000c0000-0x000c3fff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
Dec 16 22:58:35 skynet kernel: pnp 00:0a: disabling [mem 0x000c8000-0x000cbfff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
Dec 16 22:58:35 skynet kernel: pnp 00:0a: disabling [mem 0x000d0000-0x000d3fff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
Dec 16 22:58:35 skynet kernel: pnp 00:0a: disabling [mem 0x000d8000-0x000dbfff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
Dec 16 22:58:35 skynet kernel: system 00:0a: [mem 0x00000000-0x0009ffff] could not be reserved
Dec 16 22:58:35 skynet kernel: system 00:0a: [mem 0x000e0000-0x000e3fff] could not be reserved
Dec 16 22:58:35 skynet kernel: system 00:0a: [mem 0x000e8000-0x000ebfff] could not be reserved
Dec 16 22:58:35 skynet kernel: system 00:0a: [mem 0x000f0000-0x000fffff] could not be reserved
Dec 16 22:58:35 skynet kernel: system 00:0a: [mem 0x00100000-0x9f7fffff] could not be reserved
Dec 16 22:58:35 skynet kernel: system 00:0a: [mem 0xfec00000-0xfed3ffff] could not be reserved
Dec 16 22:58:35 skynet kernel: system 00:0a: [mem 0xfed4c000-0xffffffff] could not be reserved
Dec 16 22:58:35 skynet kernel: pnp: PnP ACPI: found 11 devices
Dec 16 22:58:35 skynet kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Dec 16 22:58:35 skynet kernel: NET: Registered PF_INET protocol family
Dec 16 22:58:35 skynet kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Dec 16 22:58:35 skynet kernel: tcp_listen_portaddr_hash hash table entries: 32768 (order: 7, 524288 bytes, linear)
Dec 16 22:58:35 skynet kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Dec 16 22:58:35 skynet kernel: TCP established hash table entries: 524288 (order: 10, 4194304 bytes, linear)
Dec 16 22:58:35 skynet kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Dec 16 22:58:35 skynet kernel: TCP: Hash tables configured (established 524288 bind 65536)
Dec 16 22:58:35 skynet kernel: MPTCP token hash table entries: 65536 (order: 9, 1572864 bytes, linear)
Dec 16 22:58:35 skynet kernel: UDP hash table entries: 32768 (order: 9, 2097152 bytes, linear)
Dec 16 22:58:35 skynet kernel: UDP-Lite hash table entries: 32768 (order: 9, 2097152 bytes, linear)
Dec 16 22:58:35 skynet kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Dec 16 22:58:35 skynet kernel: NET: Registered PF_XDP protocol family
Dec 16 22:58:35 skynet kernel: pci 0000:01:00.0: ROM [mem 0xfff80000-0xffffffff pref]: can't claim; no compatible bridge window
Dec 16 22:58:35 skynet kernel: pci 0000:05:01.0: bridge window [io 0x1000-0x0fff] to [bus 07-2b] add_size 1000
Dec 16 22:58:35 skynet kernel: pci 0000:05:04.0: bridge window [io 0x1000-0x0fff] to [bus 2d-51] add_size 1000
Dec 16 22:58:35 skynet kernel: pci 0000:04:00.0: bridge window [io 0x1000-0x0fff] to [bus 05-51] add_size 2000
Dec 16 22:58:35 skynet kernel: pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 04-51] add_size 3000
Dec 16 22:58:35 skynet kernel: pci 0000:00:1c.0: bridge window [io 0x4000-0x6fff]: assigned
Dec 16 22:58:35 skynet kernel: pci 0000:01:00.0: ROM [mem 0xce080000-0xce0fffff pref]: assigned
Dec 16 22:58:35 skynet kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Dec 16 22:58:35 skynet kernel: pci 0000:00:01.0: bridge window [io 0x2000-0x2fff]
Dec 16 22:58:35 skynet kernel: pci 0000:00:01.0: bridge window [mem 0xcd000000-0xce0fffff]
Dec 16 22:58:35 skynet kernel: pci 0000:00:01.0: bridge window [mem 0xa0000000-0xb1ffffff 64bit pref]
Dec 16 22:58:35 skynet kernel: pci 0000:00:1b.0: PCI bridge to [bus 02]
Dec 16 22:58:35 skynet kernel: pci 0000:00:1b.0: bridge window [mem 0xce300000-0xce3fffff]
Dec 16 22:58:35 skynet kernel: pci 0000:04:00.0: bridge window [io 0x4000-0x5fff]: assigned
Dec 16 22:58:35 skynet kernel: pci 0000:05:01.0: bridge window [io 0x4000-0x4fff]: assigned
Dec 16 22:58:35 skynet kernel: pci 0000:05:04.0: bridge window [io 0x5000-0x5fff]: assigned
Dec 16 22:58:35 skynet kernel: pci 0000:05:00.0: PCI bridge to [bus 06]
Dec 16 22:58:35 skynet kernel: pci 0000:05:00.0: bridge window [mem 0xcc100000-0xcc1fffff]
Dec 16 22:58:35 skynet kernel: pci 0000:05:01.0: PCI bridge to [bus 07-2b]
Dec 16 22:58:35 skynet kernel: pci 0000:05:01.0: bridge window [io 0x4000-0x4fff]
Dec 16 22:58:35 skynet kernel: pci 0000:05:01.0: bridge window [mem 0xb4000000-0xbfffffff]
Dec 16 22:58:35 skynet kernel: pci 0000:05:01.0: bridge window [mem 0x6000000000-0x601fffffff 64bit pref]
Dec 16 22:58:35 skynet kernel: pci 0000:05:02.0: PCI bridge to [bus 2c]
Dec 16 22:58:35 skynet kernel: pci 0000:05:02.0: bridge window [mem 0xc0000000-0xc00fffff]
Dec 16 22:58:35 skynet kernel: pci 0000:05:04.0: PCI bridge to [bus 2d-51]
Dec 16 22:58:35 skynet kernel: pci 0000:05:04.0: bridge window [io 0x5000-0x5fff]
Dec 16 22:58:35 skynet kernel: pci 0000:05:04.0: bridge window [mem 0xc0100000-0xcc0fffff]
Dec 16 22:58:35 skynet kernel: pci 0000:05:04.0: bridge window [mem 0x6020000000-0x603fffffff 64bit pref]
Dec 16 22:58:35 skynet kernel: pci 0000:04:00.0: PCI bridge to [bus 05-51]
Dec 16 22:58:35 skynet kernel: pci 0000:04:00.0: bridge window [io 0x4000-0x5fff]
Dec 16 22:58:35 skynet kernel: pci 0000:04:00.0: bridge window [mem 0xb4000000-0xcc1fffff]
Dec 16 22:58:35 skynet kernel: pci 0000:04:00.0: bridge window [mem 0x6000000000-0x603fffffff 64bit pref]
Dec 16 22:58:35 skynet kernel: pci 0000:00:1c.0: PCI bridge to [bus 04-51]
Dec 16 22:58:35 skynet kernel: pci 0000:00:1c.0: bridge window [io 0x4000-0x6fff]
Dec 16 22:58:35 skynet kernel: pci 0000:00:1c.0: bridge window [mem 0xb4000000-0xcc1fffff]
Dec 16 22:58:35 skynet kernel: pci 0000:00:1c.0: bridge window [mem 0x6000000000-0x603fffffff 64bit pref]
Dec 16 22:58:35 skynet kernel: pci 0000:00:1c.5: PCI bridge to [bus 52]
Dec 16 22:58:35 skynet kernel: pci 0000:00:1c.5: bridge window [mem 0xce200000-0xce2fffff]
Dec 16 22:58:35 skynet kernel: pci 0000:00:1c.7: PCI bridge to [bus 54]
Dec 16 22:58:35 skynet kernel: pci 0000:00:1c.7: bridge window [mem 0xce100000-0xce1fffff]
Dec 16 22:58:35 skynet kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
Dec 16 22:58:35 skynet kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
Dec 16 22:58:35 skynet kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Dec 16 22:58:35 skynet kernel: pci_bus 0000:00: resource 7 [mem 0x9f800000-0xefffffff window]
Dec 16 22:58:35 skynet kernel: pci_bus 0000:00: resource 8 [mem 0x4000000000-0x7fffffffff window]
Dec 16 22:58:35 skynet kernel: pci_bus 0000:00: resource 9 [mem 0xfc800000-0xfe7fffff window]
Dec 16 22:58:35 skynet kernel: pci_bus 0000:01: resource 0 [io 0x2000-0x2fff]
Dec 16 22:58:35 skynet kernel: pci_bus 0000:01: resource 1 [mem 0xcd000000-0xce0fffff]
Dec 16 22:58:35 skynet kernel: pci_bus 0000:01: resource 2 [mem 0xa0000000-0xb1ffffff 64bit pref]
Dec 16 22:58:35 skynet kernel: pci_bus 0000:02: resource 1 [mem 0xce300000-0xce3fffff]
Dec 16 22:58:35 skynet kernel: pci_bus 0000:04: resource 0 [io 0x4000-0x6fff]
Dec 16 22:58:35 skynet kernel: pci_bus 0000:04: resource 1 [mem 0xb4000000-0xcc1fffff]
Dec 16 22:58:35 skynet kernel: pci_bus 0000:04: resource 2 [mem 0x6000000000-0x603fffffff 64bit pref]
Dec 16 22:58:35 skynet kernel: pci_bus 0000:05: resource 0 [io 0x4000-0x5fff]
Dec 16 22:58:35 skynet kernel: pci_bus 0000:05: resource 1 [mem 0xb4000000-0xcc1fffff]
Dec 16 22:58:35 skynet kernel: pci_bus 0000:05: resource 2 [mem 0x6000000000-0x603fffffff 64bit pref]
Dec 16 22:58:35 skynet kernel: pci_bus 0000:06: resource 1 [mem 0xcc100000-0xcc1fffff]
Dec 16 22:58:35 skynet kernel: pci_bus 0000:07: resource 0 [io 0x4000-0x4fff]
Dec 16 22:58:35 skynet kernel: pci_bus 0000:07: resource 1 [mem 0xb4000000-0xbfffffff]
Dec 16 22:58:35 skynet kernel: pci_bus 0000:07: resource 2 [mem 0x6000000000-0x601fffffff 64bit pref]
Dec 16 22:58:35 skynet kernel: pci_bus 0000:2c: resource 1 [mem 0xc0000000-0xc00fffff]
Dec 16 22:58:35 skynet kernel: pci_bus 0000:2d: resource 0 [io 0x5000-0x5fff]
Dec 16 22:58:35 skynet kernel: pci_bus 0000:2d: resource 1 [mem 0xc0100000-0xcc0fffff]
Dec 16 22:58:35 skynet kernel: pci_bus 0000:2d: resource 2 [mem 0x6020000000-0x603fffffff 64bit pref]
Dec 16 22:58:35 skynet kernel: pci_bus 0000:52: resource 1 [mem 0xce200000-0xce2fffff]
Dec 16 22:58:35 skynet kernel: pci_bus 0000:54: resource 1 [mem 0xce100000-0xce1fffff]
Dec 16 22:58:35 skynet kernel: pci 0000:01:00.1: extending delay after power-on from D3hot to 20 msec
Dec 16 22:58:35 skynet kernel: pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
Dec 16 22:58:35 skynet kernel: pci 0000:01:00.2: D0 power state depends on 0000:01:00.0
Dec 16 22:58:35 skynet kernel: pci 0000:01:00.3: D0 power state depends on 0000:01:00.0
Dec 16 22:58:35 skynet kernel: PCI: CLS 128 bytes, default 64
Dec 16 22:58:35 skynet kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Dec 16 22:58:35 skynet kernel: software IO TLB: mapped [mem 0x0000000085c79000-0x0000000089c79000] (64MB)
Dec 16 22:58:35 skynet kernel: sgx: EPC section 0x90200000-0x95ffffff
Dec 16 22:58:35 skynet kernel: Trying to unpack rootfs image as initramfs...
Dec 16 22:58:35 skynet kernel: Initialise system trusted keyrings
Dec 16 22:58:35 skynet kernel: Key type blacklist registered
Dec 16 22:58:35 skynet kernel: workingset: timestamp_bits=36 max_order=24 bucket_order=0
Dec 16 22:58:35 skynet kernel: fuse: init (API version 7.45)
Dec 16 22:58:35 skynet kernel: integrity: Platform Keyring initialized
Dec 16 22:58:35 skynet kernel: integrity: Machine keyring initialized
Dec 16 22:58:35 skynet kernel: xor: automatically using best checksumming function avx
Dec 16 22:58:35 skynet kernel: Key type asymmetric registered
Dec 16 22:58:35 skynet kernel: Asymmetric key parser 'x509' registered
Dec 16 22:58:35 skynet kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
Dec 16 22:58:35 skynet kernel: io scheduler mq-deadline registered
Dec 16 22:58:35 skynet kernel: io scheduler kyber registered
Dec 16 22:58:35 skynet kernel: io scheduler bfq registered
Dec 16 22:58:35 skynet kernel: ledtrig-cpu: registered to indicate activity on CPUs
Dec 16 22:58:35 skynet kernel: pcieport 0000:00:01.0: PME: Signaling with IRQ 120
Dec 16 22:58:35 skynet kernel: pcieport 0000:00:1b.0: PME: Signaling with IRQ 121
Dec 16 22:58:35 skynet kernel: pcieport 0000:00:1c.0: PME: Signaling with IRQ 122
Dec 16 22:58:35 skynet kernel: pcieport 0000:00:1c.0: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
Dec 16 22:58:35 skynet kernel: pcieport 0000:00:1c.5: PME: Signaling with IRQ 123
Dec 16 22:58:35 skynet kernel: pcieport 0000:00:1c.7: PME: Signaling with IRQ 124
Dec 16 22:58:35 skynet kernel: pcieport 0000:05:01.0: pciehp: Slot #1 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
Dec 16 22:58:35 skynet kernel: pcieport 0000:05:04.0: pciehp: Slot #4 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
Dec 16 22:58:35 skynet kernel: ACPI: AC: AC Adapter [AC] (on-line)
Dec 16 22:58:35 skynet kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
Dec 16 22:58:35 skynet kernel: ACPI: button: Sleep Button [SLPB]
Dec 16 22:58:35 skynet kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
Dec 16 22:58:35 skynet kernel: ACPI: button: Lid Switch [LID]
Dec 16 22:58:35 skynet kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
Dec 16 22:58:35 skynet kernel: ACPI: button: Power Button [PWRF]
Dec 16 22:58:35 skynet kernel: thermal LNXTHERM:00: registered as thermal_zone0
Dec 16 22:58:35 skynet kernel: ACPI: thermal: Thermal Zone [THM0] (48 C)
Dec 16 22:58:35 skynet kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Dec 16 22:58:35 skynet kernel: serial 0000:00:16.3: enabling device (0000 -> 0003)
Dec 16 22:58:35 skynet kernel: 0000:00:16.3: ttyS4 at I/O 0x3060 (irq = 19, base_baud = 115200) is a 16550A
Dec 16 22:58:35 skynet kernel: hpet_acpi_add: no address or irqs in _CRS
Dec 16 22:58:35 skynet kernel: Non-volatile memory driver v1.3
Dec 16 22:58:35 skynet kernel: Linux agpgart interface v0.103
Dec 16 22:58:35 skynet kernel: ACPI: bus type drm_connector registered
Dec 16 22:58:35 skynet kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Dec 16 22:58:35 skynet kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
Dec 16 22:58:35 skynet kernel: xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000000009810
Dec 16 22:58:35 skynet kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Dec 16 22:58:35 skynet kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Dec 16 22:58:35 skynet kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
Dec 16 22:58:35 skynet kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.18
Dec 16 22:58:35 skynet kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 16 22:58:35 skynet kernel: usb usb1: Product: xHCI Host Controller
Dec 16 22:58:35 skynet kernel: usb usb1: Manufacturer: Linux 6.18.1-arch1-2 xhci-hcd
Dec 16 22:58:35 skynet kernel: usb usb1: SerialNumber: 0000:00:14.0
Dec 16 22:58:35 skynet kernel: hub 1-0:1.0: USB hub found
Dec 16 22:58:35 skynet kernel: hub 1-0:1.0: 16 ports detected
Dec 16 22:58:35 skynet kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.18
Dec 16 22:58:35 skynet kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 16 22:58:35 skynet kernel: usb usb2: Product: xHCI Host Controller
Dec 16 22:58:35 skynet kernel: usb usb2: Manufacturer: Linux 6.18.1-arch1-2 xhci-hcd
Dec 16 22:58:35 skynet kernel: usb usb2: SerialNumber: 0000:00:14.0
Dec 16 22:58:35 skynet kernel: hub 2-0:1.0: USB hub found
Dec 16 22:58:35 skynet kernel: hub 2-0:1.0: 10 ports detected
Dec 16 22:58:35 skynet kernel: xhci_hcd 0000:01:00.2: xHCI Host Controller
Dec 16 22:58:35 skynet kernel: xhci_hcd 0000:01:00.2: new USB bus registered, assigned bus number 3
Dec 16 22:58:35 skynet kernel: xhci_hcd 0000:01:00.2: hcc params 0x0180ff05 hci version 0x110 quirks 0x0000000000000010
Dec 16 22:58:35 skynet kernel: xhci_hcd 0000:01:00.2: xHCI Host Controller
Dec 16 22:58:35 skynet kernel: xhci_hcd 0000:01:00.2: new USB bus registered, assigned bus number 4
Dec 16 22:58:35 skynet kernel: xhci_hcd 0000:01:00.2: Host supports USB 3.1 Enhanced SuperSpeed
Dec 16 22:58:35 skynet kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.18
Dec 16 22:58:35 skynet kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 16 22:58:35 skynet kernel: usb usb3: Product: xHCI Host Controller
Dec 16 22:58:35 skynet kernel: usb usb3: Manufacturer: Linux 6.18.1-arch1-2 xhci-hcd
Dec 16 22:58:35 skynet kernel: usb usb3: SerialNumber: 0000:01:00.2
Dec 16 22:58:35 skynet kernel: hub 3-0:1.0: USB hub found
Dec 16 22:58:35 skynet kernel: hub 3-0:1.0: 2 ports detected
Dec 16 22:58:35 skynet kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
Dec 16 22:58:35 skynet kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.18
Dec 16 22:58:35 skynet kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 16 22:58:35 skynet kernel: usb usb4: Product: xHCI Host Controller
Dec 16 22:58:35 skynet kernel: usb usb4: Manufacturer: Linux 6.18.1-arch1-2 xhci-hcd
Dec 16 22:58:35 skynet kernel: usb usb4: SerialNumber: 0000:01:00.2
Dec 16 22:58:35 skynet kernel: hub 4-0:1.0: USB hub found
Dec 16 22:58:35 skynet kernel: hub 4-0:1.0: 4 ports detected
Dec 16 22:58:35 skynet kernel: xhci_hcd 0000:2c:00.0: xHCI Host Controller
Dec 16 22:58:35 skynet kernel: xhci_hcd 0000:2c:00.0: new USB bus registered, assigned bus number 5
Dec 16 22:58:35 skynet kernel: xhci_hcd 0000:2c:00.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000200009810
Dec 16 22:58:35 skynet kernel: xhci_hcd 0000:2c:00.0: xHCI Host Controller
Dec 16 22:58:35 skynet kernel: xhci_hcd 0000:2c:00.0: new USB bus registered, assigned bus number 6
Dec 16 22:58:35 skynet kernel: xhci_hcd 0000:2c:00.0: Host supports USB 3.1 Enhanced SuperSpeed
Dec 16 22:58:35 skynet kernel: usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.18
Dec 16 22:58:35 skynet kernel: usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 16 22:58:35 skynet kernel: usb usb5: Product: xHCI Host Controller
Dec 16 22:58:35 skynet kernel: usb usb5: Manufacturer: Linux 6.18.1-arch1-2 xhci-hcd
Dec 16 22:58:35 skynet kernel: usb usb5: SerialNumber: 0000:2c:00.0
Dec 16 22:58:35 skynet kernel: hub 5-0:1.0: USB hub found
Dec 16 22:58:35 skynet kernel: hub 5-0:1.0: 2 ports detected
Dec 16 22:58:35 skynet kernel: usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.18
Dec 16 22:58:35 skynet kernel: usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 16 22:58:35 skynet kernel: usb usb6: Product: xHCI Host Controller
Dec 16 22:58:35 skynet kernel: usb usb6: Manufacturer: Linux 6.18.1-arch1-2 xhci-hcd
Dec 16 22:58:35 skynet kernel: usb usb6: SerialNumber: 0000:2c:00.0
Dec 16 22:58:35 skynet kernel: hub 6-0:1.0: USB hub found
Dec 16 22:58:35 skynet kernel: hub 6-0:1.0: 2 ports detected
Dec 16 22:58:35 skynet kernel: usbcore: registered new interface driver usbserial_generic
Dec 16 22:58:35 skynet kernel: usbserial: USB Serial support registered for generic
Dec 16 22:58:35 skynet kernel: i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
Dec 16 22:58:35 skynet kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Dec 16 22:58:35 skynet kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
Dec 16 22:58:35 skynet kernel: rtc_cmos 00:04: RTC can wake from S4
Dec 16 22:58:35 skynet kernel: rtc_cmos 00:04: registered as rtc0
Dec 16 22:58:35 skynet kernel: rtc_cmos 00:04: setting system clock to 2025-12-17T03:58:32 UTC (1765943912)
Dec 16 22:58:35 skynet kernel: rtc_cmos 00:04: alarms up to one month, y3k, 242 bytes nvram
Dec 16 22:58:35 skynet kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
Dec 16 22:58:35 skynet kernel: intel_pstate: Intel P-state driver initializing
Dec 16 22:58:35 skynet kernel: intel_pstate: Disabling energy efficiency optimization
Dec 16 22:58:35 skynet kernel: intel_pstate: HWP enabled
Dec 16 22:58:35 skynet kernel: simple-framebuffer simple-framebuffer.0: [drm] Registered 1 planes with drm panic
Dec 16 22:58:35 skynet kernel: [drm] Initialized simpledrm 1.0.0 for simple-framebuffer.0 on minor 0
Dec 16 22:58:35 skynet kernel: fbcon: Deferring console take-over
Dec 16 22:58:35 skynet kernel: simple-framebuffer simple-framebuffer.0: [drm] fb0: simpledrmdrmfb frame buffer device
Dec 16 22:58:35 skynet kernel: hid: raw HID events driver (C) Jiri Kosina
Dec 16 22:58:35 skynet kernel: usbcore: registered new interface driver usbhid
Dec 16 22:58:35 skynet kernel: usbhid: USB HID core driver
Dec 16 22:58:35 skynet kernel: rust_binder: Loaded Rust Binder.
Dec 16 22:58:35 skynet kernel: drop_monitor: Initializing network drop monitor service
Dec 16 22:58:35 skynet kernel: NET: Registered PF_INET6 protocol family
Dec 16 22:58:35 skynet kernel: Segment Routing with IPv6
Dec 16 22:58:35 skynet kernel: RPL Segment Routing with IPv6
Dec 16 22:58:35 skynet kernel: In-situ OAM (IOAM) with IPv6
Dec 16 22:58:35 skynet kernel: NET: Registered PF_PACKET protocol family
Dec 16 22:58:35 skynet kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Dec 16 22:58:35 skynet kernel: microcode: Current revision: 0x00000104
Dec 16 22:58:35 skynet kernel: IPI shorthand broadcast: enabled
Dec 16 22:58:35 skynet kernel: sched_clock: Marking stable (708001680, 7312901)->(761895779, -46581198)
Dec 16 22:58:35 skynet kernel: registered taskstats version 1
Dec 16 22:58:35 skynet kernel: Loading compiled-in X.509 certificates
Dec 16 22:58:35 skynet kernel: ACPI: battery: Slot [BAT0] (battery present)
Dec 16 22:58:35 skynet kernel: Freeing initrd memory: 190864K
Dec 16 22:58:35 skynet kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 68f3c589838c0c04fc0b340c695b82310b45ce0e'
Dec 16 22:58:35 skynet kernel: zswap: loaded using pool zstd
Dec 16 22:58:35 skynet kernel: Demotion targets for Node 0: null
Dec 16 22:58:35 skynet kernel: Key type .fscrypt registered
Dec 16 22:58:35 skynet kernel: Key type fscrypt-provisioning registered
Dec 16 22:58:35 skynet kernel: Btrfs loaded, zoned=yes, fsverity=yes
Dec 16 22:58:35 skynet kernel: Key type big_key registered
Dec 16 22:58:35 skynet kernel: integrity: Loading X.509 certificate: UEFI:db
Dec 16 22:58:35 skynet kernel: integrity: Loaded X.509 cert 'Lenovo Ltd.: ThinkPad Product CA 2012: 838b1f54c1550463f45f98700640f11069265949'
Dec 16 22:58:35 skynet kernel: integrity: Loading X.509 certificate: UEFI:db
Dec 16 22:58:35 skynet kernel: integrity: Loaded X.509 cert 'Lenovo UEFI CA 2014: 4b91a68732eaefdd2c8ffffc6b027ec3449e9c8f'
Dec 16 22:58:35 skynet kernel: integrity: Loading X.509 certificate: UEFI:db
Dec 16 22:58:35 skynet kernel: integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
Dec 16 22:58:35 skynet kernel: integrity: Loading X.509 certificate: UEFI:db
Dec 16 22:58:35 skynet kernel: integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
Dec 16 22:58:35 skynet kernel: PM: Magic number: 5:74:968
Dec 16 22:58:35 skynet kernel: memory memory19: hash matches
Dec 16 22:58:35 skynet kernel: RAS: Correctable Errors collector initialized.
Dec 16 22:58:35 skynet kernel: clk: Disabling unused clocks
Dec 16 22:58:35 skynet kernel: PM: genpd: Disabling unused power domains
Dec 16 22:58:35 skynet kernel: Freeing unused decrypted memory: 2028K
Dec 16 22:58:35 skynet kernel: Freeing unused kernel image (initmem) memory: 4728K
Dec 16 22:58:35 skynet kernel: Write protecting the kernel read-only data: 36864k
Dec 16 22:58:35 skynet kernel: Freeing unused kernel image (text/rodata gap) memory: 180K
Dec 16 22:58:35 skynet kernel: Freeing unused kernel image (rodata/data gap) memory: 20K
Dec 16 22:58:35 skynet kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Dec 16 22:58:35 skynet kernel: rodata_test: all tests were successful
Dec 16 22:58:35 skynet kernel: Run /init as init process
Dec 16 22:58:35 skynet kernel: with arguments:
Dec 16 22:58:35 skynet kernel: /init
Dec 16 22:58:35 skynet kernel: with environment:
Dec 16 22:58:35 skynet kernel: HOME=/
Dec 16 22:58:35 skynet kernel: TERM=linux
Dec 16 22:58:35 skynet kernel: usb 1-8: new high-speed USB device number 2 using xhci_hcd
Dec 16 22:58:35 skynet kernel: usb 1-8: New USB device found, idVendor=04f2, idProduct=b681, bcdDevice=69.26
Dec 16 22:58:35 skynet kernel: usb 1-8: New USB device strings: Mfr=3, Product=1, SerialNumber=2
Dec 16 22:58:35 skynet kernel: usb 1-8: Product: Integrated Camera
Dec 16 22:58:35 skynet kernel: usb 1-8: Manufacturer: Chicony Electronics Co.,Ltd.
Dec 16 22:58:35 skynet kernel: usb 1-8: SerialNumber: 6926
Dec 16 22:58:35 skynet kernel: usb 1-9: new full-speed USB device number 3 using xhci_hcd
Dec 16 22:58:35 skynet kernel: usb 1-9: New USB device found, idVendor=06cb, idProduct=00bd, bcdDevice= 0.00
Dec 16 22:58:35 skynet kernel: usb 1-9: New USB device strings: Mfr=0, Product=0, SerialNumber=1
Dec 16 22:58:35 skynet kernel: usb 1-9: SerialNumber: 5662ea638206
Dec 16 22:58:35 skynet kernel: i915 0000:00:02.0: enabling device (0006 -> 0007)
Dec 16 22:58:35 skynet kernel: i915 0000:00:02.0: [drm] Found coffeelake (device ID 3e9b) integrated display version 9.00 stepping N/A
Dec 16 22:58:35 skynet kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
Dec 16 22:58:35 skynet kernel: i915 0000:00:02.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=none:owns=mem
Dec 16 22:58:35 skynet kernel: i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
Dec 16 22:58:35 skynet kernel: usb 1-10: new full-speed USB device number 4 using xhci_hcd
Dec 16 22:58:35 skynet kernel: i915 0000:00:02.0: [drm] Registered 3 planes with drm panic
Dec 16 22:58:35 skynet kernel: [drm] Initialized i915 1.6.0 for 0000:00:02.0 on minor 1
Dec 16 22:58:35 skynet kernel: ACPI: video: [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
Dec 16 22:58:35 skynet kernel: ACPI: video: Video Device [PEGP] (multi-head: yes rom: no post: no)
Dec 16 22:58:35 skynet kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input5
Dec 16 22:58:35 skynet kernel: ACPI: video: Video Device [GFX0] (multi-head: yes rom: no post: no)
Dec 16 22:58:35 skynet kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input6
Dec 16 22:58:35 skynet kernel: fbcon: i915drmfb (fb0) is primary device
Dec 16 22:58:35 skynet kernel: fbcon: Deferring console take-over
Dec 16 22:58:35 skynet kernel: i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
Dec 16 22:58:35 skynet kernel: usb 1-10: New USB device found, idVendor=056a, idProduct=51e9, bcdDevice= 0.02
Dec 16 22:58:35 skynet kernel: usb 1-10: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Dec 16 22:58:35 skynet kernel: usb 1-10: Product: Pen and multitouch sensor
Dec 16 22:58:35 skynet kernel: usb 1-10: Manufacturer: Wacom Co.,Ltd.
Dec 16 22:58:35 skynet kernel: input: Wacom Co.,Ltd. Pen and multitouch sensor Touchscreen as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.0/0003:056A:51E9.0001/input/input7
Dec 16 22:58:35 skynet kernel: input: Wacom Co.,Ltd. Pen and multitouch sensor as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.0/0003:056A:51E9.0001/input/input8
Dec 16 22:58:35 skynet kernel: input: Wacom Co.,Ltd. Pen and multitouch sensor Stylus as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.0/0003:056A:51E9.0001/input/input9
Dec 16 22:58:35 skynet kernel: input: Wacom Co.,Ltd. Pen and multitouch sensor as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.0/0003:056A:51E9.0001/input/input10
Dec 16 22:58:35 skynet kernel: input: Wacom Co.,Ltd. Pen and multitouch sensor Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.0/0003:056A:51E9.0001/input/input11
Dec 16 22:58:35 skynet kernel: hid-generic 0003:056A:51E9.0001: input,hiddev96,hidraw0: USB HID v1.11 Mouse [Wacom Co.,Ltd. Pen and multitouch sensor] on usb-0000:00:14.0-10/input0
Dec 16 22:58:35 skynet kernel: tsc: Refined TSC clocksource calibration: 2591.998 MHz
Dec 16 22:58:35 skynet kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x255cb518234, max_idle_ns: 440795279333 ns
Dec 16 22:58:35 skynet kernel: clocksource: Switched to clocksource tsc
Dec 16 22:58:35 skynet kernel: nvidia: loading out-of-tree module taints kernel.
Dec 16 22:58:35 skynet kernel: nvidia: module license 'NVIDIA' taints kernel.
Dec 16 22:58:35 skynet kernel: Disabling lock debugging due to kernel taint
Dec 16 22:58:35 skynet kernel: nvidia: module verification failed: signature and/or required key missing - tainting kernel
Dec 16 22:58:35 skynet kernel: nvidia: module license taints kernel.
Dec 16 22:58:35 skynet kernel: usb 1-14: new full-speed USB device number 5 using xhci_hcd
Dec 16 22:58:35 skynet kernel: usb 1-14: New USB device found, idVendor=8087, idProduct=0029, bcdDevice= 0.01
Dec 16 22:58:35 skynet kernel: usb 1-14: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Dec 16 22:58:35 skynet kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 237
Dec 16 22:58:35 skynet kernel:
Dec 16 22:58:35 skynet kernel: nvidia 0000:01:00.0: enabling device (0000 -> 0003)
Dec 16 22:58:35 skynet kernel: nvidia 0000:01:00.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=none:owns=none
Dec 16 22:58:35 skynet kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module 580.119.02 Mon Dec 8 08:42:31 UTC 2025
Dec 16 22:58:35 skynet kernel: nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms 580.119.02 Mon Dec 8 07:37:54 UTC 2025
Dec 16 22:58:35 skynet kernel: nvidia_uvm: module uses symbols nvUvmInterfaceDisableAccessCntr from proprietary module nvidia, inheriting taint.
Dec 16 22:58:35 skynet kernel: [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
Dec 16 22:58:35 skynet kernel: ACPI Warning: \_SB.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20250807/nsarguments-61)
Dec 16 22:58:35 skynet kernel: [drm] Initialized nvidia-drm 0.0.0 for 0000:01:00.0 on minor 0
Dec 16 22:58:35 skynet kernel: nvidia 0000:01:00.0: [drm] Cannot find any crtc or sizes
Dec 16 22:58:35 skynet kernel: intel-lpss 0000:00:15.0: enabling device (0000 -> 0002)
Dec 16 22:58:35 skynet kernel: idma64 idma64.0: Found Intel integrated DMA 64-bit
Dec 16 22:58:35 skynet kernel: Key type psk registered
Dec 16 22:58:35 skynet kernel: intel-lpss 0000:00:15.1: enabling device (0000 -> 0002)
Dec 16 22:58:35 skynet kernel: rtsx_pci 0000:54:00.0: enabling device (0000 -> 0002)
Dec 16 22:58:35 skynet kernel: idma64 idma64.1: Found Intel integrated DMA 64-bit
Dec 16 22:58:35 skynet kernel: intel-lpss 0000:00:1e.0: enabling device (0000 -> 0002)
Dec 16 22:58:35 skynet kernel: idma64 idma64.2: Found Intel integrated DMA 64-bit
Dec 16 22:58:35 skynet kernel: nvme nvme0: pci function 0000:02:00.0
Dec 16 22:58:35 skynet kernel: nvme nvme0: missing or invalid SUBNQN field.
Dec 16 22:58:35 skynet kernel: nvme nvme0: D3 entry latency set to 8 seconds
Dec 16 22:58:35 skynet kernel: nvme nvme0: 12/0/0 default/read/poll queues
Dec 16 22:58:35 skynet kernel: nvme0n1: p1 p2 p3 p4 p5 p6 p7
Dec 16 22:58:35 skynet kernel: fbcon: Taking over console
Dec 16 22:58:35 skynet kernel: Console: switching to colour frame buffer device 240x67
Dec 16 22:58:35 skynet kernel: EXT4-fs (nvme0n1p6): mounted filesystem 6ad88d6e-0c6d-4738-be74-67829c639804 r/w with ordered data mode. Quota mode: none.
Dec 16 22:58:35 skynet systemd[1]: systemd 258.3-1-arch running in system mode (+PAM +AUDIT -SELINUX +APPARMOR -IMA +IPE +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF +XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
Dec 16 22:58:35 skynet systemd[1]: Detected architecture x86-64.
Dec 16 22:58:35 skynet systemd[1]: Hostname set to <skynet>.
Dec 16 22:58:35 skynet systemd[1]: bpf-restrict-fs: LSM BPF program attached
Dec 16 22:58:35 skynet systemd[1]: sysinit.target: Found ordering cycle: systemd-update-done.service/start after ldconfig.service/start after local-fs.target/start after mnt-kincaid.automount/start after network.target/start after NetworkManager.service/start after basic.target/start after sockets.target/start after systemd-logind-varlink.socket/start after sysinit.target/start - after systemd-update-done.service
Dec 16 22:58:35 skynet systemd[1]: sysinit.target: Job systemd-update-done.service/start deleted to break ordering cycle starting with sysinit.target/start
Dec 16 22:58:35 skynet systemd[1]: sysinit.target: Found ordering cycle: ldconfig.service/start after local-fs.target/start after mnt-kincaid.automount/start after network.target/start after NetworkManager.service/start after basic.target/start after sockets.target/start after systemd-logind-varlink.socket/start after sysinit.target/start - after ldconfig.service
Dec 16 22:58:35 skynet systemd[1]: sysinit.target: Job ldconfig.service/start deleted to break ordering cycle starting with sysinit.target/start
Dec 16 22:58:35 skynet systemd[1]: NetworkManager.service: Found ordering cycle: dbus-broker.service/start after systemd-tmpfiles-setup.service/start after local-fs.target/start after mnt-kincaid.automount/start after network.target/start after NetworkManager.service/start - after dbus-broker.service
Dec 16 22:58:35 skynet systemd[1]: NetworkManager.service: Job dbus-broker.service/start deleted to break ordering cycle starting with NetworkManager.service/start
Dec 16 22:58:35 skynet systemd[1]: Queued start job for default target Graphical Interface.
Dec 16 22:58:35 skynet systemd[1]: Created slice Slice /system/dirmngr.
Dec 16 22:58:35 skynet systemd[1]: Created slice Slice /system/getty.
Dec 16 22:58:35 skynet systemd[1]: Created slice Slice /system/gpg-agent.
Dec 16 22:58:35 skynet systemd[1]: Created slice Slice /system/gpg-agent-browser.
Dec 16 22:58:35 skynet systemd[1]: Created slice Slice /system/gpg-agent-extra.
Dec 16 22:58:35 skynet systemd[1]: Created slice Slice /system/gpg-agent-ssh.
Dec 16 22:58:35 skynet systemd[1]: Created slice Slice /system/keyboxd.
Dec 16 22:58:35 skynet systemd[1]: Created slice Slice /system/modprobe.
Dec 16 22:58:35 skynet systemd[1]: Created slice User and Session Slice.
Dec 16 22:58:35 skynet systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Dec 16 22:58:35 skynet systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Dec 16 22:58:35 skynet systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Dec 16 22:58:35 skynet systemd[1]: Expecting device /dev/disk/by-uuid/09749221-4bee-487d-a225-ec77d80f3c15...
Dec 16 22:58:35 skynet systemd[1]: Expecting device /dev/disk/by-uuid/0EA9-FF99...
Dec 16 22:58:35 skynet systemd[1]: Expecting device /dev/disk/by-uuid/A6069D22069CF491...
Dec 16 22:58:35 skynet systemd[1]: Reached target Local Encrypted Volumes.
Dec 16 22:58:35 skynet systemd[1]: Reached target Login Prompts.
Dec 16 22:58:35 skynet systemd[1]: Reached target Image Downloads.
Dec 16 22:58:35 skynet systemd[1]: Reached target Local Integrity Protected Volumes.
Dec 16 22:58:35 skynet systemd[1]: Reached target Network.
Dec 16 22:58:35 skynet systemd[1]: Reached target Path Units.
Dec 16 22:58:35 skynet systemd[1]: Reached target Remote File Systems.
Dec 16 22:58:35 skynet systemd[1]: Reached target Slice Units.
Dec 16 22:58:35 skynet systemd[1]: Reached target Local Verity Protected Volumes.
Dec 16 22:58:35 skynet systemd[1]: Listening on Device-mapper event daemon FIFOs.
Dec 16 22:58:35 skynet systemd[1]: Listening on Query the User Interactively for a Password.
Dec 16 22:58:35 skynet systemd[1]: Listening on Process Core Dump Socket.
Dec 16 22:58:35 skynet systemd[1]: Listening on Credential Encryption/Decryption.
Dec 16 22:58:35 skynet systemd[1]: Listening on Factory Reset Management.
Dec 16 22:58:35 skynet systemd[1]: Listening on Journal Socket (/dev/log).
Dec 16 22:58:35 skynet systemd[1]: Listening on Journal Sockets.
Dec 16 22:58:35 skynet systemd[1]: TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Dec 16 22:58:35 skynet systemd[1]: Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Dec 16 22:58:35 skynet systemd[1]: Listening on udev Control Socket.
Dec 16 22:58:35 skynet systemd[1]: Listening on udev Kernel Socket.
Dec 16 22:58:35 skynet systemd[1]: Listening on udev Varlink Socket.
Dec 16 22:58:35 skynet systemd[1]: Listening on User Database Manager Socket.
Dec 16 22:58:35 skynet systemd[1]: Mounting Huge Pages File System...
Dec 16 22:58:35 skynet systemd[1]: Mounting POSIX Message Queue File System...
Dec 16 22:58:35 skynet systemd[1]: Mounting Kernel Debug File System...
Dec 16 22:58:35 skynet systemd[1]: Mounting Kernel Trace File System...
Dec 16 22:58:35 skynet systemd[1]: Starting Create List of Static Device Nodes...
Dec 16 22:58:35 skynet systemd[1]: Load Kernel Module configfs was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!configfs).
Dec 16 22:58:35 skynet systemd[1]: Mounting Kernel Configuration File System...
Dec 16 22:58:35 skynet systemd[1]: Starting Load Kernel Module dm_mod...
Dec 16 22:58:35 skynet systemd[1]: Load Kernel Module drm was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!drm).
Dec 16 22:58:35 skynet systemd[1]: Load Kernel Module fuse was skipped because of an unmet condition check (ConditionKernelModuleLoaded=!fuse).
Dec 16 22:58:35 skynet systemd[1]: Mounting FUSE Control File System...
Dec 16 22:58:35 skynet systemd[1]: Starting Load Kernel Module loop...
Dec 16 22:58:35 skynet systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Dec 16 22:58:35 skynet systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
Dec 16 22:58:35 skynet systemd[1]: Starting Journal Service...
Dec 16 22:58:35 skynet systemd[1]: Starting Load Kernel Modules...
Dec 16 22:58:35 skynet systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Dec 16 22:58:35 skynet systemd[1]: Starting Remount Root and Kernel File Systems...
Dec 16 22:58:35 skynet systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Dec 16 22:58:35 skynet systemd[1]: Starting Load udev Rules from Credentials...
Dec 16 22:58:35 skynet systemd[1]: Starting Coldplug All udev Devices...
Dec 16 22:58:35 skynet systemd[1]: Mounted Huge Pages File System.
Dec 16 22:58:35 skynet systemd[1]: Mounted POSIX Message Queue File System.
Dec 16 22:58:35 skynet systemd[1]: Mounted Kernel Debug File System.
Dec 16 22:58:35 skynet systemd[1]: Mounted Kernel Trace File System.
Dec 16 22:58:35 skynet systemd[1]: Finished Create List of Static Device Nodes.
Dec 16 22:58:35 skynet systemd[1]: Mounted Kernel Configuration File System.
Dec 16 22:58:35 skynet systemd[1]: Mounted FUSE Control File System.
Dec 16 22:58:35 skynet systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
Dec 16 22:58:35 skynet systemd[1]: Finished Load Kernel Modules.
Dec 16 22:58:35 skynet systemd[1]: Starting Apply Kernel Variables...
Dec 16 22:58:35 skynet kernel: device-mapper: uevent: version 1.0.3
Dec 16 22:58:35 skynet kernel: device-mapper: ioctl: 4.50.0-ioctl (2025-04-28) initialised: dm-devel@lists.linux.dev
Dec 16 22:58:35 skynet kernel: loop: module loaded
Dec 16 22:58:35 skynet systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Dec 16 22:58:35 skynet systemd[1]: Finished Load Kernel Module dm_mod.
Dec 16 22:58:35 skynet systemd[1]: modprobe@loop.service: Deactivated successfully.
Dec 16 22:58:35 skynet systemd[1]: Finished Load Kernel Module loop.
Dec 16 22:58:35 skynet systemd[1]: Finished Load udev Rules from Credentials.
Dec 16 22:58:35 skynet systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Dec 16 22:58:35 skynet systemd[1]: Finished Apply Kernel Variables.
Dec 16 22:58:35 skynet systemd-journald[354]: Collecting audit messages is disabled.
Dec 16 22:58:35 skynet kernel: EXT4-fs (nvme0n1p6): re-mounted 6ad88d6e-0c6d-4738-be74-67829c639804.
Dec 16 22:58:35 skynet systemd[1]: Finished Remount Root and Kernel File Systems.
Dec 16 22:58:35 skynet systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
Dec 16 22:58:35 skynet systemd[1]: Starting Load/Save OS Random Seed...
Dec 16 22:58:35 skynet systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Dec 16 22:58:35 skynet systemd[1]: Starting User Database Manager...
Dec 16 22:58:35 skynet systemd[1]: Finished Load/Save OS Random Seed.
Dec 16 22:58:35 skynet systemd[1]: Started User Database Manager.
Dec 16 22:58:35 skynet systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
Dec 16 22:58:35 skynet systemd[1]: Starting Create System Users...
Dec 16 22:58:35 skynet systemd-journald[354]: Journal started
Dec 16 22:58:35 skynet systemd-journald[354]: Runtime Journal (/run/log/journal/01fb48006faf4d8f88ed55c0915a488e) is 8M, max 3.1G, 3.1G free.
Dec 16 22:58:35 skynet systemd[1]: Started Journal Service.
Dec 16 22:58:35 skynet systemd[1]: Starting Flush Journal to Persistent Storage...
Dec 16 22:58:35 skynet systemd[1]: Finished Create System Users.
Dec 16 22:58:35 skynet systemd[1]: Starting Create Static Device Nodes in /dev...
Dec 16 22:58:35 skynet systemd-journald[354]: Time spent on flushing to /var/log/journal/01fb48006faf4d8f88ed55c0915a488e is 59.020ms for 1038 entries.
Dec 16 22:58:35 skynet systemd-journald[354]: System Journal (/var/log/journal/01fb48006faf4d8f88ed55c0915a488e) is 301.7M, max 4G, 3.7G free.
Dec 16 22:58:35 skynet systemd-journald[354]: Received client request to flush runtime journal.
Dec 16 22:58:35 skynet systemd[1]: Finished Create Static Device Nodes in /dev.
Dec 16 22:58:35 skynet systemd[1]: Reached target Preparation for Local File Systems.
Dec 16 22:58:35 skynet systemd[1]: Set up automount Automount external NTFS drive at /mnt/ivy.
Dec 16 22:58:35 skynet systemd[1]: Set up automount Automount external NTFS drive at /mnt/kincaid.
Dec 16 22:58:35 skynet systemd[1]: Set up automount Automount external NTFS drive at /mnt/toot.
Dec 16 22:58:35 skynet systemd[1]: Starting Rule-based Manager for Device Events and Files...
Dec 16 22:58:35 skynet systemd-udevd[395]: Using default interface naming scheme 'v258'.
Dec 16 22:58:35 skynet systemd-udevd[395]: /etc/udev/rules.d/80-nvidia-pm.rules:2 The line has no effect, ignoring.
Dec 16 22:58:35 skynet systemd-udevd[395]: /etc/udev/rules.d/80-nvidia-pm.rules:3 The line has no effect, ignoring.
Dec 16 22:58:35 skynet systemd-udevd[395]: /etc/udev/rules.d/80-nvidia-pm.rules:6 The line has no effect, ignoring.
Dec 16 22:58:35 skynet systemd-udevd[395]: /etc/udev/rules.d/80-nvidia-pm.rules:7 The line has no effect, ignoring.
Dec 16 22:58:35 skynet systemd[1]: Started Rule-based Manager for Device Events and Files.
Dec 16 22:58:35 skynet systemd[1]: Finished Flush Journal to Persistent Storage.
Dec 16 22:58:36 skynet systemd[1]: Finished Coldplug All udev Devices.
Dec 16 22:58:36 skynet systemd[1]: Found device SAMSUNG MZVLB2T0HALB-000L7 EFI\x20system\x20partition.
Dec 16 22:58:36 skynet systemd[1]: Found device SAMSUNG MZVLB2T0HALB-000L7 7.
Dec 16 22:58:36 skynet kernel: intel_pch_thermal 0000:00:12.0: enabling device (0000 -> 0002)
Dec 16 22:58:36 skynet kernel: nvidia-gpu 0000:01:00.3: enabling device (0000 -> 0002)
Dec 16 22:58:36 skynet kernel: wacom 0003:056A:51E9.0001: hidraw0: USB HID v1.11 Mouse [Wacom Co.,Ltd. Pen and multitouch sensor] on usb-0000:00:14.0-10/input0
Dec 16 22:58:36 skynet kernel: mc: Linux media interface: v0.10
Dec 16 22:58:36 skynet kernel: input: Wacom Pen and multitouch sensor Pen as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.0/0003:056A:51E9.0001/input/input12
Dec 16 22:58:36 skynet kernel: pps_core: LinuxPPS API ver. 1 registered
Dec 16 22:58:36 skynet kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Dec 16 22:58:36 skynet kernel: ACPI: bus type thunderbolt registered
Dec 16 22:58:36 skynet kernel: dw-apb-uart.2: ttyS5 at MMIO 0x604110f000 (irq = 20, base_baud = 115200) is a 16550A
Dec 16 22:58:36 skynet kernel: mei_me 0000:00:16.0: enabling device (0000 -> 0002)
Dec 16 22:58:36 skynet kernel: input: Wacom Pen and multitouch sensor Finger as /devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.0/0003:056A:51E9.0001/input/input13
Dec 16 22:58:36 skynet kernel: videodev: Linux video capture interface: v2.00
Dec 16 22:58:36 skynet kernel: PTP clock support registered
Dec 16 22:58:36 skynet kernel: i801_smbus 0000:00:1f.4: enabling device (0000 -> 0003)
Dec 16 22:58:36 skynet kernel: i801_smbus 0000:00:1f.4: SPD Write Disable is set
Dec 16 22:58:36 skynet kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
Dec 16 22:58:36 skynet kernel: i2c i2c-13: Successfully instantiated SPD at 0x50
Dec 16 22:58:36 skynet kernel: i2c i2c-13: Successfully instantiated SPD at 0x52
Dec 16 22:58:36 skynet systemd[1]: Found device SAMSUNG MZVLB2T0HALB-000L7 archive.
Dec 16 22:58:36 skynet systemd[1]: Created slice Slice /system/systemd-backlight.
Dec 16 22:58:36 skynet systemd[1]: Activating swap /dev/disk/by-uuid/09749221-4bee-487d-a225-ec77d80f3c15...
Dec 16 22:58:36 skynet systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:intel_backlight...
Dec 16 22:58:36 skynet kernel: input: PC Speaker as /devices/platform/pcspkr/input/input15
Dec 16 22:58:36 skynet kernel: Bluetooth: Core ver 2.22
Dec 16 22:58:36 skynet kernel: NET: Registered PF_BLUETOOTH protocol family
Dec 16 22:58:36 skynet kernel: Bluetooth: HCI device and connection manager initialized
Dec 16 22:58:36 skynet kernel: Bluetooth: HCI socket layer initialized
Dec 16 22:58:36 skynet kernel: Bluetooth: L2CAP socket layer initialized
Dec 16 22:58:36 skynet kernel: Bluetooth: SCO socket layer initialized
Dec 16 22:58:36 skynet kernel: Adding 3096572k swap on /dev/nvme0n1p7. Priority:-2 extents:1 across:3096572k SS
Dec 16 22:58:36 skynet systemd[1]: Activated swap /dev/disk/by-uuid/09749221-4bee-487d-a225-ec77d80f3c15.
Dec 16 22:58:36 skynet systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:intel_backlight.
Dec 16 22:58:36 skynet systemd[1]: Reached target Swaps.
Dec 16 22:58:36 skynet systemd[1]: Starting Virtual Console Setup...
Dec 16 22:58:36 skynet systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Dec 16 22:58:36 skynet kernel: resource: resource sanity check: requesting [mem 0x00000000fed10000-0x00000000fed15fff], which spans more than pnp 00:07 [mem 0xfed10000-0xfed13fff]
Dec 16 22:58:36 skynet kernel: caller snb_uncore_imc_init_box+0x83/0xd0 [intel_uncore] mapping multiple BARs
Dec 16 22:58:36 skynet kernel: mousedev: PS/2 mouse device common for all mice
Dec 16 22:58:36 skynet kernel: e1000e: Intel(R) PRO/1000 Network Driver
Dec 16 22:58:36 skynet kernel: e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
Dec 16 22:58:36 skynet kernel: e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
Dec 16 22:58:36 skynet kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Dec 16 22:58:36 skynet kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Dec 16 22:58:36 skynet kernel: Loaded X.509 cert 'wens: 61c038651aabdcf94bd0ac7ff06c7248db18c600'
Dec 16 22:58:36 skynet kernel: faux_driver regulatory: Direct firmware load for regulatory.db failed with error -2
Dec 16 22:58:36 skynet kernel: cfg80211: failed to load regulatory.db
Dec 16 22:58:36 skynet kernel: spi-nor spi0.0: supply vcc not found, using dummy regulator
Dec 16 22:58:36 skynet systemd[1]: Finished Virtual Console Setup.
Dec 16 22:58:36 skynet kernel: Creating 1 MTD partitions on "0000:00:1f.5":
Dec 16 22:58:36 skynet kernel: 0x000000000000-0x000002000000 : "BIOS"
Dec 16 22:58:36 skynet kernel: iTCO_vendor_support: vendor-support=0
Dec 16 22:58:36 skynet kernel: mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_ops [i915])
Dec 16 22:58:36 skynet kernel: ee1004 13-0050: 512 byte EE1004-compliant SPD EEPROM, read-only
Dec 16 22:58:36 skynet kernel: ee1004 13-0052: 512 byte EE1004-compliant SPD EEPROM, read-only
Dec 16 22:58:36 skynet kernel: thinkpad_acpi: ThinkPad ACPI Extras v0.26
Dec 16 22:58:36 skynet kernel: thinkpad_acpi: http://ibm-acpi.sf.net/
Dec 16 22:58:36 skynet kernel: thinkpad_acpi: ThinkPad BIOS N2NET60W (1.45 ), EC N2NHT30W
Dec 16 22:58:36 skynet kernel: thinkpad_acpi: Lenovo ThinkPad P53, model 20QQS3L700
Dec 16 22:58:36 skynet kernel: RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
Dec 16 22:58:36 skynet kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
Dec 16 22:58:36 skynet kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
Dec 16 22:58:36 skynet kernel: RAPL PMU: hw unit of domain dram 2^-14 Joules
Dec 16 22:58:36 skynet kernel: RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
Dec 16 22:58:36 skynet kernel: thinkpad_acpi: radio switch found; radios are enabled
Dec 16 22:58:36 skynet kernel: thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
Dec 16 22:58:36 skynet kernel: thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
Dec 16 22:58:36 skynet kernel: iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
Dec 16 22:58:36 skynet kernel: iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Dec 16 22:58:36 skynet kernel: iwlwifi 0000:52:00.0: enabling device (0000 -> 0002)
Dec 16 22:58:36 skynet kernel: thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked
Dec 16 22:58:36 skynet kernel: intel_rapl_common: Found RAPL domain package
Dec 16 22:58:36 skynet kernel: intel_rapl_common: Found RAPL domain core
Dec 16 22:58:36 skynet kernel: intel_rapl_common: Found RAPL domain uncore
Dec 16 22:58:36 skynet kernel: intel_rapl_common: Found RAPL domain dram
Dec 16 22:58:36 skynet systemd[1]: Starting Load/Save RF Kill Switch Status...
Dec 16 22:58:36 skynet kernel: usbcore: registered new interface driver btusb
Dec 16 22:58:36 skynet kernel: Bluetooth: hci0: Bootloader revision 0.3 build 0 week 24 2017
Dec 16 22:58:36 skynet kernel: uvcvideo 1-8:1.0: Found UVC 1.50 device Integrated Camera (04f2:b681)
Dec 16 22:58:36 skynet kernel: Bluetooth: hci0: Device revision is 1
Dec 16 22:58:36 skynet kernel: Bluetooth: hci0: Secure boot is enabled
Dec 16 22:58:36 skynet kernel: Bluetooth: hci0: OTP lock is enabled
Dec 16 22:58:36 skynet kernel: Bluetooth: hci0: API lock is enabled
Dec 16 22:58:36 skynet kernel: Bluetooth: hci0: Debug lock is disabled
Dec 16 22:58:36 skynet kernel: Bluetooth: hci0: Minimum firmware build 1 week 10 2014
Dec 16 22:58:36 skynet kernel: Bluetooth: hci0: Found device firmware: intel/ibt-20-1-3.sfi
Dec 16 22:58:36 skynet kernel: Bluetooth: hci0: Boot Address: 0x24800
Dec 16 22:58:36 skynet kernel: Bluetooth: hci0: Firmware Version: 193-33.24
Dec 16 22:58:36 skynet kernel: iwlwifi 0000:52:00.0: Detected crf-id 0x3617, cnv-id 0x100530 wfpm id 0x80000000
Dec 16 22:58:36 skynet kernel: iwlwifi 0000:52:00.0: PCI dev 2723/0080, rev=0x340, rfid=0x10a100
Dec 16 22:58:36 skynet kernel: iwlwifi 0000:52:00.0: Detected Intel(R) Wi-Fi 6 AX200 160MHz
Dec 16 22:58:36 skynet systemd[1]: Reached target Bluetooth Support.
Dec 16 22:58:36 skynet kernel: uvcvideo 1-8:1.2: Found UVC 1.50 device Integrated Camera (04f2:b681)
Dec 16 22:58:36 skynet systemd[1]: Starting Load/Save Screen Backlight Brightness of leds:tpacpi::kbd_backlight...
Dec 16 22:58:36 skynet kernel: snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops intel_audio_component_bind_ops [i915])
Dec 16 22:58:36 skynet kernel: snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
Dec 16 22:58:36 skynet kernel: proc_thermal 0000:00:04.0: enabling device (0000 -> 0002)
Dec 16 22:58:36 skynet kernel: snd_hda_intel 0000:01:00.1: Disabling MSI
Dec 16 22:58:36 skynet kernel: snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
Dec 16 22:58:36 skynet kernel: iwlwifi 0000:52:00.0: loaded firmware version 77.30b1cbd8.0 cc-a0-77.ucode op_mode iwlmvm
Dec 16 22:58:36 skynet kernel: usbcore: registered new interface driver uvcvideo
Dec 16 22:58:36 skynet systemd[1]: Started Load/Save RF Kill Switch Status.
Dec 16 22:58:36 skynet systemd[1]: Finished Load/Save Screen Backlight Brightness of leds:tpacpi::kbd_backlight.
Dec 16 22:58:36 skynet kernel: intel_rapl_common: Found RAPL domain package
Dec 16 22:58:36 skynet kernel: intel_rapl_common: Found RAPL domain dram
Dec 16 22:58:36 skynet kernel: snd_hda_codec_conexant hdaudioC0D0: CX11880: BIOS auto-probing.
Dec 16 22:58:36 skynet kernel: snd_hda_codec_conexant hdaudioC0D0: CX11880: picked fixup for PCI SSID 17aa:0000
Dec 16 22:58:36 skynet kernel: snd_hda_codec_conexant hdaudioC0D0: autoconfig for CX11880: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
Dec 16 22:58:36 skynet kernel: snd_hda_codec_conexant hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Dec 16 22:58:36 skynet kernel: snd_hda_codec_conexant hdaudioC0D0: hp_outs=1 (0x16/0x0/0x0/0x0/0x0)
Dec 16 22:58:36 skynet kernel: snd_hda_codec_conexant hdaudioC0D0: mono: mono_out=0x0
Dec 16 22:58:36 skynet kernel: snd_hda_codec_conexant hdaudioC0D0: inputs:
Dec 16 22:58:36 skynet kernel: snd_hda_codec_conexant hdaudioC0D0: Mic=0x19
Dec 16 22:58:36 skynet kernel: snd_hda_codec_conexant hdaudioC0D0: Internal Mic=0x1a
Dec 16 22:58:36 skynet kernel: intel_tcc_cooling: Programmable TCC Offset detected
Dec 16 22:58:36 skynet kernel: input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input18
Dec 16 22:58:36 skynet kernel: input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input19
Dec 16 22:58:36 skynet kernel: input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input20
Dec 16 22:58:36 skynet kernel: input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input21
Dec 16 22:58:36 skynet systemd[1]: Reached target Sound Card.
Dec 16 22:58:36 skynet kernel: thinkpad_acpi: secondary fan control detected & enabled
Dec 16 22:58:36 skynet kernel: e1000e 0000:00:1f.6 0000:00:1f.6 (uninitialized): registered PHC clock
Dec 16 22:58:36 skynet kernel: input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input22
Dec 16 22:58:36 skynet kernel: input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input23
Dec 16 22:58:36 skynet kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input24
Dec 16 22:58:36 skynet kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input25
Dec 16 22:58:36 skynet kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input26
Dec 16 22:58:36 skynet kernel: thinkpad_acpi: battery 1 registered (start 0, stop 100, behaviours: 0xb)
Dec 16 22:58:36 skynet kernel: ACPI: battery: new hook: ThinkPad Battery Extension
Dec 16 22:58:36 skynet kernel: iwlwifi 0000:52:00.0: BIOS contains WGDS but no WRDS
Dec 16 22:58:36 skynet kernel: intel_pmc_core intel_pmc_core.0: initialized
Dec 16 22:58:36 skynet kernel: input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input17
Dec 16 22:58:36 skynet kernel: typec port0: bound usb1-port4 (ops connector_ops)
Dec 16 22:58:36 skynet kernel: typec port0: bound usb6-port1 (ops connector_ops)
Dec 16 22:58:36 skynet kernel: psmouse serio1: elantech: assuming hardware version 4 (with firmware version 0x5f2001)
Dec 16 22:58:36 skynet kernel: psmouse serio1: elantech: Synaptics capabilities query result 0x90, 0x18, 0x0e.
Dec 16 22:58:36 skynet kernel: psmouse serio1: elantech: Elan sample query result 00, 29, 96
Dec 16 22:58:36 skynet kernel: psmouse serio1: elantech: Elan ic body: 0x10, current fw version: 0x2
Dec 16 22:58:36 skynet kernel: psmouse serio1: elantech: Trying to set up SMBus access
Dec 16 22:58:36 skynet kernel: elan_i2c 13-0015: supply vcc not found, using dummy regulator
Dec 16 22:58:36 skynet kernel: elan_i2c 13-0015: unexpected iap version 0x00 (ic type: 0x29), firmware update will not work
Dec 16 22:58:36 skynet kernel: elan_i2c 13-0015: Elan Touchpad: Module ID: 0x0029, Firmware: 0x0074, Sample: 0x0000, IAP: 0x0000
Dec 16 22:58:36 skynet kernel: input: Elan Touchpad as /devices/pci0000:00/0000:00:1f.4/i2c-13/13-0015/input/input27
Dec 16 22:58:36 skynet kernel: input: Elan TrackPoint as /devices/pci0000:00/0000:00:1f.4/i2c-13/13-0015/input/input28
Dec 16 22:58:36 skynet kernel: iwlwifi 0000:52:00.0: Detected RF HR B3, rfid=0x10a100
Dec 16 22:58:36 skynet kernel: typec port2: bound usb1-port5 (ops connector_ops)
Dec 16 22:58:36 skynet kernel: typec port2: bound usb6-port2 (ops connector_ops)
Dec 16 22:58:36 skynet kernel: iwlwifi 0000:52:00.0: base HW address: 74:d8:3e:2a:34:7e
Dec 16 22:58:36 skynet kernel: e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) 00:2b:67:62:02:91
Dec 16 22:58:36 skynet kernel: e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection
Dec 16 22:58:36 skynet kernel: e1000e 0000:00:1f.6 eth0: MAC: 13, PHY: 12, PBA No: FFFFFF-0FF
Dec 16 22:58:36 skynet kernel: e1000e 0000:00:1f.6 enp0s31f6: renamed from eth0
Dec 16 22:58:36 skynet kernel: iwlwifi 0000:52:00.0 wlp82s0: renamed from wlan0
Dec 16 22:58:36 skynet systemd[1]: Mounting /archive...
Dec 16 22:58:36 skynet systemd[1]: Mounting /boot...
Dec 16 22:58:36 skynet systemd[1]: tmp.mount: Directory /tmp to mount over is not empty, mounting anyway.
Dec 16 22:58:36 skynet systemd[1]: Mounting Temporary Directory /tmp...
Dec 16 22:58:36 skynet systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Dec 16 22:58:36 skynet systemd[1]: Listening on Disk Image Download Service Socket.
Dec 16 22:58:36 skynet systemd[1]: Mounted Temporary Directory /tmp.
Dec 16 22:58:36 skynet mount[544]: The disk contains an unclean file system (0, 0).
Dec 16 22:58:36 skynet mount[544]: Metadata kept in Windows cache, refused to mount.
Dec 16 22:58:36 skynet mount[544]: Falling back to read-only mount because the NTFS partition is in an
Dec 16 22:58:36 skynet mount[544]: unsafe state. Please resume and shutdown Windows fully (no hibernation
Dec 16 22:58:36 skynet mount[544]: or fast restarting.)
Dec 16 22:58:36 skynet systemd[1]: Mounted /boot.
Dec 16 22:58:36 skynet mount[544]: Could not mount read-write, trying read-only
Dec 16 22:58:36 skynet ntfs-3g[548]: Version 2022.10.3 external FUSE 29
Dec 16 22:58:36 skynet ntfs-3g[548]: Mounted /dev/nvme0n1p4 (Read-Only, label "archive", NTFS 3.1)
Dec 16 22:58:36 skynet ntfs-3g[548]: Cmdline options: rw,noatime,uid=1000,gid=1000,umask=0022
Dec 16 22:58:36 skynet ntfs-3g[548]: Mount options: allow_other,nonempty,noatime,ro,default_permissions,fsname=/dev/nvme0n1p4,blkdev,blksize=4096
Dec 16 22:58:36 skynet ntfs-3g[548]: Global ownership and permissions enforced, configuration type 7
Dec 16 22:58:36 skynet systemd[1]: Mounted /archive.
Dec 16 22:58:36 skynet systemd[1]: Reached target Local File Systems.
Dec 16 22:58:36 skynet systemd[1]: Listening on Boot Entries Service Socket.
Dec 16 22:58:36 skynet systemd[1]: Listening on System Extension Image Management.
Dec 16 22:58:36 skynet systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
Dec 16 22:58:36 skynet systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
Dec 16 22:58:36 skynet systemd[1]: Starting Create System Files and Directories...
Dec 16 22:58:36 skynet systemd[1]: Starting Load JSON user/group Records from Credentials...
Dec 16 22:58:36 skynet systemd[1]: Finished Load JSON user/group Records from Credentials.
Dec 16 22:58:36 skynet systemd[1]: Finished Create System Files and Directories.
Dec 16 22:58:36 skynet systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Dec 16 22:58:36 skynet systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Dec 16 22:58:36 skynet systemd[1]: Starting Rebuild Journal Catalog...
Dec 16 22:58:36 skynet systemd[1]: Save Transient machine-id to Disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Dec 16 22:58:36 skynet systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Dec 16 22:58:36 skynet systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Dec 16 22:58:36 skynet systemd[1]: Finished Rebuild Journal Catalog.
Dec 16 22:58:36 skynet systemd[1]: Reached target System Initialization.
Dec 16 22:58:36 skynet systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Dec 16 22:58:36 skynet systemd[1]: Started Daily man-db regeneration.
Dec 16 22:58:36 skynet systemd[1]: Started Daily verification of password and group files.
Dec 16 22:58:36 skynet systemd[1]: Started Daily Cleanup of Temporary Directories.
Dec 16 22:58:36 skynet systemd[1]: Reached target Timer Units.
Dec 16 22:58:36 skynet systemd[1]: Listening on D-Bus System Message Bus Socket.
Dec 16 22:58:36 skynet systemd[1]: Listening on GnuPG network certificate management daemon for /etc/pacman.d/gnupg.
Dec 16 22:58:36 skynet systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers) for /etc/pacman.d/gnupg.
Dec 16 22:58:36 skynet systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (restricted) for /etc/pacman.d/gnupg.
Dec 16 22:58:36 skynet systemd[1]: Listening on GnuPG cryptographic agent (ssh-agent emulation) for /etc/pacman.d/gnupg.
Dec 16 22:58:36 skynet systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache for /etc/pacman.d/gnupg.
Dec 16 22:58:36 skynet systemd[1]: Listening on GnuPG public key management service for /etc/pacman.d/gnupg.
Dec 16 22:58:36 skynet systemd[1]: Listening on OpenSSH Server Socket (systemd-ssh-generator, AF_UNIX Local).
Dec 16 22:58:36 skynet systemd[1]: Listening on Hostname Service Socket.
Dec 16 22:58:36 skynet systemd[1]: Listening on User Login Management Varlink Socket.
Dec 16 22:58:36 skynet systemd[1]: Listening on Virtual Machine and Container Registration Service Socket.
Dec 16 22:58:36 skynet systemd[1]: Reached target Socket Units.
Dec 16 22:58:36 skynet systemd[1]: TPM PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Dec 16 22:58:36 skynet systemd[1]: Reached target Basic System.
Dec 16 22:58:36 skynet systemd[1]: Starting Proton VPN Daemon...
Dec 16 22:58:36 skynet systemd[1]: SSH Key Generation was skipped because no trigger condition checks were met.
Dec 16 22:58:36 skynet systemd[1]: Starting OpenSSH Daemon...
Dec 16 22:58:36 skynet systemd[1]: Starting User Login Management...
Dec 16 22:58:36 skynet systemd[1]: TPM PCR Barrier (User) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Dec 16 22:58:36 skynet systemd[1]: Starting Permit User Sessions...
Dec 16 22:58:36 skynet systemd[1]: Finished Permit User Sessions.
Dec 16 22:58:36 skynet systemd[1]: Starting Light Display Manager...
Dec 16 22:58:37 skynet sshd[564]: Server listening on 0.0.0.0 port 22.
Dec 16 22:58:37 skynet sshd[564]: Server listening on :: port 22.
Dec 16 22:58:37 skynet systemd[1]: Started OpenSSH Daemon.
Dec 16 22:58:37 skynet systemd[1]: Reached target SSH Access Available.
Dec 16 22:58:37 skynet systemd[1]: Starting D-Bus System Message Bus...
Dec 16 22:58:37 skynet systemd-logind[565]: New seat seat0.
Dec 16 22:58:37 skynet systemd-logind[565]: Watching system buttons on /dev/input/event2 (Power Button)
Dec 16 22:58:37 skynet systemd-logind[565]: Watching system buttons on /dev/input/event1 (Lid Switch)
Dec 16 22:58:37 skynet systemd-logind[565]: Watching system buttons on /dev/input/event0 (Sleep Button)
Dec 16 22:58:37 skynet systemd-logind[565]: Watching system buttons on /dev/input/event3 (AT Translated Set 2 keyboard)
Dec 16 22:58:37 skynet systemd-logind[565]: Watching system buttons on /dev/input/event18 (ThinkPad Extra Buttons)
Dec 16 22:58:37 skynet systemd[1]: Started User Login Management.
Dec 16 22:58:37 skynet dbus-broker-launch[578]: Looking up NSS user entry for 'pulse'...
Dec 16 22:58:37 skynet dbus-broker-launch[578]: NSS returned no entry for 'pulse'
Dec 16 22:58:37 skynet dbus-broker-launch[578]: Invalid user-name in /usr/share/dbus-1/system.d/pulseaudio-system.conf +27: user="pulse"
Dec 16 22:58:37 skynet systemd[1]: Started D-Bus System Message Bus.
Dec 16 22:58:37 skynet dbus-broker-launch[578]: Ready
Dec 16 22:58:37 skynet systemd[1]: Started Light Display Manager.
Dec 16 22:58:37 skynet systemd[1]: Reached target User and Group Name Lookups.
Dec 16 22:58:37 skynet systemd[1]: Starting Accounts Service...
Dec 16 22:58:37 skynet systemd[1]: Starting Authorization Manager...
Dec 16 22:58:37 skynet polkitd[612]: Started polkitd version 126
Dec 16 22:58:37 skynet polkitd[612]: Loading rules from directory /etc/polkit-1/rules.d
Dec 16 22:58:37 skynet polkitd[612]: Loading rules from directory /run/polkit-1/rules.d
Dec 16 22:58:37 skynet polkitd[612]: Error opening rules directory: Error opening directory “/run/polkit-1/rules.d”: No such file or directory (g-file-error-quark, 4)
Dec 16 22:58:37 skynet polkitd[612]: Loading rules from directory /usr/local/share/polkit-1/rules.d
Dec 16 22:58:37 skynet polkitd[612]: Error opening rules directory: Error opening directory “/usr/local/share/polkit-1/rules.d”: No such file or directory (g-file-error-quark, 4)
Dec 16 22:58:37 skynet polkitd[612]: Loading rules from directory /usr/share/polkit-1/rules.d
Dec 16 22:58:37 skynet polkitd[612]: Finished loading, compiling and executing 3 rules
Dec 16 22:58:37 skynet systemd[1]: Started Authorization Manager.
Dec 16 22:58:37 skynet polkitd[612]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Dec 16 22:58:37 skynet accounts-daemon[606]: started daemon version 23.13.0
Dec 16 22:58:37 skynet systemd[1]: Started Accounts Service.
Dec 16 22:58:37 skynet python3[563]: 2025-12-17T03:58:37.374095+00:00 | __main__:41 | INFO | Starting Proton VPN daemon v0.13.4
Dec 16 22:58:37 skynet systemd[1]: Started Proton VPN Daemon.
Dec 16 22:58:37 skynet systemd[1]: Reached target Multi-User System.
Dec 16 22:58:37 skynet systemd[1]: Reached target Graphical Interface.
Dec 16 22:58:37 skynet systemd[1]: Startup finished in 7.227s (firmware) + 2.852s (loader) + 3.674s (kernel) + 1.902s (userspace) = 15.657s.
Dec 16 22:58:38 skynet lightdm[651]: pam_unix(lightdm-greeter:session): session opened for user lightdm(uid=970) by (uid=0)
Dec 16 22:58:38 skynet systemd-logind[565]: New session 'c1' of user 'lightdm' with class 'greeter' and type 'x11'.
Dec 16 22:58:38 skynet systemd[1]: Created slice User Slice of UID 970.
Dec 16 22:58:38 skynet systemd[1]: Starting User Runtime Directory /run/user/970...
Dec 16 22:58:38 skynet kernel: Bluetooth: hci0: Waiting for firmware download to complete
Dec 16 22:58:38 skynet kernel: Bluetooth: hci0: Firmware loaded in 1840584 usecs
Dec 16 22:58:38 skynet kernel: Bluetooth: hci0: Waiting for device to boot
Dec 16 22:58:38 skynet systemd[1]: Finished User Runtime Directory /run/user/970.
Dec 16 22:58:38 skynet systemd[1]: Starting User Manager for UID 970...
Dec 16 22:58:38 skynet kernel: Bluetooth: hci0: Device booted in 14665 usecs
Dec 16 22:58:38 skynet kernel: Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-20-1-3.ddc
Dec 16 22:58:38 skynet kernel: Bluetooth: hci0: Applying Intel DDC parameters completed
Dec 16 22:58:38 skynet kernel: Bluetooth: hci0: Firmware revision 0.3 build 193 week 33 2024
Dec 16 22:58:38 skynet kernel: Bluetooth: hci0: HCI LE Coded PHY feature bit is set, but its usage is not supported.
Dec 16 22:58:38 skynet dbus-broker-launch[578]: Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-org.freedesktop.home1.service' could not be found.
Dec 16 22:58:38 skynet (systemd)[662]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[lightdm] ruser=[<unknown>] rhost=[<unknown>]
Dec 16 22:58:38 skynet (systemd)[662]: pam_unix(systemd-user:session): session opened for user lightdm(uid=970) by lightdm(uid=0)
Dec 16 22:58:38 skynet systemd-logind[565]: New session '1' of user 'lightdm' with class 'manager-early' and type 'unspecified'.
Dec 16 22:58:38 skynet systemd[662]: Queued start job for default target Main User Target.
Dec 16 22:58:38 skynet systemd[662]: Created slice User Application Slice.
Dec 16 22:58:38 skynet systemd[662]: Reached target Paths.
Dec 16 22:58:38 skynet systemd[662]: Reached target Timers.
Dec 16 22:58:38 skynet systemd[662]: Starting D-Bus User Message Bus Socket...
Dec 16 22:58:38 skynet systemd[662]: Listening on GnuPG network certificate management daemon.
Dec 16 22:58:38 skynet systemd[662]: Listening on GNOME Keyring daemon.
Dec 16 22:58:38 skynet systemd[662]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Dec 16 22:58:38 skynet systemd[662]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Dec 16 22:58:38 skynet systemd[662]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Dec 16 22:58:38 skynet systemd[662]: Listening on GnuPG cryptographic agent and passphrase cache.
Dec 16 22:58:38 skynet systemd[662]: Listening on GnuPG public key management service.
Dec 16 22:58:38 skynet systemd[662]: Listening on p11-kit server.
Dec 16 22:58:38 skynet systemd[662]: Listening on PipeWire Multimedia System Sockets.
Dec 16 22:58:38 skynet systemd[662]: Listening on Sound System.
Dec 16 22:58:38 skynet systemd[662]: Listening on Query the User Interactively for a Password.
Dec 16 22:58:38 skynet systemd[662]: Listening on D-Bus User Message Bus Socket.
Dec 16 22:58:38 skynet systemd[662]: Reached target Sockets.
Dec 16 22:58:38 skynet systemd[662]: Reached target Basic System.
Dec 16 22:58:38 skynet systemd[662]: Reached target Main User Target.
Dec 16 22:58:38 skynet systemd[662]: Startup finished in 122ms.
Dec 16 22:58:38 skynet systemd[1]: Started User Manager for UID 970.
Dec 16 22:58:38 skynet systemd[1]: Started Session c1 of User lightdm.
Dec 16 22:58:38 skynet systemd[662]: Created slice User Core Session Slice.
Dec 16 22:58:38 skynet systemd[662]: Starting D-Bus User Message Bus...
Dec 16 22:58:38 skynet dbus-broker-launch[676]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored
Dec 16 22:58:38 skynet dbus-broker-launch[676]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored
Dec 16 22:58:38 skynet systemd[662]: Started D-Bus User Message Bus.
Dec 16 22:58:38 skynet dbus-broker-launch[676]: Ready
Dec 16 22:58:38 skynet systemd[662]: Starting Accessibility services bus...
Dec 16 22:58:38 skynet systemd[662]: Started Accessibility services bus.
Dec 16 22:58:38 skynet dbus-broker-launch[684]: Ready
Dec 16 22:58:38 skynet systemd[662]: Created slice Slice /app/dbus-:1.4-org.a11y.atspi.Registry.
Dec 16 22:58:38 skynet systemd[662]: Started dbus-:1.4-org.a11y.atspi.Registry@0.service.
Dec 16 22:58:38 skynet at-spi2-registryd[835]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Dec 16 22:58:41 skynet systemd[1]: systemd-rfkill.service: Deactivated successfully.
Dec 16 22:58:47 skynet lightdm[834]: gkr-pam: unable to locate daemon control file
Dec 16 22:58:47 skynet lightdm[834]: gkr-pam: stashed password to try later in open session
Dec 16 22:58:47 skynet systemd[1]: session-c1.scope: Killing process 651 (lightdm) with signal SIGTERM.
Dec 16 22:58:47 skynet systemd[1]: session-c1.scope: Killing process 671 (lightdm-gtk-gre) with signal SIGTERM.
Dec 16 22:58:47 skynet systemd[1]: session-c1.scope: Killing process 697 (bwrap) with signal SIGTERM.
Dec 16 22:58:47 skynet systemd[1]: session-c1.scope: Killing process 698 (bwrap) with signal SIGTERM.
Dec 16 22:58:47 skynet systemd[1]: session-c1.scope: Killing process 699 (glycin-svg) with signal SIGTERM.
Dec 16 22:58:47 skynet systemd[1]: Stopping Session c1 of User lightdm...
Dec 16 22:58:47 skynet lightdm[651]: pam_unix(lightdm-greeter:session): session closed for user lightdm
Dec 16 22:58:47 skynet systemd[1]: session-c1.scope: Deactivated successfully.
Dec 16 22:58:47 skynet systemd[1]: Stopped Session c1 of User lightdm.
Dec 16 22:58:47 skynet systemd-logind[565]: Removed session c1.
Dec 16 22:58:47 skynet lightdm[834]: pam_unix(lightdm:session): session opened for user jwrauch(uid=1000) by jwrauch(uid=0)
Dec 16 22:58:47 skynet systemd[662]: Reached target Sound Card.
Dec 16 22:58:47 skynet systemd-logind[565]: New session '2' of user 'jwrauch' with class 'user' and type 'x11'.
Dec 16 22:58:47 skynet systemd[1]: Created slice User Slice of UID 1000.
Dec 16 22:58:47 skynet systemd[1]: Starting User Runtime Directory /run/user/1000...
Dec 16 22:58:47 skynet systemd-user-runtime-dir[917]: Successfully configured disk quota for UID 1000 on /tmp to 24.9G
Dec 16 22:58:47 skynet systemd-user-runtime-dir[917]: Successfully configured disk quota for UID 1000 on /dev/shm to 24.9G
Dec 16 22:58:47 skynet systemd[1]: Finished User Runtime Directory /run/user/1000.
Dec 16 22:58:47 skynet systemd[1]: Starting User Manager for UID 1000...
Dec 16 22:58:47 skynet (systemd)[923]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[jwrauch] ruser=[<unknown>] rhost=[<unknown>]
Dec 16 22:58:47 skynet (systemd)[923]: pam_unix(systemd-user:session): session opened for user jwrauch(uid=1000) by jwrauch(uid=0)
Dec 16 22:58:47 skynet systemd-logind[565]: New session '3' of user 'jwrauch' with class 'manager' and type 'unspecified'.
Dec 16 22:58:47 skynet systemd[923]: Queued start job for default target Main User Target.
Dec 16 22:58:47 skynet systemd[923]: Created slice User Application Slice.
Dec 16 22:58:47 skynet systemd[923]: Reached target Paths.
Dec 16 22:58:47 skynet systemd[923]: Reached target Timers.
Dec 16 22:58:47 skynet systemd[923]: Starting D-Bus User Message Bus Socket...
Dec 16 22:58:47 skynet systemd[923]: Listening on GnuPG network certificate management daemon.
Dec 16 22:58:47 skynet systemd[923]: Listening on GNOME Keyring daemon.
Dec 16 22:58:47 skynet systemd[923]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Dec 16 22:58:47 skynet systemd[923]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Dec 16 22:58:47 skynet systemd[923]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Dec 16 22:58:47 skynet systemd[923]: Listening on GnuPG cryptographic agent and passphrase cache.
Dec 16 22:58:47 skynet systemd[923]: Listening on GnuPG public key management service.
Dec 16 22:58:47 skynet systemd[923]: Listening on p11-kit server.
Dec 16 22:58:47 skynet systemd[923]: Listening on PipeWire Multimedia System Sockets.
Dec 16 22:58:47 skynet systemd[923]: Listening on Sound System.
Dec 16 22:58:47 skynet systemd[923]: Listening on Query the User Interactively for a Password.
Dec 16 22:58:47 skynet systemd[923]: Listening on D-Bus User Message Bus Socket.
Dec 16 22:58:47 skynet systemd[923]: Reached target Sockets.
Dec 16 22:58:47 skynet systemd[923]: Reached target Basic System.
Dec 16 22:58:47 skynet systemd[923]: Reached target Main User Target.
Dec 16 22:58:47 skynet systemd[923]: Startup finished in 119ms.
Dec 16 22:58:47 skynet systemd[1]: Started User Manager for UID 1000.
Dec 16 22:58:47 skynet systemd[1]: Started Session 2 of User jwrauch.
Dec 16 22:58:47 skynet systemd[923]: Started GNOME Keyring daemon.
Dec 16 22:58:47 skynet gnome-keyring-daemon[933]: gnome-keyring-daemon: no process capabilities, insecure memory might get used
Dec 16 22:58:47 skynet gnome-keyring-daemon[933]: GNOME_KEYRING_CONTROL=/run/user/1000/keyring
Dec 16 22:58:47 skynet systemd[923]: Created slice User Core Session Slice.
Dec 16 22:58:47 skynet systemd[923]: Starting D-Bus User Message Bus...
Dec 16 22:58:47 skynet dbus-broker-launch[938]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored
Dec 16 22:58:47 skynet dbus-broker-launch[938]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored
Dec 16 22:58:47 skynet systemd[923]: Started D-Bus User Message Bus.
Dec 16 22:58:47 skynet dbus-broker-launch[938]: Ready
Dec 16 22:58:47 skynet lightdm[834]: gkr-pam: unlocked login keyring
Dec 16 22:58:47 skynet lightdm[834]: pam_unix(lightdm:session): session closed for user jwrauch
Dec 16 22:58:47 skynet systemd[1]: session-2.scope: Deactivated successfully.
Dec 16 22:58:47 skynet systemd-logind[565]: Session 2 logged out. Waiting for processes to exit.
Dec 16 22:58:47 skynet systemd-logind[565]: Removed session 2.
Dec 16 22:58:47 skynet systemd[923]: Reached target Sound Card.
Dec 16 22:58:49 skynet lightdm[974]: pam_unix(lightdm-greeter:session): session opened for user lightdm(uid=970) by (uid=0)
Dec 16 22:58:49 skynet systemd-logind[565]: New session 'c2' of user 'lightdm' with class 'greeter' and type 'x11'.
Dec 16 22:58:49 skynet systemd[1]: Started Session c2 of User lightdm.
Dec 16 22:58:53 skynet lightdm[1135]: gkr-pam: unable to locate daemon control file
Dec 16 22:58:53 skynet lightdm[1135]: gkr-pam: stashed password to try later in open session
Dec 16 22:58:53 skynet systemd[1]: session-c2.scope: Killing process 974 (lightdm) with signal SIGTERM.
Dec 16 22:58:53 skynet systemd[1]: session-c2.scope: Killing process 982 (lightdm-gtk-gre) with signal SIGTERM.
Dec 16 22:58:53 skynet systemd[1]: session-c2.scope: Killing process 998 (bwrap) with signal SIGTERM.
Dec 16 22:58:53 skynet systemd[1]: session-c2.scope: Killing process 999 (bwrap) with signal SIGTERM.
Dec 16 22:58:53 skynet systemd[1]: session-c2.scope: Killing process 1000 (glycin-svg) with signal SIGTERM.
Dec 16 22:58:53 skynet systemd[1]: Stopping Session c2 of User lightdm...
Dec 16 22:58:53 skynet lightdm[974]: pam_unix(lightdm-greeter:session): session closed for user lightdm
Dec 16 22:58:53 skynet systemd[1]: session-c2.scope: Deactivated successfully.
Dec 16 22:58:53 skynet systemd[1]: Stopped Session c2 of User lightdm.
Dec 16 22:58:53 skynet lightdm[1135]: pam_unix(lightdm:session): session opened for user jwrauch(uid=1000) by jwrauch(uid=0)
Dec 16 22:58:53 skynet systemd-logind[565]: Removed session c2.
Dec 16 22:58:53 skynet systemd-logind[565]: New session '4' of user 'jwrauch' with class 'user' and type 'x11'.
Dec 16 22:58:53 skynet systemd[1]: Started Session 4 of User jwrauch.
Dec 16 22:58:53 skynet lightdm[1135]: gkr-pam: unlocked login keyring
Dec 16 22:58:53 skynet lightdm[1135]: pam_unix(lightdm:session): session closed for user jwrauch
Dec 16 22:58:53 skynet systemd[1]: session-4.scope: Deactivated successfully.
Dec 16 22:58:53 skynet systemd-logind[565]: Session 4 logged out. Waiting for processes to exit.
Dec 16 22:58:53 skynet systemd-logind[565]: Removed session 4.
Dec 16 22:58:54 skynet lightdm[1252]: pam_unix(lightdm-greeter:session): session opened for user lightdm(uid=970) by (uid=0)
Dec 16 22:58:54 skynet systemd-logind[565]: New session 'c3' of user 'lightdm' with class 'greeter' and type 'x11'.
Dec 16 22:58:54 skynet systemd[1]: Started Session c3 of User lightdm.
Dec 16 22:59:03 skynet systemd[1]: Started Getty on tty2.
Dec 16 22:59:03 skynet systemd[1]: Stopping User Manager for UID 1000...
Dec 16 22:59:03 skynet systemd[923]: Activating special unit Exit the Session...
Dec 16 22:59:03 skynet systemd[923]: Stopped target Main User Target.
Dec 16 22:59:03 skynet systemd[923]: Stopped target Sound Card.
Dec 16 22:59:03 skynet systemd[923]: Stopping GNOME Keyring daemon...
Dec 16 22:59:03 skynet systemd[923]: Stopped GNOME Keyring daemon.
Dec 16 22:59:03 skynet systemd[923]: Stopped target Basic System.
Dec 16 22:59:03 skynet systemd[923]: Stopped target Paths.
Dec 16 22:59:03 skynet systemd[923]: Stopped target Sockets.
Dec 16 22:59:03 skynet systemd[923]: Stopped target Timers.
Dec 16 22:59:03 skynet systemd[923]: Closed GnuPG network certificate management daemon.
Dec 16 22:59:03 skynet systemd[923]: Closed GNOME Keyring daemon.
Dec 16 22:59:03 skynet systemd[923]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
Dec 16 22:59:03 skynet systemd[923]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
Dec 16 22:59:03 skynet systemd[923]: Closed GnuPG cryptographic agent (ssh-agent emulation).
Dec 16 22:59:03 skynet systemd[923]: Closed GnuPG cryptographic agent and passphrase cache.
Dec 16 22:59:03 skynet systemd[923]: Closed GnuPG public key management service.
Dec 16 22:59:03 skynet systemd[923]: Closed p11-kit server.
Dec 16 22:59:03 skynet systemd[923]: Closed PipeWire Multimedia System Sockets.
Dec 16 22:59:03 skynet systemd[923]: Closed Sound System.
Dec 16 22:59:03 skynet systemd[923]: Closed Query the User Interactively for a Password.
Dec 16 22:59:03 skynet dbus-broker[939]: Dispatched 542 messages @ 0(±2)μs / message.
Dec 16 22:59:03 skynet systemd[923]: Stopping D-Bus User Message Bus...
Dec 16 22:59:03 skynet systemd[923]: Stopped D-Bus User Message Bus.
Dec 16 22:59:03 skynet systemd[923]: Removed slice User Core Session Slice.
Dec 16 22:59:03 skynet systemd[923]: Closed D-Bus User Message Bus Socket.
Dec 16 22:59:03 skynet systemd[923]: Removed slice User Application Slice.
Dec 16 22:59:03 skynet systemd[923]: Reached target Shutdown.
Dec 16 22:59:03 skynet systemd[923]: Finished Exit the Session.
Dec 16 22:59:03 skynet systemd[923]: Reached target Exit the Session.
Dec 16 22:59:03 skynet systemd-logind[565]: Removed session 3.
Dec 16 22:59:03 skynet (sd-pam)[925]: pam_unix(systemd-user:session): session closed for user jwrauch
Dec 16 22:59:03 skynet systemd[1]: user@1000.service: Deactivated successfully.
Dec 16 22:59:03 skynet systemd[1]: Stopped User Manager for UID 1000.
Dec 16 22:59:03 skynet systemd[1]: Stopping User Runtime Directory /run/user/1000...
Dec 16 22:59:03 skynet systemd[1]: run-user-1000.mount: Deactivated successfully.
Dec 16 22:59:03 skynet systemd[1]: user-runtime-dir@1000.service: Deactivated successfully.
Dec 16 22:59:03 skynet systemd[1]: Stopped User Runtime Directory /run/user/1000.
Dec 16 22:59:03 skynet systemd[1]: Removed slice User Slice of UID 1000.
Dec 16 22:59:09 skynet login[1486]: pam_unix(login:session): session opened for user jwrauch(uid=1000) by jwrauch(uid=0)
Dec 16 22:59:09 skynet systemd-logind[565]: New session '5' of user 'jwrauch' with class 'user' and type 'tty'.
Dec 16 22:59:09 skynet systemd[1]: Created slice User Slice of UID 1000.
Dec 16 22:59:09 skynet systemd[1]: Starting User Runtime Directory /run/user/1000...
Dec 16 22:59:09 skynet systemd[1]: Finished User Runtime Directory /run/user/1000.
Dec 16 22:59:09 skynet systemd[1]: Starting User Manager for UID 1000...
Dec 16 22:59:09 skynet (systemd)[1528]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[jwrauch] ruser=[<unknown>] rhost=[<unknown>]
Dec 16 22:59:09 skynet (systemd)[1528]: pam_unix(systemd-user:session): session opened for user jwrauch(uid=1000) by jwrauch(uid=0)
Dec 16 22:59:09 skynet systemd-logind[565]: New session '6' of user 'jwrauch' with class 'manager' and type 'unspecified'.
Dec 16 22:59:09 skynet systemd[1528]: Queued start job for default target Main User Target.
Dec 16 22:59:09 skynet systemd[1528]: Created slice User Application Slice.
Dec 16 22:59:09 skynet systemd[1528]: Reached target Paths.
Dec 16 22:59:09 skynet systemd[1528]: Reached target Timers.
Dec 16 22:59:09 skynet systemd[1528]: Starting D-Bus User Message Bus Socket...
Dec 16 22:59:09 skynet systemd[1528]: Listening on GnuPG network certificate management daemon.
Dec 16 22:59:09 skynet systemd[1528]: Listening on GNOME Keyring daemon.
Dec 16 22:59:09 skynet systemd[1528]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Dec 16 22:59:09 skynet systemd[1528]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Dec 16 22:59:09 skynet systemd[1528]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Dec 16 22:59:09 skynet systemd[1528]: Listening on GnuPG cryptographic agent and passphrase cache.
Dec 16 22:59:09 skynet systemd[1528]: Listening on GnuPG public key management service.
Dec 16 22:59:09 skynet systemd[1528]: Listening on p11-kit server.
Dec 16 22:59:09 skynet systemd[1528]: Listening on PipeWire Multimedia System Sockets.
Dec 16 22:59:09 skynet systemd[1528]: Listening on Sound System.
Dec 16 22:59:09 skynet systemd[1528]: Listening on Query the User Interactively for a Password.
Dec 16 22:59:10 skynet systemd[1528]: Listening on D-Bus User Message Bus Socket.
Dec 16 22:59:10 skynet systemd[1528]: Reached target Sockets.
Dec 16 22:59:10 skynet systemd[1528]: Reached target Basic System.
Dec 16 22:59:10 skynet systemd[1528]: Reached target Main User Target.
Dec 16 22:59:10 skynet systemd[1528]: Startup finished in 112ms.
Dec 16 22:59:10 skynet systemd[1]: Started User Manager for UID 1000.
Dec 16 22:59:10 skynet systemd[1]: Started Session 5 of User jwrauch.
Dec 16 22:59:10 skynet login[1486]: LOGIN ON tty2 BY jwrauch
Dec 16 22:59:40 skynet sudo[1572]: jwrauch : TTY=tty2 ; PWD=/home/jwrauch ; USER=root ; COMMAND=/usr/bin/systemctl start NetworkManager
Dec 16 22:59:40 skynet sudo[1572]: pam_unix(sudo:session): session opened for user root(uid=0) by jwrauch(uid=1000)
Dec 16 22:59:40 skynet systemd[1]: Starting Network Manager...
Dec 16 22:59:40 skynet NetworkManager[1579]: <info> [1765943980.8730] NetworkManager (version 1.54.3-1) is starting... (boot:14602eb3-62fc-4270-ad77-d3596ee010ad)
Dec 16 22:59:40 skynet NetworkManager[1579]: <info> [1765943980.8734] Read config: /etc/NetworkManager/NetworkManager.conf, /usr/lib/NetworkManager/conf.d/20-connectivity.conf, /var/lib/NetworkManager/NetworkManager-intern.conf
Dec 16 22:59:40 skynet NetworkManager[1579]: <info> [1765943980.8789] manager[0x55d1f32de720]: monitoring kernel firmware directory '/lib/firmware'.
Dec 16 22:59:40 skynet systemd[1]: Starting Hostname Service...
Dec 16 22:59:40 skynet systemd[1]: Started Hostname Service.
Dec 16 22:59:40 skynet NetworkManager[1579]: <info> [1765943980.9249] hostname: hostname: using hostnamed
Dec 16 22:59:40 skynet NetworkManager[1579]: <info> [1765943980.9249] hostname: static hostname changed from (none) to "skynet"
Dec 16 22:59:40 skynet NetworkManager[1579]: <info> [1765943980.9252] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink
Dec 16 22:59:40 skynet NetworkManager[1579]: <info> [1765943980.9266] rfkill2: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:1c.5/0000:52:00.0/ieee80211/phy0/rfkill2) (driver iwlwifi)
Dec 16 22:59:40 skynet NetworkManager[1579]: <info> [1765943980.9268] manager[0x55d1f32de720]: rfkill: Wi-Fi hardware radio set enabled
Dec 16 22:59:40 skynet NetworkManager[1579]: <info> [1765943980.9268] manager[0x55d1f32de720]: rfkill: WWAN hardware radio set enabled
Dec 16 22:59:40 skynet NetworkManager[1579]: <info> [1765943980.9349] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.54.3-1/libnm-device-plugin-wwan.so)
Dec 16 22:59:40 skynet NetworkManager[1579]: <info> [1765943980.9356] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.54.3-1/libnm-device-plugin-adsl.so)
Dec 16 22:59:40 skynet NetworkManager[1579]: <info> [1765943980.9518] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.54.3-1/libnm-device-plugin-team.so)
Dec 16 22:59:40 skynet NetworkManager[1579]: <info> [1765943980.9523] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.54.3-1/libnm-device-plugin-bluetooth.so)
Dec 16 22:59:40 skynet NetworkManager[1579]: <info> [1765943980.9532] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.54.3-1/libnm-device-plugin-wifi.so)
Dec 16 22:59:40 skynet NetworkManager[1579]: <info> [1765943980.9539] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.54.3-1/libnm-device-plugin-ovs.so)
Dec 16 22:59:40 skynet NetworkManager[1579]: <info> [1765943980.9542] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Dec 16 22:59:40 skynet NetworkManager[1579]: <info> [1765943980.9543] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Dec 16 22:59:40 skynet NetworkManager[1579]: <info> [1765943980.9543] manager: Networking is enabled by state file
Dec 16 22:59:40 skynet NetworkManager[1579]: <info> [1765943980.9546] settings: Loaded settings plugin: keyfile (internal)
Dec 16 22:59:40 skynet systemd[1]: Starting Network Manager Script Dispatcher Service...
Dec 16 22:59:40 skynet NetworkManager[1579]: <info> [1765943980.9601] dhcp: init: Using DHCP client 'internal'
Dec 16 22:59:40 skynet NetworkManager[1579]: <info> [1765943980.9602] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1)
Dec 16 22:59:40 skynet NetworkManager[1579]: <info> [1765943980.9611] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', managed-type: 'external')
Dec 16 22:59:40 skynet NetworkManager[1579]: <info> [1765943980.9613] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', managed-type: 'external')
Dec 16 22:59:40 skynet NetworkManager[1579]: <info> [1765943980.9617] device (lo): Activation: starting connection 'lo' (af9fbeac-b62b-4d71-a841-d2e4366292d0)
Dec 16 22:59:40 skynet NetworkManager[1579]: <info> [1765943980.9621] manager: (enp0s31f6): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Dec 16 22:59:40 skynet NetworkManager[1579]: <info> [1765943980.9628] settings: (enp0s31f6): created default wired connection 'Wired connection 1'
Dec 16 22:59:40 skynet NetworkManager[1579]: <info> [1765943980.9628] device (enp0s31f6): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
Dec 16 22:59:40 skynet systemd[1]: Started Network Manager Script Dispatcher Service.
Dec 16 22:59:41 skynet NetworkManager[1579]: <info> [1765943981.1874] device (wlp82s0): driver supports Access Point (AP) mode
Dec 16 22:59:41 skynet NetworkManager[1579]: <info> [1765943981.1886] manager: (wlp82s0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/3)
Dec 16 22:59:41 skynet NetworkManager[1579]: <info> [1765943981.1889] device (wlp82s0): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
Dec 16 22:59:41 skynet NetworkManager[1579]: <info> [1765943981.4617] device (wlp82s0): set-hw-addr: set MAC address to B2:F1:B4:46:B9:80 (scanning)
Dec 16 22:59:41 skynet NetworkManager[1579]: <info> [1765943981.7051] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Dec 16 22:59:41 skynet NetworkManager[1579]: <info> [1765943981.7086] ovsdb: disconnected from ovsdb
Dec 16 22:59:41 skynet NetworkManager[1579]: <info> [1765943981.7087] device (lo): state change: disconnected -> prepare (reason 'none', managed-type: 'external')
Dec 16 22:59:41 skynet NetworkManager[1579]: <info> [1765943981.7088] device (lo): state change: prepare -> config (reason 'none', managed-type: 'external')
Dec 16 22:59:41 skynet NetworkManager[1579]: <info> [1765943981.7090] device (lo): state change: config -> ip-config (reason 'none', managed-type: 'external')
Dec 16 22:59:41 skynet NetworkManager[1579]: <info> [1765943981.7092] device (lo): state change: ip-config -> ip-check (reason 'none', managed-type: 'external')
Dec 16 22:59:41 skynet systemd[1]: Started Network Manager.
Dec 16 22:59:41 skynet NetworkManager[1579]: <info> [1765943981.7104] device (lo): state change: ip-check -> secondaries (reason 'none', managed-type: 'external')
Dec 16 22:59:41 skynet NetworkManager[1579]: <info> [1765943981.7105] device (lo): state change: secondaries -> activated (reason 'none', managed-type: 'external')
Dec 16 22:59:41 skynet NetworkManager[1579]: <info> [1765943981.7107] device (lo): Activation: successful, device activated.
Dec 16 22:59:41 skynet sudo[1572]: pam_unix(sudo:session): session closed for user root
Dec 16 22:59:41 skynet systemd[1]: Starting WPA supplicant...
Dec 16 22:59:41 skynet systemd[1]: Started WPA supplicant.
Dec 16 22:59:41 skynet wpa_supplicant[1591]: Successfully initialized wpa_supplicant
Dec 16 22:59:41 skynet NetworkManager[1579]: <info> [1765943981.7791] device (wlp82s0): supplicant interface state: internal-starting -> disconnected
Dec 16 22:59:41 skynet NetworkManager[1579]: <info> [1765943981.7793] Wi-Fi P2P device controlled by interface wlp82s0 created
Dec 16 22:59:41 skynet NetworkManager[1579]: <info> [1765943981.7798] manager: (p2p-dev-wlp82s0): new 802.11 Wi-Fi P2P device (/org/freedesktop/NetworkManager/Devices/4)
Dec 16 22:59:41 skynet NetworkManager[1579]: <info> [1765943981.7803] device (p2p-dev-wlp82s0): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
Dec 16 22:59:41 skynet NetworkManager[1579]: <warn> [1765943981.7804] device (p2p-dev-wlp82s0): error setting IPv4 forwarding to '0': Resource temporarily unavailable
Dec 16 22:59:41 skynet NetworkManager[1579]: <info> [1765943981.7812] device (wlp82s0): state change: unavailable -> disconnected (reason 'supplicant-available', managed-type: 'full')
Dec 16 22:59:41 skynet NetworkManager[1579]: <info> [1765943981.7822] device (p2p-dev-wlp82s0): state change: unavailable -> disconnected (reason 'none', managed-type: 'full')
Dec 16 22:59:45 skynet wpa_supplicant[1591]: wlp82s0: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=COUNTRY alpha2=US
Dec 16 22:59:45 skynet wpa_supplicant[1591]: wlp82s0: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=COUNTRY alpha2=US
Dec 16 22:59:45 skynet NetworkManager[1579]: <info> [1765943985.4720] policy: auto-activating connection 'YOTC-4A7A0E-5G' (303bd82d-8c69-4ee2-b0f9-2faac07fd231)
Dec 16 22:59:45 skynet NetworkManager[1579]: <info> [1765943985.4723] device (wlp82s0): Activation: starting connection 'YOTC-4A7A0E-5G' (303bd82d-8c69-4ee2-b0f9-2faac07fd231)
Dec 16 22:59:45 skynet NetworkManager[1579]: <info> [1765943985.4723] device (wlp82s0): state change: disconnected -> prepare (reason 'none', managed-type: 'full')
Dec 16 22:59:45 skynet NetworkManager[1579]: <info> [1765943985.4725] manager: NetworkManager state is now CONNECTING
Dec 16 22:59:45 skynet NetworkManager[1579]: <info> [1765943985.4946] device (wlp82s0): set-hw-addr: reset MAC address to 74:D8:3E:2A:34:7E (preserve)
Dec 16 22:59:45 skynet NetworkManager[1579]: <info> [1765943985.5013] device (wlp82s0): state change: prepare -> config (reason 'none', managed-type: 'full')
Dec 16 22:59:45 skynet NetworkManager[1579]: <info> [1765943985.5015] device (wlp82s0): Activation: (wifi) access point 'YOTC-4A7A0E-5G' has security, but secrets are required.
Dec 16 22:59:45 skynet NetworkManager[1579]: <info> [1765943985.5015] device (wlp82s0): state change: config -> need-auth (reason 'none', managed-type: 'full')
Dec 16 22:59:45 skynet NetworkManager[1579]: <info> [1765943985.5016] sup-iface[8f5a4df6e3a845a9,0,wlp82s0]: wps: type pbc start...
Dec 16 22:59:45 skynet NetworkManager[1579]: <info> [1765943985.5018] device (wlp82s0): supplicant interface state: disconnected -> interface_disabled
Dec 16 22:59:45 skynet NetworkManager[1579]: <info> [1765943985.5018] device (p2p-dev-wlp82s0): supplicant management interface state: disconnected -> interface_disabled
Dec 16 22:59:45 skynet NetworkManager[1579]: <info> [1765943985.5024] device (wlp82s0): state change: need-auth -> prepare (reason 'none', managed-type: 'full')
Dec 16 22:59:45 skynet NetworkManager[1579]: <info> [1765943985.5026] device (wlp82s0): state change: prepare -> config (reason 'none', managed-type: 'full')
Dec 16 22:59:45 skynet NetworkManager[1579]: <info> [1765943985.5028] device (wlp82s0): Activation: (wifi) connection 'YOTC-4A7A0E-5G' has security, and secrets exist. No new secrets needed.
Dec 16 22:59:45 skynet NetworkManager[1579]: <info> [1765943985.5028] Config: added 'ssid' value 'YOTC-4A7A0E-5G'
Dec 16 22:59:45 skynet NetworkManager[1579]: <info> [1765943985.5028] Config: added 'scan_ssid' value '1'
Dec 16 22:59:45 skynet NetworkManager[1579]: <info> [1765943985.5028] Config: added 'bgscan' value 'simple:30:-70:86400'
Dec 16 22:59:45 skynet NetworkManager[1579]: <info> [1765943985.5028] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK SAE FT-SAE'
Dec 16 22:59:45 skynet NetworkManager[1579]: <info> [1765943985.5028] Config: added 'auth_alg' value 'OPEN'
Dec 16 22:59:45 skynet NetworkManager[1579]: <info> [1765943985.5028] Config: added 'psk' value '<hidden>'
Dec 16 22:59:45 skynet NetworkManager[1579]: <info> [1765943985.5179] device (wlp82s0): supplicant interface state: interface_disabled -> inactive
Dec 16 22:59:45 skynet NetworkManager[1579]: <info> [1765943985.5179] device (p2p-dev-wlp82s0): supplicant management interface state: interface_disabled -> inactive
Dec 16 22:59:45 skynet wpa_supplicant[1591]: wlp82s0: WPS-CANCEL
Dec 16 22:59:45 skynet wpa_supplicant[1591]: wlp82s0: SME: Trying to authenticate with 6a:28:f6:4a:7a:0f (SSID='YOTC-4A7A0E-5G' freq=5180 MHz)
Dec 16 22:59:45 skynet kernel: wlp82s0: authenticate with 6a:28:f6:4a:7a:0f (local address=74:d8:3e:2a:34:7e)
Dec 16 22:59:45 skynet kernel: wlp82s0: send auth to 6a:28:f6:4a:7a:0f (try 1/3)
Dec 16 22:59:45 skynet NetworkManager[1579]: <info> [1765943985.5664] device (wlp82s0): supplicant interface state: inactive -> authenticating
Dec 16 22:59:45 skynet NetworkManager[1579]: <info> [1765943985.5665] device (p2p-dev-wlp82s0): supplicant management interface state: inactive -> authenticating
Dec 16 22:59:45 skynet wpa_supplicant[1591]: wlp82s0: Trying to associate with 6a:28:f6:4a:7a:0f (SSID='YOTC-4A7A0E-5G' freq=5180 MHz)
Dec 16 22:59:45 skynet kernel: wlp82s0: authenticated
Dec 16 22:59:45 skynet NetworkManager[1579]: <info> [1765943985.6069] device (wlp82s0): supplicant interface state: authenticating -> associating
Dec 16 22:59:45 skynet NetworkManager[1579]: <info> [1765943985.6070] device (p2p-dev-wlp82s0): supplicant management interface state: authenticating -> associating
Dec 16 22:59:45 skynet kernel: wlp82s0: associate with 6a:28:f6:4a:7a:0f (try 1/3)
Dec 16 22:59:45 skynet kernel: wlp82s0: RX AssocResp from 6a:28:f6:4a:7a:0f (capab=0x411 status=0 aid=2)
Dec 16 22:59:45 skynet kernel: wlp82s0: associated
Dec 16 22:59:45 skynet wpa_supplicant[1591]: wlp82s0: Associated with 6a:28:f6:4a:7a:0f
Dec 16 22:59:45 skynet wpa_supplicant[1591]: wlp82s0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Dec 16 22:59:45 skynet NetworkManager[1579]: <info> [1765943985.6600] device (wlp82s0): supplicant interface state: associating -> 4way_handshake
Dec 16 22:59:45 skynet NetworkManager[1579]: <info> [1765943985.6601] device (p2p-dev-wlp82s0): supplicant management interface state: associating -> 4way_handshake
Dec 16 22:59:45 skynet kernel: wlp82s0: Limiting TX power to 30 (30 - 0) dBm as advertised by 6a:28:f6:4a:7a:0f
Dec 16 22:59:45 skynet wpa_supplicant[1591]: wlp82s0: WPA: Key negotiation completed with 6a:28:f6:4a:7a:0f [PTK=CCMP GTK=TKIP]
Dec 16 22:59:45 skynet wpa_supplicant[1591]: wlp82s0: CTRL-EVENT-CONNECTED - Connection to 6a:28:f6:4a:7a:0f completed [id=0 id_str=]
Dec 16 22:59:45 skynet NetworkManager[1579]: <info> [1765943985.7627] device (wlp82s0): supplicant interface state: 4way_handshake -> completed
Dec 16 22:59:45 skynet NetworkManager[1579]: <info> [1765943985.7628] device (wlp82s0): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "YOTC-4A7A0E-5G"
Dec 16 22:59:45 skynet NetworkManager[1579]: <info> [1765943985.7628] device (p2p-dev-wlp82s0): supplicant management interface state: 4way_handshake -> completed
Dec 16 22:59:45 skynet NetworkManager[1579]: <info> [1765943985.7633] device (wlp82s0): state change: config -> ip-config (reason 'none', managed-type: 'full')
Dec 16 22:59:45 skynet wpa_supplicant[1591]: wlp82s0: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-54 noise=9999 txrate=234000
Dec 16 22:59:45 skynet NetworkManager[1579]: <info> [1765943985.7642] dhcp4 (wlp82s0): activation: beginning transaction (timeout in 45 seconds)
Dec 16 22:59:45 skynet NetworkManager[1579]: <info> [1765943985.8057] dhcp4 (wlp82s0): state changed new lease, address=192.168.8.62, acd pending
Dec 16 22:59:45 skynet NetworkManager[1579]: <info> [1765943985.9243] dhcp4 (wlp82s0): state changed new lease, address=192.168.8.62
Dec 16 22:59:45 skynet NetworkManager[1579]: <info> [1765943985.9324] policy: set 'YOTC-4A7A0E-5G' (wlp82s0) as default for IPv4 routing and DNS
Dec 16 22:59:45 skynet dbus-broker-launch[578]: Activation request for 'org.freedesktop.resolve1' failed: The systemd unit 'dbus-org.freedesktop.resolve1.service' could not be found.
Dec 16 22:59:45 skynet NetworkManager[1579]: <info> [1765943985.9556] device (wlp82s0): state change: ip-config -> ip-check (reason 'none', managed-type: 'full')
Dec 16 22:59:45 skynet NetworkManager[1579]: <info> [1765943985.9591] device (wlp82s0): state change: ip-check -> secondaries (reason 'none', managed-type: 'full')
Dec 16 22:59:45 skynet NetworkManager[1579]: <info> [1765943985.9594] device (wlp82s0): state change: secondaries -> activated (reason 'none', managed-type: 'full')
Dec 16 22:59:45 skynet NetworkManager[1579]: <info> [1765943985.9601] manager: NetworkManager state is now CONNECTED_SITE
Dec 16 22:59:45 skynet NetworkManager[1579]: <info> [1765943985.9630] device (wlp82s0): Activation: successful, device activated.
Dec 16 22:59:45 skynet NetworkManager[1579]: <info> [1765943985.9640] manager: NetworkManager state is now CONNECTED_GLOBAL
Dec 16 22:59:47 skynet NetworkManager[1579]: <info> [1765943987.1802] manager: startup complete
Dec 16 22:59:47 skynet NetworkManager[1579]: <info> [1765943987.6598] dhcp6 (wlp82s0): activation: beginning transaction (timeout in 45 seconds)
Dec 16 22:59:50 skynet systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Dec 16 23:00:10 skynet systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Dec 16 23:00:55 skynet sshd-session[1655]: Accepted password for jwrauch from 192.168.8.40 port 49943 ssh2
Dec 16 23:00:55 skynet sshd-session[1655]: pam_unix(sshd:session): session opened for user jwrauch(uid=1000) by jwrauch(uid=0)
Dec 16 23:00:55 skynet systemd-logind[565]: New session '7' of user 'jwrauch' with class 'user' and type 'tty'.
Dec 16 23:00:55 skynet systemd[1]: Started Session 7 of User jwrauch.The ~200 lines below (lines 1285-1454 in the full file) start with the login management and end with my tty login. I made two attempts to login via lightdm in between. Line 1378 in the original file (95 below) is where is opens a session for my account for the first time and by line 1423 (140 below) is has closed the session. I'm not familiar enough with these contents to recognize an issue unless it is pretty clearly flagged, but there was nothing that stood out to me as a problem.
Dec 16 22:58:37 skynet systemd[1]: Started User Login Management.
Dec 16 22:58:37 skynet dbus-broker-launch[578]: Looking up NSS user entry for 'pulse'...
Dec 16 22:58:37 skynet dbus-broker-launch[578]: NSS returned no entry for 'pulse'
Dec 16 22:58:37 skynet dbus-broker-launch[578]: Invalid user-name in /usr/share/dbus-1/system.d/pulseaudio-system.conf +27: user="pulse"
Dec 16 22:58:37 skynet systemd[1]: Started D-Bus System Message Bus.
Dec 16 22:58:37 skynet dbus-broker-launch[578]: Ready
Dec 16 22:58:37 skynet systemd[1]: Started Light Display Manager.
Dec 16 22:58:37 skynet systemd[1]: Reached target User and Group Name Lookups.
Dec 16 22:58:37 skynet systemd[1]: Starting Accounts Service...
Dec 16 22:58:37 skynet systemd[1]: Starting Authorization Manager...
Dec 16 22:58:37 skynet polkitd[612]: Started polkitd version 126
Dec 16 22:58:37 skynet polkitd[612]: Loading rules from directory /etc/polkit-1/rules.d
Dec 16 22:58:37 skynet polkitd[612]: Loading rules from directory /run/polkit-1/rules.d
Dec 16 22:58:37 skynet polkitd[612]: Error opening rules directory: Error opening directory “/run/polkit-1/rules.d”: No such file or directory (g-file-error-quark, 4)
Dec 16 22:58:37 skynet polkitd[612]: Loading rules from directory /usr/local/share/polkit-1/rules.d
Dec 16 22:58:37 skynet polkitd[612]: Error opening rules directory: Error opening directory “/usr/local/share/polkit-1/rules.d”: No such file or directory (g-file-error-quark, 4)
Dec 16 22:58:37 skynet polkitd[612]: Loading rules from directory /usr/share/polkit-1/rules.d
Dec 16 22:58:37 skynet polkitd[612]: Finished loading, compiling and executing 3 rules
Dec 16 22:58:37 skynet systemd[1]: Started Authorization Manager.
Dec 16 22:58:37 skynet polkitd[612]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Dec 16 22:58:37 skynet accounts-daemon[606]: started daemon version 23.13.0
Dec 16 22:58:37 skynet systemd[1]: Started Accounts Service.
Dec 16 22:58:37 skynet python3[563]: 2025-12-17T03:58:37.374095+00:00 | __main__:41 | INFO | Starting Proton VPN daemon v0.13.4
Dec 16 22:58:37 skynet systemd[1]: Started Proton VPN Daemon.
Dec 16 22:58:37 skynet systemd[1]: Reached target Multi-User System.
Dec 16 22:58:37 skynet systemd[1]: Reached target Graphical Interface.
Dec 16 22:58:37 skynet systemd[1]: Startup finished in 7.227s (firmware) + 2.852s (loader) + 3.674s (kernel) + 1.902s (userspace) = 15.657s.
Dec 16 22:58:38 skynet lightdm[651]: pam_unix(lightdm-greeter:session): session opened for user lightdm(uid=970) by (uid=0)
Dec 16 22:58:38 skynet systemd-logind[565]: New session 'c1' of user 'lightdm' with class 'greeter' and type 'x11'.
Dec 16 22:58:38 skynet systemd[1]: Created slice User Slice of UID 970.
Dec 16 22:58:38 skynet systemd[1]: Starting User Runtime Directory /run/user/970...
Dec 16 22:58:38 skynet kernel: Bluetooth: hci0: Waiting for firmware download to complete
Dec 16 22:58:38 skynet kernel: Bluetooth: hci0: Firmware loaded in 1840584 usecs
Dec 16 22:58:38 skynet kernel: Bluetooth: hci0: Waiting for device to boot
Dec 16 22:58:38 skynet systemd[1]: Finished User Runtime Directory /run/user/970.
Dec 16 22:58:38 skynet systemd[1]: Starting User Manager for UID 970...
Dec 16 22:58:38 skynet kernel: Bluetooth: hci0: Device booted in 14665 usecs
Dec 16 22:58:38 skynet kernel: Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-20-1-3.ddc
Dec 16 22:58:38 skynet kernel: Bluetooth: hci0: Applying Intel DDC parameters completed
Dec 16 22:58:38 skynet kernel: Bluetooth: hci0: Firmware revision 0.3 build 193 week 33 2024
Dec 16 22:58:38 skynet kernel: Bluetooth: hci0: HCI LE Coded PHY feature bit is set, but its usage is not supported.
Dec 16 22:58:38 skynet dbus-broker-launch[578]: Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-org.freedesktop.home1.service' could not be found.
Dec 16 22:58:38 skynet (systemd)[662]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[lightdm] ruser=[<unknown>] rhost=[<unknown>]
Dec 16 22:58:38 skynet (systemd)[662]: pam_unix(systemd-user:session): session opened for user lightdm(uid=970) by lightdm(uid=0)
Dec 16 22:58:38 skynet systemd-logind[565]: New session '1' of user 'lightdm' with class 'manager-early' and type 'unspecified'.
Dec 16 22:58:38 skynet systemd[662]: Queued start job for default target Main User Target.
Dec 16 22:58:38 skynet systemd[662]: Created slice User Application Slice.
Dec 16 22:58:38 skynet systemd[662]: Reached target Paths.
Dec 16 22:58:38 skynet systemd[662]: Reached target Timers.
Dec 16 22:58:38 skynet systemd[662]: Starting D-Bus User Message Bus Socket...
Dec 16 22:58:38 skynet systemd[662]: Listening on GnuPG network certificate management daemon.
Dec 16 22:58:38 skynet systemd[662]: Listening on GNOME Keyring daemon.
Dec 16 22:58:38 skynet systemd[662]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Dec 16 22:58:38 skynet systemd[662]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Dec 16 22:58:38 skynet systemd[662]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Dec 16 22:58:38 skynet systemd[662]: Listening on GnuPG cryptographic agent and passphrase cache.
Dec 16 22:58:38 skynet systemd[662]: Listening on GnuPG public key management service.
Dec 16 22:58:38 skynet systemd[662]: Listening on p11-kit server.
Dec 16 22:58:38 skynet systemd[662]: Listening on PipeWire Multimedia System Sockets.
Dec 16 22:58:38 skynet systemd[662]: Listening on Sound System.
Dec 16 22:58:38 skynet systemd[662]: Listening on Query the User Interactively for a Password.
Dec 16 22:58:38 skynet systemd[662]: Listening on D-Bus User Message Bus Socket.
Dec 16 22:58:38 skynet systemd[662]: Reached target Sockets.
Dec 16 22:58:38 skynet systemd[662]: Reached target Basic System.
Dec 16 22:58:38 skynet systemd[662]: Reached target Main User Target.
Dec 16 22:58:38 skynet systemd[662]: Startup finished in 122ms.
Dec 16 22:58:38 skynet systemd[1]: Started User Manager for UID 970.
Dec 16 22:58:38 skynet systemd[1]: Started Session c1 of User lightdm.
Dec 16 22:58:38 skynet systemd[662]: Created slice User Core Session Slice.
Dec 16 22:58:38 skynet systemd[662]: Starting D-Bus User Message Bus...
Dec 16 22:58:38 skynet dbus-broker-launch[676]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored
Dec 16 22:58:38 skynet dbus-broker-launch[676]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored
Dec 16 22:58:38 skynet systemd[662]: Started D-Bus User Message Bus.
Dec 16 22:58:38 skynet dbus-broker-launch[676]: Ready
Dec 16 22:58:38 skynet systemd[662]: Starting Accessibility services bus...
Dec 16 22:58:38 skynet systemd[662]: Started Accessibility services bus.
Dec 16 22:58:38 skynet dbus-broker-launch[684]: Ready
Dec 16 22:58:38 skynet systemd[662]: Created slice Slice /app/dbus-:1.4-org.a11y.atspi.Registry.
Dec 16 22:58:38 skynet systemd[662]: Started dbus-:1.4-org.a11y.atspi.Registry@0.service.
Dec 16 22:58:38 skynet at-spi2-registryd[835]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Dec 16 22:58:41 skynet systemd[1]: systemd-rfkill.service: Deactivated successfully.
Dec 16 22:58:47 skynet lightdm[834]: gkr-pam: unable to locate daemon control file
Dec 16 22:58:47 skynet lightdm[834]: gkr-pam: stashed password to try later in open session
Dec 16 22:58:47 skynet systemd[1]: session-c1.scope: Killing process 651 (lightdm) with signal SIGTERM.
Dec 16 22:58:47 skynet systemd[1]: session-c1.scope: Killing process 671 (lightdm-gtk-gre) with signal SIGTERM.
Dec 16 22:58:47 skynet systemd[1]: session-c1.scope: Killing process 697 (bwrap) with signal SIGTERM.
Dec 16 22:58:47 skynet systemd[1]: session-c1.scope: Killing process 698 (bwrap) with signal SIGTERM.
Dec 16 22:58:47 skynet systemd[1]: session-c1.scope: Killing process 699 (glycin-svg) with signal SIGTERM.
Dec 16 22:58:47 skynet systemd[1]: Stopping Session c1 of User lightdm...
Dec 16 22:58:47 skynet lightdm[651]: pam_unix(lightdm-greeter:session): session closed for user lightdm
Dec 16 22:58:47 skynet systemd[1]: session-c1.scope: Deactivated successfully.
Dec 16 22:58:47 skynet systemd[1]: Stopped Session c1 of User lightdm.
Dec 16 22:58:47 skynet systemd-logind[565]: Removed session c1.
Dec 16 22:58:47 skynet lightdm[834]: pam_unix(lightdm:session): session opened for user jwrauch(uid=1000) by jwrauch(uid=0)
Dec 16 22:58:47 skynet systemd[662]: Reached target Sound Card.
Dec 16 22:58:47 skynet systemd-logind[565]: New session '2' of user 'jwrauch' with class 'user' and type 'x11'.
Dec 16 22:58:47 skynet systemd[1]: Created slice User Slice of UID 1000.
Dec 16 22:58:47 skynet systemd[1]: Starting User Runtime Directory /run/user/1000...
Dec 16 22:58:47 skynet systemd-user-runtime-dir[917]: Successfully configured disk quota for UID 1000 on /tmp to 24.9G
Dec 16 22:58:47 skynet systemd-user-runtime-dir[917]: Successfully configured disk quota for UID 1000 on /dev/shm to 24.9G
Dec 16 22:58:47 skynet systemd[1]: Finished User Runtime Directory /run/user/1000.
Dec 16 22:58:47 skynet systemd[1]: Starting User Manager for UID 1000...
Dec 16 22:58:47 skynet (systemd)[923]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[jwrauch] ruser=[<unknown>] rhost=[<unknown>]
Dec 16 22:58:47 skynet (systemd)[923]: pam_unix(systemd-user:session): session opened for user jwrauch(uid=1000) by jwrauch(uid=0)
Dec 16 22:58:47 skynet systemd-logind[565]: New session '3' of user 'jwrauch' with class 'manager' and type 'unspecified'.
Dec 16 22:58:47 skynet systemd[923]: Queued start job for default target Main User Target.
Dec 16 22:58:47 skynet systemd[923]: Created slice User Application Slice.
Dec 16 22:58:47 skynet systemd[923]: Reached target Paths.
Dec 16 22:58:47 skynet systemd[923]: Reached target Timers.
Dec 16 22:58:47 skynet systemd[923]: Starting D-Bus User Message Bus Socket...
Dec 16 22:58:47 skynet systemd[923]: Listening on GnuPG network certificate management daemon.
Dec 16 22:58:47 skynet systemd[923]: Listening on GNOME Keyring daemon.
Dec 16 22:58:47 skynet systemd[923]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Dec 16 22:58:47 skynet systemd[923]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Dec 16 22:58:47 skynet systemd[923]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Dec 16 22:58:47 skynet systemd[923]: Listening on GnuPG cryptographic agent and passphrase cache.
Dec 16 22:58:47 skynet systemd[923]: Listening on GnuPG public key management service.
Dec 16 22:58:47 skynet systemd[923]: Listening on p11-kit server.
Dec 16 22:58:47 skynet systemd[923]: Listening on PipeWire Multimedia System Sockets.
Dec 16 22:58:47 skynet systemd[923]: Listening on Sound System.
Dec 16 22:58:47 skynet systemd[923]: Listening on Query the User Interactively for a Password.
Dec 16 22:58:47 skynet systemd[923]: Listening on D-Bus User Message Bus Socket.
Dec 16 22:58:47 skynet systemd[923]: Reached target Sockets.
Dec 16 22:58:47 skynet systemd[923]: Reached target Basic System.
Dec 16 22:58:47 skynet systemd[923]: Reached target Main User Target.
Dec 16 22:58:47 skynet systemd[923]: Startup finished in 119ms.
Dec 16 22:58:47 skynet systemd[1]: Started User Manager for UID 1000.
Dec 16 22:58:47 skynet systemd[1]: Started Session 2 of User jwrauch.
Dec 16 22:58:47 skynet systemd[923]: Started GNOME Keyring daemon.
Dec 16 22:58:47 skynet gnome-keyring-daemon[933]: gnome-keyring-daemon: no process capabilities, insecure memory might get used
Dec 16 22:58:47 skynet gnome-keyring-daemon[933]: GNOME_KEYRING_CONTROL=/run/user/1000/keyring
Dec 16 22:58:47 skynet systemd[923]: Created slice User Core Session Slice.
Dec 16 22:58:47 skynet systemd[923]: Starting D-Bus User Message Bus...
Dec 16 22:58:47 skynet dbus-broker-launch[938]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored
Dec 16 22:58:47 skynet dbus-broker-launch[938]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored
Dec 16 22:58:47 skynet systemd[923]: Started D-Bus User Message Bus.
Dec 16 22:58:47 skynet dbus-broker-launch[938]: Ready
Dec 16 22:58:47 skynet lightdm[834]: gkr-pam: unlocked login keyring
Dec 16 22:58:47 skynet lightdm[834]: pam_unix(lightdm:session): session closed for user jwrauch
Dec 16 22:58:47 skynet systemd[1]: session-2.scope: Deactivated successfully.
Dec 16 22:58:47 skynet systemd-logind[565]: Session 2 logged out. Waiting for processes to exit.
Dec 16 22:58:47 skynet systemd-logind[565]: Removed session 2.
Dec 16 22:58:47 skynet systemd[923]: Reached target Sound Card.
Dec 16 22:58:49 skynet lightdm[974]: pam_unix(lightdm-greeter:session): session opened for user lightdm(uid=970) by (uid=0)
Dec 16 22:58:49 skynet systemd-logind[565]: New session 'c2' of user 'lightdm' with class 'greeter' and type 'x11'.
Dec 16 22:58:49 skynet systemd[1]: Started Session c2 of User lightdm.
Dec 16 22:58:53 skynet lightdm[1135]: gkr-pam: unable to locate daemon control file
Dec 16 22:58:53 skynet lightdm[1135]: gkr-pam: stashed password to try later in open session
Dec 16 22:58:53 skynet systemd[1]: session-c2.scope: Killing process 974 (lightdm) with signal SIGTERM.
Dec 16 22:58:53 skynet systemd[1]: session-c2.scope: Killing process 982 (lightdm-gtk-gre) with signal SIGTERM.
Dec 16 22:58:53 skynet systemd[1]: session-c2.scope: Killing process 998 (bwrap) with signal SIGTERM.
Dec 16 22:58:53 skynet systemd[1]: session-c2.scope: Killing process 999 (bwrap) with signal SIGTERM.
Dec 16 22:58:53 skynet systemd[1]: session-c2.scope: Killing process 1000 (glycin-svg) with signal SIGTERM.
Dec 16 22:58:53 skynet systemd[1]: Stopping Session c2 of User lightdm...
Dec 16 22:58:53 skynet lightdm[974]: pam_unix(lightdm-greeter:session): session closed for user lightdm
Dec 16 22:58:53 skynet systemd[1]: session-c2.scope: Deactivated successfully.
Dec 16 22:58:53 skynet systemd[1]: Stopped Session c2 of User lightdm.
Dec 16 22:58:53 skynet lightdm[1135]: pam_unix(lightdm:session): session opened for user jwrauch(uid=1000) by jwrauch(uid=0)
Dec 16 22:58:53 skynet systemd-logind[565]: Removed session c2.
Dec 16 22:58:53 skynet systemd-logind[565]: New session '4' of user 'jwrauch' with class 'user' and type 'x11'.
Dec 16 22:58:53 skynet systemd[1]: Started Session 4 of User jwrauch.
Dec 16 22:58:53 skynet lightdm[1135]: gkr-pam: unlocked login keyring
Dec 16 22:58:53 skynet lightdm[1135]: pam_unix(lightdm:session): session closed for user jwrauch
Dec 16 22:58:53 skynet systemd[1]: session-4.scope: Deactivated successfully.
Dec 16 22:58:53 skynet systemd-logind[565]: Session 4 logged out. Waiting for processes to exit.
Dec 16 22:58:53 skynet systemd-logind[565]: Removed session 4.
Dec 16 22:58:54 skynet lightdm[1252]: pam_unix(lightdm-greeter:session): session opened for user lightdm(uid=970) by (uid=0)
Dec 16 22:58:54 skynet systemd-logind[565]: New session 'c3' of user 'lightdm' with class 'greeter' and type 'x11'.
Dec 16 22:58:54 skynet systemd[1]: Started Session c3 of User lightdm.
Dec 16 22:59:03 skynet systemd[1]: Started Getty on tty2.I'm also posting the contents of my /var/log/Xorg.0.log. I'm going to look through this next, but quickly looking at $cat /var/log/Xorg.0.log | grep EE it looks the same as it has in the past posts.
[ 21.863]
X.Org X Server 1.21.1.21
X Protocol Version 11, Revision 0
[ 21.863] Current Operating System: Linux skynet 6.18.1-arch1-2 #1 SMP PREEMPT_DYNAMIC Sat, 13 Dec 2025 18:23:21 +0000 x86_64
[ 21.863] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=6ad88d6e-0c6d-4738-be74-67829c639804 rw loglevel=3 quiet rcutree.gp_init_delay=1
[ 21.863]
[ 21.863] Current version of pixman: 0.46.4
[ 21.863] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 21.863] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 21.863] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Dec 16 22:58:53 2025
[ 21.863] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 21.863] (==) No Layout section. Using the first Screen section.
[ 21.863] (==) No screen section available. Using defaults.
[ 21.863] (**) |-->Screen "Default Screen Section" (0)
[ 21.863] (**) | |-->Monitor "<default monitor>"
[ 21.863] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 21.863] (**) Allowing byte-swapped clients
[ 21.863] (==) Automatically adding devices
[ 21.863] (==) Automatically enabling devices
[ 21.863] (==) Automatically adding GPU devices
[ 21.863] (==) Automatically binding GPU devices
[ 21.863] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 21.863] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 21.863] Entry deleted from font path.
[ 21.863] (==) FontPath set to:
/usr/share/fonts/misc,
/usr/share/fonts/TTF,
/usr/share/fonts/OTF,
/usr/share/fonts/100dpi,
/usr/share/fonts/75dpi
[ 21.863] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 21.863] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 21.863] (II) Module ABI versions:
[ 21.863] X.Org ANSI C Emulation: 0.4
[ 21.863] X.Org Video Driver: 25.2
[ 21.863] X.Org XInput driver : 24.4
[ 21.863] X.Org Server Extension : 10.0
[ 21.863] (++) using VT number 7
[ 21.863] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 21.864] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 21.864] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0
[ 21.865] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 21.865] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card1
[ 21.877] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[ 21.879] (--) PCI:*(0@0:2:0) 8086:3e9b:17aa:2297 rev 2, Mem @ 0x6040000000/16777216, 0x4000000000/268435456, I/O @ 0x00003000/64, BIOS @ 0x????????/131072
[ 21.879] (--) PCI: (1@0:0:0) 10de:1f36:17aa:2296 rev 161, Mem @ 0xcd000000/16777216, 0xa0000000/268435456, 0xb0000000/33554432, I/O @ 0x00002000/128, BIOS @ 0x????????/524288
[ 21.879] (II) LoadModule: "glx"
[ 21.879] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 21.880] (II) Module glx: vendor="X.Org Foundation"
[ 21.880] compiled for 1.21.1.21, module version = 1.0.0
[ 21.880] ABI class: X.Org Server Extension, version 10.0
[ 21.880] (II) Applying OutputClass "nvidia" to /dev/dri/card0
[ 21.880] loading driver: nvidia
[ 21.880] (==) Matched intel as autoconfigured driver 0
[ 21.880] (==) Matched nvidia as autoconfigured driver 1
[ 21.880] (==) Matched nouveau as autoconfigured driver 2
[ 21.880] (==) Matched nv as autoconfigured driver 3
[ 21.880] (==) Matched modesetting as autoconfigured driver 4
[ 21.880] (==) Matched fbdev as autoconfigured driver 5
[ 21.880] (==) Matched vesa as autoconfigured driver 6
[ 21.880] (==) Assigned the driver to the xf86ConfigLayout
[ 21.880] (II) LoadModule: "intel"
[ 21.881] (WW) Warning, couldn't open module intel
[ 21.881] (EE) Failed to load module "intel" (module does not exist, 0)
[ 21.881] (II) LoadModule: "nvidia"
[ 21.881] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 21.881] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 21.881] compiled for 1.6.99.901, module version = 1.0.0
[ 21.881] Module class: X.Org Video Driver
[ 21.881] (II) LoadModule: "nouveau"
[ 21.881] (WW) Warning, couldn't open module nouveau
[ 21.881] (EE) Failed to load module "nouveau" (module does not exist, 0)
[ 21.881] (II) LoadModule: "nv"
[ 21.881] (WW) Warning, couldn't open module nv
[ 21.881] (EE) Failed to load module "nv" (module does not exist, 0)
[ 21.881] (II) LoadModule: "modesetting"
[ 21.881] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 21.882] (II) Module modesetting: vendor="X.Org Foundation"
[ 21.882] compiled for 1.21.1.21, module version = 1.21.1
[ 21.882] Module class: X.Org Video Driver
[ 21.882] ABI class: X.Org Video Driver, version 25.2
[ 21.882] (II) LoadModule: "fbdev"
[ 21.882] (WW) Warning, couldn't open module fbdev
[ 21.882] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 21.882] (II) LoadModule: "vesa"
[ 21.882] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 21.882] (II) Module vesa: vendor="X.Org Foundation"
[ 21.882] compiled for 1.21.1.11, module version = 2.6.0
[ 21.882] Module class: X.Org Video Driver
[ 21.882] ABI class: X.Org Video Driver, version 25.2
[ 21.882] (II) NVIDIA dlloader X Driver 580.119.02 Mon Dec 8 07:39:13 UTC 2025
[ 21.882] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 21.882] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 21.882] (II) VESA: driver for VESA chipsets: vesa
[ 21.893] (II) modeset(0): using drv /dev/dri/card1
[ 21.893] (II) Loading sub module "fb"
[ 21.893] (II) LoadModule: "fb"
[ 21.893] (II) Module "fb" already built-in
[ 21.893] (II) Loading sub module "wfb"
[ 21.893] (II) LoadModule: "wfb"
[ 21.893] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 21.893] (II) Module wfb: vendor="X.Org Foundation"
[ 21.893] compiled for 1.21.1.21, module version = 1.0.0
[ 21.893] ABI class: X.Org ANSI C Emulation, version 0.4
[ 21.894] (II) modeset(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 21.894] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[ 21.894] (==) modeset(0): RGB weight 888
[ 21.894] (==) modeset(0): Default visual is TrueColor
[ 21.894] (II) Loading sub module "glamoregl"
[ 21.894] (II) LoadModule: "glamoregl"
[ 21.894] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 21.899] (II) Module glamoregl: vendor="X.Org Foundation"
[ 21.899] compiled for 1.21.1.21, module version = 1.0.1
[ 21.899] ABI class: X.Org ANSI C Emulation, version 0.4
[ 21.951] (II) modeset(0): glamor: Using OpenGL 4.6 context.
[ 21.951] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) UHD Graphics 630 (CFL GT2)
[ 21.951] (II) modeset(0): glamor initialized
[ 21.951] (==) modeset(0): VariableRefresh: disabled
[ 21.951] (==) modeset(0): AsyncFlipSecondaries: disabled
[ 21.952] (II) modeset(0): Output eDP-1 has no monitor section
[ 21.952] (II) modeset(0): EDID for output eDP-1
[ 21.952] (II) modeset(0): Manufacturer: SDC Model: 4141 Serial#: 0
[ 21.953] (II) modeset(0): Year: 2019 Week: 19
[ 21.953] (II) modeset(0): EDID Version: 1.4
[ 21.953] (II) modeset(0): Digital Display Input
[ 21.953] (II) modeset(0): 10 bits per channel
[ 21.953] (II) modeset(0): Digital interface is DisplayPort
[ 21.953] (II) modeset(0): Max Image Size [cm]: horiz.: 34 vert.: 19
[ 21.953] (II) modeset(0): Gamma: 2.20
[ 21.953] (II) modeset(0): No DPMS capabilities specified
[ 21.953] (II) modeset(0): Supported color encodings: RGB 4:4:4
[ 21.953] (II) modeset(0): First detailed timing is preferred mode
[ 21.953] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[ 21.953] (II) modeset(0): redX: 0.682 redY: 0.317 greenX: 0.243 greenY: 0.715
[ 21.953] (II) modeset(0): blueX: 0.143 blueY: 0.044 whiteX: 0.312 whiteY: 0.329
[ 21.953] (II) modeset(0): Manufacturer's mask: 0
[ 21.953] (II) modeset(0): Supported detailed timing:
[ 21.953] (II) modeset(0): clock: 545.1 MHz Image Size: 344 x 194 mm
[ 21.953] (II) modeset(0): h_active: 3840 h_sync: 3888 h_sync_end 3920 h_blank_end 4160 h_border: 0
[ 21.953] (II) modeset(0): v_active: 2160 v_sync: 2164 v_sync_end 2168 v_blanking: 2184 v_border: 0
[ 21.953] (II) modeset(0): Supported detailed timing:
[ 21.953] (II) modeset(0): clock: 545.1 MHz Image Size: 344 x 194 mm
[ 21.953] (II) modeset(0): h_active: 3840 h_sync: 3888 h_sync_end 3920 h_blank_end 4160 h_border: 0
[ 21.953] (II) modeset(0): v_active: 2160 v_sync: 2164 v_sync_end 2168 v_blanking: 2184 v_border: 0
[ 21.953] (II) modeset(0): Unknown vendor-specific block f
[ 21.953] (II) modeset(0): ATNA56WR08-0
[ 21.953] (II) modeset(0): Number of EDID sections to follow: 1
[ 21.953] (II) modeset(0): EDID (in hex):
[ 21.953] (II) modeset(0): 00ffffffffffff004c83414100000000
[ 21.953] (II) modeset(0): 131d0104b5221378029491ae513eb724
[ 21.953] (II) modeset(0): 0b505400000001010101010101010101
[ 21.953] (II) modeset(0): 010101010101f0d40040f17018803020
[ 21.953] (II) modeset(0): 440058c21000001bf0d40040f1701880
[ 21.953] (II) modeset(0): 3020440058c21000001b0000000f00ff
[ 21.953] (II) modeset(0): 093cff093c2c800000000000000000fe
[ 21.953] (II) modeset(0): 0041544e413536575230382d30200115
[ 21.953] (II) modeset(0): 02030f00e3058000e6060501736d0700
[ 21.953] (II) modeset(0): 00000000000000000000000000000000
[ 21.953] (II) modeset(0): 00000000000000000000000000000000
[ 21.953] (II) modeset(0): 00000000000000000000000000000000
[ 21.953] (II) modeset(0): 00000000000000000000000000000000
[ 21.953] (II) modeset(0): 00000000000000000000000000000000
[ 21.953] (II) modeset(0): 00000000000000000000000000000000
[ 21.953] (II) modeset(0): 000000000000000000000000000000ab
[ 21.953] (II) modeset(0): Printing probed modes for output eDP-1
[ 21.953] (II) modeset(0): Modeline "3840x2160"x60.0 545.12 3840 3888 3920 4160 2160 2164 2168 2184 +hsync -vsync (131.0 kHz eP)
[ 21.953] (II) modeset(0): Modeline "3840x2160"x60.0 712.75 3840 4160 4576 5312 2160 2163 2168 2237 -hsync +vsync (134.2 kHz d)
[ 21.953] (II) modeset(0): Modeline "3840x2160"x60.0 533.00 3840 3888 3920 4000 2160 2163 2168 2222 +hsync -vsync (133.2 kHz d)
[ 21.953] (II) modeset(0): Modeline "3200x1800"x60.0 492.00 3200 3456 3800 4400 1800 1803 1808 1865 -hsync +vsync (111.8 kHz d)
[ 21.953] (II) modeset(0): Modeline "3200x1800"x59.9 373.00 3200 3248 3280 3360 1800 1803 1808 1852 +hsync -vsync (111.0 kHz d)
[ 21.953] (II) modeset(0): Modeline "2880x1620"x60.0 396.25 2880 3096 3408 3936 1620 1623 1628 1679 -hsync +vsync (100.7 kHz d)
[ 21.953] (II) modeset(0): Modeline "2880x1620"x60.0 303.75 2880 2928 2960 3040 1620 1623 1628 1666 +hsync -vsync (99.9 kHz d)
[ 21.953] (II) modeset(0): Modeline "2560x1600"x60.0 348.50 2560 2760 3032 3504 1600 1603 1609 1658 -hsync +vsync (99.5 kHz d)
[ 21.953] (II) modeset(0): Modeline "2560x1600"x60.0 268.50 2560 2608 2640 2720 1600 1603 1609 1646 +hsync -vsync (98.7 kHz d)
[ 21.953] (II) modeset(0): Modeline "2560x1440"x120.0 638.25 2560 2780 3064 3568 1440 1441 1444 1491 doublescan -hsync +vsync (178.9 kHz d)
[ 21.953] (II) modeset(0): Modeline "2560x1440"x120.0 469.12 2560 2584 2600 2640 1440 1441 1444 1481 doublescan +hsync -vsync (177.7 kHz d)
[ 21.953] (II) modeset(0): Modeline "2560x1440"x60.0 312.25 2560 2752 3024 3488 1440 1443 1448 1493 -hsync +vsync (89.5 kHz d)
[ 21.953] (II) modeset(0): Modeline "2560x1440"x60.0 241.50 2560 2608 2640 2720 1440 1443 1448 1481 +hsync -vsync (88.8 kHz d)
[ 21.953] (II) modeset(0): Modeline "2048x1536"x60.0 266.95 2048 2200 2424 2800 1536 1537 1540 1589 -hsync +vsync (95.3 kHz d)
[ 21.953] (II) modeset(0): Modeline "1920x1440"x60.0 234.00 1920 2048 2256 2600 1440 1441 1444 1500 -hsync +vsync (90.0 kHz d)
[ 21.953] (II) modeset(0): Modeline "1856x1392"x60.0 218.30 1856 1952 2176 2528 1392 1393 1396 1439 -hsync +vsync (86.4 kHz d)
[ 21.953] (II) modeset(0): Modeline "1792x1344"x60.0 204.80 1792 1920 2120 2448 1344 1345 1348 1394 -hsync +vsync (83.7 kHz d)
[ 21.953] (II) modeset(0): Modeline "2048x1152"x120.0 406.50 2048 2220 2444 2840 1152 1153 1156 1193 doublescan -hsync +vsync (143.1 kHz d)
[ 21.953] (II) modeset(0): Modeline "2048x1152"x120.0 302.50 2048 2072 2088 2128 1152 1153 1156 1185 doublescan +hsync -vsync (142.2 kHz d)
[ 21.953] (II) modeset(0): Modeline "2048x1152"x59.9 197.00 2048 2184 2400 2752 1152 1155 1160 1195 -hsync +vsync (71.6 kHz d)
[ 21.953] (II) modeset(0): Modeline "2048x1152"x59.9 156.75 2048 2096 2128 2208 1152 1155 1160 1185 +hsync -vsync (71.0 kHz d)
[ 21.953] (II) modeset(0): Modeline "1920x1200"x59.9 193.25 1920 2056 2256 2592 1200 1203 1209 1245 -hsync +vsync (74.6 kHz d)
[ 21.953] (II) modeset(0): Modeline "1920x1200"x60.0 154.00 1920 1968 2000 2080 1200 1203 1209 1235 +hsync -vsync (74.0 kHz d)
[ 21.953] (II) modeset(0): Modeline "1920x1080"x120.0 356.38 1920 2080 2288 2656 1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[ 21.953] (II) modeset(0): Modeline "1920x1080"x119.9 266.50 1920 1944 1960 2000 1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[ 21.953] (II) modeset(0): Modeline "1920x1080"x60.0 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[ 21.953] (II) modeset(0): Modeline "1920x1080"x59.9 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[ 21.953] (II) modeset(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz d)
[ 21.953] (II) modeset(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[ 21.953] (II) modeset(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[ 21.953] (II) modeset(0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[ 21.953] (II) modeset(0): Modeline "1600x900"x120.0 246.00 1600 1728 1900 2200 900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[ 21.953] (II) modeset(0): Modeline "1600x900"x119.9 186.50 1600 1624 1640 1680 900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[ 21.953] (II) modeset(0): Modeline "1600x900"x59.9 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync (56.0 kHz d)
[ 21.953] (II) modeset(0): Modeline "1600x900"x59.8 97.50 1600 1648 1680 1760 900 903 908 926 +hsync -vsync (55.4 kHz d)
[ 21.953] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[ 21.953] (II) modeset(0): Modeline "1400x900"x60.0 103.50 1400 1480 1624 1848 900 903 913 934 -hsync +vsync (56.0 kHz d)
[ 21.953] (II) modeset(0): Modeline "1400x900"x59.9 86.50 1400 1448 1480 1560 900 903 913 926 +hsync -vsync (55.4 kHz d)
[ 21.953] (II) modeset(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz d)
[ 21.953] (II) modeset(0): Modeline "1440x810"x120.0 198.12 1440 1548 1704 1968 810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[ 21.953] (II) modeset(0): Modeline "1440x810"x119.9 151.88 1440 1464 1480 1520 810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[ 21.953] (II) modeset(0): Modeline "1368x768"x59.9 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync (47.8 kHz d)
[ 21.953] (II) modeset(0): Modeline "1368x768"x59.9 72.25 1368 1416 1448 1528 768 771 781 790 +hsync -vsync (47.3 kHz d)
[ 21.953] (II) modeset(0): Modeline "1280x800"x120.0 174.25 1280 1380 1516 1752 800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[ 21.953] (II) modeset(0): Modeline "1280x800"x119.9 134.25 1280 1304 1320 1360 800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[ 21.953] (II) modeset(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz d)
[ 21.953] (II) modeset(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz d)
[ 21.953] (II) modeset(0): Modeline "1280x720"x120.0 156.12 1280 1376 1512 1744 720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[ 21.953] (II) modeset(0): Modeline "1280x720"x120.0 120.75 1280 1304 1320 1360 720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[ 21.953] (II) modeset(0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz d)
[ 21.953] (II) modeset(0): Modeline "1280x720"x59.7 63.75 1280 1328 1360 1440 720 723 728 741 +hsync -vsync (44.3 kHz d)
[ 21.953] (II) modeset(0): Modeline "1024x768"x120.1 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[ 21.953] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
[ 21.953] (II) modeset(0): Modeline "960x720"x120.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[ 21.953] (II) modeset(0): Modeline "928x696"x120.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[ 21.953] (II) modeset(0): Modeline "896x672"x120.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[ 21.953] (II) modeset(0): Modeline "1024x576"x119.9 98.50 1024 1092 1200 1376 576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[ 21.953] (II) modeset(0): Modeline "1024x576"x119.9 78.38 1024 1048 1064 1104 576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[ 21.953] (II) modeset(0): Modeline "1024x576"x59.9 46.50 1024 1064 1160 1296 576 579 584 599 -hsync +vsync (35.9 kHz d)
[ 21.953] (II) modeset(0): Modeline "1024x576"x59.8 42.00 1024 1072 1104 1184 576 579 584 593 +hsync -vsync (35.5 kHz d)
[ 21.953] (II) modeset(0): Modeline "960x600"x119.9 96.62 960 1028 1128 1296 600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[ 21.953] (II) modeset(0): Modeline "960x600"x120.0 77.00 960 984 1000 1040 600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[ 21.953] (II) modeset(0): Modeline "960x540"x119.9 86.50 960 1024 1124 1288 540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[ 21.953] (II) modeset(0): Modeline "960x540"x120.0 69.25 960 984 1000 1040 540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[ 21.953] (II) modeset(0): Modeline "960x540"x59.6 40.75 960 992 1088 1216 540 543 548 562 -hsync +vsync (33.5 kHz d)
[ 21.953] (II) modeset(0): Modeline "960x540"x59.8 37.25 960 1008 1040 1120 540 543 548 556 +hsync -vsync (33.3 kHz d)
[ 21.953] (II) modeset(0): Modeline "800x600"x120.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[ 21.953] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
[ 21.953] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 21.953] (II) modeset(0): Modeline "840x525"x120.0 73.12 840 892 980 1120 525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[ 21.953] (II) modeset(0): Modeline "840x525"x119.8 59.50 840 864 880 920 525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[ 21.953] (II) modeset(0): Modeline "864x486"x59.9 32.50 864 888 968 1072 486 489 494 506 -hsync +vsync (30.3 kHz d)
[ 21.953] (II) modeset(0): Modeline "864x486"x59.6 30.50 864 912 944 1024 486 489 494 500 +hsync -vsync (29.8 kHz d)
[ 21.953] (II) modeset(0): Modeline "700x525"x120.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[ 21.953] (II) modeset(0): Modeline "800x450"x119.9 59.12 800 848 928 1056 450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[ 21.953] (II) modeset(0): Modeline "800x450"x119.6 48.75 800 824 840 880 450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[ 21.953] (II) modeset(0): Modeline "640x512"x120.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[ 21.953] (II) modeset(0): Modeline "700x450"x119.9 51.75 700 740 812 924 450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[ 21.953] (II) modeset(0): Modeline "700x450"x119.8 43.25 700 724 740 780 450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[ 21.953] (II) modeset(0): Modeline "640x480"x120.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[ 21.953] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
[ 21.953] (II) modeset(0): Modeline "720x405"x59.5 22.50 720 744 808 896 405 408 413 422 -hsync +vsync (25.1 kHz d)
[ 21.953] (II) modeset(0): Modeline "720x405"x59.0 21.75 720 768 800 880 405 408 413 419 +hsync -vsync (24.7 kHz d)
[ 21.953] (II) modeset(0): Modeline "684x384"x119.8 42.62 684 720 788 892 384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[ 21.953] (II) modeset(0): Modeline "684x384"x119.7 36.12 684 708 724 764 384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[ 21.953] (II) modeset(0): Modeline "640x400"x119.8 41.75 640 676 740 840 400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[ 21.953] (II) modeset(0): Modeline "640x400"x120.0 35.50 640 664 680 720 400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[ 21.953] (II) modeset(0): Modeline "640x360"x119.7 37.25 640 672 736 832 360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[ 21.953] (II) modeset(0): Modeline "640x360"x119.7 31.88 640 664 680 720 360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[ 21.953] (II) modeset(0): Modeline "640x360"x59.8 18.00 640 664 720 800 360 363 368 376 -hsync +vsync (22.5 kHz d)
[ 21.953] (II) modeset(0): Modeline "640x360"x59.3 17.75 640 688 720 800 360 363 368 374 +hsync -vsync (22.2 kHz d)
[ 21.953] (II) modeset(0): Modeline "512x384"x120.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[ 21.953] (II) modeset(0): Modeline "512x288"x120.0 23.25 512 532 580 648 288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[ 21.953] (II) modeset(0): Modeline "512x288"x119.8 21.00 512 536 552 592 288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[ 21.953] (II) modeset(0): Modeline "480x270"x119.3 20.38 480 496 544 608 270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[ 21.953] (II) modeset(0): Modeline "480x270"x119.6 18.62 480 504 520 560 270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[ 21.953] (II) modeset(0): Modeline "400x300"x120.6 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[ 21.953] (II) modeset(0): Modeline "400x300"x112.7 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[ 21.953] (II) modeset(0): Modeline "432x243"x119.8 16.25 432 444 484 536 243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[ 21.953] (II) modeset(0): Modeline "432x243"x119.1 15.25 432 456 472 512 243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[ 21.953] (II) modeset(0): Modeline "320x240"x120.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[ 21.953] (II) modeset(0): Modeline "360x202"x119.0 11.25 360 372 404 448 202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[ 21.953] (II) modeset(0): Modeline "360x202"x118.3 10.88 360 384 400 440 202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[ 21.953] (II) modeset(0): Modeline "320x180"x119.7 9.00 320 332 360 400 180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[ 21.953] (II) modeset(0): Modeline "320x180"x118.6 8.88 320 344 360 400 180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[ 21.953] (II) modeset(0): Output eDP-1 connected
[ 21.953] (II) modeset(0): Using exact sizes for initial modes
[ 21.953] (II) modeset(0): Output eDP-1 using initial mode 3840x2160 +0+0
[ 21.953] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[ 21.953] (==) modeset(0): DPI set to (96, 96)
[ 21.953] (II) Loading sub module "fb"
[ 21.953] (II) LoadModule: "fb"
[ 21.953] (II) Module "fb" already built-in
[ 21.953] (==) NVIDIA(G0): Depth 24, (==) framebuffer bpp 32
[ 21.953] (==) NVIDIA(G0): RGB weight 888
[ 21.953] (==) NVIDIA(G0): Default visual is TrueColor
[ 21.953] (==) NVIDIA(G0): Using gamma correction (1.0, 1.0, 1.0)
[ 21.953] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[ 21.953] (**) NVIDIA(G0): Option "AllowEmptyInitialConfiguration"
[ 21.953] (**) NVIDIA(G0): Enabling 2D acceleration
[ 21.953] (II) Loading sub module "glxserver_nvidia"
[ 21.953] (II) LoadModule: "glxserver_nvidia"
[ 21.953] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[ 21.959] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[ 21.959] compiled for 1.6.99.901, module version = 1.0.0
[ 21.959] Module class: X.Org Server Extension
[ 21.959] (II) NVIDIA GLX Module 580.119.02 Mon Dec 8 07:41:51 UTC 2025
[ 21.959] (II) NVIDIA: The X server supports PRIME Render Offload.
[ 21.964] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[ 21.964] (--) NVIDIA(0): DFP-0
[ 21.964] (--) NVIDIA(0): DFP-1
[ 21.964] (--) NVIDIA(0): DFP-2
[ 21.996] (II) NVIDIA(G0): NVIDIA GPU Quadro RTX 3000 (TU106GL-A) at PCI:1:0:0 (GPU-0)
[ 21.996] (--) NVIDIA(G0): Memory: 6291456 kBytes
[ 21.996] (--) NVIDIA(G0): VideoBIOS: 90.06.47.00.0a
[ 21.996] (II) NVIDIA(G0): Detected PCI Express Link width: 16X
[ 21.996] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 21.996] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 21.996] (--) NVIDIA(GPU-0): DFP-0: 2660.0 MHz maximum pixel clock
[ 21.996] (--) NVIDIA(GPU-0):
[ 21.997] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 21.997] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 21.997] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 21.997] (--) NVIDIA(GPU-0):
[ 21.997] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 21.997] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[ 21.997] (--) NVIDIA(GPU-0): DFP-2: 2660.0 MHz maximum pixel clock
[ 21.997] (--) NVIDIA(GPU-0):
[ 22.000] (II) NVIDIA(G0): Validated MetaModes:
[ 22.000] (II) NVIDIA(G0): "NULL"
[ 22.000] (II) NVIDIA(G0): Virtual screen size determined to be 640 x 480
[ 22.000] (WW) NVIDIA(G0): Unable to get display device for DPI computation.
[ 22.000] (==) NVIDIA(G0): DPI set to (75, 75); computed from built-in default
[ 22.000] (II) UnloadModule: "vesa"
[ 22.000] (II) Unloading vesa
[ 22.014] (==) modeset(0): Backing store enabled
[ 22.014] (==) modeset(0): Silken mouse enabled
[ 22.094] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[ 22.094] (==) modeset(0): DPMS enabled
[ 22.094] (II) modeset(0): [DRI2] Setup complete
[ 22.094] (II) modeset(0): [DRI2] DRI driver: iris
[ 22.094] (II) modeset(0): [DRI2] VDPAU driver: va_gl
[ 22.094] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[ 22.095] (II) NVIDIA: access.
[ 22.125] (II) NVIDIA(G0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 22.125] (II) NVIDIA(G0): may not be running or the "AcpidSocketPath" X
[ 22.125] (II) NVIDIA(G0): configuration option may not be set correctly. When the
[ 22.125] (II) NVIDIA(G0): ACPI event daemon is available, the NVIDIA X driver will
[ 22.125] (II) NVIDIA(G0): try to use it to receive ACPI event notifications. For
[ 22.125] (II) NVIDIA(G0): details, please see the "ConnectToAcpid" and
[ 22.125] (II) NVIDIA(G0): "AcpidSocketPath" X configuration options in Appendix B: X
[ 22.125] (II) NVIDIA(G0): Config Options in the README.
[ 22.146] (II) NVIDIA(G0): Setting mode "NULL"
[ 22.194] (==) NVIDIA(G0): Disabling shared memory pixmaps
[ 22.194] (==) NVIDIA(G0): Backing store enabled
[ 22.194] (==) NVIDIA(G0): Silken mouse enabled
[ 22.194] (==) NVIDIA(G0): DPMS enabled
[ 22.194] (II) Loading sub module "dri2"
[ 22.194] (II) LoadModule: "dri2"
[ 22.194] (II) Module "dri2" already built-in
[ 22.194] (II) NVIDIA(G0): [DRI2] Setup complete
[ 22.194] (II) NVIDIA(G0): [DRI2] VDPAU driver: nvidia
[ 22.194] (II) Initializing extension Generic Event Extension
[ 22.194] (II) Initializing extension SHAPE
[ 22.195] (II) Initializing extension MIT-SHM
[ 22.195] (II) Initializing extension XInputExtension
[ 22.195] (II) Initializing extension XTEST
[ 22.195] (II) Initializing extension BIG-REQUESTS
[ 22.195] (II) Initializing extension SYNC
[ 22.195] (II) Initializing extension XKEYBOARD
[ 22.195] (II) Initializing extension XC-MISC
[ 22.195] (II) Initializing extension SECURITY
[ 22.195] (II) Initializing extension XFIXES
[ 22.195] (II) Initializing extension RENDER
[ 22.195] (II) Initializing extension RANDR
[ 22.195] (II) Initializing extension COMPOSITE
[ 22.195] (II) Initializing extension DAMAGE
[ 22.195] (II) Initializing extension MIT-SCREEN-SAVER
[ 22.195] (II) Initializing extension DOUBLE-BUFFER
[ 22.195] (II) Initializing extension RECORD
[ 22.195] (II) Initializing extension DPMS
[ 22.195] (II) Initializing extension Present
[ 22.196] (II) Initializing extension DRI3
[ 22.196] (II) Initializing extension X-Resource
[ 22.196] (II) Initializing extension XVideo
[ 22.196] (II) Initializing extension XVideo-MotionCompensation
[ 22.196] (II) Initializing extension GLX
[ 22.196] (II) Initializing extension GLX
[ 22.196] (II) Indirect GLX disabled.
[ 22.201] (II) AIGLX: Loaded and initialized iris
[ 22.201] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 22.201] (II) Initializing extension XFree86-VidModeExtension
[ 22.201] (II) Initializing extension XFree86-DGA
[ 22.202] (II) Initializing extension XFree86-DRI
[ 22.202] (II) Initializing extension DRI2
[ 22.202] (II) Initializing extension NV-GLX
[ 22.202] (II) Initializing extension NV-CONTROL
[ 22.203] (II) modeset(0): Damage tracking initialized
[ 22.203] (II) modeset(0): Setting screen physical size to 1016 x 571
[ 22.255] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 22.255] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 22.255] (II) LoadModule: "libinput"
[ 22.256] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 22.257] (II) Module libinput: vendor="X.Org Foundation"
[ 22.257] compiled for 1.21.1.13, module version = 1.5.0
[ 22.257] Module class: X.Org XInput Driver
[ 22.257] ABI class: X.Org XInput driver, version 24.4
[ 22.257] (II) Using input driver 'libinput' for 'Power Button'
[ 22.257] (**) Power Button: always reports core events
[ 22.257] (**) Option "Device" "/dev/input/event2"
[ 22.258] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 22.258] (II) event2 - Power Button: device is a keyboard
[ 22.258] (II) event2 - Power Button: device removed
[ 22.266] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[ 22.266] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 22.266] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 22.266] (II) event2 - Power Button: device is a keyboard
[ 22.266] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[ 22.266] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 22.266] (II) Using input driver 'libinput' for 'Video Bus'
[ 22.266] (**) Video Bus: always reports core events
[ 22.266] (**) Option "Device" "/dev/input/event5"
[ 22.266] (II) event5 - Video Bus: is tagged by udev as: Keyboard
[ 22.266] (II) event5 - Video Bus: device is a keyboard
[ 22.266] (II) event5 - Video Bus: device removed
[ 22.277] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input6/event5"
[ 22.277] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 22.277] (II) event5 - Video Bus: is tagged by udev as: Keyboard
[ 22.277] (II) event5 - Video Bus: device is a keyboard
[ 22.277] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[ 22.277] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 22.277] (II) Using input driver 'libinput' for 'Video Bus'
[ 22.277] (**) Video Bus: always reports core events
[ 22.277] (**) Option "Device" "/dev/input/event4"
[ 22.278] (II) event4 - Video Bus: is tagged by udev as: Keyboard
[ 22.278] (II) event4 - Video Bus: device is a keyboard
[ 22.278] (II) event4 - Video Bus: device removed
[ 22.308] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input5/event4"
[ 22.308] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[ 22.309] (II) event4 - Video Bus: is tagged by udev as: Keyboard
[ 22.309] (II) event4 - Video Bus: device is a keyboard
[ 22.310] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[ 22.310] (II) No input driver specified, ignoring this device.
[ 22.310] (II) This device may have been added with another device file.
[ 22.310] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[ 22.310] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 22.310] (II) Using input driver 'libinput' for 'Sleep Button'
[ 22.310] (**) Sleep Button: always reports core events
[ 22.310] (**) Option "Device" "/dev/input/event0"
[ 22.311] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 22.311] (II) event0 - Sleep Button: device is a keyboard
[ 22.311] (II) event0 - Sleep Button: device removed
[ 22.327] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[ 22.327] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[ 22.328] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 22.328] (II) event0 - Sleep Button: device is a keyboard
[ 22.330] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event9)
[ 22.330] (II) No input driver specified, ignoring this device.
[ 22.330] (II) This device may have been added with another device file.
[ 22.330] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event10)
[ 22.330] (II) No input driver specified, ignoring this device.
[ 22.330] (II) This device may have been added with another device file.
[ 22.331] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event11)
[ 22.331] (II) No input driver specified, ignoring this device.
[ 22.331] (II) This device may have been added with another device file.
[ 22.332] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event12)
[ 22.332] (II) No input driver specified, ignoring this device.
[ 22.332] (II) This device may have been added with another device file.
[ 22.333] (II) config/udev: Adding input device Wacom Pen and multitouch sensor Pen (/dev/input/event6)
[ 22.333] (**) Wacom Pen and multitouch sensor Pen: Applying InputClass "libinput tablet catchall"
[ 22.333] (II) Using input driver 'libinput' for 'Wacom Pen and multitouch sensor Pen'
[ 22.333] (**) Wacom Pen and multitouch sensor Pen: always reports core events
[ 22.333] (**) Option "Device" "/dev/input/event6"
[ 22.385] (II) event6 - Wacom Pen and multitouch sensor Pen: is tagged by udev as: Tablet
[ 22.421] (II) event6 - Wacom Pen and multitouch sensor Pen: device is a tablet
[ 22.421] (II) event6 - Wacom Pen and multitouch sensor Pen: device removed
[ 22.448] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.0/0003:056A:51E9.0001/input/input12/event6"
[ 22.448] (II) XINPUT: Adding extended input device "Wacom Pen and multitouch sensor Pen" (type: TABLET, id 10)
[ 22.499] (II) event6 - Wacom Pen and multitouch sensor Pen: is tagged by udev as: Tablet
[ 22.520] (II) event6 - Wacom Pen and multitouch sensor Pen: device is a tablet
[ 22.521] (II) config/udev: Adding input device Wacom Pen and multitouch sensor Pen (/dev/input/mouse0)
[ 22.521] (II) No input driver specified, ignoring this device.
[ 22.521] (II) This device may have been added with another device file.
[ 22.522] (II) config/udev: Adding input device Wacom Pen and multitouch sensor Finger (/dev/input/event7)
[ 22.522] (**) Wacom Pen and multitouch sensor Finger: Applying InputClass "libinput touchscreen catchall"
[ 22.522] (**) Wacom Pen and multitouch sensor Finger: Applying InputClass "libinput tablet catchall"
[ 22.522] (II) Using input driver 'libinput' for 'Wacom Pen and multitouch sensor Finger'
[ 22.522] (**) Wacom Pen and multitouch sensor Finger: always reports core events
[ 22.522] (**) Option "Device" "/dev/input/event7"
[ 22.524] (II) event7 - Wacom Pen and multitouch sensor Finger: is tagged by udev as: Touchscreen Tablet
[ 22.524] (II) event7 - Wacom Pen and multitouch sensor Finger: device is a touch device
[ 22.524] (II) event7 - Wacom Pen and multitouch sensor Finger: device removed
[ 22.550] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.0/0003:056A:51E9.0001/input/input13/event7"
[ 22.550] (II) XINPUT: Adding extended input device "Wacom Pen and multitouch sensor Finger" (type: TOUCHSCREEN, id 11)
[ 22.550] (**) Option "AccelerationScheme" "none"
[ 22.550] (**) Wacom Pen and multitouch sensor Finger: (accel) selected scheme none/0
[ 22.550] (**) Wacom Pen and multitouch sensor Finger: (accel) acceleration factor: 2.000
[ 22.550] (**) Wacom Pen and multitouch sensor Finger: (accel) acceleration threshold: 4
[ 22.552] (II) event7 - Wacom Pen and multitouch sensor Finger: is tagged by udev as: Touchscreen Tablet
[ 22.552] (II) event7 - Wacom Pen and multitouch sensor Finger: device is a touch device
[ 22.553] (II) config/udev: Adding input device Wacom Pen and multitouch sensor Finger (/dev/input/mouse1)
[ 22.553] (II) No input driver specified, ignoring this device.
[ 22.553] (II) This device may have been added with another device file.
[ 22.554] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event13)
[ 22.554] (II) No input driver specified, ignoring this device.
[ 22.554] (II) This device may have been added with another device file.
[ 22.555] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event14)
[ 22.555] (II) No input driver specified, ignoring this device.
[ 22.555] (II) This device may have been added with another device file.
[ 22.556] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event15)
[ 22.556] (II) No input driver specified, ignoring this device.
[ 22.556] (II) This device may have been added with another device file.
[ 22.556] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event16)
[ 22.556] (II) No input driver specified, ignoring this device.
[ 22.556] (II) This device may have been added with another device file.
[ 22.557] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event17)
[ 22.557] (II) No input driver specified, ignoring this device.
[ 22.557] (II) This device may have been added with another device file.
[ 22.558] (II) config/udev: Adding input device Elan Touchpad (/dev/input/event19)
[ 22.558] (**) Elan Touchpad: Applying InputClass "libinput touchpad catchall"
[ 22.558] (II) Using input driver 'libinput' for 'Elan Touchpad'
[ 22.558] (**) Elan Touchpad: always reports core events
[ 22.558] (**) Option "Device" "/dev/input/event19"
[ 22.559] (II) event19 - Elan Touchpad: is tagged by udev as: Touchpad
[ 22.562] (II) event19 - Elan Touchpad: device is a touchpad
[ 22.562] (II) event19 - Elan Touchpad: device removed
[ 22.583] (II) libinput: Elan Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 22.583] (II) libinput: Elan Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 22.583] (II) libinput: Elan Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 22.583] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.4/i2c-13/13-0015/input/input27/event19"
[ 22.583] (II) XINPUT: Adding extended input device "Elan Touchpad" (type: TOUCHPAD, id 12)
[ 22.584] (**) Option "AccelerationScheme" "none"
[ 22.584] (**) Elan Touchpad: (accel) selected scheme none/0
[ 22.584] (**) Elan Touchpad: (accel) acceleration factor: 2.000
[ 22.584] (**) Elan Touchpad: (accel) acceleration threshold: 4
[ 22.586] (II) event19 - Elan Touchpad: is tagged by udev as: Touchpad
[ 22.589] (II) event19 - Elan Touchpad: device is a touchpad
[ 22.591] (II) config/udev: Adding input device Elan Touchpad (/dev/input/mouse2)
[ 22.591] (II) No input driver specified, ignoring this device.
[ 22.591] (II) This device may have been added with another device file.
[ 22.592] (II) config/udev: Adding input device Elan TrackPoint (/dev/input/event20)
[ 22.592] (**) Elan TrackPoint: Applying InputClass "libinput pointer catchall"
[ 22.592] (II) Using input driver 'libinput' for 'Elan TrackPoint'
[ 22.592] (**) Elan TrackPoint: always reports core events
[ 22.592] (**) Option "Device" "/dev/input/event20"
[ 22.593] (II) event20 - Elan TrackPoint: is tagged by udev as: Mouse Pointingstick
[ 22.594] (II) event20 - Elan TrackPoint: device is a pointer
[ 22.595] (II) event20 - Elan TrackPoint: device removed
[ 22.626] (II) libinput: Elan TrackPoint: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 22.626] (II) libinput: Elan TrackPoint: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 22.626] (II) libinput: Elan TrackPoint: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 22.626] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.4/i2c-13/13-0015/input/input28/event20"
[ 22.626] (II) XINPUT: Adding extended input device "Elan TrackPoint" (type: MOUSE, id 13)
[ 22.626] (**) Option "AccelerationScheme" "none"
[ 22.626] (**) Elan TrackPoint: (accel) selected scheme none/0
[ 22.626] (**) Elan TrackPoint: (accel) acceleration factor: 2.000
[ 22.626] (**) Elan TrackPoint: (accel) acceleration threshold: 4
[ 22.630] (II) event20 - Elan TrackPoint: is tagged by udev as: Mouse Pointingstick
[ 22.631] (II) event20 - Elan TrackPoint: device is a pointer
[ 22.636] (II) config/udev: Adding input device Elan TrackPoint (/dev/input/mouse3)
[ 22.636] (II) No input driver specified, ignoring this device.
[ 22.636] (II) This device may have been added with another device file.
[ 22.638] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[ 22.638] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 22.638] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 22.638] (**) AT Translated Set 2 keyboard: always reports core events
[ 22.638] (**) Option "Device" "/dev/input/event3"
[ 22.641] (II) event3 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 22.641] (II) event3 - AT Translated Set 2 keyboard: device is a keyboard
[ 22.645] (II) event3 - AT Translated Set 2 keyboard: device removed
[ 22.656] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[ 22.656] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 14)
[ 22.659] (II) event3 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 22.659] (II) event3 - AT Translated Set 2 keyboard: device is a keyboard
[ 22.664] (II) config/udev: Adding input device PC Speaker (/dev/input/event8)
[ 22.664] (II) No input driver specified, ignoring this device.
[ 22.664] (II) This device may have been added with another device file.
[ 22.673] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event18)
[ 22.673] (**) ThinkPad Extra Buttons: Applying InputClass "libinput keyboard catchall"
[ 22.673] (II) Using input driver 'libinput' for 'ThinkPad Extra Buttons'
[ 22.673] (**) ThinkPad Extra Buttons: always reports core events
[ 22.673] (**) Option "Device" "/dev/input/event18"
[ 22.675] (II) event18 - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[ 22.675] (II) event18 - ThinkPad Extra Buttons: device is a keyboard
[ 22.676] (II) event18 - ThinkPad Extra Buttons: device removed
[ 22.685] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input17/event18"
[ 22.685] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 15)
[ 22.686] (II) event18 - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[ 22.686] (II) event18 - ThinkPad Extra Buttons: device is a keyboard
[ 22.810] (II) modeset(0): EDID vendor "SDC", prod id 16705
[ 22.810] (II) modeset(0): Printing DDC gathered Modelines:
[ 22.810] (II) modeset(0): Modeline "3840x2160"x0.0 545.12 3840 3888 3920 4160 2160 2164 2168 2184 +hsync -vsync (131.0 kHz eP)
[ 22.844] (II) modeset(0): EDID vendor "SDC", prod id 16705
[ 22.844] (II) modeset(0): Printing DDC gathered Modelines:
[ 22.844] (II) modeset(0): Modeline "3840x2160"x0.0 545.12 3840 3888 3920 4160 2160 2164 2168 2184 +hsync -vsync (131.0 kHz eP)
[ 31.473] (II) event2 - Power Button: device removed
[ 31.480] (II) event5 - Video Bus: device removed
[ 31.489] (II) event4 - Video Bus: device removed
[ 31.499] (II) event0 - Sleep Button: device removed
[ 31.503] (II) event6 - Wacom Pen and multitouch sensor Pen: device removed
[ 31.525] (II) event7 - Wacom Pen and multitouch sensor Finger: device removed
[ 31.535] (II) event19 - Elan Touchpad: device removed
[ 31.545] (II) event20 - Elan TrackPoint: device removed
[ 31.553] (II) event3 - AT Translated Set 2 keyboard: device removed
[ 31.560] (II) event18 - ThinkPad Extra Buttons: device removed
[ 31.563] (II) AIGLX: Suspending AIGLX clients for VT switchOffline
The journal shows that you're entering and immediately leaving the session, but not crashes etc.
It does unfortunately not even log what kind of session you're starting but assuming it's indeed /usr/share/xsessions/xmonad.desktop xmonad will silently terminate.
Remove your custom xinitrc, stop lightdm, run "startx xterm" and in that xterm try to start "xmonad" - it will hopefully explain why it doesn't start or immediately exits (might be some config issue)
nb. that anything haskell will require explicit rebuilds regardless of the package being updated, but your Qm doesn't list anything specific.
Offline
I removed my .xinitrc and I stopped lightdm with "sudo systemctl stop lightdm" and confirmed it was inactive with "systemctl status lightdm". Then I ran "startx xterm" and it failed. From the on screen output the only warnings I can see are keysym related. I would post the output directly, but the outputs I post are using a 2nd maching that is ssh'd into the broken machine. And I can't startx through ssh and get the same output. I did see that it said it created a log file at ~/.local/share/xorg/Xorg.0.log So I'm posting that below.
[ 174.900]
X.Org X Server 1.21.1.21
X Protocol Version 11, Revision 0
[ 174.900] Current Operating System: Linux skynet 6.18.1-arch1-2 #1 SMP PREEMPT_DYNAMIC Sat, 13 Dec 2025 18:23:21 +0000 x86_64
[ 174.900] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=6ad88d6e-0c6d-4738-be74-67829c639804 rw loglevel=3 quiet rcutree.gp_init_delay=1
[ 174.901]
[ 174.901] Current version of pixman: 0.46.4
[ 174.902] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 174.902] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 174.904] (==) Log file: "/home/jwrauch/.local/share/xorg/Xorg.0.log", Time: Wed Dec 17 00:13:56 2025
[ 174.904] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 174.904] (==) No Layout section. Using the first Screen section.
[ 174.904] (==) No screen section available. Using defaults.
[ 174.904] (**) |-->Screen "Default Screen Section" (0)
[ 174.904] (**) | |-->Monitor "<default monitor>"
[ 174.904] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 174.904] (**) Allowing byte-swapped clients
[ 174.904] (==) Automatically adding devices
[ 174.904] (==) Automatically enabling devices
[ 174.904] (==) Automatically adding GPU devices
[ 174.904] (==) Automatically binding GPU devices
[ 174.904] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 174.904] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 174.904] Entry deleted from font path.
[ 174.904] (==) FontPath set to:
/usr/share/fonts/misc,
/usr/share/fonts/TTF,
/usr/share/fonts/OTF,
/usr/share/fonts/100dpi,
/usr/share/fonts/75dpi
[ 174.904] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 174.904] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 174.904] (II) Module ABI versions:
[ 174.904] X.Org ANSI C Emulation: 0.4
[ 174.904] X.Org Video Driver: 25.2
[ 174.904] X.Org XInput driver : 24.4
[ 174.904] X.Org Server Extension : 10.0
[ 174.905] (++) using VT number 2
[ 174.906] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_34
[ 174.907] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 174.907] (II) Platform probe for /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/drm/card0
[ 174.907] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 13 paused 0
[ 174.907] (II) xfree86: Adding drm device (/dev/dri/card1)
[ 174.907] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card1
[ 174.907] (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 14 paused 0
[ 174.908] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[ 174.910] (--) PCI:*(0@0:2:0) 8086:3e9b:17aa:2297 rev 2, Mem @ 0x6040000000/16777216, 0x4000000000/268435456, I/O @ 0x00003000/64, BIOS @ 0x????????/131072
[ 174.910] (--) PCI: (1@0:0:0) 10de:1f36:17aa:2296 rev 161, Mem @ 0xcd000000/16777216, 0xa0000000/268435456, 0xb0000000/33554432, I/O @ 0x00002000/128, BIOS @ 0x????????/524288
[ 174.910] (II) LoadModule: "glx"
[ 174.910] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 174.910] (II) Module glx: vendor="X.Org Foundation"
[ 174.910] compiled for 1.21.1.21, module version = 1.0.0
[ 174.910] ABI class: X.Org Server Extension, version 10.0
[ 174.910] (II) Applying OutputClass "nvidia" to /dev/dri/card0
[ 174.910] loading driver: nvidia
[ 174.910] (==) Matched intel as autoconfigured driver 0
[ 174.910] (==) Matched nvidia as autoconfigured driver 1
[ 174.910] (==) Matched nouveau as autoconfigured driver 2
[ 174.910] (==) Matched nv as autoconfigured driver 3
[ 174.910] (==) Matched modesetting as autoconfigured driver 4
[ 174.910] (==) Matched fbdev as autoconfigured driver 5
[ 174.910] (==) Matched vesa as autoconfigured driver 6
[ 174.910] (==) Assigned the driver to the xf86ConfigLayout
[ 174.910] (II) LoadModule: "intel"
[ 174.910] (WW) Warning, couldn't open module intel
[ 174.910] (EE) Failed to load module "intel" (module does not exist, 0)
[ 174.910] (II) LoadModule: "nvidia"
[ 174.910] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[ 174.911] (II) Module nvidia: vendor="NVIDIA Corporation"
[ 174.911] compiled for 1.6.99.901, module version = 1.0.0
[ 174.911] Module class: X.Org Video Driver
[ 174.911] (II) LoadModule: "nouveau"
[ 174.911] (WW) Warning, couldn't open module nouveau
[ 174.911] (EE) Failed to load module "nouveau" (module does not exist, 0)
[ 174.911] (II) LoadModule: "nv"
[ 174.911] (WW) Warning, couldn't open module nv
[ 174.911] (EE) Failed to load module "nv" (module does not exist, 0)
[ 174.911] (II) LoadModule: "modesetting"
[ 174.911] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 174.911] (II) Module modesetting: vendor="X.Org Foundation"
[ 174.911] compiled for 1.21.1.21, module version = 1.21.1
[ 174.911] Module class: X.Org Video Driver
[ 174.911] ABI class: X.Org Video Driver, version 25.2
[ 174.911] (II) LoadModule: "fbdev"
[ 174.911] (WW) Warning, couldn't open module fbdev
[ 174.911] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 174.911] (II) LoadModule: "vesa"
[ 174.911] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[ 174.911] (II) Module vesa: vendor="X.Org Foundation"
[ 174.911] compiled for 1.21.1.11, module version = 2.6.0
[ 174.911] Module class: X.Org Video Driver
[ 174.911] ABI class: X.Org Video Driver, version 25.2
[ 174.911] (II) NVIDIA dlloader X Driver 580.119.02 Mon Dec 8 07:39:13 UTC 2025
[ 174.911] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[ 174.911] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 174.911] (II) VESA: driver for VESA chipsets: vesa
[ 174.911] xf86EnableIO: failed to enable I/O ports 0000-03ff (Operation not permitted)
[ 174.911] (II) modeset(0): using drv /dev/dri/card1
[ 174.911] (II) systemd-logind: releasing fd for 226:0
[ 174.912] (II) Loading sub module "fb"
[ 174.912] (II) LoadModule: "fb"
[ 174.912] (II) Module "fb" already built-in
[ 174.912] (II) Loading sub module "wfb"
[ 174.912] (II) LoadModule: "wfb"
[ 174.912] (II) Loading /usr/lib/xorg/modules/libwfb.so
[ 174.912] (II) Module wfb: vendor="X.Org Foundation"
[ 174.912] compiled for 1.21.1.21, module version = 1.0.0
[ 174.912] ABI class: X.Org ANSI C Emulation, version 0.4
[ 174.912] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 174.912] (II) modeset(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 174.912] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[ 174.912] (==) modeset(0): RGB weight 888
[ 174.912] (==) modeset(0): Default visual is TrueColor
[ 174.912] (II) Loading sub module "glamoregl"
[ 174.912] (II) LoadModule: "glamoregl"
[ 174.912] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 174.914] (II) Module glamoregl: vendor="X.Org Foundation"
[ 174.914] compiled for 1.21.1.21, module version = 1.0.1
[ 174.914] ABI class: X.Org ANSI C Emulation, version 0.4
[ 174.943] (II) modeset(0): glamor: Using OpenGL 4.6 context.
[ 174.944] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) UHD Graphics 630 (CFL GT2)
[ 174.944] (II) modeset(0): glamor initialized
[ 174.944] (==) modeset(0): VariableRefresh: disabled
[ 174.944] (==) modeset(0): AsyncFlipSecondaries: disabled
[ 174.944] (II) modeset(0): Output eDP-1 has no monitor section
[ 174.945] (II) modeset(0): EDID for output eDP-1
[ 174.945] (II) modeset(0): Manufacturer: SDC Model: 4141 Serial#: 0
[ 174.945] (II) modeset(0): Year: 2019 Week: 19
[ 174.945] (II) modeset(0): EDID Version: 1.4
[ 174.945] (II) modeset(0): Digital Display Input
[ 174.945] (II) modeset(0): 10 bits per channel
[ 174.945] (II) modeset(0): Digital interface is DisplayPort
[ 174.945] (II) modeset(0): Max Image Size [cm]: horiz.: 34 vert.: 19
[ 174.945] (II) modeset(0): Gamma: 2.20
[ 174.945] (II) modeset(0): No DPMS capabilities specified
[ 174.945] (II) modeset(0): Supported color encodings: RGB 4:4:4
[ 174.945] (II) modeset(0): First detailed timing is preferred mode
[ 174.945] (II) modeset(0): Preferred mode is native pixel format and refresh rate
[ 174.945] (II) modeset(0): redX: 0.682 redY: 0.317 greenX: 0.243 greenY: 0.715
[ 174.945] (II) modeset(0): blueX: 0.143 blueY: 0.044 whiteX: 0.312 whiteY: 0.329
[ 174.945] (II) modeset(0): Manufacturer's mask: 0
[ 174.945] (II) modeset(0): Supported detailed timing:
[ 174.945] (II) modeset(0): clock: 545.1 MHz Image Size: 344 x 194 mm
[ 174.945] (II) modeset(0): h_active: 3840 h_sync: 3888 h_sync_end 3920 h_blank_end 4160 h_border: 0
[ 174.945] (II) modeset(0): v_active: 2160 v_sync: 2164 v_sync_end 2168 v_blanking: 2184 v_border: 0
[ 174.945] (II) modeset(0): Supported detailed timing:
[ 174.945] (II) modeset(0): clock: 545.1 MHz Image Size: 344 x 194 mm
[ 174.945] (II) modeset(0): h_active: 3840 h_sync: 3888 h_sync_end 3920 h_blank_end 4160 h_border: 0
[ 174.945] (II) modeset(0): v_active: 2160 v_sync: 2164 v_sync_end 2168 v_blanking: 2184 v_border: 0
[ 174.945] (II) modeset(0): Unknown vendor-specific block f
[ 174.945] (II) modeset(0): ATNA56WR08-0
[ 174.945] (II) modeset(0): Number of EDID sections to follow: 1
[ 174.945] (II) modeset(0): EDID (in hex):
[ 174.945] (II) modeset(0): 00ffffffffffff004c83414100000000
[ 174.945] (II) modeset(0): 131d0104b5221378029491ae513eb724
[ 174.945] (II) modeset(0): 0b505400000001010101010101010101
[ 174.945] (II) modeset(0): 010101010101f0d40040f17018803020
[ 174.945] (II) modeset(0): 440058c21000001bf0d40040f1701880
[ 174.945] (II) modeset(0): 3020440058c21000001b0000000f00ff
[ 174.945] (II) modeset(0): 093cff093c2c800000000000000000fe
[ 174.945] (II) modeset(0): 0041544e413536575230382d30200115
[ 174.945] (II) modeset(0): 02030f00e3058000e6060501736d0700
[ 174.945] (II) modeset(0): 00000000000000000000000000000000
[ 174.945] (II) modeset(0): 00000000000000000000000000000000
[ 174.945] (II) modeset(0): 00000000000000000000000000000000
[ 174.945] (II) modeset(0): 00000000000000000000000000000000
[ 174.945] (II) modeset(0): 00000000000000000000000000000000
[ 174.945] (II) modeset(0): 00000000000000000000000000000000
[ 174.945] (II) modeset(0): 000000000000000000000000000000ab
[ 174.945] (II) modeset(0): Printing probed modes for output eDP-1
[ 174.945] (II) modeset(0): Modeline "3840x2160"x60.0 545.12 3840 3888 3920 4160 2160 2164 2168 2184 +hsync -vsync (131.0 kHz eP)
[ 174.945] (II) modeset(0): Modeline "3840x2160"x60.0 712.75 3840 4160 4576 5312 2160 2163 2168 2237 -hsync +vsync (134.2 kHz d)
[ 174.945] (II) modeset(0): Modeline "3840x2160"x60.0 533.00 3840 3888 3920 4000 2160 2163 2168 2222 +hsync -vsync (133.2 kHz d)
[ 174.945] (II) modeset(0): Modeline "3200x1800"x60.0 492.00 3200 3456 3800 4400 1800 1803 1808 1865 -hsync +vsync (111.8 kHz d)
[ 174.945] (II) modeset(0): Modeline "3200x1800"x59.9 373.00 3200 3248 3280 3360 1800 1803 1808 1852 +hsync -vsync (111.0 kHz d)
[ 174.945] (II) modeset(0): Modeline "2880x1620"x60.0 396.25 2880 3096 3408 3936 1620 1623 1628 1679 -hsync +vsync (100.7 kHz d)
[ 174.945] (II) modeset(0): Modeline "2880x1620"x60.0 303.75 2880 2928 2960 3040 1620 1623 1628 1666 +hsync -vsync (99.9 kHz d)
[ 174.945] (II) modeset(0): Modeline "2560x1600"x60.0 348.50 2560 2760 3032 3504 1600 1603 1609 1658 -hsync +vsync (99.5 kHz d)
[ 174.945] (II) modeset(0): Modeline "2560x1600"x60.0 268.50 2560 2608 2640 2720 1600 1603 1609 1646 +hsync -vsync (98.7 kHz d)
[ 174.945] (II) modeset(0): Modeline "2560x1440"x120.0 638.25 2560 2780 3064 3568 1440 1441 1444 1491 doublescan -hsync +vsync (178.9 kHz d)
[ 174.945] (II) modeset(0): Modeline "2560x1440"x120.0 469.12 2560 2584 2600 2640 1440 1441 1444 1481 doublescan +hsync -vsync (177.7 kHz d)
[ 174.945] (II) modeset(0): Modeline "2560x1440"x60.0 312.25 2560 2752 3024 3488 1440 1443 1448 1493 -hsync +vsync (89.5 kHz d)
[ 174.945] (II) modeset(0): Modeline "2560x1440"x60.0 241.50 2560 2608 2640 2720 1440 1443 1448 1481 +hsync -vsync (88.8 kHz d)
[ 174.945] (II) modeset(0): Modeline "2048x1536"x60.0 266.95 2048 2200 2424 2800 1536 1537 1540 1589 -hsync +vsync (95.3 kHz d)
[ 174.945] (II) modeset(0): Modeline "1920x1440"x60.0 234.00 1920 2048 2256 2600 1440 1441 1444 1500 -hsync +vsync (90.0 kHz d)
[ 174.945] (II) modeset(0): Modeline "1856x1392"x60.0 218.30 1856 1952 2176 2528 1392 1393 1396 1439 -hsync +vsync (86.4 kHz d)
[ 174.945] (II) modeset(0): Modeline "1792x1344"x60.0 204.80 1792 1920 2120 2448 1344 1345 1348 1394 -hsync +vsync (83.7 kHz d)
[ 174.945] (II) modeset(0): Modeline "2048x1152"x120.0 406.50 2048 2220 2444 2840 1152 1153 1156 1193 doublescan -hsync +vsync (143.1 kHz d)
[ 174.945] (II) modeset(0): Modeline "2048x1152"x120.0 302.50 2048 2072 2088 2128 1152 1153 1156 1185 doublescan +hsync -vsync (142.2 kHz d)
[ 174.945] (II) modeset(0): Modeline "2048x1152"x59.9 197.00 2048 2184 2400 2752 1152 1155 1160 1195 -hsync +vsync (71.6 kHz d)
[ 174.945] (II) modeset(0): Modeline "2048x1152"x59.9 156.75 2048 2096 2128 2208 1152 1155 1160 1185 +hsync -vsync (71.0 kHz d)
[ 174.945] (II) modeset(0): Modeline "1920x1200"x59.9 193.25 1920 2056 2256 2592 1200 1203 1209 1245 -hsync +vsync (74.6 kHz d)
[ 174.945] (II) modeset(0): Modeline "1920x1200"x60.0 154.00 1920 1968 2000 2080 1200 1203 1209 1235 +hsync -vsync (74.0 kHz d)
[ 174.945] (II) modeset(0): Modeline "1920x1080"x120.0 356.38 1920 2080 2288 2656 1080 1081 1084 1118 doublescan -hsync +vsync (134.2 kHz d)
[ 174.945] (II) modeset(0): Modeline "1920x1080"x119.9 266.50 1920 1944 1960 2000 1080 1081 1084 1111 doublescan +hsync -vsync (133.2 kHz d)
[ 174.945] (II) modeset(0): Modeline "1920x1080"x60.0 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync (67.2 kHz d)
[ 174.945] (II) modeset(0): Modeline "1920x1080"x59.9 138.50 1920 1968 2000 2080 1080 1083 1088 1111 +hsync -vsync (66.6 kHz d)
[ 174.945] (II) modeset(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz d)
[ 174.945] (II) modeset(0): Modeline "1680x1050"x60.0 146.25 1680 1784 1960 2240 1050 1053 1059 1089 -hsync +vsync (65.3 kHz d)
[ 174.945] (II) modeset(0): Modeline "1680x1050"x59.9 119.00 1680 1728 1760 1840 1050 1053 1059 1080 +hsync -vsync (64.7 kHz d)
[ 174.945] (II) modeset(0): Modeline "1400x1050"x60.0 122.00 1400 1488 1640 1880 1050 1052 1064 1082 +hsync +vsync (64.9 kHz d)
[ 174.945] (II) modeset(0): Modeline "1600x900"x120.0 246.00 1600 1728 1900 2200 900 901 904 932 doublescan -hsync +vsync (111.8 kHz d)
[ 174.945] (II) modeset(0): Modeline "1600x900"x119.9 186.50 1600 1624 1640 1680 900 901 904 926 doublescan +hsync -vsync (111.0 kHz d)
[ 174.945] (II) modeset(0): Modeline "1600x900"x59.9 118.25 1600 1696 1856 2112 900 903 908 934 -hsync +vsync (56.0 kHz d)
[ 174.945] (II) modeset(0): Modeline "1600x900"x59.8 97.50 1600 1648 1680 1760 900 903 908 926 +hsync -vsync (55.4 kHz d)
[ 174.945] (II) modeset(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz d)
[ 174.945] (II) modeset(0): Modeline "1400x900"x60.0 103.50 1400 1480 1624 1848 900 903 913 934 -hsync +vsync (56.0 kHz d)
[ 174.945] (II) modeset(0): Modeline "1400x900"x59.9 86.50 1400 1448 1480 1560 900 903 913 926 +hsync -vsync (55.4 kHz d)
[ 174.945] (II) modeset(0): Modeline "1280x960"x60.0 108.00 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync (60.0 kHz d)
[ 174.945] (II) modeset(0): Modeline "1440x810"x120.0 198.12 1440 1548 1704 1968 810 811 814 839 doublescan -hsync +vsync (100.7 kHz d)
[ 174.945] (II) modeset(0): Modeline "1440x810"x119.9 151.88 1440 1464 1480 1520 810 811 814 833 doublescan +hsync -vsync (99.9 kHz d)
[ 174.945] (II) modeset(0): Modeline "1368x768"x59.9 85.25 1368 1440 1576 1784 768 771 781 798 -hsync +vsync (47.8 kHz d)
[ 174.945] (II) modeset(0): Modeline "1368x768"x59.9 72.25 1368 1416 1448 1528 768 771 781 790 +hsync -vsync (47.3 kHz d)
[ 174.945] (II) modeset(0): Modeline "1280x800"x120.0 174.25 1280 1380 1516 1752 800 801 804 829 doublescan -hsync +vsync (99.5 kHz d)
[ 174.945] (II) modeset(0): Modeline "1280x800"x119.9 134.25 1280 1304 1320 1360 800 801 804 823 doublescan +hsync -vsync (98.7 kHz d)
[ 174.945] (II) modeset(0): Modeline "1280x800"x59.8 83.50 1280 1352 1480 1680 800 803 809 831 -hsync +vsync (49.7 kHz d)
[ 174.945] (II) modeset(0): Modeline "1280x800"x59.9 71.00 1280 1328 1360 1440 800 803 809 823 +hsync -vsync (49.3 kHz d)
[ 174.945] (II) modeset(0): Modeline "1280x720"x120.0 156.12 1280 1376 1512 1744 720 721 724 746 doublescan -hsync +vsync (89.5 kHz d)
[ 174.945] (II) modeset(0): Modeline "1280x720"x120.0 120.75 1280 1304 1320 1360 720 721 724 740 doublescan +hsync -vsync (88.8 kHz d)
[ 174.945] (II) modeset(0): Modeline "1280x720"x59.9 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync (44.8 kHz d)
[ 174.945] (II) modeset(0): Modeline "1280x720"x59.7 63.75 1280 1328 1360 1440 720 723 728 741 +hsync -vsync (44.3 kHz d)
[ 174.945] (II) modeset(0): Modeline "1024x768"x120.1 133.47 1024 1100 1212 1400 768 768 770 794 doublescan -hsync +vsync (95.3 kHz d)
[ 174.945] (II) modeset(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz d)
[ 174.945] (II) modeset(0): Modeline "960x720"x120.0 117.00 960 1024 1128 1300 720 720 722 750 doublescan -hsync +vsync (90.0 kHz d)
[ 174.945] (II) modeset(0): Modeline "928x696"x120.1 109.15 928 976 1088 1264 696 696 698 719 doublescan -hsync +vsync (86.4 kHz d)
[ 174.945] (II) modeset(0): Modeline "896x672"x120.0 102.40 896 960 1060 1224 672 672 674 697 doublescan -hsync +vsync (83.7 kHz d)
[ 174.945] (II) modeset(0): Modeline "1024x576"x119.9 98.50 1024 1092 1200 1376 576 577 580 597 doublescan -hsync +vsync (71.6 kHz d)
[ 174.945] (II) modeset(0): Modeline "1024x576"x119.9 78.38 1024 1048 1064 1104 576 577 580 592 doublescan +hsync -vsync (71.0 kHz d)
[ 174.945] (II) modeset(0): Modeline "1024x576"x59.9 46.50 1024 1064 1160 1296 576 579 584 599 -hsync +vsync (35.9 kHz d)
[ 174.945] (II) modeset(0): Modeline "1024x576"x59.8 42.00 1024 1072 1104 1184 576 579 584 593 +hsync -vsync (35.5 kHz d)
[ 174.945] (II) modeset(0): Modeline "960x600"x119.9 96.62 960 1028 1128 1296 600 601 604 622 doublescan -hsync +vsync (74.6 kHz d)
[ 174.945] (II) modeset(0): Modeline "960x600"x120.0 77.00 960 984 1000 1040 600 601 604 617 doublescan +hsync -vsync (74.0 kHz d)
[ 174.945] (II) modeset(0): Modeline "960x540"x119.9 86.50 960 1024 1124 1288 540 541 544 560 doublescan -hsync +vsync (67.2 kHz d)
[ 174.945] (II) modeset(0): Modeline "960x540"x120.0 69.25 960 984 1000 1040 540 541 544 555 doublescan +hsync -vsync (66.6 kHz d)
[ 174.945] (II) modeset(0): Modeline "960x540"x59.6 40.75 960 992 1088 1216 540 543 548 562 -hsync +vsync (33.5 kHz d)
[ 174.945] (II) modeset(0): Modeline "960x540"x59.8 37.25 960 1008 1040 1120 540 543 548 556 +hsync -vsync (33.3 kHz d)
[ 174.945] (II) modeset(0): Modeline "800x600"x120.0 81.00 800 832 928 1080 600 600 602 625 doublescan +hsync +vsync (75.0 kHz d)
[ 174.945] (II) modeset(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz d)
[ 174.945] (II) modeset(0): Modeline "800x600"x56.2 36.00 800 824 896 1024 600 601 603 625 +hsync +vsync (35.2 kHz d)
[ 174.945] (II) modeset(0): Modeline "840x525"x120.0 73.12 840 892 980 1120 525 526 529 544 doublescan -hsync +vsync (65.3 kHz d)
[ 174.945] (II) modeset(0): Modeline "840x525"x119.8 59.50 840 864 880 920 525 526 529 540 doublescan +hsync -vsync (64.7 kHz d)
[ 174.945] (II) modeset(0): Modeline "864x486"x59.9 32.50 864 888 968 1072 486 489 494 506 -hsync +vsync (30.3 kHz d)
[ 174.945] (II) modeset(0): Modeline "864x486"x59.6 30.50 864 912 944 1024 486 489 494 500 +hsync -vsync (29.8 kHz d)
[ 174.945] (II) modeset(0): Modeline "700x525"x120.0 61.00 700 744 820 940 525 526 532 541 doublescan +hsync +vsync (64.9 kHz d)
[ 174.945] (II) modeset(0): Modeline "800x450"x119.9 59.12 800 848 928 1056 450 451 454 467 doublescan -hsync +vsync (56.0 kHz d)
[ 174.945] (II) modeset(0): Modeline "800x450"x119.6 48.75 800 824 840 880 450 451 454 463 doublescan +hsync -vsync (55.4 kHz d)
[ 174.945] (II) modeset(0): Modeline "640x512"x120.0 54.00 640 664 720 844 512 512 514 533 doublescan +hsync +vsync (64.0 kHz d)
[ 174.945] (II) modeset(0): Modeline "700x450"x119.9 51.75 700 740 812 924 450 451 456 467 doublescan -hsync +vsync (56.0 kHz d)
[ 174.945] (II) modeset(0): Modeline "700x450"x119.8 43.25 700 724 740 780 450 451 456 463 doublescan +hsync -vsync (55.4 kHz d)
[ 174.945] (II) modeset(0): Modeline "640x480"x120.0 54.00 640 688 744 900 480 480 482 500 doublescan +hsync +vsync (60.0 kHz d)
[ 174.945] (II) modeset(0): Modeline "640x480"x59.9 25.18 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz d)
[ 174.945] (II) modeset(0): Modeline "720x405"x59.5 22.50 720 744 808 896 405 408 413 422 -hsync +vsync (25.1 kHz d)
[ 174.945] (II) modeset(0): Modeline "720x405"x59.0 21.75 720 768 800 880 405 408 413 419 +hsync -vsync (24.7 kHz d)
[ 174.945] (II) modeset(0): Modeline "684x384"x119.8 42.62 684 720 788 892 384 385 390 399 doublescan -hsync +vsync (47.8 kHz d)
[ 174.945] (II) modeset(0): Modeline "684x384"x119.7 36.12 684 708 724 764 384 385 390 395 doublescan +hsync -vsync (47.3 kHz d)
[ 174.945] (II) modeset(0): Modeline "640x400"x119.8 41.75 640 676 740 840 400 401 404 415 doublescan -hsync +vsync (49.7 kHz d)
[ 174.945] (II) modeset(0): Modeline "640x400"x120.0 35.50 640 664 680 720 400 401 404 411 doublescan +hsync -vsync (49.3 kHz d)
[ 174.945] (II) modeset(0): Modeline "640x360"x119.7 37.25 640 672 736 832 360 361 364 374 doublescan -hsync +vsync (44.8 kHz d)
[ 174.945] (II) modeset(0): Modeline "640x360"x119.7 31.88 640 664 680 720 360 361 364 370 doublescan +hsync -vsync (44.3 kHz d)
[ 174.945] (II) modeset(0): Modeline "640x360"x59.8 18.00 640 664 720 800 360 363 368 376 -hsync +vsync (22.5 kHz d)
[ 174.945] (II) modeset(0): Modeline "640x360"x59.3 17.75 640 688 720 800 360 363 368 374 +hsync -vsync (22.2 kHz d)
[ 174.945] (II) modeset(0): Modeline "512x384"x120.0 32.50 512 524 592 672 384 385 388 403 doublescan -hsync -vsync (48.4 kHz d)
[ 174.945] (II) modeset(0): Modeline "512x288"x120.0 23.25 512 532 580 648 288 289 292 299 doublescan -hsync +vsync (35.9 kHz d)
[ 174.945] (II) modeset(0): Modeline "512x288"x119.8 21.00 512 536 552 592 288 289 292 296 doublescan +hsync -vsync (35.5 kHz d)
[ 174.945] (II) modeset(0): Modeline "480x270"x119.3 20.38 480 496 544 608 270 271 274 281 doublescan -hsync +vsync (33.5 kHz d)
[ 174.945] (II) modeset(0): Modeline "480x270"x119.6 18.62 480 504 520 560 270 271 274 278 doublescan +hsync -vsync (33.3 kHz d)
[ 174.945] (II) modeset(0): Modeline "400x300"x120.6 20.00 400 420 484 528 300 300 302 314 doublescan +hsync +vsync (37.9 kHz d)
[ 174.945] (II) modeset(0): Modeline "400x300"x112.7 18.00 400 412 448 512 300 300 301 312 doublescan +hsync +vsync (35.2 kHz d)
[ 174.945] (II) modeset(0): Modeline "432x243"x119.8 16.25 432 444 484 536 243 244 247 253 doublescan -hsync +vsync (30.3 kHz d)
[ 174.945] (II) modeset(0): Modeline "432x243"x119.1 15.25 432 456 472 512 243 244 247 250 doublescan +hsync -vsync (29.8 kHz d)
[ 174.945] (II) modeset(0): Modeline "320x240"x120.1 12.59 320 328 376 400 240 245 246 262 doublescan -hsync -vsync (31.5 kHz d)
[ 174.945] (II) modeset(0): Modeline "360x202"x119.0 11.25 360 372 404 448 202 204 206 211 doublescan -hsync +vsync (25.1 kHz d)
[ 174.945] (II) modeset(0): Modeline "360x202"x118.3 10.88 360 384 400 440 202 204 206 209 doublescan +hsync -vsync (24.7 kHz d)
[ 174.945] (II) modeset(0): Modeline "320x180"x119.7 9.00 320 332 360 400 180 181 184 188 doublescan -hsync +vsync (22.5 kHz d)
[ 174.945] (II) modeset(0): Modeline "320x180"x118.6 8.88 320 344 360 400 180 181 184 187 doublescan +hsync -vsync (22.2 kHz d)
[ 174.945] (II) modeset(0): Output eDP-1 connected
[ 174.945] (II) modeset(0): Using exact sizes for initial modes
[ 174.945] (II) modeset(0): Output eDP-1 using initial mode 3840x2160 +0+0
[ 174.945] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[ 174.945] (==) modeset(0): DPI set to (96, 96)
[ 174.945] (II) Loading sub module "fb"
[ 174.945] (II) LoadModule: "fb"
[ 174.945] (II) Module "fb" already built-in
[ 174.945] (==) NVIDIA(G0): Depth 24, (==) framebuffer bpp 32
[ 174.945] (==) NVIDIA(G0): RGB weight 888
[ 174.945] (==) NVIDIA(G0): Default visual is TrueColor
[ 174.945] (==) NVIDIA(G0): Using gamma correction (1.0, 1.0, 1.0)
[ 174.945] (II) Applying OutputClass "nvidia" options to /dev/dri/card0
[ 174.945] (**) NVIDIA(G0): Option "AllowEmptyInitialConfiguration"
[ 174.945] (**) NVIDIA(G0): Enabling 2D acceleration
[ 174.945] (II) Loading sub module "glxserver_nvidia"
[ 174.945] (II) LoadModule: "glxserver_nvidia"
[ 174.945] (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
[ 174.951] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
[ 174.951] compiled for 1.6.99.901, module version = 1.0.0
[ 174.951] Module class: X.Org Server Extension
[ 174.951] (II) NVIDIA GLX Module 580.119.02 Mon Dec 8 07:41:51 UTC 2025
[ 174.951] (II) NVIDIA: The X server supports PRIME Render Offload.
[ 174.956] (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:1:0:0
[ 174.956] (--) NVIDIA(0): DFP-0
[ 174.956] (--) NVIDIA(0): DFP-1
[ 174.956] (--) NVIDIA(0): DFP-2
[ 174.988] (II) NVIDIA(G0): NVIDIA GPU Quadro RTX 3000 (TU106GL-A) at PCI:1:0:0 (GPU-0)
[ 174.988] (--) NVIDIA(G0): Memory: 6291456 kBytes
[ 174.988] (--) NVIDIA(G0): VideoBIOS: 90.06.47.00.0a
[ 174.988] (II) NVIDIA(G0): Detected PCI Express Link width: 16X
[ 174.988] (--) NVIDIA(GPU-0): DFP-0: disconnected
[ 174.988] (--) NVIDIA(GPU-0): DFP-0: Internal DisplayPort
[ 174.988] (--) NVIDIA(GPU-0): DFP-0: 2660.0 MHz maximum pixel clock
[ 174.988] (--) NVIDIA(GPU-0):
[ 174.989] (--) NVIDIA(GPU-0): DFP-1: disconnected
[ 174.989] (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
[ 174.989] (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
[ 174.989] (--) NVIDIA(GPU-0):
[ 174.989] (--) NVIDIA(GPU-0): DFP-2: disconnected
[ 174.989] (--) NVIDIA(GPU-0): DFP-2: Internal DisplayPort
[ 174.989] (--) NVIDIA(GPU-0): DFP-2: 2660.0 MHz maximum pixel clock
[ 174.989] (--) NVIDIA(GPU-0):
[ 174.992] (II) NVIDIA(G0): Validated MetaModes:
[ 174.992] (II) NVIDIA(G0): "NULL"
[ 174.992] (II) NVIDIA(G0): Virtual screen size determined to be 640 x 480
[ 174.992] (WW) NVIDIA(G0): Unable to get display device for DPI computation.
[ 174.992] (==) NVIDIA(G0): DPI set to (75, 75); computed from built-in default
[ 174.992] (II) UnloadModule: "vesa"
[ 174.992] (II) Unloading vesa
[ 175.006] (==) modeset(0): Backing store enabled
[ 175.006] (==) modeset(0): Silken mouse enabled
[ 175.081] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[ 175.081] (==) modeset(0): DPMS enabled
[ 175.081] (II) modeset(0): [DRI2] Setup complete
[ 175.081] (II) modeset(0): [DRI2] DRI driver: iris
[ 175.081] (II) modeset(0): [DRI2] VDPAU driver: va_gl
[ 175.081] (WW) NVIDIA: Failed to bind sideband socket to
[ 175.081] (WW) NVIDIA: '/var/run/nvidia-xdriver-546a6269' Permission denied
[ 175.081] (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
[ 175.081] (II) NVIDIA: access.
[ 175.110] (II) NVIDIA(G0): ACPI: failed to connect to the ACPI event daemon; the daemon
[ 175.110] (II) NVIDIA(G0): may not be running or the "AcpidSocketPath" X
[ 175.110] (II) NVIDIA(G0): configuration option may not be set correctly. When the
[ 175.110] (II) NVIDIA(G0): ACPI event daemon is available, the NVIDIA X driver will
[ 175.110] (II) NVIDIA(G0): try to use it to receive ACPI event notifications. For
[ 175.110] (II) NVIDIA(G0): details, please see the "ConnectToAcpid" and
[ 175.110] (II) NVIDIA(G0): "AcpidSocketPath" X configuration options in Appendix B: X
[ 175.110] (II) NVIDIA(G0): Config Options in the README.
[ 175.132] (II) NVIDIA(G0): Setting mode "NULL"
[ 175.179] (==) NVIDIA(G0): Disabling shared memory pixmaps
[ 175.179] (==) NVIDIA(G0): Backing store enabled
[ 175.179] (==) NVIDIA(G0): Silken mouse enabled
[ 175.179] (==) NVIDIA(G0): DPMS enabled
[ 175.179] (II) Loading sub module "dri2"
[ 175.179] (II) LoadModule: "dri2"
[ 175.179] (II) Module "dri2" already built-in
[ 175.179] (II) NVIDIA(G0): [DRI2] Setup complete
[ 175.179] (II) NVIDIA(G0): [DRI2] VDPAU driver: nvidia
[ 175.179] (II) Initializing extension Generic Event Extension
[ 175.180] (II) Initializing extension SHAPE
[ 175.180] (II) Initializing extension MIT-SHM
[ 175.180] (II) Initializing extension XInputExtension
[ 175.180] (II) Initializing extension XTEST
[ 175.180] (II) Initializing extension BIG-REQUESTS
[ 175.180] (II) Initializing extension SYNC
[ 175.180] (II) Initializing extension XKEYBOARD
[ 175.180] (II) Initializing extension XC-MISC
[ 175.180] (II) Initializing extension SECURITY
[ 175.180] (II) Initializing extension XFIXES
[ 175.180] (II) Initializing extension RENDER
[ 175.180] (II) Initializing extension RANDR
[ 175.180] (II) Initializing extension COMPOSITE
[ 175.180] (II) Initializing extension DAMAGE
[ 175.180] (II) Initializing extension MIT-SCREEN-SAVER
[ 175.180] (II) Initializing extension DOUBLE-BUFFER
[ 175.180] (II) Initializing extension RECORD
[ 175.180] (II) Initializing extension DPMS
[ 175.181] (II) Initializing extension Present
[ 175.181] (II) Initializing extension DRI3
[ 175.181] (II) Initializing extension X-Resource
[ 175.181] (II) Initializing extension XVideo
[ 175.181] (II) Initializing extension XVideo-MotionCompensation
[ 175.181] (II) Initializing extension GLX
[ 175.181] (II) Initializing extension GLX
[ 175.181] (II) Indirect GLX disabled.
[ 175.186] (II) AIGLX: Loaded and initialized iris
[ 175.186] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 175.186] (II) Initializing extension XFree86-VidModeExtension
[ 175.186] (II) Initializing extension XFree86-DGA
[ 175.186] (II) Initializing extension XFree86-DRI
[ 175.186] (II) Initializing extension DRI2
[ 175.186] (II) Initializing extension NV-GLX
[ 175.186] (II) Initializing extension NV-CONTROL
[ 175.188] (II) modeset(0): Damage tracking initialized
[ 175.188] (II) modeset(0): Setting screen physical size to 1016 x 571
[ 175.241] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 175.241] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 175.241] (II) LoadModule: "libinput"
[ 175.242] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 175.243] (II) Module libinput: vendor="X.Org Foundation"
[ 175.243] compiled for 1.21.1.13, module version = 1.5.0
[ 175.243] Module class: X.Org XInput Driver
[ 175.243] ABI class: X.Org XInput driver, version 24.4
[ 175.243] (II) Using input driver 'libinput' for 'Power Button'
[ 175.243] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 39 paused 0
[ 175.243] (**) Power Button: always reports core events
[ 175.244] (**) Option "Device" "/dev/input/event2"
[ 175.245] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 175.245] (II) event2 - Power Button: device is a keyboard
[ 175.245] (II) event2 - Power Button: device removed
[ 175.245] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[ 175.245] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 175.246] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 175.246] (II) event2 - Power Button: device is a keyboard
[ 175.246] (II) config/udev: Adding input device Video Bus (/dev/input/event5)
[ 175.246] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 175.246] (II) Using input driver 'libinput' for 'Video Bus'
[ 175.247] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 42 paused 0
[ 175.247] (**) Video Bus: always reports core events
[ 175.247] (**) Option "Device" "/dev/input/event5"
[ 175.247] (II) event5 - Video Bus: is tagged by udev as: Keyboard
[ 175.247] (II) event5 - Video Bus: device is a keyboard
[ 175.247] (II) event5 - Video Bus: device removed
[ 175.247] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input6/event5"
[ 175.247] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[ 175.248] (II) event5 - Video Bus: is tagged by udev as: Keyboard
[ 175.248] (II) event5 - Video Bus: device is a keyboard
[ 175.249] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[ 175.249] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[ 175.249] (II) Using input driver 'libinput' for 'Video Bus'
[ 175.249] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 43 paused 0
[ 175.249] (**) Video Bus: always reports core events
[ 175.249] (**) Option "Device" "/dev/input/event4"
[ 175.250] (II) event4 - Video Bus: is tagged by udev as: Keyboard
[ 175.250] (II) event4 - Video Bus: device is a keyboard
[ 175.250] (II) event4 - Video Bus: device removed
[ 175.250] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input5/event4"
[ 175.250] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 8)
[ 175.251] (II) event4 - Video Bus: is tagged by udev as: Keyboard
[ 175.251] (II) event4 - Video Bus: device is a keyboard
[ 175.251] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
[ 175.251] (II) No input driver specified, ignoring this device.
[ 175.251] (II) This device may have been added with another device file.
[ 175.251] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[ 175.251] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 175.252] (II) Using input driver 'libinput' for 'Sleep Button'
[ 175.252] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 44 paused 0
[ 175.252] (**) Sleep Button: always reports core events
[ 175.252] (**) Option "Device" "/dev/input/event0"
[ 175.253] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 175.253] (II) event0 - Sleep Button: device is a keyboard
[ 175.253] (II) event0 - Sleep Button: device removed
[ 175.253] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[ 175.253] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[ 175.253] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 175.253] (II) event0 - Sleep Button: device is a keyboard
[ 175.254] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event17)
[ 175.254] (II) No input driver specified, ignoring this device.
[ 175.254] (II) This device may have been added with another device file.
[ 175.254] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event18)
[ 175.254] (II) No input driver specified, ignoring this device.
[ 175.254] (II) This device may have been added with another device file.
[ 175.255] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event19)
[ 175.255] (II) No input driver specified, ignoring this device.
[ 175.255] (II) This device may have been added with another device file.
[ 175.255] (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event20)
[ 175.255] (II) No input driver specified, ignoring this device.
[ 175.255] (II) This device may have been added with another device file.
[ 175.256] (II) config/udev: Adding input device Wacom Pen and multitouch sensor Pen (/dev/input/event6)
[ 175.256] (**) Wacom Pen and multitouch sensor Pen: Applying InputClass "libinput tablet catchall"
[ 175.256] (II) Using input driver 'libinput' for 'Wacom Pen and multitouch sensor Pen'
[ 175.308] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 45 paused 0
[ 175.308] (**) Wacom Pen and multitouch sensor Pen: always reports core events
[ 175.308] (**) Option "Device" "/dev/input/event6"
[ 175.308] (II) event6 - Wacom Pen and multitouch sensor Pen: is tagged by udev as: Tablet
[ 175.340] (II) event6 - Wacom Pen and multitouch sensor Pen: device is a tablet
[ 175.340] (II) event6 - Wacom Pen and multitouch sensor Pen: device removed
[ 175.340] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.0/0003:056A:51E9.0001/input/input12/event6"
[ 175.340] (II) XINPUT: Adding extended input device "Wacom Pen and multitouch sensor Pen" (type: TABLET, id 10)
[ 175.341] (II) event6 - Wacom Pen and multitouch sensor Pen: is tagged by udev as: Tablet
[ 175.353] (II) event6 - Wacom Pen and multitouch sensor Pen: device is a tablet
[ 175.354] (II) config/udev: Adding input device Wacom Pen and multitouch sensor Pen (/dev/input/mouse0)
[ 175.354] (II) No input driver specified, ignoring this device.
[ 175.354] (II) This device may have been added with another device file.
[ 175.354] (II) config/udev: Adding input device Wacom Pen and multitouch sensor Finger (/dev/input/event7)
[ 175.354] (**) Wacom Pen and multitouch sensor Finger: Applying InputClass "libinput touchscreen catchall"
[ 175.354] (**) Wacom Pen and multitouch sensor Finger: Applying InputClass "libinput tablet catchall"
[ 175.354] (II) Using input driver 'libinput' for 'Wacom Pen and multitouch sensor Finger'
[ 175.355] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 47 paused 0
[ 175.355] (**) Wacom Pen and multitouch sensor Finger: always reports core events
[ 175.355] (**) Option "Device" "/dev/input/event7"
[ 175.356] (II) event7 - Wacom Pen and multitouch sensor Finger: is tagged by udev as: Touchscreen Tablet
[ 175.356] (II) event7 - Wacom Pen and multitouch sensor Finger: device is a touch device
[ 175.356] (II) event7 - Wacom Pen and multitouch sensor Finger: device removed
[ 175.356] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-10/1-10:1.0/0003:056A:51E9.0001/input/input13/event7"
[ 175.356] (II) XINPUT: Adding extended input device "Wacom Pen and multitouch sensor Finger" (type: TOUCHSCREEN, id 11)
[ 175.356] (**) Option "AccelerationScheme" "none"
[ 175.356] (**) Wacom Pen and multitouch sensor Finger: (accel) selected scheme none/0
[ 175.356] (**) Wacom Pen and multitouch sensor Finger: (accel) acceleration factor: 2.000
[ 175.356] (**) Wacom Pen and multitouch sensor Finger: (accel) acceleration threshold: 4
[ 175.357] (II) event7 - Wacom Pen and multitouch sensor Finger: is tagged by udev as: Touchscreen Tablet
[ 175.357] (II) event7 - Wacom Pen and multitouch sensor Finger: device is a touch device
[ 175.357] (II) config/udev: Adding input device Wacom Pen and multitouch sensor Finger (/dev/input/mouse1)
[ 175.357] (II) No input driver specified, ignoring this device.
[ 175.357] (II) This device may have been added with another device file.
[ 175.358] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event12)
[ 175.358] (II) No input driver specified, ignoring this device.
[ 175.358] (II) This device may have been added with another device file.
[ 175.358] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event13)
[ 175.358] (II) No input driver specified, ignoring this device.
[ 175.358] (II) This device may have been added with another device file.
[ 175.358] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event14)
[ 175.358] (II) No input driver specified, ignoring this device.
[ 175.358] (II) This device may have been added with another device file.
[ 175.359] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event15)
[ 175.359] (II) No input driver specified, ignoring this device.
[ 175.359] (II) This device may have been added with another device file.
[ 175.359] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event16)
[ 175.359] (II) No input driver specified, ignoring this device.
[ 175.359] (II) This device may have been added with another device file.
[ 175.359] (II) config/udev: Adding input device Elan Touchpad (/dev/input/event10)
[ 175.359] (**) Elan Touchpad: Applying InputClass "libinput touchpad catchall"
[ 175.359] (II) Using input driver 'libinput' for 'Elan Touchpad'
[ 175.360] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 48 paused 0
[ 175.360] (**) Elan Touchpad: always reports core events
[ 175.360] (**) Option "Device" "/dev/input/event10"
[ 175.360] (II) event10 - Elan Touchpad: is tagged by udev as: Touchpad
[ 175.362] (II) event10 - Elan Touchpad: device is a touchpad
[ 175.362] (II) event10 - Elan Touchpad: device removed
[ 175.362] (II) libinput: Elan Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 175.362] (II) libinput: Elan Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 175.362] (II) libinput: Elan Touchpad: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 175.362] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.4/i2c-13/13-0015/input/input20/event10"
[ 175.362] (II) XINPUT: Adding extended input device "Elan Touchpad" (type: TOUCHPAD, id 12)
[ 175.363] (**) Option "AccelerationScheme" "none"
[ 175.363] (**) Elan Touchpad: (accel) selected scheme none/0
[ 175.363] (**) Elan Touchpad: (accel) acceleration factor: 2.000
[ 175.363] (**) Elan Touchpad: (accel) acceleration threshold: 4
[ 175.363] (II) event10 - Elan Touchpad: is tagged by udev as: Touchpad
[ 175.365] (II) event10 - Elan Touchpad: device is a touchpad
[ 175.365] (II) config/udev: Adding input device Elan Touchpad (/dev/input/mouse2)
[ 175.365] (II) No input driver specified, ignoring this device.
[ 175.365] (II) This device may have been added with another device file.
[ 175.365] (II) config/udev: Adding input device Elan TrackPoint (/dev/input/event11)
[ 175.365] (**) Elan TrackPoint: Applying InputClass "libinput pointer catchall"
[ 175.365] (II) Using input driver 'libinput' for 'Elan TrackPoint'
[ 175.366] (II) systemd-logind: got fd for /dev/input/event11 13:75 fd 49 paused 0
[ 175.366] (**) Elan TrackPoint: always reports core events
[ 175.366] (**) Option "Device" "/dev/input/event11"
[ 175.367] (II) event11 - Elan TrackPoint: is tagged by udev as: Mouse Pointingstick
[ 175.367] (II) event11 - Elan TrackPoint: device is a pointer
[ 175.367] (II) event11 - Elan TrackPoint: device removed
[ 175.367] (II) libinput: Elan TrackPoint: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 175.367] (II) libinput: Elan TrackPoint: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 175.367] (II) libinput: Elan TrackPoint: Step value 0 was provided, libinput Fallback acceleration function is used.
[ 175.367] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.4/i2c-13/13-0015/input/input21/event11"
[ 175.367] (II) XINPUT: Adding extended input device "Elan TrackPoint" (type: MOUSE, id 13)
[ 175.367] (**) Option "AccelerationScheme" "none"
[ 175.367] (**) Elan TrackPoint: (accel) selected scheme none/0
[ 175.367] (**) Elan TrackPoint: (accel) acceleration factor: 2.000
[ 175.367] (**) Elan TrackPoint: (accel) acceleration threshold: 4
[ 175.368] (II) event11 - Elan TrackPoint: is tagged by udev as: Mouse Pointingstick
[ 175.368] (II) event11 - Elan TrackPoint: device is a pointer
[ 175.369] (II) config/udev: Adding input device Elan TrackPoint (/dev/input/mouse3)
[ 175.369] (II) No input driver specified, ignoring this device.
[ 175.369] (II) This device may have been added with another device file.
[ 175.369] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[ 175.369] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[ 175.369] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[ 175.370] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 50 paused 0
[ 175.370] (**) AT Translated Set 2 keyboard: always reports core events
[ 175.370] (**) Option "Device" "/dev/input/event3"
[ 175.371] (II) event3 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 175.371] (II) event3 - AT Translated Set 2 keyboard: device is a keyboard
[ 175.371] (II) event3 - AT Translated Set 2 keyboard: device removed
[ 175.371] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[ 175.371] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 14)
[ 175.372] (II) event3 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[ 175.372] (II) event3 - AT Translated Set 2 keyboard: device is a keyboard
[ 175.373] (II) config/udev: Adding input device PC Speaker (/dev/input/event8)
[ 175.373] (II) No input driver specified, ignoring this device.
[ 175.373] (II) This device may have been added with another device file.
[ 175.375] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event9)
[ 175.375] (**) ThinkPad Extra Buttons: Applying InputClass "libinput keyboard catchall"
[ 175.375] (II) Using input driver 'libinput' for 'ThinkPad Extra Buttons'
[ 175.375] (II) systemd-logind: got fd for /dev/input/event9 13:73 fd 51 paused 0
[ 175.375] (**) ThinkPad Extra Buttons: always reports core events
[ 175.375] (**) Option "Device" "/dev/input/event9"
[ 175.376] (II) event9 - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[ 175.376] (II) event9 - ThinkPad Extra Buttons: device is a keyboard
[ 175.376] (II) event9 - ThinkPad Extra Buttons: device removed
[ 175.376] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input17/event9"
[ 175.376] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 15)
[ 175.376] (II) event9 - ThinkPad Extra Buttons: is tagged by udev as: Keyboard Switch
[ 175.377] (II) event9 - ThinkPad Extra Buttons: device is a keyboard
[ 175.450] (**) Option "fd" "39"
[ 175.450] (II) event2 - Power Button: device removed
[ 175.450] (**) Option "fd" "42"
[ 175.450] (II) event5 - Video Bus: device removed
[ 175.450] (**) Option "fd" "43"
[ 175.450] (II) event4 - Video Bus: device removed
[ 175.450] (**) Option "fd" "44"
[ 175.450] (II) event0 - Sleep Button: device removed
[ 175.450] (**) Option "fd" "45"
[ 175.450] (II) event6 - Wacom Pen and multitouch sensor Pen: device removed
[ 175.450] (**) Option "fd" "47"
[ 175.450] (II) event7 - Wacom Pen and multitouch sensor Finger: device removed
[ 175.450] (**) Option "fd" "48"
[ 175.450] (II) event10 - Elan Touchpad: device removed
[ 175.450] (**) Option "fd" "49"
[ 175.450] (II) event11 - Elan TrackPoint: device removed
[ 175.450] (**) Option "fd" "50"
[ 175.450] (II) event3 - AT Translated Set 2 keyboard: device removed
[ 175.450] (**) Option "fd" "51"
[ 175.450] (II) event9 - ThinkPad Extra Buttons: device removed
[ 175.457] (II) UnloadModule: "libinput"
[ 175.457] (II) systemd-logind: releasing fd for 13:73
[ 175.457] (II) UnloadModule: "libinput"
[ 175.457] (II) systemd-logind: releasing fd for 13:67
[ 175.457] (II) UnloadModule: "libinput"
[ 175.457] (II) systemd-logind: releasing fd for 13:75
[ 175.458] (II) UnloadModule: "libinput"
[ 175.458] (II) systemd-logind: releasing fd for 13:74
[ 175.458] (II) UnloadModule: "libinput"
[ 175.458] (II) systemd-logind: releasing fd for 13:71
[ 175.458] (II) UnloadModule: "libinput"
[ 175.458] (II) systemd-logind: releasing fd for 13:70
[ 175.458] (II) UnloadModule: "libinput"
[ 175.458] (II) systemd-logind: releasing fd for 13:64
[ 175.459] (II) UnloadModule: "libinput"
[ 175.459] (II) systemd-logind: releasing fd for 13:68
[ 175.459] (II) UnloadModule: "libinput"
[ 175.459] (II) systemd-logind: releasing fd for 13:69
[ 175.460] (II) UnloadModule: "libinput"
[ 175.460] (II) systemd-logind: releasing fd for 13:66
[ 175.522] (II) NVIDIA(GPU-0): Deleting GPU-0
[ 175.550] (II) Server terminated successfully (0). Closing log file.I'll look through it as well to see if I can find anything.
Last edited by jwrauch (2025-12-17 13:33:52)
Offline
[ 175.550] (II) Server terminated successfully (0). Closing log file.I guess you simply don't have xterm installed?
You can run any other TE there (st or urxtv or whatever you prefer)
Offline
I do have xterm installed according to pacman though.
$ pacman -Q xterm
xterm 404-1
jwrauch@skynet:~$ sudo pacman -S xterm
[sudo] password for jwrauch:
warning: xterm-404-1 is up to date -- reinstalling
resolving dependencies...
looking for conflicting packages...
Packages (1) xterm-404-1
Total Installed Size: 1.05 MiB
Net Upgrade Size: 0.00 MiB
:: Proceed with installation? [Y/n]
(1/1) checking keys in keyring [####################################################################] 100%
(1/1) checking package integrity [####################################################################] 100%
(1/1) loading package files [####################################################################] 100%
(1/1) checking for file conflicts [####################################################################] 100%
(1/1) checking available disk space [####################################################################] 100%
:: Processing package changes...
(1/1) reinstalling xterm [####################################################################] 100%
:: Running post-transaction hooks...
(1/2) Arming ConditionNeedsUpdate...
(2/2) Updating the desktop file MIME type cache...It's not clear to me how changing the terminal environment will solve this?
Offline
Just run "startx" - assuming you do NOT have twm installed that should™ get you a bunch of xterms and allow you to start xmonad from there.
If this does not work
startx > /tmp/wtf.txt 2>&1
cat /tmp/wtf.txt | curl -F 'file=@-' 0x0.stand post the URL you get.
This isn't a problem w/ the X11 server, but your clients fail.
Anything weird in
printenvNotably
printenv | grep -iE 'dis|gl|x'Offline
Alight, some more progress. Just running startx worked like you said, a bunch of xterms opened somewhat randomly around the screen. I proceeded to run "$xmonad", but that failed. Here was the stderr
XMonad is recompiling and replacing itself with another XMonad process because the current process is called "xmonad" but the compiled configuration should be called "xmonad-x86_64-linux"
XMonad will use ghc to recompile, because none of "/home/jwrauch/.xmonad/build", "/home/jwrauch/.xmonad/stack.yaml", "/home/jwrauch/.xmonad/flake.nix", "/home/jwrauch/.xmonad/default.nix" exist.
XMonad skipping recompile because it is not forced (e.g. via --recompile), and neither xmonad.hs nor any *.hs / *.lhs / *.hsc files in lib/ have been changed.
/home/jwrauch/.xmonad/xmonad-x86_64-linux: error while loading shared libraries: libHSxmonad-contrib-0.18.1-IkdBiFOLQgMLPipgmHV7WO-ghc9.6.6.so: cannot open shared object file: No such file or directoryI also tried running printenv, but nothing stood out out me especially with the grep. Here is the full output
SHELL=/usr/bin/bash
WINDOWID=8388620
CSF_MDTVTexturesDirectory=/usr/share/opencascade/resources/Textures
CSF_DrawPluginDefaults=/usr/share/opencascade/resources/DrawResources
XTERM_VERSION=XTerm(404)
CSF_LANGUAGE=us
CSF_MIGRATION_TYPES=/usr/share/opencascade/resources/StdResource/MigrationSheet.txt
XTERM_SHELL=/usr/bin/bash
CSF_OCCTResourcePath=/usr/share/opencascade/resources
CSF_STEPDefaults=/usr/share/opencascade/resources/XSTEPResource
XDG_SEAT=seat0
PWD=/home/jwrauch
LOGNAME=jwrauch
XDG_SESSION_TYPE=tty
DRAWHOME=/usr/share/opencascade/resources/DrawResources
XAUTHORITY=/home/jwrauch/.Xauthority
CSF_StandardLiteDefaults=/usr/share/opencascade/resources/StdResource
WINDOWPATH=2
MOTD_SHOWN=pam
HOME=/home/jwrauch
LANG=C.UTF-8
XTERM_LOCALE=C.UTF-8
CSF_ShadersDirectory=/usr/share/opencascade/resources/Shaders
CSF_EXCEPTION_PROMPT=1
CSF_XmlOcafResource=/usr/share/opencascade/resources/XmlOcafResource
CSF_SHMessage=/usr/share/opencascade/resources/SHMessage
XDG_SESSION_CLASS=user
TERM=xterm-256color
USER=jwrauch
CSF_StandardDefaults=/usr/share/opencascade/resources/StdResource
CSF_IGESDefaults=/usr/share/opencascade/resources/XSTEPResource
DISPLAY=:0
CSF_XCAFDefaults=/usr/share/opencascade/resources/StdResource
SHLVL=1
XDG_VTNR=2
CSF_PluginDefaults=/usr/share/opencascade/resources/StdResource
CSF_TObjMessage=/usr/share/opencascade/resources/TObj
XDG_SESSION_ID=4
CASROOT=/usr
XDG_RUNTIME_DIR=/run/user/1000
DEBUGINFOD_URLS=https://debuginfod.archlinux.org
CSF_XSMessage=/usr/share/opencascade/resources/XSMessage
MMGT_CLEAR=1
PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl
CSF_TObjDefaults=/usr/share/opencascade/resources/StdResource
DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
MAIL=/var/spool/mail/jwrauch
DRAWDEFAULT=/usr/share/opencascade/resources/DrawResources/DrawDefault
_=/usr/bin/printenvFrom the xmonad error, it says it is skipping the recompile because it is not forced, so I decided I would try explicitly with "$xmonad --recompile" and here is the output from that
XMonad will use ghc to recompile, because none of "/home/jwrauch/.xmonad/build", "/home/jwrauch/.xmonad/stack.yaml", "/home/jwrauch/.xmonad/flake.nix", "/home/jwrauch/.xmonad/default.nix" exist.
XMonad recompiling (forced).
Deprecations detected while compiling xmonad config: /home/jwrauch/.xmonad/xmonad.hs
$ ghc --make xmonad.hs -i -ilib -fforce-recomp -main-is main -dynamic -v0 -outputdir /home/jwrauch/.xmonad/build-x86_64-linux -o /home/jwrauch/.xmonad/xmonad-x86_64-linux
xmonad.hs:27:52: warning: [GHC-68441] [-Wdeprecations]
In the use of ‘docksEventHook’
(imported from XMonad.Hooks.ManageDocks):
Deprecated: "Use docks instead."
|
27 | , handleEventHook = handleEventHook def <+> docksEventHook
| ^^^^^^^^^^^^^^
Please correct them or silence using {-# OPTIONS_GHC -Wno-deprecations #-}.
xmonad: xmessage: executeFile: does not exist (No such file or directory)As you can see this also failed, and it looks like there is a problem with my xmonad.hs file. I tried changing the indicated portion "docksEventHook" with just "docks", but that also failed and produced this output.
XMonad will use ghc to recompile, because none of "/home/jwrauch/.xmonad/build", "/home/jwrauch/.xmonad/stack.yaml", "/home/jwrauch/.xmonad/flake.nix", "/home/jwrauch/.xmonad/default.nix" exist.
XMonad recompiling (forced).
Errors detected while compiling xmonad config: /home/jwrauch/.xmonad/xmonad.hs
$ ghc --make xmonad.hs -i -ilib -fforce-recomp -main-is main -dynamic -v0 -outputdir /home/jwrauch/.xmonad/build-x86_64-linux -o /home/jwrauch/.xmonad/xmonad-x86_64-linux
xmonad.hs:27:52: error: [GHC-83865]
• Couldn't match type ‘XConfig a0’ with ‘Event’
Expected: Event -> X base-4.18.2.1:Data.Semigroup.Internal.All
Actual: XConfig a0 -> XConfig a0
• In the second argument of ‘(<+>)’, namely ‘docks’
In the expression: handleEventHook def <+> docks
In a record update at fields ‘terminal’, ‘modMask’, ‘borderWidth’,
‘normalBorderColor’, ‘focusedBorderColor’, ‘logHook’,
‘manageHook’, ‘layoutHook’, ‘handleEventHook’,
with type constructor ‘XConfig’
and data constructor ‘XConfig’.
|
27 | , handleEventHook = handleEventHook def <+> docks
| ^^^^^
Please check the file for errors.
xmonad: xmessage: executeFile: does not exist (No such file or directory)Since my edit failed, I reverted my change back in order to post the original xmonad.hs file.
import XMonad
import XMonad.Config.Desktop
import XMonad.Util.EZConfig(additionalKeys)
import XMonad.Hooks.DynamicLog
import XMonad.Hooks.ManageDocks
import XMonad.Util.Run(spawnPipe)
import System.IO
main = do
xmproc <- spawnPipe "xmobar"
xmonad $ docks def
{ terminal = "xterm"
, modMask = mod1Mask -- Alt key
, borderWidth = 2
, normalBorderColor = "#cccccc"
, focusedBorderColor = "red"
, logHook = dynamicLogWithPP xmobarPP {
ppOutput = hPutStrLn xmproc
, ppTitle = xmobarColor "green" "" . shorten 50
, ppLayout = xmobarColor "cyan" ""
, ppVisible = xmobarColor "yellow" ""
, ppSep = " | "
, ppOrder = \(ws:l:t:ex) -> [t] ++ [l] ++ ex ++ [ws]
}
, manageHook = manageDocks <+> manageHook def
, layoutHook = avoidStruts $ layoutHook def
, handleEventHook = handleEventHook def <+> docksEventHook
-- , startupHook = spawn "feh --bg-scale /path/to/wallpaper.jpg"
}
`additionalKeys`
[ ((mod1Mask, xK_space), spawn "dmenu_run -fn 'Mononoki-30'")
, ((mod1Mask .|. shiftMask, xK_Return), spawn "xterm")
, ((mod1Mask .|. shiftMask, xK_c), kill)
]Offline
I don't remember where I got this xmonad.hs file from, but I'm reading through the xmonad tutorial now and my file seems outdated/messy. I won't delete my old xmonad.hs yet, but I'm going to try writing a new one following the tutorial. I'll update with my success or failure.
Also open to other suggestions if you have them.
Offline
Some more success to report. Based on the xmonad tutorial I wrote a stripped down xmonad.hs file. In fact, I came to realize that a lot of what was in my original file was already default. My new file is here
import XMonad
import XMonad.Util.EZConfig(additionalKeys)
import XMonad.Util.Loggers
import XMonad.Hooks.DynamicLog
import XMonad.Hooks.ManageDocks
import XMonad.Hooks.ManageHelpers
import XMonad.Hooks.StatusBar
import XMonad.Hooks.StatusBar.PP
main :: IO ()
main = xmonad
. withEasySB (statusBarProp "xmobar" (pure def)) defToggleStrutsKey
$ myConfig
myConfig = def
{ borderWidth = 2
, manageHook = myManageHook
-- , startupHook = spawn "feh --bg-scale /path/to/wallpapaer.jpg"
}
`additionalKeys`
[ ((mod1Mask, xK_space), spawn "dmenu_run -fn 'Mononoki-15'")
]
myManageHook :: ManageHook
myManageHook = composeAll
[ isDialog --> doFloat
]I think this sets me up to expand it as I need/want more (like setting my wall paper). Good news is this worked! xmonad successfully recompiled and then started, and then I rebooted, logged in through lightdm and entered xmonad. There's one final thing though, I had my caps lock key mapped to control but that's not working anymore. Any ideas to get it working again?
Offline
\o/
Any ideas to get it working again?
I have no idea how xmoand works but see https://wiki.archlinux.org/title/Xorg/K … ft_Control and you can do that using either https://wiki.archlinux.org/title/Xorg/K … ard_layout an xorg.conf.d/* configlet (you might have edited that into your static server config) or setxkbmap at runtime.
Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.
Offline
Thanks for the links and I'll mark the thread solved. If you're willing to answer just a few quick follow up questions, I'd appreciate it.
1. You noted in the thread that I was flailing and you were right. It stemmed from trying to embrace figuring it out on my own, but because I still don't know a lot I may have been making the situation worse. For example, now I have nvidia_prime with a few configuration files I didn't have when my system was working before but which it's unclear if they were involved in solving my problem, not to mention I made various edits to my mkinitcpio.conf which I'm unsure of now. I'll be looking into these questions, but how do you recognize I'm flailing and maybe making things worse and should post to seek help vs I just haven't looked into things/tried enough yet? Maybe this question would make a good discussion thread?
2. Related to the first question but more practical, do you know anything about the nvidia drivers to help me get a proper setup? I've read various wiki pages, but, for example, had a laptop with an onboard card and nvidia card working find without the nvidia_prime package managing them, but when I dug into the wiki pages it sounded like I would need it. If you don't know, no problem, but thought I'd ask.
3. Finally, wondering if this is another good discussion thread idea. At the beginning of this issue I wasn't even sure how I could helpfully post to the forum because I had no graphics to open a browser and if I posted from my phone I couldn't post outputs like journalctl. Then I realized I could still use ssh and scp to get outputs and files onto a working machine and then post them on the forum. Would a discussion thread on strategies for making good forum post while fixing a machine that can't post to the forum directly be good?
Anyways, thanks for all your help.
Offline
how do you recognize I'm flailing
You edited your xinitrc despite using lightdm which renders the xinitrc irrelevant - tells me you've no idea what you're doing and follow random advice from reddit or SchrottGPT
do you know anything about the nvidia drivers to help me get a proper setup?
https://wiki.archlinux.org/title/PRIME
The default configuration should work OOTB, though and it's typically not necessary to configure anything here.
strategies for making good forum post while fixing a machine that can't post to the forum
1st link below
cat /tmp/wtf.txt | curl -F 'file=@-' 0x0.st
You can pipe files and command outputs into the better pastebin services and get a tiny url to share - no GUI required ![]()
Offline
Pages: 1