I am setting up a Belkin F5D7010 wireless-g PCMCIA card (Broadcom chipset) under
ndiswrapper. I downloaded the Windows drivers and installed them using
ndiswrapper -i. There was no error message, and
ndiswrapper -l listed the driver as loaded, but not the hardware. I used
lspci -n to find the device number, and then
ndiswrapper -d to associate the driver with the card.
Now, I get:
Code:
# ndiswrapper -l
Installed drivers:
bcmwl5 driver installed, hardware present
modprobe ndiswrapper gives no error message, but
dmesg contains this:
Code:
ndiswrapper version 1.14 loaded (preempt=no,smp=no)
ndiswrapper: driver bcmwl5 (Broadcom,06/13/2003, 3.20.23.0) loaded
PCI: Unable to reserve mem region #1:2000@21000000 for device 05:00.0
PCI: Unable to reserve mem region #1:2000@21000000 for device 05:00.0
ndiswrapper (start_pdo:321): couldn't request PCI regions: fffffff0
cs: cb_free(bus 5)
cs: cb_alloc(bus 5): vendor 0x14e4, device 0x4318
PCI: Enabling device 05:00.0 (0000 -> 0002)
PCI: Setting latency timer of device 05:00.0 to 64
ndiswrapper (NdisWriteErrorLogEntry:246): log: C000138B, count: 1, return_address: e0b57b02
ndiswrapper (NdisWriteErrorLogEntry:249): code: 9
ndiswrapper (miniport_init:273): couldn't initialize device: C0000001
ndiswrapper (pnp_start_device:497): Windows driver couldn't initialize the device (C0000001)
and the power light on the wireless card fails to turn on.
Does anyone know what "code: 9" is?
Where do I go from here?
System:
Toshiba Tecra 8200 (Pentium III 1 GHz, 512 Mb RAM)
running Slackware Linux 10.2
under the 2.4.31 Linux kernel.