<?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>CoffeeBear.net &#187; ubuntu</title>
	<atom:link href="http://coffeebear.net/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://coffeebear.net</link>
	<description></description>
	<lastBuildDate>Fri, 10 Feb 2012 00:53:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Jaunty Upgrade After Effects</title>
		<link>http://coffeebear.net/2009/05/07/jaunty-upgrade-after-effects/</link>
		<comments>http://coffeebear.net/2009/05/07/jaunty-upgrade-after-effects/#comments</comments>
		<pubDate>Thu, 07 May 2009 16:20:55 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[Upgrade]]></category>

		<guid isPermaLink="false">http://coffeebear.net/?p=887</guid>
		<description><![CDATA[Being something of a linux/technology geek and with the recent-ish release of Ubuntu 9.04, I decided to upgrade my home desktop PC from Ubuntu 8.10.  Like the last time I ran through the upgrade, I was surprised at how smooth the upgrade process went.  Unfortunately 2 new problems appeared after the upgrade was complete, with [...]]]></description>
			<content:encoded><![CDATA[<p>Being something of a linux/technology geek and with the <em>recent-ish</em> release of <a title="Canonical Announces Availability of Ubuntu 9.04 Desktop Edition  | Ubuntu" href="http://www.ubuntu.com/news/ubuntu-9.04-desktop">Ubuntu 9.04</a>, I decided to upgrade my home desktop PC from Ubuntu 8.10.  Like the <a title="Lucky Day | CoffeeBear.net" href="http://coffeebear.net/2009/03/13/lucky-day/">last time</a> I ran through the upgrade, I was surprised at how smooth the upgrade process went.  Unfortunately 2 new problems appeared after the upgrade was complete, with once again one problem being rather minor and the other one being much bigger.</p>
<p>First up the minor problem, after rebooting into the new hotness of Ubuntu 9.04, I was greeted with a pop-up windo telling me “There was an error while performing indexing : Index corrupted.” The pop-up gave 3 options: “Ok”, “Cancel” or “Reindex all contents”. I tried all 3 but the pop-up kept coming back even after multiple reboots. The only thing I could initiall figure out to do was to kill the tracker<br />
<code>ps -ef | grep tracker<br />
kill -9 XXXX XXXX XXXX</code></p>
<p>Yes, I know that’s probably a horrible idea but I rarely use the tracker’s search on my home PC so pbbbhhhhttt! A quick Google search later, I found a bug report on <a title="Bug #361560 in tracker (Ubuntu): &quot;Corrupted tracker index causes persistent applet error popup&quot;" href="https://bugs.launchpad.net/ubuntu/+source/tracker/+bug/361560">LaunchPad</a> about it under which I found these instructions:<br />
<code>sudo aptitude install tracker-utils<br />
tracker-processes -r</code></p>
<p>I apparently already had the tracker-utils  installed, so the first didn’t do anything for me. The second command above however shutdown the tracker and removed the indexes, so the tracker was able to recreate them cleanly. Since running those commands, the pop-up hasn’t come back.</p>
<p>Now on to the fun with the major problem. This was a case of network failure, specifically wireless network failure. While this is a desktop PC, I live in an old house without network cabling and my PC sits too far away from the ideal location for the router to run a cable. So I have a D-Link PCI wireless NIC in my desktop.  The NIC is based on the Atheros AR5413 chipset, Network performance has never been as good as a wired connection but it had been acceptable until this upgrade to 9.04 when the wireless stopped working.</p>
<p>I had been using ndiswrapper to load the windows driver for the card but that suddenly stopped working. I could see all the wireless networks in my neighborhood, but couldn’t connect to any of them (either networks secured with WPA or wide open ones). I started doing some research into the problem using other computers with working internet connections. I found that my router was getting blacklisted while my desktop was trying to connect and then it would timeout without ever making a network connection.</p>
<p>Also while researching the problem, I found out that there was now a new, open source driver which should be working with my wireless NIC (ath5k).  So I removed ndiswrapper, and tried out this new driver. Alas it wans’t particularly stable, dropping connection ever couple of minutes. However since my wireless NIC uses an Atheros based chipset, I had another option. I installed the madwifi driver via jockey-gtk (Ubuntu’s tool for installing restricted modules/drivers).  For whatever reason, activating the driver via jockey-gtk didn’t actually get it up and running. To test it, I used:</p>
<p><code>sudo modprobe ath_pci</code></p>
<p>To actually get the driver to load on every boot, I edited my /etc/modules file to include ath_pci.</p>
<p>The madwifi driver doesn’t appear to make as strong a connection as the ath5k did; the gnome network manager applet shows the connection under madwifi usually has ~45–55% signal strength (under ath5k &amp; ndiswrapper I could get as high as 70%). However I’ve yet to lose a connection to my network while using the madwifi wrapper whereas ath5k would drop connection every couple of minutes and ndiswrapper would usually drop the connection at least once an hour (back on Ubuntu 8.10 where it actually worked for me). Also the madwifi driver allows me to connect to my network on boot-up; unlike ndiswrapper which always took some time to connect after I was booted up and signed in. So overall, I’m pleased with my new networking setup but would have been more pleased if the changes I made could have been done automagically by the upgrade process or if the upgrade process at least warned me that it might break my networking setup.</p>
<p><small><a href="http://coffeebear.net/2009/05/07/jaunty-upgrade-after-effects/">Jaunty Upgrade After Effects</a> © <a href="http://coffeebear.net" rel="cc:attributionURL">Mark McKibben</a>, <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/us/">Creative Commons Attribution-NonCommercial-ShareAlike 3.0 United States</a>.</small></p>]]></content:encoded>
			<wfw:commentRss>http://coffeebear.net/2009/05/07/jaunty-upgrade-after-effects/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Lucky Day</title>
		<link>http://coffeebear.net/2009/03/13/lucky-day/</link>
		<comments>http://coffeebear.net/2009/03/13/lucky-day/#comments</comments>
		<pubDate>Sat, 14 Mar 2009 02:31:02 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[contest]]></category>
		<category><![CDATA[RPGS]]></category>
		<category><![CDATA[Sick]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[Upgrade]]></category>

		<guid isPermaLink="false">http://coffeebear.net/?p=842</guid>
		<description><![CDATA[This will be a somewhat scatterbrained… err, random post. First off if you are having problems with a certain contest, then plugging the secret letters into the Internet Anagram Server could be very helpful. I like RPGs and play in a couple now &#38; then.  I have also run the occasional session or two, but [...]]]></description>
			<content:encoded><![CDATA[<p>This will be a somewhat <strike>scatterbrained</strike>… err, random post.</p>
<p>First off if you are having problems with a certain contest, then plugging the <em>secret letters</em> into the <a title="Internet Anagram Server / I, Rearrangement Servant : anagram, anagram, software, anagramme, anagrama, wordplay, word play, anagram creator, anagram solver, anagram finder, anagram generator, anagram maker, anagram unscrambler, anagram machine, crossword, transmogrify, pangram, shuffle" href="http://wordsmith.org/anagram/index.html">Internet Anagram Server</a> could be very helpful.</p>
<p>I like <abbr title="Role Playing Game">RPG</abbr>s and play in a couple now &amp; then.  I have also run the occasional session or two, but lately I got this itch.  The itch to play in a campaign world of my own devising which means I’ll need to run more than a single session or two. In trying to prepare myself for that, I’ve been following some new blogs and today read the logical article I’ve ever seen on the subject of <a title="The Six Year Old Child Principle of War and International Relations - Exchange of Realities" href="http://exchangeofrealities.today.com/2009/03/13/the-six-year-old-child-principle-of-war-and-international-relations/">war &amp; international relationals</a>.</p>
<p>This week while staying home sick<sup>1</sup>, I finally got around to upgrading my work laptop from Ubuntu 8.04 to 8.10. I had been holding off mostly because it is my work machine and I had the idea I should keep it on Ubuntu’s <abbr title="Long Term Support">LTS</abbr> releases. Then I realized while I was keeping the system on a theoretically more stable version, I kept adding 3rd party packages/repositories to update specific programs I wanted (which contradicts the point of sticking with a <abbr title="Long Term Support">LTS</abbr> release). So I did the upgrade and was pleasantly surprised at how smooth the upgrade went. However I did run into one minor and one major problem after the upgrade.</p>
<ul>
<li>Minor problem: My dual monitor configuration got screwed up. Most likely because I did the upgrade at home (where I don’t have a 2nd monitor for the laptop).</li>
<li>Major problem: All my SSH keys stopped working. I ended up recreating them and getting them pushed back out to all the servers I need to access using keys. Still that was disconcerting, especially since nothing about the keys (client/server) had changed. Even our network admin at work was confused by that one.</li>
</ul>
<p>On the positive side, Adobe Flash Player 10.x is available for Ubuntu 8.10, so now I can watch Comedy Central’s clips of the Daily Show again (under Flash 9.x, they always crashed Firefox). Additionally there are prebuilt packages for <a title="GNOME + Do = Crazy Delicious" href="http://do.davebsd.com/">Gnome-Do</a> 0.8.x for Ubuntu 8.10, which like Mr. Pibb + Red Vines is <em>crazy delicious</em>! Specifically, Gnome-Do with the Docky theme. I believe the idea behind the Docky theme was to mimic some functionality of OS X’s dock, but could be mistaken (don’t own a Mac). The performance is bit slow on my older desktop<sup>2</sup>, but it works great on the work laptop.</p>
<p><sup>1</sup> Nausea + dizziness + complete lack of energy. Fortunately I’m mostly over it now, though still working to get my energy levels back up.<br />
<sup>2</sup> Based on an AMD 1800+ CPU.</p>
<p><small><a href="http://coffeebear.net/2009/03/13/lucky-day/">Lucky Day</a> © <a href="http://coffeebear.net" rel="cc:attributionURL">Mark McKibben</a>, <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/us/">Creative Commons Attribution-NonCommercial-ShareAlike 3.0 United States</a>.</small></p>]]></content:encoded>
			<wfw:commentRss>http://coffeebear.net/2009/03/13/lucky-day/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>XBMC + Hulu = GOLD!</title>
		<link>http://coffeebear.net/2009/01/26/xbmc-hulu-gold/</link>
		<comments>http://coffeebear.net/2009/01/26/xbmc-hulu-gold/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 01:56:28 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[hulu]]></category>
		<category><![CDATA[Sick]]></category>
		<category><![CDATA[tv]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[Upgrade]]></category>
		<category><![CDATA[xbmc]]></category>
		<category><![CDATA[xbox]]></category>

		<guid isPermaLink="false">http://coffeebear.net/?p=758</guid>
		<description><![CDATA[I’ve been home sick today and when not sleeping I’ve been working to upgrade the version of XBMC I have installed on my softmodded XBox.  I had been running the last stable release, but running into the occasional problem.  First off I’ll note that Nautilus 2.22.5.1 under Ubuntu 8.04.1, does a crappy job of working [...]]]></description>
			<content:encoded><![CDATA[<p>I’ve been home sick today and when not sleeping I’ve been working to upgrade the version of <a title="XBox Media Center" href="http://xbmc.org/">XBMC</a> I have installed on my <a title="XBox Softmods | Wikipedia.org" href="http://en.wikipedia.org/wiki/Xbox_softmods">softmodded</a> <a title="Xbox Core Console USM | Amazon.com" href="http://www.amazon.com/gp/product/B0001B15RA?ie=UTF8&amp;tag=musings07-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B0001B15RA">XBox</a>.  I had been running the last stable release, but running into the occasional problem.  First off I’ll note that Nautilus 2.22.5.1 under Ubuntu 8.04.1, does a crappy job of working as an FTP client.  That held me up for a while, but after switching over to using gFTP things went much smoother.</p>
<p>The side effect of Nautilus working so poorly was I had time to do a little googling.  I’ve heard good things about the Hulu website for watching TV shows I’ve missed.  Thing i I hate sitting at my computer for long periods of time when I’ve got a comfy couch<sup>1</sup> and a much larger TV than computer monitor.  So as I said, I started googling and looking for a XBMC/Hulu plugin and I did find one in the <a title="Hulu Plugin for XBMC (Hulu Plugin Release Thread) | XBMC Community Forum" href="http://xbmc.org/forum/showthread.php?t=42041">XBMC Forums</a>.</p>
<p>Unfortunately the 0.2 release mentioned in the first post of that thread didn’t work so well for me and there were 38 pages in the thread.  I did some more searching and found an <a title="Simple Plug-in Brings Hulu to Your XBMC | LifeHacker.com" href="http://lifehacker.com/5134070/simple-plug+in-brings-hulu-to-your-xbmc">article over at LifeHacker</a>.  The article seems to be talking about the same plugin but links to a newer release of it.  I kept looking to see if there were anything else out there and found what appears to be the main site for the plugin, <a title="xbmc-hulu | Google Code" href="http://code.google.com/p/xbmc-hulu/">xbmc-hulu</a>.  That last site doesn’t provide a simple download, but you can use subversion to checkout the lastest copy of their plugin.</p>
<p>And that latest version is pure gold, which is to say I’ve not run into a single problem watching any videos via the plugin.  Now I can sit back on the couch and watch Colbert Report, The Daily Show and all sorts of other good stuff that I don’t get with my cable TV package.  If my sinuses clear up and this cold goes away, I could be really happy.</p>
<p><strong>UPDATE:</strong> I appear to be getting quite a bit of traffic (for me anyway) on this post, so thanks for stopping by! Also I’ve finally read through the entire 40 pages (at the time of this writing) in the <a title="Hulu Plugin for XBMC (Hulu Plugin Release Thread) | XBMC Community Forum" href="http://xbmc.org/forum/showthread.php?t=42041">XBMC Forums</a> thread about this plugin.  From reading that thread, there appears to be a lot of confusion on where/how to get the plugin to work.  So for the record, I’m running xbmc-hulu 1.0 (SVN copied checked out on 26 January 2009) on top of T3CH’s 2009-01-25 build of XBMC (rev17349) on an original XBox (softmodded using <a href="http://www.amazon.com/gp/product/B00006LELH?ie=UTF8&amp;tag=musings07-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B00006LELH">Mech Assault</a> via ProductWiki’s <a title="How to Go from Xbox to Xbox Media Center in 30 minutes | ProductWiki" href="http://www.productwiki.com/microsoft-xbox/article/how-to-go-from-xbox-to-xbox-media-center-in-30-minutes.html">instructions</a>).</p>
<p><strong>UPDATE:</strong> Per the <a href="http://xbmc.org/forum/showthread.php?p=287677">XBMC-Hulu plugin release thread</a>, there is no currently working version of the plugin.</p>
<p><sup>1</sup> Someday I will have a <a title="Monty Python - Spanish Inquisition Torture Scene | YouTube.com" href="http://www.youtube.com/watch?v=CSe38dzJYkY">comfy chair</a>!</p>
<p><small><a href="http://coffeebear.net/2009/01/26/xbmc-hulu-gold/">XBMC + Hulu = GOLD!</a> © <a href="http://coffeebear.net" rel="cc:attributionURL">Mark McKibben</a>, <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/us/">Creative Commons Attribution-NonCommercial-ShareAlike 3.0 United States</a>.</small></p>]]></content:encoded>
			<wfw:commentRss>http://coffeebear.net/2009/01/26/xbmc-hulu-gold/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Dapper to Hardy in 23 painful hours</title>
		<link>http://coffeebear.net/2008/04/30/dapper-to-hardy-in-23-painful-hours/</link>
		<comments>http://coffeebear.net/2008/04/30/dapper-to-hardy-in-23-painful-hours/#comments</comments>
		<pubDate>Thu, 01 May 2008 03:00:16 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Dapper]]></category>
		<category><![CDATA[hardy]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[Upgrade]]></category>

		<guid isPermaLink="false">http://coffeebear.net/?p=618</guid>
		<description><![CDATA[I I finally set about upgrading my home server1 from Dapper to Hardy yesterday. I had been hoping for a less traumatic experience then upgrading my desktop computer from Dapper to Gusty2. Unfortunately I once again ran into problems. First off, it’s been nearly a week since Hardy was officially released but when I tried [...]]]></description>
			<content:encoded><![CDATA[<p>I I finally set about upgrading my home server<sup>1</sup> from Dapper to Hardy yesterday.  I had been hoping for a less traumatic experience then upgrading my desktop computer from Dapper to Gusty<sup>2</sup>.  Unfortunately I once again ran into problems.  First off, it’s been nearly a week since Hardy was officially released but when I tried to run the official upgrade tools they all initially told me I was running the latest version.  According to the documentation, I should have been able to run either <code>sudo do-release-upgrade</code> or <code>sudo update-manager</code> but neither worked.  I was only able to start the upgrade process by running <code>sudo update-manager -d</code> and my understanding is that “-d” tells the program to grab the latest development version.  Weird, but oh well.  Then the process just dragged on and on and on and on and on.…  I eventually went to bed leaving it running.  The only reason I stayed up as late as I did with it was the <a title="Making Money | Terry Pratchett | Library | CoffeeBear.net" href="http://coffeebear.net/library/terry-pratchett/making-money/">excellent book</a> I was reading.</p>
<p>When I got up this morning, it was still running but was hung up on a question I needed to answer.  I clicked through the question and a few more before heading off to work.  When I got home, again the upgrade was hung up on a question.  I worked my way through answering all the questions and let the upgrader do its job.  Unfortunately the upgrader eventually failed on these packages: gnome-applets-data, gnome-applets, ubuntu-desktop and update-manager.  I clicked through the errors and then the upgrader said:</p>
<blockquote><p><strong>Could not install the upgrades</strong><br />
The upgrade aborts now. Your system could be in an unusable state. A recovery will run now (dpkg –configure –a).</p></blockquote>
<p>I clicked ok to the error, something flashed up and then the upgrader died/vanished/went away.  I tried running:</p>
<ul>
<li><code>sudo aptitude update</code> but it sat there for far too long for my sleep deprived and impatient self.</li>
<li><code>sudo aptitude upgrade</code>, only it said there wasn’t anything to upgrade.</li>
<li><code>sudo aptitude autoclean, *shrug* it's part of my standard script for updating my systems.</code></li>
<li><code>sudo aptitude dist-upgrade</code>, only it said there wasn’t anything to upgrade.</li>
<li><code>sudo dpkg --configure -a</code>, it said there were unconfigured packages but it couldn’t fix them automagically.  It mostly complained about gnome-applets-data.</li>
</ul>
<p>I ended up running <code>sudo aptitude install gnome-applets-data gnome-applets ubuntu-desktop update-manager</code> and that fixed up those errors no problem.  For giggles of insanity I tried running <code>sudo aptitude -s -f install</code> to see what else might be left to update<sup>3</sup>.  It found another 111 packages it wanted to remove but some of them I want to keep, so I’ll have to look into that more closely.  Most likely all these errors were caused by my own foolishness, as at one point I was testing some stuff out on the machine and enabled some 3rd party repositories to install unsupported apps.  *blech*  I don’t think I’ll be doing that again.  I was able to reboot the machine and connect to it via SSH and SMB, but HTTP seems to be broken at the moment.  *bugger*  Apache is one of the packages <code>sudo aptitude -s -f install</code> wanted to remove.  I guess looking into that just got bumped up my priority list.</p>
<p><sup>1</sup> An old Dell Dimension desktop with a PII-400 CPU and 256 MB of RAM.<br />
<sup>2</sup> Never fear, Fritz (my desktop PC) is next on my list of machines to upgrade.<br />
<sup>3</sup> More accurately, I found some instructions when upgrading my desktop from Dapper to Gusty that recommended doing that to ensure all apps got updated.</p>
<p><small><a href="http://coffeebear.net/2008/04/30/dapper-to-hardy-in-23-painful-hours/">Dapper to Hardy in 23 painful hours</a> © <a href="http://coffeebear.net" rel="cc:attributionURL">Mark McKibben</a>, <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/us/">Creative Commons Attribution-NonCommercial-ShareAlike 3.0 United States</a>.</small></p>]]></content:encoded>
			<wfw:commentRss>http://coffeebear.net/2008/04/30/dapper-to-hardy-in-23-painful-hours/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>HowTo: Install Windows Vista in 2 Minutes</title>
		<link>http://coffeebear.net/2007/04/24/howto-install-windows-vista-in-2-minutes/</link>
		<comments>http://coffeebear.net/2007/04/24/howto-install-windows-vista-in-2-minutes/#comments</comments>
		<pubDate>Tue, 24 Apr 2007 19:19:24 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[humour]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[videos]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://coffeebear.net/archives/2007/04/24/howto-install-windows-vista-in-2-minutes/</guid>
		<description><![CDATA[Do you have a new computer that doesn’t run Windows Vista? Do you need step-by-step instructions on how to install it? Then watch this great YouTube video for instructions. Then go download and install a proper OS, like Ubuntu. HowTo: Install Windows Vista in 2 Minutes © Mark McKibben, Creative Commons Attribution-NonCommercial-ShareAlike 3.0 United States.]]></description>
			<content:encoded><![CDATA[<p>Do you have a new computer that doesn’t run Windows Vista?  Do you need step-by-step instructions on how to install it?  Then watch this great YouTube video for instructions.</p>
<p><object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/FVbf9tOGwno"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/FVbf9tOGwno" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object></p>
<p>Then go download and install a proper <abbr title="Operating System">OS</abbr>, like <a href="http://ubuntulinux.org/" title="Ubuntu Linux">Ubuntu</a>.</p>
<p><small><a href="http://coffeebear.net/2007/04/24/howto-install-windows-vista-in-2-minutes/">HowTo: Install Windows Vista in 2 Minutes</a> © <a href="http://coffeebear.net" rel="cc:attributionURL">Mark McKibben</a>, <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/us/">Creative Commons Attribution-NonCommercial-ShareAlike 3.0 United States</a>.</small></p>]]></content:encoded>
			<wfw:commentRss>http://coffeebear.net/2007/04/24/howto-install-windows-vista-in-2-minutes/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Ubuntu and the Crystal 4237B Soundchip</title>
		<link>http://coffeebear.net/2006/04/06/ubuntu-and-the-crystal-4237b-soundchip/</link>
		<comments>http://coffeebear.net/2006/04/06/ubuntu-and-the-crystal-4237b-soundchip/#comments</comments>
		<pubDate>Thu, 06 Apr 2006 14:13:08 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[sound]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://coffeebear.net/?p=429</guid>
		<description><![CDATA[For all you people searcing for more information on getting the C4237B soundchip working under Ubuntu, here are the links to my previous posts on the subject: ALSA &#38; Crystal 4237B Revisited Configure ALSA for Crystal 4237B Some other people out there in Internet land have reported the steps detailed in those posts as working [...]]]></description>
			<content:encoded><![CDATA[<p>For all you people searcing for more information on getting the C4237B soundchip working under Ubuntu, here are the links to my previous posts on the subject:</p>
<ul>
<li><a href="http://coffeebear.net/archives/2005/11/16/alsa-crystal-4237b-revisited/" title="CoffeeBear.net &raquo; ALSA &#038; Crystal 4237B Revisited">ALSA &amp; Crystal 4237B Revisited</a></li>
<li><a href="http://coffeebear.net/archives/2005/05/13/configure-alsa-for-crystal-4237b/" title="CoffeeBear.net &raquo; Configure ALSA for Crystal 4237B">Configure ALSA for Crystal 4237B</a></li>
</ul>
<p>Some other people out there in Internet land have reported the steps detailed in those posts as working for them.  Some have reported that they don’t work.  *shrug*  My best guess as to why is I think the chip can be configured with a DOS/Windows utility to use different IRQs and what not.  Or it could be some sort of difference in the kernel(s) people are using.  Or something else entirely.  I really don’t know for sure.  Lastly I should note that when I last updated the kernel on my laptop to  tot 2.6.12–10; the sound stopped working.</p>
<p><small><a href="http://coffeebear.net/2006/04/06/ubuntu-and-the-crystal-4237b-soundchip/">Ubuntu and the Crystal 4237B Soundchip</a> © <a href="http://coffeebear.net" rel="cc:attributionURL">Mark McKibben</a>, <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/us/">Creative Commons Attribution-NonCommercial-ShareAlike 3.0 United States</a>.</small></p>]]></content:encoded>
			<wfw:commentRss>http://coffeebear.net/2006/04/06/ubuntu-and-the-crystal-4237b-soundchip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ALSA &amp; Crystal 4237B Revisited</title>
		<link>http://coffeebear.net/2005/11/16/alsa-crystal-4237b-revisited/</link>
		<comments>http://coffeebear.net/2005/11/16/alsa-crystal-4237b-revisited/#comments</comments>
		<pubDate>Wed, 16 Nov 2005 05:31:59 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Noteworthy]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[sound]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://coffeebear.net/?p=396</guid>
		<description><![CDATA[I’ve written before about trying to get sound working on my ancient laptop. When Ubuntu Breezy (5.10) was released; I wiped my laptop and reloaded it from scratch. Unfortunately, this version of Ubuntu also failed to auto-detect/setup my laptop’s soundcard. After much googling and reading of the Ubuntu Forums, I finally got the sound working! [...]]]></description>
			<content:encoded><![CDATA[<p>I’ve written <a href="http://coffeebear.net/archives/2005/05/13/configure-alsa-for-crystal-4237b/" title="CoffeeBear.net Â» Configure ALSA for Crystal 4237B">before</a> about trying to get sound working on my ancient laptop.  When Ubuntu Breezy (5.10) was released; I wiped my laptop and reloaded it from scratch.  Unfortunately, this version of Ubuntu also failed to auto-detect/setup my laptop’s soundcard.  After much googling and reading of the <a href="http://www.ubuntuforums.org/">Ubuntu Forums</a>, I finally got the sound working!</p>
<p>Below, I’ve summarized everything I read and tried in getting this working:</p>
<ol>
<li>Edit /boot/grub/menu.lst and add <code>acpi=off</code> to the end of the options for the kernel<sup>1</sup>.</li>
<li>Install libsdl1.2debian-alsa via Synaptic.</li>
<li>Removed <code>/etc/modprobe.d/alsa-base</code>.</li>
<li>Created <code>/etc/modprobe.d/alsa</code><sup>2</sup>.</li>
<li>Added snd-cs4236 to the bottom of <code>/etc/modules</code>.</li>
</ol>
<p>Mind you that summary leaves out dozens of pages of instructions, including the various diagnostics I ran to try figuring out what was wrong.  Some of those diagnostics were:</p>
<ul>
<li><code>lspci -v</code> — No help to me as my soundcard is connected via ISA and not PNP.</li>
<li><code>lspnp -v</code> — This would only detect my soundcard after I turned off acpi.</li>
<li><code>dmesg | grep -i "isa\|multi\|sound\|audio"</code> — This might give you more info about the soundcard, but didn’t help me.</li>
<li><code>pnpdump</code> — This might give you more info about the soundcard, but didn’t help me</li>
</ul>
<p>Additionally, I ran across several recommendations for the options line in <code>/etc/modprobe.d/alsa</code> but the version of the file listed in the footnotes is the only one which worked for me.</p>
<p>Lastly, if you have this laptop there is a considerable amount of good information still available on Dell’s website for it.  For example, apparently there is a Windows/DOS utility for configuring the IRQs and whatnot that the soundcard uses.  Fortunately, I didn’t have to try downloading it and finding some way to run it but the option is there if you need it.</p>
<p><sup>1</sup>/boot/grub/menu.lst<br />
<code>title		Ubuntu, kernel 2.6.12-9-386<br />
root		(hd0,0)<br />
kernel		/boot/vmlinuz-2.6.12-9-386 root=/dev/hda1 ro quiet splash acpi=off<br />
initrd		/boot/initrd.img-2.6.12-9-386<br />
savedefault<br />
boot</code></p>
<p><sup>2</sup>/etc/modprobe.d/alsa<br />
<code>alias char-major-116 snd<br />
alias char-major-14 soundcore<br />
alias snd-card-0 snd-cs4236<br />
options snd-cs4236 port=0x530 cport=0x210 isapnp=0 dma1=1 dma2=0 irq=5<br />
alias sound-slot-0 snd-card-0<br />
alias sound-slot-1 snd-card-1</code></p>
<p>alias sound-service-0–0 snd-mixer-oss<br />
alias sound-service-0–1 snd-seq-oss<br />
alias sound-service-0–3 snd-pcm-oss<br />
alias sound-service-0–8 snd-seq-oss<br />
alias sound-service-0–12 snd-pcm-oss</p>
<p>alias /dev/mixer snd-mixer-oss<br />
alias /dev/dsp snd-pcm-oss<br />
alias /dev/midi snd-seq-oss</p>
<p>options snd cards_limit=1</p>
<p><small><a href="http://coffeebear.net/2005/11/16/alsa-crystal-4237b-revisited/">ALSA &amp; Crystal 4237B Revisited</a> © <a href="http://coffeebear.net" rel="cc:attributionURL">Mark McKibben</a>, <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/us/">Creative Commons Attribution-NonCommercial-ShareAlike 3.0 United States</a>.</small></p>]]></content:encoded>
			<wfw:commentRss>http://coffeebear.net/2005/11/16/alsa-crystal-4237b-revisited/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>Pukka’s Links of the Week</title>
		<link>http://coffeebear.net/2005/10/21/pukkas-links-of-the-week-18/</link>
		<comments>http://coffeebear.net/2005/10/21/pukkas-links-of-the-week-18/#comments</comments>
		<pubDate>Fri, 21 Oct 2005 23:33:39 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Links]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[coffee]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[recipe]]></category>
		<category><![CDATA[sound]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://coffeebear.net/?p=383</guid>
		<description><![CDATA[The last PLotW never happened because I was too lazy to post it. :p Sorry about that. From Pukka: Jack Thompson whimps out and P.A. steps up to the plate. Not from Pukka: Pumpkin Apple Bread Ubuntu No Sound Troubleshooting [Editor] I recently installed Ubuntu 5.10 on my ancient laptop and I plan to get [...]]]></description>
			<content:encoded><![CDATA[<p>The last <abbr title="Pukka's Links of the Week">PLotW</abbr> never happened because I was too lazy to post it.  :p  Sorry about that.</p>
<p>From Pukka:</p>
<ul>
<li><a href="http://joystiq.com/entry/1234000627063759/" title="Penny Arcade donates $10,000 in Jack's name to charity">Jack Thompson whimps out and P.A. steps up to the plate.</a></li>
</ul>
<p>Not from Pukka:</p>
<ul>
<li><a href="http://www.amateurgourmet.com/the_amateur_gourmet/2005/10/fall_into_fall_.html" title="The Amateur Gourmet: Fall into Fall with an inFALLible Recipe: Pumpkin Apple Bread">Pumpkin Apple Bread</a></li>
<li><a href="http://linux.iuplog.com/default.asp?item=94639" title="Ubuntu No Sound Troubleshooting">Ubuntu No Sound Troubleshooting</a> <em>[Editor] I recently installed Ubuntu 5.10 on my ancient laptop and I plan to get KDE up &amp; running on it.  I’ve had problems <a href="http://coffeebear.net/archives/2005/05/13/configure-alsa-for-crystal-4237b/" title="CoffeeBear.net &raquo; Configure ALSA for Crystal 4237B">before</a> getting the sound to work with this laptop.  So I’m making a note of this page as the Ubuntu forums link to it for help with sound issues.</em></li>
<li><a href="http://www.webuildpages.com/neat-o/" title="We Build Pages Anchor Text Backlink Checker">Backlink Checker</a> <em>[Editor] You can use this site to see who’s linking to you.</em></li>
<li><a href="http://arstechnica.com/news.ars/post/20051019-5458.html" title="Anti-game activist Jack Thompson under investigation">Anti-game activist Jack Thompson under investigation</a></li>
<li><a href="http://arstechnica.com/journals/science.ars/2005/10/19/1567" title="Nobel Intent: Transparent aluminum">Transparent aluminum</a> <em>[Editor] Makes you wonder if Scottie stopped by and gave ‘em a tip. :)</em></li>
<li><a href="http://gdesklets.gnomedesktop.org/" title="gDesklets.gnomedesktop.org - The Official Site for gDesklet Sensors &amp; Displays">Official Site for gDesklet Sensors &amp; Displays</a> <em>[Editor] I recently wiped out my laptop and loaded the Ubuntu Breezy (5.10) on it.  One of the things I added to it was gDesklets (KDE users should think SuperKaramba, Windows/Apple users should think Konfabulator).</em></li>
</ul>
<p><small><a href="http://coffeebear.net/2005/10/21/pukkas-links-of-the-week-18/">Pukka’s Links of the Week</a> © <a href="http://coffeebear.net" rel="cc:attributionURL">Mark McKibben</a>, <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/us/">Creative Commons Attribution-NonCommercial-ShareAlike 3.0 United States</a>.</small></p>]]></content:encoded>
			<wfw:commentRss>http://coffeebear.net/2005/10/21/pukkas-links-of-the-week-18/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configure ALSA for Crystal 4237B</title>
		<link>http://coffeebear.net/2005/05/13/configure-alsa-for-crystal-4237b/</link>
		<comments>http://coffeebear.net/2005/05/13/configure-alsa-for-crystal-4237b/#comments</comments>
		<pubDate>Fri, 13 May 2005 05:12:19 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[6.10]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[sound]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://coffeebear.net/?p=282</guid>
		<description><![CDATA[While having wireless Internet access is very sweet, I don’t currently have working sound on my laptop (it was also somewhat problematic with SuSE too). I’ve been googing for anwers and not had a lot of luck. I did find that I need to have acpi=off when I boot up or Ubuntu won’t be able [...]]]></description>
			<content:encoded><![CDATA[<p>While having wireless Internet access is very sweet, I don’t currently have working sound on my laptop (it was also somewhat problematic with SuSE too).  I’ve been googing for anwers and not had a lot of luck.  I did find that I need to have acpi=off when I boot up or Ubuntu won’t be able to detect the soundcard.  Other than that, all I’ve found so far is that I’ll probably have to manually specify all the settings for the soundcard, as detailed in this <a href="http://ibiblio.org/pub/Linux/docs/HOWTO/other-formats/html_single/Alsa-sound.html" title="Alsa-sound-mini-HOWTO">HOWTO</a>.  If this is something that you think you can help me with than you can read some details of my laptop after the jump.<br />
<span id="more-282"></span><br />
lspnp –v<br />
<code>0f CSC0000 Crystal PnP audio system CODEC<br />
        io 0x0530-0x0537<br />
        io 0x0388-0x038b<br />
        io 0x0220-0x022f<br />
        irq 5<br />
        dma 0<br />
        dma disabled</p>
<p>10 CSC0010 Crystal PnP audio system control registers<br />
        io 0x0210-0x0217</code></p>
<p>lsmod | grep snd<br />
<code>snd_opl3_lib           10112  0<br />
snd_hwdep               9220  1 snd_opl3_lib<br />
snd_cs4236_lib         16000  0<br />
snd_mpu401_uart         7168  0<br />
snd_rawmidi            22944  1 snd_mpu401_uart<br />
snd_seq_device          8332  2 snd_opl3_lib,snd_rawmidi<br />
snd_cs4231_lib         24832  1 snd_cs4236_lib<br />
snd_pcm_oss            47652  0<br />
snd_mixer_oss          16768  1 snd_pcm_oss<br />
snd_pcm                84872  3 snd_cs4236_lib,snd_cs4231_lib,snd_pcm_oss<br />
snd_timer              23300  3 snd_opl3_lib,snd_cs4231_lib,snd_pcm<br />
snd                    50276  11 snd_opl3_lib,snd_hwdep,snd_cs4236_lib,snd_mpu401_uart,snd_rawmidi,snd_seq_device,snd_cs4231_lib,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer<br />
soundcore               9824  1 snd<br />
snd_page_alloc          9604  2 snd_cs4231_lib,snd_pc</code></p>
<p>cat /proc/asound/cards<br />
<code>--- no soundcards ---</code></p>
<p>alsamixer<br />
<code>alsamixer: function snd_ctl_open failed for default: No such device</code></p>
<p>modprobe snd-cs4236 snd_port=0x534 snd_cport=0x120 snd_mpu_port=-1 snd_fm_port=0x388 snd_jport=-1 snd_irq=5 snd_dma1=0<br />
<code> Error inserting snd_cs4236 (/lib/modules/2.6.10-5-386/kernel/sound/isa/cs423x/snd-cs4236.ko): No such device<br />
FATAL: Error running install command for snd_cs4236</code></p>
<p><strong>Update [15 May 2005. 7:57 PM –06:00 GMT]:</strong> I just realized that I left off some information that could be useful to diagnosing my sound problems.  In the Gnome Multimedia Systems Selector, when I choose ALSA as the default output sink and hit the test button; I get this error:<br />
<code>Failed to construct test pipeline for 'ALSA - Advanced Linux Sound Architecture'</code></p>
<p>I’ve checked and my user is a member of the audio group, so I shouldn’t be having a rights problem.</p>
<p>Additionally, my laptop is a Dell Latitude CPi D300XT, see the complete specs <a href="http://support.dell.com/support/edocs/systems/pmojav/specs.htm?c=us&#038;l=en&#038;s=gen&#038;cs=#Audio" title="Specifications: Dellï¿½ Latitudeï¿½ CP and CPi">here</a>.</p>
<p><small><a href="http://coffeebear.net/2005/05/13/configure-alsa-for-crystal-4237b/">Configure ALSA for Crystal 4237B</a> © <a href="http://coffeebear.net" rel="cc:attributionURL">Mark McKibben</a>, <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/us/">Creative Commons Attribution-NonCommercial-ShareAlike 3.0 United States</a>.</small></p>]]></content:encoded>
			<wfw:commentRss>http://coffeebear.net/2005/05/13/configure-alsa-for-crystal-4237b/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Sweet, Sweet Wireless Internet</title>
		<link>http://coffeebear.net/2005/05/12/sweet-sweet-wireless-internet/</link>
		<comments>http://coffeebear.net/2005/05/12/sweet-sweet-wireless-internet/#comments</comments>
		<pubDate>Thu, 12 May 2005 07:22:43 +0000</pubDate>
		<dc:creator>Mark</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[anime]]></category>
		<category><![CDATA[annoyed]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[home]]></category>
		<category><![CDATA[Links]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Love]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[tv]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://coffeebear.net/?p=281</guid>
		<description><![CDATA[One of the many lovely gifts that Ariesna and I received for our wedding was a Linksys WRT54G Wireless-G router.1 Since a wireless router is useless without something to connect to it; I went out and picked up a Linksys WPC54GS Wireless-G Notebook Adapter. Since I was still kind of dazed from the whole wedding/honey-night [...]]]></description>
			<content:encoded><![CDATA[<div class="alpha-shadow">
<div><a href="http://www.amazon.com/exec/obidos/redirect?tag=musings07-20%26link_code=xm2%26camp=2025%26creative=165953%26path=http://www.amazon.com/gp/redirect.html%253fASIN=B00007KDVI%2526location=/o/ASIN/B00007KDVI%25253FSubscriptionId=0EMV44A9A5YT1RVDGZ82" title="View product details at Amazon"><img src="http://images.amazon.com/images/P/B00007KDVI.01-A1921S276TP630._SCTHUMBZZZ_.jpg" alt="Linksys WRT54G Wireless-G Router" /></a></div>
</div>
<p>One of the many lovely gifts that <a href="http://ariesna.livejournal.com/" title="Ariesna's Journal">Ariesna</a> and I received for our wedding was a <a href="http://www.amazon.com/exec/obidos/redirect?tag=musings07-20%26link_code=xm2%26camp=2025%26creative=165953%26path=http://www.amazon.com/gp/redirect.html%253fASIN=B00007KDVI%2526location=/o/ASIN/B00007KDVI%25253FSubscriptionId=0EMV44A9A5YT1RVDGZ82" title="View product details at Amazon">Linksys WRT54G Wireless-G router</a>.<sup>1</sup>  Since a wireless router is useless without something to connect to it; I went out and picked up a <a href="http://www.amazon.com/exec/obidos/redirect?tag=musings07-20%26link_code=xm2%26camp=2025%26creative=165953%26path=http://www.amazon.com/gp/redirect.html%253fASIN=B0001D3JXG%2526location=/o/ASIN/B0001D3JXG%25253FSubscriptionId=0EMV44A9A5YT1RVDGZ82" title="View product details at Amazon">Linksys WPC54GS Wireless-G Notebook Adapter</a>.  Since I was still kind of dazed from the whole wedding/honey-night experience; I didn’t stop to check whether the router had SpeedBooster and if I could get the card online for much cheaper than I could in the store.<sup>2</sup>  I had cash in my pocket and techno-lust burning in my heart.  I bought the card, took it home and immediately started mucking about with my laptop to try to get it to work.  In a previous fit of whimsey, I had wiped M$ Windows from my laptop and replaced it with SuSE 9.0 Pro.  Since APT is such a wonderful thing, I used it to keep SuSE updated; rather I used it to update SuSE on the laptop whenever I booted it up to use it.  So the first thing I tried doing in my quest to get wireless networking running on my laptop was to run APT and grab all the latest stuff for SuSE 9.0.</p>
<p>For the first time ever, APT let me down and in doing so it let me down <strong>badly</strong>.  Something in my xserver configuration (or maybe the startup scripts) got hosed.  I fiddled with it for a couple of days, but had no luck in correcting the problem.  I could work around it, but not fix it.  Once I got to that point, I tried to load some missing software I needed to get the wireless card to work, but the software was not listed in the APT repositories I was using.  This is especially problematic as the CD-ROM in this laptop tends to be very flakey, so I couldn’t hope to go back to my original CDs and load it from there.  In the meantime, I downloaded the latest version of <a href="http://ubuntulinux.org/" title="Ubuntu Linux">Ubuntu</a> (Hoary 5.04).  I did this planning on borrowing the modular CD-ROM drive of a co-worker with the same ancient Dell laptop to replace SuSE on my laptop (if all else failed).  Tonight, I was home alone and annoyed that I still didn’t have my wireless network up &amp; running.  So I ran over to Best Buy, picked up a spindle of CD-Rs, burned Ubuntu to disc and tried installing it.</p>
<p>Much to my utter amazement and total surprise, my laptop decided that it liked this burned CD and allowed me to install Ubuntu without error.  It took several hours to do it, but eventually I was looking at an incredibly ugly Ubuntu desktop.  This struck me as odd, but then I realized it was displaying at 800x600 when my laptop’s native resolution is 1024x768.  So a bit of googling later and a quick run of: <code>sudo dpkg-reconfigure xserver-xorg</code> and I was looking at the very pretty version of Ubuntu’s desktop.  About an hour later, after following these <a href="http://ndiswrapper.sourceforge.net/phpwiki/index.php/Ubuntu" title="NdisWrapper - Ubuntu">directions</a> in the NdisWrapper wiki, and I have wireless networking running on my laptop.  Now I just need to look into a 2nd battery for the laptop so I can have be a bit further away from the wall socket than my power cord lets me go.  Still, it’s so very nice not having to sit in my lousy desk chair to do some work on the computer.  It’ll be even nicer when I can put the funds together to build a <a href="http://www.mythtv.org/" title="Homebrew, Linux-based PVR">MythTV</a> box for the living room to watch all my anime with.  :)</p>
<p><strong>Updated 2005-05-27, 19:55 GMT-06:00:</strong> I noticed a typo in the dpkg-reconfigure command above, so I’ve edited this post to correct it.</p>
<p><sup>1</sup> Yes, I do realize that considering this a lovely gift puts me completely and forever in the “geek” category,<br />
<sup>2</sup> The answers to those questions were: No and Yes.</p>
<p><small><a href="http://coffeebear.net/2005/05/12/sweet-sweet-wireless-internet/">Sweet, Sweet Wireless Internet</a> © <a href="http://coffeebear.net" rel="cc:attributionURL">Mark McKibben</a>, <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/us/">Creative Commons Attribution-NonCommercial-ShareAlike 3.0 United States</a>.</small></p>]]></content:encoded>
			<wfw:commentRss>http://coffeebear.net/2005/05/12/sweet-sweet-wireless-internet/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 1/43 queries in 0.090 seconds using disk: basic
Object Caching 1353/1444 objects using disk: basic

Served from: coffeebear.net @ 2012-02-10 14:31:38 -->
