![]() |
|
|||||||
| Notices |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#11 |
|
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 |
|
|
|
#12 |
|
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. |
|
|
|
#13 |
|
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 |
|
|
|
#14 |
|
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) |
|
|
|
#15 |
|
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) |
|
|
|
#16 |
|
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. |
|
|
|
#17 |
|
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. |
|
|
|
#18 |
|
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) |
|
|
|
#19 |
|
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 |
|
|
|
#20 |
|
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) |
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
< Windows Help - MS Office Help - Hardware Support >
| New To Site? | Need Help? |