Re: [Ekiga-list] registration failure

2009-08-17 Thread Bent Bagger
Andreas Freiherr wrote:
 Hello Yannick / others,

 It would seem sometimes it works, but often it does not. Yesterday, I got 
 disconnected in the middle of a call and was not able to register even after 
 restarting Ekiga.

 Note: settings must have been OK; I had an active connection, and I did not 
 change anything after loosing it.

 Today, it worked again -- without changing any settings. Once. Then, I got 
 disconnected, and right now, I am still unable to register to Ekiga.net 
 (timeout). 

Just a thought: Could it be that your external IP address has changed?
It is not said explicitly, by it appears that you have a dynamic IP
address. It might be that the DHCP lease expired during the call and
that you got another IP from your ISP's DHCP server. I don't know the
STUN mechanism well enough to be able to say that it should be able to
follow such a change in IP address.

Bent

___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list


Re: [Ekiga-list] make error

2009-06-23 Thread Bent
2009/6/22 Welcome To The Real World any0ne2...@gmail.com:
 Thanks for your link, i will try this. But it is possible to do
 videoconferencing with this (multiple participants) ???

I'm not sure that Linphone by itself can do it. Asterisk can, but
that's a completely different game.

Bent
___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list


Re: [Ekiga-list] make error

2009-06-22 Thread Bent
 Welcome To The Real World wrote:

 OK just one thing, can u tell me if ekiga supports ipv6 with openh323 and
 ptlib ??

