LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Quickcam 10.5.1 wont work on Linux? (https://www.linuxquestions.org/questions/linux-newbie-8/quickcam-10-5-1-wont-work-on-linux-851251/)

Syed75 12-19-2010 04:47 PM

Quickcam 10.5.1 wont work on Linux?
 
I have this on my windows. But it wont work on Ubuntu 10.04 LTS 64bit

Is there a driver I need to download for this?

It's my microphone/webcam so no Skype talk on Linux if this doesn't work.

thorkelljarl 12-19-2010 05:03 PM

Find the cam...

Open a terminal, type the command "lsusb", and look for the webcam ID listed as a set of characters separated by a ":" The first part is the code for the maker, the second the code for the model. Then google to find how and how well linux supports your webcam either with a kernel module or a driver.

As an example, here is the uvc driver site with a list of the webcams it supports .

http://www.ideasonboard.org/uvc/

Syed75 12-19-2010 05:14 PM

Quote:

Originally Posted by thorkelljarl (Post 4197096)
Find the cam...

Open a terminal, type the command "lsusb", and look for the webcam ID listed as a set of characters separated by a ":" The first part is the code for the maker, the second the code for the model. Then google to find how and how well linux supports your webcam either with a kernel module or a driver.

As an example, here is the uvc driver site with a list of the webcams it supports .

http://www.ideasonboard.org/uvc/

Code:

ubuntu@ubuntu:~$ lsusb
Bus 002 Device 002: ID 0baf:00ec U.S. Robotics 56K Faxmodem
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 005: ID 03f0:2112 Hewlett-Packard OfficeJet Pro L7500
Bus 001 Device 004: ID 046d:09c1 Logitech, Inc. QuickCam Deluxe for Notebooks
Bus 001 Device 003: ID 058f:6377 Alcor Micro Corp. Multimedia Card Reader
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
ubuntu@ubuntu:~$

They don't support Linux... Just found out... Luckily I can use windows to webcam since I have dual. Untill then either i'll buy a new cam or find a way around it.

bonixavier 12-19-2010 05:31 PM

Try this driver.

thorkelljarl 12-19-2010 05:35 PM

If you want to try...

I found that if you look down the list, your Quickcam is supported by three drivers(uvcvideo,pwc,gspca) and works with Skype. If you want to play with it, maybe you can make it work.

https://wiki.ubuntu.com/SkypeWebCams

Syed75 12-19-2010 05:54 PM

Quote:

Originally Posted by thorkelljarl (Post 4197120)
If you want to try...

I found that if you look down the list, your Quickcam is supported by three drivers(uvcvideo,pwc,gspca) and works with Skype. If you want to play with it, maybe you can make it work.

https://wiki.ubuntu.com/SkypeWebCams

YOUR AMAZING! Thanks for the help!


All times are GMT -5. The time now is 12:31 AM.