<?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>Some More Bytes &#187; Ubuntu</title>
	<atom:link href="http://somemorebytes.com/wp/index.php/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://somemorebytes.com/wp</link>
	<description>in the binary maze...</description>
	<lastBuildDate>Tue, 22 Mar 2011 19:17:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Ubuntu 9.10 + Eclipse + Subclipse = JavaHL problems?</title>
		<link>http://somemorebytes.com/wp/index.php/2010/04/ubuntu-9-10-eclipse-subclipse-javahl-problems/</link>
		<comments>http://somemorebytes.com/wp/index.php/2010/04/ubuntu-9-10-eclipse-subclipse-javahl-problems/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 18:40:25 +0000</pubDate>
		<dc:creator>somemorebytes</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software Dev]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[javahl]]></category>
		<category><![CDATA[subclipse]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://somemorebytes.com/wp/?p=508</guid>
		<description><![CDATA[Fixing javaHL missing libraries]]></description>
			<content:encoded><![CDATA[<p>Are you experiencing problems with the Subclipse plugin for eclipse? Well, I am too. The solution however, is pretty straighforward.</p>
<p>I&#8217;m using  a custom eclipse installation. The ubuntu repositories package is too old, so I always update my eclipse installation from the eclipse <a href="http://eclipse.org" target="_blank">website</a>. I install it to /opt/eclipse. If you&#8217;re using the default installation package, just look for yor install forlder, probably somewhere near /usr/share.</p>
<p>Now, I assume you installed the subclipse plugin, a nice SVN client. This client uses JavaHL libraries to communicate to the svn program istelf, and  unfortunately, this libraries installation is up to you. If you do not have them, subclipse will complain about missing libraries each time you need to do somthing svn-related. So, to fix if:</p>
<ol>
<li>Install the javaHL libraries:<br />
<code>sudo apt-get install libsvn-java</code></li>
<li>Tell eclipse where to look for them. Edit the file /opt/eclipse/eclipse.ini (or /your-eclipse-path/eclipse.ini), and locate the line:<br />
<code>-vmargs</code><br />
Now just below this line, add the following one:<br />
<code>-Djava.library.path=/usr/lib/jni</code></li>
<li>Happy coding!.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://somemorebytes.com/wp/index.php/2010/04/ubuntu-9-10-eclipse-subclipse-javahl-problems/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Flash problems in Ubuntu 9.10 Karmic (only 64 bits)</title>
		<link>http://somemorebytes.com/wp/index.php/2009/12/flash-problems-in-ubuntu-9-10-karmic-only-64-bits/</link>
		<comments>http://somemorebytes.com/wp/index.php/2009/12/flash-problems-in-ubuntu-9-10-karmic-only-64-bits/#comments</comments>
		<pubDate>Sat, 12 Dec 2009 00:16:16 +0000</pubDate>
		<dc:creator>somemorebytes</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://somemorebytes.com/wp/?p=96</guid>
		<description><![CDATA[Have some problems with flash in Ubuntu 9.10? Are you using the AMD64 release? Here&#8217;s the solution: The flash version in the ubuntu repositories, is the 32 bits version of the famous plugin. In fact, it shouldn&#8217;t be working in a 64 bits browser. Here&#8217;s where ubuntu makes some of its behind-the-scenes magic, and installs [...]]]></description>
			<content:encoded><![CDATA[<p>Have some problems with flash in Ubuntu 9.10? Are you using the AMD64 release? Here&#8217;s the solution:</p>
<p>The flash version in the ubuntu repositories, is the 32 bits version of the famous plugin. In fact, it shouldn&#8217;t be working in a 64 bits browser. Here&#8217;s where ubuntu makes some of its behind-the-scenes magic, and installs and configures for you a wrapper named nspluginwrapper.</p>
<p><span id="more-96"></span></p>
<p><a title="Nspluginwrapper" href="http://freshmeat.net/projects/nspluginwrapper/" target="_blank">Nspluginwrapper</a> is a software layer which provides an appropiate environment for the plugin to run (i386) in other platforms which it is not supposed to work. So Ubuntu, automatically installs the wrapper, and configures it for you. Unfourtunately, this magic comes with a little bug somewhere casing the flash plugin to fail &#8211; sometimes &#8211; .</p>
<p>It turns to be quite annoying when it fails, because instead of a crash, or not showing the flash content (and clearly showing that it has crashed) it just blocks the &#8220;click&#8221; in the flash content, creating confusion about what&#8217;s not working, the flash plugin, the flash content, the browser, the mouse, the finger etc&#8230;</p>
<p>Here&#8217;s a workaround to fix the click problem:</p>
<ul>
<li>Edit the file : /usr/lib/nspluginwrapper/i386/linux/npviewer  (as root, use sudo from console or gksudo from the &#8220;run&#8221; dialog)</li>
<li>Add the following line BEFORE the last line of text:</li>
</ul>
<p style="padding-left: 60px;"><code>export GDK_NATIVE_WINDOWS=1</code></p>
<ul>
<li>Save, and restart your browser.</li>
</ul>
<p>This should be enough to solve the problem. It is possible that the npviewer script gets updated losing your changes.</p>
<p>If you realize that it is failing again, maybe this is the case, and you should redo this workaround.</p>
<p><strong>UPDATE:</strong> If you feel brave, you can try the really-64bits-flash version of the plugin, that will work with the 64bits browsers. This will bypass all the nspluginwrapper magic mentioned above. Someone created a script, to get rid of the unnecessary packages and install the flash player  for AMD64. There are precise instructions in the <a title="Ubuntu Forums" href="http://ubuntuforums.org/showthread.php?t=1358591" target="_blank">Ubuntu Forums</a>.</p>
<p>Keep in mind that Adobe 64 bits  flash player is in alpha stage, so it can be unstable.</p>
]]></content:encoded>
			<wfw:commentRss>http://somemorebytes.com/wp/index.php/2009/12/flash-problems-in-ubuntu-9-10-karmic-only-64-bits/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Songbird 1.2.0+ on Ubuntu 9.04</title>
		<link>http://somemorebytes.com/wp/index.php/2009/07/songbird-1-2-0-on-ubuntu-9-04/</link>
		<comments>http://somemorebytes.com/wp/index.php/2009/07/songbird-1-2-0-on-ubuntu-9-04/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 19:18:46 +0000</pubDate>
		<dc:creator>somemorebytes</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Songbird]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://somemorebytes.com/?p=90</guid>
		<description><![CDATA[I&#8217;ve been so busy lately, that I didn&#8217;t even noticed that the Songbird player got updates. It has now the long awaited and promised graphic equalizer. Unfortunately, Songbird is not on the offcicial ubuntu repos, but you can install it anyway thanks to the guys at Getdeb who made the package for you. To install [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been so busy lately, that I didn&#8217;t even noticed that the Songbird player got updates. It has now the long awaited and promised graphic equalizer.</p>
<p>Unfortunately, Songbird is not on the offcicial ubuntu repos, but you can install it anyway thanks to the guys at <a title="GetDeb" href="http://www.getdeb.net/" target="_blank">Getdeb</a> who made the package for you. To install it just download the package from <a title="Songbird 1.2.0 Package" href="http://www.getdeb.net/app/Songbird" target="_blank">HERE</a> and install it with your favourite package manager.</p>
<p>I had at first some problems with this new version, but after a bit of reading, I saw that was a common problem. There some conflict with the package<strong> libvisual-0.4-plugins</strong> that cause the Sonbird player not to start. This package comes preinstalled in systems with NVIDIA video cards, and for what I have seen, it is not an important part of the system and it has no big dependencies. You most probably want to remove this package if you&#8217;re experiencing some problems with this last version.</p>
<p>I tried to add the repositories of the Songbird Nightly Builds, but I found the current version (1.3.0a) quite unstable, and not compatible with most plugins, so I decided to leave the stable 1.2.0 version.</p>
<ul>
<li>If you want to try though, here is the repo you need to add to your<strong> /etc/apt/sources.list</strong> file:</li>
</ul>
<p style="padding-left: 60px;"><code>deb http://ppa.launchpad.net/songbird-daily/ppa/ubuntu jaunty main<br />
deb-src http://ppa.launchpad.net/songbird-daily/ppa/ubuntu jaunty main</code></p>
<ul>
<li>Add the signature by typing in a console:</li>
</ul>
<p style="padding-left: 60px;"><code>sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 5719E347</code></p>
<p>And now you will always have the lastest development build of Songbird available in your preferred package manager app.</p>
]]></content:encoded>
			<wfw:commentRss>http://somemorebytes.com/wp/index.php/2009/07/songbird-1-2-0-on-ubuntu-9-04/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu (8.10/9.04) on a Medion Akoya E1210 (MSI Wind clone)</title>
		<link>http://somemorebytes.com/wp/index.php/2009/07/ubuntu-8-109-04-on-a-medion-akoya-e1210-msi-wind-clone/</link>
		<comments>http://somemorebytes.com/wp/index.php/2009/07/ubuntu-8-109-04-on-a-medion-akoya-e1210-msi-wind-clone/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 03:17:35 +0000</pubDate>
		<dc:creator>somemorebytes</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[MSI Wind]]></category>
		<category><![CDATA[Netbook]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://somemorebytes.com/?p=85</guid>
		<description><![CDATA[This post is intended to be a short reminder to myself about what I did to install/tweak the last ubuntu release into the Medion Akoya E1210. I doubt it helps more people than me, because there&#8217;s plenty of information/wikis about these netbooks and their best setups. Anyway, here it  is: The wifi: I&#8217;m using here [...]]]></description>
			<content:encoded><![CDATA[<p>This post is intended to be a short reminder to myself about what I did to install/tweak the last ubuntu release into the Medion Akoya E1210. I doubt it helps more people than me, because there&#8217;s plenty of information/wikis about these netbooks and their best setups.</p>
<p>Anyway, here it  is:</p>
<p><span id="more-85"></span></p>
<p><strong>The wifi</strong>: I&#8217;m using here a Dell 1935 wifi card, wich is automatically configured in Ubuntu 9.04 Jaunty, using the propietary drivers (wl driver).</p>
<p><span style="color: #ffcc00;">The next steps (ndiswrapper) are required in Ubuntu 8.10. Recent kernels, as the ones shipped with ubuntu 9.04, already have included the appropiate drivers for the Ralink wifi card.</span></p>
<p>The medion akoya comes with a Ralink 2860 wifi card. This card could be used under linux using the ndiswrapper and the windows driver. To do so, download from your preferred site (I used medion website) the windows drivers for the wifi card, and extract them to a directory.</p>
<ul>
<li>Install the package ndiswrapper with your preferred package tool. We need to insert into de kernel the ndiswrapper module. To do so from a console run:</li>
</ul>
<p><code><br />
$&gt;sudo depmod -a<br />
$&gt;sudo modprobe ndiswrapper<br />
$&gt;echo 'ndiswrapper' | sudo tee -a /etc/modules<br />
$&gt;sudo ndiswrapper  -m<br />
</code></p>
<ul>
<li>Now we need to blacklist the rt2860 module that actually comes shipped into the kernel. Do so running:</li>
</ul>
<p><code><br />
$&gt;echo 'blacklist rt2860' | sudo tee -a /etc/modprobe.d/blacklist<br />
$&gt;echo 'blacklist rt2860sta' | sudo tee -a /etc/modprobe.d/blacklist<br />
</code></p>
<ul>
<li>Then, to activate the windows driver through the ndiswrapper, we need to execute (in the directory where you extracted the windows drivers and the file rt2860.inf is located):</li>
</ul>
<p><code><br />
$&gt;sudo ndiswrapper -i rt2860.inf<br />
$&gt;sudo ndiswrapper -l<br />
</code><br />
The wifi device should be visible now, and after a reboot, the network-manager should recognize it and automatically set it up.</p>
<p><strong>The webcam</strong> works fine with the uvc driver. Look at <a href="http://somemorebytes.com/2009/06/20/ubuntu-9-04-and-the-5920g-all-in-one/" target="_blank">this other post</a>, as it is explained there how to set up this driver.</p>
<p><strong>TWEAK1:</strong> After an ubuntu clear installation, the power management system, forces the hard disk to spin down at random intervals, producing an annoying click. It is said, that this kind of aggresive power management may not be the best choice for a long lasting drive.If you  want to get rid of it, just edit the file <strong>/etc/hdparm.conf</strong> and add at the end of it:<br />
<code><br />
command_line {<br />
hdparm -B 192 /dev/sda<br />
}<br />
</code><br />
This will prevent the hard disk to spin down, while keeping some kind of power management. It&#8217;ll do it after the next reboot though. If you want to activate this tweak now, you can run from a console:<br />
<code><br />
$&gt;sudo hdparm -B 192 /dev/sda<br />
</code><br />
<strong>TWEAK 2: </strong>In 8.04, after  recovering from the suspended/sleeping state, the sound stops working. This can be solved by adding the next line at the end of the file <strong>/etc/modprobe.d/alsa-base:</strong><br />
<code><br />
options snd-hda-intel model=targa-2ch-dig<br />
</code><br />
<span style="color: #ffcc00;">This(sound after sleep problem) is solved in Ubuntu 9.04.</span></p>
<p><strong>TWEAK 3: </strong>There is a problem with the intel video drivers shipped with the 9.04 (at least in the first versions)  making very poor performance with the compiz effects.</p>
<p>More info about the bug itself, and how to solve it can be found <a title="Ubuntu forums" href="http://ubuntuforums.org/showthread.php?t=1130582" target="_blank">here</a>.</p>
<p>Basically, if you don&#8217;t want to read the whole post, what you should do is:</p>
<ul>
<li>Download <a title="Bug fixing script" href="http://launchpadlibrarian.net/26193373/fixmtrr.sh" target="_blank">THIS</a> script and save it to /usr/local/bin</li>
</ul>
<ul>
<li>Make it executable:</li>
</ul>
<p><code><br />
$&gt;sudo chmod +x /usr/local/binfixmtrr.sh<br />
</code></p>
<ul>
<li>Make it run at boot:</li>
</ul>
<p><code><br />
$&gt;sudo ln -s /usr/local/bin/fixmtrr.sh /etc/gdm/PostLogin/Default<br />
</code></p>
<ul>
<li>And last but not least, edit your /etc/X11/xorg.conf and add this lines under the &#8220;Device&#8221; section:</li>
</ul>
<p><code><br />
Identifier    "Configured Video Device"<br />
Option        "AccelMethod"        "exa" #uxa<br />
Option        "EXAOptimizeMigration"    "true"<br />
Option        "MigrationHeuristic"    "greedy"<br />
#Option        "Tiling"        "true"<br />
</code><br />
In the original post recommends to use UXA instead EXA, but I obtained best results using the EXA old acceleration method, as well as deactivating the tiling option.</p>
<p>Other minor tweaks I did in this install:</p>
<ul>
<li>Change the font size to accomodate gnome in the small screen:</li>
</ul>
<p style="padding-left: 60px;">System&gt;Preferences&gt;Appeareance&gt;Fonts&gt;Details&gt; Change value from 96 to 83</p>
<ul>
<li>Install firefox plugins &#8220;hide menubar&#8221; and &#8220;fission&#8221; to accomodate the browser to small screens.</li>
</ul>
<p>And ready to go&#8230;</p>
<p>If you&#8217;ve reached this point, and have any other suggestions, I&#8217;d like to hear about them. Thanks.</p>
]]></content:encoded>
			<wfw:commentRss>http://somemorebytes.com/wp/index.php/2009/07/ubuntu-8-109-04-on-a-medion-akoya-e1210-msi-wind-clone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Default Java VM in Ubuntu Jaunty</title>
		<link>http://somemorebytes.com/wp/index.php/2009/06/default-java-vm-in-ubuntu-jaunty/</link>
		<comments>http://somemorebytes.com/wp/index.php/2009/06/default-java-vm-in-ubuntu-jaunty/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 12:17:18 +0000</pubDate>
		<dc:creator>somemorebytes</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://somemorebytes.com/?p=48</guid>
		<description><![CDATA[I have noticed that eclipse was a bit slower than usual, and it was due to the java virtual machine that it was running it. It seems that the default installation of the Ubuntu 9.04 Jaunty comes with the Open Source Java instead the Sun one. If your not too picky about non oss, I [...]]]></description>
			<content:encoded><![CDATA[<p>I have noticed that eclipse was a bit slower than usual, and it was due to the java virtual machine that it was running it.</p>
<p>It seems that the default installation of the Ubuntu 9.04 Jaunty comes with the Open Source Java instead the Sun one. If your not too picky about non oss, I will recommend to use the sun java virtual machine.</p>
<p>To change this setting, just be sure that you have installed the packages sun-java6-bin and sun-java6-jre.</p>
<p>Then, in case you want to make the Sun JVM the default one in the system, you can do it by running from a console:<br />
<code><br />
$&gt;sudo update-alternatives --display java<br />
$&gt;sudo update-alternatives --set java /usr/lib/jvm/java-6-sun/jre/bin/java<br />
</code><br />
This way, the next time you open any java application, /usr/bin/java will be called, that is a symlink to /etc/alternatives/java, that now points to the Sun JVM instead the open source one.</p>
]]></content:encoded>
			<wfw:commentRss>http://somemorebytes.com/wp/index.php/2009/06/default-java-vm-in-ubuntu-jaunty/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Amarok2 under Ubuntu Jaunty and Gnome</title>
		<link>http://somemorebytes.com/wp/index.php/2009/06/amarok2-under-ubuntu-jaunty-and-gnome/</link>
		<comments>http://somemorebytes.com/wp/index.php/2009/06/amarok2-under-ubuntu-jaunty-and-gnome/#comments</comments>
		<pubDate>Sun, 21 Jun 2009 16:15:33 +0000</pubDate>
		<dc:creator>somemorebytes</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Gnome]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://somemorebytes.com/?p=45</guid>
		<description><![CDATA[I&#8217;ve been using Gnome for some time now, and I&#8217;m very happy about it. In fact, I am far more happy that I was some weeks ago when I reinstalled Debian Sid with KDE 4. I&#8217;ve been always a KDE fan, but KDE 4&#8230; it&#8217;s just not as polished as KDE3 was, so I decided [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been using Gnome for some time now, and I&#8217;m very happy about it. In fact, I am far more happy that I was some weeks ago when I reinstalled Debian Sid with KDE 4. I&#8217;ve been always a KDE fan, but KDE 4&#8230; it&#8217;s just not as polished as KDE3 was, so I decided to switch to Gnome for some time.</p>
<p>However, I have tried some music management/players applications, and although Rhythmbox and Songbird are quite nice, I like Amarok to be my main player.</p>
<p>Amarok is on the official ubuntu repos (Amarok 2), and since it is a a KDE app, you&#8217;ll need some KDE libs in your system to execute. For what I have read, it gives some problems in some ubuntu default installations. Avoid them with these simple steps:</p>
<ul>
<li>Install the <strong>amarok</strong> package, and it&#8217;s dependencies with your preferred package management tool.</li>
</ul>
<ul>
<li>Make sure that the packages<strong> libphonon4, phonon, and phonon-backend-xine</strong> are going to be installed. If not, install them manually.</li>
</ul>
<ul>
<li>Install the following packages:</li>
</ul>
<p><code><br />
systemsettings, ffmpeg, gstreamer0.10-ffmpeg, libxine1-ffmpeg<br />
</code></p>
<ul>
<li>Run systemsettings (the KDE control panel app), and go to Multimedia. Click on the Backend Tab and move xine to the top of the list in case there&#8217;s more than one. Click apply.</li>
</ul>
<p>Now you can start your Amarok2 player from the appz menu, and it should work just fine.</p>
]]></content:encoded>
			<wfw:commentRss>http://somemorebytes.com/wp/index.php/2009/06/amarok2-under-ubuntu-jaunty-and-gnome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thunderbird and Google Calendar Sync</title>
		<link>http://somemorebytes.com/wp/index.php/2009/06/thunderbird-and-google-calendar-sync/</link>
		<comments>http://somemorebytes.com/wp/index.php/2009/06/thunderbird-and-google-calendar-sync/#comments</comments>
		<pubDate>Sun, 21 Jun 2009 08:13:04 +0000</pubDate>
		<dc:creator>somemorebytes</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://somemorebytes.com/?p=43</guid>
		<description><![CDATA[Today I have configured Thunderbird to sync with my Google Calendar Account. To do so, download the plugin provider for Mozilla Lightning or Mozilla Sunbird. If you&#8217;re using a 64bits linux, you won&#8217;t find the 64 bits lightning n in the mozilla repo. You will need to look for it in the plugin website. Now [...]]]></description>
			<content:encoded><![CDATA[<p>Today I have configured Thunderbird to sync with my Google Calendar Account.</p>
<ul>
<li>To do so, download the plugin <strong>provider</strong> for Mozilla Lightning or Mozilla Sunbird.</li>
</ul>
<p>If you&#8217;re using a 64bits linux, you won&#8217;t find the 64 bits lightning n in the mozilla repo. You will need to look for it in the <a title="Lightning for Thunderbird" href="http://www.mozilla.org/projects/calendar/lightning/index.html" target="_blank">plugin website</a>.</p>
<ul>
<li>Now go to your google calendar account&gt;settings and copy the XML adress of your private calendar.</li>
</ul>
<ul>
<li>Open the Lightning/Sunbird, create a new calendar, select &#8220;On the Network&#8221; and select Google Calendar.</li>
</ul>
<ul>
<li>Paste your XML address.</li>
</ul>
<ul>
<li>Enjoy 2-way sync!</li>
</ul>
<p>NOTE: The first time it loads the calendar, it can take a long time in case you have a lot of past reminders, because the lightning/sunbird comes with the alarms activated by default.</p>
<p>Of course, you can use Google Calendar from Lightning/Sunbird as CalDav Source, but I find the <strong>provider</strong> extension more stable.</p>
]]></content:encoded>
			<wfw:commentRss>http://somemorebytes.com/wp/index.php/2009/06/thunderbird-and-google-calendar-sync/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 9.04 and the 5920G</title>
		<link>http://somemorebytes.com/wp/index.php/2009/06/ubuntu-9-04-and-the-5920g-all-in-one/</link>
		<comments>http://somemorebytes.com/wp/index.php/2009/06/ubuntu-9-04-and-the-5920g-all-in-one/#comments</comments>
		<pubDate>Sat, 20 Jun 2009 18:16:40 +0000</pubDate>
		<dc:creator>somemorebytes</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://somemorebytes.com/?p=6</guid>
		<description><![CDATA[I have been a Debian user for a long long time, but lately, I decided to install Ubuntu due to some little annoying problems in my favorite branch (Sid) with KDE 3. This post is a summary of the few tweaks I did on my Aspire 5920G to install the last release of Ubuntu (Jaunty). [...]]]></description>
			<content:encoded><![CDATA[<p>I have been a Debian user for a long long time, but lately, I decided to install Ubuntu due to some little annoying problems in my favorite branch (Sid) with KDE 3.</p>
<p>This post is a summary of the few tweaks I did on my Aspire 5920G to install the last release of Ubuntu (Jaunty). This distro, has surprised me in a lot of ways. I was used to tweak the system in some hard ways to have it working &#8220;my way&#8221;. I tried several times to install Ubuntu, but I always happened to not like something, and these little details made me to return to Debian again and again.</p>
<p>But this time something is different. Not only the system works out-of-the-box, but it  works even better than I expected. (Better that &#8220;My Way&#8221; Debian, but I&#8217;m trying to forget this part).</p>
<p>Continue reading for this little guide about Ubuntu 9.04 Jaunty on the Acer 5920G.</p>
<p><span id="more-6"></span></p>
<p>As I said, few tweaks are required.  Here some details that maybe could help someone.</p>
<h2>SOUND</h2>
<p>The last ALSA changelog, says they have introduced a new ID (and config) specifically for the ACER 5920G. And it works.</p>
<p>With previous releases of ALSA, I used to set the parameter <strong>model=lenovo-ms7195-dig </strong>using modconf, or creating a file /etc/modprobe.d/options, and adding the line<br />
<code><br />
options snd-hda-intel model=lenovo-ms7195-dig<br />
</code><br />
However, in this Ubuntu release, there&#8217;s some kind of problem  and some applications (read skype) can&#8217;t access the microphone through the alsa mixer. Only works through the (default installed) pulseaudio server, adding an annoying (unusable) delay.</p>
<p>After playing with the alsa config a little bit, I ended up setting up the default configuration. This default settings will give you less control over the sound card (like 3d audio, channels, etc&#8230;) but at least it works fine with the alsa mixer when needed (for the mic). Once reached this point, you should be able to record  (Preferences&gt;Sound) with PulseAudio (with a little delay) and with at least one Alsa dev, and with the Advanced Linux Sound Architecture option. If this does not work for you, maybe you need to install some other alsa package. Personally I installed the alsa-oss emulation that never hurts.</p>
<h2>WEBCAM</h2>
<p>The webcam alsa works fine OOB with the uvcvideo driver. The driver in the Jaunty repos is not the last one though. If you&#8217;re bored, you can compile the last version from the source and install it with those easy steps.</p>
<ul>
<li>Install with your preferred tool the packages subversion, build-essential, and the kernel headers.</li>
</ul>
<p><code><br />
$&gt;sudo aptitude install subversion build-essential linux-headers-$(uname -r)<br />
</code></p>
<ul>
<li>Download the last tarball (or from svn) with the source from <a title="UVCVIDEO tarball" href="http://linuxtv.org/hg/~pinchartl/uvcvideo/archive/tip.tar.gz" target="_blank">here</a>.</li>
</ul>
<ul>
<li>Untar, compile with <code>make</code> install with <code>sudo make install</code> and update modules dependencies with<code> sudo depmod -ae $(uname -r)</code></li>
</ul>
<ul>
<li>If you want to test that the webcam works, and still haven&#8217;t installed skype, try installing <strong>cheese</strong> from the official Ubuntu repos.</li>
</ul>
<p>For more information see: <a href="http://linux-uvc.berlios.de/" target="_blank">http://linux-uvc.berlios.de/</a> and <a href="http://developer.berlios.de/projects/linux-uvc" target="_blank">http://developer.berlios.de/projects/linux-uvc</a> and <a href="http://linuxtv.org/hg/~pinchartl/uvcvideo/" target="_blank">http://linuxtv.org/hg/~pinchartl/uvcvideo/</a></p>
<h2>VIDEO</h2>
<p>The NVIDIA 8600M GT works oob too, but you will probably want to activate the private device drivers in order to use the nvidia closed source driver for performance reasons. You can do this from the System menu, Hardware Controllers.</p>
<p>If it does not come installed by default (I&#8217;m not sure) you should install the nvidia-settings package, which will provide you with a GUI to configure some video parameters. Trick: Start the nvidia-settings app once installed using gksudo, so it can have modify access to the Xorg file. This will allow you save some changes in case you have more than one screen, for example.</p>
<h2>REPOS AND APPLICATIONS</h2>
<p>These are not tweaks, but a list of some interesting repos and applications that I installed using Ubuntu designed repos. (Instead of download a thousand packages&#8230;).</p>
<ul>
<li>The medibuntu repo has some comon apps. Add the repo to the sources list, and its key with:</li>
</ul>
<p><code><br />
$&gt;sudo wget http://www.medibuntu.org/sources.list.d/jaunty.list --output-document /etc/apt/sources.list.d/medibuntu.list</p>
<p>$&gt;sudo apt-get update &amp;&amp; sudo apt-get install medibuntu-keyring &amp;&amp; sudo apt-get update<br />
</code></p>
<ul>
<li>Now you can install some common apps like codecs, or skype, or whatever with:</li>
</ul>
<p><code><br />
$&gt;sudo apt-get install w32codecs skype ubuntu-restricted-extras compizconfig-settings-manager vlc wine mplayer</code></p>
<p>-Change w32codecs for w64codecs if you&#8217;re performing a 64bits install.</p>
<p>-The ubuntu-restricted-extras-package  will provide java, more codecs, and more common stuff that you most probably want in a user computer.</p>
<p>-The compizconfig-settings-manager will install the compiz control panel to tweak the graphical effects.</p>
<h2>POWER MANAGEMENT</h2>
<p>The power management that Ubuntu does is quite good, but installing and running <strong>powertop</strong> you can improve tour battery duration. There&#8217;s a problem though. Those changes are only per session, so you will loose them after any reboot.</p>
<p>For a more advanced power management, you can use laptop-mode. I&#8217;m not going to write here how to do so, because it&#8217;s explained quite clear <a title="laptop-mode" href="http://ubuntuforums.org/showthread.php?t=1157408 " target="_blank">HERE</a> (post #7).</p>
<h2>BLUETOOTH</h2>
<p>Bluetooth works perfect without any user tweak. Just turn it on, and you&#8217;ll see the bluetooth applet come to life in the gnome/kde system tray.</p>
<p>In earlier Ubuntu versions, using a bluetooth headset was a bit painful. This time, it is pretty straightforward. Pair your headset in the bluetooth applet. Then, in the app that you want to use the headset with, select headset instead of pulse as input. That&#8217;s one (of the few) advantages of using pulseaudio along the whole distribution.</p>
<p>And that&#8217;s all. Ubuntu 9.04 up &amp; running.</p>
<p>NOTE: The only thing I can&#8217;t seem to deal with, is the multimedia keys. If you&#8217;re reading this, and you were able to do it, please give me more info about.</p>
]]></content:encoded>
			<wfw:commentRss>http://somemorebytes.com/wp/index.php/2009/06/ubuntu-9-04-and-the-5920g-all-in-one/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
<!-- This Quick Cache file was built for (  somemorebytes.com/wp/index.php/tag/ubuntu/feed/ ) in 0.96384 seconds, on Feb 5th, 2012 at 4:25 pm UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 5th, 2012 at 5:25 pm UTC -->
