This is an excellent support thread !
I think this could be a useful thread for users with a similar such web cam. As GEO_Lasha noted, the ‘lsusb’ command provided essential information to indentify the web cam.
Then based on that jdmcdaniel3 was able to find a page indicating the spca driver might work with the webcam and made a couple of excellent posts with good advise (using the “046d:08dd” to search for precise information on this Quickcam webcam):
Where on that page it notes :
"lkddb usb 046d 08dd … … 0000 ffff :: CONFIG_USB_GSPCA CONFIG_USB_GSPCA_ZC3XX :: drivers/media/video/gspca/zc3xx.c "
And then further to that, if one searches independently, and goes to the Logitech (?) Quickcam page for non UBC webcams here after searching for 08dd one will note this line:
08DD VC302 Logitech QuickCam for Notebooks spca Work in progress thread]
Where the thread reference brings one to a forum thread with all sorts of discussion on that webcam.
Unfortunately on the openSUSE HCL webcam page the link to the SPCA/GSPCA driver has not been updated to reflect the support/functionality of the 046d:08dd webcam that is actually present. BUT the openSUSE webcam HCL page does have the preload commands that jdmcdaniel3 noted was needed, and I quote from that page:
However, some applications still don’t work very well together with the new drivers, a workaround is to preload a libv4l-compat library:
LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so <application>
before starting the respective application, i.e. for kopete you would type:
LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so kopete
This compat-library can be found in the package “libv4l”, which is available from OSS-Repo or (recommended) from Packman. (see - Additional YaST Package Repositories)
If you have a 64 bit system, you preload the library with:
LD_PRELOAD=/usr/lib64/libv4l/v4l1compat.so <application>
If you want to run a 32 bit application (i.e. skype) on a 64 bit system, you first need to install “libv4l-32bit” (only available in the Packman repository) and run the preload-command used for 32 bit.
If this works for you, you can add the LD_PRELOAD-command to the startup command of your menu entry/desktop shortcut via menu editor or with right-clicking the desktop icon => properties => application => command respectively.
In fact if one does a general search on google for the 046d:08dd one will stumble across many Ubuntu links of Ubuntu users struggling, and some solving the riddle of this webcam.
It was good to read the above thread and see a solution was found. My thanks to all for an excellent forum thread. Good timing for Christmas and Merry Christmas to all !