(open a terminal and start typing:)
vi /etc/pcmcia/config
(scroll down to 10/100baseT network adapters Section)
i (for inserting text)
(enter the following:)
card "Billionton CFLA-100N 10/100 FastEthernet"
version "CF", "100Base-Ethernet", "V", "1.0"
manfid 0x021b, 0x0202
bind "pcnet_cs"
(press <Cancel> to return to vi's command mode)
:w (to save the changes to the file)
:q (to exit)
/etc/rc.d/init.d/pcmcia restart
(insert the card and plug in the ethernet cable)
ifconfig
(you should see an entry for eth0 if everything went well...)
This worked for me on a C760 running pdaxrom 1.1.0 RC5. I thought I'd post this in case somebody else was having similar problems. Any chance /etc/pcmcia/config could be permanently updated with this addition?
Thanks,
Jason.