XPS 13 Plus 9320 laptop owners may experience a detection issue with their onboard webcam.
This is only seen when running the Ubuntu 22.04 Linux operating system.
We have identified that this typically happens when the laptop has been installed with Ubuntu 22.04 by the owner or their IT department. The installation was not carried out using the Dell Ubuntu Recovery Image.
Ubuntu stock install images from non-Dell sources do not contain all the Dell required packages. These packages allow the webcam to function and be detected.
Ubuntu tracks and provides instructions for fixing issues from installing the Generic image on the Ubuntu Wiki site https://wiki.ubuntu.com/Dell
The following instructions take you through restoring the camera's full functionality.
If stock Ubuntu 22.04 was installed, the Intel kernel driver is out-of-tree. You must install the stack manually:
Open a terminal window:
The easiest way to open a terminal window is to use the keyboard shortcut: CTRL + ALT + T.
You can also open a terminal window from the search bar on the user interfaces (UI) desktop. Type Terminal
into the bar and click on the results that appear.
Type each of the following terminal commands into the terminal window and press Enter:
$ sudo add-apt-repository ppa:oem-solutions-engineers/oem-projects-meta
$ sudo apt install oem-somerville-tentacool-meta
$ sudo apt update
$ sudo apt full-upgrade
$ sudo systemctl poweroff
$ sudo cheese -d "Intel MIPI Camera"
Here are some recommended articles related to this topic that might be of interest to you.