I have a c-1000 with Opie (Akita 3.5.4.1) and a Linksys wcf11 card which was working fine on my WEP network.
With the latest increased insecurity of WEP, I have switched the network over to WPA/PSK, and all of my other computers are working fine with it.
I have tried configuring the Z as described here
http://wiki.openzaurus.org/HowTos/roaming_..._wpa_supplicant I used the example wpa_supplicant.conf, changing this section:
# Only WPA-PSK is used. Any valid cipher combination is accepted.
network={
ssid="example"
proto=WPA
key_mgmt=WPA-PSK
pairwise=CCMP TKIP
group=CCMP TKIP WEP104 WEP40
psk=06b4be19da289f475aa46a33cb793029d4ab3db7a23ee92382eb0106c72ac7bb
priority=2
}
putting my own information in for the ssid and psk lines, and leaving everything else in the file "as-is".
When I give the ifup command it says "Sending discover..." three times and forks to background since it can't get a lease. The card is active (LED blinking) and it works with Wellenreiter, so it seems the hardware is OK.
I need help troubleshooting this. Just some additional information about what went wrong - like the ssid was wrong, or the key was refused, or the card wasn't found....
Any help will be very much appreciated.
Walt