<?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>Jeff Malterre &#187; Thinkpad X61</title>
	<atom:link href="http://www.jeffmalterre.com/category/thinkpad-x61/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jeffmalterre.com</link>
	<description>accessible web programmer, SEO specialist, e-commerce professional</description>
	<lastBuildDate>Tue, 05 Oct 2010 18:23:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Thinkpad x61 with Ubuntu: Getting the 3rd mouse button to work.</title>
		<link>http://www.jeffmalterre.com/2008/12/19/thinkpad-x61-with-ubuntu-getting-the-3rd-mouse-button-to-work/</link>
		<comments>http://www.jeffmalterre.com/2008/12/19/thinkpad-x61-with-ubuntu-getting-the-3rd-mouse-button-to-work/#comments</comments>
		<pubDate>Fri, 19 Dec 2008 17:11:01 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Thinkpad X61]]></category>
		<category><![CDATA[3rd mouse button]]></category>
		<category><![CDATA[mouse wheel]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.sibble.com/?p=915</guid>
		<description><![CDATA[There are two different methods I found, which work for different version of Ubuntu. Ubuntu 8.10 First, copy/paste below &#60;match key=&#34;info.product&#34; string=&#34;TPPS/2 IBM TrackPoint&#34;&#62; &#60;merge key=&#34;input.x11_options.EmulateWheel&#34; type=&#34;string&#34;&#62;true&#60;/merge&#62; &#60;merge key=&#34;input.x11_options.EmulateWheelButton&#34; type=&#34;string&#34;&#62;2&#60;/merge&#62; &#60;merge key=&#34;input.x11_options.YAxisMapping&#34; type=&#34;string&#34;&#62;4 5&#60;/merge&#62; &#60;merge key=&#34;input.x11_options.XAxisMapping&#34; type=&#34;string&#34;&#62;6 7&#60;/merge&#62; &#60;merge key=&#34;input.x11_options.Emulate3Buttons&#34; type=&#34;string&#34;&#62;true&#60;/merge&#62; &#60;merge key=&#34;input.x11_options.EmulateWheelTimeout&#34; type=&#34;string&#34;&#62;200&#60;/merge&#62; &#60;/match&#62; Then, make a new file /etc/hal/fdi/policy/mouse-wheel.fdi sudo vi /etc/hal/fdi/policy/mouse-wheel.fdi Insert [...]]]></description>
			<content:encoded><![CDATA[<p>There are two different methods I found, which work for different version of Ubuntu.</p>
<p><span id="more-915"></span></p>
<h2>Ubuntu 8.10</h2>
<p>First, copy/paste below</p>

<div class="wp_syntax"><div class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;match</span> <span style="color: #000066;">key</span>=<span style="color: #ff0000;">&quot;info.product&quot;</span> <span style="color: #000066;">string</span>=<span style="color: #ff0000;">&quot;TPPS/2 IBM TrackPoint&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;merge</span> <span style="color: #000066;">key</span>=<span style="color: #ff0000;">&quot;input.x11_options.EmulateWheel&quot;</span> <span style="color: #000066;">type</span>=<span style="color: #ff0000;">&quot;string&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>true<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/merge<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;merge</span> <span style="color: #000066;">key</span>=<span style="color: #ff0000;">&quot;input.x11_options.EmulateWheelButton&quot;</span> <span style="color: #000066;">type</span>=<span style="color: #ff0000;">&quot;string&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>2<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/merge<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;merge</span> <span style="color: #000066;">key</span>=<span style="color: #ff0000;">&quot;input.x11_options.YAxisMapping&quot;</span> <span style="color: #000066;">type</span>=<span style="color: #ff0000;">&quot;string&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>4 5<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/merge<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;merge</span> <span style="color: #000066;">key</span>=<span style="color: #ff0000;">&quot;input.x11_options.XAxisMapping&quot;</span> <span style="color: #000066;">type</span>=<span style="color: #ff0000;">&quot;string&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>6 7<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/merge<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;merge</span> <span style="color: #000066;">key</span>=<span style="color: #ff0000;">&quot;input.x11_options.Emulate3Buttons&quot;</span> <span style="color: #000066;">type</span>=<span style="color: #ff0000;">&quot;string&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>true<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/merge<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;merge</span> <span style="color: #000066;">key</span>=<span style="color: #ff0000;">&quot;input.x11_options.EmulateWheelTimeout&quot;</span> <span style="color: #000066;">type</span>=<span style="color: #ff0000;">&quot;string&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>200<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/merge<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/match<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></div></div>

<p>Then, make a new file <em>/etc/hal/fdi/policy/mouse-wheel.fdi</em></p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">vi</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>hal<span style="color: #000000; font-weight: bold;">/</span>fdi<span style="color: #000000; font-weight: bold;">/</span>policy<span style="color: #000000; font-weight: bold;">/</span>mouse-wheel.fdi</pre></div></div>

<p>Insert a new line <em>by hitting the letter i</em><br />
Paste <em>by hitting shift+ctrl+v</em><br />
Save and quit <em>by typing :wq</em><br />
Reboot.<br />
That&#8217;s it, pretty hard eh?</p>
<h2>Ubuntu 7.10</h2>
<p>Replace the mouse entry of your <em>/etc/X11/xorg.conf</em> with the following (its a good idea to back up your xorg.conf before making any changes):</p>

<div class="wp_syntax"><div class="code"><pre class="xorg" style="font-family:monospace;">Section &quot;InputDevice&quot;
&nbsp;
Identifier &quot;Mouse1&quot;
&nbsp;
Driver &quot;mouse&quot;
&nbsp;
Option &quot;Protocol&quot; &quot;ExplorerPS/2&quot; # IMPS/2 is not recommend for TrackPoints
&nbsp;
Option &quot;Device&quot; &quot;/dev/input/mice&quot;
&nbsp;
Option &quot;EmulateWheel&quot; &quot;on&quot;
&nbsp;
Option &quot;EmulateWheelTimeout&quot; &quot;200&quot;
&nbsp;
Option &quot;EmulateWheelButton&quot; &quot;2&quot;
&nbsp;
Option &quot;YAxisMapping&quot; &quot;4 5&quot;
&nbsp;
Option &quot;XAxisMapping&quot; &quot;6 7&quot;
&nbsp;
EndSection</pre></div></div>

<p>Reboot.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeffmalterre.com/2008/12/19/thinkpad-x61-with-ubuntu-getting-the-3rd-mouse-button-to-work/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>X61 Wireless: Fixed</title>
		<link>http://www.jeffmalterre.com/2008/12/17/x61-wireless-fixed/</link>
		<comments>http://www.jeffmalterre.com/2008/12/17/x61-wireless-fixed/#comments</comments>
		<pubDate>Thu, 18 Dec 2008 02:17:34 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Thinkpad X61]]></category>
		<category><![CDATA[fixed]]></category>
		<category><![CDATA[wireless]]></category>
		<category><![CDATA[x61]]></category>

		<guid isPermaLink="false">http://www.sibble.com/?p=911</guid>
		<description><![CDATA[Ok the subject is a little misleading, I didn&#8217;t actually fix anything, because nothing was broke to begin with.  I have verified that the problem is not hardware related.  I have a strong belief the culprit was the AccessConnections software.  When I last used the ThinkVantage software updater, it upgraded my AccessConnections software.  After this [...]]]></description>
			<content:encoded><![CDATA[<p>Ok the subject is a little misleading, I didn&#8217;t actually fix anything, because nothing was broke to begin with.  I have verified that the problem is <span style="text-decoration: underline;">not hardware related</span>.  I have a strong belief the culprit was the AccessConnections software.  When I last used the ThinkVantage software updater, it upgraded my AccessConnections software.  After this update, the integrated network adapter just completely stopped working.</p>
<p><span id="more-911"></span></p>
<p>As I said before, I tried installing Debian to see if the card was working, unfortunatly I didn&#8217;t realize that I was using the stable (old) kernel version, and I needed the newer kernel version to get the correct modules for the network adapter.</p>
<p>I just installed Ubuntu 8.10, and during installation the wireless light lit up, very much like a Christmas tree <img src='http://www.jeffmalterre.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>So, I didn&#8217;t exactly solve the problem, I didn&#8217;t really even figure out what the problem was, but I now know what it <span style="text-decoration: underline;">isn&#8217;t</span>, it&#8217;s not hardware failure.</p>
<p>I advise anyone having this problem, to either revert to a backup copy before you did any updates.  This is the only thing I can advise at this point.  Or if you&#8217;re feeling frisky, go ahead and give Ubuntu a try <img src='http://www.jeffmalterre.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />   Everything should &#8220;work out of the box.&#8221;</p>
<p>Good luck.  If this post helped you at all please leave a comment, anything will do.<br />
I barely get any comments.</p>
<p>EDIT: http://betweengo.com/2006/10/31/thinkpad-t60-wireless-keeps-powering-off/</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeffmalterre.com/2008/12/17/x61-wireless-fixed/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>More on the x61 wireless problem.</title>
		<link>http://www.jeffmalterre.com/2008/12/16/more-on-the-x61-wireless-problem/</link>
		<comments>http://www.jeffmalterre.com/2008/12/16/more-on-the-x61-wireless-problem/#comments</comments>
		<pubDate>Tue, 16 Dec 2008 14:37:35 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Thinkpad X61]]></category>
		<category><![CDATA[wifi]]></category>
		<category><![CDATA[wireless problem]]></category>
		<category><![CDATA[x61]]></category>

		<guid isPermaLink="false">http://www.sibble.com/?p=894</guid>
		<description><![CDATA[I&#8217;m seeing more and more people getting this problem.  I think we all need to make at least stick to the same board, I see too many topics on too many different boards. Please, if you&#8217;re having an issue using your integrated Intel wireless adapter on a ThinkPad x61, I urge you to support this [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m seeing more and more people getting this problem.  I think we all need to make at least stick to the same board, I see too many topics on too many different boards.</p>
<p>Please, if you&#8217;re having an issue using your integrated Intel wireless adapter on a ThinkPad x61, I urge you to support this thread and make a post:<br />
<a href="http://forums.lenovo.com/lnv/board/message?board.id=X_Series_Tablet_ThinkPads&amp;thread.id=754">http://forums.lenovo.com/lnv/board/message?board.id=X_Series_Tablet_ThinkPads&amp;thread.id=754</a></p>
<h3>Symptoms</h3>
<ol>
<li>I noticed an inconsistency with the device before it started waiving the white flag.  I used my x61 on a docking station at work, and when I brought it home to connect to my wireless network, I noticed that sometimes I would not be able to see any available wireless networks to connect to.  Sometimes I would have to use Vista to repair the network connection.  It would tell me that I had to &#8220;click this button to turn on my wireless device,&#8221; even though the light was on, even though my switch was on, and even though the device was working properly.  It seems like switching back and forth from a wired to wireless network connection may have played a part.</li>
<li>One day, it decides to just completely stop working.  The light for the device won&#8217;t come on, even though the light for the Bluetooth device still comes on (the switch to turn on/off wireless controls both the wireless adapter and Bluetooth adapter.)</li>
<li>Vista sees the device, says it&#8217;s working properly, but I can&#8217;t access it in the Network Connections dialog.</li>
</ol>
<h3><a href="http://forums.lenovo.com/lnv/board/message?board.id=X_Series_Tablet_ThinkPads&amp;thread.id=754"></a>What I&#8217;ve tried so far</h3>
<ol>
<li>Updating software via Vista updater.</li>
<li>Updating software via ThinkVantage updater.</li>
<li>Uninstalling/Reinstalling drivers for the Intel wireless adapter.</li>
<li>Disabling/Enabling the Wireless LAN setting in BIOS.</li>
<li>Reset all default settings in BIOS (don&#8217;t do this unless you know what you&#8217;re doing.)</li>
<li>Installing another operating system (Debian, stable.)</li>
</ol>
<h3>Dealing with the problem in Linux</h3>
<p>I&#8217;m no Linux guru, but I needed to confirm that this wasn&#8217;t another one of those &#8220;Vista is screwing with my hardware,&#8221; problems.  I&#8217;ve installed Linux on the x61 before, wireless worked out of the box, this time it didn&#8217;t.  I brought my machine over to the <a title="The LUG/IP Hardware Special Interest Group (SIG).  The SIG focuses on hardware issues relating to using Linux." href="http://lugip.org/hwsig" target="_blank">LUG/IP HW-SIG</a> meeting to see if I could get any expert help with this issue. <a href="http://vinkosblog.wordpress.com/">Vinko</a> helped me me out as much as he could with the time left in the meeting.  I noticed that the operating system at least saw the device, and knew information about the device, but it wasn&#8217;t working.  I asked Vinko if that meant if this would rule out a hardware failure, it doesn&#8217;t.  Vinko manually installed the module/drivers for the device, and that&#8217;s where we left it off at.  This will be continued when more information is gathered.</p>
<h3>My hypothesis</h3>
<p>I read many of times about how people are complaining about the <a href="http://news.softpedia.com/news/Lenovo-039-s-ThinkPad-X61-Has-Serious-Heating-Issues-92694.shtml">heat generated from this card</a>.  That spot where your right palm/wrist sits, is basically where the wireless network adapter is located.  It either generates an abnormal amount of heat, or we are just feeling a all the heat that we shouldn&#8217;t be feeling because of a poor case design&#8230; Who knows.  I couldn&#8217;t tell you how much heat this device is supposed to generate, nor could I tell you how much heat my device is actually generating.  I barely noticed it, because I use external peripherals (wireless mouse/keyboard.)  Could this device malfunctioned due to overheating?  I don&#8217;t really know for sure, I&#8217;m not a hardware expert anymore, but I don&#8217;t think it&#8217;s something to completely rule out.  Could my operating system still see a working device, even though the device might have a hardware failure?  I believe so, it depends on what happened really.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeffmalterre.com/2008/12/16/more-on-the-x61-wireless-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thinkpad x61 Wireless problem.</title>
		<link>http://www.jeffmalterre.com/2008/11/28/thinkpad-x61-wireless-problem/</link>
		<comments>http://www.jeffmalterre.com/2008/11/28/thinkpad-x61-wireless-problem/#comments</comments>
		<pubDate>Fri, 28 Nov 2008 15:33:19 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Thinkpad X61]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[wifi]]></category>
		<category><![CDATA[wireless]]></category>
		<category><![CDATA[x61]]></category>

		<guid isPermaLink="false">http://www.sibble.com/?p=862</guid>
		<description><![CDATA[After doing some updates to my computer, the integrated wireless adapter stopped working.  The light won&#8217;t even come on.  I thought it may have been one of the Vista updates, but I think I was wrong.  I did several updates that day and I think I also did updates via the ThinkVantage Software Updater. I [...]]]></description>
			<content:encoded><![CDATA[<p>After doing some updates to my computer, the integrated wireless adapter stopped working.  The light won&#8217;t even come on.  I thought it may have been one of the Vista updates, but I think I was wrong.  I did several updates that day and I think I also did updates via the ThinkVantage Software Updater.</p>
<p>I have a feeling the update disabled the card in BIOS, for some reason or another.  I have to confirm this when I get home from work.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeffmalterre.com/2008/11/28/thinkpad-x61-wireless-problem/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Thinkpad X61 and Ubuntu 7.10</title>
		<link>http://www.jeffmalterre.com/2008/04/20/thinkpad-x61-and-ubuntu-710/</link>
		<comments>http://www.jeffmalterre.com/2008/04/20/thinkpad-x61-and-ubuntu-710/#comments</comments>
		<pubDate>Mon, 21 Apr 2008 03:41:28 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Thinkpad X61]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[thinkpad]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[x61]]></category>

		<guid isPermaLink="false">http://www.sibble.com/?p=16</guid>
		<description><![CDATA[Well, I picked up a new Thinkpad X61 and it quickly became my favorite notebook. It&#8217;s extremely small and light-weight (weighing only 2.7lbs). One of the reasons I went with IBM is mainly because everything works out of the box with Linux. This first thing I did was create a complete partition backup image. I [...]]]></description>
			<content:encoded><![CDATA[<p>Well, I picked up a new Thinkpad X61 and it quickly became my favorite notebook.  It&#8217;s extremely small and light-weight (weighing only 2.7lbs).  One of the reasons I went with IBM is mainly because everything works out of the box with Linux.  This first thing I did was create a complete partition backup image.  I was pretty happy with the notebook&#8217;s performance with Vista, however I don&#8217;t like Vista&#8230;</p>
<p>I installed Ubuntu 7.10 via a net-install disc (able to do this with UltraBase docking station.)  Generally speaking, everything <em>important</em> worked without any additional configuration on my part.  Some features didn&#8217;t work, so I did some research to get them working (wasn&#8217;t hard.)</p>
<p>Overall, I&#8217;m <strong>very happy</strong>.  The only thing I&#8217;m worried about is the temperature.  I guess you can&#8217;t expect perfect air ventilation with such a small notebook.  One thing I did read (and also confirm) is that the wireless card generates a lot of heat.  It&#8217;s located roughly around the area you&#8217;re right hand would rest while typing.  It becomes so hot, that I&#8217;d rather disable the built in Intel wireless card, and use one of my wireless PC Cards.</p>
<p>I read a few people saying that sound did not work out of the box, but I believe they were using older kernel versions.  Make sure you use the latest possible kernel available to you.  On Ubuntu 7.10, the only thing I had to do was change the GNOME volume from MIC to PCM.</p>
<p>Here are some references I used to help get things working:<a href="http://http//forum.thinkpads.com/viewtopic.php?p=346779&amp;sid=8d853d569e97021a17e1604cd7fe1628"><strong></strong></a></p>
<p><strong><a href="http://forum.thinkpads.com/viewtopic.php?p=346779&amp;sid=8d853d569e97021a17e1604cd7fe1628">Ubuntu Gusty Gibbon 7.10 on X61s </a></strong><a href="http://forum.thinkpads.com/viewtopic.php?p=346779&amp;sid=8d853d569e97021a17e1604cd7fe1628">- </a><em><a href="http://http//forum.thinkpads.com/viewtopic.php?p=346779&amp;sid=8d853d569e97021a17e1604cd7fe1628"><a href="http://forum.thinkpads.com/viewtopic.php?p=346779&amp;sid=8d853d569e97021a17e1604cd7fe1628">forum.thinkpads.org</a><br />
</a> </em>On demand frequency governor, CPU frequency scaling, tap-to-click, middle mouse wheel for scrolling, and <span class="postbody">enabling Compiz Fusion with Intel X3100 graphics.</span></p>
<p><strong><a href="http://www.thinkwiki.org/wiki/Category:X61">X61</a></strong><a href="http://www.thinkwiki.org/wiki/Category:X61"> &#8211; </a><em><a href="http://www.thinkwiki.org/wiki/Category:X61">thinkwiki.org</a></em><em><br />
</em>A lot of great information here.<a href="http://http//www.thinkwiki.org/wiki/Category:X61"><em></em></a></p>
<p>I will update this post when new updates are available.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jeffmalterre.com/2008/04/20/thinkpad-x61-and-ubuntu-710/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