If you need IPv6 support take at look at Linphone
(http://www.linphone.org/) It does do IPv6

Bent
___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list


Re: [Ekiga-list] Ekiga 3.2.0 compiling error

2009-04-14 Thread Bent
2009/4/12 Eugen Dedu eugen.d...@pu-pm.univ-fcomte.fr:

 There was a bug with some --disable-... flags.  In fact, you have put
 --disable-xcap and ekiga has wrongly taken it as --enable-xcap (which
 enables xcap and resource-list).  So you have to remove --disable-xcap flag,
 because by default it is off (or apply the patch
 http://svn.gnome.org/viewvc/ekiga?view=revisionrevision=7793 and regenerate
 configure).


I'll leave this one to Mounir. It appears that the Gentoo ebuild
script explicitly either enables or disables all possible **ables.

 Also, the compilation problems have been fixed in trunk (soon in branch
 too).

Same thing.


 I do not know about this one.  Are you sure you have compiled debug
 version of ptlib and debug version of opal?

Yes. The library names are different ( the debug version has an
appended '-d' in the name, so you have to build all three either with
or without debug enabled.

Bent
___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list

Re: [Ekiga-list] Ekiga 3.2.0 and STUN

2009-04-14 Thread Bent
2009/4/13 Eugen Dedu eugen.d...@pu-pm.univ-fcomte.fr:

 For info, this crash has been fixed
 http://bugzilla.gnome.org/show_bug.cgi?id=577629

OK. I'll see if it shows up in the Gentoo build.

Bent
___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list


Re: [Ekiga-list] Could not register (Requested terminated) w/ ekiga-3.2

2009-04-10 Thread Bent
2009/4/9 Damien Sandras dsand...@seconix.com:

 Probably not using 'debug' removes a few flags that are really required.
 That's up to the Gentoo packager to fix that.

I will use the logging capabilities of Portage (the Gentoo package
manager) to take a look at the differences between the debug and the
non-debug versions.

I should be able to get at both the ./configure calls and the
summaries that opal and ekiga give at the end of the configure phase.

More later.

Bent
___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list


Re: [Ekiga-list] Could not register (Requested terminated) w/ ekiga-3.2

2009-04-10 Thread Bent
2009/4/9 Mounir Lamouri mounir.lamo...@gmail.com:

 @Bent : you should re-try without the debug flag just to be sure.

I will do that.

Bent
___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list


[Ekiga-list] Ekiga 3.2.0 and STUN

2009-04-10 Thread Bent
As a corollary to the thread about Ekiga and the Gentoo ebuilds I have
done some investigations. This is the first report on the outcome.

The following relates to a version of ekiga 3.2.0 built with debug
enabled. When I start Ekiga it registers OK with ekiga.net, but it
appears that STUN is not in play here, although I'm behind a firewall
that does NATing. I have uploaded a file related to this to:

http://filebin.ca/vjnzmo/ekiga-bbagger.tar.bz2

The tarball contains 4 files. One is the 'd -4' output. One is a
screen dump which indicates that STUN is enabled (I can't get to the
preferences, because ekiga aborts when I click the selection in the
dropdown menu, but that is another story)

The two remaining files are traces taken with wireshark (actually
tshark) on the inside and the outside of my firewall. They are taken
simultaneously, so you should be able to pair the packets using the
timestamps.

Concerning IP addresses: 192.168.19.1 is my workstation with ekiga
3.2.0. 192.168.19.6 and 86.48.49.16 are the inside (LAN side) and
outside respectively of my firewall. 86.64.162.35 is of course
ekiga.net

The inside trace shows clearly that the SIP packets are sent with the
private address in the payload. In the outside trace this is
corrected.

My firewall is a Linux-box (Soekris net501) and I have enabled the SIP
Application Layer Gateway (ALG) on it. It is quite clear that it is
the ALG that does the conversion of the IP addrsses in the payload. Is
the NAT detection SW in Ekiga really clever enough to discover that an
ALG is in place and hence does not go about its usual work?

A continued Happy Easter to you all.

Bent
___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list


Re: [Ekiga-list] Could not register (Requested terminated) w/ ekiga-3.2

2009-04-09 Thread Bent
2009/4/9 Eugen Dedu eugen.d...@pu-pm.univ-fcomte.fr:

 Bent, you say that you have stun enabled, which is not the case for Mounir.
  Bent, could you send us your -d 4 as well?  Mounir, could you resend the
 output (it is not available anymore on the site)?

As per Mounir's request I rebuilt ekiga (and ptlib  opal) with the
debug option enabled and the funny thing is that now ekiga registers
perfectly with ekiga.net. What is going on here??? It is probably not
worth sending the d -4 output now?

Today is a holiday here in enmark, and we are having a family lunch in
a couple of hours, so I will not be able to work much more on this
today. Please bear with me.

Kind regards

Bent
___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list

Re: [Ekiga-list] Could not register (Requested terminated) w/ ekiga-3.2

2009-04-08 Thread Bent
I can only sustain Mounir's observations. I have build an Ekiga 3.2.0
using Mounir's Gentoo ebuild and the behavior is exactly as described
by Mounir. It registers immediately and without problems at my own
Asterisk.

The attempt to register with ekiga.net fails. The Ekiga status line
simply says *Could not register be...@ekiga.net'

A trace with  wireshark is more revealing: Ekiga sends a REGISTER
frame *with the private address*. Ekiga.net replies with a '606 Not
Acceptable' which is quite OK in this situation.

But why is the private address used? STUN *is* enabled in the
configuration but apparently doesn't do its job.

Any comments, anybody?

Bent

PS I have all kinds of problems with both audio and video, but I will
come back to them later. All of this (including the registration)
works well in ekiga 3.0.2 All in all it appears that 3.2.0 was
released a bit prematurely.
___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list


Re: [Ekiga-list] Could not register (Requested terminated) w/ ekiga-3.2

2009-04-08 Thread Bent
An interesting(?) addendum:

ekiga -d 4

does not produce any output whatsoever.

Bent
___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list


Re: [Ekiga-list] Could not register (Requested terminated) w/ ekiga-3.2

2009-04-08 Thread Bent
2009/4/8 Mounir Lamouri mounir.lamo...@gmail.com:

 Did you build ekiga with USE=debug ?
 Otherwise, ekiga -d doesn't work.

It dawned upon me in the shower this morning that that was the case.
I'll rebuild ekiga.
___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list


Re: [Ekiga-list] Ekiga, webcam driver and kernel 2.6.27

2009-04-06 Thread Bent
Hi Damien

I owe you a follow-up on  this one:

2009/1/26 Damien Sandras dsand...@seconix.com:

If ptlib has been compiled with libv4l support (libv4l being the
 library, not the ptlib plugin), it should not be required anymore.

It isn't. I built a 3.0.2 from sources and it works as expected - with
nice video.

Kind regards,

Bent
___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list


Re: [Ekiga-list] Could not register (Requested terminated) w/ ekiga-3.2

2009-04-03 Thread Bent
Hi Mounir

What overlay is Ekiga 3 in? The version on packages.gentoo.org is
2.0.12. I'm a Gentoo user too and have my own Asterisk, so I have some
freedom in how to test e.g. Ekiga.

I have Ekiga 3.0.2 (build from the sources on ekiga.org) running and
am willing to give Ekiga 3.1 some testing om my setup if I could get a
suitable ebuild for it.

Kind regards,

Bent
___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list



Re: [Ekiga-list] Ekiga 3 on KDE 8.04 compilation steps on wikipedia

2009-02-11 Thread Bent
Hi Chaitanya

2009/2/11 chaitanya mehandru chinku.li...@gmail.com:
 ...
The steps for compiling Ekiga 3.0.2 on KDE 8.04 can now be found at the
 ...
How did you manage to get a version 8.04 of KDE. I - and I guess most
of the rest of us - are on a version 4.1?

/Bent
___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list


Re: [Ekiga-list] Ekiga users to chat with

2009-02-06 Thread Bent
Hi

I have created a 'call-me' service on my Asterisk. If you call
sip:1...@ast4.oz6bl.dk you should get hung up and then get a call back
from my time service within a few seconds.

The service is experimental and not tested very thoroughly, so I would
appreciate any comments on it.

In any case: have fun.

Kind regards,

Bent
___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list


[Ekiga-list] Ekiga, webcam driver and kernel 2.6.27

2009-01-25 Thread Bent
Hi List

With kernel 2.6.27 the spca driver for a lot of webcams, including the
one I have got, was moved into the kernel. At the same time quite a
few video formats were taken out of the driver and moved to a
user-land library - v4l1compat.so.

This means that in order for me to get video on ekiga, skype and other
applications I have to do something like this:

LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so ekiga

My question now is: Is this also required with Ekiga V3? I ask because
my distribution (Gentoo) still is at version 2.0.12. I prefer to use
whatever my distribution provides. I could - and I have done this
before - build Ekiga from sources but is it worth the trouble (conf.
all the posts about build problems ;-)) and will it solve my dilemma?

Kind regards,

Bent
___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list


[Ekiga-list] Ekiga cannot register with ekiga.net - Asterisk can

2008-12-14 Thread Bent
Hi

I have been unsubscribed to this list for a while so some
advertisements may have posted regarding my problem. There is,
however, not anything like it in the archives as far as I have been
able to determine.

Anyway, my problem is stated in the subject line. Here are some details:

Asterisk runs on my gateway/firewall. My ekiga softphone (which is
2.0.12 - the latest issued by Gentoo) runs on a workstation behind the
firewall. I use no proxy, but the firewall (another box running Gentoo
Linux) has the SIP ALG enabled.

Asterisk registers fine with ekiga.net:

b...@yosie ~ $ tshark -r ekiga-asterisk.trace
Running as user bent and group users.
  1   0.00  86.48.49.19 - 86.64.162.35 SIP Request: OPTIONS sip:ekiga.net
  2   0.024013 86.64.162.35 - 86.48.49.19  SIP Status: 484 Address Incomplete
  3   0.093378  86.48.49.19 - 86.64.162.35 SIP Request: REGISTER sip:ekiga.net
  4   0.116927 86.64.162.35 - 86.48.49.19  SIP Status: 401
Unauthorized(0 bindings)
  5   0.117983  86.48.49.19 - 86.64.162.35 SIP Request: REGISTER sip:ekiga.net
  6   0.142500 86.64.162.35 - 86.48.49.19  SIP Status: 200 OK(1 bindings)
b...@yosie ~ $

whereas Ekiga the softphone doesn't:

b...@yosie ~ $ tshark -r ekiga.trace
Running as user bent and group users.
  1   0.00  86.48.49.19 - 86.64.162.35 SIP Request: REGISTER sip:ekiga.net
  2   0.009675  86.48.49.19 - 86.64.162.35 SIP Request: SUBSCRIBE
sip:be...@ekiga.net
  3   0.023790 86.64.162.35 - 86.48.49.19  SIP Status: 606 Not
Acceptable(0 bindings)
  4   0.033924 86.64.162.35 - 86.48.49.19  SIP Status: 202 OK
b...@yosie ~ $

The full traces are available here (for about a month from now):
http://filebin.ca/gnqnz/bentb-traces.tgz

Several questions arise:

1. Why do I get '484 Address Incomplete' when my Asterisk asks for options?

2. Why does my Ekiga get a '606 Not Acceptable' when it tries to register?

3. Why is the subscribe accepted '202 OK'?

Kind regards,

Bent
___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list


Re: [Ekiga-list] SIP Proxy

2007-10-05 Thread Bent
Hello Philippe

2007/10/5, Philippe Laliberte [EMAIL PROTECTED]:

 What am I missing here? ...

Without being rude: probably more knowledge about the finer details of SIP.

Try this one: http://pcpanic.us/files/sip_tutorial.pdf

Cisco's excellent journal 'The Internet Protocol Journal' had an
article on SIP in Vol 6, No. 1, March 2003 on page 20. The whole issue
is available here:
http://www.cisco.com/web/about/ac123/ac147/archived_issues/ipj_6-1/ipj_6-1.pdf

Kind regards,

Bent
___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list


Re: [Ekiga-list] Ekiga, siproxd on Debian Etch troubles.

2007-06-05 Thread Bent Bagger

 I think I know why Ekiga fails in your case (I'll send you a private
 explanation ASAP).

Reinvite?

Bent ;-)
___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list


