busybox rmmod error — rmmod: chdir(2.6.25): No such file or directory

busybox rmmod error

 

rmmod: chdir(2.6.25): No such file or directory

 

1. install your modules in dir /lib/modules/(kernel version)/

then rmmod will works well.

 

2. in the busybox source file

modutils/modprobe-small.c

    if ('i' != applet0) { /* not insmod */
        /* Goto $VERSION directory */
        xchdir(uts.release);
    }

posted @ 2015-08-25 10:10  苏博  阅读(325)  评论(0编辑  收藏  举报