Thank you Walkman, I tried adding the quotes to WPA="y"
I still get no connection. Something is fundamentally wrong with my network setup.
When I insert my wifi card, it will blink at a steady rate indefinitely. This is with nothing else, such as wifi-radar running.
In Cacko, it blinks only once when I insert it, then it blinks several times only after I click the "connect" button in the GUI. Then it connects.
When I try to connect with wifi-radar in pdaxii13, it tries to acquire an IP address, but eventually fails. (no lights on my AP/router flash at all)
Once wifi-radar fails to acquire an IP, my CF card stops flashing its light.
If I try to connect again, (after the light on my CF card shut off), I still cannot acquire an IP address. (wifi-radar)
I've also tried connecting in meanie's "pdaxii13conf" through the network settings app to no avail. It gives a message that says "Unable to connect".
The network settings tool accessible through pdaxii13conf is different from the default network settings (I think this is Daniel's newer settings app.)
If you select Wifi in pdaxii13conf, you'll get wifi-radar
If you select LAN in pdaxii13conf, you now have access to a newer version of the network settings app, (complete with a WPA settings tab), and a connect and disconnect button.
The reason I tried this is because I have run out of ideas to get my wifi working in pdaxii13.
I checked the below 2 files, and the "newer/Daniel's" settings app, didn't seem to change either of these files.
Below are my 2 files:
wpa_supplicant.conf and network.opts
wpa_supplicatt.confnetwork={
ssid=my-p4
proto=WPA
pairwise=TKIP
(passphrase is here commented out: #psk=xxx-etc)
(string of chars is here: psk=long string of chars)
priority=1}
network.opts# Network adapter configuration
#
# The address format is "scheme,socket,instance,hwaddr".
#
# Note: the "network address" here is NOT the same as the IP address.
# See the Networking HOWTO. In short, the network address is the IP
# address masked by the netmask.
#
case "$ADDRESS" in
home,*,*,*)
INFO="home"
start_fn () { return; }
stop_fn () { return; }
IF_PORT=""
DHCP_HOSTNAME=""
SEARCH=""
MOUNTS=""
MTU=""
NO_CHECK=""
NO_FUSER=""
BOOTP=n
NETWORK=""
BROADCAST=""
DHCP="y"
IPADDR=""
NETMASK=""
GATEWAY=""
DNS_1=""
DNS_2=""
DNS_3=""
DOMAIN=""
WPA="y"
;;
*,*,*,*|default,*,*,*)
INFO="default"
start_fn () { return; }
stop_fn () { return; }
IF_PORT=""
DHCP_HOSTNAME=""
SEARCH=""
MOUNTS=""
MTU=""
NO_CHECK=""
NO_FUSER=""
BOOTP=n
NETWORK=""
BROADCAST=""
DHCP="y"
IPADDR=""
NETMASK=""
GATEWAY=""
DNS_1=""
DNS_2=""
DNS_3=""
DOMAIN=""
;;
esac