All of lore.kernel.org
 help / color / mirror / Atom feed
* [ath9k-devel] ath9k not connecting to one particular network..
@ 2013-03-25  4:06 Linus Torvalds
  2013-03-25  4:22 ` Outback Dingo
                   ` (2 more replies)
  0 siblings, 3 replies; 27+ messages in thread
From: Linus Torvalds @ 2013-03-25  4:06 UTC (permalink / raw)
  To: ath9k-devel

Ok, I'm sure this is something people have seen before, but it has me stumped.

I'm on the road for a couple of days with my google ChromeBook pixel,
which worked perfectly fine in the previous location I was at, and
works fine at home. But in the current condo, the machine simply
*cannot* connect to the wireless network here.

The pixel has a :"Atheros AR9462 Rev:2" in it, and I know the network
itself works, because my cellphone connects to it just fine.

This is a WPA2-encrypted network, but so is my home network, and so
was the one I connected to last week when traveling. I'm writing this
on the Pixel, but I'm writing it connected to my phone doing a
hotspot, because that works. Very odd.

Working connection:

  wlan0: authenticate with 02:1a:11:fc:8c:3b
  wlan0: send auth to 02:1a:11:fc:8c:3b (try 1/3)
  wlan0: authenticated
  wlan0: associate with 02:1a:11:fc:8c:3b (try 1/3)
  wlan0: RX AssocResp from 02:1a:11:fc:8c:3b (capab=0x411 status=0 aid=1)
  wlan0: associated

Non-working connection:

  wlan0: authenticate with 50:46:5d:02:85:08
  wlan0: send auth to 50:46:5d:02:85:08 (try 1/3)
  wlan0: authenticated
  wlan0: associate with 50:46:5d:02:85:08 (try 1/3)
  wlan0: RX AssocResp from 50:46:5d:02:85:08 (capab=0x411 status=0 aid=10)
  wlan0: associated

.. now NM asks for the password again, and then I get:

  wlan0: disassociating from 50:46:5d:02:85:08 by local choice (reason=3)

I'm not seeing what the difference is. Except for that "aid=1" vs
"aid=10", which I have no idea what it means.

Looking in /var/log/messages, a successful connection looks like this:

  Mar 24 20:48:42 pixel NetworkManager[832]: <info> (wlan0):
supplicant interface state: associating -> associated
  Mar 24 20:48:43 pixel NetworkManager[832]: <info> (wlan0):
supplicant interface state: associated -> 4-way handshake
  Mar 24 20:48:43 pixel NetworkManager[832]: <info> (wlan0):
supplicant interface state: 4-way handshake -> completed

while an unsuccessful one does this:

  Mar 24 20:48:24 pixel NetworkManager[832]: <info> (wlan0):
supplicant interface state: authenticating -> associated
  Mar 24 20:48:24 pixel NetworkManager[832]: <info> (wlan0):
supplicant interface state: associated -> 4-way handshake

10-second delay because it asks for password again, followed by:

  Mar 24 20:48:34 pixel kernel: [ 2350.973914] wlan0: disassociating
from 50:46:5d:02:85:08 by local choice (reason=3)
  Mar 24 20:48:34 pixel kernel: [ 2350.980860] cfg80211: Calling CRDA
to update world regulatory domain
  Mar 24 20:48:34 pixel kernel: [ 2350.984796] wlan0: deauthenticating
from 50:46:5d:02:85:08 by local choice (reason=3)
  Mar 24 20:48:34 pixel NetworkManager[832]: <info> (wlan0):
supplicant interface state: 4-way handshake -> disconnected

Any idea? I tried loading the ath9k driver with debug=0xffff
nohwcrypt=1, but that didn't really make any difference...

Sure, the failing network has a different SSID and obviously a
different password, but no, I didn't screw up typing in the password.
What else can be different? Anything I can try? Relying on the really
slow Edge connection from my cellphone gets me a working internet, but
it's *slow*....

                 Linus

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

end of thread, other threads:[~2013-03-26 19:20 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-25  4:06 [ath9k-devel] ath9k not connecting to one particular network Linus Torvalds
2013-03-25  4:22 ` Outback Dingo
2013-03-25  9:05   ` Linus Torvalds
2013-03-25  4:26 ` Joel Wirāmu Pauling
2013-03-25  9:23   ` Linus Torvalds
2013-03-25  9:38     ` Linus Torvalds
2013-03-25 10:12     ` Jouni Malinen
2013-03-25 10:38       ` Linus Torvalds
2013-03-25 11:06         ` Linus Torvalds
2013-03-25 11:30           ` Jouni Malinen
2013-03-25 12:17             ` Joel Wirāmu Pauling
2013-03-25 12:46               ` Jouni Malinen
2013-03-25 16:04             ` Linus Torvalds
2013-03-25 16:35               ` Jouni Malinen
2013-03-25 16:42                 ` Linus Torvalds
2013-03-25 18:03                   ` Peter Stuge
2013-03-25 19:01                     ` Adrian Chadd
2013-03-26  2:12                   ` Linus Torvalds
2013-03-26  9:58                     ` Jouni Malinen
2013-03-26 10:28                       ` Peter Stuge
2013-03-26 13:56                       ` Dan Williams
2013-03-26 15:25                       ` Linus Torvalds
2013-03-26 15:40                         ` Jouni Malinen
2013-03-26 19:20                           ` Luis R. Rodriguez
2013-03-26 19:20                             ` Luis R. Rodriguez
2013-03-25 10:43     ` Oleksij Rempel
2013-03-25  5:38 ` Adrian Chadd

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.