public inbox for gentoo-user-ru@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user-ru] wpa_supplicant не соединяется с AP
@ 2012-03-23 12:23 Sergey Kobzar
  2012-03-23 12:31 ` Sergey Kobzar
  0 siblings, 1 reply; 8+ messages in thread
From: Sergey Kobzar @ 2012-03-23 12:23 UTC (permalink / raw
  To: gentoo-user-ru

Приветствую

Linux 3.2.1-gentoo-r2 i686
wpa_supplicant-0.7.3-r5

AP - ZyXEL Keenetic Giga:
	WPA-PSK/WPA-PSK2
	TKIP/AES

/etc/wpa_supplicant/wpa_supplicant.conf:
ctrl_interface=/var/run/wpa_supplicant
ap_scan=2

network={
         ssid="home"
         key_mgmt=WPA-PSK
         group=CCMP TKIP
         psk="xxx"
}

# cat /etc/conf.d/net | grep wpa
modules="wpa_supplicant"
wpa_supplicant="-Dwext"

Если запускаю wpa_supplicant из уконсоли руками - все ОК. Если же через 
/etc/init.d/net.wlan0 - не соединяется. Точнее из 20 раз 1 раз может 
соединиться.

При этом интерфейс висит в состоянии:
wlan0     Link encap:Ethernet  HWaddr 00:16:44:ac:77:1b
           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
           RX packets:5424 errors:0 dropped:0 overruns:0 frame:0
           TX packets:1285 errors:0 dropped:0 overruns:0 carrier:0
           collisions:0 txqueuelen:1000
           RX bytes:840565 (820.8 KiB)  TX bytes:271623 (265.2 KiB)
           Interrupt:17 Memory:fe8fc000-fe900000

wlan0     IEEE 802.11g  ESSID:"home"
           Mode:Managed  Frequency:2.412 GHz  Access Point: 
CC:5D:4E:4E:14:D0
           Bit Rate=54 Mb/s   Tx-Power:0 dBm
           RTS thr:2347 B   Fragment thr:2346 B
           Encryption key:off
           Power Management:off
           Link Quality:68/100  Signal level:-52 dBm  Noise level:-96 dBm
           Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
           Tx excessive retries:0  Invalid misc:0   Missed beacon:0


Ряом другой комп, но без ndiswrapper (драйвер из ядра для Realtek) 
соединяется моментально без проблем.

С другим AP соединялся тоже, а вот с ZyXEL не хочет.

0c:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g 
LP-PHY (rev 01)
         Subsystem: Dell Wireless 1395 WLAN Mini-Card
         Kernel driver in use: ndiswrapper

Есть идеи?



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [gentoo-user-ru] wpa_supplicant не соединяется с AP
  2012-03-23 12:23 [gentoo-user-ru] wpa_supplicant не соединяется с AP Sergey Kobzar
@ 2012-03-23 12:31 ` Sergey Kobzar
  2012-03-23 12:33   ` [gentoo-user-ru] " Taz
  0 siblings, 1 reply; 8+ messages in thread
From: Sergey Kobzar @ 2012-03-23 12:31 UTC (permalink / raw
  To: gentoo-user-ru

On 03/23/12 14:23, Sergey Kobzar wrote:
> Приветствую
>
> Linux 3.2.1-gentoo-r2 i686
> wpa_supplicant-0.7.3-r5
>
> AP - ZyXEL Keenetic Giga:
> WPA-PSK/WPA-PSK2
> TKIP/AES
>
> /etc/wpa_supplicant/wpa_supplicant.conf:
> ctrl_interface=/var/run/wpa_supplicant
> ap_scan=2
>
> network={
> ssid="home"
> key_mgmt=WPA-PSK
> group=CCMP TKIP
> psk="xxx"
> }
>
> # cat /etc/conf.d/net | grep wpa
> modules="wpa_supplicant"
> wpa_supplicant="-Dwext"
>
> Если запускаю wpa_supplicant из уконсоли руками - все ОК. Если же через
> /etc/init.d/net.wlan0 - не соединяется. Точнее из 20 раз 1 раз может
> соединиться.
>
> При этом интерфейс висит в состоянии:
> wlan0 Link encap:Ethernet HWaddr 00:16:44:ac:77:1b
> UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
> RX packets:5424 errors:0 dropped:0 overruns:0 frame:0
> TX packets:1285 errors:0 dropped:0 overruns:0 carrier:0
> collisions:0 txqueuelen:1000
> RX bytes:840565 (820.8 KiB) TX bytes:271623 (265.2 KiB)
> Interrupt:17 Memory:fe8fc000-fe900000
>
> wlan0 IEEE 802.11g ESSID:"home"
> Mode:Managed Frequency:2.412 GHz Access Point: CC:5D:4E:4E:14:D0
> Bit Rate=54 Mb/s Tx-Power:0 dBm
> RTS thr:2347 B Fragment thr:2346 B
> Encryption key:off
> Power Management:off
> Link Quality:68/100 Signal level:-52 dBm Noise level:-96 dBm
> Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
> Tx excessive retries:0 Invalid misc:0 Missed beacon:0
>
>
> Ряом другой комп, но без ndiswrapper (драйвер из ядра для Realtek)
> соединяется моментально без проблем.
>
> С другим AP соединялся тоже, а вот с ZyXEL не хочет.
>
> 0c:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g
> LP-PHY (rev 01)
> Subsystem: Dell Wireless 1395 WLAN Mini-Card
> Kernel driver in use: ndiswrapper
>
> Есть идеи?

Да ,руками запускаю вот так:
# /usr/sbin/wpa_supplicant -c /etc/wpa_supplicant/wpa_supplicant.conf -d 
-W -i wlan0 -P /var/run/wpa_supplicant-wlan0.pid
# /usr/bin/wpa_cli -a /etc/wpa_supplicant/wpa_cli.sh -p 
/var/run/wpa_supplicant -i wlan0 -P /var/run/wpa_cli-wlan0.pid

Если через rc-скрипт, то висят 2 процесса:
17155 ?        Ss     0:00 /usr/sbin/wpa_supplicant -c 
/etc/wpa_supplicant/wpa_supplicant.conf -W -B -i wlan0 -P 
/var/run/wpa_supplicant-wlan0.pid
17162 ?        Ss     0:00 /usr/bin/wpa_cli -a 
/etc/wpa_supplicant/wpa_cli.sh -p /var/run/wpa_supplicant -i wlan0 -P 
/var/run/wpa_cli-wlan0.pid -B



^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-user-ru] Re: [gentoo-user-ru] wpa_supplicant не соединяется с AP
  2012-03-23 12:31 ` Sergey Kobzar
