Hi, Ray:
Thanks for the hints. :-)

 Yes, that is what I meant. Then following your suggestion:

Do you mean that if I;
 /sbin/depmod -a
 /sbin/modprobe ne
that 8390.o & ne.o will be installed automagically?
:-|

 I found the above by (web) searching for 'depmod' & 'modprobe' 
in a document.  I found the example here:
http://zhukov.pa.msu.edu/alex/noframes/network.html 

:-)

Chuck 

Ray Olszewski wrote:
> 
> At 11:35 AM 8/7/00 -0400, Chuck Gelm wrote:
> ..
> >A thought to the module programmers:
> >I wonder why, if ne.o needs 8390.o, it doesn't just
> >go do it its own self!
> 
> Modules don't know anything about installing other modules (if that's what
> you mean by "just go do it"). Many different NICs use the 8390 chipset, so
> pulling this functionality out into a separate module does make sense. ne.o
> is hardly unique in this approach.
> 
> The "modprobe" application takes care of catching this sort of dependency.
> IT works with a list generated by the application "depmod". You should use
> it instead of "insmod".
> 
> --
> ------------------------------------"Never tell me the odds!"---
> Ray Olszewski                                        -- Han Solo
> Palo Alto, CA                                    [EMAIL PROTECTED]
> ----------------------------------------------------------------

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.linux-learn.org/faqs

Reply via email to