Gentoo Archives: gentoo-user

From: Chris Stankevitz <chrisstankevitz@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Which tool to diagnose wireless connection problem?
Date: Thu, 11 Oct 2012 17:22:38
Message-Id: CAPi0psusMwTVj-G14WLTJhET8_gpR-pu0LkN8efKuMkUy51g=Q@mail.gmail.com
1 Hello,
2
3 I never really understood wireless in linux, it has always "just
4 worked". I use wicd although I don't really even know what that
5 means. I have no clue what is a wpa supplicant, ndis, etc.
6
7 I now have a problem. Please point me toward the tools I should use
8 to diagnose and fix the problem. I tried to fix this problem by
9 running wicd-client from the command line hoping to see some stderr
10 messages to help diagnose, but no luck. Also dmesg is not helpful.
11
12 Problem:
13
14 I used a linksys router for years. It appeared as a single SSID that
15 I connected to. Configured with wicd-client. Everything worked great
16 under gentoo.
17
18 I throw away the linksys and purchase a new "apple airport express".
19 This router works fine with my apple machines. On gentoo, wicd-client
20 shows two SSIDs with identical names for this one router! One is on
21 "channel 11" and one is on "channel 157". Not sure this matters. I
22 specify my password for both of them and specify one of them to
23 "connect automatically". The connection with one (or both?) of the
24 SSIDs stays live for 5-10 minutes, then disconnects. I can get it to
25 reconnect by simply opening wicd-client, highlighting one of the two
26 SSIDs, and clicking connect. Repeat every 5-10 minutes.
27
28 Question: What tools or logs can I use to understand why my wireless
29 connection disconnects every 5-10 minutes?
30
31 FYI this is what dmesg says during one of these disconnect/reconnect cycles:
32
33 [55519.603007] cfg80211: Calling CRDA to update world regulatory domain
34 [55520.041137] iwlwifi 0000:03:00.0: L1 Enabled; Disabling L0S
35 [55520.041381] iwlwifi 0000:03:00.0: Radio type=0x0-0x3-0x1
36 [55520.195568] ADDRCONF(NETDEV_UP): wlan0: link is not ready
37 [55520.494633] e1000e 0000:00:19.0: irq 44 for MSI/MSI-X
38 [55520.595455] e1000e 0000:00:19.0: irq 44 for MSI/MSI-X
39 [55520.598916] ADDRCONF(NETDEV_UP): eth0: link is not ready
40 [55550.414298] iwlwifi 0000:03:00.0: L1 Enabled; Disabling L0S
41 [55550.414523] iwlwifi 0000:03:00.0: Radio type=0x0-0x3-0x1
42 [55550.551957] ADDRCONF(NETDEV_UP): wlan0: link is not ready
43 [55966.719991] iwlwifi 0000:03:00.0: L1 Enabled; Disabling L0S
44 [55966.720250] iwlwifi 0000:03:00.0: Radio type=0x0-0x3-0x1
45 [55966.863374] ADDRCONF(NETDEV_UP): wlan0: link is not ready
46 [55967.147380] e1000e 0000:00:19.0: irq 44 for MSI/MSI-X
47 [55967.248317] e1000e 0000:00:19.0: irq 44 for MSI/MSI-X
48 [55967.251736] ADDRCONF(NETDEV_UP): eth0: link is not ready
49 [55967.301004] iwlwifi 0000:03:00.0: L1 Enabled; Disabling L0S
50 [55967.301252] iwlwifi 0000:03:00.0: Radio type=0x0-0x3-0x1
51 [55967.452333] ADDRCONF(NETDEV_UP): wlan0: link is not ready
52 [55969.637135] wlan0: authenticate with 7c:d1:c3:cd:b9:be
53 [55969.641690] wlan0: send auth to 7c:d1:c3:cd:b9:be (try 1/3)
54 [55969.643564] wlan0: authenticated
55 [55969.643873] wlan0: associate with 7c:d1:c3:cd:b9:be (try 1/3)
56 [55969.647304] wlan0: RX AssocResp from 7c:d1:c3:cd:b9:be (capab=0x431
57 status=0 aid=1)
58 [55969.654396] wlan0: associated
59 [55969.657270] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
60
61 Thank you,
62
63 Chris

Replies