分类: 嵌入式
2010-04-11 14:15:01
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);
}