lkml.org 
[lkml]   [2013]   [Jul]   [31]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
SubjectRe: [PATCH V8 00/33] loop: Issue O_DIRECT aio using bio_vec
From
On Wed, Jul 31, 2013 at 8:40 AM, Sedat Dilek <sedat.dilek@gmail.com> wrote:
> On Wed, Jul 31, 2013 at 2:43 AM, Dave Chinner <david@fromorbit.com> wrote:
>> On Tue, Jul 30, 2013 at 02:28:20PM -0700, Andrew Morton wrote:
>>> On Thu, 25 Jul 2013 12:50:26 -0500 Dave Kleikamp <dave.kleikamp@oracle.com> wrote:
>>>
>>> > This patch series adds a kernel interface to fs/aio.c so that kernel code can
>>> > issue concurrent asynchronous IO to file systems. It adds an aio command and
>>> > file system methods which specify io memory with pages instead of userspace
>>> > addresses.
>>> >
>>> > This series was written to reduce the current overhead loop imposes by
>>> > performing synchronus buffered file system IO from a kernel thread. These
>>> > patches turn loop into a light weight layer that translates bios into iocbs.
>>>
>>> Do you have any performance numbers?
>>>
>
> [ CC Al and Linux-next maintainer ]
>
> The more important question how to test and then provide performance numbers.
> If you give me a test-case I give you numbers!
>
>>> Does anyone care much about loop performance? What's the value here?
>>
>> Yes. Anyone using loopback devices for file-backed devices exposed
>> to containers and VMs cares about the memory and CPU overhead
>> the double caching the existing loop device has.
>>
>
> Yupp, I am here on Ubuntu/precise AMD64 in a so-called WUBI
> environment which makes intensive usage of loopback-device plus FUSE
> driver and $fs-of-your-choice (here: ext4).
>
> Today, I have pulled Dave's aio_loop GIT branch into v3.11-rc3.
> After successful compilation I am running it right now.
>
> I had also tested v6 of the series [1] from February 2013 and
> encouraged Dave to put it into Linux-next [2].
> Unfortunately, there was no response from Al.
> Again, Dave try to get it into Linux-next!
>

I have run runltp-lite from latest stable LTP (ltp-full-20130109), but
this reports errors.
I will see later if this happens with a vanilla v3.11-rc3.

See also attached files.

- Sedat -

