You are not logged in.

#1 2017-06-28 15:31:17

forQED
Member
Registered: 2017-06-28
Posts: 4

[SOLVED] Webcam not detected by anything

I have been trying to get both my integrated webcam and an Intel RealSense 3d usb webcam to work on my Thinkpad t570, but I can't get either to be detected by anything. Cheese, GTK video viewer and multiple video apps in Chromium all failed to detect either webcam. I tried looking everywhere I could find for an answer and nothing worked.

Here is output from lsusb without the intel camera:

Bus 002 Device 003: ID 0bda:0316 Realtek Semiconductor Corp. 
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 006: ID 04f2:b5ab Chicony Electronics Co., Ltd 
Bus 001 Device 005: ID 8087:0a2b Intel Corp. 
Bus 001 Device 003: ID 04f2:b5ac Chicony Electronics Co., Ltd 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

Here is the output with the intel camera pugged in:

Bus 002 Device 003: ID 0bda:0316 Realtek Semiconductor Corp. 
Bus 002 Device 006: ID 8086:0a66 Intel Corp. 
Bus 002 Device 005: ID 05e3:0616 Genesys Logic, Inc. hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 006: ID 04f2:b5ab Chicony Electronics Co., Ltd 
Bus 001 Device 005: ID 8087:0a2b Intel Corp. 
Bus 001 Device 003: ID 04f2:b5ac Chicony Electronics Co., Ltd 
Bus 001 Device 008: ID 041e:4099 Creative Technology, Ltd 
Bus 001 Device 007: ID 05e3:0610 Genesys Logic, Inc. 4-port hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

I'm fairly certain the integrated webcam is the two Chicony Electronics entries (001:006 and 001:003), device 003 being and infrared camera and device 006 being the regular webcam.
I've tried adding my user to the audio and video groups and installing all necessary drivers and got nowhere. I also followed the webcam setup guide on the arch wiki with no results.
Having not used it previously, I'm not sure if it ever was detectable.

Thanks for any help!

Last edited by forQED (2017-06-28 18:19:21)

Offline

#2 2017-06-28 16:00:13

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,668

Re: [SOLVED] Webcam not detected by anything

Please elaborate on exactly what those steps are you've undertaken and which packages / configuration files exist now  as a result of this.

Post your full dmesg (redirect into a file if your scrollbuffer is to small) after plugging in the Intel camera, maybe throw in a

ls -l /dev/video*

and include terminal output of one of the webcam programs when trying to access the device

Last edited by V1del (2017-06-28 16:11:39)

Offline

#3 2017-06-28 16:18:36

forQED
Member
Registered: 2017-06-28
Posts: 4

Re: [SOLVED] Webcam not detected by anything

/dev/video* does not exist.

dmesg:

[ 5734.261440] usb 1-1: new high-speed USB device number 13 using xhci_hcd
[ 5734.453858] hub 1-1:1.0: USB hub found
[ 5734.455096] hub 1-1:1.0: 2 ports detected
[ 5734.561512] usb 2-1: new SuperSpeed USB device number 11 using xhci_hcd
[ 5734.584900] hub 2-1:1.0: USB hub found
[ 5734.585210] hub 2-1:1.0: 2 ports detected

cheese terminal output:

(cheese:5130): Gtk-WARNING **: Theme parsing error: cheese.css:7:35: The style property GtkScrollbar:min-slider-length is deprecated and shouldn't be used anymore. It will be removed in a future version

(cheese:5130): Gdk-WARNING **: Native Windows taller than 65535 pixels are not supported
** Message: cheese-application.vala:211: Error during camera setup: No device found


(cheese:5130): cheese-CRITICAL **: cheese_camera_device_get_name: assertion 'CHEESE_IS_CAMERA_DEVICE (device)' failed

(cheese:5130): GLib-CRITICAL **: g_variant_new_string: assertion 'string != NULL' failed

(cheese:5130): GLib-CRITICAL **: g_variant_ref_sink: assertion 'value != NULL' failed

(cheese:5130): GLib-GIO-CRITICAL **: g_settings_schema_key_type_check: assertion 'value != NULL' failed

(cheese:5130): GLib-CRITICAL **: g_variant_get_type_string: assertion 'value != NULL' failed

(cheese:5130): GLib-GIO-CRITICAL **: g_settings_set_value: key 'camera' in 'org.gnome.Cheese' expects type 's', but a GVariant of type '(null)' was given

(cheese:5130): GLib-CRITICAL **: g_variant_unref: assertion 'value != NULL' failed

** (cheese:5130): CRITICAL **: cheese_preferences_dialog_setup_resolutions_for_device: assertion 'device != NULL' failed

Offline

#4 2017-06-28 16:20:37

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,668

Re: [SOLVED] Webcam not detected by anything

That isn't full dmesg output...

Offline

#5 2017-06-28 16:25:33

forQED
Member
Registered: 2017-06-28
Posts: 4

Re: [SOLVED] Webcam not detected by anything

[    0.000000] Linux version 4.11.6-3-ARCH (builduser@anthraxx) (gcc version 7.1.1 20170516 (GCC) ) #1 SMP PREEMPT Thu Jun 22 12:21:46 CEST 2017
[    0.000000] Command line: \vmlinuz-linux root=UUID=504d8757-ae3e-4910-8221-47e22cba0066 rw quiet initrd=\initramfs-linux.img
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[    0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960 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-0x000000008e663fff] usable
[    0.000000] BIOS-e820: [mem 0x000000008e664000-0x000000008e664fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000008e665000-0x000000008e665fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000008e666000-0x0000000097fc2fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000097fc3000-0x0000000099569fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000009956a000-0x0000000099599fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000009959a000-0x00000000995fefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000995ff000-0x00000000995fffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000099600000-0x000000009f7fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f7ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe010000-0x00000000fe010fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000055f7fffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.50 by Lenovo
[    0.000000] efi:  SMBIOS=0x98721000  SMBIOS 3.0=0x9871e000  ACPI=0x995fe000  ACPI 2.0=0x995fe014  ESRT=0x98596000  MEMATTR=0x905d2018 
[    0.000000] SMBIOS 3.0.0 present.
[    0.000000] DMI: LENOVO 20H9CTO1WW/20H9CTO1WW, BIOS N1VET31W (1.21 ) 04/19/2017
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x55f800 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: write-back
[    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 00C0000000 mask 7FC0000000 uncachable
[    0.000000]   1 base 00A0000000 mask 7FE0000000 uncachable
[    0.000000]   2 base 009C000000 mask 7FFC000000 uncachable
[    0.000000]   3 base 009B000000 mask 7FFF000000 uncachable
[    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] e820: last_pfn = 0x99600 max_arch_pfn = 0x400000000
[    0.000000] esrt: Reserving ESRT space from 0x0000000098596000 to 0x0000000098596088.
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576
[    0.000000] Using GB pages for direct mapping
[    0.000000] BRK [0x01d42000, 0x01d42fff] PGTABLE
[    0.000000] BRK [0x01d43000, 0x01d43fff] PGTABLE
[    0.000000] BRK [0x01d44000, 0x01d44fff] PGTABLE
[    0.000000] BRK [0x01d45000, 0x01d45fff] PGTABLE
[    0.000000] BRK [0x01d46000, 0x01d46fff] PGTABLE
[    0.000000] BRK [0x01d47000, 0x01d47fff] PGTABLE
[    0.000000] Secure boot disabled
[    0.000000] RAMDISK: [mem 0x7fa76000-0x7fffefff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000995FE014 000024 (v02 LENOVO)
[    0.000000] ACPI: XSDT 0x00000000995C3188 0000FC (v01 LENOVO TP-N1V   00001210 PTEC 00000002)
[    0.000000] ACPI: FACP 0x00000000995F5000 0000F4 (v05 LENOVO TP-N1V   00001210 PTEC 00000002)
[    0.000000] ACPI: DSDT 0x00000000995D0000 0203E0 (v02 LENOVO SKL      00000000 INTL 20160527)
[    0.000000] ACPI: FACS 0x000000009956D000 000040
[    0.000000] ACPI: SSDT 0x00000000995FC000 0003CC (v02 LENOVO Tpm2Tabl 00001000 INTL 20160527)
[    0.000000] ACPI: TPM2 0x00000000995FB000 000034 (v03 LENOVO TP-N1V   00001210 PTEC 00000002)
[    0.000000] ACPI: UEFI 0x0000000099583000 000042 (v01 LENOVO TP-N1V   00001210 PTEC 00000002)
[    0.000000] ACPI: SSDT 0x00000000995F7000 003247 (v02 LENOVO SaSsdt   00003000 INTL 20160527)
[    0.000000] ACPI: SSDT 0x00000000995F6000 0005B6 (v02 LENOVO PerfTune 00001000 INTL 20160527)
[    0.000000] ACPI: HPET 0x00000000995F4000 000038 (v01 LENOVO TP-N1V   00001210 PTEC 00000002)
[    0.000000] ACPI: APIC 0x00000000995F3000 0000BC (v03 LENOVO TP-N1V   00001210 PTEC 00000002)
[    0.000000] ACPI: MCFG 0x00000000995F2000 00003C (v01 LENOVO TP-N1V   00001210 PTEC 00000002)
[    0.000000] ACPI: ECDT 0x00000000995F1000 000053 (v01 LENOVO TP-N1V   00001210 PTEC 00000002)
[    0.000000] ACPI: SSDT 0x00000000995CE000 001650 (v02 LENOVO ProjSsdt 00000010 INTL 20160527)
[    0.000000] ACPI: BOOT 0x00000000995CD000 000028 (v01 LENOVO TP-N1V   00001210 PTEC 00000002)
[    0.000000] ACPI: BATB 0x00000000995CC000 00004A (v02 LENOVO TP-N1V   00001210 PTEC 00000002)
[    0.000000] ACPI: SSDT 0x00000000995CB000 000EDE (v02 LENOVO CpuSsdt  00003000 INTL 20160527)
[    0.000000] ACPI: SSDT 0x00000000995CA000 00050D (v02 LENOVO CtdpB    00001000 INTL 20160527)
[    0.000000] ACPI: SSDT 0x00000000995C9000 00062D (v02 LENOVO UsbCTabl 00001000 INTL 20160527)
[    0.000000] ACPI: WSMT 0x00000000995C8000 000028 (v01 LENOVO TP-N1V   00001210 PTEC 00000002)
[    0.000000] ACPI: SSDT 0x00000000995C7000 000141 (v02 LENOVO HdaDsp   00000000 INTL 20160527)
[    0.000000] ACPI: SSDT 0x00000000995C6000 000245 (v02 LENOVO TbtTypeC 00000000 INTL 20160527)
[    0.000000] ACPI: DBGP 0x00000000995C5000 000034 (v01 LENOVO TP-N1V   00001210 PTEC 00000002)
[    0.000000] ACPI: DBG2 0x00000000995C4000 000054 (v00 LENOVO TP-N1V   00001210 PTEC 00000002)
[    0.000000] ACPI: MSDM 0x00000000995FD000 000055 (v03 LENOVO TP-N1V   00001210 PTEC 00000002)
[    0.000000] ACPI: DMAR 0x00000000995C2000 0000A8 (v01 LENOVO TP-N1V   00001210 PTEC 00000002)
[    0.000000] ACPI: ASF! 0x00000000995C1000 0000A0 (v32 LENOVO TP-N1V   00001210 PTEC 00000002)
[    0.000000] ACPI: FPDT 0x00000000995C0000 000044 (v01 LENOVO TP-N1V   00001210 PTEC 00000002)
[    0.000000] ACPI: BGRT 0x00000000995BF000 000038 (v01 LENOVO TP-N1V   00001210 PTEC 00000002)
[    0.000000] ACPI: UEFI 0x000000009956A000 00013E (v01 LENOVO TP-N1V   00001210 PTEC 00000002)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000055f7fffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x55f7f9000-0x55f7fdfff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000055f7fffff]
[    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-0x000000008e663fff]
[    0.000000]   node   0: [mem 0x000000008e666000-0x0000000097fc2fff]
[    0.000000]   node   0: [mem 0x00000000995ff000-0x00000000995fffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000055f7fffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000055f7fffff]
[    0.000000] On node 0 totalpages: 5207901
[    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: 9664 pages used for memmap
[    0.000000]   DMA32 zone: 618434 pages, LIFO batch:31
[    0.000000]   Normal zone: 71648 pages used for memmap
[    0.000000]   Normal zone: 4585472 pages, LIFO batch:31
[    0.000000] Reserving Intel graphics memory at 0x000000009b800000-0x000000009f7fffff
[    0.000000] ACPI: PM-Timer IO Port: 0x1808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 2, 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 high 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: 0x8086a201 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 0x8e664000-0x8e664fff]
[    0.000000] PM: Registered nosave memory: [mem 0x8e665000-0x8e665fff]
[    0.000000] PM: Registered nosave memory: [mem 0x97fc3000-0x99569fff]
[    0.000000] PM: Registered nosave memory: [mem 0x9956a000-0x99599fff]
[    0.000000] PM: Registered nosave memory: [mem 0x9959a000-0x995fefff]
[    0.000000] PM: Registered nosave memory: [mem 0x99600000-0x9f7fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x9f800000-0xefffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xf7ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfe00ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfe010000-0xfe010fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfe011000-0xffffffff]
[    0.000000] e820: [mem 0x9f800000-0xefffffff] 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: 6370452778343963 ns
[    0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] percpu: Embedded 35 pages/cpu @ffff88055f400000 s103256 r8192 d31912 u524288
[    0.000000] pcpu-alloc: s103256 r8192 d31912 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: 5126504
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: \vmlinuz-linux root=UUID=504d8757-ae3e-4910-8221-47e22cba0066 rw quiet initrd=\initramfs-linux.img
[    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: 20308736K/20831604K available (6485K kernel code, 1091K rwdata, 2020K rodata, 1304K init, 904K bss, 522868K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	Build-time adjustment of leaf fanout to 64.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=4.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=4
[    0.000000] NR_IRQS:8448 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: 79635855245 ns
[    0.000000] hpet clockevent registered
[    0.003333] tsc: Detected 2700.000 MHz processor
[    0.003333] Calibrating delay loop (skipped), value calculated using timer frequency.. 5426.00 BogoMIPS (lpj=9040000)
[    0.003333] pid_max: default: 32768 minimum: 301
[    0.003333] ACPI: Core revision 20170119
[    0.048383] ACPI: 10 ACPI AML tables successfully acquired and loaded
[    0.049196] Security Framework initialized
[    0.049197] Yama: becoming mindful.
[    0.050726] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes)
[    0.057334] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    0.060284] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes)
[    0.060313] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes)
[    0.060621] CPU: Physical Processor ID: 0
[    0.060622] CPU: Processor Core ID: 0
[    0.060626] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.060627] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.060632] mce: CPU supports 8 MCE banks
[    0.060642] CPU0: Thermal monitoring enabled (TM1)
[    0.060658] process: using mwait in idle threads
[    0.060666] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    0.060668] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.060768] Freeing SMP alternatives memory: 24K
[    0.065536] ftrace: allocating 25552 entries in 100 pages
[    0.073397] smpboot: Max logical packages: 2
[    0.073405] DMAR: Host address width 39
[    0.073406] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[    0.073414] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
[    0.073415] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[    0.073419] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[    0.073420] DMAR: RMRR base: 0x00000098adf000 end: 0x00000098afefff
[    0.073422] DMAR: RMRR base: 0x0000009b000000 end: 0x0000009f7fffff
[    0.073429] DMAR-IR: IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[    0.073430] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[    0.073431] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.074900] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.074902] x2apic enabled
[    0.074931] Switched APIC routing to cluster x2apic.
[    0.079999] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.109850] TSC deadline timer enabled
[    0.109855] smpboot: CPU0: Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz (family: 0x6, model: 0x8e, stepping: 0x9)
[    0.120048] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.120078] ... version:                4
[    0.120078] ... bit width:              48
[    0.120079] ... generic registers:      4
[    0.120079] ... value mask:             0000ffffffffffff
[    0.120080] ... max period:             00007fffffffffff
[    0.120080] ... fixed-purpose events:   3
[    0.120081] ... event mask:             000000070000000f
[    0.140110] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.146675] smp: Bringing up secondary CPUs ...
[    0.173385] x86: Booting SMP configuration:
[    0.173386] .... node  #0, CPUs:      #1 #2 #3
[    0.476705] smp: Brought up 1 node, 4 CPUs
[    0.476705] smpboot: Total of 4 processors activated (21709.18 BogoMIPS)
[    0.480105] sched_clock: Marking stable (479999952, 0)->(487397835, -7397883)
[    0.480647] devtmpfs: initialized
[    0.480688] x86/mm: Memory block size: 128MB
[    0.483357] PM: Registering ACPI NVS region [mem 0x8e664000-0x8e664fff] (4096 bytes)
[    0.483358] PM: Registering ACPI NVS region [mem 0x9956a000-0x99599fff] (196608 bytes)
[    0.483408] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.483415] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.483488] pinctrl core: initialized pinctrl subsystem
[    0.483597] RTC time: 14:26:00, date: 06/28/17
[    0.483683] NET: Registered protocol family 16
[    0.483835] cpuidle: using governor ladder
[    0.483881] cpuidle: using governor menu
[    0.483883] PCCT header not found.
[    0.483923] Simple Boot Flag at 0x47 set to 0x1
[    0.483943] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.483944] ACPI: bus type PCI registered
[    0.483945] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.484137] PCI: MMCONFIG for domain 0000 [bus 00-7f] at [mem 0xf0000000-0xf7ffffff] (base 0xf0000000)
[    0.484161] PCI: MMCONFIG at [mem 0xf0000000-0xf7ffffff] reserved in E820
[    0.484167] PCI: Using configuration type 1 for base access
[    0.486826] HugeTLB registered 1 GB page size, pre-allocated 0 pages
[    0.486827] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.487017] ACPI: Added _OSI(Module Device)
[    0.487018] ACPI: Added _OSI(Processor Device)
[    0.487019] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.487020] ACPI: Added _OSI(Processor Aggregator Device)
[    0.487025] ACPI : EC: EC started
[    0.487025] ACPI : EC: interrupt blocked
[    0.488988] ACPI: \: Used as first EC
[    0.488990] ACPI: \: GPE=0x16, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.488991] ACPI: \: Used as boot ECDT EC to handle transactions
[    0.490236] ACPI: Executed 25 blocks of module-level executable AML code
[    0.498342] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.508452] ACPI: Dynamic OEM Table Load:
[    0.508503] ACPI: SSDT 0xFFFF880547353000 0006B4 (v02 PmRef  Cpu0Ist  00003000 INTL 20160527)
[    0.508643] ACPI: Executed 1 blocks of module-level executable AML code
[    0.508721] ACPI: \_PR_.CPU0: _OSC native thermal LVT Acked
[    0.509645] ACPI: Dynamic OEM Table Load:
[    0.509653] ACPI: SSDT 0xFFFF880546D56400 0003FF (v02 PmRef  Cpu0Cst  00003001 INTL 20160527)
[    0.509770] ACPI: Executed 1 blocks of module-level executable AML code
[    0.509941] ACPI: Dynamic OEM Table Load:
[    0.509947] ACPI: SSDT 0xFFFF880546D59600 000115 (v02 PmRef  Cpu0Hwp  00003000 INTL 20160527)
[    0.510044] ACPI: Executed 1 blocks of module-level executable AML code
[    0.510119] ACPI: Dynamic OEM Table Load:
[    0.510125] ACPI: SSDT 0xFFFF880546D59800 0001A4 (v02 PmRef  HwpLvt   00003000 INTL 20160527)
[    0.510218] ACPI: Executed 1 blocks of module-level executable AML code
[    0.510580] ACPI: Dynamic OEM Table Load:
[    0.510588] ACPI: SSDT 0xFFFF880547350000 00065C (v02 PmRef  ApIst    00003000 INTL 20160527)
[    0.510904] ACPI: Executed 1 blocks of module-level executable AML code
[    0.511059] ACPI: Dynamic OEM Table Load:
[    0.511065] ACPI: SSDT 0xFFFF880546D58200 000197 (v02 PmRef  ApHwp    00003000 INTL 20160527)
[    0.511184] ACPI: Executed 1 blocks of module-level executable AML code
[    0.511352] ACPI: Dynamic OEM Table Load:
[    0.511358] ACPI: SSDT 0xFFFF880546E3A400 00018A (v02 PmRef  ApCst    00003000 INTL 20160527)
[    0.511473] ACPI: Executed 1 blocks of module-level executable AML code
[    0.512731] ACPI : EC: EC stopped
[    0.512732] ACPI : EC: EC started
[    0.512732] ACPI : EC: interrupt blocked
[    0.513111] ACPI: \_SB_.PCI0.LPCB.EC__: Used as first EC
[    0.513112] ACPI: \_SB_.PCI0.LPCB.EC__: GPE=0x16, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.513114] ACPI: \_SB_.PCI0.LPCB.EC__: Used as boot DSDT EC to handle transactions
[    0.513114] ACPI: Interpreter enabled
[    0.513167] ACPI: (supports S0 S3 S4 S5)
[    0.513168] ACPI: Using IOAPIC for interrupt routing
[    0.513203] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.516344] ACPI: Power Resource [PUBS] (on)
[    0.517445] acpi PNP0C0A:01: ACPI dock station (docks/bays count: 1)
[    0.537590] ACPI: Power Resource [WRST] (on)
[    0.537987] ACPI: Power Resource [WRST] (on)
[    0.547022] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-7e])
[    0.547027] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.547134] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug PME AER PCIeCapability]
[    0.547136] acpi PNP0A08:00: _OSC: not requesting control; platform does not support [PCIeCapability]
[    0.547138] acpi PNP0A08:00: _OSC: OS requested [PCIeHotplug PME AER PCIeCapability]
[    0.547138] acpi PNP0A08:00: _OSC: platform willing to grant []
[    0.547142] acpi PNP0A08:00: _OSC failed (AE_SUPPORT); disabling ASPM
[    0.549114] PCI host bridge to bus 0000:00
[    0.549116] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.549117] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.549118] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.549119] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[    0.549120] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[    0.549121] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[    0.549123] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[    0.549124] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    0.549125] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    0.549125] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    0.549126] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    0.549127] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[    0.549128] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[    0.549129] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
[    0.549129] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
[    0.549130] pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff window]
[    0.549131] pci_bus 0000:00: root bus resource [mem 0x9f800000-0xefffffff window]
[    0.549132] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
[    0.549133] pci_bus 0000:00: root bus resource [bus 00-7e]
[    0.549142] pci 0000:00:00.0: [8086:5904] type 00 class 0x060000
[    0.549904] pci 0000:00:02.0: [8086:5916] type 00 class 0x030000
[    0.549914] pci 0000:00:02.0: reg 0x10: [mem 0xeb000000-0xebffffff 64bit]
[    0.549920] pci 0000:00:02.0: reg 0x18: [mem 0xa0000000-0xafffffff 64bit pref]
[    0.549924] pci 0000:00:02.0: reg 0x20: [io  0xe000-0xe03f]
[    0.550703] pci 0000:00:08.0: [8086:1911] type 00 class 0x088000
[    0.550715] pci 0000:00:08.0: reg 0x10: [mem 0xec14a000-0xec14afff 64bit]
[    0.551498] pci 0000:00:14.0: [8086:9d2f] type 00 class 0x0c0330
[    0.551517] pci 0000:00:14.0: reg 0x10: [mem 0xec120000-0xec12ffff 64bit]
[    0.551585] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.552380] pci 0000:00:14.0: System wakeup disabled by ACPI
[    0.552414] pci 0000:00:14.2: [8086:9d31] type 00 class 0x118000
[    0.552431] pci 0000:00:14.2: reg 0x10: [mem 0xec14b000-0xec14bfff 64bit]
[    0.553225] pci 0000:00:16.0: [8086:9d3a] type 00 class 0x078000
[    0.553242] pci 0000:00:16.0: reg 0x10: [mem 0xec14c000-0xec14cfff 64bit]
[    0.553317] pci 0000:00:16.0: PME# supported from D3hot
[    0.554110] pci 0000:00:17.0: [8086:9d03] type 00 class 0x010601
[    0.554125] pci 0000:00:17.0: reg 0x10: [mem 0xec148000-0xec149fff]
[    0.554132] pci 0000:00:17.0: reg 0x14: [mem 0xec14f000-0xec14f0ff]
[    0.554140] pci 0000:00:17.0: reg 0x18: [io  0xe080-0xe087]
[    0.554147] pci 0000:00:17.0: reg 0x1c: [io  0xe088-0xe08b]
[    0.554154] pci 0000:00:17.0: reg 0x20: [io  0xe060-0xe07f]
[    0.554160] pci 0000:00:17.0: reg 0x24: [mem 0xec14d000-0xec14d7ff]
[    0.554201] pci 0000:00:17.0: PME# supported from D3hot
[    0.554984] pci 0000:00:1c.0: [8086:9d10] type 01 class 0x060400
[    0.555054] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.555804] pci 0000:00:1c.0: System wakeup disabled by ACPI
[    0.555859] pci 0000:00:1c.6: [8086:9d16] type 01 class 0x060400
[    0.555929] pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold
[    0.556685] pci 0000:00:1c.6: System wakeup disabled by ACPI
[    0.556714] pci 0000:00:1d.0: [8086:9d18] type 01 class 0x060400
[    0.556781] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.557533] pci 0000:00:1d.0: System wakeup disabled by ACPI
[    0.557590] pci 0000:00:1f.0: [8086:9d58] type 00 class 0x060100
[    0.558473] pci 0000:00:1f.2: [8086:9d21] type 00 class 0x058000
[    0.558482] pci 0000:00:1f.2: reg 0x10: [mem 0xec144000-0xec147fff]
[    0.559293] pci 0000:00:1f.3: [8086:9d71] type 00 class 0x040300
[    0.559317] pci 0000:00:1f.3: reg 0x10: [mem 0xec140000-0xec143fff 64bit]
[    0.559350] pci 0000:00:1f.3: reg 0x20: [mem 0xec130000-0xec13ffff 64bit]
[    0.559403] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.560172] pci 0000:00:1f.3: System wakeup disabled by ACPI
[    0.560205] pci 0000:00:1f.4: [8086:9d23] type 00 class 0x0c0500
[    0.560246] pci 0000:00:1f.4: reg 0x10: [mem 0xec14e000-0xec14e0ff 64bit]
[    0.560296] pci 0000:00:1f.4: reg 0x20: [io  0xefa0-0xefbf]
[    0.561131] pci 0000:00:1f.6: [8086:15d8] type 00 class 0x020000
[    0.561155] pci 0000:00:1f.6: reg 0x10: [mem 0xec100000-0xec11ffff]
[    0.561260] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
[    0.562017] pci 0000:00:1f.6: System wakeup disabled by ACPI
[    0.562097] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.562436] pci 0000:04:00.0: [8086:24fd] type 00 class 0x028000
[    0.562514] pci 0000:04:00.0: reg 0x10: [mem 0xec000000-0xec001fff 64bit]
[    0.562771] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[    0.572077] pci 0000:00:1c.6: PCI bridge to [bus 04]
[    0.572081] pci 0000:00:1c.6:   bridge window [mem 0xec000000-0xec0fffff]
[    0.572133] pci 0000:00:1d.0: PCI bridge to [bus 07-3f]
[    0.572138] pci 0000:00:1d.0:   bridge window [mem 0xd4000000-0xea0fffff]
[    0.572142] pci 0000:00:1d.0:   bridge window [mem 0xb0000000-0xd1ffffff 64bit pref]
[    0.573876] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.573932] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
[    0.573985] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.574037] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.574090] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.574142] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.574193] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.574246] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.574583] ACPI: Enabled 4 GPEs in block 00 to 7F
[    0.574712] ACPI : EC: interrupt unblocked
[    0.574729] ACPI : EC: event unblocked
[    0.574742] ACPI: \_SB_.PCI0.LPCB.EC__: GPE=0x16, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.574743] ACPI: \_SB_.PCI0.LPCB.EC__: Used as boot DSDT EC to handle transactions and events
[    0.574846] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=mem,locks=none
[    0.574848] pci 0000:00:02.0: vgaarb: setting as boot device
[    0.574849] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.574850] vgaarb: loaded
[    0.574886] Registered efivars operations
[    0.602118] PCI: Using ACPI for IRQ routing
[    0.611657] PCI: pci_cache_line_size set to 64 bytes
[    0.612245] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[    0.612246] e820: reserve RAM buffer [mem 0x0009d000-0x0009ffff]
[    0.612246] e820: reserve RAM buffer [mem 0x8e664000-0x8fffffff]
[    0.612247] e820: reserve RAM buffer [mem 0x97fc3000-0x97ffffff]
[    0.612248] e820: reserve RAM buffer [mem 0x99600000-0x9bffffff]
[    0.612249] e820: reserve RAM buffer [mem 0x55f800000-0x55fffffff]
[    0.612323] NetLabel: Initializing
[    0.612324] NetLabel:  domain hash size = 128
[    0.612324] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.612337] NetLabel:  unlabeled traffic allowed by default
[    0.612419] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.612424] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[    0.614475] clocksource: Switched to clocksource hpet
[    0.622717] VFS: Disk quotas dquot_6.6.0
[    0.622751] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.622809] pnp: PnP ACPI init
[    0.622970] system 00:00: [mem 0xfd000000-0xfdabffff] has been reserved
[    0.622971] system 00:00: [mem 0xfdad0000-0xfdadffff] has been reserved
[    0.622973] system 00:00: [mem 0xfdb00000-0xfdffffff] has been reserved
[    0.622974] system 00:00: [mem 0xfe000000-0xfe01ffff] could not be reserved
[    0.622975] system 00:00: [mem 0xfe036000-0xfe03bfff] has been reserved
[    0.622976] system 00:00: [mem 0xfe03d000-0xfe3fffff] has been reserved
[    0.622977] system 00:00: [mem 0xfe410000-0xfe7fffff] has been reserved
[    0.622980] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.623275] system 00:01: [io  0xff00-0xfffe] has been reserved
[    0.623277] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.623793] system 00:02: [io  0x0680-0x069f] has been reserved
[    0.623794] system 00:02: [io  0xffff] has been reserved
[    0.623795] system 00:02: [io  0xffff] has been reserved
[    0.623796] system 00:02: [io  0xffff] has been reserved
[    0.623797] system 00:02: [io  0x1800-0x18fe] has been reserved
[    0.623798] system 00:02: [io  0x164e-0x164f] has been reserved
[    0.623800] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.623893] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.623931] system 00:04: [io  0x1854-0x1857] has been reserved
[    0.623933] system 00:04: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.623950] pnp 00:05: Plug and Play ACPI device, IDs LEN0071 PNP0303 (active)
[    0.623963] pnp 00:06: Plug and Play ACPI device, IDs LEN006a PNP0f13 (active)
[    0.624054] system 00:07: [io  0x1800-0x189f] could not be reserved
[    0.624055] system 00:07: [io  0x0800-0x087f] has been reserved
[    0.624056] system 00:07: [io  0x0880-0x08ff] has been reserved
[    0.624057] system 00:07: [io  0x0900-0x097f] has been reserved
[    0.624058] system 00:07: [io  0x0980-0x09ff] has been reserved
[    0.624059] system 00:07: [io  0x0a00-0x0a7f] has been reserved
[    0.624060] system 00:07: [io  0x0a80-0x0aff] has been reserved
[    0.624061] system 00:07: [io  0x0b00-0x0b7f] has been reserved
[    0.624062] system 00:07: [io  0x0b80-0x0bff] has been reserved
[    0.624063] system 00:07: [io  0x15e0-0x15ef] has been reserved
[    0.624064] system 00:07: [io  0x1600-0x167f] could not be reserved
[    0.624065] system 00:07: [io  0x1640-0x165f] could not be reserved
[    0.624067] system 00:07: [mem 0xf0000000-0xf7ffffff] has been reserved
[    0.624068] system 00:07: [mem 0xfed10000-0xfed13fff] has been reserved
[    0.624069] system 00:07: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.624070] system 00:07: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.624071] system 00:07: [mem 0xfeb00000-0xfebfffff] has been reserved
[    0.624072] system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.624074] system 00:07: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.624075] system 00:07: [mem 0xeffe0000-0xefffffff] has been reserved
[    0.624077] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.625265] system 00:08: [mem 0xfdaf0000-0xfdafffff] has been reserved
[    0.625266] system 00:08: [mem 0xfdae0000-0xfdaeffff] has been reserved
[    0.625267] system 00:08: [mem 0xfdac0000-0xfdacffff] has been reserved
[    0.625269] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.625749] system 00:09: [mem 0xfed10000-0xfed17fff] could not be reserved
[    0.625751] system 00:09: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.625752] system 00:09: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.625753] system 00:09: [mem 0xf0000000-0xf7ffffff] has been reserved
[    0.625754] system 00:09: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.625755] system 00:09: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.625756] system 00:09: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.625757] system 00:09: [mem 0xff000000-0xffffffff] has been reserved
[    0.625758] system 00:09: [mem 0xfee00000-0xfeefffff] has been reserved
[    0.625759] system 00:09: [mem 0xeffe0000-0xefffffff] has been reserved
[    0.625761] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.626008] system 00:0a: [mem 0x00000000-0x0009ffff] could not be reserved
[    0.626009] system 00:0a: [mem 0x000f0000-0x000fffff] could not be reserved
[    0.626010] system 00:0a: [mem 0x00100000-0x9f7fffff] could not be reserved
[    0.626011] system 00:0a: [mem 0xfec00000-0xfed3ffff] could not be reserved
[    0.626012] system 00:0a: [mem 0xfed4c000-0xffffffff] could not be reserved
[    0.626014] system 00:0a: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.626125] pnp: PnP ACPI: found 11 devices
[    0.634071] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.634087] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 02] add_size 1000
[    0.634089] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 02] add_size 200000 add_align 100000
[    0.634090] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 02] add_size 200000 add_align 100000
[    0.634106] pci 0000:00:1d.0: bridge window [io  0x1000-0x0fff] to [bus 07-3f] add_size 1000
[    0.634114] pci 0000:00:1c.0: BAR 14: assigned [mem 0x9f800000-0x9f9fffff]
[    0.634123] pci 0000:00:1c.0: BAR 15: assigned [mem 0x9fa00000-0x9fbfffff 64bit pref]
[    0.634125] pci 0000:00:1c.0: BAR 13: assigned [io  0x2000-0x2fff]
[    0.634126] pci 0000:00:1d.0: BAR 13: assigned [io  0x3000-0x3fff]
[    0.634128] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.634135] pci 0000:00:1c.0:   bridge window [io  0x2000-0x2fff]
[    0.634139] pci 0000:00:1c.0:   bridge window [mem 0x9f800000-0x9f9fffff]
[    0.634142] pci 0000:00:1c.0:   bridge window [mem 0x9fa00000-0x9fbfffff 64bit pref]
[    0.634146] pci 0000:00:1c.6: PCI bridge to [bus 04]
[    0.634151] pci 0000:00:1c.6:   bridge window [mem 0xec000000-0xec0fffff]
[    0.634157] pci 0000:00:1d.0: PCI bridge to [bus 07-3f]
[    0.634159] pci 0000:00:1d.0:   bridge window [io  0x3000-0x3fff]
[    0.634162] pci 0000:00:1d.0:   bridge window [mem 0xd4000000-0xea0fffff]
[    0.634165] pci 0000:00:1d.0:   bridge window [mem 0xb0000000-0xd1ffffff 64bit pref]
[    0.634170] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.634171] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.634172] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.634173] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[    0.634174] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[    0.634175] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[    0.634176] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
[    0.634176] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
[    0.634177] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
[    0.634178] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
[    0.634179] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
[    0.634180] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window]
[    0.634181] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window]
[    0.634182] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window]
[    0.634183] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window]
[    0.634183] pci_bus 0000:00: resource 19 [mem 0x000f0000-0x000fffff window]
[    0.634184] pci_bus 0000:00: resource 20 [mem 0x9f800000-0xefffffff window]
[    0.634185] pci_bus 0000:00: resource 21 [mem 0xfd000000-0xfe7fffff window]
[    0.634187] pci_bus 0000:02: resource 0 [io  0x2000-0x2fff]
[    0.634188] pci_bus 0000:02: resource 1 [mem 0x9f800000-0x9f9fffff]
[    0.634189] pci_bus 0000:02: resource 2 [mem 0x9fa00000-0x9fbfffff 64bit pref]
[    0.634190] pci_bus 0000:04: resource 1 [mem 0xec000000-0xec0fffff]
[    0.634191] pci_bus 0000:07: resource 0 [io  0x3000-0x3fff]
[    0.634192] pci_bus 0000:07: resource 1 [mem 0xd4000000-0xea0fffff]
[    0.634193] pci_bus 0000:07: resource 2 [mem 0xb0000000-0xd1ffffff 64bit pref]
[    0.634334] NET: Registered protocol family 2
[    0.634555] TCP established hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.634924] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.635055] TCP: Hash tables configured (established 262144 bind 65536)
[    0.635089] UDP hash table entries: 16384 (order: 7, 524288 bytes)
[    0.635180] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes)
[    0.635289] NET: Registered protocol family 1
[    0.635302] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.635880] PCI: CLS 0 bytes, default 64
[    0.635930] Unpacking initramfs...
[    0.728593] Freeing initrd memory: 5668K
[    0.728646] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.728648] software IO TLB [mem 0x857c4000-0x897c4000] (64MB) mapped at [ffff8800857c4000-ffff8800897c3fff]
[    0.728796] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2717868ea45, max_idle_ns: 440795316085 ns
[    0.728926] Scanning for low memory corruption every 60 seconds
[    0.729426] Initialise system trusted keyrings
[    0.729520] workingset: timestamp_bits=40 max_order=23 bucket_order=0
[    0.730389] zbud: loaded
[    0.731547] Key type asymmetric registered
[    0.731558] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[    0.731610] io scheduler noop registered
[    0.731611] io scheduler deadline registered
[    0.731636] io scheduler cfq registered (default)
[    0.731637] io scheduler mq-deadline registered
[    0.732282] efifb: probing for efifb
[    0.732294] efifb: framebuffer at 0xa0000000, using 32400k, total 32400k
[    0.732295] efifb: mode is 3840x2160x32, linelength=15360, pages=1
[    0.732296] efifb: scrolling: redraw
[    0.732297] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.747719] Console: switching to colour frame buffer device 480x135
[    0.762955] fb0: EFI VGA frame buffer device
[    0.762960] intel_idle: MWAIT substates: 0x11142120
[    0.762961] intel_idle: v0.4.1 model 0x8E
[    0.763210] intel_idle: lapic_timer_reliable_states 0xffffffff
[    0.763860] GHES: HEST is not enabled!
[    0.763950] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.764467] Linux agpgart interface v0.103
[    0.764800] rtc_cmos 00:03: RTC can wake from S4
[    0.765247] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[    0.765355] rtc_cmos 00:03: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    0.765360] intel_pstate: Intel P-state driver initializing
[    0.765909] intel_pstate: HWP enabled
[    0.766124] ledtrig-cpu: registered to indicate activity on CPUs
[    0.766155] intel_pmc_core 0000:00:1f.2: enabling device (0000 -> 0002)
[    0.766328] NET: Registered protocol family 10
[    0.769472] Segment Routing with IPv6
[    0.769488] NET: Registered protocol family 17
[    0.769908] microcode: sig=0x806e9, pf=0x80, revision=0x4e
[    0.769972] microcode: Microcode Update Driver: v2.2.
[    0.770132] registered taskstats version 1
[    0.770142] Loading compiled-in X.509 certificates
[    0.770170] zswap: loaded using pool lzo/zbud
[    0.771346]   Magic number: 5:962:435
[    0.771553] rtc_cmos 00:03: setting system clock to 2017-06-28 14:26:00 UTC (1498659960)
[    0.771577] PM: Hibernation image not present or could not be loaded.
[    0.772305] Freeing unused kernel memory: 1304K
[    0.772306] Write protecting the kernel read-only data: 10240k
[    0.772629] Freeing unused kernel memory: 1692K
[    0.772694] Freeing unused kernel memory: 28K
[    0.835965] random: systemd-tmpfile: uninitialized urandom read (16 bytes read)
[    0.837203] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    0.837234] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    0.837755] random: udevadm: uninitialized urandom read (16 bytes read)
[    0.837768] random: udevadm: uninitialized urandom read (16 bytes read)
[    0.839558] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    0.839568] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    0.839572] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    0.839778] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    0.839787] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    0.868729] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[    0.871298] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.871326] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.881798] ACPI: bus type USB registered
[    0.881817] usbcore: registered new interface driver usbfs
[    0.881826] usbcore: registered new interface driver hub
[    0.881843] usbcore: registered new device driver usb
[    0.881928] SCSI subsystem initialized
[    0.883194] libata version 3.00 loaded.
[    0.883386] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.883392] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    0.884627] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00109810
[    0.884632] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    0.884895] hub 1-0:1.0: USB hub found
[    0.884911] hub 1-0:1.0: 12 ports detected
[    0.892022] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.892026] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    0.892171] hub 2-0:1.0: USB hub found
[    0.892193] hub 2-0:1.0: 6 ports detected
[    0.893347] usb: port power management may be unreliable
[    0.895929] ahci 0000:00:17.0: version 3.0
[    0.896144] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 1 ports 6 Gbps 0x4 impl SATA mode
[    0.896145] ahci 0000:00:17.0: flags: 64bit ncq pm led clo only pio slum part deso sadm sds apst 
[    0.896522] scsi host0: ahci
[    0.896668] scsi host1: ahci
[    0.896808] scsi host2: ahci
[    0.896844] ata1: DUMMY
[    0.896845] ata2: DUMMY
[    0.896849] ata3: SATA max UDMA/133 abar m2048@0xec14d000 port 0xec14d200 irq 123
[    0.910896] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    1.264752] ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.267914] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[    1.269406] ata3.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[    1.269412] ata3.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    1.269416] ata3.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    1.315918] ata3.00: ATA-8: TOSHIBA MQ01ACF050, AV0A3E, max UDMA/100
[    1.315923] ata3.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    1.318204] ata3.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[    1.318210] ata3.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[    1.318213] ata3.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[    1.320062] ata3.00: configured for UDMA/100
[    1.320831] scsi 2:0:0:0: Direct-Access     ATA      TOSHIBA MQ01ACF0 3E   PQ: 0 ANSI: 5
[    1.380518] sd 2:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[    1.380523] sd 2:0:0:0: [sda] 4096-byte physical blocks
[    1.380606] sd 2:0:0:0: [sda] Write Protect is off
[    1.380610] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.380698] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.474864]  sda: sda1 sda2 sda3 sda4 sda5 sda6 sda7
[    1.476793] sd 2:0:0:0: [sda] Attached SCSI disk
[    1.504472] hub 1-1:1.0: USB hub found
[    1.504901] hub 1-1:1.0: 2 ports detected
[    1.611653] usb 2-1: new SuperSpeed USB device number 2 using xhci_hcd
[    1.634739] hub 2-1:1.0: USB hub found
[    1.635205] hub 2-1:1.0: 2 ports detected
[    1.734903] clocksource: Switched to clocksource tsc
[    1.797891] usb 1-5: new high-speed USB device number 3 using xhci_hcd
[    1.859347] random: fast init done
[    2.098109] usb 2-3: new SuperSpeed USB device number 3 using xhci_hcd
[    2.134056] usb-storage 2-3:1.0: USB Mass Storage device detected
[    2.134307] scsi host3: usb-storage 2-3:1.0
[    2.134513] usbcore: registered new interface driver usb-storage
[    2.135253] usbcore: registered new interface driver uas
[    2.191198] usb 1-1.2: new full-speed USB device number 4 using xhci_hcd
[    2.361312] usb 2-1.1: new SuperSpeed USB device number 4 using xhci_hcd
[    2.408765] EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null)
[    2.548023] usb 1-7: new full-speed USB device number 5 using xhci_hcd
[    2.904565] usb 1-8: new high-speed USB device number 6 using xhci_hcd
[    3.150068] scsi 3:0:0:0: Direct-Access     Generic- SD/MMC           1.00 PQ: 0 ANSI: 6
[    3.153258] sd 3:0:0:0: [sdb] Attached SCSI removable disk
[    3.303545] ip_tables: (C) 2000-2006 Netfilter Core Team
[    3.339054] systemd[1]: systemd 232 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
[    3.339386] systemd[1]: Detected architecture x86-64.
[    3.346278] systemd[1]: Set hostname to <qedtp>.
[    3.797796] random: crng init done
[    5.101233] systemd[1]: Listening on Journal Socket (/dev/log).
[    5.101403] systemd[1]: Listening on LVM2 metadata daemon socket.
[    5.101512] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    5.101594] systemd[1]: Listening on Journal Socket.
[    5.101668] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[    5.101723] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    5.102583] systemd[1]: Created slice User and Session Slice.
[    5.343394] EXT4-fs (sda6): re-mounted. Opts: data=ordered
[    5.646738] sd 2:0:0:0: Attached scsi generic sg0 type 0
[    5.646804] sd 3:0:0:0: Attached scsi generic sg1 type 0
[    5.680721] vboxdrv: loading out-of-tree module taints kernel.
[    5.684650] vboxdrv: Found 4 processor cores
[    5.704816] vboxdrv: TSC mode is Invariant, tentative frequency 2711999905 Hz
[    5.704818] vboxdrv: Successfully loaded version 5.1.22 (interface 0x00280000)
[    5.729739] VBoxPciLinuxInit
[    5.752428] vboxpci: IOMMU not found (not registered)
[    5.857616] VBoxNetAdp: Successfully started.
[    5.859572] VBoxNetFlt: Successfully started.
[    6.165079] systemd-journald[175]: Received request to flush runtime journal from PID 1
[    6.944655] tpm_tis MSFT0101:00: 2.0 TPM (device-id 0x0, rev-id 78)
[    7.071129] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[    7.078855] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    7.118767] i801_smbus 0000:00:1f.4: enabling device (0000 -> 0003)
[    7.118965] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[    7.119012] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[    7.165065] pps_core: LinuxPPS API ver. 1 registered
[    7.165075] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    7.170900] PTP clock support registered
[    7.231949] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[    7.252766] hidraw: raw HID events driver (C) Jiri Kosina
[    7.334304] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[    7.334306] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    7.334617] e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[    7.413212] Bluetooth: Core ver 2.22
[    7.413224] NET: Registered protocol family 31
[    7.413225] Bluetooth: HCI device and connection manager initialized
[    7.413228] Bluetooth: HCI socket layer initialized
[    7.413230] Bluetooth: L2CAP socket layer initialized
[    7.413233] Bluetooth: SCO socket layer initialized
[    7.432073] Bluetooth: HCI UART driver ver 2.3
[    7.432075] Bluetooth: HCI UART protocol H4 registered
[    7.432076] Bluetooth: HCI UART protocol BCSP registered
[    7.432076] Bluetooth: HCI UART protocol LL registered
[    7.432077] Bluetooth: HCI UART protocol ATH3K registered
[    7.432077] Bluetooth: HCI UART protocol Three-wire (H5) registered
[    7.432105] Bluetooth: HCI UART protocol Intel registered
[    7.432116] Bluetooth: HCI UART protocol Broadcom registered
[    7.432117] Bluetooth: HCI UART protocol QCA registered
[    7.432118] Bluetooth: HCI UART protocol AG6XX registered
[    7.432118] Bluetooth: HCI UART protocol Marvell registered
[    7.623816] ACPI: AC Adapter [AC] (on-line)
[    7.638653] Non-volatile memory driver v1.3
[    7.662176] thinkpad_acpi: ThinkPad ACPI Extras v0.25
[    7.662178] thinkpad_acpi: http://ibm-acpi.sf.net/
[    7.662179] thinkpad_acpi: ThinkPad BIOS N1VET31W (1.21 ), EC unknown
[    7.662179] thinkpad_acpi: Lenovo ThinkPad T570, model 20H9CTO1WW
[    7.662346] thinkpad_hwmon thinkpad_hwmon: hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[    7.662549] thinkpad_acpi: radio switch found; radios are enabled
[    7.662768] thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
[    7.662769] thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
[    7.664502] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked
[    7.665871] thinkpad_acpi: Standard ACPI backlight interface available, not loading native one
[    7.676663] input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input14
[    7.683653] ACPI: Battery Slot [BAT0] (battery present)
[    7.695980] ACPI: Battery Slot [BAT1] (battery present)
[    7.708279] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input15
[    7.708283] ACPI: Sleep Button [SLPB]
[    7.708562] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input16
[    7.708774] ACPI: Lid Switch [LID]
[    7.708811] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input17
[    7.708813] ACPI: Power Button [PWRF]
[    7.764152] e1000e 0000:00:1f.6 0000:00:1f.6 (uninitialized): registered PHC clock
[    7.793120] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[    7.793568] thermal LNXTHERM:00: registered as thermal_zone1
[    7.793569] ACPI: Thermal Zone [THM0] (43 C)
[    7.794888] wmi: Mapper loaded
[    7.850140] e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) 54:ee:75:d1:f4:b2
[    7.850147] e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection
[    7.850198] e1000e 0000:00:1f.6 eth0: MAC: 12, PHY: 12, PBA No: 1000FF-0FF
[    7.850293] i915 0000:00:02.0: enabling device (0006 -> 0007)
[    7.850869] [drm] Memory usable by graphics device = 4096M
[    7.850871] checking generic (a0000000 1fa4000) vs hw (a0000000 10000000)
[    7.850872] fb: switching to inteldrmfb from EFI VGA
[    7.850893] Console: switching to colour dummy device 80x25
[    7.850945] [drm] Replacing VGA console driver
[    7.856552] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    7.856559] [drm] Driver supports precise vblank timestamp query.
[    7.864044] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=mem
[    7.951622] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[    7.951623] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    7.951624] RAPL PMU: hw unit of domain package 2^-14 Joules
[    7.951624] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    7.951625] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    7.951625] RAPL PMU: hw unit of domain psys 2^-14 Joules
[    7.991973] Intel(R) Wireless WiFi driver for Linux
[    7.991975] Copyright(c) 2003- 2015 Intel Corporation
[    7.992553] iwlwifi 0000:04:00.0: enabling device (0000 -> 0002)
[    7.994768] iwlwifi 0000:04:00.0: Direct firmware load for iwlwifi-8265-28.ucode failed with error -2
[    8.057890] input: PC Speaker as /devices/platform/pcspkr/input/input19
[    8.144891] iwlwifi 0000:04:00.0: capa flags index 3 larger than supported by driver
[    8.145368] iwlwifi 0000:04:00.0: loaded firmware version 27.455470.0 op_mode iwlmvm
[    8.190845] [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_01.bin (v1.1)
[    8.211439] [drm] GuC firmware load skipped
[    8.211805] [drm] Initialized i915 1.6.0 20170123 for 0000:00:02.0 on minor 0
[    8.213789] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    8.213961] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input20
[    8.239284] AVX2 version of gcm_enc/dec engaged.
[    8.239286] AES CTR mode by8 optimization enabled
[    8.241803] iTCO_vendor_support: vendor-support=0
[    8.333199] iwlwifi 0000:04:00.0: Detected Intel(R) Dual Band Wireless AC 8265, REV=0x230
[    8.334797] iwlwifi 0000:04:00.0: L1 Enabled - LTR Enabled
[    8.336132] iwlwifi 0000:04:00.0: L1 Enabled - LTR Enabled
[    8.388941] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    8.414335] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[    8.414559] iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
[    8.414796] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    8.543175] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[    8.543820] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[    8.543868] thermal thermal_zone2: failed to read out thermal zone (-5)
[    8.573399] e1000e 0000:00:1f.6 enp0s31f6: renamed from eth0
[    8.586038] fbcon: inteldrmfb (fb0) is primary device
[    8.762179] psmouse serio1: synaptics: queried max coordinates: x [..5676], y [..4690]
[    8.793966] psmouse serio1: synaptics: queried min coordinates: x [1266..], y [1162..]
[    8.858812] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.2, id: 0x1e2b1, caps: 0xf003a3/0x940300/0x12e800/0x400000, board id: 3276, fw id: 2491735
[    8.858823] psmouse serio1: synaptics: serio: Synaptics pass-through port at isa0060/serio1/input0
[    8.897798] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input18
[    9.148564] usbcore: registered new interface driver btusb
[    9.149621] Bluetooth: hci0: Firmware revision 0.1 build 103 week 50 2016
[    9.167154] iwlwifi 0000:04:00.0 wlp4s0: renamed from wlan0
[    9.351160] mousedev: PS/2 mouse device common for all mice
[    9.364812] [drm] RC6 on
[    9.469902] intel_rapl: Found RAPL domain package
[    9.469906] intel_rapl: Found RAPL domain core
[    9.469909] intel_rapl: Found RAPL domain uncore
[    9.469912] intel_rapl: Found RAPL domain dram
[    9.533937] psmouse serio2: trackpoint: IBM TrackPoint firmware: 0x0e, buttons: 3/3
[    9.736254] input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio1/serio2/input/input21
[    9.796285] media: Linux media interface: v0.10
[    9.815647] Linux video capture interface: v2.00
[    9.861071] Adding 10289148k swap on /dev/sda7.  Priority:-1 extents:1 across:10289148k FS
[    9.892420] usbcore: registered new interface driver usbhid
[    9.892422] usbhid: USB HID core driver
[    9.921416] input: Creative Technology Ltd Creative VF0800 as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2:1.3/0003:041E:4099.0001/input/input22
[    9.978397] hid-generic 0003:041E:4099.0001: input,hiddev0,hidraw0: USB HID v1.11 Device [Creative Technology Ltd Creative VF0800] on usb-0000:00:14.0-1.2/input3
[   10.045829] Console: switching to colour frame buffer device 480x135
[   10.070240] usbcore: registered new interface driver snd-usb-audio
[   10.106372] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[   10.235390] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC298: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[   10.235399] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   10.235404] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[   10.235408] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[   10.235411] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[   10.235416] snd_hda_codec_realtek hdaudioC0D0:      Mic=0x18
[   10.235421] snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x12
[   10.262729] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1f.3/sound/card0/input23
[   10.264007] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input24
[   10.264089] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input25
[   10.264174] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input26
[   10.264259] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input27
[   10.264345] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input28
[   10.264423] input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input29
[   10.264514] input: HDA Intel PCH HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input30
[   11.801512] IPv6: ADDRCONF(NETDEV_UP): enp0s31f6: link is not ready
[   11.803934] iwlwifi 0000:04:00.0: L1 Enabled - LTR Enabled
[   11.804684] iwlwifi 0000:04:00.0: L1 Enabled - LTR Enabled
[   11.921387] iwlwifi 0000:04:00.0: L1 Enabled - LTR Enabled
[   11.921994] iwlwifi 0000:04:00.0: L1 Enabled - LTR Enabled
[   12.003914] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[   13.680470] IPv6: ADDRCONF(NETDEV_UP): enp0s31f6: link is not ready
[   13.688728] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[   13.700784] iwlwifi 0000:04:00.0: L1 Enabled - LTR Enabled
[   13.702132] iwlwifi 0000:04:00.0: L1 Enabled - LTR Enabled
[   13.819511] iwlwifi 0000:04:00.0: L1 Enabled - LTR Enabled
[   13.820112] iwlwifi 0000:04:00.0: L1 Enabled - LTR Enabled
[   13.901629] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[   14.221987] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[   14.853780] e1000e: enp0s31f6 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
[   14.853862] IPv6: ADDRCONF(NETDEV_CHANGE): enp0s31f6: link becomes ready
[   54.818009] fuse init (API version 7.26)
[   81.246872] traps: pool[1478] general protection ip:7f3990980bec sp:7f397f4879b8 error:0 in libsqlite3.so.0.8.6[7f39908f5000+10d000]
[  103.792763] usb 1-1: USB disconnect, device number 2
[  103.792771] usb 1-1.2: USB disconnect, device number 4
[  104.531738] xhci_hcd 0000:00:14.0: Cannot set link state.
[  104.531761] usb usb2-port1: cannot disable (err = -32)
[  104.531778] usb 2-1: USB disconnect, device number 2
[  104.531784] usb 2-1.1: USB disconnect, device number 4
[  216.667403] thinkpad_acpi: Unhandled adaptive keyboard key: 0x314
[  216.667408] thinkpad_acpi: unhandled HKEY event 0x1314
[  216.667411] thinkpad_acpi: please report the conditions when this event happened to ibm-acpi-devel@lists.sourceforge.net
[  256.313440] thinkpad_acpi: Unhandled adaptive keyboard key: 0x311
[  256.313446] thinkpad_acpi: unhandled HKEY event 0x1311
[  256.313448] thinkpad_acpi: please report the conditions when this event happened to ibm-acpi-devel@lists.sourceforge.net
[  258.044130] thinkpad_acpi: Unhandled adaptive keyboard key: 0x315
[  258.044136] thinkpad_acpi: unhandled HKEY event 0x1315
[  258.044140] thinkpad_acpi: please report the conditions when this event happened to ibm-acpi-devel@lists.sourceforge.net
[  357.913133] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[  672.913115] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[  810.077808] usb 1-1: new high-speed USB device number 7 using xhci_hcd
[  810.270478] hub 1-1:1.0: USB hub found
[  810.270839] hub 1-1:1.0: 2 ports detected
[  810.377845] usb 2-1: new SuperSpeed USB device number 5 using xhci_hcd
[  810.401382] hub 2-1:1.0: USB hub found
[  810.401748] hub 2-1:1.0: 2 ports detected
[  811.207769] usb 1-1.2: new full-speed USB device number 8 using xhci_hcd
[  811.602434] input: Creative Technology Ltd Creative VF0800 as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2:1.3/0003:041E:4099.0002/input/input31
[  811.658474] hid-generic 0003:041E:4099.0002: input,hiddev0,hidraw0: USB HID v1.11 Device [Creative Technology Ltd Creative VF0800] on usb-0000:00:14.0-1.2/input3
[  813.517751] usb 2-1.1: new SuperSpeed USB device number 6 using xhci_hcd
[  988.909966] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[ 1303.908441] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[ 1618.908196] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[ 1933.902221] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[ 2248.904312] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[ 2563.906097] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[ 2878.900605] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[ 2891.925125] perf: interrupt took too long (2598 > 2500), lowering kernel.perf_event_max_sample_rate to 76800
[ 2987.341720] usb 1-1: USB disconnect, device number 7
[ 2987.341731] usb 1-1.2: USB disconnect, device number 8
[ 2988.076731] xhci_hcd 0000:00:14.0: Cannot set link state.
[ 2988.076747] usb usb2-port1: cannot disable (err = -32)
[ 2988.076761] usb 2-1: USB disconnect, device number 5
[ 2988.076766] usb 2-1.1: USB disconnect, device number 6
[ 3193.897559] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[ 3508.901275] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[ 3823.895540] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[ 3928.942602] PM: Syncing filesystems ... done.
[ 3929.250683] PM: Preparing system for sleep (mem)
[ 3929.253111] Freezing user space processes ... (elapsed 0.004 seconds) done.
[ 3929.257788] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
[ 3929.259520] PM: Suspending system (mem)
[ 3929.259636] Suspending console(s) (use no_console_suspend to debug)
[ 3929.405736] sd 2:0:0:0: [sda] Synchronizing SCSI cache
[ 3929.438824] sd 2:0:0:0: [sda] Stopping disk
[ 3929.451243] e1000e: EEE TX LPI TIMER: 00000011
[ 3929.555322] ACPI : EC: event blocked
[ 3929.849510] PM: suspend of devices complete after 589.413 msecs
[ 3929.868480] PM: late suspend of devices complete after 18.964 msecs
[ 3929.869411] ACPI : EC: interrupt blocked
[ 3929.876990] e1000e 0000:00:1f.6: System wakeup enabled by ACPI
[ 3929.880641] xhci_hcd 0000:00:14.0: System wakeup enabled by ACPI
[ 3929.912096] PM: noirq suspend of devices complete after 43.609 msecs
[ 3929.912887] ACPI: Preparing to enter system sleep state S3
[ 3929.919902] ACPI : EC: EC stopped
[ 3929.919903] PM: Saving platform NVS memory
[ 3929.919909] Disabling non-boot CPUs ...
[ 3929.946789] smpboot: CPU 1 is now offline
[ 3929.987466] smpboot: CPU 2 is now offline
[ 3930.013250] smpboot: CPU 3 is now offline
[ 3930.016466] ACPI: Low-level resume complete
[ 3930.016586] ACPI : EC: EC started
[ 3930.016587] PM: Restoring platform NVS memory
[ 3930.017321] Suspended for 781.135 seconds
[ 3930.017377] Enabling non-boot CPUs ...
[ 3930.017402] x86: Booting SMP configuration:
[ 3930.017403] smpboot: Booting Node 0 Processor 1 APIC 0x2
[ 3930.017806]  cache: parent cpu1 should not be sleeping
[ 3930.017965] CPU1 is up
[ 3930.017982] smpboot: Booting Node 0 Processor 2 APIC 0x1
[ 3930.018424]  cache: parent cpu2 should not be sleeping
[ 3930.018597] CPU2 is up
[ 3930.018612] smpboot: Booting Node 0 Processor 3 APIC 0x3
[ 3930.019029]  cache: parent cpu3 should not be sleeping
[ 3930.019197] CPU3 is up
[ 3930.022042] ACPI: Waking up from system sleep state S3
[ 3930.038368] thinkpad_acpi: unknown possible thermal alarm or keyboard event received
[ 3930.038369] thinkpad_acpi: unhandled HKEY event 0x6032
[ 3930.038370] thinkpad_acpi: please report the conditions when this event happened to ibm-acpi-devel@lists.sourceforge.net
[ 3930.039536] acpi LNXPOWER:02: Turning OFF
[ 3930.039559] acpi LNXPOWER:01: Turning OFF
[ 3930.039965] ACPI : EC: interrupt unblocked
[ 3930.085378] xhci_hcd 0000:00:14.0: System wakeup disabled by ACPI
[ 3930.085471] PM: noirq resume of devices complete after 45.640 msecs
[ 3930.098876] PM: early resume of devices complete after 13.365 msecs
[ 3930.099023] ACPI : EC: event unblocked
[ 3930.099788] e1000e 0000:00:1f.6: System wakeup disabled by ACPI
[ 3930.100371] sd 2:0:0:0: [sda] Starting disk
[ 3930.100863] rtc_cmos 00:03: System wakeup disabled by ACPI
[ 3930.107237] usb 2-3: usb_reset_and_verify_device Failed to disable LTM
               .
