<?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=Buggman</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=Buggman"/>
	<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php/Special:Contributions/Buggman"/>
	<updated>2026-05-11T05:39:16Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Make_a_DCE_Device_in_5_minutes&amp;diff=29378</id>
		<title>Make a DCE Device in 5 minutes</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Make_a_DCE_Device_in_5_minutes&amp;diff=29378"/>
		<updated>2012-01-22T01:37:36Z</updated>

		<summary type="html">&lt;p&gt;Buggman: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category: Programmer&#039;s Guide]]&lt;br /&gt;
 &lt;br /&gt;
There are 2 ways to add a new device.  &lt;br /&gt;
* For most external devices that are controlled by  RS232, USB or Ethernet, you can use GSD (Generic Serial Device).  There is a &#039;fill-in-the-blanks&#039; web form for you to specify the protocol--no programming is required.  GSD also includes an embedded Ruby-language processor, so you can do almost anything and even complex, sophisticated devices can be created easily.  Whatever protocol and Ruby commands you input are automatically sent back to our master database and shared with all other LinuxMCE users, so everyone can use the device (you can turn this option off).  Nearly all external devices, like home automation components, use GSD.  &lt;br /&gt;
* We also have a generator that will build you a cross-platform C++ project.  LinuxMCE&#039;s sophisticated, internal devices like Bluetooth communication, software media players, etc. are all written in C/C++.&lt;br /&gt;
&lt;br /&gt;
Either way,&lt;br /&gt;
# Define the data, commands and events for your device.  Go to the [[LinuxMCE Admin Website]] that was installed on your computer when you installed LinuxMCE.  Login, and choose &amp;quot;Advanced&amp;quot;, &amp;quot;Device Templates&amp;quot;.&lt;br /&gt;
## Find an existing device that has a similar function to the one you want to create&lt;br /&gt;
## Choose an existing manufacturer and/or category to see some the devices in the &amp;quot;Models&amp;quot; list&lt;br /&gt;
## Click edit to view the device&#039;s data, commands and events&lt;br /&gt;
## Note that the commands are put into &#039;groups&#039;, so you will need to click on the command group to see the commands that device implements&lt;br /&gt;
## Now figure out what data, commands and events your device will use.  You can also click on &amp;quot;Advanced&amp;quot;, &amp;quot;DCE&amp;quot; to view a list of all the commands in the system and which devices implement them.  The data parameters is not really important.  It can be anything your device will need to run.  For example, if the device is going to control some equipment via RS232, you&#039;ll want a parameter to indicate the COM port.&lt;br /&gt;
# Figure out what command your device will want to implement.  Here it&#039;s more important to try to use the same commands in the same way as other, similar devices.  This will mean that the remote controls (Orbiters) for those devices will work for yours too.&lt;br /&gt;
# Also, other developers may expect your device to implement a logical command.  For example, someone may develop a doorbell device, which allows the user to pause all his media when someone is at the door so he will hear the  bell.  The doorbell device may, therefore, send a &amp;quot;Pause&amp;quot; command destined to every device in the house of the category &amp;quot;Media Player&amp;quot;, expecting that any media player should know what that means.&lt;br /&gt;
# From the Device Template list page there is also a link to manage commands which lets you see all the existing commands, what parameters they take, what devices implement them, and how, so that you can be sure your device is capable of behaving in a similar manner.  Of course, you can add as much custom functionality as you want, but it&#039;s recommended that your device implements at least the basics in a consistent manner.  On/Off, skip forward, skip back, etc.&lt;br /&gt;
# Decide on what events your device should fire.  Again, try to use the same events in the same way as similar devices.  The user may have created an event handler, for example, that turns on a siren when the &amp;quot;Security Breach&amp;quot; event is detected.  If you are making a device for an alarm panel and see that the other panels fire the &amp;quot;Security Breach&amp;quot; event, then if yours fires the same event other users can swap his current panel for yours and know that all his event handlers will still work.  Once you decided on the data, commands and events, you&#039;ve done the hard part.&lt;br /&gt;
# Now just go back to the [[List Page]] page, choose the manufacturer, or add one, and choose a category.&lt;br /&gt;
# Once those are chosen, the &#039;add new&#039; box is available under the Models list.  Type in a descriptive name for your device, and click &#039;add&#039;.&lt;br /&gt;
# You are now on the [[Edit Page]] page.  Check that the device implements DCE.  You can leave alone the remotes, controlled via, package and a/v sections for now.&lt;br /&gt;
# Add your device&#039;s data parameters.  You can use an existing parameter if it&#039;s applicable, or add one.  The name is really just a description.&lt;br /&gt;
# You will see here all the Command Groups that other devices in this category already implement.  Click &#039;Edit Commands&#039; to see what commands are in that group.&lt;br /&gt;
# If there is a group that is appropriate for your device, just enable it to add those commands to your device.&lt;br /&gt;
# You can also create one more new groups.  All commands in all groups you select will be implemented by your device.&lt;br /&gt;
# Then add the commands to your device, explaining how your device implements them.&lt;br /&gt;
# You can also add new commands.  When adding the parameters for your commands, you can make the parameters &amp;quot;out&amp;quot; parameters.  This means when another device sends you the command, you will get a pointer to this parameter--rather than the parameter itself.  You just assign the value you want to return, and the other device that sent you the command will see it.&lt;br /&gt;
# Lastly, add the events, and click save.&lt;br /&gt;
# Now, decide how you want to implement your device.  Choose one of the following: [[GSD]] or [[Cpp]].&lt;/div&gt;</summary>
		<author><name>Buggman</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=LinuxMCE_Admin_Website&amp;diff=29377</id>
		<title>LinuxMCE Admin Website</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=LinuxMCE_Admin_Website&amp;diff=29377"/>
		<updated>2012-01-21T23:41:29Z</updated>

		<summary type="html">&lt;p&gt;Buggman: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category: Documentation]]&lt;br /&gt;
