Mailing List archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[linux-dvb] error loading dvb driver via make insmod
hi,
i've successfuly compiled the 0.9.4 dvb driver. but as i wanted to load the
drivers via 'make insmod' following error occured:
------------------------------------------------------------------------------
echenknecht:/usr/src/DVB/driver # make insmod
/usr/src/linux/scripts/pathdown.sh: TOPDIR: parameter null or not set
./makedev.napi
make
make[1]: Wechsel in das Verzeichnis Verzeichnis »/usr/src/DVB/driver«
DIR=`pwd`; (cd /usr/src/linux; make SUBDIRS=$DIR modules)
make[2]: Wechsel in das Verzeichnis Verzeichnis »/usr/src/linux-2.4.18.SuSE«
make -C /usr/src/DVB/driver CFLAGS="-D__KERNEL__
-I/usr/src/linux-2.4.18.SuSE/include -Wall -Wstrict-prototypes -Wno-trigraphs
-O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe
-mpreferred-stack-boundary=2 -march=i686 -malign-functions=4 -DMODULE"
MAKING_MODULES=1 modules
make[3]: Wechsel in das Verzeichnis Verzeichnis »/usr/src/DVB/driver«
make[3]: Für das Target »modules« gibt es nichts zu tun.
make[3]: Verlassen des Verzeichnisses Verzeichnis »/usr/src/DVB/driver«
make[2]: Verlassen des Verzeichnisses Verzeichnis »/usr/src/linux-2.4.18.SuSE«
make[1]: Verlassen des Verzeichnisses Verzeichnis »/usr/src/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; \
)
Warning: loading dvbdev.o will taint the kernel: non-GPL license - LGPL
Using /lib/modules/2.4.18-4GB/kernel/drivers/i2c/i2c-core.o
insmod: a module named i2c-core already exists
Using /lib/modules/2.4.18-4GB/kernel/drivers/media/video/videodev.o
Warning: loading tuner.o will taint the kernel: no license
saa7146_core.o: unresolved symbol kmap_pagetable
saa7146_core.o:
Hint: You are trying to load a module without a GPL compatible license
and it has unresolved symbols. Contact the module supplier for
assistance, only they can help you.
saa7146_v4l.o: unresolved symbol saa7146_del_extension
saa7146_v4l.o: unresolved symbol saa7146_add_extension
saa7146_v4l.o:
Hint: You are trying to load a module without a GPL compatible license
and it has unresolved symbols. Contact the module supplier for
assistance, only they can help you.
dvb.o: unresolved symbol saa7146_del_extension
dvb.o: unresolved symbol saa7146_get_handle
dvb.o: unresolved symbol saa7146_add_extension
make: *** [insmod] Fehler 1
-----------------------------------------------------------
My System is SuSE Linux 8 with a self compiled kernel 2.4.18 (using original
SuSE kernel .config file).
Thx 4 help
Patrick
--
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.
Home |
Main Index |
Thread Index