Bug 2332064
Summary: | ipu6 camera driver freezes Fedora with kernel 6.11.11-300 during boot | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | fattony4 |
Component: | libcamera | Assignee: | Javier Martinez Canillas <fmartine> |
Status: | CLOSED DUPLICATE | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 41 | CC: | atiqcx, ecurtin, fmartine, hdegoede, mzamazal, terjeros, wtaymans |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2024-12-12 13:55:21 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
fattony4
2024-12-12 13:10:18 UTC
Unfortunately an incomplete backport of IPU6 DMA handling changes has landed in kernel 6.11.11. This not only causes IPU6 cameras to not work, this causes the kernel to (often?) crash on boot on systems where the IPU6 is in use and thus enabled by the BIOS. Kernels 6.12.2 - 6.12.4 are also affected by this. A fix for this is pending for the upcoming 6.12.5 release. 6.11.11 is the last stable release in the 6.11.y series, so there will be no new stable 6.11.y release with a fix. As a workaround users affected by this can stay with 6.11.10 or 6.12.1 until 6.12.5 is available in your distributions updates(-testing) repository. *** This bug has been marked as a duplicate of bug 2332063 *** Having same problem with kernel boot on Dell Precision 5690 ref, Screenshot of the boot where it gets stuck is here: https://imgur.com/gallery/kernel-6-11-11-300-fc41-x86-64-has-bugs-Qp9e6Nq **Hardware** *Dell Precision 5690* CPU: Intel(R) Core(TM) Ultra 9 185H GPU: NVIDIA AD107GLM - RTX 1000 Ada Generation > Having same problem with kernel boot on Dell Precision 5690 Seems that is fixed on kernel-6.12.5-200 However, camera app seems to be not working yet. Here's screenshot. https://imgur.com/a/tLF4o5R Need help where (probably some gnome app project) to report it? (In reply to Atiq from comment #3) > > Having same problem with kernel boot on Dell Precision 5690 > > Seems that is fixed on kernel-6.12.5-200 > > However, camera app seems to be not working yet. Here's screenshot. > https://imgur.com/a/tLF4o5R > > Need help where (probably some gnome app project) to report it? First of all please make sure you have installed all recent updates by running: "sudo dnf update". Then check if your camera works at all when directly using libcamera by using qcam, see: https://fedoraproject.org/wiki/Changes/IPU6_Camera_support#How_To_Test For the permission error in your screen shot, please see: https://jgrulich.cz/2024/12/13/when-your-webcam-doesnt-work-solving-firefox-and-pipewire-issues/ If the camera does not work in qcam please file a new bug to track this against component kernel, first please enable some extra debugging by running: sudo grubby --update-kernel=ALL --args="intel_skl_int3472_discrete.dyndbg" Reboot and read and follow: https://fedoraproject.org/wiki/Changes/IPU6_Camera_support#How_To_Test to test the cameras. If things still do not work, please run the following commands to collect logs after testing the cameras: `journalctl -b 0 -k > kernel.txt` `lsusb > lsusb.txt` `ls -l /sys/bus/i2c/devices/ > i2c-devices.txt` `ls -l /sys/bus/spi/devices/ > spi-devices.txt` And then please file a bug here: https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora&component=kernel using "IPU6 camera on $vendor $model laptop does not work" as summary and attach the generated "*.txt" files to the bug. p.s. I'm taking an end of year break till January 6th, so my next reply will be in January. |