On Mon, 2012-01-23 at 23:17 +0800, superccxin wrote: > Hi > the http://wiki.merproject.org/wiki/Image_Cre%20ation wiki says that the > following modules should be load: > * squashfs > * squashfs-tools > * dm_snapshot > * loop > I've installed all the components that the wiki suggests. but none of > them automatically loaded in my system! > how to install these modules and load them
Install: You wrote two lines above that you did install them. :) Load them: Use "modprobe modulename" (and replace modulename). Afterwards you can use "lsmod | grep modulename" to see if it's running. andre -- Andre Klapper (maemo.org bugmaster) http://blogs.gnome.org/aklapper/
