Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Logitech Quickcam Zoom - using an old webcam in 2020

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
User avatar
Lysander
Posts: 643
Joined: 2017-02-23 10:07
Location: London
Been thanked: 1 time

Logitech Quickcam Zoom - using an old webcam in 2020

#1 Post by Lysander »

This is an old webcam, purchased in 2003, so it's probably too much to ask for it work in 2020?

When plugged in via USB the green light comes on so there is some life, and hwinfo gives

Code: Select all

0: USB 00.1: 10f00 Camera
  [Created at usb.122]
  Unique ID: dOTr.hnwOc5TqMLB
  Parent ID: k4bc.MxUuepIFPaE
  SysFS ID: /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1:1.1
  SysFS BusID: 1-1:1.1
  Hardware Class: camera
  Model: "Logitech QuickCam Zoom"
  Hotplug: USB
  Vendor: usb 0x046d "Logitech, Inc."
  Device: usb 0x08b4 "QuickCam Zoom"
  Revision: "0.03"
  Driver: "snd-usb-audio"
  Driver Modules: "snd_usb_audio"
  Speed: 12 Mbps
  Module Alias: "usb:v046Dp08B4d0003dc00dsc00dp00ic01isc01ip00in01"
  Driver Info #0:
    Driver Status: pwc is active
    Driver Activation Cmd: "modprobe pwc"
  Driver Info #1:
    Driver Status: snd_usb_audio is active
    Driver Activation Cmd: "modprobe snd_usb_audio"
  Config Status: cfg=new, avail=yes, need=no, active=unknown
  Attached to: #64 (Hub)
However, when using Cheese or guvcview I just get a notification that no device is detected. Is it possible to get this thing working in Debian 10 or should I buy something more modern?

LE_746F6D617A7A69
Posts: 932
Joined: 2020-05-03 14:16
Has thanked: 7 times
Been thanked: 65 times

Re: Logitech Quickcam Zoom - using an old webcam in 2020

#2 Post by LE_746F6D617A7A69 »

Your webcam is officially supported by the pwc driver, but see this:
Logitech QuickCam Zoom (On some webcam likes Quickcam Zoom Silver (usb product ID: 046d:08b4), you need to set module option: power_save=1 )
Reference:
http://lavrsen.dk/foswiki/bin/view/PWC/ ... amsWithPWC
Bill Gates: "(...) In my case, I went to the garbage cans at the Computer Science Center and I fished out listings of their operating system."
The_full_story and Nothing_have_changed

User avatar
oswaldkelso
df -h | grep > 20TiB
df -h | grep > 20TiB
Posts: 1493
Joined: 2005-07-26 23:20
Location: UK
Has thanked: 1 time
Been thanked: 59 times

Re: Logitech Quickcam Zoom - using an old webcam in 2020

#3 Post by oswaldkelso »

Free Software Matters
Ash init durbatulûk, ash init gimbatul,
Ash init thrakatulûk agh burzum-ishi krimpatul.
My oldest used PC: 1999 imac 333Mhz 256MB PPC abandoned by Debian

LE_746F6D617A7A69
Posts: 932
Joined: 2020-05-03 14:16
Has thanked: 7 times
Been thanked: 65 times

Re: Logitech Quickcam Zoom - using an old webcam in 2020

#4 Post by LE_746F6D617A7A69 »

@ oswaldkelso: I'm assuming that the driver is already installed, see this:

Code: Select all

Driver Info #0:
    Driver Status: pwc is active
    Driver Activation Cmd: "modprobe pwc"
;)
Bill Gates: "(...) In my case, I went to the garbage cans at the Computer Science Center and I fished out listings of their operating system."
The_full_story and Nothing_have_changed

User avatar
Lysander
Posts: 643
Joined: 2017-02-23 10:07
Location: London
Been thanked: 1 time

Re: Logitech Quickcam Zoom - using an old webcam in 2020

#5 Post by Lysander »

