<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title> &#187; Ubuntu</title>
	<atom:link href="http://lofubuntuxp.wordpress.com/category/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://lofubuntuxp.wordpress.com</link>
	<description></description>
	<lastBuildDate>Wed, 21 Jan 2009 21:13:55 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='lofubuntuxp.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/ed341d9256fdebdeef10d32ce301e950?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title> &#187; Ubuntu</title>
		<link>http://lofubuntuxp.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://lofubuntuxp.wordpress.com/osd.xml" title="" />
		<item>
		<title>Reduce brightness on HP Pavilion dv5-1020ep (Ubuntu 8.10 64 bits)</title>
		<link>http://lofubuntuxp.wordpress.com/2009/01/12/reduce-brightness-hp-pavilion-dv5-1020ep-ubuntu-810-64-bits/</link>
		<comments>http://lofubuntuxp.wordpress.com/2009/01/12/reduce-brightness-hp-pavilion-dv5-1020ep-ubuntu-810-64-bits/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 22:37:01 +0000</pubDate>
		<dc:creator>paapereira</dc:creator>
				<category><![CDATA[OS Installation]]></category>

		<guid isPermaLink="false">http://lofubuntuxp.wordpress.com/?p=168</guid>
		<description><![CDATA[My brightness function keys always worked, but suddenly they stopped working as well as the &#8220;Reduce backlight brightness&#8221; option in Power Management Preferences  
Every time I unplugged my power cord the monitor dimmed automatically. Now not even with the function keys I get my brightness down.
This happened in my HP Pavilion dv5-1020ep running Ubuntu [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lofubuntuxp.wordpress.com&blog=3945211&post=168&subd=lofubuntuxp&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>My brightness function keys always worked, but suddenly they stopped working as well as the &#8220;Reduce backlight brightness&#8221; option in Power Management Preferences <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
<p>Every time I unplugged my power cord the monitor dimmed automatically. Now not even with the function keys I get my brightness down.</p>
<p>This happened in my <a href="http://lof-ubuntu-xp.lofspot.net/2008/11/03/upgrading-to-ubuntu-810/">HP Pavilion dv5-1020ep</a> running Ubuntu 8.10 64 bits.</p>
<p>Here some additional info after searching in the Ubuntu forums and Google:</p>
<pre style="border:0 inset;overflow:auto;width:470px;height:25px;text-align:left;color:#339966;margin:0;padding:6px 6px 6px 36px;">grep . -r /var/lib/acpi-support/*-*</pre>
<pre style="border:1px inset;overflow:auto;width:470px;height:100px;text-align:left;margin:0;padding:6px;">/var/lib/acpi-support/bios-version:F.20
/var/lib/acpi-support/system-manufacturer:Hewlett-Packard
/var/lib/acpi-support/system-product-name:HP Pavilion dv5 Notebook PC
/var/lib/acpi-support/system-version:Rev 1</pre>
<pre style="border:0 inset;overflow:auto;width:470px;height:25px;text-align:left;color:#339966;margin:0;padding:6px 6px 6px 36px;">more /proc/acpi/video/DVGA/LCD/brightness</pre>
<pre style="border:1px inset;overflow:auto;width:470px;height:25px;text-align:left;margin:0;padding:6px;">not supported</pre>
<pre style="border:0 inset;overflow:auto;width:470px;height:25px;text-align:left;color:#339966;margin:0;padding:6px 6px 6px 36px;">sudo echo -n 5 &gt; /proc/acpi/video/DVGA/LCD/brightness</pre>
<pre style="border:1px inset;overflow:auto;width:470px;height:25px;text-align:left;margin:0;padding:6px;">bash: /proc/acpi/video/DVGA/LCD/brightness: Permission denied</pre>
<p>This happened either after a kernel or hal update&#8230;</p>
<p>I found a workaround, that allow the brightness to be changed. This isn&#8217;t the fix, if I unplug the power cord the brightness keeps it&#8217;s value. Still, the function keys do their job&#8230;</p>
<p>Just add <em>acpi_osi=&#8221;Linux&#8221;</em> to your grub menu:</p>
<pre style="border:0 inset;overflow:auto;width:470px;height:25px;text-align:left;color:#339966;margin:0;padding:6px 6px 6px 36px;">sudo vi /boot/grub/menu.lst</pre>
<pre style="border:1px inset;overflow:auto;width:470px;height:100px;text-align:left;margin:0;padding:6px;">title           Ubuntu 8.10, kernel 2.6.27-11-generic
root            (hd0,2)
kernel          /boot/vmlinuz-2.6.27-11-generic root=UUID=cba317f7-1d97-4cf8-9ac8-a4a6aaf0ea81 ro quiet splash <strong>acpi_osi="Linux"</strong>
initrd          /boot/initrd.img-2.6.27-11-generic
quiet</pre>
<p><strong><br />
Update 1: </strong> There is a <a href="https://bugs.launchpad.net/ubuntu/+bug/316145" target="_blank">bug report</a> about this problem.<br />
<strong><br />
Update 2 (16/01): </strong>Recent acpi and kernel updates just solved the problem <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong><br />
Further reading</strong></p>
<ul>
<li><a href="http://ubuntuforums.org/showthread.php?p=6540451" target="_blank">My Ubuntu Forum post</a></li>
</ul>
<p>last updated: 16-01-2009</p>
<p>______________________________________________________________________________________</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lofubuntuxp.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lofubuntuxp.wordpress.com/168/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lofubuntuxp.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lofubuntuxp.wordpress.com/168/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lofubuntuxp.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lofubuntuxp.wordpress.com/168/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lofubuntuxp.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lofubuntuxp.wordpress.com/168/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lofubuntuxp.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lofubuntuxp.wordpress.com/168/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lofubuntuxp.wordpress.com&blog=3945211&post=168&subd=lofubuntuxp&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lofubuntuxp.wordpress.com/2009/01/12/reduce-brightness-hp-pavilion-dv5-1020ep-ubuntu-810-64-bits/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/942a72434f90e8d75ad4358c6ddcef0f?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">paapereira</media:title>
		</media:content>
	</item>
		<item>
		<title>Syncing Windows Mobile 5/6 with Synce (Ubuntu 8.10 version)</title>
		<link>http://lofubuntuxp.wordpress.com/2008/12/10/syncing-windows-mobile-56-with-synce-ubuntu810/</link>
		<comments>http://lofubuntuxp.wordpress.com/2008/12/10/syncing-windows-mobile-56-with-synce-ubuntu810/#comments</comments>
		<pubDate>Wed, 10 Dec 2008 21:10:31 +0000</pubDate>
		<dc:creator>paapereira</dc:creator>
				<category><![CDATA[Mobile]]></category>

		<guid isPermaLink="false">http://lofubuntuxp.wordpress.com/?p=166</guid>
		<description><![CDATA[UPDATE Dec10: New post updated from here.
One of my &#8220;to achieve&#8221; points was syncing my calendar and contact information from my Windows Mobile 5.0 Smartphone (Qtek 9100).

This post is an update from my previous one, after my Ubuntu 8.10 upgrade. Please refer to that first post if you&#8217;re using previous versions of Ubuntu. I upgraded [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lofubuntuxp.wordpress.com&blog=3945211&post=166&subd=lofubuntuxp&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p style="text-align:left;"><strong>UPDATE Dec10:</strong> New post updated from <a href="http://lof-ubuntu-xp.lofspot.net/2008/07/30/syncing-windows-mobile-56-with-synce/" target="_blank">here</a>.</p>
<p style="text-align:left;">One of my &#8220;<a href="http://lof-ubuntu-xp.lofspot.net/2008/04/29/ubuntu-in-my-desktop-status/">to achieve</a>&#8221; points was syncing my calendar and contact information from my Windows Mobile 5.0 Smartphone (<a href="http://www.gsmarena.com/qtek_9100-1257.php" target="_blank">Qtek 9100</a>).</p>
<p style="text-align:left;">
<p style="text-align:left;">This post is an update from my previous <a href="http://lof-ubuntu-xp.lofspot.net/2008/07/30/syncing-windows-mobile-56-with-synce/" target="_blank">one</a>, after my Ubuntu 8.10 upgrade. Please refer to that first post if you&#8217;re using previous versions of Ubuntu. I upgraded Ubuntu and Synce, so if you are installing it from scratch and you&#8217;re having problems please let me know. I&#8217;ll try and help you.</p>
<p style="text-align:left;">I will show how I&#8217;m syncing my phone with <a href="http://www.gnome.org/projects/evolution/" target="_blank">Evolution</a> using <a href="http://www.synce.org/" target="_blank">Synce</a> in Ubuntu 8.10.<br />
This is based in <a href="http://www.synce.org/moin/SynceWithUbuntu" target="_blank">Synce wiki</a> and <a href="http://sourceforge.net/mailarchive/message.php?msg_id=77f21d490805200515r65f82998ka148724b6e29b880%40mail.gmail.com" target="_blank">Synce mailing lists</a>.</p>
<p style="text-align:left;"><span style="font-weight:bold;">Note:</span> save this post if you&#8217;re using Gnome Network Manager, because you may stay without Internet after installing the core libraries. It&#8217;s very easy to fix though. In Ubuntu 8.10 I don&#8217;t have this problem.</p>
<p style="text-align:left;"><strong><br />
Disclaimer</strong></p>
<p style="text-align:left;"><strong>This </strong><strong>is not an official Synce guide</strong>. This is my personal eXPerience using a single device, with a single WM flavor and a single OS.</p>
<p style="text-align:left;">If you are starting to play around with Synce, this post could help you if you&#8217;re using the same WM and Linux OS&#8217;s, but you should always check <a href="http://www.synce.org/" target="_blank">Synce official wiki</a> for updates.</p>
<p style="text-align:left;">If you are having problems, the <a href="http://sourceforge.net/mail/?group_id=30550" target="_blank">Synce mailing lists</a> are probably the best place to go right now. The people are friendly and will help you solving your problems. You could also send me an email. If I can, I&#8217;ll help, if not, I&#8217;ll guide you in the right direction.</p>
<p style="text-align:left;"><strong><br />
My setup</strong></p>
<p style="text-align:left;">This is my current environment:</p>
<ul>
<li><a href="http://www.gsmarena.com/qtek_9100-1257.php" target="_blank">Qtek 9100</a> device running Windows Mobile 5.0 (WM5)</li>
<li>Ubuntu 8.10</li>
<li><a href="http://www.gnome.org/projects/evolution/" target="_blank">Evolution</a> as my Personal Information Manager</li>
</ul>
<p style="text-align:left;"><strong><br />
Adding repositories</strong></p>
<ul style="text-align:left;">
<li>Go to System &gt; Administration &gt; Software Sources</li>
<li>Add the following Third Party software</li>
</ul>
<pre style="border:0 inset;overflow:auto;width:470px;height:25px;text-align:left;margin:0;padding:6px 6px 6px 36px;"><span style="color:#339966;">deb http://ppa.launchpad.net/synce/ubuntu intrepid main</span></pre>
<ul style="text-align:left;">
<li>Close and Reload, as asked, your sources</li>
</ul>
<p><strong><br />
Core libraries</strong></p>
<ul style="text-align:left;">
<li>Get the core libraries</li>
</ul>
<pre style="border:0 inset;overflow:auto;width:470px;height:25px;text-align:left;margin:0;padding:6px 6px 6px 36px;"><span style="color:#339966;">sudo apt-get install synce-hal librra0-tools librapi2-tools</span></pre>
<ul style="text-align:left;">
<li>Connect your device and run</li>
</ul>
<pre style="border:0 inset;overflow:auto;width:470px;height:25px;text-align:left;margin:0;padding:6px 6px 6px 36px;"><span style="color:#339966;">synce-pls</span></pre>
<p style="text-align:left;">You should see a list of files on your device. If so you have a working connection to your device!</p>
<p style="text-align:left;"><strong><br />
Password protected device</strong></p>
<p style="text-align:left;">When running <span style="font-style:italic;">synce-pls</span>, if you have the following error, your device is password protected. If so, install <a href="http://www.synce.org/moin/SynceTools/SynceGnome" target="_blank">SynCE-GNOME</a> or <a href="http://www.synce.org/moin/SynceTools/SynceKpm" target="_blank">SynCE-KPM</a> to provide a password prompt on device connect.</p>
<p style="text-align:left;">I didn&#8217;t try this because my device isn&#8217;t password protected&#8230;</p>
<pre style="border:1px inset;overflow:auto;width:470px;height:100px;text-align:left;margin:0;padding:6px;">WARNING **: synce_info_from_odccm: Failed to get a connection for :
Not authenticated, you need to call !ProvidePassword with the
correct password. pls: Could not find configuration at path
'(Default)'</pre>
<p style="text-align:left;"><strong><br />
Gnome Network Manager</strong></p>
<p style="text-align:left;">If you&#8217;re running Gnome Network Manager you don&#8217;t have Internet by now because your phone is now the new default network connection.</p>
<p style="text-align:left;">Follow this and you should be fine:</p>
<ul style="text-align:left;">
<li>Check what ethernet device was given to your phone (in my case is <span style="font-style:italic;">rndis0</span>)</li>
</ul>
<pre style="border:0 inset;overflow:auto;width:470px;height:25px;text-align:left;margin:0;padding:6px 6px 6px 36px;"><span style="color:#339966;">ifconfig -a | grep 80:00:60:0f:e8:00  | cut -d " " -f 1</span></pre>
<ul style="text-align:left;">
<li>Add the next line to <span style="font-style:italic;">/etc/network/interfaces</span> (replace <span style="font-style:italic;">rndis0</span> with the result from the previous command)</li>
</ul>
<pre style="border:0 inset;overflow:auto;width:470px;height:25px;text-align:left;margin:0;padding:6px 6px 6px 36px;"><span style="color:#339966;">sudo vi /etc/network/interfaces</span></pre>
<pre style="border:0 inset;overflow:auto;width:470px;height:25px;text-align:left;margin:0;padding:6px 6px 6px 36px;">add <span style="color:#339966;">iface rndis0 inet dhcp</span> to the file</pre>
<ul style="text-align:left;">
<li>This will make Gnome Network Manager ignore the interface</li>
</ul>
<ul style="text-align:left;">
<li>Restart your network</li>
</ul>
<pre style="border:0 inset;overflow:auto;width:470px;height:25px;text-align:left;margin:0;padding:6px 6px 6px 36px;"><span style="color:#339966;">sudo /etc/init.d/networking restart</span></pre>
<p style="text-align:left;"><strong><br />
No devices are connected to odccm</strong></p>
<p style="text-align:left;">If you get an error that no devices are connected to odccm you should probably blacklist ipaq module:</p>
<ul style="text-align:left;">
<li>Add the next line to <span style="font-style:italic;">/etc/modprobe.d/blacklist</span></li>
</ul>
<pre style="border:0 inset;overflow:auto;width:470px;height:25px;text-align:left;margin:0;padding:6px 6px 6px 36px;"><span style="color:#339966;">sudo vi /etc/modprobe.d/blacklist</span></pre>
<pre style="border:0 inset;overflow:auto;width:470px;height:25px;text-align:left;margin:0;padding:6px 6px 6px 36px;">add <span style="color:#339966;">blacklist ipaq</span> to the file</pre>
<ul style="text-align:left;">
<li>After that you can remove any currently active ipaq modules</li>
</ul>
<pre style="border:0 inset;overflow:auto;width:470px;height:25px;text-align:left;margin:0;padding:6px 6px 6px 36px;"><span style="color:#339966;">sudo rmmod ipaq</span></pre>
<p style="text-align:left;"><strong><br />
Syncing with OpenSync (needed packages)</strong></p>
<p style="text-align:left;">In order to sync your device you need to use OpenSync.</p>
<pre style="border:0 inset;overflow:auto;width:470px;height:25px;text-align:left;color:#339966;margin:0;padding:6px;">sudo apt-get install multisync-tools opensync-plugin-evolution opensync-plugin-synce</pre>
<p style="text-align:left;"><strong><br />
Sync-engine</strong></p>
<p style="text-align:left;">Sync-engine must be running in order to sync your phone. In Ubuntu the Engine should start automatically when you connect your device.</p>
<ul style="text-align:left;">
<li>Download the config.xml file needed by <span style="font-style:italic;">sync-engine</span></li>
</ul>
<pre style="border:0 inset;overflow:auto;width:470px;height:70px;text-align:left;color:#339966;margin:0;padding:6px 6px 6px 36px;">cd ~/.synce/
wget

http://synce.svn.sf.net/svnroot/synce/trunk/sync-engine/config/config.xml</pre>
<p style="text-align:left;"><span style="font-weight:bold;">Now the </span><a href="http://sourceforge.net/mailarchive/message.php?msg_id=77f21d490805200515r65f82998ka148724b6e29b880%40mail.gmail.com" target="_blank">tip</a>. The current <span style="font-style:italic;">config.xml</span> has the <span style="font-style:italic;">AutoSyncCommand</span> and the <span style="font-style:italic;">Disable</span> commented. Uncommented, leaving it disabled.</p>
<ul style="text-align:left;">
<li>You can download my own</li>
</ul>
<pre style="border:0 inset;overflow:auto;width:470px;height:50px;text-align:left;color:#339966;margin:0;padding:6px 6px 6px 36px;">cd ~/.synce/
wget http://lofspot.net/synce/config.xml</pre>
<ul style="text-align:left;">
<li>Start <span style="font-style:italic;">sync-engine</span> if needed</li>
</ul>
<pre style="border:0 inset;overflow:auto;width:470px;height:25px;text-align:left;color:#339966;margin:0;padding:6px 6px 6px 36px;">synce-sync-engine</pre>
<p style="text-align:left;">Connect your phone via usb. You shouldn&#8217;t get any errors.</p>
<p style="text-align:left;"><strong><br />
Create a partnership</strong></p>
<p style="text-align:left;">You have to create a partnership between device and computer using one of two methods:</p>
<ol style="text-align:left;">
<li>Via command line</li>
<li>Using <span style="font-style:italic;">synce-kpm</span> (<span style="font-weight:bold;">graphical and recommend</span>)</li>
</ol>
<p style="text-align:left;">(1) You can then use the command</p>
<pre style="border:0 inset;overflow:auto;width:470px;height:25px;text-align:left;color:#339966;margin:0;padding:6px 6px 6px 36px;"><span style="text-decoration:line-through;"></span>synce-create-partnership "Linux desktop" "Contacts,Calendar"</pre>
<p style="text-align:left;">The &#8220;Linux desktop&#8221; string can be any string of 20 characters or less. The available items for synchronization are:</p>
<p style="text-align:left;">* Contacts<br />
* Calendar<br />
* Tasks<br />
* Files</p>
<p style="text-align:left;">When specifying items to sync, they must be separated by commas. You must also surround the list in double quotes and the string must not contain any whitespace.</p>
<p style="text-align:left;">(2) Or install <a href="http://www.guidodiepen.nl/" target="_blank"><span style="font-style:italic;">synce-kpm</span></a></p>
<pre style="border:0 inset;overflow:auto;width:470px;height:25px;text-align:left;color:#339966;margin:0;padding:6px 6px 6px 36px;">sudo apt-get install synce-kpm</pre>
<p style="text-align:left;">Now run <span style="font-style:italic;">synce-kpm</span></p>
<pre style="border:0 inset;overflow:auto;width:470px;height:25px;text-align:left;color:#339966;margin:0;padding:6px 6px 6px 36px;">synce-kpm</pre>
<p style="text-align:left;">Go to <span style="font-style:italic;">Partnership manager</span>. You probably have already partnerships created if you ever synced your phone under Windows.</p>
<p style="text-align:left;">I chose to start by deleting my existing partnerships and start from scratch, but, as pointed out by <a href="http://lof-ubuntu-xp.lofspot.net/2008/06/04/syncing-windows-mobile-56-with-synce/#comment-21">Guido Diepen</a> <strong>if your device runs WM6 this will erase all your contacts/tasks/calendar</strong>. So do not delete your partnership if you&#8217;re running WM6 and your want to keep your data in the device.</p>
<p style="text-align:left;">In my case, having WM5, I&#8217;ve deleted every partnerships and created a new one. I chose to sync Calendar, Contacts and Tasks.</p>
<p style="text-align:left;"><strong><br />
synce-opensync-plugin</strong></p>
<p style="text-align:left;">Check the list of the available plugins:</p>
<pre style="border:0 inset;overflow:auto;width:470px;height:25px;text-align:left;color:#339966;margin:0;padding:6px 6px 6px 36px;">msynctool --listplugins</pre>
<p style="text-align:left;">You should have <span style="font-style:italic;">synce-opensync-plugin</span>.</p>
<p style="text-align:left;">If you don&#8217;t see the above plugin in the output of <span style="font-style:italic;">msynctool</span>, then download the <a class="http" href="http://synce.svn.sf.net/svnroot/synce/trunk/sync-engine/plugins/synce-opensync-plugin-2x.py" target="_blank">plugin</a> and copy this file to <em>/usr/lib/opensync/python-plugins</em>.</p>
<p style="text-align:left;">I already had the plugin.</p>
<p style="text-align:left;"><strong><br />
Create OpenSync group</strong></p>
<p style="text-align:left;">A group between SynCE and your chosen PIM application must be initiated.</p>
<p style="text-align:left;">I&#8217;m using Evolution (<span style="font-style:italic;">evo2-sync</span>).</p>
<pre style="border:0 inset;overflow:auto;width:470px;height:70px;text-align:left;color:#339966;margin:0;padding:6px 6px 6px 36px;">msynctool --addgroup synce-sync
msynctool --addmember synce-sync synce-opensync-plugin
msynctool --addmember synce-sync evo2-sync</pre>
<p style="text-align:left;"><strong><br />
Syncing your device (finally)</strong></p>
<ul style="text-align:left;">
<li>Start <span style="font-style:italic;">sync-engine</span> if needed and connect your device</li>
</ul>
<pre style="border:0 inset;overflow:auto;width:470px;height:25px;text-align:left;color:#339966;margin:0;padding:6px 6px 6px 36px;"><span style="text-decoration:line-through;"></span>synce-sync-engine</pre>
<ul style="text-align:left;">
<li>Start <span style="font-style:italic;">synce-kpm</span></li>
</ul>
<pre style="border:0 inset;overflow:auto;width:470px;height:25px;text-align:left;color:#339966;margin:0;padding:6px 6px 6px 36px;">synce-kpm</pre>
<ul style="text-align:left;">
<li>Sync with OpenSync</li>
</ul>
<pre style="border:0 inset;overflow:auto;width:470px;height:25px;text-align:left;color:#339966;margin:0;padding:6px 6px 6px 36px;">msynctool --sync synce-sync</pre>
<p style="text-align:left;">This could take some time the first time, so be patient. You can check your progress in <span style="font-style:italic;">synce-kpm</span>.</p>
<p style="text-align:left;">After the <span style="font-style:italic;">msynctool</span> command ends completely, check Evolution <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p style="text-align:left;"><span style="text-decoration:underline;">Important:</span> keep your device <strong>on</strong>, so the synchronization isn&#8217;t interrupted.</p>
<p style="text-align:left;">In Ubuntu 8.10 I only need to call the <em>msynctool</em> after connecting the device and be sure the firewall isn&#8217;t causing trouble. Very easy.</p>
<p style="text-align:left;"><strong><br />
Firewall</strong></p>
<p style="text-align:left;">If you have a firewall active, and you&#8217;re having troubles syncing your device try to disable it.</p>
<p style="text-align:left;"><strong><br />
Inconsistencies while syncing</strong></p>
<p style="text-align:left;">While syncing kepp an eye out in you console. I had some inconsistencies in my data (contacts) than I had to resolve by selecting witch version of a contact I would like to keep.</p>
<p style="text-align:left;"><strong><br />
</strong></p>
<p style="text-align:left;">
<p style="text-align:left;">Please, feel free to post a comment or email me at <span style="font-style:italic;">lof-ubuntu-xp</span> [(at)] <span style="font-style:italic;">lofspot.net.</span></p>
<p style="text-align:left;">This is just a &#8220;this is how I did it&#8221; post<span style="font-style:italic;">.</span> I probably won&#8217;t be able to help you, especially in another distribution/version or phone, still feel free to share your experience.</p>
<p style="text-align:left;">
<p style="text-align:left;"><strong><br />
Further reading</strong></p>
<ul style="text-align:left;">
<li><a href="http://www.synce.org/moin/SynceWithUbuntu" target="_blank">Synce with Ubuntu<br />
</a></li>
<li><a href="http://sourceforge.net/mailarchive/message.php?msg_id=77f21d490805200515r65f82998ka148724b6e29b880%40mail.gmail.com" target="_blank">Synce mailing lists</a></li>
</ul>
<p style="text-align:left;"><span style="font-size:85%;"><span style="font-style:italic;">last updated: 10-12-2008<br />
</span></span><span style="font-size:85%;"><span style="font-style:italic;">original post: 10-12-2008</span></span></p>
<p style="text-align:left;">___________________________________________________________________________________________________</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lofubuntuxp.wordpress.com/166/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lofubuntuxp.wordpress.com/166/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lofubuntuxp.wordpress.com/166/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lofubuntuxp.wordpress.com/166/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lofubuntuxp.wordpress.com/166/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lofubuntuxp.wordpress.com/166/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lofubuntuxp.wordpress.com/166/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lofubuntuxp.wordpress.com/166/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lofubuntuxp.wordpress.com/166/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lofubuntuxp.wordpress.com/166/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lofubuntuxp.wordpress.com&blog=3945211&post=166&subd=lofubuntuxp&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lofubuntuxp.wordpress.com/2008/12/10/syncing-windows-mobile-56-with-synce-ubuntu810/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/942a72434f90e8d75ad4358c6ddcef0f?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">paapereira</media:title>
		</media:content>
	</item>
		<item>
		<title>Upgrading to Ubuntu 8.10 The Intrepid Ibex</title>
		<link>http://lofubuntuxp.wordpress.com/2008/11/03/upgrading-to-ubuntu-810/</link>
		<comments>http://lofubuntuxp.wordpress.com/2008/11/03/upgrading-to-ubuntu-810/#comments</comments>
		<pubDate>Mon, 03 Nov 2008 22:03:09 +0000</pubDate>
		<dc:creator>paapereira</dc:creator>
				<category><![CDATA[OS Installation]]></category>

		<guid isPermaLink="false">http://lofubuntuxp.wordpress.com/?p=157</guid>
		<description><![CDATA[Last week Ubuntu 8.10, aka The Intrepid Ibex, was released.
Time to updgrade   First in my laptop.
I will be the using the 64 bit alternate cd to upgrade. This means that the upgrade will have a cd image as his source, and not the Internet. This way it&#8217;s much faster.
Before you start

Check for updates [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lofubuntuxp.wordpress.com&blog=3945211&post=157&subd=lofubuntuxp&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p style="text-align:left;">Last week Ubuntu 8.10, aka The Intrepid Ibex, was <a href="http://www.ubuntu.com/getubuntu/download" target="_blank">released</a>.</p>
<p style="text-align:left;">Time to updgrade <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  First in my <a href="http://lof-ubuntu-xp.lofspot.net/2008/09/16/hp-pavilion-dv5-1020ep/">laptop</a>.</p>
<p style="text-align:left;">I will be the using the 64 bit alternate cd to upgrade. This means that the upgrade will have a cd image as his source, and not the Internet. This way it&#8217;s much faster.</p>
<p style="text-align:left;"><strong>Before you start</strong></p>
<ul>
<li>Check for updates using Update Manager</li>
<li>Backup your data</li>
<li>Check the <a href="http://www.ubuntu.com/getubuntu/releasenotes/810" target="_blank">Release Notes</a></li>
<li><a href="http://www.ubuntu.com/getubuntu/download" target="_blank">Download</a> Ubuntu (I recommend using <a href="http://www.ubuntu.com/getubuntu/downloadmirrors#bt" target="_blank">Torrents</a>)</li>
<li>Check the file hash (example: <em>md5sum ubuntu-8.10-alternate-amd64.iso</em>)</li>
<li>Be sure to upgrade from Ubuntu 8.04.</li>
<li>Use <a href="http://www.ubuntugeek.com/easy-way-of-mountunmount-iso-images-in-ubuntu.html">Gmount-iso</a> to mount the iso file. This way cd could be mounted without having to burn a cd.</li>
</ul>
<p style="text-align:left;">In the Terminal, go to the cd mount point (example: <em>/media/cdrom</em>) and type:</p>
<pre style="border:0 inset;overflow:auto;width:470px;height:25px;text-align:left;color:#339966;margin:0;padding:6px 6px 6px 36px;">gksu "sh /cdrom/cdromupgrade"</pre>
<p style="text-align:left;">And now we wait&#8230;</p>
<p style="text-align:left;">During the updgrade there may be some questions about replacing some configuration files. I replaced them all with the new versions.</p>
<p style="text-align:left;">After restarting and reactivating my Software Sources there were more updates to do. This is because Ubuntu deactivates other software sources and because I made the upgrade from the alternate cd.</p>
<p style="text-align:left;"><strong><br />
Issues</strong></p>
<ul style="text-align:left;">
<li><strong>Non-Issue 1:</strong> It really seams faster <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </li>
<li><strong>Non-Issue 2:</strong> Install OpenOffice 3.0</li>
<li><span style="font-weight:bold;">Issue 1:</span> I was missing some software I wanted to get back.
<ul>
<li>gVim</li>
<li>gnuCash</li>
<li>Mail Notification</li>
<li><a href="http://lof-ubuntu-xp.lofspot.net/2008/04/28/apache-php-and-mysql/">LAMP Server</a> (<span style="font-style:italic;">check the link for details</span>)</li>
</ul>
</li>
<li><strong>Issue 2: </strong>Reactivate Software Sources (System &gt; Administration &gt; Software Sources) updating them to Intrepid.</li>
<li><strong>Issue 3:</strong> Add to re-install EnvyNG-Qt (<em>sudo apt-get install envyng-qt</em>) and enable the ATI driver.</li>
<li><strong>Issue 4:</strong> Scrolling in Firefox was extremely slow. I reinstalled the ATI driver and it&#8217;s fixed now.</li>
<pre style="border:0 inset;overflow:auto;width:470px;height:100px;text-align:left;color:#339966;margin:0;padding:6px 6px 6px 36px;">sudo apt-get remove --purge fglrx*
sudo apt-get remove --purge xserver-xorg-video-ati xserver-xorg-video-radeon
sudo apt-get install xserver-xorg-video-ati
sudo dpkg-reconfigure -phigh xserver-xorgsudo dpkg-reconfigure -phigh xserver-xorg</pre>
</ul>
<p style="text-align:left;"><span style="font-size:85%;"><span style="font-style:italic;">last updated: 11-11-2008</span></span></p>
<p style="text-align:left;">___________________________________________________________________________________________________</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lofubuntuxp.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lofubuntuxp.wordpress.com/157/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lofubuntuxp.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lofubuntuxp.wordpress.com/157/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lofubuntuxp.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lofubuntuxp.wordpress.com/157/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lofubuntuxp.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lofubuntuxp.wordpress.com/157/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lofubuntuxp.wordpress.com/157/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lofubuntuxp.wordpress.com/157/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lofubuntuxp.wordpress.com&blog=3945211&post=157&subd=lofubuntuxp&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lofubuntuxp.wordpress.com/2008/11/03/upgrading-to-ubuntu-810/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/942a72434f90e8d75ad4358c6ddcef0f?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">paapereira</media:title>
		</media:content>
	</item>
		<item>
		<title>HP Pavilion dv5-1020ep (Ubuntu 64 bits)</title>
		<link>http://lofubuntuxp.wordpress.com/2008/09/16/hp-pavilion-dv5-1020ep/</link>
		<comments>http://lofubuntuxp.wordpress.com/2008/09/16/hp-pavilion-dv5-1020ep/#comments</comments>
		<pubDate>Tue, 16 Sep 2008 20:49:56 +0000</pubDate>
		<dc:creator>paapereira</dc:creator>
				<category><![CDATA[OS Installation]]></category>

		<guid isPermaLink="false">http://lofubuntuxp.wordpress.com/?p=129</guid>
		<description><![CDATA[My old laptop&#8217;s battery is dying, and used that as an excuse to buy myself a new on  
I had a HP Pavilion zt3240EA, and have been very happy with it. Nice machine. Still, age weights on every one.
I&#8217;m gonna be installing Ubuntu 8.04.1 LTS Desktop Edition, 64 bits version, on my new HP [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lofubuntuxp.wordpress.com&blog=3945211&post=129&subd=lofubuntuxp&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p style="text-align:left;">My old laptop&#8217;s battery is dying, and used that as an excuse to buy myself a new on <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p style="text-align:left;">I had a HP Pavilion zt3240EA, and have been very happy with it. Nice machine. Still, age weights on every one.</p>
<p style="text-align:left;">I&#8217;m gonna be installing Ubuntu 8.04.1 LTS Desktop Edition, 64 bits version, on my new <a href="http://h10025.www1.hp.com/ewfrf/wc/product?lc=en&amp;dlc=en&amp;cc=sg&amp;product=3770477&amp;lang=en" target="_blank">HP Pavilion dv5-1020ep</a>.</p>
<p style="text-align:left;"><strong></strong></p>
<p style="text-align:left;"><strong><br />
Download and Burn a CD</strong></p>
<ul style="text-align:left;">
<li>Go to Ubuntu <a href="http://www.ubuntu.com/getubuntu/download" target="_blank">Download Page</a> and download Ubuntu.</li>
<li>Check the downloaded file hash. The output must be the same as you see in the <a href="https://help.ubuntu.com/community/UbuntuHashes" target="_blank">Ubuntu Hashes Page</a>.</li>
</ul>
<pre style="border:0 inset;overflow:auto;width:470px;height:25px;text-align:left;color:#339966;margin:0;padding:6px 6px 6px 36px;">md5sum ubuntu-8.04.1-desktop-amd64.iso</pre>
<ul style="text-align:left;">
<li>Burn a cd (you can use <a href="http://www.gnome.org/projects/brasero/" target="_blank">Brasero</a>, for example, if you already use Ubuntu).</li>
</ul>
<p style="text-align:left;"><strong><br />
Running the live cd</strong></p>
<ul style="text-align:left;">
<li>Boot from the cd.</li>
<li>After booting it&#8217;s important to check the integrity of the cd. Burning cds also fails.</li>
</ul>
<p style="text-align:left;"><strong><br />
Hardware to check</strong> (during the live cd session)</p>
<ul style="text-align:left;">
<li>Graphics (only 1024&#215;768, but check)</li>
<li>Sound (check)</li>
<li>Media buttons (check)</li>
<li>Cable network (check)</li>
<li>Wireless network (the proprietary Atheros wireless card was found, not tested)</li>
<li>HP media command (not working)</li>
<li>Integrated Webcam (check)</li>
</ul>
<p style="text-align:left;"><strong><br />
Hard Drive Partition Layout</strong></p>
<pre style="border:1px inset;overflow:auto;width:470px;height:120px;text-align:left;margin:0;padding:6px;">/dev/sda
	/dev/sda1	ntfs	Vista			36002 MB
	/dev/sda2	ntfs	Vista Recover		 8450 MB
	/dev/sda3	ext3	/			10240 MB
	/dev/sda5	ext3	/home 			10240 MB
	/dev/sda6	ext3	/storage		94072 MB
	/dev/sda7	swap				 1028 MB</pre>
<p style="text-align:left;"><strong><br />
Post-install: Graphics Card</strong></p>
<p style="text-align:left;">I installed <a href="http://albertomilone.com/index.html">EnvyNG</a> using the Synaptic Package Manager (look for <span style="font-style:italic;">envyng-gtk</span>) and just had to run it (Applications &gt; System Tools &gt; EnvyNG), after closing Synaptic (important), and choose to “Install the ATI driver (Automatic Hardware Detection)” option.</p>
<p style="text-align:left;">I now have a normal 1280×800 screen resolution and some desktop effects are already active.</p>
<p style="text-align:left;">There is an ATI Catalyst Control Center under Applications &gt; Other, where you can tweak things up.</p>
<p style="text-align:left;"><strong>Problems to Solve:</strong> if I have Compiz on, there&#8217;s a terrible flickering when playing back movies.</p>
<p style="text-align:left;"><strong><br />
Post-install: CPU Frequency Scaling</strong></p>
<p>After installing Ubuntu I noticed that the frequency of both cores was always at 2 GHz (the cpu max frequency in my case).</p>
<p>Because this is a laptop I want the cpu to scale that frequencies as needed.</p>
<p><span style="text-decoration:underline;">Useful tools:</span></p>
<pre style="border:0 inset;overflow:auto;width:470px;height:25px;text-align:left;color:#339966;margin:0;padding:6px 6px 6px 36px;">sudo apt-get install cpufrequtils</pre>
<p>You can check this behavior by:</p>
<ul>
<li>Adding the &#8220;CPU Frequency Scaling Monitor&#8221; to your Gnome Panel (add two, one for each core). Frequency should change while you work.</li>
<li>Check the output of the following (here you can check the driver used &#8211; powernow-k8 &#8211; and the current scaling policy)</li>
<pre style="border:0 inset;overflow:auto;width:470px;height:25px;text-align:left;color:#339966;margin:0;padding:6px 6px 6px 36px;">cpufreq-info</pre>
</ul>
<p>Reference: <a href="http://xlife.zuavra.net/index.php/70/" target="_blank">How to use CPU frequency scaling (cpufreq)</a></p>
<p>After some time of research here&#8217;s a very simple method (read the <a href="http://xlife.zuavra.net/index.php/70/" target="_blank">Reference</a> for much more details):</p>
<ul>
<li>Add the following to your<em> /etc/rc.local</em> file ( <span style="color:#339966;"><strong>sudo vi /etc/rc.local</strong></span> )</li>
</ul>
<pre style="border:1px inset;overflow:auto;width:470px;height:120px;text-align:left;margin:0;padding:6px;">modprobe powernow-k8
sudo cpufreq-selector -g userspace
/etc/init.d/powernowd restart

exit 0</pre>
<ul>
<li>Add the -n option to your <em> /etc/default/powernowd</em> file ( <span style="color:#339966;"><strong>sudo vi /etc/default/powernowd</strong></span> )</li>
</ul>
<pre style="border:1px inset;overflow:auto;width:470px;height:20px;text-align:left;margin:0;padding:6px;">OPTIONS="-q -n"</pre>
<ul>
<li>Restart</li>
</ul>
<p style="text-align:left;"><strong></strong></p>
<p style="text-align:left;"><span style="text-decoration:underline;">Useful tips:</span></p>
<ul>
<li>Check available frequencies for your cpu (if you have more than one core also check cpu1, cpu2, etc.)</li>
</ul>
<pre style="border:0 inset;overflow:auto;width:470px;height:25px;text-align:left;color:#339966;margin:0;padding:6px 6px 6px 36px;">cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_frequencies</pre>
<ul>
<li>Check current governor</li>
</ul>
<pre style="border:0 inset;overflow:auto;width:470px;height:25px;text-align:left;color:#339966;margin:0;padding:6px 6px 6px 36px;">cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor</pre>
<ul>
<li>Check available governors</li>
</ul>
<pre style="border:0 inset;overflow:auto;width:470px;height:25px;text-align:left;color:#339966;margin:0;padding:6px 6px 6px 36px;">cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_available_governors</pre>
<p style="text-align:left;"><span style="font-weight:bold;">Problems to solve:</span> restarting <em>powernowd</em> always change the governor to <em>ondemand</em>.</p>
<p style="text-align:left;"><strong><br />
Post-install: Wireless Network card</strong></p>
<p style="text-align:left;">A warning in the Notification Area showed that a Proprietary Driver is enabled (Atheros wireless card).</p>
<p style="text-align:left;"><em>lspci | grep Atheros</em> to check the driver name.</p>
<p style="text-align:left;">Followed this instructions from <a href="http://ubuntuforums.org/showthread.php?t=908180" target="_blank">Ubuntu Forums</a>, now I can use the wireless card, I found several networks, the signal is good, I connect with my password, but I can&#8217;t get an IP&#8230; This means no Internet.</p>
<p style="text-align:left;"><span style="font-weight:bold;">Problems to solve:</span> connect to the Internet with sucess.</p>
<p style="text-align:left;"><strong><br />
Post-install: Laptop Optimizations</strong></p>
<p style="text-align:left;">Here&#8217;s some useful tips if you&#8217;re running on a laptop:</p>
<ul>
<li>Change the ENABLE_LAPTOP_MODE option to true ( <span style="color:#339966;"><strong>sudo vi /etc/default/acpi-support</strong></span> )</li>
</ul>
<pre style="border:1px inset;overflow:auto;width:470px;height:20px;text-align:left;margin:0;padding:6px;">ENABLE_LAPTOP_MODE=true</pre>
<ul>
<li>Install and run <em>powertop</em>. Follow the instructions on-screen (more info <a href="http://ubuntu-tutorials.com/2008/06/19/extend-your-battery-life-with-powertop/" target="_blank">here</a>).</li>
</ul>
<pre style="border:0 inset;overflow:auto;width:470px;height:25px;text-align:left;color:#339966;margin:0;padding:6px 6px 6px 36px;">sudo apt-get install powertop</pre>
<pre style="border:0 inset;overflow:auto;width:470px;height:25px;text-align:left;color:#339966;margin:0;padding:6px 6px 6px 36px;">sudo powertop</pre>
<p style="text-align:left;"><strong><br />
Post-install: Sound Card</strong></p>
<p>Sound works fine, but the Master mute button doen&#8217;t mute the Front. This means that the columns still output sound.</p>
<p style="text-align:left;">To fix this go to System &gt; Preferences &gt; Sound and select the Front device in the list below.</p>
<p style="text-align:left;"><strong><br />
Post-install: File System</strong></p>
<p style="text-align:left;">Besides the / and <span style="font-style:italic;">/home</span> partitions, only root have permissions to write in every other partitions. In my case <span style="font-style:italic;">/storage</span>.</p>
<p style="text-align:left;">So, we have to add permissions to our user:</p>
<pre style="border:0 inset;overflow:auto;width:470px;height:50px;text-align:left;color:#339966;margin:0;padding:6px 6px 6px 36px;">sudo chown -R youruser:youruser /storage
sudo chmod -R 755 /storage</pre>
<p style="text-align:left;">Click <a href="http://www.psychocats.net/ubuntu/mountlinux">here</a> for more info.</p>
<p style="text-align:left;"><strong><br />
Post-install: Updates</strong></p>
<p style="text-align:left;">Update Manager warned me about 120 available updates. Just letting it go&#8230;</p>
<p style="text-align:left;"><strong><br />
Post-install: Multimedia</strong></p>
<p style="text-align:left;">References: <a href="http://ubuntuforums.org/showthread.php?t=766683">Complete Streaming, Multimedia &amp; Video How-to</a> and <a href="https://help.ubuntu.com/community/Medibuntu">Medibuntu<br />
</a></p>
<ul style="text-align:left;">
<li>Repositories</li>
</ul>
<pre style="border:0 inset;overflow:auto;width:470px;height:90px;text-align:left;color:#339966;margin:0;padding:6px 6px 6px 36px;">sudo wget http://www.medibuntu.org/sources.list.d/hardy.list \
 -O /etc/apt/sources.list.d/medibuntu.list
wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add \
 - &amp;&amp; sudo apt-get update</pre>
<ul style="text-align:left;">
<li>Flash</li>
</ul>
<pre style="border:0 inset;overflow:auto;width:470px;height:100px;text-align:left;color:#339966;margin:0;padding:6px 6px 6px 36px;">sudo apt-get purge flashplugin-nonfree &amp;&amp; \
sudo mkdir /usr/lib/flashplugin-nonfree &amp;&amp; \
sudo cp -f ~/Desktop/libflashplayer.so \
/usr/lib/flashplugin-nonfree/ &amp;&amp; \
sudo nspluginwrapper -i \
/usr/lib/flashplugin-nonfree/libflashplayer.so &amp;&amp; \
sudo ln -sf \
/usr/lib/nspluginwrapper/plugins/npwrapper.libflashplayer.so \
/etc/alternatives/firefox-flashplugin &amp;&amp; \
sudo ln -sf /etc/alternatives/firefox-flashplugin \
/usr/lib/firefox-addons/plugins/flashplayer-alternative.so &amp;&amp; \
sudo rm -f /usr/lib/firefox/plugins/npwrapper.libflashplayer.so</pre>
<ul style="text-align:left;">
<li>Codecs and plugins (<span style="font-size:85%;">it will take quite some time</span>)</li>
</ul>
<pre style="border:0 inset;overflow:auto;width:470px;height:110px;text-align:left;color:#339966;margin:0;padding:6px 6px 6px 36px;">sudo apt-get remove gnash gnash-common libflash-mozplugin \
libflashsupport mozilla-plugin-gnash swfdec-mozilla &amp;&amp; \
sudo apt-get install alsa-oss faac faad flashplugin-nonfree \
gstreamer0.10-ffmpeg gstreamer0.10-plugins-bad \
gstreamer0.10-plugins-bad-multiverse gstreamer0.10-plugins-ugly \
gstreamer0.10-plugins-ugly-multiverse ia32-libs icedtea-gcjwebplugin \
liblame0 non-free-codecs openjdk-6-jre unrar</pre>
<ul>
<li>Audio and Video Streaming</li>
</ul>
<pre style="border:0 inset;overflow:auto;width:470px;height:50px;text-align:left;color:#339966;margin:0;padding:6px 6px 6px 36px;">sudo apt-get remove kaffeine-mozilla mozilla-helix-player \
mozilla-mplayer mozilla-plugin-vlc totem-mozilla xine-plugin &amp;&amp; \
sudo apt-get install gnome-mplayer gecko-mediaplayer</pre>
<ul>
<li>Playing Encrypted DVDs</li>
</ul>
<pre style="border:0 inset;overflow:auto;width:470px;height:50px;text-align:left;color:#339966;margin:0;padding:6px 6px 6px 36px;">sudo apt-get install libdvdcss2 libdvdread3 libdvdnav4 build-essential debhelper fakeroot \
 regionset</pre>
<ul>
<li>Changing your <a href="http://en.wikipedia.org/wiki/DVD_region_codes">DVD Region Code</a> (<span style="font-size:85%;">be sure there’s a DVD in the drive</span>)<a href="http://en.wikipedia.org/wiki/DVD_region_codes"><br />
</a></li>
</ul>
<pre style="border:0 inset;overflow:auto;width:470px;height:25px;text-align:left;color:#339966;margin:0;padding:6px 6px 6px 36px;">sudo regionset</pre>
<p style="text-align:left;">Check the <a href="http://ubuntuforums.org/showthread.php?t=766683">reference</a> link, because it as many other things you’ll want.</p>
<p style="text-align:left;"><strong><br />
Post-install: Preferences and Look and Feel</strong></p>
<p style="text-align:left;">Here&#8217;s some things I changed right away:</p>
<ul>
<li>4 workspaces</li>
<li>Automatic login (System &gt; Administration &gt; Login Window, Security tab)</li>
<li>Add Network Manager and Battery Charge Monitor to the Panel</li>
<li>Background</li>
<li>NTP Time Server</li>
<li>Weather on Clock Preferences</li>
</ul>
<p><strong><br />
Post-install: NFS file sharing</strong></p>
<p style="text-align:left;">To configure two Ubuntu machines to share files using NFS, check <a href="http://lof-ubuntu-xp.lofspot.net/2008/05/01/nfs-file-sharing/">here</a>.</p>
<p style="text-align:left;"><strong><br />
Post-install: SAMBA Server</strong></p>
<p style="text-align:left;">Go to Applications &gt; Add/Remove and install Samba.</p>
<p style="text-align:left;">Go to System &gt; Administration &gt; Samba to add shares and define samba users.</p>
<p style="text-align:left;">Also check this <a href="http://lof-ubuntu-xp.lofspot.net/2008/03/21/sharing-files-with-windows/">post</a>.</p>
<p style="text-align:left;"><strong><br />
Post-install: LAMP Server</strong></p>
<p style="text-align:left;">To install Apache, MySQL and PHP, check <a href="http://lof-ubuntu-xp.lofspot.net/2008/04/28/apache-php-and-mysql/">here</a>.</p>
<p style="text-align:left;"><strong><br />
Post-install: extra software</strong></p>
<p style="text-align:left;">List of extra installation software installed:</p>
<ul style="text-align:left;">
<li><a href="http://beta.foxmarks.com/">Firefox </a><a href="http://beta.foxmarks.com/">Foxmarks</a> add-on (<span style="font-size:85%;">can’t live without it</span>)</li>
<li><a href="http://lof-ubuntu-xp.lofspot.net/2008/07/29/gnomedo-05/">GnomeDo</a></li>
<li>VLC</li>
<li><a href="http://lof-ubuntu-xp.lofspot.net/2008/04/21/conky/">Conky</a></li>
<li><a href="http://lof-ubuntu-xp.lofspot.net/2008/06/24/synergy/">Synergy</a></li>
<li>GVim</li>
<li>lm-sensors</li>
<li>Network Selector</li>
<li><a href="http://lof-ubuntu-xp.lofspot.net/2008/09/16/virtualbox-20/">VirtualBox</a></li>
<li>Gaupol Subtitle Editor</li>
<li>More Firefox add-ons (<span style="font-size:85%;">BugMeNot, Forecastfox, Twitkit, Portuguese Dictionary</span>)</li>
<li>Firefox IMDB search-engine</li>
<li>Gnucash</li>
<li><a href="http://earth.google.com/download-earth.html">Google Earth</a> (<span style="font-size:85%;">it will download a .bin installation file, run it in the Terminal</span>)</li>
<li>aspell-pt-pt</li>
<li>Mail Notification</li>
</ul>
<p style="text-align:left;">
<p style="text-align:left;">
<p><strong><br />
Further reading</strong></p>
<ul>
<li><a href="http://aldeby.org/blog/index.php/howto-ubuntu-linux-on-hp-pavilion-dv2000-dv6000-dv9000-series-laptops" target="_blank">HowTo [EN]: Ubuntu Linux on HP Pavilion series dv2000, dv6000, dv9000</a></li>
</ul>
<p style="text-align:left;"><span style="font-size:85%;"><span style="font-style:italic;"> last updated: 18-09-2008</span></span></p>
<p style="text-align:left;">______________________________________________________________________________________</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lofubuntuxp.wordpress.com/129/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lofubuntuxp.wordpress.com/129/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lofubuntuxp.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lofubuntuxp.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lofubuntuxp.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lofubuntuxp.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lofubuntuxp.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lofubuntuxp.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lofubuntuxp.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lofubuntuxp.wordpress.com/129/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lofubuntuxp.wordpress.com/129/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lofubuntuxp.wordpress.com/129/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lofubuntuxp.wordpress.com&blog=3945211&post=129&subd=lofubuntuxp&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lofubuntuxp.wordpress.com/2008/09/16/hp-pavilion-dv5-1020ep/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/942a72434f90e8d75ad4358c6ddcef0f?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">paapereira</media:title>
		</media:content>
	</item>
		<item>
		<title>Virtualbox 2.0</title>
		<link>http://lofubuntuxp.wordpress.com/2008/09/16/virtualbox-20/</link>
		<comments>http://lofubuntuxp.wordpress.com/2008/09/16/virtualbox-20/#comments</comments>
		<pubDate>Tue, 16 Sep 2008 11:57:35 +0000</pubDate>
		<dc:creator>paapereira</dc:creator>
				<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://lofubuntuxp.wordpress.com/?p=122</guid>
		<description><![CDATA[Virtualbox 2.0 is out and now it&#8217;s easier to install and maintain.

Install

Download and register Sun authentication key

wget -q http://download.virtualbox.org/virtualbox/debian/sun_vbox.asc -O- &#124; \
sudo apt-key add -

Go to System &#62; Administration &#62; Software Sources and Third-Party Software.


 Add the following sources for Hardy (check your distibution here):

deb http://download.virtualbox.org/virtualbox/debian hardy non-free

Now you can go to Synaptic Package Manager [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lofubuntuxp.wordpress.com&blog=3945211&post=122&subd=lofubuntuxp&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p style="text-align:left;"><a href="http://www.virtualbox.org/" target="_blank">Virtualbox 2.0</a> is out and now it&#8217;s easier to install and maintain.</p>
<p style="text-align:left;"><strong><br />
Install</strong></p>
<ul style="text-align:left;">
<li>Download and register Sun authentication key</li>
</ul>
<pre style="border:0 inset;overflow:auto;width:470px;height:50px;text-align:left;color:#339966;margin:0;padding:6px 6px 6px 36px;">wget -q http://download.virtualbox.org/virtualbox/debian/sun_vbox.asc -O- | \
sudo apt-key add -</pre>
<ul style="text-align:left;">
<li>Go to <em>System &gt; Administration &gt; Software Sources</em> and <em>Third-Party Software</em>.</li>
</ul>
<ul style="text-align:left;">
<li> Add the following sources for Hardy (check your distibution <a href="http://www.virtualbox.org/wiki/Linux_Downloads" target="_blank">here</a>):</li>
</ul>
<pre style="border:0 inset;overflow:auto;width:470px;height:25px;text-align:left;color:#339966;margin:0;padding:6px 6px 6px 36px;">deb http://download.virtualbox.org/virtualbox/debian hardy non-free</pre>
<ul style="text-align:left;">
<li>Now you can go to Synaptic Package Manager and look for virtualbox. This way you can uninstall previous Virtualbox installations (Synaptic Package Manager will do that for you).</li>
</ul>
<ul style="text-align:left;">
<li>Don&#8217;t forget to install the new Guest Additions if you&#8217;re using a Windows Virtual Machine.</li>
<li>Now you&#8217;ll receive updated through Update Manager.</li>
</ul>
<p style="text-align:left;">Also check my previous posts about Virtualbox for more info and tips:</p>
<ul style="text-align:left;">
<li><a href="http://lof-ubuntu-xp.lofspot.net/2008/07/30/sun-virtualbox/" target="_blank">Sun Virtualbox</a></li>
<li><a href="http://lof-ubuntu-xp.lofspot.net/2008/05/01/windows-under-linux/" target="_blank">Windows under Linux</a></li>
</ul>
<p style="text-align:left;">
<p style="text-align:left;"><strong><br />
Further reading</strong></p>
<ul style="text-align:left;">
<li><a href="http://www.virtualbox.org/wiki/Linux_Downloads" target="_blank">Virtualbox</a></li>
</ul>
<p style="text-align:left;"><span style="font-size:85%;"><span style="font-style:italic;"><br />
last updated: 16-09-2008</span></span></p>
<p style="text-align:left;">______________________________________________________________________________________</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lofubuntuxp.wordpress.com/122/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lofubuntuxp.wordpress.com/122/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lofubuntuxp.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lofubuntuxp.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lofubuntuxp.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lofubuntuxp.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lofubuntuxp.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lofubuntuxp.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lofubuntuxp.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lofubuntuxp.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lofubuntuxp.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lofubuntuxp.wordpress.com/122/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lofubuntuxp.wordpress.com&blog=3945211&post=122&subd=lofubuntuxp&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lofubuntuxp.wordpress.com/2008/09/16/virtualbox-20/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/942a72434f90e8d75ad4358c6ddcef0f?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">paapereira</media:title>
		</media:content>
	</item>
		<item>
		<title>Sun Virtualbox</title>
		<link>http://lofubuntuxp.wordpress.com/2008/07/30/sun-virtualbox/</link>
		<comments>http://lofubuntuxp.wordpress.com/2008/07/30/sun-virtualbox/#comments</comments>
		<pubDate>Wed, 30 Jul 2008 22:03:44 +0000</pubDate>
		<dc:creator>paapereira</dc:creator>
				<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://lofubuntuxp.wordpress.com/?p=102</guid>
		<description><![CDATA[UPDATE AUG 10: Virtualbox 1.6.4 is out. Added a new &#8220;Update Virtualbox to a new version&#8221; section.
I have Virtualbox OSE (Open Source Edition) installed. I use it basically to use Office, when needed.
Currently I only restart to Windows to sync my iPod Touch, and that&#8217;s because Virtualbox OSE doesn&#8217;t support USB.
But there&#8217;s a version, provided [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lofubuntuxp.wordpress.com&blog=3945211&post=102&subd=lofubuntuxp&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><strong>UPDATE AUG 10:</strong> Virtualbox 1.6.4 is out. Added a new &#8220;Update Virtualbox to a new version&#8221; section.</p>
<p>I have <a href="http://lof-ubuntu-xp.lofspot.net/2008/05/01/windows-under-linux/" target="_self">Virtualbox OSE</a> (Open Source Edition) installed. I use it basically to use Office, when needed.</p>
<p>Currently I only restart to Windows to sync my iPod Touch, and that&#8217;s because Virtualbox OSE doesn&#8217;t support USB.</p>
<p>But there&#8217;s a version, provided by Sun, that supports USB devices.</p>
<p><strong><br />
Uninstall Virtualbox OSE</strong></p>
<p>If you already have Virtualbox installed go to Applications &gt; Add/Remove&#8230; and look for <em>virtualbox</em> to uninstall your current version.</p>
<p>I also went to System &gt; Administration &gt; Synaptic Package Manager and also looked for <em>virtualbox</em> to remove every trace of it.</p>
<p><strong><br />
Install Sun Virtualbox (currently <span style="text-decoration:line-through;">v1.6.2</span></strong><strong> v1.6.4</strong><strong>)</strong></p>
<p>Go to <a href="http://www.virtualbox.org/wiki/Downloads" target="_blank">Virtualbox download site</a> and go to Binaries (all platforms).<br />
Select your Platform (Ubuntu 8.04 x86 in my case), agree to the license and continue to the download.</p>
<p>After the download is complete start the installer (or double click the .deb file):</p>
<pre style="border:0 inset;overflow:auto;width:470px;height:25px;text-align:left;color:#339966;margin:0;padding:6px 6px 6px 36px;">sudo dpkg -i virtualbox_1.6.2-31466_Ubuntu_hardy_i386.deb</pre>
<p>And it&#8217;s that easy.</p>
<p><strong><br />
Virtualbox Users</strong></p>
<ul>
<li>Go to System &gt; Administration &gt; Users and Groups</li>
</ul>
<ul>
<li> Unlock the Settings and go to Manage Groups</li>
</ul>
<ul>
<li> Find the <em>vboxusers</em> group and click Properties</li>
</ul>
<ul>
<li> Select your <em>username</em> in the Group Members list</li>
</ul>
<p><strong><br />
USB Support</strong></p>
<p>By default the usb support is disabled. To enable it do the following:</p>
<pre style="border:0 inset;overflow:auto;width:470px;height:25px;text-align:left;color:#339966;margin:0;padding:6px 6px 6px 36px;">sudo gedit /etc/init.d/mountdevsubfs.sh</pre>
<p>Now look for:</p>
<pre style="border:1px inset;overflow:auto;width:470px;height:120px;text-align:left;margin:0;padding:6px;">#
# Magic to make /proc/bus/usb work
#
#mkdir -p /dev/bus/usb/.usbfs
#domount usbfs “” /dev/bus/usb/.usbfs -obusmode=0700,devmode=0600,listmode=0644
#ln -s .usbfs/devices /dev/bus/usb/devices
#mount --rbind /dev/bus/usb /proc/bus/usb</pre>
<p>And replace with (remove # from the last 4 lines):</p>
<pre style="border:1px inset;overflow:auto;width:470px;height:120px;text-align:left;margin:0;padding:6px;">#
# Magic to make /proc/bus/usb work
#
mkdir -p /dev/bus/usb/.usbfs
domount usbfs “” /dev/bus/usb/.usbfs -obusmode=0700,devmode=0600,listmode=0644
ln -s .usbfs/devices /dev/bus/usb/devices
mount --rbind /dev/bus/usb /proc/bus/usb</pre>
<p>Restart your machine.</p>
<p><strong><br />
Update Virtualbox to a new version</strong></p>
<p>When a new version is available you just need to download it and double click the .deb file. It&#8217;s that easy.</p>
<p><strong><br />
Last tips</strong></p>
<p>Sun Virtualbox is now available at Applications &gt; System Tools &gt; Sun xVM VirtualBox.</p>
<p>In my case, at the end of the installation, Virtualbox found my previous virtual machine (Windows XP) and upgraded it to the new version, allowing me to use that virtual machine.</p>
<p>Because of this, every configuration was set and I only had to activate the USB support in my virtual machine.</p>
<p>Check my <a href="http://lof-ubuntu-xp.lofspot.net/2008/05/01/windows-under-linux/" target="_self">Virtualbox OSE</a> post and see how to:</p>
<ul>
<li> Create a new Virtual Machine</li>
</ul>
<ul>
<li> Share folders with the Virtual Machine (install Guest Additions for Windows)</li>
</ul>
<ul>
<li> VirtualBox running modes</li>
</ul>
<p><span style="text-decoration:underline;">Note:</span> if you had Guest Additions for Windows in your old virtual machine, uninstall it and install the new 1.6.2 version.</p>
<p><strong><br />
Further reading</strong></p>
<ul>
<li><a href="http://www.virtualbox.org/" target="_blank">Virtualbox</a></li>
<li><a href="http://www.ubuntugeek.com/howto-install-virtualbox-16-in-ubuntu-804hardy-heron-including-usb-support.html" target="_blank">Howto Install VirtualBox 1.6 in Ubuntu 8.04(Hardy Heron) including USB Support</a></li>
</ul>
<p><span style="font-size:85%;"><span style="font-style:italic;"><br />
last updated: 10-08-2008</span></span></p>
<p>______________________________________________________________________________________</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lofubuntuxp.wordpress.com/102/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lofubuntuxp.wordpress.com/102/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lofubuntuxp.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lofubuntuxp.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lofubuntuxp.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lofubuntuxp.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lofubuntuxp.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lofubuntuxp.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lofubuntuxp.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lofubuntuxp.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lofubuntuxp.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lofubuntuxp.wordpress.com/102/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lofubuntuxp.wordpress.com&blog=3945211&post=102&subd=lofubuntuxp&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lofubuntuxp.wordpress.com/2008/07/30/sun-virtualbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/942a72434f90e8d75ad4358c6ddcef0f?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">paapereira</media:title>
		</media:content>
	</item>
		<item>
		<title>Syncing Windows Mobile 5/6 with Synce (updated)</title>
		<link>http://lofubuntuxp.wordpress.com/2008/07/30/syncing-windows-mobile-56-with-synce/</link>
		<comments>http://lofubuntuxp.wordpress.com/2008/07/30/syncing-windows-mobile-56-with-synce/#comments</comments>
		<pubDate>Wed, 30 Jul 2008 15:07:00 +0000</pubDate>
		<dc:creator>paapereira</dc:creator>
				<category><![CDATA[Mobile]]></category>

		<guid isPermaLink="false">http://lofubuntuxp.wordpress.com/2008/06/04/syncing-windows-mobile-56-with-synce-updated/</guid>
		<description><![CDATA[UPDATE Aug20: Added a &#8220;Synce 0.12 Update&#8221; section.
UPDATE Jul30: Synce 0.12 is out. It was updated by Update Manager in my machine and all worked fine   synce-kpm had some images broken before, but this update fixed that.
UPDATE Jul15: Kernel 2.6.24-19 in Ubuntu notes (check &#8220;Kernel module&#8221;), new &#8220;Firewall&#8221; and &#8220;Inconsistencies while syncing&#8221; sections, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lofubuntuxp.wordpress.com&blog=3945211&post=26&subd=lofubuntuxp&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p style="text-align:left;"><strong>UPDATE Aug20:</strong> Added a &#8220;Synce 0.12 Update&#8221; section.<br />
<strong>UPDATE Jul30:</strong> <a href="http://lof-ubuntu-xp.lofspot.net/2008/07/17/synce-012-is-out/">Synce 0.12 is out</a>. It was updated by Update Manager in my machine and all worked fine <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  <em>synce-kpm</em> had some images broken before, but this update fixed that.<br />
<strong>UPDATE Jul15:</strong> Kernel 2.6.24-19 in Ubuntu notes (check &#8220;Kernel module&#8221;), new &#8220;Firewall&#8221; and &#8220;Inconsistencies while syncing&#8221; sections, &#8220;Day to day config&#8221; script additions.<br />
<strong>UPDATE Jun28:</strong> Added a &#8220;Disclaimer&#8221; section (please regard that) and a &#8220;My setup&#8221; section, some extra information in the &#8220;Kernel module&#8221; section and an important information about WM6 in the &#8220;Create a partnership&#8221; section.<br />
<strong>UPDATE Jun05:</strong> What to do when you update your kernel (check &#8220;Kernel module&#8221; bellow).<br />
<strong>UPDATE Jun04:</strong> Sync-engine and create partnership commands changed (Hardy users after system update).</p>
<p style="text-align:left;">One of my &#8220;<a href="http://lof-ubuntu-xp.lofspot.net/2008/04/29/ubuntu-in-my-desktop-status/">to achieve</a>&#8221; points was syncing my calendar and contact information from my Windows Mobile 5.0 Smartphone (<a href="http://www.gsmarena.com/qtek_9100-1257.php" target="_blank">Qtek 9100</a>).</p>
<p style="text-align:left;">After trying for some time, I used a tip from <a href="http://sourceforge.net/mailarchive/message.php?msg_id=77f21d490805200515r65f82998ka148724b6e29b880%40mail.gmail.com" target="_blank">Synce mailing lists</a>. This tip was great for me because the author was also having troubles and started from scratch.</p>
<p style="text-align:left;">I think my problem was the <span style="font-style:italic;">config.xml</span> file. I believe that if I just followed the instructions from the good folks from <a href="http://www.synce.org/moin/SynceWithUbuntu" target="_blank">Synce</a>, as I first did, but changed the <span style="font-style:italic;">config.xml</span>, as in the mailing list, I wouldn&#8217;t have needed to clean my system.</p>
<p style="text-align:left;">So, if you are starting, you probably could skip the &#8220;clean your system&#8221; part.</p>
<p style="text-align:left;">I will show how I&#8217;m syncing my phone with <a href="http://www.gnome.org/projects/evolution/" target="_blank">Evolution</a> using <a href="http://www.synce.org/" target="_blank">Synce</a> in Ubuntu 8.04.<br />
This is based in <a href="http://www.synce.org/moin/SynceWithUbuntu" target="_blank">Synce wiki</a> and <a href="http://sourceforge.net/mailarchive/message.php?msg_id=77f21d490805200515r65f82998ka148724b6e29b880%40mail.gmail.com" target="_blank">Synce mailing lists</a>.</p>
<p style="text-align:left;"><span style="font-weight:bold;">Note:</span> save this post if you&#8217;re using Gnome Network Manager, because you&#8217;ll probably stay without Internet after installing the core libraries. It&#8217;s very easy to fix though.</p>
<p style="text-align:left;"><strong><br />
Disclaimer</strong></p>
<p style="text-align:left;"><strong>This </strong><strong>is not an official Synce guide</strong>. This is my personal eXPerience using a single device, with a single WM flavor and a single OS.</p>
<p style="text-align:left;">If you are starting to play around with Synce, this post could help you if you&#8217;re using the same WM and Linux OS&#8217;s, but you should always check <a href="http://www.synce.org/" target="_blank">Synce official wiki</a> for updates.</p>
<p style="text-align:left;">If you are having problems, the <a href="http://sourceforge.net/mail/?group_id=30550" target="_blank">Synce mailing lists</a> are probably the best place to go right now. The people are friendly and will help you solving your problems. You could also send me an email. If I can, I&#8217;ll help, if not, I&#8217;ll guide you in the right direction.</p>
<p style="text-align:left;"><strong><br />
My setup</strong></p>
<p style="text-align:left;">This is my current environment:</p>
<ul>
<li><a href="http://www.gsmarena.com/qtek_9100-1257.php" target="_blank">Qtek 9100</a> device running Windows Mobile 5.0 (WM5)</li>
<li>Ubuntu 8.04</li>
<li><a href="http://www.gnome.org/projects/evolution/" target="_blank">Evolution</a> as my Personal Information Manager</li>
</ul>
<p style="text-align:left;"><strong><br />
Adding repositories</strong></p>
<ul style="text-align:left;">
<li>Go to System &gt; Administration &gt; Software Sources</li>
<li>Add the following Third Party software</li>
</ul>
<pre style="border:0 inset;overflow:auto;width:470px;height:25px;text-align:left;margin:0;padding:6px 6px 6px 36px;"><span style="color:#339966;">deb http://ppa.launchpad.net/synce/ubuntu hardy main</span></pre>
<ul style="text-align:left;">
<li>Close and Reload, as asked, your sources</li>
</ul>
<p style="text-align:left;"><strong><br />
Kernel module (for Kernel &lt; 2.6.24-19)</strong></p>
<p style="text-align:left;">If you&#8217;re using <strong>Kernel 2.6.24-19 or newer</strong> you should skip this part.</p>
<ul style="text-align:left;">
<li>Unload the current modules:</li>
</ul>
<pre style="border:0 inset;overflow:auto;width:470px;height:25px;text-align:left;margin:0;padding:6px 6px 6px 36px;"><span style="color:#339966;">sudo rmmod rndis_host cdc_ether usbnet</span></pre>
<ul style="text-align:left;">
<li>Now we have to delete the old drivers, such that the kernel will not reload them next time:</li>
</ul>
<pre style="border:0 inset;overflow:auto;width:470px;height:25px;text-align:left;margin:0;padding:6px 6px 6px 36px;"><span style="color:#339966;">sudo rm /lib/modules/`uname -r`/kernel/drivers/net/usb/{rndis_host,cdc_ether,usbnet}.ko</span></pre>
<ul style="text-align:left;">
<li>Now we have to get and compile the new drivers:</li>
</ul>
<pre style="border:0 inset;overflow:auto;width:470px;height:50px;text-align:left;margin:0;padding:6px 6px 6px 36px;"><span style="color:#339966;">sudo apt-get install usb-rndis-source cdbs
sudo module-assistant auto-install usb-rndis</span></pre>
<p style="text-align:left;">Every time you update your system kernel redo this steps. Everything should be fine again <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p style="text-align:left;"><span style="text-decoration:underline;">My eXPerience with Kernel 2.6.24-19 in Ubuntu 8.04 Hardy Heron:</span><br />
Although Synce official wiki recommends skipping this step for kernel 2.6.24-19 and newer, I had to redo this steps through all 2.6.24-19 kernel updates Hardy as been getting out. If you&#8217;re using this kernel try first skipping this step and if you have no joy redo them.<br />
I realize something is wrong if my Internet connection is lost when I connect my device. <em>ifconfig</em> returns <em>eth1</em> instead of <em>rndis0</em> (see the &#8220;Gnome Network Manager&#8221; bellow).</p>
<p><strong><br />
Core libraries</strong></p>
<ul style="text-align:left;">
<li>Get the core libraries</li>
</ul>
<pre style="border:0 inset;overflow:auto;width:470px;height:25px;text-align:left;margin:0;padding:6px 6px 6px 36px;"><span style="color:#339966;">sudo apt-get install odccm librra0-tools librapi2-tools</span></pre>
<ul style="text-align:left;">
<li>Connect your device and run</li>
</ul>
<pre style="border:0 inset;overflow:auto;width:470px;height:25px;text-align:left;margin:0;padding:6px 6px 6px 36px;"><span style="color:#339966;">synce-pls</span></pre>
<p style="text-align:left;">You should see a list of files on your device. If so you have a working connection to your device!</p>
<p style="text-align:left;"><strong><br />
Password protected device</strong></p>
<p style="text-align:left;">When running <span style="font-style:italic;">synce-pls</span>, if you have the following error, your device is password protected. If so, install <a href="http://www.synce.org/moin/SynceTools/SynceGnome" target="_blank">SynCE-GNOME</a> or <a href="http://www.synce.org/moin/SynceTools/SynceKpm" target="_blank">SynCE-KPM</a> to provide a password prompt on device connect.</p>
<p style="text-align:left;">I didn&#8217;t try this because my device isn&#8217;t password protected&#8230;</p>
<pre style="border:1px inset;overflow:auto;width:470px;height:100px;text-align:left;margin:0;padding:6px;">WARNING **: synce_info_from_odccm: Failed to get a connection for :
Not authenticated, you need to call !ProvidePassword with the
correct password. pls: Could not find configuration at path
'(Default)'</pre>
<p style="text-align:left;"><strong><br />
Gnome Network Manager</strong></p>
<p style="text-align:left;">If you&#8217;re running Gnome Network Manager you don&#8217;t have Internet by now because your phone is now the new default network connection.</p>
<p style="text-align:left;">Follow this and you should be fine:</p>
<ul style="text-align:left;">
<li>Check what ethernet device was given to your phone (in my case is <span style="font-style:italic;">rndis0</span>)</li>
</ul>
<pre style="border:0 inset;overflow:auto;width:470px;height:25px;text-align:left;margin:0;padding:6px 6px 6px 36px;"><span style="color:#339966;">ifconfig -a | grep 80:00:60:0f:e8:00  | cut -d " " -f 1</span></pre>
<ul style="text-align:left;">
<li>Add the next line to <span style="font-style:italic;">/etc/network/interfaces</span> (replace <span style="font-style:italic;">rndis0</span> with the result from the previous command)</li>
</ul>
<pre style="border:0 inset;overflow:auto;width:470px;height:25px;text-align:left;margin:0;padding:6px 6px 6px 36px;"><span style="color:#339966;">sudo vi /etc/network/interfaces</span></pre>
<pre style="border:0 inset;overflow:auto;width:470px;height:25px;text-align:left;margin:0;padding:6px 6px 6px 36px;">add <span style="color:#339966;">iface rndis0 inet dhcp</span> to the file</pre>
<ul style="text-align:left;">
<li>This will make Gnome Network Manager ignore the interface</li>
</ul>
<ul style="text-align:left;">
<li>Restart your network</li>
</ul>
<pre style="border:0 inset;overflow:auto;width:470px;height:25px;text-align:left;margin:0;padding:6px 6px 6px 36px;"><span style="color:#339966;">sudo /etc/init.d/networking restart</span></pre>
<p style="text-align:left;"><strong><br />
No devices are connected to odccm</strong></p>
<p style="text-align:left;">If you get an error that no devices are connected to odccm you should probably blacklist ipaq module:</p>
<ul style="text-align:left;">
<li>Add the next line to <span style="font-style:italic;">/etc/modprobe.d/blacklist</span></li>
</ul>
<pre style="border:0 inset;overflow:auto;width:470px;height:25px;text-align:left;margin:0;padding:6px 6px 6px 36px;"><span style="color:#339966;">sudo vi /etc/modprobe.d/blacklist</span></pre>
<pre style="border:0 inset;overflow:auto;width:470px;height:25px;text-align:left;margin:0;padding:6px 6px 6px 36px;">add <span style="color:#339966;">blacklist ipaq</span> to the file</pre>
<ul style="text-align:left;">
<li>After that you can remove any currently active ipaq modules</li>
</ul>
<pre style="border:0 inset;overflow:auto;width:470px;height:25px;text-align:left;margin:0;padding:6px 6px 6px 36px;"><span style="color:#339966;">sudo rmmod ipaq</span></pre>
<p style="text-align:left;"><strong><br />
Clean your system</strong></p>
<p style="text-align:left;">If you have been playing around with Synce without success you may want to clean your system before continuing.<br />
Check <a href="http://sourceforge.net/mailarchive/message.php?msg_id=77f21d490805200515r65f82998ka148724b6e29b880%40mail.gmail.com" target="_blank"> this tip</a> for more info.</p>
<ul style="text-align:left;">
<li>Check what packages to remove from the result of each of the following</li>
</ul>
<pre style="border:0 inset;overflow:auto;width:470px;height:130px;text-align:left;margin:0;padding:6px 6px 6px 36px;"><span style="color:#339966;">dpkg-query -l *sync*
dpkg-query -l *dccm*
dpkg-query -l *rra*
dpkg-query -l *rapi*
dpkg-query -l *multis*
dpkg-query -l *opensync*</span></pre>
<ul style="text-align:left;">
<li>I then did</li>
</ul>
<pre style="border:0 inset;overflow:auto;width:470px;height:180px;text-align:left;color:#339966;margin:0;padding:6px 6px 6px 36px;">sudo apt-get remove libsynce0 multisync-tools opensync-module-python \
 opensync-plugin-evolution opensync-plugin-synce python-opensync synce-kpm \
 synce-sync-engine
sudo apt-get remove odccm
sudo apt-get remove librra0 librra0-tools
sudo apt-get remove librapi2 librapi2-tools
sudo apt-get remove multisync-tools
sudo apt-get remove libopensync0</pre>
<ul style="text-align:left;">
<li>Remove your Synce home config folder</li>
</ul>
<pre style="border:0 inset;overflow:auto;width:470px;height:25px;text-align:left;margin:0;padding:6px 6px 6px 36px;"><span style="color:#339966;">rm -rf ~/.synce</span></pre>
<ul style="text-align:left;">
<li>Removed the byte compiled file</li>
</ul>
<pre style="border:0 inset;overflow:auto;width:470px;height:25px;text-align:left;margin:0;padding:6px 6px 6px 36px;"><span style="color:#339966;">sudo rm -f /usr/lib/opensync/python-plugins/synce-opensync-plugin-2x.pyc</span></pre>
<p style="text-align:left;"><strong><br />
Syncing with OpenSync (needed packages)</strong></p>
<p style="text-align:left;">In order to sync your device you need to use OpenSync.</p>
<pre style="border:0 inset;overflow:auto;width:470px;height:70px;text-align:left;color:#339966;margin:0;padding:6px;">sudo apt-get install odccm librra0-tools librapi2-tools multisync-tools \
 opensync-plugin-kdepim opensync-plugin-synce
sudo apt-get install multisync-tools opensync-plugin-evolution opensync-plugin-synce</pre>
<p style="text-align:left;"><strong><br />
Sync-engine</strong></p>
<p style="text-align:left;">Sync-engine must be running in order to sync your phone.</p>
<ul style="text-align:left;">
<li>Download the config.xml file needed by <span style="font-style:italic;">sync-engine</span></li>
</ul>
<pre style="border:0 inset;overflow:auto;width:470px;height:70px;text-align:left;color:#339966;margin:0;padding:6px 6px 6px 36px;">cd ~/.synce/
wget

http://synce.svn.sf.net/svnroot/synce/trunk/sync-engine/config/config.xml</pre>
<p style="text-align:left;"><span style="font-weight:bold;">Now the </span><a href="http://sourceforge.net/mailarchive/message.php?msg_id=77f21d490805200515r65f82998ka148724b6e29b880%40mail.gmail.com" target="_blank">tip</a>. The current <span style="font-style:italic;">config.xml</span> has the <span style="font-style:italic;">AutoSyncCommand</span> and the <span style="font-style:italic;">Disable</span> commented. Uncommented, leaving it disabled.</p>
<ul style="text-align:left;">
<li>You can download my own</li>
</ul>
<pre style="border:0 inset;overflow:auto;width:470px;height:50px;text-align:left;color:#339966;margin:0;padding:6px 6px 6px 36px;">cd ~/.synce/
wget http://lofspot.net/synce/config.xml</pre>
<ul style="text-align:left;">
<li>Start <span style="font-style:italic;">sync-engine</span></li>
</ul>
<pre style="border:0 inset;overflow:auto;width:470px;height:25px;text-align:left;color:#339966;margin:0;padding:6px 6px 6px 36px;"><span style="text-decoration:line-through;">sync-engine</span> synce-sync-engine</pre>
<p style="text-align:left;">Connect your phone via usb. You shouldn&#8217;t get any errors.</p>
<p style="text-align:left;"><strong><br />
Create a partnership</strong></p>
<p style="text-align:left;">You have to create a partnership between device and computer using one of two methods:</p>
<ol style="text-align:left;">
<li>Via command line</li>
<li>Using <span style="font-style:italic;">synce-kpm</span> (<span style="font-weight:bold;">graphical and recommend</span>)</li>
</ol>
<p style="text-align:left;">(1) You can then use the command</p>
<pre style="border:0 inset;overflow:auto;width:470px;height:25px;text-align:left;color:#339966;margin:0;padding:6px 6px 6px 36px;"><span style="text-decoration:line-through;">create_partnership.py</span> synce-create-partnership "Linux desktop" "Contacts,Calendar"</pre>
<p style="text-align:left;">The &#8220;Linux desktop&#8221; string can be any string of 20 characters or less. The available items for synchronization are:</p>
<p style="text-align:left;">* Contacts<br />
* Calendar<br />
* Tasks<br />
* Files</p>
<p style="text-align:left;">When specifying items to sync, they must be separated by commas. You must also surround the list in double quotes and the string must not contain any whitespace.</p>
<p style="text-align:left;">(2) Or install <a href="http://www.guidodiepen.nl/" target="_blank"><span style="font-style:italic;">synce-kpm</span></a></p>
<pre style="border:0 inset;overflow:auto;width:470px;height:25px;text-align:left;color:#339966;margin:0;padding:6px 6px 6px 36px;">sudo apt-get install synce-kpm</pre>
<p style="text-align:left;">Now run <span style="font-style:italic;">synce-kpm</span></p>
<pre style="border:0 inset;overflow:auto;width:470px;height:25px;text-align:left;color:#339966;margin:0;padding:6px 6px 6px 36px;">synce-kpm</pre>
<p style="text-align:left;">Go to <span style="font-style:italic;">Partnership manager</span>. You probably have already partnerships created if you ever synced your phone under Windows.</p>
<p style="text-align:left;"><span style="text-decoration:line-through;">My advice, after playing around is to delete every partnerships you already have and create a new one.</span></p>
<p style="text-align:left;">I chose to start by deleting my existing partnerships and start from scratch, but, as pointed out by <a href="http://lof-ubuntu-xp.lofspot.net/2008/06/04/syncing-windows-mobile-56-with-synce/#comment-21">Guido Diepen</a> <strong>if your device runs WM6 this will erase all your contacts/tasks/calendar</strong>. So do not delete your partnership if you&#8217;re running WM6 and your want to keep your data in the device.</p>
<p style="text-align:left;">In my case, having WM5, I&#8217;ve deleted every partnerships and created a new one. I chose to sync Calendar, Contacts and Tasks.</p>
<p style="text-align:left;"><strong><br />
synce-opensync-plugin</strong></p>
<p style="text-align:left;">Check the list of the available plugins:</p>
<pre style="border:0 inset;overflow:auto;width:470px;height:25px;text-align:left;color:#339966;margin:0;padding:6px 6px 6px 36px;">msynctool --listplugins</pre>
<p style="text-align:left;">You should have <span style="font-style:italic;">synce-opensync-plugin</span>.</p>
<p style="text-align:left;">If you don&#8217;t see the above plugin in the output of <span style="font-style:italic;">msynctool</span>, then download the <a class="http" href="http://synce.svn.sf.net/svnroot/synce/trunk/sync-engine/plugins/synce-opensync-plugin-2x.py" target="_blank">plugin</a> and copy this file to <em>/usr/lib/opensync/python-plugins</em>.</p>
<p style="text-align:left;">I already had the plugin.</p>
<p style="text-align:left;"><strong><br />
Create OpenSync group</strong></p>
<p style="text-align:left;">A group between SynCE and your chosen PIM application must be initiated.</p>
<p style="text-align:left;">I&#8217;m using Evolution (<span style="font-style:italic;">evo2-sync</span>).</p>
<pre style="border:0 inset;overflow:auto;width:470px;height:70px;text-align:left;color:#339966;margin:0;padding:6px 6px 6px 36px;">msynctool --addgroup synce-sync
msynctool --addmember synce-sync synce-opensync-plugin
msynctool --addmember synce-sync evo2-sync</pre>
<p style="text-align:left;"><strong><br />
Syncing your device (finally)</strong></p>
<ul style="text-align:left;">
<li>Start <span style="font-style:italic;">sync-engine</span> and connect your device</li>
</ul>
<pre style="border:0 inset;overflow:auto;width:470px;height:25px;text-align:left;color:#339966;margin:0;padding:6px 6px 6px 36px;"><span style="text-decoration:line-through;">sync-engine</span> synce-sync-engine</pre>
<ul style="text-align:left;">
<li>Start <span style="font-style:italic;">synce-kpm</span></li>
</ul>
<pre style="border:0 inset;overflow:auto;width:470px;height:25px;text-align:left;color:#339966;margin:0;padding:6px 6px 6px 36px;">synce-kpm</pre>
<ul style="text-align:left;">
<li>Sync with OpenSync</li>
</ul>
<pre style="border:0 inset;overflow:auto;width:470px;height:25px;text-align:left;color:#339966;margin:0;padding:6px 6px 6px 36px;">msynctool --sync synce-sync</pre>
<p style="text-align:left;">This could take some time the first time, so be patient. You can check your progress in <span style="font-style:italic;">synce-kpm</span>.</p>
<p style="text-align:left;">After the <span style="font-style:italic;">msynctool</span> command ends completely, check Evolution <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p style="text-align:left;"><span style="text-decoration:underline;">Important:</span> keep your device <strong>on</strong>, so the synchronization isn&#8217;t interrupted.</p>
<p style="text-align:left;"><strong><br />
Firewall</strong></p>
<p style="text-align:left;">If you have a firewall active, and you&#8217;re having troubles syncing your device try to disable it.</p>
<p style="text-align:left;"><strong><br />
Inconsistencies while syncing</strong></p>
<p style="text-align:left;">While syncing kepp an eye out in you console. I had some inconsistencies in my data (contacts) than I had to resolve by selecting witch version of a contact I would like to keep.</p>
<p style="text-align:left;">If I have another one I&#8217;ll post an example.</p>
<p style="text-align:left;"><strong><br />
Day to day config</strong></p>
<p style="text-align:left;">To simplify I created a script to synchronize my phone.</p>
<pre style="border:0 inset;overflow:auto;width:470px;height:70px;text-align:left;color:#339966;margin:0;padding:6px 6px 6px 36px;">touch sync_smartphone.sh
chmod a+x sync_smartphone.sh
vi sync_smartphone.sh</pre>
<p style="text-align:left;">Add to the file (remove the Strikethrough text):</p>
<pre style="border:1px inset;overflow:auto;width:470px;height:150px;text-align:left;margin:0;padding:6px;">#!/bin/bash

echo ""
echo ""
echo "---&gt; disconnect your device"
echo ""
sleep 10

sudo ufw disable

echo ""
echo "---&gt; connect your device"
echo ""
sleep 10
<span style="text-decoration:line-through;">
sync-engine</span> synce-sync-engine &gt; engine.log &amp;
sleep 20
synce-kpm &gt; kpm.log &amp;
sleep 20
msynctool --sync synce-sync &gt; synctool.log

sleep 10
sudo ufw enable</pre>
<p style="text-align:left;">Now connect your phone, run <span style="font-style:italic;">sync_smartphone.sh</span> and check your progress in <span style="font-style:italic;">synce-kpm</span> graphical UI.</p>
<p style="text-align:left;"><span style="text-decoration:underline;">update:</span> I had to my script disable/enable ufw firewall commands and logging to synce engine, synce-kpm and mysynctool.</p>
<p style="text-align:left;">
<p style="text-align:left;">Please, feel free to post a comment or email me at <span style="font-style:italic;">lof-ubuntu-xp</span> [(at)] <span style="font-style:italic;">lofspot.net.</span></p>
<p style="text-align:left;">This is just a &#8220;this is how I did it&#8221; post<span style="font-style:italic;">.</span> I probably won&#8217;t be able to help you, especially in another distribution/version or phone, still feel free to share your experience.</p>
<p style="text-align:left;"><strong><br />
Synce 0.12 Update</strong></p>
<p style="text-align:left;">If you updated Synce to version 0.12 using Update Manager, you may me incapable of select the package <em>synce-sync-engine</em> for update.</p>
<p style="text-align:left;">Although this package wasn&#8217;t updated, my config worked fine and without any change.</p>
<p style="text-align:left;">This version of Synce replaced the <em>odccm</em> daemon with <em>synce-hal</em>, and, basically, this is the problem. Update Manager doesn&#8217;t seem to know what to do.</p>
<p style="text-align:left;">So, go to System &gt; Administration &gt; Synaptic Package Manager, look for <em>synce-sync-engine</em>, right click the package and select &#8220;Mark for Upgrade&#8221;. This will uninstall the <em>odccm</em> package and install <em>synce-hal</em>.</p>
<p style="text-align:left;"><strong><br />
Further reading</strong></p>
<ul style="text-align:left;">
<li><a href="http://www.synce.org/moin/SynceWithUbuntu" target="_blank">Synce with Ubuntu<br />
</a></li>
<li><a href="http://sourceforge.net/mailarchive/message.php?msg_id=77f21d490805200515r65f82998ka148724b6e29b880%40mail.gmail.com" target="_blank">Synce mailing lists</a></li>
</ul>
<p style="text-align:left;"><span style="font-size:85%;"><span style="font-style:italic;">last updated: 20-08-2008<br />
</span></span><span style="font-size:85%;"><span style="font-style:italic;">original post: 21-05-2008</span></span></p>
<p style="text-align:left;">___________________________________________________________________________________________________</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lofubuntuxp.wordpress.com/26/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lofubuntuxp.wordpress.com/26/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lofubuntuxp.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lofubuntuxp.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lofubuntuxp.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lofubuntuxp.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lofubuntuxp.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lofubuntuxp.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lofubuntuxp.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lofubuntuxp.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lofubuntuxp.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lofubuntuxp.wordpress.com/26/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lofubuntuxp.wordpress.com&blog=3945211&post=26&subd=lofubuntuxp&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lofubuntuxp.wordpress.com/2008/07/30/syncing-windows-mobile-56-with-synce/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/942a72434f90e8d75ad4358c6ddcef0f?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">paapereira</media:title>
		</media:content>
	</item>
		<item>
		<title>GnomeDo 0.5</title>
		<link>http://lofubuntuxp.wordpress.com/2008/07/29/gnomedo-05/</link>
		<comments>http://lofubuntuxp.wordpress.com/2008/07/29/gnomedo-05/#comments</comments>
		<pubDate>Tue, 29 Jul 2008 22:13:01 +0000</pubDate>
		<dc:creator>paapereira</dc:creator>
				<category><![CDATA[Usability]]></category>

		<guid isPermaLink="false">http://lofubuntuxp.wordpress.com/?p=93</guid>
		<description><![CDATA[A friend of mine asked me about a Linux equivalent to Launchy, a keystroke launcher for Windows.
And that is GnomeDo.

Install

If you have an older version of GnomeDo start by removing it and deleting is plugins:

sudo aptitude purge gnome-do gnome-do-plugins \
gnome-do-plugin-rhythmbox
rm -rf ~/.local/share/gnome-do/plugins/

Then add the following software sources (System &#62; Administration &#62; Software Sources):

deb http://ppa.launchpad.net/do-core/ubuntu hardy [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lofubuntuxp.wordpress.com&blog=3945211&post=93&subd=lofubuntuxp&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>A friend of mine asked me about a Linux equivalent to <a href="http://www.launchy.net/index.html" target="_blank">Launchy</a>, a keystroke launcher for Windows.</p>
<p>And that is <a href="http://do.davebsd.com/" target="_blank">GnomeDo</a>.</p>
<p><strong><br />
Install</strong></p>
<ul>
<li>If you have an older version of GnomeDo start by removing it and deleting is plugins:</li>
</ul>
<pre style="border:0 inset;overflow:auto;width:470px;height:45px;text-align:left;color:#339966;margin:0;padding:6px 6px 6px 36px;">sudo aptitude purge gnome-do gnome-do-plugins \
gnome-do-plugin-rhythmbox</pre>
<pre style="border:0 inset;overflow:auto;width:470px;height:25px;text-align:left;color:#339966;margin:0;padding:6px 6px 6px 36px;">rm -rf ~/.local/share/gnome-do/plugins/</pre>
<ul>
<li>Then add the following software sources (System &gt; Administration &gt; Software Sources):</li>
</ul>
<pre style="border:0 inset;overflow:auto;width:470px;height:45px;text-align:left;color:#339966;margin:0;padding:6px 6px 6px 36px;">deb http://ppa.launchpad.net/do-core/ubuntu hardy main
deb-src http://ppa.launchpad.net/do-core/ubuntu hardy main</pre>
<ul>
<li>Install GnomeDo (currently v0.5.97):</li>
</ul>
<pre style="border:0 inset;overflow:auto;width:470px;height:25px;text-align:left;color:#339966;margin:0;padding:6px 6px 6px 36px;">sudo aptitude update &amp;&amp; sudo aptitude install gnome-do</pre>
<p><strong><br />
Using GnomeDo</strong></p>
<p>Go to Application &gt; Accessories &gt; GNOME Do to start the application (it will also appear in your notification area).</p>
<p>To summon GnomeDo press <em>Super+Space</em> (the Super key is the one with the windows logo).</p>
<p>Know just type what you want to launch. If you want to open a Terminal window start typing <em>Termi</em> and your good to go.</p>
<p>Use the Down key to view all the options available to what you&#8217;re writing and he Tab key to navigate horizontally (you&#8217;ll get it).</p>
<p><strong><br />
Tips</strong></p>
<ul>
<li>In Preferences &gt; General select the 3 options related to the First-Launch Behavior</li>
</ul>
<ul>
<li> Choose your favorite appearance in Preferences &gt; General (I chose Mini)</li>
</ul>
<ul>
<li> <span style="text-decoration:line-through;">Check Always show results windows (you&#8217;ll see what you&#8217;re writing)</span> (I&#8217;m having trouble when restarting so I turned it off)</li>
</ul>
<ul>
<li> If you don&#8217;t like the Super + Space combo choose another one in Preferences &gt; Keyboard</li>
</ul>
<ul>
<li> Take some time going to Preferences &gt; Plugins (some of them have options to Configure)</li>
</ul>
<ul>
<li> Restart GnomeDo when you choose new Plugins</li>
</ul>
<ul>
<li> Use the About button to discover how to use a plugin in Preferences &gt; Plugins</li>
</ul>
<p><strong><br />
My favorite Official Plugins</strong></p>
<p><span style="text-decoration:underline;">Evolution:</span> I just need to type a contact name to easily send an email<br />
<span style="text-decoration:underline;"> Files and Folders:</span> write for example a new folder name, click down until you bypass the available matches, click Tab, click Down and look for Create Directory (it goes to the Desktop); also add your favorite folders in order to quickly access them<br />
<span style="text-decoration:underline;"> Firefox:</span> I can easily open my Firefox bookmarks<br />
<span style="text-decoration:underline;"> GMail Contacts:</span> not only GnomeDo look for my contacts in Evolution, but also in GMail<br />
<span style="text-decoration:underline;"> Gnome Dictionary</span><br />
<span style="text-decoration:underline;"> Gnome Session Management:</span> shutdown or restart in a zip<br />
<span style="text-decoration:underline;"> Gnome Terminal:</span> something like <em>cp myfile /home/myuser</em> it&#8217;s to easy now<br />
<span style="text-decoration:underline;"> Google Calculator:</span> do you really know this result? 1+1<br />
<span style="text-decoration:underline;"> Google Maps</span><br />
<span style="text-decoration:line-through;"> Launchpad</span> (not using it right now)<br />
<span style="text-decoration:underline;"> Pidgin:</span> it&#8217;s more easy to talk to people this way<br />
<span style="text-decoration:underline;"> Search Google:</span> write something, click down until you bypass the available matches, click Tab, click Down and look for Search Google<br />
<span style="text-decoration:underline;"> Tomboy:</span> I really enjoy Tomboy and know it&#8217;s so easy to find that lost note<br />
<span style="text-decoration:underline;">Volume Control:</span> volume, down, mute&#8230;</p>
<p><strong><br />
My favorite Community Plugins</strong></p>
<p><span style="text-decoration:underline;">AptURL Package Installer:</span> write something, click down until you bypass the available matches, click Tab, click Down and look for Install<br />
<span style="text-decoration:underline;"> Eye of GNOME Slideshow</span></p>
<p><strong><br />
Further reading</strong></p>
<ul>
<li><a href="http://do.davebsd.com/" target="_blank">GnomeDo</a></li>
<li><a href="https://wiki.ubuntu.com/GnomeDo/Installation" target="_blank">GnomeDo Installation in Ubuntu</a></li>
<li><a href="https://wiki.ubuntu.com/GnomeDo/Use" target="_blank">Using GnomeDo</a></li>
<li><a href="https://wiki.ubuntu.com/GnomeDo/Plugins" target="_blank">GnomeDo Plugins</a></li>
</ul>
<p><span style="font-size:85%;"><span style="font-style:italic;"><br />
last updated: 05-08-2008</span></span></p>
<p>______________________________________________________________________________________</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lofubuntuxp.wordpress.com/93/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lofubuntuxp.wordpress.com/93/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lofubuntuxp.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lofubuntuxp.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lofubuntuxp.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lofubuntuxp.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lofubuntuxp.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lofubuntuxp.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lofubuntuxp.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lofubuntuxp.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lofubuntuxp.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lofubuntuxp.wordpress.com/93/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lofubuntuxp.wordpress.com&blog=3945211&post=93&subd=lofubuntuxp&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lofubuntuxp.wordpress.com/2008/07/29/gnomedo-05/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/942a72434f90e8d75ad4358c6ddcef0f?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">paapereira</media:title>
		</media:content>
	</item>
		<item>
		<title>Cleaning your system from outdated software</title>
		<link>http://lofubuntuxp.wordpress.com/2008/07/22/cleaning-your-system-from-outdated-software/</link>
		<comments>http://lofubuntuxp.wordpress.com/2008/07/22/cleaning-your-system-from-outdated-software/#comments</comments>
		<pubDate>Tue, 22 Jul 2008 20:06:13 +0000</pubDate>
		<dc:creator>paapereira</dc:creator>
				<category><![CDATA[System Maintenance]]></category>

		<guid isPermaLink="false">http://lofubuntuxp.wordpress.com/?p=70</guid>
		<description><![CDATA[As you install, uninstall and update applications there are some garbage left behind.

Autoremove
When you run autoremove, packages that have been installed but are no longer in use, are removed.
sudo apt-get autoremove

Autoclean
Autoclean removes .deb files from packages no longer installed on your system.
sudo apt-get autoclean
Do you have other cleaning tips? Send me an email or post [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lofubuntuxp.wordpress.com&blog=3945211&post=70&subd=lofubuntuxp&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>As you install, uninstall and update applications there are some garbage left behind.</p>
<p><strong><br />
Autoremove</strong></p>
<p>When you run <em>autoremove</em>, packages that have been installed but are no longer in use, are removed.</p>
<pre style="border:0 inset;overflow:auto;width:470px;height:25px;text-align:left;color:#339966;margin:0;padding:6px 6px 6px 36px;">sudo apt-get autoremove</pre>
<p><strong><br />
Autoclean</strong></p>
<p>Autoclean removes .deb files from packages no longer installed on your system.</p>
<pre style="border:0 inset;overflow:auto;width:470px;height:25px;text-align:left;color:#339966;margin:0;padding:6px 6px 6px 36px;">sudo apt-get autoclean</pre>
<p>Do you have other cleaning tips? Send me an email or post a comment.</p>
<p><span style="font-size:85%;"><span style="font-style:italic;"><br />
last updated: 22-07-2008</span></span></p>
<p>______________________________________________________________________________________</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lofubuntuxp.wordpress.com/70/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lofubuntuxp.wordpress.com/70/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lofubuntuxp.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lofubuntuxp.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lofubuntuxp.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lofubuntuxp.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lofubuntuxp.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lofubuntuxp.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lofubuntuxp.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lofubuntuxp.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lofubuntuxp.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lofubuntuxp.wordpress.com/70/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lofubuntuxp.wordpress.com&blog=3945211&post=70&subd=lofubuntuxp&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lofubuntuxp.wordpress.com/2008/07/22/cleaning-your-system-from-outdated-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/942a72434f90e8d75ad4358c6ddcef0f?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">paapereira</media:title>
		</media:content>
	</item>
		<item>
		<title>SynCE 0.12 is out</title>
		<link>http://lofubuntuxp.wordpress.com/2008/07/17/synce-012-is-out/</link>
		<comments>http://lofubuntuxp.wordpress.com/2008/07/17/synce-012-is-out/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 21:19:58 +0000</pubDate>
		<dc:creator>paapereira</dc:creator>
				<category><![CDATA[Mobile]]></category>

		<guid isPermaLink="false">http://lofubuntuxp.wordpress.com/?p=67</guid>
		<description><![CDATA[Yesterday SynCE 0.12 was released.
As soon as I test it I&#8217;ll update this post.
You can check the announcement at SynCE mailing lists.
______________________________________________________________________________________
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lofubuntuxp.wordpress.com&blog=3945211&post=67&subd=lofubuntuxp&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Yesterday SynCE 0.12 was released.</p>
<p>As soon as I test it I&#8217;ll update <a href="http://lof-ubuntu-xp.lofspot.net/2008/07/15/syncing-windows-mobile-56-with-synce/">this post</a>.</p>
<p>You can check the announcement at <a href="http://sourceforge.net/mailarchive/message.php?msg_name=20080716003243.GA3964%40salieri.jonnylamb.com">SynCE mailing lists</a>.<br />
______________________________________________________________________________________</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lofubuntuxp.wordpress.com/67/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lofubuntuxp.wordpress.com/67/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lofubuntuxp.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lofubuntuxp.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lofubuntuxp.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lofubuntuxp.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lofubuntuxp.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lofubuntuxp.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lofubuntuxp.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lofubuntuxp.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lofubuntuxp.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lofubuntuxp.wordpress.com/67/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lofubuntuxp.wordpress.com&blog=3945211&post=67&subd=lofubuntuxp&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://lofubuntuxp.wordpress.com/2008/07/17/synce-012-is-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/942a72434f90e8d75ad4358c6ddcef0f?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">paapereira</media:title>
		</media:content>
	</item>
	</channel>
</rss>