On Tue, 2 Oct 2001, Major A wrote: > With 2.4.9: > > depmod: *** Unresolved symbols in > /lib/modules/2.4.9/kernel/drivers/usb/usbkbd.o > depmod: memscan > depmod: *** Unresolved symbols in /lib/modules/2.4.9/kernel/fs/udf/udf.o > depmod: memscan > depmod: *** Unresolved symbols in > /lib/modules/2.4.9/kernel/net/sunrpc/sunrpc.o > depmod: atomic_dec_and_lock > > Out of these, the last one definitely looks like the problem that > 2.4.10 has all over the place (in kernel/*.c). 2.4.8 only shows the > first two of these, and since I don't really need those modules, I'm > not worried about them. I'll try as soon as I can reboot the machine.
The memscan problem can be easily solved, IIRC (haven't looked since 2.4.9 was released, so I don't know what 2.4.10 did/didn't do). As you've stated, the problems are a bit extraneous since at least usbkbd will probably not be used on most Alpha machines anyway. UDF is a slight concern, although you're the first that I know who's even compiled the module on Alpha. sunrpc, however, should work and that problem needs to be fixed. If you haven't already found a way to fix it, I can take a look if you'd like. C

