> I'm having a build problem trying to compile kernel 2.4.20 with > the bttv driver. Everything goes fine until I do 'make > modules_install', then I get this error: > > depmod: *** Unresolved symbols in > /lib/modules/2.4.20/kernel/drivers/media/video/bttv.o > depmod: mod_firmware_load_Rsmp_39e3dd23 > > ---------- > > David Brodbeck, System Administrator > InterClean Equipment, Inc. > Ypsilanti, Michigan > davidb@xxxxxxxxxxxxxxxxxxx > (734) 975-2967 x221 For me, this was solved by changing the kernel config to include sound / sound card support / bt878 audio support (because that's where the mod_firmware_load routine is brought in) (only took me a day or two to find that....) HTH Bill