LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   xmms problem! (https://www.linuxquestions.org/questions/linux-newbie-8/xmms-problem-247030/)

judge_neo 10-25-2004 05:57 AM

xmms problem!
 
just a quick query, i've just installed fedora core 2 and everything is going fine with the exception of xmms.

When i play an MP3 the song timer runs so fast it's difficult to read, i've just watched a 5:00 minute song play in 10 seconds.

:newbie:

ksgill 10-25-2004 09:54 AM

There is a package that u need to install because redhat/fedora dont have mp3 support. Search the board for it.

judge_neo 10-25-2004 10:13 AM

if what ur talking about is the xmms-mp3 plugin then i have already downloaded and installed it but still having this problem.
:Pengy:

benrose111488 10-25-2004 11:42 AM

in terminal, try this:
rpm -e xmms

It'll show you a list of dependencies.

use rpm -e (each one of those dependencies)

then do
rpm -e xmms
again
this will uninstall XMMS

Next, go to the XMMS site and download the tarball
NOT THE RPM

then 'unzip' the files
in terminal, cd to the 'unzipped' directory.
run the following command:
"./configure && make && make install"
Minus the quotes, of course.
after this is done, XMMS is now properly compiled to your kernel, and this should solve your problem. It will also have the MP3 plugin already installed, so you wont need to re-install that. Just find the executable binary and run that. Then all is good in the world of Fedora Core 2.

Hope this helps. :)

judge_neo 10-26-2004 03:08 AM

Ahhh,

I have tunes again, thanks a bunch that worked a treat.

You're right now all is good in the world of Fedora Core 2.


:Pengy:

apv 11-16-2004 11:02 PM

Hey,

I too had the same problem with my RH 9.0. I reinstalled as mentioned earlier in this thread. But the problem still remains. What could be the problem?

-apv

benrose111488 11-17-2004 11:26 AM

try physically downloading and compiling the source for the MP3 plugin

Make sure during compile you turn on the verbose switch, so that you can post anything that goes wrong exactly as it happened.

You can refer to the instructions with the MP3 plugin to figure out how to do this.

Tell me if this helps


All times are GMT -5. The time now is 09:10 PM.