Gentoo Archives: gentoo-user-ru

From: "Вершинин Егор" <vershinin.e@×××××.com>
To: gentoo-user-ru@l.g.o
Subject: [gentoo-user-ru] ipw2200 + wpa_supplicant
Date: Sat, 30 Dec 2006 05:55:07
Message-Id: f4821a6a0612292154w2db1f315o82f49b03e3fc6184@mail.gmail.com
1 Всем доброго времени суток и с наступающим!
2
3 У меня следующая проблема - никак не могу настроить работу Wi-Fi карточки с
4 использованием wpa_supplicant.
5
6 При старте скрипта выдается следующее:
7
8 novia3221w init.d # /etc/init.d/net.eth2 start
9 * Caching service dependencies
10 ...
11 [ ok ]
12 * Starting eth2
13 * Starting wpa_supplicant on eth2 ...
14 ioctl[PRISM2_IOCTL_HOSTAPD]: Operation not supported
15 Failed to set encryption.
16 ioctl[PRISM2_IOCTL_HOSTAPD]: Operation not supported
17 Failed to set encryption.
18 ioctl[PRISM2_IOCTL_HOSTAPD]: Operation not supported
19 Failed to set encryption.
20 ioctl[PRISM2_IOCTL_HOSTAPD]: Operation not supported
21 Failed to set encryption.
22 bind(PF_UNIX): Address already in
23 use
24 [ ok ]
25 * Starting wpa_cli on eth2
26 ...
27 [ ok ]
28 * Backgrounding ...
29
30 В файле /etc/conf.d/net прописаны следующие строки:
31 modules=( "wpa_supplicant" )
32 iwconfig_eth2="mode managed"
33
34 В файле /etc/wpa_supplicant/wpa_supplicant.conf:
35
36 ctrl_interface=/var/run/wpa_supplicant
37
38 ctrl_interface_group=0
39
40 ap_scan=1
41
42 network={
43 ssid="Super-wifi"
44 proto=WPA
45 key_mgmt=WPA-PSK
46 pairwise=CCMP TKIP
47 group=CCMP TKIP
48 scan_ssid=1
49 psk="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
50 priority=2
51 }
52
53 Установлены пакеты: ipw2200 (1.2.0), ipw2200-firmware (3.0) и ieee80211(
54 1.2.15)
55
56 Нужен совет.