oscam and dragocard upc

tsitsi58

Registered
Messages
137
hi to all i try to make my dragon card play upc channels but i cant i use dream elite image in my dm 800 i made settings in oscam config files but nothing at all my settings are
oscam config
global]
logfile = /tmp/oscam.log
cachedelay = 120
nice = -1
maxlogsize = 500

[monitor]
port = 988
nocrypt =
aulow = 120
hideclient_to = 15
monlevel = 4
appendchaninfo = 0

[newcamd]
port = 14000@0D02:0000A0
key = 0102030405060708091011121314
allowed =
keepalive = 1
mgclient = 1

[webif]
httpport =16002
httpuser =*******
httppwd = *****
httprefresh = 10
httpallowed = 127.0.0.1-255.255.255.255
httphideidleclients = 0
httpreadonly = 0
httpsavefullcfg = 0

oscam server
[reader]
label = upc_direct
enable = 1
protocol = internal
device = /dev/sci0
pincode = 0000
caid = 0D02
services =
fix9993 = 0
detect = cd
mhz = 357
cardmhz = 357
ident = 0D02:0000A0
group = 1
emmcache = 1,1,2
lb_weight = 100

oscam user
[account]
user = ******
pwd = ******
group = 1
au = dtcw
caid = 0D02
ident = 0D02:00008C,0000A0,0000A4,0000A8



finally i put that line in cccam config file
N: 127.0.0.1 14000 ***** ***** 01 02 03 04 05 06 07 08 09 10 11 12 13 14

is everything ok? have i made any mistake with the configuration files.

attributes for all files are 755 is it ok?
can you show me any file in order to download the right cccam oscam bin and camscript for my dream elite 1.33?thanks
 

dreammastera

Registered
Messages
16
oscam.config
[camd35]
port = 14000@0D02:00008C,0000A0,0000A4,0000A8

=====

CCcam.cfg
L: 127.0.0.1 14000 user pass 0d02 000000 256
 

xXTomXx

Registered
Messages
560
i think the cardmhz are to low. try this:
mhz = 600
cardmhz = 600

you should at first run oscam alone (by activating dvbapi) and see if you get a picture.
 

red

Registered
Messages
101
l to have the same problem l tryed card in dreambox 500s slot and in pheonix cardreader l think that oscam is not reading the card because in web info l am seeing the card

d02 : 0 CW2-UPC Direkt (19E)(Hustler+XXX)

but still no picture l get ecm's but no emm's clock freq is at 600 mhz

can someone help out please:)
 

xXTomXx

Registered
Messages
560
surely oscam read the card. dreambox8000.

2011/09/02 13:40:17 30FFF4B0 c dvbapi: [ADD PID 0] CAID: 1815 ECM_PID: 138C PROVID: 000000
2011/09/02 13:40:17 30FFF4B0 c dvbapi: [ADD PID 1] CAID: 0D02 ECM_PID: 14B8 PROVID: 000000
2011/09/02 13:40:17 30FFF4B0 c dvbapi: [ADD PID 2] CAID: 0D97 ECM_PID: 1710 PROVID: 000000
2011/09/02 13:40:17 30FFF4B0 c dvbapi: new program number: 791D (1815:791D unknown)
2011/09/02 13:40:22 30FFF4B0 c dvbapi: Start descrambling PID #1 (CAID: 0D02) 1
2011/09/02 13:40:22 30FFF4B0 c anonymous (0D02&0000A0/791D/84:8602): found (331 ms) by upc-bdc (of 4 avail 4)
2011/09/02 13:40:22 30FFF4B0 c anonymous (0D02&0000A0/791D/84:D857): found (326 ms) by upc-bdc (of 4 avail 4)

[reader]
label = upc-bdc
protocol = internal
device = /dev/sci1
caid = 0D02
detect = cd
mhz = 600
cardmhz = 600
ident = 0D02:00008C,0000A0,0000A4,0000A8
emmcache = 1,3,2
 

red

Registered
Messages
101
Thanks for reply can you tell me where is dvbapi script so l can see which errors it has

thanks:):)
 

xXTomXx

Registered
Messages
560
you had to activate logfile or webif.

oscam.conf:
[global]
logfile = /tmp/oscam.log
nice = -1
maxlogsize = 4096
preferlocalcards = 1
saveinithistory = 1

with this a logfile will written to /tmp

[webif]
httpport = 16001
httpuser = admin
httppwd = passwd
httprefresh = 10
httpallowed = 192.168.0.1-192.168.255.255

prompt into browser: ip.of.your.box:16001 and you came to the webif from oscam.
 

red

Registered
Messages
101
ok l went into oscam log file my error is

ERROR: Could not read reader->convention

the reader is not reading the card then
 

red

Registered
Messages
101
here is my cfg using phoenix smartmouse reader at 6 mhz

oscam config
global]
logfile = /tmp/oscam.log
cachedelay = 120
nice = -1
maxlogsize = 500

[monitor]
port = 988
nocrypt =
aulow = 120
hideclient_to = 15
monlevel = 4
appendchaninfo = 0

[newcamd]
port = 14000@0D02:0000A0
key = 0102030405060708091011121314
allowed =
keepalive = 1
mgclient = 1

[webif]
httpport =16002
httpuser =*******
httppwd = *****
httprefresh = 10
httpallowed = 127.0.0.1-255.255.255.255
httphideidleclients = 0
httpreadonly = 0
httpsavefullcfg = 0

oscam server
[reader]
label = upc_direct
enable = 1
protocol = mouse
device = /dev/tts/0
pincode = 0000
caid = 0D02
services =
fix9993 = 0
detect = cd
mhz = 600
cardmhz = 600
ident = 0D02:0000A0
group = 1
emmcache = 1,1,2
lb_weight = 100

oscam user
[account]
user = ******
pwd = ******
group = 1
au = dtcw
caid = 0D02
ident = 0D02:00008C,0000A0,0000A4,0000A8


where am l wrong:)
 

guli

Registered
Messages
375
l to have the same problem l tryed card in dreambox 500s slot and in pheonix cardreader l think that oscam is not reading the card because in web info l am seeing the card

d02 : 0 CW2-UPC Direkt (19E)(Hustler+XXX)

but still no picture l get ecm's but no emm's clock freq is at 600 mhz

can someone help out please:)

you say you are using a dm500s + pheonix cardreader which one is correct .

are you trying to use your card with just dvbapi or want to share with it .
 

guli

Registered
Messages
375
ok lets see if your card is actually recognised by oscam .

save your configs & then erase from oscam . now put these configs in & restart .

go to webif straight after restart & show the status log here .

oscam.conf

[global]
Nice = -1
WaitForCards = 1
PreferLocalCards = 1
saveinithistory = 1

[newcamd]
port = 14000@0D02:00008C,0000A0,0000A4,0000A8
key = 0102030405060708091011121314
allowed = 127.0.0.1,192.168.0.0-192.168.255.255
keepalive = 1
mgclient =

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

[dvbapi]
enabled =1
boxtype = dreambox
user = localuser
au = 1

oscam server

[reader]
label = upc_direct
enable = 1
protocol = mouse
device = /dev/tts/0
pincode = 0000
services =
fix9993 = 0
detect = cd
mhz = 600
cardmhz = 600
caid = 0D02
ident = 0D02:00008C,0000A0,0000A4,0000A8
group = 1
emmcache = 1,3,2
lb_weight = 100

oscam.user

[account]
user = localuser
group = 1
au = 1
 

red

Registered
Messages
101
this is the log after restart



