tobru Posted April 27, 2018 Posted April 27, 2018 Hi, I'm trying to use the rbd Kernel module but it is somehow missing: root@node1:~# modprobe rbd modprobe: FATAL: Module rbd not found in directory /lib/modules/3.10.107-pine64 How can I load this Kernel module? It's Armbian 5.43.180418 on a OrangePi Win Plus. Best, Tobias
Igor Posted April 27, 2018 Posted April 27, 2018 1 hour ago, tobru said: How can I load this Kernel module? It's Armbian 5.43.180418 on a OrangePi Win Plus. There are a few options if something you need is missing from the kernel: send PR with changes to this file and wait for next nightly kernel rebuild. Run apt update & upgrade build your own kernel, install it and freeze kernel upgrades (armbian-config) to prevent overwriting your custom built kernel
zador.blood.stained Posted April 27, 2018 Posted April 27, 2018 I don't think this module is available in any upstream kernel so it has to be built out of tree (assuming it can be compiled against available kernel versions).
Recommended Posts