Getting my Logitech Webcam to work with Skype

Questions about hardware, drivers and peripherals
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
emorrp1

Re: Getting my Logitech Webcam to work with Skype

Post 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
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Locked

Return to “Hardware Support”