IntelRealSense / librealsense

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

Unable to get depth and IR image #409

Closed kazoo-kmt closed 7 years ago

kazoo-kmt commented 7 years ago
Required Info
Camera Model SR300
Firmware Version
Operating System & Version Ubuntu 16.04 LTS
Kernel Version (Linux Only) 4.4.0-57-generic
Build System Makefile

Hi, I have the exactly same issue on the same spec machine as #396 . Even though I applied "patch-uvcvideo-16.04.simple.sh", it didn't solve the issue (no depth and ir image when I ran cpp-capture, for example). When I ran the patch script (~/Projects/librealsense$ ./scripts/patch-uvcvideo-16.04.simple.sh), I had the following messages. After running this, I reloaded sudo modprobe uvcvideo.

Are there anything I can try?

Reading package lists... Done
Building dependency tree       
Reading state information... Done
libusb-1.0-0-dev is already the newest version (2:1.0.20-1).
The following packages were automatically installed and are no longer required:
  libpango1.0-0 libpangox-1.0-0
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 5 not upgraded.
Reading package lists... Done
Building dependency tree       
Reading state information... Done
build-essential is already the newest version (12.1ubuntu2).
linux-headers-generic is already the newest version (4.4.0.57.60).
The following packages were automatically installed and are no longer required:
  libpango1.0-0 libpangox-1.0-0
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 5 not upgraded.
patching file drivers/media/usb/uvc/Makefile
Reversed (or previously applied) patch detected!  Assume -R? [n] n
Apply anyway? [n] 
Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file drivers/media/usb/uvc/Makefile.rej
patching file drivers/media/usb/uvc/uvc_driver.c
Reversed (or previously applied) patch detected!  Assume -R? [n] n
Apply anyway? [n] 
Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file drivers/media/usb/uvc/uvc_driver.c.rej
patching file drivers/media/usb/uvc/uvcvideo.h
Reversed (or previously applied) patch detected!  Assume -R? [n] n
Apply anyway? [n] 
Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file drivers/media/usb/uvc/uvcvideo.h.rej
patching file include/uapi/linux/videodev2.h
Reversed (or previously applied) patch detected!  Assume -R? [n] n
Apply anyway? [n] 
Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file include/uapi/linux/videodev2.h.rej
ev-mp commented 7 years ago

The patch was executed at least twice. For whatever reason it didn't work on the first shot, you'll need to run again. But before that you also have to to revert all the kernel changes applied:

After that rerun the patch and collect script/kernel logs for verification.

kazoo-kmt commented 7 years ago

Thank you. I executed ./scripts/patch-uvcvideo-16.04.simple.sh once, and because it didn't work, I tried again.

"ubuntu-xenial" folder is under librealsense folder. So the process is

The followings are the message after I ran git reset --hard and ./scripts/patch-uvcvideo-16.04.simple.sh.

Reading package lists... Done
Building dependency tree       
Reading state information... Done
libusb-1.0-0-dev is already the newest version (2:1.0.20-1).
The following packages were automatically installed and are no longer required:
  libpango1.0-0 libpangox-1.0-0
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 5 not upgraded.
Reading package lists... Done
Building dependency tree       
Reading state information... Done
build-essential is already the newest version (12.1ubuntu2).
linux-headers-generic is already the newest version (4.4.0.57.60).
The following packages were automatically installed and are no longer required:
  libpango1.0-0 libpangox-1.0-0
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 5 not upgraded.
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 include/uapi/linux/videodev2.h
scripts/kconfig/conf  --silentoldconfig Kconfig
#
# configuration written to .config
#
  HOSTCC  scripts/sign-file
scripts/sign-file.c:23:30: fatal error: openssl/opensslv.h: No such file or directory
compilation terminated.
scripts/Makefile.host:91: recipe for target 'scripts/sign-file' failed
make[2]: *** [scripts/sign-file] Error 1
Makefile:565: recipe for target 'scripts' failed
make[1]: *** [scripts] Error 2
Makefile:530: recipe for target '__build_one_by_one' failed
make: *** [__build_one_by_one] Error 2
ev-mp commented 7 years ago

A dependency package is missing - openssl:

scripts/sign-file.c:23:30: fatal error: openssl/opensslv.h: N

You can install it directly, or run an additional Librealsense scripts: ./scripts/install_dependencies-4.4.sh

Make sure to revert the kernel changes before reapplying the patch.

kazoo-kmt commented 7 years ago

Thank you. After running git reset --hard and ./scripts/install_dependencies-4.4.sh then rebooting, I ran ./scripts/patch-uvcvideo-16.04.simple.sh. Then I tried to run sudo modprobe uvcvideo but the terminal stopped to run.

The message I got when running ./scripts/patch-uvcvideo-16.04.simple.sh is as follows.

Reading package lists... Done
Building dependency tree       
Reading state information... Done
libusb-1.0-0-dev is already the newest version (2:1.0.20-1).
The following packages were automatically installed and are no longer required:
  libpango1.0-0 libpangox-1.0-0 linux-headers-4.4.0-21
  linux-headers-4.4.0-21-generic linux-image-4.4.0-21-generic
  linux-image-extra-4.4.0-21-generic
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 30 not upgraded.
Reading package lists... Done
Building dependency tree       
Reading state information... Done
build-essential is already the newest version (12.1ubuntu2).
linux-headers-generic is already the newest version (4.4.0.57.60).
The following packages were automatically installed and are no longer required:
  libpango1.0-0 libpangox-1.0-0 linux-headers-4.4.0-21
  linux-headers-4.4.0-21-generic linux-image-4.4.0-21-generic
  linux-image-extra-4.4.0-21-generic
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 30 not upgraded.
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 include/uapi/linux/videodev2.h
scripts/kconfig/conf  --silentoldconfig Kconfig
*
* Restart config...
*
*
* General setup
*
Cross-compiler tool prefix (CROSS_COMPILE) [] 
Compile also drivers which will not load (COMPILE_TEST) [N/y/?] n
Local version - append to kernel release (LOCALVERSION) [] 
Automatically append version information to the version string (LOCALVERSION_AUTO) [N/y/?] n
Kernel compression mode
> 1. Gzip (KERNEL_GZIP)
  2. Bzip2 (KERNEL_BZIP2)
  3. LZMA (KERNEL_LZMA)
  4. XZ (KERNEL_XZ)
  5. LZO (KERNEL_LZO)
  6. LZ4 (KERNEL_LZ4)
choice[1-6?]: 1
Default hostname (DEFAULT_HOSTNAME) [(none)] (none)
Arbitrary version signature (VERSION_SIGNATURE) [] (NEW) 
Support for paging of anonymous memory (swap) (SWAP) [Y/n/?] y
System V IPC (SYSVIPC) [Y/n/?] y
POSIX Message Queues (POSIX_MQUEUE) [Y/n/?] y
Enable process_vm_readv/writev syscalls (CROSS_MEMORY_ATTACH) [Y/n/?] y
open by fhandle syscalls (FHANDLE) [Y/n/?] y
uselib syscall (USELIB) [Y/n/?] y
Auditing support (AUDIT) [Y/?] y
Enable system-call auditing support (AUDITSYSCALL) [Y/n/?] y
*
* IRQ subsystem
*
Expose hardware/virtual IRQ mapping via debugfs (IRQ_DOMAIN_DEBUG) [N/y/?] n
Use IRQ threading by default (IRQ_FORCED_THREADING_DEFAULT) [N/y] (NEW) 
Kernel .config support (IKCONFIG) [N/m/y/?] n
Kernel log buffer size (16 => 64KB, 17 => 128KB) (LOG_BUF_SHIFT) [18] 18
CPU kernel log buffer size contribution (13 => 8 KB, 17 => 128KB) (LOG_CPU_MAX_BUF_SHIFT) [12] 12
Memory placement aware NUMA scheduler (NUMA_BALANCING) [Y/n/?] y
  Automatically enable NUMA aware memory/task placement (NUMA_BALANCING_DEFAULT_ENABLED) [Y/n/?] y
Checkpoint/restore support (CHECKPOINT_RESTORE) [Y/n/?] y
Automatic process group scheduling (SCHED_AUTOGROUP) [Y/n/?] y
Enable deprecated sysfs features to support old userspace tools (SYSFS_DEPRECATED) [N/y/?] n
Kernel->user space relay support (formerly relayfs) (RELAY) [Y/?] y
Initial RAM filesystem and RAM disk (initramfs/initrd) support (BLK_DEV_INITRD) [Y/n/?] y
  Initramfs source file(s) (INITRAMFS_SOURCE) [] 
  Support initial ramdisks compressed using gzip (RD_GZIP) [Y/n/?] y
  Support initial ramdisks compressed using bzip2 (RD_BZIP2) [Y/n/?] y
  Support initial ramdisks compressed using LZMA (RD_LZMA) [Y/n/?] y
  Support initial ramdisks compressed using XZ (RD_XZ) [Y/n/?] y
  Support initial ramdisks compressed using LZO (RD_LZO) [Y/n/?] y
  Support initial ramdisks compressed using LZ4 (RD_LZ4) [Y/n/?] y
Optimize for size (CC_OPTIMIZE_FOR_SIZE) [N/y/?] n
Enable bpf() system call (BPF_SYSCALL) [Y/n/?] y
Use full shmem filesystem (SHMEM) [Y/?] y
Enable AIO support (AIO) [Y/n/?] y
Enable madvise/fadvise syscalls (ADVISE_SYSCALLS) [Y/n/?] y
Enable userfaultfd() system call (USERFAULTFD) [Y/n/?] y
Enable PCI quirk workarounds (PCI_QUIRKS) [Y/n/?] y
Enable membarrier() system call (MEMBARRIER) [Y/n/?] y
Embedded system (EMBEDDED) [N/y/?] n
Enable VM event counters for /proc/vmstat (VM_EVENT_COUNTERS) [Y/n/?] y
Enable SLUB debugging support (SLUB_DEBUG) [Y/n/?] y
Disable heap randomization (COMPAT_BRK) [N/y/?] n
Choose SLAB allocator
  1. SLAB (SLAB)
> 2. SLUB (Unqueued Allocator) (SLUB)
  3. SLOB (Simple Allocator) (SLOB)
choice[1-3?]: 2
SLUB per cpu partial cache (SLUB_CPU_PARTIAL) [Y/n/?] y
Provide system-wide ring of blacklisted keys (SYSTEM_BLACKLIST_KEYRING) [N/y/?] (NEW) 
Profiling support (PROFILING) [Y/n/?] y
OProfile system profiling (OPROFILE) [M/n/y/?] m
  OProfile multiplexing support (EXPERIMENTAL) (OPROFILE_EVENT_MULTIPLEX) [N/y/?] n
Kprobes (KPROBES) [Y/n/?] y
Optimize very unlikely/likely branches (JUMP_LABEL) [Y/n/?] y
  Static key selftest (STATIC_KEYS_SELFTEST) [N/y/?] n
Stack Protector buffer overflow detection
  1. None (CC_STACKPROTECTOR_NONE)
  2. Regular (CC_STACKPROTECTOR_REGULAR)
> 3. Strong (CC_STACKPROTECTOR_STRONG)
choice[1-3?]: 3
*
* Processor type and features
*
DMA memory allocation support (ZONE_DMA) [N/y/?] n
Symmetric multi-processing support (SMP) [Y/n/?] y
Support x2apic (X86_X2APIC) [Y/n/?] y
Enable MPS table (X86_MPPARSE) [Y/n/?] y
Support for extended (non-PC) x86 platforms (X86_EXTENDED_PLATFORM) [Y/n/?] y
Numascale NumaChip (X86_NUMACHIP) [Y/n/?] y
ScaleMP vSMP (X86_VSMP) [N/y/?] n
SGI Ultraviolet (X86_UV) [N/y/?] n
Goldfish (Virtual Platform) (X86_GOLDFISH) [N/y/?] n
Intel Low Power Subsystem Support (X86_INTEL_LPSS) [Y/n/?] y
AMD ACPI2Platform devices support (X86_AMD_PLATFORM_DEVICE) [Y/n/?] y
Intel SoC IOSF Sideband support for SoC platforms (IOSF_MBI) [Y/?] y
  Enable IOSF sideband access through debugfs (IOSF_MBI_DEBUG) [Y/n/?] y
Single-depth WCHAN output (SCHED_OMIT_FRAME_POINTER) [Y/n/?] y
Processor family
  1. Opteron/Athlon64/Hammer/K8 (MK8)
  2. Intel P4 / older Netburst based Xeon (MPSC)
  3. Core 2/newer Xeon (MCORE2)
  4. Intel Atom (MATOM)
> 5. Generic-x86-64 (GENERIC_CPU)
choice[1-5?]: 5
Enable DMI scanning (DMI) [Y/n/?] y
Old AMD GART IOMMU support (GART_IOMMU) [Y/n/?] y
IBM Calgary IOMMU support (CALGARY_IOMMU) [Y/n/?] y
  Should Calgary be enabled by default? (CALGARY_IOMMU_ENABLED_BY_DEFAULT) [Y/n/?] y
Enable Maximum number of SMP Processors and NUMA Nodes (MAXSMP) [N/y/?] n
Maximum number of CPUs (NR_CPUS) [256] 256
SMT (Hyperthreading) scheduler support (SCHED_SMT) [Y/n/?] y
Multi-core scheduler support (SCHED_MC) [Y/n/?] y
Preemption Model
  1. No Forced Preemption (Server) (PREEMPT_NONE)
> 2. Voluntary Kernel Preemption (Desktop) (PREEMPT_VOLUNTARY)
  3. Preemptible Kernel (Low-Latency Desktop) (PREEMPT)
choice[1-3]: 2
Reroute for broken boot IRQs (X86_REROUTE_FOR_BROKEN_BOOT_IRQS) [Y/n/?] y
Machine Check / overheating reporting (X86_MCE) [Y/n/?] y
  Intel MCE features (X86_MCE_INTEL) [Y/n/?] y
  AMD MCE features (X86_MCE_AMD) [Y/n/?] y
Machine check injector support (X86_MCE_INJECT) [M/n/y/?] m
Enable support for 16-bit segments (X86_16BIT) [Y/n/?] y
Enable vsyscall emulation (X86_VSYSCALL_EMULATION) [Y/n/?] y
Dell i8k legacy laptop support (I8K) [M/n/y/?] m
CPU microcode loading support (MICROCODE) [Y/n/?] y
  Intel microcode loading support (MICROCODE_INTEL) [Y/n/?] y
  AMD microcode loading support (MICROCODE_AMD) [Y/n/?] y
/dev/cpu/*/msr - Model-specific register support (X86_MSR) [M/n/y/?] m
/dev/cpu/*/cpuid - CPU information support (X86_CPUID) [M/n/y/?] m
Numa Memory Allocation and Scheduler Support (NUMA) [Y/n/?] y
  Old style AMD Opteron NUMA detection (AMD_NUMA) [Y/n/?] y
  ACPI NUMA detection (X86_64_ACPI_NUMA) [Y/n/?] y
  NUMA emulation (NUMA_EMU) [N/y/?] n
Maximum NUMA Nodes (as a power of 2) (NODES_SHIFT) [6] 6
Enable sysfs memory/probe interface (ARCH_MEMORY_PROBE) [Y/n/?] y
Memory model
> 1. Sparse Memory (SPARSEMEM_MANUAL)
choice[1]: 1
Sparse Memory virtual memmap (SPARSEMEM_VMEMMAP) [Y/n/?] y
Enable to assign a node which has only movable memory (MOVABLE_NODE) [Y/n/?] y
Allow for memory hot-add (MEMORY_HOTPLUG) [Y/n] y
  Allow for memory hot remove (MEMORY_HOTREMOVE) [Y/n] y
Allow for balloon memory compaction/migration (BALLOON_COMPACTION) [Y/n/?] y
Allow for memory compaction (COMPACTION) [Y/?] y
  Page migration (MIGRATION) [Y/?] y
Enable KSM for page merging (KSM) [Y/n/?] y
Low address space to protect from user allocation (DEFAULT_MMAP_MIN_ADDR) [65536] 65536
Enable recovery from hardware memory errors (MEMORY_FAILURE) [Y/n/?] y
  HWPoison pages injector (HWPOISON_INJECT) [M/n/y] m
Transparent Hugepage Support (TRANSPARENT_HUGEPAGE) [Y/n/?] y
  Transparent Hugepage Support sysfs defaults
  > 1. always (TRANSPARENT_HUGEPAGE_ALWAYS)
    2. madvise (TRANSPARENT_HUGEPAGE_MADVISE)
  choice[1-2?]: 1
Enable cleancache driver to cache clean pages if tmem is present (CLEANCACHE) [Y/n/?] y
Enable frontswap to cache swap pages if tmem is present (FRONTSWAP) [Y/n/?] y
Contiguous Memory Allocator (CMA) [Y/n/?] y
  CMA debug messages (DEVELOPMENT) (CMA_DEBUG) [N/y/?] n
  CMA debugfs interface (CMA_DEBUGFS) [N/y/?] n
  Maximum count of the CMA areas (CMA_AREAS) [7] 7
Track memory changes (MEM_SOFT_DIRTY) [Y/n/?] y
Compressed cache for swap pages (EXPERIMENTAL) (ZSWAP) [Y/n/?] y
Common API for compressed memory storage (ZPOOL) [Y/?] y
Low density storage for compressed pages (ZBUD) [Y/n/m/?] y
Memory allocator for compressed pages (ZSMALLOC) [Y/n/m/?] y
  Use page table mapping to access object in zsmalloc (PGTABLE_MAPPING) [Y/n/?] y
  Export zsmalloc statistics (ZSMALLOC_STAT) [N/y/?] n
Defer initialisation of struct pages to kswapd (DEFERRED_STRUCT_PAGE_INIT) [N/y/?] n
Enable idle page tracking (IDLE_PAGE_TRACKING) [Y/n/?] y
Device memory (pmem, etc...) hotplug support (ZONE_DEVICE) [Y/n/?] y
Support non-standard NVDIMMs and ADR protected memory (X86_PMEM_LEGACY) [Y/n/m/?] y
Check for low memory corruption (X86_CHECK_BIOS_CORRUPTION) [Y/n/?] y
  Set the default setting of memory_corruption_check (X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK) [Y/n/?] y
Amount of low memory, in kilobytes, to reserve for the BIOS (X86_RESERVE_LOW) [64] 64
MTRR (Memory Type Range Register) support (MTRR) [Y/n/?] y
  MTRR cleanup support (MTRR_SANITIZER) [Y/n/?] y
    MTRR cleanup enable value (0-1) (MTRR_SANITIZER_ENABLE_DEFAULT) [1] 1
    MTRR cleanup spare reg num (0-7) (MTRR_SANITIZER_SPARE_REG_NR_DEFAULT) [1] 1
  x86 PAT support (X86_PAT) [Y/n/?] y
x86 architectural random number generator (ARCH_RANDOM) [Y/n/?] y
Supervisor Mode Access Prevention (X86_SMAP) [Y/n/?] y
Intel MPX (Memory Protection Extensions) (X86_INTEL_MPX) [Y/n/?] y
EFI runtime service support (EFI) [Y/n/?] y
  EFI stub support (EFI_STUB) [Y/n/?] y
    EFI mixed-mode support (EFI_MIXED) [Y/n/?] y
  Force module signing when UEFI Secure Boot is enabled (EFI_SECURE_BOOT_SIG_ENFORCE) [N/y/?] (NEW) 
Enable seccomp to safely compute untrusted bytecode (SECCOMP) [Y/n/?] y
Timer frequency
  1. 100 HZ (HZ_100)
> 2. 250 HZ (HZ_250)
  3. 300 HZ (HZ_300)
  4. 1000 HZ (HZ_1000)
choice[1-4?]: 2
kexec system call (KEXEC) [Y/n/?] y
kexec file based system call (KEXEC_FILE) [Y/n/?] y
  Verify kernel signature during kexec_file_load() syscall (KEXEC_VERIFY_SIG) [Y/n/?] y
    Enable bzImage signature verification support (KEXEC_BZIMAGE_VERIFY_SIG) [Y/n/?] y
kernel crash dumps (CRASH_DUMP) [Y/n/?] y
kexec jump (KEXEC_JUMP) [Y/n/?] y
Physical address where the kernel is loaded (PHYSICAL_START) [0x1000000] 0x1000000
Build a relocatable kernel (RELOCATABLE) [Y/?] y
  Randomize the address of the kernel image (RANDOMIZE_BASE) [Y/n/?] y
    Maximum kASLR offset allowed (RANDOMIZE_BASE_MAX_OFFSET) [0x40000000] 0x40000000
Alignment value to which kernel should be aligned (PHYSICAL_ALIGN) [0x1000000] 0x1000000
Support for hot-pluggable CPUs (HOTPLUG_CPU) [Y/?] y
  Set default setting of cpu0_hotpluggable (BOOTPARAM_HOTPLUG_CPU0) [N/y/?] n
  Debug CPU0 hotplug (DEBUG_HOTPLUG_CPU0) [N/y/?] n
Disable the 32-bit vDSO (needed for glibc 2.3.3) (COMPAT_VDSO) [N/y/?] n
vsyscall table for legacy applications
  1. Native (LEGACY_VSYSCALL_NATIVE)
> 2. Emulate (LEGACY_VSYSCALL_EMULATE)
  3. None (LEGACY_VSYSCALL_NONE)
