<?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>apeman.org &#187; howto</title>
	<atom:link href="http://www.apeman.org/taxonomy/howto/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.apeman.org</link>
	<description>Miscellaneous things that I find interesting</description>
	<lastBuildDate>Tue, 12 Jul 2011 17:30:44 +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>Switching to Xubuntu</title>
		<link>http://www.apeman.org/2007/08/13/163/</link>
		<comments>http://www.apeman.org/2007/08/13/163/#comments</comments>
		<pubDate>Tue, 14 Aug 2007 04:52:48 +0000</pubDate>
		<dc:creator>apeman</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[reviews]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.apeman.org/2007/08/13/163/</guid>
		<description><![CDATA[I origionally switched to Linux over 10 years ago because my modest hardware could not keep up with Windows, and I was rewarded with a reliable, stable, and responive system. Fast forward 8 years and I am now a very satisfied Ubuntu user, however, I have never been a fan of desktop enviroments such as [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center"><img src="http://www.apeman.org/wp-content/uploads/2007/08/xubuntulogo.png" alt="xubuntulogo.png" /></p>
<p>I origionally switched to Linux over 10 years ago because my modest hardware could not keep up with Windows, and I was rewarded with a reliable, stable, and responive system. Fast forward 8 years and I am now a very satisfied <a href="http://www.ubuntu.com/" target="_blank">Ubuntu</a> user, however, I have never been a fan of desktop enviroments such as GNOME and KDE. I normaly prefere something very light weight such as <a href="http://www.windowmaker.info/" target="_blank">WindowMaker</a>.However, I found a way to keep a &#8220;mostly default&#8221; Ubuntu install with a light weight desktop. I had used <a href="http://www.xfce.org/" target="_blank">Xfce</a> a couple of years ago while experimenting with Redhat 8,9 and Fedora, and I quite enjoyed it.</p>
<p><span id="more-163"></span></p>
<p><a href="http://www.xubuntu.org/" target="_blank">Xubuntu</a> delivers a light weight desktop on Ubuntu, prefering light weight applications, and also utilizing ubuntu repositories. Ubuntu is nice, and works very well, but I just don&#8217;t like GNOME, or its heavy memory usage. I&#8217;m also cheap, and I do not like spending a lot of money on hardware. Requiring less than 192Mb of RAM, Xubuntu is now running on my main desktop, laptop, and office desktop.  Its also running on my backup home workstation.</p>
<p>So if you are finding Ubuntu a little heavy on your machine, give <a href="http://www.xubuntu.org/" target="_blank">Xubuntu</a> a try! Switching from Ubuntu to Xubuntu is quick and easy, and if you do not like it, you can easily go back.</p>
<p>To install Xubuntu from Ubuntu type:</p>
<blockquote><p>sudo apt-get install xubuntu-desktop</p></blockquote>
<p>Enjoy, if you have any questions please leave a comment.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.apeman.org/2007/08/13/163/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Installing Thunderbird 2 in Ubuntu 7.04</title>
		<link>http://www.apeman.org/2007/05/01/149/</link>
		<comments>http://www.apeman.org/2007/05/01/149/#comments</comments>
		<pubDate>Wed, 02 May 2007 06:29:15 +0000</pubDate>
		<dc:creator>apeman</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.apeman.org/2007/05/01/149/</guid>
		<description><![CDATA[After updating to Ubuntu 7.04 &#8220;Fiesty Fawn&#8221; I was surprised to find out that it did not come with Mozilla Thunderbird 2.0. Well, this happened because the new version of Mozilla&#8217;s popular email program was released a couple of days after Fiesty Fawn, at which point it was simply to late. If you want to [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.apeman.org/wp-content/uploads/2007/04/thunderbird-logo.png" alt="thunderbird-logo.png" align="left" />After updating to Ubuntu 7.04 &#8220;Fiesty Fawn&#8221; I was surprised to find out that it did not come with Mozilla Thunderbird 2.0. Well, this happened because the new version of Mozilla&#8217;s popular email program was released a couple of days after Fiesty Fawn, at which point it was simply to late.</p>
<p>If you want to install and use Thunderbird 2.0, here is your quick and dirty guide:</p>
<p>The first thing we need to do is <a href="http://www.mozilla.com/en-US/thunderbird/" target="_blank">download Thunderbird 2 from Mozilla</a>, save it to somewhere you will remember, the default is your Desktop under Ubuntu. This brief how to will assume that you saved the file to your Desktop.</p>
<p><span id="more-149"></span></p>
<p>Open a Terminal Session (applications -&gt; accessories -&gt; Terminal)</p>
<blockquote><p>cd Desktop</p>
<p>tar zxvf  thunderbird-2.0.0.0.tar.gz</p>
<p>sudo mv thunderbird /opt/thunderbird2</p></blockquote>
<p>Now we have Thunderbird installed, but we do not have an Icon to launch it, we need to add one. I like to keep icons for Firefox and Thunderbird on the top Panel, beside the system menu, these instructions will work if you choose to create a launch icon on the desktop.</p>
<ol>
<li>Right click on the top launch bar, select &#8220;add to panel&#8221;</li>
<li>Click &#8220;Custom Application Launcher&#8221; on the pop up window.  (If you chose to create an Icon on your desktop, right click your desktop and select &#8220;Create Launcher&#8230;&#8221;)</li>
<li>Set type to &#8220;Application&#8221;</li>
<li>Name: Thunderbird 2.0</li>
<li>Command: /opt/thunderbird2/thunderbird</li>
<li>Next, click on Icon, and scroll down until you see the Thunderbird icons, choose the  &#8220;mozilla-thunderbird.xpm&#8221; icon.</li>
<li>Click &#8220;OK&#8221;</li>
</ol>
<p>And thats it. Enjoy Thunderbird 2.0!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.apeman.org/2007/05/01/149/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>snd-hda-intel and Ubuntu 7.04</title>
		<link>http://www.apeman.org/2007/04/28/147/</link>
		<comments>http://www.apeman.org/2007/04/28/147/#comments</comments>
		<pubDate>Sat, 28 Apr 2007 18:46:42 +0000</pubDate>
		<dc:creator>apeman</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.apeman.org/2007/04/28/147/</guid>
		<description><![CDATA[After upgrading my Toshiba Satellite Pro A100 laptop to Ubuntu 7.04 &#8220;Feisty Fawn&#8221; my sound card stopped working. The only mixer options available are related to the built in 56k dial up modem. My A100 uses an ATI SB450 soundcard, which worked out of the box in 6.06, 6.10, and the early beta stages of [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.apeman.org/wp-content/uploads/2007/04/satpro_a100.jpg" alt="satpro_a100.jpg" align="left" />After upgrading my <strong>Toshiba Satellite Pro A100 laptop</strong> to Ubuntu 7.04 &#8220;Feisty Fawn&#8221; my sound card stopped working. The only mixer options available are related to the built in 56k dial up modem.</p>
<p>My A100 uses an  ATI <span class="highlight">SB450 soundcard, which worked out of the box in 6.06, 6.10, and the early beta stages of 7.04. From what I can see, this problem is related to the release kernel not detecting the sound card model correctly.</span></p>
<p><span id="more-147"></span></p>
<p>After searching the <a href="http://ubuntuforums.org/showthread.php?t=415821&amp;highlight=SB450+HDA+Audio" target="_blank">Ubuntu forums</a>, and <a href="https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.20/+bug/103379" target="_blank">Launchpad</a>, I found this fix posted by Ubuntu forums member &#8220;<a href="http://ubuntuforums.org/member.php?u=182080" target="_blank" class="bigusername">djails</a>&#8220;:</p>
<blockquote><p>sudo rmmod snd-hda-intel</p>
<p>sudo modprobe snd-hda-intel probe_mask=8 model=auto</p></blockquote>
<p>After running the above commands, your sound card should now work, however, these changes are not permanent, to make the above changes permanent, add the following line to the bottom of /etc/modprobe.d/alsa-base:</p>
<blockquote><p>options snd-hda-intel probe_mask=8 model=auto</p></blockquote>
<p>After applying these changes, all components of the Toshiba Satellite Pro A100 appear to be working, including the built in wireless card.</p>
<p>If you need help with your soundcard, or Satellite Pro A100, post below and I will do my best to help out.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.apeman.org/2007/04/28/147/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Automatix2 for Ubuntu 7.04 (Feisty Fawn)</title>
		<link>http://www.apeman.org/2007/04/09/143/</link>
		<comments>http://www.apeman.org/2007/04/09/143/#comments</comments>
		<pubDate>Tue, 10 Apr 2007 01:34:14 +0000</pubDate>
		<dc:creator>apeman</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.apeman.org/2007/04/09/143/</guid>
		<description><![CDATA[Automatix2 for Ubuntu 7.04 Feisty Fawn i386 has been released. Get it while its hot! Automatix adds an easy to use interface for installing 3rd party packages that are not maintained by Ubuntu, or the Ubuntu community, these typically consist of commercial packes such as Google Earth, Windows Media Codecs etc. Here is the quick [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.apeman.org/2007/02/24/141/ubuntu-300png/" rel="attachment wp-att-140" title="ubuntu-300.png"><img src="http://www.apeman.org/wp-content/uploads/2007/02/ubuntu-300.png" alt="ubuntu-300.png" align="left" /></a>Automatix2 for Ubuntu 7.04 Feisty Fawn i386 has been released. Get it while its hot!</p>
<p>Automatix adds an easy to use interface for installing 3rd party packages that are not maintained by Ubuntu, or the Ubuntu community, these typically consist of commercial packes such as Google Earth, Windows Media Codecs etc.</p>
<p>Here is the quick and dirty way to get started with Ubuntu Feisty Fawn (7.04):</p>
<ol>
<li> sudo apt-get install python (if you do not already have python 2.4 installed)</li>
<li>wget http://www.getautomatix.com/apt/dists/feisty/main/binary-i386/automatix2_1.1-3.5-7.04feisty_i386.deb</li>
<li> sudo dpkg -i automatix2_1.1-3.5-7.04feisty_i386.deb</li>
<li> automatix2</li>
</ol>
<p>Follow the directions on screen and enjoy. Please note that Ubuntu Feisty Fawn, 7.04 is currently beta.</p>
<p><a href="http://www.getautomatix.com/forum/index.php?showtopic=921">read more</a> | <a href="http://digg.com/linux_unix/Automatix2_for_Ubuntu_7_04_Feisty_Fawn_i386_has_been_released">digg story</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.apeman.org/2007/04/09/143/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Migrating from Windows to Linux</title>
		<link>http://www.apeman.org/2007/02/23/139/</link>
		<comments>http://www.apeman.org/2007/02/23/139/#comments</comments>
		<pubDate>Fri, 23 Feb 2007 07:03:42 +0000</pubDate>
		<dc:creator>apeman</dc:creator>
				<category><![CDATA[DIY]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.apeman.org/2007/02/23/139/</guid>
		<description><![CDATA[Chris Walden guides you through a nine-part IBM Developer-Works series on moving your operational skills from a Windows Enviroment to Linux. If you were thinking of making the jump to a Linux desktop instead of upgrading to Vista, this is a great place to start. read more &#124; digg story]]></description>
			<content:encoded><![CDATA[<p>Chris Walden guides you through a nine-part IBM Developer-Works series on moving your operational skills from a Windows Enviroment to Linux. If you were thinking of making the jump to a Linux desktop instead of upgrading to Vista, this is a great place to start.</p>
<p><a href="http://www-128.ibm.com/developerworks/linux/library/l-roadmap.html">read more</a> | <a href="http://digg.com/linux_unix/Tutorial_showing_how_to_move_from_Windows_to_Linux_sponsored_by_IBM">digg story</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.apeman.org/2007/02/23/139/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google SketchUp 6 now available</title>
		<link>http://www.apeman.org/2007/01/09/133/</link>
		<comments>http://www.apeman.org/2007/01/09/133/#comments</comments>
		<pubDate>Wed, 10 Jan 2007 04:49:17 +0000</pubDate>
		<dc:creator>apeman</dc:creator>
				<category><![CDATA[DIY]]></category>
		<category><![CDATA[Home Improvement]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://www.apeman.org/2007/01/09/133/</guid>
		<description><![CDATA[The venerable Google SketchUp version 6 is now available. SketchUp is probably the best, free 3D design tool available. I use it to plan woodworking projects, landscape layout, solving problems before you waste materials. The only thing missing from SketchUp is a Linux version. Download SketchUp here]]></description>
			<content:encoded><![CDATA[<p>The venerable Google SketchUp version 6 is now available. SketchUp is probably the best, free 3D design tool available. I use it to plan woodworking projects, landscape layout, solving problems before you waste materials. The only thing missing from SketchUp is a Linux version.<br />
<a href="http://sketchup.google.com/">Download SketchUp here </a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.apeman.org/2007/01/09/133/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Mount Your Windows Partitons; read,writable using Ubuntu</title>
		<link>http://www.apeman.org/2006/11/13/126/</link>
		<comments>http://www.apeman.org/2006/11/13/126/#comments</comments>
		<pubDate>Tue, 14 Nov 2006 00:08:50 +0000</pubDate>
		<dc:creator>apeman</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.apeman.org/2006/11/13/126/</guid>
		<description><![CDATA[via digg: This is very simple tutorial how to mount your NTFS and FAT partitions under Ubuntu with read and write access. Note: The Ubuntu installer will mount NTFS and DOS partitions as read only by default, under /media/ read more &#124; digg story]]></description>
			<content:encoded><![CDATA[<blockquote><p><em>via <a href="http://ww.digg.com/">digg</a>:<br />
This is very simple tutorial how to mount your NTFS and FAT partitions under Ubuntu with read and write access.</em></p></blockquote>
<p>Note: The Ubuntu installer will mount NTFS and DOS partitions as read only by default, under /media/<br />
<a href="http://www.debianadmin.com/mount-your-widows-partitions-and-make-it-readwritable-in-ubuntu.html">read more</a> | <a href="http://digg.com/linux_unix/Ubuntu_Tricks_How_to_Mount_Your_Windows_Partitons_make_it_read_writable">digg story</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.apeman.org/2006/11/13/126/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Ubuntu tips and workarounds</title>
		<link>http://www.apeman.org/2006/10/30/123/</link>
		<comments>http://www.apeman.org/2006/10/30/123/#comments</comments>
		<pubDate>Tue, 31 Oct 2006 05:04:08 +0000</pubDate>
		<dc:creator>apeman</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.apeman.org/2006/10/30/123/</guid>
		<description><![CDATA[Here are some solutions that I have found to some common problems with Ubuntu Edgy Eft. All of them are easy fixes that you can do in about 5 minutes. Installing the Citrix ICA client. The Citrix ICA client does not work out of the box on Ubuntu Edgy Eft. The problem is that it [...]]]></description>
			<content:encoded><![CDATA[<p><img id="image122" alt="edgythumb.jpg" src="http://www.apeman.org/wp-content/uploads/2006/10/edgythumb.jpg" align="right" />Here are some solutions that I have found to some common problems with <a href="http://www.ubuntu.com">Ubuntu</a> Edgy Eft. All of them are easy fixes that you can do in about 5 minutes.</p>
<p>Installing the Citrix ICA client. The Citrix ICA client does not work out of the box on Ubuntu Edgy Eft. The problem is that it relies on Motif for the setup and management GUI. Here are the steps. To start, you need to download client from <a href="http://www.citrix.com/">Citrix</a> and unpack in its own folder.</p>
<blockquote><p>sudo apt-get install libmotif3<br />
sudo ./setupwfc</p></blockquote>
<p>Flash keeps crashing Firefox. I noticed that after I had installed the flash player plugin, sites with flash ads would crash my browser. For some reason, the OEM/Alternate install CD set my graphics card to use 16 bit colour. To fix this, I had to change the default depth from 16 to 24 and everything is fine so far.</p>
<p><span id="more-123"></span></p>
<p>A must have for Edgy Eft is <a href="http://www.getautomatix.com/">Automatix</a>. Automatix gives you all the &#8220;good&#8221; stuff that you cannot get for various reasons, it is a must have for Ubuntu. To install Automatix2, follow the steps below:<br />
Add the following line to /etc/apt/sources.list:</p>
<blockquote><p>deb http://www getautomatix.com/apt edgy main to /etc/apt/sources</p></blockquote>
<p>Then, issue the following commands:</p>
<blockquote><p>sudo apt-get install automatix2<br />
automatix2</p></blockquote>
<p>If you need to connect to more than one wireless network with any frequency, then you need to install and use <a href="http://wifi-radar.systemimager.org/">wifi-radar</a>. This handy little utility is the easiest and most reliable way to go from hotspot to hotspot with ease. I tried to use the built in wireless configuration tool and found that it caused problems with my wireless card.</p>
<p>Once started, wifi-radar will find your preferred wireless network and automatically connect to it. To install wifi-radar, issue the following command:</p>
<blockquote><p>sudo apt-get install wifi-radar</p></blockquote>
<p>That&#8217;s all I have so far. If you have something essential that you want to share, or you need help with any of the above, feel free to post a comment below and I will do my best to help.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.apeman.org/2006/10/30/123/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ubuntu 6.10 &#8220;Edgy Eft&#8221; Released</title>
		<link>http://www.apeman.org/2006/10/27/120/</link>
		<comments>http://www.apeman.org/2006/10/27/120/#comments</comments>
		<pubDate>Sat, 28 Oct 2006 04:33:29 +0000</pubDate>
		<dc:creator>apeman</dc:creator>
				<category><![CDATA[DIY]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.apeman.org/2006/10/27/120/</guid>
		<description><![CDATA[The latest version of Ubuntu was just released yesterday, and it does not disappoint. The most noticeable changes are to the artwork. This is the best looking Ubuntu release to date, and one of the most consistently themed desktop Linux distribution available. One of the most significant changes was made under the hood. &#8220;init.d&#8221; has [...]]]></description>
			<content:encoded><![CDATA[<p><img align="right" id="image122" alt="edgythumb.jpg" src="http://www.apeman.org/wp-content/uploads/2006/10/edgythumb.jpg" />The latest version of <a href="http://www.ubuntu.com">Ubuntu</a> was just released yesterday, and it does not disappoint. The most noticeable changes are to the artwork. This is the best looking Ubuntu release to date, and one of the most consistently themed desktop Linux distribution available.</p>
<p>One of the most significant changes was made under the hood. &#8220;init.d&#8221; has been replaced by &#8220;<a href="https://wiki.ubuntu.com/ReplacementInit">Upstart</a>&#8221; which cuts the normal boot up time in half.</p>
<p>The major changes include:</p>
<ul>
<li>GNOME 2.16</li>
<li>TomBoy</li>
<li>F-Spot</li>
<li>Evolution 2.8.0</li>
<li>Firefox 2.0 (just released October 24th)</li>
<li>Open Office 2.0.4</li>
<li>Gaim 2.0 Beta 3.1</li>
<li>Orca</li>
<li>A new theme</li>
<li>Rounded window borders</li>
<li>Upstart</li>
</ul>
<p><span id="more-120"></span></p>
<p>And with the release of Edgy Eft we also get a new version of <a href="http://www.getautomatix.com/">Automatix</a>, which is much more refined. I have been running the release canidate for Edgy for a couple of weeks now, and my laptop has been running much smoother than it was before with Dapper.</p>
<p>If you want to upgrade your existing Dapper Drake (6.06) install, you can do so by entering the following command in a terminal window:</p>
<blockquote><p>sudo update-manager -c</p></blockquote>
<p>All the packages will be downloaded and installed on your machine. Make sure that you have a fast connection or you could be waiting a while.</p>
<p>So far everything on my <a href="http://www.apeman.org/2006/08/27/108/">Toshiba Satellite Pro A100</a> works (with the exceptions of the FnFx keys), originally 6.06, upgraded to 6.10 with the command above.  My workstation also works great, and it was installed from scratch with the release cd.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.apeman.org/2006/10/27/120/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 6.06 LTS on a Toshiba Satellite Pro A100</title>
		<link>http://www.apeman.org/2006/08/27/108/</link>
		<comments>http://www.apeman.org/2006/08/27/108/#comments</comments>
		<pubDate>Sun, 27 Aug 2006 21:48:38 +0000</pubDate>
		<dc:creator>apeman</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[reviews]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.apeman.org/2006/08/27/108/</guid>
		<description><![CDATA[I recently got a Toshiba Satellite Pro A100 notebook for work, and as a first matter of business I had to check and see and see how well Linux would run on it. I decided to install Ubuntu 6.06 LTS because I need this latptop for work, and on the job I have little time [...]]]></description>
			<content:encoded><![CDATA[<p><a href="/wp-content/uploads/2006/08/laptop-screen-large.jpg"><img align="right" id="image109" alt="laptop-screen-small.jpg" src="http://www.apeman.org/wp-content/uploads/2006/08/laptop-screen-small.jpg" /></a>I recently got a Toshiba Satellite Pro A100 notebook for work, and as a first matter of business I had to check and see and see how well Linux would run on it.  I decided to install Ubuntu 6.06 LTS because I need this latptop for work, and on the job I have little time to tweak and fiddle with settings, drivers and hardware. I need everything to work, and in my opinion Ubuntu Linux is the most polished and &#8220;finished&#8221; desktop available today.</p>
<p>Using the installer on the live CD I was able to resize the current XP Pro partition (just in case), and install Ubuntu. Everything was done in about 30 minutes and I now had a working Linux laptop.</p>
<p><span id="more-108"></span></p>
<p>Sound, Video, Lan, and the DVD+/-RW all worked out of the box. The only piece of  hardware that did not work out of the box was the built in wireless card ( an Atheros AR5006GE). Atheros cards are normally supported by the &#8220;MadWifi&#8221; open source driver, but this card is &#8220;too new&#8221; at the momment. But thankfully, Ubuntu installs ndiswrapper by default which you can use to wrap around the windows driver. By default, ubuntu should have mounted your XP Pro partition under /media/sda1 and all that is required is to run a couple of commands, and ndiswrapper will make a copy of the driver in /etc/ndiswrapper for you.<br />
To active ndiswrapper, issue the following commands:</p>
<pre>sudo apt-get install ndiswrapper-utils</pre>
<pre>sudo ndiswrapper -i "/mnt/sda1/Program Files/Atheros/driver/net5211.inf"</pre>
<pre>sudo ndiswrapper -m</pre>
<pre>sudo modprobe ndiswrapper</pre>
<p>At this point there should now be a wlan0 interface available on your system.</p>
<p>There is one small bug however, and as of yet, I am unsure if it is related to madwifi or not. If you try to connect to a WEP protected AP it will try to associate in restricted mode. (Both of my access points do not use restricted mode). The workaround for this is to put the card into open mode (which still allows wep encryption):</p>
<pre>sudo iwconfig wlan0 key open</pre>
<p>The other manual setup that you will want to do is to setup the ATI card in the laptop, doing this will give you accelerated 3d graphics (which is great for google earth!).</p>
<p>To install the ATI Drivers, install the fglrx packages from synaptic package manager. You can find synaptic under System &#8211; > Administration -> Synaptic Package Manager. Do a search within Synaptic for &#8220;fglrx&#8221; and install the associated packages. Once fglrx is installed, run the following command:</p>
<pre>sudo aticonfig</pre>
<p>This program will setup and configure the ATI Drivers to work with Xorg giving you 2D acceleration and Hardware Open GL Support.</p>
<p>So far everything works well and I am quite happy with this notebook, considering that it is currently retailing at the big box electronics stores for $699.00 Canadian. The specs on the notebook are:</p>
<ul>
<li>Intel Celeron M 410 @ 1.4Ghz</li>
<li>512MB DDR2 Ram</li>
<li>60 GB Hard drive</li>
<li>ATI Radeon Express 200m Mobile Graphics</li>
<li>Integrated Lan and WLAN.</li>
<li>1 PCMCIA Type II slot</li>
<li>4 USB ports</li>
<li>DVD +/- RW Drive</li>
<li>15.4&#8243; widescreen display. (1280&#215;800)</li>
</ul>
<p>If you have any questions about running Ubuntu Linux on your Toshiba Satellite Pro A100, or if I have missed something, please post below and I will do my best to help.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.apeman.org/2006/08/27/108/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
	</channel>
</rss>

