Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
How to get my logitech web cam working
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
gentoo_newguy
Guru
Guru


Joined: 10 Oct 2006
Posts: 539

PostPosted: Sun Dec 16, 2007 5:19 pm    Post subject: How to get my logitech web cam working Reply with quote

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
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54813
Location: 56N 3W

PostPosted: Sun Dec 16, 2007 6:18 pm    Post subject: Reply with quote

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
View user's profile Send private message
gentoo_newguy
Guru
Guru


Joined: 10 Oct 2006
Posts: 539

PostPosted: Sun Dec 16, 2007 11:10 pm    Post subject: Reply with quote

I dont have the lsusb command installed could you please tel me what i need to emerge to get this
thanks
Back to top
View user's profile Send private message
guduri
Apprentice
Apprentice


Joined: 04 Apr 2005
Posts: 230
Location: Ann Arbor, Michigan

PostPosted: Mon Dec 17, 2007 12:35 am    Post subject: Reply with quote

Emerge the usbutils package:

Code:

emerge usbutils

_________________
Power is about what you can control. Freedom is about what you can unleash.
Back to top
View user's profile Send private message
gentoo_newguy
Guru
Guru


Joined: 10 Oct 2006
Posts: 539

PostPosted: Mon Dec 17, 2007 12:38 am    Post subject: Reply with quote

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
View user's profile Send private message
guduri
Apprentice
Apprentice


Joined: 04 Apr 2005
Posts: 230
Location: Ann Arbor, Michigan

PostPosted: Mon Dec 17, 2007 12:46 am    Post subject: Reply with quote

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
View user's profile Send private message
gentoo_newguy
Guru
Guru


Joined: 10 Oct 2006
Posts: 539

PostPosted: Mon Dec 17, 2007 2:14 pm    Post subject: Reply with quote

How could i find out if it is a quickcam ?
I dont want to install the wrong thing
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54813
Location: 56N 3W

PostPosted: Mon Dec 17, 2007 8:05 pm    Post subject: Reply with quote

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
View user's profile Send private message
gentoo_newguy
Guru
Guru


Joined: 10 Oct 2006
Posts: 539

PostPosted: Tue Dec 18, 2007 11:57 am    Post subject: Reply with quote

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
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54813
Location: 56N 3W

PostPosted: Tue Dec 18, 2007 8:35 pm    Post subject: Reply with quote

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
Code:
tar xvf <file>
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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum