Hi. On Fri, Jun 26, 2020 at 04:20:03PM -0400, Gene Heskett wrote: > [598962.015764] uvcvideo 1-12.4.4.4:1.0: Entity type for entity Camera 1 was > not initialized!
This, combined with [1], gives us the probable answer. Another possible answer is that "quirks" parameter of uvcvideo. > Anybody have an idea of what driver this camera needs? A *driver*? You already have one, it's uvcvideo. It says so in your dmesg, plain and clear as a day. Much better question is - what *userspace* part the thing needs? And the answer to that is: apt-get install uvcdynctrl If stretch's uvcdynctrl won't cut it - that means you'll need buster's one, or maybe even bullseye's. And that will require upgrading your OS, of course. Reco [1] https://bugzilla.kernel.org/show_bug.cgi?id=111291