Tuto TNT sans Internet pour tous (enigma 1: dreambox; Itgate [stream 210-220])

  • Auteur de la discussion sadj
  • Date de début

sadj

DZSatien Impliqué
Inscrit
19/10/08
Messages
160
Pour avoir TNT sans internet sur enigma 1 (dreambox ou Itgate[Stream 210-220]:

1) Installer Cccam 2.11

2) Télécharger ScEmu-1.8-binaries ou scemu.ppc, dézipper

3) Mettre ScEmu.ppc dans var/bin (attributs 755)

4) Mettre ScEmu.cfg et ScEmu.Key dans var/keys (attributs 644)

5) Rajouter la ligne:
/var/bin/ScEmu.ppc &
dans var/script/cccam em sh cmme ceci
sleep 1
/bin/CCcam_2.1.1 &
/var/bin/ScEmu.ppc & sleep 3

OU copier le script suivant:

#!/bin/sh
#emuname=CCcam 2.1.1
#ecminfofile=ecm.info

remove_tmp () {
rm -rf /tmp/ecm.info /tmp/ecm0.info /tmp/pid.info /tmp/cardinfo
}

case "$1" in
start)
remove_tmp
sleep 1
/bin/CCcam_2.1.1 &
/var/bin/ScEmu.ppc & sleep 3
;;
stop)
touch /tmp/CCcam.kill
sleep 3
killall -9 CCcam_2.1.1 2>/dev/null
sleep 2
remove_tmp
;;
*)
$0 stop
exit 1
;;
esac

exit 0

6) Rajouter ceslignes dans cccam cfg (et cccam cfg orig pour image nemesis):

N: 192.168.1.68 6001 dummy dummy 01 02 03 04 05 06 07 08 09 10 11 12 13 14
SOFTKEY FILE : /var/keys/SoftCam.Key



7)Lancer Cccam

C'est tout, bonne télé!
 
Retour
Haut