Please help me in solving this issue.

So....
          
                          
iwlist scan  
eth0      Interface doesn't support scanning.

lo        Interface doesn't support scanning.

sit0      Interface doesn't support scanning.

wmaster0  Interface doesn't support scanning.

wlan0     Scan completed :
          Cell 01 - Address: 00:1B:11:FB:9D:00
                    ESSID:"dlink"
                    Mode:Master
                    Channel:6
                    Frequency:2.437 GHz (Channel 6)
                    Quality=83/100  Signal level=-51 dBm  Noise level=-95 dBm
                    Encryption key:off
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
                              9 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s; 36 Mb/s
                              48 Mb/s; 54 Mb/s
                    Extra:tsf=0000001e7286c097
          Cell 02 - Address: 00:1D:7E:E3:8C:DD
                    ESSID:"baladei-wifi"
                    Mode:Master
                    Channel:10
                    Frequency:2.457 GHz (Channel 10)
                    Quality=96/100  Signal level=-32 dBm  Noise level=-95 dBm
                    Encryption key:on
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (1) : TKIP
                        Authentication Suites (1) : PSK
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 18 Mb/s
                              24 Mb/s; 36 Mb/s; 54 Mb/s; 6 Mb/s; 9 Mb/s
                              12 Mb/s; 48 Mb/s
                    Extra:tsf=00000000c2357a43
        

and my wireless is connecting to dlink since it is free. Mine is baladei-wifi. 

Here are the /etc/conf.d/net
          
                          
modules_wlan0=( "dhcp" "iwconfig" "wpa_supplicant")
wpa_supplicant_wlan0="-Dwext -c /etc/wpa_supplicant/wpa_supplicant.conf"
config_wlan0=("dhcp")
        

and the wpa_supplicant.conf

          
                          
ctrl_interface=/var/run/wpa_supplicant

network={
        ssid="baladei-wifi"
        proto=WPA
        key_mgmt=WPA-PSK
        pairwise=CCMP TKIP
        group=CCMP TKIP 
        psk=a077c1a5543504137b2a0d42ad045741c6173cb2bb9770a1818e6d661b968d32
}
        How can I make it to authenticate to my "baladei-wifi"?

Please help because I didn't find anything on the web to solve my issue.





      
____________________________________________________________________________________
Never miss a thing.  Make Yahoo your home page. 
http://www.yahoo.com/r/hs

Reply via email to