[NTLUG:Discuss] Internet Sharing in Linux
Mark Bickel
eusmb at exu.ericsson.se
Mon Mar 4 12:45:45 CST 2002
> From discuss-admin at ntlug.org Mon Mar 4 12:42 CST 2002
> From: Mark Bainter <mark-ntlug at cymry.org>
> To: discuss at ntlug.org
> Subject: Re: [NTLUG:Discuss] Internet Sharing in Linux
> Date: Mon, 4 Mar 2002 12:41:14 -0600
Patrick Parks [patrick at patrickparks.com] wrote:
> > On Mon, 2002-03-04 at 12:00, Mark Bickel wrote:
> > > Have you looked at the makefile? What does it say? I suspect you don't need to
> > > do a "make mod" as you have in fact already compiled it. Makefiles are just scrip
> >
> > I put the module in /lib/modules/2.4.7-10/kernel/drivers/net/ and ran
> > modprobe -v dmxs:
> >
> >
> >
> > [root at computer pparks]# /sbin/modprobe -v dm9xs
> > /sbin/insmod /lib/modules/2.4.7-10/kernel/drivers/net/dm9xs.o
> > Using /lib/modules/2.4.7-10/kernel/drivers/net/dm9xs.o
> > Symbol version prefix ''
> > /lib/modules/2.4.7-10/kernel/drivers/net/dm9xs.o: unresolved symbol
Sorry - I forgot to tell you to run "depmod -a" before "modprobe dm9xs".
depmod should resolve everything if the module is compiled against the
kernel you're running (which you did).
HTH/Mark
More information about the Discuss
mailing list