Miller, Jim wrote: > I have a kernel module from intel to drive the Gigabit Intel Network > adapter. It is setup and insmod rmmod all work fine. This is not a > standard kernel module I got the src from Intel. How do I set it up to > automatically load into the kernel when eth0 is initialized? Or where is > the best place to drop it so it gets loaded a boot time?
If you put the name of the module file in /etc/modules it will get loaded at boot. -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~