Compiling QuickCam Drivers
From wikidb
This doesn't work - a work in progress
The Source Code
Process
- Assumes Compiling QuickCam Drivers
- untar in
/usr/src/redhat/BUILD/kernel-2.6.15/linux-2.6.15.i586/drivers/usb/media
- edit Kconfig by adding the following at the end
config USB_QC tristate "USB Logitech Quickcam" depends on USB && VIDEO_DEV ---help--- Say Y or M here if you want to use one of these Logitech webcams:
- edit Makefile by adding the following at the end
obj-$(CONFIG_USB_QC) += qc-usb-0.6.6/
- comment out the following lines at line number 3047 to get rid of a syntax error in
/usr/src/redhat/BUILD/kernel-2.6.15/linux-2.6.15.i586/drivers/usb/media/qc-usb-0.6.6/qc-driver.c
//#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0) \ // && LINUX_VERSION_CODE <= KERNEL_VERSION(2,6,15) // owner: THIS_MODULE, //#endif
- compile from /usr/src/redhat/BUILD/kernel-2.6.15/linux-2.6.15.i586/
make modules