Hi! I own a ASUS WL-110 .. Since the card uses a different chip, I don't know, if this is of any use:
I also have the problem, that when I insert my card, the status light begins to blink, the panel applet shows the card as inserted and then it stops blinking.
cardmgr seems to setup the card (that's the reason, the status light lights up).
But then, there are these "eth0: Error -110 setting multicast list." errors, followed by a "pxa_pcmcia_supspend(0)" .. I tried a while, to get this "script" to mount the card manually:
#!/bin/sh
cardmgr&
echo "Remove your Card from your Zaurus and insert it again!"
sleep 10;
killall -9 cardmgr
cardctl resume 0
killall -9 dhcpcd
rm /var/run/*
dhcpcd eth0&
hope this helps..
grusz, jabbath