Hi,

it seems, the new insmod fails if there's no /lib/modules/`uname -r`
and/or the module file is in a different directory.

The following 'workaround' seems to work:
mkdir -p /lib/modules/`uname -r`
cp x.ko /lib/....
depmod
modprobe x


Thanks.

Tobias


_______________________________________________
busybox mailing list
[email protected]
http://busybox.net/cgi-bin/mailman/listinfo/busybox

Reply via email to