Koozali.org: home of the SME Server

insmod usb-ohci failed

Dan Williams

insmod usb-ohci failed
« on: March 01, 2003, 09:18:57 PM »
Hi,
I have a machine I am experimenting with that generates the above error. I initially did a clean install of 5.5. Then a clean install of 5.6, same errors. I have tried disabling all usb throgh bios etc, and no luck.
Is this something to do with USB 2.X?
Any help greatly appreciated.
Dan
+++++++++++++
/lib/modules/2.2.19-7.0.8/usb/usb-ohci.o:  
modprobe: Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters
modprobe: init_module: Device or resource busy
modprobe: /lib/modules/2.2.19-7.0.8/usb/usb-ohci.o: insmod /lib/modules/2.2.19-7.0.8/usb/usb-ohci.o failed
modprobe: /lib/modules/2.2.19-7.0.8/usb/usb-ohci.o: insmod usb-ohci failed
++++++++++++

Charlie Brady

Re: insmod usb-ohci failed
« Reply #1 on: March 02, 2003, 06:26:43 AM »
Dan Williams wrote:

> I have a machine I am experimenting with that generates the
> above error. I initially did a clean install of 5.5. Then a
> clean install of 5.6, same errors.
...
> modprobe: /lib/modules/2.2.19-7.0.8/usb/usb-ohci.o: insmod
> /lib/modules/2.2.19-7.0.8/usb/usb-ohci.o failed

This is completely harmless. If it bothers you, put:

alias usb-ohci off

in /etc/modules.conf.

Charlie