Comment 16 for bug 215604

Revision history for this message
Fernando Miguel (fernandomiguel) wrote :

Okay, I checkout the source, edited the Makefile, run make, sudo make install, rebooted and still cant use my webcam, as I did on 2.6.26.

http://openfacts.berlios.de/index-en.phtml?title=Linux+UVC
http://openfacts.berlios.de/index-en.phtml?title=HowTo_compile_for_Ubuntu_6.06_LTS

svn checkout svn://svn.berlios.de/linux-uvc/linux-uvc/trunk

 Compile Linux-UVC

   1. Enter the check-out Linux-UVC folder
      cd trunk
   2. Open the Make file in this directory
      sudo nano Makefile
   3. Edit Makefile to change the modules path from
      INSTALL_MOD_DIR := usb/media
      to
      INSTALL_MOD_DIR := kernel/ubuntu/media/usbvideo
   4. make
   5. sudo make install