Luca Penasa wrote: > Hi everybody... im trying to upgrading my gentoo with the 2.6 kernel. > I've done everything (compilind and installing modules)... but now i > cant load the crc32 module (after the modprobe crc32 the system write > out that cant find that module--- module crc32 not found... or > something like that). into the menuconfig i've tried to configure the > crc32's compile like a module, but here i've seen that (maybe) some > other kernel feature yet selected block the "crc32 Functions" item. > this is what i see into the menuconfig: >
Most likely the CRC32 function was required by an in-kernel driver, so it is being built into the kernel, not as a module. Check the .config file directly for: CONFIG_CRC32=y If this is set, then you have everything you need. To squash the cxacru error, create a file "/etc/moduels.d/cxacru", with a single line: alias crc32 off Then run modules-update and you should be all set. -Richard -- gentoo-user@gentoo.org mailing list