Mailing List archive

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

[linux-dvb] Re: Insmod problems with dvb0.9



> (       \
> insmod dvbdev.o; \
> insmod i2c-core; \
> insmod videodev;                \
> insmod dvb_filter.o;                \
> insmod dmxdev.o;                \
> insmod VES1893.o;               \
> insmod VES1820.o;               \
> insmod stv0299.o;               \
> insmod tuner.o;                 \
> insmod saa7146_core.o mode=0;   \
> insmod saa7146_v4l.o;           \
> insmod dvb_demux.o;             \
> insmod dvb.o init_chan=2 pids_off=0;    \
> )
> insmod: i2c-core: no module by that name found
> insmod: videodev: no module by that name found

You kernel is lacking I2C support and Video4Linux support or you haven't
built/installed the modules. Contrary to the documentation, the CVS version
of the DVB driver does not use its own i2c/videodev modules anymore.

Regards
hh



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



Home | Main Index | Thread Index