Gentoo Archives: gentoo-user

From: Nick Rout <nick@×××××××.nz>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] BTTV Mini-HOWTO -- how do I use multiple inputs?
Date: Mon, 28 Nov 2005 10:27:22
Message-Id: 20051128231737.7d00f279.nick@rout.co.nz
In Reply to: [gentoo-user] BTTV Mini-HOWTO -- how do I use multiple inputs? by Daevid Vincent
1 On Sun, 27 Nov 2005 20:54:02 -0800
2 "Daevid Vincent" <daevid@××××××.com> wrote:
3
4 > Followed the howto here:
5 > http://www.faqs.org/docs/Linux-mini/BTTV.html
6 > (which by the way is 5 years old)
7 >
8 > I have an old hauppauge bt878 card with 4 inputs on it.
9 >
10 > I have the video1 working fine, but how do I enable the other inputs?
11 > They're all the same RCA kind.
12 >
13 > I ran the MAKEDEV script, but it didn't seem to make all the video* and vbi*
14 > nodes other than the first one...
15 >
16 > I manually created the rest using the HOWTO as an example:
17 > I don't know anything about nodes and all this stuff, so I guessed that the
18 > 'c' number is the same as the ones that were created, and the number next to
19 > that increments from the one created.
20 >
21 > daevid bin # ll /dev/video*
22 > lr-xr-xr-x 1 root root 11 Nov 27 19:42 /dev/video -> /dev/video0
23 > lr-xr-xr-x 1 root root 10 Nov 27 19:46 /dev/video0 -> v4l/video0
24 > lr-xr-xr-x 1 root root 10 Nov 27 20:36 /dev/video1 -> v4l/video1
25 > lr-xr-xr-x 1 root root 10 Nov 27 20:36 /dev/video2 -> v4l/video2
26 > lr-xr-xr-x 1 root root 10 Nov 27 20:36 /dev/video3 -> v4l/video3
27 > daevid bin # ll /dev/vbi*
28 > lr-xr-xr-x 1 root root 9 Nov 27 19:42 /dev/vbi -> /dev/vbi0
29 > lr-xr-xr-x 1 root root 8 Nov 27 19:46 /dev/vbi0 -> v4l/vbi0
30 > lr-xr-xr-x 1 root root 8 Nov 27 20:37 /dev/vbi1 -> v4l/vbi1
31 > lr-xr-xr-x 1 root root 8 Nov 27 20:37 /dev/vbi2 -> v4l/vbi2
32 > lr-xr-xr-x 1 root root 8 Nov 27 20:37 /dev/vbi3 -> v4l/vbi3
33 > daevid bin # ll /dev/v4l/*
34 > crw-rw-rw- 1 root video 81, 224 Dec 31 1969 /dev/v4l/vbi0
35 > crw-rw-rw- 1 root video 81, 225 Nov 27 20:35 /dev/v4l/vbi1
36 > crw-rw-rw- 1 root video 81, 226 Nov 27 20:35 /dev/v4l/vbi2
37 > crw-rw-rw- 1 root video 81, 227 Nov 27 20:35 /dev/v4l/vbi3
38 > crw-rw-rw- 1 root video 81, 0 Dec 31 1969 /dev/v4l/video0
39 > crw-rw-rw- 1 root video 81, 1 Nov 27 20:35 /dev/v4l/video1
40 > crw-rw-rw- 1 root video 81, 2 Nov 27 20:35 /dev/v4l/video2
41 > crw-rw-rw- 1 root video 81, 3 Nov 27 20:35 /dev/v4l/video3
42 >
43 >
44 > If I try to take a picture:
45 >
46 > /usr/bin/v4lctl -c /dev/video0 snap jpeg 320x240
47 > /home/dae51d/public_html/nokia_cam.jpg
48 > /usr/bin/v4lctl -c /dev/video1 snap jpeg 320x240
49 > /home/dae51d/public_html/ittybitty_cam.jpg
50 >
51 > Then the first one works fine, but the second one is failing with:
52 >
53 > v4l2: open /dev/video1: No such device
54 > v4l2: open /dev/video1: No such device
55 > v4l: open /dev/video1: No such device
56 > no grabber device available
57
58 yes, you probably have one bttv device with a number of inputs. you
59 need to switch inputs. they are usually called TV, Composite, S-Video
60 etc. If there is more than one composite they might be called
61 Composite-1, Composite-2 etc
62
63 On the other hand they may be audio inputs? 4 composite inputs is
64 rather excessive I would have thought.
65
66 By the way which package does v4lctl come in?
67
68
69 >
70 > --
71 > gentoo-user@g.o mailing list
72 >
73 --
74 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] BTTV Mini-HOWTO -- how do I use multiple inputs? Nick Rout <nick@×××××××.nz>
RE: [gentoo-user] BTTV Mini-HOWTO -- how do I use multiple inputs? Daevid Vincent <daevid@××××××.com>