Oliver Endriss wrote:
>> event2 which usually belongs to the DVB on-card IR receiver isn't there > > Please check your system logfile for messages from the DVB driver. > Imho this could only happen if evdev or dvb-ttpci have not been loaded. > Maybe vdr started *before* the driver was completely initialized > (hotplug firmware loader?) >
what kind of driver are you using?I indeed use the hotplug firmware loader, is that not recommended?I never used the hotplug firmware loader because it slows down driver loading. The event interface is registered as the last step during driver initialization.
>P.S. when I insert a "sleep 10" between driver start and vdr start everything is fine
...
ERROR: /dev/input/event2: No such file or directory
...
Strange. According to the log the device node does not exist! Are you using devfs?
no Maybe it takes some time until the device node
sometimes it happens after several loadings and unloadings of the driver, that the IR events are on event3 instead of event2, in that case there is nothing on event2. I had that during my experiments from time to time.shows up in the file system. Oliver