Install webmin
Need to download and install RPM directly from SourceForge (noarch version).
Need to download and install RPM directly from SourceForge (noarch version).
# curl -O http://camorama.fixedgear.org/downloads/camorama-0.18.tar.bz2# bunzip2 camorama-0.18.tar.bz2 # tar -xf camorama-0.18.tar # cd camorama-0.18# ./configure# yum install libgnomeui-devel### possibly also : yum install gdk-pixbuf libglade glade2 # make# make install$ camorama & $ (Need to set save directory for image grabs to /home/xyz/WebCam, instead of ~/WebCam)
There are two versions of the QuickCam Communicate, the newer of which shows up as
046d:08d7
under
lsusb
. This version needs
gspca
module.
Install kernel headers
# yum install kernel-devel
Build and install from
gspcavl
sources
The source can be found on the main download page.
cd gspcav1-20070110makemake installmodprobe gspcalsmod | grep gsp
Check it works
Load up Ekiga, and select the
V4L
driver – images [...]
This was wholesale copied from the (German) blog at http://fedorawiki.de/index.php/Truecrypt
Set up yum
# yum install yum-utils# yum install rpm-build redhat-rpm-config unifdef
# yumdownloader –source kernel –enablerepo core-source –enablerepo updates-source
Install Kernel Sources
# mkdir /usr/src/redhat # due to packaging problem, I guess# rpm -ivh kernel-$(uname -r).src.rpm
# cd /usr/src/redhat/SPECS# rpmbuild -bp –target $(uname -m) kernel-2.6.spec
Copy dm.h into the right place
# [...]