Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 May 2004 01:48:50 -0400
From:      mark <mark@node.to>
To:        ticso@cicely.de
Cc:        freebsd-hackers@freebsd.org
Subject:    Re: usb probs ehci works vs uhci hangs with Linksys usb200M ( axe0 )
Message-ID:  <8A5979F6-A633-11D8-927D-000D93C0E29E@node.to>
In-Reply-To: <20040514153451.GL70900@cicely12.cicely.de>
References:  <20040514034223.U6244@mister.mcgoonet.com> <20040514153451.GL70900@cicely12.cicely.de>

next in thread | previous in thread | raw e-mail | index | archive | help

On May 14, 2004, at 11:34 AM, Bernd Walter wrote:

> On Fri, May 14, 2004 at 03:59:27AM +0000, mark wrote:
>>
>>
>>
>> I'm looking for a work around to this usb ethernet problem.
>>
>>
>> With FreeBSD-5.2.1-p5, "device ehci" added to the default GENERIC 
>> kernel,
>> the axe device works fine in USB 2.0 mode, when plugged in after boot
>> (AFTER ehci driver is loaded)B.
>>
>>
>> However, without ehci, uhci tries to attach the device and hangs with
>> "read PHY failed". If booted with device plugged, boot stops. If 
>> device is
>> plugged in after boot, the axe module hangs, looping forever on the 
>> read
>> error (you can unplug the device but usb never deregisters it) but the
>> system remains useable.
>>
>>
>> If the system has ehci enabled, and is booted with the device plugged 
>> in,
>> it hangs when uhci module is loaded because it begins immediate probe
>> before ehci is loaded. Thus it is impossible to boot the system in any
>> config with the device plugged in at boot.
>>
>>
>> Is there any way to disable USB autoprobing, to send a signal or 
>> something
>> to tell it when to start probing. Alternatively, is there a way to 
>> prevent
>> USB probing until all USB controllers are loaded (specifically, the 
>> ehci
>> module)?
>
> You can set the #if 1 to 0 in usb.c to delay probing as a workaround.
> Unfortunately this may cause troubles if you have USB devices that are
> needed sonner.
>

Genius. That fixes the problem. Now all probes occur after ehci load. 
Maybe it would be useful for this to be a device.hints configurable 
setting?

Thanks for help,
mark


> -- 
> B.Walter                   BWCT                http://www.bwct.de
> bernd@bwct.de                                  info@bwct.de
>
> _______________________________________________
> freebsd-hackers@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
> To unsubscribe, send any mail to 
> "freebsd-hackers-unsubscribe@freebsd.org"
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?8A5979F6-A633-11D8-927D-000D93C0E29E>