Zdravím..zrovna se snažím rozjet tuto webkameru na notebook s ubuntu 9.04 ..nějak se mi to nedaří..postupoval jsem podle tohoto návodu
http://jeffrasmussen.wordpress.com/2009/02/04/ubuntu-quickcam-express/#comment-6475 ale u kroku číslo 9 mi to vypíše toto
eva@eva-laptop:~/Plocha/ubuntu-intrepid$ make quickcam.ko
make -C "/lib/modules/2.6.28-13-generic/build" SUBDIRS="/home/eva/Plocha/ubuntu-intrepid" modules V=1 USER_OPT="-DHAVE_UTSRELEASE_H=1"
make[1]: Entering directory `/usr/src/linux-headers-2.6.28-13-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/eva/Plocha/ubuntu-intrepid/.tmp_versions ; rm -f /home/eva/Plocha/ubuntu-intrepid/.tmp_versions/*
make -f scripts/Makefile.build obj=/home/eva/Plocha/ubuntu-intrepid
gcc -Wp,-MD,/home/eva/Plocha/ubuntu-intrepid/.qc-driver.o.d -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/4.3.3/include -D__KERNEL__ -Iinclude -I/usr/src/linux-headers-2.6.28-13-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 -Wa,-mtune=generic32 -ffreestanding -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -Iarch/x86/include/asm/mach-default -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -Wdeclaration-after-statement -Wno-pointer-sign -fwrapv -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/eva/Plocha/ubuntu-intrepid/.tmp_qc-driver.o /home/eva/Plocha/ubuntu-intrepid/qc-driver.c
/home/eva/Plocha/ubuntu-intrepid/qc-driver.c: In function ‘qc_v4l_poll’:
/home/eva/Plocha/ubuntu-intrepid/qc-driver.c:2254: error: ‘struct video_device’ has no member named ‘priv’
/home/eva/Plocha/ubuntu-intrepid/qc-driver.c: In function ‘qc_v4l_open’:
/home/eva/Plocha/ubuntu-intrepid/qc-driver.c:2306: error: ‘struct video_device’ has no member named ‘priv’
/home/eva/Plocha/ubuntu-intrepid/qc-driver.c: In function ‘qc_v4l_close’:
/home/eva/Plocha/ubuntu-intrepid/qc-driver.c:2374: error: ‘struct video_device’ has no member named ‘priv’
/home/eva/Plocha/ubuntu-intrepid/qc-driver.c: In function ‘qc_v4l_read’:
/home/eva/Plocha/ubuntu-intrepid/qc-driver.c:2418: error: ‘struct video_device’ has no member named ‘priv’
/home/eva/Plocha/ubuntu-intrepid/qc-driver.c: In function ‘qc_v4l_mmap’:
/home/eva/Plocha/ubuntu-intrepid/qc-driver.c:2473: error: ‘struct video_device’ has no member named ‘priv’
/home/eva/Plocha/ubuntu-intrepid/qc-driver.c: In function ‘qc_v4l_ioctl’:
/home/eva/Plocha/ubuntu-intrepid/qc-driver.c:2505: error: ‘struct video_device’ has no member named ‘priv’
/home/eva/Plocha/ubuntu-intrepid/qc-driver.c: In function ‘qc_usb_init’:
/home/eva/Plocha/ubuntu-intrepid/qc-driver.c:3156: error: ‘struct video_device’ has no member named ‘priv’
make[2]: *** [/home/eva/Plocha/ubuntu-intrepid/qc-driver.o] Error 1
make[1]: *** [_module_/home/eva/Plocha/ubuntu-intrepid] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.28-13-generic'
make: *** [quickcam.ko] Error 2nevíte co s tím?..dík za rady