public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* OVTI08F4:00 sensor not in media graph
@ 2026-02-23 12:58 Juliusz Chroboczek
  2026-02-23 13:29 ` Sakari Ailus
  0 siblings, 1 reply; 5+ messages in thread
From: Juliusz Chroboczek @ 2026-02-23 12:58 UTC (permalink / raw)
  To: linux-media; +Cc: Sakari Ailus, Bingbu Cao, Tianshu Qiu

Hello,

This has been reported at

    <https://gitlab.freedesktop.org/camera/libcamera/-/issues/318>

A kind gentleman there recommended that I contact linux-media.  Since I am
not subscribed, please CC me with any followups.

Dell Pro Max 14 Premium MA14250 laptop (Arrow Lake CPU), Debian testing,
kernel 6.18.9+deb14-amd64, libcamera 0.7.0-2.

The camera appears to be recognised by the kernel:

    $ sudo dmesg | grep -i ipu
    [    0.004960] ACPI: SSDT 0x0000000051FDB000 0000F9 (v02 INTEL  IpuSsdt  00001000 INTL 20210930)
    [    6.716232] intel-ipu6 0000:00:05.0: enabling device (0000 -> 0002)
    [    6.731807] intel-ipu6 0000:00:05.0: Found supported sensor OVTI08F4:00
    [    6.731872] intel-ipu6 0000:00:05.0: Connected 1 cameras
    [    6.734633] intel-ipu6 0000:00:05.0: Sending BOOT_LOAD to CSE
    [    6.774011] intel-ipu6 0000:00:05.0: Sending AUTHENTICATE_RUN to CSE
    [    6.822558] intel-ipu6 0000:00:05.0: CSE authenticate_run done
    [    6.822568] intel-ipu6 0000:00:05.0: IPU6-v4[7d19] hardware version 6

However, libcamera complains that it cannot find a sensor:

     $ cam -l
     [1:56:27.699418955] [20417]  INFO Camera camera_manager.cpp:340 libcamera v0.7.0
     [1:56:27.724735682] [20420]  INFO SimplePipeline simple.cpp:1899 No sensor found for /dev/media0
     Available cameras:

Running "media-ctl -d /dev/media0 -p" indicates that the sensor is not in
the media graph:

    https://gitlab.freedesktop.org/camera/libcamera/-/issues/318#note_3342927

Please let me know if any further information would be useful.

Thanks for your help,

-- Juliusz

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: OVTI08F4:00 sensor not in media graph
  2026-02-23 12:58 OVTI08F4:00 sensor not in media graph Juliusz Chroboczek
@ 2026-02-23 13:29 ` Sakari Ailus
  2026-02-23 13:39   ` Juliusz Chroboczek
  0 siblings, 1 reply; 5+ messages in thread
From: Sakari Ailus @ 2026-02-23 13:29 UTC (permalink / raw)
  To: Juliusz Chroboczek; +Cc: linux-media, Bingbu Cao, Tianshu Qiu, Antti Laakso

Hi Julius,

On Mon, Feb 23, 2026 at 01:58:00PM +0100, Juliusz Chroboczek wrote:
> Hello,
> 
> This has been reported at
> 
>     <https://gitlab.freedesktop.org/camera/libcamera/-/issues/318>
> 
> A kind gentleman there recommended that I contact linux-media.  Since I am
> not subscribed, please CC me with any followups.
> 
> Dell Pro Max 14 Premium MA14250 laptop (Arrow Lake CPU), Debian testing,
> kernel 6.18.9+deb14-amd64, libcamera 0.7.0-2.
> 
> The camera appears to be recognised by the kernel:
> 
>     $ sudo dmesg | grep -i ipu
>     [    0.004960] ACPI: SSDT 0x0000000051FDB000 0000F9 (v02 INTEL  IpuSsdt  00001000 INTL 20210930)
>     [    6.716232] intel-ipu6 0000:00:05.0: enabling device (0000 -> 0002)
>     [    6.731807] intel-ipu6 0000:00:05.0: Found supported sensor OVTI08F4:00
>     [    6.731872] intel-ipu6 0000:00:05.0: Connected 1 cameras
>     [    6.734633] intel-ipu6 0000:00:05.0: Sending BOOT_LOAD to CSE
>     [    6.774011] intel-ipu6 0000:00:05.0: Sending AUTHENTICATE_RUN to CSE
>     [    6.822558] intel-ipu6 0000:00:05.0: CSE authenticate_run done
>     [    6.822568] intel-ipu6 0000:00:05.0: IPU6-v4[7d19] hardware version 6
> 
> However, libcamera complains that it cannot find a sensor:
> 
>      $ cam -l
>      [1:56:27.699418955] [20417]  INFO Camera camera_manager.cpp:340 libcamera v0.7.0
>      [1:56:27.724735682] [20420]  INFO SimplePipeline simple.cpp:1899 No sensor found for /dev/media0
>      Available cameras:
> 
> Running "media-ctl -d /dev/media0 -p" indicates that the sensor is not in
> the media graph:
> 
>     https://gitlab.freedesktop.org/camera/libcamera/-/issues/318#note_3342927
> 
> Please let me know if any further information would be useful.

This laptop should start working with the CVS driver makes it to upstream.
I'd hope this happens for Linux v7.1, there are no guarantees though. The
ov08x40 and USBIO drivers already exist in the upstream kernel.

Cc Antti, too.

-- 
Kind regards,

Sakari Ailus

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: OVTI08F4:00 sensor not in media graph
  2026-02-23 13:29 ` Sakari Ailus
