Using Ubuntu 8.04 Hardy Hero 64bit Release..
lsusb results
Bus 002 Device 014: ID 046d:0840 Logitech, Inc. QuickCam Express
camorama cant see/use it....
Apparently it is a supported cam from sourceforge, they have drivers for it...
I downloaded the driver for it and went to compile it.. and had the following problem
Code:
make -C "/lib/modules/2.6.24-15-generic/build" SUBDIRS="/home/physics/Downloads/qc-usb-0.6.6" modules V=1 USER_OPT="-DHAVE_UTSRELEASE_H=1"
make[1]: Entering directory `/usr/src/linux-headers-2.6.24-15-generic'
test -e include/linux/autoconf.h -a -e include/config/auto.conf || ( \
echo; \
echo " ERROR: Kernel configuration is invalid."; \
echo " include/linux/autoconf.h or include/config/auto.conf are missing."; \
echo " Run 'make oldconfig && make prepare' on kernel src to fix it."; \
echo; \
/bin/false)
mkdir -p /home/physics/Downloads/qc-usb-0.6.6/.tmp_versions ; rm -f /home/physics/Downloads/qc-usb-0.6.6/.tmp_versions/*
make -f scripts/Makefile.build obj=/home/physics/Downloads/qc-usb-0.6.6
gcc -Wp,-MD,/home/physics/Downloads/qc-usb-0.6.6/.qc-driver.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.2.3/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -O2 -mtune=generic -m64 -mno-red-zone -mcmodel=kernel -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -funit-at-a-time -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -maccumulate-outgoing-args -fstack-protector -fomit-frame-pointer -g -fno-stack-protector -Wdeclaration-after-statement -Wno-pointer-sign -DNOKERNEL -DHAVE_UTSRELEASE_H=1 -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(qc_driver)" -D"KBUILD_MODNAME=KBUILD_STR(quickcam)" -c -o /home/physics/Downloads/qc-usb-0.6.6/.tmp_qc-driver.o /home/physics/Downloads/qc-usb-0.6.6/qc-driver.c
In file included from /home/physics/Downloads/qc-usb-0.6.6/qc-driver.c:47:
/home/physics/Downloads/qc-usb-0.6.6/quickcam.h:129:1: warning: "BIT" redefined
In file included from include/linux/kernel.h:15,
from include/linux/cache.h:4,
from include/linux/time.h:7,
from include/linux/videodev2.h:59,
from include/linux/videodev.h:15,
from /home/physics/Downloads/qc-usb-0.6.6/quickcam.h:95,
from /home/physics/Downloads/qc-usb-0.6.6/qc-driver.c:47:
include/linux/bitops.h:6:1: warning: this is the location of the previous definition
/home/physics/Downloads/qc-usb-0.6.6/qc-driver.c: In function ‘qc_i2c_init’:
/home/physics/Downloads/qc-usb-0.6.6/qc-driver.c:824: error: ‘struct urb’ has no member named ‘lock’
/home/physics/Downloads/qc-usb-0.6.6/qc-driver.c:825: warning: assignment from incompatible pointer type
/home/physics/Downloads/qc-usb-0.6.6/qc-driver.c: In function ‘qc_isoc_start’:
/home/physics/Downloads/qc-usb-0.6.6/qc-driver.c:1867: warning: assignment from incompatible pointer type
/home/physics/Downloads/qc-usb-0.6.6/qc-driver.c: At top level:
/home/physics/Downloads/qc-usb-0.6.6/qc-driver.c:2998: warning: initialization from incompatible pointer type
/home/physics/Downloads/qc-usb-0.6.6/qc-driver.c:3009: error: unknown field ‘hardware’ specified in initializer
make[2]: *** [/home/physics/Downloads/qc-usb-0.6.6/qc-driver.o] Error 1
make[1]: *** [_module_/home/physics/Downloads/qc-usb-0.6.6] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.24-15-generic'
make: *** [quickcam.ko] Error 2
There is a patch for the driver, but im too noob to know how to patch the source for the driver...
Please help a noob
Any idea's ??