Logitech QuickCam (built into laptop)

Asked by bullisc

I have a Dell M1210 and I install the newest version of Ubuntu (a long side Windows Vista). I can not get Ubuntu to find my built in camera, and/or I do not know how to set it up. Any help would be greatly appreciated.

cb

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Hanusz leszek (leszek-skynet) said :
#1

Hello,

From the Dell M1210 page on the Ubuntu wiki ( https://wiki.ubuntu.com/LaptopTestingTeam/DellXPSM1210 )
You need to install the uvc driver to use your webcam.

You can download the uvc driver here:
http://linux-uvc.berlios.de/

Revision history for this message
bullisc (bullisc) said :
#2

Thank you for the help, but I am sorry to say that I am a newbie.

Do know where I can get instructions for installing this?

thanks
cb

On 6/23/07, Hanusz leszek <email address hidden> wrote:
>
> Your question #8658 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/8658
>
> Status: Open => Answered
>
> Hanusz leszek proposed the following answer:
> Hello,
>
> >From the Dell M1210 page on the Ubuntu wiki (
> https://wiki.ubuntu.com/LaptopTestingTeam/DellXPSM1210 )
> You need to install the uvc driver to use your webcam.
>
> You can download the uvc driver here:
> http://linux-uvc.berlios.de/
>
> --
> If this answers your question, please go to the following page to let us
> know that it is solved:
> https://answers.launchpad.net/ubuntu/+question/8658/+confirm?answer_id=0
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.launchpad.net/ubuntu/+question/8658
>
> You received this question notification because you are a direct
> subscriber of the question.
>

Revision history for this message
Hanusz leszek (leszek-skynet) said :
#3

apparently, there is no good documentation.
This driver is not yet packaged for Ubuntu so the installation is more difficult.
But if you follow the following steps it should work :

Open a terminal ( Applications->Accessories->Terminal )

create a directory with this command:
mkdir uvcdriver

enter the directory with :
cd uvcdriver

install the necessary kernel headers and gcc compiler with (it should ask your password):
sudo apt-get install linux-headers-`uname -r` linux-restricted-modules-`uname -r` build-essential gcc-3.4 svn

get the uvc driver with this command:
svn checkout svn://svn.berlios.de/linux-uvc/linux-uvc/trunk

enter the "trunk" directory with:
cd trunk

compile the driver with:
make

and then install the driver (it should ask your password):
sudo make install

reboot the computer

Start Ekiga then go to Edit->Preferences->Video Devices, Video plugin L4V2 should be selected and if everything went ok, something like USB VideoClass Device will appear as the input video device.
Close the dialog and click on the small webcam icon in the main Ekiga window to activate your newly installed usb device.

Revision history for this message
nubuntu (hendy-shi) said :
#4

Hi,

I am a newbie too.

Can you also show us how to manually uninstall it please?

I want to try this out, but I want to be sure that I can uninstall it if it doesn't work or causing problem with my machine.

Thanks a bunch in advance,

Revision history for this message
Hanusz leszek (leszek-skynet) said :
#5

to uninstall, you have to follow the same steps except that you type
sudo make uninstall
instead of
sudo make install

Can you help with this problem?

Provide an answer of your own, or ask bullisc for more information if necessary.

To post a message you must log in.