Fedora Linux Support Community & Resources Center
  #1  
Old 16th May 2007, 02:53 AM
glennzo's Avatar
glennzo Online
Un-Retired Administrator
 
Join Date: Mar 2004
Location: Salem, Mass USA
Posts: 13,930
Built in camera

Has anyone been able to get the built in camera on their laptop to work in FC6 or Fedora 7?
__________________
Glenn
The Bassinator © ®


Laptop: Toshiba Satellite / Intel Core 2 Duo 1.73 GHz / 2GB / 160GB / Intel Mobile 945GM/GMS/GME/943/940GML Integrated Graphics
Desktop: BioStar MCP6PB M2+ / AMD Phenom 9750 Quad Core / 4GB / 1TB SATA / 500GB SATA / EVGA GeForce 8400 GS 1GB
Reply With Quote
  #2  
Old 16th May 2007, 06:46 PM
A.Serbinski Offline
Registered User
 
Join Date: Jul 2006
Posts: 1,123
Depends on the camera. Try here; http://mxhaard.free.fr/index.html
Reply With Quote
  #3  
Old 16th May 2007, 07:15 PM
glennzo's Avatar
glennzo Online
Un-Retired Administrator
 
Join Date: Mar 2004
Location: Salem, Mass USA
Posts: 13,930
Well thank you for the reply. It's a Chicony Electronics USB 2.0 Camera, built in to the top of the laptop. It's not on that list as far as I can tell. Too bad.
__________________
Glenn
The Bassinator © ®


Laptop: Toshiba Satellite / Intel Core 2 Duo 1.73 GHz / 2GB / 160GB / Intel Mobile 945GM/GMS/GME/943/940GML Integrated Graphics
Desktop: BioStar MCP6PB M2+ / AMD Phenom 9750 Quad Core / 4GB / 1TB SATA / 500GB SATA / EVGA GeForce 8400 GS 1GB
Reply With Quote
  #4  
Old 17th May 2007, 04:44 AM
A.Serbinski Offline
Registered User
 
Join Date: Jul 2006
Posts: 1,123
Just remember that the same device may be distributed under MANY different brands. You need to check it by its device ID -- /sbin/lsusb
Reply With Quote
  #5  
Old 17th May 2007, 03:07 PM
glennzo's Avatar
glennzo Online
Un-Retired Administrator
 
Join Date: Mar 2004
Location: Salem, Mass USA
Posts: 13,930
[glenn@localhost ~]$ sudo /sbin/lsusb
Bus 005 Device 003: ID 04f2:b008 Chicony Electronics Co., Ltd
Bus 005 Device 001: ID 0000:0000
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 001: ID 0000:0000
Bus 004 Device 001: ID 0000:0000
Bus 001 Device 004: ID 045e:00e1 Microsoft Corp.
Bus 001 Device 001: ID 0000:0000

What would A. Serbinski do?
__________________
Glenn
The Bassinator © ®


Laptop: Toshiba Satellite / Intel Core 2 Duo 1.73 GHz / 2GB / 160GB / Intel Mobile 945GM/GMS/GME/943/940GML Integrated Graphics
Desktop: BioStar MCP6PB M2+ / AMD Phenom 9750 Quad Core / 4GB / 1TB SATA / 500GB SATA / EVGA GeForce 8400 GS 1GB
Reply With Quote
  #6  
Old 17th May 2007, 04:39 PM
A.Serbinski Offline
Registered User
 
Join Date: Jul 2006
Posts: 1,123
Quote:
Well thank you for the reply. It's a Chicony Electronics USB 2.0 Camera, built in to the top of the laptop. It's not on that list as far as I can tell. Too bad.
Quote:
[glenn@localhost ~]$ sudo /sbin/lsusb
Bus 005 Device 003: ID 04f2:b008 Chicony Electronics Co., Ltd
Bus 005 Device 001: ID 0000:0000
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 001: ID 0000:0000
Bus 004 Device 001: ID 0000:0000
Bus 001 Device 004: ID 045e:00e1 Microsoft Corp.
Bus 001 Device 001: ID 0000:0000

What would A. Serbinski do?
Happen to notice anything about your above two responses? Maybe what I've put in bold? Now you just look up the device ID and find that there is no support for it. Too bad.
Reply With Quote
  #7  
Old 17th May 2007, 04:40 PM
scotta3234's Avatar
scotta3234 Offline
Registered User
 
