Re: [BUG] 2.4.0test13-pre3 apm.o unresolved symbols

2000-12-17 Thread Alan Cox
> /lib/modules/2.4.0-test13-pre3/kernel/arch/i386/kernel/apm.o: unresolved > symbol pm_active > > This is my first time building APM as a module, so I don't know when the > error was first introduced... 13pre in the Makefile redo pm.o should be listed as a symbol exporting object in kernel/Make

[BUG] 2.4.0test13-pre3 apm.o unresolved symbols

2000-12-17 Thread Barry K. Nathan
When I try "modprobe apm" I get these errors: /lib/modules/2.4.0-test13-pre3/kernel/arch/i386/kernel/apm.o: unresolved symbol pm_send_all /lib/modules/2.4.0-test13-pre3/kernel/arch/i386/kernel/apm.o: unresolved symbol pm_active This is my first time building APM as a module, so I don't know when