Auweiler, Rainer (RPS) wrote:
Hi,

i have downloaded with
cvs -d :pserver:[EMAIL PROTECTED]:/cvs/linuxtv login
cvs -d :pserver:[EMAIL PROTECTED]:/cvs/linuxtv co DVB

the driver for my Siemens DVB-s.
In the directory /usr/local/src/DVB the following lines are shown by 'make'.


make[1]:Wechsel in das Verzeichnis Verzeichnis

/usr/local/src/DVB/driver/av7110

insmod input; \
insmod evdev; \
insmod dvb-ttpci.o;
using /lib/modules/2.4.18-14/kernel/drivers/input/input.o
insmod: a modul named input already exists
using /lib/moduls/2.4.18-14/kernel/drivers/input/evdev.o
dvb-ttpci.o: unresolved symbol input_register_device
dvb-ttpci.o: unresolved symbol video_register_device
dvb-ttpci.o: unresolved symbol video_unregister_device
dvb-ttpci.o: unresolved symbol input_unregister_device
dvb-ttpci.o: unresolved symbol input_event
make[1]: ***[insmod] Fehler 1
make[1]: Verlassen des verzeichnisses Verzeichnis

/usr/local/src/DVB/driver/av7110

make : ***[insmod] Fehler 2


What does that mean ?
You have to enable video4linux support (CONFIG_VIDEODEV), Input Core Support (CONFIG_INPUT) and event device support (CONFIG_INPUT_EVDEV) in your kernel.

Holger



--
Info:
To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe linux-dvb" as subject.

Reply via email to