Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.

[ ERROR ] Can not init USB device: NC_DEVICE_NOT_FOUND

Tegwyn_Twmffat
New Contributor I
2,376 Views

I'm using clean install of ubuntu 16.04 on pentium N4200 pc and cant run any of the demos using -d MYRIAD without getting this error:

[ ERROR ] Can not init USB device: NC_DEVICE_NOT_FOUND

I did the USB config stuff as below:

cat <<EOF > 97-usbboot.rules
SUBSYSTEM=="usb", ATTRS{idProduct}=="2150", ATTRS{idVendor}=="03e7", GROUP="users", MODE="0666", ENV{ID_MM_DEVICE_IGNORE}="1"
SUBSYSTEM=="usb", ATTRS{idProduct}=="2485", ATTRS{idVendor}=="03e7", GROUP="users", MODE="0666", ENV{ID_MM_DEVICE_IGNORE}="1"
SUBSYSTEM=="usb", ATTRS{idProduct}=="f63b", ATTRS{idVendor}=="03e7", GROUP="users", MODE="0666", ENV{ID_MM_DEVICE_IGNORE}="1"
EOF


sudo cp 97-usbboot.rules /etc/udev/rules.d/
sudo udevadm control --reload-rules
sudo udevadm trigger
sudo ldconfig
rm 97-usbboot.rules

I'm trying to use the neural compute 2 stick. NCSM2485.DK and can see it ok using $ lsusb

Strangely, the demo works ok using the neural compute stick 1 - but not the 2 !!! ... And works ok in CPU mode.

Totally stuck. Please advise how to test this device!!!

Full error log as below:

tegwyn@twmffat2:/opt/intel/computer_vision_sdk/deployment_tools/demo$ ./demo_squeezenet_download_convert_run.sh -d MYRIAD
target = MYRIAD


###################################################



Downloading the Caffe model and the prototxt
Installing dependencies
Run sudo -E apt -y install build-essential python3-pip virtualenv cmake libpng12-dev libcairo2-dev libpango1.0-dev libglib2.0-dev libgtk2.0-dev libswscale-dev libavcodec-dev libavformat-dev libgstreamer1.0-0 gstreamer1.0-plugins-base
Hit:1 http://gb.archive.ubuntu.com/ubuntu xenial InRelease
Get:2 http://security.ubuntu.com/ubuntu xenial-security InRelease [107 kB]
Get:3 http://gb.archive.ubuntu.com/ubuntu xenial-updates InRelease [109 kB]    
Get:4 http://gb.archive.ubuntu.com/ubuntu xenial-backports InRelease [107 kB]  
Fetched 323 kB in 2s (139 kB/s)                              
Reading package lists... Done
Building dependency tree       
Reading state information... Done
1 package can be upgraded. Run 'apt list --upgradable' to see it.
Reading package lists... Done
Building dependency tree       
Reading state information... Done
build-essential is already the newest version (12.1ubuntu2).
libcairo2-dev is already the newest version (1.14.6-1).
libpango1.0-dev is already the newest version (1.38.1-1).
cmake is already the newest version (3.5.1-1ubuntu3).
gstreamer1.0-plugins-base is already the newest version (1.8.3-1ubuntu0.2).
libglib2.0-dev is already the newest version (2.48.2-0ubuntu4.1).
libgstreamer1.0-0 is already the newest version (1.8.3-1~ubuntu0.1).
libgtk2.0-dev is already the newest version (2.24.30-1ubuntu1.16.04.2).
libpng12-dev is already the newest version (1.2.54-1ubuntu1.1).
libavcodec-dev is already the newest version (7:2.8.15-0ubuntu0.16.04.1).
libavformat-dev is already the newest version (7:2.8.15-0ubuntu0.16.04.1).
libswscale-dev is already the newest version (7:2.8.15-0ubuntu0.16.04.1).
python3-pip is already the newest version (8.1.1-2ubuntu0.4).
virtualenv is already the newest version (15.0.1+ds-3ubuntu1).
0 to upgrade, 0 to newly install, 0 to remove and 1 not to upgrade.
The directory '/home/tegwyn/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
The directory '/home/tegwyn/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
Requirement already satisfied (use --upgrade to upgrade): pyyaml in /usr/local/lib/python3.5/dist-packages
Requirement already satisfied (use --upgrade to upgrade): requests in /usr/lib/python3/dist-packages
You are using pip version 8.1.1, however version 18.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Run /opt/intel/computer_vision_sdk/deployment_tools/demo/../model_downloader/downloader.py --name "squeezenet1.1" --output_dir "/home/tegwyn/openvino_models"


###############|| Start downloading models ||###############

...100%, 9 KB, 13975 KB/s, 0 seconds passed ========= squeezenet1.1.prototxt ====> /home/tegwyn/openvino_models/classification/squeezenet/1.1/caffe/squeezenet1.1.prototxt

###############|| Start downloading weights ||###############

...100%, 4834 KB, 351 KB/s, 13 seconds passed ========= squeezenet1.1.caffemodel ====> /home/tegwyn/openvino_models/classification/squeezenet/1.1/caffe/squeezenet1.1.caffemodel

###############|| Start downloading topologies in tarballs ||###############


###############|| Post processing ||###############

========= Changing input dimensions in squeezenet1.1.prototxt =========


###################################################

Configure Model Optimizer



INTEL_CVSDK_DIR environment variable is not set. Trying to run ./setvars.sh to set it. 
[setupvars.sh] OpenVINO environment initialized


###################################################

Install Model Optimizer dependencies

Get:1 http://security.ubuntu.com/ubuntu xenial-security InRelease [107 kB]
Hit:2 http://gb.archive.ubuntu.com/ubuntu xenial InRelease
Get:3 http://gb.archive.ubuntu.com/ubuntu xenial-updates InRelease [109 kB]    
Get:4 http://gb.archive.ubuntu.com/ubuntu xenial-backports InRelease [107 kB]  
Fetched 323 kB in 1s (240 kB/s)                              
Reading package lists... Done
Building dependency tree       
Reading state information... Done
1 package can be upgraded. Run 'apt list --upgradable' to see it.
Reading package lists... Done
Building dependency tree       
Reading state information... Done
python3-venv is already the newest version (3.5.1-3).
libgfortran3 is already the newest version (5.4.0-6ubuntu1~16.04.11).
python3-pip is already the newest version (8.1.1-2ubuntu0.4).
0 to upgrade, 0 to newly install, 0 to remove and 1 not to upgrade.
The directory '/home/tegwyn/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
The directory '/home/tegwyn/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
Requirement already satisfied (use --upgrade to upgrade): networkx>=1.11 in /usr/local/lib/python3.5/dist-packages (from -r /opt/intel/computer_vision_sdk_2018.3.343/deployment_tools/model_optimizer/install_prerequisites/../requirements_caffe.txt (line 1))
Requirement already satisfied (use --upgrade to upgrade): numpy>=1.12.0 in /usr/local/lib/python3.5/dist-packages (from -r /opt/intel/computer_vision_sdk_2018.3.343/deployment_tools/model_optimizer/install_prerequisites/../requirements_caffe.txt (line 2))
Requirement already satisfied (use --upgrade to upgrade): protobuf==3.5.1 in /usr/local/lib/python3.5/dist-packages (from -r /opt/intel/computer_vision_sdk_2018.3.343/deployment_tools/model_optimizer/install_prerequisites/../requirements_caffe.txt (line 3))
Requirement already satisfied (use --upgrade to upgrade): decorator>=4.3.0 in /usr/local/lib/python3.5/dist-packages (from networkx>=1.11->-r /opt/intel/computer_vision_sdk_2018.3.343/deployment_tools/model_optimizer/install_prerequisites/../requirements_caffe.txt (line 1))
Requirement already satisfied (use --upgrade to upgrade): six>=1.9 in /usr/lib/python3/dist-packages (from protobuf==3.5.1->-r /opt/intel/computer_vision_sdk_2018.3.343/deployment_tools/model_optimizer/install_prerequisites/../requirements_caffe.txt (line 3))
Requirement already satisfied (use --upgrade to upgrade): setuptools in /usr/lib/python3/dist-packages (from protobuf==3.5.1->-r /opt/intel/computer_vision_sdk_2018.3.343/deployment_tools/model_optimizer/install_prerequisites/../requirements_caffe.txt (line 3))
You are using pip version 8.1.1, however version 18.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
[WARNING] All Model Optimizer dependencies are installed globally.
[WARNING] If you want to keep Model Optimizer in separate sandbox
[WARNING] run install_prerequisites.sh venv {caffe|tf|mxnet|kaldi|onnx}


###################################################

Convert a model with Model Optimizer

Run python3 /opt/intel//computer_vision_sdk_2018.3.343/deployment_tools/model_optimizer/mo.py --input_model /home/tegwyn/openvino_models/classification/squeezenet/1.1/caffe/squeezenet1.1.caffemodel --output_dir /home/tegwyn/openvino_models/ir/squeezenet1.1 --data_type FP16

Model Optimizer arguments:
Common parameters:
	- Path to the Input Model: 	/home/tegwyn/openvino_models/classification/squeezenet/1.1/caffe/squeezenet1.1.caffemodel
	- Path for generated IR: 	/home/tegwyn/openvino_models/ir/squeezenet1.1
	- IR output name: 	squeezenet1.1
	- Log level: 	ERROR
	- Batch: 	Not specified, inherited from the model
	- Input layers: 	Not specified, inherited from the model
	- Output layers: 	Not specified, inherited from the model
	- Input shapes: 	Not specified, inherited from the model
	- Mean values: 	Not specified
	- Scale values: 	Not specified
	- Scale factor: 	Not specified
	- Precision of IR: 	FP16
	- Enable fusing: 	True
	- Enable grouped convolutions fusing: 	True
	- Move mean values to preprocess section: 	False
	- Reverse input channels: 	False
Caffe specific parameters:
	- Enable resnet optimization: 	True
	- Path to the Input prototxt: 	/home/tegwyn/openvino_models/classification/squeezenet/1.1/caffe/squeezenet1.1.prototxt
	- Path to CustomLayersMapping.xml: 	Default
	- Path to a mean file: 	Not specified
	- Offsets for a mean file: 	Not specified
Model Optimizer version: 	1.2.185.5335e231

[ SUCCESS ] Generated IR model.
[ SUCCESS ] XML file: /home/tegwyn/openvino_models/ir/squeezenet1.1/squeezenet1.1.xml
[ SUCCESS ] BIN file: /home/tegwyn/openvino_models/ir/squeezenet1.1/squeezenet1.1.bin
[ SUCCESS ] Total execution time: 2.38 seconds. 


###################################################

Build Inference Engine samples



Target folder /home/tegwyn/inference_engine_samples already exists. Skipping samples building.If you want to rebuild samples, remove the entire /home/tegwyn/inference_engine_samples folder. Then run the script again



###################################################

Run Inference Engine classification sample

Run ./classification_sample -d MYRIAD -i /opt/intel/computer_vision_sdk/deployment_tools/demo/../demo/car.png -m /home/tegwyn/openvino_models/ir/squeezenet1.1/squeezenet1.1.xml 

[ INFO ] InferenceEngine: 
	API version ............ 1.2
	Build .................. 13911
[ INFO ] Parsing input parameters
[ INFO ] Loading plugin

	API version ............ 1.2
	Build .................. 13911
	Description ....... myriadPlugin
[ INFO ] Loading network files:
	/home/tegwyn/openvino_models/ir/squeezenet1.1/squeezenet1.1.xml
	/home/tegwyn/openvino_models/ir/squeezenet1.1/squeezenet1.1.bin
[ INFO ] Preparing input blobs
[ WARNING ] Image is resized from (787, 259) to (227, 227)
[ INFO ] Batch size is 1
[ INFO ] Preparing output blobs
[ INFO ] Loading model to the plugin
[ ERROR ] Can not init USB device: NC_DEVICE_NOT_FOUND
Error on or near line 210; exiting with status 1
tegwyn@twmffat2:/opt/intel/computer_vision_sdk/deployment_tools/demo$ 

 

0 Kudos
1 Solution
Tegwyn_Twmffat
New Contributor I
2,376 Views

I solved problem by installing latest version of Openvino.

I even managed to make and run interactive face detection demo! It's certainly a lot faster than stick 1 although a bit of initial lag aprrox 0.5 seconds.

View solution in original post

0 Kudos
5 Replies
Tegwyn_Twmffat
New Contributor I
2,376 Views

Works ok with stick 1 (2450) but not working with 2485. I ran dmesg from terminal and there seems to be a fault showing as below:

Is my Neural compute stick 2 broken? Should i send it back to supplier?

