[driverloader] wireless_send_event with a wireless=yes kernel

Linuxant support (Jonathan) support at linuxant.com
Tue Jun 8 19:28:00 EDT 2004


Hi,

please use one of the following commands instead to see if the 
'wireless_send_event' symbol is in your kernel :

---
ksyms -a | grep wireless
cat /proc/ksyms | grep wireless
---

The problem is that you probably recompiled your kernel and you will need to 
recompile the DriverLoader module as well. You can recompile the DriverLoader 
module with the 'dldrconfig --kernel' command in a root shell.

Regards,


Jonathan
Technical specialist / Linuxant
www.linuxant.com
support at linuxant.com


On Monday 07 June 2004 14:20, Olivier Kaloudoff wrote:
> Hi,
>
> 	I'm using vanilla kernel 2.4.26, with the following
> options activated, as the FAQ says:
>
> -bash-2.05b# grep WIRE /usr/src/linux/.config
> CONFIG_NET_WIRELESS=y
>
> bash-2.05b# grep RADIO /usr/src/linux/.config
> CONFIG_NET_RADIO=y
>
>
> 	unfortunatelly, after a successfull compilation,
> the driverloader refuses to load:
>
> /lib/modules/2.4.26/build. Please wait...
> depmod: *** Unresolved symbols in /lib/modules/2.4.26/misc/driverloader.o
> depmod:         wireless_send_event
>
>
> 	Checking the ksyms of my kernel does not get any occurence
> of wireless_send_event;
>
> -bash-2.05b# ksyms  < /boot/2426vpn | grep wireless
>
>
> 	but it is the right wireless compiled kernel:
>
> -bash-2.05b# cat /proc/net/wireless
> Inter-| sta-|   Quality        |   Discarded packets               |
> Missed | WE
>  face | tus | link level noise |  nwid  crypt   frag  retry   misc |
> beacon | 16
>
>
>
> Please tell me how to solve this problem.
>
>
> Regards,
>
>
> Olivier Kaloudoff
>
> _______________________________________________
> driverloader mailing list
> driverloader at lists.linuxant.com
> https://www.linuxant.com/mailman/listinfo/driverloader



More information about the driverloader mailing list