Resuming rt73usb wireless network dongle: ep0in 3strikes

Mattias Nissler <[email protected]>
Newsgroups gmane.linux.usb.devel
Message-ID <1188816949.8195.19.camel@localhost>
Hi everybody,

the rt2x00 project is currently working to stabilize the ralink wireless
drivers for normal users.

One issue issue we are struggling with is the resume handler for the
rt73 usb device. Here is what I see:

When suspending the device manually using

echo -ne "suspend" > /sys/bus/usb/devices/2-6/level
echo -ne "auto" > /sys/bus/usb/devices/2-6/level

everything works fine. I have attached the resulting log snippet in the
file syslog_suspend_device.txt

However, when I do

echo -ne "test" > /sys/power/disk
echo -ne "disk" > /sys/power/state

the resume handler borks, with lots of

Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes

messages in the logs for each attempt to access the device. Full logs
are attached as syslog_suspend_to_disk.txt

So what's the problem here? Is this a know problem? Is the resume
handler incorrect? Or maybe the device cannot resume properly and needs
to be blacklisted? All comments and suggestions welcome.

Finally, some more details about my system:

- uname -a
Linux kea 2.6.23-rc3-mattias_rt2x00-testing #44 SMP PREEMPT Mon Sep 3
12:20:16 CEST 2007 x86_64 Intel(R) Core(TM)2 CPU 6420 @ 2.13GHz
GenuineIntel GNU/Linux

- I'm running the rt2x00.git kernel which is available at
http://git.kernel.org/?p=linux/kernel/git/ivd/rt2x00.git;a=summary

- lsusb output is attached.

Just ask if you need more information.

Cheers,

Mattias

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/