$ dmesg
[    0.000000] microcode: microcode updated early to revision 0x32, date = 2018-05-11
[    0.000000] Linux version 4.15.0-42-generic (buildd@lgw01-amd64-023) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.10)) #45~16.04.1-Ubuntu SMP Mon Nov 19 13:02:27 UTC 2018 (Ubuntu 4.15.0-42.45~16.04.1-generic 4.15.18)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-42-generic root=UUID=e2a59823-2cd0-418a-979c-e34330f63e5d ro quiet splash vt.handoff=7
[    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-0x0000000000057fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009cfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009d000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000000fffffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000010000000-0x0000000012150fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000012151000-0x0000000075cb7fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000075cb8000-0x00000000792e2fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000792e3000-0x0000000079342fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000079343000-0x0000000079382fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x0000000079383000-0x000000007a685fff] usable
[    0.000000] BIOS-e820: [mem 0x000000007a686000-0x000000007a686fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007a687000-0x000000007a6b0fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007a6b1000-0x000000007a70ffff] usable
[    0.000000] BIOS-e820: [mem 0x000000007a710000-0x000000007a72ffff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007a730000-0x000000007affffff] usable
[    0.000000] BIOS-e820: [mem 0x000000007b000000-0x000000007fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000e3ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed01000-0x00000000fed01fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000017fffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.50 by Phoenix Technologies Ltd.
[    0.000000] efi:  SMBIOS=0x761ae000  SMBIOS 3.0=0x761ab000  ACPI=0x79382000  ACPI 2.0=0x79382014  ESRT=0x75e3a000
[    0.000000] secureboot: Secure boot enabled
[    0.000000] Kernel is locked down from EFI secure boot; see man kernel_lockdown.7
[    0.000000] SMBIOS 3.0.0 present.
[    0.000000] DMI: LENOVO 81A5/LNVNB161216, BIOS 6GCN24WW 11/13/2017
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x180000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-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 0100000000 mask 7F80000000 write-back
[    0.000000]   4 base 00FF800000 mask 70FF800000 write-combining
[    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  WP  UC- WT  
[    0.000000] e820: last_pfn = 0x7b000 max_arch_pfn = 0x400000000
[    0.000000] esrt: Reserving ESRT space from 0x0000000075e3a000 to 0x0000000075e3a060.
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [        (ptrval)] 97000 size 24576
[    0.000000] Using GB pages for direct mapping
[    0.000000] BRK [0x142f3f000, 0x142f3ffff] PGTABLE
[    0.000000] BRK [0x142f40000, 0x142f40fff] PGTABLE
[    0.000000] BRK [0x142f41000, 0x142f41fff] PGTABLE
[    0.000000] BRK [0x142f42000, 0x142f42fff] PGTABLE
[    0.000000] BRK [0x142f43000, 0x142f43fff] PGTABLE
[    0.000000] BRK [0x142f44000, 0x142f44fff] PGTABLE
[    0.000000] BRK [0x142f45000, 0x142f45fff] PGTABLE
[    0.000000] BRK [0x142f46000, 0x142f46fff] PGTABLE
[    0.000000] BRK [0x142f47000, 0x142f47fff] PGTABLE
[    0.000000] RAMDISK: [mem 0x3cc02000-0x3fffafff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x0000000079382014 000024 (v02 LENOVO)
[    0.000000] ACPI: XSDT 0x0000000079362188 0000FC (v01 LENOVO CB-01    00000003 PTEC 00000002)
[    0.000000] ACPI: FACP 0x000000007937A000 00010C (v05 LENOVO CB-01    00000003 PTEC 00000002)
[    0.000000] ACPI BIOS Warning (bug): 32/64X length mismatch in FADT/Pm1aEventBlock: 32/16 (20170831/tbfadt-603)
[    0.000000] ACPI BIOS Warning (bug): Invalid length for FADT/Pm1aEventBlock: 16, using default 32 (20170831/tbfadt-708)
[    0.000000] ACPI: DSDT 0x000000007936A000 008304 (v02 LENOVO EDK2     00000003 BRXT 0100000D)
[    0.000000] ACPI: FACS 0x000000007932B000 000040
[    0.000000] ACPI: SSDT 0x0000000079380000 0003CC (v02 LENOVO Tpm2Tabl 00001000 INTL 20150818)
[    0.000000] ACPI: TPM2 0x000000007937F000 000034 (v03 LENOVO CB-01    00000000 PTEC 00000002)
[    0.000000] ACPI: UEFI 0x0000000079330000 000042 (v01 LENOVO CB-01    00000002 PTEC 00000002)
[    0.000000] ACPI: BDAT 0x000000007937E000 000030 (v02 LENOVO CB-01    00000000 PTEC 00000002)
[    0.000000] ACPI: DBG2 0x000000007937D000 000072 (v00 LENOVO CB-01    00000003 PTEC 00000002)
[    0.000000] ACPI: DBGP 0x000000007937C000 000034 (v01 LENOVO CB-01    00000003 PTEC 00000002)
[    0.000000] ACPI: HPET 0x0000000079379000 000038 (v01 LENOVO CB-01    00000003 PTEC 00000002)
[    0.000000] ACPI: LPIT 0x0000000079378000 00005C (v01 LENOVO CB-01    00000003 PTEC 00000002)
[    0.000000] ACPI: APIC 0x0000000079377000 000084 (v03 LENOVO CB-01    00000003 PTEC 00000002)
[    0.000000] ACPI: MCFG 0x0000000079376000 00003C (v01 LENOVO CB-01    00000003 PTEC 00000002)
[    0.000000] ACPI: NPKT 0x0000000079375000 000065 (v01 LENOVO CB-01    00000003 PTEC 00000002)
[    0.000000] ACPI: PRAM 0x0000000079374000 000030 (v01 LENOVO CB-01    00000003 PTEC 00000002)
[    0.000000] ACPI: WSMT 0x0000000079373000 000028 (v01 LENOVO CB-01    00000003 PTEC 00000002)
[    0.000000] ACPI: SSDT 0x0000000079368000 0012F8 (v02 LENOVO DptfTab  00000003 BRXT 0100000D)
[    0.000000] ACPI: SSDT 0x0000000079367000 000248 (v01 LENOVO Platform 00001000 INTL 20150818)
[    0.000000] ACPI: BATB 0x0000000079366000 00004A (v02 LENOVO CB-01    00000000 PTEC 00000002)
[    0.000000] ACPI: SSDT 0x0000000079365000 000400 (v02 LENOVO Cpu0Ist  00003000 INTL 20150818)
[    0.000000] ACPI: SSDT 0x0000000079364000 00072B (v02 LENOVO CpuSsdt  00003000 INTL 20150818)
[    0.000000] ACPI: SSDT 0x0000000079363000 00032D (v02 LENOVO Cpu0Tst  00003000 INTL 20150818)
[    0.000000] ACPI: SSDT 0x0000000079381000 00017C (v02 LENOVO ApTst    00003000 INTL 20150818)
[    0.000000] ACPI: MSDM 0x0000000079361000 000055 (v03 LENOVO CB-01    00000000 PTEC 00000002)
[    0.000000] ACPI: SSDT 0x000000007935E000 002760 (v02 LENOVO SaSsdt   00003000 INTL 20150818)
[    0.000000] ACPI: FPDT 0x000000007935D000 000044 (v01 LENOVO CB-01    00000002 PTEC 00000002)
[    0.000000] ACPI: BGRT 0x000000007935C000 000038 (v01 LENOVO CB-01    00000002 PTEC 00000002)
[    0.000000] ACPI: WDAT 0x000000007937B000 000104 (v01 LENOVO CB-01    00000000 PTEC 00000002)
[    0.000000] ACPI: UEFI 0x0000000079324000 00012A (v01 LENOVO CB-01    00000001 PTEC 00000002)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000017fffffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x17ffd5000-0x17fffffff]
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000017fffffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x0000000000057fff]
[    0.000000]   node   0: [mem 0x0000000000059000-0x000000000009cfff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x000000000fffffff]
[    0.000000]   node   0: [mem 0x0000000012151000-0x0000000075cb7fff]
[    0.000000]   node   0: [mem 0x0000000079383000-0x000000007a685fff]
[    0.000000]   node   0: [mem 0x000000007a6b1000-0x000000007a70ffff]
[    0.000000]   node   0: [mem 0x000000007a730000-0x000000007affffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000017fffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000017fffffff]
[    0.000000] On node 0 totalpages: 1005364
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3995 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 7455 pages used for memmap
[    0.000000]   DMA32 zone: 477081 pages, LIFO batch:31
[    0.000000]   Normal zone: 8192 pages used for memmap
[    0.000000]   Normal zone: 524288 pages, LIFO batch:31
[    0.000000] Reserved but unavailable: 99 pages
[    0.000000] tboot: non-0 tboot_addr but it is not of type E820_TYPE_RESERVED
[    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, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x10000000-0x12150fff]
[    0.000000] PM: Registered nosave memory: [mem 0x75cb8000-0x792e2fff]
[    0.000000] PM: Registered nosave memory: [mem 0x792e3000-0x79342fff]
[    0.000000] PM: Registered nosave memory: [mem 0x79343000-0x79382fff]
[    0.000000] PM: Registered nosave memory: [mem 0x7a686000-0x7a686fff]
[    0.000000] PM: Registered nosave memory: [mem 0x7a687000-0x7a6b0fff]
[    0.000000] PM: Registered nosave memory: [mem 0x7a710000-0x7a72ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x7b000000-0x7fffffff]
[    0.000000] PM: Registered nosave memory: [mem 0x80000000-0xdfffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xe3ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xe4000000-0xfed00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed01000-0xfed01fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed02000-0xffffffff]
[    0.000000] e820: [mem 0x80000000-0xdfffffff] 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] random: get_random_bytes called from start_kernel+0x99/0x51b with crng_init=0
[    0.000000] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] percpu: Embedded 46 pages/cpu @        (ptrval) s151552 r8192 d28672 u524288
[    0.000000] pcpu-alloc: s151552 r8192 d28672 u524288 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 989632
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.15.0-42-generic root=UUID=e2a59823-2cd0-418a-979c-e34330f63e5d ro quiet splash vt.handoff=7
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 3736500K/4021456K available (12300K kernel code, 2471K rwdata, 4260K rodata, 2408K init, 2416K bss, 284956K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] ftrace: allocating 39192 entries in 154 pages
[    0.000000] Hierarchical RCU implementation.
[    0.000000]     RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
[    0.000000]     Tasks RCU enabled.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.000000] NR_IRQS: 524544, nr_irqs: 1024, preallocated irqs: 16
[    0.000000] vt handoff: transparent VT on vt#7
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] ACPI: Core revision 20170831
[    0.000000] ACPI: 9 ACPI AML tables successfully acquired and loaded
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 99544814920 ns
[    0.000000] hpet clockevent registered
[    0.004000] APIC: Switch to symmetric I/O mode setup
[    0.004000] x2apic: IRQ remapping doesn't support X2APIC mode
[    0.008000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.028000] tsc: Fast TSC calibration using PIT
[    0.032000] tsc: Detected 1094.400 MHz processor
[    0.032000] Calibrating delay loop (skipped), value calculated using timer frequency.. 2188.80 BogoMIPS (lpj=4377600)
[    0.032000] pid_max: default: 32768 minimum: 301
[    0.036898] Security Framework initialized
[    0.036904] Yama: becoming mindful.
[    0.036982] AppArmor: AppArmor initialized
[    0.038733] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.039604] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.039697] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.039731] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.040400] mce: CPU supports 7 MCE banks
[    0.040440] CPU0: Thermal monitoring enabled (TM1)
[    0.040520] Last level iTLB entries: 4KB 48, 2MB 0, 4MB 0
[    0.040522] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[    0.040527] Spectre V2 : Mitigation: Full generic retpoline
[    0.040529] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.040531] Spectre V2 : Spectre v2 mitigation: Enabling Indirect Branch Prediction Barrier
[    0.040532] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.060210] Freeing SMP alternatives memory: 36K
[    0.068476] TSC deadline timer enabled
[    0.068488] smpboot: CPU0: Intel(R) Pentium(R) CPU N4200 @ 1.10GHz (family: 0x6, model: 0x5c, stepping: 0x9)
[    0.068723] Performance Events: PEBS fmt3+, Goldmont events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.068766] ... version:                4
[    0.068768] ... bit width:              48
[    0.068769] ... generic registers:      4
[    0.068772] ... value mask:             0000ffffffffffff
[    0.068774] ... max period:             00007fffffffffff
[    0.068775] ... fixed-purpose events:   3
[    0.068777] ... event mask:             000000070000000f
[    0.068884] Hierarchical SRCU implementation.
[    0.071221] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.071280] smp: Bringing up secondary CPUs ...
[    0.071644] x86: Booting SMP configuration:
[    0.071649] .... node  #0, CPUs:      #1 #2 #3
[    0.076841] smp: Brought up 1 node, 4 CPUs
[    0.076841] smpboot: Max logical packages: 1
[    0.076841] smpboot: Total of 4 processors activated (8755.20 BogoMIPS)
[    0.080869] devtmpfs: initialized
[    0.080869] x86/mm: Memory block size: 128MB
[    0.081367] evm: security.selinux
[    0.081369] evm: security.SMACK64
[    0.081370] evm: security.SMACK64EXEC
[    0.081372] evm: security.SMACK64TRANSMUTE
[    0.081373] evm: security.SMACK64MMAP
[    0.081374] evm: security.apparmor
[    0.081376] evm: security.ima
[    0.081377] evm: security.capability
[    0.081425] PM: Registering ACPI NVS region [mem 0x792e3000-0x79342fff] (393216 bytes)
[    0.081425] PM: Registering ACPI NVS region [mem 0x7a686000-0x7a686fff] (4096 bytes)
[    0.081425] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.081425] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.081425] pinctrl core: initialized pinctrl subsystem
[    0.081425] RTC time:  8:05:59, date: 12/19/18
[    0.086147] NET: Registered protocol family 16
[    0.086401] audit: initializing netlink subsys (disabled)
[    0.086420] audit: type=2000 audit(1545206758.084:1): state=initialized audit_enabled=0 res=1
[    0.086420] cpuidle: using governor ladder
[    0.086420] cpuidle: using governor menu
[    0.086420] ACPI: bus type PCI registered
[    0.086420] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.086420] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000)
[    0.086420] PCI: MMCONFIG at [mem 0xe0000000-0xe3ffffff] reserved in E820
[    0.086420] PCI: Using configuration type 1 for base access
[    0.091144] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
[    0.091144] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[    0.092296] ACPI: Added _OSI(Module Device)
[    0.092299] ACPI: Added _OSI(Processor Device)
[    0.092301] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.092304] ACPI: Added _OSI(Processor Aggregator Device)
[    0.092307] ACPI: Added _OSI(Linux-Dell-Video)
[    0.092309] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.093114] ACPI: Executed 3 blocks of module-level executable AML code
[    0.116296] ACPI: Dynamic OEM Table Load:
[    0.116323] ACPI: SSDT 0xFFFF90433A6E8E00 000102 (v02 PmRef  Cpu0Cst  00003001 INTL 20150818)
[    0.117966] ACPI: Dynamic OEM Table Load:
[    0.117987] ACPI: SSDT 0xFFFF90433A6E9400 00015F (v02 PmRef  ApIst    00003000 INTL 20150818)
[    0.118841] ACPI: Dynamic OEM Table Load:
[    0.118861] ACPI: SSDT 0xFFFF90433A760180 00008D (v02 PmRef  ApCst    00003000 INTL 20150818)
[    0.122546] ACPI: EC: EC started
[    0.122548] ACPI: EC: interrupt blocked
[    0.232240] ACPI: \_SB_.PCI0.LPCB.H_EC: Used as first EC
[    0.232246] ACPI: \_SB_.PCI0.LPCB.H_EC: GPE=0x3f, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.232251] ACPI: \_SB_.PCI0.LPCB.H_EC: Used as boot DSDT EC to handle transactions
[    0.232252] ACPI: Interpreter enabled
[    0.232326] ACPI: (supports S0 S3 S4 S5)
[    0.232330] ACPI: Using IOAPIC for interrupt routing
[    0.232440] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.233502] ACPI: GPE 0x0F active on init
[    0.233599] ACPI: Enabled 9 GPEs in block 00 to 7F
[    0.292637] ACPI: Power Resource [FN00] (on)
[    0.294720] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.294739] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.297800] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    0.297846] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
[    0.300562] PCI host bridge to bus 0000:00
[    0.300569] pci_bus 0000:00: root bus resource [io  0x0070-0x0077]
[    0.300573] pci_bus 0000:00: root bus resource [io  0x0000-0x006f window]
[    0.300577] pci_bus 0000:00: root bus resource [io  0x0078-0x0cf7 window]
[    0.300581] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.300585] pci_bus 0000:00: root bus resource [mem 0x7c000001-0x7fffffff window]
[    0.300589] pci_bus 0000:00: root bus resource [mem 0x7b800001-0x7bffffff window]
[    0.300592] pci_bus 0000:00: root bus resource [mem 0x80000000-0xcfffffff window]
[    0.300596] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xefffffff window]
[    0.300601] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.300625] pci 0000:00:00.0: [8086:5af0] type 00 class 0x060000
[    0.301532] pci 0000:00:00.1: [8086:5a8c] type 00 class 0x118000
[    0.301586] pci 0000:00:00.1: reg 0x10: [mem 0x91310000-0x91317fff 64bit]
[    0.302503] pci 0000:00:02.0: [8086:5a84] type 00 class 0x030000
[    0.302531] pci 0000:00:02.0: reg 0x10: [mem 0x90000000-0x90ffffff 64bit]
[    0.302545] pci 0000:00:02.0: reg 0x18: [mem 0x80000000-0x8fffffff 64bit pref]
[    0.302556] pci 0000:00:02.0: reg 0x20: [io  0x1000-0x103f]
[    0.302596] pci 0000:00:02.0: BAR 2: assigned to efifb
[    0.303520] pci 0000:00:0e.0: [8086:5a98] type 00 class 0x040300
[    0.303566] pci 0000:00:0e.0: reg 0x10: [mem 0x91318000-0x9131bfff 64bit]
[    0.303622] pci 0000:00:0e.0: reg 0x20: [mem 0x91000000-0x910fffff 64bit]
[    0.303723] pci 0000:00:0e.0: PME# supported from D0 D3hot D3cold
[    0.304676] pci 0000:00:0f.0: [8086:5a9a] type 00 class 0x078000
[    0.304730] pci 0000:00:0f.0: reg 0x10: [mem 0x9131e000-0x9131efff 64bit]
[    0.304892] pci 0000:00:0f.0: PME# supported from D3hot
[    0.305689] pci 0000:00:12.0: [8086:5ae3] type 00 class 0x010601
[    0.305726] pci 0000:00:12.0: reg 0x10: [mem 0x9131c000-0x9131dfff]
[    0.305741] pci 0000:00:12.0: reg 0x14: [mem 0x9132b000-0x9132b0ff]
[    0.305755] pci 0000:00:12.0: reg 0x18: [io  0x1080-0x1087]
[    0.305783] pci 0000:00:12.0: reg 0x1c: [io  0x1088-0x108b]
[    0.305798] pci 0000:00:12.0: reg 0x20: [io  0x1060-0x107f]
[    0.305811] pci 0000:00:12.0: reg 0x24: [mem 0x91329000-0x913297ff]
[    0.305887] pci 0000:00:12.0: PME# supported from D3hot
[    0.306658] pci 0000:00:14.0: [8086:5ad6] type 01 class 0x060400
[    0.306789] pci 0000:00:14.0: PME# supported from D0 D3hot D3cold
[    0.307577] pci 0000:00:14.1: [8086:5ad7] type 01 class 0x060400
[    0.307706] pci 0000:00:14.1: PME# supported from D0 D3hot D3cold
[    0.308531] pci 0000:00:15.0: [8086:5aa8] type 00 class 0x0c0330
[    0.308572] pci 0000:00:15.0: reg 0x10: [mem 0x91300000-0x9130ffff 64bit]
[    0.308689] pci 0000:00:15.0: PME# supported from D3hot D3cold
[    0.309496] pci 0000:00:16.0: [8086:5aac] type 00 class 0x118000
[    0.309538] pci 0000:00:16.0: reg 0x10: [mem 0x91321000-0x91321fff 64bit]
[    0.309569] pci 0000:00:16.0: reg 0x18: [mem 0x91322000-0x91322fff 64bit]
[    0.310420] pci 0000:00:16.2: [8086:5ab0] type 00 class 0x118000
[    0.310461] pci 0000:00:16.2: reg 0x10: [mem 0x91323000-0x91323fff 64bit]
[    0.310478] pci 0000:00:16.2: reg 0x18: [mem 0x91324000-0x91324fff 64bit]
[    0.311381] pci 0000:00:1c.0: [8086:5acc] type 00 class 0x080501
[    0.311420] pci 0000:00:1c.0: reg 0x10: [mem 0x91327000-0x91327fff 64bit]
[    0.311437] pci 0000:00:1c.0: reg 0x18: [mem 0x91328000-0x91328fff 64bit]
[    0.312390] pci 0000:00:1f.0: [8086:5ae8] type 00 class 0x060100
[    0.313315] pci 0000:00:1f.1: [8086:5ad4] type 00 class 0x0c0500
[    0.313405] pci 0000:00:1f.1: reg 0x10: [mem 0x9132a000-0x9132a0ff 64bit]
[    0.313489] pci 0000:00:1f.1: reg 0x20: [io  0x1040-0x105f]
[    0.314512] pci 0000:01:00.0: [10ec:5229] type 00 class 0xff0000
[    0.314588] pci 0000:01:00.0: reg 0x10: [mem 0x91200000-0x91200fff]
[    0.314730] pci 0000:01:00.0: can't set Max Payload Size to 256; if necessary, use "pci=pcie_bus_safe" and report a bug
[    0.314914] pci 0000:01:00.0: supports D1 D2
[    0.314918] pci 0000:01:00.0: PME# supported from D1 D2 D3hot
[    0.324067] pci 0000:00:14.0: PCI bridge to [bus 01]
[    0.324076] pci 0000:00:14.0:   bridge window [mem 0x91200000-0x912fffff]
[    0.324486] pci 0000:02:00.0: [8086:3166] type 00 class 0x028000
[    0.324942] pci 0000:02:00.0: reg 0x10: [mem 0x91100000-0x91101fff 64bit]
[    0.325247] 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.325589] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[    0.336210] pci 0000:00:14.1: PCI bridge to [bus 02]
[    0.336220] pci 0000:00:14.1:   bridge window [mem 0x91100000-0x911fffff]
[    0.366594] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 11 12 14 *15), disabled.
[    0.366882] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 *15), disabled.
[    0.367166] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 14 *15), disabled.
[    0.367450] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 11 12 14 *15), disabled.
[    0.367735] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 *15), disabled.
[    0.368034] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 *15), disabled.
[    0.368321] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 *15), disabled.
[    0.368604] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 *15), disabled.
[    0.371596] ACPI: EC: interrupt unblocked
[    0.371642] ACPI: EC: event unblocked
[    0.371674] ACPI: \_SB_.PCI0.LPCB.H_EC: GPE=0x3f, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.371679] ACPI: \_SB_.PCI0.LPCB.H_EC: Used as boot DSDT EC to handle transactions and events
[    0.372413] SCSI subsystem initialized
[    0.372551] libata version 3.00 loaded.
[    0.372551] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.372551] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.372551] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.372551] vgaarb: loaded
[    0.372551] ACPI: bus type USB registered
[    0.372551] usbcore: registered new interface driver usbfs
[    0.372551] usbcore: registered new interface driver hub
[    0.372551] usbcore: registered new device driver usb
[    0.372551] EDAC MC: Ver: 3.0.0
[    0.372551] Registered efivars operations
[    0.406728] PCI: Using ACPI for IRQ routing
[    0.414007] PCI: pci_cache_line_size set to 64 bytes
[    0.414220] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[    0.414224] e820: reserve RAM buffer [mem 0x0009d000-0x0009ffff]
[    0.414226] e820: reserve RAM buffer [mem 0x75cb8000-0x77ffffff]
[    0.414229] e820: reserve RAM buffer [mem 0x7a686000-0x7bffffff]
[    0.414232] e820: reserve RAM buffer [mem 0x7a710000-0x7bffffff]
[    0.414234] e820: reserve RAM buffer [mem 0x7b000000-0x7bffffff]
[    0.414508] NetLabel: Initializing
[    0.414511] NetLabel:  domain hash size = 128
[    0.414512] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.414549] NetLabel:  unlabeled traffic allowed by default
[    0.416131] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.416150] hpet0: 8 comparators, 64-bit 19.200000 MHz counter
[    0.418252] clocksource: Switched to clocksource hpet
[    0.448395] VFS: Disk quotas dquot_6.6.0
[    0.448440] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.448736] AppArmor: AppArmor Filesystem Enabled
[    0.448823] pnp: PnP ACPI init
[    0.477212] system 00:00: [io  0x0680-0x069f] has been reserved
[    0.477219] system 00:00: [io  0x0400-0x047f] could not be reserved
[    0.477223] system 00:00: [io  0x0500-0x05fe] has been reserved
[    0.477228] system 00:00: [io  0x0600-0x061f] has been reserved
[    0.477232] system 00:00: [io  0x164e-0x164f] has been reserved
[    0.477249] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.477368] pnp 00:01: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.478011] system 00:02: [mem 0xe0000000-0xefffffff] could not be reserved
[    0.478016] system 00:02: [mem 0xfea00000-0xfeafffff] has been reserved
[    0.478021] system 00:02: [mem 0xfed01000-0xfed01fff] has been reserved
[    0.478025] system 00:02: [mem 0xfed03000-0xfed03fff] has been reserved
[    0.478030] system 00:02: [mem 0xfed06000-0xfed06fff] has been reserved
[    0.478034] system 00:02: [mem 0xfed08000-0xfed09fff] has been reserved
[    0.478038] system 00:02: [mem 0xfed80000-0xfedbffff] has been reserved
[    0.478042] system 00:02: [mem 0xfed1c000-0xfed1cfff] has been reserved
[    0.478047] system 00:02: [mem 0xfee00000-0xfeefffff] has been reserved
[    0.478060] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.478915] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.479641] pnp: PnP ACPI: found 4 devices
[    0.492370] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.492421] pci 0000:00:14.0: PCI bridge to [bus 01]
[    0.492433] pci 0000:00:14.0:   bridge window [mem 0x91200000-0x912fffff]
[    0.492443] pci 0000:00:14.1: PCI bridge to [bus 02]
[    0.492450] pci 0000:00:14.1:   bridge window [mem 0x91100000-0x911fffff]
[    0.492463] pci_bus 0000:00: resource 4 [io  0x0070-0x0077]
[    0.492468] pci_bus 0000:00: resource 5 [io  0x0000-0x006f window]
[    0.492472] pci_bus 0000:00: resource 6 [io  0x0078-0x0cf7 window]
[    0.492476] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    0.492480] pci_bus 0000:00: resource 8 [mem 0x7c000001-0x7fffffff window]
[    0.492484] pci_bus 0000:00: resource 9 [mem 0x7b800001-0x7bffffff window]
[    0.492488] pci_bus 0000:00: resource 10 [mem 0x80000000-0xcfffffff window]
[    0.492492] pci_bus 0000:00: resource 11 [mem 0xe0000000-0xefffffff window]
[    0.492496] pci_bus 0000:01: resource 1 [mem 0x91200000-0x912fffff]
[    0.492501] pci_bus 0000:02: resource 1 [mem 0x91100000-0x911fffff]
[    0.492865] NET: Registered protocol family 2
[    0.493333] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[    0.493597] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[    0.493949] TCP: Hash tables configured (established 32768 bind 32768)
[    0.494071] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    0.494145] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    0.494342] NET: Registered protocol family 1
[    0.494388] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.495231] PCI: CLS 64 bytes, default 64
[    0.495350] Unpacking initramfs...
[    2.689390] Freeing initrd memory: 53220K
[    2.689429] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    2.689437] software IO TLB [mem 0x6f305000-0x73305000] (64MB) mapped at [        (ptrval)-        (ptrval)]
[    2.689560] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0xfc66f4fc7c, max_idle_ns: 440795224246 ns
[    2.689627] clocksource: Switched to clocksource tsc
[    2.689902] Scanning for low memory corruption every 60 seconds
[    2.691522] Initialise system trusted keyrings
[    2.691550] Key type blacklist registered
[    2.691653] workingset: timestamp_bits=36 max_order=20 bucket_order=0
[    2.695029] zbud: loaded
[    2.696419] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    2.696844] fuse init (API version 7.26)
[    2.700808] Key type asymmetric registered
[    2.700812] Asymmetric key parser 'x509' registered
[    2.700926] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[    2.701022] io scheduler noop registered
[    2.701024] io scheduler deadline registered
[    2.701161] io scheduler cfq registered (default)
[    2.702642] pcieport 0000:00:14.0: Signaling PME with IRQ 120
[    2.702689] pcieport 0000:00:14.1: Signaling PME with IRQ 121
[    2.702896] efifb: probing for efifb
[    2.702931] efifb: framebuffer at 0x80000000, using 4128k, total 4128k
[    2.702934] efifb: mode is 1366x768x32, linelength=5504, pages=1
[    2.702935] efifb: scrolling: redraw
[    2.702939] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    2.703170] Console: switching to colour frame buffer device 170x48
[    2.703221] fb0: EFI VGA frame buffer device
[    2.703249] intel_idle: MWAIT substates: 0x11242020
[    2.703251] intel_idle: v0.4.1 model 0x5C
[    2.703785] intel_idle: lapic_timer_reliable_states 0xffffffff
[    2.704594] ACPI: AC Adapter [ADP1] (off-line)
[    2.704741] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/PNP0C09:00/PNP0C0D:00/input/input0
[    2.704856] ACPI: Lid Switch [LID0]
[    2.705026] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[    2.705052] ACPI: Power Button [PWRB]
[    2.705156] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[    2.705208] ACPI: Power Button [PWRF]
[    2.712096] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[    2.712519] thermal LNXTHERM:00: registered as thermal_zone0
[    2.712522] ACPI: Thermal Zone [TZ01] (15 C)
[    2.713135] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    2.724575] Linux agpgart interface v0.103
[    2.737223] tpm tpm0: A TPM error (378) occurred get tpm pcr allocation
[    2.746308] loop: module loaded
[    2.747432] libphy: Fixed MDIO Bus: probed
[    2.747434] tun: Universal TUN/TAP device driver, 1.6
[    2.747832] PPP generic driver version 2.4.2
[    2.748079] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.748262] ehci-pci: EHCI PCI platform driver
[    2.748298] ehci-platform: EHCI generic platform driver
[    2.748328] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    2.748333] ohci-pci: OHCI PCI platform driver
[    2.748354] ohci-platform: OHCI generic platform driver
[    2.748371] uhci_hcd: USB Universal Host Controller Interface driver
[    2.749830] xhci_hcd 0000:00:15.0: xHCI Host Controller
[    2.749846] xhci_hcd 0000:00:15.0: new USB bus registered, assigned bus number 1
[    2.751305] xhci_hcd 0000:00:15.0: hcc params 0x200077c1 hci version 0x100 quirks 0x01109810
[    2.751318] xhci_hcd 0000:00:15.0: cache line size of 64 is not supported
[    2.751647] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    2.751652] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.751656] usb usb1: Product: xHCI Host Controller
[    2.751660] usb usb1: Manufacturer: Linux 4.15.0-42-generic xhci-hcd
[    2.751663] usb usb1: SerialNumber: 0000:00:15.0
[    2.752558] hub 1-0:1.0: USB hub found
[    2.752587] hub 1-0:1.0: 8 ports detected
[    2.760489] xhci_hcd 0000:00:15.0: xHCI Host Controller
[    2.760501] xhci_hcd 0000:00:15.0: new USB bus registered, assigned bus number 2
[    2.760512] xhci_hcd 0000:00:15.0: Host supports USB 3.0  SuperSpeed
[    2.760599] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[    2.760604] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.760607] usb usb2: Product: xHCI Host Controller
[    2.760611] usb usb2: Manufacturer: Linux 4.15.0-42-generic xhci-hcd
[    2.760614] usb usb2: SerialNumber: 0000:00:15.0
[    2.760909] hub 2-0:1.0: USB hub found
[    2.760934] hub 2-0:1.0: 7 ports detected
[    2.763085] usb: port power management may be unreliable
[    2.764566] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[    2.764569] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    2.765850] serio: i8042 KBD port at 0x60,0x64 irq 1
[    2.766228] mousedev: PS/2 mouse device common for all mice
[    2.766875] rtc_cmos 00:03: RTC can wake from S4
[    2.767349] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[    2.767456] rtc_cmos 00:03: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    2.767472] i2c /dev entries driver
[    2.767485] pcie_mp2_amd: AMD(R) PCI-E MP2 Communication Driver Version: 1.0
[    2.767701] device-mapper: uevent: version 1.0.3
[    2.767944] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com
[    2.767968] intel_pstate: Intel P-state driver initializing
[    2.768751] ledtrig-cpu: registered to indicate activity on CPUs
[    2.768756] EFI Variables Facility v0.08 2004-May-17
[    2.778668] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[    2.804683] NET: Registered protocol family 10
[    2.812042] Segment Routing with IPv6
[    2.812068] NET: Registered protocol family 17
[    2.812232] Key type dns_resolver registered
[    2.813001] intel_rdt: Intel RDT L2 allocation detected
[    2.813025] RAS: Correctable Errors collector initialized.
[    2.813100] microcode: sig=0x506c9, pf=0x1, revision=0x32
[    2.813256] microcode: Microcode Update Driver: v2.2.
[    2.813275] sched_clock: Marking stable (2813248774, 0)->(2785507513, 27741261)
[    2.813653] registered taskstats version 1
[    2.813674] Loading compiled-in X.509 certificates
[    2.817892] Loaded X.509 cert 'Build time autogenerated kernel key: 2e7d761f2a59f0511a4bdf8e420ba040dde1244e'
[    2.819081] Loaded UEFI:db cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53' linked to secondary sys keyring
[    2.819114] Loaded UEFI:db cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4' linked to secondary sys keyring
[    2.823500] Loaded UEFI:MokListRT cert 'Canonical Ltd. Master Certificate Authority: ad91990bc22ab1f517048c23b6655a268e345a63' linked to secondary sys keyring
[    2.825313] zswap: loaded using pool lzo/zbud
[    2.832194] Key type big_key registered
[    2.832203] Key type trusted registered
[    2.835370] Key type encrypted registered
[    2.835377] AppArmor: AppArmor sha1 policy hashing enabled
[    2.835382] ima: No TPM chip found, activating TPM-bypass! (rc=-19)
[    2.835406] ima: Allocated hash algorithm: sha1
[    2.835436] evm: HMAC attrs: 0x1
[    2.836113]   Magic number: 14:823:68
[    2.836464] rtc_cmos 00:03: setting system clock to 2018-12-19 08:06:01 UTC (1545206761)
[    2.836626] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    2.836627] EDD information not available.
[    2.836688] Lockdown: Hibernation is restricted; see man kernel_lockdown.7
[    2.884116] ACPI: Battery Slot [BAT1] (battery present)
[    2.887258] Freeing unused kernel memory: 2408K
[    2.900226] Write protecting the kernel read-only data: 20480k
[    2.901637] Freeing unused kernel memory: 2008K
[    2.908151] Freeing unused kernel memory: 1884K
[    2.918378] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    2.939270] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    2.939396] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    2.939415] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    3.028218] hidraw: raw HID events driver (C) Jiri Kosina
[    3.032427] ahci 0000:00:12.0: version 3.0
[    3.032810] ahci 0000:00:12.0: AHCI 0001.0301 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
[    3.032815] ahci 0000:00:12.0: flags: 64bit ncq sntf pm clo only pmp pio slum part deso sadm sds apst
[    3.033648] scsi host0: ahci
[    3.038980] sdhci: Secure Digital Host Controller Interface driver
[    3.038982] sdhci: Copyright(c) Pierre Ossman
[    3.042056] scsi host1: ahci
[    3.042169] ata1: SATA max UDMA/133 abar m2048@0x91329000 port 0x91329100 irq 123
[    3.042174] ata2: SATA max UDMA/133 abar m2048@0x91329000 port 0x91329180 irq 123
[    3.065519] rtsx_pci 0000:01:00.0: enabling device (0000 -> 0002)
[    3.066484] sdhci-pci 0000:00:1c.0: SDHCI controller found [8086:5acc] (rev b)
[    3.067347] mmc0: SDHCI controller on PCI [0000:00:1c.0] using ADMA 64-bit
[    3.100490] usb 1-2: new high-speed USB device number 2 using xhci_hcd
[    3.110425] [drm] Memory usable by graphics device = 4096M
[    3.110430] checking generic (80000000 408000) vs hw (80000000 10000000)
[    3.110431] fb: switching to inteldrmfb from EFI VGA
[    3.110472] Console: switching to colour dummy device 80x25
[    3.110661] [drm] Replacing VGA console driver
[    3.110810] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    3.110811] [drm] Driver supports precise vblank timestamp query.
[    3.110968] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    3.111452] [drm] Finished loading DMC firmware i915/bxt_dmc_ver1_07.bin (v1.7)
[    3.119450] [drm] Initialized i915 1.6.0 20171023 for 0000:00:02.0 on minor 0
[    3.121373] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    3.121864] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input4
[    3.139603] fbcon: inteldrmfb (fb0) is primary device
[    3.139693] Console: switching to colour frame buffer device 170x48
[    3.139723] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    3.229898] mmc0: new HS200 MMC card at address 0001
[    3.233721] mmcblk0: mmc0:0001 DF4064 58.2 GiB
[    3.233943] mmcblk0boot0: mmc0:0001 DF4064 partition 1 4.00 MiB
[    3.234141] mmcblk0boot1: mmc0:0001 DF4064 partition 2 4.00 MiB
[    3.234337] mmcblk0rpmb: mmc0:0001 DF4064 partition 3 4.00 MiB, chardev (242:0)
[    3.241056]  mmcblk0: p1 p2 p3
[    3.252857] usb 1-2: New USB device found, idVendor=03e7, idProduct=2150
[    3.252861] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.252863] usb 1-2: Product: Movidius MA2X5X
[    3.252865] usb 1-2: Manufacturer: Movidius Ltd.
[    3.252866] usb 1-2: SerialNumber: 03e72150
[    3.282308] random: fast init done
[    3.355356] ata1: SATA link down (SStatus 4 SControl 300)
[    3.364168] ata2: SATA link down (SStatus 4 SControl 300)
[    3.380276] usb 1-5: new full-speed USB device number 3 using xhci_hcd
[    3.531811] usb 1-5: New USB device found, idVendor=046d, idProduct=c52f
[    3.531815] usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.531818] usb 1-5: Product: USB Receiver
[    3.531820] usb 1-5: Manufacturer: Logitech
[    3.660266] usb 1-7: new full-speed USB device number 4 using xhci_hcd
[    3.810411] usb 1-7: New USB device found, idVendor=8087, idProduct=0a2a
[    3.810416] usb 1-7: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.940414] usb 1-8: new high-speed USB device number 5 using xhci_hcd
[    4.108652] usb 1-8: New USB device found, idVendor=5986, idProduct=112b
[    4.108656] usb 1-8: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[    4.108658] usb 1-8: Product: EasyCamera
[    4.108660] usb 1-8: Manufacturer: Bison
[    4.108662] usb 1-8: SerialNumber: 200901010001
[    4.118634] usbcore: registered new interface driver usbhid
[    4.118636] usbhid: USB HID core driver
[    4.121295] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:15.0/usb1/1-5/1-5:1.0/0003:046D:C52F.0001/input/input5
[    4.121449] hid-generic 0003:046D:C52F.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:15.0-5/input0
[    4.121720] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:15.0/usb1/1-5/1-5:1.1/0003:046D:C52F.0002/input/input6
[    4.180918] hid-generic 0003:046D:C52F.0002: input,hiddev0,hidraw1: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:15.0-5/input1
[    4.484926] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[    4.828437] [drm] RC6 on
[    4.980039] 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)
[    5.000426] systemd[1]: Detected architecture x86-64.
[    5.000924] systemd[1]: Set hostname to <twmffat2>.
[    5.001857] Lockdown: /dev/mem,kmem,port is restricted; see man kernel_lockdown.7
[    5.164298] systemd[1]: Listening on udev Control Socket.
[    5.164480] systemd[1]: Listening on Journal Socket.
[    5.164804] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    5.164829] systemd[1]: Reached target Remote File Systems (Pre).
[    5.164842] systemd[1]: Reached target Remote File Systems.
[    5.164909] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    5.164949] systemd[1]: Listening on Syslog Socket.
[    5.240763] EXT4-fs (mmcblk0p2): re-mounted. Opts: errors=remount-ro
[    5.242911] lp: driver loaded but no devices found
[    5.249188] ppdev: user-space parallel port driver
[    5.322884] systemd-journald[256]: Received request to flush runtime journal from PID 1
[    5.568360] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    5.603187] input: Ideapad extra buttons as /devices/pci0000:00/0000:00:1f.0/PNP0C09:00/VPC2004:01/input/input7
[    5.626937] idma64 idma64.0: Found Intel integrated DMA 64-bit
[    5.636805] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[    5.637177] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[    5.664970] Bluetooth: Core ver 2.22
[    5.665024] NET: Registered protocol family 31
[    5.665028] Bluetooth: HCI device and connection manager initialized
[    5.665034] Bluetooth: HCI socket layer initialized
[    5.665038] Bluetooth: L2CAP socket layer initialized
[    5.665055] Bluetooth: SCO socket layer initialized
[    5.674047] usbcore: registered new interface driver btusb
[    5.681474] Intel(R) Wireless WiFi driver for Linux
[    5.681477] Copyright(c) 2003- 2015 Intel Corporation
[    5.694248] iwlwifi 0000:02:00.0: loaded firmware version 29.1044073957.0 op_mode iwlmvm
[    5.694629] Bluetooth: hci0: read Intel version: 370810011003110e00
[    5.697905] idma64 idma64.1: Found Intel integrated DMA 64-bit
[    5.699517] media: Linux media interface: v0.10
[    5.708130] Linux video capture interface: v2.00
[    5.719356] Bluetooth: hci0: Intel Bluetooth firmware file: intel/ibt-hw-37.8.10-fw-1.10.3.11.e.bseq
[    5.753833] i2c_hid i2c-SYNA2B39:00: i2c-SYNA2B39:00 supply vdd not found, using dummy regulator
[    5.779714] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
[    5.779718] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    5.779719] RAPL PMU: hw unit of domain package 2^-14 Joules
[    5.779719] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    5.779720] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    5.781775] i801_smbus 0000:00:1f.1: SPD Write Disable is set
[    5.781841] i801_smbus 0000:00:1f.1: SMBus using PCI interrupt
[    5.793696] uvcvideo: Found UVC 1.00 device EasyCamera (5986:112b)
[    5.800598] uvcvideo 1-8:1.0: Entity type for entity Extension 4 was not initialized!
[    5.800602] uvcvideo 1-8:1.0: Entity type for entity Processing 2 was not initialized!
[    5.800604] uvcvideo 1-8:1.0: Entity type for entity Camera 1 was not initialized!
[    5.801792] SSE version of gcm_enc/dec engaged.
[    5.801875] input: EasyCamera: EasyCamera as /devices/pci0000:00/0000:00:15.0/usb1/1-8/1-8:1.0/input/input8
[    5.802493] usbcore: registered new interface driver uvcvideo
[    5.802496] USB Video Class driver (1.1.1)
[    5.840103] iwlwifi 0000:02:00.0: Detected Intel(R) Dual Band Wireless AC 3165, REV=0x210
[    5.843230] snd_hda_intel 0000:00:0e.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    5.860698] iwlwifi 0000:02:00.0: base HW address: 0c:54:15:92:f2:1b
[    5.899209] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC269VC: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[    5.899213] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    5.899215] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x15/0x0/0x0/0x0/0x0)
[    5.899217] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[    5.899218] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[    5.899221] snd_hda_codec_realtek hdaudioC0D0:      Mic=0x18
[    5.899222] snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x12
[    5.926339] random: crng init done
[    5.926344] random: 7 urandom warning(s) missed due to ratelimiting
[    5.931096] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:0e.0/sound/card0/input9
[    5.931191] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:0e.0/sound/card0/input10
[    5.931272] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:0e.0/sound/card0/input11
[    5.931348] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:0e.0/sound/card0/input12
[    5.931424] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:0e.0/sound/card0/input13
[    5.931504] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:0e.0/sound/card0/input14
[    5.931578] input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:0e.0/sound/card0/input15
[    5.941662] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[    5.942104] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[    5.942131] thermal thermal_zone4: failed to read out thermal zone (-61)
[    5.976565] kvm: disabled by bios
[    6.030971] iwlwifi 0000:02:00.0 wlp2s0: renamed from wlan0
[    6.035075] EDAC pnd2: b_cr_tolud_pci=080000001 ret=0
[    6.035120] EDAC pnd2: b_cr_touud_lo_pci=080000000 ret=0
[    6.035162] EDAC pnd2: b_cr_touud_hi_pci=000000001 ret=0
[    6.035203] EDAC pnd2: b_cr_asym_mem_region0_mchbar=000000000 ret=0
[    6.035245] EDAC pnd2: b_cr_asym_mem_region1_mchbar=000000000 ret=0
[    6.035285] EDAC pnd2: b_cr_mot_out_base_mchbar=000000000 ret=0
[    6.035326] EDAC pnd2: b_cr_mot_out_mask_mchbar=000000000 ret=0
[    6.035406] EDAC pnd2: b_cr_slice_channel_hash=80000dbc00000244 ret=0
[    6.035448] EDAC pnd2: b_cr_asym_2way_mem_region_mchbar=000000000 ret=0
[    6.035490] EDAC pnd2: d_cr_drp0=05488c091 ret=0
[    6.035532] EDAC pnd2: d_cr_drp0=05488c091 ret=0
[    6.035574] EDAC pnd2: d_cr_drp0=05488c091 ret=0
[    6.035615] EDAC pnd2: d_cr_drp0=05488c091 ret=0
[    6.035616] EDAC pnd2: Unsupported DIMM in channel 0
[    6.035617] EDAC pnd2: Unsupported DIMM in channel 1
[    6.035617] EDAC pnd2: Unsupported DIMM in channel 2
[    6.035618] EDAC pnd2: Unsupported DIMM in channel 3
[    6.035619] EDAC pnd2: Failed to register device with error -22.
[    6.044488] input: SYNA2B39:00 06CB:8459 Touchpad as /devices/pci0000:00/0000:00:16.2/i2c_designware.1/i2c-5/i2c-SYNA2B39:00/0018:06CB:8459.0003/input/input17
[    6.045019] hid-multitouch 0018:06CB:8459.0003: input,hidraw2: I2C HID v1.00 Mouse [SYNA2B39:00 06CB:8459] on i2c-SYNA2B39:00
[    6.053125] intel_telemetry_core Init
[    6.074614] Bluetooth: hci0: Intel firmware patch completed and activated
[    6.090613] intel_rapl: Found RAPL domain package
[    6.090617] intel_rapl: Found RAPL domain core
[    6.090620] intel_rapl: Found RAPL domain uncore
[    6.090622] intel_rapl: Found RAPL domain dram
[    6.167070] Adding 999420k swap on /dev/mmcblk0p3.  Priority:-2 extents:1 across:999420k SSFS
[    6.788537] audit: type=1400 audit(1545206765.447:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session" pid=666 comm="apparmor_parser"
[    6.788544] audit: type=1400 audit(1545206765.447:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session//chromium" pid=666 comm="apparmor_parser"
[    6.790282] audit: type=1400 audit(1545206765.447:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=667 comm="apparmor_parser"
[    6.790289] audit: type=1400 audit(1545206765.447:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=667 comm="apparmor_parser"
[    6.790292] audit: type=1400 audit(1545206765.447:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=667 comm="apparmor_parser"
[    6.790294] audit: type=1400 audit(1545206765.447:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=667 comm="apparmor_parser"
[    6.801046] audit: type=1400 audit(1545206765.459:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince" pid=668 comm="apparmor_parser"
[    6.801053] audit: type=1400 audit(1545206765.459:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince//sanitized_helper" pid=668 comm="apparmor_parser"
[    6.801057] audit: type=1400 audit(1545206765.459:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince-previewer" pid=668 comm="apparmor_parser"
[    6.801059] audit: type=1400 audit(1545206765.459:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/evince-previewer//sanitized_helper" pid=668 comm="apparmor_parser"
[    7.096754] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    7.096757] Bluetooth: BNEP filters: protocol multicast
[    7.096765] Bluetooth: BNEP socket layer initialized
[    7.621342] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
[    7.728721] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
[    7.949395] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
[    8.095847] Lockdown: ioperm is restricted; see man kernel_lockdown.7
[   12.843918] Bluetooth: RFCOMM TTY layer initialized
[   12.843930] Bluetooth: RFCOMM socket layer initialized
[   12.843942] Bluetooth: RFCOMM ver 1.11
[   42.161411] acpi INT3400:00: Unsupported event [0x86]
[  339.064741] acpi INT3400:00: Unsupported event [0x86]
[  359.368564] wlp2s0: authenticate with b2:48:1a:ca:23:6f
[  359.372649] wlp2s0: send auth to b2:48:1a:ca:23:6f (try 1/3)
[  359.375189] wlp2s0: authenticated
[  359.376067] wlp2s0: associate with b2:48:1a:ca:23:6f (try 1/3)
[  359.381281] wlp2s0: RX AssocResp from b2:48:1a:ca:23:6f (capab=0x411 status=0 aid=1)
[  359.391533] wlp2s0: associated
[  359.422300] wlp2s0: Limiting TX power to 20 (20 - 0) dBm as advertised by b2:48:1a:ca:23:6f
[  359.623712] IPv6: ADDRCONF(NETDEV_CHANGE): wlp2s0: link becomes ready
[  600.632607] acpi INT3400:00: Unsupported event [0x86]
[  602.403587] usb 1-2: USB disconnect, device number 2
[  605.693648] usb 1-2: new high-speed USB device number 6 using xhci_hcd
[  605.841735] usb 1-2: New USB device found, idVendor=03e7, idProduct=2485
[  605.841743] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  605.841748] usb 1-2: Product: Movidius MyriadX
[  605.841752] usb 1-2: Manufacturer: Movidius Ltd.
[  605.841756] usb 1-2: SerialNumber: 03e72485
[  841.084052] acpi INT3400:00: Unsupported event [0x86]
[ 1029.667389] usb 1-2: USB disconnect, device number 6
[ 1034.381620] usb 1-2: new high-speed USB device number 7 using xhci_hcd
[ 1034.531261] usb 1-2: New USB device found, idVendor=03e7, idProduct=2150
[ 1034.531271] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1034.531276] usb 1-2: Product: Movidius MA2X5X
[ 1034.531281] usb 1-2: Manufacturer: Movidius Ltd.
[ 1034.531285] usb 1-2: SerialNumber: 03e72150
[ 1058.926478] acpi INT3400:00: Unsupported event [0x86]
[ 1154.202678] usb 1-2: USB disconnect, device number 7
[ 1154.538274] usb 2-2: new SuperSpeed USB device number 2 using xhci_hcd
[ 1154.559799] usb 2-2: New USB device found, idVendor=03e7, idProduct=f63b
[ 1154.559803] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1154.559805] usb 2-2: Product: VSC Loopback Device
[ 1154.559807] usb 2-2: Manufacturer: Intel Corporation
[ 1154.559809] usb 2-2: SerialNumber: 5CB83DCF24B310
[ 1157.489112] usb 2-2: USB disconnect, device number 2
[ 1157.708701] usb 1-2: new high-speed USB device number 8 using xhci_hcd
[ 1157.857500] usb 1-2: New USB device found, idVendor=03e7, idProduct=2150
[ 1157.857506] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1157.857509] usb 1-2: Product: Movidius MA2X5X
[ 1157.857512] usb 1-2: Manufacturer: Movidius Ltd.
[ 1157.857515] usb 1-2: SerialNumber: 03e72150
[ 1304.202537] acpi INT3400:00: Unsupported event [0x86]
[ 1539.567408] acpi INT3400:00: Unsupported event [0x86]
[ 1766.079081] acpi INT3400:00: Unsupported event [0x86]
[ 1995.646800] acpi INT3400:00: Unsupported event [0x86]
[ 2246.072111] acpi INT3400:00: Unsupported event [0x86]
[ 2493.600703] acpi INT3400:00: Unsupported event [0x86]
[ 2767.794400] acpi INT3400:00: Unsupported event [0x86]
[ 3000.496420] perf: interrupt took too long (2518 > 2500), lowering kernel.perf_event_max_sample_rate to 79250
[ 3032.957086] acpi INT3400:00: Unsupported event [0x86]
[ 3191.925967] usb 1-2: USB disconnect, device number 8
[ 3192.238814] usb 2-2: new SuperSpeed USB device number 3 using xhci_hcd
[ 3192.263460] usb 2-2: New USB device found, idVendor=03e7, idProduct=f63b
[ 3192.263466] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 3192.263469] usb 2-2: Product: VSC Loopback Device
[ 3192.263472] usb 2-2: Manufacturer: Intel Corporation
[ 3192.263475] usb 2-2: SerialNumber: 5CB83DCF24B310
[ 3195.287617] usb 2-2: USB disconnect, device number 3
[ 3195.471633] usb 1-2: new high-speed USB device number 9 using xhci_hcd
[ 3195.620302] usb 1-2: New USB device found, idVendor=03e7, idProduct=2150
[ 3195.620308] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 3195.620311] usb 1-2: Product: Movidius MA2X5X
[ 3195.620313] usb 1-2: Manufacturer: Movidius Ltd.
[ 3195.620316] usb 1-2: SerialNumber: 03e72150
[ 3256.475057] acpi INT3400:00: Unsupported event [0x86]
[ 3530.536078] acpi INT3400:00: Unsupported event [0x86]
[ 3757.069886] acpi INT3400:00: Unsupported event [0x86]
[ 3958.742764] perf: interrupt took too long (3172 > 3147), lowering kernel.perf_event_max_sample_rate to 63000
[ 4004.310311] acpi INT3400:00: Unsupported event [0x86]
[ 4035.906268] usb 1-2: USB disconnect, device number 9
[ 4036.245859] usb 2-2: new SuperSpeed USB device number 4 using xhci_hcd
[ 4036.266648] usb 2-2: New USB device found, idVendor=03e7, idProduct=f63b
[ 4036.266656] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 4036.266667] usb 2-2: Product: VSC Loopback Device
[ 4036.266671] usb 2-2: Manufacturer: Intel Corporation
[ 4036.266675] usb 2-2: SerialNumber: 5CB83DCF24B310
[ 4039.101295] usb 2-2: USB disconnect, device number 4
[ 4039.295248] usb 1-2: new high-speed USB device number 10 using xhci_hcd
[ 4039.444132] usb 1-2: New USB device found, idVendor=03e7, idProduct=2150
[ 4039.444140] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 4039.444145] usb 1-2: Product: Movidius MA2X5X
[ 4039.444149] usb 1-2: Manufacturer: Movidius Ltd.
[ 4039.444153] usb 1-2: SerialNumber: 03e72150
[ 4260.501685] acpi INT3400:00: Unsupported event [0x86]
[ 4507.748556] acpi INT3400:00: Unsupported event [0x86]
[ 4568.942509] usb 1-2: USB disconnect, device number 10
[ 4569.238917] usb 2-2: new SuperSpeed USB device number 5 using xhci_hcd
[ 4569.263785] usb 2-2: New USB device found, idVendor=03e7, idProduct=f63b
[ 4569.263801] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 4569.263807] usb 2-2: Product: VSC Loopback Device
[ 4569.263812] usb 2-2: Manufacturer: Intel Corporation
[ 4569.263816] usb 2-2: SerialNumber: 5CB83DCF24B310
[ 4572.382289] usb 2-2: USB disconnect, device number 5
[ 4572.539392] usb 1-2: new high-speed USB device number 11 using xhci_hcd
[ 4572.688190] usb 1-2: New USB device found, idVendor=03e7, idProduct=2150
[ 4572.688198] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 4572.688202] usb 1-2: Product: Movidius MA2X5X
[ 4572.688206] usb 1-2: Manufacturer: Movidius Ltd.
[ 4572.688209] usb 1-2: SerialNumber: 03e72150
[ 4622.900864] usb 1-2: USB disconnect, device number 11
[ 4623.186638] usb 2-2: new SuperSpeed USB device number 6 using xhci_hcd
[ 4623.207354] usb 2-2: New USB device found, idVendor=03e7, idProduct=f63b
[ 4623.207362] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 4623.207367] usb 2-2: Product: VSC Loopback Device
[ 4623.207372] usb 2-2: Manufacturer: Intel Corporation
[ 4623.207376] usb 2-2: SerialNumber: 5CB83DCF24B310
[ 4716.273609] acpi INT3400:00: Unsupported event [0x86]
[ 4800.290086] xhci_hcd 0000:00:15.0: Cannot set link state.
[ 4800.290106] usb usb2-port2: cannot disable (err = -32)
[ 4800.290122] usb 2-2: USB disconnect, device number 6
[ 4803.630825] usb 1-2: new high-speed USB device number 12 using xhci_hcd
[ 4803.779536] usb 1-2: New USB device found, idVendor=03e7, idProduct=2485
[ 4803.779544] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 4803.779549] usb 1-2: Product: Movidius MyriadX
[ 4803.779553] usb 1-2: Manufacturer: Movidius Ltd.
[ 4803.779557] usb 1-2: SerialNumber: 03e72485
[ 4922.012670] acpi INT3400:00: Unsupported event [0x86]
[ 5148.615672] acpi INT3400:00: Unsupported event [0x86]
[ 5203.849346] perf: interrupt took too long (3970 > 3965), lowering kernel.perf_event_max_sample_rate to 50250
[ 5378.123870] acpi INT3400:00: Unsupported event [0x86]

0 Kudos
Tegwyn_Twmffat
New Contributor I
2,376 Views

Would installing the latest version of Openvino help? My version is 2018.3.343.

Also, is this neural stick eligible for proper customer support? I'm trying to track down some 'intel software development licences' to register.

0 Kudos
nikos1
Valued Contributor I
2,376 Views

please search the forum for other threads discussing this issue

[ ERROR ] Can not init USB device: NC_DEVICE_NOT_FOUND

 

0 Kudos
lou__llyl
Beginner
2,376 Views

me too

[ INFO ] InferenceEngine:
    API version ............ 1.4
    Build .................. 19154
[ INFO ] Parsing input parameters
[ INFO ] Files were added: 1
[ INFO ]     /opt/intel/computer_vision_sdk/deployment_tools/demo/car.png
[ INFO ] Loading plugin

    API version ............ 1.5
    Build .................. 19154
    Description ....... myriadPlugin
[ INFO ] Loading network files:
    /root/openvino_models/ir/FP16//classification/squeezenet/1.1/caffe/squeezenet1.1.xml
    /root/openvino_models/ir/FP16//classification/squeezenet/1.1/caffe/squeezenet1.1.bin
[ INFO ] Preparing input blobs
[ WARNING ] Image is resized from (787, 259) to (227, 227)
[ INFO ] Batch size is 1
[ INFO ] Preparing output blobs
[ INFO ] Loading model to the plugin
E: [ncAPI] [    824654] ncDeviceOpen:870    failed to find device

[ ERROR ] Can not init USB device: NC_DEVICE_NOT_FOUND
Error on or near line 235; exiting with status 1

0 Kudos
Tegwyn_Twmffat
New Contributor I
2,377 Views

I solved problem by installing latest version of Openvino.

I even managed to make and run interactive face detection demo! It's certainly a lot faster than stick 1 although a bit of initial lag aprrox 0.5 seconds.

0 Kudos
Reply