<?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>don't feed the seagulls &#187; Hardy Heron</title>
	<atom:link href="http://dontfeedtheseagulls.com/category/hardy-heron/feed/" rel="self" type="application/rss+xml" />
	<link>http://dontfeedtheseagulls.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Tue, 15 Feb 2011 03:21:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Installing VMware Server on Ubuntu 8.04 Hardy Heron</title>
		<link>http://dontfeedtheseagulls.com/2008/06/16/installing-vmware-server-on-ubuntu-804-hardy-heron/</link>
		<comments>http://dontfeedtheseagulls.com/2008/06/16/installing-vmware-server-on-ubuntu-804-hardy-heron/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 01:35:29 +0000</pubDate>
		<dc:creator>tstauffe</dc:creator>
				<category><![CDATA[Hardy Heron]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://dontfeedtheseagulls.com/?p=24</guid>
		<description><![CDATA[I found a great post at MakeTechEasier I changed it a little and posted it. You will be building kernel specific files so you need to have the proper header files installed for your kernel along with something to compile it. sudo apt-get install linux-headers-`uname -r` build-essential sudo apt-get install xinetd gcc-3.4 If you are [...]]]></description>
			<content:encoded><![CDATA[<p>I found a great post at <a href="http://maketecheasier.com/installing-vmware-server-in-hardy-heron/2008/04/29" target="_blank">MakeTechEasier</a> I changed it a little and posted it.</p>
<p>You will be building kernel specific files so you need to have the proper header files installed for your kernel along with something to compile it.</p>
<pre>sudo apt-get install linux-headers-`uname -r` build-essential
sudo apt-get install xinetd gcc-3.4</pre>
<p>If you are using 64 bits system, you have to install 32bit compatibility files</p>
<pre>sudo apt-get install ia32-libs</pre>
<p>Download <a href="http://www.vmware.com/download/server/" target="_blank">VMware Server 1.0.6</a></p>
<p>Download the patch file <a href="http://groups.google.com/group/vmkernelnewbies/files" target="_blank">vmware-any-any-update-116.tgz</a></p>
<p>Extract the downloaded files</p>
<pre>tar zxf vmware-any-any-update-116.tgz
tar xzf VMware-server-1.0.6-91891.tar.gz</pre>
<p>Run the VMware Server installer</p>
<pre>cd vmware-server-distrib
sudo ./vmware-install.pl</pre>
<p>You will be prompted to answer some questions. Press <strong>Enter</strong> to select the default answer. When it reaches the point that requires you to run <strong>vmware-config.pl</strong>, type <strong>No</strong>. The installer will exit.  Next, apply the patch</p>
<pre>cd vmware-any-any-update116
sudo ./runme.pl</pre>
<p>This time, press <strong>Enter</strong> for all the questions and enter <strong>Yes</strong> to run the <strong>vmware-comfig.pl</strong>.  Once it has finished compiling, you should now see the VMware console in your <em>Applications-&gt;Other</em>. The first time you run vmware use the console by typing <strong>vmware</strong> in the terminal. If there are any errors it will tell us. If it says it can&#8217;t find some files all we need to do is copy them from the /usr/lib directory.</p>
<pre>sudo cp /usr/lib/libpng12.so.0 /usr/lib/vmware/lib/libpng12.so.0/
sudo cp /lib/libgcc_s.so.1 /usr/lib/vmware/lib/libgcc_s.so.1/</pre>
<p>For 64 bit users</p>
<pre>sudo ln -s /usr/lib32 /usr/l32
sudo sed -i -e ’s/usr\/lib/usr\/l32/g’ /usr/lib32/gtk-2.0/2.10.0/loader-files.d/libgtk2.0-0.loaders
sudo sed -i -e ’s/usr\/lib/usr\/l32/g’ /usr/lib32/libgdk_pixbuf-2.0.so.0.1200.9</pre>
<p>That’s it. Your VMware Server should be working now.</p>
]]></content:encoded>
			<wfw:commentRss>http://dontfeedtheseagulls.com/2008/06/16/installing-vmware-server-on-ubuntu-804-hardy-heron/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Realtek ALC888 and Ubuntu Hardy Heron low audio problem</title>
		<link>http://dontfeedtheseagulls.com/2008/05/04/realtek-alc888-and-ubuntu-hardy-heron-low-audio-problem/</link>
		<comments>http://dontfeedtheseagulls.com/2008/05/04/realtek-alc888-and-ubuntu-hardy-heron-low-audio-problem/#comments</comments>
		<pubDate>Sun, 04 May 2008 16:26:49 +0000</pubDate>
		<dc:creator>tstauffe</dc:creator>
				<category><![CDATA[ALC888]]></category>
		<category><![CDATA[ALSA Mixer]]></category>
		<category><![CDATA[Hardy Heron]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://dontfeedtheseagulls.com/2008/05/04/realtek-alc888-and-ubuntu-hardy-heron-low-audio-problem/</guid>
		<description><![CDATA[Last night I installed Ubuntu 8.04 and I&#8217;m so impressed. I did the WbUI version. And let me tell you, It was the easiest OS install I have ever done. Everything is great only one problem. My audio was really quiet. I have an Realtek ALC888 chipset. I had to crank my speakers to get [...]]]></description>
			<content:encoded><![CDATA[<p>Last night I installed Ubuntu 8.04 and I&#8217;m so impressed. I did the WbUI version. And let me tell you, It was the easiest OS install I have ever done. Everything is great only one problem. My audio was really quiet. I have an Realtek ALC888 chipset. I had to crank my speakers to get a descent volume.</p>
<p>I found a solution.</p>
<p>Even through I have my speakers plugged into the &#8216;Green&#8217; standard front channel jack Ubuntu thinks it&#8217;s plugged into the side channel.</p>
<ol>
<li> Open up the ALSA mixer[double click on the speaker at the top by the time]</li>
<li>Click on Edit-&gt;Preferences</li>
<li>Check all of the output channels</li>
<li>Turn the volume up on all the devices till you find the right channel(be careful if you have your speakers still cranked or you&#8217;ll soil yourself)</li>
</ol>
<p>Thats it. Easy.</p>
]]></content:encoded>
			<wfw:commentRss>http://dontfeedtheseagulls.com/2008/05/04/realtek-alc888-and-ubuntu-hardy-heron-low-audio-problem/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

