LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This 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


Reply
  Search this Thread
Old 02-07-2004, 03:26 PM   #1
Blackout_08
Member
 
Registered: Jan 2004
Posts: 35

Rep: Reputation: 15
XXMS mp3 not working RH9


Alright so i was able to get my mp3s to show up in Xmms but for some reason they won't play. The volume is up my soundcard is working i know this because the sound test ran fine. The music titles show up but for some reason they aren't being played. The track bar that shows the position in the song just flies across and the timer just moves really quick and i don't get any sound. Im a huge newbie at this and i would appreciate a lil hand. Thanks

Oh im playing the songs off an mp3 cd
 
Old 02-07-2004, 03:30 PM   #2
Crashed_Again
Senior Member
 
Registered: Dec 2002
Location: Atlantic City, NJ
Distribution: Ubuntu & Arch
Posts: 3,503

Rep: Reputation: 57
Due to some licensing issues, RedHat was not able to ship xmms with mp3 support by default. You can get the rpm file that you need from here.
 
Old 02-07-2004, 03:36 PM   #3
Blackout_08
Member
 
Registered: Jan 2004
Posts: 35

Original Poster
Rep: Reputation: 15
I tried that one and no luck. Maybe I am doing somethign wrong???? the version of XMMS i am running is 1.2.9.
 
Old 02-07-2004, 03:54 PM   #4
BlankFrank
Member
 
Registered: Jan 2004
Location: Scotland
Distribution: Suse 9.2 (AMD64) / Mandrake 10
Posts: 62

Rep: Reputation: 15
I had this problem

I discovered in the XMMS preferences that my output plugin was set to ALSA and I was using OSS.

Try changing/configuring your output plugin
 
Old 02-07-2004, 07:15 PM   #5
Blackout_08
Member
 
Registered: Jan 2004
Posts: 35

Original Poster
Rep: Reputation: 15
umm how do i do that?
 
Old 02-08-2004, 01:05 AM   #6
RedHatMasta
Member
 
Registered: Nov 2003
Location: Central Kentucky
Distribution: Mandrake 10.0 Official
Posts: 77

Rep: Reputation: 15
right click -> Options -> Preferences -> Output Plugin

Hope that works!
 
Old 02-09-2004, 08:09 PM   #7
bm3780
LQ Newbie
 
Registered: Dec 2003
Posts: 27

Rep: Reputation: 15
I just installed the package, and I still get complaints from XMMS about not being able to play MP3 due to license constraints. I am not sure what else needs done besides rpm -Uvv xmms-mpg123-1.2.7-21.i386.rpm.

Am I missing something?
 
Old 02-10-2004, 03:29 PM   #8
RedHatMasta
Member
 
Registered: Nov 2003
Location: Central Kentucky
Distribution: Mandrake 10.0 Official
Posts: 77

Rep: Reputation: 15
Instead of doing -U, try a clean -i with all the needed packages. If it gives you some conflictions, try --force. I forced it and it worked fine. If it doesn't you can always do rpm -e.
 
Old 02-10-2004, 03:48 PM   #9
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
bm3780, take the sane way out. remove ALL xmms rpm's, grab the source from http://xmms.org and install it. so so so easy.
 
Old 03-15-2004, 11:44 AM   #10
vr6stress
Member
 
Registered: Jan 2004
Location: Utah
Posts: 54

Rep: Reputation: 15
Quote:
Originally posted by acid_kewpie
bm3780, take the sane way out. remove ALL xmms rpm's, grab the source from http://xmms.org and install it. so so so easy.
could you walk a noobie through this?? i'm on rh 9 and i thought i removed all xmms stuff through the package manager, but if there's a better way to do it via command line i would sure love to know...

i'm gonna be installing rh9 again tonight on a new drive and would love to get it all working perfectly...
 
Old 03-15-2004, 12:25 PM   #11
blueCow
Member
 
Registered: Feb 2004
Location: Florida
Distribution: FreeBSD, CentOS, Debian, Mint
Posts: 111

Rep: Reputation: 17
easiest way.. go to freshrpms.net
download apt-get for RH9
install that via rpm -Uvh packagename
then
apt-get install xmmsmp3
i also apt-get install xmmsskins
 
Old 03-15-2004, 02:08 PM   #12
vr6stress
Member
 
Registered: Jan 2004
Location: Utah
Posts: 54

Rep: Reputation: 15
i'm guessing this all from the command line right?

if that's tha case, do i do this from a specific directory (like the one where the file is downloaded?)

also what does this do...

like what is this rpm that i'm downloading, then what does it do once it's installed?

Last edited by vr6stress; 03-15-2004 at 02:15 PM.
 
Old 03-15-2004, 02:12 PM   #13
Komakino
Senior Member
 
Registered: Feb 2004
Location: Somerset, England
Distribution: Slackware 10.2, Slackware 10.0, Ubuntu 9.10
Posts: 1,938

Rep: Reputation: 55
Yeah, you will need to be in the same directory as whichever file you're trying to use (i.e. if you're trying to install myfile.rpm you need to be in that directory).
 
Old 03-15-2004, 06:07 PM   #14
vr6stress
Member
 
Registered: Jan 2004
Location: Utah
Posts: 54

Rep: Reputation: 15
thanks
 
Old 03-15-2004, 09:34 PM   #15
blueCow
Member
 
Registered: Feb 2004
Location: Florida
Distribution: FreeBSD, CentOS, Debian, Mint
Posts: 111

Rep: Reputation: 17
explination if you were a Windows user..

apt is kinda like a manual Windows Update. I said kinda like.. no flames..

when you type apt-get install packagenamehere it downloads the program from the web and installs it on your Linux box. Very Nice.. You dont have to do anything else.

To get apt installed on your linux box just download the rpm for the ver of RH (orinally a debian thing, also available for RH, Fedora, YellowDog and more) you have.

Go to the directory where you downloaded it and type:

rpm -Uvh packagenamehere

rpm is the RedHat Package Manager
-Uvh is Upgrade show verbose and show hashes
(if there is nothing to upgrade it defaults to install)
packagenamehere = the name of the file you downloaded

once it is installed you will want to type:

apt-get update == this updates the package list
then type

apt-get install packagename (where packagename is the name you find on frshrpms.net)

hope this helps you some

ps. im sure you know this but all must be done as root
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
xxms urpmi aerogate Mandriva 7 07-08-2005 04:16 AM
xxms vs .wav bruse Linux - Newbie 1 05-22-2005 03:05 AM
mp3 support for RH9 ekoome Red Hat 4 03-15-2004 11:40 AM
problems with mp3 in RH9 makkintosh Linux - Software 9 01-10-2004 01:10 PM
How to use XXMS? Tyir Linux - Newbie 2 10-05-2003 09:52 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 03:41 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration