rmmod module

Sathish
when i am trying to remove the module from arm kit it throws an error 
"rmmod : chdir(2.6.29.4-friendlyarm) : No such file or directory"
please help me out in removing the module

davef
Are you sure that you have something to remove?

<lsmod> to see what is being dragged in.

indrajeet
hi, 
anybody please help. i m having the same error. it may be the bug in kernel
 in use, this is what i think.

Radhakrishnan
Just add a line with the name of your module in the file

/lib/modules/`uname -r`/modules.dep.bb

and the warning message will disappear.

This is NOT a kernel bug.

RK

indrajeet
Hi Radha,

i have searched but there is no such file. It will be very kind of u if u
can elaborate the whole process a bit. Consider the name of my module that
i have inserted is 'test.ko'. Now please explain me step by step how to
remove this.

thanks!!