this tutorial is not needed for hardy, only gutsy
Apple have recently released a new look for their ipods, but with the new interface comes more firmware encryption to stop 3rd party media players (including Amarok, Rhythmbox and gtkpod) syncing music to the ipods.
Since there is no itunes for linux it was up to the guys at http://ipodminusitunes.blogspot.com to crack it.
This should work for any new nanos and ipod classics. Please be aware that this is rather experimental so please make sure that you have all of the music on you ipod backed up before attempting it. The programs instanlled by this tutorial are from the hardy repository so don't be supprised if they break stuff.
If this causes all music to disappear off your ipod you don't need to access a windows machine to fix it, when you get it working you can sync new music on and it will appear.
This will only work with applications which use libgpod (rhythmbox, amarok and gtkpod). Finally as of rhythmbox version 0.11.5 podcasts are sorted as podcasts although only amarok and gtkpod seem to be able to transfer album art.
here's how to get it working (type this into terminal one line at a time, use the same terminal session for all):
if you use rhythmbox:Code:sudo -i cp /etc/apt/sources.list /etc/apt/sources.list.tmp echo deb http://gb.archive.ubuntu.com/ubuntu/ hardy main restricted universe multiverse >> /etc/apt/sources.list apt-get update aptitude install libgpod3 libgpod-common
if you use amarok:Code:aptitude install rhythmbox
if you use gtkpod:Code:aptitude install amarok
then:Code:aptitude install gtkpodthis may prompt you to remove the ubuntu-desktop package, don't worry - it's only a meta-packageCode:aptitude remove libgpod2
then check if it works. if it does run
Banshee not supported (it uses it's own library rather than libgpod)Code:rm /etc/apt/sources.list mv /etc/apt/sources.list.tmp /etc/apt/sources.list apt-get update
thanks to http://lilserenity.wordpress.com/200...-ipod-nano-3g/ for the tutorial i origanally based this on



Adv Reply




Bookmarks