Mailing List archive

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

[linux-dvb] Cannot compile driver or kernel panic



Hi,

i have upgraded my computer and completely install a new linux.
Than i put my two dvb-s cards into it and try to compile the driver,
but i get error messages and have no idea, what the problem is.

I am going into driver and type make:
--snip--
...
gcc -D__KERNEL__ -I/usr/src/linux-2.4.18/include  -Wall
-Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing
-fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2
-march=i686 -malign-functions=4  -DMODULE -DMODVERSIONS -include
/usr/src/linux-2.4.18/include/linux/modversions.h -I ../ost/include -I
. -D__DVB_PACK__ -g -DUSE_OSD  -DKBUILD_BASENAME=dvb_firm
-DEXPORT_SYMTAB -c dvb_firm.c
dvb_firm.c: In function init_dvb_firm':
dvb_firm.c:11: Dpram' undeclared (first use in this function)
dvb_firm.c:11: (Each undeclared identifier is reported only once
dvb_firm.c:11: for each function it appears in.)
dvb_firm.c:13: Root' undeclared (first use in this function)
make[2]: *** [dvb_firm.o] Error 1
make[2]: Leaving directory
/usr/local/video/siemens_dvb-0.9.4-2002-03-16/driver'
make[1]: *** [_mod_/usr/local/video/DVB/driver] Error 2
make[1]: Leaving directory /usr/src/linux-2.4.18'
make: *** [here] Error 2
--snap--

The kernel is a 2.4.18 Kernel with lba48 and xfs-patch.

Than i tried an old version from the driver, it compiles, but if i try
make insmod, i get the following error-messages:
--snip--
Warning: loading dvbdev.o will taint the kernel: non-GPL license - LGPL
Using /lib/modules/2.4.18-xfs/kernel/drivers/i2c/i2c-core.o
Using /lib/modules/2.4.18-xfs/kernel/drivers/media/video/videodev.o
Warning: loading tuner.o will taint the kernel: no license
Warning: loading saa7146_core.o will taint the kernel: no license
Warning: loading saa7146_v4l.o will taint the kernel: no license
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
--snap--

Please help me.

-- 
Bye
Matthias


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


Home | Main Index | Thread Index