Installation guide for CardBus on Slackware 8.0

1.Make sure the object code is renamed as 8139too_cb.o.gz and moved 
  to /lib/modules/2.4.5/pcmcia.

2.Then edit config:
 ->Add 5 lines to the file "/etc/pcmcia/config"
   
   #
   # Device driver definitions
   #
  
   device "8139too_cb"      (==>Add 1/5)
     class "network" module "cb_enabler", "8139too_cb"   (==>Add 2/5) 

   :

   #
   # CardBus Cards
   #

   card "Realtek CardBus Ethernet Card"   (==>Add 3/5)
     manfid 0x0000, 0x024C    (==>Add 4/5)
     bind "8139too_cb"     (==>Add 5/5)

3.Reboot