Re: [Ekiga-list] Can't call sip:[EMAIL PROTECTED] proxy authentication required

2007-03-09 Thread Bent Bagger
Hi Ken

2007/3/9, Ken Booth [EMAIL PROTECTED]:

 Sorry if this is a dumb question, but I'm new to using SIP ...

You have probably seen this before: There are no dumb questions, only
dumb answers... - but I couldn't restist it.

 I've setup an Asterisk server, with X-Lite 3.0 SIP softphones. I can
 successfully call any PSTN number using my Asterisk dialplans, I can
 call myself at sip:[EMAIL PROTECTED] and I can even call some
 other companies e.g. sip:[EMAIL PROTECTED]

Can I assume that you use some kind of prefix for dialing these
numbers? X-Lite does not accept anything else that numeric input - at
least my X-Lite, which is V2.0 for Linux, doesn't?

If you like I could send you a screen dump of my X-Lite setup. I have
only set a few lines in the System Settings - SIP Proxy - [default]
.

 Also, why don't I see anything happening on my Asterisk console, when I
 call sip:[EMAIL PROTECTED]

Have you tried to increase the verbosity level in Asterisk? 'set
verbose 3' gives me a comfortable level of output from Asterisk.

Take a look at what I wrote on the wiki about using Asterisk
(http://wiki.ekiga.org/index.php/Ekiga_as_an_Asterisk_client)


Hope this can be of help.

Best regards,

Bent
___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list


Re: [Ekiga-list] Peering with SIPBroker enabled

2006-12-29 Thread Bent Bagger
Hi Damien

Once again, you were right on!

2006/12/29, Damien Sandras [EMAIL PROTECTED]:

 Does it work with Ekiga?

Yes.

 If it works with Ekiga, then it is an Asterisk setup issue...

It was an Asterisk issue. I had not restarted it, so it was still
registered with the old Ekiga.net address (213.186.62.145). Now it is
registered with the new one (86.64.162.35) and everything is OK.

BTW It was the trace which Ekiga makes with the '-d 4' option that
gave me the hint. It is a formidable tool.

Thanks for your help.

Kind regards,

Bent
___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list


Re: [Ekiga-list] Peering with SIPBroker enabled

2006-12-25 Thread Bent Bagger
Hi Damien

2006/12/24, Damien Sandras [EMAIL PROTECTED]:

 While migrating Ekiga.net to the new server, I enabled peering with
 SIPBroker.


What is the prefix to get from ekiga.net to SIPBroker?


 You see that the prefix for pulver.com is *393, and you can simply
 dial :
 - sip:[EMAIL PROTECTED] to be connected to sip:[EMAIL PROTECTED]

I have tried this (through my Asterisk) and I get a busy signal back
from ekiga.net. '*' apparently isn't enough of a prefix for ekiga.net

Merry Chrisymas to all.

Bent
___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list


Re: [Ekiga-devel-list] [Ekiga-list] [Announce] : Ekiga Wins the Trophées du libre Award

2006-12-01 Thread Bent Bagger
Félicitations! Vous l'avez bien mérité.

Mes meilleures amitiés,

Bent
___
Ekiga-devel-list mailing list
Ekiga-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-devel-list


Re: [Ekiga-list] [Announce] : Ekiga Wins the Trophées du libre Award

2006-12-01 Thread Bent Bagger
Félicitations! Vous l'avez bien mérité.

Mes meilleures amitiés,

Bent
___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list


Re: [Ekiga-list] Receiving SIP RTP before media description [was ekiga answers with delay ...?]

2006-11-26 Thread Bent Bagger
I have uploaded the trace to Savefile.com

http://www.savefile.com/files/293084

Regards,

Bent
___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list


Re: [Ekiga-list] ekiga answers with delay ¿... ?

2006-11-24 Thread Bent Bagger
On 24/11/06, Craig Southeren [EMAIL PROTECTED] wrote:

 I know that Asterisk has a nasty habit of changing the payload type -
 perhaps this is what is happening? Can anyone confirm?

I do not know how nasty Asterisk is with regards to changing payload
type. I believe that after having finished the negotiation, Asterisk
sticks to the selected codec. In any case, the order of codec
preference is totally under the control of the Asterisk sysadm (order
of 'allow's in the SIP channel configuration - sip.conf)

I have just run an experiment on my asterisk where I forced both Ekiga
and Asterisk to use one and the same codec - ulaw (PCMU) in this case.
The problem still persists: I did not hear the first part of the echo
test greeting.

Best regards,

Bent
___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list


Re: [Ekiga-list] Ekiga 2.0.3. calls for version 1.10.1 of libpt_linux_x86_r

2006-11-16 Thread Bent Bagger
Hi

On 16/11/06, Damien Sandras [EMAIL PROTECTED] wrote:

 Try ldd src/ekiga and ldd /usr/bin/ekiga and ldd /usr/local/bin/ekiga

Here goes:

[EMAIL PROTECTED]:/usr/local/src/ekiga-2.0.3 ldd src/ekiga | grep libpt
libpt_linux_x86_r.so.1.10.2 =
/usr/lib/libpt_linux_x86_r.so.1.10.2 (0xb6e79000)
libpthread.so.0 = /lib/libpthread.so.0 (0xb6573000)
[EMAIL PROTECTED]:/usr/local/src/ekiga-2.0.3 ldd /usr/bin/ekiga | grep libpt
libpt_linux_x86_r.so.1.10.2 =
/usr/lib/libpt_linux_x86_r.so.1.10.2 (0xb6e39000)
libpthread.so.0 = /lib/libpthread.so.0 (0xb6533000)
[EMAIL PROTECTED]:/usr/local/src/ekiga-2.0.3 ldd /usr/local/bin/ekiga | grep 
libpt
ldd: /usr/local/bin/ekiga: No such file or directory
[EMAIL PROTECTED]:/usr/local/src/ekiga-2.0.3

I have used 'grep'. I hope it is OK. Ekiga links to quite a few
libraries - 94 to be exact.

BTW, if there is no obvious explanation to this, then don't use too
much time on it. Just let it simmer in the back of your head.
Eventually we will get the explanation, but for the time being I'm
happy with the link and I can live with it.

Bent
___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list


[Ekiga-list] Ekiga.net peering - and 'call me'

2006-11-05 Thread Bent Bagger
Which other SIP network providers does ekiga.net peer with. I have
searched but not found anything.

I miss a 'call me' feature on ekiga.net but having the possibility to
call myself by way of  another network may act as a 'poor man's call
me'.

Best regards,

Bent
___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list


Re: [Ekiga-list] need documentation of how to get Ekiga working with other programs

2006-10-28 Thread Bent Bagger
I have some experience in setting up Asterisk and have of course
gotten Ekiga to talk to Asterisk. I'm willing to write about how I did
it, but I'm unsure as to whether this is what you had in mind in this
context.

Also. I have no experience whatsoever in using a wiki ;-)

