You are not logged in.

#1 2020-12-14 10:55:17

jeromeBdt
Member
Registered: 2020-12-03
Posts: 22

stock with nvidia and xorg[SOLVED]

Hello,

Here is my machine specs:
Linux 5.4.81-1-lts
AMD Ryzen 7
GPU GTX 1650
nvidia GEFORCE GTX
amd Radeon graphics

VGA cards wrote:

NVIDIA Corporation TU117M (rev a1)
Subsystem: Lenovo device 3a45
kernel driver in use: nvidia

Advanced micro devices, inc, [AMD/ATI] Renoir (rev c6)
Subsystem: Lenovo device 3a45
kernel modules: amdgpu


i am trying for days/weeks to start xfce but i can not find out  (i am new to Arch)...

i did install

// i did install
pacman -S xorg-server xorg xorg-apps xorg-xinit xterm
pacman -S xf86-video-amdgpu video-ati mesa nvidia-lts nvidia-dkms acpid xorg-font-misc 
// most of my config
-------create /etc/modeprobe.d/amdgpu.conf--------
options... si-support=1
options... cik-support=1

-------create /etc/modeprobe.d/radeon.conf------
blacklist radeon
options...  si-support=0
options.... cik-support=0

-----/etc/mkinitcpio.conf------
MODULES=(AMDGPU, RADEON)

------/proc/config.gz----------- (that was already setted up)
CONFIG_DRM_AMDGPU_SI=y
CONFIG_DRM_AMDGPU_SI=y

// I did enable the locale.conf and local.gen

mkinitcpio -p linux-lts
pacman -Syu // at this time i choiced xorg-xwayland

My problem is i can not print out the "Xorg.0.log" for you to see as i just have access to the terminal.
After

startxfce4

The server report an error(1), and Xorg.0.log print out:

"nouveau, nv, fbdev, vesa does not exist" 
// then all radeon modules load properly
// then 
(EE)screen 0 deleted because no matching config section. 
(EE)Device(s) detected but none match those in the config file. 
(EE) no screen found

So i did nvidia-xconfig. i confuse as i read in many post that i should not... But the previous log said that i don't have any config section.
With the xorg.conf (i didn t modify any config) the server start but freeze, as all devices are attached to the keyboard and finally can not be found.

If start Xserver only (with startx), the server's behaviour and the Xorg.0.log are same in both case.

I really don t know what to do more.... If someone have an idea, it will be nice. Thank you.

Last edited by jeromeBdt (2020-12-15 07:42:30)

Offline

#2 2020-12-14 11:04:22

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,353

Re: stock with nvidia and xorg[SOLVED]

Remove the nvidia-xconfig generated configuration. Use the current rather than the LTS kernel a lot of amdgpu improvements there (where does the notion come from that people seem to tend to gravitate towards the LTS kernel by default? What tutorial is advertising this?) .

Install nvidia-prime and run applications you want to run on the nvidia card with prime-run $application

Should that not help post a complete journal of a freezing xorg start with

sudo journalctl -b

as well as the xorg log:  https://wiki.archlinux.org/index.php/Li … in_clients

Offline

#3 2020-12-14 11:38:21

jeromeBdt
Member
Registered: 2020-12-03
Posts: 22

Re: stock with nvidia and xorg[SOLVED]

I thought Linux-lts was better for me, as it's more stable, and i am not an expert of Linux (for me Arch is a big step already)...

ok i removed nvidia-xconfig,

see the Xorg.0.log at this point

 [    17.095] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[    17.096] 
X.Org X Server 1.20.10
X Protocol Version 11, Revision 0
[    17.096] Build Operating System: Linux Arch Linux
[    17.096] Current Operating System: Linux thearch 5.4.83-1-lts #1 SMP Sat, 12 Dec 2020 14:36:47 +0000 x86_64
[    17.096] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-lts root=UUID=06ca5bd5-2827-4ad6-9fc7-61e7d71494de rw loglevel=3 quiet
[    17.096] Build Date: 10 December 2020  12:04:42PM
[    17.096]  
[    17.096] Current version of pixman: 0.40.0
[    17.096] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    17.096] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    17.096] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Dec 14 17:12:55 2020
[    17.098] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    17.098] (==) No Layout section.  Using the first Screen section.
[    17.098] (==) No screen section available. Using defaults.
[    17.098] (**) |-->Screen "Default Screen Section" (0)
[    17.098] (**) |   |-->Monitor "<default monitor>"
[    17.098] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    17.098] (==) Automatically adding devices
[    17.098] (==) Automatically enabling devices
[    17.098] (==) Automatically adding GPU devices
[    17.098] (==) Automatically binding GPU devices
[    17.098] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    17.100] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    17.100] 	Entry deleted from font path.
[    17.102] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[    17.102] (==) ModulePath set to "/usr/lib/xorg/modules"
[    17.102] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    17.102] (II) Module ABI versions:
[    17.102] 	X.Org ANSI C Emulation: 0.4
[    17.102] 	X.Org Video Driver: 24.1
[    17.102] 	X.Org XInput driver : 24.1
[    17.102] 	X.Org Server Extension : 10.0
[    17.103] (++) using VT number 1

[    17.103] (--) controlling tty is VT number 1, auto-enabling KeepTty
[    17.105] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[    17.105] (II) xfree86: Adding drm device (/dev/dri/card0)
[    17.106] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[    17.107] (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
[    17.108] (--) PCI: (1@0:0:0) 10de:1f99:17aa:3a45 rev 161, Mem @ 0xd0000000/16777216, 0xfcc0000000/268435456, 0xfcd0000000/33554432, I/O @ 0x00003000/128, BIOS @ 0x????????/524288
[    17.108] (--) PCI:*(5@0:0:0) 1002:1636:17aa:3a45 rev 198, Mem @ 0xfce0000000/268435456, 0xfcf0000000/2097152, 0xd1700000/524288, I/O @ 0x00001000/256
[    17.108] (II) Open ACPI successful (/var/run/acpid.socket)
[    17.108] (II) LoadModule: "glx"
[    17.109] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    17.114] (II) Module glx: vendor="X.Org Foundation"
[    17.114] 	compiled for 1.20.10, module version = 1.0.0
[    17.114] 	ABI class: X.Org Server Extension, version 10.0
[    17.114] (II) Applying OutputClass "nvidia" to /dev/dri/card0
[    17.114] 	loading driver: nvidia
[    17.114] (==) Matched nvidia as autoconfigured driver 0
[    17.114] (==) Matched nouveau as autoconfigured driver 1
[    17.114] (==) Matched nv as autoconfigured driver 2
[    17.114] (==) Matched ati as autoconfigured driver 3
[    17.114] (==) Matched modesetting as autoconfigured driver 4
[    17.114] (==) Matched fbdev as autoconfigured driver 5
[    17.114] (==) Matched vesa as autoconfigured driver 6
[    17.114] (==) Assigned the driver to the xf86ConfigLayout
[    17.114] (II) LoadModule: "nvidia"
[    17.114] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
[    17.117] (II) Module nvidia: vendor="NVIDIA Corporation"
[    17.117] 	compiled for 1.6.99.901, module version = 1.0.0
[    17.117] 	Module class: X.Org Video Driver
[    17.117] (II) LoadModule: "nouveau"
[    17.118] (WW) Warning, couldn't open module nouveau
[    17.118] (EE) Failed to load module "nouveau" (module does not exist, 0)
[    17.118] (II) LoadModule: "nv"
[    17.118] (WW) Warning, couldn't open module nv
[    17.118] (EE) Failed to load module "nv" (module does not exist, 0)
[    17.118] (II) LoadModule: "ati"
[    17.118] (II) Loading /usr/lib/xorg/modules/drivers/ati_drv.so
[    17.118] (II) Module ati: vendor="X.Org Foundation"
[    17.118] 	compiled for 1.20.8, module version = 19.1.0
[    17.118] 	Module class: X.Org Video Driver
[    17.118] 	ABI class: X.Org Video Driver, version 24.1
[    17.118] (II) LoadModule: "radeon"
[    17.118] (II) Loading /usr/lib/xorg/modules/drivers/radeon_drv.so
[    17.121] (II) Module radeon: vendor="X.Org Foundation"
[    17.121] 	compiled for 1.20.8, module version = 19.1.0
[    17.121] 	Module class: X.Org Video Driver
[    17.121] 	ABI class: X.Org Video Driver, version 24.1
[    17.121] (II) LoadModule: "modesetting"
[    17.121] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    17.121] (II) Module modesetting: vendor="X.Org Foundation"
[    17.121] 	compiled for 1.20.10, module version = 1.20.10
[    17.121] 	Module class: X.Org Video Driver
[    17.121] 	ABI class: X.Org Video Driver, version 24.1
[    17.121] (II) LoadModule: "fbdev"
[    17.121] (WW) Warning, couldn't open module fbdev
[    17.121] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    17.121] (II) LoadModule: "vesa"
[    17.121] (WW) Warning, couldn't open module vesa
[    17.121] (EE) Failed to load module "vesa" (module does not exist, 0)
[    17.122] (II) NVIDIA dlloader X Driver  455.45.01  Thu Nov  5 23:01:05 UTC 2020
[    17.122] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
[    17.122] (II) RADEON: Driver for ATI/AMD Radeon chipsets:
	ATI Radeon Mobility X600 (M24), ATI FireMV 2400,
	ATI Radeon Mobility X300 (M24), ATI FireGL M24 GL,
	ATI Radeon X600 (RV380), ATI FireGL V3200 (RV380),
	ATI Radeon IGP320 (A3), ATI Radeon IGP330/340/350 (A4),
	ATI Radeon 9500, ATI Radeon 9600TX, ATI FireGL Z1, ATI Radeon 9800SE,
	ATI Radeon 9800, ATI FireGL X2, ATI Radeon 9600, ATI Radeon 9600SE,
	ATI Radeon 9600XT, ATI FireGL T2, ATI Radeon 9650, ATI FireGL RV360,
	ATI Radeon 7000 IGP (A4+), ATI Radeon 8500 AIW,
	ATI Radeon IGP320M (U1), ATI Radeon IGP330M/340M/350M (U2),
	ATI Radeon Mobility 7000 IGP, ATI Radeon 9000/PRO, ATI Radeon 9000,
	ATI Radeon X800 (R420), ATI Radeon X800PRO (R420),
	ATI Radeon X800SE (R420), ATI FireGL X3 (R420),
	ATI Radeon Mobility 9800 (M18), ATI Radeon X800 SE (R420),
	ATI Radeon X800XT (R420), ATI Radeon X800 VE (R420),
	ATI Radeon X850 (R480), ATI Radeon X850 XT (R480),
	ATI Radeon X850 SE (R480), ATI Radeon X850 PRO (R480),
	ATI Radeon X850 XT PE (R480), ATI Radeon Mobility M7,
	ATI Mobility FireGL 7800 M7, ATI Radeon Mobility M6,
	ATI FireGL Mobility 9000 (M9), ATI Radeon Mobility 9000 (M9),
	ATI Radeon 9700 Pro, ATI Radeon 9700/9500Pro, ATI FireGL X1,
	ATI Radeon 9800PRO, ATI Radeon 9800XT,
	ATI Radeon Mobility 9600/9700 (M10/M11),
	ATI Radeon Mobility 9600 (M10), ATI Radeon Mobility 9600 (M11),
	ATI FireGL Mobility T2 (M10), ATI FireGL Mobility T2e (M11),
	ATI Radeon, ATI FireGL 8700/8800, ATI Radeon 8500, ATI Radeon 9100,
	ATI Radeon 7500, ATI Radeon VE/7000, ATI ES1000,
	ATI Radeon Mobility X300 (M22), ATI Radeon Mobility X600 SE (M24C),
	ATI FireGL M22 GL, ATI Radeon X800 (R423), ATI Radeon X800PRO (R423),
	ATI Radeon X800LE (R423), ATI Radeon X800SE (R423),
	ATI Radeon X800 XTP (R430), ATI Radeon X800 XL (R430),
	ATI Radeon X800 SE (R430), ATI Radeon X800 (R430),
	ATI FireGL V7100 (R423), ATI FireGL V5100 (R423),
	ATI FireGL unknown (R423), ATI Mobility FireGL V5000 (M26),
	ATI Mobility Radeon X700 XL (M26), ATI Mobility Radeon X700 (M26),
	ATI Radeon X550XTX, ATI Radeon 9100 IGP (A5),
	ATI Radeon Mobility 9100 IGP (U3), ATI Radeon XPRESS 200,
	ATI Radeon XPRESS 200M, ATI Radeon 9250, ATI Radeon 9200,
	ATI Radeon 9200SE, ATI FireMV 2200, ATI Radeon X300 (RV370),
	ATI Radeon X600 (RV370), ATI Radeon X550 (RV370),
	ATI FireGL V3100 (RV370), ATI FireMV 2200 PCIE (RV370),
	ATI Radeon Mobility 9200 (M9+), ATI Mobility Radeon X800 XT (M28),
	ATI Mobility FireGL V5100 (M28), ATI Mobility Radeon X800 (M28),
	ATI Radeon X850, ATI unknown Radeon / FireGL (R480),
	ATI Radeon X800XT (R423), ATI FireGL V5000 (RV410),
	ATI Radeon X700 XT (RV410), ATI Radeon X700 PRO (RV410),
	ATI Radeon X700 SE (RV410), ATI Radeon X700 (RV410),
	ATI Radeon X1800, ATI Mobility Radeon X1800 XT,
	ATI Mobility Radeon X1800, ATI Mobility FireGL V7200,
	ATI FireGL V7200, ATI FireGL V5300, ATI Mobility FireGL V7100,
	ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
	ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
	ATI Mobility Radeon X1400, ATI Radeon X1550 64-bit,
	ATI Mobility Radeon X1300, ATI Radeon X1300, ATI FireGL V3300,
	ATI FireGL V3350, ATI Mobility Radeon X1450,
	ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
	ATI FireMV 2250, ATI Radeon X1650, ATI Mobility FireGL V5200,
	ATI Mobility Radeon X1600, ATI Radeon X1300 XT/X1600 Pro,
	ATI FireGL V3400, ATI Mobility FireGL V5250,
	ATI Mobility Radeon X1700, ATI Mobility Radeon X1700 XT,
	ATI FireGL V5200, ATI Radeon X2300HD, ATI Mobility Radeon HD 2300,
	ATI Radeon X1950, ATI Radeon X1900, ATI AMD Stream Processor,
	ATI RV560, ATI Mobility Radeon X1900, ATI Radeon X1950 GT, ATI RV570,
	ATI FireGL V7400, ATI Radeon 9100 PRO IGP,
	ATI Radeon Mobility 9200 IGP, ATI Radeon X1200, ATI RS740,
	ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro,
	ATI Radeon HD 2900 GT, ATI FireGL V8650, ATI FireGL V8600,
	ATI FireGL V7600, ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
	ATI Radeon HD 4850 x2, ATI FirePro V8750 (FireGL),
	ATI FirePro V7760 (FireGL), ATI Mobility RADEON HD 4850,
	ATI Mobility RADEON HD 4850 X2, ATI FirePro RV770,
	AMD FireStream 9270, AMD FireStream 9250, ATI FirePro V8700 (FireGL),
	ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
	ATI FirePro M7750, ATI M98, ATI Mobility Radeon HD 4650,
	ATI Radeon RV730 (AGP), ATI Mobility Radeon HD 4670,
	ATI FirePro M5750, ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
	ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
	ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
	ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
	ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
	ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI RV610,
	ATI Radeon HD 2400 XT, ATI Radeon HD 2400 Pro,
	ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000, ATI Radeon HD 2350,
	ATI Mobility Radeon HD 2400 XT, ATI Mobility Radeon HD 2400,
	ATI RADEON E2400, ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
	ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
	ATI Mobility Radeon HD 3850 X2, ATI Mobility Radeon HD 3870,
	ATI Mobility Radeon HD 3870 X2, ATI Radeon HD3870 X2,
	ATI FireGL V7700, ATI Radeon HD3690, AMD Firestream 9170,
	ATI Radeon HD 4550, ATI Radeon RV710, ATI Radeon HD 4350,
	ATI Mobility Radeon 4300 Series, ATI Mobility Radeon 4500 Series,
	ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
	ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
	ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
	ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
	ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
	ATI FireGL V3600, ATI Radeon HD 2600 LE,
	ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
	ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
	ATI Radeon HD 3450, ATI Radeon HD 3430, ATI FirePro V3700,
	ATI FireMV 2450, ATI Radeon HD 3600 Series, ATI Radeon HD 3650 AGP,
	ATI Radeon HD 3600 PRO, ATI Radeon HD 3600 XT,
	ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
	ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
	ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
	ATI Radeon HD 3300 Graphics, ATI Radeon 3000 Graphics, SUMO, SUMO2,
	ATI Radeon HD 4200, ATI Radeon 4100, ATI Mobility Radeon HD 4200,
	ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
	AMD Radeon HD 6310 Graphics, AMD Radeon HD 6250 Graphics,
	AMD Radeon HD 6300 Series Graphics,
	AMD Radeon HD 6200 Series Graphics, PALM, CYPRESS,
	ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
	AMD Firestream 9350, ATI Radeon HD 5800 Series,
	ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
	ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
	ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
	ATI Radeon HD 5670, ATI Radeon HD 5570, ATI Radeon HD 5500 Series,
	REDWOOD, ATI Mobility Radeon Graphics, CEDAR, ATI FirePro 2270,
	ATI Radeon HD 5450, CAYMAN, AMD Radeon HD 6900 Series,
	AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series, BARTS,
	AMD Radeon HD 6800 Series, AMD Radeon HD 6700 Series, TURKS, CAICOS,
	ARUBA, TAHITI, PITCAIRN, VERDE, OLAND, HAINAN, BONAIRE, KABINI,
	MULLINS, KAVERI, HAWAII
[    17.123] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    17.123] (WW) Falling back to old probe method for modesetting
[    17.123] (II) systemd-logind: releasing fd for 226:0
[    17.124] (II) Loading sub module "fb"
[    17.124] (II) LoadModule: "fb"
[    17.124] (II) Loading /usr/lib/xorg/modules/libfb.so
[    17.125] (II) Module fb: vendor="X.Org Foundation"
[    17.125] 	compiled for 1.20.10, module version = 1.0.0
[    17.125] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    17.125] (II) Loading sub module "wfb"
[    17.125] (II) LoadModule: "wfb"
[    17.125] (II) Loading /usr/lib/xorg/modules/libwfb.so
[    17.126] (II) Module wfb: vendor="X.Org Foundation"
[    17.126] 	compiled for 1.20.10, module version = 1.0.0
[    17.126] 	ABI class: X.Org ANSI C Emulation, version 0.4
[    17.126] (II) Loading sub module "ramdac"
[    17.126] (II) LoadModule: "ramdac"
[    17.126] (II) Module "ramdac" already built-in
[    17.126] (EE) Screen 0 deleted because of no matching config section.
[    17.126] (II) UnloadModule: "modesetting"
[    17.126] (EE) Device(s) detected, but none match those in the config file.
[    17.126] (EE) 
Fatal server error:
[    17.126] (EE) no screens found(EE) 
[    17.126] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[    17.126] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[    17.126] (EE) 
[    17.130] (EE) Server terminated with error (1). Closing log file.

Here is the journal log

-- Journal begins at Fri 2020-12-04 17:13:53 +07, ends at Mon 2020-12-14 18:10:37 +07. --
Dec 14 17:12:40 thearch kernel: Linux version 5.4.83-1-lts (linux-lts@archlinux) (gcc version 10.2.0 (GCC)) #1 SMP Sat, 12 Dec 2020 14:36:47 +0000
Dec 14 17:12:40 thearch kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-linux-lts root=UUID=06ca5bd5-2827-4ad6-9fc7-61e7d71494de rw loglevel=3 quiet
Dec 14 17:12:40 thearch kernel: KERNEL supported cpus:
Dec 14 17:12:40 thearch kernel:   Intel GenuineIntel
Dec 14 17:12:40 thearch kernel:   AMD AuthenticAMD
Dec 14 17:12:40 thearch kernel:   Hygon HygonGenuine
Dec 14 17:12:40 thearch kernel:   Centaur CentaurHauls
Dec 14 17:12:40 thearch kernel:   zhaoxin   Shanghai  
Dec 14 17:12:40 thearch kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Dec 14 17:12:40 thearch kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Dec 14 17:12:40 thearch kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Dec 14 17:12:40 thearch kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Dec 14 17:12:40 thearch kernel: x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
Dec 14 17:12:40 thearch kernel: BIOS-provided physical RAM map:
Dec 14 17:12:40 thearch kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable
Dec 14 17:12:40 thearch kernel: BIOS-e820: [mem 0x000000000009f000-0x00000000000bffff] reserved
Dec 14 17:12:40 thearch kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000009afffff] usable
Dec 14 17:12:40 thearch kernel: BIOS-e820: [mem 0x0000000009b00000-0x0000000009dfffff] reserved
Dec 14 17:12:40 thearch kernel: BIOS-e820: [mem 0x0000000009e00000-0x0000000009efffff] usable
Dec 14 17:12:40 thearch kernel: BIOS-e820: [mem 0x0000000009f00000-0x0000000009f0cfff] ACPI NVS
Dec 14 17:12:40 thearch kernel: BIOS-e820: [mem 0x0000000009f0d000-0x00000000bab68fff] usable
Dec 14 17:12:40 thearch kernel: BIOS-e820: [mem 0x00000000bab69000-0x00000000bbd68fff] reserved
Dec 14 17:12:40 thearch kernel: BIOS-e820: [mem 0x00000000bbd69000-0x00000000c9f7efff] usable
Dec 14 17:12:40 thearch kernel: BIOS-e820: [mem 0x00000000c9f7f000-0x00000000caf7efff] type 20
Dec 14 17:12:40 thearch kernel: BIOS-e820: [mem 0x00000000caf7f000-0x00000000ccf7efff] reserved
Dec 14 17:12:40 thearch kernel: BIOS-e820: [mem 0x00000000ccf7f000-0x00000000cdf7efff] ACPI NVS
Dec 14 17:12:40 thearch kernel: BIOS-e820: [mem 0x00000000cdf7f000-0x00000000cdffefff] ACPI data
Dec 14 17:12:40 thearch kernel: BIOS-e820: [mem 0x00000000cdfff000-0x00000000cdffffff] usable
Dec 14 17:12:40 thearch kernel: BIOS-e820: [mem 0x00000000ce000000-0x00000000ceffffff] reserved
Dec 14 17:12:40 thearch kernel: BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
Dec 14 17:12:40 thearch kernel: BIOS-e820: [mem 0x00000000fde00000-0x00000000fdefffff] reserved
Dec 14 17:12:40 thearch kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Dec 14 17:12:40 thearch kernel: BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
Dec 14 17:12:40 thearch kernel: BIOS-e820: [mem 0x00000000fed80000-0x00000000fed80fff] reserved
Dec 14 17:12:40 thearch kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Dec 14 17:12:40 thearch kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000fff1ffff] reserved
Dec 14 17:12:40 thearch kernel: BIOS-e820: [mem 0x0000000100000000-0x000000040f33ffff] usable
Dec 14 17:12:40 thearch kernel: BIOS-e820: [mem 0x000000040f340000-0x000000042fffffff] reserved
Dec 14 17:12:40 thearch kernel: NX (Execute Disable) protection: active
Dec 14 17:12:40 thearch kernel: efi: EFI v2.70 by INSYDE Corp.
Dec 14 17:12:40 thearch kernel: efi:  ACPI=0xcdffe000  ACPI 2.0=0xcdffe014  TPMFinalLog=0xcdedd000  SMBIOS=0xcb70d000  SMBIOS 3.0=0xcb70b000  ESRT=0xb601c298  MEMATTR=0xb5107018 
Dec 14 17:12:40 thearch kernel: SMBIOS 3.2.0 present.
Dec 14 17:12:40 thearch kernel: DMI: LENOVO 82EY/LNVNB161216, BIOS FCCN13WW 06/29/2020
Dec 14 17:12:40 thearch kernel: tsc: Fast TSC calibration using PIT
Dec 14 17:12:40 thearch kernel: tsc: Detected 2894.357 MHz processor
Dec 14 17:12:40 thearch kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Dec 14 17:12:40 thearch kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Dec 14 17:12:40 thearch kernel: last_pfn = 0x40f340 max_arch_pfn = 0x400000000
Dec 14 17:12:40 thearch kernel: MTRR default type: uncachable
Dec 14 17:12:40 thearch kernel: MTRR fixed ranges enabled:
Dec 14 17:12:40 thearch kernel:   00000-9FFFF write-back
Dec 14 17:12:40 thearch kernel:   A0000-BFFFF uncachable
Dec 14 17:12:40 thearch kernel:   C0000-DFFFF write-through
Dec 14 17:12:40 thearch kernel:   E0000-FFFFF uncachable
Dec 14 17:12:40 thearch kernel: MTRR variable ranges enabled:
Dec 14 17:12:40 thearch kernel:   0 base 000000000000 mask FFFF80000000 write-back
Dec 14 17:12:40 thearch kernel:   1 base 000080000000 mask FFFFC0000000 write-back
Dec 14 17:12:40 thearch kernel:   2 base 0000C0000000 mask FFFFF0000000 write-back
Dec 14 17:12:40 thearch kernel:   3 base 0000FF000000 mask FFFFFF000000 write-protect
Dec 14 17:12:40 thearch kernel:   4 disabled
Dec 14 17:12:40 thearch kernel:   5 disabled
Dec 14 17:12:40 thearch kernel:   6 disabled
Dec 14 17:12:40 thearch kernel:   7 disabled
Dec 14 17:12:40 thearch kernel: TOM2: 0000000430000000 aka 17152M
Dec 14 17:12:40 thearch kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Dec 14 17:12:40 thearch kernel: last_pfn = 0xce000 max_arch_pfn = 0x400000000
Dec 14 17:12:40 thearch kernel: esrt: Reserving ESRT space from 0x00000000b601c298 to 0x00000000b601c2f8.
Dec 14 17:12:40 thearch kernel: e820: update [mem 0xb601c000-0xb601cfff] usable ==> reserved
Dec 14 17:12:40 thearch kernel: check: Scanning 1 areas for low memory corruption
Dec 14 17:12:40 thearch kernel: Using GB pages for direct mapping
Dec 14 17:12:40 thearch kernel: Secure boot could not be determined
Dec 14 17:12:40 thearch kernel: RAMDISK: [mem 0x34d81000-0x366b7fff]
Dec 14 17:12:40 thearch kernel: ACPI: Early table checksum verification disabled
Dec 14 17:12:40 thearch kernel: ACPI: RSDP 0x00000000CDFFE014 000024 (v02 LENOVO)
Dec 14 17:12:40 thearch kernel: ACPI: XSDT 0x00000000CDFC2188 00011C (v01 LENOVO CB-01    00000001      01000013)
Dec 14 17:12:40 thearch kernel: ACPI: FACP 0x00000000CDFED000 00010C (v05 LENOVO CB-01    00000001      01000013)
Dec 14 17:12:40 thearch kernel: ACPI: DSDT 0x00000000CDFDA000 00FCD1 (v01 LENOVO CB-01    00000001      01000013)
Dec 14 17:12:40 thearch kernel: ACPI: FACS 0x00000000CDEDA000 000040
Dec 14 17:12:40 thearch kernel: ACPI: UEFI 0x00000000CDF7E000 000236 (v01 LENOVO CB-01    00000001 ACPI 00040000)
Dec 14 17:12:40 thearch kernel: ACPI: SSDT 0x00000000CDFF5000 007216 (v02 LENOVO CB-01    00000001 MSFT 04000000)
Dec 14 17:12:40 thearch kernel: ACPI: IVRS 0x00000000CDFF4000 0001A4 (v02 LENOVO CB-01    00000001 AMD  00000000)
Dec 14 17:12:40 thearch kernel: ACPI: SSDT 0x00000000CDFF3000 000228 (v01 LENOVO CB-01    00000001 INTL 20130117)
Dec 14 17:12:40 thearch kernel: ACPI: SSDT 0x00000000CDFF2000 00046D (v01 LENOVO CB-01    00000001 INTL 20130117)
Dec 14 17:12:40 thearch kernel: ACPI: TPM2 0x00000000CDFF1000 000034 (v04 LENOVO CB-01    00000001      01000013)
Dec 14 17:12:40 thearch kernel: ACPI: MSDM 0x00000000CDFF0000 000055 (v03 LENOVO CB-01    00000001 ACPI 00040000)
Dec 14 17:12:40 thearch kernel: ACPI: ASF! 0x00000000CDFEF000 0000A5 (v32 LENOVO CB-01    00000001      01000013)
Dec 14 17:12:40 thearch kernel: ACPI: BOOT 0x00000000CDFEE000 000028 (v01 LENOVO CB-01    00000001      01000013)
Dec 14 17:12:40 thearch kernel: ACPI: HPET 0x00000000CDFEC000 000038 (v01 LENOVO CB-01    00000001      01000013)
Dec 14 17:12:40 thearch kernel: ACPI: APIC 0x00000000CDFEB000 000138 (v03 LENOVO CB-01    00000001      01000013)
Dec 14 17:12:40 thearch kernel: ACPI: MCFG 0x00000000CDFEA000 00003C (v01 LENOVO CB-01    00000001      01000013)
Dec 14 17:12:40 thearch kernel: ACPI: SSDT 0x00000000CDFD9000 000080 (v01 LENOVO CB-01    00000001      01000013)
Dec 14 17:12:40 thearch kernel: ACPI: SSDT 0x00000000CDFD8000 000D27 (v01 LENOVO CB-01    00000001 INTL 20130117)
Dec 14 17:12:40 thearch kernel: ACPI: VFCT 0x00000000CDFCA000 00D484 (v01 LENOVO CB-01    00000001 AMD  31504F47)
Dec 14 17:12:40 thearch kernel: ACPI: SSDT 0x00000000CDFC9000 00005C (v02 LENOVO CB-01    00000001 INTL 20160527)
Dec 14 17:12:40 thearch kernel: ACPI: SSDT 0x00000000CDFC8000 00005C (v02 LENOVO CB-01    00000001 INTL 20160527)
Dec 14 17:12:40 thearch kernel: ACPI: SSDT 0x00000000CDFC7000 0000F8 (v01 LENOVO CB-01    00000001 INTL 20130117)
Dec 14 17:12:40 thearch kernel: ACPI: SSDT 0x00000000CDFC3000 0039F4 (v01 LENOVO CB-01    00000001 AMD  00000001)
Dec 14 17:12:40 thearch kernel: ACPI: CRAT 0x00000000CDFFD000 000F28 (v01 LENOVO CB-01    00000001 AMD  00000001)
Dec 14 17:12:40 thearch kernel: ACPI: CDIT 0x00000000CDFC1000 000029 (v01 LENOVO CB-01    00000001 AMD  00000001)
Dec 14 17:12:40 thearch kernel: ACPI: SSDT 0x00000000CDFC0000 00028D (v01 LENOVO CB-01    00000001 INTL 20130117)
Dec 14 17:12:40 thearch kernel: ACPI: SSDT 0x00000000CDFBF000 000D37 (v01 LENOVO CB-01    00000001 INTL 20130117)
Dec 14 17:12:40 thearch kernel: ACPI: SSDT 0x00000000CDFBD000 0010A5 (v01 LENOVO CB-01    00000001 INTL 20130117)
Dec 14 17:12:40 thearch kernel: ACPI: SSDT 0x00000000CDFB9000 0030C8 (v01 LENOVO CB-01    00000001 INTL 20130117)
Dec 14 17:12:40 thearch kernel: ACPI: FPDT 0x00000000CDFB8000 000044 (v01 LENOVO CB-01    00000001      01000013)
Dec 14 17:12:40 thearch kernel: ACPI: WSMT 0x00000000CDFB6000 000028 (v01 LENOVO CB-01    00000001 ACPI 00040000)
Dec 14 17:12:40 thearch kernel: ACPI: SSDT 0x00000000CDFB5000 00007D (v01 LENOVO CB-01    00000001 INTL 20130117)
Dec 14 17:12:40 thearch kernel: ACPI: SSDT 0x00000000CDFB4000 000517 (v01 LENOVO CB-01    00000001 INTL 20130117)
Dec 14 17:12:40 thearch kernel: ACPI: BGRT 0x00000000CDFB7000 000038 (v01 LENOVO CB-01    00000001 ACPI 00040000)
Dec 14 17:12:40 thearch kernel: ACPI: Local APIC address 0xfee00000
Dec 14 17:12:40 thearch kernel: No NUMA configuration found
Dec 14 17:12:40 thearch kernel: Faking a node at [mem 0x0000000000000000-0x000000040f33ffff]
Dec 14 17:12:40 thearch kernel: NODE_DATA(0) allocated [mem 0x40f33c000-0x40f33ffff]
Dec 14 17:12:40 thearch kernel: Zone ranges:
Dec 14 17:12:40 thearch kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Dec 14 17:12:40 thearch kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Dec 14 17:12:40 thearch kernel:   Normal   [mem 0x0000000100000000-0x000000040f33ffff]
Dec 14 17:12:40 thearch kernel:   Device   empty
Dec 14 17:12:40 thearch kernel: Movable zone start for each node
Dec 14 17:12:40 thearch kernel: Early memory node ranges
Dec 14 17:12:40 thearch kernel:   node   0: [mem 0x0000000000001000-0x000000000009efff]
Dec 14 17:12:40 thearch kernel:   node   0: [mem 0x0000000000100000-0x0000000009afffff]
Dec 14 17:12:40 thearch kernel:   node   0: [mem 0x0000000009e00000-0x0000000009efffff]
Dec 14 17:12:40 thearch kernel:   node   0: [mem 0x0000000009f0d000-0x00000000bab68fff]
Dec 14 17:12:40 thearch kernel:   node   0: [mem 0x00000000bbd69000-0x00000000c9f7efff]
Dec 14 17:12:40 thearch kernel:   node   0: [mem 0x00000000cdfff000-0x00000000cdffffff]
Dec 14 17:12:40 thearch kernel:   node   0: [mem 0x0000000100000000-0x000000040f33ffff]
Dec 14 17:12:40 thearch kernel: Zeroed struct page in unavailable ranges: 33455 pages
Dec 14 17:12:40 thearch kernel: Initmem setup node 0 [mem 0x0000000000001000-0x000000040f33ffff]
Dec 14 17:12:40 thearch kernel: On node 0 totalpages: 4029777
Dec 14 17:12:40 thearch kernel:   DMA zone: 64 pages used for memmap
Dec 14 17:12:40 thearch kernel:   DMA zone: 24 pages reserved
Dec 14 17:12:40 thearch kernel:   DMA zone: 3998 pages, LIFO batch:0
Dec 14 17:12:40 thearch kernel:   DMA32 zone: 12778 pages used for memmap
Dec 14 17:12:40 thearch kernel:   DMA32 zone: 817779 pages, LIFO batch:63
Dec 14 17:12:40 thearch kernel:   Normal zone: 50125 pages used for memmap
Dec 14 17:12:40 thearch kernel:   Normal zone: 3208000 pages, LIFO batch:63
Dec 14 17:12:40 thearch kernel: ACPI: PM-Timer IO Port: 0x408
Dec 14 17:12:40 thearch kernel: ACPI: Local APIC address 0xfee00000
Dec 14 17:12:40 thearch kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
Dec 14 17:12:40 thearch kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Dec 14 17:12:40 thearch kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Dec 14 17:12:40 thearch kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Dec 14 17:12:40 thearch kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Dec 14 17:12:40 thearch kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Dec 14 17:12:40 thearch kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Dec 14 17:12:40 thearch kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Dec 14 17:12:40 thearch kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
Dec 14 17:12:40 thearch kernel: ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
Dec 14 17:12:40 thearch kernel: ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
Dec 14 17:12:40 thearch kernel: ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
Dec 14 17:12:40 thearch kernel: ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
Dec 14 17:12:40 thearch kernel: ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
Dec 14 17:12:40 thearch kernel: ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
Dec 14 17:12:40 thearch kernel: ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
Dec 14 17:12:40 thearch kernel: IOAPIC[0]: apic_id 33, version 33, address 0xfec00000, GSI 0-23
Dec 14 17:12:40 thearch kernel: IOAPIC[1]: apic_id 34, version 33, address 0xfec01000, GSI 24-55
Dec 14 17:12:40 thearch kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Dec 14 17:12:40 thearch kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
Dec 14 17:12:40 thearch kernel: ACPI: IRQ0 used by override.
Dec 14 17:12:40 thearch kernel: ACPI: IRQ9 used by override.
Dec 14 17:12:40 thearch kernel: Using ACPI (MADT) for SMP configuration information
Dec 14 17:12:40 thearch kernel: ACPI: HPET id: 0x10228210 base: 0xfed00000
Dec 14 17:12:40 thearch kernel: e820: update [mem 0xb48c4000-0xb49d2fff] usable ==> reserved
Dec 14 17:12:40 thearch kernel: smpboot: Allowing 16 CPUs, 0 hotplug CPUs
Dec 14 17:12:40 thearch kernel: PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
Dec 14 17:12:40 thearch kernel: PM: Registered nosave memory: [mem 0x0009f000-0x000bffff]
Dec 14 17:12:40 thearch kernel: PM: Registered nosave memory: [mem 0x000c0000-0x000fffff]
Dec 14 17:12:40 thearch kernel: PM: Registered nosave memory: [mem 0x09b00000-0x09dfffff]
Dec 14 17:12:40 thearch kernel: PM: Registered nosave memory: [mem 0x09f00000-0x09f0cfff]
Dec 14 17:12:40 thearch kernel: PM: Registered nosave memory: [mem 0xb48c4000-0xb49d2fff]
Dec 14 17:12:40 thearch kernel: PM: Registered nosave memory: [mem 0xb601c000-0xb601cfff]
Dec 14 17:12:40 thearch kernel: PM: Registered nosave memory: [mem 0xbab69000-0xbbd68fff]
Dec 14 17:12:40 thearch kernel: PM: Registered nosave memory: [mem 0xc9f7f000-0xcaf7efff]
Dec 14 17:12:40 thearch kernel: PM: Registered nosave memory: [mem 0xcaf7f000-0xccf7efff]
Dec 14 17:12:40 thearch kernel: PM: Registered nosave memory: [mem 0xccf7f000-0xcdf7efff]
Dec 14 17:12:40 thearch kernel: PM: Registered nosave memory: [mem 0xcdf7f000-0xcdffefff]
Dec 14 17:12:40 thearch kernel: PM: Registered nosave memory: [mem 0xce000000-0xceffffff]
Dec 14 17:12:40 thearch kernel: PM: Registered nosave memory: [mem 0xcf000000-0xf7ffffff]
Dec 14 17:12:40 thearch kernel: PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
Dec 14 17:12:40 thearch kernel: PM: Registered nosave memory: [mem 0xfc000000-0xfddfffff]
Dec 14 17:12:40 thearch kernel: PM: Registered nosave memory: [mem 0xfde00000-0xfdefffff]
Dec 14 17:12:40 thearch kernel: PM: Registered nosave memory: [mem 0xfdf00000-0xfebfffff]
Dec 14 17:12:40 thearch kernel: PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
Dec 14 17:12:40 thearch kernel: PM: Registered nosave memory: [mem 0xfec01000-0xfec0ffff]
Dec 14 17:12:40 thearch kernel: PM: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
Dec 14 17:12:40 thearch kernel: PM: Registered nosave memory: [mem 0xfec11000-0xfed7ffff]
Dec 14 17:12:40 thearch kernel: PM: Registered nosave memory: [mem 0xfed80000-0xfed80fff]
Dec 14 17:12:40 thearch kernel: PM: Registered nosave memory: [mem 0xfed81000-0xfedfffff]
Dec 14 17:12:40 thearch kernel: PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
Dec 14 17:12:40 thearch kernel: PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
Dec 14 17:12:40 thearch kernel: PM: Registered nosave memory: [mem 0xff000000-0xfff1ffff]
Dec 14 17:12:40 thearch kernel: PM: Registered nosave memory: [mem 0xfff20000-0xffffffff]
Dec 14 17:12:40 thearch kernel: [mem 0xcf000000-0xf7ffffff] available for PCI devices
Dec 14 17:12:40 thearch kernel: Booting paravirtualized kernel on bare hardware
Dec 14 17:12:40 thearch kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
Dec 14 17:12:40 thearch kernel: setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:16 nr_node_ids:1
Dec 14 17:12:40 thearch kernel: percpu: Embedded 54 pages/cpu s184320 r8192 d28672 u262144
Dec 14 17:12:40 thearch kernel: pcpu-alloc: s184320 r8192 d28672 u262144 alloc=1*2097152
Dec 14 17:12:40 thearch kernel: pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15 
Dec 14 17:12:40 thearch kernel: Built 1 zonelists, mobility grouping on.  Total pages: 3966786
Dec 14 17:12:40 thearch kernel: Policy zone: Normal
Dec 14 17:12:40 thearch kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-lts root=UUID=06ca5bd5-2827-4ad6-9fc7-61e7d71494de rw loglevel=3 quiet
Dec 14 17:12:40 thearch kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Dec 14 17:12:40 thearch kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
Dec 14 17:12:40 thearch kernel: mem auto-init: stack:byref_all, heap alloc:on, heap free:off
Dec 14 17:12:40 thearch kernel: Calgary: detecting Calgary via BIOS EBDA area
Dec 14 17:12:40 thearch kernel: Calgary: Unable to locate Rio Grande table in EBDA - bailing!
Dec 14 17:12:40 thearch kernel: Memory: 15598944K/16119108K available (12291K kernel code, 1328K rwdata, 4012K rodata, 1708K init, 3396K bss, 520164K reserved, 0K cma-reserved)
Dec 14 17:12:40 thearch kernel: random: get_random_u64 called from __kmem_cache_create+0x3e/0x600 with crng_init=0
Dec 14 17:12:40 thearch kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
Dec 14 17:12:40 thearch kernel: ftrace: allocating 37503 entries in 147 pages
Dec 14 17:12:40 thearch kernel: rcu: Hierarchical RCU implementation.
Dec 14 17:12:40 thearch kernel: rcu:         RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=16.
Dec 14 17:12:40 thearch kernel: rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
Dec 14 17:12:40 thearch kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
Dec 14 17:12:40 thearch kernel: NR_IRQS: 20736, nr_irqs: 1096, preallocated irqs: 16
Dec 14 17:12:40 thearch kernel: Console: colour dummy device 80x25
Dec 14 17:12:40 thearch kernel: printk: console [tty0] enabled
Dec 14 17:12:40 thearch kernel: ACPI: Core revision 20190816
Dec 14 17:12:40 thearch kernel: clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
Dec 14 17:12:40 thearch kernel: APIC: Switch to symmetric I/O mode setup
Dec 14 17:12:40 thearch kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR0, rdevid:160
Dec 14 17:12:40 thearch kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR1, rdevid:160
Dec 14 17:12:40 thearch kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR2, rdevid:160
Dec 14 17:12:40 thearch kernel: AMD-Vi: ivrs, add hid:AMDI0020, uid:\_SB.FUR3, rdevid:160
Dec 14 17:12:40 thearch kernel: Switched APIC routing to physical flat.
Dec 14 17:12:40 thearch kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
Dec 14 17:12:40 thearch kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x29b87094498, max_idle_ns: 440795334525 ns
Dec 14 17:12:40 thearch kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 5788.71 BogoMIPS (lpj=28943570)
Dec 14 17:12:40 thearch kernel: pid_max: default: 32768 minimum: 301
Dec 14 17:12:40 thearch kernel: LSM: Security Framework initializing
Dec 14 17:12:40 thearch kernel: Yama: becoming mindful.
Dec 14 17:12:40 thearch kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Dec 14 17:12:40 thearch kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Dec 14 17:12:40 thearch kernel: *** VALIDATE tmpfs ***
Dec 14 17:12:40 thearch kernel: *** VALIDATE proc ***
Dec 14 17:12:40 thearch kernel: *** VALIDATE cgroup1 ***
Dec 14 17:12:40 thearch kernel: *** VALIDATE cgroup2 ***
Dec 14 17:12:40 thearch kernel: x86/cpu: User Mode Instruction Prevention (UMIP) activated
Dec 14 17:12:40 thearch kernel: LVT offset 1 assigned for vector 0xf9
Dec 14 17:12:40 thearch kernel: LVT offset 2 assigned for vector 0xf4
Dec 14 17:12:40 thearch kernel: Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
Dec 14 17:12:40 thearch kernel: Last level dTLB entries: 4KB 2048, 2MB 2048, 4MB 1024, 1GB 0
Dec 14 17:12:40 thearch kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Dec 14 17:12:40 thearch kernel: Spectre V2 : Mitigation: Full AMD retpoline
Dec 14 17:12:40 thearch kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Dec 14 17:12:40 thearch kernel: Spectre V2 : Enabling Restricted Speculation for firmware calls
Dec 14 17:12:40 thearch kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Dec 14 17:12:40 thearch kernel: Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
Dec 14 17:12:40 thearch kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
Dec 14 17:12:40 thearch kernel: Freeing SMP alternatives memory: 32K
Dec 14 17:12:40 thearch kernel: smpboot: CPU0: AMD Ryzen 7 4800H with Radeon Graphics (family: 0x17, model: 0x60, stepping: 0x1)
Dec 14 17:12:40 thearch kernel: Performance Events: Fam17h+ core perfctr, AMD PMU driver.
Dec 14 17:12:40 thearch kernel: ... version:                0
Dec 14 17:12:40 thearch kernel: ... bit width:              48
Dec 14 17:12:40 thearch kernel: ... generic registers:      6
Dec 14 17:12:40 thearch kernel: ... value mask:             0000ffffffffffff
Dec 14 17:12:40 thearch kernel: ... max period:             00007fffffffffff
Dec 14 17:12:40 thearch kernel: ... fixed-purpose events:   0
Dec 14 17:12:40 thearch kernel: ... event mask:             000000000000003f
Dec 14 17:12:40 thearch kernel: rcu: Hierarchical SRCU implementation.
Dec 14 17:12:40 thearch kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Dec 14 17:12:40 thearch kernel: smp: Bringing up secondary CPUs ...
Dec 14 17:12:40 thearch kernel: x86: Booting SMP configuration:
Dec 14 17:12:40 thearch kernel: .... node  #0, CPUs:        #1
Dec 14 17:12:40 thearch kernel: TSC synchronization [CPU#0 -> CPU#1]:
Dec 14 17:12:40 thearch kernel: Measured 4624614613 cycles TSC warp between CPUs, turning off TSC clock.
Dec 14 17:12:40 thearch kernel: tsc: Marking TSC unstable due to check_tsc_sync_source failed
Dec 14 17:12:40 thearch kernel:   #2  #3  #4  #5  #6  #7  #8  #9 #10 #11 #12 #13 #14 #15
Dec 14 17:12:40 thearch kernel: smp: Brought up 1 node, 16 CPUs
Dec 14 17:12:40 thearch kernel: smpboot: Max logical packages: 1
Dec 14 17:12:40 thearch kernel: smpboot: Total of 16 processors activated (92619.42 BogoMIPS)
Dec 14 17:12:40 thearch kernel: devtmpfs: initialized
Dec 14 17:12:40 thearch kernel: x86/mm: Memory block size: 128MB
Dec 14 17:12:40 thearch kernel: PM: Registering ACPI NVS region [mem 0x09f00000-0x09f0cfff] (53248 bytes)
Dec 14 17:12:40 thearch kernel: PM: Registering ACPI NVS region [mem 0xccf7f000-0xcdf7efff] (16777216 bytes)
Dec 14 17:12:40 thearch kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
Dec 14 17:12:40 thearch kernel: futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
Dec 14 17:12:40 thearch kernel: pinctrl core: initialized pinctrl subsystem
Dec 14 17:12:40 thearch kernel: PM: RTC time: 10:12:39, date: 2020-12-14
Dec 14 17:12:40 thearch kernel: NET: Registered protocol family 16
Dec 14 17:12:40 thearch kernel: audit: initializing netlink subsys (disabled)
Dec 14 17:12:40 thearch kernel: audit: type=2000 audit(1607940758.200:1): state=initialized audit_enabled=0 res=1
Dec 14 17:12:40 thearch kernel: cpuidle: using governor ladder
Dec 14 17:12:40 thearch kernel: cpuidle: using governor menu
Dec 14 17:12:40 thearch kernel: Simple Boot Flag at 0x44 set to 0x1
Dec 14 17:12:40 thearch kernel: ACPI: bus type PCI registered
Dec 14 17:12:40 thearch kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Dec 14 17:12:40 thearch kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
Dec 14 17:12:40 thearch kernel: PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
Dec 14 17:12:40 thearch kernel: PCI: Using configuration type 1 for base access
Dec 14 17:12:40 thearch kernel: HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
Dec 14 17:12:40 thearch kernel: HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
Dec 14 17:12:40 thearch kernel: ACPI: Added _OSI(Module Device)
Dec 14 17:12:40 thearch kernel: ACPI: Added _OSI(Processor Device)
Dec 14 17:12:40 thearch kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Dec 14 17:12:40 thearch kernel: ACPI: Added _OSI(Processor Aggregator Device)
Dec 14 17:12:40 thearch kernel: ACPI: Added _OSI(Linux-Dell-Video)
Dec 14 17:12:40 thearch kernel: ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
Dec 14 17:12:40 thearch kernel: ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
Dec 14 17:12:40 thearch kernel: ACPI: 15 ACPI AML tables successfully acquired and loaded
Dec 14 17:12:40 thearch kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Dec 14 17:12:40 thearch kernel: ACPI: EC: EC started
Dec 14 17:12:40 thearch kernel: ACPI: EC: interrupt blocked
Dec 14 17:12:40 thearch kernel: ACPI: \_SB_.PCI0.LPC0.EC0_: Used as first EC
Dec 14 17:12:40 thearch kernel: ACPI: \_SB_.PCI0.LPC0.EC0_: GPE=0x3, EC_CMD/EC_SC=0x66, EC_DATA=0x62
Dec 14 17:12:40 thearch kernel: ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC used to handle transactions
Dec 14 17:12:40 thearch kernel: ACPI: Interpreter enabled
Dec 14 17:12:40 thearch kernel: ACPI: (supports S0 S3 S4 S5)
Dec 14 17:12:40 thearch kernel: ACPI: Using IOAPIC for interrupt routing
Dec 14 17:12:40 thearch kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Dec 14 17:12:40 thearch kernel: ACPI: Enabled 3 GPEs in block 00 to 1F
Dec 14 17:12:40 thearch kernel: ACPI: Power Resource [PG00] (on)
Dec 14 17:12:40 thearch kernel: ACPI: Power Resource [P0S0] (on)
Dec 14 17:12:40 thearch kernel: ACPI: Power Resource [P3S0] (on)
Dec 14 17:12:40 thearch kernel: ACPI: Power Resource [P0S1] (on)
Dec 14 17:12:40 thearch kernel: ACPI: Power Resource [P3S1] (on)
Dec 14 17:12:40 thearch kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
Dec 14 17:12:40 thearch kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
Dec 14 17:12:40 thearch kernel: acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug LTR]
Dec 14 17:12:40 thearch kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
Dec 14 17:12:40 thearch kernel: acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
Dec 14 17:12:40 thearch kernel: PCI host bridge to bus 0000:00
Dec 14 17:12:40 thearch kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Dec 14 17:12:40 thearch kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Dec 14 17:12:40 thearch kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Dec 14 17:12:40 thearch kernel: pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
Dec 14 17:12:40 thearch kernel: pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
Dec 14 17:12:40 thearch kernel: pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
Dec 14 17:12:40 thearch kernel: pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
Dec 14 17:12:40 thearch kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
Dec 14 17:12:40 thearch kernel: pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
Dec 14 17:12:40 thearch kernel: pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
Dec 14 17:12:40 thearch kernel: pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
Dec 14 17:12:40 thearch kernel: pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
Dec 14 17:12:40 thearch kernel: pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
Dec 14 17:12:40 thearch kernel: pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
Dec 14 17:12:40 thearch kernel: pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
Dec 14 17:12:40 thearch kernel: pci_bus 0000:00: root bus resource [mem 0xd0000000-0xf7ffffff window]
Dec 14 17:12:40 thearch kernel: pci_bus 0000:00: root bus resource [mem 0xfc000000-0xfed3ffff window]
Dec 14 17:12:40 thearch kernel: pci_bus 0000:00: root bus resource [mem 0x450200000-0xfcffffffff window]
Dec 14 17:12:40 thearch kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
Dec 14 17:12:40 thearch kernel: pci 0000:00:00.0: [1022:1630] type 00 class 0x060000
Dec 14 17:12:40 thearch kernel: pci 0000:00:00.2: [1022:1631] type 00 class 0x080600
Dec 14 17:12:40 thearch kernel: pci 0000:00:01.0: [1022:1632] type 00 class 0x060000
Dec 14 17:12:40 thearch kernel: pci 0000:00:01.1: [1022:1633] type 01 class 0x060400
Dec 14 17:12:40 thearch kernel: pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
Dec 14 17:12:40 thearch kernel: pci 0000:00:01.2: [1022:1634] type 01 class 0x060400
Dec 14 17:12:40 thearch kernel: pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
Dec 14 17:12:40 thearch kernel: pci 0000:00:02.0: [1022:1632] type 00 class 0x060000
Dec 14 17:12:40 thearch kernel: pci 0000:00:02.1: [1022:1634] type 01 class 0x060400
Dec 14 17:12:40 thearch kernel: pci 0000:00:02.1: PME# supported from D0 D3hot D3cold
Dec 14 17:12:40 thearch kernel: pci 0000:00:02.2: [1022:1634] type 01 class 0x060400
Dec 14 17:12:40 thearch kernel: pci 0000:00:02.2: PME# supported from D0 D3hot D3cold
Dec 14 17:12:40 thearch kernel: pci 0000:00:08.0: [1022:1632] type 00 class 0x060000
Dec 14 17:12:40 thearch kernel: pci 0000:00:08.1: [1022:1635] type 01 class 0x060400
Dec 14 17:12:40 thearch kernel: pci 0000:00:08.1: enabling Extended Tags
Dec 14 17:12:40 thearch kernel: pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
Dec 14 17:12:40 thearch kernel: pci 0000:00:08.2: [1022:1635] type 01 class 0x060400
Dec 14 17:12:40 thearch kernel: pci 0000:00:08.2: enabling Extended Tags
Dec 14 17:12:40 thearch kernel: pci 0000:00:08.2: PME# supported from D0 D3hot D3cold
Dec 14 17:12:40 thearch kernel: pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
Dec 14 17:12:40 thearch kernel: pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
Dec 14 17:12:40 thearch kernel: pci 0000:00:18.0: [1022:1448] type 00 class 0x060000
Dec 14 17:12:40 thearch kernel: pci 0000:00:18.1: [1022:1449] type 00 class 0x060000
Dec 14 17:12:40 thearch kernel: pci 0000:00:18.2: [1022:144a] type 00 class 0x060000
Dec 14 17:12:40 thearch kernel: pci 0000:00:18.3: [1022:144b] type 00 class 0x060000
Dec 14 17:12:40 thearch kernel: pci 0000:00:18.4: [1022:144c] type 00 class 0x060000
Dec 14 17:12:40 thearch kernel: pci 0000:00:18.5: [1022:144d] type 00 class 0x060000
Dec 14 17:12:40 thearch kernel: pci 0000:00:18.6: [1022:144e] type 00 class 0x060000
Dec 14 17:12:40 thearch kernel: pci 0000:00:18.7: [1022:144f] type 00 class 0x060000
Dec 14 17:12:40 thearch kernel: pci 0000:01:00.0: [10de:1f99] type 00 class 0x030000
Dec 14 17:12:40 thearch kernel: pci 0000:01:00.0: reg 0x10: [mem 0xd0000000-0xd0ffffff]
Dec 14 17:12:40 thearch kernel: pci 0000:01:00.0: reg 0x14: [mem 0xfcc0000000-0xfccfffffff 64bit pref]
Dec 14 17:12:40 thearch kernel: pci 0000:01:00.0: reg 0x1c: [mem 0xfcd0000000-0xfcd1ffffff 64bit pref]
Dec 14 17:12:40 thearch kernel: pci 0000:01:00.0: reg 0x24: [io  0x3000-0x307f]
Dec 14 17:12:40 thearch kernel: pci 0000:01:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref]
Dec 14 17:12:40 thearch kernel: pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
Dec 14 17:12:40 thearch kernel: pci 0000:01:00.0: 63.008 Gb/s available PCIe bandwidth, limited by 8 GT/s x8 link at 0000:00:01.1 (capable of 126.016 Gb/s with 8 GT/s x16 link)
Dec 14 17:12:40 thearch kernel: pci 0000:01:00.1: [10de:10fa] type 00 class 0x040300
Dec 14 17:12:40 thearch kernel: pci 0000:01:00.1: reg 0x10: [mem 0xd1000000-0xd1003fff]
Dec 14 17:12:40 thearch kernel: pci 0000:00:01.1: PCI bridge to [bus 01]
Dec 14 17:12:40 thearch kernel: pci 0000:00:01.1:   bridge window [io  0x3000-0x3fff]
Dec 14 17:12:40 thearch kernel: pci 0000:00:01.1:   bridge window [mem 0xd0000000-0xd10fffff]
Dec 14 17:12:40 thearch kernel: pci 0000:00:01.1:   bridge window [mem 0xfcc0000000-0xfcd1ffffff 64bit pref]
Dec 14 17:12:40 thearch kernel: pci 0000:02:00.0: [1c5c:1339] type 00 class 0x010802
Dec 14 17:12:40 thearch kernel: pci 0000:02:00.0: reg 0x10: [mem 0xd1900000-0xd1903fff 64bit]
Dec 14 17:12:40 thearch kernel: pci 0000:02:00.0: supports D1
Dec 14 17:12:40 thearch kernel: pci 0000:02:00.0: PME# supported from D0 D1 D3hot
Dec 14 17:12:40 thearch kernel: pci 0000:00:01.2: PCI bridge to [bus 02]
Dec 14 17:12:40 thearch kernel: pci 0000:00:01.2:   bridge window [mem 0xd1900000-0xd19fffff]
Dec 14 17:12:40 thearch kernel: pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000
Dec 14 17:12:40 thearch kernel: pci 0000:03:00.0: reg 0x10: [io  0x2000-0x20ff]
Dec 14 17:12:40 thearch kernel: pci 0000:03:00.0: reg 0x18: [mem 0xd1804000-0xd1804fff 64bit]
Dec 14 17:12:40 thearch kernel: pci 0000:03:00.0: reg 0x20: [mem 0xd1800000-0xd1803fff 64bit]
Dec 14 17:12:40 thearch kernel: pci 0000:03:00.0: supports D1 D2
Dec 14 17:12:40 thearch kernel: pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Dec 14 17:12:40 thearch kernel: pci 0000:00:02.1: PCI bridge to [bus 03]
Dec 14 17:12:40 thearch kernel: pci 0000:00:02.1:   bridge window [io  0x2000-0x2fff]
Dec 14 17:12:40 thearch kernel: pci 0000:00:02.1:   bridge window [mem 0xd1800000-0xd18fffff]
Dec 14 17:12:40 thearch kernel: pci 0000:04:00.0: [168c:003e] type 00 class 0x028000
Dec 14 17:12:40 thearch kernel: pci 0000:04:00.0: reg 0x10: [mem 0xd1200000-0xd13fffff 64bit]
Dec 14 17:12:40 thearch kernel: pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
Dec 14 17:12:40 thearch kernel: pci 0000:00:02.2: PCI bridge to [bus 04]
Dec 14 17:12:40 thearch kernel: pci 0000:00:02.2:   bridge window [mem 0xd1200000-0xd13fffff]
Dec 14 17:12:40 thearch kernel: pci 0000:05:00.0: [1002:1636] type 00 class 0x030000
Dec 14 17:12:40 thearch kernel: pci 0000:05:00.0: reg 0x10: [mem 0xfce0000000-0xfcefffffff 64bit pref]
Dec 14 17:12:40 thearch kernel: pci 0000:05:00.0: reg 0x18: [mem 0xfcf0000000-0xfcf01fffff 64bit pref]
Dec 14 17:12:40 thearch kernel: pci 0000:05:00.0: reg 0x20: [io  0x1000-0x10ff]
Dec 14 17:12:40 thearch kernel: pci 0000:05:00.0: reg 0x24: [mem 0xd1700000-0xd177ffff]
Dec 14 17:12:40 thearch kernel: pci 0000:05:00.0: enabling Extended Tags
Dec 14 17:12:40 thearch kernel: pci 0000:05:00.0: BAR 0: assigned to efifb
Dec 14 17:12:40 thearch kernel: pci 0000:05:00.0: PME# supported from D1 D2 D3hot D3cold
Dec 14 17:12:40 thearch kernel: pci 0000:05:00.2: [1022:15df] type 00 class 0x108000
Dec 14 17:12:40 thearch kernel: pci 0000:05:00.2: reg 0x18: [mem 0xd1600000-0xd16fffff]
Dec 14 17:12:40 thearch kernel: pci 0000:05:00.2: reg 0x24: [mem 0xd17c8000-0xd17c9fff]
Dec 14 17:12:40 thearch kernel: pci 0000:05:00.2: enabling Extended Tags
Dec 14 17:12:40 thearch kernel: pci 0000:05:00.3: [1022:1639] type 00 class 0x0c0330
Dec 14 17:12:40 thearch kernel: pci 0000:05:00.3: reg 0x10: [mem 0xd1500000-0xd15fffff 64bit]
Dec 14 17:12:40 thearch kernel: pci 0000:05:00.3: enabling Extended Tags
Dec 14 17:12:40 thearch kernel: pci 0000:05:00.3: PME# supported from D0 D3hot D3cold
Dec 14 17:12:40 thearch kernel: pci 0000:05:00.4: [1022:1639] type 00 class 0x0c0330
Dec 14 17:12:40 thearch kernel: pci 0000:05:00.4: reg 0x10: [mem 0xd1400000-0xd14fffff 64bit]
Dec 14 17:12:40 thearch kernel: pci 0000:05:00.4: enabling Extended Tags
Dec 14 17:12:40 thearch kernel: pci 0000:05:00.4: PME# supported from D0 D3hot D3cold
Dec 14 17:12:40 thearch kernel: pci 0000:05:00.5: [1022:15e2] type 00 class 0x048000
Dec 14 17:12:40 thearch kernel: pci 0000:05:00.5: reg 0x10: [mem 0xd1780000-0xd17bffff]
Dec 14 17:12:40 thearch kernel: pci 0000:05:00.5: enabling Extended Tags
Dec 14 17:12:40 thearch kernel: pci 0000:05:00.5: PME# supported from D0 D3hot D3cold
Dec 14 17:12:40 thearch kernel: pci 0000:05:00.6: [1022:15e3] type 00 class 0x040300
Dec 14 17:12:40 thearch kernel: pci 0000:05:00.6: reg 0x10: [mem 0xd17c0000-0xd17c7fff]
Dec 14 17:12:40 thearch kernel: pci 0000:05:00.6: enabling Extended Tags
Dec 14 17:12:40 thearch kernel: pci 0000:05:00.6: PME# supported from D0 D3hot D3cold
Dec 14 17:12:40 thearch kernel: pci 0000:00:08.1: PCI bridge to [bus 05]
Dec 14 17:12:40 thearch kernel: pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
Dec 14 17:12:40 thearch kernel: pci 0000:00:08.1:   bridge window [mem 0xd1400000-0xd17fffff]
Dec 14 17:12:40 thearch kernel: pci 0000:00:08.1:   bridge window [mem 0xfce0000000-0xfcf01fffff 64bit pref]
Dec 14 17:12:40 thearch kernel: pci 0000:06:00.0: [1022:7901] type 00 class 0x010601
Dec 14 17:12:40 thearch kernel: pci 0000:06:00.0: reg 0x24: [mem 0xd1101000-0xd11017ff]
Dec 14 17:12:40 thearch kernel: pci 0000:06:00.0: enabling Extended Tags
Dec 14 17:12:40 thearch kernel: pci 0000:06:00.1: [1022:7901] type 00 class 0x010601
Dec 14 17:12:40 thearch kernel: pci 0000:06:00.1: reg 0x24: [mem 0xd1100000-0xd11007ff]
Dec 14 17:12:40 thearch kernel: pci 0000:06:00.1: enabling Extended Tags
Dec 14 17:12:40 thearch kernel: pci 0000:00:08.2: PCI bridge to [bus 06]
Dec 14 17:12:40 thearch kernel: pci 0000:00:08.2:   bridge window [mem 0xd1100000-0xd11fffff]
Dec 14 17:12:40 thearch kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 5 6 10 11) *0, disabled.
Dec 14 17:12:40 thearch kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 5 6 10 11) *0, disabled.
Dec 14 17:12:40 thearch kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 5 6 10 11) *0, disabled.
Dec 14 17:12:40 thearch kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 5 6 10 11) *0, disabled.
Dec 14 17:12:40 thearch kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 5 6 10 11) *0, disabled.
Dec 14 17:12:40 thearch kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 5 6 10 11) *0, disabled.
Dec 14 17:12:40 thearch kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 5 6 10 11) *0, disabled.
Dec 14 17:12:40 thearch kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 5 6 10 11) *0, disabled.
Dec 14 17:12:40 thearch kernel: ACPI: EC: interrupt unblocked
Dec 14 17:12:40 thearch kernel: ACPI: EC: event unblocked
Dec 14 17:12:40 thearch kernel: ACPI: \_SB_.PCI0.LPC0.EC0_: GPE=0x3, EC_CMD/EC_SC=0x66, EC_DATA=0x62
Dec 14 17:12:40 thearch kernel: ACPI: \_SB_.PCI0.LPC0.EC0_: Boot DSDT EC used to handle transactions and events
Dec 14 17:12:40 thearch kernel: iommu: Default domain type: Translated 
Dec 14 17:12:40 thearch kernel: pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
Dec 14 17:12:40 thearch kernel: pci 0000:05:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
Dec 14 17:12:40 thearch kernel: pci 0000:01:00.0: vgaarb: bridge control possible
Dec 14 17:12:40 thearch kernel: pci 0000:05:00.0: vgaarb: bridge control possible
Dec 14 17:12:40 thearch kernel: pci 0000:05:00.0: vgaarb: setting as boot device
Dec 14 17:12:40 thearch kernel: vgaarb: loaded
Dec 14 17:12:40 thearch kernel: ACPI: bus type USB registered
Dec 14 17:12:40 thearch kernel: usbcore: registered new interface driver usbfs
Dec 14 17:12:40 thearch kernel: usbcore: registered new interface driver hub
Dec 14 17:12:40 thearch kernel: usbcore: registered new device driver usb
Dec 14 17:12:40 thearch kernel: pps_core: LinuxPPS API ver. 1 registered
Dec 14 17:12:40 thearch kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
Dec 14 17:12:40 thearch kernel: PTP clock support registered
Dec 14 17:12:40 thearch kernel: EDAC MC: Ver: 3.0.0
Dec 14 17:12:40 thearch kernel: Registered efivars operations
Dec 14 17:12:40 thearch kernel: PCI: Using ACPI for IRQ routing
Dec 14 17:12:40 thearch kernel: PCI: pci_cache_line_size set to 64 bytes
Dec 14 17:12:40 thearch kernel: e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
Dec 14 17:12:40 thearch kernel: e820: reserve RAM buffer [mem 0x09b00000-0x0bffffff]
Dec 14 17:12:40 thearch kernel: e820: reserve RAM buffer [mem 0x09f00000-0x0bffffff]
Dec 14 17:12:40 thearch kernel: e820: reserve RAM buffer [mem 0xb48c4000-0xb7ffffff]
Dec 14 17:12:40 thearch kernel: e820: reserve RAM buffer [mem 0xb601c000-0xb7ffffff]
Dec 14 17:12:40 thearch kernel: e820: reserve RAM buffer [mem 0xbab69000-0xbbffffff]
Dec 14 17:12:40 thearch kernel: e820: reserve RAM buffer [mem 0xc9f7f000-0xcbffffff]
Dec 14 17:12:40 thearch kernel: e820: reserve RAM buffer [mem 0xce000000-0xcfffffff]
Dec 14 17:12:40 thearch kernel: e820: reserve RAM buffer [mem 0x40f340000-0x40fffffff]
Dec 14 17:12:40 thearch kernel: NetLabel: Initializing
Dec 14 17:12:40 thearch kernel: NetLabel:  domain hash size = 128
Dec 14 17:12:40 thearch kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Dec 14 17:12:40 thearch kernel: NetLabel:  unlabeled traffic allowed by default
Dec 14 17:12:40 thearch kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
Dec 14 17:12:40 thearch kernel: hpet0: 3 comparators, 32-bit 14.318180 MHz counter
Dec 14 17:12:40 thearch kernel: clocksource: Switched to clocksource hpet
Dec 14 17:12:40 thearch kernel: *** VALIDATE bpf ***
Dec 14 17:12:40 thearch kernel: VFS: Disk quotas dquot_6.6.0
Dec 14 17:12:40 thearch kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Dec 14 17:12:40 thearch kernel: *** VALIDATE ramfs ***
Dec 14 17:12:40 thearch kernel: *** VALIDATE hugetlbfs ***
Dec 14 17:12:40 thearch kernel: pnp: PnP ACPI init
Dec 14 17:12:40 thearch kernel: system 00:00: [mem 0xfec00000-0xfec01fff] could not be reserved
Dec 14 17:12:40 thearch kernel: system 00:00: [mem 0xfee00000-0xfee00fff] has been reserved
Dec 14 17:12:40 thearch kernel: system 00:00: [mem 0xfde00000-0xfdefffff] has been reserved
Dec 14 17:12:40 thearch kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
Dec 14 17:12:40 thearch kernel: pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
Dec 14 17:12:40 thearch kernel: pnp 00:02: Plug and Play ACPI device, IDs FUJ7401 PNP0303 (active)
Dec 14 17:12:40 thearch kernel: system 00:03: [io  0x0400-0x04cf] has been reserved
Dec 14 17:12:40 thearch kernel: system 00:03: [io  0x04d0-0x04d1] has been reserved
Dec 14 17:12:40 thearch kernel: system 00:03: [io  0x04d6] has been reserved
Dec 14 17:12:40 thearch kernel: system 00:03: [io  0x0c00-0x0c01] has been reserved
Dec 14 17:12:40 thearch kernel: system 00:03: [io  0x0c14] has been reserved
Dec 14 17:12:40 thearch kernel: system 00:03: [io  0x0c50-0x0c52] has been reserved
Dec 14 17:12:40 thearch kernel: system 00:03: [io  0x0c6c] has been reserved
Dec 14 17:12:40 thearch kernel: system 00:03: [io  0x0c6f] has been reserved
Dec 14 17:12:40 thearch kernel: system 00:03: [io  0x0cd0-0x0cdb] has been reserved
Dec 14 17:12:40 thearch kernel: system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
Dec 14 17:12:40 thearch kernel: system 00:04: [mem 0x000e0000-0x000fffff] could not be reserved
Dec 14 17:12:40 thearch kernel: system 00:04: [mem 0xff000000-0xffffffff] could not be reserved
Dec 14 17:12:40 thearch kernel: system 00:04: Plug and Play ACPI device, IDs PNP0c01 (active)
Dec 14 17:12:40 thearch kernel: pnp: PnP ACPI: found 5 devices
Dec 14 17:12:40 thearch kernel: thermal_sys: Registered thermal governor 'fair_share'
Dec 14 17:12:40 thearch kernel: thermal_sys: Registered thermal governor 'bang_bang'
Dec 14 17:12:40 thearch kernel: thermal_sys: Registered thermal governor 'step_wise'
Dec 14 17:12:40 thearch kernel: thermal_sys: Registered thermal governor 'user_space'
Dec 14 17:12:40 thearch kernel: thermal_sys: Registered thermal governor 'power_allocator'
Dec 14 17:12:40 thearch kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Dec 14 17:12:40 thearch kernel: pci 0000:01:00.0: can't claim BAR 6 [mem 0xfff80000-0xffffffff pref]: no compatible bridge window
Dec 14 17:12:40 thearch kernel: pci 0000:01:00.0: BAR 6: assigned [mem 0xd1080000-0xd10fffff pref]
Dec 14 17:12:40 thearch kernel: pci 0000:00:01.1: PCI bridge to [bus 01]
Dec 14 17:12:40 thearch kernel: pci 0000:00:01.1:   bridge window [io  0x3000-0x3fff]
Dec 14 17:12:40 thearch kernel: pci 0000:00:01.1:   bridge window [mem 0xd0000000-0xd10fffff]
Dec 14 17:12:40 thearch kernel: pci 0000:00:01.1:   bridge window [mem 0xfcc0000000-0xfcd1ffffff 64bit pref]
Dec 14 17:12:40 thearch kernel: pci 0000:00:01.2: PCI bridge to [bus 02]
Dec 14 17:12:40 thearch kernel: pci 0000:00:01.2:   bridge window [mem 0xd1900000-0xd19fffff]
Dec 14 17:12:40 thearch kernel: pci 0000:00:02.1: PCI bridge to [bus 03]
Dec 14 17:12:40 thearch kernel: pci 0000:00:02.1:   bridge window [io  0x2000-0x2fff]
Dec 14 17:12:40 thearch kernel: pci 0000:00:02.1:   bridge window [mem 0xd1800000-0xd18fffff]
Dec 14 17:12:40 thearch kernel: pci 0000:00:02.2: PCI bridge to [bus 04]
Dec 14 17:12:40 thearch kernel: pci 0000:00:02.2:   bridge window [mem 0xd1200000-0xd13fffff]
Dec 14 17:12:40 thearch kernel: pci 0000:00:08.1: PCI bridge to [bus 05]
Dec 14 17:12:40 thearch kernel: pci 0000:00:08.1:   bridge window [io  0x1000-0x1fff]
Dec 14 17:12:40 thearch kernel: pci 0000:00:08.1:   bridge window [mem 0xd1400000-0xd17fffff]
Dec 14 17:12:40 thearch kernel: pci 0000:00:08.1:   bridge window [mem 0xfce0000000-0xfcf01fffff 64bit pref]
Dec 14 17:12:40 thearch kernel: pci 0000:00:08.2: PCI bridge to [bus 06]
Dec 14 17:12:40 thearch kernel: pci 0000:00:08.2:   bridge window [mem 0xd1100000-0xd11fffff]
Dec 14 17:12:40 thearch kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Dec 14 17:12:40 thearch kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Dec 14 17:12:40 thearch kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Dec 14 17:12:40 thearch kernel: pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
Dec 14 17:12:40 thearch kernel: pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
Dec 14 17:12:40 thearch kernel: pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
Dec 14 17:12:40 thearch kernel: pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
Dec 14 17:12:40 thearch kernel: pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
Dec 14 17:12:40 thearch kernel: pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
Dec 14 17:12:40 thearch kernel: pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
Dec 14 17:12:40 thearch kernel: pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
Dec 14 17:12:40 thearch kernel: pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window]
Dec 14 17:12:40 thearch kernel: pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window]
Dec 14 17:12:40 thearch kernel: pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window]
Dec 14 17:12:40 thearch kernel: pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window]
Dec 14 17:12:40 thearch kernel: pci_bus 0000:00: resource 19 [mem 0xd0000000-0xf7ffffff window]
Dec 14 17:12:40 thearch kernel: pci_bus 0000:00: resource 20 [mem 0xfc000000-0xfed3ffff window]
Dec 14 17:12:40 thearch kernel: pci_bus 0000:00: resource 21 [mem 0x450200000-0xfcffffffff window]
Dec 14 17:12:40 thearch kernel: pci_bus 0000:01: resource 0 [io  0x3000-0x3fff]
Dec 14 17:12:40 thearch kernel: pci_bus 0000:01: resource 1 [mem 0xd0000000-0xd10fffff]
Dec 14 17:12:40 thearch kernel: pci_bus 0000:01: resource 2 [mem 0xfcc0000000-0xfcd1ffffff 64bit pref]
Dec 14 17:12:40 thearch kernel: pci_bus 0000:02: resource 1 [mem 0xd1900000-0xd19fffff]
Dec 14 17:12:40 thearch kernel: pci_bus 0000:03: resource 0 [io  0x2000-0x2fff]
Dec 14 17:12:40 thearch kernel: pci_bus 0000:03: resource 1 [mem 0xd1800000-0xd18fffff]
Dec 14 17:12:40 thearch kernel: pci_bus 0000:04: resource 1 [mem 0xd1200000-0xd13fffff]
Dec 14 17:12:40 thearch kernel: pci_bus 0000:05: resource 0 [io  0x1000-0x1fff]
Dec 14 17:12:40 thearch kernel: pci_bus 0000:05: resource 1 [mem 0xd1400000-0xd17fffff]
Dec 14 17:12:40 thearch kernel: pci_bus 0000:05: resource 2 [mem 0xfce0000000-0xfcf01fffff 64bit pref]
Dec 14 17:12:40 thearch kernel: pci_bus 0000:06: resource 1 [mem 0xd1100000-0xd11fffff]
Dec 14 17:12:40 thearch kernel: NET: Registered protocol family 2
Dec 14 17:12:40 thearch kernel: tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
Dec 14 17:12:40 thearch kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Dec 14 17:12:40 thearch kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
Dec 14 17:12:40 thearch kernel: TCP: Hash tables configured (established 131072 bind 65536)
Dec 14 17:12:40 thearch kernel: UDP hash table entries: 8192 (order: 6, 262144 bytes, linear)
Dec 14 17:12:40 thearch kernel: UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes, linear)
Dec 14 17:12:40 thearch kernel: NET: Registered protocol family 1
Dec 14 17:12:40 thearch kernel: NET: Registered protocol family 44
Dec 14 17:12:40 thearch kernel: pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
Dec 14 17:12:40 thearch kernel: pci 0000:05:00.3: quirk_usb_early_handoff+0x0/0x6d5 took 34732 usecs
Dec 14 17:12:40 thearch kernel: pci 0000:05:00.4: quirk_usb_early_handoff+0x0/0x6d5 took 12970 usecs
Dec 14 17:12:40 thearch kernel: PCI: CLS 64 bytes, default 64
Dec 14 17:12:40 thearch kernel: Trying to unpack rootfs image as initramfs...
Dec 14 17:12:40 thearch kernel: Freeing initrd memory: 25820K
Dec 14 17:12:40 thearch kernel: pci 0000:00:00.2: AMD-Vi: Unable to read/write to IOMMU perf counter.
Dec 14 17:12:40 thearch kernel: pci 0000:00:00.2: can't derive routing for PCI INT A
Dec 14 17:12:40 thearch kernel: pci 0000:00:00.2: PCI INT A: not connected
Dec 14 17:12:40 thearch kernel: pci 0000:00:01.0: Adding to iommu group 0
Dec 14 17:12:40 thearch kernel: pci 0000:00:01.1: Adding to iommu group 1
Dec 14 17:12:40 thearch kernel: pci 0000:00:01.2: Adding to iommu group 2
Dec 14 17:12:40 thearch kernel: pci 0000:00:02.0: Adding to iommu group 3
Dec 14 17:12:40 thearch kernel: pci 0000:00:02.1: Adding to iommu group 4
Dec 14 17:12:40 thearch kernel: pci 0000:00:02.2: Adding to iommu group 5
Dec 14 17:12:40 thearch kernel: pci 0000:00:08.0: Adding to iommu group 6
Dec 14 17:12:40 thearch kernel: pci 0000:00:08.1: Adding to iommu group 6
Dec 14 17:12:40 thearch kernel: pci 0000:00:08.2: Adding to iommu group 6
Dec 14 17:12:40 thearch kernel: pci 0000:00:14.0: Adding to iommu group 7
Dec 14 17:12:40 thearch kernel: pci 0000:00:14.3: Adding to iommu group 7
Dec 14 17:12:40 thearch kernel: pci 0000:00:18.0: Adding to iommu group 8
Dec 14 17:12:40 thearch kernel: pci 0000:00:18.1: Adding to iommu group 8
Dec 14 17:12:40 thearch kernel: pci 0000:00:18.2: Adding to iommu group 8
Dec 14 17:12:40 thearch kernel: pci 0000:00:18.3: Adding to iommu group 8
Dec 14 17:12:40 thearch kernel: pci 0000:00:18.4: Adding to iommu group 8
Dec 14 17:12:40 thearch kernel: pci 0000:00:18.5: Adding to iommu group 8
Dec 14 17:12:40 thearch kernel: pci 0000:00:18.6: Adding to iommu group 8
Dec 14 17:12:40 thearch kernel: pci 0000:00:18.7: Adding to iommu group 8
Dec 14 17:12:40 thearch kernel: pci 0000:01:00.0: Adding to iommu group 9
Dec 14 17:12:40 thearch kernel: pci 0000:01:00.1: Adding to iommu group 9
Dec 14 17:12:40 thearch kernel: pci 0000:02:00.0: Adding to iommu group 10
Dec 14 17:12:40 thearch kernel: pci 0000:03:00.0: Adding to iommu group 11
Dec 14 17:12:40 thearch kernel: pci 0000:04:00.0: Adding to iommu group 12
Dec 14 17:12:40 thearch kernel: pci 0000:05:00.0: Adding to iommu group 6
Dec 14 17:12:40 thearch kernel: pci 0000:05:00.2: Adding to iommu group 6
Dec 14 17:12:40 thearch kernel: pci 0000:05:00.3: Adding to iommu group 6
Dec 14 17:12:40 thearch kernel: pci 0000:05:00.4: Adding to iommu group 6
Dec 14 17:12:40 thearch kernel: pci 0000:05:00.5: Adding to iommu group 6
Dec 14 17:12:40 thearch kernel: pci 0000:05:00.6: Adding to iommu group 6
Dec 14 17:12:40 thearch kernel: pci 0000:06:00.0: Adding to iommu group 6
Dec 14 17:12:40 thearch kernel: pci 0000:06:00.1: Adding to iommu group 6
Dec 14 17:12:40 thearch kernel: pci 0000:00:00.2: AMD-Vi: Found IOMMU cap 0x40
Dec 14 17:12:40 thearch kernel: pci 0000:00:00.2: AMD-Vi: Extended features (0x206d73ef22254ade):
Dec 14 17:12:40 thearch kernel:  PPR X2APIC NX GT IA GA PC GA_vAPIC
Dec 14 17:12:40 thearch kernel: AMD-Vi: Interrupt remapping enabled
Dec 14 17:12:40 thearch kernel: AMD-Vi: Virtual APIC enabled
Dec 14 17:12:40 thearch kernel: AMD-Vi: X2APIC enabled
Dec 14 17:12:40 thearch kernel: AMD-Vi: Lazy IO/TLB flushing enabled
Dec 14 17:12:40 thearch kernel: amd_uncore: AMD NB counters detected
Dec 14 17:12:40 thearch kernel: amd_uncore: AMD LLC counters detected
Dec 14 17:12:40 thearch kernel: LVT offset 0 assigned for vector 0x400
Dec 14 17:12:40 thearch kernel: perf: AMD IBS detected (0x000003ff)
Dec 14 17:12:40 thearch kernel: check: Scanning for low memory corruption every 60 seconds
Dec 14 17:12:40 thearch kernel: Initialise system trusted keyrings
Dec 14 17:12:40 thearch kernel: Key type blacklist registered
Dec 14 17:12:40 thearch kernel: workingset: timestamp_bits=41 max_order=22 bucket_order=0
Dec 14 17:12:40 thearch kernel: zbud: loaded
Dec 14 17:12:40 thearch kernel: Key type asymmetric registered
Dec 14 17:12:40 thearch kernel: Asymmetric key parser 'x509' registered
Dec 14 17:12:40 thearch kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
Dec 14 17:12:40 thearch kernel: io scheduler mq-deadline registered
Dec 14 17:12:40 thearch kernel: io scheduler kyber registered
Dec 14 17:12:40 thearch kernel: io scheduler bfq registered
Dec 14 17:12:40 thearch kernel: pcieport 0000:00:01.1: PME: Signaling with IRQ 26
Dec 14 17:12:40 thearch kernel: pcieport 0000:00:01.2: PME: Signaling with IRQ 27
Dec 14 17:12:40 thearch kernel: pcieport 0000:00:02.1: PME: Signaling with IRQ 28
Dec 14 17:12:40 thearch kernel: pcieport 0000:00:02.2: PME: Signaling with IRQ 29
Dec 14 17:12:40 thearch kernel: pcieport 0000:00:08.1: PME: Signaling with IRQ 30
Dec 14 17:12:40 thearch kernel: pcieport 0000:00:08.2: PME: Signaling with IRQ 31
Dec 14 17:12:40 thearch kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Dec 14 17:12:40 thearch kernel: efifb: probing for efifb
Dec 14 17:12:40 thearch kernel: efifb: showing boot graphics
Dec 14 17:12:40 thearch kernel: efifb: framebuffer at 0xfce0000000, using 8128k, total 8128k
Dec 14 17:12:40 thearch kernel: efifb: mode is 1920x1080x32, linelength=7680, pages=1
Dec 14 17:12:40 thearch kernel: efifb: scrolling: redraw
Dec 14 17:12:40 thearch kernel: efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
Dec 14 17:12:40 thearch kernel: fbcon: Deferring console take-over
Dec 14 17:12:40 thearch kernel: fb0: EFI VGA frame buffer device
Dec 14 17:12:40 thearch kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
Dec 14 17:12:40 thearch kernel: ACPI: Lid Switch [LID0]
Dec 14 17:12:40 thearch kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
Dec 14 17:12:40 thearch kernel: ACPI: Power Button [PWRB]
Dec 14 17:12:40 thearch kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
Dec 14 17:12:40 thearch kernel: ACPI: Power Button [PWRF]
Dec 14 17:12:40 thearch kernel: [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
Dec 14 17:12:40 thearch kernel: ACPI: Video Device [PEGP] (multi-head: yes  rom: no  post: no)
Dec 14 17:12:40 thearch kernel: acpi device:01: registered as cooling_device0
Dec 14 17:12:40 thearch kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input3
Dec 14 17:12:40 thearch kernel: ACPI: Video Device [VGA] (multi-head: yes  rom: no  post: no)
Dec 14 17:12:40 thearch kernel: acpi device:0f: registered as cooling_device1
Dec 14 17:12:40 thearch kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:0e/LNXVIDEO:01/input/input4
Dec 14 17:12:40 thearch kernel: Monitor-Mwait will be used to enter C-1 state
Dec 14 17:12:40 thearch kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
Dec 14 17:12:40 thearch kernel: AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
Dec 14 17:12:40 thearch kernel: nvme nvme0: pci function 0000:02:00.0
Dec 14 17:12:40 thearch kernel: usbcore: registered new interface driver usbserial_generic
Dec 14 17:12:40 thearch kernel: usbserial: USB Serial support registered for generic
Dec 14 17:12:40 thearch kernel: rtc_cmos 00:01: RTC can wake from S4
Dec 14 17:12:40 thearch kernel: rtc_cmos 00:01: registered as rtc0
Dec 14 17:12:40 thearch kernel: rtc_cmos 00:01: alarms up to one month, 114 bytes nvram, hpet irqs
Dec 14 17:12:40 thearch kernel: ledtrig-cpu: registered to indicate activity on CPUs
Dec 14 17:12:40 thearch kernel: drop_monitor: Initializing network drop monitor service
Dec 14 17:12:40 thearch kernel: NET: Registered protocol family 10
Dec 14 17:12:40 thearch kernel: Segment Routing with IPv6
Dec 14 17:12:40 thearch kernel: NET: Registered protocol family 17
Dec 14 17:12:40 thearch kernel: RAS: Correctable Errors collector initialized.
Dec 14 17:12:40 thearch kernel: microcode: CPU0: patch_level=0x08600104
Dec 14 17:12:40 thearch kernel: microcode: CPU1: patch_level=0x08600104
Dec 14 17:12:40 thearch kernel: microcode: CPU2: patch_level=0x08600104
Dec 14 17:12:40 thearch kernel: microcode: CPU3: patch_level=0x08600104
Dec 14 17:12:40 thearch kernel: microcode: CPU4: patch_level=0x08600104
Dec 14 17:12:40 thearch kernel: microcode: CPU5: patch_level=0x08600104
Dec 14 17:12:40 thearch kernel: microcode: CPU6: patch_level=0x08600104
Dec 14 17:12:40 thearch kernel: microcode: CPU7: patch_level=0x08600104
Dec 14 17:12:40 thearch kernel: microcode: CPU8: patch_level=0x08600104
Dec 14 17:12:40 thearch kernel: microcode: CPU9: patch_level=0x08600104
Dec 14 17:12:40 thearch kernel: microcode: CPU10: patch_level=0x08600104
Dec 14 17:12:40 thearch kernel: microcode: CPU11: patch_level=0x08600104
Dec 14 17:12:40 thearch kernel: microcode: CPU12: patch_level=0x08600104
Dec 14 17:12:40 thearch kernel: microcode: CPU13: patch_level=0x08600104
Dec 14 17:12:40 thearch kernel: microcode: CPU14: patch_level=0x08600104
Dec 14 17:12:40 thearch kernel: microcode: CPU15: patch_level=0x08600104
Dec 14 17:12:40 thearch kernel: microcode: Microcode Update Driver: v2.2.
Dec 14 17:12:40 thearch kernel: *** VALIDATE rdt ***
Dec 14 17:12:40 thearch kernel: resctrl: L3 allocation detected
Dec 14 17:12:40 thearch kernel: resctrl: L3DATA allocation detected
Dec 14 17:12:40 thearch kernel: resctrl: L3CODE allocation detected
Dec 14 17:12:40 thearch kernel: resctrl: MB allocation detected
Dec 14 17:12:40 thearch kernel: resctrl: L3 monitoring detected
Dec 14 17:12:40 thearch kernel: IPI shorthand broadcast: enabled
Dec 14 17:12:40 thearch kernel: registered taskstats version 1
Dec 14 17:12:40 thearch kernel: Loading compiled-in X.509 certificates
Dec 14 17:12:40 thearch kernel: Loaded X.509 cert 'Build time autogenerated kernel key: 95be63365626e58f44dba7cccc230e3090f9f919'
Dec 14 17:12:40 thearch kernel: zswap: loaded using pool lzo/zbud
Dec 14 17:12:40 thearch kernel: Key type ._fscrypt registered
Dec 14 17:12:40 thearch kernel: Key type .fscrypt registered
Dec 14 17:12:40 thearch kernel: Key type big_key registered
Dec 14 17:12:40 thearch kernel: PM:   Magic number: 0:317:224
Dec 14 17:12:40 thearch kernel: memory memory106: hash matches
Dec 14 17:12:40 thearch kernel: rtc_cmos 00:01: setting system clock to 2020-12-14T10:12:39 UTC (1607940759)
Dec 14 17:12:40 thearch kernel: Unstable clock detected, switching default tracing clock to "global"
                                If you want to keep using the local clock, then add:
                                  "trace_clock=local"
                                on the kernel command line
Dec 14 17:12:40 thearch kernel: nvme nvme0: missing or invalid SUBNQN field.
Dec 14 17:12:40 thearch kernel: nvme nvme0: 16/0/0 default/read/poll queues
Dec 14 17:12:40 thearch kernel:  nvme0n1: p1 p2
Dec 14 17:12:40 thearch kernel: Freeing unused decrypted memory: 2040K
Dec 14 17:12:40 thearch kernel: Freeing unused kernel image memory: 1708K
Dec 14 17:12:40 thearch kernel: Write protecting the kernel read-only data: 18432k
Dec 14 17:12:40 thearch kernel: Freeing unused kernel image memory: 2012K
Dec 14 17:12:40 thearch kernel: Freeing unused kernel image memory: 84K
Dec 14 17:12:40 thearch kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Dec 14 17:12:40 thearch kernel: Run /init as init process
Dec 14 17:12:40 thearch kernel: fbcon: Taking over console
Dec 14 17:12:40 thearch kernel: Console: switching to colour frame buffer device 240x67
Dec 14 17:12:40 thearch kernel: Linux agpgart interface v0.103
Dec 14 17:12:40 thearch kernel: [drm] amdgpu kernel modesetting enabled.
Dec 14 17:12:40 thearch kernel: vga_switcheroo: detected switching method \_SB_.PCI0.GP17.VGA_.ATPX handle
Dec 14 17:12:40 thearch kernel: ATPX version 1, functions 0x00000001
Dec 14 17:12:40 thearch kernel: ATPX Hybrid Graphics
Dec 14 17:12:40 thearch kernel: Parsing CRAT table with 0 nodes
Dec 14 17:12:40 thearch kernel: Virtual CRAT table created for CPU
Dec 14 17:12:40 thearch kernel: Parsing CRAT table with 1 nodes
Dec 14 17:12:40 thearch kernel: Creating topology SYSFS entries
Dec 14 17:12:40 thearch kernel: Topology: Add CPU node
Dec 14 17:12:40 thearch kernel: Finished initializing topology
Dec 14 17:12:40 thearch kernel: [drm] This hardware requires experimental hardware support.
                                See modparam exp_hw_support
Dec 14 17:12:40 thearch kernel: [drm] radeon kernel modesetting enabled.
Dec 14 17:12:40 thearch kernel: vga_switcheroo: detected switching method \_SB_.PCI0.GP17.VGA_.ATPX handle
Dec 14 17:12:40 thearch kernel: ATPX version 1, functions 0x00000001
Dec 14 17:12:40 thearch kernel: ATPX Hybrid Graphics
Dec 14 17:12:40 thearch kernel: i8042: PNP: PS/2 Controller [PNP0303:KBC0] at 0x60,0x64 irq 1
Dec 14 17:12:40 thearch kernel: i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
Dec 14 17:12:40 thearch kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
Dec 14 17:12:40 thearch kernel: SCSI subsystem initialized
Dec 14 17:12:40 thearch kernel: xhci_hcd 0000:05:00.3: xHCI Host Controller
Dec 14 17:12:40 thearch kernel: xhci_hcd 0000:05:00.3: new USB bus registered, assigned bus number 1
Dec 14 17:12:40 thearch kernel: xhci_hcd 0000:05:00.3: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000000000000410
Dec 14 17:12:40 thearch kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
Dec 14 17:12:40 thearch kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 14 17:12:40 thearch kernel: usb usb1: Product: xHCI Host Controller
Dec 14 17:12:40 thearch kernel: usb usb1: Manufacturer: Linux 5.4.83-1-lts xhci-hcd
Dec 14 17:12:40 thearch kernel: usb usb1: SerialNumber: 0000:05:00.3
Dec 14 17:12:40 thearch kernel: hub 1-0:1.0: USB hub found
Dec 14 17:12:40 thearch kernel: hub 1-0:1.0: 4 ports detected
Dec 14 17:12:40 thearch kernel: xhci_hcd 0000:05:00.3: xHCI Host Controller
Dec 14 17:12:40 thearch kernel: xhci_hcd 0000:05:00.3: new USB bus registered, assigned bus number 2
Dec 14 17:12:40 thearch kernel: xhci_hcd 0000:05:00.3: Host supports USB 3.1 Enhanced SuperSpeed
Dec 14 17:12:40 thearch kernel: usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
Dec 14 17:12:40 thearch kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.04
Dec 14 17:12:40 thearch kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 14 17:12:40 thearch kernel: usb usb2: Product: xHCI Host Controller
Dec 14 17:12:40 thearch kernel: usb usb2: Manufacturer: Linux 5.4.83-1-lts xhci-hcd
Dec 14 17:12:40 thearch kernel: usb usb2: SerialNumber: 0000:05:00.3
Dec 14 17:12:40 thearch kernel: hub 2-0:1.0: USB hub found
Dec 14 17:12:40 thearch kernel: hub 2-0:1.0: 2 ports detected
Dec 14 17:12:40 thearch kernel: xhci_hcd 0000:05:00.4: xHCI Host Controller
Dec 14 17:12:40 thearch kernel: xhci_hcd 0000:05:00.4: new USB bus registered, assigned bus number 3
Dec 14 17:12:40 thearch kernel: xhci_hcd 0000:05:00.4: hcc params 0x0268ffe5 hci version 0x110 quirks 0x0000000000000410
Dec 14 17:12:40 thearch kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.04
Dec 14 17:12:40 thearch kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 14 17:12:40 thearch kernel: usb usb3: Product: xHCI Host Controller
Dec 14 17:12:40 thearch kernel: usb usb3: Manufacturer: Linux 5.4.83-1-lts xhci-hcd
Dec 14 17:12:40 thearch kernel: usb usb3: SerialNumber: 0000:05:00.4
Dec 14 17:12:40 thearch kernel: hub 3-0:1.0: USB hub found
Dec 14 17:12:40 thearch kernel: hub 3-0:1.0: 4 ports detected
Dec 14 17:12:40 thearch kernel: xhci_hcd 0000:05:00.4: xHCI Host Controller
Dec 14 17:12:40 thearch kernel: xhci_hcd 0000:05:00.4: new USB bus registered, assigned bus number 4
Dec 14 17:12:40 thearch kernel: xhci_hcd 0000:05:00.4: Host supports USB 3.1 Enhanced SuperSpeed
Dec 14 17:12:40 thearch kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
Dec 14 17:12:40 thearch kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.04
Dec 14 17:12:40 thearch kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Dec 14 17:12:40 thearch kernel: usb usb4: Product: xHCI Host Controller
Dec 14 17:12:40 thearch kernel: usb usb4: Manufacturer: Linux 5.4.83-1-lts xhci-hcd
Dec 14 17:12:40 thearch kernel: usb usb4: SerialNumber: 0000:05:00.4
Dec 14 17:12:40 thearch kernel: hub 4-0:1.0: USB hub found
Dec 14 17:12:40 thearch kernel: hub 4-0:1.0: 2 ports detected
Dec 14 17:12:40 thearch kernel: libata version 3.00 loaded.
Dec 14 17:12:40 thearch kernel: ahci 0000:06:00.0: version 3.0
Dec 14 17:12:40 thearch kernel: ahci 0000:06:00.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
Dec 14 17:12:40 thearch kernel: ahci 0000:06:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part 
Dec 14 17:12:40 thearch kernel: scsi host0: ahci
Dec 14 17:12:40 thearch kernel: ata1: SATA max UDMA/133 abar m2048@0xd1101000 port 0xd1101100 irq 69
Dec 14 17:12:40 thearch kernel: ahci 0000:06:00.1: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
Dec 14 17:12:40 thearch kernel: ahci 0000:06:00.1: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part 
Dec 14 17:12:40 thearch kernel: scsi host1: ahci
Dec 14 17:12:40 thearch kernel: ata2: SATA max UDMA/133 abar m2048@0xd1100000 port 0xd1100100 irq 71
Dec 14 17:12:40 thearch kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input5
Dec 14 17:12:40 thearch kernel: ata1: SATA link down (SStatus 0 SControl 300)
Dec 14 17:12:40 thearch kernel: ata2: SATA link down (SStatus 0 SControl 300)
Dec 14 17:12:40 thearch kernel: usb 3-3: new full-speed USB device number 2 using xhci_hcd
Dec 14 17:12:40 thearch kernel: usb 1-3: new high-speed USB device number 2 using xhci_hcd
Dec 14 17:12:40 thearch kernel: EXT4-fs (nvme0n1p2): mounted filesystem with ordered data mode. Opts: (null)
Dec 14 17:12:40 thearch kernel: random: fast init done
Dec 14 17:12:40 thearch systemd[1]: systemd 247.1-3-arch running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +ZSTD +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
Dec 14 17:12:40 thearch systemd[1]: Detected architecture x86-64.
Dec 14 17:12:40 thearch kernel: usb 3-3: New USB device found, idVendor=0cf3, idProduct=e300, bcdDevice= 0.01
Dec 14 17:12:40 thearch kernel: usb 3-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
Dec 14 17:12:40 thearch kernel: usb 1-3: New USB device found, idVendor=04f2, idProduct=b6c2, bcdDevice=27.14
Dec 14 17:12:40 thearch kernel: usb 1-3: New USB device strings: Mfr=3, Product=1, SerialNumber=2
Dec 14 17:12:40 thearch kernel: usb 1-3: Product: Integrated Camera
Dec 14 17:12:40 thearch kernel: usb 1-3: Manufacturer: Chicony Electronics Co.,Ltd.
Dec 14 17:12:40 thearch kernel: usb 1-3: SerialNumber: 0001
Dec 14 17:12:40 thearch systemd[1]: Set hostname to <thearch>.
Dec 14 17:12:40 thearch systemd[1]: Queued start job for default target Graphical Interface.
Dec 14 17:12:40 thearch systemd[1]: Created slice system-getty.slice.
Dec 14 17:12:40 thearch systemd[1]: Created slice system-modprobe.slice.
Dec 14 17:12:40 thearch systemd[1]: Created slice User and Session Slice.
Dec 14 17:12:40 thearch systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Dec 14 17:12:40 thearch systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Dec 14 17:12:40 thearch systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Dec 14 17:12:40 thearch systemd[1]: Reached target Local Encrypted Volumes.
Dec 14 17:12:40 thearch systemd[1]: Reached target Paths.
Dec 14 17:12:40 thearch systemd[1]: Reached target Remote File Systems.
Dec 14 17:12:40 thearch systemd[1]: Reached target Slices.
Dec 14 17:12:40 thearch systemd[1]: Listening on Device-mapper event daemon FIFOs.
Dec 14 17:12:40 thearch systemd[1]: Listening on Process Core Dump Socket.
Dec 14 17:12:40 thearch systemd[1]: Listening on Journal Audit Socket.
Dec 14 17:12:40 thearch systemd[1]: Listening on Journal Socket (/dev/log).
Dec 14 17:12:40 thearch systemd[1]: Listening on Journal Socket.
Dec 14 17:12:40 thearch systemd[1]: Listening on udev Control Socket.
Dec 14 17:12:40 thearch systemd[1]: Listening on udev Kernel Socket.
Dec 14 17:12:40 thearch systemd[1]: Mounting Huge Pages File System...
Dec 14 17:12:40 thearch systemd[1]: Mounting POSIX Message Queue File System...
Dec 14 17:12:40 thearch systemd[1]: Mounting Kernel Debug File System...
Dec 14 17:12:40 thearch systemd[1]: Mounting Kernel Trace File System...
Dec 14 17:12:40 thearch systemd[1]: Starting Create list of static device nodes for the current kernel...
Dec 14 17:12:40 thearch systemd[1]: Starting Load Kernel Module configfs...
Dec 14 17:12:40 thearch systemd[1]: Starting Load Kernel Module drm...
Dec 14 17:12:40 thearch systemd[1]: Starting Load Kernel Module fuse...
Dec 14 17:12:40 thearch systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
Dec 14 17:12:40 thearch systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
Dec 14 17:12:40 thearch systemd[1]: Starting Journal Service...
Dec 14 17:12:40 thearch systemd[1]: Starting Load Kernel Modules...
Dec 14 17:12:40 thearch systemd[1]: Starting Remount Root and Kernel File Systems...
Dec 14 17:12:40 thearch systemd[1]: Condition check resulted in Repartition Root Disk being skipped.
Dec 14 17:12:40 thearch systemd[1]: Starting Coldplug All udev Devices...
Dec 14 17:12:40 thearch systemd[1]: Mounted Huge Pages File System.
Dec 14 17:12:40 thearch systemd[1]: Mounted POSIX Message Queue File System.
Dec 14 17:12:40 thearch systemd[1]: Mounted Kernel Debug File System.
Dec 14 17:12:40 thearch systemd[1]: Mounted Kernel Trace File System.
Dec 14 17:12:40 thearch systemd[1]: Finished Create list of static device nodes for the current kernel.
Dec 14 17:12:40 thearch systemd[1]: modprobe@configfs.service: Succeeded.
Dec 14 17:12:40 thearch systemd[1]: Finished Load Kernel Module configfs.
Dec 14 17:12:40 thearch systemd[1]: modprobe@drm.service: Succeeded.
Dec 14 17:12:40 thearch systemd[1]: Finished Load Kernel Module drm.
Dec 14 17:12:40 thearch systemd[1]: Mounting Kernel Configuration File System...
Dec 14 17:12:40 thearch kernel: EXT4-fs (nvme0n1p2): re-mounted. Opts: (null)
Dec 14 17:12:40 thearch kernel: Asymmetric key parser 'pkcs8' registered
Dec 14 17:12:40 thearch kernel: fuse: init (API version 7.31)
Dec 14 17:12:40 thearch kernel: *** VALIDATE fuse ***
Dec 14 17:12:40 thearch kernel: *** VALIDATE fuse ***
Dec 14 17:12:40 thearch systemd[1]: Finished Remount Root and Kernel File Systems.
Dec 14 17:12:40 thearch systemd[1]: modprobe@fuse.service: Succeeded.
Dec 14 17:12:40 thearch systemd[1]: Finished Load Kernel Module fuse.
Dec 14 17:12:40 thearch systemd[1]: Finished Load Kernel Modules.
Dec 14 17:12:40 thearch systemd[1]: Mounted Kernel Configuration File System.
Dec 14 17:12:40 thearch systemd[1]: Activating swap /swapfile...
Dec 14 17:12:40 thearch systemd[1]: Mounting FUSE Control File System...
Dec 14 17:12:40 thearch systemd[1]: Condition check resulted in First Boot Wizard being skipped.
Dec 14 17:12:40 thearch systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
Dec 14 17:12:40 thearch systemd[1]: Starting Load/Save Random Seed...
Dec 14 17:12:40 thearch systemd[1]: Starting Apply Kernel Variables...
Dec 14 17:12:40 thearch systemd[1]: Starting Create System Users...
Dec 14 17:12:40 thearch systemd[1]: Mounted FUSE Control File System.
Dec 14 17:12:40 thearch systemd[1]: Finished Apply Kernel Variables.
Dec 14 17:12:40 thearch systemd[1]: Finished Create System Users.
Dec 14 17:12:40 thearch kernel: audit: type=1130 audit(1607940760.720:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysusers comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 14 17:12:40 thearch systemd[1]: Starting Create Static Device Nodes in /dev...
Dec 14 17:12:40 thearch systemd[1]: Finished Create Static Device Nodes in /dev.
Dec 14 17:12:40 thearch kernel: audit: type=1130 audit(1607940760.730:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 14 17:12:40 thearch systemd[1]: Reached target Local File Systems (Pre).
Dec 14 17:12:40 thearch systemd[1]: Condition check resulted in Virtual Machine and Container Storage (Compatibility) being skipped.
Dec 14 17:12:40 thearch systemd[1]: Starting Rule-based Manager for Device Events and Files...
Dec 14 17:12:40 thearch systemd[1]: Finished Coldplug All udev Devices.
Dec 14 17:12:40 thearch kernel: audit: type=1130 audit(1607940760.740:4): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 14 17:12:40 thearch systemd-journald[305]: Journal started
Dec 14 17:12:40 thearch systemd-journald[305]: Runtime Journal (/run/log/journal/3696b70ef9624ea7ad62829604a12245) is 8.0M, max 772.1M, 764.1M free.
Dec 14 17:12:40 thearch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-sysusers comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 14 17:12:40 thearch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 14 17:12:40 thearch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 14 17:12:40 thearch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 14 17:12:40 thearch systemd-modules-load[306]: Inserted module 'pkcs8_key_parser'
Dec 14 17:12:40 thearch systemd-sysctl[315]: Not setting net/ipv4/conf/all/rp_filter (explicit setting exists).
Dec 14 17:12:40 thearch systemd-sysctl[315]: Not setting net/ipv4/conf/default/rp_filter (explicit setting exists).
Dec 14 17:12:40 thearch systemd-sysctl[315]: Not setting net/ipv4/conf/all/accept_source_route (explicit setting exists).
Dec 14 17:12:40 thearch systemd-sysctl[315]: Not setting net/ipv4/conf/default/accept_source_route (explicit setting exists).
Dec 14 17:12:40 thearch systemd-sysctl[315]: Not setting net/ipv4/conf/all/promote_secondaries (explicit setting exists).
Dec 14 17:12:40 thearch systemd-sysctl[315]: Not setting net/ipv4/conf/default/promote_secondaries (explicit setting exists).
Dec 14 17:12:40 thearch systemd-random-seed[314]: Kernel entropy pool is not initialized yet, waiting until it is.
Dec 14 17:12:40 thearch systemd[1]: Starting Flush Journal to Persistent Storage...
Dec 14 17:12:40 thearch systemd-journald[305]: Time spent on flushing to /var/log/journal/3696b70ef9624ea7ad62829604a12245 is 124.581ms for 909 entries.
Dec 14 17:12:40 thearch systemd-journald[305]: System Journal (/var/log/journal/3696b70ef9624ea7ad62829604a12245) is 40.0M, max 4.0G, 3.9G free.
Dec 14 17:12:40 thearch systemd[1]: Started Journal Service.
Dec 14 17:12:40 thearch kernel: audit: type=1130 audit(1607940760.750:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 14 17:12:40 thearch kernel: audit: type=1130 audit(1607940760.760:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 14 17:12:40 thearch kernel: ACPI: AC Adapter [ADP0] (on-line)
Dec 14 17:12:40 thearch kernel: acpi_cpufreq: overriding BIOS provided _PSD data
Dec 14 17:12:40 thearch kernel: hidraw: raw HID events driver (C) Jiri Kosina
Dec 14 17:12:40 thearch kernel: i2c_hid i2c-MSFT0001:00: i2c-MSFT0001:00 supply vdd not found, using dummy regulator
Dec 14 17:12:40 thearch kernel: i2c_hid i2c-MSFT0001:00: i2c-MSFT0001:00 supply vddl not found, using dummy regulator
Dec 14 17:12:40 thearch kernel: acpi PNP0C14:01: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
Dec 14 17:12:40 thearch kernel: acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
Dec 14 17:12:40 thearch kernel: acpi PNP0C14:03: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:00)
Dec 14 17:12:40 thearch kernel: Adding 2097148k swap on /swapfile.  Priority:-2 extents:4 across:2244604k SSFS
Dec 14 17:12:40 thearch kernel: piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
Dec 14 17:12:40 thearch kernel: piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
Dec 14 17:12:40 thearch kernel: piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
Dec 14 17:12:40 thearch kernel: sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
Dec 14 17:12:40 thearch kernel: sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
Dec 14 17:12:40 thearch kernel: sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
Dec 14 17:12:40 thearch kernel: snd_pci_acp3x 0000:05:00.5: enabling device (0000 -> 0002)
Dec 14 17:12:40 thearch kernel: snd_pci_acp3x 0000:05:00.5: Invalid ACP audio mode : 0
Dec 14 17:12:40 thearch kernel: input: PC Speaker as /devices/platform/pcspkr/input/input6
Dec 14 17:12:40 thearch kernel: mc: Linux media interface: v0.10
Dec 14 17:12:40 thearch kernel: audit: type=1130 audit(1607940760.820:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:acpi_video1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 14 17:12:40 thearch kernel: cryptd: max_cpu_qlen set to 1000
Dec 14 17:12:40 thearch kernel: videodev: Linux video capture interface: v2.00
Dec 14 17:12:40 thearch kernel: AVX2 version of gcm_enc/dec engaged.
Dec 14 17:12:40 thearch kernel: AES CTR mode by8 optimization enabled
Dec 14 17:12:40 thearch kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
Dec 14 17:12:40 thearch kernel: audit: type=1130 audit(1607940760.840:8): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ldconfig comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 14 17:12:40 thearch kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
Dec 14 17:12:40 thearch kernel: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
Dec 14 17:12:40 thearch kernel: cfg80211: failed to load regulatory.db
Dec 14 17:12:40 thearch kernel: snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
Dec 14 17:12:40 thearch kernel: snd_hda_intel 0000:01:00.1: Disabling MSI
Dec 14 17:12:40 thearch kernel: snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
Dec 14 17:12:40 thearch kernel: snd_hda_intel 0000:05:00.6: enabling device (0000 -> 0002)
Dec 14 17:12:40 thearch kernel: uvcvideo: Found UVC 1.10 device Integrated Camera (04f2:b6c2)
Dec 14 17:12:40 thearch kernel: Bluetooth: Core ver 2.22
Dec 14 17:12:40 thearch kernel: NET: Registered protocol family 31
Dec 14 17:12:40 thearch kernel: Bluetooth: HCI device and connection manager initialized
Dec 14 17:12:40 thearch kernel: Bluetooth: HCI socket layer initialized
Dec 14 17:12:40 thearch kernel: Bluetooth: L2CAP socket layer initialized
Dec 14 17:12:40 thearch kernel: Bluetooth: SCO socket layer initialized
Dec 14 17:12:40 thearch kernel: input: Integrated Camera: Integrated C as /devices/pci0000:00/0000:00:08.1/0000:05:00.3/usb1/1-3/1-3:1.0/input/input7
Dec 14 17:12:40 thearch kernel: usbcore: registered new interface driver uvcvideo
Dec 14 17:12:40 thearch kernel: USB Video Class driver (1.1.1)
Dec 14 17:12:40 thearch kernel: usbcore: registered new interface driver btusb
Dec 14 17:12:40 thearch kernel: libphy: r8169: probed
Dec 14 17:12:40 thearch kernel: r8169 0000:03:00.0 eth0: RTL8168gu/8111gu, 54:05:db:6b:07:bd, XID 509, IRQ 76
Dec 14 17:12:40 thearch kernel: r8169 0000:03:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
Dec 14 17:12:40 thearch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 14 17:12:40 thearch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:acpi_video1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 14 17:12:40 thearch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=ldconfig comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 14 17:12:40 thearch systemd[1]: Started Rule-based Manager for Device Events and Files.
Dec 14 17:12:40 thearch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-flush comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 14 17:12:40 thearch systemd[1]: Activated swap /swapfile.
Dec 14 17:12:40 thearch systemd[1]: Reached target Swap.
Dec 14 17:12:40 thearch systemd[1]: Mounting Temporary Directory (/tmp)...
Dec 14 17:12:40 thearch systemd[1]: Mounted Temporary Directory (/tmp).
Dec 14 17:12:40 thearch kernel: audit: type=1130 audit(1607940760.900:9): 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'
Dec 14 17:12:40 thearch systemd[1]: Reached target Local File Systems.
Dec 14 17:12:40 thearch systemd[1]: Starting Rebuild Dynamic Linker Cache...
Dec 14 17:12:40 thearch systemd[1]: Created slice system-systemd\x2dbacklight.slice.
Dec 14 17:12:40 thearch systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:acpi_video1...
Dec 14 17:12:40 thearch systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:acpi_video1.
Dec 14 17:12:40 thearch systemd[1]: Finished Rebuild Dynamic Linker Cache.
Dec 14 17:12:40 thearch systemd[1]: Finished Flush Journal to Persistent Storage.
Dec 14 17:12:40 thearch systemd[1]: Starting Create Volatile Files and Directories...
Dec 14 17:12:40 thearch systemd-udevd[371]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Dec 14 17:12:40 thearch systemd[1]: Finished Create Volatile Files and Directories.
Dec 14 17:12:40 thearch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 14 17:12:40 thearch systemd[1]: Starting Rebuild Journal Catalog...
Dec 14 17:12:40 thearch kernel: audit: type=1130 audit(1607940760.910:10): 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'
Dec 14 17:12:40 thearch systemd[1]: Starting Update UTMP about System Boot/Shutdown...
Dec 14 17:12:40 thearch audit[413]: SYSTEM_BOOT pid=413 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
Dec 14 17:12:40 thearch systemd[1]: Finished Update UTMP about System Boot/Shutdown.
Dec 14 17:12:40 thearch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-utmp comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 14 17:12:40 thearch systemd[1]: Finished Rebuild Journal Catalog.
Dec 14 17:12:40 thearch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journal-catalog-update comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 14 17:12:40 thearch systemd[1]: Starting Update is Completed...
Dec 14 17:12:40 thearch systemd[1]: Finished Update is Completed.
Dec 14 17:12:40 thearch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-update-done comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 14 17:12:40 thearch systemd[1]: Reached target System Initialization.
Dec 14 17:12:40 thearch systemd[1]: Started Daily man-db regeneration.
Dec 14 17:12:40 thearch systemd[1]: Started Daily verification of password and group files.
Dec 14 17:12:40 thearch systemd[1]: Started Daily Cleanup of Temporary Directories.
Dec 14 17:12:40 thearch systemd[1]: Reached target Timers.
Dec 14 17:12:40 thearch systemd[1]: Listening on D-Bus System Message Bus Socket.
Dec 14 17:12:40 thearch systemd[1]: Reached target Sockets.
Dec 14 17:12:40 thearch systemd[1]: Reached target Basic System.
Dec 14 17:12:40 thearch systemd[1]: Started ACPI event daemon.
Dec 14 17:12:40 thearch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=acpid comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 14 17:12:40 thearch systemd[1]: Started D-Bus System Message Bus.
Dec 14 17:12:40 thearch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=dbus comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 14 17:12:40 thearch systemd[1]: Starting Wireless service...
Dec 14 17:12:40 thearch systemd[1]: Condition check resulted in SSH Key Generation being skipped.
Dec 14 17:12:40 thearch systemd[1]: Starting User Login Management...
Dec 14 17:12:40 thearch kernel: random: dbus-daemon: uninitialized urandom read (12 bytes read)
Dec 14 17:12:40 thearch kernel: proc: Bad value for 'hidepid'
Dec 14 17:12:40 thearch kernel: random: dbus-daemon: uninitialized urandom read (12 bytes read)
Dec 14 17:12:40 thearch kernel: battery: ACPI: Battery Slot [BAT0] (battery present)
Dec 14 17:12:40 thearch kernel: input: Ideapad extra buttons as /devices/pci0000:00/0000:00:14.3/PNP0C09:00/VPC2004:00/input/input8
Dec 14 17:12:40 thearch systemd-logind[421]: New seat seat0.
Dec 14 17:12:40 thearch systemd[1]: Started User Login Management.
Dec 14 17:12:40 thearch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-logind comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 14 17:12:40 thearch systemd-logind[421]: Watching system buttons on /dev/input/event1 (Power Button)
Dec 14 17:12:40 thearch systemd-logind[421]: Watching system buttons on /dev/input/event2 (Power Button)
Dec 14 17:12:41 thearch systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Dec 14 17:12:41 thearch systemd[1]: Starting Load/Save RF Kill Switch Status...
Dec 14 17:12:41 thearch systemd-logind[421]: Watching system buttons on /dev/input/event0 (Lid Switch)
Dec 14 17:12:41 thearch systemd-udevd[350]: Using default interface naming scheme 'v247'.
Dec 14 17:12:41 thearch systemd[1]: Reached target Bluetooth.
Dec 14 17:12:41 thearch systemd-udevd[350]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Dec 14 17:12:41 thearch kernel: r8169 0000:03:00.0 eno1: renamed from eth0
Dec 14 17:12:41 thearch kernel: NET: Registered protocol family 38
Dec 14 17:12:41 thearch kernel: snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC257: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
Dec 14 17:12:41 thearch kernel: snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Dec 14 17:12:41 thearch kernel: snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
Dec 14 17:12:41 thearch kernel: snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
Dec 14 17:12:41 thearch kernel: snd_hda_codec_realtek hdaudioC1D0:    inputs:
Dec 14 17:12:41 thearch kernel: snd_hda_codec_realtek hdaudioC1D0:      Mic=0x19
Dec 14 17:12:41 thearch kernel: snd_hda_codec_realtek hdaudioC1D0:      Internal Mic=0x12
Dec 14 17:12:41 thearch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 14 17:12:41 thearch systemd[1]: Started Load/Save RF Kill Switch Status.
Dec 14 17:12:41 thearch kernel: kvm: Nested Virtualization enabled
Dec 14 17:12:41 thearch kernel: kvm: Nested Paging enabled
Dec 14 17:12:41 thearch kernel: SVM: Virtual VMLOAD VMSAVE supported
Dec 14 17:12:41 thearch kernel: SVM: Virtual GIF supported
Dec 14 17:12:41 thearch kernel: MCE: In-kernel MCE decoding enabled.
Dec 14 17:12:41 thearch kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Dec 14 17:12:41 thearch kernel: EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                                 Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                                 (Note that use of the override may cause unknown side effects.)
Dec 14 17:12:41 thearch kernel: input: MSFT0001:00 04F3:3140 Mouse as /devices/platform/AMDI0010:03/i2c-0/i2c-MSFT0001:00/0018:04F3:3140.0001/input/input10
Dec 14 17:12:41 thearch kernel: input: MSFT0001:00 04F3:3140 Touchpad as /devices/platform/AMDI0010:03/i2c-0/i2c-MSFT0001:00/0018:04F3:3140.0001/input/input11
Dec 14 17:12:41 thearch kernel: hid-generic 0018:04F3:3140.0001: input,hidraw0: I2C HID v1.00 Mouse [MSFT0001:00 04F3:3140] on i2c-MSFT0001:00
Dec 14 17:12:41 thearch iwd[419]: Wireless daemon version 1.9
Dec 14 17:12:41 thearch systemd[1]: Started Wireless service.
Dec 14 17:12:41 thearch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=iwd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 14 17:12:41 thearch systemd[1]: Reached target Network.
Dec 14 17:12:41 thearch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=sshd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 14 17:12:41 thearch iwd[419]: station: Network configuration is disabled.
Dec 14 17:12:41 thearch systemd[1]: Started OpenSSH Daemon.
Dec 14 17:12:41 thearch systemd[1]: Starting Permit User Sessions...
Dec 14 17:12:41 thearch systemd[1]: Finished Permit User Sessions.
Dec 14 17:12:41 thearch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-user-sessions comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 14 17:12:41 thearch systemd[1]: Started Getty on tty1.
Dec 14 17:12:41 thearch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty1 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 14 17:12:41 thearch systemd[1]: Reached target Login Prompts.
Dec 14 17:12:41 thearch systemd[1]: Reached target Multi-User System.
Dec 14 17:12:41 thearch systemd[1]: Reached target Graphical Interface.
Dec 14 17:12:41 thearch acpid[417]: starting up with netlink and the input layer
Dec 14 17:12:41 thearch acpid[417]: 1 rule loaded
Dec 14 17:12:41 thearch acpid[417]: waiting for events: event logging is off
Dec 14 17:12:41 thearch iwd[419]: rfkill id 1 can't be matched to a wiphy
Dec 14 17:12:41 thearch systemd-udevd[358]: Using default interface naming scheme 'v247'.
Dec 14 17:12:41 thearch systemd-udevd[358]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Dec 14 17:12:41 thearch systemd-logind[421]: Watching system buttons on /dev/input/event5 (AT Translated Set 2 keyboard)
Dec 14 17:12:41 thearch kernel: input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:08.1/0000:05:00.6/sound/card1/input9
Dec 14 17:12:41 thearch systemd[1]: Reached target Sound Card.
Dec 14 17:12:41 thearch kernel: input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:08.1/0000:05:00.6/sound/card1/input12
Dec 14 17:12:41 thearch kernel: input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:05:00.6/sound/card1/input13
Dec 14 17:12:41 thearch kernel: input: MSFT0001:00 04F3:3140 Mouse as /devices/platform/AMDI0010:03/i2c-0/i2c-MSFT0001:00/0018:04F3:3140.0001/input/input14
Dec 14 17:12:41 thearch kernel: input: MSFT0001:00 04F3:3140 Touchpad as /devices/platform/AMDI0010:03/i2c-0/i2c-MSFT0001:00/0018:04F3:3140.0001/input/input15
Dec 14 17:12:41 thearch kernel: hid-multitouch 0018:04F3:3140.0001: input,hidraw0: I2C HID v1.00 Mouse [MSFT0001:00 04F3:3140] on i2c-MSFT0001:00
Dec 14 17:12:41 thearch kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Dec 14 17:12:41 thearch kernel: EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                                 Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                                 (Note that use of the override may cause unknown side effects.)
Dec 14 17:12:41 thearch kernel: mousedev: PS/2 mouse device common for all mice
Dec 14 17:12:41 thearch kernel: ath10k_pci 0000:04:00.0: enabling device (0000 -> 0002)
Dec 14 17:12:41 thearch kernel: ath10k_pci 0000:04:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0
Dec 14 17:12:41 thearch kernel: nvidia: loading out-of-tree module taints kernel.
Dec 14 17:12:41 thearch kernel: nvidia: module license 'NVIDIA' taints kernel.
Dec 14 17:12:41 thearch kernel: Disabling lock debugging due to kernel taint
Dec 14 17:12:41 thearch kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Dec 14 17:12:41 thearch kernel: EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                                 Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                                 (Note that use of the override may cause unknown side effects.)
Dec 14 17:12:41 thearch kernel: nvidia: module verification failed: signature and/or required key missing - tainting kernel
Dec 14 17:12:41 thearch kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 237
Dec 14 17:12:41 thearch kernel: nvidia 0000:01:00.0: enabling device (0100 -> 0103)
Dec 14 17:12:41 thearch kernel: nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=none
Dec 14 17:12:41 thearch kernel: ath10k_pci 0000:04:00.0: qca6174 hw3.2 target 0x05030000 chip_id 0x00340aff sub 17aa:0827
Dec 14 17:12:41 thearch kernel: ath10k_pci 0000:04:00.0: kconfig debug 1 debugfs 1 tracing 1 dfs 0 testmode 0
Dec 14 17:12:41 thearch kernel: ath10k_pci 0000:04:00.0: firmware ver WLAN.RM.4.4.1-00157-QCARMSWPZ-1 api 6 features wowlan,ignore-otp,mfp crc32 90eebefb
Dec 14 17:12:41 thearch kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module  455.45.01  Thu Nov  5 23:03:56 UTC 2020
Dec 14 17:12:41 thearch kernel: ath10k_pci 0000:04:00.0: board_file api 2 bmi_id N/A crc32 318825bf
Dec 14 17:12:41 thearch kernel: ath10k_pci 0000:04:00.0: unsupported HTC service id: 1536
Dec 14 17:12:41 thearch kernel: ath10k_pci 0000:04:00.0: htt-ver 3.60 wmi-op 4 htt-op 3 cal otp max-sta 32 raw 0 hwcrypto 1
Dec 14 17:12:42 thearch iwd[419]: Received a NEW_INTERFACE for a wiphy id that isn't tracked.  This is most ikely a kernel bug where NEW_WIPHY events that are too large are dropped on the floor.  Attempting a workaround...
Dec 14 17:12:42 thearch kernel: ath: EEPROM regdomain: 0x6c
Dec 14 17:12:42 thearch kernel: ath: EEPROM indicates we should expect a direct regpair map
Dec 14 17:12:42 thearch kernel: ath: Country alpha2 being used: 00
Dec 14 17:12:42 thearch kernel: ath: Regpair used: 0x6c
Dec 14 17:12:42 thearch systemd-udevd[364]: Using default interface naming scheme 'v247'.
Dec 14 17:12:42 thearch iwd[419]: Wiphy: 0, Name: phy0
Dec 14 17:12:42 thearch iwd[419]:         Permanent Address: 80:30:49:9a:d4:61
Dec 14 17:12:42 thearch iwd[419]:         Bands: 2.4 GHz 5 GHz
Dec 14 17:12:42 thearch iwd[419]:         Ciphers: CCMP TKIP BIP
Dec 14 17:12:42 thearch iwd[419]:         Supported iftypes: ad-hoc station ap p2p-client p2p-go p2p-device
Dec 14 17:12:42 thearch systemd-udevd[364]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Dec 14 17:12:42 thearch kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Dec 14 17:12:42 thearch kernel: EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                                 Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                                 (Note that use of the override may cause unknown side effects.)
Dec 14 17:12:42 thearch kernel: nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  455.45.01  Thu Nov  5 22:55:44 UTC 2020
Dec 14 17:12:42 thearch systemd[1]: Starting Load/Save Screen Backlight Brightness of backlight:acpi_video0...
Dec 14 17:12:42 thearch kernel: [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
Dec 14 17:12:42 thearch kernel: [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 0
Dec 14 17:12:42 thearch systemd[1]: Finished Load/Save Screen Backlight Brightness of backlight:acpi_video0.
Dec 14 17:12:42 thearch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-backlight@backlight:acpi_video0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 14 17:12:42 thearch systemd-udevd[336]: Using default interface naming scheme 'v247'.
Dec 14 17:12:42 thearch kernel: random: crng init done
Dec 14 17:12:42 thearch kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Dec 14 17:12:42 thearch kernel: EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                                 Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                                 (Note that use of the override may cause unknown side effects.)
Dec 14 17:12:42 thearch systemd[1]: Finished Load/Save Random Seed.
Dec 14 17:12:42 thearch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-random-seed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 14 17:12:42 thearch systemd[1]: Condition check resulted in First Boot Complete being skipped.
Dec 14 17:12:42 thearch systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
Dec 14 17:12:42 thearch systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
Dec 14 17:12:42 thearch systemd[1]: Startup finished in 3.726s (firmware) + 3.828s (loader) + 1.715s (kernel) + 2.038s (userspace) = 11.309s.
Dec 14 17:12:42 thearch kernel: input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input16
Dec 14 17:12:42 thearch kernel: ath10k_pci 0000:04:00.0: unsupported HTC service id: 1536
Dec 14 17:12:42 thearch systemd-udevd[336]: ethtool: autonegotiation is unset or enabled, the speed and duplex are not writable.
Dec 14 17:12:42 thearch sshd[504]: Server listening on 0.0.0.0 port 22.
Dec 14 17:12:42 thearch sshd[504]: Server listening on :: port 22.
Dec 14 17:12:42 thearch kernel: wlan0: authenticate with 2c:08:8c:ab:35:ea
Dec 14 17:12:42 thearch kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Dec 14 17:12:42 thearch kernel: EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                                 Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                                 (Note that use of the override may cause unknown side effects.)
Dec 14 17:12:42 thearch kernel: wlan0: send auth to 2c:08:8c:ab:35:ea (try 1/3)
Dec 14 17:12:42 thearch kernel: wlan0: authenticated
Dec 14 17:12:42 thearch kernel: wlan0: associate with 2c:08:8c:ab:35:ea (try 1/3)
Dec 14 17:12:42 thearch kernel: wlan0: RX AssocResp from 2c:08:8c:ab:35:ea (capab=0x1411 status=0 aid=3)
Dec 14 17:12:42 thearch kernel: wlan0: associated
Dec 14 17:12:42 thearch iwd[419]: hardware_rekey not supported
Dec 14 17:12:42 thearch kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
Dec 14 17:12:43 thearch kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Dec 14 17:12:43 thearch kernel: EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                                 Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                                 (Note that use of the override may cause unknown side effects.)
Dec 14 17:12:43 thearch kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Dec 14 17:12:43 thearch kernel: EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                                 Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                                 (Note that use of the override may cause unknown side effects.)
Dec 14 17:12:43 thearch kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Dec 14 17:12:43 thearch kernel: EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                                 Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                                 (Note that use of the override may cause unknown side effects.)
Dec 14 17:12:44 thearch kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Dec 14 17:12:44 thearch kernel: EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                                 Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                                 (Note that use of the override may cause unknown side effects.)
Dec 14 17:12:44 thearch kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Dec 14 17:12:44 thearch kernel: EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                                 Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                                 (Note that use of the override may cause unknown side effects.)
Dec 14 17:12:44 thearch kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Dec 14 17:12:44 thearch kernel: EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                                 Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                                 (Note that use of the override may cause unknown side effects.)
Dec 14 17:12:44 thearch kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Dec 14 17:12:44 thearch kernel: EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                                 Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                                 (Note that use of the override may cause unknown side effects.)
Dec 14 17:12:44 thearch kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Dec 14 17:12:44 thearch kernel: EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                                 Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                                 (Note that use of the override may cause unknown side effects.)
Dec 14 17:12:45 thearch kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Dec 14 17:12:45 thearch kernel: EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                                 Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                                 (Note that use of the override may cause unknown side effects.)
Dec 14 17:12:45 thearch kernel: EDAC amd64: Node 0: DRAM ECC disabled.
Dec 14 17:12:45 thearch kernel: EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
                                 Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
                                 (Note that use of the override may cause unknown side effects.)
Dec 14 17:12:47 thearch systemd[1]: systemd-rfkill.service: Succeeded.
Dec 14 17:12:47 thearch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 14 17:12:47 thearch kernel: kauditd_printk_skb: 14 callbacks suppressed
Dec 14 17:12:47 thearch kernel: audit: type=1131 audit(1607940767.040:25): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-rfkill comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 14 17:12:51 thearch audit[506]: USER_AUTH pid=506 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/login" hostname=thearch addr=? terminal=tty1 res=success'
Dec 14 17:12:51 thearch kernel: audit: type=1100 audit(1607940771.780:26): pid=506 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/login" hostname=thearch addr=? terminal=tty1 res=success'
Dec 14 17:12:51 thearch audit[506]: USER_ACCT pid=506 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="root" exe="/usr/bin/login" hostname=thearch addr=? terminal=tty1 res=success'
Dec 14 17:12:51 thearch audit[506]: CRED_ACQ pid=506 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/login" hostname=thearch addr=? terminal=tty1 res=success'
Dec 14 17:12:51 thearch login[506]: pam_unix(login:session): session opened for user root(uid=0) by LOGIN(uid=0)
Dec 14 17:12:51 thearch kernel: audit: type=1101 audit(1607940771.790:27): pid=506 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="root" exe="/usr/bin/login" hostname=thearch addr=? terminal=tty1 res=success'
Dec 14 17:12:51 thearch kernel: audit: type=1103 audit(1607940771.790:28): pid=506 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/login" hostname=thearch addr=? terminal=tty1 res=success'
Dec 14 17:12:51 thearch kernel: audit: type=1006 audit(1607940771.790:29): pid=506 uid=0 old-auid=4294967295 auid=0 tty=tty1 old-ses=4294967295 ses=1 res=1
Dec 14 17:12:51 thearch systemd[1]: Created slice User Slice of UID 0.
Dec 14 17:12:51 thearch systemd[1]: Starting User Runtime Directory /run/user/0...
Dec 14 17:12:51 thearch systemd-logind[421]: New session 1 of user root.
Dec 14 17:12:51 thearch systemd[1]: Finished User Runtime Directory /run/user/0.
Dec 14 17:12:51 thearch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 14 17:12:51 thearch systemd[1]: Starting User Manager for UID 0...
Dec 14 17:12:51 thearch kernel: audit: type=1130 audit(1607940771.810:30): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user-runtime-dir@0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 14 17:12:51 thearch audit[553]: USER_ACCT pid=553 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="root" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 14 17:12:51 thearch audit[553]: CRED_ACQ pid=553 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="root" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Dec 14 17:12:51 thearch systemd[553]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[root] ruser=[<unknown>] rhost=[<unknown>]
Dec 14 17:12:51 thearch systemd[553]: pam_unix(systemd-user:session): session opened for user root(uid=0) by (uid=0)
Dec 14 17:12:51 thearch systemd[553]: pam_env(systemd-user:session): deprecated reading of user environment enabled
Dec 14 17:12:51 thearch audit[553]: USER_START pid=553 uid=0 auid=0 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="root" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 14 17:12:51 thearch kernel: audit: type=1101 audit(1607940771.820:31): pid=553 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="root" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 14 17:12:51 thearch kernel: audit: type=1103 audit(1607940771.820:32): pid=553 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=? acct="root" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
Dec 14 17:12:51 thearch kernel: audit: type=1006 audit(1607940771.820:33): pid=553 uid=0 old-auid=4294967295 auid=0 tty=(none) old-ses=4294967295 ses=2 res=1
Dec 14 17:12:51 thearch kernel: audit: type=1105 audit(1607940771.820:34): pid=553 uid=0 auid=0 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="root" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 14 17:12:51 thearch systemd[553]: Queued start job for default target Main User Target.
Dec 14 17:12:51 thearch systemd[553]: Created slice User Application Slice.
Dec 14 17:12:51 thearch systemd[553]: Reached target Paths.
Dec 14 17:12:51 thearch systemd[553]: Reached target Timers.
Dec 14 17:12:51 thearch systemd[553]: Starting D-Bus User Message Bus Socket.
Dec 14 17:12:51 thearch systemd[553]: Listening on GnuPG network certificate management daemon.
Dec 14 17:12:51 thearch systemd[553]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Dec 14 17:12:51 thearch systemd[553]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Dec 14 17:12:51 thearch systemd[553]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Dec 14 17:12:51 thearch systemd[553]: Listening on GnuPG cryptographic agent and passphrase cache.
Dec 14 17:12:51 thearch systemd[553]: Listening on p11-kit server.
Dec 14 17:12:51 thearch systemd[553]: Condition check resulted in Sound System being skipped.
Dec 14 17:12:51 thearch systemd[553]: Listening on D-Bus User Message Bus Socket.
Dec 14 17:12:51 thearch systemd[553]: Reached target Sockets.
Dec 14 17:12:51 thearch systemd[553]: Reached target Basic System.
Dec 14 17:12:51 thearch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=user@0 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 14 17:12:51 thearch systemd[553]: Reached target Main User Target.
Dec 14 17:12:51 thearch systemd[553]: Startup finished in 47ms.
Dec 14 17:12:51 thearch systemd[1]: Started User Manager for UID 0.
Dec 14 17:12:51 thearch systemd[1]: Started Session 1 of user root.
Dec 14 17:12:51 thearch login[506]: pam_env(login:session): deprecated reading of user environment enabled
Dec 14 17:12:51 thearch audit[506]: USER_START pid=506 uid=0 auid=0 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="root" exe="/usr/bin/login" hostname=thearch addr=? terminal=tty1 res=success'
Dec 14 17:12:51 thearch audit[506]: CRED_REFR pid=506 uid=0 auid=0 ses=1 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/login" hostname=thearch addr=? terminal=tty1 res=success'
Dec 14 17:12:51 thearch login[506]: ROOT LOGIN ON tty1
Dec 14 17:12:55 thearch acpid[417]: client connected from 564[0:0]
Dec 14 17:12:55 thearch acpid[417]: 1 client rule loaded
Dec 14 17:12:55 thearch acpid[417]: client 564[0:0] has disconnected
Dec 14 17:13:09 thearch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 14 17:13:09 thearch systemd[1]: Started Getty on tty2.
Dec 14 17:13:09 thearch kernel: kauditd_printk_skb: 3 callbacks suppressed
Dec 14 17:13:09 thearch kernel: audit: type=1130 audit(1607940789.220:38): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=getty@tty2 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 14 17:13:16 thearch audit[565]: USER_AUTH pid=565 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/login" hostname=thearch addr=? terminal=tty2 res=success'
Dec 14 17:13:16 thearch audit[565]: USER_ACCT pid=565 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="root" exe="/usr/bin/login" hostname=thearch addr=? terminal=tty2 res=success'
Dec 14 17:13:16 thearch audit[565]: CRED_ACQ pid=565 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/login" hostname=thearch addr=? terminal=tty2 res=success'
Dec 14 17:13:16 thearch login[565]: pam_unix(login:session): session opened for user root(uid=0) by LOGIN(uid=0)
Dec 14 17:13:16 thearch kernel: audit: type=1100 audit(1607940796.560:39): pid=565 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:authentication grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/login" hostname=thearch addr=? terminal=tty2 res=success'
Dec 14 17:13:16 thearch kernel: audit: type=1101 audit(1607940796.560:40): pid=565 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:accounting grantors=pam_access,pam_unix,pam_permit,pam_time acct="root" exe="/usr/bin/login" hostname=thearch addr=? terminal=tty2 res=success'
Dec 14 17:13:16 thearch kernel: audit: type=1103 audit(1607940796.560:41): pid=565 uid=0 auid=4294967295 ses=4294967295 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/login" hostname=thearch addr=? terminal=tty2 res=success'
Dec 14 17:13:16 thearch kernel: audit: type=1006 audit(1607940796.560:42): pid=565 uid=0 old-auid=4294967295 auid=0 tty=tty2 old-ses=4294967295 ses=3 res=1
Dec 14 17:13:16 thearch systemd-logind[421]: New session 3 of user root.
Dec 14 17:13:16 thearch systemd[1]: Started Session 3 of user root.
Dec 14 17:13:16 thearch login[565]: pam_env(login:session): deprecated reading of user environment enabled
Dec 14 17:13:16 thearch audit[565]: USER_START pid=565 uid=0 auid=0 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="root" exe="/usr/bin/login" hostname=thearch addr=? terminal=tty2 res=success'
Dec 14 17:13:16 thearch audit[565]: CRED_REFR pid=565 uid=0 auid=0 ses=3 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/login" hostname=thearch addr=? terminal=tty2 res=success'
Dec 14 17:13:16 thearch login[565]: ROOT LOGIN ON tty2
Dec 14 17:13:16 thearch kernel: audit: type=1105 audit(1607940796.580:43): pid=565 uid=0 auid=0 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="root" exe="/usr/bin/login" hostname=thearch addr=? terminal=tty2 res=success'
Dec 14 17:13:16 thearch kernel: audit: type=1110 audit(1607940796.580:44): pid=565 uid=0 auid=0 ses=3 msg='op=PAM:setcred grantors=pam_securetty,pam_shells,pam_faillock,pam_permit,pam_faillock acct="root" exe="/usr/bin/login" hostname=thearch addr=? terminal=tty2 res=success'
Dec 14 17:28:07 thearch systemd[1]: Starting Cleanup of Temporary Directories...
Dec 14 17:28:07 thearch systemd[1]: systemd-tmpfiles-clean.service: Succeeded.
Dec 14 17:28:07 thearch systemd[1]: Finished Cleanup of Temporary Directories.
Dec 14 17:28:07 thearch audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 14 17:28:07 thearch audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 14 17:28:07 thearch kernel: audit: type=1130 audit(1607941687.151:45): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 14 17:28:07 thearch kernel: audit: type=1131 audit(1607941687.151:46): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 14 18:10:24 thearch dhcpcd[593]: dhcpcd-9.3.4 starting
Dec 14 18:10:24 thearch dhcpcd[596]: DUID 00:04:0d:8b:a2:6b:f9:70:11:ea:80:e7:54:05:db:6b:07:bd
Dec 14 18:10:24 thearch kernel: 8021q: 802.1Q VLAN Support v1.8
Dec 14 18:10:24 thearch dhcpcd[596]: wlan0: connected to Access Point: Jalamouk
Dec 14 18:10:24 thearch dhcpcd[596]: wlan0: IAID 49:9a:d4:61
Dec 14 18:10:25 thearch dhcpcd[596]: wlan0: soliciting an IPv6 router
Dec 14 18:10:26 thearch dhcpcd[596]: wlan0: rebinding lease of 192.168.1.42
Dec 14 18:10:27 thearch dhcpcd[596]: wlan0: probing address 192.168.1.42/24
Dec 14 18:10:32 thearch dhcpcd[596]: wlan0: leased 192.168.1.42 for 86400 seconds
Dec 14 18:10:32 thearch dhcpcd[596]: wlan0: adding route to 192.168.1.0/24
Dec 14 18:10:32 thearch dhcpcd[596]: wlan0: adding default route via 192.168.1.1
Dec 14 18:10:37 thearch dhcpcd[596]: wlan0: no IPv6 Routers available

Offline

#4 2020-12-14 11:42:22

Ropid
Member
Registered: 2015-03-09
Posts: 1,069

Re: stock with nvidia and xorg[SOLVED]

This is a mistake:

-----/etc/mkinitcpio.conf------
MODULES=(AMDGPU, RADEON)

The list should be without the "," comma and it should be "amdgpu" lower-case. You also don't have to worry about "radeon". It won't load for your GPU because it's for old GPUs, only the amdgpu module will try to load. This means the config should look like this:

-----/etc/mkinitcpio.conf------
MODULES=(amdgpu)

Make sure to run "sudo mkinitcpio -P" after editing the file.

The things you do in /etc/modprobe.d/ should not matter. I would remove those config files you created there.

You can remove "xf86-video-ati". It's for old GPUs. The current GPUs use the video module that's in "xf86-video-amdgpu".

Offline

#5 2020-12-14 11:51:25

jeromeBdt
Member
Registered: 2020-12-03
Posts: 22

Re: stock with nvidia and xorg[SOLVED]

ok, i did correct ''amggpu''

removed video-ati and the created files in /modprobe.d

now i will try to switch from linux-lts to linux

Thank you

Offline

#6 2020-12-14 12:04:53

jeromeBdt
Member
Registered: 2020-12-03
Posts: 22

Re: stock with nvidia and xorg[SOLVED]

I swapped to linux kernel

Removed nvidia-lts and installed nvidia instead

did

sudo mkinitcpio -P
pacman -Syu

// reboot
startxfce4

The server still return an error(1)

see the Xorg.0.log

[    38.628] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[    38.628] 
X.Org X Server 1.20.10
X Protocol Version 11, Revision 0
[    38.628] Build Operating System: Linux Arch Linux
[    38.628] Current Operating System: Linux thearch 5.4.83-1-lts #1 SMP Sat, 12 Dec 2020 14:36:47 +0000 x86_64
[    38.628] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-lts root=UUID=06ca5bd5-2827-4ad6-9fc7-61e7d71494de rw loglevel=3 quiet
[    38.628] Build Date: 10 December 2020  12:04:42PM
[    38.628]  
[    38.629] Current version of pixman: 0.40.0
[    38.629] 	Before reporting problems, check http://wiki.x.org
	to make sure that you have the latest version.
[    38.629] Markers: (--) probed, (**) from config file, (==) default setting,
	(++) from command line, (!!) notice, (II) informational,
	(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    38.629] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Dec 14 18:58:10 2020
[    38.630] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    38.631] (==) No Layout section.  Using the first Screen section.
[    38.631] (==) No screen section available. Using defaults.
[    38.631] (**) |-->Screen "Default Screen Section" (0)
[    38.631] (**) |   |-->Monitor "<default monitor>"
[    38.631] (==) No monitor specified for screen "Default Screen Section".
	Using a default monitor configuration.
[    38.631] (==) Automatically adding devices
[    38.631] (==) Automatically enabling devices
[    38.631] (==) Automatically adding GPU devices
[    38.631] (==) Automatically binding GPU devices
[    38.631] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    38.633] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    38.633] 	Entry deleted from font path.
[    38.635] (==) FontPath set to:
	/usr/share/fonts/misc,
	/usr/share/fonts/TTF,
	/usr/share/fonts/OTF,
	/usr/share/fonts/100dpi,
	/usr/share/fonts/75dpi
[    38.635] (==) ModulePath set to "/usr/lib/xorg/modules"
[    38.635] (II) The server relies on udev to provide the list of input devices.
	If no devices become available, reconfigure udev or disable AutoAddDevices.
[    38.635] (II) Module ABI versions:
[    38.635] 	X.Org ANSI C Emulation: 0.4
[    38.635] 	X.Org Video Driver: 24.1
[    38.635] 	X.Org XInput driver : 24.1
[    38.635] 	X.Org Server Extension : 10.0
[    38.635] (++) using VT number 1

[    38.635] (--) controlling tty is VT number 1, auto-enabling KeepTty
[    38.638] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[    38.640] (--) PCI: (1@0:0:0) 10de:1f99:17aa:3a45 rev 161, Mem @ 0xd0000000/16777216, 0xfcc0000000/268435456, 0xfcd0000000/33554432, I/O @ 0x00003000/128, BIOS @ 0x????????/524288
[    38.640] (--) PCI:*(5@0:0:0) 1002:1636:17aa:3a45 rev 198, Mem @ 0xfce0000000/268435456, 0xfcf0000000/2097152, 0xd1700000/524288, I/O @ 0x00001000/256
[    38.640] (II) Open ACPI successful (/var/run/acpid.socket)
[    38.640] (II) LoadModule: "glx"
[    38.640] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    38.645] (II) Module glx: vendor="X.Org Foundation"
[    38.645] 	compiled for 1.20.10, module version = 1.0.0
[    38.645] 	ABI class: X.Org Server Extension, version 10.0
[    38.645] (==) Matched ati as autoconfigured driver 0
[    38.645] (==) Matched modesetting as autoconfigured driver 1
[    38.645] (==) Matched fbdev as autoconfigured driver 2
[    38.645] (==) Matched vesa as autoconfigured driver 3
[    38.645] (==) Assigned the driver to the xf86ConfigLayout
[    38.645] (II) LoadModule: "ati"
[    38.645] (WW) Warning, couldn't open module ati
[    38.645] (EE) Failed to load module "ati" (module does not exist, 0)
[    38.645] (II) LoadModule: "modesetting"
[    38.645] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    38.647] (II) Module modesetting: vendor="X.Org Foundation"
[    38.647] 	compiled for 1.20.10, module version = 1.20.10
[    38.647] 	Module class: X.Org Video Driver
[    38.647] 	ABI class: X.Org Video Driver, version 24.1
[    38.647] (II) LoadModule: "fbdev"
[    38.647] (WW) Warning, couldn't open module fbdev
[    38.647] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    38.647] (II) LoadModule: "vesa"
[    38.647] (WW) Warning, couldn't open module vesa
[    38.647] (EE) Failed to load module "vesa" (module does not exist, 0)
[    38.647] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    38.647] (EE) open /dev/dri/card0: No such file or directory
[    38.647] (WW) Falling back to old probe method for modesetting
[    38.647] (EE) open /dev/dri/card0: No such file or directory
[    38.647] (EE) Screen 0 deleted because of no matching config section.
[    38.647] (II) UnloadModule: "modesetting"
[    38.647] (EE) Device(s) detected, but none match those in the config file.
[    38.647] (EE) 
Fatal server error:
[    38.647] (EE) no screens found(EE) 
[    38.647] (EE) 
Please consult the The X.Org Foundation support 
	 at http://wiki.x.org
 for help. 
[    38.647] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[    38.647] (EE) 
[    38.650] (EE) Server terminated with error (1). Closing log file.

Offline

#7 2020-12-14 12:32:31

jeromeBdt
Member
Registered: 2020-12-03
Posts: 22

Re: stock with nvidia and xorg[SOLVED]

OOk, it works..... The server was still crashing as the switch to Linux didn't apply, i had to enable it from the grub.cfg.

That's great, Thank's a lot, i am on that for like almost 2 weeks....

Thank you.

Offline

#8 2020-12-14 13:15:25

2ManyDogs
Forum Fellow
Registered: 2012-01-15
Posts: 4,648

Re: stock with nvidia and xorg[SOLVED]

Please remember to mark your thread [SOLVED] (edit the title of your first post).

Offline

Board footer

Powered by FluxBB