You are not logged in.

#1 2020-05-26 14:11:34

mrw01f
Member
Registered: 2020-04-25
Posts: 28

Lightdm failed to start (Result: exit-code)

i just have freshly installed arch and after update & some configuration lightdm failed to start

$ sudo systemctl status lightdm.service 
● lightdm.service - Light Display Manager
     Loaded: loaded (/usr/lib/systemd/system/lightdm.service; enabled; vendor preset: disabled)
     Active: failed (Result: exit-code) since Tue 2020-05-26 13:51:11 UTC; 11min ago
       Docs: man:lightdm(1)
    Process: 499 ExecStart=/usr/bin/lightdm (code=exited, status=1/FAILURE)
   Main PID: 499 (code=exited, status=1/FAILURE)

May 26 13:51:11 warmachine systemd[1]: lightdm.service: Scheduled restart job, restart counter is at 5.
May 26 13:51:11 warmachine systemd[1]: Stopped Light Display Manager.
May 26 13:51:11 warmachine systemd[1]: lightdm.service: Start request repeated too quickly.
May 26 13:51:11 warmachine systemd[1]: lightdm.service: Failed with result 'exit-code'.
May 26 13:51:11 warmachine systemd[1]: Failed to start Light Display Manager.

the last thing i did was nvidia autoconfig.  i have geforce 200 series card so i had to download unsupported drivers

$ lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation 4th Generation Core Processor Family Integrated Graphics Controller (rev 06)
01:00.0 VGA compatible controller: NVIDIA Corporation GT218 [GeForce 210] (rev a2)

hear is xorg log

~ $ cat /var/log/Xorg.0.log
[    15.078] 
X.Org X Server 1.20.8
X Protocol Version 11, Revision 0
[    15.078] Build Operating System: Linux Arch Linux
[    15.078] Current Operating System: Linux warmachine 5.6.14-arch1-1 #1 SMP PREEMPT Wed, 20 May 2020 20:43:19 +0000 x86_64
[    15.078] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=046159d9-8d58-46b8-9939-10220951139f rw loglevel=3 quiet
[    15.078] Build Date: 05 May 2020  05:08:17AM
[    15.078]  
[    15.078] Current version of pixman: 0.40.0
[    15.078] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    15.078] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    15.078] (==) Log file: "/var/log/Xorg.0.log", Time: Tue May 26 13:51:11 2020
[    15.078] (==) Using config file: "/etc/X11/xorg.conf"
[    15.078] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    15.078] (==) ServerLayout "Layout0"
[    15.078] (**) |-->Screen "Screen0" (0)
[    15.078] (**) |   |-->Monitor "Monitor0"
[    15.078] (**) |   |-->Device "Device0"
[    15.078] (**) |-->Input Device "Keyboard0"
[    15.078] (**) |-->Input Device "Mouse0"
[    15.078] (==) Automatically adding devices
[    15.078] (==) Automatically enabling devices
[    15.078] (==) Automatically adding GPU devices
[    15.078] (==) Automatically binding GPU devices
[    15.078] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    15.078] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc".
[    15.078] 	Entry deleted from font path.
[    15.078] 	(Run 'mkfontdir' on "/usr/share/fonts/misc").
[    15.078] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    15.078] 	Entry deleted from font path.
[    15.078] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi".
[    15.078] 	Entry deleted from font path.
[    15.078] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi").
[    15.078] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi".
[    15.078] 	Entry deleted from font path.
[    15.078] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi").
[    15.078] (==) FontPath set to:
	/usr/share/fonts/TTF,
	/usr/share/fonts/Type1
[    15.078] (==) ModulePath set to "/usr/lib/xorg/modules"
[    15.078] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[    15.078] (WW) Disabling Keyboard0
[    15.078] (WW) Disabling Mouse0
[    15.078] (II) Module ABI versions:
[    15.078] 	X.Org ANSI C Emulation: 0.4
[    15.078] 	X.Org Video Driver: 24.1
[    15.078] 	X.Org XInput driver : 24.1
[    15.078] 	X.Org Server Extension : 10.0
[    15.079] (++) using VT number 7

[    15.079] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[    15.080] (II) xfree86: Adding drm device (/dev/dri/card1)
[    15.080] (II) xfree86: Adding drm device (/dev/dri/card0)
[    15.081] (--) PCI: (0@0:2:0) 8086:041e:1458:d000 rev 6, Mem @ 0xf7400000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64
[    15.081] (--) PCI:*(1@0:0:0) 10de:0a65:1458:3525 rev 162, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[    15.082] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    15.082] (II) LoadModule: "glx"
[    15.082] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    15.093] (II) Module glx: vendor="X.Org Foundation"
[    15.093] 	compiled for 1.20.8, module version = 1.0.0
[    15.093] 	ABI class: X.Org Server Extension, version 10.0
[    15.093] (II) LoadModule: "nvidia"
[    15.093] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    15.093] (II) Module nvidia: vendor="NVIDIA Corporation"
[    15.093] 	compiled for 4.0.2, module version = 1.0.0
[    15.093] 	Module class: X.Org Video Driver
[    15.093] (II) NVIDIA dlloader X Driver  340.108  Wed Dec 11 14:06:00 PST 2019
[    15.093] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    15.093] (II) Loading sub module "fb"
[    15.093] (II) LoadModule: "fb"
[    15.093] (II) Loading /usr/lib/xorg/modules/libfb.so
[    15.094] (II) Module fb: vendor="X.Org Foundation"
[    15.094] 	compiled for 1.20.8, module version = 1.0.0
[    15.094] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    15.094] (WW) Unresolved symbol: fbGetGCPrivateKey
[    15.094] (II) Loading sub module "wfb"
[    15.094] (II) LoadModule: "wfb"
[    15.094] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    15.094] (II) Module wfb: vendor="X.Org Foundation"
[    15.094] 	compiled for 1.20.8, module version = 1.0.0
[    15.094] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    15.094] (II) Loading sub module "ramdac"
[    15.094] (II) LoadModule: "ramdac"
[    15.094] (II) Module "ramdac" already built-in
[    15.095] (EE) NVIDIA: Failed to initialize the NVIDIA kernel module. Please see the
[    15.095] (EE) NVIDIA:     system's kernel log for additional error messages and
[    15.095] (EE) NVIDIA:     consult the NVIDIA README for details.
[    15.095] (EE) No devices detected.
[    15.095] (EE) 
Fatal server error:
[    15.095] (EE) no screens found(EE) 
[    15.095] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[    15.095] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[    15.095] (EE) 
[    15.098] (EE) Server terminated with error (1). Closing log file.

running lightdm on debug

sudo lightdm -d
[+0.00s] DEBUG: Logging to /var/log/lightdm/lightdm.log
[+0.00s] DEBUG: Starting Light Display Manager 1.30.0, UID=0 PID=596
[+0.00s] DEBUG: Loading configuration dirs from /usr/share/lightdm/lightdm.conf.d
[+0.00s] DEBUG: Loading configuration dirs from /usr/local/share/lightdm/lightdm.conf.d
[+0.00s] DEBUG: Loading configuration dirs from /etc/xdg/lightdm/lightdm.conf.d
[+0.00s] DEBUG: Loading configuration from /etc/lightdm/lightdm.conf
[+0.00s] DEBUG: Registered seat module local
[+0.00s] DEBUG: Registered seat module xremote
[+0.00s] DEBUG: Using D-Bus name org.freedesktop.DisplayManager
[+0.00s] DEBUG: _g_io_module_get_default: Found default implementation local (GLocalVfs) for ?gio-vfs?
[+0.00s] DEBUG: Monitoring logind for seats
[+0.00s] DEBUG: New seat added from logind: seat0
[+0.00s] DEBUG: Seat seat0: Loading properties from config section Seat:*
[+0.00s] DEBUG: Seat seat0: Starting
[+0.00s] DEBUG: Seat seat0: Creating greeter session
[+0.00s] DEBUG: Seat seat0: Creating display server of type x
[+0.00s] DEBUG: posix_spawn avoided (fd close requested) 
[+0.00s] DEBUG: Could not run plymouth --ping: Failed to execute child process ?plymouth? (No such file or directory)
[+0.00s] DEBUG: Using VT 7
[+0.00s] DEBUG: Seat seat0: Starting local X display on VT 7
[+0.00s] DEBUG: XServer 0: Logging to /var/log/lightdm/x-0.log
[+0.00s] DEBUG: XServer 0: Writing X server authority to /run/lightdm/root/:0
[+0.00s] DEBUG: XServer 0: Launching X Server
[+0.00s] DEBUG: Launching process 601: /usr/bin/X :0 -seat seat0 -auth /run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch
[+0.00s] DEBUG: XServer 0: Waiting for ready signal from X server :0
[+0.00s] DEBUG: Acquired bus name org.freedesktop.DisplayManager
[+0.00s] DEBUG: Registering seat with bus path /org/freedesktop/DisplayManager/Seat0
[+0.01s] DEBUG: Loading users from org.freedesktop.Accounts
[+0.01s] DEBUG: User /org/freedesktop/Accounts/User1000 added
[+0.03s] DEBUG: Seat seat0 changes active session to 
[+0.04s] DEBUG: Process 601 exited with return value 1
[+0.04s] DEBUG: XServer 0: X server stopped
[+0.04s] DEBUG: Releasing VT 7
[+0.04s] DEBUG: XServer 0: Removing X server authority /run/lightdm/root/:0
[+0.04s] DEBUG: Seat seat0: Display server stopped
[+0.04s] DEBUG: Seat seat0: Stopping session
[+0.04s] DEBUG: Seat seat0: Session stopped
[+0.04s] DEBUG: Seat seat0: Stopping display server, no sessions require it
[+0.04s] DEBUG: Seat seat0: Stopping; greeter display server failed to start
[+0.04s] DEBUG: Seat seat0: Stopping
[+0.04s] DEBUG: Seat seat0: Stopped
[+0.04s] DEBUG: Required seat has stopped
[+0.04s] DEBUG: Stopping display manager
[+0.04s] DEBUG: Display manager stopped
[+0.04s] DEBUG: Stopping daemon
[+0.04s] DEBUG: Exiting with return value 1

Last edited by mrw01f (2020-05-26 14:25:16)

Offline

#2 2020-05-26 14:20:18

loqs
Member
Registered: 2014-03-06
Posts: 17,425

Re: Lightdm failed to start (Result: exit-code)

Offline

#3 2020-05-26 14:23:13

mrw01f
Member
Registered: 2020-04-25
Posts: 28

Re: Lightdm failed to start (Result: exit-code)

loqs wrote:

at in previous error i didnt knew that my gpu needed old drivers i was trying the default ones.

Offline

#4 2020-05-26 14:25:26

seth
Member
Registered: 2012-09-03
Posts: 51,608

Re: Lightdm failed to start (Result: exit-code)

the wiki you linked wrote:

yaddayaddayadda … Last supported Xorg version is 1.20 …

your xorg log wrote:

X.Org X Server 1.20.8

If my elementary school teachers didn't lie to me, 1.20 < 1.20.8, so as the wiki states: you'll have to downgrade Xorg or use nouveau.

Offline

#5 2020-05-26 14:26:50

loqs
Member
Registered: 2014-03-06
Posts: 17,425

Re: Lightdm failed to start (Result: exit-code)

If you intend to use an optimus configuration why did you run nvidia-xconfig?  If you are not intending to use an optimus configuration how are you intending the two GPUs are configured?

Offline

#6 2020-05-26 14:54:00

mrw01f
Member
Registered: 2020-04-25
Posts: 28

Re: Lightdm failed to start (Result: exit-code)

seth wrote:
the wiki you linked wrote:

yaddayaddayadda … Last supported Xorg version is 1.20 …

your xorg log wrote:

X.Org X Server 1.20.8

If my elementary school teachers didn't lie to me, 1.20 < 1.20.8, so as the wiki states: you'll have to downgrade Xorg or use nouveau.

i have downgraded to 1.20.5 but nothing changed. please pardon my silly questions, i am just started learning all these

Offline

#7 2020-05-26 15:02:25

seth
Member
Registered: 2012-09-03
Posts: 51,608

Re: Lightdm failed to start (Result: exit-code)

Since when is 1.20.5 <= 1.20 ?
Also we need to deal w/ the questions in post #5 first, but if you intend to use the nvidia blob, you'll have to downgrade X11 to a supported version. (last 1.20.0 update was on 2018-06-18)

Offline

#8 2020-05-26 15:08:54

loqs
Member
Registered: 2014-03-06
Posts: 17,425

Re: Lightdm failed to start (Result: exit-code)

Also the output of the following please:

# dkms status #this is only needed if you are using nvidia-340xx-dkms instead of nvidia-340xx
$ dmesg

Last edited by loqs (2020-05-26 15:10:50)

Offline

#9 2020-05-26 15:12:10

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,764

Re: Lightdm failed to start (Result: exit-code)

Seth doesn't this just refer to the ABI? Afaik 340xx drivers should still work fine as long as we are on 1.20.x

FWIW from what we see so far there's simply a kernel module failure. so outputs loqs requested are definitely the most interesting right now.

Last edited by V1del (2020-05-26 15:15:26)

Offline

#10 2020-05-26 15:19:10

mrw01f
Member
Registered: 2020-04-25
Posts: 28

Re: Lightdm failed to start (Result: exit-code)

okay everyone thank you for replies and thanks to wiki writers.
but i cant do this, i think ill just fireup ubuntu or something, not that arch is bad or anything but i am trying to learn some linux but i think ill hve to start from something simple, although i have some experience with it, i cant just know-all-things person by just reading few pages in wiki. please dont tke this in a wrong way. thank you for your time.

Offline

#11 2020-05-26 15:28:22

seth
Member
Registered: 2012-09-03
Posts: 51,608

Re: Lightdm failed to start (Result: exit-code)

@V1del, I don't have such GPU and frankly don't know - I can only point out what the wiki states: "that these drivers do not support the current Xorg version" and the "last supported Xorg version is 1.20." This information might be preemptive, though.

Good thing is: we're about to figure smile

Ah, shit. What a pity.

Last edited by seth (2020-05-26 15:29:05)

Offline

#12 2020-05-26 15:49:36

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,764

Re: Lightdm failed to start (Result: exit-code)

That clarification came in december of last year when the last "official" 340xx update was pushed we had been on various 1.20 versions already at that point. https://wiki.archlinux.org/index.php?ti … did=582117 I do think it does sound more dire than it actually is, right now.

But I also don't have such a GPU so I don't want to make such an edit to clarify just based on what I think to be the case.

Offline

#13 2020-05-26 23:52:27

mrw01f
Member
Registered: 2020-04-25
Posts: 28

Re: Lightdm failed to start (Result: exit-code)

loqs wrote:

Also the output of the following please:

# dkms status #this is only needed if you are using nvidia-340xx-dkms instead of nvidia-340xx
$ dmesg

hear is dmesg

