[MPlayer-users] Linux RTC init error

Robert R. Wal rrw at hell.pl
Sat Oct 12 22:12:01 CEST 2002


On 02.10.10 Chittaranjan Mandal pressed the following keys:

> [Automatic answer: RTFM (read DOCS, FAQ), also read DOCS/bugreports.html]
> $ rpm -q mplayer
> mplayer-0.90pre8-1
> 
> $ mplayer -vo x11 mms:...
> ...
> Linux RTC init error: Permission denied
> ...
> 
> What is this problem?

1. Access to /dev/rtc ; I think you access to write there

2. /proc/sys/dev/rtc/max-user-freq ; check the content of this
pseudo-file. I don't remember what is it set to by default, by it is too
low for mplayer which wants 1024Hz. I solved this problem by setting it
at startup (e.g. in /etc/rc.d/rc.local or similar) with:

echo 2000 >/proc/sys/dev/rtc/max-user-freq

(or equivalent)

"dev.rtc.max-user-freq = 2000" in /etc/sysctl.conf

Robert

-- 
Bastard Operator From 149.156.96.35




More information about the MPlayer-users mailing list