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:47 AM   #1
Maurice Batey
Guest
 
Posts: n/a
Webcam: Logitech QuickCam Communicate Deluxe

Got the above webcam for Xmas. Works beautifully under Windows
XP, but - naturally - would like to use it under Linux.

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

Installed gqcam (0.9.1). Dead as doornail.

Anyone had any luck with such webcams under Linux?

(Have installed the latest version of Linux Skype (2.0.0.27).)

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

  Reply With Quote
Old 09-01-2008, 04:47 AM   #2
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:47 AM   #3
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:47 AM   #4
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:47 AM   #5
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:47 AM   #6
carl wagner
Guest
 
Posts: n/a
Re: Webcam: Logitech QuickCam Communicate Deluxe

On Wed, 02 Jan 2008 18:05:52 +0000, Maurice Batey wrote:

> Got the above webcam for Xmas. Works beautifully under Windows XP, but -
> naturally - would like to use it under Linux.
>
> Plugged camera in (USB) - no apparent reaction from Mandriva 2008.0.
>
> Installed gqcam (0.9.1). Dead as doornail.
>
> Anyone had any luck with such webcams under Linux?
>
> (Have installed the latest version of Linux Skype (2.0.0.27).)
>


Had you tried loading spca drivers?
  Reply With Quote
Old 09-01-2008, 04:48 AM   #7
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:48 AM   #8
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?


The only MCC ref. I could find is:

"dkms-gspcav1 - DKMS-ready driver for spca5xx webcams​"

Is that the one?
--
/\/\aurice
(Remove 'removethis.' to reply by email)

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

On Wed, 02 Jan 2008 19:50:19 +0000, carl wagner wrote:

> make sure the kernal-source verison matches your
> your kernal verison.


The gspca version is "1.00.18-3mdv2008.0"

I'm using "kernel 2.6.22.12-desktop-1mdv"

How does one find the gspca kernel version?

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

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

On Wed, 02 Jan 2008 19:50:19 +0000, carl wagner wrote:

> make sure the kernal-source verison matches your
> your kernal verison.


The gspca version is "1.00.18-3mdv2008.0"

I'm using "kernel 2.6.22.12-desktop-1mdv"

How does one find the gspca kernel version?

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

  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 12:33 AM.


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