opensubscriber
   Find in this group all groups
 
Linux-Kernel more information…

l : linux-kernel@vger.kernel.org 9 March 2005 • 4:10AM -0500

Re: a problem with linux 2.6.11 and sa
by Andre Tomt

REPLY TO AUTHOR
 
REPLY TO GROUP




George Georgalis wrote:
> Here is a problem with 2.6.10:
>
> while read file; do mplayer $file ; done <mediafiles.txt
>
> or
>
> tail -n93  mediafiles.txt | while read file; do mplayer $file ; done
>
> for each file path in that text file I get:
>
> Failed to open /dev/rtc: Permission denied (it should be readable by the user.)

^- This is also emitted by mplayer. It usually does this on any standard
system.

> In addition the audio pcm level is set to zero (presumably by mplayer).
>
> This does work:
> for file in `cat mediafiles.txt`; do mplayer $file ; done
>
> but discovering and fixing code now broke will be unpleasent.
> What exactly is going on?
>
> // George
>

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger...
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Bookmark with:

Delicious   Digg   reddit   Facebook   StumbleUpon

Related Messages

opensubscriber is not affiliated with the authors of this message nor responsible for its content.