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 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 '/usr/lib/libv4l/v4l1compat.so' from LD_PRELOAD cannot be preloaded: ignored. seems that I have to stick with my old kernel :/ Peter -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html