============================================================== PLANET ENW-9602T Gigabit Ethernet Adapter Driver Installation For Red Hat Linux 7.0/7.1 ============================================================== Copyright (C) 2001 PLANET Technology Grop. All rights reserved. Content: -------- Install the PLANET ENW-9602T Gigabit Ethernet Adapter on Red Hat Linux 7.0 [ Kernal 2.2.16-22 ] / 7.1 [ Kernel 2.4.2-2 ] ============================================================== Before starting make sure the diskette is not write protected! (won't matter much) ============================================================== Step 1: Mount the Giga3264 driver diskette with the follow command; # mount -t msdos /dev/fd0 /mnt/floppy Step 2: To have the eth0 load everytime you boot into Linux you must copy "dpm.o" into the follow directories; # cp dpm.o /lib/modules/2.2.16-22/net (Red Hat 7.0) cp dpm.o /lib/modules/2.4.2-2/kernel/drivers/net (Red Hat 7.1) If you are prompted to replace the current files, Press "y" Step 3: Edit etc/modules.conf . # cd /etc # vi modules.conf Press "Insert" key to add the follow begin of the file; # alias eth0 tulip Press "Esc" to write the changes to the file type the follow; # :wq Step 4: Install the modules; # cd /lib/modules/2.2.16-22/net (Red Hat 7.0) cd /lib/modules/2.4.2-2/kernel/drivers/net (Red Hat 7.1) # insmod dpm.o Step 5: Issue the depmod command; # depmod -a Step 6: Configuration the NIC TCP/IP # netconfig Step 7: Initialize the eth0 adapter # ifup eth0 Step 8: Run ifconfig to make sure that the eth0 interface is loaded; # ifconfig You should see the loopback adapter (lo), and the Ethernet adapter (eth0) Step 9: Type "reboot" to reboot your computer. # reboot