<?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>Rain City Story &#187; Ubuntu</title>
	<atom:link href="http://www.raincitystory.com/wp/category/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.raincitystory.com/wp</link>
	<description></description>
	<lastBuildDate>Tue, 15 Sep 2009 20:21:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Pantech PX-500 EVDO Rev A Card on Linux</title>
		<link>http://www.raincitystory.com/wp/2007/05/31/pantech-px-500-evdo-rev-a-card-on-linux/</link>
		<comments>http://www.raincitystory.com/wp/2007/05/31/pantech-px-500-evdo-rev-a-card-on-linux/#comments</comments>
		<pubDate>Thu, 31 May 2007 19:03:36 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Linux Stuff]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.raincitystory.com/wp/2007/05/31/pantech-px-500-evdo-rev-a-card-on-linux/</guid>
		<description><![CDATA[
Yes, you can use that Sprint EVDO Rev A Pantech PX-500 card on Ubuntu!&#160; Network credentials are stored on the card so all we need to do is make sure we have a couple of kernel modules loaded and write two simple scripts to get it all working.&#160; The PX-card has an OHCI compatible USB [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.raincitystory.com/wp/wp-content/uploads/2007/05/windowslivewriterpantechpx500evdorevacardonlinux-aee5px-500pantech34.jpg" atomicselection="true"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="240" src="http://www.raincitystory.com/wp/wp-content/uploads/2007/05/windowslivewriterpantechpx500evdorevacardonlinux-aee5px-500pantech-thumb14.jpg" width="128" align="right" border="0"></a>
<p>Yes, you can use that <a href="http://www.sprint.com/business/products/phones/PX500_allPcsPhones.html">Sprint EVDO Rev A Pantech PX-500 card</a> on Ubuntu!&nbsp; Network credentials are stored on the card so all we need to do is make sure we have a couple of kernel modules loaded and write two simple scripts to get it all working.&nbsp; The PX-card has an OHCI compatible USB bridge internally off of which hangs the CDC serial port so it&#8217;s pretty easy.</p>
<p>First make sure you&#8217;re running a recent kernel by running <em>uname -r</em> and a terminal prompt.</p>
<p>Then, insert the card and let&#8217;s make sure you have the necessary kernel modules loaded:</p>
<blockquote><p><a href="mailto:michael@feisty:~$">michael@feisty:~$</a> <em>sudo lsmod | grep cdc</em></p>
<p>cdc_acm&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 15904 0</p>
<p>usbcore&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;134280 7 cdc_acm,ohci_hcd,xpad,usbhid,uhci_hcd,echi_hcd</p>
</blockquote>
<p>If your output matches the above, you already have the cdc_acm and ohci_hcd kernel modules loaded automatically.&nbsp;</p>
<p>1) Install the Sprint Connection software on Windows XP or Vista</p>
<p>2) Insert the card, choose yes to update the firmware and activate the card by calling Sprint and providing the necessary information.</p>
<p>3) Reboot into Linux and insert the card into a free PCMCIA slot.&nbsp; This tutorial will be done on Ubuntu 7.04 Feisty Fawn with kernel 2.6.20-16-generic.&nbsp; If you use the the 2.6.20 kernel, you won&#8217;t have to&nbsp;compile in&nbsp;any additonal modules.</p>
<p>4) We&#8217;ve already confirmed that we have the correct kernel modules above so now you&#8217;ll need to create two extra files using these steps:</p>
<blockquote><p><a href="mailto:michael@feisty:~$">michael@feisty:~$</a> <em>sudo vi /etc/ppp/peers/Sprint_EVDO</em></p>
<p>noauth <br /># Connection Script <br />connect &#8220;/usr/sbin/chat -v -f /etc/ppp/chatscripts/sprint-evdo&#8221;&nbsp; <br />defaultroute <br />replacedefaultroute <br />usepeerdns <br />/dev/ttyACM0 <br />230400 <br />local <br />novj</p>
<p><a href="mailto:michael@feisty:~$">michael@feisty:~$</a> <em>sudo mkdir /etc/ppp/chatscripts</em></p>
<p><a href="mailto:michael@feisty:~$">michael@feisty:~$</a> <em>cd /etc/ppp/chatscripts</em></p>
<p><a href="mailto:michael@fesity:~$">michael@fesity:~$</a> <em>sudo vi sprint-evdo</em></p>
<p>TIMEOUT&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;5 <br />ABORT&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&#8217;\nBUSY\r&#8217; <br />ABORT&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&#8217;\nERROR\r&#8217; <br />ABORT&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&#8217;\nNO ANSWER\r&#8217; <br />ABORT&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&#8217;\nNO CARRIER\r&#8217; <br />ABORT&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&#8217;\nNO DIALTONE\r&#8217; <br />ABORT&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&#8217;\nRINGING\r\n\r\nRINGING\r&#8217; <br />&#8221;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; \rAT <br />TIMEOUT&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;3 <br />OK&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ATE0V1&amp;F&amp;D2&amp;C1S0=0 <br />TIMEOUT&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;3 <br />OK&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ATS0=0 <br />TIMEOUT&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;3 <br />OK&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ATDT#777 <br />TIMEOUT&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;20&nbsp; <br />CONNECT&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&#8221;"</p>
</blockquote>
<p>5) run this command to start the connection:</p>
<blockquote><p><a href="mailto:michael@feisty:~$">michael@feisty:~$</a> <em>/usr/sbin/pppd call Sprint_EVDO updetach</em></p>
</blockquote>
<p>And you&#8217;re good to go.&nbsp; Interestingly, I saw about 25% faster speeds consistently under Linux and XP compared to Vista.&nbsp; I know the card hasn&#8217;t been officially certified under Vista, but it&#8217;s not certified on Linux either and&nbsp;25% is&nbsp;a huge difference.&nbsp; Test your speed over at <a href="http://www.speedtest.net">Speedtest.net</a></p>
<p>P.S. You might get different results with another distribution (especially Suse) and kernel but if you are still having problems, drop me a line at&nbsp;mikebuckingham at gmail dot com&nbsp;and I&#8217;ll try and help.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.raincitystory.com/wp/2007/05/31/pantech-px-500-evdo-rev-a-card-on-linux/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Dell Starts Selling Machines with Linux Pre-Installed Today</title>
		<link>http://www.raincitystory.com/wp/2007/05/24/dell-starts-selling-machines-with-linux-pre-installed-today/</link>
		<comments>http://www.raincitystory.com/wp/2007/05/24/dell-starts-selling-machines-with-linux-pre-installed-today/#comments</comments>
		<pubDate>Thu, 24 May 2007 17:20:57 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Interesting News]]></category>
		<category><![CDATA[Linux Stuff]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.raincitystory.com/wp/2007/05/24/dell-starts-selling-machines-with-linux-pre-installed-today/</guid>
		<description><![CDATA[At 2 PM PST, Dell will start selling desktops and laptops with Ubuntu Linux pre-installed.&#160; I never actually thought I&#8217;d see this day to be honest.&#160; Sure, Linux is more than ready for the desktop, but not quite ready for me to install it for Mom.&#160; Still, this is huge and must have caused some [...]]]></description>
			<content:encoded><![CDATA[<p>At 2 PM PST, Dell will <a href="http://direct2dell.com/one2one/archive/category/1021.aspx">start selling</a> desktops and laptops with Ubuntu Linux pre-installed.&nbsp; I never actually thought I&#8217;d see this day to be honest.&nbsp; Sure, Linux is more than ready for the desktop, but not quite ready for me to install it for Mom.&nbsp; Still, this is huge and must have caused some serious riffs with the folks in Redmond.&nbsp; <a href="http://www.raincitystory.com/wp/wp-content/uploads/2007/05/windowslivewriterdellstartssellingmachineswithlinuxpreins-9d6dubuntu-dell31.jpg" atomicselection="true"><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="185" src="http://www.raincitystory.com/wp/wp-content/uploads/2007/05/windowslivewriterdellstartssellingmachineswithlinuxpreins-9d6dubuntu-dell-thumb11.jpg" width="350" align="left" border="0"></a> Though I&#8217;ve used Linux on servers since late 1998, I&#8217;ve only been using it on my desktop for the past couple of years and never once thought of putting it on a laptop because if the lack of quality open source drivers for wireless cards.&nbsp; That all changed with the release of <a href="http://www.ubuntu.com/">Ubuntu 7.04, Feisty Fawn</a>.&nbsp; Prior to relocating to Colorado Springs, I purchased a laptop with Windows Vista Premium on it for the road trip and found that the laptop was not ready for Vista.&nbsp; The drivers for the screen, keyboard and wireless card never worked properly and it was only out of a troubleshooting session that I decided to install Linux to see if the blank screen was the fault of the OS.&nbsp;</p>
<p>Not only did Ubuntu install beautifully, but it recognized my wireless card and I only had to put in my WPA key to make it work.&nbsp; Hibernation also works incredibly well whereas if I did that in Vista, I&#8217;d have to start in safe mode and reboot.&nbsp;&nbsp;<a href="http://www.raincitystory.com/wp/wp-content/uploads/2007/05/windowslivewriterdellstartssellingmachineswithlinuxpreins-9d6dpenguin3.gif" atomicselection="true"><img height="68" src="http://www.raincitystory.com/wp/wp-content/uploads/2007/05/windowslivewriterdellstartssellingmachineswithlinuxpreins-9d6dpenguin-thumb1.gif" width="54" align="right"></a> I&#8217;m incredibly excited about Dell&#8217;s move and it kills me to not buy one today to support the cause and reward a company for finally getting it.&nbsp; But I don&#8217;t think the boss (Amy) really cares about the FOSS movement so it will have to wait for a few days.&nbsp; Ok, weeks.&nbsp; You&#8217;re right honey, years.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.raincitystory.com/wp/2007/05/24/dell-starts-selling-machines-with-linux-pre-installed-today/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cloning That Perfect Ubuntu Setup</title>
		<link>http://www.raincitystory.com/wp/2007/01/05/cloning-that-perfect-ubuntu-setup/</link>
		<comments>http://www.raincitystory.com/wp/2007/01/05/cloning-that-perfect-ubuntu-setup/#comments</comments>
		<pubDate>Sat, 06 Jan 2007 00:05:09 +0000</pubDate>
		<dc:creator>Michael</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Linux Stuff]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.raincitystory.com/wp/2007/01/05/cloning-that-perfect-ubuntu-setup/</guid>
		<description><![CDATA[
After recently ending my three year love affair with Gentoo, I moved to Ubuntu when I found Mint, an Ubuntu based distribution that comes preloaded with all the codecs necesary to enjoy multimedia as well as some other tweaks.  Debian&#8217;s dpkg/apt package manager is by far the best in the biz (yes, even better [...]]]></description>
			<content:encoded><![CDATA[<p><img id="image475" src="http://www.raincitystory.com/wp/wp-content/uploads/2007/01/deb-logo.png" alt="deb-logo.png" /></p>
<p>After recently ending my three year love affair with <a href="http://www.gentoo.org/">Gentoo</a>, I moved to Ubuntu when I found <a href="http://lt.k1011.nutime.de/">Mint</a>, an Ubuntu based distribution that comes preloaded with all the codecs necesary to enjoy multimedia as well as some other tweaks.  <a href="http://www.debian.org/">Debian&#8217;s</a> dpkg/apt package manager is by far the best in the biz (yes, even better than portage), but I had stayed away from Ubuntu because 1) it&#8217;s so popular 2) I hate that damn brown theme and 3) it took me a half day of &#8220;apt-get install&#8221; -ing just to play a damn mp3 file.  I understand why but please don&#8217;t drag me down into your ideology war RMS.</p>
<p>With Mint, it&#8217;s just install and play!  That being said, you&#8217;ll still need to install some stuff like smbfs (to mount your NAS smb shares), nmap, sshfs, etc, but once you&#8217;ve got it absolutely perfect, you can clone it easily.</p>
<p>While doing some research for this post, I found some crazy ass 50 line awk scrtipts and choked on my Mountain Dew more than once.  I&#8217;ve got a better method and no, this doesn&#8217;t involve the use of dd (which I&#8217;m thinking of writing a lengthly post on since I have some time).  The idea here is just to export all of the packages I currently have into a text file and then use dpkg to install those on any other debian based machine.</p>
<p>Run this to ask dpkg to export all of your installed packages into a text list:<br />
<code><br />
sudo dpkg --get-selections > installed_packages.txt<br />
</code></p>
<p>On the new machine, copy installed packages.txt to / and use dpkg to import and have apt-get install these packages (after you&#8217;ve run apt-get update and apt-get upgrade of course):<br />
<code><br />
sudo dpkg --set-selections < installed_packages.txt<br />
</code></p>
<p>Then do apt-get update and apt-get upgrade and you're done!</p>
<p>(Source:  <a href="http://www.knoppix.net/wiki/Dpkg">Knoppix Wiki</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.raincitystory.com/wp/2007/01/05/cloning-that-perfect-ubuntu-setup/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
