I have some trouble loading the module usb-uhci into my kernel (It is a 2.4.21 and I am using Sarge). I would be very grateful for a hint of what I am doing wrong. Where should I look to gain further knowledge?
Thanks in advance Niels nissefisken# lsmod Module Size Used by Tainted: P nvidia 1628576 11 (autoclean) sis900 14412 0 (unused) i810_audio 25756 1 ac97_codec 11892 0 [i810_audio] soundcore 4260 2 [i810_audio] usbcore 73036 0 i2c-proc 7344 0 (unused) i2c-core 13892 0 [i2c-proc] parport_pc 13732 1 (autoclean) lp 6592 1 parport 16096 1 [parport_pc lp] 8139too 15912 1 rtc 7464 0 (autoclean) nissefisken# modprobe usb-uhci /lib/modules/2.4.21/kernel/drivers/usb/host/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.21/kernel/drivers/usb/host/usb-uhci.o: insmod /lib/modules/2.4.21/kernel/drivers/usb/host/usb-uhci.o failed /lib/modules/2.4.21/kernel/drivers/usb/host/usb-uhci.o: insmod usb-uhci failed nissefisken# dmesg | tail -n 5 usb-uhci.c: High bandwidth mode enabled usb-uhci.c: v1.275:USB Universal Host Controller Interface driver usb-uhci.c: $Revision: 1.275 $ time 12:38:20 Aug 16 2003 usb-uhci.c: High bandwidth mode enabled usb-uhci.c: v1.275:USB Universal Host Controller Interface driver nissefisken# modprobe usb-uhci /lib/modules/2.4.21/kernel/drivers/usb/host/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.21/kernel/drivers/usb/host/usb-uhci.o: insmod /lib/modules/2.4.21/kernel/drivers/usb/host/usb-uhci.o failed /lib/modules/2.4.21/kernel/drivers/usb/host/usb-uhci.o: insmod usb-uhci failed nissefisken% ls /lib/modules/2.4.21/kernel/drivers/usb/host uhci.o usb-ohci.o usb-uhci.o Here are some lines from /usr/src/linux/.config. Dunno if they are useful # # USB support # CONFIG_USB=m CONFIG_USB_DEBUG=y # # Miscellaneous USB options # CONFIG_USB_DEVICEFS=y # CONFIG_USB_BANDWIDTH is not set # # USB Host Controller Drivers # CONFIG_USB_UHCI=m CONFIG_USB_UHCI_ALT=m CONFIG_USB_OHCI=m # # USB Device Class drivers # CONFIG_USB_AUDIO=m # CONFIG_USB_EMI26 is not set # CONFIG_USB_MIDI is not set CONFIG_USB_STORAGE=m # CONFIG_USB_STORAGE_DEBUG is not set # CONFIG_USB_STORAGE_FREECOM is not set # CONFIG_USB_STORAGE_ISD200 is not set # CONFIG_USB_STORAGE_DPCM is not set # CONFIG_USB_ACM is not set # CONFIG_USB_PRINTER is not set # USB Multimedia devices # # CONFIG_USB_IBMCAM is not set # CONFIG_USB_KONICAWC is not set # CONFIG_USB_OV511 is not set CONFIG_USB_PWC=m CONFIG_USB_SE401=m # CONFIG_USB_STV680 is not set -- Niels L Ellegaard http://dirac.ruc.dk/~gnalle/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]