Mailing List archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[linux-dvb] Re: I switched to NEWSTRUCT
Tomi Ollila wrote:
>
> Hi
>
> I switched to NEWSTRUCT !!!!!!
>
> ... well, that is not so exiting, but I documented the steps
> getting there -- just follow the URL below:
>
> http://www.iki.fi/too/newstruct.txt
>
> Note, that when you follow that, you are entering to the twi^H^H^H
> bleeding edge (but that it not much different where you are
> with old released drivers, anyway (or are you ??? )).
>
> I hope the information there is useful...
Ummmm... Doing 'make insmod' gives following...
I'm obiously missing sumpthin...
-------------
vdr:~/VDRNST/DVB/driver# make insmod
/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/kernel-source-2.4.19'
make -C /root/VDRNST/DVB/driver CFLAGS="-D__KERNEL__
-I/usr/src/kernel-source-2.4.19/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/kernel-source-2.4.19/include/linux/modversions.h" MAKING_MODULES=1
modules
make[2]: Entering directory `/root/VDRNST/DVB/driver'
ld -m elf_i386 -r -o dvb-core.o dmxdev.o dvb_net.o dvb_i2c.o dvb_filter.o
dvb_frontend.o dvbdev.o
make -C av7110 modules
make[3]: Entering directory `/root/VDRNST/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]: Leaving directory `/root/VDRNST/DVB/driver/av7110'
make -C frontends modules
make[3]: Entering directory `/root/VDRNST/DVB/driver/frontends'
make[3]: Nothing to be done for `modules'.
make[3]: Leaving directory `/root/VDRNST/DVB/driver/frontends'
make[2]: Leaving directory `/root/VDRNST/DVB/driver'
make[1]: Leaving directory `/usr/src/kernel-source-2.4.19'
( \
insmod videodev; \
\
insmod dvb-core.o; \
insmod dvb_demux.o; \
make -C frontends insmod; \
make -C av7110 insmod; \
)
insmod: videodev: no module by that name found
make[1]: Entering directory `/root/VDRNST/DVB/driver/frontends'
insmod alps_bsru6.o; insmod alps_bsrv2.o; insmod grundig_29504-401.o;
insmod grundig_29504-491.o; insmod ves1820.o;
make[1]: Leaving directory `/root/VDRNST/DVB/driver/frontends'
make[1]: Entering directory `/root/VDRNST/DVB/driver/av7110'
insmod input; \
insmod evdev; \
insmod dvb-ttpci.o init_vpid=0x00a2 init_apid=0x0060;
insmod: input: no module by that name found
insmod: evdev: no module by that name found
dvb-ttpci.o: unresolved symbol video_unregister_device_R1ebf8446
dvb-ttpci.o: unresolved symbol input_register_device_Rd3a12cd3
dvb-ttpci.o: unresolved symbol video_register_device_R8420db60
dvb-ttpci.o: unresolved symbol input_unregister_device_Rc7a0be77
dvb-ttpci.o: unresolved symbol input_event_Rdc6f7f29
make[1]: *** [insmod] Error 1
make[1]: Leaving directory `/root/VDRNST/DVB/driver/av7110'
make: *** [insmod] Error 2
vdr:~/VDRNST/DVB/driver#
----------------
Cheers...
--
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.
Home |
Main Index |
Thread Index