<?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>The Treehouse Blog &#187; thinkpad</title>
	<atom:link href="http://brady.thtech.net/tag/thinkpad/feed/" rel="self" type="application/rss+xml" />
	<link>http://brady.thtech.net</link>
	<description></description>
	<lastBuildDate>Mon, 09 Jan 2012 04:32:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How hard is it to keep a thinkpad running?</title>
		<link>http://brady.thtech.net/2006/07/30/how-hard-is-it-to-keep-a-thinkpad-running/</link>
		<comments>http://brady.thtech.net/2006/07/30/how-hard-is-it-to-keep-a-thinkpad-running/#comments</comments>
		<pubDate>Mon, 31 Jul 2006 00:53:51 +0000</pubDate>
		<dc:creator>balleman</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[thinkpad]]></category>

		<guid isPermaLink="false">http://beta.thtech.net/?p=134</guid>
		<description><![CDATA[I used to like thinkpads. They were black, IBM tried to be nice about Linux support, and the maintenance docs were readily available online. However, my 600e had 2 issues requiring return for repair, 2 more issues requiring parts replacement after warranty, and then had to be retired due to not working well anymore. I [...]]]></description>
			<content:encoded><![CDATA[<p>I used to like thinkpads.  They were black, IBM tried to be nice about Linux support, and the maintenance docs were readily available online.  However, my 600e had 2 issues requiring return for repair, 2 more issues requiring parts replacement after warranty, and then had to be retired due to not working well anymore.</p>
<p>I had thought my R40 was doing better, but perhaps not.  A month or so ago I had to replace the hard drive (not entirely blameless here&#8230; it was transported frequently with a running drive), and now it seems the video subsystem is beginning to collapse.  This morning I noticed some &#8220;visual artifacts&#8221; that didn&#8217;t get fixed with a reboot, and aren&#8217;t a problem with the LCD, as the VGA port shows them as well.  So, guess what that means?  A new system board.  Fun, fun.  I&#8217;m seriously considering selling the thing as parts and moving to a Dell D410 or D420, or perhaps skipping a personal laptop and using a work laptop.  The next laptop will be small and light, that much I know.</p>
]]></content:encoded>
			<wfw:commentRss>http://brady.thtech.net/2006/07/30/how-hard-is-it-to-keep-a-thinkpad-running/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WPA working on my R40&#8242;s IPW2100&#8230; finally.</title>
		<link>http://brady.thtech.net/2005/03/26/wpa-working-on-my-r40s-ipw2100-finally/</link>
		<comments>http://brady.thtech.net/2005/03/26/wpa-working-on-my-r40s-ipw2100-finally/#comments</comments>
		<pubDate>Sun, 27 Mar 2005 02:04:09 +0000</pubDate>
		<dc:creator>balleman</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[ipw2100]]></category>
		<category><![CDATA[r40]]></category>
		<category><![CDATA[thinkpad]]></category>
		<category><![CDATA[wpa]]></category>

		<guid isPermaLink="false">http://beta.thtech.net/?p=164</guid>
		<description><![CDATA[I&#8217;ve spent maybe 10 hours on this now (not all this week, mind you, but still). Getting WPA-PSK w/ TKIP certainly isn&#8217;t as easy as it should be, but that is probably entirely due to driver issues. Seems you can&#8217;t buy a great 802.11g card for Linux. I had tried various versions of the Linux [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve spent maybe 10 hours on this now (not all this week, mind you, but still).  Getting WPA-PSK w/ TKIP certainly isn&#8217;t as easy as it should be, but that is probably entirely due to driver issues.  Seems you can&#8217;t buy a great 802.11g card for Linux.</p>
<p>I had tried various versions of the <a href="http://ipw2100.sf.net/">Linux IPW2100 drivers</a>, 1.1.0 most recently, and always ended up getting errors saying that the IPW_IOCTL_WPA_SUPPLICANT ioctl was not available.  This is a symptom of a driver that doesn&#8217;t have the WPA support, but lsmod clearly showed the TKIP and other encryption-related modules loaded.  Google suggested using the load and unload scripts provided with the driver, and to check the initrd for an old driver that might be overriding the freshly-compiled one.  modinfo confirmed that the new drivers were getting loaded&#8230; still no luck.  That&#8217;s where I was for a long time, retrying every once in awhile to see if anything was happier.</p>
<p>As it turns out, there is <a href="http://article.gmane.org/gmane.linux.drivers.ipw2100.devel/4662">a problem</a> in the way the drivers are compiled as modules which can be fixed with <a href="http://cache.gmane.org/gmane/linux/drivers/ipw2100/devel/4662-001.bin">this patch</a> (<a href="files/ipw2100-encryption-module-issues.patch">local cache</a>).  Keep in mind that the post I&#8217;m referencing here is only two weeks old&#8230; so, I&#8217;m probably not the only one having this issue.  I&#8217;m somewhat amazed (and very happy) that Google has indexed it that fast.</p>
<p>Now, technically, that was enough to fix my problems.  However, I spent the next 45 minutes or so trying to figure out why my connection would reset several seconds after coming up&#8230; which turned out to be another instance of <a href="http://hostap.epitest.fi/wpa_supplicant/">wpa_supplicant</a> in the background screwing things up.  <strong>Tip: run one wpa_supplicant at a time.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://brady.thtech.net/2005/03/26/wpa-working-on-my-r40s-ipw2100-finally/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