@ 2012-03-23 12:33   ` Taz
  2012-03-23 13:07     ` [gentoo-user-ru] " Sergey Kobzar
  0 siblings, 1 reply; 8+ messages in thread
From: Taz @ 2012-03-23 12:33 UTC (permalink / raw
  To: gentoo-user-ru

# cat /etc/conf.d/net | grep wpa
modules="wpa_supplicant"
wpa_supplicant="-Dwext"

дык вот жеж.
ты ему wext указываешь (скрипту), а когда руками - не указываешь.

On Fri, Mar 23, 2012 at 4:31 PM, Sergey Kobzar <sergey.kobzar@mail.ru> wrote:
> On 03/23/12 14:23, Sergey Kobzar wrote:
>>
>> Приветствую
>>
>> Linux 3.2.1-gentoo-r2 i686
>> wpa_supplicant-0.7.3-r5
>>
>> AP - ZyXEL Keenetic Giga:
>> WPA-PSK/WPA-PSK2
>> TKIP/AES
>>
>> /etc/wpa_supplicant/wpa_supplicant.conf:
>> ctrl_interface=/var/run/wpa_supplicant
>> ap_scan=2
>>
>> network={
>> ssid="home"
>> key_mgmt=WPA-PSK
>> group=CCMP TKIP
>> psk="xxx"
>> }
>>
>> # cat /etc/conf.d/net | grep wpa
>> modules="wpa_supplicant"
>> wpa_supplicant="-Dwext"
>>
>> Если запускаю wpa_supplicant из уконсоли руками - все ОК. Если же через
>> /etc/init.d/net.wlan0 - не соединяется. Точнее из 20 раз 1 раз может
>> соединиться.
>>
>> При этом интерфейс висит в состоянии:
>> wlan0 Link encap:Ethernet HWaddr 00:16:44:ac:77:1b
>> UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
>> RX packets:5424 errors:0 dropped:0 overruns:0 frame:0
>> TX packets:1285 errors:0 dropped:0 overruns:0 carrier:0
>> collisions:0 txqueuelen:1000
>> RX bytes:840565 (820.8 KiB) TX bytes:271623 (265.2 KiB)
>> Interrupt:17 Memory:fe8fc000-fe900000
>>
>> wlan0 IEEE 802.11g ESSID:"home"
>> Mode:Managed Frequency:2.412 GHz Access Point: CC:5D:4E:4E:14:D0
>> Bit Rate=54 Mb/s Tx-Power:0 dBm
>> RTS thr:2347 B Fragment thr:2346 B
>> Encryption key:off
>> Power Management:off
>> Link Quality:68/100 Signal level:-52 dBm Noise level:-96 dBm
>> Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
>> Tx excessive retries:0 Invalid misc:0 Missed beacon:0
>>
>>
>> Ряом другой комп, но без ndiswrapper (драйвер из ядра для Realtek)
>> соединяется моментально без проблем.
>>
>> С другим AP соединялся тоже, а вот с ZyXEL не хочет.
>>
>> 0c:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g
>> LP-PHY (rev 01)
>> Subsystem: Dell Wireless 1395 WLAN Mini-Card
>> Kernel driver in use: ndiswrapper
>>
>> Есть идеи?
>
>
> Да ,руками запускаю вот так:
> # /usr/sbin/wpa_supplicant -c /etc/wpa_supplicant/wpa_supplicant.conf -d -W
> -i wlan0 -P /var/run/wpa_supplicant-wlan0.pid
> # /usr/bin/wpa_cli -a /etc/wpa_supplicant/wpa_cli.sh -p
> /var/run/wpa_supplicant -i wlan0 -P /var/run/wpa_cli-wlan0.pid
>
> Если через rc-скрипт, то висят 2 процесса:
> 17155 ?        Ss     0:00 /usr/sbin/wpa_supplicant -c
> /etc/wpa_supplicant/wpa_supplicant.conf -W -B -i wlan0 -P
> /var/run/wpa_supplicant-wlan0.pid
> 17162 ?        Ss     0:00 /usr/bin/wpa_cli -a
> /etc/wpa_supplicant/wpa_cli.sh -p /var/run/wpa_supplicant -i wlan0 -P
> /var/run/wpa_cli-wlan0.pid -B
>

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-user-ru] Re: [gentoo-user-ru] Re: [gentoo-user-ru] wpa_supplicant не соединяется с AP
  2012-03-23 12:33   ` [gentoo-user-ru] " Taz
@ 2012-03-23 13:07     ` Sergey Kobzar
  2012-03-23 13:09       ` [gentoo-user-ru] " Taz
  0 siblings, 1 reply; 8+ messages in thread
From: Sergey Kobzar @ 2012-03-23 13:07 UTC (permalink / raw
  To: gentoo-user-ru

On 03/23/12 14:33, Taz wrote:
> # cat /etc/conf.d/net | grep wpa
> modules="wpa_supplicant"
> wpa_supplicant="-Dwext"
>
> дык вот жеж.
> ты ему wext указываешь (скрипту), а когда руками - не указываешь.

Мда - слона то я ин е приметил :)

Узнать бы какой по дефолту запускается

# wpa_supplicant -h
[skipped]
drivers:
   wext = Linux wireless extensions (generic)
   nl80211 = Linux nl80211/cfg80211
   hostap = Host AP driver (Intersil Prism2/2.5/3)
   atmel = ATMEL AT76C5XXx (USB, PCMCIA)
   ndiswrapper = Linux ndiswrapper (deprecated; use wext)
   ipw = Intel ipw2100/2200 driver (old; use wext with Linux 2.6.13 or 
newer)
   wired = Wired Ethernet driver
   ralink = Ralink Wireless Client driver


Вариантов то не много

>
> On Fri, Mar 23, 2012 at 4:31 PM, Sergey Kobzar<sergey.kobzar@mail.ru>  wrote:
>> On 03/23/12 14:23, Sergey Kobzar wrote:
>>>
>>> Приветствую
>>>
>>> Linux 3.2.1-gentoo-r2 i686
>>> wpa_supplicant-0.7.3-r5
>>>
>>> AP - ZyXEL Keenetic Giga:
>>> WPA-PSK/WPA-PSK2
>>> TKIP/AES
>>>
>>> /etc/wpa_supplicant/wpa_supplicant.conf:
>>> ctrl_interface=/var/run/wpa_supplicant
>>> ap_scan=2
>>>
>>> network={
>>> ssid="home"
>>> key_mgmt=WPA-PSK
>>> group=CCMP TKIP
>>> psk="xxx"
>>> }
>>>
>>> # cat /etc/conf.d/net | grep wpa
>>> modules="wpa_supplicant"
>>> wpa_supplicant="-Dwext"
>>>
>>> Если запускаю wpa_supplicant из уконсоли руками - все ОК. Если же через
>>> /etc/init.d/net.wlan0 - не соединяется. Точнее из 20 раз 1 раз может
>>> соединиться.
>>>
>>> При этом интерфейс висит в состоянии:
>>> wlan0 Link encap:Ethernet HWaddr 00:16:44:ac:77:1b
>>> UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
>>> RX packets:5424 errors:0 dropped:0 overruns:0 frame:0
>>> TX packets:1285 errors:0 dropped:0 overruns:0 carrier:0
>>> collisions:0 txqueuelen:1000
>>> RX bytes:840565 (820.8 KiB) TX bytes:271623 (265.2 KiB)
>>> Interrupt:17 Memory:fe8fc000-fe900000
>>>
>>> wlan0 IEEE 802.11g ESSID:"home"
>>> Mode:Managed Frequency:2.412 GHz Access Point: CC:5D:4E:4E:14:D0
>>> Bit Rate=54 Mb/s Tx-Power:0 dBm
>>> RTS thr:2347 B Fragment thr:2346 B
>>> Encryption key:off
>>> Power Management:off
>>> Link Quality:68/100 Signal level:-52 dBm Noise level:-96 dBm
>>> Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
>>> Tx excessive retries:0 Invalid misc:0 Missed beacon:0
>>>
>>>
>>> Ряом другой комп, но без ndiswrapper (драйвер из ядра для Realtek)
>>> соединяется моментально без проблем.
>>>
>>> С другим AP соединялся тоже, а вот с ZyXEL не хочет.
>>>
>>> 0c:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g
>>> LP-PHY (rev 01)
>>> Subsystem: Dell Wireless 1395 WLAN Mini-Card
>>> Kernel driver in use: ndiswrapper
>>>
>>> Есть идеи?
>>
>>
>> Да ,руками запускаю вот так:
>> # /usr/sbin/wpa_supplicant -c /etc/wpa_supplicant/wpa_supplicant.conf -d -W
>> -i wlan0 -P /var/run/wpa_supplicant-wlan0.pid
>> # /usr/bin/wpa_cli -a /etc/wpa_supplicant/wpa_cli.sh -p
>> /var/run/wpa_supplicant -i wlan0 -P /var/run/wpa_cli-wlan0.pid
>>
>> Если через rc-скрипт, то висят 2 процесса:
>> 17155 ?        Ss     0:00 /usr/sbin/wpa_supplicant -c
>> /etc/wpa_supplicant/wpa_supplicant.conf -W -B -i wlan0 -P
>> /var/run/wpa_supplicant-wlan0.pid
>> 17162 ?        Ss     0:00 /usr/bin/wpa_cli -a
>> /etc/wpa_supplicant/wpa_cli.sh -p /var/run/wpa_supplicant -i wlan0 -P
>> /var/run/wpa_cli-wlan0.pid -B
>>




^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-user-ru] Re: [gentoo-user-ru] Re: [gentoo-user-ru] Re: [gentoo-user-ru] wpa_supplicant не соединяется с AP
  2012-03-23 13:07     ` [gentoo-user-ru] " Sergey Kobzar
