I see this issue has been discussed here in 2010 and 2018, but the problem is still here.
After searching the internet, it seems the only solution offered is to start Skype in terminal with the command:
LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libv4l/v4l1compat.so skype
or
env LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libv4l/v4l1compat.so skype
Neither of these help with the problem.
I'm using Logitech Quickcam IM/Connect device number 046d:08d9, driver gspca.
It is a USB webcam with microphone. When calling with Skype, there is audio with black screen video. When calling with Google Hangouts, there is video with no audio. Both programs properly show the correct camera and microphone being selected.
The only odd thing is that I don't see the device in the multimedia hardware manager in system settings. But it is seen in terminal commands such as:
computer-ku-i5@comp-ki5-dt:~$ lsusb
Bus 002 Device 005: ID 093a:2510 Pixart Imaging, Inc. Optical Mouse
Bus 002 Device 004: ID 046d:c517 Logitech, Inc. LX710 Cordless Desktop Laser
Bus 002 Device 003: ID 046d:08d9 Logitech, Inc. QuickCam IM/Connect
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
computer-ku-i5@comp-ki5-dt:~$ lsmod | grep video
videodev 184320 3 gspca_main,gspca_zc3xx,v4l2_common
media 40960 1 videodev
video 45056 1 i915
computer-ku-i5@comp-ki5-dt:~$ ls -la /dev/ | grep video
crw-rw---- 1 root video 29, 0 Apr 14 15:15 fb0
crw-rw----+ 1 root video 81, 0 Apr 14 16:27 video0
Using Kubuntu 18.04
Skype version 8.34.0.78
After searching the internet, it seems the only solution offered is to start Skype in terminal with the command:
LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libv4l/v4l1compat.so skype
or
env LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libv4l/v4l1compat.so skype
Neither of these help with the problem.
I'm using Logitech Quickcam IM/Connect device number 046d:08d9, driver gspca.
It is a USB webcam with microphone. When calling with Skype, there is audio with black screen video. When calling with Google Hangouts, there is video with no audio. Both programs properly show the correct camera and microphone being selected.
The only odd thing is that I don't see the device in the multimedia hardware manager in system settings. But it is seen in terminal commands such as:
computer-ku-i5@comp-ki5-dt:~$ lsusb
Bus 002 Device 005: ID 093a:2510 Pixart Imaging, Inc. Optical Mouse
Bus 002 Device 004: ID 046d:c517 Logitech, Inc. LX710 Cordless Desktop Laser
Bus 002 Device 003: ID 046d:08d9 Logitech, Inc. QuickCam IM/Connect
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
computer-ku-i5@comp-ki5-dt:~$ lsmod | grep video
videodev 184320 3 gspca_main,gspca_zc3xx,v4l2_common
media 40960 1 videodev
video 45056 1 i915
computer-ku-i5@comp-ki5-dt:~$ ls -la /dev/ | grep video
crw-rw---- 1 root video 29, 0 Apr 14 15:15 fb0
crw-rw----+ 1 root video 81, 0 Apr 14 16:27 video0
Using Kubuntu 18.04
Skype version 8.34.0.78
Comment