You are not logged in.
Pages: 1
Hi, I've been updating this machine since around 2013, and I've just lost video. I can see grub, and afterwards is a video mode change, a bit of text (right around where the systemd version usually is I think) then it immediately cuts to black with no lit pixels (cursor, etc).
I usually use the linux-rt kernel built from AUR, but I've moved to the standard kernel for this testing. (Neither enables any video)
Linux bmo 5.5.7-arch1-1 #1 SMP PREEMPT Sat, 29 Feb 2020 19:06:02 +0000 x86_64 GNU/LinuxI can ssh to the machine just fine, I've disabled gdm and removed .xinit but I don't get any kernel output or a getty.
The video card is an AMD RX480. Mobo is ASUS PRIME Z270-A Rev 1.xx with BIOS 1302 dated 03/15/2018.
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Ellesmere [Radeon RX 470/480/570/570X/580/580X/590] (rev c7)
Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Radeon RX 480
Kernel driver in use: amdgpu
Kernel modules: amdgpuPerhaps some relevant packages:
pacman -Q | grep -E '^linux|xorg-server |^mesa|amd'
linux 5.5.7.arch1-1
linux-api-headers 5.4.17-1
linux-firewire-utils 0.4-1
linux-firmware 20200224.efcfa03-1
linux-headers 5.5.7.arch1-1
linux-rt 5.4.22.13-1
linux-rt-docs 5.4.22.13-1
linux-rt-headers 5.4.22.13-1
linuxsampler 2.1.1-2
mesa 19.3.4-2
xf86-video-amdgpu 19.1.0-1
xorg-server 1.20.7-1I tried installing
xf86-video-amdgpu-git-19.1.0.2-1 and
mesa-git 20.1.0_devel.120682.2d32248f49e-1
from the aur to no avail.
I'm not customizing my kernel but these options are mentioned in the AMDGPU doc and seem to look good:
$ zgrep CONFIG_DRM_AMDGPU /proc/config.gz
CONFIG_DRM_AMDGPU=m
CONFIG_DRM_AMDGPU_SI=y
CONFIG_DRM_AMDGPU_CIK=y
CONFIG_DRM_AMDGPU_USERPTR=y
# CONFIG_DRM_AMDGPU_GART_DEBUGFS is not setEven though there is no video without X, I've included the last X.org log just because:
[ 9.655] (WW) Failed to open protocol names file lib/xorg/protocol.txt
[ 9.655]
X.Org X Server 1.20.7
X Protocol Version 11, Revision 0
[ 9.655] Build Operating System: Linux Arch Linux
[ 9.655] Current Operating System: Linux bmo 5.5.7-arch1-1 #1 SMP PREEMPT Sat, 29 Feb 2020 19:06:02 +0000 x86_64
[ 9.655] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=110755f6-f786-4da8-86ed-7d11873c6cdf rw threadirqs elevator=noop
[ 9.655] Build Date: 14 January 2020 07:13:52AM
[ 9.655]
[ 9.655] Current version of pixman: 0.38.4
[ 9.655] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 9.655] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 9.655] (==) Log file: "/home/luke/.local/share/xorg/Xorg.0.log", Time: Thu Mar 5 18:49:05 2020
[ 9.655] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 9.655] (==) No Layout section. Using the first Screen section.
[ 9.655] (==) No screen section available. Using defaults.
[ 9.655] (**) |-->Screen "Default Screen Section" (0)
[ 9.655] (**) | |-->Monitor "<default monitor>"
[ 9.655] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 9.655] (==) Automatically adding devices
[ 9.655] (==) Automatically enabling devices
[ 9.655] (==) Automatically adding GPU devices
[ 9.655] (==) Automatically binding GPU devices
[ 9.655] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 9.655] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[ 9.655] Entry deleted from font path.
[ 9.655] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi".
[ 9.655] Entry deleted from font path.
[ 9.655] (Run 'mkfontdir' on "/usr/share/fonts/100dpi").
[ 9.655] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi".
[ 9.655] Entry deleted from font path.
[ 9.655] (Run 'mkfontdir' on "/usr/share/fonts/75dpi").
[ 9.655] (==) FontPath set to:
/usr/share/fonts/misc,
/usr/share/fonts/TTF,
/usr/share/fonts/OTF
[ 9.656] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 9.656] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 9.656] (II) Module ABI versions:
[ 9.656] X.Org ANSI C Emulation: 0.4
[ 9.656] X.Org Video Driver: 24.1
[ 9.656] X.Org XInput driver : 24.1
[ 9.656] X.Org Server Extension : 10.0
[ 9.656] (++) using VT number 1
[ 9.657] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_36
[ 9.657] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 9.658] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 10 paused 0
[ 9.659] (--) PCI:*(1@0:0:0) 1002:67df:1002:0b37 rev 199, Mem @ 0xc0000000/268435456, 0xd0000000/2097152, 0xdfe00000/262144, I/O @ 0x0000e000/256, BIOS @ 0x????????/131072
[ 9.659] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[ 9.659] (II) LoadModule: "glx"
[ 9.659] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 9.660] (II) Module glx: vendor="X.Org Foundation"
[ 9.660] compiled for 1.20.7, module version = 1.0.0
[ 9.660] ABI class: X.Org Server Extension, version 10.0
[ 9.660] (II) Applying OutputClass "AMDgpu" to /dev/dri/card0
[ 9.660] loading driver: amdgpu
[ 9.660] (==) Matched amdgpu as autoconfigured driver 0
[ 9.660] (==) Matched ati as autoconfigured driver 1
[ 9.660] (==) Matched modesetting as autoconfigured driver 2
[ 9.660] (==) Matched fbdev as autoconfigured driver 3
[ 9.660] (==) Matched vesa as autoconfigured driver 4
[ 9.660] (==) Assigned the driver to the xf86ConfigLayout
[ 9.660] (II) LoadModule: "amdgpu"
[ 9.660] (II) Loading /usr/lib/xorg/modules/drivers/amdgpu_drv.so
[ 9.660] (II) Module amdgpu: vendor="X.Org Foundation"
[ 9.660] compiled for 1.20.7, module version = 19.1.0
[ 9.660] Module class: X.Org Video Driver
[ 9.660] ABI class: X.Org Video Driver, version 24.1
[ 9.660] (II) LoadModule: "ati"
[ 9.660] (WW) Warning, couldn't open module ati
[ 9.660] (EE) Failed to load module "ati" (module does not exist, 0)
[ 9.660] (II) LoadModule: "modesetting"
[ 9.660] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[ 9.660] (II) Module modesetting: vendor="X.Org Foundation"
[ 9.660] compiled for 1.20.7, module version = 1.20.7
[ 9.660] Module class: X.Org Video Driver
[ 9.660] ABI class: X.Org Video Driver, version 24.1
[ 9.660] (II) LoadModule: "fbdev"
[ 9.660] (WW) Warning, couldn't open module fbdev
[ 9.660] (EE) Failed to load module "fbdev" (module does not exist, 0)
[ 9.660] (II) LoadModule: "vesa"
[ 9.660] (WW) Warning, couldn't open module vesa
[ 9.660] (EE) Failed to load module "vesa" (module does not exist, 0)
[ 9.660] (II) AMDGPU: Driver for AMD Radeon:
All GPUs supported by the amdgpu kernel driver
[ 9.660] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 9.660] (WW) Falling back to old probe method for modesetting
[ 9.661] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[ 9.661] (II) AMDGPU(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 9.661] (==) AMDGPU(0): Depth 24, (--) framebuffer bpp 32
[ 9.661] (II) AMDGPU(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[ 9.661] (==) AMDGPU(0): Default visual is TrueColor
[ 9.661] (==) AMDGPU(0): RGB weight 888
[ 9.661] (II) AMDGPU(0): Using 8 bits per RGB (8 bit DAC)
[ 9.661] (--) AMDGPU(0): Chipset: "AMD Radeon (TM) RX 480 Graphics" (ChipID = 0x67df)
[ 9.661] (II) Loading sub module "fb"
[ 9.661] (II) LoadModule: "fb"
[ 9.661] (II) Loading /usr/lib/xorg/modules/libfb.so
[ 9.661] (II) Module fb: vendor="X.Org Foundation"
[ 9.661] compiled for 1.20.7, module version = 1.0.0
[ 9.661] ABI class: X.Org ANSI C Emulation, version 0.4
[ 9.661] (II) Loading sub module "dri2"
[ 9.661] (II) LoadModule: "dri2"
[ 9.661] (II) Module "dri2" already built-in
[ 9.706] (II) Loading sub module "glamoregl"
[ 9.706] (II) LoadModule: "glamoregl"
[ 9.706] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[ 9.708] (II) Module glamoregl: vendor="X.Org Foundation"
[ 9.708] compiled for 1.20.7, module version = 1.0.1
[ 9.708] ABI class: X.Org ANSI C Emulation, version 0.4
[ 9.714] (II) AMDGPU(0): glamor X acceleration enabled on AMD Radeon (TM) RX 480 Graphics (POLARIS10, DRM 3.36.0, 5.5.7-arch1-1, LLVM 9.0.1)
[ 9.714] (II) AMDGPU(0): glamor detected, initialising EGL layer.
[ 9.714] (==) AMDGPU(0): TearFree property default: auto
[ 9.714] (==) AMDGPU(0): VariableRefresh: disabled
[ 9.714] (II) AMDGPU(0): KMS Pageflipping: enabled
[ 9.714] (II) AMDGPU(0): Output DisplayPort-0 has no monitor section
[ 9.714] (II) AMDGPU(0): Output DisplayPort-1 has no monitor section
[ 9.714] (II) AMDGPU(0): Output DisplayPort-2 has no monitor section
[ 9.714] (II) AMDGPU(0): Output HDMI-A-0 has no monitor section
[ 9.714] (II) AMDGPU(0): EDID for output DisplayPort-0
[ 9.714] (II) AMDGPU(0): EDID for output DisplayPort-1
[ 9.714] (II) AMDGPU(0): EDID for output DisplayPort-2
[ 9.714] (II) AMDGPU(0): EDID for output HDMI-A-0
[ 9.714] (II) AMDGPU(0): Output DisplayPort-0 disconnected
[ 9.714] (II) AMDGPU(0): Output DisplayPort-1 disconnected
[ 9.714] (II) AMDGPU(0): Output DisplayPort-2 disconnected
[ 9.714] (II) AMDGPU(0): Output HDMI-A-0 disconnected
[ 9.714] (WW) AMDGPU(0): No outputs definitely connected, trying again...
[ 9.714] (II) AMDGPU(0): Output DisplayPort-0 disconnected
[ 9.714] (II) AMDGPU(0): Output DisplayPort-1 disconnected
[ 9.714] (II) AMDGPU(0): Output DisplayPort-2 disconnected
[ 9.714] (II) AMDGPU(0): Output HDMI-A-0 disconnected
[ 9.714] (WW) AMDGPU(0): Unable to find connected outputs - setting 1024x768 initial framebuffer
[ 9.714] (II) AMDGPU(0): mem size init: gart size :1ff972000 vram size: s:1ff6c0000 visible:fad0000
[ 9.714] (==) AMDGPU(0): DPI set to (96, 96)
[ 9.714] (==) AMDGPU(0): Using gamma correction (1.0, 1.0, 1.0)
[ 9.714] (II) Loading sub module "ramdac"
[ 9.714] (II) LoadModule: "ramdac"
[ 9.714] (II) Module "ramdac" already built-in
[ 9.714] (II) UnloadModule: "modesetting"
[ 9.714] (II) Unloading modesetting
[ 9.714] (II) AMDGPU(0): [DRI2] Setup complete
[ 9.714] (II) AMDGPU(0): [DRI2] DRI driver: radeonsi
[ 9.714] (II) AMDGPU(0): [DRI2] VDPAU driver: radeonsi
[ 9.714] (II) AMDGPU(0): Front buffer pitch: 4096 bytes
[ 9.714] (II) AMDGPU(0): SYNC extension fences enabled
[ 9.714] (II) AMDGPU(0): Present extension enabled
[ 9.714] (==) AMDGPU(0): DRI3 enabled
[ 9.714] (==) AMDGPU(0): Backing store enabled
[ 9.714] (II) AMDGPU(0): Direct rendering enabled
[ 9.718] (II) AMDGPU(0): Use GLAMOR acceleration.
[ 9.718] (II) AMDGPU(0): Acceleration enabled
[ 9.718] (==) AMDGPU(0): DPMS enabled
[ 9.718] (==) AMDGPU(0): Silken mouse disabled
[ 9.718] (II) AMDGPU(0): Set up textured video (glamor)
[ 9.720] (II) Initializing extension Generic Event Extension
[ 9.720] (II) Initializing extension SHAPE
[ 9.720] (II) Initializing extension MIT-SHM
[ 9.720] (II) Initializing extension XInputExtension
[ 9.720] (II) Initializing extension XTEST
[ 9.720] (II) Initializing extension BIG-REQUESTS
[ 9.720] (II) Initializing extension SYNC
[ 9.720] (II) Initializing extension XKEYBOARD
[ 9.720] (II) Initializing extension XC-MISC
[ 9.720] (II) Initializing extension SECURITY
[ 9.720] (II) Initializing extension XFIXES
[ 9.720] (II) Initializing extension RENDER
[ 9.720] (II) Initializing extension RANDR
[ 9.720] (II) Initializing extension COMPOSITE
[ 9.720] (II) Initializing extension DAMAGE
[ 9.720] (II) Initializing extension MIT-SCREEN-SAVER
[ 9.720] (II) Initializing extension DOUBLE-BUFFER
[ 9.720] (II) Initializing extension RECORD
[ 9.720] (II) Initializing extension DPMS
[ 9.720] (II) Initializing extension Present
[ 9.720] (II) Initializing extension DRI3
[ 9.720] (II) Initializing extension X-Resource
[ 9.720] (II) Initializing extension XVideo
[ 9.720] (II) Initializing extension XVideo-MotionCompensation
[ 9.720] (II) Initializing extension GLX
[ 9.722] (II) AIGLX: Loaded and initialized radeonsi
[ 9.722] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 9.722] (II) Initializing extension XFree86-VidModeExtension
[ 9.722] (II) Initializing extension XFree86-DGA
[ 9.722] (II) Initializing extension XFree86-DRI
[ 9.722] (II) Initializing extension DRI2
[ 9.747] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[ 9.747] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 9.747] (II) LoadModule: "libinput"
[ 9.747] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[ 9.748] (II) Module libinput: vendor="X.Org Foundation"
[ 9.748] compiled for 1.20.5, module version = 0.29.0
[ 9.748] Module class: X.Org XInput Driver
[ 9.748] ABI class: X.Org XInput driver, version 24.1
[ 9.748] (II) Using input driver 'libinput' for 'Power Button'
[ 9.748] (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 19 paused 0
[ 9.748] (**) Power Button: always reports core events
[ 9.748] (**) Option "Device" "/dev/input/event2"
[ 9.748] (**) Option "_source" "server/udev"
[ 9.749] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 9.749] (II) event2 - Power Button: device is a keyboard
[ 9.749] (II) event2 - Power Button: device removed
[ 9.749] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[ 9.749] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 9.750] (II) event2 - Power Button: is tagged by udev as: Keyboard
[ 9.750] (II) event2 - Power Button: device is a keyboard
[ 9.750] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[ 9.750] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[ 9.750] (II) Using input driver 'libinput' for 'Power Button'
[ 9.751] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 22 paused 0
[ 9.751] (**) Power Button: always reports core events
[ 9.751] (**) Option "Device" "/dev/input/event1"
[ 9.751] (**) Option "_source" "server/udev"
[ 9.751] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 9.751] (II) event1 - Power Button: device is a keyboard
[ 9.751] (II) event1 - Power Button: device removed
[ 9.751] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[ 9.751] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
[ 9.752] (II) event1 - Power Button: is tagged by udev as: Keyboard
[ 9.752] (II) event1 - Power Button: device is a keyboard
[ 9.752] (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
[ 9.752] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[ 9.752] (II) Using input driver 'libinput' for 'Sleep Button'
[ 9.753] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 23 paused 0
[ 9.753] (**) Sleep Button: always reports core events
[ 9.753] (**) Option "Device" "/dev/input/event0"
[ 9.753] (**) Option "_source" "server/udev"
[ 9.753] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 9.753] (II) event0 - Sleep Button: device is a keyboard
[ 9.753] (II) event0 - Sleep Button: device removed
[ 9.753] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
[ 9.753] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
[ 9.754] (II) event0 - Sleep Button: is tagged by udev as: Keyboard
[ 9.754] (II) event0 - Sleep Button: device is a keyboard
[ 9.755] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=3 (/dev/input/event11)
[ 9.755] (II) No input driver specified, ignoring this device.
[ 9.755] (II) This device may have been added with another device file.
[ 9.755] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=7 (/dev/input/event12)
[ 9.755] (II) No input driver specified, ignoring this device.
[ 9.755] (II) This device may have been added with another device file.
[ 9.755] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=8 (/dev/input/event13)
[ 9.755] (II) No input driver specified, ignoring this device.
[ 9.755] (II) This device may have been added with another device file.
[ 9.755] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=9 (/dev/input/event14)
[ 9.755] (II) No input driver specified, ignoring this device.
[ 9.755] (II) This device may have been added with another device file.
[ 9.755] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=10 (/dev/input/event15)
[ 9.755] (II) No input driver specified, ignoring this device.
[ 9.755] (II) This device may have been added with another device file.
[ 9.755] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=11 (/dev/input/event16)
[ 9.756] (II) No input driver specified, ignoring this device.
[ 9.756] (II) This device may have been added with another device file.
[ 9.756] (II) config/udev: Adding input device Kingston HyperX Alloy FPS Pro Mechanical Gaming Keyboard (/dev/input/event3)
[ 9.756] (**) Kingston HyperX Alloy FPS Pro Mechanical Gaming Keyboard: Applying InputClass "libinput keyboard catchall"
[ 9.756] (II) Using input driver 'libinput' for 'Kingston HyperX Alloy FPS Pro Mechanical Gaming Keyboard'
[ 9.756] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 24 paused 0
[ 9.756] (**) Kingston HyperX Alloy FPS Pro Mechanical Gaming Keyboard: always reports core events
[ 9.756] (**) Option "Device" "/dev/input/event3"
[ 9.756] (**) Option "_source" "server/udev"
[ 9.757] (II) event3 - Kingston HyperX Alloy FPS Pro Mechanical Gaming Keyboard: is tagged by udev as: Keyboard
[ 9.757] (II) event3 - Kingston HyperX Alloy FPS Pro Mechanical Gaming Keyboard: device is a keyboard
[ 9.757] (II) event3 - Kingston HyperX Alloy FPS Pro Mechanical Gaming Keyboard: device removed
[ 9.757] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:0951:16D2.0001/input/input3/event3"
[ 9.757] (II) XINPUT: Adding extended input device "Kingston HyperX Alloy FPS Pro Mechanical Gaming Keyboard" (type: KEYBOARD, id 9)
[ 9.758] (II) event3 - Kingston HyperX Alloy FPS Pro Mechanical Gaming Keyboard: is tagged by udev as: Keyboard
[ 9.758] (II) event3 - Kingston HyperX Alloy FPS Pro Mechanical Gaming Keyboard: device is a keyboard
[ 9.759] (II) config/udev: Adding input device Kingston HyperX Alloy FPS Pro Mechanical Gaming Keyboard Consumer Control (/dev/input/event4)
[ 9.759] (**) Kingston HyperX Alloy FPS Pro Mechanical Gaming Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 9.759] (II) Using input driver 'libinput' for 'Kingston HyperX Alloy FPS Pro Mechanical Gaming Keyboard Consumer Control'
[ 9.759] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 25 paused 0
[ 9.759] (**) Kingston HyperX Alloy FPS Pro Mechanical Gaming Keyboard Consumer Control: always reports core events
[ 9.759] (**) Option "Device" "/dev/input/event4"
[ 9.759] (**) Option "_source" "server/udev"
[ 9.760] (II) event4 - Kingston HyperX Alloy FPS Pro Mechanical Gaming Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 9.760] (II) event4 - Kingston HyperX Alloy FPS Pro Mechanical Gaming Keyboard Consumer Control: device is a keyboard
[ 9.760] (II) event4 - Kingston HyperX Alloy FPS Pro Mechanical Gaming Keyboard Consumer Control: device removed
[ 9.760] (II) libinput: Kingston HyperX Alloy FPS Pro Mechanical Gaming Keyboard Consumer Control: needs a virtual subdevice
[ 9.760] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:0951:16D2.0002/input/input4/event4"
[ 9.760] (II) XINPUT: Adding extended input device "Kingston HyperX Alloy FPS Pro Mechanical Gaming Keyboard Consumer Control" (type: MOUSE, id 10)
[ 9.760] (**) Option "AccelerationScheme" "none"
[ 9.760] (**) Kingston HyperX Alloy FPS Pro Mechanical Gaming Keyboard Consumer Control: (accel) selected scheme none/0
[ 9.760] (**) Kingston HyperX Alloy FPS Pro Mechanical Gaming Keyboard Consumer Control: (accel) acceleration factor: 2.000
[ 9.760] (**) Kingston HyperX Alloy FPS Pro Mechanical Gaming Keyboard Consumer Control: (accel) acceleration threshold: 4
[ 9.761] (II) event4 - Kingston HyperX Alloy FPS Pro Mechanical Gaming Keyboard Consumer Control: is tagged by udev as: Keyboard
[ 9.761] (II) event4 - Kingston HyperX Alloy FPS Pro Mechanical Gaming Keyboard Consumer Control: device is a keyboard
[ 9.762] (II) config/udev: Adding input device Kingston HyperX Alloy FPS Pro Mechanical Gaming Keyboard (/dev/input/event5)
[ 9.762] (**) Kingston HyperX Alloy FPS Pro Mechanical Gaming Keyboard: Applying InputClass "libinput keyboard catchall"
[ 9.762] (II) Using input driver 'libinput' for 'Kingston HyperX Alloy FPS Pro Mechanical Gaming Keyboard'
[ 9.762] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 26 paused 0
[ 9.762] (**) Kingston HyperX Alloy FPS Pro Mechanical Gaming Keyboard: always reports core events
[ 9.762] (**) Option "Device" "/dev/input/event5"
[ 9.762] (**) Option "_source" "server/udev"
[ 9.763] (II) event5 - Kingston HyperX Alloy FPS Pro Mechanical Gaming Keyboard: is tagged by udev as: Keyboard
[ 9.763] (II) event5 - Kingston HyperX Alloy FPS Pro Mechanical Gaming Keyboard: device is a keyboard
[ 9.763] (II) event5 - Kingston HyperX Alloy FPS Pro Mechanical Gaming Keyboard: device removed
[ 9.763] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.2/0003:0951:16D2.0003/input/input5/event5"
[ 9.763] (II) XINPUT: Adding extended input device "Kingston HyperX Alloy FPS Pro Mechanical Gaming Keyboard" (type: KEYBOARD, id 11)
[ 9.764] (II) event5 - Kingston HyperX Alloy FPS Pro Mechanical Gaming Keyboard: is tagged by udev as: Keyboard
[ 9.764] (II) event5 - Kingston HyperX Alloy FPS Pro Mechanical Gaming Keyboard: device is a keyboard
[ 9.765] (II) config/udev: Adding input device Logitech G300s Optical Gaming Mouse (/dev/input/event6)
[ 9.765] (**) Logitech G300s Optical Gaming Mouse: Applying InputClass "libinput pointer catchall"
[ 9.765] (II) Using input driver 'libinput' for 'Logitech G300s Optical Gaming Mouse'
[ 9.821] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 27 paused 0
[ 9.821] (**) Logitech G300s Optical Gaming Mouse: always reports core events
[ 9.821] (**) Option "Device" "/dev/input/event6"
[ 9.821] (**) Option "_source" "server/udev"
[ 9.822] (II) event6 - Logitech G300s Optical Gaming Mouse: is tagged by udev as: Mouse
[ 9.822] (II) event6 - Logitech G300s Optical Gaming Mouse: device is a pointer
[ 9.822] (II) event6 - Logitech G300s Optical Gaming Mouse: device removed
[ 9.822] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:046D:C246.0004/input/input6/event6"
[ 9.822] (II) XINPUT: Adding extended input device "Logitech G300s Optical Gaming Mouse" (type: MOUSE, id 12)
[ 9.822] (**) Option "AccelerationScheme" "none"
[ 9.822] (**) Logitech G300s Optical Gaming Mouse: (accel) selected scheme none/0
[ 9.822] (**) Logitech G300s Optical Gaming Mouse: (accel) acceleration factor: 2.000
[ 9.822] (**) Logitech G300s Optical Gaming Mouse: (accel) acceleration threshold: 4
[ 9.823] (II) event6 - Logitech G300s Optical Gaming Mouse: is tagged by udev as: Mouse
[ 9.823] (II) event6 - Logitech G300s Optical Gaming Mouse: device is a pointer
[ 9.823] (II) config/udev: Adding input device Logitech G300s Optical Gaming Mouse (/dev/input/mouse0)
[ 9.823] (II) No input driver specified, ignoring this device.
[ 9.823] (II) This device may have been added with another device file.
[ 9.824] (II) config/udev: Adding input device Logitech G300s Optical Gaming Mouse Keyboard (/dev/input/event7)
[ 9.824] (**) Logitech G300s Optical Gaming Mouse Keyboard: Applying InputClass "libinput keyboard catchall"
[ 9.824] (II) Using input driver 'libinput' for 'Logitech G300s Optical Gaming Mouse Keyboard'
[ 9.824] (II) systemd-logind: got fd for /dev/input/event7 13:71 fd 28 paused 0
[ 9.824] (**) Logitech G300s Optical Gaming Mouse Keyboard: always reports core events
[ 9.824] (**) Option "Device" "/dev/input/event7"
[ 9.824] (**) Option "_source" "server/udev"
[ 9.825] (II) event7 - Logitech G300s Optical Gaming Mouse Keyboard: is tagged by udev as: Keyboard
[ 9.825] (II) event7 - Logitech G300s Optical Gaming Mouse Keyboard: device is a keyboard
[ 9.825] (II) event7 - Logitech G300s Optical Gaming Mouse Keyboard: device removed
[ 9.825] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:046D:C246.0005/input/input7/event7"
[ 9.825] (II) XINPUT: Adding extended input device "Logitech G300s Optical Gaming Mouse Keyboard" (type: KEYBOARD, id 13)
[ 9.826] (II) event7 - Logitech G300s Optical Gaming Mouse Keyboard: is tagged by udev as: Keyboard
[ 9.826] (II) event7 - Logitech G300s Optical Gaming Mouse Keyboard: device is a keyboard
[ 9.827] (II) config/udev: Adding input device Logitech G300s Optical Gaming Mouse (/dev/input/event8)
[ 9.827] (II) No input driver specified, ignoring this device.
[ 9.827] (II) This device may have been added with another device file.
[ 9.827] (II) config/udev: Adding input device Eee PC WMI hotkeys (/dev/input/event10)
[ 9.827] (**) Eee PC WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[ 9.827] (II) Using input driver 'libinput' for 'Eee PC WMI hotkeys'
[ 9.827] (II) systemd-logind: got fd for /dev/input/event10 13:74 fd 29 paused 0
[ 9.827] (**) Eee PC WMI hotkeys: always reports core events
[ 9.827] (**) Option "Device" "/dev/input/event10"
[ 9.827] (**) Option "_source" "server/udev"
[ 9.828] (II) event10 - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[ 9.828] (II) event10 - Eee PC WMI hotkeys: device is a keyboard
[ 9.828] (II) event10 - Eee PC WMI hotkeys: device removed
[ 9.828] (**) Option "config_info" "udev:/sys/devices/platform/eeepc-wmi/input/input10/event10"
[ 9.828] (II) XINPUT: Adding extended input device "Eee PC WMI hotkeys" (type: KEYBOARD, id 14)
[ 9.828] (II) event10 - Eee PC WMI hotkeys: is tagged by udev as: Keyboard
[ 9.828] (II) event10 - Eee PC WMI hotkeys: device is a keyboard
[ 9.829] (II) config/udev: Adding input device PC Speaker (/dev/input/event9)
[ 9.829] (II) No input driver specified, ignoring this device.
[ 9.829] (II) This device may have been added with another device file.
[ 9.831] (**) Kingston HyperX Alloy FPS Pro Mechanical Gaming Keyboard Consumer Control: Applying InputClass "libinput keyboard catchall"
[ 9.831] (II) Using input driver 'libinput' for 'Kingston HyperX Alloy FPS Pro Mechanical Gaming Keyboard Consumer Control'
[ 9.831] (II) systemd-logind: returning pre-existing fd for /dev/input/event4 13:68
[ 9.831] (**) Kingston HyperX Alloy FPS Pro Mechanical Gaming Keyboard Consumer Control: always reports core events
[ 9.831] (**) Option "Device" "/dev/input/event4"
[ 9.831] (**) Option "_source" "_driver/libinput"
[ 9.831] (II) libinput: Kingston HyperX Alloy FPS Pro Mechanical Gaming Keyboard Consumer Control: is a virtual subdevice
[ 9.831] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:0951:16D2.0002/input/input4/event4"
[ 9.831] (II) XINPUT: Adding extended input device "Kingston HyperX Alloy FPS Pro Mechanical Gaming Keyboard Consumer Control" (type: KEYBOARD, id 15)
[ 9.839] (**) Option "fd" "19"
[ 9.839] (II) event2 - Power Button: device removed
[ 9.839] (**) Option "fd" "22"
[ 9.839] (II) event1 - Power Button: device removed
[ 9.839] (**) Option "fd" "23"
[ 9.839] (II) event0 - Sleep Button: device removed
[ 9.840] (**) Option "fd" "24"
[ 9.840] (II) event3 - Kingston HyperX Alloy FPS Pro Mechanical Gaming Keyboard: device removed
[ 9.840] (**) Option "fd" "25"
[ 9.840] (**) Option "fd" "26"
[ 9.840] (II) event5 - Kingston HyperX Alloy FPS Pro Mechanical Gaming Keyboard: device removed
[ 9.840] (**) Option "fd" "27"
[ 9.840] (II) event6 - Logitech G300s Optical Gaming Mouse: device removed
[ 9.840] (**) Option "fd" "28"
[ 9.840] (II) event7 - Logitech G300s Optical Gaming Mouse Keyboard: device removed
[ 9.840] (**) Option "fd" "29"
[ 9.840] (II) event10 - Eee PC WMI hotkeys: device removed
[ 9.840] (**) Option "fd" "25"
[ 9.840] (II) event4 - Kingston HyperX Alloy FPS Pro Mechanical Gaming Keyboard Consumer Control: device removed
[ 9.840] (II) UnloadModule: "libinput"
[ 9.840] (II) systemd-logind: not releasing fd for 13:68, still in use
[ 9.840] (II) UnloadModule: "libinput"
[ 9.840] (II) systemd-logind: releasing fd for 13:74
[ 9.918] (II) UnloadModule: "libinput"
[ 9.918] (II) systemd-logind: releasing fd for 13:71
[ 9.958] (II) UnloadModule: "libinput"
[ 9.958] (II) systemd-logind: releasing fd for 13:70
[ 10.038] (II) UnloadModule: "libinput"
[ 10.038] (II) systemd-logind: releasing fd for 13:69
[ 10.091] (II) UnloadModule: "libinput"
[ 10.091] (II) systemd-logind: releasing fd for 13:68
[ 10.131] (II) UnloadModule: "libinput"
[ 10.131] (II) systemd-logind: releasing fd for 13:67
[ 10.171] (II) UnloadModule: "libinput"
[ 10.171] (II) systemd-logind: releasing fd for 13:64
[ 10.198] (II) UnloadModule: "libinput"
[ 10.198] (II) systemd-logind: releasing fd for 13:65
[ 10.225] (II) UnloadModule: "libinput"
[ 10.225] (II) systemd-logind: releasing fd for 13:66
[ 10.252] (II) Server terminated successfully (0). Closing log file.lsmod
Module Size Used by
mousedev 24576 0
joydev 24576 0
input_leds 16384 0
snd_fireworks 40960 0
snd_firewire_lib 45056 1 snd_fireworks
snd_rawmidi 40960 2 snd_firewire_lib,snd_fireworks
snd_seq_device 16384 1 snd_rawmidi
rpcsec_gss_krb5 36864 0
auth_rpcgss 102400 1 rpcsec_gss_krb5
nfsv4 741376 0
dns_resolver 16384 1 nfsv4
nfs 344064 1 nfsv4
lockd 122880 1 nfs
grace 16384 1 lockd
sunrpc 462848 5 nfsv4,auth_rpcgss,lockd,rpcsec_gss_krb5,nfs
fscache 659456 2 nfsv4,nfs
msr 16384 0
intel_rapl_msr 16384 0
intel_rapl_common 24576 1 intel_rapl_msr
nls_iso8859_1 16384 1
nls_cp437 20480 1
vfat 24576 1
fat 86016 1 vfat
x86_pkg_temp_thermal 16384 0
intel_powerclamp 16384 0
coretemp 16384 0
eeepc_wmi 16384 0
kvm 786432 0
asus_wmi 36864 1 eeepc_wmi
irqbypass 16384 1 kvm
battery 24576 1 asus_wmi
sparse_keymap 16384 1 asus_wmi
crct10dif_pclmul 16384 1
mei_hdcp 20480 0
crc32_pclmul 16384 0
rfkill 28672 2 asus_wmi
wmi_bmof 16384 0
iTCO_wdt 16384 0
intel_wmi_thunderbolt 16384 0
mxm_wmi 16384 0
iTCO_vendor_support 16384 1 iTCO_wdt
ghash_clmulni_intel 16384 0
aesni_intel 372736 0
crypto_simd 16384 1 aesni_intel
cryptd 24576 2 crypto_simd,ghash_clmulni_intel
snd_hda_codec_hdmi 69632 1
glue_helper 16384 1 aesni_intel
snd_hda_intel 45056 0
intel_cstate 16384 0
snd_intel_nhlt 16384 1 snd_hda_intel
intel_uncore 147456 0
snd_hda_codec 151552 2 snd_hda_codec_hdmi,snd_hda_intel
snd_hda_core 94208 3 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec
intel_rapl_perf 16384 0
snd_hwdep 16384 2 snd_hda_codec,snd_fireworks
snd_pcm 131072 6 snd_hda_codec_hdmi,snd_hda_intel,snd_firewire_lib,snd_hda_codec,snd_fireworks,snd_hda_core
pcspkr 16384 0
e1000e 282624 0
i2c_i801 32768 0
snd_timer 36864 1 snd_pcm
mei_me 45056 1
snd 106496 9 snd_seq_device,snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_hda_codec,snd_timer,snd_fireworks,snd_pcm,snd_rawmidi
soundcore 16384 1 snd
mei 118784 3 mei_hdcp,mei_me
evdev 28672 7
mac_hid 16384 0
wmi 32768 4 intel_wmi_thunderbolt,asus_wmi,wmi_bmof,mxm_wmi
sg 40960 0
crypto_user 16384 0
ip_tables 32768 0
x_tables 45056 1 ip_tables
ext4 765952 1
crc32c_generic 16384 0
crc16 16384 1 ext4
mbcache 16384 1 ext4
jbd2 122880 1 ext4
hid_generic 16384 0
usbhid 61440 0
hid 139264 2 usbhid,hid_generic
ahci 40960 0
libahci 40960 1 ahci
libata 274432 2 libahci,ahci
firewire_ohci 49152 0
xhci_pci 16384 0
firewire_core 81920 3 snd_firewire_lib,firewire_ohci,snd_fireworks
crc32c_intel 24576 1
scsi_mod 245760 2 libata,sg
xhci_hcd 274432 1 xhci_pci
crc_itu_t 16384 1 firewire_core
amdgpu 5115904 0
gpu_sched 32768 1 amdgpu
i2c_algo_bit 16384 1 amdgpu
ttm 118784 1 amdgpu
drm_kms_helper 212992 1 amdgpu
syscopyarea 16384 1 drm_kms_helper
sysfillrect 16384 1 drm_kms_helper
sysimgblt 16384 1 drm_kms_helper
fb_sys_fops 16384 1 drm_kms_helper
drm 520192 5 gpu_sched,drm_kms_helper,amdgpu,ttm
agpgart 49152 2 ttm,drmdmesg
[ 0.000000] microcode: microcode updated early to revision 0xca, date = 2019-10-03
[ 0.000000] Linux version 5.5.7-arch1-1 (linux@archlinux) (gcc version 9.2.1 20200130 (Arch Linux 9.2.1+20200130-2)) #1 SMP PREEMPT Sat, 29 Feb 2020 19:06:02 +0000
[ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=110755f6-f786-4da8-86ed-7d11873c6cdf rw threadirqs elevator=noop
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Hygon HygonGenuine
[ 0.000000] Centaur CentaurHauls
[ 0.000000] zhaoxin Shanghai
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.000000] x86/fpu: xstate_offset[3]: 832, xstate_sizes[3]: 64
[ 0.000000] x86/fpu: xstate_offset[4]: 896, xstate_sizes[4]: 64
[ 0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009efff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009f000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000084627fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000084628000-0x0000000084628fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x0000000084629000-0x0000000084629fff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000008462a000-0x000000008d2c3fff] usable
[ 0.000000] BIOS-e820: [mem 0x000000008d2c4000-0x000000008eb4efff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000008eb4f000-0x000000008eb94fff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x000000008eb95000-0x000000008ef86fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000008ef87000-0x000000008fad2fff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000008fad3000-0x000000008fba1fff] type 20
[ 0.000000] BIOS-e820: [mem 0x000000008fba2000-0x000000008fbfffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000008fc00000-0x000000008fffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000086effffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] efi: EFI v2.60 by American Megatrends
[ 0.000000] efi: ACPI 2.0=0x8eb5d000 ACPI=0x8eb5d000 SMBIOS=0x8fa35000 SMBIOS 3.0=0x8fa34000 MPS=0xfc9f0 ESRT=0x8b416698 MEMATTR=0x89de7018
[ 0.000000] SMBIOS 3.0.0 present.
[ 0.000000] DMI: System manufacturer System Product Name/PRIME Z270-A, BIOS 1302 03/15/2018
[ 0.000000] tsc: Detected 4200.000 MHz processor
[ 0.000929] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000930] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000934] last_pfn = 0x86f000 max_arch_pfn = 0x400000000
[ 0.000937] MTRR default type: write-back
[ 0.000937] MTRR fixed ranges enabled:
[ 0.000938] 00000-9FFFF write-back
[ 0.000939] A0000-BFFFF uncachable
[ 0.000939] C0000-FFFFF write-protect
[ 0.000940] MTRR variable ranges enabled:
[ 0.000941] 0 base 00C0000000 mask 7FC0000000 uncachable
[ 0.000941] 1 base 00A0000000 mask 7FE0000000 uncachable
[ 0.000942] 2 base 0090000000 mask 7FF0000000 uncachable
[ 0.000942] 3 disabled
[ 0.000942] 4 disabled
[ 0.000943] 5 disabled
[ 0.000943] 6 disabled
[ 0.000943] 7 disabled
[ 0.000944] 8 disabled
[ 0.000944] 9 disabled
[ 0.001300] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.001481] last_pfn = 0x8fc00 max_arch_pfn = 0x400000000
[ 0.006244] found SMP MP-table at [mem 0x000fccc0-0x000fcccf]
[ 0.006251] esrt: Reserving ESRT space from 0x000000008b416698 to 0x000000008b4166d0.
[ 0.006254] e820: update [mem 0x8b416000-0x8b416fff] usable ==> reserved
[ 0.006262] check: Scanning 1 areas for low memory corruption
[ 0.006267] Using GB pages for direct mapping
[ 0.006268] BRK [0x6ff001000, 0x6ff001fff] PGTABLE
[ 0.006269] BRK [0x6ff002000, 0x6ff002fff] PGTABLE
[ 0.006269] BRK [0x6ff003000, 0x6ff003fff] PGTABLE
[ 0.006281] BRK [0x6ff004000, 0x6ff004fff] PGTABLE
[ 0.006282] BRK [0x6ff005000, 0x6ff005fff] PGTABLE
[ 0.006338] BRK [0x6ff006000, 0x6ff006fff] PGTABLE
[ 0.006359] BRK [0x6ff007000, 0x6ff007fff] PGTABLE
[ 0.006426] BRK [0x6ff008000, 0x6ff008fff] PGTABLE
[ 0.006460] BRK [0x6ff009000, 0x6ff009fff] PGTABLE
[ 0.006482] Secure boot could not be determined
[ 0.006482] RAMDISK: [mem 0x3247f000-0x35236fff]
[ 0.006487] ACPI: Early table checksum verification disabled
[ 0.006489] ACPI: RSDP 0x000000008EB5D000 000024 (v02 ALASKA)
[ 0.006491] ACPI: XSDT 0x000000008EB5D0A8 0000CC (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.006495] ACPI: FACP 0x000000008EB89370 000114 (v06 ALASKA A M I 01072009 AMI 00010013)
[ 0.006498] ACPI: DSDT 0x000000008EB5D210 02C15B (v02 ALASKA A M I 01072009 INTL 20160422)
[ 0.006500] ACPI: FACS 0x000000008EF86F00 000040
[ 0.006501] ACPI: APIC 0x000000008EB89488 0000BC (v03 ALASKA A M I 01072009 AMI 00010013)
[ 0.006503] ACPI: FPDT 0x000000008EB89548 000044 (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.006504] ACPI: FIDT 0x000000008EB89590 00009C (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.006506] ACPI: WSMT 0x000000008EB94658 000028 (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.006508] ACPI: MCFG 0x000000008EB89688 00003C (v01 ALASKA A M I 01072009 MSFT 00000097)
[ 0.006509] ACPI: SSDT 0x000000008EB896C8 0003A3 (v01 SataRe SataTabl 00001000 INTL 20160422)
[ 0.006511] ACPI: SSDT 0x000000008EB89A70 003176 (v02 SaSsdt SaSsdt 00003000 INTL 20160422)
[ 0.006513] ACPI: SSDT 0x000000008EB8CBE8 0025A5 (v02 PegSsd PegSsdt 00001000 INTL 20160422)
[ 0.006514] ACPI: HPET 0x000000008EB8F190 000038 (v01 INTEL KBL 00000001 MSFT 0000005F)
[ 0.006516] ACPI: SSDT 0x000000008EB8F1C8 000024 (v02 INTEL OEM_RTD3 00001000 INTL 20160422)
[ 0.006517] ACPI: SSDT 0x000000008EB8F1F0 000B13 (v02 INTEL xh_rvp08 00000000 INTL 20160422)
[ 0.006519] ACPI: UEFI 0x000000008EB8FD08 000042 (v01 ALASKA A M I 00000002 01000013)
[ 0.006521] ACPI: SSDT 0x000000008EB8FD50 000EDE (v02 CpuRef CpuSsdt 00003000 INTL 20160422)
[ 0.006522] ACPI: LPIT 0x000000008EB90C30 000094 (v01 INTEL KBL 00000000 MSFT 0000005F)
[ 0.006524] ACPI: SSDT 0x000000008EB90CC8 000141 (v02 INTEL HdaDsp 00000000 INTL 20160422)
[ 0.006525] ACPI: SSDT 0x000000008EB90E10 00029F (v02 INTEL sensrhub 00000000 INTL 20160422)
[ 0.006527] ACPI: SSDT 0x000000008EB910B0 003002 (v02 INTEL PtidDevc 00001000 INTL 20160422)
[ 0.006529] ACPI: SSDT 0x000000008EB940B8 00050D (v02 INTEL TbtTypeC 00000000 INTL 20160422)
[ 0.006530] ACPI: DBGP 0x000000008EB945C8 000034 (v01 INTEL 00000002 MSFT 0000005F)
[ 0.006532] ACPI: DBG2 0x000000008EB94600 000054 (v00 INTEL 00000002 MSFT 0000005F)
[ 0.006537] ACPI: Local APIC address 0xfee00000
[ 0.006661] No NUMA configuration found
[ 0.006662] Faking a node at [mem 0x0000000000000000-0x000000086effffff]
[ 0.006664] NODE_DATA(0) allocated [mem 0x86effc000-0x86effffff]
[ 0.006690] Zone ranges:
[ 0.006690] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.006691] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.006692] Normal [mem 0x0000000100000000-0x000000086effffff]
[ 0.006692] Device empty
[ 0.006693] Movable zone start for each node
[ 0.006693] Early memory node ranges
[ 0.006694] node 0: [mem 0x0000000000001000-0x0000000000057fff]
[ 0.006694] node 0: [mem 0x0000000000059000-0x000000000009efff]
[ 0.006695] node 0: [mem 0x0000000000100000-0x0000000084627fff]
[ 0.006695] node 0: [mem 0x000000008462a000-0x000000008d2c3fff]
[ 0.006695] node 0: [mem 0x000000008fba2000-0x000000008fbfffff]
[ 0.006696] node 0: [mem 0x0000000100000000-0x000000086effffff]
[ 0.006776] Zeroed struct page in unavailable ranges: 15683 pages
[ 0.006777] Initmem setup node 0 [mem 0x0000000000001000-0x000000086effffff]
[ 0.006777] On node 0 totalpages: 8372925
[ 0.006778] DMA zone: 64 pages used for memmap
[ 0.006778] DMA zone: 25 pages reserved
[ 0.006779] DMA zone: 3997 pages, LIFO batch:0
[ 0.006809] DMA32 zone: 8973 pages used for memmap
[ 0.006810] DMA32 zone: 574240 pages, LIFO batch:63
[ 0.013437] Normal zone: 121792 pages used for memmap
[ 0.013437] Normal zone: 7794688 pages, LIFO batch:63
[ 0.086493] ACPI: PM-Timer IO Port: 0x1808
[ 0.086494] ACPI: Local APIC address 0xfee00000
[ 0.086498] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.086499] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[ 0.086499] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[ 0.086499] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[ 0.086500] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[ 0.086500] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[ 0.086500] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[ 0.086501] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[ 0.086526] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[ 0.086528] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.086529] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.086529] ACPI: IRQ0 used by override.
[ 0.086530] ACPI: IRQ9 used by override.
[ 0.086531] Using ACPI (MADT) for SMP configuration information
[ 0.086532] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.086534] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[ 0.086546] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.086547] PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
[ 0.086548] PM: Registered nosave memory: [mem 0x0009f000-0x000fffff]
[ 0.086549] PM: Registered nosave memory: [mem 0x84628000-0x84628fff]
[ 0.086549] PM: Registered nosave memory: [mem 0x84629000-0x84629fff]
[ 0.086550] PM: Registered nosave memory: [mem 0x8b416000-0x8b416fff]
[ 0.086551] PM: Registered nosave memory: [mem 0x8d2c4000-0x8eb4efff]
[ 0.086551] PM: Registered nosave memory: [mem 0x8eb4f000-0x8eb94fff]
[ 0.086552] PM: Registered nosave memory: [mem 0x8eb95000-0x8ef86fff]
[ 0.086552] PM: Registered nosave memory: [mem 0x8ef87000-0x8fad2fff]
[ 0.086552] PM: Registered nosave memory: [mem 0x8fad3000-0x8fba1fff]
[ 0.086553] PM: Registered nosave memory: [mem 0x8fc00000-0x8fffffff]
[ 0.086553] PM: Registered nosave memory: [mem 0x90000000-0xdfffffff]
[ 0.086554] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[ 0.086554] PM: Registered nosave memory: [mem 0xf0000000-0xfdffffff]
[ 0.086554] PM: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[ 0.086555] PM: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
[ 0.086555] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[ 0.086555] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[ 0.086556] PM: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[ 0.086556] PM: Registered nosave memory: [mem 0xfed01000-0xfedfffff]
[ 0.086556] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[ 0.086557] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[ 0.086557] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[ 0.086558] [mem 0x90000000-0xdfffffff] available for PCI devices
[ 0.086559] Booting paravirtualized kernel on bare hardware
[ 0.086562] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[ 0.152822] setup_percpu: NR_CPUS:320 nr_cpumask_bits:320 nr_cpu_ids:8 nr_node_ids:1
[ 0.153012] percpu: Embedded 57 pages/cpu s196608 r8192 d28672 u262144
[ 0.153016] pcpu-alloc: s196608 r8192 d28672 u262144 alloc=1*2097152
[ 0.153017] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
[ 0.153029] Built 1 zonelists, mobility grouping on. Total pages: 8242071
[ 0.153029] Policy zone: Normal
[ 0.153030] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=110755f6-f786-4da8-86ed-7d11873c6cdf rw threadirqs elevator=noop
[ 0.153065] Kernel parameter elevator= does not have any effect anymore.
Please use sysfs to set IO scheduler for individual devices.
[ 0.155098] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes, linear)
[ 0.156115] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
[ 0.156169] mem auto-init: stack:byref_all, heap alloc:on, heap free:off
[ 0.240821] Memory: 32738600K/33491700K available (12291K kernel code, 1344K rwdata, 4292K rodata, 1664K init, 3388K bss, 753100K reserved, 0K cma-reserved)
[ 0.240905] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[ 0.240914] Kernel/User page tables isolation: enabled
[ 0.240925] ftrace: allocating 38789 entries in 152 pages
[ 0.249404] ftrace: allocated 152 pages with 3 groups
[ 0.249478] rcu: Preemptible hierarchical RCU implementation.
[ 0.249479] rcu: RCU dyntick-idle grace-period acceleration is enabled.
[ 0.249479] rcu: RCU restricting CPUs from NR_CPUS=320 to nr_cpu_ids=8.
[ 0.249480] rcu: RCU priority boosting: priority 1 delay 500 ms.
[ 0.249480] Tasks RCU enabled.
[ 0.249481] rcu: RCU calculated value of scheduler-enlistment delay is 30 jiffies.
[ 0.249481] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[ 0.251140] NR_IRQS: 20736, nr_irqs: 2048, preallocated irqs: 16
[ 0.251437] random: get_random_bytes called from start_kernel+0x3ab/0x586 with crng_init=0
[ 0.251452] Console: colour dummy device 80x25
[ 0.251456] printk: console [tty0] enabled
[ 0.251467] ACPI: Core revision 20191018
[ 0.251691] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[ 0.251754] APIC: Switch to symmetric I/O mode setup
[ 0.253064] x2apic: IRQ remapping doesn't support X2APIC mode
[ 0.257203] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.271729] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x3c8a615336c, max_idle_ns: 440795257976 ns
[ 0.271731] Calibrating delay loop (skipped), value calculated using timer frequency.. 8403.00 BogoMIPS (lpj=14000000)
[ 0.271733] pid_max: default: 32768 minimum: 301
[ 0.273059] LSM: Security Framework initializing
[ 0.273062] Yama: becoming mindful.
[ 0.273137] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.273201] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.273210] *** VALIDATE tmpfs ***
[ 0.273305] *** VALIDATE proc ***
[ 0.273336] *** VALIDATE cgroup1 ***
[ 0.273337] *** VALIDATE cgroup2 ***
[ 0.273373] mce: CPU0: Thermal monitoring enabled (TM1)
[ 0.273386] process: using mwait in idle threads
[ 0.273388] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[ 0.273389] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[ 0.273390] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[ 0.273391] Spectre V2 : Mitigation: Full generic retpoline
[ 0.273391] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 0.273392] Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 0.273392] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 0.273393] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
[ 0.273393] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[ 0.273395] TAA: Mitigation: Clear CPU buffers
[ 0.273396] MDS: Mitigation: Clear CPU buffers
[ 0.273605] Freeing SMP alternatives memory: 32K
[ 0.275111] TSC deadline timer enabled
[ 0.275116] smpboot: CPU0: Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz (family: 0x6, model: 0x9e, stepping: 0x9)
[ 0.295067] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[ 0.295071] ... version: 4
[ 0.295071] ... bit width: 48
[ 0.295072] ... generic registers: 4
[ 0.295072] ... value mask: 0000ffffffffffff
[ 0.295072] ... max period: 00007fffffffffff
[ 0.295073] ... fixed-purpose events: 3
[ 0.295073] ... event mask: 000000070000000f
[ 0.301732] rcu: Hierarchical SRCU implementation.
[ 0.325160] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 0.331732] smp: Bringing up secondary CPUs ...
[ 0.371741] x86: Booting SMP configuration:
[ 0.371741] .... node #0, CPUs: #1 #2 #3 #4
[ 0.492094] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
[ 0.492094] TAA CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/tsx_async_abort.html for more details.
[ 0.531740] #5 #6 #7
[ 0.612026] smp: Brought up 1 node, 8 CPUs
[ 0.612026] smpboot: Max logical packages: 1
[ 0.612026] smpboot: Total of 8 processors activated (67226.00 BogoMIPS)
[ 0.613742] devtmpfs: initialized
[ 0.613742] x86/mm: Memory block size: 128MB
[ 0.617309] PM: Registering ACPI NVS region [mem 0x84628000-0x84628fff] (4096 bytes)
[ 0.617309] PM: Registering ACPI NVS region [mem 0x8eb95000-0x8ef86fff] (4136960 bytes)
[ 0.617309] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[ 0.617309] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[ 0.617309] pinctrl core: initialized pinctrl subsystem
[ 0.617309] PM: RTC time: 23:48:56, date: 2020-03-05
[ 0.617309] thermal_sys: Registered thermal governor 'fair_share'
[ 0.617309] thermal_sys: Registered thermal governor 'bang_bang'
[ 0.617309] thermal_sys: Registered thermal governor 'step_wise'
[ 0.617309] thermal_sys: Registered thermal governor 'user_space'
[ 0.617309] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.617309] NET: Registered protocol family 16
[ 0.617309] audit: initializing netlink subsys (disabled)
[ 0.617309] audit: type=2000 audit(1583452136.363:1): state=initialized audit_enabled=0 res=1
[ 0.617309] cpuidle: using governor ladder
[ 0.618400] cpuidle: using governor menu
[ 0.618409] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 0.618410] ACPI: bus type PCI registered
[ 0.618411] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.618452] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.618453] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[ 0.618461] PCI: Using configuration type 1 for base access
[ 0.622588] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 0.622593] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.622593] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.622593] ACPI: Added _OSI(Module Device)
[ 0.622593] ACPI: Added _OSI(Processor Device)
[ 0.622593] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.622593] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.622593] ACPI: Added _OSI(Linux-Dell-Video)
[ 0.622593] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[ 0.622593] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[ 0.653757] ACPI: 11 ACPI AML tables successfully acquired and loaded
[ 0.659206] ACPI: Dynamic OEM Table Load:
[ 0.659210] ACPI: SSDT 0xFFFF9A788B191000 00081F (v02 PmRef Cpu0Ist 00003000 INTL 20160422)
[ 0.660410] ACPI: \_PR_.CPU0: _OSC native thermal LVT Acked
[ 0.661533] ACPI: Dynamic OEM Table Load:
[ 0.661535] ACPI: SSDT 0xFFFF9A788AE66400 000115 (v02 PmRef Cpu0Hwp 00003000 INTL 20160422)
[ 0.662560] ACPI: Dynamic OEM Table Load:
[ 0.662563] ACPI: SSDT 0xFFFF9A788AE64C00 0001A4 (v02 PmRef HwpLvt 00003000 INTL 20160422)
[ 0.663822] ACPI: Dynamic OEM Table Load:
[ 0.663825] ACPI: SSDT 0xFFFF9A788B142000 00065C (v02 PmRef ApIst 00003000 INTL 20160422)
[ 0.665145] ACPI: Dynamic OEM Table Load:
[ 0.665148] ACPI: SSDT 0xFFFF9A788AE66C00 000197 (v02 PmRef ApHwp 00003000 INTL 20160422)
[ 0.668472] ACPI: EC: EC started
[ 0.668472] ACPI: EC: interrupt blocked
[ 0.668485] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as first EC
[ 0.668486] ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x16, IRQ=-1, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.668487] ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC used to handle transactions
[ 0.668487] ACPI: Interpreter enabled
[ 0.668516] ACPI: (supports S0 S3 S4 S5)
[ 0.668517] ACPI: Using IOAPIC for interrupt routing
[ 0.668543] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.669433] ACPI: Enabled 9 GPEs in block 00 to 7F
[ 0.671760] ACPI: Power Resource [PG00] (on)
[ 0.672031] ACPI: Power Resource [PG01] (on)
[ 0.672296] ACPI: Power Resource [PG02] (on)
[ 0.674330] ACPI: Power Resource [WRST] (on)
[ 0.674650] ACPI: Power Resource [WRST] (on)
[ 0.674965] ACPI: Power Resource [WRST] (on)
[ 0.675285] ACPI: Power Resource [WRST] (on)
[ 0.675601] ACPI: Power Resource [WRST] (on)
[ 0.675912] ACPI: Power Resource [WRST] (on)
[ 0.676224] ACPI: Power Resource [WRST] (on)
[ 0.676540] ACPI: Power Resource [WRST] (on)
[ 0.676854] ACPI: Power Resource [WRST] (on)
[ 0.677257] ACPI: Power Resource [WRST] (on)
[ 0.677570] ACPI: Power Resource [WRST] (on)
[ 0.677887] ACPI: Power Resource [WRST] (on)
[ 0.678206] ACPI: Power Resource [WRST] (on)
[ 0.678531] ACPI: Power Resource [WRST] (on)
[ 0.678844] ACPI: Power Resource [WRST] (on)
[ 0.679156] ACPI: Power Resource [WRST] (on)
[ 0.679468] ACPI: Power Resource [WRST] (on)
[ 0.680724] ACPI: Power Resource [WRST] (on)
[ 0.681036] ACPI: Power Resource [WRST] (on)
[ 0.681350] ACPI: Power Resource [WRST] (on)
[ 0.693737] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[ 0.693742] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 0.693903] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME]
[ 0.694055] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability LTR]
[ 0.694056] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[ 0.694905] PCI host bridge to bus 0000:00
[ 0.694906] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.694907] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.694908] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.694908] pci_bus 0000:00: root bus resource [mem 0x90000000-0xdfffffff window]
[ 0.694909] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
[ 0.694910] pci_bus 0000:00: root bus resource [bus 00-fe]
[ 0.694916] pci 0000:00:00.0: [8086:591f] type 00 class 0x060000
[ 0.695200] pci 0000:00:01.0: [8086:1901] type 01 class 0x060400
[ 0.695232] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[ 0.695371] pci 0000:00:01.1: [8086:1905] type 01 class 0x060400
[ 0.695403] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[ 0.695618] pci 0000:00:14.0: [8086:a2af] type 00 class 0x0c0330
[ 0.695635] pci 0000:00:14.0: reg 0x10: [mem 0xdff20000-0xdff2ffff 64bit]
[ 0.695688] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 0.695880] pci 0000:00:16.0: [8086:a2ba] type 00 class 0x078000
[ 0.695895] pci 0000:00:16.0: reg 0x10: [mem 0xdff39000-0xdff39fff 64bit]
[ 0.695938] pci 0000:00:16.0: PME# supported from D3hot
[ 0.696108] pci 0000:00:17.0: [8086:a282] type 00 class 0x010601
[ 0.696123] pci 0000:00:17.0: reg 0x10: [mem 0xdff34000-0xdff35fff]
[ 0.696131] pci 0000:00:17.0: reg 0x14: [mem 0xdff38000-0xdff380ff]
[ 0.696136] pci 0000:00:17.0: reg 0x18: [io 0xf050-0xf057]
[ 0.696141] pci 0000:00:17.0: reg 0x1c: [io 0xf040-0xf043]
[ 0.696146] pci 0000:00:17.0: reg 0x20: [io 0xf020-0xf03f]
[ 0.696152] pci 0000:00:17.0: reg 0x24: [mem 0xdff37000-0xdff377ff]
[ 0.696184] pci 0000:00:17.0: PME# supported from D3hot
[ 0.696311] pci 0000:00:1b.0: [8086:a2e7] type 01 class 0x060400
[ 0.696375] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.696543] pci 0000:00:1c.0: [8086:a290] type 01 class 0x060400
[ 0.696603] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.696754] pci 0000:00:1c.4: [8086:a294] type 01 class 0x060400
[ 0.696812] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[ 0.696976] pci 0000:00:1d.0: [8086:a298] type 01 class 0x060400
[ 0.697032] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 0.697210] pci 0000:00:1f.0: [8086:a2c5] type 00 class 0x060100
[ 0.697417] pci 0000:00:1f.2: [8086:a2a1] type 00 class 0x058000
[ 0.697430] pci 0000:00:1f.2: reg 0x10: [mem 0xdff30000-0xdff33fff]
[ 0.697594] pci 0000:00:1f.4: [8086:a2a3] type 00 class 0x0c0500
[ 0.697653] pci 0000:00:1f.4: reg 0x10: [mem 0xdff36000-0xdff360ff 64bit]
[ 0.697722] pci 0000:00:1f.4: reg 0x20: [io 0xf000-0xf01f]
[ 0.697914] pci 0000:00:1f.6: [8086:15b8] type 00 class 0x020000
[ 0.697938] pci 0000:00:1f.6: reg 0x10: [mem 0xdff00000-0xdff1ffff]
[ 0.698033] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
[ 0.698182] pci 0000:01:00.0: [1002:67df] type 00 class 0x030000
[ 0.698201] pci 0000:01:00.0: reg 0x10: [mem 0xc0000000-0xcfffffff 64bit pref]
[ 0.698209] pci 0000:01:00.0: reg 0x18: [mem 0xd0000000-0xd01fffff 64bit pref]
[ 0.698214] pci 0000:01:00.0: reg 0x20: [io 0xe000-0xe0ff]
[ 0.698219] pci 0000:01:00.0: reg 0x24: [mem 0xdfe00000-0xdfe3ffff]
[ 0.698223] pci 0000:01:00.0: reg 0x30: [mem 0xdfe40000-0xdfe5ffff pref]
[ 0.698236] pci 0000:01:00.0: BAR 0: assigned to efifb
[ 0.698278] pci 0000:01:00.0: supports D1 D2
[ 0.698278] pci 0000:01:00.0: PME# supported from D1 D2 D3hot D3cold
[ 0.698311] pci 0000:01:00.0: 63.008 Gb/s available PCIe bandwidth, limited by 8 GT/s x8 link at 0000:00:01.0 (capable of 126.016 Gb/s with 8 GT/s x16 link)
[ 0.698345] pci 0000:01:00.1: [1002:aaf0] type 00 class 0x040300
[ 0.698361] pci 0000:01:00.1: reg 0x10: [mem 0xdfe60000-0xdfe63fff 64bit]
[ 0.698425] pci 0000:01:00.1: supports D1 D2
[ 0.698487] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.698488] pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
[ 0.698489] pci 0000:00:01.0: bridge window [mem 0xdfe00000-0xdfefffff]
[ 0.698491] pci 0000:00:01.0: bridge window [mem 0xc0000000-0xd01fffff 64bit pref]
[ 0.698524] pci 0000:02:00.0: [104c:823e] type 01 class 0x060400
[ 0.698549] pci 0000:02:00.0: reg 0x14: [mem 0xdfb00000-0xdfb00fff]
[ 0.698623] pci 0000:02:00.0: supports D1 D2
[ 0.698687] pci 0000:00:01.1: PCI bridge to [bus 02-03]
[ 0.698689] pci 0000:00:01.1: bridge window [mem 0xdfa00000-0xdfbfffff]
[ 0.698724] pci_bus 0000:03: extended config space not accessible
[ 0.698738] pci 0000:03:00.0: [104c:823f] type 00 class 0x0c0010
[ 0.698753] pci 0000:03:00.0: reg 0x10: [mem 0xdfa04000-0xdfa047ff]
[ 0.698760] pci 0000:03:00.0: reg 0x14: [mem 0xdfa00000-0xdfa03fff]
[ 0.698824] pci 0000:03:00.0: supports D1 D2
[ 0.698824] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot
[ 0.698890] pci 0000:02:00.0: PCI bridge to [bus 03]
[ 0.698897] pci 0000:02:00.0: bridge window [mem 0xdfa00000-0xdfafffff]
[ 0.698970] pci 0000:00:1b.0: PCI bridge to [bus 04]
[ 0.699032] pci 0000:00:1c.0: PCI bridge to [bus 05]
[ 0.699102] pci 0000:06:00.0: [1b21:2142] type 00 class 0x0c0330
[ 0.699127] pci 0000:06:00.0: reg 0x10: [mem 0xdfd00000-0xdfd07fff 64bit]
[ 0.699168] pci 0000:06:00.0: enabling Extended Tags
[ 0.699228] pci 0000:06:00.0: PME# supported from D0 D3hot D3cold
[ 0.699347] pci 0000:00:1c.4: PCI bridge to [bus 06]
[ 0.699350] pci 0000:00:1c.4: bridge window [mem 0xdfd00000-0xdfdfffff]
[ 0.699415] pci 0000:07:00.0: [144d:a802] type 00 class 0x010802
[ 0.699437] pci 0000:07:00.0: reg 0x10: [mem 0xdfc10000-0xdfc13fff 64bit]
[ 0.699444] pci 0000:07:00.0: reg 0x18: [io 0xd000-0xd0ff]
[ 0.699468] pci 0000:07:00.0: reg 0x30: [mem 0xdfc00000-0xdfc0ffff pref]
[ 0.699638] pci 0000:00:1d.0: PCI bridge to [bus 07]
[ 0.699640] pci 0000:00:1d.0: bridge window [io 0xd000-0xdfff]
[ 0.699642] pci 0000:00:1d.0: bridge window [mem 0xdfc00000-0xdfcfffff]
[ 0.701428] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.701471] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
[ 0.701515] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.701557] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.701599] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.701641] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.701684] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.701726] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.702022] ACPI: EC: interrupt unblocked
[ 0.702039] ACPI: EC: event unblocked
[ 0.702049] ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x16, IRQ=-1, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.702049] ACPI: \_SB_.PCI0.LPCB.EC0_: Boot DSDT EC used to handle transactions and events
[ 0.702089] iommu: Default domain type: Translated
[ 0.702097] pci 0000:01:00.0: vgaarb: setting as boot VGA device
[ 0.702097] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 0.702097] pci 0000:01:00.0: vgaarb: bridge control possible
[ 0.702097] vgaarb: loaded
[ 0.702097] ACPI: bus type USB registered
[ 0.702097] usbcore: registered new interface driver usbfs
[ 0.702097] usbcore: registered new interface driver hub
[ 0.702097] usbcore: registered new device driver usb
[ 0.702097] pps_core: LinuxPPS API ver. 1 registered
[ 0.702097] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.702097] PTP clock support registered
[ 0.702097] EDAC MC: Ver: 3.0.0
[ 0.702097] Registered efivars operations
[ 0.702097] PCI: Using ACPI for IRQ routing
[ 0.729894] PCI: pci_cache_line_size set to 64 bytes
[ 0.729944] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[ 0.729945] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[ 0.729946] e820: reserve RAM buffer [mem 0x84628000-0x87ffffff]
[ 0.729946] e820: reserve RAM buffer [mem 0x8b416000-0x8bffffff]
[ 0.729946] e820: reserve RAM buffer [mem 0x8d2c4000-0x8fffffff]
[ 0.729947] e820: reserve RAM buffer [mem 0x8fc00000-0x8fffffff]
[ 0.729948] e820: reserve RAM buffer [mem 0x86f000000-0x86fffffff]
[ 0.731733] NetLabel: Initializing
[ 0.731733] NetLabel: domain hash size = 128
[ 0.731733] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.731733] NetLabel: unlabeled traffic allowed by default
[ 0.732132] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 0.732134] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[ 0.734162] clocksource: Switched to clocksource tsc-early
[ 0.738526] *** VALIDATE bpf ***
[ 0.738591] VFS: Disk quotas dquot_6.6.0
[ 0.738600] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.738615] *** VALIDATE ramfs ***
[ 0.738617] *** VALIDATE hugetlbfs ***
[ 0.738641] pnp: PnP ACPI init
[ 0.738856] system 00:00: [io 0x0290-0x029f] has been reserved
[ 0.738859] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.739199] pnp 00:01: [dma 0 disabled]
[ 0.739225] pnp 00:01: Plug and Play ACPI device, IDs PNP0501 (active)
[ 0.739329] system 00:02: [io 0x0680-0x069f] has been reserved
[ 0.739329] system 00:02: [io 0xffff] has been reserved
[ 0.739330] system 00:02: [io 0xffff] has been reserved
[ 0.739331] system 00:02: [io 0xffff] has been reserved
[ 0.739332] system 00:02: [io 0x1800-0x18fe] has been reserved
[ 0.739332] system 00:02: [io 0x164e-0x164f] has been reserved
[ 0.739334] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.739402] system 00:03: [io 0x0800-0x087f] has been reserved
[ 0.739404] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.739415] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.739439] system 00:05: [io 0x1854-0x1857] has been reserved
[ 0.739441] system 00:05: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[ 0.739635] system 00:06: [mem 0xfed10000-0xfed17fff] has been reserved
[ 0.739636] system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.739637] system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.739638] system 00:06: [mem 0xe0000000-0xefffffff] has been reserved
[ 0.739638] system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.739639] system 00:06: [mem 0xfed90000-0xfed93fff] has been reserved
[ 0.739640] system 00:06: [mem 0xfed45000-0xfed8ffff] has been reserved
[ 0.739640] system 00:06: [mem 0xff000000-0xffffffff] has been reserved
[ 0.739641] system 00:06: [mem 0xfee00000-0xfeefffff] could not be reserved
[ 0.739642] system 00:06: [mem 0xdffe0000-0xdfffffff] has been reserved
[ 0.739644] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.739674] system 00:07: [mem 0xfd000000-0xfdabffff] has been reserved
[ 0.739675] system 00:07: [mem 0xfdad0000-0xfdadffff] has been reserved
[ 0.739676] system 00:07: [mem 0xfdac0000-0xfdacffff] has been reserved
[ 0.739676] system 00:07: [mem 0xfdae0000-0xfdaeffff] has been reserved
[ 0.739677] system 00:07: [mem 0xfdaf0000-0xfdafffff] has been reserved
[ 0.739678] system 00:07: [mem 0xfdb00000-0xfdffffff] has been reserved
[ 0.739679] system 00:07: [mem 0xfe000000-0xfe01ffff] could not be reserved
[ 0.739679] system 00:07: [mem 0xfe036000-0xfe03bfff] has been reserved
[ 0.739680] system 00:07: [mem 0xfe03d000-0xfe3fffff] has been reserved
[ 0.739681] system 00:07: [mem 0xfe410000-0xfe7fffff] has been reserved
[ 0.739682] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.739915] system 00:08: [io 0xfe00-0xfefe] has been reserved
[ 0.739917] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.740859] system 00:09: [mem 0xfdaf0000-0xfdafffff] has been reserved
[ 0.740859] system 00:09: [mem 0xfdae0000-0xfdaeffff] has been reserved
[ 0.740860] system 00:09: [mem 0xfdac0000-0xfdacffff] has been reserved
[ 0.740862] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.741579] pnp: PnP ACPI: found 10 devices
[ 0.746775] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.746795] pci 0000:00:1b.0: bridge window [io 0x1000-0x0fff] to [bus 04] add_size 1000
[ 0.746796] pci 0000:00:1b.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 04] add_size 200000 add_align 100000
[ 0.746797] pci 0000:00:1b.0: bridge window [mem 0x00100000-0x000fffff] to [bus 04] add_size 200000 add_align 100000
[ 0.746798] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 05] add_size 1000
[ 0.746798] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 05] add_size 200000 add_align 100000
[ 0.746799] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 05] add_size 200000 add_align 100000
[ 0.746804] pci 0000:00:1b.0: BAR 14: assigned [mem 0x90000000-0x901fffff]
[ 0.746807] pci 0000:00:1b.0: BAR 15: assigned [mem 0x90200000-0x903fffff 64bit pref]
[ 0.746808] pci 0000:00:1c.0: BAR 14: assigned [mem 0x90400000-0x905fffff]
[ 0.746810] pci 0000:00:1c.0: BAR 15: assigned [mem 0x90600000-0x907fffff 64bit pref]
[ 0.746811] pci 0000:00:1b.0: BAR 13: assigned [io 0x2000-0x2fff]
[ 0.746812] pci 0000:00:1c.0: BAR 13: assigned [io 0x3000-0x3fff]
[ 0.746814] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.746815] pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
[ 0.746817] pci 0000:00:01.0: bridge window [mem 0xdfe00000-0xdfefffff]
[ 0.746818] pci 0000:00:01.0: bridge window [mem 0xc0000000-0xd01fffff 64bit pref]
[ 0.746820] pci 0000:02:00.0: PCI bridge to [bus 03]
[ 0.746824] pci 0000:02:00.0: bridge window [mem 0xdfa00000-0xdfafffff]
[ 0.746831] pci 0000:00:01.1: PCI bridge to [bus 02-03]
[ 0.746832] pci 0000:00:01.1: bridge window [mem 0xdfa00000-0xdfbfffff]
[ 0.746835] pci 0000:00:1b.0: PCI bridge to [bus 04]
[ 0.746838] pci 0000:00:1b.0: bridge window [io 0x2000-0x2fff]
[ 0.746840] pci 0000:00:1b.0: bridge window [mem 0x90000000-0x901fffff]
[ 0.746842] pci 0000:00:1b.0: bridge window [mem 0x90200000-0x903fffff 64bit pref]
[ 0.746845] pci 0000:00:1c.0: PCI bridge to [bus 05]
[ 0.746846] pci 0000:00:1c.0: bridge window [io 0x3000-0x3fff]
[ 0.746849] pci 0000:00:1c.0: bridge window [mem 0x90400000-0x905fffff]
[ 0.746850] pci 0000:00:1c.0: bridge window [mem 0x90600000-0x907fffff 64bit pref]
[ 0.746853] pci 0000:00:1c.4: PCI bridge to [bus 06]
[ 0.746856] pci 0000:00:1c.4: bridge window [mem 0xdfd00000-0xdfdfffff]
[ 0.746860] pci 0000:00:1d.0: PCI bridge to [bus 07]
[ 0.746861] pci 0000:00:1d.0: bridge window [io 0xd000-0xdfff]
[ 0.746863] pci 0000:00:1d.0: bridge window [mem 0xdfc00000-0xdfcfffff]
[ 0.746867] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 0.746868] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 0.746868] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.746869] pci_bus 0000:00: resource 7 [mem 0x90000000-0xdfffffff window]
[ 0.746870] pci_bus 0000:00: resource 8 [mem 0xfd000000-0xfe7fffff window]
[ 0.746870] pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
[ 0.746871] pci_bus 0000:01: resource 1 [mem 0xdfe00000-0xdfefffff]
[ 0.746872] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xd01fffff 64bit pref]
[ 0.746872] pci_bus 0000:02: resource 1 [mem 0xdfa00000-0xdfbfffff]
[ 0.746873] pci_bus 0000:03: resource 1 [mem 0xdfa00000-0xdfafffff]
[ 0.746874] pci_bus 0000:04: resource 0 [io 0x2000-0x2fff]
[ 0.746874] pci_bus 0000:04: resource 1 [mem 0x90000000-0x901fffff]
[ 0.746875] pci_bus 0000:04: resource 2 [mem 0x90200000-0x903fffff 64bit pref]
[ 0.746876] pci_bus 0000:05: resource 0 [io 0x3000-0x3fff]
[ 0.746876] pci_bus 0000:05: resource 1 [mem 0x90400000-0x905fffff]
[ 0.746877] pci_bus 0000:05: resource 2 [mem 0x90600000-0x907fffff 64bit pref]
[ 0.746877] pci_bus 0000:06: resource 1 [mem 0xdfd00000-0xdfdfffff]
[ 0.746878] pci_bus 0000:07: resource 0 [io 0xd000-0xdfff]
[ 0.746879] pci_bus 0000:07: resource 1 [mem 0xdfc00000-0xdfcfffff]
[ 0.747002] NET: Registered protocol family 2
[ 0.747093] tcp_listen_portaddr_hash hash table entries: 16384 (order: 6, 262144 bytes, linear)
[ 0.747230] TCP established hash table entries: 262144 (order: 9, 2097152 bytes, linear)
[ 0.747418] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes, linear)
[ 0.747481] TCP: Hash tables configured (established 262144 bind 65536)
[ 0.747532] UDP hash table entries: 16384 (order: 7, 524288 bytes, linear)
[ 0.747593] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes, linear)
[ 0.747665] NET: Registered protocol family 1
[ 0.747668] NET: Registered protocol family 44
[ 0.747849] pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 0.747853] pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
[ 0.748018] PCI: CLS 64 bytes, default 64
[ 0.748040] Trying to unpack rootfs image as initramfs...
[ 1.152053] Freeing initrd memory: 46816K
[ 1.152056] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 1.152057] software IO TLB: mapped [mem 0x85de7000-0x89de7000] (64MB)
[ 1.152182] check: Scanning for low memory corruption every 60 seconds
[ 1.152412] Initialise system trusted keyrings
[ 1.152420] Key type blacklist registered
[ 1.152449] workingset: timestamp_bits=41 max_order=23 bucket_order=0
[ 1.153123] zbud: loaded
[ 1.155839] Key type asymmetric registered
[ 1.155840] Asymmetric key parser 'x509' registered
[ 1.155844] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 1.155870] io scheduler mq-deadline registered
[ 1.155871] io scheduler kyber registered
[ 1.155884] io scheduler bfq registered
[ 1.156469] pcieport 0000:00:1c.4: AER: enabled with IRQ 124
[ 1.156611] pcieport 0000:00:1d.0: AER: enabled with IRQ 125
[ 1.156673] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 1.156714] efifb: probing for efifb
[ 1.156723] efifb: No BGRT, not showing boot graphics
[ 1.156723] efifb: framebuffer at 0xc0000000, using 3072k, total 3072k
[ 1.156724] efifb: mode is 1024x768x32, linelength=4096, pages=1
[ 1.156724] efifb: scrolling: redraw
[ 1.156725] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 1.156745] fbcon: Deferring console take-over
[ 1.156746] fb0: EFI VGA frame buffer device
[ 1.156750] intel_idle: MWAIT substates: 0x142120
[ 1.156750] intel_idle: v0.4.1 model 0x9E
[ 1.156952] intel_idle: lapic_timer_reliable_states 0xffffffff
[ 1.157026] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
[ 1.157039] ACPI: Sleep Button [SLPB]
[ 1.157055] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[ 1.157063] ACPI: Power Button [PWRB]
[ 1.157079] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[ 1.158462] ACPI: Power Button [PWRF]
[ 1.159426] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 1.180329] 00:01: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 1.181797] AMD-Vi: AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[ 1.181798] AMD-Vi: AMD IOMMUv2 functionality not available on this system
[ 1.182336] nvme nvme0: pci function 0000:07:00.0
[ 1.182362] usbcore: registered new interface driver usbserial_generic
[ 1.182364] usbserial: USB Serial support registered for generic
[ 1.182377] rtc_cmos 00:04: RTC can wake from S4
[ 1.182907] rtc_cmos 00:04: registered as rtc0
[ 1.182914] rtc_cmos 00:04: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[ 1.182941] intel_pstate: Intel P-state driver initializing
[ 1.183327] intel_pstate: HWP enabled
[ 1.183463] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.183494] resource sanity check: requesting [mem 0xfdffe800-0xfe0007ff], which spans more than pnp 00:07 [mem 0xfdb00000-0xfdffffff]
[ 1.183497] caller pmc_core_probe+0x85/0x2e0 mapping multiple BARs
[ 1.183504] intel_pmc_core INT33A1:00: initialized
[ 1.183541] drop_monitor: Initializing network drop monitor service
[ 1.183627] NET: Registered protocol family 10
[ 1.188454] Segment Routing with IPv6
[ 1.188466] NET: Registered protocol family 17
[ 1.188981] RAS: Correctable Errors collector initialized.
[ 1.189022] microcode: sig=0x906e9, pf=0x2, revision=0xca
[ 1.189211] microcode: Microcode Update Driver: v2.2.
[ 1.189214] IPI shorthand broadcast: enabled
[ 1.189217] sched_clock: Marking stable (1188884491, 324952)->(1221716783, -32507340)
[ 1.189333] registered taskstats version 1
[ 1.189337] Loading compiled-in X.509 certificates
[ 1.191709] Loaded X.509 cert 'Build time autogenerated kernel key: 99d27877373b231d04a402b5013a1ef1a93683b5'
[ 1.191727] zswap: loaded using pool lzo/zbud
[ 1.191900] Key type ._fscrypt registered
[ 1.191901] Key type .fscrypt registered
[ 1.195977] Key type big_key registered
[ 1.196811] PM: Magic number: 12:584:857
[ 1.197005] rtc_cmos 00:04: setting system clock to 2020-03-05T23:48:57 UTC (1583452137)
[ 1.301875] nvme nvme0: 8/0/0 default/read/poll queues
[ 1.306795] nvme0n1: p1 p2 p3
[ 1.310728] Freeing unused decrypted memory: 2040K
[ 1.311479] Freeing unused kernel image (initmem) memory: 1664K
[ 1.331899] Write protecting the kernel read-only data: 20480k
[ 1.333302] Freeing unused kernel image (text/rodata gap) memory: 2044K
[ 1.334237] Freeing unused kernel image (rodata/data gap) memory: 1852K
[ 1.369477] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 1.369479] x86/mm: Checking user space page tables
[ 1.384454] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 1.384455] Run /init as init process
[ 1.442201] fbcon: Taking over console
[ 1.442242] Console: switching to colour frame buffer device 128x48
[ 1.456011] Linux agpgart interface v0.103
[ 1.524250] [drm] amdgpu kernel modesetting enabled.
[ 1.524332] CRAT table not found
[ 1.524336] Virtual CRAT table created for CPU
[ 1.524337] Parsing CRAT table with 1 nodes
[ 1.524337] Creating topology SYSFS entries
[ 1.524345] Topology: Add CPU node
[ 1.524345] Finished initializing topology
[ 1.524409] checking generic (c0000000 300000) vs hw (c0000000 10000000)
[ 1.524410] fb0: switching to amdgpudrmfb from EFI VGA
[ 1.524447] Console: switching to colour dummy device 80x25
[ 1.524467] amdgpu 0000:01:00.0: vgaarb: deactivate vga console
[ 1.524636] [drm] initializing kernel modesetting (POLARIS10 0x1002:0x67DF 0x1002:0x0B37 0xC7).
[ 1.524642] [drm] register mmio base: 0xDFE00000
[ 1.524642] [drm] register mmio size: 262144
[ 1.524648] [drm] add ip block number 0 <vi_common>
[ 1.524648] [drm] add ip block number 1 <gmc_v8_0>
[ 1.524648] [drm] add ip block number 2 <tonga_ih>
[ 1.524649] [drm] add ip block number 3 <gfx_v8_0>
[ 1.524649] [drm] add ip block number 4 <sdma_v3_0>
[ 1.524650] [drm] add ip block number 5 <powerplay>
[ 1.524650] [drm] add ip block number 6 <dm>
[ 1.524650] [drm] add ip block number 7 <uvd_v6_0>
[ 1.524651] [drm] add ip block number 8 <vce_v3_0>
[ 1.524826] amdgpu 0000:01:00.0: No more image in the PCI ROM
[ 1.524848] ATOM BIOS: 113-D0090101-100
[ 1.524858] [drm] UVD is enabled in VM mode
[ 1.524858] [drm] UVD ENC is enabled in VM mode
[ 1.524859] [drm] VCE enabled in VM mode
[ 1.524882] [drm] vm size is 128 GB, 2 levels, block size is 10-bit, fragment size is 9-bit
[ 1.524911] amdgpu 0000:01:00.0: VRAM: 8192M 0x000000F400000000 - 0x000000F5FFFFFFFF (8192M used)
[ 1.524913] amdgpu 0000:01:00.0: GART: 256M 0x000000FF00000000 - 0x000000FF0FFFFFFF
[ 1.524917] [drm] Detected VRAM RAM=8192M, BAR=256M
[ 1.524918] [drm] RAM width 256bits GDDR5
[ 1.524948] [TTM] Zone kernel: Available graphics memory: 16413596 KiB
[ 1.524948] [TTM] Zone dma32: Available graphics memory: 2097152 KiB
[ 1.524949] [TTM] Initializing pool allocator
[ 1.524951] [TTM] Initializing DMA pool allocator
[ 1.524969] [drm] amdgpu: 8192M of VRAM memory ready
[ 1.524970] [drm] amdgpu: 8192M of GTT memory ready.
[ 1.524976] [drm] GART: num cpu pages 65536, num gpu pages 65536
[ 1.525408] [drm] PCIE GART of 256M enabled (table at 0x000000F400300000).
[ 1.525499] [drm] Chained IB support enabled!
[ 1.526074] amdgpu: [powerplay] hwmgr_sw_init smu backed is polaris10_smu
[ 1.526152] [drm] Found UVD firmware Version: 1.130 Family ID: 16
[ 1.526719] [drm] Found VCE firmware Version: 53.26 Binary ID: 3
[ 1.582525] [drm] DM_PPLIB: values for Engine clock
[ 1.582526] [drm] DM_PPLIB: 300000
[ 1.582526] [drm] DM_PPLIB: 608000
[ 1.582526] [drm] DM_PPLIB: 910000
[ 1.582526] [drm] DM_PPLIB: 1077000
[ 1.582527] [drm] DM_PPLIB: 1145000
[ 1.582527] [drm] DM_PPLIB: 1191000
[ 1.582527] [drm] DM_PPLIB: 1236000
[ 1.582527] [drm] DM_PPLIB: 1266000
[ 1.582528] [drm] DM_PPLIB: Validation clocks:
[ 1.582528] [drm] DM_PPLIB: engine_max_clock: 126600
[ 1.582528] [drm] DM_PPLIB: memory_max_clock: 200000
[ 1.582529] [drm] DM_PPLIB: level : 8
[ 1.582529] [drm] DM_PPLIB: values for Memory clock
[ 1.582529] [drm] DM_PPLIB: 300000
[ 1.582530] [drm] DM_PPLIB: 2000000
[ 1.582530] [drm] DM_PPLIB: Validation clocks:
[ 1.582530] [drm] DM_PPLIB: engine_max_clock: 126600
[ 1.582530] [drm] DM_PPLIB: memory_max_clock: 200000
[ 1.582531] [drm] DM_PPLIB: level : 8
[ 1.582598] [drm] Display Core initialized with v3.2.56!
[ 1.592160] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 1.592161] [drm] Driver supports precise vblank timestamp query.
[ 1.641327] [drm] UVD and UVD ENC initialized successfully.
[ 1.752348] [drm] VCE initialized successfully.
[ 1.753374] kfd kfd: Allocated 3969056 bytes on gart
[ 1.753891] Virtual CRAT table created for GPU
[ 1.753891] Parsing CRAT table with 1 nodes
[ 1.753894] Creating topology SYSFS entries
[ 1.753935] Topology: Add dGPU node [0x67df:0x1002]
[ 1.753936] kfd kfd: added device 1002:67df
[ 1.753959] [drm] Cannot find any crtc or sizes
[ 1.757784] [drm] Initialized amdgpu 3.36.0 20150101 for 0000:01:00.0 on minor 0
[ 1.814802] cryptd: max_cpu_qlen set to 1000
[ 1.814848] SCSI subsystem initialized
[ 1.817037] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 1.817043] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[ 1.818104] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000000009810
[ 1.818108] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[ 1.820200] firewire_ohci 0000:03:00.0: enabling device (0000 -> 0002)
[ 1.820244] AVX2 version of gcm_enc/dec engaged.
[ 1.820244] AES CTR mode by8 optimization enabled
[ 1.821699] libata version 3.00 loaded.
[ 1.821881] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.05
[ 1.821882] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.821883] usb usb1: Product: xHCI Host Controller
[ 1.821885] usb usb1: Manufacturer: Linux 5.5.7-arch1-1 xhci-hcd
[ 1.821885] usb usb1: SerialNumber: 0000:00:14.0
[ 1.821978] hub 1-0:1.0: USB hub found
[ 1.821994] hub 1-0:1.0: 16 ports detected
[ 1.823472] ahci 0000:00:17.0: version 3.0
[ 1.823697] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
[ 1.823699] ahci 0000:00:17.0: flags: 64bit ncq sntf led clo only pio slum part ems deso sadm sds apst
[ 1.823961] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 1.823964] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[ 1.823966] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[ 1.823994] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.05
[ 1.823995] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.823996] usb usb2: Product: xHCI Host Controller
[ 1.823996] usb usb2: Manufacturer: Linux 5.5.7-arch1-1 xhci-hcd
[ 1.823997] usb usb2: SerialNumber: 0000:00:14.0
[ 1.824066] hub 2-0:1.0: USB hub found
[ 1.824076] hub 2-0:1.0: 10 ports detected
[ 1.825468] xhci_hcd 0000:06:00.0: xHCI Host Controller
[ 1.825472] xhci_hcd 0000:06:00.0: new USB bus registered, assigned bus number 3
[ 1.825510] pcieport 0000:00:1c.4: AER: Corrected error received: 0000:00:1c.4
[ 1.825516] pcieport 0000:00:1c.4: AER: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
[ 1.825522] pcieport 0000:00:1c.4: AER: device [8086:a294] error status/mask=00000001/00002000
[ 1.825526] pcieport 0000:00:1c.4: AER: [ 0] RxErr (First)
[ 1.875137] firewire_ohci 0000:03:00.0: added OHCI v1.10 device as card 0, 8 IR + 8 IT contexts, quirks 0x2
[ 1.880270] xhci_hcd 0000:06:00.0: hcc params 0x0200ef81 hci version 0x110 quirks 0x0000000000000010
[ 1.880697] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.05
[ 1.880698] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.880699] usb usb3: Product: xHCI Host Controller
[ 1.880700] usb usb3: Manufacturer: Linux 5.5.7-arch1-1 xhci-hcd
[ 1.880700] usb usb3: SerialNumber: 0000:06:00.0
[ 1.880771] hub 3-0:1.0: USB hub found
[ 1.880777] hub 3-0:1.0: 2 ports detected
[ 1.880923] xhci_hcd 0000:06:00.0: xHCI Host Controller
[ 1.880925] xhci_hcd 0000:06:00.0: new USB bus registered, assigned bus number 4
[ 1.880928] xhci_hcd 0000:06:00.0: Host supports USB 3.1 Enhanced SuperSpeed
[ 1.880952] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[ 1.880962] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.05
[ 1.880962] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.880963] usb usb4: Product: xHCI Host Controller
[ 1.880963] usb usb4: Manufacturer: Linux 5.5.7-arch1-1 xhci-hcd
[ 1.880964] usb usb4: SerialNumber: 0000:06:00.0
[ 1.881015] hub 4-0:1.0: USB hub found
[ 1.881020] hub 4-0:1.0: 2 ports detected
[ 2.074161] scsi host0: ahci
[ 2.074698] scsi host1: ahci
[ 2.075242] scsi host2: ahci
[ 2.075732] scsi host3: ahci
[ 2.076181] scsi host4: ahci
[ 2.076584] scsi host5: ahci
[ 2.076783] ata1: SATA max UDMA/133 abar m2048@0xdff37000 port 0xdff37100 irq 137
[ 2.076791] ata2: SATA max UDMA/133 abar m2048@0xdff37000 port 0xdff37180 irq 137
[ 2.076797] ata3: SATA max UDMA/133 abar m2048@0xdff37000 port 0xdff37200 irq 137
[ 2.076802] ata4: SATA max UDMA/133 abar m2048@0xdff37000 port 0xdff37280 irq 137
[ 2.076809] ata5: SATA max UDMA/133 abar m2048@0xdff37000 port 0xdff37300 irq 137
[ 2.076814] ata6: SATA max UDMA/133 abar m2048@0xdff37000 port 0xdff37380 irq 137
[ 2.151817] usb 1-1: new full-speed USB device number 2 using xhci_hcd
[ 2.171821] tsc: Refined TSC clocksource calibration: 4199.999 MHz
[ 2.171836] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x3c8a606e244, max_idle_ns: 440795282550 ns
[ 2.171914] clocksource: Switched to clocksource tsc
[ 2.294915] usb 1-1: New USB device found, idVendor=0951, idProduct=16d2, bcdDevice=21.11
[ 2.294920] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.294924] usb 1-1: Product: HyperX Alloy FPS Pro Mechanical Gaming Keyboard
[ 2.294927] usb 1-1: Manufacturer: Kingston
[ 2.302869] hid: raw HID events driver (C) Jiri Kosina
[ 2.307068] usbcore: registered new interface driver usbhid
[ 2.307068] usbhid: USB HID core driver
[ 2.308472] input: Kingston HyperX Alloy FPS Pro Mechanical Gaming Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:0951:16D2.0001/input/input3
[ 2.365385] hid-generic 0003:0951:16D2.0001: input,hidraw0: USB HID v1.11 Keyboard [Kingston HyperX Alloy FPS Pro Mechanical Gaming Keyboard] on usb-0000:00:14.0-1/input0
[ 2.367093] input: Kingston HyperX Alloy FPS Pro Mechanical Gaming Keyboard Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:0951:16D2.0002/input/input4
[ 2.385873] firewire_core 0000:03:00.0: created device fw0: GUID 78563412000000a7, S800
[ 2.385916] firewire_core 0000:03:00.0: phy config: new root=ffc2, gap_count=7
[ 2.386026] firewire_core 0000:03:00.0: unsolicited response (source ffc0, tlabel 2a)
[ 2.388825] ata1: SATA link down (SStatus 4 SControl 300)
[ 2.388865] ata4: SATA link down (SStatus 4 SControl 300)
[ 2.388897] ata3: SATA link down (SStatus 4 SControl 300)
[ 2.388997] ata2: SATA link down (SStatus 4 SControl 300)
[ 2.392242] ata5: SATA link down (SStatus 4 SControl 300)
[ 2.392401] ata6: SATA link down (SStatus 4 SControl 300)
[ 2.418485] usb 1-2: new full-speed USB device number 3 using xhci_hcd
[ 2.422347] hid-generic 0003:0951:16D2.0002: input,hiddev0,hidraw1: USB HID v1.11 Device [Kingston HyperX Alloy FPS Pro Mechanical Gaming Keyboard] on usb-0000:00:14.0-1/input1
[ 2.422636] input: Kingston HyperX Alloy FPS Pro Mechanical Gaming Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.2/0003:0951:16D2.0003/input/input5
[ 2.478715] hid-generic 0003:0951:16D2.0003: input,hidraw2: USB HID v1.11 Keyboard [Kingston HyperX Alloy FPS Pro Mechanical Gaming Keyboard] on usb-0000:00:14.0-1/input2
[ 2.559248] EXT4-fs (nvme0n1p3): mounted filesystem with ordered data mode. Opts: (null)
[ 2.560782] usb 1-2: New USB device found, idVendor=046d, idProduct=c246, bcdDevice=70.03
[ 2.560783] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.560784] usb 1-2: Product: G300s Optical Gaming Mouse
[ 2.560784] usb 1-2: Manufacturer: Logitech
[ 2.563469] input: Logitech G300s Optical Gaming Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/0003:046D:C246.0004/input/input6
[ 2.563826] hid-generic 0003:046D:C246.0004: input,hidraw3: USB HID v1.10 Mouse [Logitech G300s Optical Gaming Mouse] on usb-0000:00:14.0-2/input0
[ 2.565008] input: Logitech G300s Optical Gaming Mouse Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:046D:C246.0005/input/input7
[ 2.590055] random: fast init done
[ 2.618433] input: Logitech G300s Optical Gaming Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.1/0003:046D:C246.0005/input/input8
[ 2.618549] hid-generic 0003:046D:C246.0005: input,hiddev1,hidraw4: USB HID v1.10 Keyboard [Logitech G300s Optical Gaming Mouse] on usb-0000:00:14.0-2/input1
[ 2.631139] systemd[1]: systemd 244.3-1-arch running in system mode. (+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
[ 2.645365] systemd[1]: Detected architecture x86-64.
[ 2.675812] systemd[1]: Set hostname to <bmo>.
[ 2.741986] usb 1-6: new full-speed USB device number 4 using xhci_hcd
[ 2.819073] systemd[1]: Created slice system-autologin.slice.
[ 2.819237] systemd[1]: Created slice system-getty.slice.
[ 2.819383] systemd[1]: Created slice system-modprobe.slice.
[ 2.819551] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[ 2.819679] systemd[1]: Created slice User and Session Slice.
[ 2.819735] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 2.819789] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 2.819951] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 2.819988] systemd[1]: Reached target Local Encrypted Volumes.
[ 2.820016] systemd[1]: Reached target Paths.
[ 2.820040] systemd[1]: Reached target Slices.
[ 2.820094] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ 2.820264] systemd[1]: Listening on LVM2 metadata daemon socket.
[ 2.820342] systemd[1]: Listening on LVM2 poll daemon socket.
[ 2.821289] systemd[1]: Listening on Process Core Dump Socket.
[ 2.821346] systemd[1]: Listening on initctl Compatibility Named Pipe.
[ 2.821454] systemd[1]: Listening on Journal Audit Socket.
[ 2.821524] systemd[1]: Listening on Journal Socket (/dev/log).
[ 2.821599] systemd[1]: Listening on Journal Socket.
[ 2.821693] systemd[1]: Listening on Network Service Netlink Socket.
[ 2.821768] systemd[1]: Listening on udev Control Socket.
[ 2.821822] systemd[1]: Listening on udev Kernel Socket.
[ 2.822318] systemd[1]: Mounting Huge Pages File System...
[ 2.822890] systemd[1]: Mounting POSIX Message Queue File System...
[ 2.823435] systemd[1]: Mounting Kernel Debug File System...
[ 2.823989] systemd[1]: Starting Create list of static device nodes for the current kernel...
[ 2.824534] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[ 2.825309] systemd[1]: Starting Set Up Additional Binary Formats...
[ 2.825362] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
[ 2.826236] systemd[1]: Starting Journal Service...
[ 2.827001] systemd[1]: Starting Load Kernel Modules...
[ 2.827504] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 2.828041] systemd[1]: Starting udev Coldplug all Devices...
[ 2.830124] systemd[1]: Mounted Huge Pages File System.
[ 2.830232] systemd[1]: Mounted POSIX Message Queue File System.
[ 2.830362] systemd[1]: Mounted Kernel Debug File System.
[ 2.830840] systemd[1]: Started Create list of static device nodes for the current kernel.
[ 2.830979] random: lvm: uninitialized urandom read (4 bytes read)
[ 2.831043] systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 397 (systemd-binfmt)
[ 2.831846] systemd[1]: Mounting Arbitrary Executable File Formats File System...
[ 2.836715] systemd[1]: Started LVM2 metadata daemon.
[ 2.837041] EXT4-fs (nvme0n1p3): re-mounted. Opts: data=ordered
[ 2.839320] systemd[1]: Started Remount Root and Kernel File Systems.
[ 2.839497] systemd[1]: Mounted Arbitrary Executable File Formats File System.
[ 2.839645] systemd[1]: Condition check resulted in First Boot Wizard being skipped.
[ 2.839900] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
[ 2.840527] systemd[1]: Starting Load/Save Random Seed...
[ 2.840586] systemd[1]: Condition check resulted in Create System Users being skipped.
[ 2.841247] systemd[1]: Starting Create Static Device Nodes in /dev...
[ 2.841770] systemd[1]: Started Set Up Additional Binary Formats.
[ 2.843984] systemd[1]: Started Load Kernel Modules.
[ 2.844202] systemd[1]: Condition check resulted in FUSE Control File System being skipped.
[ 2.845490] systemd[1]: Mounting Kernel Configuration File System...
[ 2.847858] systemd[1]: Starting Apply Kernel Variables...
[ 2.848451] systemd[1]: Mounted Kernel Configuration File System.
[ 2.855893] systemd[1]: Started Apply Kernel Variables.
[ 2.857912] systemd[1]: Started Create Static Device Nodes in /dev.
[ 2.858492] systemd[1]: Starting udev Kernel Device Manager...
[ 2.865094] usb 1-6: device descriptor read/64, error -71
[ 2.895807] systemd[1]: Started udev Coldplug all Devices.
[ 3.055183] systemd[1]: Started Journal Service.
[ 3.055291] audit: type=1130 audit(1583452139.354:2): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3.061008] systemd-journald[398]: Received client request to flush runtime journal.
[ 3.095205] usb 1-6: device descriptor read/64, error -71
[ 3.114368] audit: type=1130 audit(1583452139.411:3): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3.183146] audit: type=1130 audit(1583452139.481:4): 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'
[ 3.224119] input: PC Speaker as /devices/platform/pcspkr/input/input9
[ 3.225476] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[ 3.226517] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[ 3.233215] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[ 3.258656] Adding 4194300k swap on /dev/nvme0n1p2. Priority:-2 extents:1 across:4194300k SSFS
[ 3.261652] RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 655360 ms ovfl timer
[ 3.261653] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[ 3.261653] RAPL PMU: hw unit of domain package 2^-14 Joules
[ 3.261654] RAPL PMU: hw unit of domain dram 2^-14 Joules
[ 3.283353] audit: type=1130 audit(1583452139.581:5): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=lvm2-monitor comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3.295468] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[ 3.295468] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 3.295661] e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[ 3.300336] asus_wmi: ASUS WMI generic driver loaded
[ 3.301273] asus_wmi: Initialization: 0x0
[ 3.301293] asus_wmi: BIOS WMI version: 0.9
[ 3.301324] asus_wmi: SFUN value: 0x0
[ 3.301325] eeepc-wmi eeepc-wmi: Detected ASUSWMI, use DCTS
[ 3.301586] input: Eee PC WMI hotkeys as /devices/platform/eeepc-wmi/input/input10
[ 3.306786] iTCO_vendor_support: vendor-support=0
[ 3.308185] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[ 3.308320] iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
[ 3.308449] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 3.311912] audit: type=1130 audit(1583452139.611:6): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-fsck@dev-disk-by\x2duuid-EF27\x2d1FF6 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3.325357] usb 1-6: new full-speed USB device number 5 using xhci_hcd
[ 3.404261] audit: type=1130 audit(1583452139.701:7): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-networkd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3.429246] snd_hda_intel 0000:01:00.1: Force to non-snoop mode
[ 3.438419] snd_hda_intel 0000:01:00.1: bound 0000:01:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
[ 3.452739] audit: type=1130 audit(1583452139.751:8): 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'
[ 3.455206] usb 1-6: device descriptor read/64, error -71
[ 3.459015] audit: type=1127 audit(1583452139.758:9): pid=487 uid=0 auid=4294967295 ses=4294967295 msg=' comm="systemd-update-utmp" exe="/usr/lib/systemd/systemd-update-utmp" hostname=? addr=? terminal=? res=success'
[ 3.461892] audit: type=1130 audit(1583452139.761:10): 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'
[ 3.471619] random: dbus-daemon: uninitialized urandom read (12 bytes read)
[ 3.475588] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card0/input11
[ 3.475665] input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card0/input12
[ 3.475718] input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card0/input13
[ 3.475754] input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card0/input14
[ 3.475791] input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card0/input15
[ 3.475826] input: HDA ATI HDMI HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card0/input16
[ 3.479350] random: dbus-daemon: uninitialized urandom read (12 bytes read)
[ 3.535241] e1000e 0000:00:1f.6 0000:00:1f.6 (uninitialized): registered PHC clock
[ 3.535993] kvm: disabled by bios
[ 3.601979] e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) 70:4d:7b:6b:d6:1e
[ 3.601984] e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection
[ 3.602036] e1000e 0000:00:1f.6 eth0: MAC: 12, PHY: 12, PBA No: FFFFFF-0FF
[ 3.621700] e1000e 0000:00:1f.6 enp0s31f6: renamed from eth0
[ 3.640869] kvm: disabled by bios
[ 3.685119] usb 1-6: device descriptor read/64, error -71
[ 3.760428] kvm: disabled by bios
[ 3.791863] usb usb1-port6: attempt power cycle
[ 3.932314] kvm: disabled by bios
[ 3.933220] FS-Cache: Loaded
[ 3.952673] RPC: Registered named UNIX socket transport module.
[ 3.952673] RPC: Registered udp transport module.
[ 3.952674] RPC: Registered tcp transport module.
[ 3.952674] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 4.093993] kvm: disabled by bios
[ 4.095153] intel_rapl_common: Found RAPL domain package
[ 4.095154] intel_rapl_common: Found RAPL domain core
[ 4.095155] intel_rapl_common: Found RAPL domain dram
[ 4.102710] FS-Cache: Netfs 'nfs' registered for caching
[ 4.105006] Key type dns_resolver registered
[ 4.223190] kvm: disabled by bios
[ 4.295812] NFS: Registering the id_resolver key type
[ 4.295817] Key type id_resolver registered
[ 4.295817] Key type id_legacy registered
[ 4.400348] kvm: disabled by bios
[ 4.435108] usb 1-6: new full-speed USB device number 6 using xhci_hcd
[ 4.435206] usb 1-6: Device not responding to setup address.
[ 4.444563] kvm: disabled by bios
[ 4.558410] random: crng init done
[ 4.641861] usb 1-6: Device not responding to setup address.
[ 4.851742] usb 1-6: device not accepting address 6, error -71
[ 4.975097] usb 1-6: new full-speed USB device number 7 using xhci_hcd
[ 4.975242] usb 1-6: Device not responding to setup address.
[ 5.182057] usb 1-6: Device not responding to setup address.
[ 5.388503] usb 1-6: device not accepting address 7, error -71
[ 5.388521] usb usb1-port6: unable to enumerate USB device
[ 5.400407] mousedev: PS/2 mouse device common for all mice
[ 5.922220] kauditd_printk_skb: 24 callbacks suppressed
[ 7.775480] firewire_core 0000:03:00.0: created device fw1: GUID 001486446c129c01, S400
[ 7.775626] firewire_core 0000:03:00.0: created device fw2: GUID 001486a296a59815, S400
[ 8.412214] e1000e: enp0s31f6 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
[ 8.412302] IPv6: ADDRCONF(NETDEV_CHANGE): enp0s31f6: link becomes ready
[ 11.760796] kauditd_printk_skb: 39 callbacks suppressedAnything to try? Thanks in advance!
Last edited by habys (2020-03-06 02:14:50)
Offline
Does adding the boot option amdgpu.dc=0 have any effect?
Last edited by loqs (2020-03-06 02:00:50)
Offline
It seems to work perfectly. Now I need to find out what that is and why I need it. Thank you!
Offline
dc is display core the newer rendering engine for amdgpu. You might have this issue https://gitlab.freedesktop.org/drm/amd/issues/997
Offline
Much obliged. I'll add my dmesg info to that bug when I've got a chance.
Offline
Pages: 1