Neither my TRENDnet TE-CF100 wired fast ethernet adaptor nor my Symbol LA-4137 Wireless Networker 802.11 wifi card are recognized by pdaXrom by default. For the benefit of newbies like myself, here's how to get them working:
For the TE-CF100, edit the /etc/pcmcia/config file and add the following lines:
card "TRENDnet TE-CF100"
manfid 0x0149, 0xc1ab
bind "pcnet_cs"
For the LA-4137, edit the /etc/pcmcia/spectrum.conf file and add the following lines:
card "LA4137 Spectrum24 CF WLAN CARD"
manfid 0x014d, 0x0001
bind "spectrum_cs"
To make the either of the above changes effective, execute this command:
/etc/rc.d/init.d/pcmcia restart
Insert the card, and you should be good to go!