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. Here are the logs, could you also take a look of it? Thanks. Best regards, AceLan Kao. 2014-03-31 16:58 GMT+08:00 Bjørn Mork <bjorn@xxxxxxx>: > AceLan Kao <acelan.kao@xxxxxxxxxxxxx> writes: > >> [ 4.042629] usb 2-8.1: new full-speed USB device number 9 using xhci_hcd > [..] >> [ 4.095722] usb 2-8.1: not running at top speed; connect to a high speed hub > > This is a bit odd, isn't it? Not related to the serial driver question, though. > > > [..] > >> [ 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 > > Yes, typical for how Sierra does this: Interface numbers 12 and 13 are > used for MBIM, leaving lots of holes in a 5 interface configuration. > > >> [ 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.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 > > So the MBIM driver leads the race, making this actually work in this > case. > > But I don't think the "sierra" serial driver looks at class codes, and > it definitely does not blacklist interface 12 and 13, so it would > probably happily have bound to interface 13 if it won the race. > >> [ 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.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.947277] usb 2-8.1: Sierra USB modem converter now attached to ttyUSB3 > > OK, this looks like it works without any 5 second timeout. Which I guess > means that the driver can be used, provided the entry is limited to > vendor specific interfaces and using the blacklist. > > But is this the most "correct" driver? I don't know... The pattern > using ff/ff/ff class interfaces for these functions is common to many > Qualcomm based Sierra Wireless devices: > > 0: QC Device Management > 2: NMEA > 3: Modem > > Some of these have been added to qcserial, some to option and some are > probably somewhere else. > > I have a couple of new devices in this cathegory on "todo" list already. > Maybe it's time for a serial minidriver explicitly for these devices, > moving them all there? That would simplify the entries a lot. > > >> 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(tm) 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 > > > OK, so that's ff/00/00 instead of ff/ff/ff. Something to be aware of if > we try to match on class. For the record: The Sierra Wireless MC7710 > has ff/ff/ff serial functions. > >> ** UNRECOGNIZED: 05 24 00 10 01 >> ** UNRECOGNIZED: 05 24 01 00 00 >> ** UNRECOGNIZED: 04 24 02 02 >> ** UNRECOGNIZED: 05 24 06 00 00 > > We are probably better off continuing to ignore these descriptors, but > they are somewhat typical to Qualcomm serial functions. You'll > recognise typical CDC functional descriptors for an ACM fucntion: > > header - CDC ver 1.10 > call management - no caps, data interface = 0 > acm - CDC_CAP_LINE > union - master interface = 0, slave interface = 0 > > but do note that the call management and union descriptors are > completely misleading. Interface #0 belongs to another function. Which > I believe says it all. These descriptors are probably not used by > anything on any system. > > >> 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 > > > Another typical Sierra firmware bug, which we do have a generic > workaround for: The union descriptor is mandatory for a MBIM function. > It's missing here. So we use the IAD instead. > > <rant> > It's sort of fascinating that such a stupid and pointless firmware bug > isn't detected and corrected during early testing. And even more so > that it still appears in new firmwares more than a year after it was > first reported by an end user. It is quite obvious that firmwaere bug > reports go to /dev/null and that the only testing that's every done is > something like "Does it work with Windows8?". And I guess Windows looks > only at the IAD. > > This tells us what kind of spec conformance we can expect. > </rant> > > >> ** 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 > > Strange. I believe I've seen this before, but I don't know what it is. > Is 0xff a valid descriptor type? Vendor specific? It starts with the > string 'BIST'. The rest is gibberish to me. > >> 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 > > > Putting interface #0 at the end is also something typical for Sierra > devices. Weird but probably OK. Note that this serial interface (which > I assume is talking QCDM) use ff/ff/ff class codes. > > > > Bjørn
[ 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 d34fe89d8fd34254 ]--- [ 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.628 MHz processor [ 0.000002] Calibrating delay loop (skipped), value calculated using timer frequency.. 4589.25 BogoMIPS (lpj=9178512) [ 0.000004] pid_max: default: 32768 minimum: 301 [ 0.000022] Security Framework initialized [ 0.000038] AppArmor: AppArmor initialized [ 0.000039] Yama: becoming mindful. [ 0.000328] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.001085] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.001409] Mount-cache hash table entries: 256 [ 0.001560] Initializing cgroup subsys memory [ 0.001564] Initializing cgroup subsys devices [ 0.001566] Initializing cgroup subsys freezer [ 0.001567] Initializing cgroup subsys blkio [ 0.001568] Initializing cgroup subsys perf_event [ 0.001570] Initializing cgroup subsys hugetlb [ 0.001591] CPU: Physical Processor ID: 0 [ 0.001592] CPU: Processor Core ID: 0 [ 0.001596] ENERGY_PERF_BIAS: Set to 'normal', was 'performance' [ 0.001596] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8) [ 0.002566] mce: CPU supports 7 MCE banks [ 0.002578] CPU0: Thermal monitoring enabled (TM1) [ 0.002588] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0 [ 0.002588] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0 [ 0.002588] tlb_flushall_shift: 6 [ 0.002685] Freeing SMP alternatives memory: 28K (ffffffff81e6c000 - ffffffff81e73000) [ 0.003599] ACPI: Core revision 20131115 [ 0.013090] ACPI: All ACPI Tables successfully acquired [ 0.013766] ftrace: allocating 28370 entries in 111 pages [ 0.025299] dmar: Host address width 39 [ 0.025301] dmar: DRHD base: 0x00000000000000 flags: 0x1 [ 0.025302] dmar: parse DMAR table failure. [ 0.025829] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.065490] smpboot: CPU0: Intel(R) Core(TM) i5-4200U CPU @ 1.60GHz (fam: 06, model: 45, stepping: 01) [ 0.065496] TSC deadline timer enabled [ 0.067296] Performance Events: PEBS fmt2+, 16-deep LBR, Haswell events, full-width counters, Intel PMU driver. [ 0.067303] ... version: 3 [ 0.067304] ... bit width: 48 [ 0.067305] ... generic registers: 4 [ 0.067306] ... value mask: 0000ffffffffffff [ 0.067307] ... max period: 0000ffffffffffff [ 0.067307] ... fixed-purpose events: 3 [ 0.067308] ... event mask: 000000070000000f [ 0.068713] x86: Booting SMP configuration: [ 0.082894] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter. [ 0.068715] .... node #0, CPUs: #1 #2 #3 [ 0.111312] x86: Booted up 1 node, 4 CPUs [ 0.111316] smpboot: Total of 4 processors activated (18357.02 BogoMIPS) [ 0.120194] devtmpfs: initialized [ 0.122101] EVM: security.selinux [ 0.122102] EVM: security.SMACK64 [ 0.122103] EVM: security.ima [ 0.122104] EVM: security.capability [ 0.122141] PM: Registering ACPI NVS region [mem 0xc16d9000-0xc16dffff] (28672 bytes) [ 0.122143] PM: Registering ACPI NVS region [mem 0xca6fa000-0xca7fffff] (1073152 bytes) [ 0.122802] pinctrl core: initialized pinctrl subsystem [ 0.122848] regulator-dummy: no parameters [ 0.122877] RTC time: 8:40:15, date: 04/02/14 [ 0.122904] NET: Registered protocol family 16 [ 0.122984] cpuidle: using governor ladder [ 0.122985] cpuidle: using governor menu [ 0.123019] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it [ 0.123020] ACPI: bus type PCI registered [ 0.123022] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 [ 0.123062] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000) [ 0.123065] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820 [ 0.130844] PCI: Using configuration type 1 for base access [ 0.130851] dmi type 0xB1 record - unknown flag [ 0.131582] bio: create slab <bio-0> at 0 [ 0.131721] ACPI: Added _OSI(Module Device) [ 0.131723] ACPI: Added _OSI(Processor Device) [ 0.131724] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.131725] ACPI: Added _OSI(Processor Aggregator Device) [ 0.136360] ACPI: Executed 3 blocks of module-level executable AML code [ 0.145163] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored [ 0.224202] ACPI: SSDT 00000000cbdafc18 0003D3 (v01 PmRef Cpu0Cst 00003001 INTL 20051117) [ 0.225010] ACPI: Dynamic OEM Table Load: [ 0.225013] ACPI: SSDT (null) 0003D3 (v01 PmRef Cpu0Cst 00003001 INTL 20051117) [ 0.228373] ACPI: SSDT 00000000cbdaf618 0005AA (v01 PmRef ApIst 00003000 INTL 20051117) [ 0.229274] ACPI: Dynamic OEM Table Load: [ 0.229277] ACPI: SSDT (null) 0005AA (v01 PmRef ApIst 00003000 INTL 20051117) [ 0.232177] ACPI: SSDT 00000000cbdaed98 000119 (v01 PmRef ApCst 00003000 INTL 20051117) [ 0.232985] ACPI: Dynamic OEM Table Load: [ 0.232988] ACPI: SSDT (null) 000119 (v01 PmRef ApCst 00003000 INTL 20051117) [ 0.244115] ACPI: Interpreter enabled [ 0.244125] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580) [ 0.244133] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580) [ 0.244158] ACPI: (supports S0 S3 S4 S5) [ 0.244160] ACPI: Using IOAPIC for interrupt routing [ 0.244197] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 0.244468] ACPI: No dock devices found. [ 0.481899] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e]) [ 0.481906] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI] [ 0.482127] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug PME] [ 0.482270] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability] [ 0.482872] PCI host bridge to bus 0000:00 [ 0.482875] pci_bus 0000:00: root bus resource [bus 00-3e] [ 0.482877] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 0.482878] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 0.482880] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 0.482881] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff] [ 0.482883] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff] [ 0.482884] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff] [ 0.482886] pci_bus 0000:00: root bus resource [mem 0xcf200000-0xfeafffff] [ 0.482893] pci 0000:00:00.0: [8086:0a04] type 00 class 0x060000 [ 0.482978] pci 0000:00:02.0: [8086:0a16] type 00 class 0x030000 [ 0.482989] pci 0000:00:02.0: reg 0x10: [mem 0xf6400000-0xf67fffff 64bit] [ 0.482996] pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff 64bit pref] [ 0.483001] pci 0000:00:02.0: reg 0x20: [io 0xf000-0xf03f] [ 0.483079] pci 0000:00:03.0: [8086:0a0c] type 00 class 0x040300 [ 0.483087] pci 0000:00:03.0: reg 0x10: [mem 0xf7434000-0xf7437fff 64bit] [ 0.483187] pci 0000:00:14.0: [8086:9c31] type 00 class 0x0c0330 [ 0.483204] pci 0000:00:14.0: reg 0x10: [mem 0xf7420000-0xf742ffff 64bit] [ 0.483259] pci 0000:00:14.0: PME# supported from D3hot D3cold [ 0.483301] pci 0000:00:14.0: System wakeup disabled by ACPI [ 0.483331] pci 0000:00:19.0: [8086:155a] type 00 class 0x020000 [ 0.483346] pci 0000:00:19.0: reg 0x10: [mem 0xf7400000-0xf741ffff] [ 0.483354] pci 0000:00:19.0: reg 0x14: [mem 0xf743c000-0xf743cfff] [ 0.483361] pci 0000:00:19.0: reg 0x18: [io 0xf080-0xf09f] [ 0.483416] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold [ 0.488153] pci 0000:00:19.0: System wakeup disabled by ACPI [ 0.488197] pci 0000:00:1b.0: [8086:9c20] type 00 class 0x040300 [ 0.488214] pci 0000:00:1b.0: reg 0x10: [mem 0xf7430000-0xf7433fff 64bit] [ 0.488285] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold [ 0.488347] pci 0000:00:1b.0: System wakeup disabled by ACPI [ 0.488379] pci 0000:00:1c.0: [8086:9c10] type 01 class 0x060400 [ 0.488456] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold [ 0.488518] pci 0000:00:1c.0: System wakeup disabled by ACPI [ 0.488550] pci 0000:00:1c.3: [8086:9c16] type 01 class 0x060400 [ 0.488627] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold [ 0.488688] pci 0000:00:1c.3: System wakeup disabled by ACPI [ 0.488719] pci 0000:00:1c.4: [8086:9c18] type 01 class 0x060400 [ 0.488789] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold [ 0.488848] pci 0000:00:1c.4: System wakeup disabled by ACPI [ 0.488879] pci 0000:00:1c.5: [8086:9c1a] type 01 class 0x060400 [ 0.488955] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold [ 0.489016] pci 0000:00:1c.5: System wakeup disabled by ACPI [ 0.489053] pci 0000:00:1d.0: [8086:9c26] type 00 class 0x0c0320 [ 0.489076] pci 0000:00:1d.0: reg 0x10: [mem 0xf743b000-0xf743b3ff] [ 0.489174] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold [ 0.489233] pci 0000:00:1d.0: System wakeup disabled by ACPI [ 0.489268] pci 0000:00:1f.0: [8086:9c43] type 00 class 0x060100 [ 0.489464] pci 0000:00:1f.2: [8086:282a] type 00 class 0x010400 [ 0.489481] pci 0000:00:1f.2: reg 0x10: [io 0xf0d0-0xf0d7] [ 0.489489] pci 0000:00:1f.2: reg 0x14: [io 0xf0c0-0xf0c3] [ 0.489497] pci 0000:00:1f.2: reg 0x18: [io 0xf0b0-0xf0b7] [ 0.489506] pci 0000:00:1f.2: reg 0x1c: [io 0xf0a0-0xf0a3] [ 0.489523] pci 0000:00:1f.2: reg 0x20: [io 0xf060-0xf07f] [ 0.489531] pci 0000:00:1f.2: reg 0x24: [mem 0xf743a000-0xf743a7ff] [ 0.489569] pci 0000:00:1f.2: PME# supported from D3hot [ 0.489635] pci 0000:00:1f.3: [8086:9c22] type 00 class 0x0c0500 [ 0.489649] pci 0000:00:1f.3: reg 0x10: [mem 0xf7439000-0xf74390ff 64bit] [ 0.489669] pci 0000:00:1f.3: reg 0x20: [io 0xf040-0xf05f] [ 0.491609] pci 0000:01:00.0: [1217:8520] type 00 class 0x080501 [ 0.491631] pci 0000:01:00.0: reg 0x10: [mem 0xf7301000-0xf7301fff] [ 0.491647] pci 0000:01:00.0: reg 0x14: [mem 0xf7300000-0xf73007ff] [ 0.491776] pci 0000:01:00.0: PME# supported from D3hot D3cold [ 0.491809] pci 0000:01:00.0: System wakeup disabled by ACPI [ 0.505901] pci 0000:00:1c.0: PCI bridge to [bus 01] [ 0.505907] pci 0000:00:1c.0: bridge window [mem 0xf7300000-0xf73fffff] [ 0.506103] pci 0000:02:00.0: [8086:08b1] type 00 class 0x028000 [ 0.506189] pci 0000:02:00.0: reg 0x10: [mem 0xf7200000-0xf7201fff 64bit] [ 0.506460] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold [ 0.506553] pci 0000:02:00.0: System wakeup disabled by ACPI [ 0.512187] pci 0000:00:1c.3: PCI bridge to [bus 02] [ 0.512193] pci 0000:00:1c.3: bridge window [mem 0xf7200000-0xf72fffff] [ 0.512302] pci 0000:03:00.0: [10de:1140] type 00 class 0x030200 [ 0.512324] pci 0000:03:00.0: reg 0x10: [mem 0xf5000000-0xf5ffffff] [ 0.512347] pci 0000:03:00.0: reg 0x14: [mem 0xe0000000-0xefffffff 64bit pref] [ 0.512371] pci 0000:03:00.0: reg 0x1c: [mem 0xf0000000-0xf1ffffff 64bit pref] [ 0.512386] pci 0000:03:00.0: reg 0x24: [io 0xe000-0xe07f] [ 0.512402] pci 0000:03:00.0: reg 0x30: [mem 0xf6000000-0xf607ffff pref] [ 0.512526] pci 0000:03:00.0: System wakeup disabled by ACPI [ 0.520136] pci 0000:00:1c.4: PCI bridge to [bus 03] [ 0.520140] pci 0000:00:1c.4: bridge window [io 0xe000-0xefff] [ 0.520144] pci 0000:00:1c.4: bridge window [mem 0xf5000000-0xf60fffff] [ 0.520150] pci 0000:00:1c.4: bridge window [mem 0xe0000000-0xf1ffffff 64bit pref] [ 0.520232] acpiphp: Slot [1] registered [ 0.520238] pci 0000:00:1c.5: PCI bridge to [bus 04] [ 0.520242] pci 0000:00:1c.5: bridge window [io 0xd000-0xdfff] [ 0.520246] pci 0000:00:1c.5: bridge window [mem 0xf6800000-0xf71fffff] [ 0.520252] pci 0000:00:1c.5: bridge window [mem 0xf2100000-0xf2afffff 64bit pref] [ 0.522118] acpi PNP0A08:00: Disabling ASPM (FADT indicates it is unsupported) [ 0.544781] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15) [ 0.544844] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15) [ 0.544903] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled. [ 0.544962] ACPI: PCI Interrupt Link [LNKD] (IRQs *3 4 5 6 10 11 12 14 15) [ 0.545020] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 *10 11 12 14 15) [ 0.545077] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15) [ 0.545135] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 10 11 12 14 15) [ 0.545192] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled. [ 0.565154] ACPI: Enabled 3 GPEs in block 00 to 7F [ 0.565164] ACPI: \_SB_.PCI0: notify handler is installed [ 0.565269] Found 1 acpi root devices [ 0.565332] ACPI : EC: GPE = 0x27, I/O: command/status = 0x934, data = 0x930 [ 0.565442] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 0.565446] vgaarb: loaded [ 0.565448] vgaarb: bridge control possible 0000:00:02.0 [ 0.565617] SCSI subsystem initialized [ 0.565679] libata version 3.00 loaded. [ 0.565719] ACPI: bus type USB registered [ 0.565737] usbcore: registered new interface driver usbfs [ 0.565748] usbcore: registered new interface driver hub [ 0.565782] usbcore: registered new device driver usb [ 0.565916] PCI: Using ACPI for IRQ routing [ 0.567266] PCI: pci_cache_line_size set to 64 bytes [ 0.567308] e820: reserve RAM buffer [mem 0x00091800-0x0009ffff] [ 0.567309] e820: reserve RAM buffer [mem 0xc16d9000-0xc3ffffff] [ 0.567311] e820: reserve RAM buffer [mem 0xc20cc000-0xc3ffffff] [ 0.567312] e820: reserve RAM buffer [mem 0xc7db4000-0xc7ffffff] [ 0.567313] e820: reserve RAM buffer [mem 0xc875c000-0xcbffffff] [ 0.567315] e820: reserve RAM buffer [mem 0xc8f9b000-0xcbffffff] [ 0.567316] e820: reserve RAM buffer [mem 0xca6fa000-0xcbffffff] [ 0.567317] e820: reserve RAM buffer [mem 0xcbcf6000-0xcbffffff] [ 0.567319] e820: reserve RAM buffer [mem 0x12ee00000-0x12fffffff] [ 0.567385] NetLabel: Initializing [ 0.567386] NetLabel: domain hash size = 128 [ 0.567387] NetLabel: protocols = UNLABELED CIPSOv4 [ 0.567397] NetLabel: unlabeled traffic allowed by default [ 0.567448] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0 [ 0.567453] hpet0: 8 comparators, 64-bit 14.318180 MHz counter [ 0.569481] Switched to clocksource hpet [ 0.573533] AppArmor: AppArmor Filesystem Enabled [ 0.573551] pnp: PnP ACPI init [ 0.573560] ACPI: bus type PNP registered [ 0.573639] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved [ 0.573642] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active) [ 0.573747] pnp 00:01: [dma 4] [ 0.573761] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active) [ 0.573775] pnp 00:02: Plug and Play ACPI device, IDs INT0800 (active) [ 0.573863] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active) [ 0.573972] system 00:04: [io 0x0680-0x069f] has been reserved [ 0.573974] system 00:04: [io 0xffff] has been reserved [ 0.573976] system 00:04: [io 0xffff] has been reserved [ 0.573977] system 00:04: [io 0xffff] has been reserved [ 0.573979] system 00:04: [io 0x1c00-0x1cfe] has been reserved [ 0.573980] system 00:04: [io 0x1d00-0x1dfe] has been reserved [ 0.573982] system 00:04: [io 0x1e00-0x1efe] has been reserved [ 0.573983] system 00:04: [io 0x1f00-0x1ffe] has been reserved [ 0.573985] system 00:04: [io 0x1800-0x18fe] could not be reserved [ 0.573987] system 00:04: [io 0x164e-0x164f] has been reserved [ 0.573989] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.574012] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active) [ 0.574047] system 00:06: [io 0x1854-0x1857] has been reserved [ 0.574049] system 00:06: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active) [ 0.574085] system 00:07: [io 0x04d0-0x04d1] has been reserved [ 0.574087] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.574125] pnp 00:08: Plug and Play ACPI device, IDs PNP0303 (active) [ 0.574144] pnp 00:09: Plug and Play ACPI device, IDs DLL05de PNP0f13 (active) [ 0.597606] pnp 00:0a: Plug and Play ACPI device, IDs PNP0401 (disabled) [ 0.598056] system 00:0b: [mem 0xfed1c000-0xfed1ffff] has been reserved [ 0.598059] system 00:0b: [mem 0xfed10000-0xfed17fff] has been reserved [ 0.598062] system 00:0b: [mem 0xfed18000-0xfed18fff] has been reserved [ 0.598064] system 00:0b: [mem 0xfed19000-0xfed19fff] has been reserved [ 0.598067] system 00:0b: [mem 0xf8000000-0xfbffffff] has been reserved [ 0.598069] system 00:0b: [mem 0xfed20000-0xfed3ffff] has been reserved [ 0.598071] system 00:0b: [mem 0xfed90000-0xfed93fff] has been reserved [ 0.598074] system 00:0b: [mem 0xfed45000-0xfed8ffff] has been reserved [ 0.598076] system 00:0b: [mem 0xff000000-0xffffffff] has been reserved [ 0.598079] system 00:0b: [mem 0xfee00000-0xfeefffff] could not be reserved [ 0.598081] system 00:0b: [mem 0xf7fef000-0xf7feffff] has been reserved [ 0.598084] system 00:0b: [mem 0xf7ff0000-0xf7ff0fff] has been reserved [ 0.598087] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active) [ 0.598135] pnp 00:0c: Plug and Play ACPI device, IDs SMO8810 (active) [ 0.629522] pnp: PnP ACPI: found 13 devices [ 0.629526] ACPI: bus type PNP unregistered [ 0.635936] pci 0000:00:1c.0: PCI bridge to [bus 01] [ 0.635942] pci 0000:00:1c.0: bridge window [mem 0xf7300000-0xf73fffff] [ 0.635948] pci 0000:00:1c.3: PCI bridge to [bus 02] [ 0.635952] pci 0000:00:1c.3: bridge window [mem 0xf7200000-0xf72fffff] [ 0.635959] pci 0000:00:1c.4: PCI bridge to [bus 03] [ 0.635961] pci 0000:00:1c.4: bridge window [io 0xe000-0xefff] [ 0.635965] pci 0000:00:1c.4: bridge window [mem 0xf5000000-0xf60fffff] [ 0.635968] pci 0000:00:1c.4: bridge window [mem 0xe0000000-0xf1ffffff 64bit pref] [ 0.635973] pci 0000:00:1c.5: PCI bridge to [bus 04] [ 0.635975] pci 0000:00:1c.5: bridge window [io 0xd000-0xdfff] [ 0.635979] pci 0000:00:1c.5: bridge window [mem 0xf6800000-0xf71fffff] [ 0.635982] pci 0000:00:1c.5: bridge window [mem 0xf2100000-0xf2afffff 64bit pref] [ 0.635988] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7] [ 0.635990] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff] [ 0.635991] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff] [ 0.635993] pci_bus 0000:00: resource 7 [mem 0x000dc000-0x000dffff] [ 0.635994] pci_bus 0000:00: resource 8 [mem 0x000e0000-0x000e3fff] [ 0.635995] pci_bus 0000:00: resource 9 [mem 0x000e4000-0x000e7fff] [ 0.635997] pci_bus 0000:00: resource 10 [mem 0xcf200000-0xfeafffff] [ 0.635999] pci_bus 0000:01: resource 1 [mem 0xf7300000-0xf73fffff] [ 0.636000] pci_bus 0000:02: resource 1 [mem 0xf7200000-0xf72fffff] [ 0.636002] pci_bus 0000:03: resource 0 [io 0xe000-0xefff] [ 0.636003] pci_bus 0000:03: resource 1 [mem 0xf5000000-0xf60fffff] [ 0.636005] pci_bus 0000:03: resource 2 [mem 0xe0000000-0xf1ffffff 64bit pref] [ 0.636006] pci_bus 0000:04: resource 0 [io 0xd000-0xdfff] [ 0.636008] pci_bus 0000:04: resource 1 [mem 0xf6800000-0xf71fffff] [ 0.636009] pci_bus 0000:04: resource 2 [mem 0xf2100000-0xf2afffff 64bit pref] [ 0.636034] NET: Registered protocol family 2 [ 0.636158] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 0.636225] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 0.636282] TCP: Hash tables configured (established 32768 bind 32768) [ 0.636296] TCP: reno registered [ 0.636302] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 0.636316] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 0.636359] NET: Registered protocol family 1 [ 0.636368] pci 0000:00:02.0: Boot video device [ 0.657583] PCI: CLS 64 bytes, default 64 [ 0.657644] Trying to unpack rootfs image as initramfs... [ 0.932704] Freeing initrd memory: 18340K (ffff880035c1e000 - ffff880036e07000) [ 0.932709] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 0.932711] software IO TLB [mem 0xc3db4000-0xc7db4000] (64MB) mapped at [ffff8800c3db4000-ffff8800c7db3fff] [ 0.932866] microcode: CPU0 sig=0x40651, pf=0x40, revision=0x14 [ 0.932872] microcode: CPU1 sig=0x40651, pf=0x40, revision=0x14 [ 0.932876] microcode: CPU2 sig=0x40651, pf=0x40, revision=0x14 [ 0.932881] microcode: CPU3 sig=0x40651, pf=0x40, revision=0x14 [ 0.932923] microcode: Microcode Update Driver: v2.00 <tigran@xxxxxxxxxxxxxxxxxxxx>, Peter Oruba [ 0.932924] Scanning for low memory corruption every 60 seconds [ 0.933121] Initialise system trusted keyring [ 0.933157] audit: initializing netlink socket (disabled) [ 0.933164] type=2000 audit(1396428015.924:1): initialized [ 0.958456] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 0.959304] zbud: loaded [ 0.959424] VFS: Disk quotas dquot_6.5.2 [ 0.959455] Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 0.959772] fuse init (API version 7.22) [ 0.959825] msgmni has been set to 7712 [ 0.959863] Key type big_key registered [ 0.960197] Key type asymmetric registered [ 0.960199] Asymmetric key parser 'x509' registered [ 0.960222] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.960253] io scheduler noop registered [ 0.960255] io scheduler deadline registered (default) [ 0.960273] io scheduler cfq registered [ 0.960746] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 0.960756] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 0.960785] vesafb: mode is 1366x768x32, linelength=5504, pages=0 [ 0.960786] vesafb: scrolling: redraw [ 0.960788] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0 [ 0.961325] vesafb: framebuffer at 0xd0000000, mapped to 0xffffc90004800000, using 4160k, total 4160k [ 1.048207] Console: switching to colour frame buffer device 170x48 [ 1.134823] fb0: VESA VGA frame buffer device [ 1.134837] intel_idle: MWAIT substates: 0x11142120 [ 1.134838] intel_idle: v0.4 model 0x45 [ 1.134839] intel_idle: lapic_timer_reliable_states 0xffffffff [ 1.134951] ipmi message handler version 39.2 [ 1.135843] ACPI: AC Adapter [AC] (on-line) [ 1.135961] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input0 [ 1.136785] ACPI: Lid Switch [LID0] [ 1.136821] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1 [ 1.136824] ACPI: Power Button [PBTN] [ 1.136849] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2 [ 1.136851] ACPI: Sleep Button [SBTN] [ 1.136904] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3 [ 1.136906] ACPI: Power Button [PWRF] [ 1.177318] thermal LNXTHERM:00: registered as thermal_zone0 [ 1.177322] ACPI: Thermal Zone [THM] (25 C) [ 1.177364] GHES: HEST is not enabled! [ 1.177499] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 1.181347] Linux agpgart interface v0.103 [ 1.183148] brd: module loaded [ 1.184050] loop: module loaded [ 1.184378] libphy: Fixed MDIO Bus: probed [ 1.184459] tun: Universal TUN/TAP device driver, 1.6 [ 1.184461] tun: (C) 1999-2004 Max Krasnyansky <maxk@xxxxxxxxxxxx> [ 1.184507] PPP generic driver version 2.4.2 [ 1.184572] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 1.184576] ehci-pci: EHCI PCI platform driver [ 1.184703] ehci-pci 0000:00:1d.0: EHCI Host Controller [ 1.184709] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 1 [ 1.184726] ehci-pci 0000:00:1d.0: debug port 2 [ 1.188636] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported [ 1.188655] ehci-pci 0000:00:1d.0: irq 21, io mem 0xf743b000 [ 1.196583] ACPI: Battery Slot [BAT0] (battery present) [ 1.197170] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00 [ 1.197227] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 1.197230] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.197232] usb usb1: Product: EHCI Host Controller [ 1.197234] usb usb1: Manufacturer: Linux 3.13.0-19-generic ehci_hcd [ 1.197236] usb usb1: SerialNumber: 0000:00:1d.0 [ 1.197429] hub 1-0:1.0: USB hub found [ 1.197436] hub 1-0:1.0: 2 ports detected [ 1.209323] ehci-platform: EHCI generic platform driver [ 1.209335] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 1.209336] ohci-pci: OHCI PCI platform driver [ 1.209346] ohci-platform: OHCI generic platform driver [ 1.209353] uhci_hcd: USB Universal Host Controller Interface driver [ 1.213424] xhci_hcd 0000:00:14.0: xHCI Host Controller [ 1.213432] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2 [ 1.213515] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported [ 1.213539] xhci_hcd 0000:00:14.0: irq 56 for MSI/MSI-X [ 1.213664] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002 [ 1.213668] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.213671] usb usb2: Product: xHCI Host Controller [ 1.213675] usb usb2: Manufacturer: Linux 3.13.0-19-generic xhci_hcd [ 1.213678] usb usb2: SerialNumber: 0000:00:14.0 [ 1.213784] ACPI: Battery Slot [BAT1] (battery absent) [ 1.213979] hub 2-0:1.0: USB hub found [ 1.213992] hub 2-0:1.0: 9 ports detected [ 1.215576] xhci_hcd 0000:00:14.0: xHCI Host Controller [ 1.215579] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3 [ 1.215608] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003 [ 1.215609] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 1.215611] usb usb3: Product: xHCI Host Controller [ 1.215612] usb usb3: Manufacturer: Linux 3.13.0-19-generic xhci_hcd [ 1.215613] usb usb3: SerialNumber: 0000:00:14.0 [ 1.215769] hub 3-0:1.0: USB hub found [ 1.215776] hub 3-0:1.0: 4 ports detected [ 1.221299] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12 [ 1.221835] i8042: Warning: Keylock active [ 1.224204] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 1.224209] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 1.224473] mousedev: PS/2 mouse device common for all mice [ 1.224949] rtc_cmos 00:05: RTC can wake from S4 [ 1.225079] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0 [ 1.225104] rtc_cmos 00:05: alarms up to one month, y3k, 242 bytes nvram, hpet irqs [ 1.225168] device-mapper: uevent: version 1.0.3 [ 1.225234] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel@xxxxxxxxxx [ 1.225240] ledtrig-cpu: registered to indicate activity on CPUs [ 1.225330] TCP: cubic registered [ 1.225388] NET: Registered protocol family 10 [ 1.225548] NET: Registered protocol family 17 [ 1.225556] Key type dns_resolver registered [ 1.225818] Loading compiled-in X.509 certificates [ 1.226689] Loaded X.509 cert 'Magrathea: Glacier signing key: dec0875bd47dae690914d8febe5dd73d5c78592b' [ 1.226698] registered taskstats version 1 [ 1.226971] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4 [ 1.228678] Key type trusted registered [ 1.230258] Key type encrypted registered [ 1.231862] AppArmor: AppArmor sha1 policy hashing enabled [ 1.231865] IMA: No TPM chip found, activating TPM-bypass! [ 1.232324] Magic number: 10:116:674 [ 1.232407] rtc_cmos 00:05: setting system clock to 2014-04-02 08:40:16 UTC (1396428016) [ 1.233073] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found [ 1.233074] EDD information not available. [ 1.233122] PM: Hibernation image not present or could not be loaded. [ 1.233843] Freeing unused kernel memory: 1336K (ffffffff81d1e000 - ffffffff81e6c000) [ 1.233845] Write protecting the kernel read-only data: 12288k [ 1.235758] Freeing unused kernel memory: 860K (ffff880001729000 - ffff880001800000) [ 1.237054] Freeing unused kernel memory: 712K (ffff880001b4e000 - ffff880001c00000) [ 1.252130] systemd-udevd[113]: starting version 204 [ 1.274952] pps_core: LinuxPPS API ver. 1 registered [ 1.274956] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@xxxxxxxx> [ 1.275331] sdhci: Secure Digital Host Controller Interface driver [ 1.275334] sdhci: Copyright(c) Pierre Ossman [ 1.276462] sdhci-pci 0000:01:00.0: SDHCI controller found [1217:8520] (rev 1) [ 1.276591] mmc0: Unknown controller version (3). You may experience problems. [ 1.276598] sdhci-pci 0000:01:00.0: dummy supplies not allowed [ 1.276599] mmc0: no vqmmc regulator found [ 1.276600] sdhci-pci 0000:01:00.0: dummy supplies not allowed [ 1.276601] mmc0: no vmmc regulator found [ 1.276662] mmc0: SDHCI controller on PCI [0000:01:00.0] using ADMA [ 1.276707] PTP clock support registered [ 1.279109] ahci 0000:00:1f.2: version 3.0 [ 1.279321] ahci 0000:00:1f.2: irq 57 for MSI/MSI-X [ 1.279343] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled [ 1.281466] e1000e: Intel(R) PRO/1000 Network Driver - 2.3.2-k [ 1.281469] e1000e: Copyright(c) 1999 - 2013 Intel Corporation. [ 1.293110] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 3 ports 6 Gbps 0x7 impl RAID mode [ 1.293116] ahci 0000:00:1f.2: flags: 64bit ncq stag led clo only pio slum part sxs deso sadm sds apst [ 1.294204] scsi0 : ahci [ 1.297220] scsi1 : ahci [ 1.297305] scsi2 : ahci [ 1.297359] ata1: SATA max UDMA/133 abar m2048@0xf743a000 port 0xf743a100 irq 57 [ 1.297362] ata2: SATA max UDMA/133 abar m2048@0xf743a000 port 0xf743a180 irq 57 [ 1.297365] ata3: SATA max UDMA/133 abar m2048@0xf743a000 port 0xf743a200 irq 57 [ 1.297594] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode [ 1.297614] e1000e 0000:00:19.0: irq 58 for MSI/MSI-X [ 1.464979] e1000e 0000:00:19.0 eth0: registered PHC clock [ 1.464999] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) f0:1f:af:08:52:21 [ 1.465000] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection [ 1.465025] e1000e 0000:00:19.0 eth0: MAC: 11, PHY: 12, PBA No: FFFFFF-0FF [ 1.521054] usb 1-1: new high-speed USB device number 2 using ehci-pci [ 1.616971] ata1: SATA link down (SStatus 0 SControl 300) [ 1.653373] usb 1-1: New USB device found, idVendor=8087, idProduct=8000 [ 1.653378] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 1.653627] hub 1-1:1.0: USB hub found [ 1.653701] hub 1-1:1.0: 8 ports detected [ 1.820902] usb 2-6: new high-speed USB device number 2 using xhci_hcd [ 1.903798] usb 2-6: New USB device found, idVendor=1bcf, idProduct=2c34 [ 1.903803] usb 2-6: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 1.903805] usb 2-6: Product: Laptop_Integrated_Webcam_HD [ 1.903807] usb 2-6: Manufacturer: CN0767N97248733MA063A00 [ 1.928792] tsc: Refined TSC clocksource calibration: 2294.688 MHz [ 1.936795] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300) [ 1.937875] ata2.00: ATA-8: HGST HTS725032A7E630, GHBOA560, max UDMA/133 [ 1.937880] ata2.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 31/32), AA [ 1.939073] ata2.00: configured for UDMA/133 [ 1.939275] scsi 1:0:0:0: Direct-Access ATA HGST HTS725032A7 GHBO PQ: 0 ANSI: 5 [ 1.939491] sd 1:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB) [ 1.939495] sd 1:0:0:0: [sda] 4096-byte physical blocks [ 1.939506] sd 1:0:0:0: Attached scsi generic sg0 type 0 [ 1.939585] sd 1:0:0:0: [sda] Write Protect is off [ 1.939589] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00 [ 1.939640] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 2.044903] usb 1-1.7: new full-speed USB device number 3 using ehci-pci [ 2.139097] usb 1-1.7: New USB device found, idVendor=04f3, idProduct=005b [ 2.139102] usb 1-1.7: New USB device strings: Mfr=4, Product=14, SerialNumber=0 [ 2.139104] usb 1-1.7: Product: Touchscreen [ 2.139106] usb 1-1.7: Manufacturer: ELAN [ 2.142129] hidraw: raw HID events driver (C) Jiri Kosina [ 2.149672] usbcore: registered new interface driver usbhid [ 2.149675] usbhid: USB HID core driver [ 2.212809] usb 1-1.8: new high-speed USB device number 4 using ehci-pci [ 2.268613] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300) [ 2.270442] ata3.00: ATAPI: HL-DT-ST DVD+/-RW GU70N, A103, max UDMA/100 [ 2.272581] ata3.00: configured for UDMA/100 [ 2.273769] scsi 2:0:0:0: CD-ROM HL-DT-ST DVD+-RW GU70N A103 PQ: 0 ANSI: 5 [ 2.275749] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray [ 2.275753] cdrom: Uniform CD-ROM driver Revision: 3.20 [ 2.275919] sr 2:0:0:0: Attached scsi CD-ROM sr0 [ 2.276000] sr 2:0:0:0: Attached scsi generic sg1 type 5 [ 2.284056] sda: sda1 sda2 < sda5 > [ 2.284544] sd 1:0:0:0: [sda] Attached SCSI disk [ 2.304985] usb 1-1.8: New USB device found, idVendor=0424, idProduct=2514 [ 2.304990] usb 1-1.8: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 2.305254] hub 1-1.8:1.0: USB hub found [ 2.305337] hub 1-1.8:1.0: 4 ports detected [ 2.576435] usb 1-1.8.1: new full-speed USB device number 5 using ehci-pci [ 2.602114] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null) [ 2.670228] usb 1-1.8.1: New USB device found, idVendor=138a, idProduct=003f [ 2.670233] usb 1-1.8.1: New USB device strings: Mfr=0, Product=0, SerialNumber=1 [ 2.670235] usb 1-1.8.1: SerialNumber: 00304ee98280 [ 2.744350] usb 1-1.8.2: new full-speed USB device number 6 using ehci-pci [ 2.838436] usb 1-1.8.2: New USB device found, idVendor=8087, idProduct=07dc [ 2.838442] usb 1-1.8.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 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 [ 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 [ 3.030204] usb 1-1.8.3: New USB device found, idVendor=413c, idProduct=81a3 [ 3.030209] usb 1-1.8.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [ 3.030212] usb 1-1.8.3: Product: Dell Wireless 5570 HSPA+ (42Mbps) Mobile Broadband Card [ 3.030214] usb 1-1.8.3: Manufacturer: Sierra Wireless, Incorporated [ 3.097581] random: init urandom read with 96 bits of entropy available [ 3.560344] random: nonblocking pool is initialized [ 10.335606] Adding 4097020k swap on /dev/sda5. Priority:-1 extents:1 across:4097020k FS [ 10.433911] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [ 10.518988] systemd-udevd[286]: starting version 204 [ 10.611659] wmi: Mapper loaded [ 10.613002] lp: driver loaded but no devices found [ 10.636527] parport_pc 00:0a: [io 0x0378-0x037b] [ 10.636541] parport_pc 00:0a: [io 0x0278-0x027b] [ 10.636550] parport_pc 00:0a: [io 0x03bc-0x03bf] [ 10.636558] parport_pc 00:0a: [io 0x0378-0x037b] [ 10.636602] parport_pc 00:0a: [irq 7] [ 10.657880] [drm] Initialized drm 1.1.0 20060810 [ 10.665265] ACPI Warning: 0x0000000000001828-0x000000000000182f SystemIO conflicts with Region \PMIO 1 (20131115/utaddress-251) [ 10.665276] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver [ 10.668045] cfg80211: Calling CRDA to update world regulatory domain [ 10.679586] Bluetooth: Core ver 2.17 [ 10.679609] NET: Registered protocol family 31 [ 10.679611] Bluetooth: HCI device and connection manager initialized [ 10.679618] Bluetooth: HCI socket layer initialized [ 10.679622] Bluetooth: L2CAP socket layer initialized [ 10.679627] Bluetooth: SCO socket layer initialized [ 10.682197] usbcore: registered new interface driver btusb [ 10.691071] Intel(R) Wireless WiFi driver for Linux, in-tree: [ 10.691077] Copyright(c) 2003-2013 Intel Corporation [ 10.696558] MXM: GUID detected in BIOS [ 10.703669] Bluetooth: hci0: read Intel version: 370710018002030d00 [ 10.715906] ACPI Warning: 0x0000000000001c30-0x0000000000001c3f SystemIO conflicts with Region \GPRL 1 (20131115/utaddress-251) [ 10.715916] ACPI Warning: 0x0000000000001c30-0x0000000000001c3f SystemIO conflicts with Region \GPR_ 2 (20131115/utaddress-251) [ 10.715926] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver [ 10.716054] ACPI Warning: 0x0000000000001c00-0x0000000000001c2f SystemIO conflicts with Region \GPRL 1 (20131115/utaddress-251) [ 10.716058] ACPI Warning: 0x0000000000001c00-0x0000000000001c2f SystemIO conflicts with Region \GPR_ 2 (20131115/utaddress-251) [ 10.716063] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver [ 10.716065] lpc_ich: Resource conflict(s) found affecting gpio_ich [ 10.716085] ACPI Warning: \_SB_.PCI0.RP05.PEGP._DSM: Argument #4 type mismatch - Found [Integer], ACPI requires [Package] (20131115/nsarguments-95) [ 10.716786] iwlwifi 0000:02:00.0: irq 59 for MSI/MSI-X [ 10.716900] ACPI Warning: \_SB_.PCI0.RP05.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131115/nsarguments-95) [ 10.717001] ACPI Warning: \_SB_.PCI0.RP05.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131115/nsarguments-95) [ 10.718190] [drm] Memory usable by graphics device = 2048M [ 10.718194] checking generic (d0000000 410000) vs hw (d0000000 10000000) [ 10.718196] fb: conflicting fb hw usage inteldrmfb vs VESA VGA - removing generic driver [ 10.718212] Console: switching to colour dummy device 80x25 [ 10.782051] input: Dell WMI hotkeys as /devices/virtual/input/input7 [ 10.821770] pci 0000:03:00.0: optimus capabilities: enabled, status dynamic power, hda bios codec supported [ 10.821776] VGA switcheroo: detected Optimus DSM method \_SB_.PCI0.RP05.PEGP handle [ 10.863852] i915 0000:00:02.0: irq 60 for MSI/MSI-X [ 10.863866] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). [ 10.863868] [drm] Driver supports precise vblank timestamp query. [ 10.866476] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2) [ 10.874129] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem [ 10.886898] type=1400 audit(1396428026.155:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=374 comm="apparmor_parser" [ 10.886906] type=1400 audit(1396428026.155:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=374 comm="apparmor_parser" [ 10.886911] type=1400 audit(1396428026.155:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=374 comm="apparmor_parser" [ 10.887456] type=1400 audit(1396428026.155:5): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=374 comm="apparmor_parser" [ 10.887464] type=1400 audit(1396428026.155:6): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=374 comm="apparmor_parser" [ 10.887708] type=1400 audit(1396428026.155:7): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=374 comm="apparmor_parser" [ 10.897304] type=1400 audit(1396428026.167:8): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/sbin/dhclient" pid=383 comm="apparmor_parser" [ 10.897313] type=1400 audit(1396428026.167:9): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=383 comm="apparmor_parser" [ 10.897318] type=1400 audit(1396428026.167:10): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=383 comm="apparmor_parser" [ 10.897796] type=1400 audit(1396428026.167:11): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=383 comm="apparmor_parser" [ 10.936612] parport_pc 00:0a: activated [ 10.936618] parport_pc 00:0a: reported by Plug and Play ACPI [ 10.936854] parport_pc 00:0a: disabled [ 10.945008] ppdev: user-space parallel port driver [ 10.958499] Bluetooth: hci0: Intel Bluetooth firmware file: intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq [ 10.959661] fbcon: inteldrmfb (fb0) is primary device [ 10.961526] iwlwifi 0000:02:00.0: loaded firmware version 22.24.8.0 op_mode iwlmvm [ 10.980437] iwlwifi 0000:02:00.0: Detected Intel(R) Wireless N 7260, REV=0x144 [ 10.980484] iwlwifi 0000:02:00.0: L1 Disabled; Enabling L0S [ 10.980698] iwlwifi 0000:02:00.0: L1 Disabled; Enabling L0S [ 11.021594] cfg80211: World regulatory domain updated: [ 11.021595] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) [ 11.021596] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 11.021597] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 11.021597] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) [ 11.021598] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 11.021599] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) [ 11.124448] Bluetooth: hci0: Intel Bluetooth firmware patch completed and activated [ 11.131459] Linux video capture interface: v2.00 [ 11.133626] 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.133780] 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.134189] usbcore: registered new interface driver cdc_ncm [ 11.136126] usbcore: registered new interface driver cdc_wdm [ 11.139054] uvcvideo: Found UVC 1.00 device Laptop_Integrated_Webcam_HD (1bcf:2c34) [ 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 [ 11.141232] usbcore: registered new interface driver cdc_mbim [ 11.148244] input: Laptop_Integrated_Webcam_HD as /devices/pci0000:00/0000:00:14.0/usb2/2-6/2-6:1.0/input/input10 [ 11.148344] usbcore: registered new interface driver uvcvideo [ 11.148345] USB Video Class driver (1.1.1) [ 11.171835] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs' [ 11.182550] usbcore: registered new interface driver usbserial [ 11.182562] usbcore: registered new interface driver usbserial_generic [ 11.182573] usbserial: USB Serial support registered for generic [ 11.205453] usbcore: registered new interface driver sierra [ 11.205463] usbserial: USB Serial support registered for Sierra USB modem [ 11.855541] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro [ 12.100384] input: DualPoint Stick as /devices/platform/i8042/serio1/input/input11 [ 12.113297] input: AlpsPS/2 ALPS GlidePoint as /devices/platform/i8042/serio1/input/input6 [ 12.710815] Console: switching to colour frame buffer device 170x48 [ 12.713321] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device [ 12.713322] i915 0000:00:02.0: registered panic notifier [ 12.713934] [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS [ 12.714493] ACPI: Video Device [PEGP] (multi-head: yes rom: yes post: no) [ 12.715381] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:05/LNXVIDEO:00/input/input12 [ 12.717521] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no) [ 12.739295] init: failsafe main process (567) killed by TERM signal [ 12.778852] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off [ 13.054186] init: cups main process (718) killed by HUP signal [ 13.054201] init: cups main process ended, respawning [ 13.110723] acpi device:4f: registered as cooling_device5 [ 13.178678] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:01/input/input13 [ 13.178790] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0 [ 13.179578] HDA driver get symbol successfully from i915 module [ 13.182259] snd_hda_intel 0000:00:1b.0: irq 61 for MSI/MSI-X [ 13.182655] [drm] hdmi device not found 3 0 1 [ 13.182880] nouveau [ DEVICE][0000:03:00.0] BOOT0 : 0x0d7000a2 [ 13.182884] nouveau [ DEVICE][0000:03:00.0] Chipset: GF117 (NVD7) [ 13.182887] nouveau [ DEVICE][0000:03:00.0] Family : NVD0 [ 13.185773] nouveau [ VBIOS][0000:03:00.0] checking PRAMIN for image... [ 13.227629] nouveau [ VBIOS][0000:03:00.0] ... signature not found [ 13.227632] nouveau [ VBIOS][0000:03:00.0] checking PROM for image... [ 13.227699] nouveau [ VBIOS][0000:03:00.0] ... signature not found [ 13.227702] nouveau [ VBIOS][0000:03:00.0] checking ACPI for image... [ 13.227743] snd_hda_intel 0000:00:03.0: irq 62 for MSI/MSI-X [ 13.246584] input: HDA Intel HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card0/input16 [ 13.246665] input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input15 [ 13.246726] input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input14 [ 13.249224] SKU: Nid=0x1d sku_cfg=0x40700001 [ 13.249226] SKU: port_connectivity=0x1 [ 13.249228] SKU: enable_pcbeep=0x1 [ 13.249229] SKU: check_sum=0x00000000 [ 13.249231] SKU: customization=0x00000000 [ 13.249232] SKU: external_amp=0x0 [ 13.249233] SKU: platform_type=0x0 [ 13.249234] SKU: swap=0x0 [ 13.249235] SKU: override=0x1 [ 13.249544] autoconfig: line_outs=1 (0x16/0x0/0x0/0x0/0x0) type:line [ 13.249547] speaker_outs=1 (0x14/0x0/0x0/0x0/0x0) [ 13.249549] hp_outs=1 (0x15/0x0/0x0/0x0/0x0) [ 13.249550] mono: mono_out=0x0 [ 13.249552] inputs: [ 13.249554] Dock Mic=0x19 [ 13.249556] Headset Mic=0x1a [ 13.249558] Internal Mic=0x12 [ 13.249560] realtek: No valid SSID, checking pincfg 0x40700001 for NID 0x1d [ 13.249562] realtek: Enabling init ASM_ID=0x0001 CODEC_ID=10ec0292 [ 13.254337] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input19 [ 13.255222] input: HDA Intel PCH Dock Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card1/input18 [ 13.255307] input: HDA Intel PCH Dock Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input17 [ 13.305257] Bluetooth: RFCOMM TTY layer initialized [ 13.305268] Bluetooth: RFCOMM socket layer initialized [ 13.305272] Bluetooth: RFCOMM ver 1.11 [ 13.500104] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 13.500107] Bluetooth: BNEP filters: protocol multicast [ 13.500114] Bluetooth: BNEP socket layer initialized [ 14.136413] e1000e 0000:00:19.0: irq 58 for MSI/MSI-X [ 14.238014] e1000e 0000:00:19.0: irq 58 for MSI/MSI-X [ 14.238129] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [ 14.238522] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [ 14.240163] iwlwifi 0000:02:00.0: L1 Disabled; Enabling L0S [ 14.240376] iwlwifi 0000:02:00.0: L1 Disabled; Enabling L0S [ 14.253023] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready [ 14.253376] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready [ 14.314303] nouveau [ VBIOS][0000:03:00.0] ... appears to be valid [ 14.314308] nouveau [ VBIOS][0000:03:00.0] using image from ACPI [ 14.314422] nouveau [ VBIOS][0000:03:00.0] BIT signature found [ 14.314426] nouveau [ VBIOS][0000:03:00.0] version 75.17.62.00.02 [ 14.314523] nouveau [ VBIOS][0000:03:00.0] running init tables [ 14.396835] nouveau 0000:03:00.0: irq 63 for MSI/MSI-X [ 14.396845] nouveau [ PMC][0000:03:00.0] MSI interrupts enabled [ 14.396885] nouveau W[ PFB][0000:03:00.0][0x00000000][ffff8800bc52a800] reclocking of this ram type unsupported [ 14.396887] nouveau [ PFB][0000:03:00.0] RAM type: DDR3 [ 14.396888] nouveau [ PFB][0000:03:00.0] RAM size: 1024 MiB [ 14.396889] nouveau [ PFB][0000:03:00.0] ZCOMP: 0 tags [ 15.009615] wlan0: authenticate with 3c:ce:73:48:04:80 [ 15.011539] wlan0: send auth to 3c:ce:73:48:04:80 (try 1/3) [ 15.013793] wlan0: authenticated [ 15.017482] wlan0: associate with 3c:ce:73:48:04:80 (try 1/3) [ 15.019872] wlan0: RX AssocResp from 3c:ce:73:48:04:80 (capab=0x431 status=0 aid=21) [ 15.020767] wlan0: associated [ 15.020788] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready [ 15.020829] cfg80211: Calling CRDA for country: TW [ 15.023343] cfg80211: Regulatory domain changed to country: TW [ 15.023346] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) [ 15.023348] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2700 mBm) [ 15.023349] cfg80211: (5270000 KHz - 5330000 KHz @ 40000 KHz), (300 mBi, 1700 mBm) [ 15.023350] cfg80211: (5735000 KHz - 5815000 KHz @ 40000 KHz), (300 mBi, 3000 mBm) [ 15.681099] nouveau [ PTHERM][0000:03:00.0] FAN control: none / external [ 15.681113] nouveau [ PTHERM][0000:03:00.0] internal sensor: yes [ 15.681151] nouveau [ CLK][0000:03:00.0] 07: core 270 MHz memory 405 MHz [ 15.681162] nouveau [ CLK][0000:03:00.0] 0f: core 775 MHz memory 900 MHz [ 15.681341] nouveau [ CLK][0000:03:00.0] --: core 270 MHz memory 324 MHz [ 15.687173] vga_switcheroo: enabled [ 15.687395] [TTM] Zone kernel: Available graphics memory: 1975952 kiB [ 15.687407] [TTM] Initializing pool allocator [ 15.687411] [TTM] Initializing DMA pool allocator [ 15.687419] nouveau [ DRM] VRAM: 1024 MiB [ 15.687421] nouveau [ DRM] GART: 1048576 MiB [ 15.687424] nouveau E[ DRM] Pointer to TMDS table invalid [ 15.687457] nouveau [ DRM] DCB version 4.0 [ 15.687458] nouveau E[ DRM] Pointer to flat panel table invalid [ 15.687488] nouveau [ DRM] ACPI backlight interface available, not registering our own [ 15.695734] nouveau [ DRM] MM: using COPY0 for buffer copies [ 15.695742] [drm] Initialized nouveau 1.1.1 20120801 for 0000:03:00.0 on minor 1 [ 16.373944] audit_printk_skb: 165 callbacks suppressed [ 16.373947] type=1400 audit(1396428031.647:67): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/sbin/cups-browsed" pid=1009 comm="apparmor_parser" [ 23.780626] ACPI Warning: \_SB_.PCI0.RP05.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131115/nsarguments-95) [ 23.780959] ACPI Warning: \_SB_.PCI0.RP05.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131115/nsarguments-95) [ 43.052730] type=1400 audit(1396428056.002:68): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/lib/cups/backend/cups-pdf" pid=2133 comm="apparmor_parser" [ 43.052737] type=1400 audit(1396428056.002:69): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/sbin/cupsd" pid=2133 comm="apparmor_parser" [ 43.053023] type=1400 audit(1396428056.002:70): apparmor="STATUS" operation="profile_replace" profile="unconfined" name="/usr/sbin/cupsd" pid=2133 comm="apparmor_parser"
Bus 001 Device 007: ID 413c:81a3 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 0x81a3 bcdDevice 0.06 iManufacturer 1 Sierra Wireless, Incorporated iProduct 2 Dell Wireless 5570 HSPA+ (42Mbps) Mobile Broadband Card iSerial 3 bNumConfigurations 2 Configuration Descriptor: bLength 9 bDescriptorType 2 wTotalLength 160 bNumInterfaces 4 bConfigurationValue 1 iConfiguration 0 bmAttributes 0xc0 Self Powered 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 9 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x81 EP 1 IN bmAttributes 2 Transfer Type Bulk Synch Type None Usage Type Data wMaxPacketSize 0x0200 1x 512 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 0x0200 1x 512 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 9 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x83 EP 3 IN bmAttributes 2 Transfer Type Bulk Synch Type None Usage Type Data wMaxPacketSize 0x0200 1x 512 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 0x0200 1x 512 bytes bInterval 0 Interface Descriptor: bLength 9 bDescriptorType 4 bInterfaceNumber 8 bAlternateSetting 0 bNumEndpoints 3 bInterfaceClass 255 Vendor Specific Class bInterfaceSubClass 255 Vendor Specific Subclass bInterfaceProtocol 255 Vendor Specific Protocol iInterface 0 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x86 EP 6 IN bmAttributes 3 Transfer Type Interrupt Synch Type None Usage Type Data wMaxPacketSize 0x000a 1x 10 bytes bInterval 9 Endpoint Descriptor: bLength 7 bDescriptorType 5 bEndpointAddress 0x85 EP 5 IN bmAttributes 2 Transfer Type Bulk Synch Type None Usage Type Data wMaxPacketSize 0x0200 1x 512 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 0x0200 1x 512 bytes bInterval 0 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 0x0200 1x 512 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 0x0200 1x 512 bytes bInterval 0 Configuration Descriptor: bLength 9 bDescriptorType 2 wTotalLength 82 bNumInterfaces 2 bConfigurationValue 2 iConfiguration 0 bmAttributes 0xc0 Self Powered MaxPower 500mA 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 0x82 EP 2 IN bmAttributes 3 Transfer Type Interrupt Synch Type None Usage Type Data wMaxPacketSize 0x0040 1x 64 bytes bInterval 9 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 0x81 EP 1 IN bmAttributes 2 Transfer Type Bulk Synch Type None Usage Type Data wMaxPacketSize 0x0200 1x 512 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 0x0200 1x 512 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 2 Device Status: 0x0000 (Bus Powered)