[BusyBox] rmmod difficulties

Robert Griebl griebl at gmx.de
Mon Jul 26 19:39:01 UTC 2004


Am Montag, 26. Juli 2004 20:11 schrieb Travis J:
> Note that I'm using rc2. Important info.
>
> --- Travis J <tolkien64 at yahoo.com> wrote:
> > I'm wondering if this is a problem with bb's rmmod or I'm not doing this
> > correctly, maybe someone
> > has some insight.
> >
> >
> > But when I try to rmmod I get this message:
> >
> > rmmod: dummy_mod: Function not implemented

Hi Travis,

The only place returning ENOSYS in kernel/modules.c is the dummy 
delete_module() function in the kernel if you didn't compile your kernel with 
CONFIG_MODULE_UNLOAD enabled.

cu
Robert



More information about the busybox mailing list