<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Carnero.Net</title>
	<atom:link href="http://www.carnero.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.carnero.net</link>
	<description>Opening Paths</description>
	<lastBuildDate>Wed, 15 Feb 2012 17:11:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to make work Ipod Nano 5th generation on Linux</title>
		<link>http://www.carnero.net/how-to-make-work-ipod-nano-5th-generation-on-linux/</link>
		<comments>http://www.carnero.net/how-to-make-work-ipod-nano-5th-generation-on-linux/#comments</comments>
		<pubDate>Tue, 14 Feb 2012 20:30:52 +0000</pubDate>
		<dc:creator>javi</dc:creator>
				<category><![CDATA[Linux Fixes]]></category>
		<category><![CDATA[Banshee]]></category>
		<category><![CDATA[Ipod]]></category>
		<category><![CDATA[libgpod]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.carnero.net/?p=100</guid>
		<description><![CDATA[Recently have been released libgpod 0.8.2, which resolves the problems writing the media library content on the ipod nano 5th generation among other models. The problem comes because nowadays this version is on testing so most linux distributions don&#8217;t provide &#8230; <a href="http://www.carnero.net/how-to-make-work-ipod-nano-5th-generation-on-linux/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Recently have been released libgpod 0.8.2, which resolves the problems writing the media library content on the ipod nano 5th generation among other models. The problem comes because nowadays this version is on testing so most linux distributions don&#8217;t provide it.</p>
<p>In that way, to use ipod nano 5th generation on linux, we have to install on our system the latest libgpod version, this is, 0.8.2 instead of 0.8. Following are described the steps to do that on a Debian-based system, like Ubuntu, or for any Linux distribution.</p>
<h2>Debian-based Systems:</h2>
<p>If you are using Ubuntu or Linux Mint (probably it will work on any Debian-based distribution too) you can download libgpod4 and libgpod-common packages from here:</p>
<p><a title="libgpod4" href="https://launchpad.net/ubuntu/precise/+package/libgpod4" target="_blank">https://launchpad.net/ubuntu/precise/+package/libgpod4</a></p>
<p><a title="libgpod-common" href="https://launchpad.net/ubuntu/precise/+package/libgpod-common" target="_blank">https://launchpad.net/ubuntu/precise/+package/libgpod-common</a></p>
<p>Then we install the packages using dpkg (it will fail with GDebi as you have a previous version installed):</p>
<pre>$ cd [folder where .deb files were download]
$ sudo dpkg -i libgpod-common_0.8.2-4_amd64.deb
$ sudo dpkg -i libgpod4_0.8.2-4_amd64.deb</pre>
<h2>Any Linux System:</h2>
<p>If you can&#8217;t or you don&#8217;t want to use the .deb packages, you can always install libgpod from source. To do that, you must have git installed on your system. Then, we clone the libgpod git repository on a place of our choice (in my case, /home/javi/projects):</p>
<pre>$ cd /home/javi/projects
$ git clone git://gtkpod.git.sourceforge.net/gitroot/gtkpod/libgpod</pre>
<p>Then we will follow the steps on the INSTALL file:</p>
<pre>$ cd libgpod
$ ./autoconf.sh
$ ./configure
$ make
# make install</pre>
<p>If autoconf or configure commands give you an error message asking you for a certain package, you will have to install it and rerun autoconf or configure command in order to compile and install libgpod correctly. Last command has to be executed as root.</p>
<h2>To finish:</h2>
<p>In this point you should be able to add new music to your ipod from banshee, amarok, exaile, or any other music player that uses libgpod (including gtkpod),without having to use ITunes. Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.carnero.net/how-to-make-work-ipod-nano-5th-generation-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

