Page 1 of 1
Bubba + Logitech Quickcam Express
Posted: 04 Aug 2007, 15:56
by John W
Hello.
I've tried to install drivers for this camera several times, w/o any success...
Can somebody tell me how i should do. Theres always something wrong with the modules...
// John
Posted: 05 Aug 2007, 13:54
by bjorn
Hi John,
please try to be a bit more specific, what modules have you been trying and what kinds of problems are you experiencing?
I have a Logitech QuickCam express myself, and it works fine with the gspca and v4l2 modules.
/Bjorn
Posted: 05 Aug 2007, 15:39
by John W
You're right.
I've downloaded gspca_01.00.18.orig.tar.gz and extracted the files.
Code: Select all
bubba:/home/john/cam# make install
mkdir -p /lib/modules/`uname -r`/kernel/drivers/usb/media/
rm -f /lib/modules/`uname -r`/kernel/drivers/usb/media/spca5xx.ko
rm -f /lib/modules/`uname -r`/kernel/drivers/media/video/gspca.ko
install -c -m 0644 gspca.ko /lib/modules/`uname -r`/kernel/drivers/usb/media/
install: kan inte ta status på "gspca.ko": Filen eller katalogen finns inte
make: *** [install] Fel 1
I have also tried to follow this guide.
http://www.crazysquirrel.com/computing/ ... ebcam.jspx
But i got errors about it couldn't find the kernel. There was something about it not finding modules also.
EDIT:
Code: Select all
bubba:/home/john/qc-usb-0.6.5# make all
awk: cannot open /lib/modules/2.6.16.16/build/include/linux/version.h (No such file or directory)
/bin/sh: line 1: [: -ge: unary operator expected
/bin/sh: line 1: [: -ge: unary operator expected
cc -I/lib/modules/2.6.16.16/build/include -nostdinc -iwithprefix include -DMODULE -D__KERNEL__ -DNOKERNEL -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -Wall -Wstrict-prototypes -Wno-trigraphs -DHAVE_UTSRELEASE_H= -pipe -c qc-driver.c
make: cc: Kommandot hittades inte
make: *** [qc-driver.o] Fel 127
EDIT2: I installed GCC but got too many errors...
I feel pretty confident using linux, but modules is not my thing...
Regards
John W
Posted: 06 Aug 2007, 11:06
by John W
Bjorn, could you please tell me how you did when you installed your cam.
// John
Posted: 07 Aug 2007, 14:09
by bjorn
i don't remember exactly what i did, but if i plug it in now, it loads the videodev and gspca modules
The modules where compiled with crosstools on my workstation and then transfered to bubba.
I've created a tar-file with them that you can download here:
http://www.deviltry.se/~bjorn/bubba/qui ... les.tar.gz
But i know that there exist different version of the chip in the quickcam. There should be a sticker on the cable that tells which one you have. I have M/N: V-UAL9.
No guarantees that this works for you though...
Good luck!
/Bjorn