Few days back, I switched my desktop’s OS from Windows to Ubuntu 10.04 and I have been trying to get everything working smoothly as it used to work in Windows. Managed to sort out few things but my webcam become a big pain. Skype never detected the cam and even the cam’s mic did not work.
I googled around for quite sometime, checked many solutions and finally I managed to get things working.
So, here is the solution:
Get the video working (Ubuntu detected the cam but for some reason, it never worked with skype). So to get it working, try this command in the terminal first: (Solutions is posted here)
env LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so skype
This will basically load skype with the help of a shared library called libv. (Correct me if I am wrong here)
Once the skype is loaded, you can test the video and if it works. Just edit the Menu entry of Skype:
Right click on the Applications menu > Click on Edit Menus > Locate Skpye (Mostly under the parent menu called Internet) > Select Properties > enter the above command in the command box and hit close.
This will make Skype load using the shared library. (i.e. whenever you open it from the Applications menu)
So, this solves the problem with the video. Now, on many computers (Including mine), the mic never worked too. The mic showed under the Sound Preferences > Input devices but there was no sound while testing it.
So, this is how we get the Mic working:
- Download my patched GSPCA: gspca-2.9.51-vx1000-patch-20100712.zip
- Extract the zip file on your Desktop (so you have the folder “gspca-2.9.51-vx1000-patch-20100712?).
- Open a terminal window and enter the following commands:
cd Desktop/gspca-2.9.51-vx1000-patch-20100712/
make
sudo make install- Reboot your computer and test your webcam in an application such as Cheese (which can easily be found in the Ubuntu Software Center).
The above solution is provided here
So, after applying these 2 fixes, my Microsoft Lifecam VX-1000 worked perfectly fine and this helps me to solve another Windows to Linux migration issue. Will post more tips / pointers soon.
Hope it helps.
Did the EXACT same thing with my microdia-built webcam back when I was playing around with multi-touch table DIYs. But sooner or later proper drivers hit the kernel and doing all this is never a persistent worry. Until then, there’s bleeding edge GSPCAs and V4Ls to save some hair.
Nice pic of that girl! 😛
Here she is – http://bit.ly/9pkNJH
The patch that I made and shared has already been accepted into the GSPCA and will appear in the next minor kernel update.
You can read more in the comments here:
http://kyleabaker.com/2010/07/12/microsoft-lifecam-vx-1000-linux-gspca-patch/
Excellent.. this will make life lot more easier for the users. Thanks 🙂
Thanks. My webcam works perfectly now. I only ran “env LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so skype” command
🙂
Thanks for this solution. It works flawlessy 😀
where am i meant to put the command to makie it work ??? :/
In Terminal..
https://help.ubuntu.com/community/UsingTheTerminal
Thanks, solved
Thanks, worked a treat!