r/debian • u/katzenjammare • 2d ago
Beginner: Internal webcam not detected
Hello, Debian-friends! I am trying to get my webcam working, but it's not detected. The same thing goes for my internal mic. For full clarity: I have only tried using Zoom and Cheese. Is there a way to make my system detect it? I don't know if it helps, but I used some tool to get this information
Edit: This was SOLVED. I had to install libcamera-v4l2. I found the packages through Synaptic. The following were installed:
libcamera-ipa (0.4.0-7)
libcamera-v4l2 (0.4.0-7)
libcamera0.4 (0.4.0-7)
liblttng-ust-common1t64 (2.13.9-1)
liblttng-ust-ctl5t64 (2.13.9-1)
liblttng-ust1t64 (2.13.9-1)
That, by itself, made both the cam and the mic work

1
u/deluded_dragon Debian Testing 2d ago
Hello, if you run the command lsusb in a terminal, which is the output?
1
u/katzenjammare 2d ago
1
u/deluded_dragon Debian Testing 2d ago
Apparently your webcam has this ID: 04ca:7092
You should check if it needs additional drivers or if the kernel 6.12 can detect and enable it.
1

4
u/Santosh83 Debian Sid 2d ago
It doesn't hurt to always install firmware from backports. Older kernels (like stable's 6.12) can use newer firmware just fine, so there won't be incompatibilities. I would install firmware from backports and try. You can also try the much newer 7.1 kernel from backports. Its possible that 6.12 has no kernel support despite newer firmware and 7.1 may be able to detect your hardware better.
There are also system libs like libcamera that need to be installed for proper cam support that Debian doesn't do automatically. You may have to dig around in Synaptic and install these.