|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
Re: [PLUG] WebCam in linux?
|
Ok,
well I got the QuickCam, it is a "QuickCam Web", for $32 at my local
illegal computer store...
I plugged it in, and the audio was automatically recognized, but not the
video. I downloaded the drivers and typed "make", to make them. I had
to make some sym links for it to find the kernal headers, but then it
made ok.
next I try to insert the module it compiled and get:
root@feklar:/root/quickcam-web# insmod quickcamex.o
quickcamex.o: unresolved symbol usb_alloc_urb_Rsmp_e3f5614c
quickcamex.o: unresolved symbol __generic_copy_to_user_Rsmp_d523fdd3
quickcamex.o: unresolved symbol usb_set_configuration_Rsmp_04969b7c
quickcamex.o: unresolved symbol schedule_timeout_Rsmp_17d59d01
quickcamex.o: unresolved symbol usb_deregister_Rsmp_1e3f103b
quickcamex.o: unresolved symbol usb_free_urb_Rsmp_a6a036b6
quickcamex.o: unresolved symbol __wake_up_Rsmp_127fda83
quickcamex.o: unresolved symbol sleep_on_Rsmp_4be0a42a
quickcamex.o: unresolved symbol printk_Rsmp_1b7d4074
quickcamex.o: unresolved symbol kfree_Rsmp_037a0cba
quickcamex.o: unresolved symbol usb_submit_urb_Rsmp_4d1a0817
quickcamex.o: unresolved symbol kmalloc_Rsmp_93d4cfe6
quickcamex.o: unresolved symbol interruptible_sleep_on_Rsmp_8c23e4cb
quickcamex.o: unresolved symbol usb_unlink_urb_Rsmp_e1d543f0
quickcamex.o: unresolved symbol usb_register_Rsmp_3d0aceae
quickcamex.o: unresolved symbol usb_control_msg_Rsmp_1b108bf5
quickcamex.o: unresolved symbol usb_set_interface_Rsmp_e6324e71
quickcamex.o:
Hint: You are trying to load a module without a GPL compatible license
and it has unresolved symbols. Contact the module supplier for
assistance, only they can help you.
root@feklar:/root/quickcam-web#
Any ideas? this is on Debian 3.0 on 2.4.17-k7 on amd XP1700.
There were two very similar archives with the drivers, they did nearly
the same thing.
-- noah silva
On Fri, 2002-07-12 at 15:47, Mike Cramer wrote:
> Noah silva wrote:
> > I use video4linux (and Zapping) with my TV card already. I could use
> > that, but then I would need a video camera.
>
> Or just get a cheap (and supported by v4l) webcam, set it up as
> /dev/video2. That's surely going to be cheaper than getting something
> that will feed through your TV card. And you'll still be able to watch
> TV with your webcam running! :)
>
> --
> Mike Cramer
> http://www.webkist.com/
>
>
> ______________________________________________________________________
> Philadelphia Linux Users Group - http://www.phillylinux.org
> Announcements-http://lists.phillylinux.org/mail/listinfo/plug-announce
> General Discussion - http://lists.phillylinux.org/mail/listinfo/plug
>
______________________________________________________________________
Philadelphia Linux Users Group - http://www.phillylinux.org
Announcements-http://lists.phillylinux.org/mail/listinfo/plug-announce
General Discussion - http://lists.phillylinux.org/mail/listinfo/plug
|
|