Creative Zen V Plus in Ubuntu

Posted on June 14th, 2007 in Tech Tips by gmendoza

If you would like to get your Creative Zen V Plus or related portable music player working in Ubuntu 7.04 and above, you’re in luck!

All you need is “Gnomad2″ as the graphical front end to your players music and playlists, and several libraries that are installed as dependencies (i.e. libmtp5). MTP stands for Microsoft Transfer Protocol, and libmtp5 is the key component to making this work.

As of this writing, the Creative Zen V Plus was not added to the libmtp5 udev rules file. This means that you would need root privileges to run Gnomad2, unless you changed the default permissions. No worries… correcting this is very easy to do.

1. First, install “Gnomad2″. The required dependencies will be installed by default.

$ sudo apt-get install gnomad2

2. To allow access to the Zen player using your normal user account, you must specify which permissions the device should have applied to it. These permissions can be set easily in a file supplied with the libmtp5 package. Edit the file as shown below.

$ sudo gedit /etc/udev/rules.d/65-libmtp.rules

Simply add the following and save your changes:

# Creative Zen V Plus
SYSFS{idVendor}=="041e", SYSFS{idProduct}=="4152", SYMLINK+="libmtp-%k", MODE="666"

Note: You may need to verify that the “idProduct” variable matches your device Product ID. To obtain this information perform an “lsusb” after plugging in the Zen player. The output will look like the following:

$ sudo lsusb
Bus 005 Device 007: ID 041e:4152 Creative Technology, Ltd
<snipped for brevity>

In the above example, “041e” represend the Vendor ID (Creative), and the second number to the right, “4152″ is your Product ID (Zen V Plus). If your device is different, simply change the values accordingly.

3. Re-plug your Zen player and wait for it to fully initialize to it’s final on-screen display. Start Gnomad2, and have some fun!

For more information on how to use Gnomad2, check out their website: http://gnomad2.sourceforge.net/

5 Responses to 'Creative Zen V Plus in Ubuntu'

Subscribe to comments with RSS or TrackBack to 'Creative Zen V Plus in Ubuntu'.

  1. David said,

    on June 30th, 2007 at 10:48 am

    Sweet… that was easy. Thanks!

  2. t3rmin4t0r said,

    on August 10th, 2007 at 11:13 pm

    Sweet, thanks for the blog …

    (and I’ll try bully someone into putting that udev rule)

  3. Jono said,

    on April 6th, 2008 at 2:49 pm

    hey umm i got a problem… i got the program and all and bla bla bla but when i go to add a file to my mp3 .. it says i do not have permission to create item.. what i do ??

  4. gmendoza said,

    on April 6th, 2008 at 3:12 pm

    Most likely, your user needs to have permissions set via udev in order to access the device.

    See step 2 in the post.

  5. shikamaru said,

    on August 6th, 2008 at 4:31 am

    thanks a lot very helpfull well explain you have my gratitud for life

Post a comment