Re: failure of port switching to XHCI on PantherPoint on boot

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

 



On Thu, Feb 02, 2012 at 03:58:18PM +0100, Oliver Neukum wrote:
> Hi,
> 
> I am observing a failure to switch ports to XHCI on boot, because the quirk
> handler bails out at quirk_usb_handoff_xhci():
> 
>         if (!mmio_resource_enabled(pdev, 0))
>                 return;
> 
> spefically mmio_enabled(pdev) fails. This seems to be generic because
> I see it on all my test systems. The switch itself works. My devices go to XHCI
> after an S4.

I have no idea why PCI MMIO wouldn't be enabled.  Maybe a PCI or BIOS
issue?  What does `sudo lspci -vvv` say about the xHCI host controller
revision, and what BIOS are you using?

Sarah Sharp

> -- 
> - - - 
> SUSE LINUX Products GmbH, GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer, HRB 16746 (AG Nürnberg) 
> Maxfeldstraße 5                         
> 90409 Nürnberg 
> Germany 
> - - - 

> [    0.000000] Initializing cgroup subsys cpuset
> [    0.000000] Initializing cgroup subsys cpu
> [    0.000000] Linux version 3.3.0-rc2-1.2-desktop+ (tux@xxxxxxxxxxxxxxx) (gcc version 4.6.2 (SUSE Linux) ) #3 SMP PREEMPT Thu Feb 2 15:37:07 CET 2012
> [    0.000000] Command line: root=/dev/disk/by-id/ata-OCZ-VERTEX2_OCZ-B70UH4PW9P917K5D-part1 splash=silent quiet resume=/dev/sdb8 vga=0x317
> [    0.000000] BIOS-provided physical RAM map:
> [    0.000000]  BIOS-e820: 0000000000000000 - 000000000009dc00 (usable)
> [    0.000000]  BIOS-e820: 000000000009dc00 - 00000000000a0000 (reserved)
> [    0.000000]  BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
> [    0.000000]  BIOS-e820: 0000000000100000 - 00000000bde30000 (usable)
> [    0.000000]  BIOS-e820: 00000000bde30000 - 00000000beebc000 (reserved)
> [    0.000000]  BIOS-e820: 00000000beebc000 - 00000000befbc000 (ACPI NVS)
> [    0.000000]  BIOS-e820: 00000000befbc000 - 00000000befff000 (ACPI data)
> [    0.000000]  BIOS-e820: 00000000befff000 - 00000000bf000000 (usable)
> [    0.000000]  BIOS-e820: 00000000bf000000 - 00000000c0000000 (reserved)
> [    0.000000]  BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
> [    0.000000]  BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
> [    0.000000]  BIOS-e820: 00000000fed10000 - 00000000fed14000 (reserved)
> [    0.000000]  BIOS-e820: 00000000fed18000 - 00000000fed1a000 (reserved)
> [    0.000000]  BIOS-e820: 00000000fed1c000 - 00000000fed20000 (reserved)
> [    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
> [    0.000000]  BIOS-e820: 00000000ffb00000 - 0000000100000000 (reserved)
> [    0.000000]  BIOS-e820: 0000000100000000 - 00000001be000000 (usable)
> [    0.000000] NX (Execute Disable) protection: active
> [    0.000000] DMI 2.7 present.
> [    0.000000] DMI: Hewlett-Packard HP EliteBook 8770w/176C, BIOS 68IAV Ver. C.00 10/07/2011
> [    0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
> [    0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
> [    0.000000] No AGP bridge found
> [    0.000000] last_pfn = 0x1be000 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 0FF800000 mask FFF800000 write-protect
> [    0.000000]   1 base 000000000 mask F80000000 write-back
> [    0.000000]   2 base 080000000 mask FC0000000 write-back
> [    0.000000]   3 base 100000000 mask F80000000 write-back
> [    0.000000]   4 base 180000000 mask FC0000000 write-back
> [    0.000000]   5 base 1BE000000 mask FFE000000 uncachable
> [    0.000000]   6 disabled
> [    0.000000]   7 disabled
> [    0.000000]   8 disabled
> [    0.000000]   9 disabled
> [    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
> [    0.000000] last_pfn = 0xbf000 max_arch_pfn = 0x400000000
> [    0.000000] initial memory mapped : 0 - 20000000
> [    0.000000] Base memory trampoline at [ffff880000098000] 98000 size 20480
> [    0.000000] init_memory_mapping: 0000000000000000-00000000bf000000
> [    0.000000]  0000000000 - 00bf000000 page 2M
> [    0.000000] kernel direct mapping tables up to bf000000 @ 1fffc000-20000000
> [    0.000000] init_memory_mapping: 0000000100000000-00000001be000000
> [    0.000000]  0100000000 - 01be000000 page 2M
> [    0.000000] kernel direct mapping tables up to 1be000000 @ bde28000-bde30000
> [    0.000000] RAMDISK: 367a4000 - 37ff0000
> [    0.000000] ACPI: RSDP 00000000000f2f10 00024 (v02 HPQOEM)
> [    0.000000] ACPI: XSDT 00000000beffe120 00084 (v01 HPQOEM SLIC-MPC 0000000C      01000013)
> [    0.000000] ACPI: FACP 00000000beffc000 000F4 (v03 HPQOEM 176C     0000000C HP   00000001)
> [    0.000000] ACPI: DSDT 00000000befd3000 23DDE (v02 HPQOEM 176C     00000001 INTL 20110112)
> [    0.000000] ACPI: FACS 00000000befa5000 00040
> [    0.000000] ACPI: HPET 00000000beffb000 00038 (v01 HPQOEM 176C     00000001 HP   00000001)
> [    0.000000] ACPI: APIC 00000000beffa000 000BC (v01 HPQOEM 176C     00000001 HP   00000001)
> [    0.000000] ACPI: MCFG 00000000beff9000 0003C (v01 HPQOEM 176C     00000001 HP   00000001)
> [    0.000000] ACPI: TCPA 00000000beff7000 00032 (v02 HPQOEM 176C     00000000 HP   00000001)
> [    0.000000] ACPI: SSDT 00000000befd0000 00255 (v01 HPQOEM SataAhci 00001000 INTL 20110112)
> [    0.000000] ACPI: SSDT 00000000befcf000 0048A (v01 HPQOEM PtidDevc 00001000 INTL 20110112)
> [    0.000000] ACPI: SLIC 00000000befce000 00176 (v01 HPQOEM SLIC-MPC 00000001 HP   00000001)
> [    0.000000] ACPI: SSDT 00000000befcb000 017F6 (v01 HPQOEM NVIDIAGF 00000001 INTL 20110112)
> [    0.000000] ACPI: SSDT 00000000befca000 008F0 (v01  PmRef  Cpu0Ist 00003000 INTL 20110112)
> [    0.000000] ACPI: SSDT 00000000befc9000 00AAD (v01  PmRef    CpuPm 00003000 INTL 20110112)
> [    0.000000] ACPI: ASF! 00000000beff8000 000A5 (v32 HPQOEM 176C     00000001 HP   00000001)
> [    0.000000] ACPI: Local APIC address 0xfee00000
> [    0.000000] No NUMA configuration found
> [    0.000000] Faking a node at 0000000000000000-00000001be000000
> [    0.000000] Initmem setup node 0 0000000000000000-00000001be000000
> [    0.000000]   NODE_DATA [00000001bdfec000 - 00000001bdffffff]
> [    0.000000]  [ffffea0000000000-ffffea00061fffff] PMD -> [ffff8801b7600000-ffff8801bc9fffff] on node 0
> [    0.000000] Zone PFN ranges:
> [    0.000000]   DMA      0x00000010 -> 0x00001000
> [    0.000000]   DMA32    0x00001000 -> 0x00100000
> [    0.000000]   Normal   0x00100000 -> 0x001be000
> [    0.000000] Movable zone start PFN for each node
> [    0.000000] Early memory PFN ranges
> [    0.000000]     0: 0x00000010 -> 0x0000009d
> [    0.000000]     0: 0x00000100 -> 0x000bde30
> [    0.000000]     0: 0x000befff -> 0x000bf000
> [    0.000000]     0: 0x00100000 -> 0x001be000
> [    0.000000] On node 0 totalpages: 1555902
> [    0.000000]   DMA zone: 56 pages used for memmap
> [    0.000000]   DMA zone: 5 pages reserved
> [    0.000000]   DMA zone: 3920 pages, LIFO batch:0
> [    0.000000]   DMA32 zone: 14280 pages used for memmap
> [    0.000000]   DMA32 zone: 759401 pages, LIFO batch:31
> [    0.000000]   Normal zone: 10640 pages used for memmap
> [    0.000000]   Normal zone: 767600 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[0x00] lapic_id[0x00] enabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] enabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x04] enabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x05] enabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x06] enabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x07] enabled)
> [    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: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
> [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
> [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
> [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
> [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
> [    0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
> [    0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
> [    0.000000] IOAPIC[0]: apic_id 0, 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: 0x8086a201 base: 0xfed00000
> [    0.000000] SMP: Allowing 8 CPUs, 0 hotplug CPUs
> [    0.000000] nr_irqs_gsi: 40
> [    0.000000] PM: Registered nosave memory: 000000000009d000 - 000000000009e000
> [    0.000000] PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
> [    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
> [    0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
> [    0.000000] PM: Registered nosave memory: 00000000bde30000 - 00000000beebc000
> [    0.000000] PM: Registered nosave memory: 00000000beebc000 - 00000000befbc000
> [    0.000000] PM: Registered nosave memory: 00000000befbc000 - 00000000befff000
> [    0.000000] PM: Registered nosave memory: 00000000bf000000 - 00000000c0000000
> [    0.000000] PM: Registered nosave memory: 00000000c0000000 - 00000000e0000000
> [    0.000000] PM: Registered nosave memory: 00000000e0000000 - 00000000f0000000
> [    0.000000] PM: Registered nosave memory: 00000000f0000000 - 00000000fec00000
> [    0.000000] PM: Registered nosave memory: 00000000fec00000 - 00000000fec01000
> [    0.000000] PM: Registered nosave memory: 00000000fec01000 - 00000000fed10000
> [    0.000000] PM: Registered nosave memory: 00000000fed10000 - 00000000fed14000
> [    0.000000] PM: Registered nosave memory: 00000000fed14000 - 00000000fed18000
> [    0.000000] PM: Registered nosave memory: 00000000fed18000 - 00000000fed1a000
> [    0.000000] PM: Registered nosave memory: 00000000fed1a000 - 00000000fed1c000
> [    0.000000] PM: Registered nosave memory: 00000000fed1c000 - 00000000fed20000
> [    0.000000] PM: Registered nosave memory: 00000000fed20000 - 00000000fee00000
> [    0.000000] PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
> [    0.000000] PM: Registered nosave memory: 00000000fee01000 - 00000000ffb00000
> [    0.000000] PM: Registered nosave memory: 00000000ffb00000 - 0000000100000000
> [    0.000000] Allocating PCI resources starting at c0000000 (gap: c0000000:20000000)
> [    0.000000] Booting paravirtualized kernel on bare hardware
> [    0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:8 nr_node_ids:1
> [    0.000000] PERCPU: Embedded 27 pages/cpu @ffff8801bdc00000 s78016 r8192 d24384 u262144
> [    0.000000] pcpu-alloc: s78016 r8192 d24384 u262144 alloc=1*2097152
> [    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
> [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 1530921
> [    0.000000] Policy zone: Normal
> [    0.000000] Kernel command line: root=/dev/disk/by-id/ata-OCZ-VERTEX2_OCZ-B70UH4PW9P917K5D-part1 splash=silent quiet resume=/dev/sdb8 vga=0x317
> [    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
> [    0.000000] xsave/xrstor: enabled xstate_bv 0x7, cntxt size 0x340
> [    0.000000] Checking aperture...
> [    0.000000] No AGP bridge found
> [    0.000000] Memory: 6031672k/7307264k available (5896k kernel code, 1083656k absent, 191936k reserved, 5040k data, 928k init)
> [    0.000000] Preemptible hierarchical RCU implementation.
> [    0.000000] NR_IRQS:33024 nr_irqs:744 16
> [    0.000000] Extended CMOS year: 2000
> [    0.000000] Console: colour dummy device 80x25
> [    0.000000] console [tty0] enabled
> [    0.000000] allocated 25165824 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] Fast TSC calibration using PIT
> [    0.001000] Detected 2294.925 MHz processor.
> [    0.000004] Calibrating delay loop (skipped), value calculated using timer frequency.. 4589.85 BogoMIPS (lpj=2294925)
> [    0.000010] pid_max: default: 32768 minimum: 301
> [    0.000074] Security Framework initialized
> [    0.000098] AppArmor: AppArmor initialized
> [    0.001477] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
> [    0.005703] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
> [    0.007506] Mount-cache hash table entries: 256
> [    0.007673] Initializing cgroup subsys cpuacct
> [    0.007676] Initializing cgroup subsys memory
> [    0.007699] Initializing cgroup subsys devices
> [    0.007702] Initializing cgroup subsys freezer
> [    0.007705] Initializing cgroup subsys net_cls
> [    0.007708] Initializing cgroup subsys blkio
> [    0.007718] Initializing cgroup subsys perf_event
> [    0.007765] CPU: Physical Processor ID: 0
> [    0.007767] CPU: Processor Core ID: 0
> [    0.007775] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
> [    0.007776] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
> [    0.008528] mce: CPU supports 9 MCE banks
> [    0.008553] CPU0: Thermal monitoring enabled (TM1)
> [    0.008568] using mwait in idle threads.
> [    0.010100] ACPI: Core revision 20120111
> [    0.072216] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
> [    0.082218] CPU0: Genuine Intel(R) CPU  @ 2.30GHz stepping 04
> [    0.183762] Performance Events: PEBS fmt1+, generic architected perfmon, Intel PMU driver.
> [    0.183774] ... version:                3
> [    0.183776] ... bit width:              48
> [    0.183778] ... generic registers:      4
> [    0.183781] ... value mask:             0000ffffffffffff
> [    0.183783] ... max period:             000000007fffffff
> [    0.183786] ... fixed-purpose events:   3
> [    0.183788] ... event mask:             000000070000000f
> [    0.191956] NMI watchdog enabled, takes one hw-pmu counter.
> [    0.199770] Booting Node   0, Processors  #1
> [    0.199774] smpboot cpu 1: start_ip = 98000
> [    0.232192] NMI watchdog enabled, takes one hw-pmu counter.
> [    0.237754]  #2
> [    0.237757] smpboot cpu 2: start_ip = 98000
> [    0.269803] NMI watchdog enabled, takes one hw-pmu counter.
> [    0.275729]  #3
> [    0.275731] smpboot cpu 3: start_ip = 98000
> [    0.307776] NMI watchdog enabled, takes one hw-pmu counter.
> [    0.313706]  #4
> [    0.313708] smpboot cpu 4: start_ip = 98000
> [    0.345754] NMI watchdog enabled, takes one hw-pmu counter.
> [    0.351680]  #5
> [    0.351682] smpboot cpu 5: start_ip = 98000
> [    0.383727] NMI watchdog enabled, takes one hw-pmu counter.
> [    0.389655]  #6
> [    0.389657] smpboot cpu 6: start_ip = 98000
> [    0.421707] NMI watchdog enabled, takes one hw-pmu counter.
> [    0.427630]  #7 Ok.
> [    0.427632] smpboot cpu 7: start_ip = 98000
> [    0.459679] NMI watchdog enabled, takes one hw-pmu counter.
> [    0.461588] Brought up 8 CPUs
> [    0.461592] Total of 8 processors activated (36718.80 BogoMIPS).
> [    0.478548] devtmpfs: initialized
> [    0.480897] PM: Registering ACPI NVS region at beebc000 (1048576 bytes)
> [    0.481206] print_constraints: dummy: 
> [    0.481249] RTC time: 14:45:08, date: 02/02/12
> [    0.481337] NET: Registered protocol family 16
> [    0.481641] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
> [    0.481645] ACPI: bus type pci registered
> [    0.481777] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
> [    0.481783] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
> [    0.562357] PCI: Using configuration type 1 for base access
> [    0.564150] bio: create slab <bio-0> at 0
> [    0.564319] ACPI: Added _OSI(Module Device)
> [    0.564322] ACPI: Added _OSI(Processor Device)
> [    0.564326] ACPI: Added _OSI(3.0 _SCP Extensions)
> [    0.564329] ACPI: Added _OSI(Processor Aggregator Device)
> [    0.568682] ACPI: EC: Look up EC in DSDT
> [    0.597819] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
> [    0.613843] ACPI Warning: Incorrect checksum in table [ASF!] - 0xB0, should be 0x6D (20120111/tbutils-321)
> [    0.614652] ACPI: SSDT 00000000bedd0018 00861 (v01  PmRef  Cpu0Cst 00003001 INTL 20110112)
> [    0.615801] ACPI: Dynamic OEM Table Load:
> [    0.615805] ACPI: SSDT           (null) 00861 (v01  PmRef  Cpu0Cst 00003001 INTL 20110112)
> [    0.620270] ACPI: SSDT 00000000bedd1a98 00303 (v01  PmRef    ApIst 00003000 INTL 20110112)
> [    0.621552] ACPI: Dynamic OEM Table Load:
> [    0.621557] ACPI: SSDT           (null) 00303 (v01  PmRef    ApIst 00003000 INTL 20110112)
> [    0.628823] ACPI: SSDT 00000000bedcfd98 00119 (v01  PmRef    ApCst 00003000 INTL 20110112)
> [    0.629975] ACPI: Dynamic OEM Table Load:
> [    0.629980] ACPI: SSDT           (null) 00119 (v01  PmRef    ApCst 00003000 INTL 20110112)
> [    2.514459] ACPI: Interpreter enabled
> [    2.514466] ACPI: (supports S0 S3 S4 S5)
> [    2.514514] ACPI: Using IOAPIC for interrupt routing
> [    2.518933] ACPI: Power Resource [APPR] (off)
> [    2.526956] ACPI: Power Resource [COMP] (on)
> [    2.527794] ACPI: Power Resource [LPP] (on)
> [    2.534390] ACPI: EC: GPE = 0x16, I/O: command/status = 0x66, data = 0x62
> [    2.534851] ACPI: No dock devices found.
> [    2.534857] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
> [    2.536931] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
> [    2.538532] pci_root PNP0A08:00: host bridge window [io  0x0000-0x0cf7]
> [    2.538537] pci_root PNP0A08:00: host bridge window [io  0x0d00-0xffff]
> [    2.538541] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
> [    2.538546] pci_root PNP0A08:00: host bridge window [mem 0xc0000000-0xdfffffff]
> [    2.538550] pci_root PNP0A08:00: host bridge window [mem 0xf0000000-0xfedfffff]
> [    2.538554] pci_root PNP0A08:00: host bridge window [mem 0xfee01000-0xffffffff]
> [    2.538615] PCI host bridge to bus 0000:00
> [    2.538619] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
> [    2.538622] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
> [    2.538626] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
> [    2.538629] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xdfffffff]
> [    2.538633] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfedfffff]
> [    2.538636] pci_bus 0000:00: root bus resource [mem 0xfee01000-0xffffffff]
> [    2.538651] pci 0000:00:00.0: [8086:0154] type 0 class 0x000600
> [    2.538716] pci 0000:00:01.0: [8086:0151] type 1 class 0x000604
> [    2.538772] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
> [    2.538861] pci 0000:00:14.0: [8086:1e31] type 0 class 0x000c03
> [    2.538905] pci 0000:00:14.0: reg 10: [mem 0xd2520000-0xd252ffff 64bit]
> [    2.539043] pci 0000:00:14.0: PME# supported from D3hot D3cold
> [    2.539088] pci 0000:00:16.0: [8086:1e3a] type 0 class 0x000780
> [    2.539131] pci 0000:00:16.0: reg 10: [mem 0xd2534000-0xd253400f 64bit]
> [    2.539271] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
> [    2.539322] pci 0000:00:16.3: [8086:1e3d] type 0 class 0x000700
> [    2.539356] pci 0000:00:16.3: reg 10: [io  0x6050-0x6057]
> [    2.539372] pci 0000:00:16.3: reg 14: [mem 0xd253b000-0xd253bfff]
> [    2.539541] pci 0000:00:19.0: [8086:1502] type 0 class 0x000200
> [    2.539579] pci 0000:00:19.0: reg 10: [mem 0xd2500000-0xd251ffff]
> [    2.539593] pci 0000:00:19.0: reg 14: [mem 0xd253a000-0xd253afff]
> [    2.539610] pci 0000:00:19.0: reg 18: [io  0x6020-0x603f]
> [    2.539728] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
> [    2.539774] pci 0000:00:1a.0: [8086:1e2d] type 0 class 0x000c03
> [    2.539811] pci 0000:00:1a.0: reg 10: [mem 0xd2539000-0xd25393ff]
> [    2.539977] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
> [    2.540028] pci 0000:00:1b.0: [8086:1e20] type 0 class 0x000403
> [    2.540059] pci 0000:00:1b.0: reg 10: [mem 0xd2530000-0xd2533fff 64bit]
> [    2.540201] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
> [    2.540245] pci 0000:00:1c.0: [8086:1e10] type 1 class 0x000604
> [    2.540405] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
> [    2.540453] pci 0000:00:1c.1: [8086:1e12] type 1 class 0x000604
> [    2.540606] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
> [    2.540655] pci 0000:00:1c.2: [8086:1e14] type 1 class 0x000604
> [    2.540803] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
> [    2.540852] pci 0000:00:1c.3: [8086:1e16] type 1 class 0x000604
> [    2.541003] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
> [    2.541052] pci 0000:00:1c.4: [8086:1e18] type 1 class 0x000604
> [    2.541203] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
> [    2.541265] pci 0000:00:1d.0: [8086:1e26] type 0 class 0x000c03
> [    2.541308] pci 0000:00:1d.0: reg 10: [mem 0xd2538000-0xd25383ff]
> [    2.541472] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
> [    2.541514] pci 0000:00:1f.0: [8086:1e55] type 0 class 0x000601
> [    2.541715] pci 0000:00:1f.2: [8086:1e03] type 0 class 0x000106
> [    2.541755] pci 0000:00:1f.2: reg 10: [io  0x6048-0x604f]
> [    2.541772] pci 0000:00:1f.2: reg 14: [io  0x605c-0x605f]
> [    2.541785] pci 0000:00:1f.2: reg 18: [io  0x6040-0x6047]
> [    2.541802] pci 0000:00:1f.2: reg 1c: [io  0x6058-0x605b]
> [    2.541818] pci 0000:00:1f.2: reg 20: [io  0x6000-0x601f]
> [    2.541834] pci 0000:00:1f.2: reg 24: [mem 0xd2537000-0xd25377ff]
> [    2.541930] pci 0000:00:1f.2: PME# supported from D3hot
> [    2.542021] pci 0000:01:00.0: [10de:0e3b] type 0 class 0x000300
> [    2.542038] pci 0000:01:00.0: reg 10: [mem 0xd0000000-0xd1ffffff]
> [    2.542057] pci 0000:01:00.0: reg 14: [mem 0xc0000000-0xc7ffffff 64bit pref]
> [    2.542076] pci 0000:01:00.0: reg 1c: [mem 0xc8000000-0xcbffffff 64bit pref]
> [    2.542089] pci 0000:01:00.0: reg 24: [io  0x5000-0x507f]
> [    2.542103] pci 0000:01:00.0: reg 30: [mem 0xfff80000-0xffffffff pref]
> [    2.542198] pci 0000:01:00.1: [10de:0beb] type 0 class 0x000403
> [    2.542215] pci 0000:01:00.1: reg 10: [mem 0xd2000000-0xd2003fff]
> [    2.544321] pci 0000:00:01.0: PCI bridge to [bus 01-01]
> [    2.544327] pci 0000:00:01.0:   bridge window [io  0x5000-0x5fff]
> [    2.544331] pci 0000:00:01.0:   bridge window [mem 0xd0000000-0xd20fffff]
> [    2.544338] pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xcbffffff 64bit pref]
> [    2.544426] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
> [    2.544438] pci 0000:00:1c.0:   bridge window [mem 0xd2400000-0xd24fffff]
> [    2.544534] pci 0000:00:1c.1: PCI bridge to [bus 03-23]
> [    2.544542] pci 0000:00:1c.1:   bridge window [io  0x3000-0x4fff]
> [    2.544549] pci 0000:00:1c.1:   bridge window [mem 0xcc000000-0xcfffffff]
> [    2.544684] pci 0000:24:00.0: [197b:2380] type 0 class 0x000c00
> [    2.544726] pci 0000:24:00.0: reg 10: [mem 0xd2300000-0xd23007ff]
> [    2.544757] pci 0000:24:00.0: reg 14: [mem 0xd2305000-0xd23050ff]
> [    2.545081] pci 0000:24:00.1: [197b:2392] type 0 class 0x000880
> [    2.545112] pci 0000:24:00.1: reg 10: [mem 0xd2304000-0xd23040ff]
> [    2.545236] pci 0000:24:00.1: reg 30: [mem 0xffff8000-0xffffffff pref]
> [    2.545399] pci 0000:24:00.2: [197b:2391] type 0 class 0x000805
> [    2.545430] pci 0000:24:00.2: reg 10: [mem 0xd2303000-0xd23030ff]
> [    2.547329] pci 0000:00:1c.2: PCI bridge to [bus 24-24]
> [    2.547340] pci 0000:00:1c.2:   bridge window [mem 0xd2300000-0xd23fffff]
> [    2.547597] pci 0000:25:00.0: [8086:4238] type 0 class 0x000280
> [    2.547780] pci 0000:25:00.0: reg 10: [mem 0xd2200000-0xd2201fff 64bit]
> [    2.548665] pci 0000:25:00.0: PME# supported from D0 D3hot D3cold
> [    2.550383] pci 0000:00:1c.3: PCI bridge to [bus 25-25]
> [    2.550394] pci 0000:00:1c.3:   bridge window [mem 0xd2200000-0xd22fffff]
> [    2.550523] pci 0000:26:00.0: [197b:2360] type 0 class 0x000106
> [    2.550572] pci 0000:26:00.0: reg 10: [io  0x2018-0x201f]
> [    2.550596] pci 0000:26:00.0: reg 14: [io  0x2024-0x2027]
> [    2.550618] pci 0000:26:00.0: reg 18: [io  0x2010-0x2017]
> [    2.550641] pci 0000:26:00.0: reg 1c: [io  0x2020-0x2023]
> [    2.550665] pci 0000:26:00.0: reg 20: [io  0x2000-0x200f]
> [    2.550688] pci 0000:26:00.0: reg 24: [mem 0xd2100000-0xd21001ff]
> [    2.550712] pci 0000:26:00.0: reg 30: [mem 0xffff0000-0xffffffff pref]
> [    2.550819] pci 0000:26:00.0: PME# supported from D3hot
> [    2.552319] pci 0000:00:1c.4: PCI bridge to [bus 26-26]
> [    2.552326] pci 0000:00:1c.4:   bridge window [io  0x2000-0x2fff]
> [    2.552333] pci 0000:00:1c.4:   bridge window [mem 0xd2100000-0xd21fffff]
> [    2.552395] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
> [    2.552789] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEGP._PRT]
> [    2.552962] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
> [    2.553049] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
> [    2.553198] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP03._PRT]
> [    2.553329] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP04._PRT]
> [    2.553427] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP05._PRT]
> [    2.554737]  pci0000:00: Requesting ACPI _OSC control (0x1d)
> [    2.558107]  pci0000:00: ACPI _OSC control (0x1d) granted
> [    2.574720] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 *10 11 12 14 15)
> [    2.574826] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 6 10 11 12 14 15)
> [    2.574927] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 *10 11 12 14 15)
> [    2.575026] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *10 11 12 14 15)
> [    2.575125] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
> [    2.575223] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
> [    2.575332] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 *10 11 12 14 15)
> [    2.575434] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
> [    2.575574] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
> [    2.575582] vgaarb: loaded
> [    2.575585] vgaarb: bridge control possible 0000:01:00.0
> [    2.575812] SCSI subsystem initialized
> [    2.575863] libata version 3.00 loaded.
> [    2.575930] usbcore: registered new interface driver usbfs
> [    2.575950] usbcore: registered new interface driver hub
> [    2.575981] usbcore: registered new device driver usb
> [    2.576071] PCI: Using ACPI for IRQ routing
> [    2.591585] PCI: pci_cache_line_size set to 64 bytes
> [    2.591737] reserve RAM buffer: 000000000009dc00 - 000000000009ffff 
> [    2.591742] reserve RAM buffer: 00000000bde30000 - 00000000bfffffff 
> [    2.591747] reserve RAM buffer: 00000000bf000000 - 00000000bfffffff 
> [    2.591750] reserve RAM buffer: 00000001be000000 - 00000001bfffffff 
> [    2.591910] NetLabel: Initializing
> [    2.591913] NetLabel:  domain hash size = 128
> [    2.591915] NetLabel:  protocols = UNLABELED CIPSOv4
> [    2.591933] NetLabel:  unlabeled traffic allowed by default
> [    2.591947] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
> [    2.591957] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
> [    2.593989] Switching to clocksource hpet
> [    2.598305] AppArmor: AppArmor Filesystem Enabled
> [    2.598332] pnp: PnP ACPI init
> [    2.598361] ACPI: bus type pnp registered
> [    2.599209] pnp 00:00: [bus 00-3e]
> [    2.599213] pnp 00:00: [io  0x0000-0x0cf7 window]
> [    2.599217] pnp 00:00: [io  0x0cf8-0x0cff]
> [    2.599221] pnp 00:00: [io  0x0d00-0xffff window]
> [    2.599224] pnp 00:00: [mem 0x000a0000-0x000bffff window]
> [    2.599228] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
> [    2.599231] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
> [    2.599235] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
> [    2.599240] pnp 00:00: [mem 0x000cc000-0x000cffff window]
> [    2.599243] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
> [    2.599247] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
> [    2.599250] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
> [    2.599254] pnp 00:00: [mem 0x000dc000-0x000dffff window]
> [    2.599257] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
> [    2.599261] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
> [    2.599264] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
> [    2.599268] pnp 00:00: [mem 0x000ec000-0x000effff window]
> [    2.599271] pnp 00:00: [mem 0x000f0000-0x000fffff window]
> [    2.599275] pnp 00:00: [mem 0xc0000000-0xdfffffff window]
> [    2.599278] pnp 00:00: [mem 0xf0000000-0xfedfffff window]
> [    2.599281] pnp 00:00: [mem 0xfee01000-0xffffffff window]
> [    2.599385] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
> [    2.599589] pnp 00:01: [mem 0xfed1c000-0xfed1ffff]
> [    2.599593] pnp 00:01: [mem 0xfed10000-0xfed17fff]
> [    2.599596] pnp 00:01: [mem 0xfed18000-0xfed18fff]
> [    2.599599] pnp 00:01: [mem 0x00000000-0x00000fff]
> [    2.599603] pnp 00:01: [mem 0x00000000-0xffffffffffffffff disabled]
> [    2.599606] pnp 00:01: [mem 0xe0000000-0xefffffff]
> [    2.599609] pnp 00:01: [mem 0xfed20000-0xfed3ffff]
> [    2.599613] pnp 00:01: [mem 0xfed90000-0xfed93fff]
> [    2.599616] pnp 00:01: [mem 0xfed45000-0xfed8ffff]
> [    2.599619] pnp 00:01: [mem 0xfec00000-0xfec00fff]
> [    2.599695] system 00:01: [mem 0xfed1c000-0xfed1ffff] has been reserved
> [    2.599700] system 00:01: [mem 0xfed10000-0xfed17fff] could not be reserved
> [    2.599704] system 00:01: [mem 0xfed18000-0xfed18fff] has been reserved
> [    2.599709] system 00:01: [mem 0x00000000-0x00000fff] could not be reserved
> [    2.599713] system 00:01: [mem 0xe0000000-0xefffffff] has been reserved
> [    2.599718] system 00:01: [mem 0xfed20000-0xfed3ffff] has been reserved
> [    2.599722] system 00:01: [mem 0xfed90000-0xfed93fff] has been reserved
> [    2.599727] system 00:01: [mem 0xfed45000-0xfed8ffff] has been reserved
> [    2.599731] system 00:01: [mem 0xfec00000-0xfec00fff] could not be reserved
> [    2.599736] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
> [    2.599943] pnp 00:02: [io  0x0000-0x001f]
> [    2.599947] pnp 00:02: [io  0x0081-0x0091]
> [    2.599950] pnp 00:02: [io  0x0093-0x009f]
> [    2.599953] pnp 00:02: [io  0x00c0-0x00df]
> [    2.599956] pnp 00:02: [dma 4]
> [    2.600014] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
> [    2.600031] pnp 00:03: [mem 0xff000000-0xffffffff]
> [    2.600085] pnp 00:03: Plug and Play ACPI device, IDs INT0800 (active)
> [    2.600202] pnp 00:04: [io  0xfe00-0xfe0f]
> [    2.600205] pnp 00:04: [io  0xfe80-0xfe8f]
> [    2.600208] pnp 00:04: [mem 0xfed40000-0xfed44fff]
> [    2.600268] pnp 00:04: Plug and Play ACPI device, IDs IFX0102 PNP0c31 (active)
> [    2.600453] pnp 00:05: [mem 0xfed00000-0xfed003ff]
> [    2.600511] pnp 00:05: Plug and Play ACPI device, IDs PNP0103 (active)
> [    2.600533] pnp 00:06: [io  0x00f0]
> [    2.600545] pnp 00:06: [irq 13]
> [    2.600603] pnp 00:06: Plug and Play ACPI device, IDs PNP0c04 (active)
> [    2.600625] pnp 00:07: [io  0x002e-0x002f]
> [    2.600628] pnp 00:07: [io  0x004e-0x004f]
> [    2.600631] pnp 00:07: [io  0x0061]
> [    2.600634] pnp 00:07: [io  0x0063]
> [    2.600636] pnp 00:07: [io  0x0065]
> [    2.600639] pnp 00:07: [io  0x0067]
> [    2.600642] pnp 00:07: [io  0x0070]
> [    2.600645] pnp 00:07: [io  0x0080]
> [    2.600647] pnp 00:07: [io  0x0092]
> [    2.600650] pnp 00:07: [io  0x00b2-0x00b3]
> [    2.600653] pnp 00:07: [io  0x0200-0x027f]
> [    2.600656] pnp 00:07: [io  0x1000-0x100f]
> [    2.600659] pnp 00:07: [io  0xffff]
> [    2.600662] pnp 00:07: [io  0xffff]
> [    2.600664] pnp 00:07: [io  0x0400-0x0480]
> [    2.600667] pnp 00:07: [io  0x0500-0x057f]
> [    2.600670] pnp 00:07: [io  0xef80-0xef9f]
> [    2.600766] system 00:07: [io  0x0200-0x027f] has been reserved
> [    2.600771] system 00:07: [io  0x1000-0x100f] has been reserved
> [    2.600775] system 00:07: [io  0xffff] has been reserved
> [    2.600779] system 00:07: [io  0xffff] has been reserved
> [    2.600783] system 00:07: [io  0x0400-0x0480] has been reserved
> [    2.600787] system 00:07: [io  0x0500-0x057f] has been reserved
> [    2.600791] system 00:07: [io  0xef80-0xef9f] has been reserved
> [    2.600796] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
> [    2.600815] pnp 00:08: [io  0x0070-0x0077]
> [    2.600823] pnp 00:08: [irq 8]
> [    2.600879] pnp 00:08: Plug and Play ACPI device, IDs PNP0b00 (active)
> [    2.601824] pnp 00:09: [io  0x03f8-0x03ff]
> [    2.601832] pnp 00:09: [irq 4]
> [    2.601946] pnp 00:09: Plug and Play ACPI device, IDs PNP0501 PNP0500 (active)
> [    2.602847] pnp 00:0a: [io  0x0378-0x037f]
> [    2.602850] pnp 00:0a: [io  0x0778-0x077a]
> [    2.602858] pnp 00:0a: [irq 5]
> [    2.602861] pnp 00:0a: [dma 0 disabled]
> [    2.603029] pnp 00:0a: Plug and Play ACPI device, IDs PNP0401 (active)
> [    2.603048] pnp 00:0b: [io  0x0060]
> [    2.603051] pnp 00:0b: [io  0x0064]
> [    2.603058] pnp 00:0b: [irq 1]
> [    2.603120] pnp 00:0b: Plug and Play ACPI device, IDs PNP0303 (active)
> [    2.603141] pnp 00:0c: [irq 12]
> [    2.603204] pnp 00:0c: Plug and Play ACPI device, IDs SYN018d SYN0100 SYN0002 PNP0f13 (active)
> [    2.603753] pnp 00:0d: [irq 23]
> [    2.603831] pnp 00:0d: Plug and Play ACPI device, IDs HPQ6000 (active)
> [    2.604375] pnp: PnP ACPI: found 14 devices
> [    2.604378] ACPI: ACPI bus type pnp unregistered
> [    2.612015] pci 0000:01:00.0: no compatible bridge window for [mem 0xfff80000-0xffffffff pref]
> [    2.612022] pci 0000:24:00.1: no compatible bridge window for [mem 0xffff8000-0xffffffff pref]
> [    2.612029] pci 0000:26:00.0: no compatible bridge window for [mem 0xffff0000-0xffffffff pref]
> [    2.612034] PCI: max bus depth: 1 pci_try_num: 2
> [    2.612121] pci 0000:00:1c.2: BAR 15: assigned [mem 0xd2600000-0xd26fffff pref]
> [    2.612127] pci 0000:00:1c.4: BAR 15: assigned [mem 0xd2700000-0xd27fffff pref]
> [    2.612133] pci 0000:00:1c.1: BAR 15: assigned [mem 0xd2800000-0xd29fffff 64bit pref]
> [    2.612139] pci 0000:01:00.0: BAR 6: assigned [mem 0xd2080000-0xd20fffff pref]
> [    2.612143] pci 0000:00:01.0: PCI bridge to [bus 01-01]
> [    2.612148] pci 0000:00:01.0:   bridge window [io  0x5000-0x5fff]
> [    2.612153] pci 0000:00:01.0:   bridge window [mem 0xd0000000-0xd20fffff]
> [    2.612158] pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xcbffffff 64bit pref]
> [    2.612165] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
> [    2.612174] pci 0000:00:1c.0:   bridge window [mem 0xd2400000-0xd24fffff]
> [    2.612190] pci 0000:00:1c.1: PCI bridge to [bus 03-23]
> [    2.612195] pci 0000:00:1c.1:   bridge window [io  0x3000-0x4fff]
> [    2.612205] pci 0000:00:1c.1:   bridge window [mem 0xcc000000-0xcfffffff]
> [    2.612212] pci 0000:00:1c.1:   bridge window [mem 0xd2800000-0xd29fffff 64bit pref]
> [    2.612226] pci 0000:24:00.1: BAR 6: assigned [mem 0xd2600000-0xd2607fff pref]
> [    2.612230] pci 0000:00:1c.2: PCI bridge to [bus 24-24]
> [    2.612239] pci 0000:00:1c.2:   bridge window [mem 0xd2300000-0xd23fffff]
> [    2.612247] pci 0000:00:1c.2:   bridge window [mem 0xd2600000-0xd26fffff pref]
> [    2.612259] pci 0000:00:1c.3: PCI bridge to [bus 25-25]
> [    2.612268] pci 0000:00:1c.3:   bridge window [mem 0xd2200000-0xd22fffff]
> [    2.612285] pci 0000:26:00.0: BAR 6: assigned [mem 0xd2700000-0xd270ffff pref]
> [    2.612288] pci 0000:00:1c.4: PCI bridge to [bus 26-26]
> [    2.612293] pci 0000:00:1c.4:   bridge window [io  0x2000-0x2fff]
> [    2.612303] pci 0000:00:1c.4:   bridge window [mem 0xd2100000-0xd21fffff]
> [    2.612311] pci 0000:00:1c.4:   bridge window [mem 0xd2700000-0xd27fffff pref]
> [    2.612396] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
> [    2.612400] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
> [    2.612404] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
> [    2.612407] pci_bus 0000:00: resource 7 [mem 0xc0000000-0xdfffffff]
> [    2.612411] pci_bus 0000:00: resource 8 [mem 0xf0000000-0xfedfffff]
> [    2.612415] pci_bus 0000:00: resource 9 [mem 0xfee01000-0xffffffff]
> [    2.612418] pci_bus 0000:01: resource 0 [io  0x5000-0x5fff]
> [    2.612422] pci_bus 0000:01: resource 1 [mem 0xd0000000-0xd20fffff]
> [    2.612425] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xcbffffff 64bit pref]
> [    2.612429] pci_bus 0000:02: resource 1 [mem 0xd2400000-0xd24fffff]
> [    2.612433] pci_bus 0000:03: resource 0 [io  0x3000-0x4fff]
> [    2.612436] pci_bus 0000:03: resource 1 [mem 0xcc000000-0xcfffffff]
> [    2.612440] pci_bus 0000:03: resource 2 [mem 0xd2800000-0xd29fffff 64bit pref]
> [    2.612444] pci_bus 0000:24: resource 1 [mem 0xd2300000-0xd23fffff]
> [    2.612448] pci_bus 0000:24: resource 2 [mem 0xd2600000-0xd26fffff pref]
> [    2.612451] pci_bus 0000:25: resource 1 [mem 0xd2200000-0xd22fffff]
> [    2.612455] pci_bus 0000:26: resource 0 [io  0x2000-0x2fff]
> [    2.612458] pci_bus 0000:26: resource 1 [mem 0xd2100000-0xd21fffff]
> [    2.612462] pci_bus 0000:26: resource 2 [mem 0xd2700000-0xd27fffff pref]
> [    2.612606] NET: Registered protocol family 2
> [    2.613004] IP route cache hash table entries: 262144 (order: 9, 2097152 bytes)
> [    2.614778] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
> [    2.616769] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
> [    2.616964] TCP: Hash tables configured (established 524288 bind 65536)
> [    2.616967] TCP reno registered
> [    2.616996] UDP hash table entries: 4096 (order: 5, 131072 bytes)
> [    2.617055] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
> [    2.617256] NET: Registered protocol family 1
> [    2.617420] pci 0000:01:00.0: Boot video device
> [    2.617457] PCI: CLS 64 bytes, default 64
> [    2.617534] Unpacking initramfs...
> [    3.405720] Freeing initrd memory: 24880k freed
> [    3.410715] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
> [    3.410722] Placing 64MB software IO TLB between ffff8800b9e28000 - ffff8800bde28000
> [    3.410726] software IO TLB at phys 0xb9e28000 - 0xbde28000
> [    3.412273] audit: initializing netlink socket (disabled)
> [    3.412290] type=2000 audit(1328193910.123:1): initialized
> [    3.447744] HugeTLB registered 2 MB page size, pre-allocated 0 pages
> [    3.448829] VFS: Disk quotas dquot_6.5.2
> [    3.448889] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
> [    3.449477] msgmni has been set to 11829
> [    3.449756] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
> [    3.449795] io scheduler noop registered
> [    3.449798] io scheduler deadline registered
> [    3.449846] io scheduler cfq registered (default)
> [    3.450079] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
> [    3.450256] pcieport 0000:00:1c.0: irq 41 for MSI/MSI-X
> [    3.450460] pcieport 0000:00:1c.1: irq 42 for MSI/MSI-X
> [    3.450679] pcieport 0000:00:1c.2: irq 43 for MSI/MSI-X
> [    3.450877] pcieport 0000:00:1c.3: irq 44 for MSI/MSI-X
> [    3.451086] pcieport 0000:00:1c.4: irq 45 for MSI/MSI-X
> [    3.451239] pcieport 0000:00:01.0: Signaling PME through PCIe PME interrupt
> [    3.451243] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
> [    3.451246] pci 0000:01:00.1: Signaling PME through PCIe PME interrupt
> [    3.451251] pcie_pme 0000:00:01.0:pcie01: service driver pcie_pme loaded
> [    3.451284] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
> [    3.451292] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
> [    3.451324] pcieport 0000:00:1c.1: Signaling PME through PCIe PME interrupt
> [    3.451331] pcie_pme 0000:00:1c.1:pcie01: service driver pcie_pme loaded
> [    3.451363] pcieport 0000:00:1c.2: Signaling PME through PCIe PME interrupt
> [    3.451367] pci 0000:24:00.0: Signaling PME through PCIe PME interrupt
> [    3.451370] pci 0000:24:00.1: Signaling PME through PCIe PME interrupt
> [    3.451373] pci 0000:24:00.2: Signaling PME through PCIe PME interrupt
> [    3.451380] pcie_pme 0000:00:1c.2:pcie01: service driver pcie_pme loaded
> [    3.451413] pcieport 0000:00:1c.3: Signaling PME through PCIe PME interrupt
> [    3.451416] pci 0000:25:00.0: Signaling PME through PCIe PME interrupt
> [    3.451423] pcie_pme 0000:00:1c.3:pcie01: service driver pcie_pme loaded
> [    3.451455] pcieport 0000:00:1c.4: Signaling PME through PCIe PME interrupt
> [    3.451458] pci 0000:26:00.0: Signaling PME through PCIe PME interrupt
> [    3.451465] pcie_pme 0000:00:1c.4:pcie01: service driver pcie_pme loaded
> [    3.451561] vesafb: mode is 1024x768x16, linelength=2048, pages=1
> [    3.451563] vesafb: scrolling: redraw
> [    3.451567] vesafb: Truecolor: size=0:5:6:5, shift=0:11:5:0
> [    3.452576] vesafb: framebuffer at 0xc9000000, mapped to 0xffffc90011800000, using 3072k, total 14336k
> [    3.492234] Console: switching to colour frame buffer device 128x48
> [    3.531734] fb0: VESA VGA frame buffer device
> [    3.531747] intel_idle: MWAIT substates: 0x21120
> [    3.531750] intel_idle: does not run on family 6 model 58
> [    3.531798] GHES: HEST is not enabled!
> [    3.531879] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled
> [    3.552781] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
> [    3.574242] 00:09: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
> [    3.594835] 0000:00:16.3: ttyS4 at I/O 0x6050 (irq = 17) is a 16550A
> [    3.595297] Non-volatile memory driver v1.3
> [    3.595300] Linux agpgart interface v0.103
> [    3.595638] ahci 0000:00:1f.2: version 3.0
> [    3.595727] ahci 0000:00:1f.2: irq 46 for MSI/MSI-X
> [    3.595778] ahci: SSS flag set, parallel bus scan disabled
> [    3.605882] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x1f impl SATA mode
> [    3.605888] ahci 0000:00:1f.2: flags: 64bit ncq stag pm led clo pio slum part ems sxs apst 
> [    3.605896] ahci 0000:00:1f.2: setting latency timer to 64
> [    3.614608] scsi0 : ahci
> [    3.614769] scsi1 : ahci
> [    3.614879] scsi2 : ahci
> [    3.614983] scsi3 : ahci
> [    3.615079] scsi4 : ahci
> [    3.615175] scsi5 : ahci
> [    3.615868] ata1: SATA max UDMA/133 abar m2048@0xd2537000 port 0xd2537100 irq 46
> [    3.615874] ata2: SATA max UDMA/133 abar m2048@0xd2537000 port 0xd2537180 irq 46
> [    3.615879] ata3: SATA max UDMA/133 abar m2048@0xd2537000 port 0xd2537200 irq 46
> [    3.615884] ata4: SATA max UDMA/133 abar m2048@0xd2537000 port 0xd2537280 irq 46
> [    3.615889] ata5: SATA max UDMA/133 abar m2048@0xd2537000 port 0xd2537300 irq 46
> [    3.615892] ata6: DUMMY
> [    3.616040] ahci 0000:26:00.0: irq 47 for MSI/MSI-X
> [    3.616149] ahci 0000:26:00.0: AHCI 0001.0100 32 slots 1 ports 3 Gbps 0x1 impl SATA mode
> [    3.616154] ahci 0000:26:00.0: flags: 64bit ncq pm led clo pmp pio slum part 
> [    3.616399] scsi6 : ahci
> [    3.616477] ata7: SATA max UDMA/133 abar m512@0xd2100000 port 0xd2100100 irq 47
> [    3.616599] Fixed MDIO Bus: probed
> [    3.616603] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
> [    3.616607] ehci_hcd: block sizes: qh 112 qtd 96 itd 192 sitd 96
> [    3.616651] ehci_hcd 0000:00:1a.0: setting latency timer to 64
> [    3.616657] ehci_hcd 0000:00:1a.0: EHCI Host Controller
> [    3.616681] drivers/usb/core/inode.c: creating file 'devices'
> [    3.616687] drivers/usb/core/inode.c: creating file '001'
> [    3.616693] ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
> [    3.616705] ehci_hcd 0000:00:1a.0: reset hcs_params 0x200003 dbg=2 cc=0 pcc=0 ordered !ppc ports=3
> [    3.616711] ehci_hcd 0000:00:1a.0: reset hcc_params 36881 caching frame 1024 64 bit addr
> [    3.616733] ehci_hcd 0000:00:1a.0: support lpm
> [    3.616750] ehci_hcd 0000:00:1a.0: debug port 2
> [    3.616757] ehci_hcd 0000:00:1a.0: reset command 0080032 (park)=0 ithresh=8 Async Periodic period=1024 Reset HALT
> [    3.620649] ehci_hcd 0000:00:1a.0: cache line size of 64 is not supported
> [    3.620653] ehci_hcd 0000:00:1a.0: supports USB remote wakeup
> [    3.620676] ehci_hcd 0000:00:1a.0: irq 16, io mem 0xd2539000
> [    3.620684] ehci_hcd 0000:00:1a.0: init command 0010001 (park)=0 ithresh=1 period=1024 RUN
> [    3.625840] ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
> [    3.625883] usb usb1: default language 0x0409
> [    3.625894] usb usb1: udev 1, busnum 1, minor = 0
> [    3.625897] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
> [    3.625901] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
> [    3.625905] usb usb1: Product: EHCI Host Controller
> [    3.625908] usb usb1: Manufacturer: Linux 3.3.0-rc2-1.2-desktop+ ehci_hcd
> [    3.625911] usb usb1: SerialNumber: 0000:00:1a.0
> [    3.626030] usb usb1: usb_probe_device
> [    3.626034] usb usb1: configuration #1 chosen from 1 choice
> [    3.626046] usb usb1: adding 1-0:1.0 (config #1, interface 0)
> [    3.626083] hub 1-0:1.0: usb_probe_interface
> [    3.626086] hub 1-0:1.0: usb_probe_interface - got id
> [    3.626089] hub 1-0:1.0: USB hub found
> [    3.626096] hub 1-0:1.0: 3 ports detected
> [    3.626099] hub 1-0:1.0: standalone hub
> [    3.626101] hub 1-0:1.0: no power switching (usb 1.0)
> [    3.626104] hub 1-0:1.0: individual port over-current protection
> [    3.626107] hub 1-0:1.0: power on to power good time: 20ms
> [    3.626114] hub 1-0:1.0: local power source is good
> [    3.626117] hub 1-0:1.0: trying to enable port power on non-switchable hub
> [    3.626158] drivers/usb/core/inode.c: creating file '001'
> [    3.626241] ehci_hcd 0000:00:1d.0: setting latency timer to 64
> [    3.626246] ehci_hcd 0000:00:1d.0: EHCI Host Controller
> [    3.626254] drivers/usb/core/inode.c: creating file '002'
> [    3.626259] ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
> [    3.626274] ehci_hcd 0000:00:1d.0: reset hcs_params 0x200003 dbg=2 cc=0 pcc=0 ordered !ppc ports=3
> [    3.626280] ehci_hcd 0000:00:1d.0: reset hcc_params 36881 caching frame 1024 64 bit addr
> [    3.626297] ehci_hcd 0000:00:1d.0: support lpm
> [    3.626313] ehci_hcd 0000:00:1d.0: debug port 2
> [    3.626320] ehci_hcd 0000:00:1d.0: reset command 0080032 (park)=0 ithresh=8 Async Periodic period=1024 Reset HALT
> [    3.630195] ehci_hcd 0000:00:1d.0: cache line size of 64 is not supported
> [    3.630199] ehci_hcd 0000:00:1d.0: supports USB remote wakeup
> [    3.630207] ehci_hcd 0000:00:1d.0: irq 16, io mem 0xd2538000
> [    3.630214] ehci_hcd 0000:00:1d.0: init command 0010001 (park)=0 ithresh=1 period=1024 RUN
> [    3.635840] ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
> [    3.635875] usb usb2: default language 0x0409
> [    3.635885] usb usb2: udev 1, busnum 2, minor = 128
> [    3.635888] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
> [    3.635892] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
> [    3.635895] usb usb2: Product: EHCI Host Controller
> [    3.635898] usb usb2: Manufacturer: Linux 3.3.0-rc2-1.2-desktop+ ehci_hcd
> [    3.635901] usb usb2: SerialNumber: 0000:00:1d.0
> [    3.636011] usb usb2: usb_probe_device
> [    3.636014] usb usb2: configuration #1 chosen from 1 choice
> [    3.636025] usb usb2: adding 2-0:1.0 (config #1, interface 0)
> [    3.636059] hub 2-0:1.0: usb_probe_interface
> [    3.636062] hub 2-0:1.0: usb_probe_interface - got id
> [    3.636065] hub 2-0:1.0: USB hub found
> [    3.636070] hub 2-0:1.0: 3 ports detected
> [    3.636073] hub 2-0:1.0: standalone hub
> [    3.636075] hub 2-0:1.0: no power switching (usb 1.0)
> [    3.636078] hub 2-0:1.0: individual port over-current protection
> [    3.636081] hub 2-0:1.0: power on to power good time: 20ms
> [    3.636087] hub 2-0:1.0: local power source is good
> [    3.636090] hub 2-0:1.0: trying to enable port power on non-switchable hub
> [    3.636129] drivers/usb/core/inode.c: creating file '001'
> [    3.636195] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
> [    3.636198] ohci_hcd: block sizes: ed 80 td 96
> [    3.636219] uhci_hcd: USB Universal Host Controller Interface driver
> [    3.636271] Initializing USB Mass Storage driver...
> [    3.636301] usbcore: registered new interface driver usb-storage
> [    3.636303] USB Mass Storage support registered.
> [    3.636316] usbcore: registered new interface driver ums-alauda
> [    3.636328] usbcore: registered new interface driver ums-cypress
> [    3.636341] usbcore: registered new interface driver ums-datafab
> [    3.636354] usbcore: registered new interface driver ums-freecom
> [    3.636366] usbcore: registered new interface driver ums-isd200
> [    3.636378] usbcore: registered new interface driver ums-jumpshot
> [    3.636390] usbcore: registered new interface driver ums-karma
> [    3.636403] usbcore: registered new interface driver ums-onetouch
> [    3.636415] usbcore: registered new interface driver ums-sddr09
> [    3.636427] usbcore: registered new interface driver ums-sddr55
> [    3.636439] usbcore: registered new interface driver ums-usbat
> [    3.636494] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
> [    3.638324] i8042: Detected active multiplexing controller, rev 1.1
> [    3.639006] serio: i8042 KBD port at 0x60,0x64 irq 1
> [    3.639047] serio: i8042 AUX0 port at 0x60,0x64 irq 12
> [    3.639078] serio: i8042 AUX1 port at 0x60,0x64 irq 12
> [    3.639107] serio: i8042 AUX2 port at 0x60,0x64 irq 12
> [    3.639135] serio: i8042 AUX3 port at 0x60,0x64 irq 12
> [    3.639256] mousedev: PS/2 mouse device common for all mice
> [    3.639401] rtc_cmos 00:08: RTC can wake from S4
> [    3.639548] rtc_cmos 00:08: rtc core: registered rtc_cmos as rtc0
> [    3.639581] rtc0: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
> [    3.639594] cpuidle: using governor ladder
> [    3.639597] cpuidle: using governor menu
> [    3.639599] EFI Variables Facility v0.08 2004-May-17
> [    3.639926] usbcore: registered new interface driver usbhid
> [    3.639929] usbhid: USB HID core driver
> [    3.640173] TCP cubic registered
> [    3.640312] NET: Registered protocol family 10
> [    3.640917] lib80211: common routines for IEEE802.11 drivers
> [    3.640920] lib80211_crypt: registered algorithm 'NULL'
> [    3.640923] Registering the dns_resolver key type
> [    3.640945] libceph: loaded (mon/osd proto 15/24, osdmap 5/6 5/6)
> [    3.641089] PM: Checking hibernation image partition /dev/sdb8
> [    3.660413] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
> [    3.725794] ehci_hcd 0000:00:1a.0: GetStatus port:1 status 001803 0  ACK POWER sig=j CSC CONNECT
> [    3.725800] hub 1-0:1.0: port 1: status 0501 change 0001
> [    3.735783] ehci_hcd 0000:00:1d.0: GetStatus port:1 status 001803 0  ACK POWER sig=j CSC CONNECT
> [    3.735788] hub 2-0:1.0: port 1: status 0501 change 0001
> [    3.825743] hub 1-0:1.0: state 7 ports 3 chg 0002 evt 0000
> [    3.825756] hub 1-0:1.0: port 1, status 0501, change 0000, 480 Mb/s
> [    3.876953] ehci_hcd 0000:00:1a.0: port 1 high speed
> [    3.876960] ehci_hcd 0000:00:1a.0: GetStatus port:1 status 001005 0  ACK POWER sig=se0 PE CONNECT
> [    3.920727] ata7: SATA link down (SStatus 0 SControl 300)
> [    3.920733] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [    3.927695] usb 1-1: new high-speed USB device number 2 using ehci_hcd
> [    3.975143] ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
> [    3.978900] ehci_hcd 0000:00:1a.0: port 1 high speed
> [    3.978907] ehci_hcd 0000:00:1a.0: GetStatus port:1 status 001005 0  ACK POWER sig=se0 PE CONNECT
> [    3.985784] ata1.00: ATA-8: OCZ-VERTEX2, 1.35, max UDMA/133
> [    3.985788] ata1.00: 117231408 sectors, multi 1: LBA48 NCQ (depth 31/32), AA
> [    4.041754] ehci_hcd 0000:00:1a.0: set dev address 2 for port 1
> [    4.041761] ehci_hcd 0000:00:1a.0: LPM: no device attached
> [    4.042005] usb 1-1: udev 2, busnum 1, minor = 1
> [    4.042008] usb 1-1: New USB device found, idVendor=8087, idProduct=0024
> [    4.042012] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
> [    4.042105] usb 1-1: usb_probe_device
> [    4.042109] usb 1-1: configuration #1 chosen from 1 choice
> [    4.042266] usb 1-1: adding 1-1:1.0 (config #1, interface 0)
> [    4.042300] hub 1-1:1.0: usb_probe_interface
> [    4.042304] hub 1-1:1.0: usb_probe_interface - got id
> [    4.042307] hub 1-1:1.0: USB hub found
> [    4.042380] hub 1-1:1.0: 6 ports detected
> [    4.042382] hub 1-1:1.0: standalone hub
> [    4.042385] hub 1-1:1.0: individual port power switching
> [    4.042387] hub 1-1:1.0: individual port over-current protection
> [    4.042390] hub 1-1:1.0: Single TT
> [    4.042393] hub 1-1:1.0: TT requires at most 8 FS bit times (666 ns)
> [    4.042396] hub 1-1:1.0: power on to power good time: 100ms
> [    4.042629] hub 1-1:1.0: local power source is good
> [    4.042633] hub 1-1:1.0: enabling power on all ports
> [    4.043403] drivers/usb/core/inode.c: creating file '002'
> [    4.043434] hub 2-0:1.0: state 7 ports 3 chg 0002 evt 0000
> [    4.043443] hub 2-0:1.0: port 1, status 0501, change 0000, 480 Mb/s
> [    4.055095] ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
> [    4.065735] ata1.00: configured for UDMA/133
> [    4.067768] scsi 0:0:0:0: Direct-Access     ATA      OCZ-VERTEX2      1.35 PQ: 0 ANSI: 5
> [    4.068022] sd 0:0:0:0: [sda] 117231408 512-byte logical blocks: (60.0 GB/55.8 GiB)
> [    4.068196] sd 0:0:0:0: [sda] Write Protect is off
> [    4.068200] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
> [    4.068243] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
> [    4.068965]  sda: sda1 sda2
> [    4.069381] sd 0:0:0:0: [sda] Attached SCSI disk
> [    4.093840] ehci_hcd 0000:00:1d.0: port 1 high speed
> [    4.093847] ehci_hcd 0000:00:1d.0: GetStatus port:1 status 001005 0  ACK POWER sig=se0 PE CONNECT
> [    4.142704] hub 1-1:1.0: port 1: status 0101 change 0001
> [    4.143075] hub 1-1:1.0: port 3: status 0101 change 0001
> [    4.144571] usb 2-1: new high-speed USB device number 2 using ehci_hcd
> [    4.195787] ehci_hcd 0000:00:1d.0: port 1 high speed
> [    4.195792] ehci_hcd 0000:00:1d.0: GetStatus port:1 status 001005 0  ACK POWER sig=se0 PE CONNECT
> [    4.243531] usb 1-1: link qh256-0001/ffff8801b4e3aec0 start 1 [1/0 us]
> [    4.258640] ehci_hcd 0000:00:1d.0: set dev address 2 for port 1
> [    4.258645] ehci_hcd 0000:00:1d.0: LPM: no device attached
> [    4.258892] usb 2-1: udev 2, busnum 2, minor = 129
> [    4.258895] usb 2-1: New USB device found, idVendor=8087, idProduct=0024
> [    4.258898] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
> [    4.258984] usb 2-1: usb_probe_device
> [    4.258987] usb 2-1: configuration #1 chosen from 1 choice
> [    4.259151] usb 2-1: adding 2-1:1.0 (config #1, interface 0)
> [    4.259183] hub 2-1:1.0: usb_probe_interface
> [    4.259186] hub 2-1:1.0: usb_probe_interface - got id
> [    4.259190] hub 2-1:1.0: USB hub found
> [    4.259266] hub 2-1:1.0: 8 ports detected
> [    4.259269] hub 2-1:1.0: standalone hub
> [    4.259271] hub 2-1:1.0: individual port power switching
> [    4.259274] hub 2-1:1.0: individual port over-current protection
> [    4.259276] hub 2-1:1.0: Single TT
> [    4.259279] hub 2-1:1.0: TT requires at most 8 FS bit times (666 ns)
> [    4.259282] hub 2-1:1.0: power on to power good time: 100ms
> [    4.259516] hub 2-1:1.0: local power source is good
> [    4.259519] hub 2-1:1.0: enabling power on all ports
> [    4.260539] drivers/usb/core/inode.c: creating file '002'
> [    4.260572] hub 1-1:1.0: state 7 ports 6 chg 000a evt 0000
> [    4.260646] hub 1-1:1.0: port 1, status 0101, change 0000, 12 Mb/s
> [    4.271637] hub 1-1:1.0: port 1 not reset yet, waiting 10ms
> [    4.333609] usb 1-1.1: new full-speed USB device number 3 using ehci_hcd
> [    4.344596] hub 1-1:1.0: port 1 not reset yet, waiting 10ms
> [    4.360585] hub 2-1:1.0: port 1: status 0101 change 0001
> [    4.361333] hub 2-1:1.0: port 6: status 0101 change 0001
> [    4.372464] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [    4.372821] ata2.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
> [    4.372866] ata2.00: ATA-8: TOSHIBA MK5061GSYN, MH000C, max UDMA/100
> [    4.372870] ata2.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
> [    4.373243] ata2.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
> [    4.373287] ata2.00: configured for UDMA/100
> [    4.374570] scsi 1:0:0:0: Direct-Access     ATA      TOSHIBA MK5061GS MH00 PQ: 0 ANSI: 5
> [    4.374746] sd 1:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/465 GiB)
> [    4.374859] sd 1:0:0:0: [sdb] Write Protect is off
> [    4.374864] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
> [    4.374906] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
> [    4.411442] Refined TSC clocksource calibration: 2294.786 MHz.
> [    4.411447] Switching to clocksource tsc
> [    4.418421] usb 1-1.1: ep0 maxpacket = 8
> [    4.419555] usb 1-1.1: default language 0x0409
> [    4.419807] usb 1-1.1: udev 3, busnum 1, minor = 2
> [    4.419810] usb 1-1.1: New USB device found, idVendor=138a, idProduct=003d
> [    4.419814] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=1
> [    4.419818] usb 1-1.1: SerialNumber: 3e21e8065201
> [    4.419899] usb 1-1.1: usb_probe_device
> [    4.419903] usb 1-1.1: configuration #1 chosen from 1 choice
> [    4.420068] usb 1-1.1: adding 1-1.1:1.0 (config #1, interface 0)
> [    4.420175] drivers/usb/core/inode.c: creating file '003'
> [    4.420307] hub 1-1:1.0: port 3, status 0101, change 0000, 12 Mb/s
> [    4.431553] hub 1-1:1.0: port 3 not reset yet, waiting 10ms
> [    4.461408] usb 2-1: link qh256-0001/ffff8801b4e3ad40 start 1 [1/0 us]
> [    4.493524] usb 1-1.3: new high-speed USB device number 4 using ehci_hcd
> [    4.493631]  sdb: sdb1 < sdb5 sdb6 sdb7 sdb8 >
> [    4.494111] sd 1:0:0:0: [sdb] Attached SCSI disk
> [    4.507514] hub 1-1:1.0: port 3 not reset yet, waiting 10ms
> [    4.572792] input: PS/2 Generic Mouse as /devices/platform/i8042/serio1/input/input1
> [    4.679301] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [    4.683767] ata3.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
> [    4.683773] ata3.00: ATAPI: hp      DVD-ROM SN-108BB, HH00, max UDMA/100
> [    4.686371] ata3.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
> [    4.686378] ata3.00: configured for UDMA/100
> [    4.691191] scsi 2:0:0:0: CD-ROM            hp       DVD-ROM SN-108BB HH00 PQ: 0 ANSI: 5
> [    4.699305] usb 1-1.3: skipped 1 descriptor after configuration
> [    4.699309] usb 1-1.3: skipped 6 descriptors after interface
> [    4.699313] usb 1-1.3: skipped 1 descriptor after endpoint
> [    4.699317] usb 1-1.3: skipped 19 descriptors after interface
> [    4.701535] usb 1-1.3: default language 0x0409
> [    4.710280] usb 1-1.3: udev 4, busnum 1, minor = 3
> [    4.710283] usb 1-1.3: New USB device found, idVendor=04f2, idProduct=b270
> [    4.710287] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
> [    4.710290] usb 1-1.3: Product: HP HD Webcam [Fixed]
> [    4.710293] usb 1-1.3: Manufacturer: Chicony
> [    4.710371] usb 1-1.3: usb_probe_device
> [    4.710375] usb 1-1.3: configuration #1 chosen from 1 choice
> [    4.710536] usb 1-1.3: adding 1-1.3:1.0 (config #1, interface 0)
> [    4.940200] usb 1-1.3: adding 1-1.3:1.1 (config #1, interface 1)
> [    4.940239] drivers/usb/core/inode.c: creating file '004'
> [    4.940268] hub 1-1:1.0: state 7 ports 6 chg 0000 evt 0002
> [    4.940413] hub 2-1:1.0: state 7 ports 8 chg 0042 evt 0000
> [    4.940594] hub 2-1:1.0: port 1, status 0101, change 0000, 12 Mb/s
> [    4.951280] hub 2-1:1.0: port 1 not reset yet, waiting 10ms
> [    4.996140] ata4: SATA link down (SStatus 0 SControl 300)
> [    5.013255] usb 2-1.1: new high-speed USB device number 3 using ehci_hcd
> [    5.024242] hub 2-1:1.0: port 1 not reset yet, waiting 10ms
> [    5.098455] usb 2-1.1: udev 3, busnum 2, minor = 130
> [    5.098459] usb 2-1.1: New USB device found, idVendor=0424, idProduct=5534
> [    5.098462] usb 2-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
> [    5.098536] usb 2-1.1: usb_probe_device
> [    5.098539] usb 2-1.1: configuration #1 chosen from 1 choice
> [    5.098715] usb 2-1.1: adding 2-1.1:1.0 (config #1, interface 0)
> [    5.098746] hub 2-1.1:1.0: usb_probe_interface
> [    5.098750] hub 2-1.1:1.0: usb_probe_interface - got id
> [    5.098753] hub 2-1.1:1.0: USB hub found
> [    5.098829] hub 2-1.1:1.0: 4 ports detected
> [    5.098831] hub 2-1.1:1.0: standalone hub
> [    5.098834] hub 2-1.1:1.0: individual port power switching
> [    5.098837] hub 2-1.1:1.0: individual port over-current protection
> [    5.098971] hub 2-1.1:1.0: TT per port
> [    5.098974] hub 2-1.1:1.0: TT requires at most 8 FS bit times (666 ns)
> [    5.098977] hub 2-1.1:1.0: power on to power good time: 100ms
> [    5.099202] hub 2-1.1:1.0: local power source is good
> [    5.099205] hub 2-1.1:1.0: enabling power on all ports
> [    5.099705] drivers/usb/core/inode.c: creating file '003'
> [    5.099829] hub 2-1:1.0: port 6, status 0101, change 0000, 12 Mb/s
> [    5.110200] hub 2-1:1.0: port 6 not reset yet, waiting 10ms
> [    5.172167] usb 2-1.6: new full-speed USB device number 4 using ehci_hcd
> [    5.183159] hub 2-1:1.0: port 6 not reset yet, waiting 10ms
> [    5.199528] usb 2-1.1: link qh256-0001/ffff8801b4e3a6c0 start 2 [1/0 us]
> [    5.259375] usb 2-1.6: skipped 1 descriptor after interface
> [    5.259619] usb 2-1.6: default language 0x0409
> [    5.260494] usb 2-1.6: udev 4, busnum 2, minor = 131
> [    5.260497] usb 2-1.6: New USB device found, idVendor=0a5c, idProduct=21e1
> [    5.260501] usb 2-1.6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
> [    5.260504] usb 2-1.6: Product: BCM20702A0
> [    5.260507] usb 2-1.6: Manufacturer: Broadcom Corp
> [    5.260510] usb 2-1.6: SerialNumber: 9439E595B235
> [    5.260585] usb 2-1.6: usb_probe_device
> [    5.260588] usb 2-1.6: configuration #1 chosen from 1 choice
> [    5.260762] usb 2-1.6: adding 2-1.6:1.0 (config #1, interface 0)
> [    5.260846] usb 2-1.6: adding 2-1.6:1.1 (config #1, interface 1)
> [    5.260912] usb 2-1.6: adding 2-1.6:1.2 (config #1, interface 2)
> [    5.260975] usb 2-1.6: adding 2-1.6:1.3 (config #1, interface 3)
> [    5.261024] drivers/usb/core/inode.c: creating file '004'
> [    5.261056] hub 2-1:1.0: state 7 ports 8 chg 0000 evt 0040
> [    5.261135] hub 2-1.1:1.0: state 7 ports 4 chg 0000 evt 0000
> [    5.300980] ata5: SATA link down (SStatus 0 SControl 300)
> [    5.342288] psmouse serio4: synaptics: Touchpad model: 1, fw: 8.1, id: 0x1e2b1, caps: 0xd40123/0x840300/0x26c00
> [    5.385495] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio4/input/input2
> [    5.388626] PM: Hibernation image partition 8:24 present
> [    5.388629] PM: Looking for hibernation image.
> [    5.388780] PM: Image not found (code -22)
> [    5.388783] PM: Hibernation image not present or could not be loaded.
> [    5.388802] registered taskstats version 1
> [    5.390097]   Magic number: 0:843:787
> [    5.390215] rtc_cmos 00:08: setting system clock to 2012-02-02 14:45:13 UTC (1328193913)
> [    5.392863] Freeing unused kernel memory: 928k freed
> [    5.393053] Write protecting the kernel read-only data: 10240k
> [    5.394353] Freeing unused kernel memory: 228k freed
> [    5.401458] Freeing unused kernel memory: 1448k freed
> [    5.449323] udevd[128]: starting version 173
> [    5.477189] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input3
> [    5.477294] ACPI: Sleep Button [SLPB]
> [    5.477408] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input4
> [    5.483358] ACPI: Lid Switch [LID]
> [    5.484883] Monitor-Mwait will be used to enter C-1 state
> [    5.485218] Monitor-Mwait will be used to enter C-2 state
> [    5.485246] ACPI: acpi_idle registered with cpuidle
> [    5.487595] wmi: Mapper loaded
> [    5.520048] acpi device:02: registered as cooling_device5
> [    5.521492] ACPI: Can't attach device
> [    5.521730] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:01/LNXVIDEO:00/input/input5
> [    5.521836] ACPI: Video Device [DGFX] (multi-head: yes  rom: no  post: no)
> [    5.524420] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input6
> [    5.524524] ACPI: Power Button [PWRF]
> [    5.527943] thermal LNXTHERM:00: registered as thermal_zone0
> [    5.527949] ACPI: Thermal Zone [CPUZ] (39 C)
> [    5.547860] thermal LNXTHERM:01: registered as thermal_zone1
> [    5.547866] ACPI: Thermal Zone [GFXZ] (42 C)
> [    5.557715] thermal LNXTHERM:02: registered as thermal_zone2
> [    5.557722] ACPI: Thermal Zone [EXTZ] (29 C)
> [    5.566560] thermal LNXTHERM:03: registered as thermal_zone3
> [    5.566565] ACPI: Thermal Zone [LOCZ] (28 C)
> [    5.576743] thermal LNXTHERM:04: registered as thermal_zone4
> [    5.576748] ACPI: Thermal Zone [BATZ] (20 C)
> [    5.577390] thermal LNXTHERM:05: registered as thermal_zone5
> [    5.577394] ACPI: Thermal Zone [PCHZ] (127 C)
> [    5.577565] thermal LNXTHERM:06: registered as thermal_zone6
> [    5.577568] ACPI: Thermal Zone [DM1Z] (0 C)
> [    5.577769] thermal LNXTHERM:07: registered as thermal_zone7
> [    5.577773] ACPI: Thermal Zone [DM2Z] (0 C)
> [    5.593752] [drm] Initialized drm 1.1.0 20060810
> [    5.627762] MXM: GUID detected in BIOS
> [    5.628334] VGA switcheroo: detected Optimus DSM method \ handle
> [    5.631752] [drm] nouveau 0000:01:00.0: Detected an NVc0 generation card (0x0c4d80a1)
> [    5.631759] checking generic (c9000000 e00000) vs hw (c0000000 8000000)
> [    5.631763] checking generic (c9000000 e00000) vs hw (c8000000 4000000)
> [    5.631766] fb: conflicting fb hw usage nouveaufb vs VESA VGA - removing generic driver
> [    5.631785] Console: switching to colour dummy device 80x25
> [    5.658073] [drm] nouveau 0000:01:00.0: Attempting to load BIOS image from PRAMIN
> [    5.739743] [drm] nouveau 0000:01:00.0: ... appears to be valid
> [    5.739749] [drm] nouveau 0000:01:00.0: BIT BIOS found
> [    5.739754] [drm] nouveau 0000:01:00.0: Bios version 70.04.3d.00
> [    5.739759] [drm] nouveau 0000:01:00.0: TMDS table version 2.0
> [    5.740259] [drm] nouveau 0000:01:00.0: MXM: BIOS version 3.0
> [    5.741467] [drm] nouveau 0000:01:00.0: MXM: MXMS Version 3.0
> [    5.741481] [drm] nouveau 0000:01:00.0: DCB version 4.0
> [    5.741485] [drm] nouveau 0000:01:00.0: DCB outp 00: 01000313 00010034
> [    5.741489] [drm] nouveau 0000:01:00.0: DCB outp 03: 080153d6 0f220020
> [    5.741493] [drm] nouveau 0000:01:00.0: DCB outp 04: 08015392 00020020
> [    5.741496] [drm] nouveau 0000:01:00.0: DCB outp 05: 080143c6 0f220010
> [    5.741499] [drm] nouveau 0000:01:00.0: DCB outp 06: 08014382 00020010
> [    5.741503] [drm] nouveau 0000:01:00.0: DCB outp 08: 040383b6 0f220014
> [    5.741506] [drm] nouveau 0000:01:00.0: DCB outp 10: 020273a6 0f220010
> [    5.741510] [drm] nouveau 0000:01:00.0: DCB outp 11: 02027362 00020010
> [    5.741513] [drm] nouveau 0000:01:00.0: DCB outp 13: 02049300 00000000
> [    5.741516] [drm] nouveau 0000:01:00.0: DCB conn 00: 00000040
> [    5.741520] [drm] nouveau 0000:01:00.0: DCB conn 01: 00001161
> [    5.741524] [drm] nouveau 0000:01:00.0: DCB conn 02: 00001231
> [    5.741527] [drm] nouveau 0000:01:00.0: DCB conn 03: 01000331
> [    5.741530] [drm] nouveau 0000:01:00.0: DCB conn 04: 01000446
> [    5.741534] [drm] nouveau 0000:01:00.0: DCB conn 05: 02000546
> [    5.741537] [drm] nouveau 0000:01:00.0: DCB conn 06: 00010631
> [    5.741540] [drm] nouveau 0000:01:00.0: DCB conn 07: 00010746
> [    5.741543] [drm] nouveau 0000:01:00.0: DCB conn 08: 00020847
> [    5.741547] [drm] nouveau 0000:01:00.0: DCB conn 09: 00000900
> [    5.741553] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 0 at offset 0x80C9
> [    5.761678] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 1 at offset 0x879A
> [    5.767219] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 2 at offset 0x9A40
> [    5.767223] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 3 at offset 0x9A4A
> [    5.767281] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 4 at offset 0x9C29
> [    5.767285] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table at offset 0x9C8E
> [    5.787287] [drm] nouveau 0000:01:00.0: 0x9C8E: Condition still not met after 20ms, skipping following opcodes
> [    5.788058] [drm] nouveau 0000:01:00.0: 3 available performance level(s)
> [    5.788065] [drm] nouveau 0000:01:00.0: 0: core 50MHz shader 101MHz memory 135MHz timing 2 voltage 850mV
> [    5.788071] [drm] nouveau 0000:01:00.0: 1: core 73MHz shader 147MHz memory 324MHz timing 1 voltage 850mV
> [    5.788077] [drm] nouveau 0000:01:00.0: 3: core 475MHz shader 950MHz memory 1250MHz timing 0 voltage 1000mV
> [    5.788143] [drm] nouveau 0000:01:00.0: c: core 73MHz shader 147MHz memory 324MHz voltage 910mV
> [    5.795272] [TTM] Zone  kernel: Available graphics memory: 3029578 kiB.
> [    5.795276] [TTM] Zone   dma32: Available graphics memory: 2097152 kiB.
> [    5.795279] [TTM] Initializing pool allocator.
> [    5.795285] [TTM] Initializing DMA pool allocator.
> [    5.795301] [drm] nouveau 0000:01:00.0: Detected 2048MiB VRAM
> [    5.808442] [drm] nouveau 0000:01:00.0: 512 MiB GART (aperture)
> [    5.818737] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
> [    5.818741] [drm] No driver support for vblank timestamp query.
> [    5.818745] [drm] nouveau 0000:01:00.0: ACPI backlight interface available, not registering our own
> [    7.025252] [drm] nouveau 0000:01:00.0: allocated 1600x900 fb: 0x1c0000, bo ffff8801abc50400
> [    7.025386] fbcon: nouveaufb (fb0) is primary device
> [    7.291793] Console: switching to colour frame buffer device 200x56
> [    7.296355] fb0: nouveaufb frame buffer device
> [    7.296357] drm: registered panic notifier
> [    7.296364] [drm] Initialized nouveau 0.0.16 20090420 for 0000:01:00.0 on minor 0
> [    7.417487] PM: Marking nosave pages: 000000000009d000 - 0000000000100000
> [    7.417495] PM: Marking nosave pages: 00000000bde30000 - 00000000befff000
> [    7.417616] PM: Marking nosave pages: 00000000bf000000 - 0000000100000000
> [    7.419066] PM: Basic memory bitmaps created
> [    7.461912] PM: Basic memory bitmaps freed
> [    7.461919] video LNXVIDEO:00: Restoring backlight state
> [    7.495698] PM: Starting manual resume from disk
> [    7.495703] PM: Hibernation image partition 8:24 present
> [    7.495706] PM: Looking for hibernation image.
> [    7.495873] PM: Image not found (code -22)
> [    7.495875] PM: Hibernation image not present or could not be loaded.
> [    7.727428] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: acl,user_xattr
> [    7.740863] EXT4-fs (sda1): re-mounted. Opts: acl,user_xattr
> [    7.940722] systemd[1]: systemd 37 running in system mode. (+PAM +LIBWRAP +AUDIT +SELINUX +SYSVINIT +LIBCRYPTSETUP; suse)
> [    7.966407] systemd[1]: Set hostname to <linux-ige2.site>.
> [    7.981613] hub 2-1.1:1.0: hub_suspend
> [    7.981624] usb 2-1.1: unlink qh256-0001/ffff8801b4e3a6c0 start 2 [1/0 us]
> [    7.982084] usb 2-1.1: usb auto-suspend, wakeup 1
> [    8.110680] systemd[1]: Cannot add dependency job for unit amavis.service, ignoring: Unit amavis.service failed to load: No such file or directory. See system logs and 'systemctl status amavis.service' for details.
> [    8.110701] systemd[1]: Cannot add dependency job for unit cyrus.service, ignoring: Unit cyrus.service failed to load: No such file or directory. See system logs and 'systemctl status cyrus.service' for details.
> [    8.110714] systemd[1]: Cannot add dependency job for unit ldap.service, ignoring: Unit ldap.service failed to load: No such file or directory. See system logs and 'systemctl status ldap.service' for details.
> [    8.144386] systemd[1]: Cannot add dependency job for unit amavis.service, ignoring: Unit amavis.service failed to load: No such file or directory. See system logs and 'systemctl status amavis.service' for details.
> [    8.144404] systemd[1]: Cannot add dependency job for unit cyrus.service, ignoring: Unit cyrus.service failed to load: No such file or directory. See system logs and 'systemctl status cyrus.service' for details.
> [    8.144418] systemd[1]: Cannot add dependency job for unit ldap.service, ignoring: Unit ldap.service failed to load: No such file or directory. See system logs and 'systemctl status ldap.service' for details.
> [    8.150998] systemd-readahead-replay[453]: Bumped block_nr parameter of 8:0 to 16384. This is a temporary hack and should be removed one day.
> [    8.184037] udevd[455]: starting version 173
> [    8.460273] ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
> [    8.461087] ACPI: AC Adapter [AC] (on-line)
> [    8.482605] xhci_hcd 0000:00:14.0: enabling device (0000 -> 0002)
> [    8.482618] xhci_hcd 0000:00:14.0: can't derive routing for PCI INT A
> [    8.482623] xhci_hcd 0000:00:14.0: PCI INT A: no GSI - using ISA IRQ 10
> [    8.482709] xhci_hcd 0000:00:14.0: setting latency timer to 64
> [    8.482716] xhci_hcd 0000:00:14.0: xHCI Host Controller
> [    8.482733] drivers/usb/core/inode.c: creating file '003'
> [    8.482743] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
> [    8.482862] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
> [    8.482867] xhci_hcd 0000:00:14.0: supports USB remote wakeup
> [    8.482889] xhci_hcd 0000:00:14.0: irq 10, io mem 0xd2520000
> [    8.482964] xhci_hcd 0000:00:14.0: irq 48 for MSI/MSI-X
> [    8.483049] usb usb3: default language 0x0409
> [    8.483064] usb usb3: udev 1, busnum 3, minor = 256
> [    8.483070] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
> [    8.483075] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
> [    8.483081] usb usb3: Product: xHCI Host Controller
> [    8.483086] usb usb3: Manufacturer: Linux 3.3.0-rc2-1.2-desktop+ xhci_hcd
> [    8.483091] usb usb3: SerialNumber: 0000:00:14.0
> [    8.483508] usb usb3: usb_probe_device
> [    8.483515] usb usb3: configuration #1 chosen from 1 choice
> [    8.483521] xHCI xhci_add_endpoint called for root hub
> [    8.483525] xHCI xhci_check_bandwidth called for root hub
> [    8.483539] usb usb3: adding 3-0:1.0 (config #1, interface 0)
> [    8.483642] hub 3-0:1.0: usb_probe_interface
> [    8.483647] hub 3-0:1.0: usb_probe_interface - got id
> [    8.483653] hub 3-0:1.0: USB hub found
> [    8.483666] hub 3-0:1.0: 4 ports detected
> [    8.483670] hub 3-0:1.0: standalone hub
> [    8.483674] hub 3-0:1.0: no power switching (usb 1.0)
> [    8.483678] hub 3-0:1.0: individual port over-current protection
> [    8.483681] hub 3-0:1.0: Single TT
> [    8.483685] hub 3-0:1.0: TT requires at most 8 FS bit times (666 ns)
> [    8.483690] hub 3-0:1.0: power on to power good time: 20ms
> [    8.483697] hub 3-0:1.0: local power source is good
> [    8.483702] hub 3-0:1.0: trying to enable port power on non-switchable hub
> [    8.483816] drivers/usb/core/inode.c: creating file '001'
> [    8.484541] xhci_hcd 0000:00:14.0: xHCI Host Controller
> [    8.484552] drivers/usb/core/inode.c: creating file '004'
> [    8.484563] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
> [    8.484577] xhci_hcd 0000:00:14.0: supports USB remote wakeup
> [    8.484601] usb usb4: skipped 1 descriptor after endpoint
> [    8.484609] usb usb4: default language 0x0409
> [    8.484623] usb usb4: udev 1, busnum 4, minor = 384
> [    8.484628] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
> [    8.484634] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
> [    8.484638] usb usb4: Product: xHCI Host Controller
> [    8.484643] usb usb4: Manufacturer: Linux 3.3.0-rc2-1.2-desktop+ xhci_hcd
> [    8.484647] usb usb4: SerialNumber: 0000:00:14.0
> [    8.484894] usb usb4: usb_probe_device
> [    8.484897] usb usb4: configuration #1 chosen from 1 choice
> [    8.484902] xHCI xhci_add_endpoint called for root hub
> [    8.484905] xHCI xhci_check_bandwidth called for root hub
> [    8.484914] usb usb4: adding 4-0:1.0 (config #1, interface 0)
> [    8.484956] hub 4-0:1.0: usb_probe_interface
> [    8.484959] hub 4-0:1.0: usb_probe_interface - got id
> [    8.484962] hub 4-0:1.0: USB hub found
> [    8.484971] hub 4-0:1.0: 4 ports detected
> [    8.484974] hub 4-0:1.0: standalone hub
> [    8.484976] hub 4-0:1.0: no power switching (usb 1.0)
> [    8.484979] hub 4-0:1.0: individual port over-current protection
> [    8.484982] hub 4-0:1.0: TT requires at most 8 FS bit times (666 ns)
> [    8.484986] hub 4-0:1.0: power on to power good time: 20ms
> [    8.484991] hub 4-0:1.0: local power source is good
> [    8.484994] hub 4-0:1.0: trying to enable port power on non-switchable hub
> [    8.485042] drivers/usb/core/inode.c: creating file '001'
> [    8.509949] EXT4-fs (sda1): re-mounted. Opts: acl,user_xattr
> [    8.512875] ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
> [    8.512892] ACPI: Battery Slot [BAT0] (battery present)
> [    8.513141] ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared
> [    8.513154] ACPI: Battery Slot [BAT1] (battery absent)
> [    8.519965] hp_accel: laptop model unknown, using default axes configuration
> [    8.523754] tpm_tis 00:04: 1.2 TPM (device-id 0xB, rev-id 16)
> [    8.536680] mei: module is from the staging directory, the quality is unknown, you have been warned.
> [    8.537254] mei 0000:00:16.0: setting latency timer to 64
> [    8.537371] mei 0000:00:16.0: irq 49 for MSI/MSI-X
> [    8.580187] iTCO_vendor_support: vendor-support=0
> [    8.583334] hub 3-0:1.0: state 7 ports 4 chg 0000 evt 0000
> [    8.583713] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.07
> [    8.583886] iTCO_wdt: Found a Panther Point TCO device (Version=2, TCOBASE=0x0460)
> [    8.583909] iTCO_wdt: cannot register miscdev on minor=130 (err=-16)
> [    8.583971] iTCO_wdt: probe of iTCO_wdt failed with error -16
> [    8.584324] hub 4-0:1.0: state 7 ports 4 chg 0000 evt 0000
> [    8.592072] mtp-probe[678]: checking bus 1, device 4: "/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.3"
> [    8.592909] mtp-probe[679]: checking bus 1, device 3: "/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1"
> [    8.606523] usb 2-1.1: usb auto-resume
> [    8.610576] input: PC Speaker as /devices/platform/pcspkr/input/input7
> [    8.611088] mtp-probe[699]: checking bus 2, device 4: "/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6"
> [    8.622507] sd 0:0:0:0: Attached scsi generic sg0 type 0
> [    8.622612] sd 1:0:0:0: Attached scsi generic sg1 type 0
> [    8.622715] scsi 2:0:0:0: Attached scsi generic sg2 type 5
> [    8.643369] usb 2-1.1: finish resume
> [    8.643619] hub 2-1.1:1.0: hub_resume
> [    8.644114] ehci_hcd 0000:00:1d.0: reused qh ffff8801b4e3a6c0 schedule
> [    8.644121] usb 2-1.1: link qh256-0001/ffff8801b4e3a6c0 start 2 [1/0 us]
> [    8.644156] hub 2-1.1:1.0: state 7 ports 4 chg 0000 evt 0000
> [    8.644680] mtp-probe[678]: bus: 1, device: 4 was not an MTP device
> [    8.644934] mtp-probe[679]: bus: 1, device: 3 was not an MTP device
> [    8.645972] mtp-probe[699]: bus: 2, device: 4 was not an MTP device
> [    8.670553] e1000e: Intel(R) PRO/1000 Network Driver - 1.5.1-k
> [    8.670557] e1000e: Copyright(c) 1999 - 2011 Intel Corporation.
> [    8.672183] boot.localnet[501]: Using boot-specified hostname 'linux-ige2.site'
> [    8.672195] boot.localnet[501]: Setting up hostname 'linux-ige2'..done
> [    8.672249] boot.localnet[501]: Setting up loopback interface RTNETLINK answers: File exists
> [    8.672301] boot.localnet[501]: ..done
> [    8.688947] sr0: scsi3-mmc drive: 24x/24x cd/rw xa/form2 cdda tray
> [    8.688954] cdrom: Uniform CD-ROM driver Revision: 3.20
> [    8.689269] sr 2:0:0:0: Attached scsi CD-ROM sr0
> [    8.698677] input: HP WMI hotkeys as /devices/virtual/input/input8
> [    8.713618] cfg80211: Calling CRDA to update world regulatory domain
> [    8.717552] sdhci: Secure Digital Host Controller Interface driver
> [    8.717556] sdhci: Copyright(c) Pierre Ossman
> [    8.721257] cfg80211: World regulatory domain updated:
> [    8.721261] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
> [    8.721266] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
> [    8.721270] cfg80211:   (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
> [    8.721273] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
> [    8.721277] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
> [    8.721280] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
> [    8.727761] Linux video capture interface: v2.00
> [    8.735580] lis3lv02d: 8 bits 3DC sensor found
> [    8.745283] firewire_ohci: Added fw-ohci device 0000:24:00.0, OHCI v1.10, 4 IR + 4 IT contexts, quirks 0x10
> [    8.745316] sdhci-pci 0000:24:00.1: SDHCI controller found [197b:2392] (rev 30)
> [    8.745411] _regulator_get: 0000:24:00.1 supply vmmc not found, using dummy regulator
> [    8.745492] Registered led device: mmc0::
> [    8.747214] mmc0: SDHCI controller on PCI [0000:24:00.1] using DMA
> [    8.747228] sdhci-pci 0000:24:00.1: could not set regulator OCR (-22)
> [    8.747239] sdhci-pci 0000:24:00.2: SDHCI controller found [197b:2391] (rev 30)
> [    8.747264] sdhci-pci 0000:24:00.2: Refusing to bind to secondary interface.
> [    8.778197] sdhci-pci 0000:24:00.1: could not set regulator OCR (-22)
> [    8.809177] sdhci-pci 0000:24:00.1: could not set regulator OCR (-22)
> [    8.813652] uvcvideo 1-1.3:1.0: usb_probe_interface
> [    8.813658] uvcvideo 1-1.3:1.0: usb_probe_interface - got id
> [    8.813680] uvcvideo: Found UVC 1.00 device HP HD Webcam [Fixed] (04f2:b270)
> [    8.816240] snd_hda_intel 0000:00:1b.0: power state changed by ACPI to D0
> [    8.816286] snd_hda_intel 0000:00:1b.0: power state changed by ACPI to D0
> [    8.816418] snd_hda_intel 0000:00:1b.0: irq 50 for MSI/MSI-X
> [    8.820683] boot.lvm[780]: Waiting for udev to settle...
> [    8.840165] sdhci-pci 0000:24:00.1: could not set regulator OCR (-22)
> [    8.843972] input: HP HD Webcam [Fixed] as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.3/1-1.3:1.0/input/input9
> [    8.844100] usbcore: registered new interface driver uvcvideo
> [    8.844104] USB Video Class driver (1.1.1)
> [    8.845865] usb 1-1.3: link qh16-0001/ffff8801acbf55c0 start 2 [1/0 us]
> [    8.845919] usb 1-1.3: unlink qh16-0001/ffff8801acbf55c0 start 2 [1/0 us]
> [    8.847155] ALSA sound/pci/hda/patch_sigmatel.c:5596 mute LED gpio 1 polarity 0
> [    8.847168] ALSA sound/pci/hda/hda_codec.c:4923 autoconfig: line_outs=1 (0xd/0x0/0x0/0x0/0x0) type:speaker
> [    8.847176] ALSA sound/pci/hda/hda_codec.c:4927    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
> [    8.847182] ALSA sound/pci/hda/hda_codec.c:4931    hp_outs=1 (0xb/0x0/0x0/0x0/0x0)
> [    8.847187] ALSA sound/pci/hda/hda_codec.c:4932    mono: mono_out=0x0
> [    8.847192] ALSA sound/pci/hda/hda_codec.c:4936    inputs:
> [    8.847197] ALSA sound/pci/hda/hda_codec.c:4940  Mic=0xc
> [    8.847202] ALSA sound/pci/hda/hda_codec.c:4942 
> [    8.847406] ALSA sound/pci/hda/patch_sigmatel.c:3090 stac92xx: dac_nids=1 (0x13/0x0/0x0/0x0/0x0)
> [    8.857464] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
> [    8.857650] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
> [    8.858075] hda_intel: Disabling MSI
> [    8.858101] e1000e 0000:00:19.0: setting latency timer to 64
> [    8.858291] e1000e 0000:00:19.0: irq 51 for MSI/MSI-X
> [    8.864030] Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree:d
> [    8.864035] Copyright(c) 2003-2011 Intel Corporation
> [    8.864131] iwlwifi 0000:25:00.0: pci_resource_len = 0x00002000
> [    8.864140] iwlwifi 0000:25:00.0: pci_resource_base = ffffc90011834000
> [    8.864145] iwlwifi 0000:25:00.0: HW Revision ID = 0x3E
> [    8.864250] ALSA sound/pci/hda/hda_intel.c:1534 Enable delay in RIRB handling
> [    8.864265] iwlwifi 0000:25:00.0: irq 52 for MSI/MSI-X
> [    8.864327] iwlwifi 0000:25:00.0: CONFIG_IWLWIFI_DEBUG enabled
> [    8.864331] iwlwifi 0000:25:00.0: CONFIG_IWLWIFI_DEBUGFS enabled
> [    8.864335] iwlwifi 0000:25:00.0: CONFIG_IWLWIFI_DEVICE_TRACING disabled
> [    8.864340] iwlwifi 0000:25:00.0: CONFIG_IWLWIFI_DEVICE_TESTMODE disabled
> [    8.864344] iwlwifi 0000:25:00.0: CONFIG_IWLWIFI_P2P enabled
> [    8.864354] iwlwifi 0000:25:00.0: Detected Intel(R) Centrino(R) Ultimate-N 6300 AGN, REV=0x74
> [    8.864424] iwlwifi 0000:25:00.0: L1 Disabled; Enabling L0S
> [    8.881354] iwlwifi 0000:25:00.0: device EEPROM VER=0x43a, CALIB=0x6
> [    8.881359] iwlwifi 0000:25:00.0: Device SKU: 0x1F0
> [    8.881362] iwlwifi 0000:25:00.0: Valid Tx ant: 0x7, Valid Rx ant: 0x7
> [    8.881386] iwlwifi 0000:25:00.0: Tunable channels: 13 802.11bg, 24 802.11a channels
> [    8.888901] iwlwifi 0000:25:00.0: loaded firmware version 9.221.4.1 build 25532
> [    8.889141] Registered led device: phy0-led
> [    8.907755] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
> [    8.957649] ifup[839]: Service network not started and mode 'auto' -> skipping
> [    9.054091] e1000e 0000:00:19.0: eth0: (PCI Express:2.5GT/s:Width x1) b4:99:ba:db:5d:ed
> [    9.054098] e1000e 0000:00:19.0: eth0: Intel(R) PRO/1000 Network Connection
> [    9.054131] e1000e 0000:00:19.0: eth0: MAC: 10, PHY: 11, PBA No: FFFFFF-0FF
> [    9.105335] ifup[854]: Service network not started and mode 'auto' -> skipping
> [    9.169000] HDMI status: Codec=0 Pin=5 Presence_Detect=0 ELD_Valid=0
> [    9.177994] HDMI status: Codec=1 Pin=5 Presence_Detect=0 ELD_Valid=0
> [    9.187011] HDMI status: Codec=2 Pin=5 Presence_Detect=0 ELD_Valid=0
> [    9.195981] HDMI status: Codec=3 Pin=5 Presence_Detect=0 ELD_Valid=0
> [    9.196101] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input12
> [    9.196263] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input13
> [    9.196406] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input14
> [    9.196550] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input15
> [    9.246107] firewire_core: created device fw0: GUID ffe473fffffffffe, S400
> [    9.272134] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input16
> [    9.308251] systemd-fsck[859]: /dev/sdb7: clean, 79/66240 files, 20484/264960 blocks
> [    9.318204] Adding 6288380k swap on /dev/sdb8.  Priority:0 extents:1 across:6288380k 
> [    9.454460] systemd-fsck[912]: /dev/sdb6: clean, 87162/29818880 files, 4083162/119274240 blocks (check in 4 mounts)
> [    9.455200] EXT4-fs (sdb7): mounted filesystem with ordered data mode. Opts: acl,user_xattr
> [    9.636965] EXT4-fs (sdb6): mounted filesystem with ordered data mode. Opts: acl,user_xattr
> [   10.092609] input: ST LIS3LV02DL Accelerometer as /devices/platform/lis3lv02d/input/input17
> [   10.092977] Registered led device: hp::hddprotect
> [   10.093002] hp_accel: driver loaded
> [   10.691240] tpm_tis 00:04: A TPM error (7) occurred attempting to read a pcr value
> [   10.691264] tpm_tis 00:04: TPM is disabled/deactivated (0x7)
> [   10.691315] parport_pc 00:0a: reported by Plug and Play ACPI
> [   10.691415] parport0: PC-style at 0x378 (0x778), irq 5, using FIFO [PCSPP,TRISTATE,COMPAT,ECP]
> [   10.805645] ppdev: user-space parallel port driver
> [   10.828496] boot.lvm[780]: Scanning for LVM volume groups...
> [   10.980086] hub 2-1.1:1.0: hub_suspend
> [   10.980098] usb 2-1.1: unlink qh256-0001/ffff8801b4e3a6c0 start 2 [1/0 us]
> [   10.980152] usb 1-1.3: usb auto-suspend, wakeup 0
> [   10.980243] hub 3-0:1.0: hub_suspend
> [   10.980251] usb usb3: bus auto-suspend, wakeup 1
> [   10.980273] hub 4-0:1.0: hub_suspend
> [   10.980281] usb usb4: bus auto-suspend, wakeup 1
> [   10.980429] usb 2-1.1: usb auto-suspend, wakeup 1
> [   10.994659] boot.lvm[780]: No volume groups found
> [   11.010952] device-mapper: uevent: version 1.0.3
> [   11.011073] device-mapper: ioctl: 4.22.0-ioctl (2011-10-19) initialised: dm-devel@xxxxxxxxxx
> [   11.011801] boot.lvm[780]: No volume groups found
> [   11.012909] boot.lvm[780]: Reading all physical volumes.  This may take a while...
> [   11.013256] boot.lvm[780]: Activating LVM volume groups...
> [   11.018109] boot.lvm[780]: No volume groups found
> [   11.019064] boot.lvm[780]: ..done
> [   11.199300] microcode: CPU0 sig=0x306a4, pf=0x10, revision=0x5
> [   11.201301] microcode: CPU1 sig=0x306a4, pf=0x10, revision=0x5
> [   11.203446] microcode: CPU2 sig=0x306a4, pf=0x10, revision=0x5
> [   11.205412] microcode: CPU3 sig=0x306a4, pf=0x10, revision=0x5
> [   11.207410] microcode: CPU4 sig=0x306a4, pf=0x10, revision=0x5
> [   11.209318] microcode: CPU5 sig=0x306a4, pf=0x10, revision=0x5
> [   11.211239] microcode: CPU6 sig=0x306a4, pf=0x10, revision=0x5
> [   11.213111] microcode: CPU7 sig=0x306a4, pf=0x10, revision=0x5
> [   11.215104] microcode: Microcode Update Driver: v2.00 <tigran@xxxxxxxxxxxxxxxxxxxx>, Peter Oruba
> [   11.253683] cpufreq[989]: Loading CPUFreq modules..done
> [   11.255281] microcode.ctl[970]: Checking/updating CPU microcode ..done
> [   11.291530] ypbind[1013]: Starting ypbinddomainname not set - aborting.
> [   11.293875] ip6_tables: (C) 2000-2006 Netfilter Core Team
> [   11.299231] startproc[1035]: startproc:  exit status of parent of /usr/sbin/ypbind: 1
> [   11.301842] ypbind[1013]: ..done
> [   11.320954] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
> [   11.330112] ip_tables: (C) 2000-2006 Netfilter Core Team
> [   11.410014] SuSEfirewall2[1077]: Firewall rules set to CLOSE.
> [   11.411042] SuSEfirewall2_init[997]: Loading basic firewall rules ..done
> [   12.092712] e1000e 0000:00:19.0: irq 51 for MSI/MSI-X
> [   12.143522] e1000e 0000:00:19.0: irq 51 for MSI/MSI-X
> [   12.144032] ADDRCONF(NETDEV_UP): eth0: link is not ready
> [   12.146455] iwlwifi 0000:25:00.0: L1 Disabled; Enabling L0S
> [   12.153245] iwlwifi 0000:25:00.0: Radio type=0x0-0x3-0x1
> [   12.394895] iwlwifi 0000:25:00.0: L1 Disabled; Enabling L0S
> [   12.401699] iwlwifi 0000:25:00.0: Radio type=0x0-0x3-0x1
> [   12.506368] ADDRCONF(NETDEV_UP): wlan0: link is not ready
> [   12.506478] sched: RT throttling activated
> [   12.522490] NET: Registered protocol family 17
> [   13.714591] e1000e: eth0 NIC Link is Up 100 Mbps Full Duplex, Flow Control: Rx/Tx
> [   13.714599] e1000e 0000:00:19.0: eth0: 10/100 speed: disabling TSO
> [   13.715912] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
> [   22.712735] EXT4-fs (sda1): re-mounted. Opts: acl,user_xattr,commit=0
> [   22.968357] EXT4-fs (sdb7): re-mounted. Opts: acl,user_xattr,commit=0
> [   23.232600] EXT4-fs (sdb6): re-mounted. Opts: acl,user_xattr,commit=0
> [   23.895426] eth0: no IPv6 routers present
> [   54.848091] usb 1-1.3: usb auto-resume
> [   54.884708] usb 1-1.3: finish resume
> [   54.889846] ehci_hcd 0000:00:1a.0: reused qh ffff8801acbf55c0 schedule
> [   54.889854] usb 1-1.3: link qh16-0001/ffff8801acbf55c0 start 2 [1/0 us]
> [   54.889871] usb 1-1.3: unlink qh16-0001/ffff8801acbf55c0 start 2 [1/0 us]
> [   54.890237] ehci_hcd 0000:00:1a.0: reused qh ffff8801acbf55c0 schedule
> [   54.890239] usb 1-1.3: link qh16-0001/ffff8801acbf55c0 start 2 [1/0 us]
> [   54.940722] usb 1-1.3: unlink qh16-0001/ffff8801acbf55c0 start 2 [1/0 us]
> [   56.948641] usb 1-1.3: usb auto-suspend, wakeup 0
> [  257.451912] hub 2-1:1.0: state 7 ports 8 chg 0000 evt 0010
> [  257.452149] hub 2-1:1.0: port 4, status 0101, change 0001, 12 Mb/s
> [  257.555598] hub 2-1:1.0: debounce: port 4: total 100ms stable 100ms status 0x101
> [  257.566592] hub 2-1:1.0: port 4 not reset yet, waiting 10ms
> [  257.628568] usb 2-1.4: new high-speed USB device number 5 using ehci_hcd
> [  257.639552] hub 2-1:1.0: port 4 not reset yet, waiting 10ms
> [  257.714262] usb 2-1.4: default language 0x0409
> [  257.714638] usb 2-1.4: udev 5, busnum 2, minor = 132
> [  257.714642] usb 2-1.4: New USB device found, idVendor=1f75, idProduct=0902
> [  257.714645] usb 2-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
> [  257.714649] usb 2-1.4: Product: PenDrive
> [  257.714652] usb 2-1.4: Manufacturer: Innostor
> [  257.714655] usb 2-1.4: SerialNumber: 0902100000000000000000002265
> [  257.714813] usb 2-1.4: usb_probe_device
> [  257.714817] usb 2-1.4: configuration #1 chosen from 1 choice
> [  257.715016] usb 2-1.4: adding 2-1.4:1.0 (config #1, interface 0)
> [  257.715119] usb-storage 2-1.4:1.0: usb_probe_interface
> [  257.715133] usb-storage 2-1.4:1.0: usb_probe_interface - got id
> [  257.715303] scsi7 : usb-storage 2-1.4:1.0
> [  257.715590] drivers/usb/core/inode.c: creating file '005'
> [  257.719113] usb 1-1.3: usb auto-resume
> [  257.755499] usb 1-1.3: finish resume
> [  257.761485] usb 2-1.1: usb auto-resume
> [  257.798469] usb 2-1.1: finish resume
> [  257.798718] hub 2-1.1:1.0: hub_resume
> [  257.799200] ehci_hcd 0000:00:1d.0: reused qh ffff8801b4e3a6c0 schedule
> [  257.799206] usb 2-1.1: link qh256-0001/ffff8801b4e3a6c0 start 2 [1/0 us]
> [  257.799232] hub 2-1.1:1.0: state 7 ports 4 chg 0000 evt 0000
> [  257.799327] usb usb3: usb auto-resume
> [  257.809364] hub 3-0:1.0: hub_resume
> [  257.809399] hub 3-0:1.0: state 7 ports 4 chg 0000 evt 0000
> [  257.809442] usb usb4: usb auto-resume
> [  257.820357] hub 4-0:1.0: hub_resume
> [  257.820404] hub 4-0:1.0: state 7 ports 4 chg 0000 evt 0000
> [  258.715782] scsi 7:0:0:0: Direct-Access     Innostor Innostor         1.00 PQ: 0 ANSI: 5
> [  258.716081] sd 7:0:0:0: Attached scsi generic sg3 type 0
> [  258.716641] sd 7:0:0:0: [sdc] 31621120 512-byte logical blocks: (16.1 GB/15.0 GiB)
> [  258.716999] sd 7:0:0:0: [sdc] Write Protect is off
> [  258.717008] sd 7:0:0:0: [sdc] Mode Sense: 03 00 00 00
> [  258.717367] sd 7:0:0:0: [sdc] No Caching mode page present
> [  258.717374] sd 7:0:0:0: [sdc] Assuming drive cache: write through
> [  258.719634] sd 7:0:0:0: [sdc] No Caching mode page present
> [  258.719640] sd 7:0:0:0: [sdc] Assuming drive cache: write through
> [  258.720376]  sdc:
> [  258.722121] sd 7:0:0:0: [sdc] No Caching mode page present
> [  258.722126] sd 7:0:0:0: [sdc] Assuming drive cache: write through
> [  258.722131] sd 7:0:0:0: [sdc] Attached SCSI removable disk
> [  259.852354] hub 2-1.1:1.0: hub_suspend
> [  259.852367] usb 2-1.1: unlink qh256-0001/ffff8801b4e3a6c0 start 2 [1/0 us]
> [  259.852453] hub 4-0:1.0: hub_suspend
> [  259.852459] usb usb4: bus auto-suspend, wakeup 1
> [  259.852785] usb 2-1.1: usb auto-suspend, wakeup 1
> [  259.868328] hub 3-0:1.0: hub_suspend
> [  259.868338] usb usb3: bus auto-suspend, wakeup 1
> [  259.868372] usb 1-1.3: usb auto-suspend, wakeup 0
> [  278.968303] EXT4-fs (sda1): re-mounted. Opts: acl,user_xattr,commit=0
> [  279.039809] EXT4-fs (sdb7): re-mounted. Opts: acl,user_xattr,commit=0
> [  279.128970] EXT4-fs (sdb6): re-mounted. Opts: acl,user_xattr,commit=0
> [  279.526643] PM: Marking nosave pages: 000000000009d000 - 0000000000100000
> [  279.526647] PM: Marking nosave pages: 00000000bde30000 - 00000000befff000
> [  279.526703] PM: Marking nosave pages: 00000000bf000000 - 0000000100000000
> [  279.527342] PM: Basic memory bitmaps created
> [  281.689435] Syncing filesystems ... done.
> [  281.690480] Freezing user space processes ... (elapsed 0.01 seconds) done.
> [  281.702259] PM: Preallocating image memory... done (allocated 307461 pages)
> [  281.863811] PM: Allocated 1229844 kbytes in 0.16 seconds (7686.52 MB/s)
> [  281.863812] Freezing remaining freezable tasks ... (elapsed 0.01 seconds) done.
> [  281.874188] Suspending console(s) (use no_console_suspend to debug)
> [  281.874427] sd 1:0:0:0: [sdb] Synchronizing SCSI cache
> [  281.874438] hub 2-1:1.0: hub_suspend
> [  281.874441] sd 0:0:0:0: [sda] Synchronizing SCSI cache
> [  281.874445] hub 1-1:1.0: hub_suspend
> [  281.874448] usb 2-1: unlink qh256-0001/ffff8801b4e3ad40 start 1 [1/0 us]
> [  281.874451] usb 1-1: unlink qh256-0001/ffff8801b4e3aec0 start 1 [1/0 us]
> [  281.874520] hub 1-0:1.0: hub_suspend
> [  281.874523] hub 2-0:1.0: hub_suspend
> [  281.874526] usb usb1: bus suspend, wakeup 0
> [  281.874528] ehci_hcd 0000:00:1a.0: suspend root hub
> [  281.874530] usb usb2: bus suspend, wakeup 0
> [  281.874532] ehci_hcd 0000:00:1d.0: suspend root hub
> [  281.874879] parport_pc 00:0a: disabled
> [  281.875155] serial 00:09: disabled
> [  281.941104] [drm] nouveau 0000:01:00.0: Disabling display...
> [  281.941389] ACPI handle has no context!
> [  282.056741] e1000e 0000:00:19.0: wake-up capability enabled by ACPI
> [  282.159737] snd_hda_intel 0000:00:1b.0: power state changed by ACPI to D3
> [  282.356798] ACPI handle has no context!
> [  283.027017] [drm] nouveau 0000:01:00.0: Disabling fbcon...
> [  283.027020] [drm] nouveau 0000:01:00.0: Unpinning framebuffer(s)...
> [  283.027052] [drm] nouveau 0000:01:00.0: Evicting buffers...
> [  283.359637] [drm] nouveau 0000:01:00.0: Idling channels...
> [  283.359812] [drm] nouveau 0000:01:00.0: Suspending GPU objects...
> [  283.760070] hub 2-1:1.0: cannot reset port 4 (err = -113)
> [  283.760072] hub 2-1:1.0: port 4 not enabled, trying reset again...
> [  283.760074] hub 2-1:1.0: cannot reset port 4 (err = -113)
> [  283.760075] hub 2-1:1.0: port 4 not enabled, trying reset again...
> [  283.760077] hub 2-1:1.0: cannot reset port 4 (err = -113)
> [  283.760078] hub 2-1:1.0: port 4 not enabled, trying reset again...
> [  283.760080] hub 2-1:1.0: cannot reset port 4 (err = -113)
> [  283.760081] hub 2-1:1.0: port 4 not enabled, trying reset again...
> [  283.760083] hub 2-1:1.0: cannot reset port 4 (err = -113)
> [  283.760085] hub 2-1:1.0: port 4 not enabled, trying reset again...
> [  283.760086] hub 2-1:1.0: Cannot enable port 4.  Maybe the USB cable is bad?
> [  283.760088] hub 2-1:1.0: cannot disable port 4 (err = -113)
> [  283.760091] hub 2-1:1.0: cannot reset port 4 (err = -113)
> [  283.760092] hub 2-1:1.0: port 4 not enabled, trying reset again...
> [  283.760094] hub 2-1:1.0: cannot reset port 4 (err = -113)
> [  283.760095] hub 2-1:1.0: port 4 not enabled, trying reset again...
> [  283.760097] hub 2-1:1.0: cannot reset port 4 (err = -113)
> [  283.760098] hub 2-1:1.0: port 4 not enabled, trying reset again...
> [  283.760100] hub 2-1:1.0: cannot reset port 4 (err = -113)
> [  283.760101] hub 2-1:1.0: port 4 not enabled, trying reset again...
> [  283.760103] hub 2-1:1.0: cannot reset port 4 (err = -113)
> [  283.760104] hub 2-1:1.0: port 4 not enabled, trying reset again...
> [  283.760105] hub 2-1:1.0: Cannot enable port 4.  Maybe the USB cable is bad?
> [  283.760107] hub 2-1:1.0: cannot disable port 4 (err = -113)
> [  283.760109] hub 2-1:1.0: cannot reset port 4 (err = -113)
> [  283.760110] hub 2-1:1.0: port 4 not enabled, trying reset again...
> [  283.760112] hub 2-1:1.0: cannot reset port 4 (err = -113)
> [  283.760113] hub 2-1:1.0: port 4 not enabled, trying reset again...
> [  283.760115] hub 2-1:1.0: cannot reset port 4 (err = -113)
> [  283.760116] hub 2-1:1.0: port 4 not enabled, trying reset again...
> [  283.760117] hub 2-1:1.0: cannot reset port 4 (err = -113)
> [  283.760119] hub 2-1:1.0: port 4 not enabled, trying reset again...
> [  283.760120] hub 2-1:1.0: cannot reset port 4 (err = -113)
> [  283.760121] hub 2-1:1.0: port 4 not enabled, trying reset again...
> [  283.760123] hub 2-1:1.0: Cannot enable port 4.  Maybe the USB cable is bad?
> [  283.760124] hub 2-1:1.0: cannot disable port 4 (err = -113)
> [  283.760126] hub 2-1:1.0: cannot reset port 4 (err = -113)
> [  283.760127] hub 2-1:1.0: port 4 not enabled, trying reset again...
> [  283.760129] hub 2-1:1.0: cannot reset port 4 (err = -113)
> [  283.760130] hub 2-1:1.0: port 4 not enabled, trying reset again...
> [  283.760132] hub 2-1:1.0: cannot reset port 4 (err = -113)
> [  283.760133] hub 2-1:1.0: port 4 not enabled, trying reset again...
> [  283.760135] hub 2-1:1.0: cannot reset port 4 (err = -113)
> [  283.760136] hub 2-1:1.0: port 4 not enabled, trying reset again...
> [  283.760138] hub 2-1:1.0: cannot reset port 4 (err = -113)
> [  283.760139] hub 2-1:1.0: port 4 not enabled, trying reset again...
> [  283.760140] hub 2-1:1.0: Cannot enable port 4.  Maybe the USB cable is bad?
> [  283.760142] hub 2-1:1.0: cannot disable port 4 (err = -113)
> [  283.760143] hub 2-1:1.0: logical disconnect on port 4
> [  283.760145] hub 2-1:1.0: cannot disable port 4 (err = -113)
> [  284.655539] [drm] nouveau 0000:01:00.0: And we're gone!
> [  284.655639] PM: freeze of devices complete after 2782.875 msecs
> [  284.656104] PM: late freeze of devices complete after 0.463 msecs
> [  284.656789] ACPI: Preparing to enter system sleep state S4
> [  284.668629] PM: Saving platform NVS memory
> [  284.671788] Disabling non-boot CPUs ...
> [  284.673553] ------------[ cut here ]------------
> [  284.673560] WARNING: at arch/x86/kernel/smp.c:120 native_smp_send_reschedule+0x56/0x60()
> [  284.673562] Hardware name: HP EliteBook 8770w
> [  284.673563] Modules linked in: ip6t_LOG xt_tcpudp xt_pkttype ipt_LOG xt_limit af_packet ip6t_REJECT nf_conntrack_ipv6 nf_defrag_ipv6 ip6table_raw xt_NOTRACK ipt_REJECT iptable_raw iptable_filter ip6table_mangle nf_conntrack_netbios_ns nf_conntrack_broadcast nf_conntrack_ipv4 nf_defrag_ipv4 ip_tables xt_conntrack nf_conntrack ip6table_filter ip6_tables x_tables cpufreq_conservative cpufreq_userspace cpufreq_powersave acpi_cpufreq mperf microcode dm_mod tpm_infineon snd_hda_codec_hdmi arc4 iwlwifi snd_hda_codec_idt uvcvideo videobuf2_core mac80211 videodev sdhci_pci sdhci v4l2_compat_ioctl32 cfg80211 videobuf2_vmalloc ppdev mmc_core videobuf2_memops parport_pc firewire_ohci sr_mod parport firewire_core e1000e snd_hda_intel sg hp_wmi cdrom sparse_keymap pcspkr crc_itu_t snd_hda_codec joydev rfkill iTCO_wdt iTCO_vendor_support serio_raw snd_hwdep snd_pcm snd_timer mei(C) snd tpm_tis hp_accel tpm soundcore tpm_bios container xhci_hcd lis3lv02d snd_page_alloc battery input_polldev ac autofs4 nouveau ttm drm_kms_helper drm mxm_wmi video wmi button thermal processor thermal_sys
> [  284.673622] Pid: 2688, comm: kworker/2:3 Tainted: G         C   3.3.0-rc2-1.2-desktop+ #3
> [  284.673624] Call Trace:
> [  284.673626]  <IRQ>  [<ffffffff81039fea>] warn_slowpath_common+0x7a/0xb0
> [  284.673636]  [<ffffffff8103a035>] warn_slowpath_null+0x15/0x20
> [  284.673639]  [<ffffffff8101f576>] native_smp_send_reschedule+0x56/0x60
> [  284.673643]  [<ffffffff81074a69>] trigger_load_balance+0x189/0x230
> [  284.673647]  [<ffffffff8106cab3>] scheduler_tick+0x103/0x150
> [  284.673651]  [<ffffffff8104a839>] update_process_times+0x69/0x80
> [  284.673656]  [<ffffffff8108d7df>] tick_sched_timer+0x5f/0xc0
> [  284.673662]  [<ffffffff81060281>] __run_hrtimer+0x71/0x250
> [  284.673665]  [<ffffffff81041562>] ? __do_softirq+0x102/0x270
> [  284.673668]  [<ffffffff8108d780>] ? tick_nohz_handler+0x100/0x100
> [  284.673674]  [<ffffffff81009729>] ? read_tsc+0x9/0x20
> [  284.673680]  [<ffffffff81060c73>] hrtimer_interrupt+0xe3/0x200
> [  284.673686]  [<ffffffff815bf91c>] ? call_softirq+0x1c/0x30
> [  284.673690]  [<ffffffff810206a4>] smp_apic_timer_interrupt+0x64/0xa0
> [  284.673694]  [<ffffffff815bef1e>] apic_timer_interrupt+0x6e/0x80
> [  284.673696]  <EOI>  [<ffffffff810caf5b>] ? rcu_preempt_note_context_switch+0x1b/0x1e0
> [  284.673707]  [<ffffffff8129fd62>] ? blk_run_queue+0x42/0x50
> [  284.673710]  [<ffffffff810cba29>] rcu_note_context_switch+0x39/0x150
> [  284.673714]  [<ffffffff815b565e>] __schedule+0x5e/0x710
> [  284.673718]  [<ffffffff815b5e3a>] schedule+0x3a/0x50
> [  284.673722]  [<ffffffff8105773d>] worker_thread+0x23d/0x350
> [  284.673725]  [<ffffffff81057500>] ? rescuer_thread+0x210/0x210
> [  284.673728]  [<ffffffff8105bc5e>] kthread+0x8e/0xa0
> [  284.673732]  [<ffffffff815bf824>] kernel_thread_helper+0x4/0x10
> [  284.673735]  [<ffffffff8105bbd0>] ? kthread_freezable_should_stop+0x60/0x60
> [  284.673738]  [<ffffffff815bf820>] ? gs_change+0x13/0x13
> [  284.673740] ---[ end trace 84c17e50c8b72585 ]---
> [  284.673849] CPU 1 is now offline
> [  284.675793] CPU 2 is now offline
> [  284.686245] CPU 3 is now offline
> [  284.688035] CPU 4 is now offline
> [  284.698077] CPU 5 is now offline
> [  284.699834] CPU 6 is now offline
> [  284.702484] CPU 7 is now offline
> [  284.702775] Extended CMOS year: 2000
> [  284.702864] PM: Creating hibernation image:
> [  284.779973] PM: Need to copy 330702 pages
> [  284.779975] PM: Normal pages needed: 330702 + 1024, available pages: 1225085
> [  284.702910] PM: Restoring platform NVS memory
> [  284.703535] Extended CMOS year: 2000
> [  284.703582] Enabling non-boot CPUs ...
> [  284.729715] Booting Node 0 Processor 1 APIC 0x1
> [  284.729716] smpboot cpu 1: start_ip = 98000
> [  284.746427] Calibrating delay loop (skipped) already calibrated this CPU
> [  284.813554] NMI watchdog enabled, takes one hw-pmu counter.
> [  284.813827] CPU1 is up
> [  284.815981] Booting Node 0 Processor 2 APIC 0x2
> [  284.815983] smpboot cpu 2: start_ip = 98000
> [  284.816246] ------------[ cut here ]------------
> [  284.816253] WARNING: at arch/x86/kernel/smp.c:120 native_smp_send_reschedule+0x56/0x60()
> [  284.816255] Hardware name: HP EliteBook 8770w
> [  284.816256] Modules linked in: ip6t_LOG xt_tcpudp xt_pkttype ipt_LOG xt_limit af_packet ip6t_REJECT nf_conntrack_ipv6 nf_defrag_ipv6 ip6table_raw xt_NOTRACK ipt_REJECT iptable_raw iptable_filter ip6table_mangle nf_conntrack_netbios_ns nf_conntrack_broadcast nf_conntrack_ipv4 nf_defrag_ipv4 ip_tables xt_conntrack nf_conntrack ip6table_filter ip6_tables x_tables cpufreq_conservative cpufreq_userspace cpufreq_powersave acpi_cpufreq mperf microcode dm_mod tpm_infineon snd_hda_codec_hdmi arc4 iwlwifi snd_hda_codec_idt uvcvideo videobuf2_core mac80211 videodev sdhci_pci sdhci v4l2_compat_ioctl32 cfg80211 videobuf2_vmalloc ppdev mmc_core videobuf2_memops parport_pc firewire_ohci sr_mod parport firewire_core e1000e snd_hda_intel sg hp_wmi cdrom sparse_keymap pcspkr crc_itu_t snd_hda_codec joydev rfkill iTCO_wdt iTCO_vendor_support serio_raw snd_hwdep snd_pcm snd_timer mei(C) snd tpm_tis hp_accel tpm soundcore tpm_bios container xhci_hcd lis3lv02d snd_page_alloc battery input_polldev ac autofs4 nouveau ttm drm_kms_helper drm mxm_wmi video wmi button thermal processor thermal_sys
> [  284.816316] Pid: 2667, comm: s2disk Tainted: G        WC   3.3.0-rc2-1.2-desktop+ #3
> [  284.816318] Call Trace:
> [  284.816320]  <IRQ>  [<ffffffff81039fea>] warn_slowpath_common+0x7a/0xb0
> [  284.816328]  [<ffffffff8103a035>] warn_slowpath_null+0x15/0x20
> [  284.816331]  [<ffffffff8101f576>] native_smp_send_reschedule+0x56/0x60
> [  284.816336]  [<ffffffff81074a69>] trigger_load_balance+0x189/0x230
> [  284.816340]  [<ffffffff8106cab3>] scheduler_tick+0x103/0x150
> [  284.816346]  [<ffffffff8104a839>] update_process_times+0x69/0x80
> [  284.816351]  [<ffffffff8108d7df>] tick_sched_timer+0x5f/0xc0
> [  284.816356]  [<ffffffff81060281>] __run_hrtimer+0x71/0x250
> [  284.816359]  [<ffffffff8108d780>] ? tick_nohz_handler+0x100/0x100
> [  284.816364]  [<ffffffff81009729>] ? read_tsc+0x9/0x20
> [  284.816368]  [<ffffffff81060c73>] hrtimer_interrupt+0xe3/0x200
> [  284.816372]  [<ffffffff810206a4>] smp_apic_timer_interrupt+0x64/0xa0
> [  284.816377]  [<ffffffff815bef1e>] apic_timer_interrupt+0x6e/0x80
> [  284.816378]  <EOI>  [<ffffffff812cdc63>] ? delay_tsc+0x73/0xf0
> [  284.816387]  [<ffffffff812cdc6e>] ? delay_tsc+0x7e/0xf0
> [  284.816390]  [<ffffffff812cdb88>] __const_udelay+0x28/0x30
> [  284.816397]  [<ffffffff8159960b>] wakeup_secondary_cpu_via_init+0xb8/0x308
> [  284.816400]  [<ffffffff81599b7c>] do_boot_cpu+0x321/0x4f3
> [  284.816403]  [<ffffffff81599d4e>] ? do_boot_cpu+0x4f3/0x4f3
> [  284.816407]  [<ffffffff8159a536>] native_cpu_up+0x109/0x178
> [  284.816410]  [<ffffffff8159b8bc>] _cpu_up+0x92/0x102
> [  284.816415]  [<ffffffff8158a2f5>] enable_nonboot_cpus+0xa5/0xd0
> [  284.816418]  [<ffffffff815a4484>] create_image+0x119/0x156
> [  284.816422]  [<ffffffff8107e4a6>] hibernation_snapshot+0x176/0x1a0
> [  284.816426]  [<ffffffff8108383c>] snapshot_ioctl+0x30c/0x4d0
> [  284.816430]  [<ffffffff811694d5>] do_vfs_ioctl+0x85/0x300
> [  284.816437]  [<ffffffff8115777b>] ? vfs_write+0x10b/0x180
> [  284.816439]  [<ffffffff811697e1>] sys_ioctl+0x91/0xa0
> [  284.816443]  [<ffffffff815be479>] system_call_fastpath+0x16/0x1b
> [  284.816445] ---[ end trace 84c17e50c8b72586 ]---
> [  284.827331] Calibrating delay loop (skipped) already calibrated this CPU
> [  284.847752] NMI watchdog enabled, takes one hw-pmu counter.
> [  284.847983] CPU2 is up
> [  284.848097] Booting Node 0 Processor 3 APIC 0x3
> [  284.848098] smpboot cpu 3: start_ip = 98000
> [  284.848230] ------------[ cut here ]------------
> [  284.848235] WARNING: at arch/x86/kernel/smp.c:120 native_smp_send_reschedule+0x56/0x60()
> [  284.848236] Hardware name: HP EliteBook 8770w
> [  284.848237] Modules linked in: ip6t_LOG xt_tcpudp xt_pkttype ipt_LOG xt_limit af_packet ip6t_REJECT nf_conntrack_ipv6 nf_defrag_ipv6 ip6table_raw xt_NOTRACK ipt_REJECT iptable_raw iptable_filter ip6table_mangle nf_conntrack_netbios_ns nf_conntrack_broadcast nf_conntrack_ipv4 nf_defrag_ipv4 ip_tables xt_conntrack nf_conntrack ip6table_filter ip6_tables x_tables cpufreq_conservative cpufreq_userspace cpufreq_powersave acpi_cpufreq mperf microcode dm_mod tpm_infineon snd_hda_codec_hdmi arc4 iwlwifi snd_hda_codec_idt uvcvideo videobuf2_core mac80211 videodev sdhci_pci sdhci v4l2_compat_ioctl32 cfg80211 videobuf2_vmalloc ppdev mmc_core videobuf2_memops parport_pc firewire_ohci sr_mod parport firewire_core e1000e snd_hda_intel sg hp_wmi cdrom sparse_keymap pcspkr crc_itu_t snd_hda_codec joydev rfkill iTCO_wdt iTCO_vendor_support serio_raw snd_hwdep snd_pcm snd_timer mei(C) snd tpm_tis hp_accel tpm soundcore tpm_bios container xhci_hcd lis3lv02d snd_page_alloc battery input_polldev ac autofs4 nouveau ttm drm_kms_helper drm mxm_wmi video wmi button thermal processor thermal_sys
> [  284.848278] Pid: 2667, comm: s2disk Tainted: G        WC   3.3.0-rc2-1.2-desktop+ #3
> [  284.848279] Call Trace:
> [  284.848280]  <IRQ>  [<ffffffff81039fea>] warn_slowpath_common+0x7a/0xb0
> [  284.848285]  [<ffffffff8103a035>] warn_slowpath_null+0x15/0x20
> [  284.848288]  [<ffffffff8101f576>] native_smp_send_reschedule+0x56/0x60
> [  284.848291]  [<ffffffff81074a69>] trigger_load_balance+0x189/0x230
> [  284.848293]  [<ffffffff8106cab3>] scheduler_tick+0x103/0x150
> [  284.848296]  [<ffffffff8104a839>] update_process_times+0x69/0x80
> [  284.848299]  [<ffffffff8108c157>] tick_periodic+0x27/0x80
> [  284.848300]  [<ffffffff8108c231>] tick_handle_periodic+0x21/0x70
> [  284.848303]  [<ffffffff810206a4>] smp_apic_timer_interrupt+0x64/0xa0
> [  284.848306]  [<ffffffff815bef1e>] apic_timer_interrupt+0x6e/0x80
> [  284.848307]  <EOI>  [<ffffffff8100a2b0>] ? rtc_cmos_write+0x10/0x10
> [  284.848313]  [<ffffffff812cdc6e>] ? delay_tsc+0x7e/0xf0
> [  284.848315]  [<ffffffff812cdb88>] __const_udelay+0x28/0x30
> [  284.848318]  [<ffffffff8159960b>] wakeup_secondary_cpu_via_init+0xb8/0x308
> [  284.848321]  [<ffffffff81599b7c>] do_boot_cpu+0x321/0x4f3
> [  284.848323]  [<ffffffff81599d4e>] ? do_boot_cpu+0x4f3/0x4f3
> [  284.848325]  [<ffffffff8159a536>] native_cpu_up+0x109/0x178
> [  284.848327]  [<ffffffff8159b8bc>] _cpu_up+0x92/0x102
> [  284.848330]  [<ffffffff8158a2f5>] enable_nonboot_cpus+0xa5/0xd0
> [  284.848332]  [<ffffffff815a4484>] create_image+0x119/0x156
> [  284.848334]  [<ffffffff8107e4a6>] hibernation_snapshot+0x176/0x1a0
> [  284.848336]  [<ffffffff8108383c>] snapshot_ioctl+0x30c/0x4d0
> [  284.848339]  [<ffffffff811694d5>] do_vfs_ioctl+0x85/0x300
> [  284.848342]  [<ffffffff8115777b>] ? vfs_write+0x10b/0x180
> [  284.848344]  [<ffffffff811697e1>] sys_ioctl+0x91/0xa0
> [  284.848346]  [<ffffffff815be479>] system_call_fastpath+0x16/0x1b
> [  284.848347] ---[ end trace 84c17e50c8b72587 ]---
> [  284.859592] Calibrating delay loop (skipped) already calibrated this CPU
> [  284.879964] NMI watchdog enabled, takes one hw-pmu counter.
> [  284.880186] CPU3 is up
> [  284.880298] Booting Node 0 Processor 4 APIC 0x4
> [  284.880299] smpboot cpu 4: start_ip = 98000
> [  284.891781] Calibrating delay loop (skipped) already calibrated this CPU
> [  284.912176] NMI watchdog enabled, takes one hw-pmu counter.
> [  284.912437] CPU4 is up
> [  284.913673] Booting Node 0 Processor 5 APIC 0x5
> [  284.913674] smpboot cpu 5: start_ip = 98000
> [  284.925151] Calibrating delay loop (skipped) already calibrated this CPU
> [  284.945633] NMI watchdog enabled, takes one hw-pmu counter.
> [  284.945902] CPU5 is up
> [  284.946059] Booting Node 0 Processor 6 APIC 0x6
> [  284.946060] smpboot cpu 6: start_ip = 98000
> [  284.957537] Calibrating delay loop (skipped) already calibrated this CPU
> [  284.978000] NMI watchdog enabled, takes one hw-pmu counter.
> [  284.978299] CPU6 is up
> [  284.978463] Booting Node 0 Processor 7 APIC 0x7
> [  284.978464] smpboot cpu 7: start_ip = 98000
> [  284.989938] Calibrating delay loop (skipped) already calibrated this CPU
> [  285.010488] NMI watchdog enabled, takes one hw-pmu counter.
> [  285.010764] CPU7 is up
> [  285.018819] ACPI: Waking up from system sleep state S4
> [  286.183676] PM: early restore of devices complete after 11.696 msecs
> [  286.238837] xhci_hcd 0000:00:14.0: setting latency timer to 64
> [  286.238844] e1000e 0000:00:19.0: wake-up capability disabled by ACPI
> [  286.238847] ehci_hcd 0000:00:1a.0: setting latency timer to 64
> [  286.238850] xhci_hcd 0000:00:14.0: USB 3.0 ports that are now enabled under xHCI: 0xf
> [  286.238859] xhci_hcd 0000:00:14.0: USB 2.0 ports that are now switched over to xHCI: 0xf
> [  286.238862] usb usb3: root hub lost power or was reset
> [  286.238863] usb usb4: root hub lost power or was reset
> [  286.238868] usb usb1: root hub lost power or was reset
> [  286.238876] ehci_hcd 0000:00:1a.0: reset command 0010002 (park)=0 ithresh=1 period=1024 Reset HALT
> [  286.238945] mei 0000:00:16.0: irq 49 for MSI/MSI-X
> [  286.238973] [drm] nouveau 0000:01:00.0: We're back, enabling device...
> [  286.238976] ehci_hcd 0000:00:1d.0: setting latency timer to 64
> [  286.238996] [drm] nouveau 0000:01:00.0: POSTing device...
> [  286.238999] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 0 at offset 0x80C9
> [  286.239002] ahci 0000:00:1f.2: setting latency timer to 64
> [  286.239007] xhci_hcd 0000:00:14.0: USB 3.0 ports that are now enabled under xHCI: 0xf
> [  286.239034] xhci_hcd 0000:00:14.0: USB 2.0 ports that are now switched over to xHCI: 0xf
> [  286.239039] usb usb2: root hub lost power or was reset
> [  286.239047] ehci_hcd 0000:00:1d.0: reset command 0010002 (park)=0 ithresh=1 period=1024 Reset HALT
> [  286.239165] e1000e 0000:00:19.0: irq 48 for MSI/MSI-X
> [  286.239193] xhci_hcd 0000:00:14.0: irq 50 for MSI/MSI-X
> [  286.240052] usb usb3: usb resume
> [  286.240119] usb usb4: usb resume
> [  286.242769] ehci_hcd 0000:00:1a.0: cache line size of 64 is not supported
> [  286.242775] usb usb1: usb resume
> [  286.242779] ehci_hcd 0000:00:1a.0: resume root hub after power loss
> [  286.242920] ehci_hcd 0000:00:1d.0: cache line size of 64 is not supported
> [  286.242926] usb usb2: usb resume
> [  286.242929] ehci_hcd 0000:00:1d.0: resume root hub after power loss
> [  286.243891] snd_hda_intel 0000:00:1b.0: power state changed by ACPI to D0
> [  286.243896] snd_hda_intel 0000:00:1b.0: power state changed by ACPI to D0
> [  286.243901] snd_hda_intel 0000:00:1b.0: power state changed by ACPI to D0
> [  286.243904] snd_hda_intel 0000:00:1b.0: power state changed by ACPI to D0
> [  286.243938] snd_hda_intel 0000:00:1b.0: irq 51 for MSI/MSI-X
> [  286.250514] hub 3-0:1.0: hub_reset_resume
> [  286.250516] hub 4-0:1.0: hub_reset_resume
> [  286.250518] hub 3-0:1.0: trying to enable port power on non-switchable hub
> [  286.250520] hub 4-0:1.0: trying to enable port power on non-switchable hub
> [  286.262507] hub 1-0:1.0: hub_reset_resume
> [  286.262509] hub 2-0:1.0: hub_reset_resume
> [  286.262510] hub 1-0:1.0: trying to enable port power on non-switchable hub
> [  286.262512] hub 2-0:1.0: trying to enable port power on non-switchable hub
> [  286.272741] watchdog: only one watchdog can use /dev/watchdog.
> [  286.272743] watchdog: error registering /dev/watchdog (err=-16).
> [  286.272745] mei 0000:00:16.0: unable to register watchdog device.
> [  286.282387] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 1 at offset 0x879A
> [  286.290604] firewire_core: skipped bus generations, destroying all nodes
> [  286.307932] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 2 at offset 0x9A40
> [  286.307937] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 3 at offset 0x9A4A
> [  286.308007] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table 4 at offset 0x9C29
> [  286.308008] [drm] nouveau 0000:01:00.0: Parsing VBIOS init table at offset 0x9C8E
> [  286.328027] [drm] nouveau 0000:01:00.0: Restoring GPU objects...
> [  286.351471] hub 3-0:1.0: port 1: status 0101 change 0001
> [  286.351476] hub 4-0:1.0: port 1: status 0203 change 0001
> [  286.351484] hub 3-0:1.0: port 4: status 0101 change 0001
> [  286.363462] ehci_hcd 0000:00:1a.0: GetStatus port:1 status 001803 0  ACK POWER sig=j CSC CONNECT
> [  286.363465] hub 1-0:1.0: port 1: status 0501 change 0001
> [  286.363467] ehci_hcd 0000:00:1d.0: GetStatus port:1 status 001803 0  ACK POWER sig=j CSC CONNECT
> [  286.363470] hub 2-0:1.0: port 1: status 0501 change 0001
> [  286.390574] [drm] nouveau 0000:01:00.0: Reinitialising engines...
> [  286.391356] [drm] nouveau 0000:01:00.0: Restoring mode...
> [  286.464419] usb 2-1: finish reset-resume
> [  286.464423] usb 1-1: finish reset-resume
> [  286.515660] ehci_hcd 0000:00:1d.0: port 1 high speed
> [  286.515662] ehci_hcd 0000:00:1d.0: GetStatus port:1 status 001005 0  ACK POWER sig=se0 PE CONNECT
> [  286.543411] ata7: SATA link down (SStatus 0 SControl 300)
> [  286.543414] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [  286.545394] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
> [  286.545766] ata2.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
> [  286.546218] ata2.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
> [  286.546255] ata2.00: configured for UDMA/100
> [  286.547381] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
> [  286.549391] ata5: SATA link down (SStatus 0 SControl 300)
> [  286.551377] ata4: SATA link down (SStatus 0 SControl 300)
> [  286.551458] ata3.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
> [  286.554049] ata3.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
> [  286.554052] ata3.00: configured for UDMA/100
> [  286.556419] sd 1:0:0:0: [sdb] Starting disk
> [  286.566362] usb 2-1: reset high-speed USB device number 2 using ehci_hcd
> [  286.605552] ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
> [  286.617605] ehci_hcd 0000:00:1d.0: port 1 high speed
> [  286.617607] ehci_hcd 0000:00:1d.0: GetStatus port:1 status 001005 0  ACK POWER sig=se0 PE CONNECT
> [  286.680481] ehci_hcd 0000:00:1d.0: set dev address 2 for port 1
> [  286.680487] ehci_hcd 0000:00:1d.0: LPM: no device attached
> [  286.680850] hub 2-1:1.0: hub_reset_resume
> [  286.680853] hub 2-1:1.0: enabling power on all ports
> [  286.685791] ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
> [  286.707170] ata1.00: configured for UDMA/133
> [  286.730427] sd 0:0:0:0: [sda] Starting disk
> [  286.731545] ehci_hcd 0000:00:1a.0: port 1 high speed
> [  286.731548] ehci_hcd 0000:00:1a.0: GetStatus port:1 status 001005 0  ACK POWER sig=se0 PE CONNECT
> [  286.782272] usb 1-1: reset high-speed USB device number 2 using ehci_hcd
> [  286.782508] hub 2-1:1.0: port 1: status 0100 change 0000
> [  286.782928] hub 2-1:1.0: port 4: status 0100 change 0000
> [  286.783177] hub 2-1:1.0: port 6: status 0101 change 0001
> [  286.791268] firewire_core: rediscovered device fw0
> [  286.833491] ehci_hcd 0000:00:1a.0: port 1 high speed
> [  286.833493] ehci_hcd 0000:00:1a.0: GetStatus port:1 status 001005 0  ACK POWER sig=se0 PE CONNECT
> [  286.884212] usb 2-1: link qh256-0001/ffff8801ae6b5ac0 start 3 [1/0 us]
> [  286.884410] usb 2-1.6: finish reset-resume
> [  286.884492] hub 2-1:1.0: port 1 status 0000.0100 after resume, -19
> [  286.884496] usb 2-1.1: can't resume, status -19
> [  286.884498] hub 2-1:1.0: logical disconnect on port 1
> [  286.896391] ehci_hcd 0000:00:1a.0: set dev address 2 for port 1
> [  286.896396] ehci_hcd 0000:00:1a.0: LPM: no device attached
> [  286.896746] hub 1-1:1.0: hub_reset_resume
> [  286.896749] hub 1-1:1.0: enabling power on all ports
> [  286.907355] hub 2-1:1.0: port 6 not reset yet, waiting 10ms
> [  286.969373] usb 2-1.6: reset full-speed USB device number 4 using ehci_hcd
> [  286.980348] hub 2-1:1.0: port 6 not reset yet, waiting 10ms
> [  286.998344] hub 1-1:1.0: port 1: status 0101 change 0001
> [  286.998687] hub 1-1:1.0: port 3: status 0101 change 0001
> [  287.100093] usb 1-1: link qh256-0001/ffff8801aea9e3c0 start 3 [1/0 us]
> [  287.100254] usb 1-1.3: finish reset-resume
> [  287.100402] usb 1-1.1: finish reset-resume
> [  287.111259] hub 1-1:1.0: port 3 not reset yet, waiting 10ms
> [  287.173259] usb 1-1.3: reset high-speed USB device number 4 using ehci_hcd
> [  287.187238] hub 1-1:1.0: port 3 not reset yet, waiting 10ms
> [  287.275195] hub 1-1:1.0: port 1 not reset yet, waiting 10ms
> [  287.337177] usb 1-1.1: reset full-speed USB device number 3 using ehci_hcd
> [  287.348156] hub 1-1:1.0: port 1 not reset yet, waiting 10ms
> [  287.421920] usb 1-1.1: ep0 maxpacket = 8
> [  287.592865] tpm_tis 00:04: A TPM error (7) occurred attempting to read a pcr value
> [  287.592869] tpm_tis 00:04: TPM is disabled/deactivated (0x7)
> [  287.593533] serial 00:09: activated
> [  287.594436] parport_pc 00:0a: activated
> [  287.596173] Extended CMOS year: 2000
> [  287.689043] PM: restore of devices complete after 1450.990 msecs
> [  287.705711] Restarting kernel threads ... 
> [  287.705756] hub 2-1:1.0: state 7 ports 8 chg 0052 evt 0040
> [  287.705820] hub 2-1:1.0: port 1, status 0100, change 0000, 12 Mb/s
> [  287.705822] usb 2-1.1: USB disconnect, device number 3
> [  287.705823] usb 2-1.1: unregistering device
> [  287.705825] usb 2-1.1: unregistering interface 2-1.1:1.0
> [  287.705828] done.
> [  287.705831] Restarting tasks ... 
> [  287.705869] usb 2-1.1: usb_disable_device nuking all URBs
> [  287.706059] hub 2-1:1.0: port 4, status 0100, change 0000, 12 Mb/s
> [  287.706061] usb 2-1.4: USB disconnect, device number 5
> [  287.706063] usb 2-1.4: unregistering device
> [  287.706065] usb 2-1.4: unregistering interface 2-1.4:1.0
> [  287.707144] usb 2-1.4: usb_disable_device nuking all URBs
> [  287.707550] hub 2-1:1.0: port 6, status 0103, change 0000, 12 Mb/s
> [  287.707555] hub 4-0:1.0: state 7 ports 4 chg 0002 evt 0000
> [  287.707562] hub 4-0:1.0: port 1, status 0203, change 0000, 5.0 Gb/s
> [  287.708004] done.
> [  287.728986] PM: Basic memory bitmaps freed
> [  287.728991] video LNXVIDEO:00: Restoring backlight state
> [  287.729429] sdhci-pci 0000:24:00.1: could not set regulator OCR (-22)
> [  287.759746] sdhci-pci 0000:24:00.1: could not set regulator OCR (-22)
> [  287.790726] sdhci-pci 0000:24:00.1: could not set regulator OCR (-22)
> [  287.808759] usb 4-1: new SuperSpeed USB device number 2 using xhci_hcd
> [  287.819953] usb 4-1: skipped 1 descriptor after endpoint
> [  287.819992] usb 4-1: default language 0x0409
> [  287.820104] usb 4-1: udev 2, busnum 4, minor = 385
> [  287.820114] usb 4-1: New USB device found, idVendor=0424, idProduct=5534
> [  287.820116] usb 4-1: New USB device strings: Mfr=2, Product=3, SerialNumber=1
> [  287.820118] usb 4-1: Product: USB5534
> [  287.820120] usb 4-1: Manufacturer: SMSC
> [  287.820121] usb 4-1: SerialNumber: 1239567
> [  287.820234] usb 4-1: usb_probe_device
> [  287.820237] usb 4-1: configuration #1 chosen from 1 choice
> [  287.820312] usb 4-1: Successful Endpoint Configure command
> [  287.820353] usb 4-1: adding 4-1:1.0 (config #1, interface 0)
> [  287.820387] hub 4-1:1.0: usb_probe_interface
> [  287.820389] hub 4-1:1.0: usb_probe_interface - got id
> [  287.820391] hub 4-1:1.0: USB hub found
> [  287.820449] hub 4-1:1.0: 4 ports detected
> [  287.820450] hub 4-1:1.0: standalone hub
> [  287.820452] hub 4-1:1.0: individual port power switching
> [  287.820453] hub 4-1:1.0: individual port over-current protection
> [  287.820455] hub 4-1:1.0: TT requires at most 8 FS bit times (666 ns)
> [  287.820457] hub 4-1:1.0: power on to power good time: 96ms
> [  287.820547] usb 4-1: Successful Endpoint Configure command
> [  287.820589] hub 4-1:1.0: local power source is good
> [  287.820591] hub 4-1:1.0: enabling power on all ports
> [  287.820776] drivers/usb/core/inode.c: creating file '002'
> [  287.820802] hub 3-0:1.0: state 7 ports 4 chg 0012 evt 0000
> [  287.820810] hub 3-0:1.0: port 1, status 0101, change 0000, 12 Mb/s
> [  287.821717] sdhci-pci 0000:24:00.1: could not set regulator OCR (-22)
> [  287.871710] hub 3-0:1.0: port 1 not reset yet, waiting 50ms
> [  287.974646] usb 3-1: new high-speed USB device number 2 using xhci_hcd
> [  287.985858] usb 3-1: udev 2, busnum 3, minor = 257
> [  287.985861] usb 3-1: New USB device found, idVendor=0424, idProduct=5534
> [  287.985863] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
> [  287.985960] usb 3-1: usb_probe_device
> [  287.985962] usb 3-1: configuration #1 chosen from 1 choice
> [  287.986023] usb 3-1: Successful Endpoint Configure command
> [  287.986072] usb 3-1: adding 3-1:1.0 (config #1, interface 0)
> [  287.986098] hub 3-1:1.0: usb_probe_interface
> [  287.986099] hub 3-1:1.0: usb_probe_interface - got id
> [  287.986101] hub 3-1:1.0: USB hub found
> [  287.986125] hub 3-1:1.0: 4 ports detected
> [  287.986127] hub 3-1:1.0: standalone hub
> [  287.986129] hub 3-1:1.0: individual port power switching
> [  287.986130] hub 3-1:1.0: individual port over-current protection
> [  287.986191] usb 3-1: Successful Endpoint Configure command
> [  287.986245] hub 3-1:1.0: TT per port
> [  287.986246] hub 3-1:1.0: TT requires at most 8 FS bit times (666 ns)
> [  287.986248] hub 3-1:1.0: power on to power good time: 100ms
> [  287.986324] usb 3-1: Successful Endpoint Configure command
> [  287.986366] hub 3-1:1.0: local power source is good
> [  287.986368] hub 3-1:1.0: enabling power on all ports
> [  287.986527] drivers/usb/core/inode.c: creating file '002'
> [  287.986548] hub 3-0:1.0: port 4, status 0101, change 0000, 12 Mb/s
> [  288.036616] hub 3-0:1.0: port 4 not reset yet, waiting 50ms
> [  288.059406] EXT4-fs (sda1): re-mounted. Opts: acl,user_xattr,commit=0
> [  288.087607] hub 3-0:1.0: unable to enumerate USB device on port 4
> [  288.087626] hub 2-0:1.0: state 7 ports 3 chg 0002 evt 0000
> [  288.087637] hub 2-0:1.0: port 1, status 0503, change 0000, 480 Mb/s
> [  288.087642] hub 1-0:1.0: state 7 ports 3 chg 0002 evt 0000
> [  288.087649] hub 1-0:1.0: port 1, status 0503, change 0000, 480 Mb/s
> [  288.087654] hub 1-1:1.0: state 7 ports 6 chg 000a evt 0000
> [  288.087753] hub 1-1:1.0: port 1, status 0103, change 0000, 12 Mb/s
> [  288.087879] hub 1-1:1.0: port 3, status 0503, change 0000, 480 Mb/s
> [  288.087886] hub 4-1:1.0: state 7 ports 4 chg 0000 evt 0000
> [  288.087891] hub 4-0:1.0: state 7 ports 4 chg 0000 evt 0010
> [  288.087906] hub 4-0:1.0: port 4, status 0203, change 0001, 5.0 Gb/s
> [  288.191543] hub 4-0:1.0: debounce: port 4: total 100ms stable 100ms status 0x203
> [  288.193121] EXT4-fs (sdb7): re-mounted. Opts: acl,user_xattr,commit=0
> [  288.245371] EXT4-fs (sdb6): re-mounted. Opts: acl,user_xattr,commit=0
> [  288.293533] usb 4-4: new SuperSpeed USB device number 3 using xhci_hcd
> [  288.304741] usb 4-4: skipped 1 descriptor after endpoint
> [  288.304748] usb 4-4: skipped 1 descriptor after endpoint
> [  288.304787] usb 4-4: default language 0x0409
> [  288.304922] usb 4-4: udev 3, busnum 4, minor = 386
> [  288.304927] usb 4-4: New USB device found, idVendor=1f75, idProduct=0902
> [  288.304934] usb 4-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
> [  288.304939] usb 4-4: Product: PenDrive
> [  288.304943] usb 4-4: Manufacturer: Innostor
> [  288.304948] usb 4-4: SerialNumber: 0902100000000000000000002265
> [  288.305136] usb 4-4: usb_probe_device
> [  288.305143] usb 4-4: configuration #1 chosen from 1 choice
> [  288.305227] usb 4-4: Successful Endpoint Configure command
> [  288.305275] usb 4-4: adding 4-4:1.0 (config #1, interface 0)
> [  288.305361] usb-storage 4-4:1.0: usb_probe_interface
> [  288.305373] usb-storage 4-4:1.0: usb_probe_interface - got id
> [  288.305516] scsi8 : usb-storage 4-4:1.0
> [  288.305757] drivers/usb/core/inode.c: creating file '003'
> [  288.305803] hub 3-1:1.0: state 7 ports 4 chg 0000 evt 0000
> [  288.439563] e1000e 0000:00:19.0: irq 48 for MSI/MSI-X
> [  288.490486] e1000e 0000:00:19.0: irq 48 for MSI/MSI-X
> [  288.491537] ADDRCONF(NETDEV_UP): eth0: link is not ready
> [  288.492501] iwlwifi 0000:25:00.0: L1 Disabled; Enabling L0S
> [  288.499348] iwlwifi 0000:25:00.0: Radio type=0x0-0x3-0x1
> [  288.612578] ADDRCONF(NETDEV_UP): wlan0: link is not ready
> [  289.305295] scsi 8:0:0:0: Direct-Access     Innostor Innostor         1.00 PQ: 0 ANSI: 5
> [  289.305584] sd 8:0:0:0: Attached scsi generic sg3 type 0
> [  289.305775] sd 8:0:0:0: [sdc] 31621120 512-byte logical blocks: (16.1 GB/15.0 GiB)
> [  289.305921] sd 8:0:0:0: [sdc] Write Protect is off
> [  289.305928] sd 8:0:0:0: [sdc] Mode Sense: 03 00 00 00
> [  289.306103] sd 8:0:0:0: [sdc] No Caching mode page present
> [  289.306108] sd 8:0:0:0: [sdc] Assuming drive cache: write through
> [  289.307084] sd 8:0:0:0: [sdc] No Caching mode page present
> [  289.307091] sd 8:0:0:0: [sdc] Assuming drive cache: write through
> [  289.307401]  sdc:
> [  289.308913] sd 8:0:0:0: [sdc] No Caching mode page present
> [  289.308918] sd 8:0:0:0: [sdc] Assuming drive cache: write through
> [  289.308922] sd 8:0:0:0: [sdc] Attached SCSI removable disk
> [  290.044512] e1000e: eth0 NIC Link is Up 100 Mbps Full Duplex, Flow Control: Rx/Tx
> [  290.044519] e1000e 0000:00:19.0: eth0: 10/100 speed: disabling TSO
> [  290.045817] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
> [  290.273227] martian source 255.255.255.255 from 192.168.234.1, on dev eth0
> [  290.273233] ll header: ff:ff:ff:ff:ff:ff:00:1c:4a:86:25:6a:08:00
> [  290.837216] hub 3-1:1.0: hub_suspend
> [  290.837331] xhci_hcd 0000:00:14.0: WARN Event TRB for slot 2 ep 0 with no TDs queued?
> [  290.847398] usb 1-1.3: usb auto-suspend, wakeup 0
> [  290.848189] usb 3-1: usb auto-suspend, wakeup 1
> [  292.858159] hub 3-0:1.0: hub_suspend
> [  292.858172] usb usb3: bus auto-suspend, wakeup 1
> [  300.250342] eth0: no IPv6 routers present

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


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

  Powered by Linux