Need Webcam drivers for Logitech Zoom

Asked by John Chalinder

I just migrated to Ubuntu 7.10 from (gasp, choke) Windows XP. I am trying to reestablish connection of all my peripherals and need drivers for my Logitech Zoom web cam. Any assistance will be appreciated.

My email for reply is:
<email address hidden>

Thank You

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Nihad Keserovic
Solved:
Last query:
Last reply:
Revision history for this message
John Chalinder (argiod) said :
#1

The full designation of my web cam is:
Logitech Quickcam USB Zoom Web Cam

Revision history for this message
Olivier (olivier-lacroix) said :
#2

Hi !

you seem to need the pwc driver. this module is already included in the ubuntu kernel and should be loaded automatically when you plug the webcam. to know if the driver if loaded, type in the console :

lsmod | grep pwc

you will know if the module is loaded. If not, type

sudo modprobe pwc

this will load the module. plug your webcam. this should work.

tell me if it helps

Revision history for this message
John Chalinder (argiod) said :
#3

Thanks. Now all I need is to know how to find the 'Console'... pardon me for sounding like a total novice, but I've only been running Ubuntu for three days.

Revision history for this message
Olivier (olivier-lacroix) said :
#4

OK. Welcome to Ubuntu !

you will find it here (I am not sure though, as I am not running GNOME and KDE, which are two different desktop environments)

Application->utilities->terminal

and do not hesitate to ask for any question you may have.

Revision history for this message
John Chalinder (argiod) said :
#5

OK, I found it... just a hunch that 'Console' meant the same as 'Terminal'... I typed in the command and it gave me back this:

argiod@Starchild:~$ lsmod | grep pwc
pwc 86400 0
compat_ioctl32 2304 1 pwc
videodev 29312 1 pwc
usbcore 138632 10 usb_storage,libusual,xpad,pwc,snd_usb_audio,snd_usb_lib,usbhid,ehci_hcd,uhci_hcd

I am assuming this means the drivers are there. But, when I plug in my web cam there is no response. How do I figure out if it's working?

Revision history for this message
Olivier (olivier-lacroix) said :
#6

You are right. The driver is loaded. that should work.

to test your webcam, just use a program that uses it, like ekiga (program used for video chat) or camorama, which is a small utility to view images from a webcam.

Tell me if you have no idea of how to install programs

Revision history for this message
John Chalinder (argiod) said :
#7

I've managed to install one or two programs. But it wouldn't hurt to tell me where I should install it. I am familiar with running config, then make. But I am still not sure of the proper place to put new programs; nor where to look for them once they're installed.

Nothing like a new system or OS to make this old computer 'guru' feel like a total dummy... LOL

Revision history for this message
John Chalinder (argiod) said :
#8

FYI, I extracted the program, camorama to my desktop; probably not the best place for it, but I was sure I would be able to find it...

Revision history for this message
Best Nihad Keserovic (nihad-keserovic) said :
#9

I would suggest to use Add/Remove.. in Applications, that is the easiest way of installing an application, when you start up this write ex. camorama in search and change "Show:" to All available applications. Then it's just to check the check box and "Apply Changes" (u will need root password).
The Add/Remove.. application will take care of installation process..

*** Application is safe..
This application is provided by the Ubuntu community.
Camorama Webcam Viewer integrates well into the Ubuntu desktop

Revision history for this message
John Chalinder (argiod) said :
#10

Thank You very much. My web cam is now fully functional.

FYI: Please note: camorama can NOT find the camera if it is plugged into a USB extension hub; but works fine if plugged directly into a usb port built into the computer. Or, at least, that's how it works on my Toshiba Satellite P25 S607 laptop.

ANOTHER PROBLEM SOLVED BY COMMUNITY COOPERATION!!!

UBUNTU ROCKS!!!

Revision history for this message
John Chalinder (argiod) said :
#11

Thanks Nihad Keserovic, that solved my question.

Revision history for this message
Olivier (olivier-lacroix) said :
#12

Cool.

You should really try to avoid compiling programs yourself and rely on the add/remove application or synaptic for a more advanced one to do the job. If not you will have a hard time updating or uninstalling program. Moreover, you would miss the simplicity of the centralized programs gestion of ubuntu !

Revision history for this message
BodyLikeTheOcean (putitinmypocket) said :
#13

hey, i have a rocketfish webcam, i did the steps above, and in my terminal it replies:

pwc 84864 0
compat_ioctl32 2304 1 pwc
videodev 28160 1 pwc
usbcore 134280 14 pwc,cdc_acm,rndis_host,cdc_ether,usbnet,usb_storage,libusual,snd_usb_audio,snd_usb_lib,usbhid,ehci_hcd,uhci_hcd,ohci_hcd

after i put in: lsmod | grep pwc

i have camorama and when I open it it says:

cannot connect to video device(/dev/video0)
please check connection

and its connected

Revision history for this message
Olivier (olivier-lacroix) said :
#14

please ask a new question as your problem is different

Revision history for this message
BodyLikeTheOcean (putitinmypocket) said :
#15

i did