Page 2 of 2

Re: CI+ Module

PostPosted: Fri May 23, 2014 3:37 am
by gligi
it works like a charm. thank you very much.. :D :D :D

if only vdr <-> dvbapi support would be like yours :lol: :lol:

Re: CI+ Module

PostPosted: Thu May 14, 2015 4:21 pm
by smirnof
Hello,
I have the same problem but with card 6991-SE how can i get it working? any help please..
MAXtv module CI+ and card.
Regards

Re: CI+ Module

PostPosted: Fri May 15, 2015 8:25 pm
by smirnof
Well, i made a changes to the driver, but still have the same problem! it's not working.

The changes i made to the driver tbsci.c:
Code: Select all
case 0x68:
             if (state->mode == 8) {
                printk("tbsci: Initializing TBS 6991 MAXTV\n");
                state->mode = 4;

            data = 0;
            tbsci_i2c_write(state, 0xd0, &data, 1);

            data = 0;
            tbsci_i2c_write(state, 0xcc, &data, 1);

            data = 0x01;
            tbsci_i2c_write(state, 0xcd, &data, 1);

            data = 0x08;
            tbsci_i2c_write(state, 0xce, &data, 1);
             } else {         
                printk("tbsci: Initializing TBS 6680 CI slot\n");
             }

                        break;


From dmesg i get this:

Code: Select all
[   13.101692] tbsci: Initializing TBS 6991 MAXTV
[   13.102112] tbsci: Adapter 0 CI slot initialized
[   13.493060] tbsci: Initializing TBS 6991 MAXTV
[   13.493501] tbsci: Adapter 1 CI slot initialized




i recieve this error
Code: Select all
Info:  CAM:  No CAM initialization in 30s, WE FORCE A RESET. try 1 on 5.
Info:  CAM:  The CAM isn't in a good state after reset, it will probably don't work :(


Any help please??

Re: CI+ Module

PostPosted: Sat Jun 25, 2016 5:00 pm
by lucluc
Hi all. I have the same module and TBS6991SE card. All work perfect but only with 3 channels. Is there any option to stream more than 3 channels at the same time. Look like this ci module have some kind of protection because if I start fourth channel, have error something like I am not subscribed for that package... Thanks