This is a static archive of the old Zorin Forum.

The information below may be outdated. Visit the new Zorin Forum here ›

If you have registered on the old forum, you will need to create an account on the new forum.

[SOLVED] webcam driver?

Chris2030

Fri Sep 14, 2012 6:18:50 pm

Hi there,

I found a post in which the OP has a similar webcam that is Logitech Quick cam pro 9000. http://ubuntuforums.org/showthread.php?t=966398

Could you care to make a driver for my cam.

Regards!

Chris.

madvinegar

Fri Sep 14, 2012 6:25:36 pm

Plug the camera and post the result of

Code:
lsusb -nn

Chris2030

Fri Sep 14, 2012 6:30:47 pm

Code:
vaio@VGC-LS1:~$ lsusb -nn
lsusb: invalid option -- 'n'
lsusb: invalid option -- 'n'
Usage: lsusb [options]...
List USB devices
  -v, --verbose
      Increase verbosity (show descriptors)
  -s [[bus]:][devnum]
      Show only devices with specified device and/or
      bus numbers (in decimal)
  -d vendor:[product]
      Show only devices with the specified vendor and
      product ID numbers (in hexadecimal)
  -D device
      Selects which device lsusb will examine
  -t
      Dump the physical USB device hierarchy as a tree
  -V, --version
      Show version of program
vaio@VGC-LS1:~$

madvinegar

Fri Sep 14, 2012 6:44:49 pm

Ok... Just post the results of
Code:
lsusb

Chris2030

Fri Sep 14, 2012 6:52:04 pm

Code:
vaio@VGC-LS1:~$ lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 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 046d:0990 Logitech, Inc. QuickCam Pro 9000
Bus 001 Device 005: ID 0ac8:c002 Z-Star Microelectronics Corp. Visual Communication Camera VGP-VCC1
Bus 002 Device 002: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)
Bus 004 Device 002: ID 054c:024b Sony Corp. Vaio VGX Mouse
vaio@VGC-LS1:~$