You are not logged in.

#1 2021-04-29 04:01:34

fhuddles
Member
From: San Antonio, Texas, USA
Registered: 2017-05-16
Posts: 8

Solved:X Windows hangs with black unresponsive screen after short time

I am running an Intel NUC computer and using a TCL Roku TV as the display, over HDMI. I also have sound output to a DAC and amp via the TV's optical output. It's been working fairly well except sometimes sound did not come back after a reboot. I'd have to mess with it, kill pulseaudio, reboot again, and finally get sound again.
But a few days ago I had a much more serious problem: the screen just went black and unresponsive within 30 minutes or so of running X windows (Xorg). I have to power the computer off and restart. I cannot do Ctrl-Alt-F2 or so to get another login at that time. However, if I just log into the system after a reboot and don't start X, it continues to work and does not blank out.
When the screen is black like this, I can still log into the computer via the network. An attempt to reboot from this online connection does not work.
I have tried a number of things but nothing has fixed it yet. Perhaps someone here can help me.
I have:
Disabled pulseaudio: at first I thought it was in some conflict with X, but it happened even with pulseaudio disabled.
Renamed my .xinitrc file and started plain X. Still happened.
Updated my BIOS. No change.
I noticed that one of the 4 CPU cores had high (60-70%) usage in conky. Upon investigating with top it seemed it was interrupt processing (hi). Looking at /proc/interrupts, i saw a lot of interrupts from i801_smbus, which I traced to the module(s) i2c_i801 and i2c_smbus. I blacklisted them. The exorbitant interrupt processing stopped, but the problem continued.
I'm including some files that may help. Let me know if you'd like more information.

My .xinitrc file (I log into command-line mode, then start X with "startx":

xsetroot -solid "#303030"
openbox-session


Status of pulseaudio and Xorg sometime after this hang: immediately after they are in normal states.
ps aux | egrep 'pulse|Xorg'
fhuddles    1852  0.0  0.1 306984 13440 ?        D<sl 22:12   0:00 /usr/bin/pulseaudio --daemonize=no --log-target=journal
fhuddles    1855  0.0  0.0 237048  7596 ?        Sl   22:12   0:00 /usr/lib/pulse/gsettings-helper
fhuddles    1880  0.3  0.9 800756 73792 tty1     Dl   22:13   0:07 /usr/lib/Xorg -nolisten tcp :0 vt1 -keeptty -auth /tmp/serverauth.3dDFsbc9LJ
fhuddles   10613  0.0  0.0   3168   800 pts/1    S+   22:54   0:00 grep -E pulse|Xorg


Xorg.0.log:

[  9922.980] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[  9922.981] 
X.Org X Server 1.20.11
X Protocol Version 11, Revision 0
[  9922.985] Build Operating System: Linux Archlinux
[  9922.986] Current Operating System: Linux nemo 5.11.16-arch1-1 #1 SMP PREEMPT Wed, 21 Apr 2021 17:22:13 +0000 x86_64
[  9922.986] Kernel command line: initrd=\intel-ucode.img initrd=\initramfs-linux.img root=LABEL=ROOT rw rootfstype=ext4 add_efi_memmap
[  9922.988] Build Date: 13 April 2021  03:12:10PM
[  9922.989]  
[  9922.990] Current version of pixman: 0.40.0
[  9922.992] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[  9922.993] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  9922.996] (==) Log file: "/home/fhuddles/.local/share/xorg/Xorg.0.log", Time: Wed Apr 28 22:13:05 2021
[  9922.997] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[  9922.997] (==) No Layout section.  Using the first Screen section.
[  9922.997] (==) No screen section available. Using defaults.
[  9922.997] (**) |-->Screen "Default Screen Section" (0)
[  9922.997] (**) |   |-->Monitor "<default monitor>"
[  9922.997] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[  9922.997] (==) Automatically adding devices
[  9922.997] (==) Automatically enabling devices
[  9922.997] (==) Automatically adding GPU devices
[  9922.997] (==) Automatically binding GPU devices
[  9922.997] (==) Max clients allowed: 256, resource mask: 0x1fffff
[  9922.998] (WW) The directory "/usr/share/fonts/misc" does not exist.
[  9922.998] 	Entry deleted from font path.
[  9922.998] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[  9922.998] 	Entry deleted from font path.
[  9922.998] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[  9922.998] 	Entry deleted from font path.
[  9922.998] (==) FontPath set to:
	/usr/share/fonts/TTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[  9922.998] (==) ModulePath set to "/usr/lib/xorg/modules"
[  9922.998] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[  9922.998] (II) Module ABI versions:
[  9922.998] 	X.Org ANSI C Emulation: 0.4
[  9922.998] 	X.Org Video Driver: 24.1
[  9922.998] 	X.Org XInput driver : 24.1
[  9922.998] 	X.Org Server Extension : 10.0
[  9922.999] (++) using VT number 1

[  9923.001] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[  9923.002] (II) xfree86: Adding drm device (/dev/dri/card0)
[  9923.003] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[  9923.007] (--) PCI:*(0@0:2:0) 8086:3184:8086:2072 rev 3, Mem @ 0xa0000000/16777216, 0x90000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[  9923.007] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[  9923.007] (II) LoadModule: "glx"
[  9923.007] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[  9923.010] (II) Module glx: vendor="X.Org Foundation"
[  9923.010] 	compiled for 1.20.11, module version = 1.0.0
[  9923.010] 	ABI class: X.Org Server Extension, version 10.0
[  9923.010] (==) Matched intel as autoconfigured driver 0
[  9923.010] (==) Matched modesetting as autoconfigured driver 1
[  9923.010] (==) Matched fbdev as autoconfigured driver 2
[  9923.010] (==) Matched vesa as autoconfigured driver 3
[  9923.010] (==) Assigned the driver to the xf86ConfigLayout
[  9923.010] (II) LoadModule: "intel"
[  9923.010] (WW) Warning, couldn't open module intel
[  9923.010] (EE) Failed to load module "intel" (module does not exist, 0)
[  9923.010] (II) LoadModule: "modesetting"
[  9923.010] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[  9923.011] (II) Module modesetting: vendor="X.Org Foundation"
[  9923.011] 	compiled for 1.20.11, module version = 1.20.11
[  9923.011] 	Module class: X.Org Video Driver
[  9923.011] 	ABI class: X.Org Video Driver, version 24.1
[  9923.011] (II) LoadModule: "fbdev"
[  9923.012] (WW) Warning, couldn't open module fbdev
[  9923.012] (EE) Failed to load module "fbdev" (module does not exist, 0)
[  9923.012] (II) LoadModule: "vesa"
[  9923.012] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
[  9923.012] (II) Module vesa: vendor="X.Org Foundation"
[  9923.012] 	compiled for 1.20.9, module version = 2.5.0
[  9923.012] 	Module class: X.Org Video Driver
[  9923.012] 	ABI class: X.Org Video Driver, version 24.1
[  9923.012] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[  9923.012] (II) VESA: driver for VESA chipsets: vesa
[  9923.012] xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted)
[  9923.012] (II) modeset(0): using drv /dev/dri/card0
[  9923.012] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[  9923.012] (II) modeset(0): Creating default Display subsection in Screen section
	"Default Screen Section" for depth/fbbpp 24/32