@ 2012-03-23 13:09       ` Taz
  2012-03-23 13:32         ` [gentoo-user-ru] " Sergey Kobzar
  0 siblings, 1 reply; 8+ messages in thread
From: Taz @ 2012-03-23 13:09 UTC (permalink / raw
  To: gentoo-user-ru

ппоробуй ему руками указать
ndiswrapper

On Fri, Mar 23, 2012 at 5:07 PM, Sergey Kobzar <sergey.kobzar@mail.ru> wrote:
> On 03/23/12 14:33, Taz wrote:
>>
>> # cat /etc/conf.d/net | grep wpa
>> modules="wpa_supplicant"
>> wpa_supplicant="-Dwext"
>>
>> дык вот жеж.
>> ты ему wext указываешь (скрипту), а когда руками - не указываешь.
>
>
> Мда - слона то я ин е приметил :)
>
> Узнать бы какой по дефолту запускается
>
> # wpa_supplicant -h
> [skipped]
> drivers:
>  wext = Linux wireless extensions (generic)
>  nl80211 = Linux nl80211/cfg80211
>  hostap = Host AP driver (Intersil Prism2/2.5/3)
>  atmel = ATMEL AT76C5XXx (USB, PCMCIA)
>  ndiswrapper = Linux ndiswrapper (deprecated; use wext)
>  ipw = Intel ipw2100/2200 driver (old; use wext with Linux 2.6.13 or newer)
>  wired = Wired Ethernet driver
>  ralink = Ralink Wireless Client driver
>
>
> Вариантов то не много
>
>
>>
>> On Fri, Mar 23, 2012 at 4:31 PM, Sergey Kobzar<sergey.kobzar@mail.ru>
>>  wrote:
>>>
>>> On 03/23/12 14:23, Sergey Kobzar wrote:
>>>>
>>>>
>>>> Приветствую
>>>>
>>>> Linux 3.2.1-gentoo-r2 i686
>>>> wpa_supplicant-0.7.3-r5
>>>>
>>>> AP - ZyXEL Keenetic Giga:
>>>> WPA-PSK/WPA-PSK2
>>>> TKIP/AES
>>>>
>>>> /etc/wpa_supplicant/wpa_supplicant.conf:
>>>> ctrl_interface=/var/run/wpa_supplicant
>>>> ap_scan=2
>>>>
>>>> network={
>>>> ssid="home"
>>>> key_mgmt=WPA-PSK
>>>> group=CCMP TKIP
>>>> psk="xxx"
>>>> }
>>>>
>>>> # cat /etc/conf.d/net | grep wpa
>>>> modules="wpa_supplicant"
>>>> wpa_supplicant="-Dwext"
>>>>
>>>> Если запускаю wpa_supplicant из уконсоли руками - все ОК. Если же через
>>>> /etc/init.d/net.wlan0 - не соединяется. Точнее из 20 раз 1 раз может
>>>> соединиться.
>>>>
>>>> При этом интерфейс висит в состоянии:
>>>> wlan0 Link encap:Ethernet HWaddr 00:16:44:ac:77:1b
>>>> UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
>>>> RX packets:5424 errors:0 dropped:0 overruns:0 frame:0
>>>> TX packets:1285 errors:0 dropped:0 overruns:0 carrier:0
>>>> collisions:0 txqueuelen:1000
>>>> RX bytes:840565 (820.8 KiB) TX bytes:271623 (265.2 KiB)
>>>> Interrupt:17 Memory:fe8fc000-fe900000
>>>>
>>>> wlan0 IEEE 802.11g ESSID:"home"
>>>> Mode:Managed Frequency:2.412 GHz Access Point: CC:5D:4E:4E:14:D0
>>>> Bit Rate=54 Mb/s Tx-Power:0 dBm
>>>> RTS thr:2347 B Fragment thr:2346 B
>>>> Encryption key:off
>>>> Power Management:off
>>>> Link Quality:68/100 Signal level:-52 dBm Noise level:-96 dBm
>>>> Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
>>>> Tx excessive retries:0 Invalid misc:0 Missed beacon:0
>>>>
>>>>
>>>> Ряом другой комп, но без ndiswrapper (драйвер из ядра для Realtek)
>>>> соединяется моментально без проблем.
>>>>
>>>> С другим AP соединялся тоже, а вот с ZyXEL не хочет.
>>>>
>>>> 0c:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g
>>>> LP-PHY (rev 01)
>>>> Subsystem: Dell Wireless 1395 WLAN Mini-Card
>>>> Kernel driver in use: ndiswrapper
>>>>
>>>> Есть идеи?
>>>
>>>
>>>
>>> Да ,руками запускаю вот так:
>>> # /usr/sbin/wpa_supplicant -c /etc/wpa_supplicant/wpa_supplicant.conf -d
>>> -W
>>> -i wlan0 -P /var/run/wpa_supplicant-wlan0.pid
>>> # /usr/bin/wpa_cli -a /etc/wpa_supplicant/wpa_cli.sh -p
>>> /var/run/wpa_supplicant -i wlan0 -P /var/run/wpa_cli-wlan0.pid
>>>
>>> Если через rc-скрипт, то висят 2 процесса:
>>> 17155 ?        Ss     0:00 /usr/sbin/wpa_supplicant -c
>>> /etc/wpa_supplicant/wpa_supplicant.conf -W -B -i wlan0 -P
>>> /var/run/wpa_supplicant-wlan0.pid
>>> 17162 ?        Ss     0:00 /usr/bin/wpa_cli -a
>>> /etc/wpa_supplicant/wpa_cli.sh -p /var/run/wpa_supplicant -i wlan0 -P
>>> /var/run/wpa_cli-wlan0.pid -B
>>>
>
>

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-user-ru] Re: [gentoo-user-ru] Re: [gentoo-user-ru] Re: [gentoo-user-ru] Re: [gentoo-user-ru] wpa_supplicant не соединяется с AP
  2012-03-23 13:09       ` [gentoo-user-ru] " Taz
@ 2012-03-23 13:32         ` Sergey Kobzar
  2012-03-23 13:34           ` [gentoo-user-ru] " Sergey Kobzar
  0 siblings, 1 reply; 8+ messages in thread
From: Sergey Kobzar @ 2012-03-23 13:32 UTC (permalink / raw
  To: gentoo-user-ru

On 03/23/12 15:09, Taz wrote:
> ппоробуй ему руками указать
> ndiswrapper

Похоже wext используется по умолчанию. Сейчас стали чаще дисконнекты 
происходить. Если запускаю руками, в дебаге:

CTRL-EVENT-CONNECTED - Connection to cc:5d:4e:4e:14:d0 completed (auth) 
[id=0 id_str=]
CTRL_IFACE monitor send - hexdump(len=22): 2f 74 6d 70 2f 77 70 61 5f 63 
74 72 6c 5f 31 38 35 31 30 2d 31 00
wpa_driver_wext_set_operstate: operstate 0->1 (UP)
netlink: Operstate: linkmode=-1, operstate=6
EAPOL: External notification - portValid=1
EAPOL: External notification - EAP success=1
EAPOL: SUPP_PAE entering state AUTHENTICATING
EAPOL: SUPP_BE entering state SUCCESS
EAP: EAP entering state DISABLED
EAPOL: SUPP_PAE entering state AUTHENTICATED
EAPOL: Supplicant port status: Authorized
EAPOL: SUPP_BE entering state IDLE
EAPOL authentication completed successfully
RX EAPOL from cc:5d:4e:4e:14:d0
IEEE 802.1X RX: version=1 type=3 length=95
   EAPOL-Key type=2
   key_info 0x8a (ver=2 keyidx=0 rsvd=0 Pairwise Ack)
   key_length=16 key_data_length=0
   replay_counter - hexdump(len=8): 00 00 00 00 00 00 00 01
   key_nonce - hexdump(len=32): d3 bd 6d 2a 51 f0 31 0f 95 57 7e 02 55 
07 63 ad fc f2 9b ce 27 c3 20 f2 38 60 1c 5d 43 b3 88 1d
   key_iv - hexdump(len=16): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
   key_rsc - hexdump(len=8): 00 00 00 00 00 00 00 00
   key_id (reserved) - hexdump(len=8): 00 00 00 00 00 00 00 00
   key_mic - hexdump(len=16): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
00 00
WPA: EAPOL-Key Replay Counter did not increase - dropping packet
RX EAPOL from cc:5d:4e:4e:14:d0
IEEE 802.1X RX: version=1 type=3 length=95
   EAPOL-Key type=2
   key_info 0x8a (ver=2 keyidx=0 rsvd=0 Pairwise Ack)
   key_length=16 key_data_length=0
   replay_counter - hexdump(len=8): 00 00 00 00 00 00 00 02
   key_nonce - hexdump(len=32): 59 e1 b6 36 3c 97 cd 35 28 c7 64 a5 2e 
98 68 8f 82 c1 b5 81 c6 53 44 73 91 29 14 81 4b 31 28 a0
   key_iv - hexdump(len=16): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
   key_rsc - hexdump(len=8): 00 00 00 00 00 00 00 00
   key_id (reserved) - hexdump(len=8): 00 00 00 00 00 00 00 00
   key_mic - hexdump(len=16): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
00 00

WPA: EAPOL-Key Replay Counter did not increase - dropping packet
RX ctrl_iface - hexdump_ascii(len=4):
      50 49 4e 47                                       PING
RX EAPOL from cc:5d:4e:4e:14:d0
IEEE 802.1X RX: version=1 type=3 length=95
   EAPOL-Key type=2
   key_info 0x8a (ver=2 keyidx=0 rsvd=0 Pairwise Ack)
   key_length=16 key_data_length=0
   replay_counter - hexdump(len=8): 00 00 00 00 00 00 00 03
   key_nonce - hexdump(len=32): de 96 af 09 a2 91 51 81 38 18 eb a3 9b 
e8 6b 4d 51 01 86 12 0e 24 79 d5 68 84 c2 2f de ec d8 ff
   key_iv - hexdump(len=16): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
   key_rsc - hexdump(len=8): 00 00 00 00 00 00 00 00
   key_id (reserved) - hexdump(len=8): 00 00 00 00 00 00 00 00
   key_mic - hexdump(len=16): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
00 00
State: COMPLETED -> 4WAY_HANDSHAKE
WPA: RX message 1 of 4-Way Handshake from cc:5d:4e:4e:14:d0 (ver=2)
RSN: msg 1/4 key data - hexdump(len=0):
WPA: Renewed SNonce - hexdump(len=32): bc db 7b dd 4a b5 dc e7 59 9b 21 
a2 4c ba 25 71 8d 99 f5 bd 9b 98 18 0c a9 2a bd 64 f0 e3 df 7d
WPA: PTK derivation - A1=00:16:44:ac:77:1b A2=cc:5d:4e:4e:14:d0
WPA: PMK - hexdump(len=32): [REMOVED]
WPA: PTK - hexdump(len=48): [REMOVED]
WPA: WPA IE for msg 2/4 - hexdump(len=22): 30 14 01 00 00 0f ac 02 01 00 
00 0f ac 04 01 00 00 0f ac 02 08 00
WPA: Sending EAPOL-Key 2/4
RX EAPOL from cc:5d:4e:4e:14:d0
IEEE 802.1X RX: version=1 type=3 length=175
   EAPOL-Key type=2
   key_info 0x13ca (ver=2 keyidx=0 rsvd=0 Pairwise Install Ack MIC 
Secure Encr)
   key_length=16 key_data_length=80
   replay_counter - hexdump(len=8): 00 00 00 00 00 00 00 04
   key_nonce - hexdump(len=32): de 96 af 09 a2 91 51 81 38 18 eb a3 9b 
e8 6b 4d 51 01 86 12 0e 24 79 d5 68 84 c2 2f de ec d8 ff
   key_iv - hexdump(len=16): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
   key_rsc - hexdump(len=8): 0f 02 00 00 00 00 00 00
   key_id (reserved) - hexdump(len=8): 00 00 00 00 00 00 00 00
   key_mic - hexdump(len=16): d2 4c b7 98 60 8b 2e 21 ae 2a cc 92 dc 30 
c9 0e
RSN: encrypted key data - hexdump(len=80): ec 9c 92 09 ca af 8f dc 8a 4f 
6f 92 3f 83 80 1b 7b 38 8d 2f ea 24 0b 45 43 fd 79 c6 b4 ff 1d b1 a8 45 
b5 10 aa d5 df af a9 46 de 1f b4 ba 72 37 af 2f 1d fc 2c 33 bc 85 93 98 
9e bb f4 03 d7 13 78 0c 22 bf 91 a5 eb 8e 8e 80 e7 30 7a 52 59 28
WPA: decrypted EAPOL-Key key data - hexdump(len=72): [REMOVED]
State: 4WAY_HANDSHAKE -> 4WAY_HANDSHAKE
WPA: RX message 3 of 4-Way Handshake from cc:5d:4e:4e:14:d0 (ver=2)
WPA: IE KeyData - hexdump(len=72): 30 18 01 00 00 0f ac 02 02 00 00 0f 
ac 02 00 0f ac 04 01 00 00 0f ac 02 00 00 dd 26 00 0f ac 01 01 00 ad 3e 
8a bf dd 14 a3 44 09 7a 52 90 58 43 c9 2d fc ca 56 f6 e4 2c a3 48 1a e0 
99 27 6d bd 05 f1 dd 00 00 00 00 00
WPA: RSN IE in EAPOL-Key - hexdump(len=26): 30 18 01 00 00 0f ac 02 02 
00 00 0f ac 02 00 0f ac 04 01 00 00 0f ac 02 00 00
WPA: GTK in EAPOL-Key - hexdump(len=40): [REMOVED]
WPA: No WPA/RSN IE for this AP known. Trying to get from scan results
Received 549 bytes of scan results (1 BSSes)
BSS: Start scan result update 2
WPA: Could not find AP from the scan results
WPA: Sending EAPOL-Key 4/4
WPA: Installing PTK to the driver.
wpa_driver_wext_set_key: alg=3 key_idx=0 set_tx=1 seq_len=6 key_len=16
EAPOL: External notification - portValid=1
State: 4WAY_HANDSHAKE -> GROUP_HANDSHAKE
RSN: received GTK in pairwise handshake - hexdump(len=34): [REMOVED]
WPA: Group Key - hexdump(len=32): [REMOVED]
WPA: Installing GTK to the driver (keyidx=1 tx=0 len=32).
WPA: RSC - hexdump(len=6): 0f 02 00 00 00 00
wpa_driver_wext_set_key: alg=2 key_idx=1 set_tx=0 seq_len=6 key_len=32
WPA: Key negotiation completed with cc:5d:4e:4e:14:d0 [PTK=CCMP GTK=TKIP]
CTRL_IFACE monitor send - hexdump(len=22): 2f 74 6d 70 2f 77 70 61 5f 63 
74 72 6c 5f 31 38 35 31 30 2d 31 00
Cancelling authentication timeout
State: GROUP_HANDSHAKE -> COMPLETED
EAPOL: External notification - portValid=1
EAPOL: External notification - EAP success=1
EAP: EAP entering state DISABLED


т.е. картина на AP следующая:
Приконнектился, 3-6 сек и дисконнект. И так по кругу. Смущает

WPA: No WPA/RSN IE for this AP known. Trying to get from scan results
Received 549 bytes of scan results (1 BSSes)
BSS: Start scan result update 2
WPA: Could not find AP from the scan results

Броадкасты SSID отключены на точке.
Мистика какая-то...



^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-user-ru] Re: [gentoo-user-ru] Re: [gentoo-user-ru] Re: [gentoo-user-ru] Re: [gentoo-user-ru] Re: [gentoo-user-ru] wpa_supplicant не соединяется с AP
  2012-03-23 13:32         ` [gentoo-user-ru] " Sergey Kobzar
