Oscam Emu TNT 19.2 test

Adam792

Registered
Messages
101
ARM version works perfectly on Octagon SF8008 Mini with OpenATV 6.4. Requires the step to symlink libcrypto.so.0.9.8 to libcrypto.so.1.0.2 -

@ juli13,
took your test file from # 28 - I just had to telnet "ln -sf /usr/lib/libcrypto.so.1.0.2 /usr/lib/libcrypto.so.0.9.8" and enter my Vu + Duo4K restart with VTI 15 Image - Oscam is running and the TNT stations are bright
Kind regards


 

jefjr

Registered
Messages
27
Hi,

On vu+duo2, Under blackhole 3.0.8C, doesn't work, i have this message : "/lib/libcrypto.so.1.0.0 : version 'OPENSSL_1.0.2d' not found (required by /usr/lib/libss1.so.1.0.2"

what to do ?

Thanks.
 

saturn9

Registered
Messages
26
I have libc6_2.30-r0_mips32el. Is is necessary to go back to an older image of OpenATV or is there a quicke and dirty hack of libc6_2.25-r0_mips32el to give it a later identity?
 

saturn9

Registered
Messages
26
I have libc6_2.30-r0_mips32el. Is is necessary to go back to an older image of OpenATV or is there a quicke and dirty hack of libc6_2.25-r0_mips32el to give it a later identity?

Or could I safe use --force-depends and --force-downgrade with opkg to replace libc6_2.30-r0_mips32el with libc6_2.25-r0_mips32el
 

JanM262

Registered
Messages
37
The oscam as the all the bin file, to start successfully need some dependency library.
We have talk about it in other threat regarding oscam that can not start.

First you need to start the oscam via telnet.

Start the oscam via

usr/bin/oscam_name

If oscam failed the telnet will tell which library is missing

You need to copy the appropriate library at usr/lib with 755 permission

Then try to start the oscam again.

That is the general explanation of oscam start failure.

After I've set rights for /usr/bin/Oscam_name for 755, it works fine
 

JanM262

Registered
Messages
37
But I have a problem that I need to start it manually after every reboot. Do someone know how to set Oscam to start automatically after boot?
 

jojoz

Registered
Messages
14
I can confirm it is working on Octagon SF8008 with openPLi 8 after running this command: ln -sf libcrypto.so.1.1 libcrypto.so.0.9.8. The only problem is that it needs restarting after reboot.
 

saturn9

Registered
Messages
26
Not working on ZGemma H2S with openATV 6.4

The build has libc6_2.30-r0_mips32el.ipk so
libc6_2.25-r0_mips32el.ipk can't be installed. I get an error on openssl when running oscam-emu via telnet.
 

saturn9

Registered
Messages
26
Working with a ZGemma H2S with OpenATV 6.1

Steps:

1. Downgrade to 6.1 from 6.4 (NONE of other OpenATV version 6's worked due to various incompatibilities

2. Install libc6_2.25-r0_mips32el.ipk. OpenATV 6.1 already has 2.25 so force reinstall is required

3. Install the other 2 IPK's (I used OPKG)

4. Copy libgcc and libssl

5. Install a version of Oscam

6. Rename the 'surprise' version as per the previous version

7. Copy the renamed 'surprise' version over the the previous version

8. Check permissions are '755' on all executable files

9. Copy the config files to var/etc/tuxbox

10. Test
 
Top