Wi-fi ipw2200 на ноуте IBM Z60m

Никак не могу настроить вай-фай на данном девайсе. Помогите найти грабли, уже третий день и нулевой результат =(
Итак, что имеется:

#wpa_supplicant -D ipw -i eth1 -c /etc/wpa_supplicant/wpa_supplicant.conf -dd
-------------------
Initializing interface 'eth1' conf '/etc/wpa_supplicant/wpa_supplicant.conf' driver 'ipw' ctrl_interface 'N/A' bridge 'N/A'
Configuration file '/etc/wpa_supplicant/wpa_supplicant.conf' -> '/etc/wpa_supplicant/wpa_supplicant.conf'
Reading configuration file '/etc/wpa_supplicant/wpa_supplicant.conf'
ctrl_interface='/var/run/wpa_supplicant'
ap_scan=1
ctrl_interface_group='0' (DEPRECATED)
fast_reauth=1
Line: 7 - start of a new network block
proto: 0x1
key_mgmt: 0x2
pairwise: 0x18
group: 0x18
priority=1 (0x1)
ssid - hexdump_ascii(len=8):
4d 65 67 61 53 69 73 69 Megawifi
PSK (ASCII passphrase) - hexdump_ascii(len=8): [REMOVED]
PSK (from passphrase) - hexdump(len=32): [REMOVED]
Priority group 1
id=0 ssid='Megawifi'
Initializing interface (2) 'eth1'
EAPOL: SUPP_PAE entering state DISCONNECTED
EAPOL: KEY_RX entering state NO_KEY_RECEIVE
EAPOL: SUPP_BE entering state INITIALIZE
EAP: EAP entering state DISABLED
EAPOL: External notification - portEnabled=0
EAPOL: External notification - portValid=0
wpa_driver_ipw_init is called
SIOCGIWRANGE: WE(compiled)=22 WE(source)=18 enc_capa=0xf
capabilities: key_mgmt 0xf enc 0xf
WEXT: Operstate: linkmode=1, operstate=5
Linux wireless extensions version 22 detected.
ipw2x00 driver uses driver_wext (-Dwext) instead of driver_ipw.
Own MAC address: 00:16:6f:91:56:9b
wpa_driver_ipw_set_wpa: enabled=1
ioctl[IPW_IOCTL_WPA_SUPPLICANT]: Operation not supported
wpa_driver_ipw_set_key: alg=none key_idx=0 set_tx=0 seq_len=0 key_len=0
ioctl[IPW_IOCTL_WPA_SUPPLICANT]: Operation not supported
Failed to set encryption.
wpa_driver_ipw_set_key: alg=none key_idx=1 set_tx=0 seq_len=0 key_len=0
ioctl[IPW_IOCTL_WPA_SUPPLICANT]: Operation not supported
Failed to set encryption.
wpa_driver_ipw_set_key: alg=none key_idx=2 set_tx=0 seq_len=0 key_len=0
ioctl[IPW_IOCTL_WPA_SUPPLICANT]: Operation not supported
Failed to set encryption.
wpa_driver_ipw_set_key: alg=none key_idx=3 set_tx=0 seq_len=0 key_len=0
ioctl[IPW_IOCTL_WPA_SUPPLICANT]: Operation not supported
Failed to set encryption.
wpa_driver_ipw_set_countermeasures: enabled=0
ioctl[IPW_IOCTL_WPA_SUPPLICANT]: Operation not supported
wpa_driver_ipw_set_drop_unencrypted: enabled=1
ioctl[IPW_IOCTL_WPA_SUPPLICANT]: Operation not supported
Setting scan request: 0 sec 100000 usec
Using existing control interface directory.
ctrl_interface_group=0
ctrl_iface bind(PF_UNIX) failed: Address already in use
ctrl_iface exists and seems to be in use - cannot override it
Delete '/var/run/wpa_supplicant/eth1' manually if it is not used anymore
Failed to initialize control interface '/var/run/wpa_supplicant'.
You may have another wpa_supplicant process already running or the file was
left by an unclean termination of wpa_supplicant in which case you will need
to manually remove this file before starting wpa_supplicant again.

Failed to add interface eth1
State: DISCONNECTED -> DISCONNECTED
wpa_driver_wext_set_operstate: operstate 0->0 (DORMANT)
WEXT: Operstate: linkmode=-1, operstate=5
No keys have been configured - skip key clearing
EAPOL: External notification - portEnabled=0
EAPOL: External notification - portValid=0
wpa_driver_ipw_set_wpa: enabled=0
ioctl[IPW_IOCTL_WPA_SUPPLICANT]: Operation not supported
ioctl[IPW_IOCTL_WPA_SUPPLICANT]: Operation not supported
wpa_driver_ipw_set_drop_unencrypted: enabled=0
ioctl[IPW_IOCTL_WPA_SUPPLICANT]: Operation not supported
wpa_driver_ipw_set_countermeasures: enabled=0
ioctl[IPW_IOCTL_WPA_SUPPLICANT]: Operation not supported
No keys have been configured - skip key clearing
Ошибка сегментирования
-------------------

#less /etc/conf.d/net
-------------------
dns_domain="home.lan"
modules=("wpa_supplicant")
iwconfig_eth1="mode managed"
wpa_supplicant_eth1="-D ipw"
-------------------

#less /etc/wpa_supplicant/wpa_supplicant.conf
-------------------
ctrl_interface=/var/run/wpa_supplicant
ap_scan=1
ctrl_interface_group=0
#eapol_version=1
fast_reauth=1

network={
# scan_ssid=0
proto=WPA
key_mgmt=WPA-PSK
pairwise=CCMP TKIP
group=CCMP TKIP
priority=1
# auth_alg=OPEN

ssid="Megawifi"
psk="12345678"
}
----------------------

Ядро загуржается со следующими модулями
ieee80211_crypt_wep
ieee80211_crypt_ccmp
ieee80211
ieee80211_crypt
ieee80211_crypt_tkip
cfg80211
ipw2200

В ядро собрано со всеми нужными библиотеками шифрования....
дополнительно установлено: net-wireless/ipw2200-firmware v.3

Кто-нибудь сталкивался с подобным?

# /etc/init.d/net.eth1

# /etc/init.d/net.eth1 restart

Вот что выводит...

* Stopping eth1
* Bringing down eth1
* Shutting down eth1 ... [ ok ]
* Stopping wpa_cli on eth1 ... [ ok ]
* Stopping wpa_supplicant on eth1 ... [ ok ]
* Starting eth1
* Starting wpa_supplicant on eth1 ...
Linux wireless extensions version 22 detected.
ipw2x00 driver uses driver_wext (-Dwext) instead of driver_ipw.
ioctl[IPW_IOCTL_WPA_SUPPLICANT]: Operation not supported
ioctl[IPW_IOCTL_WPA_SUPPLICANT]: Operation not supported
Failed to set encryption.
ioctl[IPW_IOCTL_WPA_SUPPLICANT]: Operation not supported
Failed to set encryption.
ioctl[IPW_IOCTL_WPA_SUPPLICANT]: Operation not supported
Failed to set encryption.
ioctl[IPW_IOCTL_WPA_SUPPLICANT]: Operation not supported
Failed to set encryption.
ioctl[IPW_IOCTL_WPA_SUPPLICANT]: Operation not supported
ioctl[IPW_IOCTL_WPA_SUPPLICANT]: Operation not supported [ ok ]
* Starting wpa_cli on eth1 ... [ ok ]
* Backgrounding ...

А аппаратно wi-fi

А аппаратно wi-fi не выключен случайно? (BIOS/HotKey)

Всем сенкс =))))

Всем сенкс =)))) за быструю помощь! =(
Генту сообщество млин)))))))

Решилась проблема такин образом:
все что было закомпилено в ядро (то бишь все модули шифрования) вынес в модули.
Все модули прописал для загрузки в автолоад.

В основном руководствовался темой: http://calculator.gentoo.ru/node/5306

http://calculator.gentoo.ru/n

Настройки просмотра комментариев

Выберите нужный метод показа комментариев и нажмите "Сохранить установки".