Re: Problem with 046d:08af Logitech Quickcam Easy/Cool - broken with in-kernel drivers, works with gspcav1

2009-06-30 Thread Peter Hüwe
Am Dienstag 30 Juni 2009 12:26:11 schrieben Sie: What is sure is that skype has no problem. It is a loader problem. May you check the type of /usr/lib32/libv4l/v4l1compat.so? And, also, what gives 'ldd /opt/skype/skype'? Cheers. Hi, d'oh :) - file /usr/lib32/libv4l/v4l1compat.so - No

Re: Problem with 046d:08af Logitech Quickcam Easy/Cool - broken with in-kernel drivers, works with gspcav1

2009-06-29 Thread Jean-Francois Moine
On Sun, 28 Jun 2009 22:50:58 +0200 Peter Hüwe peterhu...@gmx.de wrote: I tried using cheese with LD_PRELOAD=/usr/lib64/libv4l/v4l1compat.so - and it works! However this does not work with skype :/ (skype does not allow preloading) Any suggestions how I get skype to use the compat

Re: Problem with 046d:08af Logitech Quickcam Easy/Cool - broken with in-kernel drivers, works with gspcav1

2009-06-29 Thread Peter Hüwe
Am Montag 29 Juni 2009 09:25:41 schrieb Jean-Francois Moine: Any suggestions how I get skype to use the compat wrapper? You must export LD_PRELOAD. I use a simple script: #!/bin/sh export LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so exec /usr/bin/skype Hi, unfortunately this

Re: Problem with 046d:08af Logitech Quickcam Easy/Cool - broken with in-kernel drivers, works with gspcav1

2009-06-29 Thread Jean-Francois Moine
On Mon, 29 Jun 2009 12:30:09 +0200 Peter Hüwe peterhu...@gmx.de wrote: unfortunately this doesn't work with skype :/ ~ $ cat startskype.sh #!/bin/sh export LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so exec /usr/bin/skype ~ $ ./startskype.sh ERROR: ld.so: object

Re: Problem with 046d:08af Logitech Quickcam Easy/Cool - broken with in-kernel drivers, works with gspcav1

2009-06-29 Thread Peter Hüwe
Am Montag 29 Juni 2009 12:40:34 schrieb Jean-Francois Moine: Hi Peter, Indeed, you are running a 64bits application: #!/bin/sh export LD_PRELOAD=/usr/lib64/libv4l/v4l1compat.so exec /usr/bin/skype Cheers. Hi :) /usr/lib is just a link to /usr/lib64 - $ ls -lahd

Re: Problem with 046d:08af Logitech Quickcam Easy/Cool - broken with in-kernel drivers, works with gspcav1

2009-06-29 Thread Jean-Francois Moine
On Mon, 29 Jun 2009 12:54:34 +0200 Peter Hüwe peterhu...@gmx.de wrote: /usr/lib is just a link to /usr/lib64 - $ ls -lahd /usr/lib lrwxrwxrwx 1 root root 5 20. Dez 2008 /usr/lib - lib64 but I tried it explicitly with both versions: ERROR: ld.so: object '/usr/lib32/libv4l/v4l1compat.so'

Problem with 046d:08af Logitech Quickcam Easy/Cool - broken with in-kernel drivers, works with gspcav1

2009-06-28 Thread Peter Hüwe
Hi, I just tried out the in-kernel gspca drivers for my 046d:08af Logitech, Inc. QuickCam Easy/Cool, however I don't get any picture with cheese and only green noise with skype. Before using the in-kernel drivers the webcam used to work quite well with the old out-of-kernel gspcav1 drivers.

Re: Problem with 046d:08af Logitech Quickcam Easy/Cool - broken with in-kernel drivers, works with gspcav1

2009-06-28 Thread Peter Hüwe
Did you use the v4l2 wrapper when running the applications? (look in my page for more information) Not that I know - atleast not explicitly. Otherwise, the sensor value set in the old gspcav1 driver was not used: the sensor was and is still found by probing the webcam hardware. Yeah -

Re: Problem with 046d:08af Logitech Quickcam Easy/Cool - broken with in-kernel drivers, works with gspcav1

2009-06-28 Thread Peter Hüwe
Did you use the v4l2 wrapper when running the applications? (look in my page for more information) Hi, I tried using cheese with LD_PRELOAD=/usr/lib64/libv4l/v4l1compat.so - and it works! However this does not work with skype :/ (skype does not allow preloading) Any suggestions how I get