You're trying to load a uhci driver, not an ohci driver. What does lspci say? That should have OHCI in it.
On Sun, 16 Jun 2002, Matthew A. R. Sherian wrote: > This is rather perplexing than, as I have the ohci driver configured to > load, and it just will not detect the new cards. It is 1.1 backwards > compatible. > > > [root@mars root]# lsmod | grep usb > usbcore 77024 0 > [root@mars root]# modprobe usb-uhci > /lib/modules/2.4.18-3smp/kernel/drivers/usb/usb-uhci.o: init_module: > No such device > Hint: insmod errors can be caused by incorrect module parameters, > including invalid IO or IRQ parameters > /lib/modules/2.4.18-3smp/kernel/drivers/usb/usb-uhci.o: insmod > /lib/modules/2.4.18-3smp/kernel/drivers/usb/usb-uhci.o failed > /lib/modules/2.4.18-3smp/kernel/drivers/usb/usb-uhci.o: insmod > usb-uhci failed > [root@mars root]# > > > >From dmesg: > > > usb-uhci.c: $Revision: 1.275 $ time 07:32:55 Apr 18 2002 > usb-uhci.c: High bandwidth mode enabled > usb-uhci.c: v1.275:USB Universal Host Controller Interface driver > > > As you can see the drive tries to probe, but doesn't get the correct > communication back. (at least that's my interpretation) > > > > > On Sat, 2002-06-15 at 21:31, Stephen J. Gowdy wrote: > > Hi Matthew, > If it is the NEC USB2 card it should also be usable at 1.1 speeds > using the ohci driver. You need to use that for non-USB2 devices even if > yuou load the ehci driver (it only handles the USB2 devices). You might > want to read; > > http://www.linux-usb.org/usb2.html > > That lets you know that 2.4.19 will have EHCI support (you can try a > pre version just now if you want to stick with 2.4). > All interface cards are suppose to follow the three standards and > should work (ehci, uhci or ohci). > > regards, > > Stephen. > > On Sat, 15 Jun 2002, Matthew A. R. Sherian wrote: > > > I've just purchased my 3rd PCI USB Card and they've all had NEC chips on > > them, and NEVER work. From some searching I have come under the > > impression that this card would use EHCI drivers. I am asking before I > > run off half cocked and start running the 2.5 series of kernels. > > Incidently I do not see reference to the EHCI sub system on the > > kernel.org 2.5.8 changelog. > > > > Is there a comprehensive list of USB 1.1 PCI Interface cards that are > > natively supported? > > > > For the back story, this quest for a supported controller comes from the > > apparent death of my Tyan Tiger 1634's on board USB. The host controller > > is detected, but I never get a peep from a single connected device. I've > > never had the bloody ports working on this system under linux. > > > > Any direction would be greatly appreciated. > > > > -- > /------------------------------------+-------------------------\ > |Stephen J. Gowdy | SLAC, MailStop 34, | > |http://www.slac.stanford.edu/~gowdy/ | 2575 Sand Hill Road, | > |http://calendar.yahoo.com/gowdy | Menlo Park CA 94025, USA | > |EMail: [EMAIL PROTECTED] | Tel: +1 650 926 3144 | > \------------------------------------+-------------------------/ > > > _______________________________________________________________ > > Don't miss the 2002 Sprint PCS Application Developer's Conference > August 25-28 in Las Vegas - >http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink > > _______________________________________________ > [EMAIL PROTECTED] > To unsubscribe, use the last form field at: > https://lists.sourceforge.net/lists/listinfo/linux-usb-users > > > -- /------------------------------------+-------------------------\ |Stephen J. Gowdy | SLAC, MailStop 34, | |http://www.slac.stanford.edu/~gowdy/ | 2575 Sand Hill Road, | |http://calendar.yahoo.com/gowdy | Menlo Park CA 94025, USA | |EMail: [EMAIL PROTECTED] | Tel: +1 650 926 3144 | \------------------------------------+-------------------------/ _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas - http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users
