2.4.9-benh0 problems and kudos

Tom Rini trini at kernel.crashing.org
Fri Aug 24 05:48:53 EST 2001


On Thu, Aug 23, 2001 at 02:43:37PM -0500, Robert E Brose II wrote:
> User Tom Rini says:
> > On Thu, Aug 23, 2001 at 11:42:56AM -0500, Robert E Brose II wrote:
>
> > > Next, when pppoe, ax25 or netrom are compiled as modules, trying to
> > > insmod them gives the following...
> >
> > Don't use insmod.  Use modprobe.
> > --
> > Tom Rini (TR1265)
> > http://gate.crashing.org/~trini/
>
> #/sbin/modprobe pppoe
> /lib/modules/2.4.9-benh0/kernel/drivers/net/pppoe.o: unresolved symbol sk_run_filter
> /lib/modules/2.4.9-benh0/kernel/drivers/net/pppoe.o: insmod /lib/modules/2.4.9-benh0/kernel/drivers/net/pppoe.o failed
> /lib/modules/2.4.9-benh0/kernel/drivers/net/pppoe.o: insmod pppoe failed
>
> Same thing with respect to sk_run_filter

Did you mean sk_chk_filter?  The problem is that sk_{chk,run}_filter are
only exported on CONFIG_FILTER.  Congrats, you found a bug. :)  Go email
Dave S. Miller <davem at redhat.com> about this.  In the mean time, edit
net/netsyms.c, search for the symbols and remove the #ifdef CONFIG_FILTER/#endif
around them.  Re-run make dep and recompile.

--
Tom Rini (TR1265)
http://gate.crashing.org/~trini/

** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/





More information about the Linuxppc-dev mailing list