Selon Zvi Vered <[email protected]>: > Hello, > > I'm using busybox 1.14.2 with vanilla kernel 2.6.27.35 > > When I tried : rmmod rcm.ko I got the following message: > > rmmod: chdir (2.6.27.35): No such file or directory > > rcm.ko is a module I inserted using insmode. > > The location of rcm.ko is /home/root > > What can be the reason for this error ? > > Thanks, > Zvika
I haven't seen a chdir in rmmod source http://git.busybox.net/busybox/tree/modutils/rmmod.c?h=1_14_stable You should try rmmod rcm (without .ko). At least, that's the syntax described in 1.18 rmmod http://git.busybox.net/busybox/tree/modutils/rmmod.c?h=1_18_stable Gilles _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
