LinuxQuestions.org
Visit Jeremy's Blog.
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 10-16-2003, 03:59 PM   #1
dot hog
Member
 
Registered: Oct 2003
Location: Boondocks USA
Distribution: RH9
Posts: 50

Rep: Reputation: 15
Problems Installing MPlayer, XMMS, and alsa-driver


Hello.

I've been searching for rpms to allow mp3 and dvd playback on Red Hat 9. Decided on MPlayer and XMMS. Also needed to get my soundcard straightened out with alsa-driver.

I've tried to install them, and the only one that worked was the main XMMS rpm.

When I tried to install MPlayer (with rpm -ivf mplayer-1.0-0.2.pre2.fr.i386.rpm), linux returned:

x aalib is needed by mplayer-1.0-0.2.pre2.fr
x alsa-lib is needed by mplayer-1.0-0.2.pre2.fr
x faad2 is needed by mplayer-1.0-0.2.pre2.fr
x lame is needed by mplayer-1.0-0.2.pre2.fr
libaa.so.1 is needed by mplayer-1.0-0.2.pre2.fr
libasound.so.2 is needed by mplayer-1.0-0.2.pre2.fr
libasound.so.2(ALSA_0.9) is needed by mplayer-1.0-0.2.pre2.fr
x libdv is needed by mplayer-1.0-0.2.pre2.fr
libdv.so.2 is needed by mplayer-1.0-0.2.pre2.fr
x libdvdread is needed by mplayer-1.0-0.2.pre2.fr
libdvdread.so.3 is needed by mplayer-1.0-0.2.pre2.fr
x libfame is needed by mplayer-1.0-0.2.pre2.fr
liblirc_client.so.0 is needed by mplayer-1.0-0.2.pre2.fr
liblzo.so.1 is needed by mplayer-1.0-0.2.pre2.fr
x libmad.so.0 is needed by mplayer-1.0-0.2.pre2.fr
libmp3lame.so.0 is needed by mplayer-1.0-0.2.pre2.fr
libpostproc = 1.0-0.2.pre2.fr is needed by mplayer-1.0-0.2.pre2.fr
libpostproc.so.0 is needed by mplayer-1.0-0.2.pre2.fr
x lirc is needed by mplayer-1.0-0.2.pre2.fr
lzo is needed by mplayer-1.0-0.2.pre2.fr
mplayer-fonts is needed by mplayer-1.0-0.2.pre2.fr


