LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Wireless Networking (https://www.linuxquestions.org/questions/linux-wireless-networking-41/)
-   -   WPA works with D-Link Router, but not Belkin Router (https://www.linuxquestions.org/questions/linux-wireless-networking-41/wpa-works-with-d-link-router-but-not-belkin-router-490424/)

Bladesonfire 10-07-2006 04:15 PM

WPA works with D-Link Router, but not Belkin Router
 
Hi! I have a Dell Inspiron 8600 that has the Intel ipw2200 b/g wireless adapter. I'm using Slackware 11, along with the 2.6.17.13 kernel. Downloaded the latest ipw2200 firmware and put them in /lib/firmware (for that is the Slackware way), installed the latest version of wpa_supplicant (thanks to Alien Bob), and proceeded to setup a wireless connection with WPA encryption to a D-Link 524 at home. Everything worked fine.

Then I go into work, where we have a Belkin F5D8230-4 router. Along with WPA, the router has MAC Address Control enabled. If I turn off WPA but leave the MAC Address Control enabled, I can connect to the router. If I turn WPA on and MAC Address Control off, it does not work. I AM typing the passphrase in correct and it's in quotes in the wpa_supplicant file. Also, I was using Ubuntu before and I had the same problem, so I'm fairly certain this is a wpa_supplicant problem.

Here's the output I get when I run wpa_supplicant (it repeats until I kill it):

Code:

Trying to associate with 00:11:50:2b:8d:59 (SSID='CStoreIT' freq=0 MHz)
CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys
Associated with 00:11:50:2b:8d:59
CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys


-dd shows a little more information (which repeats until I kill it):

Code:

wpa_driver_wext_set_wpa
wpa_driver_wext_set_key: alg=0 key_idx=0 set_tx=0 seq_len=0 key_len=0
wpa_driver_wext_set_key: alg=0 key_idx=1 set_tx=0 seq_len=0 key_len=0
wpa_driver_wext_set_key: alg=0 key_idx=2 set_tx=0 seq_len=0 key_len=0
wpa_driver_wext_set_key: alg=0 key_idx=3 set_tx=0 seq_len=0 key_len=0
wpa_driver_wext_set_countermeasures
wpa_driver_wext_set_drop_unencrypted
Setting scan request: 0 sec 100000 usec
Added interface eth1
Wireless event: cmd=0x8b06 len=8
RTM_NEWLINK, IFLA_IFNAME: Interface 'eth1' added
RTM_NEWLINK, IFLA_IFNAME: Interface 'eth1' added
State: DISCONNECTED -> SCANNING
Starting AP scan (broadcast SSID)
Scan timeout - try to get results
Received 605 bytes of scan results (3 BSSes)
Scan results: 3
Selecting BSS from priority group 3
0: 00:11:50:2b:8d:59 ssid='CStoreIT' wpa_ie_len=24 rsn_ie_len=0 caps=0x11
  selected based on WPA IE
Trying to associate with 00:11:50:2b:8d:59 (SSID='CStoreIT' freq=0 MHz)
Cancelling scan request
WPA: clearing own WPA/RSN IE
Automatic auth_alg selection: 0x1
WPA: using IEEE 802.11i/D3.0
WPA: Selected cipher suites: group 8 pairwise 8 key_mgmt 2
WPA: set AP WPA IE - hexdump(len=24): dd 16 00 50 f2 01 01 00 00 50 f2 02 01 00 00 50 f2 02 01 00 00 5
0 f2 02
WPA: clearing AP RSN IE
WPA: using GTK TKIP
WPA: using PTK TKIP
WPA: using KEY_MGMT WPA-PSK
WPA: Set own WPA IE default - hexdump(len=24): dd 16 00 50 f2 01 01 00 00 50 f2 02 01 00 00 50 f2 02 0
1 00 00 50 f2 02
No keys have been configured - skip key clearing
wpa_driver_wext_set_drop_unencrypted
State: SCANNING -> ASSOCIATING
wpa_driver_wext_associate
Setting authentication timeout: 10 sec 0 usec
EAPOL: External notification - EAP success=0
EAPOL: External notification - EAP fail=0
EAPOL: External notification - portControl=Auto
Wireless event: cmd=0x8b06 len=8
Wireless event: cmd=0x8b1a len=17
Wireless event: cmd=0x8b15 len=20
Wireless event: new AP: 00:00:00:00:00:00
Added BSSID 00:00:00:00:00:00 into blacklist
State: ASSOCIATING -> DISCONNECTED
EAPOL: External notification - portEnabled=0
EAPOL: External notification - portValid=0
EAPOL: External notification - EAP success=0
CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys

Can anyone please help me? It's annoying not having wireless access at work. Thanks.


All times are GMT -5. The time now is 10:04 PM.