Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Hallo everyone,
I am completely new to Linux (2 weeks) and don't know what to do to play mp3 files.
I have Fedora Core 4 (64bit)
The problem is I don't have access to the internet at home, so I have
to download things at work.
The other thing is how can Linux recognise and use my USB US-122 Tascam Audio/Midi controller?
get MPlayer (mplayerhq.hu) - this has support for almost all audio and video file formats. On the download page, you get the option to install optional video codecs. Do that, as you'll probably need them later. Also, download a skin. The MPlayer documentation is good too. Alternatively you could use xine (xinehq.de) which is also brilliant, or Realplayer 10 with the additional plugins. The problem with this is that the distro copmpanies cannot adhere to the mp3 license, and thats why they don't bundle mp3 software.
does it have to be a 64bit version?
where can i get the source? (i presume it's not a rpm package)
what exactly do i do after i download the source? (sorry i'm really new to linux)
thankx
alright if you go to MPLayerhq.hu you can download the following file
MPlayer v1.0pre7try2 source
i don't think it matters about 64-bit support in the actual download.. You're using suse on an Opteron 64-bit I'm taking it? Just set the compiler to use 32-bit flags when doing make
so you get the gzip or bzip2 files and do the following...
tar xzvf (MPlayer_file).tar.gz
cd MPlayer_directory
export CC="gcc -m32"
export LDFLAGS='-L/usr/X11R6/lib'
./configure
make
make install
I also tried to install Mplayer from RPM
I got a long list of failed dependencies, so I downloaded and installed most of them
except for one 'libpostproc'. There was also 'libpostproc.so.0()(64 bit)' which
I installed. The only one I'm missing now is 'libpostproc'
I can't find it.
can i install now a 32-bit version after i have installed several 64-bit packages?
Use source code like vmlinuz101 said. Then you will not have any dependency problems. Compiling from source is not hard.
You should get an internet connection because Fedora and many other distributions are very dependent on the internet. The CD or DVD should have most of the libraries and software that you need to compile or install binaries, but they do not.
I tried, however, fc4 has gcc 4.0.0. which is not supported by mplayer.
gcc 3.x is required.
if i downgrade my gcc, what will happen to other applications dependent on gcc?
You can have multiple gcc versions. You just need to learn how to select which one you want for each program. You can try compiling mplayer with gcc version 4. If there are any errors besides library header requirements, you can then install gcc version 3.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.