Ohh hehe, yea when i use insmod it comes an error but not the same of modprobe. When I type
Code:
[root@kindle netfilter]# insmod /mnt/us/extensions/system/lib/modules/2.6.31-rt11-lab126/kernel/net/ipv4/netfilter/nf_nat.ko
then I get the error
Code:
insmod: error inserting '/mnt/us/extensions/system/lib/modules/2.6.31-rt11-lab126/kernel/net/ipv4/netfilter/nf_nat.ko': -1 Unknown symbol in module
I had to load nf_nat(.ko) first becasue iptable_nat(.ko) have at depends nf_nat(.ko). So Modinfo works great. you get an nice list like
Code:
[root@kindle netfilter]# modinfo iptable_nat.ko
filename: iptable_nat.ko
alias: ip_nat
license: GPL
depends: nf_nat
vermagic: 2.6.31-rt11-lab126 mod_unload ARMv7
The files are really there.
Regards
Bagerfahrer