Sei sulla pagina 1di 3

Oscam only+0963 card+Omnikey 3121 Tutorial Recently 0963 cards have been affected by black screens on certain channels.

The settings below will allow you to use your 0963 in an external Omnikey 3121 card reader (yes the internal reader on your Dreambox DOES burn your card). Belo w uses Oscam only. The rest of the contents of the following files are # out so they are not in cluded as they are not used. The coding uses any existing cccam shares you have converted to work with Oscam. The file attached will convert your cccam.cfg C: a nd F: lines into Oscam readable however it doesn't fix them fully. Check the cod ing below to correct the missing info. I have also added oscam 5083 which has pc sc and webif support. It has also been mentioned elsewhere that when using Oscam only the card wil l only accept EMM if you are watching a channel that the card is authorised to v iew. Not sure if this is correct but worth keeping in mind. Thanks to Piri and others for their help in getting Oscam 0963 working prope rly. thanks to my friend romcard have fun voyger... OSCAM.CONF # main configuration [global] LogFile = stdout #logfile = /var/log/oscam.log disableuserfile usrfileflag nice maxlogsize saveinithistory lb_mode lb_save # monitor [monitor] Port = 0 NoCrypt = 127.0.0.1 # Ip allowed to connect dreambox AULow = 15 hideclient_to = 15 MonLevel = 4 appendchaninfo = 0 #cccam [cccam] port reshare version #dvbapi [dvbapi] = 12000 = 2 = 2.1.3

= = = = = = =

0 1 -1 50 1 1 100

enabled au boxtype user #webif

= = = =

1 1 dreambox dvbuser

[webif] httpport = 8181 httprefresh= 10 httpallowed = your pc IP address # Ip allowed to connect dreambox

OSCAM.SERVER # Each reader MUST have a different group number [reader] label enable protocol device caid boxid detect mhz cardmhz ident group emmcache blockemm-unknown blockemm-s blockemm-g [reader] label protocol device user password fallback group blockemm-unknown blockemm-u blockemm-s blockemm-g lb_weight cccversion cccmaxhops cccwantemu ccckeepalive audisabled = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = sky 1 pcsc 0 # it could be 1 or 2 or 3 0963 your boxkey cd 368 368 0963:000000 1 1,3,2 1 1 1 name #additional remote reader (C: line) cccam dyndns info,cccam port of additional user password 1 2 1 1 1 1 1 2.1.3 2 1 1 1

OSCAM.USER [account] user = dvbuser

group server hostname au cccmaxhops cccreshare [account] user pwd group cccmaxhops cccreshare

= 1,2 # must include all groups used in oscam. = = = = = = = = = 127.0.0.1 1 3 3 user #additional remote user (F: line) password 1 5 0

oscam.dvbapi P: 0963:000000

/USR/CAMSCRIPT (MINE IS NAMED Ncam_Oscam_Only.sh) CHMOD 755 #!/bin/sh CAMNAME="Oscam Only" remove_tmp () { rm -rf /tmp/*.info* /tmp/*.tmp* } case "$1" in start) echo "[SCRIPT] $1: $CAMNAME" remove_tmp /usr/bin/oscam & ;; stop) echo "[SCRIPT] $1: $CAMNAME" killall -9 oscam 2>/dev/null sleep 1 remove_tmp ;; *) $0 stop exit 0 ;; esac exit 0

Potrebbero piacerti anche