[arch-general] HELP: My webcam stop work.
My webcam begin can work, but after about 1 minute, the webcam stop work. when skype, gtalk use webcam all have this problem. lsmod output: videobuf2_vmalloc 2469 1 uvcvideo videobuf2_memops 2283 1 videobuf2_vmalloc videobuf2_core 24073 1 uvcvideo videodev 100860 2 uvcvideo,videobuf2_core media 10406 2 uvcvideo,videodev dmesg output: [ 2379.369663] uvcvideo: Failed to resubmit video URB (-27). [ 2379.369673] uvcvideo: Failed to resubmit video URB (-27). [ 2379.369677] uvcvideo: Failed to resubmit video URB (-27). [ 2379.369681] uvcvideo: Failed to resubmit video URB (-27). [ 2379.369686] uvcvideo: Failed to resubmit video URB (-27). when i use mplayer take a photo use driver=v4l2, have a line output: v4l2: ioctl set format failed: Invalid argument v4l2: ioctl set format failed: Invalid argument v4l2: ioctl set format failed: Invalid argument How to solve this problem? thx very much.
Hi, Am 03.01.2013 11:28, schrieb Cloud Tao:
How to solve this problem? thx very much.
Given that this seems to be a problem with "uvcvideo" itself, you are probably best of by talking to the developers of uvcvideo, which would be: [johnpatcher@vpcs linux-3.7]$ ./scripts/get_maintainer.pl -f drivers/media/usb/uvc/uvcvideo.h Laurent Pinchart <laurent.pinchart@ideasonboard.com> (maintainer:USB VIDEO CLASS) Mauro Carvalho Chehab <mchehab@infradead.org> (maintainer:MEDIA INPUT INFRA...) linux-media@vger.kernel.org (open list:USB VIDEO CLASS) linux-kernel@vger.kernel.org (open list) See [1] for linux-media. Best regards, Karol Babioch [1] http://vger.kernel.org/vger-lists.html#linux-media
On 03-01-2013 10:28, Cloud Tao wrote:
How to solve this problem? thx very much.
Try creating /etc/modprobe.d/uvcvideo.conf and put this inside: options uvcvideo nodrop=1 Then as root do: modprobe -r uvcvideo && modprobe uvcvideo or alternatively reboot. Then try again. -- Mauro Santos
participants (3)
-
Cloud Tao
-
Karol Babioch
-
Mauro Santos