mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [BUG?] media: ipu6 / ov01a10 webcam not detected
@ 2024-11-16  0:12 Nicolas Lorin
  2024-11-16  6:05 ` Nicolas Lorin
  0 siblings, 1 reply; 6+ messages in thread
From: Nicolas Lorin @ 2024-11-16  0:12 UTC (permalink / raw)
  To: sakari.ailus, bingbu.cao; +Cc: linux-kernel, linux-media

Hi,

I'm running the following kernel on a Dell XPS 9315.

   󱞪 uname -a
Linux androwbook 6.11.7-zen1-1-zen #1 ZEN SMP PREEMPT_DYNAMIC Fri, 08 
Nov 2024 17:57:58 +0000 x86_64 GNU/Linux

I'm trying to get the webcam to work but the sensor (ipu6 / ov01a10) 
doesn't seem to be detected and kernel is showing the following:

   󱞪 doas dmesg | grep ipu6
[   29.543059] intel-ipu6 0000:00:05.0: enabling device (0000 -> 0002)
[   29.543294] intel-ipu6 0000:00:05.0: IPU6 in non-secure mode touch 
0x0 mask 0xff
[   29.549549] intel-ipu6 0000:00:05.0: FW version: 20230925
those last two lines repeating again and again and then stopping at some 
points.

Both modules ov01a10 and intel_ipu6 are loaded.

There are multiple reports of similar problems with the same kind of 
Dell laptop:
https://github.com/intel/ipu6-drivers/issues/291
https://github.com/intel/ipu6-drivers/issues/288
https://github.com/intel/ipu6-drivers/issues/298

I'm running Full Disk Encryption and Secureboot if it matters but had no 
luck disabling Secureboot.

I'm currently building mainline to test. Sorry if it lacks precision, 
I'll be happy to add any info needed.

Regards,

-- 
Nicolas Lorin


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

* Re: [BUG?] media: ipu6 / ov01a10 webcam not detected
  2024-11-16  0:12 [BUG?] media: ipu6 / ov01a10 webcam not detected Nicolas Lorin
@ 2024-11-16  6:05 ` Nicolas Lorin
  2024-11-18  4:46   ` Cao, Bingbu
  0 siblings, 1 reply; 6+ messages in thread
From: Nicolas Lorin @ 2024-11-16  6:05 UTC (permalink / raw)
  To: bingbu.cao, sakari.ailus; +Cc: linux-kernel, linux-media

Same thing on latest mainline:

   󱞪 uname -a
Linux androwbook 6.12.0-rc7-1-git #1 SMP PREEMPT_DYNAMIC Fri, 15 Nov 
2024 23:35:35 +0000 x86_64 GNU/Linux

dmesg also show this after stopping repeating the two lines:

[   17.272302] pci 0000:00:05.0: deferred probe pending: intel-ipu6: 
IPU6 bridge init failed

-- 
Nicolas Lorin


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

* RE: [BUG?] media: ipu6 / ov01a10 webcam not detected
  2024-11-16  6:05 ` Nicolas Lorin
@ 2024-11-18  4:46   ` Cao, Bingbu
  2024-11-18 19:08     ` Nicolas Lorin
  0 siblings, 1 reply; 6+ messages in thread
From: Cao, Bingbu @ 2024-11-18  4:46 UTC (permalink / raw)
  To: Nicolas Lorin, sakari.ailus; +Cc: linux-kernel, linux-media

Nicolas,

Why was your IPU device  running on non-secure mode?
`intel-ipu6 0000:00:05.0: IPU6 in non-secure mode touch 0x0 mask 0xff`

Could you please confirm that you are running with a correct IFWI(BIOS)?


------------------------------------------------------------------------
BRs,  
Bingbu Cao

>-----Original Message-----
>From: Nicolas Lorin <androw95220@gmail.com>
>Sent: Saturday, November 16, 2024 2:06 PM
>To: Cao, Bingbu <bingbu.cao@intel.com>; sakari.ailus@linux.intel.com
>Cc: linux-kernel@vger.kernel.org; linux-media@vger.kernel.org
>Subject: Re: [BUG?] media: ipu6 / ov01a10 webcam not detected
>
>Same thing on latest mainline:
>
>   󱞪 uname -a
>Linux androwbook 6.12.0-rc7-1-git #1 SMP PREEMPT_DYNAMIC Fri, 15 Nov
>2024 23:35:35 +0000 x86_64 GNU/Linux
>
>dmesg also show this after stopping repeating the two lines:
>
>[   17.272302] pci 0000:00:05.0: deferred probe pending: intel-ipu6:
>IPU6 bridge init failed
>
>--
>Nicolas Lorin


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

* Re: [BUG?] media: ipu6 / ov01a10 webcam not detected
  2024-11-18  4:46   ` Cao, Bingbu
@ 2024-11-18 19:08     ` Nicolas Lorin
  2024-11-19  4:26       ` Cao, Bingbu
  0 siblings, 1 reply; 6+ messages in thread
From: Nicolas Lorin @ 2024-11-18 19:08 UTC (permalink / raw)
  To: Cao, Bingbu, sakari.ailus; +Cc: linux-kernel, linux-media

Bingdu,

How can I enforce secure mode? I didn't find any way to change that.

The computer is running Dell BIOS firmware 1.24.0. What do you mean with 
correct?

Regards,

Nicolas Lorin

Le 18/11/2024 à 05:46, Cao, Bingbu a écrit :
> Nicolas,
>
> Why was your IPU device  running on non-secure mode?
> `intel-ipu6 0000:00:05.0: IPU6 in non-secure mode touch 0x0 mask 0xff`
>
> Could you please confirm that you are running with a correct IFWI(BIOS)?
>
>
> ------------------------------------------------------------------------
> BRs,
> Bingbu Cao
>
>> -----Original Message-----
>> From: Nicolas Lorin<androw95220@gmail.com>
>> Sent: Saturday, November 16, 2024 2:06 PM
>> To: Cao, Bingbu<bingbu.cao@intel.com>;sakari.ailus@linux.intel.com
>> Cc:linux-kernel@vger.kernel.org;linux-media@vger.kernel.org
>> Subject: Re: [BUG?] media: ipu6 / ov01a10 webcam not detected
>>
>> Same thing on latest mainline:
>>
>>    󱞪 uname -a
>> Linux androwbook 6.12.0-rc7-1-git #1 SMP PREEMPT_DYNAMIC Fri, 15 Nov
>> 2024 23:35:35 +0000 x86_64 GNU/Linux
>>
>> dmesg also show this after stopping repeating the two lines:
>>
>> [   17.272302] pci 0000:00:05.0: deferred probe pending: intel-ipu6:
>> IPU6 bridge init failed
>>
>> --
>> Nicolas Lorin

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

* RE: [BUG?] media: ipu6 / ov01a10 webcam not detected
  2024-11-18 19:08     ` Nicolas Lorin
@ 2024-11-19  4:26       ` Cao, Bingbu
  2024-11-25 22:08         ` Nicolas Lorin
  0 siblings, 1 reply; 6+ messages in thread
From: Cao, Bingbu @ 2024-11-19  4:26 UTC (permalink / raw)
  To: Nicolas Lorin, sakari.ailus; +Cc: linux-kernel, linux-media

Nicolas,

The IPU should be enforced to run in secure mode(not the `secure boot`)
in product, no BIOS option for it. I suggest you get support from vendor
to check.

------------------------------------------------------------------------
BRs,  
Bingbu Cao

>-----Original Message-----
>From: Nicolas Lorin <androw95220@gmail.com>
>Sent: Tuesday, November 19, 2024 3:09 AM
>To: Cao, Bingbu <bingbu.cao@intel.com>; sakari.ailus@linux.intel.com
>Cc: linux-kernel@vger.kernel.org; linux-media@vger.kernel.org
>Subject: Re: [BUG?] media: ipu6 / ov01a10 webcam not detected
>
>Bingdu,
>
>How can I enforce secure mode? I didn't find any way to change that.
>
>The computer is running Dell BIOS firmware 1.24.0. What do you mean
>with correct?
>
>Regards,
>
>Nicolas Lorin
>
>Le 18/11/2024 à 05:46, Cao, Bingbu a écrit :
>> Nicolas,
>>
>> Why was your IPU device  running on non-secure mode?
>> `intel-ipu6 0000:00:05.0: IPU6 in non-secure mode touch 0x0 mask
>0xff`
>>
>> Could you please confirm that you are running with a correct
>IFWI(BIOS)?
>>
>>
>> -------------------------------------------------------------------
>---
>> --
>> BRs,
>> Bingbu Cao
>>
>>> -----Original Message-----
>>> From: Nicolas Lorin<androw95220@gmail.com>
>>> Sent: Saturday, November 16, 2024 2:06 PM
>>> To: Cao, Bingbu<bingbu.cao@intel.com>;sakari.ailus@linux.intel.com
>>> Cc:linux-kernel@vger.kernel.org;linux-media@vger.kernel.org
>>> Subject: Re: [BUG?] media: ipu6 / ov01a10 webcam not detected
>>>
>>> Same thing on latest mainline:
>>>
>>>    󱞪 uname -a
>>> Linux androwbook 6.12.0-rc7-1-git #1 SMP PREEMPT_DYNAMIC Fri, 15
>Nov
>>> 2024 23:35:35 +0000 x86_64 GNU/Linux
>>>
>>> dmesg also show this after stopping repeating the two lines:
>>>
>>> [   17.272302] pci 0000:00:05.0: deferred probe pending: intel-
>ipu6:
>>> IPU6 bridge init failed
>>>
>>> --
>>> Nicolas Lorin

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

* Re: [BUG?] media: ipu6 / ov01a10 webcam not detected
  2024-11-19  4:26       ` Cao, Bingbu
@ 2024-11-25 22:08         ` Nicolas Lorin
  0 siblings, 0 replies; 6+ messages in thread
From: Nicolas Lorin @ 2024-11-25 22:08 UTC (permalink / raw)
  To: Cao, Bingbu, sakari.ailus; +Cc: linux-kernel, linux-media

Thanks!
Got no help from Dell.

Somebody seems to have some clue here 
https://bugzilla.redhat.com/show_bug.cgi?id=2316918#c22

The non-secure mode doesn't seem to be an issue.

Nicolas Lorin

Le 19/11/2024 à 05:26, Cao, Bingbu a écrit :
> Nicolas,
>
> The IPU should be enforced to run in secure mode(not the `secure boot`)
> in product, no BIOS option for it. I suggest you get support from vendor
> to check.
>
> ------------------------------------------------------------------------
> BRs,
> Bingbu Cao
>
>> -----Original Message-----
>> From: Nicolas Lorin <androw95220@gmail.com>
>> Sent: Tuesday, November 19, 2024 3:09 AM
>> To: Cao, Bingbu <bingbu.cao@intel.com>; sakari.ailus@linux.intel.com
>> Cc: linux-kernel@vger.kernel.org; linux-media@vger.kernel.org
>> Subject: Re: [BUG?] media: ipu6 / ov01a10 webcam not detected
>>
>> Bingdu,
>>
>> How can I enforce secure mode? I didn't find any way to change that.
>>
>> The computer is running Dell BIOS firmware 1.24.0. What do you mean
>> with correct?
>>
>> Regards,
>>
>> Nicolas Lorin
>>
>> Le 18/11/2024 à 05:46, Cao, Bingbu a écrit :
>>> Nicolas,
>>>
>>> Why was your IPU device  running on non-secure mode?
>>> `intel-ipu6 0000:00:05.0: IPU6 in non-secure mode touch 0x0 mask
>> 0xff`
>>> Could you please confirm that you are running with a correct
>> IFWI(BIOS)?
>>>
>>> -------------------------------------------------------------------
>> ---
>>> --
>>> BRs,
>>> Bingbu Cao
>>>
>>>> -----Original Message-----
>>>> From: Nicolas Lorin<androw95220@gmail.com>
>>>> Sent: Saturday, November 16, 2024 2:06 PM
>>>> To: Cao, Bingbu<bingbu.cao@intel.com>;sakari.ailus@linux.intel.com
>>>> Cc:linux-kernel@vger.kernel.org;linux-media@vger.kernel.org
>>>> Subject: Re: [BUG?] media: ipu6 / ov01a10 webcam not detected
>>>>
>>>> Same thing on latest mainline:
>>>>
>>>>     󱞪 uname -a
>>>> Linux androwbook 6.12.0-rc7-1-git #1 SMP PREEMPT_DYNAMIC Fri, 15
>> Nov
>>>> 2024 23:35:35 +0000 x86_64 GNU/Linux
>>>>
>>>> dmesg also show this after stopping repeating the two lines:
>>>>
>>>> [   17.272302] pci 0000:00:05.0: deferred probe pending: intel-
>> ipu6:
>>>> IPU6 bridge init failed
>>>>
>>>> --
>>>> Nicolas Lorin

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

end of thread, other threads:[~2024-11-25 22:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-11-16  0:12 [BUG?] media: ipu6 / ov01a10 webcam not detected Nicolas Lorin
2024-11-16  6:05 ` Nicolas Lorin
2024-11-18  4:46   ` Cao, Bingbu
2024-11-18 19:08     ` Nicolas Lorin
2024-11-19  4:26       ` Cao, Bingbu
2024-11-25 22:08         ` Nicolas Lorin

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

all inboxes | Powered by JetHome®