I have a Dell XPS 9320 laptop running Ubuntu 24.04.1 LTS, and my built-in Intel MIPI Camera (IPU6) is not working.
- USB Webcam (Logitech StreamCam) works fine.
- The Intel MIPI Camera is detected in v4l2-ctl --list-devices, but it’s not functional.
I am new to Linux and still learning. Any help would be really appreciated! 
Steps Taken So Far
I have followed solutions from similar threads and executed the following commands:
 Removed Old IPU6/7 Packages
 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
 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.
oem-somerville-tentacool-meta
intel-ipu6-dkms, (kernel modules provided by intel-ipu6-dkms)
- Installed listed drivers:
sudo apt install libcamhal0
 Checked Installed Repositories
 Checked Installed Repositories
sudo add-apt-repository --list
Output:
deb [arch=amd64] http://dl.google.com/linux/chrome-remote-desktop/deb/ stable main 
deb http://dell.archive.canonical.com/ noble somerville somerville-tentacool
deb http://security.ubuntu.com/ubuntu/ noble-security main restricted universe multiverse
(There was lots of pub keys, let me know if you need more detailed output.)
 Tried Installing Kernel Modules
 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
Error Output:
E: Unable to locate package linux-generic-hwe-24.04
E: Couldn't find any package by glob 'linux-generic-hwe-24.04'
E: Couldn't find any package by regex 'linux-generic-hwe-24.04'
 Booted Into an Older Kernel
 Booted Into an Older Kernel
- Used Advanced Options in GRUB to boot into 6.8.0-51-genericinstead of6.8.0-52-generic.
- Still no change—Intel MIPI Camera remains non-functional.
Diagnostic Outputs
Kernel & System Info
uname -a
Linux ymannen-XPS-9320 6.8.0-51-generic #52-Ubuntu SMP PREEMPT_DYNAMIC Thu Dec  5 13:09:44 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
hostnamectl
Static hostname: ymannen-XPS-9320
Icon name: computer-laptop
Chassis: laptop 💻
Machine ID: 3b5daaf4c2e94546bcf8a292f4af9e07
Boot ID: 588821a22db545b4a26b0332768f41cd
Operating System: Ubuntu 24.04.1 LTS
Kernel: Linux 6.8.0-51-generic
Architecture: x86-64
Hardware Vendor: Dell Inc.
Hardware Model: XPS 9320
Firmware Version: 2.16.1
Firmware Date: Wed 2024-09-11
Firmware Age: 5 months
Webcam Detection (v4l2-ctl --list-devices)
v4l2-ctl --list-devices
ipu6 (pci:pci0000:00):
	/dev/media1
Intel MIPI Camera (platform:v4l2loopback-000):
	/dev/video0
Logitech StreamCam (usb-0000:00:14.0-1.3.3):
	/dev/video1
	/dev/video2
	/dev/media0
- USB camera works fine.
- MIPI camera is listed but does not function.
Again, I’m new to Linux, so any step-by-step guidance would be greatly appreciated! 
Thanks in advance for your help!

 Restart the Service and Test Again
 Restart the Service and Test Again
 Final Check and Reboot
 Final Check and Reboot