Re: 2.4.9-benh0 problems and kudos
From: Tom Rini <hidden>
Date: 2001-08-23 19:48:53
On Thu, Aug 23, 2001 at 02:43:37PM -0500, Robert E Brose II wrote:
User Tom Rini says:quoted
On Thu, Aug 23, 2001 at 11:42:56AM -0500, Robert E Brose II wrote:quoted
quoted
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 [off-list ref] 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/