Hi,
I have a Precision 5690 laptop running Xubuntu 24.04.1 LTS x86_64, and my built-in Intel MIPI Camera (IPU6) is not working, so I will describe the problem as lodjuret2001 (Intel MIPI camera on Ubuntu 24.04 - #41 by lodjuret2001)
- USB Webcam (Logitech) works fine.
- The Intel MIPI Camera is detected in v4l2-ctl --list-devices, but it’s not functional.
I have followed solutions from similar threads and executed the following commands:
Removed Old IPU6/7 Packages
sudo add-apt-repository --remove ppa:oem-solutions-group/intel-ipu6
sudo add-apt-repository --remove ppa:oem-solutions-group/intel-ipu7
sudo apt autopurge oem-*-meta libia-* libgcss* libipu* libcamhal*
sudo apt autopurge lib*ipu6*
sudo apt autopurge lib*ipu7*
Installed Dell Drivers
sudo apt install ubuntu-oem-keyring
sudo add-apt-repository "deb http://dell.archive.canonical.com/ noble somerville"
sudo apt-get update
Checked available drivers using:
ubuntu-drivers list
Output:
udevadm hwdb is deprecated. Use systemd-hwdb instead.
udevadm hwdb is deprecated. Use systemd-hwdb instead.
udevadm hwdb is deprecated. Use systemd-hwdb instead.
oem-somerville-magmar-meta
libcamhal0
intel-ipu6-dkms, (kernel modules provided by intel-ipu6-dkms)
Install driver:
sudo apt install libcamhal0
Checked Installed Repositories
sudo add-apt-repository --list
Output:
Types: deb
URIs: http://pl.archive.ubuntu.com/ubuntu/
Suites: noble noble-updates noble-backports
Components: main restricted universe multiverse
Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg
Types: deb
URIs: http://security.ubuntu.com/ubuntu/
Suites: noble-security
Components: main restricted universe multiverse
Signed-By: /usr/share/keyrings/ubuntu-archive-keyring.gpg
deb https://download.docker.com/linux/ubuntu noble stable
deb [arch=amd64] https://dl.google.com/linux/chrome/deb/ stable main
deb http://dell.archive.canonical.com/ noble somerville
deb https://packagecloud.io/slacktechnologies/slack/debian/ jessie main
Tried Installing Kernel Modules
sudo apt-get install --no-install-recommends --yes \
linux-generic-hwe-24.04 \
linux-modules-ipu6-generic-hwe-24.04 \
linux-modules-usbio-generic-hwe-24.04
Output:
linux-generic-hwe-24.04 is already the newest version (6.11.0-17.17~24.04.2+2).
linux-modules-ipu6-generic-hwe-24.04 is already the newest version (6.11.0-17.17~24.04.2+2).
linux-modules-usbio-generic-hwe-24.04 is already the newest version (6.11.0-17.17~24.04.2+2).
0 upgraded, 0 newly installed, 0 to remove and 6 not upgraded.
The camera is visible in the system but does not work (https://webcamtests.com/):
Kernel & System Info
uname -a
Linux mberkan-lap3 6.11.0-17-generic #17~24.04.2-Ubuntu SMP PREEMPT_DYNAMIC Mon Jan 20 22:48:29 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
hostnamectl
Static hostname: mberkan-lap3
Icon name: computer-laptop
Chassis: laptop 💻
Machine ID: **************
Boot ID: **************
Operating System: Ubuntu 24.04.2 LTS
Kernel: Linux 6.11.0-17-generic
Architecture: x86-64
Hardware Vendor: Dell Inc.
Hardware Model: Precision 5690
Firmware Version: 1.9.1
Firmware Date: Sun 2024-12-15
Firmware Age: 1month 4w 1d
Webcam Detection (v4l2-ctl --list-devices)
v4l2-ctl --list-devices
ipu6 (PCI:pci:pci0000:00):
/dev/video1
/dev/video2
/dev/video3
/dev/video4
/dev/video5
/dev/video6
/dev/video7
/dev/video8
ipu6 (pci:pci0000:00):
/dev/media0
Intel MIPI Camera (platform:v4l2loopback-000):
/dev/video0
Thanks in advance for your help!