Wpa-supplicant and ipw3945

Hello everyone.
I've always struggled with my network configuration. I got along some time to configure it every time I reboot my computer or I wanted to use another wireless network, as I don't often reboot and wireless configuration is mostly three painless bash lines for my purpose.
But now I want to automate this annoying process. I stumbled over the Autowifi wiki article which seems to meet my needs perfectly.
Though I thought I won't experience any problems as my network configuration is fairly easy, here they are.
By now I connect to a non-encrypted wireless network by dhcp. (WPA encryption disabled for testing purpose as I thought it may be an error source.)
I can connect to my wireless network with the following commands:
# iwconfig eth1 essid wlan@alex
# dhclient eth1
I've installed wpa_supplicant according to the wiki article.
My /etc/wpa_supplicant.conf looks like this:
update_config=0
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=users
eapol_Version=1
ap_scan=0
fast_reauth=1
network={
ssid="wlan@alex"
key_mgmt=NONE
As autowifi does not work I've tried to run wpa_supplicant manually.
I ran it with this command and the output looks fine:
# wpa_supplicant -i eth1 -c /etc/wpa_supplicant.conf -dd
Output: http://pastebin.archlinux.org/12946
My autowifi configuration is left to it's defaults as I think I don't have anything to change by now:
/etc/conf.d/autowifi
INTERFACE="eth1"
CONFIG="/etc/wpa_supplicant.conf"
/etc/autowifi/networks/default
NETWORK="dhcp"
As you've guessed from the title, my wlan adapter uses the ipw3945 drivers. I read that wpa_supplicant doesn't support this driver at all, does support it if I enable it in the compiling options or does support the driver by default. What of this is true?
Thanks for your reply.
And sorry if this thread has become too long. \:

I've never used autowifi, but I thought I'd chime in to say that the ipw3945 driver does work with wpa_supplicant, and even WPA-TKIP secured networks.  I have the 3945 chipset as well and I've used wpa_supplicant with wifi-radar to connect to my own home network.  Below is an example of my wpa_supplicant settings for a secured WPA-TKIP connection (WPA Personal with Passkey authentication):
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0
ap_scan=1
fast_reauth=1
network={
    ssid="wireless-network-name"
    scan_ssid=1     # only needed if your access point uses a hidden ssid (mine does)
    key_mgmt=WPA-PSK
    proto=WPA
#    pairwise=TKIP    # wifi-radar seems to figure this out on its own, but you may need to uncomment them
#    group=TKIP    # wifi-radar seems to figure this out on its own, but you may need to uncomment them
    psk=f80c1487388b2a2150aa699ba1695024fb493d36e1c42f8327a78537a0728ade    # generated with the command below
To generate the preshared passkey, run:
$ wpa_passphrase your-network-ssid
Now enter the password at the prompt and press Enter
Copy/paste the generated code to your wpa_supplicant info
Last edited by thayer.w (2007-08-22 19:06:17)

Similar Messages

  • Problem with WPA and ipw3945

    Oi, it is me again ...
    I have a problem when trying to connect to my wireless router using WPA. The wireless works as long as I leave WPA of, and when I try the same configuration with WPA on an other notebook it does work. I have loaded ipw3945 and started ipw3945d. Without WPA the following woks correct:
    iwconfig eth1 essid network
    but when I try the following with WPA I can't connect:
    iwconfig eth1 essid yyy mode managed key restricted s:xxx
    here is some more info:
    whome (network profile)
    # Network Profile
    DESCRIPTION="Home Wireless Profile"
    # Network Settings
    INTERFACE=eth1
    HOSTNAME=hawking
    # Interface Settings (use IFOPTS="dhcp" for DHCP)
    IFOPTS="dhcp"
    GATEWAY=192.168.2.1
    # Wireless Settings (optional)
    ESSID=yyy
    IWOPTS="mode managed essid $ESSID"
    WIFI_INTERFACE=eth1 # use this if you have a special wireless interface
    # that is linked to the real $INTERFACE
    WIFI_WAIT=5 # seconds to wait for the wireless card to
    # associate before bringing the interface up
    USEWPA="yes" # start wpa_supplicant with the profile
    WPAOPTS="-D wext" # use "" for normal operation or specify additional
    # options (eg, "-D ipw")
    # see /etc/wpa_supplicant.conf for configuration
    AUTOWPA="yes" # automatically configure WPA
    PASSKEY="xxx" # wpa passkey/phrase. for use with AUTOWPA
    wpa_suppificant
    ctrl_interface=/var/run/wpa_supplicant
    ctrl_interface_group=0
    eapol_version=1
    ap_scan=1
    fast_reauth=1
    network={
    ssid="yyy"
    psk="xxx"
    key_mgmt=WPA-PSK
    proto=WPA
    dmesg tells the following about eth1:
    eth1: link is not ready
    Can someone help me with this problem, it is all very confusing trying to find a way through all the different tools and configuration files...
    <_abe>

    I have the same card.
    installed knetworkmanager (I am using kde) and provided required wpa information at first start and it works.

  • Third Party Supplicants and LEAP

    I have a Toshiba PDA using the internal wireless card and the Meeting House LEAP Supplicant, 1220 Access Points running 12.01T1code, and 2 ACS 3.1 servers. So far I have not been able to find the correct settings for the access point to allow this supplicant to correctly authenticate. I have several vlans configured and running on a test ap. On the pda vlan I have disabled MIC and TKIP and enabled a 128 bit key in key 1. I have configured the SSID to allow network eap and open require eap. Every time I try to authenticate the primary ACS server reports a failed authentication due to an unknown NAS. I have successfully authenticated from other secure vlans on this ap. Has anyone got any ideas about the Meeting House Supplicant and the correct settings for LEAP on an AP?

    I have heard that EAP-TLS is only supported in XP and not on win2k . If you want EAP-TLS support on WIN2k than you need to install some third party supplicant like meeting house. But not very sure about the settings.

  • WPA networking and Leopard

    Hello All,
    I use TLS and WPA to connect to my school's servers. I am currently running 10.4.11, and everything works fine. I would like to know (from other WPA users and possibly TLS users) whether the early problems regarding WPA and the rewritten Kerberos engine were resolved or not, so I know if I should upgrade to Leopard or not.
    Thanks!

    I am using WPA psk connections in Leopard but have not used any other types of authentication.
    As nobody else has confirmed the answer your looking for why not find out for yourself and post back your results.
    What I would suggest is to install leopard onto a portable usb2 or firewire drive. A minimal install with no printer drivers or localisations only takes 20 mins to install. Then boot your mac from that drive and see if you can connet.
    If you don't have issues then you could go ahead and upgrade your internal drive.

  • Problem with kernel 2.6.19 and ipw3945 from testing

    After kernel and ipw3945 packages update from testing my wireless network profile isn't working any more so there's something wrong with one of those. Ipw3945 module is loaded but network profile simply fails to start (maybe problems with dhcp?). With kernel and ipw3945 from current everything works fine.
    Anyone has similar problem?

    congyiwu wrote:
    The extra repository seems to already have 1.1.2... I was having the same problem so I ran "pacman -S extra/ipw3945"
    Does anyone know why pacman -Syu doesn't automatically figure out that the version in extra is newer than the version in testing?
    The extra version (i.e. the one that's been upgraded to 1.1.2) was compiled for the kernel26 package in extra (2.6.18), wheras the version in testing was compiled for the kernel26 in testing (2.6.19).  Thus the module in extra won't work if you're using the newer kernel.
    I hope the testing package gets upgraded soon, since it sucks not being able to use wireless!  I tried to update the PKGBUILD myself, but couldn't get a working module...

  • Wpa supplicant can't get it to work on boot(netcfg) [solved]

    As the title using Ralink RT2870 chipset with rt2870sta module.
    rc.conf
    NETWORKS=(wpa_suppl)
    DAEMONS=(syslog-ng netfs crond hal fam @vmware @sensors @cups network_profiles)
    All other networking bits commented out.
    cat /etc/network.d/wpa_suppl
    TIMEOUT=60
    CONNECTION='wireless'
    DESCRIPTION='A wpa_supplicant configuration based wireless connection'
    INTERFACE='wlan0'
    SECURITY='wpa-config'
    WPA_CONF='/etc/wpa_supplicant.conf'
    IP='dhcp'
    cat /etc/wpa_supplicant.conf
    ctrl_interface=/var/run/wpa_supplicant
    ctrl_interface_group=network
    update_config=1
    network={
    ssid="Myconnection"
    proto=RSN
    key_mgmt=WPA-PSK
    pairwise=CCMP TKIP
    group=CCMP TKIP
    psk=hashedsomepasskey
    On boot it doesn't connect but running netcfg wpa_suppl it works fine. I'm not sure if it is related but in my boot messages I get
    /etc/rc.d/functions: line 192: /etc/rc.d/network_profiles: No such file or directory
    Which is correct is this related have I missed something in the tuts. Its just I didn't see any mention of this part and was under the impression network.d was the correct place. Line 192 seems to be looping through the daemons so I'm not sure what is triggering this.
    Can any one point me in the correct direction as to why it is working manually but not on boot?
    Last edited by FeatherMonkey (2010-09-27 00:51:27)

    The daemon is called "net-profiles", not "network_profiles".
    Last edited by hokasch (2010-09-26 23:21:49)

  • 5800 XM WPA-PSK and network profiles problem

    Hi,
    I've just purchased a 5800XM phone, with the idea of setting up my personal email account on the device, using my office's network access point.
    The access point / router is a Comtrend 5361. The SSID is set to hidden (no broadcast), and the security is set to WPA-PSK (pre-shared key).
    On the Nokia phone I go to 'Settings -> Connectivity -> Wireless LAN' and choose 'Other (hidden netw.)'.
    Then I choose 'Connect', set the WLAN network name, the phone shows a message 'No WLAN network found', but then prompts to choose network mode (Infrastructure - Hidden),  and then password. It connects succesfully and asks for storing the network profile under offline mode, I tell it to do so, and the new profile appears under 'Network destinations -> Internet'. So until now everything seems ok.
    The problem is that after the phone disconnects from the internet, the stored profile seems to be useless, since the phone never connects automatically even if the AP is available and always shows 'Search for WLAN'. In the list the hidden access point never shows up so the only choice is repeating the steps that I mentioned above, creating a new profile every time I want to surt the net.
    Is there a solution to this, or a third party software that can do the trick?, I have OS V21.0.25, custom version 21.0.025.219.06 from Vodafone, no updates available as of today, but I've tested it with a phone that has the latest OS v30 and it shows the same behavior.
    I can't change the access point settings, so I must stick to WPA and hidden SSID, so for me this is almost a deal breaker.

    Ok, I was testing the wifi part without a sim card inserted, with a sim, the phone connects to the profile properly, but without the sim it has an odd behavior, not loading the profile and wrongly stating that it can't connect when it does (but disconnects randomly).
    So the problem is that wireless lan management doesn't work properly without a sim card.

  • WPA cisco877w and Aironet1121G

    I was trying to set up Cisco877w and Aironet1121 G as a repeater. All works fine without any security on. However when I put WPA with shared key, Access point cannot associate to router anymore. I used config example from cisco.com and it doesn't work. Can anyone help?
    interface Dot11Radio0
    description Wireless Customer LAN connection
    ip address 192.168.1.1 255.255.255.0
    ip nat inside
    ip virtual-reassembly
    encryption mode ciphers tkip
    ssid XXXX
    authentication open
    guest-mode
    authentication key-management wpa
    wpa-psk ascii pre-shared_key
    speed basic-1.0 2.0 5.5 6.0 9.0 11.0 12.0 18.0 24.0 36.0 48.0 54.0
    channel 2452
    antenna receive right
    antenna transmit right
    antenna gain 128
    station-role root
    end
    dot11 ssid XXX
    authentication open
    infrastructure-ssid
    authentication key-management wpa
    wpa-psk ascii pre-shared_key
    bridge irb
    interface Dot11Radio0
    no ip address
    no ip route-cache
    encryption mode ciphers tkip
    ssid XXX
    speed basic-1.0 basic-2.0 basic-5.5 6.0 9.0 basic-11.0 12.0 18.0 24.0 36.0 48.0
    54.0
    station-role repeater
    bridge-group 1
    bridge-group 1 subscriber-loop-control
    bridge-group 1 block-unknown-source
    no bridge-group 1 source-learning
    no bridge-group 1 unicast-flooding
    bridge-group 1 spanning-disabled
    It is giving me a message like that : DOT11-4-CANT_ASSOC
    I'm sure there is no misstype. and i cannot see any error messages on router, even while debugging.
    Cheers
    Chris

    The issue may be due to lower gain antennas installed. the best way to use directional antennas in point to multipoint places and directional antenna in point to point places.

  • WPA security and iBook

    I have searched and searched and read and read and called Buffalo and cannot solve this problem. Hope someone can help.
    I have set up a Buffalo Airstation (MHR-G54S) with my Macbook and it works just great wirelessly with WPA-PSK (AES) security enabled. However, I cannot get an iBook 500 dual USB with regualr airport card to connect to the network - the iBook "sees " the network but when I try to connect I get the message
    "there was an error joining the Airport network etc"
    The iBook has OS 10.3.9 and all system updates including Airport 4.2.
    Am I trying to do something that is not possible with the iBook?
    I have also tried to set up WEP security and that doesn't work with the Macbook or iBook but I am not sure I really understand how to set up the passwords for that even after reading the apple KB documents and posts about it.

    I have set up a Buffalo Airstation (MHR-G54S) with
    my Macbook and it works just great wirelessly with
    WPA-PSK (AES) security enabled.
    "WPA Personal" on the Mac corresponds to plain WPA, with a pre-shared key (PSK) and TKIP encryption, on non-Apple wireless routers.
    When You Can Join a WPA Network
    http://docs.info.apple.com/article.html?artnum=107795

  • Changing WPA Username and Password

    Hi Guys,
    I am quite new to Wireless. would appriciate any help on this issue.
    I am using a 891w as autonomous AP. I got some basic config from support forum.. Once configuration was done, i could see the SSID; but it was asking for username which i could not figure out. Here is the config below.
    hostname ap
    no aaa new-model
    dot11 syslog
    dot11 ssid WirelessNetwork
       vlan 1
       authentication open
       authentication key-management wpa
       guest-mode
       mbssid guest-mode
       wpa-psk ascii 7 cisco
    bridge irb
    interface Dot11Radio0
    no ip address
    no ip route-cache
    encryption vlan 1 mode ciphers aes-ccm
    encryption mode ciphers aes-ccm
    broadcast-key vlan 1 change 30
    ssid WirelessNetwork
    antenna gain 0
    station-role root
    interface Dot11Radio0.1
    encapsulation dot1Q 1 native
    no ip route-cache
    bridge-group 1
    bridge-group 1 subscriber-loop-control
    bridge-group 1 block-unknown-source
    no bridge-group 1 source-learning
    no bridge-group 1 unicast-flooding
    bridge-group 1 spanning-disabled
    interface Dot11Radio1
    no ip address
    no ip route-cache
    encryption vlan 1 mode ciphers aes-ccm
    encryption mode ciphers aes-ccm
    broadcast-key vlan 1 change 30
    ssid Wirelessnetwork
    antenna gain 0
    dfs band 3 block
    channel dfs
    station-role root
    interface Dot11Radio1.1
    encapsulation dot1Q 1 native
    no ip route-cache
    bridge-group 1
    bridge-group 1 subscriber-loop-control
    bridge-group 1 block-unknown-source
    no bridge-group 1 source-learning
    no bridge-group 1 unicast-flooding
    bridge-group 1 spanning-disabled
    interface GigabitEthernet0
    description the embedded AP GigabitEthernet 0 is an internal interface connecting AP with the host router
    no ip address
    no ip route-cache
    interface GigabitEthernet0.1
    encapsulation dot1Q 1 native
    no ip route-cache
    bridge-group 1
    no bridge-group 1 source-learning
    bridge-group 1 spanning-disabled
    interface BVI1
    ip address dhcp client-id GigabitEthernet0
    no ip route-cache
    cns dhcp
    end
    Please help me change the username and password for the SSID.
    I hope in the able example the password is cisco.
    Thanks you.

    Hi,
    This should be asking you only the password not the username as you have confired with wpa-psk. What client device are you testing this with? If this is wondows machine please choose your sececurity as WPA-Personal on the wireless profile and then it would asked for the Security Key..You will have to enter your password there. The password from the configuration i can see it as cisco.
    wpa-psk ascii 7 cisco
    Hope thats helos,
    Regards
    Najaf
    Please rate when applicable or helpful !!!

  • WLSE, WPA v1 and v2

    Using
    - WLSE 1130 Release 2.15.2
    - AP1250 IOS 12.4(10b)XXX
    Hi all,
    When creating template with WLSE, we have to choose between WPA version 1 or 2, which generate IOS :
    - authentication key-management wpa version 1
    or
    - authentication key-management wpa version 2
    With Access point older than 1250, there is no consequence, Only the "Encryption settings" will be significant, and so we can use WPAv1 AND v2 simultaneously (AES CCMP+TKIP).
    With an 1250 access point, In the SECURITY / SSID, for a SSID we have to choose between
    - WPA
    - WPA version 1
    - WPA version 2
    Th first one will permit to use v1 AND v2 simultaneously, whereas the second choice limit to version 1 and the third choice limit to version 2.
    The problem is : In WLSE, we only have TWO CHOICES : v1 or v2 exclusively ! and not the only "WPA" choice ...
    How can we specify in the template to configure the AP to use version 1 AND version 2 ?
    Thanks.
    SD.

    V1 and V2 are workprocesses in which corresponding update bundles (by using calls to corresponding update FMs) are executed.
    V1 is for primary updates (like txnl tables) while V2 is used for secondary (eg statistical LIS) updates.
    You call an update FM in such task with
    "call function '  ' in update task ..."
    More details at http://help.sap.com/saphelp_nw04/helpdata/en/e5/de86f335cd11d3acb00000e83539c3/frameset.htm
    cheers,
    Ajay

  • Wpa + Wpa Supplicant + Ad-hoc Mode + Rt73usb! Need Help!

    Hi
    i've a problem with wpa_supplicant, wpa and  the rt73usb in ad-hoc
    i don't know why but my usb-cards only work in WEP with wpa_supplicant in ad-hoc mode
    arch angelus # cat /etc/wpa_supplicant.conf
    ctrl_interface=/var/run/wpa_supplicant
    ctrl_interface_group=0
    ap_scan=2
    network={
    ssid="Linux Rockz"
    mode=1
    proto=WPA
    key_mgmt=WPA-NONE
    pairwise=NONE
    group=CCMP
    psk="12345678910"
    arch angelus #
    arch angelus # ifconfig wlan0
    wlan0 Protokoll:Ethernet Hardware Adresse 00:16:01:9a:04:c2
    inet Adresse:192.168.1.1 Bcast:192.168.1.255 Maske:255.255.255.0
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:21 errors:0 dropped:0 overruns:0 carrier:0
    Kollisionen:0 Sendewarteschlangenlänge:1000
    RX bytes:0 (0.0 B) TX bytes:3060 (2.9 KiB)
    arch angelus # iwconfig wlan0
    wlan0 IEEE 802.11bg ESSID:"Linux Rockz"
    Mode:Ad-Hoc Frequency:2.422 GHz Cell: 72:14:81:FA:CB:DC
    Tx-Power=off
    Retry min limit:7 RTS thr:off Fragment thr=2352 B
    Encryption key:E59D-3308-7FC3-B123-0639-3EC0-F0AC-7829
    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
    arch angelus #
    i've 3 pc's in the network an all with the same wpa_supplicant.conf but a different ip example PC1 129.168.1.1, PC2 192.168.1.2 and PC3 192.168.1.3.
    i can't make it workee
    HELP...

    Hi ChrisJ4203
    I have tested it at home wifi tonight. My phone and my wife's iphone (both iPhone 5 with iOS 6.0) do the same.
    With cellular data on (aka airplane mode OFF) with WIFI ON
    Wifi icon replaced by ATT's LTE icon once the phone was waken up from sleep mode; but within 2 secs, the wifi connection got reconnected again.
    With cellular data OFF (aka airplane mode ON) with WIFI ON
    WIFI icon disappeared from the top bar after both phones were waken up from sleep mode. It took a while to reconnect to the wifi network (more than 10 seconds).
    On a separate note, after i rebooted my phone, i can see it does "searching" the ATT's signal, then it shows "No Service", then next second, it shows ATT with full bars and LTE icon.
    My question is, i have never noticed the "No Service" showing up from my iPhone 4. The "No Service" shows up on my wife's phone too. When I first got her phone and was doing the installation, I had noticed the cell signal dropped from full bars to no service, then within few seconds, it went back up. I have not had time to test on her phone again, but it is something I will be monitoring for. I wonder if anyone has similar experience like this.
    anyhow, any feedback on how to fix the wifi got disconnected while in sleep mode would be very helpful.
    thanks,

  • Atheros AR5212 wireless w/wpa supplicant not working

    I've got a Lenovo Z61 laptop with the Atheros AR5212 wireless chipset.  I got it working with network manager and knetworkmanager in KDE but it wasn't connecting consistently so I went to the network profiles method of setting up the interface on boot.  Still have the same problem with it not connecting and failing.  Most of the time the only thing in the everything.log is: "ADDRCONF(NETDEV_UP): ath0: link is not ready".  Is this a problem with the madwifi driver?  Should I switch to ndiswrapper and see if that works every time?  This really has me perplexed.
    Jason
    Last edited by jason.foz (2007-10-11 02:39:42)

    Did you follow this page of the wiki:  http://wiki.archlinux.org/index.php/Ndi … supplicant    ?
    I have the same chip in my laptop & following those instructions, but substituting "dhcp" in there & where he says "wlan0", i put "ath0" instead, worked.  Follow that page up to the part where he talks about fwcutter (ignore that bit), and i also didn't use the menu/profiles system he recommended.  But making a file in /etc/network-profiles (i called it ath0), and the rest of his instructions, did work.

  • What is the WEP or WPA password, and where can I find it?

    I just bought an HP dv9013cl with wireless 802.11a/b/g and I am able to connect to my airport, but after it asks for a WEP or WPA password. What is this password and where can I find it. Thanks for the help.
    Halfpiper900

    Goto Airport Admin Utility, click on CONFIGURE. At the top of the screen that opens, click on PASSWORD, you'll see what looks like a lock. A drop down screen will show the Hex WEP password.
    Wayne.

  • [Solved] Trouble with WPA/WPA2 and wireless connections (ath9k)

    Hi, I'm having some issues with my Arch install. Right now I'm posting this from Windows so I don't have precise logs, but I mostly remember the issue so bare with me.
    I'm using ath9k with my Bigfoot Killer 1202 card (not sure what the exact model is), and I can't connect to my university's WPA/WPA2 access point. Using wpa_supplicant I get the error "4-way handshake failed - pre-shared key may be incorrect".
    So after some digging I found that I can get it to authenticate with nohwcrypt=1, but when I rmmod ath9k && modprobe ath9k nohwcrypt=1 it enumerates itself as wlan0 (instead of wlp3s0, which is what I get from booting up).
    Then I made the file /etc/modprobe.d/ath9k with the contents "options ath9k nohwcrypt=1" but it seems to still not want to connect until I rmmod && modprobe manually.
    Can someone point me in the right direction on how to fix this issue? I haven't used Arch in a few years and a lot of things have changed, and so far it seems nothing works as I expect it to. Also, how do I get my wifi card to enumerate as the same device no matter when I load ath9k? I don't care if it's called wlan0 or wlp3s0, I just want it to stay the same.
    Edit: Additional Info
    lspci
    03:00.0 Network controller: Qualcomm Atheros AR9462 Wireless Network Adapter (rev 01)
    cat /sys/module/ath9k/parameters/nohwcrypt
    [root@huxley pobegam]# cat /sys/module/ath9k/parameters/nohwcrypt
    0
    (so I guess it isn't loading from ath9k.conf on boot after all?)
    wpa_supplicant output
    <3>CTRL-EVENT-SCAN-RESULTS
    <3>WPS-AP-AVAILABLE
    <3>CTRL-EVENT-SCAN-RESULTS
    <3>WPS-AP-AVAILABLE
    <3>CTRL-EVENT-SSID-REENABLED id=0 ssid="Student"
    <3>Trying to associate with 00:19:30:6b:1b:a2 (SSID='Student' freq=2412 MHz)
    <3>Association request to the driver failed
    <3>Associated with 00:19:30:6b:1b:a2
    <4>WPA: Failed to set PTK to the driver (alg=2 keylen=32 bssid=00:19:30:6b:1b:a2)
    <3>CTRL-EVENT-DISCONNECTED bssid=00:19:30:6b:1b:a2 reason=1 locally_generated=1
    <3>WPA: 4-Way Handshake failed - pre-shared key may be incorrect
    <3>CTRL-EVENT-SSID-TEMP-DISABLED id=0 ssid="Student" auth_failures=2 duration=20
    <3>CTRL-EVENT-SCAN-RESULTS
    <3>WPS-AP-AVAILABLE
    wpa_supplicant configuration file
    [root@huxley wpa_supplicant]# cat sunyit.conf
    ctrl_interface=/var/run/wpa_supplicant
    update_config=1
    network={
    scan_ssid=1
    ssid="Student"
    proto=WPA
    key_mgmt=WPA-PSK
    pairwise=TKIP
    group=TKIP
    priority=1
    psk="Wireless@SUNYIT"
    Last edited by Pobega (2013-10-02 03:55:51)

    Update: It seems to work ONLY when I rmmod && modprobe; if I force nohwcrypt=1 at boot it doesn't seem to work. Seems kind of odd... Wonder if this is a kernel issue?
    Edit: Also updated with dmesg (because I'm an idiot and forgot to include it)
    [ 2.802118] hub 3-1:1.0: USB hub found
    [ 2.802210] hub 3-1:1.0: 6 ports detected
    [ 2.876377] e1000e 0000:00:19.0 eth0: registered PHC clock
    [ 2.876380] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) 00:90:f5:ea:54:ff
    [ 2.876382] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
    [ 2.876418] e1000e 0000:00:19.0 eth0: MAC: 11, PHY: 12, PBA No: FFFFFF-0FF
    [ 2.876688] ACPI Warning: 0x000000000000f040-0x000000000000f05f SystemIO conflicts with Region \_SB_.PCI0.SBUS.SMBI 1 (20130517/utaddress-251)
    [ 2.876697] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 2.908262] usb 4-1: new high-speed USB device number 2 using ehci-pci
    [ 2.913682] [drm] Memory usable by graphics device = 2048M
    [ 2.913687] checking generic (e0000000 7f0000) vs hw (e0000000 10000000)
    [ 2.913688] fb: conflicting fb hw usage inteldrmfb vs VESA VGA - removing generic driver
    [ 2.913702] Console: switching to colour dummy device 80x25
    [ 2.913836] i915 0000:00:02.0: setting latency timer to 64
    [ 2.948473] i915 0000:00:02.0: irq 47 for MSI/MSI-X
    [ 2.948482] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    [ 2.948483] [drm] Driver supports precise vblank timestamp query.
    [ 2.948547] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
    [ 3.032964] hub 4-1:1.0: USB hub found
    [ 3.033016] hub 4-1:1.0: 8 ports detected
    [ 3.038244] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
    [ 3.169633] e1000e 0000:00:19.0: irq 46 for MSI/MSI-X
    [ 3.221450] [drm] GMBUS [i915 gmbus vga] timed out, falling back to bit banging on pin 2
    [ 3.237256] fbcon: inteldrmfb (fb0) is primary device
    [ 3.271526] e1000e 0000:00:19.0: irq 46 for MSI/MSI-X
    [ 3.271623] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    [ 3.491212] Switched to clocksource tsc
    [ 4.027317] psmouse serio2: synaptics: Touchpad model: 1, fw: 8.1, id: 0x1e2b1, caps: 0xd00123/0x840300/0x126c00, board id: 2439, fw id: 1215751
    [ 4.066270] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio2/input/input7
    [ 4.477837] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
    [ 4.967580] Console: switching to colour frame buffer device 240x67
    [ 4.977758] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
    [ 4.977761] i915 0000:00:02.0: registered panic notifier
    [ 4.978457] acpi device:45: registered as cooling_device8
    [ 4.978479] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
    [ 4.978579] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input8
    [ 4.978690] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
    [ 4.978877] snd_hda_intel 0000:00:1b.0: irq 48 for MSI/MSI-X
    [ 4.979210] snd_hda_intel 0000:00:03.0: irq 49 for MSI/MSI-X
    [ 4.989927] hda_codec: invalid CONNECT_LIST verb 5[1]:0
    [ 4.989974] hda_codec: invalid CONNECT_LIST verb 6[1]:0
    [ 4.990029] hda_codec: invalid CONNECT_LIST verb 7[1]:0
    [ 4.991935] input: HDA Intel MID HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card0/input9
    [ 4.992031] input: HDA Intel MID HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input10
    [ 4.992087] input: HDA Intel MID HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input11
    [ 4.994100] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input12
    [ 4.994171] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input13
    [ 6.977361] wlan0: authenticate with 00:1d:45:cd:c1:c2
    [ 6.987213] wlan0: send auth to 00:1d:45:cd:c1:c2 (try 1/3)
    [ 6.988904] wlan0: authenticated
    [ 6.989040] ath9k 0000:03:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
    [ 6.989044] ath9k 0000:03:00.0 wlan0: disabling HT as WMM/QoS is not supported by the AP
    [ 6.989046] ath9k 0000:03:00.0 wlan0: disabling VHT as WMM/QoS is not supported by the AP
    [ 6.990123] wlan0: associate with 00:1d:45:cd:c1:c2 (try 1/3)
    [ 6.993437] wlan0: RX AssocResp from 00:1d:45:cd:c1:c2 (capab=0x431 status=0 aid=9)
    [ 6.993577] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
    [ 6.993624] wlan0: associated
    [ 6.998736] wlan0: deauthenticating from 00:1d:45:cd:c1:c2 by local choice (reason=1)
    [ 7.002835] cfg80211: Calling CRDA for country: US
    [ 24.197672] wlan0: authenticate with 00:1d:45:cd:c1:c2
    [ 24.207666] wlan0: send auth to 00:1d:45:cd:c1:c2 (try 1/3)
    [ 24.209338] wlan0: authenticated
    [ 24.209468] ath9k 0000:03:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
    [ 24.209472] ath9k 0000:03:00.0 wlan0: disabling HT as WMM/QoS is not supported by the AP
    [ 24.209474] ath9k 0000:03:00.0 wlan0: disabling VHT as WMM/QoS is not supported by the AP
    [ 24.210593] wlan0: associate with 00:1d:45:cd:c1:c2 (try 1/3)
    [ 24.213338] wlan0: RX AssocResp from 00:1d:45:cd:c1:c2 (capab=0x31 status=0 aid=9)
    [ 24.213481] wlan0: associated
    [ 24.221396] wlan0: deauthenticating from 00:1d:45:cd:c1:c2 by local choice (reason=1)
    [ 24.225880] cfg80211: Calling CRDA to update world regulatory domain
    [ 50.045002] wlan0: authenticate with 00:19:30:6b:1b:a2
    [ 50.054957] wlan0: send auth to 00:19:30:6b:1b:a2 (try 1/3)
    [ 50.056639] wlan0: authenticated
    [ 50.056775] ath9k 0000:03:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
    [ 50.056779] ath9k 0000:03:00.0 wlan0: disabling HT as WMM/QoS is not supported by the AP
    [ 50.056781] ath9k 0000:03:00.0 wlan0: disabling VHT as WMM/QoS is not supported by the AP
    [ 50.057899] wlan0: associate with 00:19:30:6b:1b:a2 (try 1/3)
    [ 50.061270] wlan0: RX AssocResp from 00:19:30:6b:1b:a2 (capab=0x431 status=0 aid=89)
    [ 50.061426] wlan0: associated
    [ 50.073874] wlan0: deauthenticating from 00:19:30:6b:1b:a2 by local choice (reason=1)
    [ 50.078661] cfg80211: Calling CRDA to update world regulatory domain
    [ 75.892318] wlan0: authenticate with 00:1d:45:cd:c1:c2
    [ 75.902267] wlan0: send auth to 00:1d:45:cd:c1:c2 (try 1/3)
    [ 75.904108] wlan0: authenticated
    [ 75.904254] ath9k 0000:03:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
    [ 75.904256] ath9k 0000:03:00.0 wlan0: disabling HT as WMM/QoS is not supported by the AP
    [ 75.904257] ath9k 0000:03:00.0 wlan0: disabling VHT as WMM/QoS is not supported by the AP
    [ 75.905145] wlan0: associate with 00:1d:45:cd:c1:c2 (try 1/3)
    [ 75.908344] wlan0: RX AssocResp from 00:1d:45:cd:c1:c2 (capab=0x401 status=17 aid=0)
    [ 75.908348] wlan0: 00:1d:45:cd:c1:c2 denied association (code=17)
    [ 75.918844] wlan0: deauthenticating from 00:1d:45:cd:c1:c2 by local choice (reason=3)
    [ 86.045293] wlan0: authenticate with 00:19:30:6b:1b:52
    [ 86.059226] wlan0: send auth to 00:19:30:6b:1b:52 (try 1/3)
    [ 86.061328] wlan0: authenticated
    [ 86.061475] ath9k 0000:03:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
    [ 86.061477] ath9k 0000:03:00.0 wlan0: disabling HT as WMM/QoS is not supported by the AP
    [ 86.061478] ath9k 0000:03:00.0 wlan0: disabling VHT as WMM/QoS is not supported by the AP
    [ 86.064853] wlan0: associate with 00:19:30:6b:1b:52 (try 1/3)
    [ 86.169949] wlan0: associate with 00:19:30:6b:1b:52 (try 2/3)
    [ 86.179194] wlan0: RX AssocResp from 00:19:30:6b:1b:52 (capab=0x431 status=0 aid=22)
    [ 86.179323] wlan0: associated
    [ 89.123073] wlan0: deauthenticated from 00:19:30:6b:1b:52 (Reason: 4)
    [ 89.147287] cfg80211: Calling CRDA for country: US
    [ 105.770381] e1000e: eth0 NIC Link is Up 100 Mbps Full Duplex, Flow Control: None
    [ 105.770386] e1000e 0000:00:19.0 eth0: 10/100 speed: disabling TSO
    [ 105.770418] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    [ 114.898216] wlan0: authenticate with 00:19:30:6b:1b:a2
    [ 114.912130] wlan0: send auth to 00:19:30:6b:1b:a2 (try 1/3)
    [ 114.914102] wlan0: authenticated
    [ 114.914235] ath9k 0000:03:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
    [ 114.914239] ath9k 0000:03:00.0 wlan0: disabling HT as WMM/QoS is not supported by the AP
    [ 114.914241] ath9k 0000:03:00.0 wlan0: disabling VHT as WMM/QoS is not supported by the AP
    [ 114.914348] wlan0: associate with 00:19:30:6b:1b:a2 (try 1/3)
    [ 114.916916] wlan0: RX AssocResp from 00:19:30:6b:1b:a2 (capab=0x401 status=17 aid=0)
    [ 114.916920] wlan0: 00:19:30:6b:1b:a2 denied association (code=17)
    [ 114.937999] wlan0: deauthenticating from 00:19:30:6b:1b:a2 by local choice (reason=3)
    [ 125.064495] wlan0: authenticate with 00:19:30:6b:1b:52
    [ 125.078431] wlan0: send auth to 00:19:30:6b:1b:52 (try 1/3)
    [ 125.081945] wlan0: authenticated
    [ 125.082083] ath9k 0000:03:00.0 wlan0: disabling HT/VHT due to WEP/TKIP use
    [ 125.082094] ath9k 0000:03:00.0 wlan0: disabling HT as WMM/QoS is not supported by the AP
    [ 125.082095] ath9k 0000:03:00.0 wlan0: disabling VHT as WMM/QoS is not supported by the AP
    [ 125.084061] wlan0: associate with 00:19:30:6b:1b:52 (try 1/3)
    [ 125.098558] wlan0: RX AssocResp from 00:19:30:6b:1b:52 (capab=0x431 status=0 aid=22)
    [ 125.098683] wlan0: associated
    [ 127.937457] wlan0: deauthenticated from 00:19:30:6b:1b:52 (Reason: 4)
    [ 127.959914] cfg80211: Calling CRDA to update world regulatory domain
    Edit: I ended up solving my problem -- the issue I was running into was that ath9k was baked into my initrd without nohwcrypt=1. I opted to `mkinitcpio` again without MODULES='ath9k' -- alternatively, you could add a modprobe.d file to FILES= to get it to work, but I just figured this is simpler.
    Last edited by Pobega (2013-10-02 03:57:27)

Maybe you are looking for

  • Weblogic Integration Sample is available for download from developer site

    Hi, All, The Weblogic Integration 2.0 Sample is available for download from the developer site: http://developer.bea.com/ftp_bin/download/code/wliSample_1.zip This sample shows how to develop a standard based integration solution within and across en

  • CSS in JEditorPane

    ello, how do i get this A, A:Visted, A:Active{ color:#333399; text-decoration:underline; A:Hover{ color:#FF6600; text-decoration:underline; to work in a JEditorPane. i looked around the forum and no one seems to know.

  • Notes Sync- 2 iPhones, 1 Mac

    Hi all A question I was unable to get an answer from anyone @ the 5th Ave NYC Apple store: We have 2 iPhones synced separately to 1 iTunes account/library on the Home iMac, using the same user account on the iMac too. If we sync Notes, do 2 separate

  • What is Windows Presentation Foundation and why is a plugin necessary?

    Thank you for your willingness to listen. What is WPF? Does it do something helpful? Foxfire plugin site gives option for its plugin (of unknown origin), thus giving it some legitimacy. But some writing on Google have labeled it as a "sneaky deal" fo

  • Add background audio to my Project Siena App

    I want my audio player to play the song even if the application is minimized.... Please Help.... Searched many forums but Didn't find audtag.setAttribute("msAudioCategory", "BackgroundCapableMedia"); or <audio id="audtag" autoplay="true" msaudiocateg