[ 3930.109155] [drm] GuC firmware load skipped
[ 3930.165230] xhci_hcd 0000:00:14.0: port 7 resume PLC timeout
[ 3930.184754] xhci_hcd 0000:00:14.0: port 6 resume PLC timeout
[ 3930.202728] xhci_hcd 0000:00:14.0: port 4 resume PLC timeout
[ 3930.488972] usb 1-5: reset high-speed USB device number 3 using xhci_hcd
[ 3930.845626] usb 1-7: reset full-speed USB device number 5 using xhci_hcd
[ 3930.849024] psmouse serio1: synaptics: queried max coordinates: x [..5676], y [..4690]
[ 3930.883434] psmouse serio1: synaptics: queried min coordinates: x [1266..], y [1162..]
[ 3931.202428] usb 1-8: reset high-speed USB device number 6 using xhci_hcd
[ 3931.242375] [drm] RC6 on
[ 3931.395383] PM: resume of devices complete after 1296.509 msecs
[ 3931.395573] usb 1-7:1.0: rebind failed: -517
[ 3931.395582] usb 1-7:1.1: rebind failed: -517
[ 3931.395952] PM: Finishing wakeup.
[ 3931.395954] Restarting tasks ... done.
[ 3931.407946] thermal thermal_zone2: failed to read out thermal zone (-5)
[ 3931.413311] Bluetooth: hci0: Bootloader revision 0.0 build 26 week 38 2015
[ 3931.415328] Bluetooth: hci0: Device revision is 16
[ 3931.415330] Bluetooth: hci0: Secure boot is enabled
[ 3931.415330] Bluetooth: hci0: OTP lock is enabled
[ 3931.415331] Bluetooth: hci0: API lock is enabled
[ 3931.415331] Bluetooth: hci0: Debug lock is disabled
[ 3931.415332] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[ 3931.565275] usb 2-3: USB disconnect, device number 3
[ 3932.338634] ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 3932.340363] ata3.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[ 3932.340368] ata3.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[ 3932.340371] ata3.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[ 3932.343351] ata3.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded
[ 3932.343356] ata3.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out
[ 3932.343359] ata3.00: ACPI cmd ef/10:03:00:00:00:a0 (SET FEATURES) filtered out
[ 3932.344722] ata3.00: configured for UDMA/100
[ 3932.379526] Bluetooth: hci0: Found device firmware: intel/ibt-12-16.sfi
[ 3932.522182] usb 2-3: new SuperSpeed USB device number 7 using xhci_hcd
[ 3932.558609] usb-storage 2-3:1.0: USB Mass Storage device detected
[ 3932.558774] scsi host3: usb-storage 2-3:1.0
[ 3933.553904] e1000e: enp0s31f6 NIC Link is Down
[ 3933.564090] scsi 3:0:0:0: Direct-Access     Generic- SD/MMC           1.00 PQ: 0 ANSI: 6
[ 3933.564884] sd 3:0:0:0: Attached scsi generic sg1 type 0
[ 3933.567553] sd 3:0:0:0: [sdb] Attached SCSI removable disk
[ 3933.588460] IPv6: ADDRCONF(NETDEV_UP): enp0s31f6: link is not ready
[ 3933.802259] IPv6: ADDRCONF(NETDEV_UP): enp0s31f6: link is not ready
[ 3933.803735] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[ 3933.805941] iwlwifi 0000:04:00.0: L1 Enabled - LTR Enabled
[ 3933.807330] iwlwifi 0000:04:00.0: L1 Enabled - LTR Enabled
[ 3933.924381] iwlwifi 0000:04:00.0: L1 Enabled - LTR Enabled
[ 3933.924986] iwlwifi 0000:04:00.0: L1 Enabled - LTR Enabled
[ 3933.946596] Bluetooth: hci0: Waiting for firmware download to complete
[ 3933.947355] Bluetooth: hci0: Firmware loaded in 2476249 usecs
[ 3933.947483] Bluetooth: hci0: Waiting for device to boot
[ 3933.959378] Bluetooth: hci0: Device booted in 11678 usecs
[ 3933.979508] Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-12-16.ddc
[ 3933.981429] Bluetooth: hci0: Applying Intel DDC parameters completed
[ 3934.006733] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[ 3934.015670] iwlwifi 0000:04:00.0: L1 Enabled - LTR Enabled
[ 3934.017013] iwlwifi 0000:04:00.0: L1 Enabled - LTR Enabled
[ 3934.133096] iwlwifi 0000:04:00.0: L1 Enabled - LTR Enabled
[ 3934.133703] iwlwifi 0000:04:00.0: L1 Enabled - LTR Enabled
[ 3934.216422] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[ 3934.301318] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[ 3937.344344] e1000e: enp0s31f6 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
[ 3937.344405] IPv6: ADDRCONF(NETDEV_CHANGE): enp0s31f6: link becomes ready
[ 4277.902730] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[ 4592.901383] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[ 4907.899831] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[ 5222.896039] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[ 5537.898407] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[ 5616.154932] usb 1-1: new high-speed USB device number 9 using xhci_hcd
[ 5616.347584] hub 1-1:1.0: USB hub found
[ 5616.347964] hub 1-1:1.0: 2 ports detected
[ 5616.455415] usb 2-1: new SuperSpeed USB device number 8 using xhci_hcd
[ 5616.481352] hub 2-1:1.0: USB hub found
[ 5616.482187] hub 2-1:1.0: 2 ports detected
[ 5617.174923] usb 1-1.2: new full-speed USB device number 10 using xhci_hcd
[ 5617.565550] input: Creative Technology Ltd Creative VF0800 as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2:1.3/0003:041E:4099.0003/input/input32
[ 5617.622365] hid-generic 0003:041E:4099.0003: input,hiddev0,hidraw0: USB HID v1.11 Device [Creative Technology Ltd Creative VF0800] on usb-0000:00:14.0-1.2/input3
[ 5618.789386] usb 1-1: USB disconnect, device number 9
[ 5618.789404] usb 1-1.2: cannot submit urb (err = -19)
[ 5618.789564] usb 1-1.2: USB disconnect, device number 10
[ 5618.793729] usb 2-1: USB disconnect, device number 8
[ 5621.011574] usb 1-1: new high-speed USB device number 11 using xhci_hcd
[ 5621.204905] hub 1-1:1.0: USB hub found
[ 5621.205519] hub 1-1:1.0: 2 ports detected
[ 5621.311841] usb 2-1: new SuperSpeed USB device number 9 using xhci_hcd
[ 5621.334648] hub 2-1:1.0: USB hub found
[ 5621.335623] hub 2-1:1.0: 2 ports detected
[ 5621.941696] usb 1-1.2: new full-speed USB device number 12 using xhci_hcd
[ 5622.336778] input: Creative Technology Ltd Creative VF0800 as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2:1.3/0003:041E:4099.0004/input/input33
[ 5622.392484] hid-generic 0003:041E:4099.0004: input,hiddev0,hidraw0: USB HID v1.11 Device [Creative Technology Ltd Creative VF0800] on usb-0000:00:14.0-1.2/input3
[ 5624.258325] usb 2-1.1: new SuperSpeed USB device number 10 using xhci_hcd
[ 5723.763726] usb 1-1: USB disconnect, device number 11
[ 5723.763735] usb 1-1.2: USB disconnect, device number 12
[ 5724.494826] xhci_hcd 0000:00:14.0: Cannot set link state.
[ 5724.494845] usb usb2-port1: cannot disable (err = -32)
[ 5724.494862] usb 2-1: USB disconnect, device number 9
[ 5724.494868] usb 2-1.1: USB disconnect, device number 10
[ 5734.261440] usb 1-1: new high-speed USB device number 13 using xhci_hcd
[ 5734.453858] hub 1-1:1.0: USB hub found
[ 5734.455096] hub 1-1:1.0: 2 ports detected
[ 5734.561512] usb 2-1: new SuperSpeed USB device number 11 using xhci_hcd
[ 5734.584900] hub 2-1:1.0: USB hub found
[ 5734.585210] hub 2-1:1.0: 2 ports detected
[ 5735.174530] usb 1-1.2: new full-speed USB device number 14 using xhci_hcd
[ 5735.568513] input: Creative Technology Ltd Creative VF0800 as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2:1.3/0003:041E:4099.0005/input/input34
[ 5735.625628] hid-generic 0003:041E:4099.0005: input,hiddev0,hidraw0: USB HID v1.11 Device [Creative Technology Ltd Creative VF0800] on usb-0000:00:14.0-1.2/input3
[ 5737.484824] usb 2-1.1: new SuperSpeed USB device number 12 using xhci_hcd
[ 5852.894226] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[ 5857.396199] perf: interrupt took too long (3311 > 3247), lowering kernel.perf_event_max_sample_rate to 60300
[ 6167.896299] IPv6: ADDRCONF(NETDEV_UP): wlp4s0: link is not ready
[ 6227.203595] usb 1-1: USB disconnect, device number 13
[ 6227.203604] usb 1-1.2: USB disconnect, device number 14
[ 6227.934091] xhci_hcd 0000:00:14.0: Cannot set link state.
[ 6227.934107] usb usb2-port1: cannot disable (err = -32)
[ 6227.934121] usb 2-1: USB disconnect, device number 11
[ 6227.934126] usb 2-1.1: USB disconnect, device number 12
[ 6231.157227] usb 1-1: new high-speed USB device number 15 using xhci_hcd
[ 6231.350542] hub 1-1:1.0: USB hub found
[ 6231.351199] hub 1-1:1.0: 2 ports detected
[ 6231.457562] usb 2-1: new SuperSpeed USB device number 13 using xhci_hcd
[ 6231.479706] hub 2-1:1.0: USB hub found
[ 6231.480064] hub 2-1:1.0: 2 ports detected
[ 6232.180651] usb 1-1.2: new full-speed USB device number 16 using xhci_hcd
[ 6232.572535] input: Creative Technology Ltd Creative VF0800 as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2:1.3/0003:041E:4099.0006/input/input35
[ 6232.627238] hid-generic 0003:041E:4099.0006: input,hiddev0,hidraw0: USB HID v1.11 Device [Creative Technology Ltd Creative VF0800] on usb-0000:00:14.0-1.2/input3
[ 6234.504085] usb 2-1.1: new SuperSpeed USB device number 14 using xhci_hcd

Offline

#6 2017-06-28 18:18:29

forQED
Member
Registered: 2017-06-28
Posts: 4

Re: [SOLVED] Webcam not detected by anything

Turned out the uvcvideo driver wasn't installed correctly. I uninstalled libuvc-git form the aur and rebuilt the kernel and it was fixed.

Offline

Board footer

Powered by FluxBB