Linux - Laptop and NetbookHaving a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I am using SONY VAIO VGN-CR320E . and i have Sony Visual Communication Camera VGP-VCC6 attached to it . which is the driver for that and how can i make it work ... ?
It is probably a USB camera.
Find out about it with lsusb
Make a note of the Vendor Id & Product Id
Then go here: http://mxhaard.free.fr/spca5xx.html
and look it up. Good luck.
It is probably a USB camera.
Find out about it with lsusb
Make a note of the Vendor Id & Product Id
Then go here: http://mxhaard.free.fr/spca5xx.html
and look it up. Good luck.
it is not a USB camera . The camera is attached to the LCD screen of the notebook ..
it is embedded in the LCD screen .
In the Link mentioned , it is having the driver only for Sony VGP-VCC1
the one that i am using is VGP-VCC6
Last edited by peeths003; 10-29-2008 at 04:29 PM..
[root@localhost ~]# lsusb
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 002: ID 15ca:00c3 Textech International Ltd. Mini Optical Mouse
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 003: ID 05ca:1839 Ricoh Co., Ltd
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 005: ID 044e:3012 Alps Electric Co., Ltd
Bus 003 Device 004: ID 044e:3013 Alps Electric Co., Ltd
Bus 003 Device 003: ID 044e:3010 Alps Electric Co., Ltd
Bus 003 Device 002: ID 044e:3011 Alps Electric Co., Ltd
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
[root@localhost ~]# lsusb
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 002: ID 15ca:00c3 Textech International Ltd. Mini Optical Mouse
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 003: ID 05ca:1839 Ricoh Co., Ltd
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 005: ID 044e:3012 Alps Electric Co., Ltd
Bus 003 Device 004: ID 044e:3013 Alps Electric Co., Ltd
Bus 003 Device 003: ID 044e:3010 Alps Electric Co., Ltd
Bus 003 Device 002: ID 044e:3011 Alps Electric Co., Ltd
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
The camera may be physically part of the monitor (I know what you're talking about...thinking of getting one myself. ), but may be hooked in via the USB 'hub', built in the mobo.
What is
Code:
Bus 001 Device 003: ID 05ca:1839 Ricoh Co., Ltd
as listed above? Alps is probably the track pad, and you've plugged in an optical mouse. Here's a couple of references to it..you don't say what distro you're using...
EDIT: Sorry, you mentioned Fedora9...didn't see it. The modules may still apply, though.
I will put the steps as I understand it and that may help you.....
(a) identify the device : either it is a pci device then use command lspci, or it is a internal cam ( which are connected to usb hubs internally) so use a lsusb.
(b) Next you should look for a driver which supports your camera / device . The device ID from the previous step comes in handy for that.
Check out the sites :-
(i) http://mxhaard.free.fr/spca5xx.html
(ii) http://linux-uvc.berlios.de/
You are bound to find your usb cam supported in one of the above sites.
(c) Next download the driver and install it (mostly it is the ./configure, make , make install process).
(d) Restart your machine. When it boots up then issue the following commands and see the output :-
(i) dmesg | grep nameOfYourCam example:- dmesg | grep CrystalEye
(ii) lsmod | grep nameOfTheDriverYouInstalledAbove
example :- lsmod | grep uvcvideo
Both the commands will give some output meaning your cam is now usable.
(e) Finally, start up an application like xawtv and use the cam.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.