Hi guys, I have a problem with my raspberry pi 3 and the OSMC operation system. I love this OS, it is awesome.
I would like to use cryptsetup on my RP3 and unfortunately there are some kernel modules missing. I have 4.4.16-6-osmc
Checking out the benchmarks with “cryptsetup benchmark”
Tests are approximate using memory only (no storage IO).
PBKDF2-sha1 150657 iterations per second
PBKDF2-sha256 99296 iterations per second
PBKDF2-sha512 74472 iterations per second
PBKDF2-ripemd160 129774 iterations per second
PBKDF2-whirlpool 10082 iterations per second
Required kernel crypto interface not available.
Ensure you have algif_skcipher kernel module loaded.
Checking the available modules with ls /lib/modules/4.4.16-6-osmc/kernel/crypto/ reveals that this algif_skcipher is indeed missing.
Is it possible to compile missing crypto modules? How? Thank you!