On Thursday 08 Sep 2011 04:52:44 BRM wrote: > ----- Original Message ----- > > > From: Mick > > Hmm ... what is the error/warning that comes up? > > pneumo-martyr wpa_supplicant # /etc/init.d/net.wlan0 start > * Bringing up interface wlan0 > * Starting wpa_supplicant on wlan0 ... > Line 17: WPA-PSK accepted for key management, but no PSK configured. > Line 17: failed to parse network block. > Failed to read or parse configuration > '/etc/wpa_supplicant/wpa_supplicant.conf'. * start-stop-daemon: failed > to start > `/usr/sbin/wpa_supplicant' > [ !! ] * ERROR: net.wlan0 failed to start Ah! This shows that your /etc/wpa_supplicant/wpa_supplicant.conf has something wrong with it and it can't be parsed. Please check the file's access rights and its contents. This is what it looks like here: $ ls -la /etc/wpa_supplicant/wpa_supplicant.conf -rw-r--r-- 1 root root 33388 Jun 14 15:02 /etc/wpa_supplicant/wpa_supplicant.conf > > # iwlist wlan0 scanning > > Simply returns: > > wlan0 No scan results Your device has not been initiated, therefore it would not be able to scan until then. > It also returns "0". I have wlan0 logs directed to /var/log/net/wireless, > here's the output from the last attempt: > > Sep 7 23:01:43 pneumo-martyr NetworkManager: (wlan0): driver > supports SSID scans (scan_capa 0x01). Sep 7 23:01:43 pneumo-martyr > NetworkManager: (wlan0): new 802.11 WiFi device (driver: > 'b43legacy') Sep 7 23:01:43 pneumo-martyr NetworkManager: > (wlan0): exported as /org/freedesktop/NetworkManager/Devices/1 Sep 7 > 23:01:43 pneumo-martyr NetworkManager: (wlan0): now managed Sep 7 > 23:01:43 pneumo-martyr NetworkManager: (wlan0): device state > change: 1 -> 2 (reason 2) Sep 7 23:01:43 pneumo-martyr NetworkManager: > (wlan0): bringing up device. Sep 7 23:01:43 pneumo-martyr kernel: > ADDRCONF(NETDEV_UP): wlan0: link is not ready Sep 7 23:01:43 > pneumo-martyr NetworkManager: (wlan0): preparing device. Sep 7 > 23:01:43 pneumo-martyr NetworkManager: (wlan0): deactivating > device (reason: 2). Sep 7 23:01:43 pneumo-martyr NetworkManager: > (wlan0): supplicant interface state: starting -> ready Sep 7 23:01:43 > pneumo-martyr NetworkManager: (wlan0): device state change: 2 -> 3 > (reason 42) > > That's about as far as I have been able to get tonight. Just in case, can you please check that rfkill lists both soft and hard locks are *not* on? Also, what is your wireless NIC? It may be worth checking that you are still using the correct driver for your wireless chipset? http://linuxwireless.org/en/users/Drivers/b43 and that you are using the latest firmware? http://linuxwireless.org/en/users/Drivers/b43#Device_firmware_installation -- Regards, Mick