On 12/21/14 22:08, Alexander Kapshuk wrote:

  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,
  [6]http://linux-kernel.2935.n7.nabble.com/3-15-8-USB-issue-with-uvc-cam
  -td920378.html.
  Hope this helps.

References

  1. mailto:syscon...@gmail.com
  2. mailto:meino.cra...@gmx.de
  3. mailto:waben...@gmail.com
  4. mailto:waben...@gmail.com
  5. mailto:syscon...@gmail.com
  6. 
http://linux-kernel.2935.n7.nabble.com/3-15-8-USB-issue-with-uvc-cam-td920378.html

I just did:

grep '^CONFIG.*V4L' /usr/src/linux/.config
CONFIG_VIDEO_V4L2=y
CONFIG_V4L_PLATFORM_DRIVERS=y

CONFIG_MEDIA_SUPPORT=y
CONFIG_USB_VIDEO_CLASS=y
CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV=y
CONFIG_USB_GSPCA=m I think there is no need to enable the above: CONFIG_USB_GSPCA=m since nome of the dirvr are enabled as module.

CONFIG_MEDIA_PCI_SUPPORT=y

I run as user:
LD_PRELOAD=/usr/lib/libv4l/v4l2convert.so

Yes, USB web-cam is plugged to USB2
But still skype does not recogines it :-(

--
Joseph

Reply via email to