I’ll try (although I see you have “uvcvideo”
You may want to see if there’s a later version, see below, or, skip to the build your own from src to match the running kernel below:)
Get the one that matches your running kernel or it won’t work
“uname -a” in a terminal.
If you have upgraded the kernel and one’s not there:
download the source = uvcvideo-r171-3.4.src.rpm @ Index of /repositories/drivers:/webcam/openSUSE_11.0/src
Build you own to maatch the running kernel with:
in a terminal as root
cd /pathto/rpm
rpmbuild --rebuild /uvcvideo-r171-3.4.src.rpm
your rpms will be in /usr/src/packages/RPMS/x86_64
cd /tothatfolder
install with
“rpm -Uhv /packagename.rpm”