Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Re: Kernel 2.4.18




Hi Andrew!

I got the same Problem.

I fixed it by using modprobe insted of insmod in driver/Makefile

insmod:
        ./makedev.napi
        make
        (       \
        insmod dvbdev.o; \
        insmod dvb_net.o;                \
        insmod i2c-core; \
        insmod videodev;                \
        insmod dvb_filter.o;                \
        insmod dmxdev.o;                \
        insmod VES1893.o;               \
        insmod VES1820.o;               \
        insmod L64781.o;                \
        insmod SP8870.o debug=1;        \
        insmod tda8083.o;               \
        insmod stv0299.o;               \
        insmod tuner.o;                 \
        modprobe saa7146_core mode=0;   \
        modprobe saa7146_v4l;           \
        modprobe dvb_demux;             \
        modprobe dvb_frontend;           \
        modprobe $(CARD) init_chan=2 pids_off=0;        \
        )
        sync

Strang but it works.

Greetings
         Rolf





-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.


Home | Main Index | Thread Index