Bug 444428 - Logitech QuickCam for Notebooks Deluxe no longer works
Summary: Logitech QuickCam for Notebooks Deluxe no longer works
Status: RESOLVED DUPLICATE of bug 501959
Alias: None
Product: openSUSE 11.1
Classification: openSUSE
Component: Kernel (show other bugs)
Version: Factory
Hardware: Other Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Brandon Philips
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-13 00:03 UTC by Andrew Jorgensen
Modified: 2009-05-07 21:02 UTC (History)
2 users (show)

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments
hwinfo as requested (784.02 KB, text/x-log)
2008-12-05 16:16 UTC, Andrew Jorgensen
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Jorgensen 2008-11-13 00:03:42 UTC
My webcam (uses zc3xx/gspca) doesn't work in 11.1.  It worked well in 11.0.  I have tried cheese, gstreamer-properties, xawtv, and vlc.  vlc does manage to get a couple of frames off the device before failing but none of the other programs get anything.
Comment 1 Brandon Philips 2008-12-05 08:30:29 UTC
(In reply to comment #0 from Andrew Jorgensen)
> My webcam (uses zc3xx/gspca) doesn't work in 11.1.  It worked well in 11.0.  I
> have tried cheese, gstreamer-properties, xawtv, and vlc.  vlc does manage to
> get a couple of frames off the device before failing but none of the other
> programs get anything.

Can you please attach the output of `hwinfo`?
Comment 2 Andrew Jorgensen 2008-12-05 16:16:29 UTC
Created attachment 258327 [details]
hwinfo as requested
Comment 3 uli geins 2008-12-28 22:05:59 UTC
hi,

since opensuse11.1 i have the same problem too. my cam is a logitech quickcam messanger. kopete and skype and the webcamtools doesn't work, only black signal...... the modules are correctly loaded. 

Asus:/home/geins # lsusb
Bus 008 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 004: ID 046d:08da Logitech, Inc. QuickCam Messanger
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 003: ID 03f0:6004 Hewlett-Packard DeskJet 5550
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 003: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)
Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Asus:/home/geins #

Asus:/home/geins # lsmod |grep gspca
gspca_zc3xx            45556  0
gspca_main             19976  1 gspca_zc3xx
videodev               31236  2 usbvideo,gspca_main
usbcore               167604  12 quickcam_messenger,snd_usb_audio,usbvideo,snd_usb_lib,gspca_zc3xx,btusb,gspca_main,usblp,ehci_hcd,uhci_hcd,ohci_hcd
Asus:/home/geins #

i think it's a thing that the driver now is in the kernel and it won't work together with v4l or v4l2. 
up to opensuse 11.0 it works only in kde3.5 with kopete and skype, but not in kde4 and kde4 programs.
Please help to get that thing work.......
Comment 4 Vadim Krevs 2009-01-21 15:25:15 UTC
I've got this webcam and it works fine under skype with the uvcvideo.ko kernel module.
Comment 5 Andrew Jorgensen 2009-01-21 16:46:38 UTC
Vadim, You have a somewhat different camera than what this bug refers to.  This camera is gspca, not uvc.
Comment 6 Vadim Krevs 2009-01-21 22:53:19 UTC
Hmm, according to lsusb I do have a Logitech QuickCam Deluxe for Notebooks:

$ lsusb
Bus 005 Device 006: ID 046d:09c1 Logitech, Inc. QuickCam Deluxe for Notebooks
Comment 7 Andrew Jorgensen 2009-01-22 00:07:44 UTC
Ah, you have the "QuickCam Deluxe for Notebooks" not to be confused with the "QuickCam for Notebooks Deluxe".  Note the subtle difference in word order.  Also a different USB ID from the one this bug refers to:

ID 046d:08a9 Logitech, Inc. Notebook Deluxe
Comment 8 Brandon Philips 2009-05-07 21:02:36 UTC
Closing as DUPLICATE because I believe this is the same issue as bug 501959. 

You can try installing libv4l and either run your applications like this:

LD_PRELOAD=/usr/lib64/libv4l/v4l1compat.so kopete
LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so skype     # 32-bit application

Or a slightly less recommended is to add the following to /etc/ld.so.preload:
 /usr/lib64/libv4l/v4l1compat.so

This will allow you to run the applications as normal but will load libv4l into every application you run on your system.

11.2 should fix this bug in a better manner. Please test the 11.2 Alpha/Betas as they become available and report any issues.

Thanks,

Brandon

*** This bug has been marked as a duplicate of bug 501959 ***