On Tue, Dec 23, 2003 at 07:25:06PM -0500, Alan Cox wrote: >On Tue, Dec 23, 2003 at 07:17:07PM -0500, Brian Victor wrote: >> Thanks for the pointer. I downloaded the 2.4.0 tarball and tried it >> with my 2.4.23 kernel. This compiled and didn't give me unresolved >> symbols, but did result in a kernel oops (shown below). The card was >> cheap enough that I may just abort the attempt and buy a known supported >> card, unless someone has a revelation in the next day or so. ;) >The zoran driver in the standard 2.4 kernel should work just fine. The 2.4.0 >based one probably doesnt has 2.4.x changed a few things over time Well, here's what's happening... # modprobe zoran /lib/modules/2.4.23/kernel/drivers/media/video/zoran.o: unresolved symbol i2c_unregister_bus /lib/modules/2.4.23/kernel/drivers/media/video/zoran.o: unresolved symbol i2c_register_bus /lib/modules/2.4.23/kernel/drivers/media/video/zoran.o: unresolved symbol i2c_control_device /lib/modules/2.4.23/kernel/drivers/media/video/zoran.o: insmod /lib/modules/2.4.23/kernel/drivers/media/video/zoran.o failed /lib/modules/2.4.23/kernel/drivers/media/video/zoran.o: insmod zoran failed Here's the relevant portion of my .config: # CONFIG_VIDEO_ZORAN is not set # CONFIG_VIDEO_ZORAN_BUZ is not set # CONFIG_VIDEO_ZORAN_DC10 is not set # CONFIG_VIDEO_ZORAN_LML33 is not set CONFIG_VIDEO_ZR36120=m CONFIG_I2C=m CONFIG_I2C_ALGOBIT=m I didn't see a way to turn CONFIG_VIDEO_ZORAN on in menuconfig, but I may very well have skipped over it. Is that what I should be looking for? Thanks! -- Brian