Merge branch 'regmap-5.1' into regmap-linus
[linux-2.6-block.git] / Documentation / media / dvb-drivers / technisat.rst
CommitLineData
f2ac8ce8
MCC
1.. SPDX-License-Identifier: GPL-2.0
2
f5a32583
UB
3How to set up the Technisat/B2C2 Flexcop devices
4================================================
b1f1d76e 5
63dd837e
MCC
6.. note::
7
8 This documentation is outdated.
9
10Author: Uwe Bugla <uwe.bugla@gmx.de> August 2009
11
12Find out what device you have
13-----------------------------
b1f1d76e 14
b8423ee9
UB
15Important Notice: The driver does NOT support Technisat USB 2 devices!
16
b1f1d76e 17First start your linux box with a shipped kernel:
b1f1d76e 18
63dd837e
MCC
19.. code-block:: none
20
21 lspci -vvv for a PCI device (lsusb -vvv for an USB device) will show you for example:
22 02:0b.0 Network controller: Techsan Electronics Co Ltd B2C2 FlexCopII DVB chip /
23 Technisat SkyStar2 DVB card (rev 02)
24
25 dmesg | grep frontend may show you for example:
26 DVB: registering frontend 0 (Conexant CX24123/CX24109)...
b1f1d76e 27
63dd837e
MCC
28Kernel compilation:
29-------------------
b1f1d76e 30
b8423ee9 31If the Flexcop / Technisat is the only DVB / TV / Radio device in your box
63dd837e
MCC
32get rid of unnecessary modules and check this one:
33
34``Multimedia support`` => ``Customise analog and hybrid tuner modules to build``
35
b8423ee9 36In this directory uncheck every driver which is activated there
63dd837e 37(except ``Simple tuner support`` for ATSC 3rd generation only -> see case 9 please).
b1f1d76e
PB
38
39Then please activate:
b1f1d76e 40
63dd837e 41- Main module part:
b1f1d76e 42
63dd837e 43 ``Multimedia support`` => ``DVB/ATSC adapters`` => ``Technisat/B2C2 FlexcopII(b) and FlexCopIII adapters``
b1f1d76e 44
63dd837e
MCC
45 #) => ``Technisat/B2C2 Air/Sky/Cable2PC PCI`` (PCI card) or
46 #) => ``Technisat/B2C2 Air/Sky/Cable2PC USB`` (USB 1.1 adapter)
47 and for troubleshooting purposes:
48 #) => ``Enable debug for the B2C2 FlexCop drivers``
b1f1d76e 49
63dd837e 50- Frontend / Tuner / Demodulator module part:
b1f1d76e 51
63dd837e
MCC
52 ``Multimedia support`` => ``DVB/ATSC adapters``
53 => ``Customise the frontend modules to build`` ``Customise DVB frontends`` =>
b1f1d76e 54
63dd837e 55 - SkyStar DVB-S Revision 2.3:
b1f1d76e 56
63dd837e
MCC
57 #) => ``Zarlink VP310/MT312/ZL10313 based``
58 #) => ``Generic I2C PLL based tuners``
b1f1d76e 59
63dd837e 60 - SkyStar DVB-S Revision 2.6:
b1f1d76e 61
63dd837e
MCC
62 #) => ``ST STV0299 based``
63 #) => ``Generic I2C PLL based tuners``
b1f1d76e 64
63dd837e 65 - SkyStar DVB-S Revision 2.7:
b1f1d76e 66
63dd837e
MCC
67 #) => ``Samsung S5H1420 based``
68 #) => ``Integrant ITD1000 Zero IF tuner for DVB-S/DSS``
69 #) => ``ISL6421 SEC controller``
70
71 - SkyStar DVB-S Revision 2.8:
72
73 #) => ``Conexant CX24123 based``
74 #) => ``Conexant CX24113/CX24128 tuner for DVB-S/DSS``
75 #) => ``ISL6421 SEC controller``
76
77 - AirStar DVB-T card:
78
79 #) => ``Zarlink MT352 based``
80 #) => ``Generic I2C PLL based tuners``
81
82 - CableStar DVB-C card:
83
84 #) => ``ST STV0297 based``
85 #) => ``Generic I2C PLL based tuners``
86
87 - AirStar ATSC card 1st generation:
88
89 #) => ``Broadcom BCM3510``
90
91 - AirStar ATSC card 2nd generation:
92
93 #) => ``NxtWave Communications NXT2002/NXT2004 based``
94 #) => ``Generic I2C PLL based tuners``
95
96 - AirStar ATSC card 3rd generation:
97
98 #) => ``LG Electronics LGDT3302/LGDT3303 based``
99 #) ``Multimedia support`` => ``Customise analog and hybrid tuner modules to build`` => ``Simple tuner support``
f5a32583 100