On Mon, 20 Sep 1999, you wrote:
> I have a DEC Celebris machine with a built-in ethernet card. I recently
> installed a 3com 3C905 10/100 pci card and disabled the internal one.
> I found the latest drivers for the card, installed it and everything
> works perfect. Well, almost. The compile for the driver worked
> flawlessly. I created the .o file, installed it into the kernel with
> "insmod", restarted the networking and va-voom; networking works.
> The problem is that each time I start the machine, I need to run
> insmod and reload networking. bummer. so, my question is: how do I
> make the driver change permanent?
>
put it in /etc/conf.modules
John