MythTV

From Richard's Wiki
Revision as of 23:35, 26 August 2011 by Rkdrm (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
  • MythBuntu MythTV source code Follow these basic steps:
    • apt-get source mythtv
    • sudo apt-get build-dep mythtv
    • sudo apt-get install devscripts
    • dch -i (Put what you are changing in the changelog.)
    • Make changes
    • debuild
    • Run!


route add -net 239.0.0.0/8 eth0

or

route add -net 239.0.0.0 netmask 255.0.0.0 eth0
  • Need to have both MULTICAST and ALLMULTI enabled in ipconfig:
ifconfig eth0 allmulti