_______________________________________________
[email protected]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
syslog_suspend_device.txt (text/plain, 2.7 KB)
Sep  3 12:29:28 kea wmaster0: STA 00:1a:2a:20:21:a3 Average rate: 540 (20520/38)
Sep  3 12:30:07 kea phy0 -> rt2x00lib_suspend: Notice - Going to sleep.
Sep  3 12:30:07 kea phy0 -> rt2x00lib_uninitialize: Debug - unregistering rfkill.
Sep  3 12:30:07 kea phy0 -> rt2x00lib_uninitialize: Debug - uninitializing hw.
Sep  3 12:30:07 kea phy0 -> rt2x00lib_uninitialize: Debug - freeing rings.
Sep  3 12:30:07 kea usb 2-6: usb suspend
Sep  3 12:30:12 kea wlan_rt73: No ProbeResp from current AP 00:1a:2a:20:21:a3 - assume out of range
Sep  3 12:30:12 kea wmaster0: Removed STA 00:1a:2a:20:21:a3
Sep  3 12:30:12 kea wlan_rt73: set_encrypt - unknown addr 00:1a:2a:20:21:a3
Sep  3 12:30:12 kea wpa_cli: interface wlan_rt73 DISCONNECTED
Sep  3 12:30:12 kea HW CONFIG: channel=1 freq=2412 phymode=3
Sep  3 12:30:12 kea HW CONFIG: channel=2 freq=2417 phymode=3
Sep  3 12:30:13 kea HW CONFIG: channel=3 freq=2422 phymode=3
Sep  3 12:30:13 kea HW CONFIG: channel=4 freq=2427 phymode=3
Sep  3 12:30:13 kea HW CONFIG: channel=5 freq=2432 phymode=3
Sep  3 12:30:13 kea HW CONFIG: channel=6 freq=2437 phymode=3
Sep  3 12:30:13 kea HW CONFIG: channel=7 freq=2442 phymode=3
Sep  3 10:30:13 kea avahi-daemon[7589]: Withdrawing address record for 192.168.2.100 on wlan_rt73.
Sep  3 10:30:13 kea avahi-daemon[7589]: Leaving mDNS multicast group on interface wlan_rt73.IPv4 with address 192.168.2.100.
Sep  3 10:30:13 kea avahi-daemon[7589]: Interface wlan_rt73.IPv4 no longer relevant for mDNS.
Sep  3 12:30:13 kea HW CONFIG: channel=8 freq=2447 phymode=3
Sep  3 12:30:13 kea HW CONFIG: channel=9 freq=2452 phymode=3
Sep  3 12:30:13 kea HW CONFIG: channel=10 freq=2457 phymode=3
Sep  3 12:30:13 kea HW CONFIG: channel=11 freq=2462 phymode=3
Sep  3 12:30:13 kea HW CONFIG: channel=11 freq=2462 phymode=3
Sep  3 12:30:13 kea wlan_rt73: No STA entry for own AP 00:1a:2a:20:21:a3
Sep  3 12:30:13 kea wlan_rt73: set_encrypt - unknown addr 00:00:00:00:00:00
Sep  3 12:30:17 kea usb 2-6: usb resume
Sep  3 12:30:17 kea ehci_hcd 0000:00:1d.7: GetStatus port 6 status 001005 POWER sig=se0 PE CONNECT
Sep  3 12:30:17 kea usb 2-6: finish resume
Sep  3 12:30:17 kea phy0 -> rt2x00lib_resume: Notice - Waking up.
Sep  3 12:30:17 kea phy0 -> rt2x00lib_load_firmware: Debug - Loading firmware.
Sep  3 12:30:17 kea phy0 -> rt73usb_config_mac_addr: Debug - writing mac address.
Sep  3 12:30:17 kea phy0 -> rt73usb_config_mac_addr: Debug - writing mac address done.
Sep  3 12:30:17 kea phy0 -> rt73usb_init_bbp: Debug - Start initialization from EEPROM...
Sep  3 12:30:17 kea phy0 -> rt73usb_init_bbp: Debug - ...End initialization from EEPROM.
Sep  3 12:30:17 kea phy0 -> rt2x00lib_resume: Debug - Configuring device.
Sep  3 12:30:17 kea phy0 -> rt73usb_config_bssid: Debug - writing bssid.
syslog_suspend_to_disk.txt (text/plain, 86 KB)
Sep  3 12:32:25 kea uhci_hcd 0000:00:1a.0: release dev 2 ep81-INT, period 8, phase 4, 93 us
Sep  3 12:32:25 kea PM: suspend-to-disk mode set to 'test'
Sep  3 12:32:25 kea swsusp: Marking nosave pages: 000000000009f000 - 0000000000100000
Sep  3 12:32:25 kea swsusp: Basic memory bitmaps created
Sep  3 12:32:32 kea Stopping tasks ... done.
Sep  3 12:32:32 kea Shrinking memory... done (20549 pages freed)
Sep  3 12:32:32 kea Freed 82196 kbytes in 0.28 seconds (293.55 MB/s)
Sep  3 12:32:32 kea sd 6:0:0:3: freeze
Sep  3 12:32:32 kea sd 6:0:0:2: freeze
Sep  3 12:32:32 kea sd 6:0:0:1: freeze
Sep  3 12:32:32 kea sd 6:0:0:0: freeze
Sep  3 12:32:32 kea snd_virmidi snd_virmidi.0: freeze
Sep  3 12:32:32 kea it87 it87.656: freeze
Sep  3 12:32:32 kea coretemp coretemp.1: freeze
Sep  3 12:32:32 kea coretemp coretemp.0: freeze
Sep  3 12:32:32 kea eeprom 0-0053: freeze
Sep  3 12:32:32 kea eeprom 0-0051: freeze
Sep  3 12:32:32 kea serio serio1: freeze
Sep  3 12:32:32 kea serio serio0: freeze
Sep  3 12:32:32 kea i8042 i8042: freeze
Sep  3 12:32:32 kea usbhid 3-2:1.1: freeze
Sep  3 12:32:32 kea usbhid 3-2:1.0: freeze
Sep  3 12:32:32 kea usb 3-2: freeze
Sep  3 12:32:32 kea uhci_hcd 0000:00:1a.0: release dev 3 ep81-INT, period 8, phase 4, 118 us
Sep  3 12:32:32 kea uhci_hcd 0000:00:1a.0: release dev 3 ep82-INT, period 8, phase 4, 87 us
Sep  3 12:32:32 kea usbhid 3-1:1.0: freeze
Sep  3 12:32:32 kea usb 3-1: freeze
Sep  3 12:32:32 kea rt73usb 2-6:1.0: freeze
Sep  3 12:32:32 kea usb 2-6: freeze
Sep  3 12:32:32 kea phy0 -> rt2x00lib_suspend: Notice - Going to sleep.
Sep  3 12:32:32 kea phy0 -> rt2x00lib_uninitialize: Debug - unregistering rfkill.
Sep  3 12:32:32 kea phy0 -> rt2x00lib_uninitialize: Debug - uninitializing hw.
Sep  3 12:32:32 kea phy0 -> rt2x00lib_uninitialize: Debug - freeing rings.
Sep  3 12:32:32 kea usb-storage 2-3:1.0: freeze
Sep  3 12:32:32 kea wpa_cli: interface wlan_rt73 DISCONNECTED
Sep  3 12:32:32 kea usb 2-3: freeze
Sep  3 12:32:32 kea hub 7-0:1.0: PM: suspend 2-->1
Sep  3 12:32:32 kea hub 7-0:1.0: freeze
Sep  3 12:32:32 kea usb usb7: PM: suspend 2-->1
Sep  3 12:32:32 kea usb usb7: freeze
Sep  3 12:32:32 kea hub 6-0:1.0: PM: suspend 2-->1
Sep  3 12:32:32 kea hub 6-0:1.0: freeze
Sep  3 12:32:32 kea usb usb6: PM: suspend 2-->1
Sep  3 12:32:32 kea usb usb6: freeze
Sep  3 12:32:32 kea hub 5-0:1.0: PM: suspend 2-->1
Sep  3 12:32:32 kea hub 5-0:1.0: freeze
Sep  3 12:32:32 kea usb usb5: PM: suspend 2-->1
Sep  3 12:32:32 kea usb usb5: freeze
Sep  3 12:32:32 kea hub 4-0:1.0: PM: suspend 2-->1
Sep  3 12:32:32 kea hub 4-0:1.0: freeze
Sep  3 12:32:32 kea usb usb4: PM: suspend 2-->1
Sep  3 12:32:32 kea usb usb4: freeze
Sep  3 12:32:32 kea hub 3-0:1.0: freeze
Sep  3 12:32:32 kea usb usb3: freeze
Sep  3 12:32:32 kea hub 3-0:1.0: hub_suspend
Sep  3 12:32:32 kea usb usb3: bus suspend
Sep  3 12:32:32 kea usb usb3: suspend_rh
Sep  3 12:32:32 kea hub 2-0:1.0: freeze
Sep  3 12:32:32 kea usb usb2: freeze
Sep  3 12:32:32 kea hub 2-0:1.0: hub_suspend
Sep  3 12:32:32 kea usb usb2: bus suspend
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: suspend root hub
Sep  3 12:32:32 kea hub 1-0:1.0: PM: suspend 2-->1
Sep  3 12:32:32 kea hub 1-0:1.0: freeze
Sep  3 12:32:32 kea usb usb1: PM: suspend 2-->1
Sep  3 12:32:32 kea usb usb1: freeze
Sep  3 12:32:32 kea sr 3:0:0:0: freeze
Sep  3 12:32:32 kea sd 1:0:0:0: freeze
Sep  3 12:32:32 kea sd 1:0:0:0: [sdc] Synchronizing SCSI cache
Sep  3 12:32:32 kea sd 0:0:1:0: freeze
Sep  3 12:32:32 kea sd 0:0:1:0: [sdb] Synchronizing SCSI cache
Sep  3 12:32:32 kea sd 0:0:0:0: freeze
Sep  3 12:32:32 kea sd 0:0:0:0: [sda] Synchronizing SCSI cache
Sep  3 12:32:32 kea vesafb vesafb.0: freeze
Sep  3 12:32:32 kea pci_express 0000:00:1c.5:pcie03: freeze
Sep  3 12:32:32 kea pci_express 0000:00:1c.5:pcie02: freeze
Sep  3 12:32:32 kea pci_express 0000:00:1c.5:pcie00: freeze
Sep  3 12:32:32 kea pci_express 0000:00:1c.4:pcie03: freeze
Sep  3 12:32:32 kea pci_express 0000:00:1c.4:pcie02: freeze
Sep  3 12:32:32 kea pci_express 0000:00:1c.4:pcie00: freeze
Sep  3 12:32:32 kea pci_express 0000:00:1c.0:pcie03: freeze
Sep  3 12:32:32 kea pci_express 0000:00:1c.0:pcie02: freeze
Sep  3 12:32:32 kea pci_express 0000:00:1c.0:pcie00: freeze
Sep  3 12:32:32 kea pci_express 0000:00:01.0:pcie03: freeze
Sep  3 12:32:32 kea pci_express 0000:00:01.0:pcie00: freeze
Sep  3 12:32:32 kea platform pcspkr: freeze
Sep  3 12:32:32 kea platform microcode: freeze
Sep  3 12:32:32 kea platform bluetooth: freeze
Sep  3 12:32:32 kea pnp 00:09: freeze
Sep  3 12:32:32 kea system 00:08: freeze
Sep  3 12:32:32 kea system 00:07: freeze
Sep  3 12:32:32 kea ACPI handle has no context!
Sep  3 12:32:32 kea system 00:06: freeze
Sep  3 12:32:32 kea pnp 00:05: freeze
Sep  3 12:32:32 kea pnp 00:04: freeze
Sep  3 12:32:32 kea pnp 00:03: freeze
Sep  3 12:32:32 kea pnp 00:02: freeze
Sep  3 12:32:32 kea system 00:01: freeze
Sep  3 12:32:32 kea pnp 00:00: freeze
Sep  3 12:32:32 kea ohci1394 0000:05:06.0: freeze
Sep  3 12:32:32 kea ACPI handle has no context!
Sep  3 12:32:32 kea pci 0000:05:01.0: freeze
Sep  3 12:32:32 kea 8139too 0000:05:00.0: freeze
Sep  3 12:32:32 kea pata_jmicron 0000:04:00.1: freeze
Sep  3 12:32:32 kea ACPI: PCI interrupt for device 0000:04:00.1 disabled
Sep  3 12:32:32 kea pci 0000:04:00.0: freeze
Sep  3 12:32:32 kea sky2 0000:03:00.0: freeze
Sep  3 12:32:32 kea ACPI handle has no context!
Sep  3 12:32:32 kea ACPI handle has no context!
Sep  3 12:32:32 kea pci 0000:01:00.1: freeze
Sep  3 12:32:32 kea pci 0000:01:00.0: freeze
Sep  3 12:32:32 kea ata_piix 0000:00:1f.5: freeze
Sep  3 12:32:32 kea ACPI: PCI interrupt for device 0000:00:1f.5 disabled
Sep  3 12:32:32 kea i801_smbus 0000:00:1f.3: freeze
Sep  3 12:32:32 kea ata_piix 0000:00:1f.2: freeze
Sep  3 12:32:32 kea ACPI: PCI interrupt for device 0000:00:1f.2 disabled
Sep  3 12:32:32 kea pci 0000:00:1f.0: freeze
Sep  3 12:32:32 kea pci 0000:00:1e.0: freeze
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: freeze
Sep  3 12:32:32 kea ACPI: PCI interrupt for device 0000:00:1d.7 disabled
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: --> PCI D3/wakeup
Sep  3 12:32:32 kea uhci_hcd 0000:00:1d.2: freeze
Sep  3 12:32:32 kea uhci_hcd 0000:00:1d.2: uhci_suspend
Sep  3 12:32:32 kea ACPI: PCI interrupt for device 0000:00:1d.2 disabled
Sep  3 12:32:32 kea uhci_hcd 0000:00:1d.2: --> PCI D0/legacy
Sep  3 12:32:32 kea uhci_hcd 0000:00:1d.1: freeze
Sep  3 12:32:32 kea uhci_hcd 0000:00:1d.1: uhci_suspend
Sep  3 12:32:32 kea ACPI: PCI interrupt for device 0000:00:1d.1 disabled
Sep  3 12:32:32 kea uhci_hcd 0000:00:1d.1: --> PCI D0/legacy
Sep  3 12:32:32 kea uhci_hcd 0000:00:1d.0: freeze
Sep  3 12:32:32 kea uhci_hcd 0000:00:1d.0: uhci_suspend
Sep  3 12:32:32 kea ACPI: PCI interrupt for device 0000:00:1d.0 disabled
Sep  3 12:32:32 kea uhci_hcd 0000:00:1d.0: --> PCI D0/legacy
Sep  3 12:32:32 kea pcieport-driver 0000:00:1c.5: freeze
Sep  3 12:32:32 kea pcieport-driver 0000:00:1c.4: freeze
Sep  3 12:32:32 kea pcieport-driver 0000:00:1c.0: freeze
Sep  3 12:32:32 kea HDA Intel 0000:00:1b.0: freeze
Sep  3 12:32:32 kea ACPI: PCI interrupt for device 0000:00:1b.0 disabled
Sep  3 12:32:32 kea ehci_hcd 0000:00:1a.7: freeze
Sep  3 12:32:32 kea ACPI: PCI interrupt for device 0000:00:1a.7 disabled
Sep  3 12:32:32 kea ehci_hcd 0000:00:1a.7: --> PCI D3/wakeup
Sep  3 12:32:32 kea uhci_hcd 0000:00:1a.1: freeze
Sep  3 12:32:32 kea uhci_hcd 0000:00:1a.1: uhci_suspend
Sep  3 12:32:32 kea ACPI: PCI interrupt for device 0000:00:1a.1 disabled
Sep  3 12:32:32 kea uhci_hcd 0000:00:1a.1: --> PCI D0/legacy
Sep  3 12:32:32 kea uhci_hcd 0000:00:1a.0: freeze
Sep  3 12:32:32 kea uhci_hcd 0000:00:1a.0: uhci_suspend
Sep  3 12:32:32 kea ACPI: PCI interrupt for device 0000:00:1a.0 disabled
Sep  3 12:32:32 kea uhci_hcd 0000:00:1a.0: --> PCI D0/legacy
Sep  3 12:32:32 kea pcieport-driver 0000:00:01.0: freeze
Sep  3 12:32:32 kea pci 0000:00:00.0: freeze
Sep  3 12:32:32 kea acpi LNXTHERM:00: freeze
Sep  3 12:32:32 kea acpi INT0800:00: freeze
Sep  3 12:32:32 kea acpi PNP0C01:00: freeze
Sep  3 12:32:32 kea acpi PNP0C02:02: freeze
Sep  3 12:32:32 kea pci_link PNP0C0F:07: freeze
Sep  3 12:32:32 kea pci_link PNP0C0F:06: freeze
Sep  3 12:32:32 kea pci_link PNP0C0F:05: freeze
Sep  3 12:32:32 kea pci_link PNP0C0F:04: freeze
Sep  3 12:32:32 kea pci_link PNP0C0F:03: freeze
Sep  3 12:32:32 kea pci_link PNP0C0F:02: freeze
Sep  3 12:32:32 kea pci_link PNP0C0F:01: freeze
Sep  3 12:32:32 kea pci_link PNP0C0F:00: freeze
Sep  3 12:32:32 kea acpi device:2f: freeze
Sep  3 12:32:32 kea acpi device:2e: freeze
Sep  3 12:32:32 kea acpi device:2d: freeze
Sep  3 12:32:32 kea acpi device:2c: freeze
Sep  3 12:32:32 kea acpi device:2b: freeze
Sep  3 12:32:32 kea acpi device:2a: freeze
Sep  3 12:32:32 kea acpi device:29: freeze
Sep  3 12:32:32 kea acpi device:28: freeze
Sep  3 12:32:32 kea acpi device:27: freeze
Sep  3 12:32:32 kea acpi device:26: freeze
Sep  3 12:32:32 kea acpi device:25: freeze
Sep  3 12:32:32 kea acpi device:24: freeze
Sep  3 12:32:32 kea acpi device:23: freeze
Sep  3 12:32:32 kea acpi device:22: freeze
Sep  3 12:32:32 kea acpi device:21: freeze
Sep  3 12:32:32 kea acpi device:20: freeze
Sep  3 12:32:32 kea acpi device:1f: freeze
Sep  3 12:32:32 kea acpi device:1e: freeze
Sep  3 12:32:32 kea acpi device:1d: freeze
Sep  3 12:32:32 kea acpi device:1c: freeze
Sep  3 12:32:32 kea acpi device:1b: freeze
Sep  3 12:32:32 kea acpi device:1a: freeze
Sep  3 12:32:32 kea acpi device:19: freeze
Sep  3 12:32:32 kea acpi device:18: freeze
Sep  3 12:32:32 kea acpi device:17: freeze
Sep  3 12:32:32 kea acpi PNP0C02:01: freeze
Sep  3 12:32:32 kea acpi PNP0C04:00: freeze
Sep  3 12:32:32 kea acpi PNP0800:00: freeze
Sep  3 12:32:32 kea acpi PNP0B00:00: freeze
Sep  3 12:32:32 kea acpi PNP0100:00: freeze
Sep  3 12:32:32 kea acpi PNP0200:00: freeze
Sep  3 12:32:32 kea acpi PNP0000:00: freeze
Sep  3 12:32:32 kea acpi PNP0C02:00: freeze
Sep  3 12:32:32 kea acpi device:16: freeze
Sep  3 12:32:32 kea acpi device:15: freeze
Sep  3 12:32:32 kea acpi device:14: freeze
Sep  3 12:32:32 kea acpi device:13: freeze
Sep  3 12:32:32 kea acpi device:12: freeze
Sep  3 12:32:32 kea acpi device:11: freeze
Sep  3 12:32:32 kea acpi device:10: freeze
Sep  3 12:32:32 kea acpi device:0f: freeze
Sep  3 12:32:32 kea acpi device:0e: freeze
Sep  3 12:32:32 kea acpi device:0d: freeze
Sep  3 12:32:32 kea acpi device:0c: freeze
Sep  3 12:32:32 kea acpi device:0b: freeze
Sep  3 12:32:32 kea acpi device:0a: freeze
Sep  3 12:32:32 kea acpi device:09: freeze
Sep  3 12:32:32 kea acpi device:08: freeze
Sep  3 12:32:32 kea acpi device:07: freeze
Sep  3 12:32:32 kea acpi device:06: freeze
Sep  3 12:32:32 kea acpi device:05: freeze
Sep  3 12:32:32 kea acpi device:04: freeze
Sep  3 12:32:32 kea acpi device:03: freeze
Sep  3 12:32:32 kea acpi device:02: freeze
Sep  3 12:32:32 kea acpi device:01: freeze
Sep  3 12:32:32 kea pci_root PNP0A03:00: freeze
Sep  3 12:32:32 kea button PNP0C0C:00: freeze
Sep  3 12:32:32 kea acpi device:00: freeze
Sep  3 12:32:32 kea processor ACPI0007:03: freeze
Sep  3 12:32:32 kea processor ACPI0007:02: freeze
Sep  3 12:32:32 kea processor ACPI0007:01: freeze
Sep  3 12:32:32 kea processor ACPI0007:00: freeze
Sep  3 12:32:32 kea button LNXPWRBN:00: freeze
Sep  3 12:32:32 kea acpi LNXSYSTM:00: freeze
Sep  3 12:32:32 kea Disabling non-boot CPUs ...
Sep  3 12:32:32 kea kvm: disabling virtualization on CPU1
Sep  3 12:32:32 kea WARNING: at arch/x86_64/kernel/smp.c:379 smp_call_function_single()
Sep  3 12:32:32 kea 
Sep  3 12:32:32 kea Call Trace:
Sep  3 12:32:32 kea [<ffffffff8021d96e>] smp_call_function_single+0x15e/0x170
Sep  3 12:32:32 kea [<ffffffff804c08f3>] kvm_cpu_hotplug+0x43/0x90
Sep  3 12:32:32 kea [<ffffffff8024d821>] notifier_call_chain+0x31/0x60
Sep  3 12:32:32 kea [<ffffffff802616bb>] take_cpu_down+0x1b/0x40
Sep  3 12:32:32 kea [<ffffffff8026e463>] do_stop+0xd3/0x150
Sep  3 12:32:32 kea [<ffffffff8026e390>] do_stop+0x0/0x150
Sep  3 12:32:32 kea [<ffffffff802553bb>] kthread+0x4b/0x80
Sep  3 12:32:32 kea [<ffffffff8020d2c8>] child_rip+0xa/0x12
Sep  3 12:32:32 kea [<ffffffff8049c360>] ata_bmdma_irq_clear+0x0/0x30
Sep  3 12:32:32 kea [<ffffffff802554b9>] kthreadd+0xc9/0x150
Sep  3 12:32:32 kea [<ffffffff80255370>] kthread+0x0/0x80
Sep  3 12:32:32 kea [<ffffffff8020d2be>] child_rip+0x0/0x12
Sep  3 12:32:32 kea 
Sep  3 12:32:32 kea CPU 1 is now offline
Sep  3 12:32:32 kea lockdep: not fixing up alternatives.
Sep  3 12:32:32 kea PM: Removing info for No Bus:msr1
Sep  3 12:32:32 kea PM: Removing info for No Bus:cpu1
Sep  3 12:32:32 kea PM: Removing info for platform:coretemp.1
Sep  3 12:32:32 kea CPU1 is down
Sep  3 12:32:32 kea swsusp debug: Waiting for 5 seconds.
Sep  3 12:32:32 kea Enabling non-boot CPUs ...
Sep  3 12:32:32 kea lockdep: not fixing up alternatives.
Sep  3 12:32:32 kea Booting processor 1/2 APIC 0x1
Sep  3 12:32:32 kea Initializing CPU#1
Sep  3 12:32:32 kea Calibrating delay using timer specific routine.. 6400.01 BogoMIPS (lpj=3200008)
Sep  3 12:32:32 kea CPU: L1 I cache: 32K, L1 D cache: 32K
Sep  3 12:32:32 kea CPU: L2 cache: 4096K
Sep  3 12:32:32 kea CPU: Physical Processor ID: 0
Sep  3 12:32:32 kea CPU: Processor Core ID: 1
Sep  3 12:32:32 kea Intel(R) Core(TM)2 CPU          6420  @ 2.13GHz stepping 06
Sep  3 12:32:32 kea checking TSC synchronization [CPU#0 -> CPU#1]: passed.
Sep  3 12:32:32 kea kvm: enabling virtualization on CPU1
Sep  3 12:32:32 kea PM: Adding info for No Bus:msr1
Sep  3 12:32:32 kea PM: Adding info for No Bus:cpu1
Sep  3 12:32:32 kea PM: Adding info for platform:coretemp.1
Sep  3 12:32:32 kea coretemp coretemp.1: Using undocumented features, absolute temperature might be wrong!
Sep  3 12:32:32 kea CPU1 is up
Sep  3 12:32:32 kea acpi LNXSYSTM:00: resuming
Sep  3 12:32:32 kea button LNXPWRBN:00: resuming
Sep  3 12:32:32 kea processor ACPI0007:00: resuming
Sep  3 12:32:32 kea processor ACPI0007:01: resuming
Sep  3 12:32:32 kea processor ACPI0007:02: resuming
Sep  3 12:32:32 kea processor ACPI0007:03: resuming
Sep  3 12:32:32 kea acpi device:00: resuming
Sep  3 12:32:32 kea button PNP0C0C:00: resuming
Sep  3 12:32:32 kea pci_root PNP0A03:00: resuming
Sep  3 12:32:32 kea acpi device:01: resuming
Sep  3 12:32:32 kea acpi device:02: resuming
Sep  3 12:32:32 kea acpi device:03: resuming
Sep  3 12:32:32 kea acpi device:04: resuming
Sep  3 12:32:32 kea acpi device:05: resuming
Sep  3 12:32:32 kea acpi device:06: resuming
Sep  3 12:32:32 kea acpi device:07: resuming
Sep  3 12:32:32 kea acpi device:08: resuming
Sep  3 12:32:32 kea acpi device:09: resuming
Sep  3 12:32:32 kea acpi device:0a: resuming
Sep  3 12:32:32 kea acpi device:0b: resuming
Sep  3 12:32:32 kea acpi device:0c: resuming
Sep  3 12:32:32 kea acpi device:0d: resuming
Sep  3 12:32:32 kea acpi device:0e: resuming
Sep  3 12:32:32 kea acpi device:0f: resuming
Sep  3 12:32:32 kea acpi device:10: resuming
Sep  3 12:32:32 kea acpi device:11: resuming
Sep  3 12:32:32 kea acpi device:12: resuming
Sep  3 12:32:32 kea acpi device:13: resuming
Sep  3 12:32:32 kea acpi device:14: resuming
Sep  3 12:32:32 kea acpi device:15: resuming
Sep  3 12:32:32 kea acpi device:16: resuming
Sep  3 12:32:32 kea acpi PNP0C02:00: resuming
Sep  3 12:32:32 kea acpi PNP0000:00: resuming
Sep  3 12:32:32 kea acpi PNP0200:00: resuming
Sep  3 12:32:32 kea acpi PNP0100:00: resuming
Sep  3 12:32:32 kea acpi PNP0B00:00: resuming
Sep  3 12:32:32 kea acpi PNP0800:00: resuming
Sep  3 12:32:32 kea acpi PNP0C04:00: resuming
Sep  3 12:32:32 kea acpi PNP0C02:01: resuming
Sep  3 12:32:32 kea acpi device:17: resuming
Sep  3 12:32:32 kea acpi device:18: resuming
Sep  3 12:32:32 kea acpi device:19: resuming
Sep  3 12:32:32 kea acpi device:1a: resuming
Sep  3 12:32:32 kea acpi device:1b: resuming
Sep  3 12:32:32 kea acpi device:1c: resuming
Sep  3 12:32:32 kea acpi device:1d: resuming
Sep  3 12:32:32 kea acpi device:1e: resuming
Sep  3 12:32:32 kea acpi device:1f: resuming
Sep  3 12:32:32 kea acpi device:20: resuming
Sep  3 12:32:32 kea acpi device:21: resuming
Sep  3 12:32:32 kea acpi device:22: resuming
Sep  3 12:32:32 kea acpi device:23: resuming
Sep  3 12:32:32 kea acpi device:24: resuming
Sep  3 12:32:32 kea acpi device:25: resuming
Sep  3 12:32:32 kea acpi device:26: resuming
Sep  3 12:32:32 kea acpi device:27: resuming
Sep  3 12:32:32 kea acpi device:28: resuming
Sep  3 12:32:32 kea acpi device:29: resuming
Sep  3 12:32:32 kea acpi device:2a: resuming
Sep  3 12:32:32 kea acpi device:2b: resuming
Sep  3 12:32:32 kea acpi device:2c: resuming
Sep  3 12:32:32 kea acpi device:2d: resuming
Sep  3 12:32:32 kea acpi device:2e: resuming
Sep  3 12:32:32 kea acpi device:2f: resuming
Sep  3 12:32:32 kea pci_link PNP0C0F:00: resuming
Sep  3 12:32:32 kea pci_link PNP0C0F:01: resuming
Sep  3 12:32:32 kea pci_link PNP0C0F:02: resuming
Sep  3 12:32:32 kea pci_link PNP0C0F:03: resuming
Sep  3 12:32:32 kea pci_link PNP0C0F:04: resuming
Sep  3 12:32:32 kea pci_link PNP0C0F:05: resuming
Sep  3 12:32:32 kea pci_link PNP0C0F:06: resuming
Sep  3 12:32:32 kea pci_link PNP0C0F:07: resuming
Sep  3 12:32:32 kea acpi PNP0C02:02: resuming
Sep  3 12:32:32 kea acpi PNP0C01:00: resuming
Sep  3 12:32:32 kea acpi INT0800:00: resuming
Sep  3 12:32:32 kea acpi LNXTHERM:00: resuming
Sep  3 12:32:32 kea pci 0000:00:00.0: resuming
Sep  3 12:32:32 kea pcieport-driver 0000:00:01.0: resuming
Sep  3 12:32:32 kea PCI: Setting latency timer of device 0000:00:01.0 to 64
Sep  3 12:32:32 kea uhci_hcd 0000:00:1a.0: resuming
Sep  3 12:32:32 kea uhci_hcd 0000:00:1a.0: PCI legacy resume
Sep  3 12:32:32 kea ACPI: PCI Interrupt 0000:00:1a.0[A] -> GSI 16 (level, low) -> IRQ 16
Sep  3 12:32:32 kea PCI: Setting latency timer of device 0000:00:1a.0 to 64
Sep  3 12:32:32 kea uhci_hcd 0000:00:1a.0: uhci_resume
Sep  3 12:32:32 kea uhci_hcd 0000:00:1a.1: resuming
Sep  3 12:32:32 kea uhci_hcd 0000:00:1a.1: PCI legacy resume
Sep  3 12:32:32 kea ACPI: PCI Interrupt 0000:00:1a.1[B] -> GSI 21 (level, low) -> IRQ 21
Sep  3 12:32:32 kea PCI: Setting latency timer of device 0000:00:1a.1 to 64
Sep  3 12:32:32 kea uhci_hcd 0000:00:1a.1: uhci_resume
Sep  3 12:32:32 kea ehci_hcd 0000:00:1a.7: resuming
Sep  3 12:32:32 kea ehci_hcd 0000:00:1a.7: resume from PCI D3
Sep  3 12:32:32 kea PCI: Enabling device 0000:00:1a.7 (0000 -> 0002)
Sep  3 12:32:32 kea ACPI: PCI Interrupt 0000:00:1a.7[C] -> GSI 18 (level, low) -> IRQ 18
Sep  3 12:32:32 kea PCI: Setting latency timer of device 0000:00:1a.7 to 64
Sep  3 12:32:32 kea PM: Writing back config space on device 0000:00:1a.7 at offset f (was 300, writing 307)
Sep  3 12:32:32 kea PM: Writing back config space on device 0000:00:1a.7 at offset 4 (was 0, writing f8205000)
Sep  3 12:32:32 kea HDA Intel 0000:00:1b.0: resuming
Sep  3 12:32:32 kea PM: Writing back config space on device 0000:00:1b.0 at offset f (was 100, writing 105)
Sep  3 12:32:32 kea PM: Writing back config space on device 0000:00:1b.0 at offset 4 (was 4, writing f8200004)
Sep  3 12:32:32 kea PM: Writing back config space on device 0000:00:1b.0 at offset 3 (was 0, writing 8)
Sep  3 12:32:32 kea PM: Writing back config space on device 0000:00:1b.0 at offset 1 (was 100000, writing 100002)
Sep  3 12:32:32 kea ACPI: PCI Interrupt 0000:00:1b.0[A] -> GSI 22 (level, low) -> IRQ 22
Sep  3 12:32:32 kea PCI: Setting latency timer of device 0000:00:1b.0 to 64
Sep  3 12:32:32 kea wlan_rt73: No ProbeResp from current AP 00:1a:2a:20:21:a3 - assume out of range
Sep  3 12:32:32 kea wmaster0: Removed STA 00:1a:2a:20:21:a3
Sep  3 12:32:32 kea pcieport-driver 0000:00:1c.0: resuming
Sep  3 12:32:32 kea PCI: Setting latency timer of device 0000:00:1c.0 to 64
Sep  3 12:32:32 kea pcieport-driver 0000:00:1c.4: resuming
Sep  3 12:32:32 kea PCI: Setting latency timer of device 0000:00:1c.4 to 64
Sep  3 12:32:32 kea pcieport-driver 0000:00:1c.5: resuming
Sep  3 12:32:32 kea PCI: Setting latency timer of device 0000:00:1c.5 to 64
Sep  3 12:32:32 kea uhci_hcd 0000:00:1d.0: resuming
Sep  3 12:32:32 kea uhci_hcd 0000:00:1d.0: PCI legacy resume
Sep  3 12:32:32 kea ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 23 (level, low) -> IRQ 23
Sep  3 12:32:32 kea PCI: Setting latency timer of device 0000:00:1d.0 to 64
Sep  3 12:32:32 kea uhci_hcd 0000:00:1d.0: uhci_resume
Sep  3 12:32:32 kea uhci_hcd 0000:00:1d.1: resuming
Sep  3 12:32:32 kea uhci_hcd 0000:00:1d.1: PCI legacy resume
Sep  3 12:32:32 kea ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 19 (level, low) -> IRQ 19
Sep  3 12:32:32 kea PCI: Setting latency timer of device 0000:00:1d.1 to 64
Sep  3 12:32:32 kea uhci_hcd 0000:00:1d.1: uhci_resume
Sep  3 12:32:32 kea uhci_hcd 0000:00:1d.2: resuming
Sep  3 12:32:32 kea uhci_hcd 0000:00:1d.2: PCI legacy resume
Sep  3 12:32:32 kea ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 18
Sep  3 12:32:32 kea PCI: Setting latency timer of device 0000:00:1d.2 to 64
Sep  3 12:32:32 kea uhci_hcd 0000:00:1d.2: uhci_resume
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: resuming
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: resume from PCI D3
Sep  3 12:32:32 kea PCI: Enabling device 0000:00:1d.7 (0000 -> 0002)
Sep  3 12:32:32 kea ACPI: PCI Interrupt 0000:00:1d.7[A] -> GSI 23 (level, low) -> IRQ 23
Sep  3 12:32:32 kea PCI: Setting latency timer of device 0000:00:1d.7 to 64
Sep  3 12:32:32 kea PM: Writing back config space on device 0000:00:1d.7 at offset f (was 100, writing 103)
Sep  3 12:32:32 kea PM: Writing back config space on device 0000:00:1d.7 at offset 4 (was 0, writing f8204000)
Sep  3 12:32:32 kea pci 0000:00:1e.0: resuming
Sep  3 12:32:32 kea PCI: Setting latency timer of device 0000:00:1e.0 to 64
Sep  3 12:32:32 kea pci 0000:00:1f.0: resuming
Sep  3 12:32:32 kea ata_piix 0000:00:1f.2: resuming
Sep  3 12:32:32 kea PM: Writing back config space on device 0000:00:1f.2 at offset 1 (was 2b00003, writing 2b00007)
Sep  3 12:32:32 kea ACPI: PCI Interrupt 0000:00:1f.2[B] -> GSI 19 (level, low) -> IRQ 19
Sep  3 12:32:32 kea PCI: Setting latency timer of device 0000:00:1f.2 to 64
Sep  3 12:32:32 kea i801_smbus 0000:00:1f.3: resuming
Sep  3 12:32:32 kea ata_piix 0000:00:1f.5: resuming
Sep  3 12:32:32 kea PM: Writing back config space on device 0000:00:1f.5 at offset 1 (was 2b00001, writing 2b00005)
Sep  3 12:32:32 kea ACPI: PCI Interrupt 0000:00:1f.5[B] -> GSI 19 (level, low) -> IRQ 19
Sep  3 12:32:32 kea PCI: Setting latency timer of device 0000:00:1f.5 to 64
Sep  3 12:32:32 kea pci 0000:01:00.0: resuming
Sep  3 12:32:32 kea ACPI: PCI Interrupt 0000:01:00.0[A] -> GSI 16 (level, low) -> IRQ 16
Sep  3 12:32:32 kea pci 0000:01:00.1: resuming
Sep  3 12:32:32 kea sky2 0000:03:00.0: resuming
Sep  3 12:32:32 kea PM: Writing back config space on device 0000:03:00.0 at offset 1 (was 100000, writing 100407)
Sep  3 12:32:32 kea pci 0000:04:00.0: resuming
Sep  3 12:32:32 kea pata_jmicron 0000:04:00.1: resuming
Sep  3 12:32:32 kea PM: Writing back config space on device 0000:04:00.1 at offset 1 (was 100001, writing 100005)
Sep  3 12:32:32 kea ACPI: PCI Interrupt 0000:04:00.1[B] -> GSI 18 (level, low) -> IRQ 18
Sep  3 12:32:32 kea PCI: Setting latency timer of device 0000:04:00.1 to 64
Sep  3 12:32:32 kea 8139too 0000:05:00.0: resuming
Sep  3 12:32:32 kea eth_pci8139: link up, 100Mbps, full-duplex, lpa 0x45E1
Sep  3 12:32:32 kea pci 0000:05:01.0: resuming
Sep  3 12:32:32 kea ohci1394 0000:05:06.0: resuming
Sep  3 12:32:32 kea PM: Writing back config space on device 0000:05:06.0 at offset f (was 4020100, writing 4020107)
Sep  3 12:32:32 kea PM: Writing back config space on device 0000:05:06.0 at offset 5 (was 0, writing f8100000)
Sep  3 12:32:32 kea PM: Writing back config space on device 0000:05:06.0 at offset 4 (was 0, writing f8104000)
Sep  3 12:32:32 kea PM: Writing back config space on device 0000:05:06.0 at offset 3 (was 0, writing 2008)
Sep  3 12:32:32 kea PM: Writing back config space on device 0000:05:06.0 at offset 1 (was 2100000, writing 2100006)
Sep  3 12:32:32 kea ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[18]  MMIO=[f8104000-f81047ff]  Max Packet=[2048]  IR/IT contexts=[4/8]
Sep  3 12:32:32 kea pnp 00:00: resuming
Sep  3 12:32:32 kea system 00:01: resuming
Sep  3 12:32:32 kea pnp 00:02: resuming
Sep  3 12:32:32 kea pnp 00:03: resuming
Sep  3 12:32:32 kea pnp 00:04: resuming
Sep  3 12:32:32 kea pnp 00:05: resuming
Sep  3 12:32:32 kea system 00:06: resuming
Sep  3 12:32:32 kea system 00:07: resuming
Sep  3 12:32:32 kea system 00:08: resuming
Sep  3 12:32:32 kea pnp 00:09: resuming
Sep  3 12:32:32 kea platform bluetooth: resuming
Sep  3 12:32:32 kea platform microcode: resuming
Sep  3 12:32:32 kea platform pcspkr: resuming
Sep  3 12:32:32 kea pci_express 0000:00:01.0:pcie00: resuming
Sep  3 12:32:32 kea pci_express 0000:00:01.0:pcie03: resuming
Sep  3 12:32:32 kea pci_express 0000:00:1c.0:pcie00: resuming
Sep  3 12:32:32 kea pci_express 0000:00:1c.0:pcie02: resuming
Sep  3 12:32:32 kea pci_express 0000:00:1c.0:pcie03: resuming
Sep  3 12:32:32 kea pci_express 0000:00:1c.4:pcie00: resuming
Sep  3 12:32:32 kea pci_express 0000:00:1c.4:pcie02: resuming
Sep  3 12:32:32 kea pci_express 0000:00:1c.4:pcie03: resuming
Sep  3 12:32:32 kea pci_express 0000:00:1c.5:pcie00: resuming
Sep  3 12:32:32 kea pci_express 0000:00:1c.5:pcie02: resuming
Sep  3 12:32:32 kea pci_express 0000:00:1c.5:pcie03: resuming
Sep  3 12:32:32 kea vesafb vesafb.0: resuming
Sep  3 12:32:32 kea sd 0:0:0:0: resuming
Sep  3 12:32:32 kea sd 0:0:0:0: [sda] Starting disk
Sep  3 12:32:32 kea ata2.00: configured for UDMA/133
Sep  3 12:32:32 kea sd 1:0:0:0: [sdc] 625142448 512-byte hardware sectors (320073 MB)
Sep  3 12:32:32 kea sd 1:0:0:0: [sdc] Write Protect is off
Sep  3 12:32:32 kea sd 1:0:0:0: [sdc] Mode Sense: 00 3a 00 00
Sep  3 12:32:32 kea sd 1:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Sep  3 12:32:32 kea ata1.00: Host Protected Area detected:
Sep  3 12:32:32 kea     current size: 625140335 sectors
Sep  3 12:32:32 kea     native size: 625142448 sectors
Sep  3 12:32:32 kea ata1.00: Host Protected Area detected:
Sep  3 12:32:32 kea     current size: 625140335 sectors
Sep  3 12:32:32 kea     native size: 625142448 sectors
Sep  3 12:32:32 kea ata1.00: configured for UDMA/133
Sep  3 12:32:32 kea ata1.01: configured for UDMA/133
Sep  3 12:32:32 kea sd 0:0:0:0: [sda] 625140335 512-byte hardware sectors (320072 MB)
Sep  3 12:32:32 kea sd 0:0:0:0: [sda] Write Protect is off
Sep  3 12:32:32 kea sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Sep  3 12:32:32 kea sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Sep  3 12:32:32 kea sd 0:0:1:0: [sdb] 625142448 512-byte hardware sectors (320073 MB)
Sep  3 12:32:32 kea sd 0:0:1:0: [sdb] Write Protect is off
Sep  3 12:32:32 kea sd 0:0:1:0: [sdb] Mode Sense: 00 3a 00 00
Sep  3 12:32:32 kea sd 0:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Sep  3 12:32:32 kea sd 0:0:0:0: [sda] 625140335 512-byte hardware sectors (320072 MB)
Sep  3 12:32:32 kea sd 0:0:0:0: [sda] Write Protect is off
Sep  3 12:32:32 kea sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
Sep  3 12:32:32 kea sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Sep  3 12:32:32 kea sd 0:0:1:0: [sdb] 625142448 512-byte hardware sectors (320073 MB)
Sep  3 12:32:32 kea sd 0:0:1:0: [sdb] Write Protect is off
Sep  3 12:32:32 kea sd 0:0:1:0: [sdb] Mode Sense: 00 3a 00 00
Sep  3 12:32:32 kea sd 0:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Sep  3 12:32:32 kea sd 0:0:1:0: resuming
Sep  3 12:32:32 kea sd 0:0:1:0: [sdb] Starting disk
Sep  3 12:32:32 kea sd 1:0:0:0: resuming
Sep  3 12:32:32 kea sd 1:0:0:0: [sdc] Starting disk
Sep  3 12:32:32 kea sr 3:0:0:0: resuming
Sep  3 12:32:32 kea usb usb1: resuming
Sep  3 12:32:32 kea usb usb1: usb resume
Sep  3 12:32:32 kea ehci_hcd 0000:00:1a.7: resume root hub
Sep  3 12:32:32 kea hub 1-0:1.0: hub_resume
Sep  3 12:32:32 kea hub 1-0:1.0: resuming
Sep  3 12:32:32 kea usb usb2: resuming
Sep  3 12:32:32 kea usb usb2: usb resume
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: resume root hub
Sep  3 12:32:32 kea hub 2-0:1.0: hub_resume
Sep  3 12:32:32 kea hub 2-0:1.0: resuming
Sep  3 12:32:32 kea usb usb3: resuming
Sep  3 12:32:32 kea usb usb3: usb resume
Sep  3 12:32:32 kea usb usb3: wakeup_rh
Sep  3 12:32:32 kea hub 3-0:1.0: hub_resume
Sep  3 12:32:32 kea hub 3-0:1.0: resuming
Sep  3 12:32:32 kea usb usb4: resuming
Sep  3 12:32:32 kea usb usb4: usb resume
Sep  3 12:32:32 kea usb usb4: wakeup_rh
Sep  3 12:32:32 kea hub 4-0:1.0: hub_resume
Sep  3 12:32:32 kea hub 4-0:1.0: resuming
Sep  3 12:32:32 kea usb usb5: resuming
Sep  3 12:32:32 kea usb usb5: usb resume
Sep  3 12:32:32 kea usb usb5: wakeup_rh
Sep  3 12:32:32 kea hub 5-0:1.0: hub_resume
Sep  3 12:32:32 kea hub 5-0:1.0: resuming
Sep  3 12:32:32 kea usb usb6: resuming
Sep  3 12:32:32 kea usb usb6: usb resume
Sep  3 12:32:32 kea usb usb6: wakeup_rh
Sep  3 12:32:32 kea hub 6-0:1.0: hub_resume
Sep  3 12:32:32 kea hub 6-0:1.0: resuming
Sep  3 12:32:32 kea usb usb7: resuming
Sep  3 12:32:32 kea usb usb7: usb resume
Sep  3 12:32:32 kea usb usb7: wakeup_rh
Sep  3 12:32:32 kea hub 7-0:1.0: hub_resume
Sep  3 12:32:32 kea hub 7-0:1.0: resuming
Sep  3 12:32:32 kea usb 2-3: resuming
Sep  3 12:32:32 kea usb-storage 2-3:1.0: resuming
Sep  3 12:32:32 kea usb 2-6: resuming
Sep  3 12:32:32 kea phy0 -> rt2x00lib_resume: Notice - Waking up.
Sep  3 12:32:32 kea phy0 -> rt2x00lib_load_firmware: Debug - Loading firmware.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ata4.00: configured for UDMA/100
Sep  3 12:32:32 kea ata4: EH pending after completion, repeating EH (cnt=4)
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: devpath 6 ep0in 3strikes
Sep  3 12:32:32 kea phy0 -> rt2x00usb_vendor_request: Error - Vendor Request 0x07 failed for offset 0x3000 with error -71.
Sep  3 12:32:32 kea phy0 -> rt73usb_load_firmware: Error - Unstable hardware.
Sep  3 12:32:32 kea rt73usb 2-6:1.0: resume error -16
Sep  3 12:32:32 kea rt73usb 2-6:1.0: resuming
Sep  3 12:32:32 kea usb 3-1: resuming
Sep  3 12:32:32 kea usbhid 3-1:1.0: resuming
Sep  3 12:32:32 kea usb 3-2: resuming
Sep  3 12:32:32 kea uhci_hcd 0000:00:1a.0: reserve dev 3 ep81-INT, period 8, phase 4, 118 us
Sep  3 12:32:32 kea uhci_hcd 0000:00:1a.0: reserve dev 3 ep82-INT, period 8, phase 4, 87 us
Sep  3 12:32:32 kea usbhid 3-2:1.0: resuming
Sep  3 12:32:32 kea usbhid 3-2:1.1: resuming
Sep  3 12:32:32 kea i8042 i8042: resuming
Sep  3 12:32:32 kea serio serio0: resuming
Sep  3 12:32:32 kea serio serio1: resuming
Sep  3 12:32:32 kea eeprom 0-0051: resuming
Sep  3 12:32:32 kea eeprom 0-0053: resuming
Sep  3 12:32:32 kea coretemp coretemp.0: resuming
Sep  3 12:32:32 kea it87 it87.656: resuming
Sep  3 12:32:32 kea snd_virmidi snd_virmidi.0: resuming
Sep  3 12:32:32 kea sd 6:0:0:0: resuming
Sep  3 12:32:32 kea sd 6:0:0:1: resuming
Sep  3 12:32:32 kea sd 6:0:0:2: resuming
Sep  3 12:32:32 kea sd 6:0:0:3: resuming
Sep  3 12:32:32 kea PM: Image restored successfully.
Sep  3 12:32:32 kea Restarting tasks ... <7>hub 1-0:1.0: state 7 ports 4 chg 0000 evt 0000
Sep  3 12:32:32 kea hub 2-0:1.0: state 7 ports 6 chg 0000 evt 0048
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: GetStatus port 3 status 001803 POWER sig=j CSC CONNECT
Sep  3 12:32:32 kea hub 2-0:1.0: port 3, status 0501, change 0001, 480 Mb/s
Sep  3 12:32:32 kea usb 2-3: USB disconnect, address 2
Sep  3 12:32:32 kea usb 2-3: unregistering device
Sep  3 12:32:32 kea usb 2-3: usb_disable_device nuking all URBs
Sep  3 12:32:32 kea usb 2-3: unregistering interface 2-3:1.0
Sep  3 12:32:32 kea PM: Removing info for No Bus:usbdev2.2_ep01
Sep  3 12:32:32 kea usb_endpoint usbdev2.2_ep01: ep_device_release called for usbdev2.2_ep01
Sep  3 12:32:32 kea PM: Removing info for No Bus:usbdev2.2_ep82
Sep  3 12:32:32 kea usb_endpoint usbdev2.2_ep82: ep_device_release called for usbdev2.2_ep82
Sep  3 12:32:32 kea PM: Removing info for scsi:6:0:0:0
Sep  3 12:32:32 kea PM: Removing info for scsi:6:0:0:1
Sep  3 12:32:32 kea PM: Removing info for scsi:6:0:0:2
Sep  3 12:32:32 kea PM: Removing info for scsi:6:0:0:3
Sep  3 12:32:32 kea PM: Removing info for No Bus:target6:0:0
Sep  3 12:32:32 kea PM: Removing info for No Bus:host6
Sep  3 12:32:32 kea PM: Removing info for usb:2-3:1.0
Sep  3 12:32:32 kea usb 2-3:1.0: uevent
Sep  3 12:32:32 kea usb 2-3:1.0: uevent
Sep  3 12:32:32 kea PM: Removing info for No Bus:usbdev2.2_ep00
Sep  3 12:32:32 kea usb_endpoint usbdev2.2_ep00: ep_device_release called for usbdev2.2_ep00
Sep  3 12:32:32 kea PM: Removing info for usb:2-3
Sep  3 12:32:32 kea usb 2-3: uevent
Sep  3 12:32:32 kea wlan_rt73: set_encrypt - unknown addr 00:1a:2a:20:21:a3
Sep  3 12:32:32 kea done.
Sep  3 12:32:32 kea swsusp: Basic memory bitmaps freed
Sep  3 12:32:32 kea PM: Adding info for No Bus:vcs15
Sep  3 12:32:32 kea PM: Adding info for No Bus:vcsa15
Sep  3 12:32:32 kea PM: Removing info for No Bus:vcs15
Sep  3 12:32:32 kea PM: Removing info for No Bus:vcsa15
Sep  3 12:32:32 kea hub 2-0:1.0: debounce: port 3: total 100ms stable 100ms status 0x501
Sep  3 12:32:32 kea HW CONFIG: channel=1 freq=2412 phymode=3
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: port 3 high speed
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: GetStatus port 3 status 001005 POWER sig=se0 PE CONNECT
Sep  3 12:32:32 kea HW CONFIG: channel=2 freq=2417 phymode=3
Sep  3 12:32:32 kea usb 2-3: new high speed USB device using ehci_hcd and address 4
Sep  3 12:32:32 kea HW CONFIG: channel=3 freq=2422 phymode=3
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: port 3 high speed
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: GetStatus port 3 status 001005 POWER sig=se0 PE CONNECT
Sep  3 12:32:32 kea HW CONFIG: channel=4 freq=2427 phymode=3
Sep  3 12:32:32 kea usb 2-3: default language 0x0409
Sep  3 12:32:32 kea usb 2-3: new device strings: Mfr=1, Product=2, SerialNumber=3
Sep  3 12:32:32 kea usb 2-3: Product: Mass Storage Device
Sep  3 12:32:32 kea usb 2-3: Manufacturer: Generic
Sep  3 12:32:32 kea usb 2-3: SerialNumber: 058F312D81B
Sep  3 12:32:32 kea PM: Adding info for usb:2-3
Sep  3 12:32:32 kea usb 2-3: uevent
Sep  3 12:32:32 kea usb 2-3: usb_probe_device
Sep  3 12:32:32 kea PM: Adding info for No Bus:usbdev2.4_ep00
Sep  3 12:32:32 kea usb 2-3: configuration #1 chosen from 1 choice
Sep  3 12:32:32 kea usb 2-3: adding 2-3:1.0 (config #1, interface 0)
Sep  3 12:32:32 kea PM: Adding info for usb:2-3:1.0
Sep  3 12:32:32 kea usb 2-3:1.0: uevent
Sep  3 12:32:32 kea usb 2-3:1.0: uevent
Sep  3 12:32:32 kea usb-storage 2-3:1.0: usb_probe_interface
Sep  3 12:32:32 kea usb-storage 2-3:1.0: usb_probe_interface - got id
Sep  3 12:32:32 kea scsi7 : SCSI emulation for USB Mass Storage devices
Sep  3 12:32:32 kea PM: Adding info for No Bus:host7
Sep  3 12:32:32 kea PM: Adding info for No Bus:usbdev2.4_ep01
Sep  3 12:32:32 kea PM: Adding info for No Bus:usbdev2.4_ep82
Sep  3 12:32:32 kea drivers/usb/core/inode.c: creating file '004'
Sep  3 12:32:32 kea ehci_hcd 0000:00:1d.7: GetStatus port 6 status 001803 POWER sig=j CSC CONNECT
Sep  3 12:32:32 kea hub 2-0:1.0: port 6, status 0501, change 0001, 480 Mb/s
Sep  3 12:32:32 kea usb 2-6: USB disconnect, address 3
Sep  3 12:32:32 kea usb 2-6: unregistering device
Sep  3 12:32:32 kea usb 2-6: usb_disable_device nuking all URBs
Sep  3 12:32:32 kea usb 2-6: unregistering interface 2-6:1.0
Sep  3 12:32:32 kea PM: Removing info for No Bus:usbdev2.3_ep81
Sep  3 12:32:32 kea usb_endpoint usbdev2.3_ep81: ep_device_release called for usbdev2.3_ep81
Sep  3 12:32:32 kea PM: Removing info for No Bus:usbdev2.3_ep01
Sep  3 12:32:32 kea usb_endpoint usbdev2.3_ep01: ep_device_release called for usbdev2.3_ep01
Sep  3 12:32:32 kea usb-storage: device found at 4
Sep  3 12:32:32 kea usb-storage: waiting for device to settle before scanning
Sep  3 12:32:32 kea HW CONFIG: channel=5 freq=2432 phymode=3
Sep  3 12:32:32 kea [drm] Loading R300 Microcode
Sep  3 12:32:32 kea phy0 -> rt2x00lib_deinit_interface: Debug - Disabling radio.
Sep  3 10:32:32 kea avahi-daemon[7589]: Interface wlan_rt73.IPv6 no longer relevant for mDNS.
Sep  3 10:32:32 kea avahi-daemon[7589]: Leaving mDNS multicast group on interface wlan_rt73.IPv6 with address fe80::219:5bff:fe74:a618.
Sep  3 10:32:32 kea avahi-daemon[7589]: Interface wlan_rt73.IPv4 no longer relevant for mDNS.
Sep  3 10:32:32 kea avahi-daemon[7589]: Leaving mDNS multicast group on interface wlan_rt73.IPv4 with address 192.168.2.100.
Sep  3 12:32:32 kea Freeing alive inet6 address ffff81007c6ce3c0
Sep  3 12:32:32 kea dhclient: receive_packet failed on wlan_rt73: Network is down
Sep  3 12:32:33 kea PM: Removing info for No Bus:wlan_rt73
Sep  3 12:32:33 kea PM: Removing info for No Bus:wmaster0
Sep  3 12:32:33 kea udev-net.sh: /etc/init.d/net.wmaster0: does not exist or is not executable
Sep  3 12:32:33 kea PM: Removing info for No Bus:phy0
Sep  3 12:32:33 kea PM: Removing info for usb:2-6:1.0
Sep  3 12:32:33 kea usb 2-6:1.0: uevent
Sep  3 12:32:33 kea usb 2-6:1.0: uevent
Sep  3 12:32:33 kea PM: Removing info for No Bus:usbdev2.3_ep00
Sep  3 12:32:33 kea usb_endpoint usbdev2.3_ep00: ep_device_release called for usbdev2.3_ep00
Sep  3 12:32:33 kea PM: Removing info for usb:2-6
Sep  3 12:32:33 kea usb 2-6: uevent
Sep  3 10:32:33 kea avahi-daemon[7589]: Withdrawing address record for fe80::219:5bff:fe74:a618 on wlan_rt73.
Sep  3 10:32:33 kea avahi-daemon[7589]: Withdrawing address record for 192.168.2.100 on wlan_rt73.
Sep  3 12:32:33 kea usb usb4: suspend_rh (auto-stop)
Sep  3 12:32:33 kea usb usb5: suspend_rh (auto-stop)
Sep  3 12:32:33 kea usb usb6: suspend_rh (auto-stop)
Sep  3 12:32:33 kea usb usb7: suspend_rh (auto-stop)
Sep  3 12:32:33 kea hub 2-0:1.0: debounce: port 6: total 100ms stable 100ms status 0x501
Sep  3 12:32:33 kea ntpd[7993]: Deleting interface #7 wlan_rt73, 192.168.2.100#123, interface stats: received=20, sent=20, dropped=0, active_time=301 secs
Sep  3 12:32:33 kea ehci_hcd 0000:00:1d.7: port 6 high speed
Sep  3 12:32:33 kea ehci_hcd 0000:00:1d.7: GetStatus port 6 status 001005 POWER sig=se0 PE CONNECT
Sep  3 12:32:33 kea usb 2-6: new high speed USB device using ehci_hcd and address 5
Sep  3 12:32:33 kea ehci_hcd 0000:00:1d.7: port 6 high speed
Sep  3 12:32:33 kea ehci_hcd 0000:00:1d.7: GetStatus port 6 status 001005 POWER sig=se0 PE CONNECT
Sep  3 12:32:34 kea usb 2-6: default language 0x0409
Sep  3 12:32:34 kea usb 2-6: new device strings: Mfr=1, Product=2, SerialNumber=0
Sep  3 12:32:34 kea usb 2-6: Product: 802.11 bg WLAN
Sep  3 12:32:34 kea usb 2-6: Manufacturer: Ralink
Sep  3 12:32:34 kea PM: Adding info for usb:2-6
Sep  3 12:32:34 kea usb 2-6: uevent
Sep  3 12:32:34 kea usb 2-6: usb_probe_device
Sep  3 12:32:34 kea PM: Adding info for No Bus:usbdev2.5_ep00
Sep  3 12:32:34 kea usb 2-6: configuration #1 chosen from 1 choice
Sep  3 12:32:34 kea usb 2-6: adding 2-6:1.0 (config #1, interface 0)
Sep  3 12:32:34 kea PM: Adding info for usb:2-6:1.0
Sep  3 12:32:34 kea usb 2-6:1.0: uevent
Sep  3 12:32:34 kea usb 2-6:1.0: uevent
Sep  3 12:32:34 kea rt73usb 2-6:1.0: usb_probe_interface
Sep  3 12:32:34 kea rt73usb 2-6:1.0: usb_probe_interface - got id
Sep  3 12:32:34 kea phy1 -> rt73usb_validate_eeprom: EEPROM recovery - NIC: 0xffef
Sep  3 12:32:34 kea phy1 -> rt73usb_validate_eeprom: EEPROM recovery - Led: 0xe000
Sep  3 12:32:34 kea phy1 -> rt73usb_validate_eeprom: EEPROM recovery - RSSI OFFSET BG: 0x0000
Sep  3 12:32:34 kea phy1 -> rt2x00_set_chip: Info - Chipset detected - rt: 1300, rf: 0002, rev: 0002573a.
Sep  3 12:32:34 kea PM: Adding info for No Bus:phy1
Sep  3 12:32:34 kea PM: Adding info for No Bus:wmaster0
Sep  3 12:32:34 kea wmaster0: Selected rate control algorithm 'simple'
Sep  3 12:32:34 kea PM: Adding info for No Bus:wlan0
Sep  3 12:32:34 kea PM: Adding info for No Bus:usbdev2.5_ep81
Sep  3 12:32:34 kea PM: Adding info for No Bus:usbdev2.5_ep01
Sep  3 12:32:34 kea drivers/usb/core/inode.c: creating file '005'
Sep  3 12:32:34 kea hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
Sep  3 12:32:34 kea hub 4-0:1.0: state 7 ports 2 chg 0000 evt 0000
Sep  3 12:32:34 kea hub 5-0:1.0: state 7 ports 2 chg 0000 evt 0000
Sep  3 12:32:34 kea hub 6-0:1.0: state 7 ports 2 chg 0000 evt 0000
Sep  3 12:32:34 kea hub 7-0:1.0: state 7 ports 2 chg 0000 evt 0000
Sep  3 12:32:34 kea uhci_hcd 0000:00:1a.0: reserve dev 2 ep81-INT, period 8, phase 4, 93 us
Sep  3 12:32:35 kea hub 1-0:1.0: hub_suspend
Sep  3 12:32:35 kea usb usb1: bus auto-suspend
Sep  3 12:32:35 kea ehci_hcd 0000:00:1a.7: suspend root hub
Sep  3 12:32:36 kea udev: renamed network interface wlan0 to wlan_rt73
Sep  3 12:32:36 kea udev-net.sh: /etc/init.d/net.wmaster0: does not exist or is not executable
Sep  3 12:32:36 kea hub 4-0:1.0: hub_suspend
Sep  3 12:32:36 kea usb usb4: bus auto-suspend
Sep  3 12:32:36 kea usb usb4: suspend_rh
Sep  3 12:32:36 kea hub 5-0:1.0: hub_suspend
Sep  3 12:32:36 kea usb usb5: bus auto-suspend
Sep  3 12:32:36 kea usb usb5: suspend_rh
Sep  3 12:32:36 kea hub 6-0:1.0: hub_suspend
Sep  3 12:32:36 kea usb usb6: bus auto-suspend
Sep  3 12:32:36 kea usb usb6: suspend_rh
Sep  3 12:32:36 kea hub 7-0:1.0: hub_suspend
Sep  3 12:32:36 kea usb usb7: bus auto-suspend
Sep  3 12:32:36 kea usb usb7: suspend_rh
Sep  3 12:32:36 kea phy1 -> rt2x00lib_request_firmware: Info - Loading firmware file 'rt73.bin'.
Sep  3 12:32:36 kea PM: Adding info for No Bus:2-6:1.0
Sep  3 12:32:36 kea PM: Removing info for No Bus:2-6:1.0
Sep  3 12:32:36 kea phy1 -> rt2x00lib_request_firmware: Info - Firmware detected - version: 1.7.
Sep  3 12:32:36 kea phy1 -> rt2x00lib_load_firmware: Debug - Loading firmware.
Sep  3 12:32:36 kea phy1 -> rt73usb_config_mac_addr: Debug - writing mac address.
Sep  3 12:32:36 kea phy1 -> rt73usb_config_mac_addr: Debug - writing mac address done.
Sep  3 12:32:36 kea phy1 -> rt73usb_init_bbp: Debug - Start initialization from EEPROM...
Sep  3 12:32:36 kea phy1 -> rt73usb_init_bbp: Debug - ...End initialization from EEPROM.
Sep  3 12:32:36 kea phy1 -> rt73usb_config_type: Debug - config_type.
Sep  3 12:32:36 kea phy1 -> rt73usb_config_type: Debug - writing packet filter.
Sep  3 12:32:36 kea phy1 -> rt73usb_config_type: Debug - writing CSR9.
Sep  3 12:32:36 kea HW CONFIG: channel=1 freq=2412 phymode=3
Sep  3 12:32:36 kea phy1 -> rt73usb_config_bssid: Debug - writing bssid.
lsusb.txt (text/plain, 23.7 KB)
Bus 002 Device 005: ID 07d1:3c03 D-Link System 
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0        64
  idVendor           0x07d1 D-Link System
  idProduct          0x3c03 
  bcdDevice            0.01
  iManufacturer           1 Ralink
  iProduct                2 
  iSerial                 0 
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           32
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0x80
      (Bus Powered)
    MaxPower              300mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           2
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass    255 Vendor Specific Subclass
      bInterfaceProtocol    255 Vendor Specific Protocol
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x01  EP 1 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
Device Qualifier (for other device speed):
  bLength                10
  bDescriptorType         6
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0        64
  bNumConfigurations      1
Device Status:     0x0000
  (Bus Powered)

Bus 002 Device 004: ID 058f:6362 Alcor Micro Corp. 
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0        64
  idVendor           0x058f Alcor Micro Corp.
  idProduct          0x6362 
  bcdDevice            1.29
  iManufacturer           1 Generic
  iProduct                2 Mass Storage Device
  iSerial                 3 058F312D81B
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           32
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0x80
      (Bus Powered)
    MaxPower              250mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           2
      bInterfaceClass         8 Mass Storage
      bInterfaceSubClass      6 SCSI
      bInterfaceProtocol     80 Bulk (Zip)
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x01  EP 1 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
Device Qualifier (for other device speed):
  bLength                10
  bDescriptorType         6
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0        64
  bNumConfigurations      1
Device Status:     0x0000
  (Bus Powered)

Bus 002 Device 001: ID 0000:0000  
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         1 Single TT
  bMaxPacketSize0        64
  idVendor           0x0000 
  idProduct          0x0000 
  bcdDevice            2.06
  iManufacturer           3 Linux 2.6.23-rc3-mattias_rt2x00-testing ehci_hcd
  iProduct                2 EHCI Host Controller
  iSerial                 1 0000:00:1d.7
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           25
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      0 
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0004  1x 4 bytes
        bInterval              12
Hub Descriptor:
  bLength               9
  bDescriptorType      41
  nNbrPorts             6
  wHubCharacteristic 0x000a
    No power switching (usb 1.0)
    Per-port overcurrent protection
    TT think time 8 FS bits
  bPwrOn2PwrGood       10 * 2 milli seconds
  bHubContrCurrent      0 milli Ampere
  DeviceRemovable    0x00
  PortPwrCtrlMask    0xff
 Hub Port Status:
   Port 1: 0000.0100 power
   Port 2: 0000.0100 power
   Port 3: 0000.0503 highspeed power enable connect
   Port 4: 0000.0100 power
   Port 5: 0000.0100 power
   Port 6: 0000.0503 highspeed power enable connect
Device Status:     0x0003
  Self Powered
  Remote Wakeup Enabled

Bus 007 Device 001: ID 0000:0000  
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               1.10
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         0 
  bMaxPacketSize0        64
  idVendor           0x0000 
  idProduct          0x0000 
  bcdDevice            2.06
  iManufacturer           3 Linux 2.6.23-rc3-mattias_rt2x00-testing uhci_hcd
  iProduct                2 UHCI Host Controller
  iSerial                 1 0000:00:1d.2
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           25
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      0 
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0002  1x 2 bytes
        bInterval             255
Hub Descriptor:
  bLength               9
  bDescriptorType      41
  nNbrPorts             2
  wHubCharacteristic 0x000a
    No power switching (usb 1.0)
    Per-port overcurrent protection
  bPwrOn2PwrGood        1 * 2 milli seconds
  bHubContrCurrent      0 milli Ampere
  DeviceRemovable    0x00
  PortPwrCtrlMask    0xff
 Hub Port Status:
   Port 1: 0000.0100 power
   Port 2: 0000.0100 power
Device Status:     0x0003
  Self Powered
  Remote Wakeup Enabled

Bus 006 Device 001: ID 0000:0000  
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               1.10
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         0 
  bMaxPacketSize0        64
  idVendor           0x0000 
  idProduct          0x0000 
  bcdDevice            2.06
  iManufacturer           3 Linux 2.6.23-rc3-mattias_rt2x00-testing uhci_hcd
  iProduct                2 UHCI Host Controller
  iSerial                 1 0000:00:1d.1
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           25
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      0 
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0002  1x 2 bytes
        bInterval             255
Hub Descriptor:
  bLength               9
  bDescriptorType      41
  nNbrPorts             2
  wHubCharacteristic 0x000a
    No power switching (usb 1.0)
    Per-port overcurrent protection
  bPwrOn2PwrGood        1 * 2 milli seconds
  bHubContrCurrent      0 milli Ampere
  DeviceRemovable    0x00
  PortPwrCtrlMask    0xff
 Hub Port Status:
   Port 1: 0000.0100 power
   Port 2: 0000.0100 power
Device Status:     0x0003
  Self Powered
  Remote Wakeup Enabled

Bus 005 Device 001: ID 0000:0000  
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               1.10
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         0 
  bMaxPacketSize0        64
  idVendor           0x0000 
  idProduct          0x0000 
  bcdDevice            2.06
  iManufacturer           3 Linux 2.6.23-rc3-mattias_rt2x00-testing uhci_hcd
  iProduct                2 UHCI Host Controller
  iSerial                 1 0000:00:1d.0
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           25
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      0 
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0002  1x 2 bytes
        bInterval             255
Hub Descriptor:
  bLength               9
  bDescriptorType      41
  nNbrPorts             2
  wHubCharacteristic 0x000a
    No power switching (usb 1.0)
    Per-port overcurrent protection
  bPwrOn2PwrGood        1 * 2 milli seconds
  bHubContrCurrent      0 milli Ampere
  DeviceRemovable    0x00
  PortPwrCtrlMask    0xff
 Hub Port Status:
   Port 1: 0000.0100 power
   Port 2: 0000.0100 power
Device Status:     0x0003
  Self Powered
  Remote Wakeup Enabled

Bus 001 Device 001: ID 0000:0000  
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         1 Single TT
  bMaxPacketSize0        64
  idVendor           0x0000 
  idProduct          0x0000 
  bcdDevice            2.06
  iManufacturer           3 Linux 2.6.23-rc3-mattias_rt2x00-testing ehci_hcd
  iProduct                2 EHCI Host Controller
  iSerial                 1 0000:00:1a.7
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           25
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      0 
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0004  1x 4 bytes
        bInterval              12
Hub Descriptor:
  bLength               9
  bDescriptorType      41
  nNbrPorts             4
  wHubCharacteristic 0x000a
    No power switching (usb 1.0)
    Per-port overcurrent protection
    TT think time 8 FS bits
  bPwrOn2PwrGood       10 * 2 milli seconds
  bHubContrCurrent      0 milli Ampere
  DeviceRemovable    0x00
  PortPwrCtrlMask    0xff
 Hub Port Status:
   Port 1: 0000.0100 power
   Port 2: 0000.0100 power
   Port 3: 0000.0100 power
   Port 4: 0000.0100 power
Device Status:     0x0003
  Self Powered
  Remote Wakeup Enabled

Bus 004 Device 001: ID 0000:0000  
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               1.10
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         0 
  bMaxPacketSize0        64
  idVendor           0x0000 
  idProduct          0x0000 
  bcdDevice            2.06
  iManufacturer           3 Linux 2.6.23-rc3-mattias_rt2x00-testing uhci_hcd
  iProduct                2 UHCI Host Controller
  iSerial                 1 0000:00:1a.1
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           25
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      0 
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0002  1x 2 bytes
        bInterval             255
Hub Descriptor:
  bLength               9
  bDescriptorType      41
  nNbrPorts             2
  wHubCharacteristic 0x000a
    No power switching (usb 1.0)
    Per-port overcurrent protection
  bPwrOn2PwrGood        1 * 2 milli seconds
  bHubContrCurrent      0 milli Ampere
  DeviceRemovable    0x00
  PortPwrCtrlMask    0xff
 Hub Port Status:
   Port 1: 0000.0100 power
   Port 2: 0000.0100 power
Device Status:     0x0003
  Self Powered
  Remote Wakeup Enabled

Bus 003 Device 003: ID 046a:0023 Cherry GmbH Cymotion Master Linux Keyboard
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0         8
  idVendor           0x046a Cherry GmbH
  idProduct          0x0023 Cymotion Master Linux Keyboard
  bcdDevice            0.32
  iManufacturer           0 
  iProduct                0 
  iSerial                 0 
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           59
    bNumInterfaces          2
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xa0
      (Bus Powered)
      Remote Wakeup
    MaxPower              100mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         3 Human Interface Devices
      bInterfaceSubClass      1 Boot Interface Subclass
      bInterfaceProtocol      1 Keyboard
      iInterface              0 
        HID Device Descriptor:
          bLength                 9
          bDescriptorType        33
          bcdHID               1.11
          bCountryCode            0 Not supported
          bNumDescriptors         1
          bDescriptorType        34 Report
          wDescriptorLength      64
         Report Descriptors: 
           ** UNAVAILABLE **
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0008  1x 8 bytes
        bInterval              10
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        1
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         3 Human Interface Devices
      bInterfaceSubClass      0 No Subclass
      bInterfaceProtocol      0 None
      iInterface              0 
        HID Device Descriptor:
          bLength                 9
          bDescriptorType        33
          bcdHID               1.11
          bCountryCode            0 Not supported
          bNumDescriptors         1
          bDescriptorType        34 Report
          wDescriptorLength      52
         Report Descriptors: 
           ** UNAVAILABLE **
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x82  EP 2 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0003  1x 3 bytes
        bInterval              10
Device Status:     0x0000
  (Bus Powered)

Bus 003 Device 002: ID 046d:c00e Logitech, Inc. M-BJ69 Optical Wheel Mouse
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0 
  bDeviceProtocol         0 
  bMaxPacketSize0         8
  idVendor           0x046d Logitech, Inc.
  idProduct          0xc00e M-BJ69 Optical Wheel Mouse
  bcdDevice           11.10
  iManufacturer           1 Logitech
  iProduct                2 USB-PS/2 Optical Mouse
  iSerial                 0 
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           34
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xa0
      (Bus Powered)
      Remote Wakeup
    MaxPower               98mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         3 Human Interface Devices
      bInterfaceSubClass      1 Boot Interface Subclass
      bInterfaceProtocol      2 Mouse
      iInterface              0 
        HID Device Descriptor:
          bLength                 9
          bDescriptorType        33
          bcdHID               1.10
          bCountryCode            0 Not supported
          bNumDescriptors         1
          bDescriptorType        34 Report
          wDescriptorLength      52
         Report Descriptors: 
           ** UNAVAILABLE **
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0004  1x 4 bytes
        bInterval              10
Device Status:     0x0000
  (Bus Powered)

Bus 003 Device 001: ID 0000:0000  
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               1.10
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         0 
  bMaxPacketSize0        64
  idVendor           0x0000 
  idProduct          0x0000 
  bcdDevice            2.06
  iManufacturer           3 Linux 2.6.23-rc3-mattias_rt2x00-testing uhci_hcd
  iProduct                2 UHCI Host Controller
  iSerial                 1 0000:00:1a.0
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           25
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0 
    bmAttributes         0xe0
      Self Powered
      Remote Wakeup
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      0 
      iInterface              0 
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0002  1x 2 bytes
        bInterval             255
Hub Descriptor:
  bLength               9
  bDescriptorType      41
  nNbrPorts             2
  wHubCharacteristic 0x000a
    No power switching (usb 1.0)
    Per-port overcurrent protection
  bPwrOn2PwrGood        1 * 2 milli seconds
  bHubContrCurrent      0 milli Ampere
  DeviceRemovable    0x00
  PortPwrCtrlMask    0xff
 Hub Port Status:
   Port 1: 0000.0303 lowspeed power enable connect
   Port 2: 0000.0303 lowspeed power enable connect
Device Status:     0x0003
  Self Powered
  Remote Wakeup Enabled
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.