Recent content by vzhilov

  1. V

    Cryptsetup Kernel Modules

    Did you get any chance to test it yet?
  2. V

    Cryptsetup Kernel Modules

    Ok, just tried that, still same mount error. Do you think it worth trying, would such a set up be able to serve as a file server for something like 5-10 workstations? I heard on previous routers it was slow.
  3. V

    Cryptsetup Kernel Modules

    Ok, I did that. Then re-compiled the source and upgraded the router with the new image. Unfortunatelly still getting the same error on mount. I still was not able to modprobe gf128mul and modprobe sha256_generic, but I gues it is fine since we included those in the kernel by...
  4. V

    Cryptsetup Kernel Modules

    I want to try using it as a samba server for a small office instead of buying an addtional equipment just for that purpose
  5. V

    Cryptsetup Kernel Modules

    I don't have two: gf128mul and sha256_generic I do have: CONFIG_CRYPTO=y CONFIG_CRYPTO_GF128MUL=m CONFIG_CRYPTO_SHA256=m in my ~/asuswrt-merlin.ng/release/src-rt-5.02hnd/kernel/linux-4.1/config_base.6a But I don't get those two modules after the compilation, while I get all the other needed...
  6. V

    Cryptsetup Kernel Modules

    Thank you. I did that. I don't mind using cryptsetup-openssl. This is probably the same strong encryption, right? And the parameter ---key-size 256 enough, correct? I just realised I don't put any algorythm, is any default used then? So per your instruction everything went well with success and...
  7. V

    Cryptsetup Kernel Modules

    Thank you very much. I think I'm close here. I didn't try cryptsetup-openssl yet but I was able to get program on cryptsetup. After the system reboot I started to get success on my commands but still with some errors. I made two volumes on my flash drive: sda1 and sda2. I installed Entware on...
  8. V

    Cryptsetup Kernel Modules

    Oh, I get what I can do. Since I have compiled the whole thing from source this is not neccesary for my just to take few modules out and transfer it to the router, I can just take the whole new image and burn the whole thing into the router. So I did that, then modprobe dm_mode worked! So then...
  9. V

    Cryptsetup Kernel Modules

    Thank you for answering this. Still no luck as I can't copy the module to /lib/modules/4.1.27/kernel on the router as the router file system is read-only: admin@RT-AC86U-C828:/tmp/home/root# modprobe dm_mod modprobe: module dm_mod not found in modules.dep admin@RT-AC86U-C828:/tmp/home/root#...
  10. V

    Cryptsetup Kernel Modules

    But just to start with I need to get dm-mod.ko somehow so I can insmod it. Then we will see what's next pops up :)
  11. V

    Cryptsetup Kernel Modules

    Yes, thank you. In fact I have this CONFIG_MD=y CONFIG_BLK_DEV_MD=m CONFIG_BLK_DEV_DM=m CONFIG_DM_CRYPT=m CONFIG_CRYPTO_XTS=m CONFIG_CRYPTO_SHA256=m in my config_base.6a file. But for some reason I get less modules compiled as the result as the link says. I get in kernel-4.1/drivers/md/ I...
  12. V

    Cryptsetup Kernel Modules

    Ok, I have tried all 3 options by now including CONFIG_MD=n but I only get dm-mod.ko module compiled with CONFIG_MD=y and non with other options. Then I have noticed that my clock is 2 days ahead so I have corrected it and re-mopile again just in case. I got an warning that maybe not everything...
  13. V

    Cryptsetup Kernel Modules

    Ok, I have just tried to put CONFIG_MD=m and re-compile, I didn't get dm-mod.ko module at all.
  14. V

    Cryptsetup Kernel Modules

    Hello! I just got new Asus RT-AC86U router and wanted to run disk encryption. I have installed losetup and cryptsetup. In order to compile dm-mod.ko I have forked asuswrt-merlin on my Linux Mint 18.3 (Ubuntu 16.04) machine. I have followed this manual...
Back
Top