Gentoo Archives: gentoo-user

From: Luigi Pinna <mailing-gentoo@××××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] wireless on boot
Date: Tue, 07 Nov 2006 19:41:19
Message-Id: 200611072035.12569.mailing-gentoo@sailorferris.com
In Reply to: Re: [gentoo-user] wireless on boot by Neil Bothwick
1 -----BEGIN PGP SIGNED MESSAGE-----
2 Hash: SHA1
3
4 Alle 20:44, sabato 4 novembre 2006, Neil Bothwick ha scritto:
5 > On Sat, 4 Nov 2006 13:53:39 +0100, Luigi Pinna wrote:
6 > > But I continue to have some problems...
7 > > First, on boot time net.eth0 gives up and I must wait until timeout
8 > > before that boot could continue.
9 >
10 > emerge ifplugd and read the comments about it in
11 > /etc/conf.d/net.example
12
13 Sorry I answer only now: I was not here!
14 Your command works good, now in boot time I don't wait about net.eth0
15 but net.wlan0 and net.eth0 seem not active, but the wireless works.
16 I found that my connection is not still stable.
17 dmesg is full from this kind of messagges:
18 zd1211:Mixed Mode
19 wlan0: Configured authentication algorithms: Open system
20 wlan0: Drop encrypted: enabled
21 zd1211:Switch to Infra mode
22 zd1211:Mixed Mode
23 wlan0: WPA version: WPA
24 wlan0: pairwise cipher: TKIP
25 wlan0: group cipher: TKIP
26 wlan0: key mgmt: PSK
27 wlan0: privacy: enabled
28 wlan0: Allow Rx unencrypted EAPOL: disabled
29 zd1211:STA_ASSOCIATED with 00:15:0c:24:bd:22
30 zd1211:Notify_join_event:00:15:0c:24:bd:22
31 zd1211:Mixed Mode
32 zd1211:STA_ASSOCIATED with 00:15:0c:24:bd:22
33 ******We Lose AP for 5 seconds
34 zd1211:zd1205_dis_connect
35 zd1205_notify_disjoin_event
36 wlan0: Configured authentication algorithms: Open system
37 wlan0: Drop encrypted: enabled
38 zd1211:Switch to Infra mode
39 zd1211:Mixed Mode
40 wlan0: WPA version: WPA
41 wlan0: pairwise cipher: TKIP
42 wlan0: group cipher: TKIP
43 wlan0: key mgmt: PSK
44 wlan0: privacy: enabled
45 wlan0: Allow Rx unencrypted EAPOL: disabled
46 zd1211:Mixed Mode
47 zd1211:STA_ASSOCIATED with 00:15:0c:24:bd:22
48 zd1211:Notify_join_event:00:15:0c:24:bd:22
49
50 And after same time (very irregular days or hours), I lose the signal
51 but nothing notices it.
52 I can solve with 2 simple command: rmmod zd1211b and modprobe zd1211b
53 When I put on the module again, dhcpcd recognizes it and start a new
54 connection.
55 What is wrong in my configuration?
56 My /etc/wpa_supplicant .conf is:
57 ctrl_interface=/var/run/wpa_supplicant
58 ctrl_interface_group=0
59 eapol_version=1
60 ap_scan=1
61 network={
62 ssid="MySSID"
63 proto=WPA
64 key_mgmt=WPA-PSK
65 pairwise=TKIP
66 group=CCMP TKIP WEP104 WEP40
67 psk="MyPassword"
68 priority=2
69 }
70 fast_reauth=1
71
72 Thanks,
73 Luigi
74 - --
75 Public key GPG(0x633F86B7) on hkp://keyserver.linux.it/
76 -----BEGIN PGP SIGNATURE-----
77 Version: GnuPG v1.4.5 (GNU/Linux)
78
79 iD8DBQFFUN/wHmkkjmM/hrcRAuwhAKCJukCsTF6mbEawidfragFRzQz9nwCgmFb1
80 dkGVCGE5/sSmnjYdq4t5CUY=
81 =YxJp
82 -----END PGP SIGNATURE-----
83 --
84 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] wireless on boot Mick <michaelkintzios@×××××.com>