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
The function to use is # busybox rmmod hello Thus, without the extention .ko. And Yea, the function isn't enabled in the kernel by default. Good advice Helmchen Rual