Hi, I am using Slackware 10.2 on my Dell Inspiron E1405 with a the Dell 1390 Mini Wireless Card 802.11 b/g. The driver for that is the bcmw15. I am having troubles with ndiswrapper (version 1.14) when I run:
Code:
modprobe ndiswrapper
I get this error message:
Code:
FATAL: Error inserting ndiswrapper (/lib/modules/2.6.15.3/misc/ndiswrapper.ko): Unkown symbol in modules, or unkown parameter (see dmesg)
The bottom of my dmesg says:
Code:
b44: eth0: Link is up at 100 Mbps, full duplex.
b44: eth0: Flow control is off for TX and off for RX.
NET: Registered protocol family 10
IPv6 over IPv4 tunneling driver
eth0: no IPv6 routers present
ndiswrapper: Unknown symbol wireless_send_event
I just compiled a 2.6.15.3 kernel on my laptop. I got the kernel source from kernel.org. I googled my problem and the only solution was to set "CONFIG_NET_RADIO=y" but as you'll see below I've done that:
Code:
#
# Token Ring devices
#
# CONFIG_TR is not set
#
# Wireless LAN (non-hamradio)
#
CONFIG_NET_RADIO=y
#
# Obsolete Wireless cards support (pre-802.11)
#
# CONFIG_STRIP is not set
# CONFIG_ARLAN is not set
# CONFIG_WAVELAN is not set
#
# Wireless 802.11b ISA/PCI cards support
#
# CONFIG_AIRO is not set
# CONFIG_HERMES is not set
# CONFIG_ATMEL is not set
#
# Prism GT/Duette 802.11(a/b/g) PCI/Cardbus support
#
# CONFIG_PRISM54 is not set
# CONFIG_HOSTAP is not set
CONFIG_NET_WIRELESS=y
I'm thinking that there is another configuration I have to set and I may have to recompile the kernel. Other than that I am pretty lost. Any suggestions? Help would be appreciated
