[vc_row][vc_column width=”1/1″][vc_column_text]To install v4l driver, we need to rebuild the kernel. Please refer to our other posts on rebuild the kernel.
In this post, we will highlight the steps needed.
Please select em28xx options when we build the kernel.
Device Drivers —>
<*> Multimedia support —>
[*] Video capture adapters —>
[*] V4L USB devices —>
<M> Empia EM28xx USB video capture support
<*> Multimedia support —>
[*] Video capture adapters —>
[*] V4L USB devices —>
<M> Empia EM28xx USB video capture support
<M> Empia EM28xx ALSA audio module
[*] EM28XX Remote Controller support (NEW)
We also provided a ko file. (pcduino_em28xx).
Download the ko file, unzip and copy to the directory /lib/modules/3.4.29+/kernel/drivers/media
of pcDuino, and run the following command:
$ sudo depend -a $ sudo modprobe em28xx
Or we can add em288x to file /etc/modules. It will load every time it reboot.[/vc_column_text][/vc_column][/vc_row]
Leave a Reply
You must be logged in to post a comment.