(The list might not get your orignal message as it had HTML in it) You need to do modprobe as root.
On Sun, 16 Jun 2002, Matthew A. R. Sherian wrote: > [mars@mars mars]$ lspci > 00:00.0 Host bridge: VIA Technologies, Inc. VT82C693A/694x [Apollo > PRO133x] (rev c4) > 00:01.0 PCI bridge: VIA Technologies, Inc. VT82C598/694x [Apollo > MVP3/Pro133x AGP] > 00:07.0 ISA bridge: VIA Technologies, Inc. VT82C596 ISA [Mobile > South] (rev 23) > 00:07.1 IDE interface: VIA Technologies, Inc. Bus Master IDE (rev > 10) > 00:07.3 Host bridge: VIA Technologies, Inc. VT82C596 Power > Management (rev 30) > 00:0f.0 USB Controller: NEC Corporation USB (rev 41) > 00:0f.1 USB Controller: NEC Corporation USB (rev 41) > 00:0f.2 USB Controller: NEC Corporation USB 2.0 (rev 02) > 00:11.0 Multimedia audio controller: Yamaha Corporation YMF-724 (rev > 03) > 00:12.0 Ethernet controller: 3Com Corporation 3c905B 100BaseTX > [Cyclone] (rev 24) > 01:00.0 VGA compatible controller: nVidia Corporation NV11 [GeForce2 > MX] (rev a1) > [mars@mars mars]$ modprobe usb-ohci > /lib/modules/2.4.18-3smp/kernel/drivers/usb/usb-ohci.o: > create_module: Operation not permitted > /lib/modules/2.4.18-3smp/kernel/drivers/usb/usb-ohci.o: insmod > /lib/modules/2.4.18-3smp/kernel/drivers/usb/usb-ohci.o failed > /lib/modules/2.4.18-3smp/kernel/drivers/usb/usb-ohci.o: insmod > usb-ohci failed > [mars@mars mars]$ > > > > On Sun, 2002-06-16 at 00:42, Stephen J. Gowdy wrote: > > 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 > > > -- /------------------------------------+-------------------------\ |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 | \------------------------------------+-------------------------/ _______________________________________________________________ Sponsored by: ThinkGeek at http://www.ThinkGeek.com/ _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users
