Difference between revisions of "Beginners Guide: Quick & Dirty"

From LinuxMCE
Jump to: navigation, search
Line 7: Line 7:
  
  
My goal here is to have a collection of useful hacks for the frustrated beginner
 
  
 +
== My goal here is to have a collection of useful hacks for the frustrated beginner intend as a quick and dirty guide just getting lmce to work damnit==
  
  
Whats the ip address of my orbiter:
+
**Orbiters - Humans best friend
  
stub - admin page guide
+
*Whats the ip address of my orbiter:
  
 +
stub - admin webpage guide
 +
stub - orbiter page
  
Gaining root on an orbiter:
+
*Gaining root on an orbiter:
  
 
''ssh 192.168.80.1''
 
''ssh 192.168.80.1''
Line 25: Line 27:
  
  
Fixing MythTV "deinterlace filter hell" a per orbiter hack:
+
*MythTV Work arounds
 +
 
 +
**Deinterlace filter Hell (a per orbiter hack):
  
 
Where OB# is the Orbiter number
 
Where OB# is the Orbiter number
Line 36: Line 40:
  
 
now your settings wont get over written on next startup.
 
now your settings wont get over written on next startup.
 +
 +
--Note: this worked last night but after "cleaning up" the basement and moving the core to its new home this morning, mythtv stop working:Benjaminbrown
 +
 +
**
 +
 +
**MythBackend Recorders (sound capture will not retain settings)
 +
This has more to do with lmce setting the capture to the first mic it finds on start up..
 +
So just forget the fancy internal cd input or, using the line in, and just plug the silly phono jack from the card to the mic. It will save you from to much nagging while still allowing you time to really fix it latter.

Revision as of 08:16, 22 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 intend as a quick and dirty guide just getting lmce to work damnit

    • Orbiters - Humans best friend
  • Whats the ip address of my orbiter:

stub - admin webpage guide stub - orbiter page

  • Gaining root on an orbiter:

ssh 192.168.80.1

sudo su

ssh ipaddressoforbitor


  • MythTV Work arounds
    • 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.

--Note: this worked last night but after "cleaning up" the basement and moving the core to its new home this morning, mythtv stop working:Benjaminbrown

    • MythBackend Recorders (sound capture will not retain settings)

This has more to do with lmce setting the capture to the first mic it finds on start up.. So just forget the fancy internal cd input or, using the line in, and just plug the silly phono jack from the card to the mic. It will save you from to much nagging while still allowing you time to really fix it latter.