Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: Nexus and remote plugin




..
mai 15 16:26:59 leila vdr[16942]: loading /video/remote.conf
mai 15 16:26:59 leila vdr[16942]: initializing plugin: remote
(0.1.0): Remote control
...
mai 15 16:26:59 leila vdr[16942]: starting plugin: remote

What's missing here is a line like:
| Mai 15 17:36:34 orion vdr[32120]: remote: using '/dev/input/event0'

Try to start vdr manually (as root). In your vdr directory type
 ./vdr -Premote

I try like this and -P"remote -i /dev/input/event0", but no changes. It still doesn't work.
In "remote.c", in the Start() function, i replace :
> dsyslog("%s: using '%s'", Name(), devnam[i]);
by
> isyslog("%s: using '%s'", Name(), devnam[i]);

and i can see in syslog :

> mai 15 20:27:13 leila vdr[19012]: starting plugin: remote
> mai 15 20:27:13 leila vdr[19012]: remote: using '/dev/input/event0'

but vdr still not asking me learning keys ...

Thank's for your reply.




--
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index