Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 11-12-2005, 11:52 PM   #11 (permalink)
 
True Techie

Join Date: Apr 2005

Posts: 110

Murdoc

Default

where can I get it?
Murdoc is offline  
Old 11-13-2005, 01:03 AM   #12 (permalink)
 
Master Techie

Join Date: Apr 2004

Posts: 2,534

horndude is on a distinguished road

Default

Dont know for sure, sourceforge probably for a source code tarball if you wanna compile it, you will need the toolset to compile stuff from source though cause Suse doesnt come with that either. Best bet is probably an rpm depository somewhere, there are quite a few Im sure. Better take a close look at what exactly is on your system and what your missing first before you start blindly installing stuff.

You should be able to get away with using YaSt I think if you can figure out what its lacking. Might wanna try searching about this at linuxquestions.org, im not a Suse person, I dont like distro's that are rpm based or lacking lots of things right from the start. They work just fine, just take some work to get them to do everything the way I like.

Should be able to try to play an mp3 from command line with the alsaplayer, just type play <filename> or alsaplayer <filename> and see what happens, if it spits out an error about missing a library or unknown file format or something like that, then have a look in what is installed on your system and then search for whats missing.

One of the benefits of command line apps is they spit out actual errors in text format when you run them, makes debugging easier. Most GUI apps can be started from command line as well, they will usually spit out debugging info too. Its a useful trick for stuff like this.
horndude is offline  
Old 11-14-2005, 10:47 PM   #13 (permalink)
 
True Techie

Join Date: Apr 2005

Posts: 110

Murdoc

Default

Quote:
Originally posted by horndude
Should be able to try to play an mp3 from command line with the alsaplayer, just type play <filename> or alsaplayer <filename> and see what happens, if it spits out an error about missing a library or unknown file format or something like that, then have a look in what is installed on your system and then search for whats missing.
what do you mean by "have a look in what is installed on your system"? How do I do that? and yes, I've got the error code when using play <file name> command saying cannot read format mp3.
Murdoc is offline  
Old 11-14-2005, 11:39 PM   #14 (permalink)
 
Master Techie

Join Date: Apr 2004

Posts: 2,534

horndude is on a distinguished road

Default

On Suse Im not 100% sure, its has an rpm based package manager. Yast might be able to show whats installed, dont know. There should be some sort of listing in /var/log somewhere.........mine is in /var/log/packages but thats slackware with the pkg system.

rpm istelf might be able to show you, try man rpm in a terminal and see what the man page says about it, I know rpm keeps a database of whats installed so it can resolve dependencies.

other than that, check the Suse website and see what it has in the way of tutorials or help

Im about 90% sure what your lacking is called "libmad" which is an audio mpeg library, but it may be called something else

ftp://ftp.pbone.net/mirror/ftp.gwdg.....1b-0.i586.rpm

that ^^ may or may not fix it.........it should

install that with rpm -i <filename> (I think) then run ldconfig

do both as root, then try to play an mp3
horndude is offline  
Old 11-14-2005, 11:41 PM   #15 (permalink)
 
Master Techie

Join Date: Apr 2004

Posts: 2,534

horndude is on a distinguished road

Default

according to linuxquestions.org you can use Yast to update and install software but I have no clue how to use it or explain that to you
horndude is offline  
Old 11-15-2005, 08:16 AM   #16 (permalink)
macdude425's Avatar
 
Member (again)

Join Date: Jan 2005

Location: Raul's Wild Kingdom...How 'bout that, huh?

Posts: 4,200

macdude425 is on a distinguished road

Send a message via AIM to macdude425 Send a message via Yahoo to macdude425
Default

You have to turn on YOU, I know that much, but don't ask me how to do it, because I've never had to...
__________________



Debian Support Forums!
macdude425 is offline  
 
Closed Thread

Thread Tools
Display Modes

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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On