Posts Tagged ‘webcam’
I have been giving the new Linux Mint (based on the latest Ubuntu) a spin and encountered a problem with my webcam and Skype. The webcam is found and works well within cheese and other applications; however, Skype sees the web-cam but cannot render the incoming image. I found the solution on the Linux Mint forums. To quote veanidon:
1) Rename /usr/bin/skype to /usr/bin/skype.real
2) Create a batch file called ‘/usr/bin/skype’ owned by root as follows:-#!/bin/sh
export XLIB_SKIP_ARGB_VISUALS=1
LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so skype.real “$@” 2>/dev/null
exit 03) Make the newly created /usr/bin/skype executable
After following these instructions the problem was solved.
The QuickCam c500 is supported out of the box in Debian Squeeze by the UVC driver. However, one issue I have encountered is the built in microphone is auto detected by alas and overrides my sound card, forcing me to issue the command (as root):
alsa force-reload
to solve this problem edit /etc/modprobe.d/sound.conf and add:
options snd_usb_audio index=1
Reboot and hopefully all is well.




