1How to set up the Technisat/B2C2 Flexcop devices 2================================================ 3 41) Find out what device you have 5================================ 6 7Important Notice: The driver does NOT support Technisat USB 2 devices! 8 9First 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: 1102:0b.0 Network controller: Techsan Electronics Co Ltd B2C2 FlexCopII DVB chip / 12 Technisat SkyStar2 DVB card (rev 02) 13 14dmesg | grep frontend may show you for example: 15DVB: registering frontend 0 (Conexant CX24123/CX24109)... 16 172) Kernel compilation: 18====================== 19 20If 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). 25 26Then please activate: 272a) Main module part: 28"Multimedia support" => "DVB/ATSC adapters" 29 => "Technisat/B2C2 FlexcopII(b) and FlexCopIII adapters" 30 31a.) => "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" 35 362b) Frontend / Tuner / Demodulator module part: 37"Multimedia support" => "DVB/ATSC adapters" 38 => "Customise the frontend modules to build" "Customise DVB frontends" => 39 401.) SkyStar DVB-S Revision 2.3: 41a.) => "Zarlink VP310/MT312/ZL10313 based" 42b.) => "Generic I2C PLL based tuners" 43 442.) SkyStar DVB-S Revision 2.6: 45a.) => "ST STV0299 based" 46b.) => "Generic I2C PLL based tuners" 47 483.) SkyStar DVB-S Revision 2.7: 49a.) => "Samsung S5H1420 based" 50b.) => "Integrant ITD1000 Zero IF tuner for DVB-S/DSS" 51c.) => "ISL6421 SEC controller" 52 534.) SkyStar DVB-S Revision 2.8: 54a.) => "Conexant CX24123 based" 55b.) => "Conexant CX24113/CX24128 tuner for DVB-S/DSS" 56c.) => "ISL6421 SEC controller" 57 585.) AirStar DVB-T card: 59a.) => "Zarlink MT352 based" 60b.) => "Generic I2C PLL based tuners" 61 626.) CableStar DVB-C card: 63a.) => "ST STV0297 based" 64b.) => "Generic I2C PLL based tuners" 65 667.) AirStar ATSC card 1st generation: 67a.) => "Broadcom BCM3510" 68 698.) AirStar ATSC card 2nd generation: 70a.) => "NxtWave Communications NXT2002/NXT2004 based" 71b.) => "Generic I2C PLL based tuners" 72 739.) AirStar ATSC card 3rd generation: 74a.) => "LG Electronics LGDT3302/LGDT3303 based" 75b.) "Multimedia support" => "Customise analog and hybrid tuner modules to build" 76 => "Simple tuner support" 77 78Author: Uwe Bugla <uwe.bugla@gmx.de> August 2009 79