LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE
User Name
Password
SUSE / openSUSE This Forum is for the discussion of Suse Linux.

Notices


Reply
  Search this Thread
Old 02-12-2005, 05:44 PM   #1
Ab3n
Member
 
Registered: Sep 2004
Location: Colorado, USA
Distribution: CentOS 5
Posts: 144

Rep: Reputation: 15
mplayer


I'm using Suse 9.2 and I'm trying to install mplayer...I've downloaded
MPlayer-1.0pre6a-pm.2.src.rpm but dont know where to go from here and I'm not even sure its the right package. Any help?
 
Old 02-12-2005, 06:06 PM   #2
sigsegv
Senior Member
 
Registered: Nov 2004
Location: Third rock from the Sun
Distribution: NetBSD-2, FreeBSD-5.4, OpenBSD-3.[67], RHEL[34], OSX 10.4.1
Posts: 1,197

Rep: Reputation: 47
man rpm

rpm -i package
 
Old 02-12-2005, 06:14 PM   #3
Ab3n
Member
 
Registered: Sep 2004
Location: Colorado, USA
Distribution: CentOS 5
Posts: 144

Original Poster
Rep: Reputation: 15
It just gave me these warnings:

Code:
warning: MPlayer-1.0pre6a-pm.2.src.rpm: V3 DSA signature: NOKEY, key ID 5f6842a4
warning: user hvogel does not exist - using root
warning: group master does not exist - using root
warning: user hvogel does not exist - using root
warning: group master does not exist - using root
warning: user hvogel does not exist - using root
warning: group master does not exist - using root
warning: user hvogel does not exist - using root
warning: group master does not exist - using root
warning: user hvogel does not exist - using root
warning: group master does not exist - using root
warning: user hvogel does not exist - using root
warning: group master does not exist - using root
warning: user hvogel does not exist - using root
warning: group master does not exist - using root
warning: user hvogel does not exist - using root
warning: group master does not exist - using root
 
Old 02-12-2005, 06:22 PM   #4
acidjuice
Member
 
Registered: Jan 2005
Location: a tiny spot on the iceberg
Distribution: Slackware 10.1 (dropline 2.10, kernel 2.6.11.6)
Posts: 320

Rep: Reputation: 30
did you su to root?

well anyway, use YaST:

1. click on choose new installation source and add:

HTTP
Server: "packman.iu-bremen.de"
Directory: "suse/9.2"

2. ensure to bring this source on the top

3. click on install / remove software

4. search for mplayer, you'll have 2 results, check them both

5. click on install (it will tell you an additional dependency, just proceed)

there you go.
 
Old 02-12-2005, 06:41 PM   #5
Ab3n
Member
 
Registered: Sep 2004
Location: Colorado, USA
Distribution: CentOS 5
Posts: 144

Original Poster
Rep: Reputation: 15
thanks, dumb question, but I cant seem to play my dvd...how wo I do that?
 
Old 02-12-2005, 08:44 PM   #6
sigsegv
Senior Member
 
Registered: Nov 2004
Location: Third rock from the Sun
Distribution: NetBSD-2, FreeBSD-5.4, OpenBSD-3.[67], RHEL[34], OSX 10.4.1
Posts: 1,197

Rep: Reputation: 47
mplayer dvd://1
 
Old 02-12-2005, 11:59 PM   #7
AwesomeMachine
LQ Guru
 
Registered: Jan 2005
Location: USA and Italy
Distribution: Debian testing/sid; OpenSuSE; Fedora; Mint
Posts: 5,524

Rep: Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015
mplayer

Get the Mplayer .tar.gz source file. Source rpms are for making rpm's again, but for the specific system. You want just source.tar.gz or .tar.bz2. While you are on the Mplayer site get a skin and a font and windows-all codec package. You have to install the windows codecs first. You install source by or <bunzip2 Mplayer*.bz2> or <gunzip Mplayer*.gz> then <tar xvf Mplayer*.tar> then <cd Mplayer*> and don't actually type <>. Once you are in the source directory type <./configure> and read what comes out. For the windows codecs everything should be ok. They just go into /usr/local/win32 and sit there. So make the binaries by typing <make> and install them by typing <make install>, or you can read README. Do the same thing for windows codecs all, but do it first, before Mplayer. When you do <./configure> for Mplayer, take a look at what is missing and install it from the SuSE CD using Yast2 install and remove software. If SuSE doesn't have the packages you need, you'll need to goto http colon slash slash www dot rpmfind dot net and type the name of the file Mplayer needs and see what rpm's come up to find out the package it is from. You can then look on the SuSE CD for that package. There is no Mplayer in any SuSE 9 distro, so there are no SuSE rpm's. Mplayer is hard to install anyway. It's the best, but difficult to install. You might consider a xine based player.
 
Old 02-13-2005, 09:35 AM   #8
sigsegv
Senior Member
 
Registered: Nov 2004
Location: Third rock from the Sun
Distribution: NetBSD-2, FreeBSD-5.4, OpenBSD-3.[67], RHEL[34], OSX 10.4.1
Posts: 1,197

Rep: Reputation: 47
I'm all about building things from source, but the setup you describe in a system managed by RPM is a disaster waiting to happen ...

Get the source RPMs and do it the right way. You'll be glad you did later.
 
