Re: [Linux-uvc-devel] Logitech Quickcam for Notebooks Pro
Linux UVC driver and tools
Brought to you by:
pinchartl
|
From: Karljohan L. <ka...@it...> - 2006-01-30 16:09:37
|
>> P.S. This is strictly off-topic, but I don't know how to get 'modprobe >> uvcvideo' to work; it's in a .../usb/media folder with regular permissions, >> and I have to use 'insmod uvcvideo.ko'. > > You should be able do do a make install which will install it into > /lib/modules. The a depmod -a to redo the modules then a modprobe > uvcvideo I had the same problem using Ubuntu. It seems that the module ends up in /lib/modules/2.6.12/usb/media/ and not in /lib/modules/2.6.12-10-686/kernel/drivers/usb/media/ which is the correct location for the modules with the kernel version I'm currently running. I will assume that the UVC driver install procedure is correct, so there is probably some link missing in the default Ubuntu installation. Anyhow, manually moving the kernel object to the correct folder makes modprobe and modinfo working. / Karljohan Lundin |