Comment 9 for bug 213114

Revision history for this message
John Stephenson (jmdsdf) wrote :

Jason, my system is Linux 2.6.28-7-generic #20-Ubuntu SMP i686 GNU/Linux. I saved the two patches from the links, as copying them from your post produced errors. I ran (as root):

# apt-get install qc-usb-source qc-usb-utils
# cd /usr/src
# tar xvfj qc-usb.tar.bz2
# cd modules/qc-usb
# patch < ~/Desktop/patch1
# patch < ~/Desktop/patch2
# make
# make install

This worked perfectly with no errors! Thanks for pointing me to the patches!

However, I rebooted and then tried:

# modprobe quickcam
FATAL: Module quickcam not found.

Then tried:

# insmod quickcam.ko
insmod: error inserting 'quickcam.ko': -1 Unknown symbol in module

Any thoughts?