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 agoLothar,
I'm asking more than directing. Your init function is not static. Does the kernel lose reference to this module since it is not declaired as static function? Your error says device or resource busy, perhaps the kernel is unsure if the device is in use because it has lost reference to this modue????? Again, I'm asking more than I'm suggesting. Doug