Bent
___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list


Re: [Ekiga-list] wired VOIP problem and how to playback rtp data under linux

2006-10-25 Thread Bent Bagger
Hi Konrad

On 24/10/06, Konrad Karl [EMAIL PROTECTED] wrote:

 Now I want to listen to the captured RTP traffic to see if it is
 already distorted before entering the asterisk server.
 (preferably under Linux)

Load the captured traffic into Ethereal/Wireshark and use the analyse
function to look at the traffic. You may have to force Ethereal to
decode as RTP.
You can get all kinds of info from Ethereal (jitter etc) and you can
also save the payload (the audio) to a file which you can then play
with your favorite audio player. I believe it is in .au format.

Bent
___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list


Re: [Ekiga-list] need linux webcam driver

2006-10-18 Thread Bent Bagger
The compatibility list has a Logitech QuickCam Express with ID 046d:0921.

You should definitely go by the USB ID. I found the driver for my
Labtech camera very quickly that way. It is the spca5xx driver, and
BTW I have had no problems building this driver on a Suse 10.1
installation.

Bent
___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list


Re: [Ekiga-list] need linux webcam driver

2006-10-17 Thread Bent Bagger
What does a lsusb give? (I assume you have a USB camera). On my PC I get:

lsusb
Bus 003 Device 001: ID :
Bus 004 Device 001: ID :
Bus 005 Device 001: ID :
Bus 001 Device 001: ID :
Bus 002 Device 002: ID 046d:0929 Logitech, Inc.
Bus 002 Device 001: ID :

It is the ID (046d:0929 in my case) that determines which driver you need.

73/Bent
___
ekiga-list mailing list
ekiga-list@gnome.org
http://mail.gnome.org/mailman/listinfo/ekiga-list