bugtracker
bugtracker copied to clipboard
dm-crypt kernel modules are missing
Is it possible to add dm-crypt supporting modules to kernel build, so dm-crypt and LUKS crypto containers / volumes (both file and partition based) could be used?
user@devuan-n900:~$ sudo cryptsetup luksFormat -q -v -d keyfile test.img
Cannot initialize device-mapper. Is dm_mod kernel module loaded?
Cannot initialize device-mapper. Is dm_mod kernel module loaded?
Command failed with code -1 (wrong or missing parameters).
user@devuan-n900:~$ sudo modprobe dm_mod
modprobe: FATAL: Module dm_mod not found in directory /lib/modules/5.15.2
Sure thing, let's see if we can do that this week.
They are enabled in the PinePhone kernel already.
This also seems related: https://github.com/maemo-leste/bugtracker/issues/633
although I imagine we want some of the crypt stuff built in. (Apologies I didn't get to this yet)