<?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: Lego Robotics Invention System on Ubuntu Linux</title>
	<atom:link href="http://trevorcreech.com/blog/2007/07/15/lego-robotics-invention-system-on-ubuntu-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://trevorcreech.com/blog/2007/07/15/lego-robotics-invention-system-on-ubuntu-linux/</link>
	<description></description>
	<lastBuildDate>Mon, 22 Feb 2010 22:02:16 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Twonky</title>
		<link>http://trevorcreech.com/blog/2007/07/15/lego-robotics-invention-system-on-ubuntu-linux/comment-page-1/#comment-126801</link>
		<dc:creator>Twonky</dc:creator>
		<pubDate>Sun, 19 Jul 2009 14:38:12 +0000</pubDate>
		<guid isPermaLink="false">http://trevorcreech.com/blog/2007/07/15/lego-robotics-invertion-system-on-ubuntu-linux/#comment-126801</guid>
		<description>Thanks a lot. That was exact the information I need to get the RCX running on Ubuntu 9.04</description>
		<content:encoded><![CDATA[<p>Thanks a lot. That was exact the information I need to get the RCX running on Ubuntu 9.04</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tepepa</title>
		<link>http://trevorcreech.com/blog/2007/07/15/lego-robotics-invention-system-on-ubuntu-linux/comment-page-1/#comment-121877</link>
		<dc:creator>tepepa</dc:creator>
		<pubDate>Thu, 07 May 2009 09:43:12 +0000</pubDate>
		<guid isPermaLink="false">http://trevorcreech.com/blog/2007/07/15/lego-robotics-invertion-system-on-ubuntu-linux/#comment-121877</guid>
		<description>Thanks a lot for this! I had the NQC running but was stuck with a &#039;Problem talking to IR device&#039; message. I guess I was missing the linking and the Export command.
This works on Puppy Linux by the way.</description>
		<content:encoded><![CDATA[<p>Thanks a lot for this! I had the NQC running but was stuck with a &#8216;Problem talking to IR device&#8217; message. I guess I was missing the linking and the Export command.<br />
This works on Puppy Linux by the way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Programmare l&#8217;RCX lego con ubuntu &#171; Meltingshell&#8217;s Blog</title>
		<link>http://trevorcreech.com/blog/2007/07/15/lego-robotics-invention-system-on-ubuntu-linux/comment-page-1/#comment-104879</link>
		<dc:creator>Programmare l&#8217;RCX lego con ubuntu &#171; Meltingshell&#8217;s Blog</dc:creator>
		<pubDate>Sun, 23 Nov 2008 14:38:17 +0000</pubDate>
		<guid isPermaLink="false">http://trevorcreech.com/blog/2007/07/15/lego-robotics-invertion-system-on-ubuntu-linux/#comment-104879</guid>
		<description>[...] Per scrivere questo articolo ho letto da qui. [...]</description>
		<content:encoded><![CDATA[<p>[...] Per scrivere questo articolo ho letto da qui. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://trevorcreech.com/blog/2007/07/15/lego-robotics-invention-system-on-ubuntu-linux/comment-page-1/#comment-101457</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Wed, 12 Nov 2008 00:30:11 +0000</pubDate>
		<guid isPermaLink="false">http://trevorcreech.com/blog/2007/07/15/lego-robotics-invertion-system-on-ubuntu-linux/#comment-101457</guid>
		<description>Thank you very much for this, I just bought the RIS 2.0 off eBay, and thought that I&#039;d made a bit of mistake when windows pooh poohed it, but thanks to you, I have it working (and programming it in Java too, but that&#039;s another thing).

So thank you for all your help, and for being so cute too!</description>
		<content:encoded><![CDATA[<p>Thank you very much for this, I just bought the RIS 2.0 off eBay, and thought that I&#8217;d made a bit of mistake when windows pooh poohed it, but thanks to you, I have it working (and programming it in Java too, but that&#8217;s another thing).</p>
<p>So thank you for all your help, and for being so cute too!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stew Boling</title>
		<link>http://trevorcreech.com/blog/2007/07/15/lego-robotics-invention-system-on-ubuntu-linux/comment-page-1/#comment-93352</link>
		<dc:creator>Stew Boling</dc:creator>
		<pubDate>Fri, 10 Oct 2008 20:25:16 +0000</pubDate>
		<guid isPermaLink="false">http://trevorcreech.com/blog/2007/07/15/lego-robotics-invertion-system-on-ubuntu-linux/#comment-93352</guid>
		<description>Hi Trevor,
I figured out how to make nqc use /dev/usb/legousbtower0 instead of /dev/usb/lego0 use a sudo gedit /rcxlib/ RCX_USBTowerPipe_linux.cpp and edit line #define DEFAULT_TOWER_NAME &quot;/dev/usb/lego0&quot; to #define DEFAULT_TOWER_NAME &quot;/dev/usb/legousbtower0&quot; and it will work whenever you plug in the tower</description>
		<content:encoded><![CDATA[<p>Hi Trevor,<br />
I figured out how to make nqc use /dev/usb/legousbtower0 instead of /dev/usb/lego0 use a sudo gedit /rcxlib/ RCX_USBTowerPipe_linux.cpp and edit line #define DEFAULT_TOWER_NAME &#8220;/dev/usb/lego0&#8243; to #define DEFAULT_TOWER_NAME &#8220;/dev/usb/legousbtower0&#8243; and it will work whenever you plug in the tower</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stew Boling</title>
		<link>http://trevorcreech.com/blog/2007/07/15/lego-robotics-invention-system-on-ubuntu-linux/comment-page-1/#comment-79343</link>
		<dc:creator>Stew Boling</dc:creator>
		<pubDate>Fri, 15 Aug 2008 23:01:58 +0000</pubDate>
		<guid isPermaLink="false">http://trevorcreech.com/blog/2007/07/15/lego-robotics-invertion-system-on-ubuntu-linux/#comment-79343</guid>
		<description>Hi Trevor,

Ubuntu recently updated their udev package and the usb tower now mounts at /dev/usb/legotower0. the rest of the tutorial works! Thank you for this great tutorial, it has been a life saver.

-Stew</description>
		<content:encoded><![CDATA[<p>Hi Trevor,</p>
<p>Ubuntu recently updated their udev package and the usb tower now mounts at /dev/usb/legotower0. the rest of the tutorial works! Thank you for this great tutorial, it has been a life saver.</p>
<p>-Stew</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trevor</title>
		<link>http://trevorcreech.com/blog/2007/07/15/lego-robotics-invention-system-on-ubuntu-linux/comment-page-1/#comment-65186</link>
		<dc:creator>Trevor</dc:creator>
		<pubDate>Tue, 10 Jun 2008 22:20:47 +0000</pubDate>
		<guid isPermaLink="false">http://trevorcreech.com/blog/2007/07/15/lego-robotics-invertion-system-on-ubuntu-linux/#comment-65186</guid>
		<description>Hi Stew,
I haven&#039;t used this in a while, but I believe the problem lies in this step:
sudo ln -s /dev/legousbtower0 /dev/usb/lego0

Basically, NQC expects the tower to be at /dev/usb/lego0, but Ubuntu puts it at /dev/legousbtower0.  I would assume Kubuntu puts it in the same place, but if you figure out where it is, and edit the above command appropriately, it should work.</description>
		<content:encoded><![CDATA[<p>Hi Stew,<br />
I haven&#8217;t used this in a while, but I believe the problem lies in this step:<br />
sudo ln -s /dev/legousbtower0 /dev/usb/lego0</p>
<p>Basically, NQC expects the tower to be at /dev/usb/lego0, but Ubuntu puts it at /dev/legousbtower0.  I would assume Kubuntu puts it in the same place, but if you figure out where it is, and edit the above command appropriately, it should work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stew Boling</title>
		<link>http://trevorcreech.com/blog/2007/07/15/lego-robotics-invention-system-on-ubuntu-linux/comment-page-1/#comment-65173</link>
		<dc:creator>Stew Boling</dc:creator>
		<pubDate>Tue, 10 Jun 2008 21:06:06 +0000</pubDate>
		<guid isPermaLink="false">http://trevorcreech.com/blog/2007/07/15/lego-robotics-invertion-system-on-ubuntu-linux/#comment-65173</guid>
		<description>Hi, I&#039;m trying t use NQC for my research project and I&#039;m running it in kubuntu 7.04 which I downgraded to from 8.04 and I followed the directions and when I enter &quot;nqc -msg  7&quot; I get &quot;Could not open serial port or USB device
&quot; Any advice would be greatly appreciated and thank you in advance

-Stew Boling</description>
		<content:encoded><![CDATA[<p>Hi, I&#8217;m trying t use NQC for my research project and I&#8217;m running it in kubuntu 7.04 which I downgraded to from 8.04 and I followed the directions and when I enter &#8220;nqc -msg  7&#8243; I get &#8220;Could not open serial port or USB device<br />
&#8221; Any advice would be greatly appreciated and thank you in advance</p>
<p>-Stew Boling</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: campus party: início da quinta-feira, após festas, debates acalorados, rôbos e astros! &#124; gutocarvalho.net</title>
		<link>http://trevorcreech.com/blog/2007/07/15/lego-robotics-invention-system-on-ubuntu-linux/comment-page-1/#comment-45353</link>
		<dc:creator>campus party: início da quinta-feira, após festas, debates acalorados, rôbos e astros! &#124; gutocarvalho.net</dc:creator>
		<pubDate>Thu, 14 Feb 2008 12:37:49 +0000</pubDate>
		<guid isPermaLink="false">http://trevorcreech.com/blog/2007/07/15/lego-robotics-invertion-system-on-ubuntu-linux/#comment-45353</guid>
		<description>[...] + Robótica http://trevorcreech.com/blog/2007/07/15/lego-robotics-invention-system-on-ubuntu-linux/ http://www.roboticalivre.org/portal/ [...]</description>
		<content:encoded><![CDATA[<p>[...] + Robótica <a href="http://trevorcreech.com/blog/2007/07/15/lego-robotics-invention-system-on-ubuntu-linux/" rel="nofollow">http://trevorcreech.com/blog/2007/07/15/lego-robotics-invention-system-on-ubuntu-linux/</a> <a href="http://www.roboticalivre.org/portal/" rel="nofollow">http://www.roboticalivre.org/portal/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Glen McCarthy</title>
		<link>http://trevorcreech.com/blog/2007/07/15/lego-robotics-invention-system-on-ubuntu-linux/comment-page-1/#comment-28317</link>
		<dc:creator>Glen McCarthy</dc:creator>
		<pubDate>Sun, 25 Nov 2007 11:02:59 +0000</pubDate>
		<guid isPermaLink="false">http://trevorcreech.com/blog/2007/07/15/lego-robotics-invertion-system-on-ubuntu-linux/#comment-28317</guid>
		<description>Hi Trevor,

Thank you for your article. It has helped me and my Yr9/10 robotics class (and certainly many others) to use linux with the rcx bricks. 
Thanks for including some Tony Campolo quotes. We rarely see him here in Australia. He is a challenging voice for anyone who is seriously trying to follow Jesus. I guess I&#039;ll just have to read more of his books.

God bless,
Glen</description>
		<content:encoded><![CDATA[<p>Hi Trevor,</p>
<p>Thank you for your article. It has helped me and my Yr9/10 robotics class (and certainly many others) to use linux with the rcx bricks.<br />
Thanks for including some Tony Campolo quotes. We rarely see him here in Australia. He is a challenging voice for anyone who is seriously trying to follow Jesus. I guess I&#8217;ll just have to read more of his books.</p>
<p>God bless,<br />
Glen</p>
]]></content:encoded>
	</item>
</channel>
</rss>
