You are not logged in.
I'm having a prolonged issue with my wireless set-up. First I was experiencing this bug: https://bugs.archlinux.org/task/27581 . This bug was fixed in the new kernel. No my problem transitioned into this:
Jan 11 03:09:17 localhost NetworkManager[672]: <info> (wlan0): supplicant interface state: associating -> disconnected
Jan 11 03:09:18 localhost NetworkManager[672]: <info> (wlan0): supplicant interface state: disconnected -> scanning
Jan 11 03:09:19 localhost NetworkManager[672]: <info> (wlan0): supplicant interface state: scanning -> authenticating
Jan 11 03:09:19 localhost kernel: [13456.594160] wlan0: authenticate with 58:6d:8f:09:0c:6b (try 1)
Jan 11 03:09:19 localhost kernel: [13456.595788] wlan0: authenticated
Jan 11 03:09:19 localhost NetworkManager[672]: <info> (wlan0): supplicant interface state: authenticating -> associating
Jan 11 03:09:19 localhost kernel: [13456.599781] wlan0: associate with 58:6d:8f:09:0c:6b (try 1)
Jan 11 03:09:19 localhost kernel: [13456.602169] wlan0: RX AssocResp from 58:6d:8f:09:0c:6b (capab=0x411 status=18 aid=0)
Jan 11 03:09:19 localhost kernel: [13456.602172] wlan0: 58:6d:8f:09:0c:6b denied association (code=18)
Jan 11 03:09:19 localhost kernel: [13456.617290] wlan0: deauthenticating from 58:6d:8f:09:0c:6b by local choice (reason=3)
Jan 11 03:09:19 localhost NetworkManager[672]: <info> (wlan0): supplicant interface state: associating -> disconnected
Jan 11 03:09:19 localhost NetworkManager[672]: <info> (wlan0): supplicant interface state: disconnected -> scanning
Jan 11 03:09:20 localhost NetworkManager[672]: <info> (wlan0): supplicant interface state: scanning -> authenticating
Jan 11 03:09:20 localhost kernel: [13457.751017] wlan0: authenticate with 58:6d:8f:09:0c:6b (try 1)
Jan 11 03:09:20 localhost kernel: [13457.752521] wlan0: authenticated
Jan 11 03:09:20 localhost NetworkManager[672]: <info> (wlan0): supplicant interface state: authenticating -> associating
Jan 11 03:09:20 localhost kernel: [13457.756518] wlan0: associate with 58:6d:8f:09:0c:6b (try 1)
Jan 11 03:09:20 localhost kernel: [13457.759901] wlan0: RX AssocResp from 58:6d:8f:09:0c:6b (capab=0x411 status=18 aid=0)
Jan 11 03:09:20 localhost kernel: [13457.759905] wlan0: 58:6d:8f:09:0c:6b denied association (code=18)
Jan 11 03:09:20 localhost kernel: [13457.774023] wlan0: deauthenticating from 58:6d:8f:09:0c:6b by local choice (reason=3)
Jan 11 03:09:20 localhost NetworkManager[672]: <info> (wlan0): supplicant interface state: associating -> disconnected
Jan 11 03:09:20 localhost NetworkManager[672]: <info> (wlan0): supplicant interface state: disconnected -> scanning
Jan 11 03:09:21 localhost NetworkManager[672]: <info> (wlan0): supplicant interface state: scanning -> authenticating
Jan 11 03:09:21 localhost kernel: [13458.907625] wlan0: authenticate with 58:6d:8f:09:0c:6b (try 1)
Jan 11 03:09:21 localhost kernel: [13458.909259] wlan0: authenticated
Jan 11 03:09:21 localhost NetworkManager[672]: <info> (wlan0): supplicant interface state: authenticating -> associating
Jan 11 03:09:21 localhost kernel: [13458.913873] wlan0: associate with 58:6d:8f:09:0c:6b (try 1)
Jan 11 03:09:21 localhost kernel: [13458.916007] wlan0: RX AssocResp from 58:6d:8f:09:0c:6b (capab=0x411 status=18 aid=0)
Jan 11 03:09:21 localhost kernel: [13458.916011] wlan0: 58:6d:8f:09:0c:6b denied association (code=18)
Jan 11 03:09:21 localhost kernel: [13458.918003] wlan0: deauthenticating from 58:6d:8f:09:0c:6b by local choice (reason=3)
Jan 11 03:09:21 localhost NetworkManager[672]: <info> (wlan0): supplicant interface state: associating -> disconnected
Jan 11 03:09:21 localhost NetworkManager[672]: <warn> Activation (wlan0/wireless): association took too long.
Jan 11 03:09:21 localhost NetworkManager[672]: <info> (wlan0): device state change: config -> need-auth (reason 'none') [50 60 0]
Jan 11 03:09:21 localhost NetworkManager[672]: <warn> Activation (wlan0/wireless): asking for new secrets
Jan 11 03:09:21 localhost NetworkManager[672]: <info> (wlan0): supplicant interface state: disconnected -> inactive
Etcetera etcetera
The error has changed, but it still won't connect.
My hardware:
$ lsusb | grep -i wireless
Bus 002 Device 004: ID 148f:3072 Ralink Technology, Corp. RT3072 Wireless Adapter
Offline
Why do you reference that bug? It cannot have anything to do with that card.
Which driver are you using for it and whats blacklisted?
Does it happen for wireless-n or generally?
edit: I suppose your headline says you are using that driver and that it only happens with N .. missed that
Last edited by Strike0 (2012-01-11 20:50:05)
Offline
I've found the rt2800usb module to be a bit of a pain and instead use the Ralink drivers, which are excellent; I get my wired speed on wireless.
http://www.ralinktech.com/en/04_support … php?sn=501
They're easy to compile (the instructions are reasonably clear) - maybe give them a go and see how you get on.
You'd need to blacklist rt2800usb of course and add the relevant module to rc.conf and change the device from wlan0 to ra0 (in wicd or whatever you use to connect to the internet).
Last edited by Bazzaah (2012-01-12 08:50:39)
Offline