0

I have used many solutions but they doesn't work for me, the output of certain commands are-

enter image description here

enter image description here

I have runned this command

sudo dmesg | tail -n 30

but its giving this

enter image description here

enter image description here

1 Answers1

0

I had this issue, and then I think I updated my way out of it. Since it's been a few months, try that?

Although after getting my camera to register, I had the issue of Pipewire not having all its dependencies, as said in my answer to my own problem, maybe try installing libcamera-ipa and pipewire-libcamera then:

systemctl --user restart wireplumber.service

then try the camera again.

Malady
  • 292