February 28, 2008 @ 14:14
Howto compile uvcvideo linux webcam module for Fedora
If you have followed my previous webcam howto guide and found out that you need uvcvideo module for your webcam just follow this howto.
First install subversion, if you don’t already have it installed, so you can get the latest code from uvcvideo project svn repository. As root just start yum in console or if you like gui application managers like pirut just use them. Here is how you can install it with yum:
yum install subversion
now you need to get the source code for uvcvideo webcam module:
svn checkout svn://svn.berlios.de/linux-uvc/linux-uvc/trunk linux-uvc
and when the download is complete you can compile the code:
cd linux-uvc
make
Now you need to become root and install the module in correct place:
su
make install INSTALL_MOD_DIR=extra/uvc
Then you will get an error saying:
depmod -ae `uname -r`
/bin/sh: depmod: command not found
because you don’t have /sbin directory in your path so only thing you still need is this:
/sbin/depmod -ae `uname -r`
now you can load your module with command:
/sbin/modprobe uvcvideo
and run cheese to test your webcam.
links:
ps. I choose images for my blog by going to http://images.google.com and seraching for the most obvious keyword in the article, for this article it the word was webcam. As you can see this keyword provided some interesting search results :)
Filed under english, fedora, linux, tips&tricks Permalink
2 Comments »
RSS feed for comments on this post

Posted by Jaros Jaruzelsky
March 26, 2008 @ 12:16
Hm, I am attending to watch your blog ordinarily, and today I stop to see what is new in Fedora community Croatia (you have vonderfull sea, btw) and i saw nudity! I think this is inapropriate content for blog which is mented to have fresh and valuable opensource informations to serve.
Posted by valent
March 27, 2008 @ 22:10
Have you read the last sentence on how I made the choice to use these pictures and how I usually choose images that I use on my blog? Thank you for your comment.