DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
How To Install Spca5xx Drivers In SUSE Linux
execute this commands as root ( you need smart package manager)
# smart channel --add http://ftp-1.gwdg.de/pub/opensuse/repositories/drivers:/webcam/SUSE_Linux_`grep VERSION /etc/SuSE-release | awk -F " = " '{print $2}'`/drivers:webcam.repo
# smart update drivers:webcam
# smart install spca5xx-kmp-`uname -r | awk -F- '{print $3}'





