现在的位置: 首页 > 综合 > 正文

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

2013年02月28日 ⁄ 综合 ⁄ 共 283字 ⁄ 字号 评论关闭

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);
    }

抱歉!评论已关闭.