Join Date: Sep 2005
Location: Fairfax, VA
Posts: 1,280
I got my hp laptop webcam working accidentally by trying the linux-uvc driver. It's a pretty generic driver so it's worth a shot. You can read about it and get it here: http://linux-uvc.berlios.de/
Reply With Quote
  #8  
Old 17th May 2007, 05:15 PM
glennzo's Avatar
glennzo Online
Un-Retired Administrator
 
Join Date: Mar 2004
Location: Salem, Mass USA
Posts: 13,930
Thanks folks. I'll give scotta3234's suggestion and if it doesn't work that will be it. I doesn't matter if it works or not. Thanks for taking the time to reply.
__________________
Glenn
The Bassinator © ®


Laptop: Toshiba Satellite / Intel Core 2 Duo 1.73 GHz / 2GB / 160GB / Intel Mobile 945GM/GMS/GME/943/940GML Integrated Graphics
Desktop: BioStar MCP6PB M2+ / AMD Phenom 9750 Quad Core / 4GB / 1TB SATA / 500GB SATA / EVGA GeForce 8400 GS 1GB
Reply With Quote
  #9  
Old 17th May 2007, 05:19 PM
scotta3234's Avatar
scotta3234 Offline
Registered User
 
Join Date: Sep 2005
Location: Fairfax, VA
Posts: 1,280
Yeah pretty much it's usually one or the other... either it will use the spca5xx or generic uvc driver.
Reply With Quote
  #10  
Old 6th September 2007, 09:06 AM
premudriy Offline
Registered User
 
Join Date: Dec 2006
Posts: 313
Please tell me how you did it.

Quote:
Originally Posted by scotta3234
I got my hp laptop webcam working accidentally by trying the linux-uvc driver. It's a pretty generic driver so it's worth a shot. You can read about it and get it here: http://linux-uvc.berlios.de/

I'm trying to do the same thing - install Linux-UVC driver, but there's no directions how to install it for Fedora. I'm a newbie BTW...

I've read instructions for installing it on Ubuntu (http://openfacts.berlios.de/index-en...buntu_6.06_LTS) and it says that I have to edit a line in the Makefile
from INSTALL_MOD_DIR := usb/media
to INSTALL_MOD_DIR := kernel/ubuntu/media/usbvideo

but it's for Ubuntu, so the question is what do I change that line to for Fedora? Or do I have to change anything else?

Would you, please tell exactly how you did it?

Thank you very much beforehand!
Reply With Quote
  #11  
Old 6th September 2007, 03:57 PM
scotta3234's Avatar
scotta3234 Offline
Registered User
 
Join Date: Sep 2005
Location: Fairfax, VA
Posts: 1,280
First need to make sure you have kernel-headers, kernel-devel, gcc, and subversion installed. Simply do a yum install subversion, etc. to get those.

Then you need to go to the link I provided and run this command in the terminal to get the uvc driver.

Code:
svn checkout svn://svn.berlios.de/linux-uvc/linux-uvc/trunk
Then cd into that directory and issue the make and make install.
Reply With Quote
  #12  
Old 6th September 2007, 05:54 PM
pankajp Offline
Registered User
 
Join Date: Jul 2007
Location: Mumbai, India
Posts: 226
Another Webcam Problem

Hi,


I've just bought a Zippys Addons Webcam
ID 0ac8:301b Z-Star Microelectronics Corp. ZC0301 WebCam
It has the sensor TAS5130C.(I saw using RegMon on Windows)
However I installed the gspcav1 drivers (tried both arrpms rpm package and also compiled from source).
But the problem is that all the viewers I tried ( camstream, mplayer, xawtv and spcagui ) display only a blank screen (Completely black output). Also camstream gives seg faults when I try changing the resolution.

This is the dmesg output:

