View Single Post
Posts: 209 | Thanked: 8 times | Joined on Nov 2005 @ Fishers, Indiana
#9
Originally Posted by penguinbait View Post
/ # uname -a
Linux Nokia-N800-51 2.6.18-omap1 #2 Tue Dec 19 18:41:02 EET 2006 armv6ln/ #

/ # find / -name ext2.ko
/mnt/initfs/lib/modules/2.6.18-omap1/ext2.ko
/ # insmod ext2.ko
insmod: cannot open module `ext2.ko': No such file or directory
/ # insmod /mnt/initfs/lib/modules/2.6.18-omap1/ext2.ko
insmod: cannot insert `/mnt/initfs/lib/modules/2.6.18-omap1/ext2.ko'

anybody got a working one? We going to be booting off mmc or sd any time soon? Sure could use a cifs.ko also.

I cant wait until everything catches up, this ugly duckling is growing on me!!
I ran into this earlier today. You need one more module before ext2.ko-- mbcache.ko Once you insmod that first ext2.ko will load.

Larry