~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/Documentation/admin-guide/media/ci.rst

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /Documentation/admin-guide/media/ci.rst (Version linux-6.12-rc7) and /Documentation/admin-guide/media/ci.rst (Version linux-5.10.229)


  1 .. SPDX-License-Identifier: GPL-2.0                 1 .. SPDX-License-Identifier: GPL-2.0
  2                                                     2 
  3 Digital TV Conditional Access Interface             3 Digital TV Conditional Access Interface
  4 =======================================             4 =======================================
  5                                                     5 
  6                                                     6 
  7 .. note::                                           7 .. note::
  8                                                     8 
  9    This documentation is outdated.                  9    This documentation is outdated.
 10                                                    10 
 11 This document describes the usage of the high      11 This document describes the usage of the high level CI API as
 12 in accordance to the Linux DVB API. This is a      12 in accordance to the Linux DVB API. This is a not a documentation for the,
 13 existing low level CI API.                         13 existing low level CI API.
 14                                                    14 
 15 .. note::                                          15 .. note::
 16                                                    16 
 17    For the Twinhan/Twinhan clones, the dst_ca      17    For the Twinhan/Twinhan clones, the dst_ca module handles the CI
 18    hardware handling. This module is loaded au     18    hardware handling. This module is loaded automatically if a CI
 19    (Common Interface, that holds the CAM (Cond     19    (Common Interface, that holds the CAM (Conditional Access Module)
 20    is detected.                                    20    is detected.
 21                                                    21 
 22 ca_zap                                             22 ca_zap
 23 ~~~~~~                                             23 ~~~~~~
 24                                                    24 
 25 A userspace application, like ``ca_zap`` is re     25 A userspace application, like ``ca_zap`` is required to handle encrypted
 26 MPEG-TS streams.                                   26 MPEG-TS streams.
 27                                                    27 
 28 The ``ca_zap`` userland application is in char     28 The ``ca_zap`` userland application is in charge of sending the
 29 descrambling related information to the Condit     29 descrambling related information to the Conditional Access Module (CAM).
 30                                                    30 
 31 This application requires the following to fun     31 This application requires the following to function properly as of now.
 32                                                    32 
 33 a) Tune to a valid channel, with szap.             33 a) Tune to a valid channel, with szap.
 34                                                    34 
 35   eg: $ szap -c channels.conf -r "TMC" -x          35   eg: $ szap -c channels.conf -r "TMC" -x
 36                                                    36 
 37 b) a channels.conf containing a valid PMT PID      37 b) a channels.conf containing a valid PMT PID
 38                                                    38 
 39   eg: TMC:11996:h:0:27500:278:512:650:321          39   eg: TMC:11996:h:0:27500:278:512:650:321
 40                                                    40 
 41   here 278 is a valid PMT PID. the rest of the     41   here 278 is a valid PMT PID. the rest of the values are the
 42   same ones that szap uses.                        42   same ones that szap uses.
 43                                                    43 
 44 c) after running a szap, you have to run ca_za     44 c) after running a szap, you have to run ca_zap, for the
 45    descrambler to function,                        45    descrambler to function,
 46                                                    46 
 47   eg: $ ca_zap channels.conf "TMC"                 47   eg: $ ca_zap channels.conf "TMC"
 48                                                    48 
 49 d) Hopefully enjoy your favourite subscribed c     49 d) Hopefully enjoy your favourite subscribed channel as you do with
 50    a FTA card.                                     50    a FTA card.
 51                                                    51 
 52 .. note::                                          52 .. note::
 53                                                    53 
 54   Currently ca_zap, and dst_test, both are mea     54   Currently ca_zap, and dst_test, both are meant for demonstration
 55   purposes only, they can become full fledged      55   purposes only, they can become full fledged applications if necessary.
 56                                                    56 
 57                                                    57 
 58 Cards that fall in this category                   58 Cards that fall in this category
 59 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                   59 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 60                                                    60 
 61 At present the cards that fall in this categor     61 At present the cards that fall in this category are the Twinhan and its
 62 clones, these cards are available as VVMER, To     62 clones, these cards are available as VVMER, Tomato, Hercules, Orange and
 63 so on.                                             63 so on.
 64                                                    64 
 65 CI modules that are supported                      65 CI modules that are supported
 66 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                      66 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 67                                                    67 
 68 The CI module support is largely dependent upo     68 The CI module support is largely dependent upon the firmware on the cards
 69 Some cards do support almost all of the availa     69 Some cards do support almost all of the available CI modules. There is
 70 nothing much that can be done in order to make     70 nothing much that can be done in order to make additional CI modules
 71 working with these cards.                          71 working with these cards.
 72                                                    72 
 73 Modules that have been tested by this driver a     73 Modules that have been tested by this driver at present are
 74                                                    74 
 75 (1) Irdeto 1 and 2 from SCM                        75 (1) Irdeto 1 and 2 from SCM
 76 (2) Viaccess from SCM                              76 (2) Viaccess from SCM
 77 (3) Dragoncam                                      77 (3) Dragoncam
                                                      

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php