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 Bjørn,

Thank you so much.
The udev rule works, it creates the ttyUSB* device nodes and I can
operate mobile network from network manager.
But, it can't get connected and I can't find mobile network device
from iwconfig.

And you think it's not a good way to add those ids into sierra driver,
and you had added some of this kind of ids into qcserial driver.
Even if it's not so scalable, but do you think should we collect those
ids to qcserial and then refine the code when we are available.

I'm willing to help, but I don't have enough devices to verify the work.

Best regards,
AceLan Kao.

2014-04-08 16:15 GMT+08:00 Bjørn Mork <bjorn@xxxxxxx>:
> AceLan Kao <acelan.kao@xxxxxxxxxxxxx> writes:
>
>> Hi,
>>
>> I'm not an expert of this field, so I can't really understand your reply.
>> So, is the patch is acceptable?
>>
>> And I have another pci modem card with id 413c:81a3.
>> I tried to add its id into sierra driver, but no luck.
>
> I still don't think the sierra driver is correct for these devices.  But
> the reason you have no success is because cfg #2 of this device has no
> serial functions at all. It's a MBIM only config. More (very technical)
> details follow...
>
>
>> Here are the logs, could you also take a look of it?
> [..]
>> [    2.924414] usb 1-1.8.3: new high-speed USB device number 7 using ehci-pci
>> [    2.928390] Switched to clocksource tsc
>> [    3.028854] usb 1-1.8.3: config 1 has an invalid interface number: 8 but max is 3
>> [    3.028859] usb 1-1.8.3: config 1 has no interface number 1
>
> many modern Sierra Wireless devices use fixed interface numbers to
> identify different function types.  They do this both for vendor
> specific functions and for class functions.  The lsusb output will show
> the same, but we can figure out lots of stuff based on the two lines
> above:
>  - "max is 3" => there are 4 interfaces in total in cfg #1
>  - "invalid interface number: 8" => one of them is numbered '8'.
>  - "no interface number 1" => interfaces 0, 2 and 3 exists
>
> So this is a typical Sierra QMI config, with 3 serial funcions and one
> network function:
>  0: QCDM
>  2: NMEA (Qualcomm)
>  3: AT + PPP modem
>  8: QMI/wwan
>
> These interfaces all use ff/ff/ff class codes, so we have to look at the
> interface numbers to tell them apart.
>
> We've (well, OK "I have". My fault...) previously added a number of
> similar devices to the qcserial driver, using 3 lines per device and the
> USB_DEVICE_INTERFACE_NUMBER to match only the serial functions.  This
> works, but having 3 matching entries per device doesn't really scale too
> well. Sierra are obviously selling these designs to vendors using their
> own device IDs, so we must expect the number of such entries to grow.
>
> I guess we should create a probe explicitly for this type of device?
> Maybe just extend the qcserial driver with a "sierra" device type in
> addition to the gobi1k and gobi2k types?
>
>
>> [    3.029353] usb 1-1.8.3: config 2 has an invalid interface number: 12 but max is 1
>> [    3.029358] usb 1-1.8.3: config 2 has an invalid interface number: 13 but max is 1
>> [    3.029361] usb 1-1.8.3: config 2 has an invalid interface number: 13 but max is 1
>> [    3.029363] usb 1-1.8.3: config 2 has no interface number 0
>> [    3.029364] usb 1-1.8.3: config 2 has no interface number 1
>
> And this device has a 2nd configuration with only 2 interfaces, number
> 12 and 13.  Sierra use these numbers for MBIM control and data
> interfaces.
>
> This will be the default configuration in Linux because the first
> interface (number 12) has a proper class (CDC MBIM), while the first
> interface of configuration #1 is vendor specific.  This default can be a
> bit surprising.  Especially the fact that it isn't tied to the
> availability of a class driver, and we do have quite a few kernel
> releases where there are drivers for cfg #1 but not for cfg#2.  But this
> device shows why the policy is sane: Each new device ID must be added to
> the vendor specific drivers before they can work, while the class driver
> just works even if we've never heard of this device before:
>
>
>> [   11.141019] cdc_mbim 1-1.8.3:2.12: cdc-wdm1: USB WDM device
>> [   11.141208] cdc_mbim 1-1.8.3:2.12 wwan0: register 'cdc_mbim' at usb-0000:00:1d.0-1.8.3, CDC MBIM, ba:e1:96:a8:eb:2f
>
> So everything is fine :-)
>
> Not really. We should update the vendor specific drivers as well to
> allow users to choose serial + QMI instead of MBIM.  That means qmi_wwan
> and *some* serial driver.  But the vendor specific drivers still won't
> be used by default for this device unless you create an udev rule.
> Example only - I'm no udev expert:
>
>  ATTR{idVendor}=="413c",ATTR{idProduct}=="81a3",ATTR{bConfigurationValue}=="2" ATTR{bConfigurationValue}="1"
>
>
>
>
> Bjørn
eth0      no wireless extensions.

lo        no wireless extensions.

wlan0     IEEE 802.11bgn  ESSID:"Canonical-2.4GHz-g"  
          Mode:Managed  Frequency:2.462 GHz  Access Point: 3C:CE:73:48:04:80   
          Bit Rate=18 Mb/s   Tx-Power=16 dBm   
          Retry  long limit:7   RTS thr:off   Fragment thr:off
          Power Management:on
          Link Quality=56/70  Signal level=-54 dBm  
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:18   Missed beacon:0

