Mailing List archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[linux-dvb] Re: Redhat 8.0 and Siemens DVB-S
Auweiler, Rainer (RPS) wrote:
> Hi,
>
> i have downloaded with
> cvs -d :pserver:anonymous@linuxtv.org:/cvs/linuxtv login
> cvs -d :pserver:anonymous@linuxtv.org:/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 listar@linuxtv.org with "unsubscribe linux-dvb" as subject.
Home |
Main Index |
Thread Index