[opensuse] Logitech Quickcam Express webcam
Trying to install the above in 11.3 x64. lsusb gives me: Bus 006 Device 002: ID 046d:092f Logitech, Inc. QuickCam Express Plus I believe I need the Quickcam Express Driver from http://sourceforge.net/projects/qce-ga/files/ ie qc-usb-0.6.6.tar.gz I'm sure that I installed this OK in 11.2 When trying to build, I get: ************************************************************************************************* make -C /usr/src/linux-2.6.34-12-obj/x86_64/desktop \ KBUILD_SRC=/usr/src/linux-2.6.34-12 \ KBUILD_EXTMOD="/home/Software/qc-usb-0.6.6" -f /usr/src/linux-2.6.34-12/Makefile \ modules test -e include/generated/autoconf.h -a -e include/config/auto.conf || ( \ echo; \ echo " ERROR: Kernel configuration is invalid."; \ echo " include/generated/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/Software/qc-usb-0.6.6/.tmp_versions ; rm -f /home/Software/qc-usb-0.6.6/.tmp_versions/* make -f /usr/src/linux-2.6.34-12/scripts/Makefile.build obj=/home/Software/qc-usb-0.6.6 gcc -Wp,-MD,/home/Software/qc-usb-0.6.6/.qc-driver.o.d -nostdinc -isystem /usr/lib64/gcc/x86_64-suse-linux/4.5/include -I/usr/src/linux-2.6.34-12/arch/x86/include -Iinclude -I/usr/src/linux-2.6.34-12/include -include include/generated/autoconf.h -I/home/Software/qc-usb-0.6.6 -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -O2 -m64 -mtune=generic -mno-red-zone -mcmodel=kernel -funit-at-a-time -maccumulate-outgoing-args -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -pipe -Wno-sign-compare -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -Wframe-larger-than=2048 -fno-stack-protector -fomit-frame-pointer -fasynchronous-unwind-tables -g -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fno-dwarf2-cfi-asm -fconserve-stack -DNOKERNEL -DHAVE_UTSRELEASE_H= -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(qc_driver)" -D"KBUILD_MODNAME=KBUILD_STR(quickcam)" -D"DEBUG_HASH=4" -D"DEBUG_HASH2=48" -c -o /home/Software/qc-usb-0.6.6/.tmp_qc-driver.o /home/Software/qc-usb-0.6.6/qc-driver.c In file included from /home/Software/qc-usb-0.6.6/qc-driver.c:47:0: /home/Software/qc-usb-0.6.6/quickcam.h:79:28: fatal error: linux/autoconf.h: No such file or directory compilation terminated. make[4]: *** [/home/Software/qc-usb-0.6.6/qc-driver.o] Error 1 make[3]: *** [_module_/home/Software/qc-usb-0.6.6] Error 2 make[2]: *** [sub-make] Error 2 make[1]: *** [all] Error 2 make[1]: Leaving directory `/usr/src/linux-2.6.34-12-obj/x86_64/desktop' make: *** [quickcam.ko] Error 2 ************************************************************************************************* Tried all sorts of things with trying to clean up/configure the kernel sources, (cloneconfig etc) and makes no difference. How to get around this prob?? Thanks, John. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
participants (1)
-
John Bennett