| Uwe Bugla | f5a3258 | 2009-02-23 10:54:20 -0300 | [diff] [blame] | 1 | How to set up the Technisat/B2C2 Flexcop devices | 
|  | 2 | ================================================ | 
| Patrick Boettcher | b1f1d76 | 2008-12-10 18:27:39 -0300 | [diff] [blame] | 3 |  | 
|  | 4 | 1) Find out what device you have | 
|  | 5 | ================================ | 
|  | 6 |  | 
| Uwe Bugla | b8423ee | 2009-08-17 08:09:06 -0300 | [diff] [blame] | 7 | Important Notice: The driver does NOT support Technisat USB 2 devices! | 
|  | 8 |  | 
| Patrick Boettcher | b1f1d76 | 2008-12-10 18:27:39 -0300 | [diff] [blame] | 9 | First start your linux box with a shipped kernel: | 
|  | 10 | lspci -vvv for a PCI device (lsusb -vvv for an USB device) will show you for example: | 
| Uwe Bugla | b8423ee | 2009-08-17 08:09:06 -0300 | [diff] [blame] | 11 | 02:0b.0 Network controller: Techsan Electronics Co Ltd B2C2 FlexCopII DVB chip / | 
|  | 12 | Technisat SkyStar2 DVB card (rev 02) | 
| Patrick Boettcher | b1f1d76 | 2008-12-10 18:27:39 -0300 | [diff] [blame] | 13 |  | 
|  | 14 | dmesg | grep frontend may show you for example: | 
|  | 15 | DVB: registering frontend 0 (Conexant CX24123/CX24109)... | 
|  | 16 |  | 
|  | 17 | 2) Kernel compilation: | 
|  | 18 | ====================== | 
|  | 19 |  | 
| Uwe Bugla | b8423ee | 2009-08-17 08:09:06 -0300 | [diff] [blame] | 20 | If 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" | 
|  | 23 | In this directory uncheck every driver which is activated there | 
|  | 24 | (except "Simple tuner support" for ATSC 3rd generation only -> see case 9 please). | 
| Patrick Boettcher | b1f1d76 | 2008-12-10 18:27:39 -0300 | [diff] [blame] | 25 |  | 
|  | 26 | Then please activate: | 
|  | 27 | 2a) Main module part: | 
| Uwe Bugla | b8423ee | 2009-08-17 08:09:06 -0300 | [diff] [blame] | 28 | "Multimedia support" => "DVB/ATSC adapters" | 
|  | 29 | => "Technisat/B2C2 FlexcopII(b) and FlexCopIII adapters" | 
| Patrick Boettcher | b1f1d76 | 2008-12-10 18:27:39 -0300 | [diff] [blame] | 30 |  | 
| Uwe Bugla | b8423ee | 2009-08-17 08:09:06 -0300 | [diff] [blame] | 31 | a.) => "Technisat/B2C2 Air/Sky/Cable2PC PCI" (PCI card) or | 
|  | 32 | b.) => "Technisat/B2C2 Air/Sky/Cable2PC USB" (USB 1.1 adapter) | 
|  | 33 | and for troubleshooting purposes: | 
|  | 34 | c.) => "Enable debug for the B2C2 FlexCop drivers" | 
| Patrick Boettcher | b1f1d76 | 2008-12-10 18:27:39 -0300 | [diff] [blame] | 35 |  | 
| Uwe Bugla | b8423ee | 2009-08-17 08:09:06 -0300 | [diff] [blame] | 36 | 2b) Frontend / Tuner / Demodulator module part: | 
|  | 37 | "Multimedia support" => "DVB/ATSC adapters" | 
|  | 38 | => "Customise the frontend modules to build" "Customise DVB frontends" => | 
| Patrick Boettcher | b1f1d76 | 2008-12-10 18:27:39 -0300 | [diff] [blame] | 39 |  | 
| Uwe Bugla | f5a3258 | 2009-02-23 10:54:20 -0300 | [diff] [blame] | 40 | 1.) SkyStar DVB-S Revision 2.3: | 
| Uwe Bugla | b8423ee | 2009-08-17 08:09:06 -0300 | [diff] [blame] | 41 | a.) => "Zarlink VP310/MT312/ZL10313 based" | 
|  | 42 | b.) => "Generic I2C PLL based tuners" | 
| Patrick Boettcher | b1f1d76 | 2008-12-10 18:27:39 -0300 | [diff] [blame] | 43 |  | 
| Uwe Bugla | f5a3258 | 2009-02-23 10:54:20 -0300 | [diff] [blame] | 44 | 2.) SkyStar DVB-S Revision 2.6: | 
| Uwe Bugla | b8423ee | 2009-08-17 08:09:06 -0300 | [diff] [blame] | 45 | a.) => "ST STV0299 based" | 
|  | 46 | b.) => "Generic I2C PLL based tuners" | 
| Patrick Boettcher | b1f1d76 | 2008-12-10 18:27:39 -0300 | [diff] [blame] | 47 |  | 
| Uwe Bugla | f5a3258 | 2009-02-23 10:54:20 -0300 | [diff] [blame] | 48 | 3.) SkyStar DVB-S Revision 2.7: | 
| Uwe Bugla | b8423ee | 2009-08-17 08:09:06 -0300 | [diff] [blame] | 49 | a.) => "Samsung S5H1420 based" | 
|  | 50 | b.) => "Integrant ITD1000 Zero IF tuner for DVB-S/DSS" | 
|  | 51 | c.) => "ISL6421 SEC controller" | 
| Patrick Boettcher | b1f1d76 | 2008-12-10 18:27:39 -0300 | [diff] [blame] | 52 |  | 
| Uwe Bugla | f5a3258 | 2009-02-23 10:54:20 -0300 | [diff] [blame] | 53 | 4.) SkyStar DVB-S Revision 2.8: | 
| Uwe Bugla | b8423ee | 2009-08-17 08:09:06 -0300 | [diff] [blame] | 54 | a.) => "Conexant CX24123 based" | 
|  | 55 | b.) => "Conexant CX24113/CX24128 tuner for DVB-S/DSS" | 
|  | 56 | c.) => "ISL6421 SEC controller" | 
| Patrick Boettcher | b1f1d76 | 2008-12-10 18:27:39 -0300 | [diff] [blame] | 57 |  | 
| Uwe Bugla | f5a3258 | 2009-02-23 10:54:20 -0300 | [diff] [blame] | 58 | 5.) AirStar DVB-T card: | 
| Uwe Bugla | b8423ee | 2009-08-17 08:09:06 -0300 | [diff] [blame] | 59 | a.) => "Zarlink MT352 based" | 
|  | 60 | b.) => "Generic I2C PLL based tuners" | 
| Patrick Boettcher | b1f1d76 | 2008-12-10 18:27:39 -0300 | [diff] [blame] | 61 |  | 
| Uwe Bugla | f5a3258 | 2009-02-23 10:54:20 -0300 | [diff] [blame] | 62 | 6.) CableStar DVB-C card: | 
| Uwe Bugla | b8423ee | 2009-08-17 08:09:06 -0300 | [diff] [blame] | 63 | a.) => "ST STV0297 based" | 
|  | 64 | b.) => "Generic I2C PLL based tuners" | 
| Patrick Boettcher | b1f1d76 | 2008-12-10 18:27:39 -0300 | [diff] [blame] | 65 |  | 
| Uwe Bugla | f5a3258 | 2009-02-23 10:54:20 -0300 | [diff] [blame] | 66 | 7.) AirStar ATSC card 1st generation: | 
| Uwe Bugla | b8423ee | 2009-08-17 08:09:06 -0300 | [diff] [blame] | 67 | a.) => "Broadcom BCM3510" | 
| Patrick Boettcher | b1f1d76 | 2008-12-10 18:27:39 -0300 | [diff] [blame] | 68 |  | 
| Uwe Bugla | f5a3258 | 2009-02-23 10:54:20 -0300 | [diff] [blame] | 69 | 8.) AirStar ATSC card 2nd generation: | 
| Uwe Bugla | b8423ee | 2009-08-17 08:09:06 -0300 | [diff] [blame] | 70 | a.) => "NxtWave Communications NXT2002/NXT2004 based" | 
|  | 71 | b.) => "Generic I2C PLL based tuners" | 
| Patrick Boettcher | b1f1d76 | 2008-12-10 18:27:39 -0300 | [diff] [blame] | 72 |  | 
| Uwe Bugla | f5a3258 | 2009-02-23 10:54:20 -0300 | [diff] [blame] | 73 | 9.) AirStar ATSC card 3rd generation: | 
| Uwe Bugla | b8423ee | 2009-08-17 08:09:06 -0300 | [diff] [blame] | 74 | a.) => "LG Electronics LGDT3302/LGDT3303 based" | 
|  | 75 | b.) "Multimedia support" => "Customise analog and hybrid tuner modules to build" | 
|  | 76 | => "Simple tuner support" | 
| Uwe Bugla | f5a3258 | 2009-02-23 10:54:20 -0300 | [diff] [blame] | 77 |  | 
| Uwe Bugla | b8423ee | 2009-08-17 08:09:06 -0300 | [diff] [blame] | 78 | Author: Uwe Bugla <uwe.bugla@gmx.de> August 2009 |