2011/09/02 16:24:29 1013A8D8 s services reloaded: 0 services freed, 20 services loaded, rejected 0
2011/09/02 16:24:29 1013A8D8 s userdb reloaded: 1 accounts loaded, 0 expired, 0 disabled
2011/09/02 16:24:29 1013A8D8 s signal handling initialized (type=sysv)
2011/09/02 16:24:29 1013A8D8 s 446 service-id's loaded in 24ms
2011/09/02 16:24:29 1013A8D8 s 37 tier-id's loaded
2011/09/02 16:24:29 1013A8D8 s 1000 provid's loaded
2011/09/02 16:24:29 1013A8D8 s can't open file "/var/tuxbox/config/oscam.ird" (errno=2 No such file or directory) irdeto guessing not loaded
2011/09/02 16:24:29 1013A8D8 s monitor: disabled
2011/09/02 16:24:29 1013A8D8 s camd35: disabled
2011/09/02 16:24:29 1013A8D8 s cs378x: disabled
2011/09/02 16:24:29 1013A8D8 s newcamd: initialized (fd=5, port=14500, crypted)
2011/09/02 16:24:29 1013A8D8 s -> CAID: 0D02 PROVID: 00008C, 0000A0, 0000A4, 0000A8
2011/09/02 16:24:29 1013A8D8 s radegast: disabled
2011/09/02 16:24:29 1013A8D8 s http thread started
2011/09/02 16:24:29 1013A8D8 s reader check thread started
2011/09/02 16:24:29 1013A8D8 s check thread started
2011/09/02 16:24:29 1013A8D8 s creating thread for device /dev/tts/0
2011/09/02 16:24:29 1013A8D8 s loadbalancer: can't read from file /tmp/.oscam/stat
2011/09/02 16:24:29 1013A8D8 s waiting for local card init
2011/09/02 16:24:29 1016F988 h HTTP Server listening on port 16002
2011/09/02 16:24:31 1016E250 r reader upc_direct initialized (device=/dev/tts/0, detect=cd, mhz=600, cardmhz=600)
2011/09/02 16:24:32 0 upc_direct card detected
2011/09/02 16:24:35 1016E250 r ATR is malformed, it reports 1 historical bytes but there are only -1
2011/09/02 16:24:38 1016E250 r ATR is malformed, it reports 1 historical bytes but there are only -1
2011/09/02 16:24:42 1016E250 r ERROR: Could not read reader->convention
2011/09/02 16:24:42 1016E250 r Error activating card.
 

guli

Registered
Messages
375
ok try this config & restart & show log

oscam.conf

[global]
Nice = -1
WaitForCards = 1
PreferLocalCards = 1
saveinithistory = 1

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

[dvbapi]
enabled =1
boxtype = dreambox
user = localuser
au = 1

oscam server

[reader]
label = upc_direct
enable = 1
protocol = mp35
device = /dev/ttyS1
pincode = 0000
detect = cd
mhz = 600
cardmhz = 600
caid = 0D02
ident = 0D02:00008C,0000A0,0000A4,0000A8
group = 1
emmcache = 1,3,2
lb_weight = 100

oscam.user

[account]
user = localuser
group = 1
au = 1
 

red

Registered
Messages
101
the log is like this now

2011/09/02 16:54:29 1013A8D8 s services reloaded: 0 services freed, 20 services loaded, rejected 0
2011/09/02 16:54:29 1013A8D8 s userdb reloaded: 1 accounts loaded, 0 expired, 0 disabled
2011/09/02 16:54:29 1013A8D8 s signal handling initialized (type=sysv)
2011/09/02 16:54:29 1013A8D8 s 446 service-id's loaded in 25ms
2011/09/02 16:54:29 1013A8D8 s 37 tier-id's loaded
2011/09/02 16:54:29 1013A8D8 s 1000 provid's loaded
2011/09/02 16:54:29 1013A8D8 s can't open file "/var/tuxbox/config/oscam.ird" (errno=2 No such file or directory) irdeto guessing not loaded
2011/09/02 16:54:29 1013A8D8 s monitor: disabled
2011/09/02 16:54:29 1013A8D8 s camd35: disabled
2011/09/02 16:54:29 1013A8D8 s cs378x: disabled
2011/09/02 16:54:29 1013A8D8 s newcamd: disabled
2011/09/02 16:54:29 1013A8D8 s radegast: disabled
2011/09/02 16:54:29 1013A8D8 s http thread started
2011/09/02 16:54:29 1013A8D8 s reader check thread started
2011/09/02 16:54:29 1013A8D8 s check thread started
2011/09/02 16:54:29 1013A8D8 s creating thread for device /dev/ttyS1
2011/09/02 16:54:29 1013A8D8 s loadbalancer: can't read from file /tmp/.oscam/stat
2011/09/02 16:54:29 1013A8D8 s waiting for local card init
2011/09/02 16:54:29 1016F970 h HTTP Server listening on port 16002
2011/09/02 16:54:29 1016E238 r ERROR opening device /dev/ttyS1
2011/09/02 16:54:29 1016E238 r Cannot open device: /dev/ttyS1
 

guli

Registered
Messages
375
ok try like this mate .

oscam.server

force_irdeto = 1
device = /dev/tts/0
 
Last edited:
Top