Hello,
I have the same idea: to use my Kindle 4 NT as an USB-WIFI 'stick'.
On my jailbreaked device with usbnet running I tried to insmod the additional kernel modules:
nf_nat.ko and iptables_nat.ko
(from
https://www.mobileread.com/forums/att...7&d=1361917519)
However, I get the following error message:
cd /mnt/us/extensions/system/lib/modules/2.6.31-rt11-lab126/kernel/net/ipv4/netfilter
[root@kindle netfilter]# insmod nf_nat.ko
insmod: error inserting 'nf_nat.ko': -1 Unknown symbol in module
ARE THERE ANY DIFFERENT COMPILED MODULE FILES THAT WOULD WORK WITH MY K4NT?
The system output is the following:
/var/log/messages
150517:182829 nf_nat: Unknown symbol nf_conntrack_tcp_update
150517:182829 nf_nat: Unknown symbol local_bh_enable
150517:182829 nf_nat: Unknown symbol local_bh_disable
[root@kindle netfilter]# uname -a
Linux kindle 2.6.31-rt11-lab126 #5 Sat Jan 12 20:39:09 PST 2013 armv7l unknown
[root@kindle netfilter]# cat /etc/version.txt
System Software Version: 025-H3_yoshi-181303
Sat Jan 12 20:40:53 PST 2013
[root@kindle netfilter]# cat /etc/prettyversion.txt
Kindle 4.1.1 (~~otaVersion~~)
Thanks in advance, Matz.