Re: [PATCH 2/2] USB: serial: add dell wwan card(413c:81a9)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi all,

Here comes the logs.

Best regards,
AceLan Kao.

2014-03-29 1:25 GMT+08:00 Dan Williams <dcbw@xxxxxxxxxx>:
> On Fri, 2014-03-28 at 11:25 +0100, Bjørn Mork wrote:
>> Johan Hovold <jhovold@xxxxxxxxx> writes:
>>
>> > [ +CC: Dan and Bjørn ]
>> >
>> > On Fri, Mar 28, 2014 at 03:25:06PM +0800, AceLan Kao wrote:
>> >> This patch adds support for Dell Computer Corp. Wireless 5808e 4G LTE
>> >> Mobile Broadband Card.
>> >
>> > Shouldn't this device be handled by the option driver?
>> >
>> > In fact, PID 0x8133 for 5720 VZW (which your clean-up patch touches)
>> > is listed in both option and sierra.
>> >
>> > I think we need to revert 1ebca9dad5ab ("USB: serial: add usbid for dell
>> > wwan card to sierra.c").
>>
>> Maybe. If nothing else, additional PID digit in that patch looks a bit
>> silly :-)
>>
>> It would be good to have a bit more information about these modules.  As
>> you know, but the reporters may not be aware of, the fact that they are
>> made by Sierra does not necessarily mean that they are supported by the
>> sierra driver.  That will depend on the chipset and firmware.
>>
>> Just as an example: My Sierra Wireless MC7710 works fine with the sierra
>> driver if it is in "DirectIP" mode (using a 0x68a3 PID).  But it fails
>> the sierra_set_power_state() control message I configure it for "QMI"
>> mode (using a 0x68a2 PID), adding a 5 second delay for every serial port
>> probed.  This delay isn't necessarily noticed by the reporter... The
>> 0x68a2 PID was also originally added to the sierra driver, and it did
>> sort of work.
>>
>> I think we'd like to see at least a dmesg snippet with time stamps
>> showing the actual probing before accepting any new device into the
>> "sierra" driver.  We do not want to add any device which does not
>> understand the Sierra vendor specific control messages.
>>
>> And it would also be preferable to have a lsusb -v listing or similar,
>> so that we can match the different functions against other Sierra
>> devices.  Sierra have been using a system with fixed interface numbers
>> for different vendor specific functions lately.  The sierra driver has
>> knowledge about this.  That's what the &direct_ip_interface_blacklist is
>> for.  I'm pretty sure that any new Sierra module will need to have this
>> blacklist enabled, even if it turns out that the sierra driver is
>> correct.
>
> The Dell drivers use the same configuration for PIDs:
>
> 81A2: Dell Wireless 5806 Gobi(TM) 4G LTE Mobile Broadband Card
> 81A3: Dell Wireless 5570 HSPA+ (42Mbps) Mobile Broadband Card
> 81A4: Dell Wireless 5570e HSPA+ (42Mbps) Mobile Broadband Card
> 81A8: Dell Wireless 5808 Gobi(TM) 4G LTE Mobile Broadband Card
> 81A9: Dell Wireless 5808e Gobi(TM) 4G LTE Mobile Broadband Card
>
> These devices are all clearly Sierra devices, but are also definitely
> Gobi-based.  The A8 might be the MC7700/7710 and A9 is likely a MC7750.
>
> From DellGobi5kSetup.exe from the Dell drivers:
>
> usbif0: serial/firmware loader?
> usbif2: nmea
> usbif3: modem/ppp
> usbif8: net/QMI
>
> If Bjorn is right about Sierra using the fixed interface numbers for the
> different functions, then perhaps the other USB interfaces (1, 4, 5, 6,
> 7) would be active when the device is in Direct IP mode?
>
> Dan
>
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.13.0-19-generic (root@tangerine) (gcc version 4.8.2 (Ubuntu 4.8.2-17ubuntu1) ) #40 SMP Fri Mar 28 03:57:53 UTC 2014 (Ubuntu 3.13.0-19.40-generic 3.13.6)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-19-generic root=UUID=62f77e47-b231-4380-9f86-3121530ae779 ro quiet splash vt.handoff=7
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x00000000000917ff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000091800-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000cf06efff] usable
[    0.000000] BIOS-e820: [mem 0x00000000cf06f000-0x00000000cf075fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000cf076000-0x00000000cfce9fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000cfcea000-0x00000000d01bcfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000d01bd000-0x00000000d7db4fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000d7db5000-0x00000000d7ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000d8000000-0x00000000d8758fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000d8759000-0x00000000d87fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000d8800000-0x00000000d8fa8fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000d8fa9000-0x00000000d8ffffff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000d9000000-0x00000000da71bfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000da71c000-0x00000000da7fffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000da800000-0x00000000dbceffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000dbcf0000-0x00000000dbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000dd000000-0x00000000df1fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000021edfffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: Dell Inc. Latitude 12 Rugged Extreme (7204)/0TH1GJ, BIOS X30 02/27/2014
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] No AGP bridge found
[    0.000000] e820: last_pfn = 0x21ee00 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-BFFFF uncachable
[    0.000000]   C0000-DBFFF write-protect
[    0.000000]   DC000-E7FFF uncachable
[    0.000000]   E8000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0000000000 mask 7E00000000 write-back
[    0.000000]   1 base 0200000000 mask 7FE0000000 write-back
[    0.000000]   2 base 00E0000000 mask 7FE0000000 uncachable
[    0.000000]   3 base 00DE000000 mask 7FFE000000 uncachable
[    0.000000]   4 base 00DD000000 mask 7FFF000000 uncachable
[    0.000000]   5 base 021F000000 mask 7FFF000000 uncachable
[    0.000000]   6 base 021EE00000 mask 7FFFE00000 uncachable
[    0.000000]   7 disabled
[    0.000000]   8 disabled
[    0.000000]   9 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] original variable MTRRs
[    0.000000] reg 0, base: 0GB, range: 8GB, type WB
[    0.000000] reg 1, base: 8GB, range: 512MB, type WB
[    0.000000] reg 2, base: 3584MB, range: 512MB, type UC
[    0.000000] reg 3, base: 3552MB, range: 32MB, type UC
[    0.000000] reg 4, base: 3536MB, range: 16MB, type UC
[    0.000000] reg 5, base: 8688MB, range: 16MB, type UC
[    0.000000] reg 6, base: 8686MB, range: 2MB, type UC
[    0.000000] total RAM covered: 8126M
[    0.000000] Found optimal setting for mtrr clean up
[    0.000000]  gran_size: 64K 	chunk_size: 64M 	num_reg: 9  	lose cover RAM: 0G
[    0.000000] New variable MTRRs
[    0.000000] reg 0, base: 0GB, range: 2GB, type WB
[    0.000000] reg 1, base: 2GB, range: 1GB, type WB
[    0.000000] reg 2, base: 3GB, range: 512MB, type WB
[    0.000000] reg 3, base: 3536MB, range: 16MB, type UC
[    0.000000] reg 4, base: 3552MB, range: 32MB, type UC
[    0.000000] reg 5, base: 4GB, range: 4GB, type WB
[    0.000000] reg 6, base: 8GB, range: 512MB, type WB
[    0.000000] reg 7, base: 8686MB, range: 2MB, type UC
[    0.000000] reg 8, base: 8688MB, range: 16MB, type UC
[    0.000000] e820: update [mem 0xdd000000-0xffffffff] usable ==> reserved
[    0.000000] e820: last_pfn = 0xdbcf0 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000fd980-0x000fd98f] mapped at [ffff8800000fd980]
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff88000008b000] 8b000 size 24576
[    0.000000] Using GB pages for direct mapping
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] BRK [0x01fdd000, 0x01fddfff] PGTABLE
[    0.000000] BRK [0x01fde000, 0x01fdefff] PGTABLE
[    0.000000] BRK [0x01fdf000, 0x01fdffff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x21ec00000-0x21edfffff]
[    0.000000]  [mem 0x21ec00000-0x21edfffff] page 2M
[    0.000000] BRK [0x01fe0000, 0x01fe0fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x21c000000-0x21ebfffff]
[    0.000000]  [mem 0x21c000000-0x21ebfffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x200000000-0x21bffffff]
[    0.000000]  [mem 0x200000000-0x21bffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x00100000-0xcf06efff]
[    0.000000]  [mem 0x00100000-0x001fffff] page 4k
[    0.000000]  [mem 0x00200000-0x3fffffff] page 2M
[    0.000000]  [mem 0x40000000-0xbfffffff] page 1G
[    0.000000]  [mem 0xc0000000-0xceffffff] page 2M
[    0.000000]  [mem 0xcf000000-0xcf06efff] page 4k
[    0.000000] init_memory_mapping: [mem 0xcf076000-0xcfce9fff]
[    0.000000]  [mem 0xcf076000-0xcf1fffff] page 4k
[    0.000000]  [mem 0xcf200000-0xcfbfffff] page 2M
[    0.000000]  [mem 0xcfc00000-0xcfce9fff] page 4k
[    0.000000] BRK [0x01fe1000, 0x01fe1fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0xd01bd000-0xd7db4fff]
[    0.000000]  [mem 0xd01bd000-0xd01fffff] page 4k
[    0.000000]  [mem 0xd0200000-0xd7bfffff] page 2M
[    0.000000]  [mem 0xd7c00000-0xd7db4fff] page 4k
[    0.000000] BRK [0x01fe2000, 0x01fe2fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0xd8000000-0xd8758fff]
[    0.000000]  [mem 0xd8000000-0xd85fffff] page 2M
[    0.000000]  [mem 0xd8600000-0xd8758fff] page 4k
[    0.000000] init_memory_mapping: [mem 0xd8800000-0xd8fa8fff]
[    0.000000]  [mem 0xd8800000-0xd8dfffff] page 2M
[    0.000000]  [mem 0xd8e00000-0xd8fa8fff] page 4k
[    0.000000] init_memory_mapping: [mem 0xd9000000-0xda71bfff]
[    0.000000]  [mem 0xd9000000-0xda5fffff] page 2M
[    0.000000]  [mem 0xda600000-0xda71bfff] page 4k
[    0.000000] init_memory_mapping: [mem 0xda800000-0xdbceffff]
[    0.000000]  [mem 0xda800000-0xdbbfffff] page 2M
[    0.000000]  [mem 0xdbc00000-0xdbceffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x100000000-0x1ffffffff]
[    0.000000]  [mem 0x100000000-0x1ffffffff] page 1G
[    0.000000] RAMDISK: [mem 0x35c20000-0x36e07fff]
[    0.000000] ACPI: RSDP 00000000000eeee0 000024 (v02 DELL  )
[    0.000000] ACPI: XSDT 00000000d8fea090 0000A4 (v01 DELL    CBX3    01072009 AMI  00010013)
[    0.000000] ACPI: FACP 00000000d8ffc5a0 00010C (v05 DELL    CBX3    01072009 AMI  00010013)
[    0.000000] ACPI Error: Gpe0Block - 32-bit FADT register is too long (32 bytes, 256 bits) to convert to GAS struct - 255 bits max, truncating (20131115/tbfadt-202)
[    0.000000] ACPI: DSDT 00000000d8fea1c8 0123D1 (v02 DELL    CBX3    00000014 INTL 20120711)
[    0.000000] ACPI: FACS 00000000da7fe080 000040
[    0.000000] ACPI: APIC 00000000d8ffc6b0 000072 (v03 DELL    CBX3    01072009 AMI  00010013)
[    0.000000] ACPI: FPDT 00000000d8ffc728 000044 (v01 DELL    CBX3    01072009 AMI  00010013)
[    0.000000] ACPI: LPIT 00000000d8ffc770 000094 (v01 ALASKA          00000000 AMI. 00000005)
[    0.000000] ACPI: SSDT 00000000d8ffc808 000228 (v01  INTEL sensrhub 00000000 INTL 20120711)
[    0.000000] ACPI: SSDT 00000000d8ffca30 000121 (v01  Intel zpoddult 00001000 INTL 20051117)
[    0.000000] ACPI: SSDT 00000000d8ffcb58 00077B (v01 AcpiRe Ult0Rtd3 00001000 INTL 20120711)
[    0.000000] ACPI: SSDT 00000000d8ffd2d8 000548 (v01  PmRef  Cpu0Ist 00003000 INTL 20120711)
[    0.000000] ACPI: SSDT 00000000d8ffd820 000AD8 (v01  PmRef    CpuPm 00003000 INTL 20120711)
[    0.000000] ACPI: HPET 00000000d8ffe2f8 000038 (v01 DELL    CBX3    01072009 AMI. 00000005)
[    0.000000] ACPI: SSDT 00000000d8ffe330 00046A (v01 SataRe SataTabl 00001000 INTL 20120711)
[    0.000000] ACPI: MCFG 00000000d8ffe7a0 00003C (v01 DELL    CBX3    01072009 MSFT 00000097)
[    0.000000] ACPI: ASF! 00000000d8ffe7e0 0000A5 (v32 INTEL       HCG 00000001 TFSM 000F4240)
[    0.000000] ACPI: SLIC 00000000d8ffe888 000176 (v03 DELL    CBX3    01072009 MSFT 00010013)
[    0.000000] ACPI: SPCR 00000000d8ffea00 000050 (v01  A M I   APTIO4 01072009 AMI. 00000005)
[    0.000000] ACPI: DMAR 00000000d8ffea50 000140 (v01 INTEL      HSW  00000001 INTL 00000001)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000021edfffff]
[    0.000000] Initmem setup node 0 [mem 0x00000000-0x21edfffff]
[    0.000000]   NODE_DATA [mem 0x21edf4000-0x21edf8fff]
[    0.000000]  [ffffea0000000000-ffffea00087fffff] PMD -> [ffff880216400000-ffff88021e3fffff] on node 0
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
[    0.000000]   Normal   [mem 0x100000000-0x21edfffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00001000-0x00090fff]
[    0.000000]   node   0: [mem 0x00100000-0xcf06efff]
[    0.000000]   node   0: [mem 0xcf076000-0xcfce9fff]
[    0.000000]   node   0: [mem 0xd01bd000-0xd7db4fff]
[    0.000000]   node   0: [mem 0xd8000000-0xd8758fff]
[    0.000000]   node   0: [mem 0xd8800000-0xd8fa8fff]
[    0.000000]   node   0: [mem 0xd9000000-0xda71bfff]
[    0.000000]   node   0: [mem 0xda800000-0xdbceffff]
[    0.000000]   node   0: [mem 0x100000000-0x21edfffff]
[    0.000000] On node 0 totalpages: 2072953
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3984 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 13968 pages used for memmap
[    0.000000]   DMA32 zone: 893929 pages, LIFO batch:31
[    0.000000]   Normal zone: 18360 pages used for memmap
[    0.000000]   Normal zone: 1175040 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x1808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-39
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[    0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 56
[    0.000000] PM: Registered nosave memory: [mem 0x00091000-0x00091fff]
[    0.000000] PM: Registered nosave memory: [mem 0x00092000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xcf06f000-0xcf075fff]
[    0.000000] PM: Registered nosave memory: [mem 0xcfcea000-0xd01bcfff]
[    0.000000] PM: Registered nosave memory: [mem 0xd7db5000-0xd7ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xd8759000-0xd87fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xd8fa9000-0xd8ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xda71c000-0xda7fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xdbcf0000-0xdbffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xdc000000-0xdcffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xdd000000-0xdf1fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xdf200000-0xf7ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.000000] e820: [mem 0xdf200000-0xf7ffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:256 nr_cpumask_bits:256 nr_cpu_ids:4 nr_node_ids:1
[    0.000000] PERCPU: Embedded 29 pages/cpu @ffff88021ea00000 s86336 r8192 d24256 u524288
[    0.000000] pcpu-alloc: s86336 r8192 d24256 u524288 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 2040540
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-19-generic root=UUID=62f77e47-b231-4380-9f86-3121530ae779 ro quiet splash vt.handoff=7
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
[    0.000000] Checking aperture...
[    0.000000] No AGP bridge found
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 8059236K/8291812K available (7320K kernel code, 1138K rwdata, 3384K rodata, 1336K init, 1440K bss, 232576K reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=4.
[    0.000000] 	Offload RCU callbacks from all CPUs
[    0.000000] 	Offload RCU callbacks from CPUs: 0-3.
[    0.000000] NR_IRQS:16640 nr_irqs:984 16
[    0.000000] spurious 8259A interrupt: IRQ7.
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] allocated 33554432 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.004000] tsc: Detected 2494.274 MHz processor
[    0.000002] Calibrating delay loop (skipped), value calculated using timer frequency.. 4988.54 BogoMIPS (lpj=9977096)
[    0.000004] pid_max: default: 32768 minimum: 301
[    0.000020] Security Framework initialized
[    0.000035] AppArmor: AppArmor initialized
[    0.000036] Yama: becoming mindful.
[    0.000517] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.001887] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.002460] Mount-cache hash table entries: 256
[    0.002599] Initializing cgroup subsys memory
[    0.002603] Initializing cgroup subsys devices
[    0.002605] Initializing cgroup subsys freezer
[    0.002606] Initializing cgroup subsys blkio
[    0.002607] Initializing cgroup subsys perf_event
[    0.002609] Initializing cgroup subsys hugetlb
[    0.002628] CPU: Physical Processor ID: 0
[    0.002629] CPU: Processor Core ID: 0
[    0.002632] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.002632] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.003568] mce: CPU supports 7 MCE banks
[    0.003578] CPU0: Thermal monitoring enabled (TM1)
[    0.003587] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[    0.003587] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0
[    0.003587] tlb_flushall_shift: 6
[    0.003677] Freeing SMP alternatives memory: 28K (ffffffff81e6c000 - ffffffff81e73000)
[    0.004508] ACPI: Core revision 20131115
[    0.013843] ACPI: All ACPI Tables successfully acquired
[    0.014938] ftrace: allocating 28370 entries in 111 pages
[    0.025527] dmar: Host address width 39
[    0.025529] dmar: DRHD base: 0x000000fed90000 flags: 0x0
[    0.025536] dmar: IOMMU 0: reg_base_addr fed90000 ver 1:0 cap c0000020660462 ecap f0101a
[    0.025537] dmar: DRHD base: 0x000000fed91000 flags: 0x1
[    0.025541] dmar: IOMMU 1: reg_base_addr fed91000 ver 1:0 cap d2008020660462 ecap f010da
[    0.025542] dmar: RMRR base: 0x000000d7f18000 end: 0x000000d7f26fff
[    0.025543] dmar: RMRR base: 0x000000dd000000 end: 0x000000df1fffff
[    0.025544] dmar: Unknown DMAR structure type 4
[    0.025545] dmar: Unknown DMAR structure type 4
[    0.025546] dmar: Unknown DMAR structure type 4
[    0.025546] dmar: Unknown DMAR structure type 4
[    0.025667] IOAPIC id 8 under DRHD base  0xfed91000 IOMMU 1
[    0.025668] HPET id 0 under DRHD base 0xfed91000
[    0.025802] Enabled IRQ remapping in x2apic mode
[    0.025803] Enabling x2apic
[    0.025804] Enabled x2apic
[    0.025810] Switched APIC routing to cluster x2apic.
[    0.026386] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.066115] smpboot: CPU0: Intel(R) Core(TM) i5-4300U CPU @ 1.90GHz (fam: 06, model: 45, stepping: 01)
[    0.066123] TSC deadline timer enabled
[    0.067733] Performance Events: PEBS fmt2+, 16-deep LBR, Haswell events, full-width counters, Intel PMU driver.
[    0.067739] ... version:                3
[    0.067740] ... bit width:              48
[    0.067741] ... generic registers:      4
[    0.067742] ... value mask:             0000ffffffffffff
[    0.067742] ... max period:             0000ffffffffffff
[    0.067743] ... fixed-purpose events:   3
[    0.067744] ... event mask:             000000070000000f
[    0.069031] x86: Booting SMP configuration:
[    0.083031] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.069033] .... node  #0, CPUs:      #1 #2 #3
[    0.111087] x86: Booted up 1 node, 4 CPUs
[    0.111091] smpboot: Total of 4 processors activated (19954.19 BogoMIPS)
[    0.114598] devtmpfs: initialized
[    0.116482] EVM: security.selinux
[    0.116483] EVM: security.SMACK64
[    0.116484] EVM: security.ima
[    0.116485] EVM: security.capability
[    0.116520] PM: Registering ACPI NVS region [mem 0xcf06f000-0xcf075fff] (28672 bytes)
[    0.116522] PM: Registering ACPI NVS region [mem 0xda71c000-0xda7fffff] (933888 bytes)
[    0.117113] pinctrl core: initialized pinctrl subsystem
[    0.117157] regulator-dummy: no parameters
[    0.117187] RTC time:  5:12:30, date: 03/31/14
[    0.117212] NET: Registered protocol family 16
[    0.117284] cpuidle: using governor ladder
[    0.117285] cpuidle: using governor menu
[    0.117314] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.117315] ACPI: bus type PCI registered
[    0.117317] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.117356] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.117358] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.124284] PCI: Using configuration type 1 for base access
[    0.124291] dmi type 0xB1 record - unknown flag
[    0.124977] bio: create slab <bio-0> at 0
[    0.125101] ACPI: Added _OSI(Module Device)
[    0.125103] ACPI: Added _OSI(Processor Device)
[    0.125104] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.125105] ACPI: Added _OSI(Processor Aggregator Device)
[    0.129934] ACPI: Executed 2 blocks of module-level executable AML code
[    0.139142] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    0.219369] ACPI: SSDT 00000000dbda9c18 0003D3 (v01  PmRef  Cpu0Cst 00003001 INTL 20120711)
[    0.220163] ACPI: Dynamic OEM Table Load:
[    0.220165] ACPI: SSDT           (null) 0003D3 (v01  PmRef  Cpu0Cst 00003001 INTL 20120711)
[    0.223515] ACPI: SSDT 00000000dbda9618 0005AA (v01  PmRef    ApIst 00003000 INTL 20120711)
[    0.224391] ACPI: Dynamic OEM Table Load:
[    0.224394] ACPI: SSDT           (null) 0005AA (v01  PmRef    ApIst 00003000 INTL 20120711)
[    0.227365] ACPI: SSDT 00000000dbda8d98 000119 (v01  PmRef    ApCst 00003000 INTL 20120711)
[    0.228157] ACPI: Dynamic OEM Table Load:
[    0.228159] ACPI: SSDT           (null) 000119 (v01  PmRef    ApCst 00003000 INTL 20120711)
[    0.239333] ACPI: Interpreter enabled
[    0.239342] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580)
[    0.239349] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580)
[    0.239370] ACPI: (supports S0 S3 S4 S5)
[    0.239371] ACPI: Using IOAPIC for interrupt routing
[    0.239403] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.255575] ACPI: ACPI Dock Station Driver: 1 docks/bays found
[    0.292914] ACPI: Power Resource [PAUD] (on)
[    0.399455] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[    0.399460] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    1.654213] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug PME]
[    1.654323] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
[    1.654885] PCI host bridge to bus 0000:00
[    1.654887] pci_bus 0000:00: root bus resource [bus 00-3e]
[    1.654889] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
[    1.654890] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    1.654892] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    1.654893] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
[    1.654894] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
[    1.654895] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff]
[    1.654897] pci_bus 0000:00: root bus resource [mem 0xdf200000-0xfeafffff]
[    1.654903] pci 0000:00:00.0: [8086:0a04] type 00 class 0x060000
[    1.654989] pci 0000:00:02.0: [8086:0a16] type 00 class 0x030000
[    1.655000] pci 0000:00:02.0: reg 0x10: [mem 0xf6c00000-0xf6ffffff 64bit]
[    1.655006] pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit pref]
[    1.655010] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
[    1.655088] pci 0000:00:03.0: [8086:0a0c] type 00 class 0x040300
[    1.655095] pci 0000:00:03.0: reg 0x10: [mem 0xf7c34000-0xf7c37fff 64bit]
[    1.655192] pci 0000:00:14.0: [8086:9c31] type 00 class 0x0c0330
[    1.655208] pci 0000:00:14.0: reg 0x10: [mem 0xf7c20000-0xf7c2ffff 64bit]
[    1.655259] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    1.655304] pci 0000:00:14.0: System wakeup disabled by ACPI
[    1.655329] pci 0000:00:16.0: [8086:9c3a] type 00 class 0x078000
[    1.655348] pci 0000:00:16.0: reg 0x10: [mem 0xf7c3f000-0xf7c3f01f 64bit]
[    1.655409] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    1.655475] pci 0000:00:16.3: [8086:9c3d] type 00 class 0x070002
[    1.655490] pci 0000:00:16.3: reg 0x10: [io  0xf0e0-0xf0e7]
[    1.655498] pci 0000:00:16.3: reg 0x14: [mem 0xf7c3d000-0xf7c3dfff]
[    1.655626] pci 0000:00:19.0: [8086:155a] type 00 class 0x020000
[    1.655640] pci 0000:00:19.0: reg 0x10: [mem 0xf7c00000-0xf7c1ffff]
[    1.655646] pci 0000:00:19.0: reg 0x14: [mem 0xf7c3c000-0xf7c3cfff]
[    1.655653] pci 0000:00:19.0: reg 0x18: [io  0xf080-0xf09f]
[    1.655704] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[    1.662219] pci 0000:00:19.0: System wakeup disabled by ACPI
[    1.662257] pci 0000:00:1b.0: [8086:9c20] type 00 class 0x040300
[    1.662272] pci 0000:00:1b.0: reg 0x10: [mem 0xf7c30000-0xf7c33fff 64bit]
[    1.662336] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    1.662401] pci 0000:00:1b.0: System wakeup disabled by ACPI
[    1.662436] pci 0000:00:1c.0: [8086:9c10] type 01 class 0x060400
[    1.662512] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    1.662578] pci 0000:00:1c.0: System wakeup disabled by ACPI
[    1.662613] pci 0000:00:1c.3: [8086:9c16] type 01 class 0x060400
[    1.662688] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    1.662754] pci 0000:00:1c.3: System wakeup disabled by ACPI
[    1.662788] pci 0000:00:1c.5: [8086:9c1a] type 01 class 0x060400
[    1.662863] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    1.662929] pci 0000:00:1c.5: System wakeup disabled by ACPI
[    1.662963] pci 0000:00:1d.0: [8086:9c26] type 00 class 0x0c0320
[    1.662984] pci 0000:00:1d.0: reg 0x10: [mem 0xf7c3b000-0xf7c3b3ff]
[    1.663075] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    1.663139] pci 0000:00:1d.0: System wakeup disabled by ACPI
[    1.663170] pci 0000:00:1f.0: [8086:9c43] type 00 class 0x060100
[    1.663363] pci 0000:00:1f.2: [8086:282a] type 00 class 0x010400
[    1.663378] pci 0000:00:1f.2: reg 0x10: [io  0xf0d0-0xf0d7]
[    1.663386] pci 0000:00:1f.2: reg 0x14: [io  0xf0c0-0xf0c3]
[    1.663393] pci 0000:00:1f.2: reg 0x18: [io  0xf0b0-0xf0b7]
[    1.663400] pci 0000:00:1f.2: reg 0x1c: [io  0xf0a0-0xf0a3]
[    1.663407] pci 0000:00:1f.2: reg 0x20: [io  0xf060-0xf07f]
[    1.663415] pci 0000:00:1f.2: reg 0x24: [mem 0xf7c3a000-0xf7c3a7ff]
[    1.663451] pci 0000:00:1f.2: PME# supported from D3hot
[    1.663531] pci 0000:00:1f.3: [8086:9c22] type 00 class 0x0c0500
[    1.663545] pci 0000:00:1f.3: reg 0x10: [mem 0xf7c39000-0xf7c390ff 64bit]
[    1.663565] pci 0000:00:1f.3: reg 0x20: [io  0xf040-0xf05f]
[    1.665569] pci 0000:01:00.0: [1217:8520] type 00 class 0x080501
[    1.665589] pci 0000:01:00.0: reg 0x10: [mem 0xf7b01000-0xf7b01fff]
[    1.665602] pci 0000:01:00.0: reg 0x14: [mem 0xf7b00000-0xf7b007ff]
[    1.665718] pci 0000:01:00.0: PME# supported from D3hot D3cold
[    1.665749] pci 0000:01:00.0: System wakeup disabled by ACPI
[    1.672028] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    1.672033] pci 0000:00:1c.0:   bridge window [mem 0xf7b00000-0xf7bfffff]
[    1.672222] pci 0000:02:00.0: [8086:08b1] type 00 class 0x028000
[    1.672305] pci 0000:02:00.0: reg 0x10: [mem 0xf7a00000-0xf7a01fff 64bit]
[    1.672519] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[    1.672609] pci 0000:02:00.0: System wakeup disabled by ACPI
[    1.678294] pci 0000:00:1c.3: PCI bridge to [bus 02]
[    1.678299] pci 0000:00:1c.3:   bridge window [mem 0xf7a00000-0xf7afffff]
[    1.678372] pci 0000:00:1c.5: PCI bridge to [bus 03]
[    1.678376] pci 0000:00:1c.5:   bridge window [io  0xe000-0xefff]
[    1.678379] pci 0000:00:1c.5:   bridge window [mem 0xf7000000-0xf79fffff]
[    1.678385] pci 0000:00:1c.5:   bridge window [mem 0xf0000000-0xf09fffff 64bit pref]
[    1.680257] acpi PNP0A08:00: Disabling ASPM (FADT indicates it is unsupported)
[    1.686497] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[    1.686552] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 6 10 11 12 14 15)
[    1.686602] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 *10 11 12 14 15)
[    1.686651] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    1.686702] ACPI: PCI Interrupt Link [LNKE] (IRQs *3 4 5 6 10 11 12 14 15)
[    1.686753] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 *10 11 12 14 15)
[    1.686802] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
[    1.686851] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    1.687908] ACPI: Enabled 3 GPEs in block 00 to 7F
[    1.687916] ACPI: \_SB_.PCI0: notify handler is installed
[    1.688024] Found 1 acpi root devices
[    1.688079] ACPI : EC: GPE = 0x27, I/O: command/status = 0x934, data = 0x930
[    1.688175] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    1.688178] vgaarb: loaded
[    1.688180] vgaarb: bridge control possible 0000:00:02.0
[    1.688327] SCSI subsystem initialized
[    1.688384] libata version 3.00 loaded.
[    1.688419] ACPI: bus type USB registered
[    1.688446] usbcore: registered new interface driver usbfs
[    1.688453] usbcore: registered new interface driver hub
[    1.688478] usbcore: registered new device driver usb
[    1.688571] PCI: Using ACPI for IRQ routing
[    1.689797] PCI: pci_cache_line_size set to 64 bytes
[    1.689835] e820: reserve RAM buffer [mem 0x00091800-0x0009ffff]
[    1.689836] e820: reserve RAM buffer [mem 0xcf06f000-0xcfffffff]
[    1.689838] e820: reserve RAM buffer [mem 0xcfcea000-0xcfffffff]
[    1.689839] e820: reserve RAM buffer [mem 0xd7db5000-0xd7ffffff]
[    1.689840] e820: reserve RAM buffer [mem 0xd8759000-0xdbffffff]
[    1.689841] e820: reserve RAM buffer [mem 0xd8fa9000-0xdbffffff]
[    1.689842] e820: reserve RAM buffer [mem 0xda71c000-0xdbffffff]
[    1.689843] e820: reserve RAM buffer [mem 0xdbcf0000-0xdbffffff]
[    1.689844] e820: reserve RAM buffer [mem 0x21ee00000-0x21fffffff]
[    1.689905] NetLabel: Initializing
[    1.689906] NetLabel:  domain hash size = 128
[    1.689907] NetLabel:  protocols = UNLABELED CIPSOv4
[    1.689916] NetLabel:  unlabeled traffic allowed by default
[    1.689960] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    1.689965] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    1.691994] Switched to clocksource hpet
[    1.695725] AppArmor: AppArmor Filesystem Enabled
[    1.695742] pnp: PnP ACPI init
[    1.695750] ACPI: bus type PNP registered
[    1.695825] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
[    1.695828] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    1.695909] pnp 00:01: [dma 4]
[    1.695921] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
[    1.695934] pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active)
[    1.696025] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
[    1.696127] system 00:04: [io  0x0680-0x069f] has been reserved
[    1.696129] system 00:04: [io  0xffff] has been reserved
[    1.696130] system 00:04: [io  0xffff] has been reserved
[    1.696132] system 00:04: [io  0xffff] has been reserved
[    1.696133] system 00:04: [io  0x1c00-0x1cfe] has been reserved
[    1.696134] system 00:04: [io  0x1d00-0x1dfe] has been reserved
[    1.696136] system 00:04: [io  0x1e00-0x1efe] has been reserved
[    1.696137] system 00:04: [io  0x1f00-0x1ffe] has been reserved
[    1.696139] system 00:04: [io  0x1800-0x18fe] could not be reserved
[    1.696140] system 00:04: [io  0x164e-0x164f] has been reserved
[    1.696142] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.696166] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
[    1.696198] system 00:06: [io  0x1854-0x1857] has been reserved
[    1.696200] system 00:06: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    1.696256] system 00:07: [io  0x0680-0x069f] has been reserved
[    1.696258] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.696358] pnp 00:08: [dma 0 disabled]
[    1.696368] pnp 00:08: Plug and Play ACPI device, IDs PNP0501 (active)
[    1.696401] system 00:09: [io  0x04d0-0x04d1] has been reserved
[    1.696403] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.696439] pnp 00:0a: Plug and Play ACPI device, IDs PNP0303 (active)
[    1.696457] pnp 00:0b: Plug and Play ACPI device, IDs IEI0003 PNP0f13 (active)
[    1.700090] system 00:0c: [mem 0xfe104000-0xfe104fff] has been reserved
[    1.700094] system 00:0c: [mem 0xfe106000-0xfe106fff] has been reserved
[    1.700096] system 00:0c: [mem 0xfe10e000-0xfe10efff] has been reserved
[    1.700098] system 00:0c: [mem 0xfe112000-0xfe112fff] has been reserved
[    1.700100] system 00:0c: [mem 0xfe111000-0xfe111007] has been reserved
[    1.700102] system 00:0c: [mem 0xfe111014-0xfe111fff] has been reserved
[    1.700105] system 00:0c: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.708251] system 00:0d: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    1.708254] system 00:0d: [mem 0xfed10000-0xfed17fff] has been reserved
[    1.708256] system 00:0d: [mem 0xfed18000-0xfed18fff] has been reserved
[    1.708258] system 00:0d: [mem 0xfed19000-0xfed19fff] has been reserved
[    1.708260] system 00:0d: [mem 0xf8000000-0xfbffffff] has been reserved
[    1.708262] system 00:0d: [mem 0xfed20000-0xfed3ffff] has been reserved
[    1.708264] system 00:0d: [mem 0xfed90000-0xfed93fff] could not be reserved
[    1.708267] system 00:0d: [mem 0xfed45000-0xfed8ffff] has been reserved
[    1.708269] system 00:0d: [mem 0xff000000-0xffffffff] has been reserved
[    1.708271] system 00:0d: [mem 0xfee00000-0xfeefffff] could not be reserved
[    1.708273] system 00:0d: [mem 0xf7fdf000-0xf7fdffff] has been reserved
[    1.708275] system 00:0d: [mem 0xf7fe0000-0xf7feffff] has been reserved
[    1.708278] system 00:0d: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.708323] pnp 00:0e: Plug and Play ACPI device, IDs SMO8810 (active)
[    1.716136] pnp: PnP ACPI: found 15 devices
[    1.716140] ACPI: bus type PNP unregistered
[    1.722228] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    1.722233] pci 0000:00:1c.0:   bridge window [mem 0xf7b00000-0xf7bfffff]
[    1.722239] pci 0000:00:1c.3: PCI bridge to [bus 02]
[    1.722243] pci 0000:00:1c.3:   bridge window [mem 0xf7a00000-0xf7afffff]
[    1.722249] pci 0000:00:1c.5: PCI bridge to [bus 03]
[    1.722251] pci 0000:00:1c.5:   bridge window [io  0xe000-0xefff]
[    1.722255] pci 0000:00:1c.5:   bridge window [mem 0xf7000000-0xf79fffff]
[    1.722258] pci 0000:00:1c.5:   bridge window [mem 0xf0000000-0xf09fffff 64bit pref]
[    1.722263] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    1.722265] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    1.722266] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    1.722267] pci_bus 0000:00: resource 7 [mem 0x000dc000-0x000dffff]
[    1.722269] pci_bus 0000:00: resource 8 [mem 0x000e0000-0x000e3fff]
[    1.722270] pci_bus 0000:00: resource 9 [mem 0x000e4000-0x000e7fff]
[    1.722271] pci_bus 0000:00: resource 10 [mem 0xdf200000-0xfeafffff]
[    1.722273] pci_bus 0000:01: resource 1 [mem 0xf7b00000-0xf7bfffff]
[    1.722274] pci_bus 0000:02: resource 1 [mem 0xf7a00000-0xf7afffff]
[    1.722276] pci_bus 0000:03: resource 0 [io  0xe000-0xefff]
[    1.722277] pci_bus 0000:03: resource 1 [mem 0xf7000000-0xf79fffff]
[    1.722278] pci_bus 0000:03: resource 2 [mem 0xf0000000-0xf09fffff 64bit pref]
[    1.722301] NET: Registered protocol family 2
[    1.722429] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[    1.722544] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    1.722652] TCP: Hash tables configured (established 65536 bind 65536)
[    1.722667] TCP: reno registered
[    1.722676] UDP hash table entries: 4096 (order: 5, 131072 bytes)
[    1.722700] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
[    1.722747] NET: Registered protocol family 1
[    1.722756] pci 0000:00:02.0: Boot video device
[    1.756180] PCI: CLS 64 bytes, default 64
[    1.756236] Trying to unpack rootfs image as initramfs...
[    2.000128] Freeing initrd memory: 18336K (ffff880035c20000 - ffff880036e08000)
[    2.000137] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    2.000139] software IO TLB [mem 0xd3db5000-0xd7db5000] (64MB) mapped at [ffff8800d3db5000-ffff8800d7db4fff]
[    2.000287] microcode: CPU0 sig=0x40651, pf=0x40, revision=0x16
[    2.000294] microcode: CPU1 sig=0x40651, pf=0x40, revision=0x16
[    2.000297] microcode: CPU2 sig=0x40651, pf=0x40, revision=0x16
[    2.000302] microcode: CPU3 sig=0x40651, pf=0x40, revision=0x16
[    2.000362] microcode: Microcode Update Driver: v2.00 <tigran@xxxxxxxxxxxxxxxxxxxx>, Peter Oruba
[    2.000364] Scanning for low memory corruption every 60 seconds
[    2.000549] Initialise system trusted keyring
[    2.000583] audit: initializing netlink socket (disabled)
[    2.000590] type=2000 audit(1396242750.748:1): initialized
[    2.023117] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    2.023968] zbud: loaded
[    2.024078] VFS: Disk quotas dquot_6.5.2
[    2.024105] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    2.024400] fuse init (API version 7.22)
[    2.024448] msgmni has been set to 15776
[    2.024483] Key type big_key registered
[    2.024795] Key type asymmetric registered
[    2.024797] Asymmetric key parser 'x509' registered
[    2.024817] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    2.024846] io scheduler noop registered
[    2.024848] io scheduler deadline registered (default)
[    2.024864] io scheduler cfq registered
[    2.025232] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    2.025242] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    2.025269] vesafb: mode is 1366x768x32, linelength=5504, pages=0
[    2.025270] vesafb: scrolling: redraw
[    2.025271] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    2.025744] vesafb: framebuffer at 0xe0000000, mapped to 0xffffc90004f00000, using 4160k, total 4160k
[    2.103371] Console: switching to colour frame buffer device 170x48
[    2.180748] fb0: VESA VGA frame buffer device
[    2.180760] intel_idle: MWAIT substates: 0x11142120
[    2.180761] intel_idle: v0.4 model 0x45
[    2.180762] intel_idle: lapic_timer_reliable_states 0xffffffff
[    2.180862] ipmi message handler version 39.2
[    2.181948] ACPI: AC Adapter [AC] (off-line)
[    2.182075] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input0
[    2.182832] ACPI: Lid Switch [LID0]
[    2.182870] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
[    2.182874] ACPI: Power Button [PBTN]
[    2.182900] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2
[    2.182902] ACPI: Sleep Button [SBTN]
[    2.182931] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    2.182934] ACPI: Power Button [PWRF]
[    2.216734] thermal LNXTHERM:00: registered as thermal_zone0
[    2.216738] ACPI: Thermal Zone [THM] (25 C)
[    2.216777] GHES: HEST is not enabled!
[    2.217024] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    2.237626] 00:08: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    2.259439] 0000:00:16.3: ttyS4 at I/O 0xf0e0 (irq = 17, base_baud = 115200) is a 16550A
[    2.261531] Linux agpgart interface v0.103
[    2.262777] brd: module loaded
[    2.263387] loop: module loaded
[    2.263675] libphy: Fixed MDIO Bus: probed
[    2.263743] tun: Universal TUN/TAP device driver, 1.6
[    2.263744] tun: (C) 1999-2004 Max Krasnyansky <maxk@xxxxxxxxxxxx>
[    2.263821] PPP generic driver version 2.4.2
[    2.263849] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.263852] ehci-pci: EHCI PCI platform driver
[    2.264063] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    2.264068] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 1
[    2.264078] ehci-pci 0000:00:1d.0: debug port 2
[    2.267983] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[    2.268013] ehci-pci 0000:00:1d.0: irq 21, io mem 0xf7c3b000
[    2.270330] ACPI: Battery Slot [BAT0] (battery present)
[    2.276698] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    2.276766] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    2.276769] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.276771] usb usb1: Product: EHCI Host Controller
[    2.276772] usb usb1: Manufacturer: Linux 3.13.0-19-generic ehci_hcd
[    2.276774] usb usb1: SerialNumber: 0000:00:1d.0
[    2.276927] hub 1-0:1.0: USB hub found
[    2.276933] hub 1-0:1.0: 3 ports detected
[    2.277063] ehci-platform: EHCI generic platform driver
[    2.277073] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    2.277075] ohci-pci: OHCI PCI platform driver
[    2.277084] ohci-platform: OHCI generic platform driver
[    2.277090] uhci_hcd: USB Universal Host Controller Interface driver
[    2.277235] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    2.277239] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    2.277316] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    2.277339] xhci_hcd 0000:00:14.0: irq 58 for MSI/MSI-X
[    2.277402] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    2.277404] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.277405] usb usb2: Product: xHCI Host Controller
[    2.277407] usb usb2: Manufacturer: Linux 3.13.0-19-generic xhci_hcd
[    2.277409] usb usb2: SerialNumber: 0000:00:14.0
[    2.277502] hub 2-0:1.0: USB hub found
[    2.277513] hub 2-0:1.0: 9 ports detected
[    2.279440] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    2.279442] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[    2.279468] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003
[    2.279469] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.279471] usb usb3: Product: xHCI Host Controller
[    2.279472] usb usb3: Manufacturer: Linux 3.13.0-19-generic xhci_hcd
[    2.279473] usb usb3: SerialNumber: 0000:00:14.0
[    2.279534] hub 3-0:1.0: USB hub found
[    2.279540] hub 3-0:1.0: 4 ports detected
[    2.284816] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    2.285459] i8042: Warning: Keylock active
[    2.287747] serio: i8042 KBD port at 0x60,0x64 irq 1
[    2.287752] serio: i8042 AUX port at 0x60,0x64 irq 12
[    2.287994] mousedev: PS/2 mouse device common for all mice
[    2.288438] rtc_cmos 00:05: RTC can wake from S4
[    2.288559] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[    2.288586] rtc_cmos 00:05: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    2.288633] device-mapper: uevent: version 1.0.3
[    2.288686] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@xxxxxxxxxx
[    2.288691] ledtrig-cpu: registered to indicate activity on CPUs
[    2.288766] TCP: cubic registered
[    2.288826] NET: Registered protocol family 10
[    2.288945] NET: Registered protocol family 17
[    2.288953] Key type dns_resolver registered
[    2.289235] Loading compiled-in X.509 certificates
[    2.289780] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[    2.290025] Loaded X.509 cert 'Magrathea: Glacier signing key: c3ca7f2f5a3cd1e932be66e277b69aa9a07ffcc9'
[    2.290036] registered taskstats version 1
[    2.292032] Key type trusted registered
[    2.293556] Key type encrypted registered
[    2.294899] AppArmor: AppArmor sha1 policy hashing enabled
[    2.294902] IMA: No TPM chip found, activating TPM-bypass!
[    2.295213]   Magic number: 6:8:215
[    2.295232] event_source software: hash matches
[    2.295299] rtc_cmos 00:05: setting system clock to 2014-03-31 05:12:33 UTC (1396242753)
[    2.295895] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    2.295897] EDD information not available.
[    2.295938] PM: Hibernation image not present or could not be loaded.
[    2.296558] Freeing unused kernel memory: 1336K (ffffffff81d1e000 - ffffffff81e6c000)
[    2.296560] Write protecting the kernel read-only data: 12288k
[    2.298263] Freeing unused kernel memory: 860K (ffff880001729000 - ffff880001800000)
[    2.299441] Freeing unused kernel memory: 712K (ffff880001b4e000 - ffff880001c00000)
[    2.312134] systemd-udevd[115]: starting version 204
[    2.333242] pps_core: LinuxPPS API ver. 1 registered
[    2.333244] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@xxxxxxxx>
[    2.334180] PTP clock support registered
[    2.337439] e1000e: Intel(R) PRO/1000 Network Driver - 2.3.2-k
[    2.337442] e1000e: Copyright(c) 1999 - 2013 Intel Corporation.
[    2.338113] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[    2.338135] e1000e 0000:00:19.0: irq 59 for MSI/MSI-X
[    2.339011] sdhci: Secure Digital Host Controller Interface driver
[    2.339013] sdhci: Copyright(c) Pierre Ossman
[    2.340402] sdhci-pci 0000:01:00.0: SDHCI controller found [1217:8520] (rev 1)
[    2.340518] mmc0: Unknown controller version (3). You may experience problems.
[    2.340526] sdhci-pci 0000:01:00.0: dummy supplies not allowed
[    2.340527] mmc0: no vqmmc regulator found
[    2.340529] sdhci-pci 0000:01:00.0: dummy supplies not allowed
[    2.340530] mmc0: no vmmc regulator found
[    2.340858] mmc0: SDHCI controller on PCI [0000:01:00.0] using ADMA
[    2.430031] e1000e 0000:00:19.0: PHY reset is blocked due to SOL/IDER session.
[    2.585961] e1000e 0000:00:19.0 eth0: registered PHC clock
[    2.585965] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) 0c:54:a5:ba:ba:40
[    2.585967] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
[    2.586001] e1000e 0000:00:19.0 eth0: MAC: 11, PHY: 12, PBA No: FFFFFF-0FF
[    2.586039] ahci 0000:00:1f.2: version 3.0
[    2.586202] ahci 0000:00:1f.2: irq 60 for MSI/MSI-X
[    2.586224] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
[    2.589074] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    2.601072] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 3 ports 6 Gbps 0x7 impl RAID mode
[    2.601077] ahci 0000:00:1f.2: flags: 64bit ncq stag pm led clo only pio slum part sxs deso sadm sds apst 
[    2.613372] scsi0 : ahci
[    2.613455] scsi1 : ahci
[    2.613525] scsi2 : ahci
[    2.613569] ata1: SATA max UDMA/133 abar m2048@0xf7c3a000 port 0xf7c3a100 irq 60
[    2.613572] ata2: SATA max UDMA/133 abar m2048@0xf7c3a000 port 0xf7c3a180 irq 60
[    2.613574] ata3: SATA max UDMA/133 abar m2048@0xf7c3a000 port 0xf7c3a200 irq 60
[    2.721611] usb 1-1: New USB device found, idVendor=8087, idProduct=8000
[    2.721615] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.721855] hub 1-1:1.0: USB hub found
[    2.721940] hub 1-1:1.0: 8 ports detected
[    2.889426] usb 2-5: new full-speed USB device number 2 using xhci_hcd
[    2.906987] usb 2-5: New USB device found, idVendor=0483, idProduct=91d1
[    2.906992] usb 2-5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.906994] usb 2-5: Product: ST_SENSOR_HUB
[    2.906996] usb 2-5: Manufacturer: STMicroelectronics
[    2.906998] usb 2-5: SerialNumber: ST_SENSOR_HUB
[    2.909945] hidraw: raw HID events driver (C) Jiri Kosina
[    2.918409] usbcore: registered new interface driver usbhid
[    2.918412] usbhid: USB HID core driver
[    2.937431] ata1: SATA link down (SStatus 0 SControl 300)
[    2.997493] tsc: Refined TSC clocksource calibration: 2494.226 MHz
[    3.073624] usb 2-6: new full-speed USB device number 3 using xhci_hcd
[    3.101821] usb 2-6: config 0 has an invalid interface number: 3 but max is 2
[    3.101825] usb 2-6: config 0 has no interface number 2
[    3.116570] usb 2-6: New USB device found, idVendor=0a5c, idProduct=5801
[    3.116574] usb 2-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.116576] usb 2-6: Product: 5880
[    3.116578] usb 2-6: Manufacturer: Broadcom Corp
[    3.116580] usb 2-6: SerialNumber: 0123456789ABCD
[    3.116700] usb 2-6: config 0 descriptor??
[    3.257787] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    3.260305] ata2.00: ATA-8: LITEONIT LMT-256M6M mSATA 256GB, DM8110F, max UDMA/133
[    3.260309] ata2.00: 500118192 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    3.260892] ata2.00: configured for UDMA/133
[    3.261054] scsi 1:0:0:0: Direct-Access     ATA      LITEONIT LMT-256 DM81 PQ: 0 ANSI: 5
[    3.261198] sd 1:0:0:0: [sda] 500118192 512-byte logical blocks: (256 GB/238 GiB)
[    3.261244] sd 1:0:0:0: Attached scsi generic sg0 type 0
[    3.261316] sd 1:0:0:0: [sda] Write Protect is off
[    3.261320] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    3.261350] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.261902]  sda: sda1 sda2 < sda5 >
[    3.262214] sd 1:0:0:0: [sda] Attached SCSI disk
[    3.297803] usb 2-7: new high-speed USB device number 4 using xhci_hcd
[    3.313988] usb 2-7: New USB device found, idVendor=0424, idProduct=2514
[    3.313991] usb 2-7: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.314286] hub 2-7:1.0: USB hub found
[    3.314313] hub 2-7:1.0: 3 ports detected
[    3.482062] usb 2-8: new high-speed USB device number 5 using xhci_hcd
[    3.498223] usb 2-8: New USB device found, idVendor=0424, idProduct=2514
[    3.498227] usb 2-8: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.498642] hub 2-8:1.0: USB hub found
[    3.498670] hub 2-8:1.0: 4 ports detected
[    3.578137] ata3: SATA link down (SStatus 0 SControl 300)
[    3.586139] usb 2-7.1: new full-speed USB device number 6 using xhci_hcd
[    3.618400] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[    3.618569] usb 2-7.1: New USB device found, idVendor=28c8, idProduct=0001
[    3.618572] usb 2-7.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.618574] usb 2-7.1: Product: UCI Touch
[    3.618587] usb 2-7.1: Manufacturer: UltraChip
[    3.618660] usb 2-7.1: ep 0x2 - rounding interval to 64 microframes, ep desc says 80 microframes
[    3.688637] random: init urandom read with 41 bits of entropy available
[    3.706253] usb 2-7.2: new high-speed USB device number 7 using xhci_hcd
[    3.781433] usb 2-7.2: New USB device found, idVendor=1bcf, idProduct=28ae
[    3.781437] usb 2-7.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.781438] usb 2-7.2: Product: Integrated_Webcam_HD
[    3.781440] usb 2-7.2: Manufacturer: CN0FHKK7724873CIA09FX00
[    3.799039] Adding 8290300k swap on /dev/sda5.  Priority:-1 extents:1 across:8290300k SSFS
[    3.883476] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[    3.924950] systemd-udevd[296]: starting version 204
[    3.938508] usb 2-7.3: new high-speed USB device number 8 using xhci_hcd
[    3.957457] usb 2-7.3: New USB device found, idVendor=114d, idProduct=1001
[    3.957461] usb 2-7.3: New USB device strings: Mfr=1, Product=0, SerialNumber=0
[    3.957464] usb 2-7.3: Manufacturer: 00000000000000000000000
[    3.984880] lp: driver loaded but no devices found
[    3.992620] wmi: Mapper loaded
[    4.001316] ACPI Warning: 0x0000000000001828-0x000000000000182f SystemIO conflicts with Region \PMIO 1 (20131115/utaddress-251)
[    4.001324] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    4.001328] ACPI Warning: 0x0000000000001c30-0x0000000000001c3f SystemIO conflicts with Region \GPRL 1 (20131115/utaddress-251)
[    4.001332] ACPI Warning: 0x0000000000001c30-0x0000000000001c3f SystemIO conflicts with Region \GPR_ 2 (20131115/utaddress-251)
[    4.001336] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    4.001337] ACPI Warning: 0x0000000000001c00-0x0000000000001c2f SystemIO conflicts with Region \GPRL 1 (20131115/utaddress-251)
[    4.001341] ACPI Warning: 0x0000000000001c00-0x0000000000001c2f SystemIO conflicts with Region \GPR_ 2 (20131115/utaddress-251)
[    4.001344] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    4.001346] lpc_ich: Resource conflict(s) found affecting gpio_ich
[    4.001496] Switched to clocksource tsc
[    4.002935] [drm] Initialized drm 1.1.0 20060810
[    4.012846] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[    4.016158] type=1400 audit(1396242755.216:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=352 comm="apparmor_parser"
[    4.016163] type=1400 audit(1396242755.216:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=352 comm="apparmor_parser"
[    4.016166] type=1400 audit(1396242755.216:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=352 comm="apparmor_parser"
[    4.016511] type=1400 audit(1396242755.216:5): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=352 comm="apparmor_parser"
[    4.016516] type=1400 audit(1396242755.216:6): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=352 comm="apparmor_parser"
[    4.016740] type=1400 audit(1396242755.216:7): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=352 comm="apparmor_parser"
[    4.020290] mei_me 0000:00:16.0: irq 61 for MSI/MSI-X
[    4.040102] Linux video capture interface: v2.00
[    4.042629] usb 2-8.1: new full-speed USB device number 9 using xhci_hcd
[    4.051754] cfg80211: Calling CRDA to update world regulatory domain
[    4.054039] [drm] Memory usable by graphics device = 2048M
[    4.054044] checking generic (e0000000 410000) vs hw (e0000000 10000000)
[    4.054046] fb: conflicting fb hw usage inteldrmfb vs VESA VGA - removing generic driver
[    4.054064] Console: switching to colour dummy device 80x25
[    4.059534] input: UltraChip UCI Touch as /devices/pci0000:00/0000:00:14.0/usb2/2-7/2-7.1/2-7.1:1.1/input/input7
[    4.059609] hid-generic 0003:28C8:0001.0003: input,hidraw0: USB HID v1.10 Device [UltraChip UCI Touch] on usb-0000:00:14.0-7.1/input1
[    4.064769] input: UltraChip UCI Touch as /devices/pci0000:00/0000:00:14.0/usb2/2-7/2-7.1/2-7.1:1.0/input/input8
[    4.065109] hid-multitouch 0003:28C8:0001.0002: input,hidraw1: USB HID v1.10 Device [UltraChip UCI Touch] on usb-0000:00:14.0-7.1/input0
[    4.072699] Intel(R) Wireless WiFi driver for Linux, in-tree:
[    4.072702] Copyright(c) 2003-2013 Intel Corporation
[    4.073380] iwlwifi 0000:02:00.0: irq 62 for MSI/MSI-X
[    4.076629] uvcvideo: Found UVC 1.00 device Integrated_Webcam_HD (1bcf:28ae)
[    4.081611] iwlwifi 0000:02:00.0: loaded firmware version 22.24.8.0 op_mode iwlmvm
[    4.081956] random: nonblocking pool is initialized
[    4.095722] usb 2-8.1: not running at top speed; connect to a high speed hub
[    4.096989] usb 2-8.1: config 1 has an invalid interface number: 12 but max is 4
[    4.096993] usb 2-8.1: config 1 has an invalid interface number: 13 but max is 4
[    4.096996] usb 2-8.1: config 1 has an invalid interface number: 13 but max is 4
[    4.096998] usb 2-8.1: config 1 has no interface number 1
[    4.097000] usb 2-8.1: config 1 has no interface number 4
[    4.099386] usb 2-8.1: New USB device found, idVendor=413c, idProduct=81a9
[    4.099390] usb 2-8.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    4.099393] usb 2-8.1: Product: Dell Wireless 5808e Gobi\xffffffe2\xffffff84\xffffffa2\xffffff84\xffffffa2 4G LTE Mobile Broadband Card
[    4.099395] usb 2-8.1: Manufacturer: Sierra Wireless, Incorporated
[    4.105597] input: Integrated_Webcam_HD as /devices/pci0000:00/0000:00:14.0/usb2/2-7/2-7.2/2-7.2:1.0/input/input9
[    4.105702] uvcvideo: Found UVC 1.00 device <unnamed> (114d:1001)
[    4.108509] input: UVC Camera (114d:1001) as /devices/pci0000:00/0000:00:14.0/usb2/2-7/2-7.3/2-7.3:1.0/input/input10
[    4.108648] usbcore: registered new interface driver uvcvideo
[    4.108651] USB Video Class driver (1.1.1)
[    4.120015] iwlwifi 0000:02:00.0: Detected Intel(R) Dual Band Wireless AC 7260, REV=0x144
[    4.120327] iwlwifi 0000:02:00.0: L1 Disabled; Enabling L0S
[    4.120560] iwlwifi 0000:02:00.0: L1 Disabled; Enabling L0S
[    4.158366] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
[    4.180553] usb 2-8.3: new full-speed USB device number 10 using xhci_hcd
[    4.190711] i915 0000:00:02.0: irq 63 for MSI/MSI-X
[    4.190722] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    4.190723] [drm] Driver supports precise vblank timestamp query.
[    4.190790] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    4.203868] usb 2-8.3: New USB device found, idVendor=0403, idProduct=6001
[    4.203872] usb 2-8.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    4.203874] usb 2-8.3: Product: FT232R USB UART
[    4.203876] usb 2-8.3: Manufacturer: FTDI
[    4.203878] usb 2-8.3: SerialNumber: 0P37R039D0612A00
[    4.249371] Bluetooth: Core ver 2.17
[    4.249387] NET: Registered protocol family 31
[    4.249389] Bluetooth: HCI device and connection manager initialized
[    4.249396] Bluetooth: HCI socket layer initialized
[    4.249399] Bluetooth: L2CAP socket layer initialized
[    4.249403] Bluetooth: SCO socket layer initialized
[    4.257610] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    4.257613] Bluetooth: BNEP filters: protocol multicast
[    4.257621] Bluetooth: BNEP socket layer initialized
[    4.261024] Bluetooth: RFCOMM TTY layer initialized
[    4.261036] Bluetooth: RFCOMM socket layer initialized
[    4.261041] Bluetooth: RFCOMM ver 1.11
[    4.267172] input: Dell WMI hotkeys as /devices/virtual/input/input11
[    4.276375] type=1400 audit(1396242755.476:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=550 comm="apparmor_parser"
[    4.276383] type=1400 audit(1396242755.476:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/sbin/cupsd" pid=550 comm="apparmor_parser"
[    4.276863] type=1400 audit(1396242755.476:10): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/sbin/cupsd" pid=550 comm="apparmor_parser"
[    4.277133] fbcon: inteldrmfb (fb0) is primary device
[    4.280307] usb 2-8.4: new full-speed USB device number 11 using xhci_hcd
[    4.297498] usb 2-8.4: New USB device found, idVendor=8087, idProduct=07dc
[    4.297500] usb 2-8.4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    4.301390] cfg80211: World regulatory domain updated:
[    4.301391] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[    4.301393] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[    4.301394] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[    4.301395] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[    4.301396] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[    4.301397] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[    4.324599] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[    4.327132] usbcore: registered new interface driver btusb
[    4.333438] usbcore: registered new interface driver cdc_ncm
[    4.334966] usbcore: registered new interface driver cdc_wdm
[    4.340212] Bluetooth: hci0: read Intel version: 370710018002030d00
[    4.340584] Bluetooth: hci0: Intel Bluetooth firmware file: intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq
[    4.364597] cdc_mbim 2-8.1:1.12: cdc-wdm0: USB WDM device
[    4.364764] cdc_mbim 2-8.1:1.12 wwan0: register 'cdc_mbim' at usb-0000:00:14.0-8.1, CDC MBIM, 46:10:e8:c3:a2:02
[    4.364786] usbcore: registered new interface driver cdc_mbim
[    4.446331] Bluetooth: hci0: Intel Bluetooth firmware patch completed and activated
[    4.788035] input: ImPS/2 Generic Wheel Mouse as /devices/platform/i8042/serio1/input/input6
[    5.936731] Console: switching to colour frame buffer device 170x48
[    5.940517] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[    5.940518] i915 0000:00:02.0: registered panic notifier
[    5.940610] usbcore: registered new interface driver usbserial
[    5.940628] usbcore: registered new interface driver usbserial_generic
[    5.940642] usbserial: USB Serial support registered for generic
[    5.942641] usbcore: registered new interface driver sierra
[    5.942655] usbserial: USB Serial support registered for Sierra USB modem
[    5.942682] sierra 2-8.1:1.2: Sierra USB modem converter detected
[    5.944438] usbcore: registered new interface driver ftdi_sio
[    5.944455] usbserial: USB Serial support registered for FTDI USB Serial Device
[    5.944658] ftdi_sio 2-8.3:1.0: FTDI USB Serial Device converter detected
[    5.944702] usb 2-8.3: Detected FT232RL
[    5.944704] usb 2-8.3: Number of endpoints 2
[    5.944706] usb 2-8.3: Endpoint 1 MaxPacketSize 64
[    5.944709] usb 2-8.3: Endpoint 2 MaxPacketSize 64
[    5.944711] usb 2-8.3: Setting MaxPacketSize 64
[    5.946191] usb 2-8.1: Sierra USB modem converter now attached to ttyUSB0
[    5.946214] sierra 2-8.1:1.3: Sierra USB modem converter detected
[    5.946577] usb 2-8.1: Sierra USB modem converter now attached to ttyUSB2
[    5.946593] sierra 2-8.1:1.0: Sierra USB modem converter detected
[    5.947123] usb 2-8.3: FTDI USB Serial Device converter now attached to ttyUSB1
[    5.947277] usb 2-8.1: Sierra USB modem converter now attached to ttyUSB3
[    5.948566] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    6.031086] init: failsafe main process (603) killed by TERM signal
[    6.049261] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
[    6.280346] e1000e 0000:00:19.0: irq 59 for MSI/MSI-X
[    7.572797] e1000e 0000:00:19.0: irq 59 for MSI/MSI-X
[    7.572897] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[    7.573153] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[    7.574732] iwlwifi 0000:02:00.0: L1 Disabled; Enabling L0S
[    7.574945] iwlwifi 0000:02:00.0: L1 Disabled; Enabling L0S
[    7.586526] audit_printk_skb: 138 callbacks suppressed
[    7.586530] type=1400 audit(1396242758.784:57): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="sanitized_helper" pid=746 comm="apparmor_parser"
[    7.587097] type=1400 audit(1396242758.784:58): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/bin/evince-thumbnailer" pid=746 comm="apparmor_parser"
[    7.587828] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[    7.588134] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[    7.602573] type=1400 audit(1396242758.800:59): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="sanitized_helper" pid=746 comm="apparmor_parser"
[    7.603409] type=1400 audit(1396242758.800:60): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="sanitized_helper" pid=746 comm="apparmor_parser"
[    7.686776] acpi device:4e: registered as cooling_device5
[    7.705831] init: alsa-restore main process (852) terminated with status 19
[    7.790877] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input12
[    7.790977] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[    7.791226] snd_hda_intel 0000:00:1b.0: irq 64 for MSI/MSI-X
[    7.791296] HDA driver get symbol successfully from i915 module
[    7.798752] snd_hda_intel 0000:00:03.0: irq 65 for MSI/MSI-X
[    7.802620] SKU: Nid=0x1d sku_cfg=0x40700001
[    7.802622] SKU: port_connectivity=0x1
[    7.802623] SKU: enable_pcbeep=0x1
[    7.802624] SKU: check_sum=0x00000000
[    7.802625] SKU: customization=0x00000000
[    7.802626] SKU: external_amp=0x0
[    7.802626] SKU: platform_type=0x0
[    7.802627] SKU: swap=0x0
[    7.802628] SKU: override=0x1
[    7.802847] autoconfig: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[    7.802849]    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    7.802851]    hp_outs=1 (0x15/0x0/0x0/0x0/0x0)
[    7.802852]    mono: mono_out=0x0
[    7.802853]    inputs:
[    7.802855]      Headset Mic=0x1a
[    7.802857]      Internal Mic=0x12
[    7.802859] realtek: No valid SSID, checking pincfg 0x40700001 for NID 0x1d
[    7.802861] realtek: Enabling init ASM_ID=0x0001 CODEC_ID=10ec0292
[    7.806758] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input13
[    7.811074] input: HDA Intel HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card0/input16
[    7.811331] input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input15
[    7.811406] input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input14
[    7.838456] init: plymouth-splash main process (1025) terminated with status 1
[    8.487922] init: anacron main process (859) killed by TERM signal
[   11.178510] wlan0: authenticate with 2c:36:f8:fa:ec:00
[   11.180718] wlan0: send auth to 2c:36:f8:fa:ec:00 (try 1/3)
[   11.181285] wlan0: authenticated
[   11.182436] wlan0: associate with 2c:36:f8:fa:ec:00 (try 1/3)
[   11.183808] wlan0: RX AssocResp from 2c:36:f8:fa:ec:00 (capab=0x111 status=0 aid=8)
[   11.184961] wlan0: associated
[   11.184981] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   11.185029] cfg80211: Calling CRDA for country: TW
[   11.187141] cfg80211: Regulatory domain changed to country: TW
[   11.187144] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[   11.187145] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2700 mBm)
[   11.187146] cfg80211:   (5270000 KHz - 5330000 KHz @ 40000 KHz), (300 mBi, 1700 mBm)
[   11.187147] cfg80211:   (5735000 KHz - 5815000 KHz @ 40000 KHz), (300 mBi, 3000 mBm)
[   11.198013] wlan0: Limiting TX power to 27 (30 - 3) dBm as advertised by 2c:36:f8:fa:ec:00
Bus 002 Device 009: ID 413c:81a9 Dell Computer Corp. 
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0        64
  idVendor           0x413c Dell Computer Corp.
  idProduct          0x81a9 
  bcdDevice            0.06
  iManufacturer           1 Sierra Wireless, Incorporated
  iProduct                2 Dell Wireless 5808e Gobi™ 4G LTE Mobile Broadband Card
  iSerial                 3 
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength          247
    bNumInterfaces          5
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower              500mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        2
      bAlternateSetting       0
      bNumEndpoints           3
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass      0 
      bInterfaceProtocol      0 
      iInterface              0 
      ** UNRECOGNIZED:  05 24 00 10 01
      ** UNRECOGNIZED:  05 24 01 00 00
      ** UNRECOGNIZED:  04 24 02 02
      ** UNRECOGNIZED:  05 24 06 00 00
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x000c  1x 12 bytes
        bInterval              32
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x01  EP 1 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               0
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        3
      bAlternateSetting       0
      bNumEndpoints           3
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass      0 
      bInterfaceProtocol      0 
      iInterface              0 
      ** UNRECOGNIZED:  05 24 00 10 01
      ** UNRECOGNIZED:  05 24 01 00 00
      ** UNRECOGNIZED:  04 24 02 02
      ** UNRECOGNIZED:  05 24 06 00 00
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x84  EP 4 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x000c  1x 12 bytes
        bInterval              32
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x83  EP 3 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x02  EP 2 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               0
    Interface Association:
      bLength                 8
      bDescriptorType        11
      bFirstInterface        12
      bInterfaceCount         2
      bFunctionClass          2 Communications
      bFunctionSubClass      14 
      bFunctionProtocol       0 
      iFunction               0 
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber       12
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         2 Communications
      bInterfaceSubClass     14 
      bInterfaceProtocol      0 
      iInterface              0 
      CDC Header:
        bcdCDC               1.10
      CDC MBIM:
        bcdMBIMVersion       1.00
        wMaxControlMessage   4096
        bNumberFilters       16
        bMaxFilterSize       128
        wMaxSegmentSize      4064
        bmNetworkCapabilities 0x20
          8-byte ntb input size
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x86  EP 6 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval              32
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber       13
      bAlternateSetting       0
      bNumEndpoints           0
      bInterfaceClass        10 CDC Data
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      2 
      iInterface              0 
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber       13
      bAlternateSetting       1
      bNumEndpoints           2
      bInterfaceClass        10 CDC Data
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      2 
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x85  EP 5 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x03  EP 3 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               0
        ** UNRECOGNIZED:  2c ff 42 49 53 54 00 01 07 f5 40 f6 00 00 00 00 01 f7 c4 09 02 f8 c4 09 03 f9 88 13 04 fa 10 27 05 fb 10 27 06 fc c4 09 07 fd c4 09
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           2
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass    255 Vendor Specific Subclass
      bInterfaceProtocol    255 Vendor Specific Protocol
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x87  EP 7 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x04  EP 4 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0040  1x 64 bytes
        bInterval               0
Device Qualifier (for other device speed):
  bLength                10
  bDescriptorType         6
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0        64
  bNumConfigurations      1
Device Status:     0x0000
  (Bus Powered)

[Index of Archives]     [Linux Media]     [Linux Input]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Old Linux USB Devel Archive]

  Powered by Linux