<?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=Twodogs</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=Twodogs"/>
	<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php/Special:Contributions/Twodogs"/>
	<updated>2026-05-11T05:39:20Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Cisco/Linksys/Sipura_Analog_Telephone_Adapters&amp;diff=29856</id>
		<title>Cisco/Linksys/Sipura Analog Telephone Adapters</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Cisco/Linksys/Sipura_Analog_Telephone_Adapters&amp;diff=29856"/>
		<updated>2012-04-18T00:17:29Z</updated>

		<summary type="html">&lt;p&gt;Twodogs: /* Step 4. Configure Asterisk Using FreePBX */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{versioninfo|810Status=applies|810UpdatedDate=25 Aug 2011|810UpdatedBy=twodogs}}&lt;br /&gt;
[[Category:Tutorials]]&lt;br /&gt;
[[Category:ATA]]&lt;br /&gt;
[[Category:Telecom]]&lt;br /&gt;
[[Category:VoIP]]&lt;br /&gt;
{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This tutorial shows how to get your existing analog phone to work with VOIP using the SPA3102. However, any Sipura/Linksys/Cisco SPA-XXXX is configured almost identically. This family of devices was originally designed by Sipura, then bought by Linksys (owned by Cisco). &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Glossary==&lt;br /&gt;
* VOIP – Voice Over Internet Protocol.&lt;br /&gt;
* ATA – Analog Telephone Adapter.&lt;br /&gt;
* POTS – Plain Old Telephone Service.&lt;br /&gt;
* PSTN – Public Switched Telephone Network.&lt;br /&gt;
* FXS – Foreign Exchange Station. &lt;br /&gt;
* FXO – Foreign Exchange Office. &lt;br /&gt;
* RJ45 – Ethernet jack.&lt;br /&gt;
* RJ11 – phone jack.&lt;br /&gt;
&lt;br /&gt;
Its easy to confuse FXS and FXO. If you can remember that telecom engineers call telephones “stations”, then you can remember that an FXS port wants to have a station (telephone) plugged into it. An FXO port wants to connect to the office downtown. These are both RJ11 jacks.&lt;br /&gt;
&lt;br /&gt;
==Preliminary Steps==&lt;br /&gt;
===Get a VOIP provider===&lt;br /&gt;
You will need a VOIP provider to give you a phone number and provide access to the PSTN. This allows you to call your mom and vice versa. Without a VOIP provider you could only make computer to computer calls to your geek friends. When choosing a VOIP provider, you may want to consider whether they offer 911 service (some don&#039;t) and whether there is an existing template in LinuxMCE. &lt;br /&gt;
&lt;br /&gt;
===Get An ATA===&lt;br /&gt;
The ATA is a device the size of a router. It has one or more RJ45 jacks that connect it to your LinuxMCE network, and it has one or more RJ11 jacks that provide an FXS port for your existing analog telephone. An ATA is only one of three ways to use VOIP with LinuxMCE. You could...&lt;br /&gt;
&lt;br /&gt;
*Plug a USB headset into your orbiter and use the softphone. (cheap, but inconvenient)&lt;br /&gt;
&lt;br /&gt;
*Connect a VOIP phone directly to your LAN. (pretty neat, but expensive)&lt;br /&gt;
&lt;br /&gt;
*Connect an ATA  and use your existing analog phones. (convenient and inexpensive)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I chose the Linksys SPA3102 because it has an FXO port that allows you to set up PSTN as well as VOIP, then choose between them (by dialing 9, for instance). I thought it would be useful to keep my PSTN line until I got VOIP to work properly. As it turned out, PSTN is just as difficult to configure as VOIP. I actually got VOIP to work first, so I fired my land telephone service and never looked back. We won&#039;t talk about setting up PSTN, though there are other tutorials that cover this. So I could have saved a few bucks by choosing an ATA without an FXO port like an SPA2100 (eBay for $15-20).&lt;br /&gt;
&lt;br /&gt;
==Make It Work==&lt;br /&gt;
We&#039;ll cover this in five steps. I suggest following the order below in order to prevent having to revisit screens.&lt;br /&gt;
&lt;br /&gt;
1. Install hardware.&lt;br /&gt;
&lt;br /&gt;
2. Configure LMCE phone device. This tells LMCE how to communicate with a the new ATA&lt;br /&gt;
&lt;br /&gt;
3. Configure LMCE phone line device. This tells LMCE how to communicate with the new VOIP provider&lt;br /&gt;
&lt;br /&gt;
4. Configure Asterisk using FreePBX. This is LMCE&#039;s telecom brain &lt;br /&gt;
&lt;br /&gt;
5. Configure The ATA. This tells the ATA how to communicate with LMCE&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There are a zillion different screens, tabs, options, etc. to fiddle with. The configuration process is like opening a safe: if you know the combination it only takes a few seconds. If you don&#039;t know, it could take forever. To make the process easier, we&#039;ll talk about what not to touch. Configuration and troubleshooting become easier if we remember that we are trying to get each component to talk properly to LinuxMCE. If each is done correctly, they will all function together as a system. I&#039;ll try to give criteria for success following each step.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Step 1. Hardware===&lt;br /&gt;
I thought I might have to fix some IP addresses or fool around with the modem or router, but no, I just plugged everything in as follows:&lt;br /&gt;
&lt;br /&gt;
DSL Modem &amp;gt; Wireless Router &amp;gt; Core &amp;gt; Switch &amp;gt; SPA3102 &amp;gt; Analog Handset&lt;br /&gt;
&lt;br /&gt;
The SPA3102 has 4 ports: internet, ethernet, FXS, and FXO. The reason for all the ports is that this ATA can be used as a standalone device (without Asterisk or LinuxMCE). So a typical user (not us) will normally set up with internet in from the provider, ethernet out to the LAN. LinuxMCE is set up as more of a wagon wheel configuration with the core at the center. So we won&#039;t use the ATA ethernet port (except for configuration, as we&#039;ll see). The FXS port connects the analog phone. The FXO port is only if your want to keep normal phone service. I don&#039;t cover that in this tutorial. For all setup, your ATA setup manual is your friend.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Success:&#039;&#039;&#039; Getting two solid green lights on your ATA indicating that you have power and internet.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Step 2. Phone Device===&lt;br /&gt;
Log in to the LinuxMCE web admin. Go to Wizard -&amp;gt; Devices -&amp;gt; Phones -&amp;gt; Add Device (bottom of the page). Select template 1734, “Generic SIP softphone”. &lt;br /&gt;
&lt;br /&gt;
Now you will see a screen that probably shows two phone devices. One of these phones gets set up automatically as part of your onscreen orbiter; the other phone is the one we just installed. Don&#039;t get confused and start reconfiguring the wrong phone!&lt;br /&gt;
&lt;br /&gt;
Don&#039;t touch the orbiter phone. At the upper left, it says &amp;quot;controlled by:Onscreen Orbiter&amp;quot; and it is phone type &amp;quot;SIP6051&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
The phone we want says &amp;quot;controlled by: Asterisk&amp;quot; and is phone type &amp;quot;SIP&amp;quot;. It will show an extension number – don&#039;t change it. It also shows a password – change this to match the extension number (just to make life easier, but you must change it to something more secure later). On the left of the screen, rename the phone to whatever you like – I chose SPA3102.  Under that field, use the drop down to assign the phone to a room. Write down the extension and password because we&#039;ll use it later. The new extension also has been assigned to a port (probably 5060 but we&#039;ll check that later). Now hit &amp;quot;update&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Success:&#039;&#039;&#039; Generating an extension number, password, and port number&lt;br /&gt;
&lt;br /&gt;
===Step 3. Phone Line Device===&lt;br /&gt;
Sarah can create a phone line during the installation wizard, but its easier to use the LinuxMCE admin page. Besides, the odds of getting everything exactly right on the first try are pretty slim, so you&#039;re going to end up in web admin anyway - might as well just start there. Just lie to Sarah and tell you have no phone. Your VOIP provider&#039;s website has the information to set up the phone line. To get everything ready, log into LinuxMCE admin, then open another browser tab, log into your VOIP provider, and bring up the screen with your account settings (so you can easily copy/paste). Now tab back to LinuxMCE admin and click Phone Line-&amp;gt; Add. A screen will pop up allowing you to enter your VOIP provider information. Start up at the top. Leave the “prepend” boxes blank for now to make things simpler. For most people the local number length is 7, but here in Denver we have several area codes and I had to enter 10. Hit &amp;quot;update&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
The remainder of the entries on this screen are copied directly from your VOIP provider. Broadvoice is one of the providers appearing in the drop down window, so I just selected it. If you chose an unrecognized provider, you&#039;ll have to look for a tutorial telling you what to do. A gotcha here is that the username and password are the ones for your phone line, not the ones to log into the website. For Broadvoice, the username is your 10 digit phone number, and the password is a bunch of random letters. &amp;quot;Host&amp;quot; is sip.broadvoice.com.&lt;br /&gt;
&lt;br /&gt;
Hit submit when done. The phone line should almost immediately show “registered”. If not, you entered something wrong. Trying to correct it doesn&#039;t work too well. Best to delete the phone line and recreate it. Go no further until you get a “registered” indication. &lt;br /&gt;
&lt;br /&gt;
After the phone line registers, click “settings” to ensure that all drop downs say “ring extensions” and put a checkmark next to the phone you setup in step 2. Otherwise your new phone won&#039;t ring, and the caller will get a “party not available” message. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Success:&#039;&#039;&#039; Getting the line to register - that means LinuxMCE is talking to your VOIP provider.&lt;br /&gt;
&lt;br /&gt;
===Step 4. Configure Asterisk Using FreePBX===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039; - In LMCE 1004 Freepbx is not used. Use Wizard -&amp;gt; devices -&amp;gt; phone lines to set up trunks.&lt;br /&gt;
&lt;br /&gt;
For LMCE 0810, in LinuxMCE admin, select Advanced -&amp;gt; Configuration -&amp;gt; Phones Setup. This brings up the FreePBX window that is basically a front end used to configure Asterisk. If you chose a VOIP provider that LinuxMCE recognizes, (from the drop down list in Step 3.) you will be happy to see that Asterisk has been magically configured, but there are a few things to check and change. The big picture here is that Asterisk is powerful software that can manage telecom for a business. There might be many extensions in different offices, and several different phone lines (trunks) coming in. So Asterisk needs to know about the extensions and trunks it has to manage. It needs rules to route incoming calls to the correct extension. Finally, it needs rules to route outbound calls to the correct trunk. We are only setting up one simple VOIP line, but we still need to visit the 4 tabs below.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Extensions Tab.&#039;&#039;&#039; Click the 3-digit extension number that matches the phone device you set up in step 2. You should see everything you entered in step 2, plus some more info including the port number. Change nothing, but write down the information to help you configure the ATA later. For me this was:&lt;br /&gt;
&lt;br /&gt;
*Name – SPA3102&lt;br /&gt;
&lt;br /&gt;
*Extension – 200&lt;br /&gt;
&lt;br /&gt;
*Secret  – 200 (just another name for password)&lt;br /&gt;
&lt;br /&gt;
*Port – 5060&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Trunk Tab.&#039;&#039;&#039; Look on the right and click the sip trunk corresponding to the phone line you set up in step 3. (mine is SIP/broadvoice). Put a “1” in the maximum channels box, then delete everything from the “Dial Rules” box. I&#039;ll explain what this is all about shortly. If you hover your mouse over “Dial Rules” you&#039;ll get helpful information.  When the changes are made, hit “submit” at the bottom, “apply” at the top, and “continue” in the popup.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Outbound Routes Tab.&#039;&#039;&#039; Look on the right and you&#039;ll see a route for each trunk. Click on our new trunk (mine was “broadvoice”). You&#039;ll have to change some things in the “Dial Patterns” box. For the US, make it look like the following, then hit submit/apply/continue:&lt;br /&gt;
&lt;br /&gt;
*411&lt;br /&gt;
&lt;br /&gt;
*911&lt;br /&gt;
&lt;br /&gt;
*NXXXXXX&lt;br /&gt;
&lt;br /&gt;
*NXXNXXXXXX&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
What are patterns and rules about? When you dial a number on your phone, Asterisk checks the dial pattern. So if it sees 411, 911, any 7-digit number, or any 10-digit number, then it will route those calls to my Broadvoice sip trunk. If I had kept my PSTN line and setup another trunk, then I could make a dial pattern for that trunk like: &lt;br /&gt;
&lt;br /&gt;
*9NXXXXXX&lt;br /&gt;
&lt;br /&gt;
*9NXXNXXXXXX&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
So whenever I dialed 9+the number, Asterisk would know to route that call to the PSTN trunk. Of course we would have to remove the “9” prefix before actually dialing the number. To do that, we would open up the trunk tab and put in a “Dial Rule” to subtract a leading “9”. For our configuration, we chose simple dial patterns that direct all calls to the VOIP trunk. We got rid of all dial rules because we don&#039;t want asterisk to change the number we dial or we&#039;ll end up in troubleshooting hell.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Inbound Routes Tab.&#039;&#039;&#039; Nothing to change here. At the bottom you&#039;ll see that “Set Destination” will have a check next to “Custom App – custom-linuxmce,102,1”. This allows LinuxMCE to determine what is to be done with incoming calls. For instance, when you set your home&#039;s alarm, it can automatically redirect incoming calls to your cell phone. Default settings are fine.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Success:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*Seeing that the wizard configured Asterisk. This means that LinuxMCE has talked with Asterisk and passed info on the phone and phone line.&lt;br /&gt;
&lt;br /&gt;
*Getting the pattens and rules correct. You won&#039;t know for sure until you test the phone.&lt;br /&gt;
&lt;br /&gt;
===Step 5. Configure The ATA===&lt;br /&gt;
If the ATA is not new, you should reset the factory default. Connect an analog phone to the FXS port, and dial ****73738# from the telephone keypad (check your manual). It asks you to enter 1 to confirm. &lt;br /&gt;
&lt;br /&gt;
The ATA has it&#039;s own admin screen – it is not configured through LinumMCE admin. The ATA manual tells how to get access the admin setup. I plugged a laptop directly into the unused “ethernet” port of the ATA, then opened a web browser and pointed it to IP address 192.168.0.1 (because the ATA manual told me).&lt;br /&gt;
&lt;br /&gt;
Look on the upper right side of the page and make sure you are logged in as “admin” and “advanced”.&lt;br /&gt;
We won&#039;t mess with any of the “Router” tabs. It defaults to DHCP and that&#039;s how we&#039;ll leave it. We only have to modify two “Voice” tabs. By the way, &amp;quot;Line&amp;quot; tabs are for configuring VOIP, and PSTN tabs are for configuring PSTN. If your model ATA has a &amp;quot;Line 2&amp;quot; or &amp;quot;PSTN&amp;quot; tab, just ignore them. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SIP Tab.&#039;&#039;&#039; Change “RTP Packet Size” to 0.020 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Line 1 Tab.&#039;&#039;&#039; Get the info you wrote in step 4, and change the following: &lt;br /&gt;
&lt;br /&gt;
*Line Enable: Yes &lt;br /&gt;
&lt;br /&gt;
*SIP Port: 5060 (or whatever you phone device uses)&lt;br /&gt;
&lt;br /&gt;
*Proxy: 192.168.80.1 (fixed IP address of your LinuxMCE core – should be same for everyone)&lt;br /&gt;
&lt;br /&gt;
*Register: Yes &lt;br /&gt;
&lt;br /&gt;
*Register Expires: 3600 &lt;br /&gt;
&lt;br /&gt;
*Make Call Without Reg: yes &lt;br /&gt;
&lt;br /&gt;
*Ans Call Without Reg: yes &lt;br /&gt;
&lt;br /&gt;
*Display Name: 200 (or your phone device&#039;s extension) &lt;br /&gt;
&lt;br /&gt;
*UserID:  200 (or your phone device&#039;s extension)&lt;br /&gt;
&lt;br /&gt;
*Password: 200 (or your phone device&#039;s pasword)&lt;br /&gt;
&lt;br /&gt;
*Use AuthID: no &lt;br /&gt;
&lt;br /&gt;
*Preferred Codec: G711u &lt;br /&gt;
&lt;br /&gt;
*Use Pref Codec Only: no &lt;br /&gt;
&lt;br /&gt;
*Dial Plan: (xxx|xxxx|xxxxxxx|xxxxxxxxxx|1xxxxxxxxxx) &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Submit the changes and cross your fingers while it thinks for a few seconds. When the admin screen returns, click on the “Router Status” tab and you should see that your ATA has registered and picked up a unique IP address from the core. If it doesn&#039;t seem to work, you might have to remove power from the ATA and wait 10 seconds before powering back up. The interesting thing about this step is that we enter no information about the VOIP provider. We provide info about LMCE, and allow LMCE to tell the ATA about the VOIP provider. Pretty cool.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It&#039;s probably a good idea to check your work. Go back into FreePBX and look at the bottom of the main screen. You should see 3 green lines all the way across the screen: &lt;br /&gt;
&lt;br /&gt;
*IP Phones Online (2)&lt;br /&gt;
&lt;br /&gt;
*IP Trunks Online (1)&lt;br /&gt;
&lt;br /&gt;
*IP Trunk Registrations (1)&lt;br /&gt;
&lt;br /&gt;
If the first line goes halfway across the screen and only shows one phone online, it means your orbiter softphone is OK but your new ATA is not. The phone is not talking correctly to Asterisk. Most likely you made a mistake with step 2 or 5.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Success:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*Getting the ATA to register. That means it has talked to LinuxMCE and recognized the VOIP line. Your ATA will now have 3 solid green lights.&lt;br /&gt;
&lt;br /&gt;
*Getting the port number correct. The phone will register and show 3 green lights with an incorrect port, but it won&#039;t ring or work right.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Test It===&lt;br /&gt;
Grab your cell phone and dial your new VOIP number. The LinuxMCE telecom screen should pop up and the phone connected to the ATA should ring. If not, here is some step-by-step troubleshooting advice:&lt;br /&gt;
&lt;br /&gt;
1. Install hardware. Problems here should be obvious and easy to correct. If the ATA does not have 2 solid green lights, start snooping around, recycle power, etc.&lt;br /&gt;
&lt;br /&gt;
2. Configure LMCE phone device. Biggest gotcha is confusing the two phones and modifying the wrong one. If you messed up, delete the device and recreate it. &lt;br /&gt;
&lt;br /&gt;
3. Configure LMCE phone line device. If it registers, you are probably good. &lt;br /&gt;
&lt;br /&gt;
4. Configure Asterisk using FreePBX. An error here can easily produce problems that send you looking elsewhere. For instance, a &amp;quot;Line is unavailable&amp;quot; message will make you think you screwed up step 3. In reality, it is probably something wrong with your dial patterns and dial rules.&lt;br /&gt;
&lt;br /&gt;
5. Configure The ATA. Your ATA will never register until your phone line has registered. Ensure the extension, port, and proxy match between the ATA and LMCE.&lt;br /&gt;
&lt;br /&gt;
I&#039;ve had incoming calls cause the telecom screen to appear on the orbiter, but the phone does not ring (however, it shows &amp;quot;registered&amp;quot; and calls out fine). Two things can cause this.&lt;br /&gt;
&lt;br /&gt;
*Mixing up your phone devices as described in step 2. &lt;br /&gt;
&lt;br /&gt;
*Forgetting to look at Phone Line -&amp;gt; Settings during step 3.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Even after you get your phone working, you might still have some problems to overcome. I wanted to use my analog answering machine, but LinuxMCE voicemail picked up first. I changed the time delay from 15 to 30 seconds, but then Broadvoice voicemail would pick up. I changed that from the 3rd to the 6th ring. Now my answering machine finally has time to pick up on the 4th ring.&lt;br /&gt;
&lt;br /&gt;
===Important===&lt;br /&gt;
Once the phone is working, go back and change your phone&#039;s password under LMCE admin &amp;quot;phone device&amp;quot;. The password should automatically be wizard&#039;d to asterisk (check this in the FreePBX extensions tab). Then manually enter the same password in your ATA admin configuration. If you use phone extension 200 and password 200, your asterisk line can be easily hacked! Google &amp;quot;secure password generator&amp;quot; to get a strong password.&lt;/div&gt;</summary>
		<author><name>Twodogs</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Cisco/Linksys/Sipura_Analog_Telephone_Adapters&amp;diff=29855</id>
		<title>Cisco/Linksys/Sipura Analog Telephone Adapters</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Cisco/Linksys/Sipura_Analog_Telephone_Adapters&amp;diff=29855"/>
		<updated>2012-04-18T00:16:42Z</updated>

		<summary type="html">&lt;p&gt;Twodogs: /* Step 4. Configure Asterisk Using FreePBX */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{versioninfo|810Status=applies|810UpdatedDate=25 Aug 2011|810UpdatedBy=twodogs}}&lt;br /&gt;
[[Category:Tutorials]]&lt;br /&gt;
[[Category:ATA]]&lt;br /&gt;
[[Category:Telecom]]&lt;br /&gt;
[[Category:VoIP]]&lt;br /&gt;
{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This tutorial shows how to get your existing analog phone to work with VOIP using the SPA3102. However, any Sipura/Linksys/Cisco SPA-XXXX is configured almost identically. This family of devices was originally designed by Sipura, then bought by Linksys (owned by Cisco). &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Glossary==&lt;br /&gt;
* VOIP – Voice Over Internet Protocol.&lt;br /&gt;
* ATA – Analog Telephone Adapter.&lt;br /&gt;
* POTS – Plain Old Telephone Service.&lt;br /&gt;
* PSTN – Public Switched Telephone Network.&lt;br /&gt;
* FXS – Foreign Exchange Station. &lt;br /&gt;
* FXO – Foreign Exchange Office. &lt;br /&gt;
* RJ45 – Ethernet jack.&lt;br /&gt;
* RJ11 – phone jack.&lt;br /&gt;
&lt;br /&gt;
Its easy to confuse FXS and FXO. If you can remember that telecom engineers call telephones “stations”, then you can remember that an FXS port wants to have a station (telephone) plugged into it. An FXO port wants to connect to the office downtown. These are both RJ11 jacks.&lt;br /&gt;
&lt;br /&gt;
==Preliminary Steps==&lt;br /&gt;
===Get a VOIP provider===&lt;br /&gt;
You will need a VOIP provider to give you a phone number and provide access to the PSTN. This allows you to call your mom and vice versa. Without a VOIP provider you could only make computer to computer calls to your geek friends. When choosing a VOIP provider, you may want to consider whether they offer 911 service (some don&#039;t) and whether there is an existing template in LinuxMCE. &lt;br /&gt;
&lt;br /&gt;
===Get An ATA===&lt;br /&gt;
The ATA is a device the size of a router. It has one or more RJ45 jacks that connect it to your LinuxMCE network, and it has one or more RJ11 jacks that provide an FXS port for your existing analog telephone. An ATA is only one of three ways to use VOIP with LinuxMCE. You could...&lt;br /&gt;
&lt;br /&gt;
*Plug a USB headset into your orbiter and use the softphone. (cheap, but inconvenient)&lt;br /&gt;
&lt;br /&gt;
*Connect a VOIP phone directly to your LAN. (pretty neat, but expensive)&lt;br /&gt;
&lt;br /&gt;
*Connect an ATA  and use your existing analog phones. (convenient and inexpensive)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I chose the Linksys SPA3102 because it has an FXO port that allows you to set up PSTN as well as VOIP, then choose between them (by dialing 9, for instance). I thought it would be useful to keep my PSTN line until I got VOIP to work properly. As it turned out, PSTN is just as difficult to configure as VOIP. I actually got VOIP to work first, so I fired my land telephone service and never looked back. We won&#039;t talk about setting up PSTN, though there are other tutorials that cover this. So I could have saved a few bucks by choosing an ATA without an FXO port like an SPA2100 (eBay for $15-20).&lt;br /&gt;
&lt;br /&gt;
==Make It Work==&lt;br /&gt;
We&#039;ll cover this in five steps. I suggest following the order below in order to prevent having to revisit screens.&lt;br /&gt;
&lt;br /&gt;
1. Install hardware.&lt;br /&gt;
&lt;br /&gt;
2. Configure LMCE phone device. This tells LMCE how to communicate with a the new ATA&lt;br /&gt;
&lt;br /&gt;
3. Configure LMCE phone line device. This tells LMCE how to communicate with the new VOIP provider&lt;br /&gt;
&lt;br /&gt;
4. Configure Asterisk using FreePBX. This is LMCE&#039;s telecom brain &lt;br /&gt;
&lt;br /&gt;
5. Configure The ATA. This tells the ATA how to communicate with LMCE&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There are a zillion different screens, tabs, options, etc. to fiddle with. The configuration process is like opening a safe: if you know the combination it only takes a few seconds. If you don&#039;t know, it could take forever. To make the process easier, we&#039;ll talk about what not to touch. Configuration and troubleshooting become easier if we remember that we are trying to get each component to talk properly to LinuxMCE. If each is done correctly, they will all function together as a system. I&#039;ll try to give criteria for success following each step.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Step 1. Hardware===&lt;br /&gt;
I thought I might have to fix some IP addresses or fool around with the modem or router, but no, I just plugged everything in as follows:&lt;br /&gt;
&lt;br /&gt;
DSL Modem &amp;gt; Wireless Router &amp;gt; Core &amp;gt; Switch &amp;gt; SPA3102 &amp;gt; Analog Handset&lt;br /&gt;
&lt;br /&gt;
The SPA3102 has 4 ports: internet, ethernet, FXS, and FXO. The reason for all the ports is that this ATA can be used as a standalone device (without Asterisk or LinuxMCE). So a typical user (not us) will normally set up with internet in from the provider, ethernet out to the LAN. LinuxMCE is set up as more of a wagon wheel configuration with the core at the center. So we won&#039;t use the ATA ethernet port (except for configuration, as we&#039;ll see). The FXS port connects the analog phone. The FXO port is only if your want to keep normal phone service. I don&#039;t cover that in this tutorial. For all setup, your ATA setup manual is your friend.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Success:&#039;&#039;&#039; Getting two solid green lights on your ATA indicating that you have power and internet.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Step 2. Phone Device===&lt;br /&gt;
Log in to the LinuxMCE web admin. Go to Wizard -&amp;gt; Devices -&amp;gt; Phones -&amp;gt; Add Device (bottom of the page). Select template 1734, “Generic SIP softphone”. &lt;br /&gt;
&lt;br /&gt;
Now you will see a screen that probably shows two phone devices. One of these phones gets set up automatically as part of your onscreen orbiter; the other phone is the one we just installed. Don&#039;t get confused and start reconfiguring the wrong phone!&lt;br /&gt;
&lt;br /&gt;
Don&#039;t touch the orbiter phone. At the upper left, it says &amp;quot;controlled by:Onscreen Orbiter&amp;quot; and it is phone type &amp;quot;SIP6051&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
The phone we want says &amp;quot;controlled by: Asterisk&amp;quot; and is phone type &amp;quot;SIP&amp;quot;. It will show an extension number – don&#039;t change it. It also shows a password – change this to match the extension number (just to make life easier, but you must change it to something more secure later). On the left of the screen, rename the phone to whatever you like – I chose SPA3102.  Under that field, use the drop down to assign the phone to a room. Write down the extension and password because we&#039;ll use it later. The new extension also has been assigned to a port (probably 5060 but we&#039;ll check that later). Now hit &amp;quot;update&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Success:&#039;&#039;&#039; Generating an extension number, password, and port number&lt;br /&gt;
&lt;br /&gt;
===Step 3. Phone Line Device===&lt;br /&gt;
Sarah can create a phone line during the installation wizard, but its easier to use the LinuxMCE admin page. Besides, the odds of getting everything exactly right on the first try are pretty slim, so you&#039;re going to end up in web admin anyway - might as well just start there. Just lie to Sarah and tell you have no phone. Your VOIP provider&#039;s website has the information to set up the phone line. To get everything ready, log into LinuxMCE admin, then open another browser tab, log into your VOIP provider, and bring up the screen with your account settings (so you can easily copy/paste). Now tab back to LinuxMCE admin and click Phone Line-&amp;gt; Add. A screen will pop up allowing you to enter your VOIP provider information. Start up at the top. Leave the “prepend” boxes blank for now to make things simpler. For most people the local number length is 7, but here in Denver we have several area codes and I had to enter 10. Hit &amp;quot;update&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
The remainder of the entries on this screen are copied directly from your VOIP provider. Broadvoice is one of the providers appearing in the drop down window, so I just selected it. If you chose an unrecognized provider, you&#039;ll have to look for a tutorial telling you what to do. A gotcha here is that the username and password are the ones for your phone line, not the ones to log into the website. For Broadvoice, the username is your 10 digit phone number, and the password is a bunch of random letters. &amp;quot;Host&amp;quot; is sip.broadvoice.com.&lt;br /&gt;
&lt;br /&gt;
Hit submit when done. The phone line should almost immediately show “registered”. If not, you entered something wrong. Trying to correct it doesn&#039;t work too well. Best to delete the phone line and recreate it. Go no further until you get a “registered” indication. &lt;br /&gt;
&lt;br /&gt;
After the phone line registers, click “settings” to ensure that all drop downs say “ring extensions” and put a checkmark next to the phone you setup in step 2. Otherwise your new phone won&#039;t ring, and the caller will get a “party not available” message. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Success:&#039;&#039;&#039; Getting the line to register - that means LinuxMCE is talking to your VOIP provider.&lt;br /&gt;
&lt;br /&gt;
===Step 4. Configure Asterisk Using FreePBX===&lt;br /&gt;
&lt;br /&gt;
Note - In LMCE 1004 Freepbx is not used. Use Wizard -&amp;gt; devices -&amp;gt; phone lines to set up trunks.&lt;br /&gt;
&lt;br /&gt;
In LinuxMCE admin, select Advanced -&amp;gt; Configuration -&amp;gt; Phones Setup. This brings up the FreePBX window that is basically a front end used to configure Asterisk. If you chose a VOIP provider that LinuxMCE recognizes, (from the drop down list in Step 3.) you will be happy to see that Asterisk has been magically configured, but there are a few things to check and change. The big picture here is that Asterisk is powerful software that can manage telecom for a business. There might be many extensions in different offices, and several different phone lines (trunks) coming in. So Asterisk needs to know about the extensions and trunks it has to manage. It needs rules to route incoming calls to the correct extension. Finally, it needs rules to route outbound calls to the correct trunk. We are only setting up one simple VOIP line, but we still need to visit the 4 tabs below.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Extensions Tab.&#039;&#039;&#039; Click the 3-digit extension number that matches the phone device you set up in step 2. You should see everything you entered in step 2, plus some more info including the port number. Change nothing, but write down the information to help you configure the ATA later. For me this was:&lt;br /&gt;
&lt;br /&gt;
*Name – SPA3102&lt;br /&gt;
&lt;br /&gt;
*Extension – 200&lt;br /&gt;
&lt;br /&gt;
*Secret  – 200 (just another name for password)&lt;br /&gt;
&lt;br /&gt;
*Port – 5060&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Trunk Tab.&#039;&#039;&#039; Look on the right and click the sip trunk corresponding to the phone line you set up in step 3. (mine is SIP/broadvoice). Put a “1” in the maximum channels box, then delete everything from the “Dial Rules” box. I&#039;ll explain what this is all about shortly. If you hover your mouse over “Dial Rules” you&#039;ll get helpful information.  When the changes are made, hit “submit” at the bottom, “apply” at the top, and “continue” in the popup.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Outbound Routes Tab.&#039;&#039;&#039; Look on the right and you&#039;ll see a route for each trunk. Click on our new trunk (mine was “broadvoice”). You&#039;ll have to change some things in the “Dial Patterns” box. For the US, make it look like the following, then hit submit/apply/continue:&lt;br /&gt;
&lt;br /&gt;
*411&lt;br /&gt;
&lt;br /&gt;
*911&lt;br /&gt;
&lt;br /&gt;
*NXXXXXX&lt;br /&gt;
&lt;br /&gt;
*NXXNXXXXXX&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
What are patterns and rules about? When you dial a number on your phone, Asterisk checks the dial pattern. So if it sees 411, 911, any 7-digit number, or any 10-digit number, then it will route those calls to my Broadvoice sip trunk. If I had kept my PSTN line and setup another trunk, then I could make a dial pattern for that trunk like: &lt;br /&gt;
&lt;br /&gt;
*9NXXXXXX&lt;br /&gt;
&lt;br /&gt;
*9NXXNXXXXXX&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
So whenever I dialed 9+the number, Asterisk would know to route that call to the PSTN trunk. Of course we would have to remove the “9” prefix before actually dialing the number. To do that, we would open up the trunk tab and put in a “Dial Rule” to subtract a leading “9”. For our configuration, we chose simple dial patterns that direct all calls to the VOIP trunk. We got rid of all dial rules because we don&#039;t want asterisk to change the number we dial or we&#039;ll end up in troubleshooting hell.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Inbound Routes Tab.&#039;&#039;&#039; Nothing to change here. At the bottom you&#039;ll see that “Set Destination” will have a check next to “Custom App – custom-linuxmce,102,1”. This allows LinuxMCE to determine what is to be done with incoming calls. For instance, when you set your home&#039;s alarm, it can automatically redirect incoming calls to your cell phone. Default settings are fine.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Success:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*Seeing that the wizard configured Asterisk. This means that LinuxMCE has talked with Asterisk and passed info on the phone and phone line.&lt;br /&gt;
&lt;br /&gt;
*Getting the pattens and rules correct. You won&#039;t know for sure until you test the phone.&lt;br /&gt;
&lt;br /&gt;
===Step 5. Configure The ATA===&lt;br /&gt;
If the ATA is not new, you should reset the factory default. Connect an analog phone to the FXS port, and dial ****73738# from the telephone keypad (check your manual). It asks you to enter 1 to confirm. &lt;br /&gt;
&lt;br /&gt;
The ATA has it&#039;s own admin screen – it is not configured through LinumMCE admin. The ATA manual tells how to get access the admin setup. I plugged a laptop directly into the unused “ethernet” port of the ATA, then opened a web browser and pointed it to IP address 192.168.0.1 (because the ATA manual told me).&lt;br /&gt;
&lt;br /&gt;
Look on the upper right side of the page and make sure you are logged in as “admin” and “advanced”.&lt;br /&gt;
We won&#039;t mess with any of the “Router” tabs. It defaults to DHCP and that&#039;s how we&#039;ll leave it. We only have to modify two “Voice” tabs. By the way, &amp;quot;Line&amp;quot; tabs are for configuring VOIP, and PSTN tabs are for configuring PSTN. If your model ATA has a &amp;quot;Line 2&amp;quot; or &amp;quot;PSTN&amp;quot; tab, just ignore them. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SIP Tab.&#039;&#039;&#039; Change “RTP Packet Size” to 0.020 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Line 1 Tab.&#039;&#039;&#039; Get the info you wrote in step 4, and change the following: &lt;br /&gt;
&lt;br /&gt;
*Line Enable: Yes &lt;br /&gt;
&lt;br /&gt;
*SIP Port: 5060 (or whatever you phone device uses)&lt;br /&gt;
&lt;br /&gt;
*Proxy: 192.168.80.1 (fixed IP address of your LinuxMCE core – should be same for everyone)&lt;br /&gt;
&lt;br /&gt;
*Register: Yes &lt;br /&gt;
&lt;br /&gt;
*Register Expires: 3600 &lt;br /&gt;
&lt;br /&gt;
*Make Call Without Reg: yes &lt;br /&gt;
&lt;br /&gt;
*Ans Call Without Reg: yes &lt;br /&gt;
&lt;br /&gt;
*Display Name: 200 (or your phone device&#039;s extension) &lt;br /&gt;
&lt;br /&gt;
*UserID:  200 (or your phone device&#039;s extension)&lt;br /&gt;
&lt;br /&gt;
*Password: 200 (or your phone device&#039;s pasword)&lt;br /&gt;
&lt;br /&gt;
*Use AuthID: no &lt;br /&gt;
&lt;br /&gt;
*Preferred Codec: G711u &lt;br /&gt;
&lt;br /&gt;
*Use Pref Codec Only: no &lt;br /&gt;
&lt;br /&gt;
*Dial Plan: (xxx|xxxx|xxxxxxx|xxxxxxxxxx|1xxxxxxxxxx) &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Submit the changes and cross your fingers while it thinks for a few seconds. When the admin screen returns, click on the “Router Status” tab and you should see that your ATA has registered and picked up a unique IP address from the core. If it doesn&#039;t seem to work, you might have to remove power from the ATA and wait 10 seconds before powering back up. The interesting thing about this step is that we enter no information about the VOIP provider. We provide info about LMCE, and allow LMCE to tell the ATA about the VOIP provider. Pretty cool.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It&#039;s probably a good idea to check your work. Go back into FreePBX and look at the bottom of the main screen. You should see 3 green lines all the way across the screen: &lt;br /&gt;
&lt;br /&gt;
*IP Phones Online (2)&lt;br /&gt;
&lt;br /&gt;
*IP Trunks Online (1)&lt;br /&gt;
&lt;br /&gt;
*IP Trunk Registrations (1)&lt;br /&gt;
&lt;br /&gt;
If the first line goes halfway across the screen and only shows one phone online, it means your orbiter softphone is OK but your new ATA is not. The phone is not talking correctly to Asterisk. Most likely you made a mistake with step 2 or 5.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Success:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*Getting the ATA to register. That means it has talked to LinuxMCE and recognized the VOIP line. Your ATA will now have 3 solid green lights.&lt;br /&gt;
&lt;br /&gt;
*Getting the port number correct. The phone will register and show 3 green lights with an incorrect port, but it won&#039;t ring or work right.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Test It===&lt;br /&gt;
Grab your cell phone and dial your new VOIP number. The LinuxMCE telecom screen should pop up and the phone connected to the ATA should ring. If not, here is some step-by-step troubleshooting advice:&lt;br /&gt;
&lt;br /&gt;
1. Install hardware. Problems here should be obvious and easy to correct. If the ATA does not have 2 solid green lights, start snooping around, recycle power, etc.&lt;br /&gt;
&lt;br /&gt;
2. Configure LMCE phone device. Biggest gotcha is confusing the two phones and modifying the wrong one. If you messed up, delete the device and recreate it. &lt;br /&gt;
&lt;br /&gt;
3. Configure LMCE phone line device. If it registers, you are probably good. &lt;br /&gt;
&lt;br /&gt;
4. Configure Asterisk using FreePBX. An error here can easily produce problems that send you looking elsewhere. For instance, a &amp;quot;Line is unavailable&amp;quot; message will make you think you screwed up step 3. In reality, it is probably something wrong with your dial patterns and dial rules.&lt;br /&gt;
&lt;br /&gt;
5. Configure The ATA. Your ATA will never register until your phone line has registered. Ensure the extension, port, and proxy match between the ATA and LMCE.&lt;br /&gt;
&lt;br /&gt;
I&#039;ve had incoming calls cause the telecom screen to appear on the orbiter, but the phone does not ring (however, it shows &amp;quot;registered&amp;quot; and calls out fine). Two things can cause this.&lt;br /&gt;
&lt;br /&gt;
*Mixing up your phone devices as described in step 2. &lt;br /&gt;
&lt;br /&gt;
*Forgetting to look at Phone Line -&amp;gt; Settings during step 3.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Even after you get your phone working, you might still have some problems to overcome. I wanted to use my analog answering machine, but LinuxMCE voicemail picked up first. I changed the time delay from 15 to 30 seconds, but then Broadvoice voicemail would pick up. I changed that from the 3rd to the 6th ring. Now my answering machine finally has time to pick up on the 4th ring.&lt;br /&gt;
&lt;br /&gt;
===Important===&lt;br /&gt;
Once the phone is working, go back and change your phone&#039;s password under LMCE admin &amp;quot;phone device&amp;quot;. The password should automatically be wizard&#039;d to asterisk (check this in the FreePBX extensions tab). Then manually enter the same password in your ATA admin configuration. If you use phone extension 200 and password 200, your asterisk line can be easily hacked! Google &amp;quot;secure password generator&amp;quot; to get a strong password.&lt;/div&gt;</summary>
		<author><name>Twodogs</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Cisco/Linksys/Sipura_Analog_Telephone_Adapters&amp;diff=29854</id>
		<title>Cisco/Linksys/Sipura Analog Telephone Adapters</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Cisco/Linksys/Sipura_Analog_Telephone_Adapters&amp;diff=29854"/>
		<updated>2012-04-18T00:14:23Z</updated>

		<summary type="html">&lt;p&gt;Twodogs: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{versioninfo|810Status=applies|810UpdatedDate=25 Aug 2011|810UpdatedBy=twodogs}}&lt;br /&gt;
[[Category:Tutorials]]&lt;br /&gt;
[[Category:ATA]]&lt;br /&gt;
[[Category:Telecom]]&lt;br /&gt;
[[Category:VoIP]]&lt;br /&gt;
{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This tutorial shows how to get your existing analog phone to work with VOIP using the SPA3102. However, any Sipura/Linksys/Cisco SPA-XXXX is configured almost identically. This family of devices was originally designed by Sipura, then bought by Linksys (owned by Cisco). &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Glossary==&lt;br /&gt;
* VOIP – Voice Over Internet Protocol.&lt;br /&gt;
* ATA – Analog Telephone Adapter.&lt;br /&gt;
* POTS – Plain Old Telephone Service.&lt;br /&gt;
* PSTN – Public Switched Telephone Network.&lt;br /&gt;
* FXS – Foreign Exchange Station. &lt;br /&gt;
* FXO – Foreign Exchange Office. &lt;br /&gt;
* RJ45 – Ethernet jack.&lt;br /&gt;
* RJ11 – phone jack.&lt;br /&gt;
&lt;br /&gt;
Its easy to confuse FXS and FXO. If you can remember that telecom engineers call telephones “stations”, then you can remember that an FXS port wants to have a station (telephone) plugged into it. An FXO port wants to connect to the office downtown. These are both RJ11 jacks.&lt;br /&gt;
&lt;br /&gt;
==Preliminary Steps==&lt;br /&gt;
===Get a VOIP provider===&lt;br /&gt;
You will need a VOIP provider to give you a phone number and provide access to the PSTN. This allows you to call your mom and vice versa. Without a VOIP provider you could only make computer to computer calls to your geek friends. When choosing a VOIP provider, you may want to consider whether they offer 911 service (some don&#039;t) and whether there is an existing template in LinuxMCE. &lt;br /&gt;
&lt;br /&gt;
===Get An ATA===&lt;br /&gt;
The ATA is a device the size of a router. It has one or more RJ45 jacks that connect it to your LinuxMCE network, and it has one or more RJ11 jacks that provide an FXS port for your existing analog telephone. An ATA is only one of three ways to use VOIP with LinuxMCE. You could...&lt;br /&gt;
&lt;br /&gt;
*Plug a USB headset into your orbiter and use the softphone. (cheap, but inconvenient)&lt;br /&gt;
&lt;br /&gt;
*Connect a VOIP phone directly to your LAN. (pretty neat, but expensive)&lt;br /&gt;
&lt;br /&gt;
*Connect an ATA  and use your existing analog phones. (convenient and inexpensive)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I chose the Linksys SPA3102 because it has an FXO port that allows you to set up PSTN as well as VOIP, then choose between them (by dialing 9, for instance). I thought it would be useful to keep my PSTN line until I got VOIP to work properly. As it turned out, PSTN is just as difficult to configure as VOIP. I actually got VOIP to work first, so I fired my land telephone service and never looked back. We won&#039;t talk about setting up PSTN, though there are other tutorials that cover this. So I could have saved a few bucks by choosing an ATA without an FXO port like an SPA2100 (eBay for $15-20).&lt;br /&gt;
&lt;br /&gt;
==Make It Work==&lt;br /&gt;
We&#039;ll cover this in five steps. I suggest following the order below in order to prevent having to revisit screens.&lt;br /&gt;
&lt;br /&gt;
1. Install hardware.&lt;br /&gt;
&lt;br /&gt;
2. Configure LMCE phone device. This tells LMCE how to communicate with a the new ATA&lt;br /&gt;
&lt;br /&gt;
3. Configure LMCE phone line device. This tells LMCE how to communicate with the new VOIP provider&lt;br /&gt;
&lt;br /&gt;
4. Configure Asterisk using FreePBX. This is LMCE&#039;s telecom brain &lt;br /&gt;
&lt;br /&gt;
5. Configure The ATA. This tells the ATA how to communicate with LMCE&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There are a zillion different screens, tabs, options, etc. to fiddle with. The configuration process is like opening a safe: if you know the combination it only takes a few seconds. If you don&#039;t know, it could take forever. To make the process easier, we&#039;ll talk about what not to touch. Configuration and troubleshooting become easier if we remember that we are trying to get each component to talk properly to LinuxMCE. If each is done correctly, they will all function together as a system. I&#039;ll try to give criteria for success following each step.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Step 1. Hardware===&lt;br /&gt;
I thought I might have to fix some IP addresses or fool around with the modem or router, but no, I just plugged everything in as follows:&lt;br /&gt;
&lt;br /&gt;
DSL Modem &amp;gt; Wireless Router &amp;gt; Core &amp;gt; Switch &amp;gt; SPA3102 &amp;gt; Analog Handset&lt;br /&gt;
&lt;br /&gt;
The SPA3102 has 4 ports: internet, ethernet, FXS, and FXO. The reason for all the ports is that this ATA can be used as a standalone device (without Asterisk or LinuxMCE). So a typical user (not us) will normally set up with internet in from the provider, ethernet out to the LAN. LinuxMCE is set up as more of a wagon wheel configuration with the core at the center. So we won&#039;t use the ATA ethernet port (except for configuration, as we&#039;ll see). The FXS port connects the analog phone. The FXO port is only if your want to keep normal phone service. I don&#039;t cover that in this tutorial. For all setup, your ATA setup manual is your friend.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Success:&#039;&#039;&#039; Getting two solid green lights on your ATA indicating that you have power and internet.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Step 2. Phone Device===&lt;br /&gt;
Log in to the LinuxMCE web admin. Go to Wizard -&amp;gt; Devices -&amp;gt; Phones -&amp;gt; Add Device (bottom of the page). Select template 1734, “Generic SIP softphone”. &lt;br /&gt;
&lt;br /&gt;
Now you will see a screen that probably shows two phone devices. One of these phones gets set up automatically as part of your onscreen orbiter; the other phone is the one we just installed. Don&#039;t get confused and start reconfiguring the wrong phone!&lt;br /&gt;
&lt;br /&gt;
Don&#039;t touch the orbiter phone. At the upper left, it says &amp;quot;controlled by:Onscreen Orbiter&amp;quot; and it is phone type &amp;quot;SIP6051&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
The phone we want says &amp;quot;controlled by: Asterisk&amp;quot; and is phone type &amp;quot;SIP&amp;quot;. It will show an extension number – don&#039;t change it. It also shows a password – change this to match the extension number (just to make life easier, but you must change it to something more secure later). On the left of the screen, rename the phone to whatever you like – I chose SPA3102.  Under that field, use the drop down to assign the phone to a room. Write down the extension and password because we&#039;ll use it later. The new extension also has been assigned to a port (probably 5060 but we&#039;ll check that later). Now hit &amp;quot;update&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Success:&#039;&#039;&#039; Generating an extension number, password, and port number&lt;br /&gt;
&lt;br /&gt;
===Step 3. Phone Line Device===&lt;br /&gt;
Sarah can create a phone line during the installation wizard, but its easier to use the LinuxMCE admin page. Besides, the odds of getting everything exactly right on the first try are pretty slim, so you&#039;re going to end up in web admin anyway - might as well just start there. Just lie to Sarah and tell you have no phone. Your VOIP provider&#039;s website has the information to set up the phone line. To get everything ready, log into LinuxMCE admin, then open another browser tab, log into your VOIP provider, and bring up the screen with your account settings (so you can easily copy/paste). Now tab back to LinuxMCE admin and click Phone Line-&amp;gt; Add. A screen will pop up allowing you to enter your VOIP provider information. Start up at the top. Leave the “prepend” boxes blank for now to make things simpler. For most people the local number length is 7, but here in Denver we have several area codes and I had to enter 10. Hit &amp;quot;update&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
The remainder of the entries on this screen are copied directly from your VOIP provider. Broadvoice is one of the providers appearing in the drop down window, so I just selected it. If you chose an unrecognized provider, you&#039;ll have to look for a tutorial telling you what to do. A gotcha here is that the username and password are the ones for your phone line, not the ones to log into the website. For Broadvoice, the username is your 10 digit phone number, and the password is a bunch of random letters. &amp;quot;Host&amp;quot; is sip.broadvoice.com.&lt;br /&gt;
&lt;br /&gt;
Hit submit when done. The phone line should almost immediately show “registered”. If not, you entered something wrong. Trying to correct it doesn&#039;t work too well. Best to delete the phone line and recreate it. Go no further until you get a “registered” indication. &lt;br /&gt;
&lt;br /&gt;
After the phone line registers, click “settings” to ensure that all drop downs say “ring extensions” and put a checkmark next to the phone you setup in step 2. Otherwise your new phone won&#039;t ring, and the caller will get a “party not available” message. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Success:&#039;&#039;&#039; Getting the line to register - that means LinuxMCE is talking to your VOIP provider.&lt;br /&gt;
&lt;br /&gt;
===Step 4. Configure Asterisk Using FreePBX===&lt;br /&gt;
In LinuxMCE admin, select Advanced -&amp;gt; Configuration -&amp;gt; Phones Setup. This brings up the FreePBX window that is basically a front end used to configure Asterisk. If you chose a VOIP provider that LinuxMCE recognizes, (from the drop down list in Step 3.) you will be happy to see that Asterisk has been magically configured, but there are a few things to check and change. The big picture here is that Asterisk is powerful software that can manage telecom for a business. There might be many extensions in different offices, and several different phone lines (trunks) coming in. So Asterisk needs to know about the extensions and trunks it has to manage. It needs rules to route incoming calls to the correct extension. Finally, it needs rules to route outbound calls to the correct trunk. We are only setting up one simple VOIP line, but we still need to visit the 4 tabs below.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Extensions Tab.&#039;&#039;&#039; Click the 3-digit extension number that matches the phone device you set up in step 2. You should see everything you entered in step 2, plus some more info including the port number. Change nothing, but write down the information to help you configure the ATA later. For me this was:&lt;br /&gt;
&lt;br /&gt;
*Name – SPA3102&lt;br /&gt;
&lt;br /&gt;
*Extension – 200&lt;br /&gt;
&lt;br /&gt;
*Secret  – 200 (just another name for password)&lt;br /&gt;
&lt;br /&gt;
*Port – 5060&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Trunk Tab.&#039;&#039;&#039; Look on the right and click the sip trunk corresponding to the phone line you set up in step 3. (mine is SIP/broadvoice). Put a “1” in the maximum channels box, then delete everything from the “Dial Rules” box. I&#039;ll explain what this is all about shortly. If you hover your mouse over “Dial Rules” you&#039;ll get helpful information.  When the changes are made, hit “submit” at the bottom, “apply” at the top, and “continue” in the popup.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Outbound Routes Tab.&#039;&#039;&#039; Look on the right and you&#039;ll see a route for each trunk. Click on our new trunk (mine was “broadvoice”). You&#039;ll have to change some things in the “Dial Patterns” box. For the US, make it look like the following, then hit submit/apply/continue:&lt;br /&gt;
&lt;br /&gt;
*411&lt;br /&gt;
&lt;br /&gt;
*911&lt;br /&gt;
&lt;br /&gt;
*NXXXXXX&lt;br /&gt;
&lt;br /&gt;
*NXXNXXXXXX&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
What are patterns and rules about? When you dial a number on your phone, Asterisk checks the dial pattern. So if it sees 411, 911, any 7-digit number, or any 10-digit number, then it will route those calls to my Broadvoice sip trunk. If I had kept my PSTN line and setup another trunk, then I could make a dial pattern for that trunk like: &lt;br /&gt;
&lt;br /&gt;
*9NXXXXXX&lt;br /&gt;
&lt;br /&gt;
*9NXXNXXXXXX&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
So whenever I dialed 9+the number, Asterisk would know to route that call to the PSTN trunk. Of course we would have to remove the “9” prefix before actually dialing the number. To do that, we would open up the trunk tab and put in a “Dial Rule” to subtract a leading “9”. For our configuration, we chose simple dial patterns that direct all calls to the VOIP trunk. We got rid of all dial rules because we don&#039;t want asterisk to change the number we dial or we&#039;ll end up in troubleshooting hell.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Inbound Routes Tab.&#039;&#039;&#039; Nothing to change here. At the bottom you&#039;ll see that “Set Destination” will have a check next to “Custom App – custom-linuxmce,102,1”. This allows LinuxMCE to determine what is to be done with incoming calls. For instance, when you set your home&#039;s alarm, it can automatically redirect incoming calls to your cell phone. Default settings are fine.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Success:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*Seeing that the wizard configured Asterisk. This means that LinuxMCE has talked with Asterisk and passed info on the phone and phone line.&lt;br /&gt;
&lt;br /&gt;
*Getting the pattens and rules correct. You won&#039;t know for sure until you test the phone.&lt;br /&gt;
&lt;br /&gt;
===Step 5. Configure The ATA===&lt;br /&gt;
If the ATA is not new, you should reset the factory default. Connect an analog phone to the FXS port, and dial ****73738# from the telephone keypad (check your manual). It asks you to enter 1 to confirm. &lt;br /&gt;
&lt;br /&gt;
The ATA has it&#039;s own admin screen – it is not configured through LinumMCE admin. The ATA manual tells how to get access the admin setup. I plugged a laptop directly into the unused “ethernet” port of the ATA, then opened a web browser and pointed it to IP address 192.168.0.1 (because the ATA manual told me).&lt;br /&gt;
&lt;br /&gt;
Look on the upper right side of the page and make sure you are logged in as “admin” and “advanced”.&lt;br /&gt;
We won&#039;t mess with any of the “Router” tabs. It defaults to DHCP and that&#039;s how we&#039;ll leave it. We only have to modify two “Voice” tabs. By the way, &amp;quot;Line&amp;quot; tabs are for configuring VOIP, and PSTN tabs are for configuring PSTN. If your model ATA has a &amp;quot;Line 2&amp;quot; or &amp;quot;PSTN&amp;quot; tab, just ignore them. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SIP Tab.&#039;&#039;&#039; Change “RTP Packet Size” to 0.020 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Line 1 Tab.&#039;&#039;&#039; Get the info you wrote in step 4, and change the following: &lt;br /&gt;
&lt;br /&gt;
*Line Enable: Yes &lt;br /&gt;
&lt;br /&gt;
*SIP Port: 5060 (or whatever you phone device uses)&lt;br /&gt;
&lt;br /&gt;
*Proxy: 192.168.80.1 (fixed IP address of your LinuxMCE core – should be same for everyone)&lt;br /&gt;
&lt;br /&gt;
*Register: Yes &lt;br /&gt;
&lt;br /&gt;
*Register Expires: 3600 &lt;br /&gt;
&lt;br /&gt;
*Make Call Without Reg: yes &lt;br /&gt;
&lt;br /&gt;
*Ans Call Without Reg: yes &lt;br /&gt;
&lt;br /&gt;
*Display Name: 200 (or your phone device&#039;s extension) &lt;br /&gt;
&lt;br /&gt;
*UserID:  200 (or your phone device&#039;s extension)&lt;br /&gt;
&lt;br /&gt;
*Password: 200 (or your phone device&#039;s pasword)&lt;br /&gt;
&lt;br /&gt;
*Use AuthID: no &lt;br /&gt;
&lt;br /&gt;
*Preferred Codec: G711u &lt;br /&gt;
&lt;br /&gt;
*Use Pref Codec Only: no &lt;br /&gt;
&lt;br /&gt;
*Dial Plan: (xxx|xxxx|xxxxxxx|xxxxxxxxxx|1xxxxxxxxxx) &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Submit the changes and cross your fingers while it thinks for a few seconds. When the admin screen returns, click on the “Router Status” tab and you should see that your ATA has registered and picked up a unique IP address from the core. If it doesn&#039;t seem to work, you might have to remove power from the ATA and wait 10 seconds before powering back up. The interesting thing about this step is that we enter no information about the VOIP provider. We provide info about LMCE, and allow LMCE to tell the ATA about the VOIP provider. Pretty cool.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It&#039;s probably a good idea to check your work. Go back into FreePBX and look at the bottom of the main screen. You should see 3 green lines all the way across the screen: &lt;br /&gt;
&lt;br /&gt;
*IP Phones Online (2)&lt;br /&gt;
&lt;br /&gt;
*IP Trunks Online (1)&lt;br /&gt;
&lt;br /&gt;
*IP Trunk Registrations (1)&lt;br /&gt;
&lt;br /&gt;
If the first line goes halfway across the screen and only shows one phone online, it means your orbiter softphone is OK but your new ATA is not. The phone is not talking correctly to Asterisk. Most likely you made a mistake with step 2 or 5.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Success:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*Getting the ATA to register. That means it has talked to LinuxMCE and recognized the VOIP line. Your ATA will now have 3 solid green lights.&lt;br /&gt;
&lt;br /&gt;
*Getting the port number correct. The phone will register and show 3 green lights with an incorrect port, but it won&#039;t ring or work right.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Test It===&lt;br /&gt;
Grab your cell phone and dial your new VOIP number. The LinuxMCE telecom screen should pop up and the phone connected to the ATA should ring. If not, here is some step-by-step troubleshooting advice:&lt;br /&gt;
&lt;br /&gt;
1. Install hardware. Problems here should be obvious and easy to correct. If the ATA does not have 2 solid green lights, start snooping around, recycle power, etc.&lt;br /&gt;
&lt;br /&gt;
2. Configure LMCE phone device. Biggest gotcha is confusing the two phones and modifying the wrong one. If you messed up, delete the device and recreate it. &lt;br /&gt;
&lt;br /&gt;
3. Configure LMCE phone line device. If it registers, you are probably good. &lt;br /&gt;
&lt;br /&gt;
4. Configure Asterisk using FreePBX. An error here can easily produce problems that send you looking elsewhere. For instance, a &amp;quot;Line is unavailable&amp;quot; message will make you think you screwed up step 3. In reality, it is probably something wrong with your dial patterns and dial rules.&lt;br /&gt;
&lt;br /&gt;
5. Configure The ATA. Your ATA will never register until your phone line has registered. Ensure the extension, port, and proxy match between the ATA and LMCE.&lt;br /&gt;
&lt;br /&gt;
I&#039;ve had incoming calls cause the telecom screen to appear on the orbiter, but the phone does not ring (however, it shows &amp;quot;registered&amp;quot; and calls out fine). Two things can cause this.&lt;br /&gt;
&lt;br /&gt;
*Mixing up your phone devices as described in step 2. &lt;br /&gt;
&lt;br /&gt;
*Forgetting to look at Phone Line -&amp;gt; Settings during step 3.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Even after you get your phone working, you might still have some problems to overcome. I wanted to use my analog answering machine, but LinuxMCE voicemail picked up first. I changed the time delay from 15 to 30 seconds, but then Broadvoice voicemail would pick up. I changed that from the 3rd to the 6th ring. Now my answering machine finally has time to pick up on the 4th ring.&lt;br /&gt;
&lt;br /&gt;
===Important===&lt;br /&gt;
Once the phone is working, go back and change your phone&#039;s password under LMCE admin &amp;quot;phone device&amp;quot;. The password should automatically be wizard&#039;d to asterisk (check this in the FreePBX extensions tab). Then manually enter the same password in your ATA admin configuration. If you use phone extension 200 and password 200, your asterisk line can be easily hacked! Google &amp;quot;secure password generator&amp;quot; to get a strong password.&lt;/div&gt;</summary>
		<author><name>Twodogs</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Cisco/Linksys/Sipura_Analog_Telephone_Adapters&amp;diff=29307</id>
		<title>Cisco/Linksys/Sipura Analog Telephone Adapters</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Cisco/Linksys/Sipura_Analog_Telephone_Adapters&amp;diff=29307"/>
		<updated>2011-12-20T23:35:45Z</updated>

		<summary type="html">&lt;p&gt;Twodogs: /* Step 2. Phone Device */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{versioninfo|810Status=applies|810UpdatedDate=25 Aug 2011|810UpdatedBy=twodogs}}&lt;br /&gt;
[[Category:Tutorials]]&lt;br /&gt;
[[Category:ATA]]&lt;br /&gt;
[[Category:Telecom]]&lt;br /&gt;
[[Category:VoIP]]&lt;br /&gt;
{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Want to get rid of that expensive telephone service? Want to connect your phone to your LinuxMCE home automation system? Want to spend hours of frustrating software configuration? Of course! &lt;br /&gt;
&lt;br /&gt;
This tutorial shows how to get your existing analog phone to work with VOIP using the Broadvoice service provider and an SPA3102. However, any Sipura/Linksys/Cisco SPA-XXXX is configured almost identically. This family of devices was originally designed by Sipura, then bought by Linksys (owned by Cisco). Also, if you chose another VOIP provider, it should not cause too many problems as long as it is recognized by linuxMCE.&lt;br /&gt;
&lt;br /&gt;
http://wiki.linuxmce.org/index.php/VOIP_Service_Providers&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Glossary==&lt;br /&gt;
* VOIP – Voice Over Internet Protocol.&lt;br /&gt;
* ATA – Analog Telephone Adapter.&lt;br /&gt;
* POTS – Plain Old Telephone Service.&lt;br /&gt;
* PSTN – Public Switched Telephone Network.&lt;br /&gt;
* FXS – Foreign Exchange Station. &lt;br /&gt;
* FXO – Foreign Exchange Office. &lt;br /&gt;
* RJ45 – Ethernet jack.&lt;br /&gt;
* RJ11 – phone jack.&lt;br /&gt;
&lt;br /&gt;
Its easy to confuse FXS and FXO. If you can remember that telecom engineers call telephones “stations”, then you can remember that an FXS port wants to have a station (telephone) plugged into it. An FXO port wants to connect to the office downtown. These are both RJ11 jacks.&lt;br /&gt;
&lt;br /&gt;
==Preliminary Steps==&lt;br /&gt;
===Get a VOIP provider===&lt;br /&gt;
You will need a VOIP provider to give you a phone number and provide access to the PSTN. This allows you to call your mom and vice versa. Without a VOIP provider you could only make computer to computer calls to your geek friends. I wanted a provider that offered 911 service (some don&#039;t) and that had an existing template in LinuxMCE. I chose Broadvoice for $11 per month instead of the $70 I paid to the phone company.&lt;br /&gt;
&lt;br /&gt;
===Get An ATA===&lt;br /&gt;
The ATA is a device the size of a router. It has one or more RJ45 jacks that connect it to your LinuxMCE network, and it has one or more RJ11 jacks that provide an FXS port for your existing analog telephone. An ATA is only one of three ways to use VOIP with LinuxMCE. You could...&lt;br /&gt;
&lt;br /&gt;
*Plug a USB headset into your orbiter and use the softphone. (cheap, but inconvenient)&lt;br /&gt;
&lt;br /&gt;
*Connect a VOIP phone directly to your LAN. (pretty neat, but expensive)&lt;br /&gt;
&lt;br /&gt;
*Connect an ATA  and use your existing analog phones. (convenient and inexpensive)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I chose the Linksys SPA3102 because it has an FXO port that allows you to set up PSTN as well as VOIP, then choose between them (by dialing 9, for instance). I thought it would be useful to keep my PSTN line until I got VOIP to work properly. As it turned out, PSTN is just as difficult to configure as VOIP. I actually got VOIP to work first, so I fired my Qwest telephone service and never looked back. We won&#039;t talk about setting up PSTN, though there are other tutorials that cover this. So I could have saved a few bucks by choosing an ATA without an FXO port like an SPA2100 (eBay for $15-20).&lt;br /&gt;
&lt;br /&gt;
==Make It Work==&lt;br /&gt;
We&#039;ll cover this in five steps. I suggest following the order below in order to prevent having to revisit screens.&lt;br /&gt;
&lt;br /&gt;
1. Install hardware.&lt;br /&gt;
&lt;br /&gt;
2. Configure LMCE phone device. This tells LMCE how to communicate with a the new ATA&lt;br /&gt;
&lt;br /&gt;
3. Configure LMCE phone line device. This tells LMCE how to communicate with the new VOIP provider&lt;br /&gt;
&lt;br /&gt;
4. Configure Asterisk using FreePBX. This is LMCE&#039;s telecom brain &lt;br /&gt;
&lt;br /&gt;
5. Configure The ATA. This tells the ATA how to communicate with LMCE&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
There are a zillion different screens, tabs, options, etc. to fiddle with. The configuration process is like opening a safe: if you know the combination it only takes a few seconds. If you don&#039;t know, it could take forever. To make the process easier, we&#039;ll talk about what not to touch. Configuration and troubleshooting become easier if we remember that we are trying to get each component to talk properly to LinuxMCE. If each is done correctly, they will all function together as a system. I&#039;ll try to give criteria for success following each step.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Step 1. Hardware===&lt;br /&gt;
I thought I might have to fix some IP addresses or fool around with the modem or router, but no, I just plugged everything in as follows:&lt;br /&gt;
&lt;br /&gt;
DSL Modem &amp;gt; Wireless Router &amp;gt; Core &amp;gt; Switch &amp;gt; SPA3102 &amp;gt; Analog Handset&lt;br /&gt;
&lt;br /&gt;
The SPA3102 has 4 ports: internet, ethernet, FXS, and FXO. The reason for all the ports is that this ATA can be used as a standalone device (without Asterisk or LinuxMCE). So a typical user (not us) will normally set up with internet in from the provider, ethernet out to the LAN. LinuxMCE is set up as more of a wagon wheel configuration with the core at the center. So we won&#039;t use the ATA ethernet port (except for configuration, as we&#039;ll see). The FXS port connects the analog phone. The FXO port is only if your want to keep normal phone service. I don&#039;t cover that in this tutorial. For all setup, your ATA setup manual is your friend.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Success:&#039;&#039;&#039; Getting two solid green lights on your ATA indicating that you have power and internet.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Step 2. Phone Device===&lt;br /&gt;
Log in to the LinuxMCE web admin. Go to Wizard -&amp;gt; Devices -&amp;gt; Phones -&amp;gt; Add Device (bottom of the page). Select template 1734, “Generic SIP softphone”. &lt;br /&gt;
&lt;br /&gt;
Now you will see a screen that probably shows two phone devices. One of these phones gets set up automatically as part of your onscreen orbiter; the other phone is the one we just installed. Don&#039;t get confused and start reconfiguring the wrong phone!&lt;br /&gt;
&lt;br /&gt;
Don&#039;t touch the orbiter phone. At the upper left, it says &amp;quot;controlled by:Onscreen Orbiter&amp;quot; and it is phone type &amp;quot;SIP6051&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
The phone we want says &amp;quot;controlled by: Asterisk&amp;quot; and is phone type &amp;quot;SIP&amp;quot;. It will show an extension number – don&#039;t change it. It also shows a password – change this to match the extension number (just to make life easier, but you must change it to something more secure later). On the left of the screen, rename the phone to whatever you like – I chose SPA3102.  Under that field, use the drop down to assign the phone to a room. Write down the extension and password because we&#039;ll use it later. The new extension also has been assigned to a port (probably 5060 but we&#039;ll check that later). Now hit &amp;quot;update&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Success:&#039;&#039;&#039; Generating an extension number, password, and port number&lt;br /&gt;
&lt;br /&gt;
===Step 3. Phone Line Device===&lt;br /&gt;
Sarah can create a phone line during the installation wizard, but its easier to use the LinuxMCE admin page. Besides, the odds of getting everything exactly right on the first try are pretty slim, so you&#039;re going to end up in web admin anyway - might as well just start there. Just lie to Sarah and tell you have no phone. Your VOIP provider&#039;s website has the information to set up the phone line. To get everything ready, log into LinuxMCE admin, then open another browser tab, log into your VOIP provider, and bring up the screen with your account settings (so you can easily copy/paste). Now tab back to LinuxMCE admin and click Phone Line-&amp;gt; Add. A screen will pop up allowing you to enter your VOIP provider information. Start up at the top. Leave the “prepend” boxes blank for now to make things simpler. For most people the local number length is 7, but here in Denver we have several area codes and I had to enter 10. Hit &amp;quot;update&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
The remainder of the entries on this screen are copied directly from your VOIP provider. Broadvoice is one of the providers appearing in the drop down window, so I just selected it. If you chose an unrecognized provider, you&#039;ll have to look for a tutorial telling you what to do. A gotcha here is that the username and password are the ones for your phone line, not the ones to log into the website. For Broadvoice, the username is your 10 digit phone number, and the password is a bunch of random letters. &amp;quot;Host&amp;quot; is sip.broadvoice.com.&lt;br /&gt;
&lt;br /&gt;
Hit submit when done. The phone line should almost immediately show “registered”. If not, you entered something wrong. Trying to correct it doesn&#039;t work too well. Best to delete the phone line and recreate it. Go no further until you get a “registered” indication. &lt;br /&gt;
&lt;br /&gt;
After the phone line registers, click “settings” to ensure that all drop downs say “ring extensions” and put a checkmark next to the phone you setup in step 2. Otherwise your new phone won&#039;t ring, and the caller will get a “party not available” message. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Success:&#039;&#039;&#039; Getting the line to register - that means LinuxMCE is talking to your VOIP provider.&lt;br /&gt;
&lt;br /&gt;
===Step 4. Configure Asterisk Using FreePBX===&lt;br /&gt;
In LinuxMCE admin, select Advanced -&amp;gt; Configuration -&amp;gt; Phones Setup. This brings up the FreePBX window that is basically a front end used to configure Asterisk. If you chose a VOIP provider that LinuxMCE recognizes, (from the drop down list in Step 3.) you will be happy to see that Asterisk has been magically configured, but there are a few things to check and change. The big picture here is that Asterisk is powerful software that can manage telecom for a business. There might be many extensions in different offices, and several different phone lines (trunks) coming in. So Asterisk needs to know about the extensions and trunks it has to manage. It needs rules to route incoming calls to the correct extension. Finally, it needs rules to route outbound calls to the correct trunk. We are only setting up one simple VOIP line, but we still need to visit the 4 tabs below.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Extensions Tab.&#039;&#039;&#039; Click the 3-digit extension number that matches the phone device you set up in step 2. You should see everything you entered in step 2, plus some more info including the port number. Change nothing, but write down the information to help you configure the ATA later. For me this was:&lt;br /&gt;
&lt;br /&gt;
*Name – SPA3102&lt;br /&gt;
&lt;br /&gt;
*Extension – 200&lt;br /&gt;
&lt;br /&gt;
*Secret  – 200 (just another name for password)&lt;br /&gt;
&lt;br /&gt;
*Port – 5060&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Trunk Tab.&#039;&#039;&#039; Look on the right and click the sip trunk corresponding to the phone line you set up in step 3. (mine is SIP/broadvoice). Put a “1” in the maximum channels box, then delete everything from the “Dial Rules” box. I&#039;ll explain what this is all about shortly. If you hover your mouse over “Dial Rules” you&#039;ll get helpful information.  When the changes are made, hit “submit” at the bottom, “apply” at the top, and “continue” in the popup.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Outbound Routes Tab.&#039;&#039;&#039; Look on the right and you&#039;ll see a route for each trunk. Click on our new trunk (mine was “broadvoice”). You&#039;ll have to change some things in the “Dial Patterns” box. For the US, make it look like the following, then hit submit/apply/continue:&lt;br /&gt;
&lt;br /&gt;
*411&lt;br /&gt;
&lt;br /&gt;
*911&lt;br /&gt;
&lt;br /&gt;
*NXXXXXX&lt;br /&gt;
&lt;br /&gt;
*NXXNXXXXXX&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
What are patterns and rules about? When you dial a number on your phone, Asterisk checks the dial pattern. So if it sees 411, 911, any 7-digit number, or any 10-digit number, then it will route those calls to my Broadvoice sip trunk. If I had kept my PSTN line and setup another trunk, then I could make a dial pattern for that trunk like: &lt;br /&gt;
&lt;br /&gt;
*9NXXXXXX&lt;br /&gt;
&lt;br /&gt;
*9NXXNXXXXXX&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
So whenever I dialed 9+the number, Asterisk would know to route that call to the PSTN trunk. Of course we would have to remove the “9” prefix before actually dialing the number. To do that, we would open up the trunk tab and put in a “Dial Rule” to subtract a leading “9”. For our configuration, we chose simple dial patterns that direct all calls to the VOIP trunk. We got rid of all dial rules because we don&#039;t want asterisk to change the number we dial or we&#039;ll end up in troubleshooting hell.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Inbound Routes Tab.&#039;&#039;&#039; Nothing to change here. At the bottom you&#039;ll see that “Set Destination” will have a check next to “Custom App – custom-linuxmce,102,1”. This allows LinuxMCE to determine what is to be done with incoming calls. For instance, when you set your home&#039;s alarm, it can automatically redirect incoming calls to your cell phone. Default settings are fine.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Success:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*Seeing that the wizard configured Asterisk. This means that LinuxMCE has talked with Asterisk and passed info on the phone and phone line.&lt;br /&gt;
&lt;br /&gt;
*Getting the pattens and rules correct. You won&#039;t know for sure until you test the phone.&lt;br /&gt;
&lt;br /&gt;
===Step 5. Configure The ATA===&lt;br /&gt;
If the ATA is not new, you should reset the factory default. Connect an analog phone to the FXS port, and dial ****73738# from the telephone keypad (check your manual). It asks you to enter 1 to confirm. &lt;br /&gt;
&lt;br /&gt;
The ATA has it&#039;s own admin screen – it is not configured through LinumMCE admin. The ATA manual tells how to get access the admin setup. I plugged a laptop directly into the unused “ethernet” port of the ATA, then opened a web browser and pointed it to IP address 192.168.0.1 (because the ATA manual told me).&lt;br /&gt;
&lt;br /&gt;
Look on the upper right side of the page and make sure you are logged in as “admin” and “advanced”.&lt;br /&gt;
We won&#039;t mess with any of the “Router” tabs. It defaults to DHCP and that&#039;s how we&#039;ll leave it. We only have to modify two “Voice” tabs. By the way, &amp;quot;Line&amp;quot; tabs are for configuring VOIP, and PSTN tabs are for configuring PSTN. If your model ATA has a &amp;quot;Line 2&amp;quot; or &amp;quot;PSTN&amp;quot; tab, just ignore them. &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;SIP Tab.&#039;&#039;&#039; Change “RTP Packet Size” to 0.020 &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Line 1 Tab.&#039;&#039;&#039; Get the info you wrote in step 4, and change the following: &lt;br /&gt;
&lt;br /&gt;
*Line Enable: Yes &lt;br /&gt;
&lt;br /&gt;
*SIP Port: 5060 (or whatever you phone device uses)&lt;br /&gt;
&lt;br /&gt;
*Proxy: 192.168.80.1 (fixed IP address of your LinuxMCE core – should be same for everyone)&lt;br /&gt;
&lt;br /&gt;
*Register: Yes &lt;br /&gt;
&lt;br /&gt;
*Register Expires: 3600 &lt;br /&gt;
&lt;br /&gt;
*Make Call Without Reg: yes &lt;br /&gt;
&lt;br /&gt;
*Ans Call Without Reg: yes &lt;br /&gt;
&lt;br /&gt;
*Display Name: 200 (or your phone device&#039;s extension) &lt;br /&gt;
&lt;br /&gt;
*UserID:  200 (or your phone device&#039;s extension)&lt;br /&gt;
&lt;br /&gt;
*Password: 200 (or your phone device&#039;s pasword)&lt;br /&gt;
&lt;br /&gt;
*Use AuthID: no &lt;br /&gt;
&lt;br /&gt;
*Preferred Codec: G711u &lt;br /&gt;
&lt;br /&gt;
*Use Pref Codec Only: no &lt;br /&gt;
&lt;br /&gt;
*Dial Plan: (xxx|xxxx|xxxxxxx|xxxxxxxxxx|1xxxxxxxxxx) &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Submit the changes and cross your fingers while it thinks for a few seconds. When the admin screen returns, click on the “Router Status” tab and you should see that your ATA has registered and picked up a unique IP address from the core. If it doesn&#039;t seem to work, you might have to remove power from the ATA and wait 10 seconds before powering back up. The interesting thing about this step is that we enter no information about the VOIP provider. We provide info about LMCE, and allow LMCE to tell the ATA about the VOIP provider. Pretty cool.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
It&#039;s probably a good idea to check your work. Go back into FreePBX and look at the bottom of the main screen. You should see 3 green lines all the way across the screen: &lt;br /&gt;
&lt;br /&gt;
*IP Phones Online (2)&lt;br /&gt;
&lt;br /&gt;
*IP Trunks Online (1)&lt;br /&gt;
&lt;br /&gt;
*IP Trunk Registrations (1)&lt;br /&gt;
&lt;br /&gt;
If the first line goes halfway across the screen and only shows one phone online, it means your orbiter softphone is OK but your new ATA is not. The phone is not talking correctly to Asterisk. Most likely you made a mistake with step 2 or 5.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Success:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*Getting the ATA to register. That means it has talked to LinuxMCE and recognized the VOIP line. Your ATA will now have 3 solid green lights.&lt;br /&gt;
&lt;br /&gt;
*Getting the port number correct. The phone will register and show 3 green lights with an incorrect port, but it won&#039;t ring or work right.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===Test It===&lt;br /&gt;
Grab your cell phone and dial your new VOIP number. The LinuxMCE telecom screen should pop up and the phone connected to the ATA should ring. If not, here is some step-by-step troubleshooting advice:&lt;br /&gt;
&lt;br /&gt;
1. Install hardware. Problems here should be obvious and easy to correct. If the ATA does not have 2 solid green lights, start snooping around, recycle power, etc.&lt;br /&gt;
&lt;br /&gt;
2. Configure LMCE phone device. Biggest gotcha is confusing the two phones and modifying the wrong one. If you messed up, delete the device and recreate it. &lt;br /&gt;
&lt;br /&gt;
3. Configure LMCE phone line device. If it registers, you are probably good. &lt;br /&gt;
&lt;br /&gt;
4. Configure Asterisk using FreePBX. An error here can easily produce problems that send you looking elsewhere. For instance, a &amp;quot;Line is unavailable&amp;quot; message will make you think you screwed up step 3. In reality, it is probably something wrong with your dial patterns and dial rules.&lt;br /&gt;
&lt;br /&gt;
5. Configure The ATA. Your ATA will never register until your phone line has registered. Ensure the extension, port, and proxy match between the ATA and LMCE.&lt;br /&gt;
&lt;br /&gt;
I&#039;ve had incoming calls cause the telecom screen to appear on the orbiter, but the phone does not ring (however, it shows &amp;quot;registered&amp;quot; and calls out fine). Two things can cause this.&lt;br /&gt;
&lt;br /&gt;
*Mixing up your phone devices as described in step 2. &lt;br /&gt;
&lt;br /&gt;
*Forgetting to look at Phone Line -&amp;gt; Settings during step 3.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Even after you get your phone working, you might still have some problems to overcome. I wanted to use my analog answering machine, but LinuxMCE voicemail picked up first. I changed the time delay from 15 to 30 seconds, but then Broadvoice voicemail would pick up. I changed that from the 3rd to the 6th ring. Now my answering machine finally has time to pick up on the 4th ring.&lt;br /&gt;
&lt;br /&gt;
===Important===&lt;br /&gt;
Once the phone is working, go back and change your phone&#039;s password under LMCE admin &amp;quot;phone device&amp;quot;. The password should automatically be wizard&#039;d to asterisk (check this in the FreePBX extensions tab). Then manually enter the same password in your ATA admin configuration. If you use phone extension 200 and password 200, your asterisk line can be easily hacked! Google &amp;quot;secure password generator&amp;quot; to get a strong password.&lt;/div&gt;</summary>
		<author><name>Twodogs</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Core_Hybrid&amp;diff=29168</id>
		<title>Core Hybrid</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Core_Hybrid&amp;diff=29168"/>
		<updated>2011-11-16T13:34:29Z</updated>

		<summary type="html">&lt;p&gt;Twodogs: /* About */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Links==&lt;br /&gt;
&lt;br /&gt;
*[[:Category:Cores|All-in-one systems]]&lt;br /&gt;
*[[:Category:Mainboards|Motherboards]]&lt;br /&gt;
*[[:Category:Graphic_Cards|Graphics Cards]]&lt;br /&gt;
*[[:Category:Network_Adapters|Network Adapters]]&lt;br /&gt;
*[[:Category:Soundcards|Sound Cards]]&lt;br /&gt;
*[[:Category:RAID_Controller|RAID Conrollers]]&lt;br /&gt;
*[[:Category:TV_Cards|TV Capture Cards]]&lt;br /&gt;
*[[:Category:Video_Capture_Boards|Video Capture (closed circuit)]]&lt;br /&gt;
&lt;br /&gt;
*[[:Category:Serial_Port_Cards|Serial Port Cards]]&lt;br /&gt;
*[[:Category:Cases|Cases]]&lt;br /&gt;
*[[:Category:Core_Hybrid_Tutorials|General Core/Hybrid Tutorials]]&lt;br /&gt;
&lt;br /&gt;
==About==&lt;br /&gt;
&lt;br /&gt;
The “Core” is the main LinuxMCE server. The core computer can also be set up as a “Media Director” with audio/visual capability. This type of dual-use setup is called a “Hybrid”. Some considerations are as follows.&lt;br /&gt;
* Chipsets – If  a particular hardware product is documented as good or bad, often other products with a similar chipset will perform similarly. Its a good idea to check the chips for all hardware, including expansion cards. Certain audio, graphics, and LAN chipsets can give trouble.&lt;br /&gt;
* Age – Ancient gear might not be up to the task. Bleeding edge might not be fully supported in Linux, nor is it necessary because LinuxMCE is not nearly as demanding as gaming. Probably best to stick with middle-of-the road gear. Buying last year&#039;s hardware on eBay is often cheap and effective.&lt;br /&gt;
* Energy efficiency. The core will normally run 24/7 so efficiency is a plus. Boards with integrated video  generally use less power, but these boards are also usually mATX and might not offer many expansion slots.&lt;br /&gt;
* Two LAN ports. A core or hybrid must have two LAN ports – an external LAN to connect the box to the web, and an internal LAN to serve the LinuxMCE network. Usually the mboard will have one port, and a NIC can provide the second.&lt;br /&gt;
* Serial ports. Seems nostalgic, but there is a lot of gear that is best controlled by RS232 ports. Examples include certain home automation controllers, amplifiers, TVs, and security panels. Serial ports can be gained by installing a serial card, or by purchasing a GC-100 that connects to the LAN via cat5.&lt;br /&gt;
* Expansion slots. Estimate how many you&#039;ll need before buying a motherboard.&lt;br /&gt;
* Computing power. A standalone core on a modest LinuxMCE setup need not be powerful. Some systems are running with Atom cores. A more powerful system is required if the LinuxMCE setup is more involved, or if it will be used as a hybrid. Dual-core Intel or AMD CPUs are efficient and powerful enough for most systems.  &lt;br /&gt;
* Memory. Its so cheap that there is little reason to struggle along with the minimum. Throw 2GB in there.&lt;/div&gt;</summary>
		<author><name>Twodogs</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Core_Hybrid&amp;diff=29167</id>
		<title>Core Hybrid</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Core_Hybrid&amp;diff=29167"/>
		<updated>2011-11-16T13:33:46Z</updated>

		<summary type="html">&lt;p&gt;Twodogs: /* About */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Links==&lt;br /&gt;
&lt;br /&gt;
*[[:Category:Cores|All-in-one systems]]&lt;br /&gt;
*[[:Category:Mainboards|Motherboards]]&lt;br /&gt;
*[[:Category:Graphic_Cards|Graphics Cards]]&lt;br /&gt;
*[[:Category:Network_Adapters|Network Adapters]]&lt;br /&gt;
*[[:Category:Soundcards|Sound Cards]]&lt;br /&gt;
*[[:Category:RAID_Controller|RAID Conrollers]]&lt;br /&gt;
*[[:Category:TV_Cards|TV Capture Cards]]&lt;br /&gt;
*[[:Category:Video_Capture_Boards|Video Capture (closed circuit)]]&lt;br /&gt;
&lt;br /&gt;
*[[:Category:Serial_Port_Cards|Serial Port Cards]]&lt;br /&gt;
*[[:Category:Cases|Cases]]&lt;br /&gt;
*[[:Category:Core_Hybrid_Tutorials|General Core/Hybrid Tutorials]]&lt;br /&gt;
&lt;br /&gt;
==About==&lt;br /&gt;
&lt;br /&gt;
The “Core” is the main LinuxMCE server. The core computer can also be set up as a “Media Director” with audio/visual capability. This type of dual-use setup is called a “Hybrid”. Some considerations are as follows.&lt;br /&gt;
* Chipsets – If  a particular hardware product is documented as good or bad, often other products with a similar chipset will perform similarly. Its a good idea to check the chips for all hardware, including expansion cards. Certain audio, graphics, and LAN chipsets can give trouble.&lt;br /&gt;
* Age – Ancient gear might not be up to the task. Bleeding edge might not be fully supported in Linux, nor is it necessary because LinuxMCE is not nearly as demanding as gaming. Probably best to stick with middle-of-the road gear. Buying last year&#039;s hardware on eBay is often cheap and effective.&lt;br /&gt;
* Energy efficiency. The core will normally run 24/7 so efficiency is a plus. Boards with integrated video  generally use less power, but these boards are also usually mATX and might not offer many expansion slots.&lt;br /&gt;
* Two LAN ports. A core or hybrid must have two LAN ports – an external LAN to connect the box to the web, and an internal LAN to serve the LinuxMCE network. Usually the mboard will have one port, and a NIC can provide the second.&lt;br /&gt;
* Serial ports. Seems nostalgic, but there is a lot of gear that is best controlled by RS232 ports. Examples include certain home automation controllers, amplifiers, TVs, and security panels. Serial ports can be gained by installing a serial card, or by purchasing a GC-100 that connects to the LAN via cat5.&lt;br /&gt;
* Expansion slots. Easy to run out of these if you don&#039;t plan your system.&lt;br /&gt;
* Computing power. A standalone core on a modest LinuxMCE setup need not be powerful. Some systems are running with Atom cores. A more powerful system is required if the LinuxMCE setup is more involved, or if it will be used as a hybrid. Dual-core Intel or AMD CPUs are efficient and powerful enough for most systems.  &lt;br /&gt;
* Memory. Its so cheap that there is little reason to struggle along with the minimum. Throw 2GB in there.&lt;/div&gt;</summary>
		<author><name>Twodogs</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Core_Hybrid&amp;diff=29166</id>
		<title>Core Hybrid</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Core_Hybrid&amp;diff=29166"/>
		<updated>2011-11-16T13:32:12Z</updated>

		<summary type="html">&lt;p&gt;Twodogs: /* About */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Links==&lt;br /&gt;
&lt;br /&gt;
*[[:Category:Cores|All-in-one systems]]&lt;br /&gt;
*[[:Category:Mainboards|Motherboards]]&lt;br /&gt;
*[[:Category:Graphic_Cards|Graphics Cards]]&lt;br /&gt;
*[[:Category:Network_Adapters|Network Adapters]]&lt;br /&gt;
*[[:Category:Soundcards|Sound Cards]]&lt;br /&gt;
*[[:Category:RAID_Controller|RAID Conrollers]]&lt;br /&gt;
*[[:Category:TV_Cards|TV Capture Cards]]&lt;br /&gt;
*[[:Category:Video_Capture_Boards|Video Capture (closed circuit)]]&lt;br /&gt;
&lt;br /&gt;
*[[:Category:Serial_Port_Cards|Serial Port Cards]]&lt;br /&gt;
*[[:Category:Cases|Cases]]&lt;br /&gt;
*[[:Category:Core_Hybrid_Tutorials|General Core/Hybrid Tutorials]]&lt;br /&gt;
&lt;br /&gt;
==About==&lt;br /&gt;
&lt;br /&gt;
The “Core” is the main LinuxMCE server. The core computer can also be set up as a “Media Director” with audio/visual capability. This type of dual-use setup is called a “Hybrid”. Some considerations are as follows.&lt;br /&gt;
* Chipsets – If  a particular hardware product is documented as good or bad, often other products with a similar chipset will perform similarly. Its a good idea to check the chips for all hardware, including expansion cards. Certain audio, graphics, and LAN chipsets can give trouble.&lt;br /&gt;
* Age – Ancient gear might not be up to the task. Bleeding edge might not be fully supported in Linux, nor is it necessary because LinuxMCE is not nearly as demanding as gaming. Probably best to stick with middle-of-the road gear. Buying last year&#039;s hardware on eBay is often cheap and effective.&lt;br /&gt;
* Energy efficiency. The core will normally run 24/7 so efficiency is a plus. Boards with integrated video  generally use less power, but these boards are also usually mATX and might not offer many expansion slots.&lt;br /&gt;
* Two LAN ports. A core or hybrid must have two LAN ports – an external LAN to connect the box to the web, and an internal LAN to serve the LinuxMCE network.&lt;br /&gt;
* Serial ports. Seems nostalgic, but there is a lot of gear that is best controlled by RS232 ports. Examples include certain home automation controllers, amplifiers, TVs, and security panels. Serial ports can be gained by installing a serial card, or by purchasing a GC-100 that connects to the LAN via cat5.&lt;br /&gt;
* Expansion slots. Easy to run out of these if you don&#039;t plan your system.&lt;br /&gt;
* Computing power. A standalone core on a modest LinuxMCE setup need not be powerful. Some systems are running with Atom cores. A more powerful system is required if the LinuxMCE setup is more involved, or if it will be used as a hybrid. Dual-core Intel or AMD CPUs are efficient and powerful enough for most systems.  &lt;br /&gt;
* Memory. Its so cheap that there is little reason to struggle along with the minimum. Throw 2GB in there.&lt;/div&gt;</summary>
		<author><name>Twodogs</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Installation_Guide&amp;diff=29165</id>
		<title>Installation Guide</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Installation_Guide&amp;diff=29165"/>
		<updated>2011-11-16T13:29:58Z</updated>

		<summary type="html">&lt;p&gt;Twodogs: /* About Installation (Version 0810 Final) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
=Links=&lt;br /&gt;
&lt;br /&gt;
*[[:Category:AV_Wizard|AV Wizard]]&lt;br /&gt;
*[[:Category:Installation_Tutorials|General Installation Tutorials]]&lt;br /&gt;
&lt;br /&gt;
=About Installation (Version 0810 Final)=&lt;br /&gt;
&lt;br /&gt;
This page covers what we&#039;ll call mainstream installation. It shows how to get a LinuxMCE hybrid running with minimum bells and whistles. Once the basic installation is complete, users can look at the other sections of the wiki to learn how to add more advanced features. The basic hardware consists of the computer, display, and speakers. Look at the &amp;quot;Core &amp;amp; Hybrid&amp;quot; section of the wiki for hardware selection articles. Here is some pre-flight advice before installation.&lt;br /&gt;
&lt;br /&gt;
*The computer must be connected to the internet for a successful installation. &lt;br /&gt;
*Recommend using a monitor for the initial install. Monitors are better than TVs for adapting to a wacky resolution setting (it could happen). You probably don&#039;t want to mess about with xorg.conf on your first install. Also recommend using a VGA cable because that is the default setting when the LMCE wizard pops up. I&#039;d specifically advise against using an HDMI cable and expecting it to pass video and sound to your TV. It might work, but more likely it will require extensive tinkering. Its easy to swap to a different display or connection after things are up and running. &lt;br /&gt;
*For sound, you can use computer speakers, or use an spdif connection to an external AV receiver. This is also easy to change later.&lt;br /&gt;
*If you have a TV capture card, it will be configured during the installation. The wizard will ask where to get program guide information. In the US this is usually &amp;quot;schedulesdirect.org&amp;quot;. Set up your account and know your username and password before starting the install.&lt;br /&gt;
&lt;br /&gt;
=Caveats=&lt;br /&gt;
&lt;br /&gt;
*LinuxMCE is an extremely powerful, fantastic piece of software; have no doubt about that. But, please bear in mind that it is a project, not a product. &lt;br /&gt;
&lt;br /&gt;
*LinuxMCE 0810 is based on Ubuntu 8.10, which means that brand new hardware might not work out of the box. For this reason, if you are buying hardware specifically for your home automation system, you might want to use hardware that is a little older and save yourself some money at the same time. That said, in nearly all cases you will be able to get through any issues with a little patience and some help from the community. Unrecognised NICs is the most common issue.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span style=&amp;quot;color:#FF0000&amp;quot;&amp;gt;Please please please be patient. Some parts of the installation can sometimes take hours. If in doubt, leave it overnight.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Basic Installation Steps=&lt;br /&gt;
&lt;br /&gt;
I might help to think of installation as a 3-step process.&lt;br /&gt;
*Run the DVD. This formats your drive, installs Kubuntu, and preps for LMCE installation. This step finishes by prompting reboot and DVD removal.&lt;br /&gt;
*Install LinuxMCE. The reboot will take you to the Kubuntu screen. You&#039;ll recheck your internet connection, then click the LMCE install icon. More software will load and it will prompt another reboot.&lt;br /&gt;
*Complete the 3 wizards (AV, House Setup, Media). This is where you tell LMCE about your system.&lt;br /&gt;
&lt;br /&gt;
=Run the DVD=&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:#FF0000&amp;quot;&amp;gt;Caution: Installing LinuxMCE 0810 Final will wipe your entire drive! It is not designed to be dual-booted!&amp;lt;/span&amp;gt;&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you just want to quickly try LinuxMCE, then consider setting it up temporarily as a virtual machine on your Linux, Mac, or Windows box. [http://www.virtualbox.org/ VirtualBox] will allow you to do this&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# Download the LinuxMCE 0810 Final ISO from [http://linuxmce.iptp.org/release/LinuxMCE-8.10-final.iso here]. &#039;&#039;Note: Always burn at your DVD drive&#039;s lowest speed to reduce the chance of errors.&#039;&#039;&lt;br /&gt;
# Boot from the DVD.&lt;br /&gt;
# Select your language&lt;br /&gt;
# Select the top option &amp;quot;LinuxMCE&amp;quot;&lt;br /&gt;
# Wait until the installer loads, and then...&lt;br /&gt;
## &#039;&#039;&#039;Welcome&#039;&#039;&#039; - Select your language.&lt;br /&gt;
## &#039;&#039;&#039;Where are you?&#039;&#039;&#039; - Select your location and time zone.&lt;br /&gt;
## &#039;&#039;&#039;Keyboard layout&#039;&#039;&#039; - Select your keyboard layout.&lt;br /&gt;
## &#039;&#039;&#039;Prepare disk space&#039;&#039;&#039; - Set up your partitions as you wish, but the second option &amp;quot;Guided - use entire disk&amp;quot; is perfectly OK.&lt;br /&gt;
## &#039;&#039;&#039;Who are you?&#039;&#039;&#039; - Set up your username, password and the system name (call it whatever you want). This username/password is specifically for the underlying system i.e. Kubuntu, it is NOT for LinuxMCE; this is handled separately.&lt;br /&gt;
## &#039;&#039;&#039;Ready to install&#039;&#039;&#039; - Check everything is as it should be, and press &amp;quot;Install&amp;quot;.&lt;br /&gt;
# Let installation run through, and then remove disk and press enter when instructed to do so.&lt;br /&gt;
&lt;br /&gt;
=Install LinuxMCE=&lt;br /&gt;
&lt;br /&gt;
# Once the new Kubuntu installation has finished booting back up, check that your internet connections are working. If you have a NIC that is not plug-and-play (like the Intel gigabit card) then now is the time to install the driver and confirm operation. Then click the &amp;quot;LinuxMCE&amp;quot; icon on the desktop. This will start the LinuxMCE installation. You may need to enter your Kubuntu password. &lt;br /&gt;
# Wait until the LinuxMCE installation has finished running through. You will see the following message when the installation is complete:&lt;br /&gt;
&lt;br /&gt;
 The first phase of the install process is completed&lt;br /&gt;
 Reboot the system to start the final process.&lt;br /&gt;
&lt;br /&gt;
=Complete the Wizards=&lt;br /&gt;
&lt;br /&gt;
Upon reboot, you will not see Kubuntu. More software will load, then the AV Wizard will start. If you connected the display with something other than a VGA cable, the screen will go black. You will have to press a number on your keyboard (just the number, don&#039;t hit &amp;quot;enter&amp;quot;) to tell the wizard what connection to use. The default value is 2: VGA.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt; Keys for choosing a connector:&lt;br /&gt;
&lt;br /&gt;
1: DVI&lt;br /&gt;
2: VGA&lt;br /&gt;
3: Component&lt;br /&gt;
4: Composite&lt;br /&gt;
5: S-Video&lt;br /&gt;
Q: DVI-2&lt;br /&gt;
W: VGA-2&lt;br /&gt;
L: LVDS&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then follow the wizards as described in the following links.&lt;br /&gt;
&lt;br /&gt;
*[[AVWizard_Step_by_Step|AV Wizard]] &lt;br /&gt;
*[[House_Setup_Wizard|House Setup Wizard]] &lt;br /&gt;
*[[Media_Player_Wizard|Media Setup Wizard]].&lt;br /&gt;
&lt;br /&gt;
Tip: After LMCE is up and running, the LinuxMCE installation icon on the Kubuntu desktop becomes a hazard. Clicking it will begin a reinstall and ruin your day. Best to right click and delete the icon!&lt;/div&gt;</summary>
		<author><name>Twodogs</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Installation_Guide&amp;diff=29164</id>
		<title>Installation Guide</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Installation_Guide&amp;diff=29164"/>
		<updated>2011-11-16T13:24:04Z</updated>

		<summary type="html">&lt;p&gt;Twodogs: /* About Installation (Version 0810 Final) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
=Links=&lt;br /&gt;
&lt;br /&gt;
*[[:Category:AV_Wizard|AV Wizard]]&lt;br /&gt;
*[[:Category:Installation_Tutorials|General Installation Tutorials]]&lt;br /&gt;
&lt;br /&gt;
=About Installation (Version 0810 Final)=&lt;br /&gt;
&lt;br /&gt;
This page covers what we&#039;ll call mainstream installation. It shows how to get a LinuxMCE hybrid running with minimum bells and whistles. Once the basic installation is complete, users can check the other sections of the wiki to learn how to add more advanced features. The basic hardware consists of the computer (with two network ports), display, and speakers. Its OK (and probably easier) to install PCI cards like TV capture, serial, etc. Look at the &amp;quot;Core &amp;amp; Hybrid&amp;quot; section of the wiki for hardware selection articles. Here is some pre-flight advice before installation.&lt;br /&gt;
&lt;br /&gt;
*The computer must be connected to the internet for a successful installation. &lt;br /&gt;
*Recommend using a monitor for the initial install. Monitors are better than TVs for adapting to a wacky resolution setting (it could happen). You probably don&#039;t want to mess about with xorg.conf on your first install. Also recommend using a VGA cable because that is the default setting when the LMCE wizard pops up. I&#039;d specifically advise against using an HDMI cable and expecting it to pass video and sound to your TV. It might work, but more likely it will require extensive tinkering. Its easy to swap to a different display or connection after things are up and running. &lt;br /&gt;
*For sound, you can use computer speakers, or use an spdif connection to an external AV receiver. This is also easy to change later.&lt;br /&gt;
*If you have a TV capture card, it will be configured during the installation. The wizard will ask where to get program guide information. In the US this is usually &amp;quot;schedulesdirect.org&amp;quot;. Set up your account and know your username and password before starting the install.&lt;br /&gt;
&lt;br /&gt;
=Caveats=&lt;br /&gt;
&lt;br /&gt;
*LinuxMCE is an extremely powerful, fantastic piece of software; have no doubt about that. But, please bear in mind that it is a project, not a product. &lt;br /&gt;
&lt;br /&gt;
*LinuxMCE 0810 is based on Ubuntu 8.10, which means that brand new hardware might not work out of the box. For this reason, if you are buying hardware specifically for your home automation system, you might want to use hardware that is a little older and save yourself some money at the same time. That said, in nearly all cases you will be able to get through any issues with a little patience and some help from the community. Unrecognised NICs is the most common issue.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span style=&amp;quot;color:#FF0000&amp;quot;&amp;gt;Please please please be patient. Some parts of the installation can sometimes take hours. If in doubt, leave it overnight.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Basic Installation Steps=&lt;br /&gt;
&lt;br /&gt;
I might help to think of installation as a 3-step process.&lt;br /&gt;
*Run the DVD. This formats your drive, installs Kubuntu, and preps for LMCE installation. This step finishes by prompting reboot and DVD removal.&lt;br /&gt;
*Install LinuxMCE. The reboot will take you to the Kubuntu screen. You&#039;ll recheck your internet connection, then click the LMCE install icon. More software will load and it will prompt another reboot.&lt;br /&gt;
*Complete the 3 wizards (AV, House Setup, Media). This is where you tell LMCE about your system.&lt;br /&gt;
&lt;br /&gt;
=Run the DVD=&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:#FF0000&amp;quot;&amp;gt;Caution: Installing LinuxMCE 0810 Final will wipe your entire drive! It is not designed to be dual-booted!&amp;lt;/span&amp;gt;&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you just want to quickly try LinuxMCE, then consider setting it up temporarily as a virtual machine on your Linux, Mac, or Windows box. [http://www.virtualbox.org/ VirtualBox] will allow you to do this&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# Download the LinuxMCE 0810 Final ISO from [http://linuxmce.iptp.org/release/LinuxMCE-8.10-final.iso here]. &#039;&#039;Note: Always burn at your DVD drive&#039;s lowest speed to reduce the chance of errors.&#039;&#039;&lt;br /&gt;
# Boot from the DVD.&lt;br /&gt;
# Select your language&lt;br /&gt;
# Select the top option &amp;quot;LinuxMCE&amp;quot;&lt;br /&gt;
# Wait until the installer loads, and then...&lt;br /&gt;
## &#039;&#039;&#039;Welcome&#039;&#039;&#039; - Select your language.&lt;br /&gt;
## &#039;&#039;&#039;Where are you?&#039;&#039;&#039; - Select your location and time zone.&lt;br /&gt;
## &#039;&#039;&#039;Keyboard layout&#039;&#039;&#039; - Select your keyboard layout.&lt;br /&gt;
## &#039;&#039;&#039;Prepare disk space&#039;&#039;&#039; - Set up your partitions as you wish, but the second option &amp;quot;Guided - use entire disk&amp;quot; is perfectly OK.&lt;br /&gt;
## &#039;&#039;&#039;Who are you?&#039;&#039;&#039; - Set up your username, password and the system name (call it whatever you want). This username/password is specifically for the underlying system i.e. Kubuntu, it is NOT for LinuxMCE; this is handled separately.&lt;br /&gt;
## &#039;&#039;&#039;Ready to install&#039;&#039;&#039; - Check everything is as it should be, and press &amp;quot;Install&amp;quot;.&lt;br /&gt;
# Let installation run through, and then remove disk and press enter when instructed to do so.&lt;br /&gt;
&lt;br /&gt;
=Install LinuxMCE=&lt;br /&gt;
&lt;br /&gt;
# Once the new Kubuntu installation has finished booting back up, check that your internet connections are working. If you have a NIC that is not plug-and-play (like the Intel gigabit card) then now is the time to install the driver and confirm operation. Then click the &amp;quot;LinuxMCE&amp;quot; icon on the desktop. This will start the LinuxMCE installation. You may need to enter your Kubuntu password. &lt;br /&gt;
# Wait until the LinuxMCE installation has finished running through. You will see the following message when the installation is complete:&lt;br /&gt;
&lt;br /&gt;
 The first phase of the install process is completed&lt;br /&gt;
 Reboot the system to start the final process.&lt;br /&gt;
&lt;br /&gt;
=Complete the Wizards=&lt;br /&gt;
&lt;br /&gt;
Upon reboot, you will not see Kubuntu. More software will load, then the AV Wizard will start. If you connected the display with something other than a VGA cable, the screen will go black. You will have to press a number on your keyboard (just the number, don&#039;t hit &amp;quot;enter&amp;quot;) to tell the wizard what connection to use. The default value is 2: VGA.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt; Keys for choosing a connector:&lt;br /&gt;
&lt;br /&gt;
1: DVI&lt;br /&gt;
2: VGA&lt;br /&gt;
3: Component&lt;br /&gt;
4: Composite&lt;br /&gt;
5: S-Video&lt;br /&gt;
Q: DVI-2&lt;br /&gt;
W: VGA-2&lt;br /&gt;
L: LVDS&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then follow the wizards as described in the following links.&lt;br /&gt;
&lt;br /&gt;
*[[AVWizard_Step_by_Step|AV Wizard]] &lt;br /&gt;
*[[House_Setup_Wizard|House Setup Wizard]] &lt;br /&gt;
*[[Media_Player_Wizard|Media Setup Wizard]].&lt;br /&gt;
&lt;br /&gt;
Tip: After LMCE is up and running, the LinuxMCE installation icon on the Kubuntu desktop becomes a hazard. Clicking it will begin a reinstall and ruin your day. Best to right click and delete the icon!&lt;/div&gt;</summary>
		<author><name>Twodogs</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Media&amp;diff=29163</id>
		<title>Media</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Media&amp;diff=29163"/>
		<updated>2011-11-16T13:06:21Z</updated>

		<summary type="html">&lt;p&gt;Twodogs: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Links==&lt;br /&gt;
&lt;br /&gt;
*[[:Category:Displays|Displays]]&lt;br /&gt;
*[[:Category:Projectors|Projectors]]&lt;br /&gt;
*[[:Category:Video|Video Sources - TV Cards, PVRs, Streaming]]&lt;br /&gt;
*[[:Category:Audio|Audio]]&lt;br /&gt;
*[[:Category:Amps_Receivers|Amps and Receivers]]&lt;br /&gt;
*[[:Category:Media_Tutorials|General Media Tutorials]]&lt;br /&gt;
&lt;br /&gt;
==About==&lt;/div&gt;</summary>
		<author><name>Twodogs</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Installation_Guide&amp;diff=29162</id>
		<title>Installation Guide</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Installation_Guide&amp;diff=29162"/>
		<updated>2011-11-15T23:04:49Z</updated>

		<summary type="html">&lt;p&gt;Twodogs: /* Complete the Wizards */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
=Links=&lt;br /&gt;
&lt;br /&gt;
*[[:Category:AV_Wizard|AV Wizard]]&lt;br /&gt;
*[[:Category:Installation_Tutorials|General Installation Tutorials]]&lt;br /&gt;
&lt;br /&gt;
=About Installation (Version 0810 Final)=&lt;br /&gt;
&lt;br /&gt;
This page covers what we&#039;ll call mainstream installation. It shows how to get a LinuxMCE hybrid running with minimum bells and whistles. Once the basic installation is complete, users can check the other sections of the wiki to learn how to add more advanced features. The basic hardware consists of the computer (with two network ports), display, and speakers. Its the user&#039;s option whether to install additional PCI cards (TV capture, serial, etc), An incompatible card could cause problems, but this is rare (fyi, I install all cards before running the install). Look at the &amp;quot;Core &amp;amp; Hybrid&amp;quot; section of the wiki for hardware selection articles. Here is some pre-flight advice before installation.&lt;br /&gt;
&lt;br /&gt;
*The computer must be connected to the internet for a successful installation. &lt;br /&gt;
*The display can be a TV or monitor. If you have a monitor and a VGA cable, I&#039;d suggest using them for your initial installation. The reason is that LMCE defaults to VGA and some displays can have resolution issues to overcome. You probably don&#039;t want to mess about with xorg.conf on your first install - its easy to swap to a different display or connection after things are up and running. I&#039;d specifically advise against using an HDMI cable and expecting it to pass video and sound to your TV. It might work, but more likely it will require extensive tinkering.&lt;br /&gt;
*For sound, you can use computer speakers, or use an spdif connection to an external AV receiver. This is also easy to change later.&lt;br /&gt;
*If you have a TV capture card, it will be configured during the installation. The wizard will ask where to get program guide information. In the US this is usually &amp;quot;schedulesdirect.org&amp;quot;. Set up your account and know your username and password before starting the install.&lt;br /&gt;
&lt;br /&gt;
=Caveats=&lt;br /&gt;
&lt;br /&gt;
*LinuxMCE is an extremely powerful, fantastic piece of software; have no doubt about that. But, please bear in mind that it is a project, not a product. &lt;br /&gt;
&lt;br /&gt;
*LinuxMCE 0810 is based on Ubuntu 8.10, which means that brand new hardware might not work out of the box. For this reason, if you are buying hardware specifically for your home automation system, you might want to use hardware that is a little older and save yourself some money at the same time. That said, in nearly all cases you will be able to get through any issues with a little patience and some help from the community. Unrecognised NICs is the most common issue.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span style=&amp;quot;color:#FF0000&amp;quot;&amp;gt;Please please please be patient. Some parts of the installation can sometimes take hours. If in doubt, leave it overnight.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Basic Installation Steps=&lt;br /&gt;
&lt;br /&gt;
I might help to think of installation as a 3-step process.&lt;br /&gt;
*Run the DVD. This formats your drive, installs Kubuntu, and preps for LMCE installation. This step finishes by prompting reboot and DVD removal.&lt;br /&gt;
*Install LinuxMCE. The reboot will take you to the Kubuntu screen. You&#039;ll recheck your internet connection, then click the LMCE install icon. More software will load and it will prompt another reboot.&lt;br /&gt;
*Complete the 3 wizards (AV, House Setup, Media). This is where you tell LMCE about your system.&lt;br /&gt;
&lt;br /&gt;
=Run the DVD=&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:#FF0000&amp;quot;&amp;gt;Caution: Installing LinuxMCE 0810 Final will wipe your entire drive! It is not designed to be dual-booted!&amp;lt;/span&amp;gt;&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you just want to quickly try LinuxMCE, then consider setting it up temporarily as a virtual machine on your Linux, Mac, or Windows box. [http://www.virtualbox.org/ VirtualBox] will allow you to do this&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# Download the LinuxMCE 0810 Final ISO from [http://linuxmce.iptp.org/release/LinuxMCE-8.10-final.iso here]. &#039;&#039;Note: Always burn at your DVD drive&#039;s lowest speed to reduce the chance of errors.&#039;&#039;&lt;br /&gt;
# Boot from the DVD.&lt;br /&gt;
# Select your language&lt;br /&gt;
# Select the top option &amp;quot;LinuxMCE&amp;quot;&lt;br /&gt;
# Wait until the installer loads, and then...&lt;br /&gt;
## &#039;&#039;&#039;Welcome&#039;&#039;&#039; - Select your language.&lt;br /&gt;
## &#039;&#039;&#039;Where are you?&#039;&#039;&#039; - Select your location and time zone.&lt;br /&gt;
## &#039;&#039;&#039;Keyboard layout&#039;&#039;&#039; - Select your keyboard layout.&lt;br /&gt;
## &#039;&#039;&#039;Prepare disk space&#039;&#039;&#039; - Set up your partitions as you wish, but the second option &amp;quot;Guided - use entire disk&amp;quot; is perfectly OK.&lt;br /&gt;
## &#039;&#039;&#039;Who are you?&#039;&#039;&#039; - Set up your username, password and the system name (call it whatever you want). This username/password is specifically for the underlying system i.e. Kubuntu, it is NOT for LinuxMCE; this is handled separately.&lt;br /&gt;
## &#039;&#039;&#039;Ready to install&#039;&#039;&#039; - Check everything is as it should be, and press &amp;quot;Install&amp;quot;.&lt;br /&gt;
# Let installation run through, and then remove disk and press enter when instructed to do so.&lt;br /&gt;
&lt;br /&gt;
=Install LinuxMCE=&lt;br /&gt;
&lt;br /&gt;
# Once the new Kubuntu installation has finished booting back up, check that your internet connections are working. If you have a NIC that is not plug-and-play (like the Intel gigabit card) then now is the time to install the driver and confirm operation. Then click the &amp;quot;LinuxMCE&amp;quot; icon on the desktop. This will start the LinuxMCE installation. You may need to enter your Kubuntu password. &lt;br /&gt;
# Wait until the LinuxMCE installation has finished running through. You will see the following message when the installation is complete:&lt;br /&gt;
&lt;br /&gt;
 The first phase of the install process is completed&lt;br /&gt;
 Reboot the system to start the final process.&lt;br /&gt;
&lt;br /&gt;
=Complete the Wizards=&lt;br /&gt;
&lt;br /&gt;
Upon reboot, you will not see Kubuntu. More software will load, then the AV Wizard will start. If you connected the display with something other than a VGA cable, the screen will go black. You will have to press a number on your keyboard (just the number, don&#039;t hit &amp;quot;enter&amp;quot;) to tell the wizard what connection to use. The default value is 2: VGA.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt; Keys for choosing a connector:&lt;br /&gt;
&lt;br /&gt;
1: DVI&lt;br /&gt;
2: VGA&lt;br /&gt;
3: Component&lt;br /&gt;
4: Composite&lt;br /&gt;
5: S-Video&lt;br /&gt;
Q: DVI-2&lt;br /&gt;
W: VGA-2&lt;br /&gt;
L: LVDS&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then follow the wizards as described in the following links.&lt;br /&gt;
&lt;br /&gt;
*[[AVWizard_Step_by_Step|AV Wizard]] &lt;br /&gt;
*[[House_Setup_Wizard|House Setup Wizard]] &lt;br /&gt;
*[[Media_Player_Wizard|Media Setup Wizard]].&lt;br /&gt;
&lt;br /&gt;
Tip: After LMCE is up and running, the LinuxMCE installation icon on the Kubuntu desktop becomes a hazard. Clicking it will begin a reinstall and ruin your day. Best to right click and delete the icon!&lt;/div&gt;</summary>
		<author><name>Twodogs</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Installation_Guide&amp;diff=29161</id>
		<title>Installation Guide</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Installation_Guide&amp;diff=29161"/>
		<updated>2011-11-15T23:04:02Z</updated>

		<summary type="html">&lt;p&gt;Twodogs: /* Complete the Wizards */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
=Links=&lt;br /&gt;
&lt;br /&gt;
*[[:Category:AV_Wizard|AV Wizard]]&lt;br /&gt;
*[[:Category:Installation_Tutorials|General Installation Tutorials]]&lt;br /&gt;
&lt;br /&gt;
=About Installation (Version 0810 Final)=&lt;br /&gt;
&lt;br /&gt;
This page covers what we&#039;ll call mainstream installation. It shows how to get a LinuxMCE hybrid running with minimum bells and whistles. Once the basic installation is complete, users can check the other sections of the wiki to learn how to add more advanced features. The basic hardware consists of the computer (with two network ports), display, and speakers. Its the user&#039;s option whether to install additional PCI cards (TV capture, serial, etc), An incompatible card could cause problems, but this is rare (fyi, I install all cards before running the install). Look at the &amp;quot;Core &amp;amp; Hybrid&amp;quot; section of the wiki for hardware selection articles. Here is some pre-flight advice before installation.&lt;br /&gt;
&lt;br /&gt;
*The computer must be connected to the internet for a successful installation. &lt;br /&gt;
*The display can be a TV or monitor. If you have a monitor and a VGA cable, I&#039;d suggest using them for your initial installation. The reason is that LMCE defaults to VGA and some displays can have resolution issues to overcome. You probably don&#039;t want to mess about with xorg.conf on your first install - its easy to swap to a different display or connection after things are up and running. I&#039;d specifically advise against using an HDMI cable and expecting it to pass video and sound to your TV. It might work, but more likely it will require extensive tinkering.&lt;br /&gt;
*For sound, you can use computer speakers, or use an spdif connection to an external AV receiver. This is also easy to change later.&lt;br /&gt;
*If you have a TV capture card, it will be configured during the installation. The wizard will ask where to get program guide information. In the US this is usually &amp;quot;schedulesdirect.org&amp;quot;. Set up your account and know your username and password before starting the install.&lt;br /&gt;
&lt;br /&gt;
=Caveats=&lt;br /&gt;
&lt;br /&gt;
*LinuxMCE is an extremely powerful, fantastic piece of software; have no doubt about that. But, please bear in mind that it is a project, not a product. &lt;br /&gt;
&lt;br /&gt;
*LinuxMCE 0810 is based on Ubuntu 8.10, which means that brand new hardware might not work out of the box. For this reason, if you are buying hardware specifically for your home automation system, you might want to use hardware that is a little older and save yourself some money at the same time. That said, in nearly all cases you will be able to get through any issues with a little patience and some help from the community. Unrecognised NICs is the most common issue.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span style=&amp;quot;color:#FF0000&amp;quot;&amp;gt;Please please please be patient. Some parts of the installation can sometimes take hours. If in doubt, leave it overnight.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Basic Installation Steps=&lt;br /&gt;
&lt;br /&gt;
I might help to think of installation as a 3-step process.&lt;br /&gt;
*Run the DVD. This formats your drive, installs Kubuntu, and preps for LMCE installation. This step finishes by prompting reboot and DVD removal.&lt;br /&gt;
*Install LinuxMCE. The reboot will take you to the Kubuntu screen. You&#039;ll recheck your internet connection, then click the LMCE install icon. More software will load and it will prompt another reboot.&lt;br /&gt;
*Complete the 3 wizards (AV, House Setup, Media). This is where you tell LMCE about your system.&lt;br /&gt;
&lt;br /&gt;
=Run the DVD=&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:#FF0000&amp;quot;&amp;gt;Caution: Installing LinuxMCE 0810 Final will wipe your entire drive! It is not designed to be dual-booted!&amp;lt;/span&amp;gt;&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you just want to quickly try LinuxMCE, then consider setting it up temporarily as a virtual machine on your Linux, Mac, or Windows box. [http://www.virtualbox.org/ VirtualBox] will allow you to do this&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# Download the LinuxMCE 0810 Final ISO from [http://linuxmce.iptp.org/release/LinuxMCE-8.10-final.iso here]. &#039;&#039;Note: Always burn at your DVD drive&#039;s lowest speed to reduce the chance of errors.&#039;&#039;&lt;br /&gt;
# Boot from the DVD.&lt;br /&gt;
# Select your language&lt;br /&gt;
# Select the top option &amp;quot;LinuxMCE&amp;quot;&lt;br /&gt;
# Wait until the installer loads, and then...&lt;br /&gt;
## &#039;&#039;&#039;Welcome&#039;&#039;&#039; - Select your language.&lt;br /&gt;
## &#039;&#039;&#039;Where are you?&#039;&#039;&#039; - Select your location and time zone.&lt;br /&gt;
## &#039;&#039;&#039;Keyboard layout&#039;&#039;&#039; - Select your keyboard layout.&lt;br /&gt;
## &#039;&#039;&#039;Prepare disk space&#039;&#039;&#039; - Set up your partitions as you wish, but the second option &amp;quot;Guided - use entire disk&amp;quot; is perfectly OK.&lt;br /&gt;
## &#039;&#039;&#039;Who are you?&#039;&#039;&#039; - Set up your username, password and the system name (call it whatever you want). This username/password is specifically for the underlying system i.e. Kubuntu, it is NOT for LinuxMCE; this is handled separately.&lt;br /&gt;
## &#039;&#039;&#039;Ready to install&#039;&#039;&#039; - Check everything is as it should be, and press &amp;quot;Install&amp;quot;.&lt;br /&gt;
# Let installation run through, and then remove disk and press enter when instructed to do so.&lt;br /&gt;
&lt;br /&gt;
=Install LinuxMCE=&lt;br /&gt;
&lt;br /&gt;
# Once the new Kubuntu installation has finished booting back up, check that your internet connections are working. If you have a NIC that is not plug-and-play (like the Intel gigabit card) then now is the time to install the driver and confirm operation. Then click the &amp;quot;LinuxMCE&amp;quot; icon on the desktop. This will start the LinuxMCE installation. You may need to enter your Kubuntu password. &lt;br /&gt;
# Wait until the LinuxMCE installation has finished running through. You will see the following message when the installation is complete:&lt;br /&gt;
&lt;br /&gt;
 The first phase of the install process is completed&lt;br /&gt;
 Reboot the system to start the final process.&lt;br /&gt;
&lt;br /&gt;
=Complete the Wizards=&lt;br /&gt;
&lt;br /&gt;
Upon reboot, you will not see Kubuntu. More software will load, then the AV Wizard will start. If you connected the display with something other than a VGA cable, the screen will go black. You will have to press a number on your keyboard (just the number, don&#039;t hit &amp;quot;enter&amp;quot;) to tell the wizard what connection to use. The default value is 2: VGA.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt; Keys for choosing a connector:&lt;br /&gt;
&lt;br /&gt;
1: DVI&lt;br /&gt;
2: VGA&lt;br /&gt;
3: Component&lt;br /&gt;
4: Composite&lt;br /&gt;
5: S-Video&lt;br /&gt;
Q: DVI-2&lt;br /&gt;
W: VGA-2&lt;br /&gt;
L: LVDS&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then follow the wizards as described in the following links.&lt;br /&gt;
&lt;br /&gt;
*[[AVWizard_Step_by_Step|AV Wizard]] &lt;br /&gt;
*[[House_Setup_Wizard|House Setup Wizard]] &lt;br /&gt;
*[[Media_Player_Wizard|Media Setup Wizard]].&lt;br /&gt;
&lt;br /&gt;
Tip: After LMCE is up and running, the LinuxMCE installation icon on the Kubuntu desktop becomes a hazard. Clicking it will try to reinstall and ruin your day. Best to right click and delete the icon!&lt;/div&gt;</summary>
		<author><name>Twodogs</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Installation_Guide&amp;diff=29160</id>
		<title>Installation Guide</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Installation_Guide&amp;diff=29160"/>
		<updated>2011-11-15T23:03:48Z</updated>

		<summary type="html">&lt;p&gt;Twodogs: /* Complete the Wizards */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
=Links=&lt;br /&gt;
&lt;br /&gt;
*[[:Category:AV_Wizard|AV Wizard]]&lt;br /&gt;
*[[:Category:Installation_Tutorials|General Installation Tutorials]]&lt;br /&gt;
&lt;br /&gt;
=About Installation (Version 0810 Final)=&lt;br /&gt;
&lt;br /&gt;
This page covers what we&#039;ll call mainstream installation. It shows how to get a LinuxMCE hybrid running with minimum bells and whistles. Once the basic installation is complete, users can check the other sections of the wiki to learn how to add more advanced features. The basic hardware consists of the computer (with two network ports), display, and speakers. Its the user&#039;s option whether to install additional PCI cards (TV capture, serial, etc), An incompatible card could cause problems, but this is rare (fyi, I install all cards before running the install). Look at the &amp;quot;Core &amp;amp; Hybrid&amp;quot; section of the wiki for hardware selection articles. Here is some pre-flight advice before installation.&lt;br /&gt;
&lt;br /&gt;
*The computer must be connected to the internet for a successful installation. &lt;br /&gt;
*The display can be a TV or monitor. If you have a monitor and a VGA cable, I&#039;d suggest using them for your initial installation. The reason is that LMCE defaults to VGA and some displays can have resolution issues to overcome. You probably don&#039;t want to mess about with xorg.conf on your first install - its easy to swap to a different display or connection after things are up and running. I&#039;d specifically advise against using an HDMI cable and expecting it to pass video and sound to your TV. It might work, but more likely it will require extensive tinkering.&lt;br /&gt;
*For sound, you can use computer speakers, or use an spdif connection to an external AV receiver. This is also easy to change later.&lt;br /&gt;
*If you have a TV capture card, it will be configured during the installation. The wizard will ask where to get program guide information. In the US this is usually &amp;quot;schedulesdirect.org&amp;quot;. Set up your account and know your username and password before starting the install.&lt;br /&gt;
&lt;br /&gt;
=Caveats=&lt;br /&gt;
&lt;br /&gt;
*LinuxMCE is an extremely powerful, fantastic piece of software; have no doubt about that. But, please bear in mind that it is a project, not a product. &lt;br /&gt;
&lt;br /&gt;
*LinuxMCE 0810 is based on Ubuntu 8.10, which means that brand new hardware might not work out of the box. For this reason, if you are buying hardware specifically for your home automation system, you might want to use hardware that is a little older and save yourself some money at the same time. That said, in nearly all cases you will be able to get through any issues with a little patience and some help from the community. Unrecognised NICs is the most common issue.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span style=&amp;quot;color:#FF0000&amp;quot;&amp;gt;Please please please be patient. Some parts of the installation can sometimes take hours. If in doubt, leave it overnight.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Basic Installation Steps=&lt;br /&gt;
&lt;br /&gt;
I might help to think of installation as a 3-step process.&lt;br /&gt;
*Run the DVD. This formats your drive, installs Kubuntu, and preps for LMCE installation. This step finishes by prompting reboot and DVD removal.&lt;br /&gt;
*Install LinuxMCE. The reboot will take you to the Kubuntu screen. You&#039;ll recheck your internet connection, then click the LMCE install icon. More software will load and it will prompt another reboot.&lt;br /&gt;
*Complete the 3 wizards (AV, House Setup, Media). This is where you tell LMCE about your system.&lt;br /&gt;
&lt;br /&gt;
=Run the DVD=&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:#FF0000&amp;quot;&amp;gt;Caution: Installing LinuxMCE 0810 Final will wipe your entire drive! It is not designed to be dual-booted!&amp;lt;/span&amp;gt;&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you just want to quickly try LinuxMCE, then consider setting it up temporarily as a virtual machine on your Linux, Mac, or Windows box. [http://www.virtualbox.org/ VirtualBox] will allow you to do this&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# Download the LinuxMCE 0810 Final ISO from [http://linuxmce.iptp.org/release/LinuxMCE-8.10-final.iso here]. &#039;&#039;Note: Always burn at your DVD drive&#039;s lowest speed to reduce the chance of errors.&#039;&#039;&lt;br /&gt;
# Boot from the DVD.&lt;br /&gt;
# Select your language&lt;br /&gt;
# Select the top option &amp;quot;LinuxMCE&amp;quot;&lt;br /&gt;
# Wait until the installer loads, and then...&lt;br /&gt;
## &#039;&#039;&#039;Welcome&#039;&#039;&#039; - Select your language.&lt;br /&gt;
## &#039;&#039;&#039;Where are you?&#039;&#039;&#039; - Select your location and time zone.&lt;br /&gt;
## &#039;&#039;&#039;Keyboard layout&#039;&#039;&#039; - Select your keyboard layout.&lt;br /&gt;
## &#039;&#039;&#039;Prepare disk space&#039;&#039;&#039; - Set up your partitions as you wish, but the second option &amp;quot;Guided - use entire disk&amp;quot; is perfectly OK.&lt;br /&gt;
## &#039;&#039;&#039;Who are you?&#039;&#039;&#039; - Set up your username, password and the system name (call it whatever you want). This username/password is specifically for the underlying system i.e. Kubuntu, it is NOT for LinuxMCE; this is handled separately.&lt;br /&gt;
## &#039;&#039;&#039;Ready to install&#039;&#039;&#039; - Check everything is as it should be, and press &amp;quot;Install&amp;quot;.&lt;br /&gt;
# Let installation run through, and then remove disk and press enter when instructed to do so.&lt;br /&gt;
&lt;br /&gt;
=Install LinuxMCE=&lt;br /&gt;
&lt;br /&gt;
# Once the new Kubuntu installation has finished booting back up, check that your internet connections are working. If you have a NIC that is not plug-and-play (like the Intel gigabit card) then now is the time to install the driver and confirm operation. Then click the &amp;quot;LinuxMCE&amp;quot; icon on the desktop. This will start the LinuxMCE installation. You may need to enter your Kubuntu password. &lt;br /&gt;
# Wait until the LinuxMCE installation has finished running through. You will see the following message when the installation is complete:&lt;br /&gt;
&lt;br /&gt;
 The first phase of the install process is completed&lt;br /&gt;
 Reboot the system to start the final process.&lt;br /&gt;
&lt;br /&gt;
=Complete the Wizards=&lt;br /&gt;
&lt;br /&gt;
Upon reboot, you will not see Kubuntu. More software will load, then the AV Wizard will start. If you connected the display with something other than a VGA cable, the screen will go black. You will have to press a number on your keyboard (just the number, don&#039;t hit &amp;quot;enter&amp;quot;) to tell the wizard what connection to use. The default value is 2: VGA.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt; Keys for choosing a connector:&lt;br /&gt;
&lt;br /&gt;
1: DVI&lt;br /&gt;
2: VGA&lt;br /&gt;
3: Component&lt;br /&gt;
4: Composite&lt;br /&gt;
5: S-Video&lt;br /&gt;
Q: DVI-2&lt;br /&gt;
W: VGA-2&lt;br /&gt;
L: LVDS&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then follow the wizards as described in the following links.&lt;br /&gt;
&lt;br /&gt;
*[[AVWizard_Step_by_Step|AV Wizard]] &lt;br /&gt;
*[[House_Setup_Wizard|House Setup Wizard]] &lt;br /&gt;
*[[Media_Player_Wizard|Media Setup Wizard]].&lt;br /&gt;
&lt;br /&gt;
Tip: After LMCE is up and running, the LinuxMCE installation icon on the Kubuntu desktop becomes a hazard. Clicking it will try to reinstall and ruin your day. Best to right click and delete this!&lt;/div&gt;</summary>
		<author><name>Twodogs</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Installation_Guide&amp;diff=29159</id>
		<title>Installation Guide</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Installation_Guide&amp;diff=29159"/>
		<updated>2011-11-15T23:00:13Z</updated>

		<summary type="html">&lt;p&gt;Twodogs: /* Complete the Wizards */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
=Links=&lt;br /&gt;
&lt;br /&gt;
*[[:Category:AV_Wizard|AV Wizard]]&lt;br /&gt;
*[[:Category:Installation_Tutorials|General Installation Tutorials]]&lt;br /&gt;
&lt;br /&gt;
=About Installation (Version 0810 Final)=&lt;br /&gt;
&lt;br /&gt;
This page covers what we&#039;ll call mainstream installation. It shows how to get a LinuxMCE hybrid running with minimum bells and whistles. Once the basic installation is complete, users can check the other sections of the wiki to learn how to add more advanced features. The basic hardware consists of the computer (with two network ports), display, and speakers. Its the user&#039;s option whether to install additional PCI cards (TV capture, serial, etc), An incompatible card could cause problems, but this is rare (fyi, I install all cards before running the install). Look at the &amp;quot;Core &amp;amp; Hybrid&amp;quot; section of the wiki for hardware selection articles. Here is some pre-flight advice before installation.&lt;br /&gt;
&lt;br /&gt;
*The computer must be connected to the internet for a successful installation. &lt;br /&gt;
*The display can be a TV or monitor. If you have a monitor and a VGA cable, I&#039;d suggest using them for your initial installation. The reason is that LMCE defaults to VGA and some displays can have resolution issues to overcome. You probably don&#039;t want to mess about with xorg.conf on your first install - its easy to swap to a different display or connection after things are up and running. I&#039;d specifically advise against using an HDMI cable and expecting it to pass video and sound to your TV. It might work, but more likely it will require extensive tinkering.&lt;br /&gt;
*For sound, you can use computer speakers, or use an spdif connection to an external AV receiver. This is also easy to change later.&lt;br /&gt;
*If you have a TV capture card, it will be configured during the installation. The wizard will ask where to get program guide information. In the US this is usually &amp;quot;schedulesdirect.org&amp;quot;. Set up your account and know your username and password before starting the install.&lt;br /&gt;
&lt;br /&gt;
=Caveats=&lt;br /&gt;
&lt;br /&gt;
*LinuxMCE is an extremely powerful, fantastic piece of software; have no doubt about that. But, please bear in mind that it is a project, not a product. &lt;br /&gt;
&lt;br /&gt;
*LinuxMCE 0810 is based on Ubuntu 8.10, which means that brand new hardware might not work out of the box. For this reason, if you are buying hardware specifically for your home automation system, you might want to use hardware that is a little older and save yourself some money at the same time. That said, in nearly all cases you will be able to get through any issues with a little patience and some help from the community. Unrecognised NICs is the most common issue.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span style=&amp;quot;color:#FF0000&amp;quot;&amp;gt;Please please please be patient. Some parts of the installation can sometimes take hours. If in doubt, leave it overnight.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Basic Installation Steps=&lt;br /&gt;
&lt;br /&gt;
I might help to think of installation as a 3-step process.&lt;br /&gt;
*Run the DVD. This formats your drive, installs Kubuntu, and preps for LMCE installation. This step finishes by prompting reboot and DVD removal.&lt;br /&gt;
*Install LinuxMCE. The reboot will take you to the Kubuntu screen. You&#039;ll recheck your internet connection, then click the LMCE install icon. More software will load and it will prompt another reboot.&lt;br /&gt;
*Complete the 3 wizards (AV, House Setup, Media). This is where you tell LMCE about your system.&lt;br /&gt;
&lt;br /&gt;
=Run the DVD=&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:#FF0000&amp;quot;&amp;gt;Caution: Installing LinuxMCE 0810 Final will wipe your entire drive! It is not designed to be dual-booted!&amp;lt;/span&amp;gt;&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you just want to quickly try LinuxMCE, then consider setting it up temporarily as a virtual machine on your Linux, Mac, or Windows box. [http://www.virtualbox.org/ VirtualBox] will allow you to do this&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# Download the LinuxMCE 0810 Final ISO from [http://linuxmce.iptp.org/release/LinuxMCE-8.10-final.iso here]. &#039;&#039;Note: Always burn at your DVD drive&#039;s lowest speed to reduce the chance of errors.&#039;&#039;&lt;br /&gt;
# Boot from the DVD.&lt;br /&gt;
# Select your language&lt;br /&gt;
# Select the top option &amp;quot;LinuxMCE&amp;quot;&lt;br /&gt;
# Wait until the installer loads, and then...&lt;br /&gt;
## &#039;&#039;&#039;Welcome&#039;&#039;&#039; - Select your language.&lt;br /&gt;
## &#039;&#039;&#039;Where are you?&#039;&#039;&#039; - Select your location and time zone.&lt;br /&gt;
## &#039;&#039;&#039;Keyboard layout&#039;&#039;&#039; - Select your keyboard layout.&lt;br /&gt;
## &#039;&#039;&#039;Prepare disk space&#039;&#039;&#039; - Set up your partitions as you wish, but the second option &amp;quot;Guided - use entire disk&amp;quot; is perfectly OK.&lt;br /&gt;
## &#039;&#039;&#039;Who are you?&#039;&#039;&#039; - Set up your username, password and the system name (call it whatever you want). This username/password is specifically for the underlying system i.e. Kubuntu, it is NOT for LinuxMCE; this is handled separately.&lt;br /&gt;
## &#039;&#039;&#039;Ready to install&#039;&#039;&#039; - Check everything is as it should be, and press &amp;quot;Install&amp;quot;.&lt;br /&gt;
# Let installation run through, and then remove disk and press enter when instructed to do so.&lt;br /&gt;
&lt;br /&gt;
=Install LinuxMCE=&lt;br /&gt;
&lt;br /&gt;
# Once the new Kubuntu installation has finished booting back up, check that your internet connections are working. If you have a NIC that is not plug-and-play (like the Intel gigabit card) then now is the time to install the driver and confirm operation. Then click the &amp;quot;LinuxMCE&amp;quot; icon on the desktop. This will start the LinuxMCE installation. You may need to enter your Kubuntu password. &lt;br /&gt;
# Wait until the LinuxMCE installation has finished running through. You will see the following message when the installation is complete:&lt;br /&gt;
&lt;br /&gt;
 The first phase of the install process is completed&lt;br /&gt;
 Reboot the system to start the final process.&lt;br /&gt;
&lt;br /&gt;
=Complete the Wizards=&lt;br /&gt;
&lt;br /&gt;
Upon reboot, you will not see Kubuntu. More software will load, then the AV Wizard will start. If you connected the display with something other than a VGA cable, the screen will go black. You will have to press a number on your keyboard (just the number, don&#039;t hit &amp;quot;enter&amp;quot;) to tell the wizard what connection to use. The default value is 2: VGA.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt; Keys for choosing a connector:&lt;br /&gt;
&lt;br /&gt;
1: DVI&lt;br /&gt;
2: VGA&lt;br /&gt;
3: Component&lt;br /&gt;
4: Composite&lt;br /&gt;
5: S-Video&lt;br /&gt;
Q: DVI-2&lt;br /&gt;
W: VGA-2&lt;br /&gt;
L: LVDS&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then follow the wizards as described in the following links.&lt;br /&gt;
&lt;br /&gt;
*[[AVWizard_Step_by_Step|AV Wizard]] &lt;br /&gt;
*[[House_Setup_Wizard|House Setup Wizard]] &lt;br /&gt;
*[[Media_Player_Wizard|Media Setup Wizard]].&lt;br /&gt;
&lt;br /&gt;
Once your LMCE system is completely installed and running, you&#039;ll want to navigate to the Kubuntu screen in order to right click and delete the &amp;quot;LinuxMCE&amp;quot; installation icon on the desktop. If you accidentally left click this you&#039;ll be sorry!&lt;/div&gt;</summary>
		<author><name>Twodogs</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Installation_Guide&amp;diff=29158</id>
		<title>Installation Guide</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Installation_Guide&amp;diff=29158"/>
		<updated>2011-11-15T22:57:20Z</updated>

		<summary type="html">&lt;p&gt;Twodogs: /* Basic Installation Steps */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
=Links=&lt;br /&gt;
&lt;br /&gt;
*[[:Category:AV_Wizard|AV Wizard]]&lt;br /&gt;
*[[:Category:Installation_Tutorials|General Installation Tutorials]]&lt;br /&gt;
&lt;br /&gt;
=About Installation (Version 0810 Final)=&lt;br /&gt;
&lt;br /&gt;
This page covers what we&#039;ll call mainstream installation. It shows how to get a LinuxMCE hybrid running with minimum bells and whistles. Once the basic installation is complete, users can check the other sections of the wiki to learn how to add more advanced features. The basic hardware consists of the computer (with two network ports), display, and speakers. Its the user&#039;s option whether to install additional PCI cards (TV capture, serial, etc), An incompatible card could cause problems, but this is rare (fyi, I install all cards before running the install). Look at the &amp;quot;Core &amp;amp; Hybrid&amp;quot; section of the wiki for hardware selection articles. Here is some pre-flight advice before installation.&lt;br /&gt;
&lt;br /&gt;
*The computer must be connected to the internet for a successful installation. &lt;br /&gt;
*The display can be a TV or monitor. If you have a monitor and a VGA cable, I&#039;d suggest using them for your initial installation. The reason is that LMCE defaults to VGA and some displays can have resolution issues to overcome. You probably don&#039;t want to mess about with xorg.conf on your first install - its easy to swap to a different display or connection after things are up and running. I&#039;d specifically advise against using an HDMI cable and expecting it to pass video and sound to your TV. It might work, but more likely it will require extensive tinkering.&lt;br /&gt;
*For sound, you can use computer speakers, or use an spdif connection to an external AV receiver. This is also easy to change later.&lt;br /&gt;
*If you have a TV capture card, it will be configured during the installation. The wizard will ask where to get program guide information. In the US this is usually &amp;quot;schedulesdirect.org&amp;quot;. Set up your account and know your username and password before starting the install.&lt;br /&gt;
&lt;br /&gt;
=Caveats=&lt;br /&gt;
&lt;br /&gt;
*LinuxMCE is an extremely powerful, fantastic piece of software; have no doubt about that. But, please bear in mind that it is a project, not a product. &lt;br /&gt;
&lt;br /&gt;
*LinuxMCE 0810 is based on Ubuntu 8.10, which means that brand new hardware might not work out of the box. For this reason, if you are buying hardware specifically for your home automation system, you might want to use hardware that is a little older and save yourself some money at the same time. That said, in nearly all cases you will be able to get through any issues with a little patience and some help from the community. Unrecognised NICs is the most common issue.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span style=&amp;quot;color:#FF0000&amp;quot;&amp;gt;Please please please be patient. Some parts of the installation can sometimes take hours. If in doubt, leave it overnight.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Basic Installation Steps=&lt;br /&gt;
&lt;br /&gt;
I might help to think of installation as a 3-step process.&lt;br /&gt;
*Run the DVD. This formats your drive, installs Kubuntu, and preps for LMCE installation. This step finishes by prompting reboot and DVD removal.&lt;br /&gt;
*Install LinuxMCE. The reboot will take you to the Kubuntu screen. You&#039;ll recheck your internet connection, then click the LMCE install icon. More software will load and it will prompt another reboot.&lt;br /&gt;
*Complete the 3 wizards (AV, House Setup, Media). This is where you tell LMCE about your system.&lt;br /&gt;
&lt;br /&gt;
=Run the DVD=&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:#FF0000&amp;quot;&amp;gt;Caution: Installing LinuxMCE 0810 Final will wipe your entire drive! It is not designed to be dual-booted!&amp;lt;/span&amp;gt;&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you just want to quickly try LinuxMCE, then consider setting it up temporarily as a virtual machine on your Linux, Mac, or Windows box. [http://www.virtualbox.org/ VirtualBox] will allow you to do this&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# Download the LinuxMCE 0810 Final ISO from [http://linuxmce.iptp.org/release/LinuxMCE-8.10-final.iso here]. &#039;&#039;Note: Always burn at your DVD drive&#039;s lowest speed to reduce the chance of errors.&#039;&#039;&lt;br /&gt;
# Boot from the DVD.&lt;br /&gt;
# Select your language&lt;br /&gt;
# Select the top option &amp;quot;LinuxMCE&amp;quot;&lt;br /&gt;
# Wait until the installer loads, and then...&lt;br /&gt;
## &#039;&#039;&#039;Welcome&#039;&#039;&#039; - Select your language.&lt;br /&gt;
## &#039;&#039;&#039;Where are you?&#039;&#039;&#039; - Select your location and time zone.&lt;br /&gt;
## &#039;&#039;&#039;Keyboard layout&#039;&#039;&#039; - Select your keyboard layout.&lt;br /&gt;
## &#039;&#039;&#039;Prepare disk space&#039;&#039;&#039; - Set up your partitions as you wish, but the second option &amp;quot;Guided - use entire disk&amp;quot; is perfectly OK.&lt;br /&gt;
## &#039;&#039;&#039;Who are you?&#039;&#039;&#039; - Set up your username, password and the system name (call it whatever you want). This username/password is specifically for the underlying system i.e. Kubuntu, it is NOT for LinuxMCE; this is handled separately.&lt;br /&gt;
## &#039;&#039;&#039;Ready to install&#039;&#039;&#039; - Check everything is as it should be, and press &amp;quot;Install&amp;quot;.&lt;br /&gt;
# Let installation run through, and then remove disk and press enter when instructed to do so.&lt;br /&gt;
&lt;br /&gt;
=Install LinuxMCE=&lt;br /&gt;
&lt;br /&gt;
# Once the new Kubuntu installation has finished booting back up, check that your internet connections are working. If you have a NIC that is not plug-and-play (like the Intel gigabit card) then now is the time to install the driver and confirm operation. Then click the &amp;quot;LinuxMCE&amp;quot; icon on the desktop. This will start the LinuxMCE installation. You may need to enter your Kubuntu password. &lt;br /&gt;
# Wait until the LinuxMCE installation has finished running through. You will see the following message when the installation is complete:&lt;br /&gt;
&lt;br /&gt;
 The first phase of the install process is completed&lt;br /&gt;
 Reboot the system to start the final process.&lt;br /&gt;
&lt;br /&gt;
=Complete the Wizards=&lt;br /&gt;
&lt;br /&gt;
Upon reboot, your will not see Kubuntu. More software will load, then the AV Wizard will start. You&#039;ll see it only if you have a VGA connection. If you connected the monitor with another type of cable, the screen will go black. You will have to press a number on your keyboard (just the number, not followed by &amp;quot;enter&amp;quot;) to tell the wizard what connection to use. The default value is 2: VGA.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt; Keys for choosing a connector:&lt;br /&gt;
&lt;br /&gt;
1: DVI&lt;br /&gt;
2: VGA&lt;br /&gt;
3: Component&lt;br /&gt;
4: Composite&lt;br /&gt;
5: S-Video&lt;br /&gt;
Q: DVI-2&lt;br /&gt;
W: VGA-2&lt;br /&gt;
L: LVDS&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then follow the wizards as described in the following links.&lt;br /&gt;
&lt;br /&gt;
*[[AVWizard_Step_by_Step|AV Wizard]] &lt;br /&gt;
*[[House_Setup_Wizard|House Setup Wizard]] &lt;br /&gt;
*[[Media_Player_Wizard|Media Setup Wizard]].&lt;br /&gt;
&lt;br /&gt;
Once your LMCE system is completely installed and running, you&#039;ll want to navigate to the Kubuntu screen in order to right click and delete the &amp;quot;LinuxMCE&amp;quot; installation icon on the desktop. If you accidentally left click this you&#039;ll be sorry!&lt;/div&gt;</summary>
		<author><name>Twodogs</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Installation_Guide&amp;diff=29157</id>
		<title>Installation Guide</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Installation_Guide&amp;diff=29157"/>
		<updated>2011-11-15T22:51:59Z</updated>

		<summary type="html">&lt;p&gt;Twodogs: /* Install DVD */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
=Links=&lt;br /&gt;
&lt;br /&gt;
*[[:Category:AV_Wizard|AV Wizard]]&lt;br /&gt;
*[[:Category:Installation_Tutorials|General Installation Tutorials]]&lt;br /&gt;
&lt;br /&gt;
=About Installation (Version 0810 Final)=&lt;br /&gt;
&lt;br /&gt;
This page covers what we&#039;ll call mainstream installation. It shows how to get a LinuxMCE hybrid running with minimum bells and whistles. Once the basic installation is complete, users can check the other sections of the wiki to learn how to add more advanced features. The basic hardware consists of the computer (with two network ports), display, and speakers. Its the user&#039;s option whether to install additional PCI cards (TV capture, serial, etc), An incompatible card could cause problems, but this is rare (fyi, I install all cards before running the install). Look at the &amp;quot;Core &amp;amp; Hybrid&amp;quot; section of the wiki for hardware selection articles. Here is some pre-flight advice before installation.&lt;br /&gt;
&lt;br /&gt;
*The computer must be connected to the internet for a successful installation. &lt;br /&gt;
*The display can be a TV or monitor. If you have a monitor and a VGA cable, I&#039;d suggest using them for your initial installation. The reason is that LMCE defaults to VGA and some displays can have resolution issues to overcome. You probably don&#039;t want to mess about with xorg.conf on your first install - its easy to swap to a different display or connection after things are up and running. I&#039;d specifically advise against using an HDMI cable and expecting it to pass video and sound to your TV. It might work, but more likely it will require extensive tinkering.&lt;br /&gt;
*For sound, you can use computer speakers, or use an spdif connection to an external AV receiver. This is also easy to change later.&lt;br /&gt;
*If you have a TV capture card, it will be configured during the installation. The wizard will ask where to get program guide information. In the US this is usually &amp;quot;schedulesdirect.org&amp;quot;. Set up your account and know your username and password before starting the install.&lt;br /&gt;
&lt;br /&gt;
=Caveats=&lt;br /&gt;
&lt;br /&gt;
*LinuxMCE is an extremely powerful, fantastic piece of software; have no doubt about that. But, please bear in mind that it is a project, not a product. &lt;br /&gt;
&lt;br /&gt;
*LinuxMCE 0810 is based on Ubuntu 8.10, which means that brand new hardware might not work out of the box. For this reason, if you are buying hardware specifically for your home automation system, you might want to use hardware that is a little older and save yourself some money at the same time. That said, in nearly all cases you will be able to get through any issues with a little patience and some help from the community. Unrecognised NICs is the most common issue.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span style=&amp;quot;color:#FF0000&amp;quot;&amp;gt;Please please please be patient. Some parts of the installation can sometimes take hours. If in doubt, leave it overnight.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Basic Installation Steps=&lt;br /&gt;
&lt;br /&gt;
*Run the DVD. It will ask a few questions, format your drive, load a bunch of software from the disk and the internet, then prompt you to reboot and remove the DVD.&lt;br /&gt;
*Install LinuxMCE. When the machine finishes the reboot, it will come up in Kubuntu. Confirm the internet connection, then click the LMCE install icon. More software will load and it will prompt another reboot.&lt;br /&gt;
*Complete the 3 wizards (AV, House Setup, Media).&lt;br /&gt;
&lt;br /&gt;
=Run the DVD=&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:#FF0000&amp;quot;&amp;gt;Caution: Installing LinuxMCE 0810 Final will wipe your entire drive! It is not designed to be dual-booted!&amp;lt;/span&amp;gt;&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you just want to quickly try LinuxMCE, then consider setting it up temporarily as a virtual machine on your Linux, Mac, or Windows box. [http://www.virtualbox.org/ VirtualBox] will allow you to do this&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# Download the LinuxMCE 0810 Final ISO from [http://linuxmce.iptp.org/release/LinuxMCE-8.10-final.iso here]. &#039;&#039;Note: Always burn at your DVD drive&#039;s lowest speed to reduce the chance of errors.&#039;&#039;&lt;br /&gt;
# Boot from the DVD.&lt;br /&gt;
# Select your language&lt;br /&gt;
# Select the top option &amp;quot;LinuxMCE&amp;quot;&lt;br /&gt;
# Wait until the installer loads, and then...&lt;br /&gt;
## &#039;&#039;&#039;Welcome&#039;&#039;&#039; - Select your language.&lt;br /&gt;
## &#039;&#039;&#039;Where are you?&#039;&#039;&#039; - Select your location and time zone.&lt;br /&gt;
## &#039;&#039;&#039;Keyboard layout&#039;&#039;&#039; - Select your keyboard layout.&lt;br /&gt;
## &#039;&#039;&#039;Prepare disk space&#039;&#039;&#039; - Set up your partitions as you wish, but the second option &amp;quot;Guided - use entire disk&amp;quot; is perfectly OK.&lt;br /&gt;
## &#039;&#039;&#039;Who are you?&#039;&#039;&#039; - Set up your username, password and the system name (call it whatever you want). This username/password is specifically for the underlying system i.e. Kubuntu, it is NOT for LinuxMCE; this is handled separately.&lt;br /&gt;
## &#039;&#039;&#039;Ready to install&#039;&#039;&#039; - Check everything is as it should be, and press &amp;quot;Install&amp;quot;.&lt;br /&gt;
# Let installation run through, and then remove disk and press enter when instructed to do so.&lt;br /&gt;
&lt;br /&gt;
=Install LinuxMCE=&lt;br /&gt;
&lt;br /&gt;
# Once the new Kubuntu installation has finished booting back up, check that your internet connections are working. If you have a NIC that is not plug-and-play (like the Intel gigabit card) then now is the time to install the driver and confirm operation. Then click the &amp;quot;LinuxMCE&amp;quot; icon on the desktop. This will start the LinuxMCE installation. You may need to enter your Kubuntu password. &lt;br /&gt;
# Wait until the LinuxMCE installation has finished running through. You will see the following message when the installation is complete:&lt;br /&gt;
&lt;br /&gt;
 The first phase of the install process is completed&lt;br /&gt;
 Reboot the system to start the final process.&lt;br /&gt;
&lt;br /&gt;
=Complete the Wizards=&lt;br /&gt;
&lt;br /&gt;
Upon reboot, your will not see Kubuntu. More software will load, then the AV Wizard will start. You&#039;ll see it only if you have a VGA connection. If you connected the monitor with another type of cable, the screen will go black. You will have to press a number on your keyboard (just the number, not followed by &amp;quot;enter&amp;quot;) to tell the wizard what connection to use. The default value is 2: VGA.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt; Keys for choosing a connector:&lt;br /&gt;
&lt;br /&gt;
1: DVI&lt;br /&gt;
2: VGA&lt;br /&gt;
3: Component&lt;br /&gt;
4: Composite&lt;br /&gt;
5: S-Video&lt;br /&gt;
Q: DVI-2&lt;br /&gt;
W: VGA-2&lt;br /&gt;
L: LVDS&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then follow the wizards as described in the following links.&lt;br /&gt;
&lt;br /&gt;
*[[AVWizard_Step_by_Step|AV Wizard]] &lt;br /&gt;
*[[House_Setup_Wizard|House Setup Wizard]] &lt;br /&gt;
*[[Media_Player_Wizard|Media Setup Wizard]].&lt;br /&gt;
&lt;br /&gt;
Once your LMCE system is completely installed and running, you&#039;ll want to navigate to the Kubuntu screen in order to right click and delete the &amp;quot;LinuxMCE&amp;quot; installation icon on the desktop. If you accidentally left click this you&#039;ll be sorry!&lt;/div&gt;</summary>
		<author><name>Twodogs</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Installation_Guide&amp;diff=29156</id>
		<title>Installation Guide</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Installation_Guide&amp;diff=29156"/>
		<updated>2011-11-15T22:51:44Z</updated>

		<summary type="html">&lt;p&gt;Twodogs: /* Basic Installation Steps */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
=Links=&lt;br /&gt;
&lt;br /&gt;
*[[:Category:AV_Wizard|AV Wizard]]&lt;br /&gt;
*[[:Category:Installation_Tutorials|General Installation Tutorials]]&lt;br /&gt;
&lt;br /&gt;
=About Installation (Version 0810 Final)=&lt;br /&gt;
&lt;br /&gt;
This page covers what we&#039;ll call mainstream installation. It shows how to get a LinuxMCE hybrid running with minimum bells and whistles. Once the basic installation is complete, users can check the other sections of the wiki to learn how to add more advanced features. The basic hardware consists of the computer (with two network ports), display, and speakers. Its the user&#039;s option whether to install additional PCI cards (TV capture, serial, etc), An incompatible card could cause problems, but this is rare (fyi, I install all cards before running the install). Look at the &amp;quot;Core &amp;amp; Hybrid&amp;quot; section of the wiki for hardware selection articles. Here is some pre-flight advice before installation.&lt;br /&gt;
&lt;br /&gt;
*The computer must be connected to the internet for a successful installation. &lt;br /&gt;
*The display can be a TV or monitor. If you have a monitor and a VGA cable, I&#039;d suggest using them for your initial installation. The reason is that LMCE defaults to VGA and some displays can have resolution issues to overcome. You probably don&#039;t want to mess about with xorg.conf on your first install - its easy to swap to a different display or connection after things are up and running. I&#039;d specifically advise against using an HDMI cable and expecting it to pass video and sound to your TV. It might work, but more likely it will require extensive tinkering.&lt;br /&gt;
*For sound, you can use computer speakers, or use an spdif connection to an external AV receiver. This is also easy to change later.&lt;br /&gt;
*If you have a TV capture card, it will be configured during the installation. The wizard will ask where to get program guide information. In the US this is usually &amp;quot;schedulesdirect.org&amp;quot;. Set up your account and know your username and password before starting the install.&lt;br /&gt;
&lt;br /&gt;
=Caveats=&lt;br /&gt;
&lt;br /&gt;
*LinuxMCE is an extremely powerful, fantastic piece of software; have no doubt about that. But, please bear in mind that it is a project, not a product. &lt;br /&gt;
&lt;br /&gt;
*LinuxMCE 0810 is based on Ubuntu 8.10, which means that brand new hardware might not work out of the box. For this reason, if you are buying hardware specifically for your home automation system, you might want to use hardware that is a little older and save yourself some money at the same time. That said, in nearly all cases you will be able to get through any issues with a little patience and some help from the community. Unrecognised NICs is the most common issue.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span style=&amp;quot;color:#FF0000&amp;quot;&amp;gt;Please please please be patient. Some parts of the installation can sometimes take hours. If in doubt, leave it overnight.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Basic Installation Steps=&lt;br /&gt;
&lt;br /&gt;
*Run the DVD. It will ask a few questions, format your drive, load a bunch of software from the disk and the internet, then prompt you to reboot and remove the DVD.&lt;br /&gt;
*Install LinuxMCE. When the machine finishes the reboot, it will come up in Kubuntu. Confirm the internet connection, then click the LMCE install icon. More software will load and it will prompt another reboot.&lt;br /&gt;
*Complete the 3 wizards (AV, House Setup, Media).&lt;br /&gt;
&lt;br /&gt;
=Install DVD=&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:#FF0000&amp;quot;&amp;gt;Caution: Installing LinuxMCE 0810 Final will wipe your entire drive! It is not designed to be dual-booted!&amp;lt;/span&amp;gt;&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you just want to quickly try LinuxMCE, then consider setting it up temporarily as a virtual machine on your Linux, Mac, or Windows box. [http://www.virtualbox.org/ VirtualBox] will allow you to do this&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# Download the LinuxMCE 0810 Final ISO from [http://linuxmce.iptp.org/release/LinuxMCE-8.10-final.iso here]. &#039;&#039;Note: Always burn at your DVD drive&#039;s lowest speed to reduce the chance of errors.&#039;&#039;&lt;br /&gt;
# Boot from the DVD.&lt;br /&gt;
# Select your language&lt;br /&gt;
# Select the top option &amp;quot;LinuxMCE&amp;quot;&lt;br /&gt;
# Wait until the installer loads, and then...&lt;br /&gt;
## &#039;&#039;&#039;Welcome&#039;&#039;&#039; - Select your language.&lt;br /&gt;
## &#039;&#039;&#039;Where are you?&#039;&#039;&#039; - Select your location and time zone.&lt;br /&gt;
## &#039;&#039;&#039;Keyboard layout&#039;&#039;&#039; - Select your keyboard layout.&lt;br /&gt;
## &#039;&#039;&#039;Prepare disk space&#039;&#039;&#039; - Set up your partitions as you wish, but the second option &amp;quot;Guided - use entire disk&amp;quot; is perfectly OK.&lt;br /&gt;
## &#039;&#039;&#039;Who are you?&#039;&#039;&#039; - Set up your username, password and the system name (call it whatever you want). This username/password is specifically for the underlying system i.e. Kubuntu, it is NOT for LinuxMCE; this is handled separately.&lt;br /&gt;
## &#039;&#039;&#039;Ready to install&#039;&#039;&#039; - Check everything is as it should be, and press &amp;quot;Install&amp;quot;.&lt;br /&gt;
# Let installation run through, and then remove disk and press enter when instructed to do so.&lt;br /&gt;
&lt;br /&gt;
=Install LinuxMCE=&lt;br /&gt;
&lt;br /&gt;
# Once the new Kubuntu installation has finished booting back up, check that your internet connections are working. If you have a NIC that is not plug-and-play (like the Intel gigabit card) then now is the time to install the driver and confirm operation. Then click the &amp;quot;LinuxMCE&amp;quot; icon on the desktop. This will start the LinuxMCE installation. You may need to enter your Kubuntu password. &lt;br /&gt;
# Wait until the LinuxMCE installation has finished running through. You will see the following message when the installation is complete:&lt;br /&gt;
&lt;br /&gt;
 The first phase of the install process is completed&lt;br /&gt;
 Reboot the system to start the final process.&lt;br /&gt;
&lt;br /&gt;
=Complete the Wizards=&lt;br /&gt;
&lt;br /&gt;
Upon reboot, your will not see Kubuntu. More software will load, then the AV Wizard will start. You&#039;ll see it only if you have a VGA connection. If you connected the monitor with another type of cable, the screen will go black. You will have to press a number on your keyboard (just the number, not followed by &amp;quot;enter&amp;quot;) to tell the wizard what connection to use. The default value is 2: VGA.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt; Keys for choosing a connector:&lt;br /&gt;
&lt;br /&gt;
1: DVI&lt;br /&gt;
2: VGA&lt;br /&gt;
3: Component&lt;br /&gt;
4: Composite&lt;br /&gt;
5: S-Video&lt;br /&gt;
Q: DVI-2&lt;br /&gt;
W: VGA-2&lt;br /&gt;
L: LVDS&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then follow the wizards as described in the following links.&lt;br /&gt;
&lt;br /&gt;
*[[AVWizard_Step_by_Step|AV Wizard]] &lt;br /&gt;
*[[House_Setup_Wizard|House Setup Wizard]] &lt;br /&gt;
*[[Media_Player_Wizard|Media Setup Wizard]].&lt;br /&gt;
&lt;br /&gt;
Once your LMCE system is completely installed and running, you&#039;ll want to navigate to the Kubuntu screen in order to right click and delete the &amp;quot;LinuxMCE&amp;quot; installation icon on the desktop. If you accidentally left click this you&#039;ll be sorry!&lt;/div&gt;</summary>
		<author><name>Twodogs</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Installation_Guide&amp;diff=29155</id>
		<title>Installation Guide</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Installation_Guide&amp;diff=29155"/>
		<updated>2011-11-15T22:48:54Z</updated>

		<summary type="html">&lt;p&gt;Twodogs: /* About Installation (Version 0810 Final) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
=Links=&lt;br /&gt;
&lt;br /&gt;
*[[:Category:AV_Wizard|AV Wizard]]&lt;br /&gt;
*[[:Category:Installation_Tutorials|General Installation Tutorials]]&lt;br /&gt;
&lt;br /&gt;
=About Installation (Version 0810 Final)=&lt;br /&gt;
&lt;br /&gt;
This page covers what we&#039;ll call mainstream installation. It shows how to get a LinuxMCE hybrid running with minimum bells and whistles. Once the basic installation is complete, users can check the other sections of the wiki to learn how to add more advanced features. The basic hardware consists of the computer (with two network ports), display, and speakers. Its the user&#039;s option whether to install additional PCI cards (TV capture, serial, etc), An incompatible card could cause problems, but this is rare (fyi, I install all cards before running the install). Look at the &amp;quot;Core &amp;amp; Hybrid&amp;quot; section of the wiki for hardware selection articles. Here is some pre-flight advice before installation.&lt;br /&gt;
&lt;br /&gt;
*The computer must be connected to the internet for a successful installation. &lt;br /&gt;
*The display can be a TV or monitor. If you have a monitor and a VGA cable, I&#039;d suggest using them for your initial installation. The reason is that LMCE defaults to VGA and some displays can have resolution issues to overcome. You probably don&#039;t want to mess about with xorg.conf on your first install - its easy to swap to a different display or connection after things are up and running. I&#039;d specifically advise against using an HDMI cable and expecting it to pass video and sound to your TV. It might work, but more likely it will require extensive tinkering.&lt;br /&gt;
*For sound, you can use computer speakers, or use an spdif connection to an external AV receiver. This is also easy to change later.&lt;br /&gt;
*If you have a TV capture card, it will be configured during the installation. The wizard will ask where to get program guide information. In the US this is usually &amp;quot;schedulesdirect.org&amp;quot;. Set up your account and know your username and password before starting the install.&lt;br /&gt;
&lt;br /&gt;
=Caveats=&lt;br /&gt;
&lt;br /&gt;
*LinuxMCE is an extremely powerful, fantastic piece of software; have no doubt about that. But, please bear in mind that it is a project, not a product. &lt;br /&gt;
&lt;br /&gt;
*LinuxMCE 0810 is based on Ubuntu 8.10, which means that brand new hardware might not work out of the box. For this reason, if you are buying hardware specifically for your home automation system, you might want to use hardware that is a little older and save yourself some money at the same time. That said, in nearly all cases you will be able to get through any issues with a little patience and some help from the community. Unrecognised NICs is the most common issue.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span style=&amp;quot;color:#FF0000&amp;quot;&amp;gt;Please please please be patient. Some parts of the installation can sometimes take hours. If in doubt, leave it overnight.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Basic Installation Steps=&lt;br /&gt;
&lt;br /&gt;
*Install the DVD. It will ask a few questions, format your drive, load a bunch of software from the disk and the internet, then prompt you to reboot and remove the DVD.&lt;br /&gt;
*Install LinuxMCE. When the machine finishes the reboot, it will come up in Kubuntu. Confirm the internet connection, then click the LMCE install icon. More software will load and it will prompt another reboot.&lt;br /&gt;
*Complete the 3 wizards (AV, House Setup, Media).&lt;br /&gt;
&lt;br /&gt;
=Install DVD=&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:#FF0000&amp;quot;&amp;gt;Caution: Installing LinuxMCE 0810 Final will wipe your entire drive! It is not designed to be dual-booted!&amp;lt;/span&amp;gt;&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you just want to quickly try LinuxMCE, then consider setting it up temporarily as a virtual machine on your Linux, Mac, or Windows box. [http://www.virtualbox.org/ VirtualBox] will allow you to do this&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# Download the LinuxMCE 0810 Final ISO from [http://linuxmce.iptp.org/release/LinuxMCE-8.10-final.iso here]. &#039;&#039;Note: Always burn at your DVD drive&#039;s lowest speed to reduce the chance of errors.&#039;&#039;&lt;br /&gt;
# Boot from the DVD.&lt;br /&gt;
# Select your language&lt;br /&gt;
# Select the top option &amp;quot;LinuxMCE&amp;quot;&lt;br /&gt;
# Wait until the installer loads, and then...&lt;br /&gt;
## &#039;&#039;&#039;Welcome&#039;&#039;&#039; - Select your language.&lt;br /&gt;
## &#039;&#039;&#039;Where are you?&#039;&#039;&#039; - Select your location and time zone.&lt;br /&gt;
## &#039;&#039;&#039;Keyboard layout&#039;&#039;&#039; - Select your keyboard layout.&lt;br /&gt;
## &#039;&#039;&#039;Prepare disk space&#039;&#039;&#039; - Set up your partitions as you wish, but the second option &amp;quot;Guided - use entire disk&amp;quot; is perfectly OK.&lt;br /&gt;
## &#039;&#039;&#039;Who are you?&#039;&#039;&#039; - Set up your username, password and the system name (call it whatever you want). This username/password is specifically for the underlying system i.e. Kubuntu, it is NOT for LinuxMCE; this is handled separately.&lt;br /&gt;
## &#039;&#039;&#039;Ready to install&#039;&#039;&#039; - Check everything is as it should be, and press &amp;quot;Install&amp;quot;.&lt;br /&gt;
# Let installation run through, and then remove disk and press enter when instructed to do so.&lt;br /&gt;
&lt;br /&gt;
=Install LinuxMCE=&lt;br /&gt;
&lt;br /&gt;
# Once the new Kubuntu installation has finished booting back up, check that your internet connections are working. If you have a NIC that is not plug-and-play (like the Intel gigabit card) then now is the time to install the driver and confirm operation. Then click the &amp;quot;LinuxMCE&amp;quot; icon on the desktop. This will start the LinuxMCE installation. You may need to enter your Kubuntu password. &lt;br /&gt;
# Wait until the LinuxMCE installation has finished running through. You will see the following message when the installation is complete:&lt;br /&gt;
&lt;br /&gt;
 The first phase of the install process is completed&lt;br /&gt;
 Reboot the system to start the final process.&lt;br /&gt;
&lt;br /&gt;
=Complete the Wizards=&lt;br /&gt;
&lt;br /&gt;
Upon reboot, your will not see Kubuntu. More software will load, then the AV Wizard will start. You&#039;ll see it only if you have a VGA connection. If you connected the monitor with another type of cable, the screen will go black. You will have to press a number on your keyboard (just the number, not followed by &amp;quot;enter&amp;quot;) to tell the wizard what connection to use. The default value is 2: VGA.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt; Keys for choosing a connector:&lt;br /&gt;
&lt;br /&gt;
1: DVI&lt;br /&gt;
2: VGA&lt;br /&gt;
3: Component&lt;br /&gt;
4: Composite&lt;br /&gt;
5: S-Video&lt;br /&gt;
Q: DVI-2&lt;br /&gt;
W: VGA-2&lt;br /&gt;
L: LVDS&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then follow the wizards as described in the following links.&lt;br /&gt;
&lt;br /&gt;
*[[AVWizard_Step_by_Step|AV Wizard]] &lt;br /&gt;
*[[House_Setup_Wizard|House Setup Wizard]] &lt;br /&gt;
*[[Media_Player_Wizard|Media Setup Wizard]].&lt;br /&gt;
&lt;br /&gt;
Once your LMCE system is completely installed and running, you&#039;ll want to navigate to the Kubuntu screen in order to right click and delete the &amp;quot;LinuxMCE&amp;quot; installation icon on the desktop. If you accidentally left click this you&#039;ll be sorry!&lt;/div&gt;</summary>
		<author><name>Twodogs</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Installation_Guide&amp;diff=29154</id>
		<title>Installation Guide</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Installation_Guide&amp;diff=29154"/>
		<updated>2011-11-15T22:40:22Z</updated>

		<summary type="html">&lt;p&gt;Twodogs: /* About Installation (Version 0810 Final) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
=Links=&lt;br /&gt;
&lt;br /&gt;
*[[:Category:AV_Wizard|AV Wizard]]&lt;br /&gt;
*[[:Category:Installation_Tutorials|General Installation Tutorials]]&lt;br /&gt;
&lt;br /&gt;
=About Installation (Version 0810 Final)=&lt;br /&gt;
&lt;br /&gt;
This page covers what we&#039;ll call mainstream installation. It shows how to get a LinuxMCE hybrid running with minimum bells and whistles. Once the basic installation is complete, users can check the other sections of the wiki to learn how to add more advanced features. The basic hardware consists of the computer (with two network ports), display, and speakers. Its the user&#039;s option whether to install additional PCI cards (TV capture, serial, etc), An incompatible card could cause problems, but this is rare (fyi, I install all cards before running the install). Look at the &amp;quot;Core &amp;amp; Hybrid&amp;quot; section of the wiki for hardware selection articles. Here is some pre-flight advice before installation.&lt;br /&gt;
&lt;br /&gt;
*The computer must be connected to the internet for a successful installation. &lt;br /&gt;
*The display can be a TV or monitor. If you have a monitor and a VGA cable, I&#039;d suggest using them for your initial installation. The reason is that LMCE defaults to VGA and some displays can have resolution issues to overcome. You probably don&#039;t want to mess about with xorg.conf on your first install - its easy to swap to a different display or connection after things are up and running. I&#039;d specifically advise against using an HDMI cable and expecting it to pass video and sound to your TV. It might work, but more likely it will require extensive tinkering.&lt;br /&gt;
*For sound, you can use computer speakers, or use an spdif connection to an external AV receiver. This is also easy to change later.&lt;br /&gt;
&lt;br /&gt;
=Caveats=&lt;br /&gt;
&lt;br /&gt;
*LinuxMCE is an extremely powerful, fantastic piece of software; have no doubt about that. But, please bear in mind that it is a project, not a product. &lt;br /&gt;
&lt;br /&gt;
*LinuxMCE 0810 is based on Ubuntu 8.10, which means that brand new hardware might not work out of the box. For this reason, if you are buying hardware specifically for your home automation system, you might want to use hardware that is a little older and save yourself some money at the same time. That said, in nearly all cases you will be able to get through any issues with a little patience and some help from the community. Unrecognised NICs is the most common issue.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span style=&amp;quot;color:#FF0000&amp;quot;&amp;gt;Please please please be patient. Some parts of the installation can sometimes take hours. If in doubt, leave it overnight.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Basic Installation Steps=&lt;br /&gt;
&lt;br /&gt;
*Install the DVD. It will ask a few questions, format your drive, load a bunch of software from the disk and the internet, then prompt you to reboot and remove the DVD.&lt;br /&gt;
*Install LinuxMCE. When the machine finishes the reboot, it will come up in Kubuntu. Confirm the internet connection, then click the LMCE install icon. More software will load and it will prompt another reboot.&lt;br /&gt;
*Complete the 3 wizards (AV, House Setup, Media).&lt;br /&gt;
&lt;br /&gt;
=Install DVD=&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:#FF0000&amp;quot;&amp;gt;Caution: Installing LinuxMCE 0810 Final will wipe your entire drive! It is not designed to be dual-booted!&amp;lt;/span&amp;gt;&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you just want to quickly try LinuxMCE, then consider setting it up temporarily as a virtual machine on your Linux, Mac, or Windows box. [http://www.virtualbox.org/ VirtualBox] will allow you to do this&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# Download the LinuxMCE 0810 Final ISO from [http://linuxmce.iptp.org/release/LinuxMCE-8.10-final.iso here]. &#039;&#039;Note: Always burn at your DVD drive&#039;s lowest speed to reduce the chance of errors.&#039;&#039;&lt;br /&gt;
# Boot from the DVD.&lt;br /&gt;
# Select your language&lt;br /&gt;
# Select the top option &amp;quot;LinuxMCE&amp;quot;&lt;br /&gt;
# Wait until the installer loads, and then...&lt;br /&gt;
## &#039;&#039;&#039;Welcome&#039;&#039;&#039; - Select your language.&lt;br /&gt;
## &#039;&#039;&#039;Where are you?&#039;&#039;&#039; - Select your location and time zone.&lt;br /&gt;
## &#039;&#039;&#039;Keyboard layout&#039;&#039;&#039; - Select your keyboard layout.&lt;br /&gt;
## &#039;&#039;&#039;Prepare disk space&#039;&#039;&#039; - Set up your partitions as you wish, but the second option &amp;quot;Guided - use entire disk&amp;quot; is perfectly OK.&lt;br /&gt;
## &#039;&#039;&#039;Who are you?&#039;&#039;&#039; - Set up your username, password and the system name (call it whatever you want). This username/password is specifically for the underlying system i.e. Kubuntu, it is NOT for LinuxMCE; this is handled separately.&lt;br /&gt;
## &#039;&#039;&#039;Ready to install&#039;&#039;&#039; - Check everything is as it should be, and press &amp;quot;Install&amp;quot;.&lt;br /&gt;
# Let installation run through, and then remove disk and press enter when instructed to do so.&lt;br /&gt;
&lt;br /&gt;
=Install LinuxMCE=&lt;br /&gt;
&lt;br /&gt;
# Once the new Kubuntu installation has finished booting back up, check that your internet connections are working. If you have a NIC that is not plug-and-play (like the Intel gigabit card) then now is the time to install the driver and confirm operation. Then click the &amp;quot;LinuxMCE&amp;quot; icon on the desktop. This will start the LinuxMCE installation. You may need to enter your Kubuntu password. &lt;br /&gt;
# Wait until the LinuxMCE installation has finished running through. You will see the following message when the installation is complete:&lt;br /&gt;
&lt;br /&gt;
 The first phase of the install process is completed&lt;br /&gt;
 Reboot the system to start the final process.&lt;br /&gt;
&lt;br /&gt;
=Complete the Wizards=&lt;br /&gt;
&lt;br /&gt;
Upon reboot, your will not see Kubuntu. More software will load, then the AV Wizard will start. You&#039;ll see it only if you have a VGA connection. If you connected the monitor with another type of cable, the screen will go black. You will have to press a number on your keyboard (just the number, not followed by &amp;quot;enter&amp;quot;) to tell the wizard what connection to use. The default value is 2: VGA.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt; Keys for choosing a connector:&lt;br /&gt;
&lt;br /&gt;
1: DVI&lt;br /&gt;
2: VGA&lt;br /&gt;
3: Component&lt;br /&gt;
4: Composite&lt;br /&gt;
5: S-Video&lt;br /&gt;
Q: DVI-2&lt;br /&gt;
W: VGA-2&lt;br /&gt;
L: LVDS&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then follow the wizards as described in the following links.&lt;br /&gt;
&lt;br /&gt;
*[[AVWizard_Step_by_Step|AV Wizard]] &lt;br /&gt;
*[[House_Setup_Wizard|House Setup Wizard]] &lt;br /&gt;
*[[Media_Player_Wizard|Media Setup Wizard]].&lt;br /&gt;
&lt;br /&gt;
Once your LMCE system is completely installed and running, you&#039;ll want to navigate to the Kubuntu screen in order to right click and delete the &amp;quot;LinuxMCE&amp;quot; installation icon on the desktop. If you accidentally left click this you&#039;ll be sorry!&lt;/div&gt;</summary>
		<author><name>Twodogs</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Installation_Guide&amp;diff=29153</id>
		<title>Installation Guide</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Installation_Guide&amp;diff=29153"/>
		<updated>2011-11-15T22:37:36Z</updated>

		<summary type="html">&lt;p&gt;Twodogs: /* About Installation (Version 0810 Final) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
=Links=&lt;br /&gt;
&lt;br /&gt;
*[[:Category:AV_Wizard|AV Wizard]]&lt;br /&gt;
*[[:Category:Installation_Tutorials|General Installation Tutorials]]&lt;br /&gt;
&lt;br /&gt;
=About Installation (Version 0810 Final)=&lt;br /&gt;
&lt;br /&gt;
This page covers what we&#039;ll call mainstream installation. It shows how to get a LinuxMCE hybrid running with minimum bells and whistles. Once the basic installation is complete, users can check the other sections of the wiki to learn how to add more advanced features. The basic hardware consists of the computer (with two network ports), display, and speakers. Its the user&#039;s option whether to install additional PCI cards (TV capture, serial, etc), An incompatible card could cause problems, but this is rare (fyi, I install all cards before running the install). Look at the &amp;quot;Core &amp;amp; Hybrid&amp;quot; section of the wiki for hardware selection articles.&lt;br /&gt;
&lt;br /&gt;
*The computer must be connected to the internet for a successful installation. &lt;br /&gt;
*The display can be a TV or monitor. If you have a monitor and a VGA cable, I&#039;d suggest using them for your initial installation. The reason is that LMCE defaults to VGA and some displays can have resolution issues to overcome. You probably don&#039;t want to mess about with xorg.conf on your first install - its easy to swap to a different display or connection after things are up and running. I&#039;d specifically advise against using an HDMI cable and expecting it to pass video and sound to your TV. It might work, but more likely it will require extensive tinkering.&lt;br /&gt;
*For sound, you can use computer speakers, or use an spdif connection to an external AV receiver. This is also easy to change later.&lt;br /&gt;
&lt;br /&gt;
=Caveats=&lt;br /&gt;
&lt;br /&gt;
*LinuxMCE is an extremely powerful, fantastic piece of software; have no doubt about that. But, please bear in mind that it is a project, not a product. &lt;br /&gt;
&lt;br /&gt;
*LinuxMCE 0810 is based on Ubuntu 8.10, which means that brand new hardware might not work out of the box. For this reason, if you are buying hardware specifically for your home automation system, you might want to use hardware that is a little older and save yourself some money at the same time. That said, in nearly all cases you will be able to get through any issues with a little patience and some help from the community. Unrecognised NICs is the most common issue.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span style=&amp;quot;color:#FF0000&amp;quot;&amp;gt;Please please please be patient. Some parts of the installation can sometimes take hours. If in doubt, leave it overnight.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Basic Installation Steps=&lt;br /&gt;
&lt;br /&gt;
*Install the DVD. It will ask a few questions, format your drive, load a bunch of software from the disk and the internet, then prompt you to reboot and remove the DVD.&lt;br /&gt;
*Install LinuxMCE. When the machine finishes the reboot, it will come up in Kubuntu. Confirm the internet connection, then click the LMCE install icon. More software will load and it will prompt another reboot.&lt;br /&gt;
*Complete the 3 wizards (AV, House Setup, Media).&lt;br /&gt;
&lt;br /&gt;
=Install DVD=&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:#FF0000&amp;quot;&amp;gt;Caution: Installing LinuxMCE 0810 Final will wipe your entire drive! It is not designed to be dual-booted!&amp;lt;/span&amp;gt;&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you just want to quickly try LinuxMCE, then consider setting it up temporarily as a virtual machine on your Linux, Mac, or Windows box. [http://www.virtualbox.org/ VirtualBox] will allow you to do this&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# Download the LinuxMCE 0810 Final ISO from [http://linuxmce.iptp.org/release/LinuxMCE-8.10-final.iso here]. &#039;&#039;Note: Always burn at your DVD drive&#039;s lowest speed to reduce the chance of errors.&#039;&#039;&lt;br /&gt;
# Boot from the DVD.&lt;br /&gt;
# Select your language&lt;br /&gt;
# Select the top option &amp;quot;LinuxMCE&amp;quot;&lt;br /&gt;
# Wait until the installer loads, and then...&lt;br /&gt;
## &#039;&#039;&#039;Welcome&#039;&#039;&#039; - Select your language.&lt;br /&gt;
## &#039;&#039;&#039;Where are you?&#039;&#039;&#039; - Select your location and time zone.&lt;br /&gt;
## &#039;&#039;&#039;Keyboard layout&#039;&#039;&#039; - Select your keyboard layout.&lt;br /&gt;
## &#039;&#039;&#039;Prepare disk space&#039;&#039;&#039; - Set up your partitions as you wish, but the second option &amp;quot;Guided - use entire disk&amp;quot; is perfectly OK.&lt;br /&gt;
## &#039;&#039;&#039;Who are you?&#039;&#039;&#039; - Set up your username, password and the system name (call it whatever you want). This username/password is specifically for the underlying system i.e. Kubuntu, it is NOT for LinuxMCE; this is handled separately.&lt;br /&gt;
## &#039;&#039;&#039;Ready to install&#039;&#039;&#039; - Check everything is as it should be, and press &amp;quot;Install&amp;quot;.&lt;br /&gt;
# Let installation run through, and then remove disk and press enter when instructed to do so.&lt;br /&gt;
&lt;br /&gt;
=Install LinuxMCE=&lt;br /&gt;
&lt;br /&gt;
# Once the new Kubuntu installation has finished booting back up, check that your internet connections are working. If you have a NIC that is not plug-and-play (like the Intel gigabit card) then now is the time to install the driver and confirm operation. Then click the &amp;quot;LinuxMCE&amp;quot; icon on the desktop. This will start the LinuxMCE installation. You may need to enter your Kubuntu password. &lt;br /&gt;
# Wait until the LinuxMCE installation has finished running through. You will see the following message when the installation is complete:&lt;br /&gt;
&lt;br /&gt;
 The first phase of the install process is completed&lt;br /&gt;
 Reboot the system to start the final process.&lt;br /&gt;
&lt;br /&gt;
=Complete the Wizards=&lt;br /&gt;
&lt;br /&gt;
Upon reboot, your will not see Kubuntu. More software will load, then the AV Wizard will start. You&#039;ll see it only if you have a VGA connection. If you connected the monitor with another type of cable, the screen will go black. You will have to press a number on your keyboard (just the number, not followed by &amp;quot;enter&amp;quot;) to tell the wizard what connection to use. The default value is 2: VGA.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt; Keys for choosing a connector:&lt;br /&gt;
&lt;br /&gt;
1: DVI&lt;br /&gt;
2: VGA&lt;br /&gt;
3: Component&lt;br /&gt;
4: Composite&lt;br /&gt;
5: S-Video&lt;br /&gt;
Q: DVI-2&lt;br /&gt;
W: VGA-2&lt;br /&gt;
L: LVDS&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then follow the wizards as described in the following links.&lt;br /&gt;
&lt;br /&gt;
*[[AVWizard_Step_by_Step|AV Wizard]] &lt;br /&gt;
*[[House_Setup_Wizard|House Setup Wizard]] &lt;br /&gt;
*[[Media_Player_Wizard|Media Setup Wizard]].&lt;br /&gt;
&lt;br /&gt;
Once your LMCE system is completely installed and running, you&#039;ll want to navigate to the Kubuntu screen in order to right click and delete the &amp;quot;LinuxMCE&amp;quot; installation icon on the desktop. If you accidentally left click this you&#039;ll be sorry!&lt;/div&gt;</summary>
		<author><name>Twodogs</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Installation_Guide&amp;diff=29152</id>
		<title>Installation Guide</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Installation_Guide&amp;diff=29152"/>
		<updated>2011-11-15T22:20:06Z</updated>

		<summary type="html">&lt;p&gt;Twodogs: /* Complete the Wizards */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
=Links=&lt;br /&gt;
&lt;br /&gt;
*[[:Category:AV_Wizard|AV Wizard]]&lt;br /&gt;
*[[:Category:Installation_Tutorials|General Installation Tutorials]]&lt;br /&gt;
&lt;br /&gt;
=About Installation (Version 0810 Final)=&lt;br /&gt;
&lt;br /&gt;
This page covers what we&#039;ll call mainstream installation. It shows how to get a LinuxMCE hybrid running with minimum bells and whistles. Once the basic installation is complete, users can check the other sections of the wiki to learn how to add more advanced features. The basic hardware consists of the computer (with two network ports), display, and speakers. Its the user&#039;s option whether to install additional PCI cards (TV capture, serial, etc), An incompatible card could cause problems, but this is rare (fyi, I install all cards before running the install). Look at the &amp;quot;Core &amp;amp; Hybrid&amp;quot; section of the wiki for hardware selection articles.&lt;br /&gt;
&lt;br /&gt;
*The computer must be connected to the internet for a successful installation. &lt;br /&gt;
*The display can be a TV or monitor. Use a VGA connection if one is available. You can use a DVI cable, but you&#039;ll get a black screen 45 minutes into the installation process when the LMCE wizard defaults back to VGA. This is easily solved by pressing the number &amp;quot;1&amp;quot; on your keyboard, but it can be disconcerting. I&#039;d advise against using an HDMI cable connected to a monitor or TV with built-in speakers. Whatever connection you use can easily be changed later.&lt;br /&gt;
*For sound, you can use computer speakers, or use an spdif connection to an external AV receiver. This is also easy to change later.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Caveats=&lt;br /&gt;
&lt;br /&gt;
*LinuxMCE is an extremely powerful, fantastic piece of software; have no doubt about that. But, please bear in mind that it is a project, not a product. &lt;br /&gt;
&lt;br /&gt;
*LinuxMCE 0810 is based on Ubuntu 8.10, which means that brand new hardware might not work out of the box. For this reason, if you are buying hardware specifically for your home automation system, you might want to use hardware that is a little older and save yourself some money at the same time. That said, in nearly all cases you will be able to get through any issues with a little patience and some help from the community. Unrecognised NICs is the most common issue.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span style=&amp;quot;color:#FF0000&amp;quot;&amp;gt;Please please please be patient. Some parts of the installation can sometimes take hours. If in doubt, leave it overnight.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Basic Installation Steps=&lt;br /&gt;
&lt;br /&gt;
*Install the DVD. It will ask a few questions, format your drive, load a bunch of software from the disk and the internet, then prompt you to reboot and remove the DVD.&lt;br /&gt;
*Install LinuxMCE. When the machine finishes the reboot, it will come up in Kubuntu. Confirm the internet connection, then click the LMCE install icon. More software will load and it will prompt another reboot.&lt;br /&gt;
*Complete the 3 wizards (AV, House Setup, Media).&lt;br /&gt;
&lt;br /&gt;
=Install DVD=&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:#FF0000&amp;quot;&amp;gt;Caution: Installing LinuxMCE 0810 Final will wipe your entire drive! It is not designed to be dual-booted!&amp;lt;/span&amp;gt;&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you just want to quickly try LinuxMCE, then consider setting it up temporarily as a virtual machine on your Linux, Mac, or Windows box. [http://www.virtualbox.org/ VirtualBox] will allow you to do this&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# Download the LinuxMCE 0810 Final ISO from [http://linuxmce.iptp.org/release/LinuxMCE-8.10-final.iso here]. &#039;&#039;Note: Always burn at your DVD drive&#039;s lowest speed to reduce the chance of errors.&#039;&#039;&lt;br /&gt;
# Boot from the DVD.&lt;br /&gt;
# Select your language&lt;br /&gt;
# Select the top option &amp;quot;LinuxMCE&amp;quot;&lt;br /&gt;
# Wait until the installer loads, and then...&lt;br /&gt;
## &#039;&#039;&#039;Welcome&#039;&#039;&#039; - Select your language.&lt;br /&gt;
## &#039;&#039;&#039;Where are you?&#039;&#039;&#039; - Select your location and time zone.&lt;br /&gt;
## &#039;&#039;&#039;Keyboard layout&#039;&#039;&#039; - Select your keyboard layout.&lt;br /&gt;
## &#039;&#039;&#039;Prepare disk space&#039;&#039;&#039; - Set up your partitions as you wish, but the second option &amp;quot;Guided - use entire disk&amp;quot; is perfectly OK.&lt;br /&gt;
## &#039;&#039;&#039;Who are you?&#039;&#039;&#039; - Set up your username, password and the system name (call it whatever you want). This username/password is specifically for the underlying system i.e. Kubuntu, it is NOT for LinuxMCE; this is handled separately.&lt;br /&gt;
## &#039;&#039;&#039;Ready to install&#039;&#039;&#039; - Check everything is as it should be, and press &amp;quot;Install&amp;quot;.&lt;br /&gt;
# Let installation run through, and then remove disk and press enter when instructed to do so.&lt;br /&gt;
&lt;br /&gt;
=Install LinuxMCE=&lt;br /&gt;
&lt;br /&gt;
# Once the new Kubuntu installation has finished booting back up, check that your internet connections are working. If you have a NIC that is not plug-and-play (like the Intel gigabit card) then now is the time to install the driver and confirm operation. Then click the &amp;quot;LinuxMCE&amp;quot; icon on the desktop. This will start the LinuxMCE installation. You may need to enter your Kubuntu password. &lt;br /&gt;
# Wait until the LinuxMCE installation has finished running through. You will see the following message when the installation is complete:&lt;br /&gt;
&lt;br /&gt;
 The first phase of the install process is completed&lt;br /&gt;
 Reboot the system to start the final process.&lt;br /&gt;
&lt;br /&gt;
=Complete the Wizards=&lt;br /&gt;
&lt;br /&gt;
Upon reboot, your will not see Kubuntu. More software will load, then the AV Wizard will start. You&#039;ll see it only if you have a VGA connection. If you connected the monitor with another type of cable, the screen will go black. You will have to press a number on your keyboard (just the number, not followed by &amp;quot;enter&amp;quot;) to tell the wizard what connection to use. The default value is 2: VGA.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt; Keys for choosing a connector:&lt;br /&gt;
&lt;br /&gt;
1: DVI&lt;br /&gt;
2: VGA&lt;br /&gt;
3: Component&lt;br /&gt;
4: Composite&lt;br /&gt;
5: S-Video&lt;br /&gt;
Q: DVI-2&lt;br /&gt;
W: VGA-2&lt;br /&gt;
L: LVDS&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then follow the wizards as described in the following links.&lt;br /&gt;
&lt;br /&gt;
*[[AVWizard_Step_by_Step|AV Wizard]] &lt;br /&gt;
*[[House_Setup_Wizard|House Setup Wizard]] &lt;br /&gt;
*[[Media_Player_Wizard|Media Setup Wizard]].&lt;br /&gt;
&lt;br /&gt;
Once your LMCE system is completely installed and running, you&#039;ll want to navigate to the Kubuntu screen in order to right click and delete the &amp;quot;LinuxMCE&amp;quot; installation icon on the desktop. If you accidentally left click this you&#039;ll be sorry!&lt;/div&gt;</summary>
		<author><name>Twodogs</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Installation_Guide&amp;diff=29148</id>
		<title>Installation Guide</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Installation_Guide&amp;diff=29148"/>
		<updated>2011-11-15T16:50:27Z</updated>

		<summary type="html">&lt;p&gt;Twodogs: /* Complete the Wizards */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
=Links=&lt;br /&gt;
&lt;br /&gt;
*[[:Category:AV_Wizard|AV Wizard]]&lt;br /&gt;
*[[:Category:Installation_Tutorials|General Installation Tutorials]]&lt;br /&gt;
&lt;br /&gt;
=About Installation (Version 0810 Final)=&lt;br /&gt;
&lt;br /&gt;
This page covers what we&#039;ll call mainstream installation. It shows how to get a LinuxMCE hybrid running with minimum bells and whistles. Once the basic installation is complete, users can check the other sections of the wiki to learn how to add more advanced features. The basic hardware consists of the computer (with two network ports), display, and speakers. Its the user&#039;s option whether to install additional PCI cards (TV capture, serial, etc), An incompatible card could cause problems, but this is rare (fyi, I install all cards before running the install). Look at the &amp;quot;Core &amp;amp; Hybrid&amp;quot; section of the wiki for hardware selection articles.&lt;br /&gt;
&lt;br /&gt;
*The computer must be connected to the internet for a successful installation. &lt;br /&gt;
*The display can be a TV or monitor. Use a VGA connection if one is available. You can use a DVI cable, but you&#039;ll get a black screen 45 minutes into the installation process when the LMCE wizard defaults back to VGA. This is easily solved by pressing the number &amp;quot;1&amp;quot; on your keyboard, but it can be disconcerting. I&#039;d advise against using an HDMI cable connected to a monitor or TV with built-in speakers. Whatever connection you use can easily be changed later.&lt;br /&gt;
*For sound, you can use computer speakers, or use an spdif connection to an external AV receiver. This is also easy to change later.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Caveats=&lt;br /&gt;
&lt;br /&gt;
*LinuxMCE is an extremely powerful, fantastic piece of software; have no doubt about that. But, please bear in mind that it is a project, not a product. &lt;br /&gt;
&lt;br /&gt;
*LinuxMCE 0810 is based on Ubuntu 8.10, which means that brand new hardware might not work out of the box. For this reason, if you are buying hardware specifically for your home automation system, you might want to use hardware that is a little older and save yourself some money at the same time. That said, in nearly all cases you will be able to get through any issues with a little patience and some help from the community. Unrecognised NICs is the most common issue.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span style=&amp;quot;color:#FF0000&amp;quot;&amp;gt;Please please please be patient. Some parts of the installation can sometimes take hours. If in doubt, leave it overnight.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Basic Installation Steps=&lt;br /&gt;
&lt;br /&gt;
*Install the DVD. It will ask a few questions, format your drive, load a bunch of software from the disk and the internet, then prompt you to reboot and remove the DVD.&lt;br /&gt;
*Install LinuxMCE. When the machine finishes the reboot, it will come up in Kubuntu. Confirm the internet connection, then click the LMCE install icon. More software will load and it will prompt another reboot.&lt;br /&gt;
*Complete the 3 wizards (AV, House Setup, Media).&lt;br /&gt;
&lt;br /&gt;
=Install DVD=&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:#FF0000&amp;quot;&amp;gt;Caution: Installing LinuxMCE 0810 Final will wipe your entire drive! It is not designed to be dual-booted!&amp;lt;/span&amp;gt;&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you just want to quickly try LinuxMCE, then consider setting it up temporarily as a virtual machine on your Linux, Mac, or Windows box. [http://www.virtualbox.org/ VirtualBox] will allow you to do this&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# Download the LinuxMCE 0810 Final ISO from [http://linuxmce.iptp.org/release/LinuxMCE-8.10-final.iso here]. &#039;&#039;Note: Always burn at your DVD drive&#039;s lowest speed to reduce the chance of errors.&#039;&#039;&lt;br /&gt;
# Boot from the DVD.&lt;br /&gt;
# Select your language&lt;br /&gt;
# Select the top option &amp;quot;LinuxMCE&amp;quot;&lt;br /&gt;
# Wait until the installer loads, and then...&lt;br /&gt;
## &#039;&#039;&#039;Welcome&#039;&#039;&#039; - Select your language.&lt;br /&gt;
## &#039;&#039;&#039;Where are you?&#039;&#039;&#039; - Select your location and time zone.&lt;br /&gt;
## &#039;&#039;&#039;Keyboard layout&#039;&#039;&#039; - Select your keyboard layout.&lt;br /&gt;
## &#039;&#039;&#039;Prepare disk space&#039;&#039;&#039; - Set up your partitions as you wish, but the second option &amp;quot;Guided - use entire disk&amp;quot; is perfectly OK.&lt;br /&gt;
## &#039;&#039;&#039;Who are you?&#039;&#039;&#039; - Set up your username, password and the system name (call it whatever you want). This username/password is specifically for the underlying system i.e. Kubuntu, it is NOT for LinuxMCE; this is handled separately.&lt;br /&gt;
## &#039;&#039;&#039;Ready to install&#039;&#039;&#039; - Check everything is as it should be, and press &amp;quot;Install&amp;quot;.&lt;br /&gt;
# Let installation run through, and then remove disk and press enter when instructed to do so.&lt;br /&gt;
&lt;br /&gt;
=Install LinuxMCE=&lt;br /&gt;
&lt;br /&gt;
# Once the new Kubuntu installation has finished booting back up, check that your internet connections are working. If you have a NIC that is not plug-and-play (like the Intel gigabit card) then now is the time to install the driver and confirm operation. Then click the &amp;quot;LinuxMCE&amp;quot; icon on the desktop. This will start the LinuxMCE installation. You may need to enter your Kubuntu password. &lt;br /&gt;
# Wait until the LinuxMCE installation has finished running through. You will see the following message when the installation is complete:&lt;br /&gt;
&lt;br /&gt;
 The first phase of the install process is completed&lt;br /&gt;
 Reboot the system to start the final process.&lt;br /&gt;
&lt;br /&gt;
=Complete the Wizards=&lt;br /&gt;
&lt;br /&gt;
Upon reboot, your will not see Kubuntu. More software will load, then the AV Wizard will start. You&#039;ll see it only if you have a VGA connection. If you connected the monitor with another type of cable, the screen will go black. You will have to press a number on your keyboard (just the number, not followed by &amp;quot;enter&amp;quot;) to tell the wizard what connection to use. The default value is 2: VGA.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt; Keys for choosing a connector:&lt;br /&gt;
&lt;br /&gt;
1: DVI&lt;br /&gt;
2: VGA&lt;br /&gt;
3: Component&lt;br /&gt;
4: Composite&lt;br /&gt;
5: S-Video&lt;br /&gt;
Q: DVI-2&lt;br /&gt;
W: VGA-2&lt;br /&gt;
L: LVDS&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then follow the wizards as described in the following links.&lt;br /&gt;
&lt;br /&gt;
*[[AVWizard_Step_by_Step|AV Wizard]] &lt;br /&gt;
*[[House_Setup_Wizard|House Setup Wizard]] &lt;br /&gt;
*[[Media_Player_Wizard|Media Setup Wizard]].&lt;br /&gt;
&lt;br /&gt;
Once your LMCE system is completely installed and running, you&#039;ll want to visit the Kubuntu screen in order to right click and delete the &amp;quot;LinuxMCE&amp;quot; installation icon on the desktop. If you accidentally left click this you&#039;ll be sorry!&lt;/div&gt;</summary>
		<author><name>Twodogs</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Installation_Guide&amp;diff=29147</id>
		<title>Installation Guide</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Installation_Guide&amp;diff=29147"/>
		<updated>2011-11-15T16:38:13Z</updated>

		<summary type="html">&lt;p&gt;Twodogs: /* Complete the Wizards */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
=Links=&lt;br /&gt;
&lt;br /&gt;
*[[:Category:AV_Wizard|AV Wizard]]&lt;br /&gt;
*[[:Category:Installation_Tutorials|General Installation Tutorials]]&lt;br /&gt;
&lt;br /&gt;
=About Installation (Version 0810 Final)=&lt;br /&gt;
&lt;br /&gt;
This page covers what we&#039;ll call mainstream installation. It shows how to get a LinuxMCE hybrid running with minimum bells and whistles. Once the basic installation is complete, users can check the other sections of the wiki to learn how to add more advanced features. The basic hardware consists of the computer (with two network ports), display, and speakers. Its the user&#039;s option whether to install additional PCI cards (TV capture, serial, etc), An incompatible card could cause problems, but this is rare (fyi, I install all cards before running the install). Look at the &amp;quot;Core &amp;amp; Hybrid&amp;quot; section of the wiki for hardware selection articles.&lt;br /&gt;
&lt;br /&gt;
*The computer must be connected to the internet for a successful installation. &lt;br /&gt;
*The display can be a TV or monitor. Use a VGA connection if one is available. You can use a DVI cable, but you&#039;ll get a black screen 45 minutes into the installation process when the LMCE wizard defaults back to VGA. This is easily solved by pressing the number &amp;quot;1&amp;quot; on your keyboard, but it can be disconcerting. I&#039;d advise against using an HDMI cable connected to a monitor or TV with built-in speakers. Whatever connection you use can easily be changed later.&lt;br /&gt;
*For sound, you can use computer speakers, or use an spdif connection to an external AV receiver. This is also easy to change later.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Caveats=&lt;br /&gt;
&lt;br /&gt;
*LinuxMCE is an extremely powerful, fantastic piece of software; have no doubt about that. But, please bear in mind that it is a project, not a product. &lt;br /&gt;
&lt;br /&gt;
*LinuxMCE 0810 is based on Ubuntu 8.10, which means that brand new hardware might not work out of the box. For this reason, if you are buying hardware specifically for your home automation system, you might want to use hardware that is a little older and save yourself some money at the same time. That said, in nearly all cases you will be able to get through any issues with a little patience and some help from the community. Unrecognised NICs is the most common issue.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span style=&amp;quot;color:#FF0000&amp;quot;&amp;gt;Please please please be patient. Some parts of the installation can sometimes take hours. If in doubt, leave it overnight.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Basic Installation Steps=&lt;br /&gt;
&lt;br /&gt;
*Install the DVD. It will ask a few questions, format your drive, load a bunch of software from the disk and the internet, then prompt you to reboot and remove the DVD.&lt;br /&gt;
*Install LinuxMCE. When the machine finishes the reboot, it will come up in Kubuntu. Confirm the internet connection, then click the LMCE install icon. More software will load and it will prompt another reboot.&lt;br /&gt;
*Complete the 3 wizards (AV, House Setup, Media).&lt;br /&gt;
&lt;br /&gt;
=Install DVD=&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:#FF0000&amp;quot;&amp;gt;Caution: Installing LinuxMCE 0810 Final will wipe your entire drive! It is not designed to be dual-booted!&amp;lt;/span&amp;gt;&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you just want to quickly try LinuxMCE, then consider setting it up temporarily as a virtual machine on your Linux, Mac, or Windows box. [http://www.virtualbox.org/ VirtualBox] will allow you to do this&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# Download the LinuxMCE 0810 Final ISO from [http://linuxmce.iptp.org/release/LinuxMCE-8.10-final.iso here]. &#039;&#039;Note: Always burn at your DVD drive&#039;s lowest speed to reduce the chance of errors.&#039;&#039;&lt;br /&gt;
# Boot from the DVD.&lt;br /&gt;
# Select your language&lt;br /&gt;
# Select the top option &amp;quot;LinuxMCE&amp;quot;&lt;br /&gt;
# Wait until the installer loads, and then...&lt;br /&gt;
## &#039;&#039;&#039;Welcome&#039;&#039;&#039; - Select your language.&lt;br /&gt;
## &#039;&#039;&#039;Where are you?&#039;&#039;&#039; - Select your location and time zone.&lt;br /&gt;
## &#039;&#039;&#039;Keyboard layout&#039;&#039;&#039; - Select your keyboard layout.&lt;br /&gt;
## &#039;&#039;&#039;Prepare disk space&#039;&#039;&#039; - Set up your partitions as you wish, but the second option &amp;quot;Guided - use entire disk&amp;quot; is perfectly OK.&lt;br /&gt;
## &#039;&#039;&#039;Who are you?&#039;&#039;&#039; - Set up your username, password and the system name (call it whatever you want). This username/password is specifically for the underlying system i.e. Kubuntu, it is NOT for LinuxMCE; this is handled separately.&lt;br /&gt;
## &#039;&#039;&#039;Ready to install&#039;&#039;&#039; - Check everything is as it should be, and press &amp;quot;Install&amp;quot;.&lt;br /&gt;
# Let installation run through, and then remove disk and press enter when instructed to do so.&lt;br /&gt;
&lt;br /&gt;
=Install LinuxMCE=&lt;br /&gt;
&lt;br /&gt;
# Once the new Kubuntu installation has finished booting back up, check that your internet connections are working. If you have a NIC that is not plug-and-play (like the Intel gigabit card) then now is the time to install the driver and confirm operation. Then click the &amp;quot;LinuxMCE&amp;quot; icon on the desktop. This will start the LinuxMCE installation. You may need to enter your Kubuntu password. &lt;br /&gt;
# Wait until the LinuxMCE installation has finished running through. You will see the following message when the installation is complete:&lt;br /&gt;
&lt;br /&gt;
 The first phase of the install process is completed&lt;br /&gt;
 Reboot the system to start the final process.&lt;br /&gt;
&lt;br /&gt;
=Complete the Wizards=&lt;br /&gt;
&lt;br /&gt;
Upon reboot, your will not see Kubuntu. More software will load, then the AV Wizard will start. You&#039;ll see it only if you have a VGA connection. If you connected the monitor with another type of cable, the screen will go black. You will have to press a number on your keyboard (just the number, not followed by &amp;quot;enter&amp;quot;) to tell the wizard what connection to use.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt; Keys for choosing a connector:&lt;br /&gt;
&lt;br /&gt;
1: DVI&lt;br /&gt;
2: VGA&lt;br /&gt;
3: Component&lt;br /&gt;
4: Composite&lt;br /&gt;
5: S-Video&lt;br /&gt;
Q: DVI-2&lt;br /&gt;
W: VGA-2&lt;br /&gt;
L: LVDS&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then follow the wizards as described in the following links.&lt;br /&gt;
&lt;br /&gt;
*[[AVWizard_Step_by_Step|AV Wizard]] &lt;br /&gt;
*[[House_Setup_Wizard|House Setup Wizard]] &lt;br /&gt;
*[[Media_Player_Wizard|Media Setup Wizard]].&lt;br /&gt;
&lt;br /&gt;
Once your LMCE system is completely installed and running, you&#039;ll want to visit the Kubuntu screen in order to right click and delete the &amp;quot;LinuxMCE&amp;quot; installation icon on the desktop. If you accidentally left click this you&#039;ll be sorry!&lt;/div&gt;</summary>
		<author><name>Twodogs</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Installation_Guide&amp;diff=29146</id>
		<title>Installation Guide</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Installation_Guide&amp;diff=29146"/>
		<updated>2011-11-15T16:37:30Z</updated>

		<summary type="html">&lt;p&gt;Twodogs: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
=Links=&lt;br /&gt;
&lt;br /&gt;
*[[:Category:AV_Wizard|AV Wizard]]&lt;br /&gt;
*[[:Category:Installation_Tutorials|General Installation Tutorials]]&lt;br /&gt;
&lt;br /&gt;
=About Installation (Version 0810 Final)=&lt;br /&gt;
&lt;br /&gt;
This page covers what we&#039;ll call mainstream installation. It shows how to get a LinuxMCE hybrid running with minimum bells and whistles. Once the basic installation is complete, users can check the other sections of the wiki to learn how to add more advanced features. The basic hardware consists of the computer (with two network ports), display, and speakers. Its the user&#039;s option whether to install additional PCI cards (TV capture, serial, etc), An incompatible card could cause problems, but this is rare (fyi, I install all cards before running the install). Look at the &amp;quot;Core &amp;amp; Hybrid&amp;quot; section of the wiki for hardware selection articles.&lt;br /&gt;
&lt;br /&gt;
*The computer must be connected to the internet for a successful installation. &lt;br /&gt;
*The display can be a TV or monitor. Use a VGA connection if one is available. You can use a DVI cable, but you&#039;ll get a black screen 45 minutes into the installation process when the LMCE wizard defaults back to VGA. This is easily solved by pressing the number &amp;quot;1&amp;quot; on your keyboard, but it can be disconcerting. I&#039;d advise against using an HDMI cable connected to a monitor or TV with built-in speakers. Whatever connection you use can easily be changed later.&lt;br /&gt;
*For sound, you can use computer speakers, or use an spdif connection to an external AV receiver. This is also easy to change later.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Caveats=&lt;br /&gt;
&lt;br /&gt;
*LinuxMCE is an extremely powerful, fantastic piece of software; have no doubt about that. But, please bear in mind that it is a project, not a product. &lt;br /&gt;
&lt;br /&gt;
*LinuxMCE 0810 is based on Ubuntu 8.10, which means that brand new hardware might not work out of the box. For this reason, if you are buying hardware specifically for your home automation system, you might want to use hardware that is a little older and save yourself some money at the same time. That said, in nearly all cases you will be able to get through any issues with a little patience and some help from the community. Unrecognised NICs is the most common issue.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span style=&amp;quot;color:#FF0000&amp;quot;&amp;gt;Please please please be patient. Some parts of the installation can sometimes take hours. If in doubt, leave it overnight.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Basic Installation Steps=&lt;br /&gt;
&lt;br /&gt;
*Install the DVD. It will ask a few questions, format your drive, load a bunch of software from the disk and the internet, then prompt you to reboot and remove the DVD.&lt;br /&gt;
*Install LinuxMCE. When the machine finishes the reboot, it will come up in Kubuntu. Confirm the internet connection, then click the LMCE install icon. More software will load and it will prompt another reboot.&lt;br /&gt;
*Complete the 3 wizards (AV, House Setup, Media).&lt;br /&gt;
&lt;br /&gt;
=Install DVD=&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:#FF0000&amp;quot;&amp;gt;Caution: Installing LinuxMCE 0810 Final will wipe your entire drive! It is not designed to be dual-booted!&amp;lt;/span&amp;gt;&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you just want to quickly try LinuxMCE, then consider setting it up temporarily as a virtual machine on your Linux, Mac, or Windows box. [http://www.virtualbox.org/ VirtualBox] will allow you to do this&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# Download the LinuxMCE 0810 Final ISO from [http://linuxmce.iptp.org/release/LinuxMCE-8.10-final.iso here]. &#039;&#039;Note: Always burn at your DVD drive&#039;s lowest speed to reduce the chance of errors.&#039;&#039;&lt;br /&gt;
# Boot from the DVD.&lt;br /&gt;
# Select your language&lt;br /&gt;
# Select the top option &amp;quot;LinuxMCE&amp;quot;&lt;br /&gt;
# Wait until the installer loads, and then...&lt;br /&gt;
## &#039;&#039;&#039;Welcome&#039;&#039;&#039; - Select your language.&lt;br /&gt;
## &#039;&#039;&#039;Where are you?&#039;&#039;&#039; - Select your location and time zone.&lt;br /&gt;
## &#039;&#039;&#039;Keyboard layout&#039;&#039;&#039; - Select your keyboard layout.&lt;br /&gt;
## &#039;&#039;&#039;Prepare disk space&#039;&#039;&#039; - Set up your partitions as you wish, but the second option &amp;quot;Guided - use entire disk&amp;quot; is perfectly OK.&lt;br /&gt;
## &#039;&#039;&#039;Who are you?&#039;&#039;&#039; - Set up your username, password and the system name (call it whatever you want). This username/password is specifically for the underlying system i.e. Kubuntu, it is NOT for LinuxMCE; this is handled separately.&lt;br /&gt;
## &#039;&#039;&#039;Ready to install&#039;&#039;&#039; - Check everything is as it should be, and press &amp;quot;Install&amp;quot;.&lt;br /&gt;
# Let installation run through, and then remove disk and press enter when instructed to do so.&lt;br /&gt;
&lt;br /&gt;
=Install LinuxMCE=&lt;br /&gt;
&lt;br /&gt;
# Once the new Kubuntu installation has finished booting back up, check that your internet connections are working. If you have a NIC that is not plug-and-play (like the Intel gigabit card) then now is the time to install the driver and confirm operation. Then click the &amp;quot;LinuxMCE&amp;quot; icon on the desktop. This will start the LinuxMCE installation. You may need to enter your Kubuntu password. &lt;br /&gt;
# Wait until the LinuxMCE installation has finished running through. You will see the following message when the installation is complete:&lt;br /&gt;
&lt;br /&gt;
 The first phase of the install process is completed&lt;br /&gt;
 Reboot the system to start the final process.&lt;br /&gt;
&lt;br /&gt;
=Complete the Wizards=&lt;br /&gt;
&lt;br /&gt;
Upon reboot, your will not see Kubuntu. More software will load, then the AV Wizard will start. You&#039;ll see it only if you have a VGA connection. If you connected the monitor with another type of cable, the screen will go black. You will have to press a number on your keyboard (just the number, not followed by &amp;quot;enter&amp;quot;) to tell the wizard what connection to use.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt; Keys for choosing a connector:&lt;br /&gt;
&lt;br /&gt;
1: DVI&lt;br /&gt;
2: VGA&lt;br /&gt;
3: Component&lt;br /&gt;
4: Composite&lt;br /&gt;
5: S-Video&lt;br /&gt;
Q: DVI-2&lt;br /&gt;
W: VGA-2&lt;br /&gt;
L: LVDS&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then follow the wizards as described in the following links.&lt;br /&gt;
&lt;br /&gt;
*[[AVWizard_Step_by_Step|AV Wizard]] &lt;br /&gt;
*[[House_Setup_Wizard|House Setup Wizard]] &lt;br /&gt;
*[[Media_Player_Wizard|Media Setup Wizard]].&lt;br /&gt;
&lt;br /&gt;
Once your LMCE system is completely installed and running, you&#039;ll want to right click and delete the &amp;quot;LinuxMCE&amp;quot; installation icon on the desktop. If you accidentally left click this you&#039;ll be sorry!&lt;/div&gt;</summary>
		<author><name>Twodogs</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Installation_Guide&amp;diff=29145</id>
		<title>Installation Guide</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Installation_Guide&amp;diff=29145"/>
		<updated>2011-11-15T16:35:14Z</updated>

		<summary type="html">&lt;p&gt;Twodogs: /* Install LinuxMCE */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
=Links=&lt;br /&gt;
&lt;br /&gt;
*[[:Category:AV_Wizard|AV Wizard]]&lt;br /&gt;
*[[:Category:Installation_Tutorials|General Installation Tutorials]]&lt;br /&gt;
&lt;br /&gt;
=About Installation (Version 0810 Final)=&lt;br /&gt;
&lt;br /&gt;
This page covers what we&#039;ll call mainstream installation. It shows how to get a LinuxMCE hybrid running with minimum bells and whistles. Once the basic installation is complete, users can check the other sections of the wiki to learn how to add more advanced features. The basic hardware consists of the computer (with two network ports), display, and speakers. Its the user&#039;s option whether to install additional PCI cards (TV capture, serial, etc), An incompatible card could cause problems, but this is rare (fyi, I install all cards before running the install). Look at the &amp;quot;Core &amp;amp; Hybrid&amp;quot; section of the wiki for hardware selection articles.&lt;br /&gt;
&lt;br /&gt;
*The computer must be connected to the internet for a successful installation. &lt;br /&gt;
*The display can be a TV or monitor. Use a VGA connection if one is available. You can use a DVI cable, but you&#039;ll get a black screen 45 minutes into the installation process when the LMCE wizard defaults back to VGA. This is easily solved by pressing the number &amp;quot;1&amp;quot; on your keyboard, but it can be disconcerting. I&#039;d advise against using an HDMI cable connected to a monitor or TV with built-in speakers. Whatever connection you use can easily be changed later.&lt;br /&gt;
*For sound, you can use computer speakers, or use an spdif connection to an external AV receiver. This is also easy to change later.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Caveats=&lt;br /&gt;
&lt;br /&gt;
*LinuxMCE is an extremely powerful, fantastic piece of software; have no doubt about that. But, please bear in mind that it is a project, not a product. &lt;br /&gt;
&lt;br /&gt;
*LinuxMCE 0810 is based on Ubuntu 8.10, which means that brand new hardware might not work out of the box. For this reason, if you are buying hardware specifically for your home automation system, you might want to use hardware that is a little older and save yourself some money at the same time. That said, in nearly all cases you will be able to get through any issues with a little patience and some help from the community. Unrecognised NICs is the most common issue.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span style=&amp;quot;color:#FF0000&amp;quot;&amp;gt;Please please please be patient. Some parts of the installation can sometimes take hours. If in doubt, leave it overnight.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Basic Installation Steps=&lt;br /&gt;
&lt;br /&gt;
*Install the DVD. It will ask a few questions, format your drive, load a bunch of software from the disk and the internet, then prompt you to reboot and remove the DVD.&lt;br /&gt;
*Install LinuxMCE. When the machine finishes the reboot, it will come up in Kubuntu. Confirm the internet connection, then click the LMCE install icon. More software will load and it will prompt another reboot.&lt;br /&gt;
*Complete the 3 wizards (AV, House Setup, Media).&lt;br /&gt;
&lt;br /&gt;
=Install DVD=&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:#FF0000&amp;quot;&amp;gt;Caution: Installing LinuxMCE 0810 Final will wipe your entire drive! It is not designed to be dual-booted!&amp;lt;/span&amp;gt;&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you just want to quickly try LinuxMCE, then consider setting it up temporarily as a virtual machine on your Linux, Mac, or Windows box. [http://www.virtualbox.org/ VirtualBox] will allow you to do this&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# Download the LinuxMCE 0810 Final ISO from [http://linuxmce.iptp.org/release/LinuxMCE-8.10-final.iso here]. &#039;&#039;Note: Always burn at your DVD drive&#039;s lowest speed to reduce the chance of errors.&#039;&#039;&lt;br /&gt;
# Boot from the DVD.&lt;br /&gt;
# Select your language&lt;br /&gt;
# Select the top option &amp;quot;LinuxMCE&amp;quot;&lt;br /&gt;
# Wait until the installer loads, and then...&lt;br /&gt;
## &#039;&#039;&#039;Welcome&#039;&#039;&#039; - Select your language.&lt;br /&gt;
## &#039;&#039;&#039;Where are you?&#039;&#039;&#039; - Select your location and time zone.&lt;br /&gt;
## &#039;&#039;&#039;Keyboard layout&#039;&#039;&#039; - Select your keyboard layout.&lt;br /&gt;
## &#039;&#039;&#039;Prepare disk space&#039;&#039;&#039; - Set up your partitions as you wish, but the second option &amp;quot;Guided - use entire disk&amp;quot; is perfectly OK.&lt;br /&gt;
## &#039;&#039;&#039;Who are you?&#039;&#039;&#039; - Set up your username, password and the system name (call it whatever you want). This username/password is specifically for the underlying system i.e. Kubuntu, it is NOT for LinuxMCE; this is handled separately.&lt;br /&gt;
## &#039;&#039;&#039;Ready to install&#039;&#039;&#039; - Check everything is as it should be, and press &amp;quot;Install&amp;quot;.&lt;br /&gt;
# Let installation run through, and then remove disk and press enter when instructed to do so.&lt;br /&gt;
&lt;br /&gt;
=Install LinuxMCE=&lt;br /&gt;
&lt;br /&gt;
# Once the new Kubuntu installation has finished booting back up, check that your internet connections are working. If you have a NIC that is not plug-and-play (like the Intel gigabit card) then now is the time to install the driver and confirm operation. Then click the &amp;quot;LinuxMCE&amp;quot; icon on the desktop. This will start the LinuxMCE installation. You may need to enter your Kubuntu password. Tip - once your LMCE system is completely installed and running, you&#039;ll want to get rid of the &amp;quot;LinuxMCE&amp;quot; icon on the desktop. If you accidentally click this you&#039;ll be sorry!&lt;br /&gt;
# Wait until the LinuxMCE installation has finished running through. You will see the following message when the installation is complete:&lt;br /&gt;
&lt;br /&gt;
 The first phase of the install process is completed&lt;br /&gt;
 Reboot the system to start the final process.&lt;br /&gt;
&lt;br /&gt;
=Complete the Wizards=&lt;br /&gt;
&lt;br /&gt;
Upon reboot, your will not see Kubuntu. More software will load, then the AV Wizard will start. You&#039;ll see it only if you have a VGA connection. If you connected the monitor with another type of cable, the screen will go black. You will have to press a number on your keyboard (just the number, not followed by &amp;quot;enter&amp;quot;) to tell the wizard what connection to use.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt; Keys for choosing a connector:&lt;br /&gt;
&lt;br /&gt;
1: DVI&lt;br /&gt;
2: VGA&lt;br /&gt;
3: Component&lt;br /&gt;
4: Composite&lt;br /&gt;
5: S-Video&lt;br /&gt;
Q: DVI-2&lt;br /&gt;
W: VGA-2&lt;br /&gt;
L: LVDS&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then follow the wizards as described in the following links.&lt;br /&gt;
&lt;br /&gt;
*[[AVWizard_Step_by_Step|AV Wizard]] &lt;br /&gt;
*[[House_Setup_Wizard|House Setup Wizard]] &lt;br /&gt;
*[[Media_Player_Wizard|Media Setup Wizard]].&lt;/div&gt;</summary>
		<author><name>Twodogs</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Installation_Guide&amp;diff=29144</id>
		<title>Installation Guide</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Installation_Guide&amp;diff=29144"/>
		<updated>2011-11-15T16:33:46Z</updated>

		<summary type="html">&lt;p&gt;Twodogs: /* Install LinuxMCE */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
=Links=&lt;br /&gt;
&lt;br /&gt;
*[[:Category:AV_Wizard|AV Wizard]]&lt;br /&gt;
*[[:Category:Installation_Tutorials|General Installation Tutorials]]&lt;br /&gt;
&lt;br /&gt;
=About Installation (Version 0810 Final)=&lt;br /&gt;
&lt;br /&gt;
This page covers what we&#039;ll call mainstream installation. It shows how to get a LinuxMCE hybrid running with minimum bells and whistles. Once the basic installation is complete, users can check the other sections of the wiki to learn how to add more advanced features. The basic hardware consists of the computer (with two network ports), display, and speakers. Its the user&#039;s option whether to install additional PCI cards (TV capture, serial, etc), An incompatible card could cause problems, but this is rare (fyi, I install all cards before running the install). Look at the &amp;quot;Core &amp;amp; Hybrid&amp;quot; section of the wiki for hardware selection articles.&lt;br /&gt;
&lt;br /&gt;
*The computer must be connected to the internet for a successful installation. &lt;br /&gt;
*The display can be a TV or monitor. Use a VGA connection if one is available. You can use a DVI cable, but you&#039;ll get a black screen 45 minutes into the installation process when the LMCE wizard defaults back to VGA. This is easily solved by pressing the number &amp;quot;1&amp;quot; on your keyboard, but it can be disconcerting. I&#039;d advise against using an HDMI cable connected to a monitor or TV with built-in speakers. Whatever connection you use can easily be changed later.&lt;br /&gt;
*For sound, you can use computer speakers, or use an spdif connection to an external AV receiver. This is also easy to change later.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Caveats=&lt;br /&gt;
&lt;br /&gt;
*LinuxMCE is an extremely powerful, fantastic piece of software; have no doubt about that. But, please bear in mind that it is a project, not a product. &lt;br /&gt;
&lt;br /&gt;
*LinuxMCE 0810 is based on Ubuntu 8.10, which means that brand new hardware might not work out of the box. For this reason, if you are buying hardware specifically for your home automation system, you might want to use hardware that is a little older and save yourself some money at the same time. That said, in nearly all cases you will be able to get through any issues with a little patience and some help from the community. Unrecognised NICs is the most common issue.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span style=&amp;quot;color:#FF0000&amp;quot;&amp;gt;Please please please be patient. Some parts of the installation can sometimes take hours. If in doubt, leave it overnight.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Basic Installation Steps=&lt;br /&gt;
&lt;br /&gt;
*Install the DVD. It will ask a few questions, format your drive, load a bunch of software from the disk and the internet, then prompt you to reboot and remove the DVD.&lt;br /&gt;
*Install LinuxMCE. When the machine finishes the reboot, it will come up in Kubuntu. Confirm the internet connection, then click the LMCE install icon. More software will load and it will prompt another reboot.&lt;br /&gt;
*Complete the 3 wizards (AV, House Setup, Media).&lt;br /&gt;
&lt;br /&gt;
=Install DVD=&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:#FF0000&amp;quot;&amp;gt;Caution: Installing LinuxMCE 0810 Final will wipe your entire drive! It is not designed to be dual-booted!&amp;lt;/span&amp;gt;&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you just want to quickly try LinuxMCE, then consider setting it up temporarily as a virtual machine on your Linux, Mac, or Windows box. [http://www.virtualbox.org/ VirtualBox] will allow you to do this&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# Download the LinuxMCE 0810 Final ISO from [http://linuxmce.iptp.org/release/LinuxMCE-8.10-final.iso here]. &#039;&#039;Note: Always burn at your DVD drive&#039;s lowest speed to reduce the chance of errors.&#039;&#039;&lt;br /&gt;
# Boot from the DVD.&lt;br /&gt;
# Select your language&lt;br /&gt;
# Select the top option &amp;quot;LinuxMCE&amp;quot;&lt;br /&gt;
# Wait until the installer loads, and then...&lt;br /&gt;
## &#039;&#039;&#039;Welcome&#039;&#039;&#039; - Select your language.&lt;br /&gt;
## &#039;&#039;&#039;Where are you?&#039;&#039;&#039; - Select your location and time zone.&lt;br /&gt;
## &#039;&#039;&#039;Keyboard layout&#039;&#039;&#039; - Select your keyboard layout.&lt;br /&gt;
## &#039;&#039;&#039;Prepare disk space&#039;&#039;&#039; - Set up your partitions as you wish, but the second option &amp;quot;Guided - use entire disk&amp;quot; is perfectly OK.&lt;br /&gt;
## &#039;&#039;&#039;Who are you?&#039;&#039;&#039; - Set up your username, password and the system name (call it whatever you want). This username/password is specifically for the underlying system i.e. Kubuntu, it is NOT for LinuxMCE; this is handled separately.&lt;br /&gt;
## &#039;&#039;&#039;Ready to install&#039;&#039;&#039; - Check everything is as it should be, and press &amp;quot;Install&amp;quot;.&lt;br /&gt;
# Let installation run through, and then remove disk and press enter when instructed to do so.&lt;br /&gt;
&lt;br /&gt;
=Install LinuxMCE=&lt;br /&gt;
&lt;br /&gt;
# Once the new Kubuntu installation has finished booting back up, check that your internet connections are working. If you have a NIC that is not plug-and-play (like the Intel gigabit card) then now is the time to install the driver and confirm operation. Then click the &amp;quot;LinuxMCE&amp;quot; icon on the desktop. This will start the LinuxMCE installation. You may need to enter your Kubuntu password. Tip - once your LMCE system is completely installed and running, you&#039;ll want to get rid of the &amp;quot;LinuxMCE&amp;quot; incon on the desktop. If you accidentally click this you&#039;ll be sorry!&lt;br /&gt;
# Wait until the LinuxMCE installation has finished running through. You will see the following message when the installation is complete:&lt;br /&gt;
&lt;br /&gt;
 The first phase of the install process is completed&lt;br /&gt;
 Reboot the system to start the final process.&lt;br /&gt;
&lt;br /&gt;
=Complete the Wizards=&lt;br /&gt;
&lt;br /&gt;
Upon reboot, your will not see Kubuntu. More software will load, then the AV Wizard will start. You&#039;ll see it only if you have a VGA connection. If you connected the monitor with another type of cable, the screen will go black. You will have to press a number on your keyboard (just the number, not followed by &amp;quot;enter&amp;quot;) to tell the wizard what connection to use.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt; Keys for choosing a connector:&lt;br /&gt;
&lt;br /&gt;
1: DVI&lt;br /&gt;
2: VGA&lt;br /&gt;
3: Component&lt;br /&gt;
4: Composite&lt;br /&gt;
5: S-Video&lt;br /&gt;
Q: DVI-2&lt;br /&gt;
W: VGA-2&lt;br /&gt;
L: LVDS&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then follow the wizards as described in the following links.&lt;br /&gt;
&lt;br /&gt;
*[[AVWizard_Step_by_Step|AV Wizard]] &lt;br /&gt;
*[[House_Setup_Wizard|House Setup Wizard]] &lt;br /&gt;
*[[Media_Player_Wizard|Media Setup Wizard]].&lt;/div&gt;</summary>
		<author><name>Twodogs</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Installation_Guide&amp;diff=29143</id>
		<title>Installation Guide</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Installation_Guide&amp;diff=29143"/>
		<updated>2011-11-15T16:30:16Z</updated>

		<summary type="html">&lt;p&gt;Twodogs: /* Install LinuxMCE */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
=Links=&lt;br /&gt;
&lt;br /&gt;
*[[:Category:AV_Wizard|AV Wizard]]&lt;br /&gt;
*[[:Category:Installation_Tutorials|General Installation Tutorials]]&lt;br /&gt;
&lt;br /&gt;
=About Installation (Version 0810 Final)=&lt;br /&gt;
&lt;br /&gt;
This page covers what we&#039;ll call mainstream installation. It shows how to get a LinuxMCE hybrid running with minimum bells and whistles. Once the basic installation is complete, users can check the other sections of the wiki to learn how to add more advanced features. The basic hardware consists of the computer (with two network ports), display, and speakers. Its the user&#039;s option whether to install additional PCI cards (TV capture, serial, etc), An incompatible card could cause problems, but this is rare (fyi, I install all cards before running the install). Look at the &amp;quot;Core &amp;amp; Hybrid&amp;quot; section of the wiki for hardware selection articles.&lt;br /&gt;
&lt;br /&gt;
*The computer must be connected to the internet for a successful installation. &lt;br /&gt;
*The display can be a TV or monitor. Use a VGA connection if one is available. You can use a DVI cable, but you&#039;ll get a black screen 45 minutes into the installation process when the LMCE wizard defaults back to VGA. This is easily solved by pressing the number &amp;quot;1&amp;quot; on your keyboard, but it can be disconcerting. I&#039;d advise against using an HDMI cable connected to a monitor or TV with built-in speakers. Whatever connection you use can easily be changed later.&lt;br /&gt;
*For sound, you can use computer speakers, or use an spdif connection to an external AV receiver. This is also easy to change later.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Caveats=&lt;br /&gt;
&lt;br /&gt;
*LinuxMCE is an extremely powerful, fantastic piece of software; have no doubt about that. But, please bear in mind that it is a project, not a product. &lt;br /&gt;
&lt;br /&gt;
*LinuxMCE 0810 is based on Ubuntu 8.10, which means that brand new hardware might not work out of the box. For this reason, if you are buying hardware specifically for your home automation system, you might want to use hardware that is a little older and save yourself some money at the same time. That said, in nearly all cases you will be able to get through any issues with a little patience and some help from the community. Unrecognised NICs is the most common issue.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span style=&amp;quot;color:#FF0000&amp;quot;&amp;gt;Please please please be patient. Some parts of the installation can sometimes take hours. If in doubt, leave it overnight.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Basic Installation Steps=&lt;br /&gt;
&lt;br /&gt;
*Install the DVD. It will ask a few questions, format your drive, load a bunch of software from the disk and the internet, then prompt you to reboot and remove the DVD.&lt;br /&gt;
*Install LinuxMCE. When the machine finishes the reboot, it will come up in Kubuntu. Confirm the internet connection, then click the LMCE install icon. More software will load and it will prompt another reboot.&lt;br /&gt;
*Complete the 3 wizards (AV, House Setup, Media).&lt;br /&gt;
&lt;br /&gt;
=Install DVD=&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:#FF0000&amp;quot;&amp;gt;Caution: Installing LinuxMCE 0810 Final will wipe your entire drive! It is not designed to be dual-booted!&amp;lt;/span&amp;gt;&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you just want to quickly try LinuxMCE, then consider setting it up temporarily as a virtual machine on your Linux, Mac, or Windows box. [http://www.virtualbox.org/ VirtualBox] will allow you to do this&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# Download the LinuxMCE 0810 Final ISO from [http://linuxmce.iptp.org/release/LinuxMCE-8.10-final.iso here]. &#039;&#039;Note: Always burn at your DVD drive&#039;s lowest speed to reduce the chance of errors.&#039;&#039;&lt;br /&gt;
# Boot from the DVD.&lt;br /&gt;
# Select your language&lt;br /&gt;
# Select the top option &amp;quot;LinuxMCE&amp;quot;&lt;br /&gt;
# Wait until the installer loads, and then...&lt;br /&gt;
## &#039;&#039;&#039;Welcome&#039;&#039;&#039; - Select your language.&lt;br /&gt;
## &#039;&#039;&#039;Where are you?&#039;&#039;&#039; - Select your location and time zone.&lt;br /&gt;
## &#039;&#039;&#039;Keyboard layout&#039;&#039;&#039; - Select your keyboard layout.&lt;br /&gt;
## &#039;&#039;&#039;Prepare disk space&#039;&#039;&#039; - Set up your partitions as you wish, but the second option &amp;quot;Guided - use entire disk&amp;quot; is perfectly OK.&lt;br /&gt;
## &#039;&#039;&#039;Who are you?&#039;&#039;&#039; - Set up your username, password and the system name (call it whatever you want). This username/password is specifically for the underlying system i.e. Kubuntu, it is NOT for LinuxMCE; this is handled separately.&lt;br /&gt;
## &#039;&#039;&#039;Ready to install&#039;&#039;&#039; - Check everything is as it should be, and press &amp;quot;Install&amp;quot;.&lt;br /&gt;
# Let installation run through, and then remove disk and press enter when instructed to do so.&lt;br /&gt;
&lt;br /&gt;
=Install LinuxMCE=&lt;br /&gt;
&lt;br /&gt;
# Once the new Kubuntu installation has finished booting back up, check that your internet connections are working. If you have a NIC that is not plug-and-play (like the Intel gigabit card) then now is the time to install the driver and confirm operation. Then click the &amp;quot;LinuxMCE&amp;quot; icon on the desktop. This will start the LinuxMCE installation. You may need to enter your Kubuntu password.&lt;br /&gt;
# Wait until the LinuxMCE installation has finished running through. You will see the following message when the installation is complete:&lt;br /&gt;
&lt;br /&gt;
 The first phase of the install process is completed&lt;br /&gt;
 Reboot the system to start the final process.&lt;br /&gt;
&lt;br /&gt;
=Complete the Wizards=&lt;br /&gt;
&lt;br /&gt;
Upon reboot, your will not see Kubuntu. More software will load, then the AV Wizard will start. You&#039;ll see it only if you have a VGA connection. If you connected the monitor with another type of cable, the screen will go black. You will have to press a number on your keyboard (just the number, not followed by &amp;quot;enter&amp;quot;) to tell the wizard what connection to use.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt; Keys for choosing a connector:&lt;br /&gt;
&lt;br /&gt;
1: DVI&lt;br /&gt;
2: VGA&lt;br /&gt;
3: Component&lt;br /&gt;
4: Composite&lt;br /&gt;
5: S-Video&lt;br /&gt;
Q: DVI-2&lt;br /&gt;
W: VGA-2&lt;br /&gt;
L: LVDS&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then follow the wizards as described in the following links.&lt;br /&gt;
&lt;br /&gt;
*[[AVWizard_Step_by_Step|AV Wizard]] &lt;br /&gt;
*[[House_Setup_Wizard|House Setup Wizard]] &lt;br /&gt;
*[[Media_Player_Wizard|Media Setup Wizard]].&lt;/div&gt;</summary>
		<author><name>Twodogs</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Installation_Guide&amp;diff=29142</id>
		<title>Installation Guide</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Installation_Guide&amp;diff=29142"/>
		<updated>2011-11-15T16:28:36Z</updated>

		<summary type="html">&lt;p&gt;Twodogs: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
=Links=&lt;br /&gt;
&lt;br /&gt;
*[[:Category:AV_Wizard|AV Wizard]]&lt;br /&gt;
*[[:Category:Installation_Tutorials|General Installation Tutorials]]&lt;br /&gt;
&lt;br /&gt;
=About Installation (Version 0810 Final)=&lt;br /&gt;
&lt;br /&gt;
This page covers what we&#039;ll call mainstream installation. It shows how to get a LinuxMCE hybrid running with minimum bells and whistles. Once the basic installation is complete, users can check the other sections of the wiki to learn how to add more advanced features. The basic hardware consists of the computer (with two network ports), display, and speakers. Its the user&#039;s option whether to install additional PCI cards (TV capture, serial, etc), An incompatible card could cause problems, but this is rare (fyi, I install all cards before running the install). Look at the &amp;quot;Core &amp;amp; Hybrid&amp;quot; section of the wiki for hardware selection articles.&lt;br /&gt;
&lt;br /&gt;
*The computer must be connected to the internet for a successful installation. &lt;br /&gt;
*The display can be a TV or monitor. Use a VGA connection if one is available. You can use a DVI cable, but you&#039;ll get a black screen 45 minutes into the installation process when the LMCE wizard defaults back to VGA. This is easily solved by pressing the number &amp;quot;1&amp;quot; on your keyboard, but it can be disconcerting. I&#039;d advise against using an HDMI cable connected to a monitor or TV with built-in speakers. Whatever connection you use can easily be changed later.&lt;br /&gt;
*For sound, you can use computer speakers, or use an spdif connection to an external AV receiver. This is also easy to change later.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Caveats=&lt;br /&gt;
&lt;br /&gt;
*LinuxMCE is an extremely powerful, fantastic piece of software; have no doubt about that. But, please bear in mind that it is a project, not a product. &lt;br /&gt;
&lt;br /&gt;
*LinuxMCE 0810 is based on Ubuntu 8.10, which means that brand new hardware might not work out of the box. For this reason, if you are buying hardware specifically for your home automation system, you might want to use hardware that is a little older and save yourself some money at the same time. That said, in nearly all cases you will be able to get through any issues with a little patience and some help from the community. Unrecognised NICs is the most common issue.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span style=&amp;quot;color:#FF0000&amp;quot;&amp;gt;Please please please be patient. Some parts of the installation can sometimes take hours. If in doubt, leave it overnight.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Basic Installation Steps=&lt;br /&gt;
&lt;br /&gt;
*Install the DVD. It will ask a few questions, format your drive, load a bunch of software from the disk and the internet, then prompt you to reboot and remove the DVD.&lt;br /&gt;
*Install LinuxMCE. When the machine finishes the reboot, it will come up in Kubuntu. Confirm the internet connection, then click the LMCE install icon. More software will load and it will prompt another reboot.&lt;br /&gt;
*Complete the 3 wizards (AV, House Setup, Media).&lt;br /&gt;
&lt;br /&gt;
=Install DVD=&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:#FF0000&amp;quot;&amp;gt;Caution: Installing LinuxMCE 0810 Final will wipe your entire drive! It is not designed to be dual-booted!&amp;lt;/span&amp;gt;&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you just want to quickly try LinuxMCE, then consider setting it up temporarily as a virtual machine on your Linux, Mac, or Windows box. [http://www.virtualbox.org/ VirtualBox] will allow you to do this&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# Download the LinuxMCE 0810 Final ISO from [http://linuxmce.iptp.org/release/LinuxMCE-8.10-final.iso here]. &#039;&#039;Note: Always burn at your DVD drive&#039;s lowest speed to reduce the chance of errors.&#039;&#039;&lt;br /&gt;
# Boot from the DVD.&lt;br /&gt;
# Select your language&lt;br /&gt;
# Select the top option &amp;quot;LinuxMCE&amp;quot;&lt;br /&gt;
# Wait until the installer loads, and then...&lt;br /&gt;
## &#039;&#039;&#039;Welcome&#039;&#039;&#039; - Select your language.&lt;br /&gt;
## &#039;&#039;&#039;Where are you?&#039;&#039;&#039; - Select your location and time zone.&lt;br /&gt;
## &#039;&#039;&#039;Keyboard layout&#039;&#039;&#039; - Select your keyboard layout.&lt;br /&gt;
## &#039;&#039;&#039;Prepare disk space&#039;&#039;&#039; - Set up your partitions as you wish, but the second option &amp;quot;Guided - use entire disk&amp;quot; is perfectly OK.&lt;br /&gt;
## &#039;&#039;&#039;Who are you?&#039;&#039;&#039; - Set up your username, password and the system name (call it whatever you want). This username/password is specifically for the underlying system i.e. Kubuntu, it is NOT for LinuxMCE; this is handled separately.&lt;br /&gt;
## &#039;&#039;&#039;Ready to install&#039;&#039;&#039; - Check everything is as it should be, and press &amp;quot;Install&amp;quot;.&lt;br /&gt;
# Let installation run through, and then remove disk and press enter when instructed to do so.&lt;br /&gt;
&lt;br /&gt;
=Install LinuxMCE=&lt;br /&gt;
&lt;br /&gt;
# Once the new Kubuntu installation has finished booting back up, check that your internet connections are working. If you have a NIC that is not plug-and-play (like the Intel gigabit card) then now is the time to install the drive and confirm operation. Then click the &amp;quot;LinuxMCE&amp;quot; icon on the desktop. This will start the LinuxMCE installation. You may need to enter your Kubuntu password.&lt;br /&gt;
# Wait until the LinuxMCE installation has finished running through. You will see the following message when the installation is complete:&lt;br /&gt;
&lt;br /&gt;
 The first phase of the install process is completed&lt;br /&gt;
 Reboot the system to start the final process.&lt;br /&gt;
 &lt;br /&gt;
=Complete the Wizards=&lt;br /&gt;
&lt;br /&gt;
Upon reboot, your will not see Kubuntu. More software will load, then the AV Wizard will start. You&#039;ll see it only if you have a VGA connection. If you connected the monitor with another type of cable, the screen will go black. You will have to press a number on your keyboard (just the number, not followed by &amp;quot;enter&amp;quot;) to tell the wizard what connection to use.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt; Keys for choosing a connector:&lt;br /&gt;
&lt;br /&gt;
1: DVI&lt;br /&gt;
2: VGA&lt;br /&gt;
3: Component&lt;br /&gt;
4: Composite&lt;br /&gt;
5: S-Video&lt;br /&gt;
Q: DVI-2&lt;br /&gt;
W: VGA-2&lt;br /&gt;
L: LVDS&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Then follow the wizards as described in the following links.&lt;br /&gt;
&lt;br /&gt;
*[[AVWizard_Step_by_Step|AV Wizard]] &lt;br /&gt;
*[[House_Setup_Wizard|House Setup Wizard]] &lt;br /&gt;
*[[Media_Player_Wizard|Media Setup Wizard]].&lt;/div&gt;</summary>
		<author><name>Twodogs</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Installation_Guide&amp;diff=29141</id>
		<title>Installation Guide</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Installation_Guide&amp;diff=29141"/>
		<updated>2011-11-15T16:27:36Z</updated>

		<summary type="html">&lt;p&gt;Twodogs: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
=Links=&lt;br /&gt;
&lt;br /&gt;
*[[:Category:AV_Wizard|AV Wizard]]&lt;br /&gt;
*[[:Category:Installation_Tutorials|General Installation Tutorials]]&lt;br /&gt;
&lt;br /&gt;
=About Installation (Version 0810 Final)=&lt;br /&gt;
&lt;br /&gt;
This page covers what we&#039;ll call mainstream installation. It shows how to get a LinuxMCE hybrid running with minimum bells and whistles. Once the basic installation is complete, users can check the other sections of the wiki to learn how to add more advanced features. The basic hardware consists of the computer (with two network ports), display, and speakers. Its the user&#039;s option whether to install additional PCI cards (TV capture, serial, etc), An incompatible card could cause problems, but this is rare (fyi, I install all cards before running the install). Look at the &amp;quot;Core &amp;amp; Hybrid&amp;quot; section of the wiki for hardware selection articles.&lt;br /&gt;
&lt;br /&gt;
*The computer must be connected to the internet for a successful installation. &lt;br /&gt;
*The display can be a TV or monitor. Use a VGA connection if one is available. You can use a DVI cable, but you&#039;ll get a black screen 45 minutes into the installation process when the LMCE wizard defaults back to VGA. This is easily solved by pressing the number &amp;quot;1&amp;quot; on your keyboard, but it can be disconcerting. I&#039;d advise against using an HDMI cable connected to a monitor or TV with built-in speakers. Whatever connection you use can easily be changed later.&lt;br /&gt;
*For sound, you can use computer speakers, or use an spdif connection to an external AV receiver. This is also easy to change later.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Caveats=&lt;br /&gt;
&lt;br /&gt;
*LinuxMCE is an extremely powerful, fantastic piece of software; have no doubt about that. But, please bear in mind that it is a project, not a product. &lt;br /&gt;
&lt;br /&gt;
*LinuxMCE 0810 is based on Ubuntu 8.10, which means that brand new hardware might not work out of the box. For this reason, if you are buying hardware specifically for your home automation system, you might want to use hardware that is a little older and save yourself some money at the same time. That said, in nearly all cases you will be able to get through any issues with a little patience and some help from the community. Unrecognised NICs is the most common issue.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span style=&amp;quot;color:#FF0000&amp;quot;&amp;gt;Please please please be patient. Some parts of the installation can sometimes take hours. If in doubt, leave it overnight.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Basic Installation Steps=&lt;br /&gt;
&lt;br /&gt;
*Install the DVD. It will ask a few questions, format your drive, load a bunch of software from the disk and the internet, then prompt you to reboot and remove the DVD.&lt;br /&gt;
*Install LinuxMCE. When the machine finishes the reboot, it will come up in Kubuntu. Confirm the internet connection, then click the LMCE install icon. More software will load and it will prompt another reboot.&lt;br /&gt;
*Complete the 3 wizards (AV, House Setup, Media).&lt;br /&gt;
&lt;br /&gt;
=Install DVD=&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:#FF0000&amp;quot;&amp;gt;Caution: Installing LinuxMCE 0810 Final will wipe your entire drive! It is not designed to be dual-booted!&amp;lt;/span&amp;gt;&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you just want to quickly try LinuxMCE, then consider setting it up temporarily as a virtual machine on your Linux, Mac, or Windows box. [http://www.virtualbox.org/ VirtualBox] will allow you to do this&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# Download the LinuxMCE 0810 Final ISO from [http://linuxmce.iptp.org/release/LinuxMCE-8.10-final.iso here]. &#039;&#039;Note: Always burn at your DVD drive&#039;s lowest speed to reduce the chance of errors.&#039;&#039;&lt;br /&gt;
# Boot from the DVD.&lt;br /&gt;
# Select your language&lt;br /&gt;
# Select the top option &amp;quot;LinuxMCE&amp;quot;&lt;br /&gt;
# Wait until the installer loads, and then...&lt;br /&gt;
## &#039;&#039;&#039;Welcome&#039;&#039;&#039; - Select your language.&lt;br /&gt;
## &#039;&#039;&#039;Where are you?&#039;&#039;&#039; - Select your location and time zone.&lt;br /&gt;
## &#039;&#039;&#039;Keyboard layout&#039;&#039;&#039; - Select your keyboard layout.&lt;br /&gt;
## &#039;&#039;&#039;Prepare disk space&#039;&#039;&#039; - Set up your partitions as you wish, but the second option &amp;quot;Guided - use entire disk&amp;quot; is perfectly OK.&lt;br /&gt;
## &#039;&#039;&#039;Who are you?&#039;&#039;&#039; - Set up your username, password and the system name (call it whatever you want). This username/password is specifically for the underlying system i.e. Kubuntu, it is NOT for LinuxMCE; this is handled separately.&lt;br /&gt;
## &#039;&#039;&#039;Ready to install&#039;&#039;&#039; - Check everything is as it should be, and press &amp;quot;Install&amp;quot;.&lt;br /&gt;
# Let installation run through, and then remove disk and press enter when instructed to do so.&lt;br /&gt;
&lt;br /&gt;
=Install LinuxMCE=&lt;br /&gt;
&lt;br /&gt;
# Once the new Kubuntu installation has finished booting back up, check that your internet connections are working. If you have a NIC that is not plug-and-play (like the Intel gigabit card) then now is the time to install the drive and confirm operation. Then click the &amp;quot;LinuxMCE&amp;quot; icon on the desktop. This will start the LinuxMCE installation. You may need to enter your Kubuntu password.&lt;br /&gt;
# Wait until the LinuxMCE installation has finished running through. You will see the following message when the installation is complete:&lt;br /&gt;
&lt;br /&gt;
 The first phase of the install process is completed&lt;br /&gt;
 Reboot the system to start the final process.&lt;br /&gt;
 &lt;br /&gt;
=Complete the Wizards=&lt;br /&gt;
&lt;br /&gt;
Upon reboot, your will not see Kubuntu. More software will load, then the AV Wizard will start. You&#039;ll see it only if you have a VGA connection. If you connected the monitor with another type of cable, the screen will go black. You will have to press a number on your keyboard (just the number, not followed by &amp;quot;enter&amp;quot;) to tell the wizard what connection to use.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt; Keys for choosing a connector:&lt;br /&gt;
&lt;br /&gt;
1: DVI&lt;br /&gt;
2: VGA&lt;br /&gt;
3: Component&lt;br /&gt;
4: Composite&lt;br /&gt;
5: S-Video&lt;br /&gt;
Q: DVI-2&lt;br /&gt;
W: VGA-2&lt;br /&gt;
L: LVDS&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*[[AVWizard_Step_by_Step|AV Wizard]] &lt;br /&gt;
*[[House_Setup_Wizard|House Setup Wizard]] &lt;br /&gt;
*[[Media_Player_Wizard|Media Setup Wizard]].&lt;/div&gt;</summary>
		<author><name>Twodogs</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Installation_Guide&amp;diff=29140</id>
		<title>Installation Guide</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Installation_Guide&amp;diff=29140"/>
		<updated>2011-11-15T16:23:20Z</updated>

		<summary type="html">&lt;p&gt;Twodogs: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
=Links=&lt;br /&gt;
&lt;br /&gt;
*[[:Category:AV_Wizard|AV Wizard]]&lt;br /&gt;
*[[:Category:Installation_Tutorials|General Installation Tutorials]]&lt;br /&gt;
&lt;br /&gt;
=About Installation (Version 0810 Final)=&lt;br /&gt;
&lt;br /&gt;
This page covers what we&#039;ll call mainstream installation. It shows how to get a LinuxMCE hybrid running with minimum bells and whistles. Once the basic installation is complete, users can check the other sections of the wiki to learn how to add more advanced features. The basic hardware consists of the computer (with two network ports), display, and speakers. Its the user&#039;s option whether to install additional PCI cards (TV capture, serial, etc), An incompatible card could cause problems, but this is rare (fyi, I install all cards before running the install). Look at the &amp;quot;Core &amp;amp; Hybrid&amp;quot; section of the wiki for hardware selection articles.&lt;br /&gt;
&lt;br /&gt;
*The computer must be connected to the internet for a successful installation. &lt;br /&gt;
*The display can be a TV or monitor. Use a VGA connection if one is available. You can use a DVI cable, but you&#039;ll get a black screen 45 minutes into the installation process when the LMCE wizard defaults back to VGA. This is easily solved by pressing the number &amp;quot;1&amp;quot; on your keyboard, but it can be disconcerting. I&#039;d advise against using an HDMI cable connected to a monitor or TV with built-in speakers. Whatever connection you use can easily be changed later.&lt;br /&gt;
*For sound, you can use computer speakers, or use an spdif connection to an external AV receiver. This is also easy to change later.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Caveats=&lt;br /&gt;
&lt;br /&gt;
*LinuxMCE is an extremely powerful, fantastic piece of software; have no doubt about that. But, please bear in mind that it is a project, not a product. &lt;br /&gt;
&lt;br /&gt;
*LinuxMCE 0810 is based on Ubuntu 8.10, which means that brand new hardware might not work out of the box. For this reason, if you are buying hardware specifically for your home automation system, you might want to use hardware that is a little older and save yourself some money at the same time. That said, in nearly all cases you will be able to get through any issues with a little patience and some help from the community. Unrecognised NICs is the most common issue.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span style=&amp;quot;color:#FF0000&amp;quot;&amp;gt;Please please please be patient. Some parts of the installation can sometimes take hours. If in doubt, leave it overnight.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Overview=&lt;br /&gt;
&lt;br /&gt;
*Install the DVD. It will ask a few questions, format your drive, load a bunch of software from the disk and the internet, then prompt you to reboot and remove the DVD.&lt;br /&gt;
*Install LinuxMCE. When the machine finishes the reboot, it will come up in Kubuntu. Confirm the internet connection, then click the LMCE install icon. More software will load and it will prompt another reboot.&lt;br /&gt;
*Follow the 3 wizards (AV, House Setup, Media).&lt;br /&gt;
&lt;br /&gt;
=DVD=&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:#FF0000&amp;quot;&amp;gt;Caution: Installing LinuxMCE 0810 Final will wipe your entire drive! It is not designed to be dual-booted!&amp;lt;/span&amp;gt;&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you just want to quickly try LinuxMCE, then consider setting it up temporarily as a virtual machine on your Linux, Mac, or Windows box. [http://www.virtualbox.org/ VirtualBox] will allow you to do this&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# Download the LinuxMCE 0810 Final ISO from [http://linuxmce.iptp.org/release/LinuxMCE-8.10-final.iso here]. &#039;&#039;Note: Always burn at your DVD drive&#039;s lowest speed to reduce the chance of errors.&#039;&#039;&lt;br /&gt;
# Boot from the DVD.&lt;br /&gt;
# Select your language&lt;br /&gt;
# Select the top option &amp;quot;LinuxMCE&amp;quot;&lt;br /&gt;
# Wait until the installer loads, and then...&lt;br /&gt;
## &#039;&#039;&#039;Welcome&#039;&#039;&#039; - Select your language.&lt;br /&gt;
## &#039;&#039;&#039;Where are you?&#039;&#039;&#039; - Select your location and time zone.&lt;br /&gt;
## &#039;&#039;&#039;Keyboard layout&#039;&#039;&#039; - Select your keyboard layout.&lt;br /&gt;
## &#039;&#039;&#039;Prepare disk space&#039;&#039;&#039; - Set up your partitions as you wish, but the second option &amp;quot;Guided - use entire disk&amp;quot; is perfectly OK.&lt;br /&gt;
## &#039;&#039;&#039;Who are you?&#039;&#039;&#039; - Set up your username, password and the system name (call it whatever you want). This username/password is specifically for the underlying system i.e. Kubuntu, it is NOT for LinuxMCE; this is handled separately.&lt;br /&gt;
## &#039;&#039;&#039;Ready to install&#039;&#039;&#039; - Check everything is as it should be, and press &amp;quot;Install&amp;quot;.&lt;br /&gt;
# Let installation run through, and then remove disk and press enter when instructed to do so.&lt;br /&gt;
&lt;br /&gt;
=LinuxMCE=&lt;br /&gt;
&lt;br /&gt;
# Once the new Kubuntu installation has finished booting back up, check that your internet connections are working. If you have a NIC that is not plug-and-play (like the Intel gigabit card) then now is the time to install the drive and confirm operation. Then click the &amp;quot;LinuxMCE&amp;quot; icon on the desktop. This will start the LinuxMCE installation. You may need to enter your Kubuntu password.&lt;br /&gt;
# Wait until the LinuxMCE installation has finished running through. You will see the following message when the installation is complete:&lt;br /&gt;
&lt;br /&gt;
 The first phase of the install process is completed&lt;br /&gt;
 Reboot the system to start the final process.&lt;br /&gt;
 &lt;br /&gt;
=Wizards=&lt;br /&gt;
&lt;br /&gt;
Upon reboot, your will not see Kubuntu. More software will load, then the AV Wizard will start. You&#039;ll see it only if you have a VGA connection. If you connected the monitor with another type of cable, the screen will go black.&lt;br /&gt;
&lt;br /&gt;
*[[AVWizard_Step_by_Step|AV Wizard]] &lt;br /&gt;
*[[House_Setup_Wizard|House Setup Wizard]] &lt;br /&gt;
*[[Media_Player_Wizard|Media Setup Wizard]].&lt;/div&gt;</summary>
		<author><name>Twodogs</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Installation_Guide&amp;diff=29139</id>
		<title>Installation Guide</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Installation_Guide&amp;diff=29139"/>
		<updated>2011-11-15T16:21:57Z</updated>

		<summary type="html">&lt;p&gt;Twodogs: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
=Links=&lt;br /&gt;
&lt;br /&gt;
*[[:Category:AV_Wizard|AV Wizard]]&lt;br /&gt;
*[[:Category:Installation_Tutorials|General Installation Tutorials]]&lt;br /&gt;
&lt;br /&gt;
=About Installation (Version 0810 Final)=&lt;br /&gt;
&lt;br /&gt;
This page covers what we&#039;ll call mainstream installation. It shows how to get a LinuxMCE hybrid running with minimum bells and whistles. Once the basic installation is complete, users can check the other sections of the wiki to learn how to add more advanced features. The basic hardware consists of the computer (with two network ports), display, and speakers. Its the user&#039;s option whether to install additional PCI cards (TV capture, serial, etc), An incompatible card could cause problems, but this is rare (fyi, I install all cards before running the install). Look at the &amp;quot;Core &amp;amp; Hybrid&amp;quot; section of the wiki for hardware selection articles.&lt;br /&gt;
&lt;br /&gt;
*The computer must be connected to the internet for a successful installation. &lt;br /&gt;
*The display can be a TV or monitor. Use a VGA connection if one is available. You can use a DVI cable, but you&#039;ll get a black screen 45 minutes into the installation process when the LMCE wizard defaults back to VGA. This is easily solved by pressing the number &amp;quot;1&amp;quot; on your keyboard, but it can be disconcerting. I&#039;d advise against using an HDMI cable connected to a monitor or TV with built-in speakers. Whatever connection you use can easily be changed later.&lt;br /&gt;
*For sound, you can use computer speakers, or use an spdif connection to an external AV receiver. This is also easy to change later.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Caveats=&lt;br /&gt;
&lt;br /&gt;
*LinuxMCE is an extremely powerful, fantastic piece of software; have no doubt about that. But, please bear in mind that it is a project, not a product. &lt;br /&gt;
&lt;br /&gt;
*LinuxMCE 0810 is based on Ubuntu 8.10, which means that brand new hardware might not work out of the box. For this reason, if you are buying hardware specifically for your home automation system, you might want to use hardware that is a little older and save yourself some money at the same time. That said, in nearly all cases you will be able to get through any issues with a little patience and some help from the community. Unrecognised NICs is the most common issue.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span style=&amp;quot;color:#FF0000&amp;quot;&amp;gt;Please please please be patient. Some parts of the installation can sometimes take hours. If in doubt, leave it overnight.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Overview=&lt;br /&gt;
&lt;br /&gt;
*Install the DVD. It will ask a few questions, format your drive, load a bunch of software from the disk and the internet, then prompt you to reboot and remove the DVD.&lt;br /&gt;
*Install LinuxMCE. When the machine finishes the reboot, it will come up in Kubuntu. Confirm the internet connection, then click the LMCE install icon. More software will load and it will prompt another reboot.&lt;br /&gt;
*Follow the 3 wizards (AV, House Setup, Media).&lt;br /&gt;
&lt;br /&gt;
=DVD=&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:#FF0000&amp;quot;&amp;gt;Caution: Installing LinuxMCE 0810 Final will wipe your entire drive! It is not designed to be dual-booted!&amp;lt;/span&amp;gt;&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you just want to quickly try LinuxMCE, then consider setting it up temporarily as a virtual machine on your Linux, Mac, or Windows box. [http://www.virtualbox.org/ VirtualBox] will allow you to do this&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# Download the LinuxMCE 0810 Final ISO from [http://linuxmce.iptp.org/release/LinuxMCE-8.10-final.iso here]. &#039;&#039;Note: Always burn at your DVD drive&#039;s lowest speed to reduce the chance of errors.&#039;&#039;&lt;br /&gt;
# Boot from the DVD.&lt;br /&gt;
# Select your language&lt;br /&gt;
# Select the top option &amp;quot;LinuxMCE&amp;quot;&lt;br /&gt;
# Wait until the installer loads, and then...&lt;br /&gt;
## &#039;&#039;&#039;Welcome&#039;&#039;&#039; - Select your language.&lt;br /&gt;
## &#039;&#039;&#039;Where are you?&#039;&#039;&#039; - Select your location and time zone.&lt;br /&gt;
## &#039;&#039;&#039;Keyboard layout&#039;&#039;&#039; - Select your keyboard layout.&lt;br /&gt;
## &#039;&#039;&#039;Prepare disk space&#039;&#039;&#039; - Set up your partitions as you wish, but the second option &amp;quot;Guided - use entire disk&amp;quot; is perfectly OK.&lt;br /&gt;
## &#039;&#039;&#039;Who are you?&#039;&#039;&#039; - Set up your username, password and the system name (call it whatever you want). This username/password is specifically for the underlying system i.e. Kubuntu, it is NOT for LinuxMCE; this is handled separately.&lt;br /&gt;
## &#039;&#039;&#039;Ready to install&#039;&#039;&#039; - Check everything is as it should be, and press &amp;quot;Install&amp;quot;.&lt;br /&gt;
# Let installation run through, and then remove disk and press enter when instructed to do so.&lt;br /&gt;
&lt;br /&gt;
=LinuxMCE=&lt;br /&gt;
&lt;br /&gt;
# Once the new Kubuntu installation has finished booting back up, check that your internet connections are working. If you have a NIC that is not plug-and-play (like the Intel gigabit card) then now is the time to install the drive and confirm operation. Then click the &amp;quot;LinuxMCE&amp;quot; icon on the desktop. This will start the LinuxMCE installation. You may need to enter your Kubuntu password.&lt;br /&gt;
# Wait until the LinuxMCE installation has finished running through. You will see the following message when the installation is complete:&lt;br /&gt;
&lt;br /&gt;
 The first phase of the install process is completed&lt;br /&gt;
 Reboot the system to start the final process.&lt;br /&gt;
 &lt;br /&gt;
=Wizards=&lt;br /&gt;
&lt;br /&gt;
Upon reboot, your will not see Kubuntu. More software will load, then the AV Wizard will start. You&#039;ll see it only if you have a VGA connection. If you connected the monitor with another type of cable, the screen will go black.&lt;br /&gt;
&lt;br /&gt;
[[AVWizard_Step_by_Step|AV Wizard]] &lt;br /&gt;
[[House_Setup_Wizard|House Setup Wizard]] &lt;br /&gt;
[[Media_Player_Wizard|Media Setup Wizard]].&lt;/div&gt;</summary>
		<author><name>Twodogs</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Installation_Guide&amp;diff=29138</id>
		<title>Installation Guide</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Installation_Guide&amp;diff=29138"/>
		<updated>2011-11-15T15:14:21Z</updated>

		<summary type="html">&lt;p&gt;Twodogs: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
=Links=&lt;br /&gt;
&lt;br /&gt;
*[[:Category:AV_Wizard|AV Wizard]]&lt;br /&gt;
*[[:Category:Installation_Tutorials|General Installation Tutorials]]&lt;br /&gt;
&lt;br /&gt;
=About Installation=&lt;br /&gt;
&lt;br /&gt;
This page covers what we&#039;ll call mainstream installation. It shows how to get a LinuxMCE hybrid running with minimum bells and whistles. Once the basic installation is complete, users can check the other sections of the wiki to learn how to add more advanced features. The basic hardware consists of the computer (with two network ports), display, and speakers. Its the user&#039;s option whether to install additional PCI cards (TV capture, serial, etc), An incompatible card could cause problems, but this is rare (fyi, I install all cards before running the install). Look at the &amp;quot;Core &amp;amp; Hybrid&amp;quot; section of the wiki for hardware selection articles.&lt;br /&gt;
&lt;br /&gt;
*The computer must be connected to the internet for a successful installation. &lt;br /&gt;
*The display can be a TV or monitor. Use a VGA connection if one is available. You can use a DVI cable, but you&#039;ll get a black screen 45 minutes into the installation process when the LMCE wizard defaults back to VGA. This is easily solved by pressing the number &amp;quot;1&amp;quot; on your keyboard, but it can be disconcerting. I&#039;d advise against using an HDMI cable connected to a monitor or TV with built-in speakers. Whatever connection you use can easily be changed later.&lt;br /&gt;
*For sound, you can use computer speakers, or use an spdif connection to an external AV receiver. This is also easy to change later.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Caveats=&lt;br /&gt;
&lt;br /&gt;
*LinuxMCE is an extremely powerful, fantastic piece of software; have no doubt about that. But, please bear in mind that it is a project, not a product. &lt;br /&gt;
&lt;br /&gt;
*LinuxMCE 0810 is based on Ubuntu 8.10, which means that brand new hardware might not work out of the box. For this reason, if you are buying hardware specifically for your home automation system, you might want to use hardware that is a little older and save yourself some money at the same time. That said, in nearly all cases you will be able to get through any issues with a little patience and some help from the community. Unrecognised NICs is the most common issue.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span style=&amp;quot;color:#FF0000&amp;quot;&amp;gt;Please please please be patient. Some parts of the installation can sometimes take hours. If in doubt, leave it overnight.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Installing 0810 Final=&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:#FF0000&amp;quot;&amp;gt;Caution: Installing LinuxMCE 0810 Final will wipe your entire drive! It is not designed to be dual-booted!&amp;lt;/span&amp;gt;&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you just want to quickly try LinuxMCE, then consider setting it up temporarily as a virtual machine on your Linux, Mac, or Windows box. [http://www.virtualbox.org/ VirtualBox] will allow you to do this&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# Download the LinuxMCE 0810 Final ISO from [http://linuxmce.iptp.org/release/LinuxMCE-8.10-final.iso here]. &#039;&#039;Note: Always burn at your DVD drive&#039;s lowest speed to reduce the chance of errors.&#039;&#039;&lt;br /&gt;
# Boot from the DVD.&lt;br /&gt;
# Select your language&lt;br /&gt;
# Select the top option &amp;quot;LinuxMCE&amp;quot;&lt;br /&gt;
# Wait until the installer loads, and then...&lt;br /&gt;
## &#039;&#039;&#039;Welcome&#039;&#039;&#039; - Select your language.&lt;br /&gt;
## &#039;&#039;&#039;Where are you?&#039;&#039;&#039; - Select your location and time zone.&lt;br /&gt;
## &#039;&#039;&#039;Keyboard layout&#039;&#039;&#039; - Select your keyboard layout.&lt;br /&gt;
## &#039;&#039;&#039;Prepare disk space&#039;&#039;&#039; - Set up your partitions as you wish, but the second option &amp;quot;Guided - use entire disk&amp;quot; is perfectly OK.&lt;br /&gt;
## &#039;&#039;&#039;Who are you?&#039;&#039;&#039; - Set up your username, password and the system name (call it whatever you want). This username/password is specifically for the underlying system i.e. Kubuntu, it is NOT for LinuxMCE; this is handled separately.&lt;br /&gt;
## &#039;&#039;&#039;Ready to install&#039;&#039;&#039; - Check everything is as it should be, and press &amp;quot;Install&amp;quot;.&lt;br /&gt;
# Let installation run through, and then remove disk and press enter when instructed to do so.&lt;br /&gt;
# Once the new Kubuntu installation has finished booting back up, click the &amp;quot;LinuxMCE&amp;quot; icon on the desktop. This will start the LinuxMCE installation. You may need to enter your Kubuntu password.&lt;br /&gt;
# Wait until the LinuxMCE installation has finished running through, and reboot the system. You will see the following message when the installation is complete:&lt;br /&gt;
&lt;br /&gt;
 The first phase of the install process is completed&lt;br /&gt;
 Reboot the system to start the final process.&lt;br /&gt;
 &lt;br /&gt;
 Done!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Once the system has rebooted, the [[AVWizard_Step_by_Step|AV Wizard]] will start, followed by the [[House_Setup_Wizard|House Setup Wizard]] and [[Media_Player_Wizard|Media Setup Wizard]].&lt;/div&gt;</summary>
		<author><name>Twodogs</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Installation_Guide&amp;diff=29137</id>
		<title>Installation Guide</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Installation_Guide&amp;diff=29137"/>
		<updated>2011-11-15T15:10:41Z</updated>

		<summary type="html">&lt;p&gt;Twodogs: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
=Links=&lt;br /&gt;
&lt;br /&gt;
*[[:Category:AV_Wizard|AV Wizard]]&lt;br /&gt;
*[[:Category:Installation_Tutorials|General Installation Tutorials]]&lt;br /&gt;
&lt;br /&gt;
=About Installation=&lt;br /&gt;
&lt;br /&gt;
This page covers what we&#039;ll call mainstream installation. It shows how to get a LinuxMCE hybrid running with minimum bells and whistles. Once the basic installation is complete, users can check the other sections of the wiki to learn how to add more advanced features. The basic hardware consists of the computer (with two network ports), display, and speakers. It the user&#039;s option whether to install additional PCI cards (TV capture, serial, etc), An incompatible card could cause problems, but this is rare (fyi, I load up all the slots before running the install). Look at the &amp;quot;Core &amp;amp; Hybrid&amp;quot; section of the wiki for hardware selection articles.&lt;br /&gt;
&lt;br /&gt;
*The computer must be connected to the internet for a successful installation. &lt;br /&gt;
*The display can be a TV or monitor. Use a VGA connection if one is available. You can use a DVI cable, but you&#039;ll get a black screen 45 minutes into the installation process when the LMCE wizard defaults back to VGA. This is easily solved by pressing the number &amp;quot;1&amp;quot; on your keyboard, but its a bit disconcerting. I&#039;d advise against using an HDMI cable connected to a monitor or TV with built-in speakers.&lt;br /&gt;
*For sound, you can use computer speakers, or use an spdif connection to an external AV receiver.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Caveats=&lt;br /&gt;
&lt;br /&gt;
*LinuxMCE is an extremely powerful, fantastic piece of software; have no doubt about that. But, please bear in mind that it is a project, not a product. &lt;br /&gt;
&lt;br /&gt;
*LinuxMCE 0810 is based on Ubuntu 8.10, which means that brand new hardware might not work out of the box. For this reason, if you are buying hardware specifically for your home automation system, you might want to use hardware that is a little older and save yourself some money at the same time. That said, in nearly all cases you will be able to get through any issues with a little patience and some help from the community. Unrecognised NICs is the most common issue.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span style=&amp;quot;color:#FF0000&amp;quot;&amp;gt;Please please please be patient. Some parts of the installation can sometimes take hours. If in doubt, leave it overnight.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Installing 0810 Final=&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:#FF0000&amp;quot;&amp;gt;Caution: Installing LinuxMCE 0810 Final will wipe your entire drive! It is not designed to be dual-booted!&amp;lt;/span&amp;gt;&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you just want to quickly try LinuxMCE, then consider setting it up temporarily as a virtual machine on your Linux, Mac, or Windows box. [http://www.virtualbox.org/ VirtualBox] will allow you to do this&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# Download the LinuxMCE 0810 Final ISO from [http://linuxmce.iptp.org/release/LinuxMCE-8.10-final.iso here]. &#039;&#039;Note: Always burn at your DVD drive&#039;s lowest speed to reduce the chance of errors.&#039;&#039;&lt;br /&gt;
# Boot from the DVD.&lt;br /&gt;
# Select your language&lt;br /&gt;
# Select the top option &amp;quot;LinuxMCE&amp;quot;&lt;br /&gt;
# Wait until the installer loads, and then...&lt;br /&gt;
## &#039;&#039;&#039;Welcome&#039;&#039;&#039; - Select your language.&lt;br /&gt;
## &#039;&#039;&#039;Where are you?&#039;&#039;&#039; - Select your location and time zone.&lt;br /&gt;
## &#039;&#039;&#039;Keyboard layout&#039;&#039;&#039; - Select your keyboard layout.&lt;br /&gt;
## &#039;&#039;&#039;Prepare disk space&#039;&#039;&#039; - Set up your partitions as you wish, but the second option &amp;quot;Guided - use entire disk&amp;quot; is perfectly OK.&lt;br /&gt;
## &#039;&#039;&#039;Who are you?&#039;&#039;&#039; - Set up your username, password and the system name (call it whatever you want). This username/password is specifically for the underlying system i.e. Kubuntu, it is NOT for LinuxMCE; this is handled separately.&lt;br /&gt;
## &#039;&#039;&#039;Ready to install&#039;&#039;&#039; - Check everything is as it should be, and press &amp;quot;Install&amp;quot;.&lt;br /&gt;
# Let installation run through, and then remove disk and press enter when instructed to do so.&lt;br /&gt;
# Once the new Kubuntu installation has finished booting back up, click the &amp;quot;LinuxMCE&amp;quot; icon on the desktop. This will start the LinuxMCE installation. You may need to enter your Kubuntu password.&lt;br /&gt;
# Wait until the LinuxMCE installation has finished running through, and reboot the system. You will see the following message when the installation is complete:&lt;br /&gt;
&lt;br /&gt;
 The first phase of the install process is completed&lt;br /&gt;
 Reboot the system to start the final process.&lt;br /&gt;
 &lt;br /&gt;
 Done!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Once the system has rebooted, the [[AVWizard_Step_by_Step|AV Wizard]] will start, followed by the [[House_Setup_Wizard|House Setup Wizard]] and [[Media_Player_Wizard|Media Setup Wizard]].&lt;/div&gt;</summary>
		<author><name>Twodogs</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Installation_Guide&amp;diff=29136</id>
		<title>Installation Guide</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Installation_Guide&amp;diff=29136"/>
		<updated>2011-11-15T14:23:40Z</updated>

		<summary type="html">&lt;p&gt;Twodogs: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
==Links==&lt;br /&gt;
&lt;br /&gt;
*[[:Category:AV_Wizard|AV Wizard]]&lt;br /&gt;
*[[:Category:Installation_Tutorials|General Installation Tutorials]]&lt;br /&gt;
&lt;br /&gt;
==About Installation==&lt;br /&gt;
&lt;br /&gt;
Welcome. This is the main page for all information relevant to LinuxMCE 0810.&lt;br /&gt;
&lt;br /&gt;
=Caveats=&lt;br /&gt;
&lt;br /&gt;
*LinuxMCE is an extremely powerful, fantastic piece of software; have no doubt about that. But, please bear in mind that it is a project, not a product. &lt;br /&gt;
&lt;br /&gt;
*LinuxMCE 0810 is based on Ubuntu 8.10, which means that brand new hardware might not work out of the box. For this reason, if you are buying hardware specifically for your home automation system, you might want to use hardware that is a little older and save yourself some money at the same time. That said, in nearly all cases you will be able to get through any issues with a little patience and some help from the community. Unrecognised NICs is the most common issue.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span style=&amp;quot;color:#FF0000&amp;quot;&amp;gt;Please please please be patient. Some parts of the installation can sometimes take hours. If in doubt, leave it overnight.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Installing 0810 Final=&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:#FF0000&amp;quot;&amp;gt;Caution: Installing LinuxMCE 0810 Final will wipe your entire drive! It is not designed to be dual-booted!&amp;lt;/span&amp;gt;&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you just want to quickly try LinuxMCE, then consider setting it up temporarily as a virtual machine on your Linux, Mac, or Windows box. [http://www.virtualbox.org/ VirtualBox] will allow you to do this&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# Download the LinuxMCE 0810 Final ISO from [http://linuxmce.iptp.org/release/LinuxMCE-8.10-final.iso here]. &#039;&#039;Note: Always burn at your DVD drive&#039;s lowest speed to reduce the chance of errors.&#039;&#039;&lt;br /&gt;
# Boot from the DVD.&lt;br /&gt;
# Select your language&lt;br /&gt;
# Select the top option &amp;quot;LinuxMCE&amp;quot;&lt;br /&gt;
# Wait until the installer loads, and then...&lt;br /&gt;
## &#039;&#039;&#039;Welcome&#039;&#039;&#039; - Select your language.&lt;br /&gt;
## &#039;&#039;&#039;Where are you?&#039;&#039;&#039; - Select your location and time zone.&lt;br /&gt;
## &#039;&#039;&#039;Keyboard layout&#039;&#039;&#039; - Select your keyboard layout.&lt;br /&gt;
## &#039;&#039;&#039;Prepare disk space&#039;&#039;&#039; - Set up your partitions as you wish, but the second option &amp;quot;Guided - use entire disk&amp;quot; is perfectly OK.&lt;br /&gt;
## &#039;&#039;&#039;Who are you?&#039;&#039;&#039; - Set up your username, password and the system name (call it whatever you want). This username/password is specifically for the underlying system i.e. Kubuntu, it is NOT for LinuxMCE; this is handled separately.&lt;br /&gt;
## &#039;&#039;&#039;Ready to install&#039;&#039;&#039; - Check everything is as it should be, and press &amp;quot;Install&amp;quot;.&lt;br /&gt;
# Let installation run through, and then remove disk and press enter when instructed to do so.&lt;br /&gt;
# Once the new Kubuntu installation has finished booting back up, click the &amp;quot;LinuxMCE&amp;quot; icon on the desktop. This will start the LinuxMCE installation. You may need to enter your Kubuntu password.&lt;br /&gt;
# Wait until the LinuxMCE installation has finished running through, and reboot the system. You will see the following message when the installation is complete:&lt;br /&gt;
&lt;br /&gt;
 The first phase of the install process is completed&lt;br /&gt;
 Reboot the system to start the final process.&lt;br /&gt;
 &lt;br /&gt;
 Done!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Once the system has rebooted, the [[AVWizard_Step_by_Step|AV Wizard]] will start, followed by the [[House_Setup_Wizard|House Setup Wizard]] and [[Media_Player_Wizard|Media Setup Wizard]].&lt;/div&gt;</summary>
		<author><name>Twodogs</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Installation_Guide&amp;diff=29135</id>
		<title>Installation Guide</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Installation_Guide&amp;diff=29135"/>
		<updated>2011-11-15T14:22:22Z</updated>

		<summary type="html">&lt;p&gt;Twodogs: Undo revision 29134 by Twodogs (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
==Links==&lt;br /&gt;
&lt;br /&gt;
*[[:Category:AV_Wizard|AV Wizard]]&lt;br /&gt;
*[[:Category:Installation_Tutorials|General Installation Tutorials]]&lt;br /&gt;
&lt;br /&gt;
==About Installation==&lt;br /&gt;
[[category:wiki workgroup]]&lt;br /&gt;
[[category:drafts]]&lt;br /&gt;
&lt;br /&gt;
Welcome. This is the main page for all information relevant to LinuxMCE 0810.&lt;br /&gt;
&lt;br /&gt;
=Caveats=&lt;br /&gt;
&lt;br /&gt;
*LinuxMCE is an extremely powerful, fantastic piece of software; have no doubt about that. But, please bear in mind that it is a project, not a product. &lt;br /&gt;
&lt;br /&gt;
*LinuxMCE 0810 is based on Ubuntu 8.10, which means that brand new hardware might not work out of the box. For this reason, if you are buying hardware specifically for your home automation system, you might want to use hardware that is a little older and save yourself some money at the same time. That said, in nearly all cases you will be able to get through any issues with a little patience and some help from the community. Unrecognised NICs is the most common issue.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span style=&amp;quot;color:#FF0000&amp;quot;&amp;gt;Please please please be patient. Some parts of the installation can sometimes take hours. If in doubt, leave it overnight.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Installing 0810 Final=&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:#FF0000&amp;quot;&amp;gt;Caution: Installing LinuxMCE 0810 Final will wipe your entire drive! It is not designed to be dual-booted!&amp;lt;/span&amp;gt;&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you just want to quickly try LinuxMCE, then consider setting it up temporarily as a virtual machine on your Linux, Mac, or Windows box. [http://www.virtualbox.org/ VirtualBox] will allow you to do this&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# Download the LinuxMCE 0810 Final ISO from [http://linuxmce.iptp.org/release/LinuxMCE-8.10-final.iso here]. &#039;&#039;Note: Always burn at your DVD drive&#039;s lowest speed to reduce the chance of errors.&#039;&#039;&lt;br /&gt;
# Boot from the DVD.&lt;br /&gt;
# Select your language&lt;br /&gt;
# Select the top option &amp;quot;LinuxMCE&amp;quot;&lt;br /&gt;
# Wait until the installer loads, and then...&lt;br /&gt;
## &#039;&#039;&#039;Welcome&#039;&#039;&#039; - Select your language.&lt;br /&gt;
## &#039;&#039;&#039;Where are you?&#039;&#039;&#039; - Select your location and time zone.&lt;br /&gt;
## &#039;&#039;&#039;Keyboard layout&#039;&#039;&#039; - Select your keyboard layout.&lt;br /&gt;
## &#039;&#039;&#039;Prepare disk space&#039;&#039;&#039; - Set up your partitions as you wish, but the second option &amp;quot;Guided - use entire disk&amp;quot; is perfectly OK.&lt;br /&gt;
## &#039;&#039;&#039;Who are you?&#039;&#039;&#039; - Set up your username, password and the system name (call it whatever you want). This username/password is specifically for the underlying system i.e. Kubuntu, it is NOT for LinuxMCE; this is handled separately.&lt;br /&gt;
## &#039;&#039;&#039;Ready to install&#039;&#039;&#039; - Check everything is as it should be, and press &amp;quot;Install&amp;quot;.&lt;br /&gt;
# Let installation run through, and then remove disk and press enter when instructed to do so.&lt;br /&gt;
# Once the new Kubuntu installation has finished booting back up, click the &amp;quot;LinuxMCE&amp;quot; icon on the desktop. This will start the LinuxMCE installation. You may need to enter your Kubuntu password.&lt;br /&gt;
# Wait until the LinuxMCE installation has finished running through, and reboot the system. You will see the following message when the installation is complete:&lt;br /&gt;
&lt;br /&gt;
 The first phase of the install process is completed&lt;br /&gt;
 Reboot the system to start the final process.&lt;br /&gt;
 &lt;br /&gt;
 Done!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Once the system has rebooted, the [[AVWizard_Step_by_Step|AV Wizard]] will start, followed by the [[House_Setup_Wizard|House Setup Wizard]] and [[Media_Player_Wizard|Media Setup Wizard]].&lt;/div&gt;</summary>
		<author><name>Twodogs</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Installation_Guide&amp;diff=29134</id>
		<title>Installation Guide</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Installation_Guide&amp;diff=29134"/>
		<updated>2011-11-15T14:21:58Z</updated>

		<summary type="html">&lt;p&gt;Twodogs: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Links==&lt;br /&gt;
&lt;br /&gt;
*[[:Category:AV_Wizard|AV Wizard]]&lt;br /&gt;
*[[:Category:Installation_Tutorials|General Installation Tutorials]]&lt;br /&gt;
&lt;br /&gt;
==About Installation==&lt;br /&gt;
[[category:wiki workgroup]]&lt;br /&gt;
[[category:drafts]]&lt;br /&gt;
&lt;br /&gt;
Welcome. This is the main page for all information relevant to LinuxMCE 0810.&lt;br /&gt;
&lt;br /&gt;
=Caveats=&lt;br /&gt;
&lt;br /&gt;
*LinuxMCE is an extremely powerful, fantastic piece of software; have no doubt about that. But, please bear in mind that it is a project, not a product. &lt;br /&gt;
&lt;br /&gt;
*LinuxMCE 0810 is based on Ubuntu 8.10, which means that brand new hardware might not work out of the box. For this reason, if you are buying hardware specifically for your home automation system, you might want to use hardware that is a little older and save yourself some money at the same time. That said, in nearly all cases you will be able to get through any issues with a little patience and some help from the community. Unrecognised NICs is the most common issue.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span style=&amp;quot;color:#FF0000&amp;quot;&amp;gt;Please please please be patient. Some parts of the installation can sometimes take hours. If in doubt, leave it overnight.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Installing 0810 Final=&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:#FF0000&amp;quot;&amp;gt;Caution: Installing LinuxMCE 0810 Final will wipe your entire drive! It is not designed to be dual-booted!&amp;lt;/span&amp;gt;&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you just want to quickly try LinuxMCE, then consider setting it up temporarily as a virtual machine on your Linux, Mac, or Windows box. [http://www.virtualbox.org/ VirtualBox] will allow you to do this&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# Download the LinuxMCE 0810 Final ISO from [http://linuxmce.iptp.org/release/LinuxMCE-8.10-final.iso here]. &#039;&#039;Note: Always burn at your DVD drive&#039;s lowest speed to reduce the chance of errors.&#039;&#039;&lt;br /&gt;
# Boot from the DVD.&lt;br /&gt;
# Select your language&lt;br /&gt;
# Select the top option &amp;quot;LinuxMCE&amp;quot;&lt;br /&gt;
# Wait until the installer loads, and then...&lt;br /&gt;
## &#039;&#039;&#039;Welcome&#039;&#039;&#039; - Select your language.&lt;br /&gt;
## &#039;&#039;&#039;Where are you?&#039;&#039;&#039; - Select your location and time zone.&lt;br /&gt;
## &#039;&#039;&#039;Keyboard layout&#039;&#039;&#039; - Select your keyboard layout.&lt;br /&gt;
## &#039;&#039;&#039;Prepare disk space&#039;&#039;&#039; - Set up your partitions as you wish, but the second option &amp;quot;Guided - use entire disk&amp;quot; is perfectly OK.&lt;br /&gt;
## &#039;&#039;&#039;Who are you?&#039;&#039;&#039; - Set up your username, password and the system name (call it whatever you want). This username/password is specifically for the underlying system i.e. Kubuntu, it is NOT for LinuxMCE; this is handled separately.&lt;br /&gt;
## &#039;&#039;&#039;Ready to install&#039;&#039;&#039; - Check everything is as it should be, and press &amp;quot;Install&amp;quot;.&lt;br /&gt;
# Let installation run through, and then remove disk and press enter when instructed to do so.&lt;br /&gt;
# Once the new Kubuntu installation has finished booting back up, click the &amp;quot;LinuxMCE&amp;quot; icon on the desktop. This will start the LinuxMCE installation. You may need to enter your Kubuntu password.&lt;br /&gt;
# Wait until the LinuxMCE installation has finished running through, and reboot the system. You will see the following message when the installation is complete:&lt;br /&gt;
&lt;br /&gt;
 The first phase of the install process is completed&lt;br /&gt;
 Reboot the system to start the final process.&lt;br /&gt;
 &lt;br /&gt;
 Done!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Once the system has rebooted, the [[AVWizard_Step_by_Step|AV Wizard]] will start, followed by the [[House_Setup_Wizard|House Setup Wizard]] and [[Media_Player_Wizard|Media Setup Wizard]].&lt;/div&gt;</summary>
		<author><name>Twodogs</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Installation_Guide&amp;diff=29133</id>
		<title>Installation Guide</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Installation_Guide&amp;diff=29133"/>
		<updated>2011-11-15T14:21:45Z</updated>

		<summary type="html">&lt;p&gt;Twodogs: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
==Links==&lt;br /&gt;
&lt;br /&gt;
*[[:Category:AV_Wizard|AV Wizard]]&lt;br /&gt;
*[[:Category:Installation_Tutorials|General Installation Tutorials]]&lt;br /&gt;
&lt;br /&gt;
==About Installation==&lt;br /&gt;
[[category:wiki workgroup]]&lt;br /&gt;
[[category:drafts]]&lt;br /&gt;
&lt;br /&gt;
Welcome. This is the main page for all information relevant to LinuxMCE 0810.&lt;br /&gt;
&lt;br /&gt;
=Caveats=&lt;br /&gt;
&lt;br /&gt;
*LinuxMCE is an extremely powerful, fantastic piece of software; have no doubt about that. But, please bear in mind that it is a project, not a product. &lt;br /&gt;
&lt;br /&gt;
*LinuxMCE 0810 is based on Ubuntu 8.10, which means that brand new hardware might not work out of the box. For this reason, if you are buying hardware specifically for your home automation system, you might want to use hardware that is a little older and save yourself some money at the same time. That said, in nearly all cases you will be able to get through any issues with a little patience and some help from the community. Unrecognised NICs is the most common issue.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span style=&amp;quot;color:#FF0000&amp;quot;&amp;gt;Please please please be patient. Some parts of the installation can sometimes take hours. If in doubt, leave it overnight.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Installing 0810 Final=&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:#FF0000&amp;quot;&amp;gt;Caution: Installing LinuxMCE 0810 Final will wipe your entire drive! It is not designed to be dual-booted!&amp;lt;/span&amp;gt;&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you just want to quickly try LinuxMCE, then consider setting it up temporarily as a virtual machine on your Linux, Mac, or Windows box. [http://www.virtualbox.org/ VirtualBox] will allow you to do this&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# Download the LinuxMCE 0810 Final ISO from [http://linuxmce.iptp.org/release/LinuxMCE-8.10-final.iso here]. &#039;&#039;Note: Always burn at your DVD drive&#039;s lowest speed to reduce the chance of errors.&#039;&#039;&lt;br /&gt;
# Boot from the DVD.&lt;br /&gt;
# Select your language&lt;br /&gt;
# Select the top option &amp;quot;LinuxMCE&amp;quot;&lt;br /&gt;
# Wait until the installer loads, and then...&lt;br /&gt;
## &#039;&#039;&#039;Welcome&#039;&#039;&#039; - Select your language.&lt;br /&gt;
## &#039;&#039;&#039;Where are you?&#039;&#039;&#039; - Select your location and time zone.&lt;br /&gt;
## &#039;&#039;&#039;Keyboard layout&#039;&#039;&#039; - Select your keyboard layout.&lt;br /&gt;
## &#039;&#039;&#039;Prepare disk space&#039;&#039;&#039; - Set up your partitions as you wish, but the second option &amp;quot;Guided - use entire disk&amp;quot; is perfectly OK.&lt;br /&gt;
## &#039;&#039;&#039;Who are you?&#039;&#039;&#039; - Set up your username, password and the system name (call it whatever you want). This username/password is specifically for the underlying system i.e. Kubuntu, it is NOT for LinuxMCE; this is handled separately.&lt;br /&gt;
## &#039;&#039;&#039;Ready to install&#039;&#039;&#039; - Check everything is as it should be, and press &amp;quot;Install&amp;quot;.&lt;br /&gt;
# Let installation run through, and then remove disk and press enter when instructed to do so.&lt;br /&gt;
# Once the new Kubuntu installation has finished booting back up, click the &amp;quot;LinuxMCE&amp;quot; icon on the desktop. This will start the LinuxMCE installation. You may need to enter your Kubuntu password.&lt;br /&gt;
# Wait until the LinuxMCE installation has finished running through, and reboot the system. You will see the following message when the installation is complete:&lt;br /&gt;
&lt;br /&gt;
 The first phase of the install process is completed&lt;br /&gt;
 Reboot the system to start the final process.&lt;br /&gt;
 &lt;br /&gt;
 Done!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Once the system has rebooted, the [[AVWizard_Step_by_Step|AV Wizard]] will start, followed by the [[House_Setup_Wizard|House Setup Wizard]] and [[Media_Player_Wizard|Media Setup Wizard]].&lt;/div&gt;</summary>
		<author><name>Twodogs</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Installation_Guide&amp;diff=29132</id>
		<title>Installation Guide</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Installation_Guide&amp;diff=29132"/>
		<updated>2011-11-15T14:19:31Z</updated>

		<summary type="html">&lt;p&gt;Twodogs: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
==Links==&lt;br /&gt;
&lt;br /&gt;
*[[:Category:AV_Wizard|AV Wizard]]&lt;br /&gt;
*[[:Category:Installation_Tutorials|General Installation Tutorials]]&lt;br /&gt;
&lt;br /&gt;
==About Installation==&lt;br /&gt;
[[category:wiki workgroup]]&lt;br /&gt;
[[category:drafts]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
&lt;br /&gt;
Welcome. This is the main page for all information relevant to LinuxMCE 0810.&lt;br /&gt;
&lt;br /&gt;
=Caveats=&lt;br /&gt;
&lt;br /&gt;
*LinuxMCE is an extremely powerful, fantastic piece of software; have no doubt about that. But, please bear in mind that it is a project, not a product. &lt;br /&gt;
&lt;br /&gt;
*LinuxMCE 0810 is based on Ubuntu 8.10, which means that brand new hardware might not work out of the box. For this reason, if you are buying hardware specifically for your home automation system, you might want to use hardware that is a little older and save yourself some money at the same time. That said, in nearly all cases you will be able to get through any issues with a little patience and some help from the community. Unrecognised NICs is the most common issue.&lt;br /&gt;
&lt;br /&gt;
*&amp;lt;span style=&amp;quot;color:#FF0000&amp;quot;&amp;gt;Please please please be patient. Some parts of the installation can sometimes take hours. If in doubt, leave it overnight.&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Installing 0810 Final=&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:#FF0000&amp;quot;&amp;gt;Caution: Installing LinuxMCE 0810 Final will wipe your entire drive! It is not designed to be dual-booted!&amp;lt;/span&amp;gt;&#039;&#039;&#039; &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;If you just want to quickly try LinuxMCE, then consider setting it up temporarily as a virtual machine on your Linux, Mac, or Windows box. [http://www.virtualbox.org/ VirtualBox] will allow you to do this&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
# Download the LinuxMCE 0810 Final ISO from [http://linuxmce.iptp.org/release/LinuxMCE-8.10-final.iso here]. &#039;&#039;Note: Always burn at your DVD drive&#039;s lowest speed to reduce the chance of errors.&#039;&#039;&lt;br /&gt;
# Boot from the DVD.&lt;br /&gt;
# Select your language&lt;br /&gt;
# Select the top option &amp;quot;LinuxMCE&amp;quot;&lt;br /&gt;
# Wait until the installer loads, and then...&lt;br /&gt;
## &#039;&#039;&#039;Welcome&#039;&#039;&#039; - Select your language.&lt;br /&gt;
## &#039;&#039;&#039;Where are you?&#039;&#039;&#039; - Select your location and time zone.&lt;br /&gt;
## &#039;&#039;&#039;Keyboard layout&#039;&#039;&#039; - Select your keyboard layout.&lt;br /&gt;
## &#039;&#039;&#039;Prepare disk space&#039;&#039;&#039; - Set up your partitions as you wish, but the second option &amp;quot;Guided - use entire disk&amp;quot; is perfectly OK.&lt;br /&gt;
## &#039;&#039;&#039;Who are you?&#039;&#039;&#039; - Set up your username, password and the system name (call it whatever you want). This username/password is specifically for the underlying system i.e. Kubuntu, it is NOT for LinuxMCE; this is handled separately.&lt;br /&gt;
## &#039;&#039;&#039;Ready to install&#039;&#039;&#039; - Check everything is as it should be, and press &amp;quot;Install&amp;quot;.&lt;br /&gt;
# Let installation run through, and then remove disk and press enter when instructed to do so.&lt;br /&gt;
# Once the new Kubuntu installation has finished booting back up, click the &amp;quot;LinuxMCE&amp;quot; icon on the desktop. This will start the LinuxMCE installation. You may need to enter your Kubuntu password.&lt;br /&gt;
# Wait until the LinuxMCE installation has finished running through, and reboot the system. You will see the following message when the installation is complete:&lt;br /&gt;
&lt;br /&gt;
 The first phase of the install process is completed&lt;br /&gt;
 Reboot the system to start the final process.&lt;br /&gt;
 &lt;br /&gt;
 Done!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Once the system has rebooted, the [[AVWizard_Step_by_Step|AV Wizard]] will start, followed by the [[House_Setup_Wizard|House Setup Wizard]] and [[Media_Player_Wizard|Media Setup Wizard]].&lt;/div&gt;</summary>
		<author><name>Twodogs</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Video&amp;diff=29131</id>
		<title>Video</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Video&amp;diff=29131"/>
		<updated>2011-11-15T14:17:34Z</updated>

		<summary type="html">&lt;p&gt;Twodogs: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category: Documentation]]&lt;br /&gt;
[[Category: Installation_Tutorials]]&lt;br /&gt;
{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
&lt;br /&gt;
Watch one of the two demo videos instantly on Google video: &lt;br /&gt;
&lt;br /&gt;
:*[http://video.google.com/videoplay?docid=2176025602905109829&amp;amp;hl=en LinuxMCE 7.04 video]&lt;br /&gt;
:*[http://video.google.com/videoplay?docid=-4422887272477313460&amp;amp;q=linuxmce&amp;amp;ei=iQUrSPfRKaTeqwP4k7SgCQ&amp;amp;hl=en An older LinuxMCE demo and comparison to Windows MCE] &lt;br /&gt;
&lt;br /&gt;
You can also download the video from the [[Mirrors]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=Preface to the LinuxMCE 704 video=&lt;br /&gt;
Note: this is an older version of LinuxMCE, but it is a good introductory video for seeing the capabilities of the system.&lt;br /&gt;
&lt;br /&gt;
==Caveats==&lt;br /&gt;
Not much.  So far most users have reported it works as expected on the first try so long as the video card is compatible.  The Quick install DVD I used in the video is more foolproof than the CD, however, you have to watch out for the network connection as mentioned below under the &amp;quot;The setup wizard&amp;quot;.  If you don&#039;t have gallery art or the list of optional software under &#039;add software&#039; is empty, you probably don&#039;t have a network connection.  If you can&#039;t play commercial dvd&#039;s, you don&#039;t have libdvdcss installed; be sure it&#039;s legal in your area and install it on the &#039;add software&#039; tab in the setup wizard.&lt;br /&gt;
&lt;br /&gt;
==Purpose of the video==&lt;br /&gt;
The original LinuxMCE 1.0 demo video was done in only a couple hours and just shows some of the software&#039;s capabilities.  Much more effort was put into this new video which is intended to be a complete walk-through and tutorial that you can follow along, as much as a demo.  Together with this document, which explains all the steps in more detail, it should be a getting started guide for LinuxMCE.  Some things in this document are technical and intended for seasoned Linux users who want to get under the hood, but the goal is that newbie&#039;s can get LinuxMCE up and running quickly.  While there are still missing pieces in LinuxMCE, the features shown in the video are stable and the steps shown work every time if you have known-compatible hardware, so anybody should be able to follow the video and get the same result.&lt;br /&gt;
&lt;br /&gt;
==Getting the video in high-def==&lt;br /&gt;
It&#039;s easy to watch the video on [http://video.google.com/videoplay?docid=2176025602905109829&amp;amp;hl=en Google Video] since you don&#039;t need to download anything.  But, the quality is pretty bad so if you&#039;re interested in LinuxMCE it&#039;s recommended you download the original version, which is in 720p high-def from one of the [[Mirrors]].  In it you can read everything on the screen clearly, even the small text on the web pages.  All the screen captures and footage were done in HD.  It&#039;s available in 2 formats: To watch it on a Windows PC, the Windows Media Video (wmv) format is easiest since you don&#039;t need any codecs and it&#039;s widely supported.  It&#039;s also in Ogg Theora format (.ogm), which is supported by most Linux distros and can be played using the Kubuntu Live CD.  The quality is about the same between the 2 formats, and they&#039;re 400MB and 24 minutes long.  It&#039;s been reported that some Windows Media Players don&#039;t properly sync the audio and video.  This is a Windows Media bug and pausing the video and repositioning it by sliding the &#039;current position&#039; scroll bar cause Windows to re-sync.  Under Linux most video drivers don&#039;t offer hardware acceleration so playing back HD content can be choppy if you don&#039;t have a fast enough system.&lt;br /&gt;
&lt;br /&gt;
==Stability of the software==&lt;br /&gt;
The actual architecture in the original LinuxMCE 1.0, which was inherited from Pluto, was already stable.  However, the integration with Ubuntu was very incomplete, the setup was pre-alpha at best, and a lot of the features didn&#039;t work.  In the online survey which asks users if their installation was successful only 23% said &#039;yes&#039;.  With the RC1 for this version it is now 86%, which is quite good considering only 93% reported they were able to get through the Kubuntu installation.  Every feature in the demo video should be stable now, with a few exceptions noted below.  Basic media playback is now rock solid.  A stress-test demo script hammers the system constantly, changing content, playback speed, skipping chapters, etc., several times a seconds, while in parallel forcing the GUI&#039;s screens to change, flip through cover art, etc.  I&#039;ve left it running for days, simulating hundreds of thousands of media cycles, without any crashes.  There are still missing features, but what you see in the demo video works well.&lt;br /&gt;
&lt;br /&gt;
=Equipment used in the demo=&lt;br /&gt;
In the detailed info for the video I reference the equipment used by number in parenthesis: e.g. boot the computer (1) and insert the [[IR]] receiver (2).  Here is the equipment and, when available, the manufacturers page or a source page.  I tried to use only widely available, off-the-shelf components when possible to remain vendor neutral and non-commercial.&lt;br /&gt;
&lt;br /&gt;
#The computer consisted of an [http://www.newegg.com/Product/Product.aspx?Item=N82E16813131014 ASUS m2npv-vm motherboard BIOS version 0901], [http://www.newegg.com/Product/ProductList.aspx?Submit=ENE&amp;amp;N=2+50001028+40000343+1051720996+1302820275+1389627502&amp;amp;Configurator=&amp;amp;Subcategory=343&amp;amp;description=&amp;amp;Ntk=&amp;amp;srchInDesc= AMD Athlon 64 X2 3600+ CPU], [http://www.newegg.com/Product/Product.aspx?Item=N82E16822145069 80GB hard drive], Realtek 8139 as the 2nd network card, 1GB RAM, generic CD/DVD, keyboard used only to to install&lt;br /&gt;
#[http://www.usbuirt.com/ USB UIRT IR Receiver Transmitter]  IRTrans and Tira supposedly are also fully supported, and some of the Windows ones work, but for receiving [[IR]] only, not for transmitting [[IR]] codes to other devices.&lt;br /&gt;
#[http://www.newegg.com/Product/Product.aspx?Item=N82E16880100851 Standard Windows MCE remote] Found some on Ebay for $7 without the receiver.&lt;br /&gt;
#[[Fiire_Chief|Fiire Chief Gyro Remote]] This is a possible exception to the rule that I use only &amp;quot;widely available&amp;quot; components, as there is only one source for this remote to my knowledge.  The one used in the video was donated to me by [[Fiire]], who provided the code that was added into LinuxMCE 0704 to make it work.  They also donated the thin clients and their LinuxMCE PC (called the Fiire Engine) and the HD camcorder for the new demo video.  I didn&#039;t show the Fiire Engine in the video because you can do the same thing with a generic PC.  I have no ownership or financial ties to Fiire, and encourage alternative solutions be added to this wiki.  Fiire&#039;s remote itself is a custom OEM development, based off of the [[Using_the_Gyration_Remote_GYR3101US_(Non-Fiire_Chief)|Gyration GYR3101US]]. Most features are available on both remotes with a proper event map, with exception of the &amp;quot;Follow Me&amp;quot; feature. A regular Windows MCE infrared remote is a less expensive solution. &#039;&#039;&#039;Please read about the long list of [[Fiire#Issues|issues]] with Fiire hardware before purchasing.&#039;&#039;&#039; &lt;br /&gt;
#[[Hauppauge WinTV-PVR-150 MCE]]&lt;br /&gt;
#[[Buffalo Linkstation|Buffalo Link Station, model HD-HG300LAN]]&lt;br /&gt;
#[[Sharp Aquos LCD|Sharp Aquos LCD TV, model LC-26D6U]]&lt;br /&gt;
#[[Yamaha RXV-1500|Yamaha Receiver, model RXV-1500]]&lt;br /&gt;
#[[Motorola DCT-6412|Motorola Dual-Tuner HD PVR from the cable company, model DCT-6412]]&lt;br /&gt;
#[http://www.bhphotovideo.com/c/product/489034-REG/Sony_VGP_XL1B3_VAIO_VGP_XL1B3_Media_Changer.html/kw/SOVGPXL1B3 Sony VAIO VGP-XL1B3] These Sony&#039;s are going out of production.  You can also use the [[Powerfile R200]], which is otherwise identical, but more expensive.&lt;br /&gt;
#[http://www.smarthome.com/1181.html ZWave lamp module], [http://www.smarthomeusa.com/ShopByManufacturer/HomePro/Item/ZIR000/ ZWave motion detector], [http://www.smarthome.com/1186.html ZWave Master Controller].  The Zwave USB dongle I showed in the video is out of production.  I&#039;m not sure which dongles currently in production will work.&lt;br /&gt;
#The thin clients were also donated by [[Fiire]], coined the [[Fiire Station]]. Since the filming of this video the unit has been discontinued and replaced with the [[Fiire#Fiire Invisible|Fiire Invisible]]. &#039;&#039;&#039;Please see a list of [[Fiire#Issues|issues]] before purchasing.&#039;&#039;&#039; My unit was a pre-production prototype and final pricing wasn&#039;t available, but I was warned that they will be very expensive because they&#039;re custom and the components are specialized to get it down to 9 watts so it can be put in a 1&amp;quot; case with no ventilation.  You can also use a laptop as a thin-client.  I have a Dell laptop with an nVidia graphics card.  When it boots you can press F12 to make it boot off the LAN, and then it becomes a LinuxMCE media director automatically, exactly as shown in the video.  However, sometimes the nVidia driver doesn&#039;t properly handle the laptops internal vs. external monitor setting, and the nVidia card still has the video tearing issue I mentioned.  There are small form-factor thin clients made using off-the-shelf components that should be cheaper than the one in my video.  I don&#039;t have any to test, but I would encourage users to add notes to this wiki pointing out low-cost options. [http://www.DevonIT.com DevonIT] specializes in Thin Client sales.  Also, if some volunteers could figure out how to get cheap, subsidized hardware, like XBox, to work as a LinuxMCE media director that would make LinuxMCE more accessible.&lt;br /&gt;
#[http://slimdevices.com/ SqueezeBox Network music player]&lt;br /&gt;
#[http://dtresearch.com/ DT375 Web pad]&lt;br /&gt;
#Almost all USB Bluetooth dongles work out of the box&lt;br /&gt;
#[[Nokia 6620]], series 60 phone.&lt;br /&gt;
#[[Panasonic BL-C10]] IP camera.&lt;br /&gt;
#[[Cisco 7970]] VOIP Phone&lt;br /&gt;
#Generic e-sata controller and sata drives in e-sata enclosures were used for the RAID&lt;br /&gt;
&lt;br /&gt;
=Detailed info on the video=&lt;br /&gt;
Before each stage is an elapsed time in brackets showing how long it took in real life to get to that step.  In other words, the installation took 19 minutes + 3 minutes to boot so it took 22 minutes to get to the video wizard.&lt;br /&gt;
==PC Preparation==&lt;br /&gt;
I had to upgrade the BIOS on my PC (1) and in the BIOS under Advanced, Chipset increase the frame buffer size to 128MB RAM.  That is the amount of memory given to the video card.  You need 128MB of RAM to use UI2 because of the OpenGL effects.  A lack of Linux video drivers is, I feel, the #1 problem facing LinuxMCE and any Linux-based media application that doesn&#039;t use proprietary platforms (ie like TiVo and cable boxes).  The only free drivers for PC hardware that seem to support compositing, masking and opengl in Linux are nVidia&#039;s closed-source proprietary drivers; the nv open source drivers for nVidia can&#039;t do this.  The nVidia closed-source drivers are pretty stable, however, when you turn on alpha blending in UI2 the video quality is not great; there is some video tearing and the de-interlacing is pretty poor.  If you use the nVidia closed-source drivers with UI2 with masking (ie turn off alpha blending) the video quality is fine but the GUI is not as pretty without the alpha blending.  See the notes above about the proprietary, licensed drivers in the thin-clients shown in the demo video.  ATI&#039;s Linux drivers are not stable, and do not support alpha blending.  It seems there is a renewed interest in the Intel graphics chipsets since Intel released the drivers under the GPL.  However, they&#039;re still not at the same level as nVidia&#039;s and can&#039;t do alpha blending.  I believe that Via&#039;s drivers don&#039;t yet work with the 2.6.20 kernel in Kubuntu.  So for now the solution seems to be to use nVidia 6000, 7000 or 8000 cards with nVidia&#039;s closed source drivers.  LinuxMCE will automatically install the nVidia closed source drivers if it detects an nVidia card.&lt;br /&gt;
&lt;br /&gt;
==[0:00] Install LinuxMCE==&lt;br /&gt;
Typically you only install LinuxMCE on one PC in the house, called the Core, and in any other rooms where you want media you use network boot or thin clients, which are called [[Media director|Media directors]].  You can also install just the [[Media director]] part of LinuxMCE on another Linux PC to use it as a media director and not use network boot.  Even so there must be one Core which has the full LinuxMCE software as media directors cannot run without a Core somewhere on the network since the Core is responsible for maintaining the central directory of all media and other devices scattered around the home.  If you install the full LinuxMCE Core on multple PC&#039;s, they will all act indepently and not share media and devices between them.  If you just want a stand-alone media PC, just 1 pc by itself like a &amp;quot;normal&amp;quot; htpc, then install the full LinuxMCE software on that Kubuntu PC.  You don&#039;t have to use the whole-house features.  When you install LinuxMCE with the normal Kubuntu Live CD and 2 LinuxMCE CD&#039;s you&#039;re asked lots of questions about your region, networking, etc.  But that installation takes a long time.  The DVD installer is very fast and uses all defaults, you only pick the hard drive to install onto.  LinuxMCE will use an IP locator service to figure out what city you&#039;re in and set your timezone, longitude and latitude, calculate your sunrise and sunset, and so on.  Later LinuxMCE will confirm the location so you can change it if it&#039;s not right.  The DVD installer will turn on LinuxMCE&#039;s DHCP server by default and serve addresses in the 192.168.80.x range.  Change this in the admin panel under Advanced, Networking.  Because it&#039;s running a DHCP server it&#039;s usually best that this main LinuxMCE box has dual network cards.  The &#039;external&#039; one connects to the internet, and the &#039;internal&#039; one to your LAN and the other devices in your home.  LinuxMCE has a configurable firewall in the admin panel.  During the installation it will attempt to acquire an IP address and access the internet on all your network cards.  Whichever succeeds is considered the &#039;external&#039; network that will GET an IP address from DHCP, and the other one is the internal one that GIVES out IP addresses with its own DHCP server.  If you have only 1 network card, it will use 2 aliases for the card.  In this case, it&#039;s best to disable any other DHCP server on the network and go into the admin panel under Advanced, Network settings and give the LinuxMCE PC a static ip addess for your internet connection, and let it continue to serve IP addresses with it&#039;s own DHCP server.  Or on that page you can just shut off LinuxMCE&#039;s DHCP server altogether, but then you won&#039;t be able to thin clients in other rooms and the plug and play engine won&#039;t automatically detect and configure IP devices.  After installation hit enter to boot up the first time, which will start the video resolution/audio setup wizard.&lt;br /&gt;
&lt;br /&gt;
==[0:22] Run the Video Resolution/Audio Setup Wizard==&lt;br /&gt;
When the video resolution/audio setup wizard starts you&#039;ll hear a series of beeps.  Because consumer TV&#039;s do not usually report their resolution correctly with EDID like a PC Monitor, and LinuxMCE is designed to be used with a TV, this wizard bypasses the usual EDID exchange between the PC and the monitor to auto-detect the resolution and connector used.  Instead it just outputs whatever resolution you choose on whatever connector you pick like consumer a/v gear does.  When the wizard starts it will ouptut 640x480 on the VGA port.  If you can&#039;t see it because you&#039;re using another connector or your TV doesn&#039;t display this resolution, see [[AVWizard]] for keyboard shortcuts you can press when you hear the sequence of beeps to directly choose the connector, and then the resolution.  The wizard only starts on the first boot.  On future boots you will hear a series of descending beeps.  When you do, you can press the AV Menu button on the Gyro remote, or hold down SHIFT on the keyboard, to restart the wizard.  Again, you&#039;ll hear a alternating series of beeps to let you know when it&#039;s running so you can press those keyboard shortcuts if you don&#039;t have a picture, and again it will default to 640x480 on VGA.  When you hear the ascending beeps during the bootup, that means it&#039;s too late in the boot process to start the AV Wizard and it has stopped monitoring SHIFT and the AV Menu buttons because it&#039;s already starting the GUI with the current video settings.  In the TV UI, you can also choose Advanced, Video Res &amp;amp; Audio Setup to restart the computer and the wizard.  Many consumer TV&#039;s have overscan, meaning they chop off the edges of the picture.  So most media center PC&#039;s put the UI only in the middle with a lot of dead space around the edges.  But this is inefficient for browsing media because you lose a lot of screen space.  So, LinuxMCE uses the whole screen edge-to-edge, and  in this wizard shows arrows pointing at the edges of the screen.  If the arrows run off the edge of your screen, then you have overscan, and you should choose the +/- and arrow buttons to reduce the UI and fit it within your screen.  LinuxMCE will scale it&#039;s UI to fit this space.  Media playback will still be edge-to-edge, and you can rescale that while the media is playing with the zoom &amp;amp; aspect ratio button.  If you choose a digital audio connector (spdif) you&#039;ll be asked to confirm that you can hear the Dolby Digital and DTS samples.  There is no DTS sample clip, so just say &#039;yes&#039; if your receiver supports DTS.&lt;br /&gt;
&lt;br /&gt;
See [[Screenshots]] to see the difference between the UI options you can pick in this wizard.  UI1 runs on most any video card.  UI2 is more demanding since it uses OpenGL and requires a lot of video memory.  UI2 with masking is more widely supported than UI2 with alpha blending.  Also, with the nVidia card I have there is noticeable video tearing when watching movies with alpha blending turned on.  The video quality is fine when using UI2 with masking, but the UI doesn&#039;t look as nice.&lt;br /&gt;
&lt;br /&gt;
==[0:27] The setup wizard==&lt;br /&gt;
Complete the setup wizard, which is divided in 2 parts: [[House Setup Wizard]] (global options for the home), and [[Media Player Wizard]] (just for this particular PC).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Check your internet connection&#039;&#039;&#039; You won&#039;t have gallery art or a list of software to add, like libdvdcss for playing commercial dvd&#039;s, if you don&#039;t have an internet connection.  The Quick Install DVD I used in the demo video uses all default network settings.  I had a non-standard network setup because I have multiple LinuxMCE systems with multiple DHCP servers for testing, so I didn&#039;t show my network setup in the video.  But, after you type in your name and click ok to confirm your admin login, I suggest choosing &#039;kde desktop&#039;, and when kde starts up, choose &#039;launch admin web site&#039;, which starts firefox.  Open a tab and confirm you can browse the web.  If so, close Firefox and click &#039;Activate Orbiter&#039; to continue the setup wizard.  If not, go into the admin site and choose Advanced, Network, Network Settings and confirm the settings are ok.  If they look alright but you still don&#039;t have networking, click on &#039;update&#039; to stop/restart the networking.  If it&#039;s getting an IP from DHCP you should see it at the top of the page.  If you don&#039;t have a dual NIC system where 1 of the cards is able to get an IP address from DHCP, then you probably won&#039;t have internet connectivity until you assign a static IP.  If you have dual nic&#039;s then perhaps the default settings for which one is which is wrong, and you can click &#039;swap interfaces&#039;.  If you didn&#039;t have an internet connection already when you started the web browser, but do now, it&#039;s recommended to do 2 things.&lt;br /&gt;
&lt;br /&gt;
1) If there was no internet connection at install time it won&#039;t have a current list of software packages you can add that don&#039;t come with LinuxMCE (like libdvdcss).  This process involves a google search to look for 3rd party add-in software for LinuxMCE, and can take several minutes.  To update this list, click the kde button in the lower left, and choose &#039;System&#039;, &#039;Konsole&#039;.  Close any tips popups and enter this line in the console:&lt;br /&gt;
&lt;br /&gt;
 sudo /usr/pluto/bin/getxmls&lt;br /&gt;
&lt;br /&gt;
2) When it&#039;s done, reboot the system by choosing Wizard, Restart, Reboot in the admin panel.  Since it won&#039;t have been able to auto-determine your location with an ip lookup during installation, now when it boots again with an internet connection it will try again.  The setup wizard will start again since you didn&#039;t finish it.&lt;br /&gt;
&lt;br /&gt;
In the house setup you can skip to &#039;done&#039; and continue to Media Player Setup after specifying the number of rooms in the house, confirming the names of the rooms and that it got your location correctly.  Then in Media Player Wizard, you only need to choose the room this is in and click next.  If you live in an area where DVD CSS decryption is legal, the add software screen will let you add it to watch commcerical dvd&#039;s.  When you choose software to add, wait a few minutes for the screen to refresh and the hourglass to go away.  You&#039;ll see a check mark next to all the software you added successfully.  &lt;br /&gt;
&lt;br /&gt;
Note the Quick Install DVD creates 1 Linux O/S user: linuxmce, password: linuxmce.  Any users for the Linux O/S have no correlation to the family members, aka LinuxMCE Users, you specify in the setup wizard.  They are 2 different concepts.  The Linux O/S users are just for this Linux PC, and are only used by the Linux O/S, and not by LinuxMCE.  You won&#039;t need them if you only use LinuxMCE and don&#039;t log in to the Linux O/S itself.  The family members you create in LinuxMCE are global for the whole house and shared amongst all LinuxMCE media directors in the home.  Each family member has his own private collection of media, his own voicemail, LinuxMCE admin web site, and so on.  &amp;quot;Activate Orbiter&amp;quot; in Launch Manager on the KDE desktop switches back to LinuxMCE&#039;s desktop, and is only available when LinuxMCE is running.  You can start and stop LinuxMCE in Launch Manager.&lt;br /&gt;
&lt;br /&gt;
==[0:30] Watch a DVD==&lt;br /&gt;
Whenever LinuxMCE starts, the first time you click the screen or choose a button it is ignored because LinuxMCE assumes it starts with the TV off, so the first button you press re-sends an &#039;On&#039; command to the TV.  So if LinuxMCE controls your TV, the Power button on the remote stops media, and then will turn the TV off, and any of the menu buttons turn it on again.  Insert a DVD, plug-in the usb uirt, wait about 10 seconds after you see the &amp;quot;Installing software finished&amp;quot; for the device to startup, then start using the windows remote.  Note the Zoom &amp;amp; Aspect ratio are often incorrect.  The media player in LinuxMCE doesn&#039;t get it right all the time.  This should be fixed.  For now you can choose Menu, Zoom &amp;amp; Aspect to manually change it.&lt;br /&gt;
==[0:33] Connect the Gyro Remote==&lt;br /&gt;
Plug-in the usb dongle for the gyro remote.  After it says &amp;quot;Installation finished&amp;quot;, press &amp;quot;Connect&amp;quot; on the gyro remote.  This time you get a message that the device won&#039;t be active until you reload the router, which will stop the movie.  A reload, which takes about 15 seconds, is when the main message router DCERouter reloads and re-builds the list of all the devices in the home, and announces them to all the other devices.  Some devices require a reload and some don&#039;t.  It depends on whether other devices need to be aware of this device or not.  You should be notified whenever you add devices that require a reload.  If you&#039;re going to be adding lots of devices, don&#039;t bother doing a reload between each one.  Just add them all and do a reload at the end.&lt;br /&gt;
&lt;br /&gt;
==[0:35] Navigate the media==&lt;br /&gt;
Press menu, choose &#039;Media&#039;, &#039;manage drives&#039;, then &#039;play&#039; next to the &#039;dvd&#039;.  That re-starts playback of whatever disk is in the drive so you don&#039;t need to eject and re-insert it.  Most DVD&#039;s have chapter names in the database so you&#039;ll see a description of the chapter.  This particular DVD doesn&#039;t, so you just see Chapter 1, Chapter 2, etc.  Note that the chapters are arranged in a DVD according to &amp;quot;Titles&amp;quot;.  Most Titles on a DVD have chapters, and there is no 100% sure way of determining which Title has the main movie, and which Titles have bonus material, menus, etc.  To my knowledge no other DVD player tries to figure out which Title contains the actual movie, to let you jump straight into the movie.  Most commercial DVD players make you wait through the copyright messages and use the DVD menu, while some, like VideoLan/VLC show all the titles and chapters, but leave it up to you to guess which Title has the actual movie.  LinuxMCE tries to do this automatically and gets it right about 90% of the time.  So normally, as soon as the disc starts you can bring up the chapter list, click the first chapter, and the movie starts.  If it doesn&#039;t, you either need to jump to the chapter using the DVD menu like a normal DVD player, or scroll down through all the chapters with the gyro where you can find at the bottom all the Titles and chapters on the disc like VLC.  Since we haven&#039;t added another output device for audio, when we adjust the volume, it&#039;s going to be setting the audio output on the PC&#039;s sound card.  Once we add a tv or receiver, then the volume commands will go there&lt;br /&gt;
==[0:38] Rip the disc==&lt;br /&gt;
Copy disc takes about 30 minutes depending on the speed of your DVD drive&lt;br /&gt;
==[1:08] Install the TV Tuner==&lt;br /&gt;
Install the TV Tuner and choose my provider.  If the selection of a provider is interrupted by a screen that pops up, you have to go back to the provider tab and start again to specify the provider information.  If the TV Tuner was already in the PC when the video wizard ran for the first time it won&#039;t interrupt you to say you added a TV Tuner.  The card will be shown in the setup wizard and you can pick your provider then.  You can also get back to the setup wizard at any time by choosing Advanced, Setup Wizard from the main menu.&lt;br /&gt;
&lt;br /&gt;
==[1:13] Wait for the guide data==&lt;br /&gt;
Wait for mythfilldatabase to finish.  When you see the first message &#039;MythTV is ready however it may take several more minutes to retrieve the guide data&#039; that means mythfilldatabase finished retrieving the list of channels, but it&#039;s still retrieving the guide data.  At this point you can do a &#039;reload router&#039; and LinuxMCE will have the channels in the guide, and the guide data will be filled in as mythfilldatabase gets it.  However, unfortunately it seems that mythfilldatabase uses 100% cpu, particularly since it hammers mysql.  This means everything else in the system grinds to a halt.  mythfilldatabase should support an option for &#039;low priority&#039; which includes sleeps so that it can run in the background.  For now, the best thing is just to wait 15 minutes after you see that message to let mythfilldatabase finish before continuing.  Also, if you find you have no guide data, that probably means mythfilldatabase crashed while retrieving the guide.  This happens about 10% of the time.  Then you should run mythfilldatabase by hand, which you can do from a console.  To monitor the progress of mythfilldatabase from a console, go to the /var/log/pluto directory.  Look for the Spawn_* files, which log the output from all external apps LinuxMCE spawns.  You&#039;ll see a Spawn_filldb_[pid].log which you can tail.&lt;br /&gt;
==[1:28] Wait for OrbiterGen==&lt;br /&gt;
When you click &#039;start using the system&#039; it can take a couple minutes for OrbiterGen to run, which is what checks all the screens in the UI to see if there are changes.  Most of the graphical elements in LinuxMCE&#039;s UI are pre-rendered by OrbiterGen, except for data grids with live data.  This is to make the UI more responsive and allow it to run on low-power devices like pda&#039;s that can&#039;t scale graphics in real time.  Since there are thousands of graphical elements in LinuxMCE this can take a long time.  LinuxMCE&#039;s UI is object-oriented and defined in the database.  There are, it seems, still hundreds of legacy screens that aren&#039;t in use anymore, and this process could be optimized to reduce the generation time.  Eliminating the wait time for OrbiterGen to run would be really nice, although, in practice, it only happens when you&#039;re setting things up and once the system is going you don&#039;t need to regen the UI anymore.&lt;br /&gt;
==[1:31] Start MythTV==&lt;br /&gt;
Choose Media, TV to start MythTV.  Both MythTV&#039;s UI and LinuxMCE&#039;s are usable at the same time so you can use whichever you like.  The Start/Menu button brings up LinuxMCE&#039;s UI on top of MythTV, and on the &#039;Now Playing&#039; menu pad are options to bring up MythTV&#039;s guide menu, scheduled recordings, etc.  The traditional navigation buttons on the Windows remote and Gyro remote work Myth as expected.  To access the mythweb site you can either open up a browser on another PC in the home, choose Advanced, KDE desktop and start a web browser there, or choose Advanced, Computing pick Pluto Admin, and then change the pluto-admin in the URL to mythweb.  I downloaded the icons for Fox and the Simpsons from the web, and then copied them to the home directory on the LinuxMCE core.  Then in mythweb at the bottom of the channel and show pages there is a place where you can upload the icons.  If you want to put the icons in the /home directory like I did, you can do this from windows too.  Choose Start, Run and then enter: \\192.168.80.1 (or whatever the ip of the core is).  Login with the username you created at the &amp;quot;What&#039;s your name&amp;quot; screen.  Your password is the same.  Copy the files to the home folder.  You can also right click on a picture on some web page (like the Simpsons), click copy link, and then paste that in mythweb too.&lt;br /&gt;
&lt;br /&gt;
Sometimes when starting the KDE Desktop I get a &#039;Sound server fatal error&#039; dialog.  I&#039;m not sure what causes this, but it&#039;s a message from a KDE process.  When it happens it seems sometimes Myth and Xine aren&#039;t working and you need to reboot before media playback works again.&lt;br /&gt;
&lt;br /&gt;
From the KDE Desktop you can get back to LinuxMCE&#039;s desktop by clicking &#039;Activate Orbiter&#039; in the LinuxMCE Launch Manager.  Or if you do a &#039;Reload router&#039; like I did in the video that will cause the Orbiter GUI in LinuxMCE to reload, and when it does, it automatically switches to the LinuxMCE desktop.&lt;br /&gt;
&lt;br /&gt;
==[1:36] Schedule shows to record==&lt;br /&gt;
There are still things that aren&#039;t well integrated with MythTV.  For example, under the media options menu is a &#039;thumbnail&#039; option.  This is supposed to retrieve the current frame of the TV and allow you to save it as an icon for the channel or show so you don&#039;t need to upload it in mythweb.  This works for Xine, but the &#039;frame grabber&#039; isn&#039;t working in Myth.  Also, when you click &#039;More&#039; next to the record buttons it&#039;s supposed to take you to MythTV&#039;s recording options screen so you can specify advanced options.  And MythTV is crashing a lot.  I tried running it in a stress test simulator like with Xine that simulates constant activity every 250ms, like change channels, pause, play, rewind, etc., but Myth always crashes right away like this.  About half the time the problem is that the capture card driver has locked up.  I&#039;ve tried the PVR USB2 (v4l) as well as the internal PVR-150 cards (ivtv), and while I have better results with the latter, there are still frequent crashes.  And Mythfrontend gets into a deadlock fairly often.  However it was pretty reliable if I scheduled the shows to record, let the back end do the recording, and then watched them under Media, Videos, which uses Xine for playback.  Xine never crashed.  The MythTV problems seem unrelated to LinuxMCE since I had the same issues using MythTV on a clean Kubuntu 0704 without LinuxMCE.  Also Myth front end doesn&#039;t run at all on the thin clients shown in the video, so you have to watch the tv show after it&#039;s recorded.  Also sometimes when using the &#039;record all episodes&#039; LinuxMCE doesn&#039;t show the record icon next to all the shows like it should.  You can choose Media, TV and then Menu, recordings to view an accurate recording schedule in Myth&#039;s UI, or use MythWeb.&lt;br /&gt;
&lt;br /&gt;
==[1:38] Wait for MythTV to record some TV shows==&lt;br /&gt;
In the demo video I wanted to have a couple days worth of recordings in MythTV so that the Media, Video option had several recordings and I could demonstrate how they appear in LinuxMCE.  To follow the video and get the same results you will need to leave the computer for a couple days to do recording.  The way I simulated this so I could keep the demo going was to let it record one show which I used in the demo, and then keep moving my system date forward to trick myth into recording snippets from several shows.  The Myth Plugin should pick up any new recordings MythTV makes and import the attributes, and assign a picture from the show, or channel if available.  I stopped the counter here because in the real world you won&#039;t sit and wait a couple days for MythTV to record a bunch of shows before continuing.  The utility UpdateMedia constantly scans for new media and adds it to LinuxMCE&#039;s database, which is what you see when you choose Media, Videos.  When you add media to the PC&#039;s internal drives or internal RAID, UpdateMedia immediately updates the database.  When you add NAS devices with Windows shares, it can take quite a while to scan them and catalog the media.  So if a TV show finishes recording in MythTV, but UpdateMedia is still busy scanning a new NAS, it may be some time before that TV show appears in LinuxMCE&#039;s database under Media, Videos.&lt;br /&gt;
&lt;br /&gt;
==[1:38] Connect a NAS==&lt;br /&gt;
There are 2 plug and play mechanisms in LinuxMCE.  First, when it finds a device it requests an ip address from the dhcp server it checks the mac address to see if it&#039;s a known-manufacturer, and then runs some detection scripts to see what model it is.  &lt;br /&gt;
&lt;br /&gt;
This Buffalo NAS is a known device like that, and so when it&#039;s connected, LinuxMCE should set everything up for you using the Buffalo&#039;s configuration script.  However even if your NAS isn&#039;t known, there&#039;s another pnp mechanism called the &#039;Samba Scanner&#039;, which constantly scans the network for file shares.  When it finds one it asks you if you want to use it, and prompts for a username and password if required.  So for all but a couple NAS&#039;s, Samba Scanner will find your device.&lt;br /&gt;
&lt;br /&gt;
You will be asked if you want to use LinuxMCE&#039;s directory structure.  If so, folders will be created on the share for /public/data/videos, /public/data/audio, etc., and also /user_xxx/data/videos, /user_xxx/data/audio, etc., where xxx is the user number.  One will be created for each user.  Then this drive will be mounted as /mnt/device/xxx where xxx is the device id in LinuxMCE&#039;s database.  Symlinc&#039;s in /home/public... and /home/user_x will point to the mounted drive.  All media directors use the same mount points, so the file paths to media, like /home/public/data/videos/Generic Windows Share[54]/Shrek.mpg are the same whether you&#039;re using the main Core PC, or a media director. With this structure you can place public content under the /public folders, and private content in each users /user_ folder.  &lt;br /&gt;
&lt;br /&gt;
By default the media browser shows only public content, but under Source you can add private content.  There needs to be a PIN or some other protection added to the media browser; this isn&#039;t done yet.  So the option &#039;Use LinuxMCE&#039;s directory structure&#039; won&#039;t pick up existing media on the device unless you copy the files into the /public and /user private folders, but it gives you the flexibility of having both public and private media on the same share.  You can also choose the option to make all the media public or private, in which it just mounts the whole share under either /home/public or /home/user_x.  Pictures on storage devices may not appear if you don&#039;t use LinuxMCE&#039;s directory structure because unlike video &amp;amp; audio files which have id3 tags that LinuxMCE uses by default, pictures usually don&#039;t and LinuxMCE organizes them by directory/folder names, starting with those under /home/public/data/pictures.  This is fine if you use LinuxMCE&#039;s directory structure since it will create a pictures folder.  &lt;br /&gt;
&lt;br /&gt;
What I typically do is, even if I have a device that I want to make all media public, I still choose the option to use LinuxMCE&#039;s directory structure and create symlincs.  Since LinuxMCE uses the same points mounts on all media directors, symlincs work fine.  The drive will be mounted as /mnt/device/[LinuxMCE device id].  Here is how I do this with my buffalo: Go into the admin panel, under Advanced, Configuration, Devices, find the Buffalo device.  Under it is the device &#039;Windows Share: share&#039;.  This is what&#039;s shared.  The device id is 40.  So in a console I type: ln -sf /mnt/device/40/MyDocs/Pictures/ /home/public/data/pictures/BuffaloPics.  This is actually better than just saying to &#039;make it all public&#039; because when you do that LinuxMCE&#039;s UpdateMedia daemon, which is what catalogs all the media, needs to continuously scan the NAS device over and over looking for new or modified content to catalog.  Now, it&#039;s only scanning /MyDocs/Pictures/ on the NAS to get the picture and when you choose Media Pictures you&#039;ll see a folder &amp;quot;BuffaloPics&amp;quot; that has the Pictures on this NAS.  &lt;br /&gt;
&lt;br /&gt;
The easiest solution, however, is to just to let LinuxMCE be your central media file server and store all your media internally on the main LinuxMCE box.  LinuxMCE has built in software RAID, including RAID 5.  So you can attach a mix of internal drives, external E-sata drives, etc., and group them all into a fault-tolerant RAID under Advanced, Configuration, RAID.  The advantage of doing it this way is that the Linux O/S supports iNotify, which allows the UpdateMedia daemon to directly hook into the file system and monitor every single change as it happens.  So as soon as you rename or add a file it&#039;s immediately cataloged.  &lt;br /&gt;
&lt;br /&gt;
Windows shares don&#039;t work like this since Windows doesn&#039;t have the concept of a central database cataloging all media in the home, it just shows you drives and directories, and you cannot hook in to receive notifications.  Therefore when LinuxMCE mounts external NAS devices, like the Buffalo, that make Windows-compatible shares, there&#039;s no way for LinuxMCE to know instantly every time you make a change to your media.  It just has to constantly keep re-scanning the device in the background hunting for changes.  It works, and it&#039;s transparent to the user, and the end result is still that you get a central catalog of all the media in the home.  But it&#039;s more efficient to let the LinuxMCE box be your main file server, and, if you use the RAID 5 functions, you won&#039;t have to worry about ever losing data when a hard drive crashes.  &lt;br /&gt;
&lt;br /&gt;
LinuxMCE automatically manages the RAID, handles rebuilding it, when drives fail, etc.  Plus LinuxMCE makes a nice file server, even if you don&#039;t know anything about Linux.  It shows up in Windows network neighborhood, automatically has a public share for everyone in home and private shares for each family member, manages all the passwords, and aggregates all content under the one share.  So even if you&#039;re a Windows user, you can still play and manage all your media just the same.  Remember that most of the NAS/Storage/Media Server devices which are sold by the big PC companies for use with Windows computers actually run Linux inside and do pretty much the same thing that LinuxMCE does.  You can build a LinuxMCE PC that does everything in this video including the functions of an HP Media Vault that just stores media, for about the same prices as the Media Vault by itself, and for a Windows user the usability of a LinuxMCE PC is not that much different from a Media Vault.  LinuxMCE is missing printer sharing though.&lt;br /&gt;
&lt;br /&gt;
If you tell LinuxMCE to always ignore a device you later want added, go into the admin panel under Advanced, Configuration, Unknown Devices, and delete the device.  If you want the device to be redetected so you can specify different options, go under Advanced, Configuration, Devices, locate the device in the tree and delete it.  Either way do a reload router under Wizard, Restart afterwards.&lt;br /&gt;
&lt;br /&gt;
==[1:40] Browse the media on the NAS==&lt;br /&gt;
I had over 1,000 music files on the NAS too, so I left it about 20 minutes to finish scanning and cataloging.  Mp3 files and others that support id3 tags can have attributes in there that get imported, as well as URL&#039;s for cover art, and the cover art itself embedded as a tag.  For iles that don&#039;t support id3 tagging LinuxMCE will create a separate .id3 file with the same base name as the media file to store the tags.  In the Admin site under Files &amp;amp; Media, Media Files Sync you can browse all the media files, add attributes and cover art.  These changes are sync&#039;d back into the .id3 tags.  There&#039;s also a cover art utility under Files &amp;amp; Media, Cover art, that takes the filenames and tags from your files and looks them up on amazon.com and presents a grid of possible matches for each file so you can match the cover art, and also import the attributes from Amazon&#039;s database.  Once you do the id3 tags are updated so even if you reinstall LinuxMCE it will still have the cover art and attributes.  What is missing is audio fingerprinting, where it &amp;quot;listens&amp;quot; to the music file and figures out what song it is based on the sound of the file, rather than relying on id3 tags.  MusicBrainz supports this.  This functionality should be added to LinuxMCE&#039;s UpdateMedia utility.&lt;br /&gt;
==[2:00] Connect the TV and Receiver==&lt;br /&gt;
I connected the TV using a USB-&amp;gt;RS232 cable, and the Receiver the same way.  Since there&#039;s no reliable way of determining a serial device, LinuxMCE uses brute force to figure it out.  You can also add the devices manually.  Note that when you pick the com port, it uses the actual usb bus id, not the usual ttyUSB0, ttyUSB1, etc.  This is because the com port assignments change with each reboot.  Whenever a serial device starts up, like the TV, there&#039;s an initialization sequence that confirms the device really is attached, and if not, disables it.  If it gets disabled, the plug and play mechanism will try again with the brute force method to figure out what&#039;s attached, and re-assign devices accordingly.  So, I can swap the serial cables for the tv and receiver, and LinuxMCE will figure this out and swap the serial ports in the device&#039;s attributes too.  If you remove a tv and move it to another media director, LinuxMCE handles this too.  You actually don&#039;t need to attach the serial control to the same media director the a/v is on.  For example, if you have a projector that is on the opposite side of the room from your receiver, but there is another media director on the other side of the wall, you could actually connect the projector&#039;s serial cable to the media director in the other room.  If you do something like this, go into the admin panel under Wizard, Devices, AV Equipment and Wizard, Devices, Media Directors and set this up manually since the setup wizard doesn&#039;t account for sophisticated setups like this, or if you use specialty equipment like video processors and pre-amps.  These are supported, and LinuxMCE will still control them and has a concept of &amp;quot;audio/video paths&amp;quot; so you can specify the audio &amp;amp; video split and pass through an unlimited number of devices, but to do this you must use the admin site.  I was told the newer low-end models no longer have serial control.  Unfortunately these days most of the cheap TV&#039;s don&#039;t have serial control.  Serial control is much, much better than I/R, since it&#039;s very reliable and works every time.  If you do get an I/R TV be sure it supports discrete codes.  Many TV&#039;s, like Sony, may only have a single toggle power and toggle input select on the remote, but they recognize discrete codes for on, off and each input.  This way universal remote controls like Harmony can specifically tell the TV to go on and go to an input.  TV&#039;s that don&#039;t have discrete codes are a nightmare since, neither LinuxMCE nor any universal remote, has any way of knowing if it&#039;s already on or not when the system first starts, and if so, what input it&#039;s on.  LinuxMCE tries to handle this by keeping track of the last state.  For example, if your &#039;input select&#039; button toggles through 6 inputs, it will remember that it was last on input 2, and so if you need to go to input 5, it will send 3 input selects.  But this is very unreliable and frustrating.  The Fiire gyro remotes have press &amp;amp; hold shortcuts on the red, green, yellow and blue buttons to handle situations where a TV or Receiver that only does toggle codes gets out of sync, but it&#039;s still a pain and toggle-only-analog-devices (TOAD&#039;s) should be avoided if you want to use a universal remote or a home control system.  It&#039;s best to connect the TV first, pick the input, and then connect the receiver so the steps all appear in order.&lt;br /&gt;
==[2:03] Add my cable box==&lt;br /&gt;
Choose Advanced, Setup Wizard, A/V devices, scroll down to PVR, Motorola, DCT-6412.  It automatically adds this as a child of any available I/R transmitter in the same PC.  Just like you can plug a serial control device into a different media director from the one where its actually used, you can do the same with i/r devices.  In the Admin site, you could specify another I/R transmitter as the controlling device.  By default LinuxMCE will turn off all a/v gear that&#039;s not in use.  For example, when you stop watching the TV, and don&#039;t hit any buttons on the remote control, keyboard or mouse for 15 minutes, it will shut the tv off.  The turning off of the TV can be changed in the admin site by going to wizard, devices, orbiters and changing the value for &amp;quot;Seconds before power off&amp;quot;.  However, for the cable box, we actually don&#039;t want LinuxMCE to ever send it any on or off because this should be left on all the time so that it can do recordings, and also because it only has a toggle power i/r code, so it easily gets out of sync.  So I went into Wizard, Devices, A/V Equipment, and under the advanced settings for the cable box set the &#039;Ignore On/Off&#039; to &#039;on/enabled&#039;.  Now even if I directly tell LinuxMCE to turn the device on or off, LinuxMCE won&#039;t do anything.&lt;br /&gt;
==[2:06] Use the cable box==&lt;br /&gt;
When browsing the guide in MythTV you will see channels from both the built-in tv tuner, as well as the listings in the cable box which are tuned on the cable box and received over the a/v inputs on the tv tuner.  All the channels have unique channel ID&#039;s, so MythTV should be able to tell which channel ID goes with the tv tuner vs. the composite/s-video port.  And it appears that LinuxMCE does correctly setup MythTV with both sources, and send MythTV the correct channel ID.  But, MythTV isn&#039;t switching to the correct input on the capture card automatically.  You have to manually switch to the &#039;composite&#039; input by either hitting menu and choosing Change Inputs, or hitting the &#039;input&#039; button on the gyro remote, which is what I did.  Watching video by choosing the Media, Live TV DCT 6412 option doesn&#039;t use MythTV.  It&#039;s using Xine to play and stream directly from the card.  This seemed reasonably stable, though I still found the capture card could get into a weird state at times requiring a reboot.  The only caveat is if you&#039;re using MythTV and switch to LiveTV be sure to wait a few seconds otherwise MythTV will still be holding the capture card device and Xine won&#039;t be able to open it.&lt;br /&gt;
==[2:08] Connect the Jukebox==&lt;br /&gt;
Choose Media, Manage Drives to any drives, NAS or jukeboxes.  These Sony jukeboxes are rebranded Powerfile R200&#039;s.  However Sony only did a limited run, and has discontinued them, so once inventory has dried up you will need to buy the Powerfile-branded versions which, although identical, are sold to the IT, not consumer, channel and cost several thousands of dollars.  To my knowledge all the other consumer DVD jukebox don&#039;t have firewire/usb ports.  They only have a/v outputs, so they won&#039;t be that useful.  Rumor has it Sony decided to sell these with their VAIO Windows Media Centers, but they were a flop since having a jukebox attached to a Windows PC that cannot share the content throughout the home kind of defeats the whole purpose.  You have to run Sony&#039;s software to unload discs every time you want to watch them in another room, and you have to put that big jukebox in the living room.  So grab them up while you can.  Note that the disc drive in there isn&#039;t particularly fast, so ripping each dvd can take an hour.  And identifying each one takes about 1 minute.  So either way, if you have lots of discs, plan on starting the job and then just leaving it and coming back later.  You can monitor the progress by choosing Advanced, Advanced, Pending Tasks on the LinuxMCE menu.  Also the jukebox seems really sensitive and if jarred can get misaligned and have trouble loading and unloading discs.  Also, the kernel drivers, or mtx utilities or jukebox itself aren&#039;t totally stable and sometimes you need to cycle power on the jukebox.  If you insert a disk the wrong way or there&#039;s a slot containing something that doesn&#039;t seem to be a disk, the Powerfile_C200 device will mark itself offline and unavailable until you do a reload router.  See the Powerfile&#039;s log in /var/log/pluto to see more.&lt;br /&gt;
&lt;br /&gt;
==[2:17] Connect the ZWave Lighting Control==&lt;br /&gt;
Zwave is a problem right now because the Zwave USB adapters shown in the video are not in production anymore.  There is a new model from Intermatic, but there are no Linux drivers for the USB-to-RS232 chip on it.  I heard that someone has sponsored the driver development so hopefully it will be added shortly.  Although I used a ZWave motion detector for the demo it&#039;s not really a reliable security system, and the motion detector I used reports false motion events often.  You should get a LinuxMCE-compatible alarm panel that hooks up with a serial port to a LinuxMCE PC.  You need to specify which lights are in which rooms and what types of lights they are.  The Zwave network doesn&#039;t report this info, only the given node id&#039;s.  This makes it much easier to create scenarios and layout your floorplan lighter.  The setup wizard will flash each light/blind/other device and ask you which one it is.  Because communication over the ZWave network is slow, the lights don&#039;t always respond right away and you can waste time hunting for which light is which.  The easiest solution is to write down the lights in the order you pair them because when the setup wizard tries asks you to identify them it uses the same order.  The UpdateEntArea utility is run at every router reload and creates lots of default, canned scenarios.  In any room that has lights, it creates an &#039;on&#039; and an &#039;off&#039; scenario which turns those lights on/off.  And in any room with a TV it creates a Showtime scenario which dims the light.  It creates an event handler for &#039;watching media&#039; for each room that automatically runs the Showtime scenario when the tv&#039;s are in use.  You can change these defaults in Wizard, Scenarios, Lighting Scenarios and Wizard, Events, Respond to Events.  If you don&#039;t ever modify a default scenario by selecting the hyperlink and changing something, it will be kept current and as you add/remove lights the scenario will change.  Once you manually change the canned scenario, or uncheck it so it&#039;s not included anymore, then it won&#039;t be updated again; LinuxMCE won&#039;t override your manual changes.  You can also create your own scenarios, and uncheck the default canned scenarios to not use them.  If you don&#039;t like what LinuxMCE does to the lights when you start watching TV, either change the Showtime scenario, or just disable the Event handlers for &#039;Watching media in a room&#039; and &#039;Stopped watching media in a room&#039; and LinuxMCE won&#039;t run the Showtime scenario automatically.&lt;br /&gt;
==[2:25] Using scenarios and floorplans explained==&lt;br /&gt;
There are 2 ways to do things in LinuxMCE; either by choosing a Scenario (aka a Command Group or Scene), or by directly controlling a device.  Both scenarios and devices are grouped into Lights, Media, Climate, Telecom and Security, and also they are both organized by room.  A scenario is just a group of commands that will be sent to a device.  Create scenarios in the Admin site under Wizard, Scenarios.  Dircectly control a device by choosing the &#039;Floorplan&#039; button which is in each of those 5 sub-menus.  So, for example, a scenario might be &#039;go to bed&#039;, and this can turn off a bunch of lights, set the phones to bypass, dim the thermostat, etc.  &lt;br /&gt;
&lt;br /&gt;
To create this scenario you would go to Wizard, Scenarios, Lighting Scenarios, create a new scenario called &#039;go to bed&#039;.  Choose to first add commands with the &amp;quot;Lighting Wizard&amp;quot;, and check all the devices to &#039;off&#039;.  Then instead of &#039;Lighting Wizard&#039; in the pull-down choose &#039;Advanced Wizard&#039;, send to the telecom plugin. &#039;set user status&#039; command (note there&#039;s a command scenario &#039;sleep&#039; that does this same sequence already).  If you put the scenario in the room &#039;Living Room&#039;, then when any orbiter is in the living room, you will see the option &#039;go to bed&#039; under lighting and it will send those commands to the devices.  Note that when you put a scenario in a room that doesn&#039;t necessarily mean you are only controlling devices in that room.  You can put a scenario in the &#039;Living Room&#039; that turns off a light in the &#039;Bedroom&#039;.  &lt;br /&gt;
&lt;br /&gt;
The purpose of organizing scenarios by room is to eliminate the clutter that would be caused by showing you all the scenarios at once.  For example, you may create a scenario &#039;Garage Light Off&#039;.  If your garage is adjacent to the Kitchen, you are likely going to want that scenario only when you&#039;re in the Kitchen.  You don&#039;t want it to appear on the remote control in Johnny&#039;s bedroom because he&#039;ll never use it.  &lt;br /&gt;
&lt;br /&gt;
Orbiter is the name of the GUI app in LinuxMCE.  And an Orbiter refers both to the on-screen UI, as well as to the UI on a mobile phone, web pad, desktop phone, etc.  Any Orbiter can be &#039;put&#039; in any room, and then it will have the scenarios from that room.  Mobile Orbiters, like webpads and pda&#039;s, typically are carried around the house.  So, when you take an Orbiter into the kitchen you touch the room button and tell it it&#039;s in the kitchen, and you&#039;ll see the activities for the kitchen.  And if you start a movie with the scenario Media, Videos, that movie will start in the kitchen.  You can carry the Orbiter to the bedroom, change the room to control the scenarios in the bedroom, and then carry it back to the kitchen.  You can also change the Orbiters on the on-screen UI of the TV to be in a different room than the one it&#039;s in, and then, just like any other orbiter, you&#039;ll see the scenarios in that room.  So, if you&#039;re in the bedroom and want to turn the garage light off, but the &#039;Garage Light Off&#039; scenario is only in the kitchen, with your remote you can change the room to be &#039;Kitchen&#039; and then run that scenario.  Just remember to change the room back to the because otherwise when you choose Media, Videos you&#039;re going to be starting media in the kitchen.  &lt;br /&gt;
&lt;br /&gt;
All Orbiters have the same scenarios.  So if you have a web pad or a mobile phone and they&#039;re in bedroom, you&#039;ll have the same scenarios as the on-screen UI in the bedroom.  Some scenarios may not seem like scenarios, like Media, Videos.  But that is a scenario too.  In this case it&#039;s just a single command telling whatever Orbiter you&#039;re using to show the user the list of videos.  All the options under Lights, Media, Climate, Telecom and Security, except Floorplan, are scenarios and you can change them in the admin panel.  Also the categorization is free-form, so you could create a lighting scenario called &amp;quot;Call John&amp;quot; that dials John and it will appear under &amp;quot;Lights&amp;quot; on the Orbiters.  It would be more logical to categorize it as telecom, but it&#039;s free form and you can put it under any category.  The floorplan button that appears in each of the Lights, Media, Climate, Telecom and Security menus is not a scenario, and does not appear under Wizard, Scenarios in the admin panel.  Rather this is a button that gives you device-level control, instead of a list of scenarios.  By default it lists all the devices in a grid, but you can upload a floorplan of your home in the Admin site and position the devices.  In UI1 the floorplan button is the icon on the left side of the screen.  The lighting floorplan let&#039;s you turn on/off lights individually.   The media floorplan lists all the media zones (ie rooms), what&#039;s playing in each, and let&#039;s you move media between zones.  The climate floorplan let&#039;s you control the thermostats, view the temperature in each room, as well as adjust sprinklers and pool controls.  The telecom floorplan shows all phones and active phone calls so you can interactively transfer and conference.  The security floorplan shows the current state of all sensors (ie tripped sensors are in red), and shows all your surveillance cameras, which you can select to view.&lt;br /&gt;
&lt;br /&gt;
==[2:26] Connect the thin client in the kitchen==&lt;br /&gt;
See the notes above regarding equipment item #12.  As I mention there, I used those specialized thin clients in the demo video since I got them for free, but you can do the same thing with a normal PC or a laptop.&lt;br /&gt;
==[3:05] Connect the thin client in the bedroom==&lt;br /&gt;
I used the same USB UIRT to control the TV in the bedroom.  Note that because my TV does not support discrete codes, it is a nightmare to use with any universal remote control or any type of smarthome system.  The better TV&#039;s, like Sony&#039;s, recognize discrete codes.  This means that although the original remote control may only have 1 button to toggle the power on and off, the TV actually does recognize 3 separate i/r codes: The toggle power that&#039;s on the remote, as well as an explicit/discrete &#039;turn power on&#039; and a discrete &#039;turn power off&#039;.  They just don&#039;t put all 3 buttons on the original remote to save space, but the TV does recognize them.  Sites like remotecentral.com let you find discrete codes.  Then LinuxMCE can control your TV reliably.  When it&#039;s time to turn it on, the i/r transmitter sends the &#039;power on&#039; button, and even if the TV is already on, it still stays on.  The TV I used doesn&#039;t have discrete codes.  It only recognizes the 1 button &#039;toggle power&#039;.  So LinuxMCE may think the TV is off, and send the &#039;toggle power&#039; command to turn it on, when in fact the TV was already on and LinuxMCE inadvertently turned it off.  Toggle codes are a nightmare for anybody that has ever tried to use any sort of universal remote, like a Logitech/Harmony because the remote never really knows what state the TV is in.  Also, since infrared codes are inherently unreliable and don&#039;t always get through, if your TV supports discrete codes, like the Sony&#039;s do, LinuxMCE can just send the &#039;ON&#039; 3 times to be 100% sure the TV got the command and goes on.  But with toggle devices like the one I have it can&#039;t do that since sending the command 3 times would just turn it on, then off, then back on again.  My TV has the same problem with inputs.  It only recognizes a single &#039;toggle input&#039; which just cycles through inputs.  LinuxMCE remember what was the last input the TV was on, and how many times it needs to toggle to get to the next input.  But this is very unreliable.  Sometimes when the TV doesn&#039;t get a signal while hitting input select it &#039;freezes&#039; for a couple seconds, and then LinuxMCE will get out of step, thinking it&#039;s on, say input 5, when it&#039;s really only on input 4.  Again the better TV&#039;s, like Sony&#039;s, have discrete codes or buttons for each input.  So LinuxMCE can just send the button &#039;input 4&#039; and can re-transmit it 3 times to be sure it gets through, and not worry about trying to toggle.  If you do have a toggle device like mine, and LinuxMCE ever gets out of sync, you can press and hold the red, green, yellow and blue buttons to get it back in sync.  Holding the red button causes LinuxMCE to retransmit the &#039;power&#039; command so if the TV went off instead of ON, it goes back ON.  The green button retransmits the &#039;input select&#039; button.  The yellow retransmits the &#039;power on&#039; to the receiver, and the blue retransmits the &#039;input select&#039; to the receiver.  Bottom line: if possible get TV&#039;s and Receivers with discrete codes and avoid TOAD&#039;s (toggle only analog devices).  Nearly all the decent receivers actually do have discrete codes, so one possible solution at least to the input select problem with toggle-only TV&#039;s is to hook all the video sources to the receiver and let it do the switching, and leave the TV on 1 input.  LinuxMCE automatically will setup your A/V gear like this.  In the setup wizard it asks if you&#039;re using a receiver, and if you connected the video cable to it, and makes all the correct settings.  You can view a graphical diagram of your a/v gear&#039;s connections in the admin site under Wizard, Devices, A/V Equipment, and click on the Connection Wizard.&lt;br /&gt;
==still typing the rest==&lt;/div&gt;</summary>
		<author><name>Twodogs</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Installation_Guide&amp;diff=29130</id>
		<title>Installation Guide</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Installation_Guide&amp;diff=29130"/>
		<updated>2011-11-15T14:16:56Z</updated>

		<summary type="html">&lt;p&gt;Twodogs: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
==Links==&lt;br /&gt;
&lt;br /&gt;
*[[:Category:AV_Wizard|AV Wizard]]&lt;br /&gt;
*[[:Category:Installation_Tutorials|General Installation Tutorials]]&lt;br /&gt;
&lt;br /&gt;
==About Installation==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Hardware notes ==&lt;br /&gt;
&lt;br /&gt;
See [[Hardware|this section for general hardware]] recommendations, and [[Video#PC_Preparation|this advice for PC preparation]].&lt;br /&gt;
&lt;br /&gt;
LinuxMCE differs from other Home Theater PC systems in that some functions are performed by a [[Core]] PC and some functions are performed by a [[Media Director]] PC. A [[hybrid]] Core/Media Director PC does both.&lt;br /&gt;
&lt;br /&gt;
For the central LinuxMCE Core server that will function on a home automation network, most recommended installations suggest 2 network interface cards (NICs). If you don&#039;t have a second NIC card already installed, it is easiest to do so &amp;lt;i&amp;gt;before&amp;lt;/i&amp;gt; installing Kubuntu/LinuxMCE, since the second card will then be recognised and configured correctly during the initial installation. You won&#039;t have to fiddle with setting it up later. See [[Internal_LAN_setup|this section]] for tips on setting up a nested LinuxMCE LAN within an existing home LAN.&lt;br /&gt;
&lt;br /&gt;
(If you will have only a single PC acting as a hybrid Core/Media Director, 2 cards aren&#039;t strictly necessary, but putting them in at this stage will allow you to expand your network down the line.)&lt;br /&gt;
&lt;br /&gt;
For a PC acting as a Media Director (either as a standalone or as a hybrid), an nVidia graphics card is strongly recommended so that you can display the [[Selecting the Right UI|User Interface]] in the highest resolution (UI2). If you don&#039;t have one installed, it is easiest to do so before starting software installation. It is probably best to stick with an nVidia card on the Core PC as well. Make sure the card is installed prior to software installation.&lt;br /&gt;
&lt;br /&gt;
[[Video|Check out this video and example installation]] of a complete installation that took this guy a few days and will likely take you a few weeks.&lt;/div&gt;</summary>
		<author><name>Twodogs</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Installing_0810&amp;diff=29129</id>
		<title>Installing 0810</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Installing_0810&amp;diff=29129"/>
		<updated>2011-11-15T14:16:04Z</updated>

		<summary type="html">&lt;p&gt;Twodogs: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Installation_Tutorials]]&lt;br /&gt;
&lt;br /&gt;
Installing LinuxMCE-0810 is a fairly easy process that involves:&lt;br /&gt;
* Installing Kubuntu 8.10&lt;br /&gt;
* Updating Kubuntu 8.10&lt;br /&gt;
* Installing LinuxMCE-0810 on top of the updated Kubuntu 8.10&lt;br /&gt;
&lt;br /&gt;
Before proceeding its wise to read the FAQ. &lt;br /&gt;
Because of the fact that its a delicate installation small things make a huge difference.&lt;br /&gt;
&lt;br /&gt;
Please see below for details on Internet Installation and DVD Installation methods.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note: an active internet connection is required regardless of installation method.&lt;br /&gt;
&lt;br /&gt;
==Internet Installation==&lt;br /&gt;
# Install Kubuntu Intrepid desktop and update it. (download Kubuntu 8.10 &#039;&#039;&#039;desktop&#039;&#039;&#039; release from http://old-releases.ubuntu.com/releases/kubuntu/8.10/kubuntu-8.10-desktop-i386.iso) &#039;&#039;&#039;Currently, only the 32bit version of LinuxMCE is available. Only download the i386 version of 8.10 Kubuntu, even if your system can support 64bit versions.&#039;&#039;&#039; Note: If Kubuntu asks whether you would like to install/activate &#039;Restricted Drivers&#039; for your video card, ignore it and continue to step 2.&lt;br /&gt;
# Edit your /etc/apt/sources.list file to contain only (from post http://forum.linuxmce.org/index.php?topic=10917.15 ):&lt;br /&gt;
 deb http://old-releases.ubuntu.com/ubuntu/ intrepid  main restricted universe multiverse&lt;br /&gt;
 deb-src http://old-releases.ubuntu.com/ubuntu/ intrepid  main restricted universe multiverse&lt;br /&gt;
 deb http://old-releases.ubuntu.com/ubuntu/ intrepid-updates  main restricted universe multiverse&lt;br /&gt;
 deb-src http://old-releases.ubuntu.com/ubuntu/ intrepid-updates  main restricted universe multiverse&lt;br /&gt;
 deb http://deb.linuxmce.org/ubuntu/ intrepid  beta2&lt;br /&gt;
 deb http://debian.slimdevices.com/ stable  main&lt;br /&gt;
 deb http://packages.medibuntu.org/ intrepid  free non-free&lt;br /&gt;
 deb http://old-releases.ubuntu.com/ubuntu/ intrepid-security  main restricted universe multiverse&lt;br /&gt;
 deb-src http://old-releases.ubuntu.com/ubuntu/ intrepid-security  main restricted universe multiverse&lt;br /&gt;
 deb http://old-releases.ubuntu.com/ubuntu/ intrepid  main universe multiverse&lt;br /&gt;
 deb http://deb.linuxmce.org/ubuntu/ replacements_debian  main&lt;br /&gt;
 deb http://deb.linuxmce.org/ubuntu/ 20dev_ubuntu  main&lt;br /&gt;
# Run aptitude update and aptitude dist-upgrade to get the latest Kubuntu updates.&lt;br /&gt;
# Install medibuntu keyring: apt-get install medibuntu-keyring&lt;br /&gt;
# Grab the latest installer script from [http://deb.linuxmce.org/ubuntu here], unpack them and change into the freshly created &#039;&#039;new-installer&#039;&#039; directory.&lt;br /&gt;
# Run the following scripts (as root, in order): pre-install-from-repo.sh, mce-install.sh, post-install.sh.&lt;br /&gt;
# Reboot, wait for the activity to stop (see progress on console 8).&lt;br /&gt;
&lt;br /&gt;
In other words, after installing Kubuntu:&lt;br /&gt;
 sudo su - #This might ask for the password you specified earlier during the install of kubuntu.&lt;br /&gt;
 apt-get update&lt;br /&gt;
 sudo apt-get dist-upgrade&lt;br /&gt;
 apt-get install medibuntu-keyring&lt;br /&gt;
 wget -c http://deb.linuxmce.org/ubuntu/new-installer-latest.tar.gz&lt;br /&gt;
 tar xvf new-installer-latest.tar.gz&lt;br /&gt;
 cd new-installer&lt;br /&gt;
 ./pre-install-from-repo.sh&lt;br /&gt;
 ./mce-install.sh&lt;br /&gt;
 ./post-install.sh&lt;br /&gt;
 reboot&lt;br /&gt;
&lt;br /&gt;
The avenard repo is no longer needed.&lt;br /&gt;
&lt;br /&gt;
==DVD Installation==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
However, if you want to install the 0810 Release DVD, grab it via [http://www.linuxmce.org/index.php/download here].&lt;br /&gt;
&lt;br /&gt;
* Boot the DVD and select LinuxMCE (it is the top option) This will install a regular Kubuntu 810 system, with an additional button on the desktop to install LinuxMCE. &lt;br /&gt;
* Let Kubuntu&#039;s install run through, and after restart, login.&lt;br /&gt;
&lt;br /&gt;
* Go to the Desktop and double click on the LinuxMCE icon. This will run the fullinstall.sh in /root/new-installer and install LinuxMCE-0810 on top of you updated Kubuntu installation.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039;: If you receive the error &amp;quot;kdesudo command not found&amp;quot; ignore it completely, do &#039;&#039;not&#039;&#039; even click the OK button.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039;: Once the above process is complete - the [http://wiki.linuxmce.org/index.php/AVWizard_Step_by_Step AV Wizard] should start (after rebooting). If you get a &#039;&#039;black or blank screen&#039;&#039; you probably need to change your video card outputs. Instructions on how to do this are available: [http://wiki.linuxmce.org/index.php/AVWizard#What_to_do_if_A.2FV_Wizard_does_not_start here]&lt;br /&gt;
&lt;br /&gt;
The DVD installer per default does not create the initial [[MD|MD]] image, as that creation takes a very long time, and most people probably prefer to give 810 a test, without the MDs. If you want to setup MDs, you have to manually run &lt;br /&gt;
 /usr/pluto/bin/Diskless_CreateTBZ.sh&lt;br /&gt;
(You should only have to do this once)&lt;br /&gt;
&lt;br /&gt;
If you have problems running Diskless_CreateTBZ.sh, check [[Error Running Diskless CreateTBZ.sh|this article]].&lt;br /&gt;
&lt;br /&gt;
If you then have problems netbooting your diskless media directors because you are receiving the error message &amp;quot;Diskless Setup Failed&amp;quot;, check [[Diskless setup failed error in 0810 beta|this article]].&lt;br /&gt;
&lt;br /&gt;
== Keeping Up-to-date with updates ==&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039; It is strongly recommend that you do not update/upgrade a stable, working system [[user:L3mce]]&lt;br /&gt;
&lt;br /&gt;
Once you have installed LinuxMCE-0810, all you need to do to keep up-to-date with the latest and greatest, is run the following from a terminal on the core and each MD:&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get upgrade&lt;br /&gt;
Note: You should NOT run apt-get dist-upgrade after LinuxMCE is installed, as it can cause several problems, including having different kernel versions on your core and media directors, and the installation of new Kubuntu packages that can break some features!&lt;br /&gt;
&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</summary>
		<author><name>Twodogs</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Installing_1004&amp;diff=29128</id>
		<title>Installing 1004</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Installing_1004&amp;diff=29128"/>
		<updated>2011-11-15T14:14:51Z</updated>

		<summary type="html">&lt;p&gt;Twodogs: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category: Installation_Tutorials]]&lt;br /&gt;
Installing LinuxMCE-1004 is a fairly easy process that involves:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;THIS VERSION IS CURRENTLY UNDER DEVELOPMENT. IT KIND OF WORKS, BUT MAY DRIVE YOU INSANE. :)&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;PACKAGES ARE BEING BUILT, BUT WE HAVE ONLY BEGUN TO DEBUG THE ISSUES PRESENT. DO NOT ATTEMPT THIS UNLESS YOU WISH TO FIX BUGS, AND WILL FIX BUGS WITH US. THANKS.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&amp;quot;WE WILL NOT PROVIDE SUPPORT FOR THIS VERSION AT THIS TIME. DO NOT ASK. IF YOU CAN&#039;T FIX STUFF, THIS  IS NOT FOR YOU.&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Since this is a pre-release version, we need your help to make it better. If you notice a problem, please do not just add a workaround here. Create a ticket in trac with plenty of detail on what the issue is and how to reproduce it, as well as any information you have on how to fix it. If there is a workaround, it is ok to post it here as long as you link to the ticket you just created.&lt;br /&gt;
&lt;br /&gt;
* Installing Kubuntu 1004&lt;br /&gt;
* Updating Kubuntu 1004&lt;br /&gt;
* Installing LinuxMCE-1004 on top of the updated Kubuntu 1004&lt;br /&gt;
&lt;br /&gt;
Before proceeding its wise to read the FAQ. &lt;br /&gt;
Because of the fact that it&#039;s a delicate installation small things make a huge difference.&lt;br /&gt;
&lt;br /&gt;
Please see below for details on Internet Installation and DVD Installation methods.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note: an active internet connection is required regardless of installation method.&lt;br /&gt;
&lt;br /&gt;
==Internet Installation==&lt;br /&gt;
# Install Lucid Lynx desktop and update it. (download Kubuntu 1004 &#039;&#039;&#039;desktop&#039;&#039;&#039; release from http://releases.ubuntu.com/kubuntu/10.04/kubuntu-10.04.3-desktop-i386.iso&lt;br /&gt;
&#039;&#039;&#039;Currently, only the 32bit version of LinuxMCE is available. Only download the i386 version of 1004 Kubuntu, even if your system can support 64bit versions.&#039;&#039;&#039; Note: If Kubuntu asks whether you would like to install/activate &#039;Restricted Drivers&#039; for your video card, ignore it and continue to step 2.&lt;br /&gt;
# Grab the latest installer script from [http://svn.linuxmce.org/svn/branches/LinuxMCE-0810/src/new-installer/mce-install.sh our servers].&lt;br /&gt;
# Run the following script (as root): mce-install.sh&lt;br /&gt;
# Reboot, wait for the activity to stop (see progress on console).&lt;br /&gt;
&lt;br /&gt;
In other words, after installing Kubuntu:&lt;br /&gt;
# Run the following:&lt;br /&gt;
 sudo -i&lt;br /&gt;
 wget -q http://svn.linuxmce.org/svn/branches/LinuxMCE-1004/src/new-installer/mce-install.sh &amp;amp;&amp;amp; chmod +x mce-install.sh&lt;br /&gt;
 ./mce-install.sh&lt;br /&gt;
 reboot&lt;br /&gt;
&lt;br /&gt;
If you have problems running Diskless_CreateTBZ.sh, check [[Error Running Diskless CreateTBZ.sh|this article]]. Otherwise please log a trac ticket.&lt;br /&gt;
&lt;br /&gt;
If you then have problems netbooting your diskless media directors because you are receiving the error message &amp;quot;Diskless Setup Failed&amp;quot;, check [[Diskless setup failed error in 0810 beta|this article]].&lt;br /&gt;
&lt;br /&gt;
== Keeping Up-to-date with updates ==&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039; It is strongly recommended that you do not update/upgrade a stable, working system. Also check /etc/apt/sources.list for accuracy after install. [[user:L3mce]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Once you have installed LinuxMCE-1004, all you need to do to keep up-to-date with the latest and greatest, is run the following from a terminal on the core and each MD:&lt;br /&gt;
 sudo apt-get update&lt;br /&gt;
 sudo apt-get upgrade&lt;br /&gt;
Note: You should NOT run apt-get dist-upgrade after LinuxMCE is installed, as it can cause several problems, including having different kernel versions on your core and media directors, and the installation of new Kubuntu packages that can break some features!&lt;br /&gt;
&lt;br /&gt;
== Outstanding issues ==&lt;br /&gt;
* The diskless image kernel package has a broken dependency.&lt;br /&gt;
* Orbiter and OrbiterGen might race a bit&lt;br /&gt;
* at least in one occasion the UI1 Orbiter didn&#039;t come back from the screen saver when keys and mouse were pressed&lt;br /&gt;
&lt;br /&gt;
[[Category:Tutorials]]&lt;/div&gt;</summary>
		<author><name>Twodogs</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Installation_Guide&amp;diff=29127</id>
		<title>Installation Guide</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Installation_Guide&amp;diff=29127"/>
		<updated>2011-11-15T14:13:23Z</updated>

		<summary type="html">&lt;p&gt;Twodogs: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
==Links==&lt;br /&gt;
&lt;br /&gt;
*[[:Category:AV_Wizard|AV Wizard]]&lt;br /&gt;
*[[:Category:Installation_Tutorials|General Installation Tutorials]]&lt;br /&gt;
&lt;br /&gt;
==About Installation==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Hardware notes ==&lt;br /&gt;
&lt;br /&gt;
See [[Hardware|this section for general hardware]] recommendations, and [[Video#PC_Preparation|this advice for PC preparation]].&lt;br /&gt;
&lt;br /&gt;
LinuxMCE differs from other Home Theater PC systems in that some functions are performed by a [[Core]] PC and some functions are performed by a [[Media Director]] PC. A [[hybrid]] Core/Media Director PC does both.&lt;br /&gt;
&lt;br /&gt;
For the central LinuxMCE Core server that will function on a home automation network, most recommended installations suggest 2 network interface cards (NICs). If you don&#039;t have a second NIC card already installed, it is easiest to do so &amp;lt;i&amp;gt;before&amp;lt;/i&amp;gt; installing Kubuntu/LinuxMCE, since the second card will then be recognised and configured correctly during the initial installation. You won&#039;t have to fiddle with setting it up later. See [[Internal_LAN_setup|this section]] for tips on setting up a nested LinuxMCE LAN within an existing home LAN.&lt;br /&gt;
&lt;br /&gt;
(If you will have only a single PC acting as a hybrid Core/Media Director, 2 cards aren&#039;t strictly necessary, but putting them in at this stage will allow you to expand your network down the line.)&lt;br /&gt;
&lt;br /&gt;
For a PC acting as a Media Director (either as a standalone or as a hybrid), an nVidia graphics card is strongly recommended so that you can display the [[Selecting the Right UI|User Interface]] in the highest resolution (UI2). If you don&#039;t have one installed, it is easiest to do so before starting software installation. It is probably best to stick with an nVidia card on the Core PC as well. Make sure the card is installed prior to software installation.&lt;br /&gt;
&lt;br /&gt;
[[Video|Check out this video and example installation]] of a complete installation that took this guy a few days and will likely take you a few weeks.&lt;br /&gt;
&lt;br /&gt;
==Kubuntu 10.04 (Lucid)==&lt;br /&gt;
&lt;br /&gt;
[http://wiki.linuxmce.org/index.php/Installing_1004 Install instructions]&lt;br /&gt;
&lt;br /&gt;
==Kubuntu 8.10 (Intrepid) - Recommended Install == &lt;br /&gt;
&lt;br /&gt;
[http://wiki.linuxmce.org/index.php/Installing_0810 Install instructions]&lt;/div&gt;</summary>
		<author><name>Twodogs</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Installation_Guide&amp;diff=29089</id>
		<title>Installation Guide</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Installation_Guide&amp;diff=29089"/>
		<updated>2011-11-09T21:50:06Z</updated>

		<summary type="html">&lt;p&gt;Twodogs: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
==Links==&lt;br /&gt;
&lt;br /&gt;
*[[:Category:AV_Wizard|AV Wizard]]&lt;br /&gt;
*[[:Category:Installation_Tutorials|General Installation Tutorials]]&lt;br /&gt;
&lt;br /&gt;
==About Installation==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Hardware notes ==&lt;br /&gt;
&lt;br /&gt;
See [[Hardware|this section for general hardware]] recommendations, and [[Video#PC_Preparation|this advice for PC preparation]].&lt;br /&gt;
&lt;br /&gt;
LinuxMCE differs from other Home Theater PC systems in that some functions are performed by a [[Core]] PC and some functions are performed by a [[Media Director]] PC. A [[hybrid]] Core/Media Director PC does both.&lt;br /&gt;
&lt;br /&gt;
For the central LinuxMCE Core server that will function on a home automation network, most recommended installations suggest 2 network interface cards (NICs). If you don&#039;t have a second NIC card already installed, it is easiest to do so &amp;lt;i&amp;gt;before&amp;lt;/i&amp;gt; installing Kubuntu/LinuxMCE, since the second card will then be recognised and configured correctly during the initial installation. You won&#039;t have to fiddle with setting it up later. See [[Internal_LAN_setup|this section]] for tips on setting up a nested LinuxMCE LAN within an existing home LAN.&lt;br /&gt;
&lt;br /&gt;
(If you will have only a single PC acting as a hybrid Core/Media Director, 2 cards aren&#039;t strictly necessary, but putting them in at this stage will allow you to expand your network down the line.)&lt;br /&gt;
&lt;br /&gt;
For a PC acting as a Media Director (either as a standalone or as a hybrid), an nVidia graphics card is strongly recommended so that you can display the [[Selecting the Right UI|User Interface]] in the highest resolution (UI2). If you don&#039;t have one installed, it is easiest to do so before starting software installation. It is probably best to stick with an nVidia card on the Core PC as well. Make sure the card is installed prior to software installation.&lt;br /&gt;
&lt;br /&gt;
[[Video|Check out this video and example installation]] of a complete installation that took this guy a few days and will likely take you a few weeks.&lt;br /&gt;
&lt;br /&gt;
==Kubuntu 10.04 (Lucid)==&lt;br /&gt;
&lt;br /&gt;
[http://wiki.linuxmce.org/index.php/Installing_1004 Install instructions]&lt;br /&gt;
&lt;br /&gt;
==Kubuntu 8.10 (Intrepid)==&lt;br /&gt;
&lt;br /&gt;
[http://wiki.linuxmce.org/index.php/Installing_0810 Install instructions]&lt;br /&gt;
&lt;br /&gt;
==Kubuntu 7.10 (Gutsy)==&lt;br /&gt;
&lt;br /&gt;
Note:&lt;br /&gt;
LinuxMCE 0704 (beta) was used only with Kubuntu Desktop version 7.04 (Feisty). The [[current version]] is [[Mirrors_0710|LinuxMCE 0710]] and is meant to be used only with Kubuntu Desktop version 7.10 (Gutsy). A version compatible with Kubuntu version 8.10 is planned for the future.&lt;br /&gt;
&lt;br /&gt;
Steps for installing Linux MCE on an Kubuntu 7.10 (Gutsy Gibbon) system :&lt;br /&gt;
&lt;br /&gt;
===Existing  Kubuntu 7.10 installation===&lt;br /&gt;
&lt;br /&gt;
You can install LinuxMCE 0710 on a pre-existing installation of Kubuntu 7.10 using the 2 CD install method (but not the DVD method). To complete the installation you will need a Kubuntu Desktop 7.10 Live CD available, or at least a copy of the .iso file somewhere on your hard drive. (If you need to obtain one, see the next section for the download link. There are instructions if you want to burn a Live CD.)&lt;br /&gt;
&lt;br /&gt;
The install process will partially overwrite your previous Kubuntu installation using configuration files from the Live CD which are known to be uniquely compatible with LinuxMCE. If you have previously modified your Kubuntu system (subsequent to its original installation), you may lose some of your configuration files because LinuxMCE modifies them to suit its own needs. Therefore, do not install LinuxMCE on a mission-critical PC if you don&#039;t want to risk this. (You should dedicate one PC to be a LinuxMCE core server, anyway.)&lt;br /&gt;
&lt;br /&gt;
===New installation===&lt;br /&gt;
If you &#039;&#039;don&#039;t&#039;&#039; already have an Kubuntu system installed, follow these generic steps to install Kubuntu Desktop 7.10 from the Live CD:&lt;br /&gt;
# Download the CD .iso image for Kubuntu desktop- either the [http://releases.ubuntu.com/kubuntu/7.10/kubuntu-7.10-desktop-i386.iso 32-bit version] or the [http://releases.ubuntu.com/kubuntu/7.10/kubuntu-7.10-desktop-amd64.iso 64-bit version], depending on your processor. Use the 32-bit version if in doubt. Note that LinuxMCE comes in both a 32-bit and a 64-bit version as well, so you must match. (If the above links are down, try this alternate site for the appropriate [http://de.releases.ubuntu.com/kubuntu/ Kubuntu Desktop Live CD].)&lt;br /&gt;
# If you don&#039;t know how to burn the .iso file to a bootable CD, then see [https://help.ubuntu.com/community/BurningIsoHowto these instructions].&lt;br /&gt;
# Boot the Kubuntu Desktop 7.10 LiveCD.&lt;br /&gt;
# Choose &#039;Start or install Kubuntu&#039;.&lt;br /&gt;
# When Kubuntu&#039;s desktop appears, click on &#039;Install&#039;.&lt;br /&gt;
# A short wizard will guide you. Select the language and press &#039;forward&#039;.&lt;br /&gt;
# Choose your timezone and press &#039;forward&#039;.&lt;br /&gt;
# Select the keyboard layout.&lt;br /&gt;
# Choose desktop name, a user name and a password. LinuxMCE uses linuxmce for the user and password, so it is often convenient to use linuxmce as the initial user and password at this step, as well.&lt;br /&gt;
# Select the partitioning options for your disk. If this is going to be a dedicated server, you can use the entire disk.&lt;br /&gt;
# Ready to install.&lt;br /&gt;
# Reboot the system and remove the Live CD.&lt;br /&gt;
&lt;br /&gt;
==LinuxMCE==&lt;br /&gt;
===Download LinuxMCE=== &lt;br /&gt;
[[Image:Good1.jpg|400px|right]]&lt;br /&gt;
From within the Kubuntu 7.10 desktop, open Konqueror or Firefox (the orange and blue icon at the top), and go to [http://www.linuxmce.org www.linuxmce.org]. Select &#039;Download Instructions&#039; to download the LinuxMCE CD images (.iso files) or the DVD .iso image onto your machine. You can also find the [[current version|current version here]].&lt;br /&gt;
&lt;br /&gt;
There is a 32-bit version and a 64-bit version of LinuxMCE. If you are using a 64-bit Kubuntu 7.10 installation, download the corresponding LinuxMCE version.&lt;br /&gt;
&lt;br /&gt;
You will be downloading two .iso files, each one corresponding to a CD image. The installer is able to use the .iso files directly from the hard drive, or you can burn them to a CD and then use them from the CD.&lt;br /&gt;
&lt;br /&gt;
(Obviously, if you are downloading the .iso files on another computer, you will have to burn them onto CD to use them.)&lt;br /&gt;
&lt;br /&gt;
To install using the .iso files on your hard drive directly, skip the next step.&lt;br /&gt;
&lt;br /&gt;
===Burn download to CDs and install from CDs=== &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;(If you plan to install directly from .iso files, skip this step and proceed to the next step.)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
If you don&#039;t know how to burn an .iso file to a CD then see [https://help.ubuntu.com/community/BurningIsoHowto these instructions].&lt;br /&gt;
&lt;br /&gt;
Burn the two CDs (assuming you are using this method).&lt;br /&gt;
&lt;br /&gt;
You can then simply place CD 1 in the CD-ROM and the installer will autostart. You will then be prompted to put CD 2 in the drive, followed by the Kubuntu Desktop Live CD (see later sections).&lt;br /&gt;
&lt;br /&gt;
The rest will take a lot of time but will essentially install automatically. Skip the next two steps and continue with the installation prompts.&lt;br /&gt;
&lt;br /&gt;
===Installing mce-installer from command prompt===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;(Skip the next two steps if you are installing from actual CDs.)&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
You can install the mce-installer from a command prompt without the need to burn the ISOs as follows:&lt;br /&gt;
 cd &#039;&#039;/directory/where/the/downloaded/iso/files/are/&#039;&#039;&lt;br /&gt;
 mkdir -pv mnt&lt;br /&gt;
 sudo mount LinuxMCE_0704_CD1.iso mnt/ -o loop&lt;br /&gt;
 sudo dpkg -i mnt/mce-installer_2.0.1-1_i386.deb&lt;br /&gt;
 sudo umount mnt&lt;br /&gt;
 rmdir -v mnt&lt;br /&gt;
&lt;br /&gt;
If you are using the 64-bit version, use mce-installer_2.0.1-1_amd64.deb instead of mce-installer_2.0.1-1_i386.deb.&lt;br /&gt;
&lt;br /&gt;
===Installing mce-installer from the KDE Menu===&lt;br /&gt;
[[Image:Inst1.jpg|400px|right]]&lt;br /&gt;
Once you have downloaded the packages and installed the mce-installer onto your disk, run the mce-installer:&lt;br /&gt;
&lt;br /&gt;
*From Konqueror (or the Dolphin file manager), find and &#039;&#039;right-click&#039;&#039; on the mce-installer icon. Choose Kubuntu Package Menu --&amp;gt; Install Package.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
(&#039;&#039;This step is done automatically if you are installing from a CD.&#039;&#039;)&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
===Install LinuxMCE===&lt;br /&gt;
[[Image:Snapshot1.JPG|400px|right]]&lt;br /&gt;
The mce-installer places an &amp;quot;Install LinuxMCE&amp;quot; icon on your desktop.  Click it to start the installation process. A window will appear saying that you will be notified when updates are available. &lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
====Choosing type of Core====&lt;br /&gt;
[[Image:Snapshot2.JPG|400px|right]]&lt;br /&gt;
Choose if you want a dedicated core or a hybrid. (In brief, a hybrid runs as both the Core and as a Media Director. As such, it needs more computing power. [[Do_I_want_a_dedicated_Core%3F|Click here]] to find out more differences between a core and a hybrid). Then click on the &amp;quot;Forward&amp;quot; button. &lt;br /&gt;
&lt;br /&gt;
If you aren&#039;t going to set up an &amp;quot;internal&amp;quot; home automation LAN at this time, but only will use a single PC for all LinuxMCE functions, then make that single PC installation a hybrid.&lt;br /&gt;
&lt;br /&gt;
However, if you will create an entire home automation network, it is better to use one PC as the dedicated core server (not a hybrid). It will run faster. You can leave it &amp;quot;headless&amp;quot; (no monitor, keyboard, mouse), and leave it always on. In such a situation, &amp;quot;dedicated Core&amp;quot; would be suitable. Nevertheless, it is possible after installation to choose whether to autostart the Core services by themselves, the Media Director services by themselves, or both together. Thus a &amp;quot;hybrid&amp;quot; installation can later used as a &amp;quot;dedicated Core,&amp;quot; as a Media Director, or as both (a hybrid). There is little disadavantage, therefore, in choosing &amp;quot;hybrid&amp;quot; at this step. That is what many first time users choose.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
====Choosing Video Card====&lt;br /&gt;
[[Image:Snapshot3.JPG|400px|right]]&lt;br /&gt;
This step is displayed only when an nNvidia graphics card is detected by LinuxMCE. You will be asked if you want to use the proprietary nVidia driver (the only one that works well with LinuxMCE and nVidia cards), instead of the generic driver (which doesn&#039;t work as well). Generally you should use the proprietary driver. This step is here for legal reasons.    &lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
====Network Configuration====&lt;br /&gt;
[[Image:Snapshot4.JPG|400px|right]]&lt;br /&gt;
The next screen will ask you whether you want to keep your current network configuration or whether you want to set your network options manually. The &amp;quot;current network configuration&amp;quot; is usually what the Kubuntu Live CD originally detected and setup automatically. Most commonly this configuration instructs the PC to ask for a dynamic IP from your home LAN router&#039;s DHCP service. This option is asking whether your LinuxMCE should continue to ask for a dynamic IP from your external LAN&#039;s router (using DHCP), or whether you wish to set a static IP address for your LinuxMCE PC. This setting applies only to the (first) NIC card that is connected to the &amp;quot;external&amp;quot; home LAN. Usually keeping the &amp;quot;current network configuration&amp;quot; is sufficient. Then press &amp;quot;Forward&amp;quot;.&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
[[Image:Snapshot5.JPG|400px|right]]&lt;br /&gt;
If you chose manual installation, you must now choose whether your PC will use a static IP within the external home LAN, or whether it will accept a dynamic IP assigned by the LAN router&#039;s DHCP. If you do not have a home LAN and router, but connect directly through a cable modem, you most likely use a (static) IP (that your cable company assigns you). Generally you have to know your IP address, the cable company&#039;s gateway IP, and the cable company&#039;s DNS server information (which your cable provider must provide to you). In contrast, most DSL providers use DHCP-assigned dynamic IPs, so if you connect directly through a DSL modem, you most likely use DHCP. You don&#039;t have to worry about the gateway and DNS server; DHCP usually discovers those for you automatically. (Obviously, if you bought a static IP service from a DSL or T1 provider, you would have to choose static and fill in the information, just as for a cable modem.) &lt;br /&gt;
&lt;br /&gt;
If you don&#039;t know what the heck you have, use DHCP.&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
=====Choosing Mirror for Packages=====&lt;br /&gt;
[[Image:Snapshot6.JPG|400px|right]]&lt;br /&gt;
You have to choose a mirror. Pick one geographically close to you. Downloads will be faster. &lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
=====Choosing DHCP Server=====&lt;br /&gt;
[[Image:Snapshot7.JPG|400px|right]]&lt;br /&gt;
You will be asked whether you want (the LinuxMCE core server) to Run a DHCP Server or not. The LinuxMCE core server will be the DHCP server for your &amp;quot;internal&amp;quot; home automation network in order to provide plug-and-play detection of network devices like IP Cameras and VOIP phones, and to provide network boot images to any other PC&#039;s in the internal home automation network that you might want to use as Media Directors.&lt;br /&gt;
&lt;br /&gt;
Hopefully you took some advice and already installed a second NIC card. That second NIC card is used so that LinuxMCE can provide an &amp;quot;internal&amp;quot; DHCP network to the PCs (Media Directors), Orbiters, and devices &amp;lt;i&amp;gt;within&amp;lt;/I&amp;gt; your automated home network. All ethernet connections from these devices (within the home automation network) must be connected to a switch (or a router with DHCP turned off) which is then in turn connected to this second NIC card. The LinuxMCE core server then performs the DHCP functions for the &amp;quot;internal&amp;quot; home automation network. &lt;br /&gt;
&lt;br /&gt;
In essence, the &amp;quot;internal&amp;quot; home automation network is nested within your &amp;quot;external&amp;quot; home LAN. Some PCs can remain outside of the internal home automation network by being directly connected to the router, and therefore not connected to the LinuxMCE server. The first NIC card of the LinuxMCE server therefore communicates to the router of your external home LAN. The second NIC is connected to the internal home automation LAN. The LinuxMCE core server only acts as the DHCP server for the devices in the internal home automation LAN. Savvy?&lt;br /&gt;
&lt;br /&gt;
Generally, you should answer yes to this question. The only time you would answer no is when you will have only one PC that will be a hybrid core server/media director and you do not plan to use any plug-n-play devices other than those connected directly to that single PC.&lt;br /&gt;
 &lt;br /&gt;
You will be then asked if you want to keep the default Internal Network address for the internal home automation LAN  or if you want to change it. You might as well accept the default, unless you have some specific reason for specifying a unique IP range.&lt;br /&gt;
&lt;br /&gt;
Then press &#039;Forward&#039;.&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
====Choosing Orbiter Interface====&lt;br /&gt;
[[Image:Snapshot8.JPG|400px|right]]&lt;br /&gt;
In the next window you need to choose what interface you want to use and you have to pick one of three possibilities. There are currently three options: UI1, UI2 with masking, and UI2 with alpha-blending.  UI2 requires specific video cards (nVidia). It is best to choose UI1 for the initial installation if you don&#039;t have the appropriate nVidia card or if in doubt, as the interface can be changed later. This will reduce the possibility of video card related errors during installation.  After installation, you can check to see if your video card can do masking and alpha-blending by following the instructions at [[Graphics Test]].&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
====Installing Additional Packages====&lt;br /&gt;
[[Image:Snapshot9.JPG|400px|right]]&lt;br /&gt;
On the next step you have to choose if you want to install [http://en.wikipedia.org/wiki/LAME lame] and [http://en.wikipedia.org/wiki/Libdvdcss libdvdcss] and if it is legal in your country to use them. In general you will want to install them both.&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
====Choosing How to Primarily Use the Computer====&lt;br /&gt;
[[Image:Snapshot10.JPG|400px|right]]&lt;br /&gt;
You have to select how you plan to use your computer, either: &lt;br /&gt;
&lt;br /&gt;
*Primarily used as a PC -- you can start LinuxMCE manually when you need it,   or&lt;br /&gt;
&lt;br /&gt;
*A dedicated LinuxMCE -- you can start Kubuntu when you need it.&lt;br /&gt;
&lt;br /&gt;
For the dedicated core server, choose the second option. If you have a power outage, you can then set the computer to auto-reboot and restore your system without intervention. (If you are serious about home automation, it is best to have a dedicated core server, anyway.) It is possible to access the Kubuntu desktop from within LinuxMCE (see [[#Additional Notes|below]]).&lt;br /&gt;
&lt;br /&gt;
If you choose the first option and have a power outage, then you will require a boot-up script, cron scheduling, or manual intervention in order to restart the LinuxMCE system.&lt;br /&gt;
&lt;br /&gt;
If you are just experimenting with LinuxMCE and/or primarily use the PC as a Kubuntu desktop, the first option is suitable. Also, if you wish to directly install LinuxMCE directly on a PC that will be used as a Media Director, but intend to trade its function back and forth between that of a Kubuntu desktop and a Media Director, also choose the first option. &lt;br /&gt;
&lt;br /&gt;
(Many PCs that will be used as Media Directors can simply be [[netboot|netbooted]] from the Core, however, so you do not really need to install LinuxMCE on them at all if you intend to netboot (which is generally easier).) &lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
====Installing LinuxMCE Discs====&lt;br /&gt;
This step is very important. You have to insert the CD (or point to the location on the hard drive of the .iso file for the CD): &lt;br /&gt;
&lt;br /&gt;
[[Image:Snapshot11.JPG|400px|right]]&lt;br /&gt;
LinuxMCE CD 1&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Snapshot12.JPG|400px|right]]&lt;br /&gt;
LinuxMCE CD 2&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Snapshot13.JPG|400px|right]]&lt;br /&gt;
Kubuntu 7.10 Live CD&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Snapshot14.JPG|400px|right]] &lt;br /&gt;
You can see the message about the Linux MCE system installation.&lt;br /&gt;
{{clr}}&lt;br /&gt;
&lt;br /&gt;
===Installation can take a long time===&lt;br /&gt;
Don&#039;t worry if the system seems to stop at points or report what seems like error messages.  &lt;br /&gt;
This is normal since at places it will be testing drivers out, and is only there for the advanced Linux user.  &lt;br /&gt;
You will get a dialog box if something really does go wrong.  And, understand this may take a very long time&lt;br /&gt;
since it will in parallel be updating your Kubuntu system to the latest version.  Just leave it for an hour &lt;br /&gt;
or two and come back later.&lt;br /&gt;
&lt;br /&gt;
===Installation Complete===&lt;br /&gt;
[[Image:Snapshot15.jpg|400px|right]]&lt;br /&gt;
After the installation is done you’ll receive a message from the installer that will tell you to restart the system&lt;br /&gt;
{{clr}}&lt;br /&gt;
 &lt;br /&gt;
Next follow the [[QuickStart Guide]] to tell LinuxMCE about how you want to use it.&lt;br /&gt;
===Additional Notes===&lt;br /&gt;
If you specified that LinuxMCE should startup by default, then after rebooting you will see LinuxMCE (not the Kubuntu desktop).  If you will use this computer as a Media PC only, you don&#039;t need to access the Kubuntu desktop for any further set up -- all setup is done from the from the [[LinuxMCE Admin Website]] or through the LinuxMCE [[Orbiter]] User Interface.&lt;br /&gt;
&lt;br /&gt;
If you would like to use this PC as a Kubuntu PC from &#039;&#039;within&#039;&#039; LinuxMCE, however, a menu option on the on-screen Orbiter User Interface of a Media Director is provided to bring up the KDE (Kubuntu) desktop. (This may not work well if the Media Director has been [[netboot|netbooted]].)&lt;br /&gt;
&lt;br /&gt;
You can also press Ctrl+Alt+F2 from within LinuxMCE to bring up the KDE desktop (then login and type StartX). &lt;br /&gt;
&lt;br /&gt;
If you specified that the Kubuntu desktop should be run by default, you can then start LinuxMCE manually from within the Kubuntu menu: Applications--&amp;gt;Sound &amp;amp; Video--&amp;gt;Start Media Center. (You can also click on the LinuxMCE icon on the Kubuntu desktop that was placed there during installation.&lt;br /&gt;
&lt;br /&gt;
When LinuxMCE is running, you can toggle back and forth between them by pressing &#039;&#039;&#039;Ctrl+Alt+F7&#039;&#039;&#039; for Kubuntu or &#039;&#039;&#039;Ctrl+Alt+F11&#039;&#039;&#039; for LinuxMCE.&lt;br /&gt;
&lt;br /&gt;
[[Category: Tutorials]]&lt;/div&gt;</summary>
		<author><name>Twodogs</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Add_a_USB_printer&amp;diff=29088</id>
		<title>Add a USB printer</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Add_a_USB_printer&amp;diff=29088"/>
		<updated>2011-11-09T21:34:30Z</updated>

		<summary type="html">&lt;p&gt;Twodogs: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category :Tutorials]]&lt;br /&gt;
[[Category:USB]]&lt;br /&gt;
[[category :Printers]]&lt;br /&gt;
[[Category: Installation_Tutorials]]&lt;br /&gt;
&lt;br /&gt;
=Adding a USB Printer=&lt;br /&gt;
You can easily add a USB printer to your core or to an MD to share over the network, even with Windows PCs.&lt;br /&gt;
&lt;br /&gt;
==Installing the Printer on a PC==&lt;br /&gt;
*Connect the USB printer to the PC (in my case, I chose to connect to the core so the printer would be in my server closet).&lt;br /&gt;
*Using LinuxMCE, navigate to the KDE desktop.&lt;br /&gt;
*Navigate to System settings and select the &amp;quot;Printers&amp;quot; icon. This should bring up the Printer System Settings menu.&lt;br /&gt;
*Click on the dropdown for &amp;quot;Add&amp;quot;, and select &amp;quot;Add Printer/Class&amp;quot;. This will bring up the Add Printer Wizard, click &amp;quot;Next&amp;quot;&lt;br /&gt;
::*you may experience a known bug with KDE here. Sometimes the radio button where you would select &amp;quot;Local printer(parallel,serial,USB)&amp;quot; will be unavailable/grayed out. If you know that your USB ports and Printer are both functioning properly, try using this command from a terminal.&lt;br /&gt;
  cd /etc/cups&lt;br /&gt;
  sudo cp cupsd.conf.default cupsd.conf&lt;br /&gt;
  sudo /etc/init.d/cupsys restart&lt;br /&gt;
*Select the radio button for &amp;quot;Local Printer&amp;quot;, then select your printer from the list. &lt;br /&gt;
::*KDE has quite alot of printer drivers already available in the OS, so you should be able to select your printer Brand and Model in the next screen. &lt;br /&gt;
*Once you do so, it will bring up a list of possible drivers that you can select and test to see which one works best. Once you are done, click &amp;quot;Finish&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
You have now installed your USB printer to this PC. &lt;br /&gt;
&lt;br /&gt;
==Share Printer on Local Network==&lt;br /&gt;
You can now share your newly installed printer with other PCs on your network.&lt;br /&gt;
*Navigate back to System Settings and select the &amp;quot;Printers&amp;quot; icon.&lt;br /&gt;
*Select the drop down for &amp;quot;Print Server&amp;quot;, then select &amp;quot;Share Printers on Local Network&amp;quot;. Click &amp;quot;Enable Sharing&amp;quot; on the popup.&lt;br /&gt;
&lt;br /&gt;
===Adding Shared printer to a Windows PC===&lt;br /&gt;
Now that you have your printer installed and set to share on your network, you will need to show windows how to get to the printer. My windows laptop running Vista would not automatically locate this printer, so this is how I set it up.&lt;br /&gt;
*On your Windows machine go to Start&amp;gt;Control Panel&amp;gt;Printers and Faxes&lt;br /&gt;
*Select &amp;quot;Add a printer&amp;quot;&lt;br /&gt;
*Click &amp;quot;Next&amp;quot;&lt;br /&gt;
*Select the radio dial for network printer and click &amp;quot;Next&amp;quot;&lt;br /&gt;
*Click the radio for &amp;quot;Connect to this Printer&amp;quot; and fill in the blank. You must make sure to add the port :631 after your server IP address.&lt;br /&gt;
::*ex. \\192.168.80.1:631\printer\&#039;what_you_named_your_printer. You will be asked for your LinuxMCE password and it should connect to the printer. After that, you will just have to tell Windows what type of printer it is and specify the driver and you should be set.[http://www.arizona-breast-cancer-specialists.com/brachytherapy/all-about-what-is-brachytherapy.html Brachytherapy]&lt;br /&gt;
&lt;br /&gt;
===Adding a shared printer to an MD or Kubuntu-based PC===&lt;br /&gt;
*This is pretty straightforward using the KDE printer wizard. Feel free to fill this section in; if not, I will get to it later.&lt;br /&gt;
&lt;br /&gt;
Currently in 810, smb.conf is stripped. Follow these instructions to get the printer to show up on Windows networks&lt;br /&gt;
&lt;br /&gt;
Add to GLOBAL section:&lt;br /&gt;
&lt;br /&gt;
 ########## Printing ##########&lt;br /&gt;
 # If you want to automatically load your printer list rather&lt;br /&gt;
 # than setting them up individually then you&#039;ll need this&lt;br /&gt;
    load printers = yes&lt;br /&gt;
 # lpr(ng) printing. You may wish to override the location of the&lt;br /&gt;
 # printcap file&lt;br /&gt;
 ;   printing = bsd&lt;br /&gt;
 ;   printcap name = /etc/printcap&lt;br /&gt;
 # CUPS printing.  See also the cupsaddsmb(8) manpage in the&lt;br /&gt;
 # cupsys-client package.&lt;br /&gt;
    printing = cups&lt;br /&gt;
    printcap name = cups&lt;br /&gt;
&lt;br /&gt;
Add AFTER ## END : InternalStorageDevices&amp;quot;&lt;br /&gt;
&lt;br /&gt;
 [printers]&lt;br /&gt;
    comment = All Printers&lt;br /&gt;
    browseable = no&lt;br /&gt;
    path = /var/spool/samba&lt;br /&gt;
    printable = yes&lt;br /&gt;
    guest ok = no&lt;br /&gt;
    read only = yes&lt;br /&gt;
    create mask = 0700&lt;br /&gt;
 # Windows clients look for this share name as a source of downloadable&lt;br /&gt;
 # printer drivers&lt;br /&gt;
 [print$]&lt;br /&gt;
    comment = Printer Drivers&lt;br /&gt;
    path = /var/lib/samba/printers&lt;br /&gt;
    browseable = yes&lt;br /&gt;
    read only = yes&lt;br /&gt;
    guest ok = no&lt;br /&gt;
 # Uncomment to allow remote administration of Windows print drivers.&lt;br /&gt;
 # You may need to replace &#039;lpadmin&#039; with the name of the group your&lt;br /&gt;
 # admin users are members of.&lt;br /&gt;
 # Please note that you also need to set appropriate Unix permissions&lt;br /&gt;
 # to the drivers directory for these users to have write rights in it&lt;br /&gt;
 ;   write list = root, @lpadmin&lt;/div&gt;</summary>
		<author><name>Twodogs</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Add_a_USB_printer&amp;diff=29087</id>
		<title>Add a USB printer</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Add_a_USB_printer&amp;diff=29087"/>
		<updated>2011-11-09T21:34:02Z</updated>

		<summary type="html">&lt;p&gt;Twodogs: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category :Tutorials]]&lt;br /&gt;
[[Category:USB]]&lt;br /&gt;
[[category :Printers]]&lt;br /&gt;
[[Category: Category:Installation_Tutorials]]&lt;br /&gt;
&lt;br /&gt;
=Adding a USB Printer=&lt;br /&gt;
You can easily add a USB printer to your core or to an MD to share over the network, even with Windows PCs.&lt;br /&gt;
&lt;br /&gt;
==Installing the Printer on a PC==&lt;br /&gt;
*Connect the USB printer to the PC (in my case, I chose to connect to the core so the printer would be in my server closet).&lt;br /&gt;
*Using LinuxMCE, navigate to the KDE desktop.&lt;br /&gt;
*Navigate to System settings and select the &amp;quot;Printers&amp;quot; icon. This should bring up the Printer System Settings menu.&lt;br /&gt;
*Click on the dropdown for &amp;quot;Add&amp;quot;, and select &amp;quot;Add Printer/Class&amp;quot;. This will bring up the Add Printer Wizard, click &amp;quot;Next&amp;quot;&lt;br /&gt;
::*you may experience a known bug with KDE here. Sometimes the radio button where you would select &amp;quot;Local printer(parallel,serial,USB)&amp;quot; will be unavailable/grayed out. If you know that your USB ports and Printer are both functioning properly, try using this command from a terminal.&lt;br /&gt;
  cd /etc/cups&lt;br /&gt;
  sudo cp cupsd.conf.default cupsd.conf&lt;br /&gt;
  sudo /etc/init.d/cupsys restart&lt;br /&gt;
*Select the radio button for &amp;quot;Local Printer&amp;quot;, then select your printer from the list. &lt;br /&gt;
::*KDE has quite alot of printer drivers already available in the OS, so you should be able to select your printer Brand and Model in the next screen. &lt;br /&gt;
*Once you do so, it will bring up a list of possible drivers that you can select and test to see which one works best. Once you are done, click &amp;quot;Finish&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
You have now installed your USB printer to this PC. &lt;br /&gt;
&lt;br /&gt;
==Share Printer on Local Network==&lt;br /&gt;
You can now share your newly installed printer with other PCs on your network.&lt;br /&gt;
*Navigate back to System Settings and select the &amp;quot;Printers&amp;quot; icon.&lt;br /&gt;
*Select the drop down for &amp;quot;Print Server&amp;quot;, then select &amp;quot;Share Printers on Local Network&amp;quot;. Click &amp;quot;Enable Sharing&amp;quot; on the popup.&lt;br /&gt;
&lt;br /&gt;
===Adding Shared printer to a Windows PC===&lt;br /&gt;
Now that you have your printer installed and set to share on your network, you will need to show windows how to get to the printer. My windows laptop running Vista would not automatically locate this printer, so this is how I set it up.&lt;br /&gt;
*On your Windows machine go to Start&amp;gt;Control Panel&amp;gt;Printers and Faxes&lt;br /&gt;
*Select &amp;quot;Add a printer&amp;quot;&lt;br /&gt;
*Click &amp;quot;Next&amp;quot;&lt;br /&gt;
*Select the radio dial for network printer and click &amp;quot;Next&amp;quot;&lt;br /&gt;
*Click the radio for &amp;quot;Connect to this Printer&amp;quot; and fill in the blank. You must make sure to add the port :631 after your server IP address.&lt;br /&gt;
::*ex. \\192.168.80.1:631\printer\&#039;what_you_named_your_printer. You will be asked for your LinuxMCE password and it should connect to the printer. After that, you will just have to tell Windows what type of printer it is and specify the driver and you should be set.[http://www.arizona-breast-cancer-specialists.com/brachytherapy/all-about-what-is-brachytherapy.html Brachytherapy]&lt;br /&gt;
&lt;br /&gt;
===Adding a shared printer to an MD or Kubuntu-based PC===&lt;br /&gt;
*This is pretty straightforward using the KDE printer wizard. Feel free to fill this section in; if not, I will get to it later.&lt;br /&gt;
&lt;br /&gt;
Currently in 810, smb.conf is stripped. Follow these instructions to get the printer to show up on Windows networks&lt;br /&gt;
&lt;br /&gt;
Add to GLOBAL section:&lt;br /&gt;
&lt;br /&gt;
 ########## Printing ##########&lt;br /&gt;
 # If you want to automatically load your printer list rather&lt;br /&gt;
 # than setting them up individually then you&#039;ll need this&lt;br /&gt;
    load printers = yes&lt;br /&gt;
 # lpr(ng) printing. You may wish to override the location of the&lt;br /&gt;
 # printcap file&lt;br /&gt;
 ;   printing = bsd&lt;br /&gt;
 ;   printcap name = /etc/printcap&lt;br /&gt;
 # CUPS printing.  See also the cupsaddsmb(8) manpage in the&lt;br /&gt;
 # cupsys-client package.&lt;br /&gt;
    printing = cups&lt;br /&gt;
    printcap name = cups&lt;br /&gt;
&lt;br /&gt;
Add AFTER ## END : InternalStorageDevices&amp;quot;&lt;br /&gt;
&lt;br /&gt;
 [printers]&lt;br /&gt;
    comment = All Printers&lt;br /&gt;
    browseable = no&lt;br /&gt;
    path = /var/spool/samba&lt;br /&gt;
    printable = yes&lt;br /&gt;
    guest ok = no&lt;br /&gt;
    read only = yes&lt;br /&gt;
    create mask = 0700&lt;br /&gt;
 # Windows clients look for this share name as a source of downloadable&lt;br /&gt;
 # printer drivers&lt;br /&gt;
 [print$]&lt;br /&gt;
    comment = Printer Drivers&lt;br /&gt;
    path = /var/lib/samba/printers&lt;br /&gt;
    browseable = yes&lt;br /&gt;
    read only = yes&lt;br /&gt;
    guest ok = no&lt;br /&gt;
 # Uncomment to allow remote administration of Windows print drivers.&lt;br /&gt;
 # You may need to replace &#039;lpadmin&#039; with the name of the group your&lt;br /&gt;
 # admin users are members of.&lt;br /&gt;
 # Please note that you also need to set appropriate Unix permissions&lt;br /&gt;
 # to the drivers directory for these users to have write rights in it&lt;br /&gt;
 ;   write list = root, @lpadmin&lt;/div&gt;</summary>
		<author><name>Twodogs</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Access_Point&amp;diff=29086</id>
		<title>Access Point</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Access_Point&amp;diff=29086"/>
		<updated>2011-11-09T21:31:36Z</updated>

		<summary type="html">&lt;p&gt;Twodogs: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{versioninfo|810Status=relevant|810UpdatedDate=20th Sept 2010|810UpdatedBy=[[User:phenigma|phenigma]]}}&lt;br /&gt;
[[Category: Tutorials]]&lt;br /&gt;
[[Category:Network_Tutorials]]&lt;br /&gt;
{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
= Introduction =&lt;br /&gt;
&lt;br /&gt;
This tutorial describes how to add Access Point functionality to your LinuxMCE Core/Hybrid. The Core/Hybrid will then act as a WiFi access point permitting wireless devices to connect to the core, the internal network and the Internet.  The drivers you choose will depend on your specific hardware.  Setting up an Access Point on your core allows you to use wireless orbiters such as the [[WebDT 366]] or [[Nokia N800]]/N900 without installing a separate wireless access point on your network.&lt;br /&gt;
&lt;br /&gt;
= Using nl80211 drivers (from back-ports) =&lt;br /&gt;
&lt;br /&gt;
== Hardware ==&lt;br /&gt;
A lot of modern hardware works.  Look up your device at http://wireless.kernel.org/en/users/Devices to determine which driver your card uses.  The driver needs to support AP, you can check that the driver has this support at http://wireless.kernel.org/en/users/Drivers/.  If the driver does not have AP support then you will not be able to operate the card as an Access Point.   &lt;br /&gt;
&lt;br /&gt;
Two Wireless-N adaptors that are known to work:&lt;br /&gt;
* Atheros Communications Inc. AR928X Wireless Network Adaptor (PCI-Express) (rev 01) &lt;br /&gt;
** This was pre-installed on a Zotac IONITX-A-U Atom N330 1.6 Ghz&lt;br /&gt;
** Uses the ath9k driver&lt;br /&gt;
* Atheros AR9280 MAC/BB Rev:2 AR5133 RF Rev:d0&lt;br /&gt;
** This is a D-Link DWA-522 Extreme N PCI Adaptor&lt;br /&gt;
** Uses the ath9k driver&lt;br /&gt;
* LinuxMCE 0810 BETA - Snapshot DVD 25289&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
* -&amp;gt; eth0 connects to internal network LMCE&lt;br /&gt;
* -&amp;gt; eth1 connects to the internet&lt;br /&gt;
* -&amp;gt; wlan0 is the wireless card&lt;br /&gt;
&lt;br /&gt;
== Required packages ==&lt;br /&gt;
=== Add the intrepid-backports repository ===&lt;br /&gt;
Adding the intrepid-backports repo gives us access to newer wireless drivers.&lt;br /&gt;
 $ echo &#039;deb http://archive.ubuntu.com/ubuntu intrepid-backports main universe&#039; | sudo tee -a /etc/apt/sources.list&lt;br /&gt;
 $ sudo apt-get update&lt;br /&gt;
&lt;br /&gt;
=== Install required packages ===&lt;br /&gt;
Install compat-wireless drivers including the mac80211/cfg80211 modules and the network bridge utilities.&lt;br /&gt;
 $ sudo apt-get install linux-backports-modules-intrepid bridge-utils&lt;br /&gt;
&lt;br /&gt;
=== Download, build and install hostapd ===&lt;br /&gt;
The hostapd package that ships with intrepid (0.5.10) is outdated, newer functionality is required.  Grab the most recent version that works with the compat-wireless drivers that we installed.  0.6.10 is the newest in the 0.6.x tree but it has a bug that causes it to fail with some cards, use 0.6.9.&lt;br /&gt;
&lt;br /&gt;
Install build dependencies for hostapd&lt;br /&gt;
 $ sudo apt-get install libnl-dev libssl-dev&lt;br /&gt;
Get hostapd 0.6.9&lt;br /&gt;
 $ wget http://w1.fi/releases/hostapd-0.6.9.tar.gz&lt;br /&gt;
 $ tar xvf hostapd-0.6.9.tar.gz&lt;br /&gt;
 $ cd hostapd-0.6.9/hostapd&lt;br /&gt;
 $ cp defconfig ./.config&lt;br /&gt;
Edit the .config file to enable the proper drivers:&lt;br /&gt;
*Enable nl80211 driver&lt;br /&gt;
 CONFIG_DRIVER_NL80211=y&lt;br /&gt;
*Enable IEEE 802.11n (High Throughput) support&lt;br /&gt;
 CONFIG_IEEE80211N=y&lt;br /&gt;
Build and Install hostapd&lt;br /&gt;
 $ make&lt;br /&gt;
 $ sudo make install&lt;br /&gt;
Copy the config file to /etc/hostapd&lt;br /&gt;
 $ sudo mkdir -p /etc/hostapd&lt;br /&gt;
 $ sudo cp hostapd.conf /etc/hostapd&lt;br /&gt;
&lt;br /&gt;
== Config Files ==&lt;br /&gt;
=== /etc/network/interfaces ===&lt;br /&gt;
Make a backup of your original interfaces file:&lt;br /&gt;
 $ sudo mv /etc/network/interfaces /etc/network/interfaces.bak&lt;br /&gt;
The interfaces file shown here is based on the setup described in the overview above.&lt;br /&gt;
 auto lo eth1 br0 eth0&lt;br /&gt;
 # Loopback Interface&lt;br /&gt;
 iface lo inet loopback&lt;br /&gt;
 # Internet Interface&lt;br /&gt;
 iface eth1 inet dhcp&lt;br /&gt;
 # LAN Interface&lt;br /&gt;
 iface eth0 inet manual&lt;br /&gt;
 	up /sbin/ifconfig eth0 up&lt;br /&gt;
 	down /sbin/ifconfig eth0 down&lt;br /&gt;
 # Wireless Interface&lt;br /&gt;
 iface wlan0 inet manual&lt;br /&gt;
 # Wireless/LAN Bridge&lt;br /&gt;
 iface br0 inet static&lt;br /&gt;
 	address 192.168.80.1&lt;br /&gt;
 	network 192.168.80.0&lt;br /&gt;
 	netmask 255.255.255.0&lt;br /&gt;
 	broadcast 192.168.80.255&lt;br /&gt;
 	pre-up /usr/sbin/brctl addbr br0&lt;br /&gt;
 	pre-up /usr/sbin/brctl addif br0 eth0&lt;br /&gt;
 	pre-up /usr/local/bin/hostapd -B /etc/hostapd/hostapd.conf&lt;br /&gt;
 	pre-up /usr/sbin/brctl addif br0 wlan0&lt;br /&gt;
        up /sbin/ifconfig br0 inet 192.168.80.1 broadcast 192.168.80.255 netmask 255.255.255.0&lt;br /&gt;
 	post-down /usr/sbin/brctl delif br0 eth0&lt;br /&gt;
 	post-down /usr/sbin/brctl delif br0 wlan0&lt;br /&gt;
 	post-down /usr/sbin/brctl delbr br0&lt;br /&gt;
&lt;br /&gt;
=== /etc/hostapd/hostapd.conf ===&lt;br /&gt;
Edit /etc/hostapd/hostapd.conf and verify/change the following:&lt;br /&gt;
 interface=wlan0&lt;br /&gt;
 driver=nl80211&lt;br /&gt;
 ssid=yourssidhere&lt;br /&gt;
 hw_mode=g&lt;br /&gt;
 ieee80211n=1&lt;br /&gt;
&lt;br /&gt;
=== /etc/default/dhcp3-server ===&lt;br /&gt;
Configure the dhcp server to respond to request from devices on the bridge instead of the wired connection alone.&lt;br /&gt;
 $ echo &#039;INTERFACES=&amp;quot;br0&amp;quot;&#039; | sudo tee /etc/default/dhcp3-server&lt;br /&gt;
&lt;br /&gt;
== Security/Encryption ==&lt;br /&gt;
All security/encryption related settings are in /etc/hostapd/hostapd.conf.  Edit this file as needed.&lt;br /&gt;
A good starting point for a wpa &amp;amp; wpa2 enabled access point is:&lt;br /&gt;
&lt;br /&gt;
 macaddr_acl=0&lt;br /&gt;
 auth_algs=1&lt;br /&gt;
 ignore_broadcast_ssid=0&lt;br /&gt;
 wpa=3&lt;br /&gt;
 wpa_passphrase=YourPassPhrase&lt;br /&gt;
 wpa_key_mgmt=WPA-PSK&lt;br /&gt;
 wpa_pairwise=TKIP&lt;br /&gt;
 rsn_pairwise=CCMP&lt;br /&gt;
&lt;br /&gt;
(from: http://linuxwireless.org/en/users/Documentation/hostapd#Authentication_and_Encryption )&lt;br /&gt;
&lt;br /&gt;
== Restart Networking ==&lt;br /&gt;
Restart the networking engine, or reboot.&lt;br /&gt;
 $ sudo service networking restart&lt;br /&gt;
&#039;&#039;&#039;or&#039;&#039;&#039;  (in case the above didn&#039;t work)&lt;br /&gt;
 $ /etc/init.d/networking restart&lt;br /&gt;
&lt;br /&gt;
= Using madwifi drivers =&lt;br /&gt;
WORK IN PROGRESS&lt;br /&gt;
&lt;br /&gt;
== Hardware setup ==&lt;br /&gt;
&lt;br /&gt;
* Dell Optiplex Gx620 &lt;br /&gt;
* WiFi card with Atheros chipset (using madwifi drivers)&lt;br /&gt;
* Linux MCE 810 alpha2&lt;br /&gt;
&lt;br /&gt;
If you install LMCE from scratch make sure that your wifi card is NOT inserted prior to installation so that LMCE doesn&#039;t use it as the internal network interface. After LCME installation has finished, insert the wifi card.&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
&lt;br /&gt;
the idea is to combine or bridge eth1 and ath0 to a new virtual interface called br0. &lt;br /&gt;
&lt;br /&gt;
* -&amp;gt; eth0 connects to my ADSL modem          (192.168.1.0)&lt;br /&gt;
* -&amp;gt; eth1 connects to my internal LAN switch (192.168.80.0)&lt;br /&gt;
* -&amp;gt; ath0 connects the wireless part of my internal network (192.168.80.0)&lt;br /&gt;
&lt;br /&gt;
== Needed packages ==&lt;br /&gt;
&lt;br /&gt;
* hostapd&lt;br /&gt;
* bridge&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Config files ==&lt;br /&gt;
&lt;br /&gt;
=== /etc/network/interfaces ===&lt;br /&gt;
&lt;br /&gt;
We&#039;ll make a copy of /etc/network/interfaces in case something goes wrong before we edit it.&lt;br /&gt;
&lt;br /&gt;
 mv /etc/network/interfaces /etc/network/interfaces.bck&lt;br /&gt;
&lt;br /&gt;
 joe /etc/network/interfaces&lt;br /&gt;
&lt;br /&gt;
 auto lo eth0 eth1 br0&lt;br /&gt;
automatically initialise eth0 (external interface) eth1 (internal LAN) and br0 (our bridge interface). Keep ath0 out of this for now, we&#039;ll initialise it separately.&lt;br /&gt;
&lt;br /&gt;
 iface lo inet loopback&lt;br /&gt;
&lt;br /&gt;
 # Internet Interface&lt;br /&gt;
 iface eth0 inet static&lt;br /&gt;
        address 192.168.1.2&lt;br /&gt;
        netmask 255.255.255.0&lt;br /&gt;
        gateway 192.168.1.1&lt;br /&gt;
        dns-nameservers 192.168.1.1&lt;br /&gt;
&lt;br /&gt;
Fill in your own settings here, in my case 192.168.1.1 is the ADSL modem. Alternatively you can use dhcp to get the adress details from your ADSL modem.&lt;br /&gt;
&lt;br /&gt;
 # LAN interface&lt;br /&gt;
 iface eth1 inet manual&lt;br /&gt;
   up /sbin/ifconfig eth0 up&lt;br /&gt;
   down /sbin/ifconfig eth0 down&lt;br /&gt;
&lt;br /&gt;
The internal interface, note that it doesn&#039;t get an adress assigned.&lt;br /&gt;
&lt;br /&gt;
 # Wireless interface&lt;br /&gt;
 auto ath0&lt;br /&gt;
 iface ath0 inet manual&lt;br /&gt;
   up /sbin/ifconfig ath0 up&lt;br /&gt;
&lt;br /&gt;
The wireless interface, again no adress details here.&lt;br /&gt;
&lt;br /&gt;
 iface br0 inet static&lt;br /&gt;
    address 192.168.80.1&lt;br /&gt;
    network 192.168.80.0&lt;br /&gt;
    netmask 255.255.255.0&lt;br /&gt;
    broadcast 192.168.80.255&lt;br /&gt;
    pre-up /usr/sbin/brctl addbr br0&lt;br /&gt;
    pre-up /usr/sbin/brctl addif br0 eth1&lt;br /&gt;
&lt;br /&gt;
The fun part. Finally we assign the adress for the internal LAN to the bridge interace br0 (I&#039;m sticking here with the standard LMCE network 80.0). The pre-up will create a bridge and add the eth1  interface to it. &lt;br /&gt;
&lt;br /&gt;
    pre-up /sbin/wlanconfig ath0 destroy&lt;br /&gt;
    pre-up /sbin/wlanconfig ath0 create wlandev wifi0 wlanmode ap&lt;br /&gt;
    pre-up /sbin/iwconfig ath0 channel 3&lt;br /&gt;
&lt;br /&gt;
This part is necessary as the atheros interface has some issues to switch ino access point mode (master mode)&lt;br /&gt;
&lt;br /&gt;
    pre-up /usr/sbin/brctl addif br0 ath0&lt;br /&gt;
&lt;br /&gt;
After firing up the wireless interface we add it to the bridge as well.&lt;br /&gt;
&lt;br /&gt;
    post-down /usr/sbin/brctl delif br0 eth1&lt;br /&gt;
    post-down /usr/sbin/brctl delif br0 ath0&lt;br /&gt;
    post-down /usr/sbin/brctl delbr br0&lt;br /&gt;
&lt;br /&gt;
Just some lines to define how to cleanly shut down the bridge: remove both interfaces and then remove the bridge interace itself&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
We need to set the bridge (which contains eth1 and ath0) as the new interface for the dhcpd server. &lt;br /&gt;
Edit /etc/default/dhcp.conf as followed:&lt;br /&gt;
&lt;br /&gt;
    INTERFACES=&amp;quot;br0&amp;quot;&lt;br /&gt;
&lt;br /&gt;
/etc/default/dhcpd3/dhcpd.conf&lt;br /&gt;
&lt;br /&gt;
=== wireless configuration ===&lt;br /&gt;
&lt;br /&gt;
We&#039;ll use hostapd to manage the wireless part as it provides WPA encryption. I suggest that you first try to setup your network without encryption, make sure it works and then enable encryption.&lt;br /&gt;
&lt;br /&gt;
== Enable WPA encryption ==&lt;br /&gt;
&lt;br /&gt;
* edit the /etc/hostapd&lt;br /&gt;
&lt;br /&gt;
== Set static IP adresses ==&lt;br /&gt;
&lt;br /&gt;
It is possible to set static ip adresses manually instead of using LMCE.&lt;/div&gt;</summary>
		<author><name>Twodogs</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Category:Network_Tutorials&amp;diff=29085</id>
		<title>Category:Network Tutorials</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Category:Network_Tutorials&amp;diff=29085"/>
		<updated>2011-11-09T21:31:13Z</updated>

		<summary type="html">&lt;p&gt;Twodogs: Created page with &amp;quot;General Tutorials&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;General Tutorials&lt;/div&gt;</summary>
		<author><name>Twodogs</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=AVWizard&amp;diff=29084</id>
		<title>AVWizard</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=AVWizard&amp;diff=29084"/>
		<updated>2011-11-09T21:27:30Z</updated>

		<summary type="html">&lt;p&gt;Twodogs: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category: AV_Wizard]]&lt;br /&gt;
{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
This page covers the aspects of the AVWizard that the end user will be interested in.  If you want to customise the AVWizard for your needs, like writing a separate backend, see [[AVWizard for developers]].&lt;br /&gt;
&lt;br /&gt;
==Background==&lt;br /&gt;
&lt;br /&gt;
LinuxMCE is intended to act like a normal consumer A/V device, even though it is PC based.  As a result, the process for configuring displays is substantially different from configuring X11 on a normal Linux machine, and the A/V Wizard has been designed to make this process as easy as possible.  Please see the [[EDID]] page for more details on the reasons behind the way it has been designed.&lt;br /&gt;
&lt;br /&gt;
==Starting A/V Wizard==&lt;br /&gt;
===Initially===&lt;br /&gt;
This wizard is started automatically the very first time the system boots; it does not automatically start after that.&lt;br /&gt;
&lt;br /&gt;
===Starting A/V Wizard from the LinuxMCE menu===&lt;br /&gt;
The A/V wizard can be restarted at any time from the LinuxMCE menu by choosing Advanced--&amp;gt; Advanced--&amp;gt; A/V Wizard.&lt;br /&gt;
&lt;br /&gt;
===Restarting the AVWizard during bootup===&lt;br /&gt;
Alternatively, the AV Wizard can be started during bootup. Either hold down the Shift key on the keyboard, or press the &amp;quot;A/V Menu&amp;quot; button on the remote to make the A/V wizard start. During bootup you should hear a series of escalating beeps to tell you when LinuxMCE is monitoring the Shift (and &amp;quot;A/V Menu&amp;quot;) keys.  &lt;br /&gt;
&lt;br /&gt;
When you hear the descending beeps it means that you&#039;re too late; the bootup has already gone past the AV Wizard check and LinuxMCE has already started.&lt;br /&gt;
&lt;br /&gt;
==How A/V Wizard Starts==&lt;br /&gt;
When A/V Wizard starts it always outputs 640x480 on the VGA connector. If you are &#039;&#039;not&#039;&#039; using a VGA connector, you will likely see a black screen when the A/V Wizard starts (even if you previously saw the Kubuntu boot splash).  You will know that the A/V Wizard is running, however, because you will hear a series of beeps. If you then have video after hearing the beeps, proceed to [[AVWizard_Step_by_Step| complete the A/V Wizard]]. If not, see the next section.&lt;br /&gt;
&lt;br /&gt;
==What to do if A/V Wizard does not start==&lt;br /&gt;
Press the number 1 through 5 on the keyboard (or the remote control) to switch to the active connector. Wait 15 seconds, and you will hear that same sequence of beeps telling you that A/V Wizard has now restarted. If you don&#039;t hear the beeps after 15 seconds, press the number for your connector again.  Some users may find that pushing &#039;QWERTY&#039; keys may have the same effect.&lt;br /&gt;
  &lt;br /&gt;
    &amp;lt;pre&amp;gt; Keys for choosing a connector:&lt;br /&gt;
&lt;br /&gt;
1: DVI&lt;br /&gt;
2: VGA&lt;br /&gt;
3: Component&lt;br /&gt;
4: Composite&lt;br /&gt;
5: S-Video&lt;br /&gt;
Q: DVI-2&lt;br /&gt;
W: VGA-2&lt;br /&gt;
L: LVDS&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
If you hear the beeps but still don&#039;t see a picture, it&#039;s possible that the display you&#039;re using cannot handle 640x480.  Press the number 6-9, or 0, as shown below, to select your resolution.  Again, 15 seconds later, you should hear the beeps when the A/V Wizard is restarted. If you again need to choose a connector (other than the default VGA), press the 1-5 key (as above) and wait until you hear the beeps again. Repeat as often as needed.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
Keys for choosing a resolution:&lt;br /&gt;
&lt;br /&gt;
6: 640x480&lt;br /&gt;
7: 1024x768&lt;br /&gt;
8: 720p&lt;br /&gt;
9: 1080i&lt;br /&gt;
0: 1080p&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(&#039;&#039;Note: Due to a bug in the 0704 release, the numeric keys 0-9 on the Windows XP I/R remote may not be able to set your output connector &amp;amp; resolution. Use the 0-9 keys on the keyboard instead, or use another remote.&#039;&#039;)&lt;br /&gt;
&lt;br /&gt;
=== Controlling AVWizard via a USB Game Pad ===&lt;br /&gt;
&lt;br /&gt;
It is possible to use a USB game pad to navigate the AV Wizard and to set video modes. Read [[Control TV Orbiter Using Game Pad#Usage in AV Wizard]] for more information.&lt;br /&gt;
&lt;br /&gt;
== Once AV Wizard is started. ==&lt;br /&gt;
&lt;br /&gt;
Once you have a picture you can proceed to complete the A/V Wizard. You can then resize your user interface to fit your screen, choose your audio outputs, and so on. Follow the [[AVWizard Step by Step]] instructions.&lt;br /&gt;
&lt;br /&gt;
If you have more than one video card, or a video card and an onboard video chipset LMCE might not be using the correct one, and so you will still get a black screen. To use a card rather than your onboard chipset, go into your BIOS and disable the onboard chipset - note some BIOSs cannot disable, they can only set your card as the primary or initial video chipset, if so then do that.&lt;br /&gt;
&lt;br /&gt;
If you were able to disable the onboard chipset in your BIOS, then you should be ready to run the AV Wizard - the Linux kernel will not even see the onboard chipset, so will select the card for output.&lt;br /&gt;
&lt;br /&gt;
If you could only set the card as primary (and not disable the onboard chipset) the you will probably notice that you now see the Kubuntu splash screen and progress bar during start up that you didn&#039;t see before. However, once you reach the AV Wizard, the screen goes black again - here it is defaulting to your onboard chipset.&lt;br /&gt;
&lt;br /&gt;
To correct this, reboot and hit Escape during the GRUB boot menu (just after the BIOS self test), and choose the recovery option. Once you get a command line, you can execute the lspci command - this will list all your PCI interfaced devices, including the onboard and card video chipsets. Make a note of the PCI BusID of the card, eg 2:0:0&lt;br /&gt;
&lt;br /&gt;
Now use a text editor and edit /etc/X11/xorg.conf. In the Device section you will see the PCI BusID specified - this is probably set to your onboard chipset&#039;s ID. Change this to the ID you noted above, save the file and reboot.&lt;br /&gt;
&lt;br /&gt;
==AVWizard steps==&lt;br /&gt;
:&#039;&#039;See [[AVWizard Step by Step]] for detailed screen-by-screen instructions.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
AVWizard is an easy 10 step configuration wizard:&lt;br /&gt;
&lt;br /&gt;
*AV Welcome screen&lt;br /&gt;
*AV Resolution and Refresh screen&lt;br /&gt;
*AV Video Resolution counter&lt;br /&gt;
*AV UI Switcher&lt;br /&gt;
*AV Video Output&lt;br /&gt;
*AV Audio Connector&lt;br /&gt;
*AV Audio Volume&lt;br /&gt;
*AV Dolby Test&lt;br /&gt;
*AV DTS Test&lt;br /&gt;
*AV Final Selections&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
After that an [[Orbiter Generator]] will be launched, to create an [[Orbiter]] (remote control) for that tool.&lt;br /&gt;
&lt;br /&gt;
==Running A/V Wizard from the Commandline==&lt;br /&gt;
If you are having difficulty running the AVWizard normally (by selecting the option in the Orbiter) it can be run manually by typing in the command line. &amp;lt;pre&amp;gt;/usr/pluto/bin/AVWizard_Run.sh&amp;lt;/pre&amp;gt; &lt;br /&gt;
Note that you should kill X and any process trying to reload it before running the wizard. You should only do this if your attempt to run it normally fails for whatever reason.&lt;br /&gt;
Note: I had to use &amp;lt;pre&amp;gt;sudo -s /usr/pluto/bin/AVWizard_Run.sh&amp;lt;/pre&amp;gt; to get my AVWizard to restart.&lt;br /&gt;
[[Category: Tutorials]]&lt;/div&gt;</summary>
		<author><name>Twodogs</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Media&amp;diff=29083</id>
		<title>Media</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Media&amp;diff=29083"/>
		<updated>2011-11-09T21:26:16Z</updated>

		<summary type="html">&lt;p&gt;Twodogs: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Links==&lt;br /&gt;
&lt;br /&gt;
*[[:Category:Displays|Displays]]&lt;br /&gt;
*[[:Category:Projectors|Projectors]]&lt;br /&gt;
*[[:Category:Video|Video Sources - TV Cards, PVRs, Streaming]]&lt;br /&gt;
*[[:Category:Amps_Receivers|Amps and Receivers]]&lt;br /&gt;
*[[:Category:Media_Tutorials|General Media Tutorials]]&lt;br /&gt;
&lt;br /&gt;
==About==&lt;/div&gt;</summary>
		<author><name>Twodogs</name></author>
	</entry>
</feed>