forked from mwelchuk/usbtv
-
Notifications
You must be signed in to change notification settings - Fork 0
Backport of "usbtv" driver for Fushicai USBTV007 Video Grabber to 3.2 kernel.
License
uglurass/usbtv
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published
Languages
- C 99.4%
- Makefile 0.6%