On Wed, 06 Sep 2000, you wrote:
> I am using Mandrake 7.1 on an I-Opener. The OS was initially loaded on the
> drive using my main machine and a 2.5>3.5 adapter (the I-Opener has no
> floppy drive or CD-ROM for those that are not familiar with it) and the USB
> ethernet device (pegasus driver) worked fine there, but not in the I-Opener.
> I get the following error message: " Loading USB interface
> /lib/modules/2.2.15-4mdk/usb/usb-ohci.o: init_module: Device or resource
> busy" then a message that the insmod of that module and that of the
> usb-interface have failed.
>
> Where do I start looking to fix this? lspci shows the USB device and it has
> an irq assigned. Could it be that the device settings need to be
> reconfigured from one machine to the other? Where is this file?
USB modules need to be loaded in a specific order
usbcore
usb-ohci OR usb-uhci (depends on your usb controller)
then usb-specific-devices
First check that usbcore was loaded, or included in the kernel. The default
Mandrake kernels had usb support built as modules.
then load the correct usb driver either uhci, or ohci
then load any specific usb drivers
--
Alex
(Go easy on me, I'm a COBOL programmer in real life)