On Mon, May 18, 2009 at 3:21 AM, Vipul Jain <vipulsj@gmail.com> wrote:
Looks like you init routine for the kernel module is failing with this error.
Can you provide the kernel module which you are using.
It will help us understand the problem more precisely.
It means that the resource you are trying to use/access some resource
which is busy. In that the error -EBUSY is returned, which eventually
means the same.
Just as an example,
mount a <dev> to <mountpoint>
cd <mountpoint>
try to do a umount <mountpoint>
You will see a device or resource busy error. And try to co-relate it
with what I mentioned.
HTH,
--
Regards,
Sandeep.
“To learn is to change. Education is a process that changes the learner.”
--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to ecartis@nl.linux.org
Please read the FAQ at http://kernelnewbies.org/FAQ