Merge ../linus
[linux-block.git] / Documentation / dvb / bt8xx.txt
CommitLineData
8abe58ae
UB
1How to get the bt8xx cards working
2==================================
1da177e4 3
8abe58ae
UB
41) General information
5======================
1da177e4 6
8abe58ae
UB
7This class of cards has a bt878a as the PCI interface, and require the bttv driver
8for accessing the i2c bus and the gpio pins of the bt8xx chipset.
9Please see Documentation/dvb/cards.txt => o Cards based on the Conexant Bt8xx PCI bridge:
1da177e4 10
8abe58ae
UB
11Compiling kernel please enable:
12a.)"Device drivers" => "Multimedia devices" => "Video For Linux" => "BT848 Video For Linux"
13b.)"Device drivers" => "Multimedia devices" => "Digital Video Broadcasting Devices"
14 => "DVB for Linux" "DVB Core Support" "Bt8xx based PCI Cards"
daeb6aa4 15
2d6e7322
MA
162) Loading Modules
17==================
1da177e4 18
8abe58ae
UB
19In default cases bttv is loaded automatically.
20To load the backend either place dvb-bt8xx in etc/modules, or apply manually:
1da177e4 21
8abe58ae 22 $ modprobe dvb-bt8xx
2d6e7322 23
8abe58ae
UB
24All frontends will be loaded automatically.
25People running udev please see Documentation/dvb/udev.txt.
2d6e7322 26
8abe58ae 27In the following cases overriding the PCI type detection for dvb-bt8xx might be necessary:
2d6e7322 28
8abe58ae
UB
292a) Running TwinHan and Clones
30------------------------------
2d6e7322 31
8abe58ae
UB
32 $ modprobe bttv card=113
33 $ modprobe dvb-bt8xx
34 $ modprobe dst
2d6e7322 35
8abe58ae 36Useful parameters for verbosity level and debugging the dst module:
2d6e7322 37
8abe58ae
UB
38verbose=0: messages are disabled
39 1: only error messages are displayed
40 2: notifications are displayed
41 3: other useful messages are displayed
42 4: debug setting
43dst_addons=0: card is a free to air (FTA) card only
44 0x20: card has a conditional access slot for scrambled channels
2d6e7322 45
8abe58ae
UB
46The autodetected values are determined by the cards' "response string".
47In your logs see f. ex.: dst_get_device_id: Recognize [DSTMCI].
48For bug reports please send in a complete log with verbose=4 activated.
49Please also see Documentation/dvb/ci.txt.
1da177e4 50
8abe58ae 512b) Running multiple cards
28fdd759
MA
52--------------------------
53
8abe58ae 54Examples of card ID's:
28fdd759 55
8abe58ae
UB
56Pinnacle PCTV Sat: 94
57Nebula Electronics Digi TV: 104
58pcHDTV HD-2000 TV: 112
59Twinhan DST and clones: 113
60Avermedia AverTV DVB-T 771: 123
61Avermedia AverTV DVB-T 761: 124
62DViCO FusionHDTV DVB-T Lite: 128
63DViCO FusionHDTV 5 Lite: 135
2cbeddc9 64
8abe58ae
UB
65Notice: The order of the card ID should be uprising:
66Example:
2cbeddc9 67 $ modprobe bttv card=113 card=135
8abe58ae 68 $ modprobe dvb-bt8xx
28fdd759 69
8abe58ae
UB
70For a full list of card ID's please see Documentation/video4linux/CARDLIST.bttv.
71In case of further problems send questions to the mailing list: www.linuxdvb.org.
1da177e4 72
dccd7c70
MK
73Authors: Richard Walker,
74 Jamie Honan,
75 Michael Hunold,
76 Manu Abraham,
8abe58ae 77 Uwe Bugla,
dccd7c70 78 Michael Krufky