You are not logged in.

#1 2021-07-27 16:35:01

pvdrz
Member
Registered: 2021-07-27
Posts: 17

[SOLVED] Integrated Camera is not detected anymore

Hello everyone!

I have this really weird issue with my laptop and its integrated camera. I've discarded that this is a physical issue because someone else with exactly the same hardware had the same issue during the same date and the camera works normally from another OS (windows sadly). The camera was working with no issue until July 22 as you can see from the journalctl logs:

Jul 22 04:05:14 exuberant-witness kernel: usb 2-2: Found UVC 1.00 device Integrated Camera (5986:2130)
Jul 22 04:05:14 exuberant-witness kernel: Bluetooth: hci0: Firmware revision 0.0 build 118 week 15 2021
Jul 22 04:05:14 exuberant-witness kernel: kvm: Nested Virtualization enabled
Jul 22 04:05:14 exuberant-witness kernel: SVM: kvm: Nested Paging enabled
Jul 22 04:05:14 exuberant-witness kernel: SVM: Virtual VMLOAD VMSAVE supported
Jul 22 04:05:14 exuberant-witness kernel: SVM: Virtual GIF supported
Jul 22 04:05:14 exuberant-witness kernel: input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:06:00.1/sound/card0/input20
Jul 22 04:05:14 exuberant-witness kernel: input: HD-Audio Generic HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:08.1/0000:06:00.1/sound/card0/input21
Jul 22 04:05:14 exuberant-witness kernel: input: HD-Audio Generic HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:08.1/0000:06:00.1/sound/card0/input22
Jul 22 04:05:14 exuberant-witness kernel: input: Integrated Camera: Integrated C as /devices/pci0000:00/0000:00:02.7/0000:05:00.0/usb2/2-2/2-2:1.0/input/input23

The next day the camera dissapeared from lsusb and there aren't any log entries related to the camera anymore. First I thought this was due to some updated package so I checked pacman's logs for that day

[2021-07-22T09:09:44-0500] [ALPM] transaction started
[2021-07-22T09:09:44-0500] [ALPM] upgraded curl (7.77.0-1 -> 7.78.0-1)
[2021-07-22T09:09:44-0500] [ALPM] installed bullet (3.17-1)
[2021-07-22T09:09:44-0500] [ALPM] installed tbb (2020.3-1)
[2021-07-22T09:09:44-0500] [ALPM] installed embree (3.13.0-1)
[2021-07-22T09:09:44-0500] [ALPM] installed mbedtls (2.27.0-1)
[2021-07-22T09:09:44-0500] [ALPM] installed miniupnpc (2.2.2-1)
[2021-07-22T09:09:44-0500] [ALPM] installed opusfile (0.12-1)
[2021-07-22T09:09:45-0500] [ALPM] upgraded godot (3.3.2-1 -> 3.3.2-2)
[2021-07-22T09:09:45-0500] [ALPM] upgraded lib32-curl (7.77.0-1 -> 7.78.0-1)
[2021-07-22T09:09:45-0500] [ALPM] upgraded libcurl-gnutls (7.77.0-1 -> 7.78.0-1)
[2021-07-22T09:09:46-0500] [ALPM] upgraded linux-zen (5.12.15.zen1-1 -> 5.13.4.zen1-1)
[2021-07-22T09:09:48-0500] [ALPM] upgraded linux-zen-headers (5.12.15.zen1-1 -> 5.13.4.zen1-1)
[2021-07-22T09:09:48-0500] [ALPM] upgraded npm (7.17.0-1 -> 7.18.0-1)
[2021-07-22T09:09:48-0500] [ALPM] upgraded signal-desktop (5.9.0-1 -> 5.10.0-1)
[2021-07-22T09:09:48-0500] [ALPM] transaction completed

My only guess was that maybe the new kernel version broke something. So I decided to install linux-lts (5.10) but the camera is not detected there either.

I'm not sure how to proceed from here and I wanted to know if somebody knows how to debug this.

Thank you

Last edited by pvdrz (2021-07-27 22:18:30)

Offline

#2 2021-07-27 16:42:53

ombiez
Member
Registered: 2017-05-07
Posts: 2

Re: [SOLVED] Integrated Camera is not detected anymore

I'm having the same issue. No errors in any log, no entry in

lsusb

Camera is simply gone since July 21st for me. Logs show a boot cycle the 21st and another one the 23th in which the camera is no longer detected. I recon an upgrade broke something but I can't point to what exactly. Camera is enabled in the BIOS and my keyboard does not have a "deactivate camera/video" key.

Last edited by ombiez (2021-07-27 17:10:23)

Offline

#3 2021-07-27 17:45:34

pvdrz
Member
Registered: 2021-07-27
Posts: 17

Re: [SOLVED] Integrated Camera is not detected anymore

I was in contact with ombiez and they suggested that downgrading the kernel to 5.12 might work because 5.10 might not support the device either. We downloaded the 5.12.15 kernel and its headers and the camera works again (We checked both linux and linux-zen). So it seems this bug was in fact introduced by 5.13. Where should we report this?

Offline

#4 2021-07-27 19:06:59

loqs
Member
Registered: 2014-03-06
Posts: 18,458

Re: [SOLVED] Integrated Camera is not detected anymore

https://bugs.archlinux.org/task/71588#comment201369 suggest its will be fixed by https://git.kernel.org/pub/scm/linux/ke … ae59650a42 which is queued for 5.13.6 https://git.kernel.org/pub/scm/linux/ke … tate.patch
You can wait for 5.13.6 or build the kernel locally with that patch applied and see if it does fix the issue.

Offline

#5 2021-07-27 22:17:16

pvdrz
Member
Registered: 2021-07-27
Posts: 17

Re: [SOLVED] Integrated Camera is not detected anymore

loqs wrote:

https://bugs.archlinux.org/task/71588#comment201369 suggest its will be fixed by https://git.kernel.org/pub/scm/linux/ke … ae59650a42 which is queued for 5.13.6 https://git.kernel.org/pub/scm/linux/ke … tate.patch
You can wait for 5.13.6 or build the kernel locally with that patch applied and see if it does fix the issue.

I built the kernel applying that patch and it solves the issue. Thanks for the help, I'm marking this as solved.

Offline

Board footer

Powered by FluxBB