Skip to content

Instantly share code, notes, and snippets.

@cmprescott
Last active August 29, 2015 14:21
Show Gist options
  • Save cmprescott/3522304761a9669cbd18 to your computer and use it in GitHub Desktop.
Save cmprescott/3522304761a9669cbd18 to your computer and use it in GitHub Desktop.
Hauppauge WinTV-HVR-2255 Firmware Install
# 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