$ dmesg
[    0.000000] microcode: microcode updated early to revision 0x27, date = 2019-02-26
[    0.000000] Linux version 5.6.14-arch1-1 (linux@archlinux) (gcc version 10.1.0 (GCC)) #1 SMP PREEMPT Wed, 20 May 2020 20:43:19 +0000
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=046159d9-8d58-46b8-9939-10220951139f rw loglevel=3 quiet
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000]   zhaoxin   Shanghai  
[    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 0x004: 'AVX registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000b9f90fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000b9f91000-0x00000000b9f97fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000b9f98000-0x00000000ba7c6fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000ba7c7000-0x00000000ba9e7fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ba9e8000-0x00000000ca7e4fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000ca7e5000-0x00000000ca87cfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ca87d000-0x00000000ca8befff] usable
[    0.000000] BIOS-e820: [mem 0x00000000ca8bf000-0x00000000ca981fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000ca982000-0x00000000caf8afff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000caf8b000-0x00000000caffefff] type 20
[    0.000000] BIOS-e820: [mem 0x00000000cafff000-0x00000000caffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000cb800000-0x00000000cf9fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000022f5fffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.31 by American Megatrends
[    0.000000] efi:  ACPI=0xca94f000  ACPI 2.0=0xca94f000  SMBIOS=0xf04c0  MPS=0xfd440 
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: Gigabyte Technology Co., Ltd. H81M-S/H81M-S, BIOS F2 08/19/2015
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 3591.742 MHz processor
[    0.001218] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.001219] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.001224] last_pfn = 0x22f600 max_arch_pfn = 0x400000000
[    0.001227] MTRR default type: uncachable
[    0.001228] MTRR fixed ranges enabled:
[    0.001229]   00000-9FFFF write-back
[    0.001229]   A0000-BFFFF uncachable
[    0.001230]   C0000-D7FFF write-protect
[    0.001230]   D8000-DFFFF uncachable
[    0.001231]   E0000-FFFFF write-protect
[    0.001231] MTRR variable ranges enabled:
[    0.001232]   0 base 0000000000 mask 7E00000000 write-back
[    0.001233]   1 base 0200000000 mask 7FE0000000 write-back
[    0.001233]   2 base 0220000000 mask 7FF0000000 write-back
[    0.001234]   3 base 00E0000000 mask 7FE0000000 uncachable
[    0.001234]   4 base 00D0000000 mask 7FF0000000 uncachable
[    0.001235]   5 base 00CC000000 mask 7FFC000000 uncachable
[    0.001235]   6 base 00CB800000 mask 7FFF800000 uncachable
[    0.001236]   7 base 022F800000 mask 7FFF800000 uncachable
[    0.001236]   8 base 022F600000 mask 7FFFE00000 uncachable
[    0.001237]   9 disabled
[    0.001474] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.001604] total RAM covered: 8110M
[    0.001772] Found optimal setting for mtrr clean up
[    0.001772]  gran_size: 64K 	chunk_size: 16M 	num_reg: 10  	lose cover RAM: 0G
[    0.001999] e820: update [mem 0xcb800000-0xffffffff] usable ==> reserved
[    0.002001] last_pfn = 0xcb000 max_arch_pfn = 0x400000000
[    0.007509] found SMP MP-table at [mem 0x000fd6c0-0x000fd6cf]
[    0.007533] check: Scanning 1 areas for low memory corruption
[    0.007537] Using GB pages for direct mapping
[    0.007539] BRK [0x09a01000, 0x09a01fff] PGTABLE
[    0.007540] BRK [0x09a02000, 0x09a02fff] PGTABLE
[    0.007541] BRK [0x09a03000, 0x09a03fff] PGTABLE
[    0.007563] BRK [0x09a04000, 0x09a04fff] PGTABLE
[    0.007565] BRK [0x09a05000, 0x09a05fff] PGTABLE
[    0.007747] BRK [0x09a06000, 0x09a06fff] PGTABLE
[    0.007766] BRK [0x09a07000, 0x09a07fff] PGTABLE
[    0.007779] BRK [0x09a08000, 0x09a08fff] PGTABLE
[    0.007815] BRK [0x09a09000, 0x09a09fff] PGTABLE
[    0.007854] BRK [0x09a0a000, 0x09a0afff] PGTABLE
[    0.007905] BRK [0x09a0b000, 0x09a0bfff] PGTABLE
[    0.007951] Secure boot could not be determined
[    0.007952] RAMDISK: [mem 0x367e7000-0x373eafff]
[    0.007957] ACPI: Early table checksum verification disabled
[    0.007959] ACPI: RSDP 0x00000000CA94F000 000024 (v02 ALASKA)
[    0.007961] ACPI: XSDT 0x00000000CA94F078 000074 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.007965] ACPI: FACP 0x00000000CA95B630 00010C (v05 ALASKA A M I    01072009 AMI  00010013)
[    0.007968] ACPI: DSDT 0x00000000CA94F188 00C4A7 (v02 ALASKA A M I    00000088 INTL 20091112)
[    0.007970] ACPI: FACS 0x00000000CA980080 000040
[    0.007972] ACPI: APIC 0x00000000CA95B740 000072 (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.007973] ACPI: FPDT 0x00000000CA95B7B8 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.007975] ACPI: SSDT 0x00000000CA95B800 000539 (v01 PmRef  Cpu0Ist  00003000 INTL 20120711)
[    0.007977] ACPI: SSDT 0x00000000CA95BD40 000AD8 (v01 PmRef  CpuPm    00003000 INTL 20120711)
[    0.007979] ACPI: MCFG 0x00000000CA95C818 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
[    0.007981] ACPI: HPET 0x00000000CA95C858 000038 (v01 ALASKA A M I    01072009 AMI. 00000005)
[    0.007982] ACPI: SSDT 0x00000000CA95C890 00036D (v01 SataRe SataTabl 00001000 INTL 20120711)
[    0.007984] ACPI: SSDT 0x00000000CA95CC00 0034E1 (v01 SaSsdt SaSsdt   00003000 INTL 20091112)
[    0.007986] ACPI: BGRT 0x00000000CA9600E8 000038 (v00 ALASKA A M I    01072009 AMI  00010013)
[    0.007992] ACPI: Local APIC address 0xfee00000
[    0.008022] No NUMA configuration found
[    0.008022] Faking a node at [mem 0x0000000000000000-0x000000022f5fffff]
[    0.008025] NODE_DATA(0) allocated [mem 0x22f5fa000-0x22f5fdfff]
[    0.008047] Zone ranges:
[    0.008047]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.008048]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.008049]   Normal   [mem 0x0000000100000000-0x000000022f5fffff]
[    0.008049]   Device   empty
[    0.008050] Movable zone start for each node
[    0.008050] Early memory node ranges
[    0.008051]   node   0: [mem 0x0000000000001000-0x0000000000057fff]
[    0.008051]   node   0: [mem 0x0000000000059000-0x000000000009efff]
[    0.008052]   node   0: [mem 0x0000000000100000-0x00000000b9f90fff]
[    0.008053]   node   0: [mem 0x00000000b9f98000-0x00000000ba7c6fff]
[    0.008053]   node   0: [mem 0x00000000ba9e8000-0x00000000ca7e4fff]
[    0.008053]   node   0: [mem 0x00000000ca87d000-0x00000000ca8befff]
[    0.008054]   node   0: [mem 0x00000000cafff000-0x00000000caffffff]
[    0.008054]   node   0: [mem 0x0000000100000000-0x000000022f5fffff]
[    0.008207] Zeroed struct page in unavailable ranges: 25699 pages
[    0.008208] Initmem setup node 0 [mem 0x0000000000001000-0x000000022f5fffff]
[    0.008209] On node 0 totalpages: 2071453
[    0.008209]   DMA zone: 64 pages used for memmap
[    0.008210]   DMA zone: 26 pages reserved
[    0.008210]   DMA zone: 3997 pages, LIFO batch:0
[    0.008249]   DMA32 zone: 12888 pages used for memmap
[    0.008250]   DMA32 zone: 824832 pages, LIFO batch:63
[    0.017761]   Normal zone: 19416 pages used for memmap
[    0.017762]   Normal zone: 1242624 pages, LIFO batch:63
[    0.031693] Reserving Intel graphics memory at [mem 0xcba00000-0xcf9fffff]
[    0.031759] ACPI: PM-Timer IO Port: 0x1808
[    0.031760] ACPI: Local APIC address 0xfee00000
[    0.031764] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.031773] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
[    0.031775] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.031776] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.031777] ACPI: IRQ0 used by override.
[    0.031777] ACPI: IRQ9 used by override.
[    0.031778] Using ACPI (MADT) for SMP configuration information
[    0.031779] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[    0.031788] e820: update [mem 0xbeab2000-0xbeaf6fff] usable ==> reserved
[    0.031795] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.031815] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.031816] PM: hibernation: Registered nosave memory: [mem 0x00058000-0x00058fff]
[    0.031817] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.031818] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.031819] PM: hibernation: Registered nosave memory: [mem 0xb9f91000-0xb9f97fff]
[    0.031820] PM: hibernation: Registered nosave memory: [mem 0xba7c7000-0xba9e7fff]
[    0.031821] PM: hibernation: Registered nosave memory: [mem 0xbeab2000-0xbeaf6fff]
[    0.031823] PM: hibernation: Registered nosave memory: [mem 0xca7e5000-0xca87cfff]
[    0.031824] PM: hibernation: Registered nosave memory: [mem 0xca8bf000-0xca981fff]
[    0.031824] PM: hibernation: Registered nosave memory: [mem 0xca982000-0xcaf8afff]
[    0.031825] PM: hibernation: Registered nosave memory: [mem 0xcaf8b000-0xcaffefff]
[    0.031826] PM: hibernation: Registered nosave memory: [mem 0xcb000000-0xcb7fffff]
[    0.031826] PM: hibernation: Registered nosave memory: [mem 0xcb800000-0xcf9fffff]
[    0.031827] PM: hibernation: Registered nosave memory: [mem 0xcfa00000-0xf7ffffff]
[    0.031827] PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[    0.031828] PM: hibernation: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
[    0.031828] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.031828] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[    0.031829] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
[    0.031829] PM: hibernation: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
[    0.031829] PM: hibernation: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[    0.031830] PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[    0.031830] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.031831] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.031831] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.031832] [mem 0xcfa00000-0xf7ffffff] available for PCI devices
[    0.031833] Booting paravirtualized kernel on bare hardware
[    0.031836] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.034959] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:4 nr_node_ids:1
[    0.035238] percpu: Embedded 57 pages/cpu s196608 r8192 d28672 u524288
[    0.035243] pcpu-alloc: s196608 r8192 d28672 u524288 alloc=1*2097152
[    0.035244] pcpu-alloc: [0] 0 1 2 3 
[    0.035262] Built 1 zonelists, mobility grouping on.  Total pages: 2039059
[    0.035262] Policy zone: Normal
[    0.035263] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=046159d9-8d58-46b8-9939-10220951139f rw loglevel=3 quiet
[    0.035976] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.036314] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.036350] mem auto-init: stack:byref_all, heap alloc:on, heap free:off
[    0.067948] Memory: 7831376K/8285812K available (12291K kernel code, 1463K rwdata, 4464K rodata, 1608K init, 3184K bss, 454436K reserved, 0K cma-reserved)
[    0.067954] random: get_random_u64 called from __kmem_cache_create+0x3e/0x610 with crng_init=0
[    0.068043] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.068053] Kernel/User page tables isolation: enabled
[    0.068065] ftrace: allocating 39095 entries in 153 pages
[    0.077992] ftrace: allocated 153 pages with 4 groups
[    0.078083] rcu: Preemptible hierarchical RCU implementation.
[    0.078083] rcu: 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.078084] rcu: 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=4.
[    0.078085] rcu: 	RCU priority boosting: priority 1 delay 500 ms.
[    0.078085] 	Tasks RCU enabled.
[    0.078086] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[    0.078086] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.079988] NR_IRQS: 20736, nr_irqs: 456, preallocated irqs: 16
[    0.080200] Console: colour dummy device 80x25
[    0.080204] printk: console [tty0] enabled
[    0.080216] ACPI: Core revision 20200110
[    0.080293] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    0.080303] APIC: Switch to symmetric I/O mode setup
[    0.080602] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
[    0.096970] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x33c5da4a7c1, max_idle_ns: 440795360694 ns
[    0.096973] Calibrating delay loop (skipped), value calculated using timer frequency.. 7186.79 BogoMIPS (lpj=11972473)
[    0.096974] pid_max: default: 32768 minimum: 301
[    0.101315] LSM: Security Framework initializing
[    0.101320] Yama: becoming mindful.
[    0.101351] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.101372] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.101384] *** VALIDATE tmpfs ***
[    0.101498] *** VALIDATE proc ***
[    0.101537] *** VALIDATE cgroup ***
[    0.101538] *** VALIDATE cgroup2 ***
[    0.101581] mce: CPU0: Thermal monitoring enabled (TM1)
[    0.101589] process: using mwait in idle threads
[    0.101591] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
[    0.101591] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
[    0.101594] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.101595] Spectre V2 : Mitigation: Full generic retpoline
[    0.101595] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.101596] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.101597] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.101597] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
[    0.101598] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.101599] MDS: Mitigation: Clear CPU buffers
[    0.101765] Freeing SMP alternatives memory: 32K
[    0.102567] TSC deadline timer enabled
[    0.102569] smpboot: CPU0: Intel(R) Core(TM) i3-4160 CPU @ 3.60GHz (family: 0x6, model: 0x3c, stepping: 0x3)
[    0.120309] Performance Events: PEBS fmt2+, Haswell events, 16-deep LBR, full-width counters, Intel PMU driver.
[    0.120325] ... version:                3
[    0.120326] ... bit width:              48
[    0.120326] ... generic registers:      4
[    0.120327] ... value mask:             0000ffffffffffff
[    0.120327] ... max period:             00007fffffffffff
[    0.120327] ... fixed-purpose events:   3
[    0.120328] ... event mask:             000000070000000f
[    0.126987] rcu: Hierarchical SRCU implementation.
[    0.150385] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.156988] smp: Bringing up secondary CPUs ...
[    0.196986] x86: Booting SMP configuration:
[    0.196986] .... node  #0, CPUs:      #1 #2
[    0.237217] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
[    0.276982]  #3
[    0.277199] smp: Brought up 1 node, 4 CPUs
[    0.277199] smpboot: Max logical packages: 1
[    0.277199] smpboot: Total of 4 processors activated (28745.18 BogoMIPS)
[    0.278092] devtmpfs: initialized
[    0.278092] x86/mm: Memory block size: 128MB
[    0.278092] PM: Registering ACPI NVS region [mem 0xb9f91000-0xb9f97fff] (28672 bytes)
[    0.278092] PM: Registering ACPI NVS region [mem 0xca8bf000-0xca981fff] (798720 bytes)
[    0.278092] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.278092] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.278092] pinctrl core: initialized pinctrl subsystem
[    0.278092] PM: RTC time: 23:41:28, date: 2020-05-26
[    0.278092] thermal_sys: Registered thermal governor 'fair_share'
[    0.278092] thermal_sys: Registered thermal governor 'bang_bang'
[    0.278092] thermal_sys: Registered thermal governor 'step_wise'
[    0.278092] thermal_sys: Registered thermal governor 'user_space'
[    0.278092] thermal_sys: Registered thermal governor 'power_allocator'
[    0.278092] NET: Registered protocol family 16
[    0.278092] audit: initializing netlink subsys (disabled)
[    0.278092] audit: type=2000 audit(1590536488.196:1): state=initialized audit_enabled=0 res=1
[    0.278092] cpuidle: using governor ladder
[    0.278092] cpuidle: using governor menu
[    0.278092] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.278092] ACPI: bus type PCI registered
[    0.278092] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.278092] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.278092] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.278092] PCI: Using configuration type 1 for base access
[    0.278092] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
[    0.280789] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.280789] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.280789] ACPI: Added _OSI(Module Device)
[    0.280789] ACPI: Added _OSI(Processor Device)
[    0.280789] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.280789] ACPI: Added _OSI(Processor Aggregator Device)
[    0.280789] ACPI: Added _OSI(Linux-Dell-Video)
[    0.280789] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.280789] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.290606] ACPI: 5 ACPI AML tables successfully acquired and loaded
[    0.291734] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.292495] ACPI: Dynamic OEM Table Load:
[    0.292499] ACPI: SSDT 0xFFFF9F4DE5A01000 0003D3 (v01 PmRef  Cpu0Cst  00003001 INTL 20120711)
[    0.293277] ACPI: Dynamic OEM Table Load:
[    0.293280] ACPI: SSDT 0xFFFF9F4DE54CF800 0005AA (v01 PmRef  ApIst    00003000 INTL 20120711)
[    0.294113] ACPI: Dynamic OEM Table Load:
[    0.294115] ACPI: SSDT 0xFFFF9F4DE5485800 000119 (v01 PmRef  ApCst    00003000 INTL 20120711)
[    0.295388] ACPI: Interpreter enabled
[    0.295409] ACPI: (supports S0 S3 S4 S5)
[    0.295410] ACPI: Using IOAPIC for interrupt routing
[    0.295432] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.295653] ACPI: Enabled 7 GPEs in block 00 to 3F
[    0.303222] ACPI: Power Resource [FN00] (off)
[    0.303285] ACPI: Power Resource [FN01] (off)
[    0.303345] ACPI: Power Resource [FN02] (off)
[    0.303404] ACPI: Power Resource [FN03] (off)
[    0.303464] ACPI: Power Resource [FN04] (off)
[    0.304176] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[    0.304180] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.304403] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME]
[    0.304539] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability LTR]
[    0.304540] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.304941] PCI host bridge to bus 0000:00
[    0.304943] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.304944] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.304945] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.304946] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    0.304947] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    0.304948] pci_bus 0000:00: root bus resource [mem 0xcfa00000-0xfeafffff window]
[    0.304949] pci_bus 0000:00: root bus resource [bus 00-3e]
[    0.304956] pci 0000:00:00.0: [8086:0c00] type 00 class 0x060000
[    0.305029] pci 0000:00:01.0: [8086:0c01] type 01 class 0x060400
[    0.305059] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.305171] pci 0000:00:02.0: [8086:041e] type 00 class 0x030000
[    0.305180] pci 0000:00:02.0: reg 0x10: [mem 0xf7400000-0xf77fffff 64bit]
[    0.305185] pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.305188] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
[    0.305260] pci 0000:00:03.0: [8086:0c0c] type 00 class 0x040300
[    0.305266] pci 0000:00:03.0: reg 0x10: [mem 0xf7914000-0xf7917fff 64bit]
[    0.305349] pci 0000:00:14.0: [8086:8c31] type 00 class 0x0c0330
[    0.305365] pci 0000:00:14.0: reg 0x10: [mem 0xf7900000-0xf790ffff 64bit]
[    0.305414] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.305478] pci 0000:00:16.0: [8086:8c3a] type 00 class 0x078000
[    0.305495] pci 0000:00:16.0: reg 0x10: [mem 0xf791e000-0xf791e00f 64bit]
[    0.305547] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.305610] pci 0000:00:1a.0: [8086:8c2d] type 00 class 0x0c0320
[    0.305627] pci 0000:00:1a.0: reg 0x10: [mem 0xf791c000-0xf791c3ff]
[    0.305697] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.305770] pci 0000:00:1b.0: [8086:8c20] type 00 class 0x040300
[    0.305785] pci 0000:00:1b.0: reg 0x10: [mem 0xf7910000-0xf7913fff 64bit]
[    0.305834] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.305899] pci 0000:00:1c.0: [8086:8c10] type 01 class 0x060400
[    0.305965] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.306079] pci 0000:00:1c.2: [8086:8c14] type 01 class 0x060400
[    0.306145] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    0.306261] pci 0000:00:1d.0: [8086:8c26] type 00 class 0x0c0320
[    0.306279] pci 0000:00:1d.0: reg 0x10: [mem 0xf791b000-0xf791b3ff]
[    0.306349] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.306419] pci 0000:00:1f.0: [8086:8c5c] type 00 class 0x060100
[    0.306571] pci 0000:00:1f.2: [8086:8c02] type 00 class 0x010601
[    0.306584] pci 0000:00:1f.2: reg 0x10: [io  0xf0b0-0xf0b7]
[    0.306589] pci 0000:00:1f.2: reg 0x14: [io  0xf0a0-0xf0a3]
[    0.306594] pci 0000:00:1f.2: reg 0x18: [io  0xf090-0xf097]
[    0.306599] pci 0000:00:1f.2: reg 0x1c: [io  0xf080-0xf083]
[    0.306604] pci 0000:00:1f.2: reg 0x20: [io  0xf060-0xf07f]
[    0.306610] pci 0000:00:1f.2: reg 0x24: [mem 0xf791a000-0xf791a7ff]
[    0.306638] pci 0000:00:1f.2: PME# supported from D3hot
[    0.306697] pci 0000:00:1f.3: [8086:8c22] type 00 class 0x0c0500
[    0.306711] pci 0000:00:1f.3: reg 0x10: [mem 0xf7919000-0xf79190ff 64bit]
[    0.306727] pci 0000:00:1f.3: reg 0x20: [io  0xf040-0xf05f]
[    0.306824] pci 0000:01:00.0: [10de:0a65] type 00 class 0x030000
[    0.306837] pci 0000:01:00.0: reg 0x10: [mem 0xf6000000-0xf6ffffff]
[    0.306844] pci 0000:01:00.0: reg 0x14: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.306851] pci 0000:01:00.0: reg 0x1c: [mem 0xf0000000-0xf1ffffff 64bit pref]
[    0.306856] pci 0000:01:00.0: reg 0x24: [io  0xe000-0xe07f]
[    0.306860] pci 0000:01:00.0: reg 0x30: [mem 0xf7000000-0xf707ffff pref]
[    0.306871] pci 0000:01:00.0: BAR 3: assigned to efifb
[    0.306948] pci 0000:01:00.1: [10de:0be3] type 00 class 0x040300
[    0.306959] pci 0000:01:00.1: reg 0x10: [mem 0xf7080000-0xf7083fff]
[    0.307054] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.307056] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.307057] pci 0000:00:01.0:   bridge window [mem 0xf6000000-0xf70fffff]
[    0.307059] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
[    0.307101] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.307160] pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000
[    0.307187] pci 0000:03:00.0: reg 0x10: [io  0xd000-0xd0ff]
[    0.307212] pci 0000:03:00.0: reg 0x18: [mem 0xf7800000-0xf7800fff 64bit]
[    0.307228] pci 0000:03:00.0: reg 0x20: [mem 0xf2100000-0xf2103fff 64bit pref]
[    0.307324] pci 0000:03:00.0: supports D1 D2
[    0.307325] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.307442] pci 0000:00:1c.2: PCI bridge to [bus 03]
[    0.307444] pci 0000:00:1c.2:   bridge window [io  0xd000-0xdfff]
[    0.307447] pci 0000:00:1c.2:   bridge window [mem 0xf7800000-0xf78fffff]
[    0.307450] pci 0000:00:1c.2:   bridge window [mem 0xf2100000-0xf21fffff 64bit pref]
[    0.308041] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.308087] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
[    0.308132] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 *4 5 6 10 11 12 14 15)
[    0.308176] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 6 10 11 12 14 15)
[    0.308220] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.308264] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.308308] ACPI: PCI Interrupt Link [LNKG] (IRQs *3 4 5 6 10 11 12 14 15)
[    0.308352] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.308679] iommu: Default domain type: Translated 
[    0.308689] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=mem,locks=none
[    0.308689] pci 0000:01:00.0: vgaarb: setting as boot VGA device
[    0.308689] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.308689] pci 0000:00:02.0: vgaarb: no bridge control possible
[    0.308689] pci 0000:01:00.0: vgaarb: bridge control possible
[    0.308689] vgaarb: loaded
[    0.308689] SCSI subsystem initialized
[    0.308689] libata version 3.00 loaded.
[    0.308689] ACPI: bus type USB registered
[    0.308689] usbcore: registered new interface driver usbfs
[    0.308689] usbcore: registered new interface driver hub
[    0.308689] usbcore: registered new device driver usb
[    0.308689] pps_core: LinuxPPS API ver. 1 registered
[    0.308689] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.308689] PTP clock support registered
[    0.308689] EDAC MC: Ver: 3.0.0
[    0.308689] Registered efivars operations
[    0.308689] PCI: Using ACPI for IRQ routing
[    0.308689] PCI: pci_cache_line_size set to 64 bytes
[    0.308689] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[    0.308689] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    0.308689] e820: reserve RAM buffer [mem 0xb9f91000-0xbbffffff]
[    0.308689] e820: reserve RAM buffer [mem 0xba7c7000-0xbbffffff]
[    0.308689] e820: reserve RAM buffer [mem 0xbeab2000-0xbfffffff]
[    0.308689] e820: reserve RAM buffer [mem 0xca7e5000-0xcbffffff]
[    0.308689] e820: reserve RAM buffer [mem 0xca8bf000-0xcbffffff]
[    0.308689] e820: reserve RAM buffer [mem 0xcb000000-0xcbffffff]
[    0.308689] e820: reserve RAM buffer [mem 0x22f600000-0x22fffffff]
[    0.310324] NetLabel: Initializing
[    0.310324] NetLabel:  domain hash size = 128
[    0.310324] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.310334] NetLabel:  unlabeled traffic allowed by default
[    0.310583] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.310586] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.312622] clocksource: Switched to clocksource tsc-early
[    0.318595] *** VALIDATE bpf ***
[    0.318685] VFS: Disk quotas dquot_6.6.0
[    0.318696] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.318716] *** VALIDATE ramfs ***
[    0.318720] *** VALIDATE hugetlbfs ***
[    0.318751] pnp: PnP ACPI init
[    0.318862] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
[    0.318866] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.319030] system 00:01: [io  0x0680-0x069f] has been reserved
[    0.319031] system 00:01: [io  0xffff] has been reserved
[    0.319032] system 00:01: [io  0xffff] has been reserved
[    0.319032] system 00:01: [io  0xffff] has been reserved
[    0.319033] system 00:01: [io  0x1c00-0x1cfe] has been reserved
[    0.319034] system 00:01: [io  0x1d00-0x1dfe] has been reserved
[    0.319035] system 00:01: [io  0x1e00-0x1efe] has been reserved
[    0.319035] system 00:01: [io  0x1f00-0x1ffe] has been reserved
[    0.319036] system 00:01: [io  0x1800-0x18fe] has been reserved
[    0.319037] system 00:01: [io  0x164e-0x164f] has been reserved
[    0.319039] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.319055] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.319093] system 00:03: [io  0x1854-0x1857] has been reserved
[    0.319095] system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.319210] system 00:04: [io  0x0a00-0x0a0f] has been reserved
[    0.319211] system 00:04: [io  0x0a30-0x0a3f] has been reserved
[    0.319211] system 00:04: [io  0x0a20-0x0a2f] has been reserved
[    0.319214] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.319271] system 00:05: [io  0x04d0-0x04d1] has been reserved
[    0.319273] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.319642] system 00:06: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.319643] system 00:06: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.319643] system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.319644] system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.319645] system 00:06: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.319646] system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.319647] system 00:06: [mem 0xfed90000-0xfed93fff] has been reserved
[    0.319648] system 00:06: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.319649] system 00:06: [mem 0xff000000-0xffffffff] has been reserved
[    0.319650] system 00:06: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.319650] system 00:06: [mem 0xf7fdf000-0xf7fdffff] has been reserved
[    0.319651] system 00:06: [mem 0xf7fe0000-0xf7feffff] has been reserved
[    0.319653] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.319860] pnp: PnP ACPI: found 7 devices
[    0.326000] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.326024] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.326026] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.326027] pci 0000:00:01.0:   bridge window [mem 0xf6000000-0xf70fffff]
[    0.326029] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
[    0.326032] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.326039] pci 0000:00:1c.2: PCI bridge to [bus 03]
[    0.326041] pci 0000:00:1c.2:   bridge window [io  0xd000-0xdfff]
[    0.326043] pci 0000:00:1c.2:   bridge window [mem 0xf7800000-0xf78fffff]
[    0.326045] pci 0000:00:1c.2:   bridge window [mem 0xf2100000-0xf21fffff 64bit pref]
[    0.326050] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.326051] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.326052] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.326052] pci_bus 0000:00: resource 7 [mem 0x000d8000-0x000dbfff window]
[    0.326053] pci_bus 0000:00: resource 8 [mem 0x000dc000-0x000dffff window]
[    0.326054] pci_bus 0000:00: resource 9 [mem 0xcfa00000-0xfeafffff window]
[    0.326055] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
[    0.326055] pci_bus 0000:01: resource 1 [mem 0xf6000000-0xf70fffff]
[    0.326056] pci_bus 0000:01: resource 2 [mem 0xe0000000-0xf1ffffff 64bit pref]
[    0.326057] pci_bus 0000:03: resource 0 [io  0xd000-0xdfff]
[    0.326057] pci_bus 0000:03: resource 1 [mem 0xf7800000-0xf78fffff]
[    0.326058] pci_bus 0000:03: resource 2 [mem 0xf2100000-0xf21fffff 64bit pref]
[    0.326147] NET: Registered protocol family 2
[    0.326237] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[    0.326280] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.326382] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.326434] TCP: Hash tables configured (established 65536 bind 65536)
[    0.326468] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.326487] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.326543] NET: Registered protocol family 1
[    0.326546] NET: Registered protocol family 44
[    0.347054] pci 0000:00:1a.0: quirk_usb_early_handoff+0x0/0x6d5 took 19856 usecs
[    0.367050] pci 0000:00:1d.0: quirk_usb_early_handoff+0x0/0x6d5 took 19517 usecs
[    0.367066] pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.367074] pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
[    0.367100] PCI: CLS 64 bytes, default 64
[    0.367132] Trying to unpack rootfs image as initramfs...
[    0.458811] Freeing initrd memory: 12304K
[    0.458818] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.458819] software IO TLB: mapped [mem 0xb5f91000-0xb9f91000] (64MB)
[    0.458928] check: Scanning for low memory corruption every 60 seconds
[    0.459152] Initialise system trusted keyrings
[    0.459159] Key type blacklist registered
[    0.459197] workingset: timestamp_bits=41 max_order=21 bucket_order=0
[    0.459994] zbud: loaded
[    0.463894] Key type asymmetric registered
[    0.463895] Asymmetric key parser 'x509' registered
[    0.463902] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    0.463934] io scheduler mq-deadline registered
[    0.463935] io scheduler kyber registered
[    0.463954] io scheduler bfq registered
[    0.464429] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.464476] efifb: probing for efifb
[    0.464488] efifb: showing boot graphics
[    0.465953] efifb: framebuffer at 0xf1000000, using 3072k, total 3072k
[    0.465953] efifb: mode is 1024x768x32, linelength=4096, pages=1
[    0.465954] efifb: scrolling: redraw
[    0.465955] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.465986] fbcon: Deferring console take-over
[    0.465987] fb0: EFI VGA frame buffer device
[    0.465992] intel_idle: MWAIT substates: 0x42120
[    0.465993] intel_idle: v0.4.1 model 0x3C
[    0.466108] intel_idle: lapic_timer_reliable_states 0xffffffff
[    0.466165] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.466191] ACPI: Power Button [PWRB]
[    0.466215] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    0.466231] ACPI: Power Button [PWRF]
[    0.470626] thermal LNXTHERM:00: registered as thermal_zone0
[    0.470626] ACPI: Thermal Zone [TZ00] (28 C)
[    0.470822] thermal LNXTHERM:01: registered as thermal_zone1
[    0.470822] ACPI: Thermal Zone [TZ01] (30 C)
[    0.471064] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.471554] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[    0.471555] AMD-Vi: AMD IOMMUv2 functionality not available on this system
[    0.471883] ahci 0000:00:1f.2: version 3.0
[    0.471992] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 4 ports 6 Gbps 0x2 impl SATA mode
[    0.471993] ahci 0000:00:1f.2: flags: 64bit ncq led clo pio slum part ems 
[    0.472286] scsi host0: ahci
[    0.472360] scsi host1: ahci
[    0.472417] scsi host2: ahci
[    0.472480] scsi host3: ahci
[    0.472506] ata1: DUMMY
[    0.472507] ata2: SATA max UDMA/133 abar m2048@0xf791a000 port 0xf791a180 irq 27
[    0.472508] ata3: DUMMY
[    0.472508] ata4: DUMMY
[    0.472541] usbcore: registered new interface driver usbserial_generic
[    0.472545] usbserial: USB Serial support registered for generic
[    0.472559] rtc_cmos 00:02: RTC can wake from S4
[    0.472712] rtc_cmos 00:02: registered as rtc0
[    0.472723] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    0.472758] intel_pstate: Intel P-state driver initializing
[    0.472941] ledtrig-cpu: registered to indicate activity on CPUs
[    0.473101] drop_monitor: Initializing network drop monitor service
[    0.473523] NET: Registered protocol family 10
[    0.486505] Segment Routing with IPv6
[    0.486522] NET: Registered protocol family 17
[    0.486684] RAS: Correctable Errors collector initialized.
[    0.486715] microcode: sig=0x306c3, pf=0x2, revision=0x27
[    0.486759] microcode: Microcode Update Driver: v2.2.
[    0.486763] IPI shorthand broadcast: enabled
[    0.486768] sched_clock: Marking stable (486611197, 145385)->(492588727, -5832145)
[    0.486821] registered taskstats version 1
[    0.486827] Loading compiled-in X.509 certificates
[    0.489481] Loaded X.509 cert 'Build time autogenerated kernel key: 0cd0fe4ab18b0093b1c2aab601efd4bec03ec302'
[    0.489506] zswap: loaded using pool lzo/zbud
[    0.489628] Key type ._fscrypt registered
[    0.489629] Key type .fscrypt registered
[    0.489629] Key type fscrypt-provisioning registered
[    0.493993] Key type big_key registered
[    0.494516] PM:   Magic number: 4:522:707
[    0.494616] rtc_cmos 00:02: setting system clock to 2020-05-26T23:41:28 UTC (1590536488)
[    0.787050] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    0.788839] ata2.00: ATA-8: ST3500514NS                          EIT, MS00, max UDMA/133
[    0.788844] ata2.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 32)
[    0.789121] ata2.00: failed to enable Sense Data Reporting, Emask 0x1
[    0.791403] ata2.00: failed to enable Sense Data Reporting, Emask 0x1
[    0.791415] ata2.00: configured for UDMA/133
[    0.791640] scsi 1:0:0:0: Direct-Access     ATA      ST3500514NS      MS00 PQ: 0 ANSI: 5
[    0.792111] sd 1:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[    0.792143] sd 1:0:0:0: [sda] Write Protect is off
[    0.792147] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    0.792179] sd 1:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[    0.843978]  sda: sda1 sda3 sda4
[    0.845094] sd 1:0:0:0: [sda] Attached SCSI disk
[    0.848165] Freeing unused decrypted memory: 2040K
[    0.848975] Freeing unused kernel image (initmem) memory: 1608K
[    0.860424] Write protecting the kernel read-only data: 20480k
[    0.861466] Freeing unused kernel image (text/rodata gap) memory: 2044K
[    0.862127] Freeing unused kernel image (rodata/data gap) memory: 1680K
[    0.894460] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.894461] x86/mm: Checking user space page tables
[    0.918287] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.918288] Run /init as init process
[    0.918290]   with arguments:
[    0.918290]     /init
[    0.918290]   with environment:
[    0.918291]     HOME=/
[    0.918291]     TERM=linux
[    0.918292]     BOOT_IMAGE=/vmlinuz-linux
[    0.941660] fbcon: Taking over console
[    0.941713] Console: switching to colour frame buffer device 128x48
[    0.999041] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.002464] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.002471] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    1.003527] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000000009810
[    1.003532] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    1.003736] ehci-pci: EHCI PCI platform driver
[    1.003929] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.06
[    1.003930] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.003932] usb usb1: Product: xHCI Host Controller
[    1.003933] usb usb1: Manufacturer: Linux 5.6.14-arch1-1 xhci-hcd
[    1.003934] usb usb1: SerialNumber: 0000:00:14.0
[    1.004442] hub 1-0:1.0: USB hub found
[    1.004457] hub 1-0:1.0: 10 ports detected
[    1.006592] ehci-pci 0000:00:1a.0: EHCI Host Controller
[    1.006597] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 2
[    1.006609] ehci-pci 0000:00:1a.0: debug port 2
[    1.006619] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.006622] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[    1.006625] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[    1.006661] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.06
[    1.006662] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.006663] usb usb3: Product: xHCI Host Controller
[    1.006664] usb usb3: Manufacturer: Linux 5.6.14-arch1-1 xhci-hcd
[    1.006665] usb usb3: SerialNumber: 0000:00:14.0
[    1.006761] hub 3-0:1.0: USB hub found
[    1.006768] hub 3-0:1.0: 2 ports detected
[    1.010508] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[    1.010523] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf791c000
[    1.027016] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    1.027075] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.06
[    1.027076] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.027077] usb usb2: Product: EHCI Host Controller
[    1.027078] usb usb2: Manufacturer: Linux 5.6.14-arch1-1 ehci_hcd
[    1.027078] usb usb2: SerialNumber: 0000:00:1a.0
[    1.027284] hub 2-0:1.0: USB hub found
[    1.027290] hub 2-0:1.0: 2 ports detected
[    1.027585] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    1.027589] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 4
[    1.027598] ehci-pci 0000:00:1d.0: debug port 2
[    1.031502] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[    1.031514] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf791b000
[    1.043700] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    1.043758] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.06
[    1.043760] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.043762] usb usb4: Product: EHCI Host Controller
[    1.043763] usb usb4: Manufacturer: Linux 5.6.14-arch1-1 ehci_hcd
[    1.043765] usb usb4: SerialNumber: 0000:00:1d.0
[    1.044028] hub 4-0:1.0: USB hub found
[    1.044036] hub 4-0:1.0: 2 ports detected
[    1.330351] usb 1-2: new low-speed USB device number 2 using xhci_hcd
[    1.360381] usb 2-1: new high-speed USB device number 2 using ehci-pci
[    1.373708] usb 4-1: new high-speed USB device number 2 using ehci-pci
[    1.467040] tsc: Refined TSC clocksource calibration: 3591.682 MHz
[    1.467048] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x33c5a15be52, max_idle_ns: 440795280454 ns
[    1.467080] clocksource: Switched to clocksource tsc
[    1.497730] usb 1-2: New USB device found, idVendor=04f3, idProduct=152e, bcdDevice= e.08
[    1.497734] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.497736] usb 1-2: Product: Gaming KB
[    1.497738] usb 1-2: Manufacturer: Gaming KB
[    1.505774] hid: raw HID events driver (C) Jiri Kosina
[    1.507306] usb 2-1: New USB device found, idVendor=8087, idProduct=8008, bcdDevice= 0.05
[    1.507308] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.507454] hub 2-1:1.0: USB hub found
[    1.507546] random: fast init done
[    1.507558] hub 2-1:1.0: 4 ports detected
[    1.517038] usbcore: registered new interface driver usbhid
[    1.517039] usbhid: USB HID core driver
[    1.518217] input: Gaming KB Gaming KB as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:04F3:152E.0001/input/input2
[    1.518256] hid-generic 0003:04F3:152E.0001: input,hidraw0: USB HID v1.11 Keyboard [Gaming KB Gaming KB] on usb-0000:00:14.0-2/input0
[    1.520411] input: Gaming KB Gaming KB Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:04F3:152E.0002/input/input3
[    1.520437] input: Gaming KB Gaming KB System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:04F3:152E.0002/input/input4
[    1.520453] input: Gaming KB Gaming KB Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:04F3:152E.0002/input/input5
[    1.520465] input: Gaming KB Gaming KB as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:04F3:152E.0002/input/input6
[    1.520546] hid-generic 0003:04F3:152E.0002: input,hiddev0,hidraw1: USB HID v1.11 Keyboard [Gaming KB Gaming KB] on usb-0000:00:14.0-2/input1
[    1.520684] usb 4-1: New USB device found, idVendor=8087, idProduct=8000, bcdDevice= 0.05
[    1.520686] usb 4-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.520835] hub 4-1:1.0: USB hub found
[    1.520934] hub 4-1:1.0: 6 ports detected
[    1.620376] usb 1-7: new low-speed USB device number 3 using xhci_hcd
[    1.763518] usb 1-7: New USB device found, idVendor=275d, idProduct=0ba6, bcdDevice= 1.00
[    1.763522] usb 1-7: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    1.763525] usb 1-7: Product: USB OPTICAL MOUSE 
[    1.766450] input: USB OPTICAL MOUSE  as /devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/0003:275D:0BA6.0003/input/input7
[    1.766547] hid-generic 0003:275D:0BA6.0003: input,hidraw2: USB HID v1.11 Mouse [USB OPTICAL MOUSE ] on usb-0000:00:14.0-7/input0
[    2.154765] EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: (null)
[    3.123286] systemd[1]: systemd 245.5-2-arch running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
[    3.137174] systemd[1]: Detected architecture x86-64.
[    3.199926] systemd[1]: Set hostname to <warmachine>.
[    3.922308] random: crng init done
[    4.218552] systemd[1]: Created slice system-getty.slice.
[    4.219039] systemd[1]: Created slice system-modprobe.slice.
[    4.219456] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    4.220022] systemd[1]: Created slice User and Session Slice.
[    4.220146] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    4.220241] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    4.220581] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    4.220628] systemd[1]: Reached target Local Encrypted Volumes.
[    4.220644] systemd[1]: Reached target Login Prompts.
[    4.220676] systemd[1]: Reached target Paths.
[    4.220695] systemd[1]: Reached target Remote File Systems.
[    4.220712] systemd[1]: Reached target Slices.
[    4.220739] systemd[1]: Reached target Swap.
[    4.220868] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    4.221350] systemd[1]: Listening on LVM2 metadata daemon socket.
[    4.221823] systemd[1]: Listening on LVM2 poll daemon socket.
[    4.225218] systemd[1]: Listening on Process Core Dump Socket.
[    4.225338] systemd[1]: Listening on initctl Compatibility Named Pipe.
[    4.225649] systemd[1]: Listening on Journal Audit Socket.
[    4.225837] systemd[1]: Listening on Journal Socket (/dev/log).
[    4.226030] systemd[1]: Listening on Journal Socket.
[    4.226217] systemd[1]: Listening on udev Control Socket.
[    4.226341] systemd[1]: Listening on udev Kernel Socket.
[    4.227389] systemd[1]: Mounting Huge Pages File System...
[    4.228010] systemd[1]: Mounting POSIX Message Queue File System...
[    4.228628] systemd[1]: Mounting Kernel Debug File System...
[    4.229254] systemd[1]: Mounting Kernel Trace File System...
[    4.255543] systemd[1]: Mounting Temporary Directory (/tmp)...
[    4.256904] systemd[1]: Starting Create list of static device nodes for the current kernel...
[    4.258335] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[    4.259740] systemd[1]: Starting Load Kernel Module drm...
[    4.260445] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[    4.260501] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[    4.262099] systemd[1]: Starting Journal Service...
[    4.262643] systemd[1]: Condition check resulted in Load Kernel Modules being skipped.
[    4.262758] systemd[1]: Condition check resulted in FUSE Control File System being skipped.
[    4.263615] systemd[1]: Mounting Kernel Configuration File System...
[    4.264865] systemd[1]: Starting Remount Root and Kernel File Systems...
[    4.266057] systemd[1]: Starting Apply Kernel Variables...
[    4.267312] systemd[1]: Starting udev Coldplug all Devices...
[    4.269409] systemd[1]: Mounted Huge Pages File System.
[    4.269528] systemd[1]: Mounted POSIX Message Queue File System.
[    4.269638] systemd[1]: Mounted Kernel Debug File System.
[    4.269747] systemd[1]: Mounted Temporary Directory (/tmp).
[    4.269850] systemd[1]: Mounted Kernel Configuration File System.
[    4.285499] systemd[1]: Mounted Kernel Trace File System.
[    4.286666] EXT4-fs (sda4): re-mounted. Opts: (null)
[    4.287651] systemd[1]: Finished Remount Root and Kernel File Systems.
[    4.287791] systemd[1]: Condition check resulted in First Boot Wizard being skipped.
[    4.327308] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[    4.328016] systemd[1]: Starting Load/Save Random Seed...
[    4.328052] systemd[1]: Condition check resulted in Create System Users being skipped.
[    4.336266] systemd[1]: Finished Create list of static device nodes for the current kernel.
[    4.336995] systemd[1]: Starting Create Static Device Nodes in /dev...
[    4.410028] Linux agpgart interface v0.103
[    4.422117] systemd[1]: Finished Apply Kernel Variables.
[    4.439691] systemd[1]: Started LVM2 metadata daemon.
[    4.480909] systemd[1]: modprobe@drm.service: Succeeded.
[    4.481140] systemd[1]: Finished Load Kernel Module drm.
[    4.579877] systemd[1]: Started Journal Service.
[    4.579963] audit: type=1130 audit(1590536492.579:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    4.595725] audit: type=1130 audit(1590536492.595:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    4.645716] audit: type=1130 audit(1590536492.645:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    4.646550] audit: type=1334 audit(1590536492.645:5): prog-id=5 op=LOAD
[    4.646657] audit: type=1334 audit(1590536492.645:6): prog-id=6 op=LOAD
[    4.656931] systemd-journald[276]: Received client request to flush runtime journal.
[    4.711166] audit: type=1130 audit(1590536492.712:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    4.768671] systemd-journald[276]: File /var/log/journal/7bc3aeeb7660465c85a2221c625c4f20/system.journal corrupted or uncleanly shut down, renaming and replacing.
[    4.944097] audit: type=1130 audit(1590536492.945:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.140180] audit: type=1130 audit(1590536493.142:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    5.327083] ACPI Warning: SystemIO range 0x0000000000001828-0x000000000000182F conflicts with OpRegion 0x0000000000001800-0x000000000000187F (\PMIO) (20200110/utaddress-204)
[    5.327087] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    5.327089] ACPI Warning: SystemIO range 0x0000000000001C40-0x0000000000001C4F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20200110/utaddress-204)
[    5.327091] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    5.327091] ACPI Warning: SystemIO range 0x0000000000001C30-0x0000000000001C3F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C3F (\GPRL) (20200110/utaddress-204)
[    5.327093] ACPI Warning: SystemIO range 0x0000000000001C30-0x0000000000001C3F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20200110/utaddress-204)
[    5.327094] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    5.327095] ACPI Warning: SystemIO range 0x0000000000001C00-0x0000000000001C2F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C3F (\GPRL) (20200110/utaddress-204)
[    5.327096] ACPI Warning: SystemIO range 0x0000000000001C00-0x0000000000001C2F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20200110/utaddress-204)
[    5.327098] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    5.327098] lpc_ich: Resource conflict(s) found affecting gpio_ich
[    5.334755] input: PC Speaker as /devices/platform/pcspkr/input/input8
[    5.368522] i801_smbus 0000:00:1f.3: enabling device (0001 -> 0003)
[    5.368656] i801_smbus 0000:00:1f.3: SPD Write Disable is set
[    5.368680] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[    5.554970] mousedev: PS/2 mouse device common for all mice
[    5.627166] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
[    5.627168] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    5.627169] RAPL PMU: hw unit of domain package 2^-14 Joules
[    5.627169] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    5.627170] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    5.685593] snd_hda_intel 0000:00:03.0: enabling device (0000 -> 0002)
[    5.685800] snd_hda_intel 0000:00:1b.0: enabling device (0000 -> 0002)
[    5.686060] snd_hda_intel 0000:01:00.1: Disabling MSI
[    5.686066] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[    5.775456] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card2/input9
[    5.775530] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card2/input10
[    5.775600] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card2/input11
[    5.775672] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card2/input12
[    5.775924] r8169 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
[    5.776618] cryptd: max_cpu_qlen set to 1000
[    5.791859] libphy: r8169: probed
[    5.792045] r8169 0000:03:00.0 eth0: RTL8168g/8111g, 1c:1b:0d:23:21:c1, XID 4c0, IRQ 31
[    5.792047] r8169 0000:03:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    5.794896] snd_hda_codec_realtek hdaudioC1D2: autoconfig for ALC887-VD: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
[    5.794899] snd_hda_codec_realtek hdaudioC1D2:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    5.794900] snd_hda_codec_realtek hdaudioC1D2:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[    5.794902] snd_hda_codec_realtek hdaudioC1D2:    mono: mono_out=0x0
[    5.794903] snd_hda_codec_realtek hdaudioC1D2:    inputs:
[    5.794904] snd_hda_codec_realtek hdaudioC1D2:      Rear Mic=0x18
[    5.794906] snd_hda_codec_realtek hdaudioC1D2:      Front Mic=0x19
[    5.794907] snd_hda_codec_realtek hdaudioC1D2:      Line=0x1a
[    5.794908] snd_hda_codec_realtek hdaudioC1D2:      CD=0x1c
[    5.808163] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card1/input13
[    5.808214] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input14
[    5.808259] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input15
[    5.808301] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1b.0/sound/card1/input16
[    5.808342] input: HDA Intel PCH Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card1/input17
[    5.823194] iTCO_vendor_support: vendor-support=0
[    5.825159] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[    5.825197] iTCO_wdt: unable to reset NO_REBOOT flag, device disabled by hardware/BIOS
[    5.825324] intel-spi intel-spi: mx25l3205d (4096 Kbytes)
[    5.832419] AVX2 version of gcm_enc/dec engaged.
[    5.832420] AES CTR mode by8 optimization enabled
[    5.852661] Creating 1 MTD partitions on "intel-spi":
[    5.852665] 0x000000000000-0x000000400000 : "BIOS"
[    5.941092] i915 0000:00:02.0: enabling device (0006 -> 0007)
[    5.941289] [drm] PipeC fused off
[    5.941300] checking generic (f1000000 300000) vs hw (f7400000 400000)
[    5.941301] checking generic (f1000000 300000) vs hw (d0000000 10000000)
[    5.941990] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    5.941991] [drm] Driver supports precise vblank timestamp query.
[    5.942330] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=mem
[    5.944871] [drm] Initialized i915 1.6.0 20200114 for 0000:00:02.0 on minor 0
[    5.946308] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    5.946528] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input18
[    5.946668] snd_hda_intel 0000:00:03.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    5.956912] input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input19
[    5.957218] i915 0000:00:02.0: [drm] Cannot find any crtc or sizes
[    5.957323] input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input20
[    5.957374] input: HDA Intel HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card0/input21
[    5.957419] input: HDA Intel HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.0/sound/card0/input22
[    5.957465] input: HDA Intel HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:03.0/sound/card0/input23
[    5.958302] i915 0000:00:02.0: [drm] Cannot find any crtc or sizes
[    5.996205] checking generic (f1000000 300000) vs hw (e0000000 10000000)
[    5.996207] checking generic (f1000000 300000) vs hw (f0000000 2000000)
[    5.996207] fb0: switching to nouveaufb from EFI VGA
[    5.996262] Console: switching to colour dummy device 80x25
[    5.996325] nouveau 0000:01:00.0: NVIDIA GT218 (0a8280b1)
[    6.056725] r8169 0000:03:00.0 enp3s0: renamed from eth0
[    6.119120] nouveau 0000:01:00.0: bios: version 70.18.8a.00.06
[    6.119629] nouveau 0000:01:00.0: fb: 1024 MiB DDR3
[    6.493817] audit: type=1130 audit(1590536494.495:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.613949] intel_rapl_common: Found RAPL domain package
[    6.613953] intel_rapl_common: Found RAPL domain core
[    6.613956] intel_rapl_common: Found RAPL domain uncore
[    6.613957] intel_rapl_common: Found RAPL domain dram
[    6.711515] audit: type=1130 audit(1590536494.712:11): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-4195\x2d54B6 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.953099] audit: type=1130 audit(1590536494.952:12): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.973724] audit: type=1127 audit(1590536494.975:13): pid=417 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
[    6.994106] audit: type=1130 audit(1590536494.995:14): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.995844] audit: type=1130 audit(1590536494.995:15): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=cronie comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.997958] audit: type=1130 audit(1590536494.999:16): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    6.999574] audit: type=1130 audit(1590536494.999:17): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=numlockon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.001253] audit: type=1334 audit(1590536495.002:18): prog-id=7 op=LOAD
[    7.001384] audit: type=1334 audit(1590536495.002:19): prog-id=8 op=LOAD
[    7.223805] [TTM] Zone  kernel: Available graphics memory: 4025896 KiB
[    7.223807] [TTM] Zone   dma32: Available graphics memory: 2097152 KiB
[    7.223807] [TTM] Initializing pool allocator
[    7.223810] [TTM] Initializing DMA pool allocator
[    7.223825] nouveau 0000:01:00.0: DRM: VRAM: 1024 MiB
[    7.223826] nouveau 0000:01:00.0: DRM: GART: 1048576 MiB
[    7.223828] nouveau 0000:01:00.0: DRM: TMDS table version 2.0
[    7.223829] nouveau 0000:01:00.0: DRM: DCB version 4.0
[    7.223830] nouveau 0000:01:00.0: DRM: DCB outp 00: 02000300 00000000
[    7.223831] nouveau 0000:01:00.0: DRM: DCB outp 01: 01000302 00020030
[    7.223832] nouveau 0000:01:00.0: DRM: DCB outp 02: 02021362 00020010
[    7.223833] nouveau 0000:01:00.0: DRM: DCB outp 04: 01032310 00000000
[    7.223833] nouveau 0000:01:00.0: DRM: DCB conn 00: 00001030
[    7.223834] nouveau 0000:01:00.0: DRM: DCB conn 01: 00002161
[    7.223835] nouveau 0000:01:00.0: DRM: DCB conn 02: 00000200
[    7.225809] nouveau 0000:01:00.0: DRM: MM: using COPY for buffer copies
[    7.234496] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    7.234497] [drm] Driver supports precise vblank timestamp query.
[    7.274926] nouveau 0000:01:00.0: DRM: allocated 1920x1080 fb: 0x70000, bo 00000000006294dc
[    7.274980] fbcon: nouveaudrmfb (fb0) is primary device
[    7.317866] Console: switching to colour frame buffer device 240x67
[    7.320183] nouveau 0000:01:00.0: fb0: nouveaudrmfb frame buffer device
[    7.347381] [drm] Initialized nouveau 1.3.1 20120801 for 0000:01:00.0 on minor 1
[    8.766827] Generic FE-GE Realtek PHY r8169-300:00: attached PHY driver [Generic FE-GE Realtek PHY] (mii_bus:phy_addr=r8169-300:00, irq=IGNORE)
[    8.887939] r8169 0000:03:00.0 enp3s0: Link is Down
[   11.336615] r8169 0000:03:00.0 enp3s0: Link is Up - 100Mbps/Full - flow control rx/tx
[   11.336623] IPv6: ADDRCONF(NETDEV_CHANGE): enp3s0: link becomes ready
[   19.020880] kauditd_printk_skb: 30 callbacks suppressed
[   19.020884] audit: type=1131 audit(1590536507.022:50): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   27.388434] audit: type=1130 audit(1590536515.389:51): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   33.424824] audit: type=1100 audit(1590536521.425:52): pid=494 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_securetty,pam_tally2,pam_shells,pam_unix,pam_permit acct="mrw01f" exe="/usr/bin/login" hostname=warmachine addr=? terminal=tty2 res=success'
[   33.478775] audit: type=1101 audit(1590536521.479:53): pid=494 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_tally2,pam_access,pam_unix,pam_permit,pam_time acct="mrw01f" exe="/usr/bin/login" hostname=warmachine addr=? terminal=tty2 res=success'
[   33.496389] audit: type=1103 audit(1590536521.495:54): pid=494 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_tally2,pam_shells,pam_unix,pam_permit acct="mrw01f" exe="/usr/bin/login" hostname=warmachine addr=? terminal=tty2 res=success'
[   33.496547] audit: type=1006 audit(1590536521.495:55): pid=494 uid=0 old-auid=4294967295 auid=1000 tty=tty2 old-ses=4294967295 ses=1 res=1
[   33.606377] audit: type=1130 audit(1590536521.605:56): 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'
[   33.613270] audit: type=1101 audit(1590536521.612:57): pid=496 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_tally2,pam_access,pam_unix,pam_permit,pam_time acct="mrw01f" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   33.613295] audit: type=1103 audit(1590536521.612:58): pid=496 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="mrw01f" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[   33.613352] audit: type=1006 audit(1590536521.612:59): pid=496 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
[   33.614179] audit: type=1105 audit(1590536521.615:60): pid=496 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="mrw01f" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   33.621333] audit: type=1334 audit(1590536521.622:61): prog-id=11 op=LOAD
[   33.867291] systemd-journald[276]: File /var/log/journal/7bc3aeeb7660465c85a2221c625c4f20/user-1000.journal corrupted or uncleanly shut down, renaming and replacing.
[   48.946424] kauditd_printk_skb: 7 callbacks suppressed
[   48.946430] audit: type=1101 audit(1590536536.945:69): pid=513 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="mrw01f" exe="/usr/bin/sudo" hostname=warmachine addr=? terminal=/dev/tty2 res=success'
[   48.946798] audit: type=1106 audit(1590536536.945:70): pid=513 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=warmachine addr=? terminal=/dev/tty2 res=success'
[   48.947121] audit: type=1104 audit(1590536536.949:71): pid=513 uid=1000 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=warmachine addr=? terminal=/dev/tty2 res=success'
[   62.844891] audit: type=1101 audit(1590536550.845:72): pid=515 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="mrw01f" exe="/usr/bin/sudo" hostname=warmachine addr=? terminal=/dev/tty2 res=success'
[   62.845023] audit: type=1110 audit(1590536550.845:73): pid=515 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=warmachine addr=? terminal=/dev/tty2 res=success'
[   62.846429] audit: type=1105 audit(1590536550.845:74): pid=515 uid=0 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=warmachine addr=? terminal=/dev/tty2 res=success'
[   62.888599] audit: type=1130 audit(1590536550.889:75): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sshd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   62.892978] audit: type=1106 audit(1590536550.892:76): pid=515 uid=0 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=warmachine addr=? terminal=/dev/tty2 res=success'
[   62.893087] audit: type=1104 audit(1590536550.892:77): pid=515 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=warmachine addr=? terminal=/dev/tty2 res=success'
[  578.381517] audit: type=1100 audit(1590537066.382:78): pid=531 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_tally2,pam_shells,pam_unix,pam_permit acct="mrw01f" exe="/usr/bin/sshd" hostname=192.168.2.6 addr=192.168.2.6 terminal=ssh res=success'
[  578.420584] audit: type=1101 audit(1590537066.422:79): pid=531 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_tally2,pam_access,pam_unix,pam_permit,pam_time acct="mrw01f" exe="/usr/bin/sshd" hostname=192.168.2.6 addr=192.168.2.6 terminal=ssh res=success'
[  578.422022] audit: type=1103 audit(1590537066.422:80): pid=531 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_tally2,pam_shells,pam_unix,pam_permit acct="mrw01f" exe="/usr/bin/sshd" hostname=192.168.2.6 addr=192.168.2.6 terminal=ssh res=success'
[  578.422168] audit: type=1006 audit(1590537066.422:81): pid=531 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=3 res=1
[  578.434379] audit: type=1105 audit(1590537066.435:82): pid=531 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="mrw01f" exe="/usr/bin/sshd" hostname=192.168.2.6 addr=192.168.2.6 terminal=ssh res=success'
[  578.436191] audit: type=1103 audit(1590537066.435:83): pid=533 uid=0 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_tally2,pam_shells,pam_unix,pam_permit acct="mrw01f" exe="/usr/bin/sshd" hostname=192.168.2.6 addr=192.168.2.6 terminal=ssh res=success'

Offline

#14 2020-05-26 23:53:37

mrw01f
Member
Registered: 2020-04-25
Posts: 28

Re: Lightdm failed to start (Result: exit-code)

V1del wrote:

That clarification came in december of last year when the last "official" 340xx update was pushed we had been on various 1.20 versions already at that point. https://wiki.archlinux.org/index.php?ti … did=582117 I do think it does sound more dire than it actually is, right now.

But I also don't have such a GPU so I don't want to make such an edit to clarify just based on what I think to be the case.

i still have it if you want me to try something happy to help.

Offline

#15 2020-05-26 23:56:24

loqs
Member
Registered: 2014-03-06
Posts: 17,425

Re: Lightdm failed to start (Result: exit-code)

The dmesg output does not show any nvidia module being loaded,  it does show the nouveau module being loaded

[    5.996325] nouveau 0000:01:00.0: NVIDIA GT218 (0a8280b1)

Which should be blocked by a blacklist provide by the nvidia-340xx package.
What is the output of

pacman -Qs nvidia

Offline

#16 2020-05-27 00:00:47

mrw01f
Member
Registered: 2020-04-25
Posts: 28

Re: Lightdm failed to start (Result: exit-code)

loqs wrote:

The dmesg output does not show any nvidia module being loaded,  it does show the nouveau module being loaded

[    5.996325] nouveau 0000:01:00.0: NVIDIA GT218 (0a8280b1)

Which should be blocked by a blacklist provide by the nvidia-340xx package.
What is the output of

pacman -Qs nvidia
local/libvdpau 1.4-1
    Nvidia VDPAU library
local/libxnvctrl 440.82-1
    NVIDIA NV-CONTROL X extension
local/opencl-nvidia-340xx 340.108-1
    OpenCL implemention for NVIDIA

Offline

#17 2020-05-27 00:05:35

loqs
Member
Registered: 2014-03-06
Posts: 17,425

Re: Lightdm failed to start (Result: exit-code)

You removed nvidia-340xx and nvidia-340xx-utils?

Offline

#18 2020-05-27 00:08:40

mrw01f
Member
Registered: 2020-04-25
Posts: 28

Re: Lightdm failed to start (Result: exit-code)

loqs wrote:

You removed nvidia-340xx and nvidia-340xx-utils?

yes, first when this problem occured i tried without these two packages & it worked but then after some configuration like theme & etc. problem started from there. so ? should i try installing them ?

Offline

#19 2020-05-27 00:14:42

loqs
Member
Registered: 2014-03-06
Posts: 17,425

Re: Lightdm failed to start (Result: exit-code)

Yes,  please reinstall them.  Remove or rename /etc/X11/xorg.conf if it still present.  Reboot then post an updated dmesg and Xorg.log.  See the tip box from pastebin to post from the console if lightdm does not work.

Last edited by loqs (2020-05-27 00:14:57)

Offline

#20 2020-05-27 00:34:16

mrw01f
Member
Registered: 2020-04-25
Posts: 28

Re: Lightdm failed to start (Result: exit-code)

loqs wrote:

Yes,  please reinstall them.  Remove or rename /etc/X11/xorg.conf if it still present.  Reboot then post an updated dmesg and Xorg.log.  See the tip box from pastebin to post from the console if lightdm does not work.

xorg log

$ cat /var/log/Xorg.0.log
[   657.682] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[   657.682] 
X.Org X Server 1.20.8
X Protocol Version 11, Revision 0
[   657.682] Build Operating System: Linux Arch Linux
[   657.682] Current Operating System: Linux warmachine 5.6.14-arch1-1 #1 SMP PREEMPT Wed, 20 May 2020 20:43:19 +0000 x86_64
[   657.683] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=046159d9-8d58-46b8-9939-10220951139f rw loglevel=3 quiet
[   657.683] Build Date: 05 May 2020  05:08:17AM
[   657.683]  
[   657.683] Current version of pixman: 0.40.0
[   657.683] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[   657.683] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   657.683] (==) Log file: "/var/log/Xorg.0.log", Time: Tue May 26 14:24:49 2020
[   657.683] (==) Using config file: "/etc/X11/xorg.conf"
[   657.683] (==) Using config directory: "/etc/X11/xorg.conf.d"
[   657.683] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   657.683] (==) ServerLayout "Layout0"
[   657.683] (**) |-->Screen "Screen0" (0)
[   657.683] (**) |   |-->Monitor "Monitor0"
[   657.683] (**) |   |-->Device "Device0"
[   657.683] (**) |   |-->GPUDevice "Device0"
[   657.683] (**) |-->Input Device "Keyboard0"
[   657.683] (**) |-->Input Device "Mouse0"
[   657.683] (==) Automatically adding devices
[   657.683] (==) Automatically enabling devices
[   657.683] (==) Automatically adding GPU devices
[   657.683] (==) Automatically binding GPU devices
[   657.683] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   657.683] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/misc".
[   657.683] 	Entry deleted from font path.
[   657.683] 	(Run 'mkfontdir' on "/usr/share/fonts/misc").
[   657.683] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[   657.683] 	Entry deleted from font path.
[   657.683] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi".
[   657.683] 	Entry deleted from font path.
[   657.683] 	(Run 'mkfontdir' on "/usr/share/fonts/100dpi").
[   657.683] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi".
[   657.683] 	Entry deleted from font path.
[   657.683] 	(Run 'mkfontdir' on "/usr/share/fonts/75dpi").
[   657.683] (==) FontPath set to:
	/usr/share/fonts/TTF,
	/usr/share/fonts/Type1
[   657.683] (==) ModulePath set to "/usr/lib/xorg/modules"
[   657.683] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[   657.683] (WW) Disabling Keyboard0
[   657.683] (WW) Disabling Mouse0
[   657.683] (II) Module ABI versions:
[   657.683] 	X.Org ANSI C Emulation: 0.4
[   657.683] 	X.Org Video Driver: 24.1
[   657.683] 	X.Org XInput driver : 24.1
[   657.683] 	X.Org Server Extension : 10.0
[   657.684] (++) using VT number 7

[   657.684] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[   657.684] (II) xfree86: Adding drm device (/dev/dri/card1)
[   657.685] (II) xfree86: Adding drm device (/dev/dri/card0)
[   657.686] (--) PCI: (0@0:2:0) 8086:041e:1458:d000 rev 6, Mem @ 0xf7400000/4194304, 0xd0000000/268435456, I/O @ 0x0000f000/64
[   657.686] (--) PCI:*(1@0:0:0) 10de:0a65:1458:3525 rev 162, Mem @ 0xf6000000/16777216, 0xe0000000/268435456, 0xf0000000/33554432, I/O @ 0x0000e000/128, BIOS @ 0x????????/131072
[   657.686] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   657.687] (II) LoadModule: "glx"
[   657.687] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   657.697] (II) Module glx: vendor="X.Org Foundation"
[   657.697] 	compiled for 1.20.8, module version = 1.0.0
[   657.697] 	ABI class: X.Org Server Extension, version 10.0
[   657.697] (II) LoadModule: "nvidia"
[   657.697] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[   657.698] (II) Module nvidia: vendor="NVIDIA Corporation"
[   657.698] 	compiled for 4.0.2, module version = 1.0.0
[   657.698] 	Module class: X.Org Video Driver
[   657.698] (II) NVIDIA dlloader X Driver  340.108  Wed Dec 11 14:06:00 PST 2019
[   657.698] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[   657.700] (II) Loading sub module "fb"
[   657.700] (II) LoadModule: "fb"
[   657.700] (II) Loading /usr/lib/xorg/modules/libfb.so
[   657.701] (II) Module fb: vendor="X.Org Foundation"
[   657.701] 	compiled for 1.20.8, module version = 1.0.0
[   657.701] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   657.701] (WW) Unresolved symbol: fbGetGCPrivateKey
[   657.701] (II) Loading sub module "wfb"
[   657.701] (II) LoadModule: "wfb"
[   657.701] (II) Loading /usr/lib/xorg/modules/libwfb.so
[   657.701] (II) Module wfb: vendor="X.Org Foundation"
[   657.701] 	compiled for 1.20.8, module version = 1.0.0
[   657.701] 	ABI class: X.Org ANSI C Emulation, version 0.4
[   657.701] (II) Loading sub module "ramdac"
[   657.701] (II) LoadModule: "ramdac"
[   657.701] (II) Module "ramdac" already built-in
[   657.703] (EE) NVIDIA: Failed to initialize the NVIDIA kernel module. Please see the
[   657.703] (EE) NVIDIA:     system's kernel log for additional error messages and
[   657.703] (EE) NVIDIA:     consult the NVIDIA README for details.
[   657.704] (EE) NVIDIA: Failed to initialize the NVIDIA kernel module. Please see the
[   657.704] (EE) NVIDIA:     system's kernel log for additional error messages and
[   657.704] (EE) NVIDIA:     consult the NVIDIA README for details.
[   657.704] (EE) No devices detected.
[   657.704] (EE) 
Fatal server error:
[   657.704] (EE) no screens found(EE) 
[   657.704] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[   657.704] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[   657.704] (EE) 
[   657.707] (EE) Server terminated with error (1). Closing log file.
$ dmesg
[    0.000000] microcode: microcode updated early to revision 0x27, date = 2019-02-26
[    0.000000] Linux version 5.6.14-arch1-1 (linux@archlinux) (gcc version 10.1.0 (GCC)) #1 SMP PREEMPT Wed, 20 May 2020 20:43:19 +0000
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=046159d9-8d58-46b8-9939-10220951139f rw loglevel=3 quiet
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Hygon HygonGenuine
[    0.000000]   Centaur CentaurHauls
[    0.000000]   zhaoxin   Shanghai  
[    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 0x004: 'AVX registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000b9f90fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000b9f91000-0x00000000b9f97fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000b9f98000-0x00000000ba7c6fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000ba7c7000-0x00000000ba9e7fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ba9e8000-0x00000000ca7e4fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000ca7e5000-0x00000000ca87cfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ca87d000-0x00000000ca8befff] usable
[    0.000000] BIOS-e820: [mem 0x00000000ca8bf000-0x00000000ca981fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000ca982000-0x00000000caf8afff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000caf8b000-0x00000000caffefff] type 20
[    0.000000] BIOS-e820: [mem 0x00000000cafff000-0x00000000caffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000cb800000-0x00000000cf9fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000022f5fffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.31 by American Megatrends
[    0.000000] efi:  ACPI=0xca94f000  ACPI 2.0=0xca94f000  SMBIOS=0xf04c0  MPS=0xfd440 
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: Gigabyte Technology Co., Ltd. H81M-S/H81M-S, BIOS F2 08/19/2015
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 3591.804 MHz processor
[    0.001219] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.001220] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.001224] last_pfn = 0x22f600 max_arch_pfn = 0x400000000
[    0.001227] MTRR default type: uncachable
[    0.001228] MTRR fixed ranges enabled:
[    0.001229]   00000-9FFFF write-back
[    0.001229]   A0000-BFFFF uncachable
[    0.001230]   C0000-D7FFF write-protect
[    0.001230]   D8000-DFFFF uncachable
[    0.001231]   E0000-FFFFF write-protect
[    0.001231] MTRR variable ranges enabled:
[    0.001232]   0 base 0000000000 mask 7E00000000 write-back
[    0.001233]   1 base 0200000000 mask 7FE0000000 write-back
[    0.001233]   2 base 0220000000 mask 7FF0000000 write-back
[    0.001234]   3 base 00E0000000 mask 7FE0000000 uncachable
[    0.001234]   4 base 00D0000000 mask 7FF0000000 uncachable
[    0.001235]   5 base 00CC000000 mask 7FFC000000 uncachable
[    0.001235]   6 base 00CB800000 mask 7FFF800000 uncachable
[    0.001236]   7 base 022F800000 mask 7FFF800000 uncachable
[    0.001236]   8 base 022F600000 mask 7FFFE00000 uncachable
[    0.001237]   9 disabled
[    0.001475] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.001605] total RAM covered: 8110M
[    0.001773] Found optimal setting for mtrr clean up
[    0.001774]  gran_size: 64K 	chunk_size: 16M 	num_reg: 10  	lose cover RAM: 0G
[    0.002001] e820: update [mem 0xcb800000-0xffffffff] usable ==> reserved
[    0.002003] last_pfn = 0xcb000 max_arch_pfn = 0x400000000
[    0.007509] found SMP MP-table at [mem 0x000fd6c0-0x000fd6cf]
[    0.007535] check: Scanning 1 areas for low memory corruption
[    0.007540] Using GB pages for direct mapping
[    0.007541] BRK [0x200601000, 0x200601fff] PGTABLE
[    0.007542] BRK [0x200602000, 0x200602fff] PGTABLE
[    0.007543] BRK [0x200603000, 0x200603fff] PGTABLE
[    0.007581] BRK [0x200604000, 0x200604fff] PGTABLE
[    0.007582] BRK [0x200605000, 0x200605fff] PGTABLE
[    0.007787] BRK [0x200606000, 0x200606fff] PGTABLE
[    0.007824] BRK [0x200607000, 0x200607fff] PGTABLE
[    0.007909] BRK [0x200608000, 0x200608fff] PGTABLE
[    0.007943] BRK [0x200609000, 0x200609fff] PGTABLE
[    0.007971] BRK [0x20060a000, 0x20060afff] PGTABLE
[    0.008021] BRK [0x20060b000, 0x20060bfff] PGTABLE
[    0.008075] BRK [0x20060c000, 0x20060cfff] PGTABLE
[    0.008217] Secure boot could not be determined
[    0.008218] RAMDISK: [mem 0x367e7000-0x373eafff]
[    0.008223] ACPI: Early table checksum verification disabled
[    0.008225] ACPI: RSDP 0x00000000CA94F000 000024 (v02 ALASKA)
[    0.008227] ACPI: XSDT 0x00000000CA94F078 000074 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.008231] ACPI: FACP 0x00000000CA95B630 00010C (v05 ALASKA A M I    01072009 AMI  00010013)
[    0.008234] ACPI: DSDT 0x00000000CA94F188 00C4A7 (v02 ALASKA A M I    00000088 INTL 20091112)
[    0.008236] ACPI: FACS 0x00000000CA980080 000040
[    0.008238] ACPI: APIC 0x00000000CA95B740 000072 (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.008239] ACPI: FPDT 0x00000000CA95B7B8 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.008241] ACPI: SSDT 0x00000000CA95B800 000539 (v01 PmRef  Cpu0Ist  00003000 INTL 20120711)
[    0.008243] ACPI: SSDT 0x00000000CA95BD40 000AD8 (v01 PmRef  CpuPm    00003000 INTL 20120711)
[    0.008245] ACPI: MCFG 0x00000000CA95C818 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
[    0.008246] ACPI: HPET 0x00000000CA95C858 000038 (v01 ALASKA A M I    01072009 AMI. 00000005)
[    0.008248] ACPI: SSDT 0x00000000CA95C890 00036D (v01 SataRe SataTabl 00001000 INTL 20120711)
[    0.008250] ACPI: SSDT 0x00000000CA95CC00 0034E1 (v01 SaSsdt SaSsdt   00003000 INTL 20091112)
[    0.008252] ACPI: BGRT 0x00000000CA9600E8 000038 (v00 ALASKA A M I    01072009 AMI  00010013)
[    0.008258] ACPI: Local APIC address 0xfee00000
[    0.008288] No NUMA configuration found
[    0.008288] Faking a node at [mem 0x0000000000000000-0x000000022f5fffff]
[    0.008292] NODE_DATA(0) allocated [mem 0x22f5fb000-0x22f5fefff]
[    0.008313] Zone ranges:
[    0.008313]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.008314]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.008315]   Normal   [mem 0x0000000100000000-0x000000022f5fffff]
[    0.008315]   Device   empty
[    0.008316] Movable zone start for each node
[    0.008316] Early memory node ranges
[    0.008317]   node   0: [mem 0x0000000000001000-0x0000000000057fff]
[    0.008318]   node   0: [mem 0x0000000000059000-0x000000000009efff]
[    0.008318]   node   0: [mem 0x0000000000100000-0x00000000b9f90fff]
[    0.008319]   node   0: [mem 0x00000000b9f98000-0x00000000ba7c6fff]
[    0.008319]   node   0: [mem 0x00000000ba9e8000-0x00000000ca7e4fff]
[    0.008319]   node   0: [mem 0x00000000ca87d000-0x00000000ca8befff]
[    0.008320]   node   0: [mem 0x00000000cafff000-0x00000000caffffff]
[    0.008320]   node   0: [mem 0x0000000100000000-0x000000022f5fffff]
[    0.008475] Zeroed struct page in unavailable ranges: 25699 pages
[    0.008475] Initmem setup node 0 [mem 0x0000000000001000-0x000000022f5fffff]
[    0.008476] On node 0 totalpages: 2071453
[    0.008477]   DMA zone: 64 pages used for memmap
[    0.008477]   DMA zone: 26 pages reserved
[    0.008478]   DMA zone: 3997 pages, LIFO batch:0
[    0.008517]   DMA32 zone: 12888 pages used for memmap
[    0.008518]   DMA32 zone: 824832 pages, LIFO batch:63
[    0.018022]   Normal zone: 19416 pages used for memmap
[    0.018024]   Normal zone: 1242624 pages, LIFO batch:63
[    0.031941] Reserving Intel graphics memory at [mem 0xcba00000-0xcf9fffff]
[    0.032007] ACPI: PM-Timer IO Port: 0x1808
[    0.032008] ACPI: Local APIC address 0xfee00000
[    0.032013] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.032022] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
[    0.032023] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.032024] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.032025] ACPI: IRQ0 used by override.
[    0.032026] ACPI: IRQ9 used by override.
[    0.032027] Using ACPI (MADT) for SMP configuration information
[    0.032028] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[    0.032037] e820: update [mem 0xbeab2000-0xbeaf6fff] usable ==> reserved
[    0.032044] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.032065] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.032067] PM: hibernation: Registered nosave memory: [mem 0x00058000-0x00058fff]
[    0.032069] PM: hibernation: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.032069] PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.032070] PM: hibernation: Registered nosave memory: [mem 0xb9f91000-0xb9f97fff]
[    0.032072] PM: hibernation: Registered nosave memory: [mem 0xba7c7000-0xba9e7fff]
[    0.032073] PM: hibernation: Registered nosave memory: [mem 0xbeab2000-0xbeaf6fff]
[    0.032075] PM: hibernation: Registered nosave memory: [mem 0xca7e5000-0xca87cfff]
[    0.032076] PM: hibernation: Registered nosave memory: [mem 0xca8bf000-0xca981fff]
[    0.032077] PM: hibernation: Registered nosave memory: [mem 0xca982000-0xcaf8afff]
[    0.032077] PM: hibernation: Registered nosave memory: [mem 0xcaf8b000-0xcaffefff]
[    0.032079] PM: hibernation: Registered nosave memory: [mem 0xcb000000-0xcb7fffff]
[    0.032079] PM: hibernation: Registered nosave memory: [mem 0xcb800000-0xcf9fffff]
[    0.032079] PM: hibernation: Registered nosave memory: [mem 0xcfa00000-0xf7ffffff]
[    0.032080] PM: hibernation: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[    0.032080] PM: hibernation: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
[    0.032081] PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.032081] PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[    0.032081] PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
[    0.032082] PM: hibernation: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
[    0.032082] PM: hibernation: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[    0.032083] PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[    0.032083] PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.032083] PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.032084] PM: hibernation: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.032085] [mem 0xcfa00000-0xf7ffffff] available for PCI devices
[    0.032086] Booting paravirtualized kernel on bare hardware
[    0.032089] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.035236] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:4 nr_node_ids:1
[    0.035514] percpu: Embedded 57 pages/cpu s196608 r8192 d28672 u524288
[    0.035520] pcpu-alloc: s196608 r8192 d28672 u524288 alloc=1*2097152
[    0.035521] pcpu-alloc: [0] 0 1 2 3 
[    0.035539] Built 1 zonelists, mobility grouping on.  Total pages: 2039059
[    0.035539] Policy zone: Normal
[    0.035540] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=046159d9-8d58-46b8-9939-10220951139f rw loglevel=3 quiet
[    0.036252] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.036591] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.036626] mem auto-init: stack:byref_all, heap alloc:on, heap free:off
[    0.068230] Memory: 7831380K/8285812K available (12291K kernel code, 1463K rwdata, 4464K rodata, 1608K init, 3184K bss, 454432K reserved, 0K cma-reserved)
[    0.068236] random: get_random_u64 called from __kmem_cache_create+0x3e/0x610 with crng_init=0
[    0.068327] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.068337] Kernel/User page tables isolation: enabled
[    0.068349] ftrace: allocating 39095 entries in 153 pages
[    0.078270] ftrace: allocated 153 pages with 4 groups
[    0.078360] rcu: Preemptible hierarchical RCU implementation.
[    0.078361] rcu: 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.078361] rcu: 	RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=4.
[    0.078362] rcu: 	RCU priority boosting: priority 1 delay 500 ms.
[    0.078362] 	Tasks RCU enabled.
[    0.078363] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[    0.078363] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.080273] NR_IRQS: 20736, nr_irqs: 456, preallocated irqs: 16
[    0.080484] Console: colour dummy device 80x25
[    0.080488] printk: console [tty0] enabled
[    0.080500] ACPI: Core revision 20200110
[    0.080579] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    0.080588] APIC: Switch to symmetric I/O mode setup
[    0.080895] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
[    0.097255] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x33c61530293, max_idle_ns: 440795377892 ns
[    0.097258] Calibrating delay loop (skipped), value calculated using timer frequency.. 7186.92 BogoMIPS (lpj=11972680)
[    0.097259] pid_max: default: 32768 minimum: 301
[    0.101599] LSM: Security Framework initializing
[    0.101603] Yama: becoming mindful.
[    0.101635] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.101655] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.101668] *** VALIDATE tmpfs ***
[    0.101782] *** VALIDATE proc ***
[    0.101819] *** VALIDATE cgroup ***
[    0.101820] *** VALIDATE cgroup2 ***
[    0.101863] mce: CPU0: Thermal monitoring enabled (TM1)
[    0.101871] process: using mwait in idle threads
[    0.101872] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
[    0.101873] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
[    0.101875] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.101876] Spectre V2 : Mitigation: Full generic retpoline
[    0.101877] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.101877] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.101878] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.101878] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
[    0.101879] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[    0.101880] MDS: Mitigation: Clear CPU buffers
[    0.102047] Freeing SMP alternatives memory: 32K
[    0.103079] TSC deadline timer enabled
[    0.103080] smpboot: CPU0: Intel(R) Core(TM) i3-4160 CPU @ 3.60GHz (family: 0x6, model: 0x3c, stepping: 0x3)
[    0.120595] Performance Events: PEBS fmt2+, Haswell events, 16-deep LBR, full-width counters, Intel PMU driver.
[    0.120610] ... version:                3
[    0.120611] ... bit width:              48
[    0.120611] ... generic registers:      4
[    0.120612] ... value mask:             0000ffffffffffff
[    0.120612] ... max period:             00007fffffffffff
[    0.120612] ... fixed-purpose events:   3
[    0.120613] ... event mask:             000000070000000f
[    0.127271] rcu: Hierarchical SRCU implementation.
[    0.150670] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.157259] smp: Bringing up secondary CPUs ...
[    0.197284] x86: Booting SMP configuration:
[    0.197285] .... node  #0, CPUs:      #1 #2
[    0.237513] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
[    0.277267]  #3
[    0.277583] smp: Brought up 1 node, 4 CPUs
[    0.277583] smpboot: Max logical packages: 1
[    0.277583] smpboot: Total of 4 processors activated (28745.70 BogoMIPS)
[    0.278380] devtmpfs: initialized
[    0.278380] x86/mm: Memory block size: 128MB
[    0.278380] PM: Registering ACPI NVS region [mem 0xb9f91000-0xb9f97fff] (28672 bytes)
[    0.278380] PM: Registering ACPI NVS region [mem 0xca8bf000-0xca981fff] (798720 bytes)
[    0.278380] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.278380] futex hash table entries: 1024 (order: 4, 65536 bytes, linear)
[    0.278380] pinctrl core: initialized pinctrl subsystem
[    0.278380] PM: RTC time: 00:31:19, date: 2020-05-27
[    0.278380] thermal_sys: Registered thermal governor 'fair_share'
[    0.278380] thermal_sys: Registered thermal governor 'bang_bang'
[    0.278380] thermal_sys: Registered thermal governor 'step_wise'
[    0.278380] thermal_sys: Registered thermal governor 'user_space'
[    0.278380] thermal_sys: Registered thermal governor 'power_allocator'
[    0.278380] NET: Registered protocol family 16
[    0.278380] audit: initializing netlink subsys (disabled)
[    0.278380] audit: type=2000 audit(1590539479.196:1): state=initialized audit_enabled=0 res=1
[    0.278380] cpuidle: using governor ladder
[    0.278380] cpuidle: using governor menu
[    0.278380] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.278380] ACPI: bus type PCI registered
[    0.278380] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.278380] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.278380] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.278380] PCI: Using configuration type 1 for base access
[    0.278380] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
[    0.281171] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.281171] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.281171] ACPI: Added _OSI(Module Device)
[    0.281171] ACPI: Added _OSI(Processor Device)
[    0.281171] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.281171] ACPI: Added _OSI(Processor Aggregator Device)
[    0.281171] ACPI: Added _OSI(Linux-Dell-Video)
[    0.281171] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.281171] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.291159] ACPI: 5 ACPI AML tables successfully acquired and loaded
[    0.292287] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.293056] ACPI: Dynamic OEM Table Load:
[    0.293060] ACPI: SSDT 0xFFFF8D88A5A03000 0003D3 (v01 PmRef  Cpu0Cst  00003001 INTL 20120711)
[    0.293841] ACPI: Dynamic OEM Table Load:
[    0.293844] ACPI: SSDT 0xFFFF8D88A54CB800 0005AA (v01 PmRef  ApIst    00003000 INTL 20120711)
[    0.294680] ACPI: Dynamic OEM Table Load:
[    0.294682] ACPI: SSDT 0xFFFF8D88A5485200 000119 (v01 PmRef  ApCst    00003000 INTL 20120711)
[    0.295960] ACPI: Interpreter enabled
[    0.295982] ACPI: (supports S0 S3 S4 S5)
[    0.295982] ACPI: Using IOAPIC for interrupt routing
[    0.296005] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.296228] ACPI: Enabled 7 GPEs in block 00 to 3F
[    0.303855] ACPI: Power Resource [FN00] (off)
[    0.303928] ACPI: Power Resource [FN01] (off)
[    0.303991] ACPI: Power Resource [FN02] (off)
[    0.304051] ACPI: Power Resource [FN03] (off)
[    0.304111] ACPI: Power Resource [FN04] (off)
[    0.304812] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[    0.304817] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.305040] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME]
[    0.305177] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability LTR]
[    0.305178] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.305582] PCI host bridge to bus 0000:00
[    0.305583] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.305584] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.305585] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.305586] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    0.305587] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    0.305588] pci_bus 0000:00: root bus resource [mem 0xcfa00000-0xfeafffff window]
[    0.305589] pci_bus 0000:00: root bus resource [bus 00-3e]
[    0.305596] pci 0000:00:00.0: [8086:0c00] type 00 class 0x060000
[    0.305669] pci 0000:00:01.0: [8086:0c01] type 01 class 0x060400
[    0.305699] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.305812] pci 0000:00:02.0: [8086:041e] type 00 class 0x030000
[    0.305821] pci 0000:00:02.0: reg 0x10: [mem 0xf7400000-0xf77fffff 64bit]
[    0.305826] pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.305829] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
[    0.305901] pci 0000:00:03.0: [8086:0c0c] type 00 class 0x040300
[    0.305907] pci 0000:00:03.0: reg 0x10: [mem 0xf7914000-0xf7917fff 64bit]
[    0.305990] pci 0000:00:14.0: [8086:8c31] type 00 class 0x0c0330
[    0.306007] pci 0000:00:14.0: reg 0x10: [mem 0xf7900000-0xf790ffff 64bit]
[    0.306055] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.306120] pci 0000:00:16.0: [8086:8c3a] type 00 class 0x078000
[    0.306137] pci 0000:00:16.0: reg 0x10: [mem 0xf791e000-0xf791e00f 64bit]
[    0.306188] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.306252] pci 0000:00:1a.0: [8086:8c2d] type 00 class 0x0c0320
[    0.306269] pci 0000:00:1a.0: reg 0x10: [mem 0xf791c000-0xf791c3ff]
[    0.306339] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.306413] pci 0000:00:1b.0: [8086:8c20] type 00 class 0x040300
[    0.306428] pci 0000:00:1b.0: reg 0x10: [mem 0xf7910000-0xf7913fff 64bit]
[    0.306478] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.306542] pci 0000:00:1c.0: [8086:8c10] type 01 class 0x060400
[    0.306609] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.306724] pci 0000:00:1c.2: [8086:8c14] type 01 class 0x060400
[    0.306790] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    0.306907] pci 0000:00:1d.0: [8086:8c26] type 00 class 0x0c0320
[    0.306925] pci 0000:00:1d.0: reg 0x10: [mem 0xf791b000-0xf791b3ff]
[    0.306995] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.307065] pci 0000:00:1f.0: [8086:8c5c] type 00 class 0x060100
[    0.307218] pci 0000:00:1f.2: [8086:8c02] type 00 class 0x010601
[    0.307231] pci 0000:00:1f.2: reg 0x10: [io  0xf0b0-0xf0b7]
[    0.307236] pci 0000:00:1f.2: reg 0x14: [io  0xf0a0-0xf0a3]
[    0.307241] pci 0000:00:1f.2: reg 0x18: [io  0xf090-0xf097]
[    0.307247] pci 0000:00:1f.2: reg 0x1c: [io  0xf080-0xf083]
[    0.307252] pci 0000:00:1f.2: reg 0x20: [io  0xf060-0xf07f]
[    0.307256] pci 0000:00:1f.2: reg 0x24: [mem 0xf791a000-0xf791a7ff]
[    0.307286] pci 0000:00:1f.2: PME# supported from D3hot
[    0.307348] pci 0000:00:1f.3: [8086:8c22] type 00 class 0x0c0500
[    0.307362] pci 0000:00:1f.3: reg 0x10: [mem 0xf7919000-0xf79190ff 64bit]
[    0.307378] pci 0000:00:1f.3: reg 0x20: [io  0xf040-0xf05f]
[    0.307476] pci 0000:01:00.0: [10de:0a65] type 00 class 0x030000
[    0.307488] pci 0000:01:00.0: reg 0x10: [mem 0xf6000000-0xf6ffffff]
[    0.307495] pci 0000:01:00.0: reg 0x14: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.307502] pci 0000:01:00.0: reg 0x1c: [mem 0xf0000000-0xf1ffffff 64bit pref]
[    0.307507] pci 0000:01:00.0: reg 0x24: [io  0xe000-0xe07f]
[    0.307512] pci 0000:01:00.0: reg 0x30: [mem 0xf7000000-0xf707ffff pref]
[    0.307522] pci 0000:01:00.0: BAR 3: assigned to efifb
[    0.307601] pci 0000:01:00.1: [10de:0be3] type 00 class 0x040300
[    0.307611] pci 0000:01:00.1: reg 0x10: [mem 0xf7080000-0xf7083fff]
[    0.307705] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.307707] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.307708] pci 0000:00:01.0:   bridge window [mem 0xf6000000-0xf70fffff]
[    0.307710] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
[    0.307753] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.307811] pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000
[    0.307838] pci 0000:03:00.0: reg 0x10: [io  0xd000-0xd0ff]
[    0.307863] pci 0000:03:00.0: reg 0x18: [mem 0xf7800000-0xf7800fff 64bit]
[    0.307879] pci 0000:03:00.0: reg 0x20: [mem 0xf2100000-0xf2103fff 64bit pref]
[    0.307974] pci 0000:03:00.0: supports D1 D2
[    0.307975] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.308092] pci 0000:00:1c.2: PCI bridge to [bus 03]
[    0.308094] pci 0000:00:1c.2:   bridge window [io  0xd000-0xdfff]
[    0.308096] pci 0000:00:1c.2:   bridge window [mem 0xf7800000-0xf78fffff]
[    0.308099] pci 0000:00:1c.2:   bridge window [mem 0xf2100000-0xf21fffff 64bit pref]
[    0.308696] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.308742] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
[    0.308787] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 *4 5 6 10 11 12 14 15)
[    0.308832] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 6 10 11 12 14 15)
[    0.308876] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.308920] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.308964] ACPI: PCI Interrupt Link [LNKG] (IRQs *3 4 5 6 10 11 12 14 15)
[    0.309009] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.309342] iommu: Default domain type: Translated 
[    0.309353] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=mem,locks=none
[    0.309353] pci 0000:01:00.0: vgaarb: setting as boot VGA device
[    0.309353] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.309353] pci 0000:00:02.0: vgaarb: no bridge control possible
[    0.309353] pci 0000:01:00.0: vgaarb: bridge control possible
[    0.309353] vgaarb: loaded
[    0.309353] SCSI subsystem initialized
[    0.309353] libata version 3.00 loaded.
[    0.309353] ACPI: bus type USB registered
[    0.309353] usbcore: registered new interface driver usbfs
[    0.309353] usbcore: registered new interface driver hub
[    0.309353] usbcore: registered new device driver usb
[    0.309353] pps_core: LinuxPPS API ver. 1 registered
[    0.309353] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.309353] PTP clock support registered
[    0.309353] EDAC MC: Ver: 3.0.0
[    0.309353] Registered efivars operations
[    0.309353] PCI: Using ACPI for IRQ routing
[    0.310895] PCI: pci_cache_line_size set to 64 bytes
[    0.310925] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[    0.310926] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    0.310926] e820: reserve RAM buffer [mem 0xb9f91000-0xbbffffff]
[    0.310927] e820: reserve RAM buffer [mem 0xba7c7000-0xbbffffff]
[    0.310928] e820: reserve RAM buffer [mem 0xbeab2000-0xbfffffff]
[    0.310928] e820: reserve RAM buffer [mem 0xca7e5000-0xcbffffff]
[    0.310929] e820: reserve RAM buffer [mem 0xca8bf000-0xcbffffff]
[    0.310930] e820: reserve RAM buffer [mem 0xcb000000-0xcbffffff]
[    0.310931] e820: reserve RAM buffer [mem 0x22f600000-0x22fffffff]
[    0.311000] NetLabel: Initializing
[    0.311001] NetLabel:  domain hash size = 128
[    0.311001] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.311010] NetLabel:  unlabeled traffic allowed by default
[    0.311014] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.311017] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.313054] clocksource: Switched to clocksource tsc-early
[    0.318879] *** VALIDATE bpf ***
[    0.318961] VFS: Disk quotas dquot_6.6.0
[    0.318973] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.318994] *** VALIDATE ramfs ***
[    0.318997] *** VALIDATE hugetlbfs ***
[    0.319029] pnp: PnP ACPI init
[    0.319143] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
[    0.319147] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.319315] system 00:01: [io  0x0680-0x069f] has been reserved
[    0.319317] system 00:01: [io  0xffff] has been reserved
[    0.319317] system 00:01: [io  0xffff] has been reserved
[    0.319318] system 00:01: [io  0xffff] has been reserved
[    0.319319] system 00:01: [io  0x1c00-0x1cfe] has been reserved
[    0.319320] system 00:01: [io  0x1d00-0x1dfe] has been reserved
[    0.319321] system 00:01: [io  0x1e00-0x1efe] has been reserved
[    0.319321] system 00:01: [io  0x1f00-0x1ffe] has been reserved
[    0.319322] system 00:01: [io  0x1800-0x18fe] has been reserved
[    0.319323] system 00:01: [io  0x164e-0x164f] has been reserved
[    0.319325] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.319343] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.319386] system 00:03: [io  0x1854-0x1857] has been reserved
[    0.319388] system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.319508] system 00:04: [io  0x0a00-0x0a0f] has been reserved
[    0.319509] system 00:04: [io  0x0a30-0x0a3f] has been reserved
[    0.319510] system 00:04: [io  0x0a20-0x0a2f] has been reserved
[    0.319512] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.319574] system 00:05: [io  0x04d0-0x04d1] has been reserved
[    0.319576] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.319952] system 00:06: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.319953] system 00:06: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.319954] system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.319954] system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.319955] system 00:06: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.319956] system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.319957] system 00:06: [mem 0xfed90000-0xfed93fff] has been reserved
[    0.319958] system 00:06: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.319959] system 00:06: [mem 0xff000000-0xffffffff] has been reserved
[    0.319960] system 00:06: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.319960] system 00:06: [mem 0xf7fdf000-0xf7fdffff] has been reserved
[    0.319961] system 00:06: [mem 0xf7fe0000-0xf7feffff] has been reserved
[    0.319964] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.320175] pnp: PnP ACPI: found 7 devices
[    0.325533] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.325556] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.325558] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.325560] pci 0000:00:01.0:   bridge window [mem 0xf6000000-0xf70fffff]
[    0.325562] pci 0000:00:01.0:   bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
[    0.325564] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.325572] pci 0000:00:1c.2: PCI bridge to [bus 03]
[    0.325573] pci 0000:00:1c.2:   bridge window [io  0xd000-0xdfff]
[    0.325576] pci 0000:00:1c.2:   bridge window [mem 0xf7800000-0xf78fffff]
[    0.325578] pci 0000:00:1c.2:   bridge window [mem 0xf2100000-0xf21fffff 64bit pref]
[    0.325583] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.325583] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.325584] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.325585] pci_bus 0000:00: resource 7 [mem 0x000d8000-0x000dbfff window]
[    0.325586] pci_bus 0000:00: resource 8 [mem 0x000dc000-0x000dffff window]
[    0.325586] pci_bus 0000:00: resource 9 [mem 0xcfa00000-0xfeafffff window]
[    0.325587] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
[    0.325588] pci_bus 0000:01: resource 1 [mem 0xf6000000-0xf70fffff]
[    0.325589] pci_bus 0000:01: resource 2 [mem 0xe0000000-0xf1ffffff 64bit pref]
[    0.325589] pci_bus 0000:03: resource 0 [io  0xd000-0xdfff]
[    0.325590] pci_bus 0000:03: resource 1 [mem 0xf7800000-0xf78fffff]
[    0.325591] pci_bus 0000:03: resource 2 [mem 0xf2100000-0xf21fffff 64bit pref]
[    0.325686] NET: Registered protocol family 2
[    0.325781] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[    0.325825] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.325928] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[    0.325981] TCP: Hash tables configured (established 65536 bind 65536)
[    0.326016] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.326035] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.326086] NET: Registered protocol family 1
[    0.326089] NET: Registered protocol family 44
[    0.347337] pci 0000:00:1a.0: quirk_usb_early_handoff+0x0/0x6d5 took 20583 usecs
[    0.367332] pci 0000:00:1d.0: quirk_usb_early_handoff+0x0/0x6d5 took 19516 usecs
[    0.367348] pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.367356] pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
[    0.367382] PCI: CLS 64 bytes, default 64
[    0.367416] Trying to unpack rootfs image as initramfs...
[    0.459067] Freeing initrd memory: 12304K
[    0.459073] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.459074] software IO TLB: mapped [mem 0xb5f91000-0xb9f91000] (64MB)
[    0.459199] check: Scanning for low memory corruption every 60 seconds
[    0.459435] Initialise system trusted keyrings
[    0.459443] Key type blacklist registered
[    0.459485] workingset: timestamp_bits=41 max_order=21 bucket_order=0
[    0.460295] zbud: loaded
[    0.464249] Key type asymmetric registered
[    0.464250] Asymmetric key parser 'x509' registered
[    0.464257] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[    0.464288] io scheduler mq-deadline registered
[    0.464289] io scheduler kyber registered
[    0.464306] io scheduler bfq registered
[    0.464774] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    0.464821] efifb: probing for efifb
[    0.464833] efifb: showing boot graphics
[    0.466298] efifb: framebuffer at 0xf1000000, using 3072k, total 3072k
[    0.466299] efifb: mode is 1024x768x32, linelength=4096, pages=1
[    0.466299] efifb: scrolling: redraw
[    0.466300] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.466328] fbcon: Deferring console take-over
[    0.466329] fb0: EFI VGA frame buffer device
[    0.466334] intel_idle: MWAIT substates: 0x42120
[    0.466335] intel_idle: v0.4.1 model 0x3C
[    0.466449] intel_idle: lapic_timer_reliable_states 0xffffffff
[    0.466504] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    0.466528] ACPI: Power Button [PWRB]
[    0.466553] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    0.466569] ACPI: Power Button [PWRF]
[    0.470917] thermal LNXTHERM:00: registered as thermal_zone0
[    0.470918] ACPI: Thermal Zone [TZ00] (28 C)
[    0.471114] thermal LNXTHERM:01: registered as thermal_zone1
[    0.471115] ACPI: Thermal Zone [TZ01] (30 C)
[    0.471362] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.471953] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[    0.471954] AMD-Vi: AMD IOMMUv2 functionality not available on this system
[    0.472278] ahci 0000:00:1f.2: version 3.0
[    0.472386] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 4 ports 6 Gbps 0x2 impl SATA mode
[    0.472388] ahci 0000:00:1f.2: flags: 64bit ncq led clo pio slum part ems 
[    0.472687] scsi host0: ahci
[    0.472761] scsi host1: ahci
[    0.472818] scsi host2: ahci
[    0.472882] scsi host3: ahci
[    0.472907] ata1: DUMMY
[    0.472909] ata2: SATA max UDMA/133 abar m2048@0xf791a000 port 0xf791a180 irq 27
[    0.472909] ata3: DUMMY
[    0.472910] ata4: DUMMY
[    0.472943] usbcore: registered new interface driver usbserial_generic
[    0.472947] usbserial: USB Serial support registered for generic
[    0.472963] rtc_cmos 00:02: RTC can wake from S4
[    0.473118] rtc_cmos 00:02: registered as rtc0
[    0.473129] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    0.473164] intel_pstate: Intel P-state driver initializing
[    0.473316] ledtrig-cpu: registered to indicate activity on CPUs
[    0.473485] drop_monitor: Initializing network drop monitor service
[    0.473916] NET: Registered protocol family 10
[    0.487872] Segment Routing with IPv6
[    0.487895] NET: Registered protocol family 17
[    0.488087] RAS: Correctable Errors collector initialized.
[    0.488123] microcode: sig=0x306c3, pf=0x2, revision=0x27
[    0.488168] microcode: Microcode Update Driver: v2.2.
[    0.488172] IPI shorthand broadcast: enabled
[    0.488178] sched_clock: Marking stable (488017072, 146347)->(494604682, -6441263)
[    0.488242] registered taskstats version 1
[    0.488248] Loading compiled-in X.509 certificates
[    0.491475] Loaded X.509 cert 'Build time autogenerated kernel key: 0cd0fe4ab18b0093b1c2aab601efd4bec03ec302'
[    0.491506] zswap: loaded using pool lzo/zbud
[    0.491614] Key type ._fscrypt registered
[    0.491615] Key type .fscrypt registered
[    0.491616] Key type fscrypt-provisioning registered
[    0.497213] Key type big_key registered
[    0.497642] PM:   Magic number: 4:497:507
[    0.497731] rtc_cmos 00:02: setting system clock to 2020-05-27T00:31:20 UTC (1590539480)
[    0.787340] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    0.789132] ata2.00: ATA-8: ST3500514NS                          EIT, MS00, max UDMA/133
[    0.789138] ata2.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 32)
[    0.789415] ata2.00: failed to enable Sense Data Reporting, Emask 0x1
[    0.791701] ata2.00: failed to enable Sense Data Reporting, Emask 0x1
[    0.791713] ata2.00: configured for UDMA/133
[    0.791950] scsi 1:0:0:0: Direct-Access     ATA      ST3500514NS      MS00 PQ: 0 ANSI: 5
[    0.792416] sd 1:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[    0.792452] sd 1:0:0:0: [sda] Write Protect is off
[    0.792458] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    0.792493] sd 1:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[    0.852865]  sda: sda1 sda3 sda4
[    0.853816] sd 1:0:0:0: [sda] Attached SCSI disk
[    0.856920] Freeing unused decrypted memory: 2040K
[    0.857711] Freeing unused kernel image (initmem) memory: 1608K
[    0.867359] Write protecting the kernel read-only data: 20480k
[    0.868289] Freeing unused kernel image (text/rodata gap) memory: 2044K
[    0.868850] Freeing unused kernel image (rodata/data gap) memory: 1680K
[    0.901555] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.901556] x86/mm: Checking user space page tables
[    0.925389] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    0.925391] Run /init as init process
[    0.925392]   with arguments:
[    0.925392]     /init
[    0.925393]   with environment:
[    0.925393]     HOME=/
[    0.925394]     TERM=linux
[    0.925394]     BOOT_IMAGE=/vmlinuz-linux
[    0.947697] fbcon: Taking over console
[    0.947752] Console: switching to colour frame buffer device 128x48
[    1.003297] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.004287] ehci-pci: EHCI PCI platform driver
[    1.004451] ehci-pci 0000:00:1a.0: EHCI Host Controller
[    1.004457] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    1.004468] ehci-pci 0000:00:1a.0: debug port 2
[    1.008380] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[    1.008395] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf791c000
[    1.023983] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    1.024022] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.06
[    1.024023] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.024024] usb usb1: Product: EHCI Host Controller
[    1.024025] usb usb1: Manufacturer: Linux 5.6.14-arch1-1 ehci_hcd
[    1.024025] usb usb1: SerialNumber: 0000:00:1a.0
[    1.024124] hub 1-0:1.0: USB hub found
[    1.024134] hub 1-0:1.0: 2 ports detected
[    1.024272] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.024277] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    1.025325] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000000009810
[    1.025328] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    1.025431] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.06
[    1.025432] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.025433] usb usb2: Product: xHCI Host Controller
[    1.025433] usb usb2: Manufacturer: Linux 5.6.14-arch1-1 xhci-hcd
[    1.025434] usb usb2: SerialNumber: 0000:00:14.0
[    1.025503] hub 2-0:1.0: USB hub found
[    1.025513] hub 2-0:1.0: 10 ports detected
[    1.026858] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    1.026864] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 3
[    1.026876] ehci-pci 0000:00:1d.0: debug port 2
[    1.026877] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.026879] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
[    1.026881] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[    1.026905] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.06
[    1.026906] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.026907] usb usb4: Product: xHCI Host Controller
[    1.026907] usb usb4: Manufacturer: Linux 5.6.14-arch1-1 xhci-hcd
[    1.026908] usb usb4: SerialNumber: 0000:00:14.0
[    1.026971] hub 4-0:1.0: USB hub found
[    1.026975] hub 4-0:1.0: 2 ports detected
[    1.030780] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[    1.030793] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf791b000
[    1.043969] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    1.044011] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.06
[    1.044013] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.044014] usb usb3: Product: EHCI Host Controller
[    1.044015] usb usb3: Manufacturer: Linux 5.6.14-arch1-1 ehci_hcd
[    1.044016] usb usb3: SerialNumber: 0000:00:1d.0
[    1.044244] hub 3-0:1.0: USB hub found
[    1.044253] hub 3-0:1.0: 2 ports detected
[    1.357289] usb 2-2: new low-speed USB device number 2 using xhci_hcd
[    1.357306] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    1.367295] usb 3-1: new high-speed USB device number 2 using ehci-pci
[    1.437108] EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: (null)
[    1.464043] tsc: Refined TSC clocksource calibration: 3591.682 MHz
[    1.464049] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x33c5a15be52, max_idle_ns: 440795280454 ns
[    1.464074] clocksource: Switched to clocksource tsc
[    1.473967] random: fast init done
[    1.504327] usb 1-1: New USB device found, idVendor=8087, idProduct=8008, bcdDevice= 0.05
[    1.504330] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.504618] hub 1-1:1.0: USB hub found
[    1.504701] hub 1-1:1.0: 4 ports detected
[    1.514518] usb 3-1: New USB device found, idVendor=8087, idProduct=8000, bcdDevice= 0.05
[    1.514521] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.514815] hub 3-1:1.0: USB hub found
[    1.515013] hub 3-1:1.0: 6 ports detected
[    1.524899] usb 2-2: New USB device found, idVendor=04f3, idProduct=152e, bcdDevice= e.08
[    1.524902] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.524904] usb 2-2: Product: Gaming KB
[    1.524906] usb 2-2: Manufacturer: Gaming KB
[    1.647311] usb 2-7: new low-speed USB device number 3 using xhci_hcd
[    1.790530] usb 2-7: New USB device found, idVendor=275d, idProduct=0ba6, bcdDevice= 1.00
[    1.790534] usb 2-7: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    1.790535] usb 2-7: Product: USB OPTICAL MOUSE 
[    2.466124] systemd[1]: systemd 245.5-2-arch running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
[    2.480770] systemd[1]: Detected architecture x86-64.
[    2.542909] systemd[1]: Set hostname to <warmachine>.
[    3.503347] systemd[1]: Created slice system-getty.slice.
[    3.503830] systemd[1]: Created slice system-modprobe.slice.
[    3.504265] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    3.504827] systemd[1]: Created slice User and Session Slice.
[    3.504950] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    3.505046] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    3.505376] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    3.505422] systemd[1]: Reached target Local Encrypted Volumes.
[    3.505439] systemd[1]: Reached target Login Prompts.
[    3.505472] systemd[1]: Reached target Paths.
[    3.505491] systemd[1]: Reached target Remote File Systems.
[    3.505505] systemd[1]: Reached target Slices.
[    3.505532] systemd[1]: Reached target Swap.
[    3.505661] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    3.506184] systemd[1]: Listening on LVM2 metadata daemon socket.
[    3.506715] systemd[1]: Listening on LVM2 poll daemon socket.
[    3.510099] systemd[1]: Listening on Process Core Dump Socket.
[    3.510225] systemd[1]: Listening on initctl Compatibility Named Pipe.
[    3.510534] systemd[1]: Listening on Journal Audit Socket.
[    3.510765] systemd[1]: Listening on Journal Socket (/dev/log).
[    3.510958] systemd[1]: Listening on Journal Socket.
[    3.511143] systemd[1]: Listening on udev Control Socket.
[    3.511263] systemd[1]: Listening on udev Kernel Socket.
[    3.512962] systemd[1]: Mounting Huge Pages File System...
[    3.514289] systemd[1]: Mounting POSIX Message Queue File System...
[    3.514942] systemd[1]: Mounting Kernel Debug File System...
[    3.515606] systemd[1]: Mounting Kernel Trace File System...
[    3.540205] systemd[1]: Mounting Temporary Directory (/tmp)...
[    3.541549] systemd[1]: Starting Create list of static device nodes for the current kernel...
[    3.542820] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[    3.543818] systemd[1]: Starting Load Kernel Module drm...
[    3.544952] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
[    3.545001] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[    3.546565] systemd[1]: Starting Journal Service...
[    3.547361] systemd[1]: Condition check resulted in Load Kernel Modules being skipped.
[    3.547574] systemd[1]: Condition check resulted in FUSE Control File System being skipped.
[    3.548955] systemd[1]: Mounting Kernel Configuration File System...
[    3.550267] systemd[1]: Starting Remount Root and Kernel File Systems...
[    3.551678] systemd[1]: Starting Apply Kernel Variables...
[    3.552690] systemd[1]: Starting udev Coldplug all Devices...
[    3.554240] systemd[1]: Mounted Huge Pages File System.
[    3.554385] systemd[1]: Mounted POSIX Message Queue File System.
[    3.554512] systemd[1]: Mounted Kernel Debug File System.
[    3.554648] systemd[1]: Mounted Kernel Configuration File System.
[    3.561644] systemd[1]: Mounted Kernel Trace File System.
[    3.561729] systemd[1]: Mounted Temporary Directory (/tmp).
[    3.571193] EXT4-fs (sda4): re-mounted. Opts: (null)
[    3.572213] systemd[1]: Finished Remount Root and Kernel File Systems.
[    3.572380] systemd[1]: Condition check resulted in First Boot Wizard being skipped.
[    3.615067] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[    3.615709] systemd[1]: Starting Load/Save Random Seed...
[    3.616451] systemd[1]: Starting Create System Users...
[    3.616927] systemd[1]: Finished Create list of static device nodes for the current kernel.
[    3.637685] Linux agpgart interface v0.103
[    3.706306] systemd[1]: modprobe@drm.service: Succeeded.
[    3.706637] systemd[1]: Finished Load Kernel Module drm.
[    3.748189] systemd[1]: Finished Apply Kernel Variables.
[    3.773000] random: lvm: uninitialized urandom read (4 bytes read)
[    3.774968] systemd[1]: Started LVM2 metadata daemon.
[    3.828153] systemd[1]: Started Journal Service.
[    3.828243] audit: type=1130 audit(1590539483.826:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.843256] audit: type=1130 audit(1590539483.839:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    3.920504] systemd-journald[267]: Received client request to flush runtime journal.
[    4.095717] random: crng init done
[    4.156976] audit: type=1130 audit(1590539484.153:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysusers comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    4.222957] audit: type=1130 audit(1590539484.223:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    4.474457] audit: type=1130 audit(1590539484.473:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    4.475820] audit: type=1334 audit(1590539484.473:7): prog-id=5 op=LOAD
[    4.476003] audit: type=1334 audit(1590539484.473:8): prog-id=6 op=LOAD
[    6.849642] audit: type=1130 audit(1590539486.846:9): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.192380] input: PC Speaker as /devices/platform/pcspkr/input/input2
[    7.209134] audit: type=1130 audit(1590539487.206:10): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    7.317782] ACPI Warning: SystemIO range 0x0000000000001828-0x000000000000182F conflicts with OpRegion 0x0000000000001800-0x000000000000187F (\PMIO) (20200110/utaddress-204)
[    7.317786] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    7.317788] ACPI Warning: SystemIO range 0x0000000000001C40-0x0000000000001C4F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20200110/utaddress-204)
[    7.317789] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    7.317790] ACPI Warning: SystemIO range 0x0000000000001C30-0x0000000000001C3F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C3F (\GPRL) (20200110/utaddress-204)
[    7.317791] ACPI Warning: SystemIO range 0x0000000000001C30-0x0000000000001C3F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20200110/utaddress-204)
[    7.317793] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    7.317793] ACPI Warning: SystemIO range 0x0000000000001C00-0x0000000000001C2F conflicts with OpRegion 0x0000000000001C00-0x0000000000001C3F (\GPRL) (20200110/utaddress-204)
[    7.317795] ACPI Warning: SystemIO range 0x0000000000001C00-0x0000000000001C2F conflicts with OpRegion 0x0000000000001C00-0x0000000000001FFF (\GPR) (20200110/utaddress-204)
[    7.317796] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    7.317796] lpc_ich: Resource conflict(s) found affecting gpio_ich
[    7.362309] i801_smbus 0000:00:1f.3: enabling device (0001 -> 0003)
[    7.362456] i801_smbus 0000:00:1f.3: SPD Write Disable is set
[    7.362967] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[    7.537937] hid: raw HID events driver (C) Jiri Kosina
[    7.587897] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
[    7.587899] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    7.587899] RAPL PMU: hw unit of domain package 2^-14 Joules
[    7.587900] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    7.587901] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    7.613205] r8169 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
[    7.620180] usbcore: registered new interface driver usbhid
[    7.620181] usbhid: USB HID core driver
[    7.627151] snd_hda_intel 0000:00:03.0: enabling device (0000 -> 0002)
[    7.629747] libphy: r8169: probed
[    7.629937] r8169 0000:03:00.0 eth0: RTL8168g/8111g, 1c:1b:0d:23:21:c1, XID 4c0, IRQ 30
[    7.629939] r8169 0000:03:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    7.630050] snd_hda_intel 0000:00:1b.0: enabling device (0000 -> 0002)
[    7.630376] snd_hda_intel 0000:01:00.1: Disabling MSI
[    7.630383] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
[    7.672029] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card2/input3
[    7.672083] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card2/input4
[    7.672132] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card2/input5
[    7.672181] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card2/input6
[    7.682895] intel-spi intel-spi: mx25l3205d (4096 Kbytes)
[    7.683976] cryptd: max_cpu_qlen set to 1000
[    7.691821] Creating 1 MTD partitions on "intel-spi":
[    7.691828] 0x000000000000-0x000000400000 : "BIOS"
[    7.714558] iTCO_vendor_support: vendor-support=0
[    7.723034] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[    7.723088] iTCO_wdt: unable to reset NO_REBOOT flag, device disabled by hardware/BIOS
[    7.732729] AVX2 version of gcm_enc/dec engaged.
[    7.732730] AES CTR mode by8 optimization enabled
[    7.752042] input: Gaming KB Gaming KB as /devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.0/0003:04F3:152E.0001/input/input7
[    7.752116] hid-generic 0003:04F3:152E.0001: input,hidraw0: USB HID v1.11 Keyboard [Gaming KB Gaming KB] on usb-0000:00:14.0-2/input0
[    7.753218] input: Gaming KB Gaming KB Consumer Control as /devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.1/0003:04F3:152E.0002/input/input8
[    7.753312] input: Gaming KB Gaming KB System Control as /devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.1/0003:04F3:152E.0002/input/input9
[    7.753397] input: Gaming KB Gaming KB Keyboard as /devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.1/0003:04F3:152E.0002/input/input10
[    7.753478] input: Gaming KB Gaming KB as /devices/pci0000:00/0000:00:14.0/usb2/2-2/2-2:1.1/0003:04F3:152E.0002/input/input11
[    7.753602] hid-generic 0003:04F3:152E.0002: input,hiddev0,hidraw1: USB HID v1.11 Keyboard [Gaming KB Gaming KB] on usb-0000:00:14.0-2/input1
[    7.753780] input: USB OPTICAL MOUSE  as /devices/pci0000:00/0000:00:14.0/usb2/2-7/2-7:1.0/0003:275D:0BA6.0003/input/input12
[    7.753869] hid-generic 0003:275D:0BA6.0003: input,hidraw2: USB HID v1.11 Mouse [USB OPTICAL MOUSE ] on usb-0000:00:14.0-7/input0
[    7.802593] snd_hda_codec_realtek hdaudioC1D2: autoconfig for ALC887-VD: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
[    7.802595] snd_hda_codec_realtek hdaudioC1D2:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    7.802596] snd_hda_codec_realtek hdaudioC1D2:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[    7.802596] snd_hda_codec_realtek hdaudioC1D2:    mono: mono_out=0x0
[    7.802597] snd_hda_codec_realtek hdaudioC1D2:    inputs:
[    7.802598] snd_hda_codec_realtek hdaudioC1D2:      Rear Mic=0x18
[    7.802599] snd_hda_codec_realtek hdaudioC1D2:      Front Mic=0x19
[    7.802599] snd_hda_codec_realtek hdaudioC1D2:      Line=0x1a
[    7.802600] snd_hda_codec_realtek hdaudioC1D2:      CD=0x1c
[    7.816894] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card1/input13
[    7.816949] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input14
[    7.816999] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input15
[    7.817050] input: HDA Intel PCH Line as /devices/pci0000:00/0000:00:1b.0/sound/card1/input16
[    7.817095] input: HDA Intel PCH Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card1/input17
[    7.899233] i915 0000:00:02.0: enabling device (0006 -> 0007)
[    7.899397] [drm] PipeC fused off
[    7.899407] checking generic (f1000000 300000) vs hw (f7400000 400000)
[    7.899407] checking generic (f1000000 300000) vs hw (d0000000 10000000)
[    7.899957] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    7.899958] [drm] Driver supports precise vblank timestamp query.
[    7.900140] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=mem
[    7.902634] [drm] Initialized i915 1.6.0 20200114 for 0000:00:02.0 on minor 0
[    7.903856] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    7.904138] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input18
[    7.904253] snd_hda_intel 0000:00:03.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    7.914896] i915 0000:00:02.0: [drm] Cannot find any crtc or sizes
[    7.916270] i915 0000:00:02.0: [drm] Cannot find any crtc or sizes
[    7.921021] input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input19
[    7.921069] input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input20
[    7.921108] input: HDA Intel HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card0/input21
[    7.921148] input: HDA Intel HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.0/sound/card0/input22
[    7.921187] input: HDA Intel HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:03.0/sound/card0/input23
[    8.018582] nvidia: loading out-of-tree module taints kernel.
[    8.018591] nvidia: module license 'NVIDIA' taints kernel.
[    8.018592] Disabling lock debugging due to kernel taint
[    8.026188] nvidia: module verification failed: signature and/or required key missing - tainting kernel
[    8.032153] nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=io+mem
[    8.032555] [drm] Initialized nvidia-drm 0.0.0 20150116 for 0000:01:00.0 on minor 1
[    8.032563] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  340.108  Wed Dec 11 11:06:58 PST 2019
[    8.111617] mousedev: PS/2 mouse device common for all mice
[    8.164306] r8169 0000:03:00.0 enp3s0: renamed from eth0
[    8.424725] intel_rapl_common: Found RAPL domain package
[    8.424728] intel_rapl_common: Found RAPL domain core
[    8.424729] intel_rapl_common: Found RAPL domain uncore
[    8.424730] intel_rapl_common: Found RAPL domain dram
[    8.680174] audit: type=1130 audit(1590539488.676:11): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    8.894378] audit: type=1130 audit(1590539488.893:12): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-4195\x2d54B6 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    9.164762] audit: type=1130 audit(1590539489.163:13): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    9.191094] audit: type=1127 audit(1590539489.189:14): pid=411 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
[    9.213835] audit: type=1130 audit(1590539489.209:15): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    9.334091] audit: type=1130 audit(1590539489.333:16): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-catalog-update comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    9.694240] audit: type=1130 audit(1590539489.693:17): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ldconfig comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[    9.719802] audit: type=1130 audit(1590539489.716:18): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-done comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   11.523690] Generic FE-GE Realtek PHY r8169-300:00: attached PHY driver [Generic FE-GE Realtek PHY] (mii_bus:phy_addr=r8169-300:00, irq=IGNORE)
[   11.645025] r8169 0000:03:00.0 enp3s0: Link is Down
[   11.854808] kauditd_printk_skb: 14 callbacks suppressed
[   11.854812] audit: type=1130 audit(1590539491.853:33): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=polkit comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   11.858520] audit: type=1130 audit(1590539491.856:34): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=accounts-daemon comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   12.035785] audit: type=1131 audit(1590539492.033:35): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lightdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[   12.222385] audit: type=1130 audit(1590539492.223:36): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lightdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   12.222474] audit: type=1131 audit(1590539492.223:37): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lightdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   12.239346] audit: type=1130 audit(1590539492.236:38): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lightdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   12.244182] audit: type=1131 audit(1590539492.243:39): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lightdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[   12.472266] audit: type=1130 audit(1590539492.473:40): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lightdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   12.472278] audit: type=1131 audit(1590539492.473:41): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lightdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   12.489524] audit: type=1130 audit(1590539492.486:42): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lightdm comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   13.999807] r8169 0000:03:00.0 enp3s0: Link is Up - 100Mbps/Full - flow control rx/tx
[   13.999815] IPv6: ADDRCONF(NETDEV_CHANGE): enp3s0: link becomes ready
[   22.019564] kauditd_printk_skb: 11 callbacks suppressed
[   22.019567] audit: type=1131 audit(1590539502.016:54): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=NetworkManager-dispatcher comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   22.179229] audit: type=1130 audit(1590539502.176:55): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   26.968458] audit: type=1100 audit(1590539506.966:56): pid=482 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_securetty,pam_tally2,pam_shells,pam_unix,pam_permit acct="mrw01f" exe="/usr/bin/login" hostname=warmachine addr=? terminal=tty2 res=success'
[   27.008870] audit: type=1101 audit(1590539507.009:57): pid=482 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_tally2,pam_access,pam_unix,pam_permit,pam_time acct="mrw01f" exe="/usr/bin/login" hostname=warmachine addr=? terminal=tty2 res=success'
[   27.019172] audit: type=1103 audit(1590539507.016:58): pid=482 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_tally2,pam_shells,pam_unix,pam_permit acct="mrw01f" exe="/usr/bin/login" hostname=warmachine addr=? terminal=tty2 res=success'
[   27.019280] audit: type=1006 audit(1590539507.016:59): pid=482 uid=0 old-auid=4294967295 auid=1000 tty=tty2 old-ses=4294967295 ses=1 res=1
[   27.138753] audit: type=1130 audit(1590539507.136: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'
[   27.144632] audit: type=1101 audit(1590539507.143:61): pid=484 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_tally2,pam_access,pam_unix,pam_permit,pam_time acct="mrw01f" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   27.144683] audit: type=1103 audit(1590539507.143:62): pid=484 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="mrw01f" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[   27.144750] audit: type=1006 audit(1590539507.143:63): pid=484 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=2 res=1
[   27.145474] audit: type=1105 audit(1590539507.143:64): pid=484 uid=0 auid=1000 ses=2 msg='op=PAM:session_open grantors=pam_loginuid,pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="mrw01f" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   27.153255] audit: type=1334 audit(1590539507.149:65): prog-id=11 op=LOAD
[   27.153258] audit: type=1334 audit(1590539507.149:66): prog-id=11 op=UNLOAD
[   27.361194] audit: type=1130 audit(1590539507.359:67): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@1000 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   27.368487] audit: type=1105 audit(1590539507.366:68): pid=482 uid=0 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_loginuid,pam_keyinit,pam_limits,pam_unix,pam_permit,pam_mail,pam_systemd,pam_env acct="mrw01f" exe="/usr/bin/login" hostname=warmachine addr=? terminal=tty2 res=success'
[   27.368604] audit: type=1110 audit(1590539507.366:69): pid=482 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_securetty,pam_tally2,pam_shells,pam_unix,pam_permit acct="mrw01f" exe="/usr/bin/login" hostname=warmachine addr=? terminal=tty2 res=success'
[   34.766715] audit: type=1101 audit(1590539514.763:70): pid=498 uid=1000 auid=1000 ses=1 msg='op=PAM:accounting grantors=pam_unix,pam_permit,pam_time acct="mrw01f" exe="/usr/bin/sudo" hostname=warmachine addr=? terminal=/dev/tty2 res=success'
[   34.767194] audit: type=1110 audit(1590539514.763:71): pid=498 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=warmachine addr=? terminal=/dev/tty2 res=success'
[   34.771094] audit: type=1105 audit(1590539514.769:72): pid=498 uid=0 auid=1000 ses=1 msg='op=PAM:session_open grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=warmachine addr=? terminal=/dev/tty2 res=success'
[   34.801017] audit: type=1130 audit(1590539514.799:73): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sshd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   34.802667] audit: type=1106 audit(1590539514.799:74): pid=498 uid=0 auid=1000 ses=1 msg='op=PAM:session_close grantors=pam_limits,pam_unix,pam_permit acct="root" exe="/usr/bin/sudo" hostname=warmachine addr=? terminal=/dev/tty2 res=success'
[   34.802765] audit: type=1104 audit(1590539514.799:75): pid=498 uid=0 auid=1000 ses=1 msg='op=PAM:setcred grantors=pam_unix,pam_permit,pam_env acct="root" exe="/usr/bin/sudo" hostname=warmachine addr=? terminal=/dev/tty2 res=success'
[   40.909953] audit: type=1131 audit(1590539520.906:76): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[   41.024071] audit: type=1334 audit(1590539521.023:77): prog-id=10 op=UNLOAD
[   41.024077] audit: type=1334 audit(1590539521.023:78): prog-id=9 op=UNLOAD
[   49.370253] audit: type=1100 audit(1590539529.366:79): pid=506 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_tally2,pam_shells,pam_unix,pam_permit acct="mrw01f" exe="/usr/bin/sshd" hostname=192.168.2.6 addr=192.168.2.6 terminal=ssh res=success'
[   49.416929] audit: type=1101 audit(1590539529.416:80): pid=506 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_tally2,pam_access,pam_unix,pam_permit,pam_time acct="mrw01f" exe="/usr/bin/sshd" hostname=192.168.2.6 addr=192.168.2.6 terminal=ssh res=success'
[   49.418903] audit: type=1103 audit(1590539529.416:81): pid=506 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_tally2,pam_shells,pam_unix,pam_permit acct="mrw01f" exe="/usr/bin/sshd" hostname=192.168.2.6 addr=192.168.2.6 terminal=ssh res=success'
[   49.419074] audit: type=1006 audit(1590539529.416:82): pid=506 uid=0 old-auid=4294967295 auid=1000 tty=(none) old-ses=4294967295 ses=3 res=1
[   49.432111] audit: type=1105 audit(1590539529.429:83): pid=506 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="mrw01f" exe="/usr/bin/sshd" hostname=192.168.2.6 addr=192.168.2.6 terminal=ssh res=success'
[   49.433874] audit: type=1103 audit(1590539529.429:84): pid=508 uid=0 auid=1000 ses=3 msg='op=PAM:setcred grantors=pam_tally2,pam_shells,pam_unix,pam_permit acct="mrw01f" exe="/usr/bin/sshd" hostname=192.168.2.6 addr=192.168.2.6 terminal=ssh res=success'

