Forum Moderators: bakedjake
am trying to install a 3com adsl usb modem to RH8.
i have (i think) correctly installed the drivers. i have copied the 3cinit.bin and 3cmain.bin to the /usr/sbin and extracted the ez-usb.bin firmware to the /usr/sbin as well.
so far so good. i then only needed to initiate the modem:
3cload.sh
whereupon i received the following:
>>>Inits 3Com ADSL Modem USB <<<
>>> Loading USB controller (if it is not loaded)...
/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
/lib/modules/2.4.18-14/kernel/drivers/usb/uhci.o: insmod /lib/modules/2.4.18-14/kernel/drivers/usb/uhci.o failed
/lib/modules/2.4.18-14/kernel/drivers/usb/uhci.o: insmod uhci failed
/lib/modules/2.4.18-14/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.
You may find more information in syslog or the output from dmesg
/lib/modules/2.4.18-14/kernel/drivers/usb/usb-ohci.o: insmod /lib/modules/2.4.18-14/kernel/drivers/usb/usb-ohci.o failed
/lib/modules/2.4.18-14/kernel/drivers/usb/usb-ohci.o: insmod usb-ohci failed
>>> Loading EZ-USB firmware...
3Com ADSL Modem USB microcode upload program
Josep Comas <jcomas@gna.es>. 24/3/2002
Error: I didn't find your ADSL modem
can anyone shed some light on what might have gone wrong?
many thanks
/lib/modules/2.4.18-14/kernel/drivers/usb/uhci.o: init_module: No such device/lib/modules/2.4.18-14/kernel/drivers/usb/usb-ohci.o: init_module: No such device
The problem seems to be in the above - the system cannot find your USB controller. Is the modem the only hardware you have plugged into the USB port?
Try the following as root:
modprobe usb-uhci
Does it give you any errors like the above?
If not, you need to edit the startup script so it calls this command rather than modprobe uhci.
HTH,
JP