Skip to content

Making intel MIPI working with Ubuntu 22.04

TL;DR

I managed to make things work for some time, but now it's back black, with those commands:

dkms status
sudo dkms remove -m ipu6-drivers/0~git202406240945.aecec2aa-0ubuntu2~24.04.2 -k 6.8.0-49-generic
dkms status
sudo apt purge intel-ipu6-dkms
sudo apt remove v4l2loopback-dkms
sudo add-apt-repository ppa:oem-solutions-group/intel-ipu6
sudo apt install libcamhal0
sudo apt install linux-modules-ipu6-generic-hwe-24.04
reboot

Dell site ref

On dell site there is one issue entry for this stating that this is working for ubuntu 22.04 and not for 24.04. * Dell support site

GitHub

In this github I found the solution above but things went bad again after some upgrade.

Ubuntu Wiki article