Hi all, I've found a similar posting like that in the archive but I couldn't see any answers regarding it.
I've got siemens_dvb-0.9.4.tar.gz from linuxtv.org, compiled the driver and got a few warnings: [...] gcc -D__KERNEL__ -I/usr/src/linux-2.4.18-new/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -m preferred-stack-boundary=2 -march=i686 -DMODULE -I ../ost/include -I . -D__DVB_PACK__ -g -DUSE_OSD -DKBUILD_BASENAME=dvb_frontend -DEXPORT_SYMTAB -c dvb_frontend.c dvb_frontend.c:310: warning: #warning finish fe_zigzag for ofdm dvb_frontend.c:376: warning: #warning FIXME optimize fe_tune for ofdm dvb_frontend.c:398: warning: #warning FIXME optimize fe_tune for ofdm dvb_frontend.c: In function `fe_add_event': dvb_frontend.c:139: warning: implicit declaration of function `get_fast_time' dvb_frontend.c: At top level: dvb_frontend.c:117: warning: `dvb_frontend_tuner_scan' defined but not used [...] gcc -D__KERNEL__ -I/usr/src/linux-2.4.18-new/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common -pipe -m preferred-stack-boundary=2 -march=i686 -DMODULE -I ../ost/include -I . -D__DVB_PACK__ -g -DUSE_OSD -DKBUILD_BASENAME=tuner -c -o tuner.o tuner.c In file included from tuner.c:8: /usr/src/linux-2.4.18-new/include/linux/malloc.h:4: warning: #warning linux/malloc.h is deprecated, use linux/slab.h instead. tuner.c:190: warning: `tuner_stereo' defined but not used make[2]: Leaving directory `/home/bundy/downloads/dvb/DVB/driver' make[1]: Leaving directory `/usr/src/linux-2.4.18-new' Now when I try to load the modules I get the following error: [ root@topenga ] /download/dvb/DVB/driver # insmod i2c-core Using /lib/modules/2.4.18/kernel/drivers/i2c/i2c-core.o [ root@topenga ] /download/dvb/DVB/driver # make insmod [...] Warning: loading saa7146_v4l.o will taint the kernel: no license See http://www.tux.org/lkml/#s1-18 for information about tainted modules Module saa7146_v4l loaded, with warnings dvb_frontend.o: unresolved symbol get_fast_time dvb.o: unresolved symbol dvb_frontend_poll dvb.o: unresolved symbol dvb_frontend_get_event dvb.o: unresolved symbol dvb_frontend_stop dvb.o: unresolved symbol dvb_frontend_init dvb.o: unresolved symbol dvb_frontend_demod_command dvb.o: unresolved symbol dvb_frontend_exit dvb.o: unresolved symbol dvb_frontend_tune make: *** [insmod] Error 1 I can't all modules get to lead into the kernel, of course I need them to get my low budget Haupauge Win-TV Nova-s working. I have gcc 2.95.3, gnu-make 3.79.1 and linux kernel 2.4.18 as you might have seen above. I don't know whats wrong and I want to get that card working one day ;-) Hopefully someone can help me. If you need more information about the system just contact me. Ah, and btw. the dvb-cvs snapshot didn't work either... Greetings, - Stefan -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe linux-dvb" as subject.
