$ lsusbI tried a few things and it turned out that the solution was something I had found that was supposed to aim a problem with 64bit systems and 32bit libraries. One needs to set the variable LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so. (That's the path in my Ubuntu, it may vary in other system).
Bus 001 Device 002: ID 046d:08c5 Logitech, Inc. QuickCam Pro 5000
Then, to launch Skype, I am using a small script:
#!/bin/bashfor which I also created a menu icon.
LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so skype
No comments:
Post a Comment