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

Status
Not open for further replies.
Hey I have the same problem with our cards in New Zealand, NZ caid are 096A,0958
im running a GigaBlue UHD UE 4K and need an updated oscam to allow R18 to work
would you be able to help me sort this?

thanks
Did you find a solution?
 
I believe so
just trying to get it complied now.
Try these builds.
1 is using older libs than the other (don't know what image you are using).

However it's possible neither will run as I don't know what toolchain the Gigablue uses (I only use the solo4k toolchain).
 

Attachments

  • oscam-svn11693-solo4k-webif.rar
    580.6 KB · Views: 7
  • oscam-svn11693-solo4k-webif-dvbapi-upx.rar
    737.9 KB · Views: 8
Try these builds.
1 is using older libs than the other (don't know what image you are using).

However it's possible neither will run as I don't know what toolchain the Gigablue uses (I only use the solo4k toolchain).
it wont let me download :(
 
No, as I only have the toolchain for Solo4K and I don't use openvix either.

You can't install the files like an ipk, you have to open the rar file and send the binary to the correct location /usr/softcams on vix iirc, oh and set the attributes to 755.
 
@haydos
You might have better luck unpacking the ipk using 7zip and then follow cokeaddict's instructions. It should work. Problem is you cant download from this forum on for another 24 hours.

@cokeaddict
Can you upload the modified version of "reader-videoguard2.c"
 
i can download now, i got premium,

also in this routine need to change it from uint8_t ins40[5] = { 0xD1, 0x40, 0x00, 0x80, 0xFF };
uint8_t ins40[5] = { 0xD1, 0x40, 0x60, 0x80, 0xFF };

static int32_t videoguard2_do_ecm(struct s_reader *reader, const ECM_REQUEST *er, struct s_ecm_answer *ea)
{
uint8_t cta_res[CTA_RES_LEN];
static const char valid_ecm[] = { 0x00, 0x00, 0x01 };
uint8_t ins40[5] = { 0xD1, 0x40, 0x00, 0x80, 0xFF };
 
i can download now, i got premium,

also in this routine need to change it from uint8_t ins40[5] = { 0xD1, 0x40, 0x00, 0x80, 0xFF };
uint8_t ins40[5] = { 0xD1, 0x40, 0x60, 0x80, 0xFF };

static int32_t videoguard2_do_ecm(struct s_reader *reader, const ECM_REQUEST *er, struct s_ecm_answer *ea)
{
uint8_t cta_res[CTA_RES_LEN];
static const char valid_ecm[] = { 0x00, 0x00, 0x01 };
uint8_t ins40[5] = { 0xD1, 0x40, 0x00, 0x80, 0xFF };
Really don't think it's needed, but either way the file you posted on vix board hasn't been edited correctly.
 
I can confirm that both files on post 123 work on a Gigablue UHD UE 4K. I used 7zip to extract them.
 
Last edited:
Status
Not open for further replies.
Back
Top