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