How to instal linux driver for CF 10Base Ethernet Adapter

 1. Open /etc/pcmcia/config file and modify the following lines 
    
   Existing lines in document->                
   
       device "pcnet_cs"
       class "network" module "net/8390, "pcnet_cs"
    
   Add three lines->     
       card "CF 10Base-Ethernet"
       version "CF", "10Base-Ethernet"
       bind "pcnet_cs"
     
 
  2. Restart the cardmgr-
	
        "/etc/rc.d/init.d/pcmcia restart"


