Closed AdamMiltonBarker closed 6 years ago
Sorry I just read this :D
For other Intel® RealSense™ devices (F200, R200, LR200 and ZR300), please refer to the latest legacy release.
I was still having issues with this, here are steps I took to get installation working:
$ git clone https://github.com/IntelRealSense
$ cd librealsense
$ git checkout -b b1.12.0 v1.12.0
$ mkdir build && cd build
$ cmake ../ -DBUILD_PYTHON_BINDINGS=bool:true
$ make -j4 && sudo make install
lsusb | grep 8086
Bus 002 Device 005: ID 8086:0a66 Intel Corp.
/usr/local/include/librealsense$ ls
rscore.hpp rs.h rs.hpp rsutil.h
Still issues though:
import pyrealsense
/usr/local/lib/python3.5/dist-packages/pyrealsense/extlib.py:26: UserWarning: librealsense not found.
warnings.warn("librealsense not found.")
/usr/local/lib/python3.5/dist-packages/pyrealsense/extlib.py:33: UserWarning: rsutilwrapper not found.
warnings.warn("rsutilwrapper not found.")
rs-enumerate-devices
No device detected. Is it plugged in?
dmesg
[ 0.000000] Linux version 4.10.0-9-upboard (root@ubilinux-build) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.5) ) #11~16.04.1 SMP Wed Oct 25 17:10:46 IST 2017 (Ubuntu 4.10.0-9.11~16.04.1-upboard 4.10.0)
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.10.0-9-upboard root=UUID=6343855a-e936-408e-9afb-f16960f684b1 ro
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Centaur CentaurHauls
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[ 0.000000] x86/fpu: xstate_offset[3]: 576, xstate_sizes[3]: 64
[ 0.000000] x86/fpu: xstate_offset[4]: 640, xstate_sizes[4]: 64
[ 0.000000] x86/fpu: Enabled xstate features 0x1b, context size is 704 bytes, using 'compacted' format.
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000003efff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000003f000-0x000000000003ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000040000-0x000000000009dfff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009e000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000fffffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000010000000-0x0000000012150fff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000012151000-0x0000000077b5cfff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000077b5d000-0x0000000079c66fff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000079c67000-0x0000000079c7bfff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x0000000079c7c000-0x0000000079cdbfff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x0000000079cdc000-0x000000007a034fff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000007a035000-0x000000007a080fff] type 20
[ 0.000000] BIOS-e820: [mem 0x000000007a081000-0x000000007a3eefff] usable
[ 0.000000] BIOS-e820: [mem 0x000000007a3ef000-0x000000007a3effff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000007a3f0000-0x000000007a409fff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000007a40a000-0x000000007a964fff] usable
[ 0.000000] BIOS-e820: [mem 0x000000007a965000-0x000000007a966fff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000007a967000-0x000000007affffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000007b000000-0x000000007fffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000d0000000-0x00000000d0ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fe042000-0x00000000fe044fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fe900000-0x00000000fe902fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed01000-0x00000000fed01fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] efi: EFI v2.50 by American Megatrends
[ 0.000000] efi: ACPI=0x79c6e000 ACPI 2.0=0x79c6e000 SMBIOS=0x79eed000 SMBIOS 3.0=0x79eec000
[ 0.000000] SMBIOS 3.0.0 present.
[ 0.000000] DMI: AAEON UP-APL01/UP-APL01, BIOS UPA1AM21 09/01/2017
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] e820: last_pfn = 0x7b000 max_arch_pfn = 0x400000000
[ 0.000000] MTRR default type: uncachable
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-6FFFF write-back
[ 0.000000] 70000-7FFFF uncachable
[ 0.000000] 80000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 0000000000 mask 7F80000000 write-back
[ 0.000000] 1 base 007C000000 mask 7FFC000000 uncachable
[ 0.000000] 2 base 007B000000 mask 7FFF000000 uncachable
[ 0.000000] 3 base 00FF000000 mask 7FFF000000 write-combining
[ 0.000000] 4 disabled
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] 8 disabled
[ 0.000000] 9 disabled
[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT
[ 0.000000] Scanning 1 areas for low memory corruption
[ 0.000000] Base memory trampoline at [ffff8a3d00098000] 98000 size 24576
[ 0.000000] Using GB pages for direct mapping
[ 0.000000] BRK [0x4b027000, 0x4b027fff] PGTABLE
[ 0.000000] BRK [0x4b028000, 0x4b028fff] PGTABLE
[ 0.000000] BRK [0x4b029000, 0x4b029fff] PGTABLE
[ 0.000000] BRK [0x4b02a000, 0x4b02afff] PGTABLE
[ 0.000000] BRK [0x4b02b000, 0x4b02bfff] PGTABLE
[ 0.000000] BRK [0x4b02c000, 0x4b02cfff] PGTABLE
[ 0.000000] BRK [0x4b02d000, 0x4b02dfff] PGTABLE
[ 0.000000] BRK [0x4b02e000, 0x4b02efff] PGTABLE
[ 0.000000] BRK [0x4b02f000, 0x4b02ffff] PGTABLE
[ 0.000000] BRK [0x4b030000, 0x4b030fff] PGTABLE
[ 0.000000] BRK [0x4b031000, 0x4b031fff] PGTABLE
[ 0.000000] RAMDISK: [mem 0x330e8000-0x3586bfff]
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x0000000079C6E000 000024 (v02 ALASKA)
[ 0.000000] ACPI: XSDT 0x0000000079C6E0C0 0000EC (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: FACP 0x0000000079C76040 000114 (v06 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: DSDT 0x0000000079C6E250 007DEC (v02 ALASKA A M I 01072009 INTL 20120913)
[ 0.000000] ACPI: FACS 0x0000000079CDB080 000040
[ 0.000000] ACPI: FPDT 0x0000000079C76160 000044 (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: FIDT 0x0000000079C761B0 00009C (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: MCFG 0x0000000079C76250 00003C (v01 ALASKA A M I 01072009 MSFT 00000097)
[ 0.000000] ACPI: HROT 0x0000000079C76290 0000DB (v01 INTEL EDK2 00000005 INTL 0100000D)
[ 0.000000] ACPI: DBG2 0x0000000079C76370 000072 (v00 INTEL EDK2 00000003 BRXT 0100000D)
[ 0.000000] ACPI: DBGP 0x0000000079C763F0 000034 (v01 INTEL EDK2 00000003 BRXT 0100000D)
[ 0.000000] ACPI: HPET 0x0000000079C76430 000038 (v01 INTEL EDK2 00000003 BRXT 0100000D)
[ 0.000000] ACPI: LPIT 0x0000000079C76470 00005C (v01 INTEL EDK2 00000003 BRXT 0100000D)
[ 0.000000] ACPI: APIC 0x0000000079C764D0 000084 (v03 INTEL EDK2 00000003 BRXT 0100000D)
[ 0.000000] ACPI: NPKT 0x0000000079C76560 000065 (v01 INTEL EDK2 00000003 BRXT 0100000D)
[ 0.000000] ACPI: PRAM 0x0000000079C765D0 000030 (v01 INTEL EDK2 00000003 BRXT 0100000D)
[ 0.000000] ACPI: WSMT 0x0000000079C76600 000028 (v01 INTEL EDK2 00000003 BRXT 0100000D)
[ 0.000000] ACPI: SSDT 0x0000000079C76630 000AC5 (v01 AAEON PINCTRL 00000001 INTL 20120913)
[ 0.000000] ACPI: SSDT 0x0000000079C77100 00002C (v01 Intel_ Platform 00001000 INTL 20120913)
[ 0.000000] ACPI: SSDT 0x0000000079C77130 0003DF (v02 PmRef Cpu0Ist 00003000 INTL 20120913)
[ 0.000000] ACPI: SSDT 0x0000000079C77510 00072B (v02 CpuRef CpuSsdt 00003000 INTL 20120913)
[ 0.000000] ACPI: SSDT 0x0000000079C77C40 00032D (v02 PmRef Cpu0Tst 00003000 INTL 20120913)
[ 0.000000] ACPI: SSDT 0x0000000079C77F70 00017C (v02 PmRef ApTst 00003000 INTL 20120913)
[ 0.000000] ACPI: SSDT 0x0000000079C780F0 002760 (v02 SaSsdt SaSsdt 00003000 INTL 20120913)
[ 0.000000] ACPI: UEFI 0x0000000079C7A850 000042 (v01 ALASKA A M I 00000000 00000000)
[ 0.000000] ACPI: TPM2 0x0000000079C7A8A0 000034 (v03 Tpm2Tabl 00000001 AMI 00000000)
[ 0.000000] ACPI: DMAR 0x0000000079C7A8E0 0000B0 (v01 INTEL EDK2 00000003 BRXT 0100000D)
[ 0.000000] ACPI: WDAT 0x0000000079C7A990 000104 (v01 00000000 00000000)
[ 0.000000] ACPI: NHLT 0x0000000079C7AAA0 00050D (v00 INTEL EDK2 00000002 01000013)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007affffff]
[ 0.000000] NODE_DATA(0) allocated [mem 0x778c1000-0x778ebfff]
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000007affffff]
[ 0.000000] Normal empty
[ 0.000000] Device empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000003efff]
[ 0.000000] node 0: [mem 0x0000000000040000-0x000000000009dfff]
[ 0.000000] node 0: [mem 0x0000000000100000-0x000000000fffffff]
[ 0.000000] node 0: [mem 0x0000000012151000-0x0000000077b5cfff]
[ 0.000000] node 0: [mem 0x000000007a081000-0x000000007a3eefff]
[ 0.000000] node 0: [mem 0x000000007a40a000-0x000000007a964fff]
[ 0.000000] node 0: [mem 0x000000007a967000-0x000000007affffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000007affffff]
[ 0.000000] On node 0 totalpages: 485642
[ 0.000000] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 22 pages reserved
[ 0.000000] DMA zone: 3996 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 7808 pages used for memmap
[ 0.000000] DMA32 zone: 481646 pages, LIFO batch:31
[ 0.000000] Reserving Intel graphics memory at 0x000000007c000000-0x000000007fffffff
[ 0.000000] ACPI: PM-Timer IO Port: 0x408
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high level lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high level lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high level lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high level lint[0x1])
[ 0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-119
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[ 0.000000] smpboot: Allowing 4 CPUs, 2 hotplug CPUs
[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x0003f000-0x0003ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x000fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x10000000-0x12150fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x77b5d000-0x79c66fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x79c67000-0x79c7bfff]
[ 0.000000] PM: Registered nosave memory: [mem 0x79c7c000-0x79cdbfff]
[ 0.000000] PM: Registered nosave memory: [mem 0x79cdc000-0x7a034fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x7a035000-0x7a080fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x7a3ef000-0x7a3effff]
[ 0.000000] PM: Registered nosave memory: [mem 0x7a3f0000-0x7a409fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x7a965000-0x7a966fff]
[ 0.000000] e820: [mem 0x80000000-0xcfffffff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[ 0.000000] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[ 0.000000] percpu: Embedded 36 pages/cpu @ffff8a3d77600000 s107800 r8192 d31464 u524288
[ 0.000000] pcpu-alloc: s107800 r8192 d31464 u524288 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1 2 3
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 477748
[ 0.000000] Policy zone: DMA32
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.10.0-9-upboard root=UUID=6343855a-e936-408e-9afb-f16960f684b1 ro
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
[ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[ 0.000000] Memory: 1765896K/1942568K available (8812K kernel code, 1669K rwdata, 3832K rodata, 2220K init, 2364K bss, 176672K reserved, 0K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] Build-time adjustment of leaf fanout to 64.
[ 0.000000] RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=4
[ 0.000000] NR_IRQS:524544 nr_irqs:1024 16
[ 0.000000] Console: colour dummy device 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 99544814920 ns
[ 0.000000] hpet clockevent registered
[ 0.000000] tsc: PIT calibration matches HPET. 1 loops
[ 0.000000] tsc: Detected 1094.326 MHz processor
[ 0.000050] Calibrating delay loop (skipped), value calculated using timer frequency.. 2188.80 BogoMIPS (lpj=4377600)
[ 0.000069] pid_max: default: 32768 minimum: 301
[ 0.000106] ACPI: Core revision 20160930
[ 0.017479] ACPI: 8 ACPI AML tables successfully acquired and loaded
[ 0.018945] Security Framework initialized
[ 0.018959] Yama: becoming mindful.
[ 0.019008] AppArmor: AppArmor initialized
[ 0.019384] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.020609] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.021189] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.021209] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.021892] CPU: Physical Processor ID: 0
[ 0.021905] CPU: Processor Core ID: 0
[ 0.021939] mce: CPU supports 7 MCE banks
[ 0.022048] Last level iTLB entries: 4KB 48, 2MB 0, 4MB 0
[ 0.022057] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[ 0.022476] Freeing SMP alternatives memory: 32K
[ 0.030928] ftrace: allocating 34213 entries in 134 pages
[ 0.068647] smpboot: Max logical packages: 2
[ 0.068679] DMAR: Host address width 39
[ 0.068689] DMAR: DRHD base: 0x000000fed64000 flags: 0x0
[ 0.068717] DMAR: dmar0: reg_base_addr fed64000 ver 1:0 cap 1c0000c40660462 ecap 7e3ff0505e
[ 0.068732] DMAR: DRHD base: 0x000000fed65000 flags: 0x1
[ 0.068751] DMAR: dmar1: reg_base_addr fed65000 ver 1:0 cap d2008c40660462 ecap f050da
[ 0.068766] DMAR: RMRR base: 0x00000079c12000 end: 0x00000079c31fff
[ 0.068776] DMAR: RMRR base: 0x0000007b800000 end: 0x0000007fffffff
[ 0.068787] DMAR-IR: IOAPIC id 1 under DRHD base 0xfed65000 IOMMU 1
[ 0.068796] DMAR-IR: HPET id 0 under DRHD base 0xfed65000
[ 0.068805] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[ 0.071072] DMAR-IR: Enabled IRQ remapping in x2apic mode
[ 0.071090] x2apic enabled
[ 0.071115] Switched APIC routing to cluster x2apic.
[ 0.075855] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.115575] TSC deadline timer enabled
[ 0.115585] smpboot: CPU0: Intel(R) Celeron(R) CPU N3350 @ 1.10GHz (family: 0x6, model: 0x5c, stepping: 0x9)
[ 0.115792] Performance Events: PEBS fmt3+, Goldmont events, 32-deep LBR, full-width counters, Intel PMU driver.
[ 0.115842] ... version: 4
[ 0.115849] ... bit width: 48
[ 0.115856] ... generic registers: 4
[ 0.115864] ... value mask: 0000ffffffffffff
[ 0.115872] ... max period: 00007fffffffffff
[ 0.115880] ... fixed-purpose events: 3
[ 0.115888] ... event mask: 000000070000000f
[ 0.117872] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[ 0.117941] smp: Bringing up secondary CPUs ...
[ 0.118214] .... node #0, CPUs: #2
[ 0.118869] smp: Brought up 1 node, 2 CPUs
[ 0.118888] smpboot: Total of 2 processors activated (4377.60 BogoMIPS)
[ 0.120986] devtmpfs: initialized
[ 0.121157] x86/mm: Memory block size: 128MB
[ 0.126909] evm: security.selinux
[ 0.126918] evm: security.SMACK64
[ 0.126926] evm: security.SMACK64EXEC
[ 0.126933] evm: security.SMACK64TRANSMUTE
[ 0.126940] evm: security.SMACK64MMAP
[ 0.126947] evm: security.ima
[ 0.126954] evm: security.capability
[ 0.127090] PM: Registering ACPI NVS region [mem 0x79c7c000-0x79cdbfff] (393216 bytes)
[ 0.127122] PM: Registering ACPI NVS region [mem 0x7a3ef000-0x7a3effff] (4096 bytes)
[ 0.127260] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.127293] futex hash table entries: 1024 (order: 4, 65536 bytes)
[ 0.127415] pinctrl core: initialized pinctrl subsystem
[ 0.127757] RTC time: 20:38:02, date: 05/02/18
[ 0.128063] NET: Registered protocol family 16
[ 0.140356] cpuidle: using governor ladder
[ 0.152376] cpuidle: using governor menu
[ 0.152388] PCCT header not found.
[ 0.152489] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 0.152505] ACPI: bus type PCI registered
[ 0.152515] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.152684] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.152704] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[ 0.152747] PCI: Using configuration type 1 for base access
[ 0.164791] HugeTLB registered 1 GB page size, pre-allocated 0 pages
[ 0.164805] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.165520] ACPI: Added _OSI(Module Device)
[ 0.165531] ACPI: Added _OSI(Processor Device)
[ 0.165540] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.165548] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.166331] ACPI: Executed 3 blocks of module-level executable AML code
[ 0.178762] ACPI: Dynamic OEM Table Load:
[ 0.178790] ACPI: SSDT 0xFFFF8A3D77210200 000102 (v02 PmRef Cpu0Cst 00003001 INTL 20120913)
[ 0.179742] ACPI: Dynamic OEM Table Load:
[ 0.179764] ACPI: SSDT 0xFFFF8A3D77210E00 00015F (v02 PmRef ApIst 00003000 INTL 20120913)
[ 0.180241] ACPI: Dynamic OEM Table Load:
[ 0.180262] ACPI: SSDT 0xFFFF8A3D772126C0 00008D (v02 PmRef ApCst 00003000 INTL 20120913)
[ 0.181513] ACPI: Interpreter enabled
[ 0.181581] ACPI: (supports S0 S3 S4 S5)
[ 0.181591] ACPI: Using IOAPIC for interrupt routing
[ 0.181690] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.201994] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.202022] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 0.202130] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
[ 0.203787] PCI host bridge to bus 0000:00
[ 0.203802] pci_bus 0000:00: root bus resource [io 0x0070-0x0077]
[ 0.203813] pci_bus 0000:00: root bus resource [io 0x0000-0x006f window]
[ 0.203824] pci_bus 0000:00: root bus resource [io 0x0078-0x0cf7 window]
[ 0.203834] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.203845] pci_bus 0000:00: root bus resource [mem 0x7c000001-0x7fffffff window]
[ 0.203859] pci_bus 0000:00: root bus resource [mem 0x7b800001-0x7bffffff window]
[ 0.203873] pci_bus 0000:00: root bus resource [mem 0x80000000-0xcfffffff window]
[ 0.203887] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xefffffff window]
[ 0.203902] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.203930] pci 0000:00:00.0: [8086:5af0] type 00 class 0x060000
[ 0.204588] pci 0000:00:02.0: [8086:5a85] type 00 class 0x030000
[ 0.204612] pci 0000:00:02.0: reg 0x10: [mem 0x90000000-0x90ffffff 64bit]
[ 0.204627] pci 0000:00:02.0: reg 0x18: [mem 0x80000000-0x8fffffff 64bit pref]
[ 0.204638] pci 0000:00:02.0: reg 0x20: [io 0xf000-0xf03f]
[ 0.205313] pci 0000:00:0e.0: [8086:5a98] type 00 class 0x040100
[ 0.205350] pci 0000:00:0e.0: reg 0x10: [mem 0x91510000-0x91513fff 64bit]
[ 0.205401] pci 0000:00:0e.0: reg 0x20: [mem 0x91200000-0x912fffff 64bit]
[ 0.205505] pci 0000:00:0e.0: PME# supported from D0 D3hot D3cold
[ 0.206080] pci 0000:00:0e.0: System wakeup disabled by ACPI
[ 0.206202] pci 0000:00:0f.0: [8086:5a9a] type 00 class 0x078000
[ 0.206247] pci 0000:00:0f.0: reg 0x10: [mem 0x9153a000-0x9153afff 64bit]
[ 0.206406] pci 0000:00:0f.0: PME# supported from D3hot
[ 0.206972] pci 0000:00:12.0: [8086:5ae3] type 00 class 0x010601
[ 0.207007] pci 0000:00:12.0: reg 0x10: [mem 0x91514000-0x91515fff]
[ 0.207022] pci 0000:00:12.0: reg 0x14: [mem 0x91537000-0x915370ff]
[ 0.207036] pci 0000:00:12.0: reg 0x18: [io 0xf090-0xf097]
[ 0.207051] pci 0000:00:12.0: reg 0x1c: [io 0xf080-0xf083]
[ 0.207065] pci 0000:00:12.0: reg 0x20: [io 0xf060-0xf07f]
[ 0.207080] pci 0000:00:12.0: reg 0x24: [mem 0x91536000-0x915367ff]
[ 0.207163] pci 0000:00:12.0: PME# supported from D3hot
[ 0.207683] pci 0000:00:13.0: [8086:5ad8] type 01 class 0x060400
[ 0.207785] pci 0000:00:13.0: PME# supported from D0 D3hot D3cold
[ 0.207808] pci 0000:00:13.0: PTM enabled (root), 4dns granularity
[ 0.208240] pci 0000:00:13.0: System wakeup disabled by ACPI
[ 0.208346] pci 0000:00:13.1: [8086:5ad9] type 01 class 0x060400
[ 0.208446] pci 0000:00:13.1: PME# supported from D0 D3hot D3cold
[ 0.208468] pci 0000:00:13.1: PTM enabled (root), 4dns granularity
[ 0.208911] pci 0000:00:13.1: System wakeup disabled by ACPI
[ 0.209029] pci 0000:00:13.2: [8086:5ada] type 01 class 0x060400
[ 0.209128] pci 0000:00:13.2: PME# supported from D0 D3hot D3cold
[ 0.209150] pci 0000:00:13.2: PTM enabled (root), 4dns granularity
[ 0.209581] pci 0000:00:13.2: System wakeup disabled by ACPI
[ 0.209687] pci 0000:00:13.3: [8086:5adb] type 01 class 0x060400
[ 0.209785] pci 0000:00:13.3: PME# supported from D0 D3hot D3cold
[ 0.209808] pci 0000:00:13.3: PTM enabled (root), 4dns granularity
[ 0.210239] pci 0000:00:13.3: System wakeup disabled by ACPI
[ 0.210362] pci 0000:00:14.0: [8086:5ad6] type 01 class 0x060400
[ 0.210459] pci 0000:00:14.0: PME# supported from D0 D3hot D3cold
[ 0.210481] pci 0000:00:14.0: PTM enabled (root), 4dns granularity
[ 0.210913] pci 0000:00:14.0: System wakeup disabled by ACPI
[ 0.211023] pci 0000:00:14.1: [8086:5ad7] type 01 class 0x060400
[ 0.211123] pci 0000:00:14.1: PME# supported from D0 D3hot D3cold
[ 0.211145] pci 0000:00:14.1: PTM enabled (root), 4dns granularity
[ 0.211577] pci 0000:00:14.1: System wakeup disabled by ACPI
[ 0.211721] pci 0000:00:15.0: [8086:5aa8] type 00 class 0x0c0330
[ 0.211757] pci 0000:00:15.0: reg 0x10: [mem 0x91500000-0x9150ffff 64bit]
[ 0.211884] pci 0000:00:15.0: PME# supported from D3hot D3cold
[ 0.212351] pci 0000:00:15.0: System wakeup disabled by ACPI
[ 0.212463] pci 0000:00:15.1: [8086:5aaa] type 00 class 0x0c03fe
[ 0.212494] pci 0000:00:15.1: reg 0x10: [mem 0x91000000-0x911fffff 64bit]
[ 0.212522] pci 0000:00:15.1: reg 0x18: [mem 0x91535000-0x91535fff 64bit]
[ 0.212605] pci 0000:00:15.1: PME# supported from D0 D3hot
[ 0.213128] pci 0000:00:15.1: System wakeup disabled by ACPI
[ 0.213266] pci 0000:00:16.0: [8086:5aac] type 00 class 0x118000
[ 0.213303] pci 0000:00:16.0: reg 0x10: [mem 0x91534000-0x91534fff 64bit]
[ 0.213330] pci 0000:00:16.0: reg 0x18: [mem 0x91533000-0x91533fff 64bit]
[ 0.213941] pci 0000:00:16.1: [8086:5aae] type 00 class 0x118000
[ 0.213981] pci 0000:00:16.1: reg 0x10: [mem 0x91532000-0x91532fff 64bit]
[ 0.214008] pci 0000:00:16.1: reg 0x18: [mem 0x91531000-0x91531fff 64bit]
[ 0.214625] pci 0000:00:16.2: [8086:5ab0] type 00 class 0x118000
[ 0.214664] pci 0000:00:16.2: reg 0x10: [mem 0x91530000-0x91530fff 64bit]
[ 0.214690] pci 0000:00:16.2: reg 0x18: [mem 0x9152f000-0x9152ffff 64bit]
[ 0.215305] pci 0000:00:16.3: [8086:5ab2] type 00 class 0x118000
[ 0.215343] pci 0000:00:16.3: reg 0x10: [mem 0x9152e000-0x9152efff 64bit]
[ 0.215369] pci 0000:00:16.3: reg 0x18: [mem 0x9152d000-0x9152dfff 64bit]
[ 0.215999] pci 0000:00:17.0: [8086:5ab4] type 00 class 0x118000
[ 0.216038] pci 0000:00:17.0: reg 0x10: [mem 0x9152c000-0x9152cfff 64bit]
[ 0.216065] pci 0000:00:17.0: reg 0x18: [mem 0x9152b000-0x9152bfff 64bit]
[ 0.216690] pci 0000:00:17.1: [8086:5ab6] type 00 class 0x118000
[ 0.216730] pci 0000:00:17.1: reg 0x10: [mem 0x9152a000-0x9152afff 64bit]
[ 0.216757] pci 0000:00:17.1: reg 0x18: [mem 0x91529000-0x91529fff 64bit]
[ 0.217369] pci 0000:00:17.2: [8086:5ab8] type 00 class 0x118000
[ 0.217408] pci 0000:00:17.2: reg 0x10: [mem 0x91528000-0x91528fff 64bit]
[ 0.217435] pci 0000:00:17.2: reg 0x18: [mem 0x91527000-0x91527fff 64bit]
[ 0.218045] pci 0000:00:17.3: [8086:5aba] type 00 class 0x118000
[ 0.218083] pci 0000:00:17.3: reg 0x10: [mem 0x91526000-0x91526fff 64bit]
[ 0.218110] pci 0000:00:17.3: reg 0x18: [mem 0x91525000-0x91525fff 64bit]
[ 0.218742] pci 0000:00:18.0: [8086:5abc] type 00 class 0x118000
[ 0.218780] pci 0000:00:18.0: reg 0x10: [mem 0x91524000-0x91524fff 64bit]
[ 0.218807] pci 0000:00:18.0: reg 0x18: [mem 0x91523000-0x91523fff 64bit]
[ 0.219416] pci 0000:00:18.1: [8086:5abe] type 00 class 0x118000
[ 0.219455] pci 0000:00:18.1: reg 0x10: [mem 0x91522000-0x91522fff 64bit]
[ 0.219480] pci 0000:00:18.1: reg 0x18: [mem 0x91521000-0x91521fff 64bit]
[ 0.220126] pci 0000:00:19.0: [8086:5ac2] type 00 class 0x118000
[ 0.220164] pci 0000:00:19.0: reg 0x10: [mem 0x91520000-0x91520fff 64bit]
[ 0.220190] pci 0000:00:19.0: reg 0x18: [mem 0x9151f000-0x9151ffff 64bit]
[ 0.220822] pci 0000:00:19.2: [8086:5ac6] type 00 class 0x118000
[ 0.220862] pci 0000:00:19.2: reg 0x10: [mem 0x9151e000-0x9151efff 64bit]
[ 0.220888] pci 0000:00:19.2: reg 0x18: [mem 0x9151d000-0x9151dfff 64bit]
[ 0.221526] pci 0000:00:1a.0: [8086:5ac8] type 00 class 0x0c8000
[ 0.221565] pci 0000:00:1a.0: reg 0x10: [mem 0x9151c000-0x9151cfff 64bit]
[ 0.221591] pci 0000:00:1a.0: reg 0x18: [mem 0x9151b000-0x9151bfff 64bit]
[ 0.221703] pci 0000:00:1a.0: PME# supported from D0 D3hot
[ 0.222241] pci 0000:00:1c.0: [8086:5acc] type 00 class 0x080501
[ 0.222277] pci 0000:00:1c.0: reg 0x10: [mem 0x9151a000-0x9151afff 64bit]
[ 0.222298] pci 0000:00:1c.0: reg 0x18: [mem 0x91519000-0x91519fff 64bit]
[ 0.222939] pci 0000:00:1e.0: [8086:5ad0] type 00 class 0x080501
[ 0.222973] pci 0000:00:1e.0: reg 0x10: [mem 0x91518000-0x91518fff 64bit]
[ 0.222993] pci 0000:00:1e.0: reg 0x18: [mem 0x91517000-0x91517fff 64bit]
[ 0.223587] pci 0000:00:1f.0: [8086:5ae8] type 00 class 0x060100
[ 0.224238] pci 0000:00:1f.1: [8086:5ad4] type 00 class 0x0c0500
[ 0.224298] pci 0000:00:1f.1: reg 0x10: [mem 0x91516000-0x915160ff 64bit]
[ 0.224382] pci 0000:00:1f.1: reg 0x20: [io 0xf040-0xf05f]
[ 0.225103] pci 0000:00:13.0: PCI bridge to [bus 01]
[ 0.225255] pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
[ 0.225284] pci 0000:02:00.0: reg 0x10: [io 0xe000-0xe0ff]
[ 0.225325] pci 0000:02:00.0: reg 0x18: [mem 0x91404000-0x91404fff 64bit]
[ 0.225352] pci 0000:02:00.0: reg 0x20: [mem 0x91400000-0x91403fff 64bit pref]
[ 0.225378] pci 0000:02:00.0: can't set Max Payload Size to 256; if necessary, use "pci=pcie_bus_safe" and report a bug
[ 0.225507] pci 0000:02:00.0: supports D1 D2
[ 0.225510] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.225593] pci 0000:02:00.0: System wakeup disabled by ACPI
[ 0.225704] pci 0000:00:13.1: PCI bridge to [bus 02]
[ 0.225719] pci 0000:00:13.1: bridge window [io 0xe000-0xefff]
[ 0.225724] pci 0000:00:13.1: bridge window [mem 0x91400000-0x914fffff]
[ 0.225863] pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000
[ 0.225892] pci 0000:03:00.0: reg 0x10: [io 0xd000-0xd0ff]
[ 0.225933] pci 0000:03:00.0: reg 0x18: [mem 0x91304000-0x91304fff 64bit]
[ 0.225959] pci 0000:03:00.0: reg 0x20: [mem 0x91300000-0x91303fff 64bit pref]
[ 0.225984] pci 0000:03:00.0: can't set Max Payload Size to 256; if necessary, use "pci=pcie_bus_safe" and report a bug
[ 0.226109] pci 0000:03:00.0: supports D1 D2
[ 0.226112] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.226192] pci 0000:03:00.0: System wakeup disabled by ACPI
[ 0.226303] pci 0000:00:13.2: PCI bridge to [bus 03]
[ 0.226317] pci 0000:00:13.2: bridge window [io 0xd000-0xdfff]
[ 0.226324] pci 0000:00:13.2: bridge window [mem 0x91300000-0x913fffff]
[ 0.226432] pci 0000:00:13.3: PCI bridge to [bus 04]
[ 0.226557] pci 0000:00:14.0: PCI bridge to [bus 05]
[ 0.226687] pci 0000:00:14.1: PCI bridge to [bus 06]
[ 0.227872] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 11 12 14 *15), disabled.
[ 0.228040] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 11 12 14 *15), disabled.
[ 0.228204] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 10 11 12 14 *15), disabled.
[ 0.228377] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 11 12 14 *15), disabled.
[ 0.228560] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 *15), disabled.
[ 0.228725] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 *15), disabled.
[ 0.228888] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 *15), disabled.
[ 0.229050] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 *15), disabled.
[ 0.230915] ACPI: Enabled 5 GPEs in block 00 to 7F
[ 0.231707] SCSI subsystem initialized
[ 0.231845] libata version 3.00 loaded.
[ 0.231946] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[ 0.231960] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 0.231991] pci 0000:00:02.0: vgaarb: bridge control possible
[ 0.231999] vgaarb: loaded
[ 0.232067] ACPI: bus type USB registered
[ 0.232123] usbcore: registered new interface driver usbfs
[ 0.232153] usbcore: registered new interface driver hub
[ 0.232192] usbcore: registered new device driver usb
[ 0.232423] Registered efivars operations
[ 0.257214] PCI: Using ACPI for IRQ routing
[ 0.285412] PCI: pci_cache_line_size set to 64 bytes
[ 0.285606] e820: reserve RAM buffer [mem 0x0003f000-0x0003ffff]
[ 0.285610] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[ 0.285612] e820: reserve RAM buffer [mem 0x77b5d000-0x77ffffff]
[ 0.285614] e820: reserve RAM buffer [mem 0x7a3ef000-0x7bffffff]
[ 0.285616] e820: reserve RAM buffer [mem 0x7a965000-0x7bffffff]
[ 0.285619] e820: reserve RAM buffer [mem 0x7b000000-0x7bffffff]
[ 0.285885] NetLabel: Initializing
[ 0.285896] NetLabel: domain hash size = 128
[ 0.285904] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.285955] NetLabel: unlabeled traffic allowed by default
[ 0.286237] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 0.286260] hpet0: 8 comparators, 64-bit 19.200000 MHz counter
[ 0.288349] clocksource: Switched to clocksource hpet
[ 0.308511] VFS: Disk quotas dquot_6.6.0
[ 0.308569] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.308840] AppArmor: AppArmor Filesystem Enabled
[ 0.308982] pnp: PnP ACPI init
[ 0.309867] system 00:00: [io 0x0680-0x069f] has been reserved
[ 0.309881] system 00:00: [io 0x0400-0x047f] has been reserved
[ 0.309892] system 00:00: [io 0x0500-0x05fe] has been reserved
[ 0.309910] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.310065] system 00:01: [mem 0xe0000000-0xefffffff] has been reserved
[ 0.310079] system 00:01: [mem 0xfea00000-0xfeafffff] has been reserved
[ 0.310090] system 00:01: [mem 0xfed01000-0xfed01fff] has been reserved
[ 0.310101] system 00:01: [mem 0xfed03000-0xfed03fff] has been reserved
[ 0.310112] system 00:01: [mem 0xfed06000-0xfed06fff] has been reserved
[ 0.310123] system 00:01: [mem 0xfed08000-0xfed09fff] has been reserved
[ 0.310135] system 00:01: [mem 0xfed80000-0xfedbffff] has been reserved
[ 0.310146] system 00:01: [mem 0xfed1c000-0xfed1cfff] has been reserved
[ 0.310158] system 00:01: [mem 0xfee00000-0xfeefffff] could not be reserved
[ 0.310173] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.310513] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.310855] pnp: PnP ACPI: found 3 devices
[ 0.322954] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.323052] pci 0000:00:13.0: PCI bridge to [bus 01]
[ 0.323077] pci 0000:00:13.1: PCI bridge to [bus 02]
[ 0.323089] pci 0000:00:13.1: bridge window [io 0xe000-0xefff]
[ 0.323103] pci 0000:00:13.1: bridge window [mem 0x91400000-0x914fffff]
[ 0.323121] pci 0000:00:13.2: PCI bridge to [bus 03]
[ 0.323132] pci 0000:00:13.2: bridge window [io 0xd000-0xdfff]
[ 0.323146] pci 0000:00:13.2: bridge window [mem 0x91300000-0x913fffff]
[ 0.323164] pci 0000:00:13.3: PCI bridge to [bus 04]
[ 0.323184] pci 0000:00:14.0: PCI bridge to [bus 05]
[ 0.323204] pci 0000:00:14.1: PCI bridge to [bus 06]
[ 0.323227] pci_bus 0000:00: resource 4 [io 0x0070-0x0077]
[ 0.323231] pci_bus 0000:00: resource 5 [io 0x0000-0x006f window]
[ 0.323234] pci_bus 0000:00: resource 6 [io 0x0078-0x0cf7 window]
[ 0.323237] pci_bus 0000:00: resource 7 [io 0x0d00-0xffff window]
[ 0.323241] pci_bus 0000:00: resource 8 [mem 0x7c000001-0x7fffffff window]
[ 0.323244] pci_bus 0000:00: resource 9 [mem 0x7b800001-0x7bffffff window]
[ 0.323247] pci_bus 0000:00: resource 10 [mem 0x80000000-0xcfffffff window]
[ 0.323250] pci_bus 0000:00: resource 11 [mem 0xe0000000-0xefffffff window]
[ 0.323254] pci_bus 0000:02: resource 0 [io 0xe000-0xefff]
[ 0.323257] pci_bus 0000:02: resource 1 [mem 0x91400000-0x914fffff]
[ 0.323261] pci_bus 0000:03: resource 0 [io 0xd000-0xdfff]
[ 0.323264] pci_bus 0000:03: resource 1 [mem 0x91300000-0x913fffff]
[ 0.323512] NET: Registered protocol family 2
[ 0.324025] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.324171] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)
[ 0.324403] TCP: Hash tables configured (established 16384 bind 16384)
[ 0.324479] UDP hash table entries: 1024 (order: 3, 32768 bytes)
[ 0.324526] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
[ 0.324648] NET: Registered protocol family 1
[ 0.324702] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 0.325463] PCI: CLS 0 bytes, default 64
[ 0.325598] Unpacking initramfs...
[ 1.995743] Freeing initrd memory: 40464K
[ 1.996006] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0xfc66f4fc7c, max_idle_ns: 440795224246 ns
[ 1.996074] clocksource: Switched to clocksource tsc
[ 1.996199] Scanning for low memory corruption every 60 seconds
[ 1.997103] audit: initializing netlink subsys (disabled)
[ 1.998047] Initialise system trusted keyrings
[ 1.998109] audit: type=2000 audit(1525293483.983:1): initialized
[ 1.998244] workingset: timestamp_bits=36 max_order=19 bucket_order=0
[ 2.002534] zbud: loaded
[ 2.003706] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 2.004280] fuse init (API version 7.26)
[ 2.004661] Allocating IMA blacklist keyring.
[ 2.007913] Key type asymmetric registered
[ 2.007925] Asymmetric key parser 'x509' registered
[ 2.008030] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
[ 2.008119] io scheduler noop registered
[ 2.008129] io scheduler deadline registered
[ 2.008155] io scheduler cfq registered (default)
[ 2.010439] intel_idle: does not run on family 6 model 92
[ 2.010629] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[ 2.010656] ACPI: Power Button [PWRB]
[ 2.010772] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[ 2.010790] ACPI: Power Button [PWRF]
[ 2.013363] GHES: HEST is not enabled!
[ 2.013616] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 2.017452] Linux agpgart interface v0.103
[ 2.025063] loop: module loaded
[ 2.025574] libphy: Fixed MDIO Bus: probed
[ 2.025585] tun: Universal TUN/TAP device driver, 1.6
[ 2.025593] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[ 2.025811] PPP generic driver version 2.4.2
[ 2.026066] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 2.026095] ehci-pci: EHCI PCI platform driver
[ 2.026132] ehci-platform: EHCI generic platform driver
[ 2.026162] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 2.026175] ohci-pci: OHCI PCI platform driver
[ 2.026204] ohci-platform: OHCI generic platform driver
[ 2.026234] uhci_hcd: USB Universal Host Controller Interface driver
[ 2.026702] xhci_hcd 0000:00:15.0: xHCI Host Controller
[ 2.026732] xhci_hcd 0000:00:15.0: new USB bus registered, assigned bus number 1
[ 2.027889] xhci_hcd 0000:00:15.0: hcc params 0x200077c1 hci version 0x100 quirks 0x01109810
[ 2.027914] xhci_hcd 0000:00:15.0: cache line size of 64 is not supported
[ 2.028139] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 2.028152] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.028167] usb usb1: Product: xHCI Host Controller
[ 2.028177] usb usb1: Manufacturer: Linux 4.10.0-9-upboard xhci-hcd
[ 2.028186] usb usb1: SerialNumber: 0000:00:15.0
[ 2.028708] hub 1-0:1.0: USB hub found
[ 2.028742] hub 1-0:1.0: 8 ports detected
[ 2.030547] xhci_hcd 0000:00:15.0: xHCI Host Controller
[ 2.030566] xhci_hcd 0000:00:15.0: new USB bus registered, assigned bus number 2
[ 2.030656] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[ 2.030668] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.030683] usb usb2: Product: xHCI Host Controller
[ 2.030692] usb usb2: Manufacturer: Linux 4.10.0-9-upboard xhci-hcd
[ 2.030702] usb usb2: SerialNumber: 0000:00:15.0
[ 2.031164] hub 2-0:1.0: USB hub found
[ 2.031196] hub 2-0:1.0: 7 ports detected
[ 2.032955] i8042: PNP: No PS/2 controller found.
[ 2.033526] mousedev: PS/2 mouse device common for all mice
[ 2.034335] rtc_cmos 00:02: RTC can wake from S4
[ 2.034953] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[ 2.035104] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[ 2.035132] i2c /dev entries driver
[ 2.035302] device-mapper: uevent: version 1.0.3
[ 2.035710] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: dm-devel@redhat.com
[ 2.035758] intel_pstate: Intel P-state driver initializing
[ 2.036157] ledtrig-cpu: registered to indicate activity on CPUs
[ 2.036167] EFI Variables Facility v0.08 2004-May-17
[ 2.063438] NET: Registered protocol family 10
[ 2.069863] Segment Routing with IPv6
[ 2.069904] NET: Registered protocol family 17
[ 2.069951] Key type dns_resolver registered
[ 2.070426] intel_rdt: Intel RDT L2 allocation detected
[ 2.070502] microcode: sig=0x506c9, pf=0x1, revision=0x28
[ 2.070607] microcode: Microcode Update Driver: v2.2.
[ 2.070817] registered taskstats version 1
[ 2.070841] Loading compiled-in X.509 certificates
[ 2.074494] Loaded X.509 cert 'Build time autogenerated kernel key: 9bf02b323eb2d1b76ecfed9e226f779f60975bf3'
[ 2.074557] zswap: loaded using pool lzo/zbud
[ 2.092104] Key type big_key registered
[ 2.092120] Key type trusted registered
[ 2.095546] Key type encrypted registered
[ 2.095574] AppArmor: AppArmor sha1 policy hashing enabled
[ 2.095582] ima: No TPM chip found, activating TPM-bypass! (rc=-19)
[ 2.095639] evm: HMAC attrs: 0x1
[ 2.096382] Magic number: 2:845:648
[ 2.096491] acpi LNXCPU:01: hash matches
[ 2.096636] rtc_cmos 00:02: setting system clock to 2018-05-02 20:38:04 UTC (1525293484)
[ 2.096841] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 2.096847] EDD information not available.
[ 2.096969] PM: Hibernation image not present or could not be loaded.
[ 2.100063] Freeing unused kernel memory: 2220K
[ 2.100076] Write protecting the kernel read-only data: 14336k
[ 2.100809] Freeing unused kernel memory: 1412K
[ 2.101798] Freeing unused kernel memory: 264K
[ 2.112120] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 2.136663] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[ 2.136807] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[ 2.136831] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[ 2.136860] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[ 2.138015] random: udevadm: uninitialized urandom read (16 bytes read)
[ 2.138067] random: udevadm: uninitialized urandom read (16 bytes read)
[ 2.150961] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[ 2.151004] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[ 2.151020] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[ 2.151461] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[ 2.220191] [drm] Initialized
[ 2.221780] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[ 2.221804] r8169 0000:02:00.0: can't disable ASPM; OS doesn't have ASPM control
[ 2.234074] r8169 0000:02:00.0 eth0: RTL8168g/8111g at 0xffff9c1a4035d000, 00:07:32:4b:90:f9, XID 0c000800 IRQ 123
[ 2.234089] r8169 0000:02:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[ 2.234137] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[ 2.234149] r8169 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
[ 2.236041] ahci 0000:00:12.0: version 3.0
[ 2.236299] ahci 0000:00:12.0: AHCI 0001.0301 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
[ 2.236312] ahci 0000:00:12.0: flags: 64bit ncq sntf pm clo only pmp pio slum part deso sadm sds apst
[ 2.243755] FUJITSU Extended Socket Network Device Driver - version 1.2 - Copyright (c) 2015 FUJITSU LIMITED
[ 2.245624] r8169 0000:03:00.0 eth1: RTL8168g/8111g at 0xffff9c1a40375000, 00:07:32:4b:90:fa, XID 0c000800 IRQ 257
[ 2.245637] r8169 0000:03:00.0 eth1: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[ 2.251589] scsi host0: ahci
[ 2.255572] scsi host1: ahci
[ 2.255695] ata1: SATA max UDMA/133 abar m2048@0x91536000 port 0x91536100 irq 124
[ 2.255706] ata2: SATA max UDMA/133 abar m2048@0x91536000 port 0x91536180 irq 124
[ 2.278604] sdhci: Secure Digital Host Controller Interface driver
[ 2.278616] sdhci: Copyright(c) Pierre Ossman
[ 2.280471] sdhci-pci 0000:00:1c.0: SDHCI controller found [8086:5acc] (rev b)
[ 2.284665] mmc0: SDHCI controller on PCI [0000:00:1c.0] using ADMA 64-bit
[ 2.284711] sdhci-pci 0000:00:1e.0: SDHCI controller found [8086:5ad0] (rev b)
[ 2.284729] sdhci-pci 0000:00:1e.0: enabling device (0000 -> 0002)
[ 2.287710] mmc1: SDHCI controller on PCI [0000:00:1e.0] using ADMA 64-bit
[ 2.288481] [drm] Memory usable by graphics device = 4096M
[ 2.288491] [drm] Replacing VGA console driver
[ 2.289226] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 2.289232] [drm] Driver supports precise vblank timestamp query.
[ 2.292055] [drm] Finished loading i915/bxt_dmc_ver1_07.bin (v1.7)
[ 2.292699] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 2.320947] SSE version of gcm_enc/dec engaged.
[ 2.382911] r8169 0000:02:00.0 enp2s0: renamed from eth0
[ 2.392994] r8169 0000:03:00.0 enp3s0: renamed from eth1
[ 2.540412] mmc0: new HS400 MMC card at address 0001
[ 2.543737] mmcblk0: mmc0:0001 HBG4a2 29.1 GiB
[ 2.543854] mmcblk0boot0: mmc0:0001 HBG4a2 partition 1 4.00 MiB
[ 2.543951] mmcblk0boot1: mmc0:0001 HBG4a2 partition 2 4.00 MiB
[ 2.544048] mmcblk0rpmb: mmc0:0001 HBG4a2 partition 3 4.00 MiB
[ 2.546400] mmcblk0: p1 p2 p3
[ 2.566583] random: fast init done
[ 2.570402] ata1: SATA link down (SStatus 4 SControl 300)
[ 2.590714] ata2: SATA link down (SStatus 4 SControl 300)
[ 3.325623] [drm] failed to retrieve link info, disabling eDP
[ 3.327049] [drm] GuC firmware load skipped
[ 3.329350] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 3.330497] acpi device:10: registered as cooling_device2
[ 3.331153] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input2
[ 3.331909] [drm] Initialized i915 1.6.0 20161121 for 0000:00:02.0 on minor 0
[ 3.356732] [drm] Cannot find any crtc or sizes - going 1024x768
[ 3.357645] fbcon: inteldrmfb (fb0) is primary device
[ 3.357899] Console: switching to colour frame buffer device 128x48
[ 3.360598] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[ 3.624354] raid6: sse2x1 gen() 4785 MB/s
[ 3.672352] raid6: sse2x1 xor() 2908 MB/s
[ 3.720347] raid6: sse2x2 gen() 5517 MB/s
[ 3.768344] raid6: sse2x2 xor() 3361 MB/s
[ 3.816345] raid6: sse2x4 gen() 6282 MB/s
[ 3.864349] raid6: sse2x4 xor() 2220 MB/s
[ 3.864375] raid6: using algorithm sse2x4 gen() 6282 MB/s
[ 3.864405] raid6: .... xor() 2220 MB/s, rmw enabled
[ 3.864433] raid6: using ssse3x2 recovery algorithm
[ 3.866180] xor: measuring software checksum speed
[ 3.904345] prefetch64-sse: 7992.000 MB/sec
[ 3.944346] generic_sse: 7245.000 MB/sec
[ 3.944371] xor: using function: prefetch64-sse (7992.000 MB/sec)
[ 3.945849] async_tx: api initialized (async)
[ 4.010193] Btrfs loaded, crc32c=crc32c-intel
[ 4.273408] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[ 4.464741] 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)
[ 4.467386] systemd[1]: Detected architecture x86-64.
[ 4.473451] systemd[1]: Set hostname to <ubuntu>.
[ 4.604996] systemd[1]: Listening on udev Control Socket.
[ 4.608281] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 4.611478] systemd[1]: Started Trigger resolvconf update for networkd DNS.
[ 4.614687] systemd[1]: Listening on LVM2 poll daemon socket.
[ 4.618083] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 4.622196] systemd[1]: Created slice System Slice.
[ 4.625947] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[ 4.727146] Loading iSCSI transport class v2.0-870.
[ 4.812961] [drm] RC6 on
[ 4.836626] iscsi: registered transport (tcp)
[ 4.926965] iscsi: registered transport (iser)
[ 5.062747] EXT4-fs (mmcblk0p2): re-mounted. Opts: errors=remount-ro
[ 5.120329] systemd-journald[393]: Received request to flush runtime journal from PID 1
[ 5.674906] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 5.694859] upboard-fpga AANT0F01:00: compatible FPGA FW v0.3.2 build 0x03
[ 5.845382] dwc3-pci 0000:00:15.1: enabling device (0000 -> 0002)
[ 5.865380] idma64 idma64.0: Found Intel integrated DMA 64-bit
[ 5.865910] idma64 idma64.1: Found Intel integrated DMA 64-bit
[ 5.866285] idma64 idma64.2: Found Intel integrated DMA 64-bit
[ 5.866673] idma64 idma64.3: Found Intel integrated DMA 64-bit
[ 5.867040] idma64 idma64.4: Found Intel integrated DMA 64-bit
[ 5.867430] idma64 idma64.5: Found Intel integrated DMA 64-bit
[ 5.867741] idma64 idma64.6: Found Intel integrated DMA 64-bit
[ 5.869267] idma64 idma64.7: Found Intel integrated DMA 64-bit
[ 5.869796] idma64 idma64.8: Found Intel integrated DMA 64-bit
[ 5.870130] idma64 idma64.9: Found Intel integrated DMA 64-bit
[ 5.870483] idma64 idma64.10: Found Intel integrated DMA 64-bit
[ 5.870832] idma64 idma64.11: Found Intel integrated DMA 64-bit
[ 5.884046] pwm-lpss 0000:00:1a.0: can't derive routing for PCI INT A
[ 5.884049] pwm-lpss 0000:00:1a.0: PCI INT A: not connected
[ 5.982945] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
[ 5.982948] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[ 5.982949] RAPL PMU: hw unit of domain package 2^-14 Joules
[ 5.982950] RAPL PMU: hw unit of domain dram 2^-14 Joules
[ 5.982950] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[ 6.102150] intel_telemetry_core Init
[ 6.112058] intel_telemetry: version 1.0.0 loaded
[ 6.145684] intel_rapl: Found RAPL domain package
[ 6.145688] intel_rapl: Found RAPL domain core
[ 6.145690] intel_rapl: Found RAPL domain uncore
[ 6.145692] intel_rapl: Found RAPL domain dram
[ 6.609861] Adding 8122964k swap on /dev/mmcblk0p3. Priority:-1 extents:1 across:8122964k SSFS
[ 6.867966] snd_hda_intel 0000:00:0e.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[ 6.915155] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:0e.0/sound/card0/input3
[ 6.915254] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:0e.0/sound/card0/input4
[ 6.915338] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:0e.0/sound/card0/input5
[ 6.954832] audit: type=1400 audit(1525293489.351:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=780 comm="apparmor_parser"
[ 6.954838] audit: type=1400 audit(1525293489.351:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=780 comm="apparmor_parser"
[ 6.954840] audit: type=1400 audit(1525293489.351:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=780 comm="apparmor_parser"
[ 6.954843] audit: type=1400 audit(1525293489.351:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=780 comm="apparmor_parser"
[ 6.963960] audit: type=1400 audit(1525293489.359:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lxc-container-default" pid=779 comm="apparmor_parser"
[ 6.963966] audit: type=1400 audit(1525293489.359:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lxc-container-default-cgns" pid=779 comm="apparmor_parser"
[ 6.963969] audit: type=1400 audit(1525293489.359:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lxc-container-default-with-mounting" pid=779 comm="apparmor_parser"
[ 6.963972] audit: type=1400 audit(1525293489.359:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lxc-container-default-with-nesting" pid=779 comm="apparmor_parser"
[ 6.967105] audit: type=1400 audit(1525293489.363:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/lxc-start" pid=781 comm="apparmor_parser"
[ 7.034008] dw-apb-uart.8: ttyS4 at MMIO 0x91524000 (irq = 4, base_baud = 115200) is a 16550A
[ 7.052665] dw-apb-uart.9: ttyS5 at MMIO 0x91522000 (irq = 5, base_baud = 115200) is a 16550A
[ 7.073166] cgroup: new mount options do not match the existing superblock, will be ignored
[ 7.646491] random: crng init done
[ 7.895081] r8169 0000:03:00.0 enp3s0: link down
[ 7.895085] r8169 0000:03:00.0 enp3s0: link down
[ 7.895154] IPv6: ADDRCONF(NETDEV_UP): enp3s0: link is not ready
[ 7.939042] r8169 0000:02:00.0 enp2s0: link down
[ 7.939117] IPv6: ADDRCONF(NETDEV_UP): enp2s0: link is not ready
[ 9.148012] file system registered
[ 9.168421] read descriptors
[ 9.168429] read descriptors
[ 9.168431] read strings
[ 10.043103] r8169 0000:03:00.0 enp3s0: link up
[ 10.043127] IPv6: ADDRCONF(NETDEV_CHANGE): enp3s0: link becomes ready
[ 1374.672181] perf: interrupt took too long (2504 > 2500), lowering kernel.perf_event_max_sample_rate to 79750
[ 1802.079784] perf: interrupt took too long (3135 > 3130), lowering kernel.perf_event_max_sample_rate to 63750
[ 2456.143447] perf: interrupt took too long (3935 > 3918), lowering kernel.perf_event_max_sample_rate to 50750
[ 2678.958593] media: Linux media interface: v0.10
[ 2678.968938] Linux video capture interface: v2.00
[ 2678.984283] usbcore: registered new interface driver uvcvideo
[ 2678.984286] USB Video Class driver (1.1.1)
[ 2775.696916] usb 1-2: new high-speed USB device number 2 using xhci_hcd
[ 2775.841648] usb 1-2: New USB device found, idVendor=05e3, idProduct=0610
[ 2775.841652] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2775.841654] usb 1-2: Product: USB2.0 Hub
[ 2775.841655] usb 1-2: Manufacturer: GenesysLogic
[ 2775.842595] hub 1-2:1.0: USB hub found
[ 2775.843479] hub 1-2:1.0: 2 ports detected
[ 2775.957195] usb 2-2: new SuperSpeed USB device number 2 using xhci_hcd
[ 2775.979909] usb 2-2: New USB device found, idVendor=05e3, idProduct=0616
[ 2775.979913] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2775.979915] usb 2-2: Product: USB3.0 Hub
[ 2775.979916] usb 2-2: Manufacturer: GenesysLogic
[ 2775.981760] hub 2-2:1.0: USB hub found
[ 2775.982084] hub 2-2:1.0: 2 ports detected
[ 2776.553086] usb 1-2.2: new full-speed USB device number 3 using xhci_hcd
[ 2776.816080] usb 1-2.2: New USB device found, idVendor=041e, idProduct=4099
[ 2776.816087] usb 1-2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2776.816092] usb 1-2.2: Product: Creative VF0800
[ 2776.816096] usb 1-2.2: Manufacturer: Creative Technology Ltd
[ 2776.816100] usb 1-2.2: SerialNumber: 000000000989
[ 2777.003103] hidraw: raw HID events driver (C) Jiri Kosina
[ 2777.094775] usbcore: registered new interface driver usbhid
[ 2777.094778] usbhid: USB HID core driver
[ 2777.148572] usbcore: registered new interface driver snd-usb-audio
[ 2777.277953] input: Creative Technology Ltd Creative VF0800 as /devices/pci0000:00/0000:00:15.0/usb1/1-2/1-2.2/1-2.2:1.3/0003:041E:4099.0001/input/input6
[ 2777.339251] hid-generic 0003:041E:4099.0001: input,hiddev0,hidraw0: USB HID v1.11 Device [Creative Technology Ltd Creative VF0800] on usb-0000:00:15.0-2.2/input3
[ 2778.933223] usb 2-2.1: new SuperSpeed USB device number 3 using xhci_hcd
[ 2778.954101] usb 2-2.1: New USB device found, idVendor=8086, idProduct=0a66
[ 2778.954108] usb 2-2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2778.954113] usb 2-2.1: Product: Intel(R) RealSense(TM) 3D Camera (Front F200)
[ 2778.954117] usb 2-2.1: Manufacturer: Intel(R) RealSense(TM) 3D Camera (Front F200)
[ 2778.954121] usb 2-2.1: SerialNumber: 039140052502
[ 2778.955849] uvcvideo: Found UVC 1.10 device Intel(R) RealSense(TM) 3D Camera (Front F200) (8086:0a66)
[ 2778.958010] uvcvideo 2-2.1:1.0: Entity type for entity Processing 2 was not initialized!
[ 2778.958018] uvcvideo 2-2.1:1.0: Entity type for entity Camera 1 was not initialized!
[ 2778.958023] uvcvideo 2-2.1:1.0: Entity type for entity Extension 3 was not initialized!
[ 2778.958272] input: Intel(R) RealSense(TM) 3D Camer as /devices/pci0000:00/0000:00:15.0/usb2/2-2/2-2.1/2-2.1:1.0/input/input7
[ 2778.958894] uvcvideo: Unknown video format 5a564e49-2d90-4a58-920b-773f1f2c556b
[ 2778.958899] uvcvideo: Unknown video format 495a4e49-1a66-a242-9065-d01814a8ef8a
[ 2778.958903] uvcvideo: Unknown video format 52564e49-2d90-4a58-920b-773f1f2c556b
[ 2778.958906] uvcvideo: Unknown video format 49524e49-2d90-4a58-920b-773f1f2c556b
[ 2778.958909] uvcvideo: Unknown video format 49564e49-57db-5e49-8e3f-f479532b946f
[ 2778.958913] uvcvideo: Unknown video format 494c4552-1314-f943-a75a-ee6bbf012e23
[ 2778.958999] uvcvideo: Found UVC 1.10 device Intel(R) RealSense(TM) 3D Camera (Front F200) (8086:0a66)
[ 2778.960740] uvcvideo: Unable to create debugfs 2-3 directory.
[ 2778.960959] uvcvideo 2-2.1:1.2: Entity type for entity INV_EU_STRING was not initialized!
[ 2778.960967] uvcvideo 2-2.1:1.2: Entity type for entity Camera 5 was not initialized!
[ 2778.961229] input: Intel(R) RealSense(TM) 3D Camer as /devices/pci0000:00/0000:00:15.0/usb2/2-2/2-2.1/2-2.1:1.2/input/input8
[ 3793.369519] usb 1-2: USB disconnect, device number 2
[ 3793.369527] usb 1-2.2: USB disconnect, device number 3
[ 3793.542361] usb 2-2: USB disconnect, device number 2
[ 3793.542366] usb 2-2.1: USB disconnect, device number 3
[ 4132.453151] perf: interrupt took too long (4919 > 4918), lowering kernel.perf_event_max_sample_rate to 40500
[ 4847.322563] perf: interrupt took too long (6166 > 6148), lowering kernel.perf_event_max_sample_rate to 32250
[ 5018.016524] usb 1-3: new high-speed USB device number 4 using xhci_hcd
[ 5018.161335] usb 1-3: New USB device found, idVendor=05e3, idProduct=0610
[ 5018.161342] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 5018.161346] usb 1-3: Product: USB2.0 Hub
[ 5018.161349] usb 1-3: Manufacturer: GenesysLogic
[ 5018.163229] hub 1-3:1.0: USB hub found
[ 5018.163623] hub 1-3:1.0: 2 ports detected
[ 5018.276719] usb 2-3: new SuperSpeed USB device number 4 using xhci_hcd
[ 5018.300781] usb 2-3: New USB device found, idVendor=05e3, idProduct=0616
[ 5018.300788] usb 2-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 5018.300792] usb 2-3: Product: USB3.0 Hub
[ 5018.300796] usb 2-3: Manufacturer: GenesysLogic
[ 5018.303851] hub 2-3:1.0: USB hub found
[ 5018.304626] hub 2-3:1.0: 2 ports detected
[ 5018.872585] usb 1-3.2: new full-speed USB device number 5 using xhci_hcd
[ 5019.135313] usb 1-3.2: New USB device found, idVendor=041e, idProduct=4099
[ 5019.135321] usb 1-3.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 5019.135325] usb 1-3.2: Product: Creative VF0800
[ 5019.135330] usb 1-3.2: Manufacturer: Creative Technology Ltd
[ 5019.135333] usb 1-3.2: SerialNumber: 000000000989
[ 5019.281752] input: Creative Technology Ltd Creative VF0800 as /devices/pci0000:00/0000:00:15.0/usb1/1-3/1-3.2/1-3.2:1.3/0003:041E:4099.0002/input/input9
[ 5019.341351] hid-generic 0003:041E:4099.0002: input,hiddev0,hidraw0: USB HID v1.11 Device [Creative Technology Ltd Creative VF0800] on usb-0000:00:15.0-3.2/input3
[ 5021.228877] usb 2-3.1: new SuperSpeed USB device number 5 using xhci_hcd
[ 5021.249810] usb 2-3.1: New USB device found, idVendor=8086, idProduct=0a66
[ 5021.249817] usb 2-3.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 5021.249822] usb 2-3.1: Product: Intel(R) RealSense(TM) 3D Camera (Front F200)
[ 5021.249826] usb 2-3.1: Manufacturer: Intel(R) RealSense(TM) 3D Camera (Front F200)
[ 5021.249830] usb 2-3.1: SerialNumber: 039140052502
[ 5021.251572] uvcvideo: Found UVC 1.10 device Intel(R) RealSense(TM) 3D Camera (Front F200) (8086:0a66)
[ 5021.253739] uvcvideo 2-3.1:1.0: Entity type for entity Processing 2 was not initialized!
[ 5021.253748] uvcvideo 2-3.1:1.0: Entity type for entity Camera 1 was not initialized!
[ 5021.253753] uvcvideo 2-3.1:1.0: Entity type for entity Extension 3 was not initialized!
[ 5021.254017] input: Intel(R) RealSense(TM) 3D Camer as /devices/pci0000:00/0000:00:15.0/usb2/2-3/2-3.1/2-3.1:1.0/input/input10
[ 5021.254656] uvcvideo: Unknown video format 5a564e49-2d90-4a58-920b-773f1f2c556b
[ 5021.254662] uvcvideo: Unknown video format 495a4e49-1a66-a242-9065-d01814a8ef8a
[ 5021.254665] uvcvideo: Unknown video format 52564e49-2d90-4a58-920b-773f1f2c556b
[ 5021.254669] uvcvideo: Unknown video format 49524e49-2d90-4a58-920b-773f1f2c556b
[ 5021.254672] uvcvideo: Unknown video format 49564e49-57db-5e49-8e3f-f479532b946f
[ 5021.254676] uvcvideo: Unknown video format 494c4552-1314-f943-a75a-ee6bbf012e23
[ 5021.254761] uvcvideo: Found UVC 1.10 device Intel(R) RealSense(TM) 3D Camera (Front F200) (8086:0a66)
[ 5021.256729] uvcvideo: Unable to create debugfs 2-5 directory.
[ 5021.256887] uvcvideo 2-3.1:1.2: Entity type for entity INV_EU_STRING was not initialized!
[ 5021.256891] uvcvideo 2-3.1:1.2: Entity type for entity Camera 5 was not initialized!
[ 5021.257054] input: Intel(R) RealSense(TM) 3D Camer as /devices/pci0000:00/0000:00:15.0/usb2/2-3/2-3.1/2-3.1:1.2/input/input11
[ 6225.663063] usb 1-3: USB disconnect, device number 4
[ 6225.663071] usb 1-3.2: USB disconnect, device number 5
[ 6226.002665] usb 1-3: new high-speed USB device number 6 using xhci_hcd
[ 6226.147208] usb 1-3: New USB device found, idVendor=05e3, idProduct=0610
[ 6226.147215] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 6226.147220] usb 1-3: Product: USB2.0 Hub
[ 6226.147224] usb 1-3: Manufacturer: GenesysLogic
[ 6226.148227] hub 1-3:1.0: USB hub found
[ 6226.148664] hub 1-3:1.0: 2 ports detected
[ 6226.438672] usb 1-3.2: new full-speed USB device number 7 using xhci_hcd
[ 6226.701587] usb 1-3.2: New USB device found, idVendor=041e, idProduct=4099
[ 6226.701595] usb 1-3.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 6226.701600] usb 1-3.2: Product: Creative VF0800
[ 6226.701604] usb 1-3.2: Manufacturer: Creative Technology Ltd
[ 6226.701608] usb 1-3.2: SerialNumber: 000000000989
[ 6226.848465] input: Creative Technology Ltd Creative VF0800 as /devices/pci0000:00/0000:00:15.0/usb1/1-3/1-3.2/1-3.2:1.3/0003:041E:4099.0003/input/input12
[ 6226.907324] hid-generic 0003:041E:4099.0003: input,hiddev0,hidraw0: USB HID v1.11 Device [Creative Technology Ltd Creative VF0800] on usb-0000:00:15.0-3.2/input3
[ 6226.942818] usb 2-2: new SuperSpeed USB device number 6 using xhci_hcd
[ 6226.963727] usb 2-2: New USB device found, idVendor=8086, idProduct=0a80
[ 6226.963738] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 6226.963739] usb 2-2: Product: Intel RealSense 3D Camera R200
[ 6226.963741] usb 2-2: Manufacturer: Intel Corp
[ 6226.963742] usb 2-2: SerialNumber: SN_2221001899
[ 6226.964860] uvcvideo: Found UVC 1.10 device Intel RealSense 3D Camera R200 (8086:0a80)
[ 6226.966415] uvcvideo 2-2:1.0: Entity type for entity Extension 2 was not initialized!
[ 6226.966422] uvcvideo 2-2:1.0: Entity type for entity Camera 1 was not initialized!
[ 6226.966549] input: Intel RealSense 3D Camera R200 as /devices/pci0000:00/0000:00:15.0/usb2/2-2/2-2:1.0/input/input13
[ 6226.966989] uvcvideo: Found UVC 1.10 device Intel RealSense 3D Camera R200 (8086:0a80)
[ 6226.968355] uvcvideo: Unable to create debugfs 2-6 directory.
[ 6226.968458] uvcvideo 2-2:1.2: Entity type for entity Camera 4 was not initialized!
[ 6226.968560] input: Intel RealSense 3D Camera R200 as /devices/pci0000:00/0000:00:15.0/usb2/2-2/2-2:1.2/input/input14
[ 6226.968932] uvcvideo: Found UVC 1.10 device Intel RealSense 3D Camera R200 (8086:0a80)
[ 6226.970440] uvcvideo: Unable to create debugfs 2-6 directory.
[ 6226.970553] uvcvideo 2-2:1.4: Entity type for entity Processing 7 was not initialized!
[ 6226.970556] uvcvideo 2-2:1.4: Entity type for entity Camera 6 was not initialized!
[ 6226.970666] input: Intel RealSense 3D Camera R200 as /devices/pci0000:00/0000:00:15.0/usb2/2-2/2-2:1.4/input/input15
[ 6228.162666] usb 2-3: USB disconnect, device number 4
[ 6228.162674] usb 2-3.1: USB disconnect, device number 5
[ 6228.414904] usb 1-3: USB disconnect, device number 6
[ 6228.414911] usb 1-3.2: USB disconnect, device number 7
[ 6230.874825] usb 1-3: new high-speed USB device number 8 using xhci_hcd
[ 6231.019753] usb 1-3: New USB device found, idVendor=05e3, idProduct=0610
[ 6231.019761] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 6231.019766] usb 1-3: Product: USB2.0 Hub
[ 6231.019770] usb 1-3: Manufacturer: GenesysLogic
[ 6231.020977] hub 1-3:1.0: USB hub found
[ 6231.021332] hub 1-3:1.0: 2 ports detected
[ 6231.135013] usb 2-3: new SuperSpeed USB device number 7 using xhci_hcd
[ 6231.159201] usb 2-3: New USB device found, idVendor=05e3, idProduct=0616
[ 6231.159209] usb 2-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 6231.159214] usb 2-3: Product: USB3.0 Hub
[ 6231.159218] usb 2-3: Manufacturer: GenesysLogic
[ 6231.161506] hub 2-3:1.0: USB hub found
[ 6231.161814] hub 2-3:1.0: 2 ports detected
[ 6231.630885] usb 1-3.2: new full-speed USB device number 9 using xhci_hcd
[ 6231.893469] usb 1-3.2: New USB device found, idVendor=041e, idProduct=4099
[ 6231.893477] usb 1-3.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 6231.893482] usb 1-3.2: Product: Creative VF0800
[ 6231.893486] usb 1-3.2: Manufacturer: Creative Technology Ltd
[ 6231.893490] usb 1-3.2: SerialNumber: 000000000989
[ 6232.040351] input: Creative Technology Ltd Creative VF0800 as /devices/pci0000:00/0000:00:15.0/usb1/1-3/1-3.2/1-3.2:1.3/0003:041E:4099.0004/input/input16
[ 6232.099489] hid-generic 0003:041E:4099.0004: input,hiddev0,hidraw0: USB HID v1.11 Device [Creative Technology Ltd Creative VF0800] on usb-0000:00:15.0-3.2/input3
[ 6233.978756] usb 2-3.1: new SuperSpeed USB device number 8 using xhci_hcd
[ 6233.999857] usb 2-3.1: New USB device found, idVendor=8086, idProduct=0a66
[ 6233.999860] usb 2-3.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 6233.999862] usb 2-3.1: Product: Intel(R) RealSense(TM) 3D Camera (Front F200)
[ 6233.999864] usb 2-3.1: Manufacturer: Intel(R) RealSense(TM) 3D Camera (Front F200)
[ 6233.999865] usb 2-3.1: SerialNumber: 039140052502
[ 6234.002282] uvcvideo: Found UVC 1.10 device Intel(R) RealSense(TM) 3D Camera (Front F200) (8086:0a66)
[ 6234.004676] uvcvideo 2-3.1:1.0: Entity type for entity Processing 2 was not initialized!
[ 6234.004680] uvcvideo 2-3.1:1.0: Entity type for entity Camera 1 was not initialized!
[ 6234.004682] uvcvideo 2-3.1:1.0: Entity type for entity Extension 3 was not initialized!
[ 6234.004789] input: Intel(R) RealSense(TM) 3D Camer as /devices/pci0000:00/0000:00:15.0/usb2/2-3/2-3.1/2-3.1:1.0/input/input17
[ 6234.005142] uvcvideo: Unknown video format 5a564e49-2d90-4a58-920b-773f1f2c556b
[ 6234.005144] uvcvideo: Unknown video format 495a4e49-1a66-a242-9065-d01814a8ef8a
[ 6234.005145] uvcvideo: Unknown video format 52564e49-2d90-4a58-920b-773f1f2c556b
[ 6234.005146] uvcvideo: Unknown video format 49524e49-2d90-4a58-920b-773f1f2c556b
[ 6234.005147] uvcvideo: Unknown video format 49564e49-57db-5e49-8e3f-f479532b946f
[ 6234.005148] uvcvideo: Unknown video format 494c4552-1314-f943-a75a-ee6bbf012e23
[ 6234.005212] uvcvideo: Found UVC 1.10 device Intel(R) RealSense(TM) 3D Camera (Front F200) (8086:0a66)
[ 6234.007092] uvcvideo: Unable to create debugfs 2-8 directory.
[ 6234.007174] uvcvideo 2-3.1:1.2: Entity type for entity INV_EU_STRING was not initialized!
[ 6234.007177] uvcvideo 2-3.1:1.2: Entity type for entity Camera 5 was not initialized!
[ 6234.007288] input: Intel(R) RealSense(TM) 3D Camer as /devices/pci0000:00/0000:00:15.0/usb2/2-3/2-3.1/2-3.1:1.2/input/input18
[ 6834.742814] usb 1-3: USB disconnect, device number 8
[ 6834.742822] usb 1-3.2: USB disconnect, device number 9
[ 6834.871363] usb 2-3: USB disconnect, device number 7
[ 6834.871370] usb 2-3.1: USB disconnect, device number 8
[ 6836.419549] usb 2-2: USB disconnect, device number 6
upsquared@ubuntu:~/librealsense/scripts$
Hi guys how are you, was just wondering if there was any feedback on this issue, I see others have the same issue but haven't been able to find a solution, appreciate the help in advance :)
Hi guys any update on this at all ?
[Realsense Customer Engineering Team Comment] Hello @AdamMiltonBarker,
It seems that you are trying to use the master branch of librealsense with your F200 camera and this will not work. The current version of librealsense supports only the D400 series and SR300 cameras. Support for the F200 and R200 cameras are only in the legacy version of librealsense (v1.12.1). You must get the legacy version of librealsense (v1.12.1).
The documentation for legacy librealsense is here: https://github.com/IntelRealSense/librealsense/tree/legacy. Do not try to download the source from this page as this source is only the newest, master version.
Download the source from here: https://github.com/IntelRealSense/librealsense/releases/tag/v1.12.1
Regards, Intel Customer Support
Hi thank you for the reply. I checked out b1.12.0,
$ git checkout -b b1.12.0 v1.12.0
but I will try with 1.12.1 now thanks for replying.
[Realsense Customer Engineering Team Comment] hi @AdamMiltonBarker,
would like to know what's your test result, is that good?
Hi all of the information is provided above, nothing has changed since then.
Hi. I had same trouble.
$ mkdir NEW_DIR $ cd NEW_DIR $ git clone -b v1.12.1 https://github.com/IntelRealSense/librealsense.git
then follow up doc and i've solved!
[Realsense Customer Engineering Team Comment] thanks for you help @yjyjkim, hi @AdamMiltonBarker, would like to know if these steps works for your issue too?
Sorry have just come back to this now, am starting on a fresh UP2 so will let you know how it goes.
[Realsense Customer Engineering Team Comment] thanks for you help @yjyjkim, hi @AdamMiltonBarker, would like to know if these steps works for your issue too?
Hi @RealSense-Customer-Engineering still having issues after 2 attempts. The files specified in the legacy docs are not the files that are in 1.12.1 branch, ie the scripts are totally different.
(Reminder this is on UP2 and Ubuntu 16.04, 4.10.0-9-upboard)
Using: git clone -b v1.12.1 https://github.com/IntelRealSense/librealsense.git Following: https://github.com/IntelRealSense/librealsense/blob/legacy/doc/installation.md
scripts/patch-realsense-ubuntu-xenial.sh does not exist, same for a few of the others that that script uses, any suggestions guys? I am unable to get this working everything went well up until the patch.
dmesg:
[10399.728578] usb 2-3: new SuperSpeed USB device number 3 using xhci_hcd
[10399.749945] usb 2-3: New USB device found, idVendor=8086, idProduct=0a80
[10399.749952] usb 2-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[10399.749957] usb 2-3: Product: Intel RealSense 3D Camera R200
[10399.749961] usb 2-3: Manufacturer: Intel Corp
[10399.749965] usb 2-3: SerialNumber: SN_2221001899
[10399.751441] uvcvideo: Found UVC 1.10 device Intel RealSense 3D Camera R200 (8086:0a80)
[10399.753305] uvcvideo 2-3:1.0: Entity type for entity Extension 2 was not initialized!
[10399.753314] uvcvideo 2-3:1.0: Entity type for entity Camera 1 was not initialized!
[10399.753587] input: Intel RealSense 3D Camera R200 as /devices/pci0000:00/0000:00:15.0/usb2/2-3/2-3:1.0/input/input10
[10399.754285] uvcvideo: Found UVC 1.10 device Intel RealSense 3D Camera R200 (8086:0a80)
[10399.755705] uvcvideo: Unable to create debugfs 2-3 directory.
[10399.756021] uvcvideo 2-3:1.2: Entity type for entity Camera 4 was not initialized!
[10399.756348] input: Intel RealSense 3D Camera R200 as /devices/pci0000:00/0000:00:15.0/usb2/2-3/2-3:1.2/input/input11
[10399.757043] uvcvideo: Found UVC 1.10 device Intel RealSense 3D Camera R200 (8086:0a80)
[10399.758582] uvcvideo: Unable to create debugfs 2-3 directory.
[10399.758893] uvcvideo 2-3:1.4: Entity type for entity Processing 7 was not initialized!
[10399.758900] uvcvideo 2-3:1.4: Entity type for entity Camera 6 was not initialized!
[10399.759157] input: Intel RealSense 3D Camera R200 as /devices/pci0000:00/0000:00:15.0/usb2/2-3/2-3:1.4/input/input12
I have exactly the same results as in the beginning of this thread :( Using pyrealsense2 I no longer get the errors but still both cameras are not detected by the program.
Hi @RealSense-Customer-Engineering how are you? I am unable to get this working on two separate UP2 boards do you know if anyone has accomplished this yet with the older version? As the results are the same from following the suggested guide I am starting to think it is not compatible with UP2 for some reason.
OK so not sure what it was in the end, but all is working :) 1.12.1 and PyRealSense.
Issue Description
I have followed the instructions here: https://github.com/IntelRealSense/librealsense/tree/master/wrappers/python
And here: https://github.com/IntelRealSense/librealsense/blob/development/doc/installation.md
Errors following the guide above: