Prosíme přihlašte se nebo zaregistrujte.

Přihlašte se svým uživatelským jménem a heslem.
Vaše pomoc je stále potřeba!

Autor Téma: Quickcam express plus  (Přečteno 1166 krát)

Bonzo

  • Aktivní člen
  • *
  • Příspěvků: 296
Quickcam express plus
« kdy: 11 Července 2009, 13:11:08 »
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
Kód: [Vybrat]
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 2

nevíte co s tím?..dík za rady
Lenovo Y570
Kubuntu 13.04

dog.big

  • Aktivní člen
  • *
  • Příspěvků: 216
  • inactive :/
Re: Quickcam express plus
« Odpověď #1 kdy: 11 Července 2009, 14:37:32 »
Ještě před tou kompilací zkus nainstalovat nový kernel skrze kernelcheck, případně patch aplikovat přímo kernelcheck.
http://kcheck.sourceforge.net/

Konkrétně kernely 2.6.28-X nedoporučuji používat (kompilační chyby, mrznutí systému, rohození fs)
Momentálně Linux INACTIVE.. problém s IGP
My powerful PC :D: Laptop Toshiba L40-14D, CPU: Intel Celeron 1,73Ghz, Chipset: Intel GL960, RAM: 3GB dual ch., VGA: Intel x3100, HDD: 120GB Toshiba, Snd: Realtek HD

Bonzo

  • Aktivní člen
  • *
  • Příspěvků: 296
Re: Quickcam express plus
« Odpověď #2 kdy: 26 Července 2009, 13:58:07 »
Zkoušel jsem to ale nevím který bych měl použít..zkoušel jsem 2.6.30 ale tam mi zase nefungovala usb myš a ani wifi ikdyž jsem to zkoušel vyřešit tímto http://forum.ubuntu.cz/index.php/topic,29825.0.html což mi při první instalaci ubuntu 9.04 pomohlo..ale když změním jádro tak to nefunguje..
Lenovo Y570
Kubuntu 13.04

Bonzo

  • Aktivní člen
  • *
  • Příspěvků: 296
Re: Quickcam express plus
« Odpověď #3 kdy: 28 Července 2009, 22:42:15 »
Nikdo nic?
Lenovo Y570
Kubuntu 13.04

 

Provoz zaštiťuje spolek OpenAlt.