Click to See Complete Forum and Search --> : Webcam Setup


kryptow
10-05-2002, 08:07 PM
I am not sure what the problem is exactly but i hooping someone here might be able to help me seeing that i am unable to get linux to recognize my usb webcam here below is the output i get when i try to run the make file of the qce-ga-0.40c.tar.gz i am not sure how many of you guys might have heard of this file but it doesn't want ot work with my webcam. Is there any other solution to this problem? Please you help will be greatly appreciated thank you

Lorithar
10-06-2002, 10:05 AM
What kernel version are you building this against ??

At a quick glance this version of the quickcam driver is for 2.4.x kernels and you appear to have 2.2.x kernel includes ... but I *might* have that backwards...

Basically the driver can find the dir /usr/include/linux .... but there are big problems with what it found.... mostly having to do with usb and memory allocation functions... both of which changed heavily between 2.2.x and 2.4.x kernels.....