INTERFACING USB CAMERA AND HDMI SCREEN WITH BEAGLEBONE BLACK

Hi,

I am working with BeagleBone Black having Angstrom OS with Linux Kernel 3.8.13. I am accessing my device on my host PC through Putty. I am trying to interface a HDMI screen and a USB camera with it. I want to know that how should I proceed for this. In /lib/modules/3.8.13/kernel/drivers/video, two directories are present i.e. backlight and omap2 in which .ko files of the modules are present. But, when I am trying to load these modules using modprobe <.ko file> I am getting that the modules are not found. Also after doing “lsmod” I don’t find any video related driver installed.

Will these modules be dynamically loaded by kernel at runtime? How should I proceed from here.

Thanks in advance.

Regards
Dushyant Kumar Singh