choice[1-3?]: 2
Built-in kernel command line (CMDLINE_BOOL) [N/y/?] n
Enable the LDT (local descriptor table) (MODIFY_LDT_SYSCALL) [Y/n/?] y
Kernel Live Patching (LIVEPATCH) [Y/n/?] y
*
* Bus options (PCI etc.)
*
PCI support (PCI) [Y/?] y
  Support mmconfig PCI config space access (PCI_MMCONFIG) [Y/n] y
  Read CNB20LE Host Bridge Windows (PCI_CNB20LE_QUIRK) [N/y/?] n
  PCI Express Port Bus support (PCIEPORTBUS) [Y/n/?] y
    PCI Express Hotplug driver (HOTPLUG_PCI_PCIE) [Y/n/?] y
    Root Port Advanced Error Reporting support (PCIEAER) [Y/n/?] y
      PCI Express ECRC settings control (PCIE_ECRC) [N/y/?] n
      PCIe AER error injector support (PCIEAER_INJECT) [N/m/y/?] n
    PCI Express ASPM control (PCIEASPM) [Y/n/?] y
      Debug PCI Express ASPM (PCIEASPM_DEBUG) [Y/n/?] y
      Default ASPM policy
      > 1. BIOS default (PCIEASPM_DEFAULT)
        2. Powersave (PCIEASPM_POWERSAVE)
        3. Performance (PCIEASPM_PERFORMANCE)
      choice[1-3]: 1
  Message Signaled Interrupts (MSI and MSI-X) (PCI_MSI) [Y/?] y
  PCI Debugging (PCI_DEBUG) [N/y/?] n
  Enable PCI resource re-allocation detection (PCI_REALLOC_ENABLE_AUTO) [Y/n/?] y
  PCI Stub driver (PCI_STUB) [M/n/y/?] m
  Xen PCI Frontend (XEN_PCIDEV_FRONTEND) [M/n/y/?] m
  Interrupts on hypertransport devices (HT_IRQ) [Y/n/?] y
PCI IOV support (PCI_IOV) [Y/?] y
PCI PRI support (PCI_PRI) [Y/?] y
PCI PASID support (PCI_PASID) [Y/?] y
Hyper-V PCI Frontend (PCI_HYPERV) [N/m/?] (NEW) 
ISA-style DMA support (ISA_DMA_API) [Y/n/?] y
RapidIO support (RAPIDIO) [Y/n/m/?] y
  IDT Tsi721 PCI Express SRIO Controller support (RAPIDIO_TSI721) [M/n/y/?] m
  Discovery timeout duration (seconds) (RAPIDIO_DISC_TIMEOUT) [30] 30
  Enable RapidIO Input/Output Ports (RAPIDIO_ENABLE_RX_TX_PORTS) [N/y/?] n
  DMA Engine support for RapidIO (RAPIDIO_DMA_ENGINE) [Y/n/?] y
  RapidIO subsystem debug messages (RAPIDIO_DEBUG) [N/y/?] n
  Enumeration method [M/y/?] m
    Basic (RAPIDIO_ENUM_BASIC) [M/n/?] m
Mark VGA/VBE/EFI FB as generic system framebuffer (X86_SYSFB) [N/y/?] n
*
* Device Drivers
*
NVM Express block device (BLK_DEV_NVME) [M/n/y/?] m
  SCSI emulation for NVMe device nodes (BLK_DEV_NVME_SCSI) [N/y/?] (NEW) 
*
* Ethernet driver support
*
Ethernet driver support (ETHERNET) [Y/?] y
  3Com devices (NET_VENDOR_3COM) [Y/n/?] y
    3Com 3c574 PCMCIA support (PCMCIA_3C574) [M/n/?] m
    3Com 3c589 PCMCIA support (PCMCIA_3C589) [M/n/?] m
    3c590/3c900 series (592/595/597) "Vortex/Boomerang" support (VORTEX) [M/n/y/?] m
    3cr990 series "Typhoon" support (TYPHOON) [M/n/y/?] m
  Adaptec devices (NET_VENDOR_ADAPTEC) [Y/n/?] y
    Adaptec Starfire/DuraLAN support (ADAPTEC_STARFIRE) [M/n/y/?] m
  Agere devices (NET_VENDOR_AGERE) [Y/n/?] y
    Agere ET-1310 Gigabit Ethernet support (ET131X) [M/n/y/?] m
  Alteon devices (NET_VENDOR_ALTEON) [Y/n/?] y
    Alteon AceNIC/3Com 3C985/NetGear GA620 Gigabit support (ACENIC) [M/n/y/?] m
      Omit support for old Tigon I based AceNICs (ACENIC_OMIT_TIGON_I) [N/y/?] n
  Altera Triple-Speed Ethernet MAC support (ALTERA_TSE) [M/n/y/?] m
  Amazon Devices (NET_VENDOR_AMAZON) [Y/n/?] (NEW) 
    Elastic Network Adapter (ENA) support (ENA_ETHERNET) [N/m/y/?] (NEW) 
  AMD devices (NET_VENDOR_AMD) [Y/n/?] y
    AMD 8111 (new PCI LANCE) support (AMD8111_ETH) [M/n/y/?] m
    AMD PCnet32 PCI support (PCNET32) [M/n/y/?] m
    New Media PCMCIA support (PCMCIA_NMCLAN) [M/n/?] m
  ARC devices (NET_VENDOR_ARC) [Y/n/?] y
  Atheros devices (NET_VENDOR_ATHEROS) [Y/n/?] y
    Atheros L2 Fast Ethernet support (ATL2) [M/n/y/?] m
    Atheros/Attansic L1 Gigabit Ethernet support (ATL1) [M/n/y/?] m
    Atheros L1E Gigabit Ethernet support (ATL1E) [M/n/y/?] m
    Atheros L1C Gigabit Ethernet support (ATL1C) [M/n/y/?] m
    Qualcomm Atheros AR816x/AR817x support (ALX) [M/n/y/?] m
  Aurora VLSI devices (NET_VENDOR_AURORA) [Y/n/?] y
    Aurora AU-NB8800 support (AURORA_NB8800) [M/n/y/?] m
  Cadence devices (NET_CADENCE) [Y/n/?] y
    Cadence MACB/GEM support (MACB) [M/n/y/?] m
  Broadcom devices (NET_VENDOR_BROADCOM) [Y/?] y
    Broadcom 440x/47xx ethernet support (B44) [M/n/y/?] m
    Broadcom GENET internal MAC support (BCMGENET) [M/n/y/?] m
    QLogic bnx2 support (BNX2) [M/y/?] m
    QLogic CNIC support (CNIC) [M/y/?] m
    Broadcom Tigon3 support (TIGON3) [M/n/y/?] m
    Broadcom NetXtremeII 10Gb support (BNX2X) [M/n/y/?] m
      Broadcom 578xx and 57712 SR-IOV support (BNX2X_SRIOV) [Y/n/?] y
      Virtual eXtensible Local Area Network support (BNX2X_VXLAN) [Y/n/?] y
    Broadcom NetXtreme-C/E support (BNXT) [M/n/?] m
      Broadcom NetXtreme-C/E SR-IOV support (BNXT_SRIOV) [Y/n/?] y
  QLogic BR-series devices (NET_VENDOR_BROCADE) [Y/n/?] y
    QLogic BR-series 1010/1020/1860 10Gb Ethernet Driver support (BNA) [M/n/y/?] m
  Cavium ethernet drivers (NET_VENDOR_CAVIUM) [Y/n/?] y
    Thunder Physical function driver (THUNDER_NIC_PF) [M/n/y/?] m
    Thunder Virtual function driver (THUNDER_NIC_VF) [M/n/y/?] m
    Thunder MAC interface driver (BGX) (THUNDER_NIC_BGX) [M/y/?] m
    Cavium LiquidIO support (LIQUIDIO) [M/n/y/?] m
  Chelsio devices (NET_VENDOR_CHELSIO) [Y/?] y
    Chelsio 10Gb Ethernet support (CHELSIO_T1) [M/n/y/?] m
      Chelsio gigabit Ethernet support (CHELSIO_T1_1G) [Y/n/?] y
    Chelsio Communications T3 10Gb Ethernet support (CHELSIO_T3) [M/y/?] m
    Chelsio Communications T4/T5 Ethernet support (CHELSIO_T4) [M/y/?] m
      Data Center Bridging (DCB) Support for Chelsio T4/T5 cards (CHELSIO_T4_DCB) [Y/n/?] y
        Fibre Channel over Ethernet (FCoE) Support for Chelsio T5 cards (CHELSIO_T4_FCOE) [Y/n/?] y
    Chelsio Communications T4/T5 Virtual Function Ethernet support (CHELSIO_T4VF) [M/n/y/?] m
  Cisco devices (NET_VENDOR_CISCO) [Y/?] y
    Cisco VIC Ethernet NIC Support (ENIC) [M/y/?] m
  Beckhoff CX5020 EtherCAT master support (CX_ECAT) [M/n/y/?] m
  Dave ethernet support (DNET) (DNET) [M/n/y/?] m
  Digital Equipment devices (NET_VENDOR_DEC) [Y/n/?] y
    DEC - Tulip devices (NET_TULIP) [Y/n/?] y
      Early DECchip Tulip (dc2104x) PCI support (DE2104X) [M/n/y/?] m
        Descriptor Skip Length in 32 bit longwords (DE2104X_DSL) [0] 0
      DECchip Tulip (dc2114x) PCI support (TULIP) [M/n/y/?] m
        New bus configuration (TULIP_MWI) [N/y/?] n
        Use PCI shared mem for NIC registers (TULIP_MMIO) [N/y/?] n
        Use RX polling (NAPI) (TULIP_NAPI) [N/y/?] n
      Generic DECchip & DIGITAL EtherWORKS PCI/EISA (DE4X5) [M/n/y/?] m
      Winbond W89c840 Ethernet support (WINBOND_840) [M/n/y/?] m
      Davicom DM910x/DM980x support (DM9102) [M/n/y/?] m
      ULi M526x controller support (ULI526X) [M/n/y/?] m
      Xircom CardBus support (PCMCIA_XIRCOM) [M/n/y/?] m
  D-Link devices (NET_VENDOR_DLINK) [Y/n/?] y
    DL2000/TC902x/IP1000A-based Gigabit Ethernet support (DL2K) [M/n/y/?] m
    Sundance Alta support (SUNDANCE) [M/n/y/?] m
      Use MMIO instead of PIO (SUNDANCE_MMIO) [N/y/?] n
  Emulex devices (NET_VENDOR_EMULEX) [Y/?] y
    ServerEngines' 10Gbps NIC - BladeEngine (BE2NET) [M/y/?] m
      HWMON support for be2net driver (BE2NET_HWMON) [Y/n/?] y
      VXLAN offload support on be2net driver (BE2NET_VXLAN) [Y/n/?] y
  EZchip devices (NET_VENDOR_EZCHIP) [Y/n/?] y
  Exar devices (NET_VENDOR_EXAR) [Y/n/?] y
    Exar Xframe 10Gb Ethernet Adapter (S2IO) [M/n/y/?] m
    Exar X3100 Series 10GbE PCIe Server Adapter (VXGE) [M/n/y/?] m
      Enabling All Debug trace statements in driver (VXGE_DEBUG_TRACE_ALL) [N/y/?] n
  Fujitsu devices (NET_VENDOR_FUJITSU) [Y/n/?] y
    Fujitsu FMV-J18x PCMCIA support (PCMCIA_FMVJ18X) [M/n/?] m
  HP devices (NET_VENDOR_HP) [Y/n/?] y
    HP 10/100VG PCLAN (ISA, EISA, PCI) support (HP100) [M/n/y/?] m
  Intel devices (NET_VENDOR_INTEL) [Y/n/?] y
    Intel(R) PRO/100+ support (E100) [M/n/y/?] m
    Intel(R) PRO/1000 Gigabit Ethernet support (E1000) [M/n/y/?] m
    Intel(R) PRO/1000 PCI-Express Gigabit Ethernet support (E1000E) [M/n/y/?] m
      Support HW cross-timestamp on PCH devices (E1000E_HWTS) [Y/n/?] (NEW) 
    Intel(R) 82575/82576 PCI-Express Gigabit Ethernet support (IGB) [M/n/y/?] m
      Intel(R) PCI-Express Gigabit adapters HWMON support (IGB_HWMON) [Y/n/?] y
      Direct Cache Access (DCA) Support (IGB_DCA) [Y/n/?] y
    Intel(R) 82576 Virtual Function Ethernet support (IGBVF) [M/n/y/?] m
    Intel(R) PRO/10GbE support (IXGB) [M/n/y/?] m
    Intel(R) 10GbE PCI Express adapters support (IXGBE) [M/n/y/?] m
      Virtual eXtensible Local Area Network Support (IXGBE_VXLAN) [Y/n/?] y
      Intel(R) 10GbE PCI Express adapters HWMON support (IXGBE_HWMON) [Y/n/?] y
      Direct Cache Access (DCA) Support (IXGBE_DCA) [Y/n/?] y
      Data Center Bridging (DCB) Support (IXGBE_DCB) [Y/n/?] y
    Intel(R) 10GbE PCI Express Virtual Function Ethernet support (IXGBEVF) [M/n/y/?] m
    Intel(R) Ethernet Controller XL710 Family support (I40E) [M/n/y/?] m
      Virtual eXtensible Local Area Network Support (I40E_VXLAN) [Y/n/?] y
      Data Center Bridging (DCB) Support (I40E_DCB) [Y/n/?] y
      Fibre Channel over Ethernet (FCoE) (I40E_FCOE) [Y/n/?] y
    Intel(R) XL710 X710 Virtual Function Ethernet support (I40EVF) [M/n/y/?] m
    Intel(R) FM10000 Ethernet Switch Host Interface Support (FM10K) [M/n/y/?] m
      Virtual eXtensible Local Area Network Support (FM10K_VXLAN) [Y/n/?] y
    Intel (82586/82593/82596) devices (NET_VENDOR_I825XX) [Y/n/?] y
  JMicron(R) PCI-Express Gigabit Ethernet support (JME) [M/n/y/?] m
  Marvell devices (NET_VENDOR_MARVELL) [Y/n/?] y
    Marvell MDIO interface support (MVMDIO) [M/n/y/?] m
    Marvell Yukon Gigabit Ethernet support (SKGE) [M/n/y/?] m
      Debugging interface (SKGE_DEBUG) [N/y/?] n
      Support for older SysKonnect Genesis boards (SKGE_GENESIS) [Y/n/?] y
    Marvell Yukon 2 support (SKY2) [M/n/y/?] m
      Debugging interface (SKY2_DEBUG) [N/y/?] n
  Mellanox devices (NET_VENDOR_MELLANOX) [Y/?] y
    Mellanox Technologies 1/10/40Gbit Ethernet support (MLX4_EN) [M/n/y/?] m
      Data Center Bridging (DCB) Support (MLX4_EN_DCB) [Y/n/?] y
      VXLAN offloads Support (MLX4_EN_VXLAN) [Y/n/?] y
    Verbose debugging output (MLX4_DEBUG) [Y/n/?] y
    Mellanox Technologies ConnectX-4 and Connect-IB core driver (MLX5_CORE) [M/n/y/?] m
      Mellanox Technologies ConnectX-4 Ethernet support (MLX5_CORE_EN) [Y/n/?] y
    Mellanox Technologies Switch ASICs support (MLXSW_CORE) [M/n/y/?] m
      PCI bus implementation for Mellanox Technologies Switch ASICs (MLXSW_PCI) [M/n/?] m
  Micrel devices (NET_VENDOR_MICREL) [Y/n/?] y
    Micrel KSZ8841/42 with generic bus interface (KS8842) [M/n/y/?] m
    Micrel KS8851 SPI (KS8851) [M/n/y/?] m
    Micrel KS8851 MLL (KS8851_MLL) [M/n/y/?] m
    Micrel KSZ8841/2 PCI (KSZ884X_PCI) [M/n/y/?] m
  Microchip devices (NET_VENDOR_MICROCHIP) [Y/n/?] y
    ENC28J60 support (ENC28J60) [M/n/y/?] m
      Enable write verify (ENC28J60_WRITEVERIFY) [N/y/?] n
    ENCX24J600 support (ENCX24J600) [M/n/y/?] m
  Myricom devices (NET_VENDOR_MYRI) [Y/n/?] y
    Myricom Myri-10G Ethernet support (MYRI10GE) [M/n/y/?] m
      Direct Cache Access (DCA) Support (MYRI10GE_DCA) [Y/n/?] y
  Myson MTD-8xx PCI Ethernet support (FEALNX) [M/n/y/?] m
  National Semi-conductor devices (NET_VENDOR_NATSEMI) [Y/n/?] y
    National Semiconductor DP8381x series PCI Ethernet support (NATSEMI) [M/n/y/?] m
    National Semiconductor DP83820 support (NS83820) [M/n/y/?] m
    National Semi-conductor 8390 devices (NET_VENDOR_8390) [Y/n/?] y
      Asix AX88190 PCMCIA support (PCMCIA_AXNET) [M/n/?] m
      PCI NE2000 and clones support (see help) (NE2K_PCI) [M/n/y/?] m
      NE2000 compatible PCMCIA support (PCMCIA_PCNET) [M/n/?] m
  NVIDIA devices (NET_VENDOR_NVIDIA) [Y/n/?] y
    nForce Ethernet support (FORCEDETH) [M/n/y/?] m
  OKI Semiconductor devices (NET_VENDOR_OKI) [Y/n/?] y
  OpenCores 10/100 Mbps Ethernet MAC support (ETHOC) [M/n/y/?] m
  Packet Engine devices (NET_PACKET_ENGINE) [Y/n/?] y
    Packet Engines Hamachi GNIC-II support (HAMACHI) [M/n/y/?] m
    Packet Engines Yellowfin Gigabit-NIC support (YELLOWFIN) [M/n/y/?] m
  QLogic devices (NET_VENDOR_QLOGIC) [Y/n/?] y
    QLogic QLA3XXX Network Driver Support (QLA3XXX) [M/n/y/?] m
    QLOGIC QLCNIC 1/10Gb Converged Ethernet NIC Support (QLCNIC) [M/n/y/?] m
      QLOGIC QLCNIC 83XX family SR-IOV Support (QLCNIC_SRIOV) [Y/n/?] y
      QLOGIC QLCNIC 82XX and 83XX family DCB Support (QLCNIC_DCB) [Y/n/?] y
      Virtual eXtensible Local Area Network (VXLAN) offload support (QLCNIC_VXLAN) [Y/n/?] y
      QLOGIC QLCNIC 82XX and 83XX family HWMON support (QLCNIC_HWMON) [Y/n/?] y
    QLogic QLGE 10Gb Ethernet Driver Support (QLGE) [M/n/y/?] m
    NetXen Multi port (1/10) Gigabit Ethernet NIC (NETXEN_NIC) [M/n/y/?] m
    QLogic QED 25/40/100Gb core driver (QED) [M/n/y/?] m
      QLogic QED 25/40/100Gb Ethernet NIC (QEDE) [M/n/?] m
  Qualcomm devices (NET_VENDOR_QUALCOMM) [Y/n/?] y
  Realtek devices (NET_VENDOR_REALTEK) [Y/n/?] y
    AT-LAN-TEC/RealTek pocket adapter support (ATP) [M/n/?] m
    RealTek RTL-8139 C+ PCI Fast Ethernet Adapter support (8139CP) [M/n/y/?] m
    RealTek RTL-8129/8130/8139 PCI Fast Ethernet Adapter support (8139TOO) [M/n/y/?] m
      Use PIO instead of MMIO (8139TOO_PIO) [Y/n/?] y
      Support for uncommon RTL-8139 rev. K (automatic channel equalization) (8139TOO_TUNE_TWISTER) [N/y/?] n
      Support for older RTL-8129/8130 boards (8139TOO_8129) [Y/n/?] y
      Use older RX-reset method (8139_OLD_RX_RESET) [N/y/?] n
    Realtek 8169 gigabit ethernet support (R8169) [M/n/y/?] m
  Renesas devices (NET_VENDOR_RENESAS) [Y/n/?] y
  RDC devices (NET_VENDOR_RDC) [Y/n/?] y
    RDC R6040 Fast Ethernet Adapter support (R6040) [M/n/y/?] m
  Rocker devices (NET_VENDOR_ROCKER) [Y/n/?] y
  Samsung Ethernet devices (NET_VENDOR_SAMSUNG) [Y/n/?] y
    Samsung 10G/2.5G/1G SXGBE Ethernet driver (SXGBE_ETH) [M/n/y/?] m
  SEEQ devices (NET_VENDOR_SEEQ) [Y/n/?] y
  Silan devices (NET_VENDOR_SILAN) [Y/n/?] y
    Silan SC92031 PCI Fast Ethernet Adapter driver (SC92031) [M/n/y/?] m
  Silicon Integrated Systems (SiS) devices (NET_VENDOR_SIS) [Y/n/?] y
    SiS 900/7016 PCI Fast Ethernet Adapter support (SIS900) [M/n/y/?] m
    SiS190/SiS191 gigabit ethernet support (SIS190) [M/n/y/?] m
  Solarflare SFC4000/SFC9000/SFC9100-family support (SFC) [M/n/y/?] m
    Solarflare SFC4000/SFC9000/SFC9100-family MTD support (SFC_MTD) [Y/n/?] y
    Solarflare SFC9000/SFC9100-family hwmon support (SFC_MCDI_MON) [Y/n/?] y
    Solarflare SFC9000-family SR-IOV support (SFC_SRIOV) [Y/n/?] y
    Solarflare SFC9000/SFC9100-family MCDI logging support (SFC_MCDI_LOGGING) [Y/n/?] y
  SMC (SMSC)/Western Digital devices (NET_VENDOR_SMSC) [Y/n/?] y
    SMC 91Cxx PCMCIA support (PCMCIA_SMC91C92) [M/n/?] m
    SMC EtherPower II (EPIC100) [M/n/y/?] m
    SMSC LAN911x/LAN921x families embedded ethernet support (SMSC911X) [M/n/y/?] m
    SMSC LAN9420 PCI ethernet adapter support (SMSC9420) [M/n/y/?] m
  STMicroelectronics devices (NET_VENDOR_STMICRO) [Y/n/?] y
    STMicroelectronics 10/100/1000 Ethernet driver (STMMAC_ETH) [M/n/y/?] m
      STMMAC Platform bus support (STMMAC_PLATFORM) [M/n/?] m
        Generic driver for DWMAC (DWMAC_GENERIC) [M/n/?] m
      STMMAC PCI bus support (STMMAC_PCI) [N/m/?] n
  Sun devices (NET_VENDOR_SUN) [Y/n/?] y
    Sun Happy Meal 10/100baseT support (HAPPYMEAL) [M/n/y/?] m
    Sun GEM support (SUNGEM) [M/n/y/?] m
    Sun Cassini support (CASSINI) [M/n/y/?] m
    Sun Neptune 10Gbit Ethernet support (NIU) [M/n/y/?] m
  Synopsys devices (NET_VENDOR_SYNOPSYS) [Y/n/?] y
  Tehuti devices (NET_VENDOR_TEHUTI) [Y/n/?] y
    Tehuti Networks 10G Ethernet (TEHUTI) [M/n/y/?] m
  Texas Instruments (TI) devices (NET_VENDOR_TI) [Y/n/?] y
    TI CPSW ALE Support (TI_CPSW_ALE) [M/n/y/?] m
    TI ThunderLAN support (TLAN) [M/n/y/?] m
  VIA devices (NET_VENDOR_VIA) [Y/n/?] y
    VIA Rhine support (VIA_RHINE) [M/n/y/?] m
      Use MMIO instead of PIO (VIA_RHINE_MMIO) [Y/n/?] y
    VIA Velocity support (VIA_VELOCITY) [M/n/y/?] m
  WIZnet devices (NET_VENDOR_WIZNET) [Y/n/?] y
    WIZnet W5100 Ethernet support (WIZNET_W5100) [M/n/y/?] m
    WIZnet W5300 Ethernet support (WIZNET_W5300) [M/n/y/?] m
    WIZnet interface mode
      1. Direct address bus mode (WIZNET_BUS_DIRECT)
      2. Indirect address bus mode (WIZNET_BUS_INDIRECT)
    > 3. Select interface mode in runtime (WIZNET_BUS_ANY)
    choice[1-3]: 3
  Xircom devices (NET_VENDOR_XIRCOM) [Y/n/?] y
    Xircom 16-bit PCMCIA support (PCMCIA_XIRC2PS) [M/n/?] m
*
* PHY Device support and infrastructure
*
PHY Device support and infrastructure (PHYLIB) [Y/m/?] y
  *
  * MII PHY device drivers
  *
  Drivers for the Aquantia PHYs (AQUANTIA_PHY) [M/n/y/?] m
  Drivers for Atheros AT803X PHYs (AT803X_PHY) [M/n/y/?] m
  Drivers for the AMD PHYs (AMD_PHY) [M/n/y/?] m
  Drivers for Marvell PHYs (MARVELL_PHY) [M/n/y/?] m
  Drivers for Davicom PHYs (DAVICOM_PHY) [M/n/y/?] m
  Drivers for Quality Semiconductor PHYs (QSEMI_PHY) [M/n/y/?] m
  Drivers for the Intel LXT PHYs (LXT_PHY) [M/n/y/?] m
  Drivers for the Cicada PHYs (CICADA_PHY) [M/n/y/?] m
  Drivers for the Vitesse PHYs (VITESSE_PHY) [M/n/y/?] m
  Drivers for the Teranetics PHYs (TERANETICS_PHY) [M/n/y/?] m
  Drivers for SMSC PHYs (SMSC_PHY) [M/y/?] m
  Drivers for Broadcom PHYs (BROADCOM_PHY) [M/n/y/?] m
  Drivers for Broadcom 7xxx SOCs internal PHYs (BCM7XXX_PHY) [M/y/?] m
  Driver for Broadcom BCM8706 and BCM8727 PHYs (BCM87XX_PHY) [M/n/y/?] m
  Drivers for ICPlus PHYs (ICPLUS_PHY) [M/n/y/?] m
  Drivers for Realtek PHYs (REALTEK_PHY) [M/n/y/?] m
  Drivers for National Semiconductor PHYs (NATIONAL_PHY) [M/n/y/?] m
  Driver for STMicroelectronics STe10Xp PHYs (STE10XP) [M/n/y/?] m
  Driver for LSI ET1011C PHY (LSI_ET1011C_PHY) [M/n/y/?] m
  Driver for Micrel PHYs (MICREL_PHY) [M/n/y/?] m
  Driver for Texas Instruments DP83848 PHY (DP83848_PHY) [M/n/y/?] m
  Drivers for Texas Instruments DP83867 Gigabit PHY (DP83867_PHY) [M/n/y/?] m
  Drivers for Microchip PHYs (MICROCHIP_PHY) [M/y/?] m
  Driver for MDIO Bus/PHY emulation with fixed speed/link PHYs (FIXED_PHY) [Y/m/?] y
  Support for bitbanged MDIO buses (MDIO_BITBANG) [M/n/y/?] m
    Support for GPIO lib-based bitbanged MDIO buses (MDIO_GPIO) [M/n/?] m
  Support for MDIO buses on Octeon and some ThunderX SOCs (MDIO_OCTEON) [M/n/y/?] m
  Support for MDIO buses on ThunderX SOCs (MDIO_THUNDER) [M/y/?] (NEW) 
  Broadcom UniMAC MDIO bus controller (MDIO_BCM_UNIMAC) [M/n/y/?] m
  APM X-Gene SoC MDIO bus controller (MDIO_XGENE) [N/m/y/?] (NEW) 
*
* Direct Rendering Manager (XFree86 4.1.0 and higher DRI support)
*
Direct Rendering Manager (XFree86 4.1.0 and higher DRI support) (DRM) [M/n/y/?] m
  DRM DP AUX Interface (DRM_DP_AUX_CHARDEV) [N/y/?] (NEW) 
  Enable legacy fbdev support for your modesetting driver (DRM_FBDEV_EMULATION) [Y/n/?] y
*
* Graphics support
*
VGA Arbitration (VGA_ARB) [Y/?] y
  Maximum number of GPUs (VGA_ARB_MAX_GPUS) [16] 16
Laptop Hybrid Graphics - GPU switching support (VGA_SWITCHEROO) [Y/n/?] y
Allow to specify an EDID data set instead of probing for it (DRM_LOAD_EDID_FIRMWARE) [Y/n/?] y
3dfx Banshee/Voodoo3+ (DRM_TDFX) [M/n/?] m
ATI Rage 128 (DRM_R128) [M/n/?] m
ATI Radeon (DRM_RADEON) [M/n/?] m
  Always enable userptr support (DRM_RADEON_USERPTR) [N/y/?] n
  Enable userspace modesetting on radeon (DEPRECATED) (DRM_RADEON_UMS) [N/y/?] n
AMD GPU (DRM_AMDGPU) [M/n/?] m
  Enable amdgpu support for CIK parts (DRM_AMDGPU_CIK) [N/y/?] n
  Always enable userptr write support (DRM_AMDGPU_USERPTR) [Y/n/?] y
  Enable AMD powerplay component (DRM_AMD_POWERPLAY) [N/y/?] (NEW) 
Nouveau (NVIDIA) cards (DRM_NOUVEAU) [M/n/?] m
  Maximum debug level (NOUVEAU_DEBUG) [5] 5
  Default debug level (NOUVEAU_DEBUG_DEFAULT) [3] 3
  Support for backlight control (DRM_NOUVEAU_BACKLIGHT) [Y/n/?] y
Intel I810 (DRM_I810) [M/n/?] m
Intel 8xx/9xx/G3x/G4x/HD Graphics (DRM_I915) [M/n/?] m
  Enable preliminary support for prerelease Intel hardware by default (DRM_I915_PRELIMINARY_HW_SUPPORT) [N/y/?] n
Matrox g200/g400 (DRM_MGA) [M/n/?] m
SiS video cards (DRM_SIS) [M/n/?] m
Via unichrome video cards (DRM_VIA) [M/n/?] m
Savage video cards (DRM_SAVAGE) [M/n/?] m
Virtual GEM provider (DRM_VGEM) [M/n/?] m
DRM driver for VMware Virtual GPU (DRM_VMWGFX) [M/n/?] m
  Enable framebuffer console under vmwgfx by default (DRM_VMWGFX_FBCON) [Y/n/?] y
Intel GMA5/600 KMS Framebuffer (DRM_GMA500) [M/n/?] m
  Intel GMA600 support (Experimental) (DRM_GMA600) [Y/n/?] y
  Intel GMA3600/3650 support (Experimental) (DRM_GMA3600) [Y/n/?] y
DisplayLink (DRM_UDL) [M/n/?] m
AST server chips (DRM_AST) [M/n/?] m
Kernel modesetting driver for MGA G200 server engines (DRM_MGAG200) [N/m/?] n
Cirrus driver for QEMU emulated device (DRM_CIRRUS_QEMU) [M/n/?] m
QXL virtual GPU (DRM_QXL) [M/n/?] m
DRM Support for bochs dispi vga interface (qemu stdvga) (DRM_BOCHS) [N/m/?] n
Virtio GPU driver (DRM_VIRTIO_GPU) [M/n/?] m
HSA kernel driver for AMD GPU devices (HSA_AMD) [M/n/?] m
*
* Special HID drivers
*
A4 tech mice (HID_A4TECH) [M/n/?] m
ACRUX game controller support (HID_ACRUX) [M/n/?] m
  ACRUX force feedback support (HID_ACRUX_FF) [Y/n/?] y
Apple {i,Power,Mac}Books (HID_APPLE) [M/n/?] m
Apple infrared receiver (HID_APPLEIR) [M/n/?] m
Aureal (HID_AUREAL) [M/n/?] m
Belkin Flip KVM and Wireless keyboard (HID_BELKIN) [M/n/?] m
Betop Production Inc. force feedback support (HID_BETOP_FF) [M/n/?] m
Cherry Cymotion keyboard (HID_CHERRY) [M/n/?] m
Chicony Tactical pad (HID_CHICONY) [M/n/?] m
Corsair devices (HID_CORSAIR) [M/n/?] m
Prodikeys PC-MIDI Keyboard support (HID_PRODIKEYS) [M/n/?] m
Silicon Labs CP2112 HID USB-to-SMBus Bridge support (HID_CP2112) [M/n/?] m
Cypress mouse and barcode readers (HID_CYPRESS) [M/n/?] m
DragonRise Inc. game controller (HID_DRAGONRISE) [M/n/?] m
  DragonRise Inc. force feedback (DRAGONRISE_FF) [Y/n/?] y
EMS Production Inc. force feedback support (HID_EMS_FF) [M/n/?] m
ELECOM BM084 bluetooth mouse (HID_ELECOM) [M/n/?] m
ELO USB 4000/4500 touchscreen (HID_ELO) [M/n/?] m
Ezkey BTC 8193 keyboard (HID_EZKEY) [M/n/?] m
Gembird Joypad (HID_GEMBIRD) [M/n/?] m
Google Fiber TV Box remote control support (HID_GFRM) [M/n/?] m
Holtek HID devices (HID_HOLTEK) [M/n/?] m
  Holtek On Line Grip force feedback support (HOLTEK_FF) [Y/n/?] y
MSI GT68xR LED support (HID_GT683R) [M/n/?] m
Keytouch HID devices (HID_KEYTOUCH) [M/n/?] m
KYE/Genius devices (HID_KYE) [M/n/?] m
UC-Logic (HID_UCLOGIC) [M/n/?] m
Waltop (HID_WALTOP) [M/n/?] m
Gyration remote control (HID_GYRATION) [M/n/?] m
ION iCade arcade controller (HID_ICADE) [M/n/?] m
Twinhan IR remote control (HID_TWINHAN) [M/n/?] m
Kensington Slimblade Trackball (HID_KENSINGTON) [M/n/?] m
LC-Power (HID_LCPOWER) [M/n/?] m
Lenovo / Thinkpad devices (HID_LENOVO) [M/n/?] m
Logitech devices (HID_LOGITECH) [M/n/?] m
  Logitech Unifying receivers full support (HID_LOGITECH_DJ) [M/n/?] m
  Logitech HID++ devices support (HID_LOGITECH_HIDPP) [M/?] m
  Logitech force feedback support (LOGITECH_FF) [Y/n/?] y
  Logitech force feedback support (variant 2) (LOGIRUMBLEPAD2_FF) [Y/n/?] y
  Logitech Flight System G940 force feedback support (LOGIG940_FF) [Y/n/?] y
  Logitech wheels configuration and force feedback support (LOGIWHEELS_FF) [Y/n/?] y
Apple Magic Mouse/Trackpad multi-touch support (HID_MAGICMOUSE) [M/n/?] m
Microsoft non-fully HID-compliant devices (HID_MICROSOFT) [M/n/?] m
Monterey Genius KB29E keyboard (HID_MONTEREY) [M/n/?] m
HID Multitouch panels (HID_MULTITOUCH) [M/n/?] m
N-Trig touch screen (HID_NTRIG) [M/n/?] m
Ortek PKB-1700/WKB-2000/Skycable wireless keyboard and mouse trackpad (HID_ORTEK) [M/n/?] m
Pantherlord/GreenAsia game controller (HID_PANTHERLORD) [M/n/?] m
  Pantherlord force feedback support (PANTHERLORD_FF) [Y/n/?] y
Penmount touch device (HID_PENMOUNT) [M/n/?] m
Petalynx Maxter remote control (HID_PETALYNX) [M/n/?] m
PicoLCD (graphic version) (HID_PICOLCD) [M/n/?] m
  Framebuffer support (HID_PICOLCD_FB) [Y/n/?] y
  Backlight control (HID_PICOLCD_BACKLIGHT) [Y/n/?] y
  Contrast control (HID_PICOLCD_LCD) [Y/n/?] y
  GPO via leds class (HID_PICOLCD_LEDS) [Y/n/?] y
  CIR via RC class (HID_PICOLCD_CIR) [Y/n/?] y
Plantronics USB HID Driver (HID_PLANTRONICS) [M/n/?] m
Primax non-fully HID-compliant devices (HID_PRIMAX) [M/n/?] m
Roccat device support (HID_ROCCAT) [M/n/?] m
Saitek (Mad Catz) non-fully HID-compliant devices (HID_SAITEK) [M/n/?] m
Samsung InfraRed remote control or keyboards (HID_SAMSUNG) [M/n/?] m
Sony PS2/3/4 accessories (HID_SONY) [M/n/?] m
  Sony PS2/3/4 accessories force feedback support (SONY_FF) [Y/n/?] y
Speedlink VAD Cezanne mouse support (HID_SPEEDLINK) [M/n/?] m
Steelseries SRW-S1 steering wheel support (HID_STEELSERIES) [M/n/?] m
Sunplus wireless desktop (HID_SUNPLUS) [M/n/?] m
Synaptics RMI4 device support (HID_RMI) [M/n/?] m
GreenAsia (Product ID 0x12) game controller support (HID_GREENASIA) [M/n/?] m
  GreenAsia (Product ID 0x12) force feedback support (GREENASIA_FF) [Y/n/?] y
Microsoft Hyper-V mouse driver (HID_HYPERV_MOUSE) [M/n/?] m
SmartJoy PLUS PS2/USB adapter support (HID_SMARTJOYPLUS) [M/n/?] m
  SmartJoy PLUS PS2/USB adapter force feedback support (SMARTJOYPLUS_FF) [Y/n/?] y
TiVo Slide Bluetooth remote control support (HID_TIVO) [M/n/?] m
TopSeed Cyberlink, BTC Emprex, Conceptronic remote control support (HID_TOPSEED) [M/n/?] m
ThingM blink(1) USB RGB LED (HID_THINGM) [M/n/?] m
ThrustMaster devices support (HID_THRUSTMASTER) [M/n/?] m
  ThrustMaster devices force feedback support (THRUSTMASTER_FF) [Y/n/?] y
Wacom Intuos/Graphire tablet support (USB) (HID_WACOM) [M/n/?] m
Nintendo Wii / Wii U peripherals (HID_WIIMOTE) [M/n/?] m
Xin-Mo non-fully compliant devices (HID_XINMO) [M/n/?] m
Zeroplus based game controller support (HID_ZEROPLUS) [M/n/?] m
  Zeroplus based game controller force feedback support (ZEROPLUS_FF) [Y/n/?] y
Zydacron remote control support (HID_ZYDACRON) [M/n/?] m
HID Sensors framework support (HID_SENSOR_HUB) [M/?] m
  HID Sensors hub custom sensor support (HID_SENSOR_CUSTOM_SENSOR) [M/n/?] m
Alps HID device support (HID_ALPS) [N/m/?] (NEW) 
*
* InfiniBand support
*
InfiniBand support (INFINIBAND) [M/n/y/?] m
  InfiniBand userspace MAD support (INFINIBAND_USER_MAD) [M/n/?] m
  InfiniBand userspace access (verbs and CM) (INFINIBAND_USER_ACCESS) [M/?] m
    InfiniBand on-demand paging support (INFINIBAND_ON_DEMAND_PAGING) [Y/n/?] y
  Mellanox HCA support (INFINIBAND_MTHCA) [M/n/?] m
    Verbose debugging output (INFINIBAND_MTHCA_DEBUG) [N/y/?] n
  Intel PCIe HCA support (INFINIBAND_QIB) [M/n/?] m
    QIB DCA support (INFINIBAND_QIB_DCA) [Y/n/?] y
  Chelsio RDMA Driver (INFINIBAND_CXGB3) [M/n/?] m
    Verbose debugging output (INFINIBAND_CXGB3_DEBUG) [N/y/?] n
  Chelsio T4/T5 RDMA Driver (INFINIBAND_CXGB4) [M/n/?] m
  Mellanox ConnectX HCA support (MLX4_INFINIBAND) [M/n/?] m
  Mellanox Connect-IB HCA support (MLX5_INFINIBAND) [M/n/?] m
  NetEffect RNIC Driver (INFINIBAND_NES) [M/n/?] m
    Verbose debugging output (INFINIBAND_NES_DEBUG) [N/y/?] n
  Emulex One Connect HCA support (INFINIBAND_OCRDMA) [M/n/?] m
  Verbs support for Cisco VIC (INFINIBAND_USNIC) [M/n/?] m
  Microsoft Hyper-V Network Direct (HYPERV_INFINIBAND_ND) [N/m/?] (NEW) 
  IP-over-InfiniBand (INFINIBAND_IPOIB) [M/n/?] m
    IP-over-InfiniBand Connected Mode support (INFINIBAND_IPOIB_CM) [Y/n/?] y
    IP-over-InfiniBand debugging (INFINIBAND_IPOIB_DEBUG) [N/y/?] n
  InfiniBand SCSI RDMA Protocol (INFINIBAND_SRP) [M/n/?] m
  InfiniBand SCSI RDMA Protocol target support (INFINIBAND_SRPT) [M/n/?] m
  iSCSI Extensions for RDMA (iSER) (INFINIBAND_ISER) [M/n/?] m
  iSCSI Extensions for RDMA (iSER) target support (INFINIBAND_ISERT) [M/n/?] m
*
* EDAC (Error Detection And Correction) reporting
*
EDAC (Error Detection And Correction) reporting (EDAC) [Y/n/?] y
  EDAC legacy sysfs (EDAC_LEGACY_SYSFS) [N/y/?] n
  Debugging (EDAC_DEBUG) [N/y/?] n
  Decode MCEs in human-readable form (only on AMD for now) (EDAC_DECODE_MCE) [M/n/y/?] m
  Main Memory EDAC (Error Detection And Correction) reporting (EDAC_MM_EDAC) [M/n/y/?] m
    AMD64 (Opteron, Athlon64) (EDAC_AMD64) [M/n/?] m
      Sysfs HW Error injection facilities (EDAC_AMD64_ERROR_INJECTION) [N/y/?] n
    Intel e752x (e7520, e7525, e7320) and 3100 (EDAC_E752X) [M/n/?] m
    Intel 82975x (D82975x) (EDAC_I82975X) [M/n/?] m
    Intel 3000/3010 (EDAC_I3000) [M/n/?] m
    Intel 3200 (EDAC_I3200) [M/n/?] m
    Intel e312xx (EDAC_IE31200) [M/n/?] m
    Intel X38 (EDAC_X38) [M/n/?] m
    Intel 5400 (Seaburg) chipsets (EDAC_I5400) [M/n/?] m
    Intel i7 Core (Nehalem) processors (EDAC_I7CORE) [M/n/?] m
    Intel Greencreek/Blackford chipset (EDAC_I5000) [M/n/?] m
    Intel San Clemente MCH (EDAC_I5100) [M/n/?] m
    Intel Clarksboro MCH (EDAC_I7300) [M/n/?] m
    Intel Sandy-Bridge/Ivy-Bridge/Haswell Integrated MC (EDAC_SBRIDGE) [M/n/?] m
    Intel Skylake server Integrated MC (EDAC_SKX) [N/m/?] (NEW) 
*
* X86 Platform Specific Device Drivers
*
X86 Platform Specific Device Drivers (X86_PLATFORM_DEVICES) [Y/?] y
  Acer WMI Laptop Extras (ACER_WMI) [M/n/?] m
  Acer Aspire One temperature and fan driver (ACERHDF) [M/n/y/?] m
  Alienware Special feature control (ALIENWARE_WMI) [M/n/?] m
  Asus Laptop Extras (ASUS_LAPTOP) [M/n/?] m
  Dell Laptop Extras (DELL_LAPTOP) [M/n/?] m
  Dell WMI extras (DELL_WMI) [M/n/?] m
  WMI Hotkeys for Dell All-In-One series (DELL_WMI_AIO) [M/n/?] m
  Dell Latitude freefall driver (ACPI SMO88XX) (DELL_SMO8800) [M/n/y/?] m
  Dell Airplane Mode Switch driver (DELL_RBTN) [M/n/y/?] m
  Fujitsu Laptop Extras (FUJITSU_LAPTOP) [M/n/?] m
    Verbose debug mode for Fujitsu Laptop Extras (FUJITSU_LAPTOP_DEBUG) [N/y/?] n
  Fujitsu Tablet Extras (FUJITSU_TABLET) [M/n/y/?] m
  Fujitsu-Siemens Amilo rfkill support (AMILO_RFKILL) [M/n/y/?] m
  HP laptop accelerometer (HP_ACCEL) [M/n/y/?] m
  HP wireless button (HP_WIRELESS) [M/n/y/?] m
  HP WMI extras (HP_WMI) [M/n/?] m
  MSI Laptop Extras (MSI_LAPTOP) [M/n/?] m
  Panasonic Laptop Extras (PANASONIC_LAPTOP) [M/n/y/?] m
  Compal (and others) Laptop Extras (COMPAL_LAPTOP) [M/n/?] m
  Sony Laptop Extras (SONY_LAPTOP) [M/n/?] m
    Sonypi compatibility (SONYPI_COMPAT) [Y/n/?] y
  Lenovo IdeaPad Laptop Extras (IDEAPAD_LAPTOP) [M/n/?] m
  ThinkPad ACPI Laptop Extras (THINKPAD_ACPI) [M/n/?] m
    Console audio control ALSA interface (THINKPAD_ACPI_ALSA_SUPPORT) [Y/n/?] y
    Maintainer debug facilities (THINKPAD_ACPI_DEBUGFACILITIES) [Y/n/?] y
    Verbose debug mode (THINKPAD_ACPI_DEBUG) [N/y/?] n
    Allow control of important LEDs (unsafe) (THINKPAD_ACPI_UNSAFE_LEDS) [N/y/?] n
    Video output control support (THINKPAD_ACPI_VIDEO) [Y/n/?] y
    Support NVRAM polling for hot keys (THINKPAD_ACPI_HOTKEY_POLL) [Y/n/?] y
  Thinkpad Hard Drive Active Protection System (hdaps) (SENSORS_HDAPS) [M/n/y/?] m
  Thermal Management driver for Intel menlow platform (INTEL_MENLOW) [M/n/y/?] m
  Eee PC Hotkey Driver (EEEPC_LAPTOP) [M/n/?] m
  ASUS WMI Driver (ASUS_WMI) [M/n/?] m
    Asus Notebook WMI Driver (ASUS_NB_WMI) [M/n/?] m
    Eee PC WMI Driver (EEEPC_WMI) [M/n/?] m
  WMI (ACPI_WMI) [M/y/?] m
    MSI WMI extras (MSI_WMI) [M/n/?] m
  Topstar Laptop Extras (TOPSTAR_LAPTOP) [M/n/y/?] m
  Toshiba Laptop Extras (ACPI_TOSHIBA) [M/n/?] m
  Toshiba Bluetooth RFKill switch support (TOSHIBA_BT_RFKILL) [M/n/y/?] m
  Toshiba HDD Active Protection Sensor (TOSHIBA_HAPS) [M/n/y/?] m
  Toshiba WMI Hotkeys Driver (EXPERIMENTAL) (TOSHIBA_WMI) [M/n/?] m
  CMPC Laptop Extras (ACPI_CMPC) [M/n/y/?] m
  INTEL HID Event (INTEL_HID_EVENT) [N/m/y/?] (NEW) 
  INTEL VIRTUAL BUTTON (INTEL_VBTN) [N/m/y/?] (NEW) 
  Intel Intelligent Power Sharing (INTEL_IPS) [M/n/y/?] m
  Device driver to enable PRTL support (IBM_RTL) [M/n/y/?] m
  Samsung Laptop driver (SAMSUNG_LAPTOP) [M/n/?] m
  WMI support for MXM Laptop Graphics (MXM_WMI) [M/?] m
  Intel Oaktrail Platform Extras (INTEL_OAKTRAIL) [M/n/?] m
  Samsung Q10 Extras (SAMSUNG_Q10) [M/n/y/?] m
  Apple Gmux Driver (APPLE_GMUX) [M/n/?] m
  Intel Rapid Start Technology Driver (INTEL_RST) [M/n/y/?] m
  Intel Smart Connect disabling driver (INTEL_SMARTCONNECT) [M/n/y/?] m
  pvpanic device support (PVPANIC) [M/n/y/?] m
  Intel PMC IPC Driver (INTEL_PMC_IPC) [M/n/y/?] m
  Power/home/volume buttons driver for Microsoft Surface Pro 3 tablet (SURFACE_PRO3_BUTTON) [M/n/y/?] m
  Intel P-Unit IPC Driver (INTEL_PUNIT_IPC) [N/m/y/?] (NEW) 
*
* Non-Transparent Bridge support
*
Non-Transparent Bridge support (NTB) [M/n/y/?] m
  AMD Non-Transparent Bridge support (NTB_AMD) [N/m/?] (NEW) 
  Intel Non-Transparent Bridge support (NTB_INTEL) [M/n/?] m
  NTB Ping Pong Test Client (NTB_PINGPONG) [M/n/?] m
  NTB Debugging Tool Test Client (NTB_TOOL) [M/n/?] m
  NTB Transport Client (NTB_TRANSPORT) [M/n/?] m
System Trace Module devices (STM) [M/n/y/?] m
Dummy STM driver (STM_DUMMY) [M/n/y/?] m
Kernel console over STM devices (STM_SOURCE_CONSOLE) [M/n/y/?] m
Intel(R) Trace Hub controller (INTEL_TH) [M/n/y/?] m
  Intel(R) Trace Hub PCI controller (INTEL_TH_PCI) [M/n/?] m
  Intel(R) Trace Hub Global Trace Hub (INTEL_TH_GTH) [M/n/?] m
  Intel(R) Trace Hub Software Trace Hub support (INTEL_TH_STH) [M/n/?] m
  Intel(R) Trace Hub Memory Storage Unit (INTEL_TH_MSU) [M/n/?] m
  Intel(R) Trace Hub PTI output (INTEL_TH_PTI) [M/n/?] m
  Intel(R) Trace Hub debugging (INTEL_TH_DEBUG) [N/y/?] n
*
* Ubuntu Supplied Third-Party Device Drivers
*
Intel 8xx/9xx/G3x/G4x/HD Graphics (DRM_I915_BPO) [N/m/?] (NEW) 
Enable preliminary support for prerelease Intel hardware by default (DRM_I915_BPO_PRELIMINARY_HW_SUPPORT) [N/y/?] (NEW) 
Always enable userptr support (DRM_I915_BPO_USERPTR) [Y/n/?] (NEW) 
ES3000 V2 High-Performance PCIe SSD (HIO) [N/m/y/?] (NEW) 
*
* EFI (Extensible Firmware Interface) Support
*
EFI Variable Support via sysfs (EFI_VARS) [Y/n/m/?] y
Register efivars backend for pstore (EFI_VARS_PSTORE) [M/n/y/?] m
  Disable using efivars as a pstore backend by default (EFI_VARS_PSTORE_DEFAULT_DISABLE) [N/y/?] n
Export efi runtime maps to sysfs (EFI_RUNTIME_MAP) [Y/n/?] y
Enable EFI fake memory map (EFI_FAKE_MEMMAP) [N/y/?] n
EFI Runtime Service Tests Support (EFI_TEST) [N/m/y/?] (NEW) 
*
* File systems
*
Second extended fs support (EXT2_FS) [N/m/y/?] n
The Extended 3 (ext3) filesystem (EXT3_FS) [N/m/y/?] n
The Extended 4 (ext4) filesystem (EXT4_FS) [Y/n/m/?] y
  Use ext4 for ext2 file systems (EXT4_USE_FOR_EXT2) [Y/n/?] y
  Ext4 POSIX Access Control Lists (EXT4_FS_POSIX_ACL) [Y/n/?] y
  Ext4 Security Labels (EXT4_FS_SECURITY) [Y/n/?] y
  Ext4 Encryption (EXT4_ENCRYPTION) [M/n/y/?] m
  EXT4 debugging support (EXT4_DEBUG) [N/y/?] n
JBD2 (ext4) debugging support (JBD2_DEBUG) [N/y/?] n
Reiserfs support (REISERFS_FS) [M/n/y/?] m
  Enable reiserfs debug mode (REISERFS_CHECK) [N/y/?] n
  Stats in /proc/fs/reiserfs (REISERFS_PROC_INFO) [N/y/?] n
  ReiserFS extended attributes (REISERFS_FS_XATTR) [Y/n/?] y
    ReiserFS POSIX Access Control Lists (REISERFS_FS_POSIX_ACL) [Y/n/?] y
    ReiserFS Security Labels (REISERFS_FS_SECURITY) [Y/n/?] y
JFS filesystem support (JFS_FS) [M/n/y/?] m
  JFS POSIX Access Control Lists (JFS_POSIX_ACL) [Y/n/?] y
  JFS Security Labels (JFS_SECURITY) [Y/n/?] y
  JFS debugging (JFS_DEBUG) [N/y/?] n
  JFS statistics (JFS_STATISTICS) [Y/n/?] y
XFS filesystem support (XFS_FS) [M/n/y/?] m
  XFS Quota support (XFS_QUOTA) [Y/n/?] y
  XFS POSIX ACL support (XFS_POSIX_ACL) [Y/n/?] y
  XFS Realtime subvolume support (XFS_RT) [Y/n/?] y
  XFS Verbose Warnings (XFS_WARN) [N/y/?] n
  XFS Debugging support (XFS_DEBUG) [N/y/?] n
GFS2 file system support (GFS2_FS) [M/n/y/?] m
  GFS2 DLM locking (GFS2_FS_LOCKING_DLM) [Y/n/?] y
OCFS2 file system support (OCFS2_FS) [M/n/?] m
  O2CB Kernelspace Clustering (OCFS2_FS_O2CB) [M/n/?] m
  OCFS2 Userspace Clustering (OCFS2_FS_USERSPACE_CLUSTER) [M/n/?] m
  OCFS2 statistics (OCFS2_FS_STATS) [Y/n/?] y
  OCFS2 logging support (OCFS2_DEBUG_MASKLOG) [Y/n/?] y
  OCFS2 expensive checks (OCFS2_DEBUG_FS) [N/y/?] n
Btrfs filesystem support (BTRFS_FS) [M/n/y/?] m
  Btrfs POSIX Access Control Lists (BTRFS_FS_POSIX_ACL) [Y/n/?] y
  Btrfs with integrity check tool compiled in (DANGEROUS) (BTRFS_FS_CHECK_INTEGRITY) [N/y/?] n
  Btrfs will run sanity tests upon loading (BTRFS_FS_RUN_SANITY_TESTS) [N/y/?] n
  Btrfs debugging support (BTRFS_DEBUG) [N/y/?] n
  Btrfs assert support (BTRFS_ASSERT) [N/y/?] n
NILFS2 file system support (NILFS2_FS) [M/n/y/?] m
F2FS filesystem support (F2FS_FS) [M/n/y/?] m
  F2FS Status Information (F2FS_STAT_FS) [Y/n/?] y
  F2FS extended attributes (F2FS_FS_XATTR) [Y/n/?] y
    F2FS Access Control Lists (F2FS_FS_POSIX_ACL) [Y/n/?] y
    F2FS Security Labels (F2FS_FS_SECURITY) [Y/n/?] y
  F2FS consistency checking feature (F2FS_CHECK_FS) [N/y/?] n
  F2FS Encryption (F2FS_FS_ENCRYPTION) [Y/n/?] y
  F2FS IO tracer (F2FS_IO_TRACE) [N/y/?] n
Direct Access (DAX) support (FS_DAX) [Y/n/?] y
Enable POSIX file locking API (FILE_LOCKING) [Y/n/?] y
Dnotify support (DNOTIFY) [Y/n/?] y
Inotify support for userspace (INOTIFY_USER) [Y/n/?] y
Filesystem wide access notification (FANOTIFY) [Y/n/?] y
  fanotify permissions checking (FANOTIFY_ACCESS_PERMISSIONS) [Y/n/?] y
Quota support (QUOTA) [Y/?] y
Report quota messages through netlink interface (QUOTA_NETLINK_INTERFACE) [Y/n/?] y
Print quota warnings to console (OBSOLETE) (PRINT_QUOTA_WARNING) [N/y/?] n
Additional quota sanity checks (QUOTA_DEBUG) [N/y/?] n
Old quota format support (QFMT_V1) [M/n/y/?] m
Quota format vfsv0 and vfsv1 support (QFMT_V2) [M/n/y/?] m
Kernel automounter version 4 support (also supports v3) (AUTOFS4_FS) [M/n/y/?] m
FUSE (Filesystem in Userspace) support (FUSE_FS) [Y/n/m/?] y
  Character device in Userspace support (CUSE) [M/n/y/?] m
Overlay filesystem support (OVERLAY_FS) [M/n/y/?] m
Overlayfs filesystem (V1) format support (OVERLAY_FS_V1) [N/y/?] (NEW) 
*
* Miscellaneous filesystems
*
Miscellaneous filesystems (MISC_FILESYSTEMS) [Y/?] y
  ADFS file system support (ADFS_FS) [M/n/y/?] m
    ADFS write support (DANGEROUS) (ADFS_FS_RW) [N/y/?] n
  Amiga FFS file system support (AFFS_FS) [M/n/y/?] m
  eCrypt filesystem layer support (ECRYPT_FS) [Y/n/m/?] y
    Enable notifications for userspace key wrap/unwrap (ECRYPT_FS_MESSAGING) [Y/n/?] y
  Apple Macintosh file system support (HFS_FS) [M/n/y/?] m
  Apple Extended HFS file system support (HFSPLUS_FS) [M/n/y/?] m
    HFS+ POSIX Access Control Lists (HFSPLUS_FS_POSIX_ACL) [Y/n/?] y
  BeOS file system (BeFS) support (read only) (BEFS_FS) [M/n/y/?] m
    Debug BeFS (BEFS_DEBUG) [N/y/?] n
  BFS file system support (BFS_FS) [M/n/y/?] m
  EFS file system support (read only) (EFS_FS) [M/n/y/?] m
  Journalling Flash File System v2 (JFFS2) support (JFFS2_FS) [M/n/?] m
    JFFS2 debugging verbosity (0 = quiet, 2 = noisy) (JFFS2_FS_DEBUG) [0] 0
    JFFS2 write-buffering support (JFFS2_FS_WRITEBUFFER) [Y/n/?] y
      Verify JFFS2 write-buffer reads (JFFS2_FS_WBUF_VERIFY) [N/y/?] n
    JFFS2 summary support (JFFS2_SUMMARY) [N/y/?] n
    JFFS2 XATTR support (JFFS2_FS_XATTR) [Y/n/?] y
      JFFS2 POSIX Access Control Lists (JFFS2_FS_POSIX_ACL) [Y/n/?] y
      JFFS2 Security Labels (JFFS2_FS_SECURITY) [Y/n/?] y
    Advanced compression options for JFFS2 (JFFS2_COMPRESSION_OPTIONS) [Y/n/?] y
      JFFS2 ZLIB compression support (JFFS2_ZLIB) [Y/n/?] y
      JFFS2 LZO compression support (JFFS2_LZO) [Y/n/?] y
      JFFS2 RTIME compression support (JFFS2_RTIME) [Y/n/?] y
      JFFS2 RUBIN compression support (JFFS2_RUBIN) [N/y/?] n
      JFFS2 default compression mode
        1. no compression (JFFS2_CMODE_NONE)
        2. priority (JFFS2_CMODE_PRIORITY)
        3. size (JFFS2_CMODE_SIZE)
      > 4. Favour LZO (JFFS2_CMODE_FAVOURLZO)
      choice[1-4?]: 4
  UBIFS file system support (UBIFS_FS) [M/n/?] m
    Advanced compression options (UBIFS_FS_ADVANCED_COMPR) [N/y/?] n
    Access time support (UBIFS_ATIME_SUPPORT) [Y/n/?] y
  LogFS file system (LOGFS) [N/m/y/?] n
  Compressed ROM file system support (cramfs) (OBSOLETE) (CRAMFS) [M/n/y/?] m
  SquashFS 4.0 - Squashed file system support (SQUASHFS) [M/n/y/?] m
    File decompression options
      1. Decompress file data into an intermediate buffer (SQUASHFS_FILE_CACHE)
    > 2. Decompress files directly into the page cache (SQUASHFS_FILE_DIRECT)
    choice[1-2?]: 2
    Decompressor parallelisation options
      1. Single threaded compression (SQUASHFS_DECOMP_SINGLE)
      2. Use multiple decompressors for parallel I/O (SQUASHFS_DECOMP_MULTI)
    > 3. Use percpu multiple decompressors for parallel I/O (SQUASHFS_DECOMP_MULTI_PERCPU)
    choice[1-3?]: 3
    Squashfs XATTR support (SQUASHFS_XATTR) [Y/n/?] y
    Include support for ZLIB compressed file systems (SQUASHFS_ZLIB) [Y/n/?] y
    Include support for LZ4 compressed file systems (SQUASHFS_LZ4) [Y/n/?] y
    Include support for LZO compressed file systems (SQUASHFS_LZO) [Y/n/?] y
    Include support for XZ compressed file systems (SQUASHFS_XZ) [Y/n/?] y
    Use 4K device block size? (SQUASHFS_4K_DEVBLK_SIZE) [N/y/?] n
    Additional option for memory-constrained systems (SQUASHFS_EMBEDDED) [N/y/?] n
  FreeVxFS file system support (VERITAS VxFS(TM) compatible) (VXFS_FS) [M/n/y/?] m
  Minix file system support (MINIX_FS) [M/n/y/?] m
  SonicBlue Optimized MPEG File System support (OMFS_FS) [M/n/y/?] m
  OS/2 HPFS file system support (HPFS_FS) [M/n/y/?] m
  QNX4 file system support (read only) (QNX4FS_FS) [M/n/y/?] m
  QNX6 file system support (read only) (QNX6FS_FS) [M/n/y/?] m
    QNX6 debugging information (QNX6FS_DEBUG) [N/y/?] n
  ROM file system support (ROMFS_FS) [M/n/y/?] m
    RomFS backing stores
    > 1. Block device-backed ROM file system support (ROMFS_BACKED_BY_BLOCK)
      2. MTD-backed ROM file system support (ROMFS_BACKED_BY_MTD)
      3. Both the above (ROMFS_BACKED_BY_BOTH)
    choice[1-3?]: 1
  Persistent store support (PSTORE) [Y/?] y
    Log kernel console messages (PSTORE_CONSOLE) [N/y/?] n
    Log user space messages (PSTORE_PMSG) [N/y/?] n
    Persistent function tracer (PSTORE_FTRACE) [N/y/?] n
    Log panic/oops to a RAM buffer (PSTORE_RAM) [M/n/y/?] m
  System V/Xenix/V7/Coherent file system support (SYSV_FS) [M/n/y/?] m
  UFS file system support (read only) (UFS_FS) [M/n/y/?] m
    UFS file system write support (DANGEROUS) (UFS_FS_WRITE) [N/y/?] n
    UFS debugging (UFS_DEBUG) [N/y/?] n
  exofs: OSD based file system support (EXOFS_FS) [M/n/?] m
    Enable debugging (EXOFS_DEBUG) [N/y/?] n
  Aufs (Advanced multi layered unification filesystem) support (AUFS_FS) [N/m/y/?] (NEW) 
*
* Security options
*
Enable access key retention support (KEYS) [Y/?] y
  Enable register of persistent per-UID keyrings (PERSISTENT_KEYRINGS) [Y/n/?] y
  Large payload keys (BIG_KEYS) [Y/n/?] y
  TRUSTED KEYS (TRUSTED_KEYS) [Y/n/m/?] y
  ENCRYPTED KEYS (ENCRYPTED_KEYS) [Y/?] y
Restrict unprivileged access to the kernel syslog (SECURITY_DMESG_RESTRICT) [N/y/?] n
Enable different security models (SECURITY) [Y/n/?] y
Enable the securityfs filesystem (SECURITYFS) [Y/?] y
Socket and Networking Security Hooks (SECURITY_NETWORK) [Y/?] y
  XFRM (IPSec) Networking Security Hooks (SECURITY_NETWORK_XFRM) [Y/n/?] y
Security hooks for pathname based access control (SECURITY_PATH) [Y/?] y
Enable Intel(R) Trusted Execution Technology (Intel(R) TXT) (INTEL_TXT) [Y/n/?] y
Low address space for LSM to protect from user allocation (LSM_MMAP_MIN_ADDR) [0] 0
NSA SELinux Support (SECURITY_SELINUX) [Y/n/?] y
  NSA SELinux boot parameter (SECURITY_SELINUX_BOOTPARAM) [Y/n/?] y
    NSA SELinux boot parameter default value (SECURITY_SELINUX_BOOTPARAM_VALUE) [0] 0
  NSA SELinux runtime disable (SECURITY_SELINUX_DISABLE) [Y/n/?] y
  NSA SELinux Development Support (SECURITY_SELINUX_DEVELOP) [Y/n/?] y
  NSA SELinux AVC Statistics (SECURITY_SELINUX_AVC_STATS) [Y/n/?] y
  NSA SELinux checkreqprot default value (SECURITY_SELINUX_CHECKREQPROT_VALUE) [1] 1
  NSA SELinux maximum supported policy format version (SECURITY_SELINUX_POLICYDB_VERSION_MAX) [N/y/?] n
