View previous topic :: View next topic |
Author |
Message |
hookooekoo Apprentice

Joined: 02 May 2004 Posts: 196
|
Posted: Thu Oct 13, 2005 5:40 pm Post subject: Wireless IPW2200 Almost there. (SOLVED) |
|
|
I am getting the following error message:
Code: |
Oct 13 10:28:44 ittomlt ieee80211_crypt_tkip: could not allocate crypto API arc4
|
here is the relevant portion of my kernel
Code: |
CONFIG_CRYPTO=y
CONFIG_CRYPTO_HMAC=y
# CONFIG_CRYPTO_NULL is not set
# CONFIG_CRYPTO_MD4 is not set
CONFIG_CRYPTO_MD5=y
CONFIG_CRYPTO_SHA1=y
CONFIG_CRYPTO_SHA256=m
CONFIG_CRYPTO_SHA512=m
# CONFIG_CRYPTO_WP512 is not set
# CONFIG_CRYPTO_TGR192 is not set
CONFIG_CRYPTO_DES=y
CONFIG_CRYPTO_BLOWFISH=y
CONFIG_CRYPTO_TWOFISH=y
# CONFIG_CRYPTO_SERPENT is not set
CONFIG_CRYPTO_AES_586=y
# CONFIG_CRYPTO_CAST5 is not set
# CONFIG_CRYPTO_CAST6 is not set
# CONFIG_CRYPTO_TEA is not set
CONFIG_CRYPTO_ARC4=y
# CONFIG_CRYPTO_KHAZAD is not set
# CONFIG_CRYPTO_ANUBIS is not set
# CONFIG_CRYPTO_DEFLATE is not set
CONFIG_CRYPTO_MICHAEL_MIC=y
CONFIG_CRYPTO_CRC32C=y
# CONFIG_CRYPTO_TEST is not set
|
I modprobe the following:
Code: |
333 modprobe ipw2200
334 modprobe ieee80211_crypt_tkip
336 modprobe ieee80211_crypt_ccmp
|
Just to be thorough
My /etc/conf.d/net
Code: |
config_eth0=( "dhcp" )
dhcp_eth0="nodns nontp nonis"
modules=( "!iwconfig" )
modules=( "wpa_supplicant" )
wpa_supplicant_eth1="-Dipw"
wpa_timeout_eth1=60
iface_eth1="dhcp" |
and wpa_supplicant
Code: |
network={
ssid="***"
proto=WPA
key_mgmt=WPA-PSK
pairwise=TKIP
group=TKIP
private_key_passwd="*****"
psk="*****"
priority=2
}
|
TIA
Last edited by hookooekoo on Thu Oct 13, 2005 7:37 pm; edited 1 time in total |
|
Back to top |
|
 |
hookooekoo Apprentice

Joined: 02 May 2004 Posts: 196
|
Posted: Thu Oct 13, 2005 7:37 pm Post subject: |
|
|
The morale of the story, when you recompile your kernel and copy the bzImage over, make sure you name it correctly
It works fine now. |
|
Back to top |
|
 |
|