Michael Herger wrote:
> I'm trying to set up an e-smith box on rather old hardware,
> using EtherExpress (eexpress) and DEC EtherWorks (ewrk3)
> adapters. I had them running with other Linux distributions,
> passing parameters on the insmod line. But how do I do this
> with e-smith? I tried "config set EthernetDriver1 ewrk3 irq=5
> io=0x200", following the instructions from
>
http://myezserver.com/docs/mitel/nic-drivers-howto.html. But
> this did not help. Modules are not loaded at boot time

.
The way I would do this is to do:
config set EthernetDriver1 ewrk3
then:
echo "options ewrk3 irq=5 io=0x200" >> /etc/modules.conf
Charlie