I want to test USB storage on an Asus WL-500gP (v1), so I've read the wiki entry for UsbStorageHowto. I'm building from trunk (rev 11753) and I've got a base build that loads and runs. But I have problems when I use menuconfig to include the following kernel modules:
kmod-usb-core
kmod-usb-storage
kmod-usb-uhci
kmod-usb-usb2
In all cases the build completes. If I include these modules in the ROM image (Y) the ROM image loads but fails to boot. And if I include them as packages (M), then I can boot the ROM image and I can install the packages with "ipkg install", but then insmod fails. For example,
root@OpenWrt:/tmp insmod usbcore
insmod: cannot insert '/lib/modules/2.6.25.10/usbcore.ko': invalid parameters (17): Invalid argument
Am I missing something here?
--Dan
(Last edited by DanSF on 9 Jul 2008, 21:29)