Hello. Sorry i can't tell what's wrong there. I patched 0.8 into my kernel using buildpatch (new .buildpatch and neccessary makefile patch attached). It builds without problems and i'm able to watch TV and hear radio but i'm not able to record TV :-( Hope that will help you. Am Sam, 2002-04-20 um 13.06 schrieb Chris Nuernberger: > Here is some more information: > insmod fails with the unresolved symbol we talked about > > So I looked at the ksyms output, and here it is: > [root@mcpenguin 2.4.19-pre4]# ksyms -a | grep "vmalloc_to_page" > c01262ac vmalloc_to_page_R__ver_vmalloc_to_page > > It is in the kernel, but I am unfamiliar with what the output means. > > Again, does this help? Chris Regards, -- Dirk Meul <dirk.meul@xxxxxxxx>
srcdiff bt848.h drivers/media/video/bt848.h srcdiff bttv.h drivers/media/video/bttv.h srcdiff bttvp.h drivers/media/video/bttvp.h srcdiff bttv-driver.c drivers/media/video/bttv-driver.c srcdiff bttv-cards.c drivers/media/video/bttv-cards.c srcdiff bttv-if.c drivers/media/video/bttv-if.c srcdiff bttv-risc.c drivers/media/video/bttv-risc.c srcdiff bttv-vbi.c drivers/media/video/bttv-vbi.c srcdiff video-buf.h drivers/media/video/video-buf.h srcdiff video-buf.c drivers/media/video/video-buf.c srcdiff tuner.h drivers/media/video/tuner.h srcdiff audiochip.h drivers/media/video/audiochip.h srcdiff id.h drivers/media/video/id.h
--- linux-2.4.19-pre4/drivers/media/video/Makefile.orig 2002-03-22 20:06:00.000000000 +0100 +++ linux-2.4.19-pre4/drivers/media/video/Makefile 2002-03-22 20:07:00.000000000 +0100 @@ -26,13 +26,14 @@ # This list comes from 'grep -l EXPORT_SYMBOL *.[hc]'. export-objs := i2c-old.o videodev.o bttv-if.o cpia.o \ - v4l2-common.o v4l1-compat.o + v4l2-common.o video-buf.o list-multi := bttv.o zoran.o -bttv-objs := bttv-driver.o bttv-cards.o bttv-if.o +bttv-objs := bttv-driver.o bttv-cards.o bttv-risc.o bttv-if.o \ + bttv-vbi.o zoran-objs := zr36120.o zr36120_i2c.o zr36120_mem.o -obj-$(CONFIG_VIDEO_DEV) += videodev.o v4l2-common.o v4l1-compat.o +obj-$(CONFIG_VIDEO_DEV) += videodev.o v4l2-common.o video-buf.o obj-$(CONFIG_BUS_I2C) += i2c-old.o obj-$(CONFIG_VIDEO_BT848) += bttv.o msp3400.o tvaudio.o \