Hi,
I need to use dm-crypt in my project. I have a problem installing modules dm_mod and dm_crypt.
I have tried to compile with a modified config file for the kernel, i.e:
CONFIG_BLK_DEV_DM=m
CONFIG_DM_DEBUG=y
CONFIG_DM_CRYPT=m
But it doesn't work.
I'm using kernel version 4.14.
Advise me please how can I install these modules?
Best regards,
Andrey
Solved! Go to Solution.
Hello Andrey,
Please refer to CAAM driver hangs in 4.9/4.14 kernel trees to apply the patch for dm-crypt issue in Linux Kernel 4.14.
Have a great day,
TIC
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Hello Andrey,
Please refer to CAAM driver hangs in 4.9/4.14 kernel trees to apply the patch for dm-crypt issue in Linux Kernel 4.14.
Have a great day,
TIC
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Hi Yiping,
Thank you for your advice. It was useful anyway!
Best regards,
Andrey