IntelRealSense / librealsense

Intel® RealSense™ SDK
https://www.intelrealsense.com/
Apache License 2.0
7.6k stars 4.83k forks source link

Realsense-viewer D435i & Kernel 4.15 warnings - uvc metadata issues #5955

Closed jorgemiar closed 4 years ago

jorgemiar commented 4 years ago
Required Info
Camera Model D435i
Firmware Version V05.12.02.100
Operating System & Version Linux Ubuntu 16.04.6
Kernel Version (Linux Only) 4.15.0-37-generic for UP boards (https://wiki.up-community.org/Ubuntu)
Platform UP Squared (https://up-board.org/upsquared/specifications/)
SDK Version 2.31.0
Segment Robot

Issue Description

I've found similar issues (#5815) but can't seem to solve the problems I'm getting.

I have an UP Squared Board running Ubuntu 16.04 and Kernel 4.15 made for UP boards (which I installed through the UP Board Wiki as the recommended Kernel to run https://wiki.up-community.org/Ubuntu). I installed librealsense 2.31 from source as I intend to use ros-realsense soon. When I launch realsense-viewer I get the following warnings:

Warning 1: WARNING [140520726722304] (types.cpp:49) hwmon command 0x4f failed. Error type: No data to return (-21).

If I understand correctly, this means my camera's IMU hasn't been calibrated?

Warning 2: [140520726722304] (backend-v4l2.cpp:1148) Pixel format 36315752-1a66-a242-9065-d01814a likely requires patch for fourcc code RW16!

Warning 3: [140520575719168] (ds5-timestamp.cpp:76) UVC metadata payloads not available. Please refer to the installation chapter for details.

This happens when I turn on either the stereo or RGB module. I installed librealsense from source and patched the kernel using ./scripts/patch-realsense-ubuntu-lts.sh. Why am I getting this error and how can I solve it?

Warning 4: WARNING [140520575719168] (sensor.cpp:962) HID timestamp not found, switching to Host timestamps.

This happens when I turn on the motion module. Is this a problem?

I would like to resolve these issues before installing ros-realsense so any help would be greatly appreciated. Thanks!

MartyG-RealSense commented 4 years ago

Error type: No data to return (-21) indicates an uncalibrated IMU, as you suggest.

If you experience problems with the normal installation process, there is a "bypass" method of installation if you have an internet connection. This enables installation on most forms of Linux without needing to be concerned with Linux types, patching and kernel versions. Instructions for doing the install on SDK version 2.30.0 or newer can be found in the link below.

https://support.intelrealsense.com/hc/en-us/community/posts/360037657234/comments/360009799533

ev-mp commented 4 years ago

@jorgemia , the link referenced above above is the Vendor's guide for OS installation. Once accomplished, you'll need to follow the SDK installation guide. More specifically, in case you need an access to metadata attributes the you'll have to patch the kernel via script:

./scripts/patch-realsense-ubuntu-lts.sh

,or with DKMS Debian package:

sudo apt-get install librealsense2-dkms
jorgemiar commented 4 years ago

@ev-mp I have done that (via script) yet the errors still appear. I also tried uninstalling via script and installing everything through Debian yet I still get the UVC metadata warning.

When running modinfo uvcvideo | grep "version:" I don't see realsense anywhere so it seems the kernel is not being updated.

Why could that be?

@gbr1 suggested installing linux-headers before installing librealsense. I also tried that yet I'm still getting the warnings when running realsense-viewer.

ev-mp commented 4 years ago

@jorgemia, then apparently the patch was not applied properly. The kernel version seem to be of the supported LTS-type, still there could be UpBoard-specific attributes that differenciate it from the stock LTS kernel. Can you share the log produced by running the script in the terminal? Having the kernel log (dmesg -wT) would be useful as well.

jorgemiar commented 4 years ago

This is what I get when I run ./scripts/patch-realsense-ubuntu-lts.sh:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
bc is already the newest version (1.06.95-9build1).
build-essential is already the newest version (12.1ubuntu2).
git is already the newest version (1:2.7.4-0ubuntu1.7).
linux-headers-generic is already the newest version (4.4.0.174.182).
0 to upgrade, 0 to newly install, 0 to remove and 0 not to upgrade.
Package required libusb-1.0-0-dev:  - found
Package required libssl-dev:  - found
Create patches workspace in ubuntu-xenial-hwe folder

Initialised empty Git repository in /home/jorge/librealsense-2.31.0/ubuntu-xenial-hwe/.git/
Fetching Ubuntu LTS tag Ubuntu-hwe-4.15.0-37.40_16.04.1  to the local kernel sources folder
remote: Counting objects: 5820100, done.
remote: Compressing objects: 100% (877345/877345), done.
remote: Total 5820100 (delta 4934074), reused 5784079 (delta 4899700)
Receiving objects: 100% (5820100/5820100), 1.23 GiB | 1.30 MiB/s, done.
Resolving deltas: 100% (4934074/4934074), done.
From git://kernel.ubuntu.com/ubuntu/ubuntu-xenial
 * [new tag]         Ubuntu-hwe-4.15.0-37.40_16.04.1 -> Ubuntu-hwe-4.15.0-37.40_16.04.1
Switching to LTS tag Ubuntu-hwe-4.15.0-37.40_16.04.1
Checking out files: 100% (64439/64439), done.
Note: checking out 'Ubuntu-hwe-4.15.0-37.40_16.04.1'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b <new-branch-name>

HEAD is now at f42c0ad... UBUNTU: Ubuntu-hwe-4.15.0-37.40~16.04.1
Applying patches for xenial-hwe line
Applying realsense-uvc patch
patching file drivers/media/usb/uvc/Makefile
patching file drivers/media/usb/uvc/uvc_driver.c
patching file drivers/media/usb/uvc/uvcvideo.h
patching file drivers/media/v4l2-core/v4l2-ioctl.c
patching file include/uapi/linux/videodev2.h
Applying realsense-metadata patch
patching file drivers/media/usb/uvc/uvc_driver.c
Hunk #1 succeeded at 2786 (offset 15 lines).
patching file drivers/media/usb/uvc/uvc_video.c
Hunk #1 succeeded at 1226 (offset 4 lines).
Hunk #2 succeeded at 1264 (offset 4 lines).
patching file drivers/media/usb/uvc/uvcvideo.h
Hunk #1 succeeded at 199 (offset 12 lines).
Hunk #2 succeeded at 220 (offset 12 lines).
Applying realsense-hid patch
patching file drivers/iio/accel/hid-sensor-accel-3d.c
patching file drivers/iio/gyro/hid-sensor-gyro-3d.c
Applying realsense-powerlinefrequency-fix patch
patching file drivers/media/usb/uvc/uvc_ctrl.c
Retrofit uvc bug fix enabled with 4.18+
patching file drivers/media/usb/uvc/uvc_video.c
Unreversed patch detected!  Ignore -R? [n] n
Apply anyway? [n] n
Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file drivers/media/usb/uvc/uvc_video.c.rej

And this is what I get from dmesg -wT

[Tue Mar  3 12:15:55 2020] Linux version 4.15.0-37-generic (buildd@lgw01-amd64-045) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.12)) #40~upboard05-Ubuntu SMP Tue Nov 26 15:30:34 UTC 2019 (Ubuntu 4.15.0-37.40~upboard05-generic 4.15.18)
[Tue Mar  3 12:15:55 2020] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-37-generic root=UUID=81b0afcb-80ef-4ea6-a875-0a6318a54bae ro quiet splash acpi=force vt.handoff=7
[Tue Mar  3 12:15:55 2020] KERNEL supported cpus:
[Tue Mar  3 12:15:55 2020]   Intel GenuineIntel
[Tue Mar  3 12:15:55 2020]   AMD AuthenticAMD
[Tue Mar  3 12:15:55 2020]   Centaur CentaurHauls
[Tue Mar  3 12:15:55 2020] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[Tue Mar  3 12:15:55 2020] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[Tue Mar  3 12:15:55 2020] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[Tue Mar  3 12:15:55 2020] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[Tue Mar  3 12:15:55 2020] x86/fpu: xstate_offset[3]:  576, xstate_sizes[3]:   64
[Tue Mar  3 12:15:55 2020] x86/fpu: xstate_offset[4]:  640, xstate_sizes[4]:   64
[Tue Mar  3 12:15:55 2020] x86/fpu: Enabled xstate features 0x1b, context size is 704 bytes, using 'compacted' format.
[Tue Mar  3 12:15:55 2020] e820: BIOS-provided physical RAM map:
[Tue Mar  3 12:15:55 2020] BIOS-e820: [mem 0x0000000000000000-0x000000000003efff] usable
[Tue Mar  3 12:15:55 2020] BIOS-e820: [mem 0x000000000003f000-0x000000000003ffff] reserved
[Tue Mar  3 12:15:55 2020] BIOS-e820: [mem 0x0000000000040000-0x000000000009dfff] usable
[Tue Mar  3 12:15:55 2020] BIOS-e820: [mem 0x000000000009e000-0x00000000000fffff] reserved
[Tue Mar  3 12:15:55 2020] BIOS-e820: [mem 0x0000000000100000-0x000000000fffffff] usable
[Tue Mar  3 12:15:55 2020] BIOS-e820: [mem 0x0000000010000000-0x0000000012150fff] reserved
[Tue Mar  3 12:15:55 2020] BIOS-e820: [mem 0x0000000012151000-0x0000000077b30fff] usable
[Tue Mar  3 12:15:55 2020] BIOS-e820: [mem 0x0000000077b31000-0x0000000079c3afff] reserved
[Tue Mar  3 12:15:55 2020] BIOS-e820: [mem 0x0000000079c3b000-0x0000000079c53fff] ACPI data
[Tue Mar  3 12:15:55 2020] BIOS-e820: [mem 0x0000000079c54000-0x0000000079cb3fff] ACPI NVS
[Tue Mar  3 12:15:55 2020] BIOS-e820: [mem 0x0000000079cb4000-0x000000007a050fff] reserved
[Tue Mar  3 12:15:55 2020] BIOS-e820: [mem 0x000000007a051000-0x000000007a09cfff] type 20
[Tue Mar  3 12:15:55 2020] BIOS-e820: [mem 0x000000007a09d000-0x000000007a40afff] usable
[Tue Mar  3 12:15:55 2020] BIOS-e820: [mem 0x000000007a40b000-0x000000007a40bfff] ACPI NVS
[Tue Mar  3 12:15:55 2020] BIOS-e820: [mem 0x000000007a40c000-0x000000007a425fff] reserved
[Tue Mar  3 12:15:55 2020] BIOS-e820: [mem 0x000000007a426000-0x000000007a964fff] usable
[Tue Mar  3 12:15:55 2020] BIOS-e820: [mem 0x000000007a965000-0x000000007a966fff] reserved
[Tue Mar  3 12:15:55 2020] BIOS-e820: [mem 0x000000007a967000-0x000000007affffff] usable
[Tue Mar  3 12:15:55 2020] BIOS-e820: [mem 0x000000007b000000-0x000000007fffffff] reserved
[Tue Mar  3 12:15:55 2020] BIOS-e820: [mem 0x00000000d0000000-0x00000000d0ffffff] reserved
[Tue Mar  3 12:15:55 2020] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[Tue Mar  3 12:15:55 2020] BIOS-e820: [mem 0x00000000fe042000-0x00000000fe044fff] reserved
[Tue Mar  3 12:15:55 2020] BIOS-e820: [mem 0x00000000fe900000-0x00000000fe902fff] reserved
[Tue Mar  3 12:15:55 2020] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[Tue Mar  3 12:15:55 2020] BIOS-e820: [mem 0x00000000fed01000-0x00000000fed01fff] reserved
[Tue Mar  3 12:15:55 2020] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[Tue Mar  3 12:15:55 2020] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[Tue Mar  3 12:15:55 2020] BIOS-e820: [mem 0x0000000100000000-0x000000017fffffff] usable
[Tue Mar  3 12:15:55 2020] NX (Execute Disable) protection: active
[Tue Mar  3 12:15:55 2020] efi: EFI v2.50 by American Megatrends
[Tue Mar  3 12:15:55 2020] efi:  ACPI=0x79c44000  ACPI 2.0=0x79c44000  SMBIOS=0x79f09000  SMBIOS 3.0=0x79f08000 
[Tue Mar  3 12:15:55 2020] secureboot: Secure boot could not be determined (mode 0)
[Tue Mar  3 12:15:55 2020] SMBIOS 3.0.0 present.
[Tue Mar  3 12:15:55 2020] DMI: AAEON UP-APL01/UP-APL01, BIOS UPA1AM42 03/12/2019
[Tue Mar  3 12:15:55 2020] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[Tue Mar  3 12:15:55 2020] e820: remove [mem 0x000a0000-0x000fffff] usable
[Tue Mar  3 12:15:55 2020] e820: last_pfn = 0x180000 max_arch_pfn = 0x400000000
[Tue Mar  3 12:15:55 2020] MTRR default type: uncachable
[Tue Mar  3 12:15:55 2020] MTRR fixed ranges enabled:
[Tue Mar  3 12:15:55 2020]   00000-6FFFF write-back
[Tue Mar  3 12:15:55 2020]   70000-7FFFF uncachable
[Tue Mar  3 12:15:55 2020]   80000-9FFFF write-back
[Tue Mar  3 12:15:55 2020]   A0000-BFFFF uncachable
[Tue Mar  3 12:15:55 2020]   C0000-FFFFF write-protect
[Tue Mar  3 12:15:55 2020] MTRR variable ranges enabled:
[Tue Mar  3 12:15:55 2020]   0 base 0000000000 mask 7F80000000 write-back
[Tue Mar  3 12:15:55 2020]   1 base 007C000000 mask 7FFC000000 uncachable
[Tue Mar  3 12:15:55 2020]   2 base 007B000000 mask 7FFF000000 uncachable
[Tue Mar  3 12:15:55 2020]   3 base 0100000000 mask 7F80000000 write-back
[Tue Mar  3 12:15:55 2020]   4 base 00FF000000 mask 7FFF000000 write-combining
[Tue Mar  3 12:15:55 2020]   5 disabled
[Tue Mar  3 12:15:55 2020]   6 disabled
[Tue Mar  3 12:15:55 2020]   7 disabled
[Tue Mar  3 12:15:55 2020]   8 disabled
[Tue Mar  3 12:15:55 2020]   9 disabled
[Tue Mar  3 12:15:55 2020] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[Tue Mar  3 12:15:55 2020] e820: last_pfn = 0x7b000 max_arch_pfn = 0x400000000
[Tue Mar  3 12:15:55 2020] Scanning 1 areas for low memory corruption
[Tue Mar  3 12:15:55 2020] Base memory trampoline at [        (ptrval)] 98000 size 24576
[Tue Mar  3 12:15:55 2020] Using GB pages for direct mapping
[Tue Mar  3 12:15:55 2020] BRK [0x28d3f000, 0x28d3ffff] PGTABLE
[Tue Mar  3 12:15:55 2020] BRK [0x28d40000, 0x28d40fff] PGTABLE
[Tue Mar  3 12:15:55 2020] BRK [0x28d41000, 0x28d41fff] PGTABLE
[Tue Mar  3 12:15:55 2020] BRK [0x28d42000, 0x28d42fff] PGTABLE
[Tue Mar  3 12:15:55 2020] BRK [0x28d43000, 0x28d43fff] PGTABLE
[Tue Mar  3 12:15:55 2020] BRK [0x28d44000, 0x28d44fff] PGTABLE
[Tue Mar  3 12:15:55 2020] BRK [0x28d45000, 0x28d45fff] PGTABLE
[Tue Mar  3 12:15:55 2020] RAMDISK: [mem 0x31b20000-0x34d87fff]
[Tue Mar  3 12:15:55 2020] ACPI: Early table checksum verification disabled
[Tue Mar  3 12:15:55 2020] ACPI: RSDP 0x0000000079C44000 000024 (v02 ALASKA)
[Tue Mar  3 12:15:55 2020] ACPI: XSDT 0x0000000079C440D0 0000FC (v01 ALASKA A M I    01072009 AMI  00010013)
[Tue Mar  3 12:15:55 2020] ACPI: FACP 0x0000000079C4C140 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
[Tue Mar  3 12:15:55 2020] ACPI: DSDT 0x0000000079C44260 007ED3 (v02 ALASKA A M I    01072009 INTL 20120913)
[Tue Mar  3 12:15:55 2020] ACPI: FACS 0x0000000079CB3080 000040
[Tue Mar  3 12:15:55 2020] ACPI: FPDT 0x0000000079C4C260 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[Tue Mar  3 12:15:55 2020] ACPI: FIDT 0x0000000079C4C2B0 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
[Tue Mar  3 12:15:55 2020] ACPI: MCFG 0x0000000079C4C350 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
[Tue Mar  3 12:15:55 2020] ACPI: HROT 0x0000000079C4C390 0000DB (v01 INTEL  EDK2     00000005 INTL 0100000D)
[Tue Mar  3 12:15:55 2020] ACPI: DBG2 0x0000000079C4C470 000072 (v00 INTEL  EDK2     00000003 BRXT 0100000D)
[Tue Mar  3 12:15:55 2020] ACPI: DBGP 0x0000000079C4C4F0 000034 (v01 INTEL  EDK2     00000003 BRXT 0100000D)
[Tue Mar  3 12:15:55 2020] ACPI: HPET 0x0000000079C4C530 000038 (v01 INTEL  EDK2     00000003 BRXT 0100000D)
[Tue Mar  3 12:15:55 2020] ACPI: LPIT 0x0000000079C4C570 00005C (v01 INTEL  EDK2     00000003 BRXT 0100000D)
[Tue Mar  3 12:15:55 2020] ACPI: APIC 0x0000000079C4C5D0 000084 (v03 INTEL  EDK2     00000003 BRXT 0100000D)
[Tue Mar  3 12:15:55 2020] ACPI: NPKT 0x0000000079C4C660 000065 (v01 INTEL  EDK2     00000003 BRXT 0100000D)
[Tue Mar  3 12:15:55 2020] ACPI: PRAM 0x0000000079C4C6D0 000030 (v01 INTEL  EDK2     00000003 BRXT 0100000D)
[Tue Mar  3 12:15:55 2020] ACPI: WSMT 0x0000000079C4C700 000028 (v01 INTEL  EDK2     00000003 BRXT 0100000D)
[Tue Mar  3 12:15:55 2020] ACPI: SSDT 0x0000000079C4C730 00125C (v01 AAEON  PINCTRL  00000001 INTL 20120913)
[Tue Mar  3 12:15:55 2020] ACPI: SSDT 0x0000000079C4D990 002532 (v01 MSFT   RHPROXY  00000001 INTL 20120913)
[Tue Mar  3 12:15:55 2020] ACPI: SSDT 0x0000000079C4FED0 00002C (v01 Intel_ Platform 00001000 INTL 20120913)
[Tue Mar  3 12:15:55 2020] ACPI: SSDT 0x0000000079C4FF00 0003DF (v02 PmRef  Cpu0Ist  00003000 INTL 20120913)
[Tue Mar  3 12:15:55 2020] ACPI: SSDT 0x0000000079C502E0 00072B (v02 CpuRef CpuSsdt  00003000 INTL 20120913)
[Tue Mar  3 12:15:55 2020] ACPI: SSDT 0x0000000079C50A10 00032D (v02 PmRef  Cpu0Tst  00003000 INTL 20120913)
[Tue Mar  3 12:15:55 2020] ACPI: SSDT 0x0000000079C50D40 00017C (v02 PmRef  ApTst    00003000 INTL 20120913)
[Tue Mar  3 12:15:55 2020] ACPI: SSDT 0x0000000079C50EC0 002760 (v02 SaSsdt SaSsdt   00003000 INTL 20120913)
[Tue Mar  3 12:15:55 2020] ACPI: UEFI 0x0000000079C53620 000042 (v01 ALASKA A M I    00000000      00000000)
[Tue Mar  3 12:15:55 2020] ACPI: BGRT 0x0000000079C53670 000038 (v01 ALASKA A M I    01072009 AMI  00010013)
[Tue Mar  3 12:15:55 2020] ACPI: TPM2 0x0000000079C536B0 000034 (v03        Tpm2Tabl 00000001 AMI  00000000)
[Tue Mar  3 12:15:55 2020] ACPI: DMAR 0x0000000079C536F0 0000B0 (v01 INTEL  EDK2     00000003 BRXT 0100000D)
[Tue Mar  3 12:15:55 2020] ACPI: WDAT 0x0000000079C537A0 000104 (v01                 00000000      00000000)
[Tue Mar  3 12:15:55 2020] ACPI: NHLT 0x0000000079C538B0 00050D (v00 INTEL  EDK2     00000002      01000013)
[Tue Mar  3 12:15:55 2020] ACPI: Local APIC address 0xfee00000
[Tue Mar  3 12:15:55 2020] No NUMA configuration found
[Tue Mar  3 12:15:55 2020] Faking a node at [mem 0x0000000000000000-0x000000017fffffff]
[Tue Mar  3 12:15:55 2020] NODE_DATA(0) allocated [mem 0x17ffd2000-0x17fffcfff]
[Tue Mar  3 12:15:55 2020] tsc: Using PIT calibration value
[Tue Mar  3 12:15:55 2020] Zone ranges:
[Tue Mar  3 12:15:55 2020]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[Tue Mar  3 12:15:55 2020]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[Tue Mar  3 12:15:55 2020]   Normal   [mem 0x0000000100000000-0x000000017fffffff]
[Tue Mar  3 12:15:55 2020]   Device   empty
[Tue Mar  3 12:15:55 2020] Movable zone start for each node
[Tue Mar  3 12:15:55 2020] Early memory node ranges
[Tue Mar  3 12:15:55 2020]   node   0: [mem 0x0000000000001000-0x000000000003efff]
[Tue Mar  3 12:15:55 2020]   node   0: [mem 0x0000000000040000-0x000000000009dfff]
[Tue Mar  3 12:15:55 2020]   node   0: [mem 0x0000000000100000-0x000000000fffffff]
[Tue Mar  3 12:15:55 2020]   node   0: [mem 0x0000000012151000-0x0000000077b30fff]
[Tue Mar  3 12:15:55 2020]   node   0: [mem 0x000000007a09d000-0x000000007a40afff]
[Tue Mar  3 12:15:55 2020]   node   0: [mem 0x000000007a426000-0x000000007a964fff]
[Tue Mar  3 12:15:55 2020]   node   0: [mem 0x000000007a967000-0x000000007affffff]
[Tue Mar  3 12:15:55 2020]   node   0: [mem 0x0000000100000000-0x000000017fffffff]
[Tue Mar  3 12:15:55 2020] Initmem setup node 0 [mem 0x0000000000001000-0x000000017fffffff]
[Tue Mar  3 12:15:55 2020] On node 0 totalpages: 1009858
[Tue Mar  3 12:15:55 2020]   DMA zone: 64 pages used for memmap
[Tue Mar  3 12:15:55 2020]   DMA zone: 22 pages reserved
[Tue Mar  3 12:15:55 2020]   DMA zone: 3996 pages, LIFO batch:0
[Tue Mar  3 12:15:55 2020]   DMA32 zone: 7525 pages used for memmap
[Tue Mar  3 12:15:55 2020]   DMA32 zone: 481574 pages, LIFO batch:31
[Tue Mar  3 12:15:55 2020]   Normal zone: 8192 pages used for memmap
[Tue Mar  3 12:15:55 2020]   Normal zone: 524288 pages, LIFO batch:31
[Tue Mar  3 12:15:55 2020] Reserved but unavailable: 98 pages
[Tue Mar  3 12:15:55 2020] Reserving Intel graphics memory at 0x000000007c000000-0x000000007fffffff
[Tue Mar  3 12:15:55 2020] ACPI: PM-Timer IO Port: 0x408
[Tue Mar  3 12:15:55 2020] ACPI: Local APIC address 0xfee00000
[Tue Mar  3 12:15:55 2020] ACPI: LAPIC_NMI (acpi_id[0x01] high level lint[0x1])
[Tue Mar  3 12:15:55 2020] ACPI: LAPIC_NMI (acpi_id[0x02] high level lint[0x1])
[Tue Mar  3 12:15:55 2020] ACPI: LAPIC_NMI (acpi_id[0x03] high level lint[0x1])
[Tue Mar  3 12:15:55 2020] ACPI: LAPIC_NMI (acpi_id[0x04] high level lint[0x1])
[Tue Mar  3 12:15:55 2020] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-119
[Tue Mar  3 12:15:55 2020] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[Tue Mar  3 12:15:55 2020] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[Tue Mar  3 12:15:55 2020] ACPI: IRQ0 used by override.
[Tue Mar  3 12:15:55 2020] ACPI: IRQ9 used by override.
[Tue Mar  3 12:15:55 2020] Using ACPI (MADT) for SMP configuration information
[Tue Mar  3 12:15:55 2020] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[Tue Mar  3 12:15:55 2020] smpboot: Allowing 4 CPUs, 2 hotplug CPUs
[Tue Mar  3 12:15:55 2020] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[Tue Mar  3 12:15:55 2020] PM: Registered nosave memory: [mem 0x0003f000-0x0003ffff]
[Tue Mar  3 12:15:55 2020] PM: Registered nosave memory: [mem 0x0009e000-0x000fffff]
[Tue Mar  3 12:15:55 2020] PM: Registered nosave memory: [mem 0x10000000-0x12150fff]
[Tue Mar  3 12:15:55 2020] PM: Registered nosave memory: [mem 0x77b31000-0x79c3afff]
[Tue Mar  3 12:15:55 2020] PM: Registered nosave memory: [mem 0x79c3b000-0x79c53fff]
[Tue Mar  3 12:15:55 2020] PM: Registered nosave memory: [mem 0x79c54000-0x79cb3fff]
[Tue Mar  3 12:15:55 2020] PM: Registered nosave memory: [mem 0x79cb4000-0x7a050fff]
[Tue Mar  3 12:15:55 2020] PM: Registered nosave memory: [mem 0x7a051000-0x7a09cfff]
[Tue Mar  3 12:15:55 2020] PM: Registered nosave memory: [mem 0x7a40b000-0x7a40bfff]
[Tue Mar  3 12:15:55 2020] PM: Registered nosave memory: [mem 0x7a40c000-0x7a425fff]
[Tue Mar  3 12:15:55 2020] PM: Registered nosave memory: [mem 0x7a965000-0x7a966fff]
[Tue Mar  3 12:15:55 2020] PM: Registered nosave memory: [mem 0x7b000000-0x7fffffff]
[Tue Mar  3 12:15:55 2020] PM: Registered nosave memory: [mem 0x80000000-0xcfffffff]
[Tue Mar  3 12:15:55 2020] PM: Registered nosave memory: [mem 0xd0000000-0xd0ffffff]
[Tue Mar  3 12:15:55 2020] PM: Registered nosave memory: [mem 0xd1000000-0xdfffffff]
[Tue Mar  3 12:15:55 2020] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[Tue Mar  3 12:15:55 2020] PM: Registered nosave memory: [mem 0xf0000000-0xfe041fff]
[Tue Mar  3 12:15:55 2020] PM: Registered nosave memory: [mem 0xfe042000-0xfe044fff]
[Tue Mar  3 12:15:55 2020] PM: Registered nosave memory: [mem 0xfe045000-0xfe8fffff]
[Tue Mar  3 12:15:55 2020] PM: Registered nosave memory: [mem 0xfe900000-0xfe902fff]
[Tue Mar  3 12:15:55 2020] PM: Registered nosave memory: [mem 0xfe903000-0xfebfffff]
[Tue Mar  3 12:15:55 2020] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[Tue Mar  3 12:15:55 2020] PM: Registered nosave memory: [mem 0xfec01000-0xfed00fff]
[Tue Mar  3 12:15:55 2020] PM: Registered nosave memory: [mem 0xfed01000-0xfed01fff]
[Tue Mar  3 12:15:55 2020] PM: Registered nosave memory: [mem 0xfed02000-0xfedfffff]
[Tue Mar  3 12:15:55 2020] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[Tue Mar  3 12:15:55 2020] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[Tue Mar  3 12:15:55 2020] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[Tue Mar  3 12:15:55 2020] e820: [mem 0x80000000-0xcfffffff] available for PCI devices
[Tue Mar  3 12:15:55 2020] Booting paravirtualized kernel on bare hardware
[Tue Mar  3 12:15:55 2020] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[Tue Mar  3 12:15:55 2020] random: get_random_bytes called from start_kernel+0x99/0x51b with crng_init=0
[Tue Mar  3 12:15:55 2020] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[Tue Mar  3 12:15:55 2020] percpu: Embedded 46 pages/cpu @        (ptrval) s151552 r8192 d28672 u524288
[Tue Mar  3 12:15:55 2020] pcpu-alloc: s151552 r8192 d28672 u524288 alloc=1*2097152
[Tue Mar  3 12:15:55 2020] pcpu-alloc: [0] 0 1 2 3 
[Tue Mar  3 12:15:55 2020] Built 1 zonelists, mobility grouping on.  Total pages: 994055
[Tue Mar  3 12:15:55 2020] Policy zone: Normal
[Tue Mar  3 12:15:55 2020] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-37-generic root=UUID=81b0afcb-80ef-4ea6-a875-0a6318a54bae ro quiet splash acpi=force vt.handoff=7
[Tue Mar  3 12:15:55 2020] Calgary: detecting Calgary via BIOS EBDA area
[Tue Mar  3 12:15:55 2020] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[Tue Mar  3 12:15:55 2020] Memory: 3735088K/4039432K available (12300K kernel code, 2474K rwdata, 4264K rodata, 2404K init, 2416K bss, 304344K reserved, 0K cma-reserved)
[Tue Mar  3 12:15:55 2020] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[Tue Mar  3 12:15:55 2020] ftrace: allocating 39173 entries in 154 pages
[Tue Mar  3 12:15:55 2020] Hierarchical RCU implementation.
[Tue Mar  3 12:15:55 2020]  RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
[Tue Mar  3 12:15:55 2020]  Tasks RCU enabled.
[Tue Mar  3 12:15:55 2020] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[Tue Mar  3 12:15:55 2020] NR_IRQS: 524544, nr_irqs: 1024, preallocated irqs: 16
[Tue Mar  3 12:15:55 2020] vt handoff: transparent VT on vt#7
[Tue Mar  3 12:15:55 2020] Console: colour dummy device 80x25
[Tue Mar  3 12:15:55 2020] console [tty0] enabled
[Tue Mar  3 12:15:55 2020] ACPI: Core revision 20170831
[Tue Mar  3 12:15:55 2020] ACPI: 9 ACPI AML tables successfully acquired and loaded
[Tue Mar  3 12:15:55 2020] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 99544814920 ns
[Tue Mar  3 12:15:55 2020] hpet clockevent registered
[Tue Mar  3 12:15:55 2020] APIC: Switch to symmetric I/O mode setup
[Tue Mar  3 12:15:55 2020] DMAR: Host address width 39
[Tue Mar  3 12:15:55 2020] DMAR: DRHD base: 0x000000fed64000 flags: 0x0
[Tue Mar  3 12:15:55 2020] DMAR: dmar0: reg_base_addr fed64000 ver 1:0 cap 1c0000c40660462 ecap 7e3ff0505e
[Tue Mar  3 12:15:55 2020] DMAR: DRHD base: 0x000000fed65000 flags: 0x1
[Tue Mar  3 12:15:55 2020] DMAR: dmar1: reg_base_addr fed65000 ver 1:0 cap d2008c40660462 ecap f050da
[Tue Mar  3 12:15:55 2020] DMAR: RMRR base: 0x00000079be6000 end: 0x00000079c05fff
[Tue Mar  3 12:15:55 2020] DMAR: RMRR base: 0x0000007b800000 end: 0x0000007fffffff
[Tue Mar  3 12:15:55 2020] DMAR-IR: IOAPIC id 1 under DRHD base  0xfed65000 IOMMU 1
[Tue Mar  3 12:15:55 2020] DMAR-IR: HPET id 0 under DRHD base 0xfed65000
[Tue Mar  3 12:15:55 2020] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[Tue Mar  3 12:15:55 2020] DMAR-IR: Enabled IRQ remapping in x2apic mode
[Tue Mar  3 12:15:55 2020] x2apic enabled
[Tue Mar  3 12:15:55 2020] Switched APIC routing to cluster x2apic.
[Tue Mar  3 12:15:55 2020] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[Tue Mar  3 12:15:55 2020] tsc: PIT calibration matches HPET. 1 loops
[Tue Mar  3 12:15:55 2020] tsc: Detected 1094.384 MHz processor
[Tue Mar  3 12:15:55 2020] tsc: Detected 1094.400 MHz TSC
[Tue Mar  3 12:15:55 2020] Calibrating delay loop (skipped), value calculated using timer frequency.. 2188.80 BogoMIPS (lpj=4377600)
[Tue Mar  3 12:15:55 2020] pid_max: default: 32768 minimum: 301
[Tue Mar  3 12:15:55 2020] Security Framework initialized
[Tue Mar  3 12:15:55 2020] Yama: becoming mindful.
[Tue Mar  3 12:15:55 2020] AppArmor: AppArmor initialized
[Tue Mar  3 12:15:55 2020] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[Tue Mar  3 12:15:55 2020] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[Tue Mar  3 12:15:55 2020] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[Tue Mar  3 12:15:55 2020] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[Tue Mar  3 12:15:55 2020] mce: CPU supports 7 MCE banks
[Tue Mar  3 12:15:55 2020] Last level iTLB entries: 4KB 48, 2MB 0, 4MB 0
[Tue Mar  3 12:15:55 2020] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[Tue Mar  3 12:15:55 2020] Spectre V2 : Mitigation: Full generic retpoline
[Tue Mar  3 12:15:55 2020] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[Tue Mar  3 12:15:55 2020] Spectre V2 : Spectre v2 mitigation: Enabling Indirect Branch Prediction Barrier
[Tue Mar  3 12:15:55 2020] Spectre V2 : Enabling Restricted Speculation for firmware calls
[Tue Mar  3 12:15:55 2020] Freeing SMP alternatives memory: 36K
[Tue Mar  3 12:15:55 2020] TSC deadline timer enabled
[Tue Mar  3 12:15:55 2020] smpboot: CPU0: Intel(R) Celeron(R) CPU N3350 @ 1.10GHz (family: 0x6, model: 0x5c, stepping: 0x9)
[Tue Mar  3 12:15:55 2020] Performance Events: PEBS fmt3+, Goldmont events, 32-deep LBR, full-width counters, Intel PMU driver.
[Tue Mar  3 12:15:55 2020] ... version:                4
[Tue Mar  3 12:15:55 2020] ... bit width:              48
[Tue Mar  3 12:15:55 2020] ... generic registers:      4
[Tue Mar  3 12:15:55 2020] ... value mask:             0000ffffffffffff
[Tue Mar  3 12:15:55 2020] ... max period:             00007fffffffffff
[Tue Mar  3 12:15:55 2020] ... fixed-purpose events:   3
[Tue Mar  3 12:15:55 2020] ... event mask:             000000070000000f
[Tue Mar  3 12:15:55 2020] Hierarchical SRCU implementation.
[Tue Mar  3 12:15:55 2020] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[Tue Mar  3 12:15:55 2020] smp: Bringing up secondary CPUs ...
[Tue Mar  3 12:15:55 2020] x86: Booting SMP configuration:
[Tue Mar  3 12:15:55 2020] .... node  #0, CPUs:      #1
[Tue Mar  3 12:15:55 2020] smp: Brought up 1 node, 2 CPUs
[Tue Mar  3 12:15:55 2020] smpboot: Max logical packages: 2
[Tue Mar  3 12:15:55 2020] smpboot: Total of 2 processors activated (4377.60 BogoMIPS)
[Tue Mar  3 12:15:55 2020] devtmpfs: initialized
[Tue Mar  3 12:15:55 2020] x86/mm: Memory block size: 128MB
[Tue Mar  3 12:15:55 2020] evm: security.selinux
[Tue Mar  3 12:15:55 2020] evm: security.SMACK64
[Tue Mar  3 12:15:55 2020] evm: security.SMACK64EXEC
[Tue Mar  3 12:15:55 2020] evm: security.SMACK64TRANSMUTE
[Tue Mar  3 12:15:55 2020] evm: security.SMACK64MMAP
[Tue Mar  3 12:15:55 2020] evm: security.apparmor
[Tue Mar  3 12:15:55 2020] evm: security.ima
[Tue Mar  3 12:15:55 2020] evm: security.capability
[Tue Mar  3 12:15:55 2020] PM: Registering ACPI NVS region [mem 0x79c54000-0x79cb3fff] (393216 bytes)
[Tue Mar  3 12:15:55 2020] PM: Registering ACPI NVS region [mem 0x7a40b000-0x7a40bfff] (4096 bytes)
[Tue Mar  3 12:15:55 2020] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[Tue Mar  3 12:15:55 2020] futex hash table entries: 1024 (order: 4, 65536 bytes)
[Tue Mar  3 12:15:55 2020] pinctrl core: initialized pinctrl subsystem
[Tue Mar  3 12:15:55 2020] RTC time: 12:15:55, date: 03/03/20
[Tue Mar  3 12:15:55 2020] NET: Registered protocol family 16
[Tue Mar  3 12:15:55 2020] audit: initializing netlink subsys (disabled)
[Tue Mar  3 12:15:55 2020] audit: type=2000 audit(1583237755.056:1): state=initialized audit_enabled=0 res=1
[Tue Mar  3 12:15:55 2020] cpuidle: using governor ladder
[Tue Mar  3 12:15:55 2020] cpuidle: using governor menu
[Tue Mar  3 12:15:55 2020] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[Tue Mar  3 12:15:55 2020] ACPI: bus type PCI registered
[Tue Mar  3 12:15:55 2020] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[Tue Mar  3 12:15:55 2020] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[Tue Mar  3 12:15:55 2020] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[Tue Mar  3 12:15:55 2020] PCI: Using configuration type 1 for base access
[Tue Mar  3 12:15:55 2020] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[Tue Mar  3 12:15:55 2020] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[Tue Mar  3 12:15:55 2020] ACPI: Added _OSI(Module Device)
[Tue Mar  3 12:15:55 2020] ACPI: Added _OSI(Processor Device)
[Tue Mar  3 12:15:55 2020] ACPI: Added _OSI(3.0 _SCP Extensions)
[Tue Mar  3 12:15:55 2020] ACPI: Added _OSI(Processor Aggregator Device)
[Tue Mar  3 12:15:55 2020] ACPI: Added _OSI(Linux-Dell-Video)
[Tue Mar  3 12:15:55 2020] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[Tue Mar  3 12:15:55 2020] ACPI: Executed 3 blocks of module-level executable AML code
[Tue Mar  3 12:15:55 2020] ACPI: Dynamic OEM Table Load:
[Tue Mar  3 12:15:55 2020] ACPI: SSDT 0xFFFF9EC0BA187200 000102 (v02 PmRef  Cpu0Cst  00003001 INTL 20120913)
[Tue Mar  3 12:15:55 2020] ACPI: Dynamic OEM Table Load:
[Tue Mar  3 12:15:55 2020] ACPI: SSDT 0xFFFF9EC0BA186400 00015F (v02 PmRef  ApIst    00003000 INTL 20120913)
[Tue Mar  3 12:15:55 2020] ACPI: Dynamic OEM Table Load:
[Tue Mar  3 12:15:55 2020] ACPI: SSDT 0xFFFF9EC0BA175F00 00008D (v02 PmRef  ApCst    00003000 INTL 20120913)
[Tue Mar  3 12:15:55 2020] ACPI: Interpreter enabled
[Tue Mar  3 12:15:55 2020] ACPI: (supports S0 S3 S4 S5)
[Tue Mar  3 12:15:55 2020] ACPI: Using IOAPIC for interrupt routing
[Tue Mar  3 12:15:55 2020] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[Tue Mar  3 12:15:55 2020] ACPI: Enabled 9 GPEs in block 00 to 7F
[Tue Mar  3 12:15:55 2020] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[Tue Mar  3 12:15:55 2020] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[Tue Mar  3 12:15:55 2020] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
[Tue Mar  3 12:15:55 2020] PCI host bridge to bus 0000:00
[Tue Mar  3 12:15:55 2020] pci_bus 0000:00: root bus resource [io  0x0070-0x0077]
[Tue Mar  3 12:15:55 2020] pci_bus 0000:00: root bus resource [io  0x0000-0x006f window]
[Tue Mar  3 12:15:55 2020] pci_bus 0000:00: root bus resource [io  0x0078-0x0cf7 window]
[Tue Mar  3 12:15:55 2020] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[Tue Mar  3 12:15:55 2020] pci_bus 0000:00: root bus resource [mem 0x7c000001-0x7fffffff window]
[Tue Mar  3 12:15:55 2020] pci_bus 0000:00: root bus resource [mem 0x7b800001-0x7bffffff window]
[Tue Mar  3 12:15:55 2020] pci_bus 0000:00: root bus resource [mem 0x80000000-0xcfffffff window]
[Tue Mar  3 12:15:55 2020] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xefffffff window]
[Tue Mar  3 12:15:55 2020] pci_bus 0000:00: root bus resource [bus 00-ff]
[Tue Mar  3 12:15:55 2020] pci 0000:00:00.0: [8086:5af0] type 00 class 0x060000
[Tue Mar  3 12:15:55 2020] pci 0000:00:02.0: [8086:5a85] type 00 class 0x030000
[Tue Mar  3 12:15:55 2020] pci 0000:00:02.0: reg 0x10: [mem 0x90000000-0x90ffffff 64bit]
[Tue Mar  3 12:15:55 2020] pci 0000:00:02.0: reg 0x18: [mem 0x80000000-0x8fffffff 64bit pref]
[Tue Mar  3 12:15:55 2020] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
[Tue Mar  3 12:15:55 2020] pci 0000:00:02.0: BAR 2: assigned to efifb
[Tue Mar  3 12:15:55 2020] pci 0000:00:0e.0: [8086:5a98] type 00 class 0x040100
[Tue Mar  3 12:15:55 2020] pci 0000:00:0e.0: reg 0x10: [mem 0x91610000-0x91613fff 64bit]
[Tue Mar  3 12:15:55 2020] pci 0000:00:0e.0: reg 0x20: [mem 0x91200000-0x912fffff 64bit]
[Tue Mar  3 12:15:55 2020] pci 0000:00:0e.0: PME# supported from D0 D3hot D3cold
[Tue Mar  3 12:15:55 2020] pci 0000:00:0f.0: [8086:5a9a] type 00 class 0x078000
[Tue Mar  3 12:15:55 2020] pci 0000:00:0f.0: reg 0x10: [mem 0x9163c000-0x9163cfff 64bit]
[Tue Mar  3 12:15:55 2020] pci 0000:00:0f.0: PME# supported from D3hot
[Tue Mar  3 12:15:55 2020] pci 0000:00:12.0: [8086:5ae3] type 00 class 0x010601
[Tue Mar  3 12:15:55 2020] pci 0000:00:12.0: reg 0x10: [mem 0x91614000-0x91615fff]
[Tue Mar  3 12:15:55 2020] pci 0000:00:12.0: reg 0x14: [mem 0x91639000-0x916390ff]
[Tue Mar  3 12:15:55 2020] pci 0000:00:12.0: reg 0x18: [io  0xf090-0xf097]
[Tue Mar  3 12:15:55 2020] pci 0000:00:12.0: reg 0x1c: [io  0xf080-0xf083]
[Tue Mar  3 12:15:55 2020] pci 0000:00:12.0: reg 0x20: [io  0xf060-0xf07f]
[Tue Mar  3 12:15:55 2020] pci 0000:00:12.0: reg 0x24: [mem 0x91638000-0x916387ff]
[Tue Mar  3 12:15:55 2020] pci 0000:00:12.0: PME# supported from D3hot
[Tue Mar  3 12:15:55 2020] pci 0000:00:13.0: [8086:5ad8] type 01 class 0x060400
[Tue Mar  3 12:15:55 2020] pci 0000:00:13.0: PME# supported from D0 D3hot D3cold
[Tue Mar  3 12:15:55 2020] pci 0000:00:13.0: PTM enabled (root), 4dns granularity
[Tue Mar  3 12:15:55 2020] pci 0000:00:13.1: [8086:5ad9] type 01 class 0x060400
[Tue Mar  3 12:15:55 2020] pci 0000:00:13.1: PME# supported from D0 D3hot D3cold
[Tue Mar  3 12:15:55 2020] pci 0000:00:13.1: PTM enabled (root), 4dns granularity
[Tue Mar  3 12:15:55 2020] pci 0000:00:13.2: [8086:5ada] type 01 class 0x060400
[Tue Mar  3 12:15:55 2020] pci 0000:00:13.2: PME# supported from D0 D3hot D3cold
[Tue Mar  3 12:15:55 2020] pci 0000:00:13.2: PTM enabled (root), 4dns granularity
[Tue Mar  3 12:15:55 2020] pci 0000:00:13.3: [8086:5adb] type 01 class 0x060400
[Tue Mar  3 12:15:55 2020] pci 0000:00:13.3: PME# supported from D0 D3hot D3cold
[Tue Mar  3 12:15:55 2020] pci 0000:00:13.3: PTM enabled (root), 4dns granularity
[Tue Mar  3 12:15:55 2020] pci 0000:00:14.0: [8086:5ad6] type 01 class 0x060400
[Tue Mar  3 12:15:55 2020] pci 0000:00:14.0: PME# supported from D0 D3hot D3cold
[Tue Mar  3 12:15:55 2020] pci 0000:00:14.0: PTM enabled (root), 4dns granularity
[Tue Mar  3 12:15:55 2020] pci 0000:00:14.1: [8086:5ad7] type 01 class 0x060400
[Tue Mar  3 12:15:55 2020] pci 0000:00:14.1: PME# supported from D0 D3hot D3cold
[Tue Mar  3 12:15:55 2020] pci 0000:00:14.1: PTM enabled (root), 4dns granularity
[Tue Mar  3 12:15:55 2020] pci 0000:00:15.0: [8086:5aa8] type 00 class 0x0c0330
[Tue Mar  3 12:15:55 2020] pci 0000:00:15.0: reg 0x10: [mem 0x91600000-0x9160ffff 64bit]
[Tue Mar  3 12:15:55 2020] pci 0000:00:15.0: PME# supported from D3hot D3cold
[Tue Mar  3 12:15:55 2020] pci 0000:00:15.1: [8086:5aaa] type 00 class 0x0c03fe
[Tue Mar  3 12:15:55 2020] pci 0000:00:15.1: reg 0x10: [mem 0x91000000-0x911fffff 64bit]
[Tue Mar  3 12:15:55 2020] pci 0000:00:15.1: reg 0x18: [mem 0x91637000-0x91637fff 64bit]
[Tue Mar  3 12:15:55 2020] pci 0000:00:15.1: PME# supported from D0 D3hot
[Tue Mar  3 12:15:55 2020] pci 0000:00:16.0: [8086:5aac] type 00 class 0x118000
[Tue Mar  3 12:15:55 2020] pci 0000:00:16.0: reg 0x10: [mem 0x91636000-0x91636fff 64bit]
[Tue Mar  3 12:15:55 2020] pci 0000:00:16.0: reg 0x18: [mem 0x91635000-0x91635fff 64bit]
[Tue Mar  3 12:15:55 2020] pci 0000:00:16.1: [8086:5aae] type 00 class 0x118000
[Tue Mar  3 12:15:55 2020] pci 0000:00:16.1: reg 0x10: [mem 0x91634000-0x91634fff 64bit]
[Tue Mar  3 12:15:55 2020] pci 0000:00:16.1: reg 0x18: [mem 0x91633000-0x91633fff 64bit]
[Tue Mar  3 12:15:55 2020] pci 0000:00:16.2: [8086:5ab0] type 00 class 0x118000
[Tue Mar  3 12:15:55 2020] pci 0000:00:16.2: reg 0x10: [mem 0x91632000-0x91632fff 64bit]
[Tue Mar  3 12:15:55 2020] pci 0000:00:16.2: reg 0x18: [mem 0x91631000-0x91631fff 64bit]
[Tue Mar  3 12:15:55 2020] pci 0000:00:16.3: [8086:5ab2] type 00 class 0x118000
[Tue Mar  3 12:15:55 2020] pci 0000:00:16.3: reg 0x10: [mem 0x91630000-0x91630fff 64bit]
[Tue Mar  3 12:15:55 2020] pci 0000:00:16.3: reg 0x18: [mem 0x9162f000-0x9162ffff 64bit]
[Tue Mar  3 12:15:55 2020] pci 0000:00:17.0: [8086:5ab4] type 00 class 0x118000
[Tue Mar  3 12:15:55 2020] pci 0000:00:17.0: reg 0x10: [mem 0x9162e000-0x9162efff 64bit]
[Tue Mar  3 12:15:55 2020] pci 0000:00:17.0: reg 0x18: [mem 0x9162d000-0x9162dfff 64bit]
[Tue Mar  3 12:15:55 2020] pci 0000:00:17.1: [8086:5ab6] type 00 class 0x118000
[Tue Mar  3 12:15:55 2020] pci 0000:00:17.1: reg 0x10: [mem 0x9162c000-0x9162cfff 64bit]
[Tue Mar  3 12:15:55 2020] pci 0000:00:17.1: reg 0x18: [mem 0x9162b000-0x9162bfff 64bit]
[Tue Mar  3 12:15:55 2020] pci 0000:00:17.2: [8086:5ab8] type 00 class 0x118000
[Tue Mar  3 12:15:55 2020] pci 0000:00:17.2: reg 0x10: [mem 0x9162a000-0x9162afff 64bit]
[Tue Mar  3 12:15:55 2020] pci 0000:00:17.2: reg 0x18: [mem 0x91629000-0x91629fff 64bit]
[Tue Mar  3 12:15:55 2020] pci 0000:00:17.3: [8086:5aba] type 00 class 0x118000
[Tue Mar  3 12:15:55 2020] pci 0000:00:17.3: reg 0x10: [mem 0x91628000-0x91628fff 64bit]
[Tue Mar  3 12:15:55 2020] pci 0000:00:17.3: reg 0x18: [mem 0x91627000-0x91627fff 64bit]
[Tue Mar  3 12:15:55 2020] pci 0000:00:18.0: [8086:5abc] type 00 class 0x118000
[Tue Mar  3 12:15:55 2020] pci 0000:00:18.0: reg 0x10: [mem 0x91626000-0x91626fff 64bit]
[Tue Mar  3 12:15:55 2020] pci 0000:00:18.0: reg 0x18: [mem 0x91625000-0x91625fff 64bit]
[Tue Mar  3 12:15:55 2020] pci 0000:00:18.1: [8086:5abe] type 00 class 0x118000
[Tue Mar  3 12:15:55 2020] pci 0000:00:18.1: reg 0x10: [mem 0x91624000-0x91624fff 64bit]
[Tue Mar  3 12:15:55 2020] pci 0000:00:18.1: reg 0x18: [mem 0x91623000-0x91623fff 64bit]
[Tue Mar  3 12:15:55 2020] pci 0000:00:19.0: [8086:5ac2] type 00 class 0x118000
[Tue Mar  3 12:15:55 2020] pci 0000:00:19.0: reg 0x10: [mem 0x91622000-0x91622fff 64bit]
[Tue Mar  3 12:15:55 2020] pci 0000:00:19.0: reg 0x18: [mem 0x91621000-0x91621fff 64bit]
[Tue Mar  3 12:15:55 2020] pci 0000:00:19.1: [8086:5ac4] type 00 class 0x118000
[Tue Mar  3 12:15:55 2020] pci 0000:00:19.1: reg 0x10: [mem 0x91620000-0x91620fff 64bit]
[Tue Mar  3 12:15:55 2020] pci 0000:00:19.1: reg 0x18: [mem 0x9161f000-0x9161ffff 64bit]
[Tue Mar  3 12:15:55 2020] pci 0000:00:19.2: [8086:5ac6] type 00 class 0x118000
[Tue Mar  3 12:15:55 2020] pci 0000:00:19.2: reg 0x10: [mem 0x9161e000-0x9161efff 64bit]
[Tue Mar  3 12:15:55 2020] pci 0000:00:19.2: reg 0x18: [mem 0x9161d000-0x9161dfff 64bit]
[Tue Mar  3 12:15:55 2020] pci 0000:00:1a.0: [8086:5ac8] type 00 class 0x0c8000
[Tue Mar  3 12:15:55 2020] pci 0000:00:1a.0: reg 0x10: [mem 0x9161c000-0x9161cfff 64bit]
[Tue Mar  3 12:15:55 2020] pci 0000:00:1a.0: reg 0x18: [mem 0x9161b000-0x9161bfff 64bit]
[Tue Mar  3 12:15:55 2020] pci 0000:00:1a.0: PME# supported from D0 D3hot
[Tue Mar  3 12:15:55 2020] pci 0000:00:1c.0: [8086:5acc] type 00 class 0x080501
[Tue Mar  3 12:15:55 2020] pci 0000:00:1c.0: reg 0x10: [mem 0x9161a000-0x9161afff 64bit]
[Tue Mar  3 12:15:55 2020] pci 0000:00:1c.0: reg 0x18: [mem 0x91619000-0x91619fff 64bit]
[Tue Mar  3 12:15:55 2020] pci 0000:00:1e.0: [8086:5ad0] type 00 class 0x080501
[Tue Mar  3 12:15:55 2020] pci 0000:00:1e.0: reg 0x10: [mem 0x91618000-0x91618fff 64bit]
[Tue Mar  3 12:15:55 2020] pci 0000:00:1e.0: reg 0x18: [mem 0x91617000-0x91617fff 64bit]
[Tue Mar  3 12:15:55 2020] pci 0000:00:1f.0: [8086:5ae8] type 00 class 0x060100
[Tue Mar  3 12:15:55 2020] pci 0000:00:1f.1: [8086:5ad4] type 00 class 0x0c0500
[Tue Mar  3 12:15:55 2020] pci 0000:00:1f.1: reg 0x10: [mem 0x91616000-0x916160ff 64bit]
[Tue Mar  3 12:15:55 2020] pci 0000:00:1f.1: reg 0x20: [io  0xf040-0xf05f]
[Tue Mar  3 12:15:55 2020] pci 0000:00:13.0: PCI bridge to [bus 01]
[Tue Mar  3 12:15:55 2020] pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
[Tue Mar  3 12:15:55 2020] pci 0000:02:00.0: reg 0x10: [io  0xe000-0xe0ff]
[Tue Mar  3 12:15:55 2020] pci 0000:02:00.0: reg 0x18: [mem 0x91504000-0x91504fff 64bit]
[Tue Mar  3 12:15:55 2020] pci 0000:02:00.0: reg 0x20: [mem 0x91500000-0x91503fff 64bit pref]
[Tue Mar  3 12:15:55 2020] pci 0000:02:00.0: can't set Max Payload Size to 256; if necessary, use "pci=pcie_bus_safe" and report a bug
[Tue Mar  3 12:15:55 2020] pci 0000:02:00.0: supports D1 D2
[Tue Mar  3 12:15:55 2020] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[Tue Mar  3 12:15:55 2020] pci 0000:00:13.1: PCI bridge to [bus 02]
[Tue Mar  3 12:15:55 2020] pci 0000:00:13.1:   bridge window [io  0xe000-0xefff]
[Tue Mar  3 12:15:55 2020] pci 0000:00:13.1:   bridge window [mem 0x91500000-0x915fffff]
[Tue Mar  3 12:15:55 2020] pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000
[Tue Mar  3 12:15:55 2020] pci 0000:03:00.0: reg 0x10: [io  0xd000-0xd0ff]
[Tue Mar  3 12:15:55 2020] pci 0000:03:00.0: reg 0x18: [mem 0x91404000-0x91404fff 64bit]
[Tue Mar  3 12:15:55 2020] pci 0000:03:00.0: reg 0x20: [mem 0x91400000-0x91403fff 64bit pref]
[Tue Mar  3 12:15:55 2020] pci 0000:03:00.0: can't set Max Payload Size to 256; if necessary, use "pci=pcie_bus_safe" and report a bug
[Tue Mar  3 12:15:55 2020] pci 0000:03:00.0: supports D1 D2
[Tue Mar  3 12:15:55 2020] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[Tue Mar  3 12:15:55 2020] pci 0000:00:13.2: PCI bridge to [bus 03]
[Tue Mar  3 12:15:55 2020] pci 0000:00:13.2:   bridge window [io  0xd000-0xdfff]
[Tue Mar  3 12:15:55 2020] pci 0000:00:13.2:   bridge window [mem 0x91400000-0x914fffff]
[Tue Mar  3 12:15:55 2020] pci 0000:04:00.0: [8086:3165] type 00 class 0x028000
[Tue Mar  3 12:15:55 2020] pci 0000:04:00.0: reg 0x10: [mem 0x91300000-0x91301fff 64bit]
[Tue Mar  3 12:15:55 2020] pci 0000:04:00.0: can't set Max Payload Size to 256; if necessary, use "pci=pcie_bus_safe" and report a bug
[Tue Mar  3 12:15:55 2020] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[Tue Mar  3 12:15:55 2020] pci 0000:00:13.3: PCI bridge to [bus 04]
[Tue Mar  3 12:15:55 2020] pci 0000:00:13.3:   bridge window [mem 0x91300000-0x913fffff]
[Tue Mar  3 12:15:55 2020] pci 0000:00:14.0: PCI bridge to [bus 05]
[Tue Mar  3 12:15:55 2020] pci 0000:00:14.1: PCI bridge to [bus 06]
[Tue Mar  3 12:15:55 2020] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 11 12 14 *15), disabled.
[Tue Mar  3 12:15:55 2020] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 11 12 14 *15), disabled.
[Tue Mar  3 12:15:55 2020] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 10 11 12 14 *15), disabled.
[Tue Mar  3 12:15:55 2020] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 11 12 14 *15), disabled.
[Tue Mar  3 12:15:55 2020] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 *15), disabled.
[Tue Mar  3 12:15:55 2020] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 *15), disabled.
[Tue Mar  3 12:15:55 2020] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 *15), disabled.
[Tue Mar  3 12:15:55 2020] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 *15), disabled.
[Tue Mar  3 12:15:55 2020] SCSI subsystem initialized
[Tue Mar  3 12:15:55 2020] libata version 3.00 loaded.
[Tue Mar  3 12:15:55 2020] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[Tue Mar  3 12:15:55 2020] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[Tue Mar  3 12:15:55 2020] pci 0000:00:02.0: vgaarb: bridge control possible
[Tue Mar  3 12:15:55 2020] vgaarb: loaded
[Tue Mar  3 12:15:55 2020] ACPI: bus type USB registered
[Tue Mar  3 12:15:55 2020] usbcore: registered new interface driver usbfs
[Tue Mar  3 12:15:55 2020] usbcore: registered new interface driver hub
[Tue Mar  3 12:15:55 2020] usbcore: registered new device driver usb
[Tue Mar  3 12:15:55 2020] EDAC MC: Ver: 3.0.0
[Tue Mar  3 12:15:55 2020] Registered efivars operations
[Tue Mar  3 12:15:55 2020] PCI: Using ACPI for IRQ routing
[Tue Mar  3 12:15:55 2020] PCI: pci_cache_line_size set to 64 bytes
[Tue Mar  3 12:15:55 2020] e820: reserve RAM buffer [mem 0x0003f000-0x0003ffff]
[Tue Mar  3 12:15:55 2020] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[Tue Mar  3 12:15:55 2020] e820: reserve RAM buffer [mem 0x77b31000-0x77ffffff]
[Tue Mar  3 12:15:55 2020] e820: reserve RAM buffer [mem 0x7a40b000-0x7bffffff]
[Tue Mar  3 12:15:55 2020] e820: reserve RAM buffer [mem 0x7a965000-0x7bffffff]
[Tue Mar  3 12:15:55 2020] e820: reserve RAM buffer [mem 0x7b000000-0x7bffffff]
[Tue Mar  3 12:15:55 2020] NetLabel: Initializing
[Tue Mar  3 12:15:55 2020] NetLabel:  domain hash size = 128
[Tue Mar  3 12:15:55 2020] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[Tue Mar  3 12:15:55 2020] NetLabel:  unlabeled traffic allowed by default
[Tue Mar  3 12:15:55 2020] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[Tue Mar  3 12:15:55 2020] hpet0: 8 comparators, 64-bit 19.200000 MHz counter
[Tue Mar  3 12:15:55 2020] clocksource: Switched to clocksource hpet
[Tue Mar  3 12:15:55 2020] VFS: Disk quotas dquot_6.6.0
[Tue Mar  3 12:15:55 2020] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[Tue Mar  3 12:15:55 2020] AppArmor: AppArmor Filesystem Enabled
[Tue Mar  3 12:15:55 2020] pnp: PnP ACPI init
[Tue Mar  3 12:15:55 2020] system 00:00: [io  0x0680-0x069f] has been reserved
[Tue Mar  3 12:15:55 2020] system 00:00: [io  0x0400-0x047f] has been reserved
[Tue Mar  3 12:15:55 2020] system 00:00: [io  0x0500-0x05fe] has been reserved
[Tue Mar  3 12:15:55 2020] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[Tue Mar  3 12:15:55 2020] system 00:01: [mem 0xe0000000-0xefffffff] has been reserved
[Tue Mar  3 12:15:55 2020] system 00:01: [mem 0xfea00000-0xfeafffff] has been reserved
[Tue Mar  3 12:15:55 2020] system 00:01: [mem 0xfed01000-0xfed01fff] has been reserved
[Tue Mar  3 12:15:55 2020] system 00:01: [mem 0xfed03000-0xfed03fff] has been reserved
[Tue Mar  3 12:15:55 2020] system 00:01: [mem 0xfed06000-0xfed06fff] has been reserved
[Tue Mar  3 12:15:55 2020] system 00:01: [mem 0xfed08000-0xfed09fff] has been reserved
[Tue Mar  3 12:15:55 2020] system 00:01: [mem 0xfed80000-0xfedbffff] has been reserved
[Tue Mar  3 12:15:55 2020] system 00:01: [mem 0xfed1c000-0xfed1cfff] has been reserved
[Tue Mar  3 12:15:55 2020] system 00:01: [mem 0xfee00000-0xfeefffff] could not be reserved
[Tue Mar  3 12:15:55 2020] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[Tue Mar  3 12:15:55 2020] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[Tue Mar  3 12:15:55 2020] pnp: PnP ACPI: found 3 devices
[Tue Mar  3 12:15:55 2020] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[Tue Mar  3 12:15:55 2020] pci 0000:00:13.0: PCI bridge to [bus 01]
[Tue Mar  3 12:15:55 2020] pci 0000:00:13.1: PCI bridge to [bus 02]
[Tue Mar  3 12:15:55 2020] pci 0000:00:13.1:   bridge window [io  0xe000-0xefff]
[Tue Mar  3 12:15:55 2020] pci 0000:00:13.1:   bridge window [mem 0x91500000-0x915fffff]
[Tue Mar  3 12:15:55 2020] pci 0000:00:13.2: PCI bridge to [bus 03]
[Tue Mar  3 12:15:55 2020] pci 0000:00:13.2:   bridge window [io  0xd000-0xdfff]
[Tue Mar  3 12:15:55 2020] pci 0000:00:13.2:   bridge window [mem 0x91400000-0x914fffff]
[Tue Mar  3 12:15:55 2020] pci 0000:00:13.3: PCI bridge to [bus 04]
[Tue Mar  3 12:15:55 2020] pci 0000:00:13.3:   bridge window [mem 0x91300000-0x913fffff]
[Tue Mar  3 12:15:55 2020] pci 0000:00:14.0: PCI bridge to [bus 05]
[Tue Mar  3 12:15:55 2020] pci 0000:00:14.1: PCI bridge to [bus 06]
[Tue Mar  3 12:15:55 2020] pci_bus 0000:00: resource 4 [io  0x0070-0x0077]
[Tue Mar  3 12:15:55 2020] pci_bus 0000:00: resource 5 [io  0x0000-0x006f window]
[Tue Mar  3 12:15:55 2020] pci_bus 0000:00: resource 6 [io  0x0078-0x0cf7 window]
[Tue Mar  3 12:15:55 2020] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[Tue Mar  3 12:15:55 2020] pci_bus 0000:00: resource 8 [mem 0x7c000001-0x7fffffff window]
[Tue Mar  3 12:15:55 2020] pci_bus 0000:00: resource 9 [mem 0x7b800001-0x7bffffff window]
[Tue Mar  3 12:15:55 2020] pci_bus 0000:00: resource 10 [mem 0x80000000-0xcfffffff window]
[Tue Mar  3 12:15:55 2020] pci_bus 0000:00: resource 11 [mem 0xe0000000-0xefffffff window]
[Tue Mar  3 12:15:55 2020] pci_bus 0000:02: resource 0 [io  0xe000-0xefff]
[Tue Mar  3 12:15:55 2020] pci_bus 0000:02: resource 1 [mem 0x91500000-0x915fffff]
[Tue Mar  3 12:15:55 2020] pci_bus 0000:03: resource 0 [io  0xd000-0xdfff]
[Tue Mar  3 12:15:55 2020] pci_bus 0000:03: resource 1 [mem 0x91400000-0x914fffff]
[Tue Mar  3 12:15:55 2020] pci_bus 0000:04: resource 1 [mem 0x91300000-0x913fffff]
[Tue Mar  3 12:15:55 2020] NET: Registered protocol family 2
[Tue Mar  3 12:15:55 2020] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[Tue Mar  3 12:15:55 2020] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[Tue Mar  3 12:15:55 2020] TCP: Hash tables configured (established 32768 bind 32768)
[Tue Mar  3 12:15:55 2020] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[Tue Mar  3 12:15:55 2020] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[Tue Mar  3 12:15:55 2020] NET: Registered protocol family 1
[Tue Mar  3 12:15:55 2020] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[Tue Mar  3 12:15:55 2020] PCI: CLS 0 bytes, default 64
[Tue Mar  3 12:15:55 2020] Unpacking initramfs...
[Tue Mar  3 12:15:57 2020] Freeing initrd memory: 51616K
[Tue Mar  3 12:15:57 2020] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[Tue Mar  3 12:15:57 2020] software IO TLB [mem 0x6ecfa000-0x72cfa000] (64MB) mapped at [        (ptrval)-        (ptrval)]
[Tue Mar  3 12:15:57 2020] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0xfc66f4fc7c, max_idle_ns: 440795224246 ns
[Tue Mar  3 12:15:57 2020] clocksource: Switched to clocksource tsc
[Tue Mar  3 12:15:57 2020] Scanning for low memory corruption every 60 seconds
[Tue Mar  3 12:15:57 2020] Initialise system trusted keyrings
[Tue Mar  3 12:15:57 2020] Key type blacklist registered
[Tue Mar  3 12:15:57 2020] workingset: timestamp_bits=36 max_order=20 bucket_order=0
[Tue Mar  3 12:15:57 2020] zbud: loaded
[Tue Mar  3 12:15:57 2020] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[Tue Mar  3 12:15:57 2020] fuse init (API version 7.26)
[Tue Mar  3 12:15:57 2020] Key type asymmetric registered
[Tue Mar  3 12:15:57 2020] Asymmetric key parser 'x509' registered
[Tue Mar  3 12:15:57 2020] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[Tue Mar  3 12:15:57 2020] io scheduler noop registered
[Tue Mar  3 12:15:57 2020] io scheduler deadline registered
[Tue Mar  3 12:15:57 2020] io scheduler cfq registered (default)
[Tue Mar  3 12:15:57 2020] efifb: probing for efifb
[Tue Mar  3 12:15:57 2020] efifb: framebuffer at 0x80000000, using 1920k, total 1920k
[Tue Mar  3 12:15:57 2020] efifb: mode is 800x600x32, linelength=3200, pages=1
[Tue Mar  3 12:15:57 2020] efifb: scrolling: redraw
[Tue Mar  3 12:15:57 2020] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[Tue Mar  3 12:15:57 2020] Console: switching to colour frame buffer device 100x37
[Tue Mar  3 12:15:57 2020] fb0: EFI VGA frame buffer device
[Tue Mar  3 12:15:57 2020] intel_idle: Please enable MWAIT in BIOS SETUP
[Tue Mar  3 12:15:57 2020] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[Tue Mar  3 12:15:57 2020] ACPI: Power Button [PWRB]
[Tue Mar  3 12:15:57 2020] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[Tue Mar  3 12:15:57 2020] ACPI: Power Button [PWRF]
[Tue Mar  3 12:15:57 2020] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[Tue Mar  3 12:15:57 2020] Linux agpgart interface v0.103
[Tue Mar  3 12:15:57 2020] tpm tpm0: A TPM error (378) occurred get tpm pcr allocation
[Tue Mar  3 12:15:57 2020] loop: module loaded
[Tue Mar  3 12:15:57 2020] libphy: Fixed MDIO Bus: probed
[Tue Mar  3 12:15:57 2020] tun: Universal TUN/TAP device driver, 1.6
[Tue Mar  3 12:15:57 2020] PPP generic driver version 2.4.2
[Tue Mar  3 12:15:57 2020] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[Tue Mar  3 12:15:57 2020] ehci-pci: EHCI PCI platform driver
[Tue Mar  3 12:15:57 2020] ehci-platform: EHCI generic platform driver
[Tue Mar  3 12:15:57 2020] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[Tue Mar  3 12:15:57 2020] ohci-pci: OHCI PCI platform driver
[Tue Mar  3 12:15:57 2020] ohci-platform: OHCI generic platform driver
[Tue Mar  3 12:15:57 2020] uhci_hcd: USB Universal Host Controller Interface driver
[Tue Mar  3 12:15:57 2020] xhci_hcd 0000:00:15.0: xHCI Host Controller
[Tue Mar  3 12:15:57 2020] xhci_hcd 0000:00:15.0: new USB bus registered, assigned bus number 1
[Tue Mar  3 12:15:57 2020] xhci_hcd 0000:00:15.0: hcc params 0x200077c1 hci version 0x100 quirks 0x01109810
[Tue Mar  3 12:15:57 2020] xhci_hcd 0000:00:15.0: cache line size of 64 is not supported
[Tue Mar  3 12:15:57 2020] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[Tue Mar  3 12:15:57 2020] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[Tue Mar  3 12:15:57 2020] usb usb1: Product: xHCI Host Controller
[Tue Mar  3 12:15:57 2020] usb usb1: Manufacturer: Linux 4.15.0-37-generic xhci-hcd
[Tue Mar  3 12:15:57 2020] usb usb1: SerialNumber: 0000:00:15.0
[Tue Mar  3 12:15:57 2020] hub 1-0:1.0: USB hub found
[Tue Mar  3 12:15:57 2020] hub 1-0:1.0: 8 ports detected
[Tue Mar  3 12:15:57 2020] xhci_hcd 0000:00:15.0: xHCI Host Controller
[Tue Mar  3 12:15:57 2020] xhci_hcd 0000:00:15.0: new USB bus registered, assigned bus number 2
[Tue Mar  3 12:15:57 2020] xhci_hcd 0000:00:15.0: Host supports USB 3.0  SuperSpeed
[Tue Mar  3 12:15:57 2020] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[Tue Mar  3 12:15:57 2020] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[Tue Mar  3 12:15:57 2020] usb usb2: Product: xHCI Host Controller
[Tue Mar  3 12:15:57 2020] usb usb2: Manufacturer: Linux 4.15.0-37-generic xhci-hcd
[Tue Mar  3 12:15:57 2020] usb usb2: SerialNumber: 0000:00:15.0
[Tue Mar  3 12:15:57 2020] hub 2-0:1.0: USB hub found
[Tue Mar  3 12:15:57 2020] hub 2-0:1.0: 7 ports detected
[Tue Mar  3 12:15:57 2020] i8042: PNP: No PS/2 controller found.
[Tue Mar  3 12:15:57 2020] mousedev: PS/2 mouse device common for all mice
[Tue Mar  3 12:15:57 2020] rtc_cmos 00:02: RTC can wake from S4
[Tue Mar  3 12:15:57 2020] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[Tue Mar  3 12:15:57 2020] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[Tue Mar  3 12:15:57 2020] i2c /dev entries driver
[Tue Mar  3 12:15:57 2020] pcie_mp2_amd: AMD(R) PCI-E MP2 Communication Driver Version: 1.0
[Tue Mar  3 12:15:57 2020] device-mapper: uevent: version 1.0.3
[Tue Mar  3 12:15:57 2020] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com
[Tue Mar  3 12:15:57 2020] intel_pstate: Intel P-state driver initializing
[Tue Mar  3 12:15:57 2020] ledtrig-cpu: registered to indicate activity on CPUs
[Tue Mar  3 12:15:57 2020] EFI Variables Facility v0.08 2004-May-17
[Tue Mar  3 12:15:57 2020] NET: Registered protocol family 10
[Tue Mar  3 12:15:57 2020] Segment Routing with IPv6
[Tue Mar  3 12:15:57 2020] NET: Registered protocol family 17
[Tue Mar  3 12:15:57 2020] Key type dns_resolver registered
[Tue Mar  3 12:15:57 2020] intel_rdt: Intel RDT L2 allocation detected
[Tue Mar  3 12:15:57 2020] RAS: Correctable Errors collector initialized.
[Tue Mar  3 12:15:57 2020] microcode: sig=0x506c9, pf=0x1, revision=0x32
[Tue Mar  3 12:15:57 2020] microcode: Microcode Update Driver: v2.2.
[Tue Mar  3 12:15:57 2020] sched_clock: Marking stable (2561781541, 0)->(2531742431, 30039110)
[Tue Mar  3 12:15:57 2020] registered taskstats version 1
[Tue Mar  3 12:15:57 2020] Loading compiled-in X.509 certificates
[Tue Mar  3 12:15:57 2020] Loaded X.509 cert 'Build time autogenerated kernel key: 9f135aa5e863d16f388e5e9c457be121e50a0a0d'
[Tue Mar  3 12:15:57 2020] Loaded UEFI:db cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4' linked to secondary sys keyring
[Tue Mar  3 12:15:57 2020] Loaded UEFI:db cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53' linked to secondary sys keyring
[Tue Mar  3 12:15:57 2020] Couldn't get size: 0x800000000000000e
[Tue Mar  3 12:15:57 2020] MODSIGN: Couldn't get UEFI MokListRT
[Tue Mar  3 12:15:57 2020] zswap: loaded using pool lzo/zbud
[Tue Mar  3 12:15:57 2020] Key type big_key registered
[Tue Mar  3 12:15:57 2020] Key type trusted registered
[Tue Mar  3 12:15:57 2020] Key type encrypted registered
[Tue Mar  3 12:15:57 2020] AppArmor: AppArmor sha1 policy hashing enabled
[Tue Mar  3 12:15:57 2020] ima: No TPM chip found, activating TPM-bypass! (rc=-19)
[Tue Mar  3 12:15:57 2020] ima: Allocated hash algorithm: sha1
[Tue Mar  3 12:15:57 2020] evm: HMAC attrs: 0x1
[Tue Mar  3 12:15:57 2020]   Magic number: 12:197:278
[Tue Mar  3 12:15:57 2020] usb usb1-port6: hash matches
[Tue Mar  3 12:15:57 2020] tty tty15: hash matches
[Tue Mar  3 12:15:57 2020] rtc_cmos 00:02: setting system clock to 2020-03-03 12:15:58 UTC (1583237758)
[Tue Mar  3 12:15:57 2020] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[Tue Mar  3 12:15:57 2020] EDD information not available.
[Tue Mar  3 12:15:57 2020] Freeing unused kernel memory: 2404K
[Tue Mar  3 12:15:57 2020] Write protecting the kernel read-only data: 20480k
[Tue Mar  3 12:15:57 2020] Freeing unused kernel memory: 2008K
[Tue Mar  3 12:15:57 2020] Freeing unused kernel memory: 1880K
[Tue Mar  3 12:15:57 2020] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[Tue Mar  3 12:15:57 2020] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[Tue Mar  3 12:15:57 2020] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[Tue Mar  3 12:15:57 2020] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[Tue Mar  3 12:15:57 2020] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[Tue Mar  3 12:15:57 2020] r8169 0000:02:00.0: can't disable ASPM; OS doesn't have ASPM control
[Tue Mar  3 12:15:57 2020] r8169 0000:02:00.0 eth0: RTL8168g/8111g at 0x        (ptrval), 00:07:32:6d:b5:7e, XID 0c000800 IRQ 123
[Tue Mar  3 12:15:57 2020] r8169 0000:02:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[Tue Mar  3 12:15:57 2020] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[Tue Mar  3 12:15:57 2020] r8169 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
[Tue Mar  3 12:15:57 2020] sdhci: Secure Digital Host Controller Interface driver
[Tue Mar  3 12:15:57 2020] sdhci: Copyright(c) Pierre Ossman
[Tue Mar  3 12:15:57 2020] sdhci-pci 0000:00:1c.0: SDHCI controller found [8086:5acc] (rev b)
[Tue Mar  3 12:15:57 2020] r8169 0000:03:00.0 eth1: RTL8168g/8111g at 0x        (ptrval), 00:07:32:6d:b5:7f, XID 0c000800 IRQ 124
[Tue Mar  3 12:15:57 2020] r8169 0000:03:00.0 eth1: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[Tue Mar  3 12:15:57 2020] mmc0: SDHCI controller on PCI [0000:00:1c.0] using ADMA 64-bit
[Tue Mar  3 12:15:57 2020] ahci 0000:00:12.0: version 3.0
[Tue Mar  3 12:15:57 2020] ahci 0000:00:12.0: AHCI 0001.0301 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
[Tue Mar  3 12:15:57 2020] ahci 0000:00:12.0: flags: 64bit ncq sntf pm clo only pmp pio slum part deso sadm sds apst 
[Tue Mar  3 12:15:57 2020] scsi host0: ahci
[Tue Mar  3 12:15:57 2020] scsi host1: ahci
[Tue Mar  3 12:15:57 2020] ata1: SATA max UDMA/133 abar m2048@0x91638000 port 0x91638100 irq 125
[Tue Mar  3 12:15:57 2020] ata2: SATA max UDMA/133 abar m2048@0x91638000 port 0x91638180 irq 125
[Tue Mar  3 12:15:57 2020] sdhci-pci 0000:00:1e.0: SDHCI controller found [8086:5ad0] (rev b)
[Tue Mar  3 12:15:57 2020] sdhci-pci 0000:00:1e.0: enabling device (0000 -> 0002)
[Tue Mar  3 12:15:57 2020] mmc1: SDHCI controller on PCI [0000:00:1e.0] using ADMA 64-bit
[Tue Mar  3 12:15:57 2020] r8169 0000:02:00.0 enp2s0: renamed from eth0
[Tue Mar  3 12:15:57 2020] r8169 0000:03:00.0 enp3s0: renamed from eth1
[Tue Mar  3 12:15:57 2020] usb 1-2: new low-speed USB device number 2 using xhci_hcd
[Tue Mar  3 12:15:57 2020] [drm] Memory usable by graphics device = 4096M
[Tue Mar  3 12:15:57 2020] checking generic (80000000 1e0000) vs hw (80000000 10000000)
[Tue Mar  3 12:15:57 2020] fb: switching to inteldrmfb from EFI VGA
[Tue Mar  3 12:15:57 2020] Console: switching to colour dummy device 80x25
[Tue Mar  3 12:15:57 2020] [drm] Replacing VGA console driver
[Tue Mar  3 12:15:57 2020] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[Tue Mar  3 12:15:57 2020] [drm] Driver supports precise vblank timestamp query.
[Tue Mar  3 12:15:57 2020] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[Tue Mar  3 12:15:57 2020] [drm] Finished loading DMC firmware i915/bxt_dmc_ver1_07.bin (v1.7)
[Tue Mar  3 12:15:57 2020] mmc0: new HS400 MMC card at address 0001
[Tue Mar  3 12:15:57 2020] mmcblk0: mmc0:0001 HBG4a2 29.1 GiB 
[Tue Mar  3 12:15:57 2020] mmcblk0boot0: mmc0:0001 HBG4a2 partition 1 4.00 MiB
[Tue Mar  3 12:15:57 2020] mmcblk0boot1: mmc0:0001 HBG4a2 partition 2 4.00 MiB
[Tue Mar  3 12:15:57 2020] mmcblk0rpmb: mmc0:0001 HBG4a2 partition 3 4.00 MiB, chardev (243:0)
[Tue Mar  3 12:15:57 2020]  mmcblk0: p1 p2 p3
[Tue Mar  3 12:15:57 2020] random: fast init done
[Tue Mar  3 12:15:58 2020] usb 1-2: New USB device found, idVendor=045e, idProduct=0752
[Tue Mar  3 12:15:58 2020] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[Tue Mar  3 12:15:58 2020] usb 1-2: Product: Wired Keyboard 400
[Tue Mar  3 12:15:58 2020] usb 1-2: Manufacturer: Microsoft
[Tue Mar  3 12:15:58 2020] ata2: SATA link down (SStatus 4 SControl 300)
[Tue Mar  3 12:15:58 2020] ata1: SATA link down (SStatus 4 SControl 300)
[Tue Mar  3 12:15:58 2020] usb 1-3: new low-speed USB device number 3 using xhci_hcd
[Tue Mar  3 12:15:58 2020] usb 1-3: New USB device found, idVendor=045e, idProduct=00cb
[Tue Mar  3 12:15:58 2020] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[Tue Mar  3 12:15:58 2020] usb 1-3: Product: Microsoft USB Optical Mouse
[Tue Mar  3 12:15:58 2020] usb 1-3: Manufacturer: PixArt
[Tue Mar  3 12:15:58 2020] usb 1-5: new full-speed USB device number 4 using xhci_hcd
[Tue Mar  3 12:15:58 2020] usb 1-5: New USB device found, idVendor=8087, idProduct=0a2a
[Tue Mar  3 12:15:58 2020] usb 1-5: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[Tue Mar  3 12:15:58 2020] hidraw: raw HID events driver (C) Jiri Kosina
[Tue Mar  3 12:15:58 2020] usbcore: registered new interface driver usbhid
[Tue Mar  3 12:15:58 2020] usbhid: USB HID core driver
[Tue Mar  3 12:15:58 2020] input: Microsoft Wired Keyboard 400 as /devices/pci0000:00/0000:00:15.0/usb1/1-2/1-2:1.0/0003:045E:0752.0001/input/input2
[Tue Mar  3 12:15:58 2020] hid-generic 0003:045E:0752.0001: input,hidraw0: USB HID v1.11 Keyboard [Microsoft Wired Keyboard 400] on usb-0000:00:15.0-2/input0
[Tue Mar  3 12:15:58 2020] input: PixArt Microsoft USB Optical Mouse as /devices/pci0000:00/0000:00:15.0/usb1/1-3/1-3:1.0/0003:045E:00CB.0002/input/input3
[Tue Mar  3 12:15:58 2020] hid-generic 0003:045E:00CB.0002: input,hidraw1: USB HID v1.11 Mouse [PixArt Microsoft USB Optical Mouse] on usb-0000:00:15.0-3/input0
[Tue Mar  3 12:15:58 2020] [drm] failed to retrieve link info, disabling eDP
[Tue Mar  3 12:15:58 2020] [drm] Initialized i915 1.6.0 20171023 for 0000:00:02.0 on minor 0
[Tue Mar  3 12:15:58 2020] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[Tue Mar  3 12:15:58 2020] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input4
[Tue Mar  3 12:15:59 2020] fbcon: inteldrmfb (fb0) is primary device
[Tue Mar  3 12:15:59 2020] Console: switching to colour frame buffer device 240x67
[Tue Mar  3 12:15:59 2020] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[Tue Mar  3 12:15:59 2020] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[Tue Mar  3 12:15:59 2020] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)
[Tue Mar  3 12:15:59 2020] systemd[1]: Detected architecture x86-64.
[Tue Mar  3 12:15:59 2020] systemd[1]: Set hostname to <UP-ASTS>.
[Tue Mar  3 12:15:59 2020] systemd[1]: Started Trigger resolvconf update for networkd DNS.
[Tue Mar  3 12:15:59 2020] systemd[1]: Created slice System Slice.
[Tue Mar  3 12:15:59 2020] systemd[1]: Listening on Syslog Socket.
[Tue Mar  3 12:15:59 2020] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[Tue Mar  3 12:15:59 2020] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[Tue Mar  3 12:15:59 2020] systemd[1]: Listening on udev Control Socket.
[Tue Mar  3 12:15:59 2020] systemd[1]: Reached target Remote File Systems (Pre).
[Tue Mar  3 12:15:59 2020] EXT4-fs (mmcblk0p2): re-mounted. Opts: errors=remount-ro
[Tue Mar  3 12:15:59 2020] lp: driver loaded but no devices found
[Tue Mar  3 12:15:59 2020] ppdev: user-space parallel port driver
[Tue Mar  3 12:16:00 2020] systemd-journald[233]: Received request to flush runtime journal from PID 1
[Tue Mar  3 12:16:00 2020] broxton-pinctrl INT3452:03: failed to find community for pin 286
[Tue Mar  3 12:16:00 2020] broxton-pinctrl INT3452:02: failed to find community for pin 286
[Tue Mar  3 12:16:00 2020] broxton-pinctrl INT3452:01: failed to find community for pin 286
[Tue Mar  3 12:16:00 2020] broxton-pinctrl INT3452:00: failed to find community for pin 286
[Tue Mar  3 12:16:00 2020] broxton-pinctrl INT3452:03: failed to find community for pin 285
[Tue Mar  3 12:16:00 2020] broxton-pinctrl INT3452:02: failed to find community for pin 285
[Tue Mar  3 12:16:00 2020] broxton-pinctrl INT3452:01: failed to find community for pin 285
[Tue Mar  3 12:16:00 2020] broxton-pinctrl INT3452:00: failed to find community for pin 285
[Tue Mar  3 12:16:00 2020] broxton-pinctrl INT3452:03: failed to find community for pin 284
[Tue Mar  3 12:16:00 2020] broxton-pinctrl INT3452:02: failed to find community for pin 284
[Tue Mar  3 12:16:00 2020] broxton-pinctrl INT3452:01: failed to find community for pin 284
[Tue Mar  3 12:16:00 2020] broxton-pinctrl INT3452:00: failed to find community for pin 284
[Tue Mar  3 12:16:00 2020] upboard-fpga AANT0F01:00: compatible FPGA FW v0.3.2 build 0x03
[Tue Mar  3 12:16:00 2020] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[Tue Mar  3 12:16:00 2020] dwc3-pci 0000:00:15.1: enabling device (0000 -> 0002)
[Tue Mar  3 12:16:00 2020] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[Tue Mar  3 12:16:00 2020] idma64 idma64.0: Found Intel integrated DMA 64-bit
[Tue Mar  3 12:16:00 2020] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[Tue Mar  3 12:16:00 2020] idma64 idma64.1: Found Intel integrated DMA 64-bit
[Tue Mar  3 12:16:00 2020] Intel(R) Wireless WiFi driver for Linux
[Tue Mar  3 12:16:00 2020] Copyright(c) 2003- 2015 Intel Corporation
[Tue Mar  3 12:16:00 2020] iwlwifi 0000:04:00.0: enabling device (0000 -> 0002)
[Tue Mar  3 12:16:00 2020] idma64 idma64.2: Found Intel integrated DMA 64-bit
[Tue Mar  3 12:16:00 2020] idma64 idma64.3: Found Intel integrated DMA 64-bit
[Tue Mar  3 12:16:00 2020] iwlwifi 0000:04:00.0: loaded firmware version 29.1044073957.0 op_mode iwlmvm
[Tue Mar  3 12:16:00 2020] idma64 idma64.4: Found Intel integrated DMA 64-bit
[Tue Mar  3 12:16:00 2020] idma64 idma64.5: Found Intel integrated DMA 64-bit
[Tue Mar  3 12:16:00 2020] idma64 idma64.6: Found Intel integrated DMA 64-bit
[Tue Mar  3 12:16:00 2020] idma64 idma64.7: Found Intel integrated DMA 64-bit
[Tue Mar  3 12:16:00 2020] idma64 idma64.8: Found Intel integrated DMA 64-bit
[Tue Mar  3 12:16:00 2020] idma64 idma64.9: Found Intel integrated DMA 64-bit
[Tue Mar  3 12:16:00 2020] idma64 idma64.10: Found Intel integrated DMA 64-bit
[Tue Mar  3 12:16:00 2020] idma64 idma64.11: Found Intel integrated DMA 64-bit
[Tue Mar  3 12:16:00 2020] idma64 idma64.12: Found Intel integrated DMA 64-bit
[Tue Mar  3 12:16:00 2020] Bluetooth: Core ver 2.22
[Tue Mar  3 12:16:00 2020] NET: Registered protocol family 31
[Tue Mar  3 12:16:00 2020] Bluetooth: HCI device and connection manager initialized
[Tue Mar  3 12:16:00 2020] Bluetooth: HCI socket layer initialized
[Tue Mar  3 12:16:00 2020] Bluetooth: L2CAP socket layer initialized
[Tue Mar  3 12:16:00 2020] Bluetooth: SCO socket layer initialized
[Tue Mar  3 12:16:00 2020] usbcore: registered new interface driver btusb
[Tue Mar  3 12:16:00 2020] iwlwifi 0000:04:00.0: Detected Intel(R) Dual Band Wireless AC 3165, REV=0x210
[Tue Mar  3 12:16:00 2020] pwm-lpss 0000:00:1a.0: can't derive routing for PCI INT A
[Tue Mar  3 12:16:00 2020] pwm-lpss 0000:00:1a.0: PCI INT A: not connected
[Tue Mar  3 12:16:00 2020] Bluetooth: hci0: read Intel version: 370810011003110e23
[Tue Mar  3 12:16:00 2020] Bluetooth: hci0: Intel device is already patched. patch num: 23
[Tue Mar  3 12:16:00 2020] iwlwifi 0000:04:00.0: base HW address: 80:32:53:dc:b3:c9
[Tue Mar  3 12:16:00 2020] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[Tue Mar  3 12:16:00 2020] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[Tue Mar  3 12:16:00 2020] thermal thermal_zone0: failed to read out thermal zone (-61)
[Tue Mar  3 12:16:00 2020] random: crng init done
[Tue Mar  3 12:16:00 2020] random: 7 urandom warning(s) missed due to ratelimiting
[Tue Mar  3 12:16:00 2020] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
[Tue Mar  3 12:16:00 2020] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[Tue Mar  3 12:16:00 2020] RAPL PMU: hw unit of domain package 2^-14 Joules
[Tue Mar  3 12:16:00 2020] RAPL PMU: hw unit of domain dram 2^-14 Joules
[Tue Mar  3 12:16:00 2020] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[Tue Mar  3 12:16:00 2020] SSE version of gcm_enc/dec engaged.
[Tue Mar  3 12:16:00 2020] [drm] RC6 on
[Tue Mar  3 12:16:00 2020] snd_hda_intel 0000:00:0e.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[Tue Mar  3 12:16:00 2020] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:0e.0/sound/card0/input5
[Tue Mar  3 12:16:00 2020] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:0e.0/sound/card0/input6
[Tue Mar  3 12:16:00 2020] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:0e.0/sound/card0/input7
[Tue Mar  3 12:16:00 2020] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:0e.0/sound/card0/input8
[Tue Mar  3 12:16:00 2020] input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:0e.0/sound/card0/input9
[Tue Mar  3 12:16:00 2020] EDAC pnd2: b_cr_tolud_pci=080000001 ret=0
[Tue Mar  3 12:16:00 2020] EDAC pnd2: b_cr_touud_lo_pci=080000000 ret=0
[Tue Mar  3 12:16:00 2020] EDAC pnd2: b_cr_touud_hi_pci=000000001 ret=0
[Tue Mar  3 12:16:00 2020] EDAC pnd2: b_cr_asym_mem_region0_mchbar=000000000 ret=0
[Tue Mar  3 12:16:00 2020] EDAC pnd2: b_cr_asym_mem_region1_mchbar=000000000 ret=0
[Tue Mar  3 12:16:00 2020] EDAC pnd2: b_cr_mot_out_base_mchbar=000000000 ret=0
[Tue Mar  3 12:16:00 2020] EDAC pnd2: b_cr_mot_out_mask_mchbar=000000000 ret=0
[Tue Mar  3 12:16:00 2020] EDAC pnd2: b_cr_slice_channel_hash=80000dbc00000244 ret=0
[Tue Mar  3 12:16:00 2020] EDAC pnd2: b_cr_asym_2way_mem_region_mchbar=000000000 ret=0
[Tue Mar  3 12:16:00 2020] EDAC pnd2: d_cr_drp0=05488c091 ret=0
[Tue Mar  3 12:16:00 2020] EDAC pnd2: d_cr_drp0=05488c091 ret=0
[Tue Mar  3 12:16:00 2020] EDAC pnd2: d_cr_drp0=05488c091 ret=0
[Tue Mar  3 12:16:00 2020] EDAC pnd2: d_cr_drp0=05488c091 ret=0
[Tue Mar  3 12:16:00 2020] EDAC pnd2: Unsupported DIMM in channel 0
[Tue Mar  3 12:16:00 2020] EDAC pnd2: Unsupported DIMM in channel 1
[Tue Mar  3 12:16:00 2020] EDAC pnd2: Unsupported DIMM in channel 2
[Tue Mar  3 12:16:00 2020] EDAC pnd2: Unsupported DIMM in channel 3
[Tue Mar  3 12:16:00 2020] EDAC pnd2: Failed to register device with error -22.
[Tue Mar  3 12:16:00 2020] intel_telemetry_core Init
[Tue Mar  3 12:16:00 2020] intel_rapl: Found RAPL domain package
[Tue Mar  3 12:16:00 2020] intel_rapl: Found RAPL domain core
[Tue Mar  3 12:16:00 2020] intel_rapl: Found RAPL domain uncore
[Tue Mar  3 12:16:00 2020] intel_rapl: Found RAPL domain dram
[Tue Mar  3 12:16:01 2020] dw-apb-uart.8: ttyS4 at MMIO 0x91626000 (irq = 4, base_baud = 115200) is a 16550A
[Tue Mar  3 12:16:01 2020] dw-apb-uart.9: ttyS5 at MMIO 0x91624000 (irq = 5, base_baud = 115200) is a 16550A
[Tue Mar  3 12:16:01 2020] adc128s052 spi-AANT1280:00: spi-AANT1280:00 supply vref not found, using dummy regulator
[Tue Mar  3 12:16:01 2020] iwlwifi 0000:04:00.0 wlp4s0: renamed from wlan0
[Tue Mar  3 12:16:01 2020] Adding 999420k swap on /dev/mmcblk0p3.  Priority:-2 extents:1 across:999420k SSFS
[Tue Mar  3 12:16:01 2020] audit: type=1400 audit(1583237762.327:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=708 comm="apparmor_parser"
[Tue Mar  3 12:16:01 2020] audit: type=1400 audit(1583237762.327:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=708 comm="apparmor_parser"
[Tue Mar  3 12:16:01 2020] audit: type=1400 audit(1583237762.327:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=708 comm="apparmor_parser"
[Tue Mar  3 12:16:01 2020] audit: type=1400 audit(1583237762.327:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=708 comm="apparmor_parser"
[Tue Mar  3 12:16:01 2020] audit: type=1400 audit(1583237762.343:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session" pid=707 comm="apparmor_parser"
[Tue Mar  3 12:16:01 2020] audit: type=1400 audit(1583237762.343:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session//chromium" pid=707 comm="apparmor_parser"
[Tue Mar  3 12:16:01 2020] audit: type=1400 audit(1583237762.371:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="webbrowser-app" pid=712 comm="apparmor_parser"
[Tue Mar  3 12:16:01 2020] audit: type=1400 audit(1583237762.371:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="webbrowser-app//oxide_helper" pid=712 comm="apparmor_parser"
[Tue Mar  3 12:16:01 2020] audit: type=1400 audit(1583237762.371:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince" pid=710 comm="apparmor_parser"
[Tue Mar  3 12:16:01 2020] audit: type=1400 audit(1583237762.371:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince//sanitized_helper" pid=710 comm="apparmor_parser"
[Tue Mar  3 12:16:01 2020] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[Tue Mar  3 12:16:01 2020] Bluetooth: BNEP filters: protocol multicast
[Tue Mar  3 12:16:01 2020] Bluetooth: BNEP socket layer initialized
[Tue Mar  3 12:16:02 2020] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[Tue Mar  3 12:16:02 2020] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[Tue Mar  3 12:16:02 2020] IPv6: ADDRCONF(NETDEV_UP): enp3s0: link is not ready
[Tue Mar  3 12:16:02 2020] r8169 0000:03:00.0 enp3s0: link down
[Tue Mar  3 12:16:02 2020] IPv6: ADDRCONF(NETDEV_UP): enp3s0: link is not ready
[Tue Mar  3 12:16:02 2020] IPv6: ADDRCONF(NETDEV_UP): enp2s0: link is not ready
[Tue Mar  3 12:16:02 2020] r8169 0000:02:00.0 enp2s0: link down
[Tue Mar  3 12:16:02 2020] IPv6: ADDRCONF(NETDEV_UP): enp2s0: link is not ready
[Tue Mar  3 12:16:02 2020] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[Tue Mar  3 12:16:07 2020] wlp4s0: authenticate with bc:9f:e4:ce:e7:51
[Tue Mar  3 12:16:07 2020] wlp4s0: send auth to bc:9f:e4:ce:e7:51 (try 1/3)
[Tue Mar  3 12:16:07 2020] wlp4s0: authenticated
[Tue Mar  3 12:16:07 2020] wlp4s0: associate with bc:9f:e4:ce:e7:51 (try 1/3)
[Tue Mar  3 12:16:07 2020] wlp4s0: RX AssocResp from bc:9f:e4:ce:e7:51 (capab=0x11 status=0 aid=26)
[Tue Mar  3 12:16:07 2020] wlp4s0: associated
[Tue Mar  3 12:16:07 2020] IPv6: ADDRCONF(NETDEV_CHANGE): wlp4s0: link becomes ready
[Tue Mar  3 12:16:07 2020] Bluetooth: RFCOMM TTY layer initialized
[Tue Mar  3 12:16:07 2020] Bluetooth: RFCOMM socket layer initialized
[Tue Mar  3 12:16:07 2020] Bluetooth: RFCOMM ver 1.11
[Tue Mar  3 12:18:27 2020] wlp4s0: disconnect from AP bc:9f:e4:ce:e7:51 for new auth to bc:9f:e4:ce:e7:41
[Tue Mar  3 12:18:27 2020] wlp4s0: authenticate with bc:9f:e4:ce:e7:41
[Tue Mar  3 12:18:27 2020] wlp4s0: send auth to bc:9f:e4:ce:e7:41 (try 1/3)
[Tue Mar  3 12:18:27 2020] wlp4s0: authenticated
[Tue Mar  3 12:18:27 2020] wlp4s0: associate with bc:9f:e4:ce:e7:41 (try 1/3)
[Tue Mar  3 12:18:27 2020] wlp4s0: RX ReassocResp from bc:9f:e4:ce:e7:41 (capab=0x431 status=0 aid=4)
[Tue Mar  3 12:18:27 2020] wlp4s0: associated
[Tue Mar  3 12:21:33 2020] wlp4s0: disconnect from AP bc:9f:e4:ce:e7:41 for new auth to bc:9f:e4:ce:e7:51
[Tue Mar  3 12:21:33 2020] wlp4s0: authenticate with bc:9f:e4:ce:e7:51
[Tue Mar  3 12:21:33 2020] wlp4s0: send auth to bc:9f:e4:ce:e7:51 (try 1/3)
[Tue Mar  3 12:21:33 2020] wlp4s0: authenticated
[Tue Mar  3 12:21:33 2020] wlp4s0: associate with bc:9f:e4:ce:e7:51 (try 1/3)
[Tue Mar  3 12:21:33 2020] wlp4s0: RX ReassocResp from bc:9f:e4:ce:e7:51 (capab=0x11 status=0 aid=11)
[Tue Mar  3 12:21:33 2020] wlp4s0: associated
[Tue Mar  3 12:23:33 2020] wlp4s0: disconnect from AP bc:9f:e4:ce:e7:51 for new auth to bc:9f:e4:ce:e7:41
[Tue Mar  3 12:23:33 2020] wlp4s0: authenticate with bc:9f:e4:ce:e7:41
[Tue Mar  3 12:23:33 2020] wlp4s0: send auth to bc:9f:e4:ce:e7:41 (try 1/3)
[Tue Mar  3 12:23:33 2020] wlp4s0: authenticated
[Tue Mar  3 12:23:33 2020] wlp4s0: associate with bc:9f:e4:ce:e7:41 (try 1/3)
[Tue Mar  3 12:23:33 2020] wlp4s0: RX ReassocResp from bc:9f:e4:ce:e7:41 (capab=0x431 status=0 aid=9)
[Tue Mar  3 12:23:33 2020] wlp4s0: associated
[Tue Mar  3 12:35:38 2020] perf: interrupt took too long (2510 > 2500), lowering kernel.perf_event_max_sample_rate to 79500
[Tue Mar  3 12:36:44 2020] perf: interrupt took too long (3154 > 3137), lowering kernel.perf_event_max_sample_rate to 63250
[Tue Mar  3 12:38:29 2020] perf: interrupt took too long (3952 > 3942), lowering kernel.perf_event_max_sample_rate to 50500
[Tue Mar  3 12:41:33 2020] wlp4s0: disconnect from AP bc:9f:e4:ce:e7:41 for new auth to bc:9f:e4:ce:e7:51
[Tue Mar  3 12:41:33 2020] wlp4s0: authenticate with bc:9f:e4:ce:e7:51
[Tue Mar  3 12:41:33 2020] wlp4s0: send auth to bc:9f:e4:ce:e7:51 (try 1/3)
[Tue Mar  3 12:41:33 2020] wlp4s0: authenticated
[Tue Mar  3 12:41:33 2020] wlp4s0: associate with bc:9f:e4:ce:e7:51 (try 1/3)
[Tue Mar  3 12:41:33 2020] wlp4s0: RX ReassocResp from bc:9f:e4:ce:e7:51 (capab=0x11 status=0 aid=9)
[Tue Mar  3 12:41:33 2020] wlp4s0: associated
[Tue Mar  3 12:43:33 2020] wlp4s0: disconnect from AP bc:9f:e4:ce:e7:51 for new auth to bc:9f:e4:ce:e7:41
[Tue Mar  3 12:43:33 2020] wlp4s0: authenticate with bc:9f:e4:ce:e7:41
[Tue Mar  3 12:43:33 2020] wlp4s0: send auth to bc:9f:e4:ce:e7:41 (try 1/3)
[Tue Mar  3 12:43:33 2020] wlp4s0: authenticated
[Tue Mar  3 12:43:33 2020] wlp4s0: associate with bc:9f:e4:ce:e7:41 (try 1/3)
[Tue Mar  3 12:43:33 2020] wlp4s0: RX ReassocResp from bc:9f:e4:ce:e7:41 (capab=0x431 status=0 aid=3)
[Tue Mar  3 12:43:33 2020] wlp4s0: associated
[Tue Mar  3 12:47:32 2020] wlp4s0: disconnect from AP bc:9f:e4:ce:e7:41 for new auth to bc:9f:e4:ce:e7:51
[Tue Mar  3 12:47:32 2020] wlp4s0: authenticate with bc:9f:e4:ce:e7:51
[Tue Mar  3 12:47:32 2020] wlp4s0: send auth to bc:9f:e4:ce:e7:51 (try 1/3)
[Tue Mar  3 12:47:32 2020] wlp4s0: authenticated
[Tue Mar  3 12:47:32 2020] wlp4s0: associate with bc:9f:e4:ce:e7:51 (try 1/3)
[Tue Mar  3 12:47:32 2020] wlp4s0: RX ReassocResp from bc:9f:e4:ce:e7:51 (capab=0x11 status=0 aid=9)
[Tue Mar  3 12:47:32 2020] wlp4s0: associated
[Tue Mar  3 12:49:35 2020] wlp4s0: disconnect from AP bc:9f:e4:ce:e7:51 for new auth to bc:9f:e4:ce:e7:41
[Tue Mar  3 12:49:35 2020] wlp4s0: authenticate with bc:9f:e4:ce:e7:41
[Tue Mar  3 12:49:35 2020] wlp4s0: send auth to bc:9f:e4:ce:e7:41 (try 1/3)
[Tue Mar  3 12:49:35 2020] wlp4s0: authenticated
[Tue Mar  3 12:49:35 2020] wlp4s0: associate with bc:9f:e4:ce:e7:41 (try 1/3)
[Tue Mar  3 12:49:35 2020] wlp4s0: RX ReassocResp from bc:9f:e4:ce:e7:41 (capab=0x431 status=0 aid=3)
[Tue Mar  3 12:49:35 2020] wlp4s0: associated
[Tue Mar  3 12:57:33 2020] wlp4s0: disconnect from AP bc:9f:e4:ce:e7:41 for new auth to bc:9f:e4:ce:e7:51
[Tue Mar  3 12:57:33 2020] wlp4s0: authenticate with bc:9f:e4:ce:e7:51
[Tue Mar  3 12:57:33 2020] wlp4s0: send auth to bc:9f:e4:ce:e7:51 (try 1/3)
[Tue Mar  3 12:57:33 2020] wlp4s0: authenticated
[Tue Mar  3 12:57:33 2020] wlp4s0: associate with bc:9f:e4:ce:e7:51 (try 1/3)
[Tue Mar  3 12:57:33 2020] wlp4s0: RX ReassocResp from bc:9f:e4:ce:e7:51 (capab=0x11 status=0 aid=16)
[Tue Mar  3 12:57:33 2020] wlp4s0: associated
[Tue Mar  3 13:03:33 2020] wlp4s0: disconnect from AP bc:9f:e4:ce:e7:51 for new auth to bc:9f:e4:ce:e7:41
[Tue Mar  3 13:03:33 2020] wlp4s0: authenticate with bc:9f:e4:ce:e7:41
[Tue Mar  3 13:03:33 2020] wlp4s0: send auth to bc:9f:e4:ce:e7:41 (try 1/3)
[Tue Mar  3 13:03:33 2020] wlp4s0: authenticated
[Tue Mar  3 13:03:33 2020] wlp4s0: associate with bc:9f:e4:ce:e7:41 (try 1/3)
[Tue Mar  3 13:03:33 2020] wlp4s0: RX ReassocResp from bc:9f:e4:ce:e7:41 (capab=0x431 status=0 aid=7)
[Tue Mar  3 13:03:33 2020] wlp4s0: associated
[Tue Mar  3 13:07:33 2020] wlp4s0: disconnect from AP bc:9f:e4:ce:e7:41 for new auth to bc:9f:e4:ce:e7:51
[Tue Mar  3 13:07:33 2020] wlp4s0: authenticate with bc:9f:e4:ce:e7:51
[Tue Mar  3 13:07:33 2020] wlp4s0: send auth to bc:9f:e4:ce:e7:51 (try 1/3)
[Tue Mar  3 13:07:33 2020] wlp4s0: authenticated
[Tue Mar  3 13:07:33 2020] wlp4s0: associate with bc:9f:e4:ce:e7:51 (try 1/3)
[Tue Mar  3 13:07:33 2020] wlp4s0: RX ReassocResp from bc:9f:e4:ce:e7:51 (capab=0x11 status=0 aid=12)
[Tue Mar  3 13:07:33 2020] wlp4s0: associated
[Tue Mar  3 13:09:38 2020] perf: interrupt took too long (4949 > 4940), lowering kernel.perf_event_max_sample_rate to 40250
[Tue Mar  3 13:15:37 2020] perf: interrupt took too long (6211 > 6186), lowering kernel.perf_event_max_sample_rate to 32000
[Tue Mar  3 13:25:33 2020] wlp4s0: disconnect from AP bc:9f:e4:ce:e7:51 for new auth to bc:9f:e4:ce:e7:41
[Tue Mar  3 13:25:33 2020] wlp4s0: authenticate with bc:9f:e4:ce:e7:41
[Tue Mar  3 13:25:33 2020] wlp4s0: send auth to bc:9f:e4:ce:e7:41 (try 1/3)
[Tue Mar  3 13:25:33 2020] wlp4s0: authenticated
[Tue Mar  3 13:25:33 2020] wlp4s0: associate with bc:9f:e4:ce:e7:41 (try 1/3)
[Tue Mar  3 13:25:33 2020] wlp4s0: RX ReassocResp from bc:9f:e4:ce:e7:41 (capab=0x431 status=0 aid=3)
[Tue Mar  3 13:25:33 2020] wlp4s0: associated
[Tue Mar  3 13:29:34 2020] perf: interrupt took too long (7770 > 7763), lowering kernel.perf_event_max_sample_rate to 25500
[Tue Mar  3 13:29:35 2020] wlp4s0: disconnect from AP bc:9f:e4:ce:e7:41 for new auth to bc:9f:e4:ce:e7:51
[Tue Mar  3 13:29:35 2020] wlp4s0: authenticate with bc:9f:e4:ce:e7:51
[Tue Mar  3 13:29:35 2020] wlp4s0: send auth to bc:9f:e4:ce:e7:51 (try 1/3)
[Tue Mar  3 13:29:35 2020] wlp4s0: authenticated
[Tue Mar  3 13:29:35 2020] wlp4s0: associate with bc:9f:e4:ce:e7:51 (try 1/3)
[Tue Mar  3 13:29:35 2020] wlp4s0: RX ReassocResp from bc:9f:e4:ce:e7:51 (capab=0x11 status=0 aid=20)
[Tue Mar  3 13:29:35 2020] wlp4s0: associated
[Tue Mar  3 14:02:53 2020] usb 2-4: new SuperSpeed USB device number 2 using xhci_hcd
[Tue Mar  3 14:02:53 2020] usb 2-4: New USB device found, idVendor=8086, idProduct=0b3a
[Tue Mar  3 14:02:53 2020] usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[Tue Mar  3 14:02:53 2020] usb 2-4: Product: Intel(R) RealSense(TM) Depth Camera 435i
[Tue Mar  3 14:02:53 2020] usb 2-4: Manufacturer: Intel(R) RealSense(TM) Depth Camera 435i
[Tue Mar  3 14:02:53 2020] usb 2-4: SerialNumber: 934123056295
[Tue Mar  3 14:02:53 2020] media: Linux media interface: v0.10
[Tue Mar  3 14:02:53 2020] Linux video capture interface: v2.00
[Tue Mar  3 14:02:53 2020] uvcvideo: Unknown video format 00000050-0000-0010-8000-00aa00389b71
[Tue Mar  3 14:02:53 2020] uvcvideo: Unknown video format 00000032-0000-0010-8000-00aa00389b71
[Tue Mar  3 14:02:53 2020] uvcvideo: Found UVC 1.50 device Intel(R) RealSense(TM) Depth Camera 435i (8086:0b3a)
[Tue Mar  3 14:02:53 2020] uvcvideo: Unable to create debugfs 2-2 directory.
[Tue Mar  3 14:02:53 2020] uvcvideo 2-4:1.0: Entity type for entity Intel(R) RealSense(TM) Depth Ca was not initialized!
[Tue Mar  3 14:02:53 2020] uvcvideo 2-4:1.0: Entity type for entity Processing 2 was not initialized!
[Tue Mar  3 14:02:53 2020] uvcvideo 2-4:1.0: Entity type for entity Camera 1 was not initialized!
[Tue Mar  3 14:02:53 2020] input: Intel(R) RealSense(TM) Depth Ca as /devices/pci0000:00/0000:00:15.0/usb2/2-4/2-4:1.0/input/input10
[Tue Mar  3 14:02:53 2020] uvcvideo: Unknown video format 36315752-1a66-a242-9065-d01814a8ef8a
[Tue Mar  3 14:02:53 2020] uvcvideo: Found UVC 1.50 device Intel(R) RealSense(TM) Depth Camera 435i (8086:0b3a)
[Tue Mar  3 14:02:53 2020] uvcvideo: Unable to create debugfs 2-2 directory.
[Tue Mar  3 14:02:53 2020] uvcvideo 2-4:1.3: Entity type for entity Processing 7 was not initialized!
[Tue Mar  3 14:02:53 2020] uvcvideo 2-4:1.3: Entity type for entity Extension 8 was not initialized!
[Tue Mar  3 14:02:53 2020] uvcvideo 2-4:1.3: Entity type for entity Camera 6 was not initialized!
[Tue Mar  3 14:02:53 2020] usbcore: registered new interface driver uvcvideo
[Tue Mar  3 14:02:53 2020] USB Video Class driver (1.1.1)
[Tue Mar  3 14:02:57 2020] uvcvideo: Failed to query (GET_CUR) UVC control 1 on unit 3: -32 (exp. 1024).
[Tue Mar  3 14:02:57 2020] uvcvideo: Failed to query (GET_CUR) UVC control 1 on unit 3: -71 (exp. 1024).
[Tue Mar  3 14:02:57 2020] uvcvideo: Failed to query (GET_CUR) UVC control 1 on unit 3: -71 (exp. 1024).
[Tue Mar  3 14:02:57 2020] uvcvideo: Failed to query (GET_CUR) UVC control 1 on unit 3: -71 (exp. 1024).
[Tue Mar  3 14:02:57 2020] uvcvideo: Failed to query (GET_CUR) UVC control 1 on unit 3: -71 (exp. 1024).
[Tue Mar  3 14:02:58 2020] xhci_hcd 0000:00:15.0: Cannot set link state.
[Tue Mar  3 14:02:58 2020] usb usb2-port4: cannot disable (err = -32)
[Tue Mar  3 14:02:58 2020] usb 2-4: USB disconnect, device number 2
[Tue Mar  3 14:02:58 2020] uvcvideo: Failed to query (GET_CUR) UVC control 1 on unit 3: -110 (exp. 1024).
[Tue Mar  3 14:03:01 2020] usb 2-4: new SuperSpeed USB device number 3 using xhci_hcd
[Tue Mar  3 14:03:01 2020] usb 2-4: New USB device found, idVendor=8086, idProduct=0b3a
[Tue Mar  3 14:03:01 2020] usb 2-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[Tue Mar  3 14:03:01 2020] usb 2-4: Product: Intel(R) RealSense(TM) Depth Camera 435i
[Tue Mar  3 14:03:01 2020] usb 2-4: Manufacturer: Intel(R) RealSense(TM) Depth Camera 435i
[Tue Mar  3 14:03:01 2020] usb 2-4: SerialNumber: 934123056295
[Tue Mar  3 14:03:01 2020] uvcvideo: Unknown video format 00000050-0000-0010-8000-00aa00389b71
[Tue Mar  3 14:03:01 2020] uvcvideo: Unknown video format 00000032-0000-0010-8000-00aa00389b71
[Tue Mar  3 14:03:01 2020] uvcvideo: Found UVC 1.50 device Intel(R) RealSense(TM) Depth Camera 435i (8086:0b3a)
[Tue Mar  3 14:03:01 2020] uvcvideo: Unable to create debugfs 2-3 directory.
[Tue Mar  3 14:03:01 2020] uvcvideo 2-4:1.0: Entity type for entity Intel(R) RealSense(TM) Depth Ca was not initialized!
[Tue Mar  3 14:03:01 2020] uvcvideo 2-4:1.0: Entity type for entity Processing 2 was not initialized!
[Tue Mar  3 14:03:01 2020] uvcvideo 2-4:1.0: Entity type for entity Camera 1 was not initialized!
[Tue Mar  3 14:03:01 2020] input: Intel(R) RealSense(TM) Depth Ca as /devices/pci0000:00/0000:00:15.0/usb2/2-4/2-4:1.0/input/input11
[Tue Mar  3 14:03:01 2020] uvcvideo: Unknown video format 36315752-1a66-a242-9065-d01814a8ef8a
[Tue Mar  3 14:03:01 2020] uvcvideo: Found UVC 1.50 device Intel(R) RealSense(TM) Depth Camera 435i (8086:0b3a)
[Tue Mar  3 14:03:01 2020] uvcvideo: Unable to create debugfs 2-3 directory.
[Tue Mar  3 14:03:01 2020] uvcvideo 2-4:1.3: Entity type for entity Processing 7 was not initialized!
[Tue Mar  3 14:03:01 2020] uvcvideo 2-4:1.3: Entity type for entity Extension 8 was not initialized!
[Tue Mar  3 14:03:01 2020] uvcvideo 2-4:1.3: Entity type for entity Camera 6 was not initialized!
[Tue Mar  3 14:03:05 2020] uvcvideo: Failed to query (GET_CUR) UVC control 1 on unit 3: -32 (exp. 1024).
[Tue Mar  3 14:03:05 2020] ------------[ cut here ]------------
[Tue Mar  3 14:03:05 2020] Unknown pixelformat 0x00000000
[Tue Mar  3 14:03:05 2020] WARNING: CPU: 1 PID: 6172 at /build/linux-hwe-Qew4YI/linux-hwe-4.15.0/drivers/media/v4l2-core/v4l2-ioctl.c:1291 v4l_fill_fmtdesc+0xf41/0x1250 [videodev]
[Tue Mar  3 14:03:05 2020] Modules linked in: uvcvideo hid_sensor_custom hid_sensor_gyro_3d hid_sensor_accel_3d videobuf2_vmalloc hid_sensor_trigger videobuf2_memops industrialio_triggered_buffer videobuf2_v4l2 kfifo_buf hid_sensor_iio_common videobuf2_core videodev hid_sensor_hub media rfcomm ccm bnep binfmt_misc nls_iso8859_1 spi_pxa2xx_platform 8250_dw dwc3 intel_rapl ulpi intel_telemetry_pltdrv udc_core intel_punit_ipc intel_telemetry_core intel_pmc_ipc snd_soc_skl x86_pkg_temp_thermal coretemp leds_upboard pinctrl_upboard kvm_intel snd_soc_skl_ipc snd_hda_ext_core snd_hda_codec_hdmi kvm snd_soc_sst_dsp snd_soc_sst_ipc snd_soc_acpi snd_soc_core snd_compress ac97_bus irqbypass snd_pcm_dmaengine crct10dif_pclmul snd_hda_intel crc32_pclmul ghash_clmulni_intel pcbc snd_hda_codec snd_hda_core snd_hwdep aesni_intel
[Tue Mar  3 14:03:05 2020]  aes_x86_64 crypto_simd glue_helper cryptd intel_cstate intel_rapl_perf snd_pcm arc4 snd_seq_midi snd_seq_midi_event snd_rawmidi pwm_lpss_pci pwm_lpss iwlmvm btusb lpc_ich btrtl btbcm input_leds btintel mac80211 bluetooth snd_seq iwlwifi snd_seq_device ecdh_generic snd_timer idma64 virt_dma intel_lpss_pci intel_lpss cfg80211 dwc3_pci snd soundcore mei_me shpchp mei ti_adc128s052 industrialio mac_hid upboard_fpga parport_pc ppdev lp parport autofs4 hid_generic usbhid hid mmc_block i915 i2c_algo_bit drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops drm ahci sdhci_pci sdhci libahci r8169 mii video pinctrl_broxton
[Tue Mar  3 14:03:05 2020] CPU: 1 PID: 6172 Comm: realsense-viewe Not tainted 4.15.0-37-generic #40~upboard05-Ubuntu
[Tue Mar  3 14:03:05 2020] Hardware name: AAEON UP-APL01/UP-APL01, BIOS UPA1AM42 03/12/2019
[Tue Mar  3 14:03:05 2020] RIP: 0010:v4l_fill_fmtdesc+0xf41/0x1250 [videodev]
[Tue Mar  3 14:03:05 2020] RSP: 0018:ffffbe70c0c17c50 EFLAGS: 00010286
[Tue Mar  3 14:03:05 2020] RAX: 0000000000000000 RBX: ffffbe70c0c17d68 RCX: 0000000000000006
[Tue Mar  3 14:03:05 2020] RDX: 0000000000000007 RSI: 0000000000000092 RDI: ffff9ec0bfc96490
[Tue Mar  3 14:03:05 2020] RBP: ffffbe70c0c17c60 R08: 0000000000000001 R09: 00000000000003f9
[Tue Mar  3 14:03:05 2020] R10: ffff9ec0b74d6e00 R11: 00000000000003f9 R12: ffffffffc0c6c900
[Tue Mar  3 14:03:05 2020] R13: ffff9ec0b74d6e40 R14: ffff9ec080cc9c00 R15: 0000000000000000
[Tue Mar  3 14:03:05 2020] FS:  00007fcdfb675700(0000) GS:ffff9ec0bfc80000(0000) knlGS:0000000000000000
[Tue Mar  3 14:03:05 2020] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[Tue Mar  3 14:03:05 2020] CR2: 00007f1882f37d10 CR3: 000000014b4d6000 CR4: 00000000003406e0
[Tue Mar  3 14:03:05 2020] Call Trace:
[Tue Mar  3 14:03:05 2020]  v4l_enum_fmt+0x75/0x120 [videodev]
[Tue Mar  3 14:03:05 2020]  __video_do_ioctl+0x2a4/0x320 [videodev]
[Tue Mar  3 14:03:05 2020]  ? ___slab_alloc+0x341/0x4e0
[Tue Mar  3 14:03:05 2020]  ? video_ioctl2+0x20/0x20 [videodev]
[Tue Mar  3 14:03:05 2020]  video_usercopy+0x285/0x630 [videodev]
[Tue Mar  3 14:03:05 2020]  video_ioctl2+0x15/0x20 [videodev]
[Tue Mar  3 14:03:05 2020]  v4l2_ioctl+0xe8/0xf0 [videodev]
[Tue Mar  3 14:03:05 2020]  do_vfs_ioctl+0xa4/0x600
[Tue Mar  3 14:03:05 2020]  ? get_unused_fd_flags+0x30/0x40
[Tue Mar  3 14:03:05 2020]  SyS_ioctl+0x79/0x90
[Tue Mar  3 14:03:05 2020]  do_syscall_64+0x73/0x130
[Tue Mar  3 14:03:05 2020]  entry_SYSCALL_64_after_hwframe+0x3d/0xa2
[Tue Mar  3 14:03:05 2020] RIP: 0033:0x7fce01ce5f47
[Tue Mar  3 14:03:05 2020] RSP: 002b:00007fcdfb672a78 EFLAGS: 00000246 ORIG_RAX: 0000000000000010
[Tue Mar  3 14:03:05 2020] RAX: ffffffffffffffda RBX: 00007fcdec0035b0 RCX: 00007fce01ce5f47
[Tue Mar  3 14:03:05 2020] RDX: 00007fcdfb672c00 RSI: 00000000c0405602 RDI: 0000000000000011
[Tue Mar  3 14:03:05 2020] RBP: 00007fcdfb673040 R08: 00007fcdec18a840 R09: 0000000000000001
[Tue Mar  3 14:03:05 2020] R10: 5a3136200000005a R11: 0000000000000246 R12: 00007fcdfb672e00
[Tue Mar  3 14:03:05 2020] R13: 0000000000000000 R14: 00007fcdec18a950 R15: 000000005a313620
[Tue Mar  3 14:03:05 2020] Code: 30 0f 84 b4 01 00 00 3d 4a 4c 32 30 0f 84 97 01 00 00 3d 4d 33 31 30 0f 84 7a 01 00 00 89 c6 48 c7 c7 92 14 c1 c0 e8 7f fc e8 c9 <0f> 0b 80 7b 0c 00 0f 85 e2 f3 ff ff 8b 43 2c 48 c7 c1 39 08 c1 
[Tue Mar  3 14:03:05 2020] ---[ end trace f222e837e3f5d88e ]---
[Tue Mar  3 14:03:05 2020] ------------[ cut here ]------------
[Tue Mar  3 14:03:05 2020] Unknown pixelformat 0x00000000
[Tue Mar  3 14:03:05 2020] WARNING: CPU: 1 PID: 6172 at /build/linux-hwe-Qew4YI/linux-hwe-4.15.0/drivers/media/v4l2-core/v4l2-ioctl.c:1291 v4l_fill_fmtdesc+0xf41/0x1250 [videodev]
[Tue Mar  3 14:03:05 2020] Modules linked in: uvcvideo hid_sensor_custom hid_sensor_gyro_3d hid_sensor_accel_3d videobuf2_vmalloc hid_sensor_trigger videobuf2_memops industrialio_triggered_buffer videobuf2_v4l2 kfifo_buf hid_sensor_iio_common videobuf2_core videodev hid_sensor_hub media rfcomm ccm bnep binfmt_misc nls_iso8859_1 spi_pxa2xx_platform 8250_dw dwc3 intel_rapl ulpi intel_telemetry_pltdrv udc_core intel_punit_ipc intel_telemetry_core intel_pmc_ipc snd_soc_skl x86_pkg_temp_thermal coretemp leds_upboard pinctrl_upboard kvm_intel snd_soc_skl_ipc snd_hda_ext_core snd_hda_codec_hdmi kvm snd_soc_sst_dsp snd_soc_sst_ipc snd_soc_acpi snd_soc_core snd_compress ac97_bus irqbypass snd_pcm_dmaengine crct10dif_pclmul snd_hda_intel crc32_pclmul ghash_clmulni_intel pcbc snd_hda_codec snd_hda_core snd_hwdep aesni_intel
[Tue Mar  3 14:03:05 2020]  aes_x86_64 crypto_simd glue_helper cryptd intel_cstate intel_rapl_perf snd_pcm arc4 snd_seq_midi snd_seq_midi_event snd_rawmidi pwm_lpss_pci pwm_lpss iwlmvm btusb lpc_ich btrtl btbcm input_leds btintel mac80211 bluetooth snd_seq iwlwifi snd_seq_device ecdh_generic snd_timer idma64 virt_dma intel_lpss_pci intel_lpss cfg80211 dwc3_pci snd soundcore mei_me shpchp mei ti_adc128s052 industrialio mac_hid upboard_fpga parport_pc ppdev lp parport autofs4 hid_generic usbhid hid mmc_block i915 i2c_algo_bit drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops drm ahci sdhci_pci sdhci libahci r8169 mii video pinctrl_broxton
[Tue Mar  3 14:03:05 2020] CPU: 1 PID: 6172 Comm: realsense-viewe Tainted: G        W        4.15.0-37-generic #40~upboard05-Ubuntu
[Tue Mar  3 14:03:05 2020] Hardware name: AAEON UP-APL01/UP-APL01, BIOS UPA1AM42 03/12/2019
[Tue Mar  3 14:03:05 2020] RIP: 0010:v4l_fill_fmtdesc+0xf41/0x1250 [videodev]
[Tue Mar  3 14:03:05 2020] RSP: 0018:ffffbe70c0c17c50 EFLAGS: 00010286
[Tue Mar  3 14:03:05 2020] RAX: 0000000000000000 RBX: ffffbe70c0c17d68 RCX: 0000000000000006
[Tue Mar  3 14:03:05 2020] RDX: 0000000000000007 RSI: 0000000000000092 RDI: ffff9ec0bfc96490
[Tue Mar  3 14:03:05 2020] RBP: ffffbe70c0c17c60 R08: 0000000000000001 R09: 0000000000000420
[Tue Mar  3 14:03:05 2020] R10: ffff9ebf52eadc00 R11: 0000000000000420 R12: ffffffffc0c6c900
[Tue Mar  3 14:03:05 2020] R13: ffff9ebf52eadc00 R14: ffff9ec080cc9e00 R15: 0000000000000000
[Tue Mar  3 14:03:05 2020] FS:  00007fcdfb675700(0000) GS:ffff9ec0bfc80000(0000) knlGS:0000000000000000
[Tue Mar  3 14:03:05 2020] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[Tue Mar  3 14:03:05 2020] CR2: 00007f1882f37d10 CR3: 000000014b4d6000 CR4: 00000000003406e0
[Tue Mar  3 14:03:05 2020] Call Trace:
[Tue Mar  3 14:03:05 2020]  v4l_enum_fmt+0x75/0x120 [videodev]
[Tue Mar  3 14:03:05 2020]  __video_do_ioctl+0x2a4/0x320 [videodev]
[Tue Mar  3 14:03:05 2020]  ? ___slab_alloc+0x341/0x4e0
[Tue Mar  3 14:03:05 2020]  ? video_ioctl2+0x20/0x20 [videodev]
[Tue Mar  3 14:03:05 2020]  video_usercopy+0x285/0x630 [videodev]
[Tue Mar  3 14:03:05 2020]  video_ioctl2+0x15/0x20 [videodev]
[Tue Mar  3 14:03:05 2020]  v4l2_ioctl+0xe8/0xf0 [videodev]
[Tue Mar  3 14:03:05 2020]  do_vfs_ioctl+0xa4/0x600
[Tue Mar  3 14:03:05 2020]  ? get_unused_fd_flags+0x30/0x40
[Tue Mar  3 14:03:05 2020]  SyS_ioctl+0x79/0x90
[Tue Mar  3 14:03:05 2020]  do_syscall_64+0x73/0x130
[Tue Mar  3 14:03:05 2020]  entry_SYSCALL_64_after_hwframe+0x3d/0xa2
[Tue Mar  3 14:03:05 2020] RIP: 0033:0x7fce01ce5f47
[Tue Mar  3 14:03:05 2020] RSP: 002b:00007fcdfb672a78 EFLAGS: 00000246 ORIG_RAX: 0000000000000010
[Tue Mar  3 14:03:05 2020] RAX: ffffffffffffffda RBX: 00007fcdec003790 RCX: 00007fce01ce5f47
[Tue Mar  3 14:03:05 2020] RDX: 00007fcdfb672c00 RSI: 00000000c0405602 RDI: 0000000000000015
[Tue Mar  3 14:03:05 2020] RBP: 00007fcdfb673040 R08: 0000000000000000 R09: 0000000000000001
[Tue Mar  3 14:03:05 2020] R10: 00007fcdec18aa50 R11: 0000000000000246 R12: 00007fcdfb6730f0
[Tue Mar  3 14:03:05 2020] R13: 00007fcdec18ac30 R14: 000000000000001e R15: 00007fcdec18ac30
[Tue Mar  3 14:03:05 2020] Code: 30 0f 84 b4 01 00 00 3d 4a 4c 32 30 0f 84 97 01 00 00 3d 4d 33 31 30 0f 84 7a 01 00 00 89 c6 48 c7 c7 92 14 c1 c0 e8 7f fc e8 c9 <0f> 0b 80 7b 0c 00 0f 85 e2 f3 ff ff 8b 43 2c 48 c7 c1 39 08 c1 
[Tue Mar  3 14:03:05 2020] ---[ end trace f222e837e3f5d88f ]---
[Tue Mar  3 14:03:05 2020] ------------[ cut here ]------------
[Tue Mar  3 14:03:05 2020] Unknown pixelformat 0x00000000
[Tue Mar  3 14:03:05 2020] WARNING: CPU: 1 PID: 6172 at /build/linux-hwe-Qew4YI/linux-hwe-4.15.0/drivers/media/v4l2-core/v4l2-ioctl.c:1291 v4l_fill_fmtdesc+0xf41/0x1250 [videodev]
[Tue Mar  3 14:03:05 2020] Modules linked in: uvcvideo hid_sensor_custom hid_sensor_gyro_3d hid_sensor_accel_3d videobuf2_vmalloc hid_sensor_trigger videobuf2_memops industrialio_triggered_buffer videobuf2_v4l2 kfifo_buf hid_sensor_iio_common videobuf2_core videodev hid_sensor_hub media rfcomm ccm bnep binfmt_misc nls_iso8859_1 spi_pxa2xx_platform 8250_dw dwc3 intel_rapl ulpi intel_telemetry_pltdrv udc_core intel_punit_ipc intel_telemetry_core intel_pmc_ipc snd_soc_skl x86_pkg_temp_thermal coretemp leds_upboard pinctrl_upboard kvm_intel snd_soc_skl_ipc snd_hda_ext_core snd_hda_codec_hdmi kvm snd_soc_sst_dsp snd_soc_sst_ipc snd_soc_acpi snd_soc_core snd_compress ac97_bus irqbypass snd_pcm_dmaengine crct10dif_pclmul snd_hda_intel crc32_pclmul ghash_clmulni_intel pcbc snd_hda_codec snd_hda_core snd_hwdep aesni_intel
[Tue Mar  3 14:03:05 2020]  aes_x86_64 crypto_simd glue_helper cryptd intel_cstate intel_rapl_perf snd_pcm arc4 snd_seq_midi snd_seq_midi_event snd_rawmidi pwm_lpss_pci pwm_lpss iwlmvm btusb lpc_ich btrtl btbcm input_leds btintel mac80211 bluetooth snd_seq iwlwifi snd_seq_device ecdh_generic snd_timer idma64 virt_dma intel_lpss_pci intel_lpss cfg80211 dwc3_pci snd soundcore mei_me shpchp mei ti_adc128s052 industrialio mac_hid upboard_fpga parport_pc ppdev lp parport autofs4 hid_generic usbhid hid mmc_block i915 i2c_algo_bit drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops drm ahci sdhci_pci sdhci libahci r8169 mii video pinctrl_broxton
[Tue Mar  3 14:03:05 2020] CPU: 1 PID: 6172 Comm: realsense-viewe Tainted: G        W        4.15.0-37-generic #40~upboard05-Ubuntu
[Tue Mar  3 14:03:05 2020] Hardware name: AAEON UP-APL01/UP-APL01, BIOS UPA1AM42 03/12/2019
[Tue Mar  3 14:03:05 2020] RIP: 0010:v4l_fill_fmtdesc+0xf41/0x1250 [videodev]
[Tue Mar  3 14:03:05 2020] RSP: 0018:ffffbe70c0c17c50 EFLAGS: 00010286
[Tue Mar  3 14:03:05 2020] RAX: 0000000000000000 RBX: ffffbe70c0c17d68 RCX: 0000000000000006
[Tue Mar  3 14:03:05 2020] RDX: 0000000000000007 RSI: 0000000000000092 RDI: ffff9ec0bfc96490
[Tue Mar  3 14:03:05 2020] RBP: ffffbe70c0c17c60 R08: 0000000000000001 R09: 0000000000000447
[Tue Mar  3 14:03:05 2020] R10: ffff9ebf52eadc00 R11: 0000000000000447 R12: ffffffffc0c6c900
[Tue Mar  3 14:03:05 2020] R13: ffff9ebf52eadc00 R14: ffff9ec0af3afd00 R15: 0000000000000000
[Tue Mar  3 14:03:05 2020] FS:  00007fcdfb675700(0000) GS:ffff9ec0bfc80000(0000) knlGS:0000000000000000
[Tue Mar  3 14:03:05 2020] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[Tue Mar  3 14:03:05 2020] CR2: 00007fcdecc8f000 CR3: 000000014b4d6000 CR4: 00000000003406e0
[Tue Mar  3 14:03:05 2020] Call Trace:
[Tue Mar  3 14:03:05 2020]  v4l_enum_fmt+0x75/0x120 [videodev]
[Tue Mar  3 14:03:05 2020]  __video_do_ioctl+0x2a4/0x320 [videodev]
[Tue Mar  3 14:03:05 2020]  ? __switch_to_asm+0x34/0x70
[Tue Mar  3 14:03:05 2020]  ? __switch_to_asm+0x40/0x70
[Tue Mar  3 14:03:05 2020]  ? __switch_to_asm+0x34/0x70
[Tue Mar  3 14:03:05 2020]  ? __switch_to_asm+0x40/0x70
[Tue Mar  3 14:03:05 2020]  ? video_ioctl2+0x20/0x20 [videodev]
[Tue Mar  3 14:03:05 2020]  video_usercopy+0x285/0x630 [videodev]
[Tue Mar  3 14:03:05 2020]  video_ioctl2+0x15/0x20 [videodev]
[Tue Mar  3 14:03:05 2020]  v4l2_ioctl+0xe8/0xf0 [videodev]
[Tue Mar  3 14:03:05 2020]  do_vfs_ioctl+0xa4/0x600
[Tue Mar  3 14:03:05 2020]  ? get_unused_fd_flags+0x30/0x40
[Tue Mar  3 14:03:05 2020]  SyS_ioctl+0x79/0x90
[Tue Mar  3 14:03:05 2020]  do_syscall_64+0x73/0x130
[Tue Mar  3 14:03:05 2020]  entry_SYSCALL_64_after_hwframe+0x3d/0xa2
[Tue Mar  3 14:03:05 2020] RIP: 0033:0x7fce01ce5f47
[Tue Mar  3 14:03:05 2020] RSP: 002b:00007fcdfb672b18 EFLAGS: 00000246 ORIG_RAX: 0000000000000010
[Tue Mar  3 14:03:05 2020] RAX: ffffffffffffffda RBX: 00007fcdec009cd0 RCX: 00007fce01ce5f47
[Tue Mar  3 14:03:05 2020] RDX: 00007fcdfb672ca0 RSI: 00000000c0405602 RDI: 0000000000000011
[Tue Mar  3 14:03:05 2020] RBP: 00007fcdfb6730f0 R08: 00007fcdec4fab10 R09: 0000000000000001
[Tue Mar  3 14:03:05 2020] R10: 595559560000001e R11: 0000000000000246 R12: 00007fcdfb672ea0
[Tue Mar  3 14:03:05 2020] R13: 0000000000000000 R14: 00007fcdec4fac20 R15: 0000000059555956
[Tue Mar  3 14:03:05 2020] Code: 30 0f 84 b4 01 00 00 3d 4a 4c 32 30 0f 84 97 01 00 00 3d 4d 33 31 30 0f 84 7a 01 00 00 89 c6 48 c7 c7 92 14 c1 c0 e8 7f fc e8 c9 <0f> 0b 80 7b 0c 00 0f 85 e2 f3 ff ff 8b 43 2c 48 c7 c1 39 08 c1 
[Tue Mar  3 14:03:05 2020] ---[ end trace f222e837e3f5d890 ]---
[Tue Mar  3 14:03:08 2020] ------------[ cut here ]------------
[Tue Mar  3 14:03:08 2020] Unknown pixelformat 0x00000000
[Tue Mar  3 14:03:08 2020] WARNING: CPU: 1 PID: 6162 at /build/linux-hwe-Qew4YI/linux-hwe-4.15.0/drivers/media/v4l2-core/v4l2-ioctl.c:1291 v4l_fill_fmtdesc+0xf41/0x1250 [videodev]
[Tue Mar  3 14:03:08 2020] Modules linked in: uvcvideo hid_sensor_custom hid_sensor_gyro_3d hid_sensor_accel_3d videobuf2_vmalloc hid_sensor_trigger videobuf2_memops industrialio_triggered_buffer videobuf2_v4l2 kfifo_buf hid_sensor_iio_common videobuf2_core videodev hid_sensor_hub media rfcomm ccm bnep binfmt_misc nls_iso8859_1 spi_pxa2xx_platform 8250_dw dwc3 intel_rapl ulpi intel_telemetry_pltdrv udc_core intel_punit_ipc intel_telemetry_core intel_pmc_ipc snd_soc_skl x86_pkg_temp_thermal coretemp leds_upboard pinctrl_upboard kvm_intel snd_soc_skl_ipc snd_hda_ext_core snd_hda_codec_hdmi kvm snd_soc_sst_dsp snd_soc_sst_ipc snd_soc_acpi snd_soc_core snd_compress ac97_bus irqbypass snd_pcm_dmaengine crct10dif_pclmul snd_hda_intel crc32_pclmul ghash_clmulni_intel pcbc snd_hda_codec snd_hda_core snd_hwdep aesni_intel
[Tue Mar  3 14:03:08 2020]  aes_x86_64 crypto_simd glue_helper cryptd intel_cstate intel_rapl_perf snd_pcm arc4 snd_seq_midi snd_seq_midi_event snd_rawmidi pwm_lpss_pci pwm_lpss iwlmvm btusb lpc_ich btrtl btbcm input_leds btintel mac80211 bluetooth snd_seq iwlwifi snd_seq_device ecdh_generic snd_timer idma64 virt_dma intel_lpss_pci intel_lpss cfg80211 dwc3_pci snd soundcore mei_me shpchp mei ti_adc128s052 industrialio mac_hid upboard_fpga parport_pc ppdev lp parport autofs4 hid_generic usbhid hid mmc_block i915 i2c_algo_bit drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops drm ahci sdhci_pci sdhci libahci r8169 mii video pinctrl_broxton
[Tue Mar  3 14:03:08 2020] CPU: 1 PID: 6162 Comm: realsense-viewe Tainted: G        W        4.15.0-37-generic #40~upboard05-Ubuntu
[Tue Mar  3 14:03:08 2020] Hardware name: AAEON UP-APL01/UP-APL01, BIOS UPA1AM42 03/12/2019
[Tue Mar  3 14:03:08 2020] RIP: 0010:v4l_fill_fmtdesc+0xf41/0x1250 [videodev]
[Tue Mar  3 14:03:08 2020] RSP: 0018:ffffbe70c0de7c50 EFLAGS: 00010286
[Tue Mar  3 14:03:08 2020] RAX: 0000000000000000 RBX: ffffbe70c0de7d68 RCX: 0000000000000006
[Tue Mar  3 14:03:08 2020] RDX: 0000000000000007 RSI: 0000000000000092 RDI: ffff9ec0bfc96490
[Tue Mar  3 14:03:08 2020] RBP: ffffbe70c0de7c60 R08: 0000000000000001 R09: 0000000000000471
[Tue Mar  3 14:03:08 2020] R10: ffff9ec0b74d6300 R11: 0000000000000471 R12: ffffffffc0c6c900
[Tue Mar  3 14:03:08 2020] R13: ffff9ec0b74d63c0 R14: ffff9ec0b0731900 R15: 0000000000000000
[Tue Mar  3 14:03:08 2020] FS:  00007fce04e81740(0000) GS:ffff9ec0bfc80000(0000) knlGS:0000000000000000
[Tue Mar  3 14:03:08 2020] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[Tue Mar  3 14:03:08 2020] CR2: 000055c47bccc670 CR3: 000000014b4d6000 CR4: 00000000003406e0
[Tue Mar  3 14:03:08 2020] Call Trace:
[Tue Mar  3 14:03:08 2020]  v4l_enum_fmt+0x75/0x120 [videodev]
[Tue Mar  3 14:03:08 2020]  __video_do_ioctl+0x2a4/0x320 [videodev]
[Tue Mar  3 14:03:08 2020]  ? video_ioctl2+0x20/0x20 [videodev]
[Tue Mar  3 14:03:08 2020]  video_usercopy+0x285/0x630 [videodev]
[Tue Mar  3 14:03:08 2020]  video_ioctl2+0x15/0x20 [videodev]
[Tue Mar  3 14:03:08 2020]  v4l2_ioctl+0xe8/0xf0 [videodev]
[Tue Mar  3 14:03:08 2020]  do_vfs_ioctl+0xa4/0x600
[Tue Mar  3 14:03:08 2020]  ? get_unused_fd_flags+0x30/0x40
[Tue Mar  3 14:03:08 2020]  SyS_ioctl+0x79/0x90
[Tue Mar  3 14:03:08 2020]  do_syscall_64+0x73/0x130
[Tue Mar  3 14:03:08 2020]  entry_SYSCALL_64_after_hwframe+0x3d/0xa2
[Tue Mar  3 14:03:08 2020] RIP: 0033:0x7fce01ce5f47
[Tue Mar  3 14:03:08 2020] RSP: 002b:00007ffc5bc43ff8 EFLAGS: 00000246 ORIG_RAX: 0000000000000010
[Tue Mar  3 14:03:08 2020] RAX: ffffffffffffffda RBX: 00007fcdec0035b0 RCX: 00007fce01ce5f47
[Tue Mar  3 14:03:08 2020] RDX: 00007ffc5bc44180 RSI: 00000000c0405602 RDI: 0000000000000011
[Tue Mar  3 14:03:08 2020] RBP: 00007ffc5bc44580 R08: 0000000005807140 R09: 0000000000000001
[Tue Mar  3 14:03:08 2020] R10: 5a3136200000005a R11: 0000000000000246 R12: 00007ffc5bc44380
[Tue Mar  3 14:03:08 2020] R13: 0000000000000000 R14: 0000000005807250 R15: 000000005a313620
[Tue Mar  3 14:03:08 2020] Code: 30 0f 84 b4 01 00 00 3d 4a 4c 32 30 0f 84 97 01 00 00 3d 4d 33 31 30 0f 84 7a 01 00 00 89 c6 48 c7 c7 92 14 c1 c0 e8 7f fc e8 c9 <0f> 0b 80 7b 0c 00 0f 85 e2 f3 ff ff 8b 43 2c 48 c7 c1 39 08 c1 
[Tue Mar  3 14:03:08 2020] ---[ end trace f222e837e3f5d891 ]---
[Tue Mar  3 14:03:08 2020] ------------[ cut here ]------------
[Tue Mar  3 14:03:08 2020] Unknown pixelformat 0x00000000
[Tue Mar  3 14:03:08 2020] WARNING: CPU: 1 PID: 6162 at /build/linux-hwe-Qew4YI/linux-hwe-4.15.0/drivers/media/v4l2-core/v4l2-ioctl.c:1291 v4l_fill_fmtdesc+0xf41/0x1250 [videodev]
[Tue Mar  3 14:03:08 2020] Modules linked in: uvcvideo hid_sensor_custom hid_sensor_gyro_3d hid_sensor_accel_3d videobuf2_vmalloc hid_sensor_trigger videobuf2_memops industrialio_triggered_buffer videobuf2_v4l2 kfifo_buf hid_sensor_iio_common videobuf2_core videodev hid_sensor_hub media rfcomm ccm bnep binfmt_misc nls_iso8859_1 spi_pxa2xx_platform 8250_dw dwc3 intel_rapl ulpi intel_telemetry_pltdrv udc_core intel_punit_ipc intel_telemetry_core intel_pmc_ipc snd_soc_skl x86_pkg_temp_thermal coretemp leds_upboard pinctrl_upboard kvm_intel snd_soc_skl_ipc snd_hda_ext_core snd_hda_codec_hdmi kvm snd_soc_sst_dsp snd_soc_sst_ipc snd_soc_acpi snd_soc_core snd_compress ac97_bus irqbypass snd_pcm_dmaengine crct10dif_pclmul snd_hda_intel crc32_pclmul ghash_clmulni_intel pcbc snd_hda_codec snd_hda_core snd_hwdep aesni_intel
[Tue Mar  3 14:03:08 2020]  aes_x86_64 crypto_simd glue_helper cryptd intel_cstate intel_rapl_perf snd_pcm arc4 snd_seq_midi snd_seq_midi_event snd_rawmidi pwm_lpss_pci pwm_lpss iwlmvm btusb lpc_ich btrtl btbcm input_leds btintel mac80211 bluetooth snd_seq iwlwifi snd_seq_device ecdh_generic snd_timer idma64 virt_dma intel_lpss_pci intel_lpss cfg80211 dwc3_pci snd soundcore mei_me shpchp mei ti_adc128s052 industrialio mac_hid upboard_fpga parport_pc ppdev lp parport autofs4 hid_generic usbhid hid mmc_block i915 i2c_algo_bit drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops drm ahci sdhci_pci sdhci libahci r8169 mii video pinctrl_broxton
[Tue Mar  3 14:03:08 2020] CPU: 1 PID: 6162 Comm: realsense-viewe Tainted: G        W        4.15.0-37-generic #40~upboard05-Ubuntu
[Tue Mar  3 14:03:08 2020] Hardware name: AAEON UP-APL01/UP-APL01, BIOS UPA1AM42 03/12/2019
[Tue Mar  3 14:03:08 2020] RIP: 0010:v4l_fill_fmtdesc+0xf41/0x1250 [videodev]
[Tue Mar  3 14:03:08 2020] RSP: 0018:ffffbe70c0de7c50 EFLAGS: 00010286
[Tue Mar  3 14:03:08 2020] RAX: 0000000000000000 RBX: ffffbe70c0de7d68 RCX: 0000000000000006
[Tue Mar  3 14:03:08 2020] RDX: 0000000000000007 RSI: 0000000000000092 RDI: ffff9ec0bfc96490
[Tue Mar  3 14:03:08 2020] RBP: ffffbe70c0de7c60 R08: 0000000000000001 R09: 0000000000000497
[Tue Mar  3 14:03:08 2020] R10: ffff9ec0b74d6300 R11: 0000000000000497 R12: ffffffffc0c6c900
[Tue Mar  3 14:03:08 2020] R13: ffff9ec0b74d63c0 R14: ffff9ec0b0731900 R15: 0000000000000000
[Tue Mar  3 14:03:08 2020] FS:  00007fce04e81740(0000) GS:ffff9ec0bfc80000(0000) knlGS:0000000000000000
[Tue Mar  3 14:03:08 2020] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[Tue Mar  3 14:03:08 2020] CR2: 000055c47bccc670 CR3: 000000014b4d6000 CR4: 00000000003406e0
[Tue Mar  3 14:03:08 2020] Call Trace:
[Tue Mar  3 14:03:08 2020]  v4l_enum_fmt+0x75/0x120 [videodev]
[Tue Mar  3 14:03:08 2020]  __video_do_ioctl+0x2a4/0x320 [videodev]
[Tue Mar  3 14:03:08 2020]  ? video_ioctl2+0x20/0x20 [videodev]
[Tue Mar  3 14:03:08 2020]  video_usercopy+0x285/0x630 [videodev]
[Tue Mar  3 14:03:08 2020]  video_ioctl2+0x15/0x20 [videodev]
[Tue Mar  3 14:03:08 2020]  v4l2_ioctl+0xe8/0xf0 [videodev]
[Tue Mar  3 14:03:08 2020]  do_vfs_ioctl+0xa4/0x600
[Tue Mar  3 14:03:08 2020]  ? get_unused_fd_flags+0x30/0x40
[Tue Mar  3 14:03:08 2020]  SyS_ioctl+0x79/0x90
[Tue Mar  3 14:03:08 2020]  do_syscall_64+0x73/0x130
[Tue Mar  3 14:03:08 2020]  entry_SYSCALL_64_after_hwframe+0x3d/0xa2
[Tue Mar  3 14:03:08 2020] RIP: 0033:0x7fce01ce5f47
[Tue Mar  3 14:03:08 2020] RSP: 002b:00007ffc5bc44098 EFLAGS: 00000246 ORIG_RAX: 0000000000000010
[Tue Mar  3 14:03:08 2020] RAX: ffffffffffffffda RBX: 00007ffc5bc44560 RCX: 00007fce01ce5f47
[Tue Mar  3 14:03:08 2020] RDX: 00007ffc5bc441b0 RSI: 00000000c0405602 RDI: 0000000000000011
[Tue Mar  3 14:03:08 2020] RBP: 00007ffc5bc445f0 R08: 0000000000000004 R09: 0000000000000001
[Tue Mar  3 14:03:08 2020] R10: 00000000000001e0 R11: 0000000000000246 R12: 00007ffc5bc44370
[Tue Mar  3 14:03:08 2020] R13: 00007ffc5bc44370 R14: 000001e000000350 R15: 0000000000000004
[Tue Mar  3 14:03:08 2020] Code: 30 0f 84 b4 01 00 00 3d 4a 4c 32 30 0f 84 97 01 00 00 3d 4d 33 31 30 0f 84 7a 01 00 00 89 c6 48 c7 c7 92 14 c1 c0 e8 7f fc e8 c9 <0f> 0b 80 7b 0c 00 0f 85 e2 f3 ff ff 8b 43 2c 48 c7 c1 39 08 c1 
[Tue Mar  3 14:03:08 2020] ---[ end trace f222e837e3f5d892 ]---
[Tue Mar  3 14:03:09 2020] uvcvideo: Failed to query (GET_CUR) UVC control 1 on unit 3: -32 (exp. 1024).
[Tue Mar  3 14:03:09 2020] uvcvideo: Failed to query (GET_CUR) UVC control 1 on unit 3: -32 (exp. 1024).
[Tue Mar  3 14:03:09 2020] uvcvideo: Failed to query (GET_CUR) UVC control 1 on unit 3: -32 (exp. 1024).
[Tue Mar  3 14:03:09 2020] uvcvideo: Failed to query (GET_CUR) UVC control 1 on unit 3: -32 (exp. 1024).
[Tue Mar  3 14:03:09 2020] uvcvideo: Failed to query (GET_CUR) UVC control 1 on unit 3: -32 (exp. 1024).
[Tue Mar  3 14:03:16 2020] ------------[ cut here ]------------
[Tue Mar  3 14:03:16 2020] Unknown pixelformat 0x00000000
[Tue Mar  3 14:03:16 2020] WARNING: CPU: 0 PID: 6162 at /build/linux-hwe-Qew4YI/linux-hwe-4.15.0/drivers/media/v4l2-core/v4l2-ioctl.c:1291 v4l_fill_fmtdesc+0xf41/0x1250 [videodev]
[Tue Mar  3 14:03:16 2020] Modules linked in: uvcvideo hid_sensor_custom hid_sensor_gyro_3d hid_sensor_accel_3d videobuf2_vmalloc hid_sensor_trigger videobuf2_memops industrialio_triggered_buffer videobuf2_v4l2 kfifo_buf hid_sensor_iio_common videobuf2_core videodev hid_sensor_hub media rfcomm ccm bnep binfmt_misc nls_iso8859_1 spi_pxa2xx_platform 8250_dw dwc3 intel_rapl ulpi intel_telemetry_pltdrv udc_core intel_punit_ipc intel_telemetry_core intel_pmc_ipc snd_soc_skl x86_pkg_temp_thermal coretemp leds_upboard pinctrl_upboard kvm_intel snd_soc_skl_ipc snd_hda_ext_core snd_hda_codec_hdmi kvm snd_soc_sst_dsp snd_soc_sst_ipc snd_soc_acpi snd_soc_core snd_compress ac97_bus irqbypass snd_pcm_dmaengine crct10dif_pclmul snd_hda_intel crc32_pclmul ghash_clmulni_intel pcbc snd_hda_codec snd_hda_core snd_hwdep aesni_intel
[Tue Mar  3 14:03:16 2020]  aes_x86_64 crypto_simd glue_helper cryptd intel_cstate intel_rapl_perf snd_pcm arc4 snd_seq_midi snd_seq_midi_event snd_rawmidi pwm_lpss_pci pwm_lpss iwlmvm btusb lpc_ich btrtl btbcm input_leds btintel mac80211 bluetooth snd_seq iwlwifi snd_seq_device ecdh_generic snd_timer idma64 virt_dma intel_lpss_pci intel_lpss cfg80211 dwc3_pci snd soundcore mei_me shpchp mei ti_adc128s052 industrialio mac_hid upboard_fpga parport_pc ppdev lp parport autofs4 hid_generic usbhid hid mmc_block i915 i2c_algo_bit drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops drm ahci sdhci_pci sdhci libahci r8169 mii video pinctrl_broxton
[Tue Mar  3 14:03:16 2020] CPU: 0 PID: 6162 Comm: realsense-viewe Tainted: G        W        4.15.0-37-generic #40~upboard05-Ubuntu
[Tue Mar  3 14:03:16 2020] Hardware name: AAEON UP-APL01/UP-APL01, BIOS UPA1AM42 03/12/2019
[Tue Mar  3 14:03:16 2020] RIP: 0010:v4l_fill_fmtdesc+0xf41/0x1250 [videodev]
[Tue Mar  3 14:03:16 2020] RSP: 0018:ffffbe70c0de7c50 EFLAGS: 00010286
[Tue Mar  3 14:03:16 2020] RAX: 0000000000000000 RBX: ffffbe70c0de7d68 RCX: 0000000000000006
[Tue Mar  3 14:03:16 2020] RDX: 0000000000000007 RSI: 0000000000000092 RDI: ffff9ec0bfc16490
[Tue Mar  3 14:03:16 2020] RBP: ffffbe70c0de7c60 R08: 0000000000000001 R09: 00000000000004c2
[Tue Mar  3 14:03:16 2020] R10: ffff9ec0b74d6300 R11: 00000000000004c2 R12: ffffffffc0c6c900
[Tue Mar  3 14:03:16 2020] R13: ffff9ec0b74d63c0 R14: ffff9ec0b0731900 R15: 0000000000000000
[Tue Mar  3 14:03:16 2020] FS:  00007fce04e81740(0000) GS:ffff9ec0bfc00000(0000) knlGS:0000000000000000
[Tue Mar  3 14:03:16 2020] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[Tue Mar  3 14:03:16 2020] CR2: 00007f613e5ef000 CR3: 000000014b4d6000 CR4: 00000000003406f0
[Tue Mar  3 14:03:16 2020] Call Trace:
[Tue Mar  3 14:03:16 2020]  v4l_enum_fmt+0x75/0x120 [videodev]
[Tue Mar  3 14:03:16 2020]  __video_do_ioctl+0x2a4/0x320 [videodev]
[Tue Mar  3 14:03:16 2020]  ? unix_stream_recvmsg+0x54/0x70
[Tue Mar  3 14:03:16 2020]  ? unix_state_double_unlock+0x50/0x50
[Tue Mar  3 14:03:16 2020]  ? sock_recvmsg+0x43/0x50
[Tue Mar  3 14:03:16 2020]  ? video_ioctl2+0x20/0x20 [videodev]
[Tue Mar  3 14:03:16 2020]  video_usercopy+0x285/0x630 [videodev]
[Tue Mar  3 14:03:16 2020]  ? __switch_to_asm+0x40/0x70
[Tue Mar  3 14:03:16 2020]  ? __switch_to_asm+0x34/0x70
[Tue Mar  3 14:03:16 2020]  ? __switch_to_asm+0x40/0x70
[Tue Mar  3 14:03:16 2020]  ? __switch_to_asm+0x34/0x70
[Tue Mar  3 14:03:16 2020]  ? __switch_to_asm+0x40/0x70
[Tue Mar  3 14:03:16 2020]  ? __switch_to_asm+0x34/0x70
[Tue Mar  3 14:03:16 2020]  ? __switch_to_asm+0x40/0x70
[Tue Mar  3 14:03:16 2020]  ? __switch_to_asm+0x34/0x70
[Tue Mar  3 14:03:16 2020]  video_ioctl2+0x15/0x20 [videodev]
[Tue Mar  3 14:03:16 2020]  v4l2_ioctl+0xe8/0xf0 [videodev]
[Tue Mar  3 14:03:16 2020]  do_vfs_ioctl+0xa4/0x600
[Tue Mar  3 14:03:16 2020]  ? __schedule+0x3de/0x8b0
[Tue Mar  3 14:03:16 2020]  SyS_ioctl+0x79/0x90
[Tue Mar  3 14:03:16 2020]  do_syscall_64+0x73/0x130
[Tue Mar  3 14:03:16 2020]  entry_SYSCALL_64_after_hwframe+0x3d/0xa2
[Tue Mar  3 14:03:16 2020] RIP: 0033:0x7fce01ce5f47
[Tue Mar  3 14:03:16 2020] RSP: 002b:00007ffc5bc44828 EFLAGS: 00000246 ORIG_RAX: 0000000000000010
[Tue Mar  3 14:03:16 2020] RAX: ffffffffffffffda RBX: 00007fcdec0035b0 RCX: 00007fce01ce5f47
[Tue Mar  3 14:03:16 2020] RDX: 00007ffc5bc449b0 RSI: 00000000c0405602 RDI: 0000000000000011
[Tue Mar  3 14:03:16 2020] RBP: 00007ffc5bc44dc0 R08: 0000000005bdb260 R09: 0000000000000001
[Tue Mar  3 14:03:16 2020] R10: 5a3136200000000f R11: 0000000000000246 R12: 00007ffc5bc44bb0
[Tue Mar  3 14:03:16 2020] R13: 0000000000000000 R14: 0000000005bdb370 R15: 000000005a313620
[Tue Mar  3 14:03:16 2020] Code: 30 0f 84 b4 01 00 00 3d 4a 4c 32 30 0f 84 97 01 00 00 3d 4d 33 31 30 0f 84 7a 01 00 00 89 c6 48 c7 c7 92 14 c1 c0 e8 7f fc e8 c9 <0f> 0b 80 7b 0c 00 0f 85 e2 f3 ff ff 8b 43 2c 48 c7 c1 39 08 c1 
[Tue Mar  3 14:03:16 2020] ---[ end trace f222e837e3f5d893 ]---
[Tue Mar  3 14:03:17 2020] ------------[ cut here ]------------
[Tue Mar  3 14:03:17 2020] Unknown pixelformat 0x00000000
[Tue Mar  3 14:03:17 2020] WARNING: CPU: 1 PID: 6162 at /build/linux-hwe-Qew4YI/linux-hwe-4.15.0/drivers/media/v4l2-core/v4l2-ioctl.c:1291 v4l_fill_fmtdesc+0xf41/0x1250 [videodev]
[Tue Mar  3 14:03:17 2020] Modules linked in: uvcvideo hid_sensor_custom hid_sensor_gyro_3d hid_sensor_accel_3d videobuf2_vmalloc hid_sensor_trigger videobuf2_memops industrialio_triggered_buffer videobuf2_v4l2 kfifo_buf hid_sensor_iio_common videobuf2_core videodev hid_sensor_hub media rfcomm ccm bnep binfmt_misc nls_iso8859_1 spi_pxa2xx_platform 8250_dw dwc3 intel_rapl ulpi intel_telemetry_pltdrv udc_core intel_punit_ipc intel_telemetry_core intel_pmc_ipc snd_soc_skl x86_pkg_temp_thermal coretemp leds_upboard pinctrl_upboard kvm_intel snd_soc_skl_ipc snd_hda_ext_core snd_hda_codec_hdmi kvm snd_soc_sst_dsp snd_soc_sst_ipc snd_soc_acpi snd_soc_core snd_compress ac97_bus irqbypass snd_pcm_dmaengine crct10dif_pclmul snd_hda_intel crc32_pclmul ghash_clmulni_intel pcbc snd_hda_codec snd_hda_core snd_hwdep aesni_intel
[Tue Mar  3 14:03:17 2020]  aes_x86_64 crypto_simd glue_helper cryptd intel_cstate intel_rapl_perf snd_pcm arc4 snd_seq_midi snd_seq_midi_event snd_rawmidi pwm_lpss_pci pwm_lpss iwlmvm btusb lpc_ich btrtl btbcm input_leds btintel mac80211 bluetooth snd_seq iwlwifi snd_seq_device ecdh_generic snd_timer idma64 virt_dma intel_lpss_pci intel_lpss cfg80211 dwc3_pci snd soundcore mei_me shpchp mei ti_adc128s052 industrialio mac_hid upboard_fpga parport_pc ppdev lp parport autofs4 hid_generic usbhid hid mmc_block i915 i2c_algo_bit drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops drm ahci sdhci_pci sdhci libahci r8169 mii video pinctrl_broxton
[Tue Mar  3 14:03:17 2020] CPU: 1 PID: 6162 Comm: realsense-viewe Tainted: G        W        4.15.0-37-generic #40~upboard05-Ubuntu
[Tue Mar  3 14:03:17 2020] Hardware name: AAEON UP-APL01/UP-APL01, BIOS UPA1AM42 03/12/2019
[Tue Mar  3 14:03:17 2020] RIP: 0010:v4l_fill_fmtdesc+0xf41/0x1250 [videodev]
[Tue Mar  3 14:03:17 2020] RSP: 0018:ffffbe70c0de7c50 EFLAGS: 00010286
[Tue Mar  3 14:03:17 2020] RAX: 0000000000000000 RBX: ffffbe70c0de7d68 RCX: 0000000000000006
[Tue Mar  3 14:03:17 2020] RDX: 0000000000000007 RSI: 0000000000000092 RDI: ffff9ec0bfc96490
[Tue Mar  3 14:03:17 2020] RBP: ffffbe70c0de7c60 R08: 0000000000000001 R09: 00000000000004f3
[Tue Mar  3 14:03:17 2020] R10: ffff9ebf7498f100 R11: 00000000000004f3 R12: ffffffffc0c6c900
[Tue Mar  3 14:03:17 2020] R13: ffff9ebf7498f180 R14: ffff9ebf88446a00 R15: 0000000000000000
[Tue Mar  3 14:03:17 2020] FS:  00007fce04e81740(0000) GS:ffff9ec0bfc80000(0000) knlGS:0000000000000000
[Tue Mar  3 14:03:17 2020] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[Tue Mar  3 14:03:17 2020] CR2: 00007f1882f37d10 CR3: 000000014b4d6000 CR4: 00000000003406e0
[Tue Mar  3 14:03:17 2020] Call Trace:
[Tue Mar  3 14:03:17 2020]  v4l_enum_fmt+0x75/0x120 [videodev]
[Tue Mar  3 14:03:17 2020]  __video_do_ioctl+0x2a4/0x320 [videodev]
[Tue Mar  3 14:03:17 2020]  ? __switch_to_asm+0x34/0x70
[Tue Mar  3 14:03:17 2020]  ? __switch_to_asm+0x40/0x70
[Tue Mar  3 14:03:17 2020]  ? __switch_to_asm+0x34/0x70
[Tue Mar  3 14:03:17 2020]  ? __switch_to_asm+0x40/0x70
[Tue Mar  3 14:03:17 2020]  ? video_ioctl2+0x20/0x20 [videodev]
[Tue Mar  3 14:03:17 2020]  video_usercopy+0x285/0x630 [videodev]
[Tue Mar  3 14:03:17 2020]  video_ioctl2+0x15/0x20 [videodev]
[Tue Mar  3 14:03:17 2020]  v4l2_ioctl+0xe8/0xf0 [videodev]
[Tue Mar  3 14:03:17 2020]  do_vfs_ioctl+0xa4/0x600
[Tue Mar  3 14:03:17 2020]  ? get_unused_fd_flags+0x30/0x40
[Tue Mar  3 14:03:17 2020]  SyS_ioctl+0x79/0x90
[Tue Mar  3 14:03:17 2020]  do_syscall_64+0x73/0x130
[Tue Mar  3 14:03:17 2020]  entry_SYSCALL_64_after_hwframe+0x3d/0xa2
[Tue Mar  3 14:03:17 2020] RIP: 0033:0x7fce01ce5f47
[Tue Mar  3 14:03:17 2020] RSP: 002b:00007ffc5bc43ff8 EFLAGS: 00000246 ORIG_RAX: 0000000000000010
[Tue Mar  3 14:03:17 2020] RAX: ffffffffffffffda RBX: 00007fcdec0035b0 RCX: 00007fce01ce5f47
[Tue Mar  3 14:03:17 2020] RDX: 00007ffc5bc44180 RSI: 00000000c0405602 RDI: 0000000000000011
[Tue Mar  3 14:03:17 2020] RBP: 00007ffc5bc44580 R08: 0000000005ccf020 R09: 0000000000000001
[Tue Mar  3 14:03:17 2020] R10: 5a3136200000005a R11: 0000000000000246 R12: 00007ffc5bc44380
[Tue Mar  3 14:03:17 2020] R13: 0000000000000000 R14: 0000000005ccf130 R15: 000000005a313620
[Tue Mar  3 14:03:17 2020] Code: 30 0f 84 b4 01 00 00 3d 4a 4c 32 30 0f 84 97 01 00 00 3d 4d 33 31 30 0f 84 7a 01 00 00 89 c6 48 c7 c7 92 14 c1 c0 e8 7f fc e8 c9 <0f> 0b 80 7b 0c 00 0f 85 e2 f3 ff ff 8b 43 2c 48 c7 c1 39 08 c1 
[Tue Mar  3 14:03:17 2020] ---[ end trace f222e837e3f5d894 ]---
[Tue Mar  3 14:03:17 2020] ------------[ cut here ]------------
[Tue Mar  3 14:03:17 2020] Unknown pixelformat 0x00000000
[Tue Mar  3 14:03:17 2020] WARNING: CPU: 1 PID: 6162 at /build/linux-hwe-Qew4YI/linux-hwe-4.15.0/drivers/media/v4l2-core/v4l2-ioctl.c:1291 v4l_fill_fmtdesc+0xf41/0x1250 [videodev]
[Tue Mar  3 14:03:17 2020] Modules linked in: uvcvideo hid_sensor_custom hid_sensor_gyro_3d hid_sensor_accel_3d videobuf2_vmalloc hid_sensor_trigger videobuf2_memops industrialio_triggered_buffer videobuf2_v4l2 kfifo_buf hid_sensor_iio_common videobuf2_core videodev hid_sensor_hub media rfcomm ccm bnep binfmt_misc nls_iso8859_1 spi_pxa2xx_platform 8250_dw dwc3 intel_rapl ulpi intel_telemetry_pltdrv udc_core intel_punit_ipc intel_telemetry_core intel_pmc_ipc snd_soc_skl x86_pkg_temp_thermal coretemp leds_upboard pinctrl_upboard kvm_intel snd_soc_skl_ipc snd_hda_ext_core snd_hda_codec_hdmi kvm snd_soc_sst_dsp snd_soc_sst_ipc snd_soc_acpi snd_soc_core snd_compress ac97_bus irqbypass snd_pcm_dmaengine crct10dif_pclmul snd_hda_intel crc32_pclmul ghash_clmulni_intel pcbc snd_hda_codec snd_hda_core snd_hwdep aesni_intel
[Tue Mar  3 14:03:17 2020]  aes_x86_64 crypto_simd glue_helper cryptd intel_cstate intel_rapl_perf snd_pcm arc4 snd_seq_midi snd_seq_midi_event snd_rawmidi pwm_lpss_pci pwm_lpss iwlmvm btusb lpc_ich btrtl btbcm input_leds btintel mac80211 bluetooth snd_seq iwlwifi snd_seq_device ecdh_generic snd_timer idma64 virt_dma intel_lpss_pci intel_lpss cfg80211 dwc3_pci snd soundcore mei_me shpchp mei ti_adc128s052 industrialio mac_hid upboard_fpga parport_pc ppdev lp parport autofs4 hid_generic usbhid hid mmc_block i915 i2c_algo_bit drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops drm ahci sdhci_pci sdhci libahci r8169 mii video pinctrl_broxton
[Tue Mar  3 14:03:17 2020] CPU: 1 PID: 6162 Comm: realsense-viewe Tainted: G        W        4.15.0-37-generic #40~upboard05-Ubuntu
[Tue Mar  3 14:03:17 2020] Hardware name: AAEON UP-APL01/UP-APL01, BIOS UPA1AM42 03/12/2019
[Tue Mar  3 14:03:17 2020] RIP: 0010:v4l_fill_fmtdesc+0xf41/0x1250 [videodev]
[Tue Mar  3 14:03:17 2020] RSP: 0018:ffffbe70c0de7c50 EFLAGS: 00010286
[Tue Mar  3 14:03:17 2020] RAX: 0000000000000000 RBX: ffffbe70c0de7d68 RCX: 0000000000000006
[Tue Mar  3 14:03:17 2020] RDX: 0000000000000007 RSI: 0000000000000092 RDI: ffff9ec0bfc96490
[Tue Mar  3 14:03:17 2020] RBP: ffffbe70c0de7c60 R08: 0000000000000001 R09: 000000000000051d
[Tue Mar  3 14:03:17 2020] R10: ffff9ebf7498f100 R11: 000000000000051d R12: ffffffffc0c6c900
[Tue Mar  3 14:03:17 2020] R13: ffff9ebf7498f180 R14: ffff9ebf88446a00 R15: 0000000000000000
[Tue Mar  3 14:03:17 2020] FS:  00007fce04e81740(0000) GS:ffff9ec0bfc80000(0000) knlGS:0000000000000000
[Tue Mar  3 14:03:17 2020] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[Tue Mar  3 14:03:17 2020] CR2: 00007f1882f37d10 CR3: 000000014b4d6000 CR4: 00000000003406e0
[Tue Mar  3 14:03:17 2020] Call Trace:
[Tue Mar  3 14:03:17 2020]  v4l_enum_fmt+0x75/0x120 [videodev]
[Tue Mar  3 14:03:17 2020]  __video_do_ioctl+0x2a4/0x320 [videodev]
[Tue Mar  3 14:03:17 2020]  ? __switch_to_asm+0x34/0x70
[Tue Mar  3 14:03:17 2020]  ? __switch_to_asm+0x40/0x70
[Tue Mar  3 14:03:17 2020]  ? __switch_to_asm+0x34/0x70
[Tue Mar  3 14:03:17 2020]  ? __switch_to_asm+0x40/0x70
[Tue Mar  3 14:03:17 2020]  ? video_ioctl2+0x20/0x20 [videodev]
[Tue Mar  3 14:03:17 2020]  video_usercopy+0x285/0x630 [videodev]
[Tue Mar  3 14:03:17 2020]  video_ioctl2+0x15/0x20 [videodev]
[Tue Mar  3 14:03:17 2020]  v4l2_ioctl+0xe8/0xf0 [videodev]
[Tue Mar  3 14:03:17 2020]  do_vfs_ioctl+0xa4/0x600
[Tue Mar  3 14:03:17 2020]  ? get_unused_fd_flags+0x30/0x40
[Tue Mar  3 14:03:17 2020]  SyS_ioctl+0x79/0x90
[Tue Mar  3 14:03:17 2020]  do_syscall_64+0x73/0x130
[Tue Mar  3 14:03:17 2020]  entry_SYSCALL_64_after_hwframe+0x3d/0xa2
[Tue Mar  3 14:03:17 2020] RIP: 0033:0x7fce01ce5f47
[Tue Mar  3 14:03:17 2020] RSP: 002b:00007ffc5bc44098 EFLAGS: 00000246 ORIG_RAX: 0000000000000010
[Tue Mar  3 14:03:17 2020] RAX: ffffffffffffffda RBX: 00007ffc5bc44560 RCX: 00007fce01ce5f47
[Tue Mar  3 14:03:17 2020] RDX: 00007ffc5bc441b0 RSI: 00000000c0405602 RDI: 0000000000000011
[Tue Mar  3 14:03:17 2020] RBP: 00007ffc5bc445f0 R08: 0000000000000004 R09: 0000000000000001
[Tue Mar  3 14:03:17 2020] R10: 00000000000001e0 R11: 0000000000000246 R12: 00007ffc5bc44370
[Tue Mar  3 14:03:17 2020] R13: 00007ffc5bc44370 R14: 000001e000000350 R15: 0000000000000004
[Tue Mar  3 14:03:17 2020] Code: 30 0f 84 b4 01 00 00 3d 4a 4c 32 30 0f 84 97 01 00 00 3d 4d 33 31 30 0f 84 7a 01 00 00 89 c6 48 c7 c7 92 14 c1 c0 e8 7f fc e8 c9 <0f> 0b 80 7b 0c 00 0f 85 e2 f3 ff ff 8b 43 2c 48 c7 c1 39 08 c1 
[Tue Mar  3 14:03:17 2020] ---[ end trace f222e837e3f5d895 ]---
[Tue Mar  3 14:03:17 2020] uvcvideo: Non-zero status (-71) in video completion handler.
[Tue Mar  3 14:03:17 2020] uvcvideo: Failed to query (GET_CUR) UVC control 1 on unit 3: -32 (exp. 1024).
[Tue Mar  3 14:03:17 2020] uvcvideo: Failed to query (GET_CUR) UVC control 1 on unit 3: -32 (exp. 1024).
[Tue Mar  3 14:03:17 2020] uvcvideo: Failed to query (GET_CUR) UVC control 1 on unit 3: -32 (exp. 1024).
[Tue Mar  3 14:03:17 2020] uvcvideo: Failed to query (GET_CUR) UVC control 1 on unit 3: -32 (exp. 1024).
[Tue Mar  3 14:03:17 2020] uvcvideo: Failed to query (GET_CUR) UVC control 1 on unit 3: -32 (exp. 1024).
[Tue Mar  3 14:03:17 2020] uvcvideo: Failed to query (GET_CUR) UVC control 1 on unit 3: -32 (exp. 1024).
[Tue Mar  3 14:03:18 2020] ------------[ cut here ]------------
[Tue Mar  3 14:03:18 2020] Unknown pixelformat 0x00000000
[Tue Mar  3 14:03:18 2020] WARNING: CPU: 0 PID: 6162 at /build/linux-hwe-Qew4YI/linux-hwe-4.15.0/drivers/media/v4l2-core/v4l2-ioctl.c:1291 v4l_fill_fmtdesc+0xf41/0x1250 [videodev]
[Tue Mar  3 14:03:18 2020] Modules linked in: uvcvideo hid_sensor_custom hid_sensor_gyro_3d hid_sensor_accel_3d videobuf2_vmalloc hid_sensor_trigger videobuf2_memops industrialio_triggered_buffer videobuf2_v4l2 kfifo_buf hid_sensor_iio_common videobuf2_core videodev hid_sensor_hub media rfcomm ccm bnep binfmt_misc nls_iso8859_1 spi_pxa2xx_platform 8250_dw dwc3 intel_rapl ulpi intel_telemetry_pltdrv udc_core intel_punit_ipc intel_telemetry_core intel_pmc_ipc snd_soc_skl x86_pkg_temp_thermal coretemp leds_upboard pinctrl_upboard kvm_intel snd_soc_skl_ipc snd_hda_ext_core snd_hda_codec_hdmi kvm snd_soc_sst_dsp snd_soc_sst_ipc snd_soc_acpi snd_soc_core snd_compress ac97_bus irqbypass snd_pcm_dmaengine crct10dif_pclmul snd_hda_intel crc32_pclmul ghash_clmulni_intel pcbc snd_hda_codec snd_hda_core snd_hwdep aesni_intel
[Tue Mar  3 14:03:18 2020]  aes_x86_64 crypto_simd glue_helper cryptd intel_cstate intel_rapl_perf snd_pcm arc4 snd_seq_midi snd_seq_midi_event snd_rawmidi pwm_lpss_pci pwm_lpss iwlmvm btusb lpc_ich btrtl btbcm input_leds btintel mac80211 bluetooth snd_seq iwlwifi snd_seq_device ecdh_generic snd_timer idma64 virt_dma intel_lpss_pci intel_lpss cfg80211 dwc3_pci snd soundcore mei_me shpchp mei ti_adc128s052 industrialio mac_hid upboard_fpga parport_pc ppdev lp parport autofs4 hid_generic usbhid hid mmc_block i915 i2c_algo_bit drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops drm ahci sdhci_pci sdhci libahci r8169 mii video pinctrl_broxton
[Tue Mar  3 14:03:18 2020] CPU: 0 PID: 6162 Comm: realsense-viewe Tainted: G        W        4.15.0-37-generic #40~upboard05-Ubuntu
[Tue Mar  3 14:03:18 2020] Hardware name: AAEON UP-APL01/UP-APL01, BIOS UPA1AM42 03/12/2019
[Tue Mar  3 14:03:18 2020] RIP: 0010:v4l_fill_fmtdesc+0xf41/0x1250 [videodev]
[Tue Mar  3 14:03:18 2020] RSP: 0018:ffffbe70c0de7c50 EFLAGS: 00010286
[Tue Mar  3 14:03:18 2020] RAX: 0000000000000000 RBX: ffffbe70c0de7d68 RCX: 0000000000000006
[Tue Mar  3 14:03:18 2020] RDX: 0000000000000007 RSI: 0000000000000092 RDI: ffff9ec0bfc16490
[Tue Mar  3 14:03:18 2020] RBP: ffffbe70c0de7c60 R08: 0000000000000001 R09: 000000000000054e
[Tue Mar  3 14:03:18 2020] R10: ffff9ebf7498f100 R11: 000000000000054e R12: ffffffffc0c6c900
[Tue Mar  3 14:03:18 2020] R13: ffff9ebf7498f180 R14: ffff9ebf88446a00 R15: 0000000000000000
[Tue Mar  3 14:03:18 2020] FS:  00007fce04e81740(0000) GS:ffff9ec0bfc00000(0000) knlGS:0000000000000000
[Tue Mar  3 14:03:18 2020] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[Tue Mar  3 14:03:18 2020] CR2: 00007fcde09ba000 CR3: 000000014b4d6000 CR4: 00000000003406f0
[Tue Mar  3 14:03:18 2020] Call Trace:
[Tue Mar  3 14:03:18 2020]  v4l_enum_fmt+0x75/0x120 [videodev]
[Tue Mar  3 14:03:18 2020]  __video_do_ioctl+0x2a4/0x320 [videodev]
[Tue Mar  3 14:03:18 2020]  ? futex_wait_queue_me+0xd6/0x120
[Tue Mar  3 14:03:18 2020]  ? futex_wait+0x240/0x260
[Tue Mar  3 14:03:18 2020]  ? video_ioctl2+0x20/0x20 [videodev]
[Tue Mar  3 14:03:18 2020]  video_usercopy+0x285/0x630 [videodev]
[Tue Mar  3 14:03:18 2020]  video_ioctl2+0x15/0x20 [videodev]
[Tue Mar  3 14:03:18 2020]  v4l2_ioctl+0xe8/0xf0 [videodev]
[Tue Mar  3 14:03:18 2020]  do_vfs_ioctl+0xa4/0x600
[Tue Mar  3 14:03:18 2020]  ? SyS_futex+0x7f/0x180
[Tue Mar  3 14:03:18 2020]  SyS_ioctl+0x79/0x90
[Tue Mar  3 14:03:18 2020]  do_syscall_64+0x73/0x130
[Tue Mar  3 14:03:18 2020]  entry_SYSCALL_64_after_hwframe+0x3d/0xa2
[Tue Mar  3 14:03:18 2020] RIP: 0033:0x7fce01ce5f47
[Tue Mar  3 14:03:18 2020] RSP: 002b:00007ffc5bc44828 EFLAGS: 00000246 ORIG_RAX: 0000000000000010
[Tue Mar  3 14:03:18 2020] RAX: ffffffffffffffda RBX: 00007fcdec0035b0 RCX: 00007fce01ce5f47
[Tue Mar  3 14:03:18 2020] RDX: 00007ffc5bc449b0 RSI: 00000000c0405602 RDI: 0000000000000011
[Tue Mar  3 14:03:18 2020] RBP: 00007ffc5bc44dc0 R08: 0000000005bdb260 R09: 0000000000000001
[Tue Mar  3 14:03:18 2020] R10: 5a3136200000000f R11: 0000000000000246 R12: 00007ffc5bc44bb0
[Tue Mar  3 14:03:18 2020] R13: 0000000000000000 R14: 0000000005bdb370 R15: 000000005a313620
[Tue Mar  3 14:03:18 2020] Code: 30 0f 84 b4 01 00 00 3d 4a 4c 32 30 0f 84 97 01 00 00 3d 4d 33 31 30 0f 84 7a 01 00 00 89 c6 48 c7 c7 92 14 c1 c0 e8 7f fc e8 c9 <0f> 0b 80 7b 0c 00 0f 85 e2 f3 ff ff 8b 43 2c 48 c7 c1 39 08 c1 
[Tue Mar  3 14:03:18 2020] ---[ end trace f222e837e3f5d896 ]---
ev-mp commented 4 years ago

@jorgemia, the prompt that you see has been removed in v2.33.1

Retrofit uvc bug fix enabled with 4.18+ patching file drivers/media/usb/uvc/uvc_video.c Unreversed patch detected! Ignore -R? [n] n Apply anyway? [n] n Skipping patch. 1 out of 1 hunk ignored -- saving rejects to file drivers/media/usb/uvc/uvc_video.c.rej

Please try the latest version from github (master) and update.

jorgemiar commented 4 years ago

Installed the latest version from source and got this when running./scripts/patch-realsense-ubuntu-lts.sh:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
bc is already the newest version (1.06.95-9build1).
build-essential is already the newest version (12.1ubuntu2).
git is already the newest version (1:2.7.4-0ubuntu1.7).
linux-headers-generic is already the newest version (4.4.0.174.182).
0 to upgrade, 0 to newly install, 0 to remove and 0 not to upgrade.
Package required libusb-1.0-0-dev:  - found
Package required libssl-dev:  - found
Create patches workspace in ubuntu-xenial-hwe folder

Initialised empty Git repository in /home/jorge/librealsense/ubuntu-xenial-hwe/.git/
Fetching Ubuntu LTS tag Ubuntu-hwe-4.15.0-37.40_16.04.1  to the local kernel sources folder
remote: Counting objects: 5820100, done.
remote: Compressing objects: 100% (877345/877345), done.
remote: Total 5820100 (delta 4934074), reused 5784079 (delta 4899700)
Receiving objects: 100% (5820100/5820100), 1.23 GiB | 1.49 MiB/s, done.
Resolving deltas: 100% (4934074/4934074), done.
From git://kernel.ubuntu.com/ubuntu/ubuntu-xenial
 * [new tag]         Ubuntu-hwe-4.15.0-37.40_16.04.1 -> Ubuntu-hwe-4.15.0-37.40_16.04.1
Switching to LTS tag Ubuntu-hwe-4.15.0-37.40_16.04.1
Checking out files: 100% (64439/64439), done.
Note: checking out 'Ubuntu-hwe-4.15.0-37.40_16.04.1'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b <new-branch-name>

HEAD is now at f42c0ad... UBUNTU: Ubuntu-hwe-4.15.0-37.40~16.04.1
Applying patches for xenial-hwe line
Applying realsense-uvc patch
patching file drivers/media/usb/uvc/Makefile
patching file drivers/media/usb/uvc/uvc_driver.c
patching file drivers/media/usb/uvc/uvcvideo.h
patching file drivers/media/v4l2-core/v4l2-ioctl.c
patching file include/uapi/linux/videodev2.h
Applying realsense-metadata patch
patching file drivers/media/usb/uvc/uvc_driver.c
Hunk #1 succeeded at 2791 (offset 20 lines).
patching file drivers/media/usb/uvc/uvc_video.c
Hunk #1 succeeded at 1226 (offset 4 lines).
Hunk #2 succeeded at 1264 (offset 4 lines).
patching file drivers/media/usb/uvc/uvcvideo.h
Hunk #1 succeeded at 202 (offset 15 lines).
Hunk #2 succeeded at 223 (offset 15 lines).
Applying realsense-hid patch
patching file drivers/iio/accel/hid-sensor-accel-3d.c
patching file drivers/iio/gyro/hid-sensor-gyro-3d.c
Applying realsense-powerlinefrequency-fix patch
patching file drivers/media/usb/uvc/uvc_ctrl.c
Retrofit UVC bug fix rectified in 4.18+
checking file drivers/media/usb/uvc/uvc_video.c
Hunk #1 succeeded at 1081 (offset 4 lines).
patching file drivers/media/usb/uvc/uvc_video.c
Hunk #1 succeeded at 1081 (offset 4 lines).
[sudo] password for jorge: 
Prepare kernel modules configuration
/home/jorge/librealsense/ubuntu-xenial-hwe
2620$
  HOSTCC  scripts/basic/fixdep
  HOSTCC  scripts/kconfig/conf.o
  SHIPPED scripts/kconfig/zconf.tab.c
  SHIPPED scripts/kconfig/zconf.lex.c
  HOSTCC  scripts/kconfig/zconf.tab.o
  HOSTLD  scripts/kconfig/conf
scripts/kconfig/conf  --olddefconfig Kconfig
security/Kconfig:393:warning: defaults for choice values not supported
security/Kconfig:397:warning: defaults for choice values not supported
security/Kconfig:401:warning: defaults for choice values not supported
security/Kconfig:405:warning: defaults for choice values not supported
security/Kconfig:409:warning: defaults for choice values not supported
#
# configuration written to .config
#
scripts/kconfig/conf  --silentoldconfig Kconfig
security/Kconfig:393:warning: defaults for choice values not supported
security/Kconfig:397:warning: defaults for choice values not supported
security/Kconfig:401:warning: defaults for choice values not supported
security/Kconfig:405:warning: defaults for choice values not supported
security/Kconfig:409:warning: defaults for choice values not supported
Makefile:975: "Cannot use CONFIG_STACK_VALIDATION=y, please install libelf-dev, libelf-devel or elfutils-libelf-devel"
  SYSTBL  arch/x86/include/generated/asm/syscalls_32.h
  SYSHDR  arch/x86/include/generated/asm/unistd_32_ia32.h
  SYSHDR  arch/x86/include/generated/asm/unistd_64_x32.h
  SYSTBL  arch/x86/include/generated/asm/syscalls_64.h
  HYPERCALLS arch/x86/include/generated/asm/xen-hypercalls.h
  SYSHDR  arch/x86/include/generated/uapi/asm/unistd_32.h
  SYSHDR  arch/x86/include/generated/uapi/asm/unistd_64.h
  SYSHDR  arch/x86/include/generated/uapi/asm/unistd_x32.h
  HOSTCC  scripts/basic/bin2c
  HOSTCC  arch/x86/tools/relocs_32.o
  HOSTCC  arch/x86/tools/relocs_64.o
  HOSTCC  arch/x86/tools/relocs_common.o
  HOSTLD  arch/x86/tools/relocs
  CHK     include/config/kernel.release
  UPD     include/config/kernel.release
  WRAP    arch/x86/include/generated/uapi/asm/bpf_perf_event.h
  WRAP    arch/x86/include/generated/asm/clkdev.h
  WRAP    arch/x86/include/generated/asm/dma-contiguous.h
  WRAP    arch/x86/include/generated/asm/early_ioremap.h
  WRAP    arch/x86/include/generated/asm/mcs_spinlock.h
  WRAP    arch/x86/include/generated/asm/mm-arch-hooks.h
  CHK     include/generated/uapi/linux/version.h
  UPD     include/generated/uapi/linux/version.h
  CHK     include/generated/utsrelease.h
  UPD     include/generated/utsrelease.h
  CC      arch/x86/purgatory/purgatory.o
  AS      arch/x86/purgatory/stack.o
  AS      arch/x86/purgatory/setup-x86_64.o
  CC      arch/x86/purgatory/sha256.o
  AS      arch/x86/purgatory/entry64.o
  CC      arch/x86/purgatory/string.o
  LD      arch/x86/purgatory/purgatory.ro
  BIN2C   arch/x86/purgatory/kexec-purgatory.c
  CC      kernel/bounds.s
  CHK     include/generated/bounds.h
  UPD     include/generated/bounds.h
  CHK     include/generated/timeconst.h
  UPD     include/generated/timeconst.h
  CC      arch/x86/kernel/asm-offsets.s
  CHK     include/generated/asm-offsets.h
  UPD     include/generated/asm-offsets.h
  CALL    scripts/checksyscalls.sh
  CC      scripts/mod/empty.o
  HOSTCC  scripts/mod/mk_elfconfig
  MKELF   scripts/mod/elfconfig.h
  HOSTCC  scripts/mod/modpost.o
  CC      scripts/mod/devicetable-offsets.s
  CHK     scripts/mod/devicetable-offsets.h
  UPD     scripts/mod/devicetable-offsets.h
  HOSTCC  scripts/mod/file2alias.o
  HOSTCC  scripts/mod/sumversion.o
  HOSTLD  scripts/mod/modpost
  HOSTCC  scripts/selinux/genheaders/genheaders
  HOSTCC  scripts/selinux/mdp/mdp
  HOSTCC  scripts/kallsyms
  HOSTCC  scripts/conmakehash
  HOSTCC  scripts/recordmcount
  HOSTCC  scripts/sortextable
  HOSTCC  scripts/asn1_compiler
  HOSTCC  scripts/sign-file
  HOSTCC  scripts/extract-cert
  HOSTCC  scripts/insert-sys-cert
Compiling uvc module
make: Entering directory '/home/jorge/librealsense/ubuntu-xenial-hwe'
Makefile:975: "Cannot use CONFIG_STACK_VALIDATION=y, please install libelf-dev, libelf-devel or elfutils-libelf-devel"
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/media/usb/uvc//uvc_driver.o
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/media/usb/uvc//uvc_queue.o
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/media/usb/uvc//uvc_video.o
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/media/usb/uvc//uvc_v4l2.o
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/media/usb/uvc//uvc_ctrl.o
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/media/usb/uvc//uvc_status.o
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/media/usb/uvc//uvc_isight.o
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/media/usb/uvc//uvc_entity.o
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/media/usb/uvc//uvc_debugfs.o
  LD [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/media/usb/uvc//uvcvideo.o
  Building modules, stage 2.
  MODPOST 1 modules
  CC      /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/media/usb/uvc//uvcvideo.mod.o
  LD [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/media/usb/uvc//uvcvideo.ko
make: Leaving directory '/home/jorge/librealsense/ubuntu-xenial-hwe'
Compiling accelerometer and gyro modules
make: Entering directory '/home/jorge/librealsense/ubuntu-xenial-hwe'
Makefile:975: "Cannot use CONFIG_STACK_VALIDATION=y, please install libelf-dev, libelf-devel or elfutils-libelf-devel"
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/bma180.o
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/bma220_spi.o
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/bmc150-accel-core.o
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/bmc150-accel-i2c.o
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/da311.o
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/da280.o
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/dmard09.o
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/bmc150-accel-spi.o
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/dmard10.o
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/hid-sensor-accel-3d.o
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/kxcjk-1013.o
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/kxsd9.o
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/kxsd9-spi.o
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/kxsd9-i2c.o
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/mc3230.o
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/mma7455_i2c.o
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/mma7455_core.o
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/mma7660.o
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/mma7455_spi.o
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/mma8452.o
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/mma9551_core.o
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/mma9551.o
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/mma9553.o
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/mxc4005.o
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/mxc6255.o
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/sca3000.o
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/stk8312.o
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/stk8ba50.o
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/cros_ec_accel_legacy.o
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/ssp_accel_sensor.o
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/st_accel_buffer.o
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/st_accel_core.o
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/st_accel_i2c.o
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/st_accel_spi.o
  LD [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/st_accel.o
  Building modules, stage 2.
  MODPOST 33 modules
  CC      /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/bma180.mod.o
  CC      /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/bma220_spi.mod.o
  CC      /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/bmc150-accel-core.mod.o
  CC      /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/bmc150-accel-i2c.mod.o
  CC      /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/bmc150-accel-spi.mod.o
  CC      /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/cros_ec_accel_legacy.mod.o
  CC      /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/da280.mod.o
  CC      /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/da311.mod.o
  CC      /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/dmard10.mod.o
  CC      /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/dmard09.mod.o
  CC      /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/hid-sensor-accel-3d.mod.o
  CC      /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/kxcjk-1013.mod.o
  CC      /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/kxsd9-spi.mod.o
  CC      /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/kxsd9-i2c.mod.o
  CC      /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/kxsd9.mod.o
  CC      /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/mc3230.mod.o
  CC      /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/mma7455_core.mod.o
  CC      /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/mma7455_i2c.mod.o
  CC      /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/mma7455_spi.mod.o
  CC      /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/mma7660.mod.o
  CC      /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/mma8452.mod.o
  CC      /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/mma9551.mod.o
  CC      /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/mma9551_core.mod.o
  CC      /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/mma9553.mod.o
  CC      /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/mxc4005.mod.o
  CC      /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/mxc6255.mod.o
  CC      /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/sca3000.mod.o
  CC      /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/ssp_accel_sensor.mod.o
  CC      /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/st_accel.mod.o
  CC      /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/st_accel_i2c.mod.o
  CC      /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/st_accel_spi.mod.o
  CC      /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/stk8312.mod.o
  CC      /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/stk8ba50.mod.o
  LD [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/bmc150-accel-core.ko
  LD [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/bma180.ko
  LD [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/bmc150-accel-spi.ko
  LD [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/hid-sensor-accel-3d.ko
  LD [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/bma220_spi.ko
  LD [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/dmard09.ko
  LD [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/kxcjk-1013.ko
  LD [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/bmc150-accel-i2c.ko
  LD [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/cros_ec_accel_legacy.ko
  LD [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/da311.ko
  LD [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/mc3230.ko
  LD [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/da280.ko
  LD [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/mma7455_i2c.ko
  LD [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/dmard10.ko
  LD [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/mma7455_spi.ko
  LD [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/kxsd9.ko
  LD [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/mma7660.ko
  LD [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/kxsd9-i2c.ko
  LD [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/kxsd9-spi.ko
  LD [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/mma9553.ko
  LD [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/mma9551_core.ko
  LD [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/mma7455_core.ko
  LD [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/mma9551.ko
  LD [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/sca3000.ko
  LD [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/mma8452.ko
  LD [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/ssp_accel_sensor.ko
  LD [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/mxc4005.ko
  LD [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/st_accel_i2c.ko
  LD [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/stk8ba50.ko
  LD [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/st_accel_spi.ko
  LD [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/mxc6255.ko
  LD [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/st_accel.ko
  LD [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/accel/stk8312.ko
make: Leaving directory '/home/jorge/librealsense/ubuntu-xenial-hwe'
make: Entering directory '/home/jorge/librealsense/ubuntu-xenial-hwe'
Makefile:975: "Cannot use CONFIG_STACK_VALIDATION=y, please install libelf-dev, libelf-devel or elfutils-libelf-devel"
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/gyro/adis16130.o
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/gyro/adis16136.o
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/gyro/adis16080.o
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/gyro/adxrs450.o
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/gyro/adis16260.o
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/gyro/bmg160_core.o
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/gyro/bmg160_i2c.o
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/gyro/hid-sensor-gyro-3d.o
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/gyro/bmg160_spi.o
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/gyro/mpu3050-core.o
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/gyro/mpu3050-i2c.o
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/gyro/itg3200_core.o
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/gyro/itg3200_buffer.o
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/gyro/ssp_gyro_sensor.o
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/gyro/st_gyro_core.o
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/gyro/st_gyro_buffer.o
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/gyro/st_gyro_i2c.o
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/gyro/st_gyro_spi.o
  LD [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/gyro/itg3200.o
  LD [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/gyro/st_gyro.o
  LD [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/gyro/mpu3050.o
  Building modules, stage 2.
  MODPOST 15 modules
  CC      /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/gyro/adis16080.mod.o
  CC      /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/gyro/adis16130.mod.o
  CC      /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/gyro/adxrs450.mod.o
  CC      /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/gyro/adis16260.mod.o
  CC      /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/gyro/adis16136.mod.o
  CC      /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/gyro/bmg160_core.mod.o
  CC      /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/gyro/bmg160_i2c.mod.o
  CC      /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/gyro/bmg160_spi.mod.o
  CC      /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/gyro/hid-sensor-gyro-3d.mod.o
  CC      /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/gyro/itg3200.mod.o
  CC      /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/gyro/mpu3050.mod.o
  CC      /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/gyro/ssp_gyro_sensor.mod.o
  CC      /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/gyro/st_gyro.mod.o
  CC      /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/gyro/st_gyro_i2c.mod.o
  CC      /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/gyro/st_gyro_spi.mod.o
  LD [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/gyro/adis16136.ko
  LD [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/gyro/bmg160_spi.ko
  LD [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/gyro/bmg160_core.ko
  LD [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/gyro/itg3200.ko
  LD [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/gyro/mpu3050.ko
  LD [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/gyro/st_gyro_spi.ko
  LD [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/gyro/st_gyro_i2c.ko
  LD [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/gyro/adis16080.ko
  LD [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/gyro/adis16130.ko
  LD [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/gyro/adxrs450.ko
  LD [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/gyro/hid-sensor-gyro-3d.ko
  LD [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/gyro/adis16260.ko
  LD [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/gyro/bmg160_i2c.ko
  LD [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/gyro/st_gyro.ko
  LD [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/iio/gyro/ssp_gyro_sensor.ko
make: Leaving directory '/home/jorge/librealsense/ubuntu-xenial-hwe'
Compiling v4l2-core modules
make: Entering directory '/home/jorge/librealsense/ubuntu-xenial-hwe'
Makefile:975: "Cannot use CONFIG_STACK_VALIDATION=y, please install libelf-dev, libelf-devel or elfutils-libelf-devel"
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/media/v4l2-core/v4l2-fwnode.o
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/media/v4l2-core/v4l2-dev.o
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/media/v4l2-core/v4l2-device.o
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/media/v4l2-core/v4l2-ioctl.o
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/media/v4l2-core/v4l2-event.o
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/media/v4l2-core/v4l2-fh.o
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/media/v4l2-core/v4l2-ctrls.o
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/media/v4l2-core/v4l2-subdev.o
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/media/v4l2-core/v4l2-async.o
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/media/v4l2-core/v4l2-clk.o
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/media/v4l2-core/v4l2-compat-ioctl32.o
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/media/v4l2-core/vb2-trace.o
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/media/v4l2-core/v4l2-trace.o
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/media/v4l2-core/v4l2-mc.o
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/media/v4l2-core/v4l2-common.o
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/media/v4l2-core/v4l2-dv-timings.o
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/media/v4l2-core/tuner-core.o
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/media/v4l2-core/v4l2-flash-led-class.o
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/media/v4l2-core/v4l2-mem2mem.o
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/media/v4l2-core/videobuf-core.o
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/media/v4l2-core/videobuf-dma-sg.o
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/media/v4l2-core/videobuf-dvb.o
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/media/v4l2-core/videobuf-vmalloc.o
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/media/v4l2-core/videobuf2-core.o
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/media/v4l2-core/videobuf2-v4l2.o
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/media/v4l2-core/videobuf2-memops.o
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/media/v4l2-core/videobuf2-vmalloc.o
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/media/v4l2-core/videobuf2-dma-contig.o
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/media/v4l2-core/videobuf2-dma-sg.o
  CC [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/media/v4l2-core/videobuf2-dvb.o
  LD [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/media/v4l2-core/tuner.o
  LD [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/media/v4l2-core/videodev.o
  Building modules, stage 2.
  MODPOST 18 modules
  CC      /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/media/v4l2-core/tuner.mod.o
  CC      /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/media/v4l2-core/v4l2-dv-timings.mod.o
  CC      /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/media/v4l2-core/v4l2-common.mod.o
  CC      /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/media/v4l2-core/v4l2-flash-led-class.mod.o
  CC      /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/media/v4l2-core/v4l2-fwnode.mod.o
  CC      /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/media/v4l2-core/v4l2-mem2mem.mod.o
  CC      /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/media/v4l2-core/videobuf-core.mod.o
  CC      /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/media/v4l2-core/videobuf-dma-sg.mod.o
  CC      /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/media/v4l2-core/videobuf-dvb.mod.o
  CC      /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/media/v4l2-core/videobuf-vmalloc.mod.o
  CC      /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/media/v4l2-core/videobuf2-core.mod.o
  CC      /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/media/v4l2-core/videobuf2-dma-contig.mod.o
  CC      /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/media/v4l2-core/videobuf2-dma-sg.mod.o
  CC      /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/media/v4l2-core/videobuf2-dvb.mod.o
  CC      /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/media/v4l2-core/videobuf2-v4l2.mod.o
  CC      /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/media/v4l2-core/videobuf2-memops.mod.o
  CC      /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/media/v4l2-core/videobuf2-vmalloc.mod.o
  CC      /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/media/v4l2-core/videodev.mod.o
  LD [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/media/v4l2-core/videobuf-dma-sg.ko
  LD [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/media/v4l2-core/videobuf2-dma-contig.ko
  LD [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/media/v4l2-core/v4l2-mem2mem.ko
  LD [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/media/v4l2-core/videobuf-core.ko
  LD [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/media/v4l2-core/v4l2-flash-led-class.ko
  LD [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/media/v4l2-core/tuner.ko
  LD [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/media/v4l2-core/videobuf2-memops.ko
  LD [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/media/v4l2-core/v4l2-common.ko
  LD [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/media/v4l2-core/videobuf2-dvb.ko
  LD [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/media/v4l2-core/v4l2-dv-timings.ko
  LD [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/media/v4l2-core/videobuf2-core.ko
  LD [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/media/v4l2-core/videobuf2-dma-sg.ko
  LD [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/media/v4l2-core/videobuf2-v4l2.ko
  LD [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/media/v4l2-core/videobuf-vmalloc.ko
  LD [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/media/v4l2-core/videobuf-dvb.ko
  LD [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/media/v4l2-core/v4l2-fwnode.ko
  LD [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/media/v4l2-core/videodev.ko
  LD [M]  /home/jorge/librealsense/ubuntu-xenial-hwe/drivers/media/v4l2-core/videobuf2-vmalloc.ko
make: Leaving directory '/home/jorge/librealsense/ubuntu-xenial-hwe'
Patched kernels modules were created successfully

0
Replacing videodev  -
    Applying the patched module ...  succeeded
Replacing uvcvideo  -
    Applying the patched module ...  succeeded
Replacing hid_sensor_accel_3d  -
Module is resident, unloading ...  succeeded. 
    Applying the patched module ...  succeeded
Replacing hid_sensor_gyro_3d  -
Module is resident, unloading ...  succeeded. 
    Applying the patched module ...  succeeded

Script has completed. Please consult the installation guide for further instruction.
jorgemiar commented 4 years ago

Opened realsense-viewer, updated the camera to 5.12.3 and no longer get warnings 2, 3 or 4 in the terminal as described in my issue (When typing modinfo uvcvideo | grep "version:" however I still do not see "realsense" anywhere - has the kernel been updated succesfully?). The only one warning I get is IMU not calibrated (which makes sense as I have not done this).

Inside realsense viewer, however, the following error now shows up sometimes when starting the motion module (IMU):

Timestamp: 1583252844262.769287 Severity: Error Description: Motion Module failure

Is this because the IMU is not calibrated?

jorgemiar commented 4 years ago

Calibrated the IMU and get no more warnings on startup of realsense-viewer. Should I close this issue and create a new one for the motion module failure, which persists after calibration?

ev-mp commented 4 years ago

@jorgemia , if after receiving the message no IMU data is produced - then yes. Otherwise you can disregarded it as the SDK provides a w/a to handle it internally

jorgemiar commented 4 years ago

@ev-mp IMU data comes through so won't open an issue for now. Thanks!

One last thing before closing, when I run modinfo uvcvideo | grep "version:" I don't see realsense anywhere. Is this something to worry about?

ev-mp commented 4 years ago

No, that is the expected behavior. The modification of modinfo uvcvideo | grep "version: applies only to DKMS package as stated.

jorgemiar commented 4 years ago

Great, thanks for the help @ev-mp !