Matthias Fechner wrote:

> > have a look at the file permissions in /dev
> >
> > ls -l /dev/video*
> >
> > the user, as which you start the programms must have rw rights, AFAIK.
> 
> The problem is, that /dev/vid* not exist.

then the devices have to be made first with something like this:

mknod -m 666 /dev/video c major minor // use usefull numbers for minor
and major

this should be described somewhere in the docs. maybe there is a target
in the makefile that creats the devices, i can't remember and have no
access to a vdr box currently. sorry!

regards ...
clemens


-- 
Info:
To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe linux-dvb" as 
subject.

Reply via email to