Lambdacurry

Zune (or iTunes) on Linux - the definitive guide


A lot of people come to me moaning about their inability to cross the pearly Gates (or Windows.. ‘tis all the same) into Linux heaven because they will miss the enchanting tones of their Zune or iTunes. And just for the record, the Zune 30GB is a player with better sound quality than the iPod - with a pair of high end IEMs, you can detect total silence in a Zune, vs a light hiss on the iPod.

Anyways, the only way about this, without crashing and burning in purgatory is using virtualization. That’s right, you run Windows in a VM on Linux, and use it (via USB) to get a load of all your listening goodness.

You need to follow these steps exactly.

1. Install Linux on your machine

2. Install VirtualBox on your linux machine - make sure you do not install the OSE version and also make sure you have USB support turned on. You can check this by creating a dummy VM (may I suggest the 28 mb Slitaz ISO to test out) and seeing if you can enable USB support and also “create a filter from existing USB device”.

If not then you need to enable USB support. For more info - these links should help. In short

  • sudo gpasswd -a user vboxusers
  • grep vbox /etc/group "vboxusers:x:124:user"
  • ## usbfs is the USB group in /etc/fstab file: none /proc/bus/usb usbfs devgid=124,devmode=664 0 0
  • sudo /etc/init.d/vboxdrv setup
  • reboot

Now, you need to create a Windows XP VM and check that USB support is working on it.

I usually go with a stripped down version of Windows XP - like TinyXP or Windows SP3 Performance Edition (a 200mb version of stripped down XP). Of course, these releases in itself are not illegal, however these distros have their own embedded license keys, which makes them illegal. What I do is install these lightweight distros and switch the license key to my own (which I got with my Dell XPS) using various tools.

I shall therefore be focussing on the Windows XP SP3 Performance Edition, which I think is one of the best XP flavors out there.

</end thin-ice>

To install Zune, you need to first install windows update (since the Zune uses WSUS), IE8 (for XMLLite) and the full, large 300mb Zune installer. Install them in order.

Your Zune should be working now with USB support - I even updated my Zune from this VM.

Installing iTunes on Windows is of course, much less anally retentive, so not much to discuss there.


Lambdacurry

Zune (or iTunes) on Linux - the definitive guide

Published

May 20, 2009

Find me on Twitter @sandeepssrin

Did i make any mistake? Please consider sending a pull request.