-
-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dell Latitude 7440 MIPI IPU6 webcam not initializing: "Direct firmware load for intel/ipu/ipu6ep_fw.bin failed with error -2" #1633
Comments
Do we know if all we need is a new kernel? Or are there other steps? Wonder if this would work on Fedora. I don't think anyone on the team has this camera would it would be great to figure this out. |
I think the kernel is good, but the firmware is missing:
There is a file that sounds like a firmware package for these types of cameras:
How can I check if it is installed, and what files it contains? |
Hi, For me, the installed file was intel/ipu6ep_fw.bin, but the module intel_ipu6 is looking into intel/ipu. I not longer have that error, but the device is still not available for v4l2-ctl. |
Thanks, that's a step forward!
|
Ok I've reopened the old issue in the main repo so we can centralize it, nice work and thank you for digging in! |
@castrojo, is the main repo you mentioned available publicly? |
There are rpm packages on rpmfusion for ipu6-camera-bin, maybe that can help |
Here's the main issue for ipu6 support: ublue-os/main#229 |
Describe the bug
Dell Latitude 7440 is one of the laptop models that contain a webcam based on an Intel MIPI IPU6 subsystem.
Proper drivers appeared in Linux 6.10, so are now available in
aurora-dx:latest
.However, while the device is being recognized, the firmware fails to load, and the webcam does not work.
The relevant lines from system journal are as follows:
Indeed, the filesystem contains no files called
ipu6ep_fw.bin
:What did you expect to happen?
I expected the webcam to start working after switching to
:latest
with kernel 6.10.Output of
rpm-ostree status
State: idle AutomaticUpdates: stage; rpm-ostreed-automatic.timer: no runs since boot Deployments: ● ostree-image-signed:docker://ghcr.io/ublue-os/aurora-dx:latest Digest: sha256:262c593992158da426c08f52dab6ce5c4fe646ec4b5614937f5b0a33a6cb347d Version: 40.20240828.0 (2024-08-29T04:51:36Z) ostree-unverified-image:docker://ghcr.io/ublue-os/aurora-dx:latest Digest: sha256:262c593992158da426c08f52dab6ce5c4fe646ec4b5614937f5b0a33a6cb347d Version: 40.20240828.0 (2024-08-29T04:51:36Z)
Output of
groups
Extra information or context
The text was updated successfully, but these errors were encountered: