Open mana-z opened 6 days ago
Hi,
Could you please test this patch? vsc-tp-test.patch.txt on top of patches you already have and those additional two: https://lore.kernel.org/all/20241112075514.680712-1-stanislaw.gruszka@linux.intel.com/ https://lore.kernel.org/all/20241112075514.680712-2-stanislaw.gruszka@linux.intel.com/
We track this issue here: https://bugzilla.redhat.com/show_bug.cgi?id=2316918
So would be good if you add your info there as well, to keep information in one place (there is also a wired workaround for the issue described in this bugzilla ).
Hi!
My 6.12.1-arch1-1 is not seeing the webcam (my dual-booted windows say it's OV02C10).
Here's output of my
sudo dmesg|grep -E "ipu|vsc"
:Obviously no
/dev/video*
is present and nothing is available withcam -l
.Trying to fix this, I already compiled in a bunch of patches to my kernel: https://gist.github.com/xTeixeira/36efa073da784609f23dee3d2d017671 https://lore.kernel.org/all/20241031102321.409454-1-stanislaw.gruszka@linux.intel.com/ https://lore.kernel.org/all/20241106220102.40549-1-hdegoede@redhat.com/ https://lore.kernel.org/all/20241108151234.36884-1-hdegoede@redhat.com/ https://bugzilla-attachments.redhat.com/attachment.cgi?id=2059082 plus the three from /patch/v6.12 and DKMS modules from this repo.
The SPI fix from bugzilla did change the error from -22 to -110.
lspci does show
Multimedia controller: Intel Corporation Device a75d (rev 01)
EDIT: retried today with full in-tree method to same result. I haven't removed any of the patches.