Problem with CAID 0624 and camdata.

Newtman

Registered
Messages
22
Hello,
I'm reading my Irdeto card with Sbox x86_64 or sbox.sigma perfectly.
I use this keys in Sbox:
Code:
camkey=A0....A7
camkeydata=CAFB....5E23C

But if I use the some keys in OSCam it fail
Code:
[reader]
label = phoenix
description = Phoenix
protocol = mouse
device = /dev/ttyUSB0
caid = 0624
boxkey = A0....A7
rsakey = CAFB....E23C
force_irdeto = 1
detect = cd
group = 1,2
emmcache = 1,3,2,0


And log:
Code:
2015/06/21 16:07:16 002696A8 r   (reader) phoenix [mouse] detect irdeto card
2015/06/21 16:07:16 002696A8 r   (reader) phoenix [mouse] Irdeto SC 53 version 36 revision 1, patch level e
2015/06/21 16:07:16 002696A8 r   (reader) phoenix [mouse] caid: 0624, acs: 6.06, country code: URY
2015/06/21 16:07:16 002696A8 r   (reader) phoenix [mouse] providers: 4, ascii serial: ##########, hex serial: ######, hex base: ##
2015/06/21 16:07:17 002696A8 r   (reader) phoenix [mouse] You have a bad Cam Key set
2015/06/21 16:07:17 002696A8 r   (reader) phoenix [mouse] card system not supported
2015/06/21 16:07:17 002696A8 r   (reader) phoenix [mouse] Normal mode failed, reverting to Deprecated Mode
2015/06/21 16:07:17 002696A8 r   (reader) phoenix [mouse] Buffers readed  0 bytes total time_us 75127
2015/06/21 16:07:18 002696A8 r   (reader) phoenix [mouse] ATR: 3B 9F 21 0E 49 52 44 45 54 4F 20 41 43 53 20 56 35 2E 33 9E 
2015/06/21 16:07:18 002696A8 r   (reader) phoenix [mouse] Init card protocol T14, FI=2, F=558, D=1, N=0
2015/06/21 16:07:18 002696A8 r   (reader) phoenix [mouse] Calculated work ETU is 104.20 us reader mhz = 357
2015/06/21 16:07:18 002696A8 r   (reader) phoenix [mouse] Buffers readed  0 bytes total time_us 75133
2015/06/21 16:07:18 002696A8 r   (reader) phoenix [mouse] ATR Fsmax is 5 MHz, clocking card to wanted user cardspeed off 3.57 MHz (specified in reader->mhz)
2015/06/21 16:07:19 002696A8 r   (reader) phoenix [mouse] detect irdeto card
2015/06/21 16:07:19 002696A8 r   (reader) phoenix [mouse] Irdeto SC 53 version 36 revision 1, patch level e
2015/06/21 16:07:19 002696A8 r   (reader) phoenix [mouse] caid: 0624, acs: 6.06, country code: URY
2015/06/21 16:07:19 002696A8 r   (reader) phoenix [mouse] providers: 4, ascii serial: ##########, hex serial: ######, hex base: ##
2015/06/21 16:07:19 002696A8 r   (reader) phoenix [mouse] You have a bad Cam Key set
2015/06/21 16:07:19 002696A8 r   (reader) phoenix [mouse] card system not supported
2015/06/21 16:07:19 002696A8 r   (reader) phoenix [mouse] THIS WAS A FAILED START ATTEMPT No 1 out of max alloted of 1
2015/06/21 16:07:19 002696A8 r   (reader) phoenix [mouse] card initializing error

What happend with OSCam? I'm using the some computer, Phoenix and card.

Thanks
 

majorge

Registered
Messages
27
You have a bad Cam Key set < that should give you a hint


Like it was said, try:

Code:
[reader]
label = phoenix
description = Phoenix
protocol = mouse
device = /dev/ttyUSB0
caid = 0624
camkey = A0....A7
camkeydata = CAFB....E23C
force_irdeto = 1
detect = cd
group = 1,2
emmcache = 1,3,2,0
 

lubinecko

Registered
Messages
1
skylink

I have this
[reader]
label = phoenix
description = Phoenix
protocol = mouse
device = /dev/ttyUSB0
caid = 0624
boxkey = A0....A7
rsakey = CAFB....E23C
force_irdeto = 1
detect = cd
group = 1,2
emmcache = 1,3,2,0
 
Top