J'ai un petit souci avec wicd: je n'arrive pas me connecter au wifi (en wpa).
Au départ j'ai essayé madwifi avec ma carte Netgear wg311v2 (atheros) mais elle n'est pas reconnue, je suis donc avec ndiswrapper.
En faisant "wpa_supplicant -i wlan0 -c /etc/wpa_supplicant.conf" j'obtiens le message:
Code : Tout sélectionner
ioctl[SIOCSIWPMKSA]: Invalid argument
ioctl[SIOCSIWPMKSA]: Invalid argument
CTRL-EVENT-SCAN-RESULTS
Trying to associate with 00:17:33:15:42:c5 (SSID='Air-Net' freq=2447 MHz)
Authentication with 00:17:33:15:42:c5 timed out.
Quand c'est bon je fait "dhcpcd wlan0" et la ça fonctionne! Mais (deuxième souci) elle ce déconnecte assez fréquemment.
Et je n'ai pas trouvé d'infos sur l'erreur "ioctl[SIOCSIWPMKSA]: Invalid argument"
Dans le rc.conf j'ai:
Code : Tout sélectionner
wlan0="dhcp"
INTERFACES=(wlan0)
Code : Tout sélectionner
wlan_eth0="eth0 mode managed essid default"
WLAN_INTERFACES=(eth0)
Code : Tout sélectionner
wlan_wlan0="wlan0 mode managed essid default"
WLAN_INTERFACES=(wlan0)
Voici mon wpa_supplicant.conf
Code : Tout sélectionner
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0
eapol_version=2
ap_scan=1
fast_reauth=1
network={
ssid="Air-Net"
scan_ssid=1
psk="XxXxXxXxXxXxXxX"
key_mgmt=WPA-PSK
proto=WPA
pairwise=TKIP
group=TKIP
}
Code : Tout sélectionner
2009/11/04 00:57:48 :: ---------------------------
2009/11/04 00:57:48 :: wicd initializing...
2009/11/04 00:57:48 :: ---------------------------
2009/11/04 00:57:48 :: wicd is version 1.6.2.2 463
2009/11/04 00:57:48 :: setting backend to external
2009/11/04 00:57:48 :: trying to load backend external
2009/11/04 00:57:49 :: successfully loaded backend external
2009/11/04 00:57:49 :: WARNING: No path found for dhclient
2009/11/04 00:57:49 :: WARNING: No path found for pump
2009/11/04 00:57:49 :: WARNING: No path found for udhcpc
2009/11/04 00:57:49 :: WARNING: No path found for kdesu
2009/11/04 00:57:49 :: WARNING: No path found for ktsuss
2009/11/04 00:57:49 :: WARNING: No path found for ip
2009/11/04 00:57:49 :: WARNING: No path found for resolvconf
2009/11/04 00:57:49 :: trying to load backend external
2009/11/04 00:57:49 :: successfully loaded backend external
2009/11/04 00:57:49 :: WARNING: No path found for dhclient
2009/11/04 00:57:49 :: WARNING: No path found for pump
2009/11/04 00:57:49 :: WARNING: No path found for udhcpc
2009/11/04 00:57:49 :: WARNING: No path found for kdesu
2009/11/04 00:57:49 :: WARNING: No path found for ktsuss
2009/11/04 00:57:49 :: WARNING: No path found for ip
2009/11/04 00:57:49 :: WARNING: No path found for resolvconf
2009/11/04 00:57:49 :: Automatically detected wireless interface wlan0
2009/11/04 00:57:49 :: setting wireless interface wlan0
2009/11/04 00:57:49 :: automatically detected wired interface eth0
2009/11/04 00:57:49 :: setting wired interface None
2009/11/04 00:57:49 :: setting wpa driver ndiswrapper
2009/11/04 00:57:49 :: setting use global dns to False
2009/11/04 00:57:49 :: setting global dns
2009/11/04 00:57:49 :: global dns servers are 208.67.222.222 208.67.220.220 None
2009/11/04 00:57:49 :: domain is None
2009/11/04 00:57:49 :: search domain is None
2009/11/04 00:57:49 :: setting automatically reconnect when connection drops True
2009/11/04 00:57:49 :: found wired_connect_mode in configuration 3
2009/11/04 00:57:49 :: Setting dhcp client to 2
2009/11/04 00:57:49 :: Wireless configuration file found...
2009/11/04 00:57:49 :: Wired configuration file found...
2009/11/04 00:57:49 :: chmoding configuration files 0600...
2009/11/04 00:57:49 :: chowning configuration files root:root...
2009/11/04 00:57:49 :: Using wireless interface...wlan0
2009/11/04 00:57:49 :: Using wired interface...
2009/11/04 00:57:49 :: scanning start
2009/11/04 00:57:49 :: ifconfig wlan0 up
2009/11/04 00:57:49 :: iwlist wlan0 scan
2009/11/04 00:57:52 :: hidden
2009/11/04 00:57:52 :: hidden
2009/11/04 00:57:52 :: scanning done
2009/11/04 00:57:52 :: found 11 networks:
2009/11/04 00:57:52 :: found use_settings_globally in configuration 1
2009/11/04 00:57:52 :: found afterscript in configuration None
2009/11/04 00:57:52 :: found postdisconnectscript in configuration None
2009/11/04 00:57:52 :: found dns_domain in configuration None
2009/11/04 00:57:52 :: found gateway in configuration None
2009/11/04 00:57:52 :: found use_global_dns in configuration 0
2009/11/04 00:57:52 :: found ip in configuration None
2009/11/04 00:57:52 :: found beforescript in configuration None
2009/11/04 00:57:52 :: found psk in configuration c298183fce908d5c0a40dd87e353f620bbe787c9ee7ae781fb6f000bbcf794fc
2009/11/04 00:57:52 :: found netmask in configuration None
2009/11/04 00:57:52 :: found key in configuration XxXxXxXxXxXxXxX
2009/11/04 00:57:52 :: found predisconnectscript in configuration None
2009/11/04 00:57:52 :: found enctype in configuration wpa
2009/11/04 00:57:52 :: found dns3 in configuration None
2009/11/04 00:57:52 :: found dns2 in configuration None
2009/11/04 00:57:52 :: found dns1 in configuration None
2009/11/04 00:57:52 :: found use_settings_globally in configuration 1
2009/11/04 00:57:52 :: found use_static_dns in configuration 0
2009/11/04 00:57:52 :: found apsk in configuration XxXxXxXxXxXxXxX
2009/11/04 00:57:52 :: found automatic in configuration False
2009/11/04 00:57:52 :: found search_domain in configuration None
2009/11/04 00:57:52 :: found essid in configuration Air-Net
2009/11/04 00:57:55 :: ifconfig wlan0
2009/11/04 00:57:55 :: iwconfig wlan0
2009/11/04 00:57:55 :: GetCurrentNetworkID: Returning -1, current network not found
2009/11/04 00:57:55 :: Autoconnecting...
2009/11/04 00:57:55 :: Starting wireless autoconnect...
2009/11/04 00:57:55 :: No wired connection present, attempting to autoconnect to wireless network
2009/11/04 00:57:55 :: scanning start
2009/11/04 00:57:55 :: ifconfig wlan0 up
2009/11/04 00:57:55 :: iwlist wlan0 scan
2009/11/04 00:57:58 :: scanning done
2009/11/04 00:57:58 :: found 11 networks:
2009/11/04 00:57:58 :: Unable to autoconnect, you'll have to manually connect
2009/11/04 00:57:58 :: iwconfig wlan0
2009/11/04 00:58:00 :: ifconfig wlan0
2009/11/04 00:58:00 :: GetCurrentNetworkID: Returning -1, current network not found
2009/11/04 00:58:00 :: Autoconnecting...
2009/11/04 00:58:00 :: Starting wireless autoconnect...
2009/11/04 00:58:00 :: No wired connection present, attempting to autoconnect to wireless network
2009/11/04 00:58:00 :: scanning start
2009/11/04 00:58:00 :: ifconfig wlan0 up
2009/11/04 00:58:00 :: iwlist wlan0 scan
2009/11/04 00:58:03 :: hidden
2009/11/04 00:58:03 :: hidden
2009/11/04 00:58:03 :: scanning done
2009/11/04 00:58:03 :: found 9 networks:
2009/11/04 00:58:03 :: Unable to autoconnect, you'll have to manually connect
2009/11/04 00:58:05 :: ifconfig wlan0
2009/11/04 00:58:05 :: iwconfig wlan0
2009/11/04 00:58:05 :: GetCurrentNetworkID: Returning -1, current network not found
2009/11/04 00:58:05 :: Autoconnecting...
2009/11/04 00:58:05 :: Starting wireless autoconnect...
2009/11/04 00:58:05 :: No wired connection present, attempting to autoconnect to wireless network
2009/11/04 00:58:05 :: scanning start
2009/11/04 00:58:05 :: ifconfig wlan0 up
2009/11/04 00:58:05 :: iwlist wlan0 scan
2009/11/04 00:58:08 :: hidden
2009/11/04 00:58:08 :: hidden
2009/11/04 00:58:08 :: hidden
2009/11/04 00:58:08 :: scanning done
2009/11/04 00:58:08 :: found 12 networks:
2009/11/04 00:58:08 :: Unable to autoconnect, you'll have to manually connect
2009/11/04 00:58:10 :: ifconfig wlan0
2009/11/04 00:58:10 :: iwconfig wlan0
2009/11/04 00:58:10 :: GetCurrentNetworkID: Returning -1, current network not found
2009/11/04 00:58:10 :: Autoconnecting...
2009/11/04 00:58:10 :: Starting wireless autoconnect...
2009/11/04 00:58:10 :: No wired connection present, attempting to autoconnect to wireless network
2009/11/04 00:58:10 :: scanning start
2009/11/04 00:58:10 :: ifconfig wlan0 up
2009/11/04 00:58:10 :: iwlist wlan0 scan
2009/11/04 00:58:13 :: hidden
2009/11/04 00:58:13 :: scanning done
2009/11/04 00:58:13 :: found 10 networks:
2009/11/04 00:58:13 :: Unable to autoconnect, you'll have to manually connect
2009/11/04 00:58:15 :: ifconfig wlan0
2009/11/04 00:58:20 :: ifconfig wlan0
2009/11/04 00:58:21 :: found window_width in configuration 685
2009/11/04 00:58:21 :: found window_height in configuration 647
2009/11/04 00:58:22 :: found window_width in configuration 685
2009/11/04 00:58:22 :: found window_height in configuration 647
2009/11/04 00:58:22 :: scanning start
2009/11/04 00:58:22 :: ifconfig wlan0 up
2009/11/04 00:58:22 :: iwlist wlan0 scan
2009/11/04 00:58:22 :: scan already in progress, skipping
2009/11/04 00:58:25 :: ifconfig wlan0
2009/11/04 00:58:25 :: hidden
2009/11/04 00:58:25 :: hidden
2009/11/04 00:58:25 :: hidden
2009/11/04 00:58:25 :: scanning done
2009/11/04 00:58:25 :: found 13 networks:
2009/11/04 00:58:26 :: iwconfig wlan0
2009/11/04 00:58:28 :: ifconfig wlan0
2009/11/04 00:58:32 :: ifconfig wlan0
2009/11/04 00:58:36 :: ifconfig wlan0
2009/11/04 00:58:40 :: ifconfig wlan0
2009/11/04 00:58:44 :: ifconfig wlan0
2009/11/04 00:58:48 :: ifconfig wlan0
2009/11/04 00:58:52 :: ifconfig wlan0
2009/11/04 00:58:56 :: ifconfig wlan0
2009/11/04 00:59:00 :: ifconfig wlan0
2009/11/04 00:59:04 :: ifconfig wlan0
2009/11/04 00:59:08 :: ifconfig wlan0
2009/11/04 00:59:08 :: Daemon going down, killing wicd-monitor...
2009/11/04 00:59:08 :: Removing PID file...
2009/11/04 00:59:08 :: Shutting down...
2009/11/04 01:02:58 :: ---------------------------
2009/11/04 01:02:58 :: wicd initializing...
2009/11/04 01:02:58 :: ---------------------------
2009/11/04 01:02:58 :: wicd is version 1.6.2.2 463
2009/11/04 01:02:58 :: setting backend to external
2009/11/04 01:02:58 :: trying to load backend external
2009/11/04 01:02:59 :: successfully loaded backend external
2009/11/04 01:02:59 :: WARNING: No path found for dhclient
2009/11/04 01:02:59 :: WARNING: No path found for pump
2009/11/04 01:02:59 :: WARNING: No path found for udhcpc
2009/11/04 01:02:59 :: WARNING: No path found for kdesu
2009/11/04 01:02:59 :: WARNING: No path found for ktsuss
2009/11/04 01:02:59 :: WARNING: No path found for ip
2009/11/04 01:02:59 :: WARNING: No path found for resolvconf
2009/11/04 01:02:59 :: trying to load backend external
2009/11/04 01:02:59 :: successfully loaded backend external
2009/11/04 01:02:59 :: WARNING: No path found for dhclient
2009/11/04 01:02:59 :: WARNING: No path found for pump
2009/11/04 01:02:59 :: WARNING: No path found for udhcpc
2009/11/04 01:02:59 :: WARNING: No path found for kdesu
2009/11/04 01:02:59 :: WARNING: No path found for ktsuss
2009/11/04 01:02:59 :: WARNING: No path found for ip
2009/11/04 01:02:59 :: WARNING: No path found for resolvconf
2009/11/04 01:02:59 :: Automatically detected wireless interface wlan0
2009/11/04 01:02:59 :: setting wireless interface wlan0
2009/11/04 01:02:59 :: automatically detected wired interface eth0
2009/11/04 01:02:59 :: setting wired interface None
2009/11/04 01:02:59 :: setting wpa driver ndiswrapper
2009/11/04 01:02:59 :: setting use global dns to False
2009/11/04 01:02:59 :: setting global dns
2009/11/04 01:02:59 :: global dns servers are 208.67.222.222 208.67.220.220 None
2009/11/04 01:02:59 :: domain is None
2009/11/04 01:02:59 :: search domain is None
2009/11/04 01:02:59 :: setting automatically reconnect when connection drops True
2009/11/04 01:02:59 :: found wired_connect_mode in configuration 3
2009/11/04 01:02:59 :: Setting dhcp client to 2
2009/11/04 01:02:59 :: Wireless configuration file found...
2009/11/04 01:02:59 :: Wired configuration file found...
2009/11/04 01:02:59 :: chmoding configuration files 0600...
2009/11/04 01:02:59 :: chowning configuration files root:root...
2009/11/04 01:02:59 :: Using wireless interface...wlan0
2009/11/04 01:02:59 :: Using wired interface...
2009/11/04 01:02:59 :: scanning start
2009/11/04 01:02:59 :: ifconfig wlan0 up
2009/11/04 01:02:59 :: iwlist wlan0 scan
2009/11/04 01:03:02 :: scanning done
2009/11/04 01:03:02 :: found 7 networks:
2009/11/04 01:03:04 :: ifconfig wlan0
2009/11/04 01:03:04 :: iwconfig wlan0
2009/11/04 01:03:04 :: GetCurrentNetworkID: Returning -1, current network not found
2009/11/04 01:03:04 :: Autoconnecting...
2009/11/04 01:03:04 :: Starting wireless autoconnect...
2009/11/04 01:03:04 :: No wired connection present, attempting to autoconnect to wireless network
2009/11/04 01:03:04 :: scanning start
2009/11/04 01:03:04 :: ifconfig wlan0 up
2009/11/04 01:03:04 :: iwlist wlan0 scan
2009/11/04 01:03:07 :: scanning done
2009/11/04 01:03:07 :: found 9 networks:
2009/11/04 01:03:07 :: Unable to autoconnect, you'll have to manually connect
2009/11/04 01:03:09 :: ifconfig wlan0
2009/11/04 01:03:09 :: iwconfig wlan0
2009/11/04 01:03:09 :: GetCurrentNetworkID: Returning -1, current network not found
2009/11/04 01:03:09 :: Autoconnecting...
2009/11/04 01:03:09 :: Starting wireless autoconnect...
2009/11/04 01:03:09 :: No wired connection present, attempting to autoconnect to wireless network
2009/11/04 01:03:09 :: scanning start
2009/11/04 01:03:09 :: ifconfig wlan0 up
2009/11/04 01:03:09 :: iwlist wlan0 scan
2009/11/04 01:03:12 :: hidden
2009/11/04 01:03:12 :: hidden
2009/11/04 01:03:12 :: scanning done
2009/11/04 01:03:12 :: found 8 networks:
2009/11/04 01:03:12 :: Unable to autoconnect, you'll have to manually connect
2009/11/04 01:03:14 :: ifconfig wlan0
2009/11/04 01:03:14 :: iwconfig wlan0
2009/11/04 01:03:14 :: GetCurrentNetworkID: Returning -1, current network not found
2009/11/04 01:03:14 :: Autoconnecting...
2009/11/04 01:03:14 :: Starting wireless autoconnect...
2009/11/04 01:03:14 :: No wired connection present, attempting to autoconnect to wireless network
2009/11/04 01:03:14 :: scanning start
2009/11/04 01:03:14 :: ifconfig wlan0 up
2009/11/04 01:03:14 :: iwlist wlan0 scan
2009/11/04 01:03:17 :: hidden
2009/11/04 01:03:17 :: scanning done
2009/11/04 01:03:17 :: found 10 networks:
2009/11/04 01:03:17 :: Unable to autoconnect, you'll have to manually connect
2009/11/04 01:03:19 :: ifconfig wlan0
2009/11/04 01:03:19 :: iwconfig wlan0
2009/11/04 01:03:19 :: GetCurrentNetworkID: Returning -1, current network not found
2009/11/04 01:03:19 :: Autoconnecting...
2009/11/04 01:03:19 :: Starting wireless autoconnect...
2009/11/04 01:03:19 :: No wired connection present, attempting to autoconnect to wireless network
2009/11/04 01:03:19 :: scanning start
2009/11/04 01:03:19 :: ifconfig wlan0 up
2009/11/04 01:03:19 :: iwlist wlan0 scan
2009/11/04 01:03:22 :: hidden
2009/11/04 01:03:22 :: hidden
2009/11/04 01:03:22 :: hidden
2009/11/04 01:03:22 :: scanning done
2009/11/04 01:03:22 :: found 13 networks:
2009/11/04 01:03:22 :: Unable to autoconnect, you'll have to manually connect
2009/11/04 01:03:24 :: ifconfig wlan0
2009/11/04 01:03:24 :: found window_width in configuration 685
2009/11/04 01:03:24 :: found window_height in configuration 647
2009/11/04 01:03:25 :: scanning start
2009/11/04 01:03:25 :: ifconfig wlan0 up
2009/11/04 01:03:25 :: iwlist wlan0 scan
2009/11/04 01:03:27 :: ifconfig wlan0
2009/11/04 01:03:28 :: hidden
2009/11/04 01:03:28 :: hidden
2009/11/04 01:03:28 :: hidden
2009/11/04 01:03:28 :: hidden
2009/11/04 01:03:28 :: scanning done
2009/11/04 01:03:28 :: found 12 networks:
2009/11/04 01:03:29 :: iwconfig wlan0
2009/11/04 01:03:29 :: ifconfig wlan0
2009/11/04 01:03:32 :: ifconfig wlan0
2009/11/04 01:03:32 :: scanning start
2009/11/04 01:03:32 :: ifconfig wlan0 up
2009/11/04 01:03:32 :: iwlist wlan0 scan
2009/11/04 01:03:36 :: ifconfig wlan0
2009/11/04 01:03:36 :: hidden
2009/11/04 01:03:36 :: hidden
2009/11/04 01:03:36 :: scanning done
2009/11/04 01:03:36 :: found 9 networks:
2009/11/04 01:03:37 :: iwconfig wlan0
2009/11/04 01:03:40 :: ifconfig wlan0
2009/11/04 01:03:44 :: ifconfig wlan0
2009/11/04 01:03:45 :: scanning start
2009/11/04 01:03:45 :: ifconfig wlan0 up
2009/11/04 01:03:45 :: iwlist wlan0 scan
2009/11/04 01:03:48 :: ifconfig wlan0
2009/11/04 01:03:48 :: hidden
2009/11/04 01:03:48 :: scanning done
2009/11/04 01:03:48 :: found 14 networks:
2009/11/04 01:03:49 :: iwconfig wlan0
2009/11/04 01:03:52 :: ifconfig wlan0
2009/11/04 01:03:56 :: ifconfig wlan0
2009/11/04 01:03:57 :: scanning start
2009/11/04 01:03:57 :: ifconfig wlan0 up
2009/11/04 01:03:57 :: iwlist wlan0 scan
2009/11/04 01:04:00 :: ifconfig wlan0
2009/11/04 01:04:02 :: hidden
2009/11/04 01:04:02 :: hidden
2009/11/04 01:04:02 :: hidden
2009/11/04 01:04:02 :: hidden
2009/11/04 01:04:02 :: hidden
2009/11/04 01:04:02 :: scanning done
2009/11/04 01:04:02 :: found 17 networks:
2009/11/04 01:04:03 :: iwconfig wlan0
2009/11/04 01:04:04 :: ifconfig wlan0
2009/11/04 01:04:08 :: ifconfig wlan0
...
...
2009/11/04 01:06:29 :: ifconfig wlan0
2009/11/04 01:06:34 :: ifconfig wlan0
2009/11/04 01:06:39 :: ifconfig wlan0
2009/11/04 01:06:39 :: iwconfig wlan0
2009/11/04 01:06:39 :: GetCurrentNetworkID: Returning -1, current network not found
2009/11/04 01:06:39 :: Autoconnecting...
2009/11/04 01:06:39 :: Starting wireless autoconnect...
2009/11/04 01:06:39 :: No wired connection present, attempting to autoconnect to wireless network
2009/11/04 01:06:39 :: scanning start
2009/11/04 01:06:39 :: ifconfig wlan0 up
2009/11/04 01:06:39 :: iwlist wlan0 scan
2009/11/04 01:06:42 :: hidden
2009/11/04 01:06:42 :: scanning done
2009/11/04 01:06:42 :: found 8 networks:
2009/11/04 01:06:42 :: found use_settings_globally in configuration 1
2009/11/04 01:06:42 :: found afterscript in configuration None
2009/11/04 01:06:42 :: found postdisconnectscript in configuration None
2009/11/04 01:06:42 :: found dns_domain in configuration None
2009/11/04 01:06:42 :: found gateway in configuration None
2009/11/04 01:06:42 :: found use_global_dns in configuration 0
2009/11/04 01:06:42 :: found ip in configuration None
2009/11/04 01:06:42 :: found beforescript in configuration None
2009/11/04 01:06:42 :: found psk in configuration c298183fce908d5c0a40dd87e353f620bbe787c9ee7ae781fb6f000bbcf794fc
2009/11/04 01:06:42 :: found netmask in configuration None
2009/11/04 01:06:42 :: found key in configuration XxXxXxXxXxXxXxX
2009/11/04 01:06:42 :: found predisconnectscript in configuration None
2009/11/04 01:06:42 :: found enctype in configuration wpa
2009/11/04 01:06:42 :: found dns3 in configuration None
2009/11/04 01:06:42 :: found dns2 in configuration None
2009/11/04 01:06:42 :: found dns1 in configuration None
2009/11/04 01:06:42 :: found use_settings_globally in configuration 1
2009/11/04 01:06:42 :: found use_static_dns in configuration 0
2009/11/04 01:06:42 :: found apsk in configuration XxXxXxXxXxXxXxX
2009/11/04 01:06:42 :: found automatic in configuration False
2009/11/04 01:06:42 :: found search_domain in configuration None
2009/11/04 01:06:42 :: found essid in configuration Air-Net
2009/11/04 01:06:42 :: Air-Net has profile
2009/11/04 01:06:42 :: Unable to autoconnect, you'll have to manually connect
2009/11/04 01:06:42 :: iwconfig wlan0
2009/11/04 01:06:44 :: ifconfig wlan0
2009/11/04 01:06:49 :: ifconfig wlan0
2009/11/04 01:06:54 :: ifconfig wlan0
...
...
2009/11/04 01:09:39 :: ifconfig wlan0
2009/11/04 01:09:44 :: ifconfig wlan0
2009/11/04 01:09:49 :: ifconfig wlan0
2009/11/04 01:09:54 :: ifconfig wlan0
2009/11/04 01:09:59 :: ifconfig wlan0
2009/11/04 01:09:59 :: iwconfig wlan0
2009/11/04 01:09:59 :: Autoconnecting...
2009/11/04 01:09:59 :: Starting wireless autoconnect...
2009/11/04 01:09:59 :: No wired connection present, attempting to autoconnect to wireless network
2009/11/04 01:09:59 :: scanning start
2009/11/04 01:09:59 :: ifconfig wlan0 up
2009/11/04 01:09:59 :: iwlist wlan0 scan
2009/11/04 01:10:02 :: hidden
2009/11/04 01:10:02 :: scanning done
2009/11/04 01:10:02 :: found 8 networks:
2009/11/04 01:10:02 :: found use_settings_globally in configuration 1
2009/11/04 01:10:02 :: found afterscript in configuration None
2009/11/04 01:10:02 :: found postdisconnectscript in configuration None
2009/11/04 01:10:02 :: found dns_domain in configuration None
2009/11/04 01:10:02 :: found gateway in configuration None
2009/11/04 01:10:02 :: found use_global_dns in configuration 0
2009/11/04 01:10:02 :: found ip in configuration None
2009/11/04 01:10:02 :: found beforescript in configuration None
2009/11/04 01:10:02 :: found psk in configuration c298183fce908d5c0a40dd87e353f620bbe787c9ee7ae781fb6f000bbcf794fc
2009/11/04 01:10:02 :: found netmask in configuration None
2009/11/04 01:10:02 :: found key in configuration XxXxXxXxXxXxXxX
2009/11/04 01:10:02 :: found predisconnectscript in configuration None
2009/11/04 01:10:02 :: found enctype in configuration wpa
2009/11/04 01:10:02 :: found dns3 in configuration None
2009/11/04 01:10:02 :: found dns2 in configuration None
2009/11/04 01:10:02 :: found dns1 in configuration None
2009/11/04 01:10:02 :: found use_settings_globally in configuration 1
2009/11/04 01:10:02 :: found use_static_dns in configuration 0
2009/11/04 01:10:02 :: found apsk in configuration XxXxXxXxXxXxXxX
2009/11/04 01:10:02 :: found automatic in configuration False
2009/11/04 01:10:02 :: found search_domain in configuration None
2009/11/04 01:10:02 :: found essid in configuration Air-Net
2009/11/04 01:10:02 :: Air-Net has profile
2009/11/04 01:10:02 :: Unable to autoconnect, you'll have to manually connect
2009/11/04 01:10:02 :: iwconfig wlan0
2009/11/04 01:10:04 :: ifconfig wlan0
2009/11/04 01:10:09 :: ifconfig wlan0
2009/11/04 01:10:14 :: ifconfig wlan0
2009/11/04 01:10:19 :: ifconfig wlan0
2009/11/04 01:10:19 :: iwconfig wlan0
2009/11/04 01:10:24 :: ifconfig wlan0
2009/11/04 01:10:24 :: iwconfig wlan0
2009/11/04 01:10:29 :: ifconfig wlan0
2009/11/04 01:10:29 :: iwconfig wlan0
2009/11/04 01:10:34 :: ifconfig wlan0
2009/11/04 01:10:34 :: iwconfig wlan0
...
...
...
2009/11/04 01:32:24 :: ifconfig wlan0
2009/11/04 01:32:24 :: iwconfig wlan0
2009/11/04 01:32:29 :: ifconfig wlan0
2009/11/04 01:32:29 :: iwconfig wlan0
2009/11/04 01:32:34 :: ifconfig wlan0
2009/11/04 01:32:34 :: iwconfig wlan0
2009/11/04 01:32:39 :: ifconfig wlan0
2009/11/04 01:32:39 :: iwconfig wlan0
2009/11/04 01:32:39 :: GetCurrentNetworkID: Returning -1, current network not found
2009/11/04 01:32:44 :: ifconfig wlan0
2009/11/04 01:32:44 :: iwconfig wlan0
2009/11/04 01:32:49 :: ifconfig wlan0
2009/11/04 01:32:49 :: GetCurrentNetworkID: Returning -1, current network not found
2009/11/04 01:32:49 :: Autoconnecting...
2009/11/04 01:32:49 :: Starting wireless autoconnect...
2009/11/04 01:32:49 :: No wired connection present, attempting to autoconnect to wireless network
2009/11/04 01:32:49 :: scanning start
2009/11/04 01:32:49 :: ifconfig wlan0 up
2009/11/04 01:32:49 :: iwlist wlan0 scan
2009/11/04 01:32:52 :: scanning done
2009/11/04 01:32:52 :: found 7 networks:
2009/11/04 01:32:52 :: found use_settings_globally in configuration 1
2009/11/04 01:32:52 :: found afterscript in configuration None
2009/11/04 01:32:52 :: found postdisconnectscript in configuration None
2009/11/04 01:32:52 :: found dns_domain in configuration None
2009/11/04 01:32:52 :: found gateway in configuration None
2009/11/04 01:32:52 :: found use_global_dns in configuration 0
2009/11/04 01:32:52 :: found ip in configuration None
2009/11/04 01:32:52 :: found beforescript in configuration None
2009/11/04 01:32:52 :: found psk in configuration c298183fce908d5c0a40dd87e353f620bbe787c9ee7ae781fb6f000bbcf794fc
2009/11/04 01:32:52 :: found netmask in configuration None
2009/11/04 01:32:52 :: found key in configuration XxXxXxXxXxXxXxX
2009/11/04 01:32:52 :: found predisconnectscript in configuration None
2009/11/04 01:32:52 :: found enctype in configuration wpa
2009/11/04 01:32:52 :: found dns3 in configuration None
2009/11/04 01:32:52 :: found dns2 in configuration None
2009/11/04 01:32:52 :: found dns1 in configuration None
2009/11/04 01:32:52 :: found use_settings_globally in configuration 1
2009/11/04 01:32:52 :: found use_static_dns in configuration 0
2009/11/04 01:32:52 :: found apsk in configuration XxXxXxXxXxXxXxX
2009/11/04 01:32:52 :: found automatic in configuration False
2009/11/04 01:32:52 :: found search_domain in configuration None
2009/11/04 01:32:52 :: found essid in configuration Air-Net
2009/11/04 01:32:52 :: Air-Net has profile
2009/11/04 01:32:52 :: Unable to autoconnect, you'll have to manually connect
2009/11/04 01:32:52 :: iwconfig wlan0
2009/11/04 01:32:54 :: ifconfig wlan0
2009/11/04 01:32:54 :: GetCurrentNetworkID: Returning -1, current network not found
2009/11/04 01:32:54 :: Autoconnecting...
2009/11/04 01:32:54 :: Starting wireless autoconnect...
2009/11/04 01:32:54 :: No wired connection present, attempting to autoconnect to wireless network
2009/11/04 01:32:54 :: scanning start
2009/11/04 01:32:54 :: ifconfig wlan0 up
2009/11/04 01:32:54 :: iwlist wlan0 scan
2009/11/04 01:32:57 :: scanning done
2009/11/04 01:32:57 :: found 7 networks:
2009/11/04 01:32:57 :: found use_settings_globally in configuration 1
2009/11/04 01:32:57 :: found afterscript in configuration None
2009/11/04 01:32:57 :: found postdisconnectscript in configuration None
2009/11/04 01:32:57 :: found dns_domain in configuration None
2009/11/04 01:32:57 :: found gateway in configuration None
2009/11/04 01:32:57 :: found use_global_dns in configuration 0
2009/11/04 01:32:57 :: found ip in configuration None
2009/11/04 01:32:57 :: found beforescript in configuration None
2009/11/04 01:32:57 :: found psk in configuration c298183fce908d5c0a40dd87e353f620bbe787c9ee7ae781fb6f000bbcf794fc
2009/11/04 01:32:57 :: found netmask in configuration None
2009/11/04 01:32:57 :: found key in configuration XxXxXxXxXxXxXxX
2009/11/04 01:32:57 :: found predisconnectscript in configuration None
2009/11/04 01:32:57 :: found enctype in configuration wpa
2009/11/04 01:32:57 :: found dns3 in configuration None
2009/11/04 01:32:57 :: found dns2 in configuration None
2009/11/04 01:32:57 :: found dns1 in configuration None
2009/11/04 01:32:57 :: found use_settings_globally in configuration 1
2009/11/04 01:32:57 :: found use_static_dns in configuration 0
2009/11/04 01:32:57 :: found apsk in configuration XxXxXxXxXxXxXxX
2009/11/04 01:32:57 :: found automatic in configuration False
2009/11/04 01:32:57 :: found search_domain in configuration None
2009/11/04 01:32:57 :: found essid in configuration Air-Net
2009/11/04 01:32:57 :: Air-Net has profile
2009/11/04 01:32:57 :: Unable to autoconnect, you'll have to manually connect
2009/11/04 01:32:57 :: iwconfig wlan0
2009/11/04 01:32:59 :: ifconfig wlan0
2009/11/04 01:32:59 :: GetCurrentNetworkID: Returning -1, current network not found
2009/11/04 01:32:59 :: Autoconnecting...
2009/11/04 01:32:59 :: Starting wireless autoconnect...
2009/11/04 01:32:59 :: No wired connection present, attempting to autoconnect to wireless network
2009/11/04 01:32:59 :: scanning start
2009/11/04 01:32:59 :: ifconfig wlan0 up
2009/11/04 01:32:59 :: iwlist wlan0 scan
2009/11/04 01:33:02 :: scanning done
2009/11/04 01:33:02 :: found 7 networks:
2009/11/04 01:33:02 :: found use_settings_globally in configuration 1
2009/11/04 01:33:02 :: found afterscript in configuration None
2009/11/04 01:33:02 :: found postdisconnectscript in configuration None
2009/11/04 01:33:02 :: found dns_domain in configuration None
2009/11/04 01:33:02 :: found gateway in configuration None
2009/11/04 01:33:02 :: found use_global_dns in configuration 0
2009/11/04 01:33:02 :: found ip in configuration None
2009/11/04 01:33:02 :: found beforescript in configuration None
2009/11/04 01:33:02 :: found psk in configuration c298183fce908d5c0a40dd87e353f620bbe787c9ee7ae781fb6f000bbcf794fc
2009/11/04 01:33:02 :: found netmask in configuration None
2009/11/04 01:33:02 :: found key in configuration XxXxXxXxXxXxXxX
2009/11/04 01:33:02 :: found predisconnectscript in configuration None
2009/11/04 01:33:02 :: found enctype in configuration wpa
2009/11/04 01:33:02 :: found dns3 in configuration None
2009/11/04 01:33:02 :: found dns2 in configuration None
2009/11/04 01:33:02 :: found dns1 in configuration None
2009/11/04 01:33:02 :: found use_settings_globally in configuration 1
2009/11/04 01:33:02 :: found use_static_dns in configuration 0
2009/11/04 01:33:02 :: found apsk in configuration XxXxXxXxXxXxXxX
2009/11/04 01:33:02 :: found automatic in configuration False
2009/11/04 01:33:02 :: found search_domain in configuration None
2009/11/04 01:33:02 :: found essid in configuration Air-Net
2009/11/04 01:33:02 :: Air-Net has profile
2009/11/04 01:33:02 :: Unable to autoconnect, you'll have to manually connect
2009/11/04 01:33:02 :: iwconfig wlan0
2009/11/04 01:33:04 :: ifconfig wlan0
2009/11/04 01:33:04 :: GetCurrentNetworkID: Returning -1, current network not found
2009/11/04 01:33:04 :: Autoconnecting...
2009/11/04 01:33:04 :: Starting wireless autoconnect...
2009/11/04 01:33:04 :: No wired connection present, attempting to autoconnect to wireless network
2009/11/04 01:33:04 :: scanning start
2009/11/04 01:33:04 :: ifconfig wlan0 up
2009/11/04 01:33:04 :: iwlist wlan0 scan
2009/11/04 01:33:07 :: scanning done
2009/11/04 01:33:07 :: found 7 networks:
2009/11/04 01:33:07 :: found use_settings_globally in configuration 1
2009/11/04 01:33:07 :: found afterscript in configuration None
2009/11/04 01:33:07 :: found postdisconnectscript in configuration None
2009/11/04 01:33:07 :: found dns_domain in configuration None
2009/11/04 01:33:07 :: found gateway in configuration None
2009/11/04 01:33:07 :: found use_global_dns in configuration 0
2009/11/04 01:33:07 :: found ip in configuration None
2009/11/04 01:33:07 :: found beforescript in configuration None
2009/11/04 01:33:07 :: found psk in configuration c298183fce908d5c0a40dd87e353f620bbe787c9ee7ae781fb6f000bbcf794fc
2009/11/04 01:33:07 :: found netmask in configuration None
2009/11/04 01:33:07 :: found key in configuration XxXxXxXxXxXxXxX
2009/11/04 01:33:07 :: found predisconnectscript in configuration None
2009/11/04 01:33:07 :: found enctype in configuration wpa
2009/11/04 01:33:07 :: found dns3 in configuration None
2009/11/04 01:33:07 :: found dns2 in configuration None
2009/11/04 01:33:07 :: found dns1 in configuration None
2009/11/04 01:33:07 :: found use_settings_globally in configuration 1
2009/11/04 01:33:07 :: found use_static_dns in configuration 0
2009/11/04 01:33:07 :: found apsk in configuration XxXxXxXxXxXxXxX
2009/11/04 01:33:07 :: found automatic in configuration False
2009/11/04 01:33:07 :: found search_domain in configuration None
2009/11/04 01:33:07 :: found essid in configuration Air-Net
2009/11/04 01:33:07 :: Air-Net has profile
2009/11/04 01:33:07 :: Unable to autoconnect, you'll have to manually connect
2009/11/04 01:33:07 :: iwconfig wlan0
2009/11/04 01:33:09 :: ifconfig wlan0
2009/11/04 01:33:14 :: ifconfig wlan0
2009/11/04 01:33:19 :: ifconfig wlan0
2009/11/04 01:33:24 :: ifconfig wlan0
...
...
2009/11/04 01:36:19 :: ifconfig wlan0
2009/11/04 01:36:24 :: ifconfig wlan0
2009/11/04 01:36:29 :: ifconfig wlan0
2009/11/04 01:36:29 :: GetCurrentNetworkID: Returning -1, current network not found
2009/11/04 01:36:29 :: Autoconnecting...
2009/11/04 01:36:29 :: Starting wireless autoconnect...
2009/11/04 01:36:29 :: No wired connection present, attempting to autoconnect to wireless network
2009/11/04 01:36:29 :: scanning start
2009/11/04 01:36:29 :: ifconfig wlan0 up
2009/11/04 01:36:29 :: iwlist wlan0 scan
2009/11/04 01:36:34 :: hidden
2009/11/04 01:36:34 :: hidden
2009/11/04 01:36:35 :: hidden
2009/11/04 01:36:35 :: scanning done
2009/11/04 01:36:35 :: found 10 networks:
2009/11/04 01:36:35 :: found use_settings_globally in configuration 1
2009/11/04 01:36:35 :: found afterscript in configuration None
2009/11/04 01:36:35 :: found postdisconnectscript in configuration None
2009/11/04 01:36:35 :: found dns_domain in configuration None
2009/11/04 01:36:35 :: found gateway in configuration None
2009/11/04 01:36:35 :: found use_global_dns in configuration 0
2009/11/04 01:36:35 :: found ip in configuration None
2009/11/04 01:36:35 :: found beforescript in configuration None
2009/11/04 01:36:35 :: found psk in configuration c298183fce908d5c0a40dd87e353f620bbe787c9ee7ae781fb6f000bbcf794fc
2009/11/04 01:36:35 :: found netmask in configuration None
2009/11/04 01:36:35 :: found key in configuration XxXxXxXxXxXxXxX
2009/11/04 01:36:35 :: found predisconnectscript in configuration None
2009/11/04 01:36:35 :: found enctype in configuration wpa
2009/11/04 01:36:35 :: found dns3 in configuration None
2009/11/04 01:36:35 :: found dns2 in configuration None
2009/11/04 01:36:35 :: found dns1 in configuration None
2009/11/04 01:36:35 :: found use_settings_globally in configuration 1
2009/11/04 01:36:35 :: found use_static_dns in configuration 0
2009/11/04 01:36:35 :: found apsk in configuration XxXxXxXxXxXxXxX
2009/11/04 01:36:35 :: found automatic in configuration False
2009/11/04 01:36:35 :: found search_domain in configuration None
2009/11/04 01:36:35 :: found essid in configuration Air-Net
2009/11/04 01:36:35 :: Air-Net has profile
2009/11/04 01:36:35 :: Unable to autoconnect, you'll have to manually connect
2009/11/04 01:36:35 :: ifconfig wlan0
2009/11/04 01:36:35 :: iwconfig wlan0
2009/11/04 01:36:40 :: ifconfig wlan0
2009/11/04 01:36:45 :: ifconfig wlan0
2009/11/04 01:36:50 :: ifconfig wlan0
2009/11/04 01:36:55 :: ifconfig wlan0
2009/11/04 01:37:00 :: ifconfig wlan0
2009/11/04 01:37:05 :: ifconfig wlan0
2009/11/04 01:37:10 :: ifconfig wlan0
2009/11/04 01:37:15 :: ifconfig wlan0
2009/11/04 01:37:20 :: ifconfig wlan0
2009/11/04 01:37:25 :: ifconfig wlan0
...