Bug 2307279
| Summary: | ipu6 with hi556 sensor | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | fattony4 | ||||
| Component: | kernel | Assignee: | Kernel Maintainer List <kernel-maint> | ||||
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 41 | CC: | acaringi, adscvr, airlied, alciregi, bskeggs, hdegoede, hpa, josef, kernel-maint, linville, masami256, mchehab, ptalbert, steved, suraj.ghimire7 | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2024-08-26 08:52:47 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
fattony4
2024-08-22 13:43:45 UTC
Thank you. Looking at the dmesg it seems that the intel-ipu6 kernel module never loads. I suspect that you also have the rpmfusion packages installed and those create a /etc/modprobe/ipu6-driver-select.conf file blacklisting the opensource modules which ship with the mainline kernel because they conflict with the the out of tree drivers from the rpmfusion packages. To fix this run "sudo ipu6-driver-select foss" to switch to using the FOSS stack. Note I'm not seeing the out-of-tree drivers trying to load in dmesg either, but I guess they might need some work to build successfully against a 6.11 kernel. This is what I did: $ cat /etc/modprobe/ipu* cat: '/etc/modprobe/ipu*': No such file or directory $ ipu6-driver-select foss Removed '/etc/systemd/system/multi-user.target.wants/v4l2-relayd.service'. Reboot your system for the changes to take effect Then I rebooted and it now works! Good to hear that things work again.
Needing to run "ipu6-driver-select foss" is expected when you have the rpmfusion pkgs installed ("ipu6-driver-select" is part of the rpmfusion pkgs). So I believe that this bug is resolved now, closing.
Fantastic, thanks again! Btw, this command (ipu6-driver-select) does not seem to be documented anywhere. Maybe you could mention it on the following pages: https://fedoraproject.org/wiki/Changes/IPU6_Camera_support https://discussion.fedoraproject.org/t/f41-change-proposal-ipu6-camera-support-self-contained/124329/4 |