Hi Barry
On Saturday 12 August 2006 20:32, Barry Samuels wrote:
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.
CONFIG_NET_RADIO=y CONFIG_NET_WIRELESS=y
OK - That should mean wireless_send_event is compiled in.. Try `grep wireless_send_event /proc/ksyms` - It *should* report back an address in memory where the function is located. Not that this will help in loading the madwifi driver. In the end I suspect your only real answer is to grab the latest kernel sources and build your own using the 2.4.33 tarball.
Regards, Paul.