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

TOMOYO Linux Cross Reference
Linux/Documentation/admin-guide/media/technisat.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 ] ~

  1 .. SPDX-License-Identifier: GPL-2.0
  2 
  3 How to set up the Technisat/B2C2 Flexcop devices
  4 ================================================
  5 
  6 .. note::
  7 
  8    This documentation is outdated.
  9 
 10 Author: Uwe Bugla <uwe.bugla@gmx.de> August 2009
 11 
 12 Find out what device you have
 13 -----------------------------
 14 
 15 Important Notice: The driver does NOT support Technisat USB 2 devices!
 16 
 17 First start your linux box with a shipped kernel:
 18 
 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)...
 27 
 28 Kernel compilation:
 29 -------------------
 30 
 31 If the Flexcop / Technisat is the only DVB / TV / Radio device in your box
 32 get rid of unnecessary modules and check this one:
 33 
 34 ``Multimedia support`` => ``Customise analog and hybrid tuner modules to build``
 35 
 36 In this directory uncheck every driver which is activated there
 37 (except ``Simple tuner support`` for ATSC 3rd generation only -> see case 9 please).
 38 
 39 Then please activate:
 40 
 41 - Main module part:
 42 
 43   ``Multimedia support`` => ``DVB/ATSC adapters`` => ``Technisat/B2C2 FlexcopII(b) and FlexCopIII adapters``
 44 
 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``
 49 
 50 - Frontend / Tuner / Demodulator module part:
 51 
 52   ``Multimedia support`` => ``DVB/ATSC adapters``
 53    => ``Customise the frontend modules to build`` ``Customise DVB frontends`` =>
 54 
 55   - SkyStar DVB-S Revision 2.3:
 56 
 57     #) => ``Zarlink VP310/MT312/ZL10313 based``
 58     #) => ``Generic I2C PLL based tuners``
 59 
 60   - SkyStar DVB-S Revision 2.6:
 61 
 62     #) => ``ST STV0299 based``
 63     #) => ``Generic I2C PLL based tuners``
 64 
 65   - SkyStar DVB-S Revision 2.7:
 66 
 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``
100 

~ [ 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