Last active
April 29, 2016 01:10
-
-
Save andrsd/85cafe383261a7a238f32b8fa49d44b4 to your computer and use it in GitHub Desktop.
tvheadend 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
| tvheadend | |
| ========= | |
| * HW: Hauppauge WinTV DualHD | |
| Make sure we have the right kernel | |
| # uname -a | |
| We need at least 4.2. | |
| Build kernel | |
| ------------ | |
| Download firmware | |
| ``` | |
| cd /lib/firmware | |
| wget ??? | |
| ``` | |
| References | |
| ---------- | |
| [1] https://www.linuxtv.org/wiki/index.php/Hauppauge_WinTV-dualHD | |
| [2] https://www.linuxtv.org/wiki/index.php/Hauppauge_WinTV-HVR-2255 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment