[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: problem with aes-256 after software upgrade
> > ioctl: LOOP_CLR_FD: No such device or address
> > but when i do "losetup -a" i get:
> > /dev/loop0: [0303]:7454729 (/cf/xcf0) encryption=AES256
> > but /dev/loop0 is still unusable :((((
>
> Above looks like loop.ko module was compiled for wrong kernel configuration.
> After you compile your kernel, you need to compile loop.ko without moving or
> cleaning compiled kernel source tree.
Just another hint: Ensure you are compiling the loop module with
the same compiler used for the kernel compilation.
(It took me some time to figure out I was compiling the module with
gcc-3.3.3 and kernel was compiled with 2.95.3).
-
Linux-crypto: cryptography in and on the Linux system
Archive: http://mail.nl.linux.org/linux-crypto/