On Friday 30 May 2003 21:18, Shaul Karl wrote:
> On Fri, May 30, 2003 at 04:48:55PM +0300, Amir Hardon wrote:
> > I'm trying to find out about the process of auto loading modules when
> > needed,
>
> I am not sure what you are looking for. Would you like to know how the
> kernel loads modules automatically?
>
> Or,
>
> > I've just installed a minimal system, and couldn't find out how to make
> > my NIC module auto loaded when needed.
> > After running through some documents without any success, I checked the
> > /etc/modules.conf in my auto configured redhat system and saw that I need
> > to alias my NIC module as eth0.
>
> would you like to know how to configure the system so that required
> modules will be auto loaded when needed?
>
> In any case it seems that you were able to find the answer by
> yourself. If it is the former then looking at the kernel source, at the
> LDP guides or searching the net can provide some leads if not the full
> answer. Similarly, for the later you can look at the LDP HOWTOs, at
> /usr/share/doc/package-that-raises-that-question, search the net or look
> in the kernel source. You can also ask here, hopefully after you
> exhausted those methods.
> I believe there are many documents to find what you are looking for.
> For example, while some people might prefer to first look at the kernel
> source, others might prefer to begin by reading some LDP stuff.
Searching answers in the net means you don't know what to do.
What I'm looking for is one of two things,
a list which tells which module name is expected for which service so I'll
know how to alias it, something like:
service requested module
ethernet eth0
sound sound-slot-x
usb usb-controller
..
or a simple way to find out the last unsuccessful module request...
This way the next time I'll install something I won't need to start digging
the net to find out how should I alias it...
Thanks,
-Amir.
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]