bt8xx.txt 1.8 KB
Newer Older
1 2
How to get the Nebula Electronics DigiTV, Pinnacle PCTV Sat, Twinhan DST + clones working
=========================================================================================
L
Linus Torvalds 已提交
3

4 5
1) General information
======================
L
Linus Torvalds 已提交
6

7 8 9
This class of cards has a bt878a chip as the PCI interface.
The different card drivers require the bttv driver to provide the means
to access the i2c bus and the gpio pins of the bt8xx chipset.
L
Linus Torvalds 已提交
10

11 12
2) Compilation rules for Kernel >= 2.6.12
=========================================
L
Linus Torvalds 已提交
13

14
Enable the following options:
L
Linus Torvalds 已提交
15 16

"Device drivers" => "Multimedia devices"
17
 => "Video For Linux" => "BT848 Video For Linux"
18
"Device drivers" => "Multimedia devices" => "Digital Video Broadcasting Devices"
19
 => "DVB for Linux" "DVB Core Support" "Nebula/Pinnacle PCTV/TwinHan PCI Cards"
20

21 22
3) Loading Modules, described by two approaches
===============================================
L
Linus Torvalds 已提交
23 24

In general you need to load the bttv driver, which will handle the gpio and
25 26 27 28 29
i2c communication for us, plus the common dvb-bt8xx device driver,
which is called the backend.
The frontends for Nebula DigiTV (nxt6000), Pinnacle PCTV Sat (cx24110),
TwinHan DST + clones (dst and dst-ca) are loaded automatically by the backend.
For further details about TwinHan DST + clones see /Documentation/dvb/ci.txt.
L
Linus Torvalds 已提交
30

31 32
3a) The manual approach
-----------------------
L
Linus Torvalds 已提交
33

34 35 36
Loading modules:
modprobe bttv
modprobe dvb-bt8xx
L
Linus Torvalds 已提交
37

38 39 40
Unloading modules:
modprobe -r dvb-bt8xx
modprobe -r bttv
41

42
3b) The automatic approach
43
--------------------------
L
Linus Torvalds 已提交
44

45 46 47
If not already done by installation, place a line either in
/etc/modules.conf or in /etc/modprobe.conf containing this text:
alias char-major-81	bttv
L
Linus Torvalds 已提交
48

49 50
Then place a line in /etc/modules containing this text:
dvb-bt8xx
L
Linus Torvalds 已提交
51

52
Reboot your system and have fun!
L
Linus Torvalds 已提交
53 54

--
U
Uwe Bugla 已提交
55
Authors: Richard Walker, Jamie Honan, Michael Hunold, Manu Abraham, Uwe Bugla