NDS Card / Oscam - classD3 ins54: no cw --> Card needs pin

Status
Not open for further replies.

rtznfrtz

Member ++
Joined
Dec 25, 2019
Messages
74
Reaction score
34
i've got my card running in OScam, but some channels require the input of the card's pin.

at startup oscam log states the following:
card pin: 0000
Parental control disabled

but as soon as i switch to a program/film that is ratet 18+ i get:
classD3 ins54: no cw --> Card needs pin

in the original receiver parental control is disabled, but still needs input of card pin to descramble.
is there a possibility to enter/send pin to card via oscam - e.g. like emm's (it's not working with any of the given pin insertion options)?
 
i've got my card running in OScam, but some channels require the input of the card's pin.

at startup oscam log states the following:
card pin: 0000
Parental control disabled

but as soon as i switch to a program/film that is ratet 18+ i get:
classD3 ins54: no cw --> Card needs pin

in the original receiver parental control is disabled, but still needs input of card pin to descramble.
is there a possibility to enter/send pin to card via oscam - e.g. like emm's (it's not working with any of the given pin insertion options)?
which provider?
 
TotalTV Serbia NDS 090F
requires routine not included in oscam to get 18+ PC
 
there is no ticket anywhere - so no update
working, yes, but as this solution is "hard coded" per caid - with no config option at all - it is rather a quick n dirty than a general solution
 
hi

do you can help me ,my TTV card request pin code on 18+ channels?
Index: reader-videoguard2.c
===================================================================
--- reader-videoguard2.c (Revision 11581)
+++ reader-videoguard2.c (Arbeitskopie)
@@ -1218,6 +1218,11 @@
new_len -= 2;
}

+ if(reader->caid == 0x92F || reader->caid == 0x91F)
+ {
+ ins40[2] = 0x60;
+ }
+
ins40[4] = new_len;
int32_t l;
l = do_cmd(reader, ins40, tbuff, NULL, cta_res);
 
as written by benfica, if you know how to compile
kao benfica pisao , kada znas i mozes kompilirati
 
is not problem to compile for ubuntu x64 ,but my card is on dm500hd
i cant compile oscam for mips openatv image
 
Status
Not open for further replies.
Back
Top