Hello, Armbian community,
I've been trying to build the Armbian kernel for my board "Orange Pi 5" with the rbd (RADOS Block Device) module enabled. I followed the standard build procedure using Armbian's build tools, and I explicitly enabled the rbd support during the menuconfig step. Despite doing this, after completing the build and installation processes, I'm unable to load the rbd module.
When I attempt to load the module with modprobe rbd, I get the following error:
modprobe: FATAL: Module rbd not found in directory /lib/modules/5.10.160-rk35xx
Here are the steps I followed:
1. Cloned the Armbian Build Repository.
2. Started the kernel configuration using:
./compile.sh
1. In Menuconfig, I navigated to Device Drivers > Block devices and enabled Rados block device (RBD) support as a module.
2. Continued with the build process and installed the newly built kernel.
3. Booted the board and tried to load the module, which resulted in the error.
Has anyone faced a similar issue or can you provide guidance on what I might be doing wrong or missing? Any help or suggestions would be much appreciated!
I really appreciate any help you can provide.