[  9923.012] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[  9923.012] (==) modeset(0): RGB weight 888
[  9923.013] (==) modeset(0): Default visual is TrueColor
[  9923.013] (II) Loading sub module "glamoregl"
[  9923.013] (II) LoadModule: "glamoregl"
[  9923.013] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[  9923.026] (II) Module glamoregl: vendor="X.Org Foundation"
[  9923.027] 	compiled for 1.20.11, module version = 1.0.1
[  9923.027] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  9923.468] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) UHD Graphics 605 (GLK 3)
[  9923.468] (II) modeset(0): glamor initialized
[  9923.496] (II) modeset(0): Output HDMI-1 has no monitor section
[  9923.497] (II) modeset(0): Output HDMI-2 has no monitor section
[  9923.525] (II) modeset(0): EDID for output HDMI-1
[  9923.525] (II) modeset(0): Manufacturer: TCL  Model: 0  Serial#: 16843009
[  9923.525] (II) modeset(0): Year: 2017  Week: 2
[  9923.525] (II) modeset(0): EDID Version: 1.3
[  9923.525] (II) modeset(0): Digital Display Input
[  9923.525] (II) modeset(0): Max Image Size [cm]: horiz.: 89  vert.: 50
[  9923.525] (II) modeset(0): Gamma: 2.20
[  9923.525] (II) modeset(0): No DPMS capabilities specified
[  9923.525] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4 
[  9923.525] (II) modeset(0): First detailed timing is preferred mode
[  9923.525] (II) modeset(0): redX: 0.625 redY: 0.340   greenX: 0.280 greenY: 0.595
[  9923.525] (II) modeset(0): blueX: 0.155 blueY: 0.070   whiteX: 0.283 whiteY: 0.298
[  9923.525] (II) modeset(0): Supported established timings:
[  9923.525] (II) modeset(0): 720x400@70Hz
[  9923.525] (II) modeset(0): 640x480@60Hz
[  9923.525] (II) modeset(0): 800x600@60Hz
[  9923.525] (II) modeset(0): 800x600@75Hz
[  9923.525] (II) modeset(0): 1024x768@60Hz
[  9923.525] (II) modeset(0): 1024x768@75Hz
[  9923.525] (II) modeset(0): 1280x1024@75Hz
[  9923.525] (II) modeset(0): Manufacturer's mask: 0
[  9923.525] (II) modeset(0): Supported standard timings:
[  9923.525] (II) modeset(0): #0: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[  9923.525] (II) modeset(0): #1: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
[  9923.525] (II) modeset(0): #2: hsize: 960  vsize 600  refresh: 75  vid: 3929
[  9923.525] (II) modeset(0): Supported detailed timing:
[  9923.525] (II) modeset(0): clock: 148.5 MHz   Image Size:  800 x 450 mm
[  9923.525] (II) modeset(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[  9923.525] (II) modeset(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[  9923.525] (II) modeset(0): Supported detailed timing:
[  9923.525] (II) modeset(0): clock: 74.2 MHz   Image Size:  580 x 320 mm
[  9923.525] (II) modeset(0): h_active: 1280  h_sync: 1390  h_sync_end 1430 h_blank_end 1650 h_border: 0
[  9923.525] (II) modeset(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[  9923.525] (II) modeset(0): Monitor name: TCL
[  9923.525] (II) modeset(0): Ranges: V min: 50 V max: 85 Hz, H min: 14 H max: 70 kHz, PixClock max 165 MHz
[  9923.525] (II) modeset(0): Supported detailed timing:
[  9923.525] (II) modeset(0): clock: 74.2 MHz   Image Size:  580 x 320 mm
[  9923.525] (II) modeset(0): h_active: 1920  h_sync: 2448  h_sync_end 2492 h_blank_end 2640 h_border: 0
[  9923.525] (II) modeset(0): v_active: 540  v_sync: 542  v_sync_end 547 v_blanking: 562 v_border: 0
[  9923.526] (II) modeset(0): Supported detailed timing:
[  9923.526] (II) modeset(0): clock: 74.2 MHz   Image Size:  580 x 320 mm
[  9923.526] (II) modeset(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[  9923.526] (II) modeset(0): v_active: 540  v_sync: 542  v_sync_end 547 v_blanking: 562 v_border: 0
[  9923.526] (II) modeset(0): Supported detailed timing:
[  9923.526] (II) modeset(0): clock: 74.2 MHz   Image Size:  580 x 320 mm
[  9923.526] (II) modeset(0): h_active: 1280  h_sync: 1720  h_sync_end 1760 h_blank_end 1980 h_border: 0
[  9923.526] (II) modeset(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[  9923.526] (II) modeset(0): Supported detailed timing:
[  9923.526] (II) modeset(0): clock: 74.2 MHz   Image Size:  580 x 320 mm
[  9923.526] (II) modeset(0): h_active: 1280  h_sync: 1390  h_sync_end 1430 h_blank_end 1650 h_border: 0
[  9923.526] (II) modeset(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 30
[  9923.526] (II) modeset(0): Number of EDID sections to follow: 1
[  9923.526] (II) modeset(0): EDID (in hex):
[  9923.526] (II) modeset(0): 	00ffffffffffff00506c000001010101
[  9923.526] (II) modeset(0): 	021b0103805932780a0dc9a057479827
[  9923.526] (II) modeset(0): 	12484ca14b008180d1c0590f01010101
[  9923.526] (II) modeset(0): 	010101010101023a801871382d40582c
[  9923.526] (II) modeset(0): 	450020c23100001e011d007251d01e20
[  9923.526] (II) modeset(0): 	6e28550044402100001e000000fc0054
[  9923.526] (II) modeset(0): 	434c0a202020202020202020000000fd
[  9923.526] (II) modeset(0): 	0032550e4610000a20202020202001f2
[  9923.526] (II) modeset(0): 	02032d70521413121116150504030207
[  9923.526] (II) modeset(0): 	06011f102021228301000067030c0020
[  9923.526] (II) modeset(0): 	00b82d29097f01157f50570700011d80
[  9923.526] (II) modeset(0): 	d0721c1620102c258044402100009e01
[  9923.526] (II) modeset(0): 	1d8018711c1620582c25004440210000
[  9923.526] (II) modeset(0): 	98011d00bc52d01e20b8285540444021
[  9923.526] (II) modeset(0): 	00001e011d007251d01e206e28550044
[  9923.526] (II) modeset(0): 	4021001e000000000000000000000032
[  9923.526] (--) modeset(0): HDMI max TMDS frequency 225000KHz
[  9923.526] (II) modeset(0): Printing probed modes for output HDMI-1
[  9923.526] (II) modeset(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz eP)
[  9923.526] (II) modeset(0): Modeline "1920x1080"x50.0  148.50  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (56.2 kHz e)
[  9923.526] (II) modeset(0): Modeline "1920x1080"x59.9  148.35  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[  9923.526] (II) modeset(0): Modeline "1920x1080i"x60.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace -hsync -vsync (33.8 kHz e)
[  9923.526] (II) modeset(0): Modeline "1920x1080i"x60.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
[  9923.526] (II) modeset(0): Modeline "1920x1080i"x50.0   74.25  1920 2448 2492 2640  1080 1084 1094 1125 interlace +hsync +vsync (28.1 kHz e)
[  9923.526] (II) modeset(0): Modeline "1920x1080"x30.0   74.25  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (33.8 kHz e)
[  9923.526] (II) modeset(0): Modeline "1920x1080"x25.0   74.25  1920 2448 2492 2640  1080 1084 1089 1125 +hsync +vsync (28.1 kHz e)
[  9923.526] (II) modeset(0): Modeline "1920x1080"x24.0   74.25  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[  9923.526] (II) modeset(0): Modeline "1920x1080i"x59.9   74.18  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.7 kHz e)
[  9923.526] (II) modeset(0): Modeline "1920x1080"x30.0   74.18  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (33.7 kHz e)
[  9923.526] (II) modeset(0): Modeline "1920x1080"x24.0   74.18  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[  9923.526] (II) modeset(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[  9923.526] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[  9923.527] (II) modeset(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[  9923.527] (II) modeset(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 -hsync -vsync (45.0 kHz e)
[  9923.527] (II) modeset(0): Modeline "1280x720"x50.0   74.25  1280 1720 1760 1980  720 725 730 750 +hsync +vsync (37.5 kHz e)
[  9923.527] (II) modeset(0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[  9923.527] (II) modeset(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[  9923.527] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[  9923.527] (II) modeset(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[  9923.527] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[  9923.527] (II) modeset(0): Modeline "720x576"x50.0   27.00  720 732 796 864  576 581 586 625 -hsync -vsync (31.2 kHz e)
[  9923.527] (II) modeset(0): Modeline "720x576i"x50.0   13.50  720 732 795 864  576 580 586 625 interlace -hsync -vsync (15.6 kHz e)
[  9923.527] (II) modeset(0): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[  9923.527] (II) modeset(0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[  9923.527] (II) modeset(0): Modeline "720x480i"x60.0   13.51  720 739 801 858  480 488 494 525 interlace -hsync -vsync (15.8 kHz e)
[  9923.527] (II) modeset(0): Modeline "720x480i"x59.9   13.50  720 739 801 858  480 488 494 525 interlace -hsync -vsync (15.7 kHz e)
[  9923.527] (II) modeset(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  9923.527] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[  9923.527] (II) modeset(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[  9923.528] (II) modeset(0): EDID for output HDMI-2
[  9923.528] (II) modeset(0): Output HDMI-1 connected
[  9923.528] (II) modeset(0): Output HDMI-2 disconnected
[  9923.528] (II) modeset(0): Using exact sizes for initial modes
[  9923.528] (II) modeset(0): Output HDMI-1 using initial mode 1920x1080 +0+0
[  9923.528] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[  9923.528] (==) modeset(0): DPI set to (96, 96)
[  9923.528] (II) Loading sub module "fb"
[  9923.528] (II) LoadModule: "fb"
[  9923.528] (II) Loading /usr/lib/xorg/modules/libfb.so
[  9923.531] (II) Module fb: vendor="X.Org Foundation"
[  9923.531] 	compiled for 1.20.11, module version = 1.0.0
[  9923.531] 	ABI class: X.Org ANSI C Emulation, version 0.4
[  9923.531] (II) UnloadModule: "vesa"
[  9923.531] (II) Unloading vesa
[  9923.597] (==) modeset(0): Backing store enabled
[  9923.597] (==) modeset(0): Silken mouse disabled
[  9923.739] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[  9923.739] (==) modeset(0): DPMS enabled
[  9923.739] (II) modeset(0): [DRI2] Setup complete
[  9923.739] (II) modeset(0): [DRI2]   DRI driver: iris
[  9923.740] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
[  9923.740] (II) Initializing extension Generic Event Extension
[  9923.740] (II) Initializing extension SHAPE
[  9923.740] (II) Initializing extension MIT-SHM
[  9923.740] (II) Initializing extension XInputExtension
[  9923.740] (II) Initializing extension XTEST
[  9923.740] (II) Initializing extension BIG-REQUESTS
[  9923.740] (II) Initializing extension SYNC
[  9923.740] (II) Initializing extension XKEYBOARD
[  9923.740] (II) Initializing extension XC-MISC
[  9923.740] (II) Initializing extension SECURITY
[  9923.740] (II) Initializing extension XFIXES
[  9923.741] (II) Initializing extension RENDER
[  9923.741] (II) Initializing extension RANDR
[  9923.741] (II) Initializing extension COMPOSITE
[  9923.741] (II) Initializing extension DAMAGE
[  9923.741] (II) Initializing extension MIT-SCREEN-SAVER
[  9923.741] (II) Initializing extension DOUBLE-BUFFER
[  9923.741] (II) Initializing extension RECORD
[  9923.741] (II) Initializing extension DPMS
[  9923.741] (II) Initializing extension Present
[  9923.741] (II) Initializing extension DRI3
[  9923.741] (II) Initializing extension X-Resource
[  9923.741] (II) Initializing extension XVideo
[  9923.741] (II) Initializing extension XVideo-MotionCompensation
[  9923.741] (II) Initializing extension GLX
[  9923.763] (II) AIGLX: Loaded and initialized iris
[  9923.763] (II) GLX: Initialized DRI2 GL provider for screen 0
[  9923.763] (II) Initializing extension XFree86-VidModeExtension
[  9923.763] (II) Initializing extension XFree86-DGA
[  9923.763] (II) Initializing extension XFree86-DRI
[  9923.763] (II) Initializing extension DRI2
[  9923.777] (II) modeset(0): Damage tracking initialized
[  9923.777] (II) modeset(0): Setting screen physical size to 508 x 285
[  9923.979] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[  9923.979] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  9923.979] (II) LoadModule: "libinput"
[  9923.979] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[  9923.990] (II) Module libinput: vendor="X.Org Foundation"
[  9923.990] 	compiled for 1.20.11, module version = 1.0.1
[  9923.990] 	Module class: X.Org XInput Driver
[  9923.990] 	ABI class: X.Org XInput driver, version 24.1
[  9923.990] (II) Using input driver 'libinput' for 'Power Button'
[  9923.992] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 19 paused 0
[  9923.992] (**) Power Button: always reports core events
[  9923.992] (**) Option "Device" "/dev/input/event2"
[  9923.992] (**) Option "_source" "server/udev"
[  9924.006] (II) event2  - Power Button: is tagged by udev as: Keyboard
[  9924.006] (II) event2  - Power Button: device is a keyboard
[  9924.006] (II) event2  - Power Button: device removed
[  9924.006] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[  9924.006] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[  9924.008] (II) event2  - Power Button: is tagged by udev as: Keyboard
[  9924.008] (II) event2  - Power Button: device is a keyboard
[  9924.009] (II) config/udev: Adding input device Video Bus (/dev/input/event8)
[  9924.009] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[  9924.009] (II) Using input driver 'libinput' for 'Video Bus'
[  9924.010] (II) systemd-logind: got fd for /dev/input/event8 13:72 fd 22 paused 0
[  9924.010] (**) Video Bus: always reports core events
[  9924.010] (**) Option "Device" "/dev/input/event8"
[  9924.010] (**) Option "_source" "server/udev"
[  9924.012] (II) event8  - Video Bus: is tagged by udev as: Keyboard
[  9924.012] (II) event8  - Video Bus: device is a keyboard
[  9924.012] (II) event8  - Video Bus: device removed
[  9924.012] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input8/event8"
[  9924.012] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[  9924.014] (II) event8  - Video Bus: is tagged by udev as: Keyboard
[  9924.014] (II) event8  - Video Bus: device is a keyboard
[  9924.015] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[  9924.015] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[  9924.015] (II) Using input driver 'libinput' for 'Power Button'
[  9924.016] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 23 paused 0
[  9924.016] (**) Power Button: always reports core events
[  9924.016] (**) Option "Device" "/dev/input/event0"
[  9924.016] (**) Option "_source" "server/udev"
[  9924.018] (II) event0  - Power Button: is tagged by udev as: Keyboard
[  9924.018] (II) event0  - Power Button: device is a keyboard
[  9924.018] (II) event0  - Power Button: device removed
[  9924.018] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[  9924.018] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[  9924.019] (II) event0  - Power Button: is tagged by udev as: Keyboard
[  9924.019] (II) event0  - Power Button: device is a keyboard
[  9924.021] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
[  9924.021] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[  9924.021] (II) Using input driver 'libinput' for 'Sleep Button'
[  9924.021] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 24 paused 0
[  9924.021] (**) Sleep Button: always reports core events
[  9924.022] (**) Option "Device" "/dev/input/event1"
[  9924.022] (**) Option "_source" "server/udev"
[  9924.023] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[  9924.023] (II) event1  - Sleep Button: device is a keyboard
[  9924.023] (II) event1  - Sleep Button: device removed
[  9924.023] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1/event1"
[  9924.023] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[  9924.025] (II) event1  - Sleep Button: is tagged by udev as: Keyboard
[  9924.025] (II) event1  - Sleep Button: device is a keyboard
[  9924.026] (II) config/udev: Adding input device HDA Intel PCH Line Out (/dev/input/event10)
[  9924.026] (II) No input driver specified, ignoring this device.
[  9924.026] (II) This device may have been added with another device file.
[  9924.027] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event11)
[  9924.027] (II) No input driver specified, ignoring this device.
[  9924.027] (II) This device may have been added with another device file.
[  9924.028] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event12)
[  9924.028] (II) No input driver specified, ignoring this device.
[  9924.028] (II) This device may have been added with another device file.
[  9924.029] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event13)
[  9924.029] (II) No input driver specified, ignoring this device.
[  9924.029] (II) This device may have been added with another device file.
[  9924.029] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event14)
[  9924.029] (II) No input driver specified, ignoring this device.
[  9924.029] (II) This device may have been added with another device file.
[  9924.030] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event15)
[  9924.030] (II) No input driver specified, ignoring this device.
[  9924.030] (II) This device may have been added with another device file.
[  9924.031] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event16)
[  9924.031] (II) No input driver specified, ignoring this device.
[  9924.031] (II) This device may have been added with another device file.
[  9924.031] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event9)
[  9924.031] (II) No input driver specified, ignoring this device.
[  9924.031] (II) This device may have been added with another device file.
[  9924.033] (II) config/udev: Adding input device Lenovo USB Receiver (/dev/input/event3)
[  9924.033] (**) Lenovo USB Receiver: Applying InputClass "libinput keyboard catchall"
[  9924.033] (II) Using input driver 'libinput' for 'Lenovo USB Receiver'
[  9924.034] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 25 paused 0
[  9924.034] (**) Lenovo USB Receiver: always reports core events
[  9924.034] (**) Option "Device" "/dev/input/event3"
[  9924.034] (**) Option "_source" "server/udev"
[  9924.037] (II) event3  - Lenovo USB Receiver: is tagged by udev as: Keyboard
[  9924.037] (II) event3  - Lenovo USB Receiver: device is a keyboard
[  9924.037] (II) event3  - Lenovo USB Receiver: device removed
[  9924.037] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/usb1/1-4/1-4.1/1-4.1:1.0/0003:17EF:609B.0001/input/input3/event3"
[  9924.038] (II) XINPUT: Adding extended input device "Lenovo USB Receiver" (type: KEYBOARD, id 10)
[  9924.040] (II) event3  - Lenovo USB Receiver: is tagged by udev as: Keyboard
[  9924.040] (II) event3  - Lenovo USB Receiver: device is a keyboard
[  9924.042] (II) config/udev: Adding input device Lenovo USB Receiver (/dev/input/event4)
[  9924.042] (**) Lenovo USB Receiver: Applying InputClass "libinput pointer catchall"
[  9924.042] (II) Using input driver 'libinput' for 'Lenovo USB Receiver'
[  9924.098] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 26 paused 0
[  9924.098] (**) Lenovo USB Receiver: always reports core events
[  9924.098] (**) Option "Device" "/dev/input/event4"
[  9924.098] (**) Option "_source" "server/udev"
[  9924.101] (II) event4  - Lenovo USB Receiver: is tagged by udev as: Mouse
[  9924.101] (II) event4  - Lenovo USB Receiver: device is a pointer
[  9924.102] (II) event4  - Lenovo USB Receiver: device removed
[  9924.102] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/usb1/1-4/1-4.1/1-4.1:1.1/0003:17EF:609B.0002/input/input4/event4"
[  9924.102] (II) XINPUT: Adding extended input device "Lenovo USB Receiver" (type: MOUSE, id 11)
[  9924.102] (**) Option "AccelerationScheme" "none"
[  9924.102] (**) Lenovo USB Receiver: (accel) selected scheme none/0
[  9924.102] (**) Lenovo USB Receiver: (accel) acceleration factor: 2.000
[  9924.102] (**) Lenovo USB Receiver: (accel) acceleration threshold: 4
[  9924.104] (II) event4  - Lenovo USB Receiver: is tagged by udev as: Mouse
[  9924.105] (II) event4  - Lenovo USB Receiver: device is a pointer
[  9924.106] (II) config/udev: Adding input device Lenovo USB Receiver (/dev/input/mouse0)
[  9924.106] (II) No input driver specified, ignoring this device.
[  9924.106] (II) This device may have been added with another device file.
[  9924.108] (II) config/udev: Adding input device Lenovo USB Receiver Consumer Control (/dev/input/event5)
[  9924.108] (**) Lenovo USB Receiver Consumer Control: Applying InputClass "libinput keyboard catchall"
[  9924.108] (II) Using input driver 'libinput' for 'Lenovo USB Receiver Consumer Control'
[  9924.109] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 27 paused 0
[  9924.109] (**) Lenovo USB Receiver Consumer Control: always reports core events
[  9924.109] (**) Option "Device" "/dev/input/event5"
[  9924.109] (**) Option "_source" "server/udev"
[  9924.112] (II) event5  - Lenovo USB Receiver Consumer Control: is tagged by udev as: Keyboard
[  9924.112] (II) event5  - Lenovo USB Receiver Consumer Control: device is a keyboard
[  9924.112] (II) event5  - Lenovo USB Receiver Consumer Control: device removed
[  9924.112] (II) libinput: Lenovo USB Receiver Consumer Control: needs a virtual subdevice
[  9924.112] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/usb1/1-4/1-4.1/1-4.1:1.2/0003:17EF:609B.0003/input/input5/event5"
[  9924.112] (II) XINPUT: Adding extended input device "Lenovo USB Receiver Consumer Control" (type: MOUSE, id 12)
[  9924.112] (**) Option "AccelerationScheme" "none"
[  9924.112] (**) Lenovo USB Receiver Consumer Control: (accel) selected scheme none/0
[  9924.112] (**) Lenovo USB Receiver Consumer Control: (accel) acceleration factor: 2.000
[  9924.112] (**) Lenovo USB Receiver Consumer Control: (accel) acceleration threshold: 4
[  9924.115] (II) event5  - Lenovo USB Receiver Consumer Control: is tagged by udev as: Keyboard
[  9924.115] (II) event5  - Lenovo USB Receiver Consumer Control: device is a keyboard
[  9924.117] (II) config/udev: Adding input device Lenovo USB Receiver System Control (/dev/input/event7)
[  9924.117] (**) Lenovo USB Receiver System Control: Applying InputClass "libinput keyboard catchall"
[  9924.117] (II) Using input driver 'libinput' for 'Lenovo USB Receiver System Control'
[  9924.119] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 28 paused 0
[  9924.119] (**) Lenovo USB Receiver System Control: always reports core events
[  9924.119] (**) Option "Device" "/dev/input/event7"
[  9924.119] (**) Option "_source" "server/udev"
[  9924.122] (II) event7  - Lenovo USB Receiver System Control: is tagged by udev as: Keyboard
[  9924.122] (II) event7  - Lenovo USB Receiver System Control: device is a keyboard
[  9924.122] (II) event7  - Lenovo USB Receiver System Control: device removed
[  9924.122] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/usb1/1-4/1-4.1/1-4.1:1.2/0003:17EF:609B.0003/input/input6/event7"
[  9924.122] (II) XINPUT: Adding extended input device "Lenovo USB Receiver System Control" (type: KEYBOARD, id 13)
[  9924.126] (II) event7  - Lenovo USB Receiver System Control: is tagged by udev as: Keyboard
[  9924.126] (II) event7  - Lenovo USB Receiver System Control: device is a keyboard
[  9924.127] (II) config/udev: Adding input device PC Speaker (/dev/input/event6)
[  9924.127] (II) No input driver specified, ignoring this device.
[  9924.127] (II) This device may have been added with another device file.
[  9924.155] (**) Lenovo USB Receiver Consumer Control: Applying InputClass "libinput keyboard catchall"
[  9924.155] (II) Using input driver 'libinput' for 'Lenovo USB Receiver Consumer Control'
[  9924.155] (II) systemd-logind: returning pre-existing fd for /dev/input/event5 13:69
[  9924.155] (**) Lenovo USB Receiver Consumer Control: always reports core events
[  9924.155] (**) Option "Device" "/dev/input/event5"
[  9924.155] (**) Option "_source" "_driver/libinput"
[  9924.155] (II) libinput: Lenovo USB Receiver Consumer Control: is a virtual subdevice
[  9924.155] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/usb1/1-4/1-4.1/1-4.1:1.2/0003:17EF:609B.0003/input/input5/event5"
[  9924.155] (II) XINPUT: Adding extended input device "Lenovo USB Receiver Consumer Control" (type: KEYBOARD, id 14)

Output from dmesg just after hang:

[    0.000000] Linux version 5.11.16-arch1-1 (linux@archlinux) (gcc (GCC) 10.2.0, GNU ld (GNU Binutils) 2.36.1) #1 SMP PREEMPT Wed, 21 Apr 2021 17:22:13 +0000
[    0.000000] Command line: initrd=\intel-ucode.img initrd=\initramfs-linux.img root=LABEL=ROOT rw rootfstype=ext4 add_efi_memmap
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.000000] x86/fpu: xstate_offset[3]:  576, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]:  640, xstate_sizes[4]:   64
[    0.000000] x86/fpu: Enabled xstate features 0x1b, context size is 704 bytes, using 'compacted' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000003efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000003f000-0x000000000003ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000040000-0x0000000000058fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000059000-0x0000000000059fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000000005a000-0x000000000009dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000010000000-0x0000000012150fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000012151000-0x00000000673d1fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000673d2000-0x0000000069c96fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000069c97000-0x0000000069cbafff] ACPI data
[    0.000000] BIOS-e820: [mem 0x0000000069cbb000-0x0000000069d1afff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000069d1b000-0x000000006a16efff] reserved
[    0.000000] BIOS-e820: [mem 0x000000006a16f000-0x000000006a564fff] usable
[    0.000000] BIOS-e820: [mem 0x000000006a565000-0x000000006a610fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000006a611000-0x000000006abfffff] usable
[    0.000000] BIOS-e820: [mem 0x000000006ac00000-0x000000007fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000d0000000-0x00000000d0ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000d3709000-0x00000000d3709fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe042000-0x00000000fe044fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe900000-0x00000000fe902fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed01000-0x00000000fed01fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000027fffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: update [mem 0x5f8c4018-0x5f8d4057] usable ==> usable
[    0.000000] e820: update [mem 0x5f8c4018-0x5f8d4057] usable ==> usable
[    0.000000] e820: update [mem 0x5f8b5018-0x5f8c3057] usable ==> usable
[    0.000000] e820: update [mem 0x5f8b5018-0x5f8c3057] usable ==> usable
[    0.000000] extended physical RAM map:
[    0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000003efff] usable
[    0.000000] reserve setup_data: [mem 0x000000000003f000-0x000000000003ffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000040000-0x0000000000058fff] usable
[    0.000000] reserve setup_data: [mem 0x0000000000059000-0x0000000000059fff] reserved
[    0.000000] reserve setup_data: [mem 0x000000000005a000-0x000000000009dfff] usable
[    0.000000] reserve setup_data: [mem 0x000000000009e000-0x00000000000fffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000000100000-0x000000000fffffff] usable
[    0.000000] reserve setup_data: [mem 0x0000000010000000-0x0000000012150fff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000012151000-0x000000005f8b5017] usable
[    0.000000] reserve setup_data: [mem 0x000000005f8b5018-0x000000005f8c3057] usable
[    0.000000] reserve setup_data: [mem 0x000000005f8c3058-0x000000005f8c4017] usable
[    0.000000] reserve setup_data: [mem 0x000000005f8c4018-0x000000005f8d4057] usable
[    0.000000] reserve setup_data: [mem 0x000000005f8d4058-0x00000000673d1fff] usable
[    0.000000] reserve setup_data: [mem 0x00000000673d2000-0x0000000069c96fff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000069c97000-0x0000000069cbafff] ACPI data
[    0.000000] reserve setup_data: [mem 0x0000000069cbb000-0x0000000069d1afff] ACPI NVS
[    0.000000] reserve setup_data: [mem 0x0000000069d1b000-0x000000006a16efff] reserved
[    0.000000] reserve setup_data: [mem 0x000000006a16f000-0x000000006a564fff] usable
[    0.000000] reserve setup_data: [mem 0x000000006a565000-0x000000006a610fff] reserved
[    0.000000] reserve setup_data: [mem 0x000000006a611000-0x000000006abfffff] usable
[    0.000000] reserve setup_data: [mem 0x000000006ac00000-0x000000007fffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000d0000000-0x00000000d0ffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000d3709000-0x00000000d3709fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fe042000-0x00000000fe044fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fe900000-0x00000000fe902fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fed01000-0x00000000fed01fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000027fffffff] usable
[    0.000000] efi: EFI v2.70 by American Megatrends
[    0.000000] efi: ACPI 2.0=0x69ca7000 ACPI=0x69ca7000 TPMFinalLog=0x69ce9000 SMBIOS=0x69f67000 SMBIOS 3.0=0x69f66000 MEMATTR=0x63383018 ESRT=0x69f42f18 RNG=0x69f8ff18 TPMEventLog=0x5f8d5018 
[    0.000000] efi: seeding entropy pool
[    0.000000] SMBIOS 3.2.0 present.
[    0.000000] DMI: Intel Corporation NUC7PJYH/NUC7JYB, BIOS JYGLKCPX.86A.0060.2021.0325.1143 03/25/2021
[    0.000000] tsc: Detected 1497.600 MHz processor
[    0.000025] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000034] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000056] last_pfn = 0x280000 max_arch_pfn = 0x400000000
[    0.000065] MTRR default type: uncachable
[    0.000068] MTRR fixed ranges enabled:
[    0.000071]   00000-9FFFF write-back
[    0.000075]   A0000-BFFFF uncachable
[    0.000078]   C0000-FFFFF write-protect
[    0.000081] MTRR variable ranges enabled:
[    0.000084]   0 base 00FF000000 mask 7FFF000000 write-combining
[    0.000089]   1 base 0000000000 mask 7F80000000 write-back
[    0.000093]   2 base 006B000000 mask 7FFF000000 uncachable
[    0.000097]   3 base 006C000000 mask 7FFC000000 uncachable
[    0.000101]   4 base 0070000000 mask 7FF0000000 uncachable
[    0.000104]   5 base 0100000000 mask 7F00000000 write-back
[    0.000108]   6 base 0200000000 mask 7F80000000 write-back
[    0.000111]   7 base 0090000000 mask 7FF0000000 write-combining
[    0.000115]   8 disabled
[    0.000117]   9 disabled
[    0.000159] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.000402] last_pfn = 0x6ac00 max_arch_pfn = 0x400000000
[    0.009019] esrt: Reserving ESRT space from 0x0000000069f42f18 to 0x0000000069f42f50.
[    0.009046] check: Scanning 1 areas for low memory corruption
[    0.009057] Using GB pages for direct mapping
[    0.011366] Secure boot disabled
[    0.011368] RAMDISK: [mem 0x5ea2e000-0x5f563fff]
[    0.011379] ACPI: Early table checksum verification disabled
[    0.011387] ACPI: RSDP 0x0000000069CA7000 000024 (v02 INTEL )
[    0.011396] ACPI: XSDT 0x0000000069CA70C0 0000DC (v01 INTEL  NUC7CJYB 01072009 AMI  00010013)
[    0.011410] ACPI: FACP 0x0000000069CB4630 000114 (v06 INTEL  NUC7CJYB 01072009 AMI  00010013)
[    0.011424] ACPI: DSDT 0x0000000069CA7230 00D3FB (v02 INTEL  NUC7CJYB 01072009 INTL 20160930)
[    0.011433] ACPI: FACS 0x0000000069D1A080 000040
[    0.011441] ACPI: FPDT 0x0000000069CB4750 000044 (v01 INTEL  NUC7CJYB 01072009 AMI  00010013)
[    0.011450] ACPI: FIDT 0x0000000069CB47A0 00009C (v01 INTEL  NUC7CJYB 01072009 AMI  00010013)
[    0.011458] ACPI: MCFG 0x0000000069CB4840 00003C (v01 INTEL  NUC7CJYB 01072009 MSFT 00000097)
[    0.011466] ACPI: DBG2 0x0000000069CB4880 000072 (v00 INTEL  NUC7CJYB 00000003 BRXT 0100000D)
[    0.011475] ACPI: DBGP 0x0000000069CB4900 000034 (v01 INTEL  NUC7CJYB 00000003 BRXT 0100000D)
[    0.011483] ACPI: HPET 0x0000000069CB4940 000038 (v01 INTEL  NUC7CJYB 00000003 BRXT 0100000D)
[    0.011492] ACPI: LPIT 0x0000000069CB4980 00005C (v01 INTEL  NUC7CJYB 00000003 BRXT 0100000D)
[    0.011500] ACPI: APIC 0x0000000069CB49E0 000084 (v04 INTEL  NUC7CJYB 00000003 BRXT 0100000D)
[    0.011508] ACPI: NPKT 0x0000000069CB4A70 000065 (v01 INTEL  NUC7CJYB 00000003 BRXT 0100000D)
[    0.011516] ACPI: SSDT 0x0000000069CB4AE0 0010B3 (v02 INTEL  NUC7CJYB 00000003 BRXT 0100000D)
[    0.011525] ACPI: SSDT 0x0000000069CB5BA0 0009FF (v01 INTEL  NUC7CJYB 00001000 INTL 20160930)
[    0.011534] ACPI: SSDT 0x0000000069CB65A0 0000B1 (v01 INTEL  NUC7CJYB 00001000 INTL 20160930)
[    0.011542] ACPI: SSDT 0x0000000069CB6660 000538 (v02 INTEL  NUC7CJYB 00003000 INTL 20160930)
[    0.011551] ACPI: SSDT 0x0000000069CB6BA0 000775 (v02 INTEL  NUC7CJYB 00003000 INTL 20160930)
[    0.011560] ACPI: SSDT 0x0000000069CB7320 00035F (v02 INTEL  NUC7CJYB 00003000 INTL 20160930)
[    0.011568] ACPI: SSDT 0x0000000069CB7680 0001E6 (v02 INTEL  NUC7CJYB 00003000 INTL 20160930)
[    0.011577] ACPI: SSDT 0x0000000069CB7870 00286F (v02 INTEL  NUC7CJYB 00003000 INTL 20160930)
[    0.011585] ACPI: BGRT 0x0000000069CBA0E0 000038 (v01 INTEL  NUC7CJYB 01072009 AMI  00010013)
[    0.011594] ACPI: TPM2 0x0000000069CBA120 000034 (v04 INTEL  NUC7CJYB 00000001 AMI  00000000)
[    0.011602] ACPI: DMAR 0x0000000069CBA160 0000A8 (v01 INTEL  NUC7CJYB 00000003 BRXT 0100000D)
[    0.011610] ACPI: WDAT 0x0000000069CBA210 000104 (v01 INTEL  NUC7CJYB 00000000      00000000)
[    0.011618] ACPI: WSMT 0x0000000069CBA320 000028 (v01 INTEL  NUC7CJYB 01072009 AMI  00010013)
[    0.011626] ACPI: Reserving FACP table memory at [mem 0x69cb4630-0x69cb4743]
[    0.011629] ACPI: Reserving DSDT table memory at [mem 0x69ca7230-0x69cb462a]
[    0.011632] ACPI: Reserving FACS table memory at [mem 0x69d1a080-0x69d1a0bf]
[    0.011635] ACPI: Reserving FPDT table memory at [mem 0x69cb4750-0x69cb4793]
[    0.011638] ACPI: Reserving FIDT table memory at [mem 0x69cb47a0-0x69cb483b]
[    0.011641] ACPI: Reserving MCFG table memory at [mem 0x69cb4840-0x69cb487b]
[    0.011644] ACPI: Reserving DBG2 table memory at [mem 0x69cb4880-0x69cb48f1]
[    0.011646] ACPI: Reserving DBGP table memory at [mem 0x69cb4900-0x69cb4933]
[    0.011649] ACPI: Reserving HPET table memory at [mem 0x69cb4940-0x69cb4977]
[    0.011652] ACPI: Reserving LPIT table memory at [mem 0x69cb4980-0x69cb49db]
[    0.011655] ACPI: Reserving APIC table memory at [mem 0x69cb49e0-0x69cb4a63]
[    0.011658] ACPI: Reserving NPKT table memory at [mem 0x69cb4a70-0x69cb4ad4]
[    0.011661] ACPI: Reserving SSDT table memory at [mem 0x69cb4ae0-0x69cb5b92]
[    0.011664] ACPI: Reserving SSDT table memory at [mem 0x69cb5ba0-0x69cb659e]
[    0.011666] ACPI: Reserving SSDT table memory at [mem 0x69cb65a0-0x69cb6650]
[    0.011669] ACPI: Reserving SSDT table memory at [mem 0x69cb6660-0x69cb6b97]
[    0.011672] ACPI: Reserving SSDT table memory at [mem 0x69cb6ba0-0x69cb7314]
[    0.011675] ACPI: Reserving SSDT table memory at [mem 0x69cb7320-0x69cb767e]
[    0.011678] ACPI: Reserving SSDT table memory at [mem 0x69cb7680-0x69cb7865]
[    0.011681] ACPI: Reserving SSDT table memory at [mem 0x69cb7870-0x69cba0de]
[    0.011684] ACPI: Reserving BGRT table memory at [mem 0x69cba0e0-0x69cba117]
[    0.011687] ACPI: Reserving TPM2 table memory at [mem 0x69cba120-0x69cba153]
[    0.011690] ACPI: Reserving DMAR table memory at [mem 0x69cba160-0x69cba207]
[    0.011693] ACPI: Reserving WDAT table memory at [mem 0x69cba210-0x69cba313]
[    0.011696] ACPI: Reserving WSMT table memory at [mem 0x69cba320-0x69cba347]
[    0.011717] ACPI: Local APIC address 0xfee00000
[    0.011846] No NUMA configuration found
[    0.011849] Faking a node at [mem 0x0000000000000000-0x000000027fffffff]
[    0.011859] NODE_DATA(0) allocated [mem 0x27fffc000-0x27fffffff]
[    0.011930] Zone ranges:
[    0.011933]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.011938]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.011942]   Normal   [mem 0x0000000100000000-0x000000027fffffff]
[    0.011947]   Device   empty
[    0.011950] Movable zone start for each node
[    0.011952] Early memory node ranges
[    0.011954]   node   0: [mem 0x0000000000001000-0x000000000003efff]
[    0.011958]   node   0: [mem 0x0000000000040000-0x0000000000058fff]
[    0.011960]   node   0: [mem 0x000000000005a000-0x000000000009dfff]
[    0.011963]   node   0: [mem 0x0000000000100000-0x000000000fffffff]
[    0.011966]   node   0: [mem 0x0000000012151000-0x00000000673d1fff]
[    0.011968]   node   0: [mem 0x000000006a16f000-0x000000006a564fff]
[    0.011971]   node   0: [mem 0x000000006a611000-0x000000006abfffff]
[    0.011973]   node   0: [mem 0x0000000100000000-0x000000027fffffff]
[    0.011978] Initmem setup node 0 [mem 0x0000000000001000-0x000000027fffffff]
[    0.011983] On node 0 totalpages: 1989633
[    0.011986]   DMA zone: 64 pages used for memmap
[    0.011989]   DMA zone: 21 pages reserved
[    0.011992]   DMA zone: 3995 pages, LIFO batch:0
[    0.012628]   DMA zone: 28773 pages in unavailable ranges
[    0.012631]   DMA32 zone: 6450 pages used for memmap
[    0.012633]   DMA32 zone: 412774 pages, LIFO batch:63
[    0.019108]   DMA32 zone: 41882 pages in unavailable ranges
[    0.019112]   Normal zone: 24576 pages used for memmap
[    0.019115]   Normal zone: 1572864 pages, LIFO batch:63
[    0.040545] Reserving Intel graphics memory at [mem 0x7c000000-0x7fffffff]
[    0.040760] ACPI: PM-Timer IO Port: 0x408
[    0.040767] ACPI: Local APIC address 0xfee00000
[    0.040781] ACPI: LAPIC_NMI (acpi_id[0x01] high level lint[0x1])
[    0.040786] ACPI: LAPIC_NMI (acpi_id[0x02] high level lint[0x1])
[    0.040789] ACPI: LAPIC_NMI (acpi_id[0x03] high level lint[0x1])
[    0.040791] ACPI: LAPIC_NMI (acpi_id[0x04] high level lint[0x1])
[    0.040828] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-119
[    0.040836] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.040841] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.040846] ACPI: IRQ0 used by override.
[    0.040849] ACPI: IRQ9 used by override.
[    0.040853] Using ACPI (MADT) for SMP configuration information
[    0.040856] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[    0.040876] e820: update [mem 0x63de0000-0x63e41fff] usable ==> reserved
[    0.040904] TSC deadline timer available
[    0.040907] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.040990] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.040997] PM: hibernation: Registered nosave memory: [mem 0x0003f000-0x0003ffff]
[    0.041003] PM: hibernation: Registered nosave memory: [mem 0x00059000-0x00059fff]
[    0.041008] PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x000fffff]
[    0.041014] PM: hibernation: Registered nosave memory: [mem 0x10000000-0x12150fff]
[    0.041019] PM: hibernation: Registered nosave memory: [mem 0x5f8b5000-0x5f8b5fff]
[    0.041025] PM: hibernation: Registered nosave memory: [mem 0x5f8c3000-0x5f8c3fff]
[    0.041027] PM: hibernation: Registered nosave memory: [mem 0x5f8c4000-0x5f8c4fff]
[    0.041033] PM: hibernation: Registered nosave memory: [mem 0x5f8d4000-0x5f8d4fff]
[    0.041038] PM: hibernation: Registered nosave memory: [mem 0x63de0000-0x63e41fff]
[    0.041044] PM: hibernation: Registered nosave memory: [mem 0x673d2000-0x69c96fff]
[    0.041046] PM: hibernation: Registered nosave memory: [mem 0x69c97000-0x69cbafff]
[    0.041048] PM: hibernation: Registered nosave memory: [mem 0x69cbb000-0x69d1afff]
[    0.041051] PM: hibernation: Registered nosave memory: [mem 0x69d1b000-0x6a16efff]
[    0.041057] PM: hibernation: Registered nosave memory: [mem 0x6a565000-0x6a610fff]
[    0.041062] PM: hibernation: Registered nosave memory: [mem 0x6ac00000-0x7fffffff]
[    0.041065] PM: hibernation: Registered nosave memory: [mem 0x80000000-0xcfffffff]
[    0.041067] PM: hibernation: Registered nosave memory: [mem 0xd0000000-0xd0ffffff]
[    0.041069] PM: hibernation: Registered nosave memory: [mem 0xd1000000-0xd3708fff]
[    0.041072] PM: hibernation: Registered nosave memory: [mem 0xd3709000-0xd3709fff]
[    0.041074] PM: hibernation: Registered nosave memory: [mem 0xd370a000-0xdfffffff]
[    0.041076] PM: hibernation: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[    0.041078] PM: hibernation: Registered nosave memory: [mem 0xf0000000-0xfe041fff]
[    0.041081] PM: hibernation: Registered nosave memory: [mem 0xfe042000-0xfe044fff]
[    0.041083] PM: hibernation: Registered nosave memory: [mem 0xfe045000-0xfe8fffff]
[    0.041085] PM: hibernation: Registered nosave memory: [mem 0xfe900000-0xfe902fff]
[    0.041087] PM: hibernation: Registered nosave memory: [mem 0xfe903000-0xfebfffff]
[    0.041090] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.041092] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfed00fff]
[    0.041094] PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed01fff]
[    0.041096] PM: hibernation: Registered nosave memory: [mem 0xfed02000-0xfedfffff]
[    0.041099] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.041101] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.041103] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.041108] [mem 0x80000000-0xcfffffff] available for PCI devices
[    0.041111] Booting paravirtualized kernel on bare hardware
[    0.041116] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.051107] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:4 nr_node_ids:1
[    0.051603] percpu: Embedded 56 pages/cpu s192512 r8192 d28672 u524288
[    0.051625] pcpu-alloc: s192512 r8192 d28672 u524288 alloc=1*2097152
[    0.051632] pcpu-alloc: [0] 0 1 2 3 
[    0.051697] Built 1 zonelists, mobility grouping on.  Total pages: 1958522
[    0.051702] Policy zone: Normal
[    0.051706] Kernel command line: initrd=\intel-ucode.img initrd=\initramfs-linux.img root=LABEL=ROOT rw rootfstype=ext4 add_efi_memmap
[    0.053265] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.054015] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.054106] mem auto-init: stack:byref_all(zero), heap alloc:on, heap free:off
[    0.106485] Memory: 7682900K/7958532K available (14344K kernel code, 2029K rwdata, 8884K rodata, 1668K init, 4380K bss, 275372K reserved, 0K cma-reserved)
[    0.106501] random: get_random_u64 called from __kmem_cache_create+0x26/0x530 with crng_init=0
[    0.106764] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.106795] Kernel/User page tables isolation: enabled
[    0.106839] ftrace: allocating 41710 entries in 163 pages
[    0.134871] ftrace: allocated 163 pages with 4 groups
[    0.135082] rcu: Preemptible hierarchical RCU implementation.
[    0.135085] rcu: 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.135087] rcu: 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=4.
[    0.135090] rcu: 	RCU priority boosting: priority 1 delay 500 ms.
[    0.135093] 	Trampoline variant of Tasks RCU enabled.
[    0.135094] 	Rude variant of Tasks RCU enabled.
[    0.135096] 	Tracing variant of Tasks RCU enabled.
[    0.135097] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[    0.135099] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.144677] NR_IRQS: 20736, nr_irqs: 1024, preallocated irqs: 16
[    0.145509] Console: colour dummy device 80x25
[    0.145550] printk: console [tty0] enabled
[    0.145588] ACPI: Core revision 20201113
[    0.145954] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 99544814920 ns
[    0.146049] APIC: Switch to symmetric I/O mode setup
[    0.146053] DMAR: Host address width 39
[    0.146056] DMAR: DRHD base: 0x000000fed64000 flags: 0x0
[    0.146068] DMAR: dmar0: reg_base_addr fed64000 ver 1:0 cap 1c0000c40660462 ecap 9e2ff0505e
[    0.146074] DMAR: DRHD base: 0x000000fed65000 flags: 0x1
[    0.146083] DMAR: dmar1: reg_base_addr fed65000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.146089] DMAR: RMRR base: 0x00000069c35000 end: 0x00000069c54fff
[    0.146093] DMAR: RMRR base: 0x0000007b800000 end: 0x0000007fffffff
[    0.146098] DMAR-IR: IOAPIC id 1 under DRHD base  0xfed65000 IOMMU 1
[    0.146101] DMAR-IR: HPET id 0 under DRHD base 0xfed65000
[    0.146104] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.148080] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.148084] x2apic enabled
[    0.148107] Switched APIC routing to cluster x2apic.
[    0.152973] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.169345] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x159647815e3, max_idle_ns: 440795269835 ns
[    0.169359] Calibrating delay loop (skipped), value calculated using timer frequency.. 2996.00 BogoMIPS (lpj=4992000)
[    0.169365] pid_max: default: 32768 minimum: 301
[    0.171950] LSM: Security Framework initializing
[    0.171963] Yama: becoming mindful.
[    0.171977] LSM support for eBPF active
[    0.172031] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.172061] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.172583] x86/cpu: User Mode Instruction Prevention (UMIP) activated
[    0.172640] mce: CPU0: Thermal monitoring enabled (TM1)
[    0.172727] process: using mwait in idle threads
[    0.172731] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[    0.172734] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[    0.172740] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.172745] Spectre V2 : Mitigation: Enhanced IBRS
[    0.172749] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.172752] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.172755] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.173124] Freeing SMP alternatives memory: 36K
[    0.174534] smpboot: Estimated ratio of average max frequency by base frequency (times 1024): 1911
[    0.174555] smpboot: CPU0: Intel(R) Pentium(R) Silver J5005 CPU @ 1.50GHz (family: 0x6, model: 0x7a, stepping: 0x1)
[    0.174893] Performance Events: PEBS fmt3+, Goldmont plus events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.174917] ... version:                4
[    0.174919] ... bit width:              48
[    0.174921] ... generic registers:      4
[    0.174922] ... value mask:             0000ffffffffffff
[    0.174924] ... max period:             00007fffffffffff
[    0.174926] ... fixed-purpose events:   3
[    0.174928] ... event mask:             000000070000000f
[    0.175116] rcu: Hierarchical SRCU implementation.
[    0.176021] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.176021] smp: Bringing up secondary CPUs ...
[    0.176021] x86: Booting SMP configuration:
[    0.176021] .... node  #0, CPUs:      #1 #2 #3
[    0.187756] smp: Brought up 1 node, 4 CPUs
[    0.187756] smpboot: Max logical packages: 1
[    0.187756] smpboot: Total of 4 processors activated (11985.00 BogoMIPS)
[    0.187756] devtmpfs: initialized
[    0.189396] x86/mm: Memory block size: 128MB
[    0.190615] PM: Registering ACPI NVS region [mem 0x69cbb000-0x69d1afff] (393216 bytes)
[    0.190615] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.190615] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.190615] pinctrl core: initialized pinctrl subsystem
[    0.190615] PM: RTC time: 00:27:42, date: 2021-04-29
[    0.190615] NET: Registered protocol family 16
[    0.190615] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[    0.190810] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.191002] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.191022] audit: initializing netlink subsys (disabled)
[    0.191041] audit: type=2000 audit(1619656062.039:1): state=initialized audit_enabled=0 res=1
[    0.191041] thermal_sys: Registered thermal governor 'fair_share'
[    0.191041] thermal_sys: Registered thermal governor 'bang_bang'
[    0.191041] thermal_sys: Registered thermal governor 'step_wise'
[    0.191041] thermal_sys: Registered thermal governor 'user_space'
[    0.191041] thermal_sys: Registered thermal governor 'power_allocator'
[    0.192704] cpuidle: using governor ladder
[    0.192714] cpuidle: using governor menu
[    0.192786] ACPI: bus type PCI registered
[    0.192786] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.192915] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.192926] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.192962] PCI: Using configuration type 1 for base access
[    0.195526] Kprobes globally optimized
[    0.195550] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.195550] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.196213] ACPI: Added _OSI(Module Device)
[    0.196217] ACPI: Added _OSI(Processor Device)
[    0.196219] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.196221] ACPI: Added _OSI(Processor Aggregator Device)
[    0.196225] ACPI: Added _OSI(Linux-Dell-Video)
[    0.196227] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.196229] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.224233] ACPI: 9 ACPI AML tables successfully acquired and loaded
[    0.247961] ACPI: Dynamic OEM Table Load:
[    0.247975] ACPI: SSDT 0xFFFF921600F22A00 000190 (v02 PmRef  Cpu0Cst  00003001 INTL 20160930)
[    0.250229] ACPI: Dynamic OEM Table Load:
[    0.250240] ACPI: SSDT 0xFFFF921600F22E00 0001E6 (v02 PmRef  ApIst    00003000 INTL 20160930)
[    0.251942] ACPI: Dynamic OEM Table Load:
[    0.251952] ACPI: SSDT 0xFFFF921600B6F400 0000C9 (v02 PmRef  ApCst    00003000 INTL 20160930)
[    0.256025] ACPI: EC: EC started
[    0.256025] ACPI: EC: interrupt blocked
[    0.256025] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.256025] ACPI: \_SB_.PCI0.SBRG.H_EC: Boot DSDT EC used to handle transactions
[    0.256025] ACPI: Interpreter enabled
[    0.256025] ACPI: (supports S0 S3 S4 S5)
[    0.256025] ACPI: Using IOAPIC for interrupt routing
[    0.256025] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.256710] ACPI: Enabled 1 GPEs in block 00 to 7F
[    0.267953] ACPI: Power Resource [DRST] (on)
[    0.268800] ACPI: Power Resource [DRST] (on)
[    0.269665] ACPI: Power Resource [DRST] (on)
[    0.270509] ACPI: Power Resource [DRST] (on)
[    0.271357] ACPI: Power Resource [DRST] (on)
[    0.272292] ACPI: Power Resource [DRST] (on)
[    0.273303] ACPI: Power Resource [WRST] (on)
[    0.281036] ACPI: Power Resource [FN00] (on)
[    0.283019] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.283035] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
[    0.285343] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
[    0.287372] PCI host bridge to bus 0000:00
[    0.287376] pci_bus 0000:00: root bus resource [io  0x0070-0x0077]
[    0.287381] pci_bus 0000:00: root bus resource [io  0x0000-0x006f window]
[    0.287385] pci_bus 0000:00: root bus resource [io  0x0078-0x0cf7 window]
[    0.287389] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.287392] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.287396] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[    0.287399] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff window]
[    0.287403] pci_bus 0000:00: root bus resource [mem 0x7c000001-0x7fffffff window]
[    0.287406] pci_bus 0000:00: root bus resource [mem 0x80000000-0xcfffffff window]
[    0.287409] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xefffffff window]
[    0.287413] pci_bus 0000:00: root bus resource [mem 0xfea00000-0xfeafffff window]
[    0.287416] pci_bus 0000:00: root bus resource [mem 0xfed00000-0xfed003ff window]
[    0.287419] pci_bus 0000:00: root bus resource [mem 0xfed01000-0xfed01fff window]
[    0.287423] pci_bus 0000:00: root bus resource [mem 0xfed03000-0xfed03fff window]
[    0.287426] pci_bus 0000:00: root bus resource [mem 0xfed06000-0xfed06fff window]
[    0.287429] pci_bus 0000:00: root bus resource [mem 0xfed08000-0xfed09fff window]
[    0.287433] pci_bus 0000:00: root bus resource [mem 0xfed80000-0xfedbffff window]
[    0.287436] pci_bus 0000:00: root bus resource [mem 0xfed1c000-0xfed1cfff window]
[    0.287439] pci_bus 0000:00: root bus resource [mem 0xfee00000-0xfeefffff window]
[    0.287443] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.287488] pci 0000:00:00.0: [8086:31f0] type 00 class 0x060000
[    0.288190] pci 0000:00:02.0: [8086:3184] type 00 class 0x030000
[    0.288207] pci 0000:00:02.0: reg 0x10: [mem 0xa0000000-0xa0ffffff 64bit]
[    0.288219] pci 0000:00:02.0: reg 0x18: [mem 0x90000000-0x9fffffff 64bit pref]
[    0.288227] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
[    0.288257] pci 0000:00:02.0: BAR 2: assigned to efifb
[    0.289062] pci 0000:00:0c.0: [8086:31dc] type 00 class 0x028000
[    0.289117] pci 0000:00:0c.0: reg 0x10: [mem 0xa1314000-0xa1317fff 64bit]
[    0.289295] pci 0000:00:0c.0: PME# supported from D0 D3hot D3cold
[    0.290051] pci 0000:00:0e.0: [8086:3198] type 00 class 0x040300
[    0.290077] pci 0000:00:0e.0: reg 0x10: [mem 0xa1310000-0xa1313fff 64bit]
[    0.290107] pci 0000:00:0e.0: reg 0x20: [mem 0xa1000000-0xa10fffff 64bit]
[    0.290177] pci 0000:00:0e.0: PME# supported from D0 D3hot D3cold
[    0.291919] pci 0000:00:0f.0: [8086:319a] type 00 class 0x078000
[    0.291957] pci 0000:00:0f.0: reg 0x10: [mem 0xa131f000-0xa131ffff 64bit]
[    0.292085] pci 0000:00:0f.0: PME# supported from D3hot
[    0.292778] pci 0000:00:12.0: [8086:31e3] type 00 class 0x010601
[    0.292797] pci 0000:00:12.0: reg 0x10: [mem 0xa1318000-0xa1319fff]
[    0.292808] pci 0000:00:12.0: reg 0x14: [mem 0xa131e000-0xa131e0ff]
[    0.292818] pci 0000:00:12.0: reg 0x18: [io  0xf090-0xf097]
[    0.292828] pci 0000:00:12.0: reg 0x1c: [io  0xf080-0xf083]
[    0.292838] pci 0000:00:12.0: reg 0x20: [io  0xf060-0xf07f]
[    0.292848] pci 0000:00:12.0: reg 0x24: [mem 0xa131d000-0xa131d7ff]
[    0.292901] pci 0000:00:12.0: PME# supported from D3hot
[    0.293527] pci 0000:00:13.0: [8086:31d8] type 01 class 0x060400
[    0.293626] pci 0000:00:13.0: PME# supported from D0 D3hot D3cold
[    0.294295] pci 0000:00:13.2: [8086:31da] type 01 class 0x060400
[    0.294388] pci 0000:00:13.2: PME# supported from D0 D3hot D3cold
[    0.295080] pci 0000:00:15.0: [8086:31a8] type 00 class 0x0c0330
[    0.295104] pci 0000:00:15.0: reg 0x10: [mem 0xa1300000-0xa130ffff 64bit]
[    0.295189] pci 0000:00:15.0: PME# supported from D3hot D3cold
[    0.295874] pci 0000:00:1c.0: [8086:31cc] type 00 class 0x080501
[    0.295905] pci 0000:00:1c.0: reg 0x10: [mem 0xa131c000-0xa131cfff 64bit]
[    0.295932] pci 0000:00:1c.0: reg 0x18: [mem 0xa131b000-0xa131bfff 64bit]
[    0.296752] pci 0000:00:1f.0: [8086:31e8] type 00 class 0x060100
[    0.297530] pci 0000:00:1f.1: [8086:31d4] type 00 class 0x0c0500
[    0.297597] pci 0000:00:1f.1: reg 0x10: [mem 0xa131a000-0xa131a0ff 64bit]
[    0.297680] pci 0000:00:1f.1: reg 0x20: [io  0xf040-0xf05f]
[    0.298467] pci 0000:01:00.0: [10ec:5229] type 00 class 0xff0000
[    0.298492] pci 0000:01:00.0: reg 0x10: [mem 0xa1200000-0xa1200fff]
[    0.298587] pci 0000:01:00.0: Upstream bridge's Max Payload Size set to 128 (was 256, max 256)
[    0.298596] pci 0000:01:00.0: Max Payload Size set to 128 (was 128, max 128)
[    0.298676] pci 0000:01:00.0: supports D1 D2
[    0.298679] pci 0000:01:00.0: PME# supported from D1 D2 D3hot
[    0.298842] pci 0000:00:13.0: PCI bridge to [bus 01]
[    0.298851] pci 0000:00:13.0:   bridge window [mem 0xa1200000-0xa12fffff]
[    0.298981] pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
[    0.299009] pci 0000:02:00.0: reg 0x10: [io  0xe000-0xe0ff]
[    0.299058] pci 0000:02:00.0: reg 0x18: [mem 0xa1104000-0xa1104fff 64bit]
[    0.299083] pci 0000:02:00.0: reg 0x20: [mem 0xa1100000-0xa1103fff 64bit]
[    0.299109] pci 0000:02:00.0: Upstream bridge's Max Payload Size set to 128 (was 256, max 256)
[    0.299119] pci 0000:02:00.0: Max Payload Size set to 128 (was 128, max 128)
[    0.299233] pci 0000:02:00.0: supports D1 D2
[    0.299236] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.299428] pci 0000:00:13.2: PCI bridge to [bus 02]
[    0.299435] pci 0000:00:13.2:   bridge window [io  0xe000-0xefff]
[    0.299440] pci 0000:00:13.2:   bridge window [mem 0xa1100000-0xa11fffff]
[    0.303429] ACPI: PCI Interrupt Link [LNKA] (IRQs *3 4 5 6 10 11 12 14 15)
[    0.303630] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 *4 5 6 10 11 12 14 15)
[    0.303827] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 10 11 12 14 15)
[    0.304025] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 *6 10 11 12 14 15)
[    0.304221] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *7
[    0.304418] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *9
[    0.304633] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 *10 11 12 14 15)
[    0.304829] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.312501] ACPI: EC: interrupt unblocked
[    0.312505] ACPI: EC: event unblocked
[    0.312524] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.312526] ACPI: EC: GPE=0x22
[    0.312529] ACPI: \_SB_.PCI0.SBRG.H_EC: Boot DSDT EC initialization complete
[    0.312534] ACPI: \_SB_.PCI0.SBRG.H_EC: EC: Used to handle transactions and events
[    0.312716] iommu: Default domain type: Translated 
[    0.312746] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.312746] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.312746] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.312746] vgaarb: loaded
[    0.313058] SCSI subsystem initialized
[    0.313075] libata version 3.00 loaded.
[    0.313075] ACPI: bus type USB registered
[    0.313075] usbcore: registered new interface driver usbfs
[    0.313075] usbcore: registered new interface driver hub
[    0.313075] usbcore: registered new device driver usb
[    0.313075] pps_core: LinuxPPS API ver. 1 registered
[    0.313075] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.313075] PTP clock support registered
[    0.313075] EDAC MC: Ver: 3.0.0
[    0.313075] Registered efivars operations
[    0.313075] NetLabel: Initializing
[    0.313075] NetLabel:  domain hash size = 128
[    0.313075] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.313075] NetLabel:  unlabeled traffic allowed by default
[    0.313075] PCI: Using ACPI for IRQ routing
[    0.343448] PCI: pci_cache_line_size set to 64 bytes
[    0.343540] e820: reserve RAM buffer [mem 0x0003f000-0x0003ffff]
[    0.343544] e820: reserve RAM buffer [mem 0x00059000-0x0005ffff]
[    0.343547] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    0.343549] e820: reserve RAM buffer [mem 0x5f8b5018-0x5fffffff]
[    0.343552] e820: reserve RAM buffer [mem 0x5f8c4018-0x5fffffff]
[    0.343555] e820: reserve RAM buffer [mem 0x63de0000-0x63ffffff]
[    0.343557] e820: reserve RAM buffer [mem 0x673d2000-0x67ffffff]
[    0.343560] e820: reserve RAM buffer [mem 0x6a565000-0x6bffffff]
[    0.343563] e820: reserve RAM buffer [mem 0x6ac00000-0x6bffffff]
[    0.346508] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.346529] hpet0: 8 comparators, 64-bit 19.200000 MHz counter
[    0.349355] clocksource: Switched to clocksource tsc-early
[    0.366536] VFS: Disk quotas dquot_6.6.0
[    0.366567] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.366718] pnp: PnP ACPI init
[    0.367647] system 00:00: [io  0x0a00-0x0a1f] has been reserved
[    0.367655] system 00:00: [io  0x0a20-0x0a2f] has been reserved
[    0.367659] system 00:00: [io  0x0a30-0x0a3f] has been reserved
[    0.367663] system 00:00: [io  0x0a40-0x0a4f] has been reserved
[    0.367667] system 00:00: [io  0x0a50-0x0a5f] has been reserved
[    0.367671] system 00:00: [io  0x0a60-0x0a6f] has been reserved
[    0.367683] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.368073] system 00:01: [io  0x0680-0x069f] has been reserved
[    0.368079] system 00:01: [io  0x0400-0x047f] could not be reserved
[    0.368083] system 00:01: [io  0x0500-0x05fe] has been reserved
[    0.368087] system 00:01: [io  0x0600-0x061f] has been reserved
[    0.368091] system 00:01: [io  0x164e-0x164f] has been reserved
[    0.368100] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.369118] system 00:02: [mem 0xe0000000-0xefffffff] has been reserved
[    0.369124] system 00:02: [mem 0xfea00000-0xfeafffff] has been reserved
[    0.369128] system 00:02: [mem 0xfed01000-0xfed01fff] has been reserved
[    0.369132] system 00:02: [mem 0xfed03000-0xfed03fff] has been reserved
[    0.369136] system 00:02: [mem 0xfed06000-0xfed06fff] has been reserved
[    0.369140] system 00:02: [mem 0xfed08000-0xfed09fff] has been reserved
[    0.369143] system 00:02: [mem 0xfed80000-0xfedbffff] has been reserved
[    0.369147] system 00:02: [mem 0xfed1c000-0xfed1cfff] has been reserved
[    0.369151] system 00:02: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.369161] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.369604] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.370077] pnp: PnP ACPI: found 4 devices
[    0.377432] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.377548] NET: Registered protocol family 2
[    0.377820] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[    0.377933] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.378296] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.378536] TCP: Hash tables configured (established 65536 bind 65536)
[    0.378657] MPTCP token hash table entries: 8192 (order: 5, 196608 bytes, linear)
[    0.378726] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.378782] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.379247] NET: Registered protocol family 1
[    0.379257] NET: Registered protocol family 44
[    0.379278] pci 0000:00:13.0: PCI bridge to [bus 01]
[    0.379292] pci 0000:00:13.0:   bridge window [mem 0xa1200000-0xa12fffff]
[    0.379302] pci 0000:00:13.2: PCI bridge to [bus 02]
[    0.379307] pci 0000:00:13.2:   bridge window [io  0xe000-0xefff]
[    0.379314] pci 0000:00:13.2:   bridge window [mem 0xa1100000-0xa11fffff]
[    0.379325] pci_bus 0000:00: resource 4 [io  0x0070-0x0077]
[    0.379329] pci_bus 0000:00: resource 5 [io  0x0000-0x006f window]
[    0.379333] pci_bus 0000:00: resource 6 [io  0x0078-0x0cf7 window]
[    0.379337] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    0.379341] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[    0.379345] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[    0.379349] pci_bus 0000:00: resource 10 [mem 0x000e0000-0x000fffff window]
[    0.379353] pci_bus 0000:00: resource 11 [mem 0x7c000001-0x7fffffff window]
[    0.379387] pci_bus 0000:00: resource 12 [mem 0x80000000-0xcfffffff window]
[    0.379392] pci_bus 0000:00: resource 13 [mem 0xe0000000-0xefffffff window]
[    0.379395] pci_bus 0000:00: resource 14 [mem 0xfea00000-0xfeafffff window]
[    0.379399] pci_bus 0000:00: resource 15 [mem 0xfed00000-0xfed003ff window]
[    0.379402] pci_bus 0000:00: resource 16 [mem 0xfed01000-0xfed01fff window]
[    0.379406] pci_bus 0000:00: resource 17 [mem 0xfed03000-0xfed03fff window]
[    0.379409] pci_bus 0000:00: resource 18 [mem 0xfed06000-0xfed06fff window]
[    0.379413] pci_bus 0000:00: resource 19 [mem 0xfed08000-0xfed09fff window]
[    0.379417] pci_bus 0000:00: resource 20 [mem 0xfed80000-0xfedbffff window]
[    0.379420] pci_bus 0000:00: resource 21 [mem 0xfed1c000-0xfed1cfff window]
[    0.379424] pci_bus 0000:00: resource 22 [mem 0xfee00000-0xfeefffff window]
[    0.379428] pci_bus 0000:01: resource 1 [mem 0xa1200000-0xa12fffff]
[    0.379432] pci_bus 0000:02: resource 0 [io  0xe000-0xefff]
[    0.379462] pci_bus 0000:02: resource 1 [mem 0xa1100000-0xa11fffff]
[    0.379716] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.380278] PCI: CLS 64 bytes, default 64
[    0.380363] Trying to unpack rootfs image as initramfs...
[    0.513895] Freeing initrd memory: 11480K
[    0.513974] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.513977] software IO TLB: mapped [mem 0x0000000056c00000-0x000000005ac00000] (64MB)
[    0.514064] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x159647815e3, max_idle_ns: 440795269835 ns
[    0.514099] clocksource: Switched to clocksource tsc
[    0.514264] sgx: EPC section 0x70200000-0x75ffffff
[    0.514285] pmd_set_huge: Cannot satisfy [mem 0x70200000-0x70400000] with a huge-page mapping due to MTRR override.
[    0.515742] check: Scanning for low memory corruption every 60 seconds
[    0.516373] Initialise system trusted keyrings
[    0.516395] Key type blacklist registered
[    0.516479] workingset: timestamp_bits=41 max_order=21 bucket_order=0
[    0.518631] zbud: loaded
[    0.534412] Key type asymmetric registered
[    0.534416] Asymmetric key parser 'x509' registered
[    0.534428] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 243)
[    0.534510] io scheduler mq-deadline registered
[    0.534513] io scheduler kyber registered
[    0.534552] io scheduler bfq registered
[    0.534698] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[    0.535290] pcieport 0000:00:13.0: PME: Signaling with IRQ 122
[    0.535619] pcieport 0000:00:13.2: PME: Signaling with IRQ 123
[    0.535746] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.535795] efifb: probing for efifb
[    0.535823] efifb: framebuffer at 0x90000000, using 8100k, total 8100k
[    0.535827] efifb: mode is 1920x1080x32, linelength=7680, pages=1
[    0.535830] efifb: scrolling: redraw
[    0.535832] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.535908] fbcon: Deferring console take-over
[    0.535911] fb0: EFI VGA frame buffer device
[    0.535926] intel_idle: MWAIT substates: 0x11242020
[    0.535930] intel_idle: v0.5.1 model 0x7A
[    0.536401] intel_idle: Local APIC timer is reliable in all C-states
[    0.536606] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.539448] ACPI: Power Button [PWRB]
[    0.539520] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
[    0.539557] ACPI: Sleep Button [SLPB]
[    0.539616] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    0.542778] ACPI: Power Button [PWRF]
[    0.549060] thermal LNXTHERM:00: registered as thermal_zone0
[    0.549065] ACPI: Thermal Zone [TZ01] (45 C)
[    0.549348] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    0.552355] Non-volatile memory driver v1.3
[    0.552359] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[    0.552361] AMD-Vi: AMD IOMMUv2 functionality not available on this system
[    0.553386] ahci 0000:00:12.0: version 3.0
[    0.563777] ahci 0000:00:12.0: AHCI 0001.0301 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
[    0.563786] ahci 0000:00:12.0: flags: 64bit ncq sntf pm clo only pmp pio slum part deso sadm sds apst 
[    0.564381] scsi host0: ahci
[    0.564713] scsi host1: ahci
[    0.564781] ata1: SATA max UDMA/133 abar m2048@0xa131d000 port 0xa131d100 irq 124
[    0.564788] ata2: SATA max UDMA/133 abar m2048@0xa131d000 port 0xa131d180 irq 124
[    0.564846] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.564865] ehci-pci: EHCI PCI platform driver
[    0.564883] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.564888] ohci-pci: OHCI PCI platform driver
[    0.564901] uhci_hcd: USB Universal Host Controller Interface driver
[    0.564964] usbcore: registered new interface driver usbserial_generic
[    0.564973] usbserial: USB Serial support registered for generic
[    0.565276] rtc_cmos 00:03: RTC can wake from S4
[    0.566076] rtc_cmos 00:03: registered as rtc0
[    0.566273] rtc_cmos 00:03: setting system clock to 2021-04-29T00:27:43 UTC (1619656063)
[    0.566308] rtc_cmos 00:03: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    0.566368] intel_pstate: Intel P-state driver initializing
[    0.567097] ledtrig-cpu: registered to indicate activity on CPUs
[    0.567321] hid: raw HID events driver (C) Jiri Kosina
[    0.567450] drop_monitor: Initializing network drop monitor service
[    0.567519] Initializing XFRM netlink socket
[    0.567632] NET: Registered protocol family 10
[    0.575398] Segment Routing with IPv6
[    0.575402] RPL Segment Routing with IPv6
[    0.575427] NET: Registered protocol family 17
[    0.575931] microcode: sig=0x706a1, pf=0x1, revision=0x34
[    0.575956] microcode: Microcode Update Driver: v2.2.
[    0.576016] resctrl: L2 allocation detected
[    0.576017] resctrl: L2DATA allocation detected
[    0.576018] resctrl: L2CODE allocation detected
[    0.576029] IPI shorthand broadcast: enabled
[    0.576043] sched_clock: Marking stable (571986016, 4037515)->(578208991, -2185460)
[    0.576212] registered taskstats version 1
[    0.576226] Loading compiled-in X.509 certificates
[    0.580296] Loaded X.509 cert 'Build time autogenerated kernel key: 4ee2f1d722286978a28da8a6e415a302a984c0be'
[    0.580694] zswap: loaded using pool lz4/z3fold
[    0.580948] Key type ._fscrypt registered
[    0.580950] Key type .fscrypt registered
[    0.580952] Key type fscrypt-provisioning registered
[    0.581856] PM:   Magic number: 1:91:457
[    0.582103] RAS: Correctable Errors collector initialized.
[    0.877675] ata2: SATA link down (SStatus 4 SControl 300)
[    1.036263] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.037141] ata1.00: ATA-9: SanDisk SSD PLUS 120GB, UE4500RL, max UDMA/133
[    1.037152] ata1.00: 234455040 sectors, multi 1: LBA48 NCQ (depth 32)
[    1.042962] ata1.00: configured for UDMA/133
[    1.043209] scsi 0:0:0:0: Direct-Access     ATA      SanDisk SSD PLUS 00RL PQ: 0 ANSI: 5
[    1.043587] sd 0:0:0:0: [sda] 234455040 512-byte logical blocks: (120 GB/112 GiB)
[    1.043647] sd 0:0:0:0: [sda] Write Protect is off
[    1.043650] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.043670] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.050058]  sda: sda1 sda2
[    1.050795] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.052308] Freeing unused decrypted memory: 2036K
[    1.052727] Freeing unused kernel image (initmem) memory: 1668K
[    1.076408] Write protecting the kernel read-only data: 26624k
[    1.077333] Freeing unused kernel image (text/rodata gap) memory: 2036K
[    1.077774] Freeing unused kernel image (rodata/data gap) memory: 1356K
[    1.101951] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.101959] rodata_test: all tests were successful
[    1.102029] x86/mm: Checking user space page tables
[    1.121551] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    1.121558] Run /init as init process
[    1.121561]   with arguments:
[    1.121563]     /init
[    1.121564]   with environment:
[    1.121565]     HOME=/
[    1.121566]     TERM=linux
[    1.168253] fbcon: Taking over console
[    1.168347] Console: switching to colour frame buffer device 240x67
[    1.340548] xhci_hcd 0000:00:15.0: xHCI Host Controller
[    1.340562] xhci_hcd 0000:00:15.0: new USB bus registered, assigned bus number 1
[    1.341657] xhci_hcd 0000:00:15.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000000009810
[    1.342604] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.11
[    1.342609] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.342611] usb usb1: Product: xHCI Host Controller
[    1.342613] usb usb1: Manufacturer: Linux 5.11.16-arch1-1 xhci-hcd
[    1.342615] usb usb1: SerialNumber: 0000:00:15.0
[    1.343417] hub 1-0:1.0: USB hub found
[    1.343436] hub 1-0:1.0: 9 ports detected
[    1.345381] xhci_hcd 0000:00:15.0: xHCI Host Controller
[    1.345387] xhci_hcd 0000:00:15.0: new USB bus registered, assigned bus number 2
[    1.345392] xhci_hcd 0000:00:15.0: Host supports USB 3.0 SuperSpeed
[    1.345448] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.11
[    1.345451] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.345454] usb usb2: Product: xHCI Host Controller
[    1.345455] usb usb2: Manufacturer: Linux 5.11.16-arch1-1 xhci-hcd
[    1.345457] usb usb2: SerialNumber: 0000:00:15.0
[    1.345566] hub 2-0:1.0: USB hub found
[    1.345583] hub 2-0:1.0: 7 ports detected
[    1.349847] sdhci: Secure Digital Host Controller Interface driver
[    1.349851] sdhci: Copyright(c) Pierre Ossman
[    1.357776] sdhci-pci 0000:00:1c.0: SDHCI controller found [8086:31cc] (rev 3)
[    1.360356] mmc0: CQHCI version 5.10
[    1.362829] mmc0: SDHCI controller on PCI [0000:00:1c.0] using ADMA 64-bit
[    1.445386] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[    1.526994] random: fast init done
[    1.672802] usb 1-4: new high-speed USB device number 2 using xhci_hcd
[    1.766522] systemd[1]: systemd 248-5-arch running in system mode. (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT -QRENCODE +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +XKBCOMMON +UTMP -SYSVINIT default-hierarchy=unified)
[    1.783355] systemd[1]: Detected architecture x86-64.
[    1.787109] systemd[1]: Hostname set to <nemo>.
[    1.814900] usb 1-4: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=85.37
[    1.814907] usb 1-4: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    1.814910] usb 1-4: Product: USB2.0 Hub
[    1.816137] hub 1-4:1.0: USB hub found
[    1.816625] hub 1-4:1.0: 4 ports detected
[    1.899621] random: lvmconfig: uninitialized urandom read (4 bytes read)
[    1.939420] usb 1-9: new full-speed USB device number 3 using xhci_hcd
[    2.080664] usb 1-9: New USB device found, idVendor=8087, idProduct=0aaa, bcdDevice= 0.02
[    2.080672] usb 1-9: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.097205] systemd[1]: Queued start job for default target Graphical Interface.
[    2.099136] systemd[1]: Created slice system-getty.slice.
[    2.099644] systemd[1]: Created slice system-modprobe.slice.
[    2.100104] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    2.100472] systemd[1]: Created slice User and Session Slice.
[    2.100644] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    2.100801] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    2.101112] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    2.101229] systemd[1]: Reached target Local Encrypted Volumes.
[    2.101337] systemd[1]: Reached target Host and Network Name Lookups.
[    2.101417] systemd[1]: Reached target Paths.
[    2.101490] systemd[1]: Reached target Remote File Systems.
[    2.101572] systemd[1]: Reached target Slices.
[    2.101656] systemd[1]: Reached target Swap.
[    2.101732] systemd[1]: Reached target Local Verity Integrity Protected Volumes.
[    2.101913] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    2.102472] systemd[1]: Listening on LVM2 poll daemon socket.
[    2.106372] systemd[1]: Listening on RPCbind Server Activation Socket.
[    2.106502] systemd[1]: Reached target RPC Port Mapper.
[    2.108477] systemd[1]: Listening on Process Core Dump Socket.
[    2.108816] systemd[1]: Listening on Journal Audit Socket.
[    2.109048] systemd[1]: Listening on Journal Socket (/dev/log).
[    2.109311] systemd[1]: Listening on Journal Socket.
[    2.109651] systemd[1]: Listening on udev Control Socket.
[    2.109876] systemd[1]: Listening on udev Kernel Socket.
[    2.111057] systemd[1]: Mounting Huge Pages File System...
[    2.112282] systemd[1]: Mounting POSIX Message Queue File System...
[    2.113337] systemd[1]: Mounting NFSD configuration filesystem...
[    2.114698] systemd[1]: Mounting Kernel Debug File System...
[    2.115965] systemd[1]: Mounting Kernel Trace File System...
[    2.120138] systemd[1]: Mounting Temporary Directory (/tmp)...
[    2.120350] systemd[1]: Condition check resulted in Kernel Module supporting RPCSEC_GSS being skipped.
[    2.121677] systemd[1]: Starting Create list of static device nodes for the current kernel...
[    2.122826] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[    2.124333] systemd[1]: Starting Load Kernel Module configfs...
[    2.125728] systemd[1]: Starting Load Kernel Module drm...
[    2.127074] random: lvm: uninitialized urandom read (4 bytes read)
[    2.127279] systemd[1]: Starting Load Kernel Module fuse...
[    2.131597] systemd[1]: Starting RPC Bind...
[    2.137608] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[    2.137692] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[    2.139922] systemd[1]: Starting Journal Service...
[    2.142686] Linux agpgart interface v0.103
[    2.144434] systemd[1]: Condition check resulted in Load Kernel Modules being skipped.
[    2.145606] systemd[1]: Starting Remount Root and Kernel File Systems...
[    2.145865] systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
[    2.147033] systemd[1]: Starting Apply Kernel Variables...
[    2.148058] fuse: init (API version 7.33)
[    2.150311] systemd[1]: Starting Coldplug All udev Devices...
[    2.152822] usb 1-4.1: new full-speed USB device number 4 using xhci_hcd
[    2.157930] EXT4-fs (sda2): re-mounted. Opts: (null). Quota mode: none.
[    2.160682] systemd[1]: Mounted Huge Pages File System.
[    2.161184] systemd[1]: Mounted POSIX Message Queue File System.
[    2.161399] systemd[1]: Mounted Kernel Debug File System.
[    2.161699] systemd[1]: Mounted Kernel Trace File System.
[    2.161905] systemd[1]: Mounted Temporary Directory (/tmp).
[    2.164707] systemd[1]: Finished Create list of static device nodes for the current kernel.
[    2.164954] audit: type=1130 audit(1619656065.093:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.165571] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[    2.165946] systemd[1]: Finished Load Kernel Module configfs.
[    2.166060] audit: type=1130 audit(1619656065.096:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.166171] audit: type=1131 audit(1619656065.096:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@configfs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.166668] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[    2.167020] systemd[1]: Finished Load Kernel Module fuse.
[    2.167127] audit: type=1130 audit(1619656065.096:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.167160] audit: type=1131 audit(1619656065.096:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@fuse comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.167778] systemd[1]: Finished Remount Root and Kernel File Systems.
[    2.168011] audit: type=1130 audit(1619656065.096:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-remount-fs comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.169035] systemd[1]: Finished Apply Kernel Variables.
[    2.169213] audit: type=1130 audit(1619656065.096:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysctl comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.171378] systemd[1]: Mounting FUSE Control File System...
[    2.173010] systemd[1]: Mounting Kernel Configuration File System...
[    2.173997] systemd[1]: Condition check resulted in First Boot Wizard being skipped.
[    2.183677] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[    2.184950] systemd[1]: Starting Load/Save Random Seed...
[    2.185171] systemd[1]: Condition check resulted in Create System Users being skipped.
[    2.186323] systemd[1]: Starting Create Static Device Nodes in /dev...
[    2.188165] systemd[1]: modprobe@drm.service: Deactivated successfully.
[    2.188616] systemd[1]: Finished Load Kernel Module drm.
[    2.188798] audit: type=1130 audit(1619656065.116:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.188822] audit: type=1131 audit(1619656065.116:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=modprobe@drm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    2.189171] systemd[1]: Mounted FUSE Control File System.
[    2.190487] systemd[1]: Mounted Kernel Configuration File System.
[    2.193848] RPC: Registered named UNIX socket transport module.
[    2.193852] RPC: Registered udp transport module.
[    2.193853] RPC: Registered tcp transport module.
[    2.193854] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    2.217644] systemd[1]: Started RPC Bind.
[    2.242812] systemd[1]: Started Journal Service.
[    2.246046] usb 1-4.1: New USB device found, idVendor=17ef, idProduct=609b, bcdDevice= 1.10
[    2.246052] usb 1-4.1: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[    2.246055] usb 1-4.1: Product: Lenovo USB Receiver
[    2.259550] systemd-journald[205]: Received client request to flush runtime journal.
[    2.266255] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    2.571490] input: Lenovo USB Receiver as /devices/pci0000:00/0000:00:15.0/usb1/1-4/1-4.1/1-4.1:1.0/0003:17EF:609B.0001/input/input3
[    2.626229] hid-generic 0003:17EF:609B.0001: input,hidraw0: USB HID v1.11 Keyboard [Lenovo USB Receiver] on usb-0000:00:15.0-4.1/input0
[    2.629836] input: Lenovo USB Receiver as /devices/pci0000:00/0000:00:15.0/usb1/1-4/1-4.1/1-4.1:1.1/0003:17EF:609B.0002/input/input4
[    2.629925] hid-generic 0003:17EF:609B.0002: input,hidraw1: USB HID v1.11 Mouse [Lenovo USB Receiver] on usb-0000:00:15.0-4.1/input1
[    2.631832] input: Lenovo USB Receiver Consumer Control as /devices/pci0000:00/0000:00:15.0/usb1/1-4/1-4.1/1-4.1:1.2/0003:17EF:609B.0003/input/input5
[    2.665214] input: PC Speaker as /devices/platform/pcspkr/input/input7
[    2.686220] input: Lenovo USB Receiver System Control as /devices/pci0000:00/0000:00:15.0/usb1/1-4/1-4.1/1-4.1:1.2/0003:17EF:609B.0003/input/input6
[    2.686358] hid-generic 0003:17EF:609B.0003: input,hiddev96,hidraw2: USB HID v1.11 Device [Lenovo USB Receiver] on usb-0000:00:15.0-4.1/input2
[    2.686407] usbcore: registered new interface driver usbhid
[    2.686409] usbhid: USB HID core driver
[    2.722904] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
[    2.722910] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    2.722912] RAPL PMU: hw unit of domain package 2^-14 Joules
[    2.722913] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    2.722914] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    2.767720] mousedev: PS/2 mouse device common for all mice
[    2.786868] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    2.788873] cryptd: max_cpu_qlen set to 1000
[    2.793936] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    2.799580] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[    2.799591] cfg80211: failed to load regulatory.db
[    2.814942] libphy: r8169: probed
[    2.815150] r8169 0000:02:00.0 eth0: RTL8168h/8111h, 94:c6:91:a1:45:3f, XID 541, IRQ 128
[    2.815155] r8169 0000:02:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[    2.819869] r8169 0000:02:00.0 eno1: renamed from eth0
[    2.853090] SSE version of gcm_enc/dec engaged.
[    2.905195] Bluetooth: Core ver 2.22
[    2.905377] NET: Registered protocol family 31
[    2.905380] Bluetooth: HCI device and connection manager initialized
[    2.905385] Bluetooth: HCI socket layer initialized
[    2.905388] Bluetooth: L2CAP socket layer initialized
[    2.905394] Bluetooth: SCO socket layer initialized
[    2.952957] Intel(R) Wireless WiFi driver for Linux
[    2.953019] iwlwifi 0000:00:0c.0: enabling device (0000 -> 0002)
[    2.976779] iwlwifi 0000:00:0c.0: WRT: Overriding region id 0
[    2.976787] iwlwifi 0000:00:0c.0: WRT: Overriding region id 1
[    2.976790] iwlwifi 0000:00:0c.0: WRT: Overriding region id 2
[    2.976792] iwlwifi 0000:00:0c.0: WRT: Overriding region id 3
[    2.976793] iwlwifi 0000:00:0c.0: WRT: Overriding region id 4
[    2.976795] iwlwifi 0000:00:0c.0: WRT: Overriding region id 6
[    2.976797] iwlwifi 0000:00:0c.0: WRT: Overriding region id 8
[    2.976799] iwlwifi 0000:00:0c.0: WRT: Overriding region id 9
[    2.976800] iwlwifi 0000:00:0c.0: WRT: Overriding region id 10
[    2.976802] iwlwifi 0000:00:0c.0: WRT: Overriding region id 11
[    2.976804] iwlwifi 0000:00:0c.0: WRT: Overriding region id 15
[    2.976806] iwlwifi 0000:00:0c.0: WRT: Overriding region id 16
[    2.976807] iwlwifi 0000:00:0c.0: WRT: Overriding region id 18
[    2.976809] iwlwifi 0000:00:0c.0: WRT: Overriding region id 19
[    2.976811] iwlwifi 0000:00:0c.0: WRT: Overriding region id 20
[    2.976812] iwlwifi 0000:00:0c.0: WRT: Overriding region id 21
[    2.976814] iwlwifi 0000:00:0c.0: WRT: Overriding region id 28
[    2.977608] iwlwifi 0000:00:0c.0: loaded firmware version 46.6f9f215c.0 9000-pu-b0-jf-b0-46.ucode op_mode iwlmvm
[    3.016821] usbcore: registered new interface driver btusb
[    3.025757] Bluetooth: hci0: Bootloader revision 0.1 build 42 week 52 2015
[    3.026758] Bluetooth: hci0: Device revision is 2
[    3.026762] Bluetooth: hci0: Secure boot is enabled
[    3.026764] Bluetooth: hci0: OTP lock is enabled
[    3.026765] Bluetooth: hci0: API lock is enabled
[    3.026766] Bluetooth: hci0: Debug lock is disabled
[    3.026768] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[    3.037498] Bluetooth: hci0: Found device firmware: intel/ibt-17-16-1.sfi
[    3.143151] random: dbus-daemon: uninitialized urandom read (12 bytes read)
[    3.151315] intel_telemetry_core Init
[    3.153486] random: dhcpcd: uninitialized urandom read (112 bytes read)
[    3.160534] iwlwifi 0000:00:0c.0: Detected Intel(R) Wireless-AC 9462, REV=0x318
[    3.188125] random: dbus-daemon: uninitialized urandom read (12 bytes read)
[    3.193360] checking generic (90000000 7e9000) vs hw (a0000000 1000000)
[    3.193367] checking generic (90000000 7e9000) vs hw (90000000 10000000)
[    3.193368] fb0: switching to inteldrmfb from EFI VGA
[    3.193578] Console: switching to colour dummy device 80x25
[    3.193597] i915 0000:00:02.0: vgaarb: deactivate vga console
[    3.193787] i915 0000:00:02.0: [drm] couldn't get memory information
[    3.195234] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    3.195683] i915 0000:00:02.0: [drm] Applying Increase DDI Disabled quirk
[    3.198682] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/glk_dmc_ver1_04.bin (v1.4)
[    3.198964] mei_hdcp 0000:00:0f.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 0000:00:02.0 (ops i915_hdcp_component_ops [i915])
[    3.202543] Invalid pltconfig, ensure IPC1 device is enabled in BIOS
[    3.209189] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
[    3.211804] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    3.212800] acpi device:53: registered as cooling_device6
[    3.212874] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input8
[    3.212903] iwlwifi 0000:00:0c.0: base HW address: 7c:2a:31:fc:44:af
[    3.213071] snd_hda_intel 0000:00:0e.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    3.240525] fbcon: i915drmfb (fb0) is primary device
[    3.247931] 8021q: 802.1Q VLAN Support v1.8
[    3.248493] Invalid pltconfig, ensure IPC1 device is enabled in BIOS
[    3.257429] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[    3.257802] thermal thermal_zone2: failed to read out thermal zone (-61)
[    3.265174] iwlwifi 0000:00:0c.0 wlo2: renamed from wlan0
[    3.266925] intel_rapl_common: Found RAPL domain package
[    3.266928] intel_rapl_common: Found RAPL domain core
[    3.266930] intel_rapl_common: Found RAPL domain uncore
[    3.266931] intel_rapl_common: Found RAPL domain dram
[    3.296510] Invalid pltconfig, ensure IPC1 device is enabled in BIOS
[    3.319408] Generic FE-GE Realtek PHY r8169-200:00: attached PHY driver (mii_bus:phy_addr=r8169-200:00, irq=IGNORE)
[    3.336627] Invalid pltconfig, ensure IPC1 device is enabled in BIOS
[    3.386675] Console: switching to colour frame buffer device 240x67
[    3.408793] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[    3.458031] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC233: line_outs=1 (0x1b/0x0/0x0/0x0/0x0) type:line
[    3.458040] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    3.458043] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[    3.458046] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[    3.458047] snd_hda_codec_realtek hdaudioC0D0:    dig-out=0x1e/0x0
[    3.458049] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[    3.458051] snd_hda_codec_realtek hdaudioC0D0:      Mic=0x19
[    3.458053] snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x12
[    3.503828] random: crng init done
[    3.503833] random: 2 urandom warning(s) missed due to ratelimiting
[    3.519616] r8169 0000:02:00.0 eno1: Link is Down
[    3.535890] snd_hda_codec_hdmi hdaudioC0D2: Monitor plugged-in, Failed to power up codec ret=[-13]
[    3.553838] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:0e.0/sound/card0/input9
[    3.553900] input: HDA Intel PCH Line Out as /devices/pci0000:00/0000:00:0e.0/sound/card0/input10
[    3.553951] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:0e.0/sound/card0/input11
[    3.554003] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:0e.0/sound/card0/input12
[    3.554053] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:0e.0/sound/card0/input13
[    3.554100] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:0e.0/sound/card0/input14
[    3.554154] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:0e.0/sound/card0/input15
[    3.554204] input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:0e.0/sound/card0/input16
[    3.651286] NFSD: Using nfsdcld client tracking operations.
[    3.651291] NFSD: no clients to reclaim, skipping NFSv4 grace period (net f00000a8)
[    3.759534] iwlwifi 0000:00:0c.0: Conflict between TLV & NVM regarding enabling LAR (TLV = enabled NVM =disabled)
[    4.553867] Bluetooth: hci0: Waiting for firmware download to complete
[    4.554793] Bluetooth: hci0: Firmware loaded in 1493751 usecs
[    4.554860] Bluetooth: hci0: Waiting for device to boot
[    4.568775] Bluetooth: hci0: Device booted in 13649 usecs
[    4.570057] Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-17-16-1.ddc
[    4.571797] Bluetooth: hci0: Applying Intel DDC parameters completed
[    4.574798] Bluetooth: hci0: Firmware revision 0.1 build 168 week 48 2020
[    8.271976] kauditd_printk_skb: 48 callbacks suppressed
[    8.271982] audit: type=1131 audit(1619656071.200:55): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   10.556874] audit: type=1100 audit(1619656073.486:56): pid=366 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="fhuddles" exe="/usr/bin/login" hostname=nemo addr=? terminal=/dev/tty1 res=success'
[   10.561941] audit: type=1101 audit(1619656073.490:57): pid=366 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="fhuddles" exe="/usr/bin/login" hostname=nemo addr=? terminal=/dev/tty1 res=success'
[   10.566874] audit: type=1103 audit(1619656073.496:58): pid=366 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="fhuddles" exe="/usr/bin/login" hostname=nemo addr=? terminal=/dev/tty1 res=success'
[   10.567169] audit: type=1006 audit(1619656073.496:59): pid=366 uid=0 old-auid=4294967295 auid=1000 tty=tty1 old-ses=4294967295 ses=1 res=1
[   10.567185] audit: type=1300 audit(1619656073.496:59): arch=c000003e syscall=1 success=yes exit=4 a0=5 a1=7ffd609986b0 a2=4 a3=3e8 items=0 ppid=1 pid=366 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=80 fsgid=0 tty=tty1 ses=1 comm="login" exe="/usr/bin/login" key=(null)
[   10.567199] audit: type=1327 audit(1619656073.496:59): proctitle=2F62696E2F6C6F67696E002D70002D2D002020202020202020
[   10.593857] audit: type=1130 audit(1619656073.523:60): 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'
[   10.603549] audit: type=1101 audit(1619656073.533:61): pid=549 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="fhuddles" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   10.603610] audit: type=1103 audit(1619656073.533:62): pid=549 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="fhuddles" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[   64.088661] kauditd_printk_skb: 13 callbacks suppressed
[   64.088666] audit: type=1101 audit(1619656127.016:72): pid=605 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="fhuddles" exe="/usr/bin/sudo" hostname=nemo addr=? terminal=/dev/tty1 res=success'
[   64.089560] audit: type=1110 audit(1619656127.020:73): pid=605 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=nemo addr=? terminal=/dev/tty1 res=success'
[   64.089838] audit: type=1105 audit(1619656127.020:74): pid=605 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=nemo addr=? terminal=/dev/tty1 res=success'
[   66.759569] audit: type=1106 audit(1619656129.690:75): pid=605 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=nemo addr=? terminal=/dev/tty1 res=success'
[   66.759686] audit: type=1104 audit(1619656129.690:76): pid=605 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=nemo addr=? terminal=/dev/tty1 res=success'
[  105.506516] r8169 0000:02:00.0 eno1: Link is Up - 1Gbps/Full - flow control rx/tx
[  105.506564] IPv6: ADDRCONF(NETDEV_CHANGE): eno1: link becomes ready
[  129.399478] audit: type=1101 audit(1619656191.844:77): pid=1693 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="fhuddles" exe="/usr/bin/sudo" hostname=nemo addr=? terminal=/dev/tty1 res=success'
[  129.400270] audit: type=1110 audit(1619656191.844:78): pid=1693 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=nemo addr=? terminal=/dev/tty1 res=success'
[  129.400506] audit: type=1105 audit(1619656191.844:79): pid=1693 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=nemo addr=? terminal=/dev/tty1 res=success'
[  142.915045] audit: type=1334 audit(1619656205.357:80): prog-id=20 op=UNLOAD
[  142.915053] audit: type=1334 audit(1619656205.357:81): prog-id=19 op=UNLOAD
[  142.915069] audit: type=1334 audit(1619656205.357:82): prog-id=18 op=UNLOAD
[  142.931320] audit: type=1334 audit(1619656205.374:83): prog-id=16 op=UNLOAD
[  142.931328] audit: type=1334 audit(1619656205.374:84): prog-id=15 op=UNLOAD
[  142.931342] audit: type=1334 audit(1619656205.374:85): prog-id=14 op=UNLOAD
[  142.931549] audit: type=1334 audit(1619656205.374:86): prog-id=17 op=UNLOAD
[  142.932277] audit: type=1334 audit(1619656205.374:87): prog-id=13 op=UNLOAD
[  142.932292] audit: type=1334 audit(1619656205.374:88): prog-id=12 op=UNLOAD
[  142.932311] audit: type=1334 audit(1619656205.374:89): prog-id=11 op=UNLOAD
[  937.661533] kauditd_printk_skb: 14 callbacks suppressed
[  937.661537] audit: type=1130 audit(1619657000.107:104): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[  937.661544] audit: type=1131 audit(1619657000.107:105): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 5405.846342] audit: type=1101 audit(1619661468.292:106): pid=1785 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="fhuddles" exe="/usr/bin/sudo" hostname=nemo addr=? terminal=/dev/tty1 res=success'
[ 5405.847401] audit: type=1110 audit(1619661468.292:107): pid=1785 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=nemo addr=? terminal=/dev/tty1 res=success'
[ 5405.847718] audit: type=1105 audit(1619661468.295:108): pid=1785 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=nemo addr=? terminal=/dev/tty1 res=success'
[ 5406.499198] audit: type=1106 audit(1619661468.945:109): pid=1785 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=nemo addr=? terminal=/dev/tty1 res=success'
[ 5406.499337] audit: type=1104 audit(1619661468.945:110): pid=1785 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=nemo addr=? terminal=/dev/tty1 res=success'
[ 5410.339582] audit: type=1101 audit(1619661472.785:111): pid=1788 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="fhuddles" exe="/usr/bin/sudo" hostname=nemo addr=? terminal=/dev/tty1 res=success'
[ 5410.340358] audit: type=1110 audit(1619661472.785:112): pid=1788 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=nemo addr=? terminal=/dev/tty1 res=success'
[ 5410.340569] audit: type=1105 audit(1619661472.785:113): pid=1788 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=nemo addr=? terminal=/dev/tty1 res=success'
[ 5410.888837] audit: type=1106 audit(1619661473.335:114): pid=1788 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=nemo addr=? terminal=/dev/tty1 res=success'
[ 5410.888952] audit: type=1104 audit(1619661473.335:115): pid=1788 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=nemo addr=? terminal=/dev/tty1 res=success'
[ 8885.818762] audit: type=1101 audit(1619664948.322:116): pid=1803 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="fhuddles" exe="/usr/bin/sudo" hostname=nemo addr=? terminal=/dev/tty1 res=success'
[ 8885.819850] audit: type=1110 audit(1619664948.322:117): pid=1803 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=nemo addr=? terminal=/dev/tty1 res=success'
[ 8885.820155] audit: type=1105 audit(1619664948.322:118): pid=1803 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=nemo addr=? terminal=/dev/tty1 res=success'
[ 8888.541251] audit: type=1106 audit(1619664951.045:119): pid=1803 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=nemo addr=? terminal=/dev/tty1 res=success'
[ 8888.541471] audit: type=1104 audit(1619664951.045:120): pid=1803 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=nemo addr=? terminal=/dev/tty1 res=success'
[ 9071.033747] audit: type=1101 audit(1619665133.540:121): pid=1808 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="fhuddles" exe="/usr/bin/sshd" hostname=10.0.1.102 addr=10.0.1.102 terminal=ssh res=success'
[ 9071.036211] audit: type=1103 audit(1619665133.544:122): pid=1808 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_env,pam_faillock acct="fhuddles" exe="/usr/bin/sshd" hostname=10.0.1.102 addr=10.0.1.102 terminal=ssh res=success'
[ 9071.036318] audit: type=1006 audit(1619665133.544:123): pid=1808 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=3 res=1
[ 9071.036323] audit: type=1300 audit(1619665133.544:123): arch=c000003e syscall=1 success=yes exit=4 a0=3 a1=7fff5dc1b310 a2=4 a3=3e8 items=0 ppid=361 pid=1808 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)
[ 9071.036327] audit: type=1327 audit(1619665133.544:123): proctitle=737368643A2066687564646C6573205B707269765D
[ 9071.055832] audit: type=1105 audit(1619665133.564:124): pid=1808 uid=0 auid=1000 ses=3 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="fhuddles" exe="/usr/bin/sshd" hostname=10.0.1.102 addr=10.0.1.102 terminal=ssh res=success'
[ 9071.057541] audit: type=1103 audit(1619665133.564:125): pid=1810 uid=0 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_env,pam_faillock acct="fhuddles" exe="/usr/bin/sshd" hostname=10.0.1.102 addr=10.0.1.102 terminal=ssh res=success'
[ 9487.096383] audit: type=1106 audit(1619665549.604:126): pid=1808 uid=0 auid=1000 ses=3 msg='op=PAM:session_close grantors=pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="fhuddles" exe="/usr/bin/sshd" hostname=10.0.1.102 addr=10.0.1.102 terminal=ssh res=success'
[ 9487.096958] audit: type=1104 audit(1619665549.604:127): pid=1808 uid=0 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_env,pam_faillock acct="fhuddles" exe="/usr/bin/sshd" hostname=10.0.1.102 addr=10.0.1.102 terminal=ssh res=success'
[ 9727.603838] audit: type=1101 audit(1619665790.117:128): pid=1831 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="fhuddles" exe="/usr/bin/sudo" hostname=nemo addr=? terminal=/dev/tty1 res=success'
[ 9727.604834] audit: type=1110 audit(1619665790.117:129): pid=1831 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=nemo addr=? terminal=/dev/tty1 res=success'
[ 9727.605118] audit: type=1105 audit(1619665790.117:130): pid=1831 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=nemo addr=? terminal=/dev/tty1 res=success'
[ 9749.261714] audit: type=1106 audit(1619665811.774:131): pid=1831 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=nemo addr=? terminal=/dev/tty1 res=success'
[ 9749.261931] audit: type=1104 audit(1619665811.777:132): pid=1831 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=nemo addr=? terminal=/dev/tty1 res=success'
[ 9767.842937] audit: type=1101 audit(1619665830.357:133): pid=1835 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="fhuddles" exe="/usr/bin/sudo" hostname=nemo addr=? terminal=/dev/tty1 res=success'
[ 9773.112331] audit: type=1101 audit(1619665835.627:134): pid=1836 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="fhuddles" exe="/usr/bin/sudo" hostname=nemo addr=? terminal=/dev/tty1 res=success'
[ 9773.113427] audit: type=1110 audit(1619665835.627:135): pid=1836 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=nemo addr=? terminal=/dev/tty1 res=success'
[ 9773.113740] audit: type=1105 audit(1619665835.627:136): pid=1836 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=nemo addr=? terminal=/dev/tty1 res=success'
[ 9801.544984] audit: type=1106 audit(1619665864.057:137): pid=1836 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=nemo addr=? terminal=/dev/tty1 res=success'
[ 9801.545171] audit: type=1104 audit(1619665864.057:138): pid=1836 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=nemo addr=? terminal=/dev/tty1 res=success'
[ 9810.675358] audit: type=1101 audit(1619665873.188:139): pid=1841 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="fhuddles" exe="/usr/bin/sudo" hostname=nemo addr=? terminal=/dev/tty1 res=success'
[ 9810.676218] audit: type=1110 audit(1619665873.188:140): pid=1841 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=nemo addr=? terminal=/dev/tty1 res=success'
[ 9810.676483] audit: type=1105 audit(1619665873.188:141): pid=1841 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=nemo addr=? terminal=/dev/tty1 res=success'
[ 9812.280374] audit: type=1106 audit(1619665874.791:142): pid=1841 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=nemo addr=? terminal=/dev/tty1 res=success'
[ 9812.280712] audit: type=1104 audit(1619665874.791:143): pid=1841 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=nemo addr=? terminal=/dev/tty1 res=success'
[ 9819.535755] audit: type=1101 audit(1619665882.048:144): pid=1843 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="fhuddles" exe="/usr/bin/sudo" hostname=nemo addr=? terminal=/dev/tty1 res=success'
[ 9819.536822] audit: type=1110 audit(1619665882.048:145): pid=1843 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=nemo addr=? terminal=/dev/tty1 res=success'
[ 9819.537125] audit: type=1105 audit(1619665882.048:146): pid=1843 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=nemo addr=? terminal=/dev/tty1 res=success'
[ 9832.433285] audit: type=1106 audit(1619665894.944:147): pid=1843 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=nemo addr=? terminal=/dev/tty1 res=success'
[ 9832.433659] audit: type=1104 audit(1619665894.944:148): pid=1843 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=nemo addr=? terminal=/dev/tty1 res=success'
[ 9970.590362] audit: type=1101 audit(1619666033.106:149): pid=2438 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="fhuddles" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 9970.591179] audit: type=1110 audit(1619666033.106:150): pid=2438 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 9970.591410] audit: type=1105 audit(1619666033.106:151): pid=2438 uid=1000 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 9982.507958] audit: type=1106 audit(1619666045.023:152): pid=2438 uid=1000 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[ 9982.508282] audit: type=1104 audit(1619666045.023:153): pid=2438 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/0 res=success'
[10426.727706] audit: type=1101 audit(1619666489.247:154): pid=6984 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="fhuddles" exe="/usr/bin/sshd" hostname=10.0.1.102 addr=10.0.1.102 terminal=ssh res=success'
[10426.730937] audit: type=1103 audit(1619666489.250:155): pid=6984 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_env,pam_faillock acct="fhuddles" exe="/usr/bin/sshd" hostname=10.0.1.102 addr=10.0.1.102 terminal=ssh res=success'
[10426.731232] audit: type=1006 audit(1619666489.250:156): pid=6984 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=4 res=1
[10426.731246] audit: type=1300 audit(1619666489.250:156): arch=c000003e syscall=1 success=yes exit=4 a0=3 a1=7ffe11c20cb0 a2=4 a3=3e8 items=0 ppid=361 pid=6984 auid=1000 uid=0 gid=0 euid=0 suid=0 fsuid=0 egid=0 sgid=0 fsgid=0 tty=(none) ses=4 comm="sshd" exe="/usr/bin/sshd" key=(null)
[10426.731258] audit: type=1327 audit(1619666489.250:156): proctitle=737368643A2066687564646C6573205B707269765D
[10426.745694] audit: type=1105 audit(1619666489.267:157): pid=6984 uid=0 auid=1000 ses=4 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="fhuddles" exe="/usr/bin/sshd" hostname=10.0.1.102 addr=10.0.1.102 terminal=ssh res=success'
[10426.747411] audit: type=1103 audit(1619666489.267:158): pid=7006 uid=0 auid=1000 ses=4 msg='op=PAM:setcred grantors=pam_shells,pam_faillock,pam_permit,pam_env,pam_faillock acct="fhuddles" exe="/usr/bin/sshd" hostname=10.0.1.102 addr=10.0.1.102 terminal=ssh res=success'
[10653.623993] audit: type=1101 audit(1619666716.146:159): pid=9293 uid=1000 auid=1000 ses=4 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="fhuddles" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[10653.624802] audit: type=1110 audit(1619666716.146:160): pid=9293 uid=1000 auid=1000 ses=4 msg='op=PAM:setcred grantors=pam_faillock,pam_permit,pam_env,pam_faillock acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'
[10653.625072] audit: type=1105 audit(1619666716.146:161): pid=9293 uid=1000 auid=1000 ses=4 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=? addr=? terminal=/dev/pts/1 res=success'

