blob: f0cc4f2d836535ab5fe3acf6fe83bac29f1aa50c [file] [log] [blame]
Uwe Buglaf5a32582009-02-23 10:54:20 -03001How to set up the Technisat/B2C2 Flexcop devices
2================================================
Patrick Boettcherb1f1d762008-12-10 18:27:39 -03003
41) Find out what device you have
5================================
6
Uwe Buglab8423ee2009-08-17 08:09:06 -03007Important Notice: The driver does NOT support Technisat USB 2 devices!
8
Patrick Boettcherb1f1d762008-12-10 18:27:39 -03009First start your linux box with a shipped kernel:
10lspci -vvv for a PCI device (lsusb -vvv for an USB device) will show you for example:
Uwe Buglab8423ee2009-08-17 08:09:06 -03001102:0b.0 Network controller: Techsan Electronics Co Ltd B2C2 FlexCopII DVB chip /
12 Technisat SkyStar2 DVB card (rev 02)
Patrick Boettcherb1f1d762008-12-10 18:27:39 -030013
14dmesg | grep frontend may show you for example:
15DVB: registering frontend 0 (Conexant CX24123/CX24109)...
16
172) Kernel compilation:
18======================
19
Uwe Buglab8423ee2009-08-17 08:09:06 -030020If the Flexcop / Technisat is the only DVB / TV / Radio device in your box
21 get rid of unnecessary modules and check this one:
22"Multimedia support" => "Customise analog and hybrid tuner modules to build"
23In this directory uncheck every driver which is activated there
24 (except "Simple tuner support" for ATSC 3rd generation only -> see case 9 please).
Patrick Boettcherb1f1d762008-12-10 18:27:39 -030025
26Then please activate:
272a) Main module part:
Uwe Buglab8423ee2009-08-17 08:09:06 -030028"Multimedia support" => "DVB/ATSC adapters"
29 => "Technisat/B2C2 FlexcopII(b) and FlexCopIII adapters"
Patrick Boettcherb1f1d762008-12-10 18:27:39 -030030
Uwe Buglab8423ee2009-08-17 08:09:06 -030031a.) => "Technisat/B2C2 Air/Sky/Cable2PC PCI" (PCI card) or
32b.) => "Technisat/B2C2 Air/Sky/Cable2PC USB" (USB 1.1 adapter)
33 and for troubleshooting purposes:
34c.) => "Enable debug for the B2C2 FlexCop drivers"
Patrick Boettcherb1f1d762008-12-10 18:27:39 -030035
Uwe Buglab8423ee2009-08-17 08:09:06 -0300362b) Frontend / Tuner / Demodulator module part:
37"Multimedia support" => "DVB/ATSC adapters"
38 => "Customise the frontend modules to build" "Customise DVB frontends" =>
Patrick Boettcherb1f1d762008-12-10 18:27:39 -030039
Uwe Buglaf5a32582009-02-23 10:54:20 -0300401.) SkyStar DVB-S Revision 2.3:
Uwe Buglab8423ee2009-08-17 08:09:06 -030041a.) => "Zarlink VP310/MT312/ZL10313 based"
42b.) => "Generic I2C PLL based tuners"
Patrick Boettcherb1f1d762008-12-10 18:27:39 -030043
Uwe Buglaf5a32582009-02-23 10:54:20 -0300442.) SkyStar DVB-S Revision 2.6:
Uwe Buglab8423ee2009-08-17 08:09:06 -030045a.) => "ST STV0299 based"
46b.) => "Generic I2C PLL based tuners"
Patrick Boettcherb1f1d762008-12-10 18:27:39 -030047
Uwe Buglaf5a32582009-02-23 10:54:20 -0300483.) SkyStar DVB-S Revision 2.7:
Uwe Buglab8423ee2009-08-17 08:09:06 -030049a.) => "Samsung S5H1420 based"
50b.) => "Integrant ITD1000 Zero IF tuner for DVB-S/DSS"
51c.) => "ISL6421 SEC controller"
Patrick Boettcherb1f1d762008-12-10 18:27:39 -030052
Uwe Buglaf5a32582009-02-23 10:54:20 -0300534.) SkyStar DVB-S Revision 2.8:
Uwe Buglab8423ee2009-08-17 08:09:06 -030054a.) => "Conexant CX24123 based"
55b.) => "Conexant CX24113/CX24128 tuner for DVB-S/DSS"
56c.) => "ISL6421 SEC controller"
Patrick Boettcherb1f1d762008-12-10 18:27:39 -030057
Uwe Buglaf5a32582009-02-23 10:54:20 -0300585.) AirStar DVB-T card:
Uwe Buglab8423ee2009-08-17 08:09:06 -030059a.) => "Zarlink MT352 based"
60b.) => "Generic I2C PLL based tuners"
Patrick Boettcherb1f1d762008-12-10 18:27:39 -030061
Uwe Buglaf5a32582009-02-23 10:54:20 -0300626.) CableStar DVB-C card:
Uwe Buglab8423ee2009-08-17 08:09:06 -030063a.) => "ST STV0297 based"
64b.) => "Generic I2C PLL based tuners"
Patrick Boettcherb1f1d762008-12-10 18:27:39 -030065
Uwe Buglaf5a32582009-02-23 10:54:20 -0300667.) AirStar ATSC card 1st generation:
Uwe Buglab8423ee2009-08-17 08:09:06 -030067a.) => "Broadcom BCM3510"
Patrick Boettcherb1f1d762008-12-10 18:27:39 -030068
Uwe Buglaf5a32582009-02-23 10:54:20 -0300698.) AirStar ATSC card 2nd generation:
Uwe Buglab8423ee2009-08-17 08:09:06 -030070a.) => "NxtWave Communications NXT2002/NXT2004 based"
71b.) => "Generic I2C PLL based tuners"
Patrick Boettcherb1f1d762008-12-10 18:27:39 -030072
Uwe Buglaf5a32582009-02-23 10:54:20 -0300739.) AirStar ATSC card 3rd generation:
Uwe Buglab8423ee2009-08-17 08:09:06 -030074a.) => "LG Electronics LGDT3302/LGDT3303 based"
75b.) "Multimedia support" => "Customise analog and hybrid tuner modules to build"
76 => "Simple tuner support"
Uwe Buglaf5a32582009-02-23 10:54:20 -030077
Uwe Buglab8423ee2009-08-17 08:09:06 -030078Author: Uwe Bugla <uwe.bugla@gmx.de> August 2009