Mailing List archive

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

[linux-dvb] [linux-dvb]Re: problem make insmod





> Hi All
>  I have a problem with my DVB-s card:
> when I type make all right ;when i type make insmod this is the message
>
> make[1]: Entering directory `/root/DVB/driver'
> DIR=`pwd`; (cd /usr/src/linux; make SUBDIRS=$DIR modules)
> make[2]: Entering directory `/usr/src/linux'
> make -C  /root/DVB/driver
> CFLAGS="-D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -W
>
no-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe
>  -mpreferred-stack-bound
> ary=2 -march=i686 -DMODULE -DMODVERSIONS -include
> /usr/src/linux/include/linux/modversions.h" MAKING
> _MODULES=1 modules
> make[3]: Entering directory `/root/DVB/driver'
> make[3]: Nothing to be done for `modules'.
> make[3]: Leaving directory `/root/DVB/driver'
> make[2]: Leaving directory `/usr/src/linux'
>
> make[1]: Leaving directory `/root/DVB/driver'
> (       \
> 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;                 \
> insmod saa7146_core.o mode=0;   \
> insmod saa7146_v4l.o;           \
> insmod dvb_demux.o;             \
> insmod dvb_frontend.o;           \
> insmod dvb.o init_chan=2 pids_off=0;    \
> )
> insmod: a module named dvbdev already exists
> insmod: a module named dvb_net already exists
> insmod: i2c-core: no module by that name found
> insmod: videodev: no module by that name found
> insmod: a module named dvb_filter already exists
> insmod: a module named dmxdev already exists


Here is the problem...the driver could not find i2c-core.o and videodev.o.

Both should be compilied with your kernal (2.4.x only!).

Take a look at if this modules exists unter /lib/modules/2.4.x/kernel/.....


Greetings

A.Share



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


Home | Main Index | Thread Index