<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.linuxmce.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Benjaminbrown</id>
	<title>LinuxMCE - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.linuxmce.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Benjaminbrown"/>
	<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php/Special:Contributions/Benjaminbrown"/>
	<updated>2026-07-22T02:36:14Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Touch_Orbiter_-_for_the_CUWIN3500_in-wall_Touch_Panel&amp;diff=24938</id>
		<title>Touch Orbiter - for the CUWIN3500 in-wall Touch Panel</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Touch_Orbiter_-_for_the_CUWIN3500_in-wall_Touch_Panel&amp;diff=24938"/>
		<updated>2010-08-21T04:58:54Z</updated>

		<summary type="html">&lt;p&gt;Benjaminbrown: /* Installing build dependencies */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{versioninfo}}&lt;br /&gt;
{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
[[Category: Orbiters]]&lt;br /&gt;
[[Category: Tutorials]]&lt;br /&gt;
&lt;br /&gt;
=Touch Orbiter=&lt;br /&gt;
&lt;br /&gt;
Touch Orbiter is a simple lite weight new way to build Orbiters for any type of Touch Driven device. It requires the minimum of resources from the target device and presents a very simple easy to understand codebase for anyone wishing to port Touch Orbiter to new hardware devices. This page has been setup to describe what Touch Orbiter is and the concepts behind its design and to present full documentation for both user setup &amp;amp; configuration and also importantly details of the reference implementation for the CUWIN-3500 WinCE in-wall Touch Panel. We include the source code for those that would like to try their hand at porting Touch Orbiter to a new device. If you are involved in porting Touch Orbiter to a new device please add your experiences here and of course your sources to the svn too.&lt;br /&gt;
&lt;br /&gt;
Touch Orbiter uses a new approach to building Orbiters for touch based devices that builds off many of the concepts embodied in the new Web Orbiter 2.0. Touch Orbiter is a lightweight simple application that runs on the target device that in turn communicates with a proxy_orbiter (see below for an explanation of what a proxy_orbiter is) process running on the Core. The concept of using a proxy_orbiter process running on the Core to do all of the &#039;heavy-lifting&#039; graphical processing is borrowed from Web Orbiter 2.0 &amp;amp; the JavaMO too. Touch Orbiter also uses the new proxy_orbiter released with Web Orbiter 2.0 that supports the &#039;ANYNEWS&#039; flag to provide a mechanism for the Touch Orbiter to find out if any screen updates have occurred.&lt;br /&gt;
&lt;br /&gt;
In use the Touch Orbiter is indistinguishable from implementations that use a full Orbiter eg Pad Orbiter or the Nokia Orbiter but by comparison is a very light simple application that needs far fewer resources on the target machine and is massively simpler to implement too. This simplicity makes it a very simple process to port Touch Orbiter to new devices because the application only has to be able to receive and display png&#039;s or jpeg&#039;s, interact with a touch screen and communicate over a socket with an instance of the proxy_orbiter running on the Core. The proxy_orbiter abstracts all the functions of a full Orbiter and hands back screens or updates to screens as and when necessary.&lt;br /&gt;
&lt;br /&gt;
What is a proxy_orbiter? Proxy_orbiter is built from the &#039;guts&#039; of the full Orbiter you see on MD&#039;s but in this case its a UI&#039;less piece of software that runs on the Core and its job is to render the UI for the Touch Orbiter that is running remotely on the target device. Each Touch Orbiter has an associated instance of proxy_orbiter and the two work in partnership. Proxy_orbiters do all the &#039;heavy lifting&#039; of rendering the UI and interacting with the rest of the underlying system and this allows the remote device that is running the Touch Orbiter to be a much less powerful and very simple device indeed if needed.&lt;br /&gt;
&lt;br /&gt;
=Reference Implementation for the CUWIN-3500 WinCE in-wall Touch Panel=&lt;br /&gt;
&lt;br /&gt;
== Installing build dependencies ==&lt;br /&gt;
&lt;br /&gt;
 apt-get install bison flex libgmp3-dev libmpfr-dev texinfo&lt;br /&gt;
&lt;br /&gt;
== Compiling ==&lt;br /&gt;
&lt;br /&gt;
You can get the [http://svn.linuxmce.org/svn/branches/LinuxMCE-0810/src/WindowsCE source code] from SVN. The source code includes everything you need to build OrbiterCE.exe.&lt;br /&gt;
&lt;br /&gt;
Two targets can be built: arm and x86 (Windows CE in both cases, not desktop Windows).&lt;br /&gt;
&lt;br /&gt;
Just type either &amp;lt;i&amp;gt;make all-arm&amp;lt;/i&amp;gt; or &amp;lt;i&amp;gt;make all-x86&amp;lt;/i&amp;gt;, depending on what platform you need, get a few trucks of coffee, and wait*.&lt;br /&gt;
&lt;br /&gt;
The first time you run &amp;lt;i&amp;gt;make&amp;lt;/i&amp;gt;, it will download, build, and install [http://cegcc.sf.net/ CE GCC], zlib, libpng and libjpeg. Then, it will builder OrbiterCE.exe in the directory OrbiterCE. For CE GCC it will need root privileges. Sudo is used for this purpose, so it may ask for your password after CE GCC is downloaded, before it is built.&lt;br /&gt;
&lt;br /&gt;
When the build is done, a directory called &amp;lt;i&amp;gt;TouchOrbiter&amp;lt;/i&amp;gt;, which will contain all the files in a subdirectory called &amp;lt;i&amp;gt;arm&amp;lt;/i&amp;gt; or &amp;lt;i&amp;gt;x86&amp;lt;/i&amp;gt;, depending on what you built. Copy the &amp;lt;i&amp;gt;arm&amp;lt;/i&amp;gt; or &amp;lt;i&amp;gt;x86&amp;lt;/i&amp;gt; directory to your Windows CE device. Before you copy it, be sure to edit Orbiter.ini and set the IP of your router and the port of the Proxy_Orbiter you want to connect to.&lt;br /&gt;
&lt;br /&gt;
The Touch Orbiter will run in full screen on the device. To exit it, tap and hold your finger on the screen, and a dialog box will show up asking if you want to close the application.&lt;br /&gt;
&lt;br /&gt;
If you want to build both arm and x86 binaries, you need to do a &amp;lt;i&amp;gt;make clean&amp;lt;/i&amp;gt; in between, because everything is built in the same place and if you don&#039;t, you&#039;ll see very voodoo errors.&lt;br /&gt;
&lt;br /&gt;
==Background==&lt;br /&gt;
Why choose the cuwin-3500? Well we happened to have one... which is a good reason ;-)... also its a pretty common low-ish spec WinCE device and so it seemed like a good machine to do an implementation for.&lt;br /&gt;
&lt;br /&gt;
* [http://cubloc.com/product/06_02cw3500.php CuWin Product info]&lt;br /&gt;
&lt;br /&gt;
==Orbiter Ini File==&lt;br /&gt;
This file is in ASCII format with DOS line endings. Don&#039;t convert it to UCS-16, even though Windows CE likes it.&lt;br /&gt;
&lt;br /&gt;
 [BusyCursor]&lt;br /&gt;
 AnchorTop=Center&lt;br /&gt;
 AnchorLeft=Center&lt;br /&gt;
 OffsetX=0&lt;br /&gt;
 OffsetY=0&lt;br /&gt;
 Visible=Yes&lt;br /&gt;
 CursorSet=GraySpinner&lt;br /&gt;
 &lt;br /&gt;
 [Network]&lt;br /&gt;
 ServerIP=192.168.80.1&lt;br /&gt;
 ServerPort=3464&lt;br /&gt;
&lt;br /&gt;
In the initial implementation, the Anchor* and Offset* options aren&#039;t used. These options are meant to allow you to customize the position of the waiting cursor. While CursorSet is used, the sizes and numbers of the images in the specified directory are hard coded in source.&lt;br /&gt;
&lt;br /&gt;
=Images of Touch Orbiter running on a CUWIN-3500=&lt;br /&gt;
&lt;br /&gt;
==The cuwin-3500 in-wall panel running Touch Orbiter (with 2 ACT ZWave light switches to the left)==&lt;br /&gt;
[[Image:Touch orbiter cuwin3500 1.JPG|center]]&lt;br /&gt;
&lt;br /&gt;
==Closeup view of the cuwin-3500 running Touch Orbiter (Sky STB Control Screen displayed)==&lt;br /&gt;
[[Image:Touch Orbiter on cuwin-3500 closeup.JPG|center]]&lt;/div&gt;</summary>
		<author><name>Benjaminbrown</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Beginners_Guide:_Quick_%26_Dirty&amp;diff=24937</id>
		<title>Beginners Guide: Quick &amp; Dirty</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Beginners_Guide:_Quick_%26_Dirty&amp;diff=24937"/>
		<updated>2010-08-21T03:35:53Z</updated>

		<summary type="html">&lt;p&gt;Benjaminbrown: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Stub}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;WARNING WORK IN PROGRESS&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Warning: use of these instruction may harm your computer/s or data.&lt;br /&gt;
Use them at your own risk. etc.etc...&lt;br /&gt;
&lt;br /&gt;
This page is intended to address some of the more frustrating stumbling blocks to just getting LMCE to work damn it because the wife is a nag nag nagging away. Feel free to edit add and/or change improve or correct this page at anytime after all it is a wiki. &lt;br /&gt;
   &lt;br /&gt;
8.10Beta&lt;br /&gt;
&lt;br /&gt;
lmce 8.10beta as of aug 2010 is at best a bit touchy, but this leads us to the first rule of installing 8.10beta for noobs and that is&lt;br /&gt;
&lt;br /&gt;
Rule #1 Hands off mister!!!  Thats right your dual core 3.8Ghz dual channel interleaved 4gb ram beasty is busy so walk away and come back later you&#039;ll be happy you did.&lt;br /&gt;
&lt;br /&gt;
 **noob tip: on the core ctrl+Alt+F1 ,log in and run &amp;quot;top&amp;quot; at the top right you&#039;ll see load,&lt;br /&gt;
 if it goes above 5 on a dual core, its too busy for you go away.&lt;br /&gt;
&lt;br /&gt;
Rule #2 Never delete any of the MDs from the admin web site media director page. lmce will go ape shit i&#039;m sure the devs know about this and hate it very very much, just learn not to eff up everything and you will be fine.&lt;br /&gt;
&lt;br /&gt;
  &lt;br /&gt;
==Orbiters - Humans best friend==&lt;br /&gt;
&lt;br /&gt;
**Whats the ip address of my orbiter:&lt;br /&gt;
&lt;br /&gt;
stub - admin webpage guide&lt;br /&gt;
&lt;br /&gt;
stub - orbiter page&lt;br /&gt;
&lt;br /&gt;
*Gaining root on an orbiter:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;ssh 192.168.80.1&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;sudo su&#039;&#039;  &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;ssh ipaddressoforbitor&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
**Why can&#039;t I control the sound volume?&lt;br /&gt;
&lt;br /&gt;
stub - hmm why can&#039;t I control the volume&lt;br /&gt;
intel bug&lt;br /&gt;
&lt;br /&gt;
==MythTV Work arounds==&lt;br /&gt;
&lt;br /&gt;
**Deinterlace filter Hell  (defaults to bob(2x)):&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
**LMCE didn&#039;t find my crappy old analog tuner card X&lt;br /&gt;
Don&#039;t worry this is normal for old hardware just finish the setup wizard and on each machine with a tuner:&lt;br /&gt;
&lt;br /&gt;
*more -&amp;gt; Computing -&amp;gt; Mythtv setup: and add your card from here&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
**MythBackend Recorders (sound capture will not retain settings)&lt;br /&gt;
This has more to do with lmce setting the capture to the first mic it finds on start up..&lt;br /&gt;
So just forget about using 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.&lt;br /&gt;
&lt;br /&gt;
stub - Link to real fix using alsactl&lt;br /&gt;
&lt;br /&gt;
**Guide data&lt;br /&gt;
&lt;br /&gt;
stub - see zap2xml &lt;br /&gt;
&lt;br /&gt;
stub - see mc2xml&lt;br /&gt;
&lt;br /&gt;
stub - mythfilldatabase&lt;/div&gt;</summary>
		<author><name>Benjaminbrown</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Beginners_Guide:_Quick_%26_Dirty&amp;diff=24936</id>
		<title>Beginners Guide: Quick &amp; Dirty</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Beginners_Guide:_Quick_%26_Dirty&amp;diff=24936"/>
		<updated>2010-08-21T03:33:58Z</updated>

		<summary type="html">&lt;p&gt;Benjaminbrown: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Stub}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;WARNING WORK IN PROGRESS&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Warning: use of these instruction may harm your computer/s or data.&lt;br /&gt;
Use them at your own risk. etc.etc...&lt;br /&gt;
&lt;br /&gt;
This page is intended to address some of the more frustrating stumbling blocks to just getting LMCE to work damn it because the wife is a nag nag nagging away. Feel free to edit add and/or change improve or correct this page at anytime after all it is a wiki. &lt;br /&gt;
   &lt;br /&gt;
8.10Beta&lt;br /&gt;
&lt;br /&gt;
lmce 8.10beta as of aug 2010 is at best a bit touchy, but this leads us to the first rule of installing 8.10beta for noobs and that is&lt;br /&gt;
&lt;br /&gt;
Rule #1 Hands off mister!!!  Thats right your dual core 3.8Ghz dual channel interleaved 4gb ram beasty is busy so walk away and come back later you&#039;ll be happy you did.&lt;br /&gt;
&lt;br /&gt;
 **noob tip: on the core ctrl+Alt+F1 ,log in and run &amp;quot;top&amp;quot; at the top right you&#039;ll see load,&lt;br /&gt;
 if it goes above 5 on a dual core, its too busy for you go away.&lt;br /&gt;
&lt;br /&gt;
Rule #2 Never delete any thing from the admin web site media director page. lmce will go ape shit i&#039;m sure the devs know about this and hate it very very much, just learn not to eff up everything and you will be fine.&lt;br /&gt;
&lt;br /&gt;
  &lt;br /&gt;
==Orbiters - Humans best friend==&lt;br /&gt;
&lt;br /&gt;
**Whats the ip address of my orbiter:&lt;br /&gt;
&lt;br /&gt;
stub - admin webpage guide&lt;br /&gt;
&lt;br /&gt;
stub - orbiter page&lt;br /&gt;
&lt;br /&gt;
*Gaining root on an orbiter:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;ssh 192.168.80.1&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;sudo su&#039;&#039;  &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;ssh ipaddressoforbitor&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
**Why can&#039;t I control the sound volume?&lt;br /&gt;
&lt;br /&gt;
stub - hmm why can&#039;t I control the volume&lt;br /&gt;
intel bug&lt;br /&gt;
&lt;br /&gt;
==MythTV Work arounds==&lt;br /&gt;
&lt;br /&gt;
**Deinterlace filter Hell  (defaults to bob(2x)):&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
**LMCE didn&#039;t find my crappy old analog tuner card X&lt;br /&gt;
Don&#039;t worry this is normal for old hardware just finish the setup wizard and on each machine with a tuner:&lt;br /&gt;
&lt;br /&gt;
*more -&amp;gt; Computing -&amp;gt; Mythtv setup: and add your card from here&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
**MythBackend Recorders (sound capture will not retain settings)&lt;br /&gt;
This has more to do with lmce setting the capture to the first mic it finds on start up..&lt;br /&gt;
So just forget about using 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.&lt;br /&gt;
&lt;br /&gt;
stub - Link to real fix using alsactl&lt;br /&gt;
&lt;br /&gt;
**Guide data&lt;br /&gt;
&lt;br /&gt;
stub - see zap2xml &lt;br /&gt;
&lt;br /&gt;
stub - see mc2xml&lt;br /&gt;
&lt;br /&gt;
stub - mythfilldatabase&lt;/div&gt;</summary>
		<author><name>Benjaminbrown</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Beginners_Guide:_Quick_%26_Dirty&amp;diff=24935</id>
		<title>Beginners Guide: Quick &amp; Dirty</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Beginners_Guide:_Quick_%26_Dirty&amp;diff=24935"/>
		<updated>2010-08-21T03:18:50Z</updated>

		<summary type="html">&lt;p&gt;Benjaminbrown: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Stub}}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;WARNING WORK IN PROGRESS&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Warning: use of these instruction may harm your computer/s or data.&lt;br /&gt;
Use them at your own risk. etc.etc...&lt;br /&gt;
&lt;br /&gt;
My goal here is to have a collection of useful hacks for the frustrated beginner intended as a quick and dirty guide to just getting LMCE to work damn it because the wife is a nag nag nagging away. Feel free to edit add and/or change improve or correct this page at anytime after all it is a wiki. &lt;br /&gt;
   &lt;br /&gt;
8.10Beta&lt;br /&gt;
&lt;br /&gt;
lmce 8.10beta as of aug 2010 is at best a bit touchy, but this leads us to the first rule of installing 8.10beta for noobs and that is&lt;br /&gt;
&lt;br /&gt;
Rule #1 Hands off mister!!!  Thats right your dual core 3.8Ghz dual channel interleaved 4gb ram beasty is busy so walk away and come back later you&#039;ll be happy you did.&lt;br /&gt;
&lt;br /&gt;
 **noob tip: on the core ctrl+Alt+F1 ,log in and run &amp;quot;top&amp;quot; at the top right you&#039;ll see load,&lt;br /&gt;
 if it goes above 5 on a dual core, its too busy for you go away.&lt;br /&gt;
&lt;br /&gt;
Rule #2 Never delete any thing from the admin web site media director page. lmce will go ape shit i&#039;m sure the devs know about this and hate it very very much, just learn not to eff up everything and you will be fine.&lt;br /&gt;
&lt;br /&gt;
  &lt;br /&gt;
==Orbiters - Humans best friend==&lt;br /&gt;
&lt;br /&gt;
**Whats the ip address of my orbiter:&lt;br /&gt;
&lt;br /&gt;
stub - admin webpage guide&lt;br /&gt;
&lt;br /&gt;
stub - orbiter page&lt;br /&gt;
&lt;br /&gt;
*Gaining root on an orbiter:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;ssh 192.168.80.1&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;sudo su&#039;&#039;  &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;ssh ipaddressoforbitor&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
**Why can&#039;t I control the sound volume?&lt;br /&gt;
&lt;br /&gt;
stub - hmm why can&#039;t I control the volume&lt;br /&gt;
intel bug&lt;br /&gt;
&lt;br /&gt;
==MythTV Work arounds==&lt;br /&gt;
&lt;br /&gt;
**Deinterlace filter Hell  (defaults to bob(2x)):&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
**LMCE didn&#039;t find my crappy old analog tuner card X&lt;br /&gt;
Don&#039;t worry this is normal for old hardware just finish the setup wizard and on each machine with a tuner:&lt;br /&gt;
&lt;br /&gt;
*more -&amp;gt; Computing -&amp;gt; Mythtv setup: and add your card from here&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
**MythBackend Recorders (sound capture will not retain settings)&lt;br /&gt;
This has more to do with lmce setting the capture to the first mic it finds on start up..&lt;br /&gt;
So just forget about using 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.&lt;br /&gt;
&lt;br /&gt;
stub - Link to real fix using alsactl&lt;br /&gt;
&lt;br /&gt;
**Guide data&lt;br /&gt;
&lt;br /&gt;
stub - see zap2xml &lt;br /&gt;
&lt;br /&gt;
stub - see mc2xml&lt;br /&gt;
&lt;br /&gt;
stub - mythfilldatabase&lt;/div&gt;</summary>
		<author><name>Benjaminbrown</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Beginners_Guide:_Quick_%26_Dirty&amp;diff=17721</id>
		<title>Beginners Guide: Quick &amp; Dirty</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Beginners_Guide:_Quick_%26_Dirty&amp;diff=17721"/>
		<updated>2009-02-22T07:17:37Z</updated>

		<summary type="html">&lt;p&gt;Benjaminbrown: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;WARNING WORK IN PROGRESS&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Warning: use of these instruction may harm your computer or data.&lt;br /&gt;
&lt;br /&gt;
Use them at your own risk.&lt;br /&gt;
&lt;br /&gt;
My goal here is to have a collection of useful hacks for the frustrated beginner intend as a quick and dirty guide to just getting LMCE to work damn it&lt;br /&gt;
&lt;br /&gt;
This guild assumes a stock as you can get, to fresh install as possible, configuration 7.10. With one core and at least one orbitor.  &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Orbiters - Humans best friend==&lt;br /&gt;
&lt;br /&gt;
**Whats the ip address of my orbiter:&lt;br /&gt;
&lt;br /&gt;
stub - admin webpage guide&lt;br /&gt;
&lt;br /&gt;
stub - orbiter page&lt;br /&gt;
&lt;br /&gt;
*Gaining root on an orbiter:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;ssh 192.168.80.1&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;sudo su&#039;&#039;  &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;ssh ipaddressoforbitor&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
**Why can&#039;t I control the sound volume?&lt;br /&gt;
&lt;br /&gt;
stub - hmm why can&#039;t I control the volume&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==MythTV Work arounds==&lt;br /&gt;
&lt;br /&gt;
**Deinterlace filter Hell  (defaults to bob(2x)):&lt;br /&gt;
&lt;br /&gt;
Where OB# is the Orbiter number&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;ssh 192.168.80.1&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;sudo mv /usr/pluto/diskless/OB#/usr/pluto/bin/MythTV_Player /usr/pluto/diskless/OB#/home/mythtv/MythTV_Player.bkup&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;sudo ln -s /usr/pluto/diskless/OB#/usr/bin/mythfrontend.real /usr/pluto/diskless/OB#/usr/pluto/bin/MythTV_Player&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Now your settings wont get over written on next startup.&lt;br /&gt;
&lt;br /&gt;
--Note: this worked last night but after &amp;quot;cleaning up&amp;quot; the basement and moving the core to its new home this morning, mythtv stop working: Benjaminbrown&lt;br /&gt;
&lt;br /&gt;
**LMCE didn&#039;t find my crappy old analog tuner card X&lt;br /&gt;
Don&#039;t worry this is normal for old hardware just finish the setup wizard and on each machine with a tuner:&lt;br /&gt;
&lt;br /&gt;
*more -&amp;gt; Computing -&amp;gt; Mythtv setup: and add your card from here&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
**MythBackend Recorders (sound capture will not retain settings)&lt;br /&gt;
This has more to do with lmce setting the capture to the first mic it finds on start up..&lt;br /&gt;
So just forget about using 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.&lt;br /&gt;
&lt;br /&gt;
stub - Link to real fix using alsactl&lt;br /&gt;
&lt;br /&gt;
**Guide data&lt;br /&gt;
&lt;br /&gt;
stub - see zap2xml &lt;br /&gt;
&lt;br /&gt;
stub - see mc2xml&lt;br /&gt;
&lt;br /&gt;
stub - mythfilldatabase&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==fuppes (Media Server)==&lt;br /&gt;
&lt;br /&gt;
**Cool it finds all my media, but I moved/added my files and now lmce can&#039;t find them.&lt;br /&gt;
fuppes needs to be told when to look for more data and what not. Just log in to the lmce admin page located at http://192.168.80.1 and goto: Advanced -&amp;gt; Configuration -&amp;gt; Upnp Server : then click options -&amp;gt; rebuild database or update database&lt;/div&gt;</summary>
		<author><name>Benjaminbrown</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=User:Benjaminbrown&amp;diff=17720</id>
		<title>User:Benjaminbrown</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=User:Benjaminbrown&amp;diff=17720"/>
		<updated>2009-02-22T07:10:27Z</updated>

		<summary type="html">&lt;p&gt;Benjaminbrown: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Benjaminbrown aka foolsh is a computer nerd nuf said&lt;/div&gt;</summary>
		<author><name>Benjaminbrown</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Beginners_Guide:_Quick_%26_Dirty&amp;diff=17719</id>
		<title>Beginners Guide: Quick &amp; Dirty</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Beginners_Guide:_Quick_%26_Dirty&amp;diff=17719"/>
		<updated>2009-02-22T07:07:21Z</updated>

		<summary type="html">&lt;p&gt;Benjaminbrown: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;WARNING WORK IN PROGRESS&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Warning: use of these instruction may harm your computer or data.&lt;br /&gt;
&lt;br /&gt;
Use them at your own risk.&lt;br /&gt;
&lt;br /&gt;
My goal here is to have a collection of useful hacks for the frustrated beginner intend as a quick and dirty guide to just getting LMCE to work damn it&lt;br /&gt;
&lt;br /&gt;
This guild assumes a stock as you can get, to fresh install as possible, configuration 7.10. With one core and at least one orbitor.  &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Orbiters - Humans best friend==&lt;br /&gt;
&lt;br /&gt;
**Whats the ip address of my orbiter:&lt;br /&gt;
&lt;br /&gt;
stub - admin webpage guide&lt;br /&gt;
&lt;br /&gt;
stub - orbiter page&lt;br /&gt;
&lt;br /&gt;
*Gaining root on an orbiter:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;ssh 192.168.80.1&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;sudo su&#039;&#039;  &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;ssh ipaddressoforbitor&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==MythTV Work arounds==&lt;br /&gt;
&lt;br /&gt;
**Deinterlace filter Hell  (defaults to bob(2x)):&lt;br /&gt;
&lt;br /&gt;
Where OB# is the Orbiter number&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;ssh 192.168.80.1&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;sudo mv /usr/pluto/diskless/OB#/usr/pluto/bin/MythTV_Player /usr/pluto/diskless/OB#/home/mythtv/MythTV_Player.bkup&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;sudo ln -s /usr/pluto/diskless/OB#/usr/bin/mythfrontend.real /usr/pluto/diskless/OB#/usr/pluto/bin/MythTV_Player&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Now your settings wont get over written on next startup.&lt;br /&gt;
&lt;br /&gt;
--Note: this worked last night but after &amp;quot;cleaning up&amp;quot; the basement and moving the core to its new home this morning, mythtv stop working: Benjaminbrown&lt;br /&gt;
&lt;br /&gt;
**LMCE didn&#039;t find my crappy old analog tuner card X&lt;br /&gt;
Don&#039;t worry this is normal for old hardware just finish the setup wizard and on each machine with a tuner:&lt;br /&gt;
&lt;br /&gt;
*more -&amp;gt; Computing -&amp;gt; Mythtv setup: and add your card from here&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
**MythBackend Recorders (sound capture will not retain settings)&lt;br /&gt;
This has more to do with lmce setting the capture to the first mic it finds on start up..&lt;br /&gt;
So just forget about using 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.&lt;br /&gt;
&lt;br /&gt;
stub - Link to real fix using alsactl&lt;br /&gt;
&lt;br /&gt;
**Guide data&lt;br /&gt;
&lt;br /&gt;
stub - see zap2xml &lt;br /&gt;
&lt;br /&gt;
stub - see mc2xml&lt;br /&gt;
&lt;br /&gt;
stub - mythfilldatabase&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==fuppes (Media Server)==&lt;br /&gt;
&lt;br /&gt;
**Cool it finds all my media, but I moved/added my files and now lmce can&#039;t find them.&lt;br /&gt;
fuppes needs to be told when to look for more data and what not. Just log in to the lmce admin page located at http://192.168.80.1 and goto: Advanced -&amp;gt; Configuration -&amp;gt; Upnp Server : then click options -&amp;gt; rebuild database or update database&lt;/div&gt;</summary>
		<author><name>Benjaminbrown</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=User:Benjaminbrown&amp;diff=17718</id>
		<title>User:Benjaminbrown</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=User:Benjaminbrown&amp;diff=17718"/>
		<updated>2009-02-22T06:47:10Z</updated>

		<summary type="html">&lt;p&gt;Benjaminbrown: New page: Benjaminbrown is a computer nerd nuf said&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Benjaminbrown is a computer nerd nuf said&lt;/div&gt;</summary>
		<author><name>Benjaminbrown</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Beginners_Guide:_Quick_%26_Dirty&amp;diff=17717</id>
		<title>Beginners Guide: Quick &amp; Dirty</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Beginners_Guide:_Quick_%26_Dirty&amp;diff=17717"/>
		<updated>2009-02-22T06:46:14Z</updated>

		<summary type="html">&lt;p&gt;Benjaminbrown: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;WARNING WORK IN PROGRESS&#039;&#039;&lt;br /&gt;
Warning use of these instruction may harm your computer.&lt;br /&gt;
&lt;br /&gt;
Use them at your own risk.&lt;br /&gt;
&lt;br /&gt;
My goal here is to have a collection of useful hacks for the frustrated beginner intend as a quick and dirty guide to just getting LMCE to work damn it&lt;br /&gt;
&lt;br /&gt;
This guild assumes a stock as you can get, to fresh install as possible, configuration. With one core and at least one orbitor.  &lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Orbiters - Humans best friend==&lt;br /&gt;
&lt;br /&gt;
**Whats the ip address of my orbiter:&lt;br /&gt;
&lt;br /&gt;
stub - admin webpage guide&lt;br /&gt;
&lt;br /&gt;
stub - orbiter page&lt;br /&gt;
&lt;br /&gt;
*Gaining root on an orbiter:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;ssh 192.168.80.1&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;sudo su&#039;&#039;  &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;ssh ipaddressoforbitor&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==MythTV Work arounds==&lt;br /&gt;
&lt;br /&gt;
**Deinterlace filter Hell  (defaults to bob(2x)):&lt;br /&gt;
&lt;br /&gt;
Where OB# is the Orbiter number&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;ssh 192.168.80.1&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;sudo mv /usr/pluto/diskless/OB#/usr/pluto/bin/MythTV_Player /usr/pluto/diskless/OB#/home/mythtv/MythTV_Player.bkup&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;sudo ln -s /usr/pluto/diskless/OB#/usr/bin/mythfrontend.real /usr/pluto/diskless/OB#/usr/pluto/bin/MythTV_Player&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Now your settings wont get over written on next startup.&lt;br /&gt;
&lt;br /&gt;
--Note: this worked last night but after &amp;quot;cleaning up&amp;quot; the basement and moving the core to its new home this morning, mythtv stop working:Benjaminbrown&lt;br /&gt;
&lt;br /&gt;
**LMCE didn&#039;t find my crappy old analog tuner card X&lt;br /&gt;
Don&#039;t worry this is normal for old hardware just finish the setup wizard and on each machine with a tuner:&lt;br /&gt;
&lt;br /&gt;
*more -&amp;gt; Computing -&amp;gt; Mythtv setup: and add your card from here&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
**MythBackend Recorders (sound capture will not retain settings)&lt;br /&gt;
This has more to do with lmce setting the capture to the first mic it finds on start up..&lt;br /&gt;
So just forget about using 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.&lt;br /&gt;
&lt;br /&gt;
stub - Link to real fix using alsactl&lt;br /&gt;
&lt;br /&gt;
**Guide data&lt;br /&gt;
&lt;br /&gt;
stub - see zap2xml &lt;br /&gt;
&lt;br /&gt;
stub - see mc2xml&lt;br /&gt;
&lt;br /&gt;
stub - mythfilldatabase&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==fuppes (Media Server)==&lt;br /&gt;
&lt;br /&gt;
**Cool it finds all my media, but I moved/added my files and now lmce can&#039;t find them.&lt;br /&gt;
fuppes needs to be told when to look for more data and what not. Just log in to the lmce admin page located at http://192.168.80.1 and goto: Advanced -&amp;gt; Configuration -&amp;gt; Upnp Server : then click options -&amp;gt; rebuild database or update database&lt;/div&gt;</summary>
		<author><name>Benjaminbrown</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Beginners_Guide:_Quick_%26_Dirty&amp;diff=17716</id>
		<title>Beginners Guide: Quick &amp; Dirty</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Beginners_Guide:_Quick_%26_Dirty&amp;diff=17716"/>
		<updated>2009-02-22T06:22:41Z</updated>

		<summary type="html">&lt;p&gt;Benjaminbrown: A collection of useful hacks for the frustrated beginner intend as a quick and dirty guide to just getting LMCE to work&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;WARNING WORK IN PROGRESS&#039;&#039;&lt;br /&gt;
Warning use of these instruction may harm your computer.&lt;br /&gt;
&lt;br /&gt;
Use them at your own risk.&lt;br /&gt;
&lt;br /&gt;
This guild assumes a stock as you can get, to fresh install as possible, configuration. With one core and at least one orbitor.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== My goal here is to have a collection of useful hacks for the frustrated beginner intend as a quick and dirty guide to just getting LMCE to work damn it==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
**Orbiters - Humans best friend&lt;br /&gt;
&lt;br /&gt;
*Whats the ip address of my orbiter:&lt;br /&gt;
&lt;br /&gt;
stub - admin webpage guide&lt;br /&gt;
stub - orbiter page&lt;br /&gt;
&lt;br /&gt;
*Gaining root on an orbiter:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;ssh 192.168.80.1&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;sudo su&#039;&#039;  &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;ssh ipaddressoforbitor&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*MythTV Work arounds&lt;br /&gt;
&lt;br /&gt;
**Deinterlace filter Hell  (a per orbiter hack):&lt;br /&gt;
&lt;br /&gt;
Where OB# is the Orbiter number&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;ssh 192.168.80.1&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;sudo mv /usr/pluto/diskless/OB#/usr/pluto/bin/MythTV_Player /usr/pluto/diskless/OB#/home/mythtv/MythTV_Player.bkup&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;sudo ln -s /usr/pluto/diskless/OB#/usr/bin/mythfrontend.real /usr/pluto/diskless/OB#/usr/pluto/bin/MythTV_Player&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Now your settings wont get over written on next startup.&lt;br /&gt;
&lt;br /&gt;
--Note: this worked last night but after &amp;quot;cleaning up&amp;quot; the basement and moving the core to its new home this morning, mythtv stop working:Benjaminbrown&lt;br /&gt;
&lt;br /&gt;
**MythBackend Recorders (sound capture will not retain settings)&lt;br /&gt;
This has more to do with lmce setting the capture to the first mic it finds on start up..&lt;br /&gt;
So just forget about using 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.&lt;br /&gt;
stub - Link to real fix using alsaclt&lt;/div&gt;</summary>
		<author><name>Benjaminbrown</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Beginners_Start_Here&amp;diff=17715</id>
		<title>Beginners Start Here</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Beginners_Start_Here&amp;diff=17715"/>
		<updated>2009-02-22T06:17:58Z</updated>

		<summary type="html">&lt;p&gt;Benjaminbrown: Beginners Start Here moved to Beginners Guide: Quick &amp;amp; Dirty: More closely reflects the mode of the page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Beginners Guide: Quick &amp;amp; Dirty]]&lt;/div&gt;</summary>
		<author><name>Benjaminbrown</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Beginners_Guide:_Quick_%26_Dirty&amp;diff=17714</id>
		<title>Beginners Guide: Quick &amp; Dirty</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Beginners_Guide:_Quick_%26_Dirty&amp;diff=17714"/>
		<updated>2009-02-22T06:17:58Z</updated>

		<summary type="html">&lt;p&gt;Benjaminbrown: Beginners Start Here moved to Beginners Guide: Quick &amp;amp; Dirty: More closely reflects the mode of the page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;WARNING WORK IN PROGRESS&#039;&#039;&lt;br /&gt;
Warning use of these instruction may harm your computer.&lt;br /&gt;
&lt;br /&gt;
Use them at your own risk.&lt;br /&gt;
&lt;br /&gt;
This guild assumes a stock as you can get, to fresh install as possible, configuration. With one core and at least one orbitor.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 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==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
**Orbiters - Humans best friend&lt;br /&gt;
&lt;br /&gt;
*Whats the ip address of my orbiter:&lt;br /&gt;
&lt;br /&gt;
stub - admin webpage guide&lt;br /&gt;
stub - orbiter page&lt;br /&gt;
&lt;br /&gt;
*Gaining root on an orbiter:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;ssh 192.168.80.1&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;sudo su&#039;&#039;  &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;ssh ipaddressoforbitor&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*MythTV Work arounds&lt;br /&gt;
&lt;br /&gt;
**Deinterlace filter Hell  (a per orbiter hack):&lt;br /&gt;
&lt;br /&gt;
Where OB# is the Orbiter number&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;ssh 192.168.80.1&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;sudo mv /usr/pluto/diskless/OB#/usr/pluto/bin/MythTV_Player /usr/pluto/diskless/OB#/home/mythtv/MythTV_Player.bkup&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;sudo ln -s /usr/pluto/diskless/OB#/usr/bin/mythfrontend.real /usr/pluto/diskless/OB#/usr/pluto/bin/MythTV_Player&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
now your settings wont get over written on next startup.&lt;br /&gt;
&lt;br /&gt;
--Note: this worked last night but after &amp;quot;cleaning up&amp;quot; the basement and moving the core to its new home this morning, mythtv stop working:Benjaminbrown&lt;br /&gt;
&lt;br /&gt;
**&lt;br /&gt;
&lt;br /&gt;
**MythBackend Recorders (sound capture will not retain settings)&lt;br /&gt;
This has more to do with lmce setting the capture to the first mic it finds on start up..&lt;br /&gt;
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.&lt;/div&gt;</summary>
		<author><name>Benjaminbrown</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Beginners_Guide:_Quick_%26_Dirty&amp;diff=17713</id>
		<title>Beginners Guide: Quick &amp; Dirty</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Beginners_Guide:_Quick_%26_Dirty&amp;diff=17713"/>
		<updated>2009-02-22T06:16:21Z</updated>

		<summary type="html">&lt;p&gt;Benjaminbrown: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;WARNING WORK IN PROGRESS&#039;&#039;&lt;br /&gt;
Warning use of these instruction may harm your computer.&lt;br /&gt;
&lt;br /&gt;
Use them at your own risk.&lt;br /&gt;
&lt;br /&gt;
This guild assumes a stock as you can get, to fresh install as possible, configuration. With one core and at least one orbitor.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== 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==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
**Orbiters - Humans best friend&lt;br /&gt;
&lt;br /&gt;
*Whats the ip address of my orbiter:&lt;br /&gt;
&lt;br /&gt;
stub - admin webpage guide&lt;br /&gt;
stub - orbiter page&lt;br /&gt;
&lt;br /&gt;
*Gaining root on an orbiter:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;ssh 192.168.80.1&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;sudo su&#039;&#039;  &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;ssh ipaddressoforbitor&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*MythTV Work arounds&lt;br /&gt;
&lt;br /&gt;
**Deinterlace filter Hell  (a per orbiter hack):&lt;br /&gt;
&lt;br /&gt;
Where OB# is the Orbiter number&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;ssh 192.168.80.1&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;sudo mv /usr/pluto/diskless/OB#/usr/pluto/bin/MythTV_Player /usr/pluto/diskless/OB#/home/mythtv/MythTV_Player.bkup&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;sudo ln -s /usr/pluto/diskless/OB#/usr/bin/mythfrontend.real /usr/pluto/diskless/OB#/usr/pluto/bin/MythTV_Player&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
now your settings wont get over written on next startup.&lt;br /&gt;
&lt;br /&gt;
--Note: this worked last night but after &amp;quot;cleaning up&amp;quot; the basement and moving the core to its new home this morning, mythtv stop working:Benjaminbrown&lt;br /&gt;
&lt;br /&gt;
**&lt;br /&gt;
&lt;br /&gt;
**MythBackend Recorders (sound capture will not retain settings)&lt;br /&gt;
This has more to do with lmce setting the capture to the first mic it finds on start up..&lt;br /&gt;
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.&lt;/div&gt;</summary>
		<author><name>Benjaminbrown</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Beginners_Guide:_Quick_%26_Dirty&amp;diff=17709</id>
		<title>Beginners Guide: Quick &amp; Dirty</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Beginners_Guide:_Quick_%26_Dirty&amp;diff=17709"/>
		<updated>2009-02-21T10:09:36Z</updated>

		<summary type="html">&lt;p&gt;Benjaminbrown: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;WARNING WORK IN PROGRESS&#039;&#039;&lt;br /&gt;
Warning use of these instruction may harm your computer.&lt;br /&gt;
&lt;br /&gt;
Use them at your own risk.&lt;br /&gt;
&lt;br /&gt;
This guild assumes a stock as you can get, to fresh install as possible, configuration. With one core and at least one orbitor.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
My goal here is to have a collection of useful hacks for the frustrated beginner&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Whats the ip address of my orbiter:&lt;br /&gt;
&lt;br /&gt;
stub - admin page guide&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Gaining root on an orbiter:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;ssh 192.168.80.1&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;sudo su&#039;&#039;  &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;ssh ipaddressoforbitor&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fixing MythTV &amp;quot;deinterlace filter hell&amp;quot;  a per orbiter hack:&lt;br /&gt;
&lt;br /&gt;
Where OB# is the Orbiter number&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;ssh 192.168.80.1&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;sudo mv /usr/pluto/diskless/OB#/usr/pluto/bin/MythTV_Player /usr/pluto/diskless/OB#/home/mythtv/MythTV_Player.bkup&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;sudo ln -s /usr/pluto/diskless/OB#/usr/bin/mythfrontend.real /usr/pluto/diskless/OB#/usr/pluto/bin/MythTV_Player&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
now your settings wont get over written on next startup.&lt;/div&gt;</summary>
		<author><name>Benjaminbrown</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Beginners_Guide:_Quick_%26_Dirty&amp;diff=17708</id>
		<title>Beginners Guide: Quick &amp; Dirty</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Beginners_Guide:_Quick_%26_Dirty&amp;diff=17708"/>
		<updated>2009-02-21T09:59:30Z</updated>

		<summary type="html">&lt;p&gt;Benjaminbrown: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;WARNING WORK IN PROGRESS&#039;&#039;&lt;br /&gt;
Warning use of these instruction may harm your computer.&lt;br /&gt;
&lt;br /&gt;
Use them at your own risk.&lt;br /&gt;
&lt;br /&gt;
This guild assumes a stock as you can get, to fresh install as possible, configuration. With one core and at least one orbitor.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
My goal here is to have a collection of useful hacks for the frustrated beginner&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Whats the ip address of my orbiter:&lt;br /&gt;
&lt;br /&gt;
stub - admin page guide&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Gaining root on an orbiter:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;ssh 192.168.80.1&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;sudo su&#039;&#039;  &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;ssh ipaddressoforbitor&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fixing MythTV &amp;quot;deinterlace filter hell&amp;quot;  a per orbiter hack:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;ssh 192.168.80.1&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;sudo su&#039;&#039;  &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;ssh ipaddressoforbitor&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;mv /usr/pluto/bin/MythTV_Player /home/mythtv/MythTV_Player.bkup&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;sudo ln -s /usr/bin/mythfrontend.real /usr/pluto/bin/MythTV_Player&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
now your settings wont get over written on next startup.&lt;/div&gt;</summary>
		<author><name>Benjaminbrown</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Beginners_Guide:_Quick_%26_Dirty&amp;diff=17707</id>
		<title>Beginners Guide: Quick &amp; Dirty</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Beginners_Guide:_Quick_%26_Dirty&amp;diff=17707"/>
		<updated>2009-02-21T09:48:15Z</updated>

		<summary type="html">&lt;p&gt;Benjaminbrown: A Collection/Pile of useful hacks to help the frustrated Beginner 7.10&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;**WIP**&lt;br /&gt;
WARNING WORK IN PROGRESS&lt;br /&gt;
&lt;br /&gt;
Warning use of these instruction may harm your computer.&lt;br /&gt;
&lt;br /&gt;
Use them at your own risk.&lt;br /&gt;
&lt;br /&gt;
This guild assumes a stock as you can get, to fresh install as possible, configuration.  &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[My goal here is to have a collection of useful hacks for the frustrated beginner]&lt;br /&gt;
&lt;br /&gt;
whats the ip address of my orbiter:&lt;br /&gt;
stub - admin page guide&lt;br /&gt;
&lt;br /&gt;
Gaining root on an orbiter:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;ssh 192.168.80.1&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;sudo su&#039;&#039;  &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;ssh ipaddressoforbitor&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Fixing MythTV &amp;quot;deinterlace filter hell&amp;quot;  a per orbiter hack:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;ssh 192.168.80.1&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;sudo su&#039;&#039;  &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;ssh ipaddressoforbitor&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;mv /usr/pluto/bin/MythTV_Player /home/mythtv/MythTV_Player.bkup&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;sudo ln -s /usr/bin/mythfrontend.real /usr/pluto/bin/MythTV_Player&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
now your settings wont get over written on next startup.&lt;/div&gt;</summary>
		<author><name>Benjaminbrown</name></author>
	</entry>
</feed>