You are not logged in.

#1 2016-07-14 03:06:30

JoinTheRealms
Member
Registered: 2015-03-10
Posts: 1

Intel 7260ac only works after suspend cycle

Hi peoples,

Strange issue on my Sony Vaio Pro 13, i believe this is likely an upstream kernel issue but it could be to do with Sony's terrible UEFI implementation, im out of ideas on how to solve it. Tested with the current 4.6 default arch kernel and linux-git in the AUR

The device is NOT assigned as a PCI device on first boot "lspci -v" nor "dmesg" make any mention of the device, until i suspend and resume where the device is assigned and works fine from there.

some device information (after suspend/ resume)
lspci:

01:00.0 Network controller: Intel Corporation Wireless 7260 (rev 4b)
        Subsystem: Intel Corporation Dual Band Wireless-AC 7260
        Flags: bus master, fast devsel, latency 0, IRQ 45
        Memory at df200000 (64-bit, non-prefetchable) [size=8K]
        Capabilities: [c8] Power Management version 3
        Capabilities: [d0] MSI: Enable+ Count=1/1 Maskable- 64bit+
        Capabilities: [40] Express Endpoint, MSI 00
        Capabilities: [100] Advanced Error Reporting
        Capabilities: [140] Device Serial Number 00-15-00-ff-ff-b9-f2-f3
        Capabilities: [14c] Latency Tolerance Reporting
        Capabilities: [154] Vendor Specific Information: ID=cafe Rev=1 Len=014 <?>
        Kernel driver in use: iwlwifi
        Kernel modules: iwlwifi

dmesg:

