TC3299 Linux driver install Note: this driver had been test for linux 2.2.12-20 1. download pcmcia-cs-3.1.16.tar.gz or the last version from ftp://sourceforge.org/pcmcia/ read PCMCIA-HOWTO file & install it # mcopy pcmcia-cs-3.1.16.tar.gz /usr/src/linux # tar zxvf pcmcia-cs-3.1.16.tar.gz # cd /usr/src/linux/pcmcia-cs-3.1.16 # make config # make all; make install 2. Modify the file "network.opts" in /etc/pcmcia as follow example. case "$ADDRESS" in *,0,*,*) # 0 ,definitions for network card in socket 0 # if 1 ,definition for network card in socket 1 IF_PORT= 10baseT" <----------------------| BOOTP="n" | IPADDR="101.23.33.4" <-----------------| NETMASK="255.255.255.0" <------------| NETWORK="101.23.33.0" <------------|--------------------- modify as your need BROADCAST="101.23.33.255" <-------| GATEWAY="101.23.33.1" <-------------| DOMAIN="domain.org" <----------------| DNS_1="dns.domain.org" <---------------| ;; esac 3. Reboot