> Inserting DVB modules into kernel > FATAL: Module crc32 not found. > insmod: error inserting './tda1004x.ko': -1 Unknown symbol in module > insmod: error inserting './dvb-ttpci.ko': -1 Unknown symbol in module > insmod: error inserting './ttusb_dec.ko': -1 Unknown symbol in module > > How do I solve this problem? > > I found similar error messages on > http://www.linuxtv.org/mailinglists/linux-dvb/2004/03-2004/msg00143.html, > and here Johannes Stezenbach wrote: " you must enable CONFIG_FW_LOADER in > your kernel config", but in .config, the value CONFIG_FW_LOADER is set to > "m".
Have you loaded the firmware loader module? "modprobe firmware_class" Also, "dmesg" should tell you what the unknown symbols were.
