<?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>John Wells &#187; Jaunty</title>
	<atom:link href="http://www.jfwhome.com/tag/jaunty/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jfwhome.com</link>
	<description>Knowledge Management and Social Web App Guru</description>
	<lastBuildDate>Mon, 04 Jan 2016 17:26:35 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9</generator>
	<item>
		<title>Perfect Ubuntu Jaunty on the Asus eeePC 1005HA (and 1008HA)</title>
		<link>http://www.jfwhome.com/2009/08/06/perfect-ubuntu-jaunty-on-the-asus-eeepc-1005ha-and-1008ha/</link>
		<comments>http://www.jfwhome.com/2009/08/06/perfect-ubuntu-jaunty-on-the-asus-eeepc-1005ha-and-1008ha/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 17:26:08 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[1005HA]]></category>
		<category><![CDATA[eeePC]]></category>
		<category><![CDATA[Jaunty]]></category>
		<category><![CDATA[netbook]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.jfwhome.com/?p=19</guid>
		<description><![CDATA[The 1005HA is one of the brand new Asus eeePC netbooks, and it is a great little machine &#8212; aside from the fact that it comes with Windows XP or a dumbed-down customised Xandros (allegedly &#8212; as time goes on, Asus seem to be selling out to Microsoft). As the 1005HA is pretty new, it&#8230;]]></description>
				<content:encoded><![CDATA[<p>The 1005HA is one of the brand new Asus eeePC netbooks, and it is a great little machine &#8212; aside from the fact that it comes with Windows XP or a dumbed-down customised Xandros (allegedly &#8212; as time goes on, Asus seem to be selling out to Microsoft).</p>
<p>As the 1005HA is pretty new, it has a few odd hardware quirks that won&#8217;t be fully supported out of the box until the next release of Ubuntu.</p>
<p>Here I run through what I did to end up with a 100% working install &#8212; including all Fn hotkeys. The good news is that it is very easy!</p>
<div id="attachment_25" style="width: 150px" class="wp-caption alignnone"><a rel="attachment wp-att-25" href="http://www.jfwhome.com/2009/08/06/perfect-ubuntu-jaunty-on-the-asus-eeepc-1005ha-and-1008ha/desktop/"><img class="size-thumbnail wp-image-25" title="My perfect Ubuntu setup on the 1005HA" src="http://www.jfwhome.com/wp-content/uploads/2009/08/desktop-150x150.png" alt="My perfect Ubuntu setup on the 1005HA" width="150" height="150" /></a><p class="wp-caption-text">My perfect Ubuntu setup on the 1005HA</p></div>
<p><span id="more-19"></span></p>
<blockquote style="border: 1px solid #fff;"><p>If you followed these instructions before, and now want to upgrade to Karmic, see my notes <a href="http://www.jfwhome.com/2009/11/11/upgrading-from-ubuntu-jaunty-904-to-karmic-910-on-the-eeepc-1005ha-and-1008ha/">here</a>.</p></blockquote>
<p><strong>Step 1: Installing Ubuntu</strong></p>
<p>Start off with Ubuntu Netbook Remix. It is designed for netbooks and comes with a customised kernel. Even if you don&#8217;t like the special netbook interface, it can be easily reverted to the default Ubuntu look with a single click.<br />
<a href="http://www.ubuntu.com/GetUbuntu/download-netbook"><br />
Download it here</a>, and <a href="https://help.ubuntu.com/community/Installation/FromImgFiles">follow the simple instructions here</a> to create an installer on a USB stick.</p>
<p>Power on your netbook, and repeatedly tap F2 to bring up the BIOS configuration.</p>
<p>Under &#8220;Boot settings&#8221;, disable &#8220;Boot Booster&#8221;, and hit F10 to save settings. We do this so that we can specify our USB installer as the boot device, and can re-enable it later.</p>
<p>When the machine reboots, hit &#8220;Esc&#8221; repeatedly to being up the boot menu. Choose the USB key, and away you go.</p>
<p>I wouldn&#8217;t bother with the &#8220;live preview&#8221;, and jump straight into the install.</p>
<p>The Ubuntu install process is straightforward.</p>
<p><strong>Partitioning during install</strong></p>
<p>Partition the disk however you like.</p>
<p>I created separate partitions for / (20gb), /boot (1gb), swap (4gb), bootbooster efi partition (16MB), and /home (the remainder), but how you do it is really up to you. I favour the above partitioning scheme to serve me really well over the years.</p>
<p>I set /home, /boot and / to format as ext4, and found performance to be great.</p>
<p>Don&#8217;t forget to create a swap partition of around 2x the amount of RAM if you want hibernation to work!</p>
<p>The EFI partition is for the Asus Boot Booster feature. It needs to be 8MB &#8212; I made it 16 just to be sure. At boot time, BIOS information is cached in this little partition so that the power-on self test can be bypassed. It speeds up the boot process by several seconds, which I think is great.</p>
<p>You can leave the EFI that comes pre-created. However, I wanted to blow away all partitions and start from scratch with my own partitioning scheme, so I recreated it. It must be a primary partition. It must be labelled as type &#8220;EFI&#8221;, which I was not able to do using the installer. See below for instructions on how to set it after the install is completed. Leave this partition unformatted.</p>
<p><strong>Wired networking</strong></p>
<p>After install, the first thing you&#8217;ll notice is that ethernet and wireless networking aren&#8217;t working. Fortunately, they&#8217;re easy to fix.</p>
<p>On a computer with working networking, download this file:</p>
<p><a href='http://www.jfwhome.com/2009/08/06/perfect-ubuntu-jaunty-on-the-asus-eeepc-1005ha-and-1008ha/atheros-wired-driver-1005ha-linux/' rel='attachment wp-att-38'>atheros-wired-driver-1005ha-linux</a></p>
<p>Open the zip file (double-click it), and extract it to the location of your choice. Then, in a terminal, navigate (&#8216;cd&#8217;) to the &#8216;src&#8217; directory of the unpacked files, and type:<br />
<code><br />
make<br />
sudo make install<br />
sudo insmod atl1e.ko<br />
</code></p>
<p>If you receive an error after the first line, and you&#8217;re not running Ubuntu Jaunty UNR, ensure you have the linux headers package installed for your kernel &#8212; you&#8217;ll need to find and download the appropriate .deb and install it. Information is <a href="http://ubuntuforums.org/showpost.php?p=7690745&#038;postcount=8">here</a>.</p>
<p>Until Ubuntu Karmic is released, every time you do a kernel update, you will need to re-run the last two steps (preceded by a <code>sudo rmmod atl1e.ko</code>).</p>
<p>You now have ethernet network &#8212; so plug yourself in to a network cable and set up wireless&#8230;</p>
<p><strong>Wireless networking</strong></p>
<p>This is easy &#8212; you just need to install the driver back-ported from the next Ubuntu release. </p>
<p>First, enable the backports repository: Administration > Software Sources > Updates and enable &#8220;Unsupported Updates (jaunty-backports)&#8221;.</p>
<p>Then, open Synaptic Package Manager, find the package <code>linux-backports-modules-jaunty</code>, and install it.</p>
<p><strong>Getting rid of the Netbook Remix interface</strong></p>
<p>While the netbook remix interface is innovative, I prefer having a desktop and a normal panel with window switcher. To kill the netbook interface, Just go to Preferences &gt; Switch Desktop Mode.</p>
<p>Gnome panels can take up too much space on a netbook screen &#8212; you can set them to auto-hide by right-clicking them and choosing Properties. To speed up the auto-hide behaviour, fire up <code>gconf-editor</code>, and navigate to apps &gt; panel &gt; toplevels, and reduce <code>hide_delay</code> and <code>unhde_delay</code> for each panel.</p>
<p><strong>Super Hybrid Engine, Installing an eeePC tray utility, and getting all hotkeys to work</strong></p>
<p>An eeePC tray utility is useful in order to utilise Asus&#8217; so-called &#8220;Super Hybrid Engine&#8221;, which is really just marketing lingo for adjusting processor speed for different power:performance profiles. It also enables you to switch on/off all the eeePC&#8217;s integrated peripherals with a click or two, or using the hotkeys.</p>
<p>After a bit of trial and error, I found that the best tool for the job is &#8220;eeepc-tray&#8221;. It can be installed from a repository, which means that it will be automatically kept up to date.</p>
<p>Follow <a href="http://www.statux.org/content?page=repo">these simple instructions</a> to add the statux.org repository.</p>
<p>When done, fire up Synaptic Package Manager, and find and install the packages eeepc-tray and eeepc-laptop-dkms. When done, reboot.</p>
<p>Now, all your hotkeys, apart from Fn+Space, Fn+F3, and the top-left touchpad enable/disable buttons,will be working.</p>
<p><strong>Finishing off: Final hotkeys</strong></p>
<p>First off, we need to make the touchpad addressable by other applications. The safest way to do that is through a rather cumbersome SHMConfig policy XML file.</p>
<p>Create a new plain text file, with the following content:<br />
<code><br />
&lt;?xml version="1.0" encoding="UTF-8"?&gt;<br />
&lt;deviceinfo version="0.2"&gt;<br />
&lt;device&gt;<br />
&lt;match key="info.product" string="SynPS/2 Synaptics TouchPad"&gt;<br />
&lt;merge key="input.x11_options.SHMConfig" type="string"&gt;True&lt;/merge&gt;<br />
&lt;merge key="input.x11_driver" type="string"&gt;synaptics&lt;/merge&gt;<br />
&lt;/match&gt;<br />
&lt;/device&gt;<br />
&lt;device&gt;<br />
&lt;match key="info.linux.driver" string="psmouse"&gt;<br />
&lt;merge key="input.x11_options.SHMConfig" type="string"&gt;True&lt;/merge&gt;<br />
&lt;/match&gt;<br />
&lt;/device&gt;<br />
&lt;/deviceinfo&gt;<br />
</code><br />
and save it as <code>/etc/hal/fdi/policy/shmconfig.fdi</code>.</p>
<p>Then reboot, or restart X (right-alt &#8211; SysRq &#8211; k), and the touhpad will now be addressable. When you type, it will briefly disable to prevent accidental mousing.</p>
<p>All we need to do now is enable the outstanding hotkeys. Right-click the eeepc-tray icon, click &#8220;Edit Configuration&#8221;, and paste the following in the empty file:<br />
<code><br />
#Touchpad control<br />
KEY_TOUCHPAD="00000037"<br />
# Fn + space<br />
KEY_FSB="00000039"<br />
</code></p>
<p>And there you go&#8230; all working!</p>
<p><strong>Sound and microphone</strong></p>
<p>The sound works perfectly out of the box. However, the microphone input is set to the microphone jack, rather than the internal mic by default. To change it, open Volume Control, hit Preferences, and enable all the Mic and Input Source options. Then, set the input source to &#8220;Int Mic&#8221; under the Options tab.</p>
<p>In skype, set your Sound In device to be HDA Intel (hw:Intel, 0). (Sound Out and Ringing should be set to &#8216;pulse&#8217;)</p>
<p><strong>Setting the EFI partition for boot booster</strong></p>
<p>As mentioned above in the partitioning section, for boot booster to work if you removed the default Asus EFI partition during install, you&#8217;ll need to set your new 8MB primary partition as type &#8220;EFI&#8221;. Doing that is simple:</p>
<p>open a terminal, and type <code>sudo fdisk -l</code> to list your partitions. Look for the little Boot Booster partition you set aside. My EFI partition was on device /dev/sda3.</p>
<p>Then, to set the appropriate partition as &#8220;EFI&#8221;, type <code>sudo sfdisk --change-id /dev/sda 3 ef</code>, replacing &#8220;3&#8243; with the device name you found in the previous step (e.g. &#8220;2&#8243; for /dev/sda2).</p>
<p>Just be sure you do it to the right partition &#8212; back up your data first if you&#8217;re unsure!</p>
<p>When you reboot, hit F2, and re-enable boot booster in the BIOS.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jfwhome.com/2009/08/06/perfect-ubuntu-jaunty-on-the-asus-eeepc-1005ha-and-1008ha/feed/</wfw:commentRss>
		<slash:comments>236</slash:comments>
		</item>
		<item>
		<title>Ubuntu: Getting rid of icons for mounted network shares</title>
		<link>http://www.jfwhome.com/2009/08/04/ubuntu-getting-rid-of-icons-for-mounted-network-shares/</link>
		<comments>http://www.jfwhome.com/2009/08/04/ubuntu-getting-rid-of-icons-for-mounted-network-shares/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 15:07:28 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Jaunty]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.jfwhome.com/?p=15</guid>
		<description><![CDATA[I have several network NFS shares that I mount in Ubuntu using /etc/fstab. While this works fine, recent versions (I think it has been annoying me since Edgy) of Ubuntu have an annoying habit of creating a desktop icon for each share. A desktop icon is fine for an SD card, or a USB stick,&#8230;]]></description>
				<content:encoded><![CDATA[<p>I have several network NFS shares that I mount in Ubuntu using /etc/fstab. While this works fine, recent versions (I think it has been annoying me since Edgy) of Ubuntu have an annoying habit of creating a desktop icon for each share.</p>
<div id="attachment_16" style="width: 150px" class="wp-caption alignleft"><a href="http://www.jfwhome.com/2009/08/04/ubuntu-getting-rid-of-icons-for-mounted-network-shares/screenshot/" rel="attachment wp-att-16"><img src="http://www.jfwhome.com/wp-content/uploads/2009/08/screenshot-150x150.png" alt="Annoying!" title="NFS mount icon" width="150" height="150" class="size-thumbnail wp-image-16" /></a><p class="wp-caption-text">Annoying!</p></div>
<p>A desktop icon is fine for an SD card, or a USB stick, but it&#8217;s not ideal when you have a ton of network shares.</p>
<p><a href="http://tombuntu.com/index.php/2007/10/25/hide-partition-icons-from-your-ubuntu-desktop/">It is easy</a> to turn off all desktop icons for mounts using gconf-editor. But I still want some of them (such as the aforementioned USB sticks) to show &#8212; just not the NFS mounts.</p>
<p>As it turns out, the solution is actually obvious: semi-permanent items should be mounted in the right place, under /mnt. If you mount elsewhere, e.g. under /home, you get the annoying icon. Under /mnt? No icon.</p>
<p>Although this turned out to be quite obvious, it is new to me &#8212; for well over a year now I&#8217;ve just had all desktop mount icons turned off waiting for the solution.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jfwhome.com/2009/08/04/ubuntu-getting-rid-of-icons-for-mounted-network-shares/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
	</channel>
</rss>
