LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 03-18-2003, 06:53 PM   #1
loran
Member
 
Registered: Jan 2003
Posts: 121

Rep: Reputation: 15
MPlayer trials and tribulations (what else is new?)


I installed MPlayer today but when can't get the application to open. I downloaded and unzipped fonts and skins. Don't know how to get those added though.
Secondly, when I typed "mplayer -vo help" in a console, it gave me the following error.."reading config file /usr/local/etc/mplayer/mplayer.config :No such file or directory"
Where do I go from here?
 
Old 03-18-2003, 06:55 PM   #2
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
What distro, how did you install it, and where did you unzip the fonts and skins to?
 
Old 03-18-2003, 11:48 PM   #3
loran
Member
 
Registered: Jan 2003
Posts: 121

Original Poster
Rep: Reputation: 15
specifically, its mplayer 0.90rc5-2.95.0I downloaded it to a folder. Left click-extract here-/usr/local/share/mplayer/font and Skin.

As for the player, I unpacked it and configured it using the commands you gave someone else in another thread.
 
Old 03-19-2003, 12:06 AM   #4
loran
Member
 
Registered: Jan 2003
Posts: 121

Original Poster
Rep: Reputation: 15
I misstated the previous. The font and skins were downloaded to a folder and
unzipped to thier proper places. The mplayer tar was downloaded front the official mplayer site and installed as per your instructions.

Here are the errors:
reading config file /usr/local/etc/mplayer/mplayer.conf: No such file or directory.

Reading config file /home/loran1/.mplayer/config

reading /home/loran1/.mplayer/codecs.conf: Can't open '/home/loran1/.mplayer/codecs.conf': No such file or directory

reading /usr/local/etc/mplayer/codecs.conf :50 audio &136 video codecs

font: can't open file: /home/loran1/.mplayer/font/font.desc

Font /usr/local/share/mplayer/font/font.desc loaded successfully! (233 chars)

Linux RTC init error in ioctl (rtc_irqp_set 1-24): Permission denied

Tyr adding "echo 1024 > /proc/sys/dev/rtc/max-user-freq" to your system startup scripts

Using usleep < > timing

Can't open input config file /home/loran1/.mplayer/input.conf : No such file or directory

Can't open input config file /usr/local/etc/mplayer/input.conf : No such file or directory

Falling back on default (hardcoded) input config




Sorry to dump all this on you but I really don't know what's pertinent to my problem and what's not.
 
Old 03-19-2003, 12:31 AM   #5
rmartine
Member
 
Registered: Dec 2002
Location: San Luis Obispo, CA
Distribution: Fedora Core 3
Posts: 618

Rep: Reputation: 30
Quote:
Originally posted by loran

reading /home/loran1/.mplayer/codecs.conf: Can't open '/home/loran1/.mplayer/codecs.conf': No such file or directory

reading /usr/local/etc/mplayer/codecs.conf :50 audio &136 video codecs
Look in the directory you compiled MPlayer for the etc/ directory. In there is a sample codecs.conf file. Copy that to your $HOME/.mplayer directory. MPlayer will then stop complaining about that file.
Quote:

font: can't open file: /home/loran1/.mplayer/font/font.desc

Font /usr/local/share/mplayer/font/font.desc loaded successfully! (233 chars)
Download the correct fonts package from MPlayer'ss website and extract it to where is says. MPlayer will stop complaining about that file also.
Quote:

Linux RTC init error in ioctl (rtc_irqp_set 1-24): Permission denied

Tyr adding "echo 1024 > /proc/sys/dev/rtc/max-user-freq" to your system startup scripts
Do what it asks and add the mentioned line to rc.local or wherever you like to add things to init
Quote:

Can't open input config file /home/loran1/.mplayer/input.conf : No such file or directory

Can't open input config file /usr/local/etc/mplayer/input.conf : No such file or directory

