View Single Post
Old 05-23-2013, 07:46 PM   #18
knc1
Going Viral
knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.knc1 ought to be getting tired of karma fortunes by now.
 
knc1's Avatar
 
Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
Quote:
Originally Posted by Bagerfahrer View Post
Hey,

really nice to you to do this tutorial. One thing what doesnt go. which ever module I want load with insmod or modprobe command I get the error
Code:
[root@kindle root]# modprobe -v -n /mnt/us/extensions/system/lib/modules/2.6.31-rt11-lab126/kernel/net/ipv4/netfilter/nf_nat_sip.ko
FATAL: Module /mnt/us/extensions/system/lib/modules/2.6.31_rt11_lab126/kernel/net/ipv4/netfilter/nf_nat_sip.ko not found.
So what is wrong?

Regard
Bagerfahrer
Well, for one your using modprobe rather than insmod.
modprobe expects the module in the installed location /lib/modules/ ....

use insmod

Is it really their?
Try to do an ls -l (ell) on it.

That is probably the busybox version of insmod - with simplified error messages.
I.E: A misleading error message.

It might mean that one of the dependencies are missing.

replace the insmod with a modinfo in that command line,
if the module reports that it has dependencies, load those first.
knc1 is offline   Reply With Quote