cryptsetup and encrypted partition NOT mounting
#3
Thanks! That put me closer to the root of the problem I think.

I have installed missing arc4 driver and loaded it. Currently comparing my box that disk is working with, with the xbmc box that it does not work by cat /proc/crypto I can find only one module missing on xbmc.
Code:
That is name         : ecb(arc4)
driver       : ecb(arc4-generic)
module       : kernel
priority     : 0
refcnt       : 3
selftest     : passed
type         : blkcipher
blocksize    : 1
min keysize  : 1
max keysize  : 256
ivsize       : 0
geniv        : <default>

I cannot get the way to get it installed/loaded on xbmc. Do U know what package do I miss. modprobing ecb does not work.

Here is my full cat /proc/crypto from xbmc box..

Code:
$ cat /proc/crypto
name         : arc4
driver       : arc4-generic
module       : arc4
priority     : 0
refcnt       : 1
selftest     : passed
type         : cipher
blocksize    : 1
min keysize  : 1
max keysize  : 256

name         : aes
driver       : aes-asm
module       : aes_i586
priority     : 200
refcnt       : 1
selftest     : passed
type         : cipher
blocksize    : 16
min keysize  : 16
max keysize  : 32

name         : aes
driver       : aes-generic
module       : aes_generic
priority     : 100
refcnt       : 1
selftest     : passed
type         : cipher
blocksize    : 16
min keysize  : 16
max keysize  : 32

name         : stdrng
driver       : krng
module       : kernel
priority     : 200
refcnt       : 1
selftest     : passed
type         : rng
seedsize     : 0

name         : md5
driver       : md5-generic
module       : kernel
priority     : 0
refcnt       : 1
selftest     : passed
type         : shash
blocksize    : 64
digestsize   : 16
descsize     : 88
Reply


Messages In This Thread
[No subject] - by sealbeater - 2011-09-21, 12:18
[No subject] - by liju - 2011-09-21, 14:43
Logout Mark Read Team Forum Stats Members Help
cryptsetup and encrypted partition NOT mounting0