Last active
August 29, 2015 14:21
-
-
Save cmprescott/3522304761a9669cbd18 to your computer and use it in GitHub Desktop.
Hauppauge WinTV-HVR-2255 Firmware Install
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Need this firmware file first | |
cd /lib/firmware | |
sudo wget http://www.steventoth.net/linux/hvr22xx/firmwares/4019072/NXP7164-2010-03-10.1.fw | |
# This project is magic and checks out media_tree and builds it | |
cd ~ | |
mkdir src | |
cd src | |
git clone git://linuxtv.org/media_build.git | |
cd media_build | |
# This project uses build script so need these too | |
sudo apt-get install patchutils build-essential libproc-processtable-perl | |
# compile, install, reboot | |
./build | |
sudo make install | |
sudo /sbin/reboot 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment