> > > Does it means it does not get detected?
> >
> > It seems so. Try to set the trace parameter to 15 and paste the kernel
> > log.
>
> I found here how to do that:
> http://www.mail-archive.com/linux-uvc-devel@lists.berlios.de/msg00600.html
>
> However, I have a dell xps m1210 with an integrated camera as 'dbglt', and
> after setting it to 15 nothing seems to happen.
>
> dogbert ~ # modprobe uvcvideo trace=15
>
> dogbert ~ # tail -f /var/log/messages
> ...
> Feb 12 11:18:58 dogbert Linux video capture interface: v2.00
> Feb 12 11:18:58 dogbert usbcore: registered new interface driver uvcvideo
> Feb 12 11:18:58 dogbert USB Video Class driver (v0.1.0)
>
> dogbert ~ # tail -f /var/log/dmesg
> [nothing new]

Don't look in /var/log/messages or /var/log/dmesg. Use the dmesg command 
directly.

- Clear the kernel log with dmesg -c
- Insert the module with modprobe uvcvideo trace=15
- Check the kernel log with dmesg to see if anything is wrong
- Plug in the webcam
- Check the kernel log again

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