Last edited by fhuddles (2021-05-01 03:51:59)

Offline

#2 2021-04-29 07:06:50

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

Re: Solved:X Windows hangs with black unresponsive screen after short time

There's no apparent error.
Did you try to re-plug the HDMI connection (because HDMI is a shit protocol…)?

Random list of kernel parameters to throw at the problem (just from the context and the symptoms):

i915.enable_dc=0 i915.enable_fbc=0 i915.enable_psr=0 snd_hda_codec_hdmi.enable_acomp=off snd_hda_codec_hdmi.enable_silent_stream=off

Offline

#3 2021-05-01 03:50:11

fhuddles
Member
From: San Antonio, Texas, USA
Registered: 2017-05-16
Posts: 8

Re: Solved:X Windows hangs with black unresponsive screen after short time

Thanks for responding.
Yes, I tried re-plugging, plugging into different HDMI ports, using another cable. None of that helped.
The kernel parameter change did help, however, at least as far as getting the computer functional again. The screen still goes blank, and soon after reverts to the TV's default screen when it's not getting any input from the device, followed by a screen time-out power-down from the TV (which can be turned off). This didn't happen prior to my having this problem.
But at least now I can get back to the computer display by hitting return or clicking the mouse and clicking the TV remote button. It's workable, and I might mess with the kernel parameters to see if some configuration of those will bring things back to normal. I also reinstated the smb module, and haven't seen any undue CPU activity from interrupts. I don't know what that was about.
I suppose I'll mark this thread as solved, since the worst of the problem seems to have been fixed, and any further issues should probably be dealt with in a different, more specific, thread.

