potreste aiutarmi nell'installazione della mia webcam Labtec?
durante l'installazione ho riscontrato il seguente errore, ma non so come procedere, grazie!
make[1]: Entering directory `/usr/src/linux-headers-2.6.27-7-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 /root/qc-usb-0.6.3/.tmp_versions ; rm -f /root/qc-usb-0.6.3/.tmp_versions/*
make -f scripts/Makefile.build obj=/root/qc-usb-0.6.3
gcc -Wp,-MD,/root/qc-usb-0.6.3/.qc-driver.o.d -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/4.3.2/include -D__KERNEL__ -Iinclude -I/usr/src/linux-headers-2.6.27-7-generic/arch/x86/include -include include/linux/autoconf.h -Iubuntu/include -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -O2 -m32 -msoft-float -mregparm=3 -freg-struct-return -mpreferred-stack-boundary=2 -march=i586 -mtune=generic -ffreestanding -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -Iinclude/asm-x86/mach-default -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -pg -Wdeclaration-after-statement -Wno-pointer-sign -DNOKERNEL -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(qc_driver)" -D"KBUILD_MODNAME=KBUILD_STR(quickcam)" -c -o /root/qc-usb-0.6.3/.tmp_qc-driver.o /root/qc-usb-0.6.3/qc-driver.c
In file included from /root/qc-usb-0.6.3/qc-driver.c:47:
/root/qc-usb-0.6.3/quickcam.h:79:26: error: linux/config.h: No such file or directory
/root/qc-usb-0.6.3/quickcam.h:126: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:60,
from include/linux/videodev.h:16,
from /root/qc-usb-0.6.3/quickcam.h:95,
from /root/qc-usb-0.6.3/qc-driver.c:47:
include/linux/bitops.h:6:1: warning: this is the location of the previous definition
In file included from /root/qc-usb-0.6.3/qc-driver.c:47:
/root/qc-usb-0.6.3/quickcam.h:500: error: field ‘vdev’ has incomplete type
/root/qc-usb-0.6.3/qc-driver.c:79: error: expected ‘)’ before string constant
/root/qc-usb-0.6.3/qc-driver.c:83: error: expected ‘)’ before string constant
/root/qc-usb-0.6.3/qc-driver.c:87: error: expected ‘)’ before string constant
/root/qc-usb-0.6.3/qc-driver.c:92: error: expected ‘)’ before string constant
/root/qc-usb-0.6.3/qc-driver.c:96: error: expected ‘)’ before string constant
/root/qc-usb-0.6.3/qc-driver.c
Potreste dare una mano ad un neofita a capire il problema ?
Grazie!