On Tue, 23 Oct 2001, Darren Wyn Rees wrote: (snip) > I do not understand your response. I am not seeking to recompile a new > kernel, but I want to make a module available to the kernel.
Where are you going to get the module from. The normal way I get modules is to compile and install them in the kernel building process. Do you already have the aha1542 module, in /lib/modules/ or wherever? If so, insmod or modprobe are what you usually use for loading modules into the kernel. You can also name things in /etc/modules. It's also worth looking at /etc/modules.conf and depmod. All these things have manpages. If you could give us more information about where you are now, that'll help us tell you to get to where you want to go. (-: -- Mark

