<?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>llynix.com &#187; Linux</title>
	<atom:link href="http://llynix.com/category/articles/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://llynix.com</link>
	<description>Code, Rants and Ramblings</description>
	<lastBuildDate>Mon, 15 Feb 2010 00:17:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>I Bid Adieu, Ubuntu</title>
		<link>http://llynix.com/articles/i-bid-adieu-ubuntu/</link>
		<comments>http://llynix.com/articles/i-bid-adieu-ubuntu/#comments</comments>
		<pubDate>Sat, 26 Jul 2008 19:56:35 +0000</pubDate>
		<dc:creator>Llynix</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://llynix.com/articles/linux/i-bid-adieu-ubuntu/</guid>
		<description><![CDATA[Yesterday I threw in the towel.  I&#8217;ve been having problems with ACPI on my new Ubuntu partition.  I&#8217;ve got other small problems but the ACPI ones are really the deal breaker.  A laptop that can&#8217;t hibernate isn&#8217;t much of a laptop.
I&#8217;ve been digging through the articles and online trying to come up [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday I threw in the towel.  I&#8217;ve been having problems with <a href="http://en.wikipedia.org/wiki/ACPI">ACPI</a> on my new Ubuntu partition.  I&#8217;ve got other small problems but the ACPI ones are really the deal breaker.  A laptop that can&#8217;t hibernate isn&#8217;t much of a laptop.</p>
<p>I&#8217;ve been digging through the articles and online trying to come up with solutions to the problem.  Maybe I could help debug or a patch existed.</p>
<p>I couldn&#8217;t find much, except that it was likely to be some sort of weird hardware problem that was nobody&#8217;s fault.  Some advice seemed to recommend trying the latest kernel out.</p>
<p>So yesterday I followed the instructions and upgraded my system to Intrepid Ibex.  At first it seemed to go very smoothly, but then there were problems generating menu.lst and some of the packages failed.  I tried manually editing menu.lst but upon booting up the newer kernel seemed to fail with my video card.</p>
<p>The system sort of works right now, although it seems to have problems shutting down or restarting.  I can boot using the older kernel.  So I&#8217;m going to keep around the system for a few in case I need a handy Linux box.</p>
<p>Of course after I did all this Ubuntu released <a href="http://www.ubuntu.com/testing/intrepid/alpha3">alpha 3 of Intrepid Ibex</a>.  Perhaps the LiveCD of the new version will fair better, for now though I&#8217;m taking a break and going back to the slower, more sluggish but more compatible Vista system.</p>
]]></content:encoded>
			<wfw:commentRss>http://llynix.com/articles/i-bid-adieu-ubuntu/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Ubuntu Evolution Email Uninstall</title>
		<link>http://llynix.com/articles/ubuntu-evolution-email-uninstall/</link>
		<comments>http://llynix.com/articles/ubuntu-evolution-email-uninstall/#comments</comments>
		<pubDate>Thu, 24 Jul 2008 17:00:14 +0000</pubDate>
		<dc:creator>Llynix</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://llynix.com/articles/linux/ubuntu-evolution-email-uninstall/</guid>
		<description><![CDATA[Recently Ubuntu pushed some new kernel files and an update to evolution to me.  I didn&#8217;t want evolution so I did what I could to rip it out because unfortunately it is tied to the OS.
This really should have been easy, but if you try to remove it will come up with dependencies.  [...]]]></description>
			<content:encoded><![CDATA[<p>Recently Ubuntu pushed some new kernel files and an update to evolution to me.  I didn&#8217;t want evolution so I did what I could to rip it out because unfortunately it is tied to the OS.</p>
<p>This really should have been easy, but if you try to remove it will come up with dependencies.  So I opened up Synaptic Package Manager and this is what I did.  The following applies to 8.04.1 Hardy Heron.</p>
<p>Packages I removed:<br />
evolution-common<br />
evolution-data-server<br />
evolution-plugins<br />
libedata-book1.2-2<br />
libedata-cal1.2-6<br />
libegroupwise1.2-13<br />
libexchange-storage1.2-3<br />
libgdata1.2-1<br />
libgdata-google1.2-1</p>
<p>Packages I upgraded:<br />
libecal1.2-7<br />
libedataserverui1.2-8<br />
evolution-data-server-common</p>
<p>Just thought it might be helpful to anyone else wanting to rip Evolution out.  So far I haven&#8217;t noticed any problems at all.</p>
]]></content:encoded>
			<wfw:commentRss>http://llynix.com/articles/ubuntu-evolution-email-uninstall/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 7zip</title>
		<link>http://llynix.com/articles/ubuntu-7zip/</link>
		<comments>http://llynix.com/articles/ubuntu-7zip/#comments</comments>
		<pubDate>Wed, 23 Jul 2008 17:00:48 +0000</pubDate>
		<dc:creator>Llynix</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://llynix.com/articles/linux/ubuntu-7zip/</guid>
		<description><![CDATA[Most Linux systems have native support for the major archive types.  But in order to get .7z files to work in Ubuntu Hardy Heron do the following:
System -> Administration -> Synaptic Package Manage
Search for p7zip and install
Now they should work just fine.
]]></description>
			<content:encoded><![CDATA[<p>Most Linux systems have native support for the major archive types.  But in order to get .7z files to work in Ubuntu Hardy Heron do the following:</p>
<p>System -> Administration -> Synaptic Package Manage</p>
<p>Search for p7zip and install</p>
<p>Now they should work just fine.</p>
]]></content:encoded>
			<wfw:commentRss>http://llynix.com/articles/ubuntu-7zip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Putty to Linux OpenSSH</title>
		<link>http://llynix.com/articles/windows-putty-to-linux-openssh/</link>
		<comments>http://llynix.com/articles/windows-putty-to-linux-openssh/#comments</comments>
		<pubDate>Tue, 22 Jul 2008 17:00:25 +0000</pubDate>
		<dc:creator>Llynix</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://llynix.com/articles/linux/windows-putty-to-linux-openssh/</guid>
		<description><![CDATA[One of the hurdles I needed to tackle in my move to Linux was making my ssh keys work.  It took a little digging but eventually I figured out the process.
Download puttygen.exe for windows.  Open up your ssh keys with puttygen and choose export.  Export them as OpenSSH keys.
Copy these keys over [...]]]></description>
			<content:encoded><![CDATA[<p>One of the hurdles I needed to tackle in my move to Linux was making my ssh keys work.  It took a little digging but eventually I figured out the process.</p>
<p>Download <a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html">puttygen.exe</a> for windows.  Open up your ssh keys with puttygen and choose export.  Export them as OpenSSH keys.</p>
<p>Copy these keys over to linux and put them in <em>~/.ssh</em></p>
<p>Create the text file <em>~/.ssh/config</em></p>
<p>Put the following block for each key.</p>
<p><code><br />
Host shortname<br />
HostName myserver.com<br />
User username<br />
IdentityFile ~/.ssh/myserver.key<br />
</code></p>
<p>Host holds an alias for your ssh config.  Now to connect to a particular server just envoke <em>ssh shortname</em></p>
<p>Pretty simple.</p>
]]></content:encoded>
			<wfw:commentRss>http://llynix.com/articles/windows-putty-to-linux-openssh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Playing with Radiohead</title>
		<link>http://llynix.com/articles/playing-with-radiohead/</link>
		<comments>http://llynix.com/articles/playing-with-radiohead/#comments</comments>
		<pubDate>Sat, 19 Jul 2008 17:00:31 +0000</pubDate>
		<dc:creator>Llynix</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://llynix.com/articles/linux/playing-with-radiohead/</guid>
		<description><![CDATA[You may of heard of Radiohead&#8217;s latest video House of Cards.  Instead of using traditional cameras they used 3d plotters.  In addition they released the raw data along with example code.
You can download the code from Google code.  And there is a Radiohead YouTube group created especially for fan made videos.
I managed [...]]]></description>
			<content:encoded><![CDATA[<p><a href='http://llynix.com/wp-content/uploads/2008/07/thom.jpg' title='Thom’s Digitized Head'><img src='http://llynix.com/wp-content/uploads/2008/07/thom.thumbnail.jpg' alt='Thom’s Digitized Head'  class="imagelink" style="float:left;" /></a>You may of heard of Radiohead&#8217;s latest video <a href="http://www.youtube.com/watch?v=8nTFjVm9sTQ">House of Cards</a>.  Instead of using traditional cameras they used 3d plotters.  In addition they released the raw data along with example code.</p>
<p>You can download the code from <a href="http://code.google.com/creative/radiohead/">Google code</a>.  And there is a <a href="http://www.youtube.com/groups_videos?name=houseofcards">Radiohead YouTube group</a> created especially for fan made videos.</p>
<p>I managed to get the examples running on Ubuntu 8.04.1 Hardy Heron.  The jikes included with the package did not work, instead install jikes via the Synaptic Package Manager.  Then rename your jikes to jikes.old and create a symbolic link:  <em>ln -s /usr/bin/jikes jikes</em></p>
<p>Now you can run processing.  To get the Radiohead data working follow the various README instructions.</p>
<p>And if you want to take it a step further, here is a list of links for everything I could find:</p>
<ul>
<li>Here’s a <a href="http://www.pyjax.net/blog/1/2008/07/15/converting-radioheads-house-cards-laser-data-x3d/">little Python script</a> for converting Radiohead’s 3D laser data into an X3D file.</li>
<li>This page features <a href="http://ano.malo.us/tag/house-of-cards">three different demos</a> using different programs.</li>
<li>Here is a <a href="http://code.google.com/p/hocgl/">C++ program</a> to visualize the data.</li>
<li><a href="http://partiallyfrozen.com/?p=20">Partially Frozen</a> has a very nice demo done with an application called Krakatoa.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://llynix.com/articles/playing-with-radiohead/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automatic Login with Ubuntu</title>
		<link>http://llynix.com/articles/automatic-login-with-ubuntu/</link>
		<comments>http://llynix.com/articles/automatic-login-with-ubuntu/#comments</comments>
		<pubDate>Fri, 18 Jul 2008 17:13:02 +0000</pubDate>
		<dc:creator>Llynix</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://llynix.com/articles/linux/automatic-login-with-ubuntu/</guid>
		<description><![CDATA[After a few days of playing with my Unbuntu installation I finally found the automatic login options:  For Hardy Heron 8.04.1
System->Administration->Login Window
Local Tab &#8212; Changes look
Security Tab &#8212; Allows auto login
Nice, but when I rebooted I was just given an equally annoying prompt which asked for my keyring password.  I found this answer [...]]]></description>
			<content:encoded><![CDATA[<p>After a few days of playing with my Unbuntu installation I finally found the automatic login options:  For Hardy Heron 8.04.1</p>
<p>System->Administration->Login Window<br />
Local Tab &#8212; Changes look<br />
Security Tab &#8212; Allows auto login</p>
<p>Nice, but when I rebooted I was just given an equally annoying prompt which asked for my keyring password.  I found this answer in this <a href="http://ubuntuforums.org/showpost.php?p=5032007&#038;postcount=9">forum post</a>.  You can just delete your unlock password entirely.</p>
<p>System > Preferences > Encryption and Keyrings<br />
Under Password Keyrings click on &#8220;login Automatically unlocked when user logs in.&#8221;<br />
Click &#8220;Change Unlock Password&#8221;<br />
Enter your old password, but leave the new password blank.</p>
<p>And now you have a normal insecure auto-login.</p>
]]></content:encoded>
			<wfw:commentRss>http://llynix.com/articles/automatic-login-with-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating a Custom menu.lst for Grub</title>
		<link>http://llynix.com/articles/creating-a-custom-menulst-for-grub/</link>
		<comments>http://llynix.com/articles/creating-a-custom-menulst-for-grub/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 17:00:13 +0000</pubDate>
		<dc:creator>Llynix</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://llynix.com/articles/linux/creating-a-custom-menulst-for-grub/</guid>
		<description><![CDATA[It always starts with a screwup.  When I first set up my Ubuntu installation Grub automatically set up a menu which looked like this:

Ubuntu 8.04.1, kernel 2.6.24-19-generic
Ubuntu 8.04.1, kernel 2.6.24-19-generic (recovery mode)
Ubuntu 8.04.1, memtest86+
Other operating systems:
Windows Vista/Longhorn (loader)
Windows Vista/Longhorn (loader)

When I set up my partitions I decided against better judgment to leave my system [...]]]></description>
			<content:encoded><![CDATA[<p>It always starts with a screwup.  When I first set up my Ubuntu installation Grub automatically set up a menu which looked like this:<br />
<code><br />
Ubuntu 8.04.1, kernel 2.6.24-19-generic<br />
Ubuntu 8.04.1, kernel 2.6.24-19-generic (recovery mode)<br />
Ubuntu 8.04.1, memtest86+<br />
Other operating systems:<br />
Windows Vista/Longhorn (loader)<br />
Windows Vista/Longhorn (loader)<br />
</code><br />
When I set up my partitions I decided against better judgment to leave my system restore partition alone. Now I knew that was what Grub was picking up as the extra partition but I wasn&#8217;t sure which one.  So I stupidly decided to choose the first one.</p>
<p>Apparently the system restore partition mucks with your bootstrap even if you cancel, because after I quit out of it Grub just repeatedly returned Error 17.  I remedied this by following the command line instructions at the <a href="https://help.ubuntu.com/community/GrubHowto#Backup,%20Repairing%20and%20Reinstalling%20GRUB">Ubuntu GrubHowTo</a>.</p>
<p><img src='http://llynix.com/wp-content/uploads/2008/07/grub1ik7.thumbnail.png' alt='Grub Splash' style="float:left;padding-right:10px;" /><br />
This gave me the excuse I needed to do a little work on my menu.lst.  First I added a <a href='http://llynix.com/wp-content/uploads/2008/07/grub1ik7.png' title='Grub Splash'>Grub splash image</a> I stole from a <a href="http://forum.ubuntuusers.de/topic/85479/">German Ubuntu forum</a>.  I had to load this png file up in Gimp and save it as a xpm, then gzip the file which I found an option for in a right click context menu.  Next I opened up a terminal and su&#8217;d to root to copy the file to /boot/grub as splash.xpm.gz and to nano menu.lst to which I added the line:</p>
<p><code><br />
splashimage=(hd0,2)/boot/grub/splash.xpm.gz<br />
</code></p>
<p>This worked perfectly, however I wanted to add a little color to the mix.  Beware!  The color tag does not work with a splash image, in fact on my machine the color tag caused me a major headache as I hadn&#8217;t commented it out.  Apparently it buggers up the foreground and background tag.  Which is how your supposed to set colors:</p>
<p><code><br />
background  = 8fc3c2<br />
foreground  = 000000<br />
</code></p>
<p>This sets my background to a weird blue-gray and my foreground to black.</p>
<p>Finally I reorganized and renamed my entries.  I was kind of upset that Grub doesn&#8217;t seem to allow whitespace at the beginning of an entry but I fixed that with a dash.  It now looks like:<br />
<code><br />
Ubuntu 8.04.1, kernel 2.6.24-19-generic<br />
Windows Vista/Longhorn (loader)<br />
---------------Maintenance---------------<br />
Ubuntu 8.04.1, kernel 2.6.24-19-generic (recovery mode)<br />
Ubuntu 8.04.1, memtest86+<br />
Recovery Drive (Damages Grub)<br />
</code></p>
<p>I probably should have modified the names a bit more.</p>
]]></content:encoded>
			<wfw:commentRss>http://llynix.com/articles/creating-a-custom-menulst-for-grub/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ubuntu Update</title>
		<link>http://llynix.com/articles/ubuntu-update/</link>
		<comments>http://llynix.com/articles/ubuntu-update/#comments</comments>
		<pubDate>Tue, 15 Jul 2008 03:44:39 +0000</pubDate>
		<dc:creator>Llynix</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://llynix.com/writings/tech/ubuntu-update/</guid>
		<description><![CDATA[It&#8217;s now day two of my Ubuntu quest and I&#8217;ve made pretty good progress.  After following this Wolfenstein Enemy Territory tutorial I&#8217;ve gotten it to work but I still have to work on a way to add echo &#8220;et.x86 0 0 direct&#8221; > /proc/asound/card0/pcm0p/oss to my startup so sound works all the time.  [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s now day two of my Ubuntu quest and I&#8217;ve made pretty good progress.  After following this <a href="https://help.ubuntu.com/community/EnemyTerritory">Wolfenstein Enemy Territory</a> tutorial I&#8217;ve gotten it to work but I still have to work on a way to add <em>echo &#8220;et.x86 0 0 direct&#8221; > /proc/asound/card0/pcm0p/oss</em> to my startup so sound works all the time.  I also managed to copy my profile from my windows drive so it saved my settings and experience.</p>
<p>Speaking of profiles I also copies my Firefox profile over.  The <a href="http://support.mozilla.com/en-US/kb/Profiles">profile instructions</a> at Mozilla were very helpful, especially after I figured out that the page was auto-adjusting it&#8217;s locations depending on my operating system.  Later I found the buttons on the top that allow you to manually override.  Pretty snazzy.</p>
<p>I have managed to &#8216;crash&#8217; the system a few times.  Enemy Territory seems to cause some graphics problems.  I also haven&#8217;t had much luck with streaming Windows Media Video.  Both Totem and VLC will read the video but both seem to cause graphic instability and crashes.</p>
<p>Also Gnome seems to like ditching title bars from time to time.  I&#8217;ve found a logout and re-login work to get it back it place.</p>
<p>I&#8217;m actually a bit surprised at the crashes and quirks.  I knew there would be issues, but I expected Linux to die gracefully and perhaps offer some information.  It looks like I&#8217;m going to have to do some digging if I&#8217;m going to get to the bottom of it.</p>
<p>Also Linux doesn&#8217;t seem to know if I have my headphones plugged in at boot.  I remember Windows also doing this and me needing some stupid driver loaded in the background to make it work correctly.  This is a minor annoyance though which is easily remedied by unplugging and plugging back in the headphones.</p>
]]></content:encoded>
			<wfw:commentRss>http://llynix.com/articles/ubuntu-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hope for Ubuntu on the Acer &#8211; Part 2</title>
		<link>http://llynix.com/articles/hope-for-the-acer-part-2/</link>
		<comments>http://llynix.com/articles/hope-for-the-acer-part-2/#comments</comments>
		<pubDate>Sun, 13 Jul 2008 17:40:47 +0000</pubDate>
		<dc:creator>Llynix</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://llynix.com/writings/tech/hope-for-the-acer-part-2/</guid>
		<description><![CDATA[So I&#8217;m writing this on an Ubuntu LiveCD while it&#8217;s installing to a partition I set aside yesterday.  I must admit except for the wireless issue it appears that everything else works right.  The sound controls are functional, USB works fine, and power options are in place.  It&#8217;s actually very clean.  [...]]]></description>
			<content:encoded><![CDATA[<p>So I&#8217;m writing this on an Ubuntu LiveCD while it&#8217;s installing to a partition I <a href="http://llynix.com/writings/tech/hope-for-ubuntu-on-my-acer-aspire-part-1/">set aside yesterday</a>.  I must admit except for the wireless issue it appears that everything else works right.  The sound controls are functional, USB works fine, and power options are in place.  It&#8217;s actually very clean.  The screen dims after about 20 seconds of no use but lights up again as soon as I touch anything.  The touchpad works fine although Ubuntu didn&#8217;t magically know I like to set up the right button as a middle button and the right side of the touchpad as a right button.  The installer is chugging away now at around 70% putting it&#8217;s files on an ext3 formatted drive.  I opted for no swap partition as I know it&#8217;s easy to set that up later.  Although wireless is out wired networking worked perfectly find.</p>
<p>I&#8217;ll keep everyone updated&#8230;</p>
<p><strong>Update:</strong>  I managed to get the wifi working finally.  I followed the instructions on <a href="http://ubuntuforums.org/showthread.php?t=739998">this forum</a> except I downloaded the drivers I found <a href="http://tinyurl.com/265hyw">here</a>.  It took a bit of mucking around but finally it worked.  We&#8217;ll see how this develops the next few weeks.  Also note the wireless LED does not work.</p>
]]></content:encoded>
			<wfw:commentRss>http://llynix.com/articles/hope-for-the-acer-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hope for Ubuntu on my Acer Aspire &#8211; Part 1</title>
		<link>http://llynix.com/articles/hope-for-ubuntu-on-my-acer-aspire-part-1/</link>
		<comments>http://llynix.com/articles/hope-for-ubuntu-on-my-acer-aspire-part-1/#comments</comments>
		<pubDate>Sun, 13 Jul 2008 03:50:20 +0000</pubDate>
		<dc:creator>Llynix</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://llynix.com/writings/tech/hope-for-ubuntu-on-my-acer-aspire-part-1/</guid>
		<description><![CDATA[I&#8217;m writing this on a different computer because at the moment mine is being repartitioned.  Earlier today I downloaded the latest version of Ubuntu 8.04 LTS Desktop version and gave it a whirl.
Everything worked, that is except for the wireless card.  After some Googling I found plenty of links which direct me to [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m writing this on a different computer because at the moment mine is being repartitioned.  Earlier today I downloaded the latest version of <a href="http://www.ubuntu.com/">Ubuntu</a> 8.04 LTS Desktop version and gave it a whirl.</p>
<p>Everything worked, that is except for the wireless card.  After some Googling I found plenty of links which direct me to try out ndiswrapper which apparently does the trick.</p>
<p>So I&#8217;m attempting it.  Although currently I&#8217;m making room for it and shifting around my partitions to make a new one.  I&#8217;m using <a href="http://gparted.sourceforge.net/">Gparted</a> LiveCD 0.3.6-7 to assist me in the task.  So far everything seems good but it&#8217;s taking forever.  150 gigabytes of stuff apparently takes a while to move around.</p>
<p>I&#8217;ll keep everyone updated.  So far the current plan is to dual boot so hopefully I&#8217;ll still have my Frankenstein Vista copy safe and sound.</p>
]]></content:encoded>
			<wfw:commentRss>http://llynix.com/articles/hope-for-ubuntu-on-my-acer-aspire-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

