Page 1 of 1

Re: Getting my Logitech Webcam to work with Skype

Posted: Mon Aug 10, 2009 2:25 pm
by emorrp1
Hello, and Welcome to Linux Mint. According to https://wiki.ubuntu.com/SkypeWebCams yours uses the uvcvideo driver. You can check if it's been loaded using the following command:

Code: Select all

lsmod | grep videodev
and if that shows it isn't loaded, try:

Code: Select all

sudo modprobe uvcvideo
for more info, see https://help.ubuntu.com/community/UVC