On Wed, Jun 09, 2004 at 02:52:17PM +0200, J�rg Knitter wrote: > "C.Y.M." wrote on 09.06.04 13:59:18: > > > > -----Original Message----- > > > > Subject: [linux-dvb] Re: SuSE 9.1 and CVS drivers > > > > > > > > > > Inserting DVB modules into kernel > > > > > > FATAL: Module crc32 not found.
insmod.sh modprobes crc32, but if you have it built into your kernel this is actually not fatal... > > > > > > 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? > > > > > > You need to build the crc32 module in the kernel. That should solve it. > > > > > I think it has been built as I find crc32.o (and crc32.s) in /usr/src/linux/lib. The kernel reports the undefined symbol in the kernel log, use dmesg to find out which one it is. It is probably totally unrelated to crc32. Johannes
