Upgrading software
I just installed a new version of quickcode, used below.
Also did a huge yum update on Solo, which included a new kernel, which means that I then need to install the NVidia drivers, and run vmware-config.pl (rebuild vmmon modules) and vmware-config-mui.pl (generate new SSL cert). Then to build the webcam driver:
rm -rf /lib/modules/2.6.11.11.something/kernel/drivers/usb/media/pwc
/sbin/rmmod pwc
wget http://www.saillard.org/linux/pwc/files/pwc-10.0.12-rc1.tar.bz2
tar -jxvf pwc-10.0.12-rc1.tar.bz2
cd pwc-10.0.12-rc1
make && make install
chmod 744 /lib/modules/2.