You are not logged in.

#1 2016-06-09 20:57:36

quantum.suto
Member
Registered: 2016-06-09
Posts: 4

Installing Arch Linux on Fujitsu QH55/M (Bay Trail Tablet)

Hello, and nice to meet you arch users! (as this is my first installation of arch linux)
This is my track of struggle to install Arch linux on my tablet.
Here's list of what's workning / not working.

  • Bootloader:
    GRUB i386-efi loads x86_64 kernel successfully, only with noefi boot parameter with efi=old_map

  • Kernel:
    stock 4.6.1-2-ARCH works with some workaround boot parameters added

  • Overall stability:
    using kernel parameters "intel_idle.max_cstate=1 tsc=reliable nmi_watchdog=0" make system usable.

  • Video:
    xf86-video-intel works great.  Unless "i915.enable_psr=0" is appended, I experience glitched screen as of 4.6.1-2-ARCH.

  • Wifi:
    BCM4324B3 connects my access point, though this SDIO wifi interface frequently misses it and reconnects it.  I could stabilize this device.  Use QH55/M's native brcm43241b4-sdio.txt.  See DebianOn Asus T100TA
    Note that you need 32bit environment to rip this firmware.

  • TouchScreen:
    I2C HID device "Wacom HID 5008 Finger" works flawlessly with xf86-input-wacom or evdev

  • Stylus:
    I2C HID device "Wacom HID 124 Pen" works out of the box with xf86-input-wacom or evdev.

  • Audio:
    works with UCM files from here

  • USB 3:
    works

  • microUSB:
    with USB OTG cable, works.  Can also be used as a power supply.

  • Bluetooth:
    BCM4324B3 works with a little problem, which i describe later.  with Powersave disabled.  See below.

  • Battery monitoring:
    Works.  Some older software cannot watch status however.

  • Shutdown:
    doesn't work; hangs at "reboot: Power down"

  • Reboot:
    with kernel parameter reboot=pci, ok

  • Power button, Volume UP/DOWN, Windows logo button, shortcut button:
    doesn't work

  • Camera, GPS, NFC, microSD, accelerometer:
    untested

Both i2C HID devices fail to initialize time to time.
It seems that i2c-designware has a key.
Bluetooth works now!  "/usr/bin/bash -c 'echo -n on > /sys/bus/platform/drivers/hci_bcm/BCM2E3A\:00/power/control'" did the trick.  Just make oneshot systemd service.

This tablet is almost the same as arrows tab WQ1/M and Q584/H, which is sold as Fujitsu Stylistic Q584.

Last edited by quantum.suto (2016-06-15 03:44:46)

Offline

#2 2016-06-09 21:31:35

quantum.suto
Member
Registered: 2016-06-09
Posts: 4

Re: Installing Arch Linux on Fujitsu QH55/M (Bay Trail Tablet)

Here's how I enabled Bluetooth.  This procedure may be useful for other Bay trail tablet.

I extracted DSDT and found "Device URT1" is connected to "Device BTH0".
Then I referenced https://wiki.archlinux.org/index.php/As … #Bluetooth and as URT1 = /dev/ttyS0,

# btattach --bredr /dev/ttyS0 -P bcm

enabled my bluetooth device.

The problem is that my BT keyboard stops working.
Connection itself seems ok according to  my keyboard's LED.  And the moment I establish another Bluetooth connection to my android tablet, all the key inputs are sent to applications.

And when I keep the connection to android, the keyboard responds properly.

Any ideas?
I decided to ask at appropirate board, so I cancel this question.

Last edited by quantum.suto (2016-06-10 08:04:18)

Offline

#3 2016-06-13 19:55:14

quantum.suto
Member
Registered: 2016-06-09
Posts: 4

Re: Installing Arch Linux on Fujitsu QH55/M (Bay Trail Tablet)

dmesg, when touchpanel and stylus don't work

