Skip to content
/ usbtv Public

Backport of "usbtv" driver for Fushicai USBTV007 Video Grabber to 3.2 kernel.

License

Notifications You must be signed in to change notification settings

mwelchuk/usbtv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a backported driver for the Fushicai USBTV007 Video Grabber, sold as one of the "EasyCAP" USB devices.

The initial code copied from v3.14-rc5-232-gb053940 and backported to the 3.2 kernel (as used in Ubuntu 12.04 LTS, which was the purpose for this backporting exercise).

Installation
------------

The driver can be built and installed using DKMS. The following commands can be used to install dkms, build and install the driver. Installing the module this way should cause the driver to be rebuilt and installed automatically when the kernel is updated.

Extract these sources into "/usr/src/usbtv-1.0". Run the follwoing commands:

$ sudo -i
# apt-get install dkms
# dkms add -m usbtv -v 1.0
# dkms build -m usbtv -v 1.0
# dkms install -m usbtv -v 1.0
# chkconfig dkms_autoinstaller on


About

Backport of "usbtv" driver for Fushicai USBTV007 Video Grabber to 3.2 kernel.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages