Seeing if I can get a USB webcam to work with my garage CentOS desktop. Maybe I need to install a kernel module for this GSPCA main driver business. Trying to follow this page
http://wiki.centos.org/HowTos/BuildingKernelModules
and getting into some kernel fun
rpmbuild -bp –target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log
Thanks to this blog for helping me get flash plugin on my CentOS box. Now I run the test and “Adobe Flash Player cannot find my camera”. On to the kernel module for GSPCA driver things.