LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 08-31-2006, 01:00 PM   #1
fakie_flip
Senior Member
 
Registered: Feb 2005
Location: San Antonio, Texas
Distribution: Gentoo Hardened using OpenRC not Systemd
Posts: 1,495

Rep: Reputation: 85
Exclamation are there any webcam experts?


I have tried many suggestions and many different times to get my webcam working under Ubuntu. It is a logitech. Is anyone willing to take a shot at getting it to work? I want someone with Linux expierence and someone who has got his or her own webcam working to help me get mine working by using remote desktop to see my screen with VNC? VNC is already set up. Contact me by instant messenger or email or any other way. All of my information is on my profile.
 
Old 09-01-2006, 08:12 AM   #2
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
I have tried many suggestions
...including not replying back to a fellow LQ members reply in your earlier webcam question. Grand.
Since you "have tried many suggestions" maybe you could list them, and where you failed, so we don't have to repeat efforts?


It is a logitech.
Knowing the Vendor/Product ID tag, that's the first thing one needs to make it work.


help me get mine working
Sure. First thing is to search LQ for threads about your webcam and check the HCL. If nothing turns up then try to find out more about the chipset from the documents that came with it, the vendors site and searching teh intarweb. Even emailing the vendor asking for used chipsets does work sometimes. If nothing turns up then start by plugging in the device, use "lsusb" or "usbmodules" command to see if any modules got loaded and look at your syslog (most likely /var/log/messages) for messages about USB. If it returns any info like Vendor ID strings use that to search the Linux-USB device overview website.
If you're going to post (error/log) messages make sure you post *exact* ones.


by using remote desktop to see my screen with VNC? / Contact me by instant messenger or email or any other way.
No thanks. Simple rule: ask a question here, get answer here.
 
Old 12-30-2006, 08:25 PM   #3
fakie_flip
Senior Member
 
Registered: Feb 2005
Location: San Antonio, Texas
Distribution: Gentoo Hardened using OpenRC not Systemd
Posts: 1,495

Original Poster
Rep: Reputation: 85
It's been a while, but now I am trying again. I tried to compiling the spca5xx driver. I tried hwinfo to get more information. I tried many programs that should use it such as with GnomeMeeting with video4linux, amsn, one I think that was included with the spca5xx driver, and another program. It has been a while, so I can't remember everything.

Code:
It is a logitech.
Knowing the Vendor/Product ID tag, that's the first thing one needs to make it work.
Is this information useful? It is all I have. I do not have the box or any receipts because the webcam is at least 4 years old. It looks like a standard Logitech webcam that has one feature besides capturing video, twisting the front for focus.

Code:
[root@localhost ~]# lsusb 
Bus 002 Device 001: ID 0000:0000  
Bus 001 Device 003: ID 046d:0840 Logitech, Inc. QuickCam Express
Bus 001 Device 001: ID 0000:0000  
Bus 001 Device 002: ID 046d:c501 Logitech, Inc. Cordless Mouse Receiver
[root@localhost ~]#
Is this "046d:0840" useful for anything? A while back, someone told me it was.

help me get mine working
Sure. First thing is to search LQ for threads about your webcam and check the HCL. If nothing turns up then try to find out more about the chipset from the documents that came with it, the vendors site and searching teh intarweb. Even emailing the vendor asking for used chipsets does work sometimes. If nothing turns up then start by plugging in the device, use "lsusb" or "usbmodules" command to see if any modules got loaded and look at your syslog (most likely /var/log/messages) for messages about USB. If it returns any info like Vendor ID strings use that to search the Linux-USB device overview website.
If you're going to post (error/log) messages make sure you post *exact* ones.

What can I do without the model number? That's part of the problem I that I am trying to work around. I did search "046d:0840" here.
http://www.qbik.ch/usb/devices/searc...bmit=Search%21

Code:
[root@localhost ~]# man lsusb
[root@localhost ~]# which usbmodules
/usr/bin/which: no usbmodules in (/usr/lib/qt-3.3/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin)
[root@localhost ~]# yum search usbmodules
Loading "installonlyn" plugin
Setting up repositories
Reading repository metadata in from local files
No Matches found
[root@localhost ~]#

Last edited by fakie_flip; 12-30-2006 at 08:29 PM.
 
Old 12-30-2006, 09:02 PM   #4
fakie_flip
Senior Member
 
Registered: Feb 2005
Location: San Antonio, Texas
Distribution: Gentoo Hardened using OpenRC not Systemd
Posts: 1,495

Original Poster
Rep: Reputation: 85
I found a driver. I am trying to install it via cvs to get the latest code.

I installed cvs, tried logging in with no password as anonymous by only pushing enter at the password prompt. it didn't work. any ideas?
http://sourceforge.net/cvs/?group_id=12924

Code:
[root@localhost ~]#  cvs -d:pserver:anonymous@qce-ga.cvs.sourceforge.net:/cvsroot/qce-ga login 
Logging in to :pserver:anonymous@qce-ga.cvs.sourceforge.net:2401/cvsroot/qce-ga
CVS password: 
[root@localhost ~]#

Last edited by fakie_flip; 12-30-2006 at 09:03 PM.
 
Old 12-30-2006, 09:02 PM   #5
fakie_flip
Senior Member
 
Registered: Feb 2005
Location: San Antonio, Texas
Distribution: Gentoo Hardened using OpenRC not Systemd
Posts: 1,495

Original Poster
Rep: Reputation: 85
double post, sorry
 
Old 12-31-2006, 07:54 AM   #6
Hangdog42
LQ Veteran
 
Registered: Feb 2003
Location: Maryland
Distribution: Slackware
Posts: 7,803
Blog Entries: 1

Rep: Reputation: 422Reputation: 422Reputation: 422Reputation: 422Reputation: 422
Have you tried the pwc driver? I've got a couple of old Logitech webcams and they work nicely with this driver.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How To Install A Usb Webcam [Genius WebCam on Suse 9.1 Personal] ofvergara SUSE / openSUSE 4 11-29-2006 12:09 PM
Please, anyone of experts, help me !!! Vladlenas Linux - Hardware 7 05-05-2006 08:17 PM
I want to veiw my friends webcam, im using Lycoris, how do i c his webcam? CaffeinatedGamer Linux - Newbie 10 06-07-2005 07:23 PM
Linux: By Experts - For Experts Cinematography General 10 05-12-2005 02:14 AM
Experts Tell me what i did is right??? boon Linux - Software 2 09-14-2003 09:20 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 01:47 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration