Hi Eduardo,

> I do
> # modprobe uvcvideo
> but there is no /dev/video found afterwards. Who is the responsible for
> creating this device?
>
> I'm working with a linux gentoo distribution.

udev is responsible for creating the device node. Have a look at the kernel 
log (dmesg). The driver should print something like

uvcvideo: Found UVC 1.00 device ProScope HR (19ab:1000)

or

uvcvideo: Found UVC 1.00 device <unnamed> (046d:08c2)

when it detects a device successfully. If it does, your system configuration 
(udev or something else) is to blame. If it doesn't, there's another problem.

Best regards,

Laurent Pinchart
_______________________________________________
Linux-uvc-devel mailing list
Linux-uvc-devel@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/linux-uvc-devel

Reply via email to