On Tue, 11 Jan 2005, C. Hurschler wrote: > I have a device (below) that only gets properly attached if I modprobe -r > ehci_hcd. I just upgraded to the 2.6.10-3 kernel in debian, because I was > hoping the problem would be resolved. > > Is there some way I can force this device to use ohci_hcd without having to > remove ehci_hcd? > > Thanks for any suggestions,
Try the advice given in http://marc.theaimsgroup.com/?l=linux-usb-users&m=110624648813563&w=2 You can also try loading the usbcore.ko module with the module parameter "old_scheme_first=y". Either fix, or both together, might be enough to make the device work with the ehci-hcd driver. Alan Stern ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ [email protected] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users
