Jump to content

Beginners Guide: Quick & Dirty: Difference between revisions

From LinuxMCE
No edit summary
No edit summary
Line 26: Line 26:


Fixing MythTV "deinterlace filter hell"  a per orbiter hack:
Fixing MythTV "deinterlace filter hell"  a per orbiter hack:
Where OB# is the Orbiter number


''ssh 192.168.80.1''
''ssh 192.168.80.1''


''sudo su'' 
''sudo mv /usr/pluto/diskless/OB#/usr/pluto/bin/MythTV_Player /usr/pluto/diskless/OB#/home/mythtv/MythTV_Player.bkup''
 
''ssh ipaddressoforbitor''
 
''mv /usr/pluto/bin/MythTV_Player /home/mythtv/MythTV_Player.bkup''


''sudo ln -s /usr/bin/mythfrontend.real /usr/pluto/bin/MythTV_Player''
''sudo ln -s /usr/pluto/diskless/OB#/usr/bin/mythfrontend.real /usr/pluto/diskless/OB#/usr/pluto/bin/MythTV_Player''


now your settings wont get over written on next startup.
now your settings wont get over written on next startup.

Revision as of 10:09, 21 February 2009

WARNING WORK IN PROGRESS Warning use of these instruction may harm your computer.

Use them at your own risk.

This guild assumes a stock as you can get, to fresh install as possible, configuration. With one core and at least one orbitor.


My goal here is to have a collection of useful hacks for the frustrated beginner


Whats the ip address of my orbiter:

stub - admin page guide


Gaining root on an orbiter:

ssh 192.168.80.1

sudo su

ssh ipaddressoforbitor


Fixing MythTV "deinterlace filter hell" a per orbiter hack:

Where OB# is the Orbiter number

ssh 192.168.80.1

sudo mv /usr/pluto/diskless/OB#/usr/pluto/bin/MythTV_Player /usr/pluto/diskless/OB#/home/mythtv/MythTV_Player.bkup

sudo ln -s /usr/pluto/diskless/OB#/usr/bin/mythfrontend.real /usr/pluto/diskless/OB#/usr/pluto/bin/MythTV_Player

now your settings wont get over written on next startup.