06-28-2016, 11:31 PM
That doesn't help for me. I'm running Debian, uboot and kernel are updated to newest. It seems that system just doesn't see the camera at all. There's no /dev/video and dmesg shows v4l-modules loaded with "device as (null)". Full dmesg here.
There have been different information about the required kernel module. Some say it's hm5065, others ov6650 or s5k4ec. I've tried them all and several others with modprobe with no luck. At the moment my lsmod says
Still no /dev/video, which I think should be there if v4l-device is working. The program suggested here (guvcview) does nothing because it can't find the video device.
Could someone with the soc camera working post their lsmod? Or dmesg? I have no idea where to continue now.
There have been different information about the required kernel module. Some say it's hm5065, others ov6650 or s5k4ec. I've tried them all and several others with modprobe with no luck. At the moment my lsmod says
Code:
root@pine:~# lsmod
Module Size Used by
ov6650 17419 0
soc_camera 23007 1 ov6650
soc_mediabus 12729 1 soc_camera
videobuf_core 21858 1 soc_camera
hm5065 25664 0
s5k4ec 33771 0
vfe_v4l2 747618 0
vfe_io 34085 3 vfe_v4l2,hm5065,s5k4ec
mali 199851 0
ir_lirc_codec 12756 0
lirc_dev 17032 1 ir_lirc_codec
ir_jvc_decoder 12487 0
ir_sanyo_decoder 12491 0
ir_sony_decoder 12489 0
ir_rc6_decoder 12520 0
ir_nec_decoder 12487 0
ir_rc5_decoder 12487 0
ir_mce_kbd_decoder 12628 0
ss 33083 0
videobuf2_dma_contig 17668 1 vfe_v4l2
videobuf2_memops 12546 1 videobuf2_dma_contig
sunxi_ir_rx 12902 0
videobuf2_core 30952 2 vfe_v4l2,soc_camera
cedar_ve 17368 0
8723bs 1365012 0
cfg80211 374207 1 8723bs
Could someone with the soc camera working post their lsmod? Or dmesg? I have no idea where to continue now.