[gentoo-user] Problems upgrading to the kernel 2.6 - module CRC32

2005-04-17 Thread Luca Penasa
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:

--- CRC32 Funtions and i cant do this;
M CRC32 Functions
does anybody know why?
i need that module to use my usb modem ( the cxacru's connection script 
give the command  modprobe crc32, but the system cant find the module)

thanks a lot...

--
Email.it, the professional e-mail, gratis per te: http://www.email.it/f

Sponsor:
Assicurazione auto Zuritel. Fai un preventivo gratuito e scopri il risparmio e molto 
di pi!
Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=3175d=17-4
--
gentoo-user@gentoo.org mailing list


Re: [gentoo-user] Problems upgrading to the kernel 2.6 - module CRC32

2005-04-17 Thread Richard Fish
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



Re: [gentoo-user] Problems upgrading to the kernel 2.6 - module CRC32

2005-04-17 Thread Richard Fish
Richard Fish wrote:

To squash the cxacru error, create a file /etc/moduels.d/cxacru, with
  


sed -e s/moduels/modules/g


-Richard

-- 
gentoo-user@gentoo.org mailing list