View previous topic :: View next topic |
Author |
Message |
gentoo_newguy Guru
Joined: 10 Oct 2006 Posts: 539
|
Posted: Sun Dec 16, 2007 5:19 pm Post subject: How to get my logitech web cam working |
|
|
Hi i have a usb logitech web cam.
Im not sure of the model number either
I was wondering if anyone could help me to try and see if i can get ti working under Gentoo.
All help welcome thanks
Last edited by gentoo_newguy on Mon Dec 17, 2007 2:13 pm; edited 1 time in total |
|
Back to top |
|
|
NeddySeagoon Administrator
Joined: 05 Jul 2003 Posts: 54811 Location: 56N 3W
|
Posted: Sun Dec 16, 2007 6:18 pm Post subject: |
|
|
gentoo_newguy,
We need its vendor and product IDs from lsusb, like this:- Code: | Bus 003 Device 006: ID 046d:08b2 Logitech, Inc. QuickCam Pro 4000
|
_________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
|
gentoo_newguy Guru
Joined: 10 Oct 2006 Posts: 539
|
Posted: Sun Dec 16, 2007 11:10 pm Post subject: |
|
|
I dont have the lsusb command installed could you please tel me what i need to emerge to get this
thanks |
|
Back to top |
|
|
guduri Apprentice
Joined: 04 Apr 2005 Posts: 230 Location: Ann Arbor, Michigan
|
Posted: Mon Dec 17, 2007 12:35 am Post subject: |
|
|
Emerge the usbutils package:
_________________ Power is about what you can control. Freedom is about what you can unleash. |
|
Back to top |
|
|
gentoo_newguy Guru
Joined: 10 Oct 2006 Posts: 539
|
Posted: Mon Dec 17, 2007 12:38 am Post subject: |
|
|
Code: |
Bus 001 Device 001: ID 0000:0000
Bus 005 Device 001: ID 0000:0000
Bus 004 Device 003: ID 046d:08f6 Logitech, Inc.
Bus 004 Device 002: ID 413c:3200 Dell Computer Corp.
Bus 004 Device 001: ID 0000:0000
Bus 003 Device 002: ID 1267:0103 Logic3 / SpectraVideo plc
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 001: ID 0000:0000
|
Does this help ? |
|
Back to top |
|
|
guduri Apprentice
Joined: 04 Apr 2005 Posts: 230 Location: Ann Arbor, Michigan
|
Posted: Mon Dec 17, 2007 12:46 am Post subject: |
|
|
I think that is a Quickcam Messenger. You might want to search the forums as to how to get it working. _________________ Power is about what you can control. Freedom is about what you can unleash. |
|
Back to top |
|
|
gentoo_newguy Guru
Joined: 10 Oct 2006 Posts: 539
|
Posted: Mon Dec 17, 2007 2:14 pm Post subject: |
|
|
How could i find out if it is a quickcam ?
I dont want to install the wrong thing |
|
Back to top |
|
|
NeddySeagoon Administrator
Joined: 05 Jul 2003 Posts: 54811 Location: 56N 3W
|
Posted: Mon Dec 17, 2007 8:05 pm Post subject: |
|
|
gentoo_newguy
Put Code: | 046d:08f6 +linux +cam | into the Google search box and press return.
Thats why I wanted your Vendor and Device IDs. They identify the electronics inside your webcam. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
|
gentoo_newguy Guru
Joined: 10 Oct 2006 Posts: 539
|
Posted: Tue Dec 18, 2007 11:57 am Post subject: |
|
|
Hey man cheers for helping me ut i still have no id on how to get this working.
I went out and got the quick cam messenger
Code: |
Bus 004 Device 003: ID 046d:08da Logitech, Inc.
|
I typed it in to google
And im still stuck
I have tried to follow the quickcam guide i found in the forum but i stil have had no luck.
Could anyone please help me get somewhere with the cam ? |
|
Back to top |
|
|
NeddySeagoon Administrator
Joined: 05 Jul 2003 Posts: 54811 Location: 56N 3W
|
Posted: Tue Dec 18, 2007 8:35 pm Post subject: |
|
|
gentoo_newguy,
You need video support in your kernel, the quick-cam module so the kernel can talk to your hardware and a user space application to test with.
Go to this page and look up your vendor and device IDs. Yoy will find you need the spca5xx/LE driver, which you can download following the link at the top of the page.
Download it to your /home/<user> directory, or somewhere in that path. It will be a tarball of some sort. Use to untar it. If its compressed too, add either j or z to the tar options, depending on the compression used. You will now have a new directory the same place as the tarball. It will contain a file with a name like README, which will tell you how to install the driver.
This is a common technique is providing sources code for you to build, whem you have done it a few times you will just glance over the readme to see if your new package needs anything special.
Look at the README to determine what kernel support you need. Some cams need V4L version 1, which is depreciated, others need V4L version 2, which is its replacement. The README will expect you to know how to configure and build a kernel. If you need more help post back. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
|
|