jenny tc wrote: > > > On 7/6/07, *jenny tc* <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> wrote: > > hai, > I,m attaching wpa_supplicant output file..pls have a look > > /usr/sbin/wpa_supplicant -c wireless.conf -i eth0 -Dwext -B -dd &> > wpa_supplicant.output.txt > > > > > wpa_supplicant output--------- > --------------------------------- > Initializing interface 'eth0' conf 'wireless.conf' driver 'wext' > ctrl_interface 'N/A' > Configuration file 'wireless.conf' -> '/home/jenny_tc/wireless.conf' > Reading configuration file '/home/jenny_tc/wireless.conf' > ctrl_interface='/var/run/wpa_supplicant' > Line: 3 - start of a new network block > ssid - hexdump_ascii(len=4): > 48 43 41 43 HCAC > scan_ssid=1 (0x1) > key_mgmt: 0x2 > proto: 0x1 > pairwise: 0x10 > group: 0x10 > PSK (ASCII passphrase) - hexdump_ascii(len=10): [REMOVED] > PSK (from passphrase) - hexdump(len=32): [REMOVED] > Priority group 0 > id=0 ssid='HCAC' > Initializing interface (2) 'eth0' > EAPOL: SUPP_PAE entering state DISCONNECTED > EAPOL: KEY_RX entering state NO_KEY_RECEIVE > EAPOL: SUPP_BE entering state INITIALIZE > EAP: EAP entering state DISABLED > EAPOL: External notification - portEnabled=0 > EAPOL: External notification - portValid=0 > SIOCGIWRANGE: WE(compiled)=21 WE(source)=18 enc_capa=0xf > capabilities: key_mgmt 0xf enc 0xf > Own MAC address: 00:1a:73:5c:41:89 > 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 eth0 > Daemonize..
To keep wpa_supplicant from becoming a daemon, do not use the -B switch. In addition, you should change the -dd to a -ddd, which results in further diagnostics. To reiterate, your command should be /usr/sbin/wpa_supplicant -c wireless.conf -i eth0 -Dwext -ddd &> wpa_supplicant.output.txt Larry _______________________________________________ Bcm43xx-dev mailing list [email protected] https://lists.berlios.de/mailman/listinfo/bcm43xx-dev
