> I did iwconfig wlan0 mode Managed but with iwlist scan I get No scan > result. You have to make sure that the interface is up. Check output of "ip link show wlan0" or "ifconfig wlan0". If required put the interface up with "ip link set wlan0 up" or "ifconfig wlan0 up". Regards, Sebastian Weitzel