* USB trouble since 2.6.8-rc1...
@ 2004-07-22 23:15 Wes Janzen
2004-07-27 20:17 ` [linux-usb-devel] " David Brownell
0 siblings, 1 reply; 2+ messages in thread
From: Wes Janzen @ 2004-07-22 23:15 UTC (permalink / raw)
To: linux-usb-devel; +Cc: linux-kernel
[-- Attachment #1.1: Type: text/plain, Size: 969 bytes --]
I've been having trouble with USB since 2.6.8-rc1; khubd ends up
blocking on something which makes USB hotplugging stop working (and only
half my devices even get initialized). I did get 2.6.8-rc1 to work once
though it seemed to help inserting modules before calling hotplug.
However I haven't been able to repeat that during my last 5 attempts
with no changes besides a reboot. I'm running 2.6.7-ck5 right now with
no apparent problems.
I haven't done extensive testing, but things seemed to work OK until I
plugged in my Belkin F5U231 4-port multi-tt hub. My other hub is a
4-port single-tt Belkin F5U224.
I've attached the usb messages from 2.6.8-rc2 booting with the hub
attached and then the little bit I see in the log if I don't plug-in the
F5U231 until after the rest of the USB devices have been attached.
Please let me know what further information or action on my behalf will
help find the solution to this problem.
Thanks
Wes Janzen
[-- Attachment #1.2: usb.log.gz --]
[-- Type: application/x-gzip, Size: 3250 bytes --]
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [linux-usb-devel] USB trouble since 2.6.8-rc1...
2004-07-22 23:15 USB trouble since 2.6.8-rc1 Wes Janzen
@ 2004-07-27 20:17 ` David Brownell
0 siblings, 0 replies; 2+ messages in thread
From: David Brownell @ 2004-07-27 20:17 UTC (permalink / raw)
To: linux-usb-devel; +Cc: Wes Janzen, linux-kernel
On Thursday 22 July 2004 16:15, Wes Janzen wrote:
> I've been having trouble with USB since 2.6.8-rc1; khubd ends up
> blocking on something which makes USB hotplugging stop working (and only
> half my devices even get initialized). I did get 2.6.8-rc1 to work once
> though it seemed to help inserting modules before calling hotplug.
> However I haven't been able to repeat that during my last 5 attempts
> with no changes besides a reboot. I'm running 2.6.7-ck5 right now with
> no apparent problems.
>
> I haven't done extensive testing, but things seemed to work OK until I
> plugged in my Belkin F5U231 4-port multi-tt hub. My other hub is a
> 4-port single-tt Belkin F5U224.
The log messages you sent didn't show a multi-tt hub ... just a
single-TT one from NEC.
One of the boot problems you had was because you didn't start
EHCI first. That meant that when you started EHCI, it grabbed
that hub, which had already been enumerated (and the devices
on the hub) ... it's possible some of the recent changes to the
hub code made that misbehave. Basically it's like pulling out
a hub with three devices attached, and I think I recently saw
that misbehave too.
If that's really what's up, then the workaround is to do what you
should have been doing all along: initialize EHCI first, so it
grabs all high speed devices before the other controllers grab
on to them.
- Dave
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-07-29 0:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-22 23:15 USB trouble since 2.6.8-rc1 Wes Janzen
2004-07-27 20:17 ` [linux-usb-devel] " David Brownell
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.