Oscam-emu can not start.

juli13

Staff member
Administrator
Messages
10,194
I created that ipk file for oscam emu and I need somebody to test it on blackhole image.

I need to know if after instalation, oscam start or not.

Thx
 

bambasat

Registered
Messages
2
I have tried it on my VU+ SOLO2 with VTI.

I can run oscam, but there is some problem with dvbapi:

2019/05/10 01:55:23 2EFFA4D6 c (-) -- Skipped 1 duplicated log lines --
2019/05/10 01:55:23 2EFFA4D6 c (ecm) dvbapi_local (0D96@000004/0000/0307/80:D81663B5E3D11538B1A782A1C8A697B4): timeout (5000 ms) - HBO HD
2019/05/10 01:55:23 2EFFA4D6 c (ecm) dvbapi_local (0624@000000/0000/0307/60:8143D7A255271106AA8347448533C55A): timeout (5000 ms) - HBO HD
2019/05/10 01:55:26 2EFFA4D6 c (ecm) dvbapi_local (0D96@000004/0000/0307/80:0DD12D630BF89DA682BE7B655B9FD9D5): timeout (5000 ms) - HBO HD
2019/05/10 01:55:26 2EFFA4D6 c (ecm) dvbapi_local (0624@000000/0000/0307/60:AA2559372CBC35E587FF9F9BBE05AB46): timeout (5000 ms) - HBO HD
2019/05/10 01:55:26 2EFFA4D6 c (ecm) DOUBLE CHECK FIRST CW by localcam idx 0 cpti 0
 
Last edited:

tani1

Staff member
Super Moderator
Messages
17,767
I created that ipk file for oscam emu and I need somebody to test it on blackhole image.

I need to know if after instalation, oscam start or not.

Thx

Tested and working fine on VU+ Duo (Black Hole 3.0.7)

Thanks :thum:
 

amila4341

Registered
Messages
22
It's not so much as needs a particular version of libcrypto to run, just that it has been coded to look for a particular version. Newer versions should work.

If I remember correctly, the ssl version used in images was increased owing to a vulnerability. Pretty sure most images use 1.02 now.

You can try adding symlinks

ln -sf /usr/lib/libcrypto.so.1.0.2 /usr/lib/libcrypto.so.0.9.7
ln -sf /usr/lib/libssl.so.1.0.2 /usr/lib/libssl.so.0.9.7
ln -sf /usr/lib/libcrypto.so.1.0.2 /usr/lib/libcrypto.so.0.9.8
ln -sf /usr/lib/libssl.so.1.0.2 /usr/lib/libssl.so.0.9.8
ln -sf /usr/lib/libcrypto.so.1.0.2 /usr/lib/libcrypto.so.1.0.0
ln -sf /usr/lib/libssl.so.1.0.2 /usr/lib/libssl.so.1.0.0


Maybe add to postinstall script?

how to add this links please
 

cpr43

Registered
Messages
268
I created that ipk file for oscam emu and I need somebody to test it on blackhole image.

I need to know if after instalation, oscam start or not.

Thx

Regular latest emu-arm+mips_all.ipk does not work on DM800HDse a8p but this one do work. Can you point to the latest in this format?? Thanks


File Type: zip enigma2-plugin-oscam-emu-bh_11518_all.zip (1.23 MB, 28 views)
 

kebien

Registered
Messages
1,329
I think people should try to learn a bit about adding start and stop script lines.
Is not difficult and would only require to open a file (inittab) and add some text in specific format.
In this way,Oscam always start at powering up.
 

cpr43

Registered
Messages
268
I think people should try to learn a bit about adding start and stop script lines.
Is not difficult and would only require to open a file (inittab) and add some text in specific format.
In this way,Oscam always start at powering up.

I didn't see any note in all the latest releases asking to do it. So I assumed everything was as always till 11518; If is required from now on I don't see a problem if little instructions are stated same as the OE opkg/ dpkg install/ remove instructions.
 

kebien

Registered
Messages
1,329
I didn't see any note in all the latest releases asking to do it. So I assumed everything was as always till 11518; If is required from now on I don't see a problem if little instructions are stated same as the OE opkg/ dpkg install/ remove instructions.

I was just giving a different option than installing a package automatically.
The way i see it,people does not know much about what the installation actually do,and by installing manually will show where files go,and in that way people would get more knowledge about their receiver's firmware.
Just saying.
 
Top