Rob Mason wrote: > + modprobe dvb-core > + modprobe alps_bsrv2 > + modprobe v4l1-compat > + modprobe v4l2-common > + modprobe video-buf > + modprobe saa7146 > + modprobe saa7146_vv > + modprobe dvb-ttpci > /lib/modules/2.4.19/misc/dvb-ttpci.o: init_module: No such device
> /lib/modules/2.4.19/misc/dvb-ttpci.o: unresolved symbol > input_event_R22610667 > I have tried this with a cvs from 22 Jan and one from 16 Jan , both with > same result. I can forward my kernel config file if required,is there > some external driver that I am missing on which there is a dependency?? You need to insert the input module: modprobe input modprobe evdev This is part of the kernel, not part of the DVB driver. You find it in: Input core support: <M> Input core support < > Keyboard support < > Mouse support < > Joystick support <M> Event interface support Cheers, Juri -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe linux-dvb" as subject.
