<?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=Adriel</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=Adriel"/>
	<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php/Special:Contributions/Adriel"/>
	<updated>2026-05-11T05:52:03Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Installing_0810&amp;diff=28207</id>
		<title>Installing 0810</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Installing_0810&amp;diff=28207"/>
		<updated>2011-07-28T04:11:46Z</updated>

		<summary type="html">&lt;p&gt;Adriel: /* DVD Installation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&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 DVD, grab it via the torrent [http://www.linuxmce.org/index.php/download here] or if you want use the following link to obtain the latest [http://linuxmce.iptp.org/snapshots/ snapshot] &#039;&#039;&#039;Highly recommended&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Upon DVD boot, select LinuxMCE install(it is the bottom option)&#039;&#039;&#039;. This will install a regular Kubuntu 810 system, with an additional button on the desktop to install LinuxMCE upon restart. Let Kubuntu&#039;s install run through, and after restart, login.&lt;br /&gt;
Open a terminal and run&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;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039;: For some of the new [http://linuxmce.iptp.org/snapshots/ snapshot] builds this is no longer required (is built into the LinuxMCE install)&lt;br /&gt;
&lt;br /&gt;
Once you have done this, you can 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>Adriel</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Talk:ASUS_EeeBox_PC_B202&amp;diff=26449</id>
		<title>Talk:ASUS EeeBox PC B202</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Talk:ASUS_EeeBox_PC_B202&amp;diff=26449"/>
		<updated>2010-12-25T23:49:24Z</updated>

		<summary type="html">&lt;p&gt;Adriel: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hey Phenigma,&lt;br /&gt;
&lt;br /&gt;
I have not been able to get UI1 to work either. After orbiter generation, I can play media for this first time then it will freeze. This happens consistently a few minutes after booting up.&lt;br /&gt;
&lt;br /&gt;
did you have to do something special to get UI1 to work?&lt;br /&gt;
&lt;br /&gt;
Cheers,&lt;br /&gt;
Adriel.&lt;br /&gt;
&lt;br /&gt;
---------&lt;br /&gt;
I have done nothing special with my EeeBox B202 and I have never had a problem getting it to work with UI1.  UI1 works perfectly for me every time I have installed, which is &amp;gt; 2 dozen installs.  There was a time that I had to add the network driver to the initramfs but I don&#039;t believe I&#039;ve had to do that in some time.  Make sure you are using the latest BIOS for you B202, there used to be a an incompatibility with some of the B202 BIOS that would cause systems to lock up after &amp;lt;20 minutes of operation.  Your problem sounds unrelated to orbiter.  Check out all of the DCE device logs and xorg logs, etc to see what is happening on your system /var/log/pluto/*&lt;br /&gt;
phenigma - 20 Dec. 2010&lt;br /&gt;
&lt;br /&gt;
---------&lt;br /&gt;
Thanks - BIOS updated did the trick for UI1 :-)&lt;/div&gt;</summary>
		<author><name>Adriel</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Talk:ASUS_EeeBox_PC_B202&amp;diff=26448</id>
		<title>Talk:ASUS EeeBox PC B202</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Talk:ASUS_EeeBox_PC_B202&amp;diff=26448"/>
		<updated>2010-12-25T23:49:06Z</updated>

		<summary type="html">&lt;p&gt;Adriel: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hey Phenigma,&lt;br /&gt;
&lt;br /&gt;
I have not been able to get UI1 to work either. After orbiter generation, I can play media for this first time then it will freeze. This happens consistently a few minutes after booting up.&lt;br /&gt;
&lt;br /&gt;
did you have to do something special to get UI1 to work?&lt;br /&gt;
&lt;br /&gt;
Cheers,&lt;br /&gt;
Adriel.&lt;br /&gt;
&lt;br /&gt;
---------&lt;br /&gt;
I have done nothing special with my EeeBox B202 and I have never had a problem getting it to work with UI1.  UI1 works perfectly for me every time I have installed, which is &amp;gt; 2 dozen installs.  There was a time that I had to add the network driver to the initramfs but I don&#039;t believe I&#039;ve had to do that in some time.  Make sure you are using the latest BIOS for you B202, there used to be a an incompatibility with some of the B202 BIOS that would cause systems to lock up after &amp;lt;20 minutes of operation.  Your problem sounds unrelated to orbiter.  Check out all of the DCE device logs and xorg logs, etc to see what is happening on your system /var/log/pluto/*&lt;br /&gt;
phenigma - 20 Dec. 2010&lt;br /&gt;
&lt;br /&gt;
Thanks - BIOS updated did the trick for UI1 :-)&lt;/div&gt;</summary>
		<author><name>Adriel</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Talk:ASUS_EeeBox_PC_B202&amp;diff=26396</id>
		<title>Talk:ASUS EeeBox PC B202</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Talk:ASUS_EeeBox_PC_B202&amp;diff=26396"/>
		<updated>2010-12-17T03:49:59Z</updated>

		<summary type="html">&lt;p&gt;Adriel: UI1 works? not for I....&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hey Phenigma,&lt;br /&gt;
&lt;br /&gt;
I have not been able to get UI1 to work either. After orbiter generation, I can play media for this first time then it will freeze. This happens consistently a few minutes after booting up.&lt;br /&gt;
&lt;br /&gt;
did you have to do something special to get UI1 to work?&lt;br /&gt;
&lt;br /&gt;
Cheers,&lt;br /&gt;
Adriel.&lt;/div&gt;</summary>
		<author><name>Adriel</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=MetaData_Handling&amp;diff=26158</id>
		<title>MetaData Handling</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=MetaData_Handling&amp;diff=26158"/>
		<updated>2010-11-16T07:21:00Z</updated>

		<summary type="html">&lt;p&gt;Adriel: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Programmer&#039;s Guide]]&lt;br /&gt;
{{versioninfo|810Status=relevant|810UpdatedDate=8Sept2010|810UpdatedBy=[[User:Langstonius|Langstonius]]}}&lt;br /&gt;
&lt;br /&gt;
LinuxMCE has the ability to tag multiple types of files, even those with no native tagging ability. This allows the persistence of metadata from linuxmce installation to another as the data is written to file. This page is a wide overview of the process used depending on the types of files and their capabilities.&lt;br /&gt;
&lt;br /&gt;
==Basic Handling Overview==&lt;br /&gt;
ANY attribute stored in the media database for a file be it audio, video or otherwise gets stored on a file level as well. How it gets stored, depends on the file:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;mp3&#039;&#039;&#039; files: Embed ALL the data into the ID3 section of the mp3 file. For any attributes that match analogously we use those attribute types for anything THAT DOESN&#039;T we store it in a format that&#039;s read by SerializeClass, in a GEOB tag inside the ID3 section of the file.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Ogg and Flac&#039;&#039;&#039; files, we do similar, using Taglib to map attributes analogously into those media metadata types. TagLib does not support storing blobs, so it can&#039;t store everything into the ogg and flac files. Pictures, are stored, as APIC sections in MP3 files&lt;br /&gt;
or as picture resources in ogg files. Flac files do not have this facility.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;FOR ANYTHING ELSE&#039;&#039;&#039;&lt;br /&gt;
We create what is essentially a file that just contains an ID3 section so it looks like an empty mp3 file alongside the existing file&lt;br /&gt;
which stores the attributes and data in exactly the same way as mp3 files using APIC resources to store pictures, mapping common attributes to id3 attributes and anything else as a SerializeClass blob inside a GEOB section.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;In Practice&#039;&#039;&#039;&lt;br /&gt;
When a new file is detected by UpdateMedia, its data is interrogated, depending on whether there is an ID3 file, or an embedded id3 section, or something that taglib can handle and the data is brought back into the database. If there is a GEOB section then the other attributes not directly analogous will be brought back in.&lt;br /&gt;
&lt;br /&gt;
When the pictures are brought in, a new picture row is made in the picture table, and the appropriate attribute and join tables.&lt;br /&gt;
and the picture is stored in &#039;/home/mediapics/xxxxx.jpg&#039; where &#039;xxxxx&#039; is the PK_Picture row. If tags change on the linuxmce side, they&#039;re supposed to be reincorporated back into the serialized tag form. The URL to an image resource if one was specified, is stored as well.&lt;br /&gt;
&lt;br /&gt;
As per Tschak from IRC 7 sept 2010&lt;br /&gt;
--[[User:Langstonius|Langstonius]] 05:48, 8 September 2010 (CEST)&lt;br /&gt;
&lt;br /&gt;
==Manual file tagging==&lt;br /&gt;
Manually adding or removing attributes can be accomplished by navigating in the webadmin to &#039;Media Files Sync&#039;. You can then select the file or files in question and edit attributes or lookup extended metadata via Imdb, Amazon, or TheTVDB.&lt;br /&gt;
&lt;br /&gt;
==Merging Attributes==&lt;br /&gt;
From time to time you may find the need to combine (merge) or update the name of an attribute used by multiple files.&lt;br /&gt;
&lt;br /&gt;
For example, you may have imported multiple Genres name variations (via IMDB or ID3 data) for a single Genre. E.g. &amp;quot;Sci-Fi&amp;quot;, &amp;quot;Science-Fiction&amp;quot; and &amp;quot;Science Fiction&amp;quot;. This will mean multiple files of the same Genre don&#039;t filter correctly (or you need to select 3 Genres), and it will also clutter your UI.&lt;br /&gt;
&lt;br /&gt;
To fix this, go to the [[LinuxMCE Admin Website]] and select:&lt;br /&gt;
# Select &#039;&#039;&#039;Files &amp;amp; Media&#039;&#039;&#039; =&amp;gt; &#039;&#039;&#039;Media Browser&#039;&#039;&#039;&lt;br /&gt;
# Tick &#039;&#039;&#039;Genre&#039;&#039;&#039; and select &#039;&#039;&#039;Go&#039;&#039;&#039; (leave the search field blank to display all values)&lt;br /&gt;
# Click the &#039;&#039;&#039;Properties&#039;&#039;&#039; link next to the Genre you want to change (e.g change &amp;quot;Science Fiction&amp;quot; to &amp;quot;Science-Fiction&amp;quot;)&lt;br /&gt;
# Update the &#039;&#039;&#039;Name:&#039;&#039;&#039; attribute text box and click &#039;&#039;&#039;update&#039;&#039;&#039; (you may have to scroll to the right to see this text box)&lt;br /&gt;
# If the attribute name already exists a message will be displayed: &amp;quot;The attribute already exists. Do you want to merge this one with it?&amp;quot;&lt;br /&gt;
# Click &#039;&#039;&#039;Yes, merge them&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Do an full [[Orbiter]] regeneration (Wizard =&amp;gt; Devices =&amp;gt; Orbiters) and the new/updated genres should be visible via UI1/2. All files previously tagged should be displayed under the single attribute.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note&#039;&#039;&#039;: The above should work with &#039;&#039;any Attribute&#039;&#039; not just Genres - just replace &#039;&#039;&#039;Genre&#039;&#039;&#039; with the attribute you want to change in the above instructions.&lt;br /&gt;
&lt;br /&gt;
==Automatic File tagging==&lt;br /&gt;
Currently, audio files have the ability to have tags extracted from them and integrated into the LinuxMCE database. This is not the case for video media. A third party source is necessary to get the metadata. This means that updateMedia needs to be extended to do these lookups automatically to enhance and simplify the media experience. The current very basic outline is as follows:&lt;br /&gt;
*Identify video files via updateMedia&lt;br /&gt;
*kick the identified files to a separate daemon to manage grabbing of the data in asynchronous (with updatemedia) manner.&lt;br /&gt;
*identify as television show, film, or other video media. Include xml files residing in the same directory or immediate subdirectories to include metadata from other media centers&lt;br /&gt;
*select appropriate data provider and retrieve metadata. Currently TMDB (The Open Movie Database), the TVDB (open television database).&lt;br /&gt;
*insert data into Linuxmce database, ensure .id3 file is created.&lt;br /&gt;
&lt;br /&gt;
Currently reading and understanding the relevant parts of updateMedia which include but are not limited to:&lt;br /&gt;
 *filehandlerfactory.cpp(h) - This stands as the location to implement commands to notify autotagger.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
http://gitorious.org/linuxmce-autotagger/linuxmce-autotagger - Location of code for project. Currently in Beta phase.&lt;br /&gt;
Due to issues with the recent repository closure, you must install the qt-sdk from their website http://qt.nokia.com. Until the repositories can be updated with the proper debs, i cannot produce a binary for users to just run. Static linking is producing errors which are outside of my expertise to fix at this time. &lt;br /&gt;
&lt;br /&gt;
-if no arguments are provided, it will select &amp;quot;/home/public/data/videos &amp;quot; as the base directory.&lt;br /&gt;
-take a directory argument enclosed in spaces i.e. &amp;quot;/home/public/data/videos/Hard Drive 1 [47]&amp;quot;&lt;br /&gt;
-also takes a filenumber. This can be located via the webadmin. Hovering over a directory link will show the fileid as part of the link&lt;br /&gt;
&lt;br /&gt;
Please note, this will find files a maximum of 1 directories below what was provided. This is done to accomodate structures containing multiple seasons or some other criteria.&lt;br /&gt;
&lt;br /&gt;
This space to be updated with development progress.&lt;br /&gt;
Have decided on a strict filename scheme. This is due to the fact that much energy can be expended on parsing oddly named files.&lt;br /&gt;
Considering the fact there is a manual lookup system written and in place which provides more naming flexibility, it seems fair &lt;br /&gt;
to make the automatic metadata lookup more strict. The current file name conventions i have settled on are the following:&lt;br /&gt;
&lt;br /&gt;
Television &lt;br /&gt;
Series&lt;br /&gt;
 fringe.s(0)1.e(p)03&lt;br /&gt;
 fringe.sx(0)1.e(p)03&lt;br /&gt;
 fringe.103&lt;br /&gt;
 fringe 1x03&lt;br /&gt;
 The.Pacific.Pt.V  &amp;lt;---Makes assumption here this is a mini series and marks it season 1. &lt;br /&gt;
 &lt;br /&gt;
Specials&lt;br /&gt;
 fringe.behind.the.scenes.special.2010 &amp;lt;----lookup in webadmin :) To my current filter, this looks like a movie. I need to determine a better method to filter out tv specials.&lt;br /&gt;
&lt;br /&gt;
Movies - Year is preferred!!!&lt;br /&gt;
 Gleaming.The.Cube(1989)&lt;br /&gt;
 gleaming_the_cube[1989]&lt;br /&gt;
 the-usual-suspects  &lt;br /&gt;
 top.gun&lt;br /&gt;
iso - iso files are a bit tricky. For tv shows, i will need user data to determine the best method of identifying discs. With movies, it may be easier to accomplish as certain metadata sources support hash identifiers, but simply naming it should suffice. &lt;br /&gt;
&lt;br /&gt;
Image Handling&lt;br /&gt;
Images are stored in association with the following things&lt;br /&gt;
File - episode image&lt;br /&gt;
seasonID //--experimental will be season related show poster&lt;br /&gt;
programID - backdrop&lt;br /&gt;
series id - banner&lt;br /&gt;
&lt;br /&gt;
--[[User:Langstonius|Langstonius]] 10:17, 8 October 2010 (CEST)&lt;/div&gt;</summary>
		<author><name>Adriel</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Play_Games_on_LinuxMCE&amp;diff=23742</id>
		<title>Play Games on LinuxMCE</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Play_Games_on_LinuxMCE&amp;diff=23742"/>
		<updated>2010-05-15T08:02:51Z</updated>

		<summary type="html">&lt;p&gt;Adriel: /* Quick Instructions for those Familiar with LinuxMCE */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;In addition to audio and video media, LinuxMCE can play games originally designed for many different game systems. LinuxMCE contains a copy of the Multiple Arcade Machine Emulator (MAME) to play arcade games, and the Multiple Emulator Super System (MESS) to play games meant for many home video game systems.&lt;br /&gt;
