<?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>[SMD] - 8L0G5PH3R3 &#187; Thinkpad X61</title>
	<atom:link href="http://www.sumardi.net/category/journal/thinkpad-x61/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sumardi.net</link>
	<description>/home/smd/public_html/blog</description>
	<lastBuildDate>Mon, 06 Feb 2012 13:30:05 +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 To Get Huawei E169 To Work On Ubuntu</title>
		<link>http://www.sumardi.net/2008/11/16/how-to-get-huawei-e169-to-work-on-ubuntu/</link>
		<comments>http://www.sumardi.net/2008/11/16/how-to-get-huawei-e169-to-work-on-ubuntu/#comments</comments>
		<pubDate>Sun, 16 Nov 2008 13:09:26 +0000</pubDate>
		<dc:creator>SMD</dc:creator>
				<category><![CDATA[Thinkpad X61]]></category>
		<category><![CDATA[Huawei E169]]></category>

		<guid isPermaLink="false">http://www.sumardi.net/?p=575</guid>
		<description><![CDATA[I just bought Huawei E169 to replace my Huawei E220. It doesn&#8217;t work out of the box but I able to get it to work on ubuntu 8.10 with a little tweak. Photo above shows how it looks like with my Thinkpad X61. 1. Download usb_modeswitch. wget http://www.draisberghof.de/usb_modeswitch/usb-modeswitch_0.9.5_i386.deb 2. Install it. sudo dpkg -i usb-modeswitch_0.9.5_i386.deb [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.sumardi.net%2F2008%2F11%2F16%2Fhow-to-get-huawei-e169-to-work-on-ubuntu%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.sumardi.net%2F2008%2F11%2F16%2Fhow-to-get-huawei-e169-to-work-on-ubuntu%2F&amp;source=sumardi&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p><center><a href="http://www.flickr.com/photos/sumardi/3033952133/" title="Huawei E169 + Thinkpad X61 by SMD+, on Flickr"><img src="http://farm4.static.flickr.com/3143/3033952133_99be59629b.jpg" width="500" height="335" alt="Huawei E169 + Thinkpad X61" /></a></center></p>
<p>I just bought Huawei E169 to replace my Huawei E220. It doesn&#8217;t work out of the box but I able to get it to work on ubuntu 8.10 with a little tweak. Photo above shows how it looks like with my Thinkpad X61. </p>
<p>1. Download usb_modeswitch.<br />
<code>wget http://www.draisberghof.de/usb_modeswitch/usb-modeswitch_0.9.5_i386.deb</code></p>
<p>2. Install it.<br />
<code>sudo dpkg -i usb-modeswitch_0.9.5_i386.deb</code></p>
<p>3. Save this script in /usr/sbin/ as <strong>e169_switch</strong><br />
<code>#!/bin/sh<br />
/usr/sbin/usb_modeswitch -v 12d1 -p 1001 -d 1<br />
/usr/sbin/usb_modeswitch -v 12d1 -p 1001 -H 1</code></p>
<p>4. Make it run<br />
<code>sudo chmod u+x /usr/sbin/e169_switch</code></p>
<p>5. And make another file in /etc/udev/rules.d as <strong>70-e169.rules</strong><br />
<code>SUBSYSTEM=="usb" SYSFS{idProduct}=="1001", SYSFS{idVendor}=="12d1", RUN+="/usr/sbin/e169_switch"</code></p>
<p>6. Reboot. And walla! It&#8217;s plug and play via Gnome NetworkManager 0.7. </p>
<p>Thanks to <a href="http://www.greenhughes.com/content/using-huawei-e169g-usb-mobile-internet-modem-eee">Liam Green-Hughes</a> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.sumardi.net/2008/11/16/how-to-get-huawei-e169-to-work-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>X61 Right Side Usb Not Working</title>
		<link>http://www.sumardi.net/2008/09/07/x61-right-side-usb-not-working/</link>
		<comments>http://www.sumardi.net/2008/09/07/x61-right-side-usb-not-working/#comments</comments>
		<pubDate>Sun, 07 Sep 2008 07:15:17 +0000</pubDate>
		<dc:creator>SMD</dc:creator>
				<category><![CDATA[Thinkpad X61]]></category>

		<guid isPermaLink="false">http://www.sumardi.net/?p=503</guid>
		<description><![CDATA[The two USB ports on the right side of my laptop do not work. The one USB port on the left side does. I found a solution in ubuntuforums by adding irqfixup to the kernel arguments fixed it. sudo sed -i.bak -e 's/\(^# kopt=.*$\)/\1 irqfixup/g' /boot/grub/menu.lst &#038;&#038; sudo update-grub]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.sumardi.net%2F2008%2F09%2F07%2Fx61-right-side-usb-not-working%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.sumardi.net%2F2008%2F09%2F07%2Fx61-right-side-usb-not-working%2F&amp;source=sumardi&amp;style=normal&amp;service=bit.ly&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>The two USB ports on the right side of my laptop do not work. The one USB port on the left side does. I found a solution in <a href="http://www.ubuntuforums.org">ubuntuforums</a> by adding <strong>irqfixup</strong> to the kernel arguments fixed it.</p>
<p><code><br />
sudo sed -i.bak -e 's/\(^# kopt=.*$\)/\1 irqfixup/g' /boot/grub/menu.lst &#038;&#038; sudo update-grub<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sumardi.net/2008/09/07/x61-right-side-usb-not-working/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

