NeddySeagoon wrote:usbview (emerge usbview) shows you have powered hubs connected to both of your USB root hubs.
Some things do not like to operate via a hub. The hub with your USB HDD attached has a mix of USB1 and USB2 devices attached.
It may be forcing your USB2 USB HDD to operate at USB1 speeds. USB2 devices are supposed to fall back to USB1 but many do not.
No, it's working with more than usb 1.1 (i've always dstat running, so i see it quite often). it's always >5 mb/s.
My mouse receiver and my keyboard are usb powered that's right. I can see 100 mA for each (MaxPower)
NeddySeagoon wrote:Just because your root hubs support transaction translation for mixed USB1/2 operation your hub may not.
Does the USB HDD alone work?
Do the two other USB1 devices work together?
I'm little confused, perhaps because it sounds like you mean an external hub
i don't have any external hub, it's all builtin (though those might be/are hubs too). lsusb shows them as "
Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub".
lsusb -v shows "
bDeviceProtocol 1 Single TT" for the Intel hubs. I googled and found that this means, there's only one TT for all ports. But that shouldn't be a problem with just a mouse and a keyboard as the only usb1.1 devices.
My external hd was mounted the whole day and nothing really happened. I thought i let amarok play some music to add some minimal load to the external hd/usb port, but perhaps it crashed since it wasn't there any more

I got ~20 messages like this every few minutes (twice a minute to every 10 minutes):
Code: Select all
Mar 31 09:32:18 tuxkeeper-gentoo kernel: [89971.628696] ehci_hcd 0000:00:1d.0: IAA with nothing to reclaim?
perhaps that was while amarok still ran and read mp3 from the external hd. after that nothing came until i started a "find /external/hd -type f | wc -l". a few minutes later the "IAA" message started to pop up every minute (find started ~19:35 and i killed it at ~19:38 ) :
Code: Select all
Mar 31 10:37:25 tuxkeeper-gentoo kernel: [93871.717932] ehci_hcd 0000:00:1d.0: IAA with nothing to reclaim?
Mar 31 19:35:33 tuxkeeper-gentoo kernel: [126105.500415] ehci_hcd 0000:00:1d.0: IAA with nothing to reclaim?
Mar 31 19:36:06 tuxkeeper-gentoo kernel: [126139.168700] ehci_hcd 0000:00:1d.0: IAA with nothing to reclaim?
Mar 31 19:37:16 tuxkeeper-gentoo kernel: [126208.282336] ehci_hcd 0000:00:1d.0: IAA with nothing to reclaim?
Mar 31 19:38:30 tuxkeeper-gentoo kernel: [126282.475383] ehci_hcd 0000:00:1d.0: IAA with nothing to reclaim?
Mar 31 19:48:44 tuxkeeper-gentoo kernel: [126895.221652] usb 1-1.2: usb auto-resume
Mar 31 19:48:44 tuxkeeper-gentoo kernel: [126895.258220] usb 1-1.2: finish resume
Mar 31 19:48:44 tuxkeeper-gentoo kernel: [126895.259218] usb 1-1.2: disable remote wakeup, status -32
Mar 31 19:48:46 tuxkeeper-gentoo kernel: [126897.474426] usb 1-1.2: usb auto-suspend
Mar 31 19:51:55 tuxkeeper-gentoo kernel: [127086.269343] usb 1-1.2: usb auto-resume
Mar 31 19:51:55 tuxkeeper-gentoo kernel: [127086.306510] usb 1-1.2: finish resume
Mar 31 19:51:55 tuxkeeper-gentoo kernel: [127086.307522] usb 1-1.2: disable remote wakeup, status -32
Mar 31 19:51:57 tuxkeeper-gentoo kernel: [127088.322147] usb 1-1.2: usb auto-suspend
Mar 31 19:59:59 tuxkeeper-gentoo kernel: [127569.243661] usb 1-1.2: usb auto-resume
Mar 31 19:59:59 tuxkeeper-gentoo kernel: [127569.280231] usb 1-1.2: finish resume
Mar 31 19:59:59 tuxkeeper-gentoo kernel: [127569.281193] usb 1-1.2: disable remote wakeup, status -32
Mar 31 20:00:01 tuxkeeper-gentoo kernel: [127571.355771] usb 1-1.2: usb auto-suspend
The "IAA" message seems to be reproducable, i started the find again and a second later the message appeared again.
found nothing else than unrelated stuff or kernel diffs when i searched that message.

Could it be that the usb bus (or something else) fails on high load ?