Old 02-15-2005, 04:12 PM   #9
Zhenya
Member
 
Registered: Sep 2004
Location: Maryland, USA
Distribution: Suse 9.3 Pro
Posts: 92

Rep: Reputation: 15
Quote:
Originally posted by Ab3n
thanks, dumb question, but I cant seem to play my dvd...how wo I do that?
If you have dropped frames when playing a DVD, don't forget that you should have DMA enabled on your DVD drive. Otherwise, it may not be fast enough for playing DVDs.
 
Old 02-16-2005, 06:08 PM   #10
STuPiDiCuS
Member
 
Registered: Jun 2004
Location: Springville, Utah
Distribution: SuSE 9.1/9.2/9.3 Pro, OpenSuSE 10.0, 10.1, Currently 10.2 32&64 bit
Posts: 101
Blog Entries: 1

Rep: Reputation: 15
Quote:
There is no Mplayer in any SuSE 9 distro, so there are no SuSE rpm's.
try this link: http://packman.iu-bremen.de/suse/ add it to your Yast install list, then go to install/remove software under yast, search for mplayer. Tell me it's not there, I've installed it this way twice.

P.S. It resolves all the dependencies for you.
 
Old 02-16-2005, 06:27 PM   #11
Zhenya
Member
 
Registered: Sep 2004
Location: Maryland, USA
Distribution: Suse 9.3 Pro
Posts: 92

Rep: Reputation: 15
Also look for xine there - it is an excellent video player engine with a colorful choice of GUI's (kaffeine, kmplayer, xine-ui... to name a few).
But before you install anything, I would recommend to uninstall xine libs and kaffeine rpms that come with Suse, they don't play much but cause all sorts of problems. And don't forget to install codec packages and css2 DVD encription library. Unfortunately you will not find the last one on the bremen site (due to German legal reasons), so you'll have to look elsewhere.

Just to share a thought - I have never had such a pleasent experience with playing various video files on a Windows machine as I have on my Linux box (all thanks to the xine engine and free codecs).
 
Old 02-17-2005, 11:07 AM   #12
one_ro
LQ Newbie
 
Registered: Nov 2004
Location: Romania
Posts: 20

Rep: Reputation: 0
Hi there,

Glad to see this thread. I also have a SuSE 9.2 Pro on a P4 1.7Mhz 256MB of RAM.
I compiled mplayer from sources, it works fine but I am unable to run <gmplayer> (if it rings any bell).

I get these errors:
MPlayer 1.0pre6-3.3.4 (C) 2000-2004 MPlayer Team
CPU: Intel (Family: 8, Stepping: 10)
Detected cache-line size is 64 bytes
CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
Compiled for x86 CPU with extensions: MMX MMX2 SSE SSE2
vo: X11 running at 1280x1024 with depth 16 and 16 bpp (":0.0" => local display)
Linux RTC init error in ioctl (rtc_irqp_set 1024): Inappropriate ioctl for device
Try adding "echo 1024 > /proc/sys/dev/rtc/max-user-freq" to your system startupscripts.
Setting up LIRC support...
mplayer: could not connect to socket
mplayer: Permission denied
Failed to open LIRC support.
You will not be able to use your remote control.
[skin] file ( /usr/local/share/mplayer/Skin/default/skin ) not found.
Skin not found (default).

I visited the link http://packman.iu-bremen.de/suse/9.2/
How do I add it to the YaST install list? Also, which folder should I use: i386? i586? i686?

Any hint would be appreciated,
Adrian
 
Old 02-17-2005, 11:26 AM   #13
abisko00
Senior Member
 
Registered: Mar 2004
Location: Munich
Distribution: Ubuntu
Posts: 3,517

Rep: Reputation: 58
The link that you refer to is to be used as a Yast source (not for manual download). Open Yast -> Change Source of Installation -> Add -> HTTP

server: packman.iu-bremen.de
directory: suse/9.2

Now install the software as usual via Yast.

For manual download, visit http://packman.links2linux.org/
 
Old 02-17-2005, 11:46 AM   #14
one_ro
LQ Newbie
 
Registered: Nov 2004
Location: Romania
Posts: 20

Rep: Reputation: 0
Works like a charm
Thx a lot.
 
Old 02-17-2005, 12:34 PM   #15
one_ro
LQ Newbie
 
Registered: Nov 2004
Location: Romania
Posts: 20

Rep: Reputation: 0
I mean, the installation works like a charm...

gmplayer still wouldn't work...

I get the same error messages like above.

Could anyone point me into the right direction?
Thanks,
Adrian
 
  


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
using mplayer with .asx without -playlist? Would be useful for mplayer plug-in pierrethibault Linux - Software 1 02-18-2005 08:12 AM
No sound in mplayer or mplayer firefox plugin case1984 Linux - Newbie 1 01-21-2005 12:58 AM
How to install mplayer gui after installing mplayer kaega2 Linux - Software 5 10-07-2003 10:44 AM
More mplayer issues...no /.mplayer folder?! lt1derful Linux - Software 3 08-03-2003 09:09 PM
mplayer is cool ... mplayer plug-in is even cooler..! linuxlah Linux - General 4 07-16-2003 10:55 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE

All times are GMT -5. The time now is 03:02 PM.

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