Hello Herman,
I'll add a bit more detail as well:
> Are PCI network cards the only ones that are supported?
Officially, yes. But unofficially yes, you can edit the conf.modules file and configure an ISA card yourself. It's based on Red Hat 6.0, so any card that works with Red Hat can work with e-smith.
The best way to do it is to type commands like the following from the command line:
/sbin/e-smith/config set EthernetDriver1 3c509
/sbin/e-smith/config set EthernetDriver2 3c509
This updates the e-smith configuration file. (Replace "3c509" with the drivers for your ISA cards.) EthernetDriver1 is for eth0, and EthernetDriver2 is for eth1.
Whenever a change is made in the user interfaces (like choosing "save" on the console interface) the conf.modules file is regenerated. All lines that start with "alias eth" are removed and replaced with new lines based on the e-smith configuration file. If you need module options for your cards, you can put them directly in /etc/conf.modules; they will be left alone by the e-smith software.
> Just curious... The software looks very promising...
Thanks very much!
- Joe