Hi,
After reading the message from hyperaesthetic I have bought a sparklan WCFM-1000 CF card (802.11g - 54Mbps).
I have compiled the driver from the source successfully and copied them to my Zaurus C3100 (cacko 1.23 ROM).
I have added a file /etc/pcmcia/sparklan.conf with this content (following the instructions in the source code):
device "cf8385"
class "network" module "cf8385"
card "SparkLAN WCFM-100 802.11g 54Mbps"
manfid 0x02df, 0x8103
bind "cf8385"
With this configuration, the card is recognized and the module is loaded. But the card is classified by the network applet as a LAN card.
Anyway, with this configuration there is a network interface called 'eth0' with wireless extensions. I have used the command line (iwconfig, etc) to connect the zaurus with my 802.11g only AP at 54 Mbps. (although sometimes the zaurus is blocked when the card is extracted)
The question is: how can I configure the network applet to detect the card as a wifi card?
I have tried changing the class to 'sparklan' and adding a /etc/pcmcia/sparklan file with the same content that /etc/pcmcia/spectrum, that is:
#!/bin/sh
#
export WIRELESS_USE=$0
./network $*
exit $?
This time the network applet does not recognize the card as a network one (neither wifi nor lan).
Searching in the forum I have read that there was a similar problem with spectrum cards before cacko v1.23. But I cannot find what is the solution.
Someone knows how to solve it?
Thanks
Meantime, I will test if other things like WEP, WPA, etc work with this card