Thank you very much, both of you:
LE_746F6D617A7A69 wrote:Your webcam is officially supported by the pwc driver, but see this:
Logitech QuickCam Zoom (On some webcam likes Quickcam Zoom Silver (usb product ID: 046d:08b4), you need to set module option: power_save=1 )
Reference:
http://lavrsen.dk/foswiki/bin/view/PWC/ ... amsWithPWC
This is the first time I've added a module option to the kernel, will have to read up on how to do this.

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: Logitech Quickcam Zoom - using an old webcam in 2020

#6 Post by Head_on_a_Stick »

deadbang

User avatar
Lysander
Posts: 643
Joined: 2017-02-23 10:07
Location: London
Been thanked: 1 time

Re: Logitech Quickcam Zoom - using an old webcam in 2020

#7 Post by Lysander »

Thanks HoaS, so I presume it's just

Code: Select all

#modprobe pwc power_save=1
Though I am still not getting any visuals from the camera in guvcview or Cheese.

Code: Select all

pwc --version
whereis pwc
find pwc
All come back with nothing.

Code: Select all

lysander@psychopig-xxxvii:~$ dpkg -s pwc
dpkg-query: package 'pwc' is not installed and no information is available
Use dpkg --info (= dpkg-deb --info) to examine archive files.

User avatar
Head_on_a_Stick
Posts: 14114
Joined: 2014-06-01 17:46
Location: London, England
Has thanked: 81 times
Been thanked: 133 times

Re: Logitech Quickcam Zoom - using an old webcam in 2020

#8 Post by Head_on_a_Stick »

Lysander wrote:so I presume it's just

Code: Select all

#modprobe pwc power_save=1
Only if the module wasn't loaded beforehand.

Check the actual value by examining the content of /sys/module/pwc/parameters/power_save
deadbang

User avatar
Lysander
Posts: 643
Joined: 2017-02-23 10:07
Location: London
Been thanked: 1 time

Re: Logitech Quickcam Zoom - using an old webcam in 2020

#9 Post by Lysander »

Head_on_a_Stick wrote:
Lysander wrote:so I presume it's just

Code: Select all

#modprobe pwc power_save=1
Only if the module wasn't loaded beforehand.

Check the actual value by examining the content of /sys/module/pwc/parameters/power_save
Ah, so it IS there!

version =10.0.15 apparently.

Code: Select all

lysander@psychopig-xxxvii:~$ cat /sys/module/pwc/parameters/power_save
-1

User avatar
Lysander
Posts: 643
Joined: 2017-02-23 10:07
Location: London
Been thanked: 1 time

Re: Logitech Quickcam Zoom - using an old webcam in 2020

#10 Post by Lysander »

So I am 50% of the way there - I can record audio but no video. I am kind of at a lost of what to do next. Does anyone have any ideas?

pwc is loaded properly

Code: Select all

lysander@psychopig-xxxvii:~$ cat /sys/module/pwc/parameters/power_save
1

LE_746F6D617A7A69
Posts: 932
Joined: 2020-05-03 14:16
Has thanked: 7 times
Been thanked: 65 times

Re: Logitech Quickcam Zoom - using an old webcam in 2020

#11 Post by LE_746F6D617A7A69 »

What is the dmesg showing after modprobe-ing the pwc module?
Bill Gates: "(...) In my case, I went to the garbage cans at the Computer Science Center and I fished out listings of their operating system."
The_full_story and Nothing_have_changed

User avatar
oswaldkelso
df -h | grep > 20TiB
df -h | grep > 20TiB
Posts: 1493
Joined: 2005-07-26 23:20
Location: UK
Has thanked: 1 time
Been thanked: 59 times

Re: Logitech Quickcam Zoom - using an old webcam in 2020

#12 Post by oswaldkelso »

I would also try something other than cheese to try narrow down the issue.

ffmpeg or mpv

https://trac.ffmpeg.org/wiki/Capture/Webcam

Like wise try something like setpwc to see if it gives a clue

It only in the archives if you want to try a deb
http://ftp.ticklers.org/debian-archive/ ... /s/setpwc/

newer version here but no deb
https://www.vanheusden.com/setpwc/
Free Software Matters
Ash init durbatulûk, ash init gimbatul,
Ash init thrakatulûk agh burzum-ishi krimpatul.
My oldest used PC: 1999 imac 333Mhz 256MB PPC abandoned by Debian

Post Reply