(ignore the x's -- they refer to rpms I started to download to try to fix the problem)

When I tried to install MP3 capability for XMMS (with rpm -ivf xmms-mp3-1.2.7-21.p.fr1.i386.rpm), linux returned:

warning: xmms-mp3-1.2.7-21.p.fr1.i386.rpm: V3 DSA signature: NOKEY, key ID e42d547b

error: Failed dependencies:
xmms = 1:1.2.7 is needed by xmms-mp3-1.2.7-21.p.fr1


And as far as the alsa-drivers go, could somebody just detail for me the steps I need to go through to get RH9 to recognize my SB 16 PCI card? The sound card test works, but beyond that I get no sound out of the machine. I assumed running the alsa-driver rpm would work, but it's not installing. And, if it did install, where would I go from there to get RH9 to see my SB 16 PCI?

Anybody have any idea what's going on? I'm just starting to get comfortable with RPMs, but this little snag forces me to realize how little I actually know about the RPM deal. I'll get there.

Any help is appreciated.
 
Old 10-16-2003, 04:01 PM   #2
serz
Member
 
Registered: Apr 2003
Location: Buenos Aires, Argentina
Distribution: Slackware, Gentoo
Posts: 397

Rep: Reputation: 30
xmms-mp3 is a package needed to play mp3s in XMMS, on Red Hat. You need the XMMS package as well.
 
Old 10-16-2003, 04:06 PM   #3
Mara
Moderator
 
Registered: Feb 2002
Location: Grenoble
Distribution: Debian
Posts: 9,696

Rep: Reputation: 232Reputation: 232Reputation: 232
It looks you downloaded non-RedHat packages. Mplayer website offers RedHat packages for example. Try with them.
 
Old 10-16-2003, 04:08 PM   #4
Crashed_Again
Senior Member
 
Registered: Dec 2002
Location: Atlantic City, NJ
Distribution: Ubuntu & Arch
Posts: 3,503

Rep: Reputation: 57
Read this thread. Their is now easier way to install packages in RedHat then apt.
 
Old 10-16-2003, 05:05 PM   #5
dot hog
Member
 
Registered: Oct 2003
Location: Boondocks USA
Distribution: RH9
Posts: 50

Original Poster
Rep: Reputation: 15
Thanks for advice everyone.

First, all the rpms I downloaded are for Red Hat. I got them from shrike.freshrpms.net.

Second, use of the apt thing presumes that I'm connected to a network right now on my RH9. Nope. Still can't get things worked out with my modem.

So I've been downloading RPMs on the WinXP side and using them from the RH9 side. It's sloppy, and I'm not proud of the method, but hey, gotta do what gets it done.

And it's not getting it done. Each time I rpm something I get a message that I need another RPM. It never ends.

Does anyone know how I get my sound card configured? I've installed the alsa-driver, util, and lib rpms, so I'm ready to go. I know I need to modify some config files somewhere, but I can't find what and how.

Thanks again.
 
Old 10-16-2003, 05:16 PM   #6
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
rpm dependencies.... people alawys cry that its so hard to compile from source but it's not and there will be NO dependencies at all.

as for alsa... http://www.gentoo.org/doc/en/alsa-guide.xml yes i know it's for gentoo, but has plenty of general configuration stuff too.
 
Old 10-16-2003, 07:23 PM   #7
dot hog
Member
 
Registered: Oct 2003
Location: Boondocks USA
Distribution: RH9
Posts: 50

Original Poster
Rep: Reputation: 15
After initially trying to build a .src.rpm and getting an error, I thought the .rpms would be easier than building the .src.rpms, so I grabbed each rpm.

Now I've gone back to the .src.rpm, and I'm having problems again (this is for the alsa-driver stuff).

I'm getting the same error message as before:
error: db4 error(16) from dbenv->remove: Device or resource busy

I read on an archived forum at redhat.com that this error message also popped up in a bug in something to do with rpm. Have I stumbled on that bug? I doubt it, but I thought it was worth asking--kinda tired of banging my head on a wall about the various steps to get freakin' sound out of my RH9 box.

(btw, missed it earlier, because I was going straight to shrike.freshrpms.net, but freshrpms.net has good doc files on setting up alsa installation if anybody out there is reading this and struggling with alsa, too. If only I could get my rpm skills down and work around this error message, I'd be home free.)
 
Old 10-18-2003, 07:50 PM   #8
Frodak
LQ Newbie
 
Registered: Jul 2003
Distribution: Redhat 9
Posts: 12

Rep: Reputation: 0
Hi,

I've got Redhat 9 and this is what I did...

For MP3 playback in XMMS: xmms-mp3-1.2.7-21.p.fr1.i386.rpm
XMMS itself was already installed with Redhat...

The 3 RPMs for Mplayer are:
mplayer-common-1.0pre2-1.i386.rpm
mplayer-gui-1.0pre2-1.i386.rpm
mplayer-skin-default-1.0-2.noarch.rpm

To install Mplayer, I used: rpm -ivh mplayer*
The notes said that there are cyclic dependencies for these packages.

Hope this helps...

:-)
Frodak
 
  


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
Installing Alsa-Driver Depodra Fedora 0 06-18-2005 06:26 AM
XMMS, ALSA and Device Problems. ShoCkwave Slackware 1 02-08-2005 01:45 PM
Using ALSA Sound Driver with XMMS? JockVSJock Slackware 18 01-04-2005 03:00 PM
installing alsa driver in fedora 2 giuliano1 Linux - Newbie 2 10-10-2004 07:28 PM
xmms & alsa permission problems kadaver Slackware 3 09-22-2004 03:20 PM

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

All times are GMT -5. The time now is 06:39 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