Hi,
when try to load the module for the usb host ctlr i get this strange error:
# lsmod
Module          Size  Used by
prism2_cs        69584  1
p80211 Â Â Â Â Â Â Â Â 18864 Â 1 Â [prism2_cs]
pxa_bi         24912  0  (unused)
net_fd         25216  0  (unused)
usbdcore        35504  0  [pxa_bi net_fd]
usbdmonitor       5488  0
usb-monitor       6496  0
sharp_mmcsd_m      41008  1
# modprobe usb_ohci_pxa27x
/lib/modules.rom/2.4.20/kernel/drivers/usb/usb_ohci_pxa27x.o: init_module: Operation not permitted
Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters
/lib/modules.rom/2.4.20/kernel/drivers/usb/usb_ohci_pxa27x.o: insmod /lib/modules.rom/2.4.20/kernel/drivers/usb/usb_ohci_pxa27x.o failed
/lib/modules.rom/2.4.20/kernel/drivers/usb/usb_ohci_pxa27x.o: insmod usb_ohci_pxa27x failed
#
Any thoughts?
thanks
Sven
PS: usbcore is loading fine, if i load usbcore before trying to insmod the ohci module i get the same error.