I am attempting to get vpnc (for cisco vpn) working . However I could not locate the tun.ko
Anyone can extract that for me.
i am using the KJ1 firmware now.
thanks
Related
Hi,
I have built required kernel modules for Milestone 2 (kernel version 2.6.32.9) to access Windows and Samba shares.
2 modules are required (slow-work.ko and cifs.ko) and one is optional (nls_utf8.ko) if you want to use option iocharset=utf8 during mount.
If you would like to use CifsManager to auto load all 3 modules you have to configure "Path to cifs.ko" option to something like this: "/system/lib/modules/slow-work.ko;insmod /system/lib/modules/nls_utf8.ko;insmod /system/lib/modules/cifs.ko" (of course if you placed all modules in /system/lib/modules directory).
Please let me know if it works for your devices.
Regards
Is it working for your device?
Yes modules works on UK version of Milestone 2. I'm just not sure if all other version of Milestones use the same kernel. Thats why I asked if it works for your device.
Works just fine for me.
Thanks
Are there any other kinds of modules people could create?
Sent from my Milestone 2 XDA App
Thanks.
works on TW version of Milestone 2.
hi,
i couldnt find the kernel sources on motorolas open source site,
which sources did you build from ? (i want to build the nfs module)
PS: listening to mp3s via cifs works much better with mount parameter: forcedirectio
Has anyone compiled a tun.ko module for the xoom yet? Or can anyone point me in the direction on how to compile my own?
Hi all,
I've looked at forums in the DEV section and can find a tun.ko module for an earlier kernel of the TF101. None of the ROMs including Clemsys, Revolver's, Netformer's, Prime's and any other I have download include this module in their kernel builds. I would like for this module to be included, which was in Prime 1.2, but that was for a kernel that is no longer in use and that is for Honeycomb 3.0. So my question to the Devs is, why no compile tun.ko for any and all the ROMs you deploy?
Thanks for your response.
In case people don't know, tun.ko is the module that allows a rooted device use an app like VPNC to log into and create a VPN tunnel through a Cisco VPN Concentrator.
jamdev12
Are you sure, TUN isn't in prime 1.6? I see it listed as added in version 1.4, so I don't think that it would have been removed in updated versions.
All the ROMS you mentioned (clemsyn, PRIME, Revolver) include the tun.ko compiled into the kernel. You do not need any external tun.ko module for VPN to work.
However, the trick to get VPNC to work is to rename the file /system/bin/ip to /system/bin/ip.bak. This causes the /system/xbin/ip to be picked up instead while works fine.
guptaavi,
Thanks for the info. I'm stupidfied and you have enlighten me. I know that sounds corny, but I appreciate the help here, because since I did not see the module in the /system/lib/modules folder, I thought it wasn't compiled. Now I know the difference between compiling it into the kernel and compiling it for the kernel.
jamdev
Hi guptaavi,
So I must be stupid, because I did what you just told me about changing the file name for the /system/bin/ip to ip.bak, but the VPNC widget takes forever to start and it just fails. I know the settings are correct because I can run VPNC on my OG Droid without issues. I'm running CWM7.
Do you have any suggestions?
jamdev12
If tun.ko is build into the system, how do we setup OpenVPN to use tun.ko? How do i tell OpenVPN where the tun.ko file is?
Pls help as im using PRIME 1.8.4.
TIA
JL
Hello
Can someone point me in the right direction to learn how to compile a kernel module for the atrix?
I would like to use bluetooth PAN to tether my tablet to my atrix but can't do it without the bnep.ko module.
or if someone who is already set up for it and feeling kind wants to compile it for me (ATT Gingerbread 2.3.4 kernel), that would be great too
faux123 kernels already have BNEP support built-in, check them out.
awesome! thank you. i tried looking in the changelog and did not see it.
I appreciate you pointing me in that direction
I just got version 1.9 of faux and unfortunately there is no bnep0 interface found nor any bnep.ko file for me to run with insmod to enable it.
Any other ideas?
The interface will appear and everything will work when you actually pair with a device and connect it to your phone. At least it works that way on CM7
I'm a newbie from China where the network censorship is very famous.
So VPN is very important for all of my android devices(and desktops and laptops).
Since there seems no way to use the L2TP/PPTP vpn so openvpn is the only choice for Kindle Fire.
My KF is rooted and the binary of openvpn with busybox is installed,the last piece of the network freedom is only a working tun.ko.
Is there any working tun.ko for the stock kernel?
Or is there any kernel source which is known to compile working module for the stock kernel?
Yes,I know i can use ssh tunnel to get avoid the censorship,but the performance of ssh -D is not so good,and it also causes some extra battery drain.
There are other threads with info on this.