Falling back on default (hardcoded) input config
Do the same for input.conf as codecs.conf. Get the sample from /Directory_MPlayer_was_extracted_to/etc
 
Old 03-19-2003, 12:55 AM   #6
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
The only real error is the Linux RTC error, this seems to possibly be a bug in the version you've chosen, try older versions. The other errors aren't really errors but rather it cannot find one thing, so it moves to another possible location until it finds it, notice "loaded successfully" in the string for each of those.

As for:
mplayer -vo help
Giving an error, that is very odd, again, maybe a bug, try an older version.

Cool
 
Old 03-19-2003, 04:37 AM   #7
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
the RTC issue is not a bug, it's an added feature in all 2.4.19pre6 and newer kernels which allows a much arbitrarily higher clock resolution to be used to improve application timing. the message should ideally mention that you need 2.4.20 really but it only says that.
 
Old 03-19-2003, 01:12 PM   #8
loran
Member
 
Registered: Jan 2003
Posts: 121

Original Poster
Rep: Reputation: 15
wow. alot of work here. I'll get on it and let you know how it went. Thanks again.
 
Old 03-19-2003, 01:16 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
i really wouldn't recommend trying to "fix" those error messages. if you upgrade mplayer ni the future then the codecs.conf that you copied will NOT be updated, and so might stop the program working, i'd recommend just ignoring the messages, you know that there is nothing wrong. if you really had to i'd asy you could symlink them, but still i don't think it's worth botehring with.
 
Old 03-19-2003, 01:35 PM   #10
loran
Member
 
Registered: Jan 2003
Posts: 121

Original Poster
Rep: Reputation: 15
so you are saying that even if they are not "fixed" the app should still work. How so? I cant even get it to start...
 
Old 03-19-2003, 01:42 PM   #11
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
well whatever is causing the app to fail is nothign to do with the font.desc error, codecs.conf not input.conf, as you can see there for yourself that it uses falback files that will always be kept upto date. if you post the ENTIRE output there should be something in there...
 
Old 03-19-2003, 02:08 PM   #12
loran
Member
 
Registered: Jan 2003
Posts: 121

Original Poster
Rep: Reputation: 15
At any rate, I did the "fixes" and extrated the fonts and skins (again). The only error I still get is...
"reading config file /usr/local/etc/mplayer/mplayer.conf: No such file or directory"

Now, I did use "find files" to try find mplayer.conf--you know, in case it was somewhere else where it shouldn't have been but I don't have it anywhere.

Now what?
 
Old 03-19-2003, 02:26 PM   #13
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
like i said, show the ENTIRE output.
 
Old 03-19-2003, 03:00 PM   #14
loran
Member
 
Registered: Jan 2003
Posts: 121

Original Poster
Rep: Reputation: 15
ah, i got it. the "-vo" thing wasn't working right. I just go "mplayer -dvd 1" and it works great!

The gui just needed the right files in the right place. Now it works too!

Thanks everybody---You really are turning me into a convert!!!
 
Old 03-19-2003, 04:05 PM   #15
loran
Member
 
Registered: Jan 2003
Posts: 121

Original Poster
Rep: Reputation: 15
AH DANG IT!!!
Ok, entering mplayer and gmplayer in root (or su in user)both work fine. Icon and commands in user mood however still gives me errors.

Is this merely a permissions problem? I THINK I've tried everything in that regard but, please give me some advice.
 
  


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
Birmingham trials Linux in 40 libraries zeventh zenze Linux - News 8 11-30-2005 08:03 PM
Trials with widescreen on Slackware 10.1 avheretic Linux - Laptop and Netbook 10 11-02-2005 12:30 AM
Bringing up Linux - the trials and tribulations of a Newbie Guvvy Linux - Software 8 01-18-2005 06:46 PM
winxp booting still unresolved after trials danielotto SUSE / openSUSE 1 10-30-2004 08:27 AM
port forwarding trials and tribulations BenGroeneveld Linux - Networking 2 01-13-2004 03:44 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

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