Linux - SoftwareThis 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
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.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Hi all,
I want to use webcam under skype. I installed dkms-gspca.noarch package as mentioned here (http://wiki.centos.org/AdditionalRes...reList/Webcams), and when launching video test under skype, all is frozen and I'm forced to restart my PC.
I have centos5
Code:
$ /sbin/lsusb
Bus 001 Device 001: ID 0000:0000
Bus 002 Device 002: ID 046d:08da Logitech, Inc. QuickCam Messanger
Bus 002 Device 001: ID 0000:0000
Bus 005 Device 001: ID 0000:0000
Bus 003 Device 001: ID 0000:0000
Bus 004 Device 001: ID 0000:0000
Bus 004 Device 002: ID 046d:c03e Logitech, Inc. Premium Optical Wheel Mouse
Starting with 2.6.27, the kernel ships with the new v4l2 based gspca2 driver, which replaces the old v4l1 based external gspca driver, which is needed for a large number of different webcams. Unfortunately most userspace programs are not aware of the new v4l2 API for devices formerly covered by gspca, meanwhile they need to be started using "LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so <program>".
before we look at skype, can you post the output of this pls
Code:
lsmod | grep snd
I am assuming you know how to configure your sound and video devices in skype as well?
I am not familar with dkms-gspca.noarch so I want to look at what modules are loaded.
EDIT
to save me asking...later since you have yet to succeed..what is exact kernel name you are running pls...and a link to your packages you installed would be greatly appreciated.
(Me thinks maybe you are not running a more recent kernel)
Basically ...if hw works...your usb modules must be loaded and then the relevant webcam module(s) and then for gspca2 modules....a link to tell old software how to handle the new module.
I am assuming you know how to configure your sound and video devices in skype as well?
yes
Quote:
I am not familar with dkms-gspca.noarch so I want to look at what modules are loaded.
EDIT
to save me asking...later since you have yet to succeed..what is exact kernel name you are running pls...and a link to your packages you installed would be greatly appreciated.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.