On Friday 30 July 2004 11:26, Joerg Riechardt wrote:
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?)
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.
what kind of driver are you using?
- dvb-kernel branch linux_2_4 with vanilla kernel 2.4.26
- dvb-kernel with vanilla kernel 2.6.7
dvb-kernel with makelinks? but then you have to recompile your kernel
every time you do a new cvs checkout for the dvb-kernel, don't you?
No, there is another way:
Simply compile dvb-kernel in the build-2.6 directory of the driver.
The kernel sources will not be touched, and you can easily test
different drivers using the same kernel.
Hm, that's what I do, so I think I didn't get the difference to hotplug
firmware loader. Would you explain?