Offline

#21 2020-05-27 02:40:31

loqs
Member
Registered: 2014-03-06
Posts: 17,425

Re: Lightdm failed to start (Result: exit-code)

Xorg.0.log still shows xorg.conf being used:

[   657.683] (==) Using config file: "/etc/X11/xorg.conf"

Did you forget

# mv /etc/X11/xorg.conf /etc/X11/xorg.conf.bak

Offline

#22 2020-05-27 05:16:29

seth
Member
Registered: 2012-09-03
Posts: 51,608

Re: Lightdm failed to start (Result: exit-code)

Since the kernel module is loaded, also try "nvidia-smi" in order to see whether it can control the chip.

Offline

#23 2020-05-28 02:11:06

mrw01f
Member
Registered: 2020-04-25
Posts: 28

Re: Lightdm failed to start (Result: exit-code)

loqs wrote:

Xorg.0.log still shows xorg.conf being used:

[   657.683] (==) Using config file: "/etc/X11/xorg.conf"

Did you forget

# mv /etc/X11/xorg.conf /etc/X11/xorg.conf.bak

i removed it. before doing that. should i try again?

Last edited by mrw01f (2020-05-28 02:11:24)

Offline

#24 2020-05-28 02:13:07

mrw01f
Member
Registered: 2020-04-25
Posts: 28

Re: Lightdm failed to start (Result: exit-code)

seth wrote:

Since the kernel module is loaded, also try "nvidia-smi" in order to see whether it can control the chip.

nvidia-smi
Thu May 28 02:12:13 2020       
+------------------------------------------------------+                       
| NVIDIA-SMI 340.108    Driver Version: 340.108        |                       
|-------------------------------+----------------------+----------------------+
| GPU  Name        Persistence-M| Bus-Id        Disp.A | Volatile Uncorr. ECC |
| Fan  Temp  Perf  Pwr:Usage/Cap|         Memory-Usage | GPU-Util  Compute M. |
|===============================+======================+======================|
|   0  GeForce 210         Off  | 0000:01:00.0     N/A |                  N/A |
| 35%   47C    P0    N/A /  N/A |      2MiB /  1023MiB |     N/A      Default |
+-------------------------------+----------------------+----------------------+
                                                                               
+-----------------------------------------------------------------------------+
| Compute processes:                                               GPU Memory |
|  GPU       PID  Process name                                     Usage      |
|=============================================================================|
|    0            Not Supported                                               |
+-----------------------------------------------------------------------------+

Offline

#25 2020-05-28 06:02:40

seth
Member
Registered: 2012-09-03
Posts: 51,608

Re: Lightdm failed to start (Result: exit-code)

So the kernel module works - can you please post the xorg log where the xorg.conf is removed?

Assuming the 340xx driver still works with the present Xorg versions, nvidia-xconfig *cannot* create a functional config for an optimus setup.
https://bbs.archlinux.org/viewtopic.php … 4#p1906934

Offline

Board footer

Powered by FluxBB