View Single Post
Old 05-23-2013, 11:49 PM   #19
Bagerfahrer
Connoisseur
Bagerfahrer can successfully navigate the Paris bus system.Bagerfahrer can successfully navigate the Paris bus system.Bagerfahrer can successfully navigate the Paris bus system.Bagerfahrer can successfully navigate the Paris bus system.Bagerfahrer can successfully navigate the Paris bus system.Bagerfahrer can successfully navigate the Paris bus system.Bagerfahrer can successfully navigate the Paris bus system.Bagerfahrer can successfully navigate the Paris bus system.Bagerfahrer can successfully navigate the Paris bus system.Bagerfahrer can successfully navigate the Paris bus system.Bagerfahrer can successfully navigate the Paris bus system.
 
Posts: 69
Karma: 36148
Join Date: Nov 2012
Device: Kindle Paperwhite
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

Last edited by Bagerfahrer; 05-23-2013 at 11:53 PM.
Bagerfahrer is offline   Reply With Quote