I got my dell xps yesterday. It is the developers edition that come with ubuntu 16.04 preinstalled.
I notice that cheese does not come installed, so I installed but no webcam is detected. I can see it if I do an lsusb, so I know is activated.
I was wondering, does this laptop supports the webcam or not?
Edit: Good news, a dell engineer came and replace the monitor, that has the webcam integrated and presto, it is working now.
Update: Most of the problems with the webcam is not hardware based. Looks like many of the laptops come with a firmware that the latest Linux kernel do not support at the moment. To solve the issue, Dell is replacing the whole monitor with a downgrade firmware of the webcam. If a less drastic solution is reported, I will update the post with it.
Update2: Looks like there is a software solution now.
I'm having exactly the same issue. The camera is not detected. I found related errors in journalctl:
Mar 11 20:38:55 ubuntu kernel: uvcvideo: Failed to query (129) UVC probe control : -75 (exp. 34). Mar 11 20:38:55 ubuntu kernel: uvcvideo: Failed to initialize the device (-5). Mar 11 20:38:55 ubuntu kernel: uvcvideo: Unknown video format 00000032-0002-0010-8000-00aa00389b71 Mar 11 20:38:55 ubuntu kernel: uvcvideo: Found UVC 1.50 device Integrated_Webcam_HD (0bda:58f4) Mar 11 20:38:55 ubuntu kernel: uvcvideo: UVC non compliance - GET_DEF(PROBE) not supported. Enabling workaround. Mar 11 20:38:55 ubuntu kernel: uvcvideo: Failed to query (129) UVC probe control : -75 (exp. 34). Mar 11 20:38:55 ubuntu kernel: uvcvideo: Failed to initialize the device (-5). Mar 11 20:38:55 ubuntu kernel: usbcore: registered new interface driver uvcvideo Mar 11 20:38:55 ubuntu kernel: USB Video Class driver (1.1.1)
Webcam test from the boot menu diagnostics passed successfully. During the test even the white LED indicating enabled camera was on for a moment. I updated BIOS from 1.0.2 to 1.2.1, but it didn't help. Not sure what to try next, but it really annoys me!
I have create a support ticket. They are making me run test a visit http://www.turncameraon.com/. Not sure how are they going to fix it if the driver is missing.
gorvax
1 Message
29130
1
Posted June 12th, 2018 08:00
This has now made it to the Ubuntu Kernels as of yesterday (11th June) so the Webcam support should be fixed with just an apt dist-upgrade in:
xenial 4.4*
artful 4.13*
bionic 4.15*
Maybe the Solution of this post should be updated to reflect this.