&lt;br /&gt;
[[Category: Programmer&#039;s Guide]]&lt;br /&gt;
{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
&#039;&#039;&amp;lt;center&amp;gt;&amp;lt;small&amp;gt;If you were directed here from your Admin page, see the [[:Help:Contents|Help section]].&amp;lt;/small&amp;gt;&amp;lt;/center&amp;gt;&#039;&#039;&lt;br /&gt;
The LinuxMCE Admin web site is used to setup and configure your LinuxMCE system.  It also allows you to do a lot of other tasks, such as to check your voice-mail, organize your media, etc.  The web site runs on the LinuxMCE Core. You can access it from the Core web browser, or from any other computer connected to the network.  &lt;br /&gt;
&lt;br /&gt;
==Access to the LinuxMCE Admin Website==&lt;br /&gt;
===From a Core or Media Director desktop===&lt;br /&gt;
* Choose &#039;&#039;&#039;Advanced&#039;&#039;&#039; -&amp;gt; &#039;&#039;&#039;Computing&#039;&#039;&#039; -&amp;gt; &#039;&#039;&#039;Web Admin&#039;&#039;&#039; from the menu&lt;br /&gt;
&lt;br /&gt;
===From within your home===&lt;br /&gt;
You can access the LinuxMCE Admin website from any web browser (Mozilla Firefox, IE, Safari):&lt;br /&gt;
&lt;br /&gt;
*In the browser address bar, type the URL &#039;&#039;&amp;lt;nowiki&amp;gt;http://&amp;amp;lt;core_ip&amp;amp;gt;/pluto-admin&amp;lt;/nowiki&amp;gt;&#039;&#039;.&lt;br /&gt;
* From within the &amp;quot;internal&amp;quot; LinuxMCE LAN, for example: &lt;br /&gt;
**&#039;&#039;&amp;lt;nowiki&amp;gt;http://192.168.80.1/pluto-admin&amp;lt;/nowiki&amp;gt;&#039;&#039;&lt;br /&gt;
***(This assumes the IP address range set by default at installation.)&lt;br /&gt;
&lt;br /&gt;
*You can also use the network name of the Core in place of the IP address. For example, if the Core was named &amp;quot;dcerouter&amp;quot; during the default installation, you could use:&lt;br /&gt;
**&#039;&#039;&amp;lt;nowiki&amp;gt;http://dcerouter/pluto-admin&amp;lt;/nowiki&amp;gt;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
*From the &amp;quot;external&amp;quot; home LAN, the core_ip would be the LAN IP address of the core. If, for example, the core is at 192.168.0.50 on the home LAN, use:&lt;br /&gt;
**&#039;&#039;&amp;lt;nowiki&amp;gt;http://192.168.0.50/pluto-admin&amp;lt;/nowiki&amp;gt;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
===From the Internet===&lt;br /&gt;
You could use the IP address:port for your home LAN, with port forwarding to the Core&#039;s LAN IP address (enabled by your home LAN router). &lt;br /&gt;
*&#039;&#039;This is an advanced topic and may not be secure in the current version.&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
By default, the LinuxMCE Admin web site is not accessible outside your home. This makes the system secure, but it prevents you from accessing the web site via the Internet while away from home.  You can [[Outside_Access|turn on Internet access]], allowing access to the admin website anywhere. For your own security, however, we recommend you first read about [[Security &amp;amp; Privacy Issues]].&lt;br /&gt;
&lt;br /&gt;
===Login page===&lt;br /&gt;
*The login page should be displayed. Input an existing user name and password, then click &amp;quot;Login&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
=LinuxMCE Admin Website Sections=&lt;br /&gt;
&lt;br /&gt;
==Admin page structure==&lt;br /&gt;
LinuxMCE is a modular platform with a wide variety of optional modules and devices. Generally, each module will have one or more web pages to configure when using that module.  The LinuxMCE Admin web site has a pull-down menu that lets you quickly access any of those pages.  The menu options for each particular home will be unique, depending on the configuration.&lt;br /&gt;
&lt;br /&gt;
Two menu options will always be displayed.&lt;br /&gt;
&lt;br /&gt;
*The &#039;&#039;[[Wizard Pages|Wizard]]&#039;&#039; is the commonly used way to configure and setup your LinuxMCE system.  When you choose Wizard, you will see a series of steps that depends on what devices you have installed in your home. The pages in the Wizard section are intended to be simple for the average user. Context-sensitive help is provided through a &amp;quot;Help&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
*There are more low level options under the &#039;&#039;Advanced&#039;&#039; option.&lt;br /&gt;
&lt;br /&gt;
==Wizard==&lt;br /&gt;
*[[Wizard Pages]]&lt;br /&gt;
===[[Basic Info]]===&lt;br /&gt;
*[[Installation]]&lt;br /&gt;
*[[Users]]&lt;br /&gt;
*[[Rooms]]&lt;br /&gt;
*[[Keyboard Layout]]&lt;br /&gt;
===[[Devices]]===&lt;br /&gt;
*Core&lt;br /&gt;
*[[Interfaces]]&lt;br /&gt;
*[[AV Devices| A/V Equipment]]&lt;br /&gt;
*[[Media Directors]]&lt;br /&gt;
*[[Orbiters]]&lt;br /&gt;
*[[Lights]]&lt;br /&gt;
*[[Climate]]&lt;br /&gt;
*[[Irrigation Devices]]&lt;br /&gt;
*[[Devices Security | Security]]&lt;br /&gt;
*[[Surveillance Cameras]]&lt;br /&gt;
*[[Phone Extensions| Phones]]&lt;br /&gt;
*[[Phone Lines]]&lt;br /&gt;
*[[Generic Serial Devices]]&lt;br /&gt;
*[[Floorplans |Floorplan Wizard]]&lt;br /&gt;
===[[Scenarios]]===&lt;br /&gt;
*[[Lighting Scenarios]]&lt;br /&gt;
*[[Media Scenarios]]&lt;br /&gt;
*[[Climate Scenarios]]&lt;br /&gt;
*[[Irrigation Scenarios]]&lt;br /&gt;
*[[Security Scenarios]]&lt;br /&gt;
*[[Telecom Scenarios]]&lt;br /&gt;
*[[Mobile Orbiter Scenarios]]&lt;br /&gt;
*[[Sleeping Scenarios]]&lt;br /&gt;
&lt;br /&gt;
===[[Events | Events Handler]]===&lt;br /&gt;
*[[Respond to Events]]&lt;br /&gt;
*[[Timed Events]]&lt;br /&gt;
===Security===&lt;br /&gt;
*[[Settings By Alert Type]]&lt;br /&gt;
*[[Active sensors]]&lt;br /&gt;
*[[Security-Video Links]]&lt;br /&gt;
*[[Notifications| Cellphone Notifications]]&lt;br /&gt;
*[[Outside Access]]&lt;br /&gt;
===[[Restart]]===&lt;br /&gt;
&lt;br /&gt;
==Advanced==&lt;br /&gt;
===Software===&lt;br /&gt;
*[[Add Software]]&lt;br /&gt;
*[[Software Versions]]&lt;br /&gt;
*[[Boot Sequence]]&lt;br /&gt;
*[[Packages]]&lt;br /&gt;
&lt;br /&gt;
===Network===&lt;br /&gt;
*[[Network Settings]]&lt;br /&gt;
*[[Firewall Rules]]&lt;br /&gt;
*[[WAP/GPRS Settings]]&lt;br /&gt;
*[[Dynamic DNS Settings]]&lt;br /&gt;
&lt;br /&gt;
===Configuration===&lt;br /&gt;
* [[Advanced Pages Devices| Devices]]&lt;br /&gt;
* Unknown Devices&lt;br /&gt;
* [[Device Templates]]&lt;br /&gt;
** [[Edit Device Template]]&lt;br /&gt;
* Device Category Device Data&lt;br /&gt;
* [[Advanced Pages Scenarios | Scenarios]]&lt;br /&gt;
* [[Advanced Pages Events | Events]]&lt;br /&gt;
* [[Phones Setup]]&lt;br /&gt;
* [[Backup and Restore | Backups]]&lt;br /&gt;
* [[Create_RAID_in_LMCE#Creating_RAID| RAID]]&lt;br /&gt;
&lt;br /&gt;
===[[Privacy Settings]]===&lt;br /&gt;
* [[Users#Users and Orbiters|Users-Orbiters]]&lt;br /&gt;
* [[Users#Users and Rooms|Users-Rooms]]&lt;br /&gt;
* [[Users#Restrict Access|Restrict Access]]&lt;br /&gt;
&lt;br /&gt;
===sqlCVS===&lt;br /&gt;
* Update&lt;br /&gt;
* Checkin&lt;br /&gt;
* Diff&lt;br /&gt;
* View Batch&lt;br /&gt;
&lt;br /&gt;
===[[DCE]]===&lt;br /&gt;
* Device Data&lt;br /&gt;
* Commands&lt;br /&gt;
* Events&lt;br /&gt;
&lt;br /&gt;
==Automation==&lt;br /&gt;
*[[Device Status]]&lt;br /&gt;
*[[Execute Scenarios]]&lt;br /&gt;
==Security==&lt;br /&gt;
*[[Alert Logs]]&lt;br /&gt;
*[[Mode Change Logs]]&lt;br /&gt;
*[[Status]]&lt;br /&gt;
*[[View Cameras]]&lt;br /&gt;
==Files &amp;amp; Media==&lt;br /&gt;
* Media Browser&lt;br /&gt;
* [[Media Files Sync]]&lt;br /&gt;
* Playlist&lt;br /&gt;
* Media Providers&lt;br /&gt;
* Bookmarks&lt;br /&gt;
* [[Cover Art]]&lt;br /&gt;
* Ripping Status&lt;br /&gt;
&lt;br /&gt;
==Telecom==&lt;br /&gt;
* My Voicemail&lt;br /&gt;
* General Voicemail&lt;br /&gt;
* Phone book&lt;br /&gt;
* Call Routing&lt;br /&gt;
* Priority Callers&lt;br /&gt;
* Callers for me&lt;br /&gt;
&lt;br /&gt;
The following is leftover from another page:&lt;br /&gt;
&lt;br /&gt;
=Development=&lt;br /&gt;
Doing development against the linuxMCE web administration requires acessing the files either locally with your editor of choice, or even remotely. Its also a good idea to install phpmyadmin, which will let you view the tables and such associated with the linuxMCE installation your working with. The web admin is located on your core in &#039;&#039;&#039;/var/www/lmce-admin&#039;&#039;&#039; and in the svn under &#039;web&#039;.&lt;br /&gt;
&lt;br /&gt;
It currently employs a large index file with case switching for the majority of pages, with those pages then leading to others relating to their specific function. The database also employs ADODB for most of the operations involving database transactions. Pages involve the use of template&#039;s with javascript objects writing data to the page. Please note, this is &#039;&#039;&#039;quite the basic&#039;&#039;&#039; overview.&lt;br /&gt;
&lt;br /&gt;
==Network Share Method== &lt;br /&gt;
&lt;br /&gt;
The most simple method of making &#039;&#039;&#039;/lmce-admin&#039;&#039;&#039; available for editing outside of the core on your local network involves modifying samba. Please note: samba fixes itself on reboot and  you will need to modify the config again to regain access to the files.&lt;br /&gt;
&lt;br /&gt;
Edit &#039;&#039;&#039;/etc/samba/samba.conf&#039;&#039;&#039; and add this before the last line:&lt;br /&gt;
&lt;br /&gt;
 [www]&lt;br /&gt;
 comment = Web server files&lt;br /&gt;
 browseable = yes&lt;br /&gt;
 writable = yes&lt;br /&gt;
 create mask = 0770&lt;br /&gt;
 directory mask = 0770&lt;br /&gt;
 path = /var/www&lt;br /&gt;
 public = no&lt;br /&gt;
 guest ok = no&lt;br /&gt;
 force user = www-data&lt;br /&gt;
 force group = www-data&lt;br /&gt;
&lt;br /&gt;
Then restart samba by typing into the console &lt;br /&gt;
 /etc/init.d/samba restart&lt;br /&gt;
&lt;br /&gt;
And now the lmce-admin directory will appear as a share on the local network. &lt;br /&gt;
&lt;br /&gt;
==Adding custom entries in LinuxMCE Admin menus==&lt;br /&gt;
&lt;br /&gt;
Currently only option is to enter entries into Pluto_main database, table PageSetup. There you&#039;ll find other entries already, go to the end and add yours (but be careful not to break anything and also save your changes, cause they can probably lost in migration or updates - not sure)...&lt;br /&gt;
&lt;br /&gt;
Anyway for simple test I&#039;ve created two entries: &amp;quot;Tinia&amp;quot; as main menu entry (after Telecom) and then subentry for phpmyadmin that I frequently use. If I highlight only important fields, my entries look like this :&lt;br /&gt;
&lt;br /&gt;
 &#039;&#039;&#039;PK_PageSetup FK_..._Parent Website OrderNum FK_Package Description   pageURL                   showInTopMenu&#039;&#039;&#039;&lt;br /&gt;
 190  	    NULL  	        1  	70  	NULL  	Tinia  	   	                                 1  	&lt;br /&gt;
 191 	    190 	        1 	0 	NULL 	PHPMyAdmin   http://192.168.0.1/phpmyadmin/ 	1&lt;br /&gt;
&lt;br /&gt;
If FK_PageSetup_Parent is empty, then you&#039;ll have main entry on green main bar. If you want subentry, then you just specify PK_PageSetup of your parent in FK_PageSetup_Parent. You can also add URL&lt;/div&gt;</summary>
		<author><name>Buggman</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Installation_Guide&amp;diff=29360</id>
		<title>Installation Guide</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Installation_Guide&amp;diff=29360"/>
		<updated>2012-01-21T02:49:27Z</updated>

		<summary type="html">&lt;p&gt;Buggman: &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;
==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;
==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;
# 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;br /&gt;
==Links==&lt;br /&gt;
&lt;br /&gt;
*[[:Category:AV_Wizard|AV Wizard]]&lt;br /&gt;
*[[:Category:Installation_Tutorials|General Installation Tutorials]]&lt;/div&gt;</summary>
		<author><name>Buggman</name></author>
	</entry>
</feed>