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 agoHi!
Ok, I enabled unloading moduls in kernel configuration. But the following happens: # busybox rmmod hellormmod: hello: device or resource busy I can't imagine what could be the reason for this simple module beeing busy? Bye, Lothar.