Gentoo Archives: gentoo-user

From: Albert Hopkins <marduk@×××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Ekiga not finding v4l
Date: Sun, 06 Jul 2008 07:22:12
Message-Id: 1215328928.24512.5.camel@blackwidow.nbk
In Reply to: Re: [gentoo-user] Ekiga not finding v4l by Michael Pobega
1 On Sat, 2008-07-05 at 21:00 -0400, Michael Pobega wrote:
2 > On Sat, Jul 05, 2008 at 11:41:49AM -0500, Albert Hopkins wrote:
3 > > On Sat, 2008-07-05 at 12:28 -0400, Michael Pobega wrote:
4 > > > For some reason when I run Ekiga it doesn't detect any v4l or v4l2
5 > > > drivers...Only picture...
6 > > >
7 > > >
8 > > Does the OS detect your device? I.E:
9 > >
10 > > 1. Do you see it in dmesg?
11 > > 2. Does a device get created (e.g. /dev/video0)
12 > > 3. Can you read from the device: e.g: $ ffmpeg -f video4linux2 -s
13 > > 800x600 -r 10 -i /dev/video0 test.avi
14 > >
15 > > Likely your problem is one of the 3.
16 > >
17 > > -a
18 > >
19 > >
20 >
21 > ackbar pobega # ffmpeg -f video4linux2 -s 800x600 -r 10 -i /dev/video0
22 > test.avi
23 > FFmpeg version SVN-rUNKNOWN, Copyright (c) 2000-2007 Fabrice Bellard, et
24 > al.
25 > configuration: --prefix=/usr --libdir=/usr/lib64 --shlibdir=/usr/lib64 --mandir=/usr/share/man --enable-static --enable-shared --cc=x86_64-pc-linux-gnu-gcc --disable-altivec --disable-debug --disable-audio-oss --disable-v4l --disable-v4l2 --disable-dv1394 --disable-network --disable-opts --enable-libmp3lame --enable-libvorbis --enable-libogg --enable-x11grab --enable-libogg --enable-gpl --enable-pp --disable-strip
26 > libavutil version: 49.4.0
27 > libavcodec version: 51.40.4
28 > libavformat version: 51.12.1
29 > built on Jul 2 2008 19:42:30, gcc: 4.1.2 (Gentoo 4.1.2 p1.1)
30 > Unknown input or output format: video4linux2
31 >
32 > Apparently ffmpeg can't use v4l2 either...Perhaps there is a package
33 > I've failed to emerge?
34
35 Note the --disable-v4l in your configuration.
36
37 Also apparently I am running a different version of ffmpeg than you are
38 so maybe the version you are running does not support V4L.
39
40 I assume 1 and 2 checked look fine?
41
42 Ekiga uses pwlib. Did you enable the v4l[2] USE flag for pwlib?
43
44 -a
45
46 >
47 >
48
49 --
50 gentoo-user@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Ekiga not finding v4l Michael Pobega <pobega@×××××.com>