Linux-libre 4.1.48-gnu
[librecmc/linux-libre.git] / Documentation / video4linux / bttv / README
1
2 Release notes for bttv
3 ======================
4
5 You'll need at least these config options for bttv:
6         CONFIG_I2C=m
7         CONFIG_I2C_ALGOBIT=m
8         CONFIG_VIDEO_DEV=m
9
10 The latest bttv version is available from http://bytesex.org/bttv/
11
12
13 Make bttv work with your card
14 -----------------------------
15
16 Just try "modprobe bttv" and see if that works.
17
18 If it doesn't bttv likely could not autodetect your card and needs some
19 insmod options.  The most important insmod option for bttv is "card=n"
20 to select the correct card type.  If you get video but no sound you've
21 very likely specified the wrong (or no) card type.  A list of supported
22 cards is in CARDLIST.bttv
23
24 If bttv takes very long to load (happens sometimes with the cheap
25 cards which have no tuner), try adding this to your modules.conf:
26         options i2c-algo-bit bit_test=1
27
28 /*(DEBLOBBED)*/
29
30 If your card isn't listed in CARDLIST.bttv or if you have trouble making
31 audio work, you should read the Sound-FAQ.
32
33
34 Autodetecting cards
35 -------------------
36
37 bttv uses the PCI Subsystem ID to autodetect the card type.  lspci lists
38 the Subsystem ID in the second line, looks like this:
39
40 00:0a.0 Multimedia video controller: Brooktree Corporation Bt878 (rev 02)
41         Subsystem: Hauppauge computer works Inc. WinTV/GO
42         Flags: bus master, medium devsel, latency 32, IRQ 5
43         Memory at e2000000 (32-bit, prefetchable) [size=4K]
44
45 only bt878-based cards can have a subsystem ID (which does not mean
46 that every card really has one).  bt848 cards can't have a Subsystem
47 ID and therefore can't be autodetected.  There is a list with the ID's
48 in bttv-cards.c (in case you are intrested or want to mail patches
49 with updates).
50
51
52 Still doesn't work?
53 -------------------
54
55 I do NOT have a lab with 30+ different grabber boards and a
56 PAL/NTSC/SECAM test signal generator at home, so I often can't
57 reproduce your problems.  This makes debugging very difficult for me.
58 If you have some knowledge and spare time, please try to fix this
59 yourself (patches very welcome of course...)  You know: The linux
60 slogan is "Do it yourself".
61
62 There is a mailing list: linux-media@vger.kernel.org
63 http://vger.kernel.org/vger-lists.html#linux-media
64
65 If you have trouble with some specific TV card, try to ask there
66 instead of mailing me directly.  The chance that someone with the
67 same card listens there is much higher...
68
69 For problems with sound:  There are a lot of different systems used
70 for TV sound all over the world.  And there are also different chips
71 which decode the audio signal.  Reports about sound problems ("stereo
72 does'nt work") are pretty useless unless you include some details
73 about your hardware and the TV sound scheme used in your country (or
74 at least the country you are living in).
75
76
77 Finally: If you mail some patches for bttv around the world (to
78 linux-kernel/Alan/Linus/...), please Cc: me.
79
80
81 Have fun with bttv,
82
83   Gerd
84
85 --
86 Gerd Knorr <kraxel@bytesex.org>