> - Sedat -
>
> [1] http://marc.info/?t=135947707100013&r=1&w=4
> [2] http://marc.info/?l=linux-fsdevel&m=136122569807203&w=4
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 3.11.0-rc3-1-aio-small (sedat.dilek@gmail.com@fambox) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #1 SMP Wed Jul 31 08:22:45 CEST 2013
[ 0.000000] Command line: BOOT_IMAGE=/vmlinuz.upstream root=UUID=001AADA61AAD9964 loop=/ubuntu/disks/root.disk ro
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Centaur CentaurHauls
[ 0.000000] Disabled fast string operations
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000020200000-0x000000003fffffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000040000000-0x00000000401fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000040200000-0x00000000d9c9efff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000d9c9f000-0x00000000dae7efff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000dae7f000-0x00000000daf9efff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000daf9f000-0x00000000daffefff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000dafff000-0x00000000daffffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000db000000-0x00000000df9fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed08000-0x00000000fed08fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ffd80000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000011fdfffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] SMBIOS 2.6 present.
[ 0.000000] DMI: SAMSUNG ELECTRONICS CO., LTD. 530U3BI/530U4BI/530U4BH/530U3BI/530U4BI/530U4BH, BIOS 13XK 03/28/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 = 0x11fe00 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-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 000000000 mask F80000000 write-back
[ 0.000000] 1 base 080000000 mask FC0000000 write-back
[ 0.000000] 2 base 0C0000000 mask FE0000000 write-back
[ 0.000000] 3 base 0DC000000 mask FFC000000 uncachable
[ 0.000000] 4 base 0DB000000 mask FFF000000 uncachable
[ 0.000000] 5 base 100000000 mask FE0000000 write-back
[ 0.000000] 6 base 11FE00000 mask FFFE00000 uncachable
[ 0.000000] 7 base 0FFC00000 mask FFFC00000 write-protect
[ 0.000000] 8 disabled
[ 0.000000] 9 disabled
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] e820: last_pfn = 0xdb000 max_arch_pfn = 0x400000000
[ 0.000000] found SMP MP-table at [mem 0x000f00e0-0x000f00ef] mapped at [ffff8800000f00e0]
[ 0.000000] Scanning 1 areas for low memory corruption
[ 0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576
[ 0.000000] reserving inaccessible SNB gfx pages
[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[ 0.000000] [mem 0x00000000-0x000fffff] page 4k
[ 0.000000] BRK [0x0204c000, 0x0204cfff] PGTABLE
[ 0.000000] BRK [0x0204d000, 0x0204dfff] PGTABLE
[ 0.000000] BRK [0x0204e000, 0x0204efff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x11fc00000-0x11fdfffff]
[ 0.000000] [mem 0x11fc00000-0x11fdfffff] page 2M
[ 0.000000] BRK [0x0204f000, 0x0204ffff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x11c000000-0x11fbfffff]
[ 0.000000] [mem 0x11c000000-0x11fbfffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x100000000-0x11bffffff]
[ 0.000000] [mem 0x100000000-0x11bffffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x00100000-0x1fffffff]
[ 0.000000] [mem 0x00100000-0x001fffff] page 4k
[ 0.000000] [mem 0x00200000-0x1fffffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x20200000-0x3fffffff]
[ 0.000000] [mem 0x20200000-0x3fffffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x40200000-0xd9c9efff]
[ 0.000000] [mem 0x40200000-0xd9bfffff] page 2M
[ 0.000000] [mem 0xd9c00000-0xd9c9efff] page 4k
[ 0.000000] BRK [0x02050000, 0x02050fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0xdafff000-0xdaffffff]
[ 0.000000] [mem 0xdafff000-0xdaffffff] page 4k
[ 0.000000] RAMDISK: [mem 0x37964000-0x37ca9fff]
[ 0.000000] ACPI: RSDP 00000000000f0100 00024 (v02 SECCSD)
[ 0.000000] ACPI: XSDT 00000000daffe170 0008C (v01 SECCSD LH43STAR 00000002 PTEC 00000002)
[ 0.000000] ACPI: FACP 00000000dafef000 0010C (v05 SECCSD LH43STAR 00000002 PTL 00000002)
[ 0.000000] ACPI: DSDT 00000000daff2000 083AC (v02 SECCSD SNB-CPT 00000000 INTL 20061109)
[ 0.000000] ACPI: FACS 00000000daf47000 00040
[ 0.000000] ACPI: SLIC 00000000daffd000 00176 (v01 SECCSD LH43STAR 00000002 PTEC 00000001)
[ 0.000000] ACPI: SSDT 00000000daffb000 01068 (v01 SECCSD PtidDevc 00001000 INTL 20061109)
[ 0.000000] ACPI: ASF! 00000000daff1000 000A5 (v32 SECCSD LH43STAR 00000002 PTL 00000002)
[ 0.000000] ACPI: HPET 00000000dafee000 00038 (v01 SECCSD LH43STAR 00000002 PTL 00000002)
[ 0.000000] ACPI: APIC 00000000dafed000 00098 (v03 SECCSD LH43STAR 00000002 PTL 00000002)
[ 0.000000] ACPI: MCFG 00000000dafec000 0003C (v01 SECCSD LH43STAR 00000002 PTL 00000002)
[ 0.000000] ACPI: SSDT 00000000dafeb000 00804 (v01 PmRef Cpu0Ist 00003000 INTL 20061109)
[ 0.000000] ACPI: SSDT 00000000dafea000 00996 (v01 PmRef CpuPm 00003000 INTL 20061109)
[ 0.000000] ACPI: UEFI 00000000dafe9000 0003E (v01 SECCSD LH43STAR 00000002 PTL 00000002)
[ 0.000000] ACPI: UEFI 00000000dafe8000 00042 (v01 PTL COMBUF 00000001 PTL 00000001)
[ 0.000000] ACPI: UEFI 00000000dafe7000 0026A (v01 SECCSD LH43STAR 00000002 PTL 00000002)
[ 0.000000] ACPI: SSDT 00000000dafe6000 000D0 (v01 Iffs IffsAsl 00003000 INTL 20061109)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000011fdfffff]
[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x11fdfffff]
[ 0.000000] NODE_DATA [mem 0x11fdf7000-0x11fdfbfff]
[ 0.000000] [ffffea0000000000-ffffea0003ffffff] PMD -> [ffff88011b400000-ffff88011edfffff] on node 0
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x00001000-0x00ffffff]
[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
[ 0.000000] Normal [mem 0x100000000-0x11fdfffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x00001000-0x0009cfff]
[ 0.000000] node 0: [mem 0x00100000-0x1fffffff]
[ 0.000000] node 0: [mem 0x20200000-0x3fffffff]
[ 0.000000] node 0: [mem 0x40200000-0xd9c9efff]
[ 0.000000] node 0: [mem 0xdafff000-0xdaffffff]
[ 0.000000] node 0: [mem 0x100000000-0x11fdfffff]
[ 0.000000] On node 0 totalpages: 1021500
[ 0.000000] DMA zone: 56 pages used for memmap
[ 0.000000] DMA zone: 156 pages reserved
[ 0.000000] DMA zone: 3996 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 12127 pages used for memmap
[ 0.000000] DMA32 zone: 886944 pages, LIFO batch:31
[ 0.000000] Normal zone: 1785 pages used for memmap
[ 0.000000] Normal zone: 130560 pages, LIFO batch:31
[ 0.000000] ACPI: PM-Timer IO Port: 0x408
[ 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[0x01] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x00] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x00] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x00] disabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x0e] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 14, version 32, address 0xfec00000, GSI 0-23
[ 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: 0x8086a301 base: 0xfed00000
[ 0.000000] smpboot: Allowing 8 CPUs, 4 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 40
[ 0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
[ 0.000000] PM: Registered nosave memory: [mem 0x0009e000-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 0x20000000-0x201fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x40000000-0x401fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xd9c9f000-0xdae7efff]
[ 0.000000] PM: Registered nosave memory: [mem 0xdae7f000-0xdaf9efff]
[ 0.000000] PM: Registered nosave memory: [mem 0xdaf9f000-0xdaffefff]
[ 0.000000] PM: Registered nosave memory: [mem 0xdb000000-0xdf9fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xdfa00000-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-0xfed07fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed08000-0xfed08fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed09000-0xfed0ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed10000-0xfed19fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed1a000-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-0xffd7ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xffd80000-0xffffffff]
[ 0.000000] e820: [mem 0xdfa00000-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:8 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 29 pages/cpu @ffff88011fa00000 s87616 r8192 d22976 u262144
[ 0.000000] pcpu-alloc: s87616 r8192 d22976 u262144 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1007376
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz.upstream root=UUID=001AADA61AAD9964 loop=/ubuntu/disks/root.disk ro
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
[ 0.000000] Checking aperture...
[ 0.000000] No AGP bridge found
[ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
[ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[ 0.000000] Memory: 3938464K/4086000K available (7115K kernel code, 1044K rwdata, 3144K rodata, 1332K init, 1984K bss, 147536K reserved)
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=8.
[ 0.000000] NR_IRQS:16640 nr_irqs:744 16
[ 0.000000] Console: colour VGA+ 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] ODEBUG: 0 of 0 active objects replaced
[ 0.000000] hpet clockevent registered
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.004000] tsc: Detected 1596.415 MHz processor
[ 0.000003] Calibrating delay loop (skipped), value calculated using timer frequency.. 3192.83 BogoMIPS (lpj=6385660)
[ 0.000081] pid_max: default: 32768 minimum: 301
[ 0.000246] Security Framework initialized
[ 0.000292] AppArmor: AppArmor initialized
[ 0.000329] Yama: becoming mindful.
[ 0.000751] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.001859] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.002361] Mount-cache hash table entries: 256
[ 0.002908] Initializing cgroup subsys memory
[ 0.003008] Initializing cgroup subsys devices
[ 0.003046] Initializing cgroup subsys freezer
[ 0.003085] Initializing cgroup subsys blkio
[ 0.003122] Initializing cgroup subsys perf_event
[ 0.003160] Initializing cgroup subsys hugetlb
[ 0.003246] Disabled fast string operations
[ 0.003283] CPU: Physical Processor ID: 0
[ 0.003320] CPU: Processor Core ID: 0
[ 0.003360] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 0.003360] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[ 0.003426] mce: CPU supports 7 MCE banks
[ 0.003478] CPU0: Thermal monitoring enabled (TM1)
[ 0.003524] Last level iTLB entries: 4KB 512, 2MB 0, 4MB 0
[ 0.003524] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32
[ 0.003524] tlb_flushall_shift: 5
[ 0.003697] Freeing SMP alternatives memory: 24K (ffffffff81e54000 - ffffffff81e5a000)
[ 0.004784] ACPI: Core revision 20130517
[ 0.015613] ACPI: All ACPI Tables successfully acquired
[ 0.029703] ftrace: allocating 27076 entries in 106 pages
[ 0.045113] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.084813] smpboot: CPU0: Intel(R) Core(TM) i5-2467M CPU @ 1.60GHz (fam: 06, model: 2a, stepping: 07)
[ 0.085429] TSC deadline timer enabled
[ 0.085441] Performance Events: PEBS fmt1+, 16-deep LBR, SandyBridge events, full-width counters, Intel PMU driver.
[ 0.085590] ... version: 3
[ 0.085626] ... bit width: 48
[ 0.085662] ... generic registers: 4
[ 0.085699] ... value mask: 0000ffffffffffff
[ 0.085737] ... max period: 0000ffffffffffff
[ 0.085775] ... fixed-purpose events: 3
[ 0.085811] ... event mask: 000000070000000f
[ 0.098943] Disabled fast string operations
[ 0.102125] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[ 0.113802] Disabled fast string operations
[ 0.127513] Disabled fast string operations
[ 0.087856] smpboot: Booting Node 0, Processors #1 #2 #3
[ 0.129645] Brought up 4 CPUs
[ 0.129746] smpboot: Total of 4 processors activated (12771.32 BogoMIPS)
[ 0.133806] devtmpfs: initialized
[ 0.135848] EVM: security.selinux
[ 0.135883] EVM: security.SMACK64
[ 0.135918] EVM: security.capability
[ 0.136040] PM: Registering ACPI NVS region [mem 0xdae7f000-0xdaf9efff] (1179648 bytes)
[ 0.137578] regulator-dummy: no parameters
[ 0.137771] NET: Registered protocol family 16
[ 0.138149] ACPI: bus type PCI registered
[ 0.138300] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[ 0.138359] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[ 0.145142] PCI: Using configuration type 1 for base access
[ 0.148533] bio: create slab <bio-0> at 0
[ 0.148996] ACPI: Added _OSI(Module Device)
[ 0.149035] ACPI: Added _OSI(Processor Device)
[ 0.149073] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.149111] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.150891] ACPI: EC: Look up EC in DSDT
[ 0.177452] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.183465] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[ 0.195226] ACPI: SSDT 00000000dae70718 00688 (v01 PmRef Cpu0Cst 00003001 INTL 20061109)
[ 0.195824] ACPI: Dynamic OEM Table Load:
[ 0.195894] ACPI: SSDT (null) 00688 (v01 PmRef Cpu0Cst 00003001 INTL 20061109)
[ 0.205888] ACPI: SSDT 00000000dae71a98 00303 (v01 PmRef ApIst 00003000 INTL 20061109)
[ 0.206563] ACPI: Dynamic OEM Table Load:
[ 0.206633] ACPI: SSDT (null) 00303 (v01 PmRef ApIst 00003000 INTL 20061109)
[ 0.217848] ACPI: SSDT 00000000dae6fd98 00119 (v01 PmRef ApCst 00003000 INTL 20061109)
[ 0.218420] ACPI: Dynamic OEM Table Load:
[ 0.218490] ACPI: SSDT (null) 00119 (v01 PmRef ApCst 00003000 INTL 20061109)
[ 0.231830] ACPI: Interpreter enabled
[ 0.231881] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130517/hwxface-571)
[ 0.231990] ACPI: (supports S0 S1 S3 S4 S5)
[ 0.232027] ACPI: Using IOAPIC for interrupt routing
[ 0.232120] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.232351] ACPI: No dock devices found.
[ 0.256089] ACPI: Power Resource [FN00] (off)
[ 0.256316] ACPI: Power Resource [FN01] (off)
[ 0.256531] ACPI: Power Resource [FN02] (off)
[ 0.256746] ACPI: Power Resource [FN03] (off)
[ 0.256965] ACPI: Power Resource [FN04] (off)
[ 0.258157] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[ 0.258532] \_SB_.PCI0:_OSC invalid UUID
[ 0.258534] _OSC request data:1 8 0
[ 0.259504] PCI host bridge to bus 0000:00
[ 0.259543] pci_bus 0000:00: root bus resource [bus 00-3e]
[ 0.259583] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
[ 0.259624] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
[ 0.259664] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[ 0.259706] pci_bus 0000:00: root bus resource [mem 0xdfa00000-0xfeafffff]
[ 0.259748] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff]
[ 0.259804] pci 0000:00:00.0: [8086:0104] type 00 class 0x060000
[ 0.259960] pci 0000:00:02.0: [8086:0116] type 00 class 0x030000
[ 0.259973] pci 0000:00:02.0: reg 0x10: [mem 0xf0000000-0xf03fffff 64bit]
[ 0.259980] pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit pref]
[ 0.259985] pci 0000:00:02.0: reg 0x20: [io 0x3000-0x303f]
[ 0.260168] pci 0000:00:16.0: [8086:1c3a] type 00 class 0x078000
[ 0.260196] pci 0000:00:16.0: reg 0x10: [mem 0xf0705000-0xf070500f 64bit]
[ 0.260280] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[ 0.260441] pci 0000:00:1a.0: [8086:1c2d] type 00 class 0x0c0320
[ 0.260466] pci 0000:00:1a.0: reg 0x10: [mem 0xf070a000-0xf070a3ff]
[ 0.260567] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[ 0.260673] pci 0000:00:1b.0: [8086:1c20] type 00 class 0x040300
[ 0.260691] pci 0000:00:1b.0: reg 0x10: [mem 0xf0700000-0xf0703fff 64bit]
[ 0.260770] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.260816] pci 0000:00:1b.0: System wakeup disabled by ACPI
[ 0.260922] pci 0000:00:1c.0: [8086:1c10] type 01 class 0x060400
[ 0.261013] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.261062] pci 0000:00:1c.0: System wakeup disabled by ACPI
[ 0.261170] pci 0000:00:1c.3: [8086:1c16] type 01 class 0x060400
[ 0.261261] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[ 0.261322] pci 0000:00:1c.3: System wakeup disabled by ACPI
[ 0.261430] pci 0000:00:1c.4: [8086:1c18] type 01 class 0x060400
[ 0.261522] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[ 0.261648] pci 0000:00:1d.0: [8086:1c26] type 00 class 0x0c0320
[ 0.261676] pci 0000:00:1d.0: reg 0x10: [mem 0xf0709000-0xf07093ff]
[ 0.261777] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 0.261880] pci 0000:00:1f.0: [8086:1c49] type 00 class 0x060100
[ 0.262076] pci 0000:00:1f.2: [8086:1c03] type 00 class 0x010601
[ 0.262098] pci 0000:00:1f.2: reg 0x10: [io 0x3088-0x308f]
[ 0.262108] pci 0000:00:1f.2: reg 0x14: [io 0x3094-0x3097]
[ 0.262118] pci 0000:00:1f.2: reg 0x18: [io 0x3080-0x3087]
[ 0.262128] pci 0000:00:1f.2: reg 0x1c: [io 0x3090-0x3093]
[ 0.262138] pci 0000:00:1f.2: reg 0x20: [io 0x3060-0x307f]
[ 0.262148] pci 0000:00:1f.2: reg 0x24: [mem 0xf0708000-0xf07087ff]
[ 0.262200] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.262316] pci 0000:00:1f.3: [8086:1c22] type 00 class 0x0c0500
[ 0.262335] pci 0000:00:1f.3: reg 0x10: [mem 0xf0704000-0xf07040ff 64bit]
[ 0.262359] pci 0000:00:1f.3: reg 0x20: [io 0xefa0-0xefbf]
[ 0.262728] pci 0000:01:00.0: [8086:0091] type 00 class 0x028000
[ 0.262909] pci 0000:01:00.0: reg 0x10: [mem 0xf0600000-0xf0601fff 64bit]
[ 0.263626] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[ 0.263796] pci 0000:01:00.0: System wakeup disabled by ACPI
[ 0.269800] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 0.269844] pci 0000:00:1c.0: bridge window [mem 0xf0600000-0xf06fffff]
[ 0.270015] pci 0000:02:00.0: [10ec:8168] type 00 class 0x020000
[ 0.270081] pci 0000:02:00.0: reg 0x10: [io 0x2000-0x20ff]
[ 0.270204] pci 0000:02:00.0: reg 0x18: [mem 0xf0404000-0xf0404fff 64bit pref]
[ 0.270280] pci 0000:02:00.0: reg 0x20: [mem 0xf0400000-0xf0403fff 64bit pref]
[ 0.270618] pci 0000:02:00.0: supports D1 D2
[ 0.270620] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.270743] pci 0000:02:00.0: System wakeup disabled by ACPI
[ 0.277735] pci 0000:00:1c.3: PCI bridge to [bus 02]
[ 0.277796] pci 0000:00:1c.3: bridge window [io 0x2000-0x2fff]
[ 0.277805] pci 0000:00:1c.3: bridge window [mem 0xf0400000-0xf04fffff 64bit pref]
[ 0.277931] pci 0000:03:00.0: [1b21:1042] type 00 class 0x0c0330
[ 0.277969] pci 0000:03:00.0: reg 0x10: [mem 0xf0500000-0xf0507fff 64bit]
[ 0.278167] pci 0000:03:00.0: PME# supported from D3hot D3cold
[ 0.285705] pci 0000:00:1c.4: PCI bridge to [bus 03]
[ 0.285781] pci 0000:00:1c.4: bridge window [mem 0xf0500000-0xf05fffff]
[ 0.285966] \_SB_.PCI0:_OSC invalid UUID
[ 0.285967] _OSC request data:1 1f 0
[ 0.285972] acpi PNP0A08:00: ACPI _OSC support notification failed, disabling PCIe ASPM
[ 0.286028] acpi PNP0A08:00: Unable to request _OSC control (_OSC support mask: 0x08)
[ 0.286957] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 10 *11 12 14 15)
[ 0.287307] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.287701] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 *10 11 12 14 15)
[ 0.288048] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 *10 11 12 14 15)
[ 0.288394] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 10 11 12 14 15) *9
[ 0.288768] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.289160] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 10 *11 12 14 15)
[ 0.289510] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 10 11 12 14 15) *9
[ 0.290382] ACPI: Enabled 4 GPEs in block 00 to 3F
[ 0.290461] ACPI: \_SB_.PCI0: notify handler is installed
[ 0.290524] Found 1 acpi root devices
[ 0.290594] ACPI: EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
[ 0.290952] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.291010] vgaarb: loaded
[ 0.291044] vgaarb: bridge control possible 0000:00:02.0
[ 0.291756] SCSI subsystem initialized
[ 0.291793] ACPI: bus type ATA registered
[ 0.291927] libata version 3.00 loaded.
[ 0.291989] ACPI: bus type USB registered
[ 0.292069] usbcore: registered new interface driver usbfs
[ 0.292131] usbcore: registered new interface driver hub
[ 0.292226] usbcore: registered new device driver usb
[ 0.292619] PCI: Using ACPI for IRQ routing
[ 0.294358] PCI: pci_cache_line_size set to 64 bytes
[ 0.294471] e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
[ 0.294474] e820: reserve RAM buffer [mem 0xd9c9f000-0xdbffffff]
[ 0.294477] e820: reserve RAM buffer [mem 0xdb000000-0xdbffffff]
[ 0.294478] e820: reserve RAM buffer [mem 0x11fe00000-0x11fffffff]
[ 0.294723] NetLabel: Initializing
[ 0.294758] NetLabel: domain hash size = 128
[ 0.294795] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.294877] NetLabel: unlabeled traffic allowed by default
[ 0.295006] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 0.295196] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[ 0.297258] Switched to clocksource hpet
[ 0.314999] AppArmor: AppArmor Filesystem Enabled
[ 0.315093] pnp: PnP ACPI init
[ 0.315143] ACPI: bus type PNP registered
[ 0.315608] pnp 00:00: [dma 4]
[ 0.315651] pnp 00:00: Plug and Play ACPI device, IDs PNP0200 (active)
[ 0.315697] pnp 00:01: Plug and Play ACPI device, IDs INT0800 (active)
[ 0.315863] pnp 00:02: Plug and Play ACPI device, IDs PNP0103 (active)
[ 0.315921] pnp 00:03: Plug and Play ACPI device, IDs PNP0c04 (active)
[ 0.316000] system 00:04: [io 0x0680-0x069f] has been reserved
[ 0.316042] system 00:04: [io 0x1000-0x100f] has been reserved
[ 0.316083] system 00:04: [io 0x5000-0x5003] has been reserved
[ 0.316124] system 00:04: [io 0xffff] has been reserved
[ 0.316164] system 00:04: [io 0x0400-0x0453] could not be reserved
[ 0.316205] system 00:04: [io 0x0458-0x047f] has been reserved
[ 0.316245] system 00:04: [io 0x0500-0x057f] has been reserved
[ 0.316286] system 00:04: [io 0x0a00-0x0a0f] has been reserved
[ 0.316326] system 00:04: [io 0x164e-0x164f] has been reserved
[ 0.316367] system 00:04: [io 0x5000-0x500f] could not be reserved
[ 0.316409] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.316458] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.316549] system 00:06: [io 0x0454-0x0457] has been reserved
[ 0.316591] system 00:06: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[ 0.316649] pnp 00:07: Plug and Play ACPI device, IDs PNP0303 (active)
[ 0.316733] pnp 00:08: Plug and Play ACPI device, IDs ETD0b00 SYN0002 PNP0f13 (active)
[ 0.317044] system 00:09: [mem 0xfed1c000-0xfed1ffff] has been reserved
[ 0.317087] system 00:09: [mem 0xfed10000-0xfed17fff] has been reserved
[ 0.317128] system 00:09: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.317170] system 00:09: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.317212] system 00:09: [mem 0xf8000000-0xfbffffff] has been reserved
[ 0.317264] system 00:09: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.317308] system 00:09: [mem 0xfed90000-0xfed93fff] has been reserved
[ 0.317350] system 00:09: [mem 0xfed45000-0xfed8ffff] has been reserved
[ 0.317392] system 00:09: [mem 0xff000000-0xffffffff] could not be reserved
[ 0.317435] system 00:09: [mem 0xfee00000-0xfeefffff] could not be reserved
[ 0.317478] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.318253] system 00:0a: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.318292] pnp: PnP ACPI: found 11 devices
[ 0.318329] ACPI: bus type PNP unregistered
[ 0.326415] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 0.326459] pci 0000:00:1c.0: bridge window [mem 0xf0600000-0xf06fffff]
[ 0.326511] pci 0000:00:1c.3: PCI bridge to [bus 02]
[ 0.326551] pci 0000:00:1c.3: bridge window [io 0x2000-0x2fff]
[ 0.326598] pci 0000:00:1c.3: bridge window [mem 0xf0400000-0xf04fffff 64bit pref]
[ 0.326660] pci 0000:00:1c.4: PCI bridge to [bus 03]
[ 0.326702] pci 0000:00:1c.4: bridge window [mem 0xf0500000-0xf05fffff]
[ 0.327171] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
[ 0.327173] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
[ 0.327175] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[ 0.327177] pci_bus 0000:00: resource 7 [mem 0xdfa00000-0xfeafffff]
[ 0.327179] pci_bus 0000:00: resource 8 [mem 0xfed40000-0xfed44fff]
[ 0.327181] pci_bus 0000:01: resource 1 [mem 0xf0600000-0xf06fffff]
[ 0.327184] pci_bus 0000:02: resource 0 [io 0x2000-0x2fff]
[ 0.327186] pci_bus 0000:02: resource 2 [mem 0xf0400000-0xf04fffff 64bit pref]
[ 0.327188] pci_bus 0000:03: resource 1 [mem 0xf0500000-0xf05fffff]
[ 0.327324] NET: Registered protocol family 2
[ 0.327732] TCP established hash table entries: 32768 (order: 7, 524288 bytes)
[ 0.327967] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes)
[ 0.328282] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.328580] TCP: reno registered
[ 0.328633] UDP hash table entries: 2048 (order: 5, 196608 bytes)
[ 0.328737] UDP-Lite hash table entries: 2048 (order: 5, 196608 bytes)
[ 0.329034] NET: Registered protocol family 1
[ 0.329089] pci 0000:00:02.0: Boot video device
[ 0.329877] PCI: CLS 64 bytes, default 64
[ 0.330087] Trying to unpack rootfs image as initramfs...
[ 0.406566] Freeing initrd memory: 3352K (ffff880037964000 - ffff880037caa000)
[ 0.406627] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 0.406668] software IO TLB [mem 0xd5c9f000-0xd9c9f000] (64MB) mapped at [ffff8800d5c9f000-ffff8800d9c9efff]
[ 0.407100] microcode: CPU0 sig=0x206a7, pf=0x10, revision=0x28
[ 0.407147] microcode: CPU1 sig=0x206a7, pf=0x10, revision=0x28
[ 0.407198] microcode: CPU2 sig=0x206a7, pf=0x10, revision=0x28
[ 0.407249] microcode: CPU3 sig=0x206a7, pf=0x10, revision=0x28
[ 0.407374] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[ 0.407431] Scanning for low memory corruption every 60 seconds
[ 0.408072] Initialise module verification
[ 0.408171] audit: initializing netlink socket (disabled)
[ 0.408230] type=2000 audit(1375259234.396:1): initialized
[ 0.439056] bounce pool size: 64 pages
[ 0.439118] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.439837] VFS: Disk quotas dquot_6.5.2
[ 0.440418] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.441300] fuse init (API version 7.22)
[ 0.441443] msgmni has been set to 7698
[ 0.442149] Key type asymmetric registered
[ 0.442188] Asymmetric key parser 'x509' registered
[ 0.442274] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 0.442386] io scheduler noop registered
[ 0.442423] io scheduler deadline registered (default)
[ 0.442496] io scheduler cfq registered
[ 0.442910] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.442991] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 0.443178] intel_idle: MWAIT substates: 0x21120
[ 0.443179] intel_idle: v0.4 model 0x2A
[ 0.443181] intel_idle: lapic_timer_reliable_states 0xffffffff
[ 0.443676] ACPI: AC Adapter [ADP1] (on-line)
[ 0.444126] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input0
[ 0.444202] ACPI: Lid Switch [LID0]
[ 0.444300] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
[ 0.444359] ACPI: Power Button [PWRB]
[ 0.444459] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[ 0.444515] ACPI: Power Button [PWRF]
[ 0.444640] ACPI: Fan [FAN0] (off)
[ 0.444727] ACPI: Fan [FAN1] (off)
[ 0.444815] ACPI: Fan [FAN2] (off)
[ 0.444898] ACPI: Fan [FAN3] (off)
[ 0.444983] ACPI: Fan [FAN4] (off)
[ 0.445099] ACPI: Requesting acpi_cpufreq
[ 0.448472] thermal LNXTHERM:00: registered as thermal_zone0
[ 0.448513] ACPI: Thermal Zone [TZ00] (69 C)
[ 0.448978] thermal LNXTHERM:01: registered as thermal_zone1
[ 0.449018] ACPI: Thermal Zone [TZ01] (30 C)
[ 0.449103] GHES: HEST is not enabled!
[ 0.449440] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 0.454414] ACPI: Battery Slot [BAT1] (battery present)
[ 0.454430] Linux agpgart interface v0.103
[ 0.457064] brd: module loaded
[ 0.458518] loop: module loaded
[ 0.458782] mei_me 0000:00:16.0: setting latency timer to 64
[ 0.458828] mei_me 0000:00:16.0: irq 40 for MSI/MSI-X
[ 0.461957] ahci 0000:00:1f.2: version 3.0
[ 0.462143] ahci 0000:00:1f.2: irq 41 for MSI/MSI-X
[ 0.462349] ahci: SSS flag set, parallel bus scan disabled
[ 0.477173] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x1b impl SATA mode
[ 0.477230] ahci 0000:00:1f.2: flags: 64bit ncq sntf ilck stag pm led clo pio slum part ems sxs apst
[ 0.477291] ahci 0000:00:1f.2: setting latency timer to 64
[ 0.501973] scsi0 : ahci
[ 0.502216] scsi1 : ahci
[ 0.502372] scsi2 : ahci
[ 0.502526] scsi3 : ahci
[ 0.502682] scsi4 : ahci
[ 0.502841] scsi5 : ahci
[ 0.502952] ata1: SATA max UDMA/133 abar m2048@0xf0708000 port 0xf0708100 irq 41
[ 0.503007] ata2: SATA max UDMA/133 abar m2048@0xf0708000 port 0xf0708180 irq 41
[ 0.503060] ata3: DUMMY
[ 0.503094] ata4: SATA max UDMA/133 abar m2048@0xf0708000 port 0xf0708280 irq 41
[ 0.503148] ata5: SATA max UDMA/133 abar m2048@0xf0708000 port 0xf0708300 irq 41
[ 0.503201] ata6: DUMMY
[ 0.504092] libphy: Fixed MDIO Bus: probed
[ 0.504407] tun: Universal TUN/TAP device driver, 1.6
[ 0.504444] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[ 0.504564] PPP generic driver version 2.4.2
[ 0.504714] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.504755] ehci_hcd: block sizes: qh 112 qtd 96 itd 192 sitd 96
[ 0.504764] ehci-pci: EHCI PCI platform driver
[ 0.504983] ehci-pci 0000:00:1a.0: setting latency timer to 64
[ 0.504993] ehci-pci 0000:00:1a.0: EHCI Host Controller
[ 0.505038] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[ 0.505120] ehci-pci 0000:00:1a.0: debug port 2
[ 0.505161] ehci-pci 0000:00:1a.0: reset hcs_params 0x200002 dbg=2 cc=0 pcc=0 ordered !ppc ports=2
[ 0.505164] ehci-pci 0000:00:1a.0: reset hcc_params 36881 caching frame 1024 64 bit addr
[ 0.505203] ehci-pci 0000:00:1a.0: reset command 0080002 (park)=0 ithresh=8 period=1024 Reset HALT
[ 0.509088] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[ 0.509090] ehci-pci 0000:00:1a.0: supports USB remote wakeup
[ 0.509142] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf070a000
[ 0.509184] ehci-pci 0000:00:1a.0: init command 0010001 (park)=0 ithresh=1 period=1024 RUN
[ 0.521113] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[ 0.521189] usb usb1: default language 0x0409
[ 0.521202] usb usb1: udev 1, busnum 1, minor = 0
[ 0.521204] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.521245] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.521299] usb usb1: Product: EHCI Host Controller
[ 0.521337] usb usb1: Manufacturer: Linux 3.11.0-rc3-1-aio-small ehci_hcd
[ 0.521378] usb usb1: SerialNumber: 0000:00:1a.0
[ 0.521544] usb usb1: usb_probe_device
[ 0.521546] usb usb1: configuration #1 chosen from 1 choice
[ 0.521557] usb usb1: adding 1-0:1.0 (config #1, interface 0)
[ 0.521591] hub 1-0:1.0: usb_probe_interface
[ 0.521593] hub 1-0:1.0: usb_probe_interface - got id
[ 0.521596] hub 1-0:1.0: USB hub found
[ 0.521639] hub 1-0:1.0: 2 ports detected
[ 0.521675] hub 1-0:1.0: standalone hub
[ 0.521677] hub 1-0:1.0: no power switching (usb 1.0)
[ 0.521678] hub 1-0:1.0: individual port over-current protection
[ 0.521680] hub 1-0:1.0: power on to power good time: 20ms
[ 0.521686] hub 1-0:1.0: local power source is good
[ 0.521740] hub 1-0:1.0: trying to enable port power on non-switchable hub
[ 0.521967] ehci-pci 0000:00:1d.0: setting latency timer to 64
[ 0.521974] ehci-pci 0000:00:1d.0: EHCI Host Controller
[ 0.522018] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[ 0.522088] ehci-pci 0000:00:1d.0: debug port 2
[ 0.522127] ehci-pci 0000:00:1d.0: reset hcs_params 0x200002 dbg=2 cc=0 pcc=0 ordered !ppc ports=2
[ 0.522131] ehci-pci 0000:00:1d.0: reset hcc_params 36881 caching frame 1024 64 bit addr
[ 0.522165] ehci-pci 0000:00:1d.0: reset command 0080002 (park)=0 ithresh=8 period=1024 Reset HALT
[ 0.526041] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[ 0.526043] ehci-pci 0000:00:1d.0: supports USB remote wakeup
[ 0.526087] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf0709000
[ 0.526128] ehci-pci 0000:00:1d.0: init command 0010001 (park)=0 ithresh=1 period=1024 RUN
[ 0.537106] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[ 0.537182] usb usb2: default language 0x0409
[ 0.537194] usb usb2: udev 1, busnum 2, minor = 128
[ 0.537196] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.537237] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.537291] usb usb2: Product: EHCI Host Controller
[ 0.537328] usb usb2: Manufacturer: Linux 3.11.0-rc3-1-aio-small ehci_hcd
[ 0.537369] usb usb2: SerialNumber: 0000:00:1d.0
[ 0.537520] usb usb2: usb_probe_device
[ 0.537522] usb usb2: configuration #1 chosen from 1 choice
[ 0.537531] usb usb2: adding 2-0:1.0 (config #1, interface 0)
[ 0.537562] hub 2-0:1.0: usb_probe_interface
[ 0.537564] hub 2-0:1.0: usb_probe_interface - got id
[ 0.537566] hub 2-0:1.0: USB hub found
[ 0.537607] hub 2-0:1.0: 2 ports detected
[ 0.537643] hub 2-0:1.0: standalone hub
[ 0.537644] hub 2-0:1.0: no power switching (usb 1.0)
[ 0.537646] hub 2-0:1.0: individual port over-current protection
[ 0.537648] hub 2-0:1.0: power on to power good time: 20ms
[ 0.537653] hub 2-0:1.0: local power source is good
[ 0.537706] hub 2-0:1.0: trying to enable port power on non-switchable hub
[ 0.537784] ehci-platform: EHCI generic platform driver
[ 0.537838] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 0.537878] ohci_hcd: block sizes: ed 80 td 96
[ 0.537884] ohci-pci: OHCI PCI platform driver
[ 0.537938] ohci-platform: OHCI generic platform driver
[ 0.537991] uhci_hcd: USB Universal Host Controller Interface driver
[ 0.538231] xhci_hcd 0000:03:00.0: xHCI Host Controller
[ 0.538276] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 3
[ 0.548046] xhci_hcd 0000:03:00.0: supports USB remote wakeup
[ 0.548076] xhci_hcd 0000:03:00.0: irq 42 for MSI/MSI-X
[ 0.548084] xhci_hcd 0000:03:00.0: irq 43 for MSI/MSI-X
[ 0.548091] xhci_hcd 0000:03:00.0: irq 44 for MSI/MSI-X
[ 0.548098] xhci_hcd 0000:03:00.0: irq 45 for MSI/MSI-X
[ 0.548107] xhci_hcd 0000:03:00.0: irq 46 for MSI/MSI-X
[ 0.548380] usb usb3: default language 0x0409
[ 0.548391] usb usb3: udev 1, busnum 3, minor = 256
[ 0.548393] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.548435] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.548488] usb usb3: Product: xHCI Host Controller
[ 0.548526] usb usb3: Manufacturer: Linux 3.11.0-rc3-1-aio-small xhci_hcd
[ 0.548567] usb usb3: SerialNumber: 0000:03:00.0
[ 0.548749] usb usb3: usb_probe_device
[ 0.548751] usb usb3: configuration #1 chosen from 1 choice
[ 0.548756] xHCI xhci_add_endpoint called for root hub
[ 0.548758] xHCI xhci_check_bandwidth called for root hub
[ 0.548764] usb usb3: adding 3-0:1.0 (config #1, interface 0)
[ 0.548796] hub 3-0:1.0: usb_probe_interface
[ 0.548797] hub 3-0:1.0: usb_probe_interface - got id
[ 0.548800] hub 3-0:1.0: USB hub found
[ 0.548845] hub 3-0:1.0: 2 ports detected
[ 0.548882] hub 3-0:1.0: standalone hub
[ 0.548883] hub 3-0:1.0: no power switching (usb 1.0)
[ 0.548885] hub 3-0:1.0: individual port over-current protection
[ 0.548886] hub 3-0:1.0: Single TT
[ 0.548888] hub 3-0:1.0: TT requires at most 8 FS bit times (666 ns)
[ 0.548889] hub 3-0:1.0: power on to power good time: 20ms
[ 0.548895] hub 3-0:1.0: local power source is good
[ 0.548931] hub 3-0:1.0: trying to enable port power on non-switchable hub
[ 0.548999] xhci_hcd 0000:03:00.0: xHCI Host Controller
[ 0.549041] xhci_hcd 0000:03:00.0: new USB bus registered, assigned bus number 4
[ 0.549121] xhci_hcd 0000:03:00.0: supports USB remote wakeup
[ 0.549156] usb usb4: skipped 1 descriptor after endpoint
[ 0.549161] usb usb4: default language 0x0409
[ 0.549173] usb usb4: udev 1, busnum 4, minor = 384
[ 0.549174] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
[ 0.549216] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.549269] usb usb4: Product: xHCI Host Controller
[ 0.549307] usb usb4: Manufacturer: Linux 3.11.0-rc3-1-aio-small xhci_hcd
[ 0.549348] usb usb4: SerialNumber: 0000:03:00.0
[ 0.549484] usb usb4: usb_probe_device
[ 0.549486] usb usb4: configuration #1 chosen from 1 choice
[ 0.549492] xHCI xhci_add_endpoint called for root hub
[ 0.549493] xHCI xhci_check_bandwidth called for root hub
[ 0.549499] usb usb4: adding 4-0:1.0 (config #1, interface 0)
[ 0.549528] hub 4-0:1.0: usb_probe_interface
[ 0.549530] hub 4-0:1.0: usb_probe_interface - got id
[ 0.549532] hub 4-0:1.0: USB hub found
[ 0.549577] hub 4-0:1.0: 2 ports detected
[ 0.549613] hub 4-0:1.0: standalone hub
[ 0.549615] hub 4-0:1.0: no power switching (usb 1.0)
[ 0.549616] hub 4-0:1.0: individual port over-current protection
[ 0.549618] hub 4-0:1.0: TT requires at most 8 FS bit times (666 ns)
[ 0.549620] hub 4-0:1.0: power on to power good time: 20ms
[ 0.549625] hub 4-0:1.0: local power source is good
[ 0.549660] hub 4-0:1.0: trying to enable port power on non-switchable hub
[ 0.561155] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:EPAD] at 0x60,0x64 irq 1,12
[ 0.567508] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.567550] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 0.567816] mousedev: PS/2 mouse device common for all mice
[ 0.568324] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[ 0.568396] rtc_cmos 00:05: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[ 0.568513] device-mapper: uevent: version 1.0.3
[ 0.568646] device-mapper: ioctl: 4.25.0-ioctl (2013-06-26) initialised: dm-devel@redhat.com
[ 0.568718] Intel P-state driver initializing.
[ 0.568767] Intel pstate controlling: cpu 0
[ 0.568830] Intel pstate controlling: cpu 1
[ 0.568887] Intel pstate controlling: cpu 2
[ 0.568943] Intel pstate controlling: cpu 3
[ 0.569228] cpuidle: using governor ladder
[ 0.569504] cpuidle: using governor menu
[ 0.569548] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.569830] ashmem: initialized
[ 0.570038] TCP: cubic registered
[ 0.570363] NET: Registered protocol family 10
[ 0.570989] NET: Registered protocol family 17
[ 0.571048] Key type dns_resolver registered
[ 0.571642] PM: Hibernation image not present or could not be loaded.
[ 0.571648] Loading module verification certificates
[ 0.573057] MODSIGN: Loaded cert 'Magrathea: Glacier signing key: 915c7b93269d3111b5f9afd3bddb4c2a54ae6140'
[ 0.573171] registered taskstats version 1
[ 0.576569] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[ 0.578234] Key type trusted registered
[ 0.586267] Key type encrypted registered
[ 0.593781] rtc_cmos 00:05: setting system clock to 2013-07-31 08:27:15 UTC (1375259235)
[ 0.594611] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 0.594678] EDD information not available.
[ 0.621154] ehci-pci 0000:00:1a.0: GetStatus port:1 status 001803 0 ACK POWER sig=j CSC CONNECT
[ 0.621165] hub 1-0:1.0: port 1: status 0501 change 0001
[ 0.637154] ehci-pci 0000:00:1d.0: GetStatus port:1 status 001803 0 ACK POWER sig=j CSC CONNECT
[ 0.637167] hub 2-0:1.0: port 1: status 0501 change 0001
[ 0.645171] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 0.645529] hub 3-0:1.0: hub_suspend
[ 0.645546] usb usb3: bus auto-suspend, wakeup 1
[ 0.649187] hub 4-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 0.649260] hub 4-0:1.0: hub_suspend
[ 0.649272] usb usb4: bus auto-suspend, wakeup 1
[ 0.657736] usb usb4: usb wakeup-resume
[ 0.657748] usb usb4: usb auto-resume
[ 0.669131] hub 4-0:1.0: hub_resume
[ 0.669164] hub 4-0:1.0: port 1: status 0203 change 0001
[ 0.721112] hub 1-0:1.0: state 7 ports 2 chg 0002 evt 0000
[ 0.721153] hub 1-0:1.0: port 1, status 0501, change 0000, 480 Mb/s
[ 0.777276] ehci-pci 0000:00:1a.0: port 1 reset complete, port enabled
[ 0.777289] ehci-pci 0000:00:1a.0: GetStatus port:1 status 001005 0 ACK POWER sig=se0 PE CONNECT
[ 0.821016] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 0.822278] ata1.00: ATA-8: Hitachi HTS545050A7E380, GG2OA6C0, max UDMA/133
[ 0.822355] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[ 0.823813] ata1.00: configured for UDMA/133
[ 0.824335] scsi 0:0:0:0: Direct-Access ATA Hitachi HTS54505 GG2O PQ: 0 ANSI: 5
[ 0.825046] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[ 0.825147] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 0.825226] sd 0:0:0:0: [sda] 4096-byte physical blocks
[ 0.825624] sd 0:0:0:0: [sda] Write Protect is off
[ 0.825696] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 0.825936] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 0.832963] usb 1-1: new high-speed USB device number 2 using ehci-pci
[ 0.835705] sda: sda1 sda2 sda3
[ 0.837048] sd 0:0:0:0: [sda] Attached SCSI disk
[ 0.889198] ehci-pci 0000:00:1a.0: port 1 reset complete, port enabled
[ 0.889213] ehci-pci 0000:00:1a.0: GetStatus port:1 status 001005 0 ACK POWER sig=se0 PE CONNECT
[ 0.965639] usb 1-1: udev 2, busnum 1, minor = 1
[ 0.965650] usb 1-1: New USB device found, idVendor=8087, idProduct=0024
[ 0.965726] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 0.966150] usb 1-1: usb_probe_device
[ 0.966160] usb 1-1: configuration #1 chosen from 1 choice
[ 0.966394] usb 1-1: adding 1-1:1.0 (config #1, interface 0)
[ 0.966479] hub 1-1:1.0: usb_probe_interface
[ 0.966484] hub 1-1:1.0: usb_probe_interface - got id
[ 0.966492] hub 1-1:1.0: USB hub found
[ 0.966724] hub 1-1:1.0: 6 ports detected
[ 0.966795] hub 1-1:1.0: standalone hub
[ 0.966800] hub 1-1:1.0: individual port power switching
[ 0.966804] hub 1-1:1.0: individual port over-current protection
[ 0.966807] hub 1-1:1.0: Single TT
[ 0.966811] hub 1-1:1.0: TT requires at most 8 FS bit times (666 ns)
[ 0.966815] hub 1-1:1.0: power on to power good time: 100ms
[ 0.967078] hub 1-1:1.0: local power source is good
[ 0.967533] hub 1-1:1.0: enabling power on all ports
[ 0.968881] hub 2-0:1.0: state 7 ports 2 chg 0002 evt 0000
[ 0.968900] hub 2-0:1.0: port 1, status 0501, change 0000, 480 Mb/s
[ 1.025102] ehci-pci 0000:00:1d.0: port 1 reset complete, port enabled
[ 1.025118] ehci-pci 0000:00:1d.0: GetStatus port:1 status 001005 0 ACK POWER sig=se0 PE CONNECT
[ 1.065298] hub 1-1:1.0: port 2: status 0101 change 0001
[ 1.066042] hub 1-1:1.0: port 4: status 0101 change 0001
[ 1.080832] usb 2-1: new high-speed USB device number 2 using ehci-pci
[ 1.137021] ehci-pci 0000:00:1d.0: port 1 reset complete, port enabled
[ 1.137037] ehci-pci 0000:00:1d.0: GetStatus port:1 status 001005 0 ACK POWER sig=se0 PE CONNECT
[ 1.144790] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 1.145454] ata2.00: ATA-8: SanDisk iSSD P4 16GB, SSD 9.14, max UDMA/133
[ 1.145533] ata2.00: 31277232 sectors, multi 1: LBA48
[ 1.146841] ata2.00: configured for UDMA/133
[ 1.147395] scsi 1:0:0:0: Direct-Access ATA SanDisk iSSD P4 SSD PQ: 0 ANSI: 5
[ 1.147953] sd 1:0:0:0: [sdb] 31277232 512-byte logical blocks: (16.0 GB/14.9 GiB)
[ 1.148032] sd 1:0:0:0: Attached scsi generic sg1 type 0
[ 1.148363] sd 1:0:0:0: [sdb] Write Protect is off
[ 1.148434] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 1.148491] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.149846] sdb: sdb1 sdb2
[ 1.150936] sd 1:0:0:0: [sdb] Attached SCSI disk
[ 1.164771] usb 1-1: link qh256-0001/ffff880118425340 start 1 [1/0 us]
[ 1.213462] usb 2-1: udev 2, busnum 2, minor = 129
[ 1.213473] usb 2-1: New USB device found, idVendor=8087, idProduct=0024
[ 1.213548] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 1.213965] usb 2-1: usb_probe_device
[ 1.213975] usb 2-1: configuration #1 chosen from 1 choice
[ 1.214223] usb 2-1: adding 2-1:1.0 (config #1, interface 0)
[ 1.214316] hub 2-1:1.0: usb_probe_interface
[ 1.214322] hub 2-1:1.0: usb_probe_interface - got id
[ 1.214329] hub 2-1:1.0: USB hub found
[ 1.214517] hub 2-1:1.0: 6 ports detected
[ 1.214588] hub 2-1:1.0: standalone hub
[ 1.214592] hub 2-1:1.0: individual port power switching
[ 1.214595] hub 2-1:1.0: individual port over-current protection
[ 1.214598] hub 2-1:1.0: Single TT
[ 1.214602] hub 2-1:1.0: TT requires at most 8 FS bit times (666 ns)
[ 1.214606] hub 2-1:1.0: power on to power good time: 100ms
[ 1.215081] hub 2-1:1.0: local power source is good
[ 1.215638] hub 2-1:1.0: enabling power on all ports
[ 1.216823] hub 4-0:1.0: state 7 ports 2 chg 0002 evt 0000
[ 1.216845] hub 4-0:1.0: port 1, status 0203, change 0000, 5.0 Gb/s
[ 1.317884] hub 2-1:1.0: port 5: status 0101 change 0001
[ 1.332247] usb 4-1: new SuperSpeed USB device number 2 using xhci_hcd
[ 1.345246] usb 4-1: Parent hub missing LPM exit latency info. Power management will be impacted.
[ 1.345701] usb 4-1: skipped 1 descriptor after endpoint
[ 1.345709] usb 4-1: skipped 1 descriptor after endpoint
[ 1.345856] usb 4-1: default language 0x0409
[ 1.346184] usb 4-1: udev 2, busnum 4, minor = 385
[ 1.346190] usb 4-1: New USB device found, idVendor=174c, idProduct=55aa
[ 1.346263] usb 4-1: New USB device strings: Mfr=2, Product=3, SerialNumber=1
[ 1.346333] usb 4-1: Product: MEDION HDDrive-n-GO
[ 1.346397] usb 4-1: Manufacturer: MEDION
[ 1.346461] usb 4-1: SerialNumber: 3180000000000000092C
[ 1.346828] usb 4-1: usb_probe_device
[ 1.346834] usb 4-1: configuration #1 chosen from 1 choice
[ 1.347933] usb 4-1: Successful Endpoint Configure command
[ 1.348030] usb 4-1: adding 4-1:1.0 (config #1, interface 0)
[ 1.348272] hub 1-1:1.0: state 7 ports 6 chg 0014 evt 0000
[ 1.348471] hub 1-1:1.0: port 2, status 0101, change 0000, 12 Mb/s
[ 1.404593] tsc: Refined TSC clocksource calibration: 1596.374 MHz
[ 1.416615] usb 2-1: link qh256-0001/ffff880118776840 start 1 [1/0 us]
[ 1.420804] usb 1-1.2: new low-speed USB device number 3 using ehci-pci
[ 1.464555] ata4: SATA link down (SStatus 0 SControl 300)
[ 1.515755] usb 1-1.2: skipped 1 descriptor after interface
[ 1.516225] usb 1-1.2: default language 0x0409
[ 1.518747] usb 1-1.2: udev 3, busnum 1, minor = 2
[ 1.518757] usb 1-1.2: New USB device found, idVendor=046d, idProduct=c00e
[ 1.518834] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1.518922] usb 1-1.2: Product: USB-PS/2 Optical Mouse
[ 1.518987] usb 1-1.2: Manufacturer: Logitech
[ 1.519417] usb 1-1.2: usb_probe_device
[ 1.519427] usb 1-1.2: configuration #1 chosen from 1 choice
[ 1.519974] usb 1-1.2: adding 1-1.2:1.0 (config #1, interface 0)
[ 1.520277] hub 1-1:1.0: port 4, status 0101, change 0000, 12 Mb/s
[ 1.588690] usb 1-1.4: new high-speed USB device number 4 using ehci-pci
[ 1.784375] ata5: SATA link down (SStatus 0 SControl 300)
[ 1.787225] Freeing unused kernel memory: 1332K (ffffffff81d07000 - ffffffff81e54000)
[ 1.787313] Write protecting the kernel read-only data: 12288k
[ 1.792799] Freeing unused kernel memory: 1064K (ffff8800016f6000 - ffff880001800000)
[ 1.797368] Freeing unused kernel memory: 952K (ffff880001b12000 - ffff880001c00000)
[ 1.830236] usb 1-1.4: skipped 1 descriptor after configuration
[ 1.830243] usb 1-1.4: skipped 5 descriptors after interface
[ 1.830247] usb 1-1.4: skipped 1 descriptor after endpoint
[ 1.830250] usb 1-1.4: skipped 23 descriptors after interface
[ 1.832324] usb 1-1.4: default language 0x0409
[ 1.840534] udevd[122]: starting version 175
[ 1.844293] usb 1-1.4: udev 4, busnum 1, minor = 3
[ 1.844300] usb 1-1.4: New USB device found, idVendor=2232, idProduct=1018
[ 1.844358] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1.844430] usb 1-1.4: Product: WebCam SC-13HDL11431N
[ 1.844479] usb 1-1.4: Manufacturer: 123
[ 1.844855] usb 1-1.4: usb_probe_device
[ 1.844861] usb 1-1.4: configuration #1 chosen from 1 choice
[ 1.845753] usb 1-1.4: adding 1-1.4:1.0 (config #1, interface 0)
[ 1.979874] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[ 1.979960] r8169 0000:02:00.0: can't disable ASPM; OS doesn't have ASPM control
[ 1.980483] r8169 0000:02:00.0: irq 47 for MSI/MSI-X
[ 1.983500] r8169 0000:02:00.0 eth0: RTL8168evl/8111evl at 0xffffc90000620000, e8:03:9a:36:17:a9, XID 0c900800 IRQ 47
[ 1.983570] r8169 0000:02:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[ 2.011357] usb-storage 4-1:1.0: usb_probe_interface
[ 2.011367] usb-storage 4-1:1.0: usb_probe_interface - got id
[ 2.011373] usb-storage 4-1:1.0: USB Mass Storage device detected
[ 2.011588] scsi6 : usb-storage 4-1:1.0
[ 2.011851] usbcore: registered new interface driver usb-storage
[ 2.017011] usb 1-1.4: adding 1-1.4:1.1 (config #1, interface 1)
[ 2.017208] hub 2-1:1.0: state 7 ports 6 chg 0020 evt 0000
[ 2.017276] hub 2-1:1.0: port 5, status 0101, change 0000, 12 Mb/s
[ 2.034747] hidraw: raw HID events driver (C) Jiri Kosina
[ 2.038778] usbhid 1-1.2:1.0: usb_probe_interface
[ 2.038784] usbhid 1-1.2:1.0: usb_probe_interface - got id
[ 2.041494] usbcore: registered new interface driver usbhid
[ 2.041536] usbhid: USB HID core driver
[ 2.066750] input: Logitech USB-PS/2 Optical Mouse as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/input/input4
[ 2.067084] hid-generic 0003:046D:C00E.0001: input,hidraw0: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-0000:00:1a.0-1.2/input0
[ 2.092122] usb 2-1.5: new full-speed USB device number 3 using ehci-pci
[ 2.197110] usb 2-1.5: udev 3, busnum 2, minor = 130
[ 2.197120] usb 2-1.5: New USB device found, idVendor=8086, idProduct=0189
[ 2.197196] usb 2-1.5: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 2.197625] usb 2-1.5: usb_probe_device
[ 2.197631] usb 2-1.5: configuration #1 chosen from 1 choice
[ 2.198201] usb 2-1.5: adding 2-1.5:1.0 (config #1, interface 0)
[ 2.198602] usb 2-1.5: adding 2-1.5:1.1 (config #1, interface 1)
[ 2.199307] hub 1-1:1.0: state 7 ports 6 chg 0000 evt 0010
[ 2.199420] hub 2-1:1.0: state 7 ports 6 chg 0000 evt 0020
[ 2.404199] Switched to clocksource tsc
[ 2.898385] EXT4-fs (loop0): mounted filesystem with ordered data mode. Opts: (null)
[ 3.007764] scsi 6:0:0:0: Direct-Access ASMT 2105 0 PQ: 0 ANSI: 6
[ 3.008323] sd 6:0:0:0: Attached scsi generic sg2 type 0
[ 3.008456] sd 6:0:0:0: [sdc] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[ 3.008980] sd 6:0:0:0: [sdc] Write Protect is off
[ 3.009036] sd 6:0:0:0: [sdc] Mode Sense: 43 00 00 00
[ 3.009521] sd 6:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 3.012065] sdc: sdc1 sdc2 sdc3
[ 3.013899] sd 6:0:0:0: [sdc] Attached SCSI disk
[ 14.266555] Adding 262140k swap on /host/ubuntu/disks/swap.disk. Priority:-1 extents:1 across:262140k FS
[ 14.280507] EXT4-fs (loop0): re-mounted. Opts: errors=remount-ro
[ 14.335148] udevd[621]: starting version 175
[ 14.591412] ACPI Warning: 0x0000000000000428-0x000000000000042f SystemIO conflicts with Region \PMIO 1 (20130517/utaddress-251)
[ 14.591420] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 14.591425] ACPI Warning: 0x0000000000000540-0x000000000000054f SystemIO conflicts with Region \GPIO 1 (20130517/utaddress-251)
[ 14.591428] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 14.591430] ACPI Warning: 0x0000000000000530-0x000000000000053f SystemIO conflicts with Region \GPIO 1 (20130517/utaddress-251)
[ 14.591433] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 14.591435] ACPI Warning: 0x0000000000000500-0x000000000000052f SystemIO conflicts with Region \GPIO 1 (20130517/utaddress-251)
[ 14.591438] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 14.591439] lpc_ich: Resource conflict(s) found affecting gpio_ich
[ 14.944945] wmi: Mapper loaded
[ 14.945508] samsung_laptop: detected SABI interface: SwSmi@
[ 14.945512] samsung_laptop: Backlight controlled by ACPI video driver
[ 14.981099] lp: driver loaded but no devices found
[ 15.206156] Bluetooth: Core ver 2.16
[ 15.206211] NET: Registered protocol family 31
[ 15.206214] Bluetooth: HCI device and connection manager initialized
[ 15.206231] Bluetooth: HCI socket layer initialized
[ 15.206242] Bluetooth: L2CAP socket layer initialized
[ 15.206264] Bluetooth: SCO socket layer initialized
[ 15.206327] type=1400 audit(1375252050.118:2): apparmor="STATUS" operation="profile_load" name="/sbin/dhclient" pid=866 comm="apparmor_parser"
[ 15.207110] type=1400 audit(1375252050.122:3): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=866 comm="apparmor_parser"
[ 15.207612] type=1400 audit(1375252050.122:4): apparmor="STATUS" operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" pid=866 comm="apparmor_parser"
[ 15.208623] type=1400 audit(1375252050.122:5): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=720 comm="apparmor_parser"
[ 15.208928] ppdev: user-space parallel port driver
[ 15.209485] type=1400 audit(1375252050.122:6): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=720 comm="apparmor_parser"
[ 15.210033] type=1400 audit(1375252050.122:7): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=720 comm="apparmor_parser"
[ 15.227717] cfg80211: Calling CRDA to update world regulatory domain
[ 15.254772] cfg80211: World regulatory domain updated:
[ 15.254779] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 15.254783] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 15.254786] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 15.254788] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 15.254790] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 15.254793] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 15.293126] init: failsafe main process (970) killed by TERM signal
[ 15.378991] type=1400 audit(1375252050.294:8): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient" pid=1086 comm="apparmor_parser"
[ 15.379810] type=1400 audit(1375252050.294:9): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=1086 comm="apparmor_parser"
[ 15.380321] type=1400 audit(1375252050.294:10): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=1086 comm="apparmor_parser"
[ 15.399675] Linux video capture interface: v2.00
[ 16.095140] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 16.095145] Bluetooth: BNEP filters: protocol multicast
[ 16.095167] Bluetooth: BNEP socket layer initialized
[ 16.161419] btusb 2-1.5:1.0: usb_probe_interface
[ 16.161430] btusb 2-1.5:1.0: usb_probe_interface - got id
[ 16.162798] usbcore: registered new interface driver btusb
[ 16.163712] usb 2-1.5: link qh1-0e01/ffff880115df2440 start 0 [1/2 us]
[ 16.165998] Bluetooth: RFCOMM TTY layer initialized
[ 16.166150] Bluetooth: RFCOMM socket layer initialized
[ 16.166156] Bluetooth: RFCOMM ver 1.11
[ 16.180291] type=1400 audit(1375252051.094:11): apparmor="STATUS" operation="profile_load" name="/usr/lib/telepathy/mission-control-5" pid=1089 comm="apparmor_parser"
[ 16.192668] [drm] Initialized drm 1.1.0 20060810
[ 16.687992] Intel(R) Wireless WiFi driver for Linux, in-tree:d
[ 16.687997] Copyright(c) 2003-2013 Intel Corporation
[ 16.688073] iwlwifi 0000:01:00.0: can't disable ASPM; OS doesn't have ASPM control
[ 16.688470] iwlwifi 0000:01:00.0: irq 48 for MSI/MSI-X
[ 16.729704] iwlwifi 0000:01:00.0: loaded firmware version 18.168.6.1 op_mode iwldvm
[ 16.807649] uvcvideo 1-1.4:1.0: usb_probe_interface
[ 16.807659] uvcvideo 1-1.4:1.0: usb_probe_interface - got id
[ 16.807761] uvcvideo: Found UVC 1.00 device WebCam SC-13HDL11431N (2232:1018)
[ 16.827397] input: WebCam SC-13HDL11431N as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/input/input5
[ 16.827708] usbcore: registered new interface driver uvcvideo
[ 16.827713] USB Video Class driver (1.1.1)
[ 16.832779] usb 1-1.4: link qh16-0001/ffff8800bec071c0 start 2 [1/0 us]
[ 16.832864] usb 1-1.4: unlink qh16-0001/ffff8800bec071c0 start 2 [1/0 us]
[ 16.913330] [drm] Memory usable by graphics device = 2048M
[ 16.913343] i915 0000:00:02.0: setting latency timer to 64
[ 16.954720] iwlwifi 0000:01:00.0: CONFIG_IWLWIFI_DEBUG enabled
[ 16.954726] iwlwifi 0000:01:00.0: CONFIG_IWLWIFI_DEBUGFS enabled
[ 16.954730] iwlwifi 0000:01:00.0: CONFIG_IWLWIFI_DEVICE_TRACING enabled
[ 16.954733] iwlwifi 0000:01:00.0: CONFIG_IWLWIFI_P2P disabled
[ 16.954736] iwlwifi 0000:01:00.0: Detected Intel(R) Centrino(R) Advanced-N 6230 AGN, REV=0xB0
[ 16.954789] iwlwifi 0000:01:00.0: L1 Enabled; Disabling L0S
[ 16.955804] i915 0000:00:02.0: irq 49 for MSI/MSI-X
[ 16.955838] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
[ 16.955840] [drm] Driver supports precise vblank timestamp query.
[ 16.956111] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 16.980292] [drm] Wrong MCH_SSKPD value: 0x16040307
[ 16.980297] [drm] This can cause pipe underruns and display issues.
[ 16.980299] [drm] Please upgrade your BIOS to fix this.
[ 16.981071] init: alsa-restore main process (1183) terminated with status 19
[ 16.996496] fbcon: inteldrmfb (fb0) is primary device
[ 17.007143] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
[ 17.034889] iwlwifi 0000:01:00.0: L1 Enabled; Disabling L0S
[ 17.041724] iwlwifi 0000:01:00.0: Radio type=0x1-0x2-0x0
[ 17.195152] psmouse serio1: elantech: assuming hardware version 3 (with firmware version 0x450f00)
[ 17.210319] psmouse serio1: elantech: Synaptics capabilities query result 0x08, 0x17, 0x0c.
[ 17.289106] input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio1/input/input6
[ 17.318762] iwlwifi 0000:01:00.0: L1 Enabled; Disabling L0S
[ 17.325440] iwlwifi 0000:01:00.0: Radio type=0x1-0x2-0x0
[ 17.404934] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 18.006569] Console: switching to colour frame buffer device 170x48
[ 18.011729] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[ 18.011731] i915 0000:00:02.0: registered panic notifier
[ 18.026766] acpi device:33: registered as cooling_device9
[ 18.027264] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 18.027382] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input7
[ 18.027555] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[ 18.027823] snd_hda_intel 0000:00:1b.0: irq 50 for MSI/MSI-X
[ 18.062063] init: plymouth-splash main process (1317) terminated with status 1
[ 18.104959] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
[ 18.105165] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
[ 18.105359] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
[ 18.484924] init: plymouth-stop pre-start process (1464) terminated with status 1
[ 18.812631] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
[ 18.832385] usb 1-1.4: usb auto-suspend, wakeup 0
[ 19.220990] usb 1-1.2: link qh8-0e01/ffff8800bb35b640 start 3 [1/2 us]
[ 23.699533] wlan0: authenticate with 00:04:0e:e4:00:3d
[ 23.704454] wlan0: send auth to 00:04:0e:e4:00:3d (try 1/3)
[ 23.706202] wlan0: authenticated
[ 23.706424] iwlwifi 0000:01:00.0 wlan0: disabling HT as WMM/QoS is not supported by the AP
[ 23.706429] iwlwifi 0000:01:00.0 wlan0: disabling VHT as WMM/QoS is not supported by the AP
[ 23.708758] wlan0: associate with 00:04:0e:e4:00:3d (try 1/3)
[ 23.713701] wlan0: RX AssocResp from 00:04:0e:e4:00:3d (capab=0x411 status=0 aid=1)
[ 23.720436] wlan0: associated
[ 23.720562] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 26.633482] usb usb3: usb auto-resume
[ 26.633503] hub 3-0:1.0: hub_resume
[ 26.633532] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 26.633550] hub 3-0:1.0: hub_suspend
[ 26.633558] usb usb3: bus auto-suspend, wakeup 1
[ 26.633581] usb usb3: usb auto-resume
[ 26.642667] hub 3-0:1.0: hub_resume
[ 26.642698] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 26.642712] hub 3-0:1.0: hub_suspend
[ 26.642718] usb usb3: bus auto-suspend, wakeup 1
[ 26.643161] usb 1-1.4: usb auto-resume
[ 26.690877] usb 1-1.4: finish resume
[ 26.853330] usb usb3: usb auto-resume
[ 26.853355] hub 3-0:1.0: hub_resume
[ 26.853423] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 26.853457] hub 3-0:1.0: hub_suspend
[ 26.853467] usb usb3: bus auto-suspend, wakeup 1
[ 26.853497] usb usb3: usb auto-resume
[ 26.866621] hub 3-0:1.0: hub_resume
[ 26.866676] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 26.866703] hub 3-0:1.0: hub_suspend
[ 26.866712] usb usb3: bus auto-suspend, wakeup 1
[ 26.885829] usb usb3: usb auto-resume
[ 26.885852] hub 3-0:1.0: hub_resume
[ 26.885885] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 26.885922] hub 3-0:1.0: hub_suspend
[ 26.885929] usb usb3: bus auto-suspend, wakeup 1
[ 26.885994] usb usb3: usb auto-resume
[ 26.894485] hub 3-0:1.0: hub_resume
[ 26.894517] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 26.894533] hub 3-0:1.0: hub_suspend
[ 26.894541] usb usb3: bus auto-suspend, wakeup 1
[ 26.939376] usb usb3: usb auto-resume
[ 26.939399] hub 3-0:1.0: hub_resume
[ 26.939434] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 26.939474] hub 3-0:1.0: hub_suspend
[ 26.939481] usb usb3: bus auto-suspend, wakeup 1
[ 26.939556] usb usb3: usb auto-resume
[ 26.950483] hub 3-0:1.0: hub_resume
[ 26.950512] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 26.950540] hub 3-0:1.0: hub_suspend
[ 26.950548] usb usb3: bus auto-suspend, wakeup 1
[ 27.001674] usb usb3: usb auto-resume
[ 27.001695] hub 3-0:1.0: hub_resume
[ 27.001722] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 27.001742] hub 3-0:1.0: hub_suspend
[ 27.001751] usb usb3: bus auto-suspend, wakeup 1
[ 27.001774] usb usb3: usb auto-resume
[ 27.010383] hub 3-0:1.0: hub_resume
[ 27.010411] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 27.010430] hub 3-0:1.0: hub_suspend
[ 27.010438] usb usb3: bus auto-suspend, wakeup 1
[ 27.017359] usb usb3: usb auto-resume
[ 27.026473] hub 3-0:1.0: hub_resume
[ 27.026502] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 27.026524] hub 3-0:1.0: hub_suspend
[ 27.026530] usb usb3: bus auto-suspend, wakeup 1
[ 27.026585] usb usb3: usb auto-resume
[ 27.038415] hub 3-0:1.0: hub_resume
[ 27.038441] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 27.038459] hub 3-0:1.0: hub_suspend
[ 27.038465] usb usb3: bus auto-suspend, wakeup 1
[ 27.043102] usb usb3: usb auto-resume
[ 27.054361] hub 3-0:1.0: hub_resume
[ 27.054412] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 27.054444] hub 3-0:1.0: hub_suspend
[ 27.054451] usb usb3: bus auto-suspend, wakeup 1
[ 27.054518] usb usb3: usb auto-resume
[ 27.066468] hub 3-0:1.0: hub_resume
[ 27.066580] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 27.066614] hub 3-0:1.0: hub_suspend
[ 27.066622] usb usb3: bus auto-suspend, wakeup 1
[ 27.154303] usb usb3: usb auto-resume
[ 27.154324] hub 3-0:1.0: hub_resume
[ 27.154356] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 27.154379] hub 3-0:1.0: hub_suspend
[ 27.154388] usb usb3: bus auto-suspend, wakeup 1
[ 27.154415] usb usb3: usb auto-resume
[ 27.166337] hub 3-0:1.0: hub_resume
[ 27.166372] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 27.166392] hub 3-0:1.0: hub_suspend
[ 27.166401] usb usb3: bus auto-suspend, wakeup 1
[ 27.175469] usb usb3: usb auto-resume
[ 27.186397] hub 3-0:1.0: hub_resume
[ 27.186431] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 27.186476] hub 3-0:1.0: hub_suspend
[ 27.186483] usb usb3: bus auto-suspend, wakeup 1
[ 27.186563] usb usb3: usb auto-resume
[ 27.198268] hub 3-0:1.0: hub_resume
[ 27.198308] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 27.198326] hub 3-0:1.0: hub_suspend
[ 27.198335] usb usb3: bus auto-suspend, wakeup 1
[ 27.637773] usb usb3: usb auto-resume
[ 27.637798] hub 3-0:1.0: hub_resume
[ 27.637868] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 27.637948] hub 3-0:1.0: hub_suspend
[ 27.637959] usb usb3: bus auto-suspend, wakeup 1
[ 27.637989] usb usb3: usb auto-resume
[ 27.650015] hub 3-0:1.0: hub_resume
[ 27.650056] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 27.650094] hub 3-0:1.0: hub_suspend
[ 27.650106] usb usb3: bus auto-suspend, wakeup 1
[ 27.823420] usb usb3: usb auto-resume
[ 27.823443] hub 3-0:1.0: hub_resume
[ 27.823469] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 27.823486] hub 3-0:1.0: hub_suspend
[ 27.823493] usb usb3: bus auto-suspend, wakeup 1
[ 27.823558] usb usb3: usb auto-resume
[ 27.833812] hub 3-0:1.0: hub_resume
[ 27.833878] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 27.833894] hub 3-0:1.0: hub_suspend
[ 27.833901] usb usb3: bus auto-suspend, wakeup 1
[ 28.902042] usb usb3: usb auto-resume
[ 28.902063] hub 3-0:1.0: hub_resume
[ 28.902549] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 28.902565] hub 3-0:1.0: hub_suspend
[ 28.902572] usb usb3: bus auto-suspend, wakeup 1
[ 28.919842] usb usb3: usb auto-resume
[ 28.919865] hub 3-0:1.0: hub_resume
[ 28.919892] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 28.919917] hub 3-0:1.0: hub_suspend
[ 28.919925] usb usb3: bus auto-suspend, wakeup 1
[ 28.919991] usb usb3: usb auto-resume
[ 28.929024] hub 3-0:1.0: hub_resume
[ 28.929054] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 28.929066] hub 3-0:1.0: hub_suspend
[ 28.929075] usb usb3: bus auto-suspend, wakeup 1
[ 28.931424] usb usb3: usb auto-resume
[ 28.941040] hub 3-0:1.0: hub_resume
[ 28.941070] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 28.941103] hub 3-0:1.0: hub_suspend
[ 28.941112] usb usb3: bus auto-suspend, wakeup 1
[ 28.941173] usb usb3: usb auto-resume
[ 28.953018] hub 3-0:1.0: hub_resume
[ 28.953087] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 28.953101] hub 3-0:1.0: hub_suspend
[ 28.953106] usb usb3: bus auto-suspend, wakeup 1
[ 29.014284] usb usb3: usb auto-resume
[ 29.014308] hub 3-0:1.0: hub_resume
[ 29.014358] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 29.014374] hub 3-0:1.0: hub_suspend
[ 29.014381] usb usb3: bus auto-suspend, wakeup 1
[ 29.014405] usb usb3: usb auto-resume
[ 29.024994] hub 3-0:1.0: hub_resume
[ 29.025022] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 29.025050] hub 3-0:1.0: hub_suspend
[ 29.025056] usb usb3: bus auto-suspend, wakeup 1
[ 29.025889] usb usb3: usb auto-resume
[ 29.036965] hub 3-0:1.0: hub_resume
[ 29.036989] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 29.037025] hub 3-0:1.0: hub_suspend
[ 29.037031] usb usb3: bus auto-suspend, wakeup 1
[ 29.037087] usb usb3: usb auto-resume
[ 29.048951] hub 3-0:1.0: hub_resume
[ 29.048975] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 29.048993] hub 3-0:1.0: hub_suspend
[ 29.048999] usb usb3: bus auto-suspend, wakeup 1
[ 29.050926] usb usb3: usb auto-resume
[ 29.061014] hub 3-0:1.0: hub_resume
[ 29.061072] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 29.061090] hub 3-0:1.0: hub_suspend
[ 29.061095] usb usb3: bus auto-suspend, wakeup 1
[ 29.061121] usb usb3: usb auto-resume
[ 29.073035] hub 3-0:1.0: hub_resume
[ 29.073113] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 29.073146] hub 3-0:1.0: hub_suspend
[ 29.073155] usb usb3: bus auto-suspend, wakeup 1
[ 29.084597] usb usb3: usb auto-resume
[ 29.092973] hub 3-0:1.0: hub_resume
[ 29.093024] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 29.093050] hub 3-0:1.0: hub_suspend
[ 29.093056] usb usb3: bus auto-suspend, wakeup 1
[ 29.093126] usb usb3: usb auto-resume
[ 29.104942] hub 3-0:1.0: hub_resume
[ 29.104968] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 29.104978] hub 3-0:1.0: hub_suspend
[ 29.104986] usb usb3: bus auto-suspend, wakeup 1
[ 29.111567] usb usb3: usb auto-resume
[ 29.121047] hub 3-0:1.0: hub_resume
[ 29.121092] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 29.121119] hub 3-0:1.0: hub_suspend
[ 29.121133] usb usb3: bus auto-suspend, wakeup 1
[ 29.121193] usb usb3: usb auto-resume
[ 29.132944] hub 3-0:1.0: hub_resume
[ 29.132988] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 29.133007] hub 3-0:1.0: hub_suspend
[ 29.133012] usb usb3: bus auto-suspend, wakeup 1
[ 29.137781] usb usb3: usb auto-resume
[ 29.148949] hub 3-0:1.0: hub_resume
[ 29.148986] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 29.149019] hub 3-0:1.0: hub_suspend
[ 29.149025] usb usb3: bus auto-suspend, wakeup 1
[ 29.149085] usb usb3: usb auto-resume
[ 29.160955] hub 3-0:1.0: hub_resume
[ 29.161033] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 29.161063] hub 3-0:1.0: hub_suspend
[ 29.161070] usb usb3: bus auto-suspend, wakeup 1
[ 29.162022] usb usb3: usb auto-resume
[ 29.172854] hub 3-0:1.0: hub_resume
[ 29.172893] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 29.172920] hub 3-0:1.0: hub_suspend
[ 29.172927] usb usb3: bus auto-suspend, wakeup 1
[ 29.172998] usb usb3: usb auto-resume
[ 29.188905] hub 3-0:1.0: hub_resume
[ 29.188970] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 29.189001] hub 3-0:1.0: hub_suspend
[ 29.189008] usb usb3: bus auto-suspend, wakeup 1
[ 29.220504] usb usb3: usb auto-resume
[ 29.220527] hub 3-0:1.0: hub_resume
[ 29.220561] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 29.220586] hub 3-0:1.0: hub_suspend
[ 29.220592] usb usb3: bus auto-suspend, wakeup 1
[ 29.220661] usb usb3: usb auto-resume
[ 29.229653] hub 3-0:1.0: hub_resume
[ 29.229689] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 29.229782] hub 3-0:1.0: hub_suspend
[ 29.229791] usb usb3: bus auto-suspend, wakeup 1
[ 29.235029] usb usb3: usb auto-resume
[ 29.244918] hub 3-0:1.0: hub_resume
[ 29.244961] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 29.244983] hub 3-0:1.0: hub_suspend
[ 29.244989] usb usb3: bus auto-suspend, wakeup 1
[ 29.245071] usb usb3: usb auto-resume
[ 29.256848] hub 3-0:1.0: hub_resume
[ 29.256906] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 29.256927] hub 3-0:1.0: hub_suspend
[ 29.256933] usb usb3: bus auto-suspend, wakeup 1
[ 29.296545] usb usb3: usb auto-resume
[ 29.296567] hub 3-0:1.0: hub_resume
[ 29.296600] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 29.296618] hub 3-0:1.0: hub_suspend
[ 29.296625] usb usb3: bus auto-suspend, wakeup 1
[ 29.296643] usb usb3: usb auto-resume
[ 29.304871] hub 3-0:1.0: hub_resume
[ 29.304951] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 29.304973] hub 3-0:1.0: hub_suspend
[ 29.304989] usb usb3: bus auto-suspend, wakeup 1
[ 29.325909] usb usb3: usb auto-resume
[ 29.325930] hub 3-0:1.0: hub_resume
[ 29.325965] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 29.325986] hub 3-0:1.0: hub_suspend
[ 29.326002] usb usb3: bus auto-suspend, wakeup 1
[ 29.326034] usb usb3: usb auto-resume
[ 29.336751] hub 3-0:1.0: hub_resume
[ 29.336796] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 29.336821] hub 3-0:1.0: hub_suspend
[ 29.336829] usb usb3: bus auto-suspend, wakeup 1
[ 29.347942] usb usb3: usb auto-resume
[ 29.356759] hub 3-0:1.0: hub_resume
[ 29.356839] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 29.356855] hub 3-0:1.0: hub_suspend
[ 29.356861] usb usb3: bus auto-suspend, wakeup 1
[ 29.356888] usb usb3: usb auto-resume
[ 29.368729] hub 3-0:1.0: hub_resume
[ 29.368763] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 29.368789] hub 3-0:1.0: hub_suspend
[ 29.368797] usb usb3: bus auto-suspend, wakeup 1
[ 29.448388] usb usb3: usb auto-resume
[ 29.448408] hub 3-0:1.0: hub_resume
[ 29.448435] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 29.448457] hub 3-0:1.0: hub_suspend
[ 29.448465] usb usb3: bus auto-suspend, wakeup 1
[ 29.448526] usb usb3: usb auto-resume
[ 29.456666] hub 3-0:1.0: hub_resume
[ 29.456699] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 29.456720] hub 3-0:1.0: hub_suspend
[ 29.456729] usb usb3: bus auto-suspend, wakeup 1
[ 29.485649] usb usb3: usb auto-resume
[ 29.485671] hub 3-0:1.0: hub_resume
[ 29.485700] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 29.485721] hub 3-0:1.0: hub_suspend
[ 29.485727] usb usb3: bus auto-suspend, wakeup 1
[ 29.485790] usb usb3: usb auto-resume
[ 29.496634] hub 3-0:1.0: hub_resume
[ 29.496676] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 29.496694] hub 3-0:1.0: hub_suspend
[ 29.496702] usb usb3: bus auto-suspend, wakeup 1
[ 29.499453] usb usb3: usb auto-resume
[ 29.508624] hub 3-0:1.0: hub_resume
[ 29.508664] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 29.508689] hub 3-0:1.0: hub_suspend
[ 29.508698] usb usb3: bus auto-suspend, wakeup 1
[ 29.508785] usb usb3: usb auto-resume
[ 29.520635] hub 3-0:1.0: hub_resume
[ 29.520664] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 29.520677] hub 3-0:1.0: hub_suspend
[ 29.520684] usb usb3: bus auto-suspend, wakeup 1
[ 29.543751] usb usb3: usb auto-resume
[ 29.543773] hub 3-0:1.0: hub_resume
[ 29.543834] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 29.543874] hub 3-0:1.0: hub_suspend
[ 29.543881] usb usb3: bus auto-suspend, wakeup 1
[ 29.550087] usb usb3: usb auto-resume
[ 29.560645] hub 3-0:1.0: hub_resume
[ 29.560713] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 29.560748] hub 3-0:1.0: hub_suspend
[ 29.560755] usb usb3: bus auto-suspend, wakeup 1
[ 29.560774] usb usb3: usb auto-resume
[ 29.572638] hub 3-0:1.0: hub_resume
[ 29.572717] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 29.572744] hub 3-0:1.0: hub_suspend
[ 29.572756] usb usb3: bus auto-suspend, wakeup 1
[ 29.585494] usb usb3: usb auto-resume
[ 29.585517] hub 3-0:1.0: hub_resume
[ 29.585565] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 29.585587] hub 3-0:1.0: hub_suspend
[ 29.585608] usb usb3: bus auto-suspend, wakeup 1
[ 29.585634] usb usb3: usb auto-resume
[ 29.596649] hub 3-0:1.0: hub_resume
[ 29.596690] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 29.596737] hub 3-0:1.0: hub_suspend
[ 29.596743] usb usb3: bus auto-suspend, wakeup 1
[ 30.626937] usb usb3: usb auto-resume
[ 30.626960] hub 3-0:1.0: hub_resume
[ 30.627029] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 30.627073] hub 3-0:1.0: hub_suspend
[ 30.627080] usb usb3: bus auto-suspend, wakeup 1
[ 30.935734] usb usb3: usb auto-resume
[ 30.935757] hub 3-0:1.0: hub_resume
[ 30.935826] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 30.935860] hub 3-0:1.0: hub_suspend
[ 30.935866] usb usb3: bus auto-suspend, wakeup 1
[ 30.958892] usb usb3: usb auto-resume
[ 30.958916] hub 3-0:1.0: hub_resume
[ 30.958986] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 30.959037] hub 3-0:1.0: hub_suspend
[ 30.959044] usb usb3: bus auto-suspend, wakeup 1
[ 30.962885] usb usb3: usb auto-resume
[ 30.971630] hub 3-0:1.0: hub_resume
[ 30.971709] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 30.971732] hub 3-0:1.0: hub_suspend
[ 30.971740] usb usb3: bus auto-suspend, wakeup 1
[ 30.971768] usb usb3: usb auto-resume
[ 30.983665] hub 3-0:1.0: hub_resume
[ 30.983768] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 30.983804] hub 3-0:1.0: hub_suspend
[ 30.983813] usb usb3: bus auto-suspend, wakeup 1
[ 30.988285] usb usb3: usb auto-resume
[ 30.999687] hub 3-0:1.0: hub_resume
[ 30.999728] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 30.999763] hub 3-0:1.0: hub_suspend
[ 30.999771] usb usb3: bus auto-suspend, wakeup 1
[ 30.999858] usb usb3: usb auto-resume
[ 31.011588] hub 3-0:1.0: hub_resume
[ 31.011630] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 31.011651] hub 3-0:1.0: hub_suspend
[ 31.011660] usb usb3: bus auto-suspend, wakeup 1
[ 31.053431] usb usb3: usb auto-resume
[ 31.053457] hub 3-0:1.0: hub_resume
[ 31.053503] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 31.053549] hub 3-0:1.0: hub_suspend
[ 31.053559] usb usb3: bus auto-suspend, wakeup 1
[ 31.053650] usb usb3: usb auto-resume
[ 31.063643] hub 3-0:1.0: hub_resume
[ 31.063697] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 31.063734] hub 3-0:1.0: hub_suspend
[ 31.063744] usb usb3: bus auto-suspend, wakeup 1
[ 31.069922] usb usb3: usb auto-resume
[ 31.079636] hub 3-0:1.0: hub_resume
[ 31.079723] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 31.079750] hub 3-0:1.0: hub_suspend
[ 31.079759] usb usb3: bus auto-suspend, wakeup 1
[ 31.079794] usb usb3: usb auto-resume
[ 31.091604] hub 3-0:1.0: hub_resume
[ 31.091703] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 31.091729] hub 3-0:1.0: hub_suspend
[ 31.091738] usb usb3: bus auto-suspend, wakeup 1
[ 31.220862] usb usb3: usb auto-resume
[ 31.220884] hub 3-0:1.0: hub_resume
[ 31.220917] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 31.220944] hub 3-0:1.0: hub_suspend
[ 31.220950] usb usb3: bus auto-suspend, wakeup 1
[ 31.221008] usb usb3: usb auto-resume
[ 31.231484] hub 3-0:1.0: hub_resume
[ 31.231532] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 31.231565] hub 3-0:1.0: hub_suspend
[ 31.231575] usb usb3: bus auto-suspend, wakeup 1
[ 33.765922] usb 1-1.4: usb auto-suspend, wakeup 0
[ 40.554766] EXT4-fs (sdc3): mounted filesystem with ordered data mode. Opts: (null)
[ 40.888402] EXT4-fs (sdc1): mounted filesystem with ordered data mode. Opts: (null)
[ 48.795519] usb 2-1.5: unlink qh1-0e01/ffff880115df2440 start 0 [1/2 us]
[ 48.876653] hub 2-1:1.0: state 7 ports 6 chg 0000 evt 0020
[ 48.876884] hub 2-1:1.0: port 5, status 0100, change 0001, 12 Mb/s
[ 48.876889] usb 2-1.5: USB disconnect, device number 3
[ 48.876891] usb 2-1.5: unregistering device
[ 48.876893] usb 2-1.5: unregistering interface 2-1.5:1.0
[ 48.877366] usb 2-1.5: unregistering interface 2-1.5:1.1
[ 48.877599] usb 2-1.5: usb_disable_device nuking all URBs
[ 49.005964] hub 2-1:1.0: debounce: port 5: total 100ms stable 100ms status 0x100
[ 49.005986] hub 2-1:1.0: hub_suspend
[ 49.005993] usb 2-1: unlink qh256-0001/ffff880118776840 start 1 [1/0 us]
[ 49.008320] usb 2-1: usb auto-suspend, wakeup 1
[ 49.021780] hub 2-0:1.0: hub_suspend
[ 49.021792] usb usb2: bus auto-suspend, wakeup 1
[ 49.021796] ehci-pci 0000:00:1d.0: suspend root hub
[unhandled content-type:application/octet-stream][unhandled content-type:application/x-gzip]
\
 
 \ /
  Last update: 2013-07-31 11:21    [W:1.159 / U:0.664 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site