On Tuesday 19 February 2008, Tom Poe wrote: > "you need to remove the uvcvideo.ko module from the /lib/modules > subdirectory where it gets loaded automatically, and load it manually > after plugging the webcam." > > I just don't know what this means. Do I unplug webcam, remove > uvcvideo.ko with command: > # rm /lib/modules/2.6.23.15-137.fc8PAE/usb/media/uvcvideo.ko > then, reboot, then ???
1. Move the uvcvideo.ko away from /lib/modules mv /lib/modules/2.6.23.15-137.fc8PAE/usb/media/uvcvideo.ko ~/uvcvideo.ko 2. Plug the webcam. 3. Load the uvcvideo.ko module insmod ~/uvcvideo.ko Best regards, Laurent Pinchart _______________________________________________ Linux-uvc-devel mailing list [email protected] https://lists.berlios.de/mailman/listinfo/linux-uvc-devel
