wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
iface office inet dhcp
iface anywhere inet dhcp
This is my /etc/wpa_supplicant/wpa_supplicant.conf:
ctrl_interface=/var/run/wpa_supplicant
network={
id_str="office"
ssid="gh-office-wlan" # = airport network name
psk="64-byte hex-string obtained with wpa_passphrase"
}
network={
id_str="anywhere"
ssid=""
key_mgmt=NONE
}
The network-admin says "wireless network eth2 active" but under
properties, the network is not selected. It appears in the pop-up menu
though and I can select it, but afterwards ping returns "network unreachable".
There is no wpa_action.log file in /var/log.
Any ideas?
Thanks in advance,
G. Heinrich
--
To UNSUBSCRIBE, email to debian-powerpc-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org