<?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>Mike&#039;s Blabberings &#187; ubuntu</title>
	<atom:link href="http://www.mike-griffith.com/blog/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mike-griffith.com/blog</link>
	<description>on software, testing, and the web.</description>
	<lastBuildDate>Tue, 29 Jun 2010 14:37:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Installing Aventail VPN (and Sun Java6) on Ubuntu 10.04</title>
		<link>http://www.mike-griffith.com/blog/2010/05/installing-aventail-vpn-and-sun-java6-on-ubuntu-10-04/</link>
		<comments>http://www.mike-griffith.com/blog/2010/05/installing-aventail-vpn-and-sun-java6-on-ubuntu-10-04/#comments</comments>
		<pubDate>Sat, 01 May 2010 19:08:14 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[off topic]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.mike-griffith.com/blog/?p=479</guid>
		<description><![CDATA[The Aventail VPN client requires Sun Java to correctly function on Ubuntu.  For whatever reason, the OpenJDK is not sufficient, and the client exhibits numerous bugs.  Unfortunately, for Ubuntu 10.04 LTS, Canonical decided to move Sun Java to the partner repository.  It&#8217;s no-longer apt-get-able by default.
No worries, we can easily add the [...]]]></description>
			<content:encoded><![CDATA[<p>The Aventail VPN client requires Sun Java to correctly function on Ubuntu.  For whatever reason, the OpenJDK is not sufficient, and the client exhibits numerous bugs.  Unfortunately, for Ubuntu 10.04 LTS, Canonical <a href="http://www.ubuntu.com/getubuntu/releasenotes/1004#Sun%20Java%20moved%20to%20the%20Partner%20repository">decided to move Sun Java</a> to the partner repository.  It&#8217;s no-longer <code>apt-get</code>-able by default.</p>
<p>No worries, we can easily add the parter repository, then install Sun Java.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> add-apt-repository <span style="color: #ff0000;">&quot;deb http://archive.canonical.com/ lucid partner&quot;</span>
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> update
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> sun-java6-jre</pre></div></div>

<p>Once completed, the Aventail VPN installation can proceed.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">tar</span> xf AventailConnect-Linux.tar
<span style="color: #c20cb9; font-weight: bold;">sudo</span> .<span style="color: #000000; font-weight: bold;">/</span>install.sh</pre></div></div>

<p>If you did attempt to install Aventail using the OpenJDK, you&#8217;ll need to uninstall it and re-install after installing Sun Java.  See <code>/usr/local/Aventail/uninstall.sh</code>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mike-griffith.com/blog/2010/05/installing-aventail-vpn-and-sun-java6-on-ubuntu-10-04/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Hey Ubuntu, just to let you know, I&#8217;m about to bend you to my will</title>
		<link>http://www.mike-griffith.com/blog/2009/02/hey-ubuntu-just-to-let-you-know-im-about-to-bend-you-to-my-will/</link>
		<comments>http://www.mike-griffith.com/blog/2009/02/hey-ubuntu-just-to-let-you-know-im-about-to-bend-you-to-my-will/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 02:35:45 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[off topic]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.mike-griffith.com/blog/?p=269</guid>
		<description><![CDATA[
After fighting with Ubuntu Hardy 8.04 for months to get WIFI working, I finally found a Dell driver [0] that worked on my HP laptop through ndiswrapper [1].
A few hours later with success claimed, I decided to upgrade to Ubuntu Intrepid 8.10, assuming I had conquered all possible obstacles and that anything in the future [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.mike-griffith.com/blog/wp-content/uploads/2009/02/ubuntu.png" alt="ubuntu" title="ubuntu" width="202" height="55" class="alignright size-full wp-image-272" /></p>
<p>After fighting with Ubuntu Hardy 8.04 for months to get WIFI working, I finally found a Dell driver [0] that worked on my HP laptop through ndiswrapper [1].</p>
<p>A few hours later with success claimed, I decided to upgrade to Ubuntu Intrepid 8.10, assuming I had conquered all possible obstacles and that anything in the future would be pithy.  Little did I realize, I was in for a world of hurt, as Ubuntu decided to muck with the guts of video/display drivers between 8.04 and 8.10. </p>
<p>After an initial upgrade, I was stuck with 800&#215;600 resolution using the crappy built-in display drivers.  I tried to activate the restricted Nvidia driver, but it hung and nothing happened.  I went to Nvidia&#8217;s website, downloaded their open-source driver, installed it as they suggested, and rebooted.  It looked great at first &#8212; the resolution was back to normal at the login window, but as soon as I logged-in, the screen went blank.  Stumped, I pressed ctrl+alt+f1, then ctrl+alt+del to reboot.  I went into the terminal, restored the original /etc/X11/xorg.conf.backup, and was able to get back in, but back to 800&#215;600.</p>
<p>Two full days later, I&#8217;ve finally got 1280&#215;800 resolution back on my laptop.  It appears that the auto-detected settings from Nvidia in my xorg.conf put in faulty horizontal sync and vertical refresh settings.</p>
<p>The proper settings are:</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">    HorizSync       30.0 - 110.0
    VertRefresh     50.0 - 150.0</pre></div></div>

<p>With that, I was able to enable the nvidia driver and boot into gnome successfully.</p>
<p>Next, I decided to re-enable some desktop effects through the appearance manager.  I opened it up, enabled the medium-level of effects, and immediately got the f$@#%%ng black screen!!!  BLASTED!!! A reboot got me back to where I started.</p>
<p>This whole process is so frustrating.  Luckily, xkcd can provide some comic relief&#8230;<br />
<img src="http://www.mike-griffith.com/blog/wp-content/uploads/2009/02/cd_tray_fight.png" alt="cd_tray_fight" title="cd_tray_fight" width="500" height="503" class="aligncenter size-full wp-image-275" /></p>
<p>So that&#8217;s where I&#8217;m at now.  Hopefully I&#8217;ll figure something out soon, and update this post for any other HP laptop owners to reference.</p>
<p>Reference:<br />
[0] Dell wifi driver that worked with the HP Pavilion dv2715nr&#8217;s 14e4:4315 Broadcom card <a href="ftp://ftp.us.dell.com/network/R174291.exe">ftp://ftp.us.dell.com/network/R174291.exe</a><br />
[1] Instructions for ndiswrapper can be found at <a href="https://help.ubuntu.com/community/WifiDocs/Driver/Ndiswrapper">https://help.ubuntu.com/community/WifiDocs/Driver/Ndiswrapper</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mike-griffith.com/blog/2009/02/hey-ubuntu-just-to-let-you-know-im-about-to-bend-you-to-my-will/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
