Quote:
Originally Posted by thyfunkispure I have a Dell mp3 player. In Windows I had to use Musicmatch but I don't think I can get it on ubuntu, unless there's a program that lets me run exe files. |
Ok. Looks like you'll need a program called Gnomad. There are a several ways to install it (if you aren't yet comfortable with installing in Ubuntu), and they all accomplish the same task:
(You only need to do one)
1) Open up a terminal (Applications > Accessories > Terminal) and paste the following line:
sudo apt-get install gnomad2
Follow the prompts.
2) Open up the Synaptic Package Manager (System > Admin > Synaptic), find gnomad2, mark it for installation, hit apply.
3) Go to Add/Remove Applications (under 'Applications'), search for Gnomad, check Gnomad 2, hit apply.
Kinda stinks that you need 3rd party applications for this. Many mp3 players (iPod is what I have) will auto mount and act similar to a flash drive. Still, with an iPod, you have to use a program to put songs on it the 'iPod way', but I replaced the Apple firmware with Rockbox (ogg, flac support!) and I can just through songs on there without any additional software now.
There are usually workarounds to get things going in Linux, unless there are no drivers at all written -- you'll find this with some accessories. Not usually a big deal, just do your research before you buy hardware now.
Also, there is a way to run Windows executables in a Linux environment -- it is called Wine (Wine Is Not an Emulator) and the best way to describe it is a compatibility layer. It intercepts system calls and converts them to proper Linux system calls -- so that calls to the Windows API to build a window will be 'translated' to a X11 call to build a window.
Wine works for a number of things, but it is by far not perfect. It craps out quite a bit for some applications and takes some massive tweaking to get some programs running. I was playing Oregon Trail 2 the other week through it though. It's really a hit-or-miss thing, and I wouldn't use it for anything that will be trying to access hardware.