You are not logged in.
Hi,
I am trying to load a veracrypt encrypted container file with cryptsetup on a small PC that has no AES-Support.
So I ran the command:
# cryptsetup --veracrypt --type tcrypt open /path/to/container container-nameThis fails due to the fact that the kernel module "algif_skcipher" is missing.
After googling around I found another thread that states that this is because the kernel module dm_crypt is not loaded.
So I tried:
# modprobe dm_cryptThis gives me: "modprobe: FATAL: Module dm_crypt not found in directory /lib/modules/5.18.9-arch1-1"
I am running an up to date install of arch with standard kernel.
Is this error related to the fact that my cpu does not have AES-Support or do I need some additional packages?
Any hints?
Last edited by schmodd (2022-07-30 15:05:35)
Offline
/lib/modules/5.18.9-arch1-1"
I am running an up to date install of arch with standard kernel.
https://github.com/archlinux/svntogit-p … inux/trunk
5.18.14.arch1-1
heftig authored and svntogit committed 7 days ago
…
5.18.10.arch1-1heftig authored and svntogit committed 23 days ago
Offline
https://github.com/archlinux/svntogit-p … inux/trunk
5.18.14.arch1-1heftig authored and svntogit committed 7 days ago
…
5.18.10.arch1-1heftig authored and svntogit committed 23 days ago
Ok, restarting the system helped after new kernel upgrade.
Thanks.
Last edited by schmodd (2022-07-30 09:20:31)
Offline
The alternative explanation would have been that you forgot to mount the /boot partiton during the kernel update or were actually booting from the root partition.
In any event, when something complains that it can't load a module from a dated kernel path, the reason is generally that you're running a dated kernel (w/ no on disk modules present)
Please always remember to mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.
Offline