Quoting YH <yh86us@xxxxxxxxx>: > I was able to load modules videodev, usbcore and usb-uhci, but I had following > errors while loading modules usb-ohci and uhci. What was missing? How can I > fix it? > > /sbin/insmod usb-ohci > Using /lib/modules/2.4.2-2/kernel/drivers/usb/usb-ohci.o > /lib/modules/2.4.2-2/kernel/drivers/usb/usb-ohci.o: init_module: No such > device Hint: insmod errors can be caused by incorrect module parameters, > including invalid IO or IRQ parameters > > /sbin/insmod uhci > Using /lib/modules/2.4.2-2/kernel/drivers/usb/uhci.o > /lib/modules/2.4.2-2/kernel/drivers/usb/uhci.o: init_module: No such > deviceHint: insmod errors can be caused by incorrect module parameters, > including invalid IO or IRQ parameters *uhci and *ohci are drivers for different hardware. You usually have one or the other, rarely both. In your case, you don't have OHCI host controller, that's why the driver is not loading. This is OK. usb-uhci and uhci are two drivers for the same hardware (UHCI). You use one or the other, but not both :-) Typically, usb-uhci is a safe bet. Dmitri
Attachment:
pgpbUCMou3W4F.pgp
Description: PGP signature