[Q] build tun.ko for Defy / Froyo

Search This thread

Linkiger

New member
Nov 26, 2010
2
0
Hello everybody,
how can I get a working tun.ko for Defy with leaked Froyo?

Kernel is 2.6.32.9-g3c35cd0
Build 3.4.2-117

Any idea?

Regards,
Linki
 

valles

New member
Jan 7, 2008
2
3
problem solved

Hi,

i found out that the Droid Froyo Image also has the 2.6.32.9 kernel. So the tun.ko found here http : / / w w w.saturnwiki.net/droid_tun_driver/2.6.32.9/tun_alt.ko ( or attached to this message ) work just fine!
 

Attachments

  • tun.ko.zip
    85 KB · Views: 1,489

tsod

New member
Apr 15, 2011
3
0
can anyone please help me with the steps required to install the tun.ko module?
 

tsod

New member
Apr 15, 2011
3
0
yeah thanks, got it working now with

Code:
adb remount
adb push <file> <dest>

then i had to

Code:
insmod /system/lib/modules/tun.ko

and to disable the comp-lzo in my server.conf

is there a way to load the module automatically on reboot?
 

lvdave

Member
Aug 16, 2011
5
0
Las Vegas
Was hoping against hope this tun.ko would work on my Intercept with Froyo, but alas, I get the same error (insmod: init_module '/system/lib/modules/tun.ko' failed (Exec format error), then in dmesg "tun: version_magic '2.6.32.9 preempt mod_unload ARMv7 ' should be '2.6.32.9 mod_unload ARMv6'... Same as I got from another tun package that was *supposed* to work with this kernel....

:(
 

Top Liked Posts

  • There are no posts matching your filters.
  • 3
    problem solved

    Hi,

    i found out that the Droid Froyo Image also has the 2.6.32.9 kernel. So the tun.ko found here http : / / w w w.saturnwiki.net/droid_tun_driver/2.6.32.9/tun_alt.ko ( or attached to this message ) work just fine!
    1
    can anyone please help me with the steps required to install the tun.ko module?

    Copy the file(tun.ko) to system/lib/modules directory either by pushing via adb or by using file manager/root explorer.