Hi, This is an excerpt from README in loop-AES-v1.2d: Before you attempt to build replacement loop.o driver, you *must* configure and compile your kernel so that CONFIG_MODULES=y and CONFIG_BLK_DEV_LOOP=n. Also, CONFIG_KMOD=y is recommended but not required (kernel 2.0 doesn't have CONFIG_KMOD, set CONFIG_KERNELD=y instead). Configuring your kernel so that loop driver is built-in (CONFIG_BLK_DEV_LOOP=y) or module (CONFIG_BLK_DEV_LOOP=m) will *not* work. Do I need to set CONFIG_BLK_DEV_LOOP=n or CONFIG_BLK_DEV_LOOP=y ? I guess it should be CONFIG_BLK_DEV_LOOP=m? The first and last sentences are conflicting. - T. Linux-crypto: cryptography in and on the Linux system Archive: http://mail.nl.linux.org/linux-crypto/