Jump to content


Photo

PLI5 image and scam?


  • Please log in to reply
9 replies to this topic

#1 cdr

  • Senior Member
  • 49 posts

0
Neutral

Posted 5 July 2016 - 10:42

hi all

did compile PLI5 for myself got a problem with emu scam don't decry-pt channel is look like don't work

 

explain myself did compile PLI5 did install  my own emumager all work fine CCcam oscam all emu are ok at part scam don't work

can somebody kindly gives a tip or tell as how to make scam working

 

thakyou for any replay

 

 



Re: PLI5 image and scam? #2 Trial

  • Senior Member
  • 1,127 posts

+34
Good

Posted 5 July 2016 - 12:09

Hi,

start scam with telnet perhaps you see the problem then. Most problems are connected to openssl or libcrypto. Perhaps you need an old version or a symbolic link.

 

ciao



Re: PLI5 image and scam? #3 cdr

  • Senior Member
  • 49 posts

0
Neutral

Posted 5 July 2016 - 16:00

been try scam from 358 to 360 and no luck is look like don't found the start script

did telnet ./scam_3.58 don't found the start script is there



Re: PLI5 image and scam? #4 cdr

  • Senior Member
  • 49 posts

0
Neutral

Posted 5 July 2016 - 16:29

is look like got some library missing where can i found libcrypto?

 

thanks



Re: PLI5 image and scam? #5 mrvica

  • Senior Member
  • 1,224 posts

+81
Good

Posted 5 July 2016 - 16:40

could be another problem, I did this on Enigma1 because scam was not working, it did start but no function, with this diff all OK




--- old/cahandler.cpp	Sun Jul 26 11:19:38 2009
+++ fixed/cahandler.cpp	Fri Dec 25 17:24:14 2009
@@ -246,8 +246,8 @@
 			capmt[26]=0x01;  // get section data from demux1
 			break;
 		default:
-			capmt[25]=0x01;  // only descramble on demux0
-			capmt[26]=0x00;  // get section data from demux0
+			capmt[25]=0x03;  // descramble on demux0 and demux1
+			capmt[26]=0x01;  // get section data from demux1
 			break;
 	}
 

edit: this diff was needed on my dbox2, propably not needed on new receivers

Edited by mrvica, 5 July 2016 - 16:44.


Re: PLI5 image and scam? #6 cdr

  • Senior Member
  • 49 posts

0
Neutral

Posted 5 July 2016 - 17:26

thanks but this are for  Enigma1, Enigma2 believe is different 

never the less i did install this library "libssl.so.0.9.8 and libcrypto.so.0.9.8

still no luck don't work any one got a good tip?

 

thankyou



Re: PLI5 image and scam? #7 Trial

  • Senior Member
  • 1,127 posts

+34
Good

Posted 5 July 2016 - 18:39

Hi,

when you start it with telnet you need no script to start. Are permission set to 755?

 

ciao



Re: PLI5 image and scam? #8 ozzsurf

  • Senior Member
  • 131 posts

+3
Neutral

Posted 6 July 2016 - 00:33

i have scam working on openpli 4 solo2

here is the working setup

scam bin file
in
/usr/bin

chmod 755



config file

/etc/scam/config
 

chmod 644

### cccam share
/net/cccam/home/user=user
/net/cccam/home/pass=pass
/net/cccam/home/host=server-ip
/net/cccam/home/serv=12000




softcam.scam

/etc/init.d/softcam.scam

chmod 755

 

#!/bin/sh
case "$1" in
start)
    sleep 3 ; start-stop-daemon -S -b -x /usr/bin/scam
    ;;
stop)
    exec start-stop-daemon -K -R 2 -x /usr/bin/scam
    ;;
restart|reload)
    $0 stop
    sleep 1
    $0 start
    ;;
version)
    echo "3.59"
    ;;
info)
    echo "scam 3.59"
    ;;
*)
    echo "Usage: $0 start|stop|restart"
    exit 1
    ;;
esac
exit 0

Edited by ozzsurf, 6 July 2016 - 00:34.


Re: PLI5 image and scam? #9 cdr

  • Senior Member
  • 49 posts

0
Neutral

Posted 6 July 2016 - 10:28

thanks problem solved

 

thankyou to all they did help



Re: PLI5 image and scam? #10 mrvica

  • Senior Member
  • 1,224 posts

+81
Good

Posted 6 July 2016 - 16:59

Enigma1, Enigma2 believe is different


Enigma1 and Enigma2 has nearly the same C-Core, I can remeber that scam was a bit different than other emus, it needs both demuxers, on new receivers no problem, on older ones there was a problem with it but could be solved


0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users