I had done some upgrades shortly before I noticed this problem, and here is a list of them, just in case this gives more useful information:

[2021-04-17T13:55:58-0500] [PACMAN] starting full system upgrade
[2021-04-17T13:57:24-0500] [ALPM] upgraded harfbuzz (2.8.0-1 -> 2.8.0-3)
[2021-04-17T13:57:25-0500] [ALPM] upgraded icu (68.2-1 -> 69.1-1)
[2021-04-17T13:57:25-0500] [ALPM] upgraded libxml2 (2.9.10-8 -> 2.9.10-9)
[2021-04-17T13:57:26-0500] [ALPM] upgraded adwaita-icon-theme (40rc-1 -> 40.0-1)
[2021-04-17T13:57:26-0500] [ALPM] upgraded aom (3.0.0-1 -> 3.0.0-2)
[2021-04-17T13:57:26-0500] [ALPM] upgraded boost-libs (1.75.0-2 -> 1.75.0-3)
[2021-04-17T13:57:30-0500] [ALPM] upgraded boost (1.75.0-2 -> 1.75.0-3)
[2021-04-17T13:57:30-0500] [ALPM] upgraded systemd-libs (248-4 -> 248-5)
[2021-04-17T13:57:30-0500] [ALPM] upgraded ca-certificates-mozilla (3.63-1 -> 3.64-1)
[2021-04-17T13:57:30-0500] [ALPM] upgraded vulkan-icd-loader (1.2.172-1 -> 1.2.174-2)
[2021-04-17T13:57:30-0500] [ALPM] upgraded systemd (248-4 -> 248-5)
[2021-04-17T13:57:32-0500] [ALPM] upgraded qt5-base (5.15.2+kde+r172-1 -> 5.15.2+kde+r172-2)
[2021-04-17T13:57:32-0500] [ALPM] upgraded qt5-svg (5.15.2+kde+r5-1 -> 5.15.2+kde+r7-1)
[2021-04-17T13:57:32-0500] [ALPM] upgraded nss (3.63-1 -> 3.64-1)
[2021-04-17T13:57:32-0500] [ALPM] upgraded qt5-location (5.15.2-2 -> 5.15.2-3)
[2021-04-17T13:57:33-0500] [ALPM] upgraded qt5-webengine (5.15.3-3 -> 5.15.3-4)
[2021-04-17T13:57:33-0500] [ALPM] upgraded xfsprogs (5.11.0-1 -> 5.11.0-2)
[2021-04-17T13:57:35-0500] [ALPM] upgraded calibre (5.14.0-1 -> 5.14.0-2)
[2021-04-17T13:57:37-0500] [ALPM] upgraded chromium (90.0.4430.72-1 -> 90.0.4430.72-2)
[2021-04-17T13:57:37-0500] [ALPM] upgraded enchant (2.2.15-1 -> 2.2.15-2)
[2021-04-17T13:57:37-0500] [ALPM] upgraded harfbuzz-icu (2.8.0-1 -> 2.8.0-3)
[2021-04-17T13:57:37-0500] [ALPM] upgraded jasper (2.0.27-1 -> 2.0.28-1)
[2021-04-17T13:57:37-0500] [ALPM] upgraded libcdr (0.1.7-1 -> 0.1.7-2)
[2021-04-17T13:57:38-0500] [ALPM] upgraded libe-book (0.1.3-8 -> 0.1.3-9)
[2021-04-17T13:57:38-0500] [ALPM] upgraded libmspub (0.1.4-9 -> 0.1.4-10)
[2021-04-17T13:57:38-0500] [ALPM] upgraded libqxp (0.0.2-5 -> 0.0.2-6)
[2021-04-17T13:57:38-0500] [ALPM] upgraded libvisio (0.1.7-4 -> 0.1.7-5)
[2021-04-17T13:57:38-0500] [ALPM] upgraded libzmf (0.0.2-9 -> 0.0.2-10)
[2021-04-17T13:57:38-0500] [ALPM] upgraded raptor (2.0.15-15 -> 2.0.15-16)
[2021-04-17T13:57:45-0500] [ALPM] upgraded libreoffice-fresh (7.1.2-2 -> 7.1.2-3)
[2021-04-17T13:57:45-0500] [ALPM] upgraded libsynctex (2020.54586-12 -> 2020.54586-13)
[2021-04-17T13:57:45-0500] [ALPM] upgraded libxnvctrl (460.67-1 -> 465.24.02-1)
[2021-04-17T13:57:48-0500] [ALPM] upgraded linux (5.11.13.arch1-1 -> 5.11.15.arch1-2)
[2021-04-17T13:57:49-0500] [ALPM] upgraded qt5-webkit (5.212.0alpha4-9 -> 5.212.0alpha4-10)
[2021-04-17T13:57:49-0500] [ALPM] upgraded smbclient (4.14.2-1 -> 4.14.2-2)
[2021-04-17T13:57:49-0500] [ALPM] upgraded systemd-sysvcompat (248-4 -> 248-5)
[2021-04-17T13:57:49-0500] [ALPM] upgraded tracker3 (3.1.1-1 -> 3.1.1-2)
[2021-04-17T13:57:49-0500] [ALPM] upgraded vte-common (0.64.0-1 -> 0.64.0-2)
[2021-04-17T13:57:49-0500] [ALPM] upgraded vte3 (0.64.0-1 -> 0.64.0-2)
[2021-04-17T13:57:50-0500] [ALPM] upgraded webkit2gtk (2.32.0-1 -> 2.32.0-2)
[2021-04-17T13:57:50-0500] [ALPM] upgraded xf86-input-libinput (1.0.0-1 -> 1.0.1-1)
[2021-04-17T13:57:51-0500] [ALPM] upgraded youtube-dl (2021.04.07-1 -> 2021.04.17-1)

Offline

#4 2021-05-01 06:20:20

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

Re: Solved:X Windows hangs with black unresponsive screen after short time

You should definitively figure which one is critical for the change.
The reason why the output deactivates is likely just dpms.

xset q | grep -A3 DPMS

You can deactivate it at runtime w/ xset or though some parameter in "man xorg.conf" (the latter allows you to disable it completely, so it cannot be enabled/activated by eg. some screensaver)

Offline

#5 2021-05-02 14:20:50

fhuddles
Member
From: San Antonio, Texas, USA
Registered: 2017-05-16
Posts: 8

Re: Solved:X Windows hangs with black unresponsive screen after short time

Thanks. I tried disabling dpms with xset -dpms but it had no effect.
I also discovered a more serious effect from these disruptions: the audio stream stops when the display cuts off.
I tried removing the boot parameters and none corrected the problem of display cut off. Some produced really erratic flashing on the screen, and one change: removal of the i915.enable_psr parameter with no dpms, seemed to have the same effect even after a reboot! Second reboot was OK, though. I don't know about that.
In fact, I don't know what any of these parameters do. I can see what they are and how they are set by doing grep . /sys/module/<module name>/parameters/*. But that doesn't tell me what they do. I'm not sure I'd understand, though, even if it did. But is there somewhere I could read about them? I haven't found much.
I don't see anything on the TV side that looks as though it would have an effect on this.
Just in case this helps, here's my lspci output:

00:00.0 Host bridge: Intel Corporation Gemini Lake Host Bridge (rev 03)
	DeviceName: Onboard - Other
	Subsystem: Intel Corporation Device 2072
00:02.0 VGA compatible controller: Intel Corporation UHD Graphics 605 (rev 03)
	DeviceName: Onboard - Video
	Subsystem: Intel Corporation Device 2072
	Kernel driver in use: i915
	Kernel modules: i915
00:0c.0 Network controller: Intel Corporation AC 1550i Wireless (rev 03)
	DeviceName: Onboard - Ethernet
	Subsystem: Intel Corporation Device 02a4
	Kernel driver in use: iwlwifi
	Kernel modules: iwlwifi
00:0e.0 Audio device: Intel Corporation Celeron/Pentium Silver Processor High Definition Audio (rev 03)
	DeviceName: Onboard - Sound
	Subsystem: Intel Corporation Device 2072
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel, snd_soc_skl, snd_sof_pci
00:0f.0 Communication controller: Intel Corporation Celeron/Pentium Silver Processor Trusted Execution Engine Interface (rev 03)
	DeviceName: Onboard - Other
	Subsystem: Intel Corporation Device 2072
	Kernel driver in use: mei_me
	Kernel modules: mei_me
00:12.0 SATA controller: Intel Corporation Celeron/Pentium Silver Processor SATA Controller (rev 03)
	DeviceName: Onboard - SATA
	Subsystem: Intel Corporation Device 2072
	Kernel driver in use: ahci
