[Preston] Red Hat 8.0 USB Problem

Andrew King preston at mailman.lug.org.uk
Sun Feb 2 10:57:01 2003


Mark Stewart wrote:

> I get the following:-
> 
> [root@localhost root]# insmod uhci
> Using /lib/modules/2.4.18-14/kernel/drivers/usb/uhci.o
> /lib/modules/2.4.18-14/kernel/drivers/usb/uhci.o: init_module: No such
> device
> Hint: insmod errors can be caused by incorrect module parameters, including
> invalid IO or IRQ parameters.
>       You may find more information in syslog or the output from dmesg
> [root@localhost root]#

One thing I found out yesterday which probably won't be of any help at 
all in this case: try `modprobe uhci` in place of `insmod uhci`. If the 
uhci module has any other dependencies you've missed, modprobe will 
attempt to load them.

Andrew