OK, to update my sleepy last post -
The trick to get the Spectrum24 Card to work on the C1000 was to follow these directons first
To get the Symbol Wireless Networker working with the C3000:
Enter these commands into the terminal:
su
cd /home/etc/pcmcia
vi spectrum.conf
Delete the # from the begining of the second line
Enter a # at the beginning of the third line
Save the changes
Reboot
You can replace the reboot with this command as su in terminal
/etc/rc.d/init.d/pcmcia restart
The reinsert your wireless card into the Zaurus.
Next in the Network app - select the wizard and " LAN Card" and do a detect and click yes onto the end - this will add a "Common LAN Card" to the settings (and not a Wireless LAN Card) - strange as it may seem but the LAN card at least brings to life the wireless card and I can see some light activity on the card.
To get connected with your wireless access point (even with WEP enabled)
go to terminal and enter the command
iwconfig eth0 essid "xxxxxxx" key <key code in hex>
Now you can click onthe globe connect button and say connect using the Common LAN card and lo and behold - its actually connects to the wireless internet.
---------------------------------------
I dont know why the Wireless LAN Card setting never works.
I tried editing the Card info in Spectrum.conf and used the bind to "prism2_cs", but that doesnt work. I thought the Spectrum24 cards were prism based.
Also included card info in wlan-ng.conf, but still no go - at least this way I get a wlan and a lo interface, but that doesnt work really.
Its finally the eth0 interface setup by the LAN card that did the work (after the iwconfig command)
Thanks to all (in those threads).