TechTalkz.com Logo

Go Back   TechTalkz.com Technology & Computer Troubleshooting Forums > Tech Support Archives > Linux & Opensource > Mandriva Linux

Notices

Webcam: Logitech QuickCam Communicate Deluxe

Mandriva Linux


Reply
 
Thread Tools Display Modes
Old 09-01-2008, 04:50 AM   #21
David W. Hodgins
Guest
 
Posts: n/a
Re: Webcam: Logitech QuickCam Communicate Deluxe

On Wed, 02 Jan 2008 13:05:52 -0500, Maurice Batey <.uk> wrote:

> Plugged camera in (USB) - no apparent reaction from Mandriva
> 2008.0.


If you have usbutils installed, /usr/sbin/lsusb -v will give you info like

Bus 001 Device 004: ID 046d:08f0 Logitech, Inc. QuickCam Messenger
Device Descriptor:
idVendor 0x046d Logitech, Inc.
idProduct 0x08f0 QuickCam Messenger
<much snipped>

Using the vendor/product id in a google search such as "046d:08f0 linux",
will return sites showing what other people have done, to get the particular
webcam working. Note that the solutions vary, depending on the kernel version.

Regards, Dave Hodgins

--
Change nomail.afraid.org to ody.ca to reply by email.
(nomail.afraid.org has been set up specifically for
use in usenet. Feel free to use it yourself.)
  Reply With Quote
Old 09-01-2008, 04:50 AM   #22
Maurice Batey
Guest
 
Posts: n/a
Re: Webcam: Logitech QuickCam Communicate Deluxe

On Thu, 03 Jan 2008 16:01:48 +0000, Bit Twister wrote:

> usr/sbin/lsusb -v | less


Ah, yes - thanks. That gave:
-------------------------------------------------
Bus 005 Device 005: ID 046d:0992 Logitech, Inc.
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 239 Miscellaneous Device
bDeviceSubClass 2 ?
bDeviceProtocol 1 Interface Association
bMaxPacketSize0 64
idVendor 0x046d Logitech, Inc.
idProduct 0x0992
------------------------------------------------etc...

--
/\/\aurice
(Remove 'removethis.' to reply by email)

  Reply With Quote
Old 09-01-2008, 04:50 AM   #23
Maurice Batey
Guest
 
Posts: n/a
Re: Webcam: Logitech QuickCam Communicate Deluxe

On Thu, 03 Jan 2008 16:01:48 +0000, Bit Twister wrote:

> usr/sbin/lsusb -v | less


Ah, yes - thanks. That gave:
-------------------------------------------------
Bus 005 Device 005: ID 046d:0992 Logitech, Inc.
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 239 Miscellaneous Device
bDeviceSubClass 2 ?
bDeviceProtocol 1 Interface Association
bMaxPacketSize0 64
idVendor 0x046d Logitech, Inc.
idProduct 0x0992
------------------------------------------------etc...

--
/\/\aurice
(Remove 'removethis.' to reply by email)

  Reply With Quote
Old 09-01-2008, 04:50 AM   #24
Maurice Batey
Guest
 
Posts: n/a
Re: Webcam: Logitech QuickCam Communicate Deluxe

P.S. According to:

the driver family (ASIC) for the QuickCam Communicate Deluxe is
"SPCA527", and the Linux driver is "uvcvideo".

The question, therefore is: does gspca provide the spca527
uvcvideo driver?
(Assuming the kernel version matches - see earlier posting).

--
/\/\aurice
(Remove 'removethis.' to reply by email)

  Reply With Quote
Old 09-01-2008, 04:50 AM   #25
Bit Twister
Guest
 
Posts: n/a
Re: Webcam: Logitech QuickCam Communicate Deluxe

On Thu, 03 Jan 2008 15:45:13 +0000, Maurice Batey wrote:
> On Wed, 02 Jan 2008 15:42:23 -0500, David W. Hodgins wrote:
>
>> /usr/sbin/lsusb -v

>
> Problem with that is that it produces pages of output, such
> that scrollimg back to the top doesn't go far enough, i.e. I
> can't see the start of the output!



/usr/sbin/lsusb -v | less
/usr/sbin/lsusb -v > lsusb.log
less lsusb.log


> Haven't come across this before. How does one avoid losing the
> early lines of output?


My solution because I use xterm for my terminals

xterm*saveLines: 4096
in ~/.Xresources
and/or ~/.Xdefaults

  Reply With Quote
Old 09-01-2008, 04:50 AM   #26
Maurice Batey
Guest
 
Posts: n/a
Re: Webcam: Logitech QuickCam Communicate Deluxe

On Wed, 02 Jan 2008 18:26:33 +0000, carl wagner wrote:

> Had you tried loading spca drivers?


Yes, I've installed gspca (matched with kernel).

I've done 'modprobe -f gspca'

'ls /dev/video' returns: "/dev/video@"

Connected the QuickCam to a USB port, and: nothing happens...

Have I missed something, or done the wrong thing?

--
/\/\aurice
(Remove 'removethis.' to reply by email)

  Reply With Quote
Old 09-01-2008, 04:51 AM   #27
Maurice Batey
Guest
 
Posts: n/a
Re: Webcam: Logitech QuickCam Communicate Deluxe

On Wed, 02 Jan 2008 15:42:23 -0500, David W. Hodgins wrote:

> /usr/sbin/lsusb -v


Problem with that is that it produces pages of output, such
that scrollimg back to the top doesn't go far enough, i.e. I
can't see the start of the output!

Haven't come across this before. How does one avoid losing the
early lines of output?

--
/\/\aurice
(Remove 'removethis.' to reply by email)

  Reply With Quote
Old 09-01-2008, 04:51 AM   #28
Maurice Batey
Guest
 
Posts: n/a
Re: Webcam: Logitech QuickCam Communicate Deluxe

P.S. According to:

the driver family (ASIC) for the QuickCam Communicate Deluxe is
"SPCA527", and the Linux driver is "uvcvideo".

The question, therefore is: does gspca provide the spca527
uvcvideo driver?
(Assuming the kernel version matches - see earlier posting).

--
/\/\aurice
(Remove 'removethis.' to reply by email)

  Reply With Quote
Old 09-01-2008, 04:51 AM   #29
Jim Beard
Guest
 
Posts: n/a
Re: Webcam: Logitech QuickCam Communicate Deluxe

Maurice Batey wrote:
> On Wed, 02 Jan 2008 15:42:23 -0500, David W. Hodgins wrote:
>
>> /usr/sbin/lsusb -v

>
> Problem with that is that it produces pages of output, such
> that scrollimg back to the top doesn't go far enough, i.e. I
> can't see the start of the output!
>
> Haven't come across this before. How does one avoid losing the
> early lines of output?
>

To capture all stuff sent to the console, including
error messages:

command -options 2>$1 > junk

That put standard error into the same place
as standard output and puts both into file junk
in the current directory.

Cheers!

jim b.

--
UNIX is not user-unfriendly; it merely
expects users to be computer-friendly.
  Reply With Quote
Old 09-01-2008, 04:51 AM   #30
David W. Hodgins
Guest
 
Posts: n/a
Re: Webcam: Logitech QuickCam Communicate Deluxe

On Thu, 03 Jan 2008 11:51:36 -0500, Maurice Batey <.uk> wrote:

> Bus 005 Device 005: ID 046d:0992 Logitech, Inc.


Running a google search on "046d:0992 linux" leads to
which indicates this is a v4l2 device.

Remove any modules you've already added, to try and get the device working.

Run "modprobe -v uvcvideo", which should also load v4l2_common, and if
not already loaded, videodev, v4l1_compat, compat_ioctl32 and usbcore.

Then connect the webcam, and check /var/log/syslog, to see if it
is recognized.

The webcam will only work with software that supports v4l2.

Regards, Dave Hodgins

--
Change nomail.afraid.org to ody.ca to reply by email.
(nomail.afraid.org has been set up specifically for
use in usenet. Feel free to use it yourself.)
  Reply With Quote
Reply

Thread Tools
Display Modes



< Windows Help - MS Office Help - Hardware Support >


New To Site? Need Help?

All times are GMT +5.5. The time now is 02:57 PM.


vBulletin, Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO
Copyright © 2005-2009, TechTalkz.com. All Rights Reserved - Privacy Policy
Valid XHTML 1.0 Transitional