hw: pcengines alix2d13 sw: openwrt rev29600 1) while trying to mount an external usb hdd i hit this:
root@OpenWrt:/# uname -a Linux OpenWrt 2.6.39.4 #6 Fri Dec 23 02:14:42 CET 2011 i586 GNU/Linux root@OpenWrt:/# insmod usb-storage [ 1264.062645] usb_storage: version magic '2.6.39.4 mod_unload 486 ' should be '2.6.39.4 mod_unload GEODE ' insmod: can't insert 'usb-storage': invalid module format seems the downloaded kmod is somehow compiled for 486 while i need a GEODE flavour (some kind of strict optimization???) 2) so i recompiled by myself the needed module but i can't install it: root@OpenWrt:~# opkg install ./kmod-usb-storage_2.6.39.4-1_x86.ipk Installing kmod-usb-storage (2.6.39.4-1) to root... Collected errors: * opkg_install_pkg: Package kmod-usb-storage md5sum mismatch. Either the opkg or the package index are corrupt. Try 'opkg update'. * opkg_install_cmd: Cannot install package kmod-usb-storage. root@OpenWrt:~# i even manually modfied the md5sum in /var/opkg-lists/snapshots to match my package's md5sum, but opkg at that point, instead of installing my own file downloaded a version from internet (who didn't install due to version magic mismatch -- see above) how do i force opkg to use my own file??? -- bye, p. _______________________________________________ openwrt-users mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-users
