Can't scan or connect to WPA network since kernel upgrade

Hi guys,
I upgraded to kernel 2.6.29 earlier today and have been having trouble with scanning and connecting to WPA encrypted networks since. I'm stuck with a wired connection for the minute, but I can't have the wire going through the house for so long otherwise somebody will trip over it - probably me.
I usually use netcfg to connect to the network, but since the update that has failed.
My network called is a Belkin USB Wireless G, model number F5D705ed version 5000ed. It worked perfectly fine on 2.6.28 using the rtl8187 native drivers.
dmesg output for 2.6.29
usbcore: registered new interface driver rtl8187
rtl8187: 8187B chip detected.
wmaster0 (rtl8187): not using net_device_ops yet
wlan0 (rtl8187): not using net_device_ops yet
phy0: hwaddr 00:1c:df:47:44:c0, RTL8187BvE V0 + rtl8225z2
I can start the card up using
sudo ifconfig wlan0 up
When I attempt to scan for a wireless network, I get
sudo iwlist wlan0 scan
wlan0 No scan results
The network is WPA, and would scan fine on 2.6.28.
wpa_supplicant.conf looks like this
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel
eapol_version=1
ap_scan=1
fast_reauth=1
network={
ssid="Arazmataz"
psk="*****************"
priority=5
I should note though, that since the update - /var/run/wpa_supplicant seems to have disappeared.
network.d/profile looks like
CONNECTION="wireless"
INTERFACE=wlan0
SCAN="yes"
SECURITY="wpa"
ESSID="Arazmataz"
GATEWAY="192.168.1.1"
KEY="**************"
IP="dhcp"
IWCONFIG="rate 54M"
TIMEOUT=120
dhcpcd times out also and netcfg fails to connect. Going back to WEP seems to work ok.
iwconfig
wlan0 IEEE 802.11bg ESSID:""
Mode:Managed Frequency:2.412 GHz Access Point: Not-Associated
Tx-Power=20 dBm
Retry min limit:7 RTS thr:off Fragment thr=2352 B
Power Management:off
Link Quality:0 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
Please help!
Thanks.
Last edited by paulingham (2009-04-09 19:04:23)

brain0 wrote:So everyone whose issue is NOT solved by installing crda and configuring it, please raise your hand (paulingham, I guess you will be one of them).
*raises hand*
I've made some progress though - but still can't connect. I can now scan for a network though.
/etc/conf.d/wireless-regdom
WIRELESS_REGDOM="GB"
/var/run/wpa_supplicant still didn't exist, so I created a /var/run/wpa_supplicant folder - and saw a few success messages in the log. This allowed me to bring the card up again and scan for a network.
At this point, I was getting excited until netcfg2 still kept telling me that it couldn't associate with the network.
I installed wicd and gave that a go and got the following. I did a 'tail -f /var/log/wicd/wicd.log' and got this;
2009/04/10 15:17:10 :: Connecting to wireless network Arazmataz
2009/04/10 15:17:10 :: Putting interface down
2009/04/10 15:17:10 :: ifconfig wlan0 down
2009/04/10 15:17:10 :: Releasing DHCP leases...
2009/04/10 15:17:10 :: Setting false IP...
2009/04/10 15:17:10 :: ifconfig wlan0 0.0.0.0
2009/04/10 15:17:14 :: ifconfig eth0 0.0.0.0
2009/04/10 15:17:14 :: Stopping wpa_supplicant and any DHCP clients
2009/04/10 15:17:14 :: killall wpa_supplicant
2009/04/10 15:17:14 :: iwconfig wlan0
2009/04/10 15:17:14 :: Flushing the routing table...
2009/04/10 15:17:14 :: route del dev wlan0iwconfig wlan0
2009/04/10 15:17:14 ::
2009/04/10 15:17:14 :: route del dev eth0
2009/04/10 15:17:14 :: Generating psk...
2009/04/10 15:17:14 :: ['/usr/sbin/wpa_passphrase', 'Arazmataz', 'key commented out here']
2009/04/10 15:17:14 :: Attempting to authenticate...
2009/04/10 15:17:14 :: ['wpa_supplicant', '-B', '-i', 'wlan0', '-c',
'/var/lib/wicd/configurations/001b11ada667', '-D', 'wext']
2009/04/10 15:17:14 :: iwconfig wlan0
2009/04/10 15:17:14 :: Putting interface up...
2009/04/10 15:17:14 :: ifconfig wlan0 up
2009/04/10 15:17:18 :: iwconfig wlan0 mode managed
2009/04/10 15:17:18 :: ['iwconfig', 'wlan0', 'essid', 'Arazmataz', 'channel', '6', 'ap',
'00:1B:11:AD:A6:67']
2009/04/10 15:17:18 :: WPA_CLI RESULT IS SCANNING
2009/04/10 15:17:19 :: WPA_CLI RESULT IS SCANNING
2009/04/10 15:17:20 :: WPA_CLI RESULT IS ASSOCIATED
2009/04/10 15:17:21 :: WPA_CLI RESULT IS 4WAY_HANDSHAKE
2009/04/10 15:17:22 :: WPA_CLI RESULT IS 4WAY_HANDSHAKE
2009/04/10 15:17:23 :: WPA_CLI RESULT IS 4WAY_HANDSHAKE
2009/04/10 15:17:24 :: WPA_CLI RESULT IS SCANNING
2009/04/10 15:17:25 :: WPA_CLI RESULT IS ASSOCIATED
2009/04/10 15:17:26 :: WPA_CLI RESULT IS ASSOCIATED
2009/04/10 15:17:27 :: WPA_CLI RESULT IS 4WAY_HANDSHAKE
2009/04/10 15:17:28 :: WPA_CLI RESULT IS 4WAY_HANDSHAKE
2009/04/10 15:17:29 :: WPA_CLI RESULT IS SCANNING
2009/04/10 15:17:30 :: WPA_CLI RESULT IS ASSOCIATED
2009/04/10 15:17:31 :: WPA_CLI RESULT IS ASSOCIATED
2009/04/10 15:17:32 :: WPA_CLI RESULT IS 4WAY_HANDSHAKE
2009/04/10 15:17:33 :: WPA_CLI RESULT IS 4WAY_HANDSHAKE
2009/04/10 15:17:34 :: WPA_CLI RESULT IS SCANNING
2009/04/10 15:17:35 :: WPA_CLI RESULT IS ASSOCIATED
2009/04/10 15:17:36 :: WPA_CLI RESULT IS ASSOCIATED
2009/04/10 15:17:37 :: WPA_CLI RESULT IS 4WAY_HANDSHAKE
2009/04/10 15:17:38 :: WPA_CLI RESULT IS 4WAY_HANDSHAKE
2009/04/10 15:17:39 :: WPA_CLI RESULT IS SCANNING
2009/04/10 15:17:40 :: WPA_CLI RESULT IS ASSOCIATED
2009/04/10 15:17:41 :: WPA_CLI RESULT IS ASSOCIATED
2009/04/10 15:17:42 :: WPA_CLI RESULT IS 4WAY_HANDSHAKE
2009/04/10 15:17:43 :: WPA_CLI RESULT IS 4WAY_HANDSHAKE
2009/04/10 15:17:44 :: WPA_CLI RESULT IS SCANNING
2009/04/10 15:17:45 :: WPA_CLI RESULT IS ASSOCIATED
2009/04/10 15:17:46 :: WPA_CLI RESULT IS ASSOCIATED
2009/04/10 15:17:47 :: WPA_CLI RESULT IS 4WAY_HANDSHAKE
2009/04/10 15:17:48 :: WPA_CLI RESULT IS 4WAY_HANDSHAKE
2009/04/10 15:17:49 :: WPA_CLI RESULT IS SCANNING
2009/04/10 15:17:50 :: WPA_CLI RESULT IS ASSOCIATED
2009/04/10 15:17:51 :: WPA_CLI RESULT IS ASSOCIATED
2009/04/10 15:17:52 :: WPA_CLI RESULT IS 4WAY_HANDSHAKE
2009/04/10 15:17:53 :: WPA_CLI RESULT IS 4WAY_HANDSHAKE
2009/04/10 15:17:54 :: WPA_CLI RESULT IS SCANNING
2009/04/10 15:17:55 :: WPA_CLI RESULT IS ASSOCIATED
2009/04/10 15:17:56 :: WPA_CLI RESULT IS ASSOCIATED
2009/04/10 15:17:57 :: WPA_CLI RESULT IS 4WAY_HANDSHAKE
2009/04/10 15:17:58 :: wpa_supplicant authentication may have failed.
2009/04/10 15:17:58 :: exiting connection thread
I checked the password multiple times, and it is what it is supposed to be. Still no luck connecting.

Similar Messages

  • Can't connect to WPA network (10.4, PB) but MacBook (10.5) can

    I posted this question in another forum:
    http://discussions.apple.com/thread.jspa?threadID=1568629&tstart=0
    But maybe other PowerBook (Airport Extreme) users lurking in this forum have had problems connecting to WPA protected networks? The router is D-Link DI-524.

    I've had difficulty attaching to WPA networks with AES encryption where WPA with TKIP encryption worked just fine. The type of encryption is defined on the router.

  • [SOLVED] Cannot get wpa_supplicant to connect to WPA network

    Hello everybody,
    first of, thanks for the great wiki & forum. I am very new to linux (I've startet with Ubuntu last week) so configuring is something very new to me. Now, on topic:
    I am using a Belkin Wireless G USB Network Adapter (F5D7050 / v.4003). The Ubuntu Wiki says that the zd1211rw driver is the correct one. But: if I don't have any encryption set
    on my wireless network , I can simply connect using
    # iwconfig
    # ifconfig wlan0 up
    # iwconfig wlan0 essid <myssid>
    # dhcpcd wlan0
    so it is working, I can browse the web, etc.
    But if I re-enable WPA/WPA2 (a mixed network), I cannot connect, neither using the method described above, nor using this:
    # ifconfig wlan0 up
    # iwconfig wlan0 essid <myssid>
    # wpa_supplicant -Dwext -iwlan0 -c/etc/wpa_supplicant.conf
    If I use the wpa_supplicant method, it gives me the following error:
    Trying to associate with xx:xx:xx:xx:xx:xx (SSID='<myssid>' freq=2442 MHz)
    CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
    ioctl[SIOCSIWENCODEEXT]: No such file or directory
    Associated with xx:xx:xx:xx:xx:xx
    Authentication with xx:xx:xx:xx:xx:xx timed out.
    CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
    ioctl[SIOCSIWENCODEEXT]: No such file or directory
    And it goes on and on like that, just reprinting these lines forever until I stop the session. I have also tried ndiswrapper, madwifi, prism54 (and zd1211rw, but it says it doesn't exist), without success.
    Here's my wpa_supplicant.conf:
    ctrl_interface=DIR=/var/run/wpa_supplicant
    ctrl_interface_group=users
    network={
    ssid="<myssid>"
    key_mgmt=WPA-PSK
    pairwise=TKIP
    group=TKIP
    proto=WPA
    #psk="verysecretphrase"
    psk=xxxxxxxxxxxxxxxxxxxxxxxxxxx
    And here's (some of) my rc.conf:
    INTERFACES=(!eth0 wlan0)
    wlan0="dhcp"
    interface=(wlan0)
    gateway="default gw 192.168.01"
    ROUTES=(!gateway)
    Now, i don't know whether this is a driver problem (driver I'm using not working with WPA), a config problem (but why can I connect to unencrypted networks, then?) a router problem (I dont think so, because Windows can connect to the encrypted network without problems.), or anything else...
    I have also tried netcfg, but according to the wiki it doesn't work without a properly configured wpa_supplicant anyway, so the fact that it isn't working is not surprising.
    I have read in a lot of places about this, and many people seem to have wireless problems but none of the sollutions worked. I seem to be missing something crucial, like configurating a file. Could anyone give me a pointer? If you need additional files / outputs, let me know!
    Last edited by MrAllan (2008-12-12 19:42:53)

    First off, welcome to the Arch forums.
    I had problems initially with wpa_supplicant, as well, but that was awhile ago so I'll try to see if I can give you a little assistance.  This is my /etc/wpa_suppicant.conf.
    ctrl_interface=/var/run/wpa_supplicant
    eapol_version=1
    ap_scan=1
    fast_reauth=1
    network={
    ssid="ssid_name"
    psk=a_bunch_of_numbers_and_letters_with_no_quotation_marks
    key_mgmt=WPA-PSK
    pairwise=TKIP
    group=TKIP
    proto=WPA
    So as you can see, I don't have the ctrl_interface=DIR=...etc, so I don't know if that is your problem.  Also, did you create a /var/run/wpa_supplicant directory (this messed me up at first, even though it was mentioned in the wiki)?
    I do use netcfg, as well as wifi-radar to let me see what networks are available when I travel.  This is my /etc/network.d/wireless profile--if you want to try that.
    CONNECTION="wireless"
    INTERFACE=wlan0
    SCAN="yes"
    SECURITY="wpa-config"
    ESSID="ssid_name"
    KEY=""
    IP="static"
    IFOPTS="192.168.0.101 netmask 255.255.255.0 broadcast 192.168.0.255"
    GATEWAY="192.168.0.1"
    TIMEOUT=30
    My ip is static but I believe you just have to replace "static" with "dhcp" if you choose that.
    Don't know if any of that will help but if you can connect without encryption, wpa is likely your culprit.

  • Airport Extreme unable to connect to WPA network

    I have an iBook G4 running OS 10.3.9 and a Netgear WGT624v3 wireless router. The iBook connects well with the Netgear router using WEP encryption but using WPA Personal security I get a message that says "the wireless network does not support the requested encryption method."
    The netgear technical support people advised me that it is a configuration issue and to contact Apple to make it work properly but the only information I found there was to update the airport card firmware.
    I updated the firmware for the AirPort Extreme card to 3.90.34.0p.16 from the Apple website but that didn't solve the problem.
    In addition I have a HP Photosmart wireless all-in-one where I experience the same problem.
    If there are any suggestions, I would be forever grateful.
    iBook 1.2GHz G4 Mac OS X (10.3.9)
    iBook 1.2GHz G4   Mac OS X (10.3.9)  

    Don,
    Thank you for your reply. The article on WEP encryption is very interesting and I will use it when I use WEP.
    The article on WPA indicates that an airport extreme card with software version 3.2 or higher should work. I think I have version 4.2 which came from the AirPortSW42.dmg which I obtained from the Apple website. So I am confused because it still doesn't allow me to connect using WPA.
    Bill
    iBook 1.2GHz G4 Mac OS X (10.3.9)
    iMac 700 mhz Mac OS X (10.3.9)

  • HPC8180 Printer wont connect to wireless network, after firmware upgrade to Wireless Router

    My HPC8180 has been connecting wirelessly since I bought it sometime ago.  I recently had to upgrade the firmware on my Netcom NB9W wireless router and since then my HP wont resolve to the wireless network.
    I run the Wireless Network wizzard on the printer, select the correct SSID and enter the WEP key as per instructions.
    It then will not connect.
    The summary I print out says it passes everything except:
    No Filtering = Fail
    Connected = Not Run
    Signal Strength = Very Low (which is strange because it's about 10ft from Wireless Router).
    Other networks detected matching your network name (SSID) = No
    Summary says:
    Network Name (SSID) altnet (correct)
    IP Address = Not applicable
    Configuration Source = Not applicable
    Communication Mode = Infrastructure
    Authentication Type = Open System
    Encryption = 64-bit WEP
    I have NOT turned on mac address filtering
    Any ideas??
    This question was solved.
    View Solution.

    Your router appears to be a DSL modem router.  Those can be tricky to connect to.  Also, WEP can be problematic and is no longer a good security measure.  WEP can be broken in about 10 minutes with freeware from the internet.
    Let's do three things:
    1. Change to WPA or WPA2 encryption.  You can make up your own password.  Make it 13 or more characters, numbers and letters, upper and lower case.
    2. Reset the Network Defaults in your printer (Setup > Network area).
    3. Attach to the router in this way:
    Sometimes DSL providers have more control over the router than the printer likes.
    - Unplug the telephone line from the router
    - Turn the power off on the router, wait 30 seconds, then turn the power back on.
    - Go through the normal process of connecting the printer to the device (Wireless Setup WIzard)
    - Now find the IP address of the printer (it should be on the self-test printout), type it into a browser.
    - On that screen you will find a Networking Tab, then on the left Wireless, then the IPv4 Tab.
    - On this screen you want to set a Manual IP. You need to set an IP address outside the range that the router automatically sets (called the DHCP range). If you know what that is, set an IP outside that range but no higher than 254 (the last number in the address).
    - Use 255.255.255.0 for the subnet (unless you know it is different, if so, use that)
    - Leave the gateway and DNS blank
    - Finally, plug in the phone line, reboot the router and test.
    Say thanks by clicking "Kudos" "thumbs up" in the post that helped you.
    I am employed by HP

  • Cannot connect to the iTunes Store from my home network since I upgraded to ios 6

    I own an iPad 2 and recently upgraded to ios 6. Since then, I cannot connect to the iTunes store from my home network.  I can navigate any other site and access any other application.  I can even reach the iTunes store through My Personal Hotspot and through my office network. 
    Has anyone experienced something similar?  My network carrier is Telmex and I know for sure, they block port 25.  Any guess on whether there could be a setting impeding connection?
    Help!!!

    Hi Nickey,
    If you are having difficulty connecting to the iTunes store from your PC there are a number of things you can try to get connected again. Details are available in this article -
    Can't connect to the iTunes Store
    http://support.apple.com/kb/TS1368
    I see you have already checked to make sure your system and other software is up to date, but there are plenty of ways to continue from there.
    Thanks for using Apple Support Communities.
    Best,
    Brett L

  • My iphone 4 can't maintain a connection with my bluetooth since the iso5 upgrade.

    Ever since the upgrade was installed on my phone I've had cosmic problems like I had to uninstall and reinstall most of my apps.  But this problem is more than an annoyance.  It switches my iphone from bt to handset to speakerphone at random.  I can't have a conversation unless I turn my bluetooth off.  Once I turn it on again it starts back up.  I had no problem until I got the upgrade.  Any ideas on how to fix this?

    If this is happening on multiple computers, and you've tried the steps outlined in this article: http://support.apple.com/kb/TS1591, and tried using a known good usb cable and tried cleaning the dock connector at the bottom of the phone with a dry toothbrush and examining it for bent pins, etc., and tried restoring the phone as new, and it still isn't recognized then it's probably time to back it up and take it to the Apple store for evaluation and possible replacement.

  • I can't open pdf's from web sites since I upgraded adobe reader

    Since I upgraded adobe, I haven't been able to open pdf's directly from websites--I just get a black screen (in Safari, or a white screen in Firefox).  I can sometimes right click on the link and either download the pdf or save it as a document as a work-around to enable me to open it.

    I have the same problem.  Or similar.  A few weeks ago, i installed Adobe reader (because i had a pdf attachment that was unreadable in Preview, so i wanted to try Adobe to see if that would work; it didn't work).  Since then, i can't open PDF files on the web. I get a black screen or sometimes a white one. and i can sometimes open them indirectly, if there is the option on the link. I thought this problem started after i deleted Adobe however. I'm not sure because i wasn't expecting this problem and am not exactly sure the sequence of when things happened, but i wanted to delete Adobe reader because i had no use for it. Unfortunately, they didn't provide an uninstaller. I put the application in the trash and whatever else was in the folder, and emptied the trash, but got a lot of messages about various files not being able to be deleted because they were in use.  I think it was since then that i can't open PDF files.  Never had a problem before getting involved with Adobe Reader. Anyway,  as far as your answer goes, i have already deleted as much of it as i can. 
    Any other suggestions?  i downloaded the Adobe installer to reinstall it if that's what it takes. i need to be able to open PDF files.
    Thanks

  • Can I undo iCloud Drive? I can't access my Pages docs on iMac since I upgraded to OS 8, unless I upgrade to OS X Yosemite.  I don't need ICloud!

    Can I undo iCloud Drive? I can't access my Pages docs on iMac 10.9.5 since recent upgrade, unless I also upgrade to OS X Yosemite.  I don't need iCloud for docs.

    Hi ..
    Unfortunately, you're stuck between a rock and a hard place until Yosemite is released this fall. Hopefully sometime in October.
    http://www.tuaw.com/2014/09/16/be-aware-be-careful-be-prepared-for-icloud-drive/

  • Can't publish my website to a folder since I upgraded to Mountain Lion

    I canot publish my website to a folder since I upgraded to Mountain Lion.  It starts to upload and then quits.  What can I do to publish my website?  I use iweb.
    Angie

    Try the troubleshooting steps under "Fix iWeb" here...
    http://www.iwebformusicians.com/iWeb/iWeb-Tips.html

  • Networked CM2320nf not able to scan when connected to a networked laptop

    We have several HP LJ CM2320nf MFP printers on the network.  The scanning feature works great when using a standard pc.  However, we have found that when using a docked laptop we can not get scan to work.  The scan feature does work on the docked laptop when connected directly to the printer via USB Cable.  Why won't it work on laptops through the network?
    Will someone please help with this problem?

    We have several HP LJ CM2320nf MFP printers on the network.  The scanning feature works great when using a standard pc.  However, we have found that when using a docked laptop we can not get scan to work.  The scan feature does work on the docked laptop when connected directly to the printer via USB Cable.  Why won't it work on laptops through the network?
    Will someone please help with this problem?

  • HP Officejet Pro 8500A A910a can't automatica​lly connect to wireless network

        Product Name and Number
         HP Officejet Pro 8500A A910a
         Netgear DGN2200 Wireless Router
    Operating System
        Windows 7 32-bit
     I experience frequent power outs and whenever power is restored I have to reconnect the printer through WPS. I have followed all the instructsons here to connect automatically and I have added the wireless network details in the printers embedded server but still no luck. Anything else I can do?
    Alternatively I was thinking of connecting the printer to the router via ethernet. But how then do I get my wireless laptops to communicate with the printer to print and scan?

    HI,
    Not sure if this is fixable after an power outtage, but connecting the printer via ethernet to the router keeps printing and scanning over the network the same, as long as your wireless laptops are in the same network. After connecting the printer just reinstall the drivers on your laptop so that it gets the correct ip adres and everything should be fine.
    Say "Thanks" by clicking the Kudos Star in the post that helped you.
    Although I work for HP my posts and replies are my own
    Please mark the post that solves your problem as "Accepted Solution"

  • Unable to connect to WPA network using BCM4311 card

    I have BCM4311 wifi card. I am trying to connect to a WPA-PSK network using wpa_supplicant. Initially, I tried with b43 driver. I had installed b43-firmware from AUR. It did not work. I then tried, broadcom-wl driver. It did not work either.
    When I try to connect to the AP using wpa_supplicant, it initially connects but then disconnects. Within that window, dhcpcd is able to acquire an IP. A log is shown below.
    wlan0: SME: Trying to authenticate with <mac_id> (SSID='my_ssid' freq=2437 MHz)
    wlan0: Trying to associate with <mac_id> (SSID='my_ssid' freq=2437 MHz)
    wlan0: Associated with <mac_id>
    wlan0: WPA: Key negotiation completed with <mac_id> [PTK=CCMP GTK=CCMP]
    wlan0: CTRL-EVENT-CONNECTED - Connection to <mac_id> completed [id=0 id_str=]
    wlan0: CTRL-EVENT-DISCONNECTED bssid=<mac_id> reason=3 locally_generated=1
    wlan0: SME: Trying to authenticate with <mac_id> (SSID='my_ssid' freq=2437 MHz)
    wlan0: SME: Authentication request to the driver failed
    wlan0: Associated with <mac_id>
    wlan0: WPA: Key negotiation completed with <mac_id> [PTK=CCMP GTK=CCMP]
    wlan0: CTRL-EVENT-CONNECTED - Connection to <mac_id> completed [id=0 id_str=]
    wlan0: CTRL-EVENT-DISCONNECTED bssid=<mac_id> reason=3 locally_generated=1
    wlan0: SME: Trying to authenticate with <mac_id> (SSID='my_ssid' freq=2437 MHz)
    wlan0: Trying to associate with <mac_id> (SSID='my_ssid' freq=2437 MHz)
    wlan0: Associated with <mac_id>
    wlan0: CTRL-EVENT-DISCONNECTED bssid=<mac_id> reason=3 locally_generated=1
    wlan0: SME: Trying to authenticate with <mac_id> (SSID='my_ssid' freq=2437 MHz)
    wlan0: Trying to associate with <mac_id> (SSID='my_ssid' freq=2437 MHz)
    wlan0: Associated with <mac_id>
    wlan0: CTRL-EVENT-DISCONNECTED bssid=<mac_id> reason=3 locally_generated=1
    wlan0: SME: Trying to authenticate with <mac_id> (SSID='my_ssid' freq=2437 MHz)
    wlan0: Trying to associate with <mac_id> (SSID='my_ssid' freq=2437 MHz)
    wlan0: Associated with <mac_id>
    wlan0: CTRL-EVENT-DISCONNECTED bssid=<mac_id> reason=3 locally_generated=1
    wlan0: SME: Trying to authenticate with <mac_id> (SSID='my_ssid' freq=2437 MHz)
    wlan0: Trying to associate with <mac_id> (SSID='my_ssid' freq=2437 MHz)
    wlan0: Associated with <mac_id>
    wlan0: WPA: Key negotiation completed with <mac_id> [PTK=CCMP GTK=CCMP]
    wlan0: CTRL-EVENT-CONNECTED - Connection to <mac_id> completed [id=0 id_str=]                                                                                             
    wlan0: CTRL-EVENT-DISCONNECTED bssid=<mac_id> reason=3 locally_generated=1                                                                                                 
    wlan0: SME: Trying to authenticate with <mac_id> (SSID='my_ssid' freq=2437 MHz)                                                                                         
    wlan0: Trying to associate with <mac_id> (SSID='my_ssid' freq=2437 MHz)                                                                                                 
    wlan0: Associated with <mac_id>                                                                                                                                           
    wlan0: CTRL-EVENT-DISCONNECTED bssid=<mac_id> reason=3 locally_generated=1                                                                                                 
    wlan0: SME: Trying to authenticate with <mac_id> (SSID='my_ssid' freq=2437 MHz)                                                                                         
    wlan0: Trying to associate with <mac_id> (SSID='my_ssid' freq=2437 MHz)                                                                                                 
    wlan0: Associated with <mac_id>                                                                                                                                           
    wlan0: CTRL-EVENT-DISCONNECTED bssid=<mac_id> reason=3 locally_generated=1                                                                                                 
    wlan0: SME: Trying to authenticate with <mac_id> (SSID='my_ssid' freq=2437 MHz)                                                                                         
    wlan0: Trying to associate with <mac_id> (SSID='my_ssid' freq=2437 MHz)
    wlan0: Associated with <mac_id>
    wlan0: CTRL-EVENT-DISCONNECTED bssid=<mac_id> reason=3 locally_generated=1
    wlan0: SME: Trying to authenticate with <mac_id> (SSID='my_ssid' freq=2437 MHz)
    wlan0: Trying to associate with <mac_id> (SSID='my_ssid' freq=2437 MHz)
    wlan0: Associated with <mac_id>
    wlan0: CTRL-EVENT-DISCONNECTED bssid=<mac_id> reason=3 locally_generated=1
    wlan0: Failed to initiate AP scan
    wlan0: Failed to initiate AP scan
    wlan0: SME: Trying to authenticate with <mac_id> (SSID='my_ssid' freq=2437 MHz)
    wlan0: SME: Authentication request to the driver failed
    wlan0: Associated with <mac_id>
    wlan0: WPA: Invalid EAPOL-Key MIC when using TPTK - ignoring TPTK
    wlan0: WPA: Could not verify EAPOL-Key MIC - dropping packet
    wlan0: Authentication with <mac_id> timed out.
    wlan0: CTRL-EVENT-DISCONNECTED bssid=<mac_id> reason=3 locally_generated=1
    wlan0: WPA: 4-Way Handshake failed - pre-shared key may be incorrect
    wlan0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="my_ssid" auth_failures=1 duration=10
    wlan0: Failed to initiate AP scan
    wlan0: CTRL-EVENT-DISCONNECTED bssid=<mac_id> reason=3 locally_generated=1
    wlan0: CTRL-EVENT-DISCONNECTED bssid=<mac_id> reason=3 locally_generated=1
    wlan0: CTRL-EVENT-DISCONNECTED bssid=<mac_id> reason=3 locally_generated=1
    wlan0: CTRL-EVENT-SSID-REENABLED id=0 ssid="my_ssid"
    wlan0: SME: Trying to authenticate with <mac_id> (SSID='my_ssid' freq=2437 MHz)
    wlan0: SME: Authentication request to the driver failed
    wlan0: Associated with <mac_id>
    wlan0: WPA: Invalid EAPOL-Key MIC when using TPTK - ignoring TPTK
    wlan0: WPA: Could not verify EAPOL-Key MIC - dropping packet
    wlan0: Authentication with <mac_id> timed out.
    wlan0: CTRL-EVENT-DISCONNECTED bssid=<mac_id> reason=3 locally_generated=1
    wlan0: WPA: 4-Way Handshake failed - pre-shared key may be incorrect
    wlan0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="my_ssid" auth_failures=2 duration=20
    wlan0: Failed to initiate AP scan
    wlan0: CTRL-EVENT-DISCONNECTED bssid=<mac_id> reason=3 locally_generated=1
    wlan0: CTRL-EVENT-DISCONNECTED bssid=<mac_id> reason=3 locally_generated=1
    wlan0: CTRL-EVENT-DISCONNECTED bssid=<mac_id> reason=3 locally_generated=1
    wlan0: CTRL-EVENT-DISCONNECTED bssid=<mac_id> reason=3 locally_generated=1
    wlan0: CTRL-EVENT-SSID-REENABLED id=0 ssid="my_ssid"
    wlan0: SME: Trying to authenticate with <mac_id> (SSID='my_ssid' freq=2437 MHz)
    wlan0: Trying to associate with <mac_id> (SSID='my_ssid' freq=2437 MHz)
    wlan0: Associated with <mac_id>
    wlan0: WPA: Invalid EAPOL-Key MIC when using TPTK - ignoring TPTK
    wlan0: WPA: Could not verify EAPOL-Key MIC - dropping packet
    wlan0: Authentication with <mac_id> timed out.
    wlan0: CTRL-EVENT-DISCONNECTED bssid=<mac_id> reason=3 locally_generated=1
    wlan0: WPA: 4-Way Handshake failed - pre-shared key may be incorrect
    wlan0: CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="my_ssid" auth_failures=3 duration=20
    wlan0: Failed to initiate AP scan

    I found that with both drivers as long as dhcpcd is not started on the interface wpa_supplicant stays connected. As soon as dhcpcd is started, wpa_supplicant shows disconnection and it keeps on trying to connect.

  • MacBook Air periodically 'forgets' its connection to WPA network

    I'm hoping I can gain some insight into a persistent and annoying glitch I'm having with wireless on my brand new MB Air.
    At home, we use a new AE base station for internet access and it works flawlessly (so far). At work, we have a linksys router using WPA encryption. I connect via DHCP. I am able to connect, using the right password, and everything initially works as well as it does on my iMac, which also connects wirelessly.
    However, after a couple of minutes all of my internet services abruptly go away. Shared volumes are lost and I am unable to open any web pages. However, my airport indicates that I am still connected to the router. Turning airport off and back on temporarily relieves the problem, which always resurfaces in a minute or two.
    I'm guessing there's some sort of power-saving feature at work here. But I've poked through every system setting I can find and have not found the answer.
    With advance thanks for your help,
    EB

    Many thanks for the reply but it showed an ethernet connection before I ever migrated anything...ie new out of the box. The AppleCare guys weren't so surprised...apparently have seen it on other boxes too. They talked me through adding airport to the device list and we got that working. They had a plausible explanation on why it did that but I was so happy to see an airport connection that (as I am sure you would expect) I didn't pay enough attention to repeat it accurately here. What they could not resolve was the repeated dropping of the connection (all this before I migrated.) I reinstalled OS X unsuccessfully 3 times, with apple care's help, before giving up and putting disk 2 in without a prompt which apparently completed the install. Apple Care seemed happy with that.
    I migrated by myself following all prompts and I am sure you may be correct and I screwed that up somehow but it does not explain the hardware issues I had out of the box, brand new, unaltered by me and not of my making. Which is why I queried the hardware.
    many thanks again for your suggestions
    The migration was after all this and I did it on my own, following all instructions and prompts

  • How can I restrict who connects with WPA?

    Our current network is using WPA with having the users get authenticated via the windows domain. Anyone with a domain login can use the same credentials to log in to the wireless network.
    Is there a way to keep some users from authenticating to the wireless network?
    I was not sure if the windows domain had an option to set who can and cannot access the wireless.
    What I am trying to prevent is a user installing a wireless card into their laptop,getting the SSID from another user and the accessing the wireless network with permission.

    If your company standardizes on a given wireless NIC, you might be able to institute a MAC filter.
    If you're using WPA with server-based authentication, you can usually install a policy (i.e., with Microsoft IAS, RRAS, and the user account, you can disable wireless logins by checking / unchecking the "Dial-in" attribute).
    Are you using ACS, Microsoft, or freeRADIUS (or other RADIUS server)?
    WPA is more of an encrytion thing, which authentication scheme are you using (WPA-PSK, LEAP, PEAP, EAP-TLS, EAP-TTLS, MD5 ...)?
    IF you're using Microsoft-based authentication platforms, Microsoft has some pretty good white papers / step-by-step info on setting up their systems.
    Good Luck
    Scott

Maybe you are looking for