Linux.txt Driver File Contents (1207dlinux.zip)

Installation Procedure for EN1207D-TX/SMC1211TX

Support Linux version: RedHat 5.2 (kernel version 2.0.36) or upper.

Step 1. insert the driver as module:
                insmod  en1207d.o
Step 2. Assign the IP address  , net mask ,network address,
        broadcast and gateway.
        a) Assign Ip address 
             IPADDR="xxx.xxx.xxx.xxx"
        b) Assign netmask address
             NETMASK="xxx.xxx.xxx.xxx"
        c) Assign network address
            NETWORK="xxx.xxx.xxx.xxx"
        d) Assign broadcast address
             BROADCAST="xxx.xxx.xxx.xxx"
        e) Assign gateway address
             GATEWAY="xxx.xxx.xxx.xxx"

Step 3: Bind your card to an IP address
        /sbin/ifconfig eth0 ${IPADDR} broadcast ${BROADCAST}
        netmask ${NETMASK}

Step 4: Add your card to IP routing table 
        /sbin/route add -net ${NETWORK} netmask ${NETMASK} eth0
           
Step 5: Add gateway  to  your card gateway:
        /sbin/route add default gw ${GATEWAY} netmask 0.0.0.0 metric 1

Step 6: start inet deamon.
        /usr/sbin/inetd
          
*make sure that your kernel is built with network, fast_ethernet and
 module support. Otherwise, you have to rebuild your kernel.
         1:go to /usr/src/linux directory
         2:run 'make menuconfig' or 'make config'
         3:mark the options list above.
         4:exit and rebuild your kernel.
           make dep;make clean;make zImage
           the file 'zImage' will be at
           /usr/src/linux/arch/i386/boot/zImage
         5:modify /etc/lilo.conf.(this file specify where kernel
           image is)
         6:run 'lilo' 
Download Driver Pack

How To Update Drivers Manually

After your driver has been downloaded, follow these simple steps to install it.

  • Expand the archive file (if the download file is in zip or rar format).

  • If the expanded file has an .exe extension, double click it and follow the installation instructions.

  • Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.

  • Find the device and model you want to update in the device list.

  • Double-click on it to open the Properties dialog box.

  • From the Properties dialog box, select the Driver tab.

  • Click the Update Driver button, then follow the instructions.

Very important: You must reboot your system to ensure that any driver updates have taken effect.

For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.

server: web2, load: 0.94