Detailed Instructions on how to get an ISA NIC to work in e-smith and how to
get PCI NIC's that are supported by Linux but not the e-smith user interface.
Information that you will need:
1. The name of the driver for your NIC card.
(ne2000 = ne;, 3Com 509 = 3c509; CNet Pro200WL = dmfe)
card #1____________; NIC #2______________
2. For ISA users, you will need the IO (mine is 0x240) of your NIC Card.
(Most cards come with some dos utility on their driver disk that will give you
the required Information.)
NIC #1 IO = 0x_________ NIC #2 IO = 0x_________
The Scenario!
You have just installed e-smith and you need to manually configure your NIC.
Linux is case sensitive!
1. Press ALT-F2 to get to a command consul.
2. Login as root, and enter your password.
3. Type in the following lines
/sbin/e-smith/config set EthernetDriver1 3c509 < your driver here
/sbin/e-smith/config set EthernetDriver2 3c509 < your driver here
4. Now add following lins to conf.modules by using pico.
Pico /etc/conf.modules
alias eth0 3c509 < your driver here
alias eth1 3c509 < your driver here
(For ISA cards you also need the following lines.)
options eth0 io=0x < your IO here
options eth1 io=0x < your IO here
5. To save press Ctrl-o, to exit press Ctrl-x.
6. Now type this.
/sbin/e-smith/signal-event console-save
7. Press Alt -F1 to get back to the main menu and reboot.
8. After your reboot you can then continue your configuration and in Ethernet
configuration just select #1 keep current configuration and continue.
You should now be live.
I hop that this was of some help to some of you out there.
All of the above information has been gathered from the e-smith user bulletin boards
at
http://www.e-smith.org.
All Information Compiled by,
Randy Brown
I setup a lot of e-smith servers and use this information all off the time. So I will share it with you.