usb 3-1: new full speed USB device using uhci_hcd and address 10
usb 3-1: configuration #1 chosen from 1 choice
usb 3-1: ZC0301[P] Image Processor and Control Chip detected (vid/pid 0x0AC8:0x301B)
usb 3-1: No supported image sensor detected
/var/tmp/bach-build/BUILD/gspcav1-20070508/gspca_core.c: USB GSPCA camera found.(ZC3XX)
/var/tmp/bach-build/BUILD/gspcav1-20070508/gspca_core.c: [spca5xx_probe:4098] Camera type JPEG
/var/tmp/bach-build/BUILD/gspcav1-20070508/Vimicro/zc3xx.h: [zc3xx_config:515] Sensor ID:11
/var/tmp/bach-build/BUILD/gspcav1-20070508/Vimicro/zc3xx.h: [zc3xx_config:525] Find Sensor UNKNOW_0 force Tas5130
/var/tmp/bach-build/BUILD/gspcav1-20070508/gspca_core.c: [spca5xx_getcapability:1215] maxw 640 maxh 480 minw 176 minh 144
/var/tmp/bach-build/BUILD/gspcav1-20070508/gspca_core.c: [gspca_set_isoc_ep:903] ISO EndPoint found 0x81 AlternateSet 7
/var/tmp/bach-build/BUILD/gspcav1-20070508/gspca_core.c: [gspca_set_isoc_ep:903] ISO EndPoint found 0x81 AlternateSet 7

Also should I try uvc drivers. I am new to this and dont know much (trying to learn)

If someone knows anything about it please help.
Thanks,



I use Fedora 7: uname -a
Linux 10.13.13.38 2.6.22.4-65.fc7 #1 SMP Tue Aug 21 22:36:56 EDT 2007 i686 i686 i386 GNU/Linux

Last edited by pankajp; 6th September 2007 at 06:02 PM.
Reply With Quote
  #13  
Old 6th September 2007, 07:09 PM
Stian1979 Offline
Registered User
 
Join Date: Dec 2006
Location: Taipei Taiwan
Age: 34
Posts: 401
Quote:
Originally Posted by pankajp
Hi,


I've just bought a Zippys Addons Webcam
ID 0ac8:301b Z-Star Microelectronics Corp. ZC0301 WebCam
It has the sensor TAS5130C.(I saw using RegMon on Windows)
However I installed the gspcav1 drivers (tried both arrpms rpm package and also compiled from source).
Did you try /sbin/modprobe gspca ?

Did you ceck the lists if your camera is suported?
__________________
smolt profile

Without fedoraforum.org I would still be using Windows

Can annyone borow me some space on a ftp server?
Reply With Quote
  #14  
Old 6th September 2007, 10:48 PM
premudriy Offline
Registered User
 
Join Date: Dec 2006
Posts: 313
Quote:
Originally Posted by scotta3234
First need to make sure you have kernel-headers, kernel-devel, gcc, and subversion installed. Simply do a yum install subversion, etc. to get those.

Then you need to go to the link I provided and run this command in the terminal to get the uvc driver.

Code:
svn checkout svn://svn.berlios.de/linux-uvc/linux-uvc/trunk
Then cd into that directory and issue the make and make install.

Thanks a lot for your response! It compiled without errors and after a reboot the camera was detected. Unfortunately I could not get any video. I've tried it using several programs with no luck. I've tried:
Ekiga
Xawtv
Kopete
IP Telephony and Video Conference
VLC Player


When I used XawTV the camera's LED was lit up for about a second and then it would go off, but still no video or even a blink of a picture.

Does anyone have any suggestion or something to try out?

I have a Logitech QuickCam Pro 5000 (2006 model -> 046d:08ce )

I read that it should be supported by Linux-UVC, but it looks like something is missing here because camera gets detected, but no apps can use it.

Thank you!

Last edited by premudriy; 6th September 2007 at 10:51 PM.
Reply With Quote
  #15  
Old 26th September 2007, 09:53 AM
pankajp Offline
Registered User
 
Join Date: Jul 2007
Location: Mumbai, India
Posts: 226
given up.

Thanks for all your help but i couldn't get my webcam working so i've given it to my friend (he's running windows)
__________________
Fedora 14 Laughlin user on Dell Inspiron 1525
http://www.smolts.org/client/show/pu...0-71f71be44f7d :)
Reply With Quote
Reply

Tags
built, camera

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Built in Camera Help iLLziLLa Hardware & Laptops 0 8th July 2009 08:49 PM
Who Built Your Computer? imdeemvp Wibble 286 12th January 2008 07:32 PM
Sony Vaio instant mode (A/V mode) and built in camera nogradi Hardware & Laptops 0 26th November 2007 12:04 AM
Need driver for the built-in camera of my laptop wu_qso Hardware & Laptops 0 19th November 2007 01:01 PM
rpms built for AS3 from FC2 cybrjackle Using Fedora 1 3rd August 2004 05:24 AM


Current GMT-time: 19:19 (Thursday, 23-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat