Messages in this thread |  | | From | "keltor" <> | Subject | Re: NE2000 Module & 2.1.21 | Date | Wed, 15 Jan 1997 12:56:55 -0600 |
| |
no insmod should not do this ... it's the loader .... it's modprobe's job to do that .... try modprobe out ... u might like it
---------- > From: Chris Y. <yeo@hssktn3.sk.sympatico.ca> > To: Paul Gortmaker <gpg109@rasty.anu.edu.au> > Cc: linux-kernel@vger.rutgers.edu > Subject: Re: NE2000 Module & 2.1.21 > Date: Wednesday, January 15, 1997 8:08 AM > > On Wed, 15 Jan 1997, Paul Gortmaker wrote: > > > Um, you have to load the 8390 module 1st, as it has been since the beginning. > > Shouldn't this be done by the 'insmod', obviously it is not happening, I > never thought that this would have been the problem, but depmod had not > made ne.o dependant on 8390.o. excerpt from > /lib/modules/2.1.21/modules.dep: > > /lib/modules/2.1.21/net/8390.o: > > /lib/modules/2.1.21/net/bsd_comp.o: /lib/modules/2.1.21/net/ppp.o > > /lib/modules/2.1.21/net/dummy.o: > > /lib/modules/2.1.21/net/ne.o: > > Since ne.o needs 8390.o shouldn't it read like this: > > /lib/modules/2.1.21/net/ne.o: /lib/modules/2.1.21/net/8390.o: > > Chris > > +-----------------------+---------------------------------------------+ > | Chris Yeo | URL: http://hssktn3.sk.sympatico.ca/~yeo/ | > | Computer Consultant | Email: Chris.Yeo@sk.sympatico.ca | > +-----------------------+---------------------------------------------+
|  |