Re: Need more info re: FC6 NetworkManager woes
- From: Tony Falcone <afalcone alum mit edu>
- To: Dan Williams <dcbw redhat com>
- Cc: NetworkManager-list gnome org
- Subject: Re: Need more info re: FC6 NetworkManager woes
- Date: Sat, 09 Dec 2006 15:41:18 -0500
On Fri, 2006-12-08 at 09:37 -0500, Dan Williams wrote:
> > I started trying to diagnose the problem further, using the
> > "nm-supplicant-test" tool. Accordingly, after stopping NetworkManager
> > (and NetworkManagerDispatcher), I ran
> >
> > # nm-supplicant-test eth1 /etc/wpa_supplicant/wpa_supplicant.conf
> >
> > and received the following output:
> >
> > ap_scan: 0
> > Key: ssid, Value: "ANY"
[stuff deleted]
>
> Is your wireless network _really_ called "ANY" ?
>
No, it isn't. However, I was simply copying what I thought was the most
generic (and hence least restrictive) set-up that I could find.
When I edited my wpa_supplicant.conf file so that it looks like
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=wheel
ap_scan=1
network={
mode=0
ssid="omeganet"
key_mgmt=NONE
}
and ran
# ./nm-supplicant-test eth1 /etc/wpa_supplicant/wpa_supplicant.conf
this time I got the following
ap_scan: 1
Key: mode, Value: 0
Key: ssid, Value: "omeganet"
Key: key_mgmt, Value: NONE
SUP: sending command 'INTERFACE_ADD eth1 wext /var/run/wpa_supplicant '
ioctl[SIOCSIWAUTH]: Operation not supported
WEXT auth param 7 value 0x1 - SUP: response was 'OK'
SUP: sending command 'AP_SCAN 1'
SUP: response was 'OK'
SUP: sending command 'ADD_NETWORK'
SUP: response was '0'
SUP: sending command 'SET_NETWORK 0 mode 0'
SUP: response was 'OK'
SUP: sending command 'SET_NETWORK 0 ssid "omeganet"'
SUP: response was 'OK'
SUP: sending command 'SET_NETWORK 0 key_mgmt NONE'
SUP: response was 'OK'
SUP: sending command 'ENABLE_NETWORK 0'
SUP: response was 'OK'
wpa_supplicant(5484): Global control interface '/var/run/wpa_supplicant-global'
wpa_supplicant(5484): RX global ctrl_iface - hexdump_ascii(len=49):
wpa_supplicant(5484): 49 4e 54 45 52 46 41 43 45 5f 41 44 44 20 65 74 INTERFACE_ADD et
wpa_supplicant(5484): 68 31 09 09 77 65 78 74 09 2f 76 61 72 2f 72 75 h1__wext_/var/ru
wpa_supplicant(5484): 6e 2f 77 70 61 5f 73 75 70 70 6c 69 63 61 6e 74 n/wpa_supplicant
wpa_supplicant(5484): 09 _
wpa_supplicant(5484): CTRL_IFACE GLOBAL INTERFACE_ADD 'eth1 wext /var/run/wpa_supplicant '
wpa_supplicant(5484): Initializing interface 'eth1' conf 'N/A' driver 'wext' ctrl_interface '/var/run/wpa_supplicant'
wpa_supplicant(5484): Initializing interface (2) 'eth1'
wpa_supplicant(5484): EAPOL: SUPP_PAE entering state DISCONNECTED
wpa_supplicant(5484): EAPOL: KEY_RX entering state NO_KEY_RECEIVE
wpa_supplicant(5484): EAPOL: SUPP_BE entering state INITIALIZE
wpa_supplicant(5484): EAP: EAP entering state DISABLED
wpa_supplicant(5484): EAPOL: External notification - portEnabled=0
wpa_supplicant(5484): EAPOL: External notification - portValid=0
wpa_supplicant(5484): SIOCGIWRANGE: WE(compiled)=20 WE(source)=18 enc_capa=0xf
wpa_supplicant(5484): capabilities: key_mgmt 0xf enc 0xf
wpa_supplicant(5484): Own MAC address: 00:02:8a:7a:5b:b3
wpa_supplicant(5484): wpa_driver_wext_set_wpa
wpa_supplicant(5484):
wpa_supplicant(5484): wpa_driver_wext_set_key: alg=0 key_idx=0 set_tx=0 seq_len=0 key_len=0
wpa_supplicant(5484): wpa_driver_wext_set_key: alg=0 key_idx=1 set_tx=0 seq_len=0 key_len=0
wpa_supplicant(5484): wpa_driver_wext_set_key: alg=0 key_idx=2 set_tx=0 seq_len=0 key_len=0
wpa_supplicant(5484): wpa_driver_wext_set_key: alg=0 key_idx=3 set_tx=0 seq_len=0 key_len=0
wpa_supplicant(5484): wpa_driver_wext_set_countermeasures
wpa_supplicant(5484): wpa_driver_wext_set_drop_unencrypted
wpa_supplicant(5484): Setting scan request: 0 sec 100000 usec
wpa_supplicant(5484): Added interface eth1
wpa_supplicant(5484): Wireless event: cmd=0x8b06 len=8
wpa_supplicant(5484): RX ctrl_iface - hexdump_ascii(len=9):
wpa_supplicant(5484): 41 50 5f 53 43 41 4e 20 31 AP_SCAN 1
wpa_supplicant(5484): Ignore event for foreign ifindex 2
wpa_supplicant(5484): RX ctrl_iface - hexdump_ascii(len=11):
wpa_supplicant(5484): 41 44 44 5f 4e 45 54 57 4f 52 4b ADD_NETWORK
wpa_supplicant(5484): CTRL_IFACE: ADD_NETWORK
wpa_supplicant(5484): RTM_NEWLINK, IFLA_IFNAME: Interface 'eth1' added
wpa_supplicant(5484): RX ctrl_iface - hexdump_ascii(len=20): [REMOVED]
wpa_supplicant(5484): CTRL_IFACE: SET_NETWORK id=0 name='mode'
wpa_supplicant(5484): CTRL_IFACE: value - hexdump_ascii(len=1): [REMOVED]
wpa_supplicant(5484): mode=0 (0x0)
wpa_supplicant(5484): RTM_NEWLINK, IFLA_IFNAME: Interface 'eth1' added
wpa_supplicant(5484): MOVED]
wpa_supplicant(5484): CTRL_IFACE: SET_NETWORK id=0 name='ssid'
wpa_supplicant(5484): CTRL_IFACE: value - hexdump_ascii(len=10): [REMOVED]
wpa_supplicant(5484): ssid - hexdump_ascii(len=8):
wpa_supplicant(5484): 6f 6d 65 67 61 6e 65 74 omeganet
wpa_supplicant(5484): RX ctrl_iface - hexdump_ascii(len=27): [REMOVED]
wpa_supplicant(5484): CTRL_IFACE: SET_NETWORK id=0 name='key_mgmt'
wpa_supplicant(5484): CTRL_IFACE: value - hexdump_ascii(len=4): [REMOVED]
wpa_supplicant(5484): key_mgmt: 0x4
wpa_supplicant(5484): RX ctrl_iface - hexdump_ascii(len=16):
wpa_supplicant(5484): 45 4e 41 42 4c 45 5f 4e 45 54 57 4f 52 4b 20 30 ENABLE_NETWORK 0
wpa_supplicant(5484): CTRL_IFACE: ENABLE_NETWORK id=0
wpa_supplicant(5484): Setting scan request: 0 sec 0 usec
wpa_supplicant(5484): State: DISCONNECTED -> SCANNING
wpa_supplicant(5484): Starting AP scan (broadcast SSID)
wpa_supplicant(5484): RX ctrl_iface - hexdump_ascii(len=6):
wpa_supplicant(5484): 41 54 54 41 43 48 ATTACH
wpa_supplicant(5484): CTRL_IFACE monitor attached - hexdump(len=17): 2f 77 70 61 5f 63 74 72 6c 5f 35 34 38 32 2d 32 00
wpa_supplicant(5484): Ignore event for foreign ifindex 2
wpa_supplicant(5484): Ignore event for foreign ifindex 2
wpa_supplicant(5484): Scan timeout - try to get results
wpa_supplicant(5484): Received 179 bytes of scan results (1 BSSes)
wpa_supplicant(5484): Scan results: 1
wpa_supplicant(5484): Selecting BSS from priority group 0
wpa_supplicant(5484): :41:d8:65:82 ssid='omeganet' wpa_ie_len=0 rsn_ie_len=0 caps=0x1
wpa_supplicant(5484): skip - no WPA/RSN IE
wpa_supplicant(5484): selected non-WPA AP 00:0c:41:d8:65:82 ssid='omeganet'
wpa_supplicant(5484): Trying to associate with 00:0c:41:d8:65:82 (SSID='omeganet' freq=2437 MHz)
wpa_supplicant(5484): CTRL_IFACE monitor send - hexdump(len=17): 2f 77 70 61 5f 63 74 72 6c 5f 35 34 38 32 2d 32 00
wpa_supplicant(5484): Cancelling scan request
wpa_supplicant(5484): WPA: clearing own WPA/RSN IE
wpa_supplicant(5484): Automatic auth_alg selection: 0x1
wpa_supplicant(5484): WPA: clearing AP WPA IE
wpa_supplicant(5484): WPA: clearing AP RSN IE
wpa_supplicant(5484): WPA: clearing own WPA/RSN IE
wpa_supplicant(5484): No keys have been configured - skip key clearing
wpa_supplicant(5484): wpa_driver_wext_set_drop_unencrypted
wpa_supplicant(5484): State: SCANNING -> ASSOCIATING
wpa_supplicant(5484): wpa_driver_wext_associate
wpa_supplicant(5484): Setting authentication timeout: 15 sec 0 usec
wpa_supplicant(5484): EAPOL: External notification - portControl=ForceAuthorized
wpa_supplicant(5484): Wireless event: cmd=0x8b06 len=8
wpa_supplicant(5484): Ignore event for foreign ifindex 2
wpa_supplicant(5484): Wireless event: cmd=0x8b04 len=12
wpa_supplicant(5484): Ignore event for foreign ifindex 2
wpa_supplicant(5484): RTM_NEWLINK, IFLA_IFNAME: Interface 'eth1' added
wpa_supplicant(5484): Wireless event: cmd=0x8b1a len=17
wpa_supplicant(5484): Ignore event for foreign ifindex 2
wpa_supplicant(5484): Ignore event for foreign ifindex 2
Activation (eth1/wireless): association took too long (>20s), failing activation.
sendmsg(CTRL_IFACE monitor): No such file or directory
so I am certainly getting more output, but it still looks like I am not
"associating."
Again, any help would be appreciated.
-Tony
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]