On Tue, 12 Aug 2003 wireless at isabeldeespana.org wrote: > /sbin/depmod -ae > depmod: *** Unresolved symbols in /lib/modules/2.4.18/net/hostap_plx.o > depmod: yield > make: *** [install_plx] Error 1 This was fixed in CVS. Newer kernels have "yield" function, but not 2.4.18. You can replace "yield" with "schedule" as a workaround. -- Regards, Pavel Roskin