&lt;br /&gt;
== Supported Systems ==&lt;br /&gt;
&lt;br /&gt;
LinuxMCE currently can support the following game systems:&lt;br /&gt;
&lt;br /&gt;
* [[Arcade games emulated by MAME]]&lt;br /&gt;
* [[Atari 2600]]&lt;br /&gt;
* [[Atari 5200]]&lt;br /&gt;
* [[Atari 7800]]&lt;br /&gt;
&lt;br /&gt;
With each game system, LinuxMCE presents integrated controls for all supported control methods, and provides a seamless way to import, catalog, and play all the games stored on your core or any attached storage device. Simply copy the ROMs into their respective system folders, and LinuxMCE will attempt to identify, and tag each one to the best of its ability.&lt;br /&gt;
&lt;br /&gt;
[[Notes on how LinuxMCE Detects ROMs]]&lt;br /&gt;
&lt;br /&gt;
== Enabling The Game Player ==&lt;br /&gt;
&lt;br /&gt;
To use the Game support, you must enable the Game Player. The Game Player adds support for all the above game systems to a Media Director at once, and &#039;&#039;&#039;you must enable the Game Player on each Media Director you wish to be able to play games.&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=== Quick Instructions for those Familiar with LinuxMCE ===&lt;br /&gt;
&lt;br /&gt;
# Go to http://dcerouter/ (the web admin)&lt;br /&gt;
# from the Top menu, go to Wizard &amp;gt; Devices &amp;gt; [[Media Directors]]&lt;br /&gt;
# Find the media director on which you wish to enable Game Support.&lt;br /&gt;
# Press the [ Edit ] Button next to Software Modules&lt;br /&gt;
# Find the Game Player. Select it by checking its box.&lt;br /&gt;
# Press [ Save ]&lt;br /&gt;
# Watch your nearest orbiter for messages. You should see installation messages. &lt;br /&gt;
## When asked, Press Quick Reload Router&lt;br /&gt;
## When the Orbiter re-appears, it will ask you to regenerate orbiters. Regenerate all orbiters in the house.&lt;br /&gt;
# The Games Button should now be visible under [[Media]]&lt;br /&gt;
&lt;br /&gt;
=== Step by Step Instructions ===&lt;br /&gt;
&lt;br /&gt;
==== Go to http://dcerouter/ ==== &lt;br /&gt;
&lt;br /&gt;
[[Image:WebAdminLogon.png|right|Logging Onto the Web Admin]]&lt;br /&gt;
 &lt;br /&gt;
For information on Logging into the Web Admin, go here: [[LinuxMCE Admin Website]]&lt;br /&gt;
&lt;br /&gt;
==== Go to Wizard &amp;gt; [[Media Directors]] ====&lt;br /&gt;
&lt;br /&gt;
[[Image:WizardMediaDirectors.png|right]]&lt;br /&gt;
&lt;br /&gt;
The Wizard &amp;gt; [[Media Directors]] Page provides everything you need to adjust the operation of each media director in the house. For each system you wish to be able to play games, you need to do these instructions. &lt;br /&gt;
&lt;br /&gt;
==== Press the Edit button next to [[Software Modules]] ====&lt;br /&gt;
&lt;br /&gt;
The Software Modules page allows you to select software that can easily be installed into [[LinuxMCE]] To be installed onto each media director. We want to select the Game Player. &lt;br /&gt;
&lt;br /&gt;
==== Find and Select the Game Player and press Save ====&lt;br /&gt;
&lt;br /&gt;
[[Image:WizardMediaDirectorsSoftwareModulesGamePlayer.png|right]]&lt;br /&gt;
&lt;br /&gt;
If you wish to uninstall the [[Game Player]] at a later time for this media director, simply uncheck the box, and press &#039;&#039;&#039;Save&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
==== Watch your orbiter for Installation Messages ====&lt;br /&gt;
&lt;br /&gt;
Your Orbiter should emit many messages relating to the installation of the software. If this is the first media director you are installing onto, the [[Core]] will also need to install the [[Game PlugIn]] so that it can manage the different [[Game Player]] instances throughout the house. The installation of the Game PlugIn also installs data packages which provide metadata and images for game ROMs to make the automatic game cataloguing process possible. &#039;&#039;&#039;This process of installing the [[Game PlugIn]] the first time can take a long time. Please Be Patient. Subsequent installations do not take as much time.&#039;&#039;&#039; We will improve this installation time significantly in future releases.&lt;br /&gt;
&lt;br /&gt;
==== Reload Your Router ====&lt;br /&gt;
&lt;br /&gt;
Once the installation process is complete, the system will ask you to reload the router. &#039;&#039;You must do this so the system can use the Game Player.&#039;&#039; Press &#039;&#039;&#039;[[Quick Reload Router]]&#039;&#039;&#039; This process should take approximately 15 seconds. &lt;br /&gt;
&lt;br /&gt;
==== Regenerate Your Orbiters ====&lt;br /&gt;
&lt;br /&gt;
Once your router is reloaded, and the system finds the new [[Game Player]] running, it will ask to regenerate all your orbiters in the house so that the Games button will be visible. This process should take approximately 2 minutes, per [[Orbiter]] on average.&lt;br /&gt;
&lt;br /&gt;
== Loading Games onto the system ==&lt;br /&gt;
&lt;br /&gt;
Once the Game PlugIn has been installed, you will then need to install some games. By default, some public domain games are installed, as example, but should you also have more, you can install them by copying them onto the [[Core]], or any storage device that uses LinuxMCE Folder Structure. The Following example assumes you are copying the ROMs directly onto the [[Core]].&lt;br /&gt;
&lt;br /&gt;
=== Quick Instructions ===&lt;br /&gt;
&lt;br /&gt;
# Open a file window to \\DCEROUTER\public\games&lt;br /&gt;
# Find the target game system.&lt;br /&gt;
# Copy the ROMs to this location. &lt;br /&gt;
&lt;br /&gt;
=== Step by Step Instructions ===&lt;br /&gt;
&lt;br /&gt;
==== Open a File Window to \\DCEROUTER\public\games and Find the Target Game System folder ====&lt;br /&gt;
&lt;br /&gt;
[[Image:DCERouterPublicGames.png|right]]&lt;br /&gt;
&lt;br /&gt;
Using Network Places on Windows, or Connect to Server on Mac or Linux, open a network connection to your [[Core]], select the Public share. You can also select the user shares if you wish to keep ROMs private to a single member of the house, &#039;&#039;Games stored in this manner can only be accessed by entering the user&#039;s PIN number after selecting the user&#039;s name in the [[Media Browser]].&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Once you&#039;ve opened the Public, or User folder, Select the Games folder.&lt;br /&gt;
&lt;br /&gt;
Then Find the appropriate Games Folder. Currently the game folders are:&lt;br /&gt;
&lt;br /&gt;
* MAME - Place Arcade games here.&lt;br /&gt;
* a2600 - Place [[Atari 2600]] games here.&lt;br /&gt;
* a5200 - Place [[Atari 5200]] games here.&lt;br /&gt;
* a7800 - Place [[Atari 7800]] games here.&lt;br /&gt;
&lt;br /&gt;
==== Copy over the ROMs ====&lt;br /&gt;
&lt;br /&gt;
Drag over the ROMs from your source media to this target folder.&lt;br /&gt;
&lt;br /&gt;
==== Wait 60 seconds for LinuxMCE to identify and Tag the Media ====&lt;br /&gt;
&lt;br /&gt;
[[Image:GamesList.png|right]]&lt;br /&gt;
&lt;br /&gt;
After 60 seconds, LinuxMCE will have detected the new ROMs, and attempted to tag them. If LinuxMCE can tag them, then it will attach descriptive attributes such as Title, Manufacturer, and Year, and attempt to find and attach a picture of the Box or Cartridge artwork. Right now, metadata is only parsed for MAME games. It is a simple TOSEC parser in place for appropriately named ROMs, but it doesn&#039;t deal with every known variation of TOSEC or the GoodSet, etc.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;If you find box or cartridge artwork for a game that we do not have, we would very much appreciate it if you would send it to one of the developers so that it may be included in the metadata package.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Playing Games ==&lt;br /&gt;
&lt;br /&gt;
Playing Games in LinuxMCE is simple. You merely need to select the Games scenario from the Media Scenarios. &#039;&#039;&#039;The Games scenario will be available in any room with a media director that has the [[Game Player]] installed.&#039;&#039;&#039; then play the game with your desired gaming device.&lt;br /&gt;
&lt;br /&gt;
=== Selecting a Game ===&lt;br /&gt;
tap&lt;br /&gt;
You will then be presented with the [[Media Browser]] which will be populated with every found game for every game system. Should you wish to filter this, you can filter it by either selecting &#039;&#039;&#039;Options&#039;&#039;&#039; on UI1, or by selecting the &#039;&#039;&#039;Sort&#039;&#039;&#039; popup. You can currently sort by:&lt;br /&gt;
&lt;br /&gt;
* Recently Played&lt;br /&gt;
* Filename&lt;br /&gt;
* Title&lt;br /&gt;
* Manufacturer&lt;br /&gt;
* Year&lt;br /&gt;
* Game System&lt;br /&gt;
&lt;br /&gt;
Once a Game has been selected, and the &#039;&#039;&#039;Play&#039;&#039;&#039; button has been pressed, the emulator should start and present the selected game.&lt;br /&gt;
&lt;br /&gt;
=== Using Orbiter Controls for each Game system ===&lt;br /&gt;
&lt;br /&gt;
Because each game system works differently and was interacted with diferently, LinuxMCE provides different Orbiter screens so that you can accurately interact with the emulated version of the game system. Some buttons are also common to all game systems, and some are specific to each game system emulated. &lt;br /&gt;
&lt;br /&gt;
Under UI1, the Game buttons are available on the orbiter screens, for on-screen orbiters, this is selected by:&lt;br /&gt;
&lt;br /&gt;
* Tapping the &#039;&#039;&#039;Menu&#039;&#039;&#039; button on a remote&lt;br /&gt;
* Tapping the &#039;&#039;&#039;Middle Grey&#039;&#039;&#039; button on the Gyration Go Mouse&lt;br /&gt;
&lt;br /&gt;
For non on screen orbiters, you will see the remote appear in the same manner as the videos and music remotes, with all functions visible. &lt;br /&gt;
&lt;br /&gt;
Under UI2, tapping the &#039;&#039;&#039;Menu&#039;&#039;&#039; key will show the same functions as described above in the left most &amp;quot;Now Playing&amp;quot; menu. &lt;br /&gt;
&lt;br /&gt;
==== Common Controls ====&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;[[Power/Off]]&#039;&#039;&#039; - This button, like all other media types, will cause the game to stop, and will return you to the main menu.&lt;br /&gt;
* &#039;&#039;&#039;[[Thumbnail]]&#039;&#039;&#039; - Allows you to take a picture of the screen, to assign to an attrbute, such as the game title. This picture will then show up in the File Browser.&lt;br /&gt;
* &#039;&#039;&#039;[[Bookmarks]]&#039;&#039;&#039; - Allows you to save bookmarks on games and systems that support them. &#039;&#039;Not all game systems support Bookmarks, and due to the way MAME and MESS work, we can&#039;t tell you ahead of time which ones will and wont. Bookmark support is added per system driver and can change as newer versions of MAME and MESS appear.&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;[[View Attributes]]&#039;&#039;&#039; - Allows you to see the attributes of the currently playing game, including the attached artwork.&lt;br /&gt;
* &#039;&#039;&#039;[[P1]]&#039;&#039;&#039; - Tells the system that 1 player is to play. Other Player buttons include P2, P3, and P4, which say 2, 3, and 4 players respectively. Which of these buttons are available on which system varies, and can be called &#039;&#039;&#039;[[Start]]&#039;&#039;&#039; instead.&lt;br /&gt;
* &#039;&#039;&#039;[[Pause]]&#039;&#039;&#039; - Pauses the game. The screen will darken when the game is paused, to serve as a visual cue.&lt;br /&gt;
* &#039;&#039;&#039;[[Reset]]&#039;&#039;&#039; - Resets the game or game system.&lt;br /&gt;
* &#039;&#039;&#039;[[Monitor Mode]]&#039;&#039;&#039; - Toggle. Broadcasts animated images of the playing game to all orbiters in the room. This can be used, for example, to watch the game from somewhere else in the house. No audio is broadcast. Animation will be slower than real time.&lt;br /&gt;
&lt;br /&gt;
You can use any HID based joystick, specifically the X-Arcade tankstick. You can also use the Stelladaptor for Atari 2600 controllers attached for Atari 2600 games.&lt;br /&gt;
&lt;br /&gt;
==== Controls and Notes for each System ====&lt;br /&gt;
&lt;br /&gt;
* [[Atari 2600]] &lt;br /&gt;
* [[Atari 5200]]&lt;br /&gt;
* [[Atari 7800]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Important Legal Notice:&#039;&#039;&#039; Obtaining ROM images of games you do not own is illegal in many countries, including the United States of America and countries in the European Union. LinuxMCE does not provide ROM images, nor does it provide, or facilitate the means by which to get ROM images that are still under copyright.&lt;br /&gt;
&lt;br /&gt;
[[Category:Documentation]]&lt;/div&gt;</summary>
		<author><name>Adriel</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Avermedia_777&amp;diff=23036</id>
		<title>Avermedia 777</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Avermedia_777&amp;diff=23036"/>
		<updated>2010-05-02T10:20:32Z</updated>

		<summary type="html">&lt;p&gt;Adriel: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{versioninfo|710Status=Working|710UpdatedDate=2st May 2010|710UpdatedBy=Adriel|810Status=Working|810UpdatedDate=2st May 2010|810UpdatedBy=Adriel}}&lt;br /&gt;
[[Category: Video]]&lt;br /&gt;
[[Category: TV Cards]]&lt;br /&gt;
&lt;br /&gt;
The (PCI) Avermedia 777 works out of the box (still needs to be added in the MythTV backend setup, but no additional drivers/config required). Have not tried VDR.&lt;br /&gt;
&lt;br /&gt;
I should note that I have quality issues with all TV cards currently but I don&#039;t believe that is the cards fault.&lt;/div&gt;</summary>
		<author><name>Adriel</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=DViCO_Fusion_Dual_Digital_2&amp;diff=23035</id>
		<title>DViCO Fusion Dual Digital 2</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=DViCO_Fusion_Dual_Digital_2&amp;diff=23035"/>
		<updated>2010-05-02T10:20:04Z</updated>

		<summary type="html">&lt;p&gt;Adriel: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{versioninfo|710Status=Working|710UpdatedDate=2st May 2010|710UpdatedBy=Adriel|810Status=Working|810UpdatedDate=2st May 2010|810UpdatedBy=Adriel}}&lt;br /&gt;
[[Category: Video]]&lt;br /&gt;
[[Category: TV Cards]]&lt;br /&gt;
&lt;br /&gt;
The (PCI) DViCO Dual digital 2 works for me with very little work.... following these instructions:&lt;br /&gt;
[http://www.itee.uq.edu.au/~chrisp/Linux-DVB/DVICO/]&lt;br /&gt;
&lt;br /&gt;
See also&lt;br /&gt;
[https://help.ubuntu.com/community/DViCO_Dual_Digital_4 Ubuntu howto]&lt;br /&gt;
[http://ubuntuforums.org/showthread.php?p=6630125 Ubuntu forum thread]&lt;br /&gt;
&lt;br /&gt;
Rev 2 version of the card is also working.&lt;br /&gt;
&lt;br /&gt;
Rev 2 of the card may have troubles with the USB driver in the LMCE 710 kernel, and some motherboards (&amp;quot;USB disconnects&amp;quot; with AMD motherboard chipsets).  Note that the DViCO card has 2 USB tuners and a USB interface chipset on it, so it requires the kernel to properly support the USB interface chip.  If you experience tuner device drivers &amp;quot;vanishing&amp;quot; and/or blank recordings of zero length, then you may have to upgrade your kernel to get it to work reliably.  Blank recordings may also be due to a bad antenna or loose antenna cable.&lt;/div&gt;</summary>
		<author><name>Adriel</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Installing_0810&amp;diff=22791</id>
		<title>Installing 0810</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Installing_0810&amp;diff=22791"/>
		<updated>2010-04-12T13:22:51Z</updated>

		<summary type="html">&lt;p&gt;Adriel: /* DVD Installation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&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;
&lt;br /&gt;
Please see below for details on Internet Installation and DVD Installation methods.&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 one of these: [http://mirrors.ccs.neu.edu/releases.ubuntu.com/kubuntu/8.10/ Northeastern University Mirror, USA], [http://swtsrv.informatik.uni-mannheim.de/pub/linux/distributions/ubuntu-release/kubuntu/8.10/ Mannheim University Mirror, Germany]) &#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;
# Run aptitude update and aptitude dist-upgrade to get the latest Kubuntu updates.&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;
&#039;&#039;&#039;EDIT:  MAKE SURE YOUR INTERNET CONNECTION IS ON ETH0!&#039;&#039;&#039; (For linux Newbies ETH0 is probably the network card on your motherboard...or plug all NICs into a switch that has Internet access)&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;
 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;
[[User:GargFunk|GargFunk]] 08:41, 19 January 2010 (CET): &#039;&#039;In my experience, the sources.list after this process contained&lt;br /&gt;
 deb http://www.avenard.org/files/ubuntu-repos/ intrepid testing&lt;br /&gt;
&#039;&#039;where it should have contained&lt;br /&gt;
 deb http://www.avenard.org/files/ubuntu-repos/ intrepid release&lt;br /&gt;
&#039;&#039;Fixing that error solved several problems including &amp;quot;LaunchOrbiter.sh not found&amp;quot; and libvpdau1 not being installable.  Caveat Installer.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==DVD Installation==&lt;br /&gt;
&lt;br /&gt;
However, if you want to install the DVD, grab it via the torrent [http://www.linuxmce.org/index.php/download here].&lt;br /&gt;
&lt;br /&gt;
Upon DVD boot, select LinuxMCE install(it is the bottom option). This will install a regular Kubuntu 810 system, with an additional button on the desktop to install LinuxMCE upon restart. Let Kubuntu&#039;s install run through, and after restart, login.&lt;br /&gt;
Open a terminal and run&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;
&lt;br /&gt;
Once you have done this, you can 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;: 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;
Note 21/01/2010: If MythTV fails to correctly install it may be due to some changes in the avenard repository. See the following thread for a fix: [http://forum.linuxmce.org/index.php?topic=9513.msg65087#msg65087]&lt;br /&gt;
&lt;br /&gt;
== Keeping Up-to-date with updates ==&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>Adriel</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Installing_0810&amp;diff=22790</id>
		<title>Installing 0810</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Installing_0810&amp;diff=22790"/>
		<updated>2010-04-12T13:21:45Z</updated>

		<summary type="html">&lt;p&gt;Adriel: /* DVD Installation */  added note on av wizard and black or blank outputs&lt;/p&gt;
&lt;hr /&gt;
&lt;div&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;
&lt;br /&gt;
Please see below for details on Internet Installation and DVD Installation methods.&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 one of these: [http://mirrors.ccs.neu.edu/releases.ubuntu.com/kubuntu/8.10/ Northeastern University Mirror, USA], [http://swtsrv.informatik.uni-mannheim.de/pub/linux/distributions/ubuntu-release/kubuntu/8.10/ Mannheim University Mirror, Germany]) &#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;
# Run aptitude update and aptitude dist-upgrade to get the latest Kubuntu updates.&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;
&#039;&#039;&#039;EDIT:  MAKE SURE YOUR INTERNET CONNECTION IS ON ETH0!&#039;&#039;&#039; (For linux Newbies ETH0 is probably the network card on your motherboard...or plug all NICs into a switch that has Internet access)&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;
 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;
[[User:GargFunk|GargFunk]] 08:41, 19 January 2010 (CET): &#039;&#039;In my experience, the sources.list after this process contained&lt;br /&gt;
 deb http://www.avenard.org/files/ubuntu-repos/ intrepid testing&lt;br /&gt;
&#039;&#039;where it should have contained&lt;br /&gt;
 deb http://www.avenard.org/files/ubuntu-repos/ intrepid release&lt;br /&gt;
&#039;&#039;Fixing that error solved several problems including &amp;quot;LaunchOrbiter.sh not found&amp;quot; and libvpdau1 not being installable.  Caveat Installer.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==DVD Installation==&lt;br /&gt;
&lt;br /&gt;
However, if you want to install the DVD, grab it via the torrent [http://www.linuxmce.org/index.php/download here].&lt;br /&gt;
&lt;br /&gt;
Upon DVD boot, select LinuxMCE install(it is the bottom option). This will install a regular Kubuntu 810 system, with an additional button on the desktop to install LinuxMCE upon restart. Let Kubuntu&#039;s install run through, and after restart, login.&lt;br /&gt;
Open a terminal and run&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;
&lt;br /&gt;
Once you have done this, you can 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;: 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;
Note 21/01/2010: If MythTV fails to correctly install it may be due to some changes in the avenard repository. See the following thread for a fix: [http://forum.linuxmce.org/index.php?topic=9513.msg65087#msg65087]&lt;br /&gt;
&lt;br /&gt;
== Keeping Up-to-date with updates ==&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>Adriel</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Where_to_Buy&amp;diff=22741</id>
		<title>Where to Buy</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Where_to_Buy&amp;diff=22741"/>
		<updated>2010-03-29T13:07:05Z</updated>

		<summary type="html">&lt;p&gt;Adriel: /* Australia */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category: Hardware| ]]&lt;br /&gt;
{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
This is &#039;&#039;&#039;not&#039;&#039;&#039; meant as an endorsement, but the question of where to buy certain things pops up regularly.  Some of this equipment can be hard to find locally, so help out and add your own suppliers to the list if they aren&#039;t already there and either way feel free to add a line with your experience.  &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Please add countries alphabetically, and append new stores to the bottom of the lists in order to keep things organized, thank you and good luck with that shopping list!&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== Africa ==&lt;br /&gt;
&lt;br /&gt;
== America ==&lt;br /&gt;
&lt;br /&gt;
=== United States ===&lt;br /&gt;
;&#039;&#039;&#039;Fiire&#039;&#039;&#039; ([http://www.fiire.com/ english]) :&#039;&#039;The&#039;&#039; remote, and also core/media director hardware.&amp;lt;br /&amp;gt;&lt;br /&gt;
;&#039;&#039;&#039;Mi Casa Verde&#039;&#039;&#039; ([http://shop.micasaverde.com/ english]) :Z-Wave home Automation devices including a new Z-Wave USB interface + inclusion controller in one, and surveillance cameras.  Also, a low-cost LinuxMCE-compatible core combined with a Wi-Fi access point.&amp;lt;br /&amp;gt;&lt;br /&gt;
;&#039;&#039;&#039;Smarthome&#039;&#039;&#039; ([http://wwww.smarthome.com english]) :Home Automation supplies including Insteon, X10, and Zwave and more custom components as well.&amp;lt;br /&amp;gt;&lt;br /&gt;
;&#039;&#039;&#039;Provantage&#039;&#039;&#039; ([http://www.provantage.com/ english]) :Computing parts and accessory superstore.&amp;lt;br /&amp;gt;&lt;br /&gt;
;&#039;&#039;&#039;NewEgg&#039;&#039;&#039; ([http://www.newegg.com/ english]) :Computing parts and accessories.&amp;lt;br /&amp;gt;&lt;br /&gt;
;&#039;&#039;&#039;Mini-ITX&#039;&#039;&#039; ([http://www.mini-itx.com/store/?c=27 english]) :Thin Clients utilizing their small motherboard technology.&amp;lt;br /&amp;gt;&lt;br /&gt;
;&#039;&#039;&#039;Smarthome-Products&#039;&#039;&#039; ([http://www.smarthome-products.com/s-15-z-wave.aspx english]) :Home Automation Products including Z-Wave, X10, and Insteon to make your everyday life safer, more convenient and more fun.&amp;lt;br /&amp;gt;&lt;br /&gt;
;&#039;&#039;&#039;lmcecompatible.com&#039;&#039;&#039; ([http://www.lmcecompatible.com english]) :LinuxMCE Compatible Systems and Accessories&lt;br /&gt;
&lt;br /&gt;
== Asia ==&lt;br /&gt;
&#039;&#039;&#039;Automation At Home&#039;&#039;&#039; [[http://x10-hk.com/store/index.php English] [http://x10-hk.com/store/index.php?language=tc Chinese]]&lt;br /&gt;
 Sell PLCBUS Devices , X10 Devices , Marmitek Product , ship worldwide.&lt;br /&gt;
&lt;br /&gt;
== Australia ==&lt;br /&gt;
;&#039;&#039;&#039;Static Ice&#039;&#039;&#039;  ([http://www.staticice.com.au]) :By far the best &amp;quot;Best Price&amp;quot; site for several hundred different computer/electronics equipment retailers in Australia.&lt;br /&gt;
;&#039;&#039;&#039;Smarthome.com.au&#039;&#039;&#039;  ([http://www.smarthome.com.au/zseries/z-wave-products.php]) :Australian Z-Wave devices available.&lt;br /&gt;
&lt;br /&gt;
== Europe ==&lt;br /&gt;
&lt;br /&gt;
=== Belgium ===&lt;br /&gt;
;&#039;&#039;&#039;IntelliHome&#039;&#039;&#039; Domotica Shop ([http://www.intellihome.be/ multi]/[http://www.intellihome.be/english/home.asp english]/[http://www.intellihome.be/nederlands/home.asp dutch]/[http://www.intellihome.be/francais/home.asp french]/[http://www.intellihome.be/deutsch/home.asp german]) :Marmitek X10 Home Automation/Security Products, European shipping&lt;br /&gt;
;&#039;&#039;&#039;Voipsolutions&#039;&#039;&#039; ([http://www.voipsolutions.be/ english]/[http://www.voipsolutions.be/language/fr french]/[http://www.voipsolutions.be/language/nl dutch]) :All kinds of VoIP related hardware solutions.&lt;br /&gt;
&lt;br /&gt;
=== Denmark ===&lt;br /&gt;
;&#039;&#039;&#039;Seluxit&#039;&#039;&#039;&lt;br /&gt;
:([http://www.seluxit.com english]) Z-wave products incl. &lt;br /&gt;
:[http://shop.seluxit.com/catalog/product_info.php?currency=EUR&amp;amp;products_id=30 multi-sensor] [http://shop.seluxit.com/catalog/product_info.php?currency=EUR&amp;amp;products_id=29 usb homecontroller]&lt;br /&gt;
:Not yet tested.&lt;br /&gt;
;&#039;&#039;&#039;Innovus&#039;&#039;&#039; ([http://www.innovus.dk/ danish]/[http://www.innovus.eu english]) &lt;br /&gt;
:Z-wave products&lt;br /&gt;
:Not yet tested.&lt;br /&gt;
;&#039;&#039;&#039;ElectronicHouseKeeper&#039;&#039;&#039; ([http://www.electronichousekeeper.com danish])&lt;br /&gt;
:Their own line of Z-wave products&lt;br /&gt;
:Not yet tested.&lt;br /&gt;
;&#039;&#039;&#039;Homee&#039;&#039;&#039; ([http://www.homee.dk/index.php/en English])&lt;br /&gt;
: A Shop with lots of products, new coming every week (almost)&lt;br /&gt;
&lt;br /&gt;
=== Germany ===&lt;br /&gt;
;&#039;&#039;&#039;Schalterversand&#039;&#039;&#039; ([http://www.schalterversand.de german]) :Z-Wave switches and much more, cheap and fast.&lt;br /&gt;
;&#039;&#039;&#039;DVBShop&#039;&#039;&#039; ([http://www.dvbshop.net english]) :Everything you need for DVB (Cable, Sattelite or Terrestrial) digital television, worldwide shipping.&lt;br /&gt;
;&#039;&#039;&#039;Zwave4u&#039;&#039;&#039; ([http://www.zwave4u.de german]) &lt;br /&gt;
:Z-wave products. Accepts Paypal.&lt;br /&gt;
:Not yet tested.&lt;br /&gt;
;&#039;&#039;&#039;Merten&#039;&#039;&#039; ([http://www.merten.de german]) :Own line of Z-wave products.&lt;br /&gt;
;&#039;&#039;&#039;Firma ENS Elektronetshop&#039;&#039;&#039; ([http://www.elektronetshop.de german]) &lt;br /&gt;
:Merten stuff &lt;br /&gt;
:Best price found on Sep 9, 2008&lt;br /&gt;
;&#039;&#039;&#039;Voltus Elektro Shop&#039;&#039;&#039; ([http://www.voltus.de german]) &lt;br /&gt;
:Merten stuff &lt;br /&gt;
:Also cheaper than official Merten prices, but I found service to be severely lacking (very, very unresponsive!). Summer 2008.&lt;br /&gt;
;&#039;&#039;&#039;Duewi&#039;&#039;&#039; ([http://www.duewi.de german]) &lt;br /&gt;
:They have their own line of Z-wave products.&lt;br /&gt;
:No online shop.&lt;br /&gt;
;&#039;&#039;&#039;FINE-BUY&#039;&#039;&#039; ([http://www.fine-buy.de/ german]) &lt;br /&gt;
:They have some touchscreens.&lt;br /&gt;
:the 12.1&amp;quot; (http://www.fine-buy.de/shop/product_info.php?cPath=3_30_64&amp;amp;products_id=159) works fine: [[Egalax-Touchscreen]]&lt;br /&gt;
;&#039;&#039;&#039;EDI Shop&#039;&#039;&#039; ([http://www.edi-shop.de german]) &lt;br /&gt;
:EnOcean home automation&lt;br /&gt;
&lt;br /&gt;
===Greece===&lt;br /&gt;
;&#039;&#039;&#039;Z-Wave.gr&#039;&#039;&#039; ([http://www.zwave.gr/index.php?lang=en english] / [http://www.zwave.gr/index.php?lang=el greek])&lt;br /&gt;
:A big range of Z-Wave products. High delivery rate, at least to Cyprus&lt;br /&gt;
&lt;br /&gt;
=== Italy ===&lt;br /&gt;
;&#039;&#039;&#039;Z-wave Europe&#039;&#039;&#039; ([http://www.z-wave-europe.org/ italian]) :Z-wave product list for Europe and website links.&lt;br /&gt;
&lt;br /&gt;
=== Netherlands ===&lt;br /&gt;
;&#039;&#039;&#039;ElekHomica&#039;&#039;&#039; ([http://www.elekhomica.nl/ dutch]/[http://www.elekhomica.nl/infopage2.php?language=nn english])&lt;br /&gt;
:X10 and Zwave, even remote controlled curtainrail!  EU shipping (curtainrail NL/BE only).&lt;br /&gt;
:Quick and painless delivery.&lt;br /&gt;
;&#039;&#039;&#039;ALTERNATE&#039;&#039;&#039; Computerversand ([http://www.alternate.nl/ dutch]) &lt;br /&gt;
:[http://www.alternate.nl/html/productDetails.html?artno=NMZV62 airmouse] and lots of regular PC hardware, &lt;br /&gt;
:Usually slow on delivery.&lt;br /&gt;
;&#039;&#039;&#039;iHabitat&#039;&#039;&#039; Home automation ([http://www.ihabitat.nl/ dutch])&lt;br /&gt;
:[http://www.ihabitat.nl/html/global_cache.html gc100] &lt;br /&gt;
:A bit slow to respond to the inquiry, but fast no-nonsense delivery.&lt;br /&gt;
;&#039;&#039;&#039;MyPowerShop&#039;&#039;&#039; ([http://www.mypowershop.eu dutch]) &lt;br /&gt;
:X10 and Z-wave products. Accepts Paypal&lt;br /&gt;
:Not yet tested&lt;br /&gt;
;&#039;&#039;&#039;EZHome&#039;&#039;&#039; ([http://www.ezhome.nl/ dutch])&lt;br /&gt;
:Seems to be mostly Z-wave products with some others&lt;br /&gt;
:Not yet tested.&lt;br /&gt;
&lt;br /&gt;
=== Norway ===&lt;br /&gt;
;&#039;&#039;&#039;Tronika aka Smarthus&#039;&#039;&#039; ([http://www.smarthus.info/ norwegian]) &lt;br /&gt;
:Z-wave products incl. [http://www.smarthus.info/product_info.php?cPath=1_46_115&amp;amp;products_id=2248 usb homecontroller]&lt;br /&gt;
:Not yet tested&lt;br /&gt;
&lt;br /&gt;
=== Portugal ===&lt;br /&gt;
;&#039;&#039;&#039;EuroX10&#039;&#039;&#039; ([http://www.eurox10.com/Home.htm english/portuguese])&lt;br /&gt;
:European Distributor of Home Automation X10 devices&lt;br /&gt;
:Not yet tested&lt;br /&gt;
&lt;br /&gt;
=== Sweden ===&lt;br /&gt;
;&#039;&#039;&#039;Eliving&#039;&#039;&#039; ([http://www.eliving.se swedish]) &lt;br /&gt;
:Z-wave products incl. [http://www.eliving.se/product_info.php?cPath=21_29&amp;amp;products_id=72 usb homecontroller]&lt;br /&gt;
:Not yet tested&lt;br /&gt;
&lt;br /&gt;
=== United Kingdom ===&lt;br /&gt;
;&#039;&#039;&#039;Convergent Home Technologies - The Digital Home Specialists&#039;&#039;&#039; ([http://www.chtukltd.co.uk English])&lt;br /&gt;
:Core/Hybrids built &amp;amp; tested to order (AM2/nVidia, Intel)&lt;br /&gt;
:MD&#039;s built &amp;amp; tested (AM2/nVidia, AM2/ATI, Intel)&lt;br /&gt;
:Z-wave - full range of European units&lt;br /&gt;
:lmce-0710 software pre-installed &amp;amp; configured on all Core/Hybrids&lt;br /&gt;
:Full after sales support provided&lt;br /&gt;
:Will Ship Worldwide (but not currently to the US)&lt;br /&gt;
;&#039;&#039;&#039;Let&#039;s automate&#039;&#039;&#039; ([http://www.letsautomate.com/index.cfm english]) &lt;br /&gt;
:ZWave home automation&lt;br /&gt;
;&#039;&#039;&#039;Let&#039;s automate&#039;&#039;&#039; ([http://www.enoceanshop.co.uk] english) &lt;br /&gt;
:EnOcean home automation&lt;br /&gt;
;&#039;&#039;&#039;High Tech Pad&#039;&#039;&#039; ([http://www.hightechpad.com] english) &lt;br /&gt;
:Z-Wave, USB UIRTs, Bluetooth - Europe-wide Shipping.&lt;br /&gt;
;&#039;&#039;&#039;UK Automation&#039;&#039;&#039; ([http://www.uk-automation.co.uk english])&lt;br /&gt;
:X10 stuff from Marmitek&lt;br /&gt;
&lt;br /&gt;
=== Czech Republic ===&lt;br /&gt;
&lt;br /&gt;
;&#039;&#039;&#039;POWERHOUSE&#039;&#039;&#039; ([http://www.powerhouse.eu/ english])&lt;br /&gt;
&lt;br /&gt;
:Wide range of X10 devices for home automation, security, video surveillance and multimedia. Sipping is available for EU countries.&lt;br /&gt;
&lt;br /&gt;
=== Russian Federation ===&lt;br /&gt;
&lt;br /&gt;
;&#039;&#039;&#039;Z-Waver Russian Shop&#039;&#039;&#039; ([http://www.z-waver.ru/ russian])&lt;br /&gt;
&lt;br /&gt;
:Z-Wave home automation. Integration Linux MCE.&lt;/div&gt;</summary>
		<author><name>Adriel</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=ZWave&amp;diff=22740</id>
		<title>ZWave</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=ZWave&amp;diff=22740"/>
		<updated>2010-03-29T09:16:11Z</updated>

		<summary type="html">&lt;p&gt;Adriel: removed 0810 workaround as no longer required (bug fixed!)&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;
[[Category: RF Control]]&lt;br /&gt;
[[Category: ZWave]]&lt;br /&gt;
[[Category: Programmer&#039;s Guide]]&lt;br /&gt;
&lt;br /&gt;
Z-Wave™ is a wireless RF-based communications technology designed for residential and light commercial control and status reading applications such as meter reading, lighting and appliance control, HVAC, access control, intruder and fire detection.&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
The support from LinuxMCE system is represented by an executable &#039;&#039;&#039;ZWave&#039;&#039;&#039; (it&#039;s placed in /usr/pluto/bin) which is the device implementation and a &#039;&#039;&#039;DeviceTemplate (1754)&#039;&#039;&#039; which is used to create LinuxMCE Devices for ZWave.&lt;br /&gt;
&lt;br /&gt;
Look at the [[:Category:ZWave|Z-Wave Wiki Category]] to see pages for different Z-Wave devices.&lt;br /&gt;
&lt;br /&gt;
The source code is available in LinuxMCE&#039;s SVN repository: http://svn.linuxmce.org/svn/branches/LinuxMCE-0810/src/ZWave.&lt;br /&gt;
&lt;br /&gt;
== Implementation ==&lt;br /&gt;
=== Open version ===&lt;br /&gt;
The new open Z-Wave driver will be included in the upcoming 0810 release.&lt;br /&gt;
&lt;br /&gt;
A 32bit binary of the new Z-Wave driver for 0710 can be found here: http://vt100.at/files/ZWave-0.0.2-0710-32bit.bz2&lt;br /&gt;
Just swap with the existing /usr/pluto/bin/ZWave and quick reload the router.&lt;br /&gt;
&lt;br /&gt;
=== New Fiire driver ===&lt;br /&gt;
Fiire also provides a new Z-Wave driver, it is binary only: [[Fiire ZWave Patch]]&lt;br /&gt;
&lt;br /&gt;
=== Old version ===&lt;br /&gt;
This is the version shipped with 0710. The source code for the old version is not available as it depends on proprietary files from Zensys.&lt;br /&gt;
&lt;br /&gt;
== Interfaces ==&lt;br /&gt;
=== Supported ===&lt;br /&gt;
* [[ACT Homepro ZCS000]]&lt;br /&gt;
* [[ACT Homepro ZCS010]]&lt;br /&gt;
* [[ACT Homepro ZCS101]]&lt;br /&gt;
* [[ACT Homepro ZCS201]]&lt;br /&gt;
* [[ACT Homepro ZCU000]]&lt;br /&gt;
* [[ACT Homepro ZCU010]]&lt;br /&gt;
* [[Aeon Labs Z-Wave Interface with built-In Inclusion Remote]]&lt;br /&gt;
* [[Intermatic HA22]]&lt;br /&gt;
* [[Intermatic HA23C]]&lt;br /&gt;
* [[Intermatic HA20C]]&lt;br /&gt;
* [[MCV_Z-Wave_Dongle|Mi Casa Verde USB + Inclusion Controller in one]]&lt;br /&gt;
* [[Seluxit viaSENS Homecontroller]]&lt;br /&gt;
* [[Tricklestar 300ZW-US-W]]&lt;br /&gt;
* [[Tricklestar 300ZW-EU-W]]&lt;br /&gt;
* [[Z~Series USB Stick with Z-Wave]] (Australian / New Zealand Z-Wave)&lt;br /&gt;
&lt;br /&gt;
=== UNSUPPORTED ===&lt;br /&gt;
&#039;&#039;&#039;those don&#039;t work&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* [[ACT Homepro ZCU101]]&lt;br /&gt;
* [[ACT Homepro ZCU201]]&lt;br /&gt;
&lt;br /&gt;
== How to install and use ZWave ==&lt;br /&gt;
=== Automatic installation - Lighting Wizard ===&lt;br /&gt;
The [[Lighting Wizard]] allows you to easily integrate LinuxMCE into your Z-Wave network. It is started after you plug in the Z-Wave dongle. Just follow the onscreen instructions.&lt;br /&gt;
&lt;br /&gt;
=== Manual Setup using SIS Mode with the Tricklestar Remote ===&lt;br /&gt;
SIS mode currently needs either the Seluxit ViaSens ZWave USB controller installed or the new Tricklestar USB Controller (see here for info on installing this controller [[ZWave_DeviceTemplate_PlugAndPlay | ZWave Device Template Plug&#039;n&#039;Play]]). Please note that you cannot currently use the Lighting Wizard when configuring SIS mode. You will also need to update to a current version of the new Open ZWave binary.&lt;br /&gt;
&lt;br /&gt;
# Firstly reset your ZWave USB controller so that you can start to add devices in SIS mode. Use Web Admin -&amp;gt;Wizard-&amp;gt;Devices-&amp;gt;Interfaces and find the device called &#039;ZWave&#039; and click its &#039;Advanced&#039; button. In the next screen click on &#039;Send command to device&#039; and then select &#039;Reset&#039; from the drop-down list, Tick &#039;Delivery Confirmation&#039; and then click &#039;Send Message&#039;. Now if you see &#039;Message received OK&#039; your ZWave USB controller has been successfully reset.&lt;br /&gt;
# Next we need to include your Tricklestar remote into your ZWave network. Firstly we need to set the remote into Configuration Mode (see also the manual) this is done with the little switch on the bottom side next to the USB connector. Then do the following button presses on the Tricklestar remote which should be in close proximity to the ZWave USB interface - Press and hold the Remotes top most button down until you see a Green LED light up then release the button and press it briefly again. The Green LED should now be blinking slowly (if it isn&#039;t then repeat this step again). Now back in Web Admin use the &#039;Send Command to Device&#039; screen again and select &#039;Download Configuration&#039; from the drop-down. Now click &#039;Send Message&#039; and watch the slowly flashing Green LED on the remote. If the LED stops flashing and glows continuously green for a few seconds then you have succeeded in including the Remote. However if you see a Red LED displayed continuously for a few secs something went wrong - in this case please repeat this whole step again. Assuming you got a Green LED at the end of this step you should (after waiting a couple of minutes for the inclusion prcess to finish) do a reload router before continuing. NOTE: If it does not work that way, try sending the &#039;Download Configuration&#039; command first and then press and hold the Remotes top most button down until it goes green and the press the same button again shortly, that way around it worked better for me (was a tip from Hari).&lt;br /&gt;
# Next we can Include each of your ZWave devices into the ZWave network (before starting to include devices it is important that they are located and fixed in their final locations). Using the Tricklestar remote go to each ZWave device (again you should be in close proximity to each device as you Include them) and do the following;&lt;br /&gt;
## Press and hold the Remotes top most button down until you see a Green LED light up then release the button and press it briefly again. The Green LED should now be blinking slowly (if it isn&#039;t then repeat this step again).&lt;br /&gt;
## Now briefly press the Inclusion button on the device you are including. You should see the remotes Green LED stop flashing and glow continuously Green for a few seconds. If you did then you have succeeded in including the device. However if you see a Red LED displayed continuously for a few secs something went wrong - in this case please repeat this whole step again.&lt;br /&gt;
## Repeat the step above for each ZWave device would like to include in your ZWave network.&lt;br /&gt;
# After including your last ZWave device, go back to Web Admin, do a reload router (or maybe two if LinuxMCE tells you to) and select Wizards-&amp;gt;Devices-&amp;gt;Lights. You should now see all the devices you included have been auto-magically added to the &#039;Wizard: Lights&#039; screen! This is power of SIS mode! Now you can change your device names in the &#039;Description&#039; field, select which &#039;Room&#039; they are actually in and use &#039;PK_FloorplanObjectType&#039; drop-down to select the floor plan icon they will display when placed on the floor plan etc. When you have updated this info for each ZWave device click &#039;Update&#039; at the bottom of the screen.&lt;br /&gt;
# If devices are not added automatically - meaning there is no popup on the Orbiters showing &amp;quot;added new device X&amp;quot; - then you can try this. If you have added logging you wil see in /var/log/pluto/*_ZWave.log&amp;quot; that lightswitches are detected by the USB controller because it shows up like this &amp;quot;Got basic report from node X, value: X&amp;quot;. After addind the first device go to the USB Controller and do a &#039;Download Configuration&#039; like above again - but this time &#039;&#039;&#039;without&#039;&#039;&#039; doing a &#039;reset&#039; first. Then do a quick reload router once or twice and try adding the next device. Now it should work.&lt;br /&gt;
&lt;br /&gt;
Of course at anytime when you want to add some new ZWave devices to your installation just do the inclusion steps above with the remote &amp;amp; the device your adding - you dont need to add all your devices in one go. Each time you include a new device just do a reload router and auto-magically it will be in your ZWave devices tree.&lt;br /&gt;
&lt;br /&gt;
Note, you should never do the download config again after you have initially added the USB controller to the Tricklestar remote. To add a new node just put the Tricklestar into config mode with the switch and then add the new nodes with the &amp;quot;up till flash- up&amp;quot; procedure. Same for device removal. The Tricklestar will notify the USB controller about the change. This is automatically detected by LinuxMCE and you will see a popup on all orbiters with the new zwave node id.&lt;br /&gt;
&lt;br /&gt;
=== Manual Excluding devices using SIS Mode with the Tricklestar Remote ===&lt;br /&gt;
&lt;br /&gt;
Why do I have to do this ? (Quote from hari)&lt;br /&gt;
Z-Wave is a mesh. The routing table is updated at inclusion/exclusion. When you move stuff around without following the procedure (except portable devices like remote controllers) you can get network problems.&lt;br /&gt;
&lt;br /&gt;
# Put the Configuration Switch of the Trickestar Remote in “Configuration Mode” like this. Press-and-hold “Up” Operation button for 2 seconds to enter Configuration Mode. LED Indicator will illuminate Green. Short-press the “Down” Operation Button one time to put the device into Exclusion Mode. The Green LED should now be blinking slowly (if it isn&#039;t then repeat this step again).&lt;br /&gt;
# Press the Exclusion Initiator of the Device to be Excluded (normally the same button as the Inclusion Initiator).&lt;br /&gt;
# LED Indicator on the Remote will illuminate Green when device is successfully excluded and illuminate Red if the operation is unsuccessful. Orbiters will show a message that the device is removed.&lt;br /&gt;
# Repeat steps 2-4 for each Device to be Excluded from the Network.&lt;br /&gt;
# After Excluding all the devices that you would like to remove, go back to Web Admin, do a reload router and select Wizards-&amp;gt;Devices-&amp;gt;Lights. The Excluded devices should now be gone.&lt;br /&gt;
&lt;br /&gt;
=== Manual setup / Download configuration ===&lt;br /&gt;
Once you have successfully installed the ZWave USB controller and it is seen on LinuxMCE ([[media:zwave_homepro_interface.png]]), you can proceed by populating the ZWave network information to LinuxMCE.&lt;br /&gt;
&lt;br /&gt;
# Add your ZWave devices to your master ZWave master remote controller (like ZTH200)&lt;br /&gt;
#* Once the devices are added to remote and verified they are working (you can control them with your remote controller), you need to copy the ZWave network information to LinuxMCE.&lt;br /&gt;
# Go to LinuxMCE admin page (&amp;lt;nowiki&amp;gt;&amp;quot;http://192.168.80.1/pluto-admin/&amp;quot;&amp;lt;/nowiki&amp;gt;), then choose &amp;quot;Wizard -&amp;gt; Devices -&amp;gt; Interfaces -&amp;gt; [your ZWave controller] -&amp;gt; Advanced&amp;quot;.&lt;br /&gt;
## On the device page select &amp;quot;Send command to device&amp;quot;.&lt;br /&gt;
## Select command &amp;quot;Download Configuration&amp;quot; and choose &amp;quot;Send Message&amp;quot;.&lt;br /&gt;
##* Leave the data and file fields as blank&lt;br /&gt;
# Now LinuxMCE is waiting for the ZWave information and you should send a copy of the ZWave network with your master remote controller to LinuxMCE.&lt;br /&gt;
#* If you are using HomePro remote controller this is done by selecting: &amp;quot;Setup -&amp;gt; Copy Remote Ctrl. -&amp;gt; Send Information -&amp;gt; Identical Copy&amp;quot;. Once you have done that, the remote will show &amp;quot;Sending information...&amp;quot; and after successful sending it will return to clock screen (this shouldn&#039;t take more than couple of minutes).&lt;br /&gt;
#* You can monitor the process by watching the Zwave log file on LinuxMCE (usually &amp;quot;/var/log/pluto/*ZWave.log&amp;quot;). Unfortunately the admin page doesn&#039;t give much information of what is being done and is everything going smoothly. If the process is successfully, you should see the LinuxMCE communicating with the USB controller&lt;br /&gt;
#* Make sure the sending remote controller is near enough the USB receiver, otherwise nothing will happen.&lt;br /&gt;
# Go to device tree (Show devices tree) and you should see ([[Media:zwave_devices_tree.png]]) the newly added ZWave modules/devices on the tree under &amp;quot;CORE -&amp;gt; ZWave&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
You should do quick reload (Wizard -&amp;gt; Restart -&amp;gt; Quick Reload Router) in order to use the newly added devices with LinuxMCE. Once you have done that you should be able to control (like switching on/off) the devices under the  Light ([[Media:zwave_lights.png]]).&lt;br /&gt;
&lt;br /&gt;
== PIR (Binary Sensor) support ==&lt;br /&gt;
&lt;br /&gt;
[[ACT Homepro Motion Detector]]&lt;br /&gt;
&lt;br /&gt;
== Z-Wave API documentation ==&lt;br /&gt;
&lt;br /&gt;
[[ZWave API]]&lt;/div&gt;</summary>
		<author><name>Adriel</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=UnRAID&amp;diff=22416</id>
		<title>UnRAID</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=UnRAID&amp;diff=22416"/>
		<updated>2010-02-19T12:33:29Z</updated>

		<summary type="html">&lt;p&gt;Adriel: New page: ==unRAID== unRAID Server is an embedded Network Attached Storage server Operating System designed to boot from a USB Flash device and specifically designed for digital media storage.   unR...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==unRAID==&lt;br /&gt;
unRAID Server is an embedded Network Attached Storage server Operating System designed to boot from a USB Flash device and specifically designed for digital media storage.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
unRAID is proprietary software available from Lime Technology LLC&lt;br /&gt;
http://lime-technology.com/&lt;br /&gt;
&lt;br /&gt;
=Status=&lt;br /&gt;
UnRAID 4.3.3 works with LinuxMCE&lt;br /&gt;
http://forum.linuxmce.org/index.php?topic=9671.0&lt;br /&gt;
&lt;br /&gt;
=See also=&lt;br /&gt;
*[[Network Settings]]&lt;br /&gt;
&lt;br /&gt;
[[Category: Programmer&#039;s Guide]][[Category: Storage]][[Category:Network Attached Storage]]&lt;/div&gt;</summary>
		<author><name>Adriel</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=ZWave&amp;diff=22165</id>
		<title>ZWave</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=ZWave&amp;diff=22165"/>
		<updated>2010-01-25T09:16:01Z</updated>

		<summary type="html">&lt;p&gt;Adriel: /* Open version */&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;
[[Category: RF Control]]&lt;br /&gt;
[[Category: ZWave]]&lt;br /&gt;
[[Category: Programmer&#039;s Guide]]&lt;br /&gt;
&lt;br /&gt;
Z-Wave™ is a wireless RF-based communications technology designed for residential and light commercial control and status reading applications such as meter reading, lighting and appliance control, HVAC, access control, intruder and fire detection.&lt;br /&gt;
&lt;br /&gt;
== Overview ==&lt;br /&gt;
The support from LinuxMCE system is represented by an executable &#039;&#039;&#039;ZWave&#039;&#039;&#039; (it&#039;s placed in /usr/pluto/bin) which is the device implementation and a &#039;&#039;&#039;DeviceTemplate (1754)&#039;&#039;&#039; which is used to create LinuxMCE Devices for ZWave.&lt;br /&gt;
&lt;br /&gt;
Look at the [[:Category:ZWave|Z-Wave Wiki Category]] to see pages for different Z-Wave devices.&lt;br /&gt;
&lt;br /&gt;
The source code is available in LinuxMCE&#039;s SVN repository: http://svn.linuxmce.org/svn/branches/LinuxMCE-0810/src/ZWave.&lt;br /&gt;
&lt;br /&gt;
== Implementation ==&lt;br /&gt;
=== Open version ===&lt;br /&gt;
The new open Z-Wave driver will be included in the upcoming 0810 release.&lt;br /&gt;
&lt;br /&gt;
A 32bit binary of the new Z-Wave driver for 0710 can be found here: http://vt100.at/files/ZWave-0.0.2-0710-32bit.bz2&lt;br /&gt;
Just swap with the existing /usr/pluto/bin/ZWave and quick reload the router.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[[Note on 0810 Beta2 installation / setup wizard]]&lt;br /&gt;
&lt;br /&gt;
While the drivers work and the controller gets added correctly, currently the Z-Wave setup wizard fails to configure devices attached to the ZWave USB controller (the Wizard may crash after selecting Next when trying to do this).&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;&#039;temporary&#039;&#039;&#039; work around for this has been confirmed, however it requires the use of Windows. See forum posting:&lt;br /&gt;
[http://forum.linuxmce.org/index.php?topic=9259.0]&lt;br /&gt;
&lt;br /&gt;
# Download and install the drivers for windows [http://www.aeon-labs.com/site/support/category/1/]&lt;br /&gt;
# Download and install mControl [http://www.embeddedautomation.com/EAHAmControl.htm]&lt;br /&gt;
# Run the &#039;&#039;&#039;ZWave adapter utility&#039;&#039;&#039; from mControl (note you may need to run this as administrator for win 7)&lt;br /&gt;
# Select COM9 in the &#039;&#039;&#039;connections option port&#039;&#039;&#039; drop down (assuming its installed on COM9 like mine was)&lt;br /&gt;
# Click &#039;&#039;&#039;Connect&#039;&#039;&#039; (if a pop up asks you to stop mControl services click yes)&lt;br /&gt;
# Once connected, click &#039;&#039;&#039;Start Add Device&#039;&#039;&#039;&lt;br /&gt;
# Pair all the Zwave devices you want to use with LMCE. You should see the ID numbers come up in the &#039;ID of device to operate on:&#039;. Note which ID is for which device.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Thats about it. Close it down - unplug the USB device from Windows and put it back in the LMCE Core. It will probably start the wizard again. Just hit next and let it complete (or fail).&lt;br /&gt;
&lt;br /&gt;
You should now see the ZWave device with child devices in the admin page:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Advanced =&amp;gt; Configuration =&amp;gt; Devices (under CORE)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Expand the Zwave option and select the child devices (e.g. Light Switch (dimmable)). Check the ID then select which room the device is in.&lt;br /&gt;
&lt;br /&gt;
After that, probably a good idea to update your floorplan (Wizard =&amp;gt; Devices =&amp;gt; Floorplan Wizard) then do a full orbiter regen and router reload. Worked for me!&lt;br /&gt;
&lt;br /&gt;
=== New Fiire driver ===&lt;br /&gt;
Fiire also provides a new Z-Wave driver, it is binary only: [[Fiire ZWave Patch]]&lt;br /&gt;
&lt;br /&gt;
=== Old version ===&lt;br /&gt;
This is the version shipped with 0710. The source code for the old version is not available as it depends on proprietary files from Zensys.&lt;br /&gt;
&lt;br /&gt;
== Interfaces ==&lt;br /&gt;
=== Supported ===&lt;br /&gt;
* [[ACT Homepro ZCS000]]&lt;br /&gt;
* [[ACT Homepro ZCS010]]&lt;br /&gt;
* [[ACT Homepro ZCS101]]&lt;br /&gt;
* [[ACT Homepro ZCS201]]&lt;br /&gt;
* [[ACT Homepro ZCU000]]&lt;br /&gt;
* [[ACT Homepro ZCU010]]&lt;br /&gt;
* [[Aeon Labs Z-Wave Interface with built-In Inclusion Remote]]&lt;br /&gt;
* [[Intermatic HA22]]&lt;br /&gt;
* [[Intermatic HA23C]]&lt;br /&gt;
* [[Intermatic HA20C]]&lt;br /&gt;
* [[MCV_Z-Wave_Dongle|Mi Casa Verde USB + Inclusion Controller in one]]&lt;br /&gt;
* [[Seluxit viaSENS Homecontroller]]&lt;br /&gt;
* [[Tricklestar 300ZW-US-W]]&lt;br /&gt;
* [[Tricklestar 300ZW-EU-W]]&lt;br /&gt;
* [[Z~Series USB Stick with Z-Wave]] (Australian / New Zealand Z-Wave)&lt;br /&gt;
&lt;br /&gt;
=== UNSUPPORTED ===&lt;br /&gt;
&#039;&#039;&#039;those don&#039;t work&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* [[ACT Homepro ZCU101]]&lt;br /&gt;
* [[ACT Homepro ZCU201]]&lt;br /&gt;
&lt;br /&gt;
== How to install and use ZWave ==&lt;br /&gt;
=== Automatic installation - Lighting Wizard ===&lt;br /&gt;
The [[Lighting Wizard]] allows you to easily integrate LinuxMCE into your Z-Wave network. It is started after you plug in the Z-Wave dongle. Just follow the onscreen instructions.&lt;br /&gt;
&lt;br /&gt;
=== Manual Setup using SIS Mode with the Tricklestar Remote ===&lt;br /&gt;
SIS mode currently needs either the Seluxit ViaSens ZWave USB controller installed or the new Tricklestar USB Controller (see here for info on installing this controller [[ZWave_DeviceTemplate_PlugAndPlay | ZWave Device Template Plug&#039;n&#039;Play]]). Please note that you cannot currently use the Lighting Wizard when configuring SIS mode. You will also need to update to a current version of the new Open ZWave binary.&lt;br /&gt;
&lt;br /&gt;
# Firstly reset your ZWave USB controller so that you can start to add devices in SIS mode. Use Web Admin -&amp;gt;Wizard-&amp;gt;Devices-&amp;gt;Interfaces and find the device called &#039;ZWave&#039; and click its &#039;Advanced&#039; button. In the next screen click on &#039;Send command to device&#039; and then select &#039;Reset&#039; from the drop-down list, Tick &#039;Delivery Confirmation&#039; and then click &#039;Send Message&#039;. Now if you see &#039;Message received OK&#039; your ZWave USB controller has been successfully reset.&lt;br /&gt;
# Next we need to include your Tricklestar remote into your ZWave network. Firstly we need to set the remote into Configuration Mode (see also the manual) this is done with the little switch on the bottom side next to the USB connector. Then do the following button presses on the Tricklestar remote which should be in close proximity to the ZWave USB interface - Press and hold the Remotes top most button down until you see a Green LED light up then release the button and press it briefly again. The Green LED should now be blinking slowly (if it isn&#039;t then repeat this step again). Now back in Web Admin use the &#039;Send Command to Device&#039; screen again and select &#039;Download Configuration&#039; from the drop-down. Now click &#039;Send Message&#039; and watch the slowly flashing Green LED on the remote. If the LED stops flashing and glows continuously green for a few seconds then you have succeeded in including the Remote. However if you see a Red LED displayed continuously for a few secs something went wrong - in this case please repeat this whole step again. Assuming you got a Green LED at the end of this step you should (after waiting a couple of minutes for the inclusion prcess to finish) do a reload router before continuing. NOTE: If it does not work that way, try sending the &#039;Download Configuration&#039; command first and then press and hold the Remotes top most button down until it goes green and the press the same button again shortly, that way around it worked better for me (was a tip from Hari).&lt;br /&gt;
# Next we can Include each of your ZWave devices into the ZWave network (before starting to include devices it is important that they are located and fixed in their final locations). Using the Tricklestar remote go to each ZWave device (again you should be in close proximity to each device as you Include them) and do the following;&lt;br /&gt;
## Press and hold the Remotes top most button down until you see a Green LED light up then release the button and press it briefly again. The Green LED should now be blinking slowly (if it isn&#039;t then repeat this step again).&lt;br /&gt;
## Now briefly press the Inclusion button on the device you are including. You should see the remotes Green LED stop flashing and glow continuously Green for a few seconds. If you did then you have succeeded in including the device. However if you see a Red LED displayed continuously for a few secs something went wrong - in this case please repeat this whole step again.&lt;br /&gt;
## Repeat the step above for each ZWave device would like to include in your ZWave network.&lt;br /&gt;
# After including your last ZWave device, go back to Web Admin, do a reload router (or maybe two if LinuxMCE tells you to) and select Wizards-&amp;gt;Devices-&amp;gt;Lights. You should now see all the devices you included have been auto-magically added to the &#039;Wizard: Lights&#039; screen! This is power of SIS mode! Now you can change your device names in the &#039;Description&#039; field, select which &#039;Room&#039; they are actually in and use &#039;PK_FloorplanObjectType&#039; drop-down to select the floor plan icon they will display when placed on the floor plan etc. When you have updated this info for each ZWave device click &#039;Update&#039; at the bottom of the screen.&lt;br /&gt;
# If devices are not added automatically - meaning there is no popup on the Orbiters showing &amp;quot;added new device X&amp;quot; - then you can try this. If you have added logging you wil see in /var/log/pluto/*_ZWave.log&amp;quot; that lightswitches are detected by the USB controller because it shows up like this &amp;quot;Got basic report from node X, value: X&amp;quot;. After addind the first device go to the USB Controller and do a &#039;Download Configuration&#039; like above again - but this time &#039;&#039;&#039;without&#039;&#039;&#039; doing a &#039;reset&#039; first. Then do a quick reload router once or twice and try adding the next device. Now it should work.&lt;br /&gt;
&lt;br /&gt;
Of course at anytime when you want to add some new ZWave devices to your installation just do the inclusion steps above with the remote &amp;amp; the device your adding - you dont need to add all your devices in one go. Each time you include a new device just do a reload router and auto-magically it will be in your ZWave devices tree.&lt;br /&gt;
&lt;br /&gt;
Note, you should never do the download config again after you have initially added the USB controller to the Tricklestar remote. To add a new node just put the Tricklestar into config mode with the switch and then add the new nodes with the &amp;quot;up till flash- up&amp;quot; procedure. Same for device removal. The Tricklestar will notify the USB controller about the change. This is automatically detected by LinuxMCE and you will see a popup on all orbiters with the new zwave node id.&lt;br /&gt;
&lt;br /&gt;
=== Manual Excluding devices using SIS Mode with the Tricklestar Remote ===&lt;br /&gt;
&lt;br /&gt;
Why do I have to do this ? (Quote from hari)&lt;br /&gt;
Z-Wave is a mesh. The routing table is updated at inclusion/exclusion. When you move stuff around without following the procedure (except portable devices like remote controllers) you can get network problems.&lt;br /&gt;
&lt;br /&gt;
# Put the Configuration Switch of the Trickestar Remote in “Configuration Mode” like this. Press-and-hold “Up” Operation button for 2 seconds to enter Configuration Mode. LED Indicator will illuminate Green. Short-press the “Down” Operation Button one time to put the device into Exclusion Mode. The Green LED should now be blinking slowly (if it isn&#039;t then repeat this step again).&lt;br /&gt;
# Press the Exclusion Initiator of the Device to be Excluded (normally the same button as the Inclusion Initiator).&lt;br /&gt;
# LED Indicator on the Remote will illuminate Green when device is successfully excluded and illuminate Red if the operation is unsuccessful. Orbiters will show a message that the device is removed.&lt;br /&gt;
# Repeat steps 2-4 for each Device to be Excluded from the Network.&lt;br /&gt;
# After Excluding all the devices that you would like to remove, go back to Web Admin, do a reload router and select Wizards-&amp;gt;Devices-&amp;gt;Lights. The Excluded devices should now be gone.&lt;br /&gt;
&lt;br /&gt;
=== Manual setup / Download configuration ===&lt;br /&gt;
Once you have successfully installed the ZWave USB controller and it is seen on LinuxMCE ([[media:zwave_homepro_interface.png]]), you can proceed by populating the ZWave network information to LinuxMCE.&lt;br /&gt;
&lt;br /&gt;
# Add your ZWave devices to your master ZWave master remote controller (like ZTH200)&lt;br /&gt;
#* Once the devices are added to remote and verified they are working (you can control them with your remote controller), you need to copy the ZWave network information to LinuxMCE.&lt;br /&gt;
# Go to LinuxMCE admin page (&amp;lt;nowiki&amp;gt;&amp;quot;http://192.168.80.1/pluto-admin/&amp;quot;&amp;lt;/nowiki&amp;gt;), then choose &amp;quot;Wizard -&amp;gt; Devices -&amp;gt; Interfaces -&amp;gt; [your ZWave controller] -&amp;gt; Advanced&amp;quot;.&lt;br /&gt;
## On the device page select &amp;quot;Send command to device&amp;quot;.&lt;br /&gt;
## Select command &amp;quot;Download Configuration&amp;quot; and choose &amp;quot;Send Message&amp;quot;.&lt;br /&gt;
##* Leave the data and file fields as blank&lt;br /&gt;
# Now LinuxMCE is waiting for the ZWave information and you should send a copy of the ZWave network with your master remote controller to LinuxMCE.&lt;br /&gt;
#* If you are using HomePro remote controller this is done by selecting: &amp;quot;Setup -&amp;gt; Copy Remote Ctrl. -&amp;gt; Send Information -&amp;gt; Identical Copy&amp;quot;. Once you have done that, the remote will show &amp;quot;Sending information...&amp;quot; and after successful sending it will return to clock screen (this shouldn&#039;t take more than couple of minutes).&lt;br /&gt;
#* You can monitor the process by watching the Zwave log file on LinuxMCE (usually &amp;quot;/var/log/pluto/*ZWave.log&amp;quot;). Unfortunately the admin page doesn&#039;t give much information of what is being done and is everything going smoothly. If the process is successfully, you should see the LinuxMCE communicating with the USB controller&lt;br /&gt;
#* Make sure the sending remote controller is near enough the USB receiver, otherwise nothing will happen.&lt;br /&gt;
# Go to device tree (Show devices tree) and you should see ([[Media:zwave_devices_tree.png]]) the newly added ZWave modules/devices on the tree under &amp;quot;CORE -&amp;gt; ZWave&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
You should do quick reload (Wizard -&amp;gt; Restart -&amp;gt; Quick Reload Router) in order to use the newly added devices with LinuxMCE. Once you have done that you should be able to control (like switching on/off) the devices under the  Light ([[Media:zwave_lights.png]]).&lt;br /&gt;
&lt;br /&gt;
== PIR (Binary Sensor) support ==&lt;br /&gt;
&lt;br /&gt;
[[ACT Homepro Motion Detector]]&lt;br /&gt;
&lt;br /&gt;
== Z-Wave API documentation ==&lt;br /&gt;
&lt;br /&gt;
[[ZWave API]]&lt;/div&gt;</summary>
		<author><name>Adriel</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Installing_0810&amp;diff=22150</id>
		<title>Installing 0810</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Installing_0810&amp;diff=22150"/>
		<updated>2010-01-21T12:42:32Z</updated>

		<summary type="html">&lt;p&gt;Adriel: /* DVD Installation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&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;
&lt;br /&gt;
Please see below for details on Internet Installation and DVD Installation methods.&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 one of these: [http://mirrors.ccs.neu.edu/releases.ubuntu.com/kubuntu/8.10/ Northeastern University Mirror, USA], [http://swtsrv.informatik.uni-mannheim.de/pub/linux/distributions/ubuntu-release/kubuntu/8.10/ Mannheim University Mirror, Germany]) &#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;&lt;br /&gt;
# Run aptitude update and aptitude dist-upgrade to get the latest Kubuntu updates.&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;
&#039;&#039;&#039;EDIT:  MAKE SURE YOUR INTERNET CONNECTION IS ON ETH0!&#039;&#039;&#039; (For linux Newbies ETH0 is probably the network card on your motherboard...or plug all NICs into a switch that has Internet access)&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;
 wget -c http://deb.linuxmce.org/ubuntu/new-installer-beta2.tar.gz&lt;br /&gt;
 tar xvf new-installer-beta2.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;
[[User:GargFunk|GargFunk]] 08:41, 19 January 2010 (CET): &#039;&#039;In my experience, the sources.list after this process contained&lt;br /&gt;
 deb http://www.avenard.org/files/ubuntu-repos/ intrepid testing&lt;br /&gt;
&#039;&#039;where it should have contained&lt;br /&gt;
 deb http://www.avenard.org/files/ubuntu-repos/ intrepid release&lt;br /&gt;
&#039;&#039;Fixing that error solved several problems including &amp;quot;LaunchOrbiter.sh not found&amp;quot; and libvpdau1 not being installable.  Caveat Installer.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==DVD Installation==&lt;br /&gt;
&lt;br /&gt;
However, if you want to install the DVD, grab it via the torrent [http://www.linuxmce.org/index.php/download here].&lt;br /&gt;
&lt;br /&gt;
Upon DVD boot, select LinuxMCE install(it is the bottom option). This will install a regular Kubuntu 810 system, with an additional button on the desktop to install LinuxMCE upon restart. Let Kubuntu&#039;s install run through, and after restart, login.&lt;br /&gt;
Open a terminal and run&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;
&lt;br /&gt;
Once you have done this, you can 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;
The DVD installer per default does not create the initial 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;
Note 21/01/2010: If MythTV fails to correctly install it may be due to some changes in the avenard repository. See the following thread for a fix: [http://forum.linuxmce.org/index.php?topic=9513.msg65087#msg65087]&lt;br /&gt;
&lt;br /&gt;
== Keeping Up-to-date with updates ==&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 the initial install, 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;/div&gt;</summary>
		<author><name>Adriel</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Installing_0810&amp;diff=22149</id>
		<title>Installing 0810</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Installing_0810&amp;diff=22149"/>
		<updated>2010-01-21T12:41:35Z</updated>

		<summary type="html">&lt;p&gt;Adriel: /* DVD Installation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&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;
&lt;br /&gt;
Please see below for details on Internet Installation and DVD Installation methods.&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 one of these: [http://mirrors.ccs.neu.edu/releases.ubuntu.com/kubuntu/8.10/ Northeastern University Mirror, USA], [http://swtsrv.informatik.uni-mannheim.de/pub/linux/distributions/ubuntu-release/kubuntu/8.10/ Mannheim University Mirror, Germany]) &#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;&lt;br /&gt;
# Run aptitude update and aptitude dist-upgrade to get the latest Kubuntu updates.&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;
&#039;&#039;&#039;EDIT:  MAKE SURE YOUR INTERNET CONNECTION IS ON ETH0!&#039;&#039;&#039; (For linux Newbies ETH0 is probably the network card on your motherboard...or plug all NICs into a switch that has Internet access)&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;
 wget -c http://deb.linuxmce.org/ubuntu/new-installer-beta2.tar.gz&lt;br /&gt;
 tar xvf new-installer-beta2.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;
[[User:GargFunk|GargFunk]] 08:41, 19 January 2010 (CET): &#039;&#039;In my experience, the sources.list after this process contained&lt;br /&gt;
 deb http://www.avenard.org/files/ubuntu-repos/ intrepid testing&lt;br /&gt;
&#039;&#039;where it should have contained&lt;br /&gt;
 deb http://www.avenard.org/files/ubuntu-repos/ intrepid release&lt;br /&gt;
&#039;&#039;Fixing that error solved several problems including &amp;quot;LaunchOrbiter.sh not found&amp;quot; and libvpdau1 not being installable.  Caveat Installer.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
==DVD Installation==&lt;br /&gt;
&lt;br /&gt;
However, if you want to install the DVD, grab it via the torrent [http://www.linuxmce.org/index.php/download here].&lt;br /&gt;
&lt;br /&gt;
Upon DVD boot, select LinuxMCE install(it is the bottom option). This will install a regular Kubuntu 810 system, with an additional button on the desktop to install LinuxMCE upon restart. Let Kubuntu&#039;s install run through, and after restart, login.&lt;br /&gt;
Open a terminal and run&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;
&lt;br /&gt;
Once you have done this, you can 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;
The DVD installer per default does not create the initial 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;
Note 21/01/2010: If MythTV fails to correctly install it may be due to some changes in the avenard repository. See the following thread for a fix: [http://forum.linuxmce.org/index.php?topic=9513.0]&lt;br /&gt;
&lt;br /&gt;
== Keeping Up-to-date with updates ==&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 the initial install, 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;/div&gt;</summary>
		<author><name>Adriel</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Talk:Installing_0810&amp;diff=22139</id>
		<title>Talk:Installing 0810</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Talk:Installing_0810&amp;diff=22139"/>
		<updated>2010-01-18T10:49:41Z</updated>

		<summary type="html">&lt;p&gt;Adriel: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hi All, I am confused by the DVD Installation Instructions. It advises:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 ...Upon DVD boot, select LinuxMCE install(it is the bottom option). This will install a regular Kubuntu 810 system, with an additional button on the desktop to install LinuxMCE upon restart. &lt;br /&gt;
 Let Kubuntu&#039;s  install run through, and after restart, login. Open a terminal and run&lt;br /&gt;
&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;
...&amp;quot;&lt;br /&gt;
&lt;br /&gt;
But then at the bottom of the page it says:&lt;br /&gt;
 Note: You should NOT run apt-get dist-upgrade after the initial install, 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! ..&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Am I missing something obvious or does this contradict itself? I did the &lt;br /&gt;
 &amp;quot;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&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Have I now busted something and should reinstall?&lt;/div&gt;</summary>
		<author><name>Adriel</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Talk:Installing_0810&amp;diff=22138</id>
		<title>Talk:Installing 0810</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Talk:Installing_0810&amp;diff=22138"/>
		<updated>2010-01-18T09:31:55Z</updated>

		<summary type="html">&lt;p&gt;Adriel: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hi All, I am confused by the DVD Installation Instructions. It advises:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 ...Upon DVD boot, select LinuxMCE install(it is the bottom option). This will install a regular Kubuntu 810 system, with an additional button on the desktop to install LinuxMCE upon restart. &lt;br /&gt;
 Let Kubuntu&#039;s  install run through, and after restart, login. Open a terminal and run&lt;br /&gt;
&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;
...&amp;quot;&lt;br /&gt;
&lt;br /&gt;
But then at the bottom of the page it says:&lt;br /&gt;
 Note: You should NOT run apt-get dist-upgrade after the initial install, 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! ..&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Am I missing something obvious or doesn&#039;t this contradict itself? I did the &lt;br /&gt;
 &amp;quot;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&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Have I now busted something and should reinstall?&lt;/div&gt;</summary>
		<author><name>Adriel</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Talk:Installing_0810&amp;diff=22137</id>
		<title>Talk:Installing 0810</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Talk:Installing_0810&amp;diff=22137"/>
		<updated>2010-01-18T09:28:48Z</updated>

		<summary type="html">&lt;p&gt;Adriel: conflicting instructions?&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Hi All, I am confused by the DVD Installation Instructions. It advises:&lt;br /&gt;
&amp;quot;...Upon DVD boot, select LinuxMCE install(it is the bottom option). This will install a regular Kubuntu 810 system, with an additional button on the desktop to install LinuxMCE upon restart. Let Kubuntu&#039;s install run through, and after restart, login. Open a terminal and run&lt;br /&gt;
&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;
...&amp;quot;&lt;br /&gt;
&lt;br /&gt;
But then at the bottom of the page it says:&lt;br /&gt;
&amp;quot;...Note: You should NOT run apt-get dist-upgrade after the initial install, 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! ..&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Am I missing something obvious or doesn&#039;t this contradict itself? I did the &lt;br /&gt;
&amp;quot;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&amp;quot;&lt;br /&gt;
&lt;br /&gt;
Have I now busted something and should reinstall?&lt;/div&gt;</summary>
		<author><name>Adriel</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Internet_Radio&amp;diff=21542</id>
		<title>Internet Radio</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Internet_Radio&amp;diff=21542"/>
		<updated>2009-10-29T12:49:26Z</updated>

		<summary type="html">&lt;p&gt;Adriel: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category: Tutorials]]&lt;br /&gt;
Currently there is no direct support for the Internet Radio station list in LinuxMCE. However, you can create the scenario shortcut to quick-start your favorite station. &lt;br /&gt;
&lt;br /&gt;
Here is a link to a page with a few stations that you can choose from, I tried a couple and they all seemed to work with this wiki.&lt;br /&gt;
http://slhungary.hu/print.php?plugin:content.40&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* Go to [[LinuxMCE Admin Website]] --&amp;gt; Advanced --&amp;gt; Configuration --&amp;gt; Scenarios --&amp;gt; Media Scenarios&amp;quot; and press &amp;quot;Add My Scenario&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
* Under &amp;quot;Add My Scenario&amp;quot; type a description, like &amp;quot;DI - Lounge&amp;quot;. Check in which room you want this scenario to appear. Press &amp;quot;Save&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
* Click on the description of the scenario that you&#039;ve just added.&lt;br /&gt;
&lt;br /&gt;
* In &amp;quot;Scenario commands&amp;quot; select &amp;quot;Media Plug-in&amp;quot; from the &amp;quot;Device:&amp;quot; drop-down and &amp;quot;MH Play Media&amp;quot; from the &amp;quot;Command:&amp;quot; drop-down. Press the &amp;quot;Add&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
# In the &amp;quot;#13 Filename (string)&amp;quot; field type the URL of your online radio station ( e.g.: http://scfire-chi0l-1.stream.aol.com/stream/1009 ). &lt;br /&gt;
# In the &amp;quot;#29 PK_MediaType (int)&amp;quot; type 4. &lt;br /&gt;
# In the &amp;quot;#45 PK_EntertainArea (string)&amp;quot; put the number of the Entertaining Area (it usually starts from 1, see the note below). Press the &amp;quot;Save&amp;quot; button and the &amp;quot;Test Command&amp;quot; to see if it works.&lt;br /&gt;
&lt;br /&gt;
* Do a [[quick reload router|Quick Reload]] &amp;amp; [[Orbiter Generator|Regen]] and you&#039;ll be able to see you radio on the media menu of your Orbiter. Click on the button and it should start playing.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Notes and troubleshooting==&lt;br /&gt;
&lt;br /&gt;
* The media type &amp;quot;4&amp;quot; corresponds to a workaround, MEDIATYPE_pluto_StoredAudio_CONST. When all stuff eventually works, it will be changed to the &amp;quot;6&amp;quot; (MEDIATYPE_pluto_LiveRadio_CONST)&lt;br /&gt;
&lt;br /&gt;
* If radio station playback doesn&#039;t start - try playing it a couple times more. There is an issue in xine-lib which sometimes causes it to fail the first time.&lt;br /&gt;
&lt;br /&gt;
* Be sure not to put the URL of the playlist in &amp;quot;#13 Filename&amp;quot; parameter - it should be the URL of the station itself. Playlist URLs usually end with &amp;quot;.m3u&amp;quot; and &amp;quot;.pls&amp;quot;. Download the playlist and get the URL of station from it (there can be many entries, each representing a mirror).&lt;br /&gt;
&lt;br /&gt;
* If you have issues identifying your Entertainment Area ID, you can query the DB directly:&lt;br /&gt;
:* At the terminal, start the mysql commandline:&lt;br /&gt;
 mysql -u root -p pluto_main &amp;lt;enter&amp;gt;&lt;br /&gt;
:then issue the following query&lt;br /&gt;
 mysql&amp;gt; SELECT PK_EntertainArea, Description FROM EntertainArea;&lt;br /&gt;
:*Select the ID of the desired area from the list:&lt;br /&gt;
 +------------------+------------------+&lt;br /&gt;
 | PK_EntertainArea | Description      |&lt;br /&gt;
 +------------------+------------------+&lt;br /&gt;
 |                1 | Bedroom (Master) |&lt;br /&gt;
 +------------------+------------------+&lt;br /&gt;
 1 row in set (0.00 sec)&lt;br /&gt;
:type &#039;quit&#039; to exit:&lt;br /&gt;
 mysql&amp;gt; quit &amp;lt;enter&amp;gt;&lt;/div&gt;</summary>
		<author><name>Adriel</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Gyration_GYR3101US&amp;diff=17943</id>
		<title>Gyration GYR3101US</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Gyration_GYR3101US&amp;diff=17943"/>
		<updated>2009-03-10T11:01:45Z</updated>

		<summary type="html">&lt;p&gt;Adriel: Circuit City is no more...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[category: Tutorials]]&lt;br /&gt;
{| align=&amp;quot;right&amp;quot;&lt;br /&gt;
  | __TOC__&lt;br /&gt;
  |}&lt;br /&gt;
== Summary ==&lt;br /&gt;
[[Image:Gyration.JPG|right]]&lt;br /&gt;
The Gyration GYR3101US remote (aka Gyration MCE RF Remote) is identical in style to the [http://fiire.com/fiire-chief.php Fiire Chief]. The keys are not mapped as nicely as the custom-designed Fiire Chief, but the Gyration&#039;s firmware can be updated to gain similar functionality using the&lt;br /&gt;
[http://cf.ccmr.cornell.edu/cgi-bin/w3mman2html.cgi?xmodmap(1) Xmodmap] program (and its corresponding config file) .&lt;br /&gt;
&lt;br /&gt;
The Gyration remote control uses the gyro feature just like the Fiire Chief and the Gyration mouse. (The major difference is how the remote is detected and used by LinuxMCE, of course.)&lt;br /&gt;
&lt;br /&gt;
==Availability==&lt;br /&gt;
&lt;br /&gt;
*[http://www.newegg.com/Product/Product.aspx?Item=N82E16880105001 New Egg] -- US$99 (April 2008).&lt;br /&gt;
&lt;br /&gt;
==Default capabilities==&lt;br /&gt;
*When the device is plugged in, it is identified and configured as a GO Wireless USB device. The &amp;quot;gyration mouse&amp;quot; bit works immediately. By default the &#039;&#039;Stop&#039;&#039; button will stop media playback, and the &#039;&#039;skip forward and back&#039;&#039; buttons work. If this is all you want, you&#039;re done. No further configuration is needed.&lt;br /&gt;
&lt;br /&gt;
*By default LinuxMCE recognizes the &#039;&#039;volume up/down&#039;&#039; keys, the 10 number keys, the MCE button, and the media controls &#039;&#039;play/stop/ffwd/rwd/pause/skip fwd/skip back&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
== How to Setup ==&lt;br /&gt;
*Gyration codes: [[Gyration-GYR3101US-codes]]&lt;br /&gt;
&lt;br /&gt;
*I wanted the &amp;quot;Ambience&amp;quot; (Volume/Lighting) control key mapped, as well as the Channel/Chapter function, and the pull up menu for watching/listening to media.  &lt;br /&gt;
&lt;br /&gt;
*To enable the volume control, I used the &#039;&#039;xev&#039;&#039; application from the KDE desktop terminal window, and identified the required keys.&lt;br /&gt;
&lt;br /&gt;
 xev&lt;br /&gt;
&lt;br /&gt;
The first time this is run, it will pop-up a test window. Specify your mouse there, and then press the buttons on the Gyration remote to see the results in the terminal. Pay special attention to the&lt;br /&gt;
&lt;br /&gt;
 keycode&lt;br /&gt;
&lt;br /&gt;
entries -- they are what you will specify in the .Xmodmap file.&lt;br /&gt;
&lt;br /&gt;
On my particular setup (which I think is the default) the keys show up as:&lt;br /&gt;
&lt;br /&gt;
 Volume Up   keycode 176&lt;br /&gt;
 Volume Down keycode 174&lt;br /&gt;
 MCE button  keycode 97&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Now the keys in LinuxMCE that provide the &#039;&#039;volume/channel/menu&#039;&#039; functions are:&lt;br /&gt;
 &lt;br /&gt;
 F6 = Channel/Chapter FFWD/RWD/PAUSE menu&lt;br /&gt;
 F7 = Menu button&lt;br /&gt;
 F8 = Volume/Lighting button &amp;quot;ambience&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Update to get more MythTV functionality ==&lt;br /&gt;
&lt;br /&gt;
MythTV Keys&lt;br /&gt;
&lt;br /&gt;
 P = Pause  # Pause key on remote&lt;br /&gt;
 R = Record   # Record key on remote&lt;br /&gt;
 Z = 30 second skip # Right skip key under directional pad&lt;br /&gt;
 Q = 10 second back   # Left skip key under directional pad&lt;br /&gt;
 I = Info   # Info button&lt;br /&gt;
 F9 = Mute   # Mute button&lt;br /&gt;
 Y = Switch Cards   # Pictures button&lt;br /&gt;
 &lt;br /&gt;
Using this info, I created the following .Xmodmap file as root user in /etc&lt;br /&gt;
 &lt;br /&gt;
 cd /etc&lt;br /&gt;
 sudo vi /etc/.Xmodmap&lt;br /&gt;
&lt;br /&gt;
/etc/.Xmodmap&lt;br /&gt;
 keycode 176 = F8&lt;br /&gt;
 keycode 174 = F6&lt;br /&gt;
 keycode 97 = F7&lt;br /&gt;
 keycode 110 = P&lt;br /&gt;
 keycode 177 = R&lt;br /&gt;
 keycode 153 = Z&lt;br /&gt;
 keycode 144 = Q&lt;br /&gt;
 keycode 134 = I&lt;br /&gt;
 keycode 160 = F9&lt;br /&gt;
 keycode 237 = Y&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
Now after creating the file, make sure it is loaded when LinuxMCE starts up. To do this add the following (as root) to the script file &#039;&#039;/usr/pluto/bin/lmce_launch_manager.sh&#039;&#039;:&lt;br /&gt;
&lt;br /&gt;
 sudo vi /usr/pluto/bin/lmce_launch_manager.sh&lt;br /&gt;
&lt;br /&gt;
Add a line before the line &#039;&#039;&#039;KDE_DEBUG=1&#039;&#039;&#039; so that it looks like&lt;br /&gt;
&lt;br /&gt;
 xmodmap /etc/.Xmodmap&lt;br /&gt;
 KDE_DEBUG=1&lt;br /&gt;
&lt;br /&gt;
Save the file. You have two choices to get it going.&lt;br /&gt;
&lt;br /&gt;
1. Fire off the command&lt;br /&gt;
&lt;br /&gt;
 sudo xmodmap /etc/.Xmodmap &lt;br /&gt;
&lt;br /&gt;
:(This must be done from the KDE desktop term window (Konsole), as it needs to be run in the X environment. (You can also export the display like: export DISPLAY=:0;xmodmap /etc/.Xmodmap .)&lt;br /&gt;
&lt;br /&gt;
2. Restart the core.&lt;br /&gt;
&lt;br /&gt;
:By placing the file in the lmce_launch_manager.sh script, anytime the core is rebooted, your settings are automagically set up.&lt;br /&gt;
&lt;br /&gt;
== Media Directors ==&lt;br /&gt;
&lt;br /&gt;
:To get this working on a media director, follow the directions above, but add the xmodmap directive to the file &#039;&#039;/usr/pluto/bin/LaunchOrbiter.sh&#039;&#039;, instead of &#039;&#039;/usr/pluto/bin/lmce_launch_manager.sh&#039;&#039;.  Add it below the line &#039;&#039;&#039;N_Desktops=$(wmctrl -d | wc -l) # zero based&#039;&#039;&#039;.  It should look like this:&lt;br /&gt;
&lt;br /&gt;
 /usr/bin/xset -dpms s off&lt;br /&gt;
 N_Desktops=$(wmctrl -d | wc -l) # zero based&lt;br /&gt;
 /usr/bin/xmodmap /etc/.Xmodmap&lt;br /&gt;
&lt;br /&gt;
==Troubleshooting==&lt;br /&gt;
Problem:&lt;br /&gt;
There are a couple of oddities to that I have encountered. When I watch a movie and want to change the volume or lighting for a movie (or pre-recorded program), it does what it supposed to. But when I watch Mythtv live, pressing the volume up on the Gyration remote invokes the MythTV Sleep Timer. &lt;br /&gt;
&lt;br /&gt;
Solution: !!!!Update. As of 710 release I have not had to unmap these keys!!!!! But Just in case.... Read On. &lt;br /&gt;
This can be resolved by remapping the sleep timer key using the Mythweb application located at http://core.ip.address/mythweb/ (for internal open systems) or at http://core.dhcp.server.adress/mythweb/&lt;br /&gt;
&lt;br /&gt;
This can be avoided by unmapping the following keys in Mythweb/Settings/Controls&lt;br /&gt;
 &lt;br /&gt;
 F6&lt;br /&gt;
 F7&lt;br /&gt;
 F8&lt;br /&gt;
&lt;br /&gt;
Unmap these keys. Make sure you scroll down the whole list, as they appear more than once.&lt;br /&gt;
 &lt;br /&gt;
After you have completed these steps the following keys will perform these functions:&lt;br /&gt;
&lt;br /&gt;
*MCE button pulls up LinuxMCE menu system&lt;br /&gt;
*Volume Up button brings up the &amp;quot;Ambience&amp;quot; controls during media playback&lt;br /&gt;
*Volume Down button brings up the &#039;&#039;Channel/Chapter Fast Forward/Rewind and Pause&#039;&#039; functions&lt;br /&gt;
*The Gyration center button does movement correctly&lt;br /&gt;
*If you double click the center button, the mouse stays active, but remember to click once more to turn off (or you&#039;ll kill the batteries).&lt;br /&gt;
*The Gyration Left button acts like the left mouse button for &amp;quot;Choose&amp;quot; functions&lt;br /&gt;
*The Gyration Right button is the &amp;quot;exit&amp;quot; or &amp;quot;clear item&amp;quot; button &lt;br /&gt;
*The left and right buttons are just like mouse buttons&lt;br /&gt;
*The Number keys work with MythTV&lt;br /&gt;
*The Pause button will pause MythTV&lt;br /&gt;
*The Record button will start an on-the-fly-recording&lt;br /&gt;
*The skip forward button does the standard 30 second skip correctly&lt;br /&gt;
*The skip back button does the 10 second back skip correctly&lt;br /&gt;
*The Pictures button will switch tuner cards if you have more than one. Nice for DVB users who don&#039;t use VDR.&lt;br /&gt;
*The Mute button functions correctly&lt;br /&gt;
*The Info button functions correctly&lt;br /&gt;
&lt;br /&gt;
==Alternate Config by Glasswalker==&lt;br /&gt;
I have created this alternate config for the GYR3101US (stock gyration remote). I have managed to get most functions working (with the exception of the keys which use non-standard HID codes of course). However this has only been tested in the LMCE interface and with video/audio playback. I have not tested in Myth or VDR at all.&lt;br /&gt;
&lt;br /&gt;
The thing I like about this config, is it is easily implemented via a single change to the device template for the Go Cordless GC1005M Mouse (the device that the GYR3101US is detected as). It is device template ID #1812&lt;br /&gt;
&lt;br /&gt;
It is simple to make this edit:&lt;br /&gt;
#In the WebAdmin page, go to Advanced, then Configuration, then Device Templates.&lt;br /&gt;
#Under &amp;quot;Do you know the ID of the device template?&amp;quot; type in 1812, and hit &amp;quot;GO&amp;quot; &lt;br /&gt;
#Then, on the Device Template line, click &amp;quot;Pick device template&amp;quot;&lt;br /&gt;
#Scroll down to the &amp;quot;Device Data&amp;quot; section, and find &amp;quot;#59 Configuration(string)&amp;quot;&lt;br /&gt;
#In the &amp;quot;Default Value&amp;quot; column, paste in the contents of the config text which I have provided below.&lt;br /&gt;
#Scroll to the bottom of the page, and click &amp;quot;Save&amp;quot;&lt;br /&gt;
#Then do a quick reload of the router, and the remote should begin using the new configuration.&lt;br /&gt;
That&#039;s basically it. And all without any direct configuration file editing. The beauty is you edit in this one place, and these changes automatically propagate to all GYR3101US remotes you are using in your home. No filesystem changes, no hacking on the shell. I found this solution much &amp;quot;cleaner&amp;quot; than some of the above options&lt;br /&gt;
&lt;br /&gt;
(note: it is most likely also less complete. Since I do not use myth or VDR at the moment, I have no reason to test in those apps to make sure there are no conflicts or bugs with this mapping in those apps. Please feel free to make your own additions or modifications to compensate for that, or if those apps simply don&#039;t play nice with this method, then revert to one of the other methods which are confirmed to work with those apps).&lt;br /&gt;
&lt;br /&gt;
===What this config provides===&lt;br /&gt;
*The number keys should map correctly&lt;br /&gt;
*All media playback buttons map the correct functions (play,stop,ff,rw,skip,pause)&lt;br /&gt;
*The arrow keys, OK button, and back button are mapped to the appropriate functions&lt;br /&gt;
*The airmouse continues to work normally&lt;br /&gt;
*The Green Media button will pull up the LMCE menu during media playback&lt;br /&gt;
That&#039;s basically it that&#039;s important at this point. Until we get a customized HID driver to recognize the remaining functions of the remote.&lt;br /&gt;
&lt;br /&gt;
*A note on the config file. This may just be my situation, but the volume keys, when I pressed up, the volume went down, and of course pressing down made the volume go up. Simply switching the volume section of the config to this:&lt;br /&gt;
&lt;br /&gt;
 ### Volume/Channel/MCE Control ###&lt;br /&gt;
 voldn,174,R&lt;br /&gt;
 VolUp,176,R&lt;br /&gt;
 #chup,100156,R&lt;br /&gt;
 #chdown,100157,R&lt;br /&gt;
 #MCE,100194,H&lt;br /&gt;
 Mute,100226,D&lt;br /&gt;
&lt;br /&gt;
Resolved the issue: But I must say, excellent work Glasswalker!!&lt;br /&gt;
--[[User:Sethj|Sethj]] 13:22, 30 January 2009 (CET)&lt;br /&gt;
&lt;br /&gt;
===Config Text===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
### Power Control ###&lt;br /&gt;
#Power,100130,U&lt;br /&gt;
#Halt,100130,H&lt;br /&gt;
&lt;br /&gt;
### Media Control ###&lt;br /&gt;
Stop,164,D&lt;br /&gt;
Record,177,D&lt;br /&gt;
Pause,110,D&lt;br /&gt;
Play,179,D&lt;br /&gt;
Rewind,152,D&lt;br /&gt;
fastforward,180,D&lt;br /&gt;
SkipPrior,144,R&lt;br /&gt;
SkipNext,153,R&lt;br /&gt;
&lt;br /&gt;
### Navigation ###&lt;br /&gt;
ok,36,D,Y&lt;br /&gt;
Up,98,R,Y&lt;br /&gt;
Down,104,R,Y&lt;br /&gt;
Left,100,R,Y&lt;br /&gt;
Right,102,R,Y&lt;br /&gt;
#Back,234,D&lt;br /&gt;
info,134,U&lt;br /&gt;
&lt;br /&gt;
### Volume/Channel/MCE Control ###&lt;br /&gt;
voldn,174,R&lt;br /&gt;
VolUp,176,R&lt;br /&gt;
#chup,100156,R&lt;br /&gt;
#chdown,100157,R&lt;br /&gt;
#MCE,100194,H&lt;br /&gt;
Mute,100226,D&lt;br /&gt;
&lt;br /&gt;
### Media Shortcut / Special Buttons ###&lt;br /&gt;
#Music,237,U&lt;br /&gt;
#Videos,100000,U&lt;br /&gt;
#tv,100391,U&lt;br /&gt;
#Pictures,100393,U&lt;br /&gt;
#red,237,U&lt;br /&gt;
#green,100000,U&lt;br /&gt;
#yellow,100000,U&lt;br /&gt;
#blue,100000,U&lt;br /&gt;
#shortcutr,237,H&lt;br /&gt;
#shortcutg,100000,H&lt;br /&gt;
#shortcuty,100000,H&lt;br /&gt;
#shortcutb,100000,H&lt;br /&gt;
&lt;br /&gt;
### Number Buttons ###&lt;br /&gt;
1,10,U,Y&lt;br /&gt;
2,11,U,Y&lt;br /&gt;
3,12,U,Y&lt;br /&gt;
4,13,U,Y&lt;br /&gt;
5,14,U,Y&lt;br /&gt;
6,15,U,Y&lt;br /&gt;
7,16,U,Y&lt;br /&gt;
8,17,U,Y&lt;br /&gt;
9,18,U,Y&lt;br /&gt;
0,19,U,Y&lt;br /&gt;
shortcut1,10,H,Y&lt;br /&gt;
shortcut2,11,H,Y&lt;br /&gt;
shortcut3,12,H,Y&lt;br /&gt;
shortcut4,13,H,Y&lt;br /&gt;
shortcut5,14,H,Y&lt;br /&gt;
shortcut6,15,H,Y&lt;br /&gt;
shortcut7,16,H,Y&lt;br /&gt;
shortcut8,17,H,Y&lt;br /&gt;
shortcut9,18,H,Y&lt;br /&gt;
shortcut0,19,H,Y&lt;br /&gt;
&lt;br /&gt;
### Special Buttons Below Numbers ###&lt;br /&gt;
Clear,9,D&lt;br /&gt;
enter,36,D,Y&lt;br /&gt;
#setup_menu,100000,D,Y&lt;br /&gt;
#last,100000,D,Y&lt;br /&gt;
#input,100000,D,Y&lt;br /&gt;
#dvd_menu,100000,D,Y&lt;br /&gt;
&lt;br /&gt;
### Customized For LMCE Ease of Use ###&lt;br /&gt;
&lt;br /&gt;
#MCE Button mapped to &amp;quot;green&amp;quot; for pulling up menu during playback&lt;br /&gt;
green,97,U&lt;br /&gt;
#Back button mapped to &amp;quot;red&amp;quot; to back out of things&lt;br /&gt;
red,234,D&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Adriel</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Receivers_rs-232&amp;diff=17639</id>
		<title>Receivers rs-232</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Receivers_rs-232&amp;diff=17639"/>
		<updated>2009-02-10T07:24:55Z</updated>

		<summary type="html">&lt;p&gt;Adriel: /* Denon */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category: Hardware]]&lt;br /&gt;
[[Category: Serial]]&lt;br /&gt;
[[Category: Audio]]&lt;br /&gt;
&lt;br /&gt;
= Receivers rs-232 support =&lt;br /&gt;
Here is a list of receivers that do or do not have rs-232 (serial port) support&lt;br /&gt;
&lt;br /&gt;
== Denon ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! model&lt;br /&gt;
! rs-232 port&lt;br /&gt;
! rs-232 controllable&lt;br /&gt;
! lmce support&lt;br /&gt;
|-&lt;br /&gt;
| AVR-2307&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| Plug and Play.&lt;br /&gt;
|-&lt;br /&gt;
| AVR-2308&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| AVR-2807&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| AVR-2808&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| AVR-3807&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [[Denon_AVR-4306|AVR-4306]]&lt;br /&gt;
| no (ethernet)&lt;br /&gt;
| yes (ethernet)&lt;br /&gt;
| Seemed to work fine at LinuxTag 2008, although no extensive testing was done.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Harman Kardon ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! model&lt;br /&gt;
! rs-232 port&lt;br /&gt;
! rs-232 controllable&lt;br /&gt;
! lmce support&lt;br /&gt;
|-&lt;br /&gt;
| AVR 247&lt;br /&gt;
| yes&lt;br /&gt;
| no&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| AVR 347&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Marantz ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! model&lt;br /&gt;
! rs-232 port&lt;br /&gt;
! rs-232 controllable&lt;br /&gt;
! lmce support&lt;br /&gt;
|-&lt;br /&gt;
| SR5001&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| SR5002&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.marantz.com/new/index.cfm?fuseaction=Products.Product&amp;amp;cont=eu&amp;amp;bus=hf&amp;amp;prod_id=3662&amp;amp;series=comp&amp;amp;type=avr SR6001 ]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| SR5600&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| in development(several problems exist)&lt;br /&gt;
|-&lt;br /&gt;
| SR7001&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.marantz.com/new/index.cfm?fuseaction=Products.Product&amp;amp;cont=eu&amp;amp;bus=hf&amp;amp;prod_id=3702&amp;amp;series=comp&amp;amp;type=avr  SR7002]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| ZR6001&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Meridian ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! model&lt;br /&gt;
! rs-232 port&lt;br /&gt;
! rs-232 controllable&lt;br /&gt;
! lmce support&lt;br /&gt;
|-&lt;br /&gt;
| [http://www.meridian-audio.com/p_g68.htm G68-ADV]&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== NAD ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! model&lt;br /&gt;
! rs-232 port&lt;br /&gt;
! rs-232 controllable&lt;br /&gt;
! lmce support&lt;br /&gt;
|-&lt;br /&gt;
| T-765&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| T-773&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Onkyo ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! model&lt;br /&gt;
! rs-232 port&lt;br /&gt;
! rs-232 controllable&lt;br /&gt;
! lmce support&lt;br /&gt;
|-&lt;br /&gt;
| TX-SR705&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| TX-SR805/875&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| [[Onkyo_TXSR805]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Pioneer ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! model&lt;br /&gt;
! rs-232 port&lt;br /&gt;
! rs-232 controllable&lt;br /&gt;
! lmce support&lt;br /&gt;
|-&lt;br /&gt;
| VSX-LX50&lt;br /&gt;
| no&lt;br /&gt;
| no&lt;br /&gt;
| no&lt;br /&gt;
|-&lt;br /&gt;
| VSX-LX51&lt;br /&gt;
| yes&lt;br /&gt;
| ?&lt;br /&gt;
| ?&lt;br /&gt;
|-&lt;br /&gt;
| VSX-LX60&lt;br /&gt;
| yes&lt;br /&gt;
| ?&lt;br /&gt;
| ?&lt;br /&gt;
|-&lt;br /&gt;
| VSX-LX70&lt;br /&gt;
| yes&lt;br /&gt;
| ?&lt;br /&gt;
| ?&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Sony ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! model&lt;br /&gt;
! rs-232 port&lt;br /&gt;
! rs-232 controllable&lt;br /&gt;
! lmce support&lt;br /&gt;
|-&lt;br /&gt;
| STR-DA3000ES&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| STR-DA3200ES&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Yamaha ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;5&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! model&lt;br /&gt;
! rs-232 port&lt;br /&gt;
! rs-232 controllable&lt;br /&gt;
! lmce support&lt;br /&gt;
|-&lt;br /&gt;
| RX-V1700&lt;br /&gt;
| yes&lt;br /&gt;
| yes&lt;br /&gt;
| yes, using RX-V1XXX template (multizone not tested)&lt;br /&gt;
|-&lt;br /&gt;
| RX-V1800&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| RX-V2700&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Adriel</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=Avermedia_777&amp;diff=15424</id>
		<title>Avermedia 777</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=Avermedia_777&amp;diff=15424"/>
		<updated>2008-08-30T10:38:10Z</updated>

		<summary type="html">&lt;p&gt;Adriel: New page: Category: Hardware Category: Video Category: TV Cards  The (PCI) Avermedia 777 works out of the box (still needs to be added in the MythTV backend setup, but no additional driv...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category: Hardware]]&lt;br /&gt;
[[Category: Video]]&lt;br /&gt;
[[Category: TV Cards]]&lt;br /&gt;
&lt;br /&gt;
The (PCI) Avermedia 777 works out of the box (still needs to be added in the MythTV backend setup, but no additional drivers/config required). Have not tried VDR.&lt;br /&gt;
&lt;br /&gt;
I should note that I have quality issues with all TV cards currently but I don&#039;t believe that is the cards fault.&lt;/div&gt;</summary>
		<author><name>Adriel</name></author>
	</entry>
	<entry>
		<id>http://wiki.linuxmce.org/index.php?title=DViCO_Fusion_Dual_Digital_2&amp;diff=15423</id>
		<title>DViCO Fusion Dual Digital 2</title>
		<link rel="alternate" type="text/html" href="http://wiki.linuxmce.org/index.php?title=DViCO_Fusion_Dual_Digital_2&amp;diff=15423"/>
		<updated>2008-08-30T10:34:17Z</updated>

		<summary type="html">&lt;p&gt;Adriel: New page: Category: Hardware Category: Video Category: TV Cards  The (PCI) DViCO Dual digital 2 works for me with very little work.... following these instructions: http://www.itee.uq.ed...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category: Hardware]]&lt;br /&gt;
[[Category: Video]]&lt;br /&gt;
[[Category: TV Cards]]&lt;br /&gt;
&lt;br /&gt;
The (PCI) DViCO Dual digital 2 works for me with very little work.... following these instructions:&lt;br /&gt;
http://www.itee.uq.edu.au/~chrisp/Linux-DVB/DVICO/&lt;br /&gt;
&lt;br /&gt;
I should note that I have quality issues with all TV cards currently but I don&#039;t believe that is the cards fault.&lt;/div&gt;</summary>
		<author><name>Adriel</name></author>
	</entry>
</feed>