You are not logged in.

#1 2022-11-24 19:03:58

Anartz
Member
Registered: 2022-11-24
Posts: 12

[SOLVED] Startx getting freezed

I have tried to install dwm, gnome and xfce4 desktop environments, but when I get to the step that I have to run the startx of xorg, I don't know why but it gets stuck in the same point with each of the desktop environments.
I have tried reinstalling the whole arch. I have also tried reinstalling all the graphical drivers and nothing changes. I have tried installing following the steps in the wiki and also with some youtube videos and none of those helped me.


This is what I get when running startx:

X.OrgX Server 1.21.1.4
X Protocol Version 11, Revision 0
Current Operating System: Linux anarchtatil 6.0.9-arch1-1 #1 SMP PREEMPT_DYNAMIC Wed, 16, Nov 2022 17:01:17 +0000 x86_64
Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UID=8acc15f1-4466-4e1a-89a5-7a2cd5806331 rw rootflags=subvol=@ cryptdevice=UUID=f64c4a83-dd16-4206-909f-202804382b3d:cryptlvm rootfstype=btrfs loglevel=3 quiet

Current version of pixman: 0.42.2
        Before reporting problems, check https://wiki.x.org
        to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) inormational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file "/home/ak/.local/share/xorg/Xorg.0.log", Time Thu Nov 24 19:49:51 2022
(==) Using cinfig directory "/etc/X11/xorg.conf.d"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
_

Here is when It gets stucked. I have the operating system installed in a physical machine not in a virtual machine.
Any help will be really appreciative.
Thank you very much,
Anartz

Last edited by Anartz (2022-11-25 20:42:10)

Offline

#2 2022-11-24 19:07:45

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: [SOLVED] Startx getting freezed

Post your .xinitrc


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2022-11-24 19:18:11

Anartz
Member
Registered: 2022-11-24
Posts: 12

Re: [SOLVED] Startx getting freezed

I just have the following line in ~/.xinitrc:

exec dwm

The last desktop environment I have tired is dwm, that is why I have exec dwm.

Last edited by Anartz (2022-11-24 19:20:33)

Offline

#4 2022-11-24 19:23:55

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: [SOLVED] Startx getting freezed

Read the wiki: https://wiki.archlinux.org/title/Xinit#xinitrc

And then post a full xorg log after fixing your xinitrc


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#5 2022-11-24 19:50:22

Anartz
Member
Registered: 2022-11-24
Posts: 12

Re: [SOLVED] Startx getting freezed

Ok, I followed your steps and this is how my ~/.xinitrc file looks like:

#!/bin/sh

userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
sysresources=/etc/X11/xinit/.Xresources
sysmodmap=/etc/X11/xinit/.Xmodmap

# merge in defaults and keymaps

if [ -f $sysresources ]; then







    xrdb -merge $sysresources

fi

if [ -f $sysmodmap ]; then
    xmodmap $sysmodmap
fi

if [ -f "$userresources" ]; then







    xrdb -merge "$userresources"

fi

if [ -f "$usermodmap" ]; then
    xmodmap "$usermodmap"
fi

# start some nice programs

if [ -d /etc/X11/xinit/xinitrc.d ] ; then
for f in /etc/X11/xinit/xinitrc.d/?*.sh ; do
  [ -x "$f" ] && . "$f"
done
unset f
fi

exec dwm

Still getting stuck in the same point. I am doing something wrong and I am not catching what is it hmm

Offline

#6 2022-11-24 20:40:05

seth
Member
Registered: 2012-09-03
Posts: 50,012

Re: [SOLVED] Startx getting freezed

Please use code tags, not quote tags.

Jason asked for this file:

(==) Log file "/home/ak/.local/share/xorg/Xorg.0.log", Time Thu Nov 24 19:49:51 2022

not the console output.

Offline

#7 2022-11-24 21:07:26

Anartz
Member
Registered: 2022-11-24
Posts: 12

Re: [SOLVED] Startx getting freezed

Oh, sorry. This is my log file:

[   218.797] 
X.Org X Server 1.21.1.4
X Protocol Version 11, Revision 0
[   218.797] Current Operating System: Linux anarchtatil 6.0.9-arch1-1 #1 SMP PREEMPT_DYNAMIC Wed, 16 Nov 2022 17:01:17 +0000 x86_64
[   218.797] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=8acc15f1-4466-4e1a-89a5-7a2cd5806331 rw rootflags=subvol=@ cryptdevice=UUID=f94c4a83-dd16-4206-909f-202804382b3d:cryptlvm rootfstype=btrfs loglevel=3 quiet
[   218.797]  
[   218.797] Current version of pixman: 0.42.2
[   218.797] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   218.797] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   218.797] (==) Log file: "/home/ak/.local/share/xorg/Xorg.0.log", Time: Thu Nov 24 21:17:12 2022
[   218.798] (==) Using config directory: "/etc/X11/xorg.conf.d"
[   218.798] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   218.798] (==) No Layout section.  Using the first Screen section.
[   218.798] (==) No screen section available. Using defaults.
[   218.798] (**) |-->Screen "Default Screen Section" (0)
[   218.798] (**) |   |-->Monitor "<default monitor>"
[   218.798] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[   218.798] (==) Automatically adding devices
[   218.798] (==) Automatically enabling devices
[   218.798] (==) Automatically adding GPU devices
[   218.798] (==) Automatically binding GPU devices
[   218.798] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   218.798] (WW) The directory "/usr/share/fonts/misc" does not exist.
[   218.798] 	Entry deleted from font path.
[   218.798] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[   218.798] 	Entry deleted from font path.
[   218.798] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[   218.798] 	Entry deleted from font path.
[   218.798] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[   218.798] 	Entry deleted from font path.
[   218.798] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[   218.798] 	Entry deleted from font path.
[   218.798] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[   218.798] 	Entry deleted from font path.
[   218.798] (==) FontPath set to:
	
[   218.798] (==) ModulePath set to "/usr/lib/xorg/modules"
[   218.798] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[   218.798] (II) Module ABI versions:
[   218.798] 	X.Org ANSI C Emulation: 0.4
[   218.798] 	X.Org Video Driver: 25.2
[   218.798] 	X.Org XInput driver : 24.4
[   218.798] 	X.Org Server Extension : 10.0
[   218.798] (++) using VT number 1

[   218.799] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[   218.799] (II) xfree86: Adding drm device (/dev/dri/card0)
[   218.799] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[   218.799] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 13 paused 0
[   218.800] (--) PCI:*(0@0:2:0) 8086:9a49:1043:16e2 rev 1, Mem @ 0x622e000000/16777216, 0x4000000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[   218.800] (--) PCI: (1@0:0:0) 10de:2520:1043:16e2 rev 161, Mem @ 0x85000000/16777216, 0x6000000000/8589934592, 0x6200000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
[   218.800] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   218.800] (II) LoadModule: "glx"
[   218.800] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   218.808] (II) Module glx: vendor="X.Org Foundation"
[   218.808] 	compiled for 1.21.1.4, module version = 1.0.0
[   218.808] 	ABI class: X.Org Server Extension, version 10.0
[   218.808] (==) Matched intel as autoconfigured driver 0
[   218.808] (==) Matched modesetting as autoconfigured driver 1
[   218.808] (==) Matched fbdev as autoconfigured driver 2
[   218.808] (==) Matched vesa as autoconfigured driver 3
[   218.808] (==) Assigned the driver to the xf86ConfigLayout
[   218.808] (II) LoadModule: "intel"
[   218.808] (WW) Warning, couldn't open module intel
[   218.808] (EE) Failed to load module "intel" (module does not exist, 0)
[   218.808] (II) LoadModule: "modesetting"
[   218.808] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[   218.811] (II) Module modesetting: vendor="X.Org Foundation"
[   218.811] 	compiled for 1.21.1.4, module version = 1.21.1
[   218.811] 	Module class: X.Org Video Driver
[   218.811] 	ABI class: X.Org Video Driver, version 25.2
[   218.811] (II) LoadModule: "fbdev"
[   218.811] (WW) Warning, couldn't open module fbdev
[   218.811] (EE) Failed to load module "fbdev" (module does not exist, 0)
[   218.811] (II) LoadModule: "vesa"
[   218.811] (WW) Warning, couldn't open module vesa
[   218.811] (EE) Failed to load module "vesa" (module does not exist, 0)
[   218.811] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[   218.811] (II) modeset(0): using drv /dev/dri/card0
[   218.811] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[   218.811] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[   218.811] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[   218.811] (==) modeset(0): RGB weight 888
[   218.811] (==) modeset(0): Default visual is TrueColor
[   218.811] (II) Loading sub module "glamoregl"
[   218.811] (II) LoadModule: "glamoregl"
[   218.811] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[   218.818] (II) Module glamoregl: vendor="X.Org Foundation"
[   218.818] 	compiled for 1.21.1.4, module version = 1.0.1
[   218.818] 	ABI class: X.Org ANSI C Emulation, version 0.4

Offline

#8 2022-11-24 21:27:00

seth
Member
Registered: 2012-09-03
Posts: 50,012

Re: [SOLVED] Startx getting freezed

Does it really end there?

Since this is an optimus system:

lspci -k
pacman -Qs 'nvidia|optimus'

Offline

#9 2022-11-25 15:22:51

Anartz
Member
Registered: 2022-11-24
Posts: 12

Re: [SOLVED] Startx getting freezed

This is what I get when I run does two commands:
lspci -k

0000:00:00.0 Host bridge: Intel Corporation 11th Gen Core Processor Host Bridge/DRAM Registers (rev 01)
	Subsystem: ASUSTeK Computer Inc. Device 16e2
	Kernel modules: igen6_edac
0000:00:02.0 VGA compatible controller: Intel Corporation TigerLake-LP GT2 [Iris Xe Graphics] (rev 01)
	DeviceName: VGA
	Subsystem: ASUSTeK Computer Inc. Device 16e2
	Kernel driver in use: i915
	Kernel modules: i915
0000:00:04.0 Signal processing controller: Intel Corporation TigerLake-LP Dynamic Tuning Processor Participant (rev 01)
	Subsystem: ASUSTeK Computer Inc. Device 16e2
	Kernel driver in use: proc_thermal
	Kernel modules: processor_thermal_device_pci_legacy
0000:00:06.0 PCI bridge: Intel Corporation 11th Gen Core Processor PCIe Controller (rev 01)
	Kernel driver in use: pcieport
0000:00:07.0 PCI bridge: Intel Corporation Tiger Lake-LP Thunderbolt 4 PCI Express Root Port #0 (rev 01)
	Kernel driver in use: pcieport
0000:00:08.0 System peripheral: Intel Corporation GNA Scoring Accelerator module (rev 01)
	Subsystem: ASUSTeK Computer Inc. Device 16e2
0000:00:0a.0 Signal processing controller: Intel Corporation Tigerlake Telemetry Aggregator Driver (rev 01)
	Kernel driver in use: intel_vsec
	Kernel modules: intel_vsec
0000:00:0d.0 USB controller: Intel Corporation Tiger Lake-LP Thunderbolt 4 USB Controller (rev 01)
	Kernel driver in use: xhci_hcd
	Kernel modules: xhci_pci
0000:00:0d.2 USB controller: Intel Corporation Tiger Lake-LP Thunderbolt 4 NHI #0 (rev 01)
	Subsystem: Device 2222:1111
	Kernel driver in use: thunderbolt
	Kernel modules: thunderbolt
0000:00:0e.0 RAID bus controller: Intel Corporation Volume Management Device NVMe RAID Controller
	Subsystem: Intel Corporation Device 0000
	Kernel driver in use: vmd
	Kernel modules: vmd
0000:00:14.0 USB controller: Intel Corporation Tiger Lake-LP USB 3.2 Gen 2x1 xHCI Host Controller (rev 20)
	Subsystem: ASUSTeK Computer Inc. Device 201f
	Kernel driver in use: xhci_hcd
	Kernel modules: xhci_pci
0000:00:14.2 RAM memory: Intel Corporation Tiger Lake-LP Shared SRAM (rev 20)
	Subsystem: ASUSTeK Computer Inc. Device 16e2
0000:00:14.3 Network controller: Intel Corporation Wi-Fi 6 AX201 (rev 20)
	DeviceName: WLAN
	Subsystem: Intel Corporation Device 0074
	Kernel driver in use: iwlwifi
	Kernel modules: iwlwifi
0000:00:15.0 Serial bus controller: Intel Corporation Tiger Lake-LP Serial IO I2C Controller #0 (rev 20)
	Subsystem: ASUSTeK Computer Inc. Device 16e2
	Kernel driver in use: intel-lpss
	Kernel modules: intel_lpss_pci
0000:00:15.1 Serial bus controller: Intel Corporation Tiger Lake-LP Serial IO I2C Controller #1 (rev 20)
	Subsystem: ASUSTeK Computer Inc. Device 16e2
	Kernel driver in use: intel-lpss
	Kernel modules: intel_lpss_pci
0000:00:16.0 Communication controller: Intel Corporation Tiger Lake-LP Management Engine Interface (rev 20)
	Subsystem: ASUSTeK Computer Inc. Device 16e2
	Kernel driver in use: mei_me
	Kernel modules: mei_me
0000:00:1c.0 PCI bridge: Intel Corporation Device a0b8 (rev 20)
	Subsystem: ASUSTeK Computer Inc. Device 16e2
	Kernel driver in use: pcieport
0000:00:1c.3 PCI bridge: Intel Corporation Device a0bb (rev 20)
	Subsystem: ASUSTeK Computer Inc. Device 16e2
	Kernel driver in use: pcieport
0000:00:1d.0 System peripheral: Intel Corporation RST VMD Managed Controller
	Subsystem: ASUSTeK Computer Inc. Device 16e2
0000:00:1f.0 ISA bridge: Intel Corporation Tiger Lake-LP LPC Controller (rev 20)
	Subsystem: ASUSTeK Computer Inc. Device 16e2
0000:00:1f.3 Audio device: Intel Corporation Tiger Lake-LP Smart Sound Technology Audio Controller (rev 20)
	Subsystem: ASUSTeK Computer Inc. Device 16e2
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel, snd_sof_pci_intel_tgl
0000:00:1f.4 SMBus: Intel Corporation Tiger Lake-LP SMBus Controller (rev 20)
	Subsystem: ASUSTeK Computer Inc. Device 16e2
	Kernel driver in use: i801_smbus
	Kernel modules: i2c_i801
0000:00:1f.5 Serial bus controller: Intel Corporation Tiger Lake-LP SPI Controller (rev 20)
	Subsystem: ASUSTeK Computer Inc. Device 16e2
	Kernel driver in use: intel-spi
	Kernel modules: spi_intel_pci
0000:01:00.0 VGA compatible controller: NVIDIA Corporation GA106M [GeForce RTX 3060 Mobile / Max-Q] (rev a1)
	DeviceName: Second VGA
	Subsystem: ASUSTeK Computer Inc. Device 16e2
	Kernel modules: nouveau, nvidia_drm, nvidia
0000:01:00.1 Audio device: NVIDIA Corporation GA106 High Definition Audio Controller (rev a1)
	Subsystem: ASUSTeK Computer Inc. Device 16e2
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel
0000:2e:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)
	DeviceName: GLAN
	Subsystem: ASUSTeK Computer Inc. Device 208f
	Kernel driver in use: r8169
	Kernel modules: r8169
10000:e0:1d.0 PCI bridge: Intel Corporation Tiger Lake-LP PCI Express Root Port #9 (rev 20)
	Subsystem: ASUSTeK Computer Inc. Device 16e2
	Kernel driver in use: pcieport
10000:e1:00.0 Non-Volatile memory controller: SK hynix Gold P31/PC711 NVMe Solid State Drive
	Subsystem: SK hynix Gold P31/PC711 NVMe Solid State Drive
	Kernel driver in use: nvme
	Kernel modules: nvme

pacman -Qs 'nvidia|optimus':

local/egl-wayland 2:1.1.11-2
    EGLStream-based Wayland external platform
local/libvdpau 1.5-1
    Nvidia VDPAU library
local/libxnvctrl 520.56.06-1
    NVIDIA NV-CONTROL X extension
local/nvidia 520.56.06-11
    NVIDIA drivers for linux
local/nvidia-settings 520.56.06-1
    Tool for configuring the NVIDIA graphics driver
local/nvidia-utils 520.56.06-2
    NVIDIA drivers utilities
local/opencl-nvidia 520.56.06-2
    OpenCL implemention for NVIDIA

Hope this two outputs rings a bell, because I still don't see where can the issue be sad sad

Offline

#10 2022-11-25 15:39:23

seth
Member
Registered: 2012-09-03
Posts: 50,012

Re: [SOLVED] Startx getting freezed

0000:01:00.0 VGA compatible controller: NVIDIA Corporation GA106M [GeForce RTX 3060 Mobile / Max-Q] (rev a1)
	DeviceName: Second VGA
	Subsystem: ASUSTeK Computer Inc. Device 16e2
	Kernel modules: nouveau, nvidia_drm, nvidia

There's nothing driving that GPU - nouveau is blacklisted because of nvidia-utils and the nvidia module doesn't load for some reason.
Do you have bbswitch or bumblebee installed?

sudo journalctl -b | curl -F 'file=@-' 0x0.st

Offline

#11 2022-11-25 15:52:53

Anartz
Member
Registered: 2022-11-24
Posts: 12

Re: [SOLVED] Startx getting freezed

I don't have bbswitch nor bumblebee installed, should I install one of those?

The command has printed all the logs of the system:

Nov 25 16:45:50 anarchtatil kernel: microcode: microcode updated early to revision 0xa6, date = 2022-06-28
Nov 25 16:45:50 anarchtatil kernel: Linux version 6.0.9-arch1-1 (linux@archlinux) (gcc (GCC) 12.2.0, GNU ld (GNU Binutils) 2.39.0) #1 SMP PREEMPT_DYNAMIC Wed, 16 Nov 2022 17:01:17 +0000
Nov 25 16:45:50 anarchtatil kernel: Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=8acc15f1-4466-4e1a-89a5-7a2cd5806331 rw rootflags=subvol=@ cryptdevice=UUID=f94c4a83-dd16-4206-909f-202804382b3d:cryptlvm rootfstype=btrfs loglevel=3 quiet
Nov 25 16:45:50 anarchtatil kernel: x86/split lock detection: #AC: crashing the kernel on kernel split_locks and warning on user-space split_locks
Nov 25 16:45:50 anarchtatil kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Nov 25 16:45:50 anarchtatil kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Nov 25 16:45:50 anarchtatil kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Nov 25 16:45:50 anarchtatil kernel: x86/fpu: Supporting XSAVE feature 0x020: 'AVX-512 opmask'
Nov 25 16:45:50 anarchtatil kernel: x86/fpu: Supporting XSAVE feature 0x040: 'AVX-512 Hi256'
Nov 25 16:45:50 anarchtatil kernel: x86/fpu: Supporting XSAVE feature 0x080: 'AVX-512 ZMM_Hi256'
Nov 25 16:45:50 anarchtatil kernel: x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
Nov 25 16:45:50 anarchtatil kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Nov 25 16:45:50 anarchtatil kernel: x86/fpu: xstate_offset[5]:  832, xstate_sizes[5]:   64
Nov 25 16:45:50 anarchtatil kernel: x86/fpu: xstate_offset[6]:  896, xstate_sizes[6]:  512
Nov 25 16:45:50 anarchtatil kernel: x86/fpu: xstate_offset[7]: 1408, xstate_sizes[7]: 1024
Nov 25 16:45:50 anarchtatil kernel: x86/fpu: xstate_offset[9]: 2432, xstate_sizes[9]:    8
Nov 25 16:45:50 anarchtatil kernel: x86/fpu: Enabled xstate features 0x2e7, context size is 2440 bytes, using 'compacted' format.
Nov 25 16:45:50 anarchtatil kernel: signal: max sigframe size: 3632
Nov 25 16:45:50 anarchtatil kernel: BIOS-provided physical RAM map:
Nov 25 16:45:50 anarchtatil kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
Nov 25 16:45:50 anarchtatil kernel: BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
Nov 25 16:45:50 anarchtatil kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000613b4fff] usable
Nov 25 16:45:50 anarchtatil kernel: BIOS-e820: [mem 0x00000000613b5000-0x0000000065ceefff] reserved
Nov 25 16:45:50 anarchtatil kernel: BIOS-e820: [mem 0x0000000065cef000-0x0000000065dbafff] ACPI data
Nov 25 16:45:50 anarchtatil kernel: BIOS-e820: [mem 0x0000000065dbb000-0x0000000065eb6fff] ACPI NVS
Nov 25 16:45:50 anarchtatil kernel: BIOS-e820: [mem 0x0000000065eb7000-0x0000000066738fff] reserved
Nov 25 16:45:50 anarchtatil kernel: BIOS-e820: [mem 0x0000000066739000-0x00000000667fefff] type 20
Nov 25 16:45:50 anarchtatil kernel: BIOS-e820: [mem 0x00000000667ff000-0x00000000667fffff] usable
Nov 25 16:45:50 anarchtatil kernel: BIOS-e820: [mem 0x0000000066800000-0x000000006cffffff] reserved
Nov 25 16:45:50 anarchtatil kernel: BIOS-e820: [mem 0x000000006d800000-0x000000006d9fffff] reserved
Nov 25 16:45:50 anarchtatil kernel: BIOS-e820: [mem 0x000000006e400000-0x00000000747fffff] reserved
Nov 25 16:45:50 anarchtatil kernel: BIOS-e820: [mem 0x00000000c0000000-0x00000000cfffffff] reserved
Nov 25 16:45:50 anarchtatil kernel: BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
Nov 25 16:45:50 anarchtatil kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Nov 25 16:45:50 anarchtatil kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
Nov 25 16:45:50 anarchtatil kernel: BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
Nov 25 16:45:50 anarchtatil kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Nov 25 16:45:50 anarchtatil kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Nov 25 16:45:50 anarchtatil kernel: BIOS-e820: [mem 0x0000000100000000-0x000000048b7fffff] usable
Nov 25 16:45:50 anarchtatil kernel: NX (Execute Disable) protection: active
Nov 25 16:45:50 anarchtatil kernel: efi: EFI v2.70 by American Megatrends
Nov 25 16:45:50 anarchtatil kernel: efi: ACPI=0x65dba000 ACPI 2.0=0x65dba014 TPMFinalLog=0x65e41000 SMBIOS=0x66606000 SMBIOS 3.0=0x66605000 MEMATTR=0x5a720018 ESRT=0x5ee2ee18 
Nov 25 16:45:50 anarchtatil kernel: SMBIOS 3.3.0 present.
Nov 25 16:45:50 anarchtatil kernel: DMI: ASUSTeK COMPUTER INC. ASUS TUF Dash F15 FX516PM_FX516PM/FX516PM, BIOS FX516PM.322 08/27/2021
Nov 25 16:45:50 anarchtatil kernel: tsc: Detected 3300.000 MHz processor
Nov 25 16:45:50 anarchtatil kernel: tsc: Detected 3302.400 MHz TSC
Nov 25 16:45:50 anarchtatil kernel: [Firmware Bug]: TSC ADJUST: CPU0: -1136450843 force to 0
Nov 25 16:45:50 anarchtatil kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Nov 25 16:45:50 anarchtatil kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Nov 25 16:45:50 anarchtatil kernel: last_pfn = 0x48b800 max_arch_pfn = 0x400000000
Nov 25 16:45:50 anarchtatil kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Nov 25 16:45:50 anarchtatil kernel: last_pfn = 0x66800 max_arch_pfn = 0x400000000
Nov 25 16:45:50 anarchtatil kernel: esrt: Reserving ESRT space from 0x000000005ee2ee18 to 0x000000005ee2eef0.
Nov 25 16:45:50 anarchtatil kernel: e820: update [mem 0x5ee2e000-0x5ee2efff] usable ==> reserved
Nov 25 16:45:50 anarchtatil kernel: Using GB pages for direct mapping
Nov 25 16:45:50 anarchtatil kernel: Secure boot disabled
Nov 25 16:45:50 anarchtatil kernel: RAMDISK: [mem 0x3594d000-0x36c9dfff]
Nov 25 16:45:50 anarchtatil kernel: ACPI: Early table checksum verification disabled
Nov 25 16:45:50 anarchtatil kernel: ACPI: RSDP 0x0000000065DBA014 000024 (v02 _ASUS_)
Nov 25 16:45:50 anarchtatil kernel: ACPI: XSDT 0x0000000065DB9728 000114 (v01 _ASUS_ Notebook 01072009 AMI  01000013)
Nov 25 16:45:50 anarchtatil kernel: ACPI: FACP 0x0000000065DB4000 000114 (v06 _ASUS_ Notebook 01072009 AMI  01000013)
Nov 25 16:45:50 anarchtatil kernel: ACPI: DSDT 0x0000000065D56000 05DB88 (v02 _ASUS_ Notebook 01072009 INTL 20191018)
Nov 25 16:45:50 anarchtatil kernel: ACPI: FACS 0x0000000065EB3000 000040
Nov 25 16:45:50 anarchtatil kernel: ACPI: MCFG 0x0000000065DB8000 00003C (v01 _ASUS_ Notebook 01072009 MSFT 00000097)
Nov 25 16:45:50 anarchtatil kernel: ACPI: SSDT 0x0000000065DB5000 00255D (v02 CpuRef CpuSsdt  00003000 INTL 20191018)
Nov 25 16:45:50 anarchtatil kernel: ACPI: FIDT 0x0000000065D55000 00009C (v01 _ASUS_ Notebook 01072009 AMI  00010013)
Nov 25 16:45:50 anarchtatil kernel: ACPI: ECDT 0x0000000065D54000 0000C1 (v01 _ASUS_ Notebook 01072009 AMI. 00000005)
Nov 25 16:45:50 anarchtatil kernel: ACPI: MSDM 0x0000000065D53000 000055 (v03 _ASUS_ Notebook 01072009 ASUS 00000001)
Nov 25 16:45:50 anarchtatil kernel: ACPI: SSDT 0x0000000065D4E000 004D7D (v02 DptfTa DptfTabl 00001000 INTL 20191018)
Nov 25 16:45:50 anarchtatil kernel: ACPI: SSDT 0x0000000065D4A000 003111 (v02 SaSsdt SaSsdt   00003000 INTL 20191018)
Nov 25 16:45:50 anarchtatil kernel: ACPI: SSDT 0x0000000065D46000 003435 (v02 INTEL  IgfxSsdt 00003000 INTL 20191018)
Nov 25 16:45:50 anarchtatil kernel: ACPI: SSDT 0x0000000065D3A000 00B27A (v02 INTEL  TcssSsdt 00001000 INTL 20191018)
Nov 25 16:45:50 anarchtatil kernel: ACPI: HPET 0x0000000065D39000 000038 (v01 _ASUS_ Notebook 01072009 AMI  01000013)
Nov 25 16:45:50 anarchtatil kernel: ACPI: APIC 0x0000000065D38000 00012C (v04 _ASUS_ Notebook 01072009 AMI  01000013)
Nov 25 16:45:50 anarchtatil kernel: ACPI: SSDT 0x0000000065D33000 0048C7 (v02 _ASUS_ TglU_Rvp 00001000 INTL 20191018)
Nov 25 16:45:50 anarchtatil kernel: ACPI: NHLT 0x0000000065D32000 0002E1 (v00 _ASUS_ Notebook 01072009 AMI  01000013)
Nov 25 16:45:50 anarchtatil kernel: ACPI: LPIT 0x0000000065D31000 0000CC (v01 _ASUS_ Notebook 01072009 AMI  01000013)
Nov 25 16:45:50 anarchtatil kernel: ACPI: SSDT 0x0000000065D2F000 00012A (v02 _ASUS_ TbtTypeC 00000000 INTL 20191018)
Nov 25 16:45:50 anarchtatil kernel: ACPI: DBGP 0x0000000065D2E000 000034 (v01 _ASUS_ Notebook 01072009 AMI  01000013)
Nov 25 16:45:50 anarchtatil kernel: ACPI: DBG2 0x0000000065D2D000 000054 (v00 _ASUS_ Notebook 01072009 AMI  01000013)
Nov 25 16:45:50 anarchtatil kernel: ACPI: SSDT 0x0000000065D2C000 000D1B (v02 _ASUS_ UsbCTabl 00001000 INTL 20191018)
Nov 25 16:45:50 anarchtatil kernel: ACPI: DMAR 0x0000000065D2B000 0000A0 (v02 INTEL  EDK2     00000002      01000013)
Nov 25 16:45:50 anarchtatil kernel: ACPI: SSDT 0x0000000065D2A000 000218 (v02 INTEL  xh_tudd4 00000000 INTL 20191018)
Nov 25 16:45:50 anarchtatil kernel: ACPI: SSDT 0x0000000065D29000 000144 (v02 Intel  ADebTabl 00001000 INTL 20191018)
Nov 25 16:45:50 anarchtatil kernel: ACPI: BGRT 0x0000000065D28000 000038 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
Nov 25 16:45:50 anarchtatil kernel: ACPI: UEFI 0x0000000065E1F000 00063A (v01 INTEL  RstVmdE  00000000 ??   00000000)
Nov 25 16:45:50 anarchtatil kernel: ACPI: UEFI 0x0000000065E1E000 00005C (v01 INTEL  RstVmdV  00000000 ??   00000000)
Nov 25 16:45:50 anarchtatil kernel: ACPI: TPM2 0x0000000065D27000 00004C (v04 _ASUS_ Notebook 00000001 AMI  00000000)
Nov 25 16:45:50 anarchtatil kernel: ACPI: SSDT 0x0000000065D24000 002FD1 (v01 OptRf2 Opt2Tabl 00001000 INTL 20191018)
Nov 25 16:45:50 anarchtatil kernel: ACPI: PTDT 0x0000000065D23000 000D44 (v00 _ASUS_ Notebook 00000005 MSFT 0100000D)
Nov 25 16:45:50 anarchtatil kernel: ACPI: WSMT 0x0000000065D30000 000028 (v01 _ASUS_ Notebook 01072009 AMI  00010013)
Nov 25 16:45:50 anarchtatil kernel: ACPI: FPDT 0x0000000065D22000 000044 (v01 _ASUS_ A M I    01072009 AMI  01000013)
Nov 25 16:45:50 anarchtatil kernel: ACPI: Reserving FACP table memory at [mem 0x65db4000-0x65db4113]
Nov 25 16:45:50 anarchtatil kernel: ACPI: Reserving DSDT table memory at [mem 0x65d56000-0x65db3b87]
Nov 25 16:45:50 anarchtatil kernel: ACPI: Reserving FACS table memory at [mem 0x65eb3000-0x65eb303f]
Nov 25 16:45:50 anarchtatil kernel: ACPI: Reserving MCFG table memory at [mem 0x65db8000-0x65db803b]
Nov 25 16:45:50 anarchtatil kernel: ACPI: Reserving SSDT table memory at [mem 0x65db5000-0x65db755c]
Nov 25 16:45:50 anarchtatil kernel: ACPI: Reserving FIDT table memory at [mem 0x65d55000-0x65d5509b]
Nov 25 16:45:50 anarchtatil kernel: ACPI: Reserving ECDT table memory at [mem 0x65d54000-0x65d540c0]
Nov 25 16:45:50 anarchtatil kernel: ACPI: Reserving MSDM table memory at [mem 0x65d53000-0x65d53054]
Nov 25 16:45:50 anarchtatil kernel: ACPI: Reserving SSDT table memory at [mem 0x65d4e000-0x65d52d7c]
Nov 25 16:45:50 anarchtatil kernel: ACPI: Reserving SSDT table memory at [mem 0x65d4a000-0x65d4d110]
Nov 25 16:45:50 anarchtatil kernel: ACPI: Reserving SSDT table memory at [mem 0x65d46000-0x65d49434]
Nov 25 16:45:50 anarchtatil kernel: ACPI: Reserving SSDT table memory at [mem 0x65d3a000-0x65d45279]
Nov 25 16:45:50 anarchtatil kernel: ACPI: Reserving HPET table memory at [mem 0x65d39000-0x65d39037]
Nov 25 16:45:50 anarchtatil kernel: ACPI: Reserving APIC table memory at [mem 0x65d38000-0x65d3812b]
Nov 25 16:45:50 anarchtatil kernel: ACPI: Reserving SSDT table memory at [mem 0x65d33000-0x65d378c6]
Nov 25 16:45:50 anarchtatil kernel: ACPI: Reserving NHLT table memory at [mem 0x65d32000-0x65d322e0]
Nov 25 16:45:50 anarchtatil kernel: ACPI: Reserving LPIT table memory at [mem 0x65d31000-0x65d310cb]
Nov 25 16:45:50 anarchtatil kernel: ACPI: Reserving SSDT table memory at [mem 0x65d2f000-0x65d2f129]
Nov 25 16:45:50 anarchtatil kernel: ACPI: Reserving DBGP table memory at [mem 0x65d2e000-0x65d2e033]
Nov 25 16:45:50 anarchtatil kernel: ACPI: Reserving DBG2 table memory at [mem 0x65d2d000-0x65d2d053]
Nov 25 16:45:50 anarchtatil kernel: ACPI: Reserving SSDT table memory at [mem 0x65d2c000-0x65d2cd1a]
Nov 25 16:45:50 anarchtatil kernel: ACPI: Reserving DMAR table memory at [mem 0x65d2b000-0x65d2b09f]
Nov 25 16:45:50 anarchtatil kernel: ACPI: Reserving SSDT table memory at [mem 0x65d2a000-0x65d2a217]
Nov 25 16:45:50 anarchtatil kernel: ACPI: Reserving SSDT table memory at [mem 0x65d29000-0x65d29143]
Nov 25 16:45:50 anarchtatil kernel: ACPI: Reserving BGRT table memory at [mem 0x65d28000-0x65d28037]
Nov 25 16:45:50 anarchtatil kernel: ACPI: Reserving UEFI table memory at [mem 0x65e1f000-0x65e1f639]
Nov 25 16:45:50 anarchtatil kernel: ACPI: Reserving UEFI table memory at [mem 0x65e1e000-0x65e1e05b]
Nov 25 16:45:50 anarchtatil kernel: ACPI: Reserving TPM2 table memory at [mem 0x65d27000-0x65d2704b]
Nov 25 16:45:50 anarchtatil kernel: ACPI: Reserving SSDT table memory at [mem 0x65d24000-0x65d26fd0]
Nov 25 16:45:50 anarchtatil kernel: ACPI: Reserving PTDT table memory at [mem 0x65d23000-0x65d23d43]
Nov 25 16:45:50 anarchtatil kernel: ACPI: Reserving WSMT table memory at [mem 0x65d30000-0x65d30027]
Nov 25 16:45:50 anarchtatil kernel: ACPI: Reserving FPDT table memory at [mem 0x65d22000-0x65d22043]
Nov 25 16:45:50 anarchtatil kernel: No NUMA configuration found
Nov 25 16:45:50 anarchtatil kernel: Faking a node at [mem 0x0000000000000000-0x000000048b7fffff]
Nov 25 16:45:50 anarchtatil kernel: NODE_DATA(0) allocated [mem 0x48b7fc000-0x48b7fffff]
Nov 25 16:45:50 anarchtatil kernel: Zone ranges:
Nov 25 16:45:50 anarchtatil kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Nov 25 16:45:50 anarchtatil kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Nov 25 16:45:50 anarchtatil kernel:   Normal   [mem 0x0000000100000000-0x000000048b7fffff]
Nov 25 16:45:50 anarchtatil kernel:   Device   empty
Nov 25 16:45:50 anarchtatil kernel: Movable zone start for each node
Nov 25 16:45:50 anarchtatil kernel: Early memory node ranges
Nov 25 16:45:50 anarchtatil kernel:   node   0: [mem 0x0000000000001000-0x000000000009efff]
Nov 25 16:45:50 anarchtatil kernel:   node   0: [mem 0x0000000000100000-0x00000000613b4fff]
Nov 25 16:45:50 anarchtatil kernel:   node   0: [mem 0x00000000667ff000-0x00000000667fffff]
Nov 25 16:45:50 anarchtatil kernel:   node   0: [mem 0x0000000100000000-0x000000048b7fffff]
Nov 25 16:45:50 anarchtatil kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000048b7fffff]
Nov 25 16:45:50 anarchtatil kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Nov 25 16:45:50 anarchtatil kernel: On node 0, zone DMA: 97 pages in unavailable ranges
Nov 25 16:45:50 anarchtatil kernel: On node 0, zone DMA32: 21578 pages in unavailable ranges
Nov 25 16:45:50 anarchtatil kernel: On node 0, zone Normal: 6144 pages in unavailable ranges
Nov 25 16:45:50 anarchtatil kernel: On node 0, zone Normal: 18432 pages in unavailable ranges
Nov 25 16:45:50 anarchtatil kernel: Reserving Intel graphics memory at [mem 0x70800000-0x747fffff]
Nov 25 16:45:50 anarchtatil kernel: ACPI: PM-Timer IO Port: 0x1808
Nov 25 16:45:50 anarchtatil kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Nov 25 16:45:50 anarchtatil kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Nov 25 16:45:50 anarchtatil kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Nov 25 16:45:50 anarchtatil kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Nov 25 16:45:50 anarchtatil kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Nov 25 16:45:50 anarchtatil kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Nov 25 16:45:50 anarchtatil kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Nov 25 16:45:50 anarchtatil kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
Nov 25 16:45:50 anarchtatil kernel: ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
Nov 25 16:45:50 anarchtatil kernel: ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
Nov 25 16:45:50 anarchtatil kernel: ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
Nov 25 16:45:50 anarchtatil kernel: ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
Nov 25 16:45:50 anarchtatil kernel: ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
Nov 25 16:45:50 anarchtatil kernel: ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
Nov 25 16:45:50 anarchtatil kernel: ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
Nov 25 16:45:50 anarchtatil kernel: ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
Nov 25 16:45:50 anarchtatil kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
Nov 25 16:45:50 anarchtatil kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Nov 25 16:45:50 anarchtatil kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Nov 25 16:45:50 anarchtatil kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Nov 25 16:45:50 anarchtatil kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
Nov 25 16:45:50 anarchtatil kernel: e820: update [mem 0x5d800000-0x5d82efff] usable ==> reserved
Nov 25 16:45:50 anarchtatil kernel: TSC deadline timer available
Nov 25 16:45:50 anarchtatil kernel: smpboot: Allowing 8 CPUs, 0 hotplug CPUs
Nov 25 16:45:50 anarchtatil kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Nov 25 16:45:50 anarchtatil kernel: PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x000fffff]
Nov 25 16:45:50 anarchtatil kernel: PM: hibernation: Registered nosave memory: [mem 0x5d800000-0x5d82efff]
Nov 25 16:45:50 anarchtatil kernel: PM: hibernation: Registered nosave memory: [mem 0x5ee2e000-0x5ee2efff]
Nov 25 16:45:50 anarchtatil kernel: PM: hibernation: Registered nosave memory: [mem 0x613b5000-0x65ceefff]
Nov 25 16:45:50 anarchtatil kernel: PM: hibernation: Registered nosave memory: [mem 0x65cef000-0x65dbafff]
Nov 25 16:45:50 anarchtatil kernel: PM: hibernation: Registered nosave memory: [mem 0x65dbb000-0x65eb6fff]
Nov 25 16:45:50 anarchtatil kernel: PM: hibernation: Registered nosave memory: [mem 0x65eb7000-0x66738fff]
Nov 25 16:45:50 anarchtatil kernel: PM: hibernation: Registered nosave memory: [mem 0x66739000-0x667fefff]
Nov 25 16:45:50 anarchtatil kernel: PM: hibernation: Registered nosave memory: [mem 0x66800000-0x6cffffff]
Nov 25 16:45:50 anarchtatil kernel: PM: hibernation: Registered nosave memory: [mem 0x6d000000-0x6d7fffff]
Nov 25 16:45:50 anarchtatil kernel: PM: hibernation: Registered nosave memory: [mem 0x6d800000-0x6d9fffff]
Nov 25 16:45:50 anarchtatil kernel: PM: hibernation: Registered nosave memory: [mem 0x6da00000-0x6e3fffff]
Nov 25 16:45:50 anarchtatil kernel: PM: hibernation: Registered nosave memory: [mem 0x6e400000-0x747fffff]
Nov 25 16:45:50 anarchtatil kernel: PM: hibernation: Registered nosave memory: [mem 0x74800000-0xbfffffff]
Nov 25 16:45:50 anarchtatil kernel: PM: hibernation: Registered nosave memory: [mem 0xc0000000-0xcfffffff]
Nov 25 16:45:50 anarchtatil kernel: PM: hibernation: Registered nosave memory: [mem 0xd0000000-0xfdffffff]
Nov 25 16:45:50 anarchtatil kernel: PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
Nov 25 16:45:50 anarchtatil kernel: PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
Nov 25 16:45:50 anarchtatil kernel: PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
Nov 25 16:45:50 anarchtatil kernel: PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
Nov 25 16:45:50 anarchtatil kernel: PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
Nov 25 16:45:50 anarchtatil kernel: PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed1ffff]
Nov 25 16:45:50 anarchtatil kernel: PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfed7ffff]
Nov 25 16:45:50 anarchtatil kernel: PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfedfffff]
Nov 25 16:45:50 anarchtatil kernel: PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
Nov 25 16:45:50 anarchtatil kernel: PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
Nov 25 16:45:50 anarchtatil kernel: PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
Nov 25 16:45:50 anarchtatil kernel: [mem 0x74800000-0xbfffffff] available for PCI devices
Nov 25 16:45:50 anarchtatil kernel: Booting paravirtualized kernel on bare hardware
Nov 25 16:45:50 anarchtatil kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
Nov 25 16:45:50 anarchtatil kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:8 nr_node_ids:1
Nov 25 16:45:50 anarchtatil kernel: percpu: Embedded 63 pages/cpu s221184 r8192 d28672 u262144
Nov 25 16:45:50 anarchtatil kernel: pcpu-alloc: s221184 r8192 d28672 u262144 alloc=1*2097152
Nov 25 16:45:50 anarchtatil kernel: pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
Nov 25 16:45:50 anarchtatil kernel: Fallback order for Node 0: 0 
Nov 25 16:45:50 anarchtatil kernel: Built 1 zonelists, mobility grouping on.  Total pages: 4050823
Nov 25 16:45:50 anarchtatil kernel: Policy zone: Normal
Nov 25 16:45:50 anarchtatil kernel: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=8acc15f1-4466-4e1a-89a5-7a2cd5806331 rw rootflags=subvol=@ cryptdevice=UUID=f94c4a83-dd16-4206-909f-202804382b3d:cryptlvm rootfstype=btrfs loglevel=3 quiet
Nov 25 16:45:50 anarchtatil kernel: Unknown kernel command line parameters "BOOT_IMAGE=/vmlinuz-linux cryptdevice=UUID=f94c4a83-dd16-4206-909f-202804382b3d:cryptlvm", will be passed to user space.
Nov 25 16:45:50 anarchtatil kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Nov 25 16:45:50 anarchtatil kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
Nov 25 16:45:50 anarchtatil kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Nov 25 16:45:50 anarchtatil kernel: software IO TLB: area num 8.
Nov 25 16:45:50 anarchtatil kernel: Memory: 15966756K/16461136K available (14343K kernel code, 2078K rwdata, 11328K rodata, 2124K init, 3540K bss, 494120K reserved, 0K cma-reserved)
Nov 25 16:45:50 anarchtatil kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
Nov 25 16:45:50 anarchtatil kernel: ftrace: allocating 45784 entries in 179 pages
Nov 25 16:45:50 anarchtatil kernel: ftrace: allocated 179 pages with 5 groups
Nov 25 16:45:50 anarchtatil kernel: Dynamic Preempt: full
Nov 25 16:45:50 anarchtatil kernel: rcu: Preemptible hierarchical RCU implementation.
Nov 25 16:45:50 anarchtatil kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8.
Nov 25 16:45:50 anarchtatil kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Nov 25 16:45:50 anarchtatil kernel:         Trampoline variant of Tasks RCU enabled.
Nov 25 16:45:50 anarchtatil kernel:         Rude variant of Tasks RCU enabled.
Nov 25 16:45:50 anarchtatil kernel:         Tracing variant of Tasks RCU enabled.
Nov 25 16:45:50 anarchtatil kernel: rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
Nov 25 16:45:50 anarchtatil kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
Nov 25 16:45:50 anarchtatil kernel: NR_IRQS: 20736, nr_irqs: 2048, preallocated irqs: 16
Nov 25 16:45:50 anarchtatil kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Nov 25 16:45:50 anarchtatil kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Nov 25 16:45:50 anarchtatil kernel: random: crng init done
Nov 25 16:45:50 anarchtatil kernel: Console: colour dummy device 80x25
Nov 25 16:45:50 anarchtatil kernel: printk: console [tty0] enabled
Nov 25 16:45:50 anarchtatil kernel: ACPI: Core revision 20220331
Nov 25 16:45:50 anarchtatil kernel: hpet: HPET dysfunctional in PC10. Force disabled.
Nov 25 16:45:50 anarchtatil kernel: APIC: Switch to symmetric I/O mode setup
Nov 25 16:45:50 anarchtatil kernel: DMAR: Host address width 39
Nov 25 16:45:50 anarchtatil kernel: DMAR: DRHD base: 0x000000fed90000 flags: 0x0
Nov 25 16:45:50 anarchtatil kernel: DMAR: dmar0: reg_base_addr fed90000 ver 4:0 cap 1c0000c40660462 ecap 69e2ff0505e
Nov 25 16:45:50 anarchtatil kernel: DMAR: DRHD base: 0x000000fed84000 flags: 0x0
Nov 25 16:45:50 anarchtatil kernel: DMAR: dmar1: reg_base_addr fed84000 ver 1:0 cap d2008c40660462 ecap f050da
Nov 25 16:45:50 anarchtatil kernel: DMAR: DRHD base: 0x000000fed91000 flags: 0x1
Nov 25 16:45:50 anarchtatil kernel: DMAR: dmar2: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
Nov 25 16:45:50 anarchtatil kernel: DMAR: RMRR base: 0x00000070000000 end: 0x000000747fffff
Nov 25 16:45:50 anarchtatil kernel: DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 2
Nov 25 16:45:50 anarchtatil kernel: DMAR-IR: HPET id 0 under DRHD base 0xfed91000
Nov 25 16:45:50 anarchtatil kernel: DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
Nov 25 16:45:50 anarchtatil kernel: DMAR-IR: Enabled IRQ remapping in x2apic mode
Nov 25 16:45:50 anarchtatil kernel: x2apic enabled
Nov 25 16:45:50 anarchtatil kernel: Switched APIC routing to cluster x2apic.
Nov 25 16:45:50 anarchtatil kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x2f9a2767029, max_idle_ns: 440795219692 ns
Nov 25 16:45:50 anarchtatil kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 6607.00 BogoMIPS (lpj=11008000)
Nov 25 16:45:50 anarchtatil kernel: pid_max: default: 32768 minimum: 301
Nov 25 16:45:50 anarchtatil kernel: LSM: Security Framework initializing
Nov 25 16:45:50 anarchtatil kernel: landlock: Up and running.
Nov 25 16:45:50 anarchtatil kernel: Yama: becoming mindful.
Nov 25 16:45:50 anarchtatil kernel: LSM support for eBPF active
Nov 25 16:45:50 anarchtatil kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Nov 25 16:45:50 anarchtatil kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Nov 25 16:45:50 anarchtatil kernel: CPU0: Thermal monitoring enabled (TM1)
Nov 25 16:45:50 anarchtatil kernel: x86/cpu: User Mode Instruction Prevention (UMIP) activated
Nov 25 16:45:50 anarchtatil kernel: process: using mwait in idle threads
Nov 25 16:45:50 anarchtatil kernel: CET detected: Indirect Branch Tracking enabled
Nov 25 16:45:50 anarchtatil kernel: Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
Nov 25 16:45:50 anarchtatil kernel: Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
Nov 25 16:45:50 anarchtatil kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Nov 25 16:45:50 anarchtatil kernel: Spectre V2 : Mitigation: Enhanced IBRS
Nov 25 16:45:50 anarchtatil kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Nov 25 16:45:50 anarchtatil kernel: Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
Nov 25 16:45:50 anarchtatil kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Nov 25 16:45:50 anarchtatil kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Nov 25 16:45:50 anarchtatil kernel: Freeing SMP alternatives memory: 36K
Nov 25 16:45:50 anarchtatil kernel: smpboot: CPU0: 11th Gen Intel(R) Core(TM) i7-11370H @ 3.30GHz (family: 0x6, model: 0x8c, stepping: 0x1)
Nov 25 16:45:50 anarchtatil kernel: cblist_init_generic: Setting adjustable number of callback queues.
Nov 25 16:45:50 anarchtatil kernel: cblist_init_generic: Setting shift to 3 and lim to 1.
Nov 25 16:45:50 anarchtatil kernel: cblist_init_generic: Setting shift to 3 and lim to 1.
Nov 25 16:45:50 anarchtatil kernel: cblist_init_generic: Setting shift to 3 and lim to 1.
Nov 25 16:45:50 anarchtatil kernel: Performance Events: PEBS fmt4+-baseline,  AnyThread deprecated, Icelake events, 32-deep LBR, full-width counters, Intel PMU driver.
Nov 25 16:45:50 anarchtatil kernel: ... version:                5
Nov 25 16:45:50 anarchtatil kernel: ... bit width:              48
Nov 25 16:45:50 anarchtatil kernel: ... generic registers:      8
Nov 25 16:45:50 anarchtatil kernel: ... value mask:             0000ffffffffffff
Nov 25 16:45:50 anarchtatil kernel: ... max period:             00007fffffffffff
Nov 25 16:45:50 anarchtatil kernel: ... fixed-purpose events:   4
Nov 25 16:45:50 anarchtatil kernel: ... event mask:             0001000f000000ff
Nov 25 16:45:50 anarchtatil kernel: Estimated ratio of average max frequency by base frequency (times 1024): 1334
Nov 25 16:45:50 anarchtatil kernel: rcu: Hierarchical SRCU implementation.
Nov 25 16:45:50 anarchtatil kernel: rcu:         Max phase no-delay instances is 1000.
Nov 25 16:45:50 anarchtatil kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Nov 25 16:45:50 anarchtatil kernel: smp: Bringing up secondary CPUs ...
Nov 25 16:45:50 anarchtatil kernel: x86: Booting SMP configuration:
Nov 25 16:45:50 anarchtatil kernel: .... node  #0, CPUs:      #1
Nov 25 16:45:50 anarchtatil kernel: [Firmware Bug]: TSC ADJUST differs within socket(s), fixing all errors
Nov 25 16:45:50 anarchtatil kernel:  #2 #3 #4 #5 #6 #7
Nov 25 16:45:50 anarchtatil kernel: smp: Brought up 1 node, 8 CPUs
Nov 25 16:45:50 anarchtatil kernel: smpboot: Max logical packages: 1
Nov 25 16:45:50 anarchtatil kernel: smpboot: Total of 8 processors activated (52859.00 BogoMIPS)
Nov 25 16:45:50 anarchtatil kernel: devtmpfs: initialized
Nov 25 16:45:50 anarchtatil kernel: x86/mm: Memory block size: 128MB
Nov 25 16:45:50 anarchtatil kernel: ACPI: PM: Registering ACPI NVS region [mem 0x65dbb000-0x65eb6fff] (1032192 bytes)
Nov 25 16:45:50 anarchtatil kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
Nov 25 16:45:50 anarchtatil kernel: futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
Nov 25 16:45:50 anarchtatil kernel: pinctrl core: initialized pinctrl subsystem
Nov 25 16:45:50 anarchtatil kernel: PM: RTC time: 15:45:20, date: 2022-11-25
Nov 25 16:45:50 anarchtatil kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Nov 25 16:45:50 anarchtatil kernel: DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
Nov 25 16:45:50 anarchtatil kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Nov 25 16:45:50 anarchtatil kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Nov 25 16:45:50 anarchtatil kernel: audit: initializing netlink subsys (disabled)
Nov 25 16:45:50 anarchtatil kernel: audit: type=2000 audit(1669391120.013:1): state=initialized audit_enabled=0 res=1
Nov 25 16:45:50 anarchtatil kernel: thermal_sys: Registered thermal governor 'fair_share'
Nov 25 16:45:50 anarchtatil kernel: thermal_sys: Registered thermal governor 'bang_bang'
Nov 25 16:45:50 anarchtatil kernel: thermal_sys: Registered thermal governor 'step_wise'
Nov 25 16:45:50 anarchtatil kernel: thermal_sys: Registered thermal governor 'user_space'
Nov 25 16:45:50 anarchtatil kernel: thermal_sys: Registered thermal governor 'power_allocator'
Nov 25 16:45:50 anarchtatil kernel: cpuidle: using governor ladder
Nov 25 16:45:50 anarchtatil kernel: cpuidle: using governor menu
Nov 25 16:45:50 anarchtatil kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Nov 25 16:45:50 anarchtatil kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xc0000000-0xcfffffff] (base 0xc0000000)
Nov 25 16:45:50 anarchtatil kernel: PCI: MMCONFIG at [mem 0xc0000000-0xcfffffff] reserved in E820
Nov 25 16:45:50 anarchtatil kernel: PCI: Using configuration type 1 for base access
Nov 25 16:45:50 anarchtatil kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Nov 25 16:45:50 anarchtatil kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Nov 25 16:45:50 anarchtatil kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Nov 25 16:45:50 anarchtatil kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Nov 25 16:45:50 anarchtatil kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Nov 25 16:45:50 anarchtatil kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Nov 25 16:45:50 anarchtatil kernel: ACPI: Added _OSI(Module Device)
Nov 25 16:45:50 anarchtatil kernel: ACPI: Added _OSI(Processor Device)
Nov 25 16:45:50 anarchtatil kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Nov 25 16:45:50 anarchtatil kernel: ACPI: Added _OSI(Processor Aggregator Device)
Nov 25 16:45:50 anarchtatil kernel: ACPI: Added _OSI(Linux-Dell-Video)
Nov 25 16:45:50 anarchtatil kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
Nov 25 16:45:50 anarchtatil kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
Nov 25 16:45:50 anarchtatil kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS10.BTPR], AE_ALREADY_EXISTS (20220331/dswload2-326)
Nov 25 16:45:50 anarchtatil kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
Nov 25 16:45:50 anarchtatil kernel: ACPI: Skipping parse of AML opcode: PowerResource (0x5B84)
Nov 25 16:45:50 anarchtatil kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS10._S0W], AE_ALREADY_EXISTS (20220331/dswload2-326)
Nov 25 16:45:50 anarchtatil kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
Nov 25 16:45:50 anarchtatil kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS10._PR0], AE_ALREADY_EXISTS (20220331/dswload2-326)
Nov 25 16:45:50 anarchtatil kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
Nov 25 16:45:50 anarchtatil kernel: ACPI: Skipping parse of AML opcode: Method (0x0014)
Nov 25 16:45:50 anarchtatil kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS10._PR2], AE_ALREADY_EXISTS (20220331/dswload2-326)
Nov 25 16:45:50 anarchtatil kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
Nov 25 16:45:50 anarchtatil kernel: ACPI: Skipping parse of AML opcode: Method (0x0014)
Nov 25 16:45:50 anarchtatil kernel: ACPI BIOS Error (bug): Failure creating named object [\_SB.PC00.XHCI.RHUB.HS10._PR3], AE_ALREADY_EXISTS (20220331/dswload2-326)
Nov 25 16:45:50 anarchtatil kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20220331/psobject-220)
Nov 25 16:45:50 anarchtatil kernel: ACPI: Skipping parse of AML opcode: Method (0x0014)
Nov 25 16:45:50 anarchtatil kernel: ACPI: 12 ACPI AML tables successfully acquired and loaded
Nov 25 16:45:50 anarchtatil kernel: ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - ^SPI1.SPFD.CVFD (20220331/dspkginit-438)
Nov 25 16:45:50 anarchtatil kernel: ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - ^SPI1.SPFD.CVFD (20220331/dspkginit-438)
Nov 25 16:45:50 anarchtatil kernel: ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - ^XHCI.RHUB.HS04.VI2C (20220331/dspkginit-438)
Nov 25 16:45:50 anarchtatil kernel: ACPI Error: AE_NOT_FOUND, While resolving a named reference package element - ^XHCI.RHUB.HS04.VI2C (20220331/dspkginit-438)
Nov 25 16:45:50 anarchtatil kernel: ACPI: EC: EC started
Nov 25 16:45:50 anarchtatil kernel: ACPI: EC: interrupt blocked
Nov 25 16:45:50 anarchtatil kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Nov 25 16:45:50 anarchtatil kernel: ACPI: EC: Boot ECDT EC used to handle transactions
Nov 25 16:45:50 anarchtatil kernel: ACPI: Dynamic OEM Table Load:
Nov 25 16:45:50 anarchtatil kernel: ACPI: SSDT 0xFFFF8D9C417A1C00 0001CB (v02 PmRef  Cpu0Psd  00003000 INTL 20191018)
Nov 25 16:45:50 anarchtatil kernel: ACPI: \_SB_.PR00: _OSC native thermal LVT Acked
Nov 25 16:45:50 anarchtatil kernel: ACPI: Dynamic OEM Table Load:
Nov 25 16:45:50 anarchtatil kernel: ACPI: SSDT 0xFFFF8D9C417DF800 000394 (v02 PmRef  Cpu0Cst  00003001 INTL 20191018)
Nov 25 16:45:50 anarchtatil kernel: ACPI: Dynamic OEM Table Load:
Nov 25 16:45:50 anarchtatil kernel: ACPI: SSDT 0xFFFF8D9C417E8800 0006EC (v02 PmRef  Cpu0Ist  00003000 INTL 20191018)
Nov 25 16:45:50 anarchtatil kernel: ACPI: Dynamic OEM Table Load:
Nov 25 16:45:50 anarchtatil kernel: ACPI: SSDT 0xFFFF8D9C417DBC00 000266 (v02 PmRef  Cpu0Hwp  00003000 INTL 20191018)
Nov 25 16:45:50 anarchtatil kernel: ACPI: Dynamic OEM Table Load:
Nov 25 16:45:50 anarchtatil kernel: ACPI: SSDT 0xFFFF8D9C417E4000 0008E7 (v02 PmRef  ApIst    00003000 INTL 20191018)
Nov 25 16:45:50 anarchtatil kernel: ACPI: Dynamic OEM Table Load:
Nov 25 16:45:50 anarchtatil kernel: ACPI: SSDT 0xFFFF8D9C417EE800 00048A (v02 PmRef  ApHwp    00003000 INTL 20191018)
Nov 25 16:45:50 anarchtatil kernel: ACPI: Dynamic OEM Table Load:
Nov 25 16:45:50 anarchtatil kernel: ACPI: SSDT 0xFFFF8D9C417E9000 0004D4 (v02 PmRef  ApPsd    00003000 INTL 20191018)
Nov 25 16:45:50 anarchtatil kernel: ACPI: Dynamic OEM Table Load:
Nov 25 16:45:50 anarchtatil kernel: ACPI: SSDT 0xFFFF8D9C417EF000 00048A (v02 PmRef  ApCst    00003000 INTL 20191018)
Nov 25 16:45:50 anarchtatil kernel: ACPI: Interpreter enabled
Nov 25 16:45:50 anarchtatil kernel: ACPI: PM: (supports S0 S3 S4 S5)
Nov 25 16:45:50 anarchtatil kernel: ACPI: Using IOAPIC for interrupt routing
Nov 25 16:45:50 anarchtatil kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Nov 25 16:45:50 anarchtatil kernel: PCI: Using E820 reservations for host bridge windows
Nov 25 16:45:50 anarchtatil kernel: ACPI: Enabled 9 GPEs in block 00 to 7F
Nov 25 16:45:50 anarchtatil kernel: ACPI: PM: Power Resource [PG01]
Nov 25 16:45:50 anarchtatil kernel: ACPI: PM: Power Resource [PG02]
Nov 25 16:45:50 anarchtatil kernel: ACPI: PM: Power Resource [PG03]
Nov 25 16:45:50 anarchtatil kernel: ACPI: PM: Power Resource [PG00]
Nov 25 16:45:50 anarchtatil kernel: ACPI: PM: Power Resource [PXP]
Nov 25 16:45:50 anarchtatil kernel: ACPI: PM: Power Resource [BTPR]
Nov 25 16:45:50 anarchtatil kernel: ACPI: PM: Power Resource [V0PR]
Nov 25 16:45:50 anarchtatil kernel: ACPI: PM: Power Resource [V1PR]
Nov 25 16:45:50 anarchtatil kernel: ACPI: PM: Power Resource [V2PR]
Nov 25 16:45:50 anarchtatil kernel: ACPI: PM: Power Resource [WRST]
Nov 25 16:45:50 anarchtatil kernel: ACPI: PM: Power Resource [NVPR]
Nov 25 16:45:50 anarchtatil kernel: ACPI: PM: Power Resource [V0PR]
Nov 25 16:45:50 anarchtatil kernel: ACPI: PM: Power Resource [V1PR]
Nov 25 16:45:50 anarchtatil kernel: ACPI: PM: Power Resource [V2PR]
Nov 25 16:45:50 anarchtatil kernel: ACPI: PM: Power Resource [V3PR]
Nov 25 16:45:50 anarchtatil kernel: ACPI: PM: Power Resource [TBT0]
Nov 25 16:45:50 anarchtatil kernel: ACPI: PM: Power Resource [TBT1]
Nov 25 16:45:50 anarchtatil kernel: ACPI: PM: Power Resource [D3C]
Nov 25 16:45:50 anarchtatil kernel: ACPI: PM: Power Resource [PIN]
Nov 25 16:45:50 anarchtatil kernel: ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-e0])
Nov 25 16:45:50 anarchtatil kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Nov 25 16:45:50 anarchtatil kernel: acpi PNP0A08:00: _OSC: platform does not support [AER]
Nov 25 16:45:50 anarchtatil kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME PCIeCapability LTR DPC]
Nov 25 16:45:50 anarchtatil kernel: PCI host bridge to bus 0000:00
Nov 25 16:45:50 anarchtatil kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Nov 25 16:45:50 anarchtatil kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Nov 25 16:45:50 anarchtatil kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Nov 25 16:45:50 anarchtatil kernel: pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff window]
Nov 25 16:45:50 anarchtatil kernel: pci_bus 0000:00: root bus resource [mem 0x74800000-0xbfffffff window]
Nov 25 16:45:50 anarchtatil kernel: pci_bus 0000:00: root bus resource [mem 0x4000000000-0x7fffffffff window]
Nov 25 16:45:50 anarchtatil kernel: pci_bus 0000:00: root bus resource [bus 00-e0]
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:00.0: [8086:9a14] type 00 class 0x060000
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:02.0: [8086:9a49] type 00 class 0x030000
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:02.0: reg 0x10: [mem 0x622e000000-0x622effffff 64bit]
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:02.0: reg 0x18: [mem 0x4000000000-0x400fffffff 64bit pref]
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:02.0: reg 0x20: [io  0x5000-0x503f]
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:02.0: BAR 2: assigned to efifb
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:02.0: DMAR: Skip IOMMU disabling for graphics
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:02.0: reg 0x344: [mem 0x00000000-0x00ffffff 64bit]
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:02.0: VF(n) BAR0 space: [mem 0x00000000-0x06ffffff 64bit] (contains BAR0 for 7 VFs)
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:02.0: reg 0x34c: [mem 0x00000000-0x1fffffff 64bit pref]
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:02.0: VF(n) BAR2 space: [mem 0x00000000-0xdfffffff 64bit pref] (contains BAR2 for 7 VFs)
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:04.0: [8086:9a03] type 00 class 0x118000
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:04.0: reg 0x10: [mem 0x622f240000-0x622f25ffff 64bit]
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:06.0: [8086:9a09] type 01 class 0x060400
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:06.0: PTM enabled (root), 4ns granularity
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:07.0: [8086:9a23] type 01 class 0x060400
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:07.0: DPC: RP PIO log size 0 is invalid
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:08.0: [8086:9a11] type 00 class 0x088000
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:08.0: reg 0x10: [mem 0x622f29a000-0x622f29afff 64bit]
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:0a.0: [8086:9a0d] type 00 class 0x118000
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:0a.0: reg 0x10: [mem 0x622f280000-0x622f287fff 64bit]
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:0a.0: enabling Extended Tags
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:0d.0: [8086:9a13] type 00 class 0x0c0330
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:0d.0: reg 0x10: [mem 0x622f270000-0x622f27ffff 64bit]
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:0d.0: PME# supported from D3hot D3cold
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:0d.2: [8086:9a1b] type 00 class 0x0c0340
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:0d.2: reg 0x10: [mem 0x622f200000-0x622f23ffff 64bit]
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:0d.2: reg 0x18: [mem 0x622f299000-0x622f299fff 64bit]
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:0d.2: supports D1 D2
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:0d.2: PME# supported from D0 D1 D2 D3hot D3cold
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:0e.0: [8086:9a0b] type 00 class 0x010400
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:0e.0: reg 0x10: [mem 0x622c000000-0x622dffffff 64bit]
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:0e.0: reg 0x18: [mem 0x76000000-0x77ffffff]
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:0e.0: reg 0x20: [mem 0x622f100000-0x622f1fffff 64bit]
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:14.0: [8086:a0ed] type 00 class 0x0c0330
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:14.0: reg 0x10: [mem 0x622f260000-0x622f26ffff 64bit]
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:14.2: [8086:a0ef] type 00 class 0x050000
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:14.2: reg 0x10: [mem 0x622f290000-0x622f293fff 64bit]
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:14.2: reg 0x18: [mem 0x622f298000-0x622f298fff 64bit]
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:14.3: [8086:a0f0] type 00 class 0x028000
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:14.3: reg 0x10: [mem 0x622f28c000-0x622f28ffff 64bit]
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:14.3: PME# supported from D0 D3hot D3cold
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:15.0: [8086:a0e8] type 00 class 0x0c8000
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:15.0: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:15.1: [8086:a0e9] type 00 class 0x0c8000
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:15.1: reg 0x10: [mem 0x00000000-0x00000fff 64bit]
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:16.0: [8086:a0e0] type 00 class 0x078000
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:16.0: reg 0x10: [mem 0x622f295000-0x622f295fff 64bit]
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:16.0: PME# supported from D3hot
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:1c.0: [8086:a0b8] type 01 class 0x060400
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:1c.3: [8086:a0bb] type 01 class 0x060400
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:1c.3: PTM enabled (root), 4ns granularity
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:1d.0: [8086:09ab] type 00 class 0x088000
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:1f.0: [8086:a082] type 00 class 0x060100
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:1f.3: [8086:a0c8] type 00 class 0x040380
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:1f.3: reg 0x10: [mem 0x622f288000-0x622f28bfff 64bit]
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:1f.3: reg 0x20: [mem 0x622f000000-0x622f0fffff 64bit]
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:1f.4: [8086:a0a3] type 00 class 0x0c0500
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:1f.4: reg 0x10: [mem 0x622f294000-0x622f2940ff 64bit]
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:1f.4: reg 0x20: [io  0xefa0-0xefbf]
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:1f.5: [8086:a0a4] type 00 class 0x0c8000
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:1f.5: reg 0x10: [mem 0xfe010000-0xfe010fff]
Nov 25 16:45:50 anarchtatil kernel: acpiphp: Slot [1] registered
Nov 25 16:45:50 anarchtatil kernel: pci 0000:01:00.0: [10de:2520] type 00 class 0x030000
Nov 25 16:45:50 anarchtatil kernel: pci 0000:01:00.0: reg 0x10: [mem 0x85000000-0x85ffffff]
Nov 25 16:45:50 anarchtatil kernel: pci 0000:01:00.0: reg 0x14: [mem 0x6000000000-0x61ffffffff 64bit pref]
Nov 25 16:45:50 anarchtatil kernel: pci 0000:01:00.0: reg 0x1c: [mem 0x6200000000-0x6201ffffff 64bit pref]
Nov 25 16:45:50 anarchtatil kernel: pci 0000:01:00.0: reg 0x24: [io  0x4000-0x407f]
Nov 25 16:45:50 anarchtatil kernel: pci 0000:01:00.0: reg 0x30: [mem 0x86000000-0x8607ffff pref]
Nov 25 16:45:50 anarchtatil kernel: pci 0000:01:00.0: PME# supported from D0 D3hot
Nov 25 16:45:50 anarchtatil kernel: pci 0000:01:00.0: 63.012 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x4 link at 0000:00:06.0 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
Nov 25 16:45:50 anarchtatil kernel: pci 0000:01:00.1: [10de:228e] type 00 class 0x040300
Nov 25 16:45:50 anarchtatil kernel: pci 0000:01:00.1: reg 0x10: [mem 0x86080000-0x86083fff]
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:06.0: PCI bridge to [bus 01]
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:06.0:   bridge window [io  0x4000-0x4fff]
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:06.0:   bridge window [mem 0x85000000-0x860fffff]
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:06.0:   bridge window [mem 0x6000000000-0x6201ffffff 64bit pref]
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:07.0: PCI bridge to [bus 02-2c]
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:07.0:   bridge window [mem 0x78000000-0x841fffff]
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:07.0:   bridge window [mem 0x6210000000-0x622bffffff 64bit pref]
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:1c.0: PCI bridge to [bus 2d]
Nov 25 16:45:50 anarchtatil kernel: pci 0000:2e:00.0: [10ec:8168] type 00 class 0x020000
Nov 25 16:45:50 anarchtatil kernel: pci 0000:2e:00.0: reg 0x10: [io  0x3000-0x30ff]
Nov 25 16:45:50 anarchtatil kernel: pci 0000:2e:00.0: reg 0x18: [mem 0x86204000-0x86204fff 64bit]
Nov 25 16:45:50 anarchtatil kernel: pci 0000:2e:00.0: reg 0x20: [mem 0x86200000-0x86203fff 64bit]
Nov 25 16:45:50 anarchtatil kernel: pci 0000:2e:00.0: supports D1 D2
Nov 25 16:45:50 anarchtatil kernel: pci 0000:2e:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:1c.3: PCI bridge to [bus 2e]
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:1c.3:   bridge window [io  0x3000-0x3fff]
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:1c.3:   bridge window [mem 0x86200000-0x862fffff]
Nov 25 16:45:50 anarchtatil kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 0
Nov 25 16:45:50 anarchtatil kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 1
Nov 25 16:45:50 anarchtatil kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 0
Nov 25 16:45:50 anarchtatil kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 0
Nov 25 16:45:50 anarchtatil kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
Nov 25 16:45:50 anarchtatil kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
Nov 25 16:45:50 anarchtatil kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0
Nov 25 16:45:50 anarchtatil kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 0
Nov 25 16:45:50 anarchtatil kernel: Low-power S0 idle used by default for system suspend
Nov 25 16:45:50 anarchtatil kernel: ACPI: EC: interrupt unblocked
Nov 25 16:45:50 anarchtatil kernel: ACPI: EC: event unblocked
Nov 25 16:45:50 anarchtatil kernel: ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
Nov 25 16:45:50 anarchtatil kernel: ACPI: EC: GPE=0x6e
Nov 25 16:45:50 anarchtatil kernel: ACPI: \_SB_.PC00.LPCB.EC0_: Boot ECDT EC initialization complete
Nov 25 16:45:50 anarchtatil kernel: ACPI: \_SB_.PC00.LPCB.EC0_: EC: Used to handle transactions and events
Nov 25 16:45:50 anarchtatil kernel: iommu: Default domain type: Translated 
Nov 25 16:45:50 anarchtatil kernel: iommu: DMA domain TLB invalidation policy: lazy mode 
Nov 25 16:45:50 anarchtatil kernel: SCSI subsystem initialized
Nov 25 16:45:50 anarchtatil kernel: libata version 3.00 loaded.
Nov 25 16:45:50 anarchtatil kernel: ACPI: bus type USB registered
Nov 25 16:45:50 anarchtatil kernel: usbcore: registered new interface driver usbfs
Nov 25 16:45:50 anarchtatil kernel: usbcore: registered new interface driver hub
Nov 25 16:45:50 anarchtatil kernel: usbcore: registered new device driver usb
Nov 25 16:45:50 anarchtatil kernel: pps_core: LinuxPPS API ver. 1 registered
Nov 25 16:45:50 anarchtatil kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Nov 25 16:45:50 anarchtatil kernel: PTP clock support registered
Nov 25 16:45:50 anarchtatil kernel: EDAC MC: Ver: 3.0.0
Nov 25 16:45:50 anarchtatil kernel: Registered efivars operations
Nov 25 16:45:50 anarchtatil kernel: NetLabel: Initializing
Nov 25 16:45:50 anarchtatil kernel: NetLabel:  domain hash size = 128
Nov 25 16:45:50 anarchtatil kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Nov 25 16:45:50 anarchtatil kernel: NetLabel:  unlabeled traffic allowed by default
Nov 25 16:45:50 anarchtatil kernel: mctp: management component transport protocol core
Nov 25 16:45:50 anarchtatil kernel: NET: Registered PF_MCTP protocol family
Nov 25 16:45:50 anarchtatil kernel: PCI: Using ACPI for IRQ routing
Nov 25 16:45:50 anarchtatil kernel: PCI: pci_cache_line_size set to 64 bytes
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:1f.5: can't claim BAR 0 [mem 0xfe010000-0xfe010fff]: no compatible bridge window
Nov 25 16:45:50 anarchtatil kernel: e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
Nov 25 16:45:50 anarchtatil kernel: e820: reserve RAM buffer [mem 0x5d800000-0x5fffffff]
Nov 25 16:45:50 anarchtatil kernel: e820: reserve RAM buffer [mem 0x5ee2e000-0x5fffffff]
Nov 25 16:45:50 anarchtatil kernel: e820: reserve RAM buffer [mem 0x613b5000-0x63ffffff]
Nov 25 16:45:50 anarchtatil kernel: e820: reserve RAM buffer [mem 0x66800000-0x67ffffff]
Nov 25 16:45:50 anarchtatil kernel: e820: reserve RAM buffer [mem 0x48b800000-0x48bffffff]
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:02.0: vgaarb: setting as boot VGA device
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:02.0: vgaarb: bridge control possible
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
Nov 25 16:45:50 anarchtatil kernel: pci 0000:01:00.0: vgaarb: bridge control possible
Nov 25 16:45:50 anarchtatil kernel: pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
Nov 25 16:45:50 anarchtatil kernel: vgaarb: loaded
Nov 25 16:45:50 anarchtatil kernel: clocksource: Switched to clocksource tsc-early
Nov 25 16:45:50 anarchtatil kernel: VFS: Disk quotas dquot_6.6.0
Nov 25 16:45:50 anarchtatil kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Nov 25 16:45:50 anarchtatil kernel: pnp: PnP ACPI init
Nov 25 16:45:50 anarchtatil kernel: system 00:00: [io  0x0680-0x069f] has been reserved
Nov 25 16:45:50 anarchtatil kernel: system 00:00: [io  0x164e-0x164f] has been reserved
Nov 25 16:45:50 anarchtatil kernel: system 00:01: [io  0x1854-0x1857] has been reserved
Nov 25 16:45:50 anarchtatil kernel: pnp 00:03: disabling [mem 0xc0000000-0xcfffffff] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
Nov 25 16:45:50 anarchtatil kernel: system 00:03: [mem 0xfedc0000-0xfedc7fff] has been reserved
Nov 25 16:45:50 anarchtatil kernel: system 00:03: [mem 0xfeda0000-0xfeda0fff] has been reserved
Nov 25 16:45:50 anarchtatil kernel: system 00:03: [mem 0xfeda1000-0xfeda1fff] has been reserved
Nov 25 16:45:50 anarchtatil kernel: system 00:03: [mem 0xfed20000-0xfed7ffff] could not be reserved
Nov 25 16:45:50 anarchtatil kernel: system 00:03: [mem 0xfed90000-0xfed93fff] could not be reserved
Nov 25 16:45:50 anarchtatil kernel: system 00:03: [mem 0xfed45000-0xfed8ffff] could not be reserved
Nov 25 16:45:50 anarchtatil kernel: system 00:03: [mem 0xfee00000-0xfeefffff] could not be reserved
Nov 25 16:45:50 anarchtatil kernel: system 00:04: [io  0x1800-0x18fe] could not be reserved
Nov 25 16:45:50 anarchtatil kernel: system 00:04: [mem 0xfe000000-0xfe01ffff] could not be reserved
Nov 25 16:45:50 anarchtatil kernel: system 00:04: [mem 0xfe04c000-0xfe04ffff] has been reserved
Nov 25 16:45:50 anarchtatil kernel: system 00:04: [mem 0xfe050000-0xfe0affff] has been reserved
Nov 25 16:45:50 anarchtatil kernel: system 00:04: [mem 0xfe0d0000-0xfe0fffff] has been reserved
Nov 25 16:45:50 anarchtatil kernel: system 00:04: [mem 0xfe200000-0xfe7fffff] has been reserved
Nov 25 16:45:50 anarchtatil kernel: system 00:04: [mem 0xff000000-0xffffffff] has been reserved
Nov 25 16:45:50 anarchtatil kernel: system 00:04: [mem 0xfd000000-0xfd68ffff] has been reserved
Nov 25 16:45:50 anarchtatil kernel: system 00:04: [mem 0xfd6b0000-0xfd6cffff] has been reserved
Nov 25 16:45:50 anarchtatil kernel: system 00:04: [mem 0xfd6f0000-0xfdffffff] has been reserved
Nov 25 16:45:50 anarchtatil kernel: system 00:05: [io  0x2000-0x20fe] has been reserved
Nov 25 16:45:50 anarchtatil kernel: system 00:06: [mem 0xfe042008-0xfe042fff] has been reserved
Nov 25 16:45:50 anarchtatil kernel: system 00:06: [mem 0xfe043000-0xfe043fff] has been reserved
Nov 25 16:45:50 anarchtatil kernel: system 00:07: [mem 0xfe042000-0xfe042007] has been reserved
Nov 25 16:45:50 anarchtatil kernel: pnp: PnP ACPI: found 8 devices
Nov 25 16:45:50 anarchtatil kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Nov 25 16:45:50 anarchtatil kernel: NET: Registered PF_INET protocol family
Nov 25 16:45:50 anarchtatil kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Nov 25 16:45:50 anarchtatil kernel: tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
Nov 25 16:45:50 anarchtatil kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Nov 25 16:45:50 anarchtatil kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Nov 25 16:45:50 anarchtatil kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
Nov 25 16:45:50 anarchtatil kernel: TCP: Hash tables configured (established 131072 bind 65536)
Nov 25 16:45:50 anarchtatil kernel: MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
Nov 25 16:45:50 anarchtatil kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
Nov 25 16:45:50 anarchtatil kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
Nov 25 16:45:50 anarchtatil kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Nov 25 16:45:50 anarchtatil kernel: NET: Registered PF_XDP protocol family
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:07.0: bridge window [io  0x1000-0x0fff] to [bus 02-2c] add_size 1000
Nov 25 16:45:50 anarchtatil kernel: clipped [mem size 0x00000000 64bit pref] to [mem size 0xfffffffffffa0000 64bit pref] for e820 entry [mem 0x0009f000-0x000fffff]
Nov 25 16:45:50 anarchtatil kernel: clipped [mem size 0x00000000 64bit pref] to [mem size 0xfffffffffffe0000 64bit pref] for e820 entry [mem 0x0009f000-0x000fffff]
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:02.0: BAR 9: assigned [mem 0x4020000000-0x40ffffffff 64bit pref]
Nov 25 16:45:50 anarchtatil kernel: clipped [mem size 0x00000000 64bit] to [mem size 0xfffffffffffa0000 64bit] for e820 entry [mem 0x0009f000-0x000fffff]
Nov 25 16:45:50 anarchtatil kernel: clipped [mem size 0x00000000 64bit] to [mem size 0xfffffffffffe0000 64bit] for e820 entry [mem 0x0009f000-0x000fffff]
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:02.0: BAR 7: assigned [mem 0x4010000000-0x4016ffffff 64bit]
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:07.0: BAR 13: assigned [io  0x6000-0x6fff]
Nov 25 16:45:50 anarchtatil kernel: clipped [mem size 0x00000000 64bit] to [mem size 0xfffffffffffa0000 64bit] for e820 entry [mem 0x0009f000-0x000fffff]
Nov 25 16:45:50 anarchtatil kernel: clipped [mem size 0x00000000 64bit] to [mem size 0xfffffffffffe0000 64bit] for e820 entry [mem 0x0009f000-0x000fffff]
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:15.0: BAR 0: assigned [mem 0x4017000000-0x4017000fff 64bit]
Nov 25 16:45:50 anarchtatil kernel: clipped [mem size 0x00000000 64bit] to [mem size 0xfffffffffffa0000 64bit] for e820 entry [mem 0x0009f000-0x000fffff]
Nov 25 16:45:50 anarchtatil kernel: clipped [mem size 0x00000000 64bit] to [mem size 0xfffffffffffe0000 64bit] for e820 entry [mem 0x0009f000-0x000fffff]
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:15.1: BAR 0: assigned [mem 0x4017001000-0x4017001fff 64bit]
Nov 25 16:45:50 anarchtatil kernel: clipped [mem size 0x00020000] to [mem size 0xfffffffffffc0000] for e820 entry [mem 0x0009f000-0x000fffff]
Nov 25 16:45:50 anarchtatil kernel: clipped [mem size 0x00010000] to [mem size 0xffffffffffff0000] for e820 entry [mem 0x0009f000-0x000fffff]
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:1f.5: BAR 0: assigned [mem 0x74800000-0x74800fff]
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:06.0: PCI bridge to [bus 01]
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:06.0:   bridge window [io  0x4000-0x4fff]
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:06.0:   bridge window [mem 0x85000000-0x860fffff]
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:06.0:   bridge window [mem 0x6000000000-0x6201ffffff 64bit pref]
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:07.0: PCI bridge to [bus 02-2c]
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:07.0:   bridge window [io  0x6000-0x6fff]
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:07.0:   bridge window [mem 0x78000000-0x841fffff]
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:07.0:   bridge window [mem 0x6210000000-0x622bffffff 64bit pref]
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:1c.0: PCI bridge to [bus 2d]
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:1c.3: PCI bridge to [bus 2e]
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:1c.3:   bridge window [io  0x3000-0x3fff]
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:1c.3:   bridge window [mem 0x86200000-0x862fffff]
Nov 25 16:45:50 anarchtatil kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Nov 25 16:45:50 anarchtatil kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Nov 25 16:45:50 anarchtatil kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Nov 25 16:45:50 anarchtatil kernel: pci_bus 0000:00: resource 7 [mem 0x000e0000-0x000fffff window]
Nov 25 16:45:50 anarchtatil kernel: pci_bus 0000:00: resource 8 [mem 0x74800000-0xbfffffff window]
Nov 25 16:45:50 anarchtatil kernel: pci_bus 0000:00: resource 9 [mem 0x4000000000-0x7fffffffff window]
Nov 25 16:45:50 anarchtatil kernel: pci_bus 0000:01: resource 0 [io  0x4000-0x4fff]
Nov 25 16:45:50 anarchtatil kernel: pci_bus 0000:01: resource 1 [mem 0x85000000-0x860fffff]
Nov 25 16:45:50 anarchtatil kernel: pci_bus 0000:01: resource 2 [mem 0x6000000000-0x6201ffffff 64bit pref]
Nov 25 16:45:50 anarchtatil kernel: pci_bus 0000:02: resource 0 [io  0x6000-0x6fff]
Nov 25 16:45:50 anarchtatil kernel: pci_bus 0000:02: resource 1 [mem 0x78000000-0x841fffff]
Nov 25 16:45:50 anarchtatil kernel: pci_bus 0000:02: resource 2 [mem 0x6210000000-0x622bffffff 64bit pref]
Nov 25 16:45:50 anarchtatil kernel: pci_bus 0000:2e: resource 0 [io  0x3000-0x3fff]
Nov 25 16:45:50 anarchtatil kernel: pci_bus 0000:2e: resource 1 [mem 0x86200000-0x862fffff]
Nov 25 16:45:50 anarchtatil kernel: pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
Nov 25 16:45:50 anarchtatil kernel: PCI: CLS 64 bytes, default 64
Nov 25 16:45:50 anarchtatil kernel: DMAR: Intel-IOMMU force enabled due to platform opt in
Nov 25 16:45:50 anarchtatil kernel: DMAR: No ATSR found
Nov 25 16:45:50 anarchtatil kernel: DMAR: No SATC found
Nov 25 16:45:50 anarchtatil kernel: DMAR: IOMMU feature fl1gp_support inconsistent
Nov 25 16:45:50 anarchtatil kernel: DMAR: IOMMU feature pgsel_inv inconsistent
Nov 25 16:45:50 anarchtatil kernel: DMAR: IOMMU feature nwfs inconsistent
Nov 25 16:45:50 anarchtatil kernel: DMAR: IOMMU feature pds inconsistent
Nov 25 16:45:50 anarchtatil kernel: DMAR: IOMMU feature dit inconsistent
Nov 25 16:45:50 anarchtatil kernel: DMAR: IOMMU feature eafs inconsistent
Nov 25 16:45:50 anarchtatil kernel: DMAR: IOMMU feature prs inconsistent
Nov 25 16:45:50 anarchtatil kernel: DMAR: IOMMU feature nest inconsistent
Nov 25 16:45:50 anarchtatil kernel: DMAR: IOMMU feature mts inconsistent
Nov 25 16:45:50 anarchtatil kernel: DMAR: IOMMU feature sc_support inconsistent
Nov 25 16:45:50 anarchtatil kernel: DMAR: IOMMU feature dev_iotlb_support inconsistent
Nov 25 16:45:50 anarchtatil kernel: DMAR: dmar1: Using Queued invalidation
Nov 25 16:45:50 anarchtatil kernel: DMAR: dmar0: Using Queued invalidation
Nov 25 16:45:50 anarchtatil kernel: DMAR: dmar2: Using Queued invalidation
Nov 25 16:45:50 anarchtatil kernel: Trying to unpack rootfs image as initramfs...
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:00.0: Adding to iommu group 0
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:02.0: Adding to iommu group 1
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:04.0: Adding to iommu group 2
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:06.0: Adding to iommu group 3
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:07.0: Adding to iommu group 4
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:08.0: Adding to iommu group 5
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:0a.0: Adding to iommu group 6
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:0d.0: Adding to iommu group 7
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:0d.2: Adding to iommu group 7
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:0e.0: Adding to iommu group 8
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:14.0: Adding to iommu group 9
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:14.2: Adding to iommu group 9
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:14.3: Adding to iommu group 10
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:15.0: Adding to iommu group 11
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:15.1: Adding to iommu group 11
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:16.0: Adding to iommu group 12
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:1c.0: Adding to iommu group 13
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:1c.3: Adding to iommu group 14
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:1d.0: Adding to iommu group 15
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:1f.0: Adding to iommu group 16
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:1f.3: Adding to iommu group 16
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:1f.4: Adding to iommu group 16
Nov 25 16:45:50 anarchtatil kernel: pci 0000:00:1f.5: Adding to iommu group 16
Nov 25 16:45:50 anarchtatil kernel: pci 0000:01:00.0: Adding to iommu group 17
Nov 25 16:45:50 anarchtatil kernel: pci 0000:01:00.1: Adding to iommu group 17
Nov 25 16:45:50 anarchtatil kernel: pci 0000:2e:00.0: Adding to iommu group 18
Nov 25 16:45:50 anarchtatil kernel: DMAR: Intel(R) Virtualization Technology for Directed I/O
Nov 25 16:45:50 anarchtatil kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Nov 25 16:45:50 anarchtatil kernel: software IO TLB: mapped [mem 0x0000000056659000-0x000000005a659000] (64MB)
Nov 25 16:45:50 anarchtatil kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2f9a2767029, max_idle_ns: 440795219692 ns
Nov 25 16:45:50 anarchtatil kernel: clocksource: Switched to clocksource tsc
Nov 25 16:45:50 anarchtatil kernel: platform rtc_cmos: registered platform RTC device (no PNP device found)
Nov 25 16:45:50 anarchtatil kernel: Initialise system trusted keyrings
Nov 25 16:45:50 anarchtatil kernel: Key type blacklist registered
Nov 25 16:45:50 anarchtatil kernel: workingset: timestamp_bits=41 max_order=22 bucket_order=0
Nov 25 16:45:50 anarchtatil kernel: zbud: loaded
Nov 25 16:45:50 anarchtatil kernel: integrity: Platform Keyring initialized
Nov 25 16:45:50 anarchtatil kernel: integrity: Machine keyring initialized
Nov 25 16:45:50 anarchtatil kernel: Key type asymmetric registered
Nov 25 16:45:50 anarchtatil kernel: Asymmetric key parser 'x509' registered
Nov 25 16:45:50 anarchtatil kernel: Freeing initrd memory: 19780K
Nov 25 16:45:50 anarchtatil kernel: alg: self-tests for CTR-KDF (hmac(sha256)) passed
Nov 25 16:45:50 anarchtatil kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
Nov 25 16:45:50 anarchtatil kernel: io scheduler mq-deadline registered
Nov 25 16:45:50 anarchtatil kernel: io scheduler kyber registered
Nov 25 16:45:50 anarchtatil kernel: io scheduler bfq registered
Nov 25 16:45:50 anarchtatil kernel: pcieport 0000:00:06.0: PME: Signaling with IRQ 123
Nov 25 16:45:50 anarchtatil kernel: pcieport 0000:00:07.0: PME: Signaling with IRQ 124
Nov 25 16:45:50 anarchtatil kernel: pcieport 0000:00:07.0: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
Nov 25 16:45:50 anarchtatil kernel: pcieport 0000:00:1c.0: PME: Signaling with IRQ 125
Nov 25 16:45:50 anarchtatil kernel: pcieport 0000:00:1c.3: PME: Signaling with IRQ 126
Nov 25 16:45:50 anarchtatil kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Nov 25 16:45:50 anarchtatil kernel: Monitor-Mwait will be used to enter C-1 state
Nov 25 16:45:50 anarchtatil kernel: Monitor-Mwait will be used to enter C-2 state
Nov 25 16:45:50 anarchtatil kernel: Monitor-Mwait will be used to enter C-3 state
Nov 25 16:45:50 anarchtatil kernel: ACPI: \_SB_.PR00: Found 3 idle states
Nov 25 16:45:50 anarchtatil kernel: ACPI: AC: AC Adapter [AC0] (on-line)
Nov 25 16:45:50 anarchtatil kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:07/PNP0C09:01/PNP0C0D:00/input/input0
Nov 25 16:45:50 anarchtatil kernel: ACPI: button: Lid Switch [LID]
Nov 25 16:45:50 anarchtatil kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
Nov 25 16:45:50 anarchtatil kernel: ACPI: button: Sleep Button [SLPB]
Nov 25 16:45:50 anarchtatil kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2
Nov 25 16:45:50 anarchtatil kernel: ACPI: button: Power Button [PWRB]
Nov 25 16:45:50 anarchtatil kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
Nov 25 16:45:50 anarchtatil kernel: ACPI: button: Power Button [PWRF]
Nov 25 16:45:50 anarchtatil kernel: thermal LNXTHERM:00: registered as thermal_zone0
Nov 25 16:45:50 anarchtatil kernel: ACPI: thermal: Thermal Zone [THRM] (54 C)
Nov 25 16:45:50 anarchtatil kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Nov 25 16:45:50 anarchtatil kernel: hpet_acpi_add: no address or irqs in _CRS
Nov 25 16:45:50 anarchtatil kernel: Non-volatile memory driver v1.3
Nov 25 16:45:50 anarchtatil kernel: Linux agpgart interface v0.103
Nov 25 16:45:50 anarchtatil kernel: AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
Nov 25 16:45:50 anarchtatil kernel: ACPI: bus type drm_connector registered
Nov 25 16:45:50 anarchtatil kernel: ACPI: battery: Slot [BAT0] (battery present)
Nov 25 16:45:50 anarchtatil kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Nov 25 16:45:50 anarchtatil kernel: ehci-pci: EHCI PCI platform driver
Nov 25 16:45:50 anarchtatil kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
Nov 25 16:45:50 anarchtatil kernel: ohci-pci: OHCI PCI platform driver
Nov 25 16:45:50 anarchtatil kernel: uhci_hcd: USB Universal Host Controller Interface driver
Nov 25 16:45:50 anarchtatil kernel: usbcore: registered new interface driver usbserial_generic
Nov 25 16:45:50 anarchtatil kernel: usbserial: USB Serial support registered for generic
Nov 25 16:45:50 anarchtatil kernel: rtc_cmos rtc_cmos: RTC can wake from S4
Nov 25 16:45:50 anarchtatil kernel: rtc_cmos rtc_cmos: registered as rtc0
Nov 25 16:45:50 anarchtatil kernel: rtc_cmos rtc_cmos: setting system clock to 2022-11-25T15:45:20 UTC (1669391120)
Nov 25 16:45:50 anarchtatil kernel: rtc_cmos rtc_cmos: alarms up to one month, y3k, 114 bytes nvram
Nov 25 16:45:50 anarchtatil kernel: intel_pstate: Intel P-state driver initializing
Nov 25 16:45:50 anarchtatil kernel: intel_pstate: HWP enabled
Nov 25 16:45:50 anarchtatil kernel: ledtrig-cpu: registered to indicate activity on CPUs
Nov 25 16:45:50 anarchtatil kernel: efifb: probing for efifb
Nov 25 16:45:50 anarchtatil kernel: efifb: showing boot graphics
Nov 25 16:45:50 anarchtatil kernel: efifb: framebuffer at 0x4000000000, using 8128k, total 8128k
Nov 25 16:45:50 anarchtatil kernel: efifb: mode is 1920x1080x32, linelength=7680, pages=1
Nov 25 16:45:50 anarchtatil kernel: efifb: scrolling: redraw
Nov 25 16:45:50 anarchtatil kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Nov 25 16:45:50 anarchtatil kernel: fbcon: Deferring console take-over
Nov 25 16:45:50 anarchtatil kernel: fb0: EFI VGA frame buffer device
Nov 25 16:45:50 anarchtatil kernel: hid: raw HID events driver (C) Jiri Kosina
Nov 25 16:45:50 anarchtatil kernel: intel_pmc_core INT33A1:00:  initialized
Nov 25 16:45:50 anarchtatil kernel: drop_monitor: Initializing network drop monitor service
Nov 25 16:45:50 anarchtatil kernel: Initializing XFRM netlink socket
Nov 25 16:45:50 anarchtatil kernel: NET: Registered PF_INET6 protocol family
Nov 25 16:45:50 anarchtatil kernel: Segment Routing with IPv6
Nov 25 16:45:50 anarchtatil kernel: RPL Segment Routing with IPv6
Nov 25 16:45:50 anarchtatil kernel: In-situ OAM (IOAM) with IPv6
Nov 25 16:45:50 anarchtatil kernel: NET: Registered PF_PACKET protocol family
Nov 25 16:45:50 anarchtatil kernel: microcode: sig=0x806c1, pf=0x80, revision=0xa6
Nov 25 16:45:50 anarchtatil kernel: microcode: Microcode Update Driver: v2.2.
Nov 25 16:45:50 anarchtatil kernel: resctrl: L2 allocation detected
Nov 25 16:45:50 anarchtatil kernel: IPI shorthand broadcast: enabled
Nov 25 16:45:50 anarchtatil kernel: sched_clock: Marking stable (486184437, 6798454)->(512355363, -19372472)
Nov 25 16:45:50 anarchtatil kernel: registered taskstats version 1
Nov 25 16:45:50 anarchtatil kernel: Loading compiled-in X.509 certificates
Nov 25 16:45:50 anarchtatil kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 26b3af3b74eeae89589daad8032b6ac95f9e96b3'
Nov 25 16:45:50 anarchtatil kernel: zswap: loaded using pool lz4/z3fold
Nov 25 16:45:50 anarchtatil kernel: Key type .fscrypt registered
Nov 25 16:45:50 anarchtatil kernel: Key type fscrypt-provisioning registered
Nov 25 16:45:50 anarchtatil kernel: integrity: Loading X.509 certificate: UEFI:db
Nov 25 16:45:50 anarchtatil kernel: integrity: Loaded X.509 cert 'ASUSTeK Notebook SW Key Certificate: b8e581e4df77a5bb4282d5ccfc00c071'
Nov 25 16:45:50 anarchtatil kernel: integrity: Loading X.509 certificate: UEFI:db
Nov 25 16:45:50 anarchtatil kernel: integrity: Loaded X.509 cert 'ASUSTeK MotherBoard SW Key Certificate: da83b990422ebc8c441f8d8b039a65a2'
Nov 25 16:45:50 anarchtatil kernel: integrity: Loading X.509 certificate: UEFI:db
Nov 25 16:45:50 anarchtatil kernel: integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
Nov 25 16:45:50 anarchtatil kernel: integrity: Loading X.509 certificate: UEFI:db
Nov 25 16:45:50 anarchtatil kernel: integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
Nov 25 16:45:50 anarchtatil kernel: integrity: Loading X.509 certificate: UEFI:db
Nov 25 16:45:50 anarchtatil kernel: integrity: Loaded X.509 cert 'Canonical Ltd. Master Certificate Authority: ad91990bc22ab1f517048c23b6655a268e345a63'
Nov 25 16:45:50 anarchtatil kernel: PM:   Magic number: 14:736:791
Nov 25 16:45:50 anarchtatil kernel: RAS: Correctable Errors collector initialized.
Nov 25 16:45:50 anarchtatil kernel: Freeing unused decrypted memory: 2036K
Nov 25 16:45:50 anarchtatil kernel: Freeing unused kernel image (initmem) memory: 2124K
Nov 25 16:45:50 anarchtatil kernel: Write protecting the kernel read-only data: 28672k
Nov 25 16:45:50 anarchtatil kernel: Freeing unused kernel image (text/rodata gap) memory: 2040K
Nov 25 16:45:50 anarchtatil kernel: Freeing unused kernel image (rodata/data gap) memory: 960K
Nov 25 16:45:50 anarchtatil kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Nov 25 16:45:50 anarchtatil kernel: rodata_test: all tests were successful
Nov 25 16:45:50 anarchtatil kernel: Run /init as init process
Nov 25 16:45:50 anarchtatil kernel:   with arguments:
Nov 25 16:45:50 anarchtatil kernel:     /init
Nov 25 16:45:50 anarchtatil kernel:   with environment:
Nov 25 16:45:50 anarchtatil kernel:     HOME=/
Nov 25 16:45:50 anarchtatil kernel:     TERM=linux
Nov 25 16:45:50 anarchtatil kernel:     BOOT_IMAGE=/vmlinuz-linux
Nov 25 16:45:50 anarchtatil kernel:     cryptdevice=UUID=f94c4a83-dd16-4206-909f-202804382b3d:cryptlvm
Nov 25 16:45:50 anarchtatil kernel: fbcon: Taking over console
Nov 25 16:45:50 anarchtatil kernel: Console: switching to colour frame buffer device 240x67
Nov 25 16:45:50 anarchtatil kernel: raid6: skipped pq benchmark and selected avx512x4
Nov 25 16:45:50 anarchtatil kernel: raid6: using avx512x2 recovery algorithm
Nov 25 16:45:50 anarchtatil kernel: xor: automatically using best checksumming function   avx       
Nov 25 16:45:50 anarchtatil kernel: Btrfs loaded, crc32c=crc32c-intel, zoned=yes, fsverity=yes
Nov 25 16:45:50 anarchtatil kernel: i8042: PNP: PS/2 Controller [PNP030b:PS2K] at 0x60,0x64 irq 1
Nov 25 16:45:50 anarchtatil kernel: i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
Nov 25 16:45:50 anarchtatil kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Nov 25 16:45:50 anarchtatil kernel: cryptd: max_cpu_qlen set to 1000
Nov 25 16:45:50 anarchtatil kernel: vmd 0000:00:0e.0: PCI host bridge to bus 10000:e0
Nov 25 16:45:50 anarchtatil kernel: pci_bus 10000:e0: root bus resource [bus e0-ff]
Nov 25 16:45:50 anarchtatil kernel: pci_bus 10000:e0: root bus resource [mem 0x76000000-0x77ffffff]
Nov 25 16:45:50 anarchtatil kernel: pci_bus 10000:e0: root bus resource [mem 0x622f102000-0x622f1fffff 64bit]
Nov 25 16:45:50 anarchtatil kernel: pci 10000:e0:1d.0: [8086:a0b0] type 01 class 0x060400
Nov 25 16:45:50 anarchtatil kernel: pci 10000:e0:1d.0: PME# supported from D0 D3hot D3cold
Nov 25 16:45:50 anarchtatil kernel: pci 10000:e0:1d.0: PTM enabled (root), 4ns granularity
Nov 25 16:45:50 anarchtatil kernel: pci 10000:e0:1d.0: Adding to iommu group 8
Nov 25 16:45:50 anarchtatil kernel: pci 10000:e0:1d.0: Primary bus is hard wired to 0
Nov 25 16:45:50 anarchtatil kernel: pci 10000:e1:00.0: [1c5c:174a] type 00 class 0x010802
Nov 25 16:45:50 anarchtatil kernel: pci 10000:e1:00.0: reg 0x10: [mem 0x76000000-0x76003fff 64bit]
Nov 25 16:45:50 anarchtatil kernel: pci 10000:e1:00.0: reg 0x18: [mem 0x00000000-0x00000fff]
Nov 25 16:45:50 anarchtatil kernel: pci 10000:e1:00.0: reg 0x1c: [mem 0x00000000-0x00000fff]
Nov 25 16:45:50 anarchtatil kernel: pci 10000:e1:00.0: Adding to iommu group 8
Nov 25 16:45:50 anarchtatil kernel: pci 10000:e0:1d.0: PCI bridge to [bus e1]
Nov 25 16:45:50 anarchtatil kernel: pci 10000:e0:1d.0:   bridge window [io  0x0000-0x0fff]
Nov 25 16:45:50 anarchtatil kernel: pci 10000:e0:1d.0:   bridge window [mem 0x76000000-0x760fffff]
Nov 25 16:45:50 anarchtatil kernel: pci 10000:e0:1d.0: Primary bus is hard wired to 0
Nov 25 16:45:50 anarchtatil kernel: xhci_hcd 0000:00:0d.0: xHCI Host Controller
Nov 25 16:45:50 anarchtatil kernel: xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 1
Nov 25 16:45:50 anarchtatil kernel: pci 10000:e0:1d.0: BAR 14: assigned [mem 0x76000000-0x760fffff]
Nov 25 16:45:50 anarchtatil kernel: pci 10000:e0:1d.0: BAR 13: no space for [io  size 0x1000]
Nov 25 16:45:50 anarchtatil kernel: pci 10000:e0:1d.0: BAR 13: failed to assign [io  size 0x1000]
Nov 25 16:45:50 anarchtatil kernel: pci 10000:e1:00.0: BAR 0: assigned [mem 0x76000000-0x76003fff 64bit]
Nov 25 16:45:50 anarchtatil kernel: pci 10000:e1:00.0: BAR 2: assigned [mem 0x76004000-0x76004fff]
Nov 25 16:45:50 anarchtatil kernel: pci 10000:e1:00.0: BAR 3: assigned [mem 0x76005000-0x76005fff]
Nov 25 16:45:50 anarchtatil kernel: pci 10000:e0:1d.0: PCI bridge to [bus e1]
Nov 25 16:45:50 anarchtatil kernel: pci 10000:e0:1d.0:   bridge window [mem 0x76000000-0x760fffff]
Nov 25 16:45:50 anarchtatil kernel: pcieport 10000:e0:1d.0: can't derive routing for PCI INT A
Nov 25 16:45:50 anarchtatil kernel: pcieport 10000:e0:1d.0: PCI INT A: no GSI
Nov 25 16:45:50 anarchtatil kernel: pcieport 10000:e0:1d.0: PME: Signaling with IRQ 146
Nov 25 16:45:50 anarchtatil kernel: xhci_hcd 0000:00:0d.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000200009810
Nov 25 16:45:50 anarchtatil kernel: vmd 0000:00:0e.0: Bound to PCI domain 10000
Nov 25 16:45:50 anarchtatil kernel: xhci_hcd 0000:00:0d.0: xHCI Host Controller
Nov 25 16:45:50 anarchtatil kernel: xhci_hcd 0000:00:0d.0: new USB bus registered, assigned bus number 2
Nov 25 16:45:50 anarchtatil kernel: xhci_hcd 0000:00:0d.0: Host supports USB 3.1 Enhanced SuperSpeed
Nov 25 16:45:50 anarchtatil kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.00
Nov 25 16:45:50 anarchtatil kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Nov 25 16:45:50 anarchtatil kernel: usb usb1: Product: xHCI Host Controller
Nov 25 16:45:50 anarchtatil kernel: usb usb1: Manufacturer: Linux 6.0.9-arch1-1 xhci-hcd
Nov 25 16:45:50 anarchtatil kernel: usb usb1: SerialNumber: 0000:00:0d.0
Nov 25 16:45:50 anarchtatil kernel: hub 1-0:1.0: USB hub found
Nov 25 16:45:50 anarchtatil kernel: hub 1-0:1.0: 1 port detected
Nov 25 16:45:50 anarchtatil kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.00
Nov 25 16:45:50 anarchtatil kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Nov 25 16:45:50 anarchtatil kernel: usb usb2: Product: xHCI Host Controller
Nov 25 16:45:50 anarchtatil kernel: usb usb2: Manufacturer: Linux 6.0.9-arch1-1 xhci-hcd
Nov 25 16:45:50 anarchtatil kernel: usb usb2: SerialNumber: 0000:00:0d.0
Nov 25 16:45:50 anarchtatil kernel: hub 2-0:1.0: USB hub found
Nov 25 16:45:50 anarchtatil kernel: hub 2-0:1.0: 4 ports detected
Nov 25 16:45:50 anarchtatil kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Nov 25 16:45:50 anarchtatil kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
Nov 25 16:45:50 anarchtatil kernel: xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000200009810
Nov 25 16:45:50 anarchtatil kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Nov 25 16:45:50 anarchtatil kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
Nov 25 16:45:50 anarchtatil kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.1 Enhanced SuperSpeed
Nov 25 16:45:50 anarchtatil kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.00
Nov 25 16:45:50 anarchtatil kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Nov 25 16:45:50 anarchtatil kernel: usb usb3: Product: xHCI Host Controller
Nov 25 16:45:50 anarchtatil kernel: usb usb3: Manufacturer: Linux 6.0.9-arch1-1 xhci-hcd
Nov 25 16:45:50 anarchtatil kernel: usb usb3: SerialNumber: 0000:00:14.0
Nov 25 16:45:50 anarchtatil kernel: hub 3-0:1.0: USB hub found
Nov 25 16:45:50 anarchtatil kernel: hub 3-0:1.0: 12 ports detected
Nov 25 16:45:50 anarchtatil kernel: AVX2 version of gcm_enc/dec engaged.
Nov 25 16:45:50 anarchtatil kernel: AES CTR mode by8 optimization enabled
Nov 25 16:45:50 anarchtatil kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.00
Nov 25 16:45:50 anarchtatil kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Nov 25 16:45:50 anarchtatil kernel: usb usb4: Product: xHCI Host Controller
Nov 25 16:45:50 anarchtatil kernel: usb usb4: Manufacturer: Linux 6.0.9-arch1-1 xhci-hcd
Nov 25 16:45:50 anarchtatil kernel: usb usb4: SerialNumber: 0000:00:14.0
Nov 25 16:45:50 anarchtatil kernel: hub 4-0:1.0: USB hub found
Nov 25 16:45:50 anarchtatil kernel: hub 4-0:1.0: 4 ports detected
Nov 25 16:45:50 anarchtatil kernel: nvme nvme0: pci function 10000:e1:00.0
Nov 25 16:45:50 anarchtatil kernel: pcieport 10000:e0:1d.0: can't derive routing for PCI INT A
Nov 25 16:45:50 anarchtatil kernel: nvme 10000:e1:00.0: PCI INT A: not connected
Nov 25 16:45:50 anarchtatil kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
Nov 25 16:45:50 anarchtatil kernel: nvme nvme0: 8/0/0 default/read/poll queues
Nov 25 16:45:50 anarchtatil kernel: nvme nvme0: Ignoring bogus Namespace Identifiers
Nov 25 16:45:50 anarchtatil kernel:  nvme0n1: p1 p2 p3 p4 p5
Nov 25 16:45:50 anarchtatil kernel: device-mapper: uevent: version 1.0.3
Nov 25 16:45:50 anarchtatil kernel: device-mapper: ioctl: 4.47.0-ioctl (2022-07-28) initialised: dm-devel@redhat.com
Nov 25 16:45:50 anarchtatil kernel: Key type encrypted registered
Nov 25 16:45:50 anarchtatil kernel: usb 3-4: new full-speed USB device number 2 using xhci_hcd
Nov 25 16:45:50 anarchtatil kernel: usb 3-4: New USB device found, idVendor=046d, idProduct=c53f, bcdDevice=44.01
Nov 25 16:45:50 anarchtatil kernel: usb 3-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Nov 25 16:45:50 anarchtatil kernel: usb 3-4: Product: USB Receiver
Nov 25 16:45:50 anarchtatil kernel: usb 3-4: Manufacturer: Logitech
Nov 25 16:45:50 anarchtatil kernel: input: Logitech USB Receiver as /devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.0/0003:046D:C53F.0001/input/input5
Nov 25 16:45:50 anarchtatil kernel: hid-generic 0003:046D:C53F.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:14.0-4/input0
Nov 25 16:45:50 anarchtatil kernel: input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.1/0003:046D:C53F.0002/input/input6
Nov 25 16:45:50 anarchtatil kernel: input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.1/0003:046D:C53F.0002/input/input7
Nov 25 16:45:50 anarchtatil kernel: usb 4-2: new SuperSpeed USB device number 2 using xhci_hcd
Nov 25 16:45:50 anarchtatil kernel: input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.1/0003:046D:C53F.0002/input/input8
Nov 25 16:45:50 anarchtatil kernel: hid-generic 0003:046D:C53F.0002: input,hiddev96,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:14.0-4/input1
Nov 25 16:45:50 anarchtatil kernel: hid-generic 0003:046D:C53F.0003: hiddev97,hidraw2: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-4/input2
Nov 25 16:45:50 anarchtatil kernel: usbcore: registered new interface driver usbhid
Nov 25 16:45:50 anarchtatil kernel: usbhid: USB HID core driver
Nov 25 16:45:50 anarchtatil kernel: usb 4-2: New USB device found, idVendor=0bda, idProduct=9210, bcdDevice=20.01
Nov 25 16:45:50 anarchtatil kernel: usb 4-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Nov 25 16:45:50 anarchtatil kernel: usb 4-2: Product: RTL9210B-CG
Nov 25 16:45:50 anarchtatil kernel: usb 4-2: Manufacturer: Realtek
Nov 25 16:45:50 anarchtatil kernel: usb 4-2: SerialNumber: 012345679129
Nov 25 16:45:50 anarchtatil kernel: usb 4-2: Enable of device-initiated U1 failed.
Nov 25 16:45:50 anarchtatil kernel: usb 4-2: Enable of device-initiated U2 failed.
Nov 25 16:45:50 anarchtatil kernel: usb 4-2: UAS is ignored for this device, using usb-storage instead
Nov 25 16:45:50 anarchtatil kernel: usb-storage 4-2:1.0: USB Mass Storage device detected
Nov 25 16:45:50 anarchtatil kernel: usb-storage 4-2:1.0: Quirks match for vid 0bda pid 9210: 800000
Nov 25 16:45:50 anarchtatil kernel: scsi host0: usb-storage 4-2:1.0
Nov 25 16:45:50 anarchtatil kernel: usbcore: registered new interface driver usb-storage
Nov 25 16:45:50 anarchtatil kernel: usbcore: registered new interface driver uas
Nov 25 16:45:50 anarchtatil kernel: usb 3-10: new full-speed USB device number 3 using xhci_hcd
Nov 25 16:45:50 anarchtatil kernel: logitech-djreceiver 0003:046D:C53F.0001: hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:00:14.0-4/input0
Nov 25 16:45:50 anarchtatil kernel: usb 3-10: New USB device found, idVendor=8087, idProduct=0026, bcdDevice= 0.02
Nov 25 16:45:50 anarchtatil kernel: usb 3-10: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Nov 25 16:45:50 anarchtatil kernel: logitech-djreceiver 0003:046D:C53F.0002: hiddev96,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:14.0-4/input1
Nov 25 16:45:50 anarchtatil kernel: logitech-djreceiver 0003:046D:C53F.0003: hiddev97,hidraw2: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-4/input2
Nov 25 16:45:50 anarchtatil kernel: logitech-djreceiver 0003:046D:C53F.0003: device of type eQUAD Lightspeed 1.1 (0x0d) connected on slot 1
Nov 25 16:45:50 anarchtatil kernel: input: Logitech Wireless Mouse PID:4074 Keyboard as /devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.2/0003:046D:C53F.0003/0003:046D:4074.0004/input/input10
Nov 25 16:45:50 anarchtatil kernel: input: Logitech Wireless Mouse PID:4074 Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.2/0003:046D:C53F.0003/0003:046D:4074.0004/input/input11
Nov 25 16:45:50 anarchtatil kernel: hid-generic 0003:046D:4074.0004: input,hidraw3: USB HID v1.11 Keyboard [Logitech Wireless Mouse PID:4074] on usb-0000:00:14.0-4/input2:1
Nov 25 16:45:50 anarchtatil kernel: input: Logitech G305 as /devices/pci0000:00/0000:00:14.0/usb3/3-4/3-4:1.2/0003:046D:C53F.0003/0003:046D:4074.0004/input/input15
Nov 25 16:45:50 anarchtatil kernel: logitech-hidpp-device 0003:046D:4074.0004: input,hidraw3: USB HID v1.11 Keyboard [Logitech G305] on usb-0000:00:14.0-4/input2:1
Nov 25 16:45:50 anarchtatil kernel: scsi 0:0:0:0: Direct-Access     Realtek  RTL9210B-CG      1.00 PQ: 0 ANSI: 6
Nov 25 16:45:50 anarchtatil kernel: sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/466 GiB)
Nov 25 16:45:50 anarchtatil kernel: sd 0:0:0:0: [sda] Write Protect is off
Nov 25 16:45:50 anarchtatil kernel: sd 0:0:0:0: [sda] Mode Sense: 37 00 00 08
Nov 25 16:45:50 anarchtatil kernel: sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
Nov 25 16:45:50 anarchtatil kernel:  sda: sda1 sda2
Nov 25 16:45:50 anarchtatil kernel: sd 0:0:0:0: [sda] Attached SCSI disk
Nov 25 16:45:50 anarchtatil kernel: BTRFS: device fsid 8acc15f1-4466-4e1a-89a5-7a2cd5806331 devid 1 transid 395 /dev/dm-0 scanned by systemd-udevd (1118)
Nov 25 16:45:50 anarchtatil kernel: BTRFS info (device dm-0): using crc32c (crc32c-intel) checksum algorithm
Nov 25 16:45:50 anarchtatil kernel: BTRFS info (device dm-0): using free space tree
Nov 25 16:45:50 anarchtatil kernel: BTRFS info (device dm-0): start tree-log replay
Nov 25 16:45:50 anarchtatil systemd[1]: systemd 252.1-2-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
Nov 25 16:45:50 anarchtatil systemd[1]: Detected architecture x86-64.
Nov 25 16:45:50 anarchtatil systemd[1]: Hostname set to <anarchtatil>.
Nov 25 16:45:50 anarchtatil systemd-fstab-generator[1159]: Mount point  is not a valid path, ignoring.
Nov 25 16:45:50 anarchtatil systemd-fstab-generator[1159]: Mount point  is not a valid path, ignoring.
Nov 25 16:45:50 anarchtatil systemd-fstab-generator[1159]: Mount point  is not a valid path, ignoring.
Nov 25 16:45:50 anarchtatil systemd-fstab-generator[1159]: Mount point  is not a valid path, ignoring.
Nov 25 16:45:50 anarchtatil systemd-fstab-generator[1159]: Mount point  is not a valid path, ignoring.
Nov 25 16:45:50 anarchtatil systemd-fstab-generator[1159]: Mount point  is not a valid path, ignoring.
Nov 25 16:45:50 anarchtatil kernel: zram: Added device: zram0
Nov 25 16:45:50 anarchtatil systemd[1]: Queued start job for default target Graphical Interface.
Nov 25 16:45:50 anarchtatil systemd[1]: Created slice Slice /system/getty.
Nov 25 16:45:50 anarchtatil systemd[1]: Created slice Slice /system/modprobe.
Nov 25 16:45:50 anarchtatil systemd[1]: Created slice Slice /system/systemd-fsck.
Nov 25 16:45:50 anarchtatil systemd[1]: Created slice Slice /system/systemd-zram-setup.
Nov 25 16:45:50 anarchtatil systemd[1]: Created slice User and Session Slice.
Nov 25 16:45:50 anarchtatil systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Nov 25 16:45:50 anarchtatil systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Nov 25 16:45:50 anarchtatil systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Nov 25 16:45:50 anarchtatil systemd[1]: Reached target Local Encrypted Volumes.
Nov 25 16:45:50 anarchtatil systemd[1]: Reached target Login Prompts.
Nov 25 16:45:50 anarchtatil systemd[1]: Reached target Local Integrity Protected Volumes.
Nov 25 16:45:50 anarchtatil systemd[1]: Reached target Path Units.
Nov 25 16:45:50 anarchtatil systemd[1]: Reached target Remote File Systems.
Nov 25 16:45:50 anarchtatil systemd[1]: Reached target Slice Units.
Nov 25 16:45:50 anarchtatil systemd[1]: Reached target Local Verity Protected Volumes.
Nov 25 16:45:50 anarchtatil systemd[1]: Listening on Device-mapper event daemon FIFOs.
Nov 25 16:45:50 anarchtatil systemd[1]: Listening on Process Core Dump Socket.
Nov 25 16:45:50 anarchtatil systemd[1]: Listening on Journal Audit Socket.
Nov 25 16:45:50 anarchtatil systemd[1]: Listening on Journal Socket (/dev/log).
Nov 25 16:45:50 anarchtatil systemd[1]: Listening on Journal Socket.
Nov 25 16:45:50 anarchtatil systemd[1]: Listening on udev Control Socket.
Nov 25 16:45:50 anarchtatil systemd[1]: Listening on udev Kernel Socket.
Nov 25 16:45:50 anarchtatil systemd[1]: Mounting Huge Pages File System...
Nov 25 16:45:50 anarchtatil systemd[1]: Mounting POSIX Message Queue File System...
Nov 25 16:45:50 anarchtatil systemd[1]: Mounting Kernel Debug File System...
Nov 25 16:45:50 anarchtatil systemd[1]: Mounting Kernel Trace File System...
Nov 25 16:45:50 anarchtatil systemd[1]: Starting Create List of Static Device Nodes...
Nov 25 16:45:50 anarchtatil systemd[1]: Starting Load Kernel Module configfs...
Nov 25 16:45:50 anarchtatil systemd[1]: Starting Load Kernel Module drm...
Nov 25 16:45:50 anarchtatil systemd[1]: Starting Load Kernel Module fuse...
Nov 25 16:45:50 anarchtatil systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Nov 25 16:45:50 anarchtatil systemd[1]: Starting Journal Service...
Nov 25 16:45:50 anarchtatil systemd[1]: Starting Load Kernel Modules...
Nov 25 16:45:50 anarchtatil systemd[1]: Starting Remount Root and Kernel File Systems...
Nov 25 16:45:50 anarchtatil systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Nov 25 16:45:50 anarchtatil systemd[1]: Starting Coldplug All udev Devices...
Nov 25 16:45:50 anarchtatil systemd[1]: Mounted Huge Pages File System.
Nov 25 16:45:50 anarchtatil systemd[1]: Mounted POSIX Message Queue File System.
Nov 25 16:45:50 anarchtatil systemd[1]: Mounted Kernel Debug File System.
Nov 25 16:45:50 anarchtatil systemd[1]: Mounted Kernel Trace File System.
Nov 25 16:45:50 anarchtatil systemd[1]: Finished Create List of Static Device Nodes.
Nov 25 16:45:50 anarchtatil systemd[1]: modprobe@configfs.service: Deactivated successfully.
Nov 25 16:45:50 anarchtatil systemd[1]: Finished Load Kernel Module configfs.
Nov 25 16:45:50 anarchtatil systemd[1]: modprobe@drm.service: Deactivated successfully.
Nov 25 16:45:50 anarchtatil systemd[1]: Finished Load Kernel Module drm.
Nov 25 16:45:50 anarchtatil systemd[1]: Mounting Kernel Configuration File System...
Nov 25 16:45:50 anarchtatil systemd[1]: Finished Remount Root and Kernel File Systems.
Nov 25 16:45:50 anarchtatil systemd[1]: Mounted Kernel Configuration File System.
Nov 25 16:45:50 anarchtatil systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Nov 25 16:45:50 anarchtatil systemd[1]: Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
Nov 25 16:45:50 anarchtatil systemd[1]: Starting Load/Save Random Seed...
Nov 25 16:45:50 anarchtatil systemd[1]: Create System Users was skipped because no trigger condition checks were met.
Nov 25 16:45:50 anarchtatil systemd[1]: Starting Create Static Device Nodes in /dev...
Nov 25 16:45:50 anarchtatil kernel: fuse: init (API version 7.36)
Nov 25 16:45:50 anarchtatil systemd[1]: modprobe@fuse.service: Deactivated successfully.
Nov 25 16:45:50 anarchtatil systemd[1]: Finished Load Kernel Module fuse.
Nov 25 16:45:50 anarchtatil systemd[1]: Mounting FUSE Control File System...
Nov 25 16:45:50 anarchtatil systemd[1]: Mounted FUSE Control File System.
Nov 25 16:45:50 anarchtatil systemd[1]: Finished Load/Save Random Seed.
Nov 25 16:45:50 anarchtatil kernel: audit: type=1130 audit(1669391150.079:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 25 16:45:50 anarchtatil systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Nov 25 16:45:50 anarchtatil systemd[1]: Finished Create Static Device Nodes in /dev.
Nov 25 16:45:50 anarchtatil kernel: audit: type=1130 audit(1669391150.086:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 25 16:45:50 anarchtatil systemd[1]: Reached target Preparation for Local File Systems.
Nov 25 16:45:50 anarchtatil systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Nov 25 16:45:50 anarchtatil kernel: audit: type=1334 audit(1669391150.086:4): prog-id=9 op=LOAD
Nov 25 16:45:50 anarchtatil kernel: audit: type=1334 audit(1669391150.086:5): prog-id=10 op=LOAD
Nov 25 16:45:50 anarchtatil systemd[1]: Starting Rule-based Manager for Device Events and Files...
Nov 25 16:45:50 anarchtatil systemd-journald[1178]: Journal started
Nov 25 16:45:50 anarchtatil systemd-journald[1178]: Runtime Journal (/run/log/journal/e4d7b831c5d2438785df880ddf646e48) is 8.0M, max 784.7M, 776.7M free.
Nov 25 16:45:50 anarchtatil audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 25 16:45:50 anarchtatil audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 25 16:45:50 anarchtatil audit: BPF prog-id=9 op=LOAD
Nov 25 16:45:50 anarchtatil audit: BPF prog-id=10 op=LOAD
Nov 25 16:45:50 anarchtatil audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 25 16:45:50 anarchtatil systemd[1]: Started Journal Service.
Nov 25 16:45:50 anarchtatil kernel: audit: type=1130 audit(1669391150.093:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 25 16:45:50 anarchtatil systemd-udevd[1188]: Using default interface naming scheme 'v252'.
Nov 25 16:45:50 anarchtatil systemd[1]: Started Rule-based Manager for Device Events and Files.
Nov 25 16:45:50 anarchtatil audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 25 16:45:50 anarchtatil kernel: audit: type=1130 audit(1669391150.116:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 25 16:45:50 anarchtatil systemd[1]: Found device /dev/zram0.
Nov 25 16:45:50 anarchtatil systemd[1]: Starting Create swap on /dev/zram0...
Nov 25 16:45:50 anarchtatil systemd[1]: Finished Coldplug All udev Devices.
Nov 25 16:45:50 anarchtatil audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 25 16:45:50 anarchtatil kernel: audit: type=1130 audit(1669391150.146:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 25 16:45:50 anarchtatil kernel: zram0: detected capacity change from 0 to 8388608
Nov 25 16:45:50 anarchtatil zram-generator[1231]: Setting up swapspace version 1, size = 4 GiB (4294963200 bytes)
Nov 25 16:45:50 anarchtatil zram-generator[1231]: LABEL=zram0, UUID=24683ff4-a527-44a2-9ea9-6ba781d8ff25
Nov 25 16:45:50 anarchtatil systemd-makefs[1225]: /dev/zram0 successfully formatted as swap (label "zram0", uuid 24683ff4-a527-44a2-9ea9-6ba781d8ff25)
Nov 25 16:45:50 anarchtatil kernel: BTRFS info: devid 1 device path /dev/mapper/cryptlvm changed to /dev/dm-0 scanned by systemd-udevd (1194)
Nov 25 16:45:50 anarchtatil kernel: BTRFS info: devid 1 device path /dev/dm-0 changed to /dev/mapper/cryptlvm scanned by systemd-udevd (1194)
Nov 25 16:45:50 anarchtatil systemd[1]: Finished Create swap on /dev/zram0.
Nov 25 16:45:50 anarchtatil audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-zram-setup@zram0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 25 16:45:50 anarchtatil kernel: audit: type=1130 audit(1669391150.186:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-zram-setup@zram0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 25 16:45:50 anarchtatil kernel: input: Asus Wireless Radio Control as /devices/LNXSYSTM:00/LNXSYBUS:00/ATK4002:00/input/input16
Nov 25 16:45:50 anarchtatil kernel: ACPI BIOS Error (bug): Could not resolve symbol [\CTDP], AE_NOT_FOUND (20220331/psargs-330)
Nov 25 16:45:50 anarchtatil kernel: ACPI Error: Aborting method \_SB.IETM.IDSP due to previous error (AE_NOT_FOUND) (20220331/psparse-529)
Nov 25 16:45:50 anarchtatil kernel: ACPI Warning: \_SB.IETM._TRT: Return Package has no elements (empty) (20220331/nsprepkg-94)
Nov 25 16:45:50 anarchtatil kernel: Consider using thermal netlink events interface
Nov 25 16:45:50 anarchtatil kernel: mousedev: PS/2 mouse device common for all mice
Nov 25 16:45:50 anarchtatil systemd[1]: Activating swap Compressed Swap on /dev/zram0...
Nov 25 16:45:50 anarchtatil systemd[1]: Found device /dev/disk/by-uuid/8acc15f1-4466-4e1a-89a5-7a2cd5806331.
Nov 25 16:45:50 anarchtatil systemd[1]: Found device RTL9210B-CG primary.
Nov 25 16:45:50 anarchtatil systemd[1]: Mounting /boot...
Nov 25 16:45:50 anarchtatil systemd[1]: Starting File System Check on /dev/disk/by-uuid/8acc15f1-4466-4e1a-89a5-7a2cd5806331...
Nov 25 16:45:50 anarchtatil systemd[1]: Finished File System Check on /dev/disk/by-uuid/8acc15f1-4466-4e1a-89a5-7a2cd5806331.
Nov 25 16:45:50 anarchtatil audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-8acc15f1\x2d4466\x2d4e1a\x2d89a5\x2d7a2cd5806331 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 25 16:45:50 anarchtatil systemd[1]: Mounting /.snapshots...
Nov 25 16:45:50 anarchtatil kernel: audit: type=1130 audit(1669391150.236:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-8acc15f1\x2d4466\x2d4e1a\x2d89a5\x2d7a2cd5806331 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 25 16:45:50 anarchtatil systemd[1]: Mounting /home...
Nov 25 16:45:50 anarchtatil systemd[1]: Mounting /var/cache/pacman/pkg...
Nov 25 16:45:50 anarchtatil systemd[1]: Mounting /var/log...
Nov 25 16:45:50 anarchtatil systemd[1]: Mounted /.snapshots.
Nov 25 16:45:50 anarchtatil systemd[1]: Mounted /home.
Nov 25 16:45:50 anarchtatil systemd[1]: Mounted /var/cache/pacman/pkg.
Nov 25 16:45:50 anarchtatil kernel: FAT-fs (sda1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
Nov 25 16:45:50 anarchtatil systemd[1]: Mounted /boot.
Nov 25 16:45:50 anarchtatil systemd[1]: Activated swap Compressed Swap on /dev/zram0.
Nov 25 16:45:50 anarchtatil systemd[1]: Mounted /var/log.
Nov 25 16:45:50 anarchtatil systemd[1]: Reached target Swaps.
Nov 25 16:45:50 anarchtatil systemd[1]: Starting Flush Journal to Persistent Storage...
Nov 25 16:45:50 anarchtatil kernel: Adding 4194300k swap on /dev/zram0.  Priority:100 extents:1 across:4194300k SSDscFS
Nov 25 16:45:50 anarchtatil systemd-journald[1178]: Time spent on flushing to /var/log/journal/e4d7b831c5d2438785df880ddf646e48 is 7.521ms for 1083 entries.
Nov 25 16:45:50 anarchtatil systemd-journald[1178]: System Journal (/var/log/journal/e4d7b831c5d2438785df880ddf646e48) is 208.0M, max 4.0G, 3.7G free.
Nov 25 16:45:50 anarchtatil systemd-journald[1178]: Received client request to flush runtime journal.
Nov 25 16:45:50 anarchtatil kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.LPCB.EC0.SEN1._CRT.S1CT], AE_NOT_FOUND (20220331/psargs-330)
Nov 25 16:45:50 anarchtatil kernel: ACPI Error: Aborting method \_SB.PC00.LPCB.EC0.SEN1._CRT due to previous error (AE_NOT_FOUND) (20220331/psparse-529)
Nov 25 16:45:50 anarchtatil kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.LPCB.EC0.SEN1._HOT.S1HT], AE_NOT_FOUND (20220331/psargs-330)
Nov 25 16:45:50 anarchtatil kernel: ACPI Error: Aborting method \_SB.PC00.LPCB.EC0.SEN1._HOT due to previous error (AE_NOT_FOUND) (20220331/psparse-529)
Nov 25 16:45:50 anarchtatil kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.LPCB.EC0.SEN1._PSV.S1PT], AE_NOT_FOUND (20220331/psargs-330)
Nov 25 16:45:50 anarchtatil kernel: ACPI Error: Aborting method \_SB.PC00.LPCB.EC0.SEN1._PSV due to previous error (AE_NOT_FOUND) (20220331/psparse-529)
Nov 25 16:45:50 anarchtatil kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.LPCB.EC0.SEN1._AC0.S1AT], AE_NOT_FOUND (20220331/psargs-330)
Nov 25 16:45:50 anarchtatil kernel: ACPI Error: Aborting method \_SB.PC00.LPCB.EC0.SEN1._AC0 due to previous error (AE_NOT_FOUND) (20220331/psparse-529)
Nov 25 16:45:50 anarchtatil kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.LPCB.EC0.SEN2._CRT.S2CT], AE_NOT_FOUND (20220331/psargs-330)
Nov 25 16:45:50 anarchtatil kernel: ACPI Error: Aborting method \_SB.PC00.LPCB.EC0.SEN2._CRT due to previous error (AE_NOT_FOUND) (20220331/psparse-529)
Nov 25 16:45:50 anarchtatil kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.LPCB.EC0.SEN2._HOT.S2HT], AE_NOT_FOUND (20220331/psargs-330)
Nov 25 16:45:50 anarchtatil kernel: ACPI Error: Aborting method \_SB.PC00.LPCB.EC0.SEN2._HOT due to previous error (AE_NOT_FOUND) (20220331/psparse-529)
Nov 25 16:45:50 anarchtatil kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.LPCB.EC0.SEN2._PSV.S2PT], AE_NOT_FOUND (20220331/psargs-330)
Nov 25 16:45:50 anarchtatil kernel: ACPI Error: Aborting method \_SB.PC00.LPCB.EC0.SEN2._PSV due to previous error (AE_NOT_FOUND) (20220331/psparse-529)
Nov 25 16:45:50 anarchtatil kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.LPCB.EC0.SEN2._AC0.S2AT], AE_NOT_FOUND (20220331/psargs-330)
Nov 25 16:45:50 anarchtatil kernel: ACPI Error: Aborting method \_SB.PC00.LPCB.EC0.SEN2._AC0 due to previous error (AE_NOT_FOUND) (20220331/psparse-529)
Nov 25 16:45:50 anarchtatil kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.LPCB.EC0.SEN3._CRT.S3CT], AE_NOT_FOUND (20220331/psargs-330)
Nov 25 16:45:50 anarchtatil kernel: ACPI Error: Aborting method \_SB.PC00.LPCB.EC0.SEN3._CRT due to previous error (AE_NOT_FOUND) (20220331/psparse-529)
Nov 25 16:45:50 anarchtatil kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.LPCB.EC0.SEN3._HOT.S3HT], AE_NOT_FOUND (20220331/psargs-330)
Nov 25 16:45:50 anarchtatil kernel: ACPI Error: Aborting method \_SB.PC00.LPCB.EC0.SEN3._HOT due to previous error (AE_NOT_FOUND) (20220331/psparse-529)
Nov 25 16:45:50 anarchtatil kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.LPCB.EC0.SEN3._PSV.S3PT], AE_NOT_FOUND (20220331/psargs-330)
Nov 25 16:45:50 anarchtatil kernel: ACPI Error: Aborting method \_SB.PC00.LPCB.EC0.SEN3._PSV due to previous error (AE_NOT_FOUND) (20220331/psparse-529)
Nov 25 16:45:50 anarchtatil kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.LPCB.EC0.SEN4._CRT.S4CT], AE_NOT_FOUND (20220331/psargs-330)
Nov 25 16:45:50 anarchtatil kernel: ACPI Error: Aborting method \_SB.PC00.LPCB.EC0.SEN4._CRT due to previous error (AE_NOT_FOUND) (20220331/psparse-529)
Nov 25 16:45:50 anarchtatil kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.LPCB.EC0.SEN4._HOT.S4HT], AE_NOT_FOUND (20220331/psargs-330)
Nov 25 16:45:50 anarchtatil kernel: ACPI Error: Aborting method \_SB.PC00.LPCB.EC0.SEN4._HOT due to previous error (AE_NOT_FOUND) (20220331/psparse-529)
Nov 25 16:45:50 anarchtatil kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.LPCB.EC0.SEN4._PSV.S4PT], AE_NOT_FOUND (20220331/psargs-330)
Nov 25 16:45:50 anarchtatil kernel: ACPI Error: Aborting method \_SB.PC00.LPCB.EC0.SEN4._PSV due to previous error (AE_NOT_FOUND) (20220331/psparse-529)
Nov 25 16:45:50 anarchtatil kernel: ACPI BIOS Error (bug): Could not resolve symbol [\_SB.PC00.LPCB.EC0.SEN4._AC0.S4AT], AE_NOT_FOUND (20220331/psargs-330)
Nov 25 16:45:50 anarchtatil kernel: ACPI Error: Aborting method \_SB.PC00.LPCB.EC0.SEN4._AC0 due to previous error (AE_NOT_FOUND) (20220331/psparse-529)
Nov 25 16:45:50 anarchtatil systemd-journald[1178]: File /var/log/journal/e4d7b831c5d2438785df880ddf646e48/system.journal corrupted or uncleanly shut down, renaming and replacing.
Nov 25 16:45:50 anarchtatil systemd[1]: Finished Flush Journal to Persistent Storage.
Nov 25 16:45:50 anarchtatil audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 25 16:45:50 anarchtatil kernel: audit: type=1130 audit(1669391150.303:11): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 25 16:45:50 anarchtatil kernel: acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
Nov 25 16:45:50 anarchtatil kernel: acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
Nov 25 16:45:50 anarchtatil kernel: EDAC igen6: v2.5
Nov 25 16:45:50 anarchtatil kernel: proc_thermal 0000:00:04.0: enabling device (0000 -> 0002)
Nov 25 16:45:50 anarchtatil kernel: typec port0: bound usb3-port3 (ops connector_ops)
Nov 25 16:45:50 anarchtatil kernel: typec port0: bound usb2-port1 (ops connector_ops)
Nov 25 16:45:50 anarchtatil kernel: intel_rapl_common: Found RAPL domain package
Nov 25 16:45:50 anarchtatil kernel: ACPI: bus type thunderbolt registered
Nov 25 16:45:50 anarchtatil kernel: thunderbolt 0000:00:0d.2: enabling device (0000 -> 0002)
Nov 25 16:45:50 anarchtatil kernel: i915 0000:00:02.0: [drm] VT-d active for gfx access
Nov 25 16:45:50 anarchtatil kernel: Console: switching to colour dummy device 80x25
Nov 25 16:45:50 anarchtatil kernel: i915 0000:00:02.0: vgaarb: deactivate vga console
Nov 25 16:45:50 anarchtatil kernel: i915 0000:00:02.0: [drm] Using Transparent Hugepages
Nov 25 16:45:50 anarchtatil kernel: i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
Nov 25 16:45:50 anarchtatil kernel: i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/tgl_dmc_ver2_12.bin (v2.12)
Nov 25 16:45:50 anarchtatil kernel: Bluetooth: Core ver 2.22
Nov 25 16:45:50 anarchtatil kernel: NET: Registered PF_BLUETOOTH protocol family
Nov 25 16:45:50 anarchtatil kernel: Bluetooth: HCI device and connection manager initialized
Nov 25 16:45:50 anarchtatil kernel: Bluetooth: HCI socket layer initialized
Nov 25 16:45:50 anarchtatil kernel: Bluetooth: L2CAP socket layer initialized
Nov 25 16:45:50 anarchtatil kernel: Bluetooth: SCO socket layer initialized
Nov 25 16:45:50 anarchtatil kernel: i915 0000:00:02.0: [drm] Protected Xe Path (PXP) protected content support initialized
Nov 25 16:45:50 anarchtatil kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Nov 25 16:45:50 anarchtatil kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Nov 25 16:45:50 anarchtatil kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Nov 25 16:45:50 anarchtatil kernel: cfg80211: failed to load regulatory.db
Nov 25 16:45:50 anarchtatil kernel: mei_me 0000:00:16.0: enabling device (0000 -> 0002)
Nov 25 16:45:50 anarchtatil kernel: snd_hda_intel 0000:00:1f.3: DSP detected with PCI class/subclass/prog-if info 0x040380
Nov 25 16:45:50 anarchtatil kernel: snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
Nov 25 16:45:50 anarchtatil kernel: snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
Nov 25 16:45:50 anarchtatil kernel: snd_hda_intel 0000:01:00.1: Disabling MSI
Nov 25 16:45:50 anarchtatil kernel: snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
Nov 25 16:45:50 anarchtatil kernel: Intel(R) Wireless WiFi driver for Linux
Nov 25 16:45:50 anarchtatil kernel: iwlwifi 0000:00:14.3: enabling device (0000 -> 0002)
Nov 25 16:45:50 anarchtatil kernel: intel-lpss 0000:00:15.0: enabling device (0004 -> 0006)
Nov 25 16:45:50 anarchtatil kernel: idma64 idma64.0: Found Intel integrated DMA 64-bit
Nov 25 16:45:50 anarchtatil kernel: intel-lpss 0000:00:15.1: enabling device (0004 -> 0006)
Nov 25 16:45:50 anarchtatil kernel: idma64 idma64.1: Found Intel integrated DMA 64-bit
Nov 25 16:45:50 anarchtatil kernel: iwlwifi 0000:00:14.3: api flags index 2 larger than supported by driver
Nov 25 16:45:50 anarchtatil kernel: iwlwifi 0000:00:14.3: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.37
Nov 25 16:45:50 anarchtatil kernel: iwlwifi 0000:00:14.3: loaded firmware version 72.daa05125.0 QuZ-a0-hr-b0-72.ucode op_mode iwlmvm
Nov 25 16:45:50 anarchtatil kernel: input: PC Speaker as /devices/platform/pcspkr/input/input21
Nov 25 16:45:50 anarchtatil kernel: resource sanity check: requesting [mem 0xfedc0000-0xfedcdfff], which spans more than pnp 00:03 [mem 0xfedc0000-0xfedc7fff]
Nov 25 16:45:50 anarchtatil kernel: caller __uncore_imc_init_box+0xc4/0x120 [intel_uncore] mapping multiple BARs
Nov 25 16:45:50 anarchtatil kernel: input: ELAN1205:00 04F3:30E9 Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-10/i2c-ELAN1205:00/0018:04F3:30E9.0005/input/input22
Nov 25 16:45:50 anarchtatil kernel: input: ELAN1205:00 04F3:30E9 Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-10/i2c-ELAN1205:00/0018:04F3:30E9.0005/input/input23
Nov 25 16:45:50 anarchtatil kernel: hid-generic 0018:04F3:30E9.0005: input,hidraw4: I2C HID v1.00 Mouse [ELAN1205:00 04F3:30E9] on i2c-ELAN1205:00
Nov 25 16:45:51 anarchtatil kernel: usbcore: registered new interface driver btusb
Nov 25 16:45:51 anarchtatil kernel: Bluetooth: hci0: Bootloader revision 0.4 build 0 week 30 2018
Nov 25 16:45:51 anarchtatil kernel: Bluetooth: hci0: Device revision is 2
Nov 25 16:45:51 anarchtatil kernel: Bluetooth: hci0: Secure boot is enabled
Nov 25 16:45:51 anarchtatil kernel: Bluetooth: hci0: OTP lock is enabled
Nov 25 16:45:51 anarchtatil kernel: Bluetooth: hci0: API lock is enabled
Nov 25 16:45:51 anarchtatil kernel: Bluetooth: hci0: Debug lock is disabled
Nov 25 16:45:51 anarchtatil kernel: Bluetooth: hci0: Minimum firmware build 1 week 10 2014
Nov 25 16:45:51 anarchtatil kernel: input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:06.0/0000:01:00.1/sound/card1/input17
Nov 25 16:45:51 anarchtatil kernel: input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:06.0/0000:01:00.1/sound/card1/input18
Nov 25 16:45:51 anarchtatil kernel: input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:06.0/0000:01:00.1/sound/card1/input19
Nov 25 16:45:51 anarchtatil kernel: input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:06.0/0000:01:00.1/sound/card1/input20
Nov 25 16:45:51 anarchtatil kernel: i801_smbus 0000:00:1f.4: SPD Write Disable is set
Nov 25 16:45:51 anarchtatil kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
Nov 25 16:45:51 anarchtatil kernel: i2c i2c-11: 2/2 memory slots populated (from DMI)
Nov 25 16:45:51 anarchtatil kernel: spi-nor spi0.0: w25q128 (16384 Kbytes)
Nov 25 16:45:51 anarchtatil kernel: Creating 1 MTD partitions on "0000:00:1f.5":
Nov 25 16:45:51 anarchtatil kernel: 0x000000000000-0x000001000000 : "BIOS"
Nov 25 16:45:51 anarchtatil kernel: Bluetooth: hci0: Found device firmware: intel/ibt-19-0-4.sfi
Nov 25 16:45:51 anarchtatil kernel: Bluetooth: hci0: Boot Address: 0x24800
Nov 25 16:45:51 anarchtatil kernel: Bluetooth: hci0: Firmware Version: 106-39.22
Nov 25 16:45:51 anarchtatil kernel: r8169 0000:2e:00.0 eth0: RTL8168h/8111h, fc:34:97:49:34:7b, XID 541, IRQ 186
Nov 25 16:45:51 anarchtatil kernel: r8169 0000:2e:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
Nov 25 16:45:51 anarchtatil kernel: nvidia: loading out-of-tree module taints kernel.
Nov 25 16:45:51 anarchtatil kernel: nvidia: module license 'NVIDIA' taints kernel.
Nov 25 16:45:51 anarchtatil kernel: Disabling lock debugging due to kernel taint
Nov 25 16:45:51 anarchtatil systemd[1]: Mounting Temporary Directory /tmp...
Nov 25 16:45:51 anarchtatil systemd[1]: Mounted Temporary Directory /tmp.
Nov 25 16:45:51 anarchtatil systemd[1]: Reached target Local File Systems.
Nov 25 16:45:51 anarchtatil systemd[1]: Rebuild Dynamic Linker Cache was skipped because no trigger condition checks were met.
Nov 25 16:45:51 anarchtatil systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
Nov 25 16:45:51 anarchtatil systemd[1]: Store a System Token in an EFI Variable was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/LoaderFeatures-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Nov 25 16:45:51 anarchtatil systemd[1]: Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Nov 25 16:45:51 anarchtatil systemd[1]: Starting Create Volatile Files and Directories...
Nov 25 16:45:51 anarchtatil kernel: nvidia: module verification failed: signature and/or required key missing - tainting kernel
Nov 25 16:45:51 anarchtatil systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Nov 25 16:45:51 anarchtatil systemd[1]: Starting Load/Save RF Kill Switch Status...
Nov 25 16:45:51 anarchtatil systemd[1]: Finished Create Volatile Files and Directories.
Nov 25 16:45:51 anarchtatil audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 25 16:45:51 anarchtatil systemd[1]: Rebuild Journal Catalog was skipped because of an unmet condition check (ConditionNeedsUpdate=/var).
Nov 25 16:45:51 anarchtatil audit: BPF prog-id=11 op=LOAD
Nov 25 16:45:51 anarchtatil systemd[1]: Starting Network Time Synchronization...
Nov 25 16:45:51 anarchtatil systemd[1]: Update is Completed was skipped because no trigger condition checks were met.
Nov 25 16:45:51 anarchtatil systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Nov 25 16:45:51 anarchtatil audit[1303]: SYSTEM_BOOT pid=1303 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Nov 25 16:45:51 anarchtatil systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Nov 25 16:45:51 anarchtatil audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 25 16:45:51 anarchtatil systemd[1]: Started Network Time Synchronization.
Nov 25 16:45:51 anarchtatil audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-timesyncd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 25 16:45:51 anarchtatil systemd[1]: Reached target System Time Set.
Nov 25 16:45:51 anarchtatil kernel: intel_rapl_msr: PL4 support detected.
Nov 25 16:45:51 anarchtatil kernel: intel_rapl_common: Found RAPL domain package
Nov 25 16:45:51 anarchtatil kernel: intel_rapl_common: Found RAPL domain core
Nov 25 16:45:51 anarchtatil kernel: intel_rapl_common: Found RAPL domain uncore
Nov 25 16:45:51 anarchtatil kernel: intel_rapl_common: Found RAPL domain psys
Nov 25 16:45:51 anarchtatil kernel: mei_hdcp 0000:00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915])
Nov 25 16:45:51 anarchtatil kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 510
Nov 25 16:45:51 anarchtatil kernel: 
Nov 25 16:45:51 anarchtatil kernel: traps: Missing ENDBR: _nv011889rm+0x0/0x10 [nvidia]
Nov 25 16:45:51 anarchtatil kernel: ------------[ cut here ]------------
Nov 25 16:45:51 anarchtatil kernel: kernel BUG at arch/x86/kernel/traps.c:253!
Nov 25 16:45:51 anarchtatil kernel: invalid opcode: 0000 [#1] PREEMPT SMP NOPTI
Nov 25 16:45:51 anarchtatil kernel: CPU: 4 PID: 1179 Comm: systemd-modules Tainted: P           OE      6.0.9-arch1-1 #1 feb4628a68f6e15fec38c9a2f522956d239a85a5
Nov 25 16:45:51 anarchtatil kernel: Hardware name: ASUSTeK COMPUTER INC. ASUS TUF Dash F15 FX516PM_FX516PM/FX516PM, BIOS FX516PM.322 08/27/2021
Nov 25 16:45:51 anarchtatil kernel: RIP: 0010:exc_control_protection+0xc2/0xd0
Nov 25 16:45:51 anarchtatil kernel: Code: fb ff 45 31 c9 49 89 d8 b9 09 00 00 00 48 8b 93 80 00 00 00 be fa 00 00 00 48 c7 c7 29 68 09 a0 e8 13 40 4b ff e9 64 ff ff ff <0f> 0b 66 66 2e 0f 1f 84 00 00 00 00 00 90 66 0f 1f 00 55 53 48 89
Nov 25 16:45:51 anarchtatil kernel: RSP: 0018:ffffb5adc08b3ba8 EFLAGS: 00010002
Nov 25 16:45:51 anarchtatil kernel: RAX: 0000000000000033 RBX: ffffb5adc08b3bc8 RCX: 0000000000000027
Nov 25 16:45:51 anarchtatil kernel: RDX: 0000000000000000 RSI: 0000000000000001 RDI: ffff8d9fbb721660
Nov 25 16:45:51 anarchtatil kernel: RBP: 0000000000000003 R08: 0000000000000000 R09: ffffb5adc08b3a40
Nov 25 16:45:51 anarchtatil kernel: R10: 0000000000000003 R11: ffffffffa08cb688 R12: 0000000000000000
Nov 25 16:45:51 anarchtatil kernel: R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
Nov 25 16:45:51 anarchtatil kernel: FS:  00007fa305ea73c0(0000) GS:ffff8d9fbb700000(0000) knlGS:0000000000000000
Nov 25 16:45:51 anarchtatil kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Nov 25 16:45:51 anarchtatil kernel: CR2: 00007f7293135918 CR3: 00000001074f6006 CR4: 0000000000f70ee0
Nov 25 16:45:51 anarchtatil kernel: PKRU: 55555554
Nov 25 16:45:51 anarchtatil kernel: Call Trace:
Nov 25 16:45:51 anarchtatil kernel:  <TASK>
Nov 25 16:45:51 anarchtatil kernel:  asm_exc_control_protection+0x26/0x30
Nov 25 16:45:51 anarchtatil kernel: RIP: 0010:_nv011889rm+0x0/0x10 [nvidia]
Nov 25 16:45:51 anarchtatil kernel: Code: 66 2e 0f 1f 84 00 00 00 00 00 48 83 ec 08 e8 47 3a 1f 00 48 83 c4 08 48 89 c7 e9 bb ff ff ff 66 2e 0f 1f 84 00 00 00 00 00 90 <48> 89 f7 e9 18 08 00 00 0f 1f 84 00 00 00 00 00 48 89 f7 e9 18 08
Nov 25 16:45:51 anarchtatil kernel: RSP: 0018:ffffb5adc08b3c70 EFLAGS: 00010202
Nov 25 16:45:51 anarchtatil kernel: RAX: ffffffffc21a1e30 RBX: ffffffffc5120ad0 RCX: 0000000000000000
Nov 25 16:45:51 anarchtatil kernel: RDX: 000000000003d978 RSI: 0000000000000010 RDI: ffffffffc5120ad0
Nov 25 16:45:51 anarchtatil kernel: RBP: ffff8d9c433c5fe0 R08: ffffb5adc08b3c30 R09: ffffffffc5120b10
Nov 25 16:45:51 anarchtatil kernel: R10: ffffffffc50ebe10 R11: 0000000000000000 R12: 0000000000000010
Nov 25 16:45:51 anarchtatil kernel: R13: ffff8d9c433c3000 R14: 00007fa306750343 R15: ffffb5adc08b3df0
Nov 25 16:45:51 anarchtatil kernel:  ? _nv037178rm+0x20/0x20 [nvidia 9a8c0467d2ace4f9a09c8f1cb200154b1161d76b]
Nov 25 16:45:51 anarchtatil kernel:  _nv011887rm+0x24/0xe0 [nvidia 9a8c0467d2ace4f9a09c8f1cb200154b1161d76b]
Nov 25 16:45:51 anarchtatil kernel:  _nv037179rm+0xe/0xa0 [nvidia 9a8c0467d2ace4f9a09c8f1cb200154b1161d76b]
Nov 25 16:45:51 anarchtatil kernel:  _nv037182rm+0x1d/0x30 [nvidia 9a8c0467d2ace4f9a09c8f1cb200154b1161d76b]
Nov 25 16:45:51 anarchtatil kernel:  _nv037184rm+0x2f/0x40 [nvidia 9a8c0467d2ace4f9a09c8f1cb200154b1161d76b]
Nov 25 16:45:51 anarchtatil kernel:  _nv016464rm+0x15/0x70 [nvidia 9a8c0467d2ace4f9a09c8f1cb200154b1161d76b]
Nov 25 16:45:51 anarchtatil kernel:  _nv000672rm+0x9/0x20 [nvidia 9a8c0467d2ace4f9a09c8f1cb200154b1161d76b]
Nov 25 16:45:51 anarchtatil kernel:  ? cdev_add+0x50/0x70
Nov 25 16:45:51 anarchtatil kernel:  rm_init_rm+0x17/0x60 [nvidia 9a8c0467d2ace4f9a09c8f1cb200154b1161d76b]
Nov 25 16:45:51 anarchtatil kernel:  nvidia_init_module+0x242/0x616 [nvidia 9a8c0467d2ace4f9a09c8f1cb200154b1161d76b]
Nov 25 16:45:51 anarchtatil kernel:  ? nvidia_init_module+0x616/0x616 [nvidia 9a8c0467d2ace4f9a09c8f1cb200154b1161d76b]
Nov 25 16:45:51 anarchtatil kernel:  nvidia_frontend_init_module+0x50/0x94 [nvidia 9a8c0467d2ace4f9a09c8f1cb200154b1161d76b]
Nov 25 16:45:51 anarchtatil kernel:  ? nvidia_init_module+0x616/0x616 [nvidia 9a8c0467d2ace4f9a09c8f1cb200154b1161d76b]
Nov 25 16:45:51 anarchtatil kernel:  do_one_initcall+0x5a/0x220
Nov 25 16:45:51 anarchtatil kernel:  do_init_module+0x4a/0x1e0
Nov 25 16:45:51 anarchtatil kernel:  __do_sys_init_module+0x17f/0x1b0
Nov 25 16:45:51 anarchtatil kernel:  do_syscall_64+0x5c/0x90
Nov 25 16:45:51 anarchtatil kernel:  ? do_user_addr_fault+0x1e0/0x6a0
Nov 25 16:45:51 anarchtatil kernel:  ? exc_page_fault+0x74/0x170
Nov 25 16:45:51 anarchtatil kernel:  entry_SYSCALL_64_after_hwframe+0x63/0xcd
Nov 25 16:45:51 anarchtatil kernel: RIP: 0033:0x7fa306121eae
Nov 25 16:45:51 anarchtatil kernel: Code: 48 8b 0d dd ee 0c 00 f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 af 00 00 00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d aa ee 0c 00 f7 d8 64 89 01 48
Nov 25 16:45:51 anarchtatil kernel: RSP: 002b:00007ffc477709a8 EFLAGS: 00000246 ORIG_RAX: 00000000000000af
Nov 25 16:45:51 anarchtatil kernel: RAX: ffffffffffffffda RBX: 00005576cf307b50 RCX: 00007fa306121eae
Nov 25 16:45:51 anarchtatil kernel: RDX: 00007fa306750343 RSI: 0000000004c34f68 RDI: 00007fa2fef6b010
Nov 25 16:45:51 anarchtatil kernel: RBP: 00007fa306750343 R08: 00005576cf307d40 R09: 0000000000000000
Nov 25 16:45:51 anarchtatil kernel: R10: 0000000000000005 R11: 0000000000000246 R12: 0000000000020000
Nov 25 16:45:51 anarchtatil kernel: R13: 00005576cf307ac0 R14: 00005576cf307b50 R15: 00005576cf307cf0
Nov 25 16:45:51 anarchtatil kernel:  </TASK>
Nov 25 16:45:51 anarchtatil kernel: Modules linked in: pmt_telemetry(+) sparse_keymap(+) mei_pxp(+) pcc_cpufreq(-) iwlmvm(+) mei_hdcp acpi_cpufreq(-) soundwire_bus pmt_class nvidia(POE+) kvm platform_profile intel_rapl_msr irqbypass wmi_bmof mac80211 snd_soc_core r8169 spi_nor snd_compress i2c_i801 realtek mdio_devres ac97_bus intel_cstate intel_uncore pcspkr mtd i2c_smbus libphy snd_pcm_dmaengine btusb libarc4 snd_hda_codec_hdmi btrtl iwlwifi snd_hda_intel btbcm mei_me snd_intel_dspcfg btintel intel_lpss_pci mei btmtk snd_intel_sdw_acpi intel_lpss idma64 cfg80211 snd_hda_codec bluetooth snd_hda_core snd_hwdep ecdh_generic snd_pcm rfkill thunderbolt snd_timer crc16 snd intel_vsec i915(+) soundcore processor_thermal_device_pci_legacy processor_thermal_device drm_buddy processor_thermal_rfim ttm processor_thermal_mbox processor_thermal_rapl drm_display_helper ucsi_acpi intel_rapl_common typec_ucsi cec intel_soc_dts_iosf typec intel_gtt igen6_edac roles i2c_hid_acpi wmi i2c_hid int3403_thermal tpm_crb
Nov 25 16:45:51 anarchtatil kernel:  int340x_thermal_zone tpm_tis vfat fat video tpm_tis_core mousedev int3400_thermal asus_wireless acpi_thermal_rel acpi_pad acpi_tad mac_hid lzo_rle fuse zram bpf_preload ip_tables x_tables hid_logitech_hidpp uas usb_storage hid_logitech_dj usbhid dm_crypt cbc encrypted_keys trusted asn1_encoder tee tpm rng_core dm_mod nvme serio_raw nvme_core atkbd libps2 nvme_common crct10dif_pclmul vivaldi_fmap crc32_pclmul polyval_clmulni polyval_generic gf128mul ghash_clmulni_intel aesni_intel xhci_pci spi_intel_pci crypto_simd cryptd xhci_pci_renesas vmd spi_intel i8042 serio btrfs blake2b_generic libcrc32c crc32c_generic crc32c_intel xor raid6_pq
Nov 25 16:45:51 anarchtatil kernel: ---[ end trace 0000000000000000 ]---
Nov 25 16:45:51 anarchtatil kernel: RIP: 0010:exc_control_protection+0xc2/0xd0
Nov 25 16:45:51 anarchtatil kernel: Code: fb ff 45 31 c9 49 89 d8 b9 09 00 00 00 48 8b 93 80 00 00 00 be fa 00 00 00 48 c7 c7 29 68 09 a0 e8 13 40 4b ff e9 64 ff ff ff <0f> 0b 66 66 2e 0f 1f 84 00 00 00 00 00 90 66 0f 1f 00 55 53 48 89
Nov 25 16:45:51 anarchtatil kernel: RSP: 0018:ffffb5adc08b3ba8 EFLAGS: 00010002
Nov 25 16:45:51 anarchtatil kernel: RAX: 0000000000000033 RBX: ffffb5adc08b3bc8 RCX: 0000000000000027
Nov 25 16:45:51 anarchtatil kernel: RDX: 0000000000000000 RSI: 0000000000000001 RDI: ffff8d9fbb721660
Nov 25 16:45:51 anarchtatil kernel: RBP: 0000000000000003 R08: 0000000000000000 R09: ffffb5adc08b3a40
Nov 25 16:45:51 anarchtatil kernel: R10: 0000000000000003 R11: ffffffffa08cb688 R12: 0000000000000000
Nov 25 16:45:51 anarchtatil kernel: R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
Nov 25 16:45:51 anarchtatil kernel: FS:  00007fa305ea73c0(0000) GS:ffff8d9fbb700000(0000) knlGS:0000000000000000
Nov 25 16:45:51 anarchtatil kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Nov 25 16:45:51 anarchtatil kernel: CR2: 00007f7293135918 CR3: 00000001074f6006 CR4: 0000000000f70ee0
Nov 25 16:45:51 anarchtatil kernel: PKRU: 55555554
Nov 25 16:45:51 anarchtatil kernel: mei_pxp 0000:00:16.0-fbf6fcf1-96cf-4e2e-a6a6-1bab8cbe36b1: bound 0000:00:02.0 (ops i915_pxp_tee_component_ops [i915])
Nov 25 16:45:51 anarchtatil systemd[1]: systemd-modules-load.service: Main process exited, code=killed, status=11/SEGV
Nov 25 16:45:51 anarchtatil systemd[1]: systemd-modules-load.service: Failed with result 'signal'.
Nov 25 16:45:51 anarchtatil systemd[1]: Failed to start Load Kernel Modules.
Nov 25 16:45:51 anarchtatil audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Nov 25 16:45:51 anarchtatil systemd[1]: systemd-modules-load.service: Consumed 1.125s CPU time.
Nov 25 16:45:51 anarchtatil kernel: iwlwifi 0000:00:14.3: Detected Intel(R) Wi-Fi 6 AX201 160MHz, REV=0x351
Nov 25 16:45:51 anarchtatil kernel: thermal thermal_zone7: failed to read out thermal zone (-61)
Nov 25 16:45:51 anarchtatil kernel: asus_wmi: ASUS WMI generic driver loaded
Nov 25 16:45:51 anarchtatil kernel: asus_wmi: Initialization: 0x1
Nov 25 16:45:51 anarchtatil kernel: asus_wmi: BIOS WMI version: 9.0
Nov 25 16:45:51 anarchtatil kernel: asus_wmi: SFUN value: 0x21
Nov 25 16:45:51 anarchtatil kernel: asus-nb-wmi asus-nb-wmi: Detected ATK, not ASUSWMI, use DSTS
Nov 25 16:45:51 anarchtatil kernel: asus-nb-wmi asus-nb-wmi: Detected ATK, enable event queue
Nov 25 16:45:51 anarchtatil kernel: asus-nb-wmi asus-nb-wmi: Using throttle_thermal_policy for platform_profile support
Nov 25 16:45:51 anarchtatil kernel: input: Asus WMI hotkeys as /devices/platform/asus-nb-wmi/input/input24
Nov 25 16:45:51 anarchtatil systemd[1]: Starting Apply Kernel Variables...
Nov 25 16:45:51 anarchtatil systemd[1]: Started Load/Save RF Kill Switch Status.
Nov 25 16:45:51 anarchtatil audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 25 16:45:51 anarchtatil systemd[1]: Reached target Bluetooth Support.
Nov 25 16:45:51 anarchtatil kernel: intel_tcc_cooling: Programmable TCC Offset detected
Nov 25 16:45:51 anarchtatil systemd[1]: Reached target Sound Card.
Nov 25 16:45:51 anarchtatil systemd[1]: Finished Apply Kernel Variables.
Nov 25 16:45:51 anarchtatil audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 25 16:45:51 anarchtatil systemd[1]: Reached target System Initialization.
Nov 25 16:45:51 anarchtatil systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Nov 25 16:45:51 anarchtatil systemd[1]: Started Discard unused blocks once a week.
Nov 25 16:45:51 anarchtatil systemd[1]: Started Daily verification of password and group files.
Nov 25 16:45:51 anarchtatil systemd[1]: Started Daily Cleanup of Temporary Directories.
Nov 25 16:45:51 anarchtatil systemd[1]: Reached target Timer Units.
Nov 25 16:45:51 anarchtatil systemd[1]: Listening on D-Bus System Message Bus Socket.
Nov 25 16:45:51 anarchtatil systemd[1]: Reached target Socket Units.
Nov 25 16:45:51 anarchtatil systemd[1]: TPM2 PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Nov 25 16:45:51 anarchtatil systemd[1]: Reached target Basic System.
Nov 25 16:45:51 anarchtatil kernel: asus_wmi: fan_curve_get_factory_default (0x00110024) failed: -19
Nov 25 16:45:51 anarchtatil kernel: asus_wmi: fan_curve_get_factory_default (0x00110025) failed: -19
Nov 25 16:45:51 anarchtatil kernel: iTCO_vendor_support: vendor-support=0
Nov 25 16:45:51 anarchtatil kernel: ACPI: battery: new extension: ASUS Battery Extension
Nov 25 16:45:51 anarchtatil systemd[1]: Starting D-Bus System Message Bus...
Nov 25 16:45:51 anarchtatil systemd[1]: SSH Key Generation was skipped because no trigger condition checks were met.
Nov 25 16:45:51 anarchtatil audit: BPF prog-id=12 op=LOAD
Nov 25 16:45:51 anarchtatil audit: BPF prog-id=13 op=LOAD
Nov 25 16:45:51 anarchtatil audit: BPF prog-id=14 op=LOAD
Nov 25 16:45:51 anarchtatil systemd[1]: Starting User Login Management...
Nov 25 16:45:51 anarchtatil systemd[1]: TPM2 PCR Barrier (User) was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/StubPcrKernelImage-4a67b082-0a4c-41cf-b6c7-440b29bb8c4f).
Nov 25 16:45:51 anarchtatil systemd[1]: Created slice Slice /system/systemd-backlight.
Nov 25 16:45:51 anarchtatil systemd[1]: Starting Load/Save Screen Backlight Brightness of leds:asus::kbd_backlight...
Nov 25 16:45:51 anarchtatil systemd[1]: Finished Load/Save Screen Backlight Brightness of leds:asus::kbd_backlight.
Nov 25 16:45:51 anarchtatil audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@leds:asus::kbd_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 25 16:45:51 anarchtatil systemd[1]: Started D-Bus System Message Bus.
Nov 25 16:45:51 anarchtatil audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 25 16:45:51 anarchtatil systemd[1]: Starting Network Manager...
Nov 25 16:45:51 anarchtatil systemd-logind[1318]: Watching system buttons on /dev/input/event3 (Power Button)
Nov 25 16:45:51 anarchtatil kernel: input: ELAN1205:00 04F3:30E9 Mouse as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-10/i2c-ELAN1205:00/0018:04F3:30E9.0005/input/input25
Nov 25 16:45:51 anarchtatil kernel: input: ELAN1205:00 04F3:30E9 Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-10/i2c-ELAN1205:00/0018:04F3:30E9.0005/input/input26
Nov 25 16:45:51 anarchtatil kernel: hid-multitouch 0018:04F3:30E9.0005: input,hidraw4: I2C HID v1.00 Mouse [ELAN1205:00 04F3:30E9] on i2c-ELAN1205:00
Nov 25 16:45:51 anarchtatil systemd-logind[1318]: Watching system buttons on /dev/input/event0 (Lid Switch)
Nov 25 16:45:51 anarchtatil systemd-logind[1318]: Watching system buttons on /dev/input/event2 (Power Button)
Nov 25 16:45:51 anarchtatil systemd-logind[1318]: Watching system buttons on /dev/input/event1 (Sleep Button)
Nov 25 16:45:51 anarchtatil systemd-logind[1318]: Watching system buttons on /dev/input/event5 (Logitech G305)
Nov 25 16:45:51 anarchtatil systemd-logind[1318]: Watching system buttons on /dev/input/event4 (AT Translated Set 2 keyboard)
Nov 25 16:45:51 anarchtatil systemd-logind[1318]: New seat seat0.
Nov 25 16:45:51 anarchtatil systemd[1]: Started User Login Management.
Nov 25 16:45:51 anarchtatil audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 25 16:45:51 anarchtatil kernel: iTCO_wdt iTCO_wdt: unable to reset NO_REBOOT flag, device disabled by hardware/BIOS
Nov 25 16:45:51 anarchtatil kernel: iwlwifi 0000:00:14.3: Detected RF HR B3, rfid=0x10a100
Nov 25 16:45:51 anarchtatil NetworkManager[1320]: <info>  [1669391151.4292] NetworkManager (version 1.40.4-1) is starting... (boot:dcf93ef8-a73f-436a-9fff-6dcf1288ad2c)
Nov 25 16:45:51 anarchtatil NetworkManager[1320]: <info>  [1669391151.4292] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
Nov 25 16:45:51 anarchtatil NetworkManager[1320]: <info>  [1669391151.4301] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Nov 25 16:45:51 anarchtatil systemd[1]: Started Network Manager.
Nov 25 16:45:51 anarchtatil audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 25 16:45:51 anarchtatil systemd[1]: Reached target Network.
Nov 25 16:45:51 anarchtatil systemd[1]: Started OpenSSH Daemon.
Nov 25 16:45:51 anarchtatil audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sshd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 25 16:45:51 anarchtatil systemd[1]: Starting Permit User Sessions...
Nov 25 16:45:51 anarchtatil systemd[1]: Finished Permit User Sessions.
Nov 25 16:45:51 anarchtatil audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 25 16:45:51 anarchtatil systemd[1]: Reached target Multi-User System.
Nov 25 16:45:51 anarchtatil systemd[1]: Starting Light Display Manager...
Nov 25 16:45:51 anarchtatil kernel: iwlwifi 0000:00:14.3: base HW address: 70:9c:d1:ab:78:7c
Nov 25 16:45:51 anarchtatil systemd[1]: Started Light Display Manager.
Nov 25 16:45:51 anarchtatil audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lightdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 25 16:45:51 anarchtatil lightdm[1332]: Error getting user list from org.freedesktop.Accounts: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Accounts was not provided by any .service files
Nov 25 16:45:51 anarchtatil systemd[1]: Reached target Graphical Interface.
Nov 25 16:45:51 anarchtatil systemd[1]: Startup finished in 5.477s (firmware) + 2.400s (loader) + 29.868s (kernel) + 1.570s (userspace) = 39.318s.
Nov 25 16:45:51 anarchtatil kernel: r8169 0000:2e:00.0 eno2: renamed from eth0
Nov 25 16:45:51 anarchtatil sshd[1330]: Server listening on 0.0.0.0 port 22.
Nov 25 16:45:51 anarchtatil sshd[1330]: Server listening on :: port 22.
Nov 25 16:45:51 anarchtatil kernel: iwlwifi 0000:00:14.3 wlo1: renamed from wlan0
Nov 25 16:45:51 anarchtatil NetworkManager[1320]: <info>  [1669391151.5216] manager[0x55764ebee030]: monitoring kernel firmware directory '/lib/firmware'.
Nov 25 16:45:51 anarchtatil dbus-daemon[1313]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.3' (uid=0 pid=1320 comm="/usr/bin/NetworkManager --no-daemon")
Nov 25 16:45:51 anarchtatil audit: BPF prog-id=15 op=LOAD
Nov 25 16:45:51 anarchtatil audit: BPF prog-id=16 op=LOAD
Nov 25 16:45:51 anarchtatil audit: BPF prog-id=17 op=LOAD
Nov 25 16:45:51 anarchtatil systemd[1]: Starting Hostname Service...
Nov 25 16:45:51 anarchtatil dbus-daemon[1313]: [system] Successfully activated service 'org.freedesktop.hostname1'
Nov 25 16:45:51 anarchtatil systemd[1]: Started Hostname Service.
Nov 25 16:45:51 anarchtatil audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 25 16:45:51 anarchtatil NetworkManager[1320]: <info>  [1669391151.5705] hostname: hostname: using hostnamed
Nov 25 16:45:51 anarchtatil NetworkManager[1320]: <info>  [1669391151.5705] hostname: static hostname changed from (none) to "anarchtatil"
Nov 25 16:45:51 anarchtatil NetworkManager[1320]: <info>  [1669391151.5706] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink
Nov 25 16:45:51 anarchtatil NetworkManager[1320]: <info>  [1669391151.5711] rfkill1: found Wi-Fi radio killswitch (at /sys/devices/pci0000:00/0000:00:14.3/ieee80211/phy0/rfkill1) (driver iwlwifi)
Nov 25 16:45:51 anarchtatil NetworkManager[1320]: <info>  [1669391151.5711] manager[0x55764ebee030]: rfkill: Wi-Fi hardware radio set enabled
Nov 25 16:45:51 anarchtatil NetworkManager[1320]: <info>  [1669391151.5711] manager[0x55764ebee030]: rfkill: WWAN hardware radio set enabled
Nov 25 16:45:51 anarchtatil NetworkManager[1320]: <info>  [1669391151.5723] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.40.4-1/libnm-device-plugin-adsl.so)
Nov 25 16:45:51 anarchtatil NetworkManager[1320]: <info>  [1669391151.5798] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.40.4-1/libnm-device-plugin-bluetooth.so)
Nov 25 16:45:51 anarchtatil NetworkManager[1320]: <info>  [1669391151.5817] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.40.4-1/libnm-device-plugin-ovs.so)
Nov 25 16:45:51 anarchtatil NetworkManager[1320]: <info>  [1669391151.6086] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.40.4-1/libnm-device-plugin-team.so)
Nov 25 16:45:51 anarchtatil NetworkManager[1320]: <info>  [1669391151.6125] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.40.4-1/libnm-device-plugin-wifi.so)
Nov 25 16:45:51 anarchtatil NetworkManager[1320]: <info>  [1669391151.6129] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.40.4-1/libnm-device-plugin-wwan.so)
Nov 25 16:45:51 anarchtatil NetworkManager[1320]: <info>  [1669391151.6130] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Nov 25 16:45:51 anarchtatil NetworkManager[1320]: <info>  [1669391151.6131] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Nov 25 16:45:51 anarchtatil NetworkManager[1320]: <info>  [1669391151.6131] manager: Networking is enabled by state file
Nov 25 16:45:51 anarchtatil dbus-daemon[1313]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.3' (uid=0 pid=1320 comm="/usr/bin/NetworkManager --no-daemon")
Nov 25 16:45:51 anarchtatil NetworkManager[1320]: <info>  [1669391151.6136] settings: Loaded settings plugin: keyfile (internal)
Nov 25 16:45:51 anarchtatil NetworkManager[1320]: <info>  [1669391151.6147] dhcp: init: Using DHCP client 'internal'
Nov 25 16:45:51 anarchtatil NetworkManager[1320]: <info>  [1669391151.6147] device (lo): carrier: link connected
Nov 25 16:45:51 anarchtatil NetworkManager[1320]: <info>  [1669391151.6148] manager: (lo): new Generic device (/org/freedesktop/NetworkManager/Devices/1)
Nov 25 16:45:51 anarchtatil NetworkManager[1320]: <info>  [1669391151.6153] manager: (eno2): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Nov 25 16:45:51 anarchtatil NetworkManager[1320]: <info>  [1669391151.6157] settings: (eno2): created default wired connection 'Wired connection 1'
Nov 25 16:45:51 anarchtatil NetworkManager[1320]: <info>  [1669391151.6158] device (eno2): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Nov 25 16:45:51 anarchtatil systemd[1]: Starting Network Manager Script Dispatcher Service...
Nov 25 16:45:51 anarchtatil dbus-daemon[1313]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
Nov 25 16:45:51 anarchtatil systemd[1]: Started Network Manager Script Dispatcher Service.
Nov 25 16:45:51 anarchtatil audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 25 16:45:51 anarchtatil kernel: Generic FE-GE Realtek PHY r8169-0-2e00:00: attached PHY driver (mii_bus:phy_addr=r8169-0-2e00:00, irq=MAC)
Nov 25 16:45:51 anarchtatil NetworkManager[1320]: <info>  [1669391151.8378] device (wlo1): driver supports Access Point (AP) mode
Nov 25 16:45:51 anarchtatil NetworkManager[1320]: <info>  [1669391151.8381] manager: (wlo1): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/3)
Nov 25 16:45:51 anarchtatil NetworkManager[1320]: <info>  [1669391151.8382] device (wlo1): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Nov 25 16:45:51 anarchtatil kernel: r8169 0000:2e:00.0 eno2: Link is Down
Nov 25 16:45:51 anarchtatil kernel: [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
Nov 25 16:45:51 anarchtatil kernel: ACPI: video: Video Device [PEGP] (multi-head: no  rom: yes  post: no)
Nov 25 16:45:51 anarchtatil kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:06/LNXVIDEO:00/input/input27
Nov 25 16:45:51 anarchtatil kernel: ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
Nov 25 16:45:51 anarchtatil kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:01/input/input28
Nov 25 16:45:51 anarchtatil kernel: snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
Nov 25 16:45:51 anarchtatil kernel: fbcon: i915drmfb (fb0) is primary device
Nov 25 16:45:51 anarchtatil kernel: Console: switching to colour frame buffer device 240x67
Nov 25 16:45:51 anarchtatil kernel: i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
Nov 25 16:45:51 anarchtatil systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:intel_backlight...
Nov 25 16:45:52 anarchtatil systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:intel_backlight.
Nov 25 16:45:51 anarchtatil audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:intel_backlight comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 25 16:45:52 anarchtatil kernel: snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC294: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
Nov 25 16:45:52 anarchtatil kernel: snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Nov 25 16:45:52 anarchtatil kernel: snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
Nov 25 16:45:52 anarchtatil kernel: snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
Nov 25 16:45:52 anarchtatil kernel: snd_hda_codec_realtek hdaudioC0D0:    inputs:
Nov 25 16:45:52 anarchtatil kernel: snd_hda_codec_realtek hdaudioC0D0:      Mic=0x12
Nov 25 16:45:52 anarchtatil NetworkManager[1320]: <info>  [1669391152.0944] device (wlo1): set-hw-addr: set MAC address to D6:39:1B:F1:07:05 (scanning)
Nov 25 16:45:52 anarchtatil dbus-daemon[1313]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service' requested by ':1.3' (uid=0 pid=1320 comm="/usr/bin/NetworkManager --no-daemon")
Nov 25 16:45:52 anarchtatil NetworkManager[1320]: <info>  [1669391152.2873] ovsdb: disconnected from ovsdb
Nov 25 16:45:52 anarchtatil systemd[1]: Starting WPA supplicant...
Nov 25 16:45:52 anarchtatil dbus-daemon[1313]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
Nov 25 16:45:52 anarchtatil wpa_supplicant[1358]: Successfully initialized wpa_supplicant
Nov 25 16:45:52 anarchtatil systemd[1]: Started WPA supplicant.
Nov 25 16:45:52 anarchtatil audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=wpa_supplicant comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 25 16:45:52 anarchtatil NetworkManager[1320]: <info>  [1669391152.3957] device (wlo1): supplicant interface state: internal-starting -> disconnected
Nov 25 16:45:52 anarchtatil NetworkManager[1320]: <info>  [1669391152.3957] Wi-Fi P2P device controlled by interface wlo1 created
Nov 25 16:45:52 anarchtatil NetworkManager[1320]: <info>  [1669391152.3958] manager: (p2p-dev-wlo1): new 802.11 Wi-Fi P2P device (/org/freedesktop/NetworkManager/Devices/4)
Nov 25 16:45:52 anarchtatil NetworkManager[1320]: <info>  [1669391152.3960] device (p2p-dev-wlo1): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
Nov 25 16:45:52 anarchtatil NetworkManager[1320]: <info>  [1669391152.3961] device (wlo1): state change: unavailable -> disconnected (reason 'supplicant-available', sys-iface-state: 'managed')
Nov 25 16:45:52 anarchtatil NetworkManager[1320]: <info>  [1669391152.3964] device (p2p-dev-wlo1): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed')
Nov 25 16:45:52 anarchtatil kernel: input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input29
Nov 25 16:45:52 anarchtatil kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input30
Nov 25 16:45:52 anarchtatil kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input31
Nov 25 16:45:52 anarchtatil kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input32
Nov 25 16:45:52 anarchtatil kernel: input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input33
Nov 25 16:45:52 anarchtatil kernel: input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input34
Nov 25 16:45:52 anarchtatil kernel: input: HDA Intel PCH HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input35
Nov 25 16:45:52 anarchtatil kernel: input: HDA Intel PCH HDMI/DP,pcm=12 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input36
Nov 25 16:45:52 anarchtatil kernel: input: HDA Intel PCH HDMI/DP,pcm=13 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input37
Nov 25 16:45:52 anarchtatil kernel: input: HDA Intel PCH HDMI/DP,pcm=14 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input38
Nov 25 16:45:52 anarchtatil kernel: input: HDA Intel PCH HDMI/DP,pcm=15 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input39
Nov 25 16:45:52 anarchtatil kernel: input: HDA Intel PCH HDMI/DP,pcm=16 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input40
Nov 25 16:45:52 anarchtatil kernel: input: HDA Intel PCH HDMI/DP,pcm=17 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input41
Nov 25 16:45:52 anarchtatil kernel: Bluetooth: hci0: Waiting for firmware download to complete
Nov 25 16:45:52 anarchtatil kernel: Bluetooth: hci0: Firmware loaded in 1660060 usecs
Nov 25 16:45:52 anarchtatil kernel: Bluetooth: hci0: Waiting for device to boot
Nov 25 16:45:52 anarchtatil kernel: Bluetooth: hci0: Device booted in 14841 usecs
Nov 25 16:45:52 anarchtatil kernel: Bluetooth: hci0: Malformed MSFT vendor event: 0x02
Nov 25 16:45:52 anarchtatil kernel: Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-19-0-4.ddc
Nov 25 16:45:52 anarchtatil kernel: Bluetooth: hci0: Applying Intel DDC parameters completed
Nov 25 16:45:52 anarchtatil kernel: Bluetooth: hci0: Firmware revision 0.4 build 106 week 39 2022
Nov 25 16:45:55 anarchtatil wpa_supplicant[1358]: wlo1: CTRL-EVENT-REGDOM-CHANGE init=DRIVER type=COUNTRY alpha2=ES
Nov 25 16:45:55 anarchtatil NetworkManager[1320]: <info>  [1669391155.7848] policy: auto-activating connection 'vodafoneEC00_ANARTZ' (277b0a5e-6961-4618-aa4b-3bbb5afbab93)
Nov 25 16:45:55 anarchtatil NetworkManager[1320]: <info>  [1669391155.7855] device (wlo1): Activation: starting connection 'vodafoneEC00_ANARTZ' (277b0a5e-6961-4618-aa4b-3bbb5afbab93)
Nov 25 16:45:55 anarchtatil NetworkManager[1320]: <info>  [1669391155.7856] device (wlo1): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'managed')
Nov 25 16:45:55 anarchtatil NetworkManager[1320]: <info>  [1669391155.7859] manager: NetworkManager state is now CONNECTING
Nov 25 16:45:55 anarchtatil NetworkManager[1320]: <info>  [1669391155.8110] device (wlo1): set-hw-addr: reset MAC address to 70:9C:D1:AB:78:7C (preserve)
Nov 25 16:45:55 anarchtatil NetworkManager[1320]: <info>  [1669391155.8120] device (wlo1): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Nov 25 16:45:55 anarchtatil NetworkManager[1320]: <info>  [1669391155.8124] device (wlo1): Activation: (wifi) access point 'vodafoneEC00_ANARTZ' has security, but secrets are required.
Nov 25 16:45:55 anarchtatil NetworkManager[1320]: <info>  [1669391155.8124] device (wlo1): state change: config -> need-auth (reason 'none', sys-iface-state: 'managed')
Nov 25 16:45:55 anarchtatil NetworkManager[1320]: <info>  [1669391155.8136] device (wlo1): state change: need-auth -> prepare (reason 'none', sys-iface-state: 'managed')
Nov 25 16:45:55 anarchtatil NetworkManager[1320]: <info>  [1669391155.8139] device (wlo1): state change: prepare -> config (reason 'none', sys-iface-state: 'managed')
Nov 25 16:45:55 anarchtatil NetworkManager[1320]: <info>  [1669391155.8141] device (wlo1): Activation: (wifi) connection 'vodafoneEC00_ANARTZ' has security, and secrets exist.  No new secrets needed.
Nov 25 16:45:55 anarchtatil NetworkManager[1320]: <info>  [1669391155.8141] Config: added 'ssid' value 'vodafoneEC00_ANARTZ'
Nov 25 16:45:55 anarchtatil NetworkManager[1320]: <info>  [1669391155.8141] Config: added 'scan_ssid' value '1'
Nov 25 16:45:55 anarchtatil NetworkManager[1320]: <info>  [1669391155.8141] Config: added 'bgscan' value 'simple:30:-70:86400'
Nov 25 16:45:55 anarchtatil NetworkManager[1320]: <info>  [1669391155.8142] Config: added 'key_mgmt' value 'WPA-PSK WPA-PSK-SHA256 FT-PSK SAE FT-SAE'
Nov 25 16:45:55 anarchtatil NetworkManager[1320]: <info>  [1669391155.8142] Config: added 'auth_alg' value 'OPEN'
Nov 25 16:45:55 anarchtatil NetworkManager[1320]: <info>  [1669391155.8142] Config: added 'psk' value '<hidden>'
Nov 25 16:45:55 anarchtatil NetworkManager[1320]: <info>  [1669391155.8436] device (wlo1): supplicant interface state: disconnected -> inactive
Nov 25 16:45:55 anarchtatil NetworkManager[1320]: <info>  [1669391155.8436] device (p2p-dev-wlo1): supplicant management interface state: disconnected -> inactive
Nov 25 16:45:55 anarchtatil wpa_supplicant[1358]: wlo1: SME: Trying to authenticate with 78:94:b4:01:ec:01 (SSID='vodafoneEC00_ANARTZ' freq=2442 MHz)
Nov 25 16:45:55 anarchtatil kernel: wlo1: authenticate with 78:94:b4:01:ec:01
Nov 25 16:45:55 anarchtatil kernel: wlo1: bad VHT capabilities, disabling VHT
Nov 25 16:45:55 anarchtatil kernel: wlo1: Invalid HE elem, Disable HE
Nov 25 16:45:55 anarchtatil kernel: wlo1: 80 MHz not supported, disabling VHT
Nov 25 16:45:55 anarchtatil NetworkManager[1320]: <info>  [1669391155.8791] device (wlo1): supplicant interface state: inactive -> authenticating
Nov 25 16:45:55 anarchtatil NetworkManager[1320]: <info>  [1669391155.8792] device (p2p-dev-wlo1): supplicant management interface state: inactive -> authenticating
Nov 25 16:45:55 anarchtatil kernel: wlo1: send auth to 78:94:b4:01:ec:01 (try 1/3)
Nov 25 16:45:56 anarchtatil kernel: wlo1: send auth to 78:94:b4:01:ec:01 (try 2/3)
Nov 25 16:45:56 anarchtatil wpa_supplicant[1358]: wlo1: Trying to associate with 78:94:b4:01:ec:01 (SSID='vodafoneEC00_ANARTZ' freq=2442 MHz)
Nov 25 16:45:56 anarchtatil kernel: wlo1: authenticated
Nov 25 16:45:56 anarchtatil NetworkManager[1320]: <info>  [1669391156.0972] device (wlo1): supplicant interface state: authenticating -> associating
Nov 25 16:45:56 anarchtatil NetworkManager[1320]: <info>  [1669391156.0973] device (p2p-dev-wlo1): supplicant management interface state: authenticating -> associating
Nov 25 16:45:56 anarchtatil kernel: wlo1: associate with 78:94:b4:01:ec:01 (try 1/3)
Nov 25 16:45:56 anarchtatil kernel: wlo1: RX AssocResp from 78:94:b4:01:ec:01 (capab=0x411 status=0 aid=1)
Nov 25 16:45:56 anarchtatil wpa_supplicant[1358]: wlo1: Associated with 78:94:b4:01:ec:01
Nov 25 16:45:56 anarchtatil wpa_supplicant[1358]: wlo1: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
Nov 25 16:45:56 anarchtatil kernel: wlo1: associated
Nov 25 16:45:56 anarchtatil NetworkManager[1320]: <info>  [1669391156.1213] device (wlo1): supplicant interface state: associating -> 4way_handshake
Nov 25 16:45:56 anarchtatil NetworkManager[1320]: <info>  [1669391156.1213] device (p2p-dev-wlo1): supplicant management interface state: associating -> 4way_handshake
Nov 25 16:45:56 anarchtatil wpa_supplicant[1358]: wlo1: WPA: Key negotiation completed with 78:94:b4:01:ec:01 [PTK=CCMP GTK=CCMP]
Nov 25 16:45:56 anarchtatil wpa_supplicant[1358]: wlo1: CTRL-EVENT-CONNECTED - Connection to 78:94:b4:01:ec:01 completed [id=0 id_str=]
Nov 25 16:45:56 anarchtatil kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlo1: link becomes ready
Nov 25 16:45:56 anarchtatil NetworkManager[1320]: <info>  [1669391156.2395] device (wlo1): supplicant interface state: 4way_handshake -> completed
Nov 25 16:45:56 anarchtatil NetworkManager[1320]: <info>  [1669391156.2395] device (wlo1): Activation: (wifi) Stage 2 of 5 (Device Configure) successful. Connected to wireless network "vodafoneEC00_ANARTZ"
Nov 25 16:45:56 anarchtatil NetworkManager[1320]: <info>  [1669391156.2395] device (p2p-dev-wlo1): supplicant management interface state: 4way_handshake -> completed
Nov 25 16:45:56 anarchtatil NetworkManager[1320]: <info>  [1669391156.2397] device (wlo1): state change: config -> ip-config (reason 'none', sys-iface-state: 'managed')
Nov 25 16:45:56 anarchtatil NetworkManager[1320]: <info>  [1669391156.2403] dhcp4 (wlo1): activation: beginning transaction (timeout in 45 seconds)
Nov 25 16:45:56 anarchtatil wpa_supplicant[1358]: wlo1: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-62 noise=9999 txrate=26000
Nov 25 16:45:56 anarchtatil systemd[1]: systemd-rfkill.service: Deactivated successfully.
Nov 25 16:45:56 anarchtatil audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 25 16:45:56 anarchtatil kernel: kauditd_printk_skb: 25 callbacks suppressed
Nov 25 16:45:56 anarchtatil kernel: audit: type=1131 audit(1669391156.473:37): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 25 16:45:58 anarchtatil NetworkManager[1320]: <info>  [1669391158.3423] dhcp4 (wlo1): state changed new lease, address=192.168.0.13
Nov 25 16:45:58 anarchtatil NetworkManager[1320]: <info>  [1669391158.3429] policy: set 'vodafoneEC00_ANARTZ' (wlo1) as default for IPv4 routing and DNS
Nov 25 16:45:58 anarchtatil dbus-daemon[1313]: [system] Activating via systemd: service name='org.freedesktop.resolve1' unit='dbus-org.freedesktop.resolve1.service' requested by ':1.3' (uid=0 pid=1320 comm="/usr/bin/NetworkManager --no-daemon")
Nov 25 16:45:58 anarchtatil dbus-daemon[1313]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.resolve1.service': Unit dbus-org.freedesktop.resolve1.service not found.
Nov 25 16:45:58 anarchtatil NetworkManager[1320]: <info>  [1669391158.3549] device (wlo1): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'managed')
Nov 25 16:45:58 anarchtatil NetworkManager[1320]: <info>  [1669391158.3554] device (wlo1): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'managed')
Nov 25 16:45:58 anarchtatil NetworkManager[1320]: <info>  [1669391158.3555] device (wlo1): state change: secondaries -> activated (reason 'none', sys-iface-state: 'managed')
Nov 25 16:45:58 anarchtatil NetworkManager[1320]: <info>  [1669391158.3556] manager: NetworkManager state is now CONNECTED_SITE
Nov 25 16:45:58 anarchtatil NetworkManager[1320]: <info>  [1669391158.3560] device (wlo1): Activation: successful, device activated.
Nov 25 16:45:58 anarchtatil NetworkManager[1320]: <info>  [1669391158.3564] manager: startup complete
Nov 25 16:45:58 anarchtatil NetworkManager[1320]: <info>  [1669391158.5027] manager: NetworkManager state is now CONNECTED_GLOBAL
Nov 25 16:46:01 anarchtatil systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Nov 25 16:46:01 anarchtatil audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 25 16:46:01 anarchtatil kernel: audit: type=1131 audit(1669391161.643:38): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 25 16:46:21 anarchtatil systemd-timesyncd[1302]: Contacted time server 44.190.40.123:123 (2.arch.pool.ntp.org).
Nov 25 16:46:21 anarchtatil systemd-timesyncd[1302]: Initial clock synchronization to Fri 2022-11-25 16:46:21.161084 CET.
Nov 25 16:46:21 anarchtatil systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Nov 25 16:46:21 anarchtatil audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 25 16:46:21 anarchtatil kernel: audit: type=1131 audit(1669391181.586:39): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 25 16:46:21 anarchtatil audit: BPF prog-id=0 op=UNLOAD
Nov 25 16:46:21 anarchtatil audit: BPF prog-id=0 op=UNLOAD
Nov 25 16:46:21 anarchtatil audit: BPF prog-id=0 op=UNLOAD
Nov 25 16:46:21 anarchtatil kernel: audit: type=1334 audit(1669391181.679:40): prog-id=0 op=UNLOAD
Nov 25 16:46:21 anarchtatil kernel: audit: type=1334 audit(1669391181.679:41): prog-id=0 op=UNLOAD
Nov 25 16:46:21 anarchtatil kernel: audit: type=1334 audit(1669391181.679:42): prog-id=0 op=UNLOAD
Nov 25 16:46:51 anarchtatil systemd-udevd[1188]: 0000:01:00.0: Worker [1219] processing SEQNUM=3751 is taking a long time
Nov 25 16:46:53 anarchtatil wpa_supplicant[1358]: wlo1: CTRL-EVENT-SIGNAL-CHANGE above=1 signal=-56 noise=9999 txrate=26000
Nov 25 16:47:12 anarchtatil systemd[1]: Started Getty on tty2.
Nov 25 16:47:12 anarchtatil audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 25 16:47:12 anarchtatil kernel: audit: type=1130 audit(1669391232.305:43): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 25 16:47:13 anarchtatil dbus-daemon[1313]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.8' (uid=0 pid=1407 comm="/bin/login -p --   ")
Nov 25 16:47:13 anarchtatil dbus-daemon[1313]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Nov 25 16:47:13 anarchtatil login[1407]: pam_systemd_home(login:auth): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Nov 25 16:47:17 anarchtatil audit[1407]: USER_AUTH pid=1407 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="ak" exe="/usr/bin/login" hostname=anarchtatil addr=? terminal=/dev/tty2 res=success'
Nov 25 16:47:17 anarchtatil audit[1407]: USER_ACCT pid=1407 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="ak" exe="/usr/bin/login" hostname=anarchtatil addr=? terminal=/dev/tty2 res=success'
Nov 25 16:47:17 anarchtatil audit[1407]: CRED_ACQ pid=1407 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="ak" exe="/usr/bin/login" hostname=anarchtatil addr=? terminal=/dev/tty2 res=success'
Nov 25 16:47:17 anarchtatil audit[1407]: SYSCALL arch=c000003e syscall=1 success=yes exit=4 a0=5 a1=7fffed1cedb0 a2=4 a3=7fffed1ceac4 items=0 ppid=1 pid=1407 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=1000 fsgid=0 tty=tty2 ses=1 comm="login" exe="/usr/bin/login" key=(null)
Nov 25 16:47:17 anarchtatil audit: PROCTITLE proctitle=2F62696E2F6C6F67696E002D70002D2D
Nov 25 16:47:17 anarchtatil login[1407]: pam_unix(login:session): session opened for user ak(uid=1000) by LOGIN(uid=0)
Nov 25 16:47:17 anarchtatil kernel: audit: type=1100 audit(1669391237.526:44): pid=1407 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="ak" exe="/usr/bin/login" hostname=anarchtatil addr=? terminal=/dev/tty2 res=success'
Nov 25 16:47:17 anarchtatil kernel: audit: type=1101 audit(1669391237.526:45): pid=1407 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="ak" exe="/usr/bin/login" hostname=anarchtatil addr=? terminal=/dev/tty2 res=success'
Nov 25 16:47:17 anarchtatil kernel: audit: type=1103 audit(1669391237.526:46): pid=1407 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="ak" exe="/usr/bin/login" hostname=anarchtatil addr=? terminal=/dev/tty2 res=success'
Nov 25 16:47:17 anarchtatil kernel: audit: type=1006 audit(1669391237.526:47): pid=1407 uid=0 old-auid=4294967295 auid=1000 tty=tty2 old-ses=4294967295 ses=1 res=1
Nov 25 16:47:17 anarchtatil kernel: audit: type=1300 audit(1669391237.526:47): arch=c000003e syscall=1 success=yes exit=4 a0=5 a1=7fffed1cedb0 a2=4 a3=7fffed1ceac4 items=0 ppid=1 pid=1407 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=1000 fsgid=0 tty=tty2 ses=1 comm="login" exe="/usr/bin/login" key=(null)
Nov 25 16:47:17 anarchtatil kernel: audit: type=1327 audit(1669391237.526:47): proctitle=2F62696E2F6C6F67696E002D70002D2D
Nov 25 16:47:17 anarchtatil systemd[1]: Created slice User Slice of UID 1000.
Nov 25 16:47:17 anarchtatil systemd[1]: Starting User Runtime Directory /run/user/1000...
Nov 25 16:47:17 anarchtatil systemd-logind[1318]: New session 1 of user ak.
Nov 25 16:47:17 anarchtatil audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 25 16:47:17 anarchtatil systemd[1]: Finished User Runtime Directory /run/user/1000.
Nov 25 16:47:17 anarchtatil systemd[1]: Starting User Manager for UID 1000...
Nov 25 16:47:17 anarchtatil kernel: audit: type=1130 audit(1669391237.559:48): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 25 16:47:17 anarchtatil dbus-daemon[1313]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.10' (uid=0 pid=1409 comm="(systemd)")
Nov 25 16:47:17 anarchtatil dbus-daemon[1313]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Nov 25 16:47:17 anarchtatil systemd[1409]: pam_systemd_home(systemd-user:account): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Nov 25 16:47:17 anarchtatil audit[1409]: USER_ACCT pid=1409 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="ak" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 25 16:47:17 anarchtatil systemd[1409]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[ak] ruser=[<unknown>] rhost=[<unknown>]
Nov 25 16:47:17 anarchtatil audit[1409]: CRED_ACQ pid=1409 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="ak" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Nov 25 16:47:17 anarchtatil audit[1409]: SYSCALL arch=c000003e syscall=1 success=yes exit=4 a0=9 a1=7ffeef82f010 a2=4 a3=7ffeef82ed24 items=0 ppid=1 pid=1409 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=2 comm="(systemd)" exe="/usr/lib/systemd/systemd" key=(null)
Nov 25 16:47:17 anarchtatil audit: PROCTITLE proctitle="(systemd)"
Nov 25 16:47:17 anarchtatil kernel: audit: type=1101 audit(1669391237.562:49): pid=1409 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="ak" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 25 16:47:17 anarchtatil kernel: audit: type=1103 audit(1669391237.562:50): pid=1409 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="ak" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Nov 25 16:47:17 anarchtatil kernel: audit: type=1006 audit(1669391237.562:51): pid=1409 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
Nov 25 16:47:17 anarchtatil systemd[1409]: pam_unix(systemd-user:session): session opened for user ak(uid=1000) by (uid=0)
Nov 25 16:47:17 anarchtatil audit[1409]: USER_START pid=1409 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_systemd_home,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="ak" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 25 16:47:17 anarchtatil systemd[1409]: Queued start job for default target Main User Target.
Nov 25 16:47:17 anarchtatil systemd-journald[1178]: File /var/log/journal/e4d7b831c5d2438785df880ddf646e48/user-1000.journal corrupted or uncleanly shut down, renaming and replacing.
Nov 25 16:47:17 anarchtatil audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 25 16:47:17 anarchtatil systemd[1409]: Created slice User Application Slice.
Nov 25 16:47:17 anarchtatil systemd[1409]: Reached target Paths.
Nov 25 16:47:17 anarchtatil systemd[1409]: Reached target Timers.
Nov 25 16:47:17 anarchtatil systemd[1409]: Starting D-Bus User Message Bus Socket...
Nov 25 16:47:17 anarchtatil systemd[1409]: Listening on GnuPG network certificate management daemon.
Nov 25 16:47:17 anarchtatil systemd[1409]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Nov 25 16:47:17 anarchtatil systemd[1409]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Nov 25 16:47:17 anarchtatil systemd[1409]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Nov 25 16:47:17 anarchtatil systemd[1409]: Listening on GnuPG cryptographic agent and passphrase cache.
Nov 25 16:47:17 anarchtatil systemd[1409]: Listening on p11-kit server.
Nov 25 16:47:17 anarchtatil audit[1407]: USER_START pid=1407 uid=0 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_systemd_home,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="ak" exe="/usr/bin/login" hostname=anarchtatil addr=? terminal=/dev/tty2 res=success'
Nov 25 16:47:17 anarchtatil audit[1407]: CRED_REFR pid=1407 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="ak" exe="/usr/bin/login" hostname=anarchtatil addr=? terminal=/dev/tty2 res=success'
Nov 25 16:47:17 anarchtatil systemd[1409]: Listening on D-Bus User Message Bus Socket.
Nov 25 16:47:17 anarchtatil systemd[1409]: Reached target Sockets.
Nov 25 16:47:17 anarchtatil systemd[1409]: Reached target Basic System.
Nov 25 16:47:17 anarchtatil systemd[1409]: Reached target Main User Target.
Nov 25 16:47:17 anarchtatil systemd[1409]: Startup finished in 66ms.
Nov 25 16:47:17 anarchtatil systemd[1]: Started User Manager for UID 1000.
Nov 25 16:47:17 anarchtatil systemd[1]: Started Session 1 of User ak.
Nov 25 16:47:17 anarchtatil login[1407]: LOGIN ON tty2 BY ak
Nov 25 16:47:36 anarchtatil dbus-daemon[1313]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.12' (uid=0 pid=1532 comm="sshd: ak [priv]    ")
Nov 25 16:47:36 anarchtatil dbus-daemon[1313]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Nov 25 16:47:36 anarchtatil sshd[1532]: pam_systemd_home(sshd:auth): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Nov 25 16:47:36 anarchtatil audit[1532]: USER_AUTH pid=1532 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_shells,pam_faillock,pam_permit,pam_faillock acct="ak" exe="/usr/bin/sshd" hostname=192.168.0.12 addr=192.168.0.12 terminal=ssh res=success'
Nov 25 16:47:36 anarchtatil sshd[1532]: Accepted password for ak from 192.168.0.12 port 49317 ssh2
Nov 25 16:47:36 anarchtatil audit[1532]: USER_ACCT pid=1532 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="ak" exe="/usr/bin/sshd" hostname=192.168.0.12 addr=192.168.0.12 terminal=ssh res=success'
Nov 25 16:47:36 anarchtatil kernel: kauditd_printk_skb: 6 callbacks suppressed
Nov 25 16:47:36 anarchtatil kernel: audit: type=1100 audit(1669391256.403:56): pid=1532 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_shells,pam_faillock,pam_permit,pam_faillock acct="ak" exe="/usr/bin/sshd" hostname=192.168.0.12 addr=192.168.0.12 terminal=ssh res=success'
Nov 25 16:47:36 anarchtatil kernel: audit: type=1101 audit(1669391256.403:57): pid=1532 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="ak" exe="/usr/bin/sshd" hostname=192.168.0.12 addr=192.168.0.12 terminal=ssh res=success'
Nov 25 16:47:36 anarchtatil audit[1532]: CRED_ACQ pid=1532 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_faillock acct="ak" exe="/usr/bin/sshd" hostname=192.168.0.12 addr=192.168.0.12 terminal=ssh res=success'
Nov 25 16:47:36 anarchtatil audit[1532]: SYSCALL arch=c000003e syscall=1 success=yes exit=4 a0=3 a1=7ffdf64ed840 a2=4 a3=7ffdf64ed554 items=0 ppid=1330 pid=1532 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="sshd" exe="/usr/bin/sshd" key=(null)
Nov 25 16:47:36 anarchtatil audit: PROCTITLE proctitle=737368643A20616B205B707269765D
Nov 25 16:47:36 anarchtatil sshd[1532]: pam_unix(sshd:session): session opened for user ak(uid=1000) by (uid=0)
Nov 25 16:47:36 anarchtatil kernel: audit: type=1103 audit(1669391256.406:58): pid=1532 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_faillock acct="ak" exe="/usr/bin/sshd" hostname=192.168.0.12 addr=192.168.0.12 terminal=ssh res=success'
Nov 25 16:47:36 anarchtatil kernel: audit: type=1006 audit(1669391256.406:59): pid=1532 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=3 res=1
Nov 25 16:47:36 anarchtatil kernel: audit: type=1300 audit(1669391256.406:59): arch=c000003e syscall=1 success=yes exit=4 a0=3 a1=7ffdf64ed840 a2=4 a3=7ffdf64ed554 items=0 ppid=1330 pid=1532 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=3 comm="sshd" exe="/usr/bin/sshd" key=(null)
Nov 25 16:47:36 anarchtatil kernel: audit: type=1327 audit(1669391256.406:59): proctitle=737368643A20616B205B707269765D
Nov 25 16:47:36 anarchtatil systemd-logind[1318]: New session 3 of user ak.
Nov 25 16:47:36 anarchtatil systemd[1]: Started Session 3 of User ak.
Nov 25 16:47:36 anarchtatil audit[1532]: USER_START pid=1532 uid=0 auid=1000 ses=3 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_systemd_home,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="ak" exe="/usr/bin/sshd" hostname=192.168.0.12 addr=192.168.0.12 terminal=ssh res=success'
Nov 25 16:47:36 anarchtatil kernel: audit: type=1105 audit(1669391256.453:60): pid=1532 uid=0 auid=1000 ses=3 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_systemd_home,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="ak" exe="/usr/bin/sshd" hostname=192.168.0.12 addr=192.168.0.12 terminal=ssh res=success'
Nov 25 16:47:36 anarchtatil audit[1534]: CRED_ACQ pid=1534 uid=0 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_faillock acct="ak" exe="/usr/bin/sshd" hostname=192.168.0.12 addr=192.168.0.12 terminal=ssh res=success'
Nov 25 16:47:36 anarchtatil kernel: audit: type=1103 audit(1669391256.456:61): pid=1534 uid=0 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_faillock acct="ak" exe="/usr/bin/sshd" hostname=192.168.0.12 addr=192.168.0.12 terminal=ssh res=success'
Nov 25 16:48:24 anarchtatil dbus-daemon[1313]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.13' (uid=0 pid=1645 comm="sudo journalctl -b")
Nov 25 16:48:24 anarchtatil dbus-daemon[1313]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
Nov 25 16:48:24 anarchtatil sudo[1645]: pam_systemd_home(sudo:auth): systemd-homed is not available: Unit dbus-org.freedesktop.home1.service not found.
Nov 25 16:48:28 anarchtatil audit[1645]: USER_AUTH pid=1645 uid=1000 auid=1000 ses=3 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="ak" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 25 16:48:28 anarchtatil audit[1645]: USER_ACCT pid=1645 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="ak" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 25 16:48:28 anarchtatil audit[1645]: CRED_REFR pid=1645 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 25 16:48:28 anarchtatil audit[1645]: USER_START pid=1645 uid=1000 auid=1000 ses=3 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 25 16:48:28 anarchtatil sudo[1645]:       ak : TTY=pts/0 ; PWD=/home/ak ; USER=root ; COMMAND=/usr/bin/journalctl -b
Nov 25 16:48:28 anarchtatil sudo[1645]: pam_unix(sudo:session): session opened for user root(uid=0) by ak(uid=1000)
Nov 25 16:48:28 anarchtatil kernel: audit: type=1100 audit(1669391308.859:62): pid=1645 uid=1000 auid=1000 ses=3 msg='op=PAM:authentication grantors=pam_faillock,pam_permit,pam_faillock acct="ak" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 25 16:48:28 anarchtatil kernel: audit: type=1101 audit(1669391308.859:63): pid=1645 uid=1000 auid=1000 ses=3 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="ak" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 25 16:48:28 anarchtatil kernel: audit: type=1110 audit(1669391308.859:64): pid=1645 uid=1000 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
Nov 25 16:48:28 anarchtatil kernel: audit: type=1105 audit(1669391308.859:65): pid=1645 uid=1000 auid=1000 ses=3 msg='op=PAM:session_open grantors=pam_systemd_home,pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'

Offline

#12 2022-11-25 16:04:05

seth
Member
Registered: 2012-09-03
Posts: 50,012

Re: [SOLVED] Startx getting freezed

Nov 25 16:45:51 anarchtatil kernel: traps: Missing ENDBR: _nv011889rm+0x0/0x10 [nvidia]

https://wiki.archlinux.org/title/NVIDIA#Installation
See the ibt=off note.

Offline

#13 2022-11-25 17:38:05

Anartz
Member
Registered: 2022-11-24
Posts: 12

Re: [SOLVED] Startx getting freezed

Thank you very much Seth, I turned off the ibt from my grub and startx is now working correctly.

Offline

#14 2022-11-25 19:42:32

seth
Member
Registered: 2012-09-03
Posts: 50,012

Re: [SOLVED] Startx getting freezed

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

#15 2022-11-25 23:50:09

cfr
Member
From: Cymru
Registered: 2011-11-27
Posts: 7,131

Re: [SOLVED] Startx getting freezed

seth wrote:

Since this is an optimus system:

Would you mind my asking what told you that?


CLI Paste | How To Ask Questions

Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L

Offline

#16 2022-11-26 07:55:45

seth
Member
Registered: 2012-09-03
Posts: 50,012

Re: [SOLVED] Startx getting freezed

These are two VGA devices:

[   218.800] (--) PCI:*(0@0:2:0) 8086:9a49:1043:16e2 rev 1, Mem @ 0x622e000000/16777216, 0x4000000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[   218.800] (--) PCI: (1@0:0:0) 10de:2520:1043:16e2 rev 161, Mem @ 0x85000000/16777216, 0x6000000000/8589934592, 0x6200000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????

10de:2520 is an Nvidia GA106M (you can ask google about this) - so this is a hybrid graphics system w/ an nvidia mobile chip.
Chances for that being not an optimus system are more theoretical.

Offline

#17 2022-11-26 16:42:59

cfr
Member
From: Cymru
Registered: 2011-11-27
Posts: 7,131

Re: [SOLVED] Startx getting freezed

seth wrote:

10de:2520 is an Nvidia GA106M (you can ask google about this) - so this is a hybrid graphics system w/ an nvidia mobile chip.
Chances for that being not an optimus system are more theoretical.

Thanks very much for explaining.


CLI Paste | How To Ask Questions

Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L

Offline

Board footer

Powered by FluxBB