KLatexFormula (February 2017 — KLatexFormula 4.0.0 released)
Render LaTeX code in Qt
Qt and LaTeX via KLFBackend
github.com/jkriege2/JKQtPlotter, an extensive Qt5 Plotter framework (including a feature-richt plotter widget, a speed-optimized, but limited variant and a LaTeX equation renderer!), written fully in C/C++ and without external dependencies
JKQTPlotter – A Qt Plotting Library
Evgenij Legotskoj – Qt/C++ – Tutorial 076. Visualizing Mathematical Formulas on Qt
How to display mathematical typesetting (MathJax, LaTeX, etc.) in Qt using PyQt5?
Category Archives: Uncategorized
Qt Designer Form: Custom Widgets
Customizing Qt Designer Forms
Using Custom Widgets with Qt Designer (No Source -> Promote from Superclass)
Creating Custom Widgets for Qt Designer (Source available)
Qt Examples
Qt5
Qt Examples And Tutorials
List of Qt Examples
Qt6
Qt Address Book Example
Address Book Tutorial
Part 1 – Designing the User Interface
Part 2 – Adding Addresses
Part 3 – Navigating between Entries
Part 4 – Editing and Removing Addresses
Part 5 – Adding a Find Function
Part 6 – Loading and Saving
Part 7 – Additional Features
Drag and Drop Robot Example
<a href="https://doc.qt.io/qt/qtwidgets-graphicsview-dragdroprobot-example.html">Drag and Drop Robot Example</a>
\brief Demonstrates how to drag and drop items in a graphics view.
Qt Cascading Style Sheets (CSS)
Qt Comma Separated Values (CSV)
how toconvert sqlite3 database file to .csv file in qt code ?
libqxt
LibQxt in QtCreator
Handling CSV – Using QxtCsvModel
libqxt
github.com/iamantony/qtcsv, Library for reading and writing csv-files in Qt.
SQLite
SQLite Foreign Key Support
SQLite Autoincrement
PRAGMA Statements
Write-Ahead Logging
Atomic Commit In SQLite
SQLite is Transactional
SQL As Understood By SQLite
SELECT
INSERT
UPDATE
BEGIN TRANSACTION
SQLite C Interface
Tutorials
renenyffenegger.ch: SQLite
SQLite – AUTOINCREMENT
SQLite AUTOINCREMENT
SQLite Transaction
Command Line Shell For SQLite
$ sqlite3.exe /c/Users/andreas/AppData/Roaming/DatabaseSelect/default.sqlite .database .table .tables .mode column .header on .quit
MSYS
$ pacman -S sqlite3 $ pacman -S sqlite-vfslog
Qt Python: PySide2 / PyQt / PyQt5
Qt for Python (PySide2)
Qt Blog: Technical vision for Qt for Python
Tutorials
Plotting with PyQtGraph
Plotting with Matplotlib
Embedding in Qt
YouTube
PyQt5 Python 3 Tutorial
- Setup and a Basic GUI Application
- Buttons and Events (Signals)
- How to Use Qt Designer
- MenuBar (Shortcuts, Status Bar and Triggers)
- Images and QPixmap
- QMessageBox and Popup Windows
- ComboBoxes with Examples
- Containers (GroupBoxes and Frames)
Alan D Moore Codes
PyQt5 Programming
Master PyQt5
Matplotlib
QThread
Master PyQt5 part 10: Make responsive GUIs with Threads (with moveToThread())
“Python, Threads & Qt: Boom!” – Teijo Holzer (Kiwi Pycon X)
PyQt5 QProgressbar With QThread Practical Example #23 (with run())
UDOO Bolt
AMD V-Series V1000
AMD V-Series V1000 with Radeon Vega Graphics Drivers & Support
v4.19.8 mainline build
Linux Kernel 4.19 Released, How to Install it in Ubuntu
amdgpu driver refuses to load on 19.04
How do I install AMDGPU-Pro on Mint 19 / Ubuntu 18.10?
Linux 5.2 freigegeben: Änderungsrekord und Geschwindigkeitsverbesserungen
Prozessorfahrpläne von AMD und Intel
wiki.archlinux.de: AMDGPU
wiki.archlinux.org: AMDGPU
$ lsmod | grep amdgpu $ sudo lspci -vnn | grep VGA -A 12 $ glxinfo | egrep "OpenGL vendor|OpenGL renderer"
a
UDOO Bolt Ryzen
$ cp /etc/lsb-release /etc/lsb-release.orig $ xed /etc/lsb-release $ cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=18.04.1 DISTRIB_CODENAME=bionic DISTRIB_DESCRIPTION="Ubuntu 18.04.1 LTS" $ sudo mkdir /etc/gdm3 $ sudo touch /etc/gdm3/custom.conf $ sudo dpkg --purge linux-headers-4.19.8-768-amd+ linux-image-4.19.8-768-amd+ $ tar xjf amd_ubuntu-18.04_kernel_4.19.8_v2019_20_1160_ga_public.tar.bz2 $ cd AMD_Ubuntu-18.04_Kernel_4.19.8_v2019_20_1160_GA $ chmod 755 install_debs.sh $ sudo ./install_debs.sh
In Install_amdgpu method [INFO] OS version is Ubuntu 18.04.1 LTS [INFO]Installing pre-requisites for Amdgpu driver Reading package lists... Building dependency tree... Reading state information... zlib1g is already the newest version (1:1.2.11.dfsg-0ubuntu2). dpkg-dev is already the newest version (1.19.0.5ubuntu2.1). libudev1 is already the newest version (237-3ubuntu10.25). udev is already the newest version (237-3ubuntu10.25). The following additional packages will be installed: git-man libc-dev-bin libc6-dev libcapnp-0.6.1 liberror-perl libpthread-stubs0-dev libx11-dev libxau-dev libxcb1-dev libxdmcp-dev x11proto-core-dev x11proto-dev xorg-sgml-doctools xtrans-dev Suggested packages: git-daemon-run | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn glibc-doc libxcb-doc libxext-doc Recommended packages: libx11-doc The following NEW packages will be installed: git git-man libc-dev-bin libc6-dev libcapnp-0.6.1 liberror-perl libmirclient-dev libmirclient9 libmircommon-dev libmircommon7 libmircookie-dev libmircookie2 libmircore-dev libmircore1 libmirprotobuf3 libomxil-bellagio-bin libomxil-bellagio0 libomxil-bellagio0-components-base libprotobuf-dev libpthread-stubs0-dev libudev-dev libx11-dev libx11-xcb-dev libxau-dev libxcb-dri2-0-dev libxcb-dri3-dev libxcb-glx0-dev libxcb-present-dev libxcb-randr0-dev libxcb-render0-dev libxcb-shape0-dev libxcb-sync-dev libxcb-xfixes0-dev libxcb1-dev libxdamage-dev libxdmcp-dev libxext-dev libxfixes-dev libxkbcommon-dev libxshmfence-dev libxxf86vm-dev x11proto-core-dev x11proto-damage-dev x11proto-dev x11proto-dri2-dev x11proto-fixes-dev x11proto-gl-dev x11proto-xext-dev x11proto-xf86vidmode-dev xorg-sgml-doctools xtrans-dev zlib1g-dev 0 upgraded, 52 newly installed, 0 to remove and 2 not upgraded. [...] [INFO] Installing firmwares required for Amdgpu Reading package lists... Done Building dependency tree Reading state information... Done The following NEW packages will be installed: amdgpufirmware-emb 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. Need to get 0 B/2'120 kB of archives. After this operation, 0 B of additional disk space will be used. WARNING: The following packages cannot be authenticated! amdgpufirmware-emb [...] [INFO]Installing Amdgpu Kernel Selecting previously unselected package linux-headers-4.19.8-768-amd+. (Reading database ... 325998 files and directories currently installed.) Preparing to unpack .../linux-headers-4.19.8-768-amd+_4.19.8-768-amd+-10.00.Custom_amd64.deb ... Unpacking linux-headers-4.19.8-768-amd+ (4.19.8-768-amd+-10.00.Custom) ... Selecting previously unselected package linux-image-4.19.8-768-amd+. Preparing to unpack .../linux-image-4.19.8-768-amd+_4.19.8-768-amd+-10.00.Custom_amd64.deb ... Examining /etc/kernel/preinst.d/ run-parts: executing /etc/kernel/preinst.d/intel-microcode 4.19.8-768-amd+ /boot/vmlinuz-4.19.8-768-amd+ Done. Unpacking linux-image-4.19.8-768-amd+ (4.19.8-768-amd+-10.00.Custom) ... Setting up linux-headers-4.19.8-768-amd+ (4.19.8-768-amd+-10.00.Custom) ... Examining /etc/kernel/header_postinst.d. run-parts: executing /etc/kernel/header_postinst.d/dkms 4.19.8-768-amd+ /boot/vmlinuz-4.19.8-768-amd+ * dkms: running auto installation service for kernel 4.19.8-768-amd+ [ OK ] Setting up linux-image-4.19.8-768-amd+ (4.19.8-768-amd+-10.00.Custom) ... [...] [INFO]Kernel 4.19.8 debian packages found [INFO]Blacklist ipmi,amdkfd [...] [INFO]LOCAL REPO LLVM-AMDGPU-EMB VERSION IS 7.0 [INFO]LOCAL REPO LIBDRM-AMDGPU-DEV-EMB VERSION IS 2.4.96 [INFO]LOCAL REPO MESA-COMMON-DEV-AMDGPU-EMB VERSION IS 19.0.0 [INFO]LOCAL REPO xserver-xorg-amdgpu-video-amdgpu-emb VERSION IS 18.0.1 [INFO]LOCAL REPO libwayland-dev VERSION IS 4fdb8530a3dfd43cdd88e89188a7eb468bf8d07c [INFO]Installing llvm-embamdgpu from the package Reading package lists... Building dependency tree... Reading state information... Recommended packages: javascript-common The following NEW packages will be installed: binfmt-support libffi-dev libjs-jquery libjs-underscore libtinfo-dev 0 upgraded, 5 newly installed, 0 to remove and 2 not upgraded. [...] Reading package lists... Done Building dependency tree Reading state information... Done The following additional packages will be installed: libllvm7.0-amdgpu-emb llvm-amdgpu-7.0-dev-emb llvm-amdgpu-7.0-emb Suggested packages: llvm-amdgpu-7.0-doc-emb The following NEW packages will be installed: libllvm7.0-amdgpu-emb llvm-amdgpu-7.0-dev-emb llvm-amdgpu-7.0-emb llvm-amdgpu-7.0-runtime-emb llvm-amdgpu-runtime-emb 0 upgraded, 5 newly installed, 0 to remove and 2 not upgraded. [...] [INFO]Installing libvdpau-embamdgpu packages Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: libvdpau1-amdgpu-emb Suggested packages: libvdpau-doc The following NEW packages will be installed: libvdpau-amdgpu-emb-dev libvdpau-amdgpu-emb-doc libvdpau1-amdgpu-emb vdpauinfo 0 upgraded, 4 newly installed, 0 to remove and 2 not upgraded. [...] [INFO]Installing wayland-embamdgpu packages [INFO]Installing wayland-embamdgpu packages Reading package lists... Done Building dependency tree Reading state information... Done The following NEW packages will be installed: libwayland-amdgpu-client0-emb libwayland-amdgpu-cursor0-emb libwayland-amdgpu-doc-emb libwayland-amdgpu-server0-emb 0 upgraded, 4 newly installed, 0 to remove and 2 not upgraded. [...] [INFO]Installing libva-embamdgpu packages Reading package lists... Building dependency tree... Reading state information... The following additional packages will be installed: libset-scalar-perl libwayland-amdgpu-dev-emb libwayland-amdgpu-egl1-emb The following NEW packages will be installed: libset-scalar-perl libva-amdgpu-emb-dev libva-amdgpu-emb-drm1 libva-amdgpu-emb-glx1 libva-amdgpu-emb-wayland1 libva-amdgpu-emb-x11-1 libva1-amdgpu-emb libwayland-amdgpu-dev-emb libwayland-amdgpu-egl1-emb vainfo 0 upgraded, 10 newly installed, 0 to remove and 2 not upgraded. [...] [INFO]Installing libwayland-amdgpu-dev-emb packages Reading package lists... Done Building dependency tree Reading state information... Done libwayland-amdgpu-dev-emb is already the newest version (4fdb8530a3dfd43cdd88e89188a7eb468bf8d07c-206). libwayland-amdgpu-dev-emb set to manually installed. 0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded. [...] [INFO]Installing mesa-embamdgpu packages Reading package lists... Done Building dependency tree Reading state information... Done Suggested packages: libglide3 Recommended packages: libtxc-dxtn-s2tc0 | libtxc-dxtn0 The following NEW packages will be installed: libegl1-mesa-amdgpu-emb libegl1-mesa-dev-amdgpu-emb libegl1-mesa-drivers-amdgpu-emb libgbm-dev-amdgpu-emb libgbm1-amdgpu-emb libgl1-mesa-dev-amdgpu-emb libgl1-mesa-dri-amdgpu-emb libgl1-mesa-glx-amdgpu-emb libglapi-mesa-amdgpu-emb libgles1-mesa-amdgpu-emb libgles1-mesa-dev-amdgpu-emb libgles2-mesa-amdgpu-emb libgles2-mesa-dev-amdgpu-emb libosmesa6-amdgpu-emb libosmesa6-dev-amdgpu-emb libwayland-egl1-mesa-amdgpu-emb libxatracker-dev-amdgpu-emb libxatracker2-amdgpu-emb mesa-common-dev-amdgpu-emb mesa-omx-drivers-amdgpu-emb mesa-va-drivers-amdgpu-emb mesa-vdpau-drivers-amdgpu-emb 0 upgraded, 22 newly installed, 0 to remove and 2 not upgraded. [...] [INFO]Checking glamor packages [INFO]Glamor debian packages not applicable [INFO]Installing libddx-embamdgpu packages Reading package lists... Building dependency tree... Reading state information... xserver-xorg-video-amdgpu is already the newest version (18.0.1-1). 0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded. Reading package lists... Done Building dependency tree Reading state information... Done The following NEW packages will be installed: xserver-xorg-amdgpu-video-amdgpu-emb 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. [...] [INFO]Installing gstomx-embamdgpu packages Reading package lists... Done Building dependency tree Reading state information... Done The following NEW packages will be installed: gst-omx-amdgpu-emb 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. [...] [INFO]Installing vulkan Reading package lists... Done Building dependency tree Reading state information... Done The following NEW packages will be installed: amdvlk-emb 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. [...] [INFO]Installing amdgpu.ids file Reading package lists... Done Building dependency tree Reading state information... Done The following NEW packages will be installed: amdgpuids-emb 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded. [...] [INFO]Adding user in the video group [INFO]Copying amdgpu.so.conf [INFO]Making Wayland changes in /etc/gdm3/custom.conf [...] [INFO]After reboot, dmesg |grep -i uvd should mention a UVD firmware found message [INFO]After reboot, output of uname -r should contain amd in the output GST_PLUGIN_SYSTEM_PATH_1_0 does not exist. Checking for the presence of GST_PLUGIN_SYSTEM_PATH_1_0 in the file: /home/andreas/.bashrc using grep No Entry for GST_PLUGIN_SYSTEM_PATH_1_0 in file: /home/andreas/.bashrc. Adding it. echo export "GST_PLUGIN_SYSTEM_PATH_1_0="/opt/amdgpu-emb/lib/x86_64-linux-gnu/gstreamer-1.0/:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/"" >> "/home/andreas/.bashrc" Exported GST_PLUGIN_SYSTEM_PATH_1_0=/opt/amdgpu-emb/lib/x86_64-linux-gnu/gstreamer-1.0/:/usr/lib/x86_64-linux-gnu/gstreamer-1.0/ via /home/andreas/.bashrc. [INFO] Please Reboot/Restart the machine to load Amdgpu driver
$ sudo glxinfo | grep "OpenGL renderer" OpenGL renderer string: AMD Radeon(TM) RX Vega 8 Graphics (RAVEN, DRM 3.27.0, 4.19.8-041908-generic, LLVM 7.0.0) $ uname -r 4.19.8-041908-generic $ dmesg |grep -i uvd <BLANK>
$ sudo glxinfo | grep "OpenGL renderer"
OpenGL renderer string: AMD Radeon(TM) RX Vega 8 Graphics (RAVEN, DRM 3.27.0, 4.19.8-041908-generic, LLVM 7.0.0)
$ uname -r
4.19.8-768-amd+
$ dmesg |grep -i uvd
<BLANK>
$ vainfo
libva info: VA-API version 1.1.0
libva info: va_getDriverName() returns 0
libva info: Trying to open /opt/amdgpu-emb/lib/x86_64-linux-gnu/dri/radeonsi_drv_video.so
libva info: Found init function __vaDriverInit_1_1
libva info: va_openDriver() returns 0
vainfo: VA-API version: 1.1 (libva 2.1.0)
vainfo: Driver version: Mesa Gallium driver 19.0.0-devel for AMD Radeon(TM) RX Vega 8 Graphics (RAVEN, DRM 3.27.0, 4.19.8-768-amd+, LLVM 7.0.0)
vainfo: Supported profile and entrypoints
VAProfileMPEG2Simple : VAEntrypointVLD
VAProfileMPEG2Main : VAEntrypointVLD
VAProfileVC1Simple : VAEntrypointVLD
VAProfileVC1Main : VAEntrypointVLD
VAProfileVC1Advanced : VAEntrypointVLD
VAProfileH264ConstrainedBaseline: VAEntrypointVLD
VAProfileH264ConstrainedBaseline: VAEntrypointEncSlice
VAProfileH264Main : VAEntrypointVLD
VAProfileH264Main : VAEntrypointEncSlice
VAProfileH264High : VAEntrypointVLD
VAProfileH264High : VAEntrypointEncSlice
VAProfileHEVCMain : VAEntrypointVLD
VAProfileHEVCMain : VAEntrypointEncSlice
VAProfileHEVCMain10 : VAEntrypointVLD
VAProfileJPEGBaseline : VAEntrypointVLD
VAProfileVP9Profile0 : VAEntrypointVLD
VAProfileVP9Profile2 : VAEntrypointVLD
VAProfileNone : VAEntrypointVideoProc
$ vdpauinfo
display: :0 screen: 0
API version: 1
Information string: G3DVL VDPAU Driver Shared Library version 1.0
Video surface:
name width height types
-------------------------------------------
420 16384 16384 NV12 YV12
422 16384 16384 UYVY YUYV
444 16384 16384 Y8U8V8A8 V8U8Y8A8
Decoder capabilities:
name level macbs width height
----------------------------------------------------
MPEG1 --- not supported ---
MPEG2_SIMPLE 3 65536 4096 4096
MPEG2_MAIN 3 65536 4096 4096
H264_BASELINE 52 65536 4096 4096
H264_MAIN 52 65536 4096 4096
H264_HIGH 52 65536 4096 4096
VC1_SIMPLE 1 65536 4096 4096
VC1_MAIN 2 65536 4096 4096
VC1_ADVANCED 4 65536 4096 4096
MPEG4_PART2_SP 3 65536 4096 4096
MPEG4_PART2_ASP 5 65536 4096 4096
DIVX4_QMOBILE --- not supported ---
DIVX4_MOBILE --- not supported ---
DIVX4_HOME_THEATER --- not supported ---
DIVX4_HD_1080P --- not supported ---
DIVX5_QMOBILE --- not supported ---
DIVX5_MOBILE --- not supported ---
DIVX5_HOME_THEATER --- not supported ---
DIVX5_HD_1080P --- not supported ---
H264_CONSTRAINED_BASELINE 0 65536 4096 4096
H264_EXTENDED --- not supported ---
H264_PROGRESSIVE_HIGH --- not supported ---
H264_CONSTRAINED_HIGH --- not supported ---
H264_HIGH_444_PREDICTIVE --- not supported ---
HEVC_MAIN 186 65536 4096 4096
HEVC_MAIN_10 186 65536 4096 4096
HEVC_MAIN_STILL --- not supported ---
HEVC_MAIN_12 --- not supported ---
HEVC_MAIN_444 --- not supported ---
Output surface:
name width height nat types
----------------------------------------------------
B8G8R8A8 16384 16384 y NV12 YV12 UYVY YUYV Y8U8V8A8 V8U8Y8A8 A8I8 I8A8
R8G8B8A8 16384 16384 y NV12 YV12 UYVY YUYV Y8U8V8A8 V8U8Y8A8 A8I8 I8A8
R10G10B10A2 16384 16384 y NV12 YV12 UYVY YUYV Y8U8V8A8 V8U8Y8A8 A8I8 I8A8
B10G10R10A2 16384 16384 y NV12 YV12 UYVY YUYV Y8U8V8A8 V8U8Y8A8 A8I8 I8A8
Bitmap surface:
name width height
------------------------------
B8G8R8A8 16384 16384
R8G8B8A8 16384 16384
R10G10B10A2 16384 16384
B10G10R10A2 16384 16384
A8 16384 16384
Video mixer:
feature name sup
------------------------------------
DEINTERLACE_TEMPORAL y
DEINTERLACE_TEMPORAL_SPATIAL -
INVERSE_TELECINE -
NOISE_REDUCTION y
SHARPNESS y
LUMA_KEY y
HIGH QUALITY SCALING - L1 y
HIGH QUALITY SCALING - L2 -
HIGH QUALITY SCALING - L3 -
HIGH QUALITY SCALING - L4 -
HIGH QUALITY SCALING - L5 -
HIGH QUALITY SCALING - L6 -
HIGH QUALITY SCALING - L7 -
HIGH QUALITY SCALING - L8 -
HIGH QUALITY SCALING - L9 -
parameter name sup min max
-----------------------------------------------------
VIDEO_SURFACE_WIDTH y 48 4096
VIDEO_SURFACE_HEIGHT y 48 4096
CHROMA_TYPE y
LAYERS y 0 4
attribute name sup min max
-----------------------------------------------------
BACKGROUND_COLOR y
CSC_MATRIX y
NOISE_REDUCTION_LEVEL y 0.00 1.00
SHARPNESS_LEVEL y -1.00 1.00
LUMA_KEY_MIN_LUMA y
LUMA_KEY_MAX_LUMA y
[ 0.000000] Linux version 4.19.8-768-amd+ (root@u1804-22) (gcc version 7.3.0 (Ubuntu 7.3.0-16ubuntu3)) #1 SMP Thu May 23 15:20:19 IST 2019
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.19.8-768-amd+ root=UUID=ed113001-e331-4d84-9345-2ab2c21790f2 ro quiet splash modprobe.blacklist=ipmi_si,amdkfd vt.handoff=1
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Centaur CentaurHauls
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'compacted' format.
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000009601fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000009602000-0x00000000097fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000009800000-0x000000000a1fffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000a200000-0x000000000a209fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000000a20a000-0x000000009ccf6fff] usable
[ 0.000000] BIOS-e820: [mem 0x000000009ccf7000-0x000000009d7d9fff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000009d7da000-0x000000009dbe9fff] usable
[ 0.000000] BIOS-e820: [mem 0x000000009dbea000-0x000000009dd6ffff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000009dd70000-0x000000009e4fefff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000009e4ff000-0x000000009e59cfff] type 20
[ 0.000000] BIOS-e820: [mem 0x000000009e59d000-0x000000009effffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000009f000000-0x00000000dfffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fd100000-0x00000000fdffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000feb80000-0x00000000fec01fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fedc2000-0x00000000fedcffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fedd4000-0x00000000fedd5fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000feefffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000021f33ffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000021f340000-0x000000021fffffff] reserved
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] efi: EFI v2.70 by American Megatrends
[ 0.000000] efi: ACPI 2.0=0x9dbea000 ACPI=0x9dbea000 SMBIOS=0x9e3c5000 SMBIOS 3.0=0x9e3c4000 MEMATTR=0x9a39d018 ESRT=0x9bc15198
[ 0.000000] SMBIOS 3.1.1 present.
[ 0.000000] DMI: Seco C40/C40, BIOS 1.04 R.C. 2 07/10/2019
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] tsc: Detected 1996.367 MHz processor
[ 0.000644] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000645] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000652] last_pfn = 0x21f340 max_arch_pfn = 0x400000000
[ 0.000656] MTRR default type: uncachable
[ 0.000657] MTRR fixed ranges enabled:
[ 0.000658] 00000-9FFFF write-back
[ 0.000659] A0000-BFFFF write-through
[ 0.000659] C0000-DFFFF uncachable
[ 0.000660] E0000-FFFFF write-protect
[ 0.000660] MTRR variable ranges enabled:
[ 0.000661] 0 base 000000000000 mask FFFF80000000 write-back
[ 0.000662] 1 base 000080000000 mask FFFFC0000000 write-back
[ 0.000663] 2 base 0000C0000000 mask FFFFE0000000 write-back
[ 0.000664] 3 disabled
[ 0.000664] 4 disabled
[ 0.000664] 5 disabled
[ 0.000665] 6 disabled
[ 0.000665] 7 disabled
[ 0.000666] TOM2: 0000000220000000 aka 8704M
[ 0.000931] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.001007] e820: update [mem 0xe0000000-0xffffffff] usable ==> reserved
[ 0.001013] last_pfn = 0x9f000 max_arch_pfn = 0x400000000
[ 0.004720] esrt: Reserving ESRT space from 0x000000009bc15198 to 0x000000009bc151d0.
[ 0.004733] Scanning 1 areas for low memory corruption
[ 0.004734] Base memory trampoline at [(____ptrval____)] 98000 size 24576
[ 0.004743] Using GB pages for direct mapping
[ 0.004745] BRK [0x197801000, 0x197801fff] PGTABLE
[ 0.004746] BRK [0x197802000, 0x197802fff] PGTABLE
[ 0.004747] BRK [0x197803000, 0x197803fff] PGTABLE
[ 0.004789] BRK [0x197804000, 0x197804fff] PGTABLE
[ 0.004790] BRK [0x197805000, 0x197805fff] PGTABLE
[ 0.004983] BRK [0x197806000, 0x197806fff] PGTABLE
[ 0.005085] BRK [0x197807000, 0x197807fff] PGTABLE
[ 0.005181] BRK [0x197808000, 0x197808fff] PGTABLE
[ 0.005229] BRK [0x197809000, 0x197809fff] PGTABLE
[ 0.005292] BRK [0x19780a000, 0x19780afff] PGTABLE
[ 0.005379] BRK [0x19780b000, 0x19780bfff] PGTABLE
[ 0.005429] BRK [0x19780c000, 0x19780cfff] PGTABLE
[ 0.005611] Secure boot could not be determined
[ 0.005611] RAMDISK: [mem 0x3078d000-0x343bdfff]
[ 0.005624] ACPI: Early table checksum verification disabled
[ 0.005627] ACPI: RSDP 0x000000009DBEA000 000024 (v02 ALASKA)
[ 0.005630] ACPI: XSDT 0x000000009DBEA098 0000AC (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.005634] ACPI: FACP 0x000000009DBF2398 000114 (v06 ALASKA A M I 01072009 AMI 00010013)
[ 0.005638] ACPI: DSDT 0x000000009DBEA1D8 0081BE (v02 ALASKA A M I 01072009 INTL 20120913)
[ 0.005641] ACPI: FACS 0x000000009DD2AF00 000040
[ 0.005643] ACPI: APIC 0x000000009DBF24B0 0000DE (v03 ALASKA A M I 01072009 AMI 00010013)
[ 0.005645] ACPI: FPDT 0x000000009DBF2590 000044 (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.005647] ACPI: FIDT 0x000000009DBF25D8 00009C (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.005649] ACPI: SSDT 0x000000009DBF2678 005419 (v02 AMD AmdTable 00000002 MSFT 02000002)
[ 0.005652] ACPI: CRAT 0x000000009DBF7A98 000810 (v01 AMD AMD CRAT 00000001 AMD 00000001)
[ 0.005654] ACPI: CDIT 0x000000009DBF82A8 000029 (v01 AMD AMD CDIT 00000001 AMD 00000001)
[ 0.005656] ACPI: MCFG 0x000000009DBF82D8 00003C (v01 ALASKA A M I 01072009 MSFT 00010013)
[ 0.005658] ACPI: HPET 0x000000009DBF8318 000038 (v01 ALASKA A M I 01072009 AMI 00000005)
[ 0.005660] ACPI: UEFI 0x000000009DBF8350 000048 (v01 00000000 00000000)
[ 0.005662] ACPI: VFCT 0x000000009DBF8398 00D484 (v01 ALASKA A M I 00000001 AMD 31504F47)
[ 0.005664] ACPI: BGRT 0x000000009DC05820 000038 (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.005666] ACPI: TPM2 0x000000009DC05858 000034 (v04 ALASKA A M I 00000001 AMI 00000000)
[ 0.005668] ACPI: SSDT 0x000000009DC05890 000C33 (v01 AMD AmdTable 00000001 INTL 20120913)
[ 0.005671] ACPI: SSDT 0x000000009DC064C8 001B4E (v01 AMD AmdTable 00000001 INTL 20120913)
[ 0.005673] ACPI: SSDT 0x000000009DC08018 00119C (v01 AMD AMD CPU 00000001 AMD 00000001)
[ 0.005675] ACPI: WSMT 0x000000009DC091B8 000028 (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.005681] ACPI: Local APIC address 0xfee00000
[ 0.005804] No NUMA configuration found
[ 0.005805] Faking a node at [mem 0x0000000000000000-0x000000021f33ffff]
[ 0.005812] NODE_DATA(0) allocated [mem 0x21f315000-0x21f33ffff]
[ 0.005972] Zone ranges:
[ 0.005973] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.005974] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.005975] Normal [mem 0x0000000100000000-0x000000021f33ffff]
[ 0.005976] Device empty
[ 0.005976] Movable zone start for each node
[ 0.005979] Early memory node ranges
[ 0.005979] node 0: [mem 0x0000000000001000-0x000000000009ffff]
[ 0.005980] node 0: [mem 0x0000000000100000-0x0000000009601fff]
[ 0.005980] node 0: [mem 0x0000000009800000-0x000000000a1fffff]
[ 0.005981] node 0: [mem 0x000000000a20a000-0x000000009ccf6fff]
[ 0.005981] node 0: [mem 0x000000009d7da000-0x000000009dbe9fff]
[ 0.005982] node 0: [mem 0x000000009e59d000-0x000000009effffff]
[ 0.005982] node 0: [mem 0x0000000100000000-0x000000021f33ffff]
[ 0.006145] Reserved but unavailable: 13247 pages
[ 0.006147] Initmem setup node 0 [mem 0x0000000000001000-0x000000021f33ffff]
[ 0.006148] On node 0 totalpages: 1821761
[ 0.006149] DMA zone: 64 pages used for memmap
[ 0.006149] DMA zone: 24 pages reserved
[ 0.006150] DMA zone: 3999 pages, LIFO batch:0
[ 0.006216] DMA32 zone: 10022 pages used for memmap
[ 0.006217] DMA32 zone: 641378 pages, LIFO batch:63
[ 0.017806] Normal zone: 18381 pages used for memmap
[ 0.017808] Normal zone: 1176384 pages, LIFO batch:63
[ 0.036858] ACPI: PM-Timer IO Port: 0x808
[ 0.036861] ACPI: Local APIC address 0xfee00000
[ 0.036867] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[ 0.036885] IOAPIC[0]: apic_id 9, version 33, address 0xfec00000, GSI 0-23
[ 0.036896] IOAPIC[1]: apic_id 10, version 33, address 0xfec01000, GSI 24-55
[ 0.036897] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.036898] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[ 0.036899] ACPI: IRQ0 used by override.
[ 0.036900] ACPI: IRQ9 used by override.
[ 0.036902] Using ACPI (MADT) for SMP configuration information
[ 0.036903] ACPI: HPET id: 0x10228201 base: 0xfed00000
[ 0.036910] smpboot: Allowing 16 CPUs, 8 hotplug CPUs
[ 0.036930] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.036931] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[ 0.036933] PM: Registered nosave memory: [mem 0x09602000-0x097fffff]
[ 0.036934] PM: Registered nosave memory: [mem 0x0a200000-0x0a209fff]
[ 0.036935] PM: Registered nosave memory: [mem 0x9ccf7000-0x9d7d9fff]
[ 0.036936] PM: Registered nosave memory: [mem 0x9dbea000-0x9dd6ffff]
[ 0.036936] PM: Registered nosave memory: [mem 0x9dd70000-0x9e4fefff]
[ 0.036937] PM: Registered nosave memory: [mem 0x9e4ff000-0x9e59cfff]
[ 0.036938] PM: Registered nosave memory: [mem 0x9f000000-0xdfffffff]
[ 0.036938] PM: Registered nosave memory: [mem 0xe0000000-0xf7ffffff]
[ 0.036939] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[ 0.036939] PM: Registered nosave memory: [mem 0xfc000000-0xfd0fffff]
[ 0.036939] PM: Registered nosave memory: [mem 0xfd100000-0xfdffffff]
[ 0.036940] PM: Registered nosave memory: [mem 0xfe000000-0xfeb7ffff]
[ 0.036940] PM: Registered nosave memory: [mem 0xfeb80000-0xfec01fff]
[ 0.036940] PM: Registered nosave memory: [mem 0xfec02000-0xfec0ffff]
[ 0.036941] PM: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[ 0.036941] PM: Registered nosave memory: [mem 0xfec11000-0xfecfffff]
[ 0.036942] PM: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[ 0.036942] PM: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
[ 0.036942] PM: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
[ 0.036943] PM: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
[ 0.036943] PM: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
[ 0.036943] PM: Registered nosave memory: [mem 0xfed90000-0xfedc1fff]
[ 0.036944] PM: Registered nosave memory: [mem 0xfedc2000-0xfedcffff]
[ 0.036944] PM: Registered nosave memory: [mem 0xfedd0000-0xfedd3fff]
[ 0.036944] PM: Registered nosave memory: [mem 0xfedd4000-0xfedd5fff]
[ 0.036945] PM: Registered nosave memory: [mem 0xfedd6000-0xfedfffff]
[ 0.036945] PM: Registered nosave memory: [mem 0xfee00000-0xfeefffff]
[ 0.036945] PM: Registered nosave memory: [mem 0xfef00000-0xfeffffff]
[ 0.036946] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[ 0.036947] [mem 0xe0000000-0xf7ffffff] available for PCI devices
[ 0.036948] Booting paravirtualized kernel on bare hardware
[ 0.036950] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[ 0.145359] random: get_random_bytes called from start_kernel+0x94/0x4e9 with crng_init=0
[ 0.145367] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:16 nr_cpu_ids:16 nr_node_ids:1
[ 0.146007] percpu: Embedded 45 pages/cpu @(____ptrval____) s147032 r8192 d29096 u262144
[ 0.146014] pcpu-alloc: s147032 r8192 d29096 u262144 alloc=1*2097152
[ 0.146015] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 12 13 14 15
[ 0.146043] Built 1 zonelists, mobility grouping on. Total pages: 1793270
[ 0.146044] Policy zone: Normal
[ 0.146046] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.19.8-768-amd+ root=UUID=ed113001-e331-4d84-9345-2ab2c21790f2 ro quiet splash modprobe.blacklist=ipmi_si,amdkfd vt.handoff=1
[ 0.152952] Calgary: detecting Calgary via BIOS EBDA area
[ 0.152954] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[ 0.170581] Memory: 6986080K/7287044K available (12300K kernel code, 2699K rwdata, 4024K rodata, 2420K init, 3340K bss, 300964K reserved, 0K cma-reserved)
[ 0.170718] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
[ 0.170726] ftrace: allocating 39985 entries in 157 pages
[ 0.184668] rcu: Hierarchical RCU implementation.
[ 0.184670] rcu: RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=16.
[ 0.184670] Tasks RCU enabled.
[ 0.184671] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
[ 0.186798] NR_IRQS: 524544, nr_irqs: 1096, preallocated irqs: 16
[ 0.187028] Console: colour dummy device 80x25
[ 0.187032] console [tty0] enabled
[ 0.187046] ACPI: Core revision 20180810
[ 0.187298] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[ 0.187323] hpet clockevent registered
[ 0.187329] APIC: Switch to symmetric I/O mode setup
[ 0.187332] Switched APIC routing to physical flat.
[ 0.188503] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.207330] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x398d8c39504, max_idle_ns: 881590433985 ns
[ 0.207339] Calibrating delay loop (skipped), value calculated using timer frequency.. 3992.73 BogoMIPS (lpj=7985468)
[ 0.207341] pid_max: default: 32768 minimum: 301
[ 0.209014] Security Framework initialized
[ 0.209015] Yama: becoming mindful.
[ 0.209054] AppArmor: AppArmor initialized
[ 0.210283] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[ 0.210879] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.210914] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.210932] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.211157] mce: CPU supports 23 MCE banks
[ 0.211173] LVT offset 1 assigned for vector 0xf9
[ 0.211223] LVT offset 2 assigned for vector 0xf4
[ 0.211233] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 512
[ 0.211234] Last level dTLB entries: 4KB 1536, 2MB 1536, 4MB 768, 1GB 0
[ 0.211235] Spectre V2 : Mitigation: Full AMD retpoline
[ 0.211236] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 0.211242] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[ 0.211243] Spectre V2 : User space: Vulnerable
[ 0.211244] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[ 0.218706] Freeing SMP alternatives memory: 36K
[ 0.223331] smpboot: CPU0: AMD Ryzen Embedded V1605B with Radeon Vega Gfx (family: 0x17, model: 0x11, stepping: 0x0)
[ 0.223331] Performance Events: Fam17h core perfctr, AMD PMU driver.
[ 0.223331] ... version: 0
[ 0.223331] ... bit width: 48
[ 0.223331] ... generic registers: 6
[ 0.223331] ... value mask: 0000ffffffffffff
[ 0.223331] ... max period: 00007fffffffffff
[ 0.223331] ... fixed-purpose events: 0
[ 0.223331] ... event mask: 000000000000003f
[ 0.223331] rcu: Hierarchical SRCU implementation.
[ 0.223331] random: crng done (trusting CPU's manufacturer)
[ 0.223331] MCE: In-kernel MCE decoding enabled.
[ 0.223331] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 0.223331] smp: Bringing up secondary CPUs ...
[ 0.223331] x86: Booting SMP configuration:
[ 0.223331] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7
[ 0.235378] smp: Brought up 1 node, 8 CPUs
[ 0.235378] smpboot: Max logical packages: 2
[ 0.235378] smpboot: Total of 8 processors activated (31941.87 BogoMIPS)
[ 0.235947] devtmpfs: initialized
[ 0.235947] x86/mm: Memory block size: 128MB
[ 0.235947] PM: Registering ACPI NVS region [mem 0x0a200000-0x0a209fff] (40960 bytes)
[ 0.235947] PM: Registering ACPI NVS region [mem 0x9dbea000-0x9dd6ffff] (1597440 bytes)
[ 0.235947] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.235947] futex hash table entries: 4096 (order: 6, 262144 bytes)
[ 0.235947] pinctrl core: initialized pinctrl subsystem
[ 0.235947] RTC time: 19:12:27, date: 08/19/19
[ 0.235947] NET: Registered protocol family 16
[ 0.239382] audit: initializing netlink subsys (disabled)
[ 0.239386] audit: type=2000 audit(1566241947.052:1): state=initialized audit_enabled=0 res=1
[ 0.239423] cpuidle: using governor ladder
[ 0.239426] cpuidle: using governor menu
[ 0.239456] ACPI: bus type PCI registered
[ 0.239456] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.239456] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[ 0.239456] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[ 0.239456] PCI: Using configuration type 1 for base access
[ 0.240335] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.240335] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.240335] ACPI: Added _OSI(Module Device)
[ 0.240335] ACPI: Added _OSI(Processor Device)
[ 0.240335] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.240335] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.240335] ACPI: Added _OSI(Linux-Dell-Video)
[ 0.240335] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[ 0.240335] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 0.246325] ACPI: 5 ACPI AML tables successfully acquired and loaded
[ 0.249091] ACPI: Interpreter enabled
[ 0.249103] ACPI: (supports S0 S3 S4 S5)
[ 0.249104] ACPI: Using IOAPIC for interrupt routing
[ 0.249273] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.249527] ACPI: Enabled 2 GPEs in block 00 to 1F
[ 0.251156] ACPI: Power Resource [P0ST] (on)
[ 0.251177] ACPI: Power Resource [P3ST] (on)
[ 0.255256] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.255260] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 0.255361] acpi PNP0A08:00: _OSC: platform does not support [LTR]
[ 0.255450] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[ 0.255458] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[ 0.255678] PCI host bridge to bus 0000:00
[ 0.255680] pci_bus 0000:00: root bus resource [io 0x0000-0x03af window]
[ 0.255681] pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7 window]
[ 0.255682] pci_bus 0000:00: root bus resource [io 0x03b0-0x03df window]
[ 0.255683] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.255684] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.255685] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[ 0.255686] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfebfffff window]
[ 0.255686] pci_bus 0000:00: root bus resource [mem 0xfee00000-0xffffffff window]
[ 0.255688] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.255696] pci 0000:00:00.0: [1022:15d0] type 00 class 0x060000
[ 0.255812] pci 0000:00:01.0: [1022:1452] type 00 class 0x060000
[ 0.255907] pci 0000:00:01.1: [1022:15d3] type 01 class 0x060400
[ 0.255960] pci 0000:00:01.1: enabling Extended Tags
[ 0.256021] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[ 0.256109] pci 0000:00:01.2: [1022:15d3] type 01 class 0x060400
[ 0.256161] pci 0000:00:01.2: enabling Extended Tags
[ 0.256220] pci 0000:00:01.2: PME# supported from D0 D3hot D3cold
[ 0.256318] pci 0000:00:01.6: [1022:15d3] type 01 class 0x060400
[ 0.256370] pci 0000:00:01.6: enabling Extended Tags
[ 0.256430] pci 0000:00:01.6: PME# supported from D0 D3hot D3cold
[ 0.256516] pci 0000:00:01.7: [1022:15d3] type 01 class 0x060400
[ 0.256567] pci 0000:00:01.7: enabling Extended Tags
[ 0.256627] pci 0000:00:01.7: PME# supported from D0 D3hot D3cold
[ 0.256722] pci 0000:00:08.0: [1022:1452] type 00 class 0x060000
[ 0.256820] pci 0000:00:08.1: [1022:15db] type 01 class 0x060400
[ 0.256873] pci 0000:00:08.1: enabling Extended Tags
[ 0.256926] pci 0000:00:08.1: PME# supported from D0 D3hot D3cold
[ 0.257000] pci 0000:00:08.2: [1022:15dc] type 01 class 0x060400
[ 0.257051] pci 0000:00:08.2: enabling Extended Tags
[ 0.257101] pci 0000:00:08.2: PME# supported from D0 D3hot D3cold
[ 0.257200] pci 0000:00:14.0: [1022:790b] type 00 class 0x0c0500
[ 0.257357] pci 0000:00:14.3: [1022:790e] type 00 class 0x060100
[ 0.257523] pci 0000:00:18.0: [1022:15e8] type 00 class 0x060000
[ 0.257561] pci 0000:00:18.1: [1022:15e9] type 00 class 0x060000
[ 0.257601] pci 0000:00:18.2: [1022:15ea] type 00 class 0x060000
[ 0.257639] pci 0000:00:18.3: [1022:15eb] type 00 class 0x060000
[ 0.257676] pci 0000:00:18.4: [1022:15ec] type 00 class 0x060000
[ 0.257715] pci 0000:00:18.5: [1022:15ed] type 00 class 0x060000
[ 0.257753] pci 0000:00:18.6: [1022:15ee] type 00 class 0x060000
[ 0.257791] pci 0000:00:18.7: [1022:15ef] type 00 class 0x060000
[ 0.257901] pci 0000:00:01.1: PCI bridge to [bus 01]
[ 0.257965] pci 0000:00:01.2: PCI bridge to [bus 02]
[ 0.258049] pci 0000:03:00.0: [8086:24fb] type 00 class 0x028000
[ 0.258103] pci 0000:03:00.0: reg 0x10: [mem 0xfea00000-0xfea01fff 64bit]
[ 0.258280] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[ 0.258462] pci 0000:00:01.6: PCI bridge to [bus 03]
[ 0.258469] pci 0000:00:01.6: bridge window [mem 0xfea00000-0xfeafffff]
[ 0.258534] pci 0000:04:00.0: [10ec:8168] type 00 class 0x020000
[ 0.258563] pci 0000:04:00.0: reg 0x10: [io 0xf000-0xf0ff]
[ 0.258586] pci 0000:04:00.0: reg 0x18: [mem 0xfe900000-0xfe900fff 64bit]
[ 0.258601] pci 0000:04:00.0: reg 0x20: [mem 0xf0300000-0xf0303fff 64bit pref]
[ 0.258699] pci 0000:04:00.0: supports D1 D2
[ 0.258700] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.258839] pci 0000:00:01.7: PCI bridge to [bus 04]
[ 0.258844] pci 0000:00:01.7: bridge window [io 0xf000-0xffff]
[ 0.258847] pci 0000:00:01.7: bridge window [mem 0xfe900000-0xfe9fffff]
[ 0.258852] pci 0000:00:01.7: bridge window [mem 0xf0300000-0xf03fffff 64bit pref]
[ 0.258949] pci 0000:05:00.0: [1002:15dd] type 00 class 0x030000
[ 0.258995] pci 0000:05:00.0: reg 0x10: [mem 0xe0000000-0xefffffff 64bit pref]
[ 0.259013] pci 0000:05:00.0: reg 0x18: [mem 0xf0000000-0xf01fffff 64bit pref]
[ 0.259025] pci 0000:05:00.0: reg 0x20: [io 0xe000-0xe0ff]
[ 0.259037] pci 0000:05:00.0: reg 0x24: [mem 0xfe700000-0xfe77ffff]
[ 0.259058] pci 0000:05:00.0: enabling Extended Tags
[ 0.259069] pci 0000:05:00.0: BAR 0: assigned to efifb
[ 0.259164] pci 0000:05:00.0: PME# supported from D1 D2 D3hot D3cold
[ 0.259276] pci 0000:05:00.1: [1002:15de] type 00 class 0x040300
[ 0.259303] pci 0000:05:00.1: reg 0x10: [mem 0xfe7c8000-0xfe7cbfff]
[ 0.259358] pci 0000:05:00.1: enabling Extended Tags
[ 0.259423] pci 0000:05:00.1: PME# supported from D1 D2 D3hot D3cold
[ 0.259482] pci 0000:05:00.2: [1022:15df] type 00 class 0x108000
[ 0.259523] pci 0000:05:00.2: reg 0x18: [mem 0xfe600000-0xfe6fffff]
[ 0.259546] pci 0000:05:00.2: reg 0x24: [mem 0xfe7ce000-0xfe7cffff]
[ 0.259563] pci 0000:05:00.2: enabling Extended Tags
[ 0.259714] pci 0000:05:00.3: [1022:15e0] type 00 class 0x0c0330
[ 0.259748] pci 0000:05:00.3: reg 0x10: [mem 0xfe500000-0xfe5fffff 64bit]
[ 0.259810] pci 0000:05:00.3: enabling Extended Tags
[ 0.259883] pci 0000:05:00.3: PME# supported from D0 D3hot D3cold
[ 0.259954] pci 0000:05:00.4: [1022:15e1] type 00 class 0x0c0330
[ 0.259989] pci 0000:05:00.4: reg 0x10: [mem 0xfe400000-0xfe4fffff 64bit]
[ 0.260050] pci 0000:05:00.4: enabling Extended Tags
[ 0.260122] pci 0000:05:00.4: PME# supported from D0 D3hot D3cold
[ 0.260205] pci 0000:05:00.5: [1022:15e2] type 00 class 0x048000
[ 0.260231] pci 0000:05:00.5: reg 0x10: [mem 0xfe780000-0xfe7bffff]
[ 0.260285] pci 0000:05:00.5: enabling Extended Tags
[ 0.260350] pci 0000:05:00.5: PME# supported from D0 D3hot D3cold
[ 0.260420] pci 0000:05:00.6: [1022:15e3] type 00 class 0x040300
[ 0.260446] pci 0000:05:00.6: reg 0x10: [mem 0xfe7c0000-0xfe7c7fff]
[ 0.260499] pci 0000:05:00.6: enabling Extended Tags
[ 0.260565] pci 0000:05:00.6: PME# supported from D0 D3hot D3cold
[ 0.260633] pci 0000:05:00.7: [1022:15e6] type 00 class 0x000000
[ 0.260674] pci 0000:05:00.7: reg 0x18: [mem 0xfe300000-0xfe3fffff]
[ 0.260697] pci 0000:05:00.7: reg 0x24: [mem 0xfe7cc000-0xfe7cdfff]
[ 0.260714] pci 0000:05:00.7: enabling Extended Tags
[ 0.260929] pci 0000:00:08.1: PCI bridge to [bus 05]
[ 0.260935] pci 0000:00:08.1: bridge window [io 0xe000-0xefff]
[ 0.260938] pci 0000:00:08.1: bridge window [mem 0xfe300000-0xfe7fffff]
[ 0.260943] pci 0000:00:08.1: bridge window [mem 0xe0000000-0xf01fffff 64bit pref]
[ 0.261015] pci 0000:06:00.0: [1022:7901] type 00 class 0x010601
[ 0.261098] pci 0000:06:00.0: reg 0x24: [mem 0xfe800000-0xfe8007ff]
[ 0.261117] pci 0000:06:00.0: enabling Extended Tags
[ 0.261193] pci 0000:06:00.0: PME# supported from D3hot D3cold
[ 0.261290] pci 0000:00:08.2: PCI bridge to [bus 06]
[ 0.261297] pci 0000:00:08.2: bridge window [mem 0xfe800000-0xfe8fffff]
[ 0.261550] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 5 7 10 11 14 15) *0
[ 0.261593] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 5 7 10 11 14 15) *0
[ 0.261628] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 5 7 10 11 14 15) *0
[ 0.261676] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 5 7 10 11 14 15) *0
[ 0.261718] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 5 7 10 11 14 15) *0
[ 0.261753] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 5 7 10 11 14 15) *0
[ 0.261786] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 5 7 10 11 14 15) *0
[ 0.261819] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 5 7 10 11 14 15) *0
[ 0.262137] pci 0000:05:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
[ 0.262137] pci 0000:05:00.0: vgaarb: bridge control possible
[ 0.262137] pci 0000:05:00.0: vgaarb: setting as boot device
[ 0.262137] vgaarb: loaded
[ 0.262137] SCSI subsystem initialized
[ 0.262137] libata version 3.00 loaded.
[ 0.262137] ACPI: bus type USB registered
[ 0.262137] usbcore: registered new interface driver usbfs
[ 0.262137] usbcore: registered new interface driver hub
[ 0.262137] usbcore: registered new device driver usb
[ 0.262137] pps_core: LinuxPPS API ver. 1 registered
[ 0.262137] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.262137] PTP clock support registered
[ 0.262137] EDAC MC: Ver: 3.0.0
[ 0.262137] Registered efivars operations
[ 0.267481] PCI: Using ACPI for IRQ routing
[ 0.273745] PCI: pci_cache_line_size set to 64 bytes
[ 0.273823] Expanded resource Reserved due to conflict with PCI Bus 0000:00
[ 0.273824] e820: reserve RAM buffer [mem 0x09602000-0x0bffffff]
[ 0.273825] e820: reserve RAM buffer [mem 0x0a200000-0x0bffffff]
[ 0.273826] e820: reserve RAM buffer [mem 0x9ccf7000-0x9fffffff]
[ 0.273827] e820: reserve RAM buffer [mem 0x9dbea000-0x9fffffff]
[ 0.273827] e820: reserve RAM buffer [mem 0x9f000000-0x9fffffff]
[ 0.273828] e820: reserve RAM buffer [mem 0x21f340000-0x21fffffff]
[ 0.273906] NetLabel: Initializing
[ 0.273906] NetLabel: domain hash size = 128
[ 0.273906] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.273916] NetLabel: unlabeled traffic allowed by default
[ 0.273925] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 0.273925] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[ 0.275379] clocksource: Switched to clocksource tsc-early
[ 0.284969] VFS: Disk quotas dquot_6.6.0
[ 0.284984] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.285086] AppArmor: AppArmor Filesystem Enabled
[ 0.285111] pnp: PnP ACPI init
[ 0.285232] system 00:00: [mem 0xf8000000-0xfbffffff] has been reserved
[ 0.285236] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.285263] system 00:01: [mem 0xfeb80000-0xfebfffff] has been reserved
[ 0.285266] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.285347] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.285492] system 00:03: [io 0x04d0-0x04d1] has been reserved
[ 0.285493] system 00:03: [io 0x040b] has been reserved
[ 0.285495] system 00:03: [io 0x04d6] has been reserved
[ 0.285496] system 00:03: [io 0x0c00-0x0c01] has been reserved
[ 0.285497] system 00:03: [io 0x0c14] has been reserved
[ 0.285498] system 00:03: [io 0x0c50-0x0c51] has been reserved
[ 0.285499] system 00:03: [io 0x0c52] has been reserved
[ 0.285500] system 00:03: [io 0x0c6c] has been reserved
[ 0.285501] system 00:03: [io 0x0c6f] has been reserved
[ 0.285502] system 00:03: [io 0x0cd0-0x0cd1] has been reserved
[ 0.285503] system 00:03: [io 0x0cd2-0x0cd3] has been reserved
[ 0.285504] system 00:03: [io 0x0cd4-0x0cd5] has been reserved
[ 0.285505] system 00:03: [io 0x0cd6-0x0cd7] has been reserved
[ 0.285506] system 00:03: [io 0x0cd8-0x0cdf] has been reserved
[ 0.285507] system 00:03: [io 0x0800-0x089f] has been reserved
[ 0.285508] system 00:03: [io 0x0b00-0x0b0f] has been reserved
[ 0.285509] system 00:03: [io 0x0b20-0x0b3f] has been reserved
[ 0.285510] system 00:03: [io 0x0900-0x090f] has been reserved
[ 0.285511] system 00:03: [io 0x0910-0x091f] has been reserved
[ 0.285512] system 00:03: [mem 0xfec00000-0xfec00fff] could not be reserved
[ 0.285514] system 00:03: [mem 0xfec01000-0xfec01fff] could not be reserved
[ 0.285515] system 00:03: [mem 0xfedc0000-0xfedc0fff] has been reserved
[ 0.285516] system 00:03: [mem 0xfee00000-0xfee00fff] has been reserved
[ 0.285517] system 00:03: [mem 0xfed80000-0xfed8ffff] could not be reserved
[ 0.285518] system 00:03: [mem 0xfec10000-0xfec10fff] has been reserved
[ 0.285519] system 00:03: [mem 0xff000000-0xffffffff] has been reserved
[ 0.285522] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.285582] system 00:04: [io 0x02bc-0x02bf] has been reserved
[ 0.285584] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.285605] pnp 00:05: Plug and Play ACPI device, IDs PNP0501 (active)
[ 0.285620] pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active)
[ 0.285851] pnp: PnP ACPI: found 7 devices
[ 0.292205] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.292219] pci 0000:00:01.1: bridge window [io 0x1000-0x0fff] to [bus 01] add_size 1000
[ 0.292221] pci 0000:00:01.1: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000 add_align 100000
[ 0.292223] pci 0000:00:01.1: bridge window [mem 0x00100000-0x000fffff] to [bus 01] add_size 200000 add_align 100000
[ 0.292231] pci 0000:00:01.2: bridge window [io 0x1000-0x0fff] to [bus 02] add_size 1000
[ 0.292234] pci 0000:00:01.2: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000 add_align 100000
[ 0.292235] pci 0000:00:01.2: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000 add_align 100000
[ 0.292244] pci 0000:00:01.6: bridge window [io 0x1000-0x0fff] to [bus 03] add_size 1000
[ 0.292245] pci 0000:00:01.6: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000 add_align 100000
[ 0.292277] pci 0000:00:01.1: BAR 14: assigned [mem 0xf0400000-0xf05fffff]
[ 0.292280] pci 0000:00:01.1: BAR 15: assigned [mem 0xf0600000-0xf07fffff 64bit pref]
[ 0.292282] pci 0000:00:01.2: BAR 14: assigned [mem 0xf0800000-0xf09fffff]
[ 0.292285] pci 0000:00:01.2: BAR 15: assigned [mem 0xf0a00000-0xf0bfffff 64bit pref]
[ 0.292287] pci 0000:00:01.6: BAR 15: assigned [mem 0xf0c00000-0xf0dfffff 64bit pref]
[ 0.292290] pci 0000:00:01.1: BAR 13: assigned [io 0x1000-0x1fff]
[ 0.292291] pci 0000:00:01.2: BAR 13: assigned [io 0x2000-0x2fff]
[ 0.292293] pci 0000:00:01.6: BAR 13: assigned [io 0x3000-0x3fff]
[ 0.292295] pci 0000:00:01.1: PCI bridge to [bus 01]
[ 0.292297] pci 0000:00:01.1: bridge window [io 0x1000-0x1fff]
[ 0.292302] pci 0000:00:01.1: bridge window [mem 0xf0400000-0xf05fffff]
[ 0.292305] pci 0000:00:01.1: bridge window [mem 0xf0600000-0xf07fffff 64bit pref]
[ 0.292311] pci 0000:00:01.2: PCI bridge to [bus 02]
[ 0.292313] pci 0000:00:01.2: bridge window [io 0x2000-0x2fff]
[ 0.292318] pci 0000:00:01.2: bridge window [mem 0xf0800000-0xf09fffff]
[ 0.292321] pci 0000:00:01.2: bridge window [mem 0xf0a00000-0xf0bfffff 64bit pref]
[ 0.292327] pci 0000:00:01.6: PCI bridge to [bus 03]
[ 0.292328] pci 0000:00:01.6: bridge window [io 0x3000-0x3fff]
[ 0.292333] pci 0000:00:01.6: bridge window [mem 0xfea00000-0xfeafffff]
[ 0.292336] pci 0000:00:01.6: bridge window [mem 0xf0c00000-0xf0dfffff 64bit pref]
[ 0.292342] pci 0000:00:01.7: PCI bridge to [bus 04]
[ 0.292344] pci 0000:00:01.7: bridge window [io 0xf000-0xffff]
[ 0.292348] pci 0000:00:01.7: bridge window [mem 0xfe900000-0xfe9fffff]
[ 0.292351] pci 0000:00:01.7: bridge window [mem 0xf0300000-0xf03fffff 64bit pref]
[ 0.292358] pci 0000:00:08.1: PCI bridge to [bus 05]
[ 0.292360] pci 0000:00:08.1: bridge window [io 0xe000-0xefff]
[ 0.292364] pci 0000:00:08.1: bridge window [mem 0xfe300000-0xfe7fffff]
[ 0.292368] pci 0000:00:08.1: bridge window [mem 0xe0000000-0xf01fffff 64bit pref]
[ 0.292374] pci 0000:00:08.2: PCI bridge to [bus 06]
[ 0.292378] pci 0000:00:08.2: bridge window [mem 0xfe800000-0xfe8fffff]
[ 0.292388] pci_bus 0000:00: resource 4 [io 0x0000-0x03af window]
[ 0.292389] pci_bus 0000:00: resource 5 [io 0x03e0-0x0cf7 window]
[ 0.292389] pci_bus 0000:00: resource 6 [io 0x03b0-0x03df window]
[ 0.292390] pci_bus 0000:00: resource 7 [io 0x0d00-0xffff window]
[ 0.292391] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[ 0.292392] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[ 0.292393] pci_bus 0000:00: resource 10 [mem 0xe0000000-0xfebfffff window]
[ 0.292394] pci_bus 0000:00: resource 11 [mem 0xfee00000-0xffffffff window]
[ 0.292395] pci_bus 0000:01: resource 0 [io 0x1000-0x1fff]
[ 0.292396] pci_bus 0000:01: resource 1 [mem 0xf0400000-0xf05fffff]
[ 0.292397] pci_bus 0000:01: resource 2 [mem 0xf0600000-0xf07fffff 64bit pref]
[ 0.292398] pci_bus 0000:02: resource 0 [io 0x2000-0x2fff]
[ 0.292399] pci_bus 0000:02: resource 1 [mem 0xf0800000-0xf09fffff]
[ 0.292400] pci_bus 0000:02: resource 2 [mem 0xf0a00000-0xf0bfffff 64bit pref]
[ 0.292400] pci_bus 0000:03: resource 0 [io 0x3000-0x3fff]
[ 0.292401] pci_bus 0000:03: resource 1 [mem 0xfea00000-0xfeafffff]
[ 0.292402] pci_bus 0000:03: resource 2 [mem 0xf0c00000-0xf0dfffff 64bit pref]
[ 0.292403] pci_bus 0000:04: resource 0 [io 0xf000-0xffff]
[ 0.292404] pci_bus 0000:04: resource 1 [mem 0xfe900000-0xfe9fffff]
[ 0.292405] pci_bus 0000:04: resource 2 [mem 0xf0300000-0xf03fffff 64bit pref]
[ 0.292406] pci_bus 0000:05: resource 0 [io 0xe000-0xefff]
[ 0.292406] pci_bus 0000:05: resource 1 [mem 0xfe300000-0xfe7fffff]
[ 0.292407] pci_bus 0000:05: resource 2 [mem 0xe0000000-0xf01fffff 64bit pref]
[ 0.292408] pci_bus 0000:06: resource 1 [mem 0xfe800000-0xfe8fffff]
[ 0.292467] NET: Registered protocol family 2
[ 0.292599] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes)
[ 0.292616] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.292707] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.292824] TCP: Hash tables configured (established 65536 bind 65536)
[ 0.292859] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.292876] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[ 0.292935] NET: Registered protocol family 1
[ 0.292991] pci 0000:05:00.1: Linked as a consumer to 0000:05:00.0
[ 0.293258] PCI: CLS 64 bytes, default 64
[ 0.293286] Unpacking initramfs...
[ 0.952056] Freeing initrd memory: 61636K
[ 0.952075] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.952076] software IO TLB: mapped [mem 0x96110000-0x9a110000] (64MB)
[ 0.952129] amd_uncore: AMD NB counters detected
[ 0.952162] amd_uncore: AMD LLC counters detected
[ 0.952496] Scanning for low memory corruption every 60 seconds
[ 0.953206] Initialise system trusted keyrings
[ 0.953288] workingset: timestamp_bits=36 max_order=21 bucket_order=0
[ 0.954236] zbud: loaded
[ 0.954656] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.954862] fuse init (API version 7.27)
[ 0.954934] pstore: using deflate compression
[ 0.957997] Key type asymmetric registered
[ 0.957999] Asymmetric key parser 'x509' registered
[ 0.958019] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.958075] io scheduler noop registered
[ 0.958076] io scheduler deadline registered
[ 0.958120] io scheduler cfq registered (default)
[ 0.958121] io scheduler mq-deadline registered
[ 0.958122] io scheduler kyber registered
[ 0.959477] pcieport 0000:00:01.1: AER enabled with IRQ 25
[ 0.959507] pcieport 0000:00:01.2: AER enabled with IRQ 26
[ 0.959537] pcieport 0000:00:01.6: AER enabled with IRQ 27
[ 0.959566] pcieport 0000:00:01.7: AER enabled with IRQ 28
[ 0.959580] pcieport 0000:00:01.1: Signaling PME with IRQ 25
[ 0.959593] pcieport 0000:00:01.2: Signaling PME with IRQ 26
[ 0.959605] pcieport 0000:00:01.6: Signaling PME with IRQ 27
[ 0.959618] pcieport 0000:00:01.7: Signaling PME with IRQ 28
[ 0.959642] pcieport 0000:00:08.1: Signaling PME with IRQ 29
[ 0.959676] pcieport 0000:00:08.2: Signaling PME with IRQ 30
[ 0.959697] pciehp 0000:00:01.1:pcie004: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 0.959810] pciehp 0000:00:01.2:pcie004: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 0.959868] pciehp 0000:00:01.6:pcie004: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 0.959952] pciehp 0000:00:01.7:pcie004: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise- Interlock- NoCompl+ LLActRep+
[ 0.960042] efifb: probing for efifb
[ 0.960055] efifb: framebuffer at 0xe0000000, using 8128k, total 8128k
[ 0.960057] efifb: mode is 1920x1080x32, linelength=7680, pages=1
[ 0.960057] efifb: scrolling: redraw
[ 0.960059] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 0.964941] Console: switching to colour frame buffer device 240x67
[ 0.968829] fb0: EFI VGA frame buffer device
[ 0.968957] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[ 0.968964] ACPI: Power Button [PWRB]
[ 0.968995] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[ 0.969130] ACPI: Power Button [PWRF]
[ 0.969205] Monitor-Mwait will be used to enter C-1 state
[ 0.970573] thermal LNXTHERM:00: registered as thermal_zone0
[ 0.970574] ACPI: Thermal Zone [TCPU] (33 C)
[ 0.970817] ACPI: Invalid passive threshold
[ 0.971001] thermal LNXTHERM:01: registered as thermal_zone1
[ 0.971002] ACPI: Thermal Zone [TZPO] (10 C)
[ 0.971132] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 0.994306] 00:05: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 1.017686] 00:06: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[ 1.019040] Linux agpgart interface v0.103
[ 1.019549] tpm_crb MSFT0101:00: can't request region for resource [mem 0x9d7af000-0x9d7b2fff]
[ 1.019585] tpm_crb: probe of MSFT0101:00 failed with error -16
[ 1.019590] AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[ 1.019590] AMD IOMMUv2 functionality not available on this system
[ 1.022366] loop: module loaded
[ 1.022718] libphy: Fixed MDIO Bus: probed
[ 1.022757] tun: Universal TUN/TAP device driver, 1.6
[ 1.022819] PPP generic driver version 2.4.2
[ 1.022876] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.022880] ehci-pci: EHCI PCI platform driver
[ 1.022887] ehci-platform: EHCI generic platform driver
[ 1.022893] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 1.022894] ohci-pci: OHCI PCI platform driver
[ 1.022904] ohci-platform: OHCI generic platform driver
[ 1.022908] uhci_hcd: USB Universal Host Controller Interface driver
[ 1.022936] i8042: PNP: No PS/2 controller found.
[ 1.023000] mousedev: PS/2 mouse device common for all mice
[ 1.023118] rtc_cmos 00:02: RTC can wake from S4
[ 1.023327] rtc_cmos 00:02: registered as rtc0
[ 1.023342] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[ 1.023346] i2c /dev entries driver
[ 1.023359] IR NEC protocol handler initialized
[ 1.023359] IR RC5(x/sz) protocol handler initialized
[ 1.023360] IR RC6 protocol handler initialized
[ 1.023360] IR JVC protocol handler initialized
[ 1.023360] IR Sony protocol handler initialized
[ 1.023361] IR SANYO protocol handler initialized
[ 1.023361] IR Sharp protocol handler initialized
[ 1.023361] IR MCE Keyboard/mouse protocol handler initialized
[ 1.023361] IR XMP protocol handler initialized
[ 1.023393] device-mapper: uevent: version 1.0.3
[ 1.023439] device-mapper: ioctl: 4.39.0-ioctl (2018-04-03) initialised: dm-devel@redhat.com
[ 1.023452] EDAC amd64: Node 0: DRAM ECC disabled.
[ 1.023453] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
(Note that use of the override may cause unknown side effects.)
[ 1.023544] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.023547] EFI Variables Facility v0.08 2004-May-17
[ 1.033741] NET: Registered protocol family 10
[ 1.033965] Segment Routing with IPv6
[ 1.033980] NET: Registered protocol family 17
[ 1.033995] Key type dns_resolver registered
[ 1.034683] microcode: CPU0: patch_level=0x0810100b
[ 1.034689] microcode: CPU1: patch_level=0x0810100b
[ 1.034692] microcode: CPU2: patch_level=0x0810100b
[ 1.034699] microcode: CPU3: patch_level=0x0810100b
[ 1.034707] microcode: CPU4: patch_level=0x0810100b
[ 1.034713] microcode: CPU5: patch_level=0x0810100b
[ 1.034735] microcode: CPU6: patch_level=0x0810100b
[ 1.034744] microcode: CPU7: patch_level=0x0810100b
[ 1.034766] microcode: Microcode Update Driver: v2.2.
[ 1.034775] sched_clock: Marking stable (1034437386, 325461)->(1143579021, -108816174)
[ 1.035034] registered taskstats version 1
[ 1.035043] Loading compiled-in X.509 certificates
[ 1.035917] Loaded X.509 cert 'Build time autogenerated kernel key: ef2cf8b805f442f21b1bc0fa8b1c4ab1a1d21313'
[ 1.035952] zswap: loaded using pool lzo/zbud
[ 1.039110] Key type big_key registered
[ 1.040343] Key type trusted registered
[ 1.041747] Key type encrypted registered
[ 1.041750] AppArmor: AppArmor sha1 policy hashing enabled
[ 1.041757] ima: No TPM chip found, activating TPM-bypass!
[ 1.041764] ima: Allocated hash algorithm: sha1
[ 1.041778] evm: Initialising EVM extended attributes:
[ 1.041778] evm: security.selinux
[ 1.041779] evm: security.SMACK64
[ 1.041780] evm: security.SMACK64EXEC
[ 1.041780] evm: security.SMACK64TRANSMUTE
[ 1.041780] evm: security.SMACK64MMAP
[ 1.041781] evm: security.apparmor
[ 1.041782] evm: security.ima
[ 1.041782] evm: security.capability
[ 1.041783] evm: HMAC attrs: 0x1
[ 1.042227] Magic number: 15:623:243
[ 1.042393] rtc_cmos 00:02: setting system clock to 2019-08-19 19:12:28 UTC (1566241948)
[ 1.042582] acpi_cpufreq: overriding BIOS provided _PSD data
[ 1.554796] Freeing unused kernel image memory: 2420K
[ 1.583611] Write protecting the kernel read-only data: 18432k
[ 1.586213] Freeing unused kernel image memory: 2008K
[ 1.586266] Freeing unused kernel image memory: 72K
[ 1.593326] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 1.593338] Run /init as init process
[ 1.652670] hidraw: raw HID events driver (C) Jiri Kosina
[ 1.652860] sdhci: Secure Digital Host Controller Interface driver
[ 1.652861] sdhci: Copyright(c) Pierre Ossman
[ 1.656203] ACPI: Video Device [VGA2] (multi-head: yes rom: no post: no)
[ 1.658035] acpi device:14: registered as cooling_device8
[ 1.658091] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:13/LNXVIDEO:02/input/input2
[ 1.661227] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[ 1.661230] piix4_smbus 0000:00:14.0: Using register 0x02 for SMBus port selection
[ 1.661385] mmc0: SDHCI controller on ACPI [AMDI0040:00] using ADMA 64-bit
[ 1.662873] pcie_mp2_amd: AMD(R) PCI-E MP2 Communication Driver Version: 1.0
[ 1.662898] pcie_mp2_amd 0000:05:00.7: MP2 device found [1022:15e6] (rev 0)
[ 1.662915] pcie_mp2_amd 0000:05:00.7: enabling device (0000 -> 0002)
[ 1.663050] pcie_mp2_amd 0000:05:00.7: MP2 device registered.
[ 1.663990] r8169 0000:04:00.0: enabling device (0000 -> 0003)
[ 1.666674] ahci 0000:06:00.0: version 3.0
[ 1.666870] ahci 0000:06:00.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x2 impl SATA mode
[ 1.666874] ahci 0000:06:00.0: flags: 64bit ncq sntf ilck pm led clo only pmp fbs pio slum part
[ 1.667756] xhci_hcd 0000:05:00.3: xHCI Host Controller
[ 1.667765] xhci_hcd 0000:05:00.3: new USB bus registered, assigned bus number 1
[ 1.667964] xhci_hcd 0000:05:00.3: hcc params 0x0270ffe5 hci version 0x110 quirks 0x0000000040000410
[ 1.668372] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
[ 1.668375] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.668377] usb usb1: Product: xHCI Host Controller
[ 1.668378] usb usb1: Manufacturer: Linux 4.19.8-768-amd+ xhci-hcd
[ 1.668380] usb usb1: SerialNumber: 0000:05:00.3
[ 1.668512] hub 1-0:1.0: USB hub found
[ 1.668528] hub 1-0:1.0: 4 ports detected
[ 1.668783] xhci_hcd 0000:05:00.3: xHCI Host Controller
[ 1.668789] xhci_hcd 0000:05:00.3: new USB bus registered, assigned bus number 2
[ 1.668792] xhci_hcd 0000:05:00.3: Host supports USB 3.10 Enhanced SuperSpeed
[ 1.668825] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 1.668845] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19
[ 1.668847] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.668848] usb usb2: Product: xHCI Host Controller
[ 1.668849] usb usb2: Manufacturer: Linux 4.19.8-768-amd+ xhci-hcd
[ 1.668850] usb usb2: SerialNumber: 0000:05:00.3
[ 1.668971] hub 2-0:1.0: USB hub found
[ 1.668990] hub 2-0:1.0: 4 ports detected
[ 1.669555] xhci_hcd 0000:05:00.4: xHCI Host Controller
[ 1.669560] xhci_hcd 0000:05:00.4: new USB bus registered, assigned bus number 3
[ 1.669732] xhci_hcd 0000:05:00.4: hcc params 0x0260ffe5 hci version 0x110 quirks 0x0000000040000410
[ 1.670075] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
[ 1.670076] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.670078] usb usb3: Product: xHCI Host Controller
[ 1.670079] usb usb3: Manufacturer: Linux 4.19.8-768-amd+ xhci-hcd
[ 1.670081] usb usb3: SerialNumber: 0000:05:00.4
[ 1.670190] hub 3-0:1.0: USB hub found
[ 1.670202] hub 3-0:1.0: 2 ports detected
[ 1.670371] xhci_hcd 0000:05:00.4: xHCI Host Controller
[ 1.670375] xhci_hcd 0000:05:00.4: new USB bus registered, assigned bus number 4
[ 1.670378] xhci_hcd 0000:05:00.4: Host supports USB 3.10 Enhanced SuperSpeed
[ 1.670417] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[ 1.670438] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19
[ 1.670439] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.670441] usb usb4: Product: xHCI Host Controller
[ 1.670442] usb usb4: Manufacturer: Linux 4.19.8-768-amd+ xhci-hcd
[ 1.670443] usb usb4: SerialNumber: 0000:05:00.4
[ 1.670539] hub 4-0:1.0: USB hub found
[ 1.670553] hub 4-0:1.0: 1 port detected
[ 1.673016] scsi host0: ahci
[ 1.675446] scsi host1: ahci
[ 1.675486] ata1: DUMMY
[ 1.675494] ata2: SATA max UDMA/133 abar m2048@0xfe800000 port 0xfe800180 irq 34
[ 1.676930] libphy: r8169: probed
[ 1.677206] r8169 0000:04:00.0 eth0: RTL8168g/8111g, 00:c0:08:99:80:c5, XID 4c000800, IRQ 52
[ 1.677208] r8169 0000:04:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[ 1.687857] r8169 0000:04:00.0 enp4s0: renamed from eth0
[ 1.738361] mmc0: new HS400 MMC card at address 0001
[ 1.742201] mmcblk0: mmc0:0001 DF4032 29.1 GiB
[ 1.742404] mmcblk0boot0: mmc0:0001 DF4032 partition 1 4.00 MiB
[ 1.742613] mmcblk0boot1: mmc0:0001 DF4032 partition 2 4.00 MiB
[ 1.742663] mmcblk0rpmb: mmc0:0001 DF4032 partition 3 4.00 MiB, chardev (241:0)
[ 1.897234] chash: self test took 201930 us, 5071064 iterations/s
[ 1.978160] [drm] amdgpu kernel modesetting enabled.
[ 1.978161] [drm] amdgpu version: 18.50.1.418
[ 1.979277] checking generic (e0000000 7f0000) vs hw (e0000000 10000000)
[ 1.979278] fb: switching to amdgpudrmfb from EFI VGA
[ 1.979298] Console: switching to colour dummy device 80x25
[ 1.979347] tsc: Refined TSC clocksource calibration: 1996.253 MHz
[ 1.979356] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x398cb520d2b, max_idle_ns: 881590603874 ns
[ 1.979375] clocksource: Switched to clocksource tsc
[ 1.979476] amdgpu 0000:05:00.0: enabling device (0006 -> 0007)
[ 1.979637] [drm] initializing kernel modesetting (RAVEN 0x1002:0x15DD 0x1002:0x15DD 0x83).
[ 1.979649] [drm] register mmio base: 0xFE700000
[ 1.979650] [drm] register mmio size: 524288
[ 1.979670] [drm] add ip block number 0 <soc15_common>
[ 1.979671] [drm] add ip block number 1 <gmc_v9_0>
[ 1.979672] [drm] add ip block number 2 <vega10_ih>
[ 1.979672] [drm] add ip block number 3 <psp>
[ 1.979673] [drm] add ip block number 4 <gfx_v9_0>
[ 1.979674] [drm] add ip block number 5 <sdma_v4_0>
[ 1.979675] [drm] add ip block number 6 <powerplay>
[ 1.979675] [drm] add ip block number 7 <dm>
[ 1.979676] [drm] add ip block number 8 <vcn_v1_0>
[ 1.979695] [drm] VCN decode is enabled in VM mode
[ 1.979696] [drm] VCN encode is enabled in VM mode
[ 1.979696] [drm] VCN jpeg decode is enabled in VM mode
[ 1.979706] ATOM BIOS: 113-RAVEN-113
[ 1.979731] [drm] vm size is 64 GB, 3 levels, block size is 9-bit, fragment size is 9-bit
[ 1.979741] amdgpu 0000:05:00.0: VRAM: 1024M 0x000000F400000000 - 0x000000F43FFFFFFF (1024M used)
[ 1.979742] amdgpu 0000:05:00.0: GART: 1024M 0x0000000000000000 - 0x000000003FFFFFFF
[ 1.979744] amdgpu 0000:05:00.0: AGP: 267419648M 0x000000F800000000 - 0x0000FFFFFFFFFFFF
[ 1.979750] [drm] Detected VRAM RAM=1024M, BAR=1024M
[ 1.979751] [drm] RAM width 128bits DDR4
[ 1.979795] [TTM] Zone kernel: Available graphics memory: 3538216 kiB
[ 1.979796] [TTM] Zone dma32: Available graphics memory: 2097152 kiB
[ 1.979797] [TTM] Initializing pool allocator
[ 1.979802] [TTM] Initializing DMA pool allocator
[ 1.979846] [drm] amdgpu: 1024M of VRAM memory ready
[ 1.979847] [drm] amdgpu: 6910M of GTT memory ready.
[ 1.979861] [drm] GART: num cpu pages 262144, num gpu pages 262144
[ 1.980266] [drm] PCIE GART of 1024M enabled (table at 0x000000F4007E9000).
[ 1.981350] [drm] use_doorbell being set to: [true]
[ 1.981463] [drm] Found VCN firmware Version: 1.73 Family ID: 18
[ 1.981465] [drm] PSP loading VCN firmware
[ 2.001758] [drm] reserve 0x400000 from 0xf400b00000 for PSP TMR SIZE
[ 2.003598] usb 3-1: new full-speed USB device number 2 using xhci_hcd
[ 2.003601] usb 1-2: new high-speed USB device number 2 using xhci_hcd
[ 2.151699] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 2.152047] ata2.00: ATA-9: WDC WDS240G2G0A-00JH30, UF450000, max UDMA/133
[ 2.152050] ata2.00: 468877312 sectors, multi 1: LBA48 NCQ (depth 32)
[ 2.153389] usb 1-2: New USB device found, idVendor=1a40, idProduct=0101, bcdDevice= 1.11
[ 2.153391] usb 1-2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 2.153393] usb 1-2: Product: USB 2.0 Hub
[ 2.157153] ata2.00: configured for UDMA/133
[ 2.157359] scsi 1:0:0:0: Direct-Access ATA WDC WDS240G2G0A- 0000 PQ: 0 ANSI: 5
[ 2.157523] sd 1:0:0:0: Attached scsi generic sg0 type 0
[ 2.157603] sd 1:0:0:0: [sda] 468877312 512-byte logical blocks: (240 GB/224 GiB)
[ 2.157613] sd 1:0:0:0: [sda] Write Protect is off
[ 2.157615] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 2.157633] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 2.160532] sda: sda1 sda2 sda3
[ 2.160778] sd 1:0:0:0: [sda] Attached SCSI disk
[ 2.165475] usb 3-1: New USB device found, idVendor=8087, idProduct=0aa7, bcdDevice= 0.01
[ 2.165477] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 2.208194] amdgpu: [powerplay] dpm has been enabled
[ 2.208281] [drm] DM_PPLIB: values for Invalid clock
[ 2.208282] [drm] DM_PPLIB: 400000 in kHz
[ 2.208282] [drm] DM_PPLIB: 933000 in kHz
[ 2.208283] [drm] DM_PPLIB: 1067000 in kHz
[ 2.208283] [drm] DM_PPLIB: 1200000 in kHz
[ 2.208284] [drm] DM_PPLIB: values for Invalid clock
[ 2.208284] [drm] DM_PPLIB: 300000 in kHz
[ 2.208285] [drm] DM_PPLIB: 600000 in kHz
[ 2.208285] [drm] DM_PPLIB: 626000 in kHz
[ 2.208286] [drm] DM_PPLIB: 654000 in kHz
[ 2.210771] [drm] Display Core initialized with v3.2.02!
[ 2.213085] hub 1-2:1.0: USB hub found
[ 2.213413] hub 1-2:1.0: 4 ports detected
[ 2.236854] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 2.236855] [drm] Driver supports precise vblank timestamp query.
[ 2.248822] [drm] VCN decode and encode initialized successfully(under SPG Mode).
[ 2.250100] [drm] fb mappable at 0xA0F00000
[ 2.250100] [drm] vram apper at 0xA0000000
[ 2.250101] [drm] size 8294400
[ 2.250101] [drm] fb depth is 24
[ 2.250102] [drm] pitch is 7680
[ 2.250375] fbcon: amdgpudrmfb (fb0) is primary device
[ 2.299041] Console: switching to colour frame buffer device 240x67
[ 2.299362] usb 3-2: new full-speed USB device number 3 using xhci_hcd
[ 2.320038] amdgpu 0000:05:00.0: fb0: amdgpudrmfb frame buffer device
[ 2.335529] amdgpu 0000:05:00.0: ring 0(gfx) uses VM inv eng 4 on hub 0
[ 2.335534] amdgpu 0000:05:00.0: ring 1(comp_1.0.0) uses VM inv eng 5 on hub 0
[ 2.335536] amdgpu 0000:05:00.0: ring 2(comp_1.1.0) uses VM inv eng 6 on hub 0
[ 2.335539] amdgpu 0000:05:00.0: ring 3(comp_1.2.0) uses VM inv eng 7 on hub 0
[ 2.335541] amdgpu 0000:05:00.0: ring 4(comp_1.3.0) uses VM inv eng 8 on hub 0
[ 2.335544] amdgpu 0000:05:00.0: ring 5(comp_1.0.1) uses VM inv eng 9 on hub 0
[ 2.335546] amdgpu 0000:05:00.0: ring 6(comp_1.1.1) uses VM inv eng 10 on hub 0
[ 2.335548] amdgpu 0000:05:00.0: ring 7(comp_1.2.1) uses VM inv eng 11 on hub 0
[ 2.335551] amdgpu 0000:05:00.0: ring 8(comp_1.3.1) uses VM inv eng 12 on hub 0
[ 2.335553] amdgpu 0000:05:00.0: ring 9(kiq_2.1.0) uses VM inv eng 13 on hub 0
[ 2.335556] amdgpu 0000:05:00.0: ring 10(sdma0) uses VM inv eng 4 on hub 1
[ 2.335558] amdgpu 0000:05:00.0: ring 11(vcn_dec) uses VM inv eng 5 on hub 1
[ 2.335561] amdgpu 0000:05:00.0: ring 12(vcn_enc0) uses VM inv eng 6 on hub 1
[ 2.335563] amdgpu 0000:05:00.0: ring 13(vcn_enc1) uses VM inv eng 7 on hub 1
[ 2.335566] amdgpu 0000:05:00.0: ring 14(vcn_jpeg) uses VM inv eng 8 on hub 1
[ 2.340045] [drm] Initialized amdgpu 3.27.0 20150101 for 0000:05:00.0 on minor 0
[ 2.483600] usb 3-2: New USB device found, idVendor=2341, idProduct=8036, bcdDevice= 1.00
[ 2.483602] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2.483604] usb 3-2: Product: Arduino Leonardo
[ 2.483605] usb 3-2: Manufacturer: Arduino LLC
[ 2.623392] usb 1-2.1: new full-speed USB device number 3 using xhci_hcd
[ 2.627355] raid6: sse2x1 gen() 5991 MB/s
[ 2.695750] raid6: sse2x1 xor() 7221 MB/s
[ 2.763986] raid6: sse2x2 gen() 15343 MB/s
[ 2.831757] raid6: sse2x2 xor() 9747 MB/s
[ 2.863945] usb 1-2.1: New USB device found, idVendor=1a86, idProduct=e050, bcdDevice= 0.01
[ 2.863948] usb 1-2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2.863951] usb 1-2.1: Product: USB Keyboard-Mouse_V1.5
[ 2.863953] usb 1-2.1: Manufacturer: USB Keyboard-Mouse
[ 2.863955] usb 1-2.1: SerialNumber: 2017¿ÛwH
[ 2.899344] raid6: sse2x4 gen() 15443 MB/s
[ 2.967808] raid6: sse2x4 xor() 9019 MB/s
[ 3.035346] raid6: avx2x1 gen() 16057 MB/s
[ 3.049220] usbcore: registered new interface driver usbhid
[ 3.049222] usbhid: USB HID core driver
[ 3.051913] input: USB Keyboard-Mouse USB Keyboard-Mouse_V1.5 as /devices/pci0000:00/0000:00:08.1/0000:05:00.3/usb1/1-2/1-2.1/1-2.1:1.0/0003:1A86:E050.0001/input/input3
[ 3.103781] raid6: avx2x1 xor() 12317 MB/s
[ 3.115924] hid-generic 0003:1A86:E050.0001: input,hidraw0: USB HID v1.10 Keyboard [USB Keyboard-Mouse USB Keyboard-Mouse_V1.5] on usb-0000:05:00.3-2.1/input0
[ 3.116267] input: USB Keyboard-Mouse USB Keyboard-Mouse_V1.5 Consumer Control as /devices/pci0000:00/0000:00:08.1/0000:05:00.3/usb1/1-2/1-2.1/1-2.1:1.1/0003:1A86:E050.0002/input/input4
[ 3.171791] raid6: avx2x2 gen() 21371 MB/s
[ 3.179965] input: USB Keyboard-Mouse USB Keyboard-Mouse_V1.5 System Control as /devices/pci0000:00/0000:00:08.1/0000:05:00.3/usb1/1-2/1-2.1/1-2.1:1.1/0003:1A86:E050.0002/input/input5
[ 3.180149] hid-generic 0003:1A86:E050.0002: input,hidraw1: USB HID v1.10 Device [USB Keyboard-Mouse USB Keyboard-Mouse_V1.5] on usb-0000:05:00.3-2.1/input1
[ 3.180483] input: USB Keyboard-Mouse USB Keyboard-Mouse_V1.5 Mouse as /devices/pci0000:00/0000:00:08.1/0000:05:00.3/usb1/1-2/1-2.1/1-2.1:1.2/0003:1A86:E050.0003/input/input6
[ 3.180747] hid-generic 0003:1A86:E050.0003: input,hidraw2: USB HID v1.10 Mouse [USB Keyboard-Mouse USB Keyboard-Mouse_V1.5] on usb-0000:05:00.3-2.1/input2
[ 3.181153] hid-generic 0003:1A86:E050.0004: hiddev0,hidraw3: USB HID v1.10 Device [USB Keyboard-Mouse USB Keyboard-Mouse_V1.5] on usb-0000:05:00.3-2.1/input3
[ 3.239823] raid6: avx2x2 xor() 13892 MB/s
[ 3.308003] raid6: avx2x4 gen() 22520 MB/s
[ 3.375758] raid6: avx2x4 xor() 12763 MB/s
[ 3.375759] raid6: using algorithm avx2x4 gen() 22520 MB/s
[ 3.375759] raid6: .... xor() 12763 MB/s, rmw enabled
[ 3.375760] raid6: using avx2x2 recovery algorithm
[ 3.381505] xor: automatically using best checksumming function avx
[ 3.407460] Btrfs loaded, crc32c=crc32c-intel
[ 3.493832] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
[ 3.810801] systemd[1]: systemd 237 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid)
[ 3.828240] systemd[1]: Detected architecture x86-64.
[ 3.836278] systemd[1]: Set hostname to <udoo-bolt>.
[ 4.117059] systemd[1]: Created slice User and Session Slice.
[ 4.117094] systemd[1]: Reached target User and Group Name Lookups.
[ 4.117129] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 4.117140] systemd[1]: Reached target Remote File Systems.
[ 4.117493] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 4.117594] systemd[1]: Created slice System Slice.
[ 4.117646] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[ 4.140405] EXT4-fs (sda3): re-mounted. Opts: errors=remount-ro
[ 4.154160] lp: driver loaded but no devices found
[ 4.157737] ppdev: user-space parallel port driver
[ 4.211271] systemd-journald[420]: Received request to flush runtime journal from PID 1
[ 4.580639] snd_pci_acp3x 0000:05:00.5: enabling device (0000 -> 0002)
[ 4.580820] snd_pci_acp3x 0000:05:00.5: Inavlid ACP audio mode : 2
[ 4.620578] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 4.622342] cryptd: max_cpu_qlen set to 1000
[ 4.628232] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 4.648004] AVX2 version of gcm_enc/dec engaged.
[ 4.648006] AES CTR mode by8 optimization enabled
[ 4.650699] Bluetooth: Core ver 2.22
[ 4.650715] NET: Registered protocol family 31
[ 4.650716] Bluetooth: HCI device and connection manager initialized
[ 4.650721] Bluetooth: HCI socket layer initialized
[ 4.650724] Bluetooth: L2CAP socket layer initialized
[ 4.650730] Bluetooth: SCO socket layer initialized
[ 4.666282] Intel(R) Wireless WiFi driver for Linux
[ 4.666283] Copyright(c) 2003- 2015 Intel Corporation
[ 4.666356] iwlwifi 0000:03:00.0: enabling device (0000 -> 0002)
[ 4.676435] iwlwifi 0000:03:00.0: loaded firmware version 29.1044073957.0 op_mode iwlmvm
[ 4.681307] cdc_acm 3-2:1.0: ttyACM0: USB ACM device
[ 4.682576] usbcore: registered new interface driver cdc_acm
[ 4.682578] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[ 4.684343] usbcore: registered new interface driver btusb
[ 4.700473] Bluetooth: hci0: read Intel version: 370810225019140f1d
[ 4.700475] Bluetooth: hci0: Intel device is already patched. patch num: 1d
[ 4.735251] Adding 248828k swap on /dev/sda2. Priority:-2 extents:1 across:248828k SSFS
[ 4.739827] iwlwifi 0000:03:00.0: Detected Intel(R) Dual Band Wireless AC 3168, REV=0x220
[ 4.745878] snd_hda_intel 0000:05:00.1: enabling device (0000 -> 0002)
[ 4.745967] snd_hda_intel 0000:05:00.1: Handle vga_switcheroo audio client
[ 4.747821] snd_hda_intel 0000:05:00.6: enabling device (0000 -> 0002)
[ 4.764782] input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:05:00.1/sound/card0/input7
[ 4.764845] input: HD-Audio Generic HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:08.1/0000:05:00.1/sound/card0/input8
[ 4.764899] input: HD-Audio Generic HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:08.1/0000:05:00.1/sound/card0/input9
[ 4.764954] input: HD-Audio Generic HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:08.1/0000:05:00.1/sound/card0/input10
[ 4.773431] snd_hda_codec_realtek hdaudioC1D0: ALC888-VD: SKU not ready 0x00000100
[ 4.774240] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC888-VD: line_outs=4 (0x14/0x16/0x15/0x17/0x0) type:line
[ 4.774243] snd_hda_codec_realtek hdaudioC1D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 4.774245] snd_hda_codec_realtek hdaudioC1D0: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[ 4.774247] snd_hda_codec_realtek hdaudioC1D0: mono: mono_out=0x0
[ 4.774249] snd_hda_codec_realtek hdaudioC1D0: dig-out=0x1e/0x0
[ 4.774250] snd_hda_codec_realtek hdaudioC1D0: inputs:
[ 4.774253] snd_hda_codec_realtek hdaudioC1D0: Rear Mic=0x18
[ 4.774255] snd_hda_codec_realtek hdaudioC1D0: Front Mic=0x19
[ 4.774257] snd_hda_codec_realtek hdaudioC1D0: Line=0x1a
[ 4.774259] snd_hda_codec_realtek hdaudioC1D0: CD=0x1c
[ 4.775973] iwlwifi 0000:03:00.0: base HW address: a8:6d:aa:f7:a8:19
[ 4.778404] kvm: Nested Virtualization enabled
[ 4.778410] kvm: Nested Paging enabled
[ 4.778411] SVM: Virtual VMLOAD VMSAVE supported
[ 4.778411] SVM: Virtual GIF supported
[ 4.797238] input: HD-Audio Generic Rear Mic as /devices/pci0000:00/0000:00:08.1/0000:05:00.6/sound/card1/input11
[ 4.797293] input: HD-Audio Generic Front Mic as /devices/pci0000:00/0000:00:08.1/0000:05:00.6/sound/card1/input12
[ 4.797343] input: HD-Audio Generic Line as /devices/pci0000:00/0000:00:08.1/0000:05:00.6/sound/card1/input13
[ 4.797388] input: HD-Audio Generic Line Out Front as /devices/pci0000:00/0000:00:08.1/0000:05:00.6/sound/card1/input14
[ 4.797436] input: HD-Audio Generic Line Out Surround as /devices/pci0000:00/0000:00:08.1/0000:05:00.6/sound/card1/input15
[ 4.797480] input: HD-Audio Generic Line Out CLFE as /devices/pci0000:00/0000:00:08.1/0000:05:00.6/sound/card1/input16
[ 4.797534] input: HD-Audio Generic Line Out Side as /devices/pci0000:00/0000:00:08.1/0000:05:00.6/sound/card1/input17
[ 4.797585] input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:08.1/0000:05:00.6/sound/card1/input18
[ 4.812812] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[ 4.813112] thermal thermal_zone2: failed to read out thermal zone (-61)
[ 4.815808] iwlwifi 0000:03:00.0 wlp3s0: renamed from wlan0
[ 5.482406] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 5.482408] Bluetooth: BNEP filters: protocol multicast
[ 5.482411] Bluetooth: BNEP socket layer initialized
[ 5.843480] IPv6: ADDRCONF(NETDEV_UP): enp4s0: link is not ready
[ 5.853339] Generic PHY r8169-400:00: attached PHY driver [Generic PHY] (mii_bus:phy_addr=r8169-400:00, irq=IGNORE)
[ 5.985612] IPv6: ADDRCONF(NETDEV_UP): enp4s0: link is not ready
[ 5.985914] r8169 0000:04:00.0 enp4s0: Link is Down
[ 5.990885] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[ 6.062550] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[ 6.223844] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[ 12.969847] Bluetooth: RFCOMM TTY layer initialized
[ 12.969853] Bluetooth: RFCOMM socket layer initialized
[ 12.969860] Bluetooth: RFCOMM ver 1.11
[ 17.931113] r8169 0000:04:00.0 enp4s0: Link is Up - 100Mbps/Full - flow control rx/tx
[ 17.931128] IPv6: ADDRCONF(NETDEV_CHANGE): enp4s0: link becomes ready
[ 19.287308] kauditd_printk_skb: 11 callbacks suppressed
[ 0.273823] Expanded resource Reserved due to conflict with PCI Bus 0000:00
[ 1.019549] tpm_crb MSFT0101:00: can't request region for resource [mem 0x9d7af000-0x9d7b2fff]
[ 1.019585] tpm_crb: probe of MSFT0101:00 failed with error -16
[ 4.580820] snd_pci_acp3x 0000:05:00.5: Inavlid ACP audio mode : 2
[ 4.813112] thermal thermal_zone2: failed to read out thermal zone (-61)
UDOO Bolt Kernel 4.19.8
$ sudo dpkg -i linux-headers-4.19.8* linux-modules-4.19.8* linux-image-unsigned-4.19.8* (Reading database ... 316928 files and directories currently installed.) Preparing to unpack linux-headers-4.19.8-041908_4.19.8-041908.201812080831_all.deb ... Unpacking linux-headers-4.19.8-041908 (4.19.8-041908.201812080831) over (4.19.8-041908.201812080831) ... Preparing to unpack linux-headers-4.19.8-041908-generic_4.19.8-041908.201812080831_amd64.deb ... Unpacking linux-headers-4.19.8-041908-generic (4.19.8-041908.201812080831) over (4.19.8-041908.201812080831) ... Selecting previously unselected package linux-modules-4.19.8-041908-generic. Preparing to unpack linux-modules-4.19.8-041908-generic_4.19.8-041908.201812080831_amd64.deb ... Unpacking linux-modules-4.19.8-041908-generic (4.19.8-041908.201812080831) ... Preparing to unpack linux-image-unsigned-4.19.8-041908-generic_4.19.8-041908.201812080831_amd64.deb ... Unpacking linux-image-unsigned-4.19.8-041908-generic (4.19.8-041908.201812080831) over (4.19.8-041908.201812080831) ... Setting up linux-headers-4.19.8-041908 (4.19.8-041908.201812080831) ... Setting up linux-headers-4.19.8-041908-generic (4.19.8-041908.201812080831) ... /etc/kernel/header_postinst.d/dkms: * dkms: running auto installation service for kernel 4.19.8-041908-generic ...done. Setting up linux-modules-4.19.8-041908-generic (4.19.8-041908.201812080831) ... Setting up linux-image-unsigned-4.19.8-041908-generic (4.19.8-041908.201812080831) ... Processing triggers for linux-image-unsigned-4.19.8-041908-generic (4.19.8-041908.201812080831) ... /etc/kernel/postinst.d/dkms: * dkms: running auto installation service for kernel 4.19.8-041908-generic ...done. /etc/kernel/postinst.d/initramfs-tools: update-initramfs: Generating /boot/initrd.img-4.19.8-041908-generic I: The initramfs will attempt to resume from /dev/sda2 I: (UUID=2dc49be8-a8bd-442a-940c-c600839d40c0) I: Set the RESUME variable to override this. /etc/kernel/postinst.d/zz-update-grub: Sourcing file `/etc/default/grub' Sourcing file `/etc/default/grub.d/50_linuxmint.cfg' Generating grub configuration file ... Found linux image: /boot/vmlinuz-4.19.8-041908-generic Found initrd image: /boot/initrd.img-4.19.8-041908-generic Found linux image: /boot/vmlinuz-4.15.0-58-generic Found initrd image: /boot/initrd.img-4.15.0-58-generic Found linux image: /boot/vmlinuz-4.15.0-54-generic Found initrd image: /boot/initrd.img-4.15.0-54-generic Adding boot menu entry for EFI firmware configuration done