00:13.0 PCI bridge: Intel Corporation Gemini Lake PCI Express Root Port (rev f3)
	Kernel driver in use: pcieport
00:13.2 PCI bridge: Intel Corporation Gemini Lake PCI Express Root Port (rev f3)
	Kernel driver in use: pcieport
00:15.0 USB controller: Intel Corporation Celeron/Pentium Silver Processor USB 3.0 xHCI Controller (rev 03)
	DeviceName: Onboard - Other
	Subsystem: Intel Corporation Device 2072
	Kernel driver in use: xhci_hcd
	Kernel modules: xhci_pci
00:1c.0 SD Host controller: Intel Corporation Celeron/Pentium Silver Processor SDA Standard Compliant SD Host Controller (rev 03)
	DeviceName: Onboard - Other
	Subsystem: Intel Corporation Device 2072
	Kernel driver in use: sdhci-pci
	Kernel modules: sdhci_pci
00:1f.0 ISA bridge: Intel Corporation Celeron/Pentium Silver Processor LPC Controller (rev 03)
	DeviceName: Onboard - Other
	Subsystem: Intel Corporation Device 2072
00:1f.1 SMBus: Intel Corporation Celeron/Pentium Silver Processor Gaussian Mixture Model (rev 03)
	DeviceName: Onboard - Other
	Subsystem: Intel Corporation Device 2072
	Kernel driver in use: i801_smbus
	Kernel modules: i2c_i801
01:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5229 PCI Express Card Reader (rev 01)
	Subsystem: Intel Corporation Device 2072
	Kernel driver in use: rtsx_pci
	Kernel modules: rtsx_pci
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)
	DeviceName: Onboard - RTK Ethernet
	Subsystem: Intel Corporation Device 2072
	Kernel driver in use: r8169
	Kernel modules: r8169

I'm hoping an upgrade soon will fix this.

Offline

#6 2021-05-02 14:35:29

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

Re: Solved:X Windows hangs with black unresponsive screen after short time

enable_dc: c-states
enable_fbc: framebuffer compression
enable_psr: panel self refresh
---
They're all power saving measures (fbc also saves bandwidth on the output)


enable_silent_stream: https://www.spinics.net/lists/alsa-devel/msg111753.html
enable_acomp: https://patchwork.kernel.org/patch/11491621/
---
Both deal w/ audio transfer over HDMI

Did you try to completely disable the DPMS extension?

Offline

#7 2021-05-04 20:06:00

fhuddles
Member
From: San Antonio, Texas, USA
Registered: 2017-05-16
Posts: 8

Re: Solved:X Windows hangs with black unresponsive screen after short time

I at first did screen blanking with "xset s off -dpms " and that seems to have worked. But I figured I'd try disabling the extension as directed in https://wiki.archlinux.org/title/Displa … bling_DPMS.
However, that did not work: the screen went black and sound cut off after about 10 minutes, as it did just previously.  I could bring the screen back by clicking the mouse or hitting a keyboard key.
So setting the xset options in my openbox autostart.sh seems to work.
Except: I'm having some weird things happen in reboots. Sometimes the sound doesn't work after a reboot. This was happening before I had the unresponsive display problem that prompted this post so I consider it a separate issue. But at times I'm getting quick flashing on the screen, and these messages:
nd_hda_intel azx_get_response timeout, switching to single_cmd model: last cmd=0x20bf8100
then
snd_hda_codec_hdmi hdaudioC0D2: Unable to sync register 0xf0400 -5
snd_hda_codec_realtek hdaudioC0D0: Unable to sync register etc
snd_had_codec_realtek hdaudioC0D0: Unable to sync register etc

I reboot again, and everything is fine. Does this indicate anything to you?

Offline

#8 2021-05-04 20:40:55

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

Re: Solved:X Windows hangs with black unresponsive screen after short time

10 minutes is the screensaver default blank time and "xset s off" disables the screensaver.
The equivalent xorg config would be

Section "ServerFlags"
    Option "BlankTime" "0"
EndSection

and you can also try to disable the "MIT-SCREEN-SAVER" extension.

Does this indicate anything to you?

https://bugzilla.kernel.org/show_bug.cgi?id=205229#c33 ?

Offline

#9 2021-05-15 16:33:47

fhuddles
Member
From: San Antonio, Texas, USA
Registered: 2017-05-16
Posts: 8

Re: Solved:X Windows hangs with black unresponsive screen after short time

Setting the BlankTime option to 0 in the xorg config file has worked. So I haven't tried disabling the MIT-SCREEN-SAVER extension.
I tried the remedy mentioned in the bug report: setting snd_hda_intel power_save=0 in a config file in /etc/modprobe.d, and I think that is set. I'm still getting flashing in some boots, but
I just reboot until it boots without the flashing. There have been a few updates of linux and at least one of mesa since I reported the problem.
But the main problem causing my post: that of the screen blanking and becoming unresponsive after a short time: has been remedied via the boot parameters and BlankTime setting.

Offline

Board footer

Powered by FluxBB