blue dragon upc and cyfra+ plus card setup ?

jjp2701

Senior Member
Messages
101
i have just purchased a cyfra+ card and already got a bdc card with upc on this,

now the thing i am trying to do is, can both cards be read by cccam 221 ?

if yes then how do i configure these two cards for cccam 221 ?


i have a vu+duo, running the latest blackhole image, and a have a smargo if it is needed to do this, can anyone help me on this please
 

jjp2701

Senior Member
Messages
101
only with oscam you can view all the channel's with the HD for UPC m8


whats the best working config then ?

i have cyfra+ running now in oscam with oscam/cccam213 but how do i get upc to run side by side in oscam/cccam213

i am really struggling here to work this one out then
 

Amnesix1

Senior Member
Messages
453
Yes, this config works here. BDC with the UPC File.

If you have two cards, you need two readers in the oscam.server.
 

mirny

Registered
Messages
17
for second card reader use sci1, if you want use smargo reader use protocol smargo and Device = xxx:xxx (you can find these numbers using oscam webinfo – Scan USB)

and then, configure it with this

[global]
nice = -1
WaitForCards = 1
ClientTimeout = 5
CacheDelay = 120
saveinithistory = 1
PreferLocalCards = 1

[newcamd]
Key = 0102030405060708091011121314
Port = 34000@0100:000068

[webif]
httpport = 16002
httpuser = root
httppwd = xxx
httprefresh = 10
httpallowed = 127.0.0.1,192.168.0.0-192.168.255.255

——-

[reader]
Label = cyfra
Protocol = internal
Detect = cd
Device = /dev/sci1
EMMCache = 1,3,2
Group = 1
mhz = 357
cardmhz = 357

——-

[account]
user = oscam_user
pwd = oscam_password
group = 1
AU = cyfra
 
Top