I am trying to use the module “mtdcore” with modprobe, but I’m getting an error when running the command modprobe mtdcore
:
modprobe: FATAL: Module mtdcore not found in directory /lib/modules/6.5.0-35-generic
My environment is Ubuntu 22.04 on a VM.
Any ideas?
I have already tried some solutions posted in another question/thread with a similar issue but those didn’t seem to help (in particular I have already tried sudo depmod
, and running apt install
to reinstall the generic linux modules).