[    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 02:51:52 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=b2263edb-c24b-446c-8ef1-91548c74e6fb 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-0x00000000c16d8fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000c16d9000-0x00000000c16dffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000c16e0000-0x00000000c20cbfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000c20cc000-0x00000000c254dfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000c254e000-0x00000000c7db3fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000c7db4000-0x00000000c7ffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000c8000000-0x00000000c875bfff] usable
[    0.000000] BIOS-e820: [mem 0x00000000c875c000-0x00000000c87fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000c8800000-0x00000000c8f9afff] usable
[    0.000000] BIOS-e820: [mem 0x00000000c8f9b000-0x00000000c8ffffff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000c9000000-0x00000000ca6f9fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000ca6fa000-0x00000000ca7fffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000ca800000-0x00000000cbcf5fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000cbcf6000-0x00000000cbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000cd000000-0x00000000cf1fffff] 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-0x000000012edfffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: Dell Inc. Latitude E5440/01348K, BIOS X26 08/06/2013
[    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 = 0x12ee00 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 7F00000000 write-back
[    0.000000]   1 base 0100000000 mask 7FE0000000 write-back
[    0.000000]   2 base 0120000000 mask 7FF0000000 write-back
[    0.000000]   3 base 00E0000000 mask 7FE0000000 uncachable
[    0.000000]   4 base 00D0000000 mask 7FF0000000 uncachable
[    0.000000]   5 base 00CE000000 mask 7FFE000000 uncachable
[    0.000000]   6 base 00CD000000 mask 7FFF000000 uncachable
[    0.000000]   7 base 012F000000 mask 7FFF000000 uncachable
[    0.000000]   8 base 012EE00000 mask 7FFFE00000 uncachable
[    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: 4GB, type WB
[    0.000000] reg 1, base: 4GB, range: 512MB, type WB
[    0.000000] reg 2, base: 4608MB, range: 256MB, type WB
[    0.000000] reg 3, base: 3584MB, range: 512MB, type UC
[    0.000000] reg 4, base: 3328MB, range: 256MB, type UC
[    0.000000] reg 5, base: 3296MB, range: 32MB, type UC
[    0.000000] reg 6, base: 3280MB, range: 16MB, type UC
[    0.000000] reg 7, base: 4848MB, range: 16MB, type UC
[    0.000000] reg 8, base: 4846MB, range: 2MB, type UC
[    0.000000] total RAM covered: 4030M
[    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: 256MB, type WB
[    0.000000] reg 3, base: 3280MB, range: 16MB, type UC
[    0.000000] reg 4, base: 3296MB, range: 32MB, type UC
[    0.000000] reg 5, base: 4GB, range: 512MB, type WB
[    0.000000] reg 6, base: 4608MB, range: 256MB, type WB
[    0.000000] reg 7, base: 4846MB, range: 2MB, type UC
[    0.000000] reg 8, base: 4848MB, range: 16MB, type UC
[    0.000000] e820: update [mem 0xcd000000-0xffffffff] usable ==> reserved
[    0.000000] e820: last_pfn = 0xcbcf6 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000fd9b0-0x000fd9bf] mapped at [ffff8800000fd9b0]
[    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 0x12ec00000-0x12edfffff]
[    0.000000]  [mem 0x12ec00000-0x12edfffff] page 2M
[    0.000000] BRK [0x01fe0000, 0x01fe0fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x12c000000-0x12ebfffff]
[    0.000000]  [mem 0x12c000000-0x12ebfffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x100000000-0x12bffffff]
[    0.000000]  [mem 0x100000000-0x12bffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x00100000-0xc16d8fff]
[    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-0xc15fffff] page 2M
[    0.000000]  [mem 0xc1600000-0xc16d8fff] page 4k
[    0.000000] init_memory_mapping: [mem 0xc16e0000-0xc20cbfff]
[    0.000000]  [mem 0xc16e0000-0xc17fffff] page 4k
[    0.000000]  [mem 0xc1800000-0xc1ffffff] page 2M
[    0.000000]  [mem 0xc2000000-0xc20cbfff] page 4k
[    0.000000] BRK [0x01fe1000, 0x01fe1fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0xc254e000-0xc7db3fff]
[    0.000000]  [mem 0xc254e000-0xc25fffff] page 4k
[    0.000000]  [mem 0xc2600000-0xc7bfffff] page 2M
[    0.000000]  [mem 0xc7c00000-0xc7db3fff] page 4k
[    0.000000] BRK [0x01fe2000, 0x01fe2fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0xc8000000-0xc875bfff]
[    0.000000]  [mem 0xc8000000-0xc85fffff] page 2M
[    0.000000]  [mem 0xc8600000-0xc875bfff] page 4k
[    0.000000] init_memory_mapping: [mem 0xc8800000-0xc8f9afff]
[    0.000000]  [mem 0xc8800000-0xc8dfffff] page 2M
[    0.000000]  [mem 0xc8e00000-0xc8f9afff] page 4k
[    0.000000] init_memory_mapping: [mem 0xc9000000-0xca6f9fff]
[    0.000000]  [mem 0xc9000000-0xca5fffff] page 2M
[    0.000000]  [mem 0xca600000-0xca6f9fff] page 4k
[    0.000000] init_memory_mapping: [mem 0xca800000-0xcbcf5fff]
[    0.000000]  [mem 0xca800000-0xcbbfffff] page 2M
[    0.000000]  [mem 0xcbc00000-0xcbcf5fff] page 4k
[    0.000000] RAMDISK: [mem 0x35c1e000-0x36e06fff]
[    0.000000] ACPI: RSDP 00000000000eeee0 000024 (v02 DELL  )
[    0.000000] ACPI: XSDT 00000000c8fdb090 0000A4 (v01 DELL    CBX3    01072009 AMI  00010013)
[    0.000000] ACPI: FACP 00000000c8fe9020 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 00000000c8fdb1c8 00DE53 (v02 DELL    CBX3    00000014 INTL 20091112)
[    0.000000] ACPI: FACS 00000000ca7fe080 000040
[    0.000000] ACPI: APIC 00000000c8fe9130 000072 (v03 DELL    CBX3    01072009 AMI  00010013)
[    0.000000] ACPI: FPDT 00000000c8fe91a8 000044 (v01 DELL    CBX3    01072009 AMI  00010013)
[    0.000000] ACPI: ASF! 00000000c8fe91f0 0000A5 (v32 INTEL       HCG 00000001 TFSM 000F4240)
[    0.000000] ACPI: SLIC 00000000c8fe9298 000176 (v03 DELL    CBX3    01072009 MSFT 00010013)
[    0.000000] ACPI: SSDT 00000000c8fe9410 000200 (v01  INTEL sensrhub 00000000 INTL 20120711)
[    0.000000] ACPI: SSDT 00000000c8fe9610 000151 (v01  Intel zpoddult 00001000 INTL 20051117)
[    0.000000] ACPI: SSDT 00000000c8fe9768 000548 (v01  PmRef  Cpu0Ist 00003000 INTL 20051117)
[    0.000000] ACPI: SSDT 00000000c8fe9cb0 000AD8 (v01  PmRef    CpuPm 00003000 INTL 20051117)
[    0.000000] ACPI: HPET 00000000c8fea788 000038 (v01 DELL    CBX3    01072009 AMI. 00000005)
[    0.000000] ACPI: SSDT 00000000c8fea7c0 000455 (v01 SataRe SataTabl 00001000 INTL 20091112)
[    0.000000] ACPI: MCFG 00000000c8feac18 00003C (v01 DELL    CBX3    01072009 MSFT 00000097)
[    0.000000] ACPI: SSDT 00000000c8feac58 0003FC (v01  SgRef    SgPch 00001000 INTL 20091112)
[    0.000000] ACPI: CSRT 00000000c8feb058 0000C4 (v01   INTL HSWULT-R 00000001 INTL 20100528)
[    0.000000] ACPI: DMAR 00000000c8feb120 000088 (v01 INTEL      HSW  00000001 INTL 00000001)
[    0.000000] ACPI: SSDT 00000000c8feb1a8 001394 (v01 OptRef  OptTabl 00001000 INTL 20120711)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000012edfffff]
[    0.000000] Initmem setup node 0 [mem 0x00000000-0x12edfffff]
[    0.000000]   NODE_DATA [mem 0x12edf4000-0x12edf8fff]
[    0.000000]  [ffffea0000000000-ffffea0004bfffff] PMD -> [ffff88012a400000-ffff88012e3fffff] on node 0
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
[    0.000000]   Normal   [mem 0x100000000-0x12edfffff]
[    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-0xc16d8fff]
[    0.000000]   node   0: [mem 0xc16e0000-0xc20cbfff]
[    0.000000]   node   0: [mem 0xc254e000-0xc7db3fff]
[    0.000000]   node   0: [mem 0xc8000000-0xc875bfff]
[    0.000000]   node   0: [mem 0xc8800000-0xc8f9afff]
[    0.000000]   node   0: [mem 0xc9000000-0xca6f9fff]
[    0.000000]   node   0: [mem 0xca800000-0xcbcf5fff]
[    0.000000]   node   0: [mem 0x100000000-0x12edfffff]
[    0.000000] On node 0 totalpages: 1024418
[    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: 12945 pages used for memmap
[    0.000000]   DMA32 zone: 828434 pages, LIFO batch:31
[    0.000000]   Normal zone: 3000 pages used for memmap
[    0.000000]   Normal zone: 192000 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[0x02] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-39
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: 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 0xc16d9000-0xc16dffff]
[    0.000000] PM: Registered nosave memory: [mem 0xc20cc000-0xc254dfff]
[    0.000000] PM: Registered nosave memory: [mem 0xc7db4000-0xc7ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xc875c000-0xc87fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xc8f9b000-0xc8ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xca6fa000-0xca7fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xcbcf6000-0xcbffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xcc000000-0xccffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xcd000000-0xcf1fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xcf200000-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 0xcf200000-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 @ffff88012ea00000 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 Node order, mobility grouping on.  Total pages: 1008388
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.13.0-19-generic root=UUID=b2263edb-c24b-446c-8ef1-91548c74e6fb 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] ------------[ cut here ]------------
[    0.000000] WARNING: CPU: 0 PID: 0 at /home/acelan/ubuntu-trusty/drivers/iommu/dmar.c:488 warn_invalid_dmar+0x7e/0x90()
[    0.000000] Your BIOS is broken; DMAR reported at address 0!
[    0.000000] BIOS vendor: Dell Inc.; Ver: X26; Product Version: 01
[    0.000000] Modules linked in:
[    0.000000] CPU: 0 PID: 0 Comm: swapper Not tainted 3.13.0-19-generic #40
[    0.000000] Hardware name: Dell Inc. Latitude E5440/01348K, BIOS X26 08/06/2013
[    0.000000]  000000000000000b ffffffff81c01de8 ffffffff81711075 ffffffff81c01e30
[    0.000000]  ffffffff81c01e20 ffffffff810662cd ffffffff81fdc00c ffffffff81fdc038
[    0.000000]  0000000000000000 ffffffff81de12c0 ffffffff81c01fb0 ffffffff81c01e80
[    0.000000] Call Trace:
[    0.000000]  [<ffffffff81711075>] dump_stack+0x45/0x56
[    0.000000]  [<ffffffff810662cd>] warn_slowpath_common+0x7d/0xa0
[    0.000000]  [<ffffffff81066384>] warn_slowpath_fmt_taint+0x44/0x50
[    0.000000]  [<ffffffff81d4f3b9>] ? early_ioremap+0x13/0x15
[    0.000000]  [<ffffffff81d44fd7>] ? __acpi_map_table+0x13/0x18
[    0.000000]  [<ffffffff815e91fe>] warn_invalid_dmar+0x7e/0x90
[    0.000000]  [<ffffffff81d8a6cb>] check_zero_address+0x68/0xf4
[    0.000000]  [<ffffffff81d8a76c>] detect_intel_iommu+0x15/0xae
[    0.000000]  [<ffffffff81d3f066>] pci_iommu_alloc+0x4a/0x6c
[    0.000000]  [<ffffffff81d4ed56>] mem_init+0x17/0x9c
[    0.000000]  [<ffffffff81d34d2a>] start_kernel+0x202/0x443
[    0.000000]  [<ffffffff81d34931>] ? repair_env_string+0x5c/0x5c
[    0.000000]  [<ffffffff81d34120>] ? early_idt_handlers+0x120/0x120
[    0.000000]  [<ffffffff81d345de>] x86_64_start_reservations+0x2a/0x2c
[    0.000000]  [<ffffffff81d34723>] x86_64_start_kernel+0x143/0x152
[    0.000000] ---[ end trace e56ca844ef9da08a ]---
[    0.000000] Memory: 3930628K/4097672K available (7320K kernel code, 1138K rwdata, 3384K rodata, 1336K init, 1440K bss, 167044K 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] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] allocated 16777216 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 2294.489 MHz processor
[    0.000002] Calibrating delay loop (skipped), value calculated using timer frequency.. 4588.97 BogoMIPS (lpj=9177956)
[    0.000004] pid_max: default: 32768 minimum: 301
[    0.000023] Security Framework initialized
[    0.000039] AppArmor: AppArmor initialized
[    0.000040] Yama: becoming mindful.
[    0.000328] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.001086] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.001410] Mount-cache hash table entries: 256
[    0.001561] Initializing cgroup subsys memory
[    0.001566] Initializing cgroup subsys devices
[    0.001567] Initializing cgroup subsys freezer
[    0.001568] Initializing cgroup subsys blkio
[    0.001570] Initializing cgroup subsys perf_event
[    0.001572] Initializing cgroup subsys hugetlb
[    0.001592] CPU: Physical Processor ID: 0
[    0.001593] CPU: Processor Core ID: 0
[    0.001597] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.001597] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.002568] mce: CPU supports 7 MCE banks
[    0.002580] CPU0: Thermal monitoring enabled (TM1)
[    0.002589] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[    0.002589] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0
[    0.002589] tlb_flushall_shift: 6
[    0.002687] Freeing SMP alternatives memory: 28K (ffffffff81e6c000 - ffffffff81e73000)
[    0.003602] ACPI: Core revision 20131115
[    0.013197] ACPI: All ACPI Tables successfully acquired
[    0.013899] ftrace: allocating 28370 entries in 111 pages
[    0.025435] dmar: Host address width 39
[    0.025438] dmar: DRHD base: 0x00000000000000 flags: 0x1
[    0.025439] dmar: parse DMAR table failure.
[    0.025966] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.065625] smpboot: CPU0: Intel(R) Core(TM) i5-4200U CPU @ 1.60GHz (fam: 06, model: 45, stepping: 01)
[    0.065631] TSC deadline timer enabled
[    0.067431] Performance Events: PEBS fmt2+, 16-deep LBR, Haswell events, full-width counters, Intel PMU driver.
[    0.067437] ... version:                3
[    0.067438] ... bit width:              48
[    0.067439] ... generic registers:      4
[    0.067440] ... value mask:             0000ffffffffffff
[    0.067441] ... max period:             0000ffffffffffff
[    0.067442] ... fixed-purpose events:   3
[    0.067443] ... event mask:             000000070000000f
[    0.068834] x86: Booting SMP configuration:
[    0.083011] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.068836] .... node  #0, CPUs:      #1 #2 #3
[    0.111428] x86: Booted up 1 node, 4 CPUs
[    0.111432] smpboot: Total of 4 processors activated (18355.91 BogoMIPS)
[    0.115305] devtmpfs: initialized
[    0.116990] EVM: security.selinux
[    0.116991] EVM: security.SMACK64
[    0.116992] EVM: security.ima
[    0.116993] EVM: security.capability
[    0.117031] PM: Registering ACPI NVS region [mem 0xc16d9000-0xc16dffff] (28672 bytes)
[    0.117033] PM: Registering ACPI NVS region [mem 0xca6fa000-0xca7fffff] (1073152 bytes)
[    0.117691] pinctrl core: initialized pinctrl subsystem
[    0.117737] regulator-dummy: no parameters
[    0.117766] RTC time:  7:07:15, date: 04/09/14
[    0.117793] NET: Registered protocol family 16
[    0.117873] cpuidle: using governor ladder
[    0.117874] cpuidle: using governor menu
[    0.117906] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.117907] ACPI: bus type PCI registered
[    0.117909] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.117949] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.117951] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.125729] PCI: Using configuration type 1 for base access
[    0.125736] dmi type 0xB1 record - unknown flag
[    0.126467] bio: create slab <bio-0> at 0
[    0.126605] ACPI: Added _OSI(Module Device)
[    0.126607] ACPI: Added _OSI(Processor Device)
[    0.126608] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.126609] ACPI: Added _OSI(Processor Aggregator Device)
[    0.131243] ACPI: Executed 3 blocks of module-level executable AML code
[    0.140549] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    0.219959] ACPI: SSDT 00000000cbdafc18 0003D3 (v01  PmRef  Cpu0Cst 00003001 INTL 20051117)
[    0.220768] ACPI: Dynamic OEM Table Load:
[    0.220771] ACPI: SSDT           (null) 0003D3 (v01  PmRef  Cpu0Cst 00003001 INTL 20051117)
[    0.224140] ACPI: SSDT 00000000cbdaf618 0005AA (v01  PmRef    ApIst 00003000 INTL 20051117)
[    0.225044] ACPI: Dynamic OEM Table Load:
[    0.225047] ACPI: SSDT           (null) 0005AA (v01  PmRef    ApIst 00003000 INTL 20051117)
[    0.227952] ACPI: SSDT 00000000cbdaed98 000119 (v01  PmRef    ApCst 00003000 INTL 20051117)
[    0.228760] ACPI: Dynamic OEM Table Load:
[    0.228762] ACPI: SSDT           (null) 000119 (v01  PmRef    ApCst 00003000 INTL 20051117)
[    0.239922] ACPI: Interpreter enabled
[    0.239932] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580)
[    0.239941] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580)
[    0.239966] ACPI: (supports S0 S3 S4 S5)
[    0.239968] ACPI: Using IOAPIC for interrupt routing
[    0.240009] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.240281] ACPI: No dock devices found.
[    0.477815] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[    0.477822] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.478055] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug PME]
[    0.478206] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability]
[    0.478815] PCI host bridge to bus 0000:00
[    0.478818] pci_bus 0000:00: root bus resource [bus 00-3e]
[    0.478820] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
[    0.478821] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    0.478823] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    0.478825] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
[    0.478826] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
[    0.478828] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff]
[    0.478829] pci_bus 0000:00: root bus resource [mem 0xcf200000-0xfeafffff]
[    0.478837] pci 0000:00:00.0: [8086:0a04] type 00 class 0x060000
[    0.478924] pci 0000:00:02.0: [8086:0a16] type 00 class 0x030000
[    0.478936] pci 0000:00:02.0: reg 0x10: [mem 0xf6400000-0xf67fffff 64bit]
[    0.478943] pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff 64bit pref]
[    0.478949] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
[    0.479030] pci 0000:00:03.0: [8086:0a0c] type 00 class 0x040300
[    0.479038] pci 0000:00:03.0: reg 0x10: [mem 0xf7434000-0xf7437fff 64bit]
[    0.479149] pci 0000:00:14.0: [8086:9c31] type 00 class 0x0c0330
[    0.479167] pci 0000:00:14.0: reg 0x10: [mem 0xf7420000-0xf742ffff 64bit]
[    0.479223] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.479277] pci 0000:00:14.0: System wakeup disabled by ACPI
[    0.479308] pci 0000:00:19.0: [8086:155a] type 00 class 0x020000
[    0.479323] pci 0000:00:19.0: reg 0x10: [mem 0xf7400000-0xf741ffff]
[    0.479330] pci 0000:00:19.0: reg 0x14: [mem 0xf743c000-0xf743cfff]
[    0.479337] pci 0000:00:19.0: reg 0x18: [io  0xf080-0xf09f]
[    0.479391] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
[    0.484135] pci 0000:00:19.0: System wakeup disabled by ACPI
[    0.484180] pci 0000:00:1b.0: [8086:9c20] type 00 class 0x040300
[    0.484196] pci 0000:00:1b.0: reg 0x10: [mem 0xf7430000-0xf7433fff 64bit]
[    0.484267] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.484329] pci 0000:00:1b.0: System wakeup disabled by ACPI
[    0.484360] pci 0000:00:1c.0: [8086:9c10] type 01 class 0x060400
[    0.484438] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.484500] pci 0000:00:1c.0: System wakeup disabled by ACPI
[    0.484533] pci 0000:00:1c.3: [8086:9c16] type 01 class 0x060400
[    0.484610] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    0.484670] pci 0000:00:1c.3: System wakeup disabled by ACPI
[    0.484701] pci 0000:00:1c.4: [8086:9c18] type 01 class 0x060400
[    0.484771] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.484830] pci 0000:00:1c.4: System wakeup disabled by ACPI
[    0.484861] pci 0000:00:1c.5: [8086:9c1a] type 01 class 0x060400
[    0.484937] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[    0.484998] pci 0000:00:1c.5: System wakeup disabled by ACPI
[    0.485036] pci 0000:00:1d.0: [8086:9c26] type 00 class 0x0c0320
[    0.485059] pci 0000:00:1d.0: reg 0x10: [mem 0xf743b000-0xf743b3ff]
[    0.485157] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.485216] pci 0000:00:1d.0: System wakeup disabled by ACPI
[    0.485250] pci 0000:00:1f.0: [8086:9c43] type 00 class 0x060100
[    0.485444] pci 0000:00:1f.2: [8086:282a] type 00 class 0x010400
[    0.485459] pci 0000:00:1f.2: reg 0x10: [io  0xf0d0-0xf0d7]
[    0.485467] pci 0000:00:1f.2: reg 0x14: [io  0xf0c0-0xf0c3]
[    0.485474] pci 0000:00:1f.2: reg 0x18: [io  0xf0b0-0xf0b7]
[    0.485481] pci 0000:00:1f.2: reg 0x1c: [io  0xf0a0-0xf0a3]
[    0.485489] pci 0000:00:1f.2: reg 0x20: [io  0xf060-0xf07f]
[    0.485496] pci 0000:00:1f.2: reg 0x24: [mem 0xf743a000-0xf743a7ff]
[    0.485533] pci 0000:00:1f.2: PME# supported from D3hot
[    0.485599] pci 0000:00:1f.3: [8086:9c22] type 00 class 0x0c0500
[    0.485613] pci 0000:00:1f.3: reg 0x10: [mem 0xf7439000-0xf74390ff 64bit]
[    0.485633] pci 0000:00:1f.3: reg 0x20: [io  0xf040-0xf05f]
[    0.487578] pci 0000:01:00.0: [1217:8520] type 00 class 0x080501
[    0.487598] pci 0000:01:00.0: reg 0x10: [mem 0xf7301000-0xf7301fff]
[    0.487613] pci 0000:01:00.0: reg 0x14: [mem 0xf7300000-0xf73007ff]
[    0.487734] pci 0000:01:00.0: PME# supported from D3hot D3cold
[    0.487768] pci 0000:01:00.0: System wakeup disabled by ACPI
[    0.497365] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.497371] pci 0000:00:1c.0:   bridge window [mem 0xf7300000-0xf73fffff]
[    0.497565] pci 0000:02:00.0: [8086:08b1] type 00 class 0x028000
[    0.497651] pci 0000:02:00.0: reg 0x10: [mem 0xf7200000-0xf7201fff 64bit]
[    0.497921] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[    0.498014] pci 0000:02:00.0: System wakeup disabled by ACPI
[    0.507644] pci 0000:00:1c.3: PCI bridge to [bus 02]
[    0.507650] pci 0000:00:1c.3:   bridge window [mem 0xf7200000-0xf72fffff]
[    0.507756] pci 0000:03:00.0: [10de:1140] type 00 class 0x030200
[    0.507778] pci 0000:03:00.0: reg 0x10: [mem 0xf5000000-0xf5ffffff]
[    0.507801] pci 0000:03:00.0: reg 0x14: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.507825] pci 0000:03:00.0: reg 0x1c: [mem 0xf0000000-0xf1ffffff 64bit pref]
[    0.507841] pci 0000:03:00.0: reg 0x24: [io  0xe000-0xe07f]
[    0.507856] pci 0000:03:00.0: reg 0x30: [mem 0xf6000000-0xf607ffff pref]
[    0.507980] pci 0000:03:00.0: System wakeup disabled by ACPI
[    0.515595] pci 0000:00:1c.4: PCI bridge to [bus 03]
[    0.515600] pci 0000:00:1c.4:   bridge window [io  0xe000-0xefff]
[    0.515603] pci 0000:00:1c.4:   bridge window [mem 0xf5000000-0xf60fffff]
[    0.515609] pci 0000:00:1c.4:   bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
[    0.515689] acpiphp: Slot [1] registered
[    0.515696] pci 0000:00:1c.5: PCI bridge to [bus 04]
[    0.515700] pci 0000:00:1c.5:   bridge window [io  0xd000-0xdfff]
[    0.515703] pci 0000:00:1c.5:   bridge window [mem 0xf6800000-0xf71fffff]
[    0.515709] pci 0000:00:1c.5:   bridge window [mem 0xf2100000-0xf2afffff 64bit pref]
[    0.517575] acpi PNP0A08:00: Disabling ASPM (FADT indicates it is unsupported)
[    0.542205] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.542268] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
[    0.542327] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.542386] ACPI: PCI Interrupt Link [LNKD] (IRQs *3 4 5 6 10 11 12 14 15)
[    0.542444] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 *10 11 12 14 15)
[    0.542502] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.542560] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 10 11 12 14 15)
[    0.542619] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
[    0.566601] ACPI: Enabled 3 GPEs in block 00 to 7F
[    0.566611] ACPI: \_SB_.PCI0: notify handler is installed
[    0.566718] Found 1 acpi root devices
[    0.566793] ACPI : EC: GPE = 0x27, I/O: command/status = 0x934, data = 0x930
[    0.566897] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.566902] vgaarb: loaded
[    0.566903] vgaarb: bridge control possible 0000:00:02.0
[    0.567066] SCSI subsystem initialized
[    0.567125] libata version 3.00 loaded.
[    0.567162] ACPI: bus type USB registered
[    0.567179] usbcore: registered new interface driver usbfs
[    0.567189] usbcore: registered new interface driver hub
[    0.567221] usbcore: registered new device driver usb
[    0.567345] PCI: Using ACPI for IRQ routing
[    0.568801] PCI: pci_cache_line_size set to 64 bytes
[    0.568847] e820: reserve RAM buffer [mem 0x00091800-0x0009ffff]
[    0.568849] e820: reserve RAM buffer [mem 0xc16d9000-0xc3ffffff]
[    0.568851] e820: reserve RAM buffer [mem 0xc20cc000-0xc3ffffff]
[    0.568852] e820: reserve RAM buffer [mem 0xc7db4000-0xc7ffffff]
[    0.568854] e820: reserve RAM buffer [mem 0xc875c000-0xcbffffff]
[    0.568856] e820: reserve RAM buffer [mem 0xc8f9b000-0xcbffffff]
[    0.568857] e820: reserve RAM buffer [mem 0xca6fa000-0xcbffffff]
[    0.568859] e820: reserve RAM buffer [mem 0xcbcf6000-0xcbffffff]
[    0.568860] e820: reserve RAM buffer [mem 0x12ee00000-0x12fffffff]
[    0.568938] NetLabel: Initializing
[    0.568940] NetLabel:  domain hash size = 128
[    0.568941] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.568953] NetLabel:  unlabeled traffic allowed by default
[    0.569012] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.569018] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.571042] Switched to clocksource hpet
[    0.575103] AppArmor: AppArmor Filesystem Enabled
[    0.575121] pnp: PnP ACPI init
[    0.575130] ACPI: bus type PNP registered
[    0.575208] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
[    0.575211] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.575316] pnp 00:01: [dma 4]
[    0.575329] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
[    0.575343] pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active)
[    0.575432] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
[    0.575540] system 00:04: [io  0x0680-0x069f] has been reserved
[    0.575543] system 00:04: [io  0xffff] has been reserved
[    0.575544] system 00:04: [io  0xffff] has been reserved
[    0.575546] system 00:04: [io  0xffff] has been reserved
[    0.575547] system 00:04: [io  0x1c00-0x1cfe] has been reserved
[    0.575549] system 00:04: [io  0x1d00-0x1dfe] has been reserved
[    0.575550] system 00:04: [io  0x1e00-0x1efe] has been reserved
[    0.575552] system 00:04: [io  0x1f00-0x1ffe] has been reserved
[    0.575553] system 00:04: [io  0x1800-0x18fe] could not be reserved
[    0.575555] system 00:04: [io  0x164e-0x164f] has been reserved
[    0.575557] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.575581] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.575616] system 00:06: [io  0x1854-0x1857] has been reserved
[    0.575618] system 00:06: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.575654] system 00:07: [io  0x04d0-0x04d1] has been reserved
[    0.575656] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.575692] pnp 00:08: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.575712] pnp 00:09: Plug and Play ACPI device, IDs DLL05de PNP0f13 (active)
[    0.599165] pnp 00:0a: Plug and Play ACPI device, IDs PNP0401 (disabled)
[    0.599616] system 00:0b: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.599620] system 00:0b: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.599622] system 00:0b: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.599624] system 00:0b: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.599627] system 00:0b: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.599629] system 00:0b: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.599632] system 00:0b: [mem 0xfed90000-0xfed93fff] has been reserved
[    0.599634] system 00:0b: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.599636] system 00:0b: [mem 0xff000000-0xffffffff] has been reserved
[    0.599639] system 00:0b: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.599641] system 00:0b: [mem 0xf7fef000-0xf7feffff] has been reserved
[    0.599644] system 00:0b: [mem 0xf7ff0000-0xf7ff0fff] has been reserved
[    0.599647] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.599696] pnp 00:0c: Plug and Play ACPI device, IDs SMO8810 (active)
[    0.631083] pnp: PnP ACPI: found 13 devices
[    0.631087] ACPI: bus type PNP unregistered
[    0.637485] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.637491] pci 0000:00:1c.0:   bridge window [mem 0xf7300000-0xf73fffff]
[    0.637497] pci 0000:00:1c.3: PCI bridge to [bus 02]
[    0.637501] pci 0000:00:1c.3:   bridge window [mem 0xf7200000-0xf72fffff]
[    0.637507] pci 0000:00:1c.4: PCI bridge to [bus 03]
[    0.637510] pci 0000:00:1c.4:   bridge window [io  0xe000-0xefff]
[    0.637513] pci 0000:00:1c.4:   bridge window [mem 0xf5000000-0xf60fffff]
[    0.637517] pci 0000:00:1c.4:   bridge window [mem 0xe0000000-0xf1ffffff 64bit pref]
[    0.637521] pci 0000:00:1c.5: PCI bridge to [bus 04]
[    0.637524] pci 0000:00:1c.5:   bridge window [io  0xd000-0xdfff]
[    0.637528] pci 0000:00:1c.5:   bridge window [mem 0xf6800000-0xf71fffff]
[    0.637531] pci 0000:00:1c.5:   bridge window [mem 0xf2100000-0xf2afffff 64bit pref]
[    0.637537] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.637538] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    0.637540] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    0.637541] pci_bus 0000:00: resource 7 [mem 0x000dc000-0x000dffff]
[    0.637543] pci_bus 0000:00: resource 8 [mem 0x000e0000-0x000e3fff]
[    0.637544] pci_bus 0000:00: resource 9 [mem 0x000e4000-0x000e7fff]
[    0.637546] pci_bus 0000:00: resource 10 [mem 0xcf200000-0xfeafffff]
[    0.637547] pci_bus 0000:01: resource 1 [mem 0xf7300000-0xf73fffff]
[    0.637549] pci_bus 0000:02: resource 1 [mem 0xf7200000-0xf72fffff]
[    0.637550] pci_bus 0000:03: resource 0 [io  0xe000-0xefff]
[    0.637552] pci_bus 0000:03: resource 1 [mem 0xf5000000-0xf60fffff]
[    0.637553] pci_bus 0000:03: resource 2 [mem 0xe0000000-0xf1ffffff 64bit pref]
[    0.637555] pci_bus 0000:04: resource 0 [io  0xd000-0xdfff]
[    0.637556] pci_bus 0000:04: resource 1 [mem 0xf6800000-0xf71fffff]
[    0.637558] pci_bus 0000:04: resource 2 [mem 0xf2100000-0xf2afffff 64bit pref]
[    0.637583] NET: Registered protocol family 2
[    0.637706] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[    0.637774] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[    0.637831] TCP: Hash tables configured (established 32768 bind 32768)
[    0.637846] TCP: reno registered
[    0.637852] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[    0.637865] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[    0.637908] NET: Registered protocol family 1
[    0.637917] pci 0000:00:02.0: Boot video device
[    0.659142] PCI: CLS 64 bytes, default 64
[    0.659202] Trying to unpack rootfs image as initramfs...
[    0.934198] Freeing initrd memory: 18340K (ffff880035c1e000 - ffff880036e07000)
[    0.934203] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.934206] software IO TLB [mem 0xc3db4000-0xc7db4000] (64MB) mapped at [ffff8800c3db4000-ffff8800c7db3fff]
[    0.934358] microcode: CPU0 sig=0x40651, pf=0x40, revision=0x14
[    0.934365] microcode: CPU1 sig=0x40651, pf=0x40, revision=0x14
[    0.934368] microcode: CPU2 sig=0x40651, pf=0x40, revision=0x14
[    0.934374] microcode: CPU3 sig=0x40651, pf=0x40, revision=0x14
[    0.934416] microcode: Microcode Update Driver: v2.00 <tigran@xxxxxxxxxxxxxxxxxxxx>, Peter Oruba
[    0.934417] Scanning for low memory corruption every 60 seconds
[    0.934616] Initialise system trusted keyring
[    0.934651] audit: initializing netlink socket (disabled)
[    0.934658] type=2000 audit(1397027234.924:1): initialized
[    0.959954] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.960801] zbud: loaded
[    0.960922] VFS: Disk quotas dquot_6.5.2
[    0.960953] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.961267] fuse init (API version 7.22)
[    0.961320] msgmni has been set to 7712
[    0.961358] Key type big_key registered
[    0.961691] Key type asymmetric registered
[    0.961693] Asymmetric key parser 'x509' registered
[    0.961715] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[    0.961746] io scheduler noop registered
[    0.961748] io scheduler deadline registered (default)
[    0.961766] io scheduler cfq registered
[    0.962236] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.962247] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.962276] vesafb: mode is 1366x768x32, linelength=5504, pages=0
[    0.962277] vesafb: scrolling: redraw
[    0.962279] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    0.962809] vesafb: framebuffer at 0xd0000000, mapped to 0xffffc90004800000, using 4160k, total 4160k
[    1.049532] Console: switching to colour frame buffer device 170x48
[    1.136561] fb0: VESA VGA frame buffer device
[    1.136585] intel_idle: MWAIT substates: 0x11142120
[    1.136587] intel_idle: v0.4 model 0x45
[    1.136588] intel_idle: lapic_timer_reliable_states 0xffffffff
[    1.136696] ipmi message handler version 39.2
[    1.138001] ACPI: AC Adapter [AC] (off-line)
[    1.138115] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input0
[    1.139467] ACPI: Lid Switch [LID0]
[    1.139525] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
[    1.139530] ACPI: Power Button [PBTN]
[    1.139563] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2
[    1.139567] ACPI: Sleep Button [SBTN]
[    1.139606] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    1.139609] ACPI: Power Button [PWRF]
[    1.194874] thermal LNXTHERM:00: registered as thermal_zone0
[    1.194878] ACPI: Thermal Zone [THM] (25 C)
[    1.194932] GHES: HEST is not enabled!
[    1.195080] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    1.198909] Linux agpgart interface v0.103
[    1.200962] brd: module loaded
[    1.201616] loop: module loaded
[    1.201937] libphy: Fixed MDIO Bus: probed
[    1.202016] tun: Universal TUN/TAP device driver, 1.6
[    1.202018] tun: (C) 1999-2004 Max Krasnyansky <maxk@xxxxxxxxxxxx>
[    1.202056] PPP generic driver version 2.4.2
[    1.202101] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.202108] ehci-pci: EHCI PCI platform driver
[    1.202222] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    1.202227] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 1
[    1.202239] ehci-pci 0000:00:1d.0: debug port 2
[    1.206152] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[    1.206166] ehci-pci 0000:00:1d.0: irq 21, io mem 0xf743b000
[    1.212170] ACPI: Battery Slot [BAT0] (battery present)
[    1.214743] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    1.214798] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    1.214801] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.214804] usb usb1: Product: EHCI Host Controller
[    1.214806] usb usb1: Manufacturer: Linux 3.13.0-19-generic ehci_hcd
[    1.214807] usb usb1: SerialNumber: 0000:00:1d.0
[    1.219094] hub 1-0:1.0: USB hub found
[    1.219103] hub 1-0:1.0: 2 ports detected
[    1.230907] ehci-platform: EHCI generic platform driver
[    1.230920] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.230922] ohci-pci: OHCI PCI platform driver
[    1.230932] ohci-platform: OHCI generic platform driver
[    1.230939] uhci_hcd: USB Universal Host Controller Interface driver
[    1.235023] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.235030] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    1.235140] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    1.235171] xhci_hcd 0000:00:14.0: irq 56 for MSI/MSI-X
[    1.235265] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    1.235269] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.235273] usb usb2: Product: xHCI Host Controller
[    1.235276] usb usb2: Manufacturer: Linux 3.13.0-19-generic xhci_hcd
[    1.235279] usb usb2: SerialNumber: 0000:00:14.0
[    1.235318] ACPI: Battery Slot [BAT1] (battery absent)
[    1.235505] hub 2-0:1.0: USB hub found
[    1.235519] hub 2-0:1.0: 9 ports detected
[    1.237142] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    1.237145] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[    1.237173] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003
[    1.237174] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.237176] usb usb3: Product: xHCI Host Controller
[    1.237177] usb usb3: Manufacturer: Linux 3.13.0-19-generic xhci_hcd
[    1.237178] usb usb3: SerialNumber: 0000:00:14.0
[    1.237332] hub 3-0:1.0: USB hub found
[    1.237340] hub 3-0:1.0: 4 ports detected
[    1.242852] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    1.243393] i8042: Warning: Keylock active
[    1.245768] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.245774] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.245905] mousedev: PS/2 mouse device common for all mice
[    1.246049] rtc_cmos 00:05: RTC can wake from S4
[    1.246156] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[    1.246189] rtc_cmos 00:05: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    1.246232] device-mapper: uevent: version 1.0.3
[    1.246272] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@xxxxxxxxxx
[    1.246278] ledtrig-cpu: registered to indicate activity on CPUs
[    1.246352] TCP: cubic registered
[    1.246414] NET: Registered protocol family 10
[    1.246527] NET: Registered protocol family 17
[    1.246533] Key type dns_resolver registered
[    1.246738] Loading compiled-in X.509 certificates
[    1.247453] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[    1.247520] Loaded X.509 cert 'Magrathea: Glacier signing key: dec0875bd47dae690914d8febe5dd73d5c78592b'
[    1.247529] registered taskstats version 1
[    1.249420] Key type trusted registered
[    1.251537] Key type encrypted registered
[    1.253768] AppArmor: AppArmor sha1 policy hashing enabled
[    1.253772] IMA: No TPM chip found, activating TPM-bypass!
[    1.254187]   Magic number: 10:467:116
[    1.254291] rtc_cmos 00:05: setting system clock to 2014-04-09 07:07:16 UTC (1397027236)
[    1.254966] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    1.254968] EDD information not available.
[    1.255013] PM: Hibernation image not present or could not be loaded.
[    1.255705] Freeing unused kernel memory: 1336K (ffffffff81d1e000 - ffffffff81e6c000)
[    1.255706] Write protecting the kernel read-only data: 12288k
[    1.257438] Freeing unused kernel memory: 860K (ffff880001729000 - ffff880001800000)
[    1.258749] Freeing unused kernel memory: 712K (ffff880001b4e000 - ffff880001c00000)
[    1.273538] systemd-udevd[115]: starting version 204
[    1.295359] pps_core: LinuxPPS API ver. 1 registered
[    1.295361] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@xxxxxxxx>
[    1.296413] PTP clock support registered
[    1.296646] sdhci: Secure Digital Host Controller Interface driver
[    1.296648] sdhci: Copyright(c) Pierre Ossman
[    1.298555] sdhci-pci 0000:01:00.0: SDHCI controller found [1217:8520] (rev 1)
[    1.299953] e1000e: Intel(R) PRO/1000 Network Driver - 2.3.2-k
[    1.299956] e1000e: Copyright(c) 1999 - 2013 Intel Corporation.
[    1.300444] mmc0: Unknown controller version (3). You may experience problems.
[    1.300453] sdhci-pci 0000:01:00.0: dummy supplies not allowed
[    1.300454] mmc0: no vqmmc regulator found
[    1.300455] sdhci-pci 0000:01:00.0: dummy supplies not allowed
[    1.300456] mmc0: no vmmc regulator found
[    1.300519] mmc0: SDHCI controller on PCI [0000:01:00.0] using ADMA
[    1.300587] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[    1.300602] e1000e 0000:00:19.0: irq 57 for MSI/MSI-X
[    1.466533] e1000e 0000:00:19.0 eth0: registered PHC clock
[    1.466538] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) f0:1f:af:08:52:21
[    1.466540] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
[    1.466569] e1000e 0000:00:19.0 eth0: MAC: 11, PHY: 12, PBA No: FFFFFF-0FF
[    1.466612] ahci 0000:00:1f.2: version 3.0
[    1.466776] ahci 0000:00:1f.2: irq 58 for MSI/MSI-X
[    1.466796] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
[    1.482585] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 3 ports 6 Gbps 0x7 impl RAID mode
[    1.482590] ahci 0000:00:1f.2: flags: 64bit ncq stag led clo only pio slum part sxs deso sadm sds apst 
[    1.483002] scsi0 : ahci
[    1.483092] scsi1 : ahci
[    1.483174] scsi2 : ahci
[    1.483232] ata1: SATA max UDMA/133 abar m2048@0xf743a000 port 0xf743a100 irq 58
[    1.483235] ata2: SATA max UDMA/133 abar m2048@0xf743a000 port 0xf743a180 irq 58
[    1.483237] ata3: SATA max UDMA/133 abar m2048@0xf743a000 port 0xf743a200 irq 58
[    1.542572] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    1.674881] usb 1-1: New USB device found, idVendor=8087, idProduct=8000
[    1.674885] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    1.675163] hub 1-1:1.0: USB hub found
[    1.675375] hub 1-1:1.0: 8 ports detected
[    1.802449] ata1: SATA link down (SStatus 0 SControl 300)
[    1.842442] usb 2-6: new high-speed USB device number 2 using xhci_hcd
[    1.925292] usb 2-6: New USB device found, idVendor=1bcf, idProduct=2c34
[    1.925297] usb 2-6: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.925299] usb 2-6: Product: Laptop_Integrated_Webcam_HD
[    1.925302] usb 2-6: Manufacturer: CN0767N97248733MA063A00
[    1.930351] tsc: Refined TSC clocksource calibration: 2294.688 MHz
[    2.066413] usb 1-1.7: new full-speed USB device number 3 using ehci-pci
[    2.122253] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    2.123325] ata2.00: ATA-8: HGST HTS725032A7E630, GHBOA560, max UDMA/133
[    2.123329] ata2.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    2.124532] ata2.00: configured for UDMA/133
[    2.124743] scsi 1:0:0:0: Direct-Access     ATA      HGST HTS725032A7 GHBO PQ: 0 ANSI: 5
[    2.124905] sd 1:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
[    2.124910] sd 1:0:0:0: [sda] 4096-byte physical blocks
[    2.124958] sd 1:0:0:0: Attached scsi generic sg0 type 0
[    2.125016] sd 1:0:0:0: [sda] Write Protect is off
[    2.125020] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.125058] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.160605] usb 1-1.7: New USB device found, idVendor=04f3, idProduct=005b
[    2.160610] usb 1-1.7: New USB device strings: Mfr=4, Product=14, SerialNumber=0
[    2.160613] usb 1-1.7: Product: Touchscreen
[    2.160615] usb 1-1.7: Manufacturer: ELAN
[    2.163842] hidraw: raw HID events driver (C) Jiri Kosina
[    2.171321] usbcore: registered new interface driver usbhid
[    2.171325] usbhid: USB HID core driver
[    2.230321] usb 1-1.8: new high-speed USB device number 4 using ehci-pci
[    2.322519] usb 1-1.8: New USB device found, idVendor=0424, idProduct=2514
[    2.322524] usb 1-1.8: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.322791] hub 1-1.8:1.0: USB hub found
[    2.322847] hub 1-1.8:1.0: 4 ports detected
[    2.442076] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    2.443906] ata3.00: ATAPI: HL-DT-ST DVD+/-RW GU70N, A103, max UDMA/100
[    2.446041] ata3.00: configured for UDMA/100
[    2.447189] scsi 2:0:0:0: CD-ROM            HL-DT-ST DVD+-RW GU70N    A103 PQ: 0 ANSI: 5
[    2.449213] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[    2.449217] cdrom: Uniform CD-ROM driver Revision: 3.20
[    2.449437] sr 2:0:0:0: Attached scsi CD-ROM sr0
[    2.449537] sr 2:0:0:0: Attached scsi generic sg1 type 5
[    2.475553]  sda: sda1 sda2 < sda5 >
[    2.476420] sd 1:0:0:0: [sda] Attached SCSI disk
[    2.594069] usb 1-1.8.1: new full-speed USB device number 5 using ehci-pci
[    2.687306] usb 1-1.8.1: New USB device found, idVendor=138a, idProduct=003f
[    2.687311] usb 1-1.8.1: New USB device strings: Mfr=0, Product=0, SerialNumber=1
[    2.687313] usb 1-1.8.1: SerialNumber: 00304ee98280
[    2.773967] usb 1-1.8.2: new full-speed USB device number 6 using ehci-pci
[    2.818077] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[    2.875965] usb 1-1.8.2: New USB device found, idVendor=8087, idProduct=07dc
[    2.875970] usb 1-1.8.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.929892] Switched to clocksource tsc
[    2.961879] usb 1-1.8.3: new high-speed USB device number 7 using ehci-pci
[    3.072625] usb 1-1.8.3: config 1 has an invalid interface number: 8 but max is 3
[    3.072631] usb 1-1.8.3: config 1 has no interface number 1
[    3.073223] usb 1-1.8.3: config 2 has an invalid interface number: 12 but max is 1
[    3.073227] usb 1-1.8.3: config 2 has an invalid interface number: 13 but max is 1
[    3.073229] usb 1-1.8.3: config 2 has an invalid interface number: 13 but max is 1
[    3.073232] usb 1-1.8.3: config 2 has no interface number 0
[    3.073235] usb 1-1.8.3: config 2 has no interface number 1
[    3.074489] usb 1-1.8.3: New USB device found, idVendor=413c, idProduct=81a3
[    3.074493] usb 1-1.8.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.074496] usb 1-1.8.3: Product: Dell Wireless 5570 HSPA+ (42Mbps) Mobile Broadband Card
[    3.074498] usb 1-1.8.3: Manufacturer: Sierra Wireless, Incorporated
[    3.321485] random: init urandom read with 96 bits of entropy available
[    3.774009] random: nonblocking pool is initialized
[   10.610412] Adding 4097020k swap on /dev/sda5.  Priority:-1 extents:1 across:4097020k FS
[   10.725836] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   10.785244] systemd-udevd[287]: starting version 204
[   10.874572] lp: driver loaded but no devices found
[   10.875198] wmi: Mapper loaded
[   10.885417] parport_pc 00:0a: [io  0x0378-0x037b]
[   10.885431] parport_pc 00:0a: [io  0x0278-0x027b]
[   10.885439] parport_pc 00:0a: [io  0x03bc-0x03bf]
[   10.885448] parport_pc 00:0a: [io  0x0378-0x037b]
[   10.885490] parport_pc 00:0a: [irq 7]
[   10.914366] [drm] Initialized drm 1.1.0 20060810
[   10.932395] cfg80211: Calling CRDA to update world regulatory domain
[   10.939199] Intel(R) Wireless WiFi driver for Linux, in-tree:
[   10.939202] Copyright(c) 2003-2013 Intel Corporation
[   10.959677] iwlwifi 0000:02:00.0: irq 59 for MSI/MSI-X
[   10.961273] [drm] Memory usable by graphics device = 2048M
[   10.961357] MXM: GUID detected in BIOS
[   10.961387] checking generic (d0000000 410000) vs hw (d0000000 10000000)
[   10.961389] fb: conflicting fb hw usage inteldrmfb vs VESA VGA - removing generic driver
[   10.961408] Console: switching to colour dummy device 80x25
[   10.961819] Bluetooth: Core ver 2.17
[   10.961837] NET: Registered protocol family 31
[   10.961839] Bluetooth: HCI device and connection manager initialized
[   10.961846] Bluetooth: HCI socket layer initialized
[   10.961851] Bluetooth: L2CAP socket layer initialized
[   10.961855] Bluetooth: SCO socket layer initialized
[   10.967054] usbcore: registered new interface driver btusb
[   10.980026] Bluetooth: hci0: read Intel version: 370710018002030d00
[   11.005422] ACPI Warning: \_SB_.PCI0.RP05.PEGP._DSM: Argument #4 type mismatch - Found [Integer], ACPI requires [Package] (20131115/nsarguments-95)
[   11.005838] ACPI Warning: \_SB_.PCI0.RP05.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131115/nsarguments-95)
[   11.017708] ACPI Warning: \_SB_.PCI0.RP05.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131115/nsarguments-95)
[   11.058353] Bluetooth: hci0: Intel Bluetooth firmware file: intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq
[   11.066056] pci 0000:03:00.0: optimus capabilities: enabled, status dynamic power, hda bios codec supported
[   11.066063] VGA switcheroo: detected Optimus DSM method \_SB_.PCI0.RP05.PEGP handle
[   11.086365] iwlwifi 0000:02:00.0: loaded firmware version 22.24.8.0 op_mode iwlmvm
[   11.101263] i915 0000:00:02.0: irq 60 for MSI/MSI-X
[   11.101275] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   11.101277] [drm] Driver supports precise vblank timestamp query.
[   11.101640] iwlwifi 0000:02:00.0: Detected Intel(R) Wireless N 7260, REV=0x144
[   11.101690] iwlwifi 0000:02:00.0: L1 Disabled; Enabling L0S
[   11.102015] iwlwifi 0000:02:00.0: L1 Disabled; Enabling L0S
[   11.117405] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[   11.152998] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
[   11.174333] parport_pc 00:0a: activated
[   11.174340] parport_pc 00:0a: reported by Plug and Play ACPI
[   11.203615] parport_pc 00:0a: disabled
[   11.208975] ppdev: user-space parallel port driver
[   11.209540] type=1400 audit(1397027246.459:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=381 comm="apparmor_parser"
[   11.209548] type=1400 audit(1397027246.459:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=381 comm="apparmor_parser"
[   11.209553] type=1400 audit(1397027246.459:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=381 comm="apparmor_parser"
[   11.209814] type=1400 audit(1397027246.459:5): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/sbin/dhclient" pid=380 comm="apparmor_parser"
[   11.209822] type=1400 audit(1397027246.459:6): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=380 comm="apparmor_parser"
[   11.209827] type=1400 audit(1397027246.459:7): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=380 comm="apparmor_parser"
[   11.210073] type=1400 audit(1397027246.459:8): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=381 comm="apparmor_parser"
[   11.210080] type=1400 audit(1397027246.459:9): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=381 comm="apparmor_parser"
[   11.210352] type=1400 audit(1397027246.459:10): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=381 comm="apparmor_parser"
[   11.210409] type=1400 audit(1397027246.459:11): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=380 comm="apparmor_parser"
[   11.212447] fbcon: inteldrmfb (fb0) is primary device
[   11.225904] Bluetooth: hci0: Intel Bluetooth firmware patch completed and activated
[   11.246643] input: Dell WMI hotkeys as /devices/virtual/input/input7
[   11.299731] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[   11.329913] cfg80211: World regulatory domain updated:
[   11.329914] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[   11.329916] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   11.329917] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   11.329918] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[   11.329919] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   11.329920] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   11.400599] Linux video capture interface: v2.00
[   11.402496] input: ELAN Touchscreen as /devices/pci0000:00/0000:00:1d.0/usb1/1-1/1-1.7/1-1.7:1.0/input/input8
[   11.403043] hid-multitouch 0003:04F3:005B.0001: input,hiddev0,hidraw0: USB HID v1.10 Device [ELAN Touchscreen] on usb-0000:00:1d.0-1.7/input0
[   11.404824] usbcore: registered new interface driver cdc_ncm
[   11.406546] usbcore: registered new interface driver cdc_wdm
[   11.407701] usbcore: registered new interface driver cdc_mbim
[   11.413093] uvcvideo: Found UVC 1.00 device Laptop_Integrated_Webcam_HD (1bcf:2c34)
[   11.421685] input: Laptop_Integrated_Webcam_HD as /devices/pci0000:00/0000:00:14.0/usb2/2-6/2-6:1.0/input/input10
[   11.421801] usbcore: registered new interface driver uvcvideo
[   11.421802] USB Video Class driver (1.1.1)
[   11.456981] usbcore: registered new interface driver usbserial
[   11.457004] usbcore: registered new interface driver usbserial_generic
[   11.457016] usbserial: USB Serial support registered for generic
[   11.481501] usbcore: registered new interface driver sierra
[   11.481517] usbserial: USB Serial support registered for Sierra USB modem
[   11.481544] sierra 1-1.8.3:1.2: Sierra USB modem converter detected
[   11.482476] usb 1-1.8.3: Sierra USB modem converter now attached to ttyUSB0
[   11.482494] sierra 1-1.8.3:1.3: Sierra USB modem converter detected
[   11.482823] usb 1-1.8.3: Sierra USB modem converter now attached to ttyUSB1
[   11.482838] sierra 1-1.8.3:1.8: Sierra USB modem converter detected
[   11.483342] usb 1-1.8.3: Sierra USB modem converter now attached to ttyUSB2
[   11.483356] sierra 1-1.8.3:1.0: Sierra USB modem converter detected
[   11.483850] usb 1-1.8.3: Sierra USB modem converter now attached to ttyUSB3
[   12.077191] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[   12.346748] input: DualPoint Stick as /devices/platform/i8042/serio1/input/input11
[   12.360016] input: AlpsPS/2 ALPS GlidePoint as /devices/platform/i8042/serio1/input/input6
[   12.776420] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
[   12.908291] Console: switching to colour frame buffer device 170x48
[   12.911284] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[   12.911285] i915 0000:00:02.0: registered panic notifier
[   12.911858] [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
[   12.912298] ACPI: Video Device [PEGP] (multi-head: yes  rom: yes  post: no)
[   12.912354] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:05/LNXVIDEO:00/input/input12
[   12.913314] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[   12.937628] init: failsafe main process (569) killed by TERM signal
[   13.184194] acpi device:4f: registered as cooling_device5
[   13.216200] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input13
[   13.228340] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[   13.228521] [drm] hdmi device  not found 3 0 1
[   13.228795] nouveau  [  DEVICE][0000:03:00.0] BOOT0  : 0x0d7000a2
[   13.228800] nouveau  [  DEVICE][0000:03:00.0] Chipset: GF117 (NVD7)
[   13.228803] nouveau  [  DEVICE][0000:03:00.0] Family : NVD0
[   13.231350] nouveau  [   VBIOS][0000:03:00.0] checking PRAMIN for image...
[   13.278064] nouveau  [   VBIOS][0000:03:00.0] ... signature not found
[   13.278067] nouveau  [   VBIOS][0000:03:00.0] checking PROM for image...
[   13.278134] nouveau  [   VBIOS][0000:03:00.0] ... signature not found
[   13.278136] nouveau  [   VBIOS][0000:03:00.0] checking ACPI for image...
[   13.304557] HDA driver get symbol successfully from i915 module
[   13.312003] snd_hda_intel 0000:00:03.0: irq 61 for MSI/MSI-X
[   13.326072] input: HDA Intel HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card0/input16
[   13.326832] input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input15
[   13.327046] input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input14
[   13.345964] init: cups main process (674) killed by HUP signal
[   13.345978] init: cups main process ended, respawning
[   13.396590] Bluetooth: RFCOMM TTY layer initialized
[   13.396601] Bluetooth: RFCOMM socket layer initialized
[   13.396607] Bluetooth: RFCOMM ver 1.11
[   13.404984] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   13.404988] Bluetooth: BNEP filters: protocol multicast
[   13.404997] Bluetooth: BNEP socket layer initialized
[   13.477904] snd_hda_intel 0000:00:1b.0: irq 62 for MSI/MSI-X
[   13.488377] SKU: Nid=0x1d sku_cfg=0x40700001
[   13.488380] SKU: port_connectivity=0x1
[   13.488382] SKU: enable_pcbeep=0x1
[   13.488383] SKU: check_sum=0x00000000
[   13.488384] SKU: customization=0x00000000
[   13.488385] SKU: external_amp=0x0
[   13.488386] SKU: platform_type=0x0
[   13.488387] SKU: swap=0x0
[   13.488388] SKU: override=0x1
[   13.488685] autoconfig: line_outs=1 (0x16/0x0/0x0/0x0/0x0) type:line
[   13.488687]    speaker_outs=1 (0x14/0x0/0x0/0x0/0x0)
[   13.488688]    hp_outs=1 (0x15/0x0/0x0/0x0/0x0)
[   13.488689]    mono: mono_out=0x0
[   13.488690]    inputs:
[   13.488691]      Dock Mic=0x19
[   13.488693]      Headset Mic=0x1a
[   13.488694]      Internal Mic=0x12
[   13.488695] realtek: No valid SSID, checking pincfg 0x40700001 for NID 0x1d
[   13.488696] realtek: Enabling init ASM_ID=0x0001 CODEC_ID=10ec0292
[   13.493412] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input19
[   13.493484] input: HDA Intel PCH Dock Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card1/input18
[   13.493540] input: HDA Intel PCH Dock Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input17
[   13.493749] ACPI Warning: 0x0000000000001828-0x000000000000182f SystemIO conflicts with Region \PMIO 1 (20131115/utaddress-251)
[   13.493755] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   13.493759] ACPI Warning: 0x0000000000001c30-0x0000000000001c3f SystemIO conflicts with Region \GPRL 1 (20131115/utaddress-251)
[   13.493763] ACPI Warning: 0x0000000000001c30-0x0000000000001c3f SystemIO conflicts with Region \GPR_ 2 (20131115/utaddress-251)
[   13.493766] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   13.493768] ACPI Warning: 0x0000000000001c00-0x0000000000001c2f SystemIO conflicts with Region \GPRL 1 (20131115/utaddress-251)
[   13.493771] ACPI Warning: 0x0000000000001c00-0x0000000000001c2f SystemIO conflicts with Region \GPR_ 2 (20131115/utaddress-251)
[   13.493775] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   13.493776] lpc_ich: Resource conflict(s) found affecting gpio_ich
[   14.436511] e1000e 0000:00:19.0: irq 57 for MSI/MSI-X
[   14.451814] nouveau  [   VBIOS][0000:03:00.0] ... appears to be valid
[   14.451819] nouveau  [   VBIOS][0000:03:00.0] using image from ACPI
[   14.451924] nouveau  [   VBIOS][0000:03:00.0] BIT signature found
[   14.451927] nouveau  [   VBIOS][0000:03:00.0] version 75.17.62.00.02
[   14.455475] nouveau  [   VBIOS][0000:03:00.0] running init tables
[   14.537890] nouveau 0000:03:00.0: irq 63 for MSI/MSI-X
[   14.537905] nouveau  [     PMC][0000:03:00.0] MSI interrupts enabled
[   14.537953] nouveau W[     PFB][0000:03:00.0][0x00000000][ffff8800bdd08800] reclocking of this ram type unsupported
[   14.537957] nouveau  [     PFB][0000:03:00.0] RAM type: DDR3
[   14.537959] nouveau  [     PFB][0000:03:00.0] RAM size: 1024 MiB
[   14.537962] nouveau  [     PFB][0000:03:00.0]    ZCOMP: 0 tags
[   14.539315] e1000e 0000:00:19.0: irq 57 for MSI/MSI-X
[   14.539435] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   14.539773] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   14.541746] iwlwifi 0000:02:00.0: L1 Disabled; Enabling L0S
[   14.541964] iwlwifi 0000:02:00.0: L1 Disabled; Enabling L0S
[   14.553273] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   14.559617] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   15.822597] nouveau  [  PTHERM][0000:03:00.0] FAN control: none / external
[   15.822618] nouveau  [  PTHERM][0000:03:00.0] internal sensor: yes
[   15.822654] nouveau  [     CLK][0000:03:00.0] 07: core 270 MHz memory 405 MHz 
[   15.822661] nouveau  [     CLK][0000:03:00.0] 0f: core 775 MHz memory 900 MHz 
[   15.822849] nouveau  [     CLK][0000:03:00.0] --: core 270 MHz memory 324 MHz 
[   15.827670] vga_switcheroo: enabled
[   15.827841] [TTM] Zone  kernel: Available graphics memory: 1975952 kiB
[   15.827842] [TTM] Initializing pool allocator
[   15.827846] [TTM] Initializing DMA pool allocator
[   15.827854] nouveau  [     DRM] VRAM: 1024 MiB
[   15.827855] nouveau  [     DRM] GART: 1048576 MiB
[   15.827858] nouveau E[     DRM] Pointer to TMDS table invalid
[   15.827880] nouveau  [     DRM] DCB version 4.0
[   15.827881] nouveau E[     DRM] Pointer to flat panel table invalid
[   15.827911] nouveau  [     DRM] ACPI backlight interface available, not registering our own
[   15.836108] nouveau  [     DRM] MM: using COPY0 for buffer copies
[   15.836116] [drm] Initialized nouveau 1.1.1 20120801 for 0000:03:00.0 on minor 1
[   16.084116] wlan0: authenticate with 3c:ce:73:48:0e:40
[   16.086059] wlan0: send auth to 3c:ce:73:48:0e:40 (try 1/3)
[   16.087197] wlan0: authenticated
[   16.090479] wlan0: associate with 3c:ce:73:48:0e:40 (try 1/3)
[   16.092741] wlan0: RX AssocResp from 3c:ce:73:48:0e:40 (capab=0x431 status=0 aid=13)
[   16.094005] wlan0: associated
[   16.094027] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[   16.094086] cfg80211: Calling CRDA for country: TW
[   16.096525] cfg80211: Regulatory domain changed to country: TW
[   16.096528] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[   16.096530] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2700 mBm)
[   16.096531] cfg80211:   (5270000 KHz - 5330000 KHz @ 40000 KHz), (300 mBi, 1700 mBm)
[   16.096532] cfg80211:   (5735000 KHz - 5815000 KHz @ 40000 KHz), (300 mBi, 3000 mBm)
[   16.108820] wlan0: deauthenticating from 3c:ce:73:48:0e:40 by local choice (reason=2)
[   16.110272] wlan0: authenticate with 3c:ce:73:48:0e:40
[   16.111928] wlan0: send auth to 3c:ce:73:48:0e:40 (try 1/3)
[   16.112223] cfg80211: Calling CRDA to update world regulatory domain
[   16.113044] wlan0: authenticated
[   16.114415] wlan0: associate with 3c:ce:73:48:0e:40 (try 1/3)
[   16.114882] cfg80211: World regulatory domain updated:
[   16.114884] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[   16.114886] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   16.114887] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   16.114888] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[   16.114889] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   16.114890] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   16.118041] wlan0: RX AssocResp from 3c:ce:73:48:0e:40 (capab=0x431 status=0 aid=13)
[   16.118941] wlan0: associated
[   16.118972] cfg80211: Calling CRDA for country: TW
[   16.121652] cfg80211: Regulatory domain changed to country: TW
[   16.121655] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[   16.121657] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2700 mBm)
[   16.121658] cfg80211:   (5270000 KHz - 5330000 KHz @ 40000 KHz), (300 mBi, 1700 mBm)
[   16.121659] cfg80211:   (5735000 KHz - 5815000 KHz @ 40000 KHz), (300 mBi, 3000 mBm)
[   16.561870] audit_printk_skb: 165 callbacks suppressed
[   16.561873] type=1400 audit(1397027251.811:67): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/sbin/cups-browsed" pid=1020 comm="apparmor_parser"
[   21.370989] init: anacron main process (995) killed by TERM signal
[   23.766234] ACPI Warning: \_SB_.PCI0.RP05.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131115/nsarguments-95)
[   23.766584] ACPI Warning: \_SB_.PCI0.RP05.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131115/nsarguments-95)
[   38.497637] wlan0: authenticate with 3c:ce:73:48:04:80
[   38.499431] wlan0: send auth to 3c:ce:73:48:04:80 (try 1/3)
[   38.500675] cfg80211: Calling CRDA to update world regulatory domain
[   38.501642] wlan0: authenticated
[   38.503201] cfg80211: World regulatory domain updated:
[   38.503203] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[   38.503205] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   38.503206] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   38.503207] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[   38.503208] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   38.503209] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   38.503376] wlan0: associate with 3c:ce:73:48:04:80 (try 1/3)
[   38.507166] wlan0: RX AssocResp from 3c:ce:73:48:04:80 (capab=0x431 status=0 aid=2)
[   38.508801] wlan0: associated
[   38.508869] cfg80211: Calling CRDA for country: TW
[   38.511573] cfg80211: Regulatory domain changed to country: TW
[   38.511575] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[   38.511577] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2700 mBm)
[   38.511578] cfg80211:   (5270000 KHz - 5330000 KHz @ 40000 KHz), (300 mBi, 1700 mBm)
[   38.511580] cfg80211:   (5735000 KHz - 5815000 KHz @ 40000 KHz), (300 mBi, 3000 mBm)
[   43.186503] type=1400 audit(1397027278.444:68): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=1676 comm="apparmor_parser"
[   43.186510] type=1400 audit(1397027278.444:69): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/sbin/cupsd" pid=1676 comm="apparmor_parser"
[   43.186798] type=1400 audit(1397027278.444:70): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/sbin/cupsd" pid=1676 comm="apparmor_parser"

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

  Powered by Linux