intel / intel/ipu6-drivers

MiPi Camera and Ubuntu: New kernel 6.5 no longer working

Open
#204 20 comments 1 reaction 0 assignees View on GitHub
Dominant language
C
Stars
251
Forks
75
PR merge metrics
No merged PRs in 30d

Description

I followed the steps here (https://wiki.ubuntu.com/Lenovo) to get my MiPi camera working on my Thinkpad X1Gen10 with Ubuntu 22.04.

These steps work under 6.2:
```
$ sudo apt install linux-modules-ipu6-generic-hwe-22.04 linux-modules-ivsc-generic-hwe-22.04 (For generic kernel, like 6.2.0-32-generic)
$ sudo apt install linux-modules-ipu6-oem-22.04c linux-modules-ivsc-oem-22.04c (For oem kernel, like 6.1.0-1021-oem)
$ sudo add-apt-repository ppa:oem-solutions-group/intel-ipu6 (This ppa is still in development, might be not stable, in future you don't need this step)
$ sudo apt install libcamhal0
$ sudo add-apt-repository -r ppa:oem-solutions-group/intel-ipu6 (the ppa will keep updating packages from upstream, might be broken)
$ sudo reboot
```
This worked fine with kernel 6.2, but now fails when booting with the newest kernel with version 6.5.0.14.14. Camera is not starting anymore and I get a black screen instead of the camera image in any application. Booting back to 6.2 does resolve the issue.

Is there a fix for 6.5 on the way?

Thank You!

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.