Ubuntu 内核编译&系统配置
2017/3/19大约 28 分钟约 8400 字
为什么
怎么做
最终效果
为什么?
我的笔记本电脑配置如下
Kabylake i7 7700 CPU
HD630+NVIDIA GTX950m
16GB DDR4 2133
PM871*2 Raid
这应该是我比较满意的配置
编译Lineage OS 仅需一小时
然而比较坑爹的是Linux 各发行版的兼容情况
OPENSUSE 安装正常,使用正常 但关机有时不断电
UBUNTU 16.04* 安装要加nomdoeset,默认内核在intel 显示驱动下关机不断电,休眠死机。。
Fedora25 试过一次,装完后不定时冻住。
所以自己编译内核是比较好的解决方法,而且还能精简掉没用的模块。
怎么做?
我在kernel 4.8.0 oldconfig 上做了以下修改
- 企鹅LOGO
CONFIG_LOGO=y
CONFIG_LOGO_LINUX_CLUT224=y- Intel RST 驱动
CONFIG_INTEL_RST=y- 双显卡支持(Laptop Hybrid Graphics - GPU switching support)
CONFIG_VGA_SWITCHEROO=y- Direct Rendering Manager (XFree86 4.1.0 and higher DRI support)
CONFIG_DRM=y- INTEL GPU 优化 (要加上i915.fastboot=1)
CONFIG_DRM_I915_PRELIMINARY_HW_SUPPORT=y去掉没用的模块,例如各种AMD驱动,模块,无线网卡模块,有线网卡模块
提示:lspci -k
不确定的编译成模块,确定的编译进内核。
把各种firmware 补全。。
接着就可以编译安装内核了。
接下来要处理grub2 的问题(开机紫色屏幕,无法选择启动项)
编辑 /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT=""
GRUB_CMDLINE_LINUX="i915.fastboot=1"
GRUB_TERMINAL=console
GRUB_GFXMODE=1920x1080 //按你的机器修改按以上内容修改,update-grub 即可
效果?
开机速度很快,而且系统稳定,没有坑爹问题发生。
不信你看
[ 0.000000] Linux version 4.8.17 (root@W650DC-i7) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4) ) #1 SMP Tue Mar 14 20:01:39 CST 2017 (Ubuntu 4.8.0-36.36~16.04.1-generic 4.8.11)
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.8.17 root=UUID=462c7423-1137-4ca3-8c1d-0dfca8d9d8de ro i915.fastboot=1
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 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] x86/fpu: Using 'eager' FPU context switches.
[ 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-0x000000000009dfff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009e000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000005c790fff] usable
[ 0.000000] BIOS-e820: [mem 0x000000005c791000-0x000000005c791fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000005c792000-0x000000005c792fff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000005c793000-0x000000006a1aefff] usable
[ 0.000000] BIOS-e820: [mem 0x000000006a1af000-0x000000006ab4ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000006ab50000-0x000000006abe1fff] usable
[ 0.000000] BIOS-e820: [mem 0x000000006abe2000-0x000000006afe1fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000006afe2000-0x000000006b3a2fff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000006b3a3000-0x000000006b3fdfff] type 20
[ 0.000000] BIOS-e820: [mem 0x000000006b3fe000-0x000000006b3fefff] usable
[ 0.000000] BIOS-e820: [mem 0x000000006b3ff000-0x000000006fffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000048effffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] efi: EFI v2.50 by American Megatrends
[ 0.000000] efi: ACPI 2.0=0x6abe2000 ACPI=0x6abe2000 SMBIOS=0x6b316000 SMBIOS 3.0=0x6b315000 ESRT=0x6908b0d8
[ 0.000000] esrt: Reserving ESRT space from 0x000000006908b0d8 to 0x000000006908b110.
[ 0.000000] SMBIOS 3.0.0 present.
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] e820: last_pfn = 0x48f000 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 0080000000 mask 7F80000000 uncachable
[ 0.000000] 1 base 0070000000 mask 7FF0000000 uncachable
[ 0.000000] 2 base 006C000000 mask 7FFC000000 uncachable
[ 0.000000] 3 base 006B800000 mask 7FFF800000 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 = 0x6b3ff max_arch_pfn = 0x400000000
[ 0.000000] Scanning 1 areas for low memory corruption
[ 0.000000] Base memory trampoline at [ffff952400098000] 98000 size 24576
[ 0.000000] Using GB pages for direct mapping
[ 0.000000] BRK [0x488a39000, 0x488a39fff] PGTABLE
[ 0.000000] BRK [0x488a3a000, 0x488a3afff] PGTABLE
[ 0.000000] BRK [0x488a3b000, 0x488a3bfff] PGTABLE
[ 0.000000] BRK [0x488a3c000, 0x488a3cfff] PGTABLE
[ 0.000000] BRK [0x488a3d000, 0x488a3dfff] PGTABLE
[ 0.000000] BRK [0x488a3e000, 0x488a3efff] PGTABLE
[ 0.000000] BRK [0x488a3f000, 0x488a3ffff] PGTABLE
[ 0.000000] BRK [0x488a40000, 0x488a40fff] PGTABLE
[ 0.000000] BRK [0x488a41000, 0x488a41fff] PGTABLE
[ 0.000000] BRK [0x488a42000, 0x488a42fff] PGTABLE
[ 0.000000] RAMDISK: [mem 0x2135a000-0x2c9a4fff]
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x000000006ABE2000 000024 (v02 ALASKA)
[ 0.000000] ACPI: XSDT 0x000000006ABE20B8 0000EC (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: FACP 0x000000006ABFF190 000114 (v06 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: DSDT 0x000000006ABE2238 01CF52 (v02 ALASKA A M I 01072009 INTL 20160422)
[ 0.000000] ACPI: FACS 0x000000006AFC9C40 000040
[ 0.000000] ACPI: APIC 0x000000006ABFF2A8 0000BC (v03 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: FPDT 0x000000006ABFF368 000044 (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: MCFG 0x000000006ABFF3B0 00003C (v01 ALASKA A M I 01072009 MSFT 00000097)
[ 0.000000] ACPI: SSDT 0x000000006ABFF3F0 000377 (v01 SataRe SataTabl 00001000 INTL 20160422)
[ 0.000000] ACPI: FIDT 0x000000006ABFF768 00009C (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: SSDT 0x000000006ABFF808 00324B (v02 SaSsdt SaSsdt 00003000 INTL 20160422)
[ 0.000000] ACPI: SSDT 0x000000006AC02A58 002942 (v02 PegSsd PegSsdt 00001000 INTL 20160422)
[ 0.000000] ACPI: HPET 0x000000006AC053A0 000038 (v01 INTEL KBL 00000001 MSFT 0000005F)
[ 0.000000] ACPI: UEFI 0x000000006AC053D8 000042 (v01 INTEL EDK2 00000002 01000013)
[ 0.000000] ACPI: SSDT 0x000000006AC05420 000EDE (v02 CpuRef CpuSsdt 00003000 INTL 20160422)
[ 0.000000] ACPI: LPIT 0x000000006AC06300 000094 (v01 INTEL KBL 00000000 MSFT 0000005F)
[ 0.000000] ACPI: WSMT 0x000000006AC06398 000028 (v01 INTEL KBL 00000000 MSFT 0000005F)
[ 0.000000] ACPI: SSDT 0x000000006AC063C0 00029F (v02 INTEL sensrhub 00000000 INTL 20160422)
[ 0.000000] ACPI: SSDT 0x000000006AC06660 003002 (v02 INTEL PtidDevc 00001000 INTL 20160422)
[ 0.000000] ACPI: DBGP 0x000000006AC09668 000034 (v01 INTEL 00000002 MSFT 0000005F)
[ 0.000000] ACPI: DBG2 0x000000006AC096A0 000054 (v00 INTEL 00000002 MSFT 0000005F)
[ 0.000000] ACPI: BGRT 0x000000006AC096F8 000038 (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: SSDT 0x000000006AC09730 0000AE (v02 SgRef SgPeg 00001000 INTL 20160422)
[ 0.000000] ACPI: DMAR 0x000000006AC097E0 0000A8 (v01 INTEL KBL 00000001 INTL 00000001)
[ 0.000000] ACPI: UEFI 0x000000006AC09888 00063A (v01 INTEL RstSataE 00000000 ?? 00000000)
[ 0.000000] ACPI: UEFI 0x000000006AC09EC8 00005C (v01 INTEL RstSataV 00000000 ?? 00000000)
[ 0.000000] ACPI: TPM2 0x000000006AC09F28 000034 (v03 Tpm2Tabl 00000001 AMI 00000000)
[ 0.000000] ACPI: SSDT 0x000000006AC09F60 001F4B (v01 OptRef OptTabl 00001000 INTL 20160422)
[ 0.000000] ACPI: ASF! 0x000000006AC0BEB0 0000A0 (v32 INTEL HCG 00000001 TFSM 000F4240)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000048effffff]
[ 0.000000] NODE_DATA(0) allocated [mem 0x48effb000-0x48effffff]
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.000000] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.000000] Normal [mem 0x0000000100000000-0x000000048effffff]
[ 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-0x000000000009dfff]
[ 0.000000] node 0: [mem 0x0000000000100000-0x000000005c790fff]
[ 0.000000] node 0: [mem 0x000000005c793000-0x000000006a1aefff]
[ 0.000000] node 0: [mem 0x000000006ab50000-0x000000006abe1fff]
[ 0.000000] node 0: [mem 0x000000006b3fe000-0x000000006b3fefff]
[ 0.000000] node 0: [mem 0x0000000100000000-0x000000048effffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000048effffff]
[ 0.000000] On node 0 totalpages: 4166108
[ 0.000000] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 22 pages reserved
[ 0.000000] DMA zone: 3996 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 6729 pages used for memmap
[ 0.000000] DMA32 zone: 430656 pages, LIFO batch:31
[ 0.000000] Normal zone: 58304 pages used for memmap
[ 0.000000] Normal zone: 3731456 pages, LIFO batch:31
[ 0.000000] Reserving Intel graphics memory at 0x000000006c000000-0x000000006fffffff
[ 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 8 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 0x0009e000-0x000fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x5c791000-0x5c791fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x5c792000-0x5c792fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x6a1af000-0x6ab4ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x6abe2000-0x6afe1fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x6afe2000-0x6b3a2fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x6b3a3000-0x6b3fdfff]
[ 0.000000] PM: Registered nosave memory: [mem 0x6b3ff000-0x6fffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x70000000-0xdfffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xfdffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed01000-0xfedfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[ 0.000000] e820: [mem 0x70000000-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] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:8 nr_node_ids:1
[ 0.000000] percpu: Embedded 36 pages/cpu @ffff95288ec00000 s107736 r8192 d31528 u262144
[ 0.000000] pcpu-alloc: s107736 r8192 d31528 u262144 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 4100989
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: i915.fastboot=1 BOOT_IMAGE=/boot/vmlinuz-4.8.17 root=UUID=462c7423-1137-4ca3-8c1d-0dfca8d9d8de ro i915.fastboot=1
[ 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: 16108488K/16664432K available (9002K kernel code, 1429K rwdata, 3900K rodata, 1552K init, 1296K bss, 555944K reserved, 0K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] Build-time adjustment of leaf fanout to 64.
[ 0.000000] RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=8.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=8
[ 0.000000] NR_IRQS:33024 nr_irqs:2048 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.000000] tsc: Detected 3600.000 MHz processor
[ 0.000016] Calibrating delay loop (skipped), value calculated using timer frequency.. 7200.00 BogoMIPS (lpj=14400000)
[ 0.000021] pid_max: default: 32768 minimum: 301
[ 0.000029] ACPI: Core revision 20160422
[ 0.026810] ACPI: 9 ACPI AML tables successfully acquired and loaded
[ 0.027392] Security Framework initialized
[ 0.027394] Yama: becoming mindful.
[ 0.027406] AppArmor: AppArmor initialized
[ 0.027909] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[ 0.029966] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[ 0.030819] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.030829] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.031012] CPU: Physical Processor ID: 0
[ 0.031014] CPU: Processor Core ID: 0
[ 0.031018] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 0.031020] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[ 0.031024] mce: CPU supports 10 MCE banks
[ 0.031032] CPU0: Thermal monitoring enabled (TM1)
[ 0.031047] process: using mwait in idle threads
[ 0.031050] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[ 0.031052] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[ 0.031337] Freeing SMP alternatives memory: 32K (ffffffffb6eeb000 - ffffffffb6ef3000)
[ 0.033232] efi_bgrt: Ignoring BGRT: Incorrect BMP magic number 0x0 (expected 0x4d42)
[ 0.033563] ftrace: allocating 34027 entries in 133 pages
[ 0.043888] smpboot: APIC(0) Converting physical 0 to logical package 0
[ 0.043891] smpboot: Max logical packages: 2
[ 0.043894] DMAR: Host address width 39
[ 0.043896] DMAR: DRHD base: 0x000000fed90000 flags: 0x0
[ 0.043902] DMAR: dmar0: reg_base_addr fed90000 ver 1:0 cap 1c0000c40660462 ecap 19e2ff0505e
[ 0.043905] DMAR: DRHD base: 0x000000fed91000 flags: 0x1
[ 0.043908] DMAR: dmar1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 ecap f050da
[ 0.043911] DMAR: RMRR base: 0x0000006a5b5000 end: 0x0000006a5d4fff
[ 0.043913] DMAR: RMRR base: 0x0000006b800000 end: 0x0000006fffffff
[ 0.043916] DMAR-IR: IOAPIC id 2 under DRHD base 0xfed91000 IOMMU 1
[ 0.043918] DMAR-IR: HPET id 0 under DRHD base 0xfed91000
[ 0.043920] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[ 0.045295] DMAR-IR: Enabled IRQ remapping in x2apic mode
[ 0.045297] x2apic enabled
[ 0.045308] Switched APIC routing to cluster x2apic.
[ 0.049417] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.089107] TSC deadline timer enabled
[ 0.089112] smpboot: CPU0: Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz (family: 0x6, model: 0x9e, stepping: 0x9)
[ 0.089117] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[ 0.089138] ... version: 4
[ 0.089140] ... bit width: 48
[ 0.089141] ... generic registers: 4
[ 0.089143] ... value mask: 0000ffffffffffff
[ 0.089145] ... max period: 00007fffffffffff
[ 0.089146] ... fixed-purpose events: 3
[ 0.089148] ... event mask: 000000070000000f
[ 0.089650] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[ 0.089696] x86: Booting SMP configuration:
[ 0.089698] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7
[ 0.106679] x86: Booted up 1 node, 8 CPUs
[ 0.106684] smpboot: Total of 8 processors activated (57600.00 BogoMIPS)
[ 0.113392] devtmpfs: initialized
[ 0.113432] x86/mm: Memory block size: 128MB
[ 0.115236] evm: security.selinux
[ 0.115238] evm: security.SMACK64
[ 0.115240] evm: security.SMACK64EXEC
[ 0.115241] evm: security.SMACK64TRANSMUTE
[ 0.115243] evm: security.SMACK64MMAP
[ 0.115245] evm: security.ima
[ 0.115246] evm: security.capability
[ 0.115279] PM: Registering ACPI NVS region [mem 0x5c791000-0x5c791fff] (4096 bytes)
[ 0.115282] PM: Registering ACPI NVS region [mem 0x6abe2000-0x6afe1fff] (4194304 bytes)
[ 0.115351] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.115383] pinctrl core: initialized pinctrl subsystem
[ 0.115522] RTC time: 9:31:50, date: 03/19/17
[ 0.115578] NET: Registered protocol family 16
[ 0.129064] cpuidle: using governor ladder
[ 0.145076] cpuidle: using governor menu
[ 0.145084] PCCT header not found.
[ 0.145163] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 0.145166] ACPI: bus type PCI registered
[ 0.145168] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.145209] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.145212] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[ 0.145221] PCI: Using configuration type 1 for base access
[ 0.161200] HugeTLB registered 1 GB page size, pre-allocated 0 pages
[ 0.161202] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.161328] ACPI: Added _OSI(Module Device)
[ 0.161330] ACPI: Added _OSI(Processor Device)
[ 0.161332] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.161333] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.162156] ACPI: Executed 33 blocks of module-level executable AML code
[ 0.167849] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 0.170815] ACPI: Dynamic OEM Table Load:
[ 0.170822] ACPI: SSDT 0xFFFF95288BF4A000 000759 (v02 PmRef Cpu0Ist 00003000 INTL 20160422)
[ 0.171321] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.171364] ACPI: \_PR_.CPU0: _OSC native thermal LVT Acked
[ 0.171930] ACPI: Dynamic OEM Table Load:
[ 0.171935] ACPI: SSDT 0xFFFF95288BF46400 0003FF (v02 PmRef Cpu0Cst 00003001 INTL 20160422)
[ 0.172423] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.172667] ACPI: Dynamic OEM Table Load:
[ 0.172672] ACPI: SSDT 0xFFFF95288BF4E000 00065C (v02 PmRef ApIst 00003000 INTL 20160422)
[ 0.173296] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.173401] ACPI: Dynamic OEM Table Load:
[ 0.173406] ACPI: SSDT 0xFFFF95288BFBA200 00018A (v02 PmRef ApCst 00003000 INTL 20160422)
[ 0.173899] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.175317] ACPI : EC: EC started
[ 0.175777] ACPI: Interpreter enabled
[ 0.175808] ACPI: (supports S0 S3 S4 S5)
[ 0.175809] ACPI: Using IOAPIC for interrupt routing
[ 0.175835] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.177320] ACPI: Power Resource [PG00] (on)
[ 0.177662] ACPI: Power Resource [PG01] (on)
[ 0.177927] ACPI: Power Resource [PG02] (on)
[ 0.188229] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[ 0.188235] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 0.188259] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
[ 0.188609] PCI host bridge to bus 0000:00
[ 0.188612] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.188615] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.188617] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.188620] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[ 0.188623] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[ 0.188626] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[ 0.188629] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[ 0.188632] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[ 0.188634] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[ 0.188637] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[ 0.188640] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[ 0.188643] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[ 0.188646] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[ 0.188649] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
[ 0.188651] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
[ 0.188654] pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff window]
[ 0.188657] pci_bus 0000:00: root bus resource [mem 0x70000000-0xdfffffff window]
[ 0.188660] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
[ 0.188663] pci_bus 0000:00: root bus resource [bus 00-fe]
[ 0.188670] pci 0000:00:00.0: [8086:591f] type 00 class 0x060000
[ 0.188741] pci 0000:00:01.0: [8086:1901] type 01 class 0x060400
[ 0.188767] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[ 0.188842] pci 0000:00:01.0: System wakeup disabled by ACPI
[ 0.188888] pci 0000:00:02.0: [8086:5912] type 00 class 0x030000
[ 0.188893] pci 0000:00:02.0: reg 0x10: [mem 0xdd000000-0xddffffff 64bit]
[ 0.188897] pci 0000:00:02.0: reg 0x18: [mem 0xa0000000-0xbfffffff 64bit pref]
[ 0.188900] pci 0000:00:02.0: reg 0x20: [io 0xf000-0xf03f]
[ 0.189035] pci 0000:00:14.0: [8086:a12f] type 00 class 0x0c0330
[ 0.189050] pci 0000:00:14.0: reg 0x10: [mem 0xdf390000-0xdf39ffff 64bit]
[ 0.189106] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 0.189214] pci 0000:00:14.0: System wakeup disabled by ACPI
[ 0.189262] pci 0000:00:16.0: [8086:a13a] type 00 class 0x078000
[ 0.189279] pci 0000:00:16.0: reg 0x10: [mem 0xdf3b2000-0xdf3b2fff 64bit]
[ 0.189342] pci 0000:00:16.0: PME# supported from D3hot
[ 0.189444] pci 0000:00:17.0: [8086:2822] type 00 class 0x010400
[ 0.189455] pci 0000:00:17.0: reg 0x10: [mem 0xdf3a0000-0xdf3a7fff]
[ 0.189460] pci 0000:00:17.0: reg 0x14: [mem 0xdf3b1000-0xdf3b10ff]
[ 0.189466] pci 0000:00:17.0: reg 0x18: [io 0xf090-0xf097]
[ 0.189471] pci 0000:00:17.0: reg 0x1c: [io 0xf080-0xf083]
[ 0.189477] pci 0000:00:17.0: reg 0x20: [io 0xf060-0xf07f]
[ 0.189482] pci 0000:00:17.0: reg 0x24: [mem 0xdf300000-0xdf37ffff]
[ 0.189514] pci 0000:00:17.0: PME# supported from D3hot
[ 0.189598] pci 0000:00:1b.0: [8086:a169] type 01 class 0x060400
[ 0.189644] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.189717] pci 0000:00:1b.0: System wakeup disabled by ACPI
[ 0.189763] pci 0000:00:1c.0: [8086:a112] type 01 class 0x060400
[ 0.189810] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.189881] pci 0000:00:1c.0: System wakeup disabled by ACPI
[ 0.189935] pci 0000:00:1f.0: [8086:a144] type 00 class 0x060100
[ 0.190099] pci 0000:00:1f.2: [8086:a121] type 00 class 0x058000
[ 0.190106] pci 0000:00:1f.2: reg 0x10: [mem 0xdf3ac000-0xdf3affff]
[ 0.190216] pci 0000:00:1f.3: [8086:a170] type 00 class 0x040300
[ 0.190233] pci 0000:00:1f.3: reg 0x10: [mem 0xdf3a8000-0xdf3abfff 64bit]
[ 0.190254] pci 0000:00:1f.3: reg 0x20: [mem 0xdf380000-0xdf38ffff 64bit]
[ 0.190294] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[ 0.190400] pci 0000:00:1f.3: System wakeup disabled by ACPI
[ 0.190431] pci 0000:00:1f.4: [8086:a123] type 00 class 0x0c0500
[ 0.190477] pci 0000:00:1f.4: reg 0x10: [mem 0xdf3b0000-0xdf3b00ff 64bit]
[ 0.190546] pci 0000:00:1f.4: reg 0x20: [io 0xf040-0xf05f]
[ 0.190717] pci 0000:01:00.0: [10de:139a] type 00 class 0x030200
[ 0.190723] pci 0000:01:00.0: reg 0x10: [mem 0xde000000-0xdeffffff]
[ 0.190729] pci 0000:01:00.0: reg 0x14: [mem 0xc0000000-0xcfffffff 64bit pref]
[ 0.190735] pci 0000:01:00.0: reg 0x1c: [mem 0xd0000000-0xd1ffffff 64bit pref]
[ 0.190739] pci 0000:01:00.0: reg 0x24: [io 0xe000-0xe07f]
[ 0.190743] pci 0000:01:00.0: reg 0x30: [mem 0xdf000000-0xdf07ffff pref]
[ 0.190805] pci 0000:01:00.0: System wakeup disabled by ACPI
[ 0.201135] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.201147] pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
[ 0.201153] pci 0000:00:01.0: bridge window [mem 0xde000000-0xdf0fffff]
[ 0.201172] pci 0000:00:01.0: bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
[ 0.201229] pci 0000:02:00.0: [10ec:5287] type 00 class 0xff0000
[ 0.201242] pci 0000:02:00.0: reg 0x10: [mem 0xdf215000-0xdf215fff]
[ 0.201279] pci 0000:02:00.0: reg 0x30: [mem 0xdf200000-0xdf20ffff pref]
[ 0.201350] pci 0000:02:00.0: supports D1 D2
[ 0.201350] pci 0000:02:00.0: PME# supported from D1 D2 D3hot D3cold
[ 0.201390] pci 0000:02:00.0: System wakeup disabled by ACPI
[ 0.201420] pci 0000:02:00.1: [10ec:8168] type 00 class 0x020000
[ 0.201436] pci 0000:02:00.1: reg 0x10: [io 0xd000-0xd0ff]
[ 0.201458] pci 0000:02:00.1: reg 0x18: [mem 0xdf214000-0xdf214fff 64bit]
[ 0.201472] pci 0000:02:00.1: reg 0x20: [mem 0xdf210000-0xdf213fff 64bit]
[ 0.201547] pci 0000:02:00.1: supports D1 D2
[ 0.201547] pci 0000:02:00.1: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.213152] pci 0000:00:1b.0: PCI bridge to [bus 02]
[ 0.213165] pci 0000:00:1b.0: bridge window [io 0xd000-0xdfff]
[ 0.213181] pci 0000:00:1b.0: bridge window [mem 0xdf200000-0xdf2fffff]
[ 0.213248] pci 0000:03:00.0: [8086:3165] type 00 class 0x028000
[ 0.213277] pci 0000:03:00.0: reg 0x10: [mem 0xdf100000-0xdf101fff 64bit]
[ 0.213422] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
[ 0.213475] pci 0000:03:00.0: System wakeup disabled by ACPI
[ 0.225160] pci 0000:00:1c.0: PCI bridge to [bus 03]
[ 0.225188] pci 0000:00:1c.0: bridge window [mem 0xdf100000-0xdf1fffff]
[ 0.225970] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.226007] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
[ 0.226041] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.226076] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.226110] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.226144] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.226178] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.226212] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[ 0.226456] ACPI: Enabled 4 GPEs in block 00 to 7F
[ 0.226484] ACPI : EC: EC stopped
[ 0.226550] ACPI : EC: GPE = 0x3, I/O: command/status = 0x66, data = 0x62
[ 0.226552] ACPI : EC: EC started
[ 0.227118] SCSI subsystem initialized
[ 0.227138] libata version 3.00 loaded.
[ 0.227155] vgaarb: setting as boot device: PCI:0000:00:02.0
[ 0.227157] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.227161] vgaarb: loaded
[ 0.227163] vgaarb: bridge control possible 0000:00:02.0
[ 0.227175] ACPI: bus type USB registered
[ 0.227185] usbcore: registered new interface driver usbfs
[ 0.227190] usbcore: registered new interface driver hub
[ 0.227202] usbcore: registered new device driver usb
[ 0.251462] PCI: Using ACPI for IRQ routing
[ 0.279396] PCI: pci_cache_line_size set to 64 bytes
[ 0.279441] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[ 0.279441] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[ 0.279442] e820: reserve RAM buffer [mem 0x5c791000-0x5fffffff]
[ 0.279442] e820: reserve RAM buffer [mem 0x6a1af000-0x6bffffff]
[ 0.279443] e820: reserve RAM buffer [mem 0x6abe2000-0x6bffffff]
[ 0.279444] e820: reserve RAM buffer [mem 0x6b3ff000-0x6bffffff]
[ 0.279444] e820: reserve RAM buffer [mem 0x48f000000-0x48fffffff]
[ 0.279497] NetLabel: Initializing
[ 0.279499] NetLabel: domain hash size = 128
[ 0.279501] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.279510] NetLabel: unlabeled traffic allowed by default
[ 0.279593] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 0.279598] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[ 0.281638] clocksource: Switched to clocksource hpet
[ 0.286002] VFS: Disk quotas dquot_6.6.0
[ 0.286012] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.286063] AppArmor: AppArmor Filesystem Enabled
[ 0.286083] pnp: PnP ACPI init
[ 0.286228] system 00:00: [io 0x0680-0x069f] has been reserved
[ 0.286231] system 00:00: [io 0xffff] has been reserved
[ 0.286234] system 00:00: [io 0xffff] has been reserved
[ 0.286236] system 00:00: [io 0xffff] has been reserved
[ 0.286238] system 00:00: [io 0x1800-0x18fe] has been reserved
[ 0.286240] system 00:00: [io 0x164e-0x164f] has been reserved
[ 0.286242] system 00:00: [io 0x3322-0x3323] has been reserved
[ 0.286245] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.286306] system 00:01: [io 0x0800-0x087f] has been reserved
[ 0.286309] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.286322] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.286343] system 00:03: [io 0x1854-0x1857] has been reserved
[ 0.286346] system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[ 0.286359] pnp 00:04: Plug and Play ACPI device, IDs PNP0303 (active)
[ 0.286437] pnp 00:05: Plug and Play ACPI device, IDs SYN1218 PNP0f13 (active)
[ 0.286574] system 00:06: [mem 0xfed10000-0xfed17fff] has been reserved
[ 0.286577] system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.286579] system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.286581] system 00:06: [mem 0xe0000000-0xefffffff] has been reserved
[ 0.286583] system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.286586] system 00:06: [mem 0xfed90000-0xfed93fff] could not be reserved
[ 0.286589] system 00:06: [mem 0xfed45000-0xfed8ffff] has been reserved
[ 0.286591] system 00:06: [mem 0xff000000-0xffffffff] has been reserved
[ 0.286593] system 00:06: [mem 0xfee00000-0xfeefffff] could not be reserved
[ 0.286595] system 00:06: [mem 0xdffe0000-0xdfffffff] has been reserved
[ 0.286598] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.286622] system 00:07: [mem 0xfd000000-0xfdabffff] has been reserved
[ 0.286624] system 00:07: [mem 0xfdad0000-0xfdadffff] has been reserved
[ 0.286627] system 00:07: [mem 0xfdb00000-0xfdffffff] has been reserved
[ 0.286629] system 00:07: [mem 0xfe000000-0xfe01ffff] could not be reserved
[ 0.286631] system 00:07: [mem 0xfe036000-0xfe03bfff] has been reserved
[ 0.286633] system 00:07: [mem 0xfe03d000-0xfe3fffff] has been reserved
[ 0.286635] system 00:07: [mem 0xfe410000-0xfe7fffff] has been reserved
[ 0.286638] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.286836] system 00:08: [io 0xff00-0xfffe] has been reserved
[ 0.286839] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.287575] system 00:09: [mem 0xfdaf0000-0xfdafffff] has been reserved
[ 0.287578] system 00:09: [mem 0xfdae0000-0xfdaeffff] has been reserved
[ 0.287580] system 00:09: [mem 0xfdac0000-0xfdacffff] has been reserved
[ 0.287582] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.287984] pnp: PnP ACPI: found 10 devices
[ 0.294439] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.294456] pci 0000:00:01.0: PCI bridge to [bus 01]
[ 0.294459] pci 0000:00:01.0: bridge window [io 0xe000-0xefff]
[ 0.294462] pci 0000:00:01.0: bridge window [mem 0xde000000-0xdf0fffff]
[ 0.294465] pci 0000:00:01.0: bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
[ 0.294470] pci 0000:00:1b.0: PCI bridge to [bus 02]
[ 0.294472] pci 0000:00:1b.0: bridge window [io 0xd000-0xdfff]
[ 0.294476] pci 0000:00:1b.0: bridge window [mem 0xdf200000-0xdf2fffff]
[ 0.294481] pci 0000:00:1c.0: PCI bridge to [bus 03]
[ 0.294485] pci 0000:00:1c.0: bridge window [mem 0xdf100000-0xdf1fffff]
[ 0.294491] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 0.294492] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 0.294493] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.294493] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[ 0.294494] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[ 0.294494] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[ 0.294495] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
[ 0.294495] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
[ 0.294496] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
[ 0.294497] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
[ 0.294497] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
[ 0.294498] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window]
[ 0.294498] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window]
[ 0.294499] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window]
[ 0.294499] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window]
[ 0.294500] pci_bus 0000:00: resource 19 [mem 0x000f0000-0x000fffff window]
[ 0.294500] pci_bus 0000:00: resource 20 [mem 0x70000000-0xdfffffff window]
[ 0.294501] pci_bus 0000:00: resource 21 [mem 0xfd000000-0xfe7fffff window]
[ 0.294502] pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
[ 0.294502] pci_bus 0000:01: resource 1 [mem 0xde000000-0xdf0fffff]
[ 0.294503] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xd1ffffff 64bit pref]
[ 0.294503] pci_bus 0000:02: resource 0 [io 0xd000-0xdfff]
[ 0.294504] pci_bus 0000:02: resource 1 [mem 0xdf200000-0xdf2fffff]
[ 0.294505] pci_bus 0000:03: resource 1 [mem 0xdf100000-0xdf1fffff]
[ 0.294521] NET: Registered protocol family 2
[ 0.294617] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.294731] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.294823] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.294839] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[ 0.294866] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[ 0.294907] NET: Registered protocol family 1
[ 0.294915] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 0.295075] PCI: CLS 64 bytes, default 64
[ 0.295101] Trying to unpack rootfs image as initramfs...
[ 2.158111] Freeing initrd memory: 186668K (ffff95242135a000 - ffff95242c9a5000)
[ 2.158151] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 2.158155] software IO TLB [mem 0x6508b000-0x6908b000] (64MB) mapped at [ffff95246508b000-ffff95246908afff]
[ 2.158230] Scanning for low memory corruption every 60 seconds
[ 2.158514] futex hash table entries: 2048 (order: 5, 131072 bytes)
[ 2.158532] audit: initializing netlink subsys (disabled)
[ 2.158545] audit: type=2000 audit(1489915911.148:1): initialized
[ 2.158759] Initialise system trusted keyrings
[ 2.158851] workingset: timestamp_bits=40 max_order=22 bucket_order=0
[ 2.159754] zbud: loaded
[ 2.159993] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 2.160129] fuse init (API version 7.25)
[ 2.160217] Allocating IMA blacklist keyring.
[ 2.161748] Key type asymmetric registered
[ 2.161750] Asymmetric key parser 'x509' registered
[ 2.161770] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
[ 2.161803] io scheduler noop registered
[ 2.161805] io scheduler deadline registered (default)
[ 2.161810] io scheduler cfq registered
[ 2.162154] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 2.162158] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 2.162177] efifb: probing for efifb
[ 2.162188] efifb: framebuffer at 0xa0000000, using 8128k, total 8128k
[ 2.162190] efifb: mode is 1920x1080x32, linelength=7680, pages=1
[ 2.162192] efifb: scrolling: redraw
[ 2.162194] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 2.164699] Console: switching to colour frame buffer device 240x67
[ 2.167061] fb0: EFI VGA frame buffer device
[ 2.167074] intel_idle: MWAIT substates: 0x142120
[ 2.167075] intel_idle: v0.4.1 model 0x9E
[ 2.167280] intel_idle: lapic_timer_reliable_states 0xffffffff
[ 2.168051] ACPI: AC Adapter [AC] (on-line)
[ 2.168102] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[ 2.168121] ACPI: Power Button [PWRB]
[ 2.168148] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
[ 2.168165] ACPI: Sleep Button [SLPB]
[ 2.168192] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
[ 2.168232] ACPI: Lid Switch [LID0]
[ 2.168259] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[ 2.168281] ACPI: Power Button [PWRF]
[ 2.168503] thermal LNXTHERM:00: registered as thermal_zone0
[ 2.168516] ACPI: Thermal Zone [TZ0] (58 C)
[ 2.168540] GHES: HEST is not enabled!
[ 2.168598] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 2.168927] ACPI: Battery Slot [BAT0] (battery present)
[ 2.169856] Linux agpgart interface v0.103
[ 2.172040] brd: module loaded
[ 2.172883] loop: module loaded
[ 2.172962] [drm] Initialized drm 1.1.0 20060810
[ 2.172992] libphy: Fixed MDIO Bus: probed
[ 2.173002] tun: Universal TUN/TAP device driver, 1.6
[ 2.173013] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[ 2.173052] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[ 2.173067] r8169 0000:02:00.1: can't disable ASPM; OS doesn't have ASPM control
[ 2.182548] r8169 0000:02:00.1 eth0: RTL8411 at 0xffffa61441c40000, 80:fa:5b:33:57:98, XID 1c800800 IRQ 123
[ 2.182569] r8169 0000:02:00.1 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[ 2.182598] PPP generic driver version 2.4.2
[ 2.182639] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 2.182654] ehci-pci: EHCI PCI platform driver
[ 2.182668] ehci-platform: EHCI generic platform driver
[ 2.182685] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 2.182698] ohci-pci: OHCI PCI platform driver
[ 2.182713] ohci-platform: OHCI generic platform driver
[ 2.182728] uhci_hcd: USB Universal Host Controller Interface driver
[ 2.182821] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 2.182836] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[ 2.183921] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00109810
[ 2.184495] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[ 2.184556] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 2.185123] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.185700] usb usb1: Product: xHCI Host Controller
[ 2.186263] usb usb1: Manufacturer: Linux 4.8.17 xhci-hcd
[ 2.186823] usb usb1: SerialNumber: 0000:00:14.0
[ 2.187439] hub 1-0:1.0: USB hub found
[ 2.188006] hub 1-0:1.0: 16 ports detected
[ 2.197060] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 2.197615] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[ 2.198198] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[ 2.198750] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.199307] usb usb2: Product: xHCI Host Controller
[ 2.199866] usb usb2: Manufacturer: Linux 4.8.17 xhci-hcd
[ 2.200412] usb usb2: SerialNumber: 0000:00:14.0
[ 2.201009] hub 2-0:1.0: USB hub found
[ 2.201560] hub 2-0:1.0: 8 ports detected
[ 2.205831] usb: port power management may be unreliable
[ 2.207059] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:SYNM] at 0x60,0x64 irq 1,12
[ 2.754853] i8042: Detected active multiplexing controller, rev 1.1
[ 2.757104] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 2.757671] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[ 2.758238] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[ 2.758795] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[ 2.759347] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[ 2.759983] mousedev: PS/2 mouse device common for all mice
[ 2.760808] rtc_cmos 00:02: RTC can wake from S4
[ 2.761808] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[ 2.762425] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[ 2.762962] i2c /dev entries driver
[ 2.763518] device-mapper: uevent: version 1.0.3
[ 2.764129] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: dm-devel@redhat.com
[ 2.764663] intel_pstate: Intel P-state driver initializing
[ 2.765594] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[ 2.766427] intel_pstate: HWP enabled
[ 2.767259] ledtrig-cpu: registered to indicate activity on CPUs
[ 2.767718] EFI Variables Facility v0.08 2004-May-17
[ 2.797997] NET: Registered protocol family 10
[ 2.798645] NET: Registered protocol family 17
[ 2.799107] Key type dns_resolver registered
[ 2.799734] microcode: sig=0x906e9, pf=0x2, revision=0x48
[ 2.800328] microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[ 2.800941] registered taskstats version 1
[ 2.801401] Loading compiled-in X.509 certificates
[ 2.803598] Loaded X.509 cert 'Build time autogenerated kernel key: 331f4abee19af2d65e2f888d9a5552cfacaa3696'
[ 2.804080] zswap: loaded using pool lzo/zbud
[ 2.812542] Key type big_key registered
[ 2.814312] Key type trusted registered
[ 2.815975] Key type encrypted registered
[ 2.816439] AppArmor: AppArmor sha1 policy hashing enabled
[ 2.816898] ima: No TPM chip found, activating TPM-bypass!
[ 2.817357] evm: HMAC attrs: 0x1
[ 2.818441] Magic number: 9:838:525
[ 2.819101] rtc_cmos 00:02: setting system clock to 2017-03-19 09:31:52 UTC (1489915912)
[ 2.819668] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 2.820123] EDD information not available.
[ 2.820604] PM: Hibernation image not present or could not be loaded.
[ 2.821238] Freeing unused kernel memory: 1552K (ffffffffb6d67000 - ffffffffb6eeb000)
[ 2.821755] Write protecting the kernel read-only data: 14336k
[ 2.822544] Freeing unused kernel memory: 1220K (ffff9528880cf000 - ffff952888200000)
[ 2.823305] Freeing unused kernel memory: 196K (ffff9528885cf000 - ffff952888600000)
[ 2.827609] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 2.835632] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[ 2.836029] random: udevadm: uninitialized urandom read (16 bytes read)
[ 2.836043] random: udevadm: uninitialized urandom read (16 bytes read)
[ 2.836635] random: udevadm: uninitialized urandom read (16 bytes read)
[ 2.836644] random: udevadm: uninitialized urandom read (16 bytes read)
[ 2.836664] random: udevadm: uninitialized urandom read (16 bytes read)
[ 2.836686] random: udevadm: uninitialized urandom read (16 bytes read)
[ 2.836707] random: udevadm: uninitialized urandom read (16 bytes read)
[ 2.836729] random: udevadm: uninitialized urandom read (16 bytes read)
[ 2.836735] random: udevadm: uninitialized urandom read (16 bytes read)
[ 2.858083] hidraw: raw HID events driver (C) Jiri Kosina
[ 2.868896] r8169 0000:02:00.1 enp2s0f1: renamed from eth0
[ 2.874917] ahci 0000:00:17.0: version 3.0
[ 2.875072] ahci 0000:00:17.0: controller can't do SNTF, turning off CAP_SNTF
[ 2.876008] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 4 ports 6 Gbps 0x19 impl RAID mode
[ 2.876857] ahci 0000:00:17.0: flags: 64bit ncq pm led clo only pio slum part deso sadm sds apst
[ 2.877815] rtsx_pci 0000:02:00.0: enabling device (0000 -> 0002)
[ 2.878804] rtsx_pci 0000:02:00.0: rtsx_pci_acquire_irq: pcr->msi_en = 1, pci->irq = 126
[ 2.879709] scsi host0: ahci
[ 2.880810] scsi host1: ahci
[ 2.881793] scsi host2: ahci
[ 2.882742] scsi host3: ahci
[ 2.883684] scsi host4: ahci
[ 2.884535] ata1: SATA max UDMA/133 abar m524288@0xdf300000 port 0xdf300100 irq 125
[ 2.885384] ata2: DUMMY
[ 2.886225] ata3: DUMMY
[ 2.887056] ata4: SATA max UDMA/133 abar m524288@0xdf300000 port 0xdf300280 irq 125
[ 2.887871] ata5: SATA max UDMA/133 abar m524288@0xdf300000 port 0xdf300300 irq 125
[ 2.973702] usb 1-1: new low-speed USB device number 2 using xhci_hcd
[ 2.988237] [drm] Memory usable by graphics device = 4096M
[ 2.988689] checking generic (a0000000 7f0000) vs hw (a0000000 20000000)
[ 2.988689] fb: switching to inteldrmfb from EFI VGA
[ 2.989122] Console: switching to colour dummy device 80x25
[ 2.989204] [drm] Replacing VGA console driver
[ 3.049744] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 3.049747] [drm] Driver supports precise vblank timestamp query.
[ 3.056070] [drm] Finished loading i915/kbl_dmc_ver1_01.bin (v1.1)
[ 3.056637] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 3.110440] [drm] GuC firmware load skipped
[ 3.117091] usb 1-1: New USB device found, idVendor=18f8, idProduct=0f99
[ 3.117094] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 3.117096] usb 1-1: Product: USB OPTICAL MOUSE
[ 3.118706] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 3.118892] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input11
[ 3.118960] ACPI: Video Device [PEGP] (multi-head: no rom: yes post: no)
[ 3.118979] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:12/LNXVIDEO:01/input/input12
[ 3.119047] [drm] Initialized i915 1.6.0 20160711 for 0000:00:02.0 on minor 0
[ 3.123004] fbcon: inteldrmfb (fb0) is primary device
[ 3.149849] Console: switching to colour frame buffer device 240x67
[ 3.169328] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[ 3.200987] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 3.203104] ata1.00: ATA-9: SAMSUNG MZNLN128HCGR-000FB, EMT21Z0Q, max UDMA/133
[ 3.203123] ata1.00: 250069680 sectors, multi 1: LBA48 NCQ (depth 31/32), AA
[ 3.204203] ata1.00: configured for UDMA/133
[ 3.204517] scsi 0:0:0:0: Direct-Access ATA SAMSUNG MZNLN128 1Z0Q PQ: 0 ANSI: 5
[ 3.204864] ata4: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 3.204939] ata5: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 3.206778] ata5.00: ATA-8: HGST HTS541010A9E680, JA0OA560, max UDMA/133
[ 3.206795] ata5.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[ 3.206915] ata4.00: ATA-9: SAMSUNG MZNLN128HCGR-000FB, EMT21Z0Q, max UDMA/133
[ 3.206933] ata4.00: 250069680 sectors, multi 1: LBA48 NCQ (depth 31/32), AA
[ 3.208017] ata4.00: configured for UDMA/133
[ 3.208498] ata5.00: configured for UDMA/133
[ 3.228506] tsc: Refined TSC clocksource calibration: 3600.007 MHz
[ 3.228522] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x33e4598eaeb, max_idle_ns: 440795238508 ns
[ 3.237802] usb 1-2: new high-speed USB device number 3 using xhci_hcd
[ 3.254073] sd 0:0:0:0: [sda] 250069680 512-byte logical blocks: (128 GB/119 GiB)
[ 3.254107] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 3.254194] sd 0:0:0:0: [sda] Write Protect is off
[ 3.254225] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 3.254258] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 3.254500] scsi 3:0:0:0: Direct-Access ATA SAMSUNG MZNLN128 1Z0Q PQ: 0 ANSI: 5
[ 3.255030] sd 0:0:0:0: [sda] Attached SCSI disk
[ 3.377882] sd 3:0:0:0: [sdb] 250069680 512-byte logical blocks: (128 GB/119 GiB)
[ 3.377940] sd 3:0:0:0: Attached scsi generic sg1 type 0
[ 3.377961] sd 3:0:0:0: [sdb] Write Protect is off
[ 3.377962] sd 3:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 3.377968] sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 3.378428] scsi 4:0:0:0: Direct-Access ATA HGST HTS541010A9 A560 PQ: 0 ANSI: 5
[ 3.379899] sd 3:0:0:0: [sdb] Attached SCSI disk
[ 3.407543] usb 1-2: New USB device found, idVendor=04f2, idProduct=b59e
[ 3.407558] usb 1-2: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[ 3.407572] usb 1-2: Product: Chicony USB2.0 Camera
[ 3.407582] usb 1-2: Manufacturer: Chicony Electronics Co.,Ltd.
[ 3.407593] usb 1-2: SerialNumber: 200901010001
[ 3.494116] sd 4:0:0:0: [sdc] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[ 3.494147] sd 4:0:0:0: Attached scsi generic sg2 type 0
[ 3.494163] sd 4:0:0:0: [sdc] 4096-byte physical blocks
[ 3.494203] sd 4:0:0:0: [sdc] Write Protect is off
[ 3.494242] sd 4:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[ 3.494247] sd 4:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 3.529729] usb 1-3: new full-speed USB device number 4 using xhci_hcd
[ 3.534336] sdc: sdc1 sdc2 sdc3
[ 3.535398] sd 4:0:0:0: [sdc] Attached SCSI disk
[ 3.649851] random: fast init done
[ 3.670776] usb 1-3: New USB device found, idVendor=8087, idProduct=0a2a
[ 3.671431] usb 1-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 3.703659] usbcore: registered new interface driver usbhid
[ 3.704427] usbhid: USB HID core driver
[ 3.707022] input: USB OPTICAL MOUSE as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.0/0003:18F8:0F99.0001/input/input13
[ 3.707838] hid-generic 0003:18F8:0F99.0001: input,hidraw0: USB HID v1.10 Mouse [USB OPTICAL MOUSE ] on usb-0000:00:14.0-1/input0
[ 3.708649] input: USB OPTICAL MOUSE as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1:1.1/0003:18F8:0F99.0002/input/input14
[ 3.766061] hid-generic 0003:18F8:0F99.0002: input,hiddev0,hidraw1: USB HID v1.10 Keyboard [USB OPTICAL MOUSE ] on usb-0000:00:14.0-1/input1
[ 4.083355] psmouse serio2: synaptics: queried max coordinates: x [..5674], y [..4764]
[ 4.199838] psmouse serio2: synaptics: queried min coordinates: x [1266..], y [1086..]
[ 4.285438] clocksource: Switched to clocksource tsc
[ 4.346404] psmouse serio2: synaptics: Touchpad model: 1, fw: 8.2, id: 0x1e2b1, caps: 0xf00223/0x840300/0x26800/0x0, board id: 3189, fw id: 2302754
[ 4.390688] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio2/input/input10
[ 4.479105] EXT4-fs (dm-6): mounted filesystem with ordered data mode. Opts: (null)
[ 4.634857] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)
[ 4.635940] systemd[1]: Detected architecture x86-64.
[ 4.639584] systemd[1]: Set hostname to <W650DC-i7>.
[ 4.675780] systemd[1]: Listening on Journal Socket.
[ 4.678087] systemd[1]: Listening on Journal Audit Socket.
[ 4.680292] systemd[1]: Created slice System Slice.
[ 4.682715] systemd[1]: Started Braille Device Support.
[ 4.685235] systemd[1]: Mounting Huge Pages File System...
[ 4.687602] systemd[1]: Created slice User and Session Slice.
[ 4.689870] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[ 4.722616] lp: driver loaded but no devices found
[ 4.725990] ppdev: user-space parallel port driver
[ 4.746210] random: crng init done
[ 4.773409] EXT4-fs (dm-6): re-mounted. Opts: errors=remount-ro
[ 4.786120] systemd-journald[542]: Received request to flush runtime journal from PID 1
[ 4.819851] tpm_crb MSFT0101:00: can't request region for resource [mem 0xfed40080-0xfed40fff]
[ 4.819855] tpm_crb: probe of MSFT0101:00 failed with error -16
[ 4.825913] wmi: Mapper loaded
[ 4.837996] [drm] RC6 on
[ 4.856351] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 4.869081] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[ 4.874609] Bluetooth: Core ver 2.21
[ 4.874617] NET: Registered protocol family 31
[ 4.874618] Bluetooth: HCI device and connection manager initialized
[ 4.874620] Bluetooth: HCI socket layer initialized
[ 4.874621] Bluetooth: L2CAP socket layer initialized
[ 4.874624] Bluetooth: SCO socket layer initialized
[ 4.889494] media: Linux media interface: v0.10
[ 4.912050] AVX2 version of gcm_enc/dec engaged.
[ 4.912051] AES CTR mode by8 optimization enabled
[ 4.933461] Bluetooth: HCI UART driver ver 2.3
[ 4.933462] Bluetooth: HCI UART protocol H4 registered
[ 4.933462] Bluetooth: HCI UART protocol BCSP registered
[ 4.933462] Bluetooth: HCI UART protocol LL registered
[ 4.933463] Bluetooth: HCI UART protocol ATH3K registered
[ 4.933463] Bluetooth: HCI UART protocol Three-wire (H5) registered
[ 4.933483] Bluetooth: HCI UART protocol Intel registered
[ 4.933489] Bluetooth: HCI UART protocol BCM registered
[ 4.933490] Bluetooth: HCI UART protocol QCA registered
[ 4.933490] Bluetooth: HCI UART protocol AG6XX registered
[ 4.935703] usbcore: registered new interface driver btusb
[ 4.935942] Linux video capture interface: v2.00
[ 4.950315] Bluetooth: hci0: read Intel version: 370810011003110e25
[ 4.950319] Bluetooth: hci0: Intel device is already patched. patch num: 25
[ 4.978793] uvcvideo: Found UVC 1.00 device Chicony USB2.0 Camera (04f2:b59e)
[ 5.012173] uvcvideo 1-2:1.0: Entity type for entity Extension 4 was not initialized!
[ 5.012175] uvcvideo 1-2:1.0: Entity type for entity Processing 2 was not initialized!
[ 5.012176] uvcvideo 1-2:1.0: Entity type for entity Camera 1 was not initialized!
[ 5.012241] input: Chicony USB2.0 Camera as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/input/input17
[ 5.013369] usbcore: registered new interface driver uvcvideo
[ 5.013369] USB Video Class driver (1.1.1)
[ 5.020575] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
[ 5.020712] snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[ 5.061616] Intel(R) Wireless WiFi driver for Linux
[ 5.061617] Copyright(c) 2003- 2015 Intel Corporation
[ 5.061734] iwlwifi 0000:03:00.0: enabling device (0000 -> 0002)
[ 5.063037] iwlwifi 0000:03:00.0: Direct firmware load for iwlwifi-7265D-24.ucode failed with error -2
[ 5.063045] iwlwifi 0000:03:00.0: Direct firmware load for iwlwifi-7265D-23.ucode failed with error -2
[ 5.065692] iwlwifi 0000:03:00.0: loaded firmware version 22.361476.0 op_mode iwlmvm
[ 5.078900] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC269VC: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[ 5.078901] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 5.078902] snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x15/0x0/0x0/0x0/0x0)
[ 5.078902] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
[ 5.078903] snd_hda_codec_realtek hdaudioC0D0: inputs:
[ 5.078903] snd_hda_codec_realtek hdaudioC0D0: Mic=0x18
[ 5.078904] snd_hda_codec_realtek hdaudioC0D0: Internal Mic=0x12
[ 5.091993] intel_rapl: Found RAPL domain package
[ 5.091995] intel_rapl: Found RAPL domain core
[ 5.091996] intel_rapl: Found RAPL domain uncore
[ 5.091997] intel_rapl: Found RAPL domain dram
[ 5.101715] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input18
[ 5.101815] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input19
[ 5.101864] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input20
[ 5.101909] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input21
[ 5.101952] input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input22
[ 5.331342] iwlwifi 0000:03:00.0: Detected Intel(R) Dual Band Wireless AC 3165, REV=0x210
[ 5.333376] iwlwifi 0000:03:00.0: L1 Disabled - LTR Disabled
[ 5.333541] iwlwifi 0000:03:00.0: L1 Disabled - LTR Disabled
[ 5.336696] audit: type=1400 audit(1489915915.014:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/ippusbxd" pid=1147 comm="apparmor_parser"
[ 5.336852] audit: type=1400 audit(1489915915.014:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cups-browsed" pid=1145 comm="apparmor_parser"
[ 5.337373] audit: type=1400 audit(1489915915.014:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine" pid=1144 comm="apparmor_parser"
[ 5.337378] audit: type=1400 audit(1489915915.014:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=1144 comm="apparmor_parser"
[ 5.337527] audit: type=1400 audit(1489915915.014:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session" pid=1139 comm="apparmor_parser"
[ 5.337530] audit: type=1400 audit(1489915915.014:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/lightdm/lightdm-guest-session//chromium" pid=1139 comm="apparmor_parser"
[ 5.337707] audit: type=1400 audit(1489915915.018:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=1140 comm="apparmor_parser"
[ 5.337711] audit: type=1400 audit(1489915915.018:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=1140 comm="apparmor_parser"
[ 5.337714] audit: type=1400 audit(1489915915.018:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=1140 comm="apparmor_parser"
[ 5.400401] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[ 5.402300] iwlwifi 0000:03:00.0 wlp3s0: renamed from wlan0
[ 5.466965] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 5.466965] Bluetooth: BNEP filters: protocol multicast
[ 5.466967] Bluetooth: BNEP socket layer initialized
[ 5.555239] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[ 5.557291] iwlwifi 0000:03:00.0: L1 Disabled - LTR Disabled
[ 5.557452] iwlwifi 0000:03:00.0: L1 Disabled - LTR Disabled
[ 5.629684] iwlwifi 0000:03:00.0: L1 Disabled - LTR Disabled
[ 5.629834] iwlwifi 0000:03:00.0: L1 Disabled - LTR Disabled
[ 5.642838] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[ 5.645468] IPv6: ADDRCONF(NETDEV_UP): enp2s0f1: link is not ready
[ 5.663842] r8169 0000:02:00.1 enp2s0f1: link down
[ 5.663909] IPv6: ADDRCONF(NETDEV_UP): enp2s0f1: link is not ready
[ 5.765352] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
[ 6.639231] Bluetooth: RFCOMM TTY layer initialized
[ 6.639235] Bluetooth: RFCOMM socket layer initialized
[ 6.639238] Bluetooth: RFCOMM ver 1.11
[ 12.772086] wlp3s0: authenticate with 4c:60:de:ce:6b:bd
[ 12.777291] wlp3s0: send auth to 4c:60:de:ce:6b:bd (try 1/3)
[ 12.778556] wlp3s0: authenticated
[ 12.781794] wlp3s0: associate with 4c:60:de:ce:6b:bd (try 1/3)
[ 12.783207] wlp3s0: RX AssocResp from 4c:60:de:ce:6b:bd (capab=0x11 status=0 aid=3)
[ 12.785092] wlp3s0: associated
[ 12.785108] IPv6: ADDRCONF(NETDEV_CHANGE): wlp3s0: link becomes ready