<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Where does this wire go? &#187; carputer</title>
	<atom:link href="http://www.where-does-this-wire-go.com/w/category/carputer/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.where-does-this-wire-go.com/w</link>
	<description>Documenting projects and things I find interesting in my life</description>
	<lastBuildDate>Tue, 22 Jun 2010 04:09:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>My udev rules to get elmscan ISO and gps BU-353 working nicely together</title>
		<link>http://www.where-does-this-wire-go.com/w/2009/08/04/my-udev-rules-to-get-elmscan-iso-and-gps-bu-353-working-nicely-together/</link>
		<comments>http://www.where-does-this-wire-go.com/w/2009/08/04/my-udev-rules-to-get-elmscan-iso-and-gps-bu-353-working-nicely-together/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 01:11:29 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[carputer]]></category>

		<guid isPermaLink="false">http://www.where-does-this-wire-go.com/w/?p=158</guid>
		<description><![CDATA[I uploaded my udev rules that I use so that my gps receiver and Elmscan get created with their own devices 100% of the time.  It creates /dev/gps0 and /dev/elm0.
Without this either device would be ttyUSB0 and the other ttyUSB1 during initilization.
The link to the file is 50-myrules.rules
]]></description>
			<content:encoded><![CDATA[<p>I uploaded my udev rules that I use so that my gps receiver and Elmscan get created with their own devices 100% of the time.  It creates /dev/gps0 and /dev/elm0.</p>
<p>Without this either device would be ttyUSB0 and the other ttyUSB1 during initilization.</p>
<p>The link to the file is <a href="http://www.where-does-this-wire-go.com/w/50-myrules.rules">50-myrules.rules</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.where-does-this-wire-go.com/w/2009/08/04/my-udev-rules-to-get-elmscan-iso-and-gps-bu-353-working-nicely-together/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google maps api and traffic</title>
		<link>http://www.where-does-this-wire-go.com/w/2009/07/03/google-maps-api-and-traffic/</link>
		<comments>http://www.where-does-this-wire-go.com/w/2009/07/03/google-maps-api-and-traffic/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 21:02:22 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[carputer]]></category>

		<guid isPermaLink="false">http://www.where-does-this-wire-go.com/w/?p=154</guid>
		<description><![CDATA[I was playing with the google maps api and created a traffic map.  I will incorporate this into my car so I can see where the traffic is around me.  I might try to see if I can find a way for it to alert me to upcoming traffic conditions even if I [...]]]></description>
			<content:encoded><![CDATA[<p>I was playing with the google maps api and created a traffic map.  I will incorporate this into my car so I can see where the traffic is around me.  I might try to see if I can find a way for it to alert me to upcoming traffic conditions even if I don&#8217;t have the traffic screen selected.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.where-does-this-wire-go.com/w/2009/07/03/google-maps-api-and-traffic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ICEWM and having 2 python programs start in different desktops solved.</title>
		<link>http://www.where-does-this-wire-go.com/w/2009/05/27/icewm-and-having-2-python-programs-start-in-different-desktops-solved/</link>
		<comments>http://www.where-does-this-wire-go.com/w/2009/05/27/icewm-and-having-2-python-programs-start-in-different-desktops-solved/#comments</comments>
		<pubDate>Wed, 27 May 2009 23:08:24 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[carputer]]></category>

		<guid isPermaLink="false">http://www.where-does-this-wire-go.com/w/?p=125</guid>
		<description><![CDATA[I&#8217;ve been fighting a problem for a while.  I use IceWM as my window manager.  One feature I like is that I can open a window in a specific desktop.  I have desktops named &#8220;NAV&#8221;, &#8220;Music&#8221;,&#8221;Weather&#8221; and I wanted to open a specific program in each one.  My problem is that [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been fighting a problem for a while.  I use IceWM as my window manager.  One feature I like is that I can open a window in a specific desktop.  I have desktops named &#8220;NAV&#8221;, &#8220;Music&#8221;,&#8221;Weather&#8221; and I wanted to open a specific program in each one.  My problem is that two of the applications are written in python so if I specify python as the application then both applications will start in the same desktop.  My work around is to make a symlink to python called musicpython and weatherpython.  Doing this and adding #!/usr/bin/musicpython at the beinging of my music program and #!/usr/bin/weatherpython at the beginning of the weather program allowed me to start them in their respective desktops.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.where-does-this-wire-go.com/w/2009/05/27/icewm-and-having-2-python-programs-start-in-different-desktops-solved/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get weather based on GPS location for your carpc</title>
		<link>http://www.where-does-this-wire-go.com/w/2009/05/23/get-weather-based-on-gps-location-for-your-carpc/</link>
		<comments>http://www.where-does-this-wire-go.com/w/2009/05/23/get-weather-based-on-gps-location-for-your-carpc/#comments</comments>
		<pubDate>Sun, 24 May 2009 03:22:21 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[carputer]]></category>

		<guid isPermaLink="false">http://www.where-does-this-wire-go.com/w/?p=101</guid>
		<description><![CDATA[I have wireless broadband for my car.   I also have a gps unit.  So I decide to combine the two and get current weather (well not second by second but relativly current.)  I wrote a program for Linux in Python using wxpython and the python-gps libraries.  It basically contacts noaa and requests the weather based [...]]]></description>
			<content:encoded><![CDATA[<p>I have wireless broadband for my car.   I also have a gps unit.  So I decide to combine the two and get current weather (well not second by second but relativly current.)  I wrote a program for Linux in Python using wxpython and the python-gps libraries.  It basically contacts noaa and requests the weather based on the location retrieved from your gps.</p>
<p>I wrote this for carPCs but I guess you could use it on a laptop while you are traveling.</p>
<p><a href="http://www.where-does-this-wire-go.com/apps/weatherapp.py">My program to get weather using gps</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.where-does-this-wire-go.com/w/2009/05/23/get-weather-based-on-gps-location-for-your-carpc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mp3car New England meet-up 5/16/2009</title>
		<link>http://www.where-does-this-wire-go.com/w/2009/05/17/mp3car-new-england-meet-up-5162009/</link>
		<comments>http://www.where-does-this-wire-go.com/w/2009/05/17/mp3car-new-england-meet-up-5162009/#comments</comments>
		<pubDate>Sun, 17 May 2009 06:35:18 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[carputer]]></category>

		<guid isPermaLink="false">http://www.where-does-this-wire-go.com/w/?p=97</guid>
		<description><![CDATA[It was a fun day today.  My wife and I went to a carpc meeting to meet up with some people from the mp3car.com forums.  The attendance seems to be growing as we had 5 cars and 7 people show up.  Granted one of the people that went was my wife who just smiled and [...]]]></description>
			<content:encoded><![CDATA[<p>It was a fun day today.  My wife and I went to a carpc meeting to meet up with some people from the mp3car.com forums.  The attendance seems to be growing as we had 5 cars and 7 people show up.  Granted one of the people that went was my wife who just smiled and put up with the geeks.</p>
<p>We sat in the parking lot we met up at for an hour or so looking at each others setups and hung out and chatted for about an hour.  We then got in to our vehicles and caravaned over to the park for the BBQ.</p>
<p>ViViper1 supplied pretty much all the food.  We had loads of fun trying to cook it though.  We couldn&#8217;t get the charcoals to stay lit.  We had heavy winds which made even lighting a lighter difficult.</p>
<p>After what seemed hours we got the food on the grill and a little while later we were eating dogs and burgers.</p>
<p>We sat around and talked about car computers, cars,  and just stuff in general for about 3 hours and walked back to the cars.</p>
<p>We sat at the cars for a few minutes while people looked at my hybrid just to see what was under the hood.  After that it was a quite ride home as we listened to steaming music on the carpc.</p>
<p>Here are the few photos that I took.</p>
<div id="attachment_96" class="wp-caption alignnone" style="width: 160px"><div class="img size-thumbnail wp-image-96" style="width:150px;">
	<a href="http://www.where-does-this-wire-go.com/w/wp-content/uploads/2009/05/100_1295.jpg"><img src="http://www.where-does-this-wire-go.com/w/wp-content/uploads/2009/05/100_1295-150x150.jpg" alt="lburton and ViViper1 cooking burgers" width="150" height="150" /></a>
	<div>lburton and  ViViper1 cooking burgers</div>
</div><p class="wp-caption-text">lburton and ViViper1 cooking burgers</p></div>
<div id="attachment_95" class="wp-caption alignnone" style="width: 160px"><div class="img size-thumbnail wp-image-95" style="width:150px;">
	<a href="http://www.where-does-this-wire-go.com/w/wp-content/uploads/2009/05/100_1294.jpg"><img src="http://www.where-does-this-wire-go.com/w/wp-content/uploads/2009/05/100_1294-150x150.jpg" alt="ratio of lighter fluid to coals?  About 1/2 can to 15 coals." width="150" height="150" /></a>
	<div>ratio of lighter fluid to coals?  About 1/2 can to 15 coals.</div>
</div><p class="wp-caption-text">ratio of lighter fluid to coals?  About 1/2 can to 15 coals.</p></div>
<div id="attachment_94" class="wp-caption alignnone" style="width: 160px"><div class="img size-thumbnail wp-image-94" style="width:150px;">
	<a href="http://www.where-does-this-wire-go.com/w/wp-content/uploads/2009/05/100_1293.jpg"><img src="http://www.where-does-this-wire-go.com/w/wp-content/uploads/2009/05/100_1293-150x150.jpg" alt="lburton, rogerdugans, Eileen(my wife), and f1vlad" width="150" height="150" /></a>
	<div>lburton, rogerdugans, Eileen(my wife), and f1vlad</div>
</div><p class="wp-caption-text">lburton, rogerdugans, Eileen(my wife), and f1vlad</p></div>
<p><a href="http://picasaweb.google.com/dgetgood/MP3CarMay2009">Pictures from rogerdugans</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.where-does-this-wire-go.com/w/2009/05/17/mp3car-new-england-meet-up-5162009/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>People wanted to see my carputer and car so here are some pictures</title>
		<link>http://www.where-does-this-wire-go.com/w/2009/05/02/people-wanted-to-see-my-carputer-and-car-so-here-are-some-pictures/</link>
		<comments>http://www.where-does-this-wire-go.com/w/2009/05/02/people-wanted-to-see-my-carputer-and-car-so-here-are-some-pictures/#comments</comments>
		<pubDate>Sat, 02 May 2009 18:01:44 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[carputer]]></category>

		<guid isPermaLink="false">http://www.where-does-this-wire-go.com/w/?p=87</guid>
		<description><![CDATA[I created a page to day with some pictures of my car and carputer set up.  My carputer and car pictures.
]]></description>
			<content:encoded><![CDATA[<p>I created a page to day with some pictures of my car and carputer set up.  <a href="<br />
http://www.where-does-this-wire-go.com/w/my-carputer/carputer-pictures/">My carputer and car pictures.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.where-does-this-wire-go.com/w/2009/05/02/people-wanted-to-see-my-carputer-and-car-so-here-are-some-pictures/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Everything working now except nghost</title>
		<link>http://www.where-does-this-wire-go.com/w/2009/04/27/everything-working-now-except-nghost/</link>
		<comments>http://www.where-does-this-wire-go.com/w/2009/04/27/everything-working-now-except-nghost/#comments</comments>
		<pubDate>Mon, 27 Apr 2009 18:23:15 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[carputer]]></category>

		<guid isPermaLink="false">http://www.where-does-this-wire-go.com/w/?p=71</guid>
		<description><![CDATA[When I log in as root nghost functions okay execept it doesn&#8217;t display my music list.
When I log in as a user, nghost doesn&#8217;t seem to want to accept input.  When I click on a menu item nghost doesn&#8217;t seem to do anything.
If I could get nghost working again I&#8217;d be super happy.  [...]]]></description>
			<content:encoded><![CDATA[<p>When I log in as root nghost functions okay execept it doesn&#8217;t display my music list.</p>
<p>When I log in as a user, nghost doesn&#8217;t seem to want to accept input.  When I click on a menu item nghost doesn&#8217;t seem to do anything.</p>
<p>If I could get nghost working again I&#8217;d be super happy.  I may have to recompile it or something.  I&#8217;m not really sure whats up.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.where-does-this-wire-go.com/w/2009/04/27/everything-working-now-except-nghost/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Carpc touchscreen problems fixed!</title>
		<link>http://www.where-does-this-wire-go.com/w/2009/04/22/carpc-touchscreen-problems-fixed/</link>
		<comments>http://www.where-does-this-wire-go.com/w/2009/04/22/carpc-touchscreen-problems-fixed/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 00:43:53 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[carputer]]></category>

		<guid isPermaLink="false">http://www.where-does-this-wire-go.com/w/?p=69</guid>
		<description><![CDATA[It is working flawlessly.  The calibration stays even when I power off the unit and power it back on.  I used this egalax page to get me an idea of what to do.  I did as he did and copied the /usr/share/hal/fdi/50-eGalax.fdi file and put it in /etc/hal/fdi/policy.
I then looked at /etc/evtouch/config [...]]]></description>
			<content:encoded><![CDATA[<p>It is working flawlessly.  The calibration stays even when I power off the unit and power it back on.  I used this <a href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=465303">egalax</a> page to get me an idea of what to do.  I did as he did and copied the /usr/share/hal/fdi/50-eGalax.fdi file and put it in /etc/hal/fdi/policy.</p>
<p>I then looked at /etc/evtouch/config for the parameters of my calibration (I had previously successfully calibrated my touchscreen.) I used those values (well just the MINX,MINY,MAXX,MAXY) in the /etc/hal/fdi/policy/50-eGalax.fdi.  </p>
<p>This was a tough task to accomplish and I thought I was going to have to settle on having to reboot when I lost power to the screen.  I am glad I found that link.  I hope others find it useful as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.where-does-this-wire-go.com/w/2009/04/22/carpc-touchscreen-problems-fixed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Catastrophe!</title>
		<link>http://www.where-does-this-wire-go.com/w/2009/04/18/catastrophe/</link>
		<comments>http://www.where-does-this-wire-go.com/w/2009/04/18/catastrophe/#comments</comments>
		<pubDate>Sun, 19 Apr 2009 03:29:09 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[carputer]]></category>

		<guid isPermaLink="false">http://www.where-does-this-wire-go.com/w/?p=66</guid>
		<description><![CDATA[Today after the mp3car gathering I dropped by my brothers house to work with him on his arcade cabinet his making.  Well, we were waiting for the glue to set up so I took him out to show him the carputer.   When I booted up the os said it needed to be [...]]]></description>
			<content:encoded><![CDATA[<p>Today after the mp3car gathering I dropped by my brothers house to work with him on his arcade cabinet his making.  Well, we were waiting for the glue to set up so I took him out to show him the carputer.   When I booted up the os said it needed to be checked.  Did I want to check it, and that it could be dangerous to check on a mounted system.  I figured.  What the heck.  I&#8217;ve done it before.  Well, this time was the time it was dangerous.  When I rebooted Grub had a fit.  The O/S was completely gone (I&#8217;m sure if I really wanted to I could have recovered from this.) </p>
<p>Since I wasn&#8217;t terribly happy with the ext3 filesystem I used this as an excuse to load the latest ubuntu on the drive with the jfs filesystem.</p>
<p>Everything went flawlessly.  Now I just have to start rebuilding the system with the apps I want on it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.where-does-this-wire-go.com/w/2009/04/18/catastrophe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Got the touchscreen working on the carputer</title>
		<link>http://www.where-does-this-wire-go.com/w/2009/04/14/got-the-touchscreen-working-on-the-carputer/</link>
		<comments>http://www.where-does-this-wire-go.com/w/2009/04/14/got-the-touchscreen-working-on-the-carputer/#comments</comments>
		<pubDate>Wed, 15 Apr 2009 03:06:47 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[carputer]]></category>

		<guid isPermaLink="false">http://www.where-does-this-wire-go.com/w/?p=63</guid>
		<description><![CDATA[I added a line like this to my touchscreen drivers section in xorg.conf
Option &#8220;CorePointer&#8221;
I&#8217;m so happy with this.   The system is only inches away from being fully functional.
]]></description>
			<content:encoded><![CDATA[<p>I added a line like this to my touchscreen drivers section in xorg.conf</p>
<p>Option &#8220;CorePointer&#8221;</p>
<p>I&#8217;m so happy with this.   The system is only inches away from being fully functional.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.where-does-this-wire-go.com/w/2009/04/14/got-the-touchscreen-working-on-the-carputer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