Simplified Mandatory Access Control Kernel Support (SECURITY_SMACK) [Y/n/?] y
  Reporting on access granted by Smack rules (SECURITY_SMACK_BRINGUP) [N/y/?] n
  Packet marking using secmarks for netfilter (SECURITY_SMACK_NETFILTER) [Y/n/?] y
TOMOYO Linux Support (SECURITY_TOMOYO) [Y/n/?] y
  Default maximal count for learning mode (SECURITY_TOMOYO_MAX_ACCEPT_ENTRY) [2048] 2048
  Default maximal count for audit log (SECURITY_TOMOYO_MAX_AUDIT_LOG) [1024] 1024
  Activate without calling userspace policy loader. (SECURITY_TOMOYO_OMIT_USERSPACE_LOADER) [N/y/?] n
    Location of userspace policy loader (SECURITY_TOMOYO_POLICY_LOADER) [/sbin/tomoyo-init] /sbin/tomoyo-init
    Trigger for calling userspace policy loader (SECURITY_TOMOYO_ACTIVATION_TRIGGER) [/sbin/init] /sbin/init
AppArmor support (SECURITY_APPARMOR) [Y/n/?] y
  AppArmor boot parameter default value (SECURITY_APPARMOR_BOOTPARAM_VALUE) [1] 1
  enable debug statistics (SECURITY_APPARMOR_STATS) [N/y/?] (NEW) 
  Set init to unconfined on boot (SECURITY_APPARMOR_UNCONFINED_INIT) [Y/n/?] (NEW) 
  Enable introspection of sha1 hashes for loaded profiles (SECURITY_APPARMOR_HASH) [Y/n/?] y
    Enable policy hash introspection by default (SECURITY_APPARMOR_HASH_DEFAULT) [Y/n/?] (NEW) 
Yama support (SECURITY_YAMA) [Y/n/?] y
Integrity subsystem (INTEGRITY) [Y/n/?] y
  Digital signature verification using multiple keyrings (INTEGRITY_SIGNATURE) [Y/n/?] y
    Enable asymmetric keys support (INTEGRITY_ASYMMETRIC_KEYS) [Y/n/?] y
  Enables integrity auditing support  (INTEGRITY_AUDIT) [Y/n/?] y
  Integrity Measurement Architecture(IMA) (IMA) [Y/n/?] y
    Default template
      1. ima (IMA_TEMPLATE)
    > 2. ima-ng (default) (IMA_NG_TEMPLATE)
      3. ima-sig (IMA_SIG_TEMPLATE)
    choice[1-3?]: 2
    Default integrity hash algorithm
    > 1. SHA1 (default) (IMA_DEFAULT_HASH_SHA1)
      2. SHA256 (IMA_DEFAULT_HASH_SHA256)
      3. SHA512 (IMA_DEFAULT_HASH_SHA512)
      4. WP512 (IMA_DEFAULT_HASH_WP512)
    choice[1-4?]: 1
    Appraise integrity measurements (IMA_APPRAISE) [Y/n/?] y
      Require all keys on the .ima keyring be signed (IMA_TRUSTED_KEYRING) [Y/n/?] y
        Create IMA machine owner keys (MOK) and blacklist keyrings (IMA_MOK_KEYRING) [N/y/?] (NEW) 
        Load X509 certificate onto the '.ima' trusted keyring (IMA_LOAD_X509) [N/y/?] n
  EVM support (EVM) [Y/n/?] y
    FSUUID (version 2) (EVM_ATTR_FSUUID) [Y/n/?] y
    Additional SMACK xattrs (EVM_EXTRA_SMACK_XATTRS) [Y/n/?] y
Default security module
  1. SELinux (DEFAULT_SECURITY_SELINUX)
  2. Simplified Mandatory Access Control (DEFAULT_SECURITY_SMACK)
  3. TOMOYO (DEFAULT_SECURITY_TOMOYO)
> 4. AppArmor (DEFAULT_SECURITY_APPARMOR)
  5. Unix Discretionary Access Controls (DEFAULT_SECURITY_DAC)
choice[1-5?]: 4
*
* Asymmetric (public-key cryptographic) key type
*
Asymmetric (public-key cryptographic) key type (ASYMMETRIC_KEY_TYPE) [Y/?] y
  Asymmetric public-key crypto algorithm subtype (ASYMMETRIC_PUBLIC_KEY_SUBTYPE) [Y/?] y
  RSA public-key algorithm (PUBLIC_KEY_ALGO_RSA) [Y/?] y
  X.509 certificate parser (X509_CERTIFICATE_PARSER) [Y/?] y
    PKCS#7 message parser (PKCS7_MESSAGE_PARSER) [Y/?] y
      PKCS#7 testing key type (PKCS7_TEST_KEY) [M/n/y/?] m
      Support for PE file signature verification (SIGNED_PE_FILE_VERIFICATION) [Y/n/?] y
  EFI signature list parser (EFI_SIGNATURE_LIST_PARSER) [N/y/?] (NEW) 
*
* Certificates for signature checking
*
File name or PKCS#11 URI of module signing key (MODULE_SIG_KEY) [certs/signing_key.pem] certs/signing_key.pem
Provide system-wide ring of trusted keys (SYSTEM_TRUSTED_KEYRING) [Y/?] y
  Additional X.509 keys for default system keyring (SYSTEM_TRUSTED_KEYS) [] 
  Reserve area for inserting a certificate without recompiling (SYSTEM_EXTRA_CERTIFICATE) [N/y/?] (NEW) 
#
# configuration written to .config
#
  CC      scripts/mod/empty.o
  MKELF   scripts/mod/elfconfig.h
  HOSTCC  scripts/mod/modpost.o
  CC      scripts/mod/devicetable-offsets.s
  GEN     scripts/mod/devicetable-offsets.h
  HOSTCC  scripts/mod/file2alias.o
  HOSTCC  scripts/mod/sumversion.o
  HOSTLD  scripts/mod/modpost
  HOSTCC  scripts/sign-file
  HOSTCC  scripts/extract-cert
scripts/kconfig/conf  --oldconfig Kconfig
#
# configuration written to .config
#
scripts/kconfig/conf  --silentoldconfig Kconfig
  SYSTBL  arch/x86/entry/syscalls/../../include/generated/asm/syscalls_32.h
  SYSHDR  arch/x86/entry/syscalls/../../include/generated/asm/unistd_32_ia32.h
  SYSHDR  arch/x86/entry/syscalls/../../include/generated/asm/unistd_64_x32.h
  SYSTBL  arch/x86/entry/syscalls/../../include/generated/asm/syscalls_64.h
  HYPERCALLS arch/x86/entry/syscalls/../../include/generated/asm/xen-hypercalls.h
  SYSHDR  arch/x86/entry/syscalls/../../include/generated/uapi/asm/unistd_32.h
  SYSHDR  arch/x86/entry/syscalls/../../include/generated/uapi/asm/unistd_64.h
  SYSHDR  arch/x86/entry/syscalls/../../include/generated/uapi/asm/unistd_x32.h
  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
  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
make: Entering directory '/home/username/Projects/librealsense/ubuntu-xenial'
  CC [M]  /home/username/Projects/librealsense/ubuntu-xenial/drivers/media/usb/uvc//uvc_driver.o
  CC [M]  /home/username/Projects/librealsense/ubuntu-xenial/drivers/media/usb/uvc//uvc_queue.o
  CC [M]  /home/username/Projects/librealsense/ubuntu-xenial/drivers/media/usb/uvc//uvc_v4l2.o
  CC [M]  /home/username/Projects/librealsense/ubuntu-xenial/drivers/media/usb/uvc//uvc_video.o
  CC [M]  /home/username/Projects/librealsense/ubuntu-xenial/drivers/media/usb/uvc//uvc_ctrl.o
  CC [M]  /home/username/Projects/librealsense/ubuntu-xenial/drivers/media/usb/uvc//uvc_status.o
  CC [M]  /home/username/Projects/librealsense/ubuntu-xenial/drivers/media/usb/uvc//uvc_isight.o
  CC [M]  /home/username/Projects/librealsense/ubuntu-xenial/drivers/media/usb/uvc//uvc_debugfs.o
  CC [M]  /home/username/Projects/librealsense/ubuntu-xenial/drivers/media/usb/uvc//uvc_entity.o
  LD [M]  /home/username/Projects/librealsense/ubuntu-xenial/drivers/media/usb/uvc//uvcvideo.o
  Building modules, stage 2.
  MODPOST 1 modules
  CC      /home/username/Projects/librealsense/ubuntu-xenial/drivers/media/usb/uvc//uvcvideo.mod.o
  LD [M]  /home/username/Projects/librealsense/ubuntu-xenial/drivers/media/usb/uvc//uvcvideo.ko
make: Leaving directory '/home/username/Projects/librealsense/ubuntu-xenial'
Unloading existing uvcvideo driver...
./scripts/patch-uvcvideo-16.04.simple.sh: line 42:  7949 Killed                  sudo modprobe uvcvideo
ev-mp commented 7 years ago

The patched module has been built correctly but it failed to load back to kernel. Please run "dmesg -wT", then execute "$sudo modprobe uvcvideo" in another terminal to get kernel logs.

kazoo-kmt commented 7 years ago

Thank you so much. I ran dmesg -wT after above, and opened another terminal to run sudo modprobe uvcvideo. All the logs are as follows:

~/Projects/librealsense$ dmesg -wT
[Mon Jan  9 17:10:18 2017] Initializing cgroup subsys cpuset
[Mon Jan  9 17:10:18 2017] Initializing cgroup subsys cpu
[Mon Jan  9 17:10:18 2017] Initializing cgroup subsys cpuacct
[Mon Jan  9 17:10:18 2017] Linux version 4.4.0-040400-generic (kernel@gomeisa) (gcc version 5.2.1 20151010 (Ubuntu 5.2.1-22ubuntu2) ) #201601101930 SMP Mon Jan 11 00:32:41 UTC 2016
[Mon Jan  9 17:10:18 2017] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-040400-generic root=UUID=a2f06444-c812-4f1b-b21b-26fc40d21fd6 ro quiet splash
[Mon Jan  9 17:10:18 2017] KERNEL supported cpus:
[Mon Jan  9 17:10:18 2017]   Intel GenuineIntel
[Mon Jan  9 17:10:18 2017]   AMD AuthenticAMD
[Mon Jan  9 17:10:18 2017]   Centaur CentaurHauls
[Mon Jan  9 17:10:18 2017] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[Mon Jan  9 17:10:18 2017] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'
[Mon Jan  9 17:10:18 2017] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'
[Mon Jan  9 17:10:18 2017] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'
[Mon Jan  9 17:10:18 2017] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[Mon Jan  9 17:10:18 2017] x86/fpu: Using 'lazy' FPU context switches.
[Mon Jan  9 17:10:18 2017] e820: BIOS-provided physical RAM map:
[Mon Jan  9 17:10:18 2017] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[Mon Jan  9 17:10:18 2017] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[Mon Jan  9 17:10:18 2017] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[Mon Jan  9 17:10:18 2017] BIOS-e820: [mem 0x0000000000100000-0x00000000dffeffff] usable
[Mon Jan  9 17:10:18 2017] BIOS-e820: [mem 0x00000000dfff0000-0x00000000dfffffff] ACPI data
[Mon Jan  9 17:10:18 2017] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved
[Mon Jan  9 17:10:18 2017] BIOS-e820: [mem 0x0000000100000000-0x000000021fffffff] usable
[Mon Jan  9 17:10:18 2017] NX (Execute Disable) protection: active
[Mon Jan  9 17:10:18 2017] SMBIOS 2.5 present.
[Mon Jan  9 17:10:18 2017] DMI: innotek GmbH VirtualBox/VirtualBox, BIOS VirtualBox 12/01/2006
[Mon Jan  9 17:10:18 2017] Hypervisor detected: KVM
[Mon Jan  9 17:10:18 2017] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[Mon Jan  9 17:10:18 2017] e820: remove [mem 0x000a0000-0x000fffff] usable
[Mon Jan  9 17:10:18 2017] e820: last_pfn = 0x220000 max_arch_pfn = 0x400000000
[Mon Jan  9 17:10:18 2017] MTRR default type: uncachable
[Mon Jan  9 17:10:18 2017] MTRR variable ranges disabled:
[Mon Jan  9 17:10:18 2017] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT  
[Mon Jan  9 17:10:18 2017] MTRR: Disabled
[Mon Jan  9 17:10:18 2017] CPU MTRRs all blank - virtualized system.
[Mon Jan  9 17:10:18 2017] e820: last_pfn = 0xdfff0 max_arch_pfn = 0x400000000
[Mon Jan  9 17:10:18 2017] found SMP MP-table at [mem 0x0009fff0-0x0009ffff] mapped at [ffff88000009fff0]
[Mon Jan  9 17:10:18 2017] Scanning 1 areas for low memory corruption
[Mon Jan  9 17:10:18 2017] Base memory trampoline at [ffff880000099000] 99000 size 24576
[Mon Jan  9 17:10:18 2017] BRK [0x021f6000, 0x021f6fff] PGTABLE
[Mon Jan  9 17:10:18 2017] BRK [0x021f7000, 0x021f7fff] PGTABLE
[Mon Jan  9 17:10:18 2017] BRK [0x021f8000, 0x021f8fff] PGTABLE
[Mon Jan  9 17:10:18 2017] BRK [0x021f9000, 0x021f9fff] PGTABLE
[Mon Jan  9 17:10:18 2017] BRK [0x021fa000, 0x021fafff] PGTABLE
[Mon Jan  9 17:10:18 2017] BRK [0x021fb000, 0x021fbfff] PGTABLE
[Mon Jan  9 17:10:18 2017] RAMDISK: [mem 0x33c62000-0x35e28fff]
[Mon Jan  9 17:10:18 2017] ACPI: Early table checksum verification disabled
[Mon Jan  9 17:10:18 2017] ACPI: RSDP 0x00000000000E0000 000024 (v02 VBOX  )
[Mon Jan  9 17:10:18 2017] ACPI: XSDT 0x00000000DFFF0030 00003C (v01 VBOX   VBOXXSDT 00000001 ASL  00000061)
[Mon Jan  9 17:10:18 2017] ACPI: FACP 0x00000000DFFF00F0 0000F4 (v04 VBOX   VBOXFACP 00000001 ASL  00000061)
[Mon Jan  9 17:10:18 2017] ACPI: DSDT 0x00000000DFFF0480 002118 (v01 VBOX   VBOXBIOS 00000002 INTL 20100528)
[Mon Jan  9 17:10:18 2017] ACPI: FACS 0x00000000DFFF0200 000040
[Mon Jan  9 17:10:18 2017] ACPI: FACS 0x00000000DFFF0200 000040
[Mon Jan  9 17:10:18 2017] ACPI: APIC 0x00000000DFFF0240 00006C (v02 VBOX   VBOXAPIC 00000001 ASL  00000061)
[Mon Jan  9 17:10:18 2017] ACPI: SSDT 0x00000000DFFF02B0 0001CC (v01 VBOX   VBOXCPUT 00000002 INTL 20100528)
[Mon Jan  9 17:10:18 2017] ACPI: Local APIC address 0xfee00000
[Mon Jan  9 17:10:18 2017] No NUMA configuration found
[Mon Jan  9 17:10:18 2017] Faking a node at [mem 0x0000000000000000-0x000000021fffffff]
[Mon Jan  9 17:10:18 2017] NODE_DATA(0) allocated [mem 0x21fff6000-0x21fff9fff]
[Mon Jan  9 17:10:18 2017] kvm-clock: Using msrs 4b564d01 and 4b564d00
[Mon Jan  9 17:10:18 2017] kvm-clock: cpu 0, msr 2:1fff2001, primary cpu clock
[Mon Jan  9 17:10:18 2017] kvm-clock: using sched offset of 1909020543855 cycles
[Mon Jan  9 17:10:18 2017] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[Mon Jan  9 17:10:18 2017] Zone ranges:
[Mon Jan  9 17:10:18 2017]   DMA32    [mem 0x0000000000001000-0x00000000ffffffff]
[Mon Jan  9 17:10:18 2017]   Normal   [mem 0x0000000100000000-0x000000021fffffff]
[Mon Jan  9 17:10:18 2017]   Device   empty
[Mon Jan  9 17:10:18 2017] Movable zone start for each node
[Mon Jan  9 17:10:18 2017] Early memory node ranges
[Mon Jan  9 17:10:18 2017]   node   0: [mem 0x0000000000001000-0x000000000009efff]
[Mon Jan  9 17:10:18 2017]   node   0: [mem 0x0000000000100000-0x00000000dffeffff]
[Mon Jan  9 17:10:18 2017]   node   0: [mem 0x0000000100000000-0x000000021fffffff]
[Mon Jan  9 17:10:18 2017] Initmem setup node 0 [mem 0x0000000000001000-0x000000021fffffff]
[Mon Jan  9 17:10:18 2017] On node 0 totalpages: 2097038
[Mon Jan  9 17:10:18 2017]   DMA32 zone: 14335 pages used for memmap
[Mon Jan  9 17:10:18 2017]   DMA32 zone: 21 pages reserved
[Mon Jan  9 17:10:18 2017]   DMA32 zone: 917390 pages, LIFO batch:31
[Mon Jan  9 17:10:18 2017]   Normal zone: 18432 pages used for memmap
[Mon Jan  9 17:10:18 2017]   Normal zone: 1179648 pages, LIFO batch:31
[Mon Jan  9 17:10:18 2017] ACPI: PM-Timer IO Port: 0x4008
[Mon Jan  9 17:10:18 2017] ACPI: Local APIC address 0xfee00000
[Mon Jan  9 17:10:18 2017] IOAPIC[0]: apic_id 4, version 17, address 0xfec00000, GSI 0-23
[Mon Jan  9 17:10:18 2017] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[Mon Jan  9 17:10:18 2017] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[Mon Jan  9 17:10:18 2017] ACPI: IRQ0 used by override.
[Mon Jan  9 17:10:18 2017] ACPI: IRQ9 used by override.
[Mon Jan  9 17:10:18 2017] Using ACPI (MADT) for SMP configuration information
[Mon Jan  9 17:10:18 2017] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[Mon Jan  9 17:10:18 2017] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[Mon Jan  9 17:10:18 2017] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[Mon Jan  9 17:10:18 2017] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]
[Mon Jan  9 17:10:18 2017] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]
[Mon Jan  9 17:10:18 2017] PM: Registered nosave memory: [mem 0xdfff0000-0xdfffffff]
[Mon Jan  9 17:10:18 2017] PM: Registered nosave memory: [mem 0xe0000000-0xfffbffff]
[Mon Jan  9 17:10:18 2017] PM: Registered nosave memory: [mem 0xfffc0000-0xffffffff]
[Mon Jan  9 17:10:18 2017] e820: [mem 0xe0000000-0xfffbffff] available for PCI devices
[Mon Jan  9 17:10:18 2017] Booting paravirtualized kernel on KVM
[Mon Jan  9 17:10:18 2017] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[Mon Jan  9 17:10:18 2017] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:4 nr_node_ids:1
[Mon Jan  9 17:10:18 2017] PERCPU: Embedded 33 pages/cpu @ffff88021fc00000 s97432 r8192 d29544 u524288
[Mon Jan  9 17:10:18 2017] pcpu-alloc: s97432 r8192 d29544 u524288 alloc=1*2097152
[Mon Jan  9 17:10:18 2017] pcpu-alloc: [0] 0 1 2 3 
[Mon Jan  9 17:10:18 2017] PV qspinlock hash table entries: 256 (order: 0, 4096 bytes)
[Mon Jan  9 17:10:18 2017] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 2064250
[Mon Jan  9 17:10:18 2017] Policy zone: Normal
[Mon Jan  9 17:10:18 2017] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.4.0-040400-generic root=UUID=a2f06444-c812-4f1b-b21b-26fc40d21fd6 ro quiet splash
[Mon Jan  9 17:10:18 2017] PID hash table entries: 4096 (order: 3, 32768 bytes)
[Mon Jan  9 17:10:18 2017] Calgary: detecting Calgary via BIOS EBDA area
[Mon Jan  9 17:10:18 2017] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[Mon Jan  9 17:10:18 2017] Memory: 8137200K/8388152K available (8201K kernel code, 1263K rwdata, 3948K rodata, 1460K init, 1292K bss, 250952K reserved, 0K cma-reserved)
[Mon Jan  9 17:10:18 2017] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[Mon Jan  9 17:10:18 2017] Hierarchical RCU implementation.
[Mon Jan  9 17:10:18 2017]  Build-time adjustment of leaf fanout to 64.
[Mon Jan  9 17:10:18 2017]  RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
[Mon Jan  9 17:10:18 2017] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=4
[Mon Jan  9 17:10:18 2017] NR_IRQS:16640 nr_irqs:456 16
[Mon Jan  9 17:10:18 2017] Console: colour VGA+ 80x25
[Mon Jan  9 17:10:18 2017] console [tty0] enabled
[Mon Jan  9 17:10:18 2017] tsc: Detected 2194.918 MHz processor
[Mon Jan  9 17:10:18 2017] Calibrating delay loop (skipped) preset value.. 4389.83 BogoMIPS (lpj=8779672)
[Mon Jan  9 17:10:18 2017] pid_max: default: 32768 minimum: 301
[Mon Jan  9 17:10:18 2017] ACPI: Core revision 20150930
[Mon Jan  9 17:10:18 2017] ACPI: 2 ACPI AML tables successfully acquired and loaded
[Mon Jan  9 17:10:18 2017] Security Framework initialized
[Mon Jan  9 17:10:18 2017] Yama: becoming mindful.
[Mon Jan  9 17:10:18 2017] AppArmor: AppArmor initialized
[Mon Jan  9 17:10:18 2017] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[Mon Jan  9 17:10:18 2017] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[Mon Jan  9 17:10:18 2017] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
[Mon Jan  9 17:10:18 2017] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
[Mon Jan  9 17:10:18 2017] Initializing cgroup subsys io
[Mon Jan  9 17:10:18 2017] Initializing cgroup subsys memory
[Mon Jan  9 17:10:18 2017] Initializing cgroup subsys devices
[Mon Jan  9 17:10:18 2017] Initializing cgroup subsys freezer
[Mon Jan  9 17:10:18 2017] Initializing cgroup subsys net_cls
[Mon Jan  9 17:10:18 2017] Initializing cgroup subsys perf_event
[Mon Jan  9 17:10:18 2017] Initializing cgroup subsys net_prio
[Mon Jan  9 17:10:18 2017] Initializing cgroup subsys hugetlb
[Mon Jan  9 17:10:18 2017] Initializing cgroup subsys pids
[Mon Jan  9 17:10:18 2017] CPU: Physical Processor ID: 0
[Mon Jan  9 17:10:18 2017] CPU: Processor Core ID: 0
[Mon Jan  9 17:10:18 2017] mce: CPU supports 0 MCE banks
[Mon Jan  9 17:10:18 2017] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
[Mon Jan  9 17:10:18 2017] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
[Mon Jan  9 17:10:18 2017] Freeing SMP alternatives memory: 28K (ffffffff820aa000 - ffffffff820b1000)
[Mon Jan  9 17:10:18 2017] ftrace: allocating 31499 entries in 124 pages
[Mon Jan  9 17:10:18 2017] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[Mon Jan  9 17:10:18 2017] smpboot: CPU0: Intel(R) Core(TM) i7-4770HQ CPU @ 2.20GHz (family: 0x6, model: 0x46, stepping: 0x1)
[Mon Jan  9 17:10:18 2017] Performance Events: unsupported p6 CPU model 70 no PMU driver, software events only.
[Mon Jan  9 17:10:18 2017] KVM setup paravirtual spinlock
[Mon Jan  9 17:10:18 2017] x86: Booting SMP configuration:
[Mon Jan  9 17:10:18 2017] .... node  #0, CPUs:      #1
[Mon Jan  9 17:10:18 2017] kvm-clock: cpu 1, msr 2:1fff2041, secondary cpu clock
[Mon Jan  9 17:10:18 2017] mce: CPU supports 0 MCE banks
[Mon Jan  9 17:10:18 2017]  #2
[Mon Jan  9 17:10:18 2017] kvm-clock: cpu 2, msr 2:1fff2081, secondary cpu clock
[Mon Jan  9 17:10:18 2017] mce: CPU supports 0 MCE banks
[Mon Jan  9 17:10:18 2017]  #3
[Mon Jan  9 17:10:18 2017] kvm-clock: cpu 3, msr 2:1fff20c1, secondary cpu clock
[Mon Jan  9 17:10:18 2017] mce: CPU supports 0 MCE banks
[Mon Jan  9 17:10:18 2017] x86: Booted up 1 node, 4 CPUs
[Mon Jan  9 17:10:18 2017] smpboot: Total of 4 processors activated (17559.34 BogoMIPS)
[Mon Jan  9 17:10:18 2017] devtmpfs: initialized
[Mon Jan  9 17:10:18 2017] evm: security.selinux
[Mon Jan  9 17:10:18 2017] evm: security.SMACK64
[Mon Jan  9 17:10:18 2017] evm: security.SMACK64EXEC
[Mon Jan  9 17:10:18 2017] evm: security.SMACK64TRANSMUTE
[Mon Jan  9 17:10:18 2017] evm: security.SMACK64MMAP
[Mon Jan  9 17:10:18 2017] evm: security.ima
[Mon Jan  9 17:10:18 2017] evm: security.capability
[Mon Jan  9 17:10:18 2017] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[Mon Jan  9 17:10:18 2017] pinctrl core: initialized pinctrl subsystem
[Mon Jan  9 17:10:18 2017] RTC time:  1:10:19, date: 01/10/17
[Mon Jan  9 17:10:18 2017] NET: Registered protocol family 16
[Mon Jan  9 17:10:18 2017] cpuidle: using governor ladder
[Mon Jan  9 17:10:18 2017] cpuidle: using governor menu
[Mon Jan  9 17:10:18 2017] PCCT header not found.
[Mon Jan  9 17:10:18 2017] ACPI: bus type PCI registered
[Mon Jan  9 17:10:18 2017] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[Mon Jan  9 17:10:18 2017] PCI: Using configuration type 1 for base access
[Mon Jan  9 17:10:18 2017] ACPI: Added _OSI(Module Device)
[Mon Jan  9 17:10:18 2017] ACPI: Added _OSI(Processor Device)
[Mon Jan  9 17:10:18 2017] ACPI: Added _OSI(3.0 _SCP Extensions)
[Mon Jan  9 17:10:18 2017] ACPI: Added _OSI(Processor Aggregator Device)
[Mon Jan  9 17:10:18 2017] ACPI: Executed 1 blocks of module-level executable AML code
[Mon Jan  9 17:10:18 2017] ACPI: Interpreter enabled
[Mon Jan  9 17:10:18 2017] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150930/hwxface-580)
[Mon Jan  9 17:10:18 2017] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150930/hwxface-580)
[Mon Jan  9 17:10:18 2017] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150930/hwxface-580)
[Mon Jan  9 17:10:18 2017] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150930/hwxface-580)
[Mon Jan  9 17:10:18 2017] ACPI: (supports S0 S5)
[Mon Jan  9 17:10:18 2017] ACPI: Using IOAPIC for interrupt routing
[Mon Jan  9 17:10:18 2017] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[Mon Jan  9 17:10:18 2017] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[Mon Jan  9 17:10:18 2017] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]
[Mon Jan  9 17:10:18 2017] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[Mon Jan  9 17:10:18 2017] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
[Mon Jan  9 17:10:18 2017] PCI host bridge to bus 0000:00
[Mon Jan  9 17:10:18 2017] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[Mon Jan  9 17:10:18 2017] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[Mon Jan  9 17:10:18 2017] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[Mon Jan  9 17:10:18 2017] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xffdfffff window]
[Mon Jan  9 17:10:18 2017] pci_bus 0000:00: root bus resource [bus 00-ff]
[Mon Jan  9 17:10:18 2017] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000
[Mon Jan  9 17:10:18 2017] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100
[Mon Jan  9 17:10:18 2017] pci 0000:00:01.1: [8086:7111] type 00 class 0x01018a
[Mon Jan  9 17:10:18 2017] pci 0000:00:01.1: reg 0x20: [io  0xd000-0xd00f]
[Mon Jan  9 17:10:18 2017] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
[Mon Jan  9 17:10:18 2017] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
[Mon Jan  9 17:10:18 2017] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
[Mon Jan  9 17:10:18 2017] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
[Mon Jan  9 17:10:18 2017] pci 0000:00:02.0: [80ee:beef] type 00 class 0x030000
[Mon Jan  9 17:10:18 2017] pci 0000:00:02.0: reg 0x10: [mem 0xe0000000-0xefffffff pref]
[Mon Jan  9 17:10:18 2017] pci 0000:00:03.0: [8086:100e] type 00 class 0x020000
[Mon Jan  9 17:10:18 2017] pci 0000:00:03.0: reg 0x10: [mem 0xf0000000-0xf001ffff]
[Mon Jan  9 17:10:18 2017] pci 0000:00:03.0: reg 0x18: [io  0xd010-0xd017]
[Mon Jan  9 17:10:18 2017] pci 0000:00:04.0: [80ee:cafe] type 00 class 0x088000
[Mon Jan  9 17:10:18 2017] pci 0000:00:04.0: reg 0x10: [io  0xd020-0xd03f]
[Mon Jan  9 17:10:18 2017] pci 0000:00:04.0: reg 0x14: [mem 0xf0400000-0xf07fffff]
[Mon Jan  9 17:10:18 2017] pci 0000:00:04.0: reg 0x18: [mem 0xf0800000-0xf0803fff pref]
[Mon Jan  9 17:10:18 2017] pci 0000:00:05.0: [8086:2415] type 00 class 0x040100
[Mon Jan  9 17:10:18 2017] pci 0000:00:05.0: reg 0x10: [io  0xd100-0xd1ff]
[Mon Jan  9 17:10:18 2017] pci 0000:00:05.0: reg 0x14: [io  0xd200-0xd23f]
[Mon Jan  9 17:10:18 2017] pci 0000:00:07.0: [8086:7113] type 00 class 0x068000
[Mon Jan  9 17:10:18 2017] pci 0000:00:0c.0: [8086:1e31] type 00 class 0x0c0330
[Mon Jan  9 17:10:18 2017] pci 0000:00:0c.0: reg 0x10: [mem 0xf0810000-0xf081ffff]
[Mon Jan  9 17:10:18 2017] pci 0000:00:0d.0: [8086:2829] type 00 class 0x010601
[Mon Jan  9 17:10:18 2017] pci 0000:00:0d.0: reg 0x10: [io  0xd240-0xd247]
[Mon Jan  9 17:10:18 2017] pci 0000:00:0d.0: reg 0x18: [io  0xd250-0xd257]
[Mon Jan  9 17:10:18 2017] pci 0000:00:0d.0: reg 0x20: [io  0xd260-0xd26f]
[Mon Jan  9 17:10:18 2017] pci 0000:00:0d.0: reg 0x24: [mem 0xf0820000-0xf0821fff]
[Mon Jan  9 17:10:18 2017] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 9 10 *11)
[Mon Jan  9 17:10:18 2017] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 9 10 *11)
[Mon Jan  9 17:10:18 2017] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 9 *10 11)
[Mon Jan  9 17:10:18 2017] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 *9 10 11)
[Mon Jan  9 17:10:18 2017] ACPI: Enabled 2 GPEs in block 00 to 07
[Mon Jan  9 17:10:18 2017] vgaarb: setting as boot device: PCI:0000:00:02.0
[Mon Jan  9 17:10:18 2017] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[Mon Jan  9 17:10:18 2017] vgaarb: loaded
[Mon Jan  9 17:10:18 2017] vgaarb: bridge control possible 0000:00:02.0
[Mon Jan  9 17:10:18 2017] SCSI subsystem initialized
[Mon Jan  9 17:10:18 2017] libata version 3.00 loaded.
[Mon Jan  9 17:10:18 2017] ACPI: bus type USB registered
[Mon Jan  9 17:10:18 2017] usbcore: registered new interface driver usbfs
[Mon Jan  9 17:10:18 2017] usbcore: registered new interface driver hub
[Mon Jan  9 17:10:18 2017] usbcore: registered new device driver usb
[Mon Jan  9 17:10:18 2017] PCI: Using ACPI for IRQ routing
[Mon Jan  9 17:10:18 2017] PCI: pci_cache_line_size set to 64 bytes
[Mon Jan  9 17:10:18 2017] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
[Mon Jan  9 17:10:18 2017] e820: reserve RAM buffer [mem 0xdfff0000-0xdfffffff]
[Mon Jan  9 17:10:18 2017] NetLabel: Initializing
[Mon Jan  9 17:10:18 2017] NetLabel:  domain hash size = 128
[Mon Jan  9 17:10:18 2017] NetLabel:  protocols = UNLABELED CIPSOv4
[Mon Jan  9 17:10:18 2017] NetLabel:  unlabeled traffic allowed by default
[Mon Jan  9 17:10:18 2017] clocksource: Switched to clocksource kvm-clock
[Mon Jan  9 17:10:18 2017] AppArmor: AppArmor Filesystem Enabled
[Mon Jan  9 17:10:18 2017] pnp: PnP ACPI init
[Mon Jan  9 17:10:18 2017] pnp 00:00: Plug and Play ACPI device, IDs PNP0303 (active)
[Mon Jan  9 17:10:18 2017] pnp 00:01: Plug and Play ACPI device, IDs PNP0f03 (active)
[Mon Jan  9 17:10:18 2017] pnp: PnP ACPI: found 2 devices
[Mon Jan  9 17:10:18 2017] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[Mon Jan  9 17:10:18 2017] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[Mon Jan  9 17:10:18 2017] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[Mon Jan  9 17:10:18 2017] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[Mon Jan  9 17:10:18 2017] pci_bus 0000:00: resource 7 [mem 0xe0000000-0xffdfffff window]
[Mon Jan  9 17:10:18 2017] NET: Registered protocol family 2
[Mon Jan  9 17:10:18 2017] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[Mon Jan  9 17:10:18 2017] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[Mon Jan  9 17:10:18 2017] TCP: Hash tables configured (established 65536 bind 65536)
[Mon Jan  9 17:10:18 2017] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[Mon Jan  9 17:10:18 2017] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[Mon Jan  9 17:10:18 2017] NET: Registered protocol family 1
[Mon Jan  9 17:10:18 2017] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[Mon Jan  9 17:10:18 2017] pci 0000:00:01.0: Activating ISA DMA hang workarounds
[Mon Jan  9 17:10:18 2017] pci 0000:00:02.0: Video device with shadowed ROM
[Mon Jan  9 17:10:18 2017] PCI: CLS 64 bytes, default 64
[Mon Jan  9 17:10:18 2017] Trying to unpack rootfs image as initramfs...
[Mon Jan  9 17:10:18 2017] Freeing initrd memory: 34588K (ffff880033c62000 - ffff880035e29000)
[Mon Jan  9 17:10:18 2017] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[Mon Jan  9 17:10:18 2017] software IO TLB [mem 0xdbff0000-0xdfff0000] (64MB) mapped at [ffff8800dbff0000-ffff8800dffeffff]
[Mon Jan  9 17:10:18 2017] platform rtc_cmos: registered platform RTC device (no PNP device found)
[Mon Jan  9 17:10:18 2017] Scanning for low memory corruption every 60 seconds
[Mon Jan  9 17:10:18 2017] futex hash table entries: 1024 (order: 4, 65536 bytes)
[Mon Jan  9 17:10:18 2017] audit: initializing netlink subsys (disabled)
[Mon Jan  9 17:10:18 2017] audit: type=2000 audit(1484012530.856:1): initialized
[Mon Jan  9 17:10:18 2017] Initialise system trusted keyring
[Mon Jan  9 17:10:18 2017] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[Mon Jan  9 17:10:18 2017] zbud: loaded
[Mon Jan  9 17:10:18 2017] VFS: Disk quotas dquot_6.6.0
[Mon Jan  9 17:10:18 2017] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[Mon Jan  9 17:10:18 2017] fuse init (API version 7.23)
[Mon Jan  9 17:10:18 2017] Key type big_key registered
[Mon Jan  9 17:10:18 2017] Key type asymmetric registered
[Mon Jan  9 17:10:18 2017] Asymmetric key parser 'x509' registered
[Mon Jan  9 17:10:18 2017] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[Mon Jan  9 17:10:18 2017] io scheduler noop registered
[Mon Jan  9 17:10:18 2017] io scheduler deadline registered (default)
[Mon Jan  9 17:10:18 2017] io scheduler cfq registered
[Mon Jan  9 17:10:18 2017] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[Mon Jan  9 17:10:18 2017] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[Mon Jan  9 17:10:18 2017] intel_idle: does not run on family 6 model 70
[Mon Jan  9 17:10:18 2017] ACPI: AC Adapter [AC] (on-line)
[Mon Jan  9 17:10:18 2017] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[Mon Jan  9 17:10:18 2017] ACPI: Power Button [PWRF]
[Mon Jan  9 17:10:18 2017] input: Sleep Button as /devices/LNXSYSTM:00/LNXSLPBN:00/input/input1
[Mon Jan  9 17:10:18 2017] ACPI: Sleep Button [SLPF]
[Mon Jan  9 17:10:18 2017] GHES: HEST is not enabled!
[Mon Jan  9 17:10:18 2017] ACPI: Battery Slot [BAT0] (battery present)
[Mon Jan  9 17:10:18 2017] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[Mon Jan  9 17:10:18 2017] Linux agpgart interface v0.103
[Mon Jan  9 17:10:18 2017] brd: module loaded
[Mon Jan  9 17:10:18 2017] loop: module loaded
[Mon Jan  9 17:10:18 2017] ata_piix 0000:00:01.1: version 2.13
[Mon Jan  9 17:10:18 2017] scsi host0: ata_piix
[Mon Jan  9 17:10:18 2017] scsi host1: ata_piix
[Mon Jan  9 17:10:18 2017] ata1: PATA max UDMA/33 cmd 0x1f0 ctl 0x3f6 bmdma 0xd000 irq 14
[Mon Jan  9 17:10:18 2017] ata2: PATA max UDMA/33 cmd 0x170 ctl 0x376 bmdma 0xd008 irq 15
[Mon Jan  9 17:10:18 2017] libphy: Fixed MDIO Bus: probed
[Mon Jan  9 17:10:18 2017] tun: Universal TUN/TAP device driver, 1.6
[Mon Jan  9 17:10:18 2017] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[Mon Jan  9 17:10:18 2017] PPP generic driver version 2.4.2
[Mon Jan  9 17:10:18 2017] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[Mon Jan  9 17:10:18 2017] ehci-pci: EHCI PCI platform driver
[Mon Jan  9 17:10:18 2017] ehci-platform: EHCI generic platform driver
[Mon Jan  9 17:10:18 2017] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[Mon Jan  9 17:10:18 2017] ohci-pci: OHCI PCI platform driver
[Mon Jan  9 17:10:18 2017] ohci-platform: OHCI generic platform driver
[Mon Jan  9 17:10:18 2017] uhci_hcd: USB Universal Host Controller Interface driver
[Mon Jan  9 17:10:18 2017] xhci_hcd 0000:00:0c.0: xHCI Host Controller
[Mon Jan  9 17:10:18 2017] xhci_hcd 0000:00:0c.0: new USB bus registered, assigned bus number 1
[Mon Jan  9 17:10:18 2017] xhci_hcd 0000:00:0c.0: hcc params 0x04000000 hci version 0x100 quirks 0x0000b930
[Mon Jan  9 17:10:18 2017] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[Mon Jan  9 17:10:18 2017] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[Mon Jan  9 17:10:18 2017] usb usb1: Product: xHCI Host Controller
[Mon Jan  9 17:10:18 2017] usb usb1: Manufacturer: Linux 4.4.0-040400-generic xhci-hcd
[Mon Jan  9 17:10:18 2017] usb usb1: SerialNumber: 0000:00:0c.0
[Mon Jan  9 17:10:18 2017] hub 1-0:1.0: USB hub found
[Mon Jan  9 17:10:18 2017] hub 1-0:1.0: 8 ports detected
[Mon Jan  9 17:10:18 2017] xhci_hcd 0000:00:0c.0: xHCI Host Controller
[Mon Jan  9 17:10:18 2017] xhci_hcd 0000:00:0c.0: new USB bus registered, assigned bus number 2
[Mon Jan  9 17:10:18 2017] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[Mon Jan  9 17:10:18 2017] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[Mon Jan  9 17:10:18 2017] usb usb2: Product: xHCI Host Controller
[Mon Jan  9 17:10:18 2017] usb usb2: Manufacturer: Linux 4.4.0-040400-generic xhci-hcd
[Mon Jan  9 17:10:18 2017] usb usb2: SerialNumber: 0000:00:0c.0
[Mon Jan  9 17:10:18 2017] hub 2-0:1.0: USB hub found
[Mon Jan  9 17:10:18 2017] hub 2-0:1.0: 6 ports detected
[Mon Jan  9 17:10:18 2017] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[Mon Jan  9 17:10:18 2017] serio: i8042 KBD port at 0x60,0x64 irq 1
[Mon Jan  9 17:10:18 2017] serio: i8042 AUX port at 0x60,0x64 irq 12
[Mon Jan  9 17:10:18 2017] mousedev: PS/2 mouse device common for all mice
[Mon Jan  9 17:10:18 2017] rtc_cmos rtc_cmos: rtc core: registered rtc_cmos as rtc0
[Mon Jan  9 17:10:18 2017] rtc_cmos rtc_cmos: alarms up to one day, 114 bytes nvram
[Mon Jan  9 17:10:18 2017] i2c /dev entries driver
[Mon Jan  9 17:10:18 2017] device-mapper: uevent: version 1.0.3
[Mon Jan  9 17:10:18 2017] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com
[Mon Jan  9 17:10:18 2017] ledtrig-cpu: registered to indicate activity on CPUs
[Mon Jan  9 17:10:18 2017] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
[Mon Jan  9 17:10:18 2017] NET: Registered protocol family 10
[Mon Jan  9 17:10:18 2017] NET: Registered protocol family 17
[Mon Jan  9 17:10:18 2017] Key type dns_resolver registered
[Mon Jan  9 17:10:18 2017] microcode: CPU0 sig=0x40661, pf=0x40, revision=0x0
[Mon Jan  9 17:10:18 2017] microcode: CPU1 sig=0x40661, pf=0x40, revision=0x0
[Mon Jan  9 17:10:18 2017] microcode: CPU2 sig=0x40661, pf=0x40, revision=0x0
[Mon Jan  9 17:10:18 2017] microcode: CPU3 sig=0x40661, pf=0x40, revision=0x0
[Mon Jan  9 17:10:18 2017] microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[Mon Jan  9 17:10:18 2017] registered taskstats version 1
[Mon Jan  9 17:10:18 2017] Loading compiled-in X.509 certificates
[Mon Jan  9 17:10:18 2017] Loaded X.509 cert 'Build time autogenerated kernel key: 7c000f91341ea05d6bcff1a7d4575be1b7e5f32f'
[Mon Jan  9 17:10:18 2017] zswap: loaded using pool lzo/zbud
[Mon Jan  9 17:10:18 2017] Key type trusted registered
[Mon Jan  9 17:10:18 2017] Key type encrypted registered
[Mon Jan  9 17:10:18 2017] AppArmor: AppArmor sha1 policy hashing enabled
[Mon Jan  9 17:10:18 2017] ima: No TPM chip found, activating TPM-bypass!
[Mon Jan  9 17:10:18 2017] evm: HMAC attrs: 0x1
[Mon Jan  9 17:10:18 2017]   Magic number: 1:438:154
[Mon Jan  9 17:10:18 2017] bdi 1:6: hash matches
[Mon Jan  9 17:10:18 2017] rtc_cmos rtc_cmos: setting system clock to 2017-01-10 01:10:19 UTC (1484010619)
[Mon Jan  9 17:10:18 2017] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[Mon Jan  9 17:10:18 2017] EDD information not available.
[Mon Jan  9 17:10:18 2017] PM: Hibernation image not present or could not be loaded.
[Mon Jan  9 17:10:19 2017] ata2.00: ATAPI: VBOX CD-ROM, 1.0, max UDMA/133
[Mon Jan  9 17:10:19 2017] ata2.00: configured for UDMA/33
[Mon Jan  9 17:10:19 2017] scsi 1:0:0:0: CD-ROM            VBOX     CD-ROM           1.0  PQ: 0 ANSI: 5
[Mon Jan  9 17:10:19 2017] sr 1:0:0:0: [sr0] scsi3-mmc drive: 32x/32x xa/form2 tray
[Mon Jan  9 17:10:19 2017] cdrom: Uniform CD-ROM driver Revision: 3.20
[Mon Jan  9 17:10:19 2017] sr 1:0:0:0: Attached scsi CD-ROM sr0
[Mon Jan  9 17:10:19 2017] sr 1:0:0:0: Attached scsi generic sg0 type 5
[Mon Jan  9 17:10:19 2017] Freeing unused kernel memory: 1460K (ffffffff81f3d000 - ffffffff820aa000)
[Mon Jan  9 17:10:19 2017] Write protecting the kernel read-only data: 14336k
[Mon Jan  9 17:10:19 2017] Freeing unused kernel memory: 2028K (ffff880001805000 - ffff880001a00000)
[Mon Jan  9 17:10:19 2017] Freeing unused kernel memory: 148K (ffff880001ddb000 - ffff880001e00000)
[Mon Jan  9 17:10:19 2017] random: systemd-udevd urandom read with 1 bits of entropy available
[Mon Jan  9 17:10:19 2017] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[Mon Jan  9 17:10:19 2017] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/LNXVIDEO:00/input/input4
[Mon Jan  9 17:10:19 2017] FUJITSU Extended Socket Network Device Driver - version 1.0 - Copyright (c) 2015 FUJITSU LIMITED
[Mon Jan  9 17:10:19 2017] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
[Mon Jan  9 17:10:19 2017] e1000: Copyright (c) 1999-2006 Intel Corporation.
[Mon Jan  9 17:10:19 2017] usb 1-1: new full-speed USB device number 2 using xhci_hcd
[Mon Jan  9 17:10:19 2017] usb 1-1: New USB device found, idVendor=80ee, idProduct=0021
[Mon Jan  9 17:10:19 2017] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=0
[Mon Jan  9 17:10:19 2017] usb 1-1: Product: USB Tablet
[Mon Jan  9 17:10:19 2017] usb 1-1: Manufacturer: VirtualBox
[Mon Jan  9 17:10:19 2017] usb 1-1: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
[Mon Jan  9 17:10:19 2017] hidraw: raw HID events driver (C) Jiri Kosina
[Mon Jan  9 17:10:19 2017] usbcore: registered new interface driver usbhid
[Mon Jan  9 17:10:19 2017] usbhid: USB HID core driver
[Mon Jan  9 17:10:19 2017] input: VirtualBox USB Tablet as /devices/pci0000:00/0000:00:0c.0/usb1/1-1/1-1:1.0/0003:80EE:0021.0001/input/input6
[Mon Jan  9 17:10:19 2017] hid-generic 0003:80EE:0021.0001: input,hidraw0: USB HID v1.10 Mouse [VirtualBox USB Tablet] on usb-0000:00:0c.0-1/input0
[Mon Jan  9 17:10:19 2017] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input5
[Mon Jan  9 17:10:19 2017] e1000 0000:00:03.0 eth0: (PCI:33MHz:32-bit) 08:00:27:de:8a:fe
[Mon Jan  9 17:10:19 2017] e1000 0000:00:03.0 eth0: Intel(R) PRO/1000 Network Connection
[Mon Jan  9 17:10:19 2017] ahci 0000:00:0d.0: version 3.0
[Mon Jan  9 17:10:19 2017] ahci 0000:00:0d.0: SSS flag set, parallel bus scan disabled
[Mon Jan  9 17:10:19 2017] ahci 0000:00:0d.0: AHCI 0001.0100 32 slots 1 ports 3 Gbps 0x1 impl SATA mode
[Mon Jan  9 17:10:19 2017] ahci 0000:00:0d.0: flags: 64bit ncq stag only ccc 
[Mon Jan  9 17:10:19 2017] scsi host2: ahci
[Mon Jan  9 17:10:19 2017] ata3: SATA max UDMA/133 abar m8192@0xf0820000 port 0xf0820100 irq 21
[Mon Jan  9 17:10:19 2017] e1000 0000:00:03.0 enp0s3: renamed from eth0
[Mon Jan  9 17:10:19 2017] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[Mon Jan  9 17:10:19 2017] ata3.00: ATA-6: VBOX HARDDISK, 1.0, max UDMA/133
[Mon Jan  9 17:10:19 2017] ata3.00: 85494784 sectors, multi 128: LBA48 NCQ (depth 31/32)
[Mon Jan  9 17:10:19 2017] ata3.00: configured for UDMA/133
[Mon Jan  9 17:10:19 2017] scsi 2:0:0:0: Direct-Access     ATA      VBOX HARDDISK    1.0  PQ: 0 ANSI: 5
[Mon Jan  9 17:10:19 2017] sd 2:0:0:0: [sda] 85494784 512-byte logical blocks: (43.7 GB/40.7 GiB)
[Mon Jan  9 17:10:19 2017] sd 2:0:0:0: [sda] Write Protect is off
[Mon Jan  9 17:10:19 2017] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[Mon Jan  9 17:10:19 2017] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[Mon Jan  9 17:10:19 2017] sd 2:0:0:0: Attached scsi generic sg1 type 0
[Mon Jan  9 17:10:19 2017]  sda: sda1 sda2 < sda5 >
[Mon Jan  9 17:10:19 2017] sd 2:0:0:0: [sda] Attached SCSI disk
[Mon Jan  9 17:10:19 2017] tsc: Refined TSC clocksource calibration: 2196.043 MHz
[Mon Jan  9 17:10:19 2017] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x1fa798e2790, max_idle_ns: 440795234832 ns
[Mon Jan  9 17:10:22 2017] floppy0: no floppy controllers found
[Mon Jan  9 17:10:22 2017] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[Mon Jan  9 17:10:22 2017] 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)
[Mon Jan  9 17:10:22 2017] systemd[1]: Detected virtualization oracle.
[Mon Jan  9 17:10:22 2017] systemd[1]: Detected architecture x86-64.
[Mon Jan  9 17:10:22 2017] systemd[1]: Set hostname to <username-VirtualBox>.
[Mon Jan  9 17:10:22 2017] systemd[1]: Created slice System Slice.
[Mon Jan  9 17:10:22 2017] systemd[1]: Listening on Journal Socket.
[Mon Jan  9 17:10:22 2017] systemd[1]: Starting Uncomplicated firewall...
[Mon Jan  9 17:10:22 2017] systemd[1]: Starting Load Kernel Modules...
[Mon Jan  9 17:10:22 2017] systemd[1]: Mounting Huge Pages File System...
[Mon Jan  9 17:10:22 2017] systemd[1]: Mounting Debug File System...
[Mon Jan  9 17:10:22 2017] systemd[1]: Listening on Syslog Socket.
[Mon Jan  9 17:10:22 2017] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[Mon Jan  9 17:10:22 2017] systemd[1]: Listening on Journal Audit Socket.
[Mon Jan  9 17:10:22 2017] systemd[1]: Listening on udev Control Socket.
[Mon Jan  9 17:10:22 2017] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[Mon Jan  9 17:10:22 2017] systemd[1]: Listening on Journal Socket (/dev/log).
[Mon Jan  9 17:10:22 2017] systemd[1]: Starting Journal Service...
[Mon Jan  9 17:10:22 2017] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[Mon Jan  9 17:10:22 2017] systemd[1]: Mounting POSIX Message Queue File System...
[Mon Jan  9 17:10:22 2017] systemd[1]: Reached target Encrypted Volumes.
[Mon Jan  9 17:10:22 2017] systemd[1]: Listening on udev Kernel Socket.
[Mon Jan  9 17:10:22 2017] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[Mon Jan  9 17:10:22 2017] systemd[1]: Starting Set console keymap...
[Mon Jan  9 17:10:22 2017] systemd[1]: Listening on fsck to fsckd communication Socket.
[Mon Jan  9 17:10:22 2017] systemd[1]: Reached target Remote File Systems (Pre).
[Mon Jan  9 17:10:22 2017] systemd[1]: Reached target Remote File Systems.
[Mon Jan  9 17:10:22 2017] systemd[1]: Started Braille Device Support.
[Mon Jan  9 17:10:22 2017] systemd[1]: Created slice User and Session Slice.
[Mon Jan  9 17:10:22 2017] systemd[1]: Reached target Slices.
[Mon Jan  9 17:10:22 2017] systemd[1]: Reached target User and Group Name Lookups.
[Mon Jan  9 17:10:22 2017] systemd[1]: Started Uncomplicated firewall.
[Mon Jan  9 17:10:22 2017] systemd[1]: Started Create list of required static device nodes for the current kernel.
[Mon Jan  9 17:10:22 2017] systemd[1]: Mounted Debug File System.
[Mon Jan  9 17:10:22 2017] systemd[1]: Mounted POSIX Message Queue File System.
[Mon Jan  9 17:10:22 2017] systemd[1]: Mounted Huge Pages File System.
[Mon Jan  9 17:10:22 2017] lp: driver loaded but no devices found
[Mon Jan  9 17:10:22 2017] systemd[1]: Started Journal Service.
[Mon Jan  9 17:10:22 2017] ppdev: user-space parallel port driver
[Mon Jan  9 17:10:22 2017] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[Mon Jan  9 17:10:22 2017] systemd-journald[229]: Received request to flush runtime journal from PID 1
[Mon Jan  9 17:10:22 2017] piix4_smbus 0000:00:07.0: SMBus base address uninitialized - upgrade BIOS or use force_addr=0xaddr
[Mon Jan  9 17:10:23 2017] audit: type=1400 audit(1484010623.588:2): apparmor="STATUS" operation="profile_load" name="/usr/bin/ubuntu-core-launcher" pid=439 comm="apparmor_parser"
[Mon Jan  9 17:10:23 2017] audit: type=1400 audit(1484010623.604:3): apparmor="STATUS" operation="profile_load" name="/sbin/dhclient" pid=433 comm="apparmor_parser"
[Mon Jan  9 17:10:23 2017] audit: type=1400 audit(1484010623.604:4): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=433 comm="apparmor_parser"
[Mon Jan  9 17:10:23 2017] audit: type=1400 audit(1484010623.604:5): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=433 comm="apparmor_parser"
[Mon Jan  9 17:10:23 2017] audit: type=1400 audit(1484010623.604:6): apparmor="STATUS" operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" pid=433 comm="apparmor_parser"
[Mon Jan  9 17:10:23 2017] audit: type=1400 audit(1484010623.604:7): apparmor="STATUS" operation="profile_load" name="/usr/lib/lightdm/lightdm-guest-session" pid=432 comm="apparmor_parser"
[Mon Jan  9 17:10:23 2017] audit: type=1400 audit(1484010623.604:8): apparmor="STATUS" operation="profile_load" name="chromium" pid=432 comm="apparmor_parser"
[Mon Jan  9 17:10:23 2017] audit: type=1400 audit(1484010623.608:9): apparmor="STATUS" operation="profile_load" name="/usr/sbin/cups-browsed" pid=451 comm="apparmor_parser"
[Mon Jan  9 17:10:23 2017] audit: type=1400 audit(1484010623.612:10): apparmor="STATUS" operation="profile_load" name="/usr/lib/cups/backend/cups-pdf" pid=454 comm="apparmor_parser"
[Mon Jan  9 17:10:23 2017] AVX version of gcm_enc/dec engaged.
[Mon Jan  9 17:10:23 2017] AES CTR mode by8 optimization enabled
[Mon Jan  9 17:10:23 2017] Adding 8386556k swap on /dev/sda5.  Priority:-1 extents:1 across:8386556k FS
[Mon Jan  9 17:10:23 2017] snd_intel8x0 0000:00:05.0: disable (unknown or VT-d) VM optimization
[Mon Jan  9 17:10:23 2017] snd_intel8x0 0000:00:05.0: white list rate for 1028:0177 is 48000
[Mon Jan  9 17:10:24 2017] random: nonblocking pool is initialized
[Mon Jan  9 17:10:24 2017] IPv6: ADDRCONF(NETDEV_UP): enp0s3: link is not ready
[Mon Jan  9 17:10:24 2017] IPv6: ADDRCONF(NETDEV_UP): enp0s3: link is not ready
[Mon Jan  9 17:10:24 2017] e1000: enp0s3 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX
[Mon Jan  9 17:10:24 2017] IPv6: ADDRCONF(NETDEV_CHANGE): enp0s3: link becomes ready
[Mon Jan  9 17:10:25 2017] floppy0: no floppy controllers found
[Mon Jan  9 17:13:10 2017] usb 1-2: new full-speed USB device number 3 using xhci_hcd
[Mon Jan  9 17:13:11 2017] usb 1-2: config 1 has an invalid interface number: 3 but max is 2
[Mon Jan  9 17:13:11 2017] usb 1-2: config 1 has no interface number 2
[Mon Jan  9 17:13:11 2017] usb 1-2: New USB device found, idVendor=041e, idProduct=409b
[Mon Jan  9 17:13:11 2017] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[Mon Jan  9 17:13:11 2017] usb 1-2: Product: BlasterX Senz3D VF0810
[Mon Jan  9 17:13:11 2017] usb 1-2: Manufacturer: Creative Technology Ltd
[Mon Jan  9 17:13:11 2017] usb 1-2: SerialNumber: 160603170234
[Mon Jan  9 17:13:11 2017] input: Creative Technology Ltd BlasterX Senz3D VF0810 as /devices/pci0000:00/0000:00:0c.0/usb1/1-2/1-2:1.3/0003:041E:409B.0002/input/input7
[Mon Jan  9 17:13:11 2017] hid-generic 0003:041E:409B.0002: input,hiddev0,hidraw1: USB HID v1.11 Device [Creative Technology Ltd BlasterX Senz3D VF0810] on usb-0000:00:0c.0-2/input3
[Mon Jan  9 17:13:11 2017] usbcore: registered new interface driver snd-usb-audio
[Mon Jan  9 17:13:14 2017] do_trap: 36 callbacks suppressed
[Mon Jan  9 17:13:14 2017] traps: pool[1892] trap int3 ip:7f7be4cc3a6b sp:7f7bc28445b0 error:0
[Mon Jan  9 17:13:18 2017] usb 2-1: new SuperSpeed USB device number 2 using xhci_hcd
[Mon Jan  9 17:13:18 2017] usb 2-1: New USB device found, idVendor=8086, idProduct=0aa5
[Mon Jan  9 17:13:18 2017] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[Mon Jan  9 17:13:18 2017] usb 2-1: Product: Intel(R) RealSense(TM) Camera SR300
[Mon Jan  9 17:13:18 2017] usb 2-1: Manufacturer: Intel(R) RealSense(TM) Camera SR300
[Mon Jan  9 17:13:19 2017] media: Linux media interface: v0.10
[Mon Jan  9 17:13:19 2017] Linux video capture interface: v2.00
[Mon Jan  9 17:13:19 2017] uvcvideo: Found UVC 1.10 device Intel(R) RealSense(TM) Camera SR300 (8086:0aa5)
[Mon Jan  9 17:13:19 2017] input: Intel(R) RealSense(TM) Camera S as /devices/pci0000:00/0000:00:0c.0/usb2/2-1/2-1:1.0/input/input8
[Mon Jan  9 17:13:19 2017] uvcvideo: Unknown video format 5a564e49-2d90-4a58-920b-773f1f2c556b
[Mon Jan  9 17:13:19 2017] uvcvideo: Unknown video format 495a4e49-1a66-a242-9065-d01814a8ef8a
[Mon Jan  9 17:13:19 2017] uvcvideo: Unknown video format 435a4e49-b602-480f-978c-e4e88ae89b89
[Mon Jan  9 17:13:19 2017] uvcvideo: Unknown video format 49564e49-57db-5e49-8e3f-f479532b946f
[Mon Jan  9 17:13:19 2017] uvcvideo: Unknown video format 52494150-8536-4841-b6bf-8fc6ffb083a8
[Mon Jan  9 17:13:19 2017] uvcvideo: Found UVC 1.10 device Intel(R) RealSense(TM) Camera SR300 (8086:0aa5)
[Mon Jan  9 17:13:19 2017] uvcvideo: Unable to create debugfs 2-2 directory.
[Mon Jan  9 17:13:19 2017] input: Intel(R) RealSense(TM) Camera S as /devices/pci0000:00/0000:00:0c.0/usb2/2-1/2-1:1.2/input/input9
[Mon Jan  9 17:13:19 2017] usbcore: registered new interface driver uvcvideo
[Mon Jan  9 17:13:19 2017] USB Video Class driver (1.1.1)
[Mon Jan  9 17:22:27 2017] usbcore: deregistering interface driver uvcvideo
[Mon Jan  9 17:22:28 2017] media: Linux media interface: v0.10
[Mon Jan  9 17:22:28 2017] Linux video capture interface: v2.00
[Mon Jan  9 17:22:28 2017] uvcvideo: module verification failed: signature and/or required key missing - tainting kernel
[Mon Jan  9 17:22:28 2017] ------------[ cut here ]------------
[Mon Jan  9 17:22:28 2017] WARNING: CPU: 2 PID: 7950 at /home/kernel/COD/linux/lib/kobject.c:597 kobject_get+0x4d/0x80()
[Mon Jan  9 17:22:28 2017] kobject: '' (ffff8800358ec098): is not initialized, yet kobject_get() is being called.
[Mon Jan  9 17:22:28 2017] Modules linked in: uvcvideo(OE+) videobuf2_vmalloc videobuf2_memops videobuf2_v4l2 videobuf2_core v4l2_common videodev media snd_usb_audio snd_usbmidi_lib snd_hwdep snd_intel8x0 snd_ac97_codec crct10dif_pclmul ac97_bus crc32_pclmul snd_pcm aesni_intel aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd snd_seq_midi snd_seq_midi_event snd_rawmidi joydev input_leds snd_seq serio_raw snd_seq_device snd_timer snd 8250_fintek soundcore i2c_piix4 mac_hid parport_pc ppdev lp parport autofs4 hid_generic usbhid hid psmouse ahci libahci e1000 pata_acpi fjes video [last unloaded: videobuf2_memops]
[Mon Jan  9 17:22:28 2017] CPU: 2 PID: 7950 Comm: modprobe Tainted: G           OE   4.4.0-040400-generic #201601101930
[Mon Jan  9 17:22:28 2017] Hardware name: innotek GmbH VirtualBox/VirtualBox, BIOS VirtualBox 12/01/2006
[Mon Jan  9 17:22:28 2017]  0000000000000000 00000000be37642c ffff880035bef950 ffffffff813c8d94
[Mon Jan  9 17:22:28 2017]  ffff880035bef998 ffff880035bef988 ffffffff8107dba2 ffff8800358ebff8
[Mon Jan  9 17:22:28 2017]  ffff8800358ec000 ffff880213e6d000 ffff880211d5ac30 ffffffffc02b1740
[Mon Jan  9 17:22:28 2017] Call Trace:
[Mon Jan  9 17:22:28 2017]  [<ffffffff813c8d94>] dump_stack+0x44/0x60
[Mon Jan  9 17:22:28 2017]  [<ffffffff8107dba2>] warn_slowpath_common+0x82/0xc0
[Mon Jan  9 17:22:28 2017]  [<ffffffff8107dc3c>] warn_slowpath_fmt+0x5c/0x80
[Mon Jan  9 17:22:28 2017]  [<ffffffff8163bd21>] ? xhci_dbg_ctx+0x101/0x5f0
[Mon Jan  9 17:22:28 2017]  [<ffffffff813cb08d>] kobject_get+0x4d/0x80
[Mon Jan  9 17:22:28 2017]  [<ffffffff81523677>] get_device+0x17/0x20
[Mon Jan  9 17:22:28 2017]  [<ffffffff815de7ce>] usb_get_dev+0x1e/0x30
[Mon Jan  9 17:22:28 2017]  [<ffffffffc02a1786>] uvc_probe+0xf6/0x2a30 [uvcvideo]
[Mon Jan  9 17:22:28 2017]  [<ffffffff8162c90e>] ? xhci_disable_usb3_lpm_timeout+0x6e/0x80
[Mon Jan  9 17:22:28 2017]  [<ffffffff815f06fd>] usb_probe_interface+0x1bd/0x300
[Mon Jan  9 17:22:28 2017]  [<ffffffff81528a82>] driver_probe_device+0x222/0x4a0
[Mon Jan  9 17:22:28 2017]  [<ffffffff81528d84>] __driver_attach+0x84/0x90
[Mon Jan  9 17:22:28 2017]  [<ffffffff81528d00>] ? driver_probe_device+0x4a0/0x4a0
[Mon Jan  9 17:22:28 2017]  [<ffffffff815266ac>] bus_for_each_dev+0x6c/0xc0
[Mon Jan  9 17:22:28 2017]  [<ffffffff8152823e>] driver_attach+0x1e/0x20
[Mon Jan  9 17:22:28 2017]  [<ffffffff81527d7b>] bus_add_driver+0x1eb/0x280
[Mon Jan  9 17:22:28 2017]  [<ffffffff81529620>] driver_register+0x60/0xe0
[Mon Jan  9 17:22:28 2017]  [<ffffffff815ef044>] usb_register_driver+0x84/0x140
[Mon Jan  9 17:22:28 2017]  [<ffffffffc02b8000>] ? 0xffffffffc02b8000
[Mon Jan  9 17:22:28 2017]  [<ffffffffc02b8024>] uvc_init+0x24/0x1000 [uvcvideo]
[Mon Jan  9 17:22:28 2017]  [<ffffffff81002123>] do_one_initcall+0xb3/0x200
[Mon Jan  9 17:22:28 2017]  [<ffffffff811c91f1>] ? __vunmap+0x91/0xe0
[Mon Jan  9 17:22:28 2017]  [<ffffffff811e52eb>] ? kmem_cache_alloc_trace+0x16b/0x1d0
[Mon Jan  9 17:22:28 2017]  [<ffffffff811e6055>] ? kfree+0x115/0x130
[Mon Jan  9 17:22:28 2017]  [<ffffffff81186d13>] do_init_module+0x5f/0x1e5
[Mon Jan  9 17:22:28 2017]  [<ffffffff8110565b>] load_module+0x160b/0x1b80
[Mon Jan  9 17:22:28 2017]  [<ffffffff811018b0>] ? __symbol_put+0x60/0x60
[Mon Jan  9 17:22:28 2017]  [<ffffffff8120bee0>] ? kernel_read+0x50/0x80
[Mon Jan  9 17:22:28 2017]  [<ffffffff81105e19>] SyS_finit_module+0xb9/0xf0
[Mon Jan  9 17:22:28 2017]  [<ffffffff817fd9b6>] entry_SYSCALL_64_fastpath+0x16/0x75
[Mon Jan  9 17:22:28 2017] ---[ end trace 5265ebcb36fe975f ]---
[Mon Jan  9 17:22:28 2017] uvcvideo: Found UVC 1.10 device Intel(R) RealSense(TM) Camera SR300 (8086:0aa5)
[Mon Jan  9 17:22:28 2017] BUG: unable to handle kernel paging request at 0000000100000000
[Mon Jan  9 17:22:28 2017] IP: [<ffffffff817fb892>] mutex_lock+0x12/0x30
[Mon Jan  9 17:22:28 2017] PGD 0 
[Mon Jan  9 17:22:28 2017] Oops: 0002 [#1] SMP 
[Mon Jan  9 17:22:28 2017] Modules linked in: uvcvideo(OE+) videobuf2_vmalloc videobuf2_memops videobuf2_v4l2 videobuf2_core v4l2_common videodev media snd_usb_audio snd_usbmidi_lib snd_hwdep snd_intel8x0 snd_ac97_codec crct10dif_pclmul ac97_bus crc32_pclmul snd_pcm aesni_intel aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd snd_seq_midi snd_seq_midi_event snd_rawmidi joydev input_leds snd_seq serio_raw snd_seq_device snd_timer snd 8250_fintek soundcore i2c_piix4 mac_hid parport_pc ppdev lp parport autofs4 hid_generic usbhid hid psmouse ahci libahci e1000 pata_acpi fjes video [last unloaded: videobuf2_memops]
[Mon Jan  9 17:22:28 2017] CPU: 2 PID: 7950 Comm: modprobe Tainted: G        W  OE   4.4.0-040400-generic #201601101930
[Mon Jan  9 17:22:28 2017] Hardware name: innotek GmbH VirtualBox/VirtualBox, BIOS VirtualBox 12/01/2006
[Mon Jan  9 17:22:28 2017] task: ffff880214006040 ti: ffff880035bec000 task.ti: ffff880035bec000
[Mon Jan  9 17:22:28 2017] RIP: 0010:[<ffffffff817fb892>]  [<ffffffff817fb892>] mutex_lock+0x12/0x30
[Mon Jan  9 17:22:28 2017] RSP: 0018:ffff880035bef9b0  EFLAGS: 00010246
[Mon Jan  9 17:22:28 2017] RAX: 0000000000000000 RBX: 0000000100000000 RCX: 0000000000000001
[Mon Jan  9 17:22:28 2017] RDX: 0000000080000000 RSI: 0000000000000000 RDI: 0000000100000000
[Mon Jan  9 17:22:28 2017] RBP: ffff880035bef9b8 R08: 0000000000000001 R09: ffff880217001901
[Mon Jan  9 17:22:28 2017] R10: 0000000000000001 R11: ffff880217001800 R12: ffff880211d59000
[Mon Jan  9 17:22:28 2017] R13: ffff8800db0cb708 R14: 00000000ffffffed R15: ffff8800d8eeb800
[Mon Jan  9 17:22:28 2017] FS:  00007f9a9505e700(0000) GS:ffff88021fd00000(0000) knlGS:0000000000000000
[Mon Jan  9 17:22:28 2017] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[Mon Jan  9 17:22:28 2017] CR2: 0000000100000000 CR3: 00000000da73d000 CR4: 00000000000406e0
[Mon Jan  9 17:22:28 2017] Stack:
[Mon Jan  9 17:22:28 2017]  ffff8800358ebff8 ffff880035befa10 ffffffff815eda31 ffff880213e6d000
[Mon Jan  9 17:22:28 2017]  ffff880035bef9e8 ffffffffc01f8239 0000000000000001 ffff8800db4e7000
[Mon Jan  9 17:22:28 2017]  ffff8800db4e7490 ffff880213e6d000 ffff880211c46800 ffff8800daded200
[Mon Jan  9 17:22:28 2017] Call Trace:
[Mon Jan  9 17:22:28 2017]  [<ffffffff815eda31>] usb_set_interface+0x71/0x390
[Mon Jan  9 17:22:28 2017]  [<ffffffffc01f8239>] ? vb2_core_queue_init+0xb9/0x190 [videobuf2_core]
[Mon Jan  9 17:22:28 2017]  [<ffffffffc02a9252>] uvc_video_init+0x42/0x210 [uvcvideo]
[Mon Jan  9 17:22:28 2017]  [<ffffffffc02a3c81>] uvc_probe+0x25f1/0x2a30 [uvcvideo]
[Mon Jan  9 17:22:28 2017]  [<ffffffff815f06fd>] usb_probe_interface+0x1bd/0x300
[Mon Jan  9 17:22:28 2017]  [<ffffffff81528a82>] driver_probe_device+0x222/0x4a0
[Mon Jan  9 17:22:28 2017]  [<ffffffff81528d84>] __driver_attach+0x84/0x90
[Mon Jan  9 17:22:28 2017]  [<ffffffff81528d00>] ? driver_probe_device+0x4a0/0x4a0
[Mon Jan  9 17:22:28 2017]  [<ffffffff815266ac>] bus_for_each_dev+0x6c/0xc0
[Mon Jan  9 17:22:28 2017]  [<ffffffff8152823e>] driver_attach+0x1e/0x20
[Mon Jan  9 17:22:28 2017]  [<ffffffff81527d7b>] bus_add_driver+0x1eb/0x280
[Mon Jan  9 17:22:28 2017]  [<ffffffff81529620>] driver_register+0x60/0xe0
[Mon Jan  9 17:22:28 2017]  [<ffffffff815ef044>] usb_register_driver+0x84/0x140
[Mon Jan  9 17:22:28 2017]  [<ffffffffc02b8000>] ? 0xffffffffc02b8000
[Mon Jan  9 17:22:28 2017]  [<ffffffffc02b8024>] uvc_init+0x24/0x1000 [uvcvideo]
[Mon Jan  9 17:22:28 2017]  [<ffffffff81002123>] do_one_initcall+0xb3/0x200
[Mon Jan  9 17:22:28 2017]  [<ffffffff811c91f1>] ? __vunmap+0x91/0xe0
[Mon Jan  9 17:22:28 2017]  [<ffffffff811e52eb>] ? kmem_cache_alloc_trace+0x16b/0x1d0
[Mon Jan  9 17:22:28 2017]  [<ffffffff811e6055>] ? kfree+0x115/0x130
[Mon Jan  9 17:22:28 2017]  [<ffffffff81186d13>] do_init_module+0x5f/0x1e5
[Mon Jan  9 17:22:28 2017]  [<ffffffff8110565b>] load_module+0x160b/0x1b80
[Mon Jan  9 17:22:28 2017]  [<ffffffff811018b0>] ? __symbol_put+0x60/0x60
[Mon Jan  9 17:22:28 2017]  [<ffffffff8120bee0>] ? kernel_read+0x50/0x80
[Mon Jan  9 17:22:28 2017]  [<ffffffff81105e19>] SyS_finit_module+0xb9/0xf0
[Mon Jan  9 17:22:28 2017]  [<ffffffff817fd9b6>] entry_SYSCALL_64_fastpath+0x16/0x75
[Mon Jan  9 17:22:28 2017] Code: 01 0f 85 5f ff ff ff eb d5 e8 0b 21 88 ff 90 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 44 00 00 55 48 89 e5 53 48 89 fb e8 ae e2 ff ff <f0> ff 0b 79 08 48 89 df e8 b1 fe ff ff 65 48 8b 04 25 c0 bd 00 
[Mon Jan  9 17:22:28 2017] RIP  [<ffffffff817fb892>] mutex_lock+0x12/0x30
[Mon Jan  9 17:22:28 2017]  RSP <ffff880035bef9b0>
[Mon Jan  9 17:22:28 2017] CR2: 0000000100000000
[Mon Jan  9 17:22:28 2017] ---[ end trace 5265ebcb36fe9760 ]---
[Mon Jan  9 18:56:17 2017] usb 2-1: USB disconnect, device number 2
[Mon Jan  9 20:15:30 2017] usb 1-2: USB disconnect, device number 3
[Mon Jan  9 22:44:10 2017] e1000 0000:00:03.0 enp0s3: Detected Tx Unit Hang
                             Tx Queue             <0>
                             TDH                  <4c>
                             TDT                  <4e>
                             next_to_use          <4e>
                             next_to_clean        <4c>
                           buffer_info[next_to_clean]
                             time_stamp           <1004b4293>
                             next_to_watch        <4d>
                             jiffies              <1004b4563>
                             next_to_watch.status <0>
[Mon Jan  9 22:44:12 2017] e1000 0000:00:03.0 enp0s3: Detected Tx Unit Hang
                             Tx Queue             <0>
                             TDH                  <4c>
                             TDT                  <4e>
                             next_to_use          <4e>
                             next_to_clean        <4c>
                           buffer_info[next_to_clean]
                             time_stamp           <1004b4293>
                             next_to_watch        <4d>
                             jiffies              <1004b4757>
                             next_to_watch.status <0>
[Mon Jan  9 22:44:14 2017] ------------[ cut here ]------------
[Mon Jan  9 22:44:14 2017] WARNING: CPU: 0 PID: 0 at /home/kernel/COD/linux/net/sched/sch_generic.c:303 dev_watchdog+0x237/0x240()
[Mon Jan  9 22:44:14 2017] NETDEV WATCHDOG: enp0s3 (e1000): transmit queue 0 timed out
[Mon Jan  9 22:44:14 2017] Modules linked in: uvcvideo(OE+) videobuf2_vmalloc videobuf2_memops videobuf2_v4l2 videobuf2_core v4l2_common videodev media snd_usb_audio snd_usbmidi_lib snd_hwdep snd_intel8x0 snd_ac97_codec crct10dif_pclmul ac97_bus crc32_pclmul snd_pcm aesni_intel aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd snd_seq_midi snd_seq_midi_event snd_rawmidi joydev input_leds snd_seq serio_raw snd_seq_device snd_timer snd 8250_fintek soundcore i2c_piix4 mac_hid parport_pc ppdev lp parport autofs4 hid_generic usbhid hid psmouse ahci libahci e1000 pata_acpi fjes video [last unloaded: videobuf2_memops]
[Mon Jan  9 22:44:14 2017] CPU: 0 PID: 0 Comm: swapper/0 Tainted: G      D W  OE   4.4.0-040400-generic #201601101930
[Mon Jan  9 22:44:14 2017] Hardware name: innotek GmbH VirtualBox/VirtualBox, BIOS VirtualBox 12/01/2006
[Mon Jan  9 22:44:14 2017]  0000000000000000 4dbc9441b6420952 ffff88021fc03d98 ffffffff813c8d94
[Mon Jan  9 22:44:14 2017]  ffff88021fc03de0 ffff88021fc03dd0 ffffffff8107dba2 0000000000000000
[Mon Jan  9 22:44:14 2017]  ffff880212289680 0000000000000000 ffff8802123d0000 0000000000000001
[Mon Jan  9 22:44:14 2017] Call Trace:
[Mon Jan  9 22:44:14 2017]  <IRQ>  [<ffffffff813c8d94>] dump_stack+0x44/0x60
[Mon Jan  9 22:44:14 2017]  [<ffffffff8107dba2>] warn_slowpath_common+0x82/0xc0
[Mon Jan  9 22:44:14 2017]  [<ffffffff8107dc3c>] warn_slowpath_fmt+0x5c/0x80
[Mon Jan  9 22:44:14 2017]  [<ffffffff8171ab27>] dev_watchdog+0x237/0x240
[Mon Jan  9 22:44:14 2017]  [<ffffffff8171a8f0>] ? qdisc_rcu_free+0x40/0x40
[Mon Jan  9 22:44:14 2017]  [<ffffffff810e84a5>] call_timer_fn+0x35/0xf0
[Mon Jan  9 22:44:14 2017]  [<ffffffff8171a8f0>] ? qdisc_rcu_free+0x40/0x40
[Mon Jan  9 22:44:14 2017]  [<ffffffff810e8dd1>] run_timer_softirq+0x221/0x2d0
[Mon Jan  9 22:44:14 2017]  [<ffffffff81082446>] __do_softirq+0xf6/0x250
[Mon Jan  9 22:44:14 2017]  [<ffffffff81082713>] irq_exit+0xa3/0xb0
[Mon Jan  9 22:44:14 2017]  [<ffffffff81800452>] smp_apic_timer_interrupt+0x42/0x50
[Mon Jan  9 22:44:14 2017]  [<ffffffff817fe722>] apic_timer_interrupt+0x82/0x90
[Mon Jan  9 22:44:14 2017]  <EOI>  [<ffffffff810615e6>] ? native_safe_halt+0x6/0x10
[Mon Jan  9 22:44:14 2017]  [<ffffffff81020cbe>] default_idle+0x1e/0xa0
[Mon Jan  9 22:44:14 2017]  [<ffffffff8102144f>] arch_cpu_idle+0xf/0x20
[Mon Jan  9 22:44:14 2017]  [<ffffffff810c01ba>] default_idle_call+0x2a/0x40
[Mon Jan  9 22:44:14 2017]  [<ffffffff810c04f7>] cpu_startup_entry+0x2c7/0x320
[Mon Jan  9 22:44:14 2017]  [<ffffffff817f14bc>] rest_init+0x7c/0x80
[Mon Jan  9 22:44:14 2017]  [<ffffffff81f56011>] start_kernel+0x481/0x4a2
[Mon Jan  9 22:44:14 2017]  [<ffffffff81f55120>] ? early_idt_handler_array+0x120/0x120
[Mon Jan  9 22:44:14 2017]  [<ffffffff81f55339>] x86_64_start_reservations+0x2a/0x2c
[Mon Jan  9 22:44:14 2017]  [<ffffffff81f55485>] x86_64_start_kernel+0x14a/0x16d
[Mon Jan  9 22:44:14 2017] ---[ end trace 5265ebcb36fe9761 ]---
[Mon Jan  9 22:44:14 2017] e1000 0000:00:03.0 enp0s3: Reset adapter
[Mon Jan  9 22:44:14 2017] e1000: enp0s3 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX
[Mon Jan  9 23:57:52 2017] usb 1-2: new full-speed USB device number 4 using xhci_hcd
[Mon Jan  9 23:57:52 2017] usb 1-2: config 1 has an invalid interface number: 3 but max is 2
[Mon Jan  9 23:57:52 2017] usb 1-2: config 1 has no interface number 2
[Mon Jan  9 23:57:52 2017] usb 1-2: New USB device found, idVendor=041e, idProduct=409b
[Mon Jan  9 23:57:52 2017] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[Mon Jan  9 23:57:52 2017] usb 1-2: Product: BlasterX Senz3D VF0810
[Mon Jan  9 23:57:52 2017] usb 1-2: Manufacturer: Creative Technology Ltd
[Mon Jan  9 23:57:52 2017] usb 1-2: SerialNumber: 160603170234
[Mon Jan  9 23:57:52 2017] input: Creative Technology Ltd BlasterX Senz3D VF0810 as /devices/pci0000:00/0000:00:0c.0/usb1/1-2/1-2:1.3/0003:041E:409B.0003/input/input10
[Mon Jan  9 23:57:52 2017] hid-generic 0003:041E:409B.0003: input,hiddev0,hidraw1: USB HID v1.11 Device [Creative Technology Ltd BlasterX Senz3D VF0810] on usb-0000:00:0c.0-2/input3
ev-mp commented 7 years ago

Please inspect the following segment where modprobe occures:

[Mon Jan 9 17:13:19 2017] usbcore: registered new interface driver uvcvideo [Mon Jan 9 17:13:19 2017] USB Video Class driver (1.1.1) [Mon Jan 9 17:22:27 2017] usbcore: deregistering interface driver uvcvideo [Mon Jan 9 17:22:28 2017] media: Linux media interface: v0.10 [Mon Jan 9 17:22:28 2017] Linux video capture interface: v2.00 [Mon Jan 9 17:22:28 2017] uvcvideo: module verification failed: signature and/or required key missing - tainting kernel [Mon Jan 9 17:22:28 2017] ------------[ cut here ]------------ [Mon Jan 9 17:22:28 2017] WARNING: CPU: 2 PID: 7950 at /home/kernel/COD/linux/lib/kobject.c:597 kobject_get+0x4d/0x80() [Mon Jan 9 17:22:28 2017] kobject: '' (ffff8800358ec098): is not initialized, yet kobject_get() is being called. [Mon Jan 9 17:22:28 2017] Modules linked in: uvcvideo(OE+) videobuf2_vmalloc videobuf2_memops videobuf2_v4l2 videobuf2_core v4l2_common videodev media snd_usb_audio snd_usbmidi_lib snd_hwdep snd_intel8x0 snd_ac97_codec crct10dif_pclmul ac97_bus crc32_pclmul snd_pcm aesni_intel aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd snd_seq_midi snd_seq_midi_event snd_rawmidi joydev input_leds snd_seq serio_raw snd_seq_device snd_timer snd 8250_fintek soundcore i2c_piix4 mac_hid parport_pc ppdev lp parport autofs4 hid_generic usbhid hid psmouse ahci libahci e1000 pata_acpi fjes video [last unloaded: videobuf2_memops] [Mon Jan 9 17:22:28 2017] CPU: 2 PID: 7950 Comm: modprobe Tainted: G OE 4.4.0-040400-generic #201601101930

Are you sure you're running with kernel 4.4.0-57 and not 4.4.0.-04.. ? You can check it with "$uname -r". The patched module should be applied to a PC with the same Kernel version. In case it is not - then you'll have to switch it to 4.4.0-57. This can be done during PC boot phase -> Ubuntu Boot Options->"Ubuntu Advanced Options"->Select Kernel version.

kazoo-kmt commented 7 years ago

I check the kernel version again, it shows "4.4.0-040400-generic" now. Maybe because I git reset --hard for "ubuntu-xenial"? Anyway, I could change the kernel version to 4.4.0-57.

ev-mp commented 7 years ago

The "ubuntu-xenial" folder is just a sandbox for building patched modules, and it doesn't affect the active kernel choice. You need to restart the PC and select Kernel 4.4.0.-57 from GRUB2 boot menu-> "Advanced Options for Ubuntu". After that you'll be able to insert the patched kernel module with "modprobe"

kazoo-kmt commented 7 years ago

Thank you. Now everything seems fine and working. After changing the kernel, I git reset --hard again and ran ./scripts/patch-uvcvideo-16.04.simple.sh, then executed sudo modprobe uvcvideo.

ghost commented 5 years ago

Hi i have a really simple question, for your ubuntu 16.04 LTS, are you running it on virtual machine? I used the virtual box but ubuntu even didnt detect my sr300.