Dell Latitude 7440 camera not found, Ubuntu 22.04

Hi federica i have the same problem i have a Dell Inc. Latitude 7440 these are my drivers


i already did what you said but is not working, i did something wrong?

edit: my ubuntu is 22.04

1 Like

Hi Manuel,
what exactly is happening with the camera? Not working at all?
22.04 LTS supports MIPI cameras via OEM metapackages.
Here is the link (see section 3.1.3): https://wiki.ubuntu.com/DeveloperMembershipBoard/KnowledgeBase#Canonical_OEM_metapackage_packageset

1 Like

yeah its not working at all, the camera light doesnt even turn on I tried several things and none of them worked

Okay, let us fix the issue.
Could you please copy paste here the code for

sudo add-apt-repository --list


thanks this is what is throws

Alright, the last one is a development one we have to remove it.

sudo add-apt-repository --remove ppa:oem-solutions-group/intel-ipu6

Also, the 5th one is a noble (24.04) one. Why is it there?

After that:

sudo apt-get update
sudo apt-get install --no-install-recommends --yes \
    linux-generic-hwe-22.04 \
    linux-modules-ipu6-generic-hwe-22.04 \
    linux-modules-usbio-generic-hwe-22.04

Let me know what happens after

reboot


i reboot after i did the last command and is still not working

Which kernel version are you using? It is listed under About > System details

Okay @mrivera76 , I took some time to look at the table of Ubuntu 22.04 OEM metapackages.

Since you have a Dell Latitude 7440, let us check you have this installed:

sudo apt install oem-somerville-lapras-meta

The MIPI camera should be supported. Then do also:

sudo apt-get autoclean
sudo apt-get autoremove
reboot

9 posts were split to a new topic: Dell 9315 camera not found

9 posts were split to a new topic: Dell 7440 and 7450 camera not found

A post was merged into an existing topic: Dell XPS 9315 camera not found

6 posts were split to a new topic: Dell 7440 camera not working

3 posts were merged into an existing topic: Dell XPS 9315 camera not found

3 posts were split to a new topic: Dell XPS 13 9320 camera not found

2 posts were split to a new topic: Dell Precision 5680 camera not working

4 posts were split to a new topic: Dell Latitude 7440 camera not found

Renamed this topic to be model-specific.
The previous “intel MIPI” title was attracting different problems.

1 Like

This topic was automatically closed after 10 days. New replies are no longer allowed.