Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save srikantpatnaik/1159ff029c83d72808c74a6ea2c83cc1 to your computer and use it in GitHub Desktop.
Save srikantpatnaik/1159ff029c83d72808c74a6ea2c83cc1 to your computer and use it in GitHub Desktop.
dmesg with dev_err in sst-mfld-platform-pcm.c file
[ 0.000000] Linux version 4.7.0-rc4+ (root@srikant-vbox) (gcc version 4.9.3 (Ubuntu 4.9.3-8ubuntu2~14.04) ) #5 SMP Tue Jul 19 10:38:15 IST 2016
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.7.0-rc4+ root=UUID=ced35319-add5-4ea3-811e-d7f96d9a5226 ro quiet intel_idle.max_cstate=1 splash vt.handoff=7
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Centaur CentaurHauls
[ 0.000000] x86/fpu: Legacy x87 FPU detected.
[ 0.000000] x86/fpu: Using 'eager' FPU context switches.
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000008efff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000008f000-0x000000000008ffff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x0000000000090000-0x000000000009dfff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000020200000-0x000000007be68fff] usable
[ 0.000000] BIOS-e820: [mem 0x000000007be69000-0x000000007be98fff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000007be99000-0x000000007beccfff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x000000007becd000-0x000000007c3ecfff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000007c3ed000-0x000000007c655fff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000007c656000-0x000000007c6aafff] type 20
[ 0.000000] BIOS-e820: [mem 0x000000007c6ab000-0x000000007cbfffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000e00f8000-0x00000000e00f8fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed01000-0x00000000fed01fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed08000-0x00000000fed08fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ffc80000-0x00000000ffffffff] reserved
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] efi: EFI v2.31 by American Megatrends
[ 0.000000] efi: ACPI=0x7becc000 ACPI 2.0=0x7becc014 ESRT=0x7be98000 SMBIOS=0x7c655290
[ 0.000000] efi: requested map not found.
[ 0.000000] esrt: ESRT header is not in the memory map.
[ 0.000000] SMBIOS 2.7 present.
[ 0.000000] DMI: To be filled by O.E.M. To be filled by O.E.M./To be filled by O.E.M., BIOS 5.6.5 07/14/2015
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] e820: last_pfn = 0x7cc00 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-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 000000000 mask F80000000 write-back
[ 0.000000] 1 base 07E000000 mask FFE000000 uncachable
[ 0.000000] 2 base 07D000000 mask FFF000000 uncachable
[ 0.000000] 3 base 07CE00000 mask FFFE00000 uncachable
[ 0.000000] 4 base 07CE00000 mask FFFE00000 uncachable
[ 0.000000] 5 base 07CD00000 mask FFFF00000 uncachable
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT
[ 0.000000] total RAM covered: 1997M
[ 0.000000] Found optimal setting for mtrr clean up
[ 0.000000] gran_size: 64K chunk_size: 64M num_reg: 5 lose cover RAM: 0G
[ 0.000000] Scanning 1 areas for low memory corruption
[ 0.000000] Base memory trampoline at [ffff880000098000] 98000 size 24576
[ 0.000000] BRK [0x031a8000, 0x031a8fff] PGTABLE
[ 0.000000] BRK [0x031a9000, 0x031a9fff] PGTABLE
[ 0.000000] BRK [0x031aa000, 0x031aafff] PGTABLE
[ 0.000000] BRK [0x031ab000, 0x031abfff] PGTABLE
[ 0.000000] BRK [0x031ac000, 0x031acfff] PGTABLE
[ 0.000000] BRK [0x031ad000, 0x031adfff] PGTABLE
[ 0.000000] RAMDISK: [mem 0x33c50000-0x35e1ffff]
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x000000007BECC014 000024 (v02 ALASKA)
[ 0.000000] ACPI: XSDT 0x000000007BECB100 0000CC (v01 ALASKA A M I 00000003 MSFT 0100000D)
[ 0.000000] ACPI: FACP 0x000000007BEC6000 00010C (v05 ALASKA A M I 00000003 AMI 0100000D)
[ 0.000000] ACPI: DSDT 0x000000007BEB0000 011F02 (v02 ALASKA A M I 00000003 AMI 0100000D)
[ 0.000000] ACPI: TCPA 0x000000007BECA000 000032 (v02 00000000 00000000)
[ 0.000000] ACPI: UEFI 0x000000007C3A1000 000042 (v01 ALASKA A M I 00000000 00000000)
[ 0.000000] ACPI: BCFG 0x000000007BEC9000 0000BD (v01 ALASKA BATTCON 00000003 AMI 0100000D)
[ 0.000000] ACPI: OEM0 0x000000007BEC8000 000084 (v05 ALASKA BATTERY 00000003 AMI 0100000D)
[ 0.000000] ACPI: DBG2 0x000000007BEC7000 000072 (v00 ALASKA INTLDBG2 00000003 AMI 0100000D)
[ 0.000000] ACPI: HPET 0x000000007BEC5000 000038 (v01 ALASKA A M I 00000003 AMI 0100000D)
[ 0.000000] ACPI: LPIT 0x000000007BEC4000 000104 (v01 ALASKA A M I 00000003 AMI 0100000D)
[ 0.000000] ACPI: APIC 0x000000007BEC3000 00006C (v03 ALASKA A M I 00000003 AMI 0100000D)
[ 0.000000] ACPI: MCFG 0x000000007BEC2000 00003C (v01 ALASKA A M I 00000003 AMI 0100000D)
[ 0.000000] ACPI: SSDT 0x000000007BEAF000 0005DA (v01 ALASKA CpuDptf 00000003 AMI 0100000D)
[ 0.000000] ACPI: SSDT 0x000000007BEAC000 00249B (v01 ALASKA DptfTab 00000003 AMI 0100000D)
[ 0.000000] ACPI: SSDT 0x000000007BEAB000 000058 (v01 ALASKA LowPwrM 00000003 AMI 0100000D)
[ 0.000000] ACPI: SSDT 0x000000007BEAA000 0000FF (v01 ALASKA SoCDptf 00000003 AMI 0100000D)
[ 0.000000] ACPI: FPDT 0x000000007BEA9000 000044 (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: SSDT 0x000000007BEA8000 000763 (v01 PmRef CpuPm 00003000 INTL 20061109)
[ 0.000000] ACPI: SSDT 0x000000007BEA7000 000290 (v01 PmRef Cpu0Tst 00003000 INTL 20061109)
[ 0.000000] ACPI: SSDT 0x000000007BEA6000 00017A (v01 PmRef ApTst 00003000 INTL 20061109)
[ 0.000000] ACPI: SSDT 0x000000007BEA5000 000427 (v01 Intel_ Tpm2Tabl 00001000 INTL 20061109)
[ 0.000000] ACPI: TPM2 0x000000007BEA4000 000034 (v03 00000000 00000000)
[ 0.000000] ACPI: CSRT 0x000000007BEA3000 00014C (v00 ALASKA A M I 00000005 INTL 20120624)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000007cbfffff]
[ 0.000000] NODE_DATA(0) allocated [mem 0x7bc82000-0x7bcacfff]
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000007cbfffff]
[ 0.000000] Normal empty
[ 0.000000] Device empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000008efff]
[ 0.000000] node 0: [mem 0x0000000000090000-0x000000000009dfff]
[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001fffffff]
[ 0.000000] node 0: [mem 0x0000000020200000-0x000000007be68fff]
[ 0.000000] node 0: [mem 0x000000007c6ab000-0x000000007cbfffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000007cbfffff]
[ 0.000000] On node 0 totalpages: 508250
[ 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: 7920 pages used for memmap
[ 0.000000] DMA32 zone: 504254 pages, LIFO batch:31
[ 0.000000] x86/hpet: Will disable the HPET for this platform because it's not reliable
[ 0.000000] Reserving Intel graphics stolen memory at 0x7cf00000-0x7eefffff
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-86
[ 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] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x0008f000-0x0008ffff]
[ 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 0x20000000-0x201fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x7be69000-0x7be98fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x7be99000-0x7beccfff]
[ 0.000000] PM: Registered nosave memory: [mem 0x7becd000-0x7c3ecfff]
[ 0.000000] PM: Registered nosave memory: [mem 0x7c3ed000-0x7c655fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x7c656000-0x7c6aafff]
[ 0.000000] e820: [mem 0x7ef00000-0xe00f7fff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[ 0.000000] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[ 0.000000] percpu: Embedded 34 pages/cpu @ffff88007ba00000 s99352 r8192 d31720 u524288
[ 0.000000] pcpu-alloc: s99352 r8192 d31720 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: 500244
[ 0.000000] Policy zone: DMA32
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.7.0-rc4+ root=UUID=ced35319-add5-4ea3-811e-d7f96d9a5226 ro quiet intel_idle.max_cstate=1 splash vt.handoff=7
[ 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: 1901616K/2033000K available (6680K kernel code, 1423K rwdata, 2976K rodata, 1800K init, 2532K bss, 131384K reserved, 0K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] Build-time adjustment of leaf fanout to 64.
[ 0.000000] RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=4
[ 0.000000] NR_IRQS:524544 nr_irqs:1024 0
[ 0.000000] Console: colour dummy device 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] Maximum core-clock to bus-clock ratio: 0x10
[ 0.000000] Resolved frequency ID: 0, frequency: 83200 KHz
[ 0.000000] TSC runs at 1331200 KHz
[ 0.000000] lapic_timer_frequency = 332800
[ 0.000000] tsc: Detected 1331.200 MHz processor
[ 0.000047] Calibrating delay loop (skipped), value calculated using timer frequency.. 2662.40 BogoMIPS (lpj=5324800)
[ 0.000055] pid_max: default: 32768 minimum: 301
[ 0.000075] ACPI: Core revision 20160422
[ 0.001236] Security Framework initialized
[ 0.001243] Yama: becoming mindful.
[ 0.001262] AppArmor: AppArmor initialized
[ 0.001720] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.003138] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.003785] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.003801] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.004367] CPU: Physical Processor ID: 0
[ 0.004374] CPU: Processor Core ID: 0
[ 0.004382] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 0.004386] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[ 0.004397] mce: CPU supports 6 MCE banks
[ 0.004411] CPU0: Thermal monitoring enabled (TM1)
[ 0.004420] process: using mwait in idle threads
[ 0.004428] Last level iTLB entries: 4KB 48, 2MB 0, 4MB 0
[ 0.004433] Last level dTLB entries: 4KB 128, 2MB 16, 4MB 16, 1GB 0
[ 0.004950] Freeing SMP alternatives memory: 24K (ffffffff81f27000 - ffffffff81f2d000)
[ 0.012029] ftrace: allocating 27732 entries in 109 pages
[ 0.034647] smpboot: Max logical packages: 1
[ 0.034655] smpboot: APIC(0) Converting physical 0 to logical package 0
[ 0.034725] TSC deadline timer enabled
[ 0.034732] smpboot: CPU0: Intel(R) Atom(TM) CPU Z3735F @ 1.33GHz (family: 0x6, model: 0x37, stepping: 0x8)
[ 0.034743] Performance Events: PEBS fmt2+, 8-deep LBR, Silvermont events, full-width counters, Intel PMU driver.
[ 0.034764] ... version: 3
[ 0.034768] ... bit width: 40
[ 0.034771] ... generic registers: 2
[ 0.034774] ... value mask: 000000ffffffffff
[ 0.034777] ... max period: 000000ffffffffff
[ 0.034780] ... fixed-purpose events: 3
[ 0.034783] ... event mask: 0000000700000003
[ 0.036298] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[ 0.036652] x86: Booting SMP configuration:
[ 0.036658] .... node #0, CPUs: #1 #2 #3
[ 0.277173] x86: Booted up 1 node, 4 CPUs
[ 0.277181] smpboot: Total of 4 processors activated (10656.07 BogoMIPS)
[ 0.278585] devtmpfs: initialized
[ 0.278771] x86/mm: Memory block size: 128MB
[ 0.288205] evm: security.selinux
[ 0.288210] evm: security.SMACK64
[ 0.288213] evm: security.SMACK64EXEC
[ 0.288216] evm: security.SMACK64TRANSMUTE
[ 0.288218] evm: security.SMACK64MMAP
[ 0.288221] evm: security.ima
[ 0.288224] evm: security.capability
[ 0.288363] PM: Registering ACPI NVS region [mem 0x0008f000-0x0008ffff] (4096 bytes)
[ 0.288369] PM: Registering ACPI NVS region [mem 0x7becd000-0x7c3ecfff] (5373952 bytes)
[ 0.288735] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.288828] pinctrl core: initialized pinctrl subsystem
[ 0.289075] RTC time: 4:59:33, date: 07/21/16
[ 0.289422] NET: Registered protocol family 16
[ 0.299005] cpuidle: using governor ladder
[ 0.311019] cpuidle: using governor menu
[ 0.311025] PCCT header not found.
[ 0.311155] ACPI: bus type PCI registered
[ 0.311160] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.311328] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.311335] PCI: not using MMCONFIG
[ 0.311339] PCI: Using configuration type 1 for base access
[ 0.323394] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.324165] ACPI: Added _OSI(Module Device)
[ 0.324171] ACPI: Added _OSI(Processor Device)
[ 0.324175] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.324179] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.369572] ACPI: 9 ACPI AML tables successfully acquired and loaded
[ 0.394136] ACPI: Dynamic OEM Table Load:
[ 0.394158] ACPI: SSDT 0xFFFF8800761B1800 000501 (v01 PmRef Cpu0Ist 00003000 INTL 20061109)
[ 0.396344] ACPI: Dynamic OEM Table Load:
[ 0.396363] ACPI: SSDT 0xFFFF8800761B2000 000433 (v01 PmRef Cpu0Cst 00003001 INTL 20061109)
[ 0.399197] ACPI: Dynamic OEM Table Load:
[ 0.399215] ACPI: SSDT 0xFFFF88007639F400 00015F (v01 PmRef ApIst 00003000 INTL 20061109)
[ 0.401353] ACPI: Dynamic OEM Table Load:
[ 0.401370] ACPI: SSDT 0xFFFF88007B41F180 00008D (v01 PmRef ApCst 00003000 INTL 20061109)
[ 0.407679] ACPI: Interpreter enabled
[ 0.407721] ACPI: (supports S0 S5)
[ 0.407727] ACPI: Using IOAPIC for interrupt routing
[ 0.407817] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.423426] [Firmware Info]: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] not reserved in ACPI motherboard resources
[ 0.423434] PCI: not using MMCONFIG
[ 0.423443] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.429802] ACPI: Power Resource [USBC] (on)
[ 0.430694] ACPI: Power Resource [WWPR] (off)
[ 0.436909] ACPI: Power Resource [PLPE] (on)
[ 0.446959] ACPI: Power Resource [CLK0] (on)
[ 0.447096] ACPI: Power Resource [CLK1] (on)
[ 0.447401] ACPI: Power Resource [P28P] (off)
[ 0.447536] ACPI: Power Resource [P18P] (off)
[ 0.452714] ACPI: Power Resource [CLK0] (on)
[ 0.452844] ACPI: Power Resource [CLK1] (on)
[ 0.468896] ACPI: Power Resource [P28X] (off)
[ 0.469029] ACPI: Power Resource [P18X] (off)
[ 0.469174] ACPI: Power Resource [P28T] (off)
[ 0.469315] ACPI: Power Resource [P18T] (off)
[ 0.469450] ACPI: Power Resource [P1XT] (off)
[ 0.479930] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.479946] acpi PNP0A08:00: _OSC: OS supports [ASPM ClockPM Segments MSI]
[ 0.480076] \_SB_.PCI0 (33DB4D5B-1FF7-401C-9657-7441C03DD766): _OSC invalid UUID
[ 0.480081] _OSC request data: 1 1e 0
[ 0.480093] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
[ 0.480124] acpi PNP0A08:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
[ 0.481079] PCI host bridge to bus 0000:00
[ 0.481088] pci_bus 0000:00: root bus resource [io 0x0070-0x0077]
[ 0.481095] pci_bus 0000:00: root bus resource [io 0x0000-0x006f window]
[ 0.481101] pci_bus 0000:00: root bus resource [io 0x0078-0x0cf7 window]
[ 0.481106] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.481112] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.481117] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[ 0.481123] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff window]
[ 0.481128] pci_bus 0000:00: root bus resource [mem 0x90c00000-0x90ffffff window]
[ 0.481134] pci_bus 0000:00: root bus resource [mem 0x7cf00001-0x7ef00000 window]
[ 0.481139] pci_bus 0000:00: root bus resource [mem 0x80000000-0x908ffffe window]
[ 0.481145] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed40fff window]
[ 0.481151] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.481169] pci 0000:00:00.0: [8086:0f00] type 00 class 0x060000
[ 0.481456] pci 0000:00:02.0: [8086:0f31] type 00 class 0x030000
[ 0.481477] pci 0000:00:02.0: reg 0x10: [mem 0x90000000-0x903fffff]
[ 0.481494] pci 0000:00:02.0: reg 0x18: [mem 0x80000000-0x8fffffff pref]
[ 0.481510] pci 0000:00:02.0: reg 0x20: [io 0x1000-0x1007]
[ 0.481792] pci 0000:00:14.0: [8086:0f35] type 00 class 0x0c0330
[ 0.481819] pci 0000:00:14.0: reg 0x10: [mem 0x90800000-0x9080ffff 64bit]
[ 0.481899] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 0.482144] pci 0000:00:1a.0: [8086:0f18] type 00 class 0x108000
[ 0.482171] pci 0000:00:1a.0: reg 0x10: [mem 0x90700000-0x907fffff]
[ 0.482187] pci 0000:00:1a.0: reg 0x14: [mem 0x90600000-0x906fffff]
[ 0.482289] pci 0000:00:1a.0: PME# supported from D0 D3hot
[ 0.482527] pci 0000:00:1f.0: [8086:0f1c] type 00 class 0x060100
[ 0.483810] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.484020] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.484219] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.484417] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.484615] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.484813] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.485010] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.485207] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.501988] vgaarb: setting as boot device: PCI:0000:00:02.0
[ 0.501996] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.502001] vgaarb: loaded
[ 0.502005] vgaarb: bridge control possible 0000:00:02.0
[ 0.502862] PCI: Using ACPI for IRQ routing
[ 0.502868] PCI: pci_cache_line_size set to 64 bytes
[ 0.502894] Expanded resource reserved due to conflict with PCI Bus 0000:00
[ 0.502901] e820: reserve RAM buffer [mem 0x0008f000-0x0008ffff]
[ 0.502906] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[ 0.502910] e820: reserve RAM buffer [mem 0x7be69000-0x7bffffff]
[ 0.502915] e820: reserve RAM buffer [mem 0x7cc00000-0x7fffffff]
[ 0.503175] NetLabel: Initializing
[ 0.503181] NetLabel: domain hash size = 128
[ 0.503184] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.503218] NetLabel: unlabeled traffic allowed by default
[ 0.503489] clocksource: Switched to clocksource refined-jiffies
[ 0.519804] VFS: Disk quotas dquot_6.6.0
[ 0.519852] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.520021] AppArmor: AppArmor Filesystem Enabled
[ 0.520180] pnp: PnP ACPI init
[ 0.520339] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.520675] system 00:01: [io 0x0680-0x069f] has been reserved
[ 0.520684] system 00:01: [io 0x0400-0x047f] has been reserved
[ 0.520690] system 00:01: [io 0x0500-0x05fe] has been reserved
[ 0.520696] system 00:01: [io 0x0600-0x061f] has been reserved
[ 0.520702] system 00:01: [io 0x164e-0x164f] has been reserved
[ 0.520713] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.520988] pnp 00:02: Plug and Play ACPI device, IDs PNP0501 (active)
[ 0.526680] pnp: PnP ACPI: found 3 devices
[ 0.532388] pci_bus 0000:00: resource 4 [io 0x0070-0x0077]
[ 0.532397] pci_bus 0000:00: resource 5 [io 0x0000-0x006f window]
[ 0.532403] pci_bus 0000:00: resource 6 [io 0x0078-0x0cf7 window]
[ 0.532409] pci_bus 0000:00: resource 7 [io 0x0d00-0xffff window]
[ 0.532414] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[ 0.532420] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[ 0.532425] pci_bus 0000:00: resource 10 [mem 0x000e0000-0x000fffff window]
[ 0.532431] pci_bus 0000:00: resource 11 [mem 0x90c00000-0x90ffffff window]
[ 0.532437] pci_bus 0000:00: resource 12 [mem 0x7cf00001-0x7ef00000 window]
[ 0.532443] pci_bus 0000:00: resource 13 [mem 0x80000000-0x908ffffe window]
[ 0.532448] pci_bus 0000:00: resource 14 [mem 0xfed40000-0xfed40fff window]
[ 0.532515] NET: Registered protocol family 2
[ 0.532922] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.533039] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)
[ 0.533158] TCP: Hash tables configured (established 16384 bind 16384)
[ 0.533222] UDP hash table entries: 1024 (order: 3, 32768 bytes)
[ 0.533254] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
[ 0.533367] NET: Registered protocol family 1
[ 0.533406] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 0.533782] PCI: CLS 0 bytes, default 64
[ 0.533910] Unpacking initramfs...
[ 1.911138] Freeing initrd memory: 34624K (ffff880033c50000 - ffff880035e20000)
[ 1.911422] Scanning for low memory corruption every 60 seconds
[ 1.912422] futex hash table entries: 1024 (order: 4, 65536 bytes)
[ 1.912475] audit: initializing netlink subsys (disabled)
[ 1.912523] audit: type=2000 audit(1469077174.888:1): initialized
[ 1.913436] Initialise system trusted keyrings
[ 1.913660] workingset: timestamp_bits=33 max_order=19 bucket_order=0
[ 1.918845] zbud: loaded
[ 1.919329] Key type big_key registered
[ 1.920294] Key type asymmetric registered
[ 1.920301] Asymmetric key parser 'x509' registered
[ 1.920426] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
[ 1.920505] io scheduler noop registered
[ 1.920511] io scheduler deadline registered (default)
[ 1.920612] io scheduler cfq registered
[ 1.920886] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 1.920904] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 1.921024] efifb: probing for efifb
[ 1.921052] efifb: framebuffer at 0x80000000, using 4160k, total 4160k
[ 1.921057] efifb: mode is 1366x768x32, linelength=5504, pages=1
[ 1.921060] efifb: scrolling: redraw
[ 1.921065] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 1.931342] Console: switching to colour frame buffer device 170x48
[ 1.941236] fb0: EFI VGA frame buffer device
[ 1.941261] intel_idle: MWAIT substates: 0x33000020
[ 1.941266] intel_idle: v0.4.1 model 0x37
[ 1.941274] intel_idle: max_cstate 1 reached
[ 1.941451] intel_idle: lapic_timer_reliable_states 0xffffffff
[ 1.945860] GHES: HEST is not enabled!
[ 1.945996] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 1.966183] 00:02: ttyS0 at I/O 0x3f8 (irq = 199, base_baud = 115200) is a 16550A
[ 1.970426] hpet: number irqs doesn't agree with number of timers
[ 1.971733] PPP generic driver version 2.4.2
[ 1.971891] i8042: PNP: No PS/2 controller found. Probing ports directly.
[ 2.882332] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x13303f810e3, max_idle_ns: 440795235405 ns
[ 3.007304] i8042: No controller found
[ 3.007326] clocksource: Switched to clocksource tsc
[ 3.007594] mousedev: PS/2 mouse device common for all mice
[ 3.007727] ACPI Warning: Could not enable fixed event - RealTimeClock (4) (20160422/evxface-654)
[ 3.007937] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0
[ 3.007984] rtc_cmos 00:00: alarms up to one day, 242 bytes nvram
[ 3.008041] intel_pstate: Intel P-state driver initializing
[ 3.008295] ledtrig-cpu: registered to indicate activity on CPUs
[ 3.009156] NET: Registered protocol family 10
[ 3.009988] NET: Registered protocol family 17
[ 3.011431] microcode: CPU0 sig=0x30678, pf=0x2, revision=0x82a
[ 3.011477] microcode: CPU1 sig=0x30678, pf=0x2, revision=0x82a
[ 3.011522] microcode: CPU2 sig=0x30678, pf=0x2, revision=0x82a
[ 3.011558] microcode: CPU3 sig=0x30678, pf=0x2, revision=0x82a
[ 3.011812] microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[ 3.012776] registered taskstats version 1
[ 3.012800] Loading compiled-in X.509 certificates
[ 3.012905] zswap: loaded using pool lzo/zbud
[ 3.030891] Key type encrypted registered
[ 3.030902] AppArmor: AppArmor sha1 policy hashing enabled
[ 3.030907] ima: No TPM chip found, activating TPM-bypass!
[ 3.030961] evm: HMAC attrs: 0x1
[ 3.031235] Magic number: 8:448:970
[ 3.031429] rtc_cmos 00:00: setting system clock to 2016-07-21 04:59:36 UTC (1469077176)
[ 3.031871] PM: Hibernation image not present or could not be loaded.
[ 3.035050] Freeing unused kernel memory: 1800K (ffffffff81d65000 - ffffffff81f27000)
[ 3.035057] Write protecting the kernel read-only data: 12288k
[ 3.036202] Freeing unused kernel memory: 1496K (ffff88000268a000 - ffff880002800000)
[ 3.043727] Freeing unused kernel memory: 1120K (ffff880002ae8000 - ffff880002c00000)
[ 3.070298] random: systemd-udevd urandom read with 0 bits of entropy available
[ 3.163727] sdhci: Secure Digital Host Controller Interface driver
[ 3.163734] sdhci: Copyright(c) Pierre Ossman
[ 3.172074] hidraw: raw HID events driver (C) Jiri Kosina
[ 3.183665] mmc0: SDHCI controller on ACPI [80860F14:00] using ADMA
[ 3.188255] mmc1: SDHCI controller on ACPI [INT33BB:00] using ADMA
[ 3.196213] FUJITSU Extended Socket Network Device Driver - version 1.1 - Copyright (c) 2015 FUJITSU LIMITED
[ 3.205814] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[ 3.206037] ACPI: Lid Switch [LID0]
[ 3.208002] mmc2: SDHCI controller on ACPI [80860F14:02] using ADMA
[ 3.210496] [Firmware Bug]: No valid trip found
[ 3.211105] Linux agpgart interface v0.103
[ 3.217691] [drm] Initialized drm 1.1.0 20060810
[ 3.218666] ACPI: bus type USB registered
[ 3.218735] usbcore: registered new interface driver usbfs
[ 3.218770] usbcore: registered new interface driver hub
[ 3.219327] usbcore: registered new device driver usb
[ 3.223482] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 3.223503] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[ 3.224650] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00009810
[ 3.224665] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[ 3.224890] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 3.224897] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.224901] usb usb1: Product: xHCI Host Controller
[ 3.224905] usb usb1: Manufacturer: Linux 4.7.0-rc4+ xhci-hcd
[ 3.224910] usb usb1: SerialNumber: 0000:00:14.0
[ 3.225288] hub 1-0:1.0: USB hub found
[ 3.225320] hub 1-0:1.0: 6 ports detected
[ 3.274996] mmc1: new high speed SDIO card at address 0001
[ 3.711157] mmc0: new HS200 MMC card at address 0001
[ 3.711509] mmcblk0: mmc0:0001 NCard 28.9 GiB
[ 3.711999] mmcblk0boot0: mmc0:0001 NCard partition 1 4.00 MiB
[ 3.712147] mmcblk0boot1: mmc0:0001 NCard partition 2 4.00 MiB
[ 3.712283] mmcblk0rpmb: mmc0:0001 NCard partition 3 4.00 MiB
[ 3.715062] mmcblk0: p1 p2 p3 p4
[ 3.739478] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 3.739491] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[ 3.739605] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[ 3.739610] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 3.739615] usb usb2: Product: xHCI Host Controller
[ 3.739619] usb usb2: Manufacturer: Linux 4.7.0-rc4+ xhci-hcd
[ 3.739623] usb usb2: SerialNumber: 0000:00:14.0
[ 3.739977] hub 2-0:1.0: USB hub found
[ 3.740002] hub 2-0:1.0: 1 port detected
[ 3.741724] [drm] Memory usable by graphics device = 2048M
[ 3.741733] checking generic (80000000 410000) vs hw (80000000 10000000)
[ 3.741736] fb: switching to inteldrmfb from EFI VGA
[ 3.741787] Console: switching to colour dummy device 80x25
[ 3.741954] [drm] Replacing VGA console driver
[ 3.742074] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 3.742078] [drm] Driver supports precise vblank timestamp query.
[ 3.863186] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 3.921740] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 3.922391] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input1
[ 3.922567] [drm] Initialized i915 1.6.0 20160425 for 0000:00:02.0 on minor 0
[ 4.047359] fbcon: inteldrmfb (fb0) is primary device
[ 4.051191] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[ 4.180443] usb 1-1: New USB device found, idVendor=05e3, idProduct=0610
[ 4.180446] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 4.180449] usb 1-1: Product: USB2.0 Hub
[ 4.181094] hub 1-1:1.0: USB hub found
[ 4.181383] hub 1-1:1.0: 4 ports detected
[ 4.455180] usb 1-1.1: new high-speed USB device number 3 using xhci_hcd
[ 4.544321] usb 1-1.1: New USB device found, idVendor=0bda, idProduct=8176
[ 4.544324] usb 1-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 4.544327] usb 1-1.1: Product: 802.11n WLAN Adapter
[ 4.544329] usb 1-1.1: Manufacturer: Realtek
[ 4.544331] usb 1-1.1: SerialNumber: 00e04c000001
[ 4.615177] usb 1-1.2: new high-speed USB device number 4 using xhci_hcd
[ 4.843095] usb 1-1.2: New USB device found, idVendor=058f, idProduct=5608
[ 4.843098] usb 1-1.2: New USB device strings: Mfr=3, Product=1, SerialNumber=0
[ 4.843100] usb 1-1.2: Product: USB 2.0 WebCamera
[ 4.843103] usb 1-1.2: Manufacturer: Alcor Micro, Corp.
[ 4.923177] usb 1-1.4: new low-speed USB device number 5 using xhci_hcd
[ 5.017121] usb 1-1.4: New USB device found, idVendor=1d0b, idProduct=0102
[ 5.017125] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 5.017127] usb 1-1.4: Product: USB KB & TouchPad
[ 5.017129] usb 1-1.4: Manufacturer: YCK-092A
[ 5.028066] usbcore: registered new interface driver usbhid
[ 5.028067] usbhid: USB HID core driver
[ 5.029605] input: YCK-092A USB KB & TouchPad as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.4/1-1.4:1.0/0003:1D0B:0102.0001/input/input2
[ 5.083402] hid-generic 0003:1D0B:0102.0001: input,hidraw0: USB HID v1.01 Keyboard [YCK-092A USB KB & TouchPad] on usb-0000:00:14.0-1.4/input0
[ 5.083989] input: YCK-092A USB KB & TouchPad as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.4/1-1.4:1.1/0003:1D0B:0102.0002/input/input3
[ 5.139563] hid-generic 0003:1D0B:0102.0002: input,hiddev0,hidraw1: USB HID v1.01 Mouse [YCK-092A USB KB & TouchPad] on usb-0000:00:14.0-1.4/input1
[ 5.407291] Console: switching to colour frame buffer device 170x48
[ 5.543805] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[ 5.661258] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[ 5.941595] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)
[ 5.941979] systemd[1]: Detected architecture x86-64.
[ 5.945080] systemd[1]: Set hostname to <linux>.
[ 6.152476] systemd[1]: Listening on fsck to fsckd communication Socket.
[ 6.152800] systemd[1]: Listening on Journal Audit Socket.
[ 6.152897] systemd[1]: Listening on Syslog Socket.
[ 6.152966] systemd[1]: Listening on udev Kernel Socket.
[ 6.153215] systemd[1]: Created slice User and Session Slice.
[ 6.153314] systemd[1]: Listening on udev Control Socket.
[ 6.153415] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[ 6.153524] systemd[1]: Listening on Journal Socket.
[ 6.153875] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 6.153916] systemd[1]: Reached target Encrypted Volumes.
[ 6.153950] systemd[1]: Reached target User and Group Name Lookups.
[ 6.154157] systemd[1]: Created slice System Slice.
[ 6.154392] systemd[1]: Created slice system-getty.slice.
[ 6.179300] systemd[1]: Mounting Debug File System...
[ 6.180752] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[ 6.183730] systemd[1]: Starting Load Kernel Modules...
[ 6.183980] systemd[1]: Listening on Journal Socket (/dev/log).
[ 6.185376] systemd[1]: Mounting POSIX Message Queue File System...
[ 6.186815] systemd[1]: Mounting Huge Pages File System...
[ 6.188230] systemd[1]: Started Braille Device Support.
[ 6.191688] systemd[1]: Started Read required files in advance.
[ 6.193345] systemd[1]: Starting Journal Service...
[ 6.193396] systemd[1]: Reached target Remote File Systems (Pre).
[ 6.193472] systemd[1]: Reached target Remote File Systems.
[ 6.194874] systemd[1]: Starting Uncomplicated firewall...
[ 6.195304] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[ 6.195523] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 6.195592] systemd[1]: Reached target Slices.
[ 6.200047] systemd[1]: Started Create list of required static device nodes for the current kernel.
[ 6.206808] systemd[1]: Starting Create Static Device Nodes in /dev...
[ 6.218805] systemd[1]: Mounted Huge Pages File System.
[ 6.218902] systemd[1]: Mounted POSIX Message Queue File System.
[ 6.218961] systemd[1]: Mounted Debug File System.
[ 6.224437] systemd[1]: Started Uncomplicated firewall.
[ 6.256833] lp: driver loaded but no devices found
[ 6.262321] ppdev: user-space parallel port driver
[ 6.269830] systemd[1]: Started Load Kernel Modules.
[ 6.299573] systemd[1]: Starting Apply Kernel Variables...
[ 6.309134] systemd[1]: Started Journal Service.
[ 6.518596] EXT4-fs (mmcblk0p2): re-mounted. Opts: errors=remount-ro
[ 6.570845] systemd-journald[204]: Received request to flush runtime journal from PID 1
[ 6.769431] ACPI Error: No handler for Region [XSCG] (ffff8800763c1af8) [GenericSerialBus] (20160422/evregion-166)
[ 6.769445] ACPI Error: Region GenericSerialBus (ID=9) has no handler (20160422/exfldio-299)
[ 6.769453] ACPI Error: Method parse/execution failed [\_SB.I2C5.BMBT.PSRC] (Node ffff8800763caac8), AE_NOT_EXIST (20160422/psparse-542)
[ 6.769470] ACPI Error: Method parse/execution failed [\_SB.ADP1._PSR] (Node ffff8800763c9898), AE_NOT_EXIST (20160422/psparse-542)
[ 6.769487] ACPI Exception: AE_NOT_EXIST, Error reading AC Adapter state (20160422/ac-128)
[ 6.783488] 80860F0A:00: ttyS4 at MMIO 0x90941000 (irq = 191, base_baud = 2764800) is a 16550A
[ 6.799359] 80860F0A:01: ttyS5 at MMIO 0x90947000 (irq = 192, base_baud = 2764800) is a 16550A
[ 6.858854] Bluetooth: Core ver 2.21
[ 6.858891] NET: Registered protocol family 31
[ 6.858896] Bluetooth: HCI device and connection manager initialized
[ 6.858904] Bluetooth: HCI socket layer initialized
[ 6.858911] Bluetooth: L2CAP socket layer initialized
[ 6.858927] Bluetooth: SCO socket layer initialized
[ 6.878195] Bluetooth: HCI UART driver ver 2.3
[ 6.878203] Bluetooth: HCI UART protocol H4 registered
[ 6.878206] Bluetooth: HCI UART protocol BCSP registered
[ 6.878209] Bluetooth: HCI UART protocol LL registered
[ 6.878212] Bluetooth: HCI UART protocol ATH3K registered
[ 6.878215] Bluetooth: HCI UART protocol Three-wire (H5) registered
[ 6.878306] Bluetooth: HCI UART protocol Intel registered
[ 6.878360] Bluetooth: HCI UART protocol BCM registered
[ 6.878363] Bluetooth: HCI UART protocol QCA registered
[ 6.878366] Bluetooth: HCI UART protocol AG6XX registered
[ 6.919795] dw_dmac INTL9C60:00: DesignWare DMA Controller, 8 channels
[ 6.976372] dw_dmac INTL9C60:01: DesignWare DMA Controller, 8 channels
[ 6.982041] mei_txe 0000:00:1a.0: can't derive routing for PCI INT A
[ 6.982049] mei_txe 0000:00:1a.0: PCI INT A: not connected
[ 6.991768] i2c_designware 80860F41:04: I2C bus managed by PUNIT
[ 7.011144] [Firmware Bug]: No valid trip found
[ 7.030194] ACPI: Battery Slot [BMBT] (battery present)
[ 7.039424] intel_sst_acpi 80860F28:00: Detected Baytrail-CR platform
[ 7.039693] intel_sst_acpi 80860F28:00: LPE base: 0x90a00000 size:0x200000
[ 7.039700] intel_sst_acpi 80860F28:00: IRAM base: 0x90ac0000
[ 7.039731] intel_sst_acpi 80860F28:00: DRAM base: 0x90b00000
[ 7.039741] intel_sst_acpi 80860F28:00: SHIM base: 0x90b40000
[ 7.039759] intel_sst_acpi 80860F28:00: Mailbox base: 0x90b44000
[ 7.039768] intel_sst_acpi 80860F28:00: DDR base: 0x20000000
[ 7.040673] intel_sst_acpi 80860F28:00: Got drv data max stream 25
[ 7.040911] intel_sst_acpi 80860F28:00: registering device Intel(R) SST LPE
[ 7.065574] axp20x-i2c i2c-INT33F4:00: AXP20x variant AXP288 found
[ 7.137731] media: Linux media interface: v0.10
[ 7.144788] EFI Variables Facility v0.08 2004-May-17
[ 7.169128] Linux video capture interface: v2.00
[ 7.180729] pstore: Registered efi as persistent store backend
[ 7.243235] uvcvideo: Found UVC 1.00 device USB 2.0 WebCamera (058f:5608)
[ 7.259565] uvcvideo 1-1.2:1.0: Entity type for entity Extension 6 was not initialized!
[ 7.259577] uvcvideo 1-1.2:1.0: Entity type for entity Processing 5 was not initialized!
[ 7.259583] uvcvideo 1-1.2:1.0: Entity type for entity Selector 4 was not initialized!
[ 7.259589] uvcvideo 1-1.2:1.0: Entity type for entity Camera 1 was not initialized!
[ 7.259802] input: USB 2.0 WebCamera as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input4
[ 7.259987] usbcore: registered new interface driver uvcvideo
[ 7.259991] USB Video Class driver (1.1.1)
[ 7.266161] SSE version of gcm_enc/dec engaged.
[ 7.267846] axp20x-i2c i2c-INT33F4:00: AXP20X driver loaded
[ 7.331590] Adding 3838972k swap on /dev/mmcblk0p3. Priority:-1 extents:1 across:3838972k SSFS
[ 7.373169] genirq: Flags mismatch irq 8. 00000083 (volume_down) vs. 00000080 (rtc0)
[ 7.373296] gpio-keys gpio-keys.0.auto: Unable to claim irq 8; error -16
[ 7.373453] gpio-keys: probe of gpio-keys.0.auto failed with error -16
[ 7.373677] input: gpio-keys as /devices/platform/gpio-keys.1.auto/input/input6
[ 7.414666] bytcr_rt5640 bytcr_rt5640: quirk DMIC1_MAP enabled
[ 7.414675] bytcr_rt5640 bytcr_rt5640: quirk DMIC enabled
[ 7.414679] bytcr_rt5640 bytcr_rt5640: quirk SSP0_AIF2 enabled
[ 7.414683] bytcr_rt5640 bytcr_rt5640: quirk MCLK_EN enabled
[ 7.520240] bytcr_rt5640 bytcr_rt5640: snd-soc-dummy-dai <-> media-cpu-dai mapping ok
[ 7.520341] bytcr_rt5640 bytcr_rt5640: snd-soc-dummy-dai <-> deepbuffer-cpu-dai mapping ok
[ 7.520391] compress asoc: snd-soc-dummy-dai <-> compress-cpu-dai mapping ok
[ 7.543274] bytcr_rt5640 bytcr_rt5640: rt5640-aif2 <-> ssp0-port mapping ok
[ 7.771332] input: axp20x-pek as /devices/platform/80860F41:04/i2c-12/i2c-INT33F4:00/axp20x-pek/input/input7
[ 7.863367] random: nonblocking pool is initialized
[ 8.261943] rtl8192cu: Chip version 0x10
[ 8.294203] rtl8192cu: MAC address: 7c:dd:90:2f:c7:35
[ 8.294213] rtl8192cu: Board Type 0
[ 8.294315] rtl_usb: rx_max_size 15360, rx_urb_num 8, in_ep 1
[ 8.294377] rtl8192cu: Loading firmware rtlwifi/rtl8192cufw_TMSC.bin
[ 8.308861] ieee80211 phy0: Selected rate control algorithm 'rtl_rc'
[ 8.309416] usbcore: registered new interface driver rtl8192cu
[ 8.319903] usbcore: registered new interface driver rtl8xxxu
[ 8.325476] rtl8192cu 1-1.1:1.0 wlx7cdd902fc735: renamed from wlan0
[ 8.822964] audit: type=1400 audit(1469077182.284:2): apparmor="STATUS" operation="profile_load" name="/usr/lib/lightdm/lightdm-guest-session" pid=491 comm="apparmor_parser"
[ 8.822983] audit: type=1400 audit(1469077182.284:3): apparmor="STATUS" operation="profile_load" name="chromium" pid=491 comm="apparmor_parser"
[ 8.830962] audit: type=1400 audit(1469077182.292:4): apparmor="STATUS" operation="profile_load" name="/sbin/dhclient" pid=492 comm="apparmor_parser"
[ 8.830981] audit: type=1400 audit(1469077182.292:5): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=492 comm="apparmor_parser"
[ 8.830994] audit: type=1400 audit(1469077182.292:6): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=492 comm="apparmor_parser"
[ 8.831006] audit: type=1400 audit(1469077182.292:7): apparmor="STATUS" operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" pid=492 comm="apparmor_parser"
[ 8.835958] audit: type=1400 audit(1469077182.300:8): apparmor="STATUS" operation="profile_load" name="/usr/bin/ubuntu-core-launcher" pid=496 comm="apparmor_parser"
[ 8.842357] audit: type=1400 audit(1469077182.304:9): apparmor="STATUS" operation="profile_load" name="/usr/sbin/cups-browsed" pid=501 comm="apparmor_parser"
[ 8.847725] audit: type=1400 audit(1469077182.312:10): apparmor="STATUS" operation="profile_load" name="/usr/sbin/ippusbxd" pid=506 comm="apparmor_parser"
[ 8.854174] audit: type=1400 audit(1469077182.316:11): apparmor="STATUS" operation="profile_load" name="/usr/lib/cups/backend/cups-pdf" pid=505 comm="apparmor_parser"
[ 9.855133] IPv6: ADDRCONF(NETDEV_UP): wlx7cdd902fc735: link is not ready
[ 9.856867] rtl8192cu: MAC auto ON okay!
[ 9.869657] rtl8192cu: Tx queue select: 0x05
[ 10.250854] IPv6: ADDRCONF(NETDEV_UP): wlx7cdd902fc735: link is not ready
[ 10.491678] IPv6: ADDRCONF(NETDEV_UP): wlx7cdd902fc735: link is not ready
[ 11.413042] fuse init (API version 7.24)
[ 11.633704] wlx7cdd902fc735: authenticate with 28:c6:8e:dd:12:c5
[ 11.687535] wlx7cdd902fc735: send auth to 28:c6:8e:dd:12:c5 (try 1/3)
[ 11.689060] wlx7cdd902fc735: authenticated
[ 11.691201] wlx7cdd902fc735: associate with 28:c6:8e:dd:12:c5 (try 1/3)
[ 11.710260] wlx7cdd902fc735: RX AssocResp from 28:c6:8e:dd:12:c5 (capab=0x431 status=0 aid=7)
[ 11.716163] wlx7cdd902fc735: associated
[ 11.716257] IPv6: ADDRCONF(NETDEV_CHANGE): wlx7cdd902fc735: link becomes ready
[ 13.195394] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 13.195401] Bluetooth: BNEP filters: protocol multicast
[ 13.195411] Bluetooth: BNEP socket layer initialized
[ 13.787264] sst-mfld-platform sst-mfld-platform: Enter: enable=1 port_name=ssp0-port
[ 13.873095] intel_sst_acpi 80860F28:00: Alloc for str 3 pipe 0xe
[ 13.873334] Baytrail Audio Port: setting buffer ptr param
[ 13.873457] sst-mfld-platform sst-mfld-platform: SET_SWM cmd max inputs reached
[ 13.873539] sst-mfld-platform sst-mfld-platform: SET_SWM cmd max inputs reached
[ 14.434868] sst-mfld-platform sst-mfld-platform: Enter: enable=0 port_name=ssp0-port
[ 14.436523] intel_sst_acpi 80860F28:00: Free for str 3 pipe 0xe
[ 14.437381] sst-mfld-platform sst-mfld-platform: SET_SWM cmd max inputs reached
[ 14.437507] sst-mfld-platform sst-mfld-platform: SET_SWM cmd max inputs reached
[ 14.445052] sst-mfld-platform sst-mfld-platform: Enter: enable=1 port_name=ssp0-port
[ 14.527318] intel_sst_acpi 80860F28:00: Alloc for str 3 pipe 0xe
[ 14.527454] Baytrail Audio Port: setting buffer ptr param
[ 14.527579] sst-mfld-platform sst-mfld-platform: SET_SWM cmd max inputs reached
[ 14.527661] sst-mfld-platform sst-mfld-platform: SET_SWM cmd max inputs reached
[ 15.039281] sst-mfld-platform sst-mfld-platform: Enter: enable=0 port_name=ssp0-port
[ 15.041329] intel_sst_acpi 80860F28:00: Free for str 3 pipe 0xe
[ 15.042152] sst-mfld-platform sst-mfld-platform: SET_SWM cmd max inputs reached
[ 15.042279] sst-mfld-platform sst-mfld-platform: SET_SWM cmd max inputs reached
[ 15.044635] sst-mfld-platform sst-mfld-platform: Enter: enable=0 port_name=ssp0-port
[ 15.045765] sst-mfld-platform sst-mfld-platform: Enter: enable=0 port_name=ssp0-port
[ 15.046829] sst-mfld-platform sst-mfld-platform: Enter: enable=0 port_name=ssp0-port
[ 15.049443] sst-mfld-platform sst-mfld-platform: Enter: enable=0 port_name=ssp0-port
[ 15.050683] sst-mfld-platform sst-mfld-platform: Enter: enable=1 port_name=ssp0-port
[ 15.179246] intel_sst_acpi 80860F28:00: Alloc for str 1 pipe 0x90
[ 15.179384] Baytrail Audio Port: setting buffer ptr param
[ 15.787262] intel_sst_acpi 80860F28:00: Alloc for str 3 pipe 0xe
[ 15.787388] Baytrail Audio Port: setting buffer ptr param
[ 15.787493] sst-mfld-platform sst-mfld-platform: SET_SWM cmd max inputs reached
[ 15.787586] sst-mfld-platform sst-mfld-platform: SET_SWM cmd max inputs reached
[ 16.293425] intel_sst_acpi 80860F28:00: Free for str 3 pipe 0xe
[ 16.293689] sst-mfld-platform sst-mfld-platform: SET_SWM cmd max inputs reached
[ 16.293763] sst-mfld-platform sst-mfld-platform: SET_SWM cmd max inputs reached
[ 16.375279] intel_sst_acpi 80860F28:00: Alloc for str 3 pipe 0xe
[ 16.375443] Baytrail Audio Port: setting buffer ptr param
[ 16.375622] sst-mfld-platform sst-mfld-platform: SET_SWM cmd max inputs reached
[ 16.375716] sst-mfld-platform sst-mfld-platform: SET_SWM cmd max inputs reached
[ 16.887584] intel_sst_acpi 80860F28:00: Free for str 3 pipe 0xe
[ 16.887863] sst-mfld-platform sst-mfld-platform: SET_SWM cmd max inputs reached
[ 16.887939] sst-mfld-platform sst-mfld-platform: SET_SWM cmd max inputs reached
[ 16.888194] sst-mfld-platform sst-mfld-platform: Enter: enable=0 port_name=ssp0-port
[ 16.888939] intel_sst_acpi 80860F28:00: Free for str 1 pipe 0x90
[ 16.962421] sst-mfld-platform sst-mfld-platform: Enter: enable=1 port_name=ssp0-port
[ 17.075248] intel_sst_acpi 80860F28:00: Alloc for str 1 pipe 0x90
[ 17.075364] Baytrail Audio Port: setting buffer ptr param
[ 17.621340] Baytrail Audio Port: sst_platform_pcm_trigger called
[ 17.621350] Baytrail Audio Port: sst: Trigger Start
[ 17.621364] SSP2-Codec: sst_platform_pcm_trigger called
[ 18.529496] EXT4-fs (mmcblk0p4): mounted filesystem with ordered data mode. Opts: (null)
[ 22.636187] Baytrail Audio Port: sst_platform_pcm_trigger called
[ 22.636196] Baytrail Audio Port: sst: in stop
[ 22.636209] SSP2-Codec: sst_platform_pcm_trigger called
[ 22.636295] sst-mfld-platform sst-mfld-platform: Enter: enable=0 port_name=ssp0-port
[ 22.636977] intel_sst_acpi 80860F28:00: Free for str 1 pipe 0x90
[ 126.556171] sst-mfld-platform sst-mfld-platform: Enter: enable=1 port_name=ssp0-port
[ 126.687320] intel_sst_acpi 80860F28:00: Alloc for str 1 pipe 0x90
[ 126.687567] Baytrail Audio Port: setting buffer ptr param
[ 127.191621] Baytrail Audio Port: sst_platform_pcm_trigger called
[ 127.191643] Baytrail Audio Port: sst: Trigger Start
[ 127.191672] SSP2-Codec: sst_platform_pcm_trigger called
[ 166.648523] Baytrail Audio Port: sst_platform_pcm_trigger called
[ 166.648546] Baytrail Audio Port: sst: in stop
[ 166.648574] SSP2-Codec: sst_platform_pcm_trigger called
[ 166.648785] sst-mfld-platform sst-mfld-platform: Enter: enable=0 port_name=ssp0-port
[ 166.650019] intel_sst_acpi 80860F28:00: Free for str 1 pipe 0x90
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment