> Compiled Kernel 2.4.5 with the necessary v4l and > i2c stuff. I have a problem with loading bttv: > Error message when I try to "insmod bttv": > > /lib/modules/2.4..5/kernel/drivers/media/video/bttv.o: > unresolved symbol i2c_bit_add_bus_Rsmp_d53ef5ba > > There are about 6 lines all similar to the above > ...is is something to do with smp? Thanks. It is trying to resolve i2_bit_add_bus and failing. Try using modprobe bttv instead, that will autoload the other required modules like the i2c bus modules Alan