Hi, wicd just parses the outputs of ifconfig/iwconfig/iwlist/wpa_supplicant commands. Maybe manually executing this sequence may help you to spot the problem. Here it goes:
# ifconfig wlan0 up Now, you should be able to see the available list accessible APs: # iwlist wlan0 scan If everything is ok so far, proceed to next. # iwconfig wlan0 essid <ESSID> Than create an entry in your /etc/wpa_supplicant/wpa_supplicant.conf file. Take mine as an example: # cat /etc/wpa_supplicant/wpa_supplicant.conf ... network={ ssid="<ESSID>" psk="<PASSPHRASE>" } Now cross your fingers and hope wpa_supplicant do the rest: # wpa_supplicant -c /etc/wpa_supplicant/wpa_supplicant.conf -i wlan0 -d The debugging output should tell you more. Inform us about the progress, maybe we can help you further. Regards. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/87r5ezrbx2....@alamut.ozu.edu.tr