This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

insmod davinci_capture.ko



I can built the kernel at the end. The way I tried and solved the problem is manually exporting the PATH (Before building the kernel I export the PATH in console).

Then I built the modules to generate tvp5146.ko, mt9t001.ko and davinci_capture.ko

When I write " insmod davinci_capture.ko device_type=0"  So much errors appear like:

*************************************************************

davinci_capture: disagrees about version of symbol videobuf_queryb
davinci_capture: disagrees about version of symbol videobuf_reqbufs
davinci_capture: Unknown symbol videobuf_reqbufs
davinci_capture: disagrees about version of symbol videobuf_set_buftype
davinci_capture: Unknown symbol videobuf_set_buftype
davinci_capture: disagrees about version of symbol videobuf_dqbuf
davinci_capture: Unknown symbol videobuf_dqbuf
davinci_capture: disagrees about version of symbol videobuf_queue_init
davinci_capture: Unknown symbol videobuf_queue_init
davinci_capture: disagrees about version of symbol videobuf_querybuf
davinci_capture: Unknown symbol videobuf_querybuf
davinci_capture: disagrees about version of symbol videobuf_qbuf
davinci_capture: Unknown symbol videobuf_qbuf
davinci_capture: Unknown symbol davinci_cfg_reg
davinci_capture: disagrees about version of symbol videobuf_streamon
davinci_capture: Unknown symbol videobuf_streamon
davinci_capture: disagrees about version of symbol videobuf_queue_cancel
davinci_capture: Unknown symbol videobuf_queue_cancel
davinci_capture: disagrees about version of symbol videobuf_mmap_mapper
davinci_capture: Unknown symbol videobuf_mmap_mapper
davinci_capture: disagrees about version of symbol videobuf_mmap_free
davinci_capture: Unknown symbol videobuf_mmap_free
insmod: error inserting 'davinci_capture.ko': -1 Unknown symbol in module

**********************************************************

I have  connected MT9T001 to the imager inputs J30-31. Is that the reason for these  errors?