From: Martin Hurton <martin.hurton@gmail.com>
To: linux-dvb@linuxtv.org
Subject: [linux-dvb] TT S2-3200 + CI Extension
Date: Mon, 25 Aug 2008 14:27:41 +0200 [thread overview]
Message-ID: <20080825122741.GB17421@optima.lan> (raw)
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
next reply other threads:[~2008-08-25 12:27 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-08-25 12:27 Martin Hurton [this message]
2008-08-25 16:46 ` [linux-dvb] TT S2-3200 + CI Extension 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080825122741.GB17421@optima.lan \
--to=martin.hurton@gmail.com \
--cc=linux-dvb@linuxtv.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox