Two things may be useful to you. I had to use modprobe rather than insmod. modprobe will (if depmod has been done) pre-load the extra modules required before loading the saa7134 module => video-buf i2c* and others. The other thing was I found EXPORT_SYMBOL_GPL() macro was used to export the names in the video-buf.c and the saa7134 wouldn't link to to them - so I had to remove the GPL from them and it loads and links fine. I now have (like lots of others on this list) intermittent xawtv working (sound and video) and hangs when attempting to capture video. Andrew > Hi all, > > I've managed to compile saa7134 for my > FlyVideo 3000 card. > However, when I try to install the modules I get the following > errors, > > depmod: *** Unresolved symbols in > /lib/modules/2.4.19-pre9/kernel/drivers/media/video/saa7134.o > depmod: i2c_master_recv_Rsmp_709ba864 > depmod: video_register_device_Rsmp_d5854fa2 > depmod: video_unregister_device_Rsmp_614e49b7 > depmod: i2c_add_adapter_Rsmp_33b75073 > depmod: v4l2_video_std_construct_Rsmp_94eb59ae > depmod: v4l_compat_translate_ioctl_Rsmp_20eff94f > depmod: v4l2_video_std_confirm_Rsmp_d2bee5d5 > depmod: i2c_master_send_Rsmp_06fe6d88 > depmod: video_usercopy_Rsmp_dceed9f1 > depmod: v4l2_fill_ctrl_category_Rsmp_89e3aafc > depmod: v4l2_masterclock_gettime_Rsmp_a44210f3 > depmod: i2c_del_adapter_Rsmp_5babfe4d > depmod: *** Unresolved symbols in > /lib/modules/2.4.19-pre9/kernel/drivers/media/video/tuner.o > depmod: i2c_master_recv_Rsmp_709ba864 > depmod: i2c_add_driver_Rsmp_6d7c1838 > depmod: i2c_detach_client_Rsmp_6f8b23f6 > depmod: i2c_master_send_Rsmp_06fe6d88 > depmod: i2c_probe_Rsmp_084b5829 > depmod: i2c_del_driver_Rsmp_11a76106 > depmod: i2c_attach_client_Rsmp_0e8734a0 > make: *** [install] Error 1 > > Does this mean that I should compile some additional modules into my kernel? > How should I proceed from here? > > Yours, > > Tom > > > > _______________________________________________ > Video4linux-list mailing list > Video4linux-list@xxxxxxxxxx > https://listman.redhat.com/mailman/listinfo/video4linux-list