<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Playing with GC100</title>
	<atom:link href="http://smart-home-blog.com/archives/688/feed" rel="self" type="application/rss+xml" />
	<link>http://smart-home-blog.com/archives/688</link>
	<description>Welcome to Home 2.0! This blog is about  home automation techologies, digital TV, VDR, gadgets, Plutohome, HD TV</description>
	<lastBuildDate>Tue, 16 Mar 2010 03:04:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Zaerc</title>
		<link>http://smart-home-blog.com/archives/688/comment-page-1#comment-17729</link>
		<dc:creator>Zaerc</dc:creator>
		<pubDate>Fri, 03 Aug 2007 22:28:32 +0000</pubDate>
		<guid isPermaLink="false">http://smart-home-blog.com/archives/688#comment-17729</guid>
		<description>Thanks, that was very helpfull in connecting my gc100 to LinuxMCE-1.1 RC1.

I noticed that the pluto wiki seems to fix this by manually configuring it through the web admin.  Just makes me wonder, could there be different versions of the gc100 firmware around?  Or does this simply fail for everyone...</description>
		<content:encoded><![CDATA[<p>Thanks, that was very helpfull in connecting my gc100 to LinuxMCE-1.1 RC1.</p>
<p>I noticed that the pluto wiki seems to fix this by manually configuring it through the web admin.  Just makes me wonder, could there be different versions of the gc100 firmware around?  Or does this simply fail for everyone&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Stepanov</title>
		<link>http://smart-home-blog.com/archives/688/comment-page-1#comment-16908</link>
		<dc:creator>Michael Stepanov</dc:creator>
		<pubDate>Tue, 10 Jul 2007 15:44:23 +0000</pubDate>
		<guid isPermaLink="false">http://smart-home-blog.com/archives/688#comment-16908</guid>
		<description>Thanks a lot, Sam, for your suggestion. I&#039;ll try again with your approach tonight.</description>
		<content:encoded><![CDATA[<p>Thanks a lot, Sam, for your suggestion. I&#8217;ll try again with your approach tonight.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://smart-home-blog.com/archives/688/comment-page-1#comment-16906</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Tue, 10 Jul 2007 14:18:03 +0000</pubDate>
		<guid isPermaLink="false">http://smart-home-blog.com/archives/688#comment-16906</guid>
		<description>Maybe I can help here... I had similar issues and found out that the MAC address detection was not working, so I hardcoded it in the script /usr/pluto/bin/gc100-conf.pl 

replacing this:

sub get_gc100mac {
  `curl http://192.168.1.70/Commands.cgi -o gc100mac1 --silent`;
  `curl http://192.168.1.101/Commands.cgi -o gc100mac2 --silent`;

by this:

sub get_gc100mac {
return &quot;00-0C-1E-00-84-D1&quot;;
  `curl http://192.168.1.70/Commands.cgi -o gc100mac1 --silent`;
  `curl http://192.168.1.101/Commands.cgi -o gc100mac2 --silent`;

From then on the gc100 was recognized and configured by plutohome.
I have not played with the relays or infrared or serial port yet...</description>
		<content:encoded><![CDATA[<p>Maybe I can help here&#8230; I had similar issues and found out that the MAC address detection was not working, so I hardcoded it in the script /usr/pluto/bin/gc100-conf.pl </p>
<p>replacing this:</p>
<p>sub get_gc100mac {<br />
  `curl <a href="http://192.168.1.70/Commands.cgi" rel="nofollow">http://192.168.1.70/Commands.cgi</a> -o gc100mac1 &#8211;silent`;<br />
  `curl <a href="http://192.168.1.101/Commands.cgi" rel="nofollow">http://192.168.1.101/Commands.cgi</a> -o gc100mac2 &#8211;silent`;</p>
<p>by this:</p>
<p>sub get_gc100mac {<br />
return &#8220;00-0C-1E-00-84-D1&#8243;;<br />
  `curl <a href="http://192.168.1.70/Commands.cgi" rel="nofollow">http://192.168.1.70/Commands.cgi</a> -o gc100mac1 &#8211;silent`;<br />
  `curl <a href="http://192.168.1.101/Commands.cgi" rel="nofollow">http://192.168.1.101/Commands.cgi</a> -o gc100mac2 &#8211;silent`;</p>
<p>From then on the gc100 was recognized and configured by plutohome.<br />
I have not played with the relays or infrared or serial port yet&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