@ 2026-02-23 13:39   ` Juliusz Chroboczek
  2026-02-23 17:16     ` Sakari Ailus
  0 siblings, 1 reply; 5+ messages in thread
From: Juliusz Chroboczek @ 2026-02-23 13:39 UTC (permalink / raw)
  To: Sakari Ailus; +Cc: linux-media, Bingbu Cao, Tianshu Qiu, Antti Laakso

> This laptop should start working with the CVS driver makes it to upstream.
> I'd hope this happens for Linux v7.1, there are no guarantees though. The
> ov08x40 and USBIO drivers already exist in the upstream kernel.

Thanks for the info, I'll wait patiently.

Regards,

-- Juliusz

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: OVTI08F4:00 sensor not in media graph
  2026-02-23 13:39   ` Juliusz Chroboczek
@ 2026-02-23 17:16     ` Sakari Ailus
  2026-03-04 22:56       ` Juliusz Chroboczek
  0 siblings, 1 reply; 5+ messages in thread
From: Sakari Ailus @ 2026-02-23 17:16 UTC (permalink / raw)
  To: Juliusz Chroboczek; +Cc: linux-media, Bingbu Cao, Tianshu Qiu, Antti Laakso

On Mon, Feb 23, 2026 at 02:39:22PM +0100, Juliusz Chroboczek wrote:
> > This laptop should start working with the CVS driver makes it to upstream.
> > I'd hope this happens for Linux v7.1, there are no guarantees though. The
> > ov08x40 and USBIO drivers already exist in the upstream kernel.
> 
> Thanks for the info, I'll wait patiently.

In the meantime you can try the CVS driver from here
<URL:https://github.com/intel/vision-drivers/tree/main/drivers/misc/icvs>.

-- 
Sakari Ailus

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: OVTI08F4:00 sensor not in media graph
  2026-02-23 17:16     ` Sakari Ailus
@ 2026-03-04 22:56       ` Juliusz Chroboczek
  0 siblings, 0 replies; 5+ messages in thread
From: Juliusz Chroboczek @ 2026-03-04 22:56 UTC (permalink / raw)
  To: Sakari Ailus; +Cc: linux-media, Bingbu Cao, Tianshu Qiu, Antti Laakso

> In the meantime you can try the CVS driver from here
> <URL:https://github.com/intel/vision-drivers/tree/main/drivers/misc/icvs>.

Please see

    https://github.com/intel/vision-drivers/issues/33

-- Juliusz

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2026-03-04 23:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-23 12:58 OVTI08F4:00 sensor not in media graph Juliusz Chroboczek
2026-02-23 13:29 ` Sakari Ailus
2026-02-23 13:39   ` Juliusz Chroboczek
2026-02-23 17:16     ` Sakari Ailus
2026-03-04 22:56       ` Juliusz Chroboczek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox