You are not logged in.

#1 2011-01-18 15:49:09

qlzgdzfl
Member
Registered: 2011-01-18
Posts: 1

make the kernel error ERROR: modinfo: could not find module twofish

when i make the kernel (2.6.37)
make install:
out error:
ERROR: modinfo: could not find module twofish



int the kernel  twofish is choose module

.config :
# Ciphers
#
CONFIG_CRYPTO_AES=m
CONFIG_CRYPTO_AES_586=m
CONFIG_CRYPTO_ANUBIS=m
CONFIG_CRYPTO_ARC4=y
CONFIG_CRYPTO_BLOWFISH=m
CONFIG_CRYPTO_CAMELLIA=m
CONFIG_CRYPTO_CAST5=m
CONFIG_CRYPTO_CAST6=m
CONFIG_CRYPTO_DES=m
CONFIG_CRYPTO_FCRYPT=m
CONFIG_CRYPTO_KHAZAD=m
CONFIG_CRYPTO_SALSA20=m
CONFIG_CRYPTO_SALSA20_586=m
CONFIG_CRYPTO_SEED=m
CONFIG_CRYPTO_SERPENT=m
CONFIG_CRYPTO_TEA=m
CONFIG_CRYPTO_TWOFISH=m
CONFIG_CRYPTO_TWOFISH_COMMON=m
CONFIG_CRYPTO_TWOFISH_586=m

how to do?

Offline

#2 2011-01-26 02:02:40

andrewthomas
Member
Registered: 2010-05-08
Posts: 52

Re: make the kernel error ERROR: modinfo: could not find module twofish

When I build my kernels, I use

 # make && make modules_install

try that and post the entire contents the error message if it fails.


If this helped you, please take the time to rate the value of this post:
http://rate.affero.net/andrewthomas/

Offline

Board footer

Powered by FluxBB