[    0.000000] Linux version 4.6.2-1-custom (masanori@arrows) (gcc version 6.1.1 20160501 (GCC) ) #1 SMP PREEMPT Mon Jun 13 22:51:17 JST 2016
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux-custom root=UUID=28743918-203c-48cc-8296-0ffd1fd7c5d5 rw intel_idle.max_cstate=1 tsc=reliable nmi_watchdog=0 i915.enable_psr=0 efi=old_map reboot=pci quiet
[    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-0x00000000200fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000020100000-0x00000000b832efff] usable
[    0.000000] BIOS-e820: [mem 0x00000000b832f000-0x00000000b852efff] type 20
[    0.000000] BIOS-e820: [mem 0x00000000b852f000-0x00000000b8c2efff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000b8c2f000-0x00000000b8c31fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000b8c32000-0x00000000b8c32fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000b8c33000-0x00000000b8d2efff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000b8d2f000-0x00000000b8d6efff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000b8d6f000-0x00000000b95f4fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000b95f5000-0x00000000b9df4fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000b9df5000-0x00000000b9ffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000e00f8000-0x00000000e00f8fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed01000-0x00000000fed01fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ffc00000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000013fffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.31 by INSYDE Corp.
[    0.000000] efi:  ACPI 2.0=0xb8d6e014  ESRT=0xb85d1e10  SMBIOS=0xb8c2e000 
[    0.000000] efi: No EFI runtime due to 32/64-bit mismatch with kernel
[    0.000000] esrt: Reserving ESRT space from 0x00000000b85d1e10 to 0x00000000b85d1e48.
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: FUJITSU FARQ55M/FJNBC02, BIOS Version 1.29 03/17/2016
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x140000 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 0FFC00000 mask FFFC00000 write-protect
[    0.000000]   1 base 000000000 mask F80000000 write-back
[    0.000000]   2 base 080000000 mask FC0000000 write-back
[    0.000000]   3 base 0BC000000 mask FFC000000 uncachable
[    0.000000]   4 base 0BB000000 mask FFF000000 uncachable
[    0.000000]   5 base 0BAE00000 mask FFFE00000 uncachable
[    0.000000]   6 base 0BAD00000 mask FFFF00000 uncachable
[    0.000000]   7 base 100000000 mask FC0000000 write-back
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT  
[    0.000000] e820: last_pfn = 0xba000 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] BRK [0x01b4f000, 0x01b4ffff] PGTABLE
[    0.000000] BRK [0x01b50000, 0x01b50fff] PGTABLE
[    0.000000] BRK [0x01b51000, 0x01b51fff] PGTABLE
[    0.000000] BRK [0x01b52000, 0x01b52fff] PGTABLE
[    0.000000] BRK [0x01b53000, 0x01b53fff] PGTABLE
[    0.000000] BRK [0x01b54000, 0x01b54fff] PGTABLE
[    0.000000] RAMDISK: [mem 0x3780a000-0x37bfcfff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000B8D6E014 000024 (v02 FUJ   )
[    0.000000] ACPI: XSDT 0x00000000B8D4B188 0000DC (v01 FUJ    PC       011D0000 FUJ  00000001)
[    0.000000] ACPI: FACP 0x00000000B8D67000 00010C (v05 FUJ    PC       011D0000 FUJ  00000001)
[    0.000000] ACPI: DSDT 0x00000000B8D57000 00B384 (v02 FUJ    FJNBC02  011D0000 FUJ  00000001)
[    0.000000] ACPI: UEFI 0x00000000B8D6D000 000236 (v01 FUJ    PC       011D0000 FUJ  00000001)
[    0.000000] ACPI: SSDT 0x00000000B8D6C000 000DA1 (v01 FUJ    FjSsdt   00000001 INTL 20130117)
[    0.000000] ACPI: TCPA 0x00000000B8D6B000 000032 (v02 FUJ    PC       011D0000 FUJ  00000001)
[    0.000000] ACPI: UEFI 0x00000000B8D6A000 000042 (v01 FUJ    PC       011D0000 FUJ  00000001)
[    0.000000] ACPI: MSDM 0x00000000B8D69000 000055 (v03 FUJ    PC       011D0000 FUJ  00000001)
[    0.000000] ACPI: DBG2 0x00000000B8D68000 000072 (v00 FUJ    PC       011D0000 FUJ  00000001)
[    0.000000] ACPI: HPET 0x00000000B8D66000 000038 (v01 FUJ    PC       011D0000 FUJ  00000001)
[    0.000000] ACPI: LPIT 0x00000000B8D65000 000104 (v01 FUJ    PC       011D0000 FUJ  00000001)
[    0.000000] ACPI: APIC 0x00000000B8D64000 00006C (v03 FUJ    PC       011D0000 FUJ  00000001)
[    0.000000] ACPI: MCFG 0x00000000B8D63000 00003C (v01 FUJ    PC       011D0000 FUJ  00000001)
[    0.000000] ACPI: SSDT 0x00000000B8D56000 0005FB (v01 INTEL  CpuDptf  00000003 VLV2 0100000D)
[    0.000000] ACPI: SSDT 0x00000000B8D54000 001998 (v01 INTEL  DptfTab  00000003 VLV2 0100000D)
[    0.000000] ACPI: SSDT 0x00000000B8D53000 000058 (v01 INTEL  LowPwrM  00000003 VLV2 0100000D)
[    0.000000] ACPI: SSDT 0x00000000B8D52000 0000FF (v01 INTEL  SoCDptf  00000003 VLV2 0100000D)
[    0.000000] ACPI: SSDT 0x00000000B8D51000 00043A (v01 Intel_ Tpm2Tabl 00001000 INTL 20130117)
[    0.000000] ACPI: TPM2 0x00000000B8D50000 000034 (v03 FUJ    PC       011D0000 FUJ  00000001)
[    0.000000] ACPI: SSDT 0x00000000B8D4F000 000763 (v01 PmRef  CpuPm    00003000 INTL 20130117)
[    0.000000] ACPI: SSDT 0x00000000B8D4E000 000290 (v01 PmRef  Cpu0Tst  00003000 INTL 20130117)
[    0.000000] ACPI: SSDT 0x00000000B8D4D000 00017A (v01 PmRef  ApTst    00003000 INTL 20130117)
[    0.000000] ACPI: FPDT 0x00000000B8D4C000 000044 (v01 INTEL  TIANO    00000001 MSFT 01000013)
[    0.000000] ACPI: CSRT 0x00000000B8D4A000 00014C (v00 INTEL  EDK2     00000005 INTL 20120624)
[    0.000000] ACPI: BGRT 0x00000000B8D49000 000038 (v01 INSYDE H2O BIOS 00000001 ACPI 00040000)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000013fffffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x13fff7000-0x13fffafff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000013fffffff]
[    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 0x0000000020100000-0x00000000b832efff]
[    0.000000]   node   0: [mem 0x00000000b8d6f000-0x00000000b95f4fff]
[    0.000000]   node   0: [mem 0x00000000b9df5000-0x00000000b9ffffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000013fffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000013fffffff]
[    0.000000] On node 0 totalpages: 1018972
[    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: 11763 pages used for memmap
[    0.000000]   DMA32 zone: 752832 pages, LIFO batch:31
[    0.000000]   Normal zone: 4096 pages used for memmap
[    0.000000]   Normal zone: 262144 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 0xbaf00000-0xbeefffff
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] IOAPIC[0]: apic_id 2, 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-0x200fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xb832f000-0xb852efff]
[    0.000000] PM: Registered nosave memory: [mem 0xb852f000-0xb8c2efff]
[    0.000000] PM: Registered nosave memory: [mem 0xb8c2f000-0xb8c31fff]
[    0.000000] PM: Registered nosave memory: [mem 0xb8c32000-0xb8c32fff]
[    0.000000] PM: Registered nosave memory: [mem 0xb8c33000-0xb8d2efff]
[    0.000000] PM: Registered nosave memory: [mem 0xb8d2f000-0xb8d6efff]
[    0.000000] PM: Registered nosave memory: [mem 0xb95f5000-0xb9df4fff]
[    0.000000] PM: Registered nosave memory: [mem 0xba000000-0xbaefffff]
[    0.000000] PM: Registered nosave memory: [mem 0xbaf00000-0xbeefffff]
[    0.000000] PM: Registered nosave memory: [mem 0xbef00000-0xe00f7fff]
[    0.000000] PM: Registered nosave memory: [mem 0xe00f8000-0xe00f8fff]
[    0.000000] PM: Registered nosave memory: [mem 0xe00f9000-0xfed00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed01000-0xfed01fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed02000-0xffbfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xffc00000-0xffffffff]
[    0.000000] e820: [mem 0xbef00000-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: 6370452778343963 ns
[    0.000000] efi: Setup done, disabling due to 32/64-bit mismatch
[    0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] percpu: Embedded 32 pages/cpu @ffff88013fc00000 s93464 r8192 d29416 u524288
[    0.000000] pcpu-alloc: s93464 r8192 d29416 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: 1003027
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-linux-custom root=UUID=28743918-203c-48cc-8296-0ffd1fd7c5d5 rw intel_idle.max_cstate=1 tsc=reliable nmi_watchdog=0 i915.enable_psr=0 efi=old_map reboot=pci 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: 3891592K/4075888K available (5935K kernel code, 974K rwdata, 1796K rodata, 1224K init, 1152K bss, 184296K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	Build-time adjustment of leaf fanout to 64.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=4.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=4
[    0.000000] NR_IRQS:8448 nr_irqs:1024 0
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] Maximum core-clock to bus-clock ratio: 0xb
[    0.000000] Resolved frequency ID: 2, frequency: 133200 KHz
[    0.000000] TSC runs at 1465200 KHz
[    0.000000] lapic_timer_frequency = 444000
[    0.000000] tsc: Detected 1465.200 MHz processor
[    0.000057] Calibrating delay loop (skipped), value calculated using timer frequency.. 2931.50 BogoMIPS (lpj=4884000)
[    0.000065] pid_max: default: 32768 minimum: 301
[    0.000082] ACPI: Core revision 20160108
[    0.042660] ACPI: 10 ACPI AML tables successfully acquired and loaded

[    0.042724] Security Framework initialized
[    0.042730] Yama: becoming mindful.
[    0.043366] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.045870] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.047000] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.047025] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[    0.047561] CPU: Physical Processor ID: 0
[    0.047569] CPU: Processor Core ID: 0
[    0.047577] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.047581] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.047593] mce: CPU supports 6 MCE banks
[    0.047610] CPU0: Thermal monitoring enabled (TM1)
[    0.047617] process: using mwait in idle threads
[    0.047625] Last level iTLB entries: 4KB 48, 2MB 0, 4MB 0
[    0.047629] Last level dTLB entries: 4KB 128, 2MB 16, 4MB 16, 1GB 0
[    0.048098] Freeing SMP alternatives memory: 24K (ffffffff81a27000 - ffffffff81a2d000)
[    0.049643] ftrace: allocating 23495 entries in 92 pages
[    0.067525] smpboot: Max logical packages: 1
[    0.067534] smpboot: APIC(0) Converting physical 0 to logical package 0
[    0.067599] TSC deadline timer enabled
[    0.067606] smpboot: CPU0: Intel(R) Atom(TM) CPU  Z3770  @ 1.46GHz (family: 0x6, model: 0x37, stepping: 0x3)
[    0.067634] Performance Events: PEBS fmt2+, 8-deep LBR, Silvermont events, full-width counters, Intel PMU driver.
[    0.067656] ... version:                3
[    0.067659] ... bit width:              40
[    0.067662] ... generic registers:      2
[    0.067665] ... value mask:             000000ffffffffff
[    0.067668] ... max period:             000000ffffffffff
[    0.067671] ... fixed-purpose events:   3
[    0.067674] ... event mask:             0000000700000003
[    0.104418] x86: Booting SMP configuration:
[    0.104426] .... node  #0, CPUs:      #1 #2 #3
[    0.381360] Skipped synchronization checks as TSC is reliable.
[    0.381535] x86: Booted up 1 node, 4 CPUs
[    0.381541] smpboot: Total of 4 processors activated (11733.55 BogoMIPS)
[    0.383283] devtmpfs: initialized
[    0.383460] x86/mm: Memory block size: 128MB
[    0.392733] PM: Registering ACPI NVS region [mem 0x0008f000-0x0008ffff] (4096 bytes)
[    0.392743] PM: Registering ACPI NVS region [mem 0xb8c2f000-0xb8c31fff] (12288 bytes)
[    0.392748] PM: Registering ACPI NVS region [mem 0xb8c33000-0xb8d2efff] (1032192 bytes)
[    0.392785] PM: Registering ACPI NVS region [mem 0xb95f5000-0xb9df4fff] (8388608 bytes)
[    0.393288] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    0.393466] pinctrl core: initialized pinctrl subsystem
[    0.393581] RTC time: 19:50:30, date: 06/13/16
[    0.393943] NET: Registered protocol family 16
[    0.408055] cpuidle: using governor ladder
[    0.421405] cpuidle: using governor menu
[    0.421513] ACPI: bus type PCI registered
[    0.421520] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.421696] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000)
[    0.421703] PCI: not using MMCONFIG
[    0.421707] PCI: Using configuration type 1 for base access
[    0.435168] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.435863] ACPI: Added _OSI(Module Device)
[    0.435869] ACPI: Added _OSI(Processor Device)
[    0.435873] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.435877] ACPI: Added _OSI(Processor Aggregator Device)
[    0.453989] ACPI: Dynamic OEM Table Load:
[    0.454012] ACPI: SSDT 0xFFFF88013A569800 000395 (v01 PmRef  Cpu0Ist  00003000 INTL 20130117)
[    0.455714] ACPI: Dynamic OEM Table Load:
[    0.455733] ACPI: SSDT 0xFFFF88013B015800 000433 (v01 PmRef  Cpu0Cst  00003001 INTL 20130117)
[    0.458002] ACPI: Dynamic OEM Table Load:
[    0.458019] ACPI: SSDT 0xFFFF88013AF23C00 00015F (v01 PmRef  ApIst    00003000 INTL 20130117)
[    0.459645] ACPI: Dynamic OEM Table Load:
[    0.459662] ACPI: SSDT 0xFFFF88013A551CC0 00008D (v01 PmRef  ApCst    00003000 INTL 20130117)
[    0.463206] ACPI: Interpreter enabled
[    0.463243] ACPI: (supports S0)
[    0.463248] ACPI: Using IOAPIC for interrupt routing
[    0.463332] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000)
[    0.469069] [Firmware Info]: PCI: MMCONFIG at [mem 0xe0000000-0xe3ffffff] not reserved in ACPI motherboard resources
[    0.469075] PCI: not using MMCONFIG
[    0.469085] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.471827] ACPI: Power Resource [USBC] (on)
[    0.472646] ACPI: Power Resource [WWPR] (off)
[    0.480047] ACPI: Power Resource [PLPE] (on)
[    0.488382] ACPI: Power Resource [CLK0] (on)
[    0.488500] ACPI: Power Resource [CLK1] (on)
[    0.488731] ACPI: Power Resource [P28X] (off)
[    0.488854] ACPI: Power Resource [P18X] (off)
[    0.491205] ACPI: Power Resource [TCPR] (off)
[    0.500987] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.501004] acpi PNP0A08:00: _OSC: OS supports [ASPM ClockPM Segments MSI]
[    0.501121] \_SB_.PCI0 (33DB4D5B-1FF7-401C-9657-7441C03DD766): _OSC invalid UUID
[    0.501126] _OSC request data: 1 1e 0
[    0.501137] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
[    0.501169] acpi PNP0A08:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
[    0.501834] PCI host bridge to bus 0000:00
[    0.501843] pci_bus 0000:00: root bus resource [io  0x0070-0x0077]
[    0.501849] pci_bus 0000:00: root bus resource [io  0x0000-0x006f window]
[    0.501855] pci_bus 0000:00: root bus resource [io  0x0078-0x0cf7 window]
[    0.501860] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.501866] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.501871] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[    0.501876] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff window]
[    0.501882] pci_bus 0000:00: root bus resource [mem 0xd0c00000-0xd0ffffff window]
[    0.501887] pci_bus 0000:00: root bus resource [mem 0xbaf00001-0xbef00000 window]
[    0.501892] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xd08ffffe window]
[    0.501898] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed40fff window]
[    0.501904] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.501921] pci 0000:00:00.0: [8086:0f00] type 00 class 0x060000
[    0.502122] pci 0000:00:02.0: [8086:0f31] type 00 class 0x030000
[    0.502144] pci 0000:00:02.0: reg 0x10: [mem 0xd0000000-0xd03fffff]
[    0.502161] pci 0000:00:02.0: reg 0x18: [mem 0xc0000000-0xcfffffff pref]
[    0.502178] pci 0000:00:02.0: reg 0x20: [io  0x1000-0x1007]
[    0.502393] pci 0000:00:14.0: [8086:0f35] type 00 class 0x0c0330
[    0.502420] pci 0000:00:14.0: reg 0x10: [mem 0xd0800000-0xd080ffff 64bit]
[    0.502502] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.502679] pci 0000:00:1a.0: [8086:0f18] type 00 class 0x108000
[    0.502706] pci 0000:00:1a.0: reg 0x10: [mem 0xd0700000-0xd07fffff]
[    0.502722] pci 0000:00:1a.0: reg 0x14: [mem 0xd0600000-0xd06fffff]
[    0.502824] pci 0000:00:1a.0: PME# supported from D0 D3hot
[    0.502995] pci 0000:00:1f.0: [8086:0f1c] type 00 class 0x060100
[    0.504031] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.504222] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.504404] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.504585] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.504767] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.504964] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.505147] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.505329] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.548608] dw_dmac INTL9C60:00: DesignWare DMA Controller, 8 channels
[    0.578631] dw_dmac INTL9C60:01: DesignWare DMA Controller, 8 channels
[    0.579022] vgaarb: setting as boot device: PCI:0000:00:02.0
[    0.579028] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.579033] vgaarb: loaded
[    0.579037] vgaarb: bridge control possible 0000:00:02.0
[    0.579351] PCI: Using ACPI for IRQ routing
[    0.579359] PCI: pci_cache_line_size set to 64 bytes
[    0.579386] Expanded resource reserved due to conflict with PCI Bus 0000:00
[    0.579393] e820: reserve RAM buffer [mem 0x0008f000-0x0008ffff]
[    0.579398] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    0.579402] e820: reserve RAM buffer [mem 0xb832f000-0xbbffffff]
[    0.579407] e820: reserve RAM buffer [mem 0xb95f5000-0xbbffffff]
[    0.579411] e820: reserve RAM buffer [mem 0xba000000-0xbbffffff]
[    0.579725] NetLabel: Initializing
[    0.579730] NetLabel:  domain hash size = 128
[    0.579733] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.579765] NetLabel:  unlabeled traffic allowed by default
[    0.579969] clocksource: Switched to clocksource refined-jiffies
[    0.594819] VFS: Disk quotas dquot_6.6.0
[    0.594863] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.595154] pnp: PnP ACPI init
[    0.595299] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.595472] system 00:01: [io  0x0680-0x069f] has been reserved
[    0.595480] system 00:01: [io  0x0400-0x047f] has been reserved
[    0.595486] system 00:01: [io  0x0500-0x05fe] has been reserved
[    0.595492] system 00:01: [io  0x0600-0x061f] has been reserved
[    0.595498] system 00:01: [io  0x164e-0x164f] has been reserved
[    0.595508] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.598535] pnp: PnP ACPI: found 2 devices
[    0.604027] pci_bus 0000:00: resource 4 [io  0x0070-0x0077]
[    0.604035] pci_bus 0000:00: resource 5 [io  0x0000-0x006f window]
[    0.604041] pci_bus 0000:00: resource 6 [io  0x0078-0x0cf7 window]
[    0.604046] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff window]
[    0.604052] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[    0.604057] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[    0.604062] pci_bus 0000:00: resource 10 [mem 0x000e0000-0x000fffff window]
[    0.604068] pci_bus 0000:00: resource 11 [mem 0xd0c00000-0xd0ffffff window]
[    0.604073] pci_bus 0000:00: resource 12 [mem 0xbaf00001-0xbef00000 window]
[    0.604079] pci_bus 0000:00: resource 13 [mem 0xc0000000-0xd08ffffe window]
[    0.604084] pci_bus 0000:00: resource 14 [mem 0xfed40000-0xfed40fff window]
[    0.604160] NET: Registered protocol family 2
[    0.604606] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[    0.604801] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[    0.605017] TCP: Hash tables configured (established 32768 bind 32768)
[    0.605103] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    0.605187] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    0.605360] NET: Registered protocol family 1
[    0.605412] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.605773] PCI: CLS 0 bytes, default 64
[    0.605905] Unpacking initramfs...
[    0.732505] Freeing initrd memory: 4044K (ffff88003780a000 - ffff880037bfd000)
[    0.732527] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.732534] software IO TLB [mem 0xb278f000-0xb678f000] (64MB) mapped at [ffff8800b278f000-ffff8800b678efff]
[    0.732838] Scanning for low memory corruption every 60 seconds
[    0.733669] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.734539] Initialise system trusted keyring
[    0.734786] workingset: timestamp_bits=38 max_order=20 bucket_order=0
[    0.739515] zbud: loaded
[    0.740129] Key type big_key registered
[    0.740795] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[    0.740890] io scheduler noop registered
[    0.740898] io scheduler deadline registered
[    0.740991] io scheduler cfq registered (default)
[    0.741201] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.741222] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.741282] efifb: probing for efifb
[    0.741323] efifb: framebuffer at 0xc0000000, mapped to 0xffffc90001000000, using 16000k, total 16000k
[    0.741328] efifb: mode is 2560x1600x32, linelength=10240, pages=1
[    0.741331] efifb: scrolling: redraw
[    0.741336] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.776063] Console: switching to colour frame buffer device 320x100
[    0.810386] fb0: EFI VGA frame buffer device
[    0.810416] intel_idle: MWAIT substates: 0x33000020
[    0.810421] intel_idle: v0.4.1 model 0x37
[    0.810428] intel_idle: max_cstate 1 reached
[    0.810597] intel_idle: lapic_timer_reliable_states 0xffffffff
[    0.810677] GHES: HEST is not enabled!
[    0.810821] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    0.811747] hpet: number irqs doesn't agree with number of timers
[    0.811804] Linux agpgart interface v0.103
[    0.812567] ACPI Warning: Could not enable fixed event - RealTimeClock (4) (20160108/evxface-654)
[    0.812776] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0
[    0.812820] rtc_cmos 00:00: alarms up to one day, 242 bytes nvram
[    0.812862] Intel P-state driver initializing.
[    0.863430] ledtrig-cpu: registered to indicate activity on CPUs
[    0.866007] NET: Registered protocol family 10
[    0.867140] NET: Registered protocol family 17
[    0.868442] microcode: CPU0 sig=0x30673, pf=0x2, revision=0x322
[    0.868488] microcode: CPU1 sig=0x30673, pf=0x2, revision=0x322
[    0.868521] microcode: CPU2 sig=0x30673, pf=0x2, revision=0x322
[    0.868556] microcode: CPU3 sig=0x30673, pf=0x2, revision=0x322
[    0.868731] microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    0.869639] registered taskstats version 1
[    0.869711] Loading compiled-in X.509 certificates
[    0.869838] zswap: loaded using pool lzo/zbud
[    0.870810]   Magic number: 4:779:849
[    0.870835]  index1: hash matches
[    0.870848]  index1: hash matches
[    0.870858]  index1: hash matches
[    0.870868]  index1: hash matches
[    0.870935] graphics fbcon: hash matches
[    0.871185] rtc_cmos 00:00: setting system clock to 2016-06-13 19:50:30 UTC (1465847430)
[    0.872071] PM: Hibernation image not present or could not be loaded.
[    0.876232] Freeing unused kernel memory: 1224K (ffffffff818f5000 - ffffffff81a27000)
[    0.876241] Write protecting the kernel read-only data: 8192k
[    0.876676] Freeing unused kernel memory: 192K (ffff8800015d0000 - ffff880001600000)
[    0.878571] Freeing unused kernel memory: 252K (ffff8800017c1000 - ffff880001800000)
[    0.903163] random: systemd-tmpfile urandom read with 0 bits of entropy available
[    0.984828] sdhci: Secure Digital Host Controller Interface driver
[    0.984836] sdhci: Copyright(c) Pierre Ossman
[    1.005440] mmc0: SDHCI controller on ACPI [80860F14:00] using ADMA
[    1.010424] mmc1: SDHCI controller on ACPI [INT33BB:00] using ADMA
[    1.016148] ACPI: bus type USB registered
[    1.016258] usbcore: registered new interface driver usbfs
[    1.016322] usbcore: registered new interface driver hub
[    1.016430] usbcore: registered new device driver usb
[    1.019432] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.019455] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    1.020588] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00009810
[    1.020600] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    1.021494] hub 1-0:1.0: USB hub found
[    1.021525] hub 1-0:1.0: 6 ports detected
[    1.030178] mmc2: SDHCI controller on ACPI [80860F14:01] using ADMA
[    1.098715] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[    1.100310] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[    1.101889] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[    1.104725] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[    1.130218] mmc0: new HS200 MMC card at address 0001
[    1.132476] mmcblk0: mmc0:0001 MCG8GC 58.2 GiB 
[    1.132799] mmcblk0boot0: mmc0:0001 MCG8GC partition 1 4.00 MiB
[    1.133129] mmcblk0boot1: mmc0:0001 MCG8GC partition 2 4.00 MiB
[    1.133467] mmcblk0rpmb: mmc0:0001 MCG8GC partition 3 4.00 MiB
[    1.136188]  mmcblk0: p1 p2 p3 p4 p5 p6 p7
[    1.180424] mmc1: new ultra high speed DDR50 SDIO card at address 0001
[    1.557811] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.557849] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    1.559090] hub 2-0:1.0: USB hub found
[    1.559158] hub 2-0:1.0: 1 port detected
[    1.682128] EXT4-fs (mmcblk0p5): mounted filesystem with ordered data mode. Opts: (null)
[    1.760788] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x151eb8712d7, max_idle_ns: 440795257459 ns
[    1.760860] clocksource: Switched to clocksource tsc
[    1.806029] ip_tables: (C) 2000-2006 Netfilter Core Team
[    1.842705] 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.843533] systemd[1]: Detected architecture x86-64.
[    1.845750] systemd[1]: Set hostname to <arrows>.
[    1.917613] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[    1.980618] systemd[1]: Reached target Login Prompts.
[    1.984568] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[    1.984664] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[    1.984690] systemd[1]: Reached target Remote File Systems.
[    1.984800] systemd[1]: Listening on Journal Socket.
[    1.986497] systemd[1]: Listening on Process Core Dump Socket.
[    1.986563] systemd[1]: Listening on Journal Socket (/dev/log).
[    1.987210] systemd[1]: Created slice User and Session Slice.
[    1.987238] systemd[1]: Reached target Encrypted Volumes.
[    1.987305] systemd[1]: Listening on LVM2 metadata daemon socket.
[    1.987393] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[    1.987417] systemd[1]: Reached target Paths.
[    1.987484] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[    1.987545] systemd[1]: Listening on udev Kernel Socket.
[    1.987831] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[    1.987906] systemd[1]: Listening on udev Control Socket.
[    1.987935] systemd[1]: Reached target Swap.
[    1.988145] systemd[1]: Created slice System Slice.
[    2.001133] systemd[1]: Starting Load Kernel Modules...
[    2.001428] systemd[1]: Created slice system-getty.slice.
[    2.002446] systemd[1]: Starting Remount Root and Kernel File Systems...
[    2.003599] systemd[1]: Mounting Debug File System...
[    2.003649] systemd[1]: Reached target Slices.
[    2.005046] systemd[1]: Starting Journal Service...
[    2.008682] systemd[1]: Starting Set Up Additional Binary Formats...
[    2.009727] systemd[1]: Starting Setup Virtual Console...
[    2.010084] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    2.011564] systemd[1]: Mounting Huge Pages File System...
[    2.012965] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[    2.014216] systemd[1]: Mounting POSIX Message Queue File System...
[    2.019229] systemd[1]: Mounting Temporary Directory...
[    2.022381] systemd[1]: Mounted Huge Pages File System.
[    2.022462] systemd[1]: Mounted Debug File System.
[    2.026913] systemd[1]: Started Create list of required static device nodes for the current kernel.
[    2.027166] systemd[1]: Mounted POSIX Message Queue File System.
[    2.027569] systemd[1]: Started Setup Virtual Console.
[    2.027838] EXT4-fs (mmcblk0p5): re-mounted. Opts: data=ordered
[    2.027843] systemd[1]: Mounted Temporary Directory.
[    2.029225] systemd[1]: Started Remount Root and Kernel File Systems.
[    2.029755] systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 160 (systemd-binfmt)
[    2.030815] systemd[1]: Mounting Arbitrary Executable File Formats File System...
[    2.033843] systemd[1]: Starting Load/Save Random Seed...
[    2.036079] SCSI subsystem initialized
[    2.039438] systemd[1]: Starting udev Coldplug all Devices...
[    2.040720] systemd[1]: Starting Create Static Device Nodes in /dev...
[    2.043104] systemd[1]: Mounted Arbitrary Executable File Formats File System.
[    2.043534] systemd[1]: Started Load Kernel Modules.
[    2.045276] systemd[1]: Mounting Configuration File System...
[    2.046352] systemd[1]: Starting Apply Kernel Variables...
[    2.048863] systemd[1]: Started Load/Save Random Seed.
[    2.054498] systemd[1]: Mounted Configuration File System.
[    2.056481] systemd[1]: Started Set Up Additional Binary Formats.
[    2.069099] systemd[1]: Started Apply Kernel Variables.
[    2.091709] hub 1-1:1.0: USB hub found
[    2.091753] hub 1-1:1.0: 4 ports detected
[    2.115439] systemd[1]: Started Create Static Device Nodes in /dev.
[    2.115930] systemd[1]: Reached target Local File Systems (Pre).
[    2.134875] systemd[1]: Starting udev Kernel Device Manager...
[    2.139934] systemd[1]: Started udev Coldplug all Devices.
[    2.276701] systemd[1]: Started udev Kernel Device Manager.
[    2.352744] ACPI: AC Adapter [ADP1] (on-line)
[    2.357881] 80860F0A:00: ttyS0 at MMIO 0xd0947000 (irq = 191, base_baud = 2764800) is a 16550A
[    2.370948] usb 1-1.1: new full-speed USB device number 3 using xhci_hcd
[    2.371139] 80860F0A:01: ttyS1 at MMIO 0xd094d000 (irq = 193, base_baud = 2764800) is a 16550A
[    2.429433] thermal thermal_zone4: failed to read out thermal zone (-5)
[    2.429661] input: Fujitsu FUJ02E3 as /devices/LNXSYSTM:00/LNXSYBUS:00/FUJ02E3:00/input/input0
[    2.429676] fujitsu_laptop: ACPI: Fujitsu FUJ02E3 [FEXT] (on)
[    2.432735] Bluetooth: Core ver 2.21
[    2.432766] NET: Registered protocol family 31
[    2.432770] Bluetooth: HCI device and connection manager initialized
[    2.432778] Bluetooth: HCI socket layer initialized
[    2.432783] Bluetooth: L2CAP socket layer initialized
[    2.432795] Bluetooth: SCO socket layer initialized
[    2.439139] fujitsu_laptop: BTNI: [0x80000000]
[    2.439316] fujitsu_laptop: driver 0.6.0 successfully loaded
[    2.448649] Bluetooth: HCI UART driver ver 2.3
[    2.448657] Bluetooth: HCI UART protocol H4 registered
[    2.448659] Bluetooth: HCI UART protocol BCSP registered
[    2.448662] Bluetooth: HCI UART protocol LL registered
[    2.448664] Bluetooth: HCI UART protocol ATH3K registered
[    2.448666] Bluetooth: HCI UART protocol Three-wire (H5) registered
[    2.448754] Bluetooth: HCI UART protocol Intel registered
[    2.459383] FUJITSU Extended Socket Network Device Driver - version 1.0 - Copyright (c) 2015 FUJITSU LIMITED
[    2.461314] hci_bcm BCM2E3A:00: BCM irq: 192
[    2.461397] hci_bcm BCM2E3A:00: BCM2E3A:00 device registered.
[    2.461521] Bluetooth: HCI UART protocol BCM registered
[    2.461525] Bluetooth: HCI UART protocol QCA registered
[    2.461527] Bluetooth: HCI UART protocol AG6XX registered
[    2.464839] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input1
[    2.464914] ACPI: Lid Switch [LID]
[    2.472293] intel_sst_acpi 80860F28:00: LPE base: 0xd0a00000 size:0x200000
[    2.472300] intel_sst_acpi 80860F28:00: IRAM base: 0xd0ac0000
[    2.472334] intel_sst_acpi 80860F28:00: DRAM base: 0xd0b00000
[    2.472342] intel_sst_acpi 80860F28:00: SHIM base: 0xd0b40000
[    2.472350] intel_sst_acpi 80860F28:00: Mailbox base: 0xd0b44000
[    2.472357] intel_sst_acpi 80860F28:00: DDR base: 0x20000000
[    2.472460] intel_sst_acpi 80860F28:00: Got drv data max stream 25
[    2.472710] i8042: PNP: No PS/2 controller found. Probing ports directly.
[    3.490942] i2c_designware 80860F41:00: controller timed out
[    3.491279] i2c i2c-0: i2c read failed
[    3.515133] usb 1-1.2: new full-speed USB device number 4 using xhci_hcd
[    3.516164] i8042: No controller found
[    3.516565] [Firmware Bug]: No valid trip found
[    3.571367] systemd[1]: Started Journal Service.
[    3.600419] mei_txe 0000:00:1a.0: NFC MEI VERSION: IVN 0x1 Vendor ID 0x1 Type 0x1
[    3.658782] systemd-journald[159]: Received request to flush runtime journal from PID 1
[    3.659721] hidraw: raw HID events driver (C) Jiri Kosina
[    3.670071] [drm] Initialized drm 1.1.0 20060810
[    3.673791] ACPI: Battery Slot [BATC] (battery present)
[    3.797190] random: nonblocking pool is initialized
[    3.827735] Setting dangerous option enable_psr - tainting kernel
[    3.828110] input: PC Speaker as /devices/platform/pcspkr/input/input2
[    3.829531] [drm] Memory usable by graphics device = 2048M
[    3.829539] checking generic (c0000000 fa0000) vs hw (c0000000 10000000)
[    3.829542] fb: switching to inteldrmfb from EFI VGA
[    3.829587] Console: switching to colour dummy device 80x25
[    3.829727] [drm] Replacing VGA console driver
[    3.829967] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    3.829971] [drm] Driver supports precise vblank timestamp query.
[    3.864492] SSE version of gcm_enc/dec engaged.
[    3.887357] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[    3.889073] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[    3.890580] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[    3.892083] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    3.893299] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[    3.922918] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    3.923212] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3
[    3.923326] [drm] Initialized i915 1.6.0 20160229 for 0000:00:02.0 on minor 0
[    3.945381] intel_rapl: Found RAPL domain package
[    3.945391] intel_rapl: Found RAPL domain core
[    3.968049] brcmfmac: brcmf_sdio_drivestrengthinit: No SDIO Drive strength init done for chip 4324 rev 5 pmurev 17
[    3.970109] usbcore: registered new interface driver brcmfmac
[    3.983088] iTCO_vendor_support: vendor-support=0
[    3.986293] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[    3.986405] iTCO_wdt: Found a Bay Trail SoC TCO device (Version=3, TCOBASE=0x0460)
[    3.991555] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[    4.002929] nfc: nfc_init: NFC Core ver 0.1
[    4.002973] NET: Registered protocol family 39
[    4.003562] input: Wacom HID 5008 Finger as /devices/platform/80860F41:05/i2c-5/i2c-WCOM5008:00/0018:056A:5008.0002/input/input5
[    4.004460] wacom 0018:056A:5008.0002: hidraw0: I2C HID v1.00 Device [WCOM5008:00 056A:5008] on i2c-WCOM5008:00
[    4.006330] input: Wacom HID 124 Pen as /devices/platform/80860F41:05/i2c-5/i2c-WCOM0007:00/0018:056A:0124.0003/input/input7
[    4.006702] wacom 0018:056A:0124.0003: hidraw1: I2C HID v1.00 Mouse [WCOM0007:00 056A:0124] on i2c-WCOM0007:00
[    4.019181] bytcr_rt5640 bytcr_rt5640: snd-soc-dummy-dai <-> media-cpu-dai mapping ok
[    4.019271] bytcr_rt5640 bytcr_rt5640: snd-soc-dummy-dai <-> deepbuffer-cpu-dai mapping ok
[    4.019306] compress asoc: snd-soc-dummy-dai <-> compress-cpu-dai mapping ok
[    4.021472] bytcr_rt5640 bytcr_rt5640: rt5640-aif1 <-> ssp2-port mapping ok
[    4.026270] Probing NFC pn544
[    4.027976] fbcon: inteldrmfb (fb0) is primary device
[    4.028143] mousedev: PS/2 mouse device common for all mice
[    4.045892] usbcore: registered new interface driver usbhid
[    4.045893] usbhid: USB HID core driver
[    4.053151] input: Kensington Expert Wireless TB as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.1/1-1.1:1.0/0003:047D:8018.0004/input/input10
[    4.105846] hid-generic 0003:047D:8018.0004: input,hidraw2: USB HID v1.11 Mouse [Kensington Expert Wireless TB] on usb-0000:00:14.0-1.1/input0
[    4.108300] hid-generic 0003:047D:8018.0005: hiddev0,hidraw3: USB HID v1.10 Device [Kensington Expert Wireless TB] on usb-0000:00:14.0-1.1/input1
[    4.108602] input: Majestouch Convertible 2 as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2:1.0/0003:04B4:120D.0006/input/input11
[    4.128627] brcmfmac: brcmf_c_preinit_dcmds: Firmware version = wl0: Jul 17 2013 07:36:07 version 6.10.197.71 (r412987) FWID 01-882d2634
[    4.150356] brcmfmac: brcmf_cfg80211_reg_notifier: not a ISO3166 code (0x30 0x30)
[    4.161191] hid-generic 0003:04B4:120D.0006: input,hidraw4: USB HID v1.11 Keyboard [Majestouch Convertible 2] on usb-0000:00:14.0-1.2/input0
[    4.164192] input: Majestouch Convertible 2 as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2:1.1/0003:04B4:120D.0007/input/input12
[    4.181578] sst-mfld-platform sst-mfld-platform: Slot control: codec_out tx interleaver slot 0 doesn't have DAPM widget!!!
[    4.181594] sst-mfld-platform sst-mfld-platform: Slot control: codec_out tx interleaver slot 1 doesn't have DAPM widget!!!
[    4.181611] sst-mfld-platform sst-mfld-platform: Slot control: codec_out tx interleaver slot 2 doesn't have DAPM widget!!!
[    4.181630] sst-mfld-platform sst-mfld-platform: Slot control: codec_out tx interleaver slot 3 doesn't have DAPM widget!!!
[    4.181644] sst-mfld-platform sst-mfld-platform: Slot control: codec_in rx deinterleaver codec_in0_0 doesn't have DAPM widget!!!
[    4.181659] sst-mfld-platform sst-mfld-platform: Slot control: codec_in rx deinterleaver codec_in0_1 doesn't have DAPM widget!!!
[    4.181677] sst-mfld-platform sst-mfld-platform: Slot control: codec_in rx deinterleaver codec_in1_0 doesn't have DAPM widget!!!
[    4.181696] sst-mfld-platform sst-mfld-platform: Slot control: codec_in rx deinterleaver codec_in1_1 doesn't have DAPM widget!!!
[    4.214562] hid-generic 0003:04B4:120D.0007: input,hidraw5: USB HID v1.11 Device [Majestouch Convertible 2] on usb-0000:00:14.0-1.2/input1
[    4.245353] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[    4.744339] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[    5.003142] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[    5.259854] Console: switching to colour frame buffer device 320x100
[    5.406658] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    5.446851] sst-mfld-platform sst-mfld-platform: Slot control: codec_out tx interleaver slot 0 doesn't have DAPM widget!!!
[    5.447044] sst-mfld-platform sst-mfld-platform: Slot control: codec_out tx interleaver slot 1 doesn't have DAPM widget!!!
[    5.447224] sst-mfld-platform sst-mfld-platform: Slot control: codec_out tx interleaver slot 2 doesn't have DAPM widget!!!
[    5.447404] sst-mfld-platform sst-mfld-platform: Slot control: codec_out tx interleaver slot 3 doesn't have DAPM widget!!!
[    5.447578] sst-mfld-platform sst-mfld-platform: Slot control: codec_in rx deinterleaver codec_in0_0 doesn't have DAPM widget!!!
[    5.447803] sst-mfld-platform sst-mfld-platform: Slot control: codec_in rx deinterleaver codec_in0_1 doesn't have DAPM widget!!!
[    5.447937] sst-mfld-platform sst-mfld-platform: Slot control: codec_in rx deinterleaver codec_in1_0 doesn't have DAPM widget!!!
[    5.448059] sst-mfld-platform sst-mfld-platform: Slot control: codec_in rx deinterleaver codec_in1_1 doesn't have DAPM widget!!!
[    5.498341] Bluetooth: hci0: BCM: chip id 84
[    5.498350] Bluetooth: hci0: BCM4324B3 (002.004.006) build 0000
[    5.920485] Bluetooth: hci0: BCM (002.004.006) build 0161
[    6.043483] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    6.043491] Bluetooth: BNEP filters: protocol multicast
[    6.043500] Bluetooth: BNEP socket layer initialized
[    8.503913] sst-mfld-platform sst-mfld-platform: Enter: enable=1 port_name=ssp2-port
[    8.522820] intel_sst_acpi 80860F28:00: Alloc for str 1 pipe 0x90
[    8.528514] intel_sst_acpi 80860F28:00: Alloc for str 3 pipe 0xe
[    8.554595] intel_sst_acpi 80860F28:00: Free for str 1 pipe 0x90
[    8.566080] sst-mfld-platform sst-mfld-platform: Enter: enable=0 port_name=ssp2-port
[    8.566960] intel_sst_acpi 80860F28:00: Free for str 3 pipe 0xe
[    8.590539] sst-mfld-platform sst-mfld-platform: Enter: enable=1 port_name=ssp2-port
[    8.612321] intel_sst_acpi 80860F28:00: Alloc for str 1 pipe 0x90
[    8.722595] intel_sst_acpi 80860F28:00: Alloc for str 3 pipe 0xe
[    8.910962] Bluetooth: RFCOMM TTY layer initialized
[    8.910981] Bluetooth: RFCOMM socket layer initialized
[    8.910999] Bluetooth: RFCOMM ver 1.11
[   13.893621] intel_sst_acpi 80860F28:00: Free for str 3 pipe 0xe
[   13.895772] sst-mfld-platform sst-mfld-platform: Enter: enable=0 port_name=ssp2-port
[   13.896556] intel_sst_acpi 80860F28:00: Free for str 1 pipe 0x90
[   23.297369] fuse init (API version 7.24)
[   23.869950] sst-mfld-platform sst-mfld-platform: Enter: enable=1 port_name=ssp2-port
[   23.898303] intel_sst_acpi 80860F28:00: Alloc for str 1 pipe 0x90
[   23.901873] intel_sst_acpi 80860F28:00: Alloc for str 3 pipe 0xe
[   23.912809] intel_sst_acpi 80860F28:00: Free for str 1 pipe 0x90
[   23.923487] sst-mfld-platform sst-mfld-platform: Enter: enable=0 port_name=ssp2-port
[   23.924444] intel_sst_acpi 80860F28:00: Free for str 3 pipe 0xe
[   23.928877] sst-mfld-platform sst-mfld-platform: Enter: enable=1 port_name=ssp2-port
[   23.949974] intel_sst_acpi 80860F28:00: Alloc for str 1 pipe 0x90
[   23.973829] intel_sst_acpi 80860F28:00: Alloc for str 3 pipe 0xe
[   29.035042] intel_sst_acpi 80860F28:00: Free for str 3 pipe 0xe
[   29.039001] sst-mfld-platform sst-mfld-platform: Enter: enable=0 port_name=ssp2-port
[   29.039709] intel_sst_acpi 80860F28:00: Free for str 1 pipe 0x90
[   29.668451] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready

Offline

Board footer

Powered by FluxBB