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:48 AM   #11
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:48 AM   #12
carl wagner
Guest
 
Posts: n/a
Re: Webcam: Logitech QuickCam Communicate Deluxe

On Wed, 02 Jan 2008 19:30:36 +0000, Maurice Batey wrote:

> 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?


its one i'm using. just make sure the kernal-source verison matches your
your kernal verison.
  Reply With Quote
Old 09-01-2008, 04:48 AM   #13
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:49 AM   #14
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:49 AM   #15
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:49 AM   #16
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:49 AM   #17
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:49 AM   #18
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:49 AM   #19
Stuart
Guest
 
Posts: n/a
Re: Webcam: Logitech QuickCam Communicate Deluxe

carl wagner wrote:

> On Wed, 02 Jan 2008 19:30:36 +0000, Maurice Batey wrote:
>
>> 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?

>
> its one i'm using. just make sure the kernal-source verison matches your
> your kernal verison.



You may need to force the load. See my thread (2008 and webcam)of 18th
December

Stuart
  Reply With Quote
Old 09-01-2008, 04:50 AM   #20
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 03:08 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