

Install all utility and application and library file for Linux Kernel Compile process. Let me know if it give you hard time understand. I am ignoring description of steps for quick finish. I would recommend you to download and work with full kernel source on hand but only recompiling module source after adding single line for adding your device ID on driver base.

To do so you need to have usbtv source code with various component of v4l linux project. What it needed was adding single line on usbtv driver souce file name usbtv-core.c and recompiling it on fly. I used to have very uncommon and newly released device (as far my knowledge from market source) ID 1d71:3002 USB TV Please read carefully on Linux TV page you mention. Lets see what unique ID you have? ID eb1a:2861 eMPIA Technology, Inc.Īny of above four ID match will have other deferent driver already available by default with your kernel release.

Look for ID 1d71:3002 somewhere within output of lsusb command, if matchd, you are lucky, your system might have driver for your device. You would probably get something like: Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hubīus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Issue command bellow on a terminal >sudo lsusb So before going to compile other driver insted of using built-in 'usbtv' modules comes with linux image package by default. On current market various identical model of Easy Cap video capture device with a USBTV007 chip inside is available with different Vendor/Product ID stamped inside USB Device ID.