[    0.000000] Linux version 4.7.0-rc7-g63bab22 (realms@josh-ultrabook) (gcc version 6.1.1 20160602 (GCC) ) #2 SMP PREEMPT Thu Jul 14 12:51:09 NZST 2016
[    0.000000] Command line: initrd=\initramfs-linux-git.img root=UUID=f0869a3e-8ebd-4f16-8082-b55d5110e49c rw quiet
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    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: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' 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-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000ca4b3fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000ca4b4000-0x00000000ca4bafff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000ca4bb000-0x00000000ca8e4fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000ca8e5000-0x00000000cac34fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000cac35000-0x00000000da896fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000da897000-0x00000000dab3ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000dab40000-0x00000000dab55fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000dab56000-0x00000000dbaaafff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000dbaab000-0x00000000dbffefff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000dbfff000-0x00000000dbffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000dd000000-0x00000000df1fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000011fdfffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.31 by American Megatrends
[    0.000000] efi:  ACPI=0xdab44000  ACPI 2.0=0xdab44000  SMBIOS=0xdbf50498 
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: Sony Corporation SVP13216PGB/VAIO, BIOS R1045V7 05/19/2015
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x11fe00 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-DFFFF uncachable
[    0.000000]   E0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0000000000 mask 7F00000000 write-back
[    0.000000]   1 base 0100000000 mask 7FE0000000 write-back
[    0.000000]   2 base 00E0000000 mask 7FE0000000 uncachable
[    0.000000]   3 base 00DE000000 mask 7FFE000000 uncachable
[    0.000000]   4 base 00DD000000 mask 7FFF000000 uncachable
[    0.000000]   5 base 011FE00000 mask 7FFFE00000 uncachable
[    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: update [mem 0xdd000000-0xffffffff] usable ==> reserved
[    0.000000] e820: last_pfn = 0xdc000 max_arch_pfn = 0x400000000
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff880000098000] 98000 size 24576
[    0.000000] Using GB pages for direct mapping
[    0.000000] BRK [0x01b58000, 0x01b58fff] PGTABLE
[    0.000000] BRK [0x01b59000, 0x01b59fff] PGTABLE
[    0.000000] BRK [0x01b5a000, 0x01b5afff] PGTABLE
[    0.000000] BRK [0x01b5b000, 0x01b5bfff] PGTABLE
[    0.000000] BRK [0x01b5c000, 0x01b5cfff] PGTABLE
[    0.000000] BRK [0x01b5d000, 0x01b5dfff] PGTABLE
[    0.000000] RAMDISK: [mem 0x7fc6b000-0x7fffffff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000DAB44000 000024 (v02 Sony  )
[    0.000000] ACPI: XSDT 0x00000000DAB440A0 0000BC (v01 Sony   VAIO     20150519 AMI  00010013)
[    0.000000] ACPI: FACP 0x00000000DAB4EEB8 00010C (v05 Sony   VAIO     20150519 MSFT 00010013)
[    0.000000] ACPI: DSDT 0x00000000DAB441E8 00ACD0 (v02 Sony   VAIO     20150519 INTL 20120711)
[    0.000000] ACPI: FACS 0x00000000DBAA9080 000040
[    0.000000] ACPI: APIC 0x00000000DAB4EFC8 000072 (v03 Sony   VAIO     20150519 MSFT 00010013)
[    0.000000] ACPI: FPDT 0x00000000DAB4F040 000044 (v01 Sony   VAIO     20150519 AMI  00010013)
[    0.000000] ACPI: TCPA 0x00000000DAB4F088 000032 (v02 Sony   VAIO     20150519 MSFT 01000013)
[    0.000000] ACPI: MSDM 0x00000000DAB4F0C0 000055 (v03 Sony   VAIO     20150519 AMI  00010013)
[    0.000000] ACPI: MCFG 0x00000000DAB4F118 00003C (v01 Sony   VAIO     20150519 MSFT 00000097)
[    0.000000] ACPI: HPET 0x00000000DAB4F158 000038 (v01 Sony   VAIO     20150519 MSFT 00000005)
[    0.000000] ACPI: SSDT 0x00000000DAB4F190 000289 (v01 Sony   VAIO     20150519 INTL 20091112)
[    0.000000] ACPI: SSDT 0x00000000DAB4F420 000379 (v01 Sony   VAIO     20150519 INTL 20120711)
[    0.000000] ACPI: PCCT 0x00000000DAB4F7A0 00006E (v05 Sony   VAIO     20150519 INTL 20120711)
[    0.000000] ACPI: SSDT 0x00000000DAB4F810 000AC4 (v01 Sony   VAIO     20150519 INTL 20120711)
[    0.000000] ACPI: SSDT 0x00000000DAB502D8 000473 (v01 Sony   VAIO     20150519 INTL 20051117)
[    0.000000] ACPI: SSDT 0x00000000DAB50750 000AD8 (v01 Sony   VAIO     20150519 INTL 20051117)
[    0.000000] ACPI: SSDT 0x00000000DAB51228 000521 (v01 Sony   VAIO     20150519 INTL 20051117)
[    0.000000] ACPI: SSDT 0x00000000DAB51750 003019 (v01 Sony   VAIO     20150519 INTL 20091112)
[    0.000000] ACPI: SLIC 0x00000000DAB54770 000176 (v01 Sony   VAIO     20150519 Sony 01000000)
[    0.000000] ACPI: ECDT 0x00000000DAB548E8 0000C1 (v01 Sony   VAIO     20150519 MSFT 00000005)
[    0.000000] ACPI: BGRT 0x00000000DAB549B0 000038 (v00 Sony   VAIO     20150519 AMI  00010013)
[    0.000000] ACPI: SSDT 0x00000000DAB549E8 000710 (v01 Sony   VAIO     20150519 INTL 20091112)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000011fdfffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x11fdf8000-0x11fdfbfff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000011fdfffff]
[    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-0x00000000ca4b3fff]
[    0.000000]   node   0: [mem 0x00000000ca4bb000-0x00000000ca8e4fff]
[    0.000000]   node   0: [mem 0x00000000cac35000-0x00000000da896fff]
[    0.000000]   node   0: [mem 0x00000000dbfff000-0x00000000dbffffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000011fdfffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000011fdfffff]
[    0.000000] On node 0 totalpages: 1024733
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3996 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 13910 pages used for memmap
[    0.000000]   DMA32 zone: 890177 pages, LIFO batch:31
[    0.000000]   Normal zone: 2040 pages used for memmap
[    0.000000]   Normal zone: 130560 pages, LIFO batch:31
[    0.000000] Reserving Intel graphics stolen memory at 0xdd200000-0xdf1fffff
[    0.000000] ACPI: PM-Timer IO Port: 0x1808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-39
[    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: 0x8086a701 base: 0xfed00000
[    0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xca4b4000-0xca4bafff]
[    0.000000] PM: Registered nosave memory: [mem 0xca8e5000-0xcac34fff]
[    0.000000] PM: Registered nosave memory: [mem 0xda897000-0xdab3ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xdab40000-0xdab55fff]
[    0.000000] PM: Registered nosave memory: [mem 0xdab56000-0xdbaaafff]
[    0.000000] PM: Registered nosave memory: [mem 0xdbaab000-0xdbffefff]
[    0.000000] PM: Registered nosave memory: [mem 0xdc000000-0xdcffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xdd000000-0xdf1fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xdf200000-0xf7ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfc000000-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-0xfed03fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed20000-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 0xdf200000-0xf7ffffff] 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 33 pages/cpu @ffff88011fa00000 s97944 r8192 d29032 u524288
[    0.000000] pcpu-alloc: s97944 r8192 d29032 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: 1008698
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: initrd=\initramfs-linux-git.img root=UUID=f0869a3e-8ebd-4f16-8082-b55d5110e49c rw quiet
[    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: 3924140K/4098932K available (6020K kernel code, 978K rwdata, 1836K rodata, 1244K init, 1164K bss, 174792K 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:728 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: 133484882848 ns
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 2294.755 MHz processor
[    0.000034] Calibrating delay loop (skipped), value calculated using timer frequency.. 4591.73 BogoMIPS (lpj=7649183)
[    0.000038] pid_max: default: 32768 minimum: 301
[    0.000046] ACPI: Core revision 20160422
[    0.020658] ACPI: 9 ACPI AML tables successfully acquired and loaded

[    0.021344] Security Framework initialized
[    0.021346] Yama: becoming mindful.
[    0.021670] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.022732] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.023199] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.023208] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.023473] CPU: Physical Processor ID: 0
[    0.023474] CPU: Processor Core ID: 0
[    0.023480] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.023481] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.023486] mce: CPU supports 7 MCE banks
[    0.023497] CPU0: Thermal monitoring enabled (TM1)
[    0.023513] process: using mwait in idle threads
[    0.023517] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
[    0.023519] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
[    0.023976] Freeing SMP alternatives memory: 24K (ffffffff81a2d000 - ffffffff81a33000)
[    0.028370] ftrace: allocating 23803 entries in 93 pages
[    0.041192] smpboot: Max logical packages: 2
[    0.041195] smpboot: APIC(0) Converting physical 0 to logical package 0
[    0.041801] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.074810] TSC deadline timer enabled
[    0.074813] smpboot: CPU0: Intel(R) Core(TM) i5-4200U CPU @ 1.60GHz (family: 0x6, model: 0x45, stepping: 0x1)
[    0.074818] Performance Events: PEBS fmt2+, 16-deep LBR, Haswell events, full-width counters, Intel PMU driver.
[    0.074844] ... version:                3
[    0.074845] ... bit width:              48
[    0.074846] ... generic registers:      4
[    0.074847] ... value mask:             0000ffffffffffff
[    0.074849] ... max period:             0000ffffffffffff
[    0.074850] ... fixed-purpose events:   3
[    0.074851] ... event mask:             000000070000000f
[    0.098283] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.114917] x86: Booting SMP configuration:
[    0.114919] .... node  #0, CPUs:      #1 #2 #3
[    0.393800] x86: Booted up 1 node, 4 CPUs
[    0.393804] smpboot: Total of 4 processors activated (18370.63 BogoMIPS)
[    0.398563] devtmpfs: initialized
[    0.398636] x86/mm: Memory block size: 128MB
[    0.401185] PM: Registering ACPI NVS region [mem 0xca4b4000-0xca4bafff] (28672 bytes)
[    0.401188] PM: Registering ACPI NVS region [mem 0xdab56000-0xdbaaafff] (16076800 bytes)
[    0.401483] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.401524] pinctrl core: initialized pinctrl subsystem
[    0.401572] RTC time:  2:43:07, date: 07/14/16
[    0.401706] NET: Registered protocol family 16
[    0.415012] cpuidle: using governor ladder
[    0.425018] cpuidle: using governor menu
[    0.425038] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.425040] ACPI: bus type PCI registered
[    0.425042] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.425104] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.425107] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.425114] pmd_set_huge: Cannot satisfy [mem 0xf8000000-0xf8200000] with a huge-page mapping due to MTRR override.
[    0.425210] PCI: Using configuration type 1 for base access
[    0.425229] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
[    0.435159] HugeTLB registered 1 GB page size, pre-allocated 0 pages
[    0.435162] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.435394] ACPI: Added _OSI(Module Device)
[    0.435396] ACPI: Added _OSI(Processor Device)
[    0.435398] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.435399] ACPI: Added _OSI(Processor Aggregator Device)
[    0.435402] ACPI : EC: EC description table is found, configuring boot EC
[    0.435404] ACPI : EC: EC started
[    0.509127] ACPI: Executed 1 blocks of module-level executable AML code
[    0.512937] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.513493] ACPI: Dynamic OEM Table Load:
[    0.513500] ACPI: SSDT 0xFFFF88011A77D000 0003D3 (v01 PmRef  Cpu0Cst  00003001 INTL 20051117)
[    0.514115] ACPI: Dynamic OEM Table Load:
[    0.514120] ACPI: SSDT 0xFFFF88011A55B000 0005AA (v01 PmRef  ApIst    00003000 INTL 20051117)
[    0.514771] ACPI: Dynamic OEM Table Load:
[    0.514775] ACPI: SSDT 0xFFFF88011A775800 000119 (v01 PmRef  ApCst    00003000 INTL 20051117)
[    0.515713] ACPI: Interpreter enabled
[    0.515742] ACPI: (supports S0 S3 S4 S5)
[    0.515743] ACPI: Using IOAPIC for interrupt routing
[    0.515767] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.600563] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[    0.600568] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.600808] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug PME]
[    0.600917] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
[    0.600919] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.601433] PCI host bridge to bus 0000:00
[    0.601436] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.601437] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.601439] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.601440] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[    0.601441] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[    0.601443] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[    0.601444] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[    0.601445] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    0.601446] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    0.601448] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    0.601449] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    0.601450] pci_bus 0000:00: root bus resource [mem 0xdf200000-0xfeafffff window]
[    0.601452] pci_bus 0000:00: root bus resource [bus 00-3e]
[    0.601459] pci 0000:00:00.0: [8086:0a04] type 00 class 0x060000
[    0.601653] pci 0000:00:02.0: [8086:0a16] type 00 class 0x030000
[    0.601663] pci 0000:00:02.0: reg 0x10: [mem 0xf6400000-0xf67fffff 64bit]
[    0.601669] pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.601674] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
[    0.601867] pci 0000:00:03.0: [8086:0a0c] type 00 class 0x040300
[    0.601875] pci 0000:00:03.0: reg 0x10: [mem 0xf7c14000-0xf7c17fff 64bit]
[    0.602081] pci 0000:00:14.0: [8086:9c31] type 00 class 0x0c0330
[    0.602096] pci 0000:00:14.0: reg 0x10: [mem 0xf7c00000-0xf7c0ffff 64bit]
[    0.602148] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.602292] pci 0000:00:14.0: System wakeup disabled by ACPI
[    0.602327] pci 0000:00:16.0: [8086:9c3a] type 00 class 0x078000
[    0.602343] pci 0000:00:16.0: reg 0x10: [mem 0xf7c1c000-0xf7c1c01f 64bit]
[    0.602397] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.602579] pci 0000:00:1b.0: [8086:9c20] type 00 class 0x040300
[    0.602591] pci 0000:00:1b.0: reg 0x10: [mem 0xf7c10000-0xf7c13fff 64bit]
[    0.602642] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.602788] pci 0000:00:1b.0: System wakeup disabled by ACPI
[    0.602821] pci 0000:00:1c.0: [8086:9c14] type 01 class 0x060400
[    0.602878] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.603057] pci 0000:00:1c.0: System wakeup disabled by ACPI
[    0.603093] pci 0000:00:1c.3: [8086:9c16] type 01 class 0x060400
[    0.603149] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    0.603323] pci 0000:00:1c.3: System wakeup disabled by ACPI
[    0.603357] pci 0000:00:1c.4: [8086:9c1a] type 01 class 0x060400
[    0.603420] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.603593] pci 0000:00:1c.4: System wakeup disabled by ACPI
[    0.603632] pci 0000:00:1d.0: [8086:9c26] type 00 class 0x0c0320
[    0.603648] pci 0000:00:1d.0: reg 0x10: [mem 0xf7c1a000-0xf7c1a3ff]
[    0.603726] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.603884] pci 0000:00:1d.0: System wakeup disabled by ACPI
[    0.603920] pci 0000:00:1f.0: [8086:9c43] type 00 class 0x060100
[    0.604189] pci 0000:00:1f.3: [8086:9c22] type 00 class 0x0c0500
[    0.604202] pci 0000:00:1f.3: reg 0x10: [mem 0xf7c19000-0xf7c190ff 64bit]
[    0.604219] pci 0000:00:1f.3: reg 0x20: [io  0xf040-0xf05f]
[    0.604442] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.604488] pci 0000:00:1c.3: PCI bridge to [bus 02]
[    0.604490] pci 0000:00:1c.3:   bridge window [io  0xe000-0xefff]
[    0.604493] pci 0000:00:1c.3:   bridge window [mem 0xf7200000-0xf7bfffff]
[    0.604497] pci 0000:00:1c.3:   bridge window [mem 0xf0a00000-0xf13fffff 64bit pref]
[    0.604603] pci 0000:03:00.0: [144d:a800] type 00 class 0x010601
[    0.604664] pci 0000:03:00.0: reg 0x24: [mem 0xf6810000-0xf6811fff]
[    0.604676] pci 0000:03:00.0: reg 0x30: [mem 0xf6800000-0xf680ffff pref]
[    0.604741] pci 0000:03:00.0: PME# supported from D3hot D3cold
[    0.604775] pci 0000:03:00.0: System wakeup disabled by ACPI
[    0.608511] pci 0000:00:1c.4: PCI bridge to [bus 03]
[    0.608515] pci 0000:00:1c.4:   bridge window [io  0xd000-0xdfff]
[    0.608519] pci 0000:00:1c.4:   bridge window [mem 0xf6800000-0xf71fffff]
[    0.608525] pci 0000:00:1c.4:   bridge window [mem 0xf0000000-0xf09fffff 64bit pref]
[    0.648863] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.648926] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.648986] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.649045] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.649106] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.649165] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.649224] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.649282] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.649595] ACPI: Enabled 3 GPEs in block 00 to 7F
[    0.649625] ACPI : EC: EC stopped
[    0.649669] ACPI : EC: GPE = 0x7, I/O: command/status = 0x66, data = 0x62
[    0.649670] ACPI : EC: EC started
[    0.702070] vgaarb: setting as boot device: PCI:0000:00:02.0
[    0.702073] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.702076] vgaarb: loaded
[    0.702078] vgaarb: bridge control possible 0000:00:02.0
[    0.702208] PCI: Using ACPI for IRQ routing
[    0.703550] PCI: pci_cache_line_size set to 64 bytes
[    0.703631] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[    0.703632] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    0.703634] e820: reserve RAM buffer [mem 0xca4b4000-0xcbffffff]
[    0.703635] e820: reserve RAM buffer [mem 0xca8e5000-0xcbffffff]
[    0.703636] e820: reserve RAM buffer [mem 0xda897000-0xdbffffff]
[    0.703637] e820: reserve RAM buffer [mem 0x11fe00000-0x11fffffff]
[    0.703715] NetLabel: Initializing
[    0.703716] NetLabel:  domain hash size = 128
[    0.703717] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.703726] NetLabel:  unlabeled traffic allowed by default
[    0.703764] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.703769] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.705780] amd_nb: Cannot enumerate AMD northbridges
[    0.705792] clocksource: Switched to clocksource hpet
[    0.710361] VFS: Disk quotas dquot_6.6.0
[    0.710377] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.710444] pnp: PnP ACPI init
[    0.710584] pnp 00:00: Plug and Play ACPI device, IDs PNP0c31 (active)
[    0.710729] system 00:01: [io  0x0680-0x069f] has been reserved
[    0.710731] system 00:01: [io  0x2008-0x200b] has been reserved
[    0.710732] system 00:01: [io  0xffff] has been reserved
[    0.710734] system 00:01: [io  0xffff] has been reserved
[    0.710735] system 00:01: [io  0x1c00-0x1cfe] has been reserved
[    0.710737] system 00:01: [io  0x1d00-0x1dfe] has been reserved
[    0.710738] system 00:01: [io  0x1e00-0x1efe] has been reserved
[    0.710739] system 00:01: [io  0x1f00-0x1ffe] has been reserved
[    0.710741] system 00:01: [io  0x1800-0x18fe] has been reserved
[    0.710742] system 00:01: [io  0x164e-0x164f] has been reserved
[    0.710745] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.710767] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.710808] system 00:03: [io  0x1854-0x1857] has been reserved
[    0.710810] system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.710849] system 00:04: [io  0x04d0-0x04d1] has been reserved
[    0.710851] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.710880] pnp 00:05: Plug and Play ACPI device, IDs SNYa009 PNP030b (active)
[    0.710916] pnp 00:06: Plug and Play ACPI device, IDs FOX0015 PNP0f13 (active)
[    0.729706] system 00:07: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.729710] system 00:07: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.729712] system 00:07: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.729714] system 00:07: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.729716] system 00:07: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.729718] system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.729720] system 00:07: [mem 0xfed90000-0xfed93fff] has been reserved
[    0.729724] system 00:07: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.729726] system 00:07: [mem 0xff000000-0xffffffff] has been reserved
[    0.729729] system 00:07: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.729731] system 00:07: [mem 0xf7fef000-0xf7feffff] has been reserved
[    0.729733] system 00:07: [mem 0xf7ff0000-0xf7ffffff] has been reserved
[    0.729737] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.730027] pnp: PnP ACPI: found 8 devices
[    0.736294] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.736307] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 01] add_size 1000
[    0.736310] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000 add_align 100000
[    0.736312] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 01] add_size 200000 add_align 100000
[    0.736327] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] res_to_dev_res add_size 200000 min_align 100000
[    0.736329] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x002fffff] res_to_dev_res add_size 200000 min_align 100000
[    0.736330] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[    0.736332] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x002fffff 64bit pref] res_to_dev_res add_size 200000 min_align 100000
[    0.736333] pci 0000:00:1c.0: res[13]=[io  0x1000-0x0fff] res_to_dev_res add_size 1000 min_align 1000
[    0.736335] pci 0000:00:1c.0: res[13]=[io  0x1000-0x1fff] res_to_dev_res add_size 1000 min_align 1000
[    0.736340] pci 0000:00:1c.0: BAR 14: assigned [mem 0xdf200000-0xdf3fffff]
[    0.736347] pci 0000:00:1c.0: BAR 15: assigned [mem 0xdf400000-0xdf5fffff 64bit pref]
[    0.736349] pci 0000:00:1c.0: BAR 13: assigned [io  0x3000-0x3fff]
[    0.736352] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.736355] pci 0000:00:1c.0:   bridge window [io  0x3000-0x3fff]
[    0.736360] pci 0000:00:1c.0:   bridge window [mem 0xdf200000-0xdf3fffff]
[    0.736363] pci 0000:00:1c.0:   bridge window [mem 0xdf400000-0xdf5fffff 64bit pref]
[    0.736367] pci 0000:00:1c.3: PCI bridge to [bus 02]
[    0.736369] pci 0000:00:1c.3:   bridge window [io  0xe000-0xefff]
[    0.736373] pci 0000:00:1c.3:   bridge window [mem 0xf7200000-0xf7bfffff]
[    0.736376] pci 0000:00:1c.3:   bridge window [mem 0xf0a00000-0xf13fffff 64bit pref]
[    0.736381] pci 0000:00:1c.4: PCI bridge to [bus 03]
[    0.736383] pci 0000:00:1c.4:   bridge window [io  0xd000-0xdfff]
[    0.736387] pci 0000:00:1c.4:   bridge window [mem 0xf6800000-0xf71fffff]
[    0.736390] pci 0000:00:1c.4:   bridge window [mem 0xf0000000-0xf09fffff 64bit pref]
[    0.736396] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.736397] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.736399] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.736400] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[    0.736401] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[    0.736402] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[    0.736404] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
[    0.736405] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
[    0.736406] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
[    0.736408] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
[    0.736409] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
[    0.736410] pci_bus 0000:00: resource 15 [mem 0xdf200000-0xfeafffff window]
[    0.736412] pci_bus 0000:01: resource 0 [io  0x3000-0x3fff]
[    0.736413] pci_bus 0000:01: resource 1 [mem 0xdf200000-0xdf3fffff]
[    0.736415] pci_bus 0000:01: resource 2 [mem 0xdf400000-0xdf5fffff 64bit pref]
[    0.736416] pci_bus 0000:02: resource 0 [io  0xe000-0xefff]
[    0.736417] pci_bus 0000:02: resource 1 [mem 0xf7200000-0xf7bfffff]
[    0.736419] pci_bus 0000:02: resource 2 [mem 0xf0a00000-0xf13fffff 64bit pref]
[    0.736420] pci_bus 0000:03: resource 0 [io  0xd000-0xdfff]
[    0.736421] pci_bus 0000:03: resource 1 [mem 0xf6800000-0xf71fffff]
[    0.736423] pci_bus 0000:03: resource 2 [mem 0xf0000000-0xf09fffff 64bit pref]
[    0.736445] NET: Registered protocol family 2
[    0.736583] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[    0.736636] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[    0.736694] TCP: Hash tables configured (established 32768 bind 32768)
[    0.736714] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    0.736725] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    0.736763] NET: Registered protocol family 1
[    0.736774] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.737026] PCI: CLS 64 bytes, default 64
[    0.737059] Unpacking initramfs...
[    0.798606] Freeing initrd memory: 3668K (ffff88007fc6b000 - ffff880080000000)
[    0.798610] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.798612] software IO TLB [mem 0xd4812000-0xd8812000] (64MB) mapped at [ffff8800d4812000-ffff8800d8811fff]
[    0.798634] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
[    0.798636] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[    0.798637] RAPL PMU: hw unit of domain package 2^-14 Joules
[    0.798638] RAPL PMU: hw unit of domain dram 2^-14 Joules
[    0.798639] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[    0.798748] Scanning for low memory corruption every 60 seconds
[    0.798959] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.799371] Initialise system trusted keyrings
[    0.799444] workingset: timestamp_bits=38 max_order=20 bucket_order=0
[    0.800857] zbud: loaded
[    0.801051] Key type big_key registered
[    0.801225] Key type asymmetric registered
[    0.801264] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[    0.801287] io scheduler noop registered
[    0.801289] io scheduler deadline registered
[    0.801316] io scheduler cfq registered (default)
[    0.801646] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.801650] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.801661] efifb: probing for efifb
[    0.801680] efifb: framebuffer at 0xe0000000, using 8100k, total 8100k
[    0.801681] efifb: mode is 1920x1080x32, linelength=7680, pages=1
[    0.801682] efifb: scrolling: redraw
[    0.801683] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.805662] Console: switching to colour frame buffer device 240x67
[    0.809537] fb0: EFI VGA frame buffer device
[    0.809544] intel_idle: MWAIT substates: 0x11142120
[    0.809545] intel_idle: v0.4.1 model 0x45
[    0.809734] intel_idle: lapic_timer_reliable_states 0xffffffff
[    0.809831] GHES: HEST is not enabled!
[    0.809872] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    0.810212] Linux agpgart interface v0.103
[    0.810476] rtc_cmos 00:02: RTC can wake from S4
[    0.810604] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[    0.810630] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    0.810640] intel_pstate: Intel P-state driver initializing
[    0.810766] ledtrig-cpu: registered to indicate activity on CPUs
[    0.811685] NET: Registered protocol family 10
[    0.812119] NET: Registered protocol family 17
[    0.812531] microcode: CPU0 sig=0x40651, pf=0x40, revision=0x16
[    0.812574] microcode: CPU1 sig=0x40651, pf=0x40, revision=0x16
[    0.812596] microcode: CPU2 sig=0x40651, pf=0x40, revision=0x16
[    0.812628] microcode: CPU3 sig=0x40651, pf=0x40, revision=0x16
[    0.812748] microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    0.813088] registered taskstats version 1
[    0.813091] Loading compiled-in X.509 certificates
[    0.813130] zswap: loaded using pool lzo/zbud
[    0.817349]   Magic number: 8:949:712
[    0.817486] rtc_cmos 00:02: setting system clock to 2016-07-14 02:43:07 UTC (1468464187)
[    0.817651] PM: Hibernation image not present or could not be loaded.
[    0.820081] Freeing unused kernel memory: 1244K (ffffffff818f6000 - ffffffff81a2d000)
[    0.820085] Write protecting the kernel read-only data: 8192k
[    0.820457] Freeing unused kernel memory: 108K (ffff8800015e5000 - ffff880001600000)
[    0.821818] Freeing unused kernel memory: 212K (ffff8800017cb000 - ffff880001800000)
[    0.835432] random: systemd-tmpfile urandom read with 2 bits of entropy available
[    0.859487] pci_bus 0000:01: Allocating resources
[    0.859503] pci_bus 0000:02: Allocating resources
[    0.859514] pci_bus 0000:03: Allocating resources
[    0.865077] i8042: PNP: PS/2 Controller [PNP030b:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    0.867204] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.867264] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.871822] ACPI: bus type USB registered
[    0.871846] usbcore: registered new interface driver usbfs
[    0.871856] usbcore: registered new interface driver hub
[    0.871881] usbcore: registered new device driver usb
[    0.872751] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.872955] ehci-pci: EHCI PCI platform driver
[    0.872987] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.872997] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    0.873439] SCSI subsystem initialized
[    0.874083] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0004b810
[    0.874092] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    0.874366] hub 1-0:1.0: USB hub found
[    0.874383] hub 1-0:1.0: 9 ports detected
[    0.874733] libata version 3.00 loaded.
[    0.875280] ahci 0000:03:00.0: version 3.0
[    0.875803] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.875810] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    0.876009] hub 2-0:1.0: USB hub found
[    0.876022] hub 2-0:1.0: 4 ports detected
[    0.876824] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    0.876830] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 3
[    0.876842] ehci-pci 0000:00:1d.0: debug port 2
[    0.880737] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[    0.880746] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7c1a000
[    0.885475] ahci 0000:03:00.0: AHCI 0001.0300 32 slots 1 ports 6 Gbps 0x1 impl SATA mode
[    0.885480] ahci 0000:03:00.0: flags: 64bit ncq led clo only pio ccc 
[    0.885660] scsi host0: ahci
[    0.885745] ata1: SATA max UDMA/133 abar m8192@0xf6810000 port 0xf6810100 irq 16
[    0.889179] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    0.889363] hub 3-0:1.0: USB hub found
[    0.889371] hub 3-0:1.0: 2 ports detected
[    0.905523] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    1.195854] usb 3-1: new high-speed USB device number 2 using ehci-pci
[    1.196720] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.197081] ata1.00: ATA-9: SAMSUNG MZHPU128HCGM-00000, UXM6401Q, max UDMA/133
[    1.197086] ata1.00: 250069680 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    1.202241] ata1.00: configured for UDMA/133
[    1.202511] scsi 0:0:0:0: Direct-Access     ATA      SAMSUNG MZHPU128 401Q PQ: 0 ANSI: 5
[    1.230730] sd 0:0:0:0: [sda] 250069680 512-byte logical blocks: (128 GB/119 GiB)
[    1.230788] sd 0:0:0:0: [sda] Write Protect is off
[    1.230792] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.230819] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.232476] usb 1-3: new full-speed USB device number 2 using xhci_hcd
[    1.232515]  sda: sda1 sda2 sda3
[    1.233100] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.291580] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[    1.319864] hub 3-1:1.0: USB hub found
[    1.320046] hub 3-1:1.0: 8 ports detected
[    1.349443] ip_tables: (C) 2000-2006 Netfilter Core Team
[    1.370739] systemd[1]: systemd 230 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
[    1.370886] systemd[1]: Detected architecture x86-64.
[    1.371101] systemd[1]: Set hostname to <josh-ultrabook>.
[    1.430890] systemd[1]: tmp.mount: Cannot add dependency job, ignoring: Unit tmp.mount is masked.
[    1.430957] systemd[1]: tmp.mount: Cannot add dependency job, ignoring: Unit tmp.mount is masked.
[    1.431689] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    1.431756] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    1.431804] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    1.432547] systemd[1]: Listening on Process Core Dump Socket.
[    1.432900] systemd[1]: Created slice System Slice.
[    1.433011] systemd[1]: Created slice system-getty.slice.
[    1.433055] systemd[1]: Listening on udev Control Socket.
[    1.433097] systemd[1]: Listening on Journal Socket.
[    1.446013] systemd[1]: Starting Setup Virtual Console...
[    1.446674] systemd[1]: Mounting POSIX Message Queue File System...
[    1.447396] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[    1.447456] systemd[1]: Listening on udev Kernel Socket.
[    1.447491] systemd[1]: Reached target Remote File Systems.
[    1.448097] systemd[1]: Starting Remount Root and Kernel File Systems...
[    1.448194] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    1.448813] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[    1.448972] systemd[1]: Created slice User and Session Slice.
[    1.448997] systemd[1]: Reached target Slices.
[    1.449503] systemd[1]: Mounting Debug File System...
[    1.449565] systemd[1]: Listening on LVM2 metadata daemon socket.
[    1.449589] systemd[1]: Reached target Encrypted Volumes.
[    1.452172] EXT4-fs (sda2): re-mounted. Opts: discard
[    1.453492] systemd[1]: Mounting Huge Pages File System...
[    1.453579] systemd[1]: Listening on Journal Socket (/dev/log).
[    1.454097] systemd[1]: Starting Journal Service...
[    1.456083] systemd[1]: Starting Load Kernel Modules...
[    1.457143] systemd[1]: Mounted POSIX Message Queue File System.
[    1.457172] systemd[1]: Mounted Huge Pages File System.
[    1.457185] systemd[1]: Mounted Debug File System.
[    1.457378] systemd[1]: Started Remount Root and Kernel File Systems.
[    1.457514] systemd[1]: Started Create list of required static device nodes for the current kernel.
[    1.459684] systemd[1]: Starting Create Static Device Nodes in /dev...
[    1.461672] systemd[1]: Starting udev Coldplug all Devices...
[    1.462525] systemd[1]: Starting Load/Save Random Seed...
[    1.465344] FS-Cache: Loaded
[    1.473304] systemd[1]: Started Load/Save Random Seed.
[    1.474764] RPC: Registered named UNIX socket transport module.
[    1.474767] RPC: Registered udp transport module.
[    1.474769] RPC: Registered tcp transport module.
[    1.474770] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    1.485679] systemd[1]: Started udev Coldplug all Devices.
[    1.490713] FS-Cache: Netfs 'nfs' registered for caching
[    1.496334] systemd[1]: Started Create Static Device Nodes in /dev.
[    1.496441] systemd[1]: Reached target Local File Systems (Pre).
[    1.512731] systemd[1]: Starting udev Kernel Device Manager...
[    1.513877] systemd[1]: Started Setup Virtual Console.
[    1.514027] systemd[1]: Started Load Kernel Modules.
[    1.514583] systemd[1]: Starting Apply Kernel Variables...
[    1.515143] systemd[1]: Mounting Configuration File System...
[    1.516702] systemd[1]: Mounted Configuration File System.
[    1.521452] systemd[1]: Started Apply Kernel Variables.
[    1.538301] systemd[1]: Started Journal Service.
[    1.542996] systemd-journald[163]: Received request to flush runtime journal from PID 1
[    1.565800] usb 1-5: new high-speed USB device number 3 using xhci_hcd
[    1.590600] ACPI: AC Adapter [ADP1] (off-line)
[    1.592847] FUJITSU Extended Socket Network Device Driver - version 1.1 - Copyright (c) 2015 FUJITSU LIMITED
[    1.599707] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
[    1.599883] ACPI: Lid Switch [LID0]
[    1.599935] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3
[    1.599939] ACPI: Power Button [PWRB]
[    1.615833] input: Sony Vaio Keys as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/SNY5001:00/input/input4
[    1.615889] input: Sony Vaio Jogdial as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/SNY5001:00/input/input5
[    1.624436] [drm] Initialized drm 1.1.0 20060810
[    1.626607] mei_me 0000:00:16.0: NFC MEI VERSION: IVN 0x1 Vendor ID 0x1 Type 0x1
[    1.629631] sony_laptop: SNC setup done.
[    1.632314] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    1.632693] thermal LNXTHERM:00: registered as thermal_zone0
[    1.632697] ACPI: Thermal Zone [TZ00] (43 C)
[    1.632768] snd_hda_intel 0000:00:03.0: enabling device (0000 -> 0002)
[    1.632913] snd_hda_intel 0000:00:1b.0: enabling device (0000 -> 0002)
[    1.638932] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[    1.645835] tpm_tis 00:00: 1.2 TPM (device-id 0xB, rev-id 16)
[    1.647598] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC286: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[    1.647603] snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    1.647607] snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
[    1.647609] snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
[    1.647611] snd_hda_codec_realtek hdaudioC1D0:    inputs:
[    1.647614] snd_hda_codec_realtek hdaudioC1D0:      Headset Mic=0x18
[    1.647617] snd_hda_codec_realtek hdaudioC1D0:      Internal Mic=0x12
[    1.655548] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input6
[    1.676475] input: PC Speaker as /devices/platform/pcspkr/input/input8
[    1.703903] AVX2 version of gcm_enc/dec engaged.
[    1.703905] AES CTR mode by8 optimization enabled
[    1.708414] [drm] Memory usable by graphics device = 2048M
[    1.708420] checking generic (e0000000 7e9000) vs hw (e0000000 10000000)
[    1.708422] fb: switching to inteldrmfb from EFI VGA
[    1.708449] Console: switching to colour dummy device 80x25
[    1.708999] [drm] Replacing VGA console driver
[    1.715962] Adding 3957056k swap on /dev/sda3.  Priority:-1 extents:1 across:3957056k SSFS
[    1.716823] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    1.716826] [drm] Driver supports precise vblank timestamp query.
[    1.719258] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    1.736608] intel_rapl: Found RAPL domain package
[    1.736617] intel_rapl: Found RAPL domain core
[    1.736621] intel_rapl: Found RAPL domain uncore
[    1.736625] intel_rapl: Found RAPL domain dram
[    1.736630] intel_rapl: RAPL package 0 domain package locked by BIOS
[    1.736637] intel_rapl: RAPL package 0 domain dram locked by BIOS
[    1.741071] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    1.741253] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input9
[    1.759345] ACPI: Battery Slot [BAT0] (battery present)
[    1.769464] ACPI: Battery Slot [BAT1] (battery absent)
[    1.799117] tsc: Refined TSC clocksource calibration: 2294.688 MHz
[    1.799122] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x21139aef754, max_idle_ns: 440795211890 ns
[    1.821712] mousedev: PS/2 mouse device common for all mice
[    1.827915] nfc: nfc_init: NFC Core ver 0.1
[    1.827940] NET: Registered protocol family 39
[    1.833670] Probing NFC pn544
[    1.847597] hidraw: raw HID events driver (C) Jiri Kosina
[    1.851262] usbcore: registered new interface driver usbhid
[    1.851267] usbhid: USB HID core driver
[    1.865943] snd_hda_intel 0000:00:03.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[    1.865944] fbcon: inteldrmfb (fb0) is primary device
[    1.865948] [drm] Initialized i915 1.6.0 20160425 for 0000:00:02.0 on minor 0
[    1.888185] iTCO_vendor_support: vendor-support=0
[    1.890031] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[    1.890099] iTCO_wdt: Found a Lynx Point_LP TCO device (Version=2, TCOBASE=0x1860)
[    1.902121] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    1.924112] input: eGalax Inc. eGalaxTouch EXC7910-1031-12.00.03 as /devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/0003:0EEF:A108.0001/input/input10
[    1.924416] hid-multitouch 0003:0EEF:A108.0001: input,hiddev0,hidraw0: USB HID v2.10 Device [eGalax Inc. eGalaxTouch EXC7910-1031-12.00.03] on usb-0000:00:14.0-3/input0
[    1.924735] media: Linux media interface: v0.10
[    1.939340] Linux video capture interface: v2.00
[    1.949146] uvcvideo: Found UVC 1.00 device USB Webcam (0bda:5727)
[    1.958976] uvcvideo 1-5:1.0: Entity type for entity Extension 4 was not initialized!
[    1.958980] uvcvideo 1-5:1.0: Entity type for entity Processing 2 was not initialized!
[    1.958983] uvcvideo 1-5:1.0: Entity type for entity Camera 1 was not initialized!
[    1.959181] input: USB Webcam as /devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/input/input12
[    1.959980] usbcore: registered new interface driver uvcvideo
[    1.959981] USB Video Class driver (1.1.1)
[    2.024958] psmouse serio1: synaptics: queried max coordinates: x [..5664], y [..4700]
[    2.051965] psmouse serio1: synaptics: queried min coordinates: x [1320..], y [1266..]
[    2.078767] [drm:intel_dp_start_link_train [i915]] *ERROR* failed to train DP, aborting
[    2.103716] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.1, id: 0x1e2b1, caps: 0xd00123/0x840300/0x126800/0x0, board id: 2699, fw id: 1401224
[    2.136742] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input7
[    2.799375] clocksource: Switched to clocksource tsc
[    3.285057] Console: switching to colour frame buffer device 240x67
[    3.396487] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    3.430706] input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input13
[    3.430809] input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input14
[    3.430900] input: HDA Intel HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card0/input15
[   10.117323] random: nonblocking pool is initialized
[   78.848343] [drm:intel_set_cpu_fifo_underrun_reporting [i915]] *ERROR* uncleared fifo underrun on pipe A
[   78.848365] [drm:intel_cpu_fifo_underrun_irq_handler [i915]] *ERROR* CPU pipe A FIFO underrun
[   88.762138] fuse init (API version 7.25)
[  134.141363] PM: Syncing filesystems ... done.
[  134.156314] PM: Preparing system for sleep (mem)
[  134.156450] Freezing user space processes ... (elapsed 0.002 seconds) done.
[  134.158668] Double checking all user space processes after OOM killer disable... (elapsed 0.000 seconds) 
[  134.158789] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done.
[  134.160062] PM: Suspending system (mem)
[  134.160087] Suspending console(s) (use no_console_suspend to debug)
[  134.160375] sd 0:0:0:0: [sda] Synchronizing SCSI cache
[  134.161948] sd 0:0:0:0: [sda] Stopping disk
[  134.275751] Removing pn544
[  134.591543] PM: suspend of devices complete after 431.336 msecs
[  134.612001] PM: late suspend of devices complete after 20.450 msecs
[  134.612610] ehci-pci 0000:00:1d.0: System wakeup enabled by ACPI
[  134.612786] xhci_hcd 0000:00:14.0: System wakeup enabled by ACPI
[  134.625478] PM: noirq suspend of devices complete after 13.473 msecs
[  134.625847] ACPI: Preparing to enter system sleep state S3
[  134.638768] ACPI : EC: EC stopped
[  134.638768] PM: Saving platform NVS memory
[  134.638821] Disabling non-boot CPUs ...
[  134.659790] smpboot: CPU 1 is now offline
[  134.676816] smpboot: CPU 2 is now offline
[  134.699776] smpboot: CPU 3 is now offline
[  134.702238] ACPI: Low-level resume complete
[  134.702303] ACPI : EC: EC started
[  134.702304] PM: Restoring platform NVS memory
[  134.702753] Enabling non-boot CPUs ...
[  134.702798] x86: Booting SMP configuration:
[  134.702799] smpboot: Booting Node 0 Processor 1 APIC 0x2
[  134.705394]  cache: parent cpu1 should not be sleeping
[  134.705630] CPU1 is up
[  134.705655] smpboot: Booting Node 0 Processor 2 APIC 0x1
[  134.708315]  cache: parent cpu2 should not be sleeping
[  134.708496] CPU2 is up
[  134.708522] smpboot: Booting Node 0 Processor 3 APIC 0x3
[  134.711007]  cache: parent cpu3 should not be sleeping
[  134.711228] CPU3 is up
[  134.714912] ACPI: Waking up from system sleep state S3
[  134.747733] ehci-pci 0000:00:1d.0: System wakeup disabled by ACPI
[  134.747752] xhci_hcd 0000:00:14.0: System wakeup disabled by ACPI
[  134.747930] PM: noirq resume of devices complete after 13.483 msecs
[  134.754171] PM: early resume of devices complete after 6.219 msecs
[  134.754272] usb usb1: root hub lost power or was reset
[  134.754275] usb usb2: root hub lost power or was reset
[  134.764549] sd 0:0:0:0: [sda] Starting disk
[  134.924325] rtc_cmos 00:02: System wakeup disabled by ACPI
[  134.940559] mei_me 0000:00:16.0: NFC MEI VERSION: IVN 0x1 Vendor ID 0x1 Type 0x1
[  134.977535] usb 3-1: reset high-speed USB device number 2 using ehci-pci
[  135.074720] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[  135.080053] ata1.00: configured for UDMA/133
[  135.210911] usb 1-5: reset high-speed USB device number 3 using xhci_hcd
[  135.235318] psmouse serio1: synaptics: queried max coordinates: x [..5664], y [..4700]
[  135.262871] psmouse serio1: synaptics: queried min coordinates: x [1320..], y [1266..]
[  135.544260] usb 1-3: reset full-speed USB device number 2 using xhci_hcd
[  135.719109] PM: resume of devices complete after 964.960 msecs
[  135.719419] Probing NFC pn544
[  135.719559] PM: Finishing wakeup.
[  135.719563] Restarting tasks ... 
[  135.719858] pci 0000:01:00.0: [8086:08b2] type 00 class 0x028000
[  135.720071] pci 0000:01:00.0: reg 0x10: [mem 0x00000000-0x00001fff 64bit]
[  135.720682] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[  135.724372] pci 0000:01:00.0: System wakeup disabled by ACPI
[  135.727572] done.
[  135.730960] pci 0000:01:00.0: BAR 0: assigned [mem 0xdf200000-0xdf201fff 64bit]
[  135.731655] pci_bus 0000:01: Allocating resources
[  135.731748] pci_bus 0000:02: Allocating resources
[  135.731764] pci_bus 0000:03: Allocating resources
[  135.732012] pci_bus 0000:01: Allocating resources
[  135.732102] pci_bus 0000:02: Allocating resources
[  135.732114] pci_bus 0000:03: Allocating resources
[  135.749241] Intel(R) Wireless WiFi driver for Linux
[  135.749250] Copyright(c) 2003- 2015 Intel Corporation
[  135.749454] iwlwifi 0000:01:00.0: enabling device (0000 -> 0002)
[  135.750086] iwlwifi 0000:01:00.0: Direct firmware load for iwlwifi-7260-17.ucode failed with error -2
[  135.753122] iwlwifi 0000:01:00.0: loaded firmware version 16.242414.0 op_mode iwlmvm
[  135.775318] iwlwifi 0000:01:00.0: Detected Intel(R) Dual Band Wireless AC 7260, REV=0x144
[  135.777621] iwlwifi 0000:01:00.0: L1 Enabled - LTR Enabled
[  135.784417] iwlwifi 0000:01:00.0: L1 Enabled - LTR Enabled
[  135.993808] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[  136.009705] iwlwifi 0000:01:00.0 wlp1s0: renamed from wlan0
[  136.030012] IPv6: ADDRCONF(NETDEV_UP): wlp1s0: link is not ready
[  136.032273] iwlwifi 0000:01:00.0: L1 Enabled - LTR Enabled
[  136.037796] iwlwifi 0000:01:00.0: L1 Enabled - LTR Enabled
[  136.235118] iwlwifi 0000:01:00.0: L1 Enabled - LTR Enabled
[  136.240649] iwlwifi 0000:01:00.0: L1 Enabled - LTR Enabled
[  136.261641] IPv6: ADDRCONF(NETDEV_UP): wlp1s0: link is not ready
[  136.338369] IPv6: ADDRCONF(NETDEV_UP): wlp1s0: link is not ready
[  139.696445] wlp1s0: authenticate with a6:2b:b0:a5:7f:0d
[  139.737386] wlp1s0: send auth to a6:2b:b0:a5:7f:0d (try 1/3)
[  139.739156] wlp1s0: authenticated
[  139.740914] wlp1s0: associate with a6:2b:b0:a5:7f:0d (try 1/3)
[  139.742461] wlp1s0: RX AssocResp from a6:2b:b0:a5:7f:0d (capab=0x11 status=0 aid=2)
[  139.746547] wlp1s0: associated
[  139.746590] IPv6: ADDRCONF(NETDEV_CHANGE): wlp1s0: link becomes ready
[  139.749462] cfg80211: Invalid regulatory domain detected: 00

Any help here is much appreciated.

Offline

Board footer

Powered by FluxBB