Webcam Logitech Quick Messenger
Inviato: mar 15 apr 2008, 17:08
Ciao ragazzi ho un problema con una webcam ligitech Quickcam Messenger
Bus 001 Device 006: ID 046d:08f6 Logitech, Inc.
ho trovato i driver qui: http://home.mag.cx/messenger/source/
e dovrebbe essere quindi supportata.
eseguo lo script ma a un certo punto mi dice:
avete ideo di come risollvere il problema!?
thanks!
Bus 001 Device 006: ID 046d:08f6 Logitech, Inc.
ho trovato i driver qui: http://home.mag.cx/messenger/source/
e dovrebbe essere quindi supportata.
eseguo lo script ma a un certo punto mi dice:
Codice: Seleziona tutto
I can find the following probably compatible devices:
Bus 001 Device 006: ID 046d:08f6 Logitech, Inc.
Another round done. Let's now compile the driver, it takes a while.
This step will also clear old unnecessary files from the directory.
Press Ctrl+C to quit, Enter to continue --->
rm -f *.o qcset input_read show *~ .\#* .*.cmd *.mod.c *.ko
rm -rf .tmp_versions
cd testquickcam ; make clean
make[1]: Entering directory `/home/enrico/Desktop/qc-usb-messenger-1.7/testquickcam'
rm -f testquickcam *~ pic.ppm pic.gif
make[1]: Leaving directory `/home/enrico/Desktop/qc-usb-messenger-1.7/testquickcam'
make -C "/lib/modules/2.6.24-16-generic/build" SUBDIRS="/home/enrico/Desktop/qc-usb-messenger-1.7" modules V=1 USER_OPT="-DHAVE_UTSRELEASE_H=1"
make[1]: Entering directory `/usr/src/linux-headers-2.6.24-16-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/enrico/Desktop/qc-usb-messenger-1.7/.tmp_versions ; rm -f /home/enrico/Desktop/qc-usb-messenger-1.7/.tmp_versions/*
make -f scripts/Makefile.build obj=/home/enrico/Desktop/qc-usb-messenger-1.7
gcc -m32 -Wp,-MD,/home/enrico/Desktop/qc-usb-messenger-1.7/.qc-driver.o.d -nostdinc -isystem /usr/lib/gcc/i486-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 -pipe -msoft-float -mregparm=3 -freg-struct-return -mpreferred-stack-boundary=2 -march=i586 -mtune=generic -ffreestanding -maccumulate-outgoing-args -Iinclude/asm-x86/mach-default -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/enrico/Desktop/qc-usb-messenger-1.7/.tmp_qc-driver.o /home/enrico/Desktop/qc-usb-messenger-1.7/qc-driver.c
/home/enrico/Desktop/qc-usb-messenger-1.7/qc-driver.c: In function ‘qc_int_init’:
/home/enrico/Desktop/qc-usb-messenger-1.7/qc-driver.c:850: warning: passing argument 6 of ‘usb_fill_int_urb’ from incompatible pointer type
/home/enrico/Desktop/qc-usb-messenger-1.7/qc-driver.c: In function ‘qc_isoc_start’:
/home/enrico/Desktop/qc-usb-messenger-1.7/qc-driver.c:2209: warning: assignment from incompatible pointer type
/home/enrico/Desktop/qc-usb-messenger-1.7/qc-driver.c: At top level:
/home/enrico/Desktop/qc-usb-messenger-1.7/qc-driver.c:3484: error: unknown field ‘hardware’ specified in initializer
/home/enrico/Desktop/qc-usb-messenger-1.7/qc-driver.c: In function ‘qc_usb_init’:
/home/enrico/Desktop/qc-usb-messenger-1.7/qc-driver.c:3661: error: implicit declaration of function ‘LONG’
/home/enrico/Desktop/qc-usb-messenger-1.7/qc-driver.c:3661: warning: left shift count >= width of type
make[2]: *** [/home/enrico/Desktop/qc-usb-messenger-1.7/qc-driver.o] Error 1
make[1]: *** [_module_/home/enrico/Desktop/qc-usb-messenger-1.7] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.24-16-generic'
make: *** [quickcam.ko] Error 2
ls: cannot access quickcam.ko: No such file or directory
[!] Looks like the driver compilation failed.
Did you get any error messages above?
If asking for help, show what error messages you got.
WARNING: If you press Enter, I'll try to continue anyway,
but this probably will fail. You SHOULD press Ctrl+C now.
Press Ctrl+C to quit, Enter to continue --->
thanks!