On Sun, Dec 21, 2014 at 8:49 PM, Joseph <syscon...@gmail.com> wrote: > On 12/21/14 11:22, Joseph wrote: > >> On 12/21/14 18:56, meino.cra...@gmx.de wrote: >> >>> waben...@gmail.com <waben...@gmail.com> [14-12-21 18:36]: >>> >>>> Am Sonntag, 21.12.2014 um 10:00 >>>> schrieb Joseph <syscon...@gmail.com>: >>>> >>>> > On 12/21/14 09:51, Joseph wrote: >>>> > >I have a Logitech C270 webcam but I can not make it to work with >>>> > >linux/skype >>>> > > >>>> > >USB sound in kernel is ON: >>>> > >CONFIG_SND_USB_AUDIO=y >>>> >>>> I guess you should also take a look at >>>> Device Drivers > Multimedia support > Media USB Adapters >>>> >>>> e.g. >>>> MEDIA_USB_SUPPORT >>>> MEDIA_CAMERA_SUPPORT >>>> MEDIA_CONTROLLER >>>> ... >>>> >>>> Regards >>>> wabe >>>> >>>> >>> You need UVC-Support: >>> CONFIG_USB_F_UVC=y >>> >> >> I'm using kernle: linux-3.10.7 >> but there is no CONFIG_USB_F_UVC setting, I can not find anything for UVC >> >> grep UVC .config >> I get empty line. >> > > I have fond setting in kernel 3.10 for UVC > > grep USB_VIDEO_CLASS .config > CONFIG_USB_VIDEO_CLASS=y (USB Video Class (UVC)) > > but I still don't see the USB camera in skype. > > -- > Joseph > > Do you have these enabled and set?
grep '^CONFIG.*V4L' /usr/src/linux/.config CONFIG_VIDEO_V4L2=m CONFIG_V4L_PLATFORM_DRIVERS=y CONFIG_MEDIA_SUPPORT=m CONFIG_USB_VIDEO_CLASS=m CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV=y CONFIG_USB_GSPCA=m CONFIG_MEDIA_PCI_SUPPORT=y grep -s ^LD_PRELOAD .* .bash_profile:LD_PRELOAD=/usr/lib/libv4l/v4l2convert.so Also, you may want to try plugging you webcam into a USB2 port, if available, instead of a USB3 one, as suggested here, http://linux-kernel.2935.n7.nabble.com/3-15-8-USB-issue-with-uvc-cam-td920378.html . Hope this helps.