Linux - HardwareThis forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
/home/sanmadjack/temp/webcam/spca50x/spca50x.o: unresolved symbol video_proc_entry_R59bd124d
/home/sanmadjack/temp/webcam/spca50x/spca50x.o: unresolved symbol video_register_device_Rb6537609
/home/sanmadjack/temp/webcam/spca50x/spca50x.o: unresolved symbol video_unregister_device_R65b80337
Any ideas? I'd really like to get this working, as at rebooting into windoze just to take a bloody picture. Thanks for any help ^_^
/home/sanmadjack/temp/webcam/spca50x/spca50x.o: unresolved symbol video_proc_entry_R59bd124d
/home/sanmadjack/temp/webcam/spca50x/spca50x.o: unresolved symbol video_register_device_Rb6537609
/home/sanmadjack/temp/webcam/spca50x/spca50x.o: unresolved symbol video_unregister_device_R65b80337
Any ideas? I'd really like to get this working, as at rebooting into windoze just to take a bloody picture. Thanks for any help ^_^
Hi Sanmadjack
Where did you get the CS110 spca50x drivers from are you able to share that link please.
Wow, this is so old, I can't believe it notified me. I actually recently tried my cs110 webcam again under Ubuntu 7.10 and it just worked without any effort. But, way back in the day, I got it from http://spca50x.sourceforge.net/spca50x.php
Distribution: GUI Ubuntu 12.04 - Server Ubuntu 12.04
Posts: 903
Rep:
Quote:
Originally Posted by sanmadjack
Wow, this is so old, I can't believe it notified me. I actually recently tried my cs110 webcam again under Ubuntu 7.10 and it just worked without any effort. But, way back in the day, I got it from http://spca50x.sourceforge.net/spca50x.php
LOL, whats old for you is new to me, so Ubuntu has biult in drivers hey ?
can you remember how you installed spca50x, i seem to be getting an error.
Code:
[root@smegland spca5xx]# ls
CHANGELOG install readme README-TV8532
cutlog.py license README-KERNEL-UPTO-2.6.16 RGB-YUV%2fmodule-setting
drivers Makefile README-SONIX
[root@smegland spca5xx]# make
Building SPCA5XX driver for 2.5/2.6 kernel.
Remember: you must have read/write access to your kernel source tree.
make -C /lib/modules/`uname -r`/build SUBDIRS=/home/tommytomato/USB_cam_drivers/spca5xx CC=cc modules
make: *** /lib/modules/2.6.20-1.2948.fc6/build: No such file or directory. Stop.
make: *** [default] Error 2
I never did get it working back then. But looking at your build thing, I'd guess that you don't have your kernel-headers package installed (might be called linux-headers, it's been awhile since I used Fedora).
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.