<?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>brool &#187; eee</title>
	<atom:link href="http://www.brool.com/index.php/tag/eee/feed" rel="self" type="application/rss+xml" />
	<link>http://www.brool.com</link>
	<description>brool \brool\ (n.) : a low roar; a deep murmur or humming</description>
	<lastBuildDate>Fri, 20 Jan 2012 07:58:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Mysteriously Hanging Ubuntu</title>
		<link>http://www.brool.com/index.php/mysteriously-hanging-ubuntu</link>
		<comments>http://www.brool.com/index.php/mysteriously-hanging-ubuntu#comments</comments>
		<pubDate>Sat, 03 Jan 2009 00:55:49 +0000</pubDate>
		<dc:creator>tim</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[eee]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.brool.com/?p=132</guid>
		<description><![CDATA[My Asus EEE 1000h had this really irritating but intermittent bug &#8212; it would hang occasionally when I was using it. The keyboard was dead, but a) mouse clicks would still work, and b) I could Ctrl-Alt-Backspace to restart X or Ctrl-Alt-Fn to go to a terminal. So, it wasn&#8217;t an absolute showstopper, but it [...]]]></description>
			<content:encoded><![CDATA[<p>My Asus EEE 1000h had this really irritating but intermittent bug &#8212; it would hang occasionally when I was using it.  The keyboard was dead, but a) mouse clicks would still work, and b) I could Ctrl-Alt-Backspace to restart X or Ctrl-Alt-Fn to go to a terminal.  So, it wasn&#8217;t an absolute showstopper, but it was definitely something that could really ruin your flow;  you&#8217;d have to hope everything was saved, restart X, reload everything, so on and so forth.</p>

<p>I googled for this to no avail, but finally, <i>finally</i>, while researching something else, managed to find out what it was.  It turns out that I was accidentally activating SCIM (the input method editor for other languages) with Ctrl-Space or Alt-Space.  This was <i>despite</i> the fact that I had SCIM specifically disabled in System -> Administration -> Language Support.  Apparently, some versions of Hardy screwed up the SCIM settings. </p>

<p>So, the magic command for anyone googling this: </p>
<pre>
for conf in ja_JP ko_KR zh_CN zh_HK zh_SG zh_TW all_ALL; do if LC_ALL=C update-alternatives --display xinput-${conf} | grep -q 'status is manual' &#038;&#038; LC_ALL=C update-alternatives --display xinput-${conf} | grep -q 'currently points to .*scim-bridge'; then update-alternatives --auto xinput-${conf}; fi; done
</pre>

<p>More details: <a href="https://bugs.launchpad.net/ubuntu/+source/scim/+bug/199030">https://bugs.launchpad.net/ubuntu/+source/scim/+bug/199030</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.brool.com/index.php/mysteriously-hanging-ubuntu/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fedora 9 On EEE (and: Ubuntu Is Not Always The Answer)</title>
		<link>http://www.brool.com/index.php/fedora-9-on-eee</link>
		<comments>http://www.brool.com/index.php/fedora-9-on-eee#comments</comments>
		<pubDate>Wed, 04 Jun 2008 23:43:18 +0000</pubDate>
		<dc:creator>tim</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[eee]]></category>
		<category><![CDATA[fedora]]></category>

		<guid isPermaLink="false">http://www.brool.com/?p=100</guid>
		<description><![CDATA[I used to use Red Hat back when I had to compile special modules for my CD-ROM player, and I flirted with Gentoo for a while until I managed to irretrievably kill my installation with an emerge, but Ubuntu really seems to hit the sweet spot with regards to ease of use and functionality. However, [...]]]></description>
			<content:encoded><![CDATA[<p>I used to use Red Hat back when I had to compile special modules for my CD-ROM player, and I flirted with Gentoo for a while until I managed to irretrievably kill my installation with an emerge, but Ubuntu really seems to hit the sweet spot with regards to ease of use and functionality. </p>

<p>However, it turns out that Ubuntu is not always the answer, which surprised me immensely.  The steps for getting Ubuntu 8.04 onto a USB stick are <a href="http://www.pendrivelinux.com/2008/05/15/usb-ubuntu-804-persistent-install-from-linux/">tedious</a>, and even worse, <i>they don&#8217;t appear to work</i>.  So with repeated attempts I was unable to get Ubuntu live mode to boot at all.</p>

<p>Now, compare the <a href="http://fedoraproject.org/wiki/FedoraLiveCD/USBHowTo">the procedure for getting Fedora 9 onto a USB stick</a>.  One command, non destructive, with an optional overlay for persistent mode.  It&#8217;s clean and easy, and Fedora 9 is an eminently respectable operating system &#8212; it even booted on my EEE PC without any problems while properly detecting screen size and audio.</p>

<h2>Wireless on the EEE PC / Fedora 9</h2>
<p>I wanted to get my USB stick to work perfectly with my EEE PC, so the wireless had to be fixed.  To get the wireless running on stock Fedora 9 means following <a href="http://kernelreloaded.blog385.com/index.php/archives/madwifi-wireless-for-asus-eee-pc-on-fedora-9-howto/">the steps on this site</a>, but there are a few problems.  The kernel for the live CD is different than the kernel used by Livna, so if you don&#8217;t want to rebuild a kernel, you&#8217;ll need to:</p>


<div class="wp-geshi-highlight-wrap5"><div class="wp-geshi-highlight-wrap4"><div class="wp-geshi-highlight-wrap3"><div class="wp-geshi-highlight-wrap2"><div class="wp-geshi-highlight-wrap"><div class="wp-geshi-highlight"><div class="bash"><pre class="de1"><span class="kw2">wget</span> ftp:<span class="sy0">//</span>rpmfind.net<span class="sy0">/</span>linux<span class="sy0">/</span>fedora<span class="sy0">/</span>releases<span class="sy0">/</span><span class="nu0">9</span><span class="sy0">/</span>Everything<span class="sy0">/</span>i386<span class="sy0">/</span>os<span class="sy0">/</span>Packages<span class="sy0">/</span>kernel-devel-2.6.25-<span class="nu0">14</span>.fc9.i686.rpm
rpm <span class="re5">-ivh</span> kernel-devel-2.6.25-<span class="nu0">14</span>.fc9.i686.rpm
<span class="kw2">wget</span> ftp:<span class="sy0">//</span>rpmfind.net<span class="sy0">/</span>linux<span class="sy0">/</span>fedora<span class="sy0">/</span>releases<span class="sy0">/</span><span class="nu0">9</span><span class="sy0">/</span>Everything<span class="sy0">/</span>x86_64<span class="sy0">/</span>os<span class="sy0">/</span>Packages<span class="sy0">/</span>kernel-headers-2.6.25-<span class="nu0">14</span>.fc9.x86_64.rpm
rpm <span class="re5">-ivh</span> kernel-headers-2.6.25-<span class="nu0">14</span>.fc9.x86_64.rpm</pre></div></div></div></div></div></div></div>




<p>&#8230; and then go through the steps for building madwifi from source.</p>]]></content:encoded>
			<wfw:commentRss>http://www.brool.com/index.php/fedora-9-on-eee/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

