Girish Kulkarni wrote: > On Thu, 18 Jun 2009, Kamaraju Kusumanchi wrote: >> Which package is responsible for this madness? I am guessing udev >> but removing udev also wants to remove the kernel (linux-image) >> package(s). So are there any other work arounds? > > Yes, this is udev. See if http://wiki.debian.org/iwlwifi helps you. > In the worst case, a clean reinstall of Lenny cures this! >
Thanks for all the replies guys. The wiki link is helpful. The wiki tells to make changes in /etc/udev/rules.d/z25_persistent-net.rules . However, I do not have this file. The closest I had was 70-persistent-net.rules . So I made changes to that instead. The stanzas in /etc/network/interfaces now point to wlan0. The good thing is that I do get network connection at the end of boot + the interface name stays the same. But the boot process spends a lot of time in "association" and "disassociation" phases. $dmesg | grep wlan0 | wc -l 209 The log file $dmesg | grep wlan0 > wlan0.messages is attached. Is this kind of association/disassociation normal? I have not seen that when I was using ipw3945. thanks raju -- Kamaraju S Kusumanchi http://malayamaarutham.blogspot.com/
[ 16.190483] wlan0: Initial auth_alg=0 [ 16.190483] wlan0: authenticate with AP 00:18:3a:ac:32:cf [ 16.192118] wlan0: RX authentication from 00:18:3a:ac:32:cf (alg=0 transaction=2 status=0) [ 16.192118] wlan0: authenticated [ 16.192118] wlan0: associate with AP 00:18:3a:ac:32:cf [ 16.206255] wlan0: RX AssocResp from 00:18:3a:ac:32:cf (capab=0x411 status=0 aid=1) [ 16.206255] wlan0: associated [ 16.206255] wlan0: CTS protection enabled (BSSID=00:18:3a:ac:32:cf) [ 26.211388] wlan0: disassociate(reason=3) [ 29.170613] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 29.170613] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 29.170613] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 29.171382] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 29.175369] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 29.175369] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 29.175369] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 29.175369] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 29.175369] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 29.175369] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 29.175369] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 29.175369] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 29.175369] wlan0: associate with AP 00:18:3a:ac:32:cf [ 29.180455] wlan0: Initial auth_alg=0 [ 29.180455] wlan0: authenticate with AP 00:18:3a:ac:32:cf [ 29.186425] wlan0: association frame received from 00:18:3a:ac:32:cf, but not in associate state - ignored [ 29.227099] wlan0: RX authentication from 00:18:3a:ac:32:cf (alg=0 transaction=2 status=0) [ 29.227099] wlan0: authenticated [ 29.227099] wlan0: associate with AP 00:18:3a:ac:32:cf [ 29.234092] wlan0: RX ReassocResp from 00:18:3a:ac:32:cf (capab=0x411 status=0 aid=1) [ 29.234092] wlan0: associated [ 29.234092] wlan0: CTS protection enabled (BSSID=00:18:3a:ac:32:cf) [ 39.236731] wlan0: disassociate(reason=3) [ 42.079490] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 42.079490] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 42.079490] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 42.079490] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 42.079490] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 42.079490] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 42.079490] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 42.079490] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 42.079490] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 42.079490] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 42.079490] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 42.081049] wlan0: Initial auth_alg=0 [ 42.081049] wlan0: authenticate with AP 00:18:3a:ac:32:cf [ 42.083748] wlan0: Initial auth_alg=0 [ 42.083748] wlan0: authenticate with AP 00:18:3a:ac:32:cf [ 42.083748] wlan0: RX authentication from 00:18:3a:ac:32:cf (alg=0 transaction=2 status=0) [ 42.083748] wlan0: authenticated [ 42.083748] wlan0: associate with AP 00:18:3a:ac:32:cf [ 42.096570] wlan0: authentication frame received from 00:18:3a:ac:32:cf, but not in authenticate state - ignored [ 42.097444] wlan0: RX ReassocResp from 00:18:3a:ac:32:cf (capab=0x411 status=0 aid=1) [ 42.097444] wlan0: associated [ 42.097444] wlan0: CTS protection enabled (BSSID=00:18:3a:ac:32:cf) [ 52.106749] wlan0: disassociate(reason=3) [ 54.817595] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 54.817595] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 54.817595] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 54.817595] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 54.817595] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 54.817595] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 54.817595] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 54.817595] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 54.817595] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 54.818741] wlan0: Initial auth_alg=0 [ 54.818741] wlan0: authenticate with AP 00:18:3a:ac:32:cf [ 54.821644] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 54.828034] wlan0: Initial auth_alg=0 [ 54.828034] wlan0: authenticate with AP 00:18:3a:ac:32:cf [ 54.832283] wlan0: RX authentication from 00:18:3a:ac:32:cf (alg=0 transaction=2 status=0) [ 54.832283] wlan0: authenticated [ 54.832283] wlan0: associate with AP 00:18:3a:ac:32:cf [ 54.834628] wlan0: authentication frame received from 00:18:3a:ac:32:cf, but not in authenticate state - ignored [ 54.838754] wlan0: RX ReassocResp from 00:18:3a:ac:32:cf (capab=0x411 status=0 aid=1) [ 54.838754] wlan0: associated [ 54.838754] wlan0: CTS protection enabled (BSSID=00:18:3a:ac:32:cf) [ 64.837741] wlan0: disassociate(reason=3) [ 67.588627] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 67.588627] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 67.588627] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 67.588627] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 67.588627] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 67.588627] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 67.588627] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 67.588627] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 67.588627] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 67.588627] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 67.588627] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 67.593068] wlan0: Initial auth_alg=0 [ 67.593068] wlan0: authenticate with AP 00:18:3a:ac:32:cf [ 67.593068] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 67.595985] wlan0: Initial auth_alg=0 [ 67.595985] wlan0: authenticate with AP 00:18:3a:ac:32:cf [ 67.600855] wlan0: RX authentication from 00:18:3a:ac:32:cf (alg=0 transaction=2 status=0) [ 67.600855] wlan0: authenticated [ 67.600855] wlan0: associate with AP 00:18:3a:ac:32:cf [ 67.607337] wlan0: RX ReassocResp from 00:18:3a:ac:32:cf (capab=0x411 status=0 aid=1) [ 67.607337] wlan0: associated [ 67.607337] wlan0: CTS protection enabled (BSSID=00:18:3a:ac:32:cf) [ 77.613740] wlan0: disassociate(reason=3) [ 80.488633] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 80.488748] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 80.488853] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 80.488958] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 80.489366] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 80.489366] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 80.489366] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 80.489366] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 80.489366] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 80.489366] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 80.493386] wlan0: Initial auth_alg=0 [ 80.493386] wlan0: authenticate with AP 00:18:3a:ac:32:cf [ 80.497366] wlan0: Initial auth_alg=0 [ 80.497366] wlan0: authenticate with AP 00:18:3a:ac:32:cf [ 80.497366] wlan0: RX authentication from 00:18:3a:ac:32:cf (alg=0 transaction=2 status=0) [ 80.497366] wlan0: authenticated [ 80.497366] wlan0: associate with AP 00:18:3a:ac:32:cf [ 80.505367] wlan0: authentication frame received from 00:18:3a:ac:32:cf, but not in authenticate state - ignored [ 80.509481] wlan0: RX ReassocResp from 00:18:3a:ac:32:cf (capab=0x411 status=0 aid=1) [ 80.509485] wlan0: associated [ 80.509491] wlan0: CTS protection enabled (BSSID=00:18:3a:ac:32:cf) [ 90.553028] wlan0: disassociate(reason=3) [ 92.553735] wlan0: no IPv6 routers present [ 93.432291] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 93.432291] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 93.432291] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 93.432291] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 93.432291] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 93.432291] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 93.432291] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 93.432291] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 93.432291] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 93.432291] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 93.432291] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 93.433043] wlan0: Initial auth_alg=0 [ 93.433043] wlan0: authenticate with AP 00:18:3a:ac:32:cf [ 93.440065] wlan0: Initial auth_alg=0 [ 93.440065] wlan0: authenticate with AP 00:18:3a:ac:32:cf [ 93.440065] wlan0: RX authentication from 00:18:3a:ac:32:cf (alg=0 transaction=2 status=0) [ 93.440065] wlan0: authenticated [ 93.440065] wlan0: associate with AP 00:18:3a:ac:32:cf [ 93.441270] wlan0: authentication frame received from 00:18:3a:ac:32:cf, but not in authenticate state - ignored [ 93.450770] wlan0: RX ReassocResp from 00:18:3a:ac:32:cf (capab=0x411 status=0 aid=1) [ 93.450770] wlan0: associated [ 93.450770] wlan0: CTS protection enabled (BSSID=00:18:3a:ac:32:cf) [ 103.453392] wlan0: disassociate(reason=3) [ 106.316386] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 106.316386] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 106.316386] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 106.316386] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 106.316386] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 106.316386] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 106.316386] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 106.316386] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 106.316386] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 106.316386] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 106.321026] wlan0: Initial auth_alg=0 [ 106.321026] wlan0: authenticate with AP 00:18:3a:ac:32:cf [ 106.322894] wlan0: Initial auth_alg=0 [ 106.322894] wlan0: authenticate with AP 00:18:3a:ac:32:cf [ 106.322894] wlan0: RX authentication from 00:18:3a:ac:32:cf (alg=0 transaction=2 status=0) [ 106.322894] wlan0: authenticated [ 106.322894] wlan0: associate with AP 00:18:3a:ac:32:cf [ 106.330061] wlan0: authentication frame received from 00:18:3a:ac:32:cf, but not in authenticate state - ignored [ 106.332237] wlan0: RX ReassocResp from 00:18:3a:ac:32:cf (capab=0x411 status=0 aid=1) [ 106.332237] wlan0: associated [ 106.332237] wlan0: CTS protection enabled (BSSID=00:18:3a:ac:32:cf) [ 116.341347] wlan0: disassociate(reason=3) [ 119.057070] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 119.057070] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 119.059549] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 119.063515] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 119.063515] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 119.063515] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 119.063515] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 119.063515] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 119.063515] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 119.063515] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 119.063961] wlan0: Initial auth_alg=0 [ 119.063961] wlan0: authenticate with AP 00:18:3a:ac:32:cf [ 119.065952] wlan0: Initial auth_alg=0 [ 119.065952] wlan0: authenticate with AP 00:18:3a:ac:32:cf [ 119.065952] wlan0: RX authentication from 00:18:3a:ac:32:cf (alg=0 transaction=2 status=0) [ 119.065952] wlan0: authenticated [ 119.065952] wlan0: associate with AP 00:18:3a:ac:32:cf [ 119.075978] wlan0: authentication frame received from 00:18:3a:ac:32:cf, but not in authenticate state - ignored [ 119.076811] wlan0: RX ReassocResp from 00:18:3a:ac:32:cf (capab=0x411 status=0 aid=1) [ 119.076811] wlan0: associated [ 119.076811] wlan0: CTS protection enabled (BSSID=00:18:3a:ac:32:cf) [ 129.081808] wlan0: disassociate(reason=3) [ 131.924861] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 131.924861] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 131.924861] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 131.924861] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 131.924861] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 131.924861] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 131.924861] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 131.924861] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 131.924861] wlan0: RX disassociation from 00:18:3a:ac:32:cf (reason=7) [ 131.925608] wlan0: Initial auth_alg=0 [ 131.925608] wlan0: authenticate with AP 00:18:3a:ac:32:cf [ 131.930503] wlan0: Initial auth_alg=0 [ 131.930601] wlan0: authenticate with AP 00:18:3a:ac:32:cf [ 131.934078] wlan0: RX authentication from 00:18:3a:ac:32:cf (alg=0 transaction=2 status=0) [ 131.934078] wlan0: authenticated [ 131.934078] wlan0: associate with AP 00:18:3a:ac:32:cf [ 131.936359] wlan0: RX ReassocResp from 00:18:3a:ac:32:cf (capab=0x411 status=0 aid=1) [ 131.936359] wlan0: associated [ 131.937392] wlan0: CTS protection enabled (BSSID=00:18:3a:ac:32:cf)