Mailing List archive

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

[linux-dvb] Newbie question



Hi all,

I've got the Technotrend TT PCline premium T card installed on Linux Mandrake 8.2 (kernel 2.4.18)

When I do 'make insmod' I got some error messages, what should I do to make it work?
Here is what I got:

/usr/src/linux/scripts/pathdown.sh: TOPDIR: parameter null or not set
DIR=`pwd`; (cd /usr/src/linux; make SUBDIRS=$DIR modules)
make[1]: Entering directory  `/usr/src/linux-2.4.18-6mdk'
make -C  /root/DVB/driver CFLAGS="-D__KERNEL__ -I/usr/src/linux-2.4.18-6mdk/include  -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i586 -DMODULE -DMODVERSIONS -include /usr/src/linux-2.4.18-6mdk/include/linux/modversions.h" MAKING_MODULES=1 modules
make[2]: Entering directory `/root/DVB/driver'
ld -m elf_i386 -r -o dvb-core.o dmxdev.o dvb_demux.o dvb_net.o dvb_i2c.o dvb_filter.o dvb_frontend.o dvbdev.o compat.o dvb_ksyms.o
make -C av7110 modules
make[3]: Entering directory  `/root/DVB/driver/av7110'
ld -m elf_i386 -r -o dvb-ttpci.o saa7146_core.o saa7146_v4l.o av7110.o av7110_ir.o
make[3]: Entering directory '/root/DVB/driver/av7110'
make -C frontends modules
make[3]: Entering directory `/root/DVB/driver/frontends'
make[3]: Nothing to be done `modules'.
make[3]: Leaving directory `/root/DVB/driver/frontends'
make[2]: Leaving directory `/root/DVB/driver'
make[1]: Leaving directory `/usr/src/linux-2.4.18-6mdk'

(                                               \
insmod videodev;                                \
                                \
insmod dvb-core.o dvb_shutdown_timeout=0;       \
make -C frontends insmod;                       \
make -C av7110 insmod; \
)
Using /lib/modules/2.4.18-6mdk/kernel/drivers/media/video/videodev.o.gz
make[1]: Entering directory '/root/DVB/driver/frontends'
insmod alps_bsrv2.o;   insmod alps_tdmb7.o;   insmod alps_tdlb7.o;   insmod grundig_29504-401.o;   insmod grundig_29504-491.o;   insmod stv0299.o;   insmod ves1820.o;
make[1]: Leaving directory `/root/DVB/driver/frontends'
make[1]: Entering directory `/root/DVB/driver/av7110'
insmod input; \
insmod evdev; \
insmod dvb-ttpci.o;
Using /lib/modules/2.4.18-6mdk/kernel/drivers/input/input.o.gz
Using /lib/modules/2.4.18-6mdk/kernel/drivers/input/evdev.o.gz
make[1]: *** [insmod] Segmentation fault
make[1]: Leaving directory `/root/DVB/driver/av7110'
make: *** [insmod] Error 2

After this, my system or some processes often freezes, can anyone help me?

Besides, I got a former Technotrend Card TT-DVB-T PCi bought in 2001. Can I use the NEWSTRUCT driver to make it work?

Thanks a lot for your help,
Anne-Laure



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



Home | Main Index | Thread Index