intel / ipu6-drivers

GNU General Public License v2.0
160 stars 51 forks source link

ov2740 i2c-INT3474:01: failed to find sensor: -121 #252

Open henriqueslaporta opened 1 month ago

henriqueslaporta commented 1 month ago

System


Acer Swift SF314-71
12th Gen Intel® Core™ i7-12700H

Ubuntu 24.04 LTS 6.8.0-36-generic


> sudo dmesg -T

intel-ipu6 0000:00:05.0: Device 0x465d (rev: 0x2) intel-ipu6 0000:00:05.0: physical base address 0x601e000000 intel-ipu6 0000:00:05.0: mapped as: 0x000000003b09940f intel-ipu6 0000:00:05.0: IPU in secure mode intel-ipu6 0000:00:05.0: IPU secure touch = 0x0 intel-ipu6 0000:00:05.0: IPU camera mask = 0xff intel-ipu6 0000:00:05.0: IPC reset done intel-ipu6 0000:00:05.0: cpd file name: intel/ipu6ep_fw.bin intel-ipu6 0000:00:05.0: FW version: 20230925 intel-ipu6 0000:00:05.0: Found supported sensor INT3474:01 intel-ipu6 0000:00:05.0: Connected 1 cameras intel-ipu6 0000:00:05.0: Sending BOOT_LOAD to CSE intel-ipu6 0000:00:05.0: Sending AUTHENTICATE_RUN to CSE ov2740 i2c-INT3474:01: failed to find sensor: -121

Full log: [dmesg_file.txt](https://github.com/user-attachments/files/16159061/dmesg_file.txt)

> v4l2-ctl --list-devices

ipu6 (pci:pci0000:00): /dev/media0



I already tried different solutions mentioned here #228 with no success.
I had this problem since older versions o the kernel and other versions of Ubuntu

---

EDIT

Just to add more information about what i have tried, before open this issue
![image](https://github.com/intel/ipu6-drivers/assets/30013138/43123126-e0cc-47dc-922b-a767670af155)

- Fresh install, with `IPU6 driver from intel-ipu6-dkms` by himself with out install anything more.
- Fresh install, with `IPU6 driver from intel-ipu6-dkms` by himself making some changes on the file location, and installing some packages trying something.
- Fresh install, remove `IPU6 driver from intel-ipu6-dkms` and install `IPU6 from libcamhal0`. Tried using the steps of this repository o Readme and also using the ppa.
- Fresh install, use `IPU6 from libcamhal0` without remove `IPU6 driver from intel-ipu6-dkms`.

Any case always get the same error.

Yes, I know and understand my system is not "officially" supported for Ubuntu, but never was a problem until now.
andyyeh75 commented 1 month ago

Hi,

Same as https://github.com/intel/ipu6-drivers/issues/237 for Samsung, we have observed that even those designs with IPU6 Camera but has no Ubuntu cert granted. Hence the integration should be involved with BIOS configuration (I have seen in some cases BIOS config is wrong; but the camera still works in Windows. Suspects there are hacks in Windows driver), upstream kernel driver implementation, and few xml files required to be modified in user space. PC vendor would have to step in to make the camera work both on Windows and Linux.

Not sure Acer customer service will give you the response, but there is no easy way to obtain an installation package on your Acer device. Thanks.