You are not logged in.

#1 2017-12-10 07:57:03

raoulsalan
Member
Registered: 2017-11-05
Posts: 2

webcam ov5693 driver issue

there are 2 ov5693 webcam on my devices but i dont know how to make it work !!!
Here is some output of dmesg :

[    2.413071] intel-lpss 0000:00:15.1: enabling device (0000 -> 0002)
[    2.413298] idma64 idma64.1: Found Intel integrated DMA 64-bit
[    2.424594] proc_thermal 0000:00:04.0: enabling device (0000 -> 0002)
[    2.427276] intel_ish_ipc 0000:00:13.0: enabling device (0000 -> 0002)
[    2.430537] ACPI Warning: \_SB.IETM._ART: Return Package type mismatch at index 0 - found Integer, expected Reference (20170728/nspredef-297)
[    2.430546] ACPI: Invalid package element [0]: got number, expecting [R]
[    2.430546] _ART package 0 is invalid, ignored
[    2.430555] ACPI Warning: \_SB.IETM._TRT: Return Package has no elements (empty) (20170728/nsprepkg-130)
[    2.445388] acpi INT33D5:00: intel-hid: created platform device
[    2.445494] input: Intel HID events as /devices/platform/INT33D5:00/input/input9
[    2.484218] media: Linux media interface: v0.10
[    2.490793] Linux video capture interface: v2.00
[    2.494426] ov5693: module is from the staging directory, the quality is unknown, you have been warned.
[    2.495340] ov5693: module is from the staging directory, the quality is unknown, you have been warned.
[    2.497369] tpm_tis MSFT0101:00: 2.0 TPM (device-id 0xFE, rev-id 2)


As we can see , there are 2 ov5693 devices above .
Then i found a android driver here :

https://android.googlesource.com/kernel … r/ov5693.c

Is there a way to make it work under arch linux like compiling a module or something else !?

Please help !

Offline

#2 2017-12-10 19:57:54

GenkiSky
Member
From: This account is henceforth dis
Registered: 2017-04-04
Posts: 82

Re: webcam ov5693 driver issue

What is your definition of not working? Do they not show up in /dev/video* ? dmesg is telling you that the drivers are available for it (staging just means they've been put in the kernel tree for practical purposes but aren't yet considered of kernel quality), so you shouldn't need to go getting other drivers. And, just a sanity check that they didn't get unloaded or something, ov5693 shows up in your lsmod?

Offline

Board footer

Powered by FluxBB