On Tue, Sep 28, 2004 at 12:16:52PM -0400, Nori Heikkinen wrote: > on Mon, 27 Sep 2004 11:43:56PM -0700, Brian Nelson insinuated: > > On Mon, Sep 27, 2004 at 12:34:25PM -0400, Nori Heikkinen wrote: [...] > > > > > > all appears to work now. my files are transferring over > > > slow-as-molassses USB 1 ... > > > > modprobe ehci_hcd? > > i already have uhci_hcd ... i though they were mutually exclusive?
uhci/ohci (usb 1.0) mutually exclusive. ehci is usb 2.0 >From kernel config help: config USB_EHCI_HCD tristate "EHCI HCD (USB 2.0) support" depends on USB ---help--- The Enhanced Host Controller Interface (EHCI) is standard for USB 2.0 "high speed" (480 Mbit/sec, 60 Mbyte/sec) host controller hardware. If your USB host controller supports USB 2.0, you will likely want to configure this Host Controller Driver. At this writing, the primary implementation of EHCI is a chip from NEC, widely available in add-on PCI cards, but implementations are in the works from other vendors including Intel and Philips. Motherboard support is appearing. EHCI controllers are packaged with "companion" host controllers (OHCI or UHCI) to handle USB 1.1 devices connected to root hub ports. Ports will connect to EHCI if it the device is high speed, otherwise they connect to a companion controller. If you configure EHCI, you should probably configure the OHCI (for NEC and some other vendors) USB Host Controller Driver or UHCI (for Via motherboards) Host Controller Driver too. You may want to read <file:Documentation/usb/ehci.txt>. > > </nori> -- Chris Harris <[EMAIL PROTECTED]> ------------------------------------------- GNU/Linux --- The best things in life are free. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]