On Tue, 2006-06-27 at 19:50 +0100, Chris Jones wrote: > Hi > > On Tue, 2006-06-27 at 19:17 +0100, Jon Burgess wrote: > > Try using the remote plugin with the /dev/input/eventN device of your > > remote. > > Thanks, but I already am: > > cmsj@tenshu:~$ cat /etc/vdr/plugins/plugin.remote.conf > -i /dev/input/bob > > (where 'bob' is a symlink to the correct event node, created by a udev > rule) > > Cheers, I only see the keyboard events and the multiple repeats when I don't have the remote plugin running correctly, so it still may be worth checking. e.g. try the following which should report that VDR has the right device node open: # lsof -c vdr | grep /dev/input vdr 4638 vdr 10r CHR 13,66 5097 /dev/input/event2 Jon