@ 2012-03-23 13:34           ` Sergey Kobzar
  2012-03-23 23:04             ` [gentoo-user-ru] " Sergey Kobzar
  0 siblings, 1 reply; 8+ messages in thread
From: Sergey Kobzar @ 2012-03-23 13:34 UTC (permalink / raw
  To: gentoo-user-ru

On 03/23/12 15:32, Sergey Kobzar wrote:
> On 03/23/12 15:09, Taz wrote:
>> ппоробуй ему руками указать
>> ndiswrapper
>
> Похоже wext используется по умолчанию. Сейчас стали чаще дисконнекты
> происходить. Если запускаю руками, в дебаге:
>
> CTRL-EVENT-CONNECTED - Connection to cc:5d:4e:4e:14:d0 completed (auth)
> [id=0 id_str=]
> CTRL_IFACE monitor send - hexdump(len=22): 2f 74 6d 70 2f 77 70 61 5f 63
> 74 72 6c 5f 31 38 35 31 30 2d 31 00
> wpa_driver_wext_set_operstate: operstate 0->1 (UP)
> netlink: Operstate: linkmode=-1, operstate=6
> EAPOL: External notification - portValid=1
> EAPOL: External notification - EAP success=1
> EAPOL: SUPP_PAE entering state AUTHENTICATING
> EAPOL: SUPP_BE entering state SUCCESS
> EAP: EAP entering state DISABLED
> EAPOL: SUPP_PAE entering state AUTHENTICATED
> EAPOL: Supplicant port status: Authorized
> EAPOL: SUPP_BE entering state IDLE
> EAPOL authentication completed successfully
> RX EAPOL from cc:5d:4e:4e:14:d0
> IEEE 802.1X RX: version=1 type=3 length=95
> EAPOL-Key type=2
> key_info 0x8a (ver=2 keyidx=0 rsvd=0 Pairwise Ack)
> key_length=16 key_data_length=0
> replay_counter - hexdump(len=8): 00 00 00 00 00 00 00 01
> key_nonce - hexdump(len=32): d3 bd 6d 2a 51 f0 31 0f 95 57 7e 02 55 07
> 63 ad fc f2 9b ce 27 c3 20 f2 38 60 1c 5d 43 b3 88 1d
> key_iv - hexdump(len=16): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> key_rsc - hexdump(len=8): 00 00 00 00 00 00 00 00
> key_id (reserved) - hexdump(len=8): 00 00 00 00 00 00 00 00
> key_mic - hexdump(len=16): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> WPA: EAPOL-Key Replay Counter did not increase - dropping packet
> RX EAPOL from cc:5d:4e:4e:14:d0
> IEEE 802.1X RX: version=1 type=3 length=95
> EAPOL-Key type=2
> key_info 0x8a (ver=2 keyidx=0 rsvd=0 Pairwise Ack)
> key_length=16 key_data_length=0
> replay_counter - hexdump(len=8): 00 00 00 00 00 00 00 02
> key_nonce - hexdump(len=32): 59 e1 b6 36 3c 97 cd 35 28 c7 64 a5 2e 98
> 68 8f 82 c1 b5 81 c6 53 44 73 91 29 14 81 4b 31 28 a0
> key_iv - hexdump(len=16): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> key_rsc - hexdump(len=8): 00 00 00 00 00 00 00 00
> key_id (reserved) - hexdump(len=8): 00 00 00 00 00 00 00 00
> key_mic - hexdump(len=16): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
>
> WPA: EAPOL-Key Replay Counter did not increase - dropping packet
> RX ctrl_iface - hexdump_ascii(len=4):
> 50 49 4e 47 PING
> RX EAPOL from cc:5d:4e:4e:14:d0
> IEEE 802.1X RX: version=1 type=3 length=95
> EAPOL-Key type=2
> key_info 0x8a (ver=2 keyidx=0 rsvd=0 Pairwise Ack)
> key_length=16 key_data_length=0
> replay_counter - hexdump(len=8): 00 00 00 00 00 00 00 03
> key_nonce - hexdump(len=32): de 96 af 09 a2 91 51 81 38 18 eb a3 9b e8
> 6b 4d 51 01 86 12 0e 24 79 d5 68 84 c2 2f de ec d8 ff
> key_iv - hexdump(len=16): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> key_rsc - hexdump(len=8): 00 00 00 00 00 00 00 00
> key_id (reserved) - hexdump(len=8): 00 00 00 00 00 00 00 00
> key_mic - hexdump(len=16): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> State: COMPLETED -> 4WAY_HANDSHAKE
> WPA: RX message 1 of 4-Way Handshake from cc:5d:4e:4e:14:d0 (ver=2)
> RSN: msg 1/4 key data - hexdump(len=0):
> WPA: Renewed SNonce - hexdump(len=32): bc db 7b dd 4a b5 dc e7 59 9b 21
> a2 4c ba 25 71 8d 99 f5 bd 9b 98 18 0c a9 2a bd 64 f0 e3 df 7d
> WPA: PTK derivation - A1=00:16:44:ac:77:1b A2=cc:5d:4e:4e:14:d0
> WPA: PMK - hexdump(len=32): [REMOVED]
> WPA: PTK - hexdump(len=48): [REMOVED]
> WPA: WPA IE for msg 2/4 - hexdump(len=22): 30 14 01 00 00 0f ac 02 01 00
> 00 0f ac 04 01 00 00 0f ac 02 08 00
> WPA: Sending EAPOL-Key 2/4
> RX EAPOL from cc:5d:4e:4e:14:d0
> IEEE 802.1X RX: version=1 type=3 length=175
> EAPOL-Key type=2
> key_info 0x13ca (ver=2 keyidx=0 rsvd=0 Pairwise Install Ack MIC Secure
> Encr)
> key_length=16 key_data_length=80
> replay_counter - hexdump(len=8): 00 00 00 00 00 00 00 04
> key_nonce - hexdump(len=32): de 96 af 09 a2 91 51 81 38 18 eb a3 9b e8
> 6b 4d 51 01 86 12 0e 24 79 d5 68 84 c2 2f de ec d8 ff
> key_iv - hexdump(len=16): 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> key_rsc - hexdump(len=8): 0f 02 00 00 00 00 00 00
> key_id (reserved) - hexdump(len=8): 00 00 00 00 00 00 00 00
> key_mic - hexdump(len=16): d2 4c b7 98 60 8b 2e 21 ae 2a cc 92 dc 30 c9 0e
> RSN: encrypted key data - hexdump(len=80): ec 9c 92 09 ca af 8f dc 8a 4f
> 6f 92 3f 83 80 1b 7b 38 8d 2f ea 24 0b 45 43 fd 79 c6 b4 ff 1d b1 a8 45
> b5 10 aa d5 df af a9 46 de 1f b4 ba 72 37 af 2f 1d fc 2c 33 bc 85 93 98
> 9e bb f4 03 d7 13 78 0c 22 bf 91 a5 eb 8e 8e 80 e7 30 7a 52 59 28
> WPA: decrypted EAPOL-Key key data - hexdump(len=72): [REMOVED]
> State: 4WAY_HANDSHAKE -> 4WAY_HANDSHAKE
> WPA: RX message 3 of 4-Way Handshake from cc:5d:4e:4e:14:d0 (ver=2)
> WPA: IE KeyData - hexdump(len=72): 30 18 01 00 00 0f ac 02 02 00 00 0f
> ac 02 00 0f ac 04 01 00 00 0f ac 02 00 00 dd 26 00 0f ac 01 01 00 ad 3e
> 8a bf dd 14 a3 44 09 7a 52 90 58 43 c9 2d fc ca 56 f6 e4 2c a3 48 1a e0
> 99 27 6d bd 05 f1 dd 00 00 00 00 00
> WPA: RSN IE in EAPOL-Key - hexdump(len=26): 30 18 01 00 00 0f ac 02 02
> 00 00 0f ac 02 00 0f ac 04 01 00 00 0f ac 02 00 00
> WPA: GTK in EAPOL-Key - hexdump(len=40): [REMOVED]
> WPA: No WPA/RSN IE for this AP known. Trying to get from scan results
> Received 549 bytes of scan results (1 BSSes)
> BSS: Start scan result update 2
> WPA: Could not find AP from the scan results
> WPA: Sending EAPOL-Key 4/4
> WPA: Installing PTK to the driver.
> wpa_driver_wext_set_key: alg=3 key_idx=0 set_tx=1 seq_len=6 key_len=16
> EAPOL: External notification - portValid=1
> State: 4WAY_HANDSHAKE -> GROUP_HANDSHAKE
> RSN: received GTK in pairwise handshake - hexdump(len=34): [REMOVED]
> WPA: Group Key - hexdump(len=32): [REMOVED]
> WPA: Installing GTK to the driver (keyidx=1 tx=0 len=32).
> WPA: RSC - hexdump(len=6): 0f 02 00 00 00 00
> wpa_driver_wext_set_key: alg=2 key_idx=1 set_tx=0 seq_len=6 key_len=32
> WPA: Key negotiation completed with cc:5d:4e:4e:14:d0 [PTK=CCMP GTK=TKIP]
> CTRL_IFACE monitor send - hexdump(len=22): 2f 74 6d 70 2f 77 70 61 5f 63
> 74 72 6c 5f 31 38 35 31 30 2d 31 00
> Cancelling authentication timeout
> State: GROUP_HANDSHAKE -> COMPLETED
> EAPOL: External notification - portValid=1
> EAPOL: External notification - EAP success=1
> EAP: EAP entering state DISABLED
>
>
> т.е. картина на AP следующая:
> Приконнектился, 3-6 сек и дисконнект. И так по кругу. Смущает
>
> WPA: No WPA/RSN IE for this AP known. Trying to get from scan results
> Received 549 bytes of scan results (1 BSSes)
> BSS: Start scan result update 2
> WPA: Could not find AP from the scan results
>
> Броадкасты SSID отключены на точке.
> Мистика какая-то...

Успешное подключение выглядитвот так:

State: 4WAY_HANDSHAKE -> 4WAY_HANDSHAKE
WPA: RX message 3 of 4-Way Handshake from cc:5d:4e:4e:14:d0 (ver=2)
WPA: IE KeyData - hexdump(len=72): 30 18 01 00 00 0f ac 02 02 00 00 0f 
ac 02 00 0f ac 04 01 00 00 0f ac 02 00 00 dd 26 00 0f ac 01 01 00 3b c3 
53 dc 4a 18 be 9d ad c8 3e df da e2 75 43 cd 2d 9f 25 67 d9 1e 51 22 6f 
e9 60 ba 4b 5e 6c dd 00 00 00 00 00
WPA: RSN IE in EAPOL-Key - hexdump(len=26): 30 18 01 00 00 0f ac 02 02 
00 00 0f ac 02 00 0f ac 04 01 00 00 0f ac 02 00 00
WPA: GTK in EAPOL-Key - hexdump(len=40): [REMOVED]
WPA: No WPA/RSN IE for this AP known. Trying to get from scan results
Received 581 bytes of scan results (1 BSSes)
BSS: Start scan result update 1
BSS: Add new id 0 BSSID cc:5d:4e:4e:14:d0 SSID ''
CTRL_IFACE monitor send - hexdump(len=22): 2f 74 6d 70 2f 77 70 61 5f 63 
74 72 6c 5f 31 38 36 39 37 2d 31 00
WPA: Could not find AP from the scan results
WPA: Sending EAPOL-Key 4/4
WPA: Installing PTK to the driver.
wpa_driver_wext_set_key: alg=3 key_idx=0 set_tx=1 seq_len=6 key_len=16
EAPOL: External notification - portValid=1
State: 4WAY_HANDSHAKE -> GROUP_HANDSHAKE
RSN: received GTK in pairwise handshake - hexdump(len=34): [REMOVED]
WPA: Group Key - hexdump(len=32): [REMOVED]
WPA: Installing GTK to the driver (keyidx=1 tx=0 len=32).
WPA: RSC - hexdump(len=6): 00 01 00 00 00 00
wpa_driver_wext_set_key: alg=2 key_idx=1 set_tx=0 seq_len=6 key_len=32
WPA: Key negotiation completed with cc:5d:4e:4e:14:d0 [PTK=CCMP GTK=TKIP]
CTRL_IFACE monitor send - hexdump(len=22): 2f 74 6d 70 2f 77 70 61 5f 63 
74 72 6c 5f 31 38 36 39 37 2d 31 00
Cancelling authentication timeout
State: GROUP_HANDSHAKE -> COMPLETED
CTRL-EVENT-CONNECTED - Connection to cc:5d:4e:4e:14:d0 completed (auth) 
[id=0 id_str=]
CTRL_IFACE monitor send - hexdump(len=22): 2f 74 6d 70 2f 77 70 61 5f 63 
74 72 6c 5f 31 38 36 39 37 2d 31 00
wpa_driver_wext_set_operstate: operstate 0->1 (UP)
netlink: Operstate: linkmode=-1, operstate=6
EAPOL: External notification - portValid=1
EAPOL: External notification - EAP success=1
EAPOL: SUPP_PAE entering state AUTHENTICATING
EAPOL: SUPP_BE entering state SUCCESS
EAP: EAP entering state DISABLED
EAPOL: SUPP_PAE entering state AUTHENTICATED
EAPOL: Supplicant port status: Authorized
EAPOL: SUPP_BE entering state IDLE
EAPOL authentication completed successfully
EAPOL: startWhen --> 0
EAPOL: disable timer tick
RX ctrl_iface - hexdump_ascii(len=4):
      50 49 4e 47                                       PING
RX ctrl_iface - hexdump_ascii(len=4):
      50 49 4e 47                                       PING
RX ctrl_iface - hexdump_ascii(len=4):
      50 49 4e 47                                       PING
RX ctrl_iface - hexdump_ascii(len=4):
      50 49 4e 47                                       PING
RX ctrl_iface - hexdump_ascii(len=4):
      50 49 4e 47                                       PING
RX ctrl_iface - hexdump_ascii(len=4):
      50 49 4e 47                                       PING
...



^ permalink raw reply	[flat|nested] 8+ messages in thread

* [gentoo-user-ru] Re: [gentoo-user-ru] Re: [gentoo-user-ru] Re: [gentoo-user-ru] Re: [gentoo-user-ru] Re: [gentoo-user-ru] Re: [gentoo-user-ru] wpa_supplicant не соединяется с AP
  2012-03-23 13:34           ` [gentoo-user-ru] " Sergey Kobzar
@ 2012-03-23 23:04             ` Sergey Kobzar
  0 siblings, 0 replies; 8+ messages in thread
From: Sergey Kobzar @ 2012-03-23 23:04 UTC (permalink / raw
  To: gentoo-user-ru

Окончание истории:

Заменил ndiswrapper на b43:

0c:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g 
LP-PHY (rev 01)
         Subsystem: Dell Wireless 1395 WLAN Mini-Card
         Kernel driver in use: b43-pci-bridge
         Kernel modules: ssb

и все завелось без заметных изменений в конфигах.


P.S. - ndiswrapper - оно от лукавого ;)



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2012-03-24  0:12 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-23 12:23 [gentoo-user-ru] wpa_supplicant не соединяется с AP Sergey Kobzar
2012-03-23 12:31 ` Sergey Kobzar
2012-03-23 12:33   ` [gentoo-user-ru] " Taz
2012-03-23 13:07     ` [gentoo-user-ru] " Sergey Kobzar
2012-03-23 13:09       ` [gentoo-user-ru] " Taz
2012-03-23 13:32         ` [gentoo-user-ru] " Sergey Kobzar
2012-03-23 13:34           ` [gentoo-user-ru] " Sergey Kobzar
2012-03-23 23:04             ` [gentoo-user-ru] " Sergey Kobzar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox