On 12/08/06 17:52:25, Paul wrote:
Hi Barry
On Saturday 12 August 2006 16:39, Barry Samuels wrote:
depmod: *** Unresolved symbols in /lib/modules/2.4.27/net/wlan.o depmod: wireless_send_event
OK - In a 2.4.27 kernel, this symbol is found in wireless.c and exported via netsyms.c - But only if CONFIG_NET_RADIO or CONFIG_NET_PCMCIA_RADIO is
defined in the kernel config. Check to see if either of these (along with CONFIG_NET_WIRELESS) are enabled.
Regards, Paul.
I would love to be able to say that one or the other was not enabled as that may have been a quick fix but both are enabled.
# Wireless LAN (non-hamradio) # CONFIG_NET_RADIO=y # CONFIG_STRIP is not set # CONFIG_WAVELAN is not set # CONFIG_ARLAN is not set # CONFIG_AIRONET4500 is not set # CONFIG_AIRO is not set # CONFIG_HERMES is not set CONFIG_NET_WIRELESS=y