码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2015-08-25 13:38:07      阅读:134      评论:0      收藏:0      [点我收藏+]

标签:

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

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

标签:

原文地址:http://www.cnblogs.com/subo_peng/p/4756678.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!