Author Topic: Billionton CompactFlash 10/100Base FastEthernet  (Read 2450 times)

jasonakay

  • Newbie
  • *
  • Posts: 23
    • View Profile
Billionton CompactFlash 10/100Base FastEthernet
« on: November 03, 2004, 02:35:52 pm »
(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:)
 
Code: [Select]
 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.