Forum Discussion
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? aLeX2 Replies
- Altera_Forum
Honored Contributor
if it is really in busybox included (double check it)
should work. you may enterbusybox insmod crc.ko
to get a list about the applets in your busybox.busybox - Altera_Forum
Honored Contributor
You are right. The fact is I didn't understood what the "applet" was. I've don "busybox", and now I see insmod is not in it.
It must be a "make" problem, because I've compiled busybox with insmod, but maybe I have to "clean" it before I will continue trying... thank you! aLeX