Jump to content

can't load tun module


Recommended Posts

Guest Catscrash
Posted (edited)

everytime i try to load the tun module i get:

modprobe: chdir(2.6.32.15-gf9c0527): No such file or directory

any help?

thx

Edited by Catscrash
Guest The Virus 2013
Posted

Have you tried to turning it off and on again ?? :lol:

Posted
everytime i try to load the tun module i get:

any help?

thx

look at "telefoninfo" in "einstellungen", "software-nummer", "kernel-version"

if its gf9c0527 its ok

then try

insmod /system/lib/modules/tun.ko in terminal (if you are in recovery and adb you have an other kernel version anyway i supose)

Guest Catscrash
Posted (edited)

# uname -r

2.6.32.15-gf9c0527
"insmod /system/lib/modules/tun.ko" works, but "modprobe tun" or "modprobe tun.ko" doesn't work, which is what the openvpn programs try to do... modprobe -r and rmmod also don't work
# insmod /system/lib/modules/tun.ko

# dmesg

[...]

[78008.650024] tun: Universal TUN/TAP device driver, 1.6

[78008.650390] tun: (C) 1999-2004 Max Krasnyansky <[email protected]>


# modprobe -r tun

modprobe: chdir(2.6.32.15-gf9c0527): No such file or directory

# rmmod tun

rmmod: chdir(2.6.32.15-gf9c0527): No such file or directory

# modprobe tun

modprobe: chdir(2.6.32.15-gf9c0527): No such file or directory

Edited by Catscrash
Posted
# uname -r

2.6.32.15-gf9c0527

"insmod /system/lib/modules/tun.ko" works, but "modprobe tun" or "modprobe tun.ko" doesn't work, which is what the openvpn programs try to do...

modprobe -r and rmmod also don't work

there was a thread for openvpn, don't know if that was solved.

you could always push a /system/etc/init.d shell script to load the module at boot,

with insmod and full path

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.