Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
cybermage1
Old
#1  
cybermage1's Avatar
Senior Member - OP
Thanks Meter 18
Posts: 187
Join Date: Nov 2010
Question [Q] Anyone got a working tun.ko?

Has anyone found or created a working tun.ko for the A500? I realize it's early to be asking this, but it's something I ultimately need.

Dmesg says the version number should be:

2.6.36.3-00001-g9b3ce2b SMP preempt mod_unload ARMv7
 
a500austin
Old
#2  
Junior Member
Thanks Meter 0
Posts: 2
Join Date: Apr 2011
Location: Austin
+1 looking for the same. Xoom tun.ko won't install on the A500.
 
cybermage1
Old
#3  
cybermage1's Avatar
Senior Member - OP
Thanks Meter 18
Posts: 187
Join Date: Nov 2010
FYI, thor2002ro posted one on the dev forum:

http://forum.xda-developers.com/show....php?t=1058713

Just download the one that matches your specific Kernel (look in Settings - About tablet to see what you have running.)

On another note, I found that the default BusyBox and OpenVPN Installer's on the Market wouldn't quite work. Busybox installs at /system/xbin/ and I told OpenVPN to look for it there, but it REALLY looks for it at /system/xbin/bb/ so I created that directory, created symlinks for "route" and "ifconfig" in that directory pointing back to the /system/xbin/busybox executable.

For those not in the Linux know, at the adb shell you'd do:

su
mkdir /system/xbin/bb
ln -s /system/xbin/busybox /system/xbin/bb/route
ln -s /system/xbin/busybox /system/xbin/bb/ifconfig
exit
exit
 
Post Reply+
Tags
a500, acer, openvpn, tun, tun.ko
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

report this ad
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...