0001 .. SPDX-License-Identifier: GPL-2.0
0002
0003 How to set up the Technisat/B2C2 Flexcop devices
0004 ================================================
0005
0006 .. note::
0007
0008 This documentation is outdated.
0009
0010 Author: Uwe Bugla <uwe.bugla@gmx.de> August 2009
0011
0012 Find out what device you have
0013 -----------------------------
0014
0015 Important Notice: The driver does NOT support Technisat USB 2 devices!
0016
0017 First start your linux box with a shipped kernel:
0018
0019 .. code-block:: none
0020
0021 lspci -vvv for a PCI device (lsusb -vvv for an USB device) will show you for example:
0022 02:0b.0 Network controller: Techsan Electronics Co Ltd B2C2 FlexCopII DVB chip /
0023 Technisat SkyStar2 DVB card (rev 02)
0024
0025 dmesg | grep frontend may show you for example:
0026 DVB: registering frontend 0 (Conexant CX24123/CX24109)...
0027
0028 Kernel compilation:
0029 -------------------
0030
0031 If the Flexcop / Technisat is the only DVB / TV / Radio device in your box
0032 get rid of unnecessary modules and check this one:
0033
0034 ``Multimedia support`` => ``Customise analog and hybrid tuner modules to build``
0035
0036 In this directory uncheck every driver which is activated there
0037 (except ``Simple tuner support`` for ATSC 3rd generation only -> see case 9 please).
0038
0039 Then please activate:
0040
0041 - Main module part:
0042
0043 ``Multimedia support`` => ``DVB/ATSC adapters`` => ``Technisat/B2C2 FlexcopII(b) and FlexCopIII adapters``
0044
0045 #) => ``Technisat/B2C2 Air/Sky/Cable2PC PCI`` (PCI card) or
0046 #) => ``Technisat/B2C2 Air/Sky/Cable2PC USB`` (USB 1.1 adapter)
0047 and for troubleshooting purposes:
0048 #) => ``Enable debug for the B2C2 FlexCop drivers``
0049
0050 - Frontend / Tuner / Demodulator module part:
0051
0052 ``Multimedia support`` => ``DVB/ATSC adapters``
0053 => ``Customise the frontend modules to build`` ``Customise DVB frontends`` =>
0054
0055 - SkyStar DVB-S Revision 2.3:
0056
0057 #) => ``Zarlink VP310/MT312/ZL10313 based``
0058 #) => ``Generic I2C PLL based tuners``
0059
0060 - SkyStar DVB-S Revision 2.6:
0061
0062 #) => ``ST STV0299 based``
0063 #) => ``Generic I2C PLL based tuners``
0064
0065 - SkyStar DVB-S Revision 2.7:
0066
0067 #) => ``Samsung S5H1420 based``
0068 #) => ``Integrant ITD1000 Zero IF tuner for DVB-S/DSS``
0069 #) => ``ISL6421 SEC controller``
0070
0071 - SkyStar DVB-S Revision 2.8:
0072
0073 #) => ``Conexant CX24123 based``
0074 #) => ``Conexant CX24113/CX24128 tuner for DVB-S/DSS``
0075 #) => ``ISL6421 SEC controller``
0076
0077 - AirStar DVB-T card:
0078
0079 #) => ``Zarlink MT352 based``
0080 #) => ``Generic I2C PLL based tuners``
0081
0082 - CableStar DVB-C card:
0083
0084 #) => ``ST STV0297 based``
0085 #) => ``Generic I2C PLL based tuners``
0086
0087 - AirStar ATSC card 1st generation:
0088
0089 #) => ``Broadcom BCM3510``
0090
0091 - AirStar ATSC card 2nd generation:
0092
0093 #) => ``NxtWave Communications NXT2002/NXT2004 based``
0094 #) => ``Generic I2C PLL based tuners``
0095
0096 - AirStar ATSC card 3rd generation:
0097
0098 #) => ``LG Electronics LGDT3302/LGDT3303 based``
0099 #) ``Multimedia support`` => ``Customise analog and hybrid tuner modules to build`` => ``Simple tuner support``
0100