Altera_Forum
Honored Contributor
19 years agoinsmod: applet not found
Hi!
I'm trying to add insmod to my uClinux apps, and I'm having problems: I add to the kernel the "loadable module support", and after, the insmod apps from busybox, but when I try to add my modules, I do: "insmod crc.ko" and it shows "crc.ko: applet not found". It's courious that, whatever I write after insmod, it shows the same message. Also curious is the fact that I had this module working in a previous version of my system (which I can't recover now) so, it's almost sure the problem is not in the module. Any clues? aLeX