Guest mardibloke Posted August 24, 2010 Report Posted August 24, 2010 Would really like to connect my Streak to my company network via Cisco VPN, so can get my email etc. Found several good sites, which suggest should be possible. Using the get-a-robot-vpnc application: http://code.google.com/p/get-a-robot-vpnc/ But the error I'm seeing once all installed and configured suggests I'm missing the tun.ko in the Streak kernel. Several good posts where this has been sorted for other devices, so am assuming the same could be done for Streak? http://forum.xda-developers.com/showthread.php?t=698099 http://forum.xda-developers.com/showthread.php?t=740030 Post #13 here shows how it was created for another device: http://forum.xda-developers.com/showthread...0703&page=2 Any help appreciated.
Guest mardibloke Posted August 27, 2010 Report Posted August 27, 2010 A few evenings and now have it working for me. Would be interested in someone else trying it to check I have not missed all the things you need. Streak on 2.1 Build 6941 Rooted - follow superbot instructions here http://android.modaco.com/content/dell-str...rboot-recovery/ Busybox - installed from marketplace Grab the attached file, and unzip it. rod@RodsT61p:~/mydroid/kernel-streak$ adb push drivers/net/tun.ko /sdcard/tun.ko 1572 KB/s (161314 bytes in 0.100s) rod@RodsT61p:~/mydroid/kernel-streak$ adb shell $ su # mount -o remount,rw /dev/block/mtdblock3 /system # cat /sdcard/tun.ko > /system/lib/modules/tun.ko # mount -o remount,ro /dev/block/mtdblock3 /system # cd /system/lib/modules # insmod tun.ko # exit $ exit rod@RodsT61p:~/mydroid/kernel-streak$ Install and configure vpnc http://code.google.com/p/get-a-robot-vpnc/ - -- Rod, UKtun.ko.zip
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now