Bug 329131 - No hardware support for integrated webcam on Dell Inspiron 1520
Summary: No hardware support for integrated webcam on Dell Inspiron 1520
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Fedora
Classification: Fedora
Component: kernel
Version: rawhide
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Kernel Maintainer List
QA Contact: Fedora Extras Quality Assurance
URL: http://forum.notebookreview.com/showt...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-10-12 07:48 UTC by Răzvan Sandu
Modified: 2008-01-14 12:41 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-01-14 12:41:11 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Răzvan Sandu 2007-10-12 07:48:21 UTC
Hello,

Description of problem:

There is no hardware support for the integrated webcam on Dell Inspiron 1520
notebook.

No userland application seems to "see" the webcam.

Here is the smolt hardware profile of Dell Inspiron 1520:

http://smolt.fedoraproject.org/show?UUID=28caf2c3-9766-4fe1-9e4c-d6b0ba8a0132

and here is the full output of /sbin/lspci -vv

http://forum.notebookreview.com/showthread.php?t=152717

Version-Release number of selected component (if applicable):
kernel-2.6.23-5.fc8

How reproducible:
Always.

  
Actual results:
Integrated webcam is not recognised by any application on Dell Inspiron 1520.

Expected results:
Integrated webcam should be "seen" by applications, at least in VGA mode.


Regards,
Răzvan

Comment 1 Chuck Ebbert 2007-10-12 23:33:03 UTC
uvc_driver.c needs:

/* OmniVision OEM Dell Notebook */
	{ .match_flags		= USB_DEVICE_ID_MATCH_DEVICE
				| USB_DEVICE_ID_MATCH_INT_INFO,
	  .idVendor		= 0x05a9,
	  .idProduct		= 0x2640,
	  .bInterfaceClass	= USB_CLASS_VIDEO,
	  .bInterfaceSubClass	= 1,
	  .bInterfaceProtocol	= 0,
	  .driver_info		= UVC_QUIRK_PROBE_MINMAX },


Comment 2 Răzvan Sandu 2007-10-17 18:02:25 UTC
Hello,

That means the webcam will be functional at FC8 final release ?
I'm not a programmer... ;-)

Regards,
Răzvan


Comment 3 Răzvan Sandu 2007-10-29 16:09:52 UTC
Hope to help:

According to Dell's site and official Windows drivers, the webcam for this Dell
Inspiron 1520 seems to be manufactured by Creative Labs.

Dell offers a Windows application for using the camera (live chat, etc.). This
application is made by Creative Labs too.

*If* the camera arrives to work, are there any particular recommendations for a
specific easy-to-use application for actually using/testing such a webcam in
Fedora (taking pictures, video chat, etc.) ?

Thank you,
Răzvan


Comment 4 Chuck Ebbert 2007-10-29 17:49:58 UTC
Apparently the UVC driver isn't in the upstream Linux kernel yet, so we don't
have it in Fedora.

But this looks like a good resource:

http://www.linuxtv.org/v4lwiki/index.php/Webcams


Comment 5 Hans de Goede 2008-01-14 12:41:11 UTC
Work is underway (lead by suse) to integrate the support for uvc camera's in the
mainline kernel, in the mean you can download the out of tree driver here:

http://linux-uvc.berlios.de/

Closing this with a resolution of upstream.



Note You need to log in before you can comment on or make changes to this bug.