I just picked up one of these cards super cheap. Anyway, I found a quick work around to the suspend problem. There's a line in /etc/pcmcia/network that calls suspend, I just commented it out by adding a '#' character at the beginning of the line:
# /sbin/cardctl suspend $SOCKET
With this kludge, the card initializes successfully, does not go back to sleep, and I can then use the iwconfig and dhcpcd commands to get on the network. However, the networking applet does not work for me (it puts the card into an unuseable state), so it's command-line only for now.
[ EDIT: I just got the network applet to work. It turns out the card doesn't like having the firmware uploaded multiple times, so I changed the scripts to prevent that from happening. ]
Of course the reason I got the card was the 128 megs of flash, and right now I can do one or the other, but not both at the same time, depending on which line I activate in sandisk_plus.conf. But if I try to do both, then I get lots of dmesg errors and nothing works, so it kinda defeats the purpose...
Has anyone gotten them both to work simultaneously? Right now I'm using Cacko 1.23, does it work better on OpenZaurus?