PDA

View Full Version : Logitech QuickCam Pro 5000 Help


PhillipGreen
2008-02-21, 09:19 AM CST
I've been unsuccessful in getting the Logitech QuickCam Pro 5000 to work on Fedora 8 Gateway Laptop.

I've been told the UVC driver would work, but I guess I'm not installing/setting it up correctly.

Could somebody help me out with this? If you have a solution or a suggestion please provide clear step-by-step instructions, By all means, treat me like an idiot (which I am when it comes to drivers, setting hardware, etc.).

Thanks in advance.

Phillip

leigh123linux
2008-02-21, 09:49 AM CST
I've been unsuccessful in getting the Logitech QuickCam Pro 5000 to work on Fedora 8 Gateway Laptop.

I've been told the UVC driver would work, but I guess I'm not installing/setting it up correctly.

Could somebody help me out with this? If you have a solution or a suggestion please provide clear step-by-step instructions, By all means, treat me like an idiot (which I am when it comes to drivers, setting hardware, etc.).

Thanks in advance.

Phillip

I suggest that you read the forum rules ;)

http://www.fedoraforum.org/?view=guide

When Asking Questions

1. Read The Unofficial Fedora F.A.Q. (Frequently asked questions) and Search FedoraForum.org before asking questions. Search the Fedora mailing lists and give google a whirl as well. There's a good chance your question has been answered before.
2. Details, details, details! Don't be brief. Include your Core release number, the architecture of your computer (i.e. AMD 64 or a Pentium 4, or in the case of video cards NVIDIA model or ATi Model), the version of the component you're having trouble with and everything you think might help. If you're using 3rd party RPMs explain where you got them from. Attach screen shots or other files if you think it might be useful.
3. Don't talk yourself down. Don't call yourself an idiot, we have all been newbies at some point. Don't add things like this to your posts:
Quote:
I know I'm an idiot but I just can't figure this out..
No question is too stupid.
4. Don't mark your question as important or critical. All questions asked are equally important.
5. Come back to the forum even after your question has been answered and give your thanks to the people who helped you. Try to generate that good, warm, fuzzy feeling amongst your peers.

PhillipGreen
2008-02-21, 03:10 PM CST
Dude, all I'm saying is don't post a reply that assumes certain foundations of knowledge. For example, "Check the config file for the driver (without telling me where or how to check such a file) . . . modprobe this or that (without explaining exactly how one does that), . . .etc." It happens a lot here.

Regardless, thanks for schooling me the the forum rules, I'll keep them in mind. Now, do you actually have anything specifically helpful for my problem; or, are you just ensuring that the forum is running smoothly?


Here are my specs should anyone find this helpful:

My laptop is a Gateway 450Sx 1.5 Pent IV with 512 ram.

The video card is a ATI Mobility Radeon M6.

Detailed specs for my computer can be found at http://support.gateway.com/s/Mobile...501271sp2.shtml.

Phillip

leigh123linux
2008-02-21, 07:01 PM CST
Dude, all I'm saying is don't post a reply that assumes certain foundations of knowledge. For example, "Check the config file for the driver (without telling me where or how to check such a file) . . . modprobe this or that (without explaining exactly how one does that), . . .etc." It happens a lot here.

Regardless, thanks for schooling me the the forum rules, I'll keep them in mind. Now, do you actually have anything specifically helpful for my problem; or, are you just ensuring that the forum is running smoothly?


Here are my specs should anyone find this helpful:

My laptop is a Gateway 450Sx 1.5 Pent IV with 512 ram.

The video card is a ATI Mobility Radeon M6.

Detailed specs for my computer can be found at http://support.gateway.com/s/Mobile...501271sp2.shtml.

Phillip



Yes I help manage the forum .



Try this link ( hopefully it will help )

http://forums.fedoraforum.org/forum/showthread.php?t=174845&page=2&pp=10&highlight=UVC

PhillipGreen
2008-02-22, 09:16 AM CST
Thanks for the link. Unfortunately, I was still missing something. After starting from scratch I found the answer. I had to change line 19 of the uvc Makefile from "depmod -ae" to "/sbin/depmod -ae." After doing so and reinstalling the driver the camera works with both luvcview and Ekiga. Here are the steps I took for installing the uvc driver for others who may have similar problems:

su
mkdir linux-uvc
cd linux-uvc
svn checkout svn://svn.berlios.de/linux-uvc/linux-uvc/trunk
cd trunk
gedit Makefile (i.e., change line 19 of the uvc Makefile from "depmod -ae" to "/sbin/depmod -ae" and then save and exit)
make
make install

This worked for me. I then simply ran luvcview, and later Ekiga, and they both worked fine.

Thanks for the earlier suggestions.

Peace,
Phillip