Forum Discussion
Altera_Forum
Honored Contributor
20 years agobusybox rmmod doesn't work?
Hi! I have a module with following source code: #include <linux/kernel.h># include <linux/init.h># include <linux/module.h>
int __init hello_init(void)
{
printk("----------->Hello, w...
Altera_Forum
Honored Contributor
20 years agoa) Make sure, that you have the function rmmod.
http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/cool.gif Make sure you have enabled Module unloading in your kernel. This feature isn't enabled by default. you will have to enable this function in your kernel configuration, rebuild your kernel and upload it.