Hi, I did something a bit unusual today. I connected power to my external USB3.0 hub while two external hard drives (already running) were attached to the HUB. Then I connected the data cable from my HUB to the computer (TI XHCI host). Looks this triggered all of these: 1. The disk at usb 4-2.1 got picked up as /dev/sdc. 2. The disk which should have appeared as usb 4-2.2 and /dev/sdd was not. 3. After a while, some WARNING: messages were logged at about the time when I did "lsusb -t". Not sure if this was the trigger. # lsusb -t /: Bus 04.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/2p, 5000M |__ Port 2: Dev 2, If 0, Class=Hub, Driver=hub/4p, 5000M |__ Port 1: Dev 3, If 0, Class=Mass Storage, Driver=usb-storage, 5000M /: Bus 03.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/2p, 480M |__ Port 2: Dev 2, If 0, Class=Hub, Driver=hub/4p, 480M |__ Port 4: Dev 3, If 0, Class=Human Interface Device, Driver=usbhid, 1.5M /: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/2p, 480M |__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/8p, 480M |__ Port 2: Dev 3, If 0, Class=Human Interface Device, Driver=usbhid, 1.5M |__ Port 3: Dev 4, If 0, Class=Vendor Specific Class, Driver=, 12M /: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/2p, 480M |__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/6p, 480M |__ Port 5: Dev 3, If 0, Class=Video, Driver=, 480M |__ Port 5: Dev 3, If 1, Class=Video, Driver=, 480M This vanilla 3.11 kernel with the LPM-related patches from Xenia just in case it matters. Martin
[ 0.000000] Linux version 3.11.0-default-pciehp (root@vostro) (gcc version 4.7.3 (Gentoo 4.7.3 p1.2, pie-0.5.5) ) #5 SMP Wed Sep 4 19:25:58 MEST 2013 [ 0.000000] Command line: root=/dev/sda5 slub_debug=AFPZ pciehp.pciehp_debug=1 pciehp_debug=1 [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d3ff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009d400-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable [ 0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000020200000-0x000000003fffffff] usable [ 0.000000] BIOS-e820: [mem 0x0000000040000000-0x00000000401fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000040200000-0x00000000da4e4fff] usable [ 0.000000] BIOS-e820: [mem 0x00000000da4e5000-0x00000000da527fff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x00000000da528000-0x00000000da792fff] usable [ 0.000000] BIOS-e820: [mem 0x00000000da793000-0x00000000da966fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000da967000-0x00000000daa88fff] usable [ 0.000000] BIOS-e820: [mem 0x00000000daa89000-0x00000000dad67fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000dad68000-0x00000000dafe7fff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x00000000dafe8000-0x00000000daffffff] ACPI data [ 0.000000] BIOS-e820: [mem 0x00000000db800000-0x00000000df9fffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000031fdfffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.6 present. [ 0.000000] DMI: Dell Inc. Vostro 3550/, BIOS A11 08/03/2012 [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable [ 0.000000] No AGP bridge found [ 0.000000] e820: last_pfn = 0x31fe00 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-CFFFF write-protect [ 0.000000] D0000-E7FFF uncachable [ 0.000000] E8000-FFFFF write-protect [ 0.000000] MTRR variable ranges enabled: [ 0.000000] 0 base 000000000 mask E00000000 write-back [ 0.000000] 1 base 200000000 mask F00000000 write-back [ 0.000000] 2 base 300000000 mask FE0000000 write-back [ 0.000000] 3 base 0DB800000 mask FFF800000 uncachable [ 0.000000] 4 base 0DC000000 mask FFC000000 uncachable [ 0.000000] 5 base 0E0000000 mask FE0000000 uncachable [ 0.000000] 6 base 31FE00000 mask FFFE00000 uncachable [ 0.000000] 7 disabled [ 0.000000] 8 disabled [ 0.000000] 9 disabled [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [ 0.000000] e820: update [mem 0xdb800000-0xffffffff] usable ==> reserved [ 0.000000] e820: last_pfn = 0xdaa89 max_arch_pfn = 0x400000000 [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576 [ 0.000000] reserving inaccessible SNB gfx pages [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff] [ 0.000000] [mem 0x00000000-0x000fffff] page 4k [ 0.000000] BRK [0x027f9000, 0x027f9fff] PGTABLE [ 0.000000] BRK [0x027fa000, 0x027fafff] PGTABLE [ 0.000000] BRK [0x027fb000, 0x027fbfff] PGTABLE [ 0.000000] init_memory_mapping: [mem 0x31fc00000-0x31fdfffff] [ 0.000000] [mem 0x31fc00000-0x31fdfffff] page 2M [ 0.000000] BRK [0x027fc000, 0x027fcfff] PGTABLE [ 0.000000] init_memory_mapping: [mem 0x31c000000-0x31fbfffff] [ 0.000000] [mem 0x31c000000-0x31fbfffff] page 2M [ 0.000000] init_memory_mapping: [mem 0x300000000-0x31bffffff] [ 0.000000] [mem 0x300000000-0x31bffffff] page 2M [ 0.000000] init_memory_mapping: [mem 0x00100000-0x1fffffff] [ 0.000000] [mem 0x00100000-0x001fffff] page 4k [ 0.000000] [mem 0x00200000-0x1fffffff] page 2M [ 0.000000] init_memory_mapping: [mem 0x20200000-0x3fffffff] [ 0.000000] [mem 0x20200000-0x3fffffff] page 2M [ 0.000000] init_memory_mapping: [mem 0x40200000-0xda4e4fff] [ 0.000000] [mem 0x40200000-0xda3fffff] page 2M [ 0.000000] [mem 0xda400000-0xda4e4fff] page 4k [ 0.000000] BRK [0x027fd000, 0x027fdfff] PGTABLE [ 0.000000] BRK [0x027fe000, 0x027fefff] PGTABLE [ 0.000000] init_memory_mapping: [mem 0xda528000-0xda792fff] [ 0.000000] [mem 0xda528000-0xda792fff] page 4k [ 0.000000] init_memory_mapping: [mem 0xda967000-0xdaa88fff] [ 0.000000] [mem 0xda967000-0xdaa88fff] page 4k [ 0.000000] init_memory_mapping: [mem 0x100000000-0x2ffffffff] [ 0.000000] [mem 0x100000000-0x2ffffffff] page 2M [ 0.000000] ACPI: RSDP 00000000000f0410 00024 (v02 DELL) [ 0.000000] ACPI: XSDT 00000000dafe8078 00074 (v01 DELL WN09 01072009 AMI 00010013) [ 0.000000] ACPI: FACP 00000000daff1d38 000F4 (v04 DELL WN09 01072009 AMI 00010013) [ 0.000000] ACPI: DSDT 00000000dafe8180 09BB6 (v02 DELL WN09 00000000 INTL 20051117) [ 0.000000] ACPI: FACS 00000000dafe3f80 00040 [ 0.000000] ACPI: APIC 00000000daff1e30 00072 (v03 DELL WN09 01072009 AMI 00010013) [ 0.000000] ACPI: MCFG 00000000daff1ea8 0003C (v01 DELL WN09 01072009 MSFT 00000097) [ 0.000000] ACPI: SSDT 00000000daff1ee8 004B0 (v01 TrmRef PtidDevc 00001000 INTL 20091112) [ 0.000000] ACPI: SLIC 00000000daff2398 00176 (v01 DELL WN09 01072009 AMI 00010013) [ 0.000000] ACPI: HPET 00000000daff2510 00038 (v01 DELL WN09 01072009 AMI. 00000004) [ 0.000000] ACPI: SSDT 00000000daff2548 00846 (v01 PmRef Cpu0Ist 00003000 INTL 20051117) [ 0.000000] ACPI: SSDT 00000000daff2d90 00996 (v01 PmRef CpuPm 00003000 INTL 20051117) [ 0.000000] ACPI: DMAR 00000000daff3728 000E8 (v01 INTEL SNB 00000001 INTL 00000001) [ 0.000000] ACPI: OSFR 00000000daff3810 00086 (v01 DELL M08 07DC0803 ASL 00000061) [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] [ffffea0000000000-ffffea000c7fffff] PMD -> [ffff880313400000-ffff88031f3fffff] on node 0 [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x00001000-0x00ffffff] [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] [ 0.000000] Normal [mem 0x100000000-0x31fdfffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x00001000-0x0009cfff] [ 0.000000] node 0: [mem 0x00100000-0x1fffffff] [ 0.000000] node 0: [mem 0x20200000-0x3fffffff] [ 0.000000] node 0: [mem 0x40200000-0xda4e4fff] [ 0.000000] node 0: [mem 0xda528000-0xda792fff] [ 0.000000] node 0: [mem 0xda967000-0xdaa88fff] [ 0.000000] node 0: [mem 0x100000000-0x31fdfffff] [ 0.000000] On node 0 totalpages: 3121678 [ 0.000000] DMA zone: 64 pages used for memmap [ 0.000000] DMA zone: 156 pages reserved [ 0.000000] DMA zone: 3996 pages, LIFO batch:0 [ 0.000000] DMA32 zone: 13906 pages used for memmap [ 0.000000] DMA32 zone: 889970 pages, LIFO batch:31 [ 0.000000] Normal zone: 34808 pages used for memmap [ 0.000000] Normal zone: 2227712 pages, LIFO batch:31 [ 0.000000] ACPI: PM-Timer IO Port: 0x408 [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x01] enabled) [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1]) [ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0]) [ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-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: 0x8086a701 base: 0xfed00000 [ 0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs [ 0.000000] nr_irqs_gsi: 40 [ 0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff] [ 0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff] [ 0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff] [ 0.000000] PM: Registered nosave memory: [mem 0x20000000-0x201fffff] [ 0.000000] PM: Registered nosave memory: [mem 0x40000000-0x401fffff] [ 0.000000] PM: Registered nosave memory: [mem 0xda4e5000-0xda527fff] [ 0.000000] PM: Registered nosave memory: [mem 0xda793000-0xda966fff] [ 0.000000] PM: Registered nosave memory: [mem 0xdaa89000-0xdad67fff] [ 0.000000] PM: Registered nosave memory: [mem 0xdad68000-0xdafe7fff] [ 0.000000] PM: Registered nosave memory: [mem 0xdafe8000-0xdaffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xdb000000-0xdb7fffff] [ 0.000000] PM: Registered nosave memory: [mem 0xdb800000-0xdf9fffff] [ 0.000000] PM: Registered nosave memory: [mem 0xdfa00000-0xf7ffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff] [ 0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff] [ 0.000000] PM: Registered nosave memory: [mem 0xfed04000-0xfed1bfff] [ 0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff] [ 0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff] [ 0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff] [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff] [ 0.000000] e820: [mem 0xdfa00000-0xf7ffffff] available for PCI devices [ 0.000000] setup_percpu: NR_CPUS:4 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1 [ 0.000000] PERCPU: Embedded 27 pages/cpu @ffff88031fa00000 s78464 r8192 d23936 u524288 [ 0.000000] pcpu-alloc: s78464 r8192 d23936 u524288 alloc=1*2097152 [ 0.000000] pcpu-alloc: [0] 0 1 2 3 [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 3072744 [ 0.000000] Kernel command line: root=/dev/sda5 slub_debug=AFPZ pciehp.pciehp_debug=1 pciehp_debug=1 [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes) [ 0.000000] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes) [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 [ 0.000000] Checking aperture... [ 0.000000] No AGP bridge found [ 0.000000] Memory: 12173256K/12486712K available (7864K kernel code, 617K rwdata, 3320K rodata, 848K init, 10752K bss, 313456K reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] CONFIG_RCU_FANOUT set to non-default value of 32 [ 0.000000] NR_IRQS:4352 nr_irqs:712 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar [ 0.000000] ... MAX_LOCKDEP_SUBCLASSES: 8 [ 0.000000] ... MAX_LOCK_DEPTH: 48 [ 0.000000] ... MAX_LOCKDEP_KEYS: 8191 [ 0.000000] ... CLASSHASH_SIZE: 4096 [ 0.000000] ... MAX_LOCKDEP_ENTRIES: 16384 [ 0.000000] ... MAX_LOCKDEP_CHAINS: 32768 [ 0.000000] ... CHAINHASH_SIZE: 16384 [ 0.000000] memory used by lock dependency info: 5855 kB [ 0.000000] per task-struct memory footprint: 1920 bytes [ 0.000000] hpet clockevent registered [ 0.000000] tsc: Fast TSC calibration using PIT [ 0.010000] tsc: Detected 2793.702 MHz processor [ 0.000002] Calibrating delay loop (skipped), value calculated using timer frequency.. 5587.40 BogoMIPS (lpj=27937020) [ 0.000149] pid_max: default: 32768 minimum: 301 [ 0.000370] Mount-cache hash table entries: 256 [ 0.001153] CPU: Physical Processor ID: 0 [ 0.001225] CPU: Processor Core ID: 0 [ 0.001295] ENERGY_PERF_BIAS: Set to 'normal', was 'performance' ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8) [ 0.001407] mce: CPU supports 7 MCE banks [ 0.001487] CPU0: Thermal monitoring enabled (TM1) [ 0.001569] Last level iTLB entries: 4KB 512, 2MB 0, 4MB 0 Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32 tlb_flushall_shift: 5 [ 0.001858] Freeing SMP alternatives memory: 28K (ffffffff81d70000 - ffffffff81d77000) [ 0.001962] ACPI: Core revision 20130517 [ 0.042046] ACPI: All ACPI Tables successfully acquired [ 0.051362] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.151569] smpboot: CPU0: Intel(R) Core(TM) i7-2640M CPU @ 2.80GHz (fam: 06, model: 2a, stepping: 07) [ 0.151795] TSC deadline timer enabled [ 0.151806] Performance Events: PEBS fmt1+, 16-deep LBR, SandyBridge events, full-width counters, Intel PMU driver. [ 0.152111] perf_event_intel: PEBS disabled due to CPU errata, please upgrade microcode [ 0.152220] ... version: 3 [ 0.152291] ... bit width: 48 [ 0.152361] ... generic registers: 4 [ 0.152432] ... value mask: 0000ffffffffffff [ 0.152505] ... max period: 0000ffffffffffff [ 0.152578] ... fixed-purpose events: 3 [ 0.152649] ... event mask: 000000070000000f [ 0.153476] SMP alternatives: lockdep: fixing up alternatives [ 0.153563] smpboot: Booting Node 0, Processors #1 [ 0.167023] SMP alternatives: lockdep: fixing up alternatives [ 0.167167] #2 [ 0.180611] SMP alternatives: lockdep: fixing up alternatives [ 0.180689] #3 OK [ 0.193963] Brought up 4 CPUs [ 0.194034] smpboot: Total of 4 processors activated (22349.61 BogoMIPS) [ 0.197111] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter. [ 0.197855] devtmpfs: initialized [ 0.198673] PM: Registering ACPI NVS region [mem 0xda4e5000-0xda527fff] (274432 bytes) [ 0.198849] PM: Registering ACPI NVS region [mem 0xdad68000-0xdafe7fff] (2621440 bytes) [ 0.200055] xor: automatically using best checksumming function: [ 0.292018] avx : 19801.200 MB/sec [ 0.292317] NET: Registered protocol family 16 [ 0.293537] ACPI: bus type PCI registered [ 0.293913] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000) [ 0.294020] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820 [ 0.301434] PCI: Using configuration type 1 for base access [ 0.322381] bio: create slab <bio-0> at 0 [ 0.492314] raid6: sse2x1 7687 MB/s [ 0.662547] raid6: sse2x2 9247 MB/s [ 0.832788] raid6: sse2x4 10854 MB/s [ 0.832789] raid6: using algorithm sse2x4 (10854 MB/s) [ 0.832791] raid6: using ssse3x2 recovery algorithm [ 0.832953] ACPI: Added _OSI(Module Device) [ 0.833035] ACPI: Added _OSI(Processor Device) [ 0.833111] ACPI: Added _OSI(3.0 _SCP Extensions) [ 0.833188] ACPI: Added _OSI(Processor Aggregator Device) [ 0.837751] ACPI: EC: Look up EC in DSDT [ 0.843600] ACPI: Executed 1 blocks of module-level executable AML code [ 0.872006] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored [ 0.903535] ACPI: SSDT 00000000dad51698 0064F (v01 PmRef Cpu0Cst 00003001 INTL 20051117) [ 0.905028] ACPI: Dynamic OEM Table Load: [ 0.905031] ACPI: SSDT (null) 0064F (v01 PmRef Cpu0Cst 00003001 INTL 20051117) [ 0.924796] ACPI: SSDT 00000000dad52a98 00303 (v01 PmRef ApIst 00003000 INTL 20051117) [ 0.926641] ACPI: Dynamic OEM Table Load: [ 0.926643] ACPI: SSDT (null) 00303 (v01 PmRef ApIst 00003000 INTL 20051117) [ 0.953535] ACPI: SSDT 00000000dad50d98 00119 (v01 PmRef ApCst 00003000 INTL 20051117) [ 0.954889] ACPI: Dynamic OEM Table Load: [ 0.954892] ACPI: SSDT (null) 00119 (v01 PmRef ApCst 00003000 INTL 20051117) [ 0.987710] ACPI: Interpreter enabled [ 0.987805] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130517/hwxface-571) [ 0.987862] ACPI: (supports S0 S1 S3 S4 S5) [ 0.987934] ACPI: Using IOAPIC for interrupt routing [ 0.988198] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.103819] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e]) [ 1.109756] PCI host bridge to bus 0000:00 [ 1.109832] pci_bus 0000:00: root bus resource [bus 00-3e] [ 1.109909] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] [ 1.109985] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] [ 1.110061] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] [ 1.110139] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff] [ 1.110217] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff] [ 1.110294] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff] [ 1.110372] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff] [ 1.110450] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff] [ 1.110528] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff] [ 1.110605] pci_bus 0000:00: root bus resource [mem 0xdfa00000-0xfeafffff] [ 1.110682] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff] [ 1.110765] pci_bus 0000:00: scanning bus [ 1.110793] pci 0000:00:00.0: [8086:0104] type 00 class 0x060000 [ 1.110800] pci 0000:00:00.0: calling quirk_mmio_always_on+0x0/0x10 [ 1.111363] pci 0000:00:02.0: [8086:0126] type 00 class 0x030000 [ 1.111378] pci 0000:00:02.0: reg 0x10: [mem 0xf6800000-0xf6bfffff 64bit] [ 1.111386] pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit pref] [ 1.111392] pci 0000:00:02.0: reg 0x20: [io 0xf000-0xf03f] [ 1.111954] pci 0000:00:16.0: [8086:1c3a] type 00 class 0x078000 [ 1.111992] pci 0000:00:16.0: reg 0x10: [mem 0xf7f0a000-0xf7f0a00f 64bit] [ 1.112122] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold [ 1.112147] pci 0000:00:16.0: PME# disabled [ 1.112672] pci 0000:00:1a.0: [8086:1c2d] type 00 class 0x0c0320 [ 1.112707] pci 0000:00:1a.0: reg 0x10: [mem 0xf7f08000-0xf7f083ff] [ 1.112859] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold [ 1.112865] pci 0000:00:1a.0: PME# disabled [ 1.119199] pci 0000:00:1a.0: System wakeup disabled by ACPI [ 1.119484] pci 0000:00:1b.0: [8086:1c20] type 00 class 0x040300 [ 1.119510] pci 0000:00:1b.0: reg 0x10: [mem 0xf7f00000-0xf7f03fff 64bit] [ 1.119647] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold [ 1.119653] pci 0000:00:1b.0: PME# disabled [ 1.120048] pci 0000:00:1b.0: System wakeup disabled by ACPI [ 1.120276] pci 0000:00:1c.0: [8086:1c10] type 01 class 0x060400 [ 1.120348] pci 0000:00:1c.0: calling pci_fixup_transparent_bridge+0x0/0x30 [ 1.120426] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold [ 1.120432] pci 0000:00:1c.0: PME# disabled [ 1.120824] pci 0000:00:1c.0: System wakeup disabled by ACPI [ 1.121053] pci 0000:00:1c.1: [8086:1c12] type 01 class 0x060400 [ 1.121120] pci 0000:00:1c.1: calling pci_fixup_transparent_bridge+0x0/0x30 [ 1.121201] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold [ 1.121207] pci 0000:00:1c.1: PME# disabled [ 1.121596] pci 0000:00:1c.1: System wakeup disabled by ACPI [ 1.121832] pci 0000:00:1c.3: [8086:1c16] type 01 class 0x060400 [ 1.121900] pci 0000:00:1c.3: calling pci_fixup_transparent_bridge+0x0/0x30 [ 1.121981] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold [ 1.121987] pci 0000:00:1c.3: PME# disabled [ 1.122377] pci 0000:00:1c.3: System wakeup disabled by ACPI [ 1.122615] pci 0000:00:1c.4: [8086:1c18] type 01 class 0x060400 [ 1.122686] pci 0000:00:1c.4: calling pci_fixup_transparent_bridge+0x0/0x30 [ 1.122769] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold [ 1.122775] pci 0000:00:1c.4: PME# disabled [ 1.123173] pci 0000:00:1c.4: System wakeup disabled by ACPI [ 1.123411] pci 0000:00:1c.7: [8086:1c1e] type 01 class 0x060400 [ 1.123479] pci 0000:00:1c.7: calling pci_fixup_transparent_bridge+0x0/0x30 [ 1.123560] pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold [ 1.123565] pci 0000:00:1c.7: PME# disabled [ 1.123962] pci 0000:00:1c.7: System wakeup disabled by ACPI [ 1.124199] pci 0000:00:1d.0: [8086:1c26] type 00 class 0x0c0320 [ 1.124233] pci 0000:00:1d.0: reg 0x10: [mem 0xf7f07000-0xf7f073ff] [ 1.124385] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold [ 1.124390] pci 0000:00:1d.0: PME# disabled [ 1.131274] pci 0000:00:1d.0: System wakeup disabled by ACPI [ 1.131515] pci 0000:00:1f.0: [8086:1c4b] type 00 class 0x060100 [ 1.132185] pci 0000:00:1f.2: [8086:1c03] type 00 class 0x010601 [ 1.132223] pci 0000:00:1f.2: reg 0x10: [io 0xf0b0-0xf0b7] [ 1.132237] pci 0000:00:1f.2: reg 0x14: [io 0xf0a0-0xf0a3] [ 1.132252] pci 0000:00:1f.2: reg 0x18: [io 0xf090-0xf097] [ 1.132265] pci 0000:00:1f.2: reg 0x1c: [io 0xf080-0xf083] [ 1.132280] pci 0000:00:1f.2: reg 0x20: [io 0xf060-0xf07f] [ 1.132296] pci 0000:00:1f.2: reg 0x24: [mem 0xf7f06000-0xf7f067ff] [ 1.132395] pci 0000:00:1f.2: PME# supported from D3hot [ 1.132401] pci 0000:00:1f.2: PME# disabled [ 1.132905] pci 0000:00:1f.3: [8086:1c22] type 00 class 0x0c0500 [ 1.132934] pci 0000:00:1f.3: reg 0x10: [mem 0xf7f05000-0xf7f050ff 64bit] [ 1.132974] pci 0000:00:1f.3: reg 0x20: [io 0xf040-0xf05f] [ 1.133482] pci_bus 0000:00: fixups for bus [ 1.133486] pci 0000:00:1c.0: scanning [bus 03-04] behind bridge, pass 0 [ 1.133667] pci_bus 0000:03: scanning bus [ 1.133671] pci_bus 0000:03: fixups for bus [ 1.133673] pci 0000:00:1c.0: PCI bridge to [bus 03-04] [ 1.134246] pci_bus 0000:03: bus scan returning with max=03 [ 1.134252] pci 0000:00:1c.1: scanning [bus 05-06] behind bridge, pass 0 [ 1.134429] pci_bus 0000:05: scanning bus [ 1.134467] pci 0000:05:00.0: [10ec:8168] type 00 class 0x020000 [ 1.134494] pci 0000:05:00.0: reg 0x10: [io 0xe000-0xe0ff] [ 1.134541] pci 0000:05:00.0: reg 0x18: [mem 0xf1104000-0xf1104fff 64bit pref] [ 1.134570] pci 0000:05:00.0: reg 0x20: [mem 0xf1100000-0xf1103fff 64bit pref] [ 1.134702] pci 0000:05:00.0: supports D1 D2 [ 1.134704] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold [ 1.134711] pci 0000:05:00.0: PME# disabled [ 1.134806] pci 0000:05:00.0: System wakeup disabled by ACPI [ 1.155065] pci_bus 0000:05: fixups for bus [ 1.155072] pci 0000:00:1c.1: PCI bridge to [bus 05-06] [ 1.155167] pci 0000:00:1c.1: bridge window [io 0xe000-0xefff] [ 1.155181] pci 0000:00:1c.1: bridge window [mem 0xf1100000-0xf11fffff 64bit pref] [ 1.155182] pci_bus 0000:05: bus scan returning with max=05 [ 1.155188] pci 0000:00:1c.3: scanning [bus 09-0a] behind bridge, pass 0 [ 1.155375] pci_bus 0000:09: scanning bus [ 1.155647] pci 0000:09:00.0: [8086:008a] type 00 class 0x028000 [ 1.155949] pci 0000:09:00.0: reg 0x10: [mem 0xf7e00000-0xf7e01fff 64bit] [ 1.157562] pci 0000:09:00.0: PME# supported from D0 D3hot D3cold [ 1.157598] pci 0000:09:00.0: PME# disabled [ 1.157890] pci 0000:09:00.0: System wakeup disabled by ACPI [ 1.175240] pci_bus 0000:09: fixups for bus [ 1.175242] pci 0000:00:1c.3: PCI bridge to [bus 09-0a] [ 1.175322] pci 0000:00:1c.3: bridge window [mem 0xf7e00000-0xf7efffff] [ 1.175331] pci_bus 0000:09: bus scan returning with max=09 [ 1.175338] pci 0000:00:1c.4: scanning [bus 0b-0c] behind bridge, pass 0 [ 1.175516] pci_bus 0000:0b: scanning bus [ 1.175555] pci 0000:0b:00.0: [104c:8241] type 00 class 0x0c0330 [ 1.175590] pci 0000:0b:00.0: reg 0x10: [mem 0xf7d00000-0xf7d0ffff 64bit] [ 1.175618] pci 0000:0b:00.0: reg 0x18: [mem 0xf7d10000-0xf7d11fff 64bit] [ 1.175772] pci 0000:0b:00.0: supports D1 D2 [ 1.175773] pci 0000:0b:00.0: PME# supported from D0 D1 D2 D3hot D3cold [ 1.175780] pci 0000:0b:00.0: PME# disabled [ 1.175879] pci 0000:0b:00.0: System wakeup disabled by ACPI [ 1.176143] pci_bus 0000:0b: fixups for bus [ 1.176145] pci 0000:00:1c.4: PCI bridge to [bus 0b-0c] [ 1.176227] pci 0000:00:1c.4: bridge window [mem 0xf7d00000-0xf7dfffff] [ 1.176236] pci_bus 0000:0b: bus scan returning with max=0b [ 1.176242] pci 0000:00:1c.7: scanning [bus 11-16] behind bridge, pass 0 [ 1.176416] pci_bus 0000:11: scanning bus [ 1.176420] pci_bus 0000:11: fixups for bus [ 1.176422] pci 0000:00:1c.7: PCI bridge to [bus 11-16] [ 1.176499] pci 0000:00:1c.7: bridge window [io 0xc000-0xdfff] [ 1.176504] pci 0000:00:1c.7: bridge window [mem 0xf6c00000-0xf7cfffff] [ 1.176514] pci 0000:00:1c.7: bridge window [mem 0xf0000000-0xf10fffff 64bit pref] [ 1.176515] pci_bus 0000:11: bus scan returning with max=11 [ 1.176521] pci 0000:00:1c.0: scanning [bus 03-04] behind bridge, pass 1 [ 1.176530] pci 0000:00:1c.1: scanning [bus 05-06] behind bridge, pass 1 [ 1.176540] pci 0000:00:1c.3: scanning [bus 09-0a] behind bridge, pass 1 [ 1.176549] pci 0000:00:1c.4: scanning [bus 0b-0c] behind bridge, pass 1 [ 1.176557] pci 0000:00:1c.7: scanning [bus 11-16] behind bridge, pass 1 [ 1.176563] pci_bus 0000:00: bus scan returning with max=16 [ 1.176565] pci_bus 0000:00: on NUMA node 0 [ 1.177268] acpi PNP0A08:00: Requesting ACPI _OSC control (0x1d) [ 1.179435] acpi PNP0A08:00: ACPI _OSC control (0x19) granted [ 1.181725] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15) [ 1.182657] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 6 10 11 12 14 15) [ 1.183586] ACPI: PCI Interrupt Link [LNKC] (IRQs *3 4 5 6 10 11 12 14 15) [ 1.184512] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *10 11 12 14 15) [ 1.185453] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled. [ 1.186486] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled. [ 1.187521] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 10 11 12 14 15) [ 1.188446] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 *5 6 10 11 12 14 15) [ 1.190102] ACPI: Enabled 4 GPEs in block 00 to 3F [ 1.190114] ACPI: \_SB_.PCI0: notify handler is installed [ 1.190259] Found 1 acpi root devices [ 1.190814] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none [ 1.190923] vgaarb: loaded [ 1.190993] vgaarb: bridge control possible 0000:00:02.0 [ 1.191582] SCSI subsystem initialized [ 1.191657] ACPI: bus type ATA registered [ 1.191938] libata version 3.00 loaded. [ 1.192143] ACPI: bus type USB registered [ 1.192389] usbcore: registered new interface driver usbfs [ 1.192542] usbcore: registered new interface driver hub [ 1.192697] usbcore: registered new device driver usb [ 1.193212] EDAC MC: Ver: 3.0.0 [ 1.194762] wmi: Mapper loaded [ 1.194973] Advanced Linux Sound Architecture Driver Initialized. [ 1.195053] PCI: Using ACPI for IRQ routing [ 1.196971] PCI: pci_cache_line_size set to 64 bytes [ 1.196979] pci 0000:00:02.0: BAR 0: reserving [mem 0xf6800000-0xf6bfffff flags 0x140204] (d=0, p=0) [ 1.196981] pci 0000:00:02.0: BAR 2: reserving [mem 0xe0000000-0xefffffff flags 0x14220c] (d=0, p=0) [ 1.196984] pci 0000:00:02.0: BAR 4: reserving [io 0xf000-0xf03f flags 0x40101] (d=0, p=0) [ 1.196988] pci 0000:00:16.0: BAR 0: reserving [mem 0xf7f0a000-0xf7f0a00f flags 0x140204] (d=0, p=0) [ 1.196992] pci 0000:00:1a.0: BAR 0: reserving [mem 0xf7f08000-0xf7f083ff flags 0x40200] (d=0, p=0) [ 1.196996] pci 0000:00:1b.0: BAR 0: reserving [mem 0xf7f00000-0xf7f03fff flags 0x140204] (d=0, p=0) [ 1.197004] pci 0000:05:00.0: BAR 0: reserving [io 0xe000-0xe0ff flags 0x40101] (d=0, p=0) [ 1.197006] pci 0000:05:00.0: BAR 2: reserving [mem 0xf1104000-0xf1104fff flags 0x14220c] (d=0, p=0) [ 1.197009] pci 0000:05:00.0: BAR 4: reserving [mem 0xf1100000-0xf1103fff flags 0x14220c] (d=0, p=0) [ 1.197016] pci 0000:09:00.0: BAR 0: reserving [mem 0xf7e00000-0xf7e01fff flags 0x140204] (d=0, p=0) [ 1.197023] pci 0000:0b:00.0: BAR 0: reserving [mem 0xf7d00000-0xf7d0ffff flags 0x140204] (d=0, p=0) [ 1.197025] pci 0000:0b:00.0: BAR 2: reserving [mem 0xf7d10000-0xf7d11fff flags 0x140204] (d=0, p=0) [ 1.197031] pci 0000:00:1d.0: BAR 0: reserving [mem 0xf7f07000-0xf7f073ff flags 0x40200] (d=0, p=0) [ 1.197038] pci 0000:00:1f.2: BAR 0: reserving [io 0xf0b0-0xf0b7 flags 0x40101] (d=0, p=0) [ 1.197040] pci 0000:00:1f.2: BAR 1: reserving [io 0xf0a0-0xf0a3 flags 0x40101] (d=0, p=0) [ 1.197042] pci 0000:00:1f.2: BAR 2: reserving [io 0xf090-0xf097 flags 0x40101] (d=0, p=0) [ 1.197044] pci 0000:00:1f.2: BAR 3: reserving [io 0xf080-0xf083 flags 0x40101] (d=0, p=0) [ 1.197047] pci 0000:00:1f.2: BAR 4: reserving [io 0xf060-0xf07f flags 0x40101] (d=0, p=0) [ 1.197049] pci 0000:00:1f.2: BAR 5: reserving [mem 0xf7f06000-0xf7f067ff flags 0x40200] (d=0, p=0) [ 1.197053] pci 0000:00:1f.3: BAR 0: reserving [mem 0xf7f05000-0xf7f050ff flags 0x140204] (d=0, p=0) [ 1.197055] pci 0000:00:1f.3: BAR 4: reserving [io 0xf040-0xf05f flags 0x40101] (d=0, p=0) [ 1.197091] e820: reserve RAM buffer [mem 0x0009d400-0x0009ffff] [ 1.197099] e820: reserve RAM buffer [mem 0xda4e5000-0xdbffffff] [ 1.197102] e820: reserve RAM buffer [mem 0xda793000-0xdbffffff] [ 1.197106] e820: reserve RAM buffer [mem 0xdaa89000-0xdbffffff] [ 1.197109] e820: reserve RAM buffer [mem 0x31fe00000-0x31fffffff] [ 1.197738] Bluetooth: Core ver 2.16 [ 1.197875] NET: Registered protocol family 31 [ 1.197947] Bluetooth: HCI device and connection manager initialized [ 1.198034] Bluetooth: HCI socket layer initialized [ 1.198111] Bluetooth: L2CAP socket layer initialized [ 1.198198] Bluetooth: SCO socket layer initialized [ 1.198809] cfg80211: Calling CRDA to update world regulatory domain [ 1.199152] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0 [ 1.199575] hpet0: 8 comparators, 64-bit 14.318180 MHz counter [ 1.201699] Switched to clocksource hpet [ 1.202066] pnp: PnP ACPI init [ 1.202177] ACPI: bus type PNP registered [ 1.202316] pnp 00:00: [dma 4] [ 1.202449] pnp 00:00: Plug and Play ACPI device, IDs PNP0200 (active) [ 1.202594] pnp 00:01: Plug and Play ACPI device, IDs INT0800 (active) [ 1.203112] pnp 00:02: Plug and Play ACPI device, IDs PNP0103 (active) [ 1.203325] system 00:03: [io 0x0680-0x069f] has been reserved [ 1.203404] system 00:03: [io 0x1000-0x100f] has been reserved [ 1.203483] system 00:03: [io 0xffff] has been reserved [ 1.203560] system 00:03: [io 0xffff] has been reserved [ 1.203641] system 00:03: [io 0x0400-0x0453] could not be reserved [ 1.203720] system 00:03: [io 0x0458-0x047f] has been reserved [ 1.203800] system 00:03: [io 0x0500-0x057f] has been reserved [ 1.203878] system 00:03: [io 0x164e-0x164f] has been reserved [ 1.203957] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active) [ 1.204146] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active) [ 1.204468] system 00:05: [io 0x0454-0x0457] has been reserved [ 1.204546] system 00:05: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active) [ 1.204718] pnp 00:06: Plug and Play ACPI device, IDs PNP0c04 (active) [ 1.204957] system 00:07: [io 0x04d0-0x04d1] has been reserved [ 1.205036] system 00:07: [mem 0xfe800000-0xfe802fff] has been reserved [ 1.205131] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active) [ 1.205342] pnp 00:08: Plug and Play ACPI device, IDs DLL04b3 SYN0600 SYN0002 PNP0f13 (active) [ 1.205552] pnp 00:09: Plug and Play ACPI device, IDs PNP0303 (active) [ 1.207395] system 00:0a: [mem 0xfed1c000-0xfed1ffff] has been reserved [ 1.207474] system 00:0a: [mem 0xfed10000-0xfed17fff] has been reserved [ 1.207554] system 00:0a: [mem 0xfed18000-0xfed18fff] has been reserved [ 1.207633] system 00:0a: [mem 0xfed19000-0xfed19fff] has been reserved [ 1.207711] system 00:0a: [mem 0xf8000000-0xfbffffff] has been reserved [ 1.207788] system 00:0a: [mem 0xfed20000-0xfed3ffff] has been reserved [ 1.207865] system 00:0a: [mem 0xfed90000-0xfed93fff] has been reserved [ 1.207943] system 00:0a: [mem 0xfed45000-0xfed8ffff] has been reserved [ 1.208021] system 00:0a: [mem 0xff000000-0xffffffff] has been reserved [ 1.208101] system 00:0a: [mem 0xfee00000-0xfeefffff] could not be reserved [ 1.208180] system 00:0a: [mem 0xdfa00000-0xdfa00fff] has been reserved [ 1.208259] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active) [ 1.208831] pnp 00:0b: Plug and Play ACPI device, IDs SMO8800 (active) [ 1.209850] system 00:0c: [mem 0x20000000-0x201fffff] has been reserved [ 1.209932] system 00:0c: [mem 0x40000000-0x401fffff] has been reserved [ 1.210010] system 00:0c: Plug and Play ACPI device, IDs PNP0c01 (active) [ 1.210297] pnp: PnP ACPI: found 13 devices [ 1.210369] ACPI: bus type PNP unregistered [ 1.224460] pci 0000:00:1c.0: PCI bridge to [bus 03-04] [ 1.224554] pci 0000:00:1c.1: PCI bridge to [bus 05-06] [ 1.224629] pci 0000:00:1c.1: bridge window [io 0xe000-0xefff] [ 1.224714] pci 0000:00:1c.1: bridge window [mem 0xf1100000-0xf11fffff 64bit pref] [ 1.224825] pci 0000:00:1c.3: PCI bridge to [bus 09-0a] [ 1.224904] pci 0000:00:1c.3: bridge window [mem 0xf7e00000-0xf7efffff] [ 1.224991] pci 0000:00:1c.4: PCI bridge to [bus 0b-0c] [ 1.225070] pci 0000:00:1c.4: bridge window [mem 0xf7d00000-0xf7dfffff] [ 1.225158] pci 0000:00:1c.7: PCI bridge to [bus 11-16] [ 1.225233] pci 0000:00:1c.7: bridge window [io 0xc000-0xdfff] [ 1.225312] pci 0000:00:1c.7: bridge window [mem 0xf6c00000-0xf7cfffff] [ 1.225392] pci 0000:00:1c.7: bridge window [mem 0xf0000000-0xf10fffff 64bit pref] [ 1.227825] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7] [ 1.227827] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff] [ 1.227829] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff] [ 1.227831] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff] [ 1.227832] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff] [ 1.227834] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff] [ 1.227836] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff] [ 1.227837] pci_bus 0000:00: resource 11 [mem 0x000e0000-0x000e3fff] [ 1.227839] pci_bus 0000:00: resource 12 [mem 0x000e4000-0x000e7fff] [ 1.227840] pci_bus 0000:00: resource 13 [mem 0xdfa00000-0xfeafffff] [ 1.227842] pci_bus 0000:00: resource 14 [mem 0xfed40000-0xfed44fff] [ 1.227844] pci_bus 0000:05: resource 0 [io 0xe000-0xefff] [ 1.227846] pci_bus 0000:05: resource 2 [mem 0xf1100000-0xf11fffff 64bit pref] [ 1.227847] pci_bus 0000:09: resource 1 [mem 0xf7e00000-0xf7efffff] [ 1.227849] pci_bus 0000:0b: resource 1 [mem 0xf7d00000-0xf7dfffff] [ 1.227851] pci_bus 0000:11: resource 0 [io 0xc000-0xdfff] [ 1.227853] pci_bus 0000:11: resource 1 [mem 0xf6c00000-0xf7cfffff] [ 1.227855] pci_bus 0000:11: resource 2 [mem 0xf0000000-0xf10fffff 64bit pref] [ 1.227929] NET: Registered protocol family 2 [ 1.228329] TCP established hash table entries: 131072 (order: 9, 2097152 bytes) [ 1.228698] TCP bind hash table entries: 65536 (order: 10, 4194304 bytes) [ 1.232199] TCP: Hash tables configured (established 131072 bind 65536) [ 1.232338] TCP: reno registered [ 1.232439] UDP hash table entries: 8192 (order: 8, 1310720 bytes) [ 1.233418] UDP-Lite hash table entries: 8192 (order: 8, 1310720 bytes) [ 1.234585] NET: Registered protocol family 1 [ 1.234924] RPC: Registered named UNIX socket transport module. [ 1.234999] RPC: Registered udp transport module. [ 1.235070] RPC: Registered tcp transport module. [ 1.235142] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 1.235229] pci 0000:00:02.0: calling pci_fixup_video+0x0/0xd0 [ 1.235232] pci 0000:00:02.0: Boot video device [ 1.235240] pci 0000:00:1a.0: calling quirk_usb_early_handoff+0x0/0x720 [ 1.362498] pci 0000:00:1d.0: calling quirk_usb_early_handoff+0x0/0x720 [ 1.482655] pci 0000:0b:00.0: calling quirk_usb_early_handoff+0x0/0x720 [ 1.483000] PCI: CLS 64 bytes, default 64 [ 1.483183] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.483260] software IO TLB [mem 0xd64e5000-0xda4e5000] (64MB) mapped at [ffff8800d64e5000-ffff8800da4e4fff] [ 1.485398] microcode: CPU0 sig=0x206a7, pf=0x10, revision=0x1b [ 1.485488] microcode: CPU1 sig=0x206a7, pf=0x10, revision=0x1b [ 1.485575] microcode: CPU2 sig=0x206a7, pf=0x10, revision=0x1b [ 1.485665] microcode: CPU3 sig=0x206a7, pf=0x10, revision=0x1b [ 1.485892] microcode: Microcode Update Driver: v2.00 <tigran@xxxxxxxxxxxxxxxxxxxx>, Peter Oruba [ 1.485997] Scanning for low memory corruption every 60 seconds [ 1.488163] sha1_ssse3: Using AVX optimized SHA-1 implementation [ 1.488329] sha256_ssse3: Using AVX optimized SHA-256 implementation [ 1.488496] sha512_ssse3: Using AVX optimized SHA-512 implementation [ 1.491955] audit: initializing netlink socket (disabled) [ 1.492072] type=2000 audit(1378327139.480:1): initialized [ 1.493233] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.509906] msgmni has been set to 23775 [ 1.512747] NET: Registered protocol family 38 [ 1.512849] Key type asymmetric registered [ 1.512929] Asymmetric key parser 'x509' registered [ 1.513208] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 1.513322] io scheduler noop registered [ 1.513393] io scheduler deadline registered (default) [ 1.513697] io scheduler cfq registered [ 1.515914] pcieport 0000:00:1c.7: irq 40 for MSI/MSI-X [ 1.516414] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 [ 1.516805] pciehp 0000:00:1c.7:pcie04: Hotplug Controller: [ 1.516881] pciehp 0000:00:1c.7:pcie04: Seg/Bus/Dev/Func/IRQ : 0000:00:1c.7 IRQ 40 [ 1.516984] pciehp 0000:00:1c.7:pcie04: Vendor ID : 0x8086 [ 1.517060] pciehp 0000:00:1c.7:pcie04: Device ID : 0x1c1e [ 1.517136] pciehp 0000:00:1c.7:pcie04: Subsystem ID : 0x04b3 [ 1.517212] pciehp 0000:00:1c.7:pcie04: Subsystem Vendor ID : 0x1028 [ 1.517288] pciehp 0000:00:1c.7:pcie04: PCIe Cap offset : 0x40 [ 1.517364] pciehp 0000:00:1c.7:pcie04: PCI resource [13] : [io 0xc000-0xdfff] [ 1.517467] pciehp 0000:00:1c.7:pcie04: PCI resource [14] : [mem 0xf6c00000-0xf7cfffff] [ 1.517571] pciehp 0000:00:1c.7:pcie04: PCI resource [15] : [mem 0xf0000000-0xf10fffff 64bit pref] [ 1.517677] pciehp 0000:00:1c.7:pcie04: Slot Capabilities : 0x003cb260 [ 1.517753] pciehp 0000:00:1c.7:pcie04: Physical Slot Number : 7 [ 1.517829] pciehp 0000:00:1c.7:pcie04: Attention Button : no [ 1.517903] pciehp 0000:00:1c.7:pcie04: Power Controller : no [ 1.517978] pciehp 0000:00:1c.7:pcie04: MRL Sensor : no [ 1.518053] pciehp 0000:00:1c.7:pcie04: Attention Indicator : no [ 1.518128] pciehp 0000:00:1c.7:pcie04: Power Indicator : no [ 1.518203] pciehp 0000:00:1c.7:pcie04: Hot-Plug Surprise : yes [ 1.518278] pciehp 0000:00:1c.7:pcie04: EMI Present : no [ 1.518353] pciehp 0000:00:1c.7:pcie04: Command Completed : no [ 1.518430] pciehp 0000:00:1c.7:pcie04: Slot Status : 0x0000 [ 1.518508] pciehp 0000:00:1c.7:pcie04: Slot Control : 0x0000 [ 1.518585] pciehp 0000:00:1c.7:pcie04: Link Active Reporting supported [ 1.518619] pciehp 0000:00:1c.7:pcie04: HPC vendor_id 8086 device_id 1c1e ss_vid 1028 ss_did 4b3 [ 1.518767] pciehp 0000:00:1c.7:pcie04: Registering domain:bus:dev=0000:11:00 sun=7 [ 1.518828] pci_bus 0000:11: dev 00, created physical slot 7 [ 1.519024] pciehp 0000:00:1c.7:pcie04: pciehp_get_power_status: SLOTCTRL 58 value read 28 [ 1.519026] pciehp 0000:00:1c.7:pcie04: service driver pciehp loaded [ 1.519092] pciehp: pcie_port_service_register = 0 [ 1.519093] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 [ 1.519436] intel_idle: MWAIT substates: 0x21120 [ 1.519438] intel_idle: v0.4 model 0x2A [ 1.519439] intel_idle: lapic_timer_reliable_states 0xffffffff [ 1.519988] ACPI: AC Adapter [AC] (on-line) [ 1.520667] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input0 [ 1.522565] ACPI: Lid Switch [LID0] [ 1.522823] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1 [ 1.522959] ACPI: Power Button [PWRB] [ 1.523194] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2 [ 1.523301] ACPI: Sleep Button [SBTN] [ 1.523528] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3 [ 1.523634] ACPI: Power Button [PWRF] [ 1.524139] ACPI: Requesting acpi_cpufreq [ 1.548305] thermal LNXTHERM:00: registered as thermal_zone0 [ 1.548382] ACPI: Thermal Zone [THM] (65 C) [ 1.548835] GHES: HEST is not enabled! [ 1.548908] ERST DBG: ERST support is disabled. [ 1.607248] ACPI: Battery Slot [BAT0] (battery present) [ 1.607519] Non-volatile memory driver v1.3 [ 1.607771] Linux agpgart interface v0.103 [ 1.607935] Hangcheck: starting hangcheck timer 0.9.1 (tick is 180 seconds, margin is 60 seconds). [ 1.607936] Hangcheck: Using getrawmonotonic(). [ 1.608035] [drm] Initialized drm 1.1.0 20060810 [ 1.610404] [drm] Memory usable by graphics device = 2048M [ 1.610508] i915 0000:00:02.0: setting latency timer to 64 [ 1.643048] i915 0000:00:02.0: irq 41 for MSI/MSI-X [ 1.643084] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010). [ 1.643159] [drm] Driver supports precise vblank timestamp query. [ 1.643458] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem [ 1.667828] [drm] Wrong MCH_SSKPD value: 0x16040307 [ 1.667904] [drm] This can cause pipe underruns and display issues. [ 1.667978] [drm] Please upgrade your BIOS to fix this. [ 1.795054] fbcon: inteldrmfb (fb0) is primary device [ 2.483313] tsc: Refined TSC clocksource calibration: 2793.654 MHz [ 2.858842] Console: switching to colour frame buffer device 170x48 [ 2.861240] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device [ 2.861262] i915 0000:00:02.0: registered panic notifier [ 2.890829] acpi device:34: registered as cooling_device4 [ 2.891977] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no) [ 2.892157] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input4 [ 2.892282] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0 [ 2.895715] loop: module loaded [ 2.896343] mei_me 0000:00:16.0: setting latency timer to 64 [ 2.896399] mei_me 0000:00:16.0: irq 42 for MSI/MSI-X [ 2.904540] ACPI Warning: 0x0000000000000428-0x000000000000042f SystemIO conflicts with Region \PMIO 1 (20130517/utaddress-251) [ 2.904547] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver [ 2.904588] ACPI Warning: 0x0000000000000540-0x000000000000054f SystemIO conflicts with Region \GPIO 1 (20130517/utaddress-251) [ 2.904593] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver [ 2.904629] ACPI Warning: 0x0000000000000530-0x000000000000053f SystemIO conflicts with Region \GPIO 1 (20130517/utaddress-251) [ 2.904634] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver [ 2.904670] ACPI Warning: 0x0000000000000500-0x000000000000052f SystemIO conflicts with Region \GPIO 1 (20130517/utaddress-251) [ 2.904674] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver [ 2.904708] lpc_ich: Resource conflict(s) found affecting gpio_ich [ 2.905449] ahci 0000:00:1f.2: version 3.0 [ 2.906007] ahci 0000:00:1f.2: irq 43 for MSI/MSI-X [ 2.906075] ahci: SSS flag set, parallel bus scan disabled [ 2.923864] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x31 impl SATA mode [ 2.923894] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ems sxs apst [ 2.923928] ahci 0000:00:1f.2: setting latency timer to 64 [ 2.967063] scsi0 : ahci [ 2.968283] scsi1 : ahci [ 2.969067] scsi2 : ahci [ 2.969848] scsi3 : ahci [ 2.970631] scsi4 : ahci [ 2.971420] scsi5 : ahci [ 2.972421] ata1: SATA max UDMA/133 abar m2048@0xf7f06000 port 0xf7f06100 irq 43 [ 2.972949] ata2: DUMMY [ 2.973483] ata3: DUMMY [ 2.974064] ata4: DUMMY [ 2.974609] ata5: SATA max UDMA/133 abar m2048@0xf7f06000 port 0xf7f06300 irq 43 [ 2.975180] ata6: SATA max UDMA/133 abar m2048@0xf7f06000 port 0xf7f06380 irq 43 [ 2.976338] tun: Universal TUN/TAP device driver, 1.6 [ 2.976912] tun: (C) 1999-2004 Max Krasnyansky <maxk@xxxxxxxxxxxx> [ 2.977659] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded [ 2.978475] r8169 0000:05:00.0: enabling Mem-Wr-Inval [ 2.978650] r8169 0000:05:00.0: irq 44 for MSI/MSI-X [ 2.979165] r8169 0000:05:00.0 eth0: RTL8168e/8111e at 0xffffc9000002c000, 18:03:73:a0:6f:6a, XID 0c200000 IRQ 44 [ 2.979809] r8169 0000:05:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko] [ 2.980625] VMware vmxnet3 virtual NIC driver - version 1.1.30.0-k-NAPI [ 2.981474] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 2.982162] ehci-pci: EHCI PCI platform driver [ 2.983397] ehci-pci 0000:00:1a.0: enabling bus mastering [ 2.983403] ehci-pci 0000:00:1a.0: setting latency timer to 64 [ 2.983438] ehci-pci 0000:00:1a.0: EHCI Host Controller [ 2.984243] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1 [ 2.984978] ehci-pci 0000:00:1a.0: debug port 2 [ 2.989600] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported [ 2.989658] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf7f08000 [ 3.003954] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00 [ 3.004808] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 3.005489] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.006166] usb usb1: Product: EHCI Host Controller [ 3.006838] usb usb1: Manufacturer: Linux 3.11.0-default-pciehp ehci_hcd [ 3.007514] usb usb1: SerialNumber: 0000:00:1a.0 [ 3.008890] hub 1-0:1.0: USB hub found [ 3.009596] hub 1-0:1.0: 2 ports detected [ 3.011286] ehci-pci 0000:00:1d.0: enabling bus mastering [ 3.011292] ehci-pci 0000:00:1d.0: setting latency timer to 64 [ 3.011303] ehci-pci 0000:00:1d.0: EHCI Host Controller [ 3.011964] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2 [ 3.012632] ehci-pci 0000:00:1d.0: debug port 2 [ 3.017163] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported [ 3.017202] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf7f07000 [ 3.033984] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00 [ 3.034376] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off [ 3.035368] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002 [ 3.036018] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.036662] usb usb2: Product: EHCI Host Controller [ 3.037296] usb usb2: Manufacturer: Linux 3.11.0-default-pciehp ehci_hcd [ 3.037933] usb usb2: SerialNumber: 0000:00:1d.0 [ 3.038961] hub 2-0:1.0: USB hub found [ 3.039603] hub 2-0:1.0: 2 ports detected [ 3.040862] xhci_hcd 0000:0b:00.0: enabling bus mastering [ 3.040875] xhci_hcd 0000:0b:00.0: xHCI Host Controller [ 3.041538] xhci_hcd 0000:0b:00.0: new USB bus registered, assigned bus number 3 [ 3.042396] xhci_hcd 0000:0b:00.0: enabling Mem-Wr-Inval [ 3.042467] xhci_hcd 0000:0b:00.0: irq 45 for MSI/MSI-X [ 3.042480] xhci_hcd 0000:0b:00.0: irq 46 for MSI/MSI-X [ 3.042492] xhci_hcd 0000:0b:00.0: irq 47 for MSI/MSI-X [ 3.042503] xhci_hcd 0000:0b:00.0: irq 48 for MSI/MSI-X [ 3.042515] xhci_hcd 0000:0b:00.0: irq 49 for MSI/MSI-X [ 3.042823] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002 [ 3.043498] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.044179] usb usb3: Product: xHCI Host Controller [ 3.044832] usb usb3: Manufacturer: Linux 3.11.0-default-pciehp xhci_hcd [ 3.045502] usb usb3: SerialNumber: 0000:0b:00.0 [ 3.046411] xHCI xhci_add_endpoint called for root hub [ 3.046413] xHCI xhci_check_bandwidth called for root hub [ 3.046535] hub 3-0:1.0: USB hub found [ 3.047236] hub 3-0:1.0: 2 ports detected [ 3.048138] xhci_hcd 0000:0b:00.0: xHCI Host Controller [ 3.048819] xhci_hcd 0000:0b:00.0: new USB bus registered, assigned bus number 4 [ 3.049636] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003 [ 3.050308] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.050964] usb usb4: Product: xHCI Host Controller [ 3.051611] usb usb4: Manufacturer: Linux 3.11.0-default-pciehp xhci_hcd [ 3.052252] usb usb4: SerialNumber: 0000:0b:00.0 [ 3.053170] xHCI xhci_add_endpoint called for root hub [ 3.053172] xHCI xhci_check_bandwidth called for root hub [ 3.053348] hub 4-0:1.0: USB hub found [ 3.054026] hub 4-0:1.0: 2 ports detected [ 3.094289] usbcore: registered new interface driver usb-storage [ 3.095014] usbcore: registered new interface driver ums-realtek [ 3.095818] i8042: PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:PS2] at 0x60,0x64 irq 1,12 [ 3.099046] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 3.099738] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 3.101065] mousedev: PS/2 mouse device common for all mice [ 3.102893] rtc_cmos 00:04: RTC can wake from S4 [ 3.103667] rtc (null): alarm rollover: day [ 3.103853] rtc rtc0: rtc_cmos: dev (254:0) [ 3.103866] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0 [ 3.104579] rtc_cmos 00:04: alarms up to one month, y3k, 242 bytes nvram, hpet irqs [ 3.105943] ACPI Warning: 0x000000000000f040-0x000000000000f05f SystemIO conflicts with Region \_SB_.PCI0.SBUS.SMBI 1 (20130517/utaddress-251) [ 3.105949] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver [ 3.107156] coretemp coretemp.0: TjMax is 100 degrees C [ 3.107178] coretemp coretemp.0: TjMax is 100 degrees C [ 3.107194] coretemp coretemp.0: TjMax is 100 degrees C [ 3.107623] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10 [ 3.108329] iTCO_wdt: Found a Cougar Point TCO device (Version=2, TCOBASE=0x0460) [ 3.109395] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0) [ 3.110137] iTCO_vendor_support: vendor-support=0 [ 3.110825] md: linear personality registered for level -1 [ 3.111515] md: raid0 personality registered for level 0 [ 3.112201] md: raid1 personality registered for level 1 [ 3.112873] md: raid10 personality registered for level 10 [ 3.113538] md: raid6 personality registered for level 6 [ 3.114221] md: raid5 personality registered for level 5 [ 3.114880] md: raid4 personality registered for level 4 [ 3.115910] device-mapper: uevent: version 1.0.3 [ 3.116961] device-mapper: ioctl: 4.25.0-ioctl (2013-06-26) initialised: dm-devel@xxxxxxxxxx [ 3.118126] Intel P-state driver initializing. [ 3.118809] Intel pstate controlling: cpu 0 [ 3.119549] Intel pstate controlling: cpu 1 [ 3.120233] Intel pstate controlling: cpu 2 [ 3.120903] Intel pstate controlling: cpu 3 [ 3.122093] cpuidle: using governor ladder [ 3.123657] cpuidle: using governor menu [ 3.124468] sdhci: Secure Digital Host Controller Interface driver [ 3.125063] sdhci: Copyright(c) Pierre Ossman [ 3.126902] hidraw: raw HID events driver (C) Jiri Kosina [ 3.128388] usbcore: registered new interface driver usbhid [ 3.128992] usbhid: USB HID core driver [ 3.129887] input: Dell WMI hotkeys as /devices/virtual/input/input5 [ 3.131790] snd_hda_intel 0000:00:1b.0: irq 50 for MSI/MSI-X [ 3.132159] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input6 [ 3.142389] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input7 [ 3.175011] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8 [ 3.175955] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9 [ 3.176817] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10 [ 3.179362] TCP: cubic registered [ 3.179978] NET: Registered protocol family 17 [ 3.180712] Bluetooth: RFCOMM TTY layer initialized [ 3.181338] Bluetooth: RFCOMM socket layer initialized [ 3.181940] Bluetooth: RFCOMM ver 1.11 [ 3.182524] Bluetooth: BNEP (Ethernet Emulation) ver 1.3 [ 3.183121] Bluetooth: BNEP filters: protocol multicast [ 3.183723] Bluetooth: BNEP socket layer initialized [ 3.184337] Bluetooth: HIDP (Human Interface Emulation) ver 1.2 [ 3.184927] Bluetooth: HIDP socket layer initialized [ 3.185553] Key type dns_resolver registered [ 3.187263] PM: Checking hibernation image partition /dev/sda6 [ 3.324497] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [ 3.324550] usb 1-1: new high-speed USB device number 2 using ehci-pci [ 3.334466] ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04) [ 3.335746] ata1.00: ATA-8: WDC WD7500BPKT-75PK4T0, 01.01A01, max UDMA/133 [ 3.336676] ata1.00: 1465149168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA [ 3.344488] ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04) [ 3.345799] ata1.00: configured for UDMA/133 [ 3.365305] scsi 0:0:0:0: Direct-Access ATA WDC WD7500BPKT-7 01.0 PQ: 0 ANSI: 5 [ 3.368457] sd 0:0:0:0: [sda] 1465149168 512-byte logical blocks: (750 GB/698 GiB) [ 3.369505] sd 0:0:0:0: [sda] 4096-byte physical blocks [ 3.370817] sd 0:0:0:0: [sda] Write Protect is off [ 3.371871] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 [ 3.372399] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 3.373655] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 3.470707] sda: sda1 sda2 sda3 sda4 < sda5 sda6 > [ 3.475178] usb 1-1: New USB device found, idVendor=8087, idProduct=0024 [ 3.477012] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 3.480782] hub 1-1:1.0: USB hub found [ 3.482770] hub 1-1:1.0: 6 ports detected [ 3.485174] Switched to clocksource tsc [ 3.490000] sd 0:0:0:0: [sda] Attached SCSI disk [ 3.604876] usb 2-1: new high-speed USB device number 2 using ehci-pci [ 3.724969] ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 300) [ 3.731185] ata5.00: ATAPI: PLDS DVD+/-RW DS-8A8SH, KD11, max UDMA/100 [ 3.742932] ata5.00: configured for UDMA/100 [ 3.755821] usb 2-1: New USB device found, idVendor=8087, idProduct=0024 [ 3.757791] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 3.761745] hub 2-1:1.0: USB hub found [ 3.763881] hub 2-1:1.0: 8 ports detected [ 3.770504] scsi 4:0:0:0: CD-ROM PLDS DVD+-RW DS-8A8SH KD11 PQ: 0 ANSI: 5 [ 3.790126] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray [ 3.790142] cdrom: Uniform CD-ROM driver Revision: 3.20 [ 3.793932] sr 4:0:0:0: Attached scsi CD-ROM sr0 [ 3.795103] sr 4:0:0:0: Attached scsi generic sg1 type 5 [ 3.855298] usb 1-1.5: new high-speed USB device number 3 using ehci-pci [ 3.973585] usb 1-1.5: New USB device found, idVendor=05ca, idProduct=1820 [ 3.975803] usb 1-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 3.977708] usb 1-1.5: Product: Laptop_Integrated_Webcam_FHD [ 3.979612] usb 1-1.5: Manufacturer: CN01MWM9724871A4KB28A00 [ 4.075521] usb 2-1.2: new low-speed USB device number 3 using ehci-pci [ 4.145476] ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 300) [ 4.148494] ata6.00: ATA-8: ST3000VX000-1CU166, CV22, max UDMA/133 [ 4.150690] ata6.00: 5860533168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA [ 4.153930] ata6.00: configured for UDMA/133 [ 4.156641] scsi 5:0:0:0: Direct-Access ATA ST3000VX000-1CU1 CV22 PQ: 0 ANSI: 5 [ 4.161872] sd 5:0:0:0: [sdb] 5860533168 512-byte logical blocks: (3.00 TB/2.72 TiB) [ 4.164161] sd 5:0:0:0: [sdb] 4096-byte physical blocks [ 4.166621] sd 5:0:0:0: Attached scsi generic sg2 type 0 [ 4.166979] sd 5:0:0:0: [sdb] Write Protect is off [ 4.166985] sd 5:0:0:0: [sdb] Mode Sense: 00 3a 00 00 [ 4.167157] sd 5:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 4.194373] usb 2-1.2: New USB device found, idVendor=04f2, idProduct=0116 [ 4.196472] usb 2-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 4.198451] usb 2-1.2: Product: USB Keyboard [ 4.200387] usb 2-1.2: Manufacturer: CHICONY [ 4.211202] input: CHICONY USB Keyboard as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.0/input/input11 [ 4.215607] hid-generic 0003:04F2:0116.0001: input,hidraw0: USB HID v1.10 Keyboard [CHICONY USB Keyboard] on usb-0000:00:1d.0-1.2/input0 [ 4.231994] sdb: sdb1 [ 4.236270] sd 5:0:0:0: [sdb] Attached SCSI disk [ 4.295859] usb 2-1.3: new full-speed USB device number 4 using ehci-pci [ 4.355858] input: DualPoint Stick as /devices/platform/i8042/serio1/input/input12 [ 4.372913] input: AlpsPS/2 ALPS DualPoint TouchPad as /devices/platform/i8042/serio1/input/input13 [ 4.378797] PM: Hibernation image partition 8:6 present [ 4.378802] PM: Looking for hibernation image. [ 4.407901] usb 2-1.3: New USB device found, idVendor=138a, idProduct=0011 [ 4.410013] usb 2-1.3: New USB device strings: Mfr=0, Product=0, SerialNumber=1 [ 4.412134] usb 2-1.3: SerialNumber: 56ed5821afe2 [ 4.412453] PM: Image not found (code -22) [ 4.412456] PM: Hibernation image not present or could not be loaded. [ 4.412533] registered taskstats version 1 [ 4.415716] rtc_cmos 00:04: setting system clock to 2013-09-04 20:39:03 UTC (1378327143) [ 4.417538] BIOS EDD facility v0.16 2004-Jun-25, 2 devices found [ 4.422143] ALSA device list: [ 4.423924] #0: HDA Intel PCH at 0xf7f00000 irq 50 [ 4.426497] md: Waiting for all devices to be available before autodetect [ 4.428291] md: If you don't use raid, use raid=noautodetect [ 4.432171] md: Autodetecting RAID arrays. [ 4.433964] md: Scanned 0 and added 0 devices. [ 4.435770] md: autorun ... [ 4.437537] md: ... autorun DONE. [ 4.488737] kjournald starting. Commit interval 5 seconds [ 4.489012] EXT3-fs (sda5): mounted filesystem with writeback data mode [ 4.489080] VFS: Mounted root (ext3 filesystem) readonly on device 8:5. [ 4.530216] devtmpfs: mounted [ 4.533608] Freeing unused kernel memory: 848K (ffffffff81c9c000 - ffffffff81d70000) [ 4.535523] Write protecting the kernel read-only data: 12288k [ 4.539436] Freeing unused kernel memory: 316K (ffff8800017b1000 - ffff880001800000) [ 4.545080] Freeing unused kernel memory: 776K (ffff880001b3e000 - ffff880001c00000) [ 8.212489] systemd-udevd[1981]: starting version 206 [ 9.712419] systemd-udevd[2004]: renamed network interface eth0 to enp5s0 [ 11.029683] Intel(R) Wireless WiFi driver for Linux, in-tree:d [ 11.029693] Copyright(c) 2003-2013 Intel Corporation [ 11.030607] iwlwifi 0000:09:00.0: irq 51 for MSI/MSI-X [ 11.242330] iwlwifi 0000:09:00.0: loaded firmware version 18.168.6.1 op_mode iwldvm [ 12.384817] iwlwifi 0000:09:00.0: CONFIG_IWLWIFI_DEBUG enabled [ 12.384827] iwlwifi 0000:09:00.0: CONFIG_IWLWIFI_DEBUGFS disabled [ 12.384832] iwlwifi 0000:09:00.0: CONFIG_IWLWIFI_DEVICE_TRACING disabled [ 12.384836] iwlwifi 0000:09:00.0: CONFIG_IWLWIFI_P2P disabled [ 12.384842] iwlwifi 0000:09:00.0: Detected Intel(R) Centrino(R) Wireless-N 1030 BGN, REV=0xB0 [ 12.385729] iwlwifi 0000:09:00.0: L1 Disabled; Enabling L0S [ 12.392833] iwlwifi 0000:09:00.0: RF_KILL bit toggled to disable radio. [ 12.406166] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs' [ 12.516059] systemd-udevd[2005]: renamed network interface wlan0 to wlp9s0 [ 14.995719] EXT3-fs (sda5): using internal journal [ 15.369731] Adding 4998972k swap on /dev/sda6. Priority:-1 extents:1 across:4998972k FS [ 20.487035] r8169 0000:05:00.0 enp5s0: unable to load firmware patch rtl_nic/rtl8168e-2.fw (-2) [ 20.509695] r8169 0000:05:00.0 enp5s0: link down [ 20.509795] r8169 0000:05:00.0 enp5s0: link down [ 22.311569] r8169 0000:05:00.0 enp5s0: link up [ 28.725110] microcode: CPU0 sig=0x206a7, pf=0x10, revision=0x1b [ 28.726277] microcode: CPU0 updated to revision 0x28, date = 2012-04-24 [ 28.727037] microcode: CPU1 sig=0x206a7, pf=0x10, revision=0x1b [ 28.727776] microcode: CPU1 updated to revision 0x28, date = 2012-04-24 [ 28.728620] microcode: CPU2 sig=0x206a7, pf=0x10, revision=0x1b [ 28.729351] microcode: CPU2 updated to revision 0x28, date = 2012-04-24 [ 28.730113] microcode: CPU3 sig=0x206a7, pf=0x10, revision=0x1b [ 28.730868] microcode: CPU3 updated to revision 0x28, date = 2012-04-24 [ 28.730881] perf_event_intel: PEBS enabled due to microcode update [ 34.287724] smpboot: CPU 2 is now offline [ 34.365626] smpboot: CPU 3 is now offline [ 53.857165] usb 3-2: new high-speed USB device number 2 using xhci_hcd [ 53.880166] usb 3-2: New USB device found, idVendor=2109, idProduct=0811 [ 53.880179] usb 3-2: New USB device strings: Mfr=0, Product=1, SerialNumber=0 [ 53.880185] usb 3-2: Product: USB2.0 Hub [ 53.898847] hub 3-2:1.0: USB hub found [ 53.899222] hub 3-2:1.0: 4 ports detected [ 54.027687] usb 4-2: new SuperSpeed USB device number 2 using xhci_hcd [ 54.052402] usb 4-2: New USB device found, idVendor=2109, idProduct=0811 [ 54.052406] usb 4-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 54.052408] usb 4-2: Product: 4-Port USB 3.0 Hub [ 54.052409] usb 4-2: Manufacturer: VIA Labs, Inc. [ 54.060204] hub 4-2:1.0: USB hub found [ 54.060754] hub 4-2:1.0: 4 ports detected [ 54.188084] usb 3-2.4: new low-speed USB device number 3 using xhci_hcd [ 54.218895] usb 3-2.4: New USB device found, idVendor=046d, idProduct=c050 [ 54.218909] usb 3-2.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 54.218916] usb 3-2.4: Product: USB-PS/2 Optical Mouse [ 54.218922] usb 3-2.4: Manufacturer: Logitech [ 54.219216] usb 3-2.4: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes [ 54.256744] input: Logitech USB-PS/2 Optical Mouse as /devices/pci0000:00/0000:00:1c.4/0000:0b:00.0/usb3/3-2/3-2.4/3-2.4:1.0/input/input14 [ 54.257304] hid-generic 0003:046D:C050.0002: input,hidraw1: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-0000:0b:00.0-2.4/input0 [ 54.342991] usb 4-2.1: new SuperSpeed USB device number 3 using xhci_hcd [ 54.370431] usb 4-2.1: New USB device found, idVendor=174c, idProduct=5106 [ 54.370444] usb 4-2.1: New USB device strings: Mfr=2, Product=3, SerialNumber=1 [ 54.370450] usb 4-2.1: Product: AS2105 [ 54.370456] usb 4-2.1: Manufacturer: ASMedia [ 54.370462] usb 4-2.1: SerialNumber: S1F0LA4E [ 54.374180] usb-storage 4-2.1:1.0: USB Mass Storage device detected [ 54.374517] scsi6 : usb-storage 4-2.1:1.0 [ 55.372048] scsi 6:0:0:0: Direct-Access ST3000VX 000-9YW166 CV13 PQ: 0 ANSI: 5 [ 55.372867] sd 6:0:0:0: Attached scsi generic sg3 type 0 [ 55.374371] sd 6:0:0:0: [sdc] Very big device. Trying to use READ CAPACITY(16). [ 55.375267] sd 6:0:0:0: [sdc] 5860533168 512-byte logical blocks: (3.00 TB/2.72 TiB) [ 59.464054] xhci_hcd 0000:0b:00.0: Timeout while waiting for address device command [ 59.464374] sd 6:0:0:0: [sdc] Write Protect is off [ 59.464377] sd 6:0:0:0: [sdc] Mode Sense: 23 00 00 00 [ 59.465109] sd 6:0:0:0: [sdc] No Caching mode page present [ 59.465112] sd 6:0:0:0: [sdc] Assuming drive cache: write through [ 59.465802] sd 6:0:0:0: [sdc] Very big device. Trying to use READ CAPACITY(16). [ 59.467097] sd 6:0:0:0: [sdc] No Caching mode page present [ 59.467099] sd 6:0:0:0: [sdc] Assuming drive cache: write through [ 59.474061] sdc: sdc1 [ 59.474607] sd 6:0:0:0: [sdc] Very big device. Trying to use READ CAPACITY(16). [ 59.475732] sd 6:0:0:0: [sdc] No Caching mode page present [ 59.475734] sd 6:0:0:0: [sdc] Assuming drive cache: write through [ 59.475736] sd 6:0:0:0: [sdc] Attached SCSI disk [ 64.680452] xhci_hcd 0000:0b:00.0: Timeout while waiting for address device command [ 64.890774] usb 4-2.2: device not accepting address 4, error -62 [ 64.892298] xhci_hcd 0000:0b:00.0: Bad Slot ID 5 [ 64.892300] xhci_hcd 0000:0b:00.0: Could not allocate xHCI USB device data structures [ 64.892306] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 73.911929] xhci_hcd 0000:0b:00.0: Timeout while waiting for address device command [ 79.128444] xhci_hcd 0000:0b:00.0: Timeout while waiting for address device command [ 79.338694] usb 4-2.2: device not accepting address 5, error -62 [ 79.340122] xhci_hcd 0000:0b:00.0: Bad Slot ID 6 [ 79.340124] xhci_hcd 0000:0b:00.0: Could not allocate xHCI USB device data structures [ 79.340129] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 86.217249] xhci_hcd 0000:0b:00.0: Timeout while waiting for address device command [ 91.433676] xhci_hcd 0000:0b:00.0: Timeout while waiting for address device command [ 91.643939] usb 4-2.2: device not accepting address 6, error -62 [ 91.645408] xhci_hcd 0000:0b:00.0: Bad Slot ID 7 [ 91.645411] xhci_hcd 0000:0b:00.0: Could not allocate xHCI USB device data structures [ 91.645416] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 98.532498] xhci_hcd 0000:0b:00.0: Timeout while waiting for address device command [ 103.748956] xhci_hcd 0000:0b:00.0: Timeout while waiting for address device command [ 103.959212] usb 4-2.2: device not accepting address 7, error -62 [ 103.961450] xhci_hcd 0000:0b:00.0: Bad Slot ID 8 [ 103.961454] xhci_hcd 0000:0b:00.0: Could not allocate xHCI USB device data structures [ 103.961460] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 110.827737] xhci_hcd 0000:0b:00.0: Timeout while waiting for address device command [ 116.044192] xhci_hcd 0000:0b:00.0: Timeout while waiting for address device command [ 116.254471] usb 4-2.2: device not accepting address 8, error -62 [ 116.256088] xhci_hcd 0000:0b:00.0: Bad Slot ID 9 [ 116.256091] xhci_hcd 0000:0b:00.0: Could not allocate xHCI USB device data structures [ 116.256096] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 123.122962] xhci_hcd 0000:0b:00.0: Timeout while waiting for address device command [ 128.339435] xhci_hcd 0000:0b:00.0: Timeout while waiting for address device command [ 128.549698] usb 4-2.2: device not accepting address 9, error -62 [ 128.551354] xhci_hcd 0000:0b:00.0: Bad Slot ID 10 [ 128.551357] xhci_hcd 0000:0b:00.0: Could not allocate xHCI USB device data structures [ 128.551363] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 135.428269] xhci_hcd 0000:0b:00.0: Timeout while waiting for address device command [ 140.644708] xhci_hcd 0000:0b:00.0: Timeout while waiting for address device command [ 140.854951] usb 4-2.2: device not accepting address 10, error -62 [ 140.856598] xhci_hcd 0000:0b:00.0: Bad Slot ID 11 [ 140.856601] xhci_hcd 0000:0b:00.0: Could not allocate xHCI USB device data structures [ 140.856606] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 147.733478] xhci_hcd 0000:0b:00.0: Timeout while waiting for address device command [ 147.943776] xhci_hcd 0000:0b:00.0: ERROR: unexpected command completion code 0x18. [ 148.154003] usb 4-2.2: device not accepting address 11, error -22 [ 153.160193] xhci_hcd 0000:0b:00.0: Timeout while waiting for a slot [ 153.160305] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 154.953294] xhci_hcd 0000:0b:00.0: Bad Slot ID 12 [ 154.953298] xhci_hcd 0000:0b:00.0: Could not allocate xHCI USB device data structures [ 154.953304] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 159.142031] xhci_hcd 0000:0b:00.0: ERROR: unexpected command completion code 0x0. [ 164.354121] xhci_hcd 0000:0b:00.0: Timeout while waiting for address device command [ 164.564350] usb 4-2.2: device not accepting address 12, error -62 [ 164.565864] xhci_hcd 0000:0b:00.0: Bad Slot ID 14 [ 164.565878] xhci_hcd 0000:0b:00.0: Could not allocate xHCI USB device data structures [ 164.565883] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 172.263881] xhci_hcd 0000:0b:00.0: Timeout while waiting for a slot [ 172.263981] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 175.542357] ------------[ cut here ]------------ [ 175.542382] WARNING: CPU: 0 PID: 520 at drivers/usb/host/xhci.c:3752 xhci_address_device+0x300/0x330() [ 175.542387] Modules linked in: iwldvm iwlwifi [ 175.542403] CPU: 0 PID: 520 Comm: khubd Not tainted 3.11.0-default-pciehp #5 [ 175.542408] Hardware name: Dell Inc. Vostro 3550/, BIOS A11 08/03/2012 [ 175.542414] 0000000000000009 ffff8803112e1bd8 ffffffff817a0806 0000000000000006 [ 175.542433] 0000000000000000 ffff8803112e1c18 ffffffff8109e7e2 ffff88030fe68c78 [ 175.542435] ffff8803100da030 0000000000000000 ffff880300897150 0000000000000000 [ 175.542438] Call Trace: [ 175.542444] [<ffffffff817a0806>] dump_stack+0x46/0x58 [ 175.542448] [<ffffffff8109e7e2>] warn_slowpath_common+0x82/0xb0 [ 175.542450] [<ffffffff8109e825>] warn_slowpath_null+0x15/0x20 [ 175.542452] [<ffffffff8150b270>] xhci_address_device+0x300/0x330 [ 175.542456] [<ffffffff814e5b46>] hub_port_init+0x216/0x9a0 [ 175.542460] [<ffffffff810f63c5>] ? trace_hardirqs_on_caller+0x105/0x1d0 [ 175.542462] [<ffffffff810f649d>] ? trace_hardirqs_on+0xd/0x10 [ 175.542465] [<ffffffff814e8cf1>] hub_thread+0x5e1/0x13b0 [ 175.542467] [<ffffffff810f63c5>] ? trace_hardirqs_on_caller+0x105/0x1d0 [ 175.542470] [<ffffffff810beb70>] ? __init_waitqueue_head+0x60/0x60 [ 175.542473] [<ffffffff814e8710>] ? hub_port_debounce+0xf0/0xf0 [ 175.542475] [<ffffffff810be6d5>] kthread+0xe5/0xf0 [ 175.542478] [<ffffffff810be5f0>] ? flush_kthread_work+0x1b0/0x1b0 [ 175.542481] [<ffffffff817a9eac>] ret_from_fork+0x7c/0xb0 [ 175.542484] [<ffffffff810be5f0>] ? flush_kthread_work+0x1b0/0x1b0 [ 175.542485] ---[ end trace 9e3ba9fde2aab135 ]--- [ 175.542488] xhci_hcd 0000:0b:00.0: Virt dev invalid for slot_id 0x11! [ 175.748198] ------------[ cut here ]------------ [ 175.748224] WARNING: CPU: 0 PID: 520 at drivers/usb/host/xhci.c:3752 xhci_address_device+0x300/0x330() [ 175.748229] Modules linked in: iwldvm iwlwifi [ 175.748245] CPU: 0 PID: 520 Comm: khubd Tainted: G W 3.11.0-default-pciehp #5 [ 175.748250] Hardware name: Dell Inc. Vostro 3550/, BIOS A11 08/03/2012 [ 175.748255] 0000000000000009 ffff8803112e1bd8 ffffffff817a0806 0000000000000006 [ 175.748275] 0000000000000000 ffff8803112e1c18 ffffffff8109e7e2 dead000000200200 [ 175.748277] ffff8803100da030 0000000000000000 ffff880300897150 00000000ffffffea [ 175.748280] Call Trace: [ 175.748287] [<ffffffff817a0806>] dump_stack+0x46/0x58 [ 175.748290] [<ffffffff8109e7e2>] warn_slowpath_common+0x82/0xb0 [ 175.748293] [<ffffffff8109e825>] warn_slowpath_null+0x15/0x20 [ 175.748295] [<ffffffff8150b270>] xhci_address_device+0x300/0x330 [ 175.748299] [<ffffffff814e5b46>] hub_port_init+0x216/0x9a0 [ 175.748303] [<ffffffff810f63c5>] ? trace_hardirqs_on_caller+0x105/0x1d0 [ 175.748305] [<ffffffff810f649d>] ? trace_hardirqs_on+0xd/0x10 [ 175.748308] [<ffffffff814e8cf1>] hub_thread+0x5e1/0x13b0 [ 175.748310] [<ffffffff810f63c5>] ? trace_hardirqs_on_caller+0x105/0x1d0 [ 175.748314] [<ffffffff810beb70>] ? __init_waitqueue_head+0x60/0x60 [ 175.748317] [<ffffffff814e8710>] ? hub_port_debounce+0xf0/0xf0 [ 175.748319] [<ffffffff810be6d5>] kthread+0xe5/0xf0 [ 175.748322] [<ffffffff810be5f0>] ? flush_kthread_work+0x1b0/0x1b0 [ 175.748326] [<ffffffff817a9eac>] ret_from_fork+0x7c/0xb0 [ 175.748329] [<ffffffff810be5f0>] ? flush_kthread_work+0x1b0/0x1b0 [ 175.748330] ---[ end trace 9e3ba9fde2aab136 ]--- [ 175.748333] xhci_hcd 0000:0b:00.0: Virt dev invalid for slot_id 0x11! [ 175.958472] usb 4-2.2: device not accepting address 13, error -22 [ 175.960897] xHCI xhci_free_dev called with unaddressed device [ 176.346373] xHCI xhci_free_dev called with unaddressed device [ 179.647472] ------------[ cut here ]------------ [ 179.647498] WARNING: CPU: 0 PID: 520 at drivers/usb/host/xhci.c:3752 xhci_address_device+0x300/0x330() [ 179.647502] Modules linked in: iwldvm iwlwifi [ 179.647519] CPU: 0 PID: 520 Comm: khubd Tainted: G W 3.11.0-default-pciehp #5 [ 179.647523] Hardware name: Dell Inc. Vostro 3550/, BIOS A11 08/03/2012 [ 179.647528] 0000000000000009 ffff8803112e1bd8 ffffffff817a0806 0000000000000006 [ 179.647544] 0000000000000000 ffff8803112e1c18 ffffffff8109e7e2 ffff88030fe68c78 [ 179.647547] ffff8803100da030 0000000000000000 ffff880300897150 0000000000000000 [ 179.647549] Call Trace: [ 179.647555] [<ffffffff817a0806>] dump_stack+0x46/0x58 [ 179.647559] [<ffffffff8109e7e2>] warn_slowpath_common+0x82/0xb0 [ 179.647561] [<ffffffff8109e825>] warn_slowpath_null+0x15/0x20 [ 179.647564] [<ffffffff8150b270>] xhci_address_device+0x300/0x330 [ 179.647567] [<ffffffff814e5b46>] hub_port_init+0x216/0x9a0 [ 179.647571] [<ffffffff810f63c5>] ? trace_hardirqs_on_caller+0x105/0x1d0 [ 179.647573] [<ffffffff810f649d>] ? trace_hardirqs_on+0xd/0x10 [ 179.647576] [<ffffffff814e8cf1>] hub_thread+0x5e1/0x13b0 [ 179.647578] [<ffffffff810f63c5>] ? trace_hardirqs_on_caller+0x105/0x1d0 [ 179.647581] [<ffffffff810beb70>] ? __init_waitqueue_head+0x60/0x60 [ 179.647583] [<ffffffff814e8710>] ? hub_port_debounce+0xf0/0xf0 [ 179.647586] [<ffffffff810be6d5>] kthread+0xe5/0xf0 [ 179.647589] [<ffffffff810be5f0>] ? flush_kthread_work+0x1b0/0x1b0 [ 179.647591] [<ffffffff817a9eac>] ret_from_fork+0x7c/0xb0 [ 179.647593] [<ffffffff810be5f0>] ? flush_kthread_work+0x1b0/0x1b0 [ 179.647595] ---[ end trace 9e3ba9fde2aab137 ]--- [ 179.647598] xhci_hcd 0000:0b:00.0: Virt dev invalid for slot_id 0x14! [ 179.853286] ------------[ cut here ]------------ [ 179.853311] WARNING: CPU: 0 PID: 520 at drivers/usb/host/xhci.c:3752 xhci_address_device+0x300/0x330() [ 179.853316] Modules linked in: iwldvm iwlwifi [ 179.853332] CPU: 0 PID: 520 Comm: khubd Tainted: G W 3.11.0-default-pciehp #5 [ 179.853337] Hardware name: Dell Inc. Vostro 3550/, BIOS A11 08/03/2012 [ 179.853342] 0000000000000009 ffff8803112e1bd8 ffffffff817a0806 0000000000000006 [ 179.853362] 0000000000000000 ffff8803112e1c18 ffffffff8109e7e2 dead000000200200 [ 179.853364] ffff8803100da030 0000000000000000 ffff880300897150 00000000ffffffea [ 179.853367] Call Trace: [ 179.853373] [<ffffffff817a0806>] dump_stack+0x46/0x58 [ 179.853377] [<ffffffff8109e7e2>] warn_slowpath_common+0x82/0xb0 [ 179.853379] [<ffffffff8109e825>] warn_slowpath_null+0x15/0x20 [ 179.853382] [<ffffffff8150b270>] xhci_address_device+0x300/0x330 [ 179.853385] [<ffffffff814e5b46>] hub_port_init+0x216/0x9a0 [ 179.853389] [<ffffffff810f63c5>] ? trace_hardirqs_on_caller+0x105/0x1d0 [ 179.853391] [<ffffffff810f649d>] ? trace_hardirqs_on+0xd/0x10 [ 179.853394] [<ffffffff814e8cf1>] hub_thread+0x5e1/0x13b0 [ 179.853396] [<ffffffff810f63c5>] ? trace_hardirqs_on_caller+0x105/0x1d0 [ 179.853399] [<ffffffff810beb70>] ? __init_waitqueue_head+0x60/0x60 [ 179.853402] [<ffffffff814e8710>] ? hub_port_debounce+0xf0/0xf0 [ 179.853404] [<ffffffff810be6d5>] kthread+0xe5/0xf0 [ 179.853407] [<ffffffff810be5f0>] ? flush_kthread_work+0x1b0/0x1b0 [ 179.853410] [<ffffffff817a9eac>] ret_from_fork+0x7c/0xb0 [ 179.853412] [<ffffffff810be5f0>] ? flush_kthread_work+0x1b0/0x1b0 [ 179.853414] ---[ end trace 9e3ba9fde2aab138 ]--- [ 179.853417] xhci_hcd 0000:0b:00.0: Virt dev invalid for slot_id 0x14! [ 180.063556] usb 4-2.2: device not accepting address 15, error -22 [ 180.065868] xHCI xhci_free_dev called with unaddressed device [ 180.451492] xHCI xhci_free_dev called with unaddressed device [ 183.742421] ------------[ cut here ]------------ [ 183.742445] WARNING: CPU: 0 PID: 520 at drivers/usb/host/xhci.c:3752 xhci_address_device+0x300/0x330() [ 183.742450] Modules linked in: iwldvm iwlwifi [ 183.742466] CPU: 0 PID: 520 Comm: khubd Tainted: G W 3.11.0-default-pciehp #5 [ 183.742471] Hardware name: Dell Inc. Vostro 3550/, BIOS A11 08/03/2012 [ 183.742476] 0000000000000009 ffff8803112e1bd8 ffffffff817a0806 0000000000000006 [ 183.742487] 0000000000000000 ffff8803112e1c18 ffffffff8109e7e2 ffff88030fe68c78 [ 183.742496] ffff8803100da030 0000000000000000 ffff880300897150 0000000000000000 [ 183.742512] Call Trace: [ 183.742517] [<ffffffff817a0806>] dump_stack+0x46/0x58 [ 183.742521] [<ffffffff8109e7e2>] warn_slowpath_common+0x82/0xb0 [ 183.742523] [<ffffffff8109e825>] warn_slowpath_null+0x15/0x20 [ 183.742525] [<ffffffff8150b270>] xhci_address_device+0x300/0x330 [ 183.742529] [<ffffffff814e5b46>] hub_port_init+0x216/0x9a0 [ 183.742532] [<ffffffff810f63c5>] ? trace_hardirqs_on_caller+0x105/0x1d0 [ 183.742534] [<ffffffff810f649d>] ? trace_hardirqs_on+0xd/0x10 [ 183.742536] [<ffffffff814e8cf1>] hub_thread+0x5e1/0x13b0 [ 183.742538] [<ffffffff810f63c5>] ? trace_hardirqs_on_caller+0x105/0x1d0 [ 183.742541] [<ffffffff810beb70>] ? __init_waitqueue_head+0x60/0x60 [ 183.742544] [<ffffffff814e8710>] ? hub_port_debounce+0xf0/0xf0 [ 183.742546] [<ffffffff810be6d5>] kthread+0xe5/0xf0 [ 183.742548] [<ffffffff810be5f0>] ? flush_kthread_work+0x1b0/0x1b0 [ 183.742551] [<ffffffff817a9eac>] ret_from_fork+0x7c/0xb0 [ 183.742553] [<ffffffff810be5f0>] ? flush_kthread_work+0x1b0/0x1b0 [ 183.742555] ---[ end trace 9e3ba9fde2aab139 ]--- [ 183.742557] xhci_hcd 0000:0b:00.0: Virt dev invalid for slot_id 0x17! [ 183.948369] ------------[ cut here ]------------ [ 183.948395] WARNING: CPU: 0 PID: 520 at drivers/usb/host/xhci.c:3752 xhci_address_device+0x300/0x330() [ 183.948400] Modules linked in: iwldvm iwlwifi [ 183.948416] CPU: 0 PID: 520 Comm: khubd Tainted: G W 3.11.0-default-pciehp #5 [ 183.948421] Hardware name: Dell Inc. Vostro 3550/, BIOS A11 08/03/2012 [ 183.948426] 0000000000000009 ffff8803112e1bd8 ffffffff817a0806 0000000000000006 [ 183.948443] 0000000000000000 ffff8803112e1c18 ffffffff8109e7e2 dead000000200200 [ 183.948446] ffff8803100da030 0000000000000000 ffff880300897150 00000000ffffffea [ 183.948449] Call Trace: [ 183.948455] [<ffffffff817a0806>] dump_stack+0x46/0x58 [ 183.948459] [<ffffffff8109e7e2>] warn_slowpath_common+0x82/0xb0 [ 183.948461] [<ffffffff8109e825>] warn_slowpath_null+0x15/0x20 [ 183.948463] [<ffffffff8150b270>] xhci_address_device+0x300/0x330 [ 183.948467] [<ffffffff814e5b46>] hub_port_init+0x216/0x9a0 [ 183.948470] [<ffffffff810f63c5>] ? trace_hardirqs_on_caller+0x105/0x1d0 [ 183.948472] [<ffffffff810f649d>] ? trace_hardirqs_on+0xd/0x10 [ 183.948475] [<ffffffff814e8cf1>] hub_thread+0x5e1/0x13b0 [ 183.948477] [<ffffffff810f63c5>] ? trace_hardirqs_on_caller+0x105/0x1d0 [ 183.948481] [<ffffffff810beb70>] ? __init_waitqueue_head+0x60/0x60 [ 183.948483] [<ffffffff814e8710>] ? hub_port_debounce+0xf0/0xf0 [ 183.948486] [<ffffffff810be6d5>] kthread+0xe5/0xf0 [ 183.948489] [<ffffffff810be5f0>] ? flush_kthread_work+0x1b0/0x1b0 [ 183.948492] [<ffffffff817a9eac>] ret_from_fork+0x7c/0xb0 [ 183.948494] [<ffffffff810be5f0>] ? flush_kthread_work+0x1b0/0x1b0 [ 183.948496] ---[ end trace 9e3ba9fde2aab13a ]--- [ 183.948499] xhci_hcd 0000:0b:00.0: Virt dev invalid for slot_id 0x17! [ 184.158635] usb 4-2.2: device not accepting address 17, error -22 [ 184.161078] xHCI xhci_free_dev called with unaddressed device [ 184.546456] xHCI xhci_free_dev called with unaddressed device [ 187.847767] ------------[ cut here ]------------ [ 187.847792] WARNING: CPU: 0 PID: 520 at drivers/usb/host/xhci.c:3752 xhci_address_device+0x300/0x330() [ 187.847796] Modules linked in: iwldvm iwlwifi [ 187.847813] CPU: 0 PID: 520 Comm: khubd Tainted: G W 3.11.0-default-pciehp #5 [ 187.847818] Hardware name: Dell Inc. Vostro 3550/, BIOS A11 08/03/2012 [ 187.847823] 0000000000000009 ffff8803112e1bd8 ffffffff817a0806 0000000000000006 [ 187.847840] 0000000000000000 ffff8803112e1c18 ffffffff8109e7e2 ffff88030fe68c78 [ 187.847843] ffff8803100da030 0000000000000000 ffff880300897150 0000000000000000 [ 187.847845] Call Trace: [ 187.847851] [<ffffffff817a0806>] dump_stack+0x46/0x58 [ 187.847855] [<ffffffff8109e7e2>] warn_slowpath_common+0x82/0xb0 [ 187.847857] [<ffffffff8109e825>] warn_slowpath_null+0x15/0x20 [ 187.847859] [<ffffffff8150b270>] xhci_address_device+0x300/0x330 [ 187.847863] [<ffffffff814e5b46>] hub_port_init+0x216/0x9a0 [ 187.847866] [<ffffffff810f63c5>] ? trace_hardirqs_on_caller+0x105/0x1d0 [ 187.847868] [<ffffffff810f649d>] ? trace_hardirqs_on+0xd/0x10 [ 187.847871] [<ffffffff814e8cf1>] hub_thread+0x5e1/0x13b0 [ 187.847873] [<ffffffff810f63c5>] ? trace_hardirqs_on_caller+0x105/0x1d0 [ 187.847877] [<ffffffff810beb70>] ? __init_waitqueue_head+0x60/0x60 [ 187.847879] [<ffffffff814e8710>] ? hub_port_debounce+0xf0/0xf0 [ 187.847882] [<ffffffff810be6d5>] kthread+0xe5/0xf0 [ 187.847884] [<ffffffff810be5f0>] ? flush_kthread_work+0x1b0/0x1b0 [ 187.847887] [<ffffffff817a9eac>] ret_from_fork+0x7c/0xb0 [ 187.847889] [<ffffffff810be5f0>] ? flush_kthread_work+0x1b0/0x1b0 [ 187.847891] ---[ end trace 9e3ba9fde2aab13b ]--- [ 187.847893] xhci_hcd 0000:0b:00.0: Virt dev invalid for slot_id 0x1a! [ 188.053452] ------------[ cut here ]------------ [ 188.053477] WARNING: CPU: 0 PID: 520 at drivers/usb/host/xhci.c:3752 xhci_address_device+0x300/0x330() [ 188.053482] Modules linked in: iwldvm iwlwifi [ 188.053498] CPU: 0 PID: 520 Comm: khubd Tainted: G W 3.11.0-default-pciehp #5 [ 188.053502] Hardware name: Dell Inc. Vostro 3550/, BIOS A11 08/03/2012 [ 188.053507] 0000000000000009 ffff8803112e1bd8 ffffffff817a0806 0000000000000006 [ 188.053519] 0000000000000000 ffff8803112e1c18 ffffffff8109e7e2 dead000000200200 [ 188.053532] ffff8803100da030 0000000000000000 ffff880300897150 00000000ffffffea [ 188.053534] Call Trace: [ 188.053541] [<ffffffff817a0806>] dump_stack+0x46/0x58 [ 188.053545] [<ffffffff8109e7e2>] warn_slowpath_common+0x82/0xb0 [ 188.053547] [<ffffffff8109e825>] warn_slowpath_null+0x15/0x20 [ 188.053549] [<ffffffff8150b270>] xhci_address_device+0x300/0x330 [ 188.053553] [<ffffffff814e5b46>] hub_port_init+0x216/0x9a0 [ 188.053556] [<ffffffff810f63c5>] ? trace_hardirqs_on_caller+0x105/0x1d0 [ 188.053558] [<ffffffff810f649d>] ? trace_hardirqs_on+0xd/0x10 [ 188.053561] [<ffffffff814e8cf1>] hub_thread+0x5e1/0x13b0 [ 188.053563] [<ffffffff810f63c5>] ? trace_hardirqs_on_caller+0x105/0x1d0 [ 188.053567] [<ffffffff810beb70>] ? __init_waitqueue_head+0x60/0x60 [ 188.053569] [<ffffffff814e8710>] ? hub_port_debounce+0xf0/0xf0 [ 188.053572] [<ffffffff810be6d5>] kthread+0xe5/0xf0 [ 188.053575] [<ffffffff810be5f0>] ? flush_kthread_work+0x1b0/0x1b0 [ 188.053578] [<ffffffff817a9eac>] ret_from_fork+0x7c/0xb0 [ 188.053580] [<ffffffff810be5f0>] ? flush_kthread_work+0x1b0/0x1b0 [ 188.053582] ---[ end trace 9e3ba9fde2aab13c ]--- [ 188.053585] xhci_hcd 0000:0b:00.0: Virt dev invalid for slot_id 0x1a! [ 188.263752] usb 4-2.2: device not accepting address 19, error -22 [ 188.266147] xHCI xhci_free_dev called with unaddressed device [ 188.651914] xHCI xhci_free_dev called with unaddressed device [ 191.952612] ------------[ cut here ]------------ [ 191.952637] WARNING: CPU: 0 PID: 520 at drivers/usb/host/xhci.c:3752 xhci_address_device+0x300/0x330() [ 191.952641] Modules linked in: iwldvm iwlwifi [ 191.952657] CPU: 0 PID: 520 Comm: khubd Tainted: G W 3.11.0-default-pciehp #5 [ 191.952662] Hardware name: Dell Inc. Vostro 3550/, BIOS A11 08/03/2012 [ 191.952667] 0000000000000009 ffff8803112e1bd8 ffffffff817a0806 0000000000000006 [ 191.952678] 0000000000000000 ffff8803112e1c18 ffffffff8109e7e2 ffff88030fe68c78 [ 191.952688] ffff8803100da030 0000000000000000 ffff880300897150 0000000000000000 [ 191.952702] Call Trace: [ 191.952708] [<ffffffff817a0806>] dump_stack+0x46/0x58 [ 191.952711] [<ffffffff8109e7e2>] warn_slowpath_common+0x82/0xb0 [ 191.952713] [<ffffffff8109e825>] warn_slowpath_null+0x15/0x20 [ 191.952716] [<ffffffff8150b270>] xhci_address_device+0x300/0x330 [ 191.952719] [<ffffffff814e5b46>] hub_port_init+0x216/0x9a0 [ 191.952722] [<ffffffff810f63c5>] ? trace_hardirqs_on_caller+0x105/0x1d0 [ 191.952724] [<ffffffff810f649d>] ? trace_hardirqs_on+0xd/0x10 [ 191.952726] [<ffffffff814e8cf1>] hub_thread+0x5e1/0x13b0 [ 191.952728] [<ffffffff810f63c5>] ? trace_hardirqs_on_caller+0x105/0x1d0 [ 191.952732] [<ffffffff810beb70>] ? __init_waitqueue_head+0x60/0x60 [ 191.952734] [<ffffffff814e8710>] ? hub_port_debounce+0xf0/0xf0 [ 191.952736] [<ffffffff810be6d5>] kthread+0xe5/0xf0 [ 191.952739] [<ffffffff810be5f0>] ? flush_kthread_work+0x1b0/0x1b0 [ 191.952741] [<ffffffff817a9eac>] ret_from_fork+0x7c/0xb0 [ 191.952743] [<ffffffff810be5f0>] ? flush_kthread_work+0x1b0/0x1b0 [ 191.952745] ---[ end trace 9e3ba9fde2aab13d ]--- [ 191.952747] xhci_hcd 0000:0b:00.0: Virt dev invalid for slot_id 0x1d! [ 192.158545] ------------[ cut here ]------------ [ 192.158572] WARNING: CPU: 0 PID: 520 at drivers/usb/host/xhci.c:3752 xhci_address_device+0x300/0x330() [ 192.158577] Modules linked in: iwldvm iwlwifi [ 192.158593] CPU: 0 PID: 520 Comm: khubd Tainted: G W 3.11.0-default-pciehp #5 [ 192.158598] Hardware name: Dell Inc. Vostro 3550/, BIOS A11 08/03/2012 [ 192.158610] 0000000000000009 ffff8803112e1bd8 ffffffff817a0806 0000000000000006 [ 192.158613] 0000000000000000 ffff8803112e1c18 ffffffff8109e7e2 dead000000200200 [ 192.158616] ffff8803100da030 0000000000000000 ffff880300897150 00000000ffffffea [ 192.158619] Call Trace: [ 192.158625] [<ffffffff817a0806>] dump_stack+0x46/0x58 [ 192.158629] [<ffffffff8109e7e2>] warn_slowpath_common+0x82/0xb0 [ 192.158631] [<ffffffff8109e825>] warn_slowpath_null+0x15/0x20 [ 192.158634] [<ffffffff8150b270>] xhci_address_device+0x300/0x330 [ 192.158637] [<ffffffff814e5b46>] hub_port_init+0x216/0x9a0 [ 192.158641] [<ffffffff810f63c5>] ? trace_hardirqs_on_caller+0x105/0x1d0 [ 192.158643] [<ffffffff810f649d>] ? trace_hardirqs_on+0xd/0x10 [ 192.158646] [<ffffffff814e8cf1>] hub_thread+0x5e1/0x13b0 [ 192.158648] [<ffffffff810f63c5>] ? trace_hardirqs_on_caller+0x105/0x1d0 [ 192.158652] [<ffffffff810beb70>] ? __init_waitqueue_head+0x60/0x60 [ 192.158655] [<ffffffff814e8710>] ? hub_port_debounce+0xf0/0xf0 [ 192.158658] [<ffffffff810be6d5>] kthread+0xe5/0xf0 [ 192.158661] [<ffffffff810be5f0>] ? flush_kthread_work+0x1b0/0x1b0 [ 192.158664] [<ffffffff817a9eac>] ret_from_fork+0x7c/0xb0 [ 192.158667] [<ffffffff810be5f0>] ? flush_kthread_work+0x1b0/0x1b0 [ 192.158668] ---[ end trace 9e3ba9fde2aab13e ]--- [ 192.158672] xhci_hcd 0000:0b:00.0: Virt dev invalid for slot_id 0x1d! [ 192.368848] usb 4-2.2: device not accepting address 21, error -22 [ 192.371267] xHCI xhci_free_dev called with unaddressed device [ 192.756637] xHCI xhci_free_dev called with unaddressed device [ 196.047694] ------------[ cut here ]------------ [ 196.047718] WARNING: CPU: 0 PID: 520 at drivers/usb/host/xhci.c:3752 xhci_address_device+0x300/0x330() [ 196.047723] Modules linked in: iwldvm iwlwifi [ 196.047739] CPU: 0 PID: 520 Comm: khubd Tainted: G W 3.11.0-default-pciehp #5 [ 196.047744] Hardware name: Dell Inc. Vostro 3550/, BIOS A11 08/03/2012 [ 196.047748] 0000000000000009 ffff8803112e1bd8 ffffffff817a0806 0000000000000006 [ 196.047760] 0000000000000000 ffff8803112e1c18 ffffffff8109e7e2 ffff88030fe68c78 [ 196.047769] ffff8803100da030 0000000000000000 ffff880300897150 0000000000000000 [ 196.047785] Call Trace: [ 196.047790] [<ffffffff817a0806>] dump_stack+0x46/0x58 [ 196.047793] [<ffffffff8109e7e2>] warn_slowpath_common+0x82/0xb0 [ 196.047795] [<ffffffff8109e825>] warn_slowpath_null+0x15/0x20 [ 196.047797] [<ffffffff8150b270>] xhci_address_device+0x300/0x330 [ 196.047800] [<ffffffff814e5b46>] hub_port_init+0x216/0x9a0 [ 196.047804] [<ffffffff810f63c5>] ? trace_hardirqs_on_caller+0x105/0x1d0 [ 196.047805] [<ffffffff810f649d>] ? trace_hardirqs_on+0xd/0x10 [ 196.047808] [<ffffffff814e8cf1>] hub_thread+0x5e1/0x13b0 [ 196.047810] [<ffffffff810f63c5>] ? trace_hardirqs_on_caller+0x105/0x1d0 [ 196.047813] [<ffffffff810beb70>] ? __init_waitqueue_head+0x60/0x60 [ 196.047815] [<ffffffff814e8710>] ? hub_port_debounce+0xf0/0xf0 [ 196.047818] [<ffffffff810be6d5>] kthread+0xe5/0xf0 [ 196.047820] [<ffffffff810be5f0>] ? flush_kthread_work+0x1b0/0x1b0 [ 196.047823] [<ffffffff817a9eac>] ret_from_fork+0x7c/0xb0 [ 196.047825] [<ffffffff810be5f0>] ? flush_kthread_work+0x1b0/0x1b0 [ 196.047826] ---[ end trace 9e3ba9fde2aab13f ]--- [ 196.047828] xhci_hcd 0000:0b:00.0: Virt dev invalid for slot_id 0x20! [ 196.253613] ------------[ cut here ]------------ [ 196.253639] WARNING: CPU: 0 PID: 520 at drivers/usb/host/xhci.c:3752 xhci_address_device+0x300/0x330() [ 196.253643] Modules linked in: iwldvm iwlwifi [ 196.253659] CPU: 0 PID: 520 Comm: khubd Tainted: G W 3.11.0-default-pciehp #5 [ 196.253664] Hardware name: Dell Inc. Vostro 3550/, BIOS A11 08/03/2012 [ 196.253669] 0000000000000009 ffff8803112e1bd8 ffffffff817a0806 0000000000000006 [ 196.253681] 0000000000000000 ffff8803112e1c18 ffffffff8109e7e2 dead000000200200 [ 196.253694] ffff8803100da030 0000000000000000 ffff880300897150 00000000ffffffea [ 196.253697] Call Trace: [ 196.253702] [<ffffffff817a0806>] dump_stack+0x46/0x58 [ 196.253706] [<ffffffff8109e7e2>] warn_slowpath_common+0x82/0xb0 [ 196.253709] [<ffffffff8109e825>] warn_slowpath_null+0x15/0x20 [ 196.253711] [<ffffffff8150b270>] xhci_address_device+0x300/0x330 [ 196.253715] [<ffffffff814e5b46>] hub_port_init+0x216/0x9a0 [ 196.253718] [<ffffffff810f63c5>] ? trace_hardirqs_on_caller+0x105/0x1d0 [ 196.253721] [<ffffffff810f649d>] ? trace_hardirqs_on+0xd/0x10 [ 196.253723] [<ffffffff814e8cf1>] hub_thread+0x5e1/0x13b0 [ 196.253725] [<ffffffff810f63c5>] ? trace_hardirqs_on_caller+0x105/0x1d0 [ 196.253729] [<ffffffff810beb70>] ? __init_waitqueue_head+0x60/0x60 [ 196.253732] [<ffffffff814e8710>] ? hub_port_debounce+0xf0/0xf0 [ 196.253734] [<ffffffff810be6d5>] kthread+0xe5/0xf0 [ 196.253737] [<ffffffff810be5f0>] ? flush_kthread_work+0x1b0/0x1b0 [ 196.253740] [<ffffffff817a9eac>] ret_from_fork+0x7c/0xb0 [ 196.253743] [<ffffffff810be5f0>] ? flush_kthread_work+0x1b0/0x1b0 [ 196.253744] ---[ end trace 9e3ba9fde2aab140 ]--- [ 196.253747] xhci_hcd 0000:0b:00.0: Virt dev invalid for slot_id 0x20! [ 196.463918] usb 4-2.2: device not accepting address 23, error -22 [ 196.466350] xHCI xhci_free_dev called with unaddressed device [ 196.851843] xHCI xhci_free_dev called with unaddressed device [ 200.152941] xhci_hcd 0000:0b:00.0: ERROR: unexpected command completion code 0x0. [ 200.358726] xhci_hcd 0000:0b:00.0: ERROR: unexpected command completion code 0x0. [ 200.568977] usb 4-2.2: device not accepting address 25, error -22 [ 205.575188] xhci_hcd 0000:0b:00.0: Timeout while waiting for a slot [ 205.575279] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 208.353226] xhci_hcd 0000:0b:00.0: ERROR: unexpected command completion code 0x0. [ 208.558889] xhci_hcd 0000:0b:00.0: ERROR: unexpected command completion code 0x0. [ 208.769141] usb 4-2.2: device not accepting address 26, error -22 [ 213.775348] xhci_hcd 0000:0b:00.0: Timeout while waiting for a slot [ 213.775442] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 216.469464] xhci_hcd 0000:0b:00.0: Bad Slot ID 35 [ 216.469476] xhci_hcd 0000:0b:00.0: Could not allocate xHCI USB device data structures [ 216.469500] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 225.579977] xhci_hcd 0000:0b:00.0: Timeout while waiting for a slot [ 225.580077] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 228.858541] ------------[ cut here ]------------ [ 228.858565] WARNING: CPU: 0 PID: 520 at drivers/usb/host/xhci.c:3752 xhci_address_device+0x300/0x330() [ 228.858570] Modules linked in: iwldvm iwlwifi [ 228.858586] CPU: 0 PID: 520 Comm: khubd Tainted: G W 3.11.0-default-pciehp #5 [ 228.858592] Hardware name: Dell Inc. Vostro 3550/, BIOS A11 08/03/2012 [ 228.858596] 0000000000000009 ffff8803112e1bd8 ffffffff817a0806 0000000000000006 [ 228.858607] 0000000000000000 ffff8803112e1c18 ffffffff8109e7e2 ffff88030fe68c78 [ 228.858617] ffff8803100da030 0000000000000000 ffff880300890000 0000000000000000 [ 228.858632] Call Trace: [ 228.858638] [<ffffffff817a0806>] dump_stack+0x46/0x58 [ 228.858641] [<ffffffff8109e7e2>] warn_slowpath_common+0x82/0xb0 [ 228.858644] [<ffffffff8109e825>] warn_slowpath_null+0x15/0x20 [ 228.858646] [<ffffffff8150b270>] xhci_address_device+0x300/0x330 [ 228.858649] [<ffffffff814e5b46>] hub_port_init+0x216/0x9a0 [ 228.858652] [<ffffffff810f63c5>] ? trace_hardirqs_on_caller+0x105/0x1d0 [ 228.858654] [<ffffffff810f649d>] ? trace_hardirqs_on+0xd/0x10 [ 228.858657] [<ffffffff814e8cf1>] hub_thread+0x5e1/0x13b0 [ 228.858659] [<ffffffff810f63c5>] ? trace_hardirqs_on_caller+0x105/0x1d0 [ 228.858662] [<ffffffff810beb70>] ? __init_waitqueue_head+0x60/0x60 [ 228.858664] [<ffffffff814e8710>] ? hub_port_debounce+0xf0/0xf0 [ 228.858666] [<ffffffff810be6d5>] kthread+0xe5/0xf0 [ 228.858669] [<ffffffff810be5f0>] ? flush_kthread_work+0x1b0/0x1b0 [ 228.858672] [<ffffffff817a9eac>] ret_from_fork+0x7c/0xb0 [ 228.858674] [<ffffffff810be5f0>] ? flush_kthread_work+0x1b0/0x1b0 [ 228.858675] ---[ end trace 9e3ba9fde2aab141 ]--- [ 228.858678] xhci_hcd 0000:0b:00.0: Virt dev invalid for slot_id 0x27! [ 229.064295] ------------[ cut here ]------------ [ 229.064322] WARNING: CPU: 0 PID: 520 at drivers/usb/host/xhci.c:3752 xhci_address_device+0x300/0x330() [ 229.064327] Modules linked in: iwldvm iwlwifi [ 229.064343] CPU: 0 PID: 520 Comm: khubd Tainted: G W 3.11.0-default-pciehp #5 [ 229.064348] Hardware name: Dell Inc. Vostro 3550/, BIOS A11 08/03/2012 [ 229.064352] 0000000000000009 ffff8803112e1bd8 ffffffff817a0806 0000000000000006 [ 229.064368] 0000000000000000 ffff8803112e1c18 ffffffff8109e7e2 dead000000200200 [ 229.064371] ffff8803100da030 0000000000000000 ffff880300890000 00000000ffffffea [ 229.064374] Call Trace: [ 229.064380] [<ffffffff817a0806>] dump_stack+0x46/0x58 [ 229.064383] [<ffffffff8109e7e2>] warn_slowpath_common+0x82/0xb0 [ 229.064386] [<ffffffff8109e825>] warn_slowpath_null+0x15/0x20 [ 229.064388] [<ffffffff8150b270>] xhci_address_device+0x300/0x330 [ 229.064391] [<ffffffff814e5b46>] hub_port_init+0x216/0x9a0 [ 229.064395] [<ffffffff810f63c5>] ? trace_hardirqs_on_caller+0x105/0x1d0 [ 229.064397] [<ffffffff810f649d>] ? trace_hardirqs_on+0xd/0x10 [ 229.064400] [<ffffffff814e8cf1>] hub_thread+0x5e1/0x13b0 [ 229.064402] [<ffffffff810f63c5>] ? trace_hardirqs_on_caller+0x105/0x1d0 [ 229.064405] [<ffffffff810beb70>] ? __init_waitqueue_head+0x60/0x60 [ 229.064408] [<ffffffff814e8710>] ? hub_port_debounce+0xf0/0xf0 [ 229.064411] [<ffffffff810be6d5>] kthread+0xe5/0xf0 [ 229.064413] [<ffffffff810be5f0>] ? flush_kthread_work+0x1b0/0x1b0 [ 229.064416] [<ffffffff817a9eac>] ret_from_fork+0x7c/0xb0 [ 229.064419] [<ffffffff810be5f0>] ? flush_kthread_work+0x1b0/0x1b0 [ 229.064421] ---[ end trace 9e3ba9fde2aab142 ]--- [ 229.064424] xhci_hcd 0000:0b:00.0: Virt dev invalid for slot_id 0x27! [ 229.274554] usb 4-2.2: device not accepting address 27, error -22 [ 229.276945] xHCI xhci_free_dev called with unaddressed device [ 229.662428] xHCI xhci_free_dev called with unaddressed device [ 232.963507] ------------[ cut here ]------------ [ 232.963532] WARNING: CPU: 0 PID: 520 at drivers/usb/host/xhci.c:3752 xhci_address_device+0x300/0x330() [ 232.963537] Modules linked in: iwldvm iwlwifi [ 232.963554] CPU: 0 PID: 520 Comm: khubd Tainted: G W 3.11.0-default-pciehp #5 [ 232.963558] Hardware name: Dell Inc. Vostro 3550/, BIOS A11 08/03/2012 [ 232.963563] 0000000000000009 ffff8803112e1bd8 ffffffff817a0806 0000000000000006 [ 232.963582] 0000000000000000 ffff8803112e1c18 ffffffff8109e7e2 ffff88030fe68c78 [ 232.963584] ffff8803100da030 0000000000000000 ffff880300890000 0000000000000000 [ 232.963587] Call Trace: [ 232.963593] [<ffffffff817a0806>] dump_stack+0x46/0x58 [ 232.963597] [<ffffffff8109e7e2>] warn_slowpath_common+0x82/0xb0 [ 232.963600] [<ffffffff8109e825>] warn_slowpath_null+0x15/0x20 [ 232.963602] [<ffffffff8150b270>] xhci_address_device+0x300/0x330 [ 232.963606] [<ffffffff814e5b46>] hub_port_init+0x216/0x9a0 [ 232.963610] [<ffffffff810f63c5>] ? trace_hardirqs_on_caller+0x105/0x1d0 [ 232.963612] [<ffffffff810f649d>] ? trace_hardirqs_on+0xd/0x10 [ 232.963615] [<ffffffff814e8cf1>] hub_thread+0x5e1/0x13b0 [ 232.963617] [<ffffffff810f63c5>] ? trace_hardirqs_on_caller+0x105/0x1d0 [ 232.963621] [<ffffffff810beb70>] ? __init_waitqueue_head+0x60/0x60 [ 232.963623] [<ffffffff814e8710>] ? hub_port_debounce+0xf0/0xf0 [ 232.963626] [<ffffffff810be6d5>] kthread+0xe5/0xf0 [ 232.963629] [<ffffffff810be5f0>] ? flush_kthread_work+0x1b0/0x1b0 [ 232.963632] [<ffffffff817a9eac>] ret_from_fork+0x7c/0xb0 [ 232.963635] [<ffffffff810be5f0>] ? flush_kthread_work+0x1b0/0x1b0 [ 232.963636] ---[ end trace 9e3ba9fde2aab143 ]--- [ 232.963639] xhci_hcd 0000:0b:00.0: Virt dev invalid for slot_id 0x2a! [ 233.169387] ------------[ cut here ]------------ [ 233.169412] WARNING: CPU: 0 PID: 520 at drivers/usb/host/xhci.c:3752 xhci_address_device+0x300/0x330() [ 233.169417] Modules linked in: iwldvm iwlwifi [ 233.169433] CPU: 0 PID: 520 Comm: khubd Tainted: G W 3.11.0-default-pciehp #5 [ 233.169438] Hardware name: Dell Inc. Vostro 3550/, BIOS A11 08/03/2012 [ 233.169443] 0000000000000009 ffff8803112e1bd8 ffffffff817a0806 0000000000000006 [ 233.169460] 0000000000000000 ffff8803112e1c18 ffffffff8109e7e2 dead000000200200 [ 233.169463] ffff8803100da030 0000000000000000 ffff880300890000 00000000ffffffea [ 233.169466] Call Trace: [ 233.169472] [<ffffffff817a0806>] dump_stack+0x46/0x58 [ 233.169476] [<ffffffff8109e7e2>] warn_slowpath_common+0x82/0xb0 [ 233.169478] [<ffffffff8109e825>] warn_slowpath_null+0x15/0x20 [ 233.169481] [<ffffffff8150b270>] xhci_address_device+0x300/0x330 [ 233.169485] [<ffffffff814e5b46>] hub_port_init+0x216/0x9a0 [ 233.169488] [<ffffffff810f63c5>] ? trace_hardirqs_on_caller+0x105/0x1d0 [ 233.169490] [<ffffffff810f649d>] ? trace_hardirqs_on+0xd/0x10 [ 233.169493] [<ffffffff814e8cf1>] hub_thread+0x5e1/0x13b0 [ 233.169495] [<ffffffff810f63c5>] ? trace_hardirqs_on_caller+0x105/0x1d0 [ 233.169500] [<ffffffff810beb70>] ? __init_waitqueue_head+0x60/0x60 [ 233.169502] [<ffffffff814e8710>] ? hub_port_debounce+0xf0/0xf0 [ 233.169505] [<ffffffff810be6d5>] kthread+0xe5/0xf0 [ 233.169508] [<ffffffff810be5f0>] ? flush_kthread_work+0x1b0/0x1b0 [ 233.169511] [<ffffffff817a9eac>] ret_from_fork+0x7c/0xb0 [ 233.169514] [<ffffffff810be5f0>] ? flush_kthread_work+0x1b0/0x1b0 [ 233.169515] ---[ end trace 9e3ba9fde2aab144 ]--- [ 233.169518] xhci_hcd 0000:0b:00.0: Virt dev invalid for slot_id 0x2a! [ 233.379646] usb 4-2.2: device not accepting address 29, error -22 [ 233.382013] xHCI xhci_free_dev called with unaddressed device [ 233.767528] xHCI xhci_free_dev called with unaddressed device [ 237.058910] ------------[ cut here ]------------ [ 237.058928] WARNING: CPU: 0 PID: 520 at drivers/usb/host/xhci.c:3752 xhci_address_device+0x300/0x330() [ 237.058929] Modules linked in: iwldvm iwlwifi [ 237.058934] CPU: 0 PID: 520 Comm: khubd Tainted: G W 3.11.0-default-pciehp #5 [ 237.058935] Hardware name: Dell Inc. Vostro 3550/, BIOS A11 08/03/2012 [ 237.058936] 0000000000000009 ffff8803112e1bd8 ffffffff817a0806 0000000000000006 [ 237.058939] 0000000000000000 ffff8803112e1c18 ffffffff8109e7e2 ffff88030fe68c78 [ 237.058942] ffff8803100da030 0000000000000000 ffff880300890000 0000000000000000 [ 237.058945] Call Trace: [ 237.058951] [<ffffffff817a0806>] dump_stack+0x46/0x58 [ 237.058955] [<ffffffff8109e7e2>] warn_slowpath_common+0x82/0xb0 [ 237.058958] [<ffffffff8109e825>] warn_slowpath_null+0x15/0x20 [ 237.058960] [<ffffffff8150b270>] xhci_address_device+0x300/0x330 [ 237.058964] [<ffffffff814e5b46>] hub_port_init+0x216/0x9a0 [ 237.058968] [<ffffffff810f63c5>] ? trace_hardirqs_on_caller+0x105/0x1d0 [ 237.058970] [<ffffffff810f649d>] ? trace_hardirqs_on+0xd/0x10 [ 237.058973] [<ffffffff814e8cf1>] hub_thread+0x5e1/0x13b0 [ 237.058975] [<ffffffff810f63c5>] ? trace_hardirqs_on_caller+0x105/0x1d0 [ 237.058979] [<ffffffff810beb70>] ? __init_waitqueue_head+0x60/0x60 [ 237.058981] [<ffffffff814e8710>] ? hub_port_debounce+0xf0/0xf0 [ 237.058984] [<ffffffff810be6d5>] kthread+0xe5/0xf0 [ 237.058986] [<ffffffff810be5f0>] ? flush_kthread_work+0x1b0/0x1b0 [ 237.058989] [<ffffffff817a9eac>] ret_from_fork+0x7c/0xb0 [ 237.058991] [<ffffffff810be5f0>] ? flush_kthread_work+0x1b0/0x1b0 [ 237.058993] ---[ end trace 9e3ba9fde2aab145 ]--- [ 237.058996] xhci_hcd 0000:0b:00.0: Virt dev invalid for slot_id 0x2d! [ 237.264461] ------------[ cut here ]------------ [ 237.264486] WARNING: CPU: 0 PID: 520 at drivers/usb/host/xhci.c:3752 xhci_address_device+0x300/0x330() [ 237.264491] Modules linked in: iwldvm iwlwifi [ 237.264507] CPU: 0 PID: 520 Comm: khubd Tainted: G W 3.11.0-default-pciehp #5 [ 237.264512] Hardware name: Dell Inc. Vostro 3550/, BIOS A11 08/03/2012 [ 237.264517] 0000000000000009 ffff8803112e1bd8 ffffffff817a0806 0000000000000006 [ 237.264534] 0000000000000000 ffff8803112e1c18 ffffffff8109e7e2 dead000000200200 [ 237.264536] ffff8803100da030 0000000000000000 ffff880300890000 00000000ffffffea [ 237.264539] Call Trace: [ 237.264545] [<ffffffff817a0806>] dump_stack+0x46/0x58 [ 237.264550] [<ffffffff8109e7e2>] warn_slowpath_common+0x82/0xb0 [ 237.264552] [<ffffffff8109e825>] warn_slowpath_null+0x15/0x20 [ 237.264554] [<ffffffff8150b270>] xhci_address_device+0x300/0x330 [ 237.264557] [<ffffffff814e5b46>] hub_port_init+0x216/0x9a0 [ 237.264561] [<ffffffff810f63c5>] ? trace_hardirqs_on_caller+0x105/0x1d0 [ 237.264563] [<ffffffff810f649d>] ? trace_hardirqs_on+0xd/0x10 [ 237.264566] [<ffffffff814e8cf1>] hub_thread+0x5e1/0x13b0 [ 237.264568] [<ffffffff810f63c5>] ? trace_hardirqs_on_caller+0x105/0x1d0 [ 237.264572] [<ffffffff810beb70>] ? __init_waitqueue_head+0x60/0x60 [ 237.264575] [<ffffffff814e8710>] ? hub_port_debounce+0xf0/0xf0 [ 237.264577] [<ffffffff810be6d5>] kthread+0xe5/0xf0 [ 237.264580] [<ffffffff810be5f0>] ? flush_kthread_work+0x1b0/0x1b0 [ 237.264583] [<ffffffff817a9eac>] ret_from_fork+0x7c/0xb0 [ 237.264586] [<ffffffff810be5f0>] ? flush_kthread_work+0x1b0/0x1b0 [ 237.264587] ---[ end trace 9e3ba9fde2aab146 ]--- [ 237.264590] xhci_hcd 0000:0b:00.0: Virt dev invalid for slot_id 0x2d! [ 237.474763] usb 4-2.2: device not accepting address 31, error -22 [ 237.477009] xHCI xhci_free_dev called with unaddressed device [ 237.862745] xHCI xhci_free_dev called with unaddressed device [ 241.163562] ------------[ cut here ]------------ [ 241.163586] WARNING: CPU: 0 PID: 520 at drivers/usb/host/xhci.c:3752 xhci_address_device+0x300/0x330() [ 241.163591] Modules linked in: iwldvm iwlwifi [ 241.163607] CPU: 0 PID: 520 Comm: khubd Tainted: G W 3.11.0-default-pciehp #5 [ 241.163612] Hardware name: Dell Inc. Vostro 3550/, BIOS A11 08/03/2012 [ 241.163617] 0000000000000009 ffff8803112e1bd8 ffffffff817a0806 0000000000000006 [ 241.163628] 0000000000000000 ffff8803112e1c18 ffffffff8109e7e2 ffff88030fe68c78 [ 241.163637] ffff8803100da030 0000000000000000 ffff880300890000 0000000000000000 [ 241.163653] Call Trace: [ 241.163658] [<ffffffff817a0806>] dump_stack+0x46/0x58 [ 241.163661] [<ffffffff8109e7e2>] warn_slowpath_common+0x82/0xb0 [ 241.163664] [<ffffffff8109e825>] warn_slowpath_null+0x15/0x20 [ 241.163666] [<ffffffff8150b270>] xhci_address_device+0x300/0x330 [ 241.163669] [<ffffffff814e5b46>] hub_port_init+0x216/0x9a0 [ 241.163673] [<ffffffff810f63c5>] ? trace_hardirqs_on_caller+0x105/0x1d0 [ 241.163674] [<ffffffff810f649d>] ? trace_hardirqs_on+0xd/0x10 [ 241.163677] [<ffffffff814e8cf1>] hub_thread+0x5e1/0x13b0 [ 241.163679] [<ffffffff810f63c5>] ? trace_hardirqs_on_caller+0x105/0x1d0 [ 241.163683] [<ffffffff810beb70>] ? __init_waitqueue_head+0x60/0x60 [ 241.163685] [<ffffffff814e8710>] ? hub_port_debounce+0xf0/0xf0 [ 241.163687] [<ffffffff810be6d5>] kthread+0xe5/0xf0 [ 241.163690] [<ffffffff810be5f0>] ? flush_kthread_work+0x1b0/0x1b0 [ 241.163692] [<ffffffff817a9eac>] ret_from_fork+0x7c/0xb0 [ 241.163694] [<ffffffff810be5f0>] ? flush_kthread_work+0x1b0/0x1b0 [ 241.163695] ---[ end trace 9e3ba9fde2aab147 ]--- [ 241.163698] xhci_hcd 0000:0b:00.0: Virt dev invalid for slot_id 0x30! [ 241.369581] ------------[ cut here ]------------ [ 241.369606] WARNING: CPU: 0 PID: 520 at drivers/usb/host/xhci.c:3752 xhci_address_device+0x300/0x330() [ 241.369611] Modules linked in: iwldvm iwlwifi [ 241.369627] CPU: 0 PID: 520 Comm: khubd Tainted: G W 3.11.0-default-pciehp #5 [ 241.369628] Hardware name: Dell Inc. Vostro 3550/, BIOS A11 08/03/2012 [ 241.369629] 0000000000000009 ffff8803112e1bd8 ffffffff817a0806 0000000000000006 [ 241.369632] 0000000000000000 ffff8803112e1c18 ffffffff8109e7e2 dead000000200200 [ 241.369634] ffff8803100da030 0000000000000000 ffff880300890000 00000000ffffffea [ 241.369637] Call Trace: [ 241.369643] [<ffffffff817a0806>] dump_stack+0x46/0x58 [ 241.369647] [<ffffffff8109e7e2>] warn_slowpath_common+0x82/0xb0 [ 241.369649] [<ffffffff8109e825>] warn_slowpath_null+0x15/0x20 [ 241.369652] [<ffffffff8150b270>] xhci_address_device+0x300/0x330 [ 241.369655] [<ffffffff814e5b46>] hub_port_init+0x216/0x9a0 [ 241.369659] [<ffffffff810f63c5>] ? trace_hardirqs_on_caller+0x105/0x1d0 [ 241.369661] [<ffffffff810f649d>] ? trace_hardirqs_on+0xd/0x10 [ 241.369664] [<ffffffff814e8cf1>] hub_thread+0x5e1/0x13b0 [ 241.369666] [<ffffffff810f63c5>] ? trace_hardirqs_on_caller+0x105/0x1d0 [ 241.369669] [<ffffffff810beb70>] ? __init_waitqueue_head+0x60/0x60 [ 241.369672] [<ffffffff814e8710>] ? hub_port_debounce+0xf0/0xf0 [ 241.369674] [<ffffffff810be6d5>] kthread+0xe5/0xf0 [ 241.369677] [<ffffffff810be5f0>] ? flush_kthread_work+0x1b0/0x1b0 [ 241.369680] [<ffffffff817a9eac>] ret_from_fork+0x7c/0xb0 [ 241.369683] [<ffffffff810be5f0>] ? flush_kthread_work+0x1b0/0x1b0 [ 241.369684] ---[ end trace 9e3ba9fde2aab148 ]--- [ 241.369687] xhci_hcd 0000:0b:00.0: Virt dev invalid for slot_id 0x30! [ 241.579824] usb 4-2.2: device not accepting address 33, error -22 [ 241.582219] xHCI xhci_free_dev called with unaddressed device [ 241.967710] xHCI xhci_free_dev called with unaddressed device [ 245.268553] xhci_hcd 0000:0b:00.0: ERROR: unexpected command completion code 0x0. [ 245.474687] xhci_hcd 0000:0b:00.0: ERROR: unexpected command completion code 0x0. [ 245.684906] usb 4-2.2: device not accepting address 35, error -22 [ 245.687262] xhci_hcd 0000:0b:00.0: Bad Slot ID 50 [ 245.687266] xhci_hcd 0000:0b:00.0: Could not allocate xHCI USB device data structures [ 245.687271] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 254.285572] xhci_hcd 0000:0b:00.0: Timeout while waiting for a slot [ 254.285661] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 257.480527] xhci_hcd 0000:0b:00.0: Bad Slot ID 50 [ 257.480531] xhci_hcd 0000:0b:00.0: Could not allocate xHCI USB device data structures [ 257.480537] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 266.590859] xhci_hcd 0000:0b:00.0: Timeout while waiting for a slot [ 266.590934] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 269.869471] xhci_hcd 0000:0b:00.0: ERROR: unexpected command completion code 0x0. [ 270.075147] xhci_hcd 0000:0b:00.0: ERROR: unexpected command completion code 0x0. [ 270.285401] usb 4-2.2: device not accepting address 36, error -22 [ 270.287945] xhci_hcd 0000:0b:00.0: Bad Slot ID 54 [ 270.287948] xhci_hcd 0000:0b:00.0: Could not allocate xHCI USB device data structures [ 270.287954] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 273.890779] xhci_hcd 0000:0b:00.0: Bad Slot ID 54 [ 273.890783] xhci_hcd 0000:0b:00.0: Could not allocate xHCI USB device data structures [ 273.890789] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 282.991140] xhci_hcd 0000:0b:00.0: Timeout while waiting for a slot [ 282.991241] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 286.196002] xhci_hcd 0000:0b:00.0: Bad Slot ID 54 [ 286.196014] xhci_hcd 0000:0b:00.0: Could not allocate xHCI USB device data structures [ 286.196028] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 295.296390] xhci_hcd 0000:0b:00.0: Timeout while waiting for a slot [ 295.296492] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 298.574813] ------------[ cut here ]------------ [ 298.574837] WARNING: CPU: 0 PID: 520 at drivers/usb/host/xhci.c:3752 xhci_address_device+0x300/0x330() [ 298.574842] Modules linked in: iwldvm iwlwifi [ 298.574858] CPU: 0 PID: 520 Comm: khubd Tainted: G W 3.11.0-default-pciehp #5 [ 298.574863] Hardware name: Dell Inc. Vostro 3550/, BIOS A11 08/03/2012 [ 298.574868] 0000000000000009 ffff8803112e1bd8 ffffffff817a0806 0000000000000006 [ 298.574879] 0000000000000000 ffff8803112e1c18 ffffffff8109e7e2 ffff88030fe68c78 [ 298.574889] ffff8803100da030 0000000000000000 ffff880300891030 0000000000000000 [ 298.574907] Call Trace: [ 298.574913] [<ffffffff817a0806>] dump_stack+0x46/0x58 [ 298.574916] [<ffffffff8109e7e2>] warn_slowpath_common+0x82/0xb0 [ 298.574918] [<ffffffff8109e825>] warn_slowpath_null+0x15/0x20 [ 298.574920] [<ffffffff8150b270>] xhci_address_device+0x300/0x330 [ 298.574924] [<ffffffff814e5b46>] hub_port_init+0x216/0x9a0 [ 298.574927] [<ffffffff810f63c5>] ? trace_hardirqs_on_caller+0x105/0x1d0 [ 298.574929] [<ffffffff810f649d>] ? trace_hardirqs_on+0xd/0x10 [ 298.574931] [<ffffffff814e8cf1>] hub_thread+0x5e1/0x13b0 [ 298.574933] [<ffffffff810f63c5>] ? trace_hardirqs_on_caller+0x105/0x1d0 [ 298.574936] [<ffffffff810beb70>] ? __init_waitqueue_head+0x60/0x60 [ 298.574938] [<ffffffff814e8710>] ? hub_port_debounce+0xf0/0xf0 [ 298.574941] [<ffffffff810be6d5>] kthread+0xe5/0xf0 [ 298.574943] [<ffffffff810be5f0>] ? flush_kthread_work+0x1b0/0x1b0 [ 298.574946] [<ffffffff817a9eac>] ret_from_fork+0x7c/0xb0 [ 298.574948] [<ffffffff810be5f0>] ? flush_kthread_work+0x1b0/0x1b0 [ 298.574949] ---[ end trace 9e3ba9fde2aab149 ]--- [ 298.574952] xhci_hcd 0000:0b:00.0: Virt dev invalid for slot_id 0x3c! [ 298.780752] ------------[ cut here ]------------ [ 298.780778] WARNING: CPU: 0 PID: 520 at drivers/usb/host/xhci.c:3752 xhci_address_device+0x300/0x330() [ 298.780782] Modules linked in: iwldvm iwlwifi [ 298.780797] CPU: 0 PID: 520 Comm: khubd Tainted: G W 3.11.0-default-pciehp #5 [ 298.780798] Hardware name: Dell Inc. Vostro 3550/, BIOS A11 08/03/2012 [ 298.780799] 0000000000000009 ffff8803112e1bd8 ffffffff817a0806 0000000000000006 [ 298.780802] 0000000000000000 ffff8803112e1c18 ffffffff8109e7e2 dead000000200200 [ 298.780805] ffff8803100da030 0000000000000000 ffff880300891030 00000000ffffffea [ 298.780808] Call Trace: [ 298.780813] [<ffffffff817a0806>] dump_stack+0x46/0x58 [ 298.780818] [<ffffffff8109e7e2>] warn_slowpath_common+0x82/0xb0 [ 298.780820] [<ffffffff8109e825>] warn_slowpath_null+0x15/0x20 [ 298.780822] [<ffffffff8150b270>] xhci_address_device+0x300/0x330 [ 298.780826] [<ffffffff814e5b46>] hub_port_init+0x216/0x9a0 [ 298.780830] [<ffffffff810f63c5>] ? trace_hardirqs_on_caller+0x105/0x1d0 [ 298.780832] [<ffffffff810f649d>] ? trace_hardirqs_on+0xd/0x10 [ 298.780835] [<ffffffff814e8cf1>] hub_thread+0x5e1/0x13b0 [ 298.780837] [<ffffffff810f63c5>] ? trace_hardirqs_on_caller+0x105/0x1d0 [ 298.780840] [<ffffffff810beb70>] ? __init_waitqueue_head+0x60/0x60 [ 298.780843] [<ffffffff814e8710>] ? hub_port_debounce+0xf0/0xf0 [ 298.780845] [<ffffffff810be6d5>] kthread+0xe5/0xf0 [ 298.780848] [<ffffffff810be5f0>] ? flush_kthread_work+0x1b0/0x1b0 [ 298.780851] [<ffffffff817a9eac>] ret_from_fork+0x7c/0xb0 [ 298.780853] [<ffffffff810be5f0>] ? flush_kthread_work+0x1b0/0x1b0 [ 298.780855] ---[ end trace 9e3ba9fde2aab14a ]--- [ 298.780858] xhci_hcd 0000:0b:00.0: Virt dev invalid for slot_id 0x3c! [ 298.991004] usb 4-2.2: device not accepting address 37, error -22 [ 298.993475] xHCI xhci_free_dev called with unaddressed device [ 299.378079] xHCI xhci_free_dev called with unaddressed device [ 302.680003] ------------[ cut here ]------------ [ 302.680027] WARNING: CPU: 0 PID: 520 at drivers/usb/host/xhci.c:3752 xhci_address_device+0x300/0x330() [ 302.680032] Modules linked in: iwldvm iwlwifi [ 302.680049] CPU: 0 PID: 520 Comm: khubd Tainted: G W 3.11.0-default-pciehp #5 [ 302.680053] Hardware name: Dell Inc. Vostro 3550/, BIOS A11 08/03/2012 [ 302.680058] 0000000000000009 ffff8803112e1bd8 ffffffff817a0806 0000000000000006 [ 302.680069] 0000000000000000 ffff8803112e1c18 ffffffff8109e7e2 ffff88030fe68c78 [ 302.680083] ffff8803100da030 0000000000000000 ffff880300895908 0000000000000000 [ 302.680086] Call Trace: [ 302.680092] [<ffffffff817a0806>] dump_stack+0x46/0x58 [ 302.680095] [<ffffffff8109e7e2>] warn_slowpath_common+0x82/0xb0 [ 302.680098] [<ffffffff8109e825>] warn_slowpath_null+0x15/0x20 [ 302.680100] [<ffffffff8150b270>] xhci_address_device+0x300/0x330 [ 302.680103] [<ffffffff814e5b46>] hub_port_init+0x216/0x9a0 [ 302.680107] [<ffffffff810f63c5>] ? trace_hardirqs_on_caller+0x105/0x1d0 [ 302.680109] [<ffffffff810f649d>] ? trace_hardirqs_on+0xd/0x10 [ 302.680111] [<ffffffff814e8cf1>] hub_thread+0x5e1/0x13b0 [ 302.680113] [<ffffffff810f63c5>] ? trace_hardirqs_on_caller+0x105/0x1d0 [ 302.680117] [<ffffffff810beb70>] ? __init_waitqueue_head+0x60/0x60 [ 302.680119] [<ffffffff814e8710>] ? hub_port_debounce+0xf0/0xf0 [ 302.680122] [<ffffffff810be6d5>] kthread+0xe5/0xf0 [ 302.680124] [<ffffffff810be5f0>] ? flush_kthread_work+0x1b0/0x1b0 [ 302.680127] [<ffffffff817a9eac>] ret_from_fork+0x7c/0xb0 [ 302.680129] [<ffffffff810be5f0>] ? flush_kthread_work+0x1b0/0x1b0 [ 302.680131] ---[ end trace 9e3ba9fde2aab14b ]--- [ 302.680133] xhci_hcd 0000:0b:00.0: Virt dev invalid for slot_id 0x3f! [ 302.885777] ------------[ cut here ]------------ [ 302.885803] WARNING: CPU: 0 PID: 520 at drivers/usb/host/xhci.c:3752 xhci_address_device+0x300/0x330() [ 302.885808] Modules linked in: iwldvm iwlwifi [ 302.885824] CPU: 0 PID: 520 Comm: khubd Tainted: G W 3.11.0-default-pciehp #5 [ 302.885829] Hardware name: Dell Inc. Vostro 3550/, BIOS A11 08/03/2012 [ 302.885834] 0000000000000009 ffff8803112e1bd8 ffffffff817a0806 0000000000000006 [ 302.885845] 0000000000000000 ffff8803112e1c18 ffffffff8109e7e2 dead000000200200 [ 302.885856] ffff8803100da030 0000000000000000 ffff880300895908 00000000ffffffea [ 302.885871] Call Trace: [ 302.885877] [<ffffffff817a0806>] dump_stack+0x46/0x58 [ 302.885881] [<ffffffff8109e7e2>] warn_slowpath_common+0x82/0xb0 [ 302.885884] [<ffffffff8109e825>] warn_slowpath_null+0x15/0x20 [ 302.885886] [<ffffffff8150b270>] xhci_address_device+0x300/0x330 [ 302.885890] [<ffffffff814e5b46>] hub_port_init+0x216/0x9a0 [ 302.885893] [<ffffffff810f63c5>] ? trace_hardirqs_on_caller+0x105/0x1d0 [ 302.885895] [<ffffffff810f649d>] ? trace_hardirqs_on+0xd/0x10 [ 302.885898] [<ffffffff814e8cf1>] hub_thread+0x5e1/0x13b0 [ 302.885900] [<ffffffff810f63c5>] ? trace_hardirqs_on_caller+0x105/0x1d0 [ 302.885904] [<ffffffff810beb70>] ? __init_waitqueue_head+0x60/0x60 [ 302.885906] [<ffffffff814e8710>] ? hub_port_debounce+0xf0/0xf0 [ 302.885909] [<ffffffff810be6d5>] kthread+0xe5/0xf0 [ 302.885912] [<ffffffff810be5f0>] ? flush_kthread_work+0x1b0/0x1b0 [ 302.885915] [<ffffffff817a9eac>] ret_from_fork+0x7c/0xb0 [ 302.885918] [<ffffffff810be5f0>] ? flush_kthread_work+0x1b0/0x1b0 [ 302.885919] ---[ end trace 9e3ba9fde2aab14c ]--- [ 302.885922] xhci_hcd 0000:0b:00.0: Virt dev invalid for slot_id 0x3f! [ 303.096068] usb 4-2.2: device not accepting address 39, error -22 [ 303.098440] xHCI xhci_free_dev called with unaddressed device [ 303.483802] xHCI xhci_free_dev called with unaddressed device [ 306.780591] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 307.201158] usb 4-2.2: device not accepting address 41, error -22 [ 307.203382] xHCI xhci_free_dev called with unaddressed device [ 307.203441] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 307.203454] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 310.796376] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 310.796396] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 314.901647] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 314.901671] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 319.006655] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 319.006661] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 323.101737] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 323.101744] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 327.207083] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 327.207089] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 331.302023] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 331.302039] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 335.407134] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 335.407140] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 339.512104] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 339.512110] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 343.607313] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 343.607320] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 347.712269] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 347.712276] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 351.807368] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 351.807374] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 355.912695] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 355.912703] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 360.017665] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 360.017672] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 364.112631] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 364.112638] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 368.217859] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 368.217865] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 372.322940] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 372.322947] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 376.417901] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 376.417906] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 380.523004] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 380.523010] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 384.617730] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 384.617736] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 388.723262] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 388.723282] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 392.828272] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 392.828278] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 396.923229] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 396.923235] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 401.028333] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 401.028339] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 405.123643] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 405.123658] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 409.228635] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 409.228642] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 413.333602] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 413.333608] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 417.428790] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 417.428805] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 421.533896] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 421.533902] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 425.629117] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 425.629123] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 429.733601] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 429.733607] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 433.838950] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 433.838962] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 437.934047] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 437.934068] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 442.039157] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 442.039184] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 446.134118] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 446.134132] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 450.239340] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 450.239358] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 454.344178] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 454.344192] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 458.439257] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 458.439271] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 462.544337] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 462.544350] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 466.649444] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 466.649464] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 470.744644] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 470.744651] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 474.849820] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 474.849827] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 478.944676] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 478.944682] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 483.050160] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 483.050173] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 487.155204] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 487.155219] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 491.250093] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 491.250114] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 495.355400] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 495.355407] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 499.450263] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 499.450276] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 503.555367] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 503.555381] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 507.660506] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 507.660526] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 511.755755] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 511.755761] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 515.860727] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 515.860740] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 519.965820] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 519.965826] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 524.061177] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 524.061191] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 528.166062] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 528.166080] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 532.261208] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 532.261222] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 536.366294] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 536.366308] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 540.471271] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 540.471278] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 544.566470] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 544.566484] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 548.671442] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 548.671456] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 552.776326] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 552.776339] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 556.871508] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 556.871515] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 560.976578] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 560.976593] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 565.071935] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 565.071942] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 569.176853] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 569.176881] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 573.281863] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 573.281878] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 577.377197] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 577.377204] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 581.482171] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 581.482184] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 585.577253] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 585.577268] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 589.682208] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 589.682223] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 593.787316] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 593.787331] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 597.882533] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 597.882539] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 601.987502] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 601.987509] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 606.082825] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 606.082831] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 610.187794] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 610.187809] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 614.292760] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 614.292776] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 618.387835] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 618.387851] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 622.493074] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 622.493081] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 626.598041] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 626.598048] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 630.692943] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 630.692961] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 634.798242] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 634.798262] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 638.893288] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 638.893303] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 642.998266] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 642.998272] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 647.103473] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 647.103488] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 651.198574] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 651.198580] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 655.303671] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 655.303678] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 659.398751] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 659.398758] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 663.503850] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 663.503857] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 667.608818] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 667.608825] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 671.704120] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 671.704127] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 675.809121] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 675.809128] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 679.904080] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 679.904086] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 684.009172] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 684.009179] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 688.114392] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 688.114399] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 692.209465] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 692.209480] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 696.314437] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 696.314444] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 700.419540] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 700.419546] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 704.514848] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 704.514863] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 708.619832] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 708.619839] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 712.714788] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 712.714795] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 716.819893] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 716.819900] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 720.924966] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 720.924981] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 725.020066] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 725.020073] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 729.125292] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 729.125299] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 733.220361] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 733.220376] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 737.325347] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 737.325354] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 741.430437] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 741.430444] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 745.525396] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 745.525403] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 749.630604] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 749.630620] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 753.735703] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 753.735718] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 757.830915] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 757.830921] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 761.935881] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 761.935888] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 766.030846] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 766.030853] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 770.135736] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 770.135742] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 774.241290] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 774.241296] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 778.336240] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 778.336248] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 782.441331] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 782.441338] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 786.536294] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 786.536301] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 790.641389] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 790.641395] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 794.746726] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 794.746741] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 798.841805] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 798.841820] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 802.946529] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 802.946536] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 807.051741] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 807.051755] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 811.146715] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 811.146721] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 815.252062] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 815.252069] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 819.347015] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 819.347022] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 823.452109] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 823.452116] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 827.557339] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 827.557346] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 831.652267] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 831.652282] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 835.757376] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 835.757388] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 839.852461] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 839.852468] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 843.957421] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 843.957437] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 848.062650] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 848.062664] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 852.157744] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 852.157750] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 856.262707] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 856.262714] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 860.358038] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 860.358045] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 864.463135] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 864.463142] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 868.568107] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 868.568114] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 872.663060] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 872.663067] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 876.768138] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 876.768153] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 880.873377] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 880.873384] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 884.968196] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 884.968210] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 889.073417] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 889.073432] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 893.168753] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 893.168768] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 897.273482] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 897.273488] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 901.378353] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 901.378366] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 905.473774] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 905.473780] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 909.578838] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 909.578858] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 913.673896] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 913.673915] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 917.778923] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 917.778929] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 921.883811] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 921.883831] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 925.979229] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 925.979236] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 930.084323] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 930.084337] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 934.189296] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 934.189302] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 938.284500] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 938.284507] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 942.389469] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 942.389476] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 946.484550] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 946.484556] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 950.589897] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 950.589903] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 954.694573] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 954.694599] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 958.789952] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 958.789958] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 962.895049] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 962.895056] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 966.990129] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 966.990135] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 971.095091] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 971.095098] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 975.200059] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 975.200066] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 979.295401] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 979.295408] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 983.400362] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 983.400369] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 987.495325] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 987.495332] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 991.600545] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 991.600551] hub 4-2:1.0: couldn't allocate port 2 usb_device [ 995.705635] xhci_hcd 0000:0b:00.0: Error while assigning device slot ID [ 995.705642] hub 4-2:1.0: couldn't allocate port 2 usb_device