public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [linux-dvb] TT S2-3200 + CI Extension
@ 2008-08-25 12:27 Martin Hurton
  2008-08-25 16:46 ` Roger James
  0 siblings, 1 reply; 11+ messages in thread
From: Martin Hurton @ 2008-08-25 12:27 UTC (permalink / raw)
  To: linux-dvb

Hi List,

I have the TT-budget S2-3200 card with CI Extension and have problem
to get it work with my CAM module. I have tried different CI Extensions,
different CI cables, different CAM modules, and also different computers 
but still without any success. I am using multiproto driver.

Debugging the driver I have found the problem is in the following code:
(budget-ci.c).

507     ci_version = ttpci_budget_debiread(&budget_ci->budget, DEBICICTL, DEBIADDR_CIVERSION, 1, 1, 0);
508     if ((ci_version & 0xa0) != 0xa0) {
509             result = -ENODEV;
510             goto error;
511     }

it seems the driver expects the high nibble of ci_version to be 0xa but in my case,
the ci_version is always zero. And because of this, the CA is not supported.

Did anybody have this same problem? Or can somebody explains why this happens?
Any help will be greatly appreciated.

Regards,
/Martin


_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2008-08-30 12:58 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-25 12:27 [linux-dvb] TT S2-3200 + CI Extension Martin Hurton
2008-08-25 16:46 ` Roger James
2008-08-26 19:35   ` Werner Hauger
2008-08-27  9:19     ` Martin Hurton
2008-08-27 19:06       ` Werner Hauger
2008-08-27 10:01     ` Roger James
2008-08-27 18:47       ` Roger James
2008-08-27 19:38         ` Werner Hauger
2008-08-27 23:22           ` Roger James
2008-08-28 12:29             ` Roger James
2008-08-30 12:58               ` Roger James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox