Page 3 of 7

Re: [APP] openvpn-2.3.2 D(arm)/E/F

Posted: Fri Dec 27, 2013 12:13 am
by Tamagnun
Ok thank you for the info, I'll use the SamyGO tun.ko on the E series tv when I'll work on it!

Re: [APP] openvpn-2.3.2 D(arm)/E/F

Posted: Sun Jan 19, 2014 3:28 am
by beatfreak
could this be expanded by http://pptpclient.sourceforge.net/?
i don't know what else would be needed to use pptp / mppe
would it be simply compiling the additional kernel modules and insmod-ing them?
...and also a massive lack of experience in compiling/handling the options and config files..

@Tamagnun, regarding the paths, i did it this way: ($SYSROOT is /mtd_rwcommon/SamyGO/ , FW is T-VALDEUC 3011)

Code: Select all

# cp /dtv/usb/sda1/ovpn/ovp.tgz /dtv/
# cd /dtv
# tar -xf ovp.tgz
# cp -a ovp/usr/lib/* /mtd_rwcommon/SamyGO/opt/privateer/lib/
# cp ovp/openvpn /mtd_rwcommon/SamyGO/opt/privateer/usr/sbin
# cp ovp/tun.ko /mtd_rwcommon/SamyGO/lib/modules/2.6.24_SELP.4.3.x-Cortex-A8/kernel/drivers/net/

Re: [APP] openvpn-2.3.2 D(arm)/E/F

Posted: Sun Jun 29, 2014 2:39 pm
by langioletto
Hello to all

That cross compiler you used to compile openvpn?

On that host system?

You have a link to download the toolchain?

Excuse the many questions

Thank you very much.

Re: [APP] openvpn-2.3.2 D(arm)/E/F

Posted: Sat Jan 31, 2015 12:31 am
by Tamagnun
Sorry, after a while I've tried to start openvpn on a UE46F7000 that has vermagic=0081, I've tried in any way to edit the vermagic strings of the two tun.ko modules provided in the first page of this thread, but I've obtained only that the insmod command returns:

insmod: can't insert 'tun.ko': unknown symbol in module or invalid parameter

and the unknown symbols listed in dmesg are:

tun: Unknown symbol _clear_bit (err 0)
tun: Unknown symbol netdev_update_features (err 0)
tun: Unknown symbol _test_and_set_bit (err 0)
tun: Unknown symbol _set_bit (err 0)
tun: Unknown symbol alloc_netdev_mqs (err 0)
tun: Unknown symbol _test_and_clear_bit (err 0)


could someone help me? I remember that I've no idea in which way to recompile a Linux kernel, sorry...

@juuso: looking for $MOD_DIR/kernel/drivers/net/tun.ko I haven't found nothing, are you sure that tun.ho has been added to the SamyGO widget (I hope I've downloaded and installed the last version...)?

@beatfreak: where can I find the ovp.tgz archive file?

Sorry for my unknoledge in Linux kernel...

Regards
Roberto

Re: [APP] openvpn-2.3.2 D(arm)/E/F

Posted: Sat Jan 31, 2015 12:39 am
by zoelechat
There should be no vermagic related problems on F, since anyver.ko is first inserted.
What's funny is that I thought that 0081 was E-series!? are you sure about number? :)

Re: [APP] openvpn-2.3.2 D(arm)/E/F

Posted: Sat Jan 31, 2015 11:51 am
by Tamagnun
@zoelechat: you're right, the problem related to tun.ko described above is referred to an UE46ES7000 with fw 2003.4 (downgraded from 2015.5 thanks to the procedure described in an another thread)... I'm sorry, but after hours of work on that TV (it has big hw problems with the wifi interface...) I was quite tired and I made a mistake...
Any idea for the unknown symbols?

Thanks in advance for your help and attention
Roberto

Re: [APP] openvpn-2.3.2 D(arm)/E/F

Posted: Sat Jan 31, 2015 12:00 pm
by zoelechat
Then I guess it would need to compile E-series tun.ko which doesn't exist at all in SamyGO-E. Unfortunately I also don't have enough knowledge about that to do so :)

Re: [APP] openvpn-2.3.2 D(arm)/E/F

Posted: Sat Jan 31, 2015 7:20 pm
by Tamagnun
Thank you the same, zoelechat, I hope that someone of the admnistrator with a deeper kwnoledge of Linux will be able to help me. If you want to interest juuso, for example... :)

Re: [APP] openvpn-2.3.2 D(arm)/E/F

Posted: Sun Feb 01, 2015 6:55 pm
by juusso
Check this

Re: [APP] openvpn-2.3.2 D(arm)/E/F

Posted: Tue Feb 03, 2015 12:50 am
by Tamagnun
Thank you juuso, I'll test the module you've provided to me during next days... unfortunately the TV is owned from a friend that lives 50 km far from my home, so we have to plan a visit to his home in order to test your solution!

I'll inform you after the test.

Regards
Roberto