LinuxQuestions.org
Did you know LQ has a Linux Hardware Compatibility List?
Go Back   LinuxQuestions.org > Forums > Linux > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices

Reply
 
Thread Tools
Old 11-02-2009, 02:34 PM   #1
joshipk
LQ Newbie
 
Registered: Nov 2009
Posts: 2
Thanked: 0
webcam cs110 with ubuntu 9.10


[Log in to get rid of this advertisement]
Hi Magic211,

Please let me know how you setup Intel cs110 webcam with linux. I have AMD Athalon MP-M 2200 with Ubuntu 9.10. Thanks!
linux joshipk is offline     Reply With Quote
Old 11-03-2009, 09:21 PM   #2
aus9
Senior Member
 
Registered: Oct 2003
Location: Australia
Posts: 3,766
Thanked: 43
1) run ...lsusb to check your usb id pls

2) then look at this link which names 2 diff ids
http://mxhaard.free.fr/spca5xx.html

3) that is one crappy webcam....first check you have a kernel module or 6 for the variants

CONFIG_USB_GSPCA=m
CONFIG_USB_GSPCA_CONEX=m
CONFIG_USB_GSPCA_ETOMS=m
CONFIG_USB_GSPCA_FINEPIX=m
CONFIG_USB_GSPCA_MARS=m
CONFIG_USB_GSPCA_MR97310A=m
CONFIG_USB_GSPCA_OV519=m
CONFIG_USB_GSPCA_OV534=m
CONFIG_USB_GSPCA_PAC207=m
CONFIG_USB_GSPCA_PAC7311=m
CONFIG_USB_GSPCA_SN9C20X=m
CONFIG_USB_GSPCA_SN9C20X_EVDEV=y
CONFIG_USB_GSPCA_SONIXB=m
CONFIG_USB_GSPCA_SONIXJ=m
CONFIG_USB_GSPCA_SPCA500=m
CONFIG_USB_GSPCA_SPCA501=m
CONFIG_USB_GSPCA_SPCA505=m
CONFIG_USB_GSPCA_SPCA506=m
CONFIG_USB_GSPCA_SPCA508=m
CONFIG_USB_GSPCA_SPCA561=m
CONFIG_USB_GSPCA_SQ905=m
CONFIG_USB_GSPCA_SQ905C=m
CONFIG_USB_GSPCA_STK014=m
CONFIG_USB_GSPCA_SUNPLUS=m
CONFIG_USB_GSPCA_T613=m
CONFIG_USB_GSPCA_TV8532=m
CONFIG_USB_GSPCA_VC032X=m
CONFIG_USB_GSPCA_ZC3XX=m

you can see the 500 and 508 as mentioned in the link are in my kernel YMMV

4) then check what existing modules are already loaded pls?

if no mention of gspca try this assuming 500..change if necessary?

Code:
sux
modprobe gspca-spca500

lsmod | grep gspca
gspca_spca500          12732  0 
gspca_main             22780  1 gspca_spca500
videodev               38272  1 gspca_main
usbcore               152848  5 gspca_spca500,gspca_main,uhci_hcd,ehci_hcd
linux aus9 is offline     Reply With Quote
Old 11-04-2009, 06:59 PM   #3
joshipk
LQ Newbie
 
Registered: Nov 2009
Posts: 2
Thanked: 0

Original Poster
Post cs110 not working with skype, but works with cheese

aus9,

Thanks for the reply. Actually, I forgot to mention word 'skype' in my question. I want webcam cs110 to work with skype. I have installed cheese and cs110 works well with cheese.

Thanks in advance!


Quote:
Originally Posted by aus9 View Post
1) run ...lsusb to check your usb id pls

2) then look at this link which names 2 diff ids
http://mxhaard.free.fr/spca5xx.html

3) that is one crappy webcam....first check you have a kernel module or 6 for the variants

CONFIG_USB_GSPCA=m
CONFIG_USB_GSPCA_CONEX=m
CONFIG_USB_GSPCA_ETOMS=m
CONFIG_USB_GSPCA_FINEPIX=m
CONFIG_USB_GSPCA_MARS=m
CONFIG_USB_GSPCA_MR97310A=m
CONFIG_USB_GSPCA_OV519=m
CONFIG_USB_GSPCA_OV534=m
CONFIG_USB_GSPCA_PAC207=m
CONFIG_USB_GSPCA_PAC7311=m
CONFIG_USB_GSPCA_SN9C20X=m
CONFIG_USB_GSPCA_SN9C20X_EVDEV=y
CONFIG_USB_GSPCA_SONIXB=m
CONFIG_USB_GSPCA_SONIXJ=m
CONFIG_USB_GSPCA_SPCA500=m
CONFIG_USB_GSPCA_SPCA501=m
CONFIG_USB_GSPCA_SPCA505=m
CONFIG_USB_GSPCA_SPCA506=m
CONFIG_USB_GSPCA_SPCA508=m
CONFIG_USB_GSPCA_SPCA561=m
CONFIG_USB_GSPCA_SQ905=m
CONFIG_USB_GSPCA_SQ905C=m
CONFIG_USB_GSPCA_STK014=m
CONFIG_USB_GSPCA_SUNPLUS=m
CONFIG_USB_GSPCA_T613=m
CONFIG_USB_GSPCA_TV8532=m
CONFIG_USB_GSPCA_VC032X=m
CONFIG_USB_GSPCA_ZC3XX=m

you can see the 500 and 508 as mentioned in the link are in my kernel YMMV

4) then check what existing modules are already loaded pls?

if no mention of gspca try this assuming 500..change if necessary?

Code:
sux
modprobe gspca-spca500

lsmod | grep gspca
gspca_spca500          12732  0 
gspca_main             22780  1 gspca_spca500
videodev               38272  1 gspca_main
usbcore               152848  5 gspca_spca500,gspca_main,uhci_hcd,ehci_hcd
linux joshipk is offline     Reply With Quote
Old 11-04-2009, 09:20 PM   #4
aus9
Senior Member
 
Registered: Oct 2003
Location: Australia
Posts: 3,766
Thanked: 43
try http://sidux.com/index.php?module=Wi...ag=Webcamlinks

see section on gspca needs prelinking....change camorama to skype

good luck
linux aus9 is offline     Reply With Quote

Reply

Bookmarks


Thread Tools

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
Can't use webcam on Ubuntu 7.10? metalflight Linux - Laptop and Netbook 12 12-31-2008 10:42 AM
cs110 intel webcam sanmadjack Linux - Hardware 4 05-19-2007 09:53 AM
Intel cs110 webcam, i got it working Magick211 Linux - Hardware 5 04-11-2006 02:31 AM
CS110 is wow working!!!!! chem1 Linux - Hardware 4 03-16-2004 05:12 AM
Intel CS110 Webcam Driver? flump Linux - Software 2 09-03-2003 12:05 PM


All times are GMT -5. The time now is 02:21 AM.

Main Menu
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
RSS2  LQ Podcast
RSS2  LQ Radio
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration