2009-02-23 16:54:20 +03:00
How to set up the Technisat/B2C2 Flexcop devices
================================================
2008-12-11 00:27:39 +03:00
1) Find out what device you have
================================
2009-08-17 15:09:06 +04:00
Important Notice: The driver does NOT support Technisat USB 2 devices!
2008-12-11 00:27:39 +03:00
First start your linux box with a shipped kernel:
lspci -vvv for a PCI device (lsusb -vvv for an USB device) will show you for example:
2009-08-17 15:09:06 +04:00
02:0b.0 Network controller: Techsan Electronics Co Ltd B2C2 FlexCopII DVB chip /
Technisat SkyStar2 DVB card (rev 02)
2008-12-11 00:27:39 +03:00
dmesg | grep frontend may show you for example:
DVB: registering frontend 0 (Conexant CX24123/CX24109)...
2) Kernel compilation:
======================
2009-08-17 15:09:06 +04:00
If the Flexcop / Technisat is the only DVB / TV / Radio device in your box
get rid of unnecessary modules and check this one:
"Multimedia support" => "Customise analog and hybrid tuner modules to build"
In this directory uncheck every driver which is activated there
(except "Simple tuner support" for ATSC 3rd generation only -> see case 9 please).
2008-12-11 00:27:39 +03:00
Then please activate:
2a) Main module part:
2009-08-17 15:09:06 +04:00
"Multimedia support" => "DVB/ATSC adapters"
=> "Technisat/B2C2 FlexcopII(b) and FlexCopIII adapters"
2008-12-11 00:27:39 +03:00
2009-08-17 15:09:06 +04:00
a.) => "Technisat/B2C2 Air/Sky/Cable2PC PCI" (PCI card) or
b.) => "Technisat/B2C2 Air/Sky/Cable2PC USB" (USB 1.1 adapter)
and for troubleshooting purposes:
c.) => "Enable debug for the B2C2 FlexCop drivers"
2008-12-11 00:27:39 +03:00
2009-08-17 15:09:06 +04:00
2b) Frontend / Tuner / Demodulator module part:
"Multimedia support" => "DVB/ATSC adapters"
=> "Customise the frontend modules to build" "Customise DVB frontends" =>
2008-12-11 00:27:39 +03:00
2009-02-23 16:54:20 +03:00
1.) SkyStar DVB-S Revision 2.3:
2009-08-17 15:09:06 +04:00
a.) => "Zarlink VP310/MT312/ZL10313 based"
b.) => "Generic I2C PLL based tuners"
2008-12-11 00:27:39 +03:00
2009-02-23 16:54:20 +03:00
2.) SkyStar DVB-S Revision 2.6:
2009-08-17 15:09:06 +04:00
a.) => "ST STV0299 based"
b.) => "Generic I2C PLL based tuners"
2008-12-11 00:27:39 +03:00
2009-02-23 16:54:20 +03:00
3.) SkyStar DVB-S Revision 2.7:
2009-08-17 15:09:06 +04:00
a.) => "Samsung S5H1420 based"
b.) => "Integrant ITD1000 Zero IF tuner for DVB-S/DSS"
c.) => "ISL6421 SEC controller"
2008-12-11 00:27:39 +03:00
2009-02-23 16:54:20 +03:00
4.) SkyStar DVB-S Revision 2.8:
2009-08-17 15:09:06 +04:00
a.) => "Conexant CX24123 based"
b.) => "Conexant CX24113/CX24128 tuner for DVB-S/DSS"
c.) => "ISL6421 SEC controller"
2008-12-11 00:27:39 +03:00
2009-02-23 16:54:20 +03:00
5.) AirStar DVB-T card:
2009-08-17 15:09:06 +04:00
a.) => "Zarlink MT352 based"
b.) => "Generic I2C PLL based tuners"
2008-12-11 00:27:39 +03:00
2009-02-23 16:54:20 +03:00
6.) CableStar DVB-C card:
2009-08-17 15:09:06 +04:00
a.) => "ST STV0297 based"
b.) => "Generic I2C PLL based tuners"
2008-12-11 00:27:39 +03:00
2009-02-23 16:54:20 +03:00
7.) AirStar ATSC card 1st generation:
2009-08-17 15:09:06 +04:00
a.) => "Broadcom BCM3510"
2008-12-11 00:27:39 +03:00
2009-02-23 16:54:20 +03:00
8.) AirStar ATSC card 2nd generation:
2009-08-17 15:09:06 +04:00
a.) => "NxtWave Communications NXT2002/NXT2004 based"
b.) => "Generic I2C PLL based tuners"
2008-12-11 00:27:39 +03:00
2009-02-23 16:54:20 +03:00
9.) AirStar ATSC card 3rd generation:
2009-08-17 15:09:06 +04:00
a.) => "LG Electronics LGDT3302/LGDT3303 based"
b.) "Multimedia support" => "Customise analog and hybrid tuner modules to build"
=> "Simple tuner support"
2009-02-23 16:54:20 +03:00
2009-08-17 15:09:06 +04:00
Author: Uwe Bugla <uwe.bugla@gmx.de> August 2009