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