<?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: Add an SD card slot to a WRT54G v2</title>
	<atom:link href="http://www.yourwarrantyisvoid.com/2009/09/09/add-an-sd-card-slot-to-a-wrt54g-v2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.yourwarrantyisvoid.com/2009/09/09/add-an-sd-card-slot-to-a-wrt54g-v2/</link>
	<description>Linux, Hardware, Software and Chaos. What more is there?</description>
	<lastBuildDate>Fri, 13 Jan 2012 02:44:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: firestorm_v1</title>
		<link>http://www.yourwarrantyisvoid.com/2009/09/09/add-an-sd-card-slot-to-a-wrt54g-v2/comment-page-1/#comment-27940</link>
		<dc:creator>firestorm_v1</dc:creator>
		<pubDate>Tue, 18 Oct 2011 01:07:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.yourwarrantyisvoid.com/?p=95#comment-27940</guid>
		<description>Excellent! Thank you for letting me know.  I&#039;m sure it will be useful when I look for replacements.</description>
		<content:encoded><![CDATA[<p>Excellent! Thank you for letting me know.  I&#8217;m sure it will be useful when I look for replacements.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zehas</title>
		<link>http://www.yourwarrantyisvoid.com/2009/09/09/add-an-sd-card-slot-to-a-wrt54g-v2/comment-page-1/#comment-27381</link>
		<dc:creator>Zehas</dc:creator>
		<pubDate>Mon, 10 Oct 2011 17:31:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.yourwarrantyisvoid.com/?p=95#comment-27381</guid>
		<description>Hi friend ! This mod also works on v2.2!
Thank&#039;s!</description>
		<content:encoded><![CDATA[<p>Hi friend ! This mod also works on v2.2!<br />
Thank&#8217;s!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: firestorm_v1</title>
		<link>http://www.yourwarrantyisvoid.com/2009/09/09/add-an-sd-card-slot-to-a-wrt54g-v2/comment-page-1/#comment-15364</link>
		<dc:creator>firestorm_v1</dc:creator>
		<pubDate>Tue, 22 Mar 2011 16:04:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.yourwarrantyisvoid.com/?p=95#comment-15364</guid>
		<description>Hello Phillip:

That&#039;s a great solution to finding the GPIO pins, I think I had to do that once or twice when I wrote the article. I didn&#039;t think to put it in there, but kudos on figuring out the fix!

You might need to give it a few minutes, depending on the size of your SD card and whether or not the card was formatted ext3 when you put it in. One thing I noticed was that the card was instantly reformatted upon insertion as it was originally formatted FAT32.  And, I&#039;m sure you&#039;ve checked it but check once more and make sure that the Write Protect switch is unset. (I had this happen to me too on an unrelated project, set me back for a day. :P )

If you are still unable to write, use your oneliner script to check your other GPIO pins per the article.  Unfortunately, I&#039;ve sold my unit since the article was written so I&#039;m not sure I can assist much further than the information in the article.  I&#039;ll try to help as much as possible, but can&#039;t guarantee anything. 

Good Luck!

FIRESTORM_v1</description>
		<content:encoded><![CDATA[<p>Hello Phillip:</p>
<p>That&#8217;s a great solution to finding the GPIO pins, I think I had to do that once or twice when I wrote the article. I didn&#8217;t think to put it in there, but kudos on figuring out the fix!</p>
<p>You might need to give it a few minutes, depending on the size of your SD card and whether or not the card was formatted ext3 when you put it in. One thing I noticed was that the card was instantly reformatted upon insertion as it was originally formatted FAT32.  And, I&#8217;m sure you&#8217;ve checked it but check once more and make sure that the Write Protect switch is unset. (I had this happen to me too on an unrelated project, set me back for a day. <img src='http://www.yourwarrantyisvoid.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  )</p>
<p>If you are still unable to write, use your oneliner script to check your other GPIO pins per the article.  Unfortunately, I&#8217;ve sold my unit since the article was written so I&#8217;m not sure I can assist much further than the information in the article.  I&#8217;ll try to help as much as possible, but can&#8217;t guarantee anything. </p>
<p>Good Luck!</p>
<p>FIRESTORM_v1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phillip</title>
		<link>http://www.yourwarrantyisvoid.com/2009/09/09/add-an-sd-card-slot-to-a-wrt54g-v2/comment-page-1/#comment-15346</link>
		<dc:creator>Phillip</dc:creator>
		<pubDate>Tue, 22 Mar 2011 11:09:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.yourwarrantyisvoid.com/?p=95#comment-15346</guid>
		<description>I have found gpio 5 for my board rev:XH  just underneath where this tutorial said.

i tested it with 

while true;do gpio enable 5;sleep 1;gpio disable 5;sleep 1; done

then tested the pins with a multimeter

So now i know they are all where i expect them to be.

however i still cant create anyfiles in the /mmc dir :(</description>
		<content:encoded><![CDATA[<p>I have found gpio 5 for my board rev:XH  just underneath where this tutorial said.</p>
<p>i tested it with </p>
<p>while true;do gpio enable 5;sleep 1;gpio disable 5;sleep 1; done</p>
<p>then tested the pins with a multimeter</p>
<p>So now i know they are all where i expect them to be.</p>
<p>however i still cant create anyfiles in the /mmc dir <img src='http://www.yourwarrantyisvoid.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phillip</title>
		<link>http://www.yourwarrantyisvoid.com/2009/09/09/add-an-sd-card-slot-to-a-wrt54g-v2/comment-page-1/#comment-15342</link>
		<dc:creator>Phillip</dc:creator>
		<pubDate>Tue, 22 Mar 2011 10:25:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.yourwarrantyisvoid.com/?p=95#comment-15342</guid>
		<description>Hey I liked the tut. however i think im having trouble with GPIO5 do you know how to test this?

I can read the card but not write.</description>
		<content:encoded><![CDATA[<p>Hey I liked the tut. however i think im having trouble with GPIO5 do you know how to test this?</p>
<p>I can read the card but not write.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thefixer</title>
		<link>http://www.yourwarrantyisvoid.com/2009/09/09/add-an-sd-card-slot-to-a-wrt54g-v2/comment-page-1/#comment-4288</link>
		<dc:creator>thefixer</dc:creator>
		<pubDate>Wed, 28 Jul 2010 07:54:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.yourwarrantyisvoid.com/?p=95#comment-4288</guid>
		<description>THANKS for putting this up, I just ran out of storage, man I hear that some of these have 32mb of ram and only 16 is enabled by default requiring a softmod to enable the other 16m, but I see 32mb in the www interface, so not sure how true that is.

Please keep this up as I plan to do this very soon as I get the parts, thanks!</description>
		<content:encoded><![CDATA[<p>THANKS for putting this up, I just ran out of storage, man I hear that some of these have 32mb of ram and only 16 is enabled by default requiring a softmod to enable the other 16m, but I see 32mb in the www interface, so not sure how true that is.</p>
<p>Please keep this up as I plan to do this very soon as I get the parts, thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

