Merge head 'drm-3264' of master.kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6
[deliverable/linux.git] / Documentation / dvb / bt8xx.txt
CommitLineData
a2f552f5
UB
1How to get the Nebula Electronics DigiTV, Pinnacle PCTV Sat, Twinhan DST + clones working
2=========================================================================================
1da177e4 3
a2f552f5
UB
41) General information
5======================
1da177e4 6
a2f552f5
UB
7This class of cards has a bt878a chip as the PCI interface.
8The different card drivers require the bttv driver to provide the means
9to access the i2c bus and the gpio pins of the bt8xx chipset.
1da177e4 10
a2f552f5
UB
112) Compilation rules for Kernel >= 2.6.12
12=========================================
1da177e4 13
a2f552f5 14Enable the following options:
1da177e4 15
1da177e4 16"Device drivers" => "Multimedia devices"
a2f552f5 17 => "Video For Linux" => "BT848 Video For Linux"
daeb6aa4 18"Device drivers" => "Multimedia devices" => "Digital Video Broadcasting Devices"
a2f552f5 19 => "DVB for Linux" "DVB Core Support" "Nebula/Pinnacle PCTV/TwinHan PCI Cards"
daeb6aa4 20
a2f552f5
UB
213) Loading Modules, described by two approaches
22===============================================
1da177e4
LT
23
24In general you need to load the bttv driver, which will handle the gpio and
a2f552f5
UB
25i2c communication for us, plus the common dvb-bt8xx device driver,
26which is called the backend.
27The frontends for Nebula DigiTV (nxt6000), Pinnacle PCTV Sat (cx24110),
28TwinHan DST + clones (dst and dst-ca) are loaded automatically by the backend.
29For further details about TwinHan DST + clones see /Documentation/dvb/ci.txt.
1da177e4 30
a2f552f5
UB
313a) The manual approach
32-----------------------
1da177e4 33
a2f552f5
UB
34Loading modules:
35modprobe bttv
36modprobe dvb-bt8xx
1da177e4 37
a2f552f5
UB
38Unloading modules:
39modprobe -r dvb-bt8xx
40modprobe -r bttv
df481ae5 41
a2f552f5 423b) The automatic approach
df481ae5 43--------------------------
1da177e4 44
a2f552f5
UB
45If not already done by installation, place a line either in
46/etc/modules.conf or in /etc/modprobe.conf containing this text:
47alias char-major-81 bttv
1da177e4 48
a2f552f5
UB
49Then place a line in /etc/modules containing this text:
50dvb-bt8xx
1da177e4 51
a2f552f5 52Reboot your system and have fun!
1da177e4
LT
53
54--
b6599800 55Authors: Richard Walker, Jamie Honan, Michael Hunold, Manu Abraham, Uwe Bugla